@charset "utf-8";
/**************************************************

	Respond.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	Setting Device Width
**************************************************/
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}
@media screen and (min-width: 750px) and (max-width: 1200px){#_device_pc{display: none;} #_device_ta{display: block;} #_device_mo{display: none;} .__pc{display: none !important;} .__ta{display: block !important;} .__mo{display: none;}}
@media screen and (max-width: 750px){#_device_pc{display: none;} #_device_ta{display: none;} #_device_mo{display: block;} .__pc{display: none !important;} .__ta{display: none;} .__mo{display: block !important;} }

/**************************************************
	아이폰 하이브리드앱에서 노치 겹침현상 방지
    ( 노치 높이 만큼 html에 자동으로 padding 부여 )
**************************************************/
html{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}
#header{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

/**************************************************
	Layout
**************************************************/
@media screen and (max-width: 1200px){

	html{min-width: 320px;padding-top: 50px;overflow-x: hidden;}
    img{max-width:100%;}

	#header{position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 3px 3px rgba(0,0,0,0.05);}
	#header .inner{width: auto;height: 50px;display: block;}
    #header .logo{position: absolute;top: 0;left: 20px;height: 100%;line-height: 50px;transform: translateX(0%);}
    #header .logo img{width: auto;height: 40px;}
    #header .gnbWrap {border-top: 0;}
    #header .gnbWrap .inr {height: auto;display: block;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

    #ad-sns-ico {display: none;}
	#gnb{display: none;}
    #tnb{display: none;}

    #hd-lan{display: none;}
    #hd-sch{display: none;}

    #footer .fnbWrap .inner{width: auto;}
    #footer .fnbWrap .inner{width: auto;}
    #footer .ftWrap{width: auto;padding: 15px 0;flex-direction: column;}
    #footer h2 {padding-bottom: 10px;}
    #footer h2 a {height: 20px;}
    #footer h2 a.link1 {width: 43%;}
    #footer h2 a.link2 {width: calc(100% - 47%);left: 47%;}
    #footer h2 img {height: 20px;}
    
    #footer address{width: auto;font-size: 10px;line-height: 13px;color: #b3b3b3;font-style: normal;text-align: center;}
    #footer address hr{display: block;border: none;margin: 0;}
    #footer address .copyright{display: block;margin-top: 10px;padding: 0 20px;font-size: 10px;color: #777777;}

    #sns-ico{position: static;margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 2px 5px;}
    #sns-ico li img{max-height: 20px;width: auto;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb{text-align: center;}
    #fnb > li{display: inline-block;padding: 0 5px;}
    #fnb > li:first-child{padding-left: 0;background: none;}
    #fnb > li a{font-size: 11px;color: #b3b3b3;letter-spacing: -1px;line-height: 35px;}

    #slide-btn{position: absolute;top: 50%;margin-top: -8px;right: 20px;display: block;width: 25px;height: 16px;}

    #slide-bg{position: fixed;z-index: 200;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: none;}
    #slide-close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;background: url('../images/layout/slide-close.png') no-repeat center center;background-size: 20px auto;}

    #slide-menu{position: fixed;top: 0;right: -100%;width: 80%;height: 100%;display: block;background: #fff;z-index: 201;overflow-y: auto;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
    #slide-menu .tit{height: 50px;position: relative;background: #2e84c1;}
    #slide-menu.on{right: 0;}

    #tnb-mo{text-align: center;line-height: 40px;background: #f7f7f7;}
    #tnb-mo > li{display: inline-block;margin: 0 10px;}
    #tnb-mo > li a{font-size: 12px;color: #333;}

    #gnb-mo > li{border-bottom: 1px solid #e1e1e1;}
    #gnb-mo > li > a{display: block;line-height: 40px;padding: 0 15px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
    #gnb-mo > li > ul{padding: 10px 15px;border-top: 1px solid #e1e1e1;background: #f7f7f7;display: none;}
    #gnb-mo > li > ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;}
    #gnb-mo > li.hidden-gnb{display: none;}
    #gnb-mo li.active > a {color: #2e84c1;}

    #hd-lan-mo{position: absolute;top: 0;left: 15px;z-index: 92;}
    #hd-lan-mo > a{display: block;line-height: 50px;padding: 0 10px 0 20px;font-size: 12px;color: #fff;text-decoration: none;text-transform: uppercase;background: url('../images/layout/hd-lan-ico-mo.png') no-repeat 0 center / 15px auto, url('../images/layout/hd-lan-spr-mo.png') no-repeat right center / 6px auto;}
    #hd-lan-mo > ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
    #hd-lan-mo > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('../images/layout/hd-lanbox-spr-mo.png');}
    #hd-lan-mo > ul li a{display: block;font-size: 12px;line-height: 20px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
    #hd-lan-mo.on > ul{display: block;}

    #hd-sch-mo{position: absolute;top: 14px;left: 85px;z-index: 91;}
    #hd-sch-mo .btn{display: block;width: 21px;height: 21px;background: url('../images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 16px auto;text-indent: -999em;border: none;}
    #hd-sch-mo form{position: fixed;display: none;top: 50px;right: 0;width: 80%;padding-right: 50px;border: 1px solid #333;border-width: 1px 0 1px 0;overflow: hidden;background: #fff;box-sizing: border-box;}
    #hd-sch-mo legend{display: none;}
    #hd-sch-mo .inp{width: 100%;height: 38px;line-height: 38px;text-indent: 10px;background: none;border: none;font-size: 12px;}
    #hd-sch-mo .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: #333 url('../images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 18px auto;border: none;text-indent: -999em;}
    #hd-sch-mo.on form{display: block;}

    #ft-partner {padding: 0 20px;}
    #ft-partner .roll {margin-left: calc(86px + 20px - 5px);}
    #ft-partner .item {margin-left: 5px;}
    #ft-partner .item img {margin: 0 auto;max-width: 100%;height: auto;}
    #ft-partner .slick-arrow{top: 20px;}
    #ft-partner .more {top: 20px;}


    /* Site Layer Popup */
    .sp-pop{top: 65px !important;left: 5% !important;width: 90% !important;height: auto !important;}
    .sp-pop .img{position: relative;min-height: 100px;padding-bottom: 30px;}
    .sp-pop .img img{max-width:100%;vertical-align: top;}
    .sp-pop .btns li{height: 30px;}
    .sp-pop .btns li a,
    .sp-pop .btns li label{line-height: 28px;}

    /* etc */
    .table1 tr > *{font-size: 11px;line-height: 15px;}

    .tbl-view tr > * {padding: 10px 5px;font-size: 11px;line-height: 15px;}

}

/**************************************************
	Ajax Popup
**************************************************/
@media screen and (max-width: 1200px){

    #popup{top: 5%;left: 5%;width: 90%;height: 90%;margin-top: 0;margin-left: 0;padding-top: 41px;}
    #popup .pop-tit{height: 40px;padding: 0 10px;}
    #popup .pop-tit h3{font-size: 13px;line-height: 40px;}
    #popup .pop-tit .close{width: 39px;height: 39px;line-height: 39px;font-size: 13px;}
    #popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
    #popup.on{opacity: 1;}
    #popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
    #popupBG.on{opacity: 1;}

    /* sitemap */
    #popup .sitemap > li{width: 49%;}
    #popup .sitemap > li > a{font-size: 12px;line-height: 35px;}
    #popup .sitemap > li ul li a{font-size: 12px;padding: 7px 0;}

}


/**************************************************
	Main
**************************************************/
@media screen and (max-width: 1200px){

    #main {padding-bottom: 0;}

    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;height: auto;}
    #main .visual .slick-arrow{width: calc(32px*0.6);height: calc(63px*0.6);}
    #main .visual .slick-prev{left: 20px;}
    #main .visual .slick-next{right: 20px;}
    #main .visual .slick-dots{bottom: 20px;}
    #main .visual .slick-dots li{margin: 0 2px;}
    #main .visual .slick-dots li button{width: 12px;height: 12px;}
    #main .visual .slogan {left: calc(20px + 32px*0.6 + 10px);max-width: calc(100% - 20px*2 - 32px*0.6*2 - 10px*2);}

    .main-btns {padding: 20px;height: auto;display: block;margin-top: 0;}
    .main-btns > dt {font-size: 18px;margin-bottom: 20px;}
    .main-btns > dt img {display: none;}
    .main-btns .btns {justify-content: space-between;align-items: flex-start;}
    .main-btns .btns > li {width: calc(100%/3 - 5px*2/3);margin-left: 0;padding: 20px 0;}
    .main-btns .btns > li img {display: block;margin: 0 auto 10px;}
    .main-btns .btns > li strong {display: block;font-size: 14px;text-align: center;}
    .main-btns .btns > li:hover:after {top: 0;left: 0;right: 0;bottom: 0;height: auto;transform: translateY(0);}

    .main-board {display: block;padding-top: 20px;}
    .main-board > dl {width: auto;padding: 20px;}
    .main-board > dl:not(:first-child) {border-left: 0;}
    .main-board > dl > dt {margin-bottom: 10px;}
    .main-board > dl > dt h3 {font-size: 18px;}
    .main-board > dl > dt .more {font-size: 18px;}
    .main-board .list > li {padding-left: 10px;}
    .main-board .list > li:before {top: 14px;width: 3px;height: 3px;}
    .main-board .list > li a {font-size: 14px;}
    .main-board .item .tmb {padding-bottom: 51.87319%;}
    .main-board .youtube {padding: 0 0 57%;}

    /* [231220 kyj] main 추가 */
    .main-count {padding: 30px 20px;display: block;}
    .main-count h3 {display: block;text-align: center;font-size: 18px;width: auto;margin-bottom: 10px;}
    .main-count .list {width: 100%;}
    .main-count .list > li {display: block;border-bottom: 1px solid #ddd;margin-left: 0;width: auto;padding: 20px 0;padding-left: 80px;overflow: hidden;}
    .main-count .list > li:after {display: none;}
    .main-count .list > li span {font-size: 13px;}
    .main-count .list > li p {font-size: 16px;line-height: 1.3em;}
    .main-count .list > li p b,
    .main-count .list > li p b span {font-size: 20px;line-height: 22px;}

}

@media screen and (max-width: 390px){
    .main-btns .btns > li strong i {display: none;}
}

/**************************************************
	Sub
**************************************************/
@media screen and (max-width: 1200px){

    #sub #content{ width: auto;padding: 40px 20px; }

    #sub .sub-vis{height: 120px;}
    #sub .sub-vis h2{font-size: 20px;}
    #sub .sub-vis h2 em{margin-top: 5px;font-size: 11px;}

    #sub .sub-tit{margin-bottom: 20px;}
    #sub .sub-tit h3{font-size: 24px;margin-top: 0;}

    #lnb > li{margin: 0 10px;}
    #lnb > li a{padding: 0 5px;line-height: 40px;font-size: 14px;letter-spacing: -1px;}

    /* #status{display: none;}

    #navigator{border-width: 0 0 1px 0;}
    #navigator > ul{width: auto;border-left: none;padding-left: 40px;}
    #navigator > ul > li{width: 50%;box-sizing: border-box;}
    #navigator > ul > li > a{min-width: 0;font-size: 13px;padding: 0 20px 0 10px;line-height: 40px;background-size: 8px auto;}
    #navigator > ul > li:first-child{position: absolute;top: 0;left: 0;width: 40px;}
    #navigator > ul > li:first-child a{width: 40px;background: none;}
    #navigator > ul > li.d2{border: none;}
    #navigator > ul > li > ul{top: 40px;left: -1px;}
    #navigator > ul > li.d2 > ul{border-right: none;}
    #navigator > ul > li > ul li a{padding: 10px;font-size: 13px;} */

    .cate1 {margin: -1px;margin-bottom: 19px;}
    .cate1 > li {margin: 1px;}
    .cate1 > li > a {width: auto;height: 40px;font-size: 14px;}

    .edu-list {margin: -2px;}
    .edu-list > li {margin: 2px;width: calc(100%/2 - 2px*2);}
    .edu-list > li .tmb {padding-bottom: 66.66%;}
    .edu-list > li .inf {padding: 20px;}
    .edu-list > li .inf .state {position: static;margin: -2px;margin-bottom: 8px;}
    .edu-list > li .inf .state > span {height: 22px;padding: 0 8px;line-height: 22px;border-radius: 11px;font-size: 11px;}
    .edu-list > li .inf > strong {font-size: 14px;color: #222;}
    .edu-list > li .inf > a {margin-top: 10px;}

    .edu-view .head {max-height: none;}
    .edu-view .head .lef {width: auto;}
    .edu-view .head .rig {width: auto;position: static;overflow-y: hidden;margin: -5px;}
    .edu-view .head .title {margin-top: 20px;}
    .edu-view .head .title > h3 {font-size: 24px;}
    .edu-view .head .title > p {font-size: 14px;}
    .edu-view .head .title > .btns {margin: 2px;margin-top: 8px;}
    .edu-view .head .title > .btns > a {width: calc(100%/4 - 2px*2);margin: 2px;height: 35px;line-height: 35px;font-size: 14px;}
    .edu-view .head .list > li {display: inline-block;vertical-align: top;width: calc(100%/4 - 5px*2);margin: 5px;}
    .edu-view .head .list > li:not(:first-child) {margin-top: 5px;}
    .edu-view .head .list > li .inf {padding: 10px 0 0;}
    .edu-view .head .list > li .inf > strong {font-size: 14px;}


    .register-intro .inr {height: auto;display: block;}
    .register-intro .inr > .box {width: auto;}
    .register-intro .inr > .box:after {border: 3px solid #ddd;}
    .register-intro .box {height: auto;display: block;padding: 20px;}
    .register-intro .box .ico {display: none;}
    .register-intro .box strong {font-size: 18px;}
    .register-intro .box p {margin-top: 5px;font-size: 14px;}
    .register-intro .box .btns {margin-top: 20px;}
    .register-intro .box .btns > * {border-radius: 5px;box-shadow: 0 0 5px rgba(0,0,0,0.1);}
    .register-intro .box .btn2 {width: 100%;height: 40px;line-height: 38px;font-size: 14px;color: #000 !important;border-color: #ccc;}
    .register-intro .box .btn2 i {display: none;}

    .stit {margin-bottom: 20px;}
    .stit > *:not(:first-child) {margin-top: 5px;}
    .stit > h4 {font-size: 24px;}
    .stit > h5 {font-size: 18px;}
    .stit > h5.dot {padding-left: 20px;}
    .stit > h5 span {font-size: 14px;}
    .stit > p {font-size: 14px;}

    .stxt1 {font-size: 14px;}
    .stxt2 {font-size: 14px;}
    .stxt2 mark {margin-right: 5px;width: 45px;height: 22px;border: 1px solid #196aa1;line-height: 21px;font-size: 12px;border-radius: calc(27px/2);}

    .stxt-dot > li {font-size: 14px;padding-left: 10px;}
    .stxt-dot > li:not(:first-child) {margin-top: 5px;}
    .stxt-dot > li:after {top: 7px;width: 4px;height: 4px;}



    /* [230719 kyj] 2차 서브 작업 */
    #tnb2 {margin: -2px;margin-bottom: 23px;}
    #tnb2 > li {margin: 2px;width: calc(100%/2 - 2px*2);}
    #tnb2 > li a {height: 40px;font-size: 12px;}

.custlab{display: inline-block;vertical-align: middle;}
.custlab input{display: none;}
.custlab span {position: relative;font-size: 14px;color: #333;letter-spacing: -1px;padding-left: 25px;line-height: 24px;}
.custlab span: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:checked + span {color: #000;}
.custlab input:checked + span:before{border-color: #333;}
.custlab input:checked + span:after{content: '';display: block;position: absolute;left: 5px;top: 50%;margin-top: -5px;width: 10px;height: 10px;background: #333;border-radius: 50%;}

    .sub-banner {height: auto;padding: 20px;}
    .sub-banner .text > * {text-align: center;}
    .sub-banner .text > strong {font-size: 18px;}
    .sub-banner .text > p {margin-top: 5px;font-size: 14px;color: #000;line-height: 1.4em;}

    #aboutus {margin-bottom: -40px;}
    #aboutus .about {margin-top: 20px;}
    #aboutus .about > span {font-size: 12px;}
    #aboutus .about > strong {margin-top: 10px;font-size: 18px;line-height: 1.4em;}
    #aboutus .about > p {margin-top: 10px;font-size: 14px;line-height: 1.6em;}
    #aboutus .icons > li {margin-bottom: 10px;padding: 20px;}
    #aboutus .icons > li > img {height: 50px;}
    #aboutus .icons > li > strong {margin-top: 10px;font-size: 18px;}
    #aboutus .icons > li > p {margin-top: 5px;font-size: 14px;}
    #aboutus .table1 tr > * {padding: 15px 5px;font-size: 14px;line-height: 1.6em;}
    #aboutus .table1 b {font-size: 14px;color: #000;}
    #aboutus .table1 img {display: block;margin: 5px auto 0;height: 20px;}

    .fulldiv {left: auto;width: auto;margin-left: -20px;margin-right: -20px;}
    .fulldiv.bg-gray {padding: 40px 0;}
    .fulldiv .inr {margin: 0 20px;}

    #customer_info .stit {margin-bottom: 20px;}
    #customer_info .sub-banner {position: relative;z-index: 0;}
    #customer_info .sub-banner:after {display: block;content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: -1;background-color: #f1f5fb;opacity: 0.9;}
    #customer_info .boxs {margin: 0;display: block;}
    #customer_info .boxs > li {height: auto;margin: 0;width: auto;position: relative;z-index: 0;padding: 20px;padding-left: 80px;align-items: flex-start;}
    #customer_info .boxs > li:not(:first-child) {margin-top: 5px;}
    #customer_info .boxs > li > *:not(img) {text-align: left;}
    #customer_info .boxs > li img {margin-bottom: 0;width: 50px;position: absolute;top: 50%;left: 20px;transform: translateY(-50%);}
    #customer_info .boxs > li strong {margin-top: 0;font-size: 14px;}
    #customer_info .boxs > li strong.big {font-size: 18px;}
    #customer_info .boxs > li p {margin-top: 5px;}
    #customer_info .boxs > li p.big {font-size: 18px;}
    #customer_info .boxs > li a {margin-top: 5px;font-size: 18px;}
    #customer_info .boxs > li a.colBlue {font-size: 14px;}
    #customer_info .stxt1.tac {padding: 10px;}

    .timebox {padding: 10px;font-size: 14px;}
    .timebox hr {width: 5px;}
    .timebox b {font-size: 14px;}

    #education_info .stxt2 {margin-left: 0;}
    #education_info .table1 tr > * {padding: 15px 5px;font-size: 13px;}

}
