@charset "utf-8";
/**************************************************

	Global.css ( ver 1.0.3 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;overflow-x: hidden;}
#wrap .inner{position: relative;width: 1360px;margin: 0 auto;}
#wrap #sub .inner{width: 1200px;}

/* 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; }
.btn3{ display: inline-block;background: #fff;border: 1px solid #0962cc;color: #0962cc !important;height: 35px;line-height: 35px;padding: 0 20px;font-size: 14px;box-sizing: border-box; }
.btn3.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;top:0;left:0;width: 100%;z-index: 99;transition: all 0.25s;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 90px;}



#header.on,
#header.on2{background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
#header .logo {position: absolute;top: 0;left: 50px;height: 100%;line-height: 90px;z-index:100;}
#header .logo img{max-width:200px;height: auto;}
#header img.color{display: none;}
#header img.white{display: inline-block;}
#header.on img.color,
#header.on2 img.color{display: inline-block;}
#header.on img.white,
#header.on2 img.white{display: none;}
#header.on #gnb > li > a,
#header.on2 #gnb > li > a{color: #333;}
#header .rigBtn{position: absolute;top:0;right:80px;height: 90px;font-size: 0;z-index:99;}
#header .rigBtn:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#header .rigBtn .btn{display: inline-block;vertical-align: middle;margin-left: 5px;}
#header .rigBtn .btn:first-child{margin-left: 0;}
#header .rigBtn .white{display: inline-block;}
#header .rigBtn .active{display: none;}

@media all and (min-width: 1200px){
	#header:hover{background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
	#header:hover img.color{display: inline-block;}
	#header:hover img.white{display: none;}
	#header:hover #gnb > li > a{color: #333;}
}

#gnb{padding-left: 360px;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;margin: 0 35px;}
#gnb > li > a{display: block;line-height: 90px;font-size: 20px;color: #fff;text-decoration: none;font-family: exo2;font-weight: 600;}
#gnb > li > a:after{display:block;content:'';width:0;height: 3px;position: absolute;bottom:0;left:50%;background: #0962cc;transition:all 0.25s;}
#gnb > li:hover > a:after,
#gnb > li.active > a:after{width: 100%;left:0;}
#gnb > li > ul{position: absolute;top: 90px;left: 50%;width: 200px;margin-left: -100px;padding: 15px;border: 1px solid #ddd;border-top: 2px solid #0962cc;background: #fff;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;display: none;}
#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: 300;}
#gnb > li > ul ul{display: none;}
#gnb > li:hover > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}

#drdw{position: fixed;top: 90px;left: 0;width: 100%;background: #eef0f3 url(/images/drdw-font-bg.gif) no-repeat 100% 100%;border-top: 1px solid #ddd;z-index: 91;display: none;padding-left: 360px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: left;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
#drdw .inner{position: relative;margin: 0 auto;width: auto;padding-left: 35px;}
#drdw .inner > li{display: inline-block;padding: 35px 0;vertical-align: top;text-align: left;}
#drdw .inner > li.gnb1{width: 170px;}
#drdw .inner > li.gnb2{width: 295px;}
#drdw .inner > li.gnb3{width: 150px;}
#drdw .inner > li.gnb4{width: 170px;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;font-family: exo2;font-weight: 600;color: #0c4f9f;font-size: 18px;margin-bottom: 15px;}
#drdw .inner > li ul li{margin-top: 8px;}
#drdw .inner > li.gnb2 > ul{font-size: 0;position: relative;padding-bottom: 45px;}
#drdw .inner > li.gnb2 .mob{position: absolute;bottom:0;right:0;}
#drdw .inner > li.gnb2 > ul > li{display: inline-block;vertical-align: top;width: 50%;}
#drdw .inner > li.gnb2 > ul > li:nth-child(2){margin-top: 0;}
#drdw .inner > li ul li:first-child{margin-top: 0;}
#drdw .inner > li > ul > li > a{display: block;font-size: 15px;line-height: 20px;color: #444;text-align: left;letter-spacing: -0.05em;font-weight: 300;}
#drdw .inner > li > ul > li:hover > a{color: #0c4f9f;}
#drdw .inner > li > ul > li.active > a{font-weight: 300;color: #0c4f9f;}
.jpn #drdw .inner > li > ul > li > a {font-weight: 600;letter-spacing: -1px;}
.jpn #drdw .inner > li.gnb2{width: 370px;}

#drdw .inner > li > ul > li ul{margin-top: 8px;}
#drdw .inner > li > ul > li li{margin-top: 5px;}
#drdw .inner > li > ul > li li:first-child{margin-top: 0;}
#drdw .inner > li > ul > li li a{font-size: 14px;}

#drdw .inner > li.hidden-gnb{display: none;}



#hd-fam{position: absolute;top: 50%;right: 210px; transform: translateY(-50%); width: 200px;height: 40px;}
#hd-fam > a{display: block;line-height: 38px;padding: 0 15px;border: 1px solid #fff; font-family: exo2; font-weight: 600; font-size: 14px;color: #fff;text-decoration: none;background: url('/images/layout/hd_fam_arrow.png') no-repeat 92% center;}
#hd-fam ul{position: absolute;top: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #f8f8f8;box-sizing: border-box; border: 1px solid #eee; border-top: 0}
#hd-fam ul li{border-top: 1px solid #eee;}
#hd-fam ul li:first-child{border-top: none;}
#hd-fam ul li a{display: block; box-sizing: border-box; line-height: 35px;color: #666}
#hd-fam:hover ul{display: block;}


#hd-sns{position: relative;display: inline-block;vertical-align: middle;z-index:99;font-size: 0;}
#hd-sns a{display: inline-block;vertical-align: middle;margin-left: 20px;}
#hd-sns a:first-child{margin-left: 0;}

#hd-lan{position: relative;display: inline-block;vertical-align: middle;z-index: 90;width: 88px;border:1px solid #fff;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;text-align: center;margin-left: 30px;}
#hd-lan a {font-family: noto,dotum,gullim,Tahoma,Arial,Helvetica,sans-serif !important;}
#hd-lan > a{display: inline-block;line-height: 38px;padding-left: 28px;font-size: 14px;color: #fff;text-decoration: none;text-transform: uppercase;background: url('/images/layout/hd-lan-white-ico.png') no-repeat 0 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;z-index:99;}
#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;}

#header:hover #hd-fam > a,
#header.on #hd-fam > a {border-color: #ddd; color: #666; background: url('/images/layout/hd_fam_arrow_gy.png') no-repeat 92% center}



#header:hover #hd-lan,
#header.on #hd-lan,
#header.on2 #hd-lan{border-color: #0c4f9f;background: #0c4f9f;}
#header:hover #hd-lan > a,
#header.on #hd-lan > a,
#header.on2 .#hd-lan > a{background: url('/images/layout/hd-lan-ico.png') no-repeat 0 center;}


#footer{background: #1a191b;padding: 45px 0;}
#footer .ftWrap{position: relative;padding-left: 220px;}
#footer .footerLogo{position: absolute;top:0;left:0;max-width:160px;}
#footer address{font-size: 13px;line-height: 20px;color: #888;font-style: normal;}
#footer address hr{width: 15px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;font-size: 12px;color: #888;}

#sns-ico{font-size: 0;position: absolute;top:0;right:0;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#fnb{margin-bottom: 10px;}
#fnb > li{position: relative;display: inline-block;padding: 0 10px;}
#fnb > li:before{display: block;content: '';width: 1px;height: 10px;background: #5f5e60;position: absolute;top:50%;left:0;margin-top: -5px;}
#fnb > li:first-child{padding-left: 0;}
#fnb > li:first-child:before{display: none;}
#fnb > li a{font-size: 14px;color: #999;color: #b3b3b3;}
#fnb > li a strong{font-weight: 300;font-size: 15px;color: #fff;}

#ft-fam{position: absolute;top: 35px;right: 0;width: 230px;height: 40px;}
#ft-fam > a{display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('/images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;}

#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;top: 50px;right: 0;display: none;}
#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:100%; max-height:600px; transform:translateY(-50%); 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: scroll;padding: 15px;box-sizing: border-box;}
#popup .pop-wrap .agreeBox{margin-top: 10px;text-align: right;}
#popup .pop-wrap .agreeBox.item{display:flex;flex-direction:row;justify-content:space-between;align-items:center}
#popup .pop-wrap .agreeBox.item .caution{}
#popup .pop-wrap .agreeBox.item .caution em{font-style:normal;color:#ff0000}
#popup .pop-wrap .agreeBox a{font-weight:bold;vertical-align:top}
#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;}

#popup2{position: fixed;top: 50%;left: 50%;width: 600px; height:100%; max-height:600px; transform:translateY(-50%);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);}
#popup2 .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;}
#popup2 .pop-tit h3{font-size: 15px;color: #000;font-weight: 300;line-height: 45px;}
#popup2 .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;}
#popup2 .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
#popup2 .pop-wrap .agreeBox{margin-top: 10px;text-align: right;}
#popup2 .pop-wrap .agreeBox a{font-weight:bold;vertical-align:top}
#popup2.on{opacity: 1;}
#popupBG2{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;}
#popupBG2.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;}

#main .visual{position: relative;}
#main .visual .roll .item{position: relative;overflow: hidden;height: 1000px;font-size: 0;text-align: center;}
#main .visual .roll .item:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#main .visual .roll .item .vam{position: relative;display: inline-block;vertical-align: middle;width: 1360px;text-align: left;z-index:90;}
#main .visual dt .ex{display: inline-block;font-size: 50px;line-height: 50px;color: #eaeaea;font-weight: 300;}
#main .visual dt{display: inline-block;font-size: 40px;line-height: 40px;color: #eaeaea;font-weight: 300;/* left: 20px;*/}
#main .visual dd .ex{display: block; color: #eaeaea;font-weight: 300;line-height: 200px;font-size: 200px;}
#main .visual dd{font-size: 130px;line-height: 200px;color: #eaeaea;font-weight: 600;margin: 0px 0 5px;}
#main .visual .visBtn{display: block;width: 180px;height: 50px;line-height: 50px;-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;background: #0c4f9f;color: #fff;text-align: center;font-size: 16px;font-weight: 300;}
#main .visual .controler{position: absolute;bottom:80px;left:50%;margin-left: -680px;width: 1360px;z-index:80;text-align: left;}
#main .visual .controler >*{display: inline-block;vertical-align: middle;font-size: 0;}
#main .visual .controler .arrow{display: inline-block;vertical-align: middle;width: 9px;height: 14px;border:0;text-indent: -9999em;}
#main .visual .controler .arrow.next{margin-left: 22px;}
#main .visual .controler .arrow a{display: block;height: 14px;}
#main .visual .controler .bx-prev{background: url(/images/vis-prev.png) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .visual .controler .bx-next{background: url(/images/vis-next.png) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .visual .controler .visCounter{margin-left: 25px;}
#main .visual .controler .visCounter span{font-family: exo2;color: #fff;font-weight: 600;}
#main .visual .controler .visCounter span.slash{margin: 0 10px;}
#main .visual .roll .vis1{background: url(/images/Main01.png) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .visual .roll .vis2{background: url(/images/Main02.png) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .visual .roll .vis3{background: url(/images/Main03.png) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .visual .roll .vis4{background: url(/images/Main04.png) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .visual .roll .vis5{background: url(/images/Main05.png) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#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');}
#main .visual .visQuick{font-size: 0;margin: 0 -10px;padding-top: 15px;}
#main .visual .visQuick li{display: inline-block;vertical-align: top;padding: 0 10px;}
#main .visual .visQuick li .img{text-align: center;}
#main .visual .visQuick li .text{font-size: 14px;font-weight: 300;color: #fff;text-align: center;margin-top: 8px;}
#main .visual .slideDown{position: absolute;bottom:0;left:50px;z-index:90;}
.jpn #main .visual dt,
.jpn #main .visual dd {letter-spacing: -1px;word-break:break-all;}
.jpn #main .visual dd .ss {font-size: 100px; line-height: 80px; color: #eaeaea; margin: 0px 0 5px;}
/*.jpn #main .visual dt {font-size: 55px;}*/
.jpn #main .visual dt .ex{font-size: 50px; line-height: 50px;}
.eng #main .visual dd .ss {font-size: 120px; line-height: 80px; color: #eaeaea; margin: 0px 0 5px;}


