@charset "utf-8";
/**************************************************

	Global.css

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1000px;}

/* Table */
.table1_wrap{border-top: 1px solid #000000;}
.table1{ width: 100%; }
.table1 tr > *{padding: 20px 10px;border: 1px solid #e8e8e8;font-size: 16px;letter-spacing: -1px;}
.table1 thead th{background: #062f61;color: #fff;}
.table1 tbody th{background: #062f61;color: #fff;border-color: #33547c;}
.table1 tbody td{text-align: center;}

.table1_write{table-layout: fixed;width: 100%;margin-top: 20px;}
.table1_write tr > *{padding: 4px;}
.table1_write tr > *:first-child{padding-left: 0;}
.table1_write tr > *:last-child{padding-right: 0;}
.table1_write label{border: 1px solid #ddd;border-radius: 10px;min-height: 55px;width: 100%;display: block;padding-left: 120px;position: relative;}
.table1_write label strong{position: absolute;top: 0;left: 20px;line-height: 55px;font-size: 16px;color: #070604;letter-spacing: -1px;font-weight: 500;}
.table1_write label strong em{font-style: normal;color: #009fde;margin-left: 5px;}
.table1_write label input[type="text"],
.table1_write label input[type="password"]{width: 100%;padding-left: 0;height: 55px;border: none;background: transparent;letter-spacing: -1px;font-size: 16px;}
.table1_write label textarea{width: 100%;padding: 0;border: none;background: transparent;letter-spacing: -1px;font-size: 16px;height: 200px;padding: 20px;padding-left: 0;}
.table1_write label input[type="file"]{margin-top: 15px;height: auto;}

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btnWrap{ margin-top: 30px; } 
.btnWrap > *{margin: 0 2px;}
.btn1{ display: inline-block;background: #009fde;border: 1px solid #009fde;color: #fff !important;height: 55px;line-height: 55px;padding: 0 25px;font-size: 20px;box-sizing: border-box;text-align: center;min-width: 230px;border-radius: 55px;}
.btn1.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }
.btn2{ display: inline-block;background: #fff;border: 1px solid #ddd;color: #000 !important;height: 35px;line-height: 35px;padding: 0 15px;font-size: 14px;box-sizing: border-box; }
.btn2.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }

/* Etc */
.selectbox{height: 40px;border: 1px solid #ccc;position: relative;display: inline-block;vertical-align: top;min-width: 170px;overflow: hidden;}
.selectbox:after{content: '\f107';font-family: axicon;display: block;position: absolute;top: 50%;right: 10px;margin-top: -7px;font-size: 14px;}
.selectbox select{height: 38px;background: transparent;width: 130%;border: none;letter-spacing: -1px;padding-left: 10px;}

.custlab{position: relative;font-size: 14px;color: #333;letter-spacing: -1px;padding-left: 25px;line-height: 25px;text-align: left !important;display: inline-block;margin: 3px;}
.custlab:before{content: '';display: block;position: absolute;left: 0;top: 50%;margin-top: -10px;width: 20px;height: 20px;box-sizing: border-box;border: 2px solid #ddd;border-radius: 50%;}
.custlab input{display: none;}
.custlab.on{color: #000;}
.custlab.on:before{border-color: #333;}
.custlab.on:after{content: '';display: block;position: absolute;left: 5px;top: 50%;margin-top: -5px;width: 10px;height: 10px;background: #333;border-radius: 50%;}

/**************************
	Shop Default Style
**************************/
#sb-footer{position: relative;margin-top: 30px;min-height: 35px;}
#sb-footer .left{position: absolute;top: 0;left: 0;text-align: left;width: 50%;z-index: 2;}
#sb-footer .center{text-align: center;}
#sb-footer .right{text-align: right;}

.sb-btnWrap{margin-top: 20px;}
.sb-btn{display: inline-block;vertical-align: top;box-sizing: border-box;text-align: center !important;}
.sb-btn.type1{background: #fff;border: none;height: 40px;line-height: 38px;padding: 0 20px;min-width: 80px;font-size: 14px;letter-spacing: -1px;color: #333;border: 1px solid #ccc;text-decoration: none;}
.sb-btn.type1.small{height: 30px;line-height: 28px;padding: 0 10px;font-size: 13px;min-width: auto;}
.sb-btn.type2{background: #19a8e1;border: none;height: 40px;line-height: 38px;padding: 0 20px;min-width: 80px;font-size: 14px;letter-spacing: -1px;color: #fff;border: 1px solid #19a8e1;text-decoration: none;}
.sb-btn.type2.small{height: 30px;line-height: 28px;padding: 0 10px;font-size: 13px;min-width: auto;}
.sb-btn.w100p{width: 100%;}

.sb-no-data{display: block;background: #f7f7f7;padding: 40px 10px;text-align: center;font-size: 14px;letter-spacing: -1px;color: #999;}

/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center;margin-top: 30px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 0;margin-right: -1px;position: relative;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #f9f9f9;border: 1px solid #ddd;color: #999999;font-size: 12px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;}
.paging a:first-child{border-radius: 5px 0 0 5px !important;}
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 35px;text-align: center;font-size: 15px;text-indent: 0;}
.paging a:last-child{border-radius: 0 5px 5px 0 !important;}
.paging a.active{background: #ffffff;color: #333333;font-weight: 700;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 15px;color: #666666;text-indent: -999em;}
.paging a.first:after{content: '\f100';text-indent: 0;}
.paging a.prev:after{content: '\f104';}
.paging a.next:after{content: '\f105';}
.paging a.last:after{content: '\f101';}

/**************************************************
	Layout
**************************************************/
body{padding-top: 200px;}
body.filebox{padding-top: 100px;}

/* header */
#header{position: fixed;top: 0;left: 0;width: 100%;z-index: 90;background: #fff;}
#header .top_banner{position: relative;}
#header .top_banner a{display: block;}
#header .top_banner img{position: relative;left: 50%;transform: translate(-50%, 0);}

#header .tnb_wrap{border-bottom: 1px solid #e6e6e6;height: 40px;}
#header .tnb_wrap .inner{position: relative;width: 1200px;margin: 0 auto;}

#header #top_goto li{display: inline-block;vertical-align: middle;padding: 0 25px;position: relative;}
#header #top_goto li:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 1px;height: 10px;background: #e6e6e6;}
#header #top_goto li:first-child{padding-left: 0;}
#header #top_goto li:first-child:before{display: none;}
#header #top_goto li a{letter-spacing: -1px;color: #777777;line-height: 40px;}

#header #tnb{position: absolute;top: 0;right: 0;}
#header #tnb li{display: inline-block;vertical-align: middle;padding: 0 15px;position: relative;}
#header #tnb li:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 1px;height: 10px;background: #e6e6e6;}
#header #tnb li:last-child{padding-right: 0;}
#header #tnb li:first-child:before{display: none;}
#header #tnb li a{letter-spacing: -1px;color: #777777;line-height: 40px;}

#header .gnb_wrap .inner{width: 1200px;position: relative;margin: 0 auto;height: 80px;}
#header .gnb_wrap .logo{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;z-index: 3;}

#gnb{position: absolute;top: 0;right: 0;z-index: 2;width: 100%;box-sizing: border-box;padding-left: 180px;text-align: right;display: flex;justify-content: space-between;flex-wrap: wrap;transform: translate(54px, 0);}
#gnb > li{position: relative;display: inline-block;vertical-align: top;flex: 1;}
#gnb > li > a{display: block;line-height: 80px;font-size: 18px;color: #222222;text-decoration: none;letter-spacing: -1px;text-align: center;}
#gnb > li > a:after{display:block;content:'';width:0;height: 3px;position: absolute;bottom:0;left:50%;background: #00afe5;transition:all 0.25s;}
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 200px;margin-left: -100px;padding: 15px;border: 1px solid #ddd;border-top: 2px solid #00afe5;background: #fff;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #000;line-height: 30px;text-align: center;}
#gnb > li.hidden-gnb{display: none;}

#drdw{position: fixed;top: 198px;left: 0;width: 100%;background: #fff;z-index: 91;display: none;box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
#drdw .inner{position: relative;width: 1200px;margin: 0 auto;box-sizing: border-box;padding-left: 180px;display: flex;justify-content: space-between;flex-wrap: wrap;transform: translate(54px, 0);}
#drdw .inner > li{display: inline-block;padding: 20px 0;vertical-align: top;position: relative;margin-top: -10px;}
#drdw .inner > li > a{display: none;}
#drdw .inner > li ul li a{display: block;font-size: 16px;line-height: 30px;color: #666666;text-align: center;letter-spacing: -1px;}
#drdw .inner > li ul li:hover a{color: #009fde;text-decoration: none;}
#drdw .inner > li ul li.active a{color: #009fde;font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}
#drdw .inner > li:hover{background: #f5fcff;}
#drdw .inner > li:hover:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 3px;background: #009fde;}

#tnb{position: absolute;top: 10px;right: 0;}
#tnb > li{display: inline-block;margin-left: 10px;box-sizing: border-box;}
#tnb > li a{font-size: 13px;color: #666;}

/* header for filebox */
#header.filebox{border-bottom: 1px solid #eee;}
#header.filebox .gnb_wrap .inner{height: 100px;}
#header.filebox .gnb_wrap .logo em{font-style: normal;display: inline-block;vertical-align: middle;margin-left: 10px;width: 70px;line-height: 32px;text-align: center;border-radius: 32px;text-align: center;background: #19a8e1;font-size: 14px;letter-spacing: -1px;color: #fff;font-weight: normal;}
#header.filebox #gnb{right: 270px;padding-left: 0;transform: none;display: block;}
#header.filebox #gnb > li{padding: 0 30px;}
#header.filebox #gnb > li > a{line-height: 100px;}
#header.filebox #gnb > li:hover > ul{display: block !important;opacity: 1 !important;visibility: visible;}
#header.filebox .head_search{position: absolute;top: 50%;transform: translate(0, -50%);right: 0;width: 250px;height: 40px;border: 1px solid #ddd;border-radius: 40px;box-sizing: border-box;padding-right: 40px;padding-left: 35px;}
#header.filebox .head_search .reset{position: absolute;width: 20px;height: 20px;border-radius: 20px;text-align: center;background: #f4f6fb;color: #c3c5c9;border: none;font-size: 11px;position: absolute;top: 50%;transform: translate(0, -50%);right: 12px;}
#header.filebox .head_search .sbm{position: absolute;top: 50%;transform: translate(0, -50%);left: 15px;width: 15px;border: none;background: none;color: #19a8e1;font-size: 15px;}
#header.filebox .head_search input{width: 100%;border: none;height: 38px;padding: 0;font-size: 14px;letter-spacing: -1px;}

/* footer */
#footer{background: #13b3ca;border-radius: 145px 0 0 0;padding: 60px 0;position: relative;z-index: 88;}
#footer:before{content: '';display: block;background: url('../images/education/main/footer_deco1.png');width: 123px;height: 190px;position: absolute;top: -155px;left: 50%;transform: translate(-675px, 0);}
#footer .utill_menu_wrap{position: relative;width: 1200px;margin: 0 auto;}
#footer .utill_menu_wrap .menu1 li{display: inline-block;vertical-align: middle;margin-right: 20px;}
#footer .utill_menu_wrap .menu1 li a{display: block;text-decoration: none;color: #fff;letter-spacing: -1px;text-decoration: none;display: block;line-height: 23px;padding-right: 30px;background: url('../images/education/main/footer_menu_spr.png') no-repeat right center;}
#footer .utill_menu_wrap .menu2{position: absolute;top: 0;right: 10px;}
#footer .utill_menu_wrap .menu2 li{position: relative;padding: 0 20px;display: inline-block;vertical-align: middle;}
#footer .utill_menu_wrap .menu2 li a{color: #fff;letter-spacing: -1px;}
#footer .utill_menu_wrap .menu2 li:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 1px;height: 12px;background: rgba(255,255,255,0.3);}
#footer .utill_menu_wrap .menu2 li:first-child{padding-left: 0;}
#footer .utill_menu_wrap .menu2 li:last-child{padding-right: 0;}
#footer .utill_menu_wrap .menu2 li:first-child:before{display: none;}

#footer #fnb{position: relative;width: 1200px;margin: 0 auto;background: #fff;border-radius: 72px;margin-top: 25px;box-shadow: 3px 3px 10px rgba(0,0,0,0.1);text-align: center;}
#footer #fnb > li{display: inline-block;vertical-align: middle;margin: 0 20px;}
#footer #fnb > li > a{text-decoration: none;line-height: 72px;font-size: 16px;color: #222222;letter-spacing: -1px;font-weight: 500;}
#footer #fnb > li.doc > a{color: #008d9e;font-weight: 500;}
#footer #fnb > li > ul{display: none;}
#footer #fnb > li.hidden-gnb{display: none;}

#footer .ftWrap{width: 1200px;position: relative;margin: 0 auto;margin-top: 40px;}
#footer .ftWrap address{font-size: 16px;line-height: 30px;color: #fff;font-style: normal;letter-spacing: -1px;font-weight: 300;}
#footer .ftWrap address hr{display: inline-block;vertical-align: middle;margin: 0 25px;width: 1px;height: 12px;background: rgba(255,255,255,0.3);border: none;}
#footer .ftWrap address .corp_name{display: block;margin-bottom: 5px;font-weight: 500;}

#footer #gotop{position: absolute;top: 50%;transform: translate(0, -50%);right: 0;display: block;background: url('../images/education/main/body_top.png') no-repeat center center;width: 62px;height: 62px;text-indent: -999em;border-radius: 17px;}

#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;bottom: 35px;right: 0;display: none;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;outline: none;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #282828;}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}
#slide-menu{display: none;}

/* aside */
#asd{position: fixed;top: 50%;transform: translate(0, calc(-50% + 20px));right: 30px;z-index: 89;width: 150px;}
#asd h6{text-align: center;line-height: 60px;background: #000000;border-radius: 20px 20px 0 0;}
#asd .quick{background: #fff;border-radius: 0 0 20px 20px;overflow: hidden;border: 1px solid #ddd;border-top: none;}
#asd .quick li{border-top: 1px solid #ddd;}
#asd .quick li:first-child{border: none;}
#asd .quick li a{line-height: 58px;display: block;text-decoration: none;padding: 0 15px;}
#asd .quick li a > *{display: inline-block;vertical-align: middle;}
#asd .quick li a img{margin-right: 8px;}
#asd .quick li a p{font-size: 17px;color: #222222;letter-spacing: -1px;font-weight: 500;}
#asd .go_shop{display: block;margin: 0 auto;width: 90px;margin: 20px auto 10px auto;}
#asd .gotop{width: 48px;height: 48px;display: block;margin: 0 auto;background: url('../images/education/main/asd_gotop.png') no-repeat center center;background-size: contain;text-indent: -999em;}

/* articles */
#content{min-height: 300px;position: relative;}
#content:before{content: '';display: block;background: url('../images/education/main/footer_bg_deco1.jpg') no-repeat center center;background-size: contain;width: 776px;height: 345px;position: absolute;bottom: -150px;left: 0;z-index: -1;}
#content:after{content: '';display: block;background: url('../images/education/main/footer_bg_deco2.jpg') no-repeat center center;background-size: contain;width: 802px;height: 301px;position: absolute;bottom: 0;right: 0;z-index: -1;}

/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);padding-top: 70px;z-index: 301;background: #fff;border-radius: 20px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.1s;box-shadow: 0 0 50px rgba(0,0,0,0.2);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 70px;background: #000000;text-align: center;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 20px;color: #fff;font-weight: 500;line-height: 70px;text-align: center;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 60px;height: 70px;line-height: 70px;text-align: center;font-size: 23px;color: #fff;text-decoration: none;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 30px 35px;box-sizing: border-box;}
#popup.on{opacity: 1;}
#popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(255,255,255,0.0);opacity: 0;transition: all 0.3s;}
#popupBG.on{opacity: 1;}
#popup_lecture_select{max-width: 900px;width: calc(100vw - 40px);height: 550px;max-height: calc(100vh - 100px);}
#popup_detail_academy{max-width: 750px;width: calc(100vw - 40px);height: 800px;max-height: calc(100vh - 100px);}

/* sitemap */
#popup .sitemap{ text-align: center; }
#popup .sitemap > li{display: inline-block;width: 32%;vertical-align: top;margin-bottom: 10px;}
#popup .sitemap > li > a{display: block;text-align: center;font-size: 14px;letter-spacing: -1px;background: #f7f7f7;font-weight: 500;line-height: 40px;border-radius: 3px;}
#popup .sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
#popup .sitemap > li ul li:first-child{border-top: none;}
#popup .sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center;}

/**************************************************
	Filebox
**************************************************/
#filebox_main article{width: 1200px;position: relative;margin: 0 auto;padding: 60px 0 200px 0;}

#filebox_main .visual{position: relative;margin-bottom: 40px;}
#filebox_main .visual .slick-dots{margin-top: 20px;text-align: center;}
#filebox_main .visual .slick-dots li{display: inline-block;vertical-align: top;margin: 0 3px;}
#filebox_main .visual .slick-dots li button{border: none;width: 8px;height: 8px;border-radius: 8px;text-indent: -999em;background: #e6f4fe;}
#filebox_main .visual .slick-dots li.slick-active button{background: #19a8e1;width: 30px;}

#filebox_main .gateway{position: relative;}
#filebox_main .gateway h4{font-size: 20px;color: #222222;letter-spacing: -1px;margin-bottom: 20px;}
#filebox_main .gateway .slick-prev{width: 29px;height: 13px;border: none;background: url('../images/filebox/main/lat_prev.jpg') no-repeat center center;background-size: contain;position: absolute;top: -15px;right: 44px;text-indent: -999em;}
#filebox_main .gateway .slick-next{width: 29px;height: 13px;border: none;background: url('../images/filebox/main/lat_next.jpg') no-repeat center center;background-size: contain;position: absolute;top: -15px;right: 15px;text-indent: -999em;}

#filebox_main .gateway .roll_wrap{margin: -15px;margin-bottom: 45px;}
#filebox_main .gateway .roll_wrap .list1 li{width: 105px;height: 105px;box-sizing: border-box;border-radius: 13px;box-shadow: 0 0 15px rgba(0,0,0,0.1);padding-top: 15px;display: inline-block;vertical-align: top;position: relative;margin: 15px;}
#filebox_main .gateway .roll_wrap .list1 li a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;text-indent: -999em;display: block;}
#filebox_main .gateway .roll_wrap .list1 li img{display: block;margin: 0 auto;}
#filebox_main .gateway .roll_wrap .list1 li p{display: block;margin-top: 5px;font-size: 15px;color: #444444;letter-spacing: -1px;text-align: center;}

#filebox_main .gateway .list2{display: flex;flex-wrap: wrap;margin: -14px;}
#filebox_main .gateway .list2 li{margin: 14px;width: calc(33.33% - 28px);box-sizing: border-box;border-radius: 15px;background: #f2f6fe;box-sizing: border-box;padding: 50px 40px;position: relative;min-height: 180px;}
#filebox_main .gateway .list2 li a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;text-indent: -999em;display: block;}
#filebox_main .gateway .list2 li strong{display: block;font-size: 20px;color: #222222;letter-spacing: -1px;font-weight: 500;}
#filebox_main .gateway .list2 li p{margin-top: 5px;font-size: 17px;color: #666666;letter-spacing: -1px;}
#filebox_main .gateway .list2 li img{position: absolute;bottom: 15px;right: 15px;}

#filebox_sub article{width: 1200px;position: relative;margin: 0 auto;padding: 60px 0 200px 0;}

.board_category{margin-bottom: 40px;display: flex;flex-wrap: wrap;margin: -5px;margin-bottom: 50px;}
.board_category li{width: calc(16.66% - 10px);margin: 5px;}
.board_category li a{display: block;text-align: center;text-decoration: none;line-height: 50px;text-align: center;font-size: 16px;color: #333;background: #eee;border-radius: 3px;}
.board_category li.active a{color: #fff;background: #009fde;}

/**********************z****************************
	Main
**************************************************/
#main{  }
#main #content{  }
#main #mainWrap{position: relative;width: 1200px;margin: 50px auto;}

.main_title{margin-bottom: 50px;}
.main_title > img{display: block;margin: 0 auto;margin-bottom: 25px;}
.main_title h4{text-align: center;font-size: 50px;letter-spacing: -1px;font-family: 'cafe';color: #333333;}
.main_title h4 strong{color: #009fde;}
.main_title.white h4{color: #fff;}

.main_tab{margin-bottom: 50px;text-align: center;}
.main_tab li{margin: 0 7px;display: inline-block;vertical-align: top;}
.main_tab li a{display: block;text-decoration: none;width: 170px;line-height: 55px;text-align: center;border-radius: 55px;background: rgba(255,255,255,0.2);font-size: 20px;color: #fff;letter-spacing: -1px;font-weight: 500;}
.main_tab li.active a{position: relative;background: #009fde;}
.main_tab li.active a:after{content: '';display: block;background: url('../images/education/main/content_wrap_tab_spr.jpg') no-repeat center center;background-size: contain;width: 22px;height: 9px;position: absolute;bottom: -9px;left: 50%;transform: translate(-50%, 0);}

#main .visual{position: relative;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;margin-left: -960px;}
#main .visual .slick-dots{position: absolute;bottom: 160px;left: 50%;transform: translate(-600px, 0);}
#main .visual .slick-dots li{display: inline-block;margin: 0 5px;}
#main .visual .slick-dots li button{display: block;width: 12px;height: 12px;text-indent: -999em;overflow: hidden;border: none;background: rgba(255,255,255,0.6);border-radius: 50%;}
#main .visual .slick-dots li.slick-active button{background: rgba(255,255,255,1);}

#main .gateway{padding: 130px 0;text-align: center;position: relative;}
#main .gateway:before{content: '';display: block;width: 415px;height: 132px;background: url('../images/education/main/gateway_deco1.jpg') no-repeat center center;background-size: contain;position: absolute;bottom: 0;left: 0;}
#main .gateway ul li{margin-left: 98px;display: inline-block;vertical-align: top;position: relative;}
#main .gateway ul li:first-child{margin-left: 0;}
#main .gateway ul li a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;text-indent: -999em;}
#main .gateway ul li .tmb{width: 190px;height: 190px;border-radius: 190px;background-position: center center;background-size: contain;border-radius: 50%;background-color: #f7f7f7;position: relative;margin-bottom: 40px;}
#main .gateway ul li .tmb:after{content: '';display: block;width: 44px;height: 44px;background: url('../images/education/main/gateway_more_ico.png') no-repeat center center;background-size: contain;position: absolute;bottom: -22px;left: 50%;transform: translate(-50%, 0);}
#main .gateway ul li em{font-style: normal;display: block;font-size: 18px;color: #666666;letter-spacing: -1px;font-weight: 500;}
#main .gateway ul li p{display: block;text-align: center;font-size: 24px;color: #222222;letter-spacing: -1px;font-weight: bold;margin-top: 5px;}
#main .gateway ul li.g1 .tmb{background-image: url('../images/education/main/gateway_ico1.jpg');}
#main .gateway ul li.g2 .tmb{background-image: url('../images/education/main/gateway_ico2.jpg');}
#main .gateway ul li.g3 .tmb{background-image: url('../images/education/main/gateway_ico3.jpg');}
#main .gateway ul li.g4 .tmb{background-image: url('../images/education/main/gateway_ico4.jpg');}
#main .gateway ul li.g1:hover .tmb{background-image: url('../images/education/main/gateway_ico1_on.jpg');}
#main .gateway ul li.g2:hover .tmb{background-image: url('../images/education/main/gateway_ico2_on.jpg');}
#main .gateway ul li.g3:hover .tmb{background-image: url('../images/education/main/gateway_ico3_on.jpg');}
#main .gateway ul li.g4:hover .tmb{background-image: url('../images/education/main/gateway_ico4_on.jpg');}

#main .content_wrap{padding: 110px 0;background: #062f61 url('../images/education/main/content_wrap_bg.jpg') no-repeat right bottom;overflow: hidden;}
#main .content_wrap .inner{width: 1200px;position: relative;margin: 0 auto;}
#main .content_wrap .tab_content{width: 2155px;position: relative;left: 50%;transform: translate(-50%, 0);}
#main .content_wrap .roll_wrap{margin: -15px;}
#main .content_wrap .roll_wrap .roll .item{margin: 15px;width: 407px;box-sizing: border-box;display: inline-block;vertical-align: top;position: relative;position: relative;padding-top: 50px;}
#main .content_wrap .roll_wrap .roll .item:before{content: '';display: block;width: 142px;height: 126px;background: url('../images/education/main/lecture_roll_shadow_03.png');position: absolute;bottom: 0;left: -142px;}
#main .content_wrap .roll_wrap .roll .item .cover{display: block;text-decoration: none;padding: 10px;background: #fff;border-radius: 24px 24px 24px 0;position: relative;z-index: 2;}
#main .content_wrap .roll_wrap .roll .item .tmb{padding-bottom: 61%;background-position: center center;background-size: cover;position: relative;border-radius: 20px 20px 20px 0;}
#main .content_wrap .roll_wrap .roll .item .tmb:after{content: '';display: block;width: 68px;height: 68px;background: url('../images/education/main/latest_tmb_play.png') no-repeat center center;background-size: contain;position: absolute;bottom: -34px;right: 20px;}
#main .content_wrap .roll_wrap .roll .item .info{padding: 35px 25px;}
#main .content_wrap .roll_wrap .roll .item .info .category{font-size: 18px;color: #009fde;letter-spacing: -1px;font-weight: 500;display: block;}
#main .content_wrap .roll_wrap .roll .item .info .subject{display: block;margin-top: 10px;font-size: 22px;color: #222222;letter-spacing: -1px;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#main .content_wrap .roll_wrap .roll .item:nth-child(even){padding-top: 0;}#main .visual .slick-dots{position: absolute;bottom: 160px;left: 50%;transform: translate(-600px, 0);}
#main .content_wrap .roll_wrap .slick-dots{margin-top: 40px;text-align: center;}
#main .content_wrap .roll_wrap .slick-dots li{display: inline-block;margin: 0 5px;}
#main .content_wrap .roll_wrap .slick-dots li button{display: block;width: 12px;height: 12px;text-indent: -999em;overflow: hidden;border: none;background: rgba(255,255,255,0.6);border-radius: 50%;}
#main .content_wrap .roll_wrap .slick-dots li.slick-active button{background: rgba(255,255,255,1);}

#main .latest_wrap{padding: 120px 0;}
#main .latest_wrap .inner{width: 1200px;position: relative;margin: 0 auto;}
#main .latest_wrap .notice{border: 1px solid #ddd;border-radius: 20px;padding: 0 40px;background: #fff;position: relative;}
#main .latest_wrap .notice .more{position: absolute;top: -1px;right: -1px;width: 60px;height: 60px;display: block;text-indent: -999em;background: #19a8e1 url('../images/education/main/latest_box_more.jpg') no-repeat center center;border-radius: 0 20px 0 20px;}
#main .latest_wrap .notice .headline{border-bottom: 1px dashed #ddd;padding: 50px 0;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
#main .latest_wrap .notice .headline dt{width: 120px;}
#main .latest_wrap .notice .headline dt .date{width: 108px;height: 108px;border-radius: 108px;border: 4px solid #c1ccd1;text-align: center;box-sizing: border-box;position: relative;padding-top: 22px;}
#main .latest_wrap .notice .headline dt .date strong{font-size: 40px;color: #222222;font-family: 'cafe';line-height: 40px;letter-spacing: -1px;}
#main .latest_wrap .notice .headline dt .date p{text-align: center;font-size: 16px;color: #c1ccd1;letter-spacing: -1px;font-family: 'cafe';}
#main .latest_wrap .notice .headline dt .date em{position: absolute;top: 0;right: 0;width: 26px;line-height: 26px;border-radius: 50%;background: #009fde;font-style: normal;font-size: 15px;color: #fff;font-weight: 500;}
#main .latest_wrap .notice .headline dd{width: calc(100% - 120px);box-sizing: border-box;padding-left: 35px;}
#main .latest_wrap .notice .headline dd a{display: block;text-decoration: none;}
#main .latest_wrap .notice .headline dd .subject{display: block;font-size: 22px;color: #222222;letter-spacing: -1px;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#main .latest_wrap .notice .headline dd .text{display: block;margin-top: 10px;font-size: 16px;line-height: 28px;color: #666666;letter-spacing: -1px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;white-space: normal;}
#main .latest_wrap .notice .list{padding: 40px 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
#main .latest_wrap .notice .list li{width: calc(50% - 35px);box-sizing: border-box;padding-right: 90px;position: relative;}
#main .latest_wrap .notice .list li a{text-decoration: none;display: block;line-height: 35px;}
#main .latest_wrap .notice .list li .subject{font-size: 17px;color: #222222;letter-spacing: -1px;font-weight: 500;padding-left: 15px;position: relative;}
#main .latest_wrap .notice .list li .subject:before{content: '';display: block;position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 4px;height: 4px;border-radius: 4px;background: #747474;}
#main .latest_wrap .notice .list li .date{position: absolute;top: 0;right: 0;font-size: 16px;color: #888888;font-weight: 300;}

#main .latest_wrap .middle_gateway{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 -10px;margin-top: 35px;margin-bottom: 80px;}
#main .latest_wrap .middle_gateway dd{margin: 10px;width: calc(50% - 20px);position: relative;border-radius: 30px 0 30px 0;padding: 60px 40px;}
#main .latest_wrap .middle_gateway dd a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;text-indent: -999em;}
#main .latest_wrap .middle_gateway dd h4{font-size: 32px;color: #fff;letter-spacing: -1px;font-family: 'cafe';}
#main .latest_wrap .middle_gateway dd .more{display: block;margin-top: 30px;width: 140px;line-height: 45px;text-align: center;font-size: 16px;color: #fff;letter-spacing: -1px;border-radius: 45px;}
#main .latest_wrap .middle_gateway dd .more i{display: inline-block;vertical-align: middle;margin-left: 15px;margin-top: -2px;}
#main .latest_wrap .middle_gateway dd.g1{background: #1b63c5 url('../images/education/main/middle_gateway_ico_qa.jpg') no-repeat calc(100% - 40px) center;}
#main .latest_wrap .middle_gateway dd.g1 .more{background: #11509b;}
#main .latest_wrap .middle_gateway dd.g2{background: #07bfcb url('../images/education/main/middle_gateway_ico_guide.jpg') no-repeat calc(100% - 40px) center;}
#main .latest_wrap .middle_gateway dd.g2 .more{background: #008d9e;}

/**************************************************
	Subpage
**************************************************/
#sub{  }
#sub #content{padding-bottom: 150px;}
#sub article{width: 1200px;position: relative;margin: 0 auto;padding: 110px 0;}

#sub .sub-vis{padding: 100px 0;}
#sub .sub-vis .inner{width: 1200px;position: relative;margin: 0 auto;}
#sub .sub-vis h2{font-size: 54px;color: #272f2d;letter-spacing: -1px;font-family: 'cafe';}

.lnbWrap{height: 60px;background: #009fde;}
#lnb{width: 1200px;position: relative;margin: 0 auto;text-align: center;display: flex;justify-content: space-between;flex-wrap: wrap;}
#lnb > li{padding-top: 6px;flex: 1;}
#lnb > li a{display: block;text-decoration: none;height: 54px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 54px;font-size: 16px;color: #fff;letter-spacing: -1px;padding: 0 15px;}
#lnb > li.active a{border-radius: 10px 10px 0 0;background: #fff;color: #009fde;font-weight: 500;}

#sub #status{margin-top: 25px;}
#sub #status > li{display: inline-block;vertical-align: middle;padding: 0 15px;position: relative;}
#sub #status > li:after{content: '';display: block;width: 5px;height: 9px;background: url('../images/education/sub/status_spr.png') no-repeat center center;background-size: contain;position: absolute;top: 50%;transform: translate(0, -50%);right: -4px;}
#sub #status > li:first-child{padding: 0;}
#sub #status > li:first-child + li{padding-left: 15px;}
#sub #status > li:first-child:after{display: none;}
#sub #status > li:last-child:after{display: none;}
#sub #status > li a{font-size: 17px;color: #444444;letter-spacing: -1px;}

#sub #content{position: relative;margin: 0 auto;}

.sub_title{margin-bottom: 70px;}
.sub_title h4{text-align: center;font-size: 46px;color: #222222;letter-spacing: -1px;font-family: 'cafe';}

.sub_tab{display: flex;justify-content: space-between;flex-wrap: wrap;margin: -5px;margin-bottom: 50px;}
.sub_tab li{margin: 5px;flex: 1;}
.sub_tab li a{display: block;text-align: center;line-height: 55px;text-decoration: none;font-size: 18px;color: #878787;letter-spacing: -1px;border: 1px solid #ddd;border-radius: 55px;}
.sub_tab li.on a{background: #19a8e1;border-color: #19a8e1;color: #fff;box-shadow: 0 0 20px rgba(25,168,225,0.6);}

.sub_tab2{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 0 -5px;margin-bottom: 50px;}
.sub_tab2 li{width: calc(50% - 10px);margin: 0 5px;}
.sub_tab2 li a{display: block;text-decoration: none;text-align: center;line-height: 50px;text-align: center;font-size: 16px;color: #666666;letter-spacing: -1px;font-weight: 500;border: 1px solid #e7e7e7;border-bottom: none;border-radius: 20px 20px 0 0;}
.sub_tab2 li.on a{background: #009fde;color: #fff;border-color: #009fde;}

.tab_text{display: block;border: 3px solid #009fde;padding: 30px;margin: -50px 0 50px 0;border-radius: 0 0 20px 20px;font-size: 16px;line-height: 28px;color: #666666;letter-spacing: -1px;}

.ctit1{display: block;margin: 70px 0 20px 0;font-size: 22px;color: #222222;letter-spacing: -1px;padding-left: 12px;position: relative;}
.ctit1:before{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;width: 4px;height: 20px;border-radius: 4px;background: #009fde;content: '';display: block;}

.agreement_box{margin-bottom: 50px;}
.agreement_box .text{background: #f2f6fe;padding: 30px;border-radius: 15px;font-size: 16px;line-height: 30px;color: #666666;letter-spacing: -1px;}
.agreement_box .text strong{color: #222222;}
.agreement_box .text strong em{font-style: normal;color: #009fde;}
.agreement_box label{margin-top: 15px;text-align: right;font-size: 16px;color: #666666;letter-spacing: -1px;display: block;}

/* baduk */
.prdt_pkg_list{display: flex;flex-wrap: wrap;margin: -5px;margin-bottom: 40px;}
.prdt_pkg_list > li{width: calc(33.33% - 10px);position: relative;margin: 5px;border: 3px solid #e6e6e6;border-radius: 15px;padding: 0 20px;line-height: 70px;background: #fff url('../images/education/sub/prdt_pkg_spr.png') no-repeat calc(100% - 25px) center;}
.prdt_pkg_list > li a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;text-indent: -999em;}
.prdt_pkg_list > li > *{display: inline-block;vertical-align: middle;}
.prdt_pkg_list > li p{font-size: 20px;color: #222222;letter-spacing: -1px;font-weight: bold;margin-left: 5px;}
.prdt_pkg_list > li:hover{border-color: #008ac0;}
.prdt_pkg_list > li:hover p{color: #008ac0;}

.prdt_lecture_tab{position: relative;padding: 20px 0;margin-bottom: 40px;border-bottom: 1px solid #e7e7e7;}
.prdt_lecture_tab .roll_wrap{margin: -3px;}
.prdt_lecture_tab .roll .item{display: inline-block;vertical-align: top;margin: 3px;}
.prdt_lecture_tab .roll .item a{display: block;line-height: 38px;padding: 0 5px;border-radius: 38px;text-align: center;background: #ebebeb;color: #b9b9b9;font-size: 16px;letter-spacing: -1px;font-weight: bold;box-sizing: border-box;text-decoration: none;overflow: hidden;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 10px;box-sizing: border-box;}
.prdt_lecture_tab .roll .item.on a{color: #008ac0;border: 2px solid #008ac0;background: #fff;line-height: 34px;}

.prdt_lecture_tab.fixed{padding-left: 0;padding-right: 0;}
.prdt_lecture_tab.fixed .roll{display: flex;justify-content: space-between;flex-wrap: wrap;}
.prdt_lecture_tab.fixed .roll .item{flex: 1;}

.prdt_lecture_tab .slick-prev{display: block;text-indent: -999em;border: none;background: url('../images/education/sub/prdt_pkg_tab_prev.png') no-repeat center center;background-size: contain;position: absolute;top: 50%;left: 0;transform: translate(0, -50%);width: 42px;height: 42px;}
.prdt_lecture_tab .slick-next{display: block;text-indent: -999em;border: none;background: url('../images/education/sub/prdt_pkg_tab_next.png') no-repeat center center;background-size: contain;position: absolute;top: 50%;right: 0;transform: translate(0, -50%);width: 42px;height: 42px;}

.prdt_lecture_total{display: block;margin-bottom: 30px;font-size: 16px;color: #666666;letter-spacing: -1px;}
.prdt_lecture_total strong{color: #008ac0;}

.prdt_lecture_table{position: relative;}
.prdt_lecture_table table{width: 100%;}
.prdt_lecture_table table tr > *{padding: 20px 10px;}
.prdt_lecture_table table thead th{text-align: center;background: #062f61;font-size: 16px;color: #fff;letter-spacing: -1px;font-weight: 500;}
.prdt_lecture_table table thead th:first-child{border-radius:  7px 0 0 7px;}
.prdt_lecture_table table thead th:last-child{border-radius:  0 7px 7px 0;}
.prdt_lecture_table table tbody td{text-align: center;font-size: 16px;color: #333333;border-bottom: 1px solid #eee;background: #fff;}
.prdt_lecture_table table tbody td.buttons a{margin: 2px;}
.prdt_lecture_table table tbody td.no_data{padding: 50px 0;color: #999;letter-spacing: -1px;font-weight: 300;}
.prdt_lecture_table table tbody td a{font-weight: 500;color: #000;}
.prdt_lecture_table table tbody td span.stat_ico{color: #999;font-size: 16px;letter-spacing: -1px;}
.prdt_lecture_table table tbody td span.stat_ico.complete{color: #1f79ad;}
.prdt_lecture_table table tbody td span.stat_ico.cancel{color: #e18519;}
.prdt_lecture_table table tbody td .wishbox{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;padding-left: 30px;}
.prdt_lecture_table table tbody td .wishbox dt{width: 95px;}
.prdt_lecture_table table tbody td .wishbox dt img{width: 100%;height: auto;}
.prdt_lecture_table table tbody td .wishbox dd{width: calc(100% - 95px);padding-left: 20px;font-size: 16px;color: #333333;letter-spacing: -1px;font-weight: normal;}
.prdt_lecture_table .b1{display: inline-block;vertical-align: middle;background: #e4f1ff;line-height: 35px;padding: 0 20px;border-radius: 35px;font-size: 15px;color: #009fde;letter-spacing: -1px;text-decoration: none;margin: 2px 0;}
.prdt_lecture_table .b1:hover{background: #009fde;color: #fff;}
.table_footer_more_wrap{margin-top: 20px;text-align: right;}
.table_footer_more_wrap a{display: inline-block;vertical-align: middle;text-decoration: none;line-height: 35px;padding: 0 15px;border-radius: 4px;background: #222222;font-size: 13px;color: #fff;}

.lecture_list_table table{width: 100%;}
.lecture_list_table table tr > *{padding: 15px 10px;text-align: center;}
.lecture_list_table table thead th{font-size: 16px;color: #222222;letter-spacing: -1px;border-bottom: 1px solid #222222;font-weight: 500;padding-top: 0;}
.lecture_list_table table tbody td{font-size: 16px;color: #222222;letter-spacing: -1px;}
.lecture_list_table table tbody tr:nth-child(even){background: #f5f5f5;}
.lecture_list_table table input[type="checkbox"]{width: 18px;height: 18px;}
.lecture_list_table table select{width: 120px;height: 35px;border-radius: 5px;border: 1px solid #ddd;letter-spacing: -1px;font-size: 15px;padding-left: 5px;color: #888888;}
.lecture_list_table .total_price{display: block;margin-top: 15px;text-align: right;font-size: 18px;color: #222222;letter-spacing: -1px;font-weight: 500;}
.lecture_list_table .total_price strong{font-size: 30px;color: #07bfcb;font-family: 'cafe';}

.pop_button_wrap{margin: -5px;margin-top: 50px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.pop_button_wrap button{width: calc(50% - 10px);height: 60px;border: none;border-radius: 12px;font-size: 18px;color: #fff;letter-spacing: -1px;font-weight: 500;}
.pop_button_wrap button.cart{background: #ffa83a;}
.pop_button_wrap button.buy{background: #07bfcb;}
.pop_button_wrap.len1 button{width: calc(100% - 10px);}

.list_gallery{display: flex;flex-wrap: wrap;margin: -15px;}
.list_gallery .item{width: calc(25% - 30px);margin: 15px;position: relative;}
.list_gallery .item > a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
.list_gallery .item .tmb img{width: 100%;height: auto;}
.list_gallery .item .info{padding: 15px 0;}
.list_gallery .item .info span.lecture{display: block;font-size: 15px;font-weight: bold;color: #999;text-align: center;}
.list_gallery .item .info span.subject{display: block;font-size: 18px;font-weight: bold;color: #333;margin-top: 3px;text-align: center;}

.lecture_part_tab{display: flex;flex-wrap: wrap;margin: -5px;margin-bottom: 40px;}
.lecture_part_tab li{width: calc(6.66% - 10px);margin: 5px;}
.lecture_part_tab li a{text-align: center;display: block;line-height: 35px;background: #009fde;color: #fff;border-radius: 3px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-decoration: none;}
.lecture_part_tab li.active a{background: #0051ae;font-weight: bold;}

/* chess */
.howto_chess_box{position: relative;}
.howto_chess_box .roll li img{display: block;margin: 0 auto;width: 100%;}
.howto_chess_box .slick-prev{border: none;width: 60px;height: 60px;background: url('../images/education/sub/gallery_arrow_prev.png') no-repeat center center;background-size: contain;text-indent: -999em;position: absolute;top: 50%;transform: translate(0, -50%);left: -100px;}
.howto_chess_box .slick-next{border: none;width: 60px;height: 60px;background: url('../images/education/sub/gallery_arrow_next.png') no-repeat center center;background-size: contain;text-indent: -999em;position: absolute;top: 50%;transform: translate(0, -50%);right: -100px;}

/* company */
.overview_box1{display: flex;justify-content: space-between;flex-wrap: wrap;background: #f2f6fe;padding: 100px;position: relative;}
.overview_box1 > *{box-sizing: border-box;width: 50%;}
.overview_box1 dd .text1{display: block;font-size: 32px;line-height: 44px;color: #222222;letter-spacing: -1px;font-weight: bold;}
.overview_box1 dd .text1 strong{color: #19a8e1;}
.overview_box1 dd .text2{display: block;margin-top: 30px;font-size: 18px;line-height: 30px;color: #222222;letter-spacing: -1px;font-weight: 300;}
.overview_box1 dt{position: relative;}
.overview_box1 dt img{position: absolute;bottom: -150px;right: -90px;z-index: 2;}

.overview_box2{margin-top: 125px;border-radius: 20px;border: 5px solid #07b596;position: relative;background: #07b596;}
.overview_box2:before{content: '';display: block;width: 26px;height: 194px;background: url('../images/education/sub/overview_line.png') no-repeat center center;position: absolute;top: -165px;left: 160px;}
.overview_box2:after{content: '';display: block;width: 26px;height: 194px;background: url('../images/education/sub/overview_line.png') no-repeat center center;position: absolute;top: -165px;right: 160px;}
.overview_box2 dt{padding: 50px;font-size: 26px;line-height: 38px;color: #fff;letter-spacing: -1px;font-weight: 300;text-align: center;}
.overview_box2 dt strong.yellow{color: #ffe65a;}
.overview_box2 dd{font-size: 18px;line-height: 32px;color: #666666;letter-spacing: -1px;font-weight: 300;padding: 40px;text-align: center;background: #fff;border-radius: 15px;}

.partner_step{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 80px;}
.partner_step li{text-align: center;position: relative;flex: 1;}
.partner_step li img{display: block;margin: 0 auto;}
.partner_step li strong{display: block;margin: 20px 0 5px 0;font-size: 20px;color: #222222;letter-spacing: -1px;font-weight: 500;}
.partner_step li p{font-size: 16px;color: #666666;letter-spacing: -1px;}
.partner_step li:after{content: '';display: block;width: 40px;height: 40px;background: url('../images/education/sub/partnershiop_step_spr.jpg') no-repeat center center;background-size: contain;position: absolute;top: 70px;left: -20px;}
.partner_step li:first-child:after{display: none;}

/* customer */
.academy_roll_wrap{position: relative;}
.academy_roll_wrap .roll{margin: -10px;}
.academy_roll_wrap .roll .item{margin: 10px;width: calc(25% - 20px);position: relative;border-radius: 15px;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: inline-block;vertical-align: top;box-sizing: border-box;padding: 25px;padding-bottom: 150px;}
.academy_roll_wrap .roll .item > a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;}
.academy_roll_wrap .roll .item em{font-style: normal;line-height: 30px;border-radius: 5px;padding: 0 10px;background: #ecf4fe;font-size: 14px;color: #4995f1;letter-spacing: -1px;font-weight: 500;line-height: 30px;display: inline-block;}
.academy_roll_wrap .roll .item .title{display: block;font-size: 22px;color: #222222;letter-spacing: -1px;font-weight: 500;margin-top: 10px;}
.academy_roll_wrap .roll .item:after{content: '';display: block;width: 117px;height: 117px;background: url('../images/education/sub/academy_picture_default.png') no-repeat center center;background-size: contain;position: absolute;bottom: 15px;right: 15px;}
.academy_roll_wrap .slick-dots{margin-top: 20px;text-align: center;}
.academy_roll_wrap .slick-dots li{display: inline-block;vertical-align: top;margin: 0 2px;}
.academy_roll_wrap .slick-dots li button{border: none;width: 10px;height: 10px;border-radius: 10px;background: #e6f4fe;text-indent: -999em;}
.academy_roll_wrap .slick-dots li.slick-active button{width: 30px;background: #19a8e1;}

.class_search{margin-top: 50px;border: 1px solid #d9e2ee;background: #f8fbff;display: flex;justify-content: space-between;flex-wrap: wrap;padding: 25px;align-items: center;}
.class_search fieldset{width: 50%;box-sizing: border-box;position: relative;padding-left: 80px;}
.class_search fieldset h5{position: absolute;top: 50%;transform: translate(0, -50%);left: 0;text-align: center;width: 80px;font-size: 16px;color: #222222;letter-spacing: -1px;font-weight: 500;}
.class_search fieldset .input{height: 45px;background: #fff;border-radius: 5px;border: 1px solid #ebebeb;position: relative;box-sizing: border-box;padding-right: 45px;display: inline-block;width: 100%;}
.class_search fieldset .input input[type="text"]{width: 100%;border: none;height: 45px;background: transparent;padding-left: 20px;font-size: 16px;letter-spacing: -1px;}
.class_search fieldset .input button{position: absolute;top: 0;right: 0;width: 45px;text-align: center;border: none;background: none;color: #009fde;height: 45px;font-size: 17px;}
.class_search fieldset select{border: 1px solid #ebebeb;border-radius: 5px;height: 45px;padding-left: 10px;font-size: 16px;letter-spacing: -1px;}
.class_search fieldset.area{font-family: empty;font-size: 0;padding-right: 30px;}
.class_search fieldset.area select{width: 155px;margin-right: 7px;}
.class_search fieldset.area .input{width: calc(100% - 162px);}

.academy_pop_info{display: flex;justify-content: space-between;flex-wrap: wrap;}
.academy_pop_info > *{box-sizing: border-box;}
.academy_pop_info dt{width: 290px;margin-right: 20px;box-sizing: border-box;border: 1px solid #ddd;border-radius: 15px;padding: 25px;position: relative;}
.academy_pop_info dt em{font-style: normal;line-height: 30px;border-radius: 5px;padding: 0 10px;background: #ecf4fe;font-size: 14px;color: #4995f1;letter-spacing: -1px;font-weight: 500;line-height: 30px;display: inline-block;}
.academy_pop_info dt .title{display: block;font-size: 22px;color: #222222;letter-spacing: -1px;font-weight: 500;margin-top: 10px;}
.academy_pop_info dt:after{content: '';display: block;width: 117px;height: 117px;background: url('../images/education/sub/academy_picture_default.png') no-repeat center center;background-size: contain;position: absolute;bottom: 15px;right: 15px;}

.academy_pop_info dd{width: calc(100% - 310px);box-sizing: border-box;background: #f7f7f7;overflow: hidden;border-radius: 15px;}
.academy_pop_info dd #map{width: 100%;height: 260px;}

.academy_pop_table{margin-top: 35px;border-top: 1px solid #333;}
.academy_pop_table table tr > *{padding: 15px 0;text-align: left;border-bottom: 1px solid #eee;}
.academy_pop_table table thead th{font-size: 18px;color: #222222;letter-spacing: -1px;font-weight: 500;padding-bottom: 20px;}
.academy_pop_table table tbody th{width: 170px;font-size: 16px;color: #222222;letter-spacing: -1px;font-weight: 500;}
.academy_pop_table table tbody td{font-size: 16px;color: #666666;letter-spacing: -1px;}

.find_sch_box{background: #f2f6fe;padding: 50px;border-radius: 20px;}
.find_sch_box .title{margin-bottom: 40px;}
.find_sch_box .title em{font-style: normal;display: block;margin: 0 auto;background: url('../images/education/sub/find_tch_no_ico.jpg') no-repeat center center;background-size: contain;width: 76px;height: 76px;text-align: center;line-height: 76px;font-family: 'cafe';font-size: 20px;color: #fff;}
.find_sch_box .title p{text-align: center;font-size: 22px;color: #222222;letter-spacing: -1px;font-weight: 500;margin-top: 20px;}
.find_sch_box .title h4{text-align: center;font-size: 42px;color: #222222;letter-spacing: -1px;font-weight: 500;margin-top: 5px;}
.find_sch_box .list1{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 50px;margin: -20px 0 0 0;}
.find_sch_box .list1 li{flex: 1;}
.find_sch_box .list1 li img{display: block;margin: 0 auto;}
.find_sch_box .list1 li strong{text-align: center;display: block;margin: 10px 0;font-size: 20px;color: #222222;letter-spacing: -1px;font-weight: 500;}
.find_sch_box .list1 li p{text-align: center;font-size: 16px;color: #666666;letter-spacing: -1px;}

/* mypage */
.mypage_myinfo_table{border-top: 1px solid #000;}
.mypage_myinfo_table table{width: 100%;table-layout: fixed;}
.mypage_myinfo_table table tr > *{padding: 20px;text-align: left;border-bottom: 1px solid #ddd;}
.mypage_myinfo_table table tbody th{width: 230px;font-size: 16px;color: #222222;letter-spacing: -1px;font-weight: 500;background: #f1fafe;}
.mypage_myinfo_table table tbody td{font-size: 16px;color: #666666;letter-spacing: -1px;}
table .dateinfo li{margin: 8px 0;font-size: 16px;color: #666666;letter-spacing: -1px;}
table .dateinfo li em{font-style: normal;display: inline-block;vertical-align: middle;margin-left: 5px;border-radius: 4px;line-height: 26px;padding: 0 10px;color: #aaaaaa;background: #e9e9e9;font-size: 13px;letter-spacing: -1px;}
table .dateinfo li em.using{color: #4995f1;background: #d3eef9;}

.mypage_footer_notice{margin-top: 50px;padding: 35px;background: #f6fbfd;border-radius: 15px;}
.mypage_footer_notice li{margin: 8px 0;font-size: 14px;color: #666666;letter-spacing: -1px;}
.mypage_footer_notice li strong{font-weight: normal;color: #19a8e1;}

.ico_dday{font-style: normal;display: inline-block;vertical-align: middle;margin-left: 5px;border-radius: 4px;line-height: 26px;padding: 0 10px;color: #707070;background: #f1f1f1;font-size: 13px;letter-spacing: -1px;}
.ico_dday strong{font-weight: bold;color: #000;vertical-align: baseline;}





