<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* --------------------------------------------
 * 공통
/* ------------------------------------------ */
/* article_count */
.article_count li {
	width: 33.333333%;
	float: left;
	text-align: center;
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
}
.article_count li .tit {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.article_count li .count {
	color: #878787;
	font-size: 86px;
	line-height: 1;
	letter-spacing: -0.05em;
	font-weight: 300;
	margin: 25px 0 15px;
}
.article_count li.c_total .count {
	color: #33ccff;
}
.article_count li .desc {
	font-size: 18px;
	line-height: 26px;
	color: #878787;
	letter-spacing: -0.05em;
}
/* article_visualTit */
.article_visualTit {
	width: 100%; height: 390px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#sec_service .article_visualTit { background-image: url(/_img/visualTit_bg1.png); }
#sec_review .article_visualTit { background-image: url(/_img/visualTit_bg2.png); }
#sec_sell .article_visualTit { background-image: url(/_img/visualTit_bg3.png); }
#sec_cs .article_visualTit { background-image: url(/_img/visualTit_bg4.png); }

.article_visualTit h2,
.article_visualTit p {
	font-size: 48px;
	line-height: 68px;
	letter-spacing: 0.2em;
}
.article_visualTit h2 {
	font-weight: 900;
	color: #33ccff;
	padding-top: 177px;
}
.article_visualTit p {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
}


/* --------------------------------------------
 * main
/* ------------------------------------------ */
#sec_main {
	
}
/* article_mVisual */
#sec_main .article_mVisual {
	width: 100%; height: 660px;
	position: relative;
	background: url(/_img/mVisual_bg.jpg) no-repeat center center;
	/*background: url(/_img/mVisual_bg_st.jpg) no-repeat center bottom;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.article_mVisual .center_cont {
	padding-top:180px;
	width:1200px;
	margin:auto;
}
.article_mVisual .txtArea {
	padding-top:150px;
	width:600px;
	float:right;
	/* position: absolute; */
	/* top: 180px; left: 0; right: 0; */
	text-align: center;
}
.article_mVisual .txtArea h2 {
	font-size: 42px;
	/*line-height: 50px;*/
	margin-bottom:30px;
	color: #fff;
	font-weight: 900;
	/*letter-spacing: -0.05em;*/
}
.article_mVisual .txtArea p.txt_st1 {
	font-size: 20px;
	margin-bottom:30px;
	font-weight: 900;
	letter-spacing: 0.2em;
	color: #33ccff;
}
.article_mVisual .txtArea p.txt_st2 {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	/*letter-spacing: -0.05em;*/
	
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
.article_mVisual .formBox {
	float:left;
	width: 600px;
	/* position: absolute;
	left: 50%; bottom: 0;
	margin-left: -350px;
	margin-bottom: -164px;*/
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	
	-webkit-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
	-o-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0px 30px 0 rgba(0,0,0,0.1);
}
.article_mVisual .formBox h2 {
	line-height: 80px;
	background: #33ccff;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding: 0 30px;
	border-radius: 8px 8px 0 0;
}
.article_mVisual .formBox h3 {
	font-size: 13px;
	line-height: 16px;
	color: #999;
	padding: 20px 30px 0;
}
.article_mVisual .formBox .form_area {
	padding: 0 30px;
	margin-top: 10px;
}
.article_mVisual .formBox .form_area &gt; ul {
	margin: 1px 0 0 1px;
}
.article_mVisual .formBox .form_area &gt; ul &gt; li {
	float: left;
	width: 50%;
}
.article_mVisual .formBox .form_area li .selectWrap_st1,
.article_mVisual .formBox .form_area li .selectWrap_st2,
.article_mVisual .formBox .form_area li .inputWrap_st1 {
	margin: -1px 0 0 -1px;
}

.article_mVisual .formBox .btn_area {
	text-align: center;
	padding: 30px 0;
	background: #f6f5f3;
}
.article_mVisual .formBox .btn_area button {
	width: 300px; height: 64px;
	line-height: 64px;
	display: inline-block;
	overflow: hidden;
	background: #33ccff;
	text-align: left;
	padding: 0 30px;
	border-radius: 6em;
}
.article_mVisual .formBox .btn_area button span {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.article_mVisual .formBox .btn_area button i.arr {
	width: 20px; height: 16px;
	display: inline-block;
	background: url(/_img/arr_right.png) no-repeat;
	float: right;
	margin-top: 24px;
}
.article_mVisual .formBox .info {
	height: 40px; line-height: 40px;
	background: #e4e4e4;
	color: #aaaaaa;
	font-size: 13px;
	text-align: center;
	border-radius: 0 0 8px 8px;
}

/* article_count */
#sec_main .article_count {
	padding: 244px 0 80px;
	background: #fff;
}

/* article_mBox */
#sec_main .article_mBox {
	padding: 60px 0;
}
.article_mBox .inner &gt; ul {
	margin: 0 -10px;
}
.article_mBox .inner &gt; ul &gt; li {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
}

.article_mBox .mBox_cstList {
	height: 428px;
}
.article_mBox .mBox_service,
.article_mBox .mBox_cs,
.article_mBox .mBox_review {
	height: 204px;
}
.article_mBox .mBox_faq,
.article_mBox .mBox_qna {
	height: 92px;
}
.article_mBox .mBox_cs,
.article_mBox .mBox_faq,
.article_mBox .mBox_qna {
	margin-top: 20px;
}

.article_mBox .mBox_faq,
.article_mBox .mBox_qna {
	background: #fafaf9;
}
.article_mBox .mBox_service:after,
.article_mBox .mBox_cs:after,
.article_mBox .mBox_review:after {
	content: '';
	width: 50px; height: 50px;
	position: absolute;
	right: 30px; bottom: 30px;
}
.article_mBox .mBox_service:after { background-position: 0 -30px; }
.article_mBox .mBox_cs:after { background-position: -50px -30px; }
.article_mBox .mBox_review:after { background-position: -100px -30px; }

.article_mBox .box_st1 &gt; a {
	width: 100%; height: 100%;
	display: block;
}

.article_mBox .box_st1 .txt_st1 {
	font-size: 24px;
	line-height: 32px;
	color: #878787;
	padding: 0 30px;
	letter-spacing: -0.05em;
}
.article_mBox .box_st1 .txt_st2 {
	font-size: 17px;
	line-height: 24px;
	color: #878787;
	padding: 0 30px;
	letter-spacing: -0.05em;
}
.article_mBox .box_st1 .txt_st1 em,
.article_mBox .box_st1 .txt_st2 em {
	color: #33ccff;
}
.article_mBox .box_st1 .phone {
	color: #33ccff;
	font-size: 42px;
	line-height: 1;
	padding: 0 30px;
	margin-bottom: 8px;
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
}
.article_mBox .mBox_cstList .more,
.article_mBox .box_st1 &gt; a .box_tit1 .more,
.article_mBox .box_st1 &gt; a .box_tit2 .more {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.article_mBox .mBox_cstList .more:hover,
.article_mBox .box_st1 &gt; a:hover .box_tit1 .more,
.article_mBox .box_st1 &gt; a:hover .box_tit2 .more,
.article_mBox .mBox_cstList .more:focus,
.article_mBox .box_st1 &gt; a:focus .box_tit1 .more,
.article_mBox .box_st1 &gt; a:focus .box_tit2 .more {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.article_mBox .mBox_cstList ul {
	padding: 20px 30px 0;
	border-top: 1px solid #f3f2f0;
}
.article_mBox .mBox_cstList li {
	line-height: 31px;
	overflow: hidden;
}
.article_mBox .mBox_cstList li .tit {
	float: left;
	font-size: 14px;
	color: #777;
	max-width: 220px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.article_mBox .mBox_cstList li .state {
	float: right;
}
.article_mBox .mBox_cstList li .state span {
	width: 64px; height: 22px;
	margin-top: 2px;
}
.article_mBox .mBox_cstList li .state.consulting span { background-position: 0 -90px; }
.article_mBox .mBox_cstList li .state.comp span { background-position: 0 -112px; }

/* --------------------------------------------
 * sub-service
/* ------------------------------------------ */
#sec_service {
	
}
#sec_service .article_who,
#sec_service .article_documents {
	background: #fff;
	padding: 120px 0;
}
#sec_service .article_process {
	padding: 120px 0;
}

/* article_who */
.article_who li {
	width: 50%;
	float: left;
	padding: 0 30px;
}
.article_who li p.txt {
	font-size: 16px;
	line-height: 28px;
	color: #555;
	letter-spacing: -0.05em;
	word-break: keep-all;
}

/* article_process */
.article_process ul {
	margin: -20px 0 0;
}
.article_process li {
	width: 33.333333%;
	float: left;
	padding: 20px 10px 0;
	text-align: center;
}
.article_process li .box_st1 {
	height: 354px;
	padding: 70px 0 60px;
}
.article_process li i {
	display: inline-block;
	width: 56px; height: 48px;
	margin-bottom: 50px;
}
.article_process li .prc1 i { background-position: 0 -144px; }
.article_process li .prc2 i { background-position: -56px -144px; }
.article_process li .prc3 i { background-position: -112px -144px; }
.article_process li .prc4 i { background-position: 0 -192px; }
.article_process li .prc5 i { background-position: -56px -192px; }
.article_process li .prc6 i { background-position: -112px -192px; }

.article_process li .tit {
	font-size: 20px;
	line-height: 26px;
	color: #222;
}
.article_process li .txt {
	font-size: 16px;
	line-height: 28px;
	color: #555;
	margin-top: 16px;
}

/* article_documents */
.article_documents {
	
}
.article_documents .confirm_box {
	background: #f3f2f0;
	padding: 30px 60px;
	margin-top: 40px;
	border-radius: 8px;
}
.article_documents .confirm_box li {
	position: relative;
	padding-left: 8px;
	font-size: 14px;
	line-height: 26px;
	color: #777;
}
.article_documents .confirm_box li:before {
	content: '';
	width: 4px; height: 1px;
	display: inline-block;
	background: #777;
	position: absolute;
	top: 12px; left: 0;
}

/* --------------------------------------------
 * sub-review
/* ------------------------------------------ */
#sec_review {
	width:100%;
	padding:20px 35px;
}
#sec_review .article_rvList {
	padding: 0 30px 30px 30px;
}

.article_rvList li {
	width: 33.3333%;
	float: left;
	padding: 20px 10px 0;
	text-align:left;
}
.article_rvList li a {
	position: relative;
	display: block;
	overflow: hidden;
	border:1px solid #f3f3f3;
}
.article_rvList li a .photo {
	width: 100%; height: 175px;
	background: #9299ab;
	border-radius: 8px 8px 0 0;
}
.article_rvList li a .photo p {
	width: 100%; height: 100%;
	border-radius: 8px 8px 0 0;
	
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.article_rvList li a .infoWrap {
	padding: 20px 20px 0;
}
.article_rvList li a .infoWrap .tit {
	position: relative;
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
	color: #222;
	margin-bottom: 12px;
	max-width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.article_rvList li a .infoWrap .txt {
	font-size: 14px;
	line-height: 24px; max-height: 96px;
	max-width: 98%;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	height: 72px;
}

.article_rvList li a:hover .txt span {
	border-bottom: 1px solid #ddd;
}
.article_rvList li a .bottom {
	padding: 16px 20px 18px;
	margin-top: 22px;
	border-top: 1px solid #eee;
}
.article_rvList li a .bottom span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	letter-spacing: 0;
	vertical-align: middle;
	margin-right: 12px;
}
.article_rvList li a .bottom span:before {
	content: '';
	width: 17px; height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.article_rvList li a .bottom span.read:before { background-position: -100px -112px; }
.article_rvList li a .bottom span.data:before { background-position: -127px -112px; }





.article_rvList li.rv_01 {
	width: 100%;
	padding: 20px 10px 0;
}
.article_rvList li.rv_01 a .photo {
	width: 40%; height: 175px;
	background: #9299ab;
	border-radius: 8px 8px 0 0;
	float:left;
}
.article_rvList li.rv_01 a .photo p {
	border-radius: 8px 0 0 8px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.article_rvList li.rv_01 a .infoWrap {
	padding: 20px 20px 0;
	float:left;
	width:60%;
}
.article_rvList li.rv_01 a .infoWrap .tit {
	position: relative;
	font-size: 21px;
	line-height: 30px;
	font-weight: 700;
	color: #222;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.article_rvList li.rv_01 a .infoWrap .txt {
	font-size: 14px;
	line-height: 24px; max-height: 96px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	height: 72px;
	text-align:left;
}

.article_rvList li.rv_01 a:hover .txt span {
	border-bottom: 1px solid #ddd;
}
.article_rvList li.rv_01 a .bottom {
	padding: 16px 20px 18px;
	margin-top: 22px;
	border-top: 1px solid #eee;
	clear:both;
	text-align:right;
}
.article_rvList li.rv_01 a .bottom span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	color: #999;
	letter-spacing: 0;
	vertical-align: middle;
	margin-right: 12px;
}
.article_rvList li.rv_01 a .bottom span:before {
	content: '';
	width: 17px; height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.article_rvList li.rv_01 a .bottom span.read:before { background-position: -100px -112px; }
.article_rvList li.rv_01 a .bottom span.data:before { background-position: -127px -112px; }

/* review_view */
#review_view {
	
}
#review_view .layerBody {
	width: 930px; height: 100%;
	position: fixed;
	top: 0;
}
#review_view .contPop {
	width: 100%; height: 100%;
	word-break: keep-all;
}
#review_view .view_con {
	position: relative;
	padding-bottom: 160px;
}
#review_view .tit {
	padding: 80px 0;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #eee;
}
#review_view .tit:after {
	content: '';
	display: inline-block;
	width: 52px; height: 5px;
	background: #fb653d;
	position: absolute;
	bottom: -5px; left: 50%;
	margin-left: -26px;
}
#review_view .tit h2 {
	position: absolute;
	top: 30px; left: 30px;
	display: none;
}
#review_view .tit h2 span {
	width: 120px; height: 62px;
	background-position: 0 0;
}
#review_view .tit .cate span {
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	background-color : #fb653d;
	padding: 5px 15px;
	font-weight: 500;
	letter-spacing: 1px;
}
#review_view .tit h4 {
	font-size: 37px;
	line-height: 41px;
	font-weight: bold;
	color: #333;
	max-width: 80%;
	margin: 30px auto 16px;
	letter-spacing: -0.05em;
}
#review_view .tit .data {
	font-family: 'Rubik','Lato','NanumSquare',Arial,AppleGothic,verdana,sans-serif;
	color: #808189;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0;
}

