@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;}

/* 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: absolute; top:0; left:0; right:0; z-index: 120;border-bottom: 1px solid rgba(255,255,255,0.3);}
#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 a img.main {}
#header .logo a img.sub {display: none;}

#gnb{position: absolute;top: 0;right: 0;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: 18px; font-weight: bold; color: #fff;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{display: none; width: 100%;left:0;}
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 200px;margin-left: -100px;padding: 15px;background: rgba(9,95,172,0.8);box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;}
#gnb > li > ul li a{display: block;font-size: 14px;color: #fff;line-height: 30px;text-align: center; letter-spacing: -0.5px;}
#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;}
#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: 50px 0;}
#footer .ftWrap:after {content: ''; display: block; clear: both;}
#footer .ftWrap .ft-logo {float: left; width: 150px;}
#footer .ftWrap .ft-logo img {}
#footer address{float: left; width: calc(100% - 150px);font-size: 15px;line-height: 22px;color: #b3b3b3;font-style: normal;}
#footer address hr{width: 10px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;font-size: 13px;color: #777777;}
#footer address .temp {display: none; }

#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{display: none; 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);}

#hd_btn {position: absolute; top: 50%; right: 50px; transform: translateY(-50%);}
#hd_btn:after {content: ''; display: block; clear: both;}
#hd_btn dt {float: left; padding: 0 5px;}
#hd_btn dt a {font-size: 16px; font-weight: 300; color: #fff; text-decoration: none;}
#hd_btn dd {float: left; padding: 0 5px;}
#hd_btn dd a {font-size: 16px; font-weight: 300; color: #fff; text-decoration: none;}

#slide-bg{display: none;}

#slide-menu{display: none;}

/**************************************************
	Ajax Popup
**************************************************/
#popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 300;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
#popup.on{opacity: 1;}
#popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
#popupBG.on{opacity: 1;}

/* sitemap */
#popup .sitemap{ text-align: center; }
#popup .sitemap > li{display: inline-block;width: 32%;vertical-align: top;margin-bottom: 10px;}
#popup .sitemap > li > a{display: block;text-align: center;font-size: 14px;letter-spacing: -1px;background: #f7f7f7;font-weight: 300;line-height: 40px;border-radius: 3px;}
#popup .sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
#popup .sitemap > li ul li:first-child{border-top: none;}
#popup .sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center;}

/**************************************************
	Main
**************************************************/
#main{  }
#main #content{  }
#main #mainWrap{position: relative;width:1200px; margin: 0 auto;}

#main .visual{position: relative;}
#main .visual .visual-txt {position: absolute; top:0; left:0; right:0; width:100%; height: 100%; z-index: 101; text-align: center;}
#main .visual .visual-txt .mid::before {content: ''; display: inline-block; vertical-align: middle; width:0; height: 100%;}
#main .visual .visual-txt .mid {display: inline-block; vertical-align: middle; height: 100%;}
#main .visual .visual-txt .mid dl {display: inline-block; vertical-align: middle;}
#main .visual .visual-txt .mid dl dt {width:100%; padding-bottom: 40px;}
#main .visual .visual-txt .mid dl dt img {}
#main .visual .visual-txt .mid dl dt h2 {font-weight: bold; font-size: 80px; line-height: 80px; color:#fff;text-align: center; padding:15px 0;}
#main .visual .visual-txt .mid dl dt strong {font-weight: 300; font-size: 24px; line-height: 32px; color:#fff; letter-spacing: -0.5px;}
#main .visual .visual-txt .mid dl dd {}
#main .visual .visual-txt .mid dl dd p {font-weight: 400; font-size: 18px; line-height: 28px; color:#fff; letter-spacing: -0.5px;}
#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: 11px;height: 11px;background: #fff; border-radius: 50%; text-indent: -999em; overflow: hidden; border: none;}
#main .visual .slick-dots li.slick-active button{width: 30px; background: #1d93d1; border-radius: 5px;}

section .inner {position: relative; width:1200px; margin:0 auto; text-align: center;}

