@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: 50px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 0 3px;position: relative;width: 40px;height: 40px;line-height: 40px;text-align: center; color: #878787;font-size: 16px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;border-radius: 50% !important}
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 40px;text-align: center;font-size: 18px;text-indent: 0;}
.paging a.active{background: #7000fc;color: #fff !important}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 16px;color: #878787;text-indent: -999em;}
.paging a.first {margin-right: 10px}
.paging a.last {margin-left: 10px}
.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: absolute; top: 0; left: 0; width: 100%; z-index: 90}
#header .inner{position: relative;width: 1200px;height: 80px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 80px;}
#header .logo img.pp {display: none}
#header .logo img.wt {}


.sub #header {position: relative; border-bottom: 1px solid #ddd}
.sub #header .logo img.pp {display: inline-block}
.sub #header .logo img.wt {display: none}


#gnb{position: absolute;top: 0;right: 140px;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 35px;line-height: 80px;font-size: 16px;color: #fff;text-decoration: none;}
#gnb > li > a:after{display:block;content:'';width:0;height: 3px;position: absolute;bottom:0;left:50%;background: #fff;transition:all 0.25s;}
#gnb > li:hover > a:after,
#gnb > li.active > a:after{width: 100%;left:0;}
#gnb > li > ul{position: absolute;top: 80px;left: 50%;width: 160px;margin-left: -80px;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;}

.sub #gnb > li > a {color: #130d2a}
.sub #gnb > li > a:after {background: #130d2a;}

#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: 50%;right: 0; transform: translateY(-50%); z-index: 92;}
#hd-lan > ul{}
#hd-lan > ul li {position: relative; display: inline-block; vertical-align: middle; padding-left: 11px; margin-left: 10px}
#hd-lan > ul li:before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 14px; background-color: #fff}
#hd-lan > ul li:first-child:before {display: none}
#hd-lan > ul li a{display: block;font-weight: 200; font-size: 15px;color: #fff;text-decoration: none;text-transform: uppercase;}

.sub #hd-lan > ul li:before {background: #ddd}
.sub #hd-lan > ul li a {color: #888888}

#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: #f4f3ff;}
#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: 80px 0;}
#footer address{margin-top: 45px; font-size: 14px;line-height: 24px;color: #4e5568;font-style: normal;}
#footer address strong {display: block; margin-bottom: 20px}
#footer address b {font-weight: 600}
#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: #777777;}

#sns-ico{position: absolute; bottom: 80px; right: 0;}
#sns-ico li{display: inline-block;vertical-align: middle; margin-left: 15px}

#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{display: none; text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
#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: #fff;}
#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: 500;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: 500;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}
#main #mainWrap section {}
#main #mainWrap section .inner {max-width: 1200px; margin: 0 auto}

#main #mainWrap .title {margin-bottom: 50px}
#main #mainWrap .title h5 {font-size: 36px; line-height: 44px; color: #130d2a; text-align: center}
#main #mainWrap .title h5 span {display: block; margin-bottom: 20px; font-weight: inherit; font-size: 24px; line-height: 30px; color: #7000fc}

#main .visual {position: relative; padding-top: 180px; background-color: #7000fc}
#main .visual .visTxt {max-width: 1200px; margin: 0 auto; font-size: 64px; line-height: 80px; color: #fff}
#main .visual .rollWrap {position: relative; padding: 110px 0 185px}
#main .visual .rollWrap > * {}
#main .visual .rollWrap .item {}
#main .visual .rollWrap .rollTmb {}
#main .visual .rollWrap .rollTmb .slick-list {padding: 0 375px 0 325px !important}
#main .visual .rollWrap .rollTmb .item {margin: 0 10px}
#main .visual .rollWrap .rollBig {position: absolute; bottom: 0; right: 30%; width: 490px; height: 510px; background: url('../images/main/vis_hand_img.png') no-repeat center / contain; z-index: 10; padding-top: 105px}
#main .visual .rollWrap .rollBig .slick-list {padding: 0 55px 0 214px}
#main .visual .rollWrap .rollBig .item {}