#main .motion{position: relative;z-index:1;opacity: 0;top:-50px;}

#main .section1 li{display: inline-block;vertical-align: top;width: 33.33%;height: 920px;font-size: 0;text-align: center;}
#main .section1 li.li01{background: url(/images/main-sec1-list-img1.jpg) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .section1 li.li02{background: url(/images/main-sec1-list-img2.jpg) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .section1 li.li03{background: url(/images/main-sec1-list-img3.jpg) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#main .section1 li:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#main .section1 li .link{display: inline-block;vertical-align: middle;}
#main .section1 li dt{font-size: 42px;font-family: exo2;font-weight: 600;color: #fff;margin: 30px 0;}
#main .section1 li dd{font-size: 15px;line-height: 24px;color: #fff;opacity: 0.5;}
.eng #main .section1 li dd{padding: 0 30px;}
@media all and (min-width: 1360px){
	.eng #main .section1 li dd{height: 144px;}
}
#main .section1 .more{display: inline-block;margin-top: 50px;display: none;}
#main .section2{height: 910px;background: url(/images/main-section2-bg.jpg) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;font-size: 0;text-align: center;}
#main .section2:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#main .section2 .in{display: inline-block;vertical-align: middle;width: 1360px;}
#main .section2 .title{font-size: 30px;line-height: 48px;text-align: center;color: #fff;margin-bottom: 65px;}
#main .section2 .list{font-size: 0;margin: -10px;}
#main .section2 .list li{display: inline-block;vertical-align: top;width: 20%;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#main .section2 .list a.link{display: block;height: 320px;background: rgba(0,0,0,0.3);font-size: 0;}
#main .section2 .list a.link:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#main .section2 .list a.link .vam{display: inline-block;vertical-align: middle;}
#main .section2 .list a.link strong{display: block;font-size: 24px;font-weight: 600;color: #fff;}
#main .section2 .list .icon{margin: 20px auto 25px;}
#main .section2 .list p.text{font-size: 15px;line-height: 20px;letter-spacing: -0.025em;color: #fff;}


