@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.3 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;overflow-x: hidden;}

/* 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: 92;background: #fff} /*box-shadow: 0 3px 3px rgba(0,0,0,0.1);*/
#header .inner{position: relative;width: 1200px;height: 90px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 90px;}
#header .logo img.eng {display: none}

.eng #header .logo img.kor {display: none}
.eng #header .logo img.eng {display: inline-block}

#gnb{position: absolute;top: 0;right: 150px;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 40px;line-height: 90px;font-size: 19px;color: #333333;text-decoration: none;}
#gnb > li > a:after{display:block;content:'';width:0;height: 3px;position: absolute;bottom:0;left:50%;background: #ee3b33;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;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;}

.eng #gnb > li > a {padding: 0 30px; font-size: 18px}

#drdw{position: absolute;top: 90px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;border-bottom: 3px solid #e60012;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: #ee3b33;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{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;}

#hd-lan{position: absolute;top: 50%;right: 60px; transform: translateY(-50%); 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{}
#footer .fnbWrap{border: 1px solid #e6e6e6; border-width: 1px 0}
#footer .fnbWrap .inner{position: relative;width: 1200px;margin: 0 auto;}
#footer .ftWrap{position: relative;width: 1200px;margin: 0 auto;padding: 30px 0;}
#footer address{font-size: 15px;line-height: 22px;color: #666666;font-style: normal;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;font-size: 13px;color: #aaaaaa;}

#sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: absolute;top: 25px;right: 0;display: block;background: url('/images/main/gotop.png') no-repeat center center; border-radius: 50%; width: 58px;height: 58px;text-indent: -999em; box-shadow: 4px 4px 4px rgba(0,0,0,0.2)}

#fnb > li{display: inline-block;padding: 0 15px;}
#fnb > li:first-child{padding-left: 0;background: none;}
#fnb > li a{font-size: 16px;color: #000000;letter-spacing: -1px;line-height: 60px;}

.eng #fnb {display: none}

#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: 22px;height: 22px;position: absolute;top: 50%;right: 0;transform: translateY(-50%); background: url('../images/main/slide_btn.png') no-repeat center / contain}
#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;}

.kor #quick-inq {display: none}
#quick-inq {position: fixed; bottom: 300px; right: 50px; z-index: 999}
#quick-inq a img {border-radius: 50%; box-shadow: -1px 5px 5px 2px rgba(0,0,0,0.1)}

