@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      : web_layout.css    
 * Desc      : page layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
body.fixe {overflow:hidden; width: 100%; height:100%; position: fixed;}
.m_gnb .sub_menu {display:none !important;}
.web_dis {display:block;}
.mb_dis {display:none;}
img {max-width:100%;}
.main_wrap {font-size:17px}
.wid100 {width: 100% !important; max-width: 100% !important; box-sizing: border-box;}
.bg_wave {background: url(../img/main/bg_section02.gif) repeat left 100px}
.dis_table {display: table; width: 100%;}
.dis_cell {display: table-cell; vertical-align: middle; }

/* wrap */
#wrap {width:100%; max-width:1920px; overflow:hidden; margin:0 auto; padding-top:85px;  transition: all 0.3s 0s ease-in-out;}
#inner_wrap {max-width:1200px; margin:0 auto; position:relative; padding-bottom:70px;}
#inner_wrap:after {clear:both; content:""; display:block;}
#inner_wrap.no_visual {padding-top:70px;}


.inner {max-width:1200px; margin:0 auto;}
.inner:after { clear: both; content: ""; display: block;}

.bg_wrap {background: #f2f2f2}

/* header */
#header {width:100%; position:fixed; left:0px; top:0px; z-index:9999; border-bottom: 1px solid #eaeaea; box-sizing: border-box; background:#fff; transition: all 0.3s 0s ease-in-out;}
.in_header {max-width:1720px; width:100%; height:85px; box-sizing: border-box; margin:0 auto; position:relative; z-index:9}
.in_header .sitemap {position: absolute; right: 0px; bottom:5px;}
#header h1 {position: absolute; left:10px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); overflow: hidden; transition: all 0.3s 0s ease-in-out; }
#header h1 a {display: block; overflow: hidden; height: 100%; outline: none;}
#header .top_btns {z-index:10; overflow: hidden; position: absolute; right:10px; top:50%; transform: translateY(-50%); -wbkit-transform: translateY(-50%);}
#header .top_btns > li {float: left; padding: 0px 0px 0px 15px; line-height:100%; line-height: 22px;}
#header .top_btns > li .ico {display: inline-block; line-height: 100%; vertical-align: top;}
#header .top_btns > li .m_topbtn {padding-left:7px; display: inline-block; vertical-align: top; font-weight:400; color: #000; font-size:14px;}



.m_gnb_on {position:absolute; right:10px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); display: block; }
.m_gnb_on .menu_btn {margin: 0 auto;}

/* GNB */

.w_gnb .gnb:after {content:""; display:block; clear:both;}
.w_gnb .gnb {max-width:1300px; margin: 0 auto; box-sizing: border-box; padding: 0px 200px 0px 200px;}
.w_gnb .gnb > ul {font-size:0px; width: 100%;}
.w_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.w_gnb .gnb > ul > li {display:inline-block; zoom:1; *display:inline; width:14.2%; position:relative; box-sizing: border-box;}