#quickmenu{position: fixed;bottom:80px;right:80px;z-index:90;}
#quickmenu a{display: block;margin-top: 20px;}
#quickmenu a:first-child{margin-top: 0;}

/**************************************************
	Sub
**************************************************/
#sub{  }
#sub #content{ position: relative;width: 1200px;margin: 0 auto;padding: 50px 0 80px;}
#sub #content.pnone{padding-bottom: 0;}
#sub #content.solution,
#sub #content.full{width: 100%;padding: 50px 0 0;}

#sub #content > *{}

#sub .sub-vis{position: relative;height: 350px;padding-top: 90px;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: 60px;font-family: exo2;font-weight: 600;color: #fff;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 15px;font-style: normal;font-size: 18px;font-weight: normal;}
.eng #sub .sub-vis h2 em{letter-spacing: 0;font-size: 20px;}

#sub .sub-tit{position: relative;margin-bottom: 50px;}
#sub .sub-tit h3{font-size: 36px;font-weight: 600;color: #333;text-align: center;}


#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;vertical-align: top;z-index: 89;}
#navigator > ul > li:after{display: block;content: '';position: absolute;top:50%;right:0;width: 1px;height: 14px;margin-top: -7px;background: #ddd;}
#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.gif') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;height: 50px;text-align: center;padding: 0;color: #888;font-size: 0;background: none;}
#navigator > ul > li:first-child a:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#navigator > ul > li:first-child a img{display: inline-block;vertical-align: middle;}
#navigator > ul > li:last-child > a{color: #0c4f9f;}
#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.d2 ul ul{display: none;}

#navigator > ul > li > ul li.hidden-gnb{display: none;}

.txtimg1{position: relative;font-size: 0;}
.txtimg1 .text1{display: inline-block;vertical-align: middle;}
.txtimg1 .img{display: inline-block;vertical-align: middle;margin-left: 50px;}

.txtimg1 .img.rig{}

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


