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

#header .center p {position: absolute; top: 0; left: 0; height: 100%; line-height: 90px; font-family: gmarket; font-weight: 600; font-size: 20px; color: #3e197b}
#header .hdCs {position: absolute; top: 0; right: 0; height: 100%}
#header .hdCs a {display: block; line-height: 90px; padding-left: 70px; background: url('../images/main/hd_cs_ico.png') no-repeat left center; font-family: gmarket; font-weight: 600; font-size: 32px; color: #333; text-decoration: none}
#header .hdCs a span {font-family: inherit; font-weight: 300; font-size: 18px; color: inherit; margin: 0 10px 0 5px}

#gnb{position: absolute;top: 0;right: 310px;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 30px;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: #00afe5;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 #00afe5;background: #fff;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #000;line-height: 30px;text-align: center;}
#gnb > li > 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 #00afe5;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{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: 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; text-align: center}
#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 80px 0;}
#footer address{font-size: 15px;line-height: 20px;color: #b3b3b3;font-style: normal; text-align: center}
#footer address hr{width: 10px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;font-size: 13px;color: #777777;}

#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 > 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;line-height: 70px;}

#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: 50px;right: 0;}
#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;}

#quickMenu {position: fixed; top: 50%; right: 55px; z-index: 200}
#quickMenu ul {text-align: center}
#quickMenu ul li {margin-bottom: 10px}
#quickMenu ul li:last-child {margin-top: 20px}

