@CHARSET "UTF-8";
/* 기본 태그 속성 */
@import url('NotoSansKR-Hestia.css');

/* info 공통 css  */
.info-title,
.info-header{
  font-size: 20px;
  margin:30px 0;
  position: relative;
}

.info-btn{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  cursor: pointer;
  color: #fff;
  font-size:14px;
  min-width:92px;
  text-align: center;
}
.info-btn.v2{
  background:#EEEEEE;
  color:#222;
}
.btn-container{
  text-align:center;
  margin-top:30px;
}
.info-input-bar{
  padding:10px;
}
.info-input-bar:first-child{
  padding-top:20px;  
}
.info-input-bar > input[type=text]{
  border: 1px solid #D1D1D1 !important;
  box-sizing: border-box;
  height:40px;
  width:100%;
  padding:0 10px;
}
.info-input-bar > label{
  margin-left:10px;  
  margin-bottom:0px;
  cursor:pointer;
}
.file-upload{
  height: auto;
  min-height: 48px;
  position: relative;
}
.file-upload>*{
    line-height: 48px;
}
.file-upload h3{
  display:none;
}
.file-upload i{
    position: absolute;
    top: 0;
    right: 50px;
    cursor:pointer;
}
.file-upload table{
    width: 100%;
}
.file-upload label{
    margin-bottom: 0;
    position: absolute;
    top: 0;
}
#filelist{
    padding-left:10px;
    line-height:42px;
    background: #fff;
    text-align: left;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
#filelist>div{
    padding-top: 0 !important;
}
#filelist>div>b:last-child{
    margin-left: 10px;
    cursor: pointer;
}
#filelist>div>b>input{
  margin-right:5px;
}
/* 공지사항 리스트 상단 페이지 정보 css */
.page-info{
  display:inline-block;
  line-height: 55px;
  font-weight: 500;
}
.page-info > span{
  margin:0 5px;
}
input:focus {outline: none;}

.selectbox {
  position: relative;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
  z-index: 1;
  display: inline-block;
  float: right;
  margin-right: 15px;
}
.selectbox select {
  width: 100%;
  height: 40px;  /* 높이 초기화 */
  padding: .5em .8em;  /* 여백과 높이 결정 */
  border: 1px solid #D1D1D1;
  filter:alpha(opacity=0);  /* IE8 숨기기 */
  -moz-appearance: none;
  appearance: none;
  color: #666;
}
.selectbox select:focus{
  outline: 0;
}
/*
.selectbox:before {
    content: "";
    position: absolute;
    top: 47%;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
}
*/
.search-box{
  position: relative;
  float: right;
}
.search-box>input{
  width: 295px;
  height: 40px;
  top: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  font-size: 16px;
  text-indent: 20px;
  display: inline-block;
}
.search-box>input::placeholder{
  color: #AAAAAA;
  font-size: 15px;
}
.search-bar{
  margin: 30px 0 15px;
  position: relative;
  height: 40px;
  width:100%;
}
.search-icon-box{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  display: inline-block;
}
.search-icon{
  position: absolute;
  width: 17px;
  height: 21px;
  left: 12px;
  top: 11px;
  font-size: 18px;
  color: #FFFFFF;
}

.info-table{
  width:100%;
  border-collapse: collapse;
  line-height: 18px;
  box-shadow: 0px 1px 0px #D1D1D1;
  text-align:center;
  background-color: #fff;
}
.m-info-table{
  display:none;
}
.info-table > thead{
  background: #F7FAFC;;
  color:#222;
  font-weight:500;
}
.info-table th{
  font-weight:500;
}
.info-table tr{
  height:48px;
  box-shadow: 0px 0.5px 0px #D1D1D1;
}
.info-table p{
  text-align:left;
}
.info-title-box{
  height: 100px;
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #D1D1D1;
}
.info-title-box>div:first-child{
  font-size:18px;
}
.info-title-box>div:last-child{
  margin-top:10px;
}
.info-title-box>div:last-child > span{
  margin-right:20px;
}
.info-content-box {
  position: relative;
  padding: 30px 0;
  height: auto;
  box-sizing: border-box;
  line-height: 28px;
  border-bottom: 1px dashed #D1D1D1;
  
}
.info-content-box > textarea{
  width:100%; 
  min-height:100px;
  border:none; 
  resize:none; 
  outline:none;
  background:none;
  
}
.info-file-box{
    padding:15px 0 ;
    height: auto;
    min-height: 56px;
    border-bottom: 1px solid #D1D1D1;
}
.info-file-box>*{
    line-height: 55px;
}

.mobile-text{
  display:none;
  margin-bottom:6px;
}
.mobile-text > textarea{
  resize:none;
  width:100%;
  height:300px;
  border: 1px solid #D1D1D1;
  padding:10px;
  outline:none;
}
.qna-answer-box{
  margin-top:20px;
}

.site-link{
  text-decoration:none;
  color:#424242;
}