#main .mainSec01 {padding: 110px 0 120px; background-color: #f9faff}
#main .mainSec01 h5 {font-weight: 600; font-size: 88px; line-height: 66px; color: #130d2a; text-align: center}
#main .mainSec01 h5 > * {display: inline-block; vertical-align: bottom}
#main .mainSec01 h5 span {font-weight: inherit; font-size: inherit; line-height: inherit; color: inherit}
#main .mainSec01 h5 .box {position: relative; width: 170px; height: 130px; margin: 0 14px; z-index: 1; overflow: hidden}
#main .mainSec01 h5 .box:before {content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 70px; background-color: #7000fc; border-radius: 35px; z-index: -1}
#main .mainSec01 h5 .box img {}
#main .mainSec01 p {margin-top: 80px; font-weight: 500; font-size: 24px; line-height: 30px; color: #7000fc; text-align: center}

#main .mainSec02 {}
#main .mainSec02 .inner {}
#main .mainSec02 dl {display: flex; align-items: center}
#main .mainSec02 dl:nth-child(odd) {flex-flow: row wrap}
#main .mainSec02 dl:nth-child(even) {flex-flow: row-reverse wrap}
#main .mainSec02 dl > * {width: 50%}
#main .mainSec02 dl dt {}
#main .mainSec02 dl dt img {}
#main .mainSec02 dl dd {}
#main .mainSec02 dl dd .mid {}
#main .mainSec02 dl:nth-child(odd) dd .mid {padding-left: 50px}
#main .mainSec02 dl:nth-child(even) dd .mid {padding-left: 160px}
#main .mainSec02 dl dd h5 {font-size: 36px; line-height: 48px; color: #130d2a}
#main .mainSec02 dl dd h5 span {display: block; margin-bottom: 25px; font-weight: inherit; font-size: 24px; line-height: 30px; color: #7000fc}
#main .mainSec02 dl dd p {margin-top: 25px; font-size: 20px; line-height: 30px; color: #666}
#main .mainSec02 dl dd a {margin-top: 25px; display: inline-block; width: 180px; font-weight: 500; font-size: 17px; line-height: 45px; color: #130d2a; border-radius: 10px; padding: 0 25px; background: #f4f7ff url('../images/main/main_sec_arrow.png') no-repeat center right 25px; box-sizing: border-box; text-decoration: none}


#main .mainSec03 {padding: 160px 0; background-color: #f9faff}
#main .mainSec03 ul {display: flex; flex-flow: row wrap; justify-content: center; text-align: center}
#main .mainSec03 ul li {padding: 0 30px; margin-top: 50px; box-sizing: border-box}
#main .mainSec03 ul.w30 li {margin-top: 0}
#main .mainSec03 ul.w20 li {flex: 1 20%}
#main .mainSec03 ul li img {}
#main .mainSec03 ul li p {margin-top: 10px; font-weight: 500; font-size: 17px; line-height: 24px; color: #130d2a}


#main .mainSec04 {padding: 160px 0; background-color: #e8ebf6}
#main .mainSec04 .wrap {}
#main .mainSec04 .brdList {border-top: 1px solid #ddd}
#main .mainSec04 .brdList li {padding: 30px; border-bottom: 1px solid #ddd}
#main .mainSec04 .brdList li a {text-decoration: none}
#main .mainSec04 .brdList li a span {font-weight: 700; font-size: 17px; line-height: 24px; color: #7000fc}
#main .mainSec04 .brdList li a h6 {margin: 10px 0; font-size: 24px; line-height: 34px; color: #130d2a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap}
#main .mainSec04 .brdList li a em {font-style: normal; font-size: 15px; line-height: 22px; color: #888}
#main .mainSec04 .wrap .btns {margin-top: 50px; text-align: center}
#main .mainSec04 .wrap .btns a {display: inline-block; width: 180px; font-weight: 500; font-size: 17px; line-height: 45px; color: #130d2a; border-radius: 10px; padding: 0 25px; background: #f4f7ff url('../images/main/main_sec_arrow.png') no-repeat center right 25px; box-sizing: border-box; text-decoration: none; text-align: left}


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

#sub #content > *{}

