@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: 1400px){#_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: 1400px){
	#wrap .wide{width: auto;margin-left: -10px !important;margin-right: -10px !important;left:0;padding-left: 10px;padding-right: 10px;margin-top: 60px;}
	#wrap .inner{width: auto;}

	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;}
    #header .logo{position: absolute;top: 0;left: 10px;height: 100%;line-height: 50px;}
    #header .logo img{width: auto;height: 25px;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}
	#header .headerSNS{right:50px;}
	#header .headerSNS .list{height: 50px;}

	#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;}
    #footer address{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;font-size: 10px;color: #999;}
	#footer .footBtm{color: #999;}

    #sns-ico{margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 2px;}
    #sns-ico li img{width: 25px;height: 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{top: 50%;margin-top: -8px;right: 10px;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: #96c11f;}
    #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;}

    #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;}

    /* 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{width: 100% !important;height: auto;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;}

}

/**************************************************
	Ajax Popup
**************************************************/
@media screen and (max-width: 1400px){

    #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: 1400px){

    #main #mainWrap{width: auto;margin: 0;padding: 0 10px;}
	#quickmenu{display: none;}
	#main .visual{width: auto;}
    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;height: auto;}
    #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 .section1, #main .section2{margin-top: 80px;}
	#wrap .titType1 h4{font-size: 28px;}

	#wrap .agencyList li .vam{padding: 0 20px;}
	#wrap .agencyList li .vam dt{font-size: 19px;}
	#wrap .agencyList li .vam dd{font-size: 14px;}
	#wrap .agBtn{margin-top: 15px;}
	#wrap .listType1 li{width: 25%;}

	#main .section3 .boardWrap{margin: 0;padding-top: 70px;}
	#main .section3 .board{display: block;width: auto;padding: 0;margin-top: 40px;}
	#main .section3 .board:first-child{margin-top: 0;}
	#main .section5{padding-left: 0 !important;padding-right: 0 !important;}
	#main .section5 .box dt{font-size: 23px;}
	#wrap .titType2 h4{font-size: 28px;}
	#main .section3{padding-top: 60px;}
}

@media all and (max-width: 750px){
	#wrap .listType1 li{width: 50%;}
	#header .headerSNS .list li{margin-left: 4px;}
	#header .headerSNS .list li img{width: 25px;height: auto;}
	#main .section1{margin-top: 40px;}
	#wrap .listType1.four li{width: 50%;}
	#main .partnersRoll .roll{padding: 0 50px;}
	#main .section5 .box{width: 100%;height: auto;padding: 20px 0;}
	#main .section5 .box .icon{margin-bottom: 10px;}
	#main .section5 .box dd{font-size: 15px;}
}



/**************************************************
	Sub
**************************************************/
@media screen and (max-width: 1400px){

    #sub #content{ width: auto;padding: 20px 10px; }

    #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: 14px;margin-top: 0;}

    .lnbWrap{display: none;}

    #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;}

	#locationText{position: static;display: block;font-size: 0;}
	#locationText .box{width: 50%;display: inline-block;height: auto;padding: 30px 0;}
	#locationText .box1{width: 100%;}
	#locationGuide .title{padding: 0 30px;width: 260px;}
	.teacherList li{width: 33.33%;}
	.tabType1 li a{height: 45px;line-height: 45px;font-size: 15px;}
	.searchBox{padding: 20px;}
	.searchBox dt{display: block;padding-right: 0;margin-bottom: 5px;}
	#wrap .agencyList li{width: 25%;}
	.prdt-tab li a{width: auto;margin-right: 0;}
	#profileView .topBox .lef{width: 50%;padding-right: 20px;}
	#profileView .topBox .rig{padding-left: 20px;}
	#profileView .topBox .lef,
	#profileView .topBox .rig{width: 100%;padding: 0;}
	#profileView .topBox .rig{margin-top: 20px;}

	.listType3 li .link .imgBox{width: 40%;}
	.listType3 li .link .textBox{width: 60%;}
}

@media all and (max-width: 750px){
	#locationGuide .box{}
	#locationGuide .title dt{font-size: 18px;}
	#locationGuide .title dd{font-size: 14px;}

	#locationGuide .box >*{display: inline-block;vertical-align: middle;}
	#locationGuide .text{display: block;width: 100%;margin-top: 20px;}
	#locationText .box{width: 100%;}

	.teacherList li{width: 50%;}
	.teacherList li .textBox{padding: 20px;}

	#teachersView >*{display: block;width: 100%;}
	#teachersView .textBox{margin-top: 30px;}
	#wrap .agencyList li{width: 50%;}
	.searchBox{margin-bottom: 40px;}

	.searchBox{display: block;}
	.searchBox dl{display: block;margin-top: 10px;}
	.searchBox dl:first-child{padding-left: 20px;margin-top: 0;}
	.searchBox dl:last-child{padding-right: 20px;margin-top: 15px;}
	.tabType1 li a{font-size: 14px;}

	.listType3 li .link .imgBox,
	.listType3 li .link .textBox{display: block;width: 100%;padding: 0;}
	.listType3 li .link .textBox{margin-top: 20px;}
	.listType3 li .link .textBox dt{margin-bottom: 10px;}
	.listType3 li .link .textBox dt,
	.listType3 li .link .textBox dd{text-align: center;}

	.listType2 li{width: 50%;}
	.listType2 li .textBox{font-size: 14px;line-height: 20px;}


}
