@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
**************************************************/
#wrap {overflow: hidden;}

#header{position: fixed;width:100%; box-sizing:border-box; padding:0 80px; z-index: 90;}
#header:after {position:absolute; content:''; width:100%; height:1px; bottom:0; left:0; background:rgba(255,255,255,0.15);}
#header .inner{position: relative;width: 100%;height: 100px;margin: 0 auto;display: flex;align-items: center;justify-content: end;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;display: flex;align-items: center;}
#header .logo a {display: block;overflow: hidden;text-indent: -99999px;background-repeat: no-repeat;background-position: 50% 100%;background-size: cover;width: 92px;height: calc(92px/2);}
#header.on {background:#fff;}
#header.on .logo a {background-position: 50% 0%;}
#header.on #gnb > li > a {color:#333;}
#header.on #tnb > li > a {color:#333;}


#gnb{position: relative;z-index: 2;margin-right: 28px;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 28px;line-height: 100px;font-size: 19px;color: #fff;text-decoration: none;}
#gnb > li > ul{position: absolute;top: 100px;left: 50%;width: 200px;margin-left: -100px;padding: 15px;border: 1px solid #ddd;border-top: 2px solid #00afe5;background: #fff;box-sizing: border-box;visibility: hidden;opacity: 0;transition: all 0.2s;}
#gnb > li > ul li a{display: block;font-size: 15px;color: #000;line-height: 30px;text-align: center;}
#gnb > li > ul li.active a{font-weight: bold;}
#gnb > li:hover > ul{visibility: visible;opacity: 1;}
#gnb > li.hidden-gnb{display: none;}

#tnb{display: flex;align-items: center;}
#tnb > li{display: flex;align-items: center;}
#tnb > li:not(:first-child):before {display: block;content: '';margin: 0 10px;width: 1px;height: 10px;background: rgba(255,255,255,0.3);}
#tnb > li a{font-size: 13px;color: #fff;font-weight: 300;line-height: 30px;}

#footer{background: #222222; width:100%; padding:0 80px; box-sizing:border-box;}

#footer .body {width:100%; box-sizing:border-box; padding:90px 150px; position:relative;}
#footer h2 {position:absolute; top:98px; left:0; font-size:35px; line-height:35px; color:#fff; font-family: 'Work Sans', sans-serif; font-weight:700;}
#footer .fnbWrap{border-bottom: 1px solid #3d3d3d;}
#footer .fnbWrap .inner{position: relative;width: 1200px;margin: 0 auto;}
#footer .ftWrap{position: relative;width: 1005;margin: 0 auto; }
#footer address{font-size: 13px;line-height: 20px;color: #999;font-style: normal;}
#footer address hr{width: 20px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;font-size: 13px;color: #999; font-weight:normal;font-family: 'Work Sans', sans-serif;}

#sns-ico{top:80px; right:0; position:absolute;}
#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 {margin-bottom: 10px;}
#fnb > li{display: inline-block; padding-left:10px; margin-left:10px; position:relative;}
#fnb > li:after {position:absolute; content:''; top:9px; left:0; width:1px; height:12px; background:#bbb;}
#fnb > li:first-child{padding-left: 0; margin-left:0; background: none;}
#fnb > li:first-child:after {display:none;}
#fnb > li a{font-size: 15px;color: #fff;letter-spacing: -1px;line-height: 30px;}

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

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

#main .visual{position: relative;min-height: 900px;background: #222;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative; margin:0 auto;}
#main .visual .roll .item img.__pc {display:block;}
#main .visual .roll .item img.__ta {display:none;}
#main .visual .roll .item img.__mo {display:none;}
#main .visual .roll .item .txt {position:absolute; top:50%; left:50%; width:100%; max-width:1200px; transform:translate(-50%, -50%); text-align:center;}
#main .visual .roll .item .txt h2 {font-size:80px; line-height:80px; text-align:center; font-weight:700; color:#fff; font-family: 'Work Sans', sans-serif;}
#main .visual .roll .item .txt strong {display:block; font-size:32px; line-height:36px; color:#ffff; margin-top:40px; font-weight:normal;}
#main .visual .roll .item .txt a {position:relative; display:block; margin:60px auto 0; width:190px; box-sizing:border-box; padding:0 30px; padding-right:50px; line-height:41px; border:2px solid #ccc; text-align:left; font-size:15px; font-weight:600; color:#ccc;font-family: 'Work Sans', sans-serif; border-radius:45px; }
#main .visual .roll .item .txt a i {position:absolute; top:50%; right:30px; transform:translateY(-50%); color:#ccc;}
#main .visual .slick-dots{position: absolute;top:50%; right:100px; transform:translateY(-50%); z-index: 81;text-align: center;}
#main .visual .slick-dots li{display:block;margin: 10px 0;}
#main .visual .slick-dots li button{position:relative;display: block;width: 35px;height:35px; border:0; background:none; font-size:14px; font-weight:700; color:#fff; line-height:35px; text-align:Center;font-family: 'Work Sans', sans-serif;}
#main .visual .slick-dots li button:before {content:'0';}
#main .visual .slick-dots li.slick-active button{background:#fff; border-radius:50%; color:#222;}
#main .visual .slick-dots li.slick-active button:after {position:absolute; content:''; width:20px; height:2px; top:50%; margin-top:-1px; right:-14px; background:#333;}