h4.main_tit {position: relative; display: inline-block; font-family: work; font-size: 50px; line-height: 50px; font-weight: 600; color:#000; padding-bottom: 90px; text-align: center; text-transform: uppercase; background: #fff;}
h4.main_tit:after {content: ''; position: absolute; bottom:60px; left:50%; transform: translate(-50% , 0); width:16px; height: 16px; background:#095fac; border-radius: 50%;}

.business {position: relative; width: 100%;}
.business .inner {background: url('../images/main/business_bg_line.png'); background-repeat: repeat-y; background-position: center -100px;}
.business h4.main_tit:before {content: ''; position: absolute; top: 100px; left: 50%; transform: translateX(-50%); width:100%; height: 80px; background: #fff; z-index: -1;}
.business h4.main_tit {position: relative; padding-top:100px; top: -100px; opacity: 0; filter:alpha(opacity=0); background: none; z-index: 1;}
.business ul {position: relative; top: -100px; width:100%; padding: 0 0 50px 0;opacity: 0; filter:alpha(opacity=0);}
.business ul li {display: inline-block; width:25%; height: 100%;}
.business ul li a {display:inline-block; width: 100%; height: 100%; text-align: center;}
.business ul li a dl {display:inline-block; text-align: center;}
.business ul li a dl dt:before {content: ''; display: inline-block; vertical-align: middle; width:0; height: 100%;}
.business ul li a dl dt {position: relative; display: inline-block; vertical-align: middle; width:180px; height: 180px; border:1px solid #333; border-radius: 50%; box-sizing: border-box; transition: all .2s;}
.business ul li a dl dt img.hov {display: none;}
.business ul li:hover a dl dt {background: #095fac; border-color: #095fac;}
.business ul li:hover a dl dt img {display: none;}
.business ul li:hover a dl dt img.hov {position: absolute; display: block; top: 50%; left: calc(50% + 2px); transform: translate(-50%, -50%);}
.business ul li a dl dt:after {content: ''; position: absolute; bottom:-40px; left:50%; width:1px ; height: 40px; background: #333; transition: all .2s;}
.business ul li:hover a dl dt:after {background: #095fac;}
.business ul li a dl dt img {display: inline-block; vertical-align: middle;}
.business ul li a dl dd:before {content: ''; position: absolute; top: 35px; left:calc(50% - 4px); width: 9px; height: 9px; background: #333; border-radius: 50%; transition: all .2s;}
.business ul li:hover a dl dd:before {background: #095fac;}
.business ul li a dl dd {position: relative; padding-top:60px; font-size: 18px; line-height: 18px; color:#000; letter-spacing: -0.5px; transition: all .2s;}
.business ul li:hover a dl dd {color: #095fac;}


.product {padding:50px 0;}
.product h4.main_tit {padding-bottom: 74px;}
.product h4.main_tit:after {bottom:37px;}
.product ul {width: 100%;}
.product ul:after {content: ''; display: block; clear: both;}
.product ul li {position: relative; float: left; width: calc(33.33% - 13.34px); padding-right:20px;}
.product ul li:nth-child(3n) {padding-right: 0;}
.product ul li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.product ul li .img {width: 100%;}
.product ul li .img img {width: 100%;}
.product ul li .info {padding:30px 0 50px 0; text-align: left;}
.product ul li .info h5 {position: relative; font-weight: 600; font-size: 22px; line-height: 22px; color:#000; letter-spacing: -0.5px; padding-bottom: 20px; border-bottom: 1px solid #ddd; box-sizing: border-box;}
.product ul li .info h5:after {content: ''; position: absolute; bottom: -1px; left: 0; width:80px; height: 1px; background: #095fac; z-index: 2;}
.product ul li .info p {font-size: 15px; line-height: 23px; color:#333; letter-spacing: -0.5px; padding:15px 0 25px 0;}
.product ul li .info span {display: inline-block; width:100px; height: 35px; font-size: 12px; color: #fff; line-height: 35px; background: #999; border-radius: 25px; text-align: center; transition: all .2s;}
.product ul li:hover .info span {background: #095fac; box-shadow: 6px 6px 6px rgba(0,0,0,0.1);}

.company {background-image: url('../images/main/company_bg.jpg'); width: 100%; height: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; text-align: center; padding:100px 0;}
.company h4.main_tit {color: #fff; background: none;}
.company h4.main_tit:after {background: #fff;}
.company ul {width:1200px; margin:0 auto;}
.company ul:after {content: ''; display: block; clear: both;}
.company ul li {position: relative; float: left; width: 33.33%;}
.company ul li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.company ul li .img:before {content: ''; display: inline-block; vertical-align: middle; width: 0; height: 100%;}
.company ul li .img {position: relative; display: inline-block; vertical-align: middle; width:180px; height: 180px; background: #fff; border-radius: 50%;}
.company ul li .img img {display: inline-block; vertical-align: middle;}
.company ul li .info {padding:30px 0 0 0;}
.company ul li .info h5 {font-size: 30px; line-height: 30px; color:#fff; letter-spacing: -0.5px; text-align: center;}
.company ul li .info p {font-size: 15px; line-height: 23px; color:#fff; letter-spacing: -0.5px; padding:15px 0 25px 0;}
.company ul li .info span {display: inline-block; width:100px; height: 35px; border:2px solid #fff; border-radius: 25px; box-sizing: border-box; font-weight: 300; font-size: 12px; line-height: 30px; color: #fff; transition: all .2s;}
.company ul li:hover .info span {background: #095fac; box-shadow: 6px 6px 6px rgba(0,0,0,0.1); border-color:#095fac;}


.customer {width:100%;}
.customer dl {width:100%; height: 350px;}
.customer dl:after {content: ''; display: block; clear: both;}
.customer dl dt:before,
.customer dl dd:before {content: ''; display: inline-block; vertical-align: middle; width:0; height: 100%;}
.customer dl dt {position: relative; float: left; display: inline-block; vertical-align: middle; width: 50%; height: 100%; background: url('../images/main/library_bg.jpg') no-repeat; }
.customer dl dd {position: relative; float: right; display: inline-block; vertical-align: middle; width: 50%; height: 100%; background: url('../images/main/inquiry_bg.jpg') no-repeat;}
.customer dl dt:after, .customer dl dd:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(9,95,172,0.5); visibility: hidden; opacity: 0; transition: all .2s;}
.customer dl dt:hover:after, .customer dl dd:hover:after {visibility: visible; opacity: 1;}
.customer dl dt .mid,
.customer dl dd .mid {position: relative; display: inline-block; vertical-align: middle; width: calc(100% - 4px); text-align: center; z-index: 1;}
.customer dl dt .mid h6,
.customer dl dd .mid h6 {font-size: 40px; line-height: 40px; color:#fff; text-align: center;}
.customer dl dt .mid p,
.customer dl dd .mid p {font-size: 18px; line-height: 24px; color:#fff; padding: 20px 0 30px 0;}
.customer dl dt .mid a,
.customer dl dd .mid a {display: inline-block; width:100px; height: 35px; border:2px solid #fff; border-radius: 25px; box-sizing: border-box; font-weight: 300; font-size: 12px;line-height: 30px; color: #fff; text-decoration: none;  transition: all .2s;}
/* .customer dl dt:hover .mid a,
.customer dl dd:hover .mid a {background: #095fac; box-shadow: 6px 6px 6px rgba(0,0,0,0.1); border-color:#095fac;} */


.contact {padding:100px 0;}
.contact ul {width: 100%; padding-bottom: 50px;}
.contact ul:after {content: ''; display: block; clear: both;}
.contact ul li {position: relative; float: left; width: calc(25% - 15px); padding-right: 20px; text-align: left;}
.contact ul li:last-child {padding-right:0;}
.contact ul li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.contact ul li .info {padding:25px 0; border-top:1px solid #222; border-bottom: 1px solid #ddd;}
.contact ul li .info h6,
.contact ul li .info p {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; width: 100%; height: 3.2em; font-weight: 200; font-size: 22px; line-height: 1.6em; color: #333; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; letter-spacing: -0.5px;}
.contact ul li .info p {font-size: 15px; padding:15px 0 0 0; }
.contact ul li .info span {display: inline-block; padding-top: 35px; font-size: 15px; line-height: 15px; color: #999; }
.contact .inner > a {display: inline-block; width: 100px; height: 35px; font-size: 12px; color: #fff; line-height: 35px; background: #999; border-radius: 25px; text-align: center; text-decoration: none; transition: all .2s; }
.contact .inner > a:hover {background: #095fac; box-shadow: 6px 6px 6px rgba(0,0,0,0.1);}

/**************************************************
	Sub
**************************************************/
/* .sub #header {position: relative;}
.sub #header .logo a img.main {display: none;}
.sub #header .logo a {display: inline-block; vertical-align: middle;}
.sub #header .logo a img.sub {display: block;}
.sub #gnb > li > a {color: #333;}
.sub #gnb > li > ul {display: block;} */

#sub{overflow: hidden;}
#sub #content{ position: relative;width: 1200px;margin: 0 auto;padding: 100px 0; }
#sub #content > *{}

#sub .sub-vis{position: relative;height: 440px;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: 50px;color: #fff;letter-spacing: -1px;z-index: 2; padding-top: 45px;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px; line-height: 28px; font-weight: normal;}
#sub .sub-tit{position: relative; }
#sub .sub-tit h3{font-size: 40px;color: #000;text-align: center; letter-spacing: -0.5px;}
#sub .sub-tit02:before {content: ''; position: absolute; top: 5px; left: 0; width: 20px; height: 20px; background: url('../images/sub/sub_tit_ico.png') no-repeat;}
#sub .sub-tit02 {position: relative; padding-left: 30px; font-weight: 300; font-size: 28px; line-height: 28px; color: #000; letter-spacing: -0.5px;}
#sub .main-txt {font-size: 18px; line-height: 26px; color: #333; text-align: center; padding-top: 10px;}
#sub .sub-txt {font-size: 15px; line-height: 23px; color: #555; letter-spacing: -0.5px; padding: 15px 0 25px 0; text-align: left;}



.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{display: none; 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;}



/* 서브 컨텐츠 */

.download-box {padding-top: 50px; text-align: center;}
.download-box a {display: inline-block; width: 300px; height: 80px; line-height: 80px; background: #fff; font-weight: 300; font-size: 14px; color: #095fac; border: 2px solid #095fac; box-sizing: border-box; text-decoration: none; }
.download-box a:hover {background: #095fac; color: #fff;}
.download-box a.line {line-height: 24px; padding: 16px 0; box-sizing: border-box;}

.greeting-wrap {width: 100%; padding-top: 50px;}
.greeting-wrap dl:before {content: ''; position: absolute; bottom: 0; right: 0; width: 332px; height: 113px; background: url('../images/sub/greeting_box_logo.png') no-repeat; z-index: -1;}
.greeting-wrap dl {position: relative; width: 100%; padding: 0 10px; box-sizing: border-box;}
.greeting-wrap dl:after {content: ''; display: block; clear: both;}
.greeting-wrap dl dt {float: left; width: 50%;}
.greeting-wrap dl dt img {box-shadow: 6px 6px 6px rgba(0,0,0,0.1);}
.greeting-wrap dl dd {float: left; width: 50%; padding: 50px 0 0 30px; box-sizing: border-box;}
.greeting-wrap dl dd h6 {position: relative; font-size: 32px; line-height: 34px; color: #095fac; letter-spacing: -0.5px; padding-bottom: 30px; border-bottom: 1px solid #ddd;}
.greeting-wrap dl dd h6:after {content: ''; position: absolute; bottom: -1px; left: 0; width: 80px; height: 1px; background: #095fac;}
.greeting-wrap dl dd p {font-size: 15px; line-height: 30px; color: #333; padding: 25px 0; letter-spacing: -0.5px;}
.greeting-wrap dl dd em {font-style: normal; font-size: 15px; line-height: 30px; color: #333;}

.history-wrap {}
.history-wrap .summary-box {padding: 50px 0;}
.history-wrap .summary-box table {width: 100%; margin-top: 50px;}
.history-wrap .summary-box table tbody {}
.history-wrap .summary-box table tr > * {height: 50px; font-size: 15px; color: #333; border: 1px solid #ddd; border-width: 0 1px 1px 1px; letter-spacing: -0.5px;}
.history-wrap .summary-box table tr:first-child {border-top: 1px solid #000;}
.history-wrap .summary-box table tr th {width: 16.66%; background: #f5f5f5;}
.history-wrap .summary-box table tr td:before {content: ''; position: absolute; top:24px; left: 20px; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.history-wrap .summary-box table tr td {position: relative; width: 84.33%; padding-left: 35px;}

.history-wrap .history-box:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7;}
.history-wrap .history-box {position: relative; padding: 50px 0; margin-bottom: -100px;}



.ns-fmms-wrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7; z-index: -1;}
.ns-fmms-wrap {position: relative; width: 100%; padding: 50px 0 100px 0; margin: 50px 0 -100px 0;}
.fmms-cctv-box {}
.fmms-cctv-box .fmms-cctv-img {border: 1px solid #ddd; background: #fff; text-align: center; padding: 30px 0 0 0; box-sizing: border-box;}
.fmms-cctv-box .fmms-cctv-img > img {}
.fmms-cctv-img > dl {padding-top: 40px;}
.fmms-cctv-img > dl > dt {padding: 0 50px; box-sizing: border-box;}
.fmms-cctv-img > dl > dt h5 {font-weight: 300; font-size: 28px; line-height: 28px; color: #000; letter-spacing: -0.5px;}
.fmms-cctv-img > dl > dt ul {padding: 30px 0; text-align: left;}
.fmms-cctv-img > dl > dt ul:after {content: ''; display: block; clear: both;}
.fmms-cctv-img > dl > dt ul li {float: left; width: 50%; padding-bottom: 20px;}
.fmms-cctv-img > dl > dt ul li:after {content: ''; display: block; clear: both;}
.fmms-cctv-img > dl > dt ul li img {float: left; }
.fmms-cctv-img > dl > dt ul li dl {float: left; padding: 20px 0 0 25px; box-sizing: border-box;}
.fmms-cctv-img > dl > dt ul li dl dt {font-weight: 300; font-size: 20px; line-height: 23px; color: #095fac; letter-spacing: -0.5px; padding-bottom: 15px;}
.fmms-cctv-img > dl > dt ul li dl dd {font-weight: 400; font-size: 15px; line-height: 30px; color: #333; letter-spacing: -1px;}
.fmms-cctv-img > dl > dd {}
.fmms-cctv-img > dl > dd > img.pc {width: 100%;}
.fmms-cctv-img > dl > dd > img.mo {display: none;}

.fmms-system-box {padding: 40px 0;}
.fmms-system-box .fmms-system-img {margin-top: 25px; padding: 25px 0; border: 1px solid #ddd; background: #fff; box-sizing: border-box; text-align: center;}
.fmms-system-box .fmms-system-img img {}
.fmms-function-box {padding-bottom: 40px;}
.fmms-function-box ul {padding-top: 25px;}
.fmms-function-box ul li:before {content: ''; position: absolute; top: 23px; left: 22px; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.fmms-function-box ul li {position: relative; font-size: 15px; line-height: 30px; color: #333; padding: 10px 35px; box-sizing: border-box; background: #fff; border: 1px solid #ddd; border-width: 0px 1px 1px 1px; letter-spacing: -0.5px;}
.fmms-function-box ul li:first-child {border-width: 1px;}
.fmms-smart-box {width: 100%;}
.fmms-smart-box ul {padding: 10px 155px; box-sizing: border-box; border: 1px solid #ddd; background: #fff;}
.fmms-smart-box ul li {display: inline-block; width: 33.33%; padding: 10px 35px; box-sizing: border-box; text-align: center;}
.fmms-smart-box ul li img {}
.fmms-smart-box ul li p {font-weight: 300; font-size: 20px; line-height: 23px; color: #000; letter-spacing: -0.5px; padding-bottom: 15px;}

.ifs-wrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7; z-index: -1;}
.ifs-wrap {position: relative; width: 100%; padding: 50px 0 100px 0; margin: 50px 0 -100px 0;}
.ifs-wrap .ifs-box01 {padding-bottom: 40px;}
.ifs-wrap .ifs-box01 .ifs-box-img01 {width: 100%; text-align: center;}
.ifs-wrap .ifs-box01 .ifs-box-img01 dl {border: 1px solid #ddd;}
.ifs-wrap .ifs-box01 .ifs-box-img01 dl dt {font-weight: 600; font-size: 26px; line-height: 34px; color: #333; padding: 15px 0; background: #f2f2f2; border-bottom: 1px solid #ddd; letter-spacing: -1px;}
.ifs-wrap .ifs-box01 .ifs-box-img01 dl dt strong {color: #0491D2;}
.ifs-wrap .ifs-box01 .ifs-box-img01 dl dt img {}
.ifs-wrap .ifs-box01 .ifs-box-img01 dl dd {background: #fff; padding: 50px 0;}
.ifs-wrap .ifs-box01 .ifs-box-img01 dl dd img {}
.ifs-wrap .ifs-box02 {padding-bottom: 40px;}
.ifs-wrap .ifs-box02 .ifs-box-img02 {border: 1px solid #ddd; background: #fff; text-align: center; padding: 40px 0;}
.ifs-wrap .ifs-box02 .ifs-box-img02 img {padding-bottom: 30px;}
.ifs-wrap .ifs-box02 .ifs-box-img02 h6 {margin: 0 90px; font-weight: 300; font-size: 20px; line-height: 30px; color :#fff; padding: 10px 30px; box-sizing: border-box; background: #095fac; border-radius: 25px;}
.ifs-wrap .ifs-box02 .ifs-box-img02 p:before {content: ''; position: absolute; top:26px; left:0; width:3px; height: 3px; background: #095fac; border-radius: 50%;}
.ifs-wrap .ifs-box02 .ifs-box-img02 p {position: relative; font-size: 16px; line-height: 24px; color: #555; letter-spacing: -0.5px; text-align: left;margin: 0 125px; padding: 15px }
.ifs-wrap .ifs-fireplug-box {border: 1px solid #ddd; padding: 40px 55px; box-sizing: border-box; background: #fff;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img {}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl {}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dt {font-weight: 300; font-size: 22px; line-height: 30px; color: #095fac; letter-spacing: -0.5px;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dd {padding: 15px 0 20px 0;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dd ul {width: 100%;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dd ul li {display: inline-block; vertical-align: top; width: calc(25% - 7.5px); margin-right: 10px; text-align: center;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dd ul li:last-child {margin-right: 0;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dd ul li img {width: 100%;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dd ul li p {font-size: 20px; line-height: 26px; color: #000; letter-spacing: -0.5px; padding: 20px 0;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dd.lst {padding: 35px 0; border: 1px solid #ddd; margin-top: 20px; text-align: center;}
.ifs-wrap .ifs-fireplug-box .ifs-fireplug-img dl dd.lst > img {}

.ifs-wrap .ifs-function-box {padding-top: 40px;}
.ifs-wrap .ifs-function-box ul {width: 100%;}
.ifs-wrap .ifs-function-box ul:after {content: ''; display: block; clear: both;}
.ifs-wrap .ifs-function-box ul > li {float: left; width: calc(33.33% - 13.4px); margin:0 20px 20px 0; border: 1px solid #ddd; box-sizing: border-box; min-height: 210px;background: #fff;}
.ifs-wrap .ifs-function-box ul > li:nth-child(3n) {margin-right: 0;}
.ifs-wrap .ifs-function-box ul > li:nth-child(n+4) {margin-bottom: 0;}
.ifs-wrap .ifs-function-box ul > li dl {}
.ifs-wrap .ifs-function-box ul > li dl dt {font-size: 20px; line-height: 30px; color: #fff; background: #555; padding: 15px 30px; box-sizing: border-box; letter-spacing: -0.5px;}
.ifs-wrap .ifs-function-box ul > li dl dd { padding: 20px 35px; box-sizing: border-box;}
.ifs-wrap .ifs-function-box ul > li dl dd ol {width: 100%;}
.ifs-wrap .ifs-function-box ul > li dl dd ol li:before {content: ''; position: absolute; top: 11px; left: 0; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.ifs-wrap .ifs-function-box ul > li dl dd ol li {position: relative; padding-left: 15px; font-size: 16px; line-height: 24px; color: #555; box-sizing: border-box; letter-spacing: -0.5px;}


.iotx-wrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7; z-index: -1;}
.iotx-wrap {position: relative; width: 100%; padding: 50px 0 100px 0; margin: 50px 0 -100px 0;}
.iotx-wrap .iotx-box01 {padding-bottom: 40px;}
.iotx-wrap .iotx-box01 .iotx-box-img {border: 1px solid #ddd; background: #fff; box-sizing: border-box; padding: 50px 90px; text-align: center;}
.iotx-wrap .iotx-box01 .iotx-box-img dl {padding-bottom: 10px;}
.iotx-wrap .iotx-box01 .iotx-box-img dl:after {content: ''; display: block; clear: both;}
.iotx-wrap .iotx-box01 .iotx-box-img dl dt {float: left; width: 50%;}
.iotx-wrap .iotx-box01 .iotx-box-img dl dt img {}
.iotx-wrap .iotx-box01 .iotx-box-img dl dd:before {content: ''; position: absolute; top: 35px; left: 15px; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.iotx-wrap .iotx-box01 .iotx-box-img dl dd {position: relative; float: left; width: 50%; font-size: 18px; line-height: 30px; color: #000; letter-spacing: -1px; padding:20px 0 0 30px; box-sizing: border-box; text-align: left;}
.iotx-wrap .iotx-box01 .iotx-box-img > img {}
.iotx-wrap .iotx-box02 {padding-bottom: 40px;}
.iotx-wrap .iotx-box02 .iotx-box-img {margin-top: 25px; padding: 50px 0; border: 1px solid #ddd; background: #fff; box-sizing: border-box; text-align: center;}
.iotx-wrap .iotx-box02 .iotx-box-img img {}
.iotx-wrap .iotx-box03 {}
.iotx-wrap .iotx-box03 ul {padding: 15px 0 25px 0;}
.iotx-wrap .iotx-box03 ul li:before {content: ''; position: absolute; top: 13px; left: 5px; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.iotx-wrap .iotx-box03 ul li {position: relative; font-size: 15px; line-height: 30px; color :#555; letter-spacing: -0.5px; padding-left: 15px;}
.iotx-wrap .iotx-box03 .iotx-box-img {padding: 50px 0; border: 1px solid #ddd; box-sizing: border-box; background: #fff; text-align: center;}
.iotx-wrap .iotx-box03 .iotx-box-img img {}


.cctv-wrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7; z-index: -1;}
.cctv-wrap {position: relative; width: 100%; padding: 50px 0 100px 0; margin: 50px 0 -100px 0;}
.cctv-wrap .cctv-box01 {padding-bottom: 30px;}
.cctv-wrap .cctv-box01 .cctv-box-img {background: #fff; border: 1px solid #ddd; box-sizing: border-box; text-align: center; padding:0 90px 30px 90px;}
.cctv-wrap .cctv-box01 .cctv-box-img > img {padding: 50px 0 30px 0;}
.cctv-wrap .cctv-box01 .cctv-box-img dl {}
.cctv-wrap .cctv-box01 .cctv-box-img dl dt {padding: 10px 30px; font-size: 20px; line-height: 30px; color: #fff; text-align: left; border-radius: 25px;}
.cctv-wrap .cctv-box01 .cctv-box-img dl dt.mint {background: #1bafc3;}
.cctv-wrap .cctv-box01 .cctv-box-img dl dt.green {background: #00b050;}
.cctv-wrap .cctv-box01 .cctv-box-img dl dt.skyblue {background: #00b0f0;}
.cctv-wrap .cctv-box01 .cctv-box-img dl dt.black {background: #4a452a;}
.cctv-wrap .cctv-box01 .cctv-box-img dl dd:before {content: ''; position: absolute; top: 25px; left: 40px; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.cctv-wrap .cctv-box01 .cctv-box-img dl dd {position: relative; padding: 15px 50px 25px 50px; font-size: 16px; line-height: 24px; color: #555; letter-spacing: -0.5px; text-align: left;}
.cctv-wrap .cctv-box02 {margin-bottom: 30px; padding: 50px 90px; border: 1px solid #ddd; background: #fff; text-align: center;}
.cctv-wrap .cctv-box02 img {}
.cctv-wrap .cctv-box03 {margin-bottom: 30px;}
.cctv-wrap .cctv-box03 .cctv-box-img {padding: 50px 90px 30px 90px; border: 1px solid #ddd; background: #fff; box-sizing: border-box; text-align: center;}
.cctv-wrap .cctv-box03 .cctv-box-img img {}
.cctv-wrap .cctv-box03 .cctv-box-img dl {padding-top: 30px;}
.cctv-wrap .cctv-box03 .cctv-box-img dl dt.grey {padding: 10px 30px; font-size: 20px; line-height: 30px; color: #fff; text-align: left; border-radius: 25px; background: #7e7570;}
.cctv-wrap .cctv-box03 .cctv-box-img dl dd:before {content: ''; position: absolute; top: 25px; left: 40px; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.cctv-wrap .cctv-box03 .cctv-box-img dl dd {position: relative; padding: 15px 50px 25px 50px; font-size: 16px; line-height: 24px; color: #555; letter-spacing: -0.5px; text-align: left;}
.cctv-wrap .cctv-box04 {margin-bottom: 30px; padding: 50px 0; border: 1px solid #ddd; background: #fff; text-align: center;}
.cctv-wrap .cctv-box04 img {}
.cctv-wrap .cctv-box05 {margin-bottom: 30px; padding: 50px 0; border: 1px solid #ddd; background: #fff; text-align: center;}
.cctv-wrap .cctv-box05 img {}


.password-wrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7; z-index: -1;}
.password-wrap {position: relative; width: 100%; padding: 50px 0 100px 0; margin: 50px 0 -100px 0;}
.password-wrap .password-box01 {padding-bottom: 40px;}
.password-wrap .password-box01 .password-box-img {padding: 50px 0; border: 1px solid #ddd; background: #fff; text-align: center; box-sizing: border-box;}
.password-wrap .password-box01 .password-box-img img {}
.password-wrap .password-box02 {padding-bottom: 40px;}
.password-wrap .password-box02 .password-box-img {padding: 50px 65px; border: 1px solid #ddd; background: #fff; box-sizing: border-box;}
.password-wrap .password-box02 .password-box-img img {}
.password-wrap .password-box03 {padding-bottom: 40px;}
.password-wrap .password-box03 .password-box-img {padding: 40px 90px; box-sizing: border-box;border: 1px solid #ddd; background: #fff; box-sizing: border-box;}
.password-wrap .password-box03 .password-box-img img {}
.password-wrap .password-box03 .password-box-img dl {padding-top: 30px;}
.password-wrap .password-box03 .password-box-img dl dt {padding: 10px 30px; font-size: 20px; line-height: 30px; color: #fff; text-align: left; border-radius: 25px; background: #095fac;}
.password-wrap .password-box03 .password-box-img dl dd:before {content: ''; position: absolute; top: 25px; left: 40px; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.password-wrap .password-box03 .password-box-img dl dd {position: relative; padding: 15px 50px 0 50px; font-size: 16px; line-height: 24px; color: #555; letter-spacing: -0.5px; text-align: left;}
.password-wrap .password-box04 {padding: 50px 90px 20px 90px; border: 1px solid #ddd; background: #fff; box-sizing: border-box;}
.password-wrap .password-box04 ul {padding-bottom: 30px;}
.password-wrap .password-box04 ul > li {display: inline-block; vertical-align: top; width: calc(50% - 10px); min-height: 190px; border: 1px solid #ddd; border-top: 1px solid #000; box-sizing: border-box;}
.password-wrap .password-box04 ul > li:first-child {margin-right: 20px;}
.password-wrap .password-box04 ul > li > ol {padding: 25px 35px;}
.password-wrap .password-box04 ul > li > ol > li:before {content: ''; position: absolute; top: 10px; left: 0; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.password-wrap .password-box04 ul > li > ol > li {position: relative; font-size: 16px; line-height: 23px; color: #555; letter-spacing: -0.5px;padding-left: 15px;}
.password-wrap .password-box04 dl {padding-bottom: 20px;}
.password-wrap .password-box04 dl dt {padding: 10px 30px; font-size: 20px; line-height: 30px; color: #fff; text-align: left; border-radius: 25px; background: #555;}
.password-wrap .password-box04 dl dd:before {content: ''; position: absolute; top: 25px; left: 40px; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.password-wrap .password-box04 dl dd {position: relative; padding: 15px 50px 5px 50px; font-size: 16px; line-height: 24px; color: #555; letter-spacing: -0.5px; text-align: left;}

.server-wrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7; z-index: -1;}
.server-wrap {position: relative; width: 100%; padding: 50px 0 100px 0; margin: 50px 0 -100px 0;}
/* .server-wrap .server-box01 {padding-bottom: 40px;} */
.server-wrap .server-box01 ul {padding: 15px 0 25px 0;}
.server-wrap .server-box01 ul li:before {content: ''; position: absolute;  top: 14px; left: 0; width: 3px; height: 3px; background: #095fac; border-radius: 50%;}
.server-wrap .server-box01 ul li {position: relative; font-size: 15px; line-height: 30px; color : #555; letter-spacing: -0.5px; padding-left: 15px;}
.server-wrap .server-box01 .server-box-img {display: none; padding: 50px 0; border: 1px solid #ddd; background: #fff; text-align: center; box-sizing: border-box;}
.server-wrap .server-box01 .server-box-img img {}
.server-wrap .server-box02 {padding-bottom: 40px;}
.server-wrap .server-box02 .server-box-img {padding: 25px 0;border: 1px solid #ddd; background: #fff; text-align: center; box-sizing: border-box;}
.server-wrap .server-box02 .server-box-img img {}
.server-wrap .server-box02 .server-box-img p {font-size: 20px; line-height: 30px; color :#000; letter-spacing: -0.5px; padding: 15px 0;}
.server-wrap .server-box03 {}
.server-wrap .server-box03 ul {}
.server-wrap .server-box03 ul li {display: inline-block; vertical-align: top; width: calc(25% - 15px); margin-left: 20px; border: 1px solid #ddd; box-sizing: border-box; background: #fff;}
.server-wrap .server-box03 ul li:first-child {margin-left: 0;}
.server-wrap .server-box03 ul li img {width: 100%; }
.server-wrap .server-box03 ul li p {font-weight: 300; font-size: 16px; line-height: 30px; color: #000; padding: 20px 0; text-align: center; letter-spacing: -0.5px;}


.business-wrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7; z-index: -1;}
.business-wrap {position: relative; width: 100%; padding: 50px 0 50px 0; margin: 50px 0 -100px 0;}
.business-wrap > img.pc {padding: 45px 0;}
.business-wrap > img.mo {display: none;}
.business-wrap ul {}
.business-wrap ul:after {content: ''; display: block; clear: both;}
.business-wrap ul li {float: left; width: calc(50% - 10px); min-height: 180px; margin-right: 20px; border: 1px solid #ddd; background: #fff; box-sizing: border-box;}
.business-wrap ul li:nth-child(2),
.business-wrap ul li:nth-child(5) {margin-right: 0;}
.business-wrap ul li:nth-child(n+3) {width: calc(33.33% - 16.66px); margin-top: 20px;}
.business-wrap ul li dl {padding: 25px 30px; box-sizing: border-box;}
.business-wrap ul li dl dt {position: relative; font-weight: 600; font-size: 18px; line-height: 30px; color: #333; letter-spacing: -0.5px; padding-bottom: 10px; border-bottom: 1px solid #ddd; margin-bottom: 15px;}
.business-wrap ul li dl dt:after {content: ''; position: absolute; bottom: -1px; left: 0; width: 50px; height: 1px; background: #095fac;}
.business-wrap ul li dl dd:before {content: ''; position: absolute; top: 10px; left: 0; width: 3px; height: 3px; background: #333; border-radius: 50%;}
.business-wrap ul li dl dd {position: relative; font-size: 14px; line-height: 24px; color: #333; letter-spacing: -0.5px; padding-left: 10px;}

.partners-wrap:before {content: ''; position: absolute; top: 0; left: 50%; width: 100vw; height: 100%; margin-left: -50vw; background: #f7f7f7; z-index: -1;}
.partners-wrap {position: relative; width: 100%; padding: 50px 0 80px 0; margin: 50px 0 -100px 0;}
.partners-wrap ul {}
.partners-wrap ul:after {content: ''; display: block; clear: both;}
.partners-wrap ul li {float: left; width: calc(20% - 16px); margin:0 20px 20px 0;}
.partners-wrap ul li:nth-child(5n) {margin-right: 0;}
.partners-wrap ul li img {}

.rnd-wrap {padding-top: 50px;}
.rnd-wrap > img {}
.rnd-wrap .rnd-box-img {position: relative; margin: -70px 90px 0 90px; background: #fff; z-index: 1; padding-top: 40px; text-align: center;}
.rnd-wrap .rnd-box-img h6 {font-weight: 600; font-size: 32px; line-height: 42px; color: #333; letter-spacing: -0.5px; text-align: center;}
.rnd-wrap .rnd-box-img h6 strong {color: #095fac;}
.rnd-wrap .rnd-box-img p {font-size: 15px; line-height: 30px; color: #333; padding: 20px 0 0 0; letter-spacing: -0.5px;}

.certificate-wrap, .inquiry-wrap, .library-wrap, .notice-wrap {padding-top: 50px;}


/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}
