@CHARSET "UTF-8";
@import url('NotoSansKR-Hestia.css');
.test{
  border: 1px solid black;
}

.teaching{color: #CC2A30; !important}
.learning{color: #0966BB; !important}
.t-content{background: #CC2A30;}
.l-content{background: #0966BB;}
.t-content2{background: #E16868;}
.l-content2{background: #6EA1CF;}
.myProgress{background: #AA84D0;}
.reserveComplete{color: #448DFB;}
.reserveWait{color: #45ACB3;}
.main_top{
  height: 215px;
  margin: 20px 0;
  padding: 0;
}
.main_banner{
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.main_banner_txt{
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.main_banner_txt > div{
  display: inline-block;
}
.main_login_wrap{
  height: 100%;
  padding-right: 0;  
}
.main_login_panel{
  width: 100%;
  height: 100%;
  border: 1px solid #D1D1D1;
  padding: 20px 30px;
  font-family: NotoSansKR;
}
.main_mid{
  height: 60px;
  margin-bottom: 20px;
  background: #F9F9F9;
  border: 1px solid #EEEEEE;
  position: relative;
  padding: 17px 15px;
}
.prof_prg_panel{
  padding-left: 0;
  margin-bottom: 20px;
}
.user_prg_panel{
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.stu_prg_panel{
  padding-right: 0;
  margin-bottom: 20px;
}
.main_prg_header{
  height: 40px;
  position: relative;
  margin-bottom: 10px;
}
.main_prg_header_title{
  font-weight: bold;
  font-size: 20px;
}
.main_prg_header_title > span{
  font-size: 16px;
  font-weight: normal;
}
.paging_btn_wrap{
  position: absolute;
  right: 0;
  bottom: 0;
}
.paging_btns{
  width: 25px;
  height: 25px;
  border: 1px solid #EEEEEE;
  color: #DDDDDD;
  display: inline-block;
  text-align: center;
}
.paging_btns > i{
  vertical-align: middle;
}
.active_paging{
  border: 1px solid #DDDDDD;
  color: #999999;
  cursor: pointer;
}
.login_header{
  height: 40px;
}
#main_login_form > input{
  width: 100%;
  height: 36px;
  border: 1px solid #D1D1D1;
  background: #FFF;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0 10px;
}
.main_login_btn{
  width: 100%;
  height: 40px;
  box-shadow: 0px 1px 0px #E4E4E4;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
  border: none;
}
.main_login_btn:focus{
  outline: none;
}
.content-row {
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  position: relative;
  margin-bottom: 10px;
  height: 120px;
}

@media (min-width: 768px) {
  .user_prg_list .content-row {
    width: calc((100% - 20px) / 2);
    float: left;
  }
  .user_prg_list  .content-row:nth-child(2n-1) {
    margin-right: 20px;
  }
}
.content-row-left{
  height: 100%;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
}
.content-row-right{
  position: relative;
  height: 100%;
}
.content-row-left,
.content-row-right{
  display: inline-block;
}
.content_txt{
  font-weight: normal;
  font-size: 13px;
  color: #999999;
  letter-spacing: -0.02em;
  display: inline-block;
}
.content-right-top{
  padding-top: 12px;
  padding-bottom:5px;
  position: relative;
}
.content-right-bottom{
  padding-bottom: 12px;
  position: absolute;
  bottom: 0;
}
.content_title{
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  width: 90%;
}
.hover_title{
  color: #B53838;
}
.ellipsis1{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.content_state1{
  color: #B53838 !important;
  margin-left: 5px;
}  
.content_state2{
  color: #999999 !important;
  margin-left: 5px;
}
.all_view_btn{
  width: 100%;
  height: 40px;
  background: #F9FAFC;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  margin-top: 10px;
}
.main_notice_txt{
  font-weight: bold;
  font-size: 15px;
  color: #222222;
}
.main_notice_all_view{
  border: 1px solid #DDDDDD;
  background: #FFF;
  color: #222222;
  width: 25px;
  height: 25px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.main_notice_slider{
  height: 25px;
  display: inline-block;
  position: absolute;
  right: 15px;
  overflow: hidden;
}
.main_notice_row{
  position: relative;
  padding-left: 0;
  padding-right: 15px;
  display: inline-block;
  margin-right: -24px;
}
.ctl_notice:hover {
    color: #CC2A30;
}
.cs_title:hover {
    color: #0966BB;
}
.main_notice_title{
  margin-left: 5px;
  width: 65%;
  cursor: pointer;
}
.main_quick_menu{
  width: 100%;
  border-top: 1px solid #F1F1F1;
  height: 160px;
  text-align: center;
  position: relative;
}
.main_quick_icon_wrap{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.main_quick_icon{
  height: 60px;
  display: inline-block;
  cursor: pointer;
  color: #555;
}
.main_quick_icon:not(:last-child){
  margin-right: 70px;
}
.main_quick_icon > img{
  max-height: 100%;
}
.main_quick_icon > div{
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: normal;
}
#main_mypage_btn{
  width: 34px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 2px;
  display: inline-block;
  float: right;
  font-weight: normal;
  font-size: 12px;
}
#main_mypage_btn:hover{
  font-weight: 500;
}
.my_activity_wrap{
  width: 100%;
  border: 1px solid #EEEEEE;
}
.my_activity_header{
  padding: 5px 17px;
  font-size: 13px;
}
.my_activity_body{
  background: #F9FAFC;
  padding: 12px 17px;
}
.my_activity_row{
  font-size: 13px;
  font-weight: normal;
  color: #555555;
}
.my_activity_row:not(:last-child){
  margin-bottom: 5px;
}
.my_activity_row > i{
  margin-left: 8px;
  color: #cacaca;
}
.my_activity_row > span{
  color: #444444;
  float: right;
}
.mobile_prg_panel{
  display: none;
  float: left;
  width: 100%;
  padding: 20px;
  position: relative;
}
.mobile_prg_tab_wrap{
  position: absolute;
  z-index: 99;
}
.mobile_prg_tab{
  display: inline-block;
  border: 1px solid #F1F1F1;
  color: #999;
  float: left;
  padding: 7px 17px;
  margin-right: 5px;
  margin-top: 5px;
}
.tab_on{
  color: #333;
  border: 1px solid #DDDDDD;
}

/* 프로그램 신청 */
.apply_form {
  margin-top: 48px;
  margin-bottom: 60px;
}
.apply_form_info {
  margin-bottom: 48px;
  padding: 20px;
  font-size: 13px;
  line-height: 23px;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #E8E8E8;
}
.apply_form_info2 {
  text-align: left;
  margin-bottom: 16px;
  padding: 20px;
  font-size: 13px;
  line-height: 23px;
/*   height: 150px; */
  color: #444;
  background-color: #fff;
  overflow-y: auto;
}
.apply_form_info2 > .info_title {
  font-weight: bold;
}
.apply_form_title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.apply_form_title > font {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  color: #D9080A;
}
.apply_form > input,
.apply_input {
  width: 100%;
  margin: 3px;
  padding: 13.5px 16px;
  font-size: 14px;
  color: #444;
  border: 1px solid #E8E8E8;
  background-color: #fff;
}
.apply_input:focus {
  border: 2px solid #9fc1f8;
}
.apply_textarea {
  width: 100%;
  min-height: 150px;
  padding: 13.5px 20px;
  font-size: 14px;
  color: #444;
  border: 1px solid #E8E8E8;
  background-color: #fff;
  resize:none;
}
.apply_form_title_sub {
  margin-bottom: 16px;
  font-size: 13px;
  color: #444;
}
.apply_search {
  display: inline-block;  
  padding: 13px 30px; 
  font-size: 14px;
  font-weight: bold; 
  color: #fff;
  background-color: #444;
  cursor:pointer;
}
.apply_file {
  display: inline-block;  
  padding: 13px 30px; 
  font-size: 14px;
  font-weight: bold; 
  color: #fff;
  background-color: #444;
  cursor:pointer;
}
.apply_file_box {
  position: absolute;
  opacity: 0;
  width: 100%;
}
.apply_form_content {
  padding: 13px 16px;
  border-bottom: 1px solid #E8E8E8;
  background-color: #fff;
}
.apply_form_content2 {
  padding: 13px 16px;
  border-top: 1px solid #E8E8E8;
  background-color: #fff;
}
.apply_form_content:first-child {
  border-bottom: 0px;
}
.apply_form_content2:first-child {
  border-top: 0px;
}
.apply_form_content2 > div,
.apply_form_content2 > img,
.apply_form_content > .pop_checkbox > div,
.apply_form_content > .pop_checkbox > label {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  font-size: 13px;
  color: #444;
}
.apply_form_content2 > .apply_file_name > a > img {
  vertical-align: bottom;
  margin-right: 4px;
}
.apply_form_content > .disabled > .uncheck_box,
.apply_form_content > .discheck > .uncheck_box {
  background-image: url('/ir/images/icon/disabled_box.png');
}
.apply_form_content > .disabled > label,
.apply_form_content > .discheck > label {
  color: #959595;
}
.privacy_check > label,
.privacy_check > div {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #444;
}
.group_table {
  margin-top: 16px;
}

/* 교수지원 프로그램 신청서식 페이지 */
@media screen and (max-width: 1024px) {
	.tdSubject,
	.float-right-small,
	.reservTd {
		display: block;
	}
	.reservTdInfo6 {
		display: none;
	}
	.tdSubject {
		float: left;
		width: 30%;
		font-weight: bold;
	}
	.reservTd>div {
		height: 56px;
		line-height: 56px;
		border-bottom: 1px solid #D1D1D1;
	}
	.reservTd>div.reservTdInfo1 {
		text-align: center;
		height: 40px;
		line-height: 40px;
		background-color: #F7FAFC;
		font-weight: bold;
		border-top: 1px solid #222222;
	}
	.reservTd div>input {
		background-color: transparent;
		border: 1px solid #D1D1D1;
		height: 30px;
		width: 50%;
	}
	.float-right-small {
      	float: right;
      	margin-right: 10px;
      }
}

@media screen and (min-width: 1025px) {
	.tdSubject,
	.float-right-small,
	.appInfo {
		display: none;
	}
	.reservTdInfo1 {
		width: 8.3%;
		font-weight: 700;
	}
	.reservTdInfo2 {
		width: 18.6%;
	}
	.reservTdInfo3 {
		width: 20.6%;
	}
	.reservTdInfo4 {
		width: 16.6%;
	}
	.reservTdInfo5 {
		width: 29.6%;
	}
	.reservTdInfo6 {
		width: 6.3%;
	}
	.reservTd {
		display: flex;
		background-color: #a2a2a2;
		height: 56px;
	}
	.reservTd div {
		font-family: NotoSansKR;
		font-size: 14px;
		font-style: normal;
		color: #ffffff;
		text-align: center;
		line-height: 56px;
	}
	.reservTd div>input {
		background-color: transparent;
		border: 1px solid #ffffff;
		width: 90%;
		height: 30px;
		text-align: center;
	}
}
/* .reservUserWrap.master{
  background: #a30000 !important;
}
.reservUsers span{
    position: relative;
    font-family: NotoSansKR;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.master {
    background: #444444 !important;
}
.masterSpan {
        font-weight: bold;
        margin-right: 80px;
}
.introduceDiv2{
    margin: 32px 0 42px 0;
}
.reservUserWrap .reservTd1{
    display: inline-block;
    padding: 19px 0 19px 30px;
    width: 40%;
    height: 100%;
}
.reservTd2{
    display: inline-block;
    padding: 19px 25px 19px 0;
    width: 60%;
    height: 100%;
    float: right;
}
.reservTd2>div{
    width: 110px;
    display: inline-block;
    text-align: center;
}
.reservTd2 i{
  color: #FFFFFF;
  width: 21px;
  font-size: 20px;
}
.reservUsers span{
    position: relative;
    font-family: NotoSansKR;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
*/
.btnDiv {
  padding-top: 50px;
  text-align: center;
  font-weight: 500;
}
.btnDiv>div {
  width: 80px;
  height: 40px;
  padding: 9px 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: #FFF;
}
.btnDiv span {
  font-weight: 500;
  font-size: 15px;
}
input[type=checkbox] + label{
  display: inline-block;  
  cursor: pointer;  
  position: relative;  
  padding-left: 25px;  
  margin-right: 15px;  
  font-size: 13px;
}
input[type=checkbox]+ label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 3px;
  background-color: white;
  border: 1px solid #D1D1D1;
}
input[type=checkbox]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 15px;
}
.mainPrgImg{
  max-width: 95px; 
  min-height: 72px; 
  height: auto;
}
.banner-menu-table{
  width: 410px;
  margin: auto;
  bom: 0;
  bottom: 0;
  margin-top: 76px;
  text-align: left;
}
.banner-menu-table td{
  border: 1px solid #DDDDDD;
  width: 200px;
  height: 68px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}
.banner-menu-table td>img{
  margin-right: 20px;
  position: relative;
  top: 3px;
}
.banner-menu-table td>div{
  display: inline-block;
  position: relative;
  top: -10px;
}
#userName{
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 481px){
  .main_notice_slider{
    width: 90%;
  }
  .main_notice_title{
    width: 50%;
  }
}
@media (min-width: 992px){
  .main_notice_slider{
    width: 89%;
  }
  .main_notice_row{
    width: 50%;
  }
  .main_notice_title{
    width: 50%;
  }
  .main_quick_icon:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 991px){
  .main_quick_menu{
    height: 120px;
  }
  .main_quick_icon{
    height: 45px;
  }
  .main_quick_icon > div{
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .main_mid{
    height: 50px;
    padding: 12px 15px;
  }
  .main_notice_row{
    width: 100%;
    padding-left: 30px;
    display: block;
  }
}
@media (min-width: 1200px){
  .main_notice_slider{
    width: 91%;
  }
  .main_notice_row{
    width: 50%;
  }
  .main_notice_title{
    width: 60%;
  }
  .main_quick_icon:not(:last-child) {
    margin-right: 70px;
  }
}
