@charset "utf-8"; 
/*폰트 카카오 깨짐
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/KakaoBigSans/KakaoBigSans.css'); */

/*프리텐다드*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}


.evt_wrp{position: relative; width: 100%; overflow: hidden; cursor: default; letter-spacing: 0;} 
.evt_wrp *{font-family:'Pretendard', sans-serif;}
.evt_wrp img{width: 100%; vertical-align: top;}

.evt_wrp .inner{position: relative; margin: 0 auto;}
.evt_wrp strong{font-weight: 800;}

.evt_wrp .barbnr{position: fixed; bottom: 0; left: 0; width: 100%; background: rgba(180,255,0,0.95); font-size: 28px; z-index: 9; font-weight: 900; text-align: center;}
.evt_wrp .barbnr span{border-radius: 50px; padding: 7px 25px; font-size: 22px; margin-right: 20px; background: #1c56fd; color: rgba(180,255,0,1);}
.evt_wrp .barbnr a{display: inline-flex; align-items: center; height: 60px;}

.evt_wrp .visual{background: #2b2f4a; height: 839px; position: relative;}
.evt_wrp .visual .inner{height: 707px;}
.evt_wrp .visual .txt{color: #c7d7f2; font-size: 25px; letter-spacing: 10px; text-align: center; font-weight: 400; letter-spacing: 12px; text-align: center; font-weight: 300; padding-top: 100px;}
.evt_wrp .drop{background: url('imgs/bg_visual.png') repeat-x bottom; width: 100%; height: 81.5vw; position: absolute; bottom: 0; left: 0; background-size: contain;}
.evt_wrp .visual .txt{animation: text-focus-in .5s .5s cubic-bezier(.55,.085,.68,.53) both}
.evt_wrp .visual .typo{position: absolute; top: 0; left: 0; z-index: 2; animation: text-focus-in .5s 1s cubic-bezier(.55,.085,.68,.53) both}
.evt_wrp .visual .home{position: absolute; bottom: 134px; right: 110px; z-index: 2; font-size: 15px; color: #fff; width: fit-content;}
.evt_wrp .visual .home img{width: 27%;}
@keyframes text-focus-in{0%{filter:blur(5px); opacity:0}100%{filter:blur(0); opacity:1}}

.evt_wrp  [class^="bg_"] .tit{font-size: 45px; padding: 0 0 50px; text-align: center; font-weight: 900; position: relative;}
.evt_wrp .tit strong{display: block;}
.evt_wrp .tit i{color: #1c56fd;}

.evt_wrp .tabs_lec{width: 1200px; margin: 0 auto 30px; overflow: hidden; display: flex;}
.evt_wrp .tabs_lec li{display: inline-flex; width: 24.6%; text-align: center; background: #eee; border-radius: 3px; padding: 20px; font-size: 21px; cursor: pointer; margin-right: 5px; justify-content: center; align-items: center;}
.tabs_lec li.active{background: #1c56fd; font-weight: 800; color: #fff;}
.tabs_lec li:first-child{margin-left: 0;}

.evt_wrp .small{font-size: 12px; font-weight: 300; opacity: 0.65;}

* [class^="bg_"]{position: relative; padding: 100px 0;}
.evt_wrp .bg_01{background: #fff;}
.evt_wrp .bg_02{background: #222935;}
.evt_wrp .bg_03{background: #000;}
.evt_wrp .bg_03:nth-child(5){padding-top: 0 !important;}
.evt_wrp .bnr{background: #89b7c7 url('imgs/bg_bnr.png') no-repeat center 0;}

.evt_wrp .bg_02 .tit,
.evt_wrp .bg_03 .tit{color: #fff;}
.evt_wrp .con2{display: flex; background: rgba(0,0,0,0.5); padding: 50px 90px 50px 60px; margin-bottom: 50px; border-radius: 10px;}
.evt_wrp .con2 span:last-child{margin-left: 20px;}


.evt_wrp .review li{position: relative; background: #fff; border-radius: 10px; margin: 5px; line-height: 1.3;}
.evt_wrp .review li strong{color: #ff3c3c;}
.evt_wrp .review li em{padding-top: 10px; color: #aaa; display: block;}
.evt_wrp .review li span{position: absolute; right: 8px; bottom: 0;}

.evt_wrp .dungdung{animation: updown 1s both infinite alternate;}
.evt_wrp .blink{animation: blink 2s infinite;}
.evt_wrp .up-on-scroll{transition: transform .7s, opacity 1.7s;}

.book .inner a{position: absolute; top: -55px; right: -40px; background: #b4ff00; display: grid;align-items: center; border-radius: 50%; width: 110px; height: 110px; font-weight: 900;text-align: center;}

.book .small{display: block; width: 1200px; margin: 0 auto; padding: 10px 0;}

@keyframes blink{0%{opacity: 1} 50%{opacity:.2} 100%{opacity:1}}
@keyframes updown{ 0%{transform: translateY(-5px);} 100%{transform: translateY(5px);}}


/* lecture */
.evt_wrp .lec_tab{width: 1200px; margin: 0 auto; overflow: hidden;}
.evt_wrp .lec_tab li{display: inline-block;}