/**************************************************
	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: 1400px;margin: 0 auto;}

#main .visual{position: relative; display: table; width: 100%; height: 845px; text-align: center; background: url('../images/main/main_visual_bg.jpg') no-repeat center / cover}
#main .visual .middle {display: table-cell; vertical-align: middle}
#main .visual .middle > a {}
#main .visual .middle > a > img {}
#main .visual .middle ul {margin: 0 -8px; margin-top: 45px}
#main .visual .middle ul li {position: relative; display: inline-block; vertical-align: middle; margin: 0 8px; border-radius: 20px; box-shadow: 10px 10px 10px rgba(0,0,0,0.2)}
#main .visual .middle ul li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3}
#main .visual .middle ul li img {}

/* #main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;margin-left: -960px;}
#main .visual .slick-dots{position: absolute;bottom: 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 {position: relative; padding: 100px 0 120px 0}
.mainSection01:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/main/main_sec01_bg.jpg') no-repeat center / cover; z-index: -1}
.mainSection01 .title {padding-bottom: 65px}
.mainSection01 .title h5 {text-align: center; font-family: gmarket; font-weight: 600; font-size: 56px; line-height: 60px; color: #333; letter-spacing: -0.5px; padding-top: 110px; background: url('../images/main/main_sec01_title.png') no-repeat center top}
.mainSection01 .box {border: 1px solid #ddd}
.mainSection01 .box dl {}
.mainSection01 .box dl:after {content: ''; display: block; clear: both}
.mainSection01 .box dl > * {width: 50%}
.mainSection01 .box dl dt {}
.mainSection01 .box dl:nth-child(odd) dt {float: left}
.mainSection01 .box dl:nth-child(even) dt {float: right}
.mainSection01 .box dl dt .thumb {padding-bottom: 55%; background-size: cover; background-repeat: no-repeat; background-position: center}
.mainSection01 .box dl dd {display: table; height: 384px; background: #fff; text-align: center}
.mainSection01 .box dl:nth-child(odd) dd {float: right}
.mainSection01 .box dl:nth-child(even) dd {float: left}
.mainSection01 .box dl dd .mid {display: table-cell; vertical-align: middle}
.mainSection01 .box dl dd .mid img {}
.mainSection01 .box dl dd .mid h6 {text-align: center; font-family: gmarket; font-weight: 600; font-size: 35px; line-height: 40px; color: #333; letter-spacing: -0.5px; margin: 40px 0 20px 0}
.mainSection01 .box dl dd .mid p {font-weight: 200; font-size: 16px; line-height: 25px; color: #555; letter-spacing: -0.5px}

.mainSection02 {padding: 120px 0}
.mainSection02 dl {}
.mainSection02 dl:after {content: ''; display: block; clear: both}
.mainSection02 dl > * {float: left; border-radius: 50px; box-shadow: 6px 6px 6px rgba(0,0,0,0.05); min-height: 1300px; box-sizing: border-box}
.mainSection02 dl dt {width: calc(30% + 40px); background: rgb(255,83,82); background: linear-gradient(0deg, rgba(255,83,82,1) 0%, rgba(255,135,78,1) 100%); padding: 65px 0 35px 0; text-align: center}
.mainSection02 dl dt h6 {font-family: gmarket; font-weight: 200; font-size: 46px; line-height: 58px; color: #fff; letter-spacing: -1px; text-align: center}
.mainSection02 dl dt h6 strong {}
.mainSection02 dl dt ul {position: relative; display: inline-block}
.mainSection02 dl dt ul:before {content: ''; position: absolute; top: 40px; left: 50px; width: 1px; height: calc(100% - 80px); border-left: 1px dashed rgba(255,255,255,0.5)}
.mainSection02 dl dt ul li {position: relative; display: table; height: 100px; padding: 40px 0; padding-left: 130px}
.mainSection02 dl dt ul li:after {content: ''; position: absolute; bottom: -6px; left: 40px; width: 21px; height: 13px; background: url('../images/main/main_sec02_arrow.png') no-repeat center / contain}
.mainSection02 dl dt ul li:last-child:after {display: none}
.mainSection02 dl dt ul li img {position: absolute; top: 40px; left: 0}
.mainSection02 dl dt ul li p {display: table-cell; vertical-align: middle; text-align: left; font-family: gmarket; font-weight: 300; font-size: 20px; color: #fff}
.mainSection02 dl dd {width: calc(70% - 100px); margin-left: 60px; border: 6px solid #ff5352; padding: 70px 80px}
.mainSection02 dl dd h6 {font-family: gmarket; font-weight: 600; font-size: 50px; line-height: 55px; color: #333; letter-spacing: -1px; text-align: center; margin-bottom: 45px}
.mainSection02 dl dd form {}
.mainSection02 dl dd form legend {font-family: gmarket; font-weight: 300; font-size: 22px; line-height: 30px; color: #555; letter-spacing: -0.5px; margin-bottom: 20px}
.mainSection02 dl dd form legend strong {font-size: 26px; color: #444}
.mainSection02 dl dd form fieldset {margin-bottom: 45px}
.mainSection02 dl dd form .top {}
.mainSection02 dl dd form .top table {width: 100%}
.mainSection02 dl dd form .top table tr > * {padding: 16px 30px; border: 1px solid #ddd; border-width: 1px 0}
.mainSection02 dl dd form .top table tr th {background: #f5f5f5; font-weight: 300; font-size: 16px; color: #000; line-height: 34px; letter-spacing: -1px}
.mainSection02 dl dd form .top table tr th span {color: #ff5352; font-size: inherit}
.mainSection02 dl dd form .top table tr td {}
.mainSection02 dl dd form .top table tr td .inp {height: 40px; line-height: 40px; border: 1px solid #ddd; padding: 0 20px; box-sizing: border-box}
.mainSection02 dl dd form .top table tr td .inp.w100 {width: 325px}
.mainSection02 dl dd form .top table tr td .inp.w30 {width: 80px}
.mainSection02 dl dd form .top table tr td em {display: inline-block; width: 12px; height: 1px; margin: 19px 12px; background: #ddd}
.mainSection02 dl dd form .mid {}
.mainSection02 dl dd form .mid .chk {margin: -5px}
.mainSection02 dl dd form .mid .chk:after {content: ''; display: block; clear: both}
.mainSection02 dl dd form .mid .chk li {float: left; width: calc(100% / 5 - 10px); margin: 5px}
.mainSection02 dl dd form .mid .chk li label {display: block; width: 100%; line-height: 40px; border-radius: 20px; border: 1px solid #ddd; text-align: center; font-size: 16px; color: #555; letter-spacing: -0.5px}
.mainSection02 dl dd form .mid .chk li label.active {background: #ff5352; border-color: #ff5352; color: #fff}
.mainSection02 dl dd form .mid .inp.w100 {margin-top: 20px; width: 100%; border: 1px solid #ddd; line-height: 55px; padding: 0 15px; font-size: 16px; color: #333}
.mainSection02 dl dd form .mid .inp.w100::placeholder {color: #888}
.mainSection02 dl dd form .bot {text-align: right; margin-bottom: 34px}
.mainSection02 dl dd form .bot legend {text-align: left}
.mainSection02 dl dd form .bot textarea {width: 100%; height: 310px; padding: 30px; box-sizing: border-box; border: 1px solid #ddd; border-top: 2px solid #666; font-size: 16px; line-height: 24px; color: #333}
.mainSection02 dl dd form .bot textarea::placeholder {color: #888}
.mainSection02 dl dd form .bot > span {display: block; text-align: right; margin: 15px 0; font-size: 14px; line-height: 20px; color: #e23938; letter-spacing: -0.5px}
.mainSection02 dl dd form .bot label {font-size: 15px; line-height: 20px; color: #888; letter-spacing: -0.5px}
.mainSection02 dl dd form .bot label input {}
.mainSection02 dl dd form .bot label a {position: relative; font-size: inherit; color: #555; letter-spacing: inherit; text-decoration: none}
.mainSection02 dl dd form .bot label a:after {content: ''; position: absolute; bottom: -3px; right: 0; width: calc(100% - 34px); height: 1px; background: #888}
.mainSection02 dl dd form .bot label a span {font-size: inherit; color: #888}
.mainSection02 dl dd form button {display: block; width: 470px; line-height: 64px; border-radius: 50px; border: 0; background: #ff5352; margin: 0 auto; font-family: gmarket; font-weight: 600; font-size: 24px; color: #fff; letter-spacing: 0.5px}

.mainSection03 {position: relative; padding: 120px 0}
.mainSection03:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/main/main_sec03_bg.jpg') no-repeat center / cover; z-index: -1}
.mainSection03 .title {position: relative; padding-bottom: 55px; text-align: center}
.mainSection03 .title:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('../images/main/main_sec03_hand.png') no-repeat 97% bottom}
.mainSection03 .title h5 {position: relative; display: inline-block; padding: 0 150px; font-family: gmarket; font-weight: 600; font-size: 56px; line-height: 60px; color: #333; letter-spacing: -0.5px}
.mainSection03 .title h5:after {content: ''; position: absolute; top: -20px; left: 0; width: 83px; height: 77px; background: url('../images/main/main_sec03_tit.png') no-repeat center / contain}
.mainSection03 dl {margin: -30px 0}
.mainSection03 dl > * {position: relative; margin: 30px 0; background: #fff; border-radius: 15px; box-shadow: 6px 6px 6px rgba(0,0,0,0.05); padding: 80px 100px; box-sizing: border-box; z-index: 2}
.mainSection03 dl dt {}
.mainSection03 dl strong {display: inline-block; width: 290px; background: #fff; font-family: gmarket; font-weight: 600; font-size: 35px; line-height: 45px; letter-spacing: -1px; margin-bottom: 30px}
.mainSection03 dl strong:after {content: ''; position: absolute; top: 100px; left: 100px; width: calc(100% - 200px); height: 1px; background: #ddd; z-index: -1}
.mainSection03 dl dt strong {color: #ff4f35}
.mainSection03 dl dd strong {color: #ed008c}
.mainSection03 dl ul {margin: 0 -15px}
.mainSection03 dl ul:after {content: ''; display: block; clear: both}
.mainSection03 dl ul.org {margin-bottom: 30px}
.mainSection03 dl ul.bl {}
.mainSection03 dl ul.pik {}
.mainSection03 dl ul li {float: left; display: table; width: calc(50% - 30px); height: 220px; margin: 0 15px; border-radius: 15px}
.mainSection03 dl ul.org li {background: url('../images/main/main_sec03_orange.png') no-repeat center / cover}
.mainSection03 dl ul.bl li {background: url('../images/main/main_sec03_blue.png') no-repeat center / cover}
.mainSection03 dl ul.pik li {background: url('../images/main/main_sec03_pink.png') no-repeat center / cover}
.mainSection03 dl ul li .mid {display: table-cell; vertical-align: middle; padding: 0 50px}
.mainSection03 dl ul li .mid > * {color: #fff}
.mainSection03 dl ul li .mid h6 {font-family: gmarket; font-weight: 600; font-size: 26px; line-height: 30px; letter-spacing: -0.5px; margin-bottom: 20px}
.mainSection03 dl ul li .mid p {position: relative; font-weight: 400; font-size: 16px; line-height: 24px; letter-spacing: -1px; padding-left: 20px}
.mainSection03 dl ul li .mid p:before {content: ''; position: absolute; top: 9px; left: 0; width: 5px; height: 5px; background: #fff; border-radius: 50%}

.mainSection04 {padding: 110px 0}
.mainSection04 .title {padding-bottom: 45px}
.mainSection04 .title > * {text-align: center}
.mainSection04 .title h5 {font-family: gmarket; font-weight: 600; font-size: 56px; line-height: 60px; color: #333; letter-spacing: -0.5px}
.mainSection04 .title p {font-size: 18px; line-height: 26px; color: #777; letter-spacing: -0.5px; margin-top: 20px}
.mainSection04 .tblWrap {}
.mainSection04 .tblWrap table {width: 100%; border-top: 2px solid #333}
.mainSection04 .tblWrap table thead tr th {line-height: 55px; background: #f5f5f5; font-weight: 300; font-size: 15px; color: #333; letter-spacing: -0.5px}
.mainSection04 .tblWrap table thead tr th:first-child {position: relative; background: #f5f5f5 url('../images/main/table_line.png') no-repeat center / cover; border-left: 1px solid #ddd;  border-right: 1px solid #ddd; padding: 10px 20px}
.mainSection04 .tblWrap table thead tr th:last-child {border-right: 1px solid #ddd}
.mainSection04 .tblWrap table thead tr th span {position: absolute; line-height: 20px; font-weight: inherit; font-size: inherit; color: inherit}
.mainSection04 .tblWrap table thead tr th span:first-child {top: 10px; right: 20px}
.mainSection04 .tblWrap table thead tr th span:last-child {bottom: 10px; left: 20px}
.mainSection04 .tblWrap table tbody tr > * {min-height: 55px; padding: 8px 0; font-size: 14px; line-height: 20px; color: #666; letter-spacing: -0.5px; border: 1px solid #ddd; text-align: center}
.mainSection04 .tblWrap table tbody tr th {font-weight: 300; font-size: 15px; line-height: 30px; color: #333}
.mainSection04 .tblWrap table tbody tr td.lst {line-height: 32px}
.mainSection04 .tblWrap table tbody tr td.big {font-weight: 600; font-size: 14px; line-height: 20px; color: #e31515}
.mainSection04 .tblWrap table tbody tr td.big2 {font-weight: 600; font-size: 20px; color: #e31515}

.mainSection05 {position: relative; padding: 110px 0}
.mainSection05: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}
.mainSection05 .title {margin-bottom: 30px}
.mainSection05 .title > * {text-align: center}
.mainSection05 .title h5 {font-family: gmarket; font-weight: 600; font-size: 35px; line-height: 55px; color: #333; letter-spacing: -0.5px}
.mainSection05 .title h5 strong {display: block; font-size: 56px; color: #ff4f35}
.mainSection05 .title p {font-size: 18px; line-height: 30px; color: #777; letter-spacing: -0.5px; margin-top: 5px}
.mainSection05 ul {margin: -30px -20px}
.mainSection05 ul:after {content: ''; display: block; clear: both}
.mainSection05 ul li {position: relative; float: left; width: calc(100% / 3 - 40px); margin: 30px 20px}
.mainSection05 ul li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3}
.mainSection05 ul li img {}
.mainSection05 ul li h6 {font-size: 25px; line-height: 30px; color: #333; letter-spacing: -1px; margin-top: -5px}
.mainSection05 ul li p {font-size: 17px; line-height: 23px; color: #555; letter-spacing: -1px; margin-top: 15px}
.mainSection05 ul li p strong {font-weight: inherit; color: #e31515}

.mainSection06 {position: relative; padding: 125px 0 80px 0}
.mainSection06:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/main/main_line.jpg') repeat-y center}
.mainSection06 .box {position: relative; padding-left: 524px; margin-right: -44px}
.mainSection06 .box:after {content: ''; position: absolute; bottom: -80px; left: -40px; width: 570px; height: 680px; background: url('../images/main/main_sec05_img.png') no-repeat left bottom}
.mainSection06 .box h5 {text-align: center; font-family: gmarket; font-weight: 600; font-size: 56px; line-height: 60px; color: #333; letter-spacing: -1px; margin-bottom: 45px}
.mainSection06 .box .rollWrap {position: relative; padding: 29px 107px 36px 93px; background: url('../images/main/main_sec05_tablet.png') no-repeat center}
.mainSection06 .box .rollWrap ul {}
.mainSection06 .box .rollWrap ul:after {content: ''; display: block; clear: both}
.mainSection06 .box .rollWrap ul li {float: left; line-height: 55px; text-align: center; background: #333333; font-weight: 300; font-size: 15px; color: #fff; letter-spacing: -0.5px}
.mainSection06 .box .rollWrap ul li:first-child {width: 23%}
.mainSection06 .box .rollWrap ul li:nth-child(2) {width: 13%}
.mainSection06 .box .rollWrap ul li:nth-child(3) {width: 22%}
.mainSection06 .box .rollWrap ul li:nth-child(4) {width: 17%}
.mainSection06 .box .rollWrap ul li:last-child {width: 25%}
.mainSection06 .box .rollWrap .roll {}
.mainSection06 .box .rollWrap .roll .item {padding: 14px 0; border-bottom: 1px solid #ddd}
.mainSection06 .box .rollWrap .roll .item:after {content: ''; display: block; clear: both}
.mainSection06 .box .rollWrap .roll .item span {display: inline-block; float: left; text-align: center; font-size: 15px; color: #666; line-height: 24px; letter-spacing: -0.5px}
.mainSection06 .box .rollWrap .roll .item span:first-child {width: 23%}
.mainSection06 .box .rollWrap .roll .item span:nth-child(2) {width: 13%}
.mainSection06 .box .rollWrap .roll .item span:nth-child(3) {width: 22%}
.mainSection06 .box .rollWrap .roll .item span:nth-child(4) {width: 17%}
.mainSection06 .box .rollWrap .roll .item span:last-child {width: 25%}
.mainSection06 .box .rollWrap .roll .item span img {display: inline-block}

.mainSection07 {position: relative; padding: 110px 0}
.mainSection07:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/main/main_sec06_bg.jpg') no-repeat center / cover; z-index: -1}
.mainSection07 .title {margin-bottom: 40px;text-align: center}
.mainSection07 .title h5 {display: inline-block; font-family: gmarket; font-weight: 600; font-size: 54px; line-height: 60px; color: #fff; letter-spacing: -1px; padding: 15px 25px; padding-bottom: 4px; background: #ff4f35}
.mainSection07 .title p {font-size: 18px; line-height: 30px; color: #fff; letter-spacing: -1px; margin-top: 15px}
.mainSection07 ul {position: relative}
.mainSection07 ul:before {content: ''; position: absolute; top: 48px; left: 80px; width: calc(100% - 160px); height: 1px; background: rgba(255,255,255,0.4); z-index: -1}
.mainSection07 ul:after {content: ''; display: block; clear: both}
.mainSection07 ul li {position: relative; float: left; width: calc(100% / 6); text-align: center}
.mainSection07 ul li:after {content: ''; position: absolute; top: 40px; right: -5px; width: 10px; height: 16px; background: url('../images/main/main_sec06_arrow.png') no-repeat center / contain}
.mainSection07 ul li:last-child:after {display: none}
.mainSection07 ul li img {border-radius: 50%; box-shadow: 0 10px 10px rgba(220,90,71,0.5)}
.mainSection07 ul li span {display: block; width: 100px; margin: 30px auto 20px auto; line-height: 30px; border-radius: 15px; background: #ff4f35; font-family: gmarket; font-weight: 300; font-size: 14px; color: #fff}
.mainSection07 ul li h6 {text-align: center; font-family: gmarket; font-weight: 300; font-size: 19px; line-height: 26px; color: #fff; letter-spacing: -0.5px}

.mainSection08 {position: relative}
.mainSection08 .mapBox {position: relative; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px}
.mainSection08 .mapBox > div {}
.mainSection08 .info {position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 100; width: 440px}
.mainSection08 .info dl {box-shadow: 6px 6px 6px rgba(0,0,0,0.1)}
.mainSection08 .info dl > * {padding: 35px 40px}
.mainSection08 .info dl dt {background: url('../images/main/main_sec07_top_bg.jpg') no-repeat center / cover}
.mainSection08 .info dl dt h6 {font-family: gmarket; font-weight: 300; font-size: 26px; line-height: 30px; color: #333}
.mainSection08 .info dl dt p {font-size: 14px; line-height: 20px; color: #888; letter-spacing: -0.5px; margin-top: 10px}
.mainSection08 .info dl dt ul {margin: -14px 0; margin-top: 25px}
.mainSection08 .info dl dt ul li {position: relative; margin: 14px 0; padding-left: 80px; line-height: 30px; font-size: 16px; color: #666; letter-spacing: -0.5px}
.mainSection08 .info dl dt ul li strong {position: absolute; top: 0; left: 0; padding-left: 40px; line-height: inherit; font-weight: 300; color: #222}
.mainSection08 .info dl dt ul li:first-child strong {background: url('../images/main/main_sec07_ico01.png') no-repeat left center}
.mainSection08 .info dl dt ul li:last-child strong {background: url('../images/main/main_sec07_ico02.png') no-repeat left center}
.mainSection08 .info dl dd {background: rgb(255,83,82); background: linear-gradient(-90deg, rgba(255,83,82,1) 0%, rgba(255,135,78,1) 100%)}
.mainSection08 .info dl dd a {display: block; font-family: gmarket; font-weight: 600; font-size: 32px; line-height: 40px; color: #fff; text-decoration: none; margin-bottom: 10px}
.mainSection08 .info dl dd a span {display: block; font-family: noto; font-weight: 300; font-size: 18px; line-height: 20px; color: inherit; margin-bottom: 5px}
.mainSection08 .info dl dd p {display: inline-block; vertical-align: middle; font-size: 16px; line-height: 24px; color: #fff; letter-spacing: -0.5px}
.mainSection08 .info dl dd p:last-child {position: relative; padding-left: 10px; margin-left: 10px}
.mainSection08 .info dl dd p:last-child:before {content: ''; position: absolute; top: 50%; left: -1px; width: 1px; height: 12px; margin-top: -6px; background: #fff}

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

#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: 10px;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: 1px 0 1px 0;}
#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;}
