@charset "utf-8";

.divContentTop{margin-bottom: 30px;}
.divContentTop > div{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; border-bottom: 2px solid #000; padding-bottom: 25px;}

#divTitle{font-size: 35px; font-family: PretendardSB,sans-serif; color: #161616;}

#divLocation{display: -webkit-box; display: -ms-flexbox; display: flex;}
#divLocation>li{position: relative; padding: 0 15px;}
#divLocation>li::after{content: ""; display: block; width: 10px; height: 14px; background: url(../../images/icon/locationArrow.png) no-repeat center; position: absolute; right: -7px; top: 5px; background-size: 6px;}
#divLocation>li:last-child{padding-right: 0;}
#divLocation>li:last-child:after{display: none;}
#divLocation>li>a{display: inline-block; line-height: 23px; font-size: 16px; color: #2e2e2e;}
#divLocation>li.home a{display: inline-block; width: 22px; height: 22px; text-indent: -9999px; background: url(../../images/icon/home.png) no-repeat center;}

#divSearch {text-align: right; margin-bottom: 30px;}
#divSearch .searchBox{display: inline-block; border: 1px solid #cdcccc; height: 50px; border-radius: 14px;}
#divSearch .searchBox input[type=text]{width: 280px; height: 100%; border: 0; padding: 0 15px; box-sizing: border-box; font-size: 16px; font-family: PretendardM, sans-serif; color: #4e4e4e; background: transparent;}
#divSearch .searchBox input[type=text]::placeholder{font-size: 16px; color: #939393;}
#divSearch .searchBox select{-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; height: 100%; background: #fff url(../../images/icon/selectArrow1.png) no-repeat right 17px center; border: none; font-family: PretendardM, sans-serif; font-size: 16px; color: #4e4e4e; padding: 0 35px 0 18px; border-radius: 14px;}
#divSearch .searchBox select::-ms-expand{display: none;}
#divSearch .searchBox select option{font-family: Pretendard, sans-serif; font-size: 15px; background: #fff;}
#divSearch .searchBtn{display: inline-block; width: 91px; line-height: 50px; background: #2ac1bc url(../../images/icon/searchBtn.png) no-repeat left 18px center; border-radius: 14px; font-size: 16px; font-family: PretendardM, sans-serif; color: #ffffff; text-indent: 24px; padding: 0; border: 1px solid #2ac1bc; cursor: pointer; margin-left: 4px;}
@media screen and (max-width: 1340px){
    .divContentTop{padding: 0 20px; box-sizing: border-box;}
    #divSearch{padding: 0 20px; box-sizing: border-box;}
}
@media screen and (max-width: 1024px){
    .divContentTop{padding: 0 15px; margin-bottom: 20px;}
    .divContentTop > div{padding-bottom: 20px;}
    #divTitle{font-size: 26px;}
    #divLocation>li{padding: 0 12px;}
    #divLocation>li::after{right: -6px; top: 4px; background-size: 5px;}
    #divLocation>li.home a{width: 20px; height: 20px; background-size: 17px;}
    #divLocation>li>a{line-height: 20px; font-size: 15px;}

    #divSearch {padding: 0 15px; margin-bottom: 20px;}
    #divSearch .searchBox{width: calc(100% - 100px); height: 45px;}
    #divSearch .searchBox select{width: 96px; font-size: 15px;}
    #divSearch .searchBox input[type=text]{width: calc(100% - 100px); font-size: 15px;}
    #divSearch .searchBox input[type=text]::placeholder{font-size: 15px;}
    #divSearch .searchBtn{display: inline-block; width: 90px; line-height: 43px; background-position:  left 16px center;}
}
@media screen and (max-width: 767px){
    #divSearch {margin-bottom: 15px;}
    .divContentTop > div{padding-bottom: 15px;}
    #divTitle{font-size: 24px;}
    #divLocation>li.home a{width: 18px; height: 18px; background-size: 16px;}
    #divLocation>li>a{line-height: 18px; font-size: 14px;}
}

/* themeTab */
.themeTabW{margin-bottom: 55px;}
.themeTabW.All{border-bottom: 1px solid #d8d8d8;}
.themeTab {margin-bottom: 30px;}
.themeTab .tab{width: auto; margin-right: 15px;}
.themeTab .tab>a{display: inline-block; padding: 12px 25px; font-family: PretendardM, sans-serif; font-size: 17px; line-height: 1.2em; color: #5f6868; background: #e6f9f8; border-radius: 23px;}
.themeTab .tab.on>a{color: #fff; background: #2ac1bc;}
.themeTab .swiper-btn{position: absolute; top: 0; z-index: 2; background: rgba(255, 255, 255, 1); height: 100%; padding: 12px 8px; box-sizing: border-box;}
.themeTab .swiper-prev{left: 0;}
.themeTab .swiper-prev img{transform: rotate(180deg);}
.themeTab .swiper-next{right: 0;}
.themeTab .swiper-btn.swiper-button-disabled{display: none;}
.themeTabDepth2W .depth2{display: none; padding: 22px 22px 6px; box-sizing: border-box; border: 2px solid #2ac1bc; border-radius: 15px;}
.themeTabDepth2W .depth2 ul .menu{margin-bottom: 16px;}
.themeTabDepth2W .depth2 ul .menu>a{display: inline-block; padding: 10px 15px; border-radius: 20px; font-family: PretendardSB, sans-serif; font-size: 16px; color: #3e3e3e; letter-spacing: -0.0253m;}
.themeTabDepth2W .depth2 ul .menu.on a{background: #e6f9f8;}
.themeTabDepth2W .depth2 ul .menu a .count{font-family: inherit; font-size: 15px; color: #f35959; margin-left: 2px; vertical-align: text-top;}
.themeTabDepth2W .depth2 .slick-dots {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin: 8px 0;}
.themeTabDepth2W .depth2 .slick-dots li {margin-right: 8px;margin-bottom: 0}
.themeTabDepth2W .depth2 .slick-dots li:last-child {margin-right: 0px;}
.themeTabDepth2W .depth2 .slick-dots .dot {display: block;background-color: #c5d0dc;border-radius: 50%;width: 10px;height: 10px;border: none;cursor: pointer;}
.themeTabDepth2W .depth2 .slick-dots li.slick-active .dot {background-color: #2d2d2d;}
@media screen and (max-width: 1340px){
    .themeTabDepth2W{padding: 0 20px; box-sizing: border-box;}
    .themeTab .inner{padding: 0 20px; box-sizing: border-box;}
}
@media screen and (max-width: 1150px){
    .themeTab .tab>a{padding: 12px 25px;font-size: 16px;}
    .themeTabDepth2W .depth2{padding: 22px 12px 6px;}
    .themeTabDepth2W .depth2 ul .menu a{font-size: 15px;}
    .themeTabDepth2W .depth2 ul .menu a .count{font-size: 14px;}
}
@media screen and (max-width: 1024px){
    .themeTabW{margin-bottom: 40px;}
    .themeTab {margin-bottom: 20px;}
    .themeTab .inner{padding: 0 15px;}
    .themeTab .tab{margin-right: 10px;}
    .themeTab .tab>a{padding: 10px 20px;font-size: 15px;}
    .themeTabDepth2W{padding: 0 15px;}
    .themeTabDepth2W .depth2{padding: 15px 8px 5px;}
    .themeTabDepth2W .depth2 ul .menu{margin-bottom: 10px;}
    .themeTabDepth2W .depth2 ul .menu a{display: inline-block; padding: 10px 15px; font-size: 14px;}
    .themeTabDepth2W .depth2 ul .menu a .count{font-size: 13px;}
}
@media screen and (max-width: 767px){
    .themeTabW{margin-bottom: 20px;}
    .themeTab {margin-bottom: 15px;}
    .themeTabDepth2W .depth2{padding: 12px 8px 8px;}
    .themeTabDepth2W .depth2 ul .menu{margin-bottom: 4px; vertical-align: top;}
    .themeTabDepth2W .depth2 ul .menu a{padding: 8px 12px;}
}
@media screen and (max-width: 350px){
    .themeTabDepth2W .depth2 ul .menu a{padding: 8px; font-size: 13px;}
}

/* resultInfo */
.resultInfo{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 35px;}
.resultInfo>div{margin: 10px 0;}
.resultInfo .right{margin-left: auto;}
@media screen and (max-width: 1340px){
    .searchResult{padding: 0 20px; box-sizing: border-box;}
}
@media screen and (max-width: 1024px){
    .resultInfo{margin-bottom: 25px;}
    .searchResult{padding: 0 15px;}
}
@media screen and (max-width: 767px){
    .resultInfo{margin-bottom: 5px;}
    .resultInfo>div{margin: 12px 0;}
}
/* searchSum */
.searchSum{font-family: PretendardSB, sans-serif; font-size: 17px; color: #7b7f94; line-height: 1.2em;}
.searchSum span{font-family: PretendardB, sans-serif; font-size: inherit; color: #000000;}
.searchSum span.count{font-family: PretendardSB,sans-serif;  color: #f35959; margin-left: 2px;}
@media screen and (max-width: 1024px){
    .searchSum{font-size: 15px;}
}
@media screen and (max-width: 767px){
    .searchSum{font-size: 14px;}
}
/* sortType */
.sortType{display: -webkit-box; display: -ms-flexbox; display: flex;}
.sortType>li{margin-left: 18px;}
.sortType>li>a{font-family: PretendardM, sans-serif; font-size: 16px; color: #747474; padding-left: 25px;}
.sortType>li.registration>a{background: url(../../images/icon/time.png) no-repeat left center;}
.sortType>li.popularity>a{background: url(../../images/icon/sort1.png) no-repeat left center; padding-left: 15px;}
@media screen and (max-width: 1024px){
    .sortType>li>a{font-size: 14px; padding-left: 22px;}
    .sortType>li.registration>a{background-size: 17px;}
    .sortType>li.popularity>a{background-size: 18px;}
}
@media screen and (max-width: 767px){
    .sortType>li{margin-left: 12px;}
    .sortType>li>a{font-size: 13px; padding-left: 20px;}
    .sortType>li.registration>a{background-size: 15px;}
    .sortType>li.popularity>a{background-size: 16px;}
}    

/* videoListInfo */
.videoListInfo{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    border-bottom: 1px solid #333; padding: 12px 0; margin-bottom: 30px;}
.videoListInfo h3{font-size: 24px; font-family: PretendardSB, sans-serif; color: #161616; letter-spacing: -0.03em;}
.videoListInfo h3 span{color: #666; font-size: 22px; margin-left: 2px;}
.videoListInfo h3 .count{font-size: inherit; font-family: PretendardSB, sans-serif;  color: #f35959;}
.videoListInfo .right{margin-left: auto;}
.videoListInfo .more{font-size: 15px; font-family: PretendardM, sans-serif; padding-right: 15px; background: url(../../images/icon/moreicon.png) no-repeat right center;}
@media screen and (max-width: 1024px){
    .videoListInfo h3{font-size: 20px;}
    .videoListInfo h3 span{font-size: 18px;}
    .videoListInfo .more{font-size: 14px;}
}

/* videoListW */
.videoListW{margin-bottom: 85px;}
.videoList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 60px 30px;}
.videoList li{width: 236px;}
.videoThumbnail{width: 100%; height: auto; border: 1px solid #dbdbdb; border-radius: 10px; overflow: hidden; box-sizing: border-box; margin-bottom: 17px;}
.videoThumbnail a{display: block; width: 100%; height: 0; padding-bottom: 66%; font-size: 0; position: relative; overflow: hidden;}
.videoThumbnail a::after{content: ""; display: block; width: 37px; height: 37px; background: url(../../images/icon/play.png) no-repeat center center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.videoThumbnail img{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.videoInfo .category{display: block; font-family: PretendardM, sans-serif; font-size: 15px; color: #00b2d0; line-height: 1em; margin-bottom: 6px;}
.videoInfo .title{display: inline-block; font-family: PretendardB, sans-serif; font-size: 18px; color: #000; line-height: 1.2em; margin-bottom: 6px; letter-spacing: -0.025em; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.videoInfo .title img{position: relative; top: 1px; margin-left: 4px;}
.videoInfo .lecturer{display: block; line-height: 1.1em;}
.videoInfo .lecturer span{font-family: PretendardM, sans-serif; font-size: 15px; color: #5f5f5f; position: relative; padding-right: 12px;}
.videoInfo .lecturer span::after{content: ""; display: block; width: 1px; height: 12px; background: #cbcbcb; position: absolute; right: 3px; top: 3px;}
.videoInfo .lecturer span:last-child::after{display: none;}
@media screen and (max-width: 1340px){
    .videoList{gap: 60px 20px;}
    .videoList li{width: calc((100% - (20px * 4)) / 5);}
    .videoThumbnail{width: 100%; height: auto;}
}
@media screen and (max-width: 1024px){
    .videoList li{width: calc((100% - (20px * 3)) / 4);}
    .videoThumbnail{margin-bottom: 15px;}
    .videoInfo .category{font-size: 14px;margin-bottom: 4px;}
    .videoInfo .title{font-size: 16px; margin-bottom: 4px;}
    .videoInfo .lecturer span{font-size: 14px;}
}
@media screen and (max-width: 767px){
    .videoList{gap: 30px 12px;}
    .videoList li{width: calc((100% - (12px * 2)) / 3);}
    .videoThumbnail{margin-bottom: 10px;}
    .videoInfo .category{font-size: 13px;margin-bottom: 4px;}
    .videoInfo .title{font-size: 15px; margin-bottom: 4px;}
    .videoInfo .lecturer span{font-size: 13px;}
}
@media screen and (max-width: 550px){
    .videoList li{width: calc((100% - (12px * 1)) / 2);}
}

/* pageing */
.pagingW{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.pagingW > a{display: inline-block; width: 35px; height: 35px;  text-align: center; line-height: 38px; border: 1px solid #cbcbcb; border-radius: 6px; box-sizing: border-box; margin: 0 2px;}
.pagingW ul{display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 18px;}
.pagingW ul>li{width: 35px; height: 35px; line-height: 35px; border-radius: 6px; font-size: 17px; color: #666565; text-align: center; box-sizing: border-box;}
.pagingW ul>li.on{background: #efecf5;  color: #34353d;}
.pagingW ul>li>a{display: block; width: 100%; height: 100%; line-height: 35px; font-size: inherit; color: inherit; text-align: center;}

@media screen and (max-width: 767px){

    .pagingW > a{width: 30px; height: 30px; line-height: 32px;}
    .pagingW ul{margin: 0 4px;}
    .pagingW ul>li{width: 30px; height: 30px; line-height: 30px; font-size: 15px;}
    .pagingW ul>li>a{line-height: 30px;}
}


/* guide */
.guide{}
.guideCont{color: #666666; font-family: Pretendard, sans-serif; font-size: 15px;  margin-bottom: 30px;}
.guideBox{background: #eee; padding: 20px; border-radius: 10px;}
.guideBox .bold{font-size: 20px; font-family: PretendardM, sans-serif; color: #333; margin-bottom: 5px;}
.guideBox span{font-size: inherit; color: inherit;}
.guideBox .point{color: #00b2d0;}
.guideTit{color: #151515;font-size: 20px;font-family: PretendardM, sans-serif;margin-bottom: 12px;}
.guideList>li{padding-left: 20px; margin-bottom: 10px; position: relative;}
.guideList>li::after{content: ''; position: absolute; top: 8px; left: 7px; width: 4px; height: 4px; background: #333; border-radius: 100%;}
.guideTable table th{background: #f5f5f5; border: 1px solid #ddd; height: 40px; vertical-align: middle; color: #222222;}
.guideTable table td{border: 1px solid #ddd; padding: 10px; box-sizing: border-box; line-height: 1.1em;}
.bannerDownload td{border: 1px solid #ddd; text-align: center; vertical-align: middle; height: 50px; padding: 10px; box-sizing: border-box; font-size: 0;}
@media screen and (max-width: 1340px){
    .guide{padding: 0 20px; box-sizing: border-box;}
}
@media screen and (max-width: 1024px){
    .guide{padding: 0 15px;}
}
@media screen and (max-width: 767px){
    .guideTable,.bannerDownload{overflow: auto;}
    .guideTable table,.bannerDownload table{min-width: 460px;}
}