@charset "utf-8";



.tableWrap{margin:10px auto 20px;}
/* --------------------------------------------
 * sell (main)
/* ------------------------------------------ */
/* sell_visual */
.sell_visual, .buy_visual {
	width: 100%;
	position: relative;
	left: 0;
	z-index: 2;
	color: #000;
	font-size:1.2em;
}
.sell_visual h1{
	margin:10px 0;
	font-weight:800;
	font-family:'Nanum Gothic';
}
.sell_visual h3:before{
    content: 'GANTECH Inc.';
    margin-bottom: 5px;
    width: 100px;
    height: 24px;
    font-size: 0.7em;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    background: #cf000d;
    display: block;
}


.sell_visual .visual{
	padding: 100px 30px 0;
	height: 230px;
	margin-top: 60px;
	line-height:1.3em;
	position:relative;
}
.sell_visual .bg01{
	color:#fff !important;
	background:url(/_img/main_visual01.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sell_visual .bg02{
	padding: 120px 30px 0;
	text-align:right;
	background:url(/_img/main_visual02.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sell_visual .bg03{
	padding: 120px 30px 0;
	text-align:right;
	background:url(/_img/main_visual03.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sell_visual .bg04{
	background:url(/_img/main_visual04.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.sell_visual .bg02 h3:before,
.sell_visual .bg03 h3:before{
	top:90px;
	right:30px;
	position:absolute;
}
.sell_visual .sv_bg {
	width: 100%; height: 250px;
	position: fixed;
	top: 100px;
	z-index: 10;
	
	background: url(/_img/mobile/sell_visual_bg.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.buy_visual .sv_bg{
width: 100%; height: 250px;
	position: fixed;
	top: 100px;
	z-index: 10;
	
	background: url(/_img/mobile/buy_visual_bg.jpg) center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.sell_visual .obj_txt, .buy_visual .obj_txt {
	text-align: center;
	position: absolute;
	top: 52px; left: 0; right: 0;
	color: #fff;
}
.sell_visual .obj_txt h2, .buy_visual .obj_txt h2 {
	font-size: 25px;
	line-height: 31px;
	font-weight: 600;
	letter-spacing: -0.075em;
	text-shadow:1px 1px 8px #404040;
}
.sell_visual .obj_txt h2 em, .buy_visual .obj_txt h2 em {
	color: #33ccff;
	font-weight: 900;
}
.sell_visual .obj_txt p, .buy_visual .obj_txt p {
	font-size: 1em;
	line-height: 1em;
	margin:0 0 10px;
	color: #fff;
	letter-spacing: -0.025em;
	text-shadow:1px 1px 8px #404040;
}


/* sec_counting */
.sec_counting{
	margin:15px auto;
	width:95%;
	border:1px solid #ddd;
	border-radius:5px;
}
.sec_counting li{
	margin:10px 0;
	padding:0 10px;
	width:50%;
	height:60px;
	float:left;
}
.sec_counting li:first-child{
	border-right:1px solid #ddd;
}
.sec_counting li .txt{
	line-height:60px;
	display:inline-block;
}
.sec_counting li .num{
	line-height:60px;
	font-size:2em;
	font-weight:800;
	color:#000;
	letter-spacing:-0.05em;
	display:inline-block;
	float:right;
}
@media all and (max-width:350px) {
.sec_counting li .num{font-size:1.7em;}

.swiper-pagination{display:none;}
.swiper-pagination02{display:none;}
}


.sec_ctbtn{
	margin:0 auto;
	width:95%;
	background:#e9f4ff;
	border-radius:5px;
}
.sec_ctbtn li{
	padding:10px;
	width:25%;
	text-align:center;
	float:left;
}
.sec_ctbtn li .tit{
	margin-top:5px;
	font-size:1.1em;
	font-weight:600;
	color:#000;
}
.sec_ctroll{
	margin:10px auto;
	width:95%;
}
.sec_ctroll li{
	padding:10px;
	width:49%;
	border-radius:5px;
	position:relative;
}
.sec_ctroll li dt{
	margin:5px 0 10px;
	height:100px;
	overflow:hidden;
}
.sec_ctroll li dt img{
	width:100%;
	height:100%;
}
.sec_ctroll li dd{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#000;
}
.sec_ctroll h2{
	font-size:1.1em;
	font-weight:800;
	letter-spacing:-0.065em;
	color:#000;
}
.sec_ctroll h2 span{
	color:#136fac;
}
.sec_ctroll .ct_tvzone{
	background:#f6f6f6;
	float:left;
}
.sec_ctroll .ct_review{
	border:1px solid #ddd;
	float:right;
}
.sec_ctroll .ct_review dt{
	width:100%;
	text-align:right;
	background-color:#cedae2;
}
.sec_ctroll .ct_review dt img{
	width:auto;
	height:100px;
}
.sec_ctroll .swiper-pagination{
	right: 0;
    left: auto;
    top: 12px;
    bottom: auto;
}
.sec_ctroll .swiper-pagination02{
	right: 10px;
    left: auto;
    top: 12px;
    bottom: auto;
	position:absolute;
	text-align: center;
    z-index: 10;
}
.sec_ctroll .ct_news{
	margin:10px auto;
	padding:10px;
	width:100%;
	border:1px solid #ddd;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	background:#fff;
}
.sec_ctroll .ct_news .tit{
	margin-top:10px;
	padding:0 10px;
	height:40px;
	line-height:40px;
	background:#ddd;
	font-size:1.2em;
	color:#222;
}

.sec_ctroll .swiper-pagination03{
	right: 10px;
    left: auto;
    top: 12px;
    bottom: auto;
	position:absolute;
	text-align: center;
    z-index: 10;
}
.ct_capital{
	margin:10px auto;
	width:95%;
	text-align:center;
	border:1px solid #ddd;
	border-radius:5px;
	overflow:hidden;
}
.ct_capital h2{
	width:100%;
	height:40px;
	line-height:40px;
	border-radius:5px 5px 0 0;
	background:#136fac;
	color:#fff;
	font-size:1.1em;
	font-weight:600;
}
.ct_capital li{
	height:80px;
	line-height:80px;
}
.ct_capital li img{
	margin:10px;
	width:30%;
	display:inline-block;
	vertical-align:middle;
}

.ct_boxWrap{
	margin:0 auto;
	width:95%;
}
.ct_boxWrap li{
	height:120px;
	overflow:hidden;
	text-indent:-9999px;
}
.ct_boxWrap .box03{
	margin-top:10px;
	width:100%;
	height:120px;
	border:1px solid #ddd;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/_img/cttop_bg01.png) no-repeat center center;
	border-radius:5px;
}
.ct_boxWrap .box01{
	width:39%;
	background:url(/_img/mobile/m_cttop_bg02.png) no-repeat center bottom #293154;
	background-size:90% auto;
	float:left;
	border-radius:5px;
}
.ct_boxWrap .box02{
	width:59%;
	background:url(/_img/mobile/m_cttop_bg03.png) no-repeat center center #fbd651;
	background-size:90% auto;
	float:right;
	border-radius:5px;
}





/* sec_sellContent */
.sec_sellContent.sec1 {
	height:auto;
}
.sec_sellContent.sec2 {
	padding-bottom: 16px;
	margin:16px; 
}

/*
.sec_sellContent h3 {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 12px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
	color: #777;
}
*/
.sec_sellContent h3 a.btn_more {
	width: 40px; height: 40px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999em;
	position: absolute;
	top: 50%; right: 10px;
	margin-top: -20px;
	background: url(/_img/mobile/ico_plus.png) no-repeat center center;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	background-size: 16px 16px;
}
.sec_sellContent .sell_pro{
	padding:0 10px;
}
.sec_sellContent .sell_pro img{
	width:100%;
}
.sec_sellContent .sell_list{
	padding:5px 10px;
}
.sec_sellContent .sell_list li{
	margin-bottom:5px;
	width:100%;
	height: 60px;
	background:#eee;
	position:relative;
}
.sec_sellContent .sell_list li:after{
	content:'';
	top: 23px;
	right:10px;
	width:8px;
	height:14px;
	background:url(/_img/mobile/list_arrow.png) no-repeat;
	position:absolute;
}
.sec_sellContent .sell_list li i{
	width:20%;
	line-height: 60px;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/_img/mobile/lock_icon.png) no-repeat center center;
}
.sec_sellContent .sell_list li div{
	width:80%;
	padding-right:20px;
	float:left;
}
.sec_sellContent .sell_list li div span{
	/*display:block;
	margin-top:5px;*/
	margin-top: 13px;
	line-height: 1em;
	display: block;
}
.sec_sellContent .sell_list li div p{
	font-size:1.1em;
	font-weight:600;
	color:#000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sub_top{
	margin-top:115px !important;
}

/* 제품자료실 */
.sec_sellContent .file_list{
	padding:0 10px;
}
.sec_sellContent .file_list li{
	margin-bottom:5px;
	padding-left: 20px;
	width:100%;
	height: 60px;
	position:relative;
	border-left: 2px solid #333 !important;
	border: 1px solid #ddd;
}
.sec_sellContent .file_list li:after{
	content:'';
	top: 23px;
	right:10px;
	width:8px;
	height:14px;
	background:url(/_img/mobile/list_arrow.png) no-repeat;
	position:absolute;
}
.sec_sellContent .file_list li i{
	width:18px;
	line-height: 60px;
	display:block;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/_img/file_icon.png) no-repeat center center;
	background-size:18px;
}
.sec_sellContent .file_list li div{
	padding:0 20px;
	float:left;
}
.sec_sellContent .file_list li div span{
	/*display:block;
	margin-top:5px;*/
	margin-top: 13px;
	line-height: 1em;
	display: block;
}
.sec_sellContent .file_list li div p{
	font-size:1.1em;
	font-weight:600;
	color:#000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}


/* sc_consult */

.sc_consult {
	position: relative;
	top: 0;
	padding:15px;
}
.sc_consult .sc_box li{
	position: relative;
}
.sc_consult.main_consult{
	background:url(/_img/title_bg.jpg);
}
.sc_consult.main_consult h3 {
	border-bottom: 0;
	padding: 20px 0px 10px;
	text-align: left;
	position:relative;
}
.sc_consult.main_consult h3 span {
	padding:0 10px;
	display: block;
	font-weight: 600;
	color:#333;
}
.sc_consult.main_consult h3 span.tit {
	font-size: 1.6em;
	line-height: 24px;
	letter-spacing: -0.075em;
}
.sc_consult.main_consult h3 span.desc {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 6px;
}

.sc_form ul {
	margin:0 auto;
	width:100%;
	padding: 15px;
	background:#fff;
	border: 3px solid #ddd;
	border-radius: 5px 5px 0 0;
	border-bottom: none;
}
.sc_form .checksWrap_st1 a {
	display: inline-block;
	width: 60px;
	height: 24px;
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 11px;
	color: #fff;
	line-height: 24px;
	text-align: center;
	background: #363636;
	border-radius: 3px;
}
.sc_form button {
	margin:0 auto;
	display: block;
	width: 100%;
	background: #bd9342;
	font-size: 16px;
	height:50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	letter-spacing: -0.025em;
	border-radius: 0 0 5px 5px;
}

/* sc_count */
.sc_count {
	margin: 16px;
	border-radius: 8px;
}
.sc_count h3 span {
	width: 129px;
	background-position: -160px -305px;
}
.sc_count li {
	width: 50%;
	float: left;
	padding: 16px 20px 14px;
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
}
.sc_count li:first-child {
	border-right: 1px solid #efeff0;
}
.sc_count li p {
	display: block;
	color: #c0c0c5;
	font-size: 11px;
	line-height: 16px;
}
.sc_count li strong {
	display: block;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.05em;
	color: #777;
	margin-top: 4px;
}
.sc_count li.ct_success strong {
	color: #33ccff;
}
.sc_count li strong span {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding-left: 3px;
	vertical-align: initial;
}

/* sc_review */
.sc_review {
	
}
.sc_review h3 span {
	width: 138px;
	background-position: 0 -305px;
}
.sc_review .rollWrap {
	padding: 16px 0 20px;
}
.sc_review .rollWrap .item {
	position: relative;
}

/* sc_cstList */
.sc_cstList {
	
}
.sc_cstList h3 span {
	width: 95px;
	background-position: 0 -320px;
}
.sc_cstList .cstList ul {
	
}
.sc_cstList .cstList li {
	position: relative;
	padding: 10px 86px 10px 16px;
}
.sc_cstList .cstList li:nth-child(odd){
	background: #f6f5f3;
}
.sc_cstList .cstList li .state {
	width: 52px;
	display: inline-block;
	font-size: 10px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	right: 16px; top: 50%;
	margin-top: -11px;
}
.sc_cstList .cstList li .state.ing { background: #23241c; }
.sc_cstList .cstList li .state.comp { background: #aaaaaa; }

.sc_cstList .cstList li .subject {
	font-size: 11px;
	line-height: 16px;
	color: #222;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sc_cstList .cstList li .data {
	font-family:'Lato','Rubik','NotoSansKR',Arial,AppleGothic,verdana,sans-serif;
	font-size: 10px;
	color: #808189;
	letter-spacing: 0;
}
.sc_cstList .pagination {
	padding: 24px 0;
}

/* --------------------------------------------
 * service
/* ------------------------------------------ */
/* sec_sellContent */
.sec_svcContent {
	
}
.sec_svcContent h3 {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding: 18px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
	color: #000;
	background: #fff;
}

/* svc_process */
.svc_pro li{
	margin:0 auto;
	padding:20px 10px;
	width:90%;
	border-bottom:1px solid #ddd;
}
.svc_pro li:last-child{
	border-bottom:none;
}
.svc_pro li dt{
	color:#000;
	font-weight:600;
}
.svc_pro li dt span{
	margin:5px 0;
	color:#136fac;
	font-size:1.3em;
	font-weight:600;
	display:block;
}
.svc_pro li dd{
	margin-top:5px;
}
.svc_process {
	margin-top:15px;
}
.svc_process .owl-carousel .owl-stage-outer {
	padding-bottom: 16px;
}
.svc_process .item {
	width: 311px; height: 370px;
	border-radius: 3px;
	background: #fff;
}
@media (max-width: 360px) {
	.svc_process .item { width: 296px; }
}
.svc_process .center .item {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
.svc_process .svc_box {
	position: relative;
	text-align: center;
}
.svc_process .svc_box .num {
	width: 36px; height: 36px;
	background: #33ccff;
	border-radius: 50%;
	position: absolute;
	top: 20px; left: 100px;
}
.svc_process .svc_box .num span {
	display: inline-block;
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
}
.svc_process .svc_box:before {
	content: '';
	width: 60px; height: 60px;
	display: inline-block;
	margin-top: 30px;
	border-radius:100%;
	background: url(/_img/mobile/meritRoll_circle.png) no-repeat;
}
.svc_process .svc_box.prc1:before {background-position:0 -60px;	background-color:#273054; }
.svc_process .svc_box.prc2:before {background-position:-60px -60px;	background-color:#146fac;}
.svc_process .svc_box.prc3:before {background-position:-120px -60px; background-color:#6aaaca;}
.svc_process .svc_box.prc4:before {background-position:-180px -60px; background-color:#b0ccdb;}




.svc_process .svc_box .tit {
	margin: 20px 0 16px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: -0.075em;
}
.svc_process .svc_box .tit span{
	color:#000;
	font-size:1.5em;
}
.svc_process .svc_box .tit p{
	margin-top:10px;
	font-size:0.9em;
}
.svc_process .svc_box .txt {
	max-width: 78%;
	margin: auto;
	font-size: 12px;
	line-height: 18px;
	color: #808189;
	word-break: keep-all;
}
@media (max-width: 360px) {
	.svc_process .svc_box .txt { max-width: 84%; }
}
.svc_process .svc_box .txt strong {
	display: inline-block;
	color: #2d2d36;
	margin-right: 4px;
	letter-spacing: -0.025em;
	font-weight: 600;
}
.svc_process .owl-theme .owl-dots {
	position: absolute;
	bottom: 46px; left: 0; right: 0;
}

/* svc_document */

.svc_document h3 span {
	width: 113px;
	background-position: 0 -15px;
}

.svc_document li {
	padding: 0 16px;
}
.svc_document li dl {
	position: relative;
	padding: 16px 0 16px 100px;
	border-top: 1px solid #efeff0;
}
.svc_document li:first-child dl {
	border: 0;
}
.svc_document li dt {
	position: absolute;
	left: 0; top: 18px;
	font-size: 12px;
	color: #222;
	font-weight: 700;
}
.svc_document li dd {
	font-size: 12px;
	color: #555;
	line-height: 1.6;
}



.service_wrap{
	margin:0 auto;
	width:90%;
	border-bottom:1px solid #ddd;
	background:url(/_img/subcon_title_character07.png) no-repeat right bottom;
	background-size:30%;
}
.service_wrap ul{
	margin-top:20px;
}
.service_wrap ul li{	
	float:left;
	border:1px solid #ddd;
	border-bottom:none;
	border-radius:5px 5px 0 0;	
}
.service_wrap ul li a{
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-weight:600;
	background:#fff;
	display:block;
	border-radius:5px 5px 0 0;	
}
.service_wrap ul li a.active{
	color:#fff;
	background:#136fac;
}
.service_wrap h2{
	color:#000;
	font-size:1.1em;
	letter-spacing:-0.075em;
	font-weight:600;
}
.service_wrap p{
	margin-top:10px;
	color:#293154;
	font-size:1.8em;
	font-weight:800;
	letter-spacing:-0.055em;
}
.service_wrap p span{color:#136fac;}

.service_wrap .service{
	margin-top:120px;
}





.cs_wrap{
	margin:0 auto;
	width:90%;
	height:100px;
	border-bottom:1px solid #ddd;
	background:url(/_img/subcon_title_character08.png) no-repeat right bottom;
	background-size:30%;
}
.cs_wrap h2{
	margin-top:10px;
	color:#777;
	font-size:1em;
	letter-spacing:-0.075em;
	font-weight:600;
}
.cs_wrap p{
	padding-top:10px;
	color:#293154;
	font-size:1.8em;
	font-weight:800;
}
.cs_wrap p span{
	color:#136fac;
}
.cs_btnBox{
	margin:20px auto;
	width:90%;
}
.cs_btnBox li{
	margin:10px 2%;
	width:46%;
	border-radius:5px;
	float:left;
}
.cs_btnBox li a{
	height:60px;
	line-height:60px;
	font-size:1.2em;
	font-weight:600;
	color:#000;
	text-align:center;
	background:#fff;
	box-shadow:3px 3px 0 rgba(0,0,0,0.1);
	border-radius:5px;
	border:1px solid #ddd;
	display:block;
}
.cs_btnBox li:last-child{
	width:96%;
}
.cs_btnBox li:last-child a{
	color:#fff;
	background:#136fac;
	border:1px solid #0066ab;
	box-shadow:3px 3px 0 rgba(19,111,172,0.2);
}











/* --------------------------------------------
 * review
/* ------------------------------------------ */
.sec_reviewContent {
	
}
.sec_reviewContent.sec1 {
	margin-top:100px;
	background: #fff;
}
/* review_list */
.review_list {
	position: relative;
	padding-bottom: 32px;
}

/* review_view */
.review_view {
	
}
.review_view .tit .cate span,
.review_view .data {
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
	letter-spacing: 0;
}
.review_view .tit {
	padding: 32px 16px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.review_view .tit .cate {
	margin-bottom: 12px;
}
.review_view .tit .cate span {
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background: #85ac67;
	padding: 0 12px;
	line-height: 22px;
	font-weight: 500;
	border-radius: 2em;
}
.review_view .tit h4 {
	font-size: 20px;
	line-height: 1.25;
}
.review_view .data {
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}

.review_view .con {
	
}
.review_view .con .img img {
	max-width: 100%;
}
.review_view .con .txt {
	padding: 32px;
	line-height: 1.6;
	font-size: 14px;
	color: #555;
}

.review_view .btn {
	padding: 0 16px 32px;
}
.review_view .btn a {
	display: block;
	font-size: 14px;
	border: 1px solid #85ac67;
	color: #fff;
	text-align: center;
	line-height: 50px;
	letter-spacing: 0;
	border-radius: 2px;
	background:#85ac67;
}

/* --------------------------------------------
 * CS
/* ------------------------------------------ */
.sec_faqContent {
	
}
.sec_noticeContent .btnWrite{
	margin:0 auto;
	width:95%;
	height:50px;
	line-height:50px;
	font-size:1.3em;
	font-weight:600;
	text-align:center;
	border:1px solid #ddd;
	border-radius:5px;
}
.board_list {
}
.board_list ul {
	/* border-bottom: 1px solid #dfe0e4; */
}
.board_list li .qusetion_article {
	position: relative;
	background: #fff;
	border-top: 1px solid #ededee;
	padding-right: 16px;
}
.board_list li:first-child .qusetion_article {
	border-top: 0;
}
.board_list li.active .qusetion_article {
	background: #f6f6f8;
}
.board_list li .qusetion_article a {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 20px 65px 20px 44px;
	color: #222;
}
.board_list li .qusetion_article a:before,
.board_list li .qusetion_article a:after {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	width: 7px;
	height: 2px;
	background-color: #808189;
	content: '';
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.board_list li.active .qusetion_article a:before,
.board_list li.active .qusetion_article a:after {
	background-color: #2d2d36;
}
.board_list li .qusetion_article a:before {
	right: 0px;
	height: 2px;
}
.board_list li .qusetion_article a:after {
	right: 4px;
	height: 2px;
}
.board_list li .qusetion_article a:after,
.board_list li.active .qusetion_article a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.board_list li .qusetion_article a:before,
.board_list li.active .qusetion_article a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.board_list li .answer_article {
	background: #f6f6f8;
	padding: 16px;
	font-size: 12px;
	line-height: 18px;
	color: #6a6c73;
}
.board_list li .answer_article p img{
	width:100% !important;
	height:auto !important;
}

/* faq */
.board_list.faq_board li .qusetion_article:before {
	content: 'Q.';
	width: 22px; height: 24px;
	display: inline-block;
	font-size: 20px;
	color: #136fac;
	font-family: 'Rubik','Lato','NotoSansKR',Arial,AppleGothic,verdana,sans-serif;
	font-weight: 500;
	line-height: 24px;
	position: absolute;
	top: 50%; left: 16px;
	margin-top: -12px;
}
/* notice */
.notice_board{
}
.board_list.notice_board{
	margin-top:5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.board_list.notice_board li .qusetion_article:before {
	content: '공지';
	height: 22px;
	display: inline-block;
	font-size: 14px;
	font-family: 'Rubik','Lato','NotoSansKR',Arial,AppleGothic,verdana,sans-serif;
	font-weight: 700;
	line-height: 24px;
	position: absolute;
	top: 50%; left: 16px;
	margin-top: -11px;
}
.board_list.notice_board li .qusetion_article a {
	padding: 20px 65px 20px 54px;
}

/* --------------------------------------------
 * Q&A
/* ------------------------------------------ */
.qna_title p span,.qna_write button.submit span {
	display: inline-block;
	text-indent: -99999em;
	overflow: hidden;
	
	background: url(/_img/mobile/qna_170502.png) no-repeat;
	-webkit-background-size: 300px 150px;
	-moz-background-size: 300px 150px;
	-o-background-size: 300px 150px;
	background-size: 300px 150px;
}

.sec_qnaContent {
	background: #f5f5f7;
}
.sec_qnaContent.sec2 {
	padding: 0 16px 0;
	position: relative;
}
.sec_qnaContent.sec2:before {
	content: '';
	display: block;
	background: #f8f8f9;
	border: 2px solid #d2d2d6;
	position: absolute;
	top: -10px; left: 25px; right: 25px; bottom: 0;
	z-index: 2;
}
.sec_qnaContent.sec2:after {
	content: '';
	display: block;
	background: #f6f6f8;
	border: 2px solid #e9e9ec;
	position: absolute;
	top: -20px; left: 34px; right: 34px; bottom: 0;
	z-index: 1;
}

/* qna_title */
.qna_title {
	padding: 30px 0 46px;
}
.qna_title p {
	text-align: center;
	line-height: 1;
}
.qna_title p.txt1 {
	margin: 20px 0 15px;
}
.qna_title p.icon span {
	width: 45px; height: 52px;
	background-position: 0 0;
}
.qna_title p.txt1 span {
	width: 233px; height: 52px;
	background-position: 0 -52px;
}
.qna_title p.txt2 span {
	width: 224px; height: 12px;
	background-position: 0 -104px;
}

/* qna_write */
.qna_write {
	position: relative;
	background: #fff;
	border: 2px solid #808189;
	border-bottom: 0;
	padding: 24px 24px;
	z-index: 10;
}
.qna_form ul {
	margin: 1px 0 0 1px;
}
.qna_form ul li .selectWrap_st2,
.qna_form ul li .inputWrap_st2,
.qna_form ul li .textareaWrap_st1 {
	margin: -1px 0 0 -1px;
}

.qna_write button.submit {
	display: block;
	width: 100%;
	background: #456cea;
	border: 2px solid #3257e5;
	padding: 22px 0;
	line-height: 20px;
	text-align: center;
	margin-top: 20px;
}
.qna_write button.submit span {
	width: 128px; height: 20px;
	background-position: 0 -116px;
}



.news_wrap a{width:100%; height:100px; border-bottom:1px solid #ddd; position:relative; display:block;}
.news_wrap a .photo{left:10px; top:10px; width:80px; height:80px; position:absolute;}
.news_wrap a .photo img{width:100%; height:100%; border:1px solid #ddd;}
.news_wrap a .tit{padding:20px; font-size:1.2em; font-weight:600;}
.news_wrap a .tit .txt{white-space: normal; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news_wrap a .tit p{margin-top:10px; font-size:0.8em; color:#666;}
.news_wrap a:after{
	content:'';
	top:43px;
	right:10px;
	width:8px;
	height:14px;
	background:url(/_img/mobile/list_arrow.png) no-repeat;
	position:absolute;
}

.news_wrap li{margin:10px 2%; padding:30px; width:96%; border:1px solid #ddd; border-radius:10px; float:left;}
.news_wrap li img{width:100%; border-radius:10px;}
.news_wrap li h2{margin:10px 0;font-size:18px; font-weight:600;}
.news_wrap li p{height:80px; overflow:hidden; text-overflow:ellipsis;}
.news_wrap .more_btn{margin-top:10px; padding:10px; text-align:center; border-radius:5px; color:#fff; background:#136fac; display:block;}


.qna_passWrap{
	margin:0 auto;
	width:90%;
}
.qna_passWrap h3{
	font-size:16px;
	font-weight:600;
	line-height:30px;
	border-bottom:2px solid #333;
}
.qna_passWrap .passBox{
	padding: 30px;
	margin: 10px auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f6f6f6;
}
.qna_passWrap .passBox .pBox .pTxt {
	margin-top: 10px;
}
.qna_passWrap .passBox .pBox .pTxt input {
	border: 1px solid #DEDEDE;
	width: 100%;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
}
.qna_passWrap .pBtn{margin:10px 0;}
.qna_passWrap .pBtn button.btnSubmit {
	width: 80px;
	float: right;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border-radius: 5px;
	cursor: pointer;
}
.qna_passWrap .pBtn a.btnCancel {
	width: 80px;
	display: block;
	float: right;
	background: #999;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	border-radius: 5px;
	margin-right: 10px;
}



.tvzone_wrap .post{
	margin:5px 1%;
	padding:10px;
	width:48%;
	height:150px;
	border:1px solid #ddd;
	float:left;
	border-radius:10px;
}
.tvzone_wrap .post h3{
	margin-top:10px;
	font-weight:600;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.tvzone_wrap .post img{
	height:100px;
}
.youtube_wrap{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0.5;
	z-index:9000;
	display:block;
	background:#000;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'
}
.tvBox{
	position:fixed;
	left:50%;
	top:20%;
	width:60%;
	height:60%;
	margin-left:-30%;
	z-index:9900;
	border-radius:10px;
	padding:20px;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background: #000;
}
.tvBox .close{
	position:absolute;
	right:0;
	top:0;
	margin-top:-15px;
	margin-right:-15px;
	cursor:pointer;
}
.tvBox .close span{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
	text-align:center;
	background:#1671A9;
	color:#fff;
	border-radius:50%;
}
.tvBox .play{
	width:100%;
	height:100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	background:#000;
}

.event_wrap{margin-top:20px;background: #fff;}
.event_wrap ul li{
	margin: 3px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.event_wrap ul li a {
	display: block;
}
.event_wrap ul li .photo {
	width: 100%;
	overflow: hidden;
}
.event_wrap ul li .txt {
	width: 100%;
	padding: 15px 15px 0;
}
.event_wrap ul li .flag {
	position: absolute;
	bottom: 11px; right: 15px;
}
.event_wrap ul li .flag span {
	display: inline-block;
	width: 80px; height: 22px;
}
.event_wrap ul li .flag span.going {
	background:url(/_img/flag_going.png) no-repeat;
}
.event_wrap ul li .flag span.end {
	background:url(/_img/flag_end.png) no-repeat;
}
.event_wrap ul li .flag span.standby {
	background:url(/_img/flag_standby.png) no-repeat;
}
.event_wrap ul li .subject {
	font-family: 'NanumBarunGothicBold', 'NanumBarunGothic', sans-serif;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: -0.75px;
}
.event_wrap ul li .data {
	color: #999;
	font-size: 12px;
	line-height: 45px;
	margin-top: 15px;
	border-top: 1px solid #F3F3F3;
}
.event_wrap ul li.noCon {
	font-family: 'Raleway', 'NanumBarunGothic', sans-serif;
	width: 766px;
	line-height: 144px;
	float: none;
	font-weight: bold;
	font-size: 30px;
	color: #555;
	text-align: center;
}
.event_wrap ul li.noCon:hover {
	border: 2px solid #f6f6f6;
}
.event_wrap .event_board{
	margin: 20px auto;
	width: 90%;
}
.event_wrap .event_board .listBtn a{
	margin-top:10px;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:1.2em;
	color:#666;
	border:1px solid #aaa;
	border-radius:5px;
	display:block;
}




.msell_ct{
	padding:0 20px !important;
}
.msell_ct .reviewImg{
	margin:0 auto;
	width:84%;
	height:140px;
	text-align:right;
	background-color:#cedae2;
}
.msell_ct .reviewImg img{
	width:auto;
	height:140px;
}
.msell_ct .reviewTit{
	margin:10px auto 5px;
	width:84%;
	font-size:1.5em;
	font-weight:600;
	color:#000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.msell_ct p{
	margin:0 auto 10px;
	width:84%;
	height:42px;
	overflow:hidden;
	text-overflow:ellipsis;
}



/**/

.sec2{position:relative;position: relative;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	    margin: 0 16px;
	}

.sec2 h2{font-size: 1.52em; color: #222; text-align: center; padding-top: 20px;}
.sec2 h2:after{content:''; margin:15px auto; width:30px; height:3px; background:#136fac; display:block;}


.timeline {position:absolute;left:50%;top:115px;width:4px;height:80%;background:#ededed; margin-left:-0.5%; overflow:hidden;}
.timeline .bar_bg {position:absolute;left:0;top:0;width:100%;height:0;background:#fed804;height:100%;}

.main_serviceWrap{
	width:100%;
	height: 280px;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-image: url(/_img/service_bg.png);
	background-size: cover;
	text-align: center;
	overflow:hidden;
}
.main_serviceWrap .main_service{margin:0 auto;padding: 35px 15px 0;font-size: 1.2em;line-height:1;color:#fff;}
.main_serviceWrap .main_service h1{margin: 10px 0;font-weight:500;}
.main_serviceWrap .main_service h3{color:#bd9342;}
.main_serviceWrap .main_service h5{font-weight:200;color:#c5c5c5;margin-bottom: 15px;line-height: 1.4em;}
.main_serviceWrap .main_service ul{}
.main_serviceWrap .main_service ul li{width: 30%;float:left;}
.main_serviceWrap .main_service ul li:nth-child(2){margin:0 5%;}
.main_serviceWrap .main_service ul li a{padding-top:15px;width: 100%;height: 100px;line-height: 44px;color:#fff;border-radius:3px;display:block;}
.main_serviceWrap .main_service ul li a i{width:100%;height: 45px;display:block;}
.main_serviceWrap .main_service ul li a i.icon01{background:url(/_img/service_icon01_off.png) no-repeat center center;background-size:auto 100%;}
.main_serviceWrap .main_service ul li a i.icon02{background:url(/_img/service_icon02_off.png) no-repeat center center;background-size:auto 100%;}
.main_serviceWrap .main_service ul li a i.icon03{background:url(/_img/service_icon03_off.png) no-repeat center center;background-size:auto 100%;}
.main_serviceWrap .main_service ul li a:hover{font-weight:500; background:#fff;}
.main_serviceWrap .main_service ul li a:hover i.icon01{background:url(/_img/service_icon01_on.png) no-repeat center center;background-size:auto 100%;}
.main_serviceWrap .main_service ul li a:hover i.icon02{background:url(/_img/service_icon02_on.png) no-repeat center center;background-size:auto 100%;}
.main_serviceWrap .main_service ul li a:hover i.icon03{background:url(/_img/service_icon03_on.png) no-repeat center center;background-size:auto 100%;}


.main_contentWrap{margin: 0 auto;}
.main_contentWrap h2{margin-bottom: 7px;height: 30px;line-height: 30px;font-size: 1.4em;font-weight:800;color: #000;font-family:'Nanum Gothic';}
.main_contentWrap .newsBox{margin: 15px auto;padding: 20px;width: 90%;background: #fff;border-radius: 5px;border: 1px solid #ddd;}
.main_contentWrap .newsBox a{color: #000;display:block;}
.main_contentWrap .newsBox dl{border-radius:5px;}
.main_contentWrap .newsBox dt{width: 100%;font-size: 0.9em;font-weight: 600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.main_contentWrap .newsBox dd{margin-top: 5px;font-weight:300;height: 36px;line-height: 18px;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webdit-box;width: 100%;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.main_contentWrap .newsBox button.slick-arrow{top: -22px;width: 30px;height: 30px;}
.main_contentWrap .newsBox button.slick-prev{left: auto;right: 35px;background:url(/_img/btn_arrow02.png) no-repeat;background-size: cover;}
.main_contentWrap .newsBox button.slick-next{right: 0;background:url(/_img/btn_arrow03.png) no-repeat;background-size: cover;}
.main_contentWrap .newsBox .slick-prev:before, .main_contentWrap .newsBox .slick-next:before{content:'' !important;}

.main_contentWrap .infoBox{margin:0 auto 20px; width:90%; color: #fff;}
.main_contentWrap .infoBox .officeBox{width: 100%;background: #333;font-size: 1.2em;border-radius: 5px;padding: 20px;}
.main_contentWrap .infoBox .officeBox h3{margin-top:10px;font-family: 'Nanum Gothic';font-weight: 600;font-size:1.4em;}
.main_contentWrap .infoBox .officeBox dl{padding: 10px 0;width:100%;border-bottom:1px dotted #aaa;}
.main_contentWrap .infoBox .officeBox dt{width: 20%;text-align:center;float:left;}
.main_contentWrap .infoBox .officeBox dt img{width:50px;}
.main_contentWrap .infoBox .officeBox dd{padding-left: 10px;width:80%;float:left;}
.main_contentWrap .infoBox .officeBox dd b{margin:-7px 0 0 5px;font-size:1.5em;letter-spacing: -0.06em;font-weight: 600;display:inline-block;}
.main_contentWrap .infoBox .officeBox dd p{line-height: 1.8em;font-weight:400;}
.main_contentWrap .infoBox .officeBox .callBox{padding: 10px 0 0;}
.main_contentWrap .infoBox .officeBox .callBox p{line-height:2em;letter-spacing: -0.05em;}
.main_contentWrap .infoBox .officeBox .callBox p span{margin: -3px 0 0 10px;font-size:1.6em;display:inline-block;}
.main_contentWrap .infoBox .officeBox .callBox a{color:#fff;}

/* article_csTab */
.article_csTab{
	padding: 10px;
}
.article_csTab.half li{
	width:50% !important;
}
.article_csTab li {
	margin-right:-1px;
	margin-bottom:-1px;
	width: 33.33%;
	float: left;
}
.article_csTab li a {
	width:100%;
	height:40px;
	line-height:40px;
	color:#999;
	text-align:center;
	display:block;
	border:1px solid #ddd;
	position:relative;
}
.article_csTab li.active a {
	color: #cf000d;
	border:1px solid #cf000d;
	z-index:1;
}



.sub_contentWrap .infoWrap{
	width: 100%;
	float:right;
}
.sub_contentWrap .infoWrap .infoTxt{
	padding:0 15px;
	color: #000;
}
.sub_contentWrap .infoWrap .infoTxt h1{
	padding: 20px;
	font-weight:600;
	font-size: 1.3em;
	font-family:'Nanum Gothic';
	line-height:1.5em;
	background:#eee;
}
.sub_contentWrap .infoWrap .infoTxt h2{
	padding: 10px 0;
	font-size: 1.7em;
	font-weight:600;
	font-family:'Nanum Gothic';
}
.sub_contentWrap .infoWrap .infoTxt dl{
	margin: 10px 0;
}
.sub_contentWrap .infoWrap .infoTxt dt{
	font-size: 1.2em;
	font-weight:600;
	line-height: 40px;
	border-bottom:1px solid #ccc;
}
.sub_contentWrap .infoWrap .infoTxt dt .box_red{
	margin-right: 5px;
	width: 40px;
	height: 40px;
	text-align:center;
	font-size: 0.7em;
	color:#fff;
	background:#cf000d;
	display:inline-block;
}
.sub_contentWrap .infoWrap .infoTxt dd{
	line-height: 1.2em;
	font-weight: 300;
}
.sub_contentWrap .infoWrap .infoTxt p{
	font-size: 16px;
	margin-bottom: 50px;
}
.sub_contentWrap .infoWrap .infoTxt p b{
	margin:10px 0;
	font-weight:600 !important;
	display:block;
}
.sub_contentWrap .infoWrap .history dt{
	width:20%;
	font-size:1.6em;
	font-weight:500;
	border-top:1px solid #cf000d;
	border-bottom:none;
	float:left;
}
.sub_contentWrap .infoWrap .history dd{
	width:80%;
	font-size:1.1em;
	border-top:1px solid #ddd;
	float:left;
}
.sub_contentWrap .infoWrap .history dd span{
	padding:10px 0;
	display:block;
}

/**********제품소개*********/
.productWrap > p{
	font-size: 1.3em;
	font-family:'Nanum Gothic';
	font-weight:600;
	line-height: 1.4em;
	color:#000;
	position:relative;
	margin: 10px auto;
	width: 90%;
}
.productWrap > p span{
	color:#666;
}
.productWrap > p em{
	color:#cf000d;
	font-weight:600;
}
.productWrap .infoBox01{
	margin:0 auto;
	width:90%;
	text-align:center;
	border:1px solid #ddd;
	position:relative;
}
.productWrap .infoBox01 img{
	width:286px;
}
.productWrap .infoBox01 p{
	left:0;
	right:0;
	bottom: 10px;
	width:100%;
	color: #ff7200;
	position:absolute;
}
.productWrap .infoBox02 .table_5 td {
    border: solid 1px #d9d9d9;
    border-top: 0px;
    border-left: 0px;
}
.productWrap h3{
	margin-top: 15px;
	padding-left: 20px;
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1em;
	color: #000;
	position:relative;
}
.productWrap h3:before{
	content:'·';
	left: 0px;
	font-size: 40px;
	color:#cf000d;
	position:absolute;
}
.productWrap h4{
	margin: 5px;
	font-size: 1.2em;
	font-weight: 300;
}
.productWrap h5{
	margin:10px 0;
	font-size: 1.1em;
	line-height:2em;
}
.productWrap img{
	width:100%;
}
.productWrap .infoBox02 ul li{
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: 300;
	color:#777;
}
.productWrap .infoBox03 dl{
	padding: 20px;
	margin: 12px auto;
	border:1px solid #ddd;
}
.productWrap .infoBox03 dt{
	width: 100%;
	text-align:center;
	float:left;
}
.productWrap .infoBox03 dt img{
	width:80%;
}
.productWrap .infoBox03 dd{
	width: 100%;
	font-size: 1.1em;
	line-height:1.6em;
	float:left;
}
.productWrap .infoBox03 dd li{
	margin: 10px 0 0;
	font-weight: 300;
	font-size: 0.9em;
}
.productWrap .infoBox03 dt li{
	text-align:center;
	float:left;
}
.productWrap .infoBox03 dt li span{
	padding: 2px;
	text-align: center;
	line-height: 1;
	margin-top:5px;
	display:block;
}
.productWrap .infoBox04{
	margin: 20px auto 0;
	width: 90%;
	background:url(/_img/product/sub_bg01.jpg) no-repeat center center;
	background-size: 50% auto;
}
.productWrap .infoBox04 li{
	padding-top: 10px;
	width:50%;
	height: 160px;
	background: rgba(255,255,255,0.3);
	float:left;
	position:relative;
}
.productWrap .infoBox04 li:before{
	content:'';
	top:0;
	width:20px;
	height:3px;
	background:#cf000d;
	display:block;
	position:absolute;
}
.productWrap .infoBox04 li:nth-child(even):before{
	right:0;
}
.productWrap .infoBox04 li:nth-child(even){
	text-align:right;
}
.productWrap .infoBox04 li p{
	padding-bottom: 8px;
	line-height: 1.1em;
	color: #000;
}
.productWrap .infoBox05 h3{
	margin-bottom:10px;
	color:#000;
}
.productWrap .infoBox05 li{
	margin: 5px 1%;
	width: 48%;
	text-align:center;
	float:left;
}
.productWrap .infoBox05 li p{
	margin-top: 5px;
	color: #000;
	font-size: 1.2em;
	font-weight:500;
}
.productWrap .infoBox05 li span{
	line-height:1em;
	color:#555;
}
.productWrap .infoBox06 h1{
	margin:15px auto;
	color:#000;
	font-size:1.5em;
	font-family:'Nanum Gothic';
	font-weight:600;
	text-align:center;
	line-height:1.3em;
}
.productWrap .infoBox06 h1 span{
	color:#cf000d;
}
.productWrap .infoBox06 p{
	padding: 10px 0;
}

.productWrap .infoBox07 h3{
	line-height: 1.3em;
	color: #000;
	margin-bottom: 10px;
}
.productWrap .infoBox07 li{
	width: 100%;
	float:left;
}
.productWrap .infoBox07 p{
	padding:20px 0;
	color: #000;
	font-size: 1.2em;
}
.productWrap .infoBox05,
.productWrap .infoBox06,
.productWrap .infoBox07,
.productWrap .infoBox08,
.productWrap .infoBox09,
.productWrap .infoBox10,
.productWrap .infoBox11,
.productWrap .infoBox12,
.productWrap .infoBox14,
.productWrap .infoBox15,
.productWrap .divison{
	margin:10px auto;
	width:90%;
}
.productWrap .infoBox09 li{
	padding:0 5px;
	width:50%;
	font-size:10px;
	text-align:center;
	float:left;
}
.productWrap .infoBox09 li img{
	width:134px;
	height:190px;
}
.productWrap .infoBox09 li p{
	margin:10px auto 20px;
}
.productWrap .infoBox10 li{
	width: 100%;
	float: left;
}
.productWrap .infoBox10 ul{
	margin:10px 0;
}
.productWrap .infoBox10 li p{
	line-height:2em;
}
.productWrap .infoBox11 dt{
	font-size:18px;
	line-height:3em;
}
.productWrap .infoBox13 ul li{
	width:50%;
	float:left;
}
.productWrap .infoBox13 ul li p{
	padding:0 10px;
}
.productWrap .infoBox14 ul li,
.productWrap .infoBox15 ul li{
	padding:0 5px;
	margin:20px auto;
	width:50%;
	line-height:2em;
	float:left;
}
.productWrap .infoBox15 ul li span{
	font-size: 1.3em;
	font-weight:600;
	color: #222;
	line-height:2em;
	display:block;
}
.productWrap .infoBox15 ul li b{
	padding:5px 0;
	font-size: 1.1em;
	font-weight:500;
	line-height: 1.1em;
	display:block;
}
.productWrap .infoBox15 ul li p{
	font-weight: 300;
	line-height: 1.2em;
	color:#666;
}
.productWrap .divison ul li{
	margin-top:10px;
	text-align:center;
	float:left;
}
.productWrap .divison ul li p{
	padding:10px 0;
	line-height:1.2em;
	color:#444;
}
.productWrap .divison ul li p b{
	margin-bottom:5px;
	width:100%;
	font-size:1.1em;
	color:#000;
	font-weight:600;
	display:block;
}
.productWrap .divison03 ul li{
	width:33%;
}
.productWrap .divison03 ul li:nth-child(3n+2){
	margin:10px 0.5% 0;
}
.productWrap .divison03 .txt01{
	font-size:1.1em;
}
.productWrap .divison03 h3{
	margin-bottom:10px;
}
.productWrap .divison03 h3 span{
	margin-top:5px;
	font-size:0.6em;
	color:#666;
	display:block;
}
.productWrap .divison03 dl{
	padding: 0 5px;
}
.productWrap .divison03 dl dt{
	padding: 15px;
	border-bottom:2px dashed #ffb2b6;
}
.productWrap .divison03 dl dt img{
	width:80%;
	height:auto;
}
.productWrap .divison03 dl dd{
	padding: 10px;
	text-align:left;
	line-height:1.2em;
	word-break: normal;
	min-height: 110px;
	color:#555;
}
.productWrap .divison04 ul li{
	width:48%;
}
.productWrap .divison04 ul li:nth-child(odd){
	margin-right:4%;
}
.productWrap .divison05 ul li:nth-child(-n+4){
	margin-right:1%;
}
.productWrap .divison05 ul li{
	width:19%;
}
.productWrap .divison06 ul li{
	width:16.25%;
}
.productWrap .divison06 ul li:nth-child(-n+5){
	margin-right:0.5%;
}




















.sub_visualWrap{
	width:100%;
	position:relative;
}
.sub_visualWrap .visualBg{
	height: 200px;
	background-attachment:fixed;
	background-repeat:no-repeat;
	overflow:hidden;
}
.sub_visualWrap .visualBg img{
	width: 150%;
	-webkit-animation: visualZoom 9s linear forwards;
	animation: visualZoom 9s linear forwards;
}

.sub_visualWrap .visualBg span{
	top: 85px;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	font-size: 2em;
	line-height:1em;
	color:#fff;
	text-align:center;
	position:absolute;
}
.sub_visualWrap .visualBg span b{
	font-size:0.6em;
	font-weight:300;
	line-height:2em;
	color:rgba(255,255,255,0.5);
	letter-spacing:0.7em;
	display:block;
}
.sub_visualWrap .line{
	left:45%;
	transform:translateX(-45%);
	bottom: -3px;
	width: 10%;
	height: 6px;
	background:#700619;
	position:absolute;
	z-index:999;

	-webkit-animation: visualLine 3s linear forwards;
	animation: visualLine 3s linear forwards;
}

@keyframes visualZoom {
    100%{
	  -webkit-transform: scale(1.2) rotate(0.01deg);
      transform: scale(1.2) rotate(0.01deg);
    }
}

@-webkit-keyframes visualZoom {
    100%{
	  -webkit-transform: scale(1.2) rotate(0.01deg);
      transform: scale(1.2) rotate(0.01deg);
    }
}
@keyframes visualLine {
    100%{
	 -webkit-transform: scaleX(8.5);
      transform: scaleX(8.5);
    }
}

@-webkit-keyframes visualLine {
    100%{
	  -webkit-transform: scaleX(8.5);
      transform: scaleX(8.5);
    }
}


.sub_contentWrap .infoBox01 h1{
	margin-bottom: 20px;
	padding: 10px;
	font-size: 1.3em;
	font-family:'Nanum Myeongjo', sans-serif;
	line-height: 1.2em;
	color:#fff;
	background:#bd9342;
	border-radius:0 100px 100px 0;
}
.sub_contentWrap .infoBox01 dt{
	width: 100%;
}
.sub_contentWrap .infoBox01 dl b{
	color:#000;
	font-weight:600;
}
.sub_contentWrap .infoBox01 dd{
	width: 100%;
	padding-bottom: 50px;
	background: url(/_img/mobile/logo_gray.png) no-repeat bottom right;
	background-size: auto 50px;
}
.sub_contentWrap .infoBox01 p{
	line-height: 1.3em;
	font-size: 0.9em;
}
.sub_contentWrap .infoBox02,
.sub_contentWrap .infoBox03{
	margin:0 auto;
	width:90%;
	color: #000;
	line-height:1.9em;
}
.sub_contentWrap .infoBox02 b{
	font-size: 1.4em;
	font-family:'Nanum Myeongjo', sans-serif;
	color:#bd9342;
	line-height: 1em;
	display: inline-block;
}
.sub_contentWrap .infoBox02 span{
	font-weight:600;
	color:#000;
}



.sub_contentWrap .memberBox dl{
	margin: 0 auto 15px;
	padding: 30px;
	width: 100%;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.sub_contentWrap .memberBox dl dt{
	width: 100%;
	height: 250px;
	background:#eee;
	position:relative;
}
.sub_contentWrap .memberBox dl dt.mb01{
	background: url(/_img/member01.png) no-repeat center center;
	background-size: auto 100%;
}
.sub_contentWrap .memberBox dl dt.mb02{
	background:url(/_img/member02.png) no-repeat center center;
	background-size: auto 100%;
}
.sub_contentWrap .memberBox dl dt.mb03{
	background:url(/_img/member03.png) no-repeat center center;
	background-size: auto 100%;
}
.sub_contentWrap .memberBox dl dt.mb04{
	background:url(/_img/member04.png) no-repeat center center;
	background-size: auto 100%;
}
.sub_contentWrap .memberBox dl dt.mb05{
	background:url(/_img/member05.png) no-repeat center center;
	background-size: auto 100%;
}
.sub_contentWrap .memberBox dl dt i{
	display:none;
}
.sub_contentWrap .memberBox dl dd{
	margin: 20px auto;
	width: 100%;
	font-size: 0.8em;
	color:#555;
	float:left;
}
.sub_contentWrap .memberBox dl dd h1{
	padding-left: 10px;
	font-family:'Nanum Myeongjo', sans-serif;
	color:#222;
	line-height:0.8em;
	border-left:3px solid #700619;
	display:block;
}
.sub_contentWrap .memberBox dl dd h1 span{
	margin-left:10px;
	padding:0 10px;
	font-size:0.6em;
	color:#fff;
	background:#bd9342;
	display:inline-block;
}
.sub_contentWrap .memberBox dl dd h3{
	padding: 20px 0 5px 10px;
	color:#000;
	font-weight:600;
}
.sub_contentWrap .memberBox dl dd p{
	padding-left: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-family:'cwTeXHei', sans-serif;
}

.sub_contentWrap .workTab ul li{
	width: 29.3333%;
	float:left;
	margin: 0 2%;
}

.sub_contentWrap .workTab ul li a{
	width:100%;
	height: 40px;
	line-height: 40px;
	color:#fff;
	font-size: 1.2em;
	text-align:center;
	display:block;
	background:#bd9342;
	position:relative;
}

.sub_contentWrap .workTab ul li a.active{
	border: 2px solid #bd9242;
	line-height: 36px;
	color: #333333;
	background:#fff;
}
.sub_contentWrap .workWrap{
	margin: 20px auto;
	width:100%;
}
.sub_contentWrap .workWrap .workBox{
	padding: 30px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.sub_contentWrap .workWrap .workBox h1{
	font-family:'Nanum Myeongjo', sans-serif;
	text-align:center;
	font-weight:600;
	color:#bd4259;
}
.sub_contentWrap .workWrap .workBox p{
	margin-top: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 300;
	font-family:'cwTeXHei', sans-serif;
	color:#444;
}
.sub_contentWrap .workWrap .workList{
	padding: 25px;
	background:url(/_img/work_bg.png) no-repeat right bottom;
	background-size:auto 250px;
}
.sub_contentWrap .workWrap .workList dl dt{
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: 600;
	color:#700619;
}
.sub_contentWrap .workWrap .workList dl dd{
	margin-left: 20px;
}
.sub_contentWrap .workWrap .workList dl dd li{
	padding: 5px;
	list-style-image:url(/_img/list_icon.png);
}

.sub_contentWrap.mapWrap h1{
	margin:0 auto;
	width: 80%;
	line-height: 40px;
	font-size: 1.3em;
	color:#fff;
	text-align:center;
	background:#bd9342;
	position:relative;
	border-radius:70px;
	z-index:1;
}
.sub_contentWrap.mapWrap .innerSub{
	margin-top:-25px;
	padding: 20px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}
.sub_contentWrap.mapWrap .mapBox{
	width:100%;
	height: 200px;
	background:url(/_img/map_img.png) no-repeat center center;
	background-size:200% auto;
	overflow:hidden;
	margin: 15px 0;
}
.sub_contentWrap.mapWrap .txt{
	color:#333;
}
.sub_contentWrap.mapWrap .txt span{
	margin:10px 10px 10px 0;
	width:70px;
	line-height:26px;
	font-size:1.1em;
	color:#fff;
	text-align:center;
	background:#700619;
	display: block;
}
.consultSub h2{
	margin:20px 0 10px;
	font-size:1.1em;
}
.sub_consultWrap .tit{
	font-size:18px;
	text-align:center;
}
.sub_contentWrap .consult td{
	padding: 5px 0;
}
.sub_contentWrap .consult td input{
	padding:0 15px;
	width:100%;
	height:46px;
	border:1px solid #ddd;
	border-radius:5px;
}
.sub_contentWrap .consult td textarea{
	padding:15px;
	width:100%;
	height:200px;
	border:1px solid #ddd;
	border-radius:5px;
}
.sub_contentWrap .consult .agree a{
	margin-left: 5px;
	display:inline-block;
}
.sub_contentWrap .consult button{
	margin-top: 10px;
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.4em;
	border-radius: 40px;
	color:#fff;
	background:#700619;
}
.inquiry_board h2{
	margin:20px auto;
	font-weight:600;
	text-align:center;
	color:#000;
}
.sec_newsContent .sec_wrap{
	margin-top:20px;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
}