@charset "UTF-8";

/******* reset *******/
body{margin:0 auto;padding:0;font-size:15px;font-family:'Spoqa Han Sans', 'Noto Sans KR', 'Noto Sans SC', 'Apple Gothic', sans-serif;color:#1E1E1E;line-height:1;letter-spacing:-0.02em;word-break:break-all;}
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,tbody,tfoot,thead,th,td{margin:0;padding:0;}
input,textarea,select,td,th,button{font-size:15px;font-family:'Spoqa Han Sans', 'Noto Sans KR', 'Noto Sans SC', 'Apple Gothic', sans-serif;color:#1E1E1E;vertical-align:middle;line-height:1;font-weight:400;}
input,textarea,select,a{color:#1E1E1E;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
table{width:100%;border-spacing:0;border-collapse:collapse;table-layout:fixed;}
ol,ul,li{margin:0;padding:0;list-style:none;}
hr, legend, .blind{position:absolute;top:0;left:-3000px;overflow:hidden;line-height:0.1%;font-size:0.1%;width:0.1%;height:0.1%}
caption{position:relative;visibility:hidden;overflow:hidden;line-height:0.1%;font-size:0.1%;width:0.1%;height:0.1%}
img,fieldset{border:0 none;}
img{max-width:100%}
label,button{cursor:pointer;}
em,address{font-style:normal;}
strong{font-weight:normal;}
a:link,a:visited{text-decoration:none;}
a:hover,a:active,a:focus{text-decoration:none;}
select {-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;}
select::-ms-expand {display:none;}
input{border-radius:0;}
input[type=text]{-webkit-appearance:none;appearance:none;box-shadow:0 0;border:0 none;}
input[type=password]{-webkit-appearance:none;appearance:none;box-shadow:0 0;}
input::-ms-clear{display:none;}
input::placeholder{color:#BDBDBD;}
input:-ms-input-placeholder{color:#BDBDBD;}
input:focus {outline:none;}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear{display:none;}
input[type="button"], input[type="submit"], button{border:0 none;cursor:pointer;}
input[type=number]{-webkit-appearance:none;appearance:none;box-shadow:0 0;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance:none;appearance:none;}
/******* reset *******/
:root{
    --pri-col:#fb834f;
    --txt-col:#293747;
    --ani-delay:0.9s;
}
/******* common *******/
.txt_hidden{overflow:hidden;display:inline-block;position:absolute;width:1px;height:1px;border:0;z-index:-1;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);}
.tlt, .sub_txt{text-align:center;}
.txt_info{font-size:16px;}
a.btn{display:inline-block;overflow:hidden;border-radius:50px;height:84px;}
a.btn img{width:auto;height:100%;}
a.btn_write{display:block;width:536px;height:84px;overflow:hidden;border-radius:50px;margin:64px auto 0;box-shadow:10px 0 18px rgba(98, 76, 194, 0.1);}

.jalnan, h3, h4{font-family:'Jalnan';}
#eventWrap{width:100%;min-width:1200px;margin:0 auto;overflow-x:hidden;}
.evt_main{min-width:1200px;height:772px;padding-top:60px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/bg_main.png) left 50% top 82% repeat-x, #FFFFFF;box-sizing:border-box;}
.evt_header{position:relative;width:1200px;margin:0 auto;}
.evt_header .logo a{display:inline-block;width:171px;height:48px;background:url(https://pic.neungyule.com/neteacher/img/common/logo.svg) no-repeat;background-size:171px auto;}
.evt_header .main_tag{position:absolute;right:0;bottom:4px;}

.shrink80{transform:scale(0.80);}
.shrink75{transform:scale(0.75);}

.sec_main{text-align:center;width:1200px;margin:0 auto;position:relative;}
/* .sec_main .sub_txt{margin:30px 0 24px;} */
.sec_main .title2{margin-top:-23px}
/* .sec_main .sub_txt2{margin-top:30px;} */
.sec_main .sub_txt2 strong{font-weight:700;}
.sec_main .char{position:absolute;}
.sec_main .char img{transform:scale(.85)}
.sec_main .char1{top:210px;left:-262px;animation:surfing1 3s ease-in infinite alternate;}
.sec_main .char2{top:370px;left:44px;animation:surfing2 3s ease-in infinite alternate;}
.sec_main .char3{top:305px;right:-112px;animation:upShake 2.6s ease-in infinite alternate;transform-origin:50%;}
.sec_main .char4{top:512px;right:-193px;animation:upShake 1.2s infinite ease-in-out alternate;}
.sec_main .char5{top:0;right:96px;animation:upShake 1.4s infinite ease-in-out alternate;}
.sec_main .char6{top:-25px;right:-138px;animation:upShake 1.8s infinite ease-in-out alternate;}
.shaking{animation: shake 3.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both infinite;}

@keyframes shake {
    5% { transform: translateY(-3px) }
    10%, 20%, 30%, 40% { transform: translateY(-3px) rotate(3deg) }
    15%, 25%, 35%, 45% { transform: translateY(-3px) rotate(-3deg) }
    50%, 100% { transform: translateY(0px) }
}
@keyframes swaying {
    0% {transform: rotate(-8deg);}
    50% {transform: rotate(8deg);}
    100% {transform: rotate(-8deg);}
}
@keyframes upShake {
    0% { transform: rotate(-4deg); }
    100% { transform: rotate(7deg); }
}
@keyframes surfing1 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-15px, -15px) rotate(4deg); }
    100% { transform: translate(15px, 15px) rotate(-6deg); }
}
@keyframes surfing2 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-15px, -15px) rotate(-4deg); }
    100% { transform: translate(24px, 15px) rotate(6deg); }
}

