/*서브 공통*/
.mo-show{display:none;}
.pc-show{display:block;}
.sub{font-size:2rem; line-height:1.5;}
.container{position:relative;}
.sub .shine-txt{ width:100%; text-align:center; position: relative; display: inline-block; color:#b8f6ff ; background: linear-gradient(to right, #00C4D3 0, #63ebf5 10%, #00C4D3 20%); background-position: 0 0; background-size: 200% auto;-webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine 3.5s ease-out forwards; text-decoration: none; white-space: nowrap;}
.sub .title-txt{font-size:17rem; font-family: 'Poppins'; font-weight:900; letter-spacing: 2px; line-height:1; color:#fff;}
.sub .line-txt{letter-spacing: 0px; }
.sub .line-txt svg{width:100%;}
.sub .line-txt svg text {will-change: transform, opacity; animation: stroke 6s forwards;stroke-width: 1;stroke: rgba(194, 203, 215, 1);fill: transparent;letter-spacing: 2px; }
.sub .main{position:relative; padding-top:18rem;}
.sub .main .txt-box{position:relative; z-index:2;}
.sub .main::after{content:"";position:absolute;top: 51%;background: url(/2025/img/sub/sub_main_line.png)no-repeat;background-size:contain;width:100%;height:37.3rem;display:block;}
.sub .navbar-container{color:#000;}
.sub .navbar-container .navbar-main ul li a{color:#000;}
.sub .navbar-container .site-map .bar{background:#000;}
.sub .section .wrap{margin: 0 auto; max-width:1295px; width:100%; position:relative; padding-top:18rem;padding-bottom:18rem;}
.sub .sub-txt-box{ margin-bottom: 8rem;}
.sub .sub-txt-box .title{font-size:5.2rem;font-weight: 700;}
.sub .sub-txt-box .title.poppins{font-weight:600;}
.sub .sub-txt-box .sub{font-size:2.4rem;color:#959799;font-weight: 300;}
.sub .tabs{display:flex; gap:1.5rem; margin-top:8rem; margin-bottom:5rem;}
.sub .tabs li{width:100%; text-align:center; background:#f0f0f0; font-weight:500; font-size:2.4rem; color:#8d8d8d; border-radius:5px; line-height:5.8rem; height:5.8rem; cursor:pointer;}
.sub .tabs li.active{color:#fff; font-weight:600; background:var(--main-color);}
.sub .tabs li a{display:block; width:100%; height:100%;}
.blue-arrow{background:url(/2025/img/sub/blue-arrow.svg);display: block;width: 17.9rem;height: 7.6rem;}
.poppins{ font-family: 'Poppins';}
.mt-70{margin-top:70px;}

/*아카데미 소개*/
.about .main-information{margin-top:0;}
.about .main{background: url(/2025/img/sub/about_main_bg.jpg);align-items: center;justify-content: center;text-align: center;display: flex;padding: 15rem 0 45rem;background-position: center;background-repeat: no-repeat;}
.about .main::after{content:"";width:100%;height: 40rem;background: linear-gradient(0deg, #ffffff, #ffffffb0, #ffffff00);bottom: 0;left:0;display:block;position:Absolute;top: auto;}
.about .main .title-txt{opacity:0; position: relative; display: inline-block; color:#C9F0F4  ; transition:all 2.5s;}
.about .main .txt-box.on .title-txt{opacity:1;background: linear-gradient(to right, #C9F0F4  0, #f5fcfd 10%, #C9F0F4  20%); background-position: 0 0; background-size: 200% auto;-webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: shine-about 3.7s ease-out forwards;  text-decoration: none; white-space: nowrap; }
.about .main .txt-box.on .sub-txt{opacity:1;}
.about .main .sub-txt{opacity:0;color:#fff;font-size:4rem;font-weight:400;padding-top: 6rem;letter-spacing: 1.5px;transition:all 2s;font-family: 'Poppins';}
.about .section01{background:url(/2025/img/sub/about_section01_bg.jpg);background-position: center bottom;background-repeat: no-repeat;}
.about .section01 .wrap{position: relative;padding-top:0;margin-top: -20rem;}
.about .section01 .txt-box{text-align:center;}
.about .section01 .txt-box h3{font-size:6rem;font-weight: 800;line-height:1.3;margin: 1rem 0 2rem;}
.about .section01 .txt-box span{display:block;font-size:2.4rem;}
.about .section01 .txt-box p{font-size:1.8rem;padding-top: 16rem;position:relative;}
.about .section01 .txt-box p::before{content:"";width:2px;height:56px;background:#000;position:absolute;display:block;left: calc(50% - 1px);top: 5rem;}
.about .section01 .txt-box p strong{color: var(--main-color); font-weight:600;}
.about .section01 .img-box{margin-top:6.5rem;display: flex;flex-direction: row;gap: 3rem;}
.about .section01 .img-box img{border-radius: 4rem;}
.about .section01 .box-left{display: flex;flex-direction: column;align-items: flex-end;gap: 3rem;width: 100%;}
.about .section01 .box-right{ width: 100%;}
.about .section01 .box-right img{}
.about .section01 .box-right h4{font-size:3.2rem;font-weight:bold;margin-top: 2rem; margin-bottom:1.5rem;}
.about .section01 .box-right p{font-size:1.8rem;width: 85%;word-break: keep-all;}
.about .img-shine { position: relative; width: auto;height: auto; will-change: transform; transform-style: preserve-3d;transition: transform 0.3s ease; transform-origin: center; will-change: transform; perspective: 1000px;}
.about .img-shine img { display: block; width: 100%; height: auto; object-fit: cover;position: relative;z-index: 2; border-radius: 10px;}
.about .img-shine .shine { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 3; background: radial-gradient(circle at center, rgba(255,255,255,0.2), transparent 60%);transition: background 0.2s ease; border-radius: 10px;}
.about .section02{position: relative; width: 100%; height: 100vh;background: url(/2025/img/sub/about_section02_bg.jpg);animation: moveSky 120s linear infinite;}
.about .section02 .blur-overlay{background:url(/2025/img/sub/about_blur.png);width:100%;height:100%;position:absolute;left:0;top:0;background-size: cover;background-position: center;background-repeat: no-repeat;}
.about .section02 ul{color:#fff;position:Absolute;z-index:2;left: 58%;top: 20%;width: 58rem;height: 58rem;}
.about .section02 ul li{font-size:1.8rem;position:relative;width:49rem;word-break:keep-all;padding-left:9.5rem;display:flex;align-items: center;font-weight: 300;}
.about .section02 ul li span{font-size:5.6rem; font-weight:bold; position:Absolute; opacity:0.4; left:0; line-height:1;}
.about .section02 ul li + li{margin-top: 6rem;}
.about .section02 ul li:nth-child(1){left: -10rem;}
.about .section02 ul li:nth-child(2){left: -4rem;}
.about .section02 ul li:nth-child(4){left: -4rem;}
.about .section02 ul li:nth-child(5){left: -10rem;}
.about .section02 .window-txt{position: absolute;z-index: 2;color:#fff;display: flex;right: 58.5%;top: 25%;}
.about .section02 .window-txt p{writing-mode: vertical-lr;text-orientation: upright;font-size:2.8rem;letter-spacing: 7px; font-weight:300; text-shadow:0px 4px 4px rgb(0 0 0 / 25%);} 
.about .section02 .window-txt p:last-child{margin-top: 11rem;}
.about .section02 .window-txt strong{font-weight:bold; }
.about .section03{padding: 9.7rem 0;position: relative;}
.about .section03 h3{font-family: 'Poppins';font-weight:600;font-size:6rem;line-height: 1.69;letter-spacing: 1px;margin-bottom: 2rem;}
.about .section03 .txts{ display: flex; flex-direction: column; width: 100%; padding-left: 50%;}
.about .section03 .txts p{font-size:1.8rem; word-break:keep-all;}
.about .section03 .txts p + p{margin-top:3rem;}
.about .section03 .bg-txt{color:#d9d9d9;opacity:0.1;font-size:35rem;font-family: 'Poppins';font-weight:900;line-height:1;position: absolute;top: 7.5rem;}
.about .section03 .bg-txt p{line-height:1;letter-spacing: 2px;}
.about .section03 .bg-txt p + p{padding-left:25rem;}

/*연혁*/
.history .main{background: url(/2025/img/sub/history_main_bg.jpg);background-position: center; background-repeat:no-repeat;align-items: center;justify-content: center;text-align: center;display: flex;padding: 23rem 0;}
.history .main::after{display:none; line-height: 21.6rem;}
.history .main .title-txt{font-size: 18rem;line-height:21.6rem;}
.history .main .sub-txt{color:#fff; font-family: 'Poppins'; font-size:4rem;font-weight:400;letter-spacing: 1.5px;}
.history .left-txt{font-family: 'Poppins';font-weight:900;font-size: 18.5rem;color:rgb(12 17 31 / 14%);position:absolute;left: auto;transform: rotate(90deg);right: -9rem;top: 130rem;}
.history .left-txt span{padding-right: 4rem;letter-spacing: 3px;}
.history .wrap{padding-left:46rem;padding-top: 12rem !important;}
.history h3{font-size:4.8rem;font-weight:400;padding-bottom:3rem;}
.history h3 strong{font-weight:800; }
.history .year{margin-top:14rem; position:relative;}
.history .toggle.none{display:none;}
.history .year h4{color:#C9C9C9; font-size:5.2rem;font-family: 'Poppins';font-weight:500; margin-bottom: 2rem; }
.history .year li{font-size:2.2rem; font-weight:300; display:flex;}
.history .year li + li{margin-top:2.5rem;}
.history .year li span{font-weight: 600;width:5rem;display: inline-block;}
.history .more-view{cursor:pointer;width:4.2rem;height:4.2rem;background:url(/2025/img/sub/history_icon.svg)no-repeat;margin-top: 10rem;position: relative;left: 16rem;}
.history .more-view.active{transform:rotate(180deg);}
.history .years{position:relative;}
.history .history-actbar {content:"";position:absolute;top: 4rem;left: -15rem;display:block;width:2px;height: 0;max-height:calc(100% - 3rem);background:var(--main-color); }
.history .years:before {content:"";position:absolute;top: 4rem;left: -15rem;bottom:1.4rem;display:block;width:2px;background:#ddd;}
.history .year.act:after { content: "";position: absolute; top: 2.5rem; left: -17.1rem; width: 4.5rem; height: 4.5rem; border-radius: 50%; background: var(--main-color); opacity: 0.2;}
.history .year.act:before { background: var(--main-color);}
.history .year:before {content: ""; position: absolute; top: 4rem; left:-15.6rem; display: block; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: #ddd;}

/*강사진*/
.tch-swiper{padding-left:14.5rem;}
.teacher .swiper-scrollbar{height:2px; width:100%; background:#CCCCCC; margin-top:4rem; }
.teacher .swiper-scrollbar-drag{background:var(--main-color);}
.teacher .tch-swiper .teacher-curri {position:absolute; left:0; top:0; width:100%; height:100%; padding:5.5rem 0 5.5rem 2.5rem;color:#fff; font-size:4rem; font-weight:300; opacity:0; background:hsl(0deg 0% 0% / 80%); transition: opacity 0.2s ease;}
.teacher .tch-swiper .teacher-curri .name {font-size:4rem; font-weight:800;}
.teacher .tch-swiper .teacher-curri h4 {margin-top:2rem; font-size:1.8rem; font-weight:700; line-height:2.6rem; padding-bottom:0.4rem;}
.teacher .tch-swiper .teacher-curri ul{width:60%;word-break:keep-all;}
.teacher .tch-swiper .teacher-curri li {font-size:1.6rem; line-height:2.6rem;}
.teacher .tch-swiper .teacher-curri .bar {margin:1.6rem 0 2rem; border-top:1px solid #fff;}
.teacher .tch-swiper .tch-item{width:49.8rem;}
.teacher .tch-swiper .tch-item:hover .teacher-curri{opacity:1;}
.teacher .tch-swiper .tch-item:hover .teacher-name{opacity:0;}
.teacher .tch-swiper .tch-item .logo{width: 17rem;height: 8rem;margin-bottom: 1rem;}
.teacher .section .wrap{max-width:158.2rem; padding-top:5rem;}
.teacher .section01{padding-left:14.5rem; padding-top:18rem; }
.teacher .tch-item{cursor:pointer;position:relative;background-color:#ECF1F5;font-size: 4rem;padding:4.5rem 4rem;height:64.2rem;border-radius:20px;box-sizing:border-box;background-size: 88%;background-repeat: no-repeat;overflow:hidden;background-position: 240% 270%;}
.teacher .tch-item .logo{background-repeat:no-repeat; background-size:contain;background-position-x: -5px;}
.teacher .tch-item .name{font-weight:800;}
.teacher .tch-item .thumb-txt{font-size:1.8rem;padding-top:1rem;line-height: 1.5;}
.teacher .tch-list{display:flex; border-radius:20px; overflow:hidden;flex-wrap: wrap;}
.teacher .tch-list .thumb-txt{font-size:1.6rem;}
.teacher .tch-list .tch-item{width:calc(100% / 4);height:41.8rem;border-radius:0;font-size:2.2rem;background-position: 135% 0px;transition: background .3s;background-size: 74%;background-position-y: bottom;}
.teacher .tch-list .tch-item:hover{background-color:#fff;}
.teacher .tch-list .tch-item .logo{width: 12rem;height: 6rem;margin-bottom: 1rem;}
.teacher .tch-list .tch-item::after { content: ""; position: absolute;left: 0; top: 0px; width: 0; height: 3px; background:var(--main-color); transition: width .3s;}
.teacher .tch-list .tch-item:hover::after { width: 100%;}
.teacher.bs .section .wrap{padding-top: 0;}

.logo.korean{background-image:url(/2025/img/sub/logo_korean.png); scale:1.1;}
.logo.emirate{background-image:url(/2025/img/sub/logo_emirate.png);margin-left: -3rem;}
.logo.asiana{background-image:url(/2025/img/sub/logo_asiana01.png);}
.logo.hainan{background-image:url(/2025/img/sub/logo_hainan.png);}
.logo.qatar{background-image:url(/2025/img/sub/logo_qatar.png);}
.logo.jeju{background-image:url(/2025/img/sub/logo_jeju.png); scale:0.9;}
.logo.cathay{background-image:url(/2025/img/sub/logo_cathay.png);}
.logo.eastar{background-image:url(/2025/img/sub/logo_eastar.png);}
.logo.jinair{background-image:url(/2025/img/sub/logo_jinair.png);}
.logo.kbs{background-image:url(/2025/img/sub/logo_kbs.png); margin-left: -1.4rem;}
.logo.kcrew{background-image:url(/2025/img/main/img_logo.svg);background-position: center; scale:1.1;}
.logo.airbusan{background-image:url(/2025/img/sub/logo_busan.png); scale:0.8; margin-left:-1rem;}

.teacher .tch-list .tch-item .logo.emirate{    margin-left: -2.4rem;}

#popupTch{width:56rem; border-radius:20px;}
#popupTch .popup-top{background:var(--main-color);height: 5.5rem;display: flex;justify-content: space-between;padding: 0 4rem;line-height: 5.5rem;align-items: center;padding-right: 3rem;}
#popupTch .popup-top p{font-size: 1.8rem;color: #fff;font-weight: 400;letter-spacing: 0px;}
#popupTch .close-btn{width: 1.9rem;height: 1.9rem;background:url(/2025/img/sub/popup_close.svg)no-repeat;background-size: contain; cursor:pointer;}
#popupTch #popup-content{font-size:3.4rem;font-weight:300;padding: 4rem 0 2rem 4rem;position: relative;}
#popupTch .tch-top{position:relative;min-height:23rem;}
#popupTch .logo{width: 12rem;height: 6rem;background-repeat: no-repeat;background-size: contain;margin-bottom: 1rem;}
#popupTch .tch-img{width: 19rem;height: 26rem;overflow: hidden;position: absolute;bottom: 0;right: 0;right: 7rem;}
#popupTch .tch-img img{width:100%;}
#popupTch .name{ font-weight:800;}
#popupTch .thumb-txt{font-size:2rem;color:#676767;line-height: 1.4;padding-top: 1.5rem; padding-bottom:1.5rem;}
#popupTch .thumb-txt li{ font-weight: 500;}
#popupTch .teacher-curri{position:relative;padding-bottom:6rem; max-height:500px; overflow:hidden;}
#popupTch .teacher-curri .bar{height:2px; width:100%; background:var(--main-color);}
#popupTch .teacher-curri ul{font-size:1.4rem;color: #000;}
#popupTch .teacher-curri > :nth-child(2){padding-top:3rem;}
#popupTch .teacher-curri h4{font-size:1.8rem;font-weight: 700;padding-top: 2rem; }
#popupTch #popup-content::after{content:"";display:block;background: url(/2025/img/main/img_logo.png) no-repeat;width: 17rem;height: 5rem;display: block;background-size: contain;position: absolute;right: 0;bottom: 1rem;}

/*시설안내*/
.facilities .section01 .wrap{max-width:100%; padding-bottom:10rem;}
.facilities .contents{position:relative;z-index: 2;}
.facilities .sub-txt-box{ text-align: center;}
.facilities .swiper-slide{width:125.8rem;}
.facilities .main-img{position:relative;width:125.8rem;height:64rem;border-radius: 20px;overflow: hidden;}
.facilities .main-img h4{position:absolute; z-index:2;bottom:6rem; left:6rem; color:#fff; font-weight:600; font-size:4.8rem; line-height:1.5;}
.facilities .main-img::after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0;background: linear-gradient(180deg, transparent, rgb(0 0 0 / 40%) 70%, rgb(0 0 0 / 100%));opacity: 0.2;}
.facilities .main-img span{display:block; font-size:2rem; font-weight: 300; font-family: 'Poppins';}
.facilities .section02 .wrap{padding-top:0;max-width:125.8rem;}
.facilities .section02 .txt{color: #A8A8A8;line-height:6.8rem;font-weight:600;font-size: 3.8rem;}
.facilities .section02 .txt span{color:#000000;}
.facilities .bg-txt{font-weight:900;font-size:18rem;color:#7DD8E5;opacity:0.15;line-height: 1;letter-spacing: 0;bottom: 3%;position: absolute;left: 6.5%;}
.facilities .txts{gap:1.6rem;display: flex;margin-top: 7.6rem;}
.facilities .txts li{font-size:2rem; color:#fff; background:var(--main-color); width:100%; line-height:4.4rem; height:4.4rem; text-align:center; border-radius:5px;}
.facilities .img-box{display: flex;gap:1.6rem;flex-wrap: wrap;margin-top: 3.4rem;}
.facilities .img-box img{width:62rem; height:39rem; border-radius: 20px;overflow: hidden; }



/* 찾아오시는길 */
.location .root_daum_roughmap .cont, .location .root_daum_roughmap .wrap_controllers{display:none;}
#mapContainer{height:50rem; width:100%; border-radius:20px; overflow:hidden;}
#mapContainer .root_daum_roughmap{ width:100%; height:100%;}
#mapContainer .root_daum_roughmap .wrap_map{height:100%;}
#mapContainer .root_daum_roughmap .map_border{border:none; background:none;}
.locationInfo{margin-top:9rem;}
.locationInfo .info{display:none;}
.locationInfo h4 {font-size: 3.5rem; font-weight: 700; padding-bottom:2rem;}
.locationInfo table {width:100%; font-size:1.8rem;}
.locationInfo table tr {border-top:solid 1px #d9d9d9;}
.locationInfo table tr:first-child{border-top:solid 3px #d9d9d9;}
.locationInfo table tr:last-child{border-bottom:solid 3px #d9d9d9;}
.locationInfo table th {padding:20px 5px; text-align:left; font-size:2rem; font-weight:600;}
.locationInfo table td {padding:20px 15px}
.locationBus {padding-left:20px; position:relative;}
.locationBus:after {content:""; position:absolute; display:block; width:10px; height:10px; left:0; top:8px; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;}
.locationBus.busGreen:after {background:#30bb37;}
.locationBus.busBlue:after {background:#2368e6;}
.locationBus.busRed:after {background:#df0a0a;}
.busanBus {vertical-align:middle;}
.busanBus span {display:inline-block; vertical-align:middle; color:#fff; letter-spacing:-0.075em; padding:2px 4px; font-size:12px; margin-right:5px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}
.busanBus .bbGreen {background:#18afa3;}
.busanBus .bbYeondoo {background:#44ba42;}
.locationTab {display:inline-block; width:100%; margin-bottom:40px;}
.locationTab li {display:block; width:328px; height:40px; border:solid 1px #534b51; margin-right:8px; float:left; background:#fff;}
.locationTab li:last-child {margin-right:0;}
.locationTab li.current {background:#1a408e;}
.locationTab li.current a {color:#fff;}
.locationTab li a {display:block; height:100%; line-height:40px; text-align:center; color:#333; font-size:15px; letter-spacing:-0.075em;}


/* 포토스토리 */
.gallery .photoList{display:flex;flex-wrap: wrap; margin-left:-30px;}
.gallery .photoList li{width: calc(100% / 3 - 30px);margin-left: 30px;margin-bottom:30px;border-radius:20px;position:relative;overflow:hidden;box-shadow: 0 4px 4px rgb(0 0 0 / 25%);max-height: 28rem;height: 28rem;}
.gallery .photoList li a{width:100%; height:100%; display:block; }
.gallery .photoList li:hover .photoTitle{opacity:1;}
.gallery .photoTitle{transition:all 0.4s; opacity:0; position: absolute;left: 0;top: 0;background: rgb(0 196 211 / 100%);width: 100%;height: 100%;padding: 3rem;color: #fff;word-break: keep-all;display: flex;flex-direction: column;justify-content: space-between;}
.gallery .photoTitle h5{font-size:2.6rem; width:80%; line-height:1.5; font-weight:600;}
.gallery .photoTitle::after{content:"";width:13.6rem;height:2.7rem;background:url(/2025/img/main/logo_en_white.png);background-size:contain;display:block;background-repeat: no-repeat;}
.gallery .photoThumb{width:100%;display: flex;line-height: 0;overflow: hidden;height: 100%;justify-content: center;}
.gallery .photoThumb img{width: auto;height: 100%;}
.gallery .photoDate, .gallery .photoHit{display:none;}

/*수강생리얼리뷰*/
.realReview .photoThumb{display:none;}
.realReview .listNum{display:block !important;position:absolute;font-weight:300;font-size: 1.6rem;color:#888888;right:0;}
.realReview .photoList{display:flex;flex-wrap: wrap;margin-left: -18px;justify-content: flex-start;margin-top:2.5rem;}
.realReview .photoList li{transition:all 0.4s;width: calc(100% / 5 - 18px);margin-left: 18px;margin-bottom:20px;border-radius:20px;position:relative;overflow:hidden;box-shadow: 0px 1px 5px rgb(0 0 0 / 25%);padding: 2rem 1.5rem;max-height:31rem;height:31rem;}
.realReview .photoList li a{width:100%; height:100%; display:block; position:relative;}
.realReview .photoList li a::before{content:"";background: url(/2025/img/sub/logo_blue.svg);width: 8.6rem;height: 6.7rem;display: block;position: absolute;background-size: contain;background-repeat: no-repeat;top: calc(50% - 4rem);left: calc(50% - 4.2rem);}
.realReview .photoList li:nth-child(2),.realReview .photoList li:nth-child(4),.realReview .photoList li:nth-child(7),.realReview .photoList li:nth-child(9){margin-top: -2.5rem;}
.realReview .photoList li:hover{ box-shadow: 0 1px 10px #00C4D3;}
.realReview .photoTitle{color:#888888;position:absolute;bottom:0;width: 100%;text-align: center;}
.realReview .photoTitle h5{font-weight:500;font-size: 1.6rem;height: 6rem;word-break: keep-all;}
.realReview .photoTitle h5 span{margin-right:3px;}
.realReview .photoDate{display:none;}
.realReview .photoHit{font-weight:300;font-size: 1.6rem;color:#888888;position:absolute;left:0;bottom: 24.5rem;}


/*세미나*/
.seminar .photoList{display:flex;flex-wrap: wrap; margin-left:-20px;}
.seminar .photoList li{width: calc(100% / 4 - 30px);margin-left: 30px;margin-bottom:30px; border-radius:20px; position:relative; overflow:hidden; box-shadow: 0 4px 4px rgb(0 0 0 / 25%); max-height:42rem;height:42rem;}
.seminar .photoList li a{width:100%; height:100%; display:block; }
.seminar .photoList li:hover .photoTitle{opacity:1;}
.seminar .photoTitle{transition:all 0.4s;opacity:0;position: absolute;left: 0;top: 0;background: rgb(0 196 211 / 100%);width: 100%;height: 100%;padding:3rem;color: #fff;word-break: keep-all;display: flex;flex-direction: column;justify-content: flex-end;}
.seminar .photoTitle h5{font-size:2rem;position: absolute;top: 15rem;width: 80%; line-height:1.5;}
.seminar .photoTitle::after{content:"";width:13.6rem;height:2.7rem;background:url(/2025/img/main/logo_en_white.png);background-size:contain;display:block;background-repeat: no-repeat;}
.seminar .photoThumb{width:100%;display: flex;line-height: 0;overflow: hidden;height:100%;align-items: center;justify-content: center;}
.seminar .photoThumb img{width:100%; }
.seminar .photoHit{display:none;}
.seminar .photoDate{font-size:1.6rem;font-weight:300;position: absolute;top: 3rem;left: 3rem;}

/*수강생후기 ttalk 으악~*/
.review .ttalk200_layer *{font-family:"Pretendard";}
.review .tTalkWar {font-size: 1.2rem;}
.review .tTalkWar + .tTalkWar{margin-top:0.5rem;}
.review .tTalkWar img {width: 1.6rem; height: 1.6rem; margin-right: 5px; vertical-align:middle; }
.review .tTalkWar span {color:#FF0000; font-weight:500;}
.review #ttalk_div_20120314601005{margin-top:8rem;}
.review .tt_snsMenuWrap .tt_snsMenu li a img{display:none;}
.review .tt_snsMenuWrap .tt_snsMenu li a::before{content:"";display:block; width:1.8rem; height:1.8rem; background-repeat:no-repeat; background-size:contain;}
.review .tsm_kakao::before{background-image:url(/2025/img/sub/ttalk_kakao.svg);}
.review .tsm_naver::before{background-image:url(/2025/img/sub/ttalk_naver.svg);}
.review .tsm_facebook::before{background-image:url(/2025/img/sub/ttalk_fb.svg);}
.review .tsm_google::before{background-image:url(/2025/img/sub/ttalk_google.svg);}
.review .ttalk200_layer .tt_snsMenuWrap{background:#fff;border: none;padding: 0; display: flex;align-items: center;}
.review .ttalk200_layer .tt_snsMenuWrap .tt_snsTitle{margin:0; margin-right:1.4rem;}
.review .ttalk200_layer .tt_inputWrap{background:#fff; border:none; padding:0; z-index:0;}
.review .ttalk200_layer .ttalk200_total_count .tt_commentList{z-index:0;}
.review .ttalk200_layer .tt_inputWrap .tt_replyForm .rf_inputBox{border:1px solid #d9d9d9; padding:10px; border-radius:5px;}
.review .ttalk200_layer .tt_inputWrap .tt_replyForm .rf_inputBox textarea{height:9rem !important;width: 95%;resize: none; font-size:1.3rem;}
.review .ttalk200_layer .tui_user{display:none;}
.review .ttalk200_layer .tt_inputWrap .rf_right{ top: calc(50% - 25px) !important; width: 5rem; height: 5rem;  right: 2rem !important;}
.review .ttalk200_layer .tt_inputWrap .rf_right a img{opacity:0;}
.review .ttalk200_layer .tt_inputWrap .rf_right a::after{content:"\b4f1\b85d";width:100%;height:100%;position:absolute;left:0;top:0;background:#D9D9D9;color:#878787;font-size: 1.3rem;border-radius:6px;letter-spacing: 1.5px;display: flex;justify-content: center;align-items: center;font-weight: 400;}
.review .ttalk200_layer .tt_inputWrap .tt_topMenu{position:absolute;margin: 0;padding: 0;top: -3.5rem;right: 0;overflow: visible;}
.review .ttalk200_layer .tt_inputWrap .tt_searchBubble{top:-7rem;}
.review .ttalk200_layer .tt_inputWrap .tt_topMenu .rf_search{width:16rem;}
.review .ttalk200_layer .tt_inputWrap .tt_topMenu .rf_search input{padding:0 5px; border-radius: 5px; width:100%;}
.review .ttalk200_layer .tt_inputWrap .tt_replyForm{border:none;}
.review .tt_snsMenuWrap .tt_snsMenu .tsm_login .tt_logon{display:none !important;}
.review .ttalk200_layer .tt_inputWrap .tt_topMenu .rf_search label{top: 8px;}
.review #tt_textlimit_2020{display:none;}
.review .ttalk200_layer .tt_inputWrap .rf_left{padding:0;}
.review .ttalk200_layer .tt_itemL{width: calc(100% / 2 - 20px);margin-left: 20px;padding: 0;margin-top: 2rem;border-radius: 5px; box-sizing:border-box;}
.review #tt_replylist_2020{ display: flex; flex-wrap: wrap; margin-left: -20px;margin-top: -20px;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .userImg{display:none;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText{margin:2rem 2.5rem;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .roundTL{display:none;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .tt_name{padding-left: 7rem;height: 6rem;line-height: 6rem;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .rt_user::before{content:"";display:block;position:Absolute;width:1.5rem;height:1.5rem;background-size:contain;background-repeat:no-repeat;left: 0;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .rt_user.naverSign::before{background-image:url(/2025/img/sub/ttalk_naver.svg);}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .rt_user.kakaoSign::before{background-image:url(/2025/img/sub/ttalk_kakao.svg);}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .rt_user.googleSign::before{background-image:url(/2025/img/sub/ttalk_google.svg);}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .rt_user.facebookSign::before{background-image:url(/2025/img/sub/ttalk_fb.svg);}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .rt_user::after{content:"";width:1px;height:10px;background:#000;display:block;position:absolute;right: -8px;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .tt_name::before{content:"";background: url(/2025/img/sub/logo_blue.svg);display:block;top: 2px;width: 7rem;height: 5rem;position:absolute;left: 0;background-size: contain;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .rt_user{position:relative;display: flex;align-items: center;gap: 0.5rem;font-size: 1.4rem;height: 100%;width: auto;padding-left: 2rem;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .tt_name .tt_date{height: 0;font-size: 1.1rem;}
.review .ttalk200_layer .tt_itemL .replText .rt_text{font-size:1.3rem;line-height: 1.6;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .rt_user img{opacity:0;display: none;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .tt_name .tt_date .img_mobile img{vertical-align: middle;}
.review .ttalk200_layer .ttalk200_replyList .tt_itemL .replText .tt_name .tt_iconFallow{position:absolute; right:0;}
.review .ttalk200_layer .tt_itemL .reReplyList .tt_recommnt li .rpl_user{display:none;}
.review .ttalk200_layer .tt_itemL .reReplyList .tt_recommnt li{padding: 1rem 2rem;}
.review .ttalk200_layer .tt_itemL .rt_set a.writeReply{background-color: #F4F1FD;height: 22px;line-height: 22px;padding: 0px 10px;padding-left: 20px;background-image: url(/2025/img/sub/ttalk_review_icon.svg);background-repeat: no-repeat;background-size: 14%;background-position: 14% 50%;}
.review .ttalk200_layer .tt_itemL .rb_set li.tt_recom{background: none;background-color: #F4F1FD;padding: 0px 10px;display: flex;align-items: center;justify-content: center;gap: 0.5rem;}
.review .ttalk200_layer .tt_itemL .rb_set li{ background-color: #F4F1FD; height: 22px; line-height: 22px; display: flex; align-items: center;}
.review .ttalk200_layer .tt_itemL .rb_set a{background: none;color: #7d7d7d;margin: 0;padding: 0; height: auto;}
.review .ttalk200_layer .tt_itemL .rt_set .rb_set .notify{background-image: url(/2025/img/sub/ttalk_noti_icon.svg);background-repeat: no-repeat;background-size: 19%;background-position: 14% 50%;padding: 0 10px;width: auto;padding-left: 20px;}
.review .ttalk200_layer .tt_itemL .yesReNum, .review .ttalk200_layer .tt_itemL .rt_set .rb_set .noReNum, .review .ttalk200_layer .tt_itemL .rt_set .rb_set .noRecomm{  height: auto;background: none;padding: 0;margin: 0;display: flex;align-items: center;overflow: visible;}
.review .ttalk200_layer .tt_itemL .rt_set .rb_set .noReNum a{background:none;padding: 0;color: #7d7d7d;}
.review .ttalk200_layer .tt_itemL .rt_set .rt_setBox{margin-left:8px;}
.review .ttalk200_layer .tt_itemL .rt_set .rb_set .notify .notifyTxt{ padding-left: 0;}
.review .ttalk200_layer .tt_itemL .reReplyList .rpl_input .rpl_image{display:none;}
.review .ttalk200_layer .tt_itemL .reReplyList .rpl_input .rpl_inputBox{padding-left:0;}
.review .ttalk200_layer .tt_itemL .reReplyList .rpl_input .rpl_textarea textarea{padding:10px; height: 40px !important;}
.review .ttalk200_layer .tt_itemL .reReplyList .rpl_send a img{opacity: 0;}
.review .ttalk200_layer .tt_itemL .reReplyList .rpl_send a::after{content:"\b4f1\b85d";width:100%;height:100%;position:absolute;left:0;top:8px;background:#D9D9D9;color:#878787;font-size: 1.3rem;border-radius:6px;letter-spacing: 1.5px;display: flex;justify-content: center;align-items: center;font-weight: 400;}
.review .ttalk200_layer .tt_itemL .reReplyList .tt_recommnt li .rpl_input .rpl_textarea textarea{padding:10px;}
.review .ttalk200_layer .tt_itemL .reReplyList .rpl_input .rpl_textarea label{left:10px;}
.review .ttalk200_layer .tt_paging{display:flex;    align-items: center; justify-content: center; gap:0.5rem; padding-top: 5rem;}
.review .ttalk200_layer .tt_paging a.tg_page{font-size:1.6rem;width: auto;padding: 0 4px;}
.review .ttalk200_layer .tt_paging strong{font-size:1.6rem;width: auto;padding: 0 4px;}
.review .ttalk200_layer .tt_paging a.tg_prev{margin-right:1rem;}
.review .ttalk200_layer .tt_paging a.tg_next{margin-left:1rem;}
.review .ttalk200_layer .ttalk200_total_count{border:0;}
.review .ttalk200_layer .ttalk200_total_count .tt_active a{color:#252525 !important;}
.review .ttalk200_layer .ttalk200_total_count .tt_sort{border:0; color:#949494; font-size:1.4rem;}
.review  .ttalk200_layer .ttalk200_total_count .tt_commentList .comment_array{background:none;}
.review .ttalk200_layer .ttalk200_total_count .tt_total{display:none !important;}
.review .ttalk200_layer .tt_inputWrap .rf_setting .rf_sns{width:15px;}

/*어학과정*/
.toeic .contents{display:flex;gap:9.5rem;color: rgb(17 24 39 / 50%);font-size:1.6rem; }
.toeic .img-box{width:48rem;     height: 71rem;border-radius:2rem; overflow:hidden;box-shadow: 0 4px 4px rgb(0 0 0 / 25%);}
.toeic .img-box img{ width: 100%;}
.toeic .txt-box{flex:1;}
.toeic .txt-box .main-title{color:#000;font-family:'Poppins';font-size:5.6rem;font-weight:600;letter-spacing: 0;}
.toeic .txt-box .main-title span{background: var(--main-color);color:#fff;font-family:'Poppins';font-weight: 400;font-size:1.2rem;padding:0.5rem 1.5rem;border-radius:5px;display: block;width: fit-content;letter-spacing: 0;}
.toeic .txt-box .sub-title{ margin-top: 1rem;}
.toeic .info{margin-top:6.5rem;}
.toeic .info h5{ font-weight: 400; font-size: 1.6rem; padding-bottom:2rem;border-bottom: 1px solid rgb(0 0 0 / 10%);}
.toeic .info>div{position:relative;padding:3rem 0;padding-left:6rem;border-bottom: 1px solid rgb(0 0 0 / 10%);}
.toeic .info .title{font-size:2.4rem;font-weight: 700;color: #000;letter-spacing: 0;}
.toeic .info .icon{position:absolute;width:4rem;height:4rem;background-repeat:no-repeat;left: 0;top: calc(50% - 2rem);}

/* 커리큘럼 */
.curri-main .curri-top {display:flex; flex-direction:column; justify-content: center; align-items: center; max-width:192rem; height:59rem; margin:11.5rem auto 0; background:url('/2025/img/sub/curri_main_bg.jpg') no-repeat center / cover; text-align:center;}
.curri-main .curri-top h3 {font-size:12rem; font-weight:900; color:#fff; font-family:"poppins"; line-height:21.6rem; letter-spacing: 0;}
.curri-main .curri-top p {font-size:2rem; color:#fff; font-family:"poppins"; letter-spacing: 15px;}
.curri-course {margin:0 0 20rem 36.8rem;}
.curri-course .list {position:relative; display:flex; padding:5.8rem 5.5rem; margin-top:6rem; background:url('/2025/img/sub/curri_bg.jpg') no-repeat center / cover;}
.curri-course .info p {font-size:1.3rem; font-weight:600; font-family:"poppins"; color:#00C4D3;}
.curri-course .info h4 {font-size:4.2rem; font-weight:800; color:#000;}
.curri-course .info .discription {font-size:2rem; line-height:3rem;}
.curri-course .info a {display:flex; align-items: center; width: fit-content; height:4.3rem; margin-top:4rem; padding:0 2.9rem; font-size:1.8rem; border: 1px solid #000000F5; border-radius:1.36rem;}
.curri-course .info a:hover .icon {animation: slideForward 2s linear infinite;}
.curri-course .info a span {width:auto; flex:0 0 auto;}
.curri-course .info a .icon {width:1.8rem; height:1.4rem; margin-left:5rem; background:url('/2025/img/sub/icon_three_arrow.png') no-repeat center / cover;}
.curri-course .image {position:absolute; right:21%; top:0; flex:0 0 auto; width:32.6rem; height:100%; padding:1.2rem; border: 1px solid #00C4D3; border-radius:2rem; overflow:hidden;}
.curri-course .image img {width:100%; border-radius:2rem; overflow:hidden; vertical-align:bottom;}

@keyframes slideForward {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(15px); }
  100% { transform: translateX(0); }
}

.curri-top {margin-top:19.8rem; background:url('/2025/img/sub/curri_bg.jpg') no-repeat center / cover;}
.curri-top .top-contents {position:relative;display:flex;max-width:129.5rem;height: 43rem;margin:0 auto;padding:9.6rem 0;}
.curri-top .info p {font-size:1.6rem; font-weight:600; font-family:"poppins"; color:#00C4D3;}
.curri-top .info h2 {font-size:6rem; font-weight:800; color:#000;}
.curri-top .info .discription {margin-top:2rem; font-size:2rem; line-height:3rem; color:#000;}
.curri-top .image {position:absolute;right:0;top: -20px;flex:0 0 auto;width: 45.1rem;height: 47rem;padding: 2rem;border: 1px solid #00C4D3;border-radius:2rem;overflow:hidden;}
.curri-top .image img {width:100%; height:100%; border-radius:2rem; overflow:hidden; vertical-align:bottom;}
.curri-sub .mt-210 {margin-top:21rem;}

.curri-top-new {font-family: "Noto Sans CJK KR";margin-top:8.5rem; background:url('/2025/img/sub/curri_bg.jpg') no-repeat center / cover;position: relative;}
.curri-top-new .top-contents {position:relative;display:flex;height: 55rem;margin:0 auto;padding:15rem 0;}
.curri-top-new .info {width: 1300px;margin: 0 auto;position:relative;z-index:2;}
.curri-top-new .info p {font-size:25px; font-weight:200; color:rgba(0, 0, 0, 1);}
.curri-top-new .info h2 {font-size:57px; font-weight:400; color:rgba(44, 51, 50, 1);font-family: "KoreanYNSJG4R";}
.curri-top-new .info h2 span { font-weight:100;}
.curri-top-new .info .description {margin-top:2rem; font-size:27px; line-height:3rem; color:rgba(45, 45, 45, 1);font-weight:350;}
.curri-top-new .info .description span {font-weight:700;}
.curri-top-new .mt-210 {margin-top:21rem;}
.curri-top-new .bg-txt {z-index:1;position: absolute;color: rgba(255, 255, 255, 0.12);font-weight: 800;font-size:220px;font-family: "RixRak-Sans";}
.curri-top-new .bg-txt.top {left: -20px;top: 0%;}
.curri-top-new .bg-txt.bottom {left: 50%;transform: translateX(-50%);bottom: 3%;}

.curriculum-info {max-width:129.5rem; margin:0 auto;}
.curriculum-info .detail-top {margin:14rem 0; font-size:3.2rem; font-weight:500; color:#8D8E8F;}
.curriculum-info .detail-top span {font-weight:700; color:#000;}
.curriculum-info .detail-top div {line-height:7rem;}

.curriculum-info .detail-top-new {padding: 120px 0 100px;display: flex; justify-content: center; gap:65px;color: #2D2D2D;}
.curriculum-info .detail-top-new .cont-wrap {display: flex; justify-content: center; flex-direction: column;}
.curriculum-info .detail-top-new .img {max-width:50%;width: auto;}
.curriculum-info .detail-top-new .tit {font-size:30px;font-weight:250;margin-bottom:40px;}
.curriculum-info .detail-top-new .tit span {font-weight:700;}
.curriculum-info .detail-top-new .txt, .curriculum-info .detail-top-new .txt div {font-size:18px;font-weight:350;}
.curriculum-info .detail-top-new .txt span {font-weight:500;}

.curriculum-info .detail-info {margin-top:5.5rem;}
.curriculum-info .detail-info.first {margin-top:0;}
.curriculum-info .detail-info h3 {position:relative; display:flex; align-items: center; margin-left:-1.5rem; padding-left:1.5rem; font-size:3.6rem; font-weight:700; color:#8D8E8F;}
.curriculum-info .detail-info h3:before {content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); display:block; width:.7rem; height:3.3rem; border-radius:1rem; background:#00C4D3;}
.curriculum-info .detail-info h3 span {margin-left:.8rem; color:#000;}
.curriculum-info .detail-info h3 span.gray {color:#8D8E8F;}
.curriculum-info .detail-info h3 .m-0 {margin:0;}
.curriculum-info .detail-info h3 .addition {font-size:2.4rem; color:#00C4D3;}
.curriculum-info .detail-info .addition {color:#00C4D3; font-weight:700;}
.curriculum-info .detail-info .list {margin-top:2.8rem; padding:5.4rem; box-shadow: 0px 0px 14px 0px #13343D1C; border-radius:.8rem;}
.curriculum-info .detail-info .list ul {display:flex; flex-wrap:wrap;}
.curriculum-info .detail-info .list ul li {display:flex; align-items:center; width:50%; line-height:5rem; gap:5px;}
.curriculum-info .detail-info .list.three ul li {width:33.3%; line-height:5rem;}
.curriculum-info .detail-info .list.three-vertical {display:flex;}
.curriculum-info .detail-info .list.three-vertical ul {display:block;}
.curriculum-info .detail-info .list.three-vertical ul:nth-child(1) {width:27%;}
.curriculum-info .detail-info .list.three-vertical ul:nth-child(2) {width:45%;}
.curriculum-info .detail-info .list.three-vertical ul:nth-child(3) {width:auto;}
.curriculum-info .detail-info .list.three-vertical ul li {width:100%;}
.curriculum-info .detail-info .list.three-vertical.quter ul {width:33.3%;}
.curriculum-info .detail-info .list.vertical ul {flex-direction: column;}

.curriculum-descr {color: #2D2D2D;text-align: center;padding: 60px 0;}
.curriculum-descr .top-point {color: #00C4D3;font-family: 'Hijrnotes'; font-weight: 400;font-size: 44px;margin-bottom: 10px;}
.curriculum-descr h3 {font-weight:700;font-size:40px;margin-bottom:10px;}
.curriculum-descr h4 {font-weight:400;font-size:18px;}

.curriculum-descr .cont-wrap {font-family: "Noto Sans CJK KR";margin:48px auto 0;text-align: left;width:max-content;}
.curriculum-descr .cont-wrap .cont {display: flex;gap:50px;}
.curriculum-descr .cont-wrap .point {color: #00C4D3;font-size:24px;font-weight:400;}
.curriculum-descr .cont-wrap .tit {font-weight: 700;font-size:24px;width:215px;position: relative;/* border-right:1px solid rgba(229, 229, 229, 1); */}
.curriculum-descr .cont-wrap .tit:after {position: absolute;content: ''; width: 1px;right:0;background:rgba(229, 229, 229, 1);display: block;}
.curriculum-descr .cont-wrap .txt {position: relative;font-size:18px;line-height: 40px;display: flex;gap:30px;width:76%;padding:20px;background: #FDFDFD;border-radius: 19px;box-shadow: -4px 3px 15px 0px rgba(0,0,0,0.05);margin-bottom: 48px; }
/* .curriculum-descr .cont:nth-of-type(3) .txt {margin-bottom: 0; } */

.curriculum-descr .cont:nth-of-type(1) .tit:after {height: 95%;top:5%;}
.curriculum-descr .cont:nth-of-type(2) .tit:after {height:100%;top:0;}
.curriculum-descr .cont:nth-of-type(3) .tit:after {height: 85%;top:0;}
.curriculum-descr .cont:nth-of-type(4) .tit:after {height: 104%;top:-30%;}

.curriculum-descr .cont-wrap .txt:before {position: absolute;content: '';width:50px;height: 1px;background: #E5E5E5;left:0;top: 50%;transform: translate(-100%, -50%);}
.curriculum-descr .cont-wrap .txt:after {position: absolute;content: '';width:15px;height: 15px;border-radius: 100%; background: #E5E5E5;top: 50%;left: 0;transform: translate(-50%, -50%);}
.curriculum-descr .cont-wrap .txt ul {width: max-content;}
.curriculum-descr .cont-wrap .txt li {position: relative;padding-left: 20px;}
.curriculum-descr .cont-wrap .txt li:before {position: absolute;top: 20px;left: 6px;width:4px; height: 4px;border-radius: 100%;content: '';display: block;background: #2D2D2D;}
.curriculum-descr .cont-wrap span.tur {font-size:14px;color: #00C4D3;}
.curriculum-descr .cont-wrap span.black {font-weight:700;}
.dom-less .cont-wrap .cont_com{font-size: 16px;color: #6E6E6E;line-height: 1.6;position: relative;top: -30px;left: 255px;letter-spacing: -1.12px;}

@keyframes scroll-left {0% {transform: translateX(0);} 100% {transform: translateX(-50%);}}
.partener_logos {padding: 100px 0 150px;margin: auto;overflow:hidden;position: relative;width: 100%;margin-top:60px;}
.partener_logos .logos-wrap {animation: scroll-left 60s linear infinite;display: flex;width: calc(190px * 20);}
.partener_logos .logos-wrap div {width:190px;height:40px;display:flex;justify-content:center;align-items:center;background: rgba(255,255,255,1);margin-right:40px;}
.partener_logos .logos-wrap div img {display:block;width: auto;margin: 0 auto;max-width:100%;object-fit:contain;}

.pass_course {padding: 95px 0 85px;color: #FFFFFF;text-align: center;}
.pass_course h3 {font-weight:700;font-size:40px;margin-bottom:10px;}
.pass_course h4 {font-weight:400;font-size:18px;}

.rounds_wrap {display: flex;justify-content: center;flex-wrap: wrap;flex-direction: row;padding: 95px 0 45px;margin: 0 auto;}
.rounds_wrap .round {border: 2px solid #00C4D3;width: 240px;height: 240px; border-radius: 100%;padding: 45px 0;display: flex;justify-content: center;flex-direction: column;}
.rounds_wrap .round img {width: auto;max-width: 50%;margin: 0 auto;object-fit: contain;}
.rounds_wrap .round p {font-weight: 700;font-size:25px;line-height: 32px;margin-top:15px;}

.pass_course .cont-wrap .cont {display: flex; gap: 50px; justify-content: center;margin: 0 auto;width:max-content;padding: 50px 0 35px;border-bottom: 1px solid #FFFFFF; }
.pass_course .cont-wrap .cont:last-of-type {border-bottom: none;}
.pass_course .cont-wrap .tit {width: 310px;display: flex; justify-content: space-between;align-items: center;font-weight:700;font-size:25px;}
.pass_course .cont-wrap .cont:last-of-type .tit p {padding-right: 20px;}
.pass_course .cont-wrap .rect {display: block;width:12px;height: 26px;background: #00C4D3;transform: skewX(40deg);margin-left:10px;}
.pass_course .cont-wrap .txt {width: 710px;text-align: left;font-size: 22px;line-height:38px;font-weight: 400;}

.dom-stew .top-contents {background: url("/2025/img/sub/dom_stew.jpg") 99% 55% / cover no-repeat;background-size: 133%;}
.dom-stew .pass_course {background: url('/2025/img/sub/dom_sterw_bg.png') center center / cover no-repeat;}
.for-stew .top-contents  {background: url("/2025/img/sub/over_stewardess_1.jpg") 99% 55% / cover no-repeat;}
.for-stew .curriculum-descr .cont-wrap span.tur {font-size: 10px;color: #2D2D2D;}
.for-stew .pass_course{background: url(/2025/img/sub/for-stew_bg.png) center center / cover no-repeat;}
.for-stew .partener_logos .logos-wrap {animation: scroll-left 60s linear infinite;display: flex;width: calc(190px * 28);}
.for-less .teach-info .txt .teacher_img {bottom: -4%;width:35%;right: -10%;}


/* 포인트레슨 승무원과외 */
.point-less .pass_course { color: #2D2D2D;}
.point-less .curri-top-new {background: none;}
.point-less .curriculum-descr .top-point {margin-bottom: 35px; }
.point-less .curriculum-descr .cont-wrap .txt:after,
.point-less .curriculum-descr .cont-wrap .txt:before,
.point-less .curriculum-descr .cont:nth-of-type(1) .tit:after,
.point-less .curriculum-descr .cont:nth-of-type(2) .tit:after,
.point-less .curriculum-descr .cont:nth-of-type(3) .tit:after {display: none;}
.point-less .curriculum-descr h3 .point {display: inline-block;margin: 0 0 10px 10px;border-radius: 10px;font-weight: 700;font-size: 24px;vertical-align: middle;color: #ffffff;background:#00C4D3;padding: 10px 25px;}

.teach-info {padding: 85px 0 75px;background: #F6F6F6;}
.teach-info .video-wrap {display: flex;justify-content: center;max-width: 847px;margin: 0 auto;}
.teach-info .video-wrap iframe {aspect-ratio: 16 / 9;width: 100% !important;border: none;}
.teach-info .cont {max-width: 847px;margin: 0 auto 30px;}
.teach-info .tit {position: relative;width: max-content;}
.teach-info .tit h4 {font-weight: 400;font-size: 30px;}
.teach-info .tit h4 span {font-weight: 700;}
.teach-info .tit img {width: auto;position: absolute;top: -10%;right: -45%;}
.teach-info .txt {background: #ffffff; padding: 40px 75px;margin-top: 55px;position: relative;}
.teach-info .txt p {font-size: 25px;margin-bottom: 15px;}
.teach-info .txt p span {font-size: 30px;font-weight:700;margin-right: 5px;}
.teach-info .txt ul {font-size: 18px;line-height: 36px;}
.teach-info .txt ul b {font-weight:600;}
.teach-info .txt .teacher_img {width: auto;position: absolute;bottom: -3%;right: -12%;}

.stud_review {padding: 107px 0 50px;text-align: center;background: url('/2025/img/sub/stud_review.png') center center / cover no-repeat;}
.stud_review h3 {font-weight: 700;font-size: 40px;color: #2D2D2D;margin-bottom:20px;}
.stud_review h4 {font-weight: 400;font-size: 18px; color: #2D2D2D;margin-bottom:10px;}
.stud_review h5 {font-weight: 400;font-size: 12px;color: #BCBBBB;}
.stud_review-slider {padding: 55px 0 60px;text-align: center;width: 100%;font-family: 'Noto Sans CJK KR';}
.stud_review-slider .slide {min-height:395px;border-radius: 21px;background: #ffffff;box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);padding: 25px 20px;display:flex;justify-content: flex-start;flex-wrap: wrap;flex-direction: column;gap:27px; }
.stud_review-slider .slide .line {display: inline-block;margin: 0 auto;border-radius: 50px;height: 5px;width: 43px;background: rgba(235, 235, 235, 1);}
.stud_review-slider .slide .logo {width: auto;height:45px;max-width:60%;margin: 0 auto; display: block; object-fit: contain;text-align: center;}
.stud_review-slider .slide h6 {color: #5E5E5E;font-weight: 400;font-size: 17px;margin-bottom: 10px;text-align: center;}
.stud_review-slider .slide h5 {color: #000000;font-weight: 500;font-size: 19px;text-align: center;margin-bottom:10px;}
.stud_review-slider .slide p {color: #686868;font-weight: 400;font-size: 15px;text-align: left;line-height: 28px;}
.stud_review-slider .swiper-slide {width: 285px;}
.stud_review-slider .swiper-wrapper {transition-timing-function: linear;}

.sch_system {padding: 80px 10px 100px;position: relative;}
.sch_system hr {border: none;border-right:1px solid #C4C4C4;width:1px;height: 73px; margin: 23px 0;}
.sch_system h3 {font-weight: 250;font-size:40px;}
.sch_system h3 span {font-weight: 700;}
.sch_system h4  {color: #828282;font-weight: 400;font-size: 18px;}
.sch_system h4 span {color: #00C4D3;font-weight: 700;font-size: 24px;}
.sch_system h4 span.demlight {font-weight: 250;}
.sch_system h4 span.space {width:3px;display: inline-block;}
.sch_system .cont {display: flex;justify-content: center;gap: 110px;margin: 0 auto;width: 1215px;}
.sch_system .cont .left {width: max-content;}
.sch_system .cont .left img {width: auto;margin-top: 75px;} 
.sch_system  img {width:auto;} 
.sch_system .cont .right {display: flex;gap: 30px;}
.sch_system .cont .right img {width: 100%;height: 209px;} 
.sch_system .cont .right .swiper:nth-of-type(2) {margin-top:40px;}
.sch_system .cont .right .swiper {width: 300px;height:650px;overflow:hidden;position: relative;}
.sch_system .cont .right .swiper.mo {display: none;}
.sch_system .cont .right .swiper-wrapper {flex-wrap: wrap;transition-timing-function: linear;}
.sch_system .cont .right .swiper:before {position: absolute;bottom: 0;top: 0;width: 100%;height: 70px;content: '';display:block;background: transparent;background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);z-index: 10;}
.sch_system .cont .right .swiper:after {position: absolute;bottom: 0;bottom: 0;width: 100%;height: 70px;content: '';display:block;background: transparent;background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);z-index: 10;}
.sch_system .round_first {width: 27.5%;left: 0;top:250px;transform: translateX(-37%);position: absolute;}
.sch_system .round_second {width: 21.5%;right: 0;top:40px;transform: translateX(4%);position: absolute;}
.sch_system .mentor_info {margin: 90px auto 0;width: 1215px;}
.sch_system .mentor_info ul {margin: 55px auto 0;width: 100%;position: relative;z-index:2;display: flex; justify-content: center;flex-wrap:wrap;flex-direction:row; gap: 60px;align-items: self-start; }
.sch_system .mentor_info li {box-shadow: 0px 0px 20px 0px rgba(0, 196, 211, 0.15);width:272px;width: 22.5%;min-height:350px;border-radius: 20px;padding:30px 13px;text-align: center;background: #fff;position: relative;z-index:2;}
.sch_system .mentor_info li:nth-of-type(2) {margin-top:55px;}
.sch_system .mentor_info li img {max-width:100%;margin: 0 auto 20px;border-radius: 15px;}
.sch_system .mentor_info h6 {font-weight: 700;font-size:20px;text-align: center;margin: 0 auto 20px; }
.sch_system .mentor_info p {font-weight: 400;font-size: 16px;}
.sch_system .wawes {width: 110%;position:absolute;z-index:1;top:50%;left: 50%;transform: translate(-50%, -50%);}
.sch_system .wawes .line_second {position:absolute;top:50%;left: 50%;transform: translate(-50%, -50%);}
.sch_system .wawes img {width: 100%;}

/* 국비지원조회 */
.support .mt-210 {margin-top:21rem;}
.support-contents {max-width:129.5rem; margin:0 auto;}
.support-contents h3 {position:relative; padding-left:1.5rem; margin-left:-1.5rem; margin-top:8.5rem; font-size:3.6rem;}
.support-contents h3:before {content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); display:inline-block; width:.7rem; height:3.3rem; background:#00C4D3; border-radius:1rem;}
.support-contents table {width:100%; margin-top:3.7rem; border-top:2px solid #000; border-bottom:2px solid #000; font-size:1.8rem; font-weight:500;}
.support-contents table th {height:7.6rem; background: #00C4D333; border-right: 1px solid #0000001A; border-left: 1px solid #0000001A; border-bottom: 1px solid #0000001A;}
.support-contents table th.first,
.support-contents table td.first {width:39.3rem; text-align:center;}
.support-contents table td {height:7.6rem; padding:1.8rem 6.3rem; border-right: 1px solid #0000001A; border-left: 1px solid #0000001A; border-bottom: 1px solid #0000001A;}
.support-contents .dotted {position:relative; padding-left:1rem; color:#00C4D3; font-weight:700;}
.support-contents .dotted:before {content:""; display:inline-block; position:absolute; left:0; top:50%; transform:translateY(-50%); width:4px; height:4px; border-radius:100%; background:#00C4D3;}
.support-contents .point {color:#00C4D3; font-weight:700;}
.support-contents .mt-15 {margin-top:1.5rem;}
.support-contents .dotted-list {margin-top:3.7rem; padding:3.6rem 0 3.6rem 11rem; border-top:2px solid #000; border-bottom:2px solid #000; border-right: 1px solid #0000001A; border-left: 1px solid #0000001A;}
.support-contents .dotted-list li {position:relative; padding-left:1.5rem; font-size:1.8rem; font-weight:500;}
.support-contents .dotted-list li:before {content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); display:inline-block; width:4px; height:4px; border-radius:100%; background:#000;}


/* 국비지원 */
.gookbi {padding: 8.3rem 0;}
.gookbi .support {background: url('/2025/img/sub/gookbi_bg.png') no-repeat;background-position-x: 50%;background-size: 100%;}
.gk-container {width: 1130px;max-width: 100%;margin: 0 auto;}
.gookbi_info {padding: 115px 0px 0px;margin: 0 auto;font-family: 'Noto Sans CJK KR';}
.gookbi_info .gookbi_cat {display:flex;justify-content:center;gap:20px;width: max-content;max-width:100%;margin: 0 auto;padding: 0 95px 40px;border-bottom: 1px solid #EAEAEA;}
.gookbi_info .gookbi_cat div {cursor:pointer;background: #FFFFFF;color: #2D2D2D;font-weight: 400;font-size:22px;padding: 12px 26px;text-align:center;border-radius: 50px;border: 1px solid #00C4D3;}
.gookbi_info .gookbi_cat div.on {background: #00C4D3;color: #FFFFFF;transition:background 0.3s ease, color 0.3s ease ; font-weight: 700;}
.gookbi_intro {padding-top: 80px;font-family: 'Noto Sans CJK KR';}
.gookbi_intro .cont {display:flex;justify-content: space-between;align-items: center;}
.gookbi_intro h2 {font-weight: 700;font-size: 35px;color: #000000;margin-bottom: 30px;}
.gookbi_intro  p {font-size: 18px;color: #4D4D4D;}
.gookbi_intro .txt {width:40%;}
.gookbi_info .cont-wrap .cat-cont {display: none;}
.gookbi_info .cont-wrap .cat-cont.on {display: block;}

.gookbi_intro .gookbi_card {width: max-content;max-width: 40%;}
.gookbi_intro .gookbi_card img {width: auto; max-width:100%;}

.support .mt-210 {margin-top:21rem;}
.support-contents-new {width:100%;padding: 0 115px 70px; margin:0 auto;font-family: 'Noto Sans CJK KR';}
.support-contents-new h3 {position:relative; margin-top:80px; font-size: 22px;padding-left: 50px;}
.support-contents-new h3:before {content:""; position:absolute; left:0; top:50%; transform:translateY(-45%); display:inline-block; width:40px; height:40px; background: url('/2025/img/sub/gookbi_check-icon.svg') center center / contain no-repeat;}
.support-contents-new table {width:100%; margin-top:20px; font-size:17px; font-weight:400;color: #2D2D2D;letter-spacing: 0;}
.support-contents-new table th {background: #00C4D3; border-right: 1px solid #FFFFFF;border-bottom: 1px solid #B9B9B9; color: #FFFFFF;font-weight: 700;font-size: 20px;padding: 12px;}
.support-contents-new table td {border: 1px solid #0000001A;padding: 20px;}
.support-contents-new table td:first-of-type {border-left: none;text-align: center;font-weight: 500;font-size: 18px;}
.support-contents-new table td:first-of-type , .support-contents-new table th:first-of-type {width:30%;} 
.support-contents-new table td:last-of-type, .support-contents-new table th:last-of-type {border-right: none;}
.support-contents-new li:has(.dotted) {padding-left:15px;}
.support-contents-new .dotted {position:relative; color:#077E89; font-weight:700;}
.support-contents-new .dotted:before {content:""; display:inline-block; position:absolute; left:-20px; top:50%; transform:translateY(-50%); width:5px; height:5px; border-radius:100%; background:#077E89;}
.support-contents-new .dotted.light {color:#00C4D3;}
.support-contents-new .dotted.light:before {background:#00C4D3;}
.support-contents-new .bold {font-weight:700;}

.support-contents-new .point {color:#00C4D3; font-weight:700;}
.support-contents-new .astr {font-size:15px;margin-top:10px;}
.support-contents-new .astr.mt0 {margin-top:0;}
.support-contents-new .dotted-list li {position:relative; padding-left:15px;}
.support-contents-new .dotted-list li:before {content:""; position:absolute; left:0; top:10px; display:inline-block; width:5px; height:5px; border-radius:100%; background:#000;}



/*고객상담센터*/
.customer .sub-txt-box .sub-title{font-size:2.4rem; color:#000;}
.customer .sub-txt-box .sub{font-size:1.6rem; margin-top:1rem;}
.customer .red{color:#ff0000;}
.customer .section01 .wrap{padding-bottom:0;}
.customer .section03 .wrap{padding-top:5rem;}

.sub .mypick .wrap{padding-bottom:7rem;}

/*카톡상담*/
.kakao .customerBanner{margin-top:-6rem;}

/*온라인결제*/
.sbtBtn li{width:100%; text-align:center;}
.sbtBtn{display:flex;gap: 1rem; width: 78rem;}
.payResult {text-align: center; width:78rem; padding: 4rem; border: solid 1px #c7c7c7; background: rgb(204, 243, 246); margin-bottom: 5rem; }
.payResult h3 {font-size: 3rem; color: #000;}

/*수강료안내*/
.tuitionInfo{text-align:center; font-size:1.8rem;}
.tuitionInfo tr th{text-align:center; background: hsl(184deg 100% 41% / 20%);border-top: 1px solid rgb(230 230 230);}
.tuitionInfo td, .tuitionInfo tr th{border-left: 1px solid rgb(230 230 230);}
.tuitionInfo tr td:first-child,.tuitionInfo tr th:first-child{border-left:0;}
.sub .tuition_infoTab li{height:4.4rem;line-height:4.4rem; }
.sub .tuition_infoTab li a{font-size:1.7rem;}

/*상담신청완료*/
.complete .contents{padding:12rem 0; margin-bottom:18rem;color:#fff;text-align: center;}
.complete .contents span{font-size:2.6rem; font-weight:300;}
.complete .contents h4{font-size:5.2rem;font-weight:600;margin:1.7rem 0;line-height: 1.2;}
.complete .contents p{font-size:2.4rem;}
.complete .contents .btns{width:58rem;gap:2rem;margin: 0 auto;display: flex;margin-top: 2rem;}
.complete .contents .btns a{width: 100%;height:4.3rem;line-height:4.3rem;text-align:center;background:rgba(255, 255, 255, 0.3);border-radius:8px;}
.complete .contents .btns a:hover{background:#000;}

/*취업지원센타*/
.live .boardTable.list{text-align:center; font-size:1.8rem;}
.live .boardTable.list tr th{text-align:center; background: hsl(184deg 100% 41% / 20%);padding: 2rem 0; font-weight: 400;border-top: 1px solid rgb(230 230 230);}
.live .boardTable.list td, .live .boardTable.list tr th{font-size:1.8rem;}
.live .boardTable.list .boardTit{text-align:left;}
.live .boardTable.list tr td:first-child,.live .boardTable.list tr th:first-child{border-left:0;}
.live .boardTable.list colgroup{display:contents;}
.sub .live + .main-review{margin-top:0;}

.sys-job .curri-top {margin-top:19.8rem; background:url('/2025/img/sub/curri_bg.jpg') no-repeat center / cover;}
.sys-job .curri-top .top-contents {position:relative; display:flex; max-width:129.5rem; height:44rem; margin:0 auto; padding:9.6rem 5.5rem 0 0;}
.sys-job .curri-top .info p {font-size:1.6rem; font-weight:600; font-family:"poppins"; color:#00C4D3;}
.sys-job .curri-top .info h2 {font-size:6rem; font-weight:800; color:#000;}
.sys-job .curri-top .info .discription {margin-top:2rem; font-size:2rem; line-height:3rem; color:#000;}
.sys-job .curri-top .image {position:absolute; right:0; top:-14px; flex:0 0 auto; width:45rem; height:47.3rem; padding:1.2rem; border: 1px solid #00C4D3; border-radius:2rem; overflow:hidden;}
.sys-job .curri-top .image img {width:100%; border-radius:2rem; overflow:hidden; vertical-align:bottom;}
.sys-job + .main-review{padding-top:18rem;}
.sys-job .detail-info + .detail-info{margin-top:5.5rem;}

.job .job-step{margin-left:-25px;display: flex;margin-top: 3rem;padding-bottom: 12rem;border-bottom: 1px solid #D9D9D9;}
.job .job-step li{border-radius:2rem;box-shadow: 1px 4px 12px rgb(0 0 0 / 25%);width:calc(100% / 4 - 25px);height:29rem;display: flex;flex-direction: column;align-items: center;padding: 1.5rem;justify-content: center;margin-left: 25px;}
.job .job-step li em{font-size:6rem;color:#00C4D3;font-style: normal;}
.job .job-step li p{font-size:2rem;color: #000;font-weight: 600;}
.job .job-step li span{color:#B5B5B5;font-size:2rem;font-weight: 400;text-align: center;line-height: 1.4;margin-top: 0.5em;}
.job .curriculum-info.job .detail-top div + p + div{margin-top:9.5rem;}
.job .curriculum-info.detail{margin-top:10rem; padding-top:10rem; border-top:1px solid #D9D9D9;}
.job .detail-info-job + .detail-info-job{margin-top:10rem;}
.job .detail-info-job h4{font-size:5.2rem; font-weight:700;}
.job .detail-info-job p{font-size:2.4rem; margin-bottom:5rem;}
.job .detail-info-job .abroad{ margin-bottom: 10rem; padding-bottom: 10rem; border-bottom: 1px solid #D9D9D9;}
.job .detail-info-job .abroad li{font-size:2rem; margin-bottom:1.7rem;}
.job .detail-info-job .abroad li span{height:4.4rem;background:var(--main-color);color:#fff;border-radius:5px;width:22.2rem;display:inline-block;text-align: center;line-height: 4.4rem;margin-right: 2.1rem;}
.job .recruiting .list{display: flex;}
.job .recruiting .list ul{display: flex;flex-direction: column;flex: 1;margin-left: 3rem;}
.job .recruiting .list ul li{}
.job .recruiting .list div{display: flex;width: 100%;}
.job .recruiting .list div span{ line-height: 5rem;}
.job .flights{margin-left:-10px; display:flex; flex-wrap: wrap;}
.job .flights li{overflow:hidden;width:calc(100%  / 6 - 10px);margin-left:10px;border:1px solid #AFAFAF;font-size:2.4rem;text-align:center;height: 9rem;line-height: 9rem;display: flex;align-items: center;justify-content: center;margin-bottom: 10px;}
.job .flights li img{width: auto;height: 100%;}

.sys-job .curriculum-info .detail-top div{line-height: 7rem;}
.sub .main-review{margin-top:16rem;}
.sub .main-review .main-contents-title .sub-text{ color: #959799;}

/*수강생롤링*/
.sub .main-contents-title{margin-top:0;}
.sub .main-review .slide a{font-size:1.3rem;line-height: 15.6px;}
.sub .main-review  .linear-slider{margin-top:7.2rem; margin-bottom:18rem;}


/*회원가입*/
.joinStep {margin-bottom: 4.8rem; width:auto; }
.join .sub-txt-box .sub-title{font-size:2.4rem; color:#000;line-height: 1.5;}
.joinPrivacy {width:100%;height: 23rem;overflow-y:scroll;border: 1px solid #c7c7c7;padding: 2rem;line-height:1.5;margin-top: 1rem;border-radius: 6px;}
.joinPrivacyCont {margin:10px 0px;font-size: 1.4rem;color: #6D758F;}
.joinPrivacyCont h2 {margin-top:20px;margin-bottom:10px;font-size: 1.4rem;font-weight: 500;}
.joinPrivacyCont h3 {margin:10px 0px; font-size:13px;}
.joinPrivacyTitle {font-size: 2.8rem;font-weight: 400;margin-top: 7rem;}
.joinChkAgree {text-align: left;margin-top: 1rem;}
.JoinBtn {text-align:left; padding-top:6rem;}
.JoinBtn a {display:inline-block; width:36.5rem; min-width:36.5rem; text-align:center;}
.tuitionTable.join02{margin-top:7rem;}

.joinDesc {font-size:13px; margin-left:10px;}
.joinIdChk {display:inline-block;border: solid 1px #00C4D3;color: #00C4D3;font-size: 1.8rem;text-align:center;vertical-align:middle;margin-left: 2rem;border-radius: 5px;height: 4.6rem;line-height: 4.6rem;width: 12rem;}
.idChkDesc {display:inline-block; width:400px; vertical-align:middle; font-size:13px; margin-left:5px; line-height:1.3em;}
.joinZipcode {text-align:center; letter-spacing:0.2em;}
.addressInput {display:block; width:360px !important; margin-top:5px !important;}

.joinSuccess {text-align:center;display:block;margin-top: 7rem;}
.joinSuccess h4 {font-size: 3.6rem;font-weight: 600;letter-spacing:-0.1em;}
.joinSuccess p {font-size: 2.6rem;padding-top: 4.5rem;font-weight: 400;}
.joinSuccess ul {display:inline-block; margin-top:4.5rem;}
.joinSuccess ul li {display:inline-block; float:left;}
.joinSuccess ul li a {display:inline-block;margin: 0px 0.8rem;width: 38rem;}

.login .section01 .wrap{padding-bottom:0;}
.login .section02{padding-bottom:18rem;}
.login .memberLoginArea {padding:12rem 0px;background:url(/2025/img/sub/member_login_bg.jpg);background-position: center center; text-align:center;}
.login .memberLoginArea ul {display:inline-block;width:35.8rem;margin-top: 3rem;}
.login .memberLoginArea ul li {display:inline-block;width:100%;margin-bottom: 2rem;}
.login .memberLoginArea ul li:last-child{margin-top:3rem;}
.login .memberLoginArea ul li input {width:100%;height:60px;background: transparent;border: none;border-bottom: 1px solid #fff;color: #fff;}
.login .memberLoginArea ul li input::placeholder{color:#fff;}
.login .memberLoginArea ul li a {width:100%;font-size: 1.8rem;height: 6rem;line-height: 6rem;background: #fff;color: #2A2A2A;font-weight: 500;}
.login .memberLoginArea ul li a:hover{background: var(--main-color); color:#fff;}
.login .memberLoginArea h4{font-size:2.4rem;font-weight: 500;color: #fff;letter-spacing: 0;}
.login .btn-link{font-size:1.7rem;width: 35.8rem;display: flex;justify-content: space-between;margin: 0 auto;margin-top: -1rem;font-weight: 300;}
.login .btn-link a{color:#fff;}
.login li input:-webkit-autofill,
.login li input:-webkit-autofill:hover,
.login li input:-webkit-autofill:focus,
.login li input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
}
.login .login-box .title{font-size:3.6rem; margin-bottom:4.5rem;}
.login .login-box .sub-title{font-size:2.6rem;}
.login .login-box ul{display:flex; gap:2.8rem;margin:9.8rem 0;}
.login .login-box ul li{border-radius:2rem;height:29rem;padding:3.5rem;display: flex;flex-direction: column;align-items: center;width: 100%;box-shadow: 1px 4px 12px rgb(0 0 0 / 25%); justify-content: center;}
.login .login-box ul li em{width:4rem;height:4rem;display: block;}
.login .login-box ul li p{font-size:2rem; margin-bottom:2.5rem; margin-top:1.7rem;font-weight: 600;}
.login .login-box ul li span{font-size:1.8rem;color:#B5B5B5;text-align: center;}

/*개인정보처리방침*/
.privacyWrap {font-size: 1.4rem;color: #6D758F;font-weight: 300;}
.privacyWrap p:first-child{margin-bottom:5rem;}
.privacyWrap h4 {font-size: 2.4rem;padding-top: 2rem;padding-bottom:5px;font-weight: 300;color: #000;}
.privacyWrap h5 {font-size:15px; padding-top:15px; padding-bottom:5px;}
.privacyWrap h6 {font-size:14px; padding-top:5px; padding-bottom:2px;}
.privacyWrap ol li {padding:5px 0;}
.privacyWrap ul {padding-left:15px;}
.privacyWrap table {width:100%; margin-top:15px;}
.privacyWrap table th,
.privacyWrap table td {border: solid 1px #c7c7c7;padding: 1rem;text-align:center;font-size: 1.2rem;}
.privacyWrap table th {font-weight: 500;}

/*가이드북*/
.guideBook{}
.guideBook li:first-child{border-top:0; padding-top:0;}
.guideBook li{display:flex; gap:7.5rem; padding:7rem 0; border-top:1px solid #C0C0C0;padding-right:10rem;}
.guideBook div{flex: 1;display: flex;flex-direction: column;justify-content: space-between;}
.guideBook li>span{position:relative;width: 34rem;height: 40rem;padding: 1.2rem;/* border: 1px solid #00C4D3; */border-radius: 2rem;/* overflow: hidden; */}
.guideBook li>span::after{content:"";width:100%;height:100%;position:Absolute;left:0;top:0;z-index:2;/* border: 20px solid #fff; */box-sizing: border-box;}
.guideBook li>span img{width: 100%;position: absolute;left: 0;top: 0;}
.guideBook h4{color:var(--main-color); font-size:1.3rem; font-family:'Poppins'; font-weight:600;}
.guideBook p{font-size:2rem; line-height:1.5;}
.guideBook h3{font-size:4.2rem;font-weight:800;}
.guideBook h5{font-size:1.6rem; color:var(--main-color); margin-top:3rem;font-weight:300;}
.guideBook h6{font-size:1.2rem; font-weight:300;}
.guideBook a {display:flex; align-items: center; width: fit-content; height:4.3rem; margin-top:1.8rem;  margin-bottom:1.8rem;padding:0 2.9rem; font-size:1.8rem; border: 1px solid #000000F5; border-radius:1.36rem;}
.guideBook a .icon {width:1.8rem; height:1.4rem; margin-left:5rem; background:url('/2025/img/sub/icon_three_arrow.png') no-repeat center / cover;}
.guideBook a:hover .icon {animation: slideForward 2s linear infinite;}
.guideBook .toggle.none { display: none;}
.guidebook .more-view{cursor:pointer;width:4.2rem;height:4.2rem;background:url(/2025/img/sub/history_icon.svg)no-repeat;margin:0 auto; margin-top: 10rem;}
.guidebook .more-view.active{transform:rotate(180deg);}

/*빛웨이브*/
.back-wave{position:absolute;left:0;top: 100px;width: 100%; z-index:1;}
.wave-base { stroke: #00BEDA; opacity:0.52;  stroke-width: 0.5; fill: none; }
.wave-shine { stroke: #0064ff; stroke-width: 0.5;opacity:0.52; fill: none; mask: url(#shineMask); }
.shine-rect { animation: shineMove 2s linear forwards;}

/*sub-fac*/
.sub-fac{margin-bottom:12rem; margin-top:12rem;}
.sub-fac .swiper-slide{overflow:hidden;width:59rem; height:55rem;display: flex;justify-content: center;align-items: center; border-radius:2rem;}
.sub-fac .swiper-slide img{height:100%; width:auto;}
.sub-fac .fac-swiper{margin-left:-27rem;}
.sub-fac .sub-txt-box{display:block !important;}
.sub-fac .swiper-slide img{}

/*수강생 리뷰*/
.sub .main-review .slide{margin-bottom:2rem;}

/*customerBanner*/
.customerBanner div{height:33.4rem;}

/*팝업*/
.overlay { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.5); z-index: 999;}
.popup { display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #fff; z-index: 1000;overflow-y: auto; box-shadow: 0 0 10px rgba(0,0,0,0.3);}



/*애니메이션*/
@keyframes shine-about{
  0% {    
    background-position: 50% 0;
  }
  100% {
    background-position: -100% 0;
  }
}


@keyframes shine {
  0% {    
    background-position: 30% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@keyframes moveSky {
  0% {
	background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes stroke {
  0% {
    stroke-dasharray: 100% 100%;
    stroke-dashoffset: 100%;  
  }
  100% {
    stroke-dasharray: 100% 100%;
    stroke-dashoffset: 0;  
  }
}


@keyframes shineMove {
	0% {
	  transform: translateX(-20%);
	}
	100% {
	  transform: translateX(100%);
	}
}


