@charset "utf-8";

#divHeader{box-shadow: none; transition: all 0.5s;}
#divHeader.fixed{box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);}
#divContentsW{width: 100%;}
#divContents{padding: 0 0 50px; background: #f1fcf9;}

.content1 .center, .content2 .center,.content3 .center, .content4 .center, .bannerW .center{width: 1300px; margin: 0 auto;}
@media screen and (max-width: 1340px){
    .content1 .center, .content2 .center,.content3 .center, .content4 .center, .bannerW .center{width: 100%; padding: 0 20px; box-sizing: border-box;}
}
@media screen and (max-width: 1024px){
    #divContents{background: transparent;position: relative;}
    #divContents::after{content: ""; display: block; width: 100%; height: calc(100% - 1075px); background: url(../../images/main/mobileBg.png) center top; background-size: cover; position: absolute; left: 0; bottom: 0; z-index: -1;}
}
@media screen and (max-width: 767px){
    .content1 .center, .content2 .center,.content3 .center, .content4 .center, .bannerW .center{padding: 0 15px;}
}

/* content1 */
.content1{background: #fff; position: relative;}
.content1::after{content: ""; width: 100%; height: 105px; background: #f1fcf9; position: absolute; left: 0;bottom: 0; z-index: 0;}
.content1 .center{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 45px; position: relative; z-index: 2;}
.visualW{width: 826px; height: 360px; background: #2ac1bc url(../../images/main/visualBg.png) no-repeat left bottom -63px; border-radius: 15px; padding: 50px; box-sizing: border-box;}
.visualW .textW{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.visualW .text1{font-size: 17px; font-family: SCDream3, sans-serif; color: #fff;}
.visualW .text2{font-size: 45px; font-family: SCDream6, sans-serif; color: #fff;}
.visualW .text3{font-size: 30px; font-family: SCDream4, sans-serif; color: #fff; width: 275px; word-break: keep-all; margin-top: 34px; margin-bottom: 45px;}
/* 검색 */
#divSearch{width: 270px; border-bottom: 3px solid #fff;  margin-bottom: 40px; margin-left: auto;}
#divSearch input[type=text]{height: 53px; font-size: 17px; font-family: Pretendard, sans-serif; color: #ffffff; border: 0; background: transparent; width: calc(100% - 38px); letter-spacing: -0.025em;}
#divSearch input[type=text]::placeholder{font-size: 17px; font-family: Pretendard, sans-serif; color: #ffffff; letter-spacing: -0.025em;}
#divSearch .searchBtn{display: inline-block; width: 30px; height: 30px; background: url(../../images/main/searchBtn.png) no-repeat center center; border: 0; text-indent: -9999px;}


/* 로그인 */
.loginW{width: 420px; border: 1px solid #e0e0e0; border-radius: 15px; background: #fff; padding: 50px 28px; box-sizing: border-box; flex-shrink: 0;} 
.loginW .text{font-family: GmarketSansL, sans-serif; font-size: 26px; color: #1d1e28; line-height: 1em; margin-bottom: 40px;}
.loginW .text span{font-size: inherit; font-family: GmarketSansM, sans-serif;}
.loginW .text span.userName{display: inline-block; margin: 5px 8px 0 0;}
.loginW .login{display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px;}
.loginW .inputBoxW{width: 100%; margin-right: 10px;}
.loginW .inputBoxW input{width: 100%; height: 48px; font-size: 16px; font-family: PretendardL, sans-serif; color: #656565; padding: 0 15px 0 50px; border: 1px solid #e7e7e7; border-radius: 6px; box-sizing: border-box;}
.loginW .inputBoxW input::placeholder{font-size: 16px; font-family: PretendardL, sans-serif; color: #656565;}
.loginW .idBox input{background: url(../../images/main/id.png) no-repeat left 15px center; margin-bottom: 12px;}
.loginW .pwBox input{background: url(../../images/main/pw.png) no-repeat left 15px center;}
.loginW .loginBtn{background: #fec240; font-size: 17px; font-family: PretendardSb, sans-serif; color: #222222; border: 1px solid #fec240; text-align: center; width: 110px; height: 100%; border-radius: 10px;}
.loginEtcW{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top: 1px solid #e1e1e1; padding-top: 30px;}
.idSave input[type=checkbox]{position: absolute;display: block;width: 1px;height: 1px;overflow: hidden;white-space: nowrap;clip: rect(1px 1px 1px 1px);clip-path: inset(1px);}
.idSave label{font-size: 16px; font-family: PretendardL , sans-serif; color: #8e8e8e; padding-left: 32px; position: relative; line-height: 20px;}
.idSave label::after{content: ""; display: block; width: 20px; height: 20px; border: 1px solid #d2d2d2; border-radius: 3px; position: absolute; left: 0; top: -2px; background: #fff url(../../images/main/check.png) no-repeat center center;}
.idSave input[type=checkbox]:checked + label::after{background: #2ac1bc url(../../images/main/check2.png) no-repeat center center; border-color: #2ac1bc;}
.loginetc{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.loginetc li{padding-left: 20px; position: relative;}
.loginetc li:first-child::after{display: none;}
.loginetc li::after{content: ""; display: block; width: 1px; height: 12px; background: #dddddd; position: absolute; left: 10px; top: 5px;}
.loginetc a{display: inline-block; font-size: 16px; font-family: PretendardL, sans-serif; color: #8e8e8e; line-height: 1em;}
.userService{border-radius: 10px; background: #ebf5f7; border: 1px solid #c3eae9; padding: 20px; margin-bottom: 40px; margin-top: -10px;}
.userService>ul{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.userService>ul>li{width: 50%;}
.userService>ul>li>a{display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.userService>ul .icon{width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: #10b6b0; text-align: center; flex-shrink: 0;}
.userService>ul .icon img{vertical-align: middle; margin-top: -4px;}
.userService>ul .txt{width: calc(100% - 40px); font-size: 16px; color: #393939; padding:0 15px 0 10px; box-sizing: border-box; line-height: 1.1em; letter-spacing: -0.02em; transition: color 0.3s;}
.userService>ul>li>a:hover .txt{text-decoration: underline; color: #00b2d0;}
.goMyLib{display: inline-block; min-width: 140px; line-height: 48px; background: #00b2d0; color: #fff; font-family: PretendardM, sans-serif; font-size: 16px; border-radius: 25px; text-align: center;}
.goMyLib::after{content: ""; display: inline-block; width: 15px; height: 15px; background: url(../../images/main/arrow_right.png) no-repeat center top 3px; margin-left: 5px;}
@media screen and (max-width: 1340px){
    .content1::after{display: none;}
    .content1 .center{margin-bottom: 35px;}
    .visualW{height: 312px; margin-right: 20px; padding: 30px; background-size: 55%;}
    .visualW .text1{font-size: 16px; margin-bottom: 15px;}
    .visualW .text2{font-size: 42px; line-height: 1em; margin-right: 40px;}
    .visualW .text3{font-size: 27px; width: 275px; word-break: keep-all; margin-top: 37px; margin-bottom: 45px;}
    #divSearch input[type=text]{height: 45px; font-size: 16px;}
    #divSearch input[type=text]::placeholder{font-size: 16px;}
    
    .loginW{width: 370px; padding: 40px 20px;}
    .loginW .text{font-size: 24px; margin-bottom: 30px;}
    .loginW .login{display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 30px;}
    .loginW .inputBoxW {margin-right: 8px;}
    .loginW .inputBoxW input{font-size: 15px; height: 45px;}
    .loginW .inputBoxW input::placeholder{font-size: 15px;}
    .loginW .idBox input{margin-bottom: 8px;}
    .loginW .loginBtn{ width: 100px; font-size: 16px;}
    .loginEtcW{padding-top: 25px;}
    .idSave label{font-size: 15px; padding-left: 28px;}
    .idSave label::after{width: 18px; height: 18px;}
    .loginetc a{font-size: 15px;}
    
    .userService{padding: 15px; margin-bottom: 30px; margin-top: -5px;}
}
@media screen and (max-width: 1024px){
    .content1 .center{display: block; margin-bottom: 0; padding: 0;}
    .visualW{width: 100%; height: 240px; background: #2ac1bc url(../../images/main/visualBg.png) no-repeat left -100px bottom -60px; border-radius: 0; padding: 60px 20px; box-sizing: border-box; position: relative;}
    .visualW .textW > div:first-child{margin-left: auto;}
    .visualW .text1{font-size: 22px;}
    .visualW .text2{font-size: 40px; margin-right: 0;}
    .visualW .text3{display: none;}
    /* 검색 */
    #divSearch{width: 100%; padding: 0 20px; box-sizing: border-box; border-bottom: 0; margin-bottom: 0; position: absolute; left: 0; bottom: -30px;}
    #divSearch input[type=text]{height: 60px; font-size: 17px; color: #9d9d9d; border: 2px solid #93d6d4; background: #fff; width: 100%; padding: 0 50px 0 20px; border-radius: 47px; box-sizing: border-box; box-shadow: 0px 0px 27.55px 1.45px rgba(0, 0, 0, 0.11);}
    #divSearch input[type=text]::placeholder{font-size: 17px; font-family: Pretendard, sans-serif; color: #9d9d9d; letter-spacing: -0.025em;}
    #divSearch .searchBtn{width: 25px; height: 25px; background: url(../../images/main/searchBtn2.png) no-repeat center center; background-size: 25px; position: absolute; right: 45px; top: 50%; transform: translateY(-55%);}
    .loginW{display: none;}
}
@media screen and (max-width: 767px){
    .visualW{padding: 30px 20px; background-size: 60%; background-position: left -30% bottom -40px;}
    .visualW .text1{font-size: 18px; margin-bottom: 10px;}
    .visualW .text2{font-size: 35px;}
    #divSearch{width: 100%; padding: 0 15px;}
    #divSearch input[type=text]{font-size: 16px; padding: 0 45px 0 15px;}
    #divSearch input[type=text]::placeholder{font-size: 16px;}
    #divSearch .searchBtn{right: 35px;}
}
@media screen and (max-width: 500px){
    .visualW{background-size: 300px;}
}
/* content2 */
.content2 {background: url(../../images/main/contentBg1.png) no-repeat left 110px center;}
.content2 .center{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 45px;}
.content2 .contTit{font-size: 24px; font-family: GmarketSansB, sans-serif; color: #393939; line-height: 1.3em; padding-left: 30px; position: relative; margin-right: 30px; flex-shrink: 0;}
.content2 .contTit::after{content: ""; display: block; width: 12px; height: 12px; border-radius: 50%; background: #00b2d0; position: absolute; left: 0; top: 6px;}
.content2 .contTit span{display: block; font-family: inherit; font-size: 28px; color: #00b2d0;}
.divQuickMenu{width: 100%; padding: 10px 20px 0; overflow: hidden; box-sizing: border-box;}
.divQuickMenu .swiper-slide{flex: 1;}
.divQuickMenu .imgArea{display: block; height: 80px; text-align: center; line-height: 80px; margin-bottom: 10px;}
.divQuickMenu .imgArea img{vertical-align: middle; transition: transform .5s;}
.divQuickMenu a:hover .imgArea img{transform: translateY(-10px);}
.divQuickMenu .title{display: block; font-size: 18px; font-family: PretendardM, sans-serif; color: #252525; text-align: center;}
@media screen and (max-width: 1340px){
    .content2 {background: url(../../images/main/contentBg1.png) no-repeat left center;}
    .content2 .center{margin-bottom: 35px;}
}
@media screen and (max-width: 1024px){
    .content2{padding: 80px 0 20px; background: #f1fcf9;}
    .content2 .center{display: block; padding: 0; margin-bottom: 0;}
    .content2 .contTit{margin-bottom: 15px; font-size: 20px; padding: 0 20px 0 40px;}
    .content2 .contTit::after{width: 10px; height: 10px; left: 20px;}
    .content2 .contTit span{display: inline-block; font-size: 24px;}
    .divQuickMenu .swiper-slide{min-width: 90px;}
    .divQuickMenu .imgArea{display: block; height: 60px; line-height: 60px; margin-bottom: 10px;}
    .divQuickMenu .imgArea img{max-width: 50px; max-height: 48px;}
    .divQuickMenu .title{font-size: 16px;}
}
@media screen and (max-width: 767px){
    .content2{padding-top: 70px}
    .content2 .contTit{margin-bottom: 10px; font-size: 20px; padding: 0 15px 0 30px;}
    .content2 .contTit::after{width: 8px; height: 8px; left: 15px;}
    .content2 .contTit span{font-size: 22px;}
    .divQuickMenu{padding: 10px 15px 0;}
}
/* content3 */
.content3 .center{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 50px;}
.content3 .left{width: 100%; margin-right: 50px;}
.content3 .right{width: 424px;}
/* 동영상강의 */
.lectureW{width: 100%; border: 1px solid #e0e0e0; border-radius: 15px; background: #fff; padding: 49px; box-sizing: border-box;}
.lectureW .contTit{font-family: GmarketSansB, sans-serif; font-size: 34px; color: #393939; line-height: 1em; margin-bottom: 30px;}
.lectureW .tab{display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; position: relative; padding-bottom: 850px;}
.lectureW .tab > li{margin-right: 15px;}
.lectureW .tab > li > a{display: inline-block; min-width: 190px; line-height: 55px; font-size: 18px; color: #666666; font-family: PretendardSB, sans-serif; border: 1px solid #dddddd; border-radius: 28px; text-align: center;}
.lectureW .tab > li.on > a{background: #00b2d0; border-color: #00b2d0; color: #fff;}
.lectureW .tab > li .lectureListW{position: absolute; display: none; width: 100%; left: 0; top:  90px;}
.lectureW .tab > li.on .lectureListW{display: block;}
.lectureList {margin-bottom: 50px;}
.lectureList .swiper-wrapper{display: block;}
.lectureList .lecture{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;margin-bottom: 30px;}
.lectureList .imgArea{display: inline-block; width: 236px; border: 1px solid #dfdfdf; border-radius: 12px; overflow: hidden; margin-right: 35px; flex-shrink: 0;}
.lectureList .imgArea a{display: block; width: 100%; height: 0; padding-bottom: 65%; position: relative;}
.lectureList .imgArea a::before{content: ""; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, .15); position: absolute; left: 0; top: 0; z-index: 1;}
.lectureList .imgArea a::after{content: ""; display: block; width: 40px; height: 40px; background: url(../../images/main/video_play.png) no-repeat center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 1;}
.lectureList .imgArea img{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.lectureList .textArea .title{display: block; font-size: 19px; font-family: PretendardB, sans-serif; color: #000000; margin-bottom: 12px;}
.lectureList .textArea .title:hover{text-decoration: underline;}
.lectureList .textArea .infoList{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 15px;}
.lectureList .textArea .infoList li{font-size: 16px; font-family: PretendardM, sans-serif; color: #262626; padding-right: 23px; position: relative; line-height: 1.3em;}
.lectureList .textArea .infoList li::after{content: ""; display: block; width: 1px; height: 13px; background: #c3c3c3; position: absolute; top: 3px; right: 11px;}
.lectureList .textArea .infoList li:last-child:after{display: none;}
.lectureList .textArea .summary{font-family: PretendardL, sans-serif; font-size: 16px; color: #858484; line-height: 1.4em; letter-spacing: -0.025em;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2; /* 두 줄 */-webkit-box-orient: vertical;}
.lectureW .tab > li .lectureListW .moreBtn{display: block; width: 190px; line-height: 53px; border: 1px solid #b4b4b4; border-radius: 28px; font-family: PretendardM, sans-serif; font-size: 16px; color: #484848; text-align: center; text-indent: -15px; background: #fff url(../../images/main/rightArrow.png) no-repeat right 30px center; margin: 0 auto; transition: ease all 0.5s;}
@media screen and (min-width: 1024px){
    .lectureW .tab > li .lectureListW .moreBtn:hover{width: 200px; text-indent: -25px; border-color: #2ac1bc; color: #2ac1bc; background: #fff url(../../images/main/rightArrow2.png) no-repeat right 30px center;}
}
/* 팝업존 */
.popupZone{border-radius: 15px; height: 500px; position: relative; overflow: hidden; margin-bottom: 30px;}
.popupZone .swiper-slide a{display: block; width: 100%; height: 100%; font-size: 0;}
.popupZone .swiper-slide a img{width: 100%; height: 100%;}
.popupZone .controller{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; width: 100%; height: 55px; background: rgba(0, 0, 0, .16); position: absolute; left: 0; bottom: 0; z-index: 1;}
.popupZone .controller .swiper-pagination{position: static;}
.popupZone .controller .swiper-pagination-bullet{width: 12px; height: 12px; margin: 0 7px; background: #ffffff; opacity: 1;}
.popupZone .controller .swiper-pagination-bullet-active{background: #ffbc2a;}
.popupZone .controller .play{display: none; margin: 0 7px;}
.popupZone .controller.autoStop .play{display: block;}
.popupZone .controller .stop{display: block; width: 14px; margin: 0 7px;}
.popupZone .controller.autoStop .stop{display: none;}
.popupZone a.open{display: none;}
/* 뉴스레터 */
.newsLetter{border: 1px solid #e0e0e0; border-radius: 15px; background: #fff; padding: 29px; box-sizing: border-box; position: relative; margin-bottom: 30px;}
.newsLetter .contTit{font-family: MontserratB, sans-serif; font-size: 20px; color: #393939; margin-bottom: 20px;}
.newsLetter .txt{font-size: 16px; color: #494949; background: url(../../images/main/newsLetter.png) no-repeat left center; padding: 5px 0 5px 95px; min-height: 45px;}
.newsLetter .moreBtn{position: absolute; right: 28px; top: 28px;}
.newsLetter .moreBtn .on{display: none;}
.newsLetter .moreBtn:hover .off{display: none;}
.newsLetter .moreBtn:hover .on{display: block;}

/* 공지사항 */
.Notice{border: 1px solid #e0e0e0; border-radius: 15px; background: #fff; padding: 50px 29px 42px; box-sizing: border-box; position: relative;}
.Notice .contTit{font-family: GmarketSansB, sans-serif; font-size: 29px; color: #393939; line-height: 1em; margin-bottom: 25px;}
.mainNotice{display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px;}
.mainNotice .date{display: inline-block; width: 73px; height: 73px; border-radius: 15px; background: #f4f4f4; text-align: center; padding: 15px 0; box-sizing: border-box; margin-right: 15px; flex-shrink: 0;}
.mainNotice .date .dd{display: block; font-family:MontserratM, sans-serif; font-size: 30px; color: #2e2e2e; line-height: 1em;}
.mainNotice .date .yymm{display: block;  font-family: MontserratM, sans-serif; font-size: 15px; color: #7c7b7b; line-height: 1em;}
.mainNotice .txt {display: block; width: calc(100% - 88px);}
.mainNotice .txt .title{display: block; width: 100%; font-size: 18px; font-family: PretendardSB, sans-serif; color: #232323; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 10px;}
.mainNotice .txt .title:hover{text-decoration: underline;}
.mainNotice .txt p{width: 100%; font-size: 16px; color: #494949; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.noticeList{border-top: 1px solid transparent; position: relative; padding-top: 20px;}
.noticeList::after{content: ""; width: 100%; height: 1px; background: url(../../images/main/dotLine.png); position: absolute; left: 0; top: 0;}
.noticeList li {padding-left: 16px; margin-bottom: 19px; position: relative;}
.noticeList li:last-child{margin-bottom: 0;}
.noticeList li::after{content: ""; display: block; width: 5px; height: 5px; border-radius: 50%; background: #10b1ac; position: absolute; left: 3px; top: 6px;}
.noticeList li a{display: block; font-size: 17px; color: #2c2c2c; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 1em;}
.noticeList li a:hover{text-decoration: underline; color: #2ac1bc;}
.Notice .moreBtn{position: absolute; right: 28px; top: 47px;}
.Notice .moreBtn .on{display: none;}
.Notice .moreBtn:hover .off{display: none;}
.Notice .moreBtn:hover .on{display: block;}

@media screen and (max-width: 1340px){
    .content3 .center{margin-bottom: 35px;}
    .content3 .left{margin-right: 20px;}
    .content3 .right{width: 424px;}
    .lectureW{ padding: 40px 30px;}
    .lectureW .tab{padding-bottom: 730px;}
    .lectureW .tab > li .lectureListW{top: 80px;}
    .lectureW .contTit{font-size: 30px; margin-bottom: 25px;}
    .lectureW .tab > li > a{min-width: 150px; line-height: 45px; font-size: 17px;}
    .lectureW .tab > li{margin-right: 12px;}
    .lectureList {margin-bottom: 40px;}
    .lectureList li.lecture{margin-bottom: 25px;}
    .lectureList .imgArea{width: 200px; margin-right: 20px;}
    .lectureList .textArea .title{font-size: 18px; margin-bottom: 6px;}
    .lectureList .textArea .infoList{margin-bottom: 10px;}
    .lectureList .textArea .infoList li{font-size: 15px; padding-right: 20px;}
    .lectureList .textArea .infoList li::after{top: 2px; right: 9px;}
    .lectureList .textArea .summary{font-size: 15px;}
    .lectureW .tab > li .lectureListW .moreBtn{width: 180px; line-height: 50px; font-size: 15px;text-indent: -20px; background: #fff url(../../images/main/rightArrow.png) no-repeat right 27px center;}

    .content3 .right{width: 380px;}
    .popupZone{height: 450px; margin-bottom: 20px;}
    .newsLetter{padding: 25px 29px; margin-bottom: 20px;}
    .newsLetter .contTit{font-size: 21px; margin-bottom: 15px;}
    .newsLetter .txt{font-size: 15px; padding: 5px 0 5px 95px;}
    .newsLetter .moreBtn{right: 28px; top: 20px;}

    .Notice{padding: 30px 29px 22px;}
    .Notice .contTit{font-size: 27px; margin-bottom: 15px;}

    .mainNotice .date{width: 65px; height: 65px; padding: 12px 0;}
    .mainNotice .date .dd{font-size: 27px; margin-bottom: 2px;}
    .mainNotice .date .yymm{font-size: 14px;}
    .mainNotice .txt .title{font-size: 17px;margin-bottom: 4px;}
    .mainNotice .txt p{font-size: 15px;}
    .noticeList li {padding-left: 16px; margin-bottom: 15px; position: relative;}
    .noticeList li::after{content: ""; display: block; width: 5px; height: 5px; border-radius: 50%; background: #10b1ac; position: absolute; left: 3px; top: 6px;}
    .noticeList li a{font-size: 15px;}
    .Notice .moreBtn{right: 28px; top: 25px;}
}
@media screen and (max-width: 1024px){
    .content3 .center{display: block; margin-bottom: 0px; padding: 40px 0;}
    .content3 .left{width: 100%; margin-right: 0px;}
    .content3 .right{width: 100%; padding: 0 20px; box-sizing: border-box;}
    /* 동영상강의 */
    .lectureW{border: 0; border-radius: 0; background: #fff; padding: 0;}
    .lectureW .contTit{font-size: 28px; line-height: 1em; margin-bottom: 15px; text-align: center;}
    .lectureW .tab{-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 380px;}
    .lectureW .tab > li{margin-right: 15px;}
    .lectureW .tab > li:last-child{margin-right: 0px;}
    .lectureW .tab > li > a{min-width: 150px; width: 100%; line-height: 45px; font-size: 16px;}
    .lectureW .tab > li .lectureListW{position: absolute; display: none; width: 100%; left: 0; top:  75px;}
    .lectureW .tab > li.on .lectureListW{display: block;}
    .lectureW .tab > li .lectureListW .moreBtn{display: block; width: calc(100% - 40px); line-height: 45px; border-radius: 10px; font-size: 14px; text-indent: -15px; background: #fff url(../../images/main/rightArrow.png) no-repeat right calc(50% - 60px) center; margin: 0 auto;}
    .lectureList{overflow: hidden; margin-bottom: 30px;}
    .lectureList .inner{padding: 0 20px; box-sizing: border-box;}
    .lectureList .swiper-wrapper{display: flex;}
    .lectureList .lecture{width: 200px; display: block; margin-bottom: 0; margin-right: 15px;}

    .popupZone{max-width: 100%; height: 140px; margin: 20px auto; position: relative;}
    .popupZone.open{height: auto;}
    .popupZone .controller{display: none; height: 35px;}
    .popupZone.open .controller{display: -webkit-box; display: -ms-flexbox; display: flex; ;}
    .popupZone .controller .swiper-pagination-bullet{width: 10px; height: 10px; margin: 0 5px;}
    .popupZone .controller .play{width: 12px;}
    .popupZone .controller .stop{width: 12px;}
    .popupZone .controller .play img{width: 10px;}
    .popupZone .controller .stop img{width: 10px;}
    .popupZone a.open{display: block; width: 34px; height: 34px; background: rgba(0, 0, 0, 0.49) url(../../images/main/resize.png) no-repeat center; background-size: 23px; border-radius: 4px; position: absolute; right: 10px; bottom: 10px; z-index: 1;}
    .popupZone.open  a.open{background-image: url(../../images/main/close.png); background-size: 16px; bottom: 40px;}
}
@media screen and (max-width: 767px){
    .content3 .right{padding: 0 15px;}

    .lectureW .contTit{font-size: 26px;}
    .lectureW .tab{padding: 0 15px 360px; box-sizing: border-box;}
    .lectureW .tab > li > a{min-width: 130px; width: 100%; line-height: 45px; font-size: 16px;}
    .lectureW .tab > li .lectureListW{top: 70px;}
    .lectureList{margin-bottom: 20px;}
    .lectureList .inner{padding: 0 15px;}
    .lectureW .tab > li .lectureListW .moreBtn{width: calc(100% - 30px);}

    .newsLetter{padding: 25px 20px;}
    .newsLetter .moreBtn{right: 20px; top: 20px;}
    .Notice{padding: 25px 20px 20px;}
    .Notice .contTit{font-size: 23px;}
    .Notice .moreBtn{right: 20px; top: 20px;}
}

/* content4 */
.eventZone{border-radius: 15px; overflow: hidden; position: relative;}
.eventZone .swiper-slide a{display: block; width: 100%; height: 100%; font-size: 0;}
.eventZone .swiper-slide a img{width: 100%; height: 100%;}
.eventZone .controller{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; width: 100%; height: 45px; background: rgba(0, 0, 0, .16); position: absolute; left: 0; bottom: 0; z-index: 1;}
.eventZone .controller .swiper-pagination{position: static;}
.eventZone .controller .swiper-pagination-bullet{width: 12px; height: 12px; border-radius: 6px; margin: 0 7px; background: #ffffff; opacity: 1; transition: width .5s;}
.eventZone .controller .swiper-pagination-bullet-active{width: 24px;}
.eventZone .controller .play{display: none; margin: 0 7px;}
.eventZone .controller.autoStop .play{display: block;}
.eventZone .controller .stop{display: block; width: 14px; margin: 0 7px;}
.eventZone .controller.autoStop .stop{display: none;}
@media screen and (max-width: 1340px){
    .content4{margin-bottom: 35px;}
}
@media screen and (max-width: 1024px){
    .content4 .center{padding: 0;}
    .eventZone{border-radius: 0; height: 140px;}
    .eventZone .inner{height: 100%;}
    .eventZone .swiper-slide a{display: block; width: 100%; height: 100%; font-size: 0; overflow: hidden; position: relative;}
    .eventZone .swiper-slide a img{width: auto; height: 100%; position:  absolute; left: 50%; transform: translateX(-50%);} 
    .eventZone .controller{height: 35px;}
    .eventZone .controller .swiper-pagination-bullet{width: 10px; height: 10px; border-radius: 5px; margin: 0 5px;}
    .eventZone .controller .swiper-pagination-bullet-active{width: 20px;}
    .eventZone .controller .play{width: 12px;}
    .eventZone .controller .stop{width: 12px;}
    .eventZone .controller .play img{width: 10px;}
    .eventZone .controller .stop img{width: 10px;}
}
@media screen and (max-width: 767px){
    .eventZone{border-radius: 0; height: 105px;}
    .eventZone .controller{height: 30px;}
}
@media screen and (max-width: 400px){
    .eventZone{border-radius: 0; height: 80px;}
    .eventZone .controller{height: 25px;}
}

/* banner */
.bannerW{border-top: 1px solid #e9e9e9;}
.bannerW .center{width: 1300px; margin: 0 auto;}
.bannerW .banner{height: 89px; padding: 28px 0 16px; box-sizing: border-box;}
.bannerW .banner .inner{overflow: hidden;}
.bannerW .banner .swiper-slide{height: 100%; }
.bannerW .banner .swiper-slide a{display: block; width: 100%; height: 100%; font-size: 0;}

@media screen and (max-width: 1340px){
    .bannerW .center{width: 100%; padding: 0 20px; box-sizing: border-box;}
}
@media screen and (max-width: 1024px){
    .bannerW{overflow: hidden;}
    .bannerW .banner{height: 70px; padding: 20px 0 10px;}
    .bannerW .banner .swiper-slide a img{max-height: 30px;}
}
