@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: fixed;z-index: 90; top:0; left:0; width:100%;}
#header .inner{position: relative;width:100%; max-width:1600px; height: 110px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 110px;}

#header.on {background:rgba(0,0,0,0.5);}
#header.active {background:rgba(0,0,0,0.5);}
#header.dron {background:rgba(0,0,0,0.5);}


#gnb{position: absolute;top: 0;right:60px;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 40px;line-height:110px;font-size: 16px;color: #fff;text-decoration: none; font-family: 'Poppins'; font-weight:700;}
#gnb > li > a:after{display:block;content:'';width:0;height: 3px;position: absolute;bottom:0;left:50%;background: #f9b949;transition:all 0.25s;}
#gnb > li:hover > a:after,
#gnb > li.active > a:after{width: 100%;left:0;}
#gnb > li > ul{position: absolute;top:110px;left: 50%;width: 240px;margin-left: -120px;padding: 15px;border: 1px solid #ddd;border-top: 2px solid #f9b949;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:110px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;border-bottom: 3px solid #f9b949;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: #f9b949;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;}


.section.foot {height:214px !important;}
.section.foot .fp-tableCell {height:214px !important;}
#footer{background: #000; padding:40px 0;}
#footer .f_top {width:100%; max-width:1600px; margin:0 auto;}
#footer .f_logo {display:inline-block; }
#footer .ftWrap{position: relative;width:100%; max-width: 1600px;margin:40px auto 0; padding-top:40px; border-top:1px solid #333;}
#footer address{font-size: 14px;line-height:30px;color: #909090;font-style: normal; font-family: 'Poppins';  font-weight:normal;}
#footer address span {color:#fff; }
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer .copyright{ top:40px; right:0; line-height:30px; font-size: 14px;color: #909090; position:absolute;}

#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: 22px;height: 8px;position: absolute;top: 51px;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: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: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;width: 1200px;margin: 50px auto;}

#main .visual{position: relative;}
#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');}






/*풀페이지 페이지이동버튼*/
#fp-nav {position:fixed; top:50%;right:80px;}
#fp-nav > ul > li { display:block; box-sizing:border-box; }
#fp-nav > ul > li > a{display:block; position:relative; width:24px; height:24px; margin:10px 0; box-sizing:border-box; border:2px solid rgba(0,0,0,0); border-radius:50%;}
#fp-nav > ul > li > a.active {border-color:#fff; }
#fp-nav > ul > li > a span.fp-sr-only {display:none; line-height:26px; font-size:15px; color:#ddd;  padding-left:10px; padding-right:20px;}
#fp-nav > ul > li > a.active span.fp-sr-only {color:#29c1ff; display:none;  font-weight:400;font-family: montserrat; background:#fff; }
#fp-nav ul li a span, .fp-slidesNav ul li a span {background:#fff !important; width:6px !important; height:6px !important; margin:-3px 0 0 -3px  !important;}
#fp-nav .fp-tooltip {display:none;}
#fp-nav > ul > li:last-child {display:none;}





#section1 {width:100%; background:url('/images/main/section_1_bg.png') center center no-repeat; background-size:cover; }
#section1 .body {width:100%; max-width:1600px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
#section1 .body h3 {font-size:90px; line-height:120px;  font-family: 'Poppins'; font-weight:700; color:#fff;}
#section1 .body p {margin-top:20px; font-size:20px; line-height:30px;  font-family: 'Poppins';  font-weight:normal; color:#fff;}
.icon-scroll {position: absolute; width:160px;  font-size:14px; line-height:12px; color:#fff;  font-family: 'Poppins'; font-weight:700; height:12px; box-sizing:border-box; padding-left:75px; transform: rotate(-90deg) translateY(-50%);left:50%; margin-left:-880px; bottom:75px; z-index:9; }
.icon-scroll:after {position:absolute; content:''; width:20px; height:2px; top:5px; left:0; background:#fff;  -webkit-animation: scroll1 1.5s infinite; animation: scroll1 1.5s infinite; }
.icon-scroll:before {position:absolute; content:''; width:60px; height:2px; top:5px; left:0; background:rgba(255,255,255,0.5); }
@-webkit-keyframes scroll1 {
  0% {
		transform: translateX(40px);
  }
  50% {
		transform: translateX(0);
  }
  100% {
		transform: translateX(40px);
  }
}
@keyframes scroll1 {
  0% {
		transform: translateX(40px);
  }
  50% {
		transform: translateX(0);
  }
  100% {
		transform: translateX(40px);
  }
}


#section2 {width:100%; background:url('/images/main/section_2_bg.png') center center no-repeat; background-size:cover;}
#section2 .body {width:100%; max-width:1600px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
#section2 .body h3 {font-size:90px; line-height:120px;  font-family: 'Poppins'; font-weight:700; color:#fff;}
#section2 .body p {margin-top:20px; font-size:20px; line-height:30px;  font-family: 'Poppins';  font-weight:normal; color:#fff;}

#section3 {width:100%; background:url('/images/main/section_3_bg.png') center center no-repeat; background-size:cover;}
#section3 .body {width:100%; max-width:1600px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
#section3 .body h3 {font-size:90px; line-height:120px;  font-family: 'Poppins'; font-weight:700; color:#fff;}
#section3 .body p {margin-top:20px; font-size:20px; line-height:30px;  font-family: 'Poppins';  font-weight:normal; color:#fff;}

#section4 {width:100%; background:url('/images/main/section_4_bg.png') center center no-repeat; background-size:cover;}
#section4 .body {width:100%; max-width:1600px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
#section4 .body h3 {font-size:90px; line-height:120px;  font-family: 'Poppins'; font-weight:700; color:#fff;}
#section4 .body p {margin-top:20px; font-size:20px; line-height:30px;  font-family: 'Poppins';  font-weight:normal; color:#fff;}

#section5 {width:100%; background:url('/images/main/section_5_bg.png') center center no-repeat; background-size:cover;}
#section5 .body {width:100%; max-width:1600px; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
#section5 .body h3 {font-size:90px; line-height:120px;  font-family: 'Poppins'; font-weight:700; color:#fff;}
#section5 .body p {margin-top:20px; font-size:20px; line-height:30px;  font-family: 'Poppins';  font-weight:normal; color:#fff;}





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

#sub #content > *{}

#sub .sub-vis{position: relative;height: 750px;overflow: hidden;text-align: center;background:url('/images/layout/sub_visual_1.png'); 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: 80px;color: #fff; font-weight:700; letter-spacing: -1px;z-index: 2; margin-top:110px;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

#sub .sub-vis.bg1 {background:url('/images/layout/sub_visual_1.png'); background-position: center center;background-size: cover;}
#sub .sub-vis.bg2 {background:url('/images/layout/sub_visual_2.png'); background-position: center center;background-size: cover;}
#sub .sub-vis.bg3 {background:url('/images/layout/sub_visual_3.png'); background-position: center center;background-size: cover;}
#sub .sub-vis.bg4 {background:url('/images/layout/sub_visual_4.png'); background-position: center center;background-size: cover;}
#sub .sub-vis.bg5 {background:url('/images/layout/sub_visual_5.png'); background-position: center center;background-size: cover;}


#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{width: 1400px;margin:-30px auto 0; position:relative;}
#lnb{width:100%;}
#lnb > li{display: inline-block;vertical-align: top;border: 1px solid #ddd; border-left:0; box-sizing: border-box;}
#lnb > li:first-child{border-left: 1px solid #ddd;}
#lnb > li a{display: block;line-height: 58px;font-size: 18px;text-decoration: none;text-align: center;color: #000; background:#fff;}
#lnb > li.active {border-color:#f9b949;}
#lnb > li.active a{background: #f9b949;color: #fff;}

#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: 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;}

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


.ic_tit {position:relative; padding-left:90px; box-sizing:border-box; font-size:42px; line-height:52px; color:#000; font-weight:700;}
.ic_tit:after {position:absolute; content:''; width:50px; height:4px; top:24px; left:0; background:#f9b949; }


.about {width:100%;}
.about .cont_1 {width:100%;}
.about .cont_1 p {margin-top:40px; font-size:16px; line-height:26px; color:#555; font-weight:normal;}


.about .cont_2 {width:100%; margin-top:150px;}
.about .cont_2 strong {display:block; margin-top:40px; font-size:28px; line-height:40px; color:#f9b949; font-weight:700;}
.about .cont_2 .box {width:100%; margin-top:50px;}
.about .cont_2 .box:after {display:block; content:''; clear:both;}
.about .cont_2 .box .img {width:400px; float:left;}
.about .cont_2 .box .img span {margin-top:20px; display:inline-block; font-size:18px; line-height:26px; color:#333; font-weight:700; position:relative;}
.about .cont_2 .box .img span.r_line {padding-right:15px; margin-right:10px;}
.about .cont_2 .box .img span.r_line:after {position:absolute; content:''; width:2px; height:14px; top:6px; right:0; background:#333;}
.about .cont_2 .box .txt {float:left; width:calc(100% - 400px); box-sizing:border-box; padding-left:100px;}
.about .cont_2 .box .txt p {font-size:16px; line-height:26px; color:#555; font-weight:normal;}


.about .cont_3 {width:100%; margin-top:150px;}
.about .cont_3 .box {width:100%; position:relative; padding:60px 0; border-top:1px solid #ddd;}
.about .cont_3 .box.first {border-top:0;}
.about .cont_3 .box:after {display:block; content:''; clear:both;}
.about .cont_3 .box .img {width:600px;}
.about .cont_3 .box .txt {position:absolute; width:calc(100% - 600px); top:50%; left:600px; transform:translateY(-50%); box-sizing:border-box; padding-left:100px;}
.about .cont_3 .box .txt strong {display:block; font-size:36px; font-weight:700; line-height:40px; margin-bottom:20px; color:#f9b949;}
.about .cont_3 .box .txt p {font-size:16px; line-height:26px; color:#555; font-weight:normal; box-sizing:border-box; padding-left:25px; position:relative;}
.about .cont_3 .box .txt p:after {position:absolute; content:''; width:4px; height:4px; top:11px; left:0; background:#f9b949;}



.history {width:100%;}
.history h3 {position:relative; font-size:42px; line-height:50px; color:#000; font-weight:700; text-align:center; padding-top:30px;}
.history h3:after {position:absolute; content:''; width:50px; height:4px; top:0; left:50%; margin-left:-25px; background:#f9b949;}
.history dl {margin-top: 70px;position: relative;}
.history dl:last-child {padding-bottom:60px;}
.history dl:before {display: block;content: '';width: 1px;height: 100%;background: #ccc;position: absolute;top: 0;left: 50%;}
.history dl:after {display: block;clear: both;content: '';}
.history dl > * {width: 50%;box-sizing: border-box; }
.history strong {display: block;position: relative;top: -20px;font-size: 36px;color: #000;font-weight: 700;letter-spacing: -0.02em;line-height: 1em;}
.history strong:after {display: block;content: '';position: absolute;top: 50%;width: 11px;height: 11px;background: #ccc;border-radius: 50%;margin-top: -5px;}
.history ul li {position: relative;margin-top: 25px;}
.history ul li em {position: absolute;top: 0;font-size: 16px;color: #f9b949;font-weight: 700;letter-spacing: -0.02em;line-height: 25px;font-style: normal;}
.history ul li p {font-size: 16px;color: #555555;font-weight: 300;letter-spacing: -0.02em;line-height: 1.6em;}
.history dl:nth-child(odd) dt {float: left;text-align: right; padding-right:60px;}
.history dl:nth-child(odd) dd {float: right; padding-left:60px;}
.history dl:nth-child(odd) strong:after {left: -65px;}
.history dl:nth-child(odd) ul li em {left: 0;}
.history dl:nth-child(odd) ul li em + p {margin-left: 60px;}
.history dl:nth-child(even) dt {float: right; padding-left:60px;}
.history dl:nth-child(even) dd {float: left; padding-right:60px;}
.history dl:nth-child(even) strong {text-align: right;}
.history dl:nth-child(even) strong:after {right: -65px;}
.history dl:nth-child(even) ul li {text-align: right;}
.history dl:nth-child(even) ul li em {right: 0;}
.history dl:nth-child(even) ul li em + p {margin-right: 60px;}



.certification {width:100%;}
.certification h3 {position:relative; font-size:42px; line-height:50px; color:#000; font-weight:700; text-align:center; padding-top:30px;}
.certification h3:after {position:absolute; content:''; width:50px; height:4px; top:0; left:50%; margin-left:-25px; background:#f9b949;}
.certification .cont_1 {width:100%; margin-top:80px; text-align:center;}
.certification .cont_1 strong {display:block; margin-top:60px; font-style:italic; font-size:28px; line-height:36px; color:#f9b949;}
.certification .cont_1 p {margin-top:40px; font-size:16px; line-height:26px; color:#555; }


.certification .cont_2 {width:100%; margin-top:120px; padding-top:120px; border-top:1px solid #ddd; text-align:center;}
.certification .cont_2 strong {display:block; margin-top:60px; font-style:italic; font-size:28px; line-height:36px; color:#f9b949;}
.certification .cont_2 p {margin-top:40px; font-size:16px; line-height:26px; color:#555; }



.org {width:100%;}
.org h3 {position:relative; font-size:42px; line-height:50px; color:#000; font-weight:700; text-align:center; padding-top:30px;}
.org h3:after {position:absolute; content:''; width:50px; height:4px; top:0; left:50%; margin-left:-25px; background:#f9b949;}
.org .img {margin-top:80px; box-sizing:border-box; text-align:center; padding:90px 80px; background:#f8f8f8; }
.org .img .pc_img {display:inline-block;}
.org .img .m_img {display:none;}


.gbnw {width:100%;}
.gbnw .img {margin-top:80px; }




.location {width:100%;}
.location .loc_info {position:relative; margin-top:-42px; text-align:right; width:100%;}
.location .loc_info p {display:inline-block; margin-left:50px; text-align:left; font-size:16px; line-height:30px; color:#555;}
.location .loc_info p b {font-size:20px; font-weight:700; line-height:30px; color:#f9b949; margin-right:10px;}
.location .iframe {margin-top:60px; height:500px;}





.platform {width:100%;}
.platform .img {margin-top:80px; text-align:center;}
.platform ul {width:100%; border-top:2px solid #333; margin-top:80px;}
.platform ul:after {display:block; content:''; clear:both;}
.platform ul li {width:33.333%; float:left; height:270px; text-align:center; box-sizing:border-box; padding:60px 20px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.platform ul li:last-child {border-right:0;}
.platform ul li p {font-size:16px; line-height:26px; color:#555; margin-top:25px;}

.platform .table_1 {margin-top:100px;}


.table_1 {width:100%;}
.table_1 table {width:100%; border-top:1px solid #333;}
.table_1 th {width:255px;  vertical-align:middle; text-align:center; font-size:20px; font-weight:700; color:#f9b949; padding:30px 10px; background:#fff9e5; border-bottom:1px solid #fcd997;}
.table_1 td {padding:30px 60px; font-size:16px; line-height:24px; color:#555; border-bottom:1px solid #ddd;}





.design {width:100%;}
.design .cont_1 {width:100%; margin-top:60px;}
.design .cont_1:after {display:block; content:''; clear:both;}
.design .cont_1 .left {width:50%; float:left; box-sizing:border-box; padding-right:100px;}
.design .cont_1 .right {width:50%; float:left;}
.design .cont_1 .right .box {width:100%; padding:40px 0; border-top:1px solid #ddd;}
.design .cont_1 .right .box.first {border-top:0;}
.design .cont_1 .right .box strong  {display:block; font-size:36px; font-weight:normal; font-style:italic; line-height:40px; margin-bottom:20px; color:#f9b949;}
.design .cont_1 .right .box strong b {font-weight:700;}
.design .cont_1 .right .box p {font-size:16px; line-height:26px; color:#555; font-weight:normal; box-sizing:border-box; padding-left:25px; position:relative;}
.design .cont_1 .right .box p:after {position:absolute; content:''; width:4px; height:4px; top:11px; left:0; background:#f9b949;}


.design .cont_2 {width:100%; margin-top:150px;}
.design .cont_2 p {font-size:16px; line-height:26px; margin-top:30px; color:#555;}
.design .cont_2 ul {width:100%;}
.design .cont_2 ul:after {display:block; content:''; clear:both;}
.design .cont_2 ul li {width:calc(20% - 8px); float:left; margin-right:10px; margin-top:50px;}
.design .cont_2 ul li:last-child {margin-right:0;}


.design .cont_3 {width:100%; margin-top:150px;}
.design .cont_3 p {font-size:16px; line-height:26px; margin-top:30px; color:#555;}

.design .cont_3 ul {width:100%; border-top:2px solid #333; border-bottom:1px solid #ddd; margin-top:80px;}
.design .cont_3 ul:after {display:block; content:''; clear:both;}
.design .cont_3 ul li {width:16.666%; float:left; box-sizing:border-box; padding:75px 10px; text-align:center;}
.design .cont_3 ul li span {display:block; margin-top:30px; font-size:15px; line-height:22px; color:#333;}


.qc {width:100%;}
.qc .img {margin-top:80px; padding:80px 120px; border-top:2px solid #333; border-bottom:1px solid #ddd; box-sizing:border-box;  text-align:center;}
.qc .img .pc_img {display:inline-block;}
.qc .img .m_img {display:none;}




.items {width:100%;}
.items p  {font-size:16px; line-height:26px; margin-top:30px; color:#555;}

.items ul {width:100%; border-top:2px solid #333;  margin-top:80px;}
.items ul:after {display:block; content:''; clear:both;}
.items ul li {width:20%; float:left;  text-align:center; box-sizing:border-box; padding:40px 20px; border-right:1px solid #ddd; border-bottom:1px solid #ddd;}
.items ul li:last-child {border-right:0;}
.items ul li span {display:block; font-size:20px; line-height:26px; font-weight:700;  color:#f9b949; margin-top:25px;}



.development {width:100%;}
.development .img {width:100%; margin-bottom:60px;}
.development .ic_tit {margin-bottom:30px;}
.development .cont_1 p {font-size:16px; line-height:26px; color:#555; font-weight:normal; box-sizing:border-box; padding-left:25px; position:relative;}
.development .cont_1 p:after {position:absolute; content:''; width:4px; height:4px; top:11px; left:0; background:#f9b949;}


.development .cont_2 {width:100%; margin-top:150px;}
.development .cont_2 p {font-size:16px; line-height:26px; margin-top:30px; color:#555;}
.development .cont_2 .table_2 {margin-top:80px;}

.table_2  {width:100%;}
.table_2 table {width:100%; border-top:1px solid #333;}
.table_2 td {width:50%; padding:30px 60px; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.table_2 td:last-child {border-right:0;}
.table_2 td span {display:block; box-sizing:border-box; padding-left:42px; font-size:16px; line-height:30px; color:#555;  background:url('/images/sub/platform_img_2.png') top 2px left no-repeat;}






.process {width:100%;}
.process p  {font-size:16px; line-height:26px; margin-top:30px; color:#555;}
.process .img {margin-top:80px; padding:80px 60px; border-top:2px solid #333; border-bottom:1px solid #ddd; box-sizing:border-box;  text-align:center;}
.process .img .pc_img {display:inline-block;}
.process .img .m_img {display:none;}




.client {width:100%;}
.client ul {width:100%; border-top:2px solid #333; margin-top:50px;}
.client ul:after {display:block; content:''; clear:both;}
.client ul li {width:calc(25% - 30px); float:left;  margin-top:80px; margin-right:40px;  text-align:center; box-sizing:border-box; }
.client ul li:nth-child(4n) {margin-right:0;}
.client ul li .img {position:relative;}
.client ul li .img:after {position:absolute; content:''; width:100%; height:100%; top:0; left:0; box-sizing:border-box; border:1px solid #ddd;}
.client ul li p {display:block; font-size:16px; line-height:26px; font-weight:700;  color:#333; margin-top:15px;}







