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

	Global.css ( ver 1.0.3 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;overflow-x: hidden;}
#wrap{overflow: hidden;position: relative;max-width: 1920px;margin: 0 auto;}

#quickmenu{position: fixed;top:0;right:80px;z-index:100;font-size: 0;height: 100%;z-index:90;}
#quickmenu:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#quickmenu .vam{display: inline-block;vertical-align: middle;padding: 20px 10px;border:1px solid #ddd;border-radius:45px;background: #fff;}
#quickmenu .dlWrap{padding-top: 10px;}
#quickmenu .link{display: block;margin-top: 15px;padding-top: 15px;border-top:1px solid #ddd;}
#quickmenu .link:first-child{margin-top: 0;padding-top: 0;border-top:0;}
#quickmenu dt{text-align: center;}
#quickmenu dd{text-align: center;margin-top: 10px;font-size: 13px;}
#quickmenu .top{text-align: center;margin-top: 25px;}

#header .headerSNS{position: absolute;top:0;right:0;z-index:10;}
#header .headerSNS .list{height: 95px;font-size: 0;}
#header .headerSNS .list:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#header .headerSNS .list li{display: inline-block;vertical-align: middle;margin-left: 8px;}
#header .headerSNS .list li:first-child{margin-left: 0;}

/* Table */
.table1{ width: 100%; }
.table1 tr > *{padding: 10px;border: 1px solid #ddd;}
.table1 thead th{background: #f7f7f7;}
.table1 tbody th{background: #f7f7f7;}
.table1 tbody td{  }

/* 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: #333;border: 1px solid #333;color: #fff !important;height: 35px;line-height: 35px;padding: 0 20px;font-size: 14px;box-sizing: border-box; }
.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 20px;font-size: 14px;box-sizing: border-box; }
.btn2.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }

/**************************
	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: 600;}
.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
**************************************************/
#header{position: relative;z-index: 90;background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
#header .inner{position: relative;width: 1400px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 90px;z-index:10;}

.tnbWrap{text-align: right;background: #f0f0f0;}



#gnb{position: relative;text-align: center;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 15px;line-height: 95px;font-size: 17px;color: #333;text-decoration: none;}
#gnb > li > a:after{display:block;content:'';width:0;height: 3px;position: absolute;bottom:0;left:50%;background: #96c11f;transition:all 0.25s;}
#gnb > li:hover > a:after,
#gnb > li.active > a:after{width: 100%;left:0;}
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 200px;margin-left: -100px;padding: 15px;border: 1px solid #ddd;border-top: 2px solid #96c11f;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 > ul li.active a{font-weight: bold;}
#gnb > li:hover > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}

#drdw{position: absolute;top: 90px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;border-bottom: 3px solid #96c11f;z-index: 91;display: none;}
#drdw .inner{position: relative;width: 1200px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 25px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 18px;color: #0859a2;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 25px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}

#tnb{}
#tnb > li{display: inline-block;margin-left: 10px;box-sizing: border-box;}
#tnb > li a{display: block;font-size: 13px;height: 45px;line-height: 45px;color: #666;}

#hd-lan{position: absolute;top: 40px;right: 110px;z-index: 92;}
#hd-lan > a{display: block;line-height: 40px;padding: 0 22px 0 28px;font-size: 14px;color: #2e3144;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-ico.png') no-repeat 0 center, url('/images/layout/hd-lan-spr.png') no-repeat right center;}
#hd-lan > 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 > 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.png');}
#hd-lan > ul li a{display: block;font-size: 14px;line-height: 26px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
#hd-lan:hover > ul{display: block;}

#hd-sch{position: absolute;top: 50px;right: 50px;z-index: 91;}
#hd-sch .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd-sch-btn.png');text-indent: -999em;border: none;}
#hd-sch form{position: absolute;display: none;top: 30px;right: 0;width: 200px;padding-right: 45px;border: 1px solid #333;border-radius: 5px;overflow: hidden;background: #fff;}
#hd-sch legend{display: none;}
#hd-sch .inp{width: 100%;height: 43px;line-height: 43px;text-indent: 10px;background: none;border: none;}
#hd-sch .sbm{position: absolute;top: 0;right: 0;width: 45px;height: 45px;background: #333 url('/images/layout/hd-sch-btn2.png') no-repeat center center;border: none;text-indent: -999em;}
#hd-sch.on form{display: block;}

#footer{background: #222222;}
#footer .fnbWrap{border-bottom: 1px solid #3d3d3d;}
#footer .fnbWrap .inner{position: relative;width: 1200px;margin: 0 auto;}
#footer .ftWrap{position: relative;width: 1200px;margin: 0 auto;padding: 40px 0;}
#footer address{font-size: 13px;line-height: 20px;color: #888;font-style: normal;text-align: center;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;font-size: 12px;color: #999;}
#footer .footBtm{text-align: center;font-size: 14px;background: #1e1e1e;color: #999;text-align: center;padding: 10px 0 20px;}

#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: absolute;top: 10px;right: 0;display: block;background: url('/images/layout/ft-top-btn.jpg') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;}

#fnb{text-align: center;margin-bottom: 20px;}
#fnb > li{display: inline-block;padding: 0 10px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 15px;color: #b3b3b3;letter-spacing: -1px;}

#ft-fam{position: absolute;top: 35px;right: 0;width: 230px;height: 40px;}
#ft-fam > a{display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('/images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;}

#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 50%;right: 0;margin-top: -10px;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;}

/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 300;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#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{ 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: 300;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;}

/**************************************************
	Main
**************************************************/
#main{  }
#main #content{  }
#main #mainWrap{position: relative;width: 1400px;margin: 120px auto 0;}

#main .visual{position: relative;width: 1400px;margin: 0 auto;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;margin-left: -700px;}
#main .visual .slick-dots{position: absolute;bottom: 50px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .slick-dots li{display: inline-block;margin: 0 5px;}
#main .visual .slick-dots li button{display: block;width: 24px;height: 24px;background: url('/images/main/visual-bull.png') no-repeat center center / contain;text-indent: -999em;overflow: hidden;border: none;}
#main .visual .slick-dots li.slick-active button{background-image: url('/images/main/visual-bull-on.png');}
#wrap .wide{position: relative;width: 1920px;left:50%;margin-left: -960px;margin-top: 130px;}
#wrap .inner{width: 1400px;margin: 0 auto;}
#wrap .titType1{position: relative;margin-bottom: 30px;}
#wrap .titType1.line:after{display: block;content: '';width: 100%;height: 1px;background: #ccc;position: absolute;top:50%;left:0;}
#wrap .titType1 .more{position: absolute;bottom:0;right:0;height: 26px;line-height: 26px;border:2px solid #ccc;border-radius: 30px;padding: 0 20px;}
#wrap .titType1 h4{position: relative;display: inline-block;font-size: 40px;font-weight: 600;font-family: ws;background: #fff;color: #222;padding-right: 35px;z-index:5;}
#wrap .titType2{position: relative;margin-bottom: 30px;}
#wrap .titType2 .more{position: absolute;bottom:0;right:0;height: 26px;line-height: 26px;border:2px solid #ccc;border-radius: 30px;padding: 0 20px;}
#wrap .titType2 h4{position: relative;display: inline-block;font-size: 35px;font-weight: 600;color: #222;padding-right: 35px;z-index:5;}
#wrap .listType1{font-size: 0;margin: -10px;}
#wrap .listType1 li{display: inline-block;vertical-align: top;padding: 10px;width: 20%;box-sizing:border-box;}
#wrap .listType1 li img{width: 100%;height: auto;}
#wrap .listType1.four li{width: 25%;}
#wrap .agencyWrap{position: relative;padding-left: 300px;}
#wrap .agencyArrow{position: absolute;top:50%;right:0;padding-left: 35px;background: #fff;margin-top: -9px;z-index:10;}
#wrap .agencyArrow .slick-arrow{width: 19px;height: 19px;text-indent: -9999em;border:0;}
#wrap .agencyArrow .slick-prev{background: url(/images/agency-arrow-prev.gif) no-repeat 50% 50%;background-size: cover;}
#wrap .agencyArrow .slick-next{background: url(/images/agency-arrow-next.gif) no-repeat 50% 50%;background-size: cover;margin-left: 29px;}

#wrap .agencyRoll .roll{margin: -7px;}
#wrap .agencyRoll .roll li{display: inline-block;vertical-align: top;padding: 7px;box-sizing:border-box;}
#wrap .agencyRoll .roll li img{width: 100%;}
#wrap .agencyList{margin: -25px -10px;font-size: 0;}
#wrap .agencyList li{display: inline-block;vertical-align: top;width: 20%;padding: 25px 10px;box-sizing:border-box;}
#wrap .agencyList li .cover{background: #96c11f url(/images/agency-roll-info-bg.gif) no-repeat 0 100%;font-size: 0;position: absolute;top:0;left:0;width: 100%;height: 100%;opacity: 0;transition: all 0.2s;}
#wrap .agencyList li .cover:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#wrap .agencyList li .vvh{visibility: hidden;}
#wrap .agencyList li .link{position: relative;font-size: 0;display: block;}
#wrap .agencyList li .link:hover .cover{opacity: 1;}
#wrap .agencyList li .hide_info{display: none;}
#wrap .agencyList li .vam{display: inline-block;vertical-align: middle;width: 100%;padding: 0 45px;box-sizing:border-box;}
#wrap .agencyList li .vam dt{font-size: 23px;font-weight: 600;color: #fff;margin-bottom: 10px;}
#wrap .agencyList li .vam dd{font-size: 17px;line-height: 26px;color: #fff;}


#main .section1,
#main .section2{margin-top: 120px;}
#main .section3{padding-top: 120px;background: url(/images/main-sec3-bg.gif) no-repeat 50% 0;}
#main .section3 .boardWrap{padding-top: 70px;margin: -28px;font-size: 0;}
#main .section3 .board{display: inline-block;vertical-align: top;width: 33.33%;padding: 28px;box-sizing:border-box;box-sizing:border-box;box-sizing:border-box;}
#main .section3 .board .top{position: relative;}
#main .section3 .board .tit{font-size: 26px;font-weight: 600;color: #222;}
#main .section3 .board .more{position: absolute;top:50%;right:0;margin-top: -10px;}
#main .section3 .board .desc{padding-top: 15px;margin-top: 20px;border-top:4px solid #666;}
#main .section3 .board .desc .list li a{position: relative;display: block;font-size: 18px;color: #444;padding: 15px 0;border-bottom:1px solid #ddd;padding-left: 20px;}
#main .section3 .board .desc .list li a:before{display: block;content: '';width: 3px;height: 3px;background: #a6a6a6;position: absolute;top:50%;left:0;margin-top: -1px;}
#main .section4{margin-top: 120px;border-top:1px solid #ddd;}
#main .partnersRoll{position: relative;padding: 50px 0;}
#main .partnersRoll .roll{font-size: 0;margin: -10px;padding: 0 100px;}
#main .partnersRoll li{display: inline-block;vertical-align: top;padding: 10px;}
#main .partnersRoll li .link{display: block;}
#main .partnersRoll li .link .img{background-size: cover !important;}
#main .partnersRoll li .link .vvh{visibility: hidden;}
#main .partnersRoll .slick-arrow{display: block;width: 19px;height: 37px;position: absolute;top:50%;margin-top: -18px;text-indent: -9999em;border:0;}
#main .partnersRoll .slick-prev{background: url(/images/partners-prev.png) no-repeat 50% 50%;left:0;}
#main .partnersRoll .slick-next{background: url(/images/partners-next.png) no-repeat 50% 50%;right:0;}
#main .section5{background: #e9e9e9;margin-top: 0;}
#main .section5 .inner{font-size: 0;}
#main .section5 .box{display: inline-block;vertical-align: top;width: 33.33%;height: 250px;font-size: 0;background: #f3f3f3;text-align: center;}
#main .section5 .box:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#main .section5 .box .vam{display: inline-block;vertical-align: middle;}
#main .section5 .box .icon{margin-bottom: 20px;}
#main .section5 .box dt{font-size: 26px;font-weight: 600;color: #222;}
#main .section5 .box dd{font-size: 19px;margin-top: 10px;}
#main .section5 .box2{background: #e9e9e9;}

/**************************************************
	Sub
**************************************************/
#sub{  }
#sub #content{ position: relative;width: 1400px;margin: 0 auto;padding: 80px 0; }

#sub #content > *{}

#sub .sub-vis{position: relative;height: 230px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 35px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-size: 18px;font-weight: 600;color: #fff;font-style: normal;letter-spacing: 0.1em;}

#sub .sub-tit{position: relative;padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #ddd;}
#sub .sub-tit h3{margin-top: 10px;font-size: 30px;color: #000;}

.lnbWrap{background: #666666;display: none;}
#lnb{width: 1200px;margin: 0 auto;}
#lnb > li{display: inline-block;vertical-align: top;border-right: 1px solid #999999;box-sizing: border-box;}
#lnb > li:first-child{border-left: 1px solid #999999;}
#lnb > li a{display: block;line-height: 50px;font-size: 15px;text-decoration: none;text-align: center;color: #fff;}
#lnb > li.active a{background: #fff;color: #000;}

#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 11px;line-height: 11px;}
#status > ul > li a{font-size: 13px;color: #999;text-decoration: none;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{border: 1px solid #ddd;border-width: 1px 0 1px 0;display: none;}
#navigator > ul{width: 1200px;position: relative;margin: 0 auto;border-left: 1px solid #ddd;box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 200px;font-size: 15px;font-weight: 300;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('/images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;transition: all 0.2s;}
#navigator > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}

/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}

.partnersList{font-size: 0;margin: -11px;}
.partnersList li{display: inline-block;vertical-align: top;padding: 11px;width: 14.285%;box-sizing:border-box;}

#company .section{display: table;width: 100%;padding: 80px;box-sizing:border-box;}
#company .section1{padding-top: 0;}
#company .section2{background: #f5f5f5;}
#company .section >*{display: table-cell;vertical-align: top;}
#company .section .imgBox{width: 480px;}
#company .section .textBox{padding-left: 65px;padding-top: 50px;}
#company .textBox h4{font-size: 30px;letter-spacing: -0.05em;font-weight: 600;color: #96c11f;margin-bottom: 30px;}
#company .section .textBox dt{font-size: 21px;font-weight: 300;color: #333;margin-bottom: 15px;}
#company .section .textBox dd{font-size: 16px;line-height: 28px;letter-spacing: -0.03em;}
#company .section .textBox .name{text-align: right;margin-top: 20px;}

.teacherList{font-size: 0;margin: -20px;}
.teacherList li{display: inline-block;vertical-align: top;width: 25%;padding: 20px;box-sizing:border-box;}
.teacherList li .link{display: block;position: relative;}
.teacherList li .textBox{position: absolute;bottom:0;left:0;padding: 30px;box-sizing:border-box;width: 100%;}
.teacherList li .textBox dt{font-size: 16px;color: #fff;}
.teacherList li .textBox dd{font-size: 27px;font-weight: 600;color: #fff;margin-bottom: 10px;}
.teacherList li .textBox .btn{display: none;padding: 0 15px;height: 26px;line-height: 26px;border:2px solid #fff;color: #fff;border-radius:30px;}
.teacherList li .imgBox:after{display: block;content: '';width: 100%;height: 100%;position: absolute;top:0;left:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,111111+100 */
background: transparent; /* Old browsers */
background: -moz-linear-gradient(top,  transparent 0%, #111111 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  transparent 0%,#111111 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  transparent 0%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
opacity: 0.6;
}
.teacherList li .link:hover .textBox{height: 100%;background: #96c11f;bottom:auto;top:0;}
.teacherList li .link:hover .textBox:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
.teacherList li .link:hover .textBox .vam{display: inline-block;vertical-align: middle;}
.teacherList li .link:hover .textBox .btn{display: inline-block;}
.teacherList li .imgBox .vvh{visibility: hidden;}

#teachersView{display: table;width: 100%;table-layout: fixed;}
#teachersView >*{display: table-cell;vertical-align: top;width: 50%;}
#teachersView .imgBox{padding-right: 50px;}
#teachersView .textBox .title{padding: 15px;border-bottom:1px solid #ddd;border-top:3px solid #94c120;}
#teachersView .textBox .title >*{display: inline-block;}
#teachersView .textBox .title h4{font-size: 30px;color: #333;margin-right: 8px;}
#teachersView .textBox .title span{font-size: 16px;font-weight: 600;color: #333;}
#teachersView .textBox .title strong{font-size: 16px;font-weight: normal;color: #94c120;padding-left: 15px;margin-left: 15px;border-left:1px solid #ddd;}
#teachersView .textBox .desc{padding: 30px 20px;}
#teachersView .textBox .desc dl{display: table;width: 100%;}
#teachersView .textBox .desc dl >*{display: table-cell;}
#teachersView .textBox .desc dt{width: 90px;font-size: 17px;font-weight: 600;color: #333;}
#teachersView .textBox .desc dd{font-size: 14px;line-height: 25px;}

#wrap .agBtn{display: inline-block;height: 26px;line-height: 26px;padding: 0 15px;border:2px solid #fff;color: #fff;border-radius:30px;margin-top: 25px;}
.tabType1{font-size: 0;margin-bottom: 30px;}
.tabType1 li{display: inline-block;vertical-align: top;width: 25%;border:1px solid #ddd;box-sizing:border-box;border-left:0;}
.tabType1 li:first-child{border-left:1px solid #ddd;}
.tabType1 li a{text-align: center;display: block;height: 55px;line-height: 55px;font-size: 17px;}
.tabType1 li.active{border-color: #97c11f;}
.tabType1 li.active a{background: #97c11f;color: #fff;}




.listType2{margin: -20px;}
.listType2 li{display: inline-block;vertical-align: top;width: 25%;padding: 20px;box-sizing:border-box;}
.listType2 li .link{text-decoration: none;}
.listType2 li .imgBox{position: relative;background-size:cover !important;}
.listType2 li .imgBox:after{display: block;content: '';width: 100%;height: 100%;position: absolute;top:0;left:0;border:5px solid #96c11f;box-sizing:border-box;opacity: 0;transition: all 0.2s;}
.listType2 li .link:hover .imgBox:after{opacity: 1;}
.listType2 li .imgBox .vvh{visibility: hidden;}
.listType2 li .textBox{font-size: 16px;line-height: 23px;letter-spacing: -0.03em;color: #222;margin-top: 20px;}

.listType3 li{display: block;padding: 40px 0;border-top:1px solid #ddd;}
.listType3 li:first-child{border-top:0;padding-top: 0;}
.listType3 li .link{display: table;width: 100%;text-decoration: none;}
.listType3 li .link >*{display: table-cell;vertical-align: middle;}
.listType3 li .link .imgBox{width: 320px;}
.listType3 li .link .imgBox .img{background-size: cover;position: relative;}
.listType3 li .link .imgBox .img:after{display: block;content: '';width: 100%;height: 100%;position: absolute;top:0;left:0;border:5px solid #96c11f;box-sizing:border-box;opacity: 0;transition: all 0.2s;}
.listType3 li .link:hover .imgBox .img:after{opacity: 1;}
.listType3 li .link .textBox{padding-left: 60px;}
.listType3 li .link .textBox dt{font-size: 22px;font-weight: 300;color: #222;margin-bottom: 20px;}
.listType3 li .link .textBox dd{font-size: 15px;line-height: 25px;letter-spacing: -0.03em;}
.listType3 li .link .vvh{visibility: hidden;}

#locationText{display: table;width: 100%;}
#locationText .box{display: table-cell;vertical-align: middle;width: 33.33%;height: 168px;border-top:2px solid #7ab934;text-align: center;}
#locationText .box .icon{margin-bottom: 10px;}
#locationText .box dt{font-size: 26px;line-height: 1.1em;font-family: ws;font-weight: 600;color: #111;}
#locationText .box dd{font-size: 18px;margin-top: 5px;}
#locationText .box1{background: #7ab934;}
#locationText .box2{background: #f3f3f3;}
#locationText .box3{background: #e9e9e9;}

#locationGuide .box{display: table;width: 100%;padding: 35px 0;border-top:1px solid #ddd;}
#locationGuide .box:first-child{border-top:0;}
#locationGuide .box >*{display: table-cell;vertical-align: middle;box-sizing:border-box;}
#locationGuide .icon{width: 50px;}
#locationGuide .title{width: 350px;padding: 0 60px;}
#locationGuide .title dt{font-size: 24px;font-weight: 600;color: #96c11f;}
#locationGuide .title dd{font-size: 16px;font-weight: 300;color: #333;}
#locationGuide .text{font-size: 16px;line-height: 26px;color: #444;}
#locationGuide .busNum{font-size: 16px;line-height: 26px;margin-bottom: 10px;}
#locationGuide .busNum .line.blue{background: #3494e5;height: 22px;line-height: 22px;padding: 0 10px;font-size: 16px;color: #fff;border-radius:22px;margin-right: 10px;}


.searchBox{font-size: 0;display: table;width: 100%;padding: 30px 60px;background: #f5f5f5;box-sizing:border-box;margin-bottom: 80px;}
.searchBox .typeText{display: inline-block;vertical-align: middle;width: 100%;height: 40px;border:1px solid #ddd;border-radius:3px;box-sizing:border-box;}
.searchBox .height,
.searchBox .datebox{position: relative;display: inline-block;vertical-align: middle;width: 45%;}
.searchBox .height .cm{position: absolute;bottom:0;right:0;width: 40px;text-align: left;height: 38px;line-height: 38px;}
.searchBox .height .typeText{text-indent: 40px;direction: rtl;text-align: left;text-align: right;}
.searchBox .hyphen{display: inline-block;vertical-align: middle;width: 10%;}
.searchBox dl{display: table-cell;vertical-align: middle;padding:0 20px;text-align: center;}
.searchBox dl:first-child{padding-left: 0;}
.searchBox dl:last-child{padding-right: 0;}
.searchBox dt{width: auto;font-size: 17px;font-weight: 300;color: #111;padding-right: 25px;}
.searchBox dt,
.searchBox dd{display: inline-block;vertical-align: middle;}
.searchBox dd{font-size: 0;}
.searchBox select{width: 130px;height: 40px;border:1px solid #ddd;padding-left: 15px;}
.searchBox .btnSubmit{width: 185px;height: 40px;line-height: 40px;border-radius:5px;background: #555;color: #fff;border:0;}

#sub .editorContent img{width: 100%;height: auto !important;}

#profileView .topBox{overflow: hidden;font-size: 0;}
#profileView .topBox >*{display: inline-block;vertical-align: top;width: 50%;box-sizing:border-box;}
#profileView .topBox .lef{width: calc(50% - 50px);}
#profileView .topBox .lef .imgBox img{max-width: 100%;}
#profileView .topBox .rig{padding-left: 80px;}
#profileView .topBox .top{padding: 25px;border-bottom:1px solid #ddd;border-top:2px solid #94c120;}
#profileView .topBox .top dl{font-size: 0;}
#profileView .topBox .top dl >*{display: inline-block;}
#profileView .topBox .top dt{position: relative;font-size: 30px;line-height: 1.1em;font-weight: 600;color: #333;}
#profileView .topBox .top dd{position: relative;font-size: 16px;font-weight: 600;color: #94c120;padding-left: 15px;margin-left: 20px;}
#profileView .topBox .top dd:before{display: block;content: '';position: absolute;top:50%;left:0;width: 1px;height: 14px;background: #ddd;margin-top: -7px;}
#profileView .topBox .desc{padding: 30px 20px;}
#profileView .btmBox{margin-top: 80px;}
#profileView .desc table th,
#profileView .desc table td{text-align: left;padding: 5px 0;}
#profileView .desc table th{font-size: 17px;font-weight: 600;color: #333;}
#profileView .desc table td{font-size: 16px;color: #555;padding-left: 30px;}
.pviewList{font-size: 0;margin: -10px;padding-top: 45px;}
.pviewList li{display: inline-block;vertical-align: top;padding: 10px;box-sizing:border-box;width: 33.33%;}
.pviewList li .img{cursor: pointer;}
.pviewList li img{width: 100%;}
.prdt-tab{margin-bottom: 30px;border-bottom: 2px solid #666666;}
.prdt-tab li{position: relative;display: inline-block;vertical-align: top;margin-right: -1px;border: 1px solid #ddd;border-bottom: none;}
.prdt-tab li a{display: block;line-height: 45px;height: 45px;text-align: center;width: 210px;font-size: 16px;color: #999;letter-spacing: -1px;text-decoration: none;box-sizing: border-box;}
.prdt-tab li.active{border: 2px solid #666666;border-bottom: none;background: #fff;height: 47px;margin-bottom: -2px;z-index: 2;}
.prdt-tab li.active a{font-weight: 300;color: #333;}
.goList{text-align: center;}
.goList .btn{display: inline-block;width: 160px;height: 45px;line-height: 45px;border-radius:3px;background: #444;color: #fff;font-size: 15px;}


#main .visual .slick-arrow{width: 37px;height: 66px;position: absolute;top:50%;margin-top: -33px;background-size: cover !important;border:0;text-indent: -9999em;z-index:99;}
#main .visual .slick-prev{background: url(/images/vis-prev.png) no-repeat 50% 50%;left:30px;}
#main .visual .slick-next{background: url(/images/vis-next.png) no-repeat 50% 50%;right:30px;}