/**************************************************
	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{overflow: hidden}
#main #content{  }
#main #mainWrap{position: relative;width: 1200px;margin: 0 auto;}

#main .visual{position: relative;}
#main .visual .roll {position: relative}
#main .visual .roll .slick-arrow {position: absolute; top: 50%; transform: translateY(-50%); width: 37px; height: 73px; border: 0; text-indent: -999em; z-index: 3}
#main .visual .roll .slick-prev {left: 10%; background: url('../images/main/vis_prev_arrow.png') no-repeat center / contain}
#main .visual .roll .slick-next {right: 10%; background: url('../images/main/vis_next_arrow.png') no-repeat center / contain}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;margin-left: -960px;}
#main .visual .scrollDown {position: absolute; bottom: 60px; left: 0; width: 100%; text-align: center; z-index: 3}
#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');}



.mainSection01 {padding: 100px 0}
.mainSection01 dl,
.mainSection01 ul {margin: 0 -15px}
.mainSection01 dl:after,
.mainSection01 ul:after {content: ''; display: block; clear: both}
.mainSection01 dl > *,
.mainSection01 ul li {float: left; width: calc(100% / 2 - 30px); margin: 0 15px}
.mainSection01 dl {margin-bottom: 55px}
.mainSection01 dl dt {padding-bottom: 10px}
.mainSection01 dl dt h6 {font-weight: 600; font-size: 32px; line-height: 45px; color: #000; letter-spacing: -1px}
.mainSection01 dl dt h6 span {display: block; font-family: rw; font-weight: 400; font-size: 20px; line-height: 30px; letter-spacing: 1px; color: #e60012; margin-bottom: 10px}
.mainSection01 dl dd {padding-top: 50px}
.mainSection01 dl dd p {font-weight: 200; font-size: 18px; line-height: 28px; color: #666; letter-spacing: -0.5px; margin-bottom: 15px}
.mainSection01 dl dd a {position: relative; display: inline-block; font-family: mnt; font-weight: 300; font-size: 13px; line-height: 20px; color: #aaa; letter-spacing: -0.5px; text-decoration: none; padding-right: 60px}
.mainSection01 dl dd a:after {content: ''; position: absolute; top: calc(50% - 1px); right: 0; width: 48px; height: 2px; background: #aaa}
.mainSection01 dl dd a:hover:after {animation: bounce 1s infinite}
.mainSection01 ul {}
.mainSection01 ul li {}
.mainSection01 ul li img {width: 100%}

.mainSection02 {position: relative; padding: 100px 0; text-align: center}
.mainSection02:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/main/main_sec02_bg.jpg') no-repeat center / cover; z-index: -1}
.mainSection02 .mainTitle {padding-bottom: 40px}
.mainSection02 .mainTitle > * {text-align: center}
.mainSection02 .mainTitle h5 {font-family: rw; font-weight: 400; font-size: 45px; line-height: 50px; color: #000; letter-spacing: -0.5px}
.mainSection02 .mainTitle p {font-weight: 200; font-size: 16px; line-height: 26px; color: #666; letter-spacing: -0.5px; margin-top: 15px}
.mainSection02 ul {margin: -14px}
.mainSection02 ul:after {content: ''; display: block; clear: both}
.mainSection02 ul li {position: relative; float: left; width: calc(100% / 4 - 28px); margin: 14px; border: 1px solid #ddd; box-sizing: border-box; background: #fff}
.mainSection02 ul li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3}
.mainSection02 ul li .thumb {padding-bottom: calc(100% - 20px); background-size: cover; background-repeat: no-repeat; background-repeat: no-repeat}
.mainSection02 ul li .info {background: #f7f7f7; border-top: 1px solid #ddd; padding: 25px 10px}
.mainSection02 ul li .info span {font-weight: 300; font-size: 15px; line-height: 20px; color: #888; letter-spacing: -0.5px}
.mainSection02 ul li .info h6 {text-align: center; font-weight: 200; font-size: 18px; line-height: 24px; color: #000; letter-spacing: -0.5px; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
.mainSection02 .moreBtn {display: inline-block; margin-top: 50px; width: 190px; line-height: 45px; background: #e60012; border-radius: 25px; font-family: mnt; font-weight: 300; font-size: 13px; color: #fff; letter-spacing: -0.5px; text-decoration: none}

.mainSection03 {padding: 100px 0}
.mainSection03 .mainTitle {padding-bottom: 50px}
.mainSection03 .mainTitle h5 {font-family: rw; font-weight: 400; font-size: 45px; line-height: 50px; color: #000; letter-spacing: -0.5px; text-align: center}
.mainSection03 ul {}
.mainSection03 ul:after {content: ''; display: block; clear: both}
.mainSection03 ul li {position: relative; float: left; width: calc(100% / 3); border-right: 1px solid #ddd; padding: 5px 50px; box-sizing: border-box}
.mainSection03 ul li:first-child {border-left: 1px solid #ddd}
.mainSection03 ul li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%}
.mainSection03 ul li .Text {}
.mainSection03 ul li .Text h6,
.mainSection03 ul li .Text p {display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-wrap: break-word; overflow: hidden; letter-spacing: -0.5px}
.mainSection03 ul li .Text h6 {font-weight: 300; font-size: 22px; line-height: 32px; color: #000}
.mainSection03 ul li .Text p {font-weight: 200; font-size: 15px; line-height: 25px; color: #666; margin: 10px 0 25px 0}
.mainSection03 ul li .Text span {font-family: rw; font-weight: 400; font-size: 15px; line-height: 20px; color: #aaaaaa}

.mainSection04 {position: relative; display: table; width: 100%; height: 310px; text-align: center}
.mainSection04:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/main/main_sec04_bg.jpg') no-repeat center / cover; z-index: -1}
.mainSection04 .mid {display: table-cell; vertical-align: middle; text-align: center}
.mainSection04 .mid > * {color: #fff; letter-spacing: -0.5px}
.mainSection04 .mid h6 {text-align: center; font-size: 40px; line-height: 50px}
.mainSection04 .mid p {font-weight: 200; font-size: 16px; line-height: 24px; margin-top: 15px}
.mainSection04 .mid .moreBtn {display: inline-block; margin-top: 35px; width: 190px; line-height: 45px; background: #e60012; border-radius: 25px; font-family: mnt; font-weight: 300; font-size: 13px; text-decoration: none}

@keyframes bounce {
    0% {right: 0}
    50% {right: 5px}
    100% {right: 0}
}
/**************************************************
	Sub
**************************************************/
#sub{overflow: hidden}
#sub #content { position: relative;width: 1200px;margin: 0 auto;padding: 100px 0; }
#sub #content .subTitle {font-weight: 300; font-size: 40px; line-height: 50px; color: #222; letter-spacing: -1px; text-align: center}