#review_view .con {
	
}
#review_view .con .img img {
	width: 100%; height: auto;
}
#review_view .con .txt {
	padding: 60px 160px;
	font-size: 18px;
	line-height: 1.8;
	color: #555;
}

#review_view .btn {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: absolute;
	bottom: 0; left: 0; right: 0;
}
#review_view .btn ul li {
	width: 50%;
	float: left;
}
#review_view .btn ul li:first-child {
	border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
}
#review_view .btn ul li a {
	display: block;
	text-align: center;
	padding: 21px 0;
	font-size: 18px;
	color: #999;
}

/* --------------------------------------------
 * sub-sell
/* ------------------------------------------ */
#sec_sell {
	
}
#sec_sell .article_count {
	background: #fff;
	padding: 100px 0;
}
#sec_sell .article_cstList {
	padding: 100px 0;
}
.article_cstList .inner {
	width: 960px;
}
.article_cstList .table_st2 {
	padding-top: 20px;
}

/* --------------------------------------------
 * sub-cs
/* ------------------------------------------ */
#sec_cs {
	
}
/* article_csTit */
#sec_cs .article_csTit {
	padding: 100px 0;
	background: #fff;
	text-align: center;
}
.article_csTit p {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 14px;
}
.article_csTit h2 {
	font-size: 36px;
	line-height: 52px;
	color: #222;
	letter-spacing: -0.05em;
}
.article_csTit h2 em {
	color: #777;
}
.article_csTit i {
	width: 54px; height: 135px;
	display: inline-block;
	position: absolute;
	top: 50%; margin-top: -67.5px;
}
.article_csTit i.l { left: 0; background-position: -224px 0; }
.article_csTit i.r { right: 0; background-position: -278px 0; }

/* article_csTab */
/*#sec_cs .article_csTab {
	padding: 30px 0;
}*/
.article_csTab li {
	width: 50%;
	float: left;
}
.article_csTab li a {
	display: block;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-size: 18px;
	line-height: 28px;
	color: #777;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 15px 0;
}
.article_csTab li:first-child a {
	border-radius: 4px 0 0 4px;
}
.article_csTab li:last-child a {
	border-radius: 0 4px 4px 0;
}
.article_csTab li.active a {
	background: #33ccff;
	border-color: #33ccff;
	color: #fff;
	font-weight: 700;
}

#sec_cs .article_boardList {
	min-height: 550px;
	padding: 0 0 120px;
}

