footer {min-width: 1200px; margin: 0 auto;}
#main_wrap {min-width: 1200px; overflow: hidden; font-family: 'NotoSansKR', 'NanumGothic'; letter-spacing: -0.3px;}
.section_wrap {}
.section_cont {width: 1100px; height: 100%; margin: 0 auto; font-size: 16px; }
.section_cont p { margin: 0; padding: 0;}
.section_cont > h3 {text-align: center;}
    
.cont_wrap {display: inline-block; width: 100%;}
.cont_w2, .cont_w3, .cont_w4 {float: left; display: inline-block;}
.cont_w2 {width: 49%; margin-left: 2%;}
.cont_w3 {width: 32%; margin-left: 2%;}
.cont_w4 {width: 23.5%; margin-left: 2%;}
.cont_w2:first-child, .cont_w3:first-child, .cont_w3:nth-child(4), .cont_w4:first-child, .cont_w4:nth-child(5) {margin-left: 0;}
.f_left {float: left;}
.f_right {float: right;}

    
#header_wrap, .main_header {position: relative;}
#header_wrap > header, .main_header > .header_cont_wrap {position: absolute; top: 45px; left: calc(50% - 550px); display: inline-block; width: 1100px; min-width: auto; height: auto; color: #151515; z-index: 1;}
.div_header .div_logo {padding-top: 0;}
.main_header .div_logo h1 {float: left; display: inline-block; margin: 4px 0 0 0; padding: 0; font-size: 15px;}
.main_header .div_logo .div_dday {float: left; display: inline-block; margin: 0 0 0 10px;}
.main_header .div_logo .div_dday > p {margin: 2px 0; font-size: 13px; line-height: 1; letter-spacing: -1px;}
.main_header .div_logo .div_dday > p > span.logo_dday {letter-spacing: 0; font-weight: 800; color: #52d5ff; border-radius: 7px;}
.ul_mainmenu > li {display: inline-block;}
.ul_mainmenu > li > a {display: inline-block; font-size: 16px; line-height: 2; font-weight: 800; color: #151515;}
.ul_mainmenu > li:before {content: ''; display: inline-block; width: 1px; height: 12px; margin: 0 15px 0 10px; background: #151515;}
.ul_mainmenu > li:first-child:before {display: none;}
.ul_mainmenu > li > a:after {content: ''; display: block; border-bottom: solid 1px #52d5ff; transform: scaleX(0); transition: transform 250ms ease-in-out;}
.ul_mainmenu > li > a:hover:after {transform: scaleX(1);}
.ul_mainmenu > li > a:hover, .main_header .ul_mainmenu > li > a:hover {color: #52d5ff;}
.main_header > .header_cont_wrap, .main_header .ul_mainmenu > li > a {color: #fff;}
.main_header .ul_mainmenu > li:before {background: #fff;}
 
.section_main {position: relative; height: 730px; background: #010508; overflow: hidden;}
.section_main video {position: absolute; top: 0; left: calc(50% - 1000px);}
.section_main .main_img {position: absolute; top: 125px; left: calc(50% - 550px); width: 100%;}
.section_main .main_img > p {display: inline-block; margin-left: -45px;}
.main_event {display: inline-block; width: 100%; height: 100px; background: #114de3; z-index: 1;}
    
.section_main .main_img > p  {opacity: 0;}
.section_main .main_img > p:nth-child(2) {animation-delay: 0.2s;}
.section_main .main_img > p:nth-child(3) {animation-delay: 0.4s;}
.effect_ft {animation: fadeInUp 1s; animation-fill-mode: forwards;}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
    
.main-event-owl-wrapper .owl-dots {position: absolute; bottom: 10px; right: 0;}
.main-event-owl-wrapper .owl-theme .owl-dots .owl-dot span {display: block; width: 10px; height: 10px; margin: 0 0 0 10px; background: #88a5f1; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 100%;}
.main-event-owl-wrapper .owl-theme .owl-dots .owl-dot.active span, .main-event-owl-wrapper .owl-theme .owl-dots .owl-dot:hover span {background: #81fffc;}
    
.section_course {display: inline-block; width: 100%; margin-top: 100px; }
.section_course h3 {float: left; display: inline-block; padding-top: 50px; width: 185px; margin-right: 30px; font-size: 22px; font-weight: 800; text-align: left; border-top: 1px solid #114de3; color: #114ee5; letter-spacing: -0.5px;}
.section_course h3 > span {font-size: 18px;}
.section_course .course_wrap {float: left; display: inline-block; margin-bottom: 50px; padding-top: 25px; width: calc(100% - 215px); border-top: 1px solid #f1f1f1;}
.section_course .course_wrap h4 {margin-top: 25px; font-size: 16px; color: #114ee5;}
.section_course ul {display: inline-block; width: 100%;}
.section_course ul > li {position: relative; float: left; display: inline-block; width: 20%; margin-top: 25px;}
.section_course ul > li > a {display: inline-block; font-size: 15px; font-weight: normal; color: #444;}
.section_course ul > li > a:before {content: ''; display: block; margin-bottom: -22px; border-bottom: solid 1px #114de3; transform: scaleX(0); transition: transform 250ms ease-in-out;}
.section_course ul > li > a:hover {color: #114ee5;}
.section_course ul > li > a:hover:before {transform: scaleX(1);}
.section_course ul > li > a.closed:hover:after {content: 'coming soon'; display: inline-block; position: absolute; top: -10px; left: 0; padding: 0 5px; font-size: 9px; line-height: 14px; background: #114de3; color: #fff; border-radius: 14px; transform: scaleX(1);}
/*
.section_course ul > li > a:after {content: ''; display:block; width: 100%; padding-bottom: 2px; border-bottom: solid 1px #114de3; transform: scaleX(0); transition: transform 250ms ease-in-out;}
.section_course ul > li > a:hover:after {transform: scaleX(1);}
*/
.section01-carousel a {display: inline-block; width: 100%; height: 170px;}

.section02 {margin-bottom: 100px;} 
.section02 h3 {margin: 100px 0 50px 0;}
.section02 ul {display: inline-block; width: 100%;}
.section02 ul > li {float: left; display: inline-block; width: 33%; margin-bottom: 2%;}
.section02 ul > li:nth-child(3n + 1) {margin-left: 0.5%;}
.section02 ul > li:nth-child(3n) {margin-right: 0.5%;}
.section02 ul > li > a {display: inline-block; width: 350px; height: 252px; border-radius: 15px; overflow: hidden; box-shadow: 2px 2px 4px 2px #b7b7b7;}
.section02-owl-wrapper .owl-dots {text-align: center;}
.section02-owl-wrapper .owl-theme .owl-dots .owl-dot span {display: block; width: 60px; height: 3px; margin: 0 0 0 10px; background: #b8b8b8; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0;}
.section02-owl-wrapper .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #114de3;}
    
.section03_bg {height: 1218px; background: url('/common/img/edu/section03_img.jpg') center top;}
.section03 {padding-bottom: 100px; font-size: 17px; font-weight: 100; line-height: 2; text-align: center; background: #0a0a0a; color: #454545;}
.section03_box01 {position: relative;}
.section03_box02 {display: none; margin-bottom: 10px;}
.ic_more_up {display: none;}
.section03_boxbg {position: absolute; bottom: 0; left: 0; display: inline-block; width: 100%; height: 75px; background: linear-gradient(to bottom, rgba(10,10,10,0), rgba(10,10,10,1));}
    
.section04 {margin-bottom: 50px;}
.section04 h3 {margin: 100px 0 50px 0;}
.section04 ul {display: inline-block; width: 100%; padding: 50px 0;}
.section04 ul > li {position: relative; float: left; display: inline-block; width: 24%; margin-right: 1%; margin-bottom: 1%; cursor: pointer;}
.section04 ul > li:nth-child(4n) {margin-right: 0;}
.section04 ul > li > a {display: inline-block; width: 260px; height: 330px;}
/*.section04 ul > li > a:hover {box-shadow: 2px 2px 8px 4px rgb(180 180 180 / 0.9);}*/
.section04 ul > li .li_more {position: absolute; top: 0; left: 0; display: none; width: 260px; height: 330px; padding: 45px 30px 0 30px; box-shadow: 2px 2px 8px 4px rgb(180 180 180 / 0.9); z-index: 1;}    
.section04 ul > li:nth-child(1) .li_more, .section04 ul > li:nth-child(8) .li_more {background: #072c48 url('/common/img/edu/section04_more_bg.png') no-repeat center bottom;}
.section04 ul > li:nth-child(2) .li_more, .section04 ul > li:nth-child(7) .li_more {background: #074641 url('/common/img/edu/section04_more_bg.png') no-repeat center bottom;}
.section04 ul > li:nth-child(3) .li_more, .section04 ul > li:nth-child(6) .li_more {background: #4e0707 url('/common/img/edu/section04_more_bg.png') no-repeat center bottom;}
.section04 ul > li:nth-child(4) .li_more, .section04 ul > li:nth-child(5) .li_more {background: #1c1c1c url('/common/img/edu/section04_more_bg.png') no-repeat center bottom;}
.section04 ul > li .li_more > h5 {margin-bottom: 4px; padding-bottom: 7px; font-size: 22px; font-weight: 800; border-bottom: 1px solid rgb(255 255 255 / 0.2); color: #fff;}
.section04 ul > li .li_more > h5 > span, .section04 ul > li .li_more > h5 > a > span {display: block; font-size: 12px; font-weight: 100; color: #a5a5a5;}
.section04 ul > li .li_more > ul {padding: 0; font-size: 14px; font-weight: 100; line-height: 22px; color: #fff;}
.section04 ul > li .li_more > ul > li {width: 100%;}
.section04 ul > li .li_more > h5 > a, .section04 ul > li .li_more > ul > li > a {height: auto; color: #fff;}
    
.section05 {padding-bottom: 80px; background: #f9f9f9;}
.section05 h3 {margin-bottom: 50px; padding-top: 100px;}
.section05-owl-wrapper {position: relative;}
.section05-carousel .item {display: flex; justify-content: center; padding: 0; margin: 0; opacity: 0.5; filter: grayscale(1); transform: scale(0.9); transition: transform 0.4s 0.5s ease-out, opacity 1s ease;}
.section05-carousel .active .item {transform: box-shadow 0.3s ease, transform 0.1s 0.4s ease-in, opacity 0.4s ease;}
.section05-carousel .item_content {position: relative; display: flex; align-items: center; text-align: center; opacity: 1;}
.section05-carousel .active .item_content {opacity: 1; transition: opacity 0.4s ease;}
.section05-carousel .center .item {opacity: 1; transform: scale(1); filter: grayscale(0);}
.section05-owl-wrapper .owl-dots {margin-top: 25px; text-align: center;}
.section05-owl-wrapper .owl-theme .owl-dots .owl-dot span {display: block; width: 80px; height: 3px; margin: 0; background: #b8b8b8; -webkit-backface-visibility: visible; transition: opacity .2s ease; border-radius: 0;}
.section05-owl-wrapper .owl-theme .owl-dots .owl-dot.active span, .section05-owl-wrapper .owl-theme .owl-dots .owl-dot:hover span {background: #114de3;}
.section05-owl-wrapper .owl-dot {counter-increment: slides-num; color: #555;}
.section05-owl-wrapper .owl-dot.active:before {content: counter(slides-num); position: absolute; bottom: -5px; right: 325px; padding-right: 2px; font-weight: 600; color: #114de3;}
.section05-owl-wrapper .owl-dots:after {content: "/ " counter(slides-num); font-weight: normal; letter-spacing: -1px;  position: absolute; bottom: -5px; right: 308px; color: #777;}
.section05-carousel.owl-carousel .owl-item img {width: 100%;}

.section06 {height: 528px; background: url('/common/img/edu/section06_bg.jpg') center top;}
.section06 h3 {margin-bottom: 50px; padding-top: 100px;}
.section06_box {display: inline-block; width: 100%; padding: 50px 65px; background: #fff; border-radius: 20px;}
.section06_box > p {float: left; display: inline-block; margin-right: 15px; font-size: 34px; line-height: 1; font-weight: 900; vertical-align: top; color: #222;}
.section06_box > p:first-child {margin-top: 15px;}
.section06_box > p > strong {margin-left: 15px; font-size: 48px; font-weight: 900;}
.section06_box > p > span {display: block; margin-top: 15px; font-size: 16px; font-weight: 600; color: #666;}
.section06_box > a {float: right; display: inline-block; margin-top: 10px; padding: 0 12px; line-height: 60px; vertical-align: top; border: 1px solid #e4e4e4; background: #fbfbfb; color: #222;}
.section06_box > a + a {margin-right: 15px;}

.section07 {height: 300px; background: url('/common/img/footer_top_bg02.jpg') center top;}

.div_footer_bot {display: inline-block; width: 100%; padding: 60px 0; border-top: 1px solid #e7e7e7;}
.div_footer_bot ul {display: inline-block; width: 100%; margin: 25px 0 10px 0;}
.div_footer_bot ul li {float: left; display: inline-block;}
.div_footer_bot ul li a {font-weight: 600; font-size: 17px; color: #555;}
.div_footer_bot ul li:nth-child(3) a {color: #114de3;}
.div_footer_bot ul li:before {float: left; content: ''; display: inline-block; width: 2px; height: 14px; margin: 6px 20px; padding: 0; background: #dcdcdc;}
.div_footer_bot ul li:first-child:before {content: none;}

.bottom_info_line > p {display: inline-block; margin-right: 10px;}
.bottom_info p, .bottom_info p span {font-size: 14px; color: #7b7b7b;}
.div_footer_bot .f_left {float: left; width: 65%;}
.div_footer_bot .f_right {float: right; padding-left: 35px; border-left: 1px solid #f7f7f7;}
    
#pop_counsel, #pop_b2b, #pop_video {display: none;}
.pop_main .layer_bg {position:fixed; top:0; left:0; width:100%; height:100%; z-index: 9;}
.pop_main .layer_bg_cont {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.4; filter:alpha(opacity=40); z-index:9}
.pop_main .pop_wrap {position:fixed; top: 120px; left: calc(50% - 250px); width: 500px; padding: 0; font-size: 15px; background: #fff; border-radius: 10px; z-index: 9; font-family: 'NotoSansKR', 'NanumGothic';}
.pop_main .pop_header {position: relative; width: 100%; margin: 0; padding: 18px 0; line-height: 1; text-align: center; background: #114de3; border-top-left-radius: 8px; border-top-right-radius: 8px;}
.pop_main .pop_header a.btn_layer_close {position: absolute; top: 15px; right: 30px; margin-top: 0;}
.pop_main .pop_contents {padding: 30px 40px; text-align: center;}
.pop_main .pop_contents table {border-collapse: separate; width: 100%; margin-bottom: 10px; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.pop_main .pop_contents table th, .pop_main .pop_contents table td {font-size: 14px; text-align: center; color: #505050;}
.pop_main .pop_contents table td:nth-child(2) {border-left: 1px solid #eee; border-right: 1px solid #eee;}
.pop_main .pop_contents > form {text-align: left;}
.form_item {display: inline-block; width: 100%; margin-bottom: 20px;}
.form_item > label {display: inline-block; width: 90px; margin-right: 20px; font-size: 20px; font-weight: 600; line-height: 32px;}
.form_item > label:before {content: ''; display: inline-block; width: 3px; height: 18px; margin-right: 10px; background: #114de3;}
.form_item .item_cont {display: inline-block; width: calc(100% - 115px); vertical-align: bottom;}
.form_item select, .form_item input[type="text"] {border: none; float: left; display: inline-block; width: 49%; margin-left: 2%; height: 32px; line-height: 32px; border: 1px solid #f1f1f1; background: #fafafa;}
.form_item select:first-child, .form_item input:first-child {margin-left: 0;}
.item_cont_phone select, .item_cont_phone input[type="text"] {width: 32%;}
.form_item .item_cont.item_cont_textarea {width: 100%; margin-top: 5px;}
.item_cont_textarea textarea {border: none; width: 100%; height: 150px; border: 1px solid #f1f1f1; background: #fafafa; resize: none;}
.form_item select:focus, .form_item input[type="text"]:focus, .form_item textarea:focus {background: #fff;}
.item_cont_agree {margin-bottom: 20px; text-align: center;}
.item_cont_agree > label {color: #505050;}
.item_cont_agree > p {font-size: 13px; color: #114de3;}
.pop_main .pop_contents .pop_video_title {display: inline-block; width: 100%; margin-top: 10px; text-align: left;}
.pop_main .pop_contents .pop_video_title > p {font-size: 20px; font-weight: 800; line-height: 22px;}
#pop_video .pop_wrap {left: calc(50% - 400px); width: 800px;}
#pop_video .pop_header {border-bottom: none; background: #fff;}
#pop_video .pop_contents {padding: 20px 40px 40px 40px;}

    
.item_cont_agree input[type="checkbox"] {position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border: 0;}
.item_cont_agree input[type="checkbox"] + label { display:inline-block; position:relative; padding-left:20px; line-height: 1.2; cursor:pointer;}
.item_cont_agree input[type="checkbox"] + label:before {content:''; position:absolute; left:0; top:0; width:16px; height:16px; text-align:center; background: #fff url('/common/img/edu/ic_check.png') no-repeat 50% 50%;; border:1px solid #e4e4e4; box-sizing:border-box; border-radius: 100%;}
.item_cont_agree input[type="checkbox"]:checked + label:after {content: ''; position:absolute; top:0; left:0; width:16px; height:16px; background:#114de3 url('/common/img/edu/ic_checked.png') no-repeat 50% 50%; border-radius: 100%;}


    
@media (max-width:1199px) {
    #header_wrap > header {left: 40px;}
    .main_header > .header_cont_wrap {left: 40px;}
}