.evt_wrp .lec_wrp{width: 1200px; height: 353px; margin: 30px auto 0; letter-spacing: -0.5px; padding-bottom: 20px; border-bottom: 1px solid #eee;}
.evt_wrp .lec_wrp > i{font-size: 14px; font-weight: 700;}
.evt_wrp .lec_wrp .lec_tit{border-bottom: 2px solid; display: flex; padding: 5px 0 10px 0; align-items: center;}
.evt_wrp .lec_wrp .lec_tit em{font-size: 27px; margin-right: 10px; font-weight: 800;}
.evt_wrp .lec_wrp .lec_tit p{display: flex; align-items: center;}
.evt_wrp .lec_wrp .lec_tit i{margin-right: 10px; font-size: 19px; font-weight: 700;}
.evt_wrp .lec_wrp .lec_tit span{color: #005aff; border: 1px solid #005aff; padding: 5px 10px; display: inline-block; font-size: 12px; border-radius: 5px; margin-right: 5px; font-weight: 700;}
.evt_wrp .lec_wrp .lec_tit span:last-child{background: #005aff; color: #fff;}

.evt_wrp .lec_tit .logo img{width: fit-content; height: 31px; margin-left: -10px;}
.evt_wrp .lec_tit .logo img:first-child{margin-left: 0;}

.evt_wrp .lecture{display: flex; padding: 20px 0 5px; height: auto;}
.evt_wrp .lecture .evt{width: 30%; height: auto; }
.evt_wrp .lecture .evt > p{border-bottom: 1px solid #eee;}
.evt_wrp .lecture .evt strong{font-size: 20px; border-bottom: 1px solid #eee; display: block; padding: 10px 0}
.evt_wrp .lecture .evt p{padding: 10px 5px; max-height: 53px; min-height: 40px;}
.evt_wrp .lecture .evt p::before{content:'\0387'; padding-right: 5px; margin-left: -10px;}
.evt_wrp .lecture .evt .btn_qna{display: inline-block; color: #fff; background: #333; width: fit-content; font-size: 11px; padding: 3px 10px; margin: 2px; border-radius: 3px;}
.evt_wrp .lecture .info{background: #eef3f4; display: flex; padding: 40px; width: 70%; height: auto; margin-left: 1%;}

.evt_wrp .lecture .book_list{width: 60%; overflow-y: scroll; scroll-behavior: smooth; margin-right: 30px; padding-right: 20px;}
.evt_wrp .lecture .book_list label{display: block; padding: 3px 0 0 35px; font-size: 14px; cursor: pointer;}

.evt_wrp .lecture input{margin: 5px 5px 0 0; width: 16px; height: 16px; accent-color: #64c4c4; cursor: pointer; margin-left: -27px; vertical-align: text-bottom;}

.evt_wrp .lecture .book_list::-webkit-scrollbar{width: 7px;}
.evt_wrp .lecture .book_list::-webkit-scrollbar-track-piece{background-color: #fdf8f5;}
.evt_wrp .lecture .book_list::-webkit-scrollbar-thumb{border-radius: 8px; background-color: #ccc;}
.evt_wrp .lecture .book_list::-webkit-scrollbar-button:start{background-color: #eee;}
.evt_wrp .lecture .book_list::-webkit-scrollbar-button:end{background-color: #eee;}

.evt_wrp .lecture .tot{width: 40%; align-items: end; display: grid;}
.evt_wrp .lecture .tot p{padding: 5px 0;}
.evt_wrp .lecture .tot p i{display: inline-block; width: 50%; color: #777;}
.evt_wrp .lecture .tot p strong{display: inline-block; text-align: right; width: 48%;}
.evt_wrp .lecture .tot p:last-child strong{display: inline-block; text-align: right; font-size: 21px;}

.evt_wrp .lec_buy{display: flex; align-items: end;}
.evt_wrp .lec_buy span{width: 50%; display: inline-block; font-size: 14px; color: #777;}
.evt_wrp .lec_buy .buy_btn{width: 50%; text-align: right;}
.evt_wrp .lec_buy .buy_btn a{padding: 12px 0; border: 1px solid #000; width: 170px; display: inline-block; text-align: center; font-weight: 700; font-size: 17px; margin-top: 10px;}
.evt_wrp .lec_buy .buy_btn a:last-child{background: #000; color: #fff;}

.evt_wrp .buy_notice{display: block; margin: 0 auto; width: 100%; text-align: center; padding: 30px 0 0; text-decoration: underline; position: relative;}
.evt_wrp .buy_notice::after{position: absolute; right: 852px; bottom: 6px; content: ''; width: 6px; height: 6px; border-top: 2px solid #333; border-right: 2px solid #333; transform: rotate(45deg);}
  
.evt_wrp .blue{color: #005aff !important;}
.book .small a{text-decoration: underline; color: #000; line-height: 1.2;}
.div_pop *{font-family: 'Pretendard';}
.div_pop #pop_con2 .txt-box li > strong{display: block; margin-top: 10px;}

/* PC 와이드 */
@media screen and (min-width: 821px){
.evt_wrp .tit br,
.evt_wrp .visual .txt br,
.book .small br,
.evt_wrp .tabs_lec li br{display: none;}
.evt_wrp .step,
.evt_wrp .class,
.evt_wrp .review{width: 1200px; margin: 0 auto; overflow: hidden;}
.evt_wrp .review li{float: left; width: 49%; height: 250px; font-size: 18px; padding: 30px;}
.evt_wrp .review li:nth-child(even) span{left: 8px; right: unset;}
.evt_wrp .review li:nth-child(even){text-align: right;}

.evt_wrp .step li{display: inline-block; width: fit-content; margin: 8px 0 0 8px;}
.evt_wrp .step li:last-child{margin-right: 0;}

.evt_wrp .class li{display: inline-block; width: fit-content; margin-top: 60px; margin-right: 5px;}
.evt_wrp .class li:last-child{margin-top: 60px; margin-right: 0;}

}

/* 모바일 */
@media screen and (max-width: 820px) {
.evt_wrp{letter-spacing: -1px;} 
.evt_wrp ul,
.evt_wrp .inner{width: 95%;} 

.evt_wrp .barbnr em{font-size: 19px;}
.evt_wrp .barbnr span{display: block; width: fit-content; font-size: 14px; padding: 5px 10px; position: absolute; top: -12px; left: 16px;}
.evt_wrp .barbnr a{display: block; height: unset; padding: 10px 0;}

.evt_wrp .visual .inner{width: 100%; overflow: hidden; text-align: center; position: relative; height: 71vw;}
.evt_wrp .visual .inner img{width: 126%; max-width: none; position: relative; left: 50%; transform: translateX(-50%); display: block;}
.evt_wrp .visual .inner span img{width: 118%; transform: translateX(-45%);}
.evt_wrp .visual .home{font-size: 12px; right: 30px; bottom: 30px;}
.evt_wrp .visual .home img{width: 28%; display: inline-block; left: 15px;}

* [class^="bg_"]{position: relative; padding: 0 0 12%;}

.evt_wrp [class^="bg_"] .tit{font-size: 1.25rem; padding: 11% 0 5%; font-weight: 500;}
.evt_wrp .review .tit{padding-bottom: 2vw;}
.evt_wrp .tit strong{font-size: 1.6rem; padding-top: 0.5rem;}

.evt_wrp .review li{font-size: 14px; padding: 20px 15px 40px;}
.evt_wrp .review li span{width: 20%; right: 16px;}

.evt_wrp .visual{height: 85.5vw;}	
.evt_wrp .visual .txt{font-size: 14px; letter-spacing: 0; padding: 35px 0 5px;}

.evt_wrp .con2{padding: 20px 20px 20px 0; margin-bottom: 20px;}
.evt_wrp .con2 span:last-child{margin-left: 10px;}
.evt_wrp .bg_02 p.inner{width: 65%;}

.evt_wrp .w_wrp{overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 100%;}

.evt_wrp ul{display: flex; flex-wrap: nowrap; width: max-content; padding: 0 0 0 20px; margin: 0; list-style: none; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE, Edge */}
.evt_wrp .w_wrp::-webkit-scrollbar{display: none; /* Chrome, Safari, Opera */}
.evt_wrp .w_wrp li{flex: 0 0 auto; width: 300px; margin-right: 20px;}

.evt_wrp .class{width: 95%; margin: 2% auto 0; display: block; padding: 0;}
.evt_wrp .class li{padding-top: 2%;}

.evt_wrp .bnr{background-size: 152%;}

.evt_wrp .tabs_lec{width: 100%; margin: 0 auto 10px;}
.evt_wrp .tabs_lec li{font-size: 15px; padding: 7px 0; width: 23%;}

.evt_wrp .lec_wrp{width: 95%; padding: 10px 10px 20px; border-bottom: 0; height: fit-content; margin-top: 0;}
.evt_wrp .lec_wrp .lec_tit{display: block; position: relative;}
.evt_wrp .lec_wrp .lec_tit em{font-size: 19px;}
.evt_wrp .lec_wrp .lec_tit p{padding-top: 5px;}
.evt_wrp .lec_wrp .lec_tit i{font-size: 15px; margin-right: 5px;}
.evt_wrp .lec_wrp .lec_tit span{padding: 2px 6px 0; border-radius: 3px; font-size: 11px;}

.evt_wrp .lec_tit .logo img:first-child{margin-left: -15px;}

.evt_wrp .lecture{display: block; width: 100%; height: fit-content; padding-top: 10px;}
.evt_wrp .lecture .evt{width: 100%; height: fit-content;}
.evt_wrp .lecture .evt strong{font-size: 15px; padding: 5px 0;}
.evt_wrp .lecture .info{display: block; width: 100%; padding: 0; background: none;}

.evt_wrp .lecture .book_list{height: 21vw; width: unset; padding: 6px 6px 10px; margin: 0 0 10px 0; border-bottom: 1px solid #ccc; background: #eef3f4;}
.evt_wrp .lecture .book_list label{font-size: 12px; line-height: 1.3;}
.evt_wrp .lecture input{vertical-align: bottom;}
.evt_wrp .lecture .tot{width: 100%; border-bottom: 1px solid #ccc; padding-bottom: 6px;}
.evt_wrp .lecture .tot p i{font-size: 13px;}
.evt_wrp .lec_buy .buy_btn{width: 100%; text-align: center;}
.evt_wrp .lec_buy .buy_btn a{width: 49%;}
.evt_wrp .buy_notice{padding: 10px 0 0;}
.evt_wrp .buy_notice::after{right: 27%;}

.evt_wrp .lec_buy{display: block;}
.book .inner a{width: 80px; height: 80px; top: 80px; right: 30px; font-size: 13px;}
.book .small{padding: 10px;}
.pop_tabWrap{width: 100% !important; margin: 0 auto;}

.div_pop .tit{margin: 20px 0 10px !important;}
.evt_wrp .bg_03:nth-child(5) .tit{padding-top: 0 !important;}

.evt_wrp .bg_04 .small,
.evt_wrp .book .small{padding: 3%;}
.evt_wrp .lecture .evt p{padding: 5px; max-height: unset; min-height: unset; font-size: 14px;}
.evt_wrp .lec_buy span{width: unset; font-size: 12px; color: #777;}
.evt_wrp .lecture .tot p{padding: 2px 0;}
}