#wrap .wide{position: relative;width: 1920px;left:50%;margin-left: -960px;}
#company .section1{padding-bottom: 100px;}
#company .section1:after{display: block;content: '';width: 100%;height: 545px;position: absolute;bottom:0;left:0;background: #f5f5f5;z-index:-1;}
#company .section1 .title{}
#company .section1 .title dt{font-size: 42px;font-family: exo2;font-weight: 600;line-height: ;color: #0962cc;text-align: center;}
#company .section1 .title dd{font-size: 18px;line-height: 26px;color: #666;text-align: center;margin: 20px 0 45px;}
#company .section2{padding: 90px 0;}
#company .section2 .title dt{font-size: 16px;color: #0962cc;margin-bottom: 15px;font-family: exo2;font-weight: 600;}
#company .section2 .title dt,
#company .section2 .title dd{text-align: center;}
#company .section2 .title dd{font-size: 36px;line-height: 1.1em;color: #222;}
#company .section2 .conBox{position: relative;z-index:1;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width: 1000px;padding: 60px 100px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;margin: -80px auto 0;background: #fff;}
#company .section2 .conBox table{width: 100%;margin-top: 35px;border-top:2px solid #111;}
#company .section2 .conBox table th{width: 120px;font-size: 16px;font-weight: 600;color: #222;}
#company .section2 .conBox table.eng th{width: 150px;}
#company .section2 .conBox table td{font-size: 16px;color: #666;}
#company .section2 .conBox table th,
#company .section2 .conBox table td{padding: 20px 0;border-top:1px dashed #ddd;text-align: left;vertical-align: top;}
#company .section2 .conBox table tr:first-child th,
#company .section2 .conBox table tr:first-child td{border-top:0;}
#company .list{font-size: 0;white-space: nowrap;text-align: center;}
#company .list li{display: inline-block;vertical-align: top;width: 360px;}
#company .list li:nth-child(2){margin: 0 -40px;}
#company .list li .imgBox{margin-bottom: 60px;}
#company .list li .textBox{white-space: normal;}
#company .list.eng li .textBox{padding: 0 30px;}
#company .list li .textBox dt{font-size: 28px;font-weight: 600;color: #222;margin-bottom: 20px;}
#company .list li .textBox dd{font-size: 16px;line-height: 24px;color: #888;}
#company .section3{padding: 100px 0;background: url(/images/company-section3-bg.jpg) no-repeat 50% 50%;-webkit-background-size: cover;background-size: cover;}
#company .section3 .inner{overflow: hidden;}
#company .section3 .textBox{width: 610px;float: left;}
#company .section3 .imgBox{float: right;}
#company .section3 .top dt{font-size: 16px;font-family: exo2;font-weight: 600;color: #008ed7;letter-spacing: 0.1em;}
#company .section3 .top dd{font-size: 36px;font-weight: 600;color: #fff;}
#company .section3 .text h4{margin: 25px 0 10px;font-size: 44px;letter-spacing: -0.025em;color: #fff;font-weight: normal;}
#company .section3 .text.eng h4{font-size: 34px;}
#company .section3 .text h4 strong{font-weight: 600;}
#company .section3 .text dt{font-size: 19px;font-weight: 600;color: #fff;margin-bottom: 40px;}
#company .section3 .text dd{}
#company .section3 .text dd p{font-size: 16px;line-height: 24px;color: #fff;margin-top: 15px;}
#company .section3 .text dd p:first-child{margin-top: 0;}
#company .section3 .ceoText{margin-top: 35px;font-size: 16px;color: #fff;}
#company .section3 .ceoText strong{font-size: 19px;color: #fff;font-weight: 600;}
#company .section3 .ceoText img{margin-left: 15px;}
#company .section3 .imgBox{}
/* sj - 230808 건별 추가 */
#company .section4 {padding: 100px 0; background: #f5f5f5}
#company .section4 .tit {padding-bottom: 50px}
#company .section4 .tit h5 {font-size: 36px; font-weight: 600; color: #333; text-align: center}
#company .section4 .wrap {}
#company .section4 .wrap dl {display: flex; flex-flow: row wrap; align-items: center; padding: 18px 0}
#company .section4 .wrap dl dt {flex-basis: 300px; flex-shrink: 0; margin-right: 60px}
#company .section4 .wrap dl dt img {}
#company .section4 .wrap dl dd {flex: 1}
#company .section4 .wrap dl dd .mid {}
#company .section4 .wrap dl dd h6 {font-size: 24px; line-height: 34px; color: #333}
#company .section4 .wrap dl dd p {margin: 10px 0 20px; font-size: 16px; line-height: 26px; color: #666}
#company .section4 .wrap dl dd a {display: inline-block; padding: 0 40px; border-radius: 5px; background: #555555; transition: all .3s ease}
#company .section4 .wrap dl dd a span {display: inline-block; padding-right: 15px; font-size: 17px; color: #fff; line-height: 40px; background: url('../images/fam_arrow.png') no-repeat right center}
#company .section4 .wrap dl dd a:hover {background: #0962cc; transition: all .3s ease}