#sub #content > *{}

#sub .sub-vis{position: relative;height: 240px;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: 5px;font-style: normal;font-size: 18px;font-weight: normal;}

#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;}
#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: 0 0 1px 0; background: #fff}
#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: 220px;font-size: 15px;font-weight: 300;color: #333;text-decoration: none;padding: 0 60px 0 30px;line-height: 50px;background: url('/images/layout/ft-family-spr.png') no-repeat 90% center; box-sizing: border-box}
#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: 0;width: calc(100% - 1px);border: 1px solid #ddd;visibility: hidden;opacity: 0}
#navigator > ul > li > ul li a{display: block;padding: 12px 30px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none}
#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;}

#navigator > ul > li.on {border-color: #b90211}
#navigator > ul > li.on > a {background: #b90211; color: #fff}
#navigator > ul > li.on > ul {background: #e60012; border-color: #e60012}
#navigator > ul > li.on > ul > li a {border-color: #f85461; color: #fff}
#navigator > ul > li.on > ul > li:hover a {background: #b90211}


.grtWrap {position: relative}
.grtWrap:before {content: ''; position: absolute; top: -100px; left: 50%; width: 2000px; height: 360px; margin-left: -1000px; background: url('../images/sub/grt_top_bg.jpg') no-repeat center / cover; z-index: -1}
.grtWrap ul {position: relative; margin: -15px}
.grtWrap ul:before {content: ''; position: absolute; bottom: -5px; right: -5px; width: 380px; height: 280px; background: #e60012; z-index: -1}
.grtWrap ul:after {content: ''; display: block; clear: both}
.grtWrap ul li {float: left; width: calc(100% / 2 - 30px); margin: 15px}
.grtWrap ul li img {width: 100%}
.grtWrap .bot {margin-top: 70px}
.grtWrap .bot span {position: relative; display: inline-block; padding-right: 110px; font-family: rw; font-weight: 400; font-size: 20px; line-height: 30px; color: #e60012}
.grtWrap .bot span:after {content: ''; position: absolute; top: calc(50% - 1px); right: 0; width: 95px; height: 2px; background: #e60012}
.grtWrap .bot h5 {font-weight: 300; font-size: 30px; line-height: 40px; color: #000; letter-spacing: -1px; margin: 20px 0 25px 0}
.grtWrap .bot h5 strong {}
.grtWrap .bot p {font-weight: 200; font-size: 16px; line-height: 24px; color: #666; letter-spacing: -0.5px; margin-top: 20px}
.grtWrap .bot h6 {font-weight: 300; font-size: 18px; line-height: 24px; color: #222; letter-spacing: -0.5px; margin-top: 40px}


.hisWrap {position: relative}
.hisWrap:before {content: ''; position: absolute; top: 20px; left: 50%; width: 1px; height: calc(100% - 40px); background: #ddd}
.hisWrap dl {padding-bottom: 60px; width: 50%}
.hisWrap dl:last-child {padding-bottom: 0}
.hisWrap dl:nth-child(odd) {padding-left: 50%}
.hisWrap dl:nth-child(even) {padding-right: 50%}
.hisWrap dl:nth-child(odd) > * {text-align: left}
.hisWrap dl:nth-child(even) > * {text-align: right}
.hisWrap dl dt {position: relative; font-weight: 600; font-size: 40px; line-height: 60px; color: #222; letter-spacing: -0.5px; margin-bottom: 50px}
.hisWrap dl:nth-child(odd) dt {padding-left: 70px}
.hisWrap dl:nth-child(even) dt {padding-right: 70px}
.hisWrap dl dt:after {content: ''; position: absolute; top: 17px; width: 26px; height: 26px; background: url('../images/sub/his_year_ico.png') no-repeat center / contain}
.hisWrap dl:nth-child(odd) dt:after {left: -13px}
.hisWrap dl:nth-child(even) dt:after {right: -13px}
.hisWrap dl dt:before {content: ''; position: absolute; top: 29px; width: 50px; height: 1px; background: #e60012}
.hisWrap dl:nth-child(odd) dt:before {left: 0}
.hisWrap dl:nth-child(even) dt:before {right: 0}
.hisWrap dl dd {}
.hisWrap dl dd p {position: relative; font-size: 15px; line-height: 30px; color: #666; letter-spacing: -0.5px}
.hisWrap dl:nth-child(odd) dd p {padding-left: 190px}
.hisWrap dl:nth-child(even) dd p {padding-right: 190px}
.hisWrap dl dd p:after {content: ''; position: absolute; top: 7px; width: 16px; height: 16px; background: url('../images/sub/his_mth_ico.png') no-repeat center / contain}
.hisWrap dl:nth-child(odd) dd p:after {left: -8px}
.hisWrap dl:nth-child(even) dd p:after {right: -8px}
.hisWrap dl dd p strong {position: absolute; top: 0; font-size: 20px; line-height: inherit; color: #222}
.hisWrap dl:nth-child(odd) dd p strong {left: 70px}
.hisWrap dl:nth-child(even) dd p strong {right: 70px}
.hisWrap dl dd p strong span {position: absolute; top: 0; font-weight: inherit; font-size: 15px; color: #444; line-height: inherit}
.hisWrap dl:nth-child(odd) dd p strong span {left: 75px}
.hisWrap dl:nth-child(even) dd p strong span {right: 75px}


.orgWrap {margin-bottom: -100px}
.orgWrap .box {position: relative; margin-top: 55px; padding: 60px 0 100px 0; text-align: right}
.orgWrap .box:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/sub/org_bg.jpg') no-repeat center / cover; z-index: -1}
.orgWrap .box img {}


.busWrap {margin-bottom: -100px}
.busWrap .top {margin: 40px 0 90px 0}
.busWrap .top .thumb {position: relative; padding-bottom: 17%; background: url('../images/sub/bus_top_img.jpg') no-repeat center / cover; -webkit-box-shadow: 0px 25px 10px -5px rgb(0 0 0 / 20%); -moz-box-shadow: 0px 25px 10px -5px rgba(0,0,0,0.2); box-shadow: 0px 25px 10px -5px rgb(0 0 0 / 20%)}
.busWrap .top .thumb p {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%;  text-align: center; font-weight: 200; font-size: 18px; line-height: 28px; color: #fff; letter-spacing: -0.5px}
.busWrap .mid {position: relative; padding: 80px 0; text-align: center}
.busWrap .mid:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/sub/bus_mid_bg.jpg') no-repeat center / cover; z-index: -1}
.busWrap .mid h6 {position: relative; display: inline-block; font-weight: 300; font-size: 28px; line-height: 32px; color: #222; letter-spacing: -1px; text-align: center; padding-bottom: 8px}
.busWrap .mid h6:after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #222}
.busWrap .mid .box {margin-top: 50px; background: #fff; text-align: center; padding: 60px 0}
.busWrap .mid .box img {}
.busWrap .bot {position: relative; text-align: center; padding: 80px 0 110px 0}
.busWrap .bot:after {content: ''; position: absolute; bottom: 0; left: 50%; width: 2000px; height: 360px; margin-left: -1000px; background: url('../images/sub/bus_bot_bg.jpg') no-repeat center / cover; z-index: -1}
.busWrap .bot h6 {position: relative; display: inline-block; font-weight: 300; font-size: 28px; line-height: 32px; color: #222; letter-spacing: -1px; text-align: center; padding-bottom: 8px}
.busWrap .bot h6:after {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #222}
.busWrap .bot .box {margin-top: 80px; text-align: center}
.busWrap .bot .box img {}


.locWrap {}
.locWrap .box {margin-top: 55px}
.locWrap .box dl {margin-bottom: 40px}
.locWrap .box dl:last-child {margin-bottom: 0}
.locWrap .box dl:after {content: ''; display: block; clear: both}
.locWrap .box dl > * {float: left}
.locWrap .box dl dt {width: calc(75% - 50px)}
.locWrap .box dl dt > div {}
.locWrap .box dl dd {position: relative; width: calc(25% + 20px); min-height: 430px; margin-left: 30px; background: #f9f9f9; border-top: 3px solid #222; padding: 40px; box-sizing: border-box}
.locWrap .box dl dd h6 {font-weight: 300; font-size: 26px; line-height: 34px; color: #333; letter-spacing: -1px; margin-bottom: 30px}
.locWrap .box dl dd p {position: relative; padding-left: 70px; font-weight: 200; font-size: 15px; line-height: 23px; color: #505050; letter-spacing: -0.5px; margin-bottom: 25px}
.locWrap .box dl dd p strong {position: absolute; top: 0; left: 0; font-weight: 300; font-size: 16px; line-height: inherit; color: #333; padding-left: 26px}
.locWrap .box dl dd p.add strong {background: url('../images/sub/loc_add_ico.png') no-repeat left center}
.locWrap .box dl dd p.tel strong {background: url('../images/sub/loc_tel_ico.png') no-repeat left center}
.locWrap .box dl dd a {position: absolute; bottom: 40px; left: 40px; width: calc(100% - 80px); line-height: 46px; background: #222222; padding: 0 30px; box-sizing: border-box; font-size: 15px; color: #fdfdfd; letter-spacing: -1px; text-decoration: none}
.locWrap .box dl dd a:after {content: '+'; position: absolute; top: 0; right: 25px; font-size: 19px; color: #fff; letter-spacing: -1px; line-height: 46px}


.eng .locWrap .box dl > * {float: none; width: 100% !important}
.eng .locWrap .box dl dd {margin-left: 0; min-height: 0; margin-top: 20px; padding: 25px 30px}
.eng .locWrap .box dl dd h6 {font-size: 22px; line-height: 30px; margin-bottom: 15px}
.locWrap .box dl dd p.tel {margin-bottom: 0}

.prdWrap {position: relative}
.prdWrap:after {content: ''; position: absolute; top: -100px; left: 50%; width: 2000px; height: 580px; margin-left: -1000px; background: url('../images/sub/prdt_top_bg.jpg') no-repeat center / cover; z-index: -1;}
.prdWrap .top {margin-top: 45px}
.prdWrap .top dl {position: relative; margin: -5px -6px}
.prdWrap .top dl:before {content: ''; position: absolute; bottom: -15px; right: -14px; width: 380px; height: 240px; background: #e60012; z-index: -1}
.prdWrap .top dl:after {content: ''; display: block; clear: both}
.prdWrap .top dl > * {float: left; margin: 5px 6px}
.prdWrap .top dl dt {}
.prdWrap .top dl dt img {}
.prdWrap .top dl dd {}
.prdWrap .top dl dd img {}
.prdWrap .top p {margin-top: 60px; font-weight: 200; font-size: 16px; line-height: 24px; color: #666; letter-spacing: -0.5px}
.prdWrap .bot {margin-top: 75px}
.prdWrap .bot ul {position: relative; margin: -5px}
.prdWrap .bot ul:before {content: ''; position: absolute; bottom: -15px; left: -15px; width: 380px; height: 240px; background: #e60012; z-index: -1}
.prdWrap .bot ul:after {content: ''; display: block; clear: both}
.prdWrap .bot ul li {float: left; width: calc(50% - 10px); margin: 5px}
.prdWrap .bot ul li img {}
.prdWrap .bot p {margin-top: 60px; font-weight: 200; font-size: 16px; line-height: 24px; color: #666; letter-spacing: -0.5px}


.rndWrap {position: relative; max-width: 1000px; margin: 0 auto}
.rndWrap:before {content: ''; position: absolute; top: -100px; left: -100px; width: 1200px; height: 100%; background-image: url('../images/sub/rnd_top_bg.jpg'); background-repeat: repeat-y; background-size: contain; z-index: -2}
.rndWrap:after {content: ''; position: absolute; bottom: -100px; left: 50%; width: 2000px; height: 580px; margin-left: -1000px; background: url('../images/sub/rnd_bot_bg.jpg') no-repeat center / cover; z-index: -1}
.rndWrap .box {position: relative; margin-top: 45px}
.rndWrap .box:after {content: ''; position: absolute; bottom: -20px; right: -20px; background: #e60012; width: 520px; height: 352px; z-index: 0}
.rndWrap .box .thumb {position: relative; background: url('../images/sub/rnd_img.jpg') no-repeat center / cover; padding-bottom: 47%; z-index: 2}
.rndWrap p {margin-top: 75px; font-weight: 200; font-size: 16px; line-height: 24px; color: #666; letter-spacing: -0.75px}


/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}
