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

	Global.css ( ver 1.0.3 )

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;overflow-x: hidden;}

/* Table */
.table1{ width: 100%; }
.table1 tr > *{padding: 10px;border: 1px solid #ddd;}
.table1 thead th{background: #f7f7f7;}
.table1 tbody th{background: #f7f7f7;}
.table1 tbody td{  }

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btnWrap{ margin-top: 30px; }
.btnWrap > *{margin: 0 2px;}
.btn1{ display: inline-block;background: #333;border: 1px solid #333;color: #fff !important;height: 35px;line-height: 35px;padding: 0 20px;font-size: 14px;box-sizing: border-box; }
.btn1.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }
.btn2{ display: inline-block;background: #fff;border: 1px solid #ddd;color: #000 !important;height: 35px;line-height: 35px;padding: 0 20px;font-size: 14px;box-sizing: border-box; }
.btn2.small{ height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px; }

/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center;margin-top: 30px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 0;margin-right: -1px;position: relative;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #f9f9f9;border: 1px solid #ddd;color: #999999;font-size: 12px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;}
.paging a:first-child{border-radius: 5px 0 0 5px !important;}
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 35px;text-align: center;font-size: 15px;text-indent: 0;}
.paging a:last-child{border-radius: 0 5px 5px 0 !important;}
.paging a.active{background: #ffffff;color: #333333;font-weight: 600;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 15px;color: #666666;text-indent: -999em;}
.paging a.first:after{content: '\f100';text-indent: 0;}
.paging a.prev:after{content: '\f104';}
.paging a.next:after{content: '\f105';}
.paging a.last:after{content: '\f101';}

/**************************************************
	Layout
**************************************************/
#header{position: fixed;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: 90px;margin: 0 auto;}
#header .logo{position: absolute;top: 0;left: 0;height: 100%;line-height: 90px;}
#header .logo a { font-size:35px; font-weight:700; color:#fff; font-family: 'Work Sans', sans-serif;}

#header.on {background:#fff;}
#header.on .logo a {color:#333;}
#header.on #gnb > li > a {color:#333;}


#gnb{position: absolute;top: 0;right: 110px;z-index: 2;}
#gnb > li{position: relative;display: inline-block;vertical-align: top;}
#gnb > li > a{display: block;padding: 0 28px;line-height: 90px;font-size: 19px;color: #fff;text-decoration: none;}
#gnb > li > ul{position: absolute;top: 90px;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;}

#drdw{position: absolute;top: 90px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;border-bottom: 3px solid #00afe5;z-index: 91;display: none;}
#drdw .inner{position: relative;width: 1200px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 25px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 18px;color: #0859a2;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 25px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}

#tnb{position: absolute;top: 10px;right: 0;}
#tnb > li{display: inline-block;margin-left: 10px;box-sizing: border-box;}
#tnb > li a{font-size: 13px;color: #666;}

#hd-lan{position: absolute;top: 20px;right: 0;z-index: 92;}
#hd-lan > a{display: block; width:43px; height:50px; background:url('/images/layout/lang_img.png') center center no-repeat;}
#hd-lan > ul{position: absolute;top: 48px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
#hd-lan > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('/images/layout/hd-lanbox-spr.png');}
#hd-lan > ul li a{display: block;font-size: 14px;line-height: 26px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
#hd-lan:hover > ul{display: block;}

#hd-sch{position: absolute;top: 50px;right: 50px;z-index: 91;}
#hd-sch .btn{display: block;width: 21px;height: 21px;background: url('/images/layout/hd-sch-btn.png');text-indent: -999em;border: none;}
#hd-sch form{position: absolute;display: none;top: 30px;right: 0;width: 200px;padding-right: 45px;border: 1px solid #333;border-radius: 5px;overflow: hidden;background: #fff;}
#hd-sch legend{display: none;}
#hd-sch .inp{width: 100%;height: 43px;line-height: 43px;text-indent: 10px;background: none;border: none;}
#hd-sch .sbm{position: absolute;top: 0;right: 0;width: 45px;height: 45px;background: #333 url('/images/layout/hd-sch-btn2.png') no-repeat center center;border: none;text-indent: -999em;}
#hd-sch.on form{display: block;}

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

#footer .body {width:100%; box-sizing:border-box; padding:80px 280px; position:relative;}
#footer .body .f_logo {position:absolute; top:80px; 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 > 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{  }
#main #content{  }
#main #mainWrap{position: relative;width: 1200px;margin: 50px auto;}

#main .visual{position: relative;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative; 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%; box-sizing:border-box; padding:0 35px; }
.section_4 ul:after {display:block; content:''; clear:both;}
.section_4 ul li {width:calc(20% - 28px); margin-right:35px; margin-top:50px; float:left;}
.section_4 ul li:last-child {margin-right:0;}





/**************************************************
	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; background:url('/images/sub/landing_img_3.png') 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;}