.prg-search-bar{
  position: relative;
  width: auto;
  height: auto;
  margin-top: 70px;
  text-align: center;
  box-sizing: border-box;
  padding: 0 11%;
}
.prg-search-bar > input{
  width: 100%;
  height:40px;
  background: #e9edf061;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  font-size: 20px;
  position: relative;
  text-indent: 30px;
  display: inline-block;
}
.prg-menu-bar{
  text-align: -webkit-center;
  margin-top: 60px;
  padding: 0 30px;
}

#prg-menu-table td{
  border: 2px solid transparent;
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}
.active-menu{
  border-bottom:2px solid #136A31 !important;
  font-weight:bold;
  color: #136A31;
}
.prg-search-bar > .search-icon-box{
  right:113px;
}
.progress3{
  color: #1536E5;
  font-weight: 500;
}
.progress4, .progress5{
  color: #777777;
  font-weight: 500;
}
.prg-content{
  border:1px solid #D1D1D1;
  margin-top:20px;
  padding:10px;
  min-height:200px;
}
.btnDiv {
  padding-top: 50px;
  text-align: center;
}
.btnDiv>div {
  width: 140px;
  height: 56px;
  border-radius: 4px;
  padding: 19px 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 37%;
  text-align: center;
  background: linear-gradient(180deg, #A0A0A0 0%, #8A8A8A 100%);
}
.btnDiv span {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.stuPrgBtn{
  color: #fff;
  line-height: 1.5;
  margin: 8px 0;
  background: #C73838;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 15px;
}

.prof-body-bottom-contents{
  line-height: 1.8;
}

@media (max-width: 768px){
  .search-box > input{
    width:260px;
  }
}

@media (max-width: 768px){
  .page_path{
    display:none;
  }
  .m-path-bar{
    background: #F9FAFC;
    box-shadow: 0px 1px 1px #E8E8E8;
    height:50px;
    width:100%;
  }
  .m-page-path{
    color: #D1D1D1;
    line-height:50px;
    padding-left:15px;
    font-weight:500;
  }
  .m-page-path > img{
    vertical-align:text-top;
  }
  .m-page-path > i {
    margin:0 7px;
  }
}
@media (max-width: 620px){
  .page-info{
    display:none;
  }
}
@media (max-width: 517px){
  .mobile-text{
    display:block;
  }
  .pc-text{
    display:none;
  }
  .btn-container{
    margin-top:10px;
  }
  #filelist{
    border-top:1px solid #ddd;
  }
}


@media (max-width: 480px){
  .search-bar{
    padding: 20px 5vw;
    position: relative;
    height: 80px;
    width: 100%;
    background: #F9F9F9;
    margin:0;
    border-bottom:1px solid #DDDDDD;
  }
  .selectbox:before{
    right:3vw;
  }
  .search-box > input{
    width:54vw;
  }
  .search-box.only>input{
    width:82vw;
  }
  .selectbox{
    width:24vw;
    float:left;
    margin-right:0;
    font-size:3vw;
  }
  .info-table{
    display:none;
  }
  .m-info-table{
    display:block;
  }
  .info-bar{
    padding:10px 0;
    border-bottom:1px solid #DDDDDD;
  }
  .info-bar > div:first-child{
    margin-bottom:10px;
  }
  .info-bar > div > span:not(last-child){
    margin-right:10px;
  }
  .reply-title{
    display:none;
  }
}

/* 교수학습센터 프로그램상세보기 페이지 */
.font-size14{
  font-size: 14px;
}
.font-size15{
  font-size: 15px;
}
.font-size18{
  font-size: 18px;
}
.font-size20{
  font-size: 20px;
}
.font-size22{
  font-size: 22px;
}
.font-size24{
  font-size: 24px;
}
.black{
  color :#000000;
}
.gray{
  color :#999999;
}
.400{
  font-weight: 400;
}

.500{
  font-weight: 500;  
}

.700{
  font-weight: 700;
}

.bold{
    font-weight: bold;  
}


.prof-program-wrap{
  font-family: NotoSansKR;
  font-style: normal;   
  line-height: 24px;
  margin-top:30px;
}


.prof-program-header{
  display: flex;
}
.prof-program-header-left{
  height: 130px;
  width: 230px;
}

.prof-program-header-left .prof-program-thumbnail{
}

.prof-program-header-left .prof-program-thumbnail >img{
  width: 177px;
  height : 124px;
}

.prof-program-body{
   margin-top: 26px; 
}

.prof-body-content{
  margin-bottom: 36px;
}


.prof-body-content .prof-body-top{
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
}
.prof-body-content .prof-body-bottom{
  font-weight: 400;
  font-size: 14px;
}

.program_view_btn >div{
  width: 80px;
  height: 40px;
  border-radius:0px;
  padding: 0px;
}

.program_view_btn >div >span{
  font-family: NotoSansKR;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
}

.prof-program-header-left{
   text-align: center;
   padding-bottom: 20px;
}

@media screen  and (max-width: 480px){
  .prof-program-header{
    display: block;
  }
  .prof-program-header-left .prof-program-thumbnail >img{
    width :100%;
    height: auto;
  }
  .prof-program-header-left{
    width : 100%;
    height: auto;
  }
    
  .prof-program-header-right{
    margin-left: 20px;
  }
}
@media screen  and (min-width: 481px){
  .prof-program-header-right{
    position: relative;
    width: calc(100% - 250px);
  }
  .prof-program-header-right .header-bottom{
    position: absolute;
    top : 85%;
  } 

}
/*ppt템플릿*/
.template-search.search-bar {
  /*  padding: 20px 0 !important; */
  background: #fff !important;
  border-bottom: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.template-search .page-info {
  display: inline-block !important;
}

.template-search .selectbox {
  float: right !important;
  margin-right: 0 !important;
  width: 120px !important;
  font-size: unset !important;
}

.templates {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.template-wrap {
  width: 50%;
  padding: 15px;
}

.template-wrap:nth-child(odd) {
  padding-left: 0px;
}

.template-wrap:nth-child(even) {
  padding-right: 0px;
}

.template-wrap .template {
  border: 1px solid #ddd;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}

.template-item {
  width: 33%;
  padding-right: 3px;
}

.template-item:nth-child(3n) {
  padding-right: 0px;
}

.template-item .item-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
}

.template-item .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.template-item .item-content-wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 10px;
}

.template-item .item-cate {
  font-weight: 500;
  font-size: 15px;
  display: -webkit-box;
  height: 22px; /*높이값 추가*/
  overflow: hidden; /* 숨김처리 */
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

.item-content .item-title {
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  height: 38px; /*높이값 추가*/
  overflow: hidden; /* 숨김처리 */
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
}

.item-content-wrap .down-btn {
  text-align: right;
  position: relative;
  height: 30px;
}

i.down_icon {
  display: inline-block;
  background: url("/ctl/images/icon/down_icon.png");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
}

.template-title-box {
  padding: 30px 0;
  border-bottom: 1px solid #DDDDDD;
}

.template-cate {
  font-size: 18px;
  font-weight: 500;
}

.template-title {
  font-size: 18px;
  color: #666;
}

.template-down-cnt {
  color: #666;
  font-size: 14px;
  float: right;
  top: 0;
}

.view_image_wrap>.view_image {
  position: relative;
  max-width: 640px;
  max- height: 360px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: 0 auto;
  background-color: #000;
}

.view_image_wrap>.view_image>img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  max-height: 360px;
}

.view_image_inner {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.view_image_inner .img_centered {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

}
.thumbnail-wrapper {
  width: 100%;
}

.thumbnail {
  position: relative;
  padding-top: 100%; /* 1:1 ratio */
  overflow: hidden;
}

.thumbnail .centered {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.thumbnail .centered img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.view_image_inner .img_centered img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.view_image_inner .img_centered img.landscape {
  width: 100%;
  height: auto;
}

.view_image_inner .img_centered img.portrait {
  height: 100%;
  width: auto;
}

.view_image_wrap .view_nav {
  overflow-x: auto;  
  overflow-y: hidden;
  margin: 6px auto 0 auto;
  white-space: nowrap;  
  padding: 10px;
  background: #F9F9F9;
border: 1px solid #EEEEEE;
display: inline-block;
width: 100%;
}

.view_image_wrap .view_nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.view_image_wrap .view_nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.view_nav .view_nav_item {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 160px;
  height: 120px;
  border: 2px solid transparent;

  
}


.view_nav .view_nav_item >div{
  position: relative; padding-top: 100%; /* 1:1 ratio */ overflow: hidden;
}
.view_nav .view_nav_item >div >img {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; height: auto;

}

.view_nav .view_nav_item:first-child {
  margin-left: 0;
}

.view_nav .view_nav_item:last-child {
  margin-right: 0;
}

.view_image_wrap .view_index_wrap {
  font-size: 13px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.view_image_wrap .view_index_wrap .preTxt{
  font-weight: 500;
  font-size: 16px;
}

.view_image_wrap .view_index_wrap .view_index {
  color: #3498db;
  font-weight: bold;
}

.arrow_wrap{
  float: right;
}
.view_prev_arrow {

  cursor: pointer;
}

.view_next_arrow {
  cursor: pointer;
}

.template-btn-wrap{
  border-top: 2px solid #DDDDDD;
  padding : 30px 0;
  text-align: right;
}
.template-btn-wrap .info-btn{
  padding: 10px 20px;
  height: unset;
  line-height: unset;
}  


@media screen and (max-width: 1024px) {
  .template-item{
    width : 50%;
    padding-right:3px;
  }
  .template-item:nth-child(3n){
  width : 100%;
   padding-right:0px;
  }
  
   .template-item .item-content-wrap{
    flex-flow: row;
    }
    
    .template-item .item-content{
    flex: 7 0 0;
    }
        .template-item .down-btn{
    flex: 1 0 0;
   margin: auto;
    text-align: center;
    }

}

@media screen and (max-width: 992px) {

}

@media ( max-width : 768px) {

}

@media ( max-width : 480px) {
  .template-wrap{
    padding: 5px 0;
  }
  .template-wrap{
   width: 100%;
  }
}

@media ( max-width : 320px) {

}