.section_1 {width:100%; box-sizing:border-box; padding:120px 0; background:url('/images/main/section_1_bg.png') top center no-repeat; background-size:cover;}
.section_1 .cont {width:100%; max-width:1200px; margin:0 auto; position:relative;}
.section_1 .cont:after {display:block; content:''; clear:both;}
.section_1 .cont .left {width:50%; float:left;margin-top:40px;max-width:420px;}
.section_1 .cont .left strong {display:block; font-size:24px; font-weight:700; color:#ccc; line-height:35px; text-decoration:underline; font-family: 'Work Sans', sans-serif; }
.section_1 .cont .left h3 {margin-top:50px; line-height:90px; font-size:90px; color:#333; font-family: 'Work Sans', sans-serif; }
.section_1 .cont .left p {margin-top:30px; font-size:15px; line-height:25px; color:#666;}
.section_1 .cont .left .linkbox {position:relative; margin-top:50px; width:100%; }
.section_1 .cont .left .linkbox:after {display:block; content:''; clear:both;}
.section_1 .cont .left .linkbox a {width:calc(50% - 3px); float:left; margin-right:6px;}
.section_1 .cont .left .linkbox a:nth-child(2) {margin-right:0;}
.section_1 .cont .left .linkbox a.btn_3 {width:100%; float:left; margin-right:0; margin-top:6px;}
.section_1 .cont .right {width:50%; float:right;}



.section_2 {width:100%; box-sizing:border-box; padding:120px 0; background:url('/images/main/section_2_bg.png') top center no-repeat; background-size:cover;}
.section_2 .cont {width:100%; max-width:1200px; margin:0 auto; position:relative;}
.section_2 .cont:after {display:block; content:''; clear:both;}
.section_2 .cont .left {width:50%; float:left; }
.section_2 .cont .left h3 { margin-top:20px; color:#fff; font-size:50px; line-height:50px; font-weight:700; font-family: 'Work Sans', sans-serif; }
.section_2 .cont .left p {margin-top:30px; font-size:18px; color:#fff; line-height:28px; font-weight:200;}
.section_2 .cont .right {width:50%; float:left;}
.section_2 .cont .right ul {width:100%;}
.section_2 .cont .right ul:after {display:block; content:''; clear:both;}
.section_2 .cont .right ul li {width:calc(33.333% - 8px); float:left; margin-right:12px; position:relative; text-align:Center; box-sizing:border-box; padding:40px 10px; border:1px solid rgba(255,255,255,0.5);}
.section_2 .cont .right ul li:last-child {margin-right:0;}
.section_2 .cont .right ul li a {position:absolute; top:0; left:0; width:100%; height:100%; z-index:1;}
.section_2 .cont .right ul li .pc_img {display:inline-block;}
.section_2 .cont .right ul li .m_img {display:none;}
.section_2 .cont .right ul li p {font-size:20px; font-weight:300; color:#fff; line-height:28px; margin-top:20px;}
.section_2 .cont .right ul li:hover {background:#fff; }
.section_2 .cont .right ul li:hover .pc_img {display:none;}
.section_2 .cont .right ul li:hover .m_img {display:inline-block;}
.section_2 .cont .right ul li:hover p {color:#333;}




.section_3 {width:100%; box-sizing:border-box; padding:120px 0; }
.section_3 .cont {width:100%; max-width:1200px; margin:0 auto; position:relative; border-top:5px solid #333; padding-top:60px;}
.section_3 .main_notice {width:100%;}
.section_3 .main_notice:after {display:block; content:''; clear:both;}
.section_3 .left {width:35%; float:left; box-sizing:border-box; padding-right:50px;}
.section_3 .left h3 {font-size:50px; line-height:50px; color:#333; font-weight:700; font-family: 'Work Sans', sans-serif; }
.section_3 .left p {font-size:18px; line-height:28px; color:#333; font-weight:200; margin-top:20px;}
.section_3 .left a {display:block; margin-top:40px; width:110px; box-sizing:border-box; border:2px solid #ccc; border-radius:35px; line-height:31px; text-align:center; color:#888; font-size:12px; font-weight:600; font-family: 'Work Sans', sans-serif;}
.section_3 .right {width:65%; float:left; }
.section_3 .right .board_box {display:block; padding:20px 0; border-bottom:1px solid #ddd; box-sizing:Border-box; padding-right:130px; position:Relative; }
.section_3 .right .board_box:first-child {padding-top:0;}
.section_3 .right .board_box:first-child strong {font-size:23px;color:#222; font-weight:700; font-family: 'Work Sans', sans-serif;}
.section_3 .right .board_box:first-child p {display:block; font-size:16px; font-weight:200; line-height:26px; color:#888; height:52px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-wrap: break-word;}
.section_3 .right .board_box:first-child span {top:20px;}
.section_3 .right .board_box p {display:none;}
.section_3 .right .board_box strong {font-size:18px; line-height:33px; font-weight:200; color:#666;  height:33px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.section_3 .right .board_box span {position:absolute; top:50%; width:130px; text-align:center; right:0; transform:translateY(-50%); font-size:16px; color:#999; font-weight:400;  font-family: 'Work Sans', sans-serif;}
.section_3 .sec_3_bot {width:100%; margin-top:100px; }
.section_3 .sec_3_bot:after {display:block; content:''; clear:both;}
.section_3 .sec_3_bot .box_1 { display:block; box-sizing:border-box; padding:60px 75px;width:calc(50% - 20px); float:left; margin-right:40px; background:url('/images/main/section_3_img_1.png') top center no-repeat; background-size:cover;}
.section_3 .sec_3_bot .box_2  { display:block; box-sizing:border-box; padding:60px 75px;width:calc(50% - 20px); float:left; background:url('/images/main/section_3_img_2.png') top center no-repeat; background-size:cover;}
.section_3 .sec_3_bot  strong {font-size:30px; font-weight:600; line-height:48px; color:#fff;}
.section_3 .sec_3_bot  p {font-size:15px; font-weight:200; color:#fff; line-height:24px; margin-top:15px;}
.section_3 .sec_3_bot  span {display:inline-block; font-size:12px; line-height:20px; margin-top:30px; font-weight:600;font-family: 'Work Sans', sans-serif; color:#ccc; padding-right:70px; position:relative; }
.section_3 .sec_3_bot  span:After {position:Absolute; content:''; width:50px; top:9px; right:10px; height:2px; background:#ccc;}




.section_4 {width:100%; box-sizing:border-box; padding:120px 0; background:url('/images/main/section_4_bg.png') top center no-repeat; background-size:cover;}
.section_4 .cont {width:100%; max-width:1200px; margin:0 auto; position:relative;}
.section_4 .sec_4_top {text-align:center;}
.section_4 .sec_4_top h4 {text-align:center; display:Block; font-size:30px; line-height:35px; color:#222; font-weight:700; font-family: 'Work Sans', sans-serif;}
.section_4 .sec_4_top p {margin-top:15px; font-size:15px; font-weight:200; line-height:30px; color:#666; text-align:center;}
.section_4 .sec_4_top p a {display:inline-block; margin-left:5px; width:100px; line-height:30px; border-radius:5px; background:#999; font-size:13px; font-weight:200; color:#fff; }
.section_4 .sec_4_top p br.pc_none {display:none;}
.section_4 ul {width:100%; padding:0 35px; display: flex;justify-content: center;align-items: center;margin-top: 50px; }
.section_4 ul li {width:calc(20% - 28px); margin: 0 18px; }







/* [231121 kyj] S */
.mtit {margin-bottom: 55px;}
.mtit > * {display: block;text-align: center;margin-bottom: 30px;}
.mtit > h3 {font-size:50px;color:#333333;line-height:50px; font-weight:700; font-family: 'Work Sans', sans-serif; }
.mtit p {font-size:18px;color:#333333;line-height:28px;font-weight:200;}

.tcs_svc {padding: 120px 0;background: url('../images/main/section_1_bg.png') no-repeat 50% 50% / cover;}
.tcs_svc .inr {max-width: 1200px;margin: 0 auto;}
.tcs_svc .boxs {display: flex;flex-wrap: wrap;margin: -15px;}
.tcs_svc .boxs > li {margin: 15px;width: calc(100%/3 - 15px*2);height: 480px;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;position: relative;z-index: 0;box-sizing: border-box;padding: 50px;}
.tcs_svc .boxs > li:after {display: block;content: '';position: absolute;top: 0;right: -1px;bottom: 0;left: 0;z-index: -1;background: #fff;opacity: 0;}
.tcs_svc .boxs > li > .link {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 10;}
.tcs_svc .boxs > li > strong {display: block;font-size: 28px;color: #fff;font-weight: 700;line-height: 38px;letter-spacing: -1px;}
.tcs_svc .boxs > li > p {margin-top: 20px;font-size: 16px;color: #fff;line-height: 26px;letter-spacing: -1px;}
.tcs_svc .boxs > li > span {display: inline-block;vertical-align: middle;margin-top: 35px;font-size: 12px;color: #fff;font-family: 'Work Sans', sans-serif;line-height: 12px;position: relative;z-index: 0;}
.tcs_svc .boxs > li > span:before {display: block;content: '';position: absolute;left: calc(100% + 20px);top: calc(50% - 1px);width: 50px;height: 2px;background: #fff;}
.tcs_svc .boxs > li > .logos {position: absolute;bottom: 50px;left: 50px;}
.tcs_svc .boxs > li > .logos .off {display: block;}
.tcs_svc .boxs > li > .logos .on {display: none;}
.tcs_svc .boxs > li:hover:after {opacity: 0.85;}
.tcs_svc .boxs > li:hover > strong {color: #333333;}
.tcs_svc .boxs > li:hover > p {color: #666666;}
.tcs_svc .boxs > li:hover > span {color: #888888;}
.tcs_svc .boxs > li:hover > span:before {background: #888888;}
.tcs_svc .boxs > li:hover > .logos .off {display: none;}
.tcs_svc .boxs > li:hover > .logos .on {display: block;}

.banner_svc {background: url('../images/main/banner-bg1.jpg') no-repeat 50% 50% / cover;}
.banner_svc .inr {height: 200px;max-width: 1200px;margin: 0 auto;display: flex;flex-direction: row;justify-content: space-between;align-items: center;position: relative;z-index: 0;}
.banner_svc .inr .mtit {margin-bottom: 0;margin-left: 220px;}
.banner_svc .inr .mtit > * {text-align: left;margin-bottom: 10px;}
.banner_svc .inr .mtit > h3 {font-size: 36px;color: #000000;}
.banner_svc .inr .mtit > p {margin-bottom: 0;font-size: 18px;color: #555555;}
.banner_svc .inr .img {position: absolute;bottom: 0;left: 0;z-index: -1;max-height: 100%;}
.banner_svc .inr .btnWrap {margin-top: 0;}
.banner_svc .inr .btn1 {width: 190px;height: 45px;line-height: 43px;border-color: #222222;background-color: #222222;border-radius: calc(45px/2);font-size: 15px;color: #fff;font-weight: 600;padding-left: 35px;box-sizing: border-box;position: relative;z-index: 0;}
.banner_svc .inr .btn1:after {display: block;content: '\e850';font-family: 'axicon';position: absolute;top: 50%;right: 25px;transform: translateY(-50%);font-size: 20px;}
.banner_svc .inr .btn1:hover {border-color: #000;background-color: #000;}





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

#sub #content > *{}

#sub .sub-vis{position: relative;height: 420px;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: 40px;color: #fff;letter-spacing: -1px;z-index: 2; margin-top:90px;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: 200;}

#sub .sub-tit{position: relative;padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #ddd;}
#sub .sub-tit h3{margin-top: 10px;font-size: 30px;color: #000;}

.lnbWrap{background: #fff; position:relative;}
.lnbWrap:after {position:absolute; content:''; width:100%; height:1px; bottom:0; left:0; background:#ddd;}
#lnb{width: 1200px;margin: 0 auto;}
#lnb > li{display: inline-block; position:relative;vertical-align: top; box-sizing: border-box;}
#lnb > li:after {position:Absolute; content:''; top:25px; right:0; width:1px; height:20px; background:#ddd; }
#lnb > li:before {position:Absolute; content:''; top:25px; left:0; width:1px; height:20px; background:#ddd; }
#lnb > li a{display: block;line-height: 70px;font-size: 16px;text-decoration: none;text-align: center;color: #666;}
#lnb > li.active a{font-weight:300; color: #222; line-height:67px; border-bottom:3px solid #222;}

#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 11px;line-height: 11px;}
#status > ul > li a{font-size: 13px;color: #999;text-decoration: none;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{border: 1px solid #ddd;border-width: 1px 0 1px 0;}
#navigator > ul{width: 1200px;position: relative;margin: 0 auto;border-left: 1px solid #ddd;box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 200px;font-size: 15px;font-weight: 300;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('/images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;transition: all 0.2s;}
#navigator > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;}

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

/** 위즈위클리 소개 **/
.about {width:100%; margin:-120px auto;}
.about_1 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.about_1:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:url('/images/sub/about_bg_1.png') top center no-repeat; background-size:cover;}
.about_1 .cont {text-align:center;}
.about_1 .cont h3 {font-size:70px; line-height:70px; color:#333; font-weight:700; font-family: 'Work Sans', sans-serif; text-align:center;}
.about_1 .cont strong {display:block; font-size:20px; line-height:32px; color:#333; font-weight:200; margin-top:20px;}
.about_1 .cont img {display:block; margin:50px auto;}
.about_1 .cont p {font-size:16px; line-height:24px; color:#666;}
.about_1 .cont .txtbox {margin-top:50px; padding:50px; box-sizing:border-box; font-size:16px; line-height:24px; color:#888; border:5px solid #eee; border-radius:20px;}

.about_2 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.about_2:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:url('/images/sub/about_bg_2.png') top center no-repeat; background-size:cover;}
.about_2 .cont {width:100%; text-align:center;}
.about_2 .cont h3 {font-size:40px; line-height:40px; color:#fff; text-align:center;}
.about_2 .cont ul {margin:50px auto; width:100%;}
.about_2 .cont ul:after {display:block; content:''; clear:both;}
.about_2 .cont ul li {width:calc(50% - 5px); float:left; margin-right:5px;}
.about_2 .cont ul li:last-child {margin-right:0;}
.about_2 .cont p {font-size:16px; line-height:24px; color:#fff; margin-top:50px;}
.about_2 .dnjs {position:absolute; bottom:-120px; right:-200px;}

.about_3 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.about_3:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:url('/images/sub/about_bg_3.png') top center no-repeat; background-size:cover;}
.about_3 .cont { text-align:center;}
.about_3 .cont h3 {font-size:40px; line-height:40px; color:#333; text-align:center;}
.about_3 .cont > img {margin:50px auto; display:block;}
.about_3 .cont strong {display:Block; text-align:center; font-size:25px; line-height:35px;}
.about_3 .cont strong span {font-size:18px; font-weight:600; color:#aaa; line-height:35px;  font-family: 'Work Sans', sans-serif;}
.about_3 .cont p {font-size:16px; line-height:24px; color:#666; margin-top:20px;}
.about_3 .cont p b {margin-bottom:10px; font-size:18px; color:#333; line-height:26px; display:block;}
.about_3 .cont ul {width:100%; max-width:550px; margin:0 auto;}
.about_3 .cont ul:after {display:block; content:''; clear:both;}
.about_3 .cont ul li {width:calc(20% - 10px); margin:50px 5px 0; float:left;}



.board {width:100%; padding-top:120px; }
.board h3 {font-size:40px; line-height:40px; color:#333; text-align:center; margin-bottom:50px;}


/** 서비스 **/
.service {width:100%; margin:-120px auto;}


.service_1 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.service_1:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:url('/images/sub/service_bg_1.png') top center no-repeat; background-size:cover;}
.service_1 .body {width:100%; position:relative;}
.service_1 .body:after {display:block; content:''; clear:both;}
.service_1 .body .left {width:50%; position:absolute; top:50%; left:0; transform:translateY(-50%);box-sizing:border-box; padding-right:50px; }
.service_1 .body .left h4 {padding-bottom:30px; margin-bottom:30px; position:relative; font-size:30px; line-height:35px; color:#222; font-weight:200; }
.service_1 .body .left h4 b {font-weight:600;}
.service_1 .body .left h4:after {position:absolute; content:''; width:35px; height:3px; bottom:0; left:0; background:#ddd;}
.service_1 .body .left p {font-size:16px; line-height:24px; color:#666;}
.service_1 .body .right {width:50%; margin-left:50%; text-align:right;}

.service_2 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.service_2:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:#111;}
.service_2 .body {width:100%; position:relative;}
.service_2 .body:after {display:block; content:''; clear:both;}
.service_2 .body .right {width:50%; position:absolute; top:50%; left:50%; transform:translateY(-50%); box-sizing:border-box; padding-left:50px;}
.service_2 .body .right h4 {padding-bottom:30px; margin-bottom:30px; position:relative; font-size:30px; line-height:35px; color:#fff; font-weight:200; }
.service_2 .body .right h4 b {font-weight:600;}
.service_2 .body .right h4:after {position:absolute; content:''; width:35px; height:3px; bottom:0; left:0; background:#666;}
.service_2 .body .right p {font-size:16px; line-height:24px; color:#fff;}
.service_2 .body .left {width:50%; text-align:left;}

.service_3 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.service_3:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:url('/images/sub/service_bg_2.png') top center no-repeat; background-size:cover;}
.service_3 .body {width:100%; position:relative;}
.service_3 .body:after {display:block; content:''; clear:both;}
.service_3 .body .left {width:50%; position:absolute; top:50%; left:0; transform:translateY(-50%);box-sizing:border-box; padding-right:50px; }
.service_3 .body .left h4 {padding-bottom:30px; margin-bottom:30px; position:relative; font-size:30px; line-height:35px; color:#222; font-weight:200; }
.service_3 .body .left h4 b {font-weight:600;}
.service_3 .body .left h4:after {position:absolute; content:''; width:35px; height:3px; bottom:0; left:0; background:#ddd;}
.service_3 .body .left p {font-size:16px; line-height:24px; color:#666;}
.service_3 .body .right {width:50%; margin-left:50%; text-align:right;}

.service_4 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.service_4:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:#f7f7f7;}
.service_4 .body {width:100%; position:relative;}
.service_4 .body:after {display:block; content:''; clear:both;}
.service_4 .body .right {width:50%; position:absolute; top:50%; left:50%; transform:translateY(-50%); box-sizing:border-box; padding-left:50px;}
.service_4 .body .right h4 {padding-bottom:30px; margin-bottom:30px; position:relative; font-size:30px; line-height:35px; color:#222; font-weight:200; }
.service_4 .body .right h4 b {font-weight:600;}
.service_4 .body .right h4:after {position:absolute; content:''; width:35px; height:3px; bottom:0; left:0; background:#ddd;}
.service_4 .body .right p {font-size:16px; line-height:24px; color:#666;}
.service_4 .body .left {width:50%; text-align:left;}


.service_5 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.ser_5_tit {text-align:center; margin-bottom:40px;}
.ser_5_tit h4 {font-size:30px; font-weight:200; line-height:42px; color:#222; text-align:center; position:relative; padding-bottom:30px; margin-bottom:30px;}
.ser_5_tit h4 b {font-weight:600; display:block;}
.ser_5_tit h4:after {position:absolute; content:''; width:35px; height:3px; background:#ddd; bottom:0; left:50%; margin-left:-17px;}
.ser_5_tit p {font-size:16px; color:#666; line-height:24px;}
.ser_5_tit p b {font-weight:700; font-size:17px; line-height:24px;   font-family: 'Work Sans', sans-serif;}
.service_5 ul {width:100%;}
.service_5 ul:after {display:block; content:''; clear:both;}
.service_5 ul li {width:calc(25% - 15px); margin-right:20px; background:#f7f7f7; margin-top:20px; text-align:center;  float:left; height:352px; box-sizing:border-box; padding:50px 10px 10px; text-align:center;}
.service_5 ul li:nth-child(4n) {margin-right:0;}
.service_5 ul li.first {background:url('/images/sub/service_img_5.png') top center no-repeat; background-size:cover; position:relative; padding:0;}
.service_5 ul li.first strong {font-size:35px; line-height:35px; font-weight:700; margin:0; font-family: 'Work Sans', sans-serif; color:#fff; position:absolute; top:50%; left:0; width:100%; display:block;transform:translateY(-50%);}
.service_5 ul li.first strong span {display:block; font-size:20px; display:block; line-height:35px; color:#fff; font-weight:700;   font-family: 'Work Sans', sans-serif;}
.service_5 ul li strong {display:block; font-size:20px; color:#ddd; line-height:23px; font-weight:700;   font-family: 'Work Sans', sans-serif; margin:20px 0;}
.service_5 ul li p {font-size:15px; line-height:23px; color:#666;}

.btnbody {width:100%; margin:50px auto 0; text-align:center;}
.btnbody .btn_1 {width:240px; display:inline-block; line-height:50px; border-radius:50px; text-align:center; font-size:15px; color:#fff; background:#111;}

.service_6 {width:100%; position:relative; box-sizing:border-box; padding:120px 0;}
.service_6:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:url('/images/sub/service_bg_3.png') top center no-repeat; background-size:cover;}
.ser_6_tit {text-align:center; margin-bottom:40px;}
.ser_6_tit h4 {font-size:40px; font-weight:600; line-height:42px; color:#fff; text-align:center;}
.ser_6_tit p {font-size:16px; color:#fff; line-height:24px; margin-top:20px;}
.service_6 ul {width:100%; box-sizing:border-box; text-align:center; padding:70px 80px 100px; background:#fff;}
.service_6 ul:after {display:block; content:''; clear:both;}
.service_6 ul li {width:calc(25% - 40px); margin:30px 20px 0; display:inline-block; vertical-align:top; }
.service_6 ul li strong {display:block; font-size:17px; line-height:25px; color:#222; font-weight:300; margin-top:20px;}
.service_6 ul li  p {font-size:14px; line-height:22px; color:#888; margin-top:10px;}


.service_7 {width:100%; padding:120px 0; box-sizing:border-box;}
.ser_7_tit h4{font-size:40px; font-weight:600; line-height:42px; color:#222; text-align:center;}
.service_7 ul {width:100%;}
.service_7 ul:after {display:block; content:''; clear:both;}
.service_7 ul li {width:calc(50% - 15px); text-align:center; margin-top:40px; margin-right:30px; float:left;}
.service_7 ul li:last-child {margin-right:0; }
.service_7 .img {box-sizing:border-box; padding:50px 10px; background:#f7f7f7;}
.service_7 .text {background:#222; padding:19px; box-sizing:border-box;}
.service_7 .text p {font-size:18px; line-height:26px; color:#fff;}
.service_7 .text.line1 p {line-height:52px;}



/** 인력채용 **/
.manpower {width:100%; margin:-120px auto;}
.manpo_1 {width:100%; padding:120px 0; box-sizing:border-box;}
.manpo_1 h3 {text-align:center; font-size:40px; line-height:40px; font-weight:600; color:#222;}
.manpo_1 ul {width:100%; text-align:Center;}
.manpo_1 ul:after {display:block; content:''; clear:both;}
.manpo_1 ul li {width:25%; margin:70px -25px 0; display:inline-block; vertical-align:top;}
.manpo_1 ul li .img {margin-bottom:30px;}
.manpo_1 ul li strong {display:block; margin-top:15px; font-size:15px; font-weight:300; color:#333; line-height:23px;}
.manpo_1 ul li p {font-size:15px; color:#666; line-height:23px;}


.manpo_2 {width:100%; padding:120px 0; box-sizing:border-box; position:relative;}
.manpo_2:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:#f7f7f7;}
.manpo_2 h3 {text-align:center; font-size:40px; line-height:40px; font-weight:600; color:#222;}
.manpo_2 ul {width:100%; text-align:Center;}
.manpo_2 ul:after {display:block; content:''; clear:both;}
.manpo_2 ul li {width:calc(25% - 15px); margin-top:50px; margin-right:20px; float:left; text-align:center; box-sizing:border-box; background:#fff; padding:50px 10px; height:360px;}
.manpo_2 ul li:last-child {margin-right:0;}
.manpo_2 ul li strong {display:block; margin:20px 0; font-size:20px; line-height:23px; color:#222; font-weight:600; }
.manpo_2 ul li p {font-size:15px; line-height:23px; color:#666;}



/** 고객센터 **/
.customer {width:100%; margin:-120px auto;}
.custo_1 {width:100%; padding:120px 0; box-sizing:border-box;}
.custo_1 .img {position:relative;}
.custo_1 .info {position:relative; text-align:center; margin-top:-100px; margin-left:100px; z-index:2; width:calc(100% - 200px); box-sizing:border-box; padding:80px 80px 0; background:#fff;}
.custo_1 .info:after {display:block; content:''; clear:both;}
.custo_1 .info .left {width:50%; float:left; position:Relative; box-sizing:border-box; border-right:1px dashed #ddd;}
.custo_1 .info .right {width:50%; float:left;}
.custo_1 .info strong {display:block; font-size:25px; line-height:25px; color:#222; font-weight:600; margin:20px 0;}
.custo_1 .info p {font-size:16px; line-height:24px; color:#666;}


.custo_2 {width:100%; padding:100px 0; box-sizing:border-box; position:relative;}
.custo_2:before {position:absolute; content:''; width:100vw; height:100%; top:0; left:50%; margin-left:-50vw; z-index:-1; background:#f7f7f7;}
.custo_2 ul {width:100%; text-align:Center;}
.custo_2 ul:after {display:block; content:''; clear:both;}
.custo_2 ul li {width:calc(16.6666% - 10px);  margin-right:12px; float:left; }
.custo_2 ul li:last-child {margin-right:0;}






.landing {width:100%; padding:100px 0; box-sizing:border-box; background:url('/images/sub/landing_bg.png') top center no-repeat; background-size:cover;}
.landing .body {width:100%; max-width:1200px; margin:0 auto; position:relative;}
.landing .body:after {display:block; content:''; clear:both;}
.landing .body .left {width:50%; position:absolute; max-width:520px; top:50%; left:0; transform:translateY(-50%);}
.landing .body .left h3 {margin:30px 0; font-size:54px; line-height:60px; font-weight:600; color:#fff;}
.landing .body .left p {font-size:18px; line-height:34px; font-weight:300; color:#fff; }
.landing .body .left p .pc_none {display:none;}
.landing .body .left .join_btn {position:relative; margin-top:70px; width:100%; box-sizing:border-box; padding:0 70px; line-height:70px; font-size:22px; font-weight:600; color:#111; background:#ffcc01; border-radius:70px; display:block;}
.landing .body .left .join_btn i {font-size:35px; position:absolute; line-height:70px; top:0; right:30px; color:#111;}
.landing .body .left ul {width:100%;}
.landing .body .left ul:after {display:block; content:''; clear:both;}
.landing .body .left ul li {width:calc(50% - 5px); margin-right:10px; float:left; margin-top:20px;}
.landing .body .left ul li:last-child {margin-right:0;}
.landing .body .right {width:50%; padding-left:50px; box-sizing:border-box; text-align:right; margin-left:50%;}

.lan_info {width:100%; padding:80px 0; box-sizing:border-box; background:#000;}
.lan_info .body {width:100%; max-width:1200px; margin:0 auto; position:relative; box-sizing:border-box; padding-left:350px;}
.lan_info .body .info_contact {position:absolute; top:0; left:0;font-family: 'Work Sans', sans-serif; }
.lan_info .body .info_contact strong {font-size:22px; display:block; font-weight:700; color:#fff; line-height:28px; }
.lan_info .body .info_contact a { margin-top:10px; display:block; box-sizing:border-box; padding-left:45px; position:relative; line-height:34px; font-size:34px; font-weight:700; color:#fff; }
.lan_info .body .info_contact a b {position:absolute; width:26px;height: 26px; line-height:26px; top:4px; left:0; background:#ffcc00; border-radius:50%; text-align:center;}
.lan_info .body .info_contact a b i {font-size:20px; line-height:26px; vertical-align:top;}
.lan_info .body ul {width:100%;}
.lan_info .body ul:after {display:block; content:''; clear:both;}
.lan_info .body ul li {width:calc(33.333% - 12px); margin-right:18px; float:left;}
.lan_info .body ul li:last-child {margin-right:0;}
.lan_info .body ul li i {color:#ffcc00; font-size:28px; margin-right:10px; vertical-align: bottom; display: inline-block; line-height: 30px;}
.lan_info .body ul li a {padding:25px 20px; text-align:center; display:block; font-size:17px; font-weight:500; color:#fff; line-height:30px; background:#1a1a1a;}


.lan_board {width:100%; padding:100px 0; box-sizing:border-box; background:url('/images/sub/landing_bg.png') top center no-repeat; background-size:cover;}
.lan_board .body{width:100%; max-width:1300px; padding:50px; background:#fff; box-sizing:border-box; margin:80px auto;}
.lan_board h3 {text-align:center; font-size:40px; line-height:40px; font-weight:600; color:#222; margin-bottom:50px;}











/* [231121 kyj] S */
.tab2{margin-bottom: 50px;border: 1px solid #ddd;display: flex;justify-content: space-between;flex-wrap: wrap;}
.tab2 li{flex-basis: 0;flex-grow: 1;}
.tab2 li a{display: block;font-size: 16px;color: #666;display: flex;height: 55px;text-decoration: none;text-align: center;justify-content: center;align-items: center;}
.tab2 li:not(:first-child) a {border-left: 1px solid #ddd;}
.tab2 li.active a{border-color: #111;background: #111;color: #fff;}

.stit1 {display: block;margin-bottom: 10px;position: relative;z-index: 0;font-size: 19px;color: #333333;font-weight: 600;padding-left: 16px;}
.stit1:after {display: block;content: '';width: 6px;height: 6px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);background: #ffcc00;}

.stit2 {display: block;margin-bottom: 15px;font-size: 26px;color: #333333;font-weight: 600;}

.stit{text-align:center; margin-bottom:40px;}
.stit > * {display: block;}
.stit > h4 {font-size:40px; font-weight:600; line-height:42px; color:#333; text-align:center;}
.stit > p {margin-top:20px;font-size:16px;line-height:24px;}

.stxt-dot1 > li {position: relative;z-index: 0;padding-left: 15px;font-size: 18px;color: #333333;font-weight: 300;letter-spacing: -1px;line-height: 34px;}
.stxt-dot1 > li:after {display: block;content: '';width: 6px;height: 6px;background: #ffc70b;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}

.stxt-dot2 > li {position: relative;z-index: 0;padding-left: 13px;font-size: 16px;letter-spacing: -1px;line-height: 26px;}
.stxt-dot2 > li:not(:first-child) {margin-top: 10px;}
.stxt-dot2 > li:after {display: block;content: '';width: 4px;height: 4px;border-radius: 50%;background: #007aad;position: absolute;top: 10px;left: 0;}

.stxt1 {font-size: 16px;font-weight: 200;line-height: 26px;}

.sb-service .labWrap {position: relative;z-index: 0;background: #fff;border-top: 2px solid #333;border-bottom: 1px solid #ddd;}
.sb-service .labWrap label {padding: 25px 30px;display: block;font-size: 19px;color: #333333;font-weight: 300;}
.sb-service .labWrap input {position: absolute;top: 50%;right: 30px;transform: translateY(-50%);margin: 0;}
.sb-service .formWrap {border: 30px solid #f7f7f7;background: #fff;padding: 40px;}
.sb-service .formWrap .form_tbl tr > * {background: #fff !important;}
.sb-service .formWrap .form_tbl tr > th {text-align: left !important;padding-left: 30px !important;}
.sb-service .formWrap label {font-size: 15px;line-height: 35px;}
.sb-service + .sb-service .labWrap {border-top: 1px solid #ddd;margin-top: -1px;}
.sb-service .form_tbl {position: relative;z-index: 0;}
.sb-service .form_tbl * {position: static;}
.sb-service .form_tbl .add {margin-top: -35px;position: absolute;top: 0;right: 0;border: 0px;font-size: 15px;display: flex;align-items: center;background: #fff;font-weight: 300;}
.sb-service .form_tbl .add i {font-size: 20px;color: #ffcc00;margin-right: 5px;}
.sb-service .form_tbl input[type=file] {width: 100%;}
.sb-service .form_tbl .w100 {width: 100% !important;}

.labs {display: flex;flex-wrap: wrap;margin: -5px -20px;}
.labs > * {margin: 5px 20px;}

#sb-form .form_tbl.tac tr th {text-align: center !important;}

.list_svc{width: 100%;border-top: 2px solid #222;}
.list_svc tr > *{position: relative;padding: 18px 12px;border-bottom: 1px solid #ddd;border-width: 0 1px 1px 1px;font-size: 16px;line-height: 20px;text-align: center;}
.list_svc thead tr th{font-size: 17px;font-weight: 600;color: #333333;letter-spacing: -1px;}
.list_svc tbody tr td.sbj,
.list_svc tbody tr td.sbj a{color: #000;letter-spacing: -0.5px;text-align: left;}
.list_svc tbody tr td.sbj img{max-height:15px;width: auto;height: auto;}
.list_svc tbody tr td.sbj .cmnt{font-weight: bold;color: #cb0f16;font-size: 12px;margin-left: 10px;}
.list_svc tbody tr td.state b {display: block;color: #ffc70b;font-weight: 300;}
.list_svc tbody tr td em{display: none;}

#bd-sch {margin-bottom: 50px;}
#bd-sch .option {border-top: 2px solid #222;border-bottom: 1px solid #ddd;background: #f7f7f7;padding: 36px;display: flex;justify-content: center;align-items: center;}
#bd-sch .option > * {margin: 2px;}
#bd-sch .date {display: flex;align-items: center;border: 1px solid #ddd;background: #fff;}
#bd-sch .date > * {border: 0px !important;}
#bd-sch .date > .inp {width: 140px;height: 38px;padding-left: 15px;}
#bd-sch select,
#bd-sch .inp {border: 1px solid #ddd;height: 40px;width: 160px;padding-left: 20px;box-sizing: border-box;}
#bd-sch select {padding-left: 10px;}
#bd-sch .sbm {width: 80px;text-align: center;height: 40px;border: 0px;background: #111111;color: #fff;}
#bd-sch .w240 {width: 240px;}

.btns {margin-bottom: 22px;margin-top: -22px;height: 0;display: flex;justify-content: end;align-items: end;}
.btns > * {margin-left: 20px;color: #111111;font-weight: 300;}

.service-wrap .info {border-top: 2px solid #222;border-bottom: 1px solid #ddd;background: #fff;}
.service-wrap .info > * {padding: 30px;}
.service-wrap .info > dt {background: #f7f7f7;font-size: 24px;color: #333333;font-weight: 600;letter-spacing: -1px;line-height: 1.2em;}
.service-wrap .info > dd {font-size: 18px;font-weight: 200;letter-spacing: -1px;line-height: 32px;}
.service-wrap .info + .detail {margin-top: -1px !important;}
.service-wrap .detail {display: flex;justify-content: space-between;align-items: start;padding: 50px 0;border-top: 1px solid #ddd;}
.service-wrap .detail > dt {width: 240px;font-size: 22px;color: #333333;font-weight: 600;padding-left: 30px;box-sizing: border-box;}
.service-wrap .detail > dd {width: calc(100% - 240px);}
.service-wrap .stxt-dot1 {background: #f7f7f7;padding: 25px 30px;}
.service-wrap .logo-list {display: flex;flex-wrap: wrap;margin: -10px;}
.service-wrap .logo-list > li {margin: 10px;}
.service-wrap .stit2 {font-size: 17px;color: #333333;font-weight: 300;letter-spacing: -1px;line-height: 1.2em;padding: 20px 25px;background: #f7f7f7;}
.service-wrap .btn1 {height: 60px;line-height: 58px;padding: 0 53px;font-size: 17px;font-weight: 300;background: #222222;border-color: #222222;}
.service-wrap .btn1 i {margin-left: 5px;}



/* [231221 kyj] S */
#main .visual .roll .item .link {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 11;}

#sb-form .form_tbl tr th.required:after {display: inline-block;vertical-align: middle;content: '*';color: #cb0f16;font-size: 11px;margin-left: 5px;}
.sb-service .formWrap label input {margin: 0 3px 0 0 !important;vertical-align: -1px !important;}

#sb-form .form_tbl .w100 {width: 100% !important;}

	/* [231222 kyj] S */
	.sb-service .labWrap.flex {display: flex;justify-content: space-between;align-items: center;}
	.sb-service .labWrap.flex .labs {width: 170px;}
	.sb-service .labWrap.flex .toggle {width: calc(100% - 170px - 20px);position: relative;z-index: 0;}
	.sb-service .labWrap.flex .toggle:hover {color: #007aad;}
	.sb-service .labWrap.flex .toggle:before {display: block;content: '\e92e';position: absolute;top: 50%;right: 30px;font-family: 'axicon';font-size: 34px;color: #333;transform: translateY(-50%);}
	.sb-service .labWrap.flex .toggle.on:before {content: '\e931';}
	.sb-service .labWrap .labs {display: flex;align-items: center;margin: -2px;}
	.sb-service .labWrap .labs > * {margin: 2px;width: calc(100%/2 - 2px*2);}
	.sb-service .labWrap .labs label {width: 100% !important;}
	.sb-service .labWrap .labskin {position: relative;z-index: 0;}
	.sb-service .labWrap .labskin > input {position: absolute;top: 0;left: 0;opacity: 0;}
	.sb-service .labWrap .labskin > label {display: block;border: 1px solid #999;background: #f7f7f7;border-radius: 5px !important;overflow: hidden;text-align: center;width: 80px;font-size: 13px;color: #333;height: 35px;line-height: 35px;box-sizing: content-box;padding: 0;}
	.sb-service .labWrap .labskin > input:checked + label {border-color: #00afe5;background-color: #ecfbff;color: #007aad;}
	.sb-service .labWrap .toggle {border: 0px;background: none;text-align: left;font-size: 19px;color: #333333;font-weight: 300;padding: 25px 0;}

	/* [231226 kyj] S */
	#sb-write .write_tbl .fileWrap th .th_inr {display: flex;justify-content: space-between;align-items: center;}
	#sb-write .write_tbl .fileWrap th .btn-control {margin-bottom: 5px;margin-right: -5px;}
	#sb-write .write_tbl .fileWrap th .btn-control > * {margin-left: 2px;border: 0px;padding: 0 5px;background: none;border: 1px solid #ccc;border-radius: 3px;overflow: hidden;background: #fff;}
	#sb-write .write_tbl .fileWrap th .btn-control i {font-size: 12px;color: #333;}
	#sb-write .write_tbl .fileWrap tr:first-child th .btn-control .minus {display: none;}
	#sb-write .write_tbl .fileWrap tr:not(:first-child) th .btn-control .plus {display: none;}