.w_gnb .gnb > ul > li > a {display:block; color:#000; text-align: center}
.w_gnb .gnb > ul > li > a > span {display:inline-block; font-size:18px; line-height:85px; height:85px; transition: all 0.2s 0s ease-in-out; font-weight:400; box-sizing: border-box; letter-spacing: -1px;}
.w_gnb .gnb > ul > li:hover > a {color:#ff3333}
.w_gnb .gnb > ul > li.on > a {color:#ff3333}
.w_gnb .gnb > ul > li:hover > a:after {display: block; content: ""; width: 8px; height:8px; border-left: 1px solid #260b2a; border-top: 1px solid #260b2a; position: absolute; left: 50%; top:100%; margin: -4px 0px 0px -4px; background: #fff; transform: rotate(45deg); -webkit-transform: rotate(45deg); z-index:99}


.w_gnb .sub_menu  {position:absolute; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width:100%; box-sizing:border-box; overflow:hidden; top:100%; display:none; padding:0px 0px; border:1px solid #260b2a; background: #fff; padding: 10px 0px;}
.w_gnb .sub_menu > li {padding:3px 3px 3px 3px; letter-spacing:-0.5px;}
.w_gnb .sub_menu > li > a {display:block; font-size:14px; text-align:center; font-weight:500; color:#333333; padding:3px 0px; line-height:20px;}
.w_gnb .sub_menu > li > a:hover {color:#260b2a;}
.w_gnb .three_depth { display:none;}

.gnb9 {display: none !important;}
.gnb10 {display: none !important;}
.gnb11 {display: none !important;}


#gnb_bar {position:absolute; display:none; left:0%; top:100%; border-top:1px solid #000; border-bottom: 1px solid #ccc; width:100%; height:210px; background:#fff;}


.slide_menu_wrap {width:80%; max-width: 500px; box-sizing: border-box; height: 100%;  z-index: 99999; position: fixed; right:-90%; top: 0px; bottom:0px; }
.slide_menu_inner {padding:63px 15px 0px 15px; height: 100%; box-sizing: border-box; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; background: #343434; }
.slide_menu_top {height: 88px; background:url(../img/common/logo.png) no-repeat center center #fff; box-sizing: border-box; border-bottom: 1px solid #4a76b4}
.slide_menu_wrap .m_gnb_on {display:none !important}

.slide_menu_wrap {width:80%; max-width: 500px; box-sizing: border-box; height: 100%;  z-index: 99999; position: fixed; right:-90%; top: 0px; bottom:0px; }
.slide_menu_inner {padding:63px 15px 0px 15px; height: 100%; box-sizing: border-box; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; background: #343434; }
.slide_menu_inner .top_btns {overflow: hidden; padding-bottom: 20px; margin: -5px;}
.slide_menu_inner .top_btns > li {float: left; width: 50%; box-sizing: border-box; padding: 5px;}
.slide_menu_inner .top_btns > li > a {display: block; font-weight: 100; padding: 10px; border: 1px solid #fff; color: #fff;  font-size: 15px; text-align: center}
.slide_menu_inner .top_btns > li > a .ico {display: none;}
.slide_menu_wrap .m_gnb_on {display:none !important}

.all_close {position: absolute; right:20px; top: 20px; z-index: 99998}
.all_close button {background: none; border: none; outline: none; /*width: 26px; height: 26px;*/ padding: 0px; margin: 0px; }
.all_close .menu_btn {height: 20px !important; width: 30px !important;}
.all_close .menu_btn .line-top, .all_close .menu_btn .line-middle, .all_close .menu_btn .line-bottom {background:#fff !important}
.slide_menu_wrap .gnb > ul {overflow: hidden;}
.slide_menu_wrap .gnb > ul > li {border-bottom: 1px solid #474747; transform: translateX(30%); -webkit-transform: translateX(30%); transition: all 0.8s 0s ease-in-out; -webkit-transition: all 0.8s 0s ease-in-out; border-bottom: 1px solid #474747;}
.slide_menu_wrap .gnb > ul > li > a {display: block; line-height:33px; font-size:18px; color: #fff; padding: 10px 10px 10px 25px; background: url(../img/common/g_plus.png) no-repeat right center; font-weight: 500; } 
.slide_menu_wrap .gnb > ul > li > a.on {background: url(../img/common/g_minus.png) no-repeat right center; } 
.slide_menu_wrap .gnb .sub_menu {background:#333333; border-top:1px solid #474747; display: none; padding: 10px 0px; }
.slide_menu_wrap .gnb .sub_menu > li > a {display: block; line-height:23px; padding:5px 10px 5px 15px; font-size:15px; color:#d6d6d6; } 
.slide_menu_wrap .gnb .sub_menu02{background:#4e4e4e; border-top:1px solid #777777; border-bottom:1px solid #777777; padding:10px 0px; }
.slide_menu_wrap .gnb .sub_menu02 > li > a {display: block; line-height:23px; padding:5px 10px 5px 35px; font-size:13px; color: #d6d6d6;} 
.slide_menu_wrap.on .gnb > ul > li {transform: translateX(0%); -webkit-transform: translateX(0%); transition: all 0.8s 0s ease-in-out; -webkit-transition: all 0.8s 0s ease-in-out;}




/* visual */
.main_visual {width: 100%; overflow: hidden; position: relative;}
.main_visual .videoDiv {position: absolute; top: 0px; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width:1920px; height: 1000px;}
.main_visual .videoDiv img {max-width:100%; max-height:100%;}
.main_visual .bxslider > li {background-size:cover !important; }
.main_visual .v_frame {max-width: 1200px; margin: 0 auto;}
.main_visual .v_frame img {width: 100%;}
.main_visual .v_txt {font-size:3.5em; color: #fff; text-align: center; width: 100%; padding-bottom: 30px; line-height: 140%; font-weight:400; width: 100%; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: all 0.3s 0s ease-in-out; word-break: keep-all; }
.main_visual li.on .v_txt {opacity:1; transition: all 0.8s 0s ease-in-out; margin-top:-20px;}

.main_visual .bx-controls {text-align: center; position: absolute; left: 50%; transform: translateX(-50%); bottom:40px; max-width: 1200px; box-sizing: border-box; z-index: 99;}
.main_visual .bx-wrapper .bx-pager {position: relative; width: auto !important; left: auto; bottom: auto; display: inline-block; vertical-align: top; padding:7px 0px 0px 0px; z-index: 99;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {position: relative; bottom: auto; display: inline-block; right: auto; width: 24px; height:18px; text-align: center; padding-top:6px;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {position: relative; bottom: auto; display: inline-block; right: auto; width: 24px; height:18px; text-align: center; padding-top:6px;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; z-index: 99;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto > div > a {text-indent:1000000%;}

.main_visual .bx-wrapper .bx-pager.bx-default-pager a {width:14px; height:14px; margin:0 3px; background:none; border:none; -moz-border-radius:100%;  -webkit-border-radius:100%; border-radius:100%; background: #fff; opacity:0.5;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover {background: #fff;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {background: #fff; opacity: 1;}
.main_visual .bx-wrapper .bx-controls-auto .active {display: none;}
.main_visual .v_bt {position: absolute; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index:99;}
.main_visual .v_bt > a {display: block; color: #fff; line-height: 14px; font-size:13px;}
.main_visual .v_bt > a img {vertical-align: top; margin: 2px;}
.main_visual #proprev1 {left:5%; text-align: right;}
.main_visual #pronext1 {right:5%;}


.main_board {max-width: 1200px; width: 100%; margin: 0 auto; position: relative; box-sizing: border-box; padding-left: 145px;}
.main_board > h3 {position: absolute; left: 0px; top: 0px; height: 100%; width: 145px; background: url(../img/main/notice_bg.png) repeat left top; color: #fff; text-align: center; box-sizing: border-box; padding-top:40px;}
.main_board > h3:after {display: block; content: ""; width: 10px; height:24px; position: absolute; left: 100%; top: 50%; margin-top:-10px; background: url(../img/main/notice_arrow.png) no-repeat left top;}
.main_board .box {background: url(../img/main/notice_bg2.png) repeat left top; color: #fff;}
.main_board .box > ul {overflow: hidden;}
.main_board .box > ul > li {float: left; width: 33.333%; box-sizing: border-box; padding: 15px;}
.main_board .box > ul > li > a {display: block; min-height:95px; color: #fff; border-left:1px solid #787a7f; padding: 0px 8%}
.main_board .box > ul > li:first-child > a {border-left:none; }
.main_board .box > ul > li > a .type {display: inline-block; border-radius:30px; line-height:20px; height: 20px; text-align: center; min-width: 60px; font-weight: 100; font-size:12px;}
.main_board .box > ul > li > a .type1 {background: #ff4a2b}
.main_board .box > ul > li > a .type2 {background: #f6db50; color:#000}
.main_board .box > ul > li > a .type3 {background: #468bdf; color:#fff}
.main_board .box > ul > li > a .txt_t {display: block; overflow: hidden; height:45px; line-height:22px; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; font-size:17px; font-weight:300; line-height: 140%; margin: 10px 0px;}
.main_board .box > ul > li > a .date {display: inline-block; font-weight: 100; padding: 0px 5px 0px 0px;}
.main_board .box > ul > li > a img {vertical-align: middle;}
.main_board .more {position: absolute; left: 0px; top:70px; width: 145px; text-align: center; font-size: 0.9em; color: #fff;}
.main_board .more a {color: #fff;}



/* section */
#section1 {background: #f7f7f7}
.section {padding:60px 0px;}
.section .more > a {display: block; font-weight: 500; color: #fff; font-size:16px; line-height: 32px; }
.section .more > a > span {opacity: 0.6;}

.m_tit {padding:0px 0px 25px 0px; text-align:center; color:#000000; font-size:42px; line-height:150%; font-weight:600;}
.m_tit > strong {font-weight: 600;}
.m_tit_txt {margin:-20px 0px 30px 0px; color:#666666; font-size:22px; text-align:center; line-height:150%; display:block; font-weight: 100;}

.main_banner {margin: -10px; overflow: hidden;}
.main_banner > div {float: left; overflow:hidden; box-sizing: border-box; width:50%; padding:10px;}
.main_banner > div.box1 .ban1 > a {display: block; background: #252b2b; box-sizing: border-box; min-height:165px; padding:25px; color: #fff; font-weight: 100%; position: relative;}
.main_banner a .go {position: absolute; right:20px; top:30px; font-weight: 500; display: block;}
.main_banner a .go > span {opacity: 0.6;}
.main_banner a .txt_t {display: block; font-size: 26px; font-weight:500; line-height: 140%; padding-bottom:20px; }
.main_banner a .txt_s {font-weight: 100; line-height: 140%; }



.main_banner .box2 .ban1 > a {display: block; min-height:270px; box-sizing: border-box; background: url(../img/main/ban02.jpg) no-repeat right bottom; color: #fff; padding: 25px; position: relative;}


.main_banner .box2 .ban2 {overflow: hidden; margin: -5px -15px -5px -5px; padding-top: 10px;}
.main_banner .box2 .ban2 > ul:after {display: block; content: ""; clear: both;}
.main_banner .box2 .ban2 > ul {margin: -5px; float: left; width: 50%; box-sizing: border-box; padding: 5px;}
.main_banner .box2 .ban2 > ul > li {float: left; width:50%; box-sizing: border-box; padding:5px;}
.main_banner .box2 .ban2 > ul > li > a {display: block; text-align: center; box-sizing: border-box; color: #000000; font-size: 16px; font-weight: 500; line-height: 140%; padding-top:19px; background: #fff; box-shadow: 0px 3px 4px #e0e0e0;; min-height:127px;}
.main_banner .box2 .ban2 > ul > li > a:hover {color: #e02f29}
.main_banner .box2 .ban2 > ul > li > a .ico {display:block; }
.main_banner .box2 .ban2 > p {padding:5px; float: left; width: 50%; display: table; box-sizing: border-box;}
.main_banner .box2 .ban2 > p > a {display: table-cell; width: 100%; height:265px; vertical-align: middle; text-align: center; color: #fff; background:url(../img/main/ban03.jpg) no-repeat right top; background-size:cover; line-height: 150%;}

@media (hover: none) {

}

#section2 {position: relative;}
#section2 .inner {position: relative; z-index: 9;}
#section2:after {display: block; content: ""; width: 50%; height: 100%; background: #fff; position: absolute; left: 0px; top: 0px;}
#section2:before {display: block; content: ""; width: 50%; height: 100%; background: #e02f29; position: absolute; right: 0px; top: 0px;}
#section2 .more {position: absolute; right: 0px; top:40px;}
#section2 .m_tit {text-align: left; padding-bottom:5px;}
#section2 .m_tit_s {color: #000; font-size: 1.05em; padding-bottom: 30px;}
#section2 .g_txt {position: absolute; right:0%; top:125px; margin-right:-240px;}
#section2 .g_txt:after {display: block; content: ""; width: 1px; margin: 5px 0px 0px 17px; height:170px; background: #fff; opacity: 0.5;}

.main_galleryW {position: relative; padding-bottom:100px;}

.main_galleryW .bx_bt {position: absolute; bottom:0%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.main_galleryW .bx_bt > a {display: block; line-height:12px; background: #333333; padding:24px;}
.main_galleryW .bx_bt > a:hover img {opacity: 0.5;}
.main_galleryW .bx_bt > a img {vertical-align:top;}
.main_galleryW #board_l {margin-left: -30px;}
.main_galleryW #board_r {margin-left: 30px;}
.main_galleryW #board_l:after {display: block; content: ""; width: 1px; height:50%; background: #666666; position: absolute; right:0%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.main_gallery > li > a {display: block; overflow: hidden; position: relative; font-size: 17px;-webkit-transition: all 0.3s 0s ease-in-out; transition: all 0.3s 0s ease-in-out; background: #f2f2f2;}
.main_gallery > li > a {display: block; overflow: hidden; position: relative;}
.main_gallery > li .pic {display: block; padding-bottom:64.93%; overflow: hidden; position: relative; background: #fff;}
.main_gallery > li .pic img {position: absolute; left:50%; top: 50%; width: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.main_gallery > li .txt_t {display:block; padding: 15px 15px 0px 15px; line-height: 140%; font-weight:600; font-size:22px; margin-bottom:5px; color: #333333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.main_gallery > li .txt_s {display:block; padding:15px 20px 0px 20px; font-size:20px; overflow:hidden; text-overflow:ellipsis; display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;color: #000; font-weight:400;  height:56px; line-height:28px;}
.main_gallery > li > a .date {display: block; text-align: left; padding:15px 20px 25px 20px; font-weight:300; color:#999999}



#section3 {padding: 0px;}
#section3 iframe {width: 100% !important;  height:450px !important;}






/* footer */
#footerW {clear:both; word-break: keep-all; position: relative; width:100%; background:#313747; margin-top:20px;}

#footerW .go_top {position: absolute; right: 10px; bottom:-70px;}
#footerW .go_top a {display: block; color: #fff; background: #252b2b; border: 1px solid #252b2b; padding: 15px; font-weight: 100;}
#footer_navi {padding: 0px 10px; border-bottom: 1px solid #6f737c;}
#footer_navi > ul {max-width: 1200px; margin: 0 auto; font-size: 0px; text-align: left; padding:30px 0px 30px 0px;}
#footer_navi > ul li {display: inline-block; vertical-align: middle; padding:0px 17px; background:url(../img/common/f_line.gif) no-repeat left center;}
#footer_navi > ul li:first-child {padding-left:0px; background: none;}
#footer_navi > ul li a {display:block; font-size:14px; color:#fff; line-height: 20px; font-weight:400; }


#footer_add .top {position:absolute; right:0px; top:0px;}
#footer_add a {color:#adadad}
#footer {position: relative; max-width: 1200px; margin: 0 auto;}



#footer .addressW {max-width: 1200px; box-sizing: border-box; margin: 0 auto; padding:15px 60px 35px 190px; position: relative; font-size:15px; color:#666666; line-height:21px; font-weight:100; background: url(../img/common/f_logo.gif) no-repeat left 20px;}
#footer .addressW a {color: #fff}
#footer .addressW address {margin-left: -10px; padding-top: 10px; line-height: 150%; color: #fff;}
#footer .addressW address span {display: inline-block; padding:2px 10px;}
#footer .addressW address .line {width: 1px; height:12px; background: #909193; padding: 0px; }
#footer .addressW address strong {display: inline-block; padding:2px 10px; color: #666666;}
#footer .addressW .copy {font-weight: 100; padding-top:15px; color: #666666;}
#footer .sns {position:absolute; right:10px; top:-70px;}
#footer .sns > a {display: inline-block; vertical-align: top; margin: 0px 2px;}

.copy_wrap {background: #2d313d; padding:30px 0px;}
.copy_wrap .copy {max-width: 1200px; margin: 0px auto; box-sizing: border-box; color: #8c8e93; font-size: 100; font-size: 13px; padding-left: 190px;}

#content {width:100%; max-width:1200px; margin:0 auto; padding:30px 0px;}
#content:after {clear:both; content:""; display:block;}




.sub_visual {height:300px; padding: 0px 10px; box-sizing: border-box; overflow: hidden; position: relative; background-size: cover!important; background: url(../img/common/sub_visual.jpg) no-repeat center top;}
.sub_visual .sub_txt {display: table; height: 100%; width: 100%; max-width: 1200px; margin: 0 auto;}
.sub_visual .sub_txt .cell {display: table-cell; vertical-align: middle; height: 100%; padding-bottom:70px; text-align: left;}
.sub_visual .sub_txt .cell .sub_tit_s {font-size:22px; line-height: 130%; color: #fff; font-weight: 100;}

.sub_wrap_1 .sub_visual {background: url(../img/company/sub_visual.jpg) no-repeat center top;}
.sub_wrap_2 .sub_visual {background: url(../img/vertex/sub_visual.jpg) no-repeat center top;}
.sub_wrap_3 .sub_visual {background: url(../img/business/sub_visual.jpg) no-repeat center top;}
.sub_wrap_4 .sub_visual {background: url(../img/product/sub_visual.jpg) no-repeat center top;}
.sub_wrap_5 .sub_visual {background: url(../img/qna/sub_visual.jpg) no-repeat center top;}
.sub_wrap_6 .sub_visual {background: url(../img/customer/sub_visual.jpg) no-repeat center top;}
.sub_wrap_7 .sub_visual {background: url(../img/car/sub_visual.jpg) no-repeat center top;}


.sub_wrap .bt_quick {display: none}

#sub_tit, #title2 {font-size:42px; color: #fff; font-weight:600; line-height:120%; padding-bottom: 5px;}
#sub_tit .txt_s {font-size:36px; display: inline-block;}
 

#m_lnb {display:none;}


#lnb_wrap {position:relative; z-index:10; max-width: 1720px; margin: 0 auto; background: #da1f28; margin-top: -55px; min-height:31px; box-sizing:border-box; padding:12px 0px;}

#lnb_wrap .lnb {max-width: 1200px; margin: 0 auto;}
#lnb_wrap .lnbs1 {display: none;}
#lnb_wrap .ico_home {display: none;}
#lnb_wrap .ico_home a {display:block; width:49px; height:41px; text-indent:-1000px; font-size:0px; background:url(../img/common/ico_home.gif) no-repeat center center #f1592a;}
.lnbs2 ul {overflow: hidden; font-size:0px; text-align:center;}
.lnbs2 ul li {color:#fff; display: inline-block; vertical-align:top; box-sizing: border-box; position: relative; padding: 0px 17px}
.lnbs2 ul li:before {display: block; content: ""; width: 5px; height: 5px; background: #fff; border-radius:100%; position: absolute; left: 0px; top: 50%; margin: -3px 0px 0px -2px; opacity:0.5 }
.lnbs2 ul li:first-child:before {display: none;}
.lnbs2 ul li > a {display:block; height:31px; line-height:31px; text-align: center; vertical-align: middle; color: #fff; font-size:18px; font-weight:100;  border-bottom: 1px solid #da1f28}

.lnbs2 ul li.on a {color: #fff; overflow: hidden; font-weight:400; border-bottom: 1px solid #fff}
#lnb_tit2 {display: none}



#lnb_tit {font-size:14px; letter-spacing:-1px; padding:0px 0px 0px 20px; color:#333333; line-height:39px; height:39px; background:url(../img/common/lnb_arrow.png) no-repeat 90% center; cursor:pointer;}
#lnb_tit2 {font-size:14px; letter-spacing:-1px; padding:0px 0px 0px 20px; color:#333333; line-height:39px; height:39px; background:url(../img/common/lnb_arrow.png) no-repeat 95% center; cursor:pointer;}



.title_bar {margin-bottom:50px; padding-top: 50px;}
.title_bar h2 {font-size:46px; text-align: center; font-weight:600; color:#000000; line-height:140%; transition: all 0.2s 0s ease-in-out;}
.title_bar h2:after {display: block; content: ""; width: 1px; height:47px; background: #da1f28; margin:10px auto;}

.title_bar .s_txt {font-size:36px; color:#000; padding-top:30px; line-height: 140%; font-weight: 100; padding-bottom:10px; word-break: keep-all}
.big_tit {font-size:46px; color:#000000; line-height:100%; transition: all 0.2s 0s ease-in-out; font-weight:700; padding: 40px 0px 30px 0px;}


.location {position: relative; text-align: left; max-width: 1200px; margin: 0 auto; margin-top: 10px; line-height:40px; height:40px; font-size:17px;}
.location span {display:inline-block; zoom:1; *display:inline; padding-left:20px; margin-left:14px; background:url(../img/common/location.png) no-repeat left center; color:#fff; font-weight:100;}
.location span:first-child {padding-left:0px; margin-left:0px; background:none}
.location #location_2 {font-weight:400;}
.location #location_3 {font-weight:400;}
.location img {vertical-align:middle; margin-top: -4px;}




.sub_con {min-height:100px; max-width: 1200px; margin: 0 auto; font-size:17px; font-weight: 300; line-height: 160%; word-break:keep-all}
.sub_con > .s_tit:first-child {margin-top: -20px;}
.sub_con img {max-width: 100%;}
.sub_tit {font-size: 26px; color: #333333; line-height: 140%; text-align: center; padding: 20px 0px 10px 0px;}
.sub_tit_p {font-size: 24px; color: #82308e; line-height: 140%; text-align: center; padding: 20px 0px 10px 0px; font-weight: 700;}
.s_tit {font-size:46px; position: relative; color: #000; line-height:120%; padding:0px 0px 20px 0px; margin-top:60px; font-weight:600;}
/*.s_tit .small {display: inline-block; color: #5c5c5c; font-size: 0.85em; font-weight: 100;}
.s_tit:after {display: block; content:""; width:29px; height:29px; background:#da1f28; position: absolute; left: 0px; top:2px; border-radius:100%;}
.s_tit:before {display: block; content:"!"; width:29px; height:29px; font-size:18px; line-height: 29px; color: #fff; position: absolute; left:0px; top:2px; text-align: center; z-index: 2}*/
.s_tit.line {border-bottom:1px solid #000; margin-bottom: 20px;}
.s_tit.tc {text-align: center; background: none !important; padding-left: 0px;}
.ss_tit {font-size:42px; position: relative; color: #333333; line-height:120%; padding:0px 0px 10px 55px; margin-bottom:10px;  margin-top:60px; font-weight:600; background: url(../img/common/ss_bul.png) no-repeat left 7px;}
.ss_tit.fn {font-size: 26px;}
/*.ss_tit:before {display: block; content:""; width:4px; height:4px; background:#6fb251; position: absolute; left: 0px; top:14px;}*/

.s_titW {overflow: hidden; padding: 50px 0px 25px 0px;}
.s_titW .s_tit {margin-top: 0px; padding-bottom: 0px;}

.sss_tit {color:#333333; position: relative; padding:0px 0px 5px 13px; margin-top:15px; line-height:140%; font-size:1em; font-weight: 400;}
.sss_tit:before {display: block; content: ""; width: 5px; height: 1px; background:#333; position: absolute; left: 0px; margin-top: -2px; top:50%;}
.b_txt {font-size:28px; color: #333; line-height: 150%;}
.s_txt_r {text-align: right; margin-top: -35px; height: 20px; padding-bottom:15px;}
.s_txt_r2 {height: 40px; margin-top: -55px;}

.ss_tit .s_txt {font-size:14px; font-weight: 300; margin-left: 10px;}





.txt_indent {padding-left: 30px;}





.ico_cu {text-align: right; font-size: 1.05em; color: #000; margin-top: -10px;}
.ico_cu:before {display: inline-block; content:url(../img/camp/ico_tel.png); vertical-align: middle; padding: 0px 7px 0px 0px;}

.tab_area .tab_in {padding: 30px;}


.arrow_bg {display: inline-block; vertical-align: top; padding-left: 40px; background: url(../img/introduce/arrow.png) no-repeat 5px 10px;}

.first_img_box {position: relative; text-align: right; min-height:375px; box-sizing: border-box; padding:50px}
.first_img_box .img {position: absolute; left: 0px; top: 0px; height: 100%;}
.first_img_box .txt_area_w {display: inline-block; width: 100%; max-width:550px; box-sizing: border-box; color: #fff; font-size: 1.15em; line-height: 140%; position: relative; z-index: 9; text-align: left;}
.first_img_box .txt_area_w dt {font-size: 46px; line-height: 140%; font-weight:500; margin-top: 20px; padding-top: 20px; background: url(../img/common/location.png) no-repeat left top; padding-bottom: 60px;}
.first_img_box .txt_area_w dt .small {display: block; font-size:22px; line-height: 130%; font-weight:100;}
.first_img_box .txt_area_w dd {background: #da1f28; font-size: 1.2em; line-height: 140%; padding:40px 30px; font-weight: 100;}

.block_list {overflow: hidden; margin: -5px; padding: 50px 0px; font-size: 1.05em;}
.block_list > li {float: left; width: 33.333%; box-sizing: border-box; padding: 5px;}
.block_list > li > dl {background: #f2f3f8; text-align: center; padding: 15px 0px}
.block_list > li > dl > dt {display: table; width: 100%; font-size:1.7em; line-height: 140%; font-weight: 100;}
.block_list > li > dl > dt > p {display: table-cell; height:160px; vertical-align: middle;}
.block_list > li > dl > dd {min-height:185px; padding:30px 10px 0px 10px; background: url(../img/common/bul.png) no-repeat center top; }

.vertex_info {background: url(../img/vertex/01_img02.jpg) no-repeat center center; background-size:cover; font-size: 1.05em; margin: 0px -10px;}
.vertex_info .dis_table {display: table; width: 100%; max-width: 1200px; margin: 0 auto;}
.vertex_info .cell {vertical-align: middle; display: table-cell; text-align: left; height:530px; color: #fff; padding: 0px 10px;}
.vertex_info .cell > h4 {font-size: 2em; line-height: 130%; font-weight: 100;}
.vertex_info .cell > h4:after {display: block; content: ""; width:50px; height: 1px; background: #f4141e; margin:30px 0px;}
.vertex_info .cell > .txt_t {font-size: 1.7em; line-height: 140%; padding-bottom: 15px;}
.vertex_info .cell > .bul01 {font-size: 1.05em;}
.vertex_info .cell > .bul01 > li:after {background: #fff}

.vertex_class {background: url(../img/vertex/01_img03.jpg) no-repeat left top; text-align: right; margin-top: 60px;}
.img_cross .dis_cell {height:450px;}
.img_cross .box {min-height:350px; display: inline-block; width: 100%; max-width:600px; box-sizing: border-box; background: #fff; padding:30px 40px; }
.vertex_class .box {text-align: left;}
.vertex_class .box .b_txt {text-align: left; line-height: 130%;}
.vertex_class .box .b_txt > strong {font-weight: 600;}
.vertex_class .class_series {overflow: hidden; margin: -3px; padding-top:25px;}
.vertex_class .class_series > li {float:left; width: 33.3333%; box-sizing: border-box; padding: 3px;}
.vertex_class .class_series > li > a {display: block; box-sizing: border-box; padding:15px 20px; color: #fff; min-height: 95px; background: url(../img/vertex/arrow.png) no-repeat 90% 90% #da1f28; line-height: 130%; font-size: 0.95em; border: 1px solid #f4141e;}
.vertex_class .class_series > li > a > strong {display: block; font-size: 1.15em; padding-bottom: 5px;}
.vertex_class .class_series > li > a:hover { background: url(../img/vertex/arrow_on.png) no-repeat 90% 90% #fff; color: #333333;}
.vertex_warranty {background: url(../img/vertex/01_img04.jpg) no-repeat right top; text-align: left; margin-top: 60px;}
.vertex_warranty .box {padding-left: 0px }
.vertex_warranty .box .txt_t {font-size:2.4em; font-weight: 600; line-height: 130%;}
.vertex_warranty .box .txt_t:after {display: block; content: ""; width: 50px; height: 1px; background: #f4141e; margin: 30px 0px;}
.vertex_warranty .box .txt {font-size: 1.05em; padding-bottom:80px; background: url(../img/vertex/v_ico.png) no-repeat left bottom}

.gray_list_box {background: #f2f3f8; padding: 20px 20px; font-size: 1.05em;}
.gray_list_box > .bul01 > li {margin:8px 0px;}


.vertex_top_img {min-height:375px; padding-right: 50%; position: relative; box-sizing: border-box; padding:5% 50% 0px 5%; color: #fff; background-size:cover !important}
.vertex_top_img .first_txt {font-size: 2.6em; font-weight: 100; line-height: 130%}
.vertex_top_img .first_txt_s {font-size:1.8em; font-weight: 100; padding-top: 30px; line-height: 130%}

.vertex_top_img .txt_area_w {min-height:243px; background: #fff; position: absolute; right: 0px; bottom: 0px; width: 50%; box-sizing: border-box; padding: 30px; color: #333333; z-index: 9}
.vertex_top_img .txt_area_w dt {font-size: 1.9em; line-height: 140%; font-weight:300; padding-bottom: 30px; margin-bottom: 20px; background: url(../img/common/bul.png) no-repeat left bottom;}
.vertex_top_img .txt_area_w dd {font-size: 1.05em;}

.vertex_txt {padding-top: 50px;}
.vertex_txt > dt {font-size:1.8em; line-height: 130%; font-weight: 100; padding-bottom: 10px;}
.vertex_txt > dt > strong {font-weight: 500;}
.vertex_txt.top_bul:before {display: block; content: ""; width:41px; height: 1px; background: #da1f28; margin-bottom:30px; margin-top: -10px;}

.technology {padding-top: 60px;}
.technology:After {display: block; content: ""; clear: both;}
.technology > div {float: left; position: relative; width: 50%; box-sizing: border-box; background-size:cover !important; min-height: 375px; color: #fff;}
.technology > .left {float: left; width: 50%; box-sizing: border-box;}
.technology > .left .bg_area {background: url(../img/vertex/bg_tech.jpg) no-repeat left top; box-sizing: border-box; min-height: 375px;  padding:8% 0px 0px 8%;}
.technology > .left .bg_area > h3 { font-size: 2.7em; line-height:140%; padding-top:20px; background: url(../img/common/bul2.png) no-repeat left top; font-weight: 500;}
.technology > .left .txt_s {font-size:1.3em; line-height:140%;}
.technology > .left .box {background: #da1f28; padding:20px 30px; max-width:82%; float: right; margin-top: -130px;}
.technology > .right {background: url(../img/vertex/bg_tech2.jpg) no-repeat left top; float: left; width: 50%; box-sizing: border-box;}
.technology > .right:after {display: block; content: ""; width: 100%; height:22px; background: url(../img/common/bg_line.gif) repeat-x left top; position: absolute; right: 0px; top: 100%;}
.technology > .right > ul {overflow: hidden; margin: 0px -3px 0px 1px;}
.technology > .right > ul > li {float: left; width: 50%; box-sizing: border-box; border: 1px solid #414141; margin: -1px 0px 0px -1px; display: table;}
.technology > .right > ul > li > p {display: table-cell; vertical-align: middle; font-weight: 100; line-height: 120%; padding-left: 10%; height:124px;}
.technology > .right > ul > li > p .txt_t {display: block; line-height: 140%; font-size: 1.3em;}

.technology > .right > ul.four > li > p {height:186px;}

.performance {padding-top:60px;}
.performance > h3 {margin-top: 0px; line-height: 140%; font-weight:600; padding-bottom: 10px;}
.performance > ul > li { border: 1px solid #ccc; margin-top: -1px; background:#f2f3f8; padding: 30px;}
.performance > ul > li:nth-child(even) {background: #fff;}
.performance > ul > li > dl {display: table; position: relative; padding-left:310px; font-size: 1.05em;}
.performance > ul > li > dl > dt { height: 140px; position: absolute; left: 0px; top: 0px; max-width: 300px; font-size: 1.6em; line-height: 130%; font-weight: 100;}
.performance > ul > li > dl > dt > strong {font-weight:600;}
.performance > ul > li > dl > dd {font-weight: 300;}

.vertex_table {font-size: 1.05em; padding-top:60px;}
.vertex_table .table_style1 th {height:40px; font-size: 1.05em; font-weight:500;}
.vertex_table .table_style1 td {height:40px;}
.vertex_table .table_style1 .ico_th {vertical-align: top;}
.vertex_table .table_style1 .ico_th .ico {display: block;}

.specification {background: url(../img/vertex/specification.jpg) no-repeat center center; background-size:cover; font-size:18px; margin: 0px -10px; margin-top:60px; font-weight: 100;}
.specification .dis_table {display: table; width: 100%; max-width: 1200px; margin: 0 auto;}
.specification .cell {vertical-align: middle; line-height: 150%; display: table-cell; text-align: left; height:400px; color: #fff; padding: 0px 10px;  word-break: keep-all}
.specification .cell > h4 {font-size:2.6em; line-height: 130%; font-weight:600; padding-bottom:25px; background: url(../img/common/bul.png) no-repeat left bottom; margin-bottom: 20px;}

.vertex_table .table_style1 .ico_th {vertical-align: top;}
.vertex_table .table_style1 .ico {display: block; max-width: 80%; margin: 0 auto; padding-bottom: 10px;}


.vertex_color {padding-top:60px; margin-top: 50px; background: url(../img/common/bg_line.gif) repeat-x left top;}
.vertex_color > dl {position: relative; padding-left:75px}
.vertex_color > dl > dt {font-size: 1.2em; line-height: 140%; font-weight: 500; padding-bottom: 5px;}
.vertex_color > dl .color_img {width:52px; height: 52px; border-radius: 100%; position: absolute; left: 0px; top: 0px;}


.business_info {background: #f8f8f8; position: relative; min-height:450px; box-sizing: border-box; font-size: 18px;}
.business_info .img {position: absolute; right: 50%; top: 0px; width: 960px;}
.business_info .business_inner {max-width: 1200px; width: 100%; margin: 0 auto; padding-left: 50%; box-sizing: border-box;}
.business_info .business_inner .box {padding:6% 0px 0px 6%;}
.business_info .business_tit {font-size:2.4em; font-weight:600; line-height: 140%; padding-top: 20px; background: url(../img/common/bul.png) no-repeat left top;}
.business_info .txt_t {font-size:1.9em; font-weight:100; line-height: 130%; padding-left:20px; text-indent:-20px; word-break: keep-all}
.business_info .txt_s {font-weight:300; line-height:160%; padding-top: 30px; position: relative; margin-top: 30px; word-break: keep-all}
.business_info .txt_s:before {display: block; content: ""; width:350px; height: 1px; background: #da1f28; position : absolute; left: 0px; top: 0px; margin-left: -175px;}

.business_info.left .business_inner {padding-left:0%; padding-right: 50%;}
.business_info.left .img {right: auto; left: 50%;}
.business_info.left .business_inner .box {padding: 6% 6% 0px 0%;}
.business_info.left .txt_s:before {left: auto; top: 0px; right:0px; margin-left: 0px; margin-right: -175px;
}

.prd_feature_wrap {position: relative; padding-bottom: 22px}
.prd_feature:after {display: block; content: ""; clear: both;}
.prd_feature {margin:1px -8px 0px 1px;}
.prd_feature > li {float: left; width:16.666%; border: 1px solid #ccc; box-sizing: border-box; background: #f8f8f8; margin: -1px 0px 0px -1px;}
.prd_feature > li > div {height: 100px; text-align: center; vertical-align: middle; padding: 10px; font-size: 1.05em;}
.prd_feature_wrap:before {display: block; content: ""; width:50%; height: 22px; background: url(../img/common/bg_line.gif) repeat-x left top; position: absolute; right: 0px; bottom:0%;}
.prd_feature_wrap .one {margin:0px !important; }
.prd_feature_wrap .one > li {float: none; width: 100%; margin: 0px; text-align: left}
.prd_feature_wrap .one > li > div {text-align: left; word-break: keep-all; padding:2%;}
.prd_feature_wrap .five > li {width: 20%}
.prd_feature_wrap .four > li {width:25%}


.sub_wrap_3 .specification {background: url(../img/business/01_img02.jpg) no-repeat center center; background-size: cover;}



.map_wrap {width: 100%; height:500px; overflow: hidden; border: 1px solid #ccc; box-sizing: border-box;}
.map_wrap iframe {width: 100% !important; height: 100% !important;}


.map_txt {font-size: 0px; border: 1px solid #ccc; border-top:none; }
.map_txt > li {position: relative; padding:20px 20px 20px 70px; min-height: 60px; box-sizing: border-box; font-size:15px; color: #000; display: inline-block; line-height: 140%; width: 25%;}
.map_txt > li.one {width: 100%; border-bottom: 1px solid #ccc;}
.map_txt > li .ico {position: absolute; left:20px; top:20px;}
.map_txt > li .ico img {vertical-align: baseline;}
.map_txt > li > strong {display: block; font-size:1.05em;}
.map_txt > li a {color: #000}

.map_txt.one {border: none;}
.map_txt.one > li {padding:20px 20px 20px 50px;}
.map_txt.one > li .ico {left:0px;}

.introduce {padding-left:53%; position: relative; color: #000; min-height:440px;  padding-bottom:50px; background: url(../img/common/bg_line.gif) repeat-x left bottom}
.introduce .pic {position: absolute; left: 0px; top: 0px; width: 50%;}
.introduce .pic .sign {width: 200px; height: 95px; box-sizing: border-box; padding: 20px 10px; position:absolute; right: 20px; bottom: -45px; background: #333333; color: #fff; text-align: right; font-weight: 100;}
.introduce .pic .sign > strong {display: block; font-size: 1.05em;}
.introduce .first {font-size:1.7em; line-height: 140%; padding-bottom: 20px;}
.introduce .txt {padding-left: 20px; position: relative; border-left: 1px solid #da1f28; line-height:140%; font-size: 1.05em;}
.introduce .txt:Before {display: block; content: ""; width:3px; height:40px; background: #da1f28; position: absolute; left:0px; top: 0px;}

.gallery_wrap {max-width: 920px; margin: 0 auto; position: relative;}
.gallery_wrap .v_bt:hover > a img {opacity: 0.5}
.gallery_wrap .v_bt {position: absolute; bottom:0%; top: auto; position: absolute; z-index: 99}
.gallery_wrap .v_bt > a {display: block; line-height: 100%; background: #333333; padding:18px;}
.gallery_wrap .v_bt > a img {vertical-align:middle;}
.gallery_wrap #proprev {right:60px;}
.gallery_wrap #pronext {right:0px;}
.gallery_wrap #proprev:after {display: block; content: ""; width: 1px; height:50%; background: #666666; position: absolute;right:0px; top: 50%; transform: translateY(-50%)}

.gallery-pager {max-width: 920px; margin: 0 auto; padding:0px 0px 50px 0px;}
.gallery-pager:before {display: block; content: ""; width: 60%; height: 50px; background: url(../img/common/bg_line.gif) repeat-x left top;}
.gallery-pager > ul {overflow: hidden;}
.gallery-pager > ul > li {float: left; width: 20%; padding: 2px; box-sizing: border-box;}
.gallery-pager > ul > li > a {display: block; position: relative;}
.gallery-pager > ul > li > a.active:after {display: block; content: ""; width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; border:5px solid #da1f28; box-sizing: border-box;}

.main_business {overflow: hidden;}
.main_business:after {display: block; content: ""; width:50%; height: 50px; float: right; background: url(../img/common/bg_line.gif) repeat-x left top;}
.main_business > ul {margin:1px -5px 0px 1px;}
.main_business > ul:after {display: block; content: ""; clear: both;}
.main_business > ul > li {display: table; background: #da1f28; float: left; width: 25%; box-sizing: border-box; border: 1px solid #ccc; margin: -1px 0px 0px -1px}
.main_business > ul > li > .box {padding: 10px; height:120px; padding-top: 30px; box-sizing: border-box; display: table-cell; vertical-align:middle; color: #fff; position: relative; text-align: center; font-weight: 100; line-height: 130%; font-size: 1.05em;}
.main_business > ul > li > .box .num {display:block; border: 1px solid #fff; border-radius:10px; font-weight: 500; font-size: 15px; min-width:45px; line-height: 22px; position: absolute; left:10px; top:10px; text-align: center}


.time_wrap {overflow: hidden; padding-top: 40px;  font-size: 1.05em;}
.time_wrap:after {display: block; content: ""; width:100%; height:22px; float: right; background: url(../img/common/bg_line.gif) repeat-x left top;}
.time_wrap .left {width:50%; float: left; box-sizing: border-box; padding-right:15px;}
.time_wrap .right {width:50%; float: left; box-sizing: border-box; padding-left:15px;}
.time_wrap .table_style1 thead tr th {font-weight: 600;}
.time_wrap .table_style1 tbody tr td {padding-top:4%; padding-bottom:4%}
.time_wrap .right .s_tit {margin-top: 0px; padding-top: 30px; background: url(../img/common/bul.png) no-repeat left top}

.history_section {background: #f2f3f8; margin:60px -10px; padding:50px 10px;}

.history_box {position: relative; overflow: hidden; padding:0px 10px 30px 10px;}
.history_box .img {position: absolute; left: 0px; top: 0px; width:45%; max-width:520px; }

.history_box > h4 {position: absolute; left: 50%; top:35px; background: #fff; width: 210px; line-height: 64px; border: 1px solid #003876; border-radius:40px; font-size: 18px; text-align: center; color: #000; transform: translateX(-50%); z-index: 9}
.history_box > ul {position: relative; padding-bottom: 30px;}
.history_box > ul:before {display: block; content: ""; width:1px; height: 100%; position: absolute; left: 50%; margin-left: -0.5px; top: 0px; background: #dddddd}
.history_box > ul:after {display: block; content: ""; width:50px; height:12px; position: absolute; left: 50%; margin-left: -25px; bottom: 0px; background: #999999; border-radius: 30px;}
.history_box > ul > li {padding-left: 50%; box-sizing: border-box; position: relative; padding-bottom:30px;}
.history_box > ul > li:first-child {padding-top:0px;}
.history_box > ul > li:first-child:before {display: block; content: ""; width: 2px; height: 10px; background: #f2f3f8; margin-left: -2px; position: absolute; left:50%; top: 0px;}


.history_box .history_txt {padding-left:80px; position: relative;}
.history_box .history_txt:before {display: block; content: ""; width:8px; height: 8px; border-radius:100%; background: #da1f28; position: absolute; left:-8px; top:8px; margin:3px; z-index: 9;}
.history_box .history_txt:after {display: block; content: ""; width:8px; height: 8px; border-radius:100%; background: #f6f7f9; position: absolute; left:-10px; top:6px; padding:4px; border: 1px solid #b1c8ea;}
.history_box .history_txt .year_s {font-size:26px; display: block; font-weight:700; color: #333333; line-height:100%; padding-bottom:10px;}
.history_box .history_txt .year_s:after {display: block; content: ""; width:70px; height:1px; background: #d1d2d4; position: absolute; left:-7px; top:13px;}
.history_box .history_txt ul > li { line-height:150%; color:#333; font-weight:300; position: relative; padding-left:65px; min-height:24px; margin-top:10px;}
.history_box .history_txt ul > li.no_month { padding-left: 0px;}
.history_box .history_txt ul > li:first-child {margin-top:0px;}
.history_box .history_txt ul > li .month {position: absolute; left: 0px; top: 0px; color:#333; font-weight:500;}

.certificate {overflow: hidden; margin: -3px;}
.certificate > li {float: left; width: 25%; box-sizing: border-box; padding: 3px;}


.personal {word-break:keep-all}
.personal > h3 {font-size: 1.15em; line-height: 140%; padding-top: 30px;}
.personal > h3:first-child {padding-top: 0px;}

.gain {word-break:keep-all}
.gain > h5 {font-size: 1.15em; line-height: 140%; padding-top: 30px;}
.gain > h5:first-child {padding-top: 0px;}


.customer_center {overflow:hidden;}
.customer_center > li {float:left; width:50%; box-sizing:border-box; font-size:32px; line-height:140%; background-size:cover !important}
.customer_center > li .dis_cell {height:550px; vertical-align:middle; color:#fff; padding:10px 10px 10px 7%;}
.customer_center > li .dis_cell > dl > dt {font-size:1.5em; line-height:140%; font-weight:500; padding-bottom:20px; padding-top:20px; background:url(../img/common/bul2.png) no-repeat left top;}
.customer_center > li .dis_cell > dl > dd {margin-top:5px; position:relative; padding-left:135px;}
.customer_center > li .dis_cell > dl > dd > strong {position:absolute; left:0px; top:0px; padding-left:60px;}
.customer_center > li .dis_cell > dl > dd.ico01 > strong {background:url(../img/qna/ico_tel.png) no-repeat left top}
.customer_center > li .dis_cell > dl > dd.ico02 > strong {background:url(../img/qna/ico_hp.png) no-repeat left top}
.customer_center > li:nth-child(1) {background:url(../img/qna/ban01.jpg) no-repeat left top}
.customer_center > li:nth-child(2) {background:url(../img/qna/ban02.jpg) no-repeat left top}
.customer_center > li .dis_cell > dl > dd a {color:#fff}








.faq_list > li {border:1px solid #e2e2e2; margin-top: -1px;}
.faq_list > li .title {padding:26px 40px 27px 75px; background: url(../img/common/arrow.gif) no-repeat right center;line-height:140%; color: #323232; position: relative; color: #666666; font-weight:300; cursor: pointer;}
.faq_list > li .title.on {background: url(../img/common/arrow2.gif) no-repeat right center; color: #000000;}
.faq_list > li .title .q {position: absolute; width:36px; height: 36px; line-height:33px; border-radius:100%; border: 1px solid #cccccc; left:20px; top:50%; margin-top: -18px; color: #999999; text-align: center; font-weight:700; font-size: 24px;}
.faq_list > li .title.on .q {color: #6fb252; border-color:#6fb252; }
.faq_list > li .answer_wrap {padding:19px 19px 19px 19px; display:none; background: #f2f2f2; border-top:1px solid #e2e2e2;}
.faq_list > li .answer {min-height: 22px; padding:8px 0px 8px 55px; line-height:140%; color: #333333; word-break:keep-all; word-wrap:break-word; position: relative; font-weight: 500;}
.faq_list > li .answer .a {position: absolute; width:36px; height: 36px; line-height:33px; border-radius:100%; border: 1px solid #6fb252; left:0px; top:0px; color: #6fb252; text-align: center; font-weight:700; font-size: 24px;}

.radio_group {margin:-5px 0px 0px -15px;}
.radio_group > li {display: inline-block; padding: 5px 0px 0px 15px;}
.radio_group .input {width: auto !important;}
.input_etc {position: relative; padding-left: 62px; box-sizing: border-box;}
.input_etc .pa {position: absolute; left: 0px; top: 0px; font-size: 14px; line-height:40px;}

.btn-tc {text-align: center; padding: 30px 0px; margin-top: 30px;}
.btn-tc > a {margin: 0px 20px;}
.btn-tl {text-align: left; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}
.btn-tr {text-align: right; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}

.important {padding-right:15px; position:relative; display:inline-block;}
.important:after {display:inline-block; content:"*"; vertical-align: middle; font-size: 20px; color:#6fb251; position:absolute; right:0px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);line-height: 100%;}
.important2 {padding-left:15px; position:relative; display:inline-block; }
.important2:after {display:block; content:"*"; color:#6fb251; position: absolute; left: 0px; top:50%; font-size: 20px; line-height: 100%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}


/*atab*/
.atab { margin-bottom:40px; padding-top: 10px;}
.atab:after {clear:both; display:block; content:"";}
.atab li {float:left; width:20%; box-sizing:border-box; position:relative; display: table; }
.atab li a {display:table-cell; width: 100%; height:60px; vertical-align: middle; background:#fff; font-size:1em; line-height: 130%; padding:0px 0px; text-align:center; color:#000000; box-sizing:border-box; border:1px solid #dfdfdf; word-break: break-all}
.atab li:first-child a {border-left:1px solid #dfdfdf;}
.atab li.on a {font-weight: 500; border: 1px solid #0089d0 !important; background: #0089d0; color: #fff;}
/*.atab li.on a:after {display: block; content: ""; width: 20px; height: 20px; background: #fff; position: absolute; left:50%; bottom:-20px; transform: rotate(45deg) translateX(-50%);}*/


.atab.two li {width:50%;}
.atab.three li {width:33.33%;}
.atab.four li {width:25%;}
.atab.seven li {width:14.28%;}
.atab.two_row > li {margin: -1px 0px 0px -1px}
.atab.two_row > li.on {margin-top:-1px;}
.atab.two_row > li.on a {height: 50px;}
.atab.two_row > li > a {border-left:1px solid #cccccc;}



.btab {margin:1px -5px 0px 1px; padding-top: 30px;}
.btab:after {display:block; clear:both; content:"";}
.btab > li {display: table; float:left; margin:-1px 0px 0px -1px; width:20%; box-sizing:border-box; border:1px solid #dfdfdf; }
.btab > li > a{display: table-cell; vertical-align: middle; padding-left:5px; padding-right:5px; transition: all 0s ease-in-out; height:56px; text-align:center; color:#666666;font-size:16px; word-break: break-all}
.btab > li.on {background:#fff; border:1px solid #333333; position: relative; z-index: 99;}
.btab > li.on > a{color:#333333; font-weight: 500;}

.btab.two li {width:50%;}
.btab.six li {width:16.66666666%;}


.of_hi .fl50 {float:left; width:48%;}
.of_hi .fr50 {float:right; width:48%;}
.graybox { background:#cccccc; padding:10px;}
.no_flash { display: none;}

/* 레이어팝 */
#black {display:none; background-color: #000; display: none; height: 100%; left: 0; opacity: 0.6; filter: alpha(opacity=60); position: fixed; top: 0; width: 100%; z-index: 9999;}
.layerPop {-webkit-overflow-scrolling: touch; overflow-y: auto; width: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; background:url(../img/common/png_70.png) repeat left top;/*background:#d7d7d7;*/ zoom: 1;}

.layerPop_inner {width: 100%; height: 100%; padding: 15px; display: table; position: relative; margin: 0 auto; box-sizing: border-box;}
.pop_wrap {display: table-cell; vertical-align: middle; position: relative;}
.pop_wrap .pop_body {padding:15px 20px; font-size: 15px; background: #fff; word-break: keep-all;}
.pop_wrap .pop_body .btns {padding-top: 20px;}
.pop_wrap .pop_wrap_in {width:100%; margin: 0 auto;}
.pop_wrap .x_btn {position: absolute; right:25px; top:50%; margin-top: -13px; display: inline-block; width:26px; height: 26px; cursor: pointer; background: none}
.pop_wrap .pop_head {background: #6fb251; position: relative;}
.pop_wrap .pop_head .title {font-size:22px; line-height:150%;  color: #fff; padding:18px 45px 20px 25px; text-align: left; font-weight:500;}
.pop_wrap .pop_head .title.tc {padding-left:45px;}
.pop_wrap .pop_head .s_txt {font-size:14px; line-height:14px;  color: #646464; text-align: center; padding: 0px 0px 30px 0px;}
.pop_wrap .x_btn2 {position: absolute; right:0px; bottom:0px; }
.pop_wrap .x_btn3 {position: absolute; right:0px; bottom:-42px; }
.pop_body .btn-tc {padding: 20px 0px 0px 0px; margin-top:15px;}
.pop_body .btn-tc > a {margin: 0px 10px;}




/* 팝업 */

.popup_scroll {max-height:700px; overflow-x:hidden; overflow-y:auto;}

.layers_wrap {background:#FFF; position:relative; min-width:300px;}
.layers_wrap .layers_tit {width:100%; padding:15px 0px; line-height:150%; background:#333;  text-align: center; font-size:1.8em; color:#fff; position:relative;}
.layers_wrap .layers_tit .logo {padding-left:25px; padding-top:20px;}
.layers_wrap  .close_pop { position:absolute; right:25px; top:17px;}
.layers_wrap .layers {padding:20px; font-size: 14px; position:relative; /*min-height:100px; max-height:760px; overflow-x:hidden; overflow-y:auto; -webkit-print-color-adjust:exact;*/}

.layers_wrap .close {height:30px; border-top:none; text-align:right; background:#e2e2e2; line-height:30px;}
.layers_wrap .close a { display:inline-block; zoom:1; *display:inline; font-family:Noto Sans; color:#2d2d2d; padding-right:20px; background:url(http://pic.neungyule.com/newnetimes/img/btn/pop_close_s.gif) no-repeat right center; margin-right:10px;}
.layers_wrap .pop_tit {padding-left:5px; border-bottom:1px solid #afafaf; min-height:41px; padding-bottom:3px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:41px;}
.layers_wrap .pop_tit.ico_check2 { font-size:13px; min-height:20px; padding:10px 10px 10px 50px; background:url(../img/common/ico_check2.gif) no-repeat 10px 10px #f9f9f9; line-height:150%; border-bottom:none;}
.layers_wrap .pop_tit_no {min-height:38px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:38px;}



/* member */
.login_wrap {margin:0 auto; background: #fff; padding:15px; box-sizing: border-box;}
.login_wrap .login_bt .btn {background-color: #6fb251; border: 1px solid #6fb251; color: #fff; padding: 12px; line-height:40px; display: block; font-size: 22px; text-align: center;font-weight:300; width: 100%; cursor: pointer; box-sizing: border-box; -moz-box-size: border-box; border-radius:60px; }
.login_wrap .id_save {font-size:15px; color:#000; margin:0px 0px 20px 0px; float: left;}
.signup {padding:30px 0px 15px 0px;}
.signup_or {position:relative; margin-bottom:5px; text-align:center; background:url(../img/common/line.gif) repeat-x left center;}
.signup_or_text {background-color:#fff; display:inline-block; padding:8px; font-size:14px; font-weight: 500; color:#82888a;}
.signup li { margin-bottom:5px;}
.signup li input {width:100%; height:60px; padding:8px 10px; display:block; border:1px solid #cccccc; border-radius:0px; background-color:#f7f7f7; color:#565a5c; box-sizing:border-box; -moz-box-size:border-box; font-size:15px;}
.find_idpw {text-align: right; padding: 10px 0px 20px 0px; font-size: 0px;}
.find_idpw > li {display: inline-block; vertical-align: top; font-size: 15px; line-height: 20px; padding-left:10px; margin-left: 10px; background: url(../img/common/top_line2.gif) no-repeat left center;}
.find_idpw > li:first-child {background: none; padding: 0px; margin: 0px;}
.find_idpw > li a {font-size:15px; color:#666666; font-weight: 500;}
.find_ok {text-align: center; padding:170px 0px 20px 0px; font-size:18px; line-height: 150%; background: url(../img/member/ico_mail.gif) no-repeat center top; }


.join_txt {padding:10px 0px 10px 40px; min-height:20px; margin-top:10px; background:url(../img/common/ico_idpw.gif) no-repeat left 5px; display:inline-block;}

.join_go {padding:18px 0px 0px 0px; text-align:center; margin:18px 0px 0px 0px; border-top:1px solid #cccccc}

.join_go > a {background-color: #fff; color: #6fb251; padding: 12px; line-height: 40px; display: block; font-size:22px; text-align: center; font-weight:300; width: 100%; border: 1px solid #6fb251; cursor: pointer; box-sizing: border-box; -moz-box-size: border-box; border-radius:60px; }
.member_ok {font-size:26px; text-align: center; line-height: 140%; padding:210px 0px 40px 0px; margin-top: 20px; background: url(../img/member/type_ico02.gif) no-repeat center top; }
.member_wrap {max-width:590px; margin:0 auto;}
.check_boxW {background:#fff; border:1px solid #dadada; padding:15px 5px;}
.add_bt {position: absolute; right: 0px; top: 0px;}
.all_check {font-size: 1.1em; line-height: 140%; color: #000; padding-bottom:25px;}


.yak_check > li {border: 1px solid #ccc; padding: 20px; border-top:none; overflow: hidden;}
.yak_check > li > a {display:inline-block; min-width:76px; float: right; height: 26px; line-height: 26px; background: #ff4a2b; color: #fff; font-weight: 100; font-size: 13px; text-align: center; border-radius:60px; }
.yak_check > li:first-child {border-top:1px solid #ccc;}




.ico_notice {display: inline-block; vertical-align: middle; padding:4px 10px; background: #ed2129; line-height:20px; color: #fff; }
.ico_note {padding-left:36px; min-height: 27px; line-height: 140%; position: relative; margin-top:20px; background: url(../img/common/ico_note2.png) no-repeat left 0px;}
.ico_time {padding-left:40px; min-height: 27px; line-height: 140%; position: relative; background: url(../img/common/ico_time.png) no-repeat left 0px;}





.date_picker_two {overflow: hidden; position: relative}
.date_picker_two .date_picker {float: left; width:47%;}
.date_picker {position: relative; padding-right: 40px; box-sizing: border-box;}
.date_picker .input {width: 100%;}
.date_picker img {position: absolute; right: 0px; top:50%; margin-top: -15px; width: 30px; height: 30px;}
.date_picker.two_col .input {width: 100%;}
.date_picker_two .col-sm-2  {float: left; width:47%;}
.date_picker_two .pa {left: 50%; top:0%; line-height: 30px; text-align: center; width: 10px; margin:0px 0px 0px -5px;}


.bt_include {position: relative; padding-right: 100px; box-sizing: border-box;}
.bt_include .add_bt {position: absolute; right: 0px; top: 0px;}
.bt_include select {width: 100%; max-width: 100%;}
.bt_include2 {padding-right:65px; margin: 0 auto;}

.quick_pc {width:185px; height:121px; position:absolute; top:86px; right:0px; z-index:9998; background:#2a3646; text-align:center;}
.quick_pc .txt {color:#c0c3c8; font-size:16px; padding:15px 0 0 10px; font-weight:800;}
.quick_pc .txt_tel {color:#fff; font-size:22px; font-weight:800;}

.lumar_tel {display:none;}







/* ------------------------------------------------------------
 * Name      : mobile_layout.css    
 * Desc      : page layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
.mobile_on .m_gnb .gnb > ul {overflow-y:auto; overflow-x:hidden;}
.m_gnb {position:absolute; left:0px; top:81px; width:100%;}
.m_gnb .gnb > ul {width:100%; background:rgba(18,18,18, .97); position:relative; overflow-x:hidden;}
.m_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.m_gnb .gnb > ul > li > a {display:block; font-size:14px; color:#ffffff; padding:15px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
/*.m_gnb .gnb > ul > li:hover > a {background:#000;}*/

.m_gnb .sub_menu  {width:100%; line-height:20px; background:#4a4a4a; display:none;}
.m_gnb .sub_menu > li > a {display:block; color:#fff; font-size:12px; padding:5px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
.m_gnb .sub_menu > li > a:hover { background:#009091;}
.m_gnb .gnb .alarm { background-size:20px;}
.m_gnb .gnb .name {max-width:200px;}
.mobile_on input, .mobile_on select, .mobile_on textarea {-webkit-appearance:none;}
.mobile_on select {height:31px; padding:0px 2em 0px 8px!important;}
.mobile_on .sel_arrow {position: relative;}

.down_file {display: inline-block; vertical-align: middle; color: #6fb252; margin-left: 10px;}
.down_file > span {display: block; padding-left:23px; background: url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}





/* 980px 이상 */
@media screen and (min-width:980px) {
    #lnb_menu {display: block !important}
  
    
}




/* 1200px 이상 */
@media screen and (min-width:1199px) {
	.m_gnb {display:none !important;}
 
}

/* 1220px 이하 */
@media screen and (max-width:1219px) {
    .w_gnb .gnb > ul > li > a > span {font-size: 16px;}
    .w_gnb .sub_menu > li > a {font-size: 13px;}
    .w_gnb .sub_menu {width: 140%;}
    #inner_wrap {padding:0px 10px 70px 10px;}
    #inner_wrap.no_visual {padding-top:70px;}
    .top_menu {right: 10px;}
    #footer .addressW {padding-left:10px; background: none;}
   .copy_wrap .copy {padding-left:10px;}
    
}


/* 980px 이하 */
@media screen and (max-width:979px) {
   
    #wrap {padding-top:80px; }
    
    #header .inner {padding: 0px;}
    #header .in_header .top_btns {display: none;}
    .in_header {height: 80px;}
    .m_gnb_on {display: block;}
    .w_gnb {display:none;}
	#gnb_bar {display:none !important;}
    
    .m_tit {font-size: 34px; padding-bottom: 20px;}
    .main_banner {max-width:610px; margin: 0 auto;}
    .main_banner > div {float: none; width: 100%;}
    .main_banner .box2 .ban1 > a {background-size:cover}
 
    
    
    
    .inner {padding: 0px 10px;}

    .sub_txt {padding-bottom: 20px; font-size: 14px;}
    
    .main_visual .bx-controls {bottom: 20px;}
    
    .sub_con {font-size: 16px;}
    .business_info {font-size: 17px;}
    
    
    .title_bar {padding-top:20px;}
    .title_bar h2 {font-size:42px;}
    .sub_visual {height: 250px;}
    .sub_visual .sub_txt .cell {padding-bottom: 10px;}
    #lnb_wrap {width:100%; float: none; background:#f5f5f5; padding: 0px; margin:0px 0px 30px 0px;}
    #lnb_title {display: none;}

    
     #lnb_wrap {position:relative; min-height: 10px; border-bottom:1px solid #e2e2e2; background:#fff; box-shadow: none;}
    #lnb_wrap .lnbs1 {display: block;}

    #lnb_wrap .lnb {max-width:1200px; margin:0 auto; position:relative; z-index:9;}
    #lnb_wrap .lnb:after { clear:both; content:""; display:block;}
    #lnb_wrap .lnb .lnbs { float:left; width:196px; border-right:1px solid #e2e2e2; position:relative;}
    #lnb_wrap .lnb .lnbs .copy_menu { position:absolute; left:-1px; top:52px; width:100%; border-left:1px solid #e2e2e2;  border-right:1px solid #e2e2e2; display:none; background: #fff;}
    #lnb_wrap .lnb .lnbs .sub_menu {display:none !important;}

    #lnb_wrap .ico_home {float:left; display: block; border-left:1px solid #e2e2e2; border-right:1px solid #e2e2e2}
    #lnb_wrap .ico_home a {display:block; width:60px; height:51px; text-indent:-1000px; font-size:0px; background:url(../img/common/ico_home.gif) no-repeat center center #fff ;}
    .lnb ul li {color:#666666; display: block; padding: 0px; margin-top: 0px;}
    .lnb .three_depth {padding: 10px;}
    .lnb ul li a {color:#000; font-size:13px; display:block; line-height:20px; min-height:20px; padding:10px 0px 10px 25px; border-bottom:1px solid #e2e2e2; box-sizing:border-box; text-align: left; border-top:none }
    .lnb .three_depth {border: none;}
    .lnb ul li .three_depth a {padding:6px 15px; border: none; font-size: 13px;}
    .lnbs2 > ul > li > a {border: none; border-bottom: 1px solid #e2e2e2; height: auto;}
    .lnbs2 > ul > li.drop > a {background: none !important;}
    .lnbs2 ul li.on a {border-radius:0px; background: #da1f28}

    #lnb_tit {font-size:14px; box-sizing:border-box; padding-left:25px; color:#333; line-height:51px; height:51px; background:url(../img/common/lnb_arrow.png) no-repeat right center; cursor:pointer; font-weight: 300;}
    #lnb_tit2 {display: block; font-size:14px; box-sizing:border-box; padding-left:25px; color:#333; line-height:51px; height:51px; background:url(../img/common/lnb_arrow.png) no-repeat right center; cursor:pointer; font-weight: 500;}
    #lnb_tit.on {background:url(../img/common/lnb_arrow_on.gif) no-repeat right center;}
    #lnb_tit2.on {background:url(../img/common/lnb_arrow_on.gif) no-repeat right center;}

    .first_img_box {padding: 25px; min-height:10px;}
    .first_img_box .txt_area_w {max-width: none;}
    .first_img_box .txt_area_w dt {font-size: 40px; padding-bottom: 30px;}
    .first_img_box .txt_area_w dt .small {font-size: 18px;}
    
    .vertex_top_img {padding: 5%; padding-bottom: 0px;}
    .vertex_top_img .txt_area_w { width:100%; position: relative; right: auto; bottom: auto; margin-top:40px;}

    .specification {font-size:16px;}
    
    .s_tit {font-size: 44px;}
    .ss_tit {font-size:40px; background-position:left 2px; margin-top: 50px}
    
    .business_info {min-height: auto;}
    .business_info .img {display: none;}
    .business_info .business_inner {padding-left: 0px;}
    .business_info .business_inner .box {padding:3%}
    
    .business_info.left .business_inner {padding-right: 0px;}
    .business_info.left .business_inner .box {padding:3%}

	.quick_pc {display:none;}
	.lumar_tel {display:block; margin:0 auto; width:100%; max-width:590px; height:120px; background:#2a3646; text-align:center;}
	.lumar_tel .txt {color:#c0c3c8; font-size:20px; padding:10px 0 0 10px; font-weight:800;}
	.lumar_tel .txt_tel {color:#fff; font-size:32px; font-weight:800;}
    
}

/* 768 이하 */
@media screen and (max-width:767px) {
    .main_wrap {font-size: 15px;}
    .main_visual .v_bt {display: none;}
    .main_board .box > ul > li {float: none; width: 100%; padding: 10px;}
    .main_board .box > ul > li > a {min-height:15px; border: none; border-top: 1px solid #787a7f; padding:5px 0px;}
    .main_board .box > ul > li:first-child > a {border: none;}
    .main_board {padding: 0px;}
    .main_board > h3 {position: relative; font-size: 18px; left: auto; top:auto; height: auto; width:100%; background: url(../img/main/notice_bg.png) repeat left top; padding: 10px; box-sizing: border-box; text-align: left;}
    
    .main_board .box > ul > li > a .txt_t {height: auto; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
    .main_board .more {left: auto; right: 10px; top:9px; width: auto; text-align: right;}
    

    

    

    .section {padding:40px 0px;}
    .main_banner > ul > li {width:50%;}
    

    
    #footer .addressW {padding:10px; text-align: center}
    .copy_wrap .copy {text-align: center}

    #footer_navi > ul {text-align: center; padding:15px 0px;}
    #footer_navi > ul li {padding: 0px 13px;}
    #footer_navi > ul li a {font-size: 13px;}
    #footer .sns {position: relative; right: auto; top: auto; padding: 10px 0px;}
    #footer .sns img {width: 30px;}
    #footerW .go_top {bottom: 10px;}
    #footerW .go_top a {padding: 10px; line-height: 20px;}
    #footerW .go_top a img {width:20px;}

    #lnb_wrap .lnb {padding-left: 62px; position: relative;}
    #lnb_wrap .ico_home {float: none; position: absolute; left: 0px; top: 0px;}
    #lnb_wrap .lnb .lnbs {width:50%; box-sizing: border-box;}
    
	.sub_con {font-size:15px; padding-top:0px;}
    .sub_visual {height: 200px;}
    .sub_visual .sub_txt .cell {text-align: center; padding-bottom: 0px;}
    
    .location {display: none;}
    .title_bar {margin-bottom:35px; }
	.title_bar h2 {font-size:38px;}
    .title_bar h2:after {height: 35px;}
    .title_bar .s_txt {font-size: 1.15em;}
    .s_tit {font-size:36px;}
    .s_tit:after {width: 26px; height: 26px; line-height: 26px;}
    .s_tit:before {width: 26px; height: 26px; line-height: 26px;}
    
    .ss_tit {font-size:32px; background-size:34px auto; padding-left: 43px;}
	.b_txt {font-size:20px;}
	.sub_title {font-size:14px;}
	.of_hi .fl50 {float:none; width:100%;}
	.of_hi .fr50 {float:none; width:100%; margin-top:15px;}
    
   
    
    
    .ico_note {padding-left:25px; background-size:20px auto; }
   
    
    
    
    .faq_list > li .title {padding:20px 40px 21px 64px;}
    .faq_list > li .title .q {position: absolute; width:32px; height: 32px; line-height:29px; left:15px; margin-top: -16px; font-size: 20px;}
    .faq_list > li .answer_wrap {padding:16px 14px 16px 14px; }
    .faq_list > li .answer {min-height: 22px; padding:6px 0px 6px 50px;}
    .faq_list > li .answer .a {position: absolute; width:32px; height: 32px; line-height:29px;}
    .b_table.long > dl {padding-left:0px;}
    .b_table.long {padding-top:10px;}

    .b_table.long > dl > dt {position: relative; padding-bottom: 0px;}
    /*atab*/
    .atab li a {font-size:14px; height: 55px;}
    .atab li.on a:after {width:16px; height:16px; bottom: -18px;}

    .btn-tc > a {margin: 0px;}
    
    .find_cell {padding-right: 0px !important}
    .find_cell .cell {float: left; width: 50%; box-sizing: border-box;}

    .find_cell .bt {display: block; position: relative; right:auto; top:auto; width: 100%; clear: both; padding-top: 5px;}
  
    .first_img_box .txt_area_w dt {font-size: 36px;}
    .first_img_box .txt_area_w dd {font-size:1em; padding:20px;}
    .first_img_box {overflow: hidden;}
    .first_img_box .img {left: 50%; min-width: 768px; margin-left: -384px;}
    
    .block_list > li {float: none; width: 100%;}
    .block_list > li > dl {padding: 20px 0px;}
    .block_list > li > dl > dt > p {height: auto; padding-bottom: 15px;}
    .block_list > li > dl > dd {min-height: auto;}
    
    .vertex_info .cell > h3 img {height: 50px;}
    .vertex_info .cell > h4 {font-size:1.5em;}
    .vertex_info .cell > .txt_t {font-size: 1.3em;}
    .vertex_info .cell > .bul01 {font-size:1em;}
    .vertex_info .cell > h4:after {margin: 20px 0px;}
    .img_cross {background-size:100% auto !important}
    .img_cross .dis_cell {padding: 20px; padding-bottom: 0px; height: auto; padding-top:80px;}
    
    .img_cross .box {max-width: none; min-height: auto; display: block; padding:20px;}

    .vertex_warranty .box {padding-left:40px}
    .vertex_class .class_series > li {width: 50%;}
    
    .vertex_warranty .box .txt_t {font-size:1.8em;}
    .vertex_warranty .box .txt_t:after {margin: 20px 0px;}
    
    .technology {padding-top:40px;}
    .technology > .left {float: none; width:100%;}
    .technology > .left .bg_area {background-size: cover !important}
    .technology > .left .box {float: none; max-width:100%;}
    .technology > .right {float: none; width:100%;}
    
    .performance {padding-top:40px;}
    .performance > ul > li > dl {padding-left:0px;}
    .performance > ul > li > dl > dt {height: auto; position:relative; left: auto; top:auto; max-width: none; padding-bottom: 10px;}
    .performance > ul > li > dl > dt br {display: none;}
    
    .vertex_table {padding-top:40px;}
    
    .specification {font-size:15px;}
    .specification .cell {height: 310px; padding:10px 10px;}
    
    .prd_feature {margin-right:-5px;}
    .prd_feature > li {width: 33.333%;}
    .prd_feature > li > div {height: 85px;}
    
    .prd_feature.five > li {width:33.3333%}
    .prd_feature_wrap .four > li {width:50%}
    
    .business_info {font-size:16px;}
    
    .map_wrap {height: 380px;}
    .map_txt > li {font-size: 15px; display: block; width: 100% !important; border-top:1px solid #ccc; }
    .map_txt > li:first-child {border-top:none; }
    .introduce {padding-left:0px; min-height: auto; padding-bottom:80px; background-size:auto 15px; }
    .introduce .pic {width: auto; position: relative; left: auto; top: auto; bottom: auto; padding-top: 40px;}
    
    .time_wrap .left {float: none; width: 100%; padding: 0px;}
    .time_wrap .right {float: none; width: 100%; padding: 0px;}
    .time_wrap:after {display: none;}
    
    
     .history_box > ul > li {padding-left: 0px;}
    .history_box .img {display: none;}
    .history_box > ul:before {left: 0px;}
    .history_box .history_txt {padding-left: 50px;}
    .history_box .history_txt .year_s:after {width: 40px;}
    .history_box .history_txt ul > li {padding-left: 80px;}
    .history_box > ul > li:first-child:before {left:2px;}
    .history_box > ul:after {left:-2px; margin: 0px;}
    
    .certificate > li {width:33.333%;}
	.customer_center > li {font-size:24px;}
	.customer_center > li .dis_cell > dl > dd {line-height:41px;}
	.customer_center > li .dis_cell > dl > dd {padding-left:115px;}
    
}
/* 600 이하 */
@media screen and (max-width:599px) {
    
    .m_th_b {width:135px !important;}
	.m_th {width:115px !important;}
    .m_th_s {width:95px !important;}
    .m_th_ss {width:75px !important;}
    
    
    #footer_navi li {font-size: 13px;}
    #footer .addressW {text-align: center; font-size: 12px;}
    
    .pop_wrap .pop_head .title {font-size:18px !important; color: #fff; padding: 17px 55px 18px 15px !important;}
    .pop_wrap .pop_body {padding:10px;}
   
    
   
	#w_lnb {display:none;}
	#m_lnb {display:block;}
    
     .login_wrap {padding:15px;}

    
    .signup {padding:10px 0px 5px 0px;}
    .signup li input {height: 50px; font-size: 14px;}
    .login_wrap .id_save {font-size:14px;}
    .find_idpw a {font-size: 14px;}
    .login_wrap .login_bt .btn {line-height:30px; font-size:18px;}
    .join_go > a {line-height:30px; font-size:18px;}    
    .layers_wrap .layers {padding:10px; font-size:0.95em;}
    .error_wrap .error_msg {font-size:26px;}

    .table_line {width: 100%; overflow: auto;}

    .join_step {margin-bottom: 10px;}
    .join_step > ol > li .num {font-size: 14px;}
    .join_step > ol > li .txt {font-size:18px;}
    
    .bt_include {padding:0px 0px 45px 0px;}
    .bt_include2 {padding:0px 0px 35px 0px;}
    .bt_include .add_bt {position: absolute; right: 0px; top: auto; left: 0px; bottom:0px;}
    .bt_include .add_bt a {display: block;}
    .m_block600 {display: block !important; margin-bottom: 3px !important; float: none !important;}
    

    #add_date {padding-right: 0px; padding-bottom:45px;}
    #add_date .bt {left: 0px; bottom: 0px; top:auto; padding-right: 40px;}
    #add_date .bt a {display: block; }
    #add_date .bt .tooltip {right: 0px; top: 0px; position: absolute;}
    #empty a {display: block;}
    .br_box {padding:15px;}
    
    .guide_tab > li {width:33.33%;}
 
    
    .m_box {padding:20px;}
    .more {right:20px; top:20px;}
    
    .day_day .select_ds {width: 50% !important;}
    .day_day .select_ds:nth-child(2) {padding-right: 0px !important;}
    .day_day .select_ds:last-child {clear: both; width: 100% !important; max-width: 100% !important; margin-top: 5px;}
    
	.day_time .select_ds {width:100% !important; margin: 5px 0px 0px 0px !important;}
    
    .atab.seven li {width:20%;}
    
    .over_layerW {position: relative;}
    .over_layer {overflow:auto;}
    .over_layerW:after {display: block; content: ""; width:10px; height: 100%; position: absolute; right: 0px; top: 0px; background: url(../img/common/bg_shadow.png) repeat-y left top}
    .over_layer > div {min-width: 600px;}
    
    .main_business > ul > li {width: 50%;}
	.customer_center > li {float:none; width:100%;}
	.customer_center > li .dis_cell {height:280px;}
    
}



/* 480px 이하 */
@media screen and (max-width:479px) {
    .main_wrap {font-size:14px;}
    #wrap {padding-top:64px; transition: all 0.3s 0s ease-in-out;}
    #header h1 img {height:33px;}
    .in_header {height:64px;}
    .top_menu {font-size:12px;}
    

    
    .slide_menu_wrap .gnb > ul > li > a {font-size:16px; padding: 10px 10px 10px 5px;}

    .section {padding: 30px 0px;}
    .main_banner > div {padding: 0px;}
   
    .main_banner a br {display: none;}
    .main_banner a .txt_t {font-size:22px;}
    .main_banner > div.box1 > div.ban2 > a .txt_s:after {height: 30px; bottom: 55px;}
    .main_banner .box2 .ban1 > a {min-height: 170px;}
    


    .main_banner .box2 .ban2 {margin:-5px;}
    .main_banner .box2 .ban2 > ul {float: none; width: 100%; margin: 0px; padding: 0px;}
    .main_banner .box2 .ban2 > p {float: none; width: 100%;    }
    .main_banner .box2 .ban2 > p > a {padding: 10px; height: 200px; word-break: keep-all}
    

    
    
    .m_tit {font-size:26px;}
    .m_tit_txt {font-size: 16px; margin-top: -25px;}    
    

    .main_gallery > li .txt_s {padding: 10px 10px 0px 10px; font-size: 15px; height: 40px; line-height: 20px;}
    .main_gallery > li > a .date {font-size: 13px; padding: 15px 10px 10px 10px;}
    .main_galleryW {padding-bottom: 60px;}
    .main_galleryW .bx_bt > a {padding: 16px;}
    .main_galleryW #board_l {margin-left: -22px;}
    .main_galleryW #board_r {margin-left: 22px;}

    .section .more {padding-top:10px !important; right: 10px !important;}
    .section .more > a {font-size: 14px;}
    
    .main_banner > ul > li {width: 100%;}
    
    #section2 .more {top: 0px;}
    
    #section3 iframe {height: 220px !important;}
    #footerW {background-size:480px auto; }
    .copy_wrap {padding: 15px 0px;}
   
    #footer .sns img {width: 25px;}
    #footer .addressW address {margin: 0px; padding: 0px;}
    #footer .addressW address strong {display: block;}
    #footer_navi > ul li {padding: 0px 5px;}
    #footer_navi > ul li a {font-size: 11px;}
    #footer .addressW .copy {font-size: 11px;}
    .copy_wrap .copy {font-size: 11px;}
    #footer .addressW address .line {display: none;}
    
    #position3 {padding:40px 0px 100px 0px;}
    .pop_wrap .pop_head .title {text-align: left !important; padding:15px 45px 15px 15px;}
    .pop_wrap .pop_head .title br {display: none;}
    .pop_wrap .x_btn {right:15px; }
    
    
	.mb_dis {display: block;}
    #add_date .bt .tooltip {height: 36px; line-height: 34px;}
    
   
    #sub_tit, #title2 {font-size:27px; color: #fff; font-weight: 700; line-height: 140%;}

    
    #lnb_wrap {background: url(../img/common/png_50.png) repeat left top; margin-top: -52px; margin-bottom: 0px;}
    #lnb_wrap .lnb {padding-left:0px; position: relative;}
    #lnb_wrap .ico_home {display: none}
    #lnb_tit {display: none;}
    #lnb_wrap .lnb .lnbs {width:100%; border: none; box-sizing: border-box;}
    #lnb_tit2 {padding-left:0px; text-align: center; color: #fff; line-height:51px; height:51px; background: url(../img/common/lnb_arrow3.png) no-repeat right center; font-size:15px;}
    
    #lnb_tit2.on {background:url(../img/common/lnb_arrow3_on.png) no-repeat right center;}
    #lnb_wrap .lnb .lnbs .copy_menu {top:52px; border: none; box-shadow:0px 1px 3px #ccc;}
    #lnb_wrap #gnb_menu {display: none !important;}
    .lnb ul li a {font-size: 14px;}

    
    
    
    .ico_note {padding-left:18px; background-size:13px auto; background-position:left 3px;}
    

   
    
    .faq_list > li .title {padding:15px 45px 16px 60px; font-size: 13px; background-size:20px auto !important; background-position:99% center !important }
    .faq_list > li .title .q {width:30px; height: 30px; line-height:27px; left:10px; margin-top: -15px; font-size:18px;}

    .faq_list > li .answer_wrap {padding:13px 10px 13px 10px; }
    .faq_list > li .answer {min-height: 22px; padding:4px 0px 4px 48px; font-size: 13px; }
    .faq_list > li .answer .a {width:30px; height: 30px; line-height:27px; font-size:18px;}
    
	
	.subject {padding-left:10px;}
	.bbs_search {margin-bottom:10px;}
	.bbs_search_in {padding:0px;}
	.bbs_search_in .select { position:relative; margin-bottom:5px; width:100%;}
	.bbs_search_in .btn_search { position:relative; display:block; margin:5px 0px 0px 0px; width:100%;}
	.paging a {width:23px;}
	.paging a.prev, .paging a.next, .paging a.first, .paging a.last {width:33px;}
    .block_m {display: block;}
    .block_m.fl {float: none;}
    .list_btn .block_m {margin: 2px 0px;}
	.board-view td.view_td {padding:20px 10px;}
    .list_btnW a {display: block;}

    .s_tit {font-size:29px; padding:0px 0px 10px 0px; margin-top:30px;}
    .s_tit:before {width:20px; height:20px; line-height: 20px; font-size:13px;}
    .s_tit:after {width:20px; height:20px;}

    .txt_indent {padding-left:25px;}

    .s_titW {overflow: hidden; padding: 30px 0px 15px 0px;}
    .sub_con > .s_tit:first-child {margin-top: 0px}
	.ss_tit {font-size:26px; margin-bottom: 10px; background-size:26px auto; padding-left: 33px; background-position:left 4px; margin-top: 35px;}
    .ss_tit:before {top:12px;}
    .ss_tit.fn {font-size: 20px;}
    .b_txt {font-size:16px;}
    .s_txt_r {margin-top: -25px; padding-bottom:5px;}
    .s_txt_r2 {margin-top: -45px;}
	#inner_wrap {padding-bottom: 30px;}
    #inner_wrap.no_visual {padding-top: 30px;}
    .sub_visual {height:110px;}
    .sub_visual .sub_txt .cell {display: none;}
    .sub_visual .sub_txt .cell .sub_tit_s {font-size:16px; padding-bottom: 20px;}
    .sub_con {font-size:13px; }
    .sub_con > .s_tit:first-child {margin-top: 0px}
    .layerPop {font-size:0.95em; }
    .title_bar {padding:15px 0px 0px 0px; margin-bottom:20px;}
    .title_bar h2 {font-size:24px}
	.title_bar h2:after {height: 25px; margin: 5px auto;}
	.title_bar .s_txt {font-size: 1.05em;}
    .title_bar .s_txt br {display: none;}
    .title_bar .s_txt2 {font-size: 1.25em; padding-top: 0px; margin-bottom:15px;}
 
    .m_th_b {width:105px !important;}
	.m_th {width:85px !important;}
    .m_th_s {width:65px !important;}
    .m_th_ss {width:45px !important;}
    
    

    .w_name {width: 70px;}
    .w_date {width:80px;}
    .m_block {display: block !important; margin-bottom: 3px !important; float: none !important;}
    .scrollbox {height:120px; }
    .atab {margin-bottom: 20px;}
    .atab.seven li {width:25%;}
    .atab.seven li a {font-size: 13px}
 
    .b_table > dl {font-size: 16px; padding-left:0px;}
    .ul_table > ul > li {font-size: 16px;}
    .check_txt {font-size:16px;}
    .radio_group > li {font-size:13px;}
    
    
    .input_etc .pa {font-size:13px; line-height:36px;}
    input.input5 {height:36px; padding: 0px 5px; line-height: 34px; font-size: 13px;}
    .textarea {padding:5px 5px; font-size: 13px;}
    .b_table .btnNormalB span {padding: 0px 18px; height: 36px; line-height: 34px; font-size: 13px;}
    .security_code .code .num {height:34px; line-height: 32px; font-size: 14px;}
    .file_input label {height:36px;  line-height:34px; font-size: 13px;}
    .radio_group {margin-top:-5px;}
    
    
    
    
    .find_box {padding: 0px 0px 10px 0px;}
    .find_cell .bt {overflow: hidden;}
    .find_cell .bt > a {width: 50%; float: left;}
    .find_cell .bt > a > span {display: block; padding: 0px; margin: 0px 2px; }  
    .print_bt {display: none !important}
    .gray_box {padding:5px;}
  
    
    
    
    .main_content {padding:0px 0px 10px 0px;}
 
    
    .good_bt {padding:10px 0px;}
    .good_bt button {padding:3px 0px 3px 30px; background-size:24px auto !important; font-size: 14px; background-position: left center !important}
    .down_file > span {background-size:11px auto; padding-left: 16px; }
    
    .event_pop > li {font-size:14px;}
    .event_pop > li .txt_t {font-size:16px; }
    
    .br_box {padding:10px;}
    .guide_tab > li > a {font-size: 12px;}
    
    .tit_ico {height:19px; line-height:18px;}

    .yak_check > li {padding: 15px;}
    .yak_check > li > a {height:22px;line-height:22px; font-size:12px;}

    
    .btn-tc {padding:20px 0px; margin-top:20px;}
  
    

    
    .btab > li > a {height:46px; font-size:13px;}
    
    .total_price {padding: 20px;}
    
    .first_img_box {padding: 15px; min-height: 260px;}
    .first_img_box .txt_area_w dt {font-size: 26px; padding-bottom: 20px;}
    .first_img_box .txt_area_w dt .small {font-size: 15px;}
    .first_img_box .txt_area_w dd {padding: 15px;}
    
    .block_list > li > dl > dt {font-size: 1.4em;}
    .vertex_info .cell {height: 400px; font-size: 13px}
    
    .vertex_class {margin-top: 40px;}
    .img_cross .dis_cell {padding: 10px; padding-top: 60px;}
    .img_cross .box {padding: 15px;}
    
    .vertex_top_img {min-height:auto;}
    .vertex_top_img .first_txt {font-size: 2em;}
    .vertex_top_img .first_txt_s {font-size: 1.2em; padding-top: 15px;}
    .vertex_top_img .txt_area_w {min-height: 200px; padding: 15px; margin-top:30px;}
    .vertex_top_img .txt_area_w dt {font-size: 1.6em; padding-bottom: 25px; margin-bottom: 15px;}
    
    .vertex_txt {padding-top: 35px;}
    .vertex_txt > dt {font-size: 1.6em;}
    .technology > div {min-height: auto;}
    .technology > .left .bg_area {min-height:155px; padding-bottom: 10px}
    .technology > .left .box {margin-top: 0px; padding: 15px;}
    
    .performance > ul > li {padding: 15px;}
    
    .performance > ul > li > dl > dt {font-size: 1.5em}
    
    .business_info .txt_s {padding-top: 20px; margin-top: 20px;}
    
    .specification {font-size: 13px;}
    .specification .cell > h4 {font-size: 2.4em;}
    .vertex_color {background-size:auto 10px; padding: 40px 0px; margin-top: 30px }
    
    .business_info {font-size: 14px;}
    .business_info .business_tit {font-size: 2.1em;}
    .business_info .txt_t {font-size: 1.5em; padding-left: 13px; text-indent: -13px;}
    
    .map_wrap {height:320px;}
    .map_txt > li {padding:15px 10px 15px 43px; font-size: 13px;}
    .map_txt > li .ico {left:5px;}
    .map_txt > li .ico img {width:30px}
    .map_txt.one > li {padding-left: 43px;}
    
    .introduce .pic .sign {width: auto; height: auto;}
    
    .gallery_wrap .v_bt {display: none;}
    .gallery-pager:before {background-size:auto 15px; height: 30px; }
    .gallery-pager > ul > li > a.active:after {border-width:2px; }
    
    .history_box .history_txt .year_s {font-size: 30px; line-height: 120%;}
    .history_box .history_txt {padding-left: 40px;}
    .history_box .history_txt ul > li {padding-left: 60px;}
    
    .history_section {margin:30px -10px; padding:30px 10px;}
    .main_business > ul > li > .box {height: 110px;}
	
	.customer_center > li {font-size:18px;}
	.customer_center > li .dis_cell {height:200px;}
	.customer_center > li .dis_cell > dl > dd > strong {padding-left:40px;}
	.customer_center > li .dis_cell > dl > dd {line-height:30px; padding-left:85px}
	.customer_center > li .dis_cell > dl > dd > strong {background-size:30px !important;}
}




/* 320px 이하 */
@media screen and (max-width:320px) {
    .main_company h3 {font-size:24px; }
    .atab li a {font-size:12px;}
    .title_bar .s_txt {padding-left: 10px;}

    
    .btns > li {width:100%; float: none; padding:2px 0px;}
    .btn-tc {padding:20px 0px;}

    
   
}