.sec_info{width:1200px;margin:-80px auto 0;}
.tab_list{position:relative;width:100%;height:82px;margin:0 auto 40px;background:#fac998;border-radius:50px;}
.tab_list li{float:left;width:50%;}
.tab_list li a{display:inline-block;color:#fce6d0;width:100%;height:100%;line-height:82px;font-family:'Jalnan';text-align:center;font-size:38px;transition:color ease .5s, width ease .3s;}
.tab_list li a.active{color:#fff;width:640px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/sp_tab.png) 0 0 / 100% 200% no-repeat;border-radius:100px;border:8px solid #FFFFFF;margin-top:-8px;margin-left:-8px;}
.tab_list li:nth-child(2) a.active{margin-left:-48px;background-position:0 -82px;}

.info_tag{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;}
.info_tag >div{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;}
.info_tag >div+div{margin-left:56px;}
.info_tag dt{font-size:28px; color:var(--pri-col);font-weight:700;position:relative;padding-right:27px;margin-right:24px;}
.info_tag dt:after{content:'';display:block;width:3px;height:30px;background:var(--pri-col);opacity:0.5;position:absolute;top:0;right:0;}
.info_tag dd{margin-left:12px;font-size:26px;color:var(--txt-col);font-weight:500;}

.evt_info{background:#fef6ee;border-radius:50px;padding:32px 0;margin:40px 0 80px;overflow:hidden;}
.evt_info h4{font-size:40px;color:var(--pri-col);text-align:center;}
.evt_info h4:before,
.evt_info h4:after{content:'';display:inline-block;width:33px;height:48px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/ico_present.png) 0 0 / 100% auto no-repeat;margin:0 18px;vertical-align:sub;}
.evt_item_list{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;gap:0 8px;overflow:hidden;}

.evt_content{background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/bg_top_section2.png) 50% 0 repeat-x, #fff1e5;padding:118px 0 0;}
.evt_content h3{color:var(--pri-col);font-size:46px;text-align:center;margin:46px 0 0;}
.evt_content h3 i{display:block;}
.evt_content .sub_txt{margin:30px 0;color:var(--pri-col);font-size:34px;line-height:50px;}
.evt_content .sub_txt strong{font-weight:700;}

.evt_content .tab_content{text-align:center;}
.evt_content .tab_con1{background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/bg_tab1.png) 50% 273px repeat-x;padding:0 0 80px;}

.vid_tab{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;gap:0 4px;}
.vid_tab li{width:190px;}
.vid_tab li a{display:inline-block;width:100%;height:58px;line-height:58px;font-family:'Jalnan';text-align:center;background-color:#fac998;color:#fce6d0;font-size:28px;transition:color ease .3s, background-color ease .3s;border-radius:26px 26px 0 0;letter-spacing:0;}
.vid_tab li.active a{color:#FFF;background-color:var(--pri-col);}

.vid_wrap{width:1172px;border:10px solid var(--pri-col);margin:0 auto;border-radius:40px;overflow:hidden;}
.vid_box{width:100%;overflow:hidden;padding-top:56.25%;position:relative;height:0;background:#000;}
.vid_box video{height:100%;width:100%;position:absolute;top:0;left:0;}
.vid_box .vid_overlay{height:100%;width:100%;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;cursor:pointer;}

.step_wrap{width:1200px;margin:54px auto;text-align:center;}
.step_wrap h4{display:inline-block;font-size:36px;color:var(--pri-col);width:500px;height:72px;line-height:72px;margin:0 0 34px;background-color:#FFFFFF;box-shadow:4px 3px 18px rgba(194, 120, 76, .2);border-radius:72px;}
.step_wrap .step_box{display:-webkit-box;display:-ms-flexbox;display:flex;}
.step_wrap .step_box li{border-radius:36px;overflow:hidden;box-shadow:4px 3px 18px rgba(194, 120, 76, .2);}
.step_wrap .step_box li + li{margin-left:18px;}

.upload_section{background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/bg_tab2.png) 72% 0 no-repeat;padding:96px 0;position:relative;}
.upload_section:before,
.upload_section:after{content:'';display:inline-block;width:44px;height:30px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/ico_arr_down.png) 0 0 / 100% auto no-repeat;position:absolute;left:50%;margin-left:-27px;}
.upload_section:before{top:32px;}
.upload_section:after{bottom:32px;}
.upload_box{width:1200px;margin:0 auto;background-color:#FFFFFF;border-radius:36px;box-shadow:4px 3px 18px rgba(194, 120, 76, .2);padding:40px 20px;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;}
.upload_box .left{min-width:318px;flex:0 1 318px;}
.upload_box .name_box{height:134px;color:var(--txt-col);font-size:30px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/bg_name.png) -10px 0 no-repeat;padding-top:12px;box-sizing:border-box;}
.upload_box .name_box span{display:block;color:var(--pri-col);margin:18px 0 0;font-size:44px;}
.upload_box .name_box span strong{font-size:46px;}
.upload_box .noti_box{background:#fff3e9;border-radius:24px;color:var(--pri-col);font-size:20px;line-height:32px;font-weight:400;padding:26px 0;}
.upload_box .noti_box strong{font-weight:700;}
.upload_box h4{font-size:30px;margin-bottom:6px;}
.upload_box h4 i{vertical-align:middle;margin-right:8px;}
.upload_box .right{color:var(--txt-col);text-align:left;margin-left:18px;flex:1 1 0;}
.upload_box .right p{font-size:19px;line-height:32px;letter-spacing:-0.04em;}
.upload_box .ip_box{display:-webkit-box;display:-ms-flexbox;display:flex;margin:22px 0 16px;}
.upload_box .ip_box input[type=text]{width:468px;height:64px;border:2px solid #d2d2d2;border-radius:14px;box-sizing:border-box;margin-right:8px;padding:0 24px;font-size:18px;}
.upload_box .ip_box input[type=file]{position:absolute;width:0;height:0;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.upload_list{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;gap:0 22px;}
.upload_list .item{display:inline-block;font-size:20px;color:#848484;line-height:1.4;}
.upload_list .item .btn_del{display:inline-block;width:13px;height:13px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/ico_x.png) 0 0 no-repeat;overflow:hidden;text-indent:-9999em;margin-left:4px;}
.upload_section .nodata_noti{font-size:20px;color:#848484;line-height:1.4;}

.evt_lank{background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/bg_section3.png) 50% 0 repeat-y, #fb904f;margin:80px 0 0;padding:60px 0;}
.evt_lank h3{color:#fff;font-size:43px;margin:0;}
.evt_lank .lank_box{background:#FFF;width:1100px;margin:58px auto 0;padding:28px 44px 44px;box-sizing:border-box;border-radius:36px;}
.evt_lank .lank_box .tit_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;height:80px;line-height:74px;color:var(--txt-col);font-family:'Jalnan';font-size:30px;border-bottom:4px solid #fff3e9;box-sizing:border-box;}
.evt_lank .lank_box .tit_wrap .tit_username{width:394px;}
.evt_lank .lank_box .tit_wrap .tit_share_submit{width:478px;}

.evt_lank .lank_box ul li{height:82px;line-height:76px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/line_dotted.png) 0 100% / auto 4px repeat-x;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;font-size:25px;overflow:hidden;}
.evt_lank .lank_box ul li .user_name{width:394px;color:#848484;font-weight:400;}
.evt_lank .lank_box ul li .user_name strong{color:var(--pri-col);font-weight:700;}
.evt_lank .lank_box ul li .share_submit{width:478px;color:var(--pri-col);font-weight:700;}
.evt_lank .lank_box ul li .share_submit i{margin-right:12px;position:relative;top:11px;}
.evt_lank .lank_box ul li:last-child{background:none;}

.evt_lank .lank_box ul li > p{animation:lanking 11s infinite;}
@keyframes lanking{
    0%{transform:translateY(0)}
    90%{transform:translateY(0);opacity:1}
    95%{transform:translateY(-80px);opacity:1}
    95.1%{transform:translateY(-80px);opacity:0}
    95.2%{transform:translateY(80px);opacity:0}
    95.3%{transform:translateY(80px);opacity:1}
    100%{transform:translateY(0)}
}
.evt_lank .lank_box li:nth-of-type(1) p{animation-delay:calc(var(--ani-delay) * 1);}
.evt_lank .lank_box li:nth-of-type(2) p{animation-delay:calc(var(--ani-delay) * 2);}
.evt_lank .lank_box li:nth-of-type(3) p{animation-delay:calc(var(--ani-delay) * 3);}
.evt_lank .lank_box li:nth-of-type(4) p{animation-delay:calc(var(--ani-delay) * 4);}
.evt_lank .lank_box li:nth-of-type(5) p{animation-delay:calc(var(--ani-delay) * 5);}
.evt_lank .lank_box li:nth-of-type(6) p{animation-delay:calc(var(--ani-delay) * 6);}
.evt_lank .lank_box li:nth-of-type(7) p{animation-delay:calc(var(--ani-delay) * 7);}
.evt_lank .lank_box li:nth-of-type(8) p{animation-delay:calc(var(--ani-delay) * 8);}
.evt_lank .lank_box li:nth-of-type(9) p{animation-delay:calc(var(--ani-delay) * 9);}
.evt_lank .lank_box li:nth-of-type(10) p{animation-delay:calc(var(--ani-delay) * 10);}

.sec_notice{min-width:1200px;background-color:#293747;}
.notice_wrap{width:1200px;margin:0 auto;padding:74px 0 100px;}
.notice_tit{margin:44px 0 20px;font-size:28px;font-weight:700;color:#fff;}
.notice_tit:nth-child(1){margin-top:0;}
.notice_blit + .notice_tlt{margin-top:50px;}
.notice_blit>li{position:relative;padding-left:10px;font-size:20px;color:#dadada;line-height:1.2;letter-spacing:0;}
.notice_blit>li:before{content:'';position:absolute;left:0;top:14px;display:inline-block;width:2px;height:2px;border-radius:2px;background-color:#dadada}
.notice_blit>li+li{margin-top:10px}
.notice_blit>li span{color:#7e8893;}
.notice_blit>li a{color:#fff;font-weight:700;}

body.popActive{overflow:hidden;}
.pop_layer{display:none;position:fixed;overflow:hidden;top:24px;right:18px;bottom:24px;left:18px;min-width:700px;z-index:100;}
.pop_layer .dim_layer{display:none;position:fixed;left:0;top:0;height:100%;width:100%;background:#3c3732;filter:alpha(opacity=60);opacity:0.6;z-index:100;}
.pop_layer.active,
.pop_layer.active .dim_layer{display:block}
.pop_layer_inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;flex:1 1 auto;max-width:840px;margin:0 auto;max-height:100%;padding:50px 4px 35px;background-color:#fff;border-radius:50px;top:50%;transform:translateY(-50%);-webkit-box-shadow:20px 0 40px 0 rgba(197,138,75,0.2);-moz-box-shadow:20px 0 40px 0 rgba(197,138,75,0.2);box-shadow:20px 0 40px 0 rgba(197,138,75,0.2);z-index:101;box-sizing:border-box;}

.pop_layer .btn_close{position:absolute;top:18px;right:30px;width:32px;height:32px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/btn_close.png?v=2) 0 0 no-repeat;z-index:20;}
.pop_layer_cont{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0 36px 24px;}
.pop_layer_cont::-webkit-scrollbar{width:10px;}
.pop_layer_cont::-webkit-scrollbar-thumb{background-color:#DEDEDE;border-radius:10px;}
.pop_layer_cont::-webkit-scrollbar-track{background-color:#ececec;border-radius:10px;}
.pop_layer h3{text-align:center;font-size:38px;color:var(--pri-col);}
.pop_layer h3 i{display:block;margin-bottom:16px;}
.pop_layer h3 i img{width:77px;height:52px;margin-left:20px;}
a.btn_submit{display:block;width:512px;height:80px;border-radius:100px;overflow:hidden;margin:0 auto;box-shadow:10px 0 18px rgba(98, 76, 194, 0.1);}
a.btn_submit img{width:512px;height:80px;}

.pop_layer .con_box{background-color:#fff1e5;margin:32px 0 40px;padding:38px 42px;border-radius:50px;}
.pop_layer .ip_field{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%;margin-bottom:12px;}
.pop_layer .ip_field label{display:inline-block;width:144px;font-weight:500;height:48px;line-height:48px;font-size:18px;color:var(--pri-col);}
.pop_layer .ip_field input[type=text]{width:346px;height:44px;border:2px solid #d2d2d2;padding:0 12px 0 18px;font-size:18px;color:var(--txt-col);border-radius:14px;background:#fff;}
.pop_layer .ip_field input[type=text]::placeholder{color:#d2d2d2;}
.pop_layer .ip_box{display:inline-block;position:relative;}
.pop_layer .ip_box input[type=radio], .pop_layer .ip_box input[type=checkbox]{position:absolute;width:0;height:0;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.pop_layer .ip_line{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center;}
.pop_layer .ip_line .ip_box + .ip_box{margin-left:12px;}
.pop_layer .ip_line .ip_box label{width:120px;height:42px;line-height:42px;border-radius:42px;font-size:18px;color:#fce6d0;background:#fac998;font-weight:700;text-align:center;}
.pop_layer .ip_line .ip_box input[type=radio]:checked + label{color:#fff;background:var(--pri-col);}

.comment_wrap{margin:16px 0 22px;text-align:center;}
.comment_wrap .tit{font-size:18px;color:var(--pri-col);margin:26px 0 16px;text-align:left;}
.comment_wrap .tit span{font-family:'Jalnan';font-size:30px;}
.comment_wrap .sub_tit{color:#ebad70;font-size:18px;text-align:left;}
.comment_wrap .comment_box{margin:16px 0;position:relative;text-align:left;}
.comment_wrap .comment_box textarea{width:100%;resize:none;height:164px;padding:14px 14px 32px;box-sizing:border-box;border:2px solid #d2d2d2;border-radius:14px;font-size:18px;line-height:1.4;outline:0;}
.comment_wrap .comment_box textarea:focus{border-color:#1E1E1E;}
.comment_wrap .comment_box textarea::placeholder{color:#d2d2d2;}
.comment_wrap .comment_box textarea::-webkit-scrollbar{width:10px;}
.comment_wrap .comment_box textarea::-webkit-scrollbar-thumb{background-color:#DEDEDE;border-radius:10px;}
.comment_wrap .comment_box textarea::-webkit-scrollbar-track{background-color:transparent;border-radius:10px;}
.comment_wrap .comment_box .comment_max{position:absolute;right:26px;bottom:16px;color:#d2d2d2;letter-spacing:0;font-size:18px;}
.comment_wrap .ip_box label{color:var(--txt-col);font-size:18px;line-height:29px;padding-left:35px;font-weight:500;}
.comment_wrap .ip_box input[type=checkbox] + label:before{content:'';display:block;width:29px;height:29px;background:url(https://pic.neungyule.com/neteacher/pc/event/2024/0708/sp_checkbox.png) 0 0 no-repeat;position:absolute;top:0;left:0;}
.comment_wrap .ip_box input[type=checkbox]:checked + label:before{background-position:0 -33px;}

.pop_notice{padding-top:24px;border-top:2px solid #fac998}
.pop_notice li{color:#ebad70;font-size:15px;line-height:26px;}
.pop_notice li p{position:relative;padding-left:12px;line-height:20px;}
.pop_notice li p:before{content:'-';position:absolute;left:0;}

.banner{min-width:1280px;text-align:center;background:#4E2BF4 url('https://pic.neungyule.com/neteacher/pc/index/banner_textbook_bg.png') repeat-x 0 50%;/*background:#FEBD00 url('https://pic.neungyule.com/neteacher/pc/index/banner_textbook_bg_240819.png') repeat-x 0 50%;*/}
.banner .inner{position:relative;}
.banner > a{position:relative;display:block;width:100%;height:100%;min-width:1220px;padding-bottom:200px;}
.banner > a > img{position:absolute;display:block;width:100%;height:100%;object-fit:cover;}