.solTitle{text-align: center;margin-bottom: 80px;}
.solTitle h4{font-size: 36px;font-weight: 600;color: #333;text-align: center;}
.solTitle p{font-size: 20px;text-align: center;color: #666;}
.solutionType1 .text1{font-size: 16px;line-height: 26px;color: #666;}
.eng .solutionType1 .text1{max-width: 870px}
.solutionType1 .tar.text1 {max-width: 1200px;}
.solutionType1 .section,
#content.full .section{padding: 80px 0;}
#content.full .section:first-child{padding-top: 0;}
.solutionType1 .section.gray,
#content.full .section.gray{background: #f5f5f5;}
.solutionType1 .section1{padding-top: 0;}
.solutionType1 .cont{position: relative;width: 1200px;margin: 70px auto 0;display: table;table-layout: fixed;}
.solutionType1 .cont:first-child{margin-top: 0;}
.solutionType1 .cont >*{display: table-cell;vertical-align: top;}
.solutionType1 .cont .title{width: 240px;}
.solutionType1 .cont .title h4{font-size: 16px;font-weight: 600;color: #333;}
.solutionType1 .cont .desc{}
.solutionType1 .cont .text2 dt{font-size: 16px;font-weight: 600;color: #0c4f9f;}
.solutionType1 .cont .text2 dd{font-size: 16px;color: #666;margin-top: 10px;}
.solutionType1 .soltibox .box{margin-top: 80px;}
.solutionType1 .soltibox .box:first-child{margin-top: 0;}
.solutionType1 .soltibox .img{margin-top: 50px;}
.solutionType1 .soltibox .img:first-child{margin-top: 0;}
.solutionType1 .list1 li{margin-top: 60px;}
.solutionType1 .list1 li:first-child{margin-top: 0;}
.solutionType1 .list1 li >*{display: inline-block;vertical-align: middle;}

.eng .solutionType1 .list1.dtbig2 li dt{width: 100%;margin-bottom: 15px;}
.eng .solutionType1 .list1 li .text{width: 750px;}

.solutionType1 .list1 li .icon{margin-right: 60px;}
.solutionType1 .list1 li dl{font-size: 0;}
.solutionType1 .list1 li dl >*{display: inline-block;vertical-align: middle;}
.solutionType1 .list1 li dt{width: 180px;font-size: 16px;font-weight: 600;color: #333;}
.solutionType1 .list1.dtbig li dt{width: 230px;}
.solutionType1 .list1.dtbig2 li dt{width: 300px;}
.solutionType1 .list1 li dd{font-size: 15px;line-height: 26px;color: #666;}
.solutionType1 .list2{margin: -6px;}
.solutionType1 .list2 li{display: inline-block;vertical-align: top;width: 25%;padding: 6px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.solutionType1 .list2.three li{width: 33.33%;}
.solutionType1 .list2 li .box{
height: 150px;font-size: 0;text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d56a7+0,1486e1+100 */
background: #0d56a7; /* Old browsers */
background: -moz-linear-gradient(left,  #0d56a7 0%, #1486e1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0d56a7 0%,#1486e1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0d56a7 0%,#1486e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d56a7', endColorstr='#1486e1',GradientType=1 ); /* IE6-9 */
}
.solutionType1 .list2 li .box:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
.solutionType1 .list2 li .box dl{display: inline-block;vertical-align: middle;}
.solutionType1 .list2 li .box dt,
.solutionType1 .list2 li .box dd{text-align: center;color: #fff;}
.solutionType1 .list2 li .box dt{margin-bottom: 15px;text-align: center;}
.solutionType1 .list2 li .box dd{font-size: 16px;font-weight: 300;color: #fff;letter-spacing: -0.025em;font-weight: 300;}
.solutionType1 .list2 li .box dd .small_txt {  font-size: 14px; color: #fff;}
.eng .solutionType1 .list2 li .box dd{font-size: 15px;padding: 0 10px;}
.solutionType1 .list3{margin: -10px;font-size: 0;}
.solutionType1 .list3 li{display: inline-block;vertical-align: top;padding: 10px;width: 33.33%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.solutionType1 .list3 li dl{font-size: 0;}
.solutionType1 .list3 li dl >*{display: inline-block;vertical-align: middle;}
.solutionType1 .list3 li dd{font-size: 18px;font-weight: 600;color: #222;margin-left: 15px;}
.eng .solutionType1 .list3 li dd{font-size: 16px;}
.jpn .solutionType1 .list3 li dd{font-size: 14px;}
.solutionType1 .list4{font-size: 0;margin: -10px;}
.solutionType1 .list4 li{display: inline-block;vertical-align: top;width: 33.33%;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.solutionType1 .list4 li .imgBox{margin-bottom: 25px;}
.solutionType1 .list4 li .textBox dt{font-size: 20px;font-weight: 600;color: #222;margin-bottom: 15px;}
.solutionType1 .list4 li .textBox dd{font-size: 16px;line-height: 26px;color: #666;}

.eng .solutionType1 .list1 li dt,
.eng .solutionType1 .list1.dtbig li dt,
.eng .solutionType1 .list1.dtbig2 li dt{width: 100%;margin-bottom: 10px;}

.eng .solutionType1 .list1 li dt br,
.eng .solutionType1 .list1.dtbig li dt br,
.eng .solutionType1 .list1.dtbig2 li dt br{display: none;}

#sub .sub-tit .btnType1{position: absolute;top:10px;right:0;}
#sub .btnType1{width: 180px;height: 45px;line-height: 45px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: #008ed7;font-size: 16px;color: #fff;text-align: center;}
#sub .titType1{padding-left: 20px;position: relative;font-size: 24px;font-weight: 600;color: #222;margin-bottom: 25px;}
#sub .titType1:before{display: block;content: '';width: 4px;height: 4px;border:3px solid #0962cc;position: absolute;top:50%;left:0;margin-top: -5px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}

#partner{padding: 80px 0;background: #f5f5f5;}
#partner .section{margin-top: 80px;}
#partner .section:first-child{margin-top: 0;}
#partner .partnerList{font-size: 0;}
#partner .partnerList li{display: inline-block;vertical-align: top;padding: 6px;width: 16.666%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#partner .partnerList li .img{background: #fff;text-align: center;}
#partner .partnerList li .img img{visibility: hidden;}
#partner .partnerList li .text{background: #fff;height: 35px;font-size: 15px;text-align: center;}
#partner .ptext{font-size: 14px;color: #999;margin-top: 30px;}



.recruitTable{width: 100%;border-top:2px solid #222;}
.recruitTable th{width: 200px;font-size: 24px;font-weight: 600;color: #bdbdbd;}
.recruitTable th,
.recruitTable td{padding: 35px 0;border-bottom:1px solid #ddd;}
.recruitTable td .box{position: relative;padding: 10px 0;padding-left: 40px;padding-right: 180px;border-left:1px solid #ddd;}
.recruitTable td dt .subj{display: block;font-size: 18px;font-weight: 300;color: #222;margin-bottom: 8px;}
.recruitTable td dd >*{display: inline-block;vertical-align: middle;}
.recruitTable td dd .date{font-size: 15px;line-height: 23px;color: #888;}
.recruitTable td dd .dday{display: inline-block;vertical-align: middle;margin-left: 10px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;width: 47px;height: 20px;line-height: 20px;margin-left: 10px;background: #eee;text-align: center;font-size: 11px;font-weight: 600;color: #0962cc;}
.recruitTable td .state{position: absolute;top:50%;right:0;margin-top: -20px;width: 136px;height: 36px;line-height: 36px;border:2px solid #0962cc;color: #0962cc;font-size: 15px;font-weight: 300;text-align: center;}
.recruitTable td .state.close{background: #a1a1a1;border-color: #a1a1a1;color: #fff;}

.tabType1{font-size: 0;margin: -3px;padding-bottom: 35px;}
.tabType1.cen{text-align: center;}
.tabType1 li{display: inline-block;vertical-align: top;width: 16.666%;padding: 3px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.tabType1 .btn{display: block;height: 48px;line-height: 48px;border:1px solid #ddd;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-align: center;font-size: 16px;background: #f8f8f8;transition: all 0.2s;}
.tabType1 li .btn:hover{background: #ebebeb;}
.tabType1 li.active .btn{background: #0962cc;border-color:#0962cc;color: #fff;}

.tableType1{width: 100%;table-layout: fixed;}
.tableType1 thead th{background: #f7f7f7;font-size: 17px;font-weight: 300;color: #222;padding: 15px 10px;border-top:2px solid #222;}
.tableType1 th,
.tableType1 td{border:1px solid #ddd;}
.tableType1 tbody th{background: #f7f7f7;text-align: left;font-size: 16px;color: #222;font-weight: 300;padding: 15px 25px;}
.tableType1 tbody td{font-size: 16px;text-align: center;padding: 15px 10px;}

#financial .section{margin-top: 70px;}
#financial .section:first-child{margin-top: 0;}
#financial .titType2{font-size: 30px;line-height: 1.1em;font-weight: 600;color: #0962cc;margin-bottom: 20px;}
#financial .ftblTop{overflow: hidden;margin-bottom: 15px;}
#financial .ftblTop span{display: block;font-size: 16px;color: #888;}
#financial .ftblTop span.lef{float: left;}
#financial .ftblTop span.rig{float: right;}
#financial .tableType1 th,
#financial .tableType1 td{width: 20%;}
#financial .tableType1 tbody td{font-size: 16px;text-align: center;padding: 15px 10px;}


#stockPrice strong.upper{color: #ef3131;}
#stockPrice strong.lower{color: #0962cc;}
#stockPrice .spTitle{overflow: hidden;margin-bottom: 20px;}
#stockPrice .spTitle h4{font-size: 26px;line-height: 30px;font-weight: 300;color: #222;float: left;}
#stockPrice .spTitle .date{float: right;line-height: 35px;}
#stockPrice .spTable{width: 100%;}
#stockPrice .spTable th{font-size: 42px;font-weight: 600;}
#stockPrice .spTop{border-top:2px solid #222;}
#stockPrice .spTop .price{width: 300px;height: 120px;text-align: center;font-size: 0;}
#stockPrice .spTop .price:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#stockPrice .spTop .price strong{display: inline-block;vertical-align: middle;font-size: 42px;font-weight: 600;color: #222;}
#stockPrice .spTop .top{font-size: 0;white-space: nowrap;}
#stockPrice .spTop .top >*{display: inline-block;vertical-align: middle;}
#stockPrice .spTop .top .list{overflow: hidden;width: 900px;}
#stockPrice .spTop .top .list li{font-size: 16px;color: #666;}
#stockPrice .spTop .top .list li.li01{display: block;width: 100%;margin-bottom: 10px;}
#stockPrice .spTop .top .list li.li01 strong{color: #333;display: inline-block;margin-left: 10px;}
#stockPrice .spTop .top .list li.li02{float: left;}
#stockPrice .spTop .top .list li.li03{float: right;}
#stockPrice .spTop .top .list li.bt strong{display: inline-block;width: 280px;text-align: right;font-weight: 300;}
#stockPrice .spTop table.btm{width: 100%;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
#stockPrice .spTop table.btm td{text-align: center;border-left:1px solid #ddd;padding: 20px 10px;}
#stockPrice .spTop table.btm td:first-child{border-left:0;}
#stockPrice .spTop table.btm dt{font-size: 16px;font-weight: 300;color: #222;margin-bottom: 10px;}
#stockPrice .spTop table.btm dd{font-size: 16px;color: #666;}
#stockPrice .spTop table.btm dd strong{font-weight: 300;}
#stockPrice .spMid{overflow: hidden;margin: 40px 0;}
#stockPrice .spMid .lef{float: left;}
#stockPrice .spMid .rig{float: right;}
#stockPrice .spMid .tableType1{width: 580px;}
#stockPrice .spMid .tableType1 th{width: 150px;}
#stockPrice .spMid .tableType1 td{text-align: right;padding-right: 25px;}
#stockPrice .spMid .tableType1 td strong{font-weight: 300;}

.quickBtnWrap{text-align: center;margin-top: 20px;}
.quickBtnWrap .button{width: 180px;height: 45px;line-height: 45px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background: #0962cc;border:0;color: #fff;}
.pop-wrap table td{padding: 10px 5px !important;border-top:1px solid #ddd;}
.pop-wrap table td label{position:relative}
.pop-wrap table td .star{position:absolute;top:-5px;right:-8px;font-style:normal;color:#ff0000}
.pop-wrap table td textarea{height:100px;resize:none}
.pop-wrap .labelWrap{margin:-5px -10px;}
.pop-wrap .labelWrap label{display: inline-block;vertical-align: top;padding: 5px 8px;}

.cenBtmText{margin-top: 20px;text-align: center;font-size: 16px;}

#solutionMobile .sgWrap{margin-top: 40px;}

.sgWrap{position:relative;}
.scrollGuide{display:none;}
@media all and (max-width: 750px){
	.scrollGuide{display:block;width:160px;height:160px;position:absolute;top:50%;left:50%;margin-left:-80px;margin-top:-80px;z-index:100;}
	.sgWrap{white-space: nowrap;overflow-x: auto;}
	#solutionMobile .sgWrap{height: 160px;font-size: 0;}
	#solutionMobile .sgWrap > img{height: 160px;width: auto;}
	.sgWrap > table{width: 100%;min-width:720px;}
}

.mobileType1{font-size: 0;}
.mobileType1 >*{display: inline-block;vertical-align: middle;}
.mobileType1 .list{width: 555px;font-size: 0;margin: -15px 0;margin-left: 65px;}
.mobileType1 .list li{display: inline-block;vertical-align: top;width: 50%;padding: 15px 0;}
.mobileType1 .list li .box{position: relative;height: 70px;padding-left: 90px;font-size: 0;}
.mobileType1 .list li .box:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
.mobileType1 .list li .box dl{display: inline-block;vertical-align: middle;}
.mobileType1 .list li dt{position: absolute;top:0;left:0;width: 70px;}
.mobileType1 .list li dd{font-size: 16px;font-weight: 300;color: #222;}
.jpn .mobileType1 .list {width: 545px;}

.sgText p{font-size: 16px;line-height: 26px;color: #666;}
.sgText span{display: block;margin-top: 8px;font-size: 14px;line-height: 21px;color: #0962cc;}


#recruit1 .section{text-align: center;}
#recruit1 .section1{padding-top: 0;}
#recruit1 .tit1{font-size: 30px;font-weight: normal;color: #0962cc;text-align: center;margin-bottom: 45px;}
#recruit1 .tit1 strong{font-weight: 600;}
#recruit1 .tit2{text-align: center;margin-bottom: 45px;}
#recruit1 .tit2 span{display: inline-block;padding-bottom: 5px;border-bottom:1px solid #111;font-size: 36px;line-height: 1.1em;letter-spacing: -0.05em;color: #111;font-weight: normal;}
#recruit1 .tit2 span strong{font-weight: 600;}
#recruit1 .section2 .tit1{margin-bottom: 25px;}
#recruit1 .section2 .list{margin: -15px;}
#recruit1 .section2 .list li{display: inline-block;vertical-align: top;padding: 15px;width: 33.33%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: left;}
#recruit1 .section2 .list li .textBox{margin-top: 25px;}
#recruit1 .section2 .list li .textBox dt{font-size: 22px;font-weight: 600;color: #222;margin-bottom: 15px;letter-spacing: -0.05em;}
#recruit1 .section2 .list li .textBox dd{font-size: 16px;line-height: 24px;letter-spacing: -0.025em;}
#recruit1 .iconList{font-size: 0;text-align: left;margin: -18px;}
#recruit1 .iconList li{display: inline-block;vertical-align: top;width: 20%;padding: 18px;border-left:0;border-top:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;font-size: 0;}
#recruit1 .iconList li:before{display: inline-block;vertical-align: middle;content: '';width: 0;height: 100%;}
#recruit1 .iconList li dl{display: inline-block;vertical-align: middle;text-align: center;width: 100%;}
#recruit1 .iconList li dd{font-size: 18px;font-weight: 300;color: #111;margin-top: 18px;}
#recruit1 .recruit1Roll{position: relative;}
#recruit1 .recruit1Roll .slick-arrow{position: absolute;top:50%;margin-top: -15px;background: none;font-size: 16px;font-weight: 600;color: #888;padding-bottom: 10px;border:0;border-bottom:2px solid #888;}
#recruit1 .recruit1Roll .slick-slide{overflow: hidden;text-align: center;}
#recruit1 .recruit1Roll .slick-slide a{display: block;overflow: hidden;width: 100%;}
#recruit1 .recruit1Roll .slick-arrow.slick-prev{left:-150px;padding-right: 30px;}
#recruit1 .recruit1Roll .slick-arrow.slick-next{right:-150px;padding-left: 30px;}

#recruit2 .stepimg{margin: 80px 0;text-align: center;}
#recruit2 .list{margin: -10px;}
#recruit2 .list li{display: inline-block;vertical-align: top;width: 20%;padding: 10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#recruit2 .list li .box{-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;padding: 10px;}
#recruit2 .list li .box .icon{margin-bottom: 20px;text-align: center;}
#recruit2 .list li .box dl{display: inline-block;vertical-align: middle;width: 100%;}
#recruit2 .list li .box dt{font-size: 22px;line-height: 30px;color: #222;font-weight: 600;text-align: center;margin-bottom: 15px;}
#recruit2 .list li .box dd{font-size: 16px;line-height: 24px;color: #777;text-align: center;}

#recruit3 .imgBox{text-align: center;margin-bottom: 60px;}
#recruit3 .numList{font-size: 0;margin: -6px;}
#recruit3 .numList li{padding: 6px;display: inline-block;vertical-align: top;width: 25%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#recruit3 .numList li .box{padding: 35px;border:3px solid #eee;height: 330px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#recruit3 .numList li .num{display: block;font-size: 20px;font-family: exo2;color: #0962cc;font-weight: 600;margin-bottom: 15px;}
#recruit3 .numList li dt{font-size: 26px;font-weight: 600;color: #222;margin-bottom: 15px;}
#recruit3 .numList li dd{font-size: 14px;line-height: 24px;letter-spacing: -0.03em;}
#recruit3 .r3btmText{text-align: center;margin-top: 60px;}
#recruit3 .r3btmText span{display: inline-block;padding-bottom: 3px;border-bottom:1px solid #555;font-size: 16px;color: #555;}

.inquiryBox{font-size: 0 !important;margin: -2px;font-family: empty !important;}
.inquiryBox .box{display: inline-block;vertical-align: top;width: 50%;padding: 2px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-family: "MS PGothic",Osaka,Arial,sans-serif;}
.inquiryBox .in{position: relative;background: #f7f7f7;padding: 45px 55px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.inquiryBox .in.top{height: 260px;}
.inquiryBox .title{font-size: 0;margin-bottom: 25px;}
.inquiryBox .title >*{display: inline-block;vertical-align: middle;}
.inquiryBox .title h5{font-size: 24px;font-weight: 600;color: #000;}
.inquiryBox .title span{font-size: 14px;color: #0962cc;margin-left: 10px;}
.inquiryBox .ttype1 dl{margin-top: 10px;}
.inquiryBox .ttype1 dt{position: relative;padding-left: 13px;font-size: 17px;width: 300px;font-weight: 300;}
.inquiryBox .ttype1 dt:before{display: block;content: '';width: 3px;height: 15px;background: #0962cc;position: absolute;top:50%;left:0;margin-top: -8px;}
.inquiryBox .ttype1 dd{position: relative;display: inline-block;font-size: 16px;line-height: 24px;color: #888;margin-top: 8px;padding-right: 30px;background: url(/images/telmail-icon.gif) no-repeat 100% 50%;}
.inquiryBox .ttype1 dd a{font-size: 0;position: absolute;top:0;right:0;width: 25px;height: 100%;}
.inquiryBox .box .telmail li{position: relative;font-size: 16px;color: #888;margin-top: 8px;}
.inquiryBox .box .telmail li:first-child{margin-top: 0;}
.inquiryBox .box .telmail li.mail{display: inline-block;padding-right: 30px;background: url(/images/telmail-icon.gif) no-repeat 100% 50%;}
.inquiryBox .box .telmail li.mail a{font-size: 0;position: absolute;top:0;right:0;width: 25px;height: 100%;}
.inquiryBox .box1 .in{background: #f7f7f7 url(/images/ibox-box1-icon1.gif) no-repeat top 45px right 55px;}
.inquiryBox .box2 .in{background: #f7f7f7 url(/images/ibox-box1-icon2.gif) no-repeat top 45px right 55px;}
.inquiryBox .box3 .in{background: #f7f7f7 url(/images/ibox-box1-icon3.gif) no-repeat top 45px right 55px;}
.inquiryBox .box4 .in{background: #f7f7f7 url(/images/ibox-box1-icon4.gif) no-repeat top 45px right 55px;}
.jpn .inquiryBox .ttype1 dd,
.jpn .inquiryBox .box .telmail li {font-family: noto,dotum,gullim,Tahoma,Arial,Helvetica,sans-serif !important;}

#gt-pgm {position: relative;z-index: 2;padding-bottom: 100px;}
#gt-pgm:after {display: block;content: '';position: absolute;bottom: 0;left: 0;z-index: -1;width: 100%;height: 50%;background: #f6f6f6;}
#gt-pgm .inner {width: 1000px !important;margin: 0 auto;}
#gt-pgm .img {box-shadow: 10px 10px 30px rgba(0,0,0,0.2);}
#gt-pgm .img img {display: block;width: 100%;}
#gt-pgm .text {margin: 68px 0 30px;}
#gt-pgm .text > * {display: block;text-align: center;}
#gt-pgm .text strong {font-size: 35px;color: #222222;font-weight: 600;line-height: 1.6em;}
#gt-pgm .text p {font-size: 20px;color: #222222;font-weight: 200;line-height: 1.6em;}
#gt-pgm dl {background-color: #fff;padding: 20px;text-align: center;background-repeat: no-repeat;background-position: 100% center;background-size: contain;}
#gt-pgm dl dt {font-size: 18px;color: #0962cc;font-weight: 600;line-height: 1.6em;}
#gt-pgm dl dd {margin-top: 5px;font-size: 16px;color: #888888;line-height: 1.6em;}
#gt-pgm dl dd a {margin-left: 10px;}




/* [230927 kyj] S */
.policyhistory {margin-top: 50px;padding-top: 20px;border-top: 1px solid #ddd;}
.policyhistory > dt {font-size: 24px;color: #333;font-weight: normal;}
.policyhistory > dd {margin-top: 15px;display: flex;align-items: center;}
.policyhistory .selskin {border: 1px solid #ddd;width: 170px;margin-right: 5px;overflow: hidden;position: relative;z-index: 0;}
.policyhistory .selskin:after {display: block;content: '\e84e';position: absolute;top: 50%;right: 10px;transform: translateY(-50%);font-family: 'axicon';font-size: 18px;color: #888;}
.policyhistory .selskin select {width: 110%;padding: 0 15px;box-sizing: border-box;border: 0px;height: 38px;}
.policyhistory .btn {border: 1px solid #0e77d9;height: 38px;line-height: 38px;padding: 0 20px;color: #0e77d9;}

/*hunesion-su*/
.m-left20{left: 20px;}
.eng #main .visual .vis2 dd {line-height: 130px;}




.__hidden {position: fixed;top: -100vh;z-index: -33;width: 0;height: 0;opacity: 0;overflow: hidden;}
th.required:after {display: inline-block;vertical-align: middle;content: '*';margin-left: 3px;color: #ff0000;}





/* [230513 kyj] S */
#company .section5 {padding: 100px 0;}
#company .section5 .tit {padding-bottom: 50px}
#company .section5 .tit h5 {font-size: 36px; font-weight: 600; color: #333; text-align: center}
#company .section5 .info {display: flex;flex-wrap: wrap;}
#company .section5 .info > * {width: 100%;}
#company .section5 .info > .w60 {width: 60%;margin-top: 50px;}
#company .section5 .info > .w40 {width: 40%;margin-top: 50px;display: flex;justify-content: end;}
#company .section5 .info dt.dt_tit1{font-size: 36px;font-family: exo2;font-weight: 600;line-height: 46px;color: #0962cc;text-align: center;}
#company .section5 .info dt.dt_tit2{font-size: 30px;font-weight: normal;line-height: 44px;color: #222222;text-align: center;}
#company .section5 .info dt.dt_tit2 b {font-weight: 600;}
#company .section5 .info dd{margin-top: 45px;font-size: 22px;line-height: 32px;color: #222222;text-align: center;}
#company .section5 .info table {width: 100%;}
#company .section5 .info table tr > th {font-size: 18px;color: #222222;font-weight: 600;line-height: 32px;text-align: left;}
#company .section5 .info table tr > td {font-size: 16px;color: #888888;line-height: 32px;text-align: left;}
#company .section5 .info + .info {margin-top: 90px;}
#company .section5 .btn3 {width: 200px;height: 48px;line-height: 46px;font-size: 18px;font-weight: 300;}

.stit1 {display: block;text-align: center;font-size: 30px;color: #333;font-weight: normal;line-height: 40px;}
.stit1 b {font-size: 30px;color: #333;font-weight: 600;line-height: 40px;}

.stxt1 {display: block;font-size: 16px;font-weight: normal;line-height: 26px;}

.colBlue {color: #0962cc !important;}

.fwb {font-weight: 600 !important;}


#recruit1 .section2 .boxs {display: flex;flex-wrap: wrap;margin: -15px;}
#recruit1 .section2 .boxs > li {margin: 15px;width: calc(100%/3 - 15px*2);box-sizing: border-box;padding: 60px 40px;border-radius: 20px 20px 0 20px;position: relative;z-index: 0;}
#recruit1 .section2 .boxs > li:nth-child(1) {background: #05b7dd;}
#recruit1 .section2 .boxs > li:nth-child(2) {background: #008ed7;}
#recruit1 .section2 .boxs > li:nth-child(3) {background: #0962cc;}
#recruit1 .section2 .boxs > li > * {display: block;color: #fff;text-align: left;}
#recruit1 .section2 .boxs > li .icon {position: absolute;bottom: 0;right: 0;z-index: -1;}
#recruit1 .section2 .boxs > li .line {border: 0px;height: 1px;background: #ddd;margin: 30px 0;opacity: 0.2;}
#recruit1 .section2 .boxs > li p {font-size: 22px;font-weight: 200;line-height: 32px;}
#recruit1 .section2 .boxs > li strong {font-size: 40px;font-weight: 600;line-height: 50px;}
#recruit1 .section2 .boxs > li span {font-size: 16px;line-height: 24px;}

#recruit1 .section3 .icons {display: flex;flex-wrap: wrap;justify-content: start;align-items: start; margin: -15px 0;}
#recruit1 .section3 .icons > li {width: calc(100%/5);margin: 15px 0;}
#recruit1 .section3 .icons > li > img {display: block;margin: 0 auto;}
#recruit1 .section3 .icons > li > p {text-align: center;padding: 15px 0 0;font-size: 18px;color: #222222;font-weight: 300;line-height: 28px;}

.solutionType1 .list2 li .box {position: relative;}
.solutionType1 .list2 li .box dd.txt-top {position: absolute;top: 10px;left: 10px;font-size: 12px;}




/* 250512 sys S */
.solutionType1 .list1 li dd .col { color: #0c4f9f; font-size: inherit;}
.solutionType1 .list1 li dd .bottom_txt { padding-top: 15px; font-size: 14px;}