#sub .sub-vis{display: none; 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{display: none; 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{display: none; 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: 500;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;}


.sub-title {padding-bottom: 50px}
.sub-title > * {text-align: center}
.sub-title h5 {font-size: 48px; line-height: 56px; color: #130d2a}
.sub-title h5 span {display: block; margin-top: 15px; font-weight: 500; font-size: 24px; line-height: 30px; color: #555}
.sub-title p {margin-top: 25px; font-size: 20px; line-height: 32px; color: #555}


.absWrap {}
.absWrap .tit {padding-bottom: 70px}
.absWrap .tit h5 {font-size: 48px; line-height: 60px; color: #fff; text-align: center}
.absWrap .hisBox {position: relative; padding-bottom: 80px;}
.absWrap .hisBox:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/sub/abs_top_bg.png') no-repeat center top; z-index: -1}
.absWrap .hisBox .top {padding: 270px 0; overflow: hidden;}
.absWrap .hisBox .top h5 {width: calc(50% + 40px); font-size: 52px; line-height: 70px; color: #fff; box-sizing: border-box}
.absWrap .hisBox .top h5:nth-child(odd) {float: left; padding-right: 80px; text-align: right;}
.absWrap .hisBox .top h5:nth-child(even) {float: right; padding-left: 80px; text-align: left;}
.absWrap .hisBox .bot {}
.absWrap .hisBox .bot .tit {padding-bottom: 80px}
.absWrap .hisBox .bot .tit > * {text-align: center}
.absWrap .hisBox .bot .tit h5 {font-size: 64px; line-height: 72px; color: #130d2a}
.absWrap .hisBox .bot .tit p {margin-top: 25px; font-size: 24px; line-height: 36px; color: #222}
.absWrap .mapBox {position: relative; padding: 120px 0}
.absWrap .mapBox:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background-color: #f7f7f7; z-index: -1}
.absWrap .mapBox .tit {}
.absWrap .mapBox .tit h5 {color: #130d2a}
.absWrap .mapBox .tit h5 span {display: block; margin-bottom: 25px; font-size: 24px; line-height: 30px; color: #7000fc}
.absWrap .mapBox dl {padding: 20px 0; background-color: #fff; text-align: center}
.absWrap .mapBox dl > * {display: inline-block; vertical-align: middle}
.absWrap .mapBox dl span {position: relative; display: inline-block; vertical-align: middle; margin: 0 25px; padding-left: 20px; font-size: 18px; line-height: 40px; color: #130d2a}
.absWrap .mapBox dl span:before {content: ''; position: absolute; top: 14px; left: 0; width: 10px; height: 10px; border-radius: 50%}
.absWrap .mapBox dl span.ppl:before {background-color: #7000fc}
.absWrap .mapBox dl span.ylw:before {background-color: #fcb200}
.absWrap .mapBox dl p {display: inline-block; vertical-align: middle; margin: 0 20px; padding-left: 75px; font-weight: 700; font-size: 18px; line-height: 60px; color: #130d2a}
.absWrap .mapBox dl p.clr1 {background: url('../images/sub/abs_map_ico01.png') no-repeat left center}
.absWrap .mapBox dl p.clr2 {background: url('../images/sub/abs_map_ico02.png') no-repeat left center}
.absWrap .mapBox dl dt {padding-right: 55px; border-right: 1px solid #ddd}
.absWrap .mapBox dl dd {padding-left: 80px}
.absWrap .mapBox .img {margin-top: 60px}
.absWrap .mapBox .img img {}
.absWrap .grhBox {position: relative; padding: 120px 0}
.absWrap .grhBox:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/sub/abs_graph_bg.jpg') no-repeat center / cover; z-index: -1}
.absWrap .grhBox dl {text-align: center}
.absWrap .grhBox dl > * {}
.absWrap .grhBox dl dt {font-weight: 700; font-size: 64px; line-height: 70px; color: #e0c7ff}
.absWrap .grhBox dl dt img {margin-top: -10px; margin-right: 30px}
.absWrap .grhBox dl dd {margin-top: 20px; font-size: 18px; color: #fff}
.absWrap .grhBox ul {display: flex; flex-flow: row wrap; margin-top: 70px}
.absWrap .grhBox ul li {position: relative; flex: 1 30%; text-align: center}
.absWrap .grhBox ul li:before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 60px; background: rgba(255,255,255,0.3)}
.absWrap .grhBox ul li:first-child:before {display: none}
.absWrap .grhBox ul li > * {color: #fff}
.absWrap .grhBox ul li strong {font-size: 56px; line-height: 60px}
.absWrap .grhBox ul li p {margin-top: 10px; font-size: 18px; line-height: 30px}
.absWrap .licBox {position: relative; padding: 120px 0}
.absWrap .licBox:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: url('../images/sub/abs_lic_bg.png') no-repeat center / cover; z-index: -1}
.absWrap .licBox ul {display: flex; flex-flow: row wrap; margin: 0 -40px}
.absWrap .licBox ul li {width: calc(25% - 80px); margin: 0 40px; padding: 15px 0; background: url('../images/sub/abs_lic_ico.png') no-repeat center}
.absWrap .licBox ul li p {font-weight: 700; font-size: 20px; line-height: 30px; color: #fff; text-align: center}


.inqWrap {position: relative}
.inqWrap:before {content: ''; position: absolute; bottom: -120px; left: 50%; width: 2000px; height: calc(100% + 120px); margin-left: -1000px; background: url('../images/sub/inq_bg.jpg') no-repeat center bottom; z-index: -1}
.inqWrap .list {display: flex; flex-flow: row wrap; padding-top: 20px; margin: -20px}
.inqWrap .list dl {width: calc(50% - 40px); padding: 45px; margin: 20px; border-radius: 15px; box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.05); box-sizing: border-box; background-color: #fff}
.inqWrap .list dl.in {background: #fff url('../images/sub/inq_in_ico.png') no-repeat right 45px top 45px}
.inqWrap .list dt {margin-bottom: 20px; font-weight: 700; font-size: 32px; line-height: 40px; color: #130d2a}
.inqWrap .list dt span {display: block; margin-bottom: 15px; font-weight: inherit; font-size: 18px; line-height: 24px; color: #7000fc}
.inqWrap .list dd {padding-left: 35px; font-size: 18px; line-height: 28px; color: #555; background: url('../images/sub/inq_mail_ico.png') no-repeat left center}


.prtWrap {}
.prtWrap ul {display: flex; flex-flow: row wrap; justify-content: center; text-align: center}
.prtWrap ul li {padding: 0 30px; margin-top: 50px; box-sizing: border-box}
.prtWrap ul.w30 li {margin-top: 0}
.prtWrap ul.w20 li {flex: 1 20%}
.prtWrap ul li img {}
.prtWrap ul li p {margin-top: 10px; font-weight: 500; font-size: 17px; line-height: 24px; color: #130d2a}


.biWrap {}
.biWrap .top {padding: 70px 0; text-align: center; border: 1px solid #eee; box-sizing: border-box}
.biWrap .top img {}
.biWrap .bot {padding-top: 55px}
.biWrap .bot > * {text-align: center}
.biWrap .bot h6 {font-size: 36px; line-height: 44px; color: #7000fc}
.biWrap .bot strong {display: block; margin: 25px 0 15px; font-weight: 600; font-size: 24px; line-height: 32px; color: #130d2a}
.biWrap .bot p {font-size: 18px; line-height: 30px; color: #130d2a}
.biWrap .bot .btns {margin-top: 55px}
.biWrap .bot .btns a {display: inline-block; vertical-align: top; margin: 0 10px; width: 200px; line-height: 55px; border-radius: 10px}
.biWrap .bot .btns a span {display: inline-block; padding-right: 35px; font-weight: 600; font-size: 20px; color: #fff; background: url('../images/sub/bi_down_ico.png') no-repeat right center}
.biWrap .bot .btns .type1 {background-color: #4e5568}
.biWrap .bot .btns .type2 {background-color: #a6b1d6}


.locWrap {text-align: center}
.locWrap .add {display: inline-block; padding-left: 25px; font-weight: 500; font-size: 22px; line-height: 30px; color: #555; background: url('../images/sub/loc_add_ico.png') no-repeat left center}
.locWrap .mapBox {margin-top: 45px}
.locWrap .mapBox img {}


.svcWrap {}
.svcWrap .topBox {padding-bottom: 120px}
.svcWrap .topBox .img {margin-top: 30px}
.svcWrap dl {display: flex; align-items: center}
.svcWrap dl > * {width: 50%}
.svcWrap dl dd .mid {padding-left: 70px}
.svcWrap dl dd h6 {margin-bottom: 30px; font-size: 36px; line-height: 44px; color: #130d2a}
.svcWrap dl dd h6 span {display: block; margin-bottom: 10px; font-size: 24px; line-height: 30px; color: #7000fc}
.svcWrap dl dd p {margin-top: 10px; font-size: 18px; line-height: 30px; color: #555}
.svcWrap .skbBox {position: relative; padding: 120px 0}
.svcWrap .skbBox:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background-color: #f9faff; z-index: -1}
.svcWrap .skbBox dl {flex-flow: row wrap}
.svcWrap .wttBox {padding: 120px 0}
.svcWrap .wttBox dl {flex-flow: row-reverse wrap}
.svcWrap .prcBox {position: relative; padding: 120px 0}
.svcWrap .prcBox:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: #f7f7f7; z-index: -1}
.svcWrap .prcBox h5 {font-size: 36px; line-height: 44px; color: #130d2a; text-align: center}
.svcWrap .prcBox ul {display: flex; flex-flow: row wrap; justify-content: space-between; margin-top: 55px}
.svcWrap .prcBox ul li {flex: 1 20%; text-align: center}
.svcWrap .prcBox ul li img {}
.svcWrap .prcBox ul li span {display: inline-block; margin-top: 10px; padding: 0 15px; font-weight: 700; font-size: 17px; color: #fff; line-height: 35px; border-radius: 18px; background-color: #7000fc}
.svcWrap .prcBox ul li p {margin-top: 15px; font-weight: 500; font-size: 19px; line-height: 30px; color: #130d2a}
.svcWrap .imgList {padding: 120px 0}
.svcWrap .imgList h5 {margin-bottom: 50px; font-size: 36px; line-height: 44px; color: #130d2a; text-align: center}
.svcWrap .imgList ul {display: flex; flex-flow: row wrap; margin: -10px 0}
.svcWrap .imgList ul li {flex: 1 25%; margin: 10px 0}
.svcWrap .imgList ul li img {}


.cnlWrap {}
.cnlWrap ul {display: flex; flex-flow: row wrap; margin: 0 -8px}
.cnlWrap ul li {width: calc(25% - 16px); padding: 50px 0; margin: 0 8px; text-align: center; border-radius: 20px; transition: all .3s ease}
.cnlWrap ul li:hover {box-shadow: -1px 2px 10px 4px rgba(0,0,0,0.1);}
.cnlWrap ul li .ico {}
.cnlWrap ul li .ico img {}
.cnlWrap ul li .ico .def {}
.cnlWrap ul li .ico .act {display: none}
.cnlWrap ul li:hover .ico .def {display: none}
.cnlWrap ul li:hover .ico .act {display: inline-block} 
.cnlWrap ul li h6 {margin: 25px 0 10px; font-size: 26px; line-height: 34px; color: #1b1044; text-align: center}
.cnlWrap ul li p {font-size: 17px; line-height: 26px; color: #666}
.cnlWrap ul li a {display: inline-block; margin-top: 45px; padding: 0 25px; width: 160px; line-height: 43px; border: 1px solid #ddd; border-radius: 10px; text-align: left; box-sizing: border-box; font-weight: 500; font-size: 15px; color: #666666; text-decoration: none; background: url('../images/sub/cnl_arrow_def.png') no-repeat right 25px center}
.cnlWrap ul li a:hover {border-color: #7000fc; color: #7000fc; background: url('../images/sub/cnl_arrow_act.png') no-repeat right 25px center}


.mngWrap {}
.mngWrap .top {position: relative; padding: 100px 0}
.mngWrap .top:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: #f9faff; z-index: -1}
.mngWrap .top dl {display: flex; flex-flow: row-reverse wrap; align-items: center}
.mngWrap .top dl > * {width: 50%}
.mngWrap .top dt {text-align: center}
.mngWrap .top dt img {}
.mngWrap .top dd {padding-left: 40px; box-sizing: border-box}
.mngWrap .top dd img {}
.mngWrap .top dd h6 {margin-top: 40px; font-size: 42px; line-height: 52px; color: #7000fc}
.mngWrap .bot {padding-top: 120px}
.mngWrap .bot h5 {font-size: 48px; line-height: 58px; color: #130d2a; text-align: center}
.mngWrap .bot ul {margin: 80px 0; text-align: center}
.mngWrap .bot ul li {display: inline-block; vertical-align: middle; padding: 0 10px}
.mngWrap .bot ul li img {}
.mngWrap .bot dl {padding: 20px 0; background-color: #f9faff; text-align: center}
.mngWrap .bot dl > * {display: inline-block; vertical-align: middle; padding: 0 50px; font-size: 18px; line-height: 35px; color: #555}
.mngWrap .bot dl strong {display: inline-block; vertical-align: middle; width: 80px; margin-right: 20px; background-color: #7000fc; border-radius: 18px; font-weight: 500; font-size: 17px; color: #ffffff}


.stepWrap {}
.stepWrap .top {padding-bottom: 120px}
.stepWrap .top .list {padding: 0 90px; background: url('../images/sub/step_top_bg.png') no-repeat center top 27%}
.stepWrap .top .list ul {display: flex}
.stepWrap .top .list ul:nth-child(odd) {flex-flow: row wrap}
.stepWrap .top .list ul:nth-child(even) {flex-flow: row-reverse wrap}
.stepWrap .top .list ul li {flex: 1 30%; margin-bottom: 45px; text-align: center}
.stepWrap .top .list ul li img {}
.stepWrap .top .list ul li p {margin-top: 10px; font-size: 16px; line-height: 24px; color: #555}
.stepWrap .top .list ul li p.ppl {color: #7000fc}
.stepWrap .top .list ul li p strong {font-weight: normal; color: #130d2a}
.stepWrap .top > span {display: block; font-size: 17px; line-height: 60px; background-color: #555555; background-color: #f7f7f7; text-align: center}
.stepWrap .top > span strong {color: #7000fc}
.stepWrap .bot {position: relative; padding-top: 120px}
.stepWrap .bot:before {content: ''; position: absolute; top: 0; left: 50%; width: 2000px; height: 100%; margin-left: -1000px; background: #f9faff; z-index: -1}
.stepWrap .bot h5 {font-size: 48px; line-height: 56px; color: #130d2a; text-align: center}
.stepWrap .bot .wrap {margin-top: 80px}
.stepWrap .bot .wrap dl {display: flex; padding-bottom: 120px}
.stepWrap .bot .wrap dl:nth-child(odd) {flex-flow: row wrap}
.stepWrap .bot .wrap dl:nth-child(even) {flex-flow: row-reverse wrap}
.stepWrap .bot .wrap dl > * {width: 50%}
.stepWrap .bot .wrap dl dt {}
.stepWrap .bot .wrap dl dt img {}
.stepWrap .bot .wrap dl dd {padding: 30px 80px; padding-bottom: 0; box-sizing: border-box}
.stepWrap .bot .wrap dl dd h6 {font-size: 36px; line-height: 48px; color: #130d2a}
.stepWrap .bot .wrap dl dd ul {margin-top: 30px}
.stepWrap .bot .wrap dl dd ul li {position: relative; padding-left: 12px; font-size: 18px; line-height: 30px; color: #555}
.stepWrap .bot .wrap dl dd ul li:before {content: ''; position: absolute; top: 11px; left: 0; width: 4px; height: 4px; background-color: #7000fc; border-radius: 50%}
.stepWrap .bot .wrap dl dd ul li span {font-size: 16px; color: #888}
.stepWrap .bot .wrap dl dd p {margin-top: 10px; font-size: 18px; line-height: 30px; color: #7000fc}


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