/*************내차팔기*****************/
.content_sell{/* width:890px; */ border:1px solid #dedede; border-radius:10px;}
.content_sell .sell_advice ul:first-child{margin:60px 1% 40px 5%; padding:25px 0; width:44%; height:250px; background:url('/_img/sell_bg023.png') no-repeat; float:left;}
.content_sell .sell_advice ul:last-child{margin:50px 5% 50px 1%; padding:15px 20px; width:44%; height:300px; float:right; border:2px solid #999; border-radius:10px;}

.content_sell .sell_advice .advice_txt01{font-size:20px; color:#333;font-weight:600;}
.content_sell .sell_advice .advice_txt02{font-size:38px; font-weight:600; line-height:52px;}
.content_sell .sell_advice .advice_txt02 span{color:#fb653d;}
.content_sell .sell_advice .advice_txt03{margin:5px auto 15px; font-size:18px; color:#999; line-height:24px;}
.content_sell .sell_advice .advice_txt04{width:180px; font-size:20px; color:#333; line-height:40px; text-align:right; border-bottom:1px dashed #ccc; float:left;}
.content_sell .sell_advice .advice_txt04 span:nth-child(1){font-size:44px; line-height:46px; color:#fb653d; display:inline-block;}
.content_sell .sell_advice .advice_txt04 span:nth-child(2){padding-top:10px; color:#333; font-size:24px; font-weight:500; display:inline-block;}
.content_sell .sell_advice .advice_txt05{font-size:20px; line-height:26px; color:#999;}
.content_sell .sell_advice .advice_txt05 span{display:inline-block;}

.content_sell .sell_advice .advice_line{margin:20px 0; width:370px; height:7px; background:#ffb900;}

.content_sell .sell_advice .advice_box01 div:first-child{width:30%; height:40px; line-height:40px; font-size:18px; color:#333; float:left;}
.content_sell .sell_advice .advice_box01 div:last-child{width:70%; height:40px; line-height:40px; font-size:14px; color:#999; text-align:right; float:right;}
.content_sell .sell_advice .advice_box02 input{margin:0 auto 10px; padding:0 10px; width:100%; font-size:16px; height:40px; line-height:40px; border:1px solid #ccc; border-radius:7px;}
.content_sell .sell_advice .advice_box03{width:100%; height:20px;}
.content_sell .sell_advice .advice_box03 div:first-child{width:80%; float:left;}
.content_sell .sell_advice .advice_box03 div:last-child{width:20%; height:20px; line-height:20px; font-size:12px; text-align:center; background:#ccc; color:#fff; border-radius:5px; float:right;}
.content_sell .sell_advice .advice_box04 button{width:100%; margin-top:15px; height:50px; line-height:50px; text-align:center; font-size:20px; color:#fff; background:#777; border-radius:8px;}
.content_sell .sell_advice .advice_box04 a{color:#fff;}

.content_sell .sell_tit{margin:0 auto 30px; width:200px; height:40px; line-height:38px; font-size:18px; color:#333; text-align:center; border:1px solid #333; border-radius:20px;}

.content_sell .sell_process{margin:0 auto; width:820px; height:580px; background:url('/_img/sell_bg01.png') center center no-repeat;}
.content_sell .sell_process.bg2{ background:url('/_img/sell_bg012.png') center center no-repeat;}
.content_sell .sell_process .pro_txt01{margin-left:40px; height:155px; font-size:16px; color:#fb653d; font-weight:500; float:left;}
.content_sell .sell_process .pro_txt01 p{font-size:14px; color:#777; font-weight:400;}
.content_sell .sell_process .pro_txt02{margin:60px 0 0 40px; font-size:16px; color:#fb653d; font-weight:500; float:right;}
.content_sell .sell_process .pro_txt02 p{font-size:14px; color:#777; font-weight:400;}
.content_sell .sell_process .pro_icon01{margin-right:50px; width:200px; height:80px; line-height:80px; text-align:center; float:left;}
.content_sell .sell_process .pro_icon01 img{vertical-align:middle;}
.content_sell .sell_process .pro_icon02{margin:115px 0 0 75px; width:180px; height:80px; line-height:80px; text-align:center; float:right;}
.content_sell .sell_process .pro_icon02 img{vertical-align:middle;}
.table-wrap {
    border:1px solid rgba(0,0,0,0.1);border-radius:10px;
    padding:30px 10px;
    box-shadow: 1px 3px 8px rgb(0 0 0 / 10%);
}
.consult-list {}
.consult-list thead {}
.consult-list thead tr {}
.consult-list thead tr th {
    font-weight:400;
    color:#323232;
}

/* simple-guide */
.simple-guide {}
.simple-guide .mstep {margin:0;}
/*  */
.sell_advice_tb{margin:60px auto 40px; width:1280px; text-align:center;}
.sell_advice_tb h2{
    display:inline-block;
    margin:85px auto; font-weight:600; color:#333; font-size:44px;
    background:url(/../_img/consultList_tit.png)left center no-repeat;
    padding-left:70px;
}
.sell_advice_tb thead tr{
    /* font-size:23px; */ font-size:18px;
    height:45px; color:#323232; border-bottom:1px solid #ddd;
}

.sell_advice_tb tbody tr{
    /* height:76px; */height:60px; border-bottom:1px solid #eee; font-size:13px; color:#888;
}
.sell_advice_tb tbody tr .car-name {}
.sell_advice_tb tbody tr .date {color:#808080;}
.sell_advice_tb tbody tr .c_end {
    display:inline-block;
    padding:6px 0;
    width:83px;
    margin:15px 0;
    background:#a8a7a7;
    color:#fff;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
}
.sell_advice_tb tbody tr .c_ing  {
    display:inline-block;
    padding:6px 0;
    width:83px;
    margin:15px; 0;
    background:#ffdd1a;
    color:#fff;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
}
.sell_advice_tb tbody .consult-num {color:#808080;}
.sell_advice_tb tbody tr td {/* font-size:23px; */ font-size:17px;}
.sell_advice_tb tbody tr:hover{background:#f5f5f7;}
.sell_advice_tb tbody tr td:nth-child(2){text-align:left; color:#323232;}
.sell_advice_tb tbody tr:last-child {border-bottom:none;}
.sell_advice_tb .sell_advice_btn
{
      
}
.sell_advice_tb .sell_advice_btn .all-list{
    /* margin-top: 60px; padding:32px 0; font-size:32px; */
    margin-top:26px; padding:24px 0; font-size:22px;
    display:block; 
    font-weight:800; color:#fff;background:#ffdd1a; 
    /* border-radius:25px; */ border-radius:15px;
}
.sell_advice_tb .list_num{margin:10px 0; text-align:center;}
.sell_advice_tb .list_num a{color:#333;}
.sell_advice_tb .list_num a:hover{padding:3px 5px; border-bottom:1px solid #777; color:#777;}

/*************내차팔기*****************/
.visual-wrap {width:100%; margin:0 auto; background:#fff;}
.visual-wrap .inner {
    width:1280px; height:581px; margin:0 auto;
    /* background:url(/../_img/sub_visual_man.png)left bottom no-repeat #f8f8f8; */
    position:relative;
}
.visual-wrap .inner .visual-img {
    position:absolute;
    left:0; bottom:0;
    z-index:100;
}
.visual-wrap .inner .visual-img img {}
.visual-wrap .inner .visual-txt {
    position:absolute;
    width:100%; left:18%; top:38%; transform:translateY(-50%);
    z-index:90;
    
}
.sell-mfrom {left:63%; top:50%; transform:translateY(-50%)}
.visual-wrap .inner .buy-visual {
    top:38%;
}
.visual-wrap .inner ul {
    
}
.visual-wrap .inner ul li {}

.inner .sub-tit {font-size:28px;}
.inner .main-tit {
    letter-spacing:-1px;
    padding-bottom:15px; font-weight:800; font-size:55px; color:#323232;
}
.inner ul .main-tit span {color:#ffdd1a;}
.inner ul .explain {
    font-size:19.5px;
    letter-spacing:-1px;
    color:#808080;
}
.situation {
    display:flex; flex-flow:row wrap;
    justify-content:space-between;
    border:1px solid #ffdd1a; border-radius:25px;
    padding:22px 53px;
    width:30%;
    color:#000;
    position:absolute;
    margin-top:95px;
}
.situation p {
    font-size:17px;letter-spacing:-1.5px;
    color:#323232;
}
.situation p span {
    display:block;
    font-size:31px;
    font-weight:600;
    padding-top:10px;
    letter-spacing:-2px;
}
.situation .all-consult {}
.situation .all-consult::after {
    display:inline-block; width:1px; height:70%; background:#979797;
    content:''; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
}
.situation .all-consult p {}
.situation .all-consult p span {}
.situation .comp-consult {}
.situation .comp-consult p {}
.situation .comp-consult p span {font-weight:800; color:#ffdd1a;}

/* 내차구매 */
.add-exp {
    position:absolute;
    bottom:-118%;
}
.add-exp p {
    font-size:23px;
    line-height:1.5;
}
.add-exp p span {
    font-weight:800;
    color:#ffdd1a;
}

.procedure-wrap {background:#f8f8f8;}
.procedure-wrap .inner {
    width:1280px; margin:0 auto;
    padding:135px 0;
    
}
.procedure-wrap .inner h3 {
    margin-bottom:150px;
    font-size:44px; text-align:center;
}
.procedure-wrap .inner h3 span {color:#ffdd1a;}
.procedure-wrap .inner .procedure {height:479px;margin-top:205px;}
.procedure-wrap .inner .procedure ul {
    display:flex; flex-flow:row wrap; justify-content:space-between;
    margin:0 auto;
    background:url(/../_img/procedure_img.png)center center no-repeat;
    background-size:cover;
    height:367px;
    position:relative;
}
.procedure-wrap .inner .procedure ul::after {display:none;}
.procedure-wrap .inner .procedure ul li {
    width:33%;
    position:absolute;
}
.procedure-wrap .inner .procedure ul .step01 {left:14%; top:-25%;}
.procedure-wrap .inner .procedure ul .step02 {left:47%; top:-25%;}
.procedure-wrap .inner .procedure ul .step03 {left:80%; top:-25%;}
.procedure-wrap .inner .procedure ul .step04 {left:63.5%; bottom:-19%;}
.procedure-wrap .inner .procedure ul .step05 {left:30.5%; bottom:-19%;}
.procedure-wrap .inner .procedure ul li .step-tit {}
.procedure-wrap .inner .procedure ul li .step-tit span {
    font-size:14.73px; color:#ffdd1a;
    
}
.procedure-wrap .inner .procedure ul li .step-tit strong {
    display:inline-block;
    padding:0 0 3px 5px;
    font-size:20px; font-weight:600;
}
.procedure-wrap .inner .procedure ul li p:nth-child(2) {
    padding-top:15px;
    font-size:17px;
    line-height:1.6;
    color:#505050;
}
/*  */
/* 고객센터 */
.customer {}
.customer .inner {width:1280px; margin:0 auto;}
.customer .inner .customer-txt  {}
.customer ul {}
.customer ul li {}
.customer ul li.sub-tit {}
.customer ul li.main-tit {}
.customer ul li.explain {line-height:1.7;}

.customer .add-exp {}
.customer .add-exp p {}
.customer .add-exp p span {}
.customer .faq-btn {
    
}
.faq-btn a {
    font-size:23px; font-weight:600;
    border:2px solid #ffdd1a;
    border-radius:10px;
    padding:10px 40px;
    display:inline-block;
    margin:95px 0;
}
.faq-btn .sellMyCar {
    color:#ffdd1a;
    margin-right:20px;
}
.faq-btn .buyMyCar {
    color:#ffdd1a;
}
.active {
    background:#ffdd1a !important;
    color:#fff !important;
}
.tipfaq .sm07 a {
	background:#ffdd1a !important;
    color:#fff !important;
}
.salesGuide .sm08 a {
    background:#ffdd1a !important;
    color:#fff !important;
}
.eventpage .sm05 a {
	background:#ffdd1a !important;
    color:#fff !important;
}
.branch .sm06 a {
    background:#ffdd1a !important;
    color:#fff !important;
}
/*  */
/* salesGuide */
.guide {}
.guide .inner {width:1280px; margin:0 auto;}
.guide .inner .guide-txt {}
.guide .inner .guide-txt ul {}
.guide .inner .guide-txt ul li {}
.guide .inner .guide-txt ul li.sub-tit {}
.guide .inner .guide-txt ul li.main-tit {}
.guide .inner .guide-txt ul li.explain {line-height:1.7;}
.guide .faq-btn {}
.guide .faq-btn a {padding:10px 30px;}
.guide .faq-btn .sellMyCar {}
.guide .faq-btn .buyMyCar {}

.required-documents {}
.required-documents .documents {
    width:1280px; margin:0 auto;
    display:flex; flex-flow:row nowrap; justify-content:space-between;
}
.required-documents .documents .persnal-doc {}
.required-documents .documents .company-doc {}
.required-documents .documents .doc {
    width:49%;
    border:1px solid rgba(0,0,0,0.2);
    border-radius:20px; box-shadow:2px 2px 10px rgb(0 0 0 / 10%);
    padding:50px;
}
.required-documents .documents .doc h3 {
    font-size:25px;
    padding-bottom:38px;
}
.required-documents .documents .doc h3 span {
    font-weight:800; color:#ffdd1a;
}
.required-documents .documents .doc &gt; ul {}
.required-documents .documents .doc &gt; ul &gt; li {
    font-size:17px; line-height:2.2;
    color:#666666;
}

/*  */

/* event */
.event {width:1280px; margin:0 auto;}
.event .visual-txt {}
.event .visual-txt ul {}
.event .visual-txt ul li {}
.event .visual-txt ul .sub-tit {}
.event .visual-txt ul .main-tit {}
.event .visual-txt ul .explain {
    line-height:1.7;
    padding-bottom:90px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.event-wrap .event-content {margin-top:100px;}
.event-wrap .event-content ul {
    width:1280px; margin:0 auto;
    display:flex; flex-flow:row nowrap; justify-content:space-between;
}
.event-wrap .event-content ul li {}
.event-wrap .event-content ul li .event-link {
    display:block;
    overflow:hidden;
    
}
.event-wrap .event-content ul li .event-link div {}
.event-wrap .event-content ul li .event-img {
    width:628px; height:293px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:15px;
    box-shadow:2px 2px 7px rgb(0 0 0 / 10%);
    overflow:hidden;
}
.event-wrap .event-content ul li .event-img p {
    transition:transform 0.6s;
}
.event-wrap .event-content ul li .event-img p:hover{
    transform:scale(1.1);
}
.event-wrap .event-content ul li .event-img img {}
.event-wrap .event-content ul li .event-txt {padding:0 15px;}
.event-wrap .event-content ul li .event-txt .event-name {
    font-size:25px;
    padding:30px 0;
}
.event-wrap .event-content ul li .event-txt .event-name::after {
    display:block; width:100%; height:1px; background:rgba(0,0,0,0.1);
    content:''; position:relative; left:0; bottom:-30px;
}
.event-wrap .event-content ul li .event-txt .event-period {
    padding:30px 0;
    font-size:20px;
    display:flex; flex-flow:row nowrap; justify-content:space-between;
    align-items:center;
}
.event-wrap .event-content ul li .event-txt .event-period .event-date {
    color:#989898;
}
.event-wrap .event-content ul li .event-txt .event-period .event-situ {
    display:inline-block;
    width:121px; text-align:center;
    padding:6px 0;
    border-radius:20px;
    font-weight:600;
}

/* ing end */
.con_ing {
    display:inline-block;
    background:#ffdd1a;
    color:#fff;

}
.con_end {
    display:inline-block;
    background:#666;
    color:#fff;
}

/* branch */
section.store {}
section.store .inner {width:1280px; margin:0 auto;}
section.store .inner .store-txt {}
.store-txt ul {}
.store-txt ul li {}
.store-txt ul .sub-tit {}
.store-txt ul .main-tit {}
.store-txt ul .explain {line-height:1.7;}

.store-info {margin-top:94px;}
.store-info .region-selec {
    width:1280px; margin:0 auto;
    display:flex; flex-flow:row nowrap; justify-content:space-between;
    border-bottom:2px solid #989898;
    /* padding:0 20px; */
}
.region-selec::after {display:none;}
.store-info .region-selec .area {
    width:9%; text-align:center;
    transition:all 0.5s;
    
}
.active-underbar::after {
    display:block; width:100%; height:4px; background:#ffdd1a;
    content:''; position:absolute; left:0; bottom:-2.5px;
    z-index:100;
    
}
.store-info .region-selec .area a {
    display:inline-block;
    width:100%;
    padding:10px 0;
    font-size:20px;
}
.store-info .store-con {
    display:flex; flex-flow:row nowrap; justify-content:space-between;
    width:1280px; margin:63px auto 0;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:25px;
    padding:55px;
    box-shadow:2px 2px 7px rgb(0 0 0 / 10%);
}
.store-info .store-con .map-wrap {width:515px; height:546px; background:rgba(0,0,0,0.1);}
.store-info .store-con .store-explain {width:50%;}
.store-explain .store-photo-wrap {}
.store-explain .store-photo-wrap h3 {
    font-size:23px; font-weight:600;
    padding-bottom:15px;
    color:#ffdd1a;
}
.store-explain .store-photo-wrap .store-photo {
    padding-bottom:30px;
}
.store-explain .store-photo-wrap .store-photo img {}
.store-explain .store-addressInfo {}
.store-explain .store-addressInfo .store-name {
    font-size:20px;
    padding-bottom:18px;
    border-bottom:2px solid rgba(0,0,0,0.1);
}
.store-explain .store-addressInfo .address {
    display:flex; flex-flow:row nowrap;
    padding-top:13px;
}
.store-explain .store-addressInfo .address p {
    font-size:15px;
    color:#989898;
}
.store-explain .store-addressInfo .address p span {
    display:inline-block;
    font-size:14px;
    padding:2px 8px;
    margin-right:8px;
    background:#989898;
    color:#fff;
}
.store-explain .store-addressInfo .address p:nth-child(1) {padding-top:2px;}
.store-explain .store-addressInfo .address p:nth-child(2) {
    padding-left:72px;
}
.store-explain .store-addressInfo .bus {
    display:flex; flex-flow:row nowrap;
    padding-top:36px;
}
.store-explain .store-addressInfo .bus p {padding-right:30px;margin-top:4px;}
.store-explain .store-addressInfo .bus ul {display:flex; flex-flow:row wrap;}
.store-explain .store-addressInfo .bus ul li.bus-num {
    font-size:14px;
    border:1px solid rgba(0,0,0,0.1);
    padding:2px 7px; text-align:center;
    margin:4px 0 0 4px;
}
.store-explain .store-addressInfo .subway {
    display:flex; flex-flow:row nowrap;
    padding-top:14px;
}
.store-explain .store-addressInfo .subway p {padding-right:15px;}
.store-explain .store-addressInfo .subway .subway-name {}
.store-explain .store-addressInfo .subway .subway-name span {font-size:14px;}
.store-explain .store-addressInfo .subway .subway-name span:nth-child(2) {padding-left:13px;}
.store-explain .store-addressInfo .subway .subway-name span em {
    display:inline-block;
    width:16px; height:16px; text-align:center;
    border-radius:100%;
    color:#fff;
    margin-right:3.5px;
	letter-spacing:4px;
	padding-left:4px;
}
.line1 {background:#1b1464;}
.line2 {background:#00a651;}
.line3 {background:#ff5c33;}
.line4 {background:#2972cf;}
.line5 {background:#8b3bb2;}
.line6 {background:#a35724;}
.line7 {background:#606d15;}
.line8 {background:#ec166d;}
.line9 {background:#c09d32;}

.store-explain .consult-btn {
    margin-top:42px;
}
.store-explain .consult-btn a {
    display:block;
    font-size:23px; font-weight:800;
    padding:15px 0; text-align: center;
    border-radius:15px;
    background:#ffdd1a; color:#fff;
}

.active-underbar {
    position:relative;
}
/*  */
/*  */
/* faqcontent */
.sec_faqContent {margin-bottom:87px;}
.sec_faqContent .faq_board {width:1280px; margin:0 auto;}
/*  */
/* 매입후기 */
.visual-wrap {position:relative;}
.visual-wrap .review-inner {
    height:539px;
    background:url(/../_img/reiveiw_visual_img.png)center center no-repeat;
    background-size:cover;
    border-bottom:1px solid rgba(0,0,0,0.1);
}
.visual-wrap .review-inner .visual-txt {
    left:0;
    top:44%;
}
.visual-wrap .review-inner .visual-txt ul {}
.visual-wrap .review-inner .visual-txt ul li {}
.visual-wrap .review-inner .visual-txt ul .explain {
    line-height:1.7;
}
.visual-wrap .review-inner .visual-txt .write-review {
    position:absolute;
    bottom:-57%;
    
}
.visual-wrap .review-inner .visual-txt .write-review a {
    display:inline-block;
    padding:12px 75px;
    border-radius:10px;
    font-size:23.5px; font-weight:800;
    color:#fff;background:#ffdd1a;
}
.visual-wrap .review-inner .visual-txt .write-review a:hover {
    background:#323232;
    transition:background 0.5s;
}

.review-wrap {margin:80px 0 60px;}
.review-wrap .review-list {
    width:1280px; margin:0 auto; 
    display:flex; flex-flow:row wrap; justify-content:space-between;
}
.review-wrap .review-list li {
    width:23.5%;
    margin-bottom:65px;
    overflow:hidden;
    border-radius:15px;
    border:1px solid rgba(0,0,0,0.1);
    box-shadow:4px 4px 8px rgb(0 0 0 / 10%);
}
.review-wrap .review-list li a:hover {
    transform:scale(1.1);
    transition:transform 0.5s;
}
.review-wrap .review-list li a {
    display:block;
    width:100%;
}
.review-wrap .review-list li a .review-photo { height:192px; overflow:hidden;}
.review-wrap .review-list li a .review-photo img {width:100%;}
.review-wrap .review-list li a .review-txt {padding:20px 25px;}
.review-wrap .review-list li a .tit {
    font-size:18px; font-weight:600;
    padding-bottom:15px;
    color:#323232;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.review-wrap .review-list li a .review-explain {
    
}
.review-wrap .review-list li a .review-explain::after {
    display:block; width:100%; height:2px; background:rgba(0,0,0,0.1);
    content:''; position:relative; left:0; bottom:-20px;
}
.review-wrap .review-list li a .review-explain p {
    font-size:14px;
    line-height:1.8;
    text-overflow:ellipsis; overflow:hidden;
    white-space:nowrap;
    color:#808080;
}
.review-wrap .review-list li a .view-count {
    padding:20px 25px;
    
}
.review-wrap .review-list li a .view-count img {
    padding:3px 5px 0 0;
}
.review-wrap .review-list li a .view-count span {
    font-size:14px;
    color:#808080;
}


/*************내차사기*****************/
.content_list{width:1280px;margin:0 auto; /* border:1px solid #dedede; border-radius:10px; */}
.content_list .list_txt{margin:50px auto; width:820px; height:175px; background:url('/_img/listbd_bg.png') top right no-repeat;}
.content_list .list_txt .txt_01{font-size:20px; color:#333;font-weight:600;}
.content_list .list_txt .txt_02{font-size:38px; font-weight:600; line-height:58px;}
.content_list .list_txt .txt_02 span{color:#fb653d;}
.content_list .list_txt .txt_03{font-size:16px; line-height:22px; color:#999;}
.content_list .list_txt .txt_line{margin:10px 0; width:600px; height:7px; background:#ffb900;}

.buy_advice_tb{margin:60px auto 40px; width:820px; text-align:center; }
.buy_advice_tb h2{margin:30px auto; width:200px; font-weight:bold; color:#333; border-left:3px solid #ffb900; border-right:3px solid #ffb900;}
.buy_advice_tb thead tr{height:45px; border-top:2px solid #ffb900; color:#555; border-bottom:1px solid #ddd; background:#fffefa;}
.buy_advice_tb tbody tr{height:40px; border-bottom:1px solid #ddd; font-size:13px; color:#888;}
.buy_advice_tb tbody tr:hover{background:#f5f5f7;}
.buy_advice_tb tbody tr td:nth-child(2){text-align:left; color:#333;}
.buy_advice_tb .sell_advice_btn{margin:20px auto; width:820px; height:50px; line-height:50px; font-size:16px; background:#bbb; border-radius:10px;}
.buy_advice_tb .sell_advice_btn a{color:#fff;}
.buy_advice_tb .list_num{margin:10px 0; text-align:center;}
.buy_advice_tb .list_num a{color:#333;}
.buy_advice_tb .list_num a:hover{padding:3px 5px; border-bottom:1px solid #777; color:#777;}

/*************내차사기*****************/



/*************이용후기*****************/
.content_review{width:890px; border:1px solid #dedede; border-radius:10px;}
.content_review .review_tit {margin:50px auto 20px; width:820px; background:url('/_img/review_bg.png') top right no-repeat;}
.content_review .review_tit .review_txt01{font-size:20px; color:#333; line-height:20px; font-weight:600;}
.content_review .review_tit .review_txt02{font-size:38px; font-weight:600; height:60px; line-height:60px;}
.content_review .review_tit .review_txt02 span{color:#fb653d;}
.content_review .review_tit .review_txt02 div{width:310px; height:46px; border-bottom:1px dashed #ccc; display:inline-block;}
.content_review .review_tit .review_txt03{font-size:17px; line-height:24px; color:#999;}
.content_review .review_tit .review_line{margin:45px auto 10px; height:7px; background:#ffb900;}
.content_review .review_btn{margin:20px 0; width:220px; height:50px; line-height:50px; font-size:18px; color:#fff; text-align:center; background:#fb653d; border-radius:5px;}

/*************이용후기*****************/



/*************전국지점*****************/
.content_branch{width:890px; border:1px solid #dedede; border-radius:10px;}
.content_branch .branch_tit{margin:20px auto 0; padding:70px 0 0 20px; width:820px; height:270px; background:url('/_img/service_bg01.png') top right no-repeat;}
.content_branch .branch_tit .txt_01{font-size:20px; color:#333; line-height:20px; font-weight:600;}
.content_branch .branch_tit .txt_02{font-size:38px; font-weight:600; height:60px; line-height:60px;}
.content_branch .branch_tit .txt_02 span{color:#fb653d;}
.content_branch .branch_tit .txt_line{margin:5px 0; width:500px; height:10px; background:#ffb900;}

.content_branch .branch_btn{margin:0 auto; width:820px;}
.content_branch .branch_btn .box_01{width:7px; height:30px; background:#fb653d; float:left;}
.content_branch .branch_btn .tit_01{margin: 0 10px 30px 10px; height:30px; line-height:30px; font-size:24px; font-weight:500; color:#333; float:left;}
.content_branch .branch_btn .tit_02{height:30px; line-height:36px; font-size:16px; color:#888; float:left;}

.content_branch .branch_btn .btn_wrap li{margin:10px 2%; width:29.33%; height:50px; line-height:48px; font-size:16px; text-align:center; border:1px solid #dedede; border-radius:10px; float:left;}
.content_branch .branch_btn .btn_wrap li:hover{border:1px solid #fb653d; color:#fb653d; background:#f3f3f3;}

.content_branch .branch_btn .map_wrap{margin:20px auto;}
.content_branch .branch_btn .map_wrap .map_visual{width:500px; height:500px; border:3px solid #eee; float:left;}
.content_branch .branch_btn .map_wrap .map_info{width:280px; float:right;}
.content_branch .branch_btn .map_wrap .map_info .info_01 div:first-child{width:5px; height:20px; background:#fb653d; float:left;}
.content_branch .branch_btn .map_wrap .map_info .info_01 div:last-child{margin-left:10px; font-size:18px; color:#333; height:20px; line-height:20px; float:left;}
.content_branch .branch_btn .map_wrap .map_info .info_02{margin:10px auto; height:150px; border:1px solid #eee}
.content_branch .branch_btn .map_wrap .map_info .info_03{margin-top:5px; height:30px; line-height:30px; font-size:16px; font-weight:500; color:#555; border-bottom:1px solid #ffb900;}
.content_branch .branch_btn .map_wrap .map_info .info_04{height:30px; line-height:30px;}
.content_branch .branch_btn .map_wrap .map_info .info_05 div:first-child{margin:3px; width:30px; height:20px; line-height:20px; background:#999; color:#fff; text-align:center; float:left;}
.content_branch .branch_btn .map_wrap .map_info .info_05 div:last-child{margin:3px; height:20px; line-height:20px; float:left;}
.content_branch .branch_btn .map_wrap .map_info .info_06 span{margin:5px 2px 0; padding:2px 5px; font-size:10px; text-align:center; border:1px solid #999; display:inline-block;}
.content_branch .branch_btn .map_wrap .map_info .info_08{margin-top:10px; height:40px; line-height:40px; color:#fff; text-align:center; border-radius:5px; background:#fb653d;}

/*************전국지점*****************/




/*************이벤트*****************/
.content_event{width:890px; border:1px solid #dedede; border-radius:10px;}
.content_event h2{margin:30px auto; width:200px; font-weight:bold; color:#555; text-align:center; border-left:3px solid #fb653d; border-right:3px solid #fb653d;}
.content_event .event_tit{margin:50px auto 20px; padding-top:30px; width:780px; height:230px; background:url('/_img/service_bg02.png') top right no-repeat;}
.content_event .event_tit .tit_01{height:30px; line-height:30px; font-size:20px; font-weight:600; color:#333;}
.content_event .event_tit .tit_02{height:60px; line-height:60px; font-size:38px; font-weight:600; color:#888;}
.content_event .event_tit .tit_02 span{color:#fb653d;}
.content_event .event_tit .tit_03{padding:10px 0; width:450px; font-size:18px; line-height:26px; color:#999; border-bottom:1px dashed #ccc;}
.content_event .event_tit .tit_line{margin:5px 0; width:500px; height:10px; background:#ffb900;}
.content_event .event_box{margin:20px auto; width:820px;}
.content_event .event_box &gt; div{margin:10px 1%; width:31.333%; border:1px solid #dedede; border-radius:10px; float:left;}
.content_event .event_box .box_bg01{height:130px; border-radius:10px 10px 0 0; background:url('/_img/event_bg01.jpg');}
.content_event .event_box .box_bg02{height:130px; border-radius:10px 10px 0 0; background:url('/_img/event_bg02.jpg');}
.content_event .event_box .box_bg03{height:130px; border-radius:10px 10px 0 0; background:url('/_img/event_bg03.jpg');}
.content_event .event_box .box_tit{margin:0 auto; padding:10px 0; width:90%; font-size:16px; color:#333; font-weight:500; border-bottom:1px solid #dedede;}
.content_event .event_box .box_txt{margin:0 auto; padding:10px 0; width:90%; font-size:12px; line-height:20px}
.content_event .event_box .box_txt div:first-child{float:left;}
.content_event .event_box .box_txt div:last-child{width:50px; height:20px; color:#fff; text-align:center; background:#777; border-radius:5px; float:right;}

/**************이벤트****************/



/**************꿀팁 FAQ****************/
.content_tipfaq{width:1280px; margin:0 auto;}
.content_tipfaq h2{margin:30px auto; width:200px; font-weight:bold; color:#555; text-align:center; border-left:3px solid #fb653d; border-right:3px solid #fb653d;}
.content_tipfaq .tipfaq_tit{margin:50px auto 20px; padding-top:30px; width:780px; height:210px; background:url('/_img/service_bg03.png') top right no-repeat; border-bottom:1px dashed #ccc;}
.content_tipfaq .tipfaq_tit .tit_01{height:30px; line-height:30px; font-size:20px; font-weight:600; color:#333;}
.content_tipfaq .tipfaq_tit .tit_02{height:60px; line-height:60px; font-size:38px; font-weight:600; color:#888;}
.content_tipfaq .tipfaq_tit .tit_02 span{color:#fb653d;}
.content_tipfaq .tipfaq_tit .tit_03{font-size:17px; line-height:24px; color:#999;}
.content_tipfaq .tipfaq_tit .tit_line{margin:5px 0; width:500px; height:10px; background:#ffb900;}

.faq_btn{margin:10px auto; width:440px; text-align:center; font-size:16px;}
.faq_btn li{margin:10px; width:200px; height:50px; line-height:50px; border:1px solid #dedede; border-radius:5px; float:left; cursor:pointer;}
.faq_btn .hover{background:#fb653d; color:#fff; border:none;}
.faq_board ul {margin:0 auto; width:100%;}
.faq_board li {margin-bottom:25px; border:1px solid #dedede; border-radius:10px;}
.faq_board li:last-child {margin-bottom:0;}
.faq_board li .question_article {
    padding-right: 16px; padding-left:30px;
    position: relative; background: #fff; border-radius:10px;}
/* .faq_board li .qusetion_article:before {
	content: 'Q.';
	width: 22px; height: 24px;
	display: inline-block;
	font-size: 24px;
	color: #fb653d;
	font-family: 'Rubik','Lato','NotoSansKR',Arial,AppleGothic,verdana,sans-serif;
	font-weight: 500;
	line-height: 28px;
	position: absolute;
	top: 50%; left: 30px;
	margin-top: -12px;
} */
/* .faq_board li .tip01:before {
	content: 'T.';
} */
.faq_board li .question_article a {
	display: block;
	position: relative;
	font-size:22px;
	line-height: 24px;
	padding: 30px 65px 30px 70px;
	color: #2d2d36;
    background:url(/../_img/question_img.png)left center no-repeat;
}
.faq_board li .question_article a:before,
.faq_board li .question_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;
}
.faq_board li.active .question_article a:before,
.faq_board li.active .question_article a:after {
	background-color: #2d2d36;
}
.faq_board li .question_article a:before {
	right: 7px;
	height: 2px;
}
.faq_board li .question_article a:after {
    transform:rotate(45deg);
	right: 12px;
	height: 2px;
}
.faq_board li .qusetion_article a:after,
.faq_board li.active .qusetion_article a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faq_board li .question_article a:before,
.faq_board li.active .question_article a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.faq_board li .answer_article {
	background: #f6f6f8;
	padding: 20px 30px;
	font-size: 15px;
	line-height: 27px;
	color: #6a6c73;
    border-top: 1px solid #eee;
}




/***************꿀팁 FAQ***************/
.map_visual div div div div div &gt; img{height:55px !important;}

.placeinfo_wrap{ background:#fff; padding:10px;position: absolute;top:-5px;left: -105px;    border-top: 1px solid #fbb900; border-bottom: 1px solid #fbb900;}
.placeinfo_wrap .tooltip h4{font-size: 16px;font-weight: 600;padding-bottom: 5px;}
.placeinfo_wrap .tooltip .close{position: absolute;right: 10px; top: 10px;}



/**************공지 Notice****************/
.content_notice{width:890px; border:1px solid #dedede; border-radius:10px;}
.content_notice h2{margin:30px auto; width:200px; font-weight:bold; color:#555; text-align:center; border-left:3px solid #fb653d; border-right:3px solid #fb653d;}
.content_notice .notice_tit{margin:50px auto 20px; padding-top:30px; width:780px; height:210px; background:url('/_img/service_bg08.png') top right no-repeat; border-bottom:1px dashed #ccc;}
.content_notice .notice_tit .tit_01{height:30px; line-height:30px; font-size:20px; font-weight:600; color:#333;}
.content_notice .notice_tit .tit_02{height:60px; line-height:60px; font-size:38px; font-weight:600; color:#888;}
.content_notice .notice_tit .tit_02 span{color:#fb653d;}
.content_notice .notice_tit .tit_03{font-size:18px; line-height:26px; color:#999;}
.content_notice .notice_tit .tit_line{margin:5px 0; width:500px; height:10px; background:#ffb900;}


.w180{width:180px !important;}
.btn_wrap{
	width:380px;margin:20px auto;
	display:flex; flex-flow:row nowrap;
	justify-content:space-between;
}
.btn_black{
	font-size:16px;
	background:#222; text-align:center; color:#fff; text-decoration: none; display: inline-block;padding: 10px;border-radius: 5px;
	font-family:'Noto Sans KR',sans-serif;
}
.btn_org{
	font-size:16px;
	background:#fb653d; text-align:center; color:#fff;text-decoration: none; display: inline-block;padding: 10px;border-radius: 5px;
	font-family:'Noto Sans KR',sans-serif;
}


.vipnotice{text-align:center; width:890px; margin:0 auto;}
.vipnotice h1{color:#333; margin-bottom:30px; font-weight:bold; font-size:30px; padding:50px;}

/* border-write */
.review_write {width:1280px; margin:0 auto;}
.review_write h3 {
	padding:50px 0 !important;
	text-align:center;
	font-size:42px !important; 
}
.review_write h3 span {color:#ffdd1a;}
.review_write form {}
.review_write .form_input {}
.review_write .form_input ul {}
.review_write .form_input ul li {
	display:flex; flex-flow:row nowrap; 
}


.review_write form .form_input ul{border-top:2px solid #252525;}
.review_write form .form_input ul li{
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
}
.review_write form .form_input ul li .tit{
	font-size:18px; font-weight:800; color:#454545; float:left; width:18%; background:#efefef; text-align:center; line-height:61.59px;
}
.review_write form .form_input ul li input {font-size:16px;}
.review_write form .form_input ul li input, .review_write form .form_input ul li textarea{
	width:calc(100% - 18%);border-radius:5px; padding:10px 0 10px 10px; margin:1%;
	
}
.review-tit {width:225.73px;}
.review_write form .form_input ul li textarea{height:500px; overflow-y:scroll;}
.cke_chrome {
	width:82% !important;
}
/*  */

.pc_ver {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
/*메인페이지 상단 컨텐츠*/
.vsl_top {
	width:100%; 
	background-position: center center; 
	background-size: cover;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;}
.vsl_top .background {
	overflow: hidden;
	padding: 20px 25px;
	margin: 30px 0;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.m_vsl_top {
	width: 100%; 
	height: 300px;
	position: relative;
	z-index: 10;
	background: url(/images/sell_visual_bg.jpg) left 10%, center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width: 1200px) {
	.vsl_top {
		height: auto;
	}
}

@media (max-width: 991px) {
	.vsl_top {
		padding: 30px 0;
		height: auto;
		background:url('/images/vsl_bg.jpg') bottom top;
		background-size: cover;
	}
}

.section1, .section2, .section3 {float: left;}
.section1 {width:420px;}
.section2 {width:430px; padding: 0 20px;}
.section3 {width:450px;}

@media (max-width: 1200px) {
	.section1 {width:50%; padding: 0 10px;}
	.section2 {width:50%; padding: 0 10px;}
	.section3 {width:100%; padding: 10px 10px 0 10px;}
}


/* -------------------------------------------- 
 * 판매상담리스트
/* ------------------------------------------ */

.cslist_gr {float: left; width:100%; /*height:560px;*/ overflow:hidden; padding: 0px; position:relative; /*background:#fff; border:1px solid #ddd;*/}
.cslist_gr ul {list-style:none; padding:0; margin:0; }
.cslist_gr li {border:1px solid #ddd; background:#fff; font-size: 14px; padding:0px 20px; line-height: 42px; margin-bottom: 11px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; list-style: none; position: relative; max-width: 100%;}
/*.cslist_gr li:last-child {border:0;}*/
.cslist_gr li img { padding:0 5px 0 0; vertical-align:middle }
.cslist_gr li span.ing {float:left;}

.cslist_gr li span.slide_title {vertical-align:middle; padding-left: 7px;}
.cslist_gr li span.end_btn  { height: 25px; background:#7d4a15; color:#fff; line-height: 15px; padding:.5em .8em; float:left; font-size:12px; margin: 10px 5px 0 0; text-align:center; }

.cslist_gr .awards_banner {position:absolute; bottom:0;}

@media (max-width: 1200px) {
	.cslist_gr {
		height: auto;
	}
}

@media (max-width: 991px) {
	.cslist_gr {
		padding: 0 10px 20px 10px;
		height: auto;
	}

	
}

/* --------------------------------------------
 *  전체상담건수,전체판매고객,상담완료건수
/* ------------------------------------------ */

.main_count .count {
	overflow: hidden;
	margin-top: 30px;
}
.main_count .count ul {
	margin-bottom: 0;
}

.main_count .count li {
	float: left; 
	height: 36px; 
	line-height: 36px;
}


.main_count .count li:first-child {
	width: 48%; 
	border-right: 1px solid #acacac;
}

.main_count .count li:last-child {
	width: 52%; 
}

.main_count .count li.ct_success {
	padding: 0 0 0 10px;
	box-sizing: border-box;
}

.main_count .count li span {
	height: 14px; 
	line-height: 14px;
	font-size: 14px;
	display: inline-block;
	float: left; 
	margin-top:14px;
}

.main_count .count li strong {
	font-family: 'GmarketSansBold';
	letter-spacing: -1px;
	font-size: 25px;
	text-align:right;
	display: block;
	color: #feb00a;
	font-weight: 600;
	line-height:45px;
}

.main_count .count li.ct_total strong {
	padding: 0 12px 0 0;
	box-sizing: border-box;
}

/* sc_count */
.m_count {
	padding-top: 230px;
}

.m_count h3 span {
	width: 129px;
	background-position: -160px -305px;
}

.m_count li {
	width: 50%;
	float: left;
	padding: 16px 0 12px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.m_count li:first-child {
	border-right: 1px solid #ddd;
}

.m_count li span {
	display: block;
	background: #ffffff;
	color: #c0c0c5;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: -0.05em;
	padding-left: 24px;
	font-family: 'GmarketSansMedium';
}

.m_count li strong {
	display: block;
	padding: 0 24px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.05em;
	font-weight: 300;
	color: #6a6c73;
	font-family: 'GmarketSansBold';
}

.m_count li.ct_success strong {
	color: #feb00a;
}

.m_count li strong span {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding-left: 3px;
	vertical-align: initial;
}



/* --------------------------------------------
 * 
/* ------------------------------------------ */


/* main_consult */
.main_consult {
	z-index: 1;
	background: #fff;
	border:3px solid #444;
	padding: 30px;
	position: relative;
	margin-top: 40px;
}

.main_consult .ribbon {
	position: absolute;
	top: -10px;
	right: -9px;
}

.main_consult .main_title {
	margin-bottom: 10px;	
}

.main_consult .main_title h3 { 
	font-family: 'Noto Sans KR'; 
	color:#333; 
	margin-bottom: 5px; 
	font-weight: 700;
	font-size: 26px;
}
.main_consult .main_title h3 span { 
	color:#feb00a; 
	font-weight: 700;
}
.main_consult .main_title p {
	font-size: 13px; 
	letter-spacing: -1px; 
	line-height:18px;
}


.cstForm .info{
	width: 100%;
	padding-top:20px;
}

.cstForm .info li{
	width:100%;
	line-height: 18px;
	font-size:12px;
	color:#777;
	font-weight: 400;
	letter-spacing: -1px;
}
.main_consult .cstForm button.submit {
	width: 100%;
	margin-bottom: 20px;
	background: #feb00a;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
}

.main_consult .cstForm button.submit:hover {
	background: #7d4a15;
}
.main_consult .cstForm button.submit span {
	font-size: 22px;
	color:#fff;
}


@media (max-width: 991px) {
	.main_consult {
		width: 95%;
		margin: 0px auto;
		position:relative;
		top: 30px;
	}	

	.cstForm .info li {
		font-size: 11px;
	}

	.m_count {
	padding-top: 230px;
	padding-bottom:80px;
	}
}

/* --------------------------------------------
 * select
/* ------------------------------------------ */
/* selectWrap_st1 */
.selectWrap_st1{position:relative;height:46px;border:1px solid #dfe0e4;background:#fff;margin:-1px 0 0 -1px;}
.selectWrap_st1 .btn_selected{text-align:left; height:46px;line-height:46px;display:block;overflow:hidden;position:relative;padding:0 28px 0 58px;font-size:15px;color:#666;white-space:nowrap;background:#fff}
.selectWrap_st1 .btn_selected:after{content:'';display:block;position:absolute;top:0;right:0;width:58px;height:58px;background:url("/_img/select_arr.png") no-repeat 0 0}
.selectWrap_st1.uArea .btn_selected:before{content:'';display:block;position:absolute;top:0;left:0;width:58px;height:58px;background:url("/_img/inputWrap_st1_icon.png") no-repeat 0 -116px}
.selectWrap_st1 .select_list ul{padding: 0 !important;}
.selectWrap_st1 .select_list{width:100%;min-width:100%;height:280px !important;position:absolute;top:100%;right:0;border:1px solid #dfe0e4;background:#fff;z-index:999;overflow-x:hidden;overflow-y:auto;margin-right:-1px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-ms-box-sizing:content-box;box-sizing:content-box;display:none}
.selectWrap_st1 .select_list li a{width:100%;display:block;line-height:58px;text-align:center;padding:0;white-space:nowrap;background:#fff;color:#131316;font-size:13px;letter-spacing:-0.025em}
.selectWrap_st1 .select_list li a:focus,
.selectWrap_st1 .select_list li a:hover,
.selectWrap_st1 .select_list li.active a{background:#fafafa;color:#10cb00;}

/* selectWrap_st2 */
.selectWrap_st2{position:relative;height:54px;border:2px solid #fff;margin:-2px 0 0 -2px;z-index:10}
.selectWrap_st2.disable{border:2px solid #65676a;z-index:1}
.selectWrap_st2.disable *{cursor:default}
.selectWrap_st2.disable a{opacity:0.5;filter: alpha(opacity=50);-moz-opacity:0.5}
.selectWrap_st2 .btn_selected{height:50px;line-height:52px;display:block;overflow:hidden;position:relative;padding:0 50px 0 20px;font-size:15px;color:#fff;white-space:nowrap;background:url("/_img/bg_black_opa65.png") repeat}
.selectWrap_st2 .btn_selected:after{content:'';display:block;position:absolute;top:0;right:0;width:50px;height:50px;background:url("/_img/select_arr3.png") no-repeat 0 0}
.selectWrap_st2 .select_list{width:250px;min-height:82px;max-height:282px;position:absolute;top:0;left:0;margin-left:260px;border:1px solid #dfe0e4;background:#fff;z-index:100;overflow-x:hidden;overflow-y:auto;display:none}
.selectWrap_st2 .select_list li a{display:block;line-height:40px;text-align:left;padding:0 20px 0 14px;white-space:nowrap;background:#fff;color:#131316;font-size:14px;letter-spacing:-0.025em}
.selectWrap_st2 .select_list li a:focus,
.selectWrap_st2 .select_list li a:hover,
.selectWrap_st2 .select_list li.active a{background:#fafafa;color:#456cea}

/* --------------------------------------------
 * checkbox
/* ------------------------------------------ */
/* checksWrap_st1 */
.checksWrap_st1{position:relative;height:46px;background:#fff;line-height: 24px;padding: 20px 0;margin: -1px 0 0 -1px; border:1px solid #dfe0e4;}
.checksWrap_st1 .checks{ text-align:left; position:relative;margin-left: 20px;}
.checksWrap_st1 input[type="checkbox"]{position:absolute;top:0;left:0;margin:0;padding:0;z-index:-1;width:14px;height:14px;-webkit-appearance:none}
.checksWrap_st1 label{background:url("/_img/check1_off.png") 0 0 no-repeat #fff;display:inline-block;position:relative;top:0;left:0;height:14px;line-height:14px;font-size:13px;color:#6a6c73;padding:0 0 0 30px;z-index:10}
.checksWrap_st1 label.on{background:url("/_img/check1_on.png") 0 0 no-repeat #fff}
.checksWrap_st1 a{display:inline-block;font-size:11px;line-height:20px;padding:0 8px;background:#ececef;color:#808189;position:absolute;right:0;top:0}
.afreeFormbtn a{float: right; font-size:10px; color#555; text-decoration: underline; margin-right: 20px; margin-top:5px;}
/* --------------------------------------------
 * input
/* ------------------------------------------ */
/* inputWrap_st1 */
.inputWrap_st1{position:relative;margin:-1px 0 0 -1px}
.inputWrap_st1:before{content:'';display:inline-block;width:58px;height:58px;background:url("/images/inputWrap_st1_icon.png") no-repeat;position:absolute;top:-7px;left:0;z-index:11}
.inputWrap_st1 input{display:block;width:100%;height:46px;line-height:24px;font-size:14px;background:#f5f5f7;border:1px solid #dfe0e4;padding:17px 10px 17px 45px;color:#131316;}
.inputWrap_st1 input:focus{position:relative;border-color:#456cea;background:#fff;z-index:10}

.inputWrap_st2{position:relative;margin:-1px 0 0 -1px}
.inputWrap_st2:before{content:'';display:inline-block;width:58px;height:58px;background:url("/images/inputWrap_st1_icon.png") no-repeat;position:absolute;top:0px;left:0;z-index:11}
.inputWrap_st2 input{display:block;width:100%;height:60px;line-height:24px;font-size:14px;background:#f5f5f7;border:1px solid #dfe0e4;padding:17px 10px 17px 45px;color:#131316;}
.inputWrap_st2 input:focus{position:relative;border-color:#456cea;background:#fff;z-index:10}

.inputWrap_st1 input::-webkit-input-placeholder{color:#999}
.inputWrap_st1 input:-moz-placeholder{color:#999;opacity:1}
.inputWrap_st1 input::-moz-placeholder{color:#999;opacity:1}
.inputWrap_st1 input:-ms-input-placeholder{color:#999}
.inputWrap_st1 input:placeholder-shown{color:#999}

.inputWrap_st2 input::-webkit-input-placeholder{color:#999}
.inputWrap_st2 input:-moz-placeholder{color:#999;opacity:1}
.inputWrap_st2 input::-moz-placeholder{color:#999;opacity:1}
.inputWrap_st2 input:-ms-input-placeholder{color:#999}
.inputWrap_st2 input:placeholder-shown{color:#999}

/* icon */
.inputWrap_st1.uCar:before { background-position: 0 0; }
.inputWrap_st1.uTel:before { background-position: 0 -58px; }
.inputWrap_st1.uArea:before { background-position: 0 -116px; }

.inputWrap_st2.uCar:before { background-position: 0 0; }
.inputWrap_st2.uTel:before { background-position: 0 -58px; }
.inputWrap_st2.uArea:before { background-position: 0 -116px; }

/* icon */
.txt_terms {width:100%; font-size:14px; color:#333; padding:10px 0 0 0; text-align: center;}
.txt_terms label {margin: 0; font-weight: 400;}
.txt_terms a {color:#000;}
@media (max-width: 991px) {
	.txt_terms	{font-size:12px;}
}

/* --------------------------------------------
 * pic_gallery
/* ------------------------------------------ */
.pic_gallery {width:100%; overflow: hidden; position: relative; padding-bottom: 20px;}
.pic_gallery .gall {background:#fff; width: 220px; height:270px; float:left; margin-bottom: 15px; border:1px solid #ccc;}
.pic_gallery .gall:nth-child(2), .pic_gallery .gall:nth-child(4) {margin-left: 10px;}
.pic_gallery .gall img {width:100%; height:125px;}
.pic_gallery .gall .info {padding: 12px;}
.pic_gallery .gall .info h4 {margin: 0; color:#000; font-size: 16px;}
.pic_gallery .gall .info p {font-size: 13px; color:#666; line-height: 18px; overflow: hidden; white-space: normal; height: 90px; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}

.pic_gallery .gall2 {background:#fff; width: 216px; height:270px; float:left; margin-bottom: 30px; border:1px solid #ccc; margin-left: 10px;}
.pic_gallery .gall2.margin-0 {margin-bottom: 0px;}
.pic_gallery .gall2:first-child {margin-left: 0px;}
.pic_gallery .gall2 img {width:100%; height:125px;}
.pic_gallery .gall2 .info {padding: 12px;}
.pic_gallery .gall2 .info h4 {margin: 0; color:#000; font-size: 16px;}
.pic_gallery .gall2 .info p {font-size: 13px; color:#666; line-height: 18px; overflow: hidden; white-space: normal; height: 90px; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}

.pic_gallery .gall3 {background:#fff; width: 100%; height:270px; border:1px solid #ccc;}
.pic_gallery .gall3.margin-0 {margin-bottom: 0px;}
.pic_gallery .gall3 img {width:100%; height:125px;}
.pic_gallery .gall3 .info {padding: 12px;}
.pic_gallery .gall3 .info h4 {margin: 0; color:#000; font-size: 16px;}
.pic_gallery .gall3 .info p {font-size: 13px; color:#666; line-height: 18px; overflow: hidden; white-space: normal; height: 90px; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}

.pic_gallery a.prev {position:absolute; top:50%; left:0;}
.pic_gallery a.next {position:absolute; top:50%; right:0;}

@media (max-width: 1200px) {
	.pic_gallery .gall, .pic_gallery .gall2 {width: 49%;}
	.pic_gallery .gall2:nth-child(1), .pic_gallery .gall2:nth-child(3), .pic_gallery .gall2:nth-child(5) {margin-left: 0px;}
}

@media (max-width: 991px) {
	.pic_gallery .gall {width: 46%; height: 175px; margin: 0 2%;}
	.pic_gallery .gall.width-100 {width:100%; margin:0;}
	.pic_gallery .gall:nth-child(2), .pic_gallery .gall:nth-child(4) {margin: 0 2%;}
	.pic_gallery .gall img {width:100%; height:75px;}
	.pic_gallery .gall .info {padding: 7px;}
	.pic_gallery .gall .info h4 {font-size: 14px;}
	.pic_gallery .gall .info p {font-size: 11px; height: 50px; -webkit-line-clamp: 3;}

	.pic_gallery .gall2 {width: 46%; height: 175px; margin: 0 2%;}
	.pic_gallery .gall2:first-child {margin: 0 2%;}
	.pic_gallery .gall2 img {width:100%; height:75px;}
	.pic_gallery .gall2 .info {padding: 7px;}
	.pic_gallery .gall2 .info h4 {font-size: 14px;}
	.pic_gallery .gall2 .info p {font-size: 11px; height: 50px; -webkit-line-clamp: 3;}

	.pic_gallery .gall3 {margin-bottom:30px; height: 235px;}
	.pic_gallery .gall3 .info p {font-size: 11px; height: 50px; -webkit-line-clamp: 3;}
}



/* --------------------------------------------
 * 내 차 팔기
/* ------------------------------------------ */

.sec_sellContent {

}
.sec_sellContent.sec1 {
	margin: 100px 0 80px;
	background: url(/images/sellContent_bg2.jpg) no-repeat center top;
}
.sec_sellContent.sec2 {
	margin: 100px 0 120px;
	background: #fff;
}

.sec_sellContent .container {
	width: 960px;
	padding: 0;
	margin: auto;
}

/* sc_count */
.sc_count {
	padding-top: 150px;
}
.sc_count .count {
	width: 100%;
	background: url(/images/bg_black_opa65.png) repeat;
	overflow: hidden;
	padding: 30px 40px;
}
.sc_count .count li {
	width: 50%;
	float: left;
}
.sc_count .count li:last-child {
	border-left: 1px solid #3b3b40;
	padding-left: 30px;
}
.sc_count .count li span {
	font-family: 'GmarketSansMedium';
	height: 23px; 
	line-height: 23px;
	display: inline-block;
	overflow: hidden;
	color: #feb00a;
}

.sc_count .count li strong {
	font-family: 'GmarketSansBold';
	display: block;
	font-size: 36px;
	line-height: 46px;
	height: 46px;
	color: #fff;
}
.sc_count .txt {
	margin: 10px 0;
}

.sc_count .txt p {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

/* sc_consult */
.sc_consult {
	width: 100%; 
	height: 460px;
	position: relative;
	background: #fff;
	border: 1px solid #6a6c73;
	margin-top: 40px;
}

.sc_consult .title {
	padding: 30px 34px 0px;
	margin-bottom: 10px;	
}

.sc_consult .title h3 { 
	font-family: 'Noto Sans KR'; 
	color:#333; 
	margin-bottom: 5px; 
	font-weight: 700;
	font-size: 26px;
}

.sc_consult .title h3 span { 
	color:#feb00a; 
	font-weight: 700;
}

.sc_consult .title p {
	font-size: 13px; 
	letter-spacing: -1px; 
	line-height:18px;
}
.sc_consult h3 .desc {
	font-size: 15px;
	margin-top: 10px;
	line-height: 25px;
	height: 25px;
}
.sc_consult .cstForm {
	padding: 0 34px;
}
.sc_consult .cstForm ul {
	margin: 1px 0 0 1px;
}
.sc_consult .cstForm form &gt; ul &gt; li {
	width: 50%;
	float: left;
}
.sc_consult .cstForm form &gt; ul &gt; li:last-child {
	width: 50%;
	height: 60px;
	border: 1px solid #dfe0e4;
	margin: -1px 0 0 -1px;
	position: relative;
}
.sc_consult .cstForm form &gt; ul &gt; li .checksWrap_st1 {
	height: 60px;

	margin: -1px 0 0 -1px;
}
.sc_consult .cstForm form &gt; ul &gt; li .provision {
	position: absolute;
	top: 60px;
	right: 0;
}
.sc_consult .cstForm form &gt; ul &gt; li .provision a {
	background: #dfe0e4;
	bottom: -20px; right: -1px;
	top: inherit;
	padding: 3px 10px;
}
.sc_consult .cstForm button.submit {
	width: 100%;
	background: #feb00a;
	border: 2px solid #feb00a;
	padding: 10px 0;
	text-align: center;
	margin-top: 40px;
	color: #fff; 
	font-size: 20px;
}
.sc_consult .cstForm button.submit:hover {
	background: #7d4a15;
	border-color: #7d4a15;
}
.sc_consult .cstForm button.submit span {
	width: 98px; height: 20px;
	font-size: 0;
	text-indent: -99999em;
	overflow: hidden;
	background-position: -324px 0;
}
.sc_consult .cstForm_info {
	background: #f5f5f7;
	border-top: 1px solid #ececef;
	padding: 25px 25px;
	margin-top: 30px;
}
.sc_consult .cstForm_info p {
	font-size: 13px;
	line-height: 21px;
	color: #808189;
}

/* sc_iconBox */
.sc_iconBox {
	margin: 80px 0 0;
}
.sc_iconBox ul {
	
}
.sc_iconBox li {
	margin-bottom: 20px;
}

.sc_iconBox li:last-child {
	margin-bottom: 0;
}

.sc_iconBox .box {
	height: 198px;
	position: relative;
	background: #fff;
	border: 1px solid #666;
	padding: 30px 30px 30px 120px;
	border-radius: 30px;
}
.sc_iconBox .box .icon {
	width: 60px; height: 66px;
	position: absolute;
	top: 40px; left: 30px;
}

.sc_iconBox .box .tit {}
.sc_iconBox .box .tit span {
	height: 20px;
	text-indent: -999999em;
	overflow: hidden;
}
.sc_iconBox .box .tit span { 
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

.sc_iconBox .box .txt {
	font-size: 15px;
	line-height: 24px;
	color: #6a6c73;
	margin-top: 12px;
	word-break: keep-all;
	max-width: 90%;
	text-transform: uppercase;
}


/* sc_btn */
.sc_btn {
	clear: both;
	margin: 40px 0;
	text-align: center;
}
.sc_btn a {
	display: inline-block;
	width: 210px;
	background: #2d2d36;
	border: 2px solid #131316;
	padding: 21px 0;
	text-align: center;
	margin: 0 10px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
}
.sc_btn a.go_service {
	border-color: #6a6c73;
	background: #808189;
}
/* sc_cstList */
.sc_cstList {

}
.sc_cstList h3 {
	text-align: center;
	margin-bottom: 40px;
}
.sc_cstList h3 span {
	width: 367px; height: 42px;
	background-position: 0 -240px;
	text-indent: -999999em;
	overflow: hidden;
}

@media (max-width: 991px) {
	.sec_sellContent.sec1 {
		margin: 0;
	}

	.sec_sellContent .container {
		width: 100%;
	}

	.sc_consult {
		margin-top: 0;
		height: auto;
	}

	.sc_count .count {
		margin:30px 0 0;
	}

	.sc_consult .title {
		padding: 30px 20px 0px;
	}

	.sc_count {
		padding-top: 0px;
	}

	.sc_count .txt p {
		font-size: 14px;
		padding-bottom: 0px;
		color: #fff;
	}

	.sc_consult .cstForm {
		padding: 0 20px 0px;
	}

	.sc_iconBox {
		margin: 30px 0 30px;
	}

	.sc_iconBox .box {
		height: auto;
	}

	.sc_btn {
		margin: 0 0 30px;
	}

	.sc_btn a {
		width: 46%;
		margin: 0;
	}
}




/* --------------------------------------------
 * 배너
/* ------------------------------------------ */
.banner {padding-top: 60px;}

/* --------------------------------------------
 * 내차팔기 진행절차
/* ------------------------------------------ */
.m_process_gr {width:100%; padding: 45px 0 60px;}
.process_title {text-align: center;}
.process_title h3 {font-weight:bold; font-size: 36px; color:#000;}
.process_title h3 span {font-weight:bold; color:#ff7300;}
.process_title p {font-weight:bold; font-size: 18px; margin-top: 30px;}
.m_process_gr .img {padding: 50px 0 0;}

@media (max-width: 992px) {
	.m_process_gr {
		width:100%; 
		padding: 25px 0;
	}

	.process_title h3 {
		font-size: 22px;
	}

	.process_title p {
		font-weight:bold; 
		font-size: 14px; 
		margin-top: 20px;
	}

	.m_process_gr .img {
		padding: 30px 0 0;
	}
}

/* --------------------------------------------
 * 내차팔기 진행절차
/* ------------------------------------------ */

.carz_banner { width:100%; padding:60px 0; float:left; border-top: 1px solid #ddd; }
.carz_banner .quick_banner {width:385px; float:left; margin-top: 55px;}
.carz_banner .quick_banner ul {list-style:none; padding:0; margin:0;}
.carz_banner .quick_banner li {padding-bottom:9px;}
.carz_banner .quick_banner li:last-child {padding-bottom:0;}

.carz_banner .quick_banner li a.inner {
  display: table;
  width: 100%;
  height: 179px;
  text-align: center;
  position: relative;
}

.carz_banner .quick_banner li a.inner:before {
	 content: "";
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  left: 0;
	  top: 0;
	  background: rgba(226, 213, 197, 0.25);
	  -webkit-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
	  opacity: 0;
}

.carz_banner .quick_banner li:hover .inner:before {
	opacity: 1;
}

.carz_banner .why_banner {width:500px; float:left; padding:0 12px;}
.carz_banner .why_banner  .why_b_title { position:relative; width:100%; /*margin:20px 0 15px 0;*/}
.carz_banner .why_banner  .why_b_title h2 {padding:0; margin:0;}
.carz_banner .why_banner  .why_b_btn {position: absolute; top:5px; right:0;}
.carz_banner .why_banner  .why_b_btn li { display:inline;float:right}
.carz_banner .why_banner  .why_b_img {width:100%; margin-top: 20px;}

@media (max-width: 1200px) {
	.carz_banner .quick_banner {width:280px; float:left; margin-top: 55px;}
	.carz_banner .quick_banner li {padding-bottom:15px;}
	.carz_banner .why_banner {width:380px; float:left; padding:0 10px;}
	.carz_banner .why_b_title h2 img {width: 74%;}
}

@media (max-width: 992px) {
	.carz_banner {padding:20px 0;}
	.carz_banner .quick_banner, .carz_banner .why_banner {width:100%; float:none; margin-top:0;}
	.carz_banner .why_banner  {padding:20px 0;}
	.carz_banner .quick_banner li {padding-bottom:20px;}
}

/* --------------------------------------------
 * 내차팔기생생후기
/* ------------------------------------------ */
.main_review { clear:both; position:relative; width:100%; background:#f2f2f1; padding: 60px 0;}
.main_review .ct_title {width:100%; text-align: center; margin-bottom: 35px;}
.main_review .ct_title h3 {font-weight:bold; font-size: 36px; color:#8b3704;}
.main_review .ct_title h3 span {font-weight:bold; color:#ff7300;}
.main_review .ct_title p {font-weight:bold; font-size: 18px; margin-top: 30px;}

.main_review .pc_ver {display:block;}
.main_review .mobile_ver {display:none;}
@media (max-width: 992px) {
	.main_review .pc_ver {display:none;}
	.main_review .mobile_ver {display:block;}
}


.review {width:100%; height:302px; background:#fff; border-radius: 15px; padding:16px; float:left }
.review01 {width:100%; padding-bottom: 15px; margin-bottom:16px; float:left; border-top:0; border-left:0; border-right:0; border-style: dotted; border-color:#ddd;}
.review_thumb {width:120px;  margin-right:10px; float:left }
.review_thumb img {width:120px; height:120px; border-radius:120px; }
.review_title {width:132px; padding-top:36px; float:left; } 
.review_title p {color:#333; font-size:16px; width:145px; font-weight:600; text-align:left; text-overflow:ellipsis; display: inline-block; white-space: nowrap; overflow: hidden;}
.review_title .review_date {width:100%; font-size:14px; color:#888; font-weight:normal;} 
.review_text {}
.review_text p {text-align:left; overflow:hidden; height: 62px; color:#555; float:left; width:100%; white-space: normal; line-height: 20px; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.review_more {margin:5px 0; color:#0094f7; font-size:13px; text-decoration:underline;} 

@media (max-width: 1200px) {
	.review01 {
		padding-bottom: 7px;
	}

	.review_thumb {
		margin: 0 auto;
		float: none;
	}

	.review_title {
		padding-top: 20px;
	}

	.review_text p {
		height: 20px; 
		-webkit-line-clamp: 1; 
		overflow:hidden;
	}

}

@media (max-width: 992px) {
	.main_review {
		padding: 25px 0;
	}

	.review {
		width:100%; 
		height:230px;
		margin:0 auto;
		float: none;
	}
	
	.main_review .ct_title {
		margin-bottom: 15px;
	}

	.main_review .ct_title h3 {
		font-size: 22px;
	}

	.main_review .ct_title p {
		font-weight:bold; 
		font-size: 14px; 
		margin-top: 20px;
	}
		
	.review_thumb {
		width:80px;
		height:80px;
		margin: 0;
		float: left;
	}

	.review_thumb img {
		width:80px;
		height:80px;
	}

	.review_title {
		width:100px;
		padding-top:15px;
		padding-left: 10px;
	}

	.review_text p {
		-webkit-line-clamp: 2;  
		height: 42px;
		overflow: hidden;
	}
}


.bx-controls-direction {
	display: block;
}

.bx-controls-direction a {
  position: absolute;
  top: 56%;
  margin-top: 0px;
  outline: 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-controls-direction .bx-prev {
	  left: 220px;
	  margin-top:0px;
	  background: url('/images/btn_prev.png');
}

.bx-controls-direction .bx-prev:hover,
.bx-controls-direction .bx-prev:focus {
	background-position: 0 0;
}

.bx-controls-direction .bx-next {
  right: 220px;
  background: url('/images/btn_next.png') 
}

.bx-controls-direction .bx-next:hover,
.bx-controls-direction .bx-next:focus {
    background-position: 0 0;
 }

 @media (max-width: 1600px) {
	.bx-controls-direction .bx-prev {
	  left: 100px;
	}

	.bx-controls-direction .bx-next {
	  right: 100px;
	}
 }

 @media (max-width: 1400px) {
	.bx-controls-direction .bx-prev {
	  left: 15px;
	}

	.bx-controls-direction .bx-next {
	  right: 15px;
	}
 }


 /* --------------------------------------------
 * 실시간상담리스트
/* ------------------------------------------ */

.sell_gr { width:100%; height:752px; padding:50px 0 30px 0; background:#f4f4f4; border-bottom:1px solid #ebe6db; float:left}
.list_wrap {}
.req_box {width:100%; height:57px; border-radius: 50px; padding:10px 15px; background:#fff; margin-bottom:8px; float:left}
.req_box li {display:inline; float:left; font-size:16px; color:#444; padding-top:4px; }
.req_box li a {font-size:17px; font-weight:600; color:#444;  }
.req_box li img { vertical-align:middle}
.req_box li.lock {padding:2px 8px 0 0; }
.req_box li.ing {float:right; padding:0; }

 @media (max-width: 992px) {
	.sell_gr {height: auto; padding:20px 0;}
	 .req_box {height: 48px;}
	 .req_box li {font-size: 14px; padding-top: 2px;}	
	 .req_box .list_title {max-width: 150px; text-overflow:ellipsis; display: inline-block; white-space: nowrap; overflow: hidden;}
	 .req_box li img {width:70%;}
	 .req_box li.ing img {float:right; margin-top:3px;}
 }

/* --------------------------------------------
 * main_service_info2
/* ------------------------------------------ */
.main_service_info2 {
	padding: 30px 0;
	/*border-top: 1px solid #e9e9e9;*/
	border-bottom: 1px solid #e9e9e9;
}

.main_service_info2 ul {
	margin: 0;
}

.main_service_info2 li {
}

.main_service_info2 li:first-child {
	margin-left: 0px;
}
.main_service_info2 li a {
	min-height: 160px;
	position: relative;
	top: 0;
	display: block;
	overflow: hidden;
	/*padding-top: 120px;*/
	line-height: 1;
	border-radius: 10px;
	box-shadow: 0px 2px 12px 0px rgba(0,13,57,0.1);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.main_service_info2 li a:hover,
.main_service_info2 li a:focus {
	top: -4px;
	box-shadow: 0px 20px 30px 0px rgba(0,13,56,0.2);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.main_service_info2 li.si1 a { background-image: url('/images/service_info1.jpg'); background-size: contain;}
.main_service_info2 li.si2 a { background-image: url('/images/service_info2.jpg'); background-size: contain;}
.main_service_info2 li.si3 a { background-image: url('/images/service_info3.jpg'); background-size: contain;}
.main_service_info2 li.si4 a { background-image: url('/images/service_info4.jpg'); background-size: contain;}

.main_service_info2 li a h3 {
	height: 52px;
	position: absolute;
	top: 20px; 
	left: 20px;
}
.main_service_info2 li.si1 a h3 { background-position: 0 -232px; width: 97px; }
.main_service_info2 li.si2 a h3 { background-position: 0 -284px; width: 140px; }
.main_service_info2 li.si3 a h3 { background-position: 0 -336px; width: 124px; }
.main_service_info2 li.si4 a h3 { background-position: 0 -388px; width: 165px; }

.main_service_info2 li a p {
	padding: 13px 10px 5px;
	font-size: 13px;
	line-height: 1.4;
	color: #555;
	letter-spacing:-1px;
	text-align: center;
}

@media (max-width: 1200px) {
	.main_service_info2 li a {
		/*padding-top:90px;
		height: 150px;*/
	}
}

@media (max-width: 992px) {
	.main_service_info2 {padding: 20px 0;}
	/*.main_service_info2 li.si1 a { background-size: 100% 130px; }
	.main_service_info2 li.si2 a { background-size: 100% 130px; }
	.main_service_info2 li.si3 a { background-size: 100% 130px; }
	.main_service_info2 li.si4 a { background-size: 100% 130px; }*/

	.main_service_info2 li {
		padding: 0 10px;
		margin-bottom: 20px;
		height: auto;
	}

	.main_service_info2 li a {
		min-height: auto;
		/*padding-top:130px;*/
	}
}

 /* --------------------------------------------
 * 내차구매 이용절차
/* ------------------------------------------ */
.main_step {padding: 60px 0; overflow:hidden;}
.main_step .sell_step {text-align: center; margin-top: 30px;}
.main_step .sell_step img {width: 100px; margin: 0 auto;}
.main_step .sell_step h4 {font-weight: 800; color:#333; font-size: 22px; margin: 40px 0 20px; letter-spacing: -1px;}
.main_step .sell_step p {font-size: 16px;}

 @media (max-width: 992px) {
	.main_step .sell_step img {width: 60px; margin: 0 auto;}
	.main_step .sell_step h4 {font-size: 18px; margin: 20px 0 10px;}
	.main_step .sell_step p {font-size: 14px;}
 }

 /* --------------------------------------------
 *  내차팔기진행절차 - 서브
/* ------------------------------------------ */

.cts_gr {clear:both; width:100%; border-bottom:1px solid #e7e7e7;  padding:50px 0; display: block;}
.cts_infogr {width:100%; position:relative; top:0; left:0;  float:left}
.cts_infogr02 {width:100%;}

.guide_arrow { position:absolute; top:98px; left:247px; display:block; z-index:1}
.guide_arrow2 {display:none;}

.guide {width:100%; margin-top: 10px;}
.guide ul {}
.guide ul .choice {height:190px; overflow:hidden; position:relative; margin:0 0 50px 0; z-index:100;}
.guide ul .choice a {display:block; text-decoration:none; color:#666;}
.guide ul .choice dl {height:190px; }
.guide ul .choice dl dt {height:190px;}

.m_cts_gr {display:none;}

@media (max-width: 1200px) {
	.cts_infogr, .cts_infogr02, .guide ul {
		width: 100%;
	}

	.guide ul .choice {
		height: 129px;
	}

	.guide ul .choice dl, .guide ul .choice dl dt {
		width: 168px;
		height: 129px;
	}

	.guide_arrow {
		display: none;
	}

	
	.guide_arrow2 {
		position:absolute;
		top:45px; 
		left:185px;
		display: block;
	}

}

@media (max-width: 992px) {
	.cts_gr {
		display: none;
	}

	.m_cts_gr {
		clear:both;
		display: block;
		padding: 20px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
}


/* --------------------------------------------
 * 회원가입
/* ------------------------------------------ */
.title_h2 { font-family: 'GmarketSansBold'; color: #000; width:100%; background:url(/images/bg_line.gif) left bottom repeat-x; font-size:26px; color:#333; padding-bottom:10px; margin:30px 0 20px; float:left}
.title_h2 span {color:#00377e;}
@media (max-width: 992px) {
	.title_h2 { 
		font-size:20px; 
	}
}
.step_gr { width:100%;  margin-bottom:50px; float:left}
.join_gr {width:635px;  float:left} 
.join_box {width:635px; background:#f8f8f8;  border:1px solid #ddd; padding:0 15px 15px 15px;  -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; float:left} 
.join_title {width:100%; border-bottom:2px solid #444; padding-bottom:10px; font-size:22px; letter-spacing:-1px; font-family: 'yg-jalnan'; margin-bottom:15px; color:#000; float:left} 
.join_title02 {width:100%; border-bottom:2px solid #444; padding-bottom:10px; font-size:22px; letter-spacing:-1px; font-family: 'yg-jalnan';   color:#555; float:left} 
.join_gr02 {width:100%;  float:left} 

.accept { width:100%; text-align:center; font-size:16px; font-weight:600; margin-top:30px; border-bottom:1px solid #ddd; padding-bottom:20px;  float:left}


.fileBox .fileName {display:inline-block;width:300px;height:35px;padding-left:10px;margin-right:2px;line-height:30px; font-size:16px;  color:#444; padding:5px 10px;-webkit-border-radius:6px;-moz-border-radius:30px;border-radius:30px; border:solid 1px #ddd; vertical-align:middle}
.fileBox .btn_file {display:inline-block; width:100px;height:35px; padding:2px 10px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;  line-height:30px; text-align:center; font-size:15px; letter-spacing:-1px; background:#868b94; color:#fff; vertical-align:middle}
.fileBox input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

.gr_button { width:100%; text-align:center;  float:left}

/* --------------------------------------------
 * 매매가이드
/* ------------------------------------------ */
.buy_info {padding:50px 0 30px;}
.buy_info .cts_paper {width:100%;}
.buy_info .box_paper {width:100%; margin-bottom:30px;}
.buy_info .box_paper ul {list-style:none; padding:0; margin:0; }
.buy_info .box_paper li {border-bottom:1px solid #ddd; padding:12px 10px;}
@media (max-width: 992px) {
.buy_info {
		padding:20px 0;
		border-bottom:1px solid #ddd;
	}
}

/* --------------------------------------------
 * 탭메뉴 - 메뉴3개
/* ------------------------------------------ */
.cts_tab { width:100%;   padding:30px 0; float:left}

.tabmenu {width:710px; margin:0 auto;  }
.tabmenu li { width:230px; margin-right:8px; background:#f0f0f0; padding:11px 0; text-align:center; border:1px solid #e0e0e0;  font-size:17px;  -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;  display:inline; float:left; }
.tabmenu li:last-child {margin-right:0;}

.tabmenu li a { color:#4c4c4c; font-weight:600}
.tabmenu li.tab_on {border:1px solid #1494f0; background:#1494f0;}
.tabmenu li.tab_on a {color:#fff}

.tabmenu li:hover {border:1px solid #1494f0; background:#1494f0;}
.tabmenu li:hover a {color:#fff}

@media (max-width: 992px) {
	.tabmenu {
		width: 100%;
	}

	.tabmenu li {
		width: 50%;
		margin: 0;
		padding: 4px 0;
		font-size: 14px;
	}
}

/* --------------------------------------------
 * 탭메뉴 - 메뉴3개
/* ------------------------------------------ */
.car_option {width:100%; margin-bottom: 30px;}
.car_option tr th {padding:15px 0; vertical-align:middle; text-align:center;  background:#b0bdcc; color:#fff; font-size:15px; letter-spacing:-1pt; border:1px solid #9ba9b9;  border-left:0;}
.car_option tr th.l_line {border-left:1px solid #a69e9a;}
.car_option tr td {color:#6a6a6a; border:1px solid #e4e4e4; border-top:0; border-left:0; word-break: keep-all; padding:12px 15px; font-size: 14px; vertical-align:middle; text-align:left;}
.car_option tr td.center {text-align:center; vertical-align:middle;}
.car_option tr td.l_line02 {border-left:1px solid #e4e4e4;}
.car_option tr td.l_title {border-left:1px solid #e4e4e4; word-break:keep-all; background:#f8f8f8; color:#544f4c; font-size:15px;  text-align:center; vertical-align:middle;}
@media (max-width: 992px) {
	.car_option tr td {
		padding: 5px;
	}
}

/* --------------------------------------------
 * 커뮤니티
/* ------------------------------------------ */
.comty_cmt { width:100%; font-size:24px; color:#333; font-family: 'yg-jalnan';}
.comty_cmt span {font-family: 'yg-jalnan'; color:#00377e;}
@media (max-width: 992px) {
	.comty_cmt { 
		font-size:16px;
		line-height: 22px;
		margin-bottom: 20px;
	}
}

/* --------------------------------------------
 * 약관
/* ------------------------------------------ */
.terms_gr {width:100%; margin:55px 0; background:#f8f8f8;  border:1px solid #ddd; padding:0 30px;  -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;  float:left} 
@media (max-width: 992px) {
	.terms_gr { 
		margin: 30px 0;
	}
}

#privacy_wrap {
	padding:1px 10px 10px 10px;
	font-size:14px;
	line-height:170%;
	color:#666666;
}

@media (max-width: 992px) {
	#privacy_wrap  { 
		width: 100%;
	}
}

#privacy_wrap ul{
	padding-left:20px;
}

#privacy_wrap h1{
	font-size: 16px;
	font-weight:600;
	color:#000;
	padding-top:20px;
}

#privacy_wrap h2{
	font-size: 15px;
	font-weight:600;
	color:#444;
	padding-top:10px;
}

#privacy_wrap h2.blue{
	font-weight:600;
	color:#3d4f9c;
}

#privacy_wrap h3{

	left:-19px;
	font-size: 15px;
	margin:0 0 3px;
	padding:10px 0 0 0;
	font-weight:normal;
}

#privacy_wrap .privacy_box{
	padding:10px 0 10px 18px;
	display:block;
}

#privacy_wrap ul,ol{

	top:0;
}


#privacy_wrap li{

	list-style:circle;
	left:-15px;
}

#privacy_wrap ol li{

	list-style:decimal;
	left:-15px;
}


#privacy_wrap ul li li {

	list-style:none;
	left:-15px;
}



#privacy_wrap table{
	width:100%
}

#privacy_wrap th,td{
	font-size:15px;
	text-align:center;
	padding:10px;
	/*background:#fff;*/

}

#privacy_wrap p{
	display:block;
}


#new_footer .ft_navi ul.sns {padding:0;}
#new_footer .ft_navi ul.sns li {width:120px; text-align: center; padding:0; margin:13px 0; background:url(/images/topmenu_l.gif) 0px 11px no-repeat;}
#new_footer .ft_navi ul.sns li:first-child {background:none;}
#new_footer .ft_navi ul.sns li &gt; a {vertical-align:middle;}
#new_footer .ft_navi ul.sns li &gt; a &gt; span {font-size:12px;vertical-align:middle;display:inline-block;margin-left:7px;}

@media (max-width: 992px) {
	#new_footer .ft_navi ul.sns {
		clear: both;
	}

	#new_footer .ft_navi ul.sns li {
		width: auto;
		width:50%;
		text-align: left;
		margin: 3px 0;
	}
}

/* 내차팔기 이용절차 */
.sell-step ul li .main-step-number span{
	background-color: #0C80A1 !important;
}

@media (max-width: 575px) {
	.sell-step{
		padding: 20px 0 0 0;
	}
}
@media (min-width: 576px) {
	.sell-step{
		padding: 20px 0 0 0;
	}
}
@media (min-width: 768px){
	.sell-step{
		padding: 30px 0 0 0;
	}
}
@media (min-width: 992px){
	.sell-step{
		padding: 50px 0 0 0;
	}
}

/* 내차팔기 상담리스트 */
.sell-list table .td-state1{
	color: #ff2e2e;
}
.sell-list table .td-state2{
	color: #7a7a7a;
}

@media (max-width: 575px) {
	.sell-list{
		width: 100%;
		overflow: hidden;
		padding: 30px 0 0 0;
	}
	.sell-list table{
		margin: 30px 0 0 0;
		border-top: 2px solid #333333;
	}
	.sell-list table td{
		height: 40px;
		color: #333333;
		font-size: 0.95rem;
		line-height: 1rem;
		border-bottom: 1px solid #d8d8d8;
	}
	.sell-list table .td-key{
		width: 10%;
		text-align: center;
	}
	.sell-list table .td-key img {
		height: 25px;
	}
	.sell-list table .td-title{
		width: 75%;
		padding: 0 30px 0 0;
	}
	.sell-list table .td-state{
		width: 15%;	
		text-align: center;
	}
}
@media (min-width: 576px) {
	.sell-list{
		width: 100%;
		overflow: hidden;
		padding: 30px 0 0 0;
	}
	.sell-list table{
		margin: 30px 0 0 0;
		border-top: 2px solid #333333;
	}
	.sell-list table td{
		height: 40px;
		color: #333333;
		font-size: 0.95rem;
		line-height: 1rem;
		border-bottom: 1px solid #d8d8d8;
	}
	.sell-list table .td-key{
		width: 10%;
		text-align: center;
	}
	.sell-list table .td-key img {
		height: 25px;
	}
	.sell-list table .td-title{
		width: 75%;
		padding: 0 30px 0 0;
	}
	.sell-list table .td-state{
		width: 15%;	
		text-align: center;
	}
}
@media (min-width: 768px){
	.sell-list{
		width: 100%;
		overflow: hidden;
		padding: 40px 0 0 0;
	}
}
@media (min-width: 992px){
	.sell-list{
		width: 100%;
		overflow: hidden;
		padding: 34px 0 34px 0;
                          background-color: #ffffff;
	}
}


/********************************** 이용절차 **********************************/
.main-step {padding:50px 0 30px;}
.main-step ul {margin-top:30px;}
.main-step ul li {text-align:center; margin-bottom:20px;}
.main-step ul li .layout{height: 292px; padding: 30px; border:1px solid #ddd;}
.main-step ul li .main-step-number span{background-color: #39302e; border-radius: 20px 20px; color: #FFFFFF; font-size: 18px; letter-spacing: 0; line-height:1em; padding: 8px 20px; display: inline-block;}
.main-step-img.img {margin-top:15px;}
.main-step-img.img img {max-width: 66px;}
.main-step ul li .main-step-title{color: #333333; font-weight: bold; font-size: 22px;letter-spacing: -0.5px; padding: 10px 10px 0 10px;}
.main-step ul li .main-step-text{color: #7a7a7a; font-size: 16px; padding: 14px 10px 0 10px;}
@media (max-width: 992px){
	.main-step ul li .layout {height: auto;}
	.main-step ul li .main-step-number span {font-size:14px;}
	.main-step ul li .main-step-title {font-size:16px;}
	.main-step ul li .main-step-text {font-size:14px; line-height:18px}
}

</pre></body></html>