@charset "utf-8";

#wrap {
	position: relative;
	width: 100%;
	z-index: 10;
}


/* --------------------------------------------
 * sideNav
/* ------------------------------------------ */
/* sideNav_open */
header,
header * {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.header, .sell_visual, #wrap, .backdrop, .header .gnb .btn_menu a {
	-webkit-transition: transform 250ms ease-in;
	-khtml-transition: transform 250ms ease-in;
	-moz-transition: transform 250ms ease-in;
	-ms-transition: transform 250ms ease-in;
	-o-transition: transform 250ms ease-in;
	transition: transform 250ms ease-in;
}
.sideNav_open .header, .sideNav_open .sell_visual, .sideNav_open #wrap, .sideNav_open .backdrop {
	-webkit-transform: translateX(275px);
	-khtml-transform: translateX(275px);
	-moz-transform: translateX(275px);
	-ms-transform: translateX(275px);
	-o-transform: translateX(275px);
	transform: translateX(275px);
}
.header .gnb .btn_menu a {
	-webkit-transition: transform 350ms ease-in 0ms;
	-khtml-transition: transform 350ms ease-in 0ms;
	-moz-transition: transform 350ms ease-in 0ms;
	-ms-transition: transform 350ms ease-in 0ms;
	-o-transition: transform 350ms ease-in 0ms;
	transition: transform 350ms ease-in 0ms;
}
.sideNav_open .header .gnb .btn_menu a {
	-webkit-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* backdrop */
.backdrop {
	width: 0; height: 0;
	visibility: hidden;
	position: fixed;
	top: 0; left: 0;
	z-index: 9998;
}
.sideNav_open .backdrop {
	visibility: visible;
	width: 100%; height: 100vh;
	background-color: rgba(19,19,22,0.7);
}

/* sideNav */
#sideNav {
	width: 275px; height: 100%;
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0; left: 0;
	z-index: 9999;
	background:#fff;
}

#sideNav .close {
	display: block;
	padding: 22px;
	position: absolute;
	top: 0; right: 0;
}
#sideNav .close span {
	width: 16px; height: 16px;
	display: inline-block;
	text-indent: -99999em;
	overflow: hidden;
	background: url(/_img/mobile/icon_close.png) no-repeat;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	background-size: 16px 16px;
}
#sideNav .menu {
}
#sideNav .menu .m_type1 {
	padding: 85px 0 0 0;
	background: url(/_img/mobile/logo.png) no-repeat 30px 30px;
	background-size: 120px;
}
#sideNav .menu .m_type2 {
	padding: 30px;
	border-top: 1px solid #efeff0;
}
#sideNav .menu li,
.sideNav_open #sideNav .menu li {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#sideNav .menu li {
	position: relative;
	border-top: 1px solid #ddd;
	top: 20px;
	opacity: 0;
}
.sideNav_open #sideNav .menu li {
	top: 0;
	opacity: 1;
}
#sideNav .menu li a {
	display: inline-block;
	line-height: 2.8;
}
#sideNav .menu li a span {
	text-indent: -99999em;
	overflow: hidden;
	vertical-align: middle;
}
#sideNav .menu .m_type1 li a {
	font-size: 1.3em;
	color: #333;
	padding: 0 20px;
}
#sideNav .menu .m_type2 li a {
	font-size: 20px;
	color: #bbb;
}
#sideNav .menu li.active a {
	color: #cf000d;
}

#sideNav .bottom_fix {
	position: absolute;
	bottom: 0; right: 0; left: 0;
	text-align: right;
}
#sideNav .bottom_fix .call img {
	width: 171px; height: 72px;
}
#sideNav .pdMenu{
	padding:0 10px;
	background: #333;
}
#sideNav .pdMenu a{
	width:100%;
	font-size:1.1em !important;
	color: #fff !important;
	line-height:3;
	display:block;
}


/* --------------------------------------------
 * header
/* ------------------------------------------ */
header{
	position: fixed;
	top: 0; left: 0;
	width:100%;
	height:60px;
	background: #fff;
	z-index: 999;
}
header.hd_light {
	-webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.1);
    -o-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.1);
}
/* gnb */
.header .gnb {
	height: 60px;
	position: relative;
}
#cs .header .gnb {
	border-color: rgba(45, 46, 54, 0.92);
}

.header .logo {padding-top: 18px;text-align: center;}
.header .logo a {
	width: 100px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999em;
	color: transparent;
	background: url(/_img/mobile/logo.png) 0 0 no-repeat;
	background-size: 100px;
}

/*
.header .gnb .logo {
	text-align: center;
	padding-top: 17px;
}
.header .gnb .logo a {
	display: inline-block;
	line-height: 29px;
}
.header .gnb .logo img {
	width: auto; height: 35px;
}
*/
.header .gnb .btn_menu {
	position: absolute;
	top: 0; left: 0;
}
.header .gnb .btn_call {
	position: absolute;
	top: 0; right:20px;
}

.header .gnb .btn_menu a,
.header .gnb .btn_call a {
	width: 40px; height: 59px;
	background: url(/_img/mobile/gnb_icon.png) no-repeat;
	display: inline-block;
	-webkit-background-size: 118px 59px;
	-moz-background-size: 118px 59px;
	-o-background-size: 118px 59px;
	background-size: 118px 59px;
}
.header .gnb .btn_menu a {
	background-position: 0 0;
}
.header .gnb .btn_call a {
	background-position: -59px 0;
}

.pdGnb{background:#333;}
.pdGnb ul li{
	width: 25%;
	height: 40px;
	line-height: 40px;
	border-right:1px solid #444;
	float:left;
}
.pdGnb ul li:nth-child(4n){
	border-right:none;
}
.pdGnb ul li:nth-child(-n+4){
	border-bottom:1px solid #444;
}
.pdGnb ul li a{
	padding-left: 8px;
	width:100%;
	height:100%;
	font-size: 1em;
	color:#fff;
	display:block;
}



/* lnb */
.header .lnb {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background: #fff;
}

.header .lnb li {
	width: 25%;
	position: relative;
	float: left;
}
.header .lnb li a {
	display: block;
	text-align: center;
	font-size: 13px;
	line-height: 40px;
	color: #333;
	font-weight: 700;
}
.header .lnb li.active a {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	color:#136fac;
}

/* locationTit */
.header .locationTit {
	background-color: rgba(40, 40, 46, 0.92);
}
.header .locationTit p {
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}


/* --------------------------------------------
 * container
/* ------------------------------------------ */
#container {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 20;
}

/* --------------------------------------------
 * footer
/* ------------------------------------------ */

#footer {
	position: relative;
	z-index: 20;
	line-height: 1.3;
}
#footer .menu {
	border-top: 1px solid rgba(53,53,53,0.06);
	border-bottom: 1px solid rgba(53,53,53,0.06);
}
#footer .menu li {
	float: left;
	width:25%;
	text-align:center;
}
#footer .menu li a {
	display: inline-block;
	padding: 16px 0;
	font-size: 11px;
	color: #8e8e8e;
}
#footer .company {
	padding: 20px 16px 0;
}
#footer .company li {
	font-size: 10px;
	line-height: 16px;
	color: #8e8e8e;
	letter-spacing: 0;
}
#footer .company li span {
	display: inline-block;
	color: #888787;
	margin-right: 5px;
}
#footer .copyright {
	font-family:'Lato','Rubik','NotoSansKR',Arial,AppleGothic,verdana,sans-serif;
	color: #9f9f9f;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 16px 16px 20px;
}
#footer .copyright b {
	color: #dfdfdf;
}
#footer .logo {
	padding: 0 16px 20px;
}
#footer .logo img {
	width: 100px; height: auto;
}

#footer .link{
	height:40px;
	line-height:40px;
	text-align:center;
	background:#ccc;
}
#footer .link a{
	margin:0 2px;
	display:inline-block;
}
#footer .link a img{
	vertical-align:middle;
}
.footer_Txt {}
.footer_Txt .f_txt{    
	padding: 10px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    margin: 10px auto;
    border-radius: 5px;
	width:95%;

}
.footer_Txt .f_txt span{font-weight:500; font-size:11px; line-height:20px;}
.footer_Txt .f_txt strong{line-height:21px; color:#333;}
/* --------------------------------------------
 * layerPopup_개인정보취급방침/이용약관
/* ------------------------------------------ */
.layerPolicy .layerBody {
	overflow: hidden;
}
.layerPolicy .policy_con {
	height: 100%;
	padding: 20px;
	overflow-y: auto;
}
.layerPolicy .policy_con pre {
	white-space: pre-wrap;
	word-break: keep-all;
	font-size: 12px;
	line-height: 18px;
	color: #6a6c73;
}

/*main*/
.main_contentWrap .pdBox ul{
	padding:20px;
	background:#eee;
}
.main_contentWrap .pdBox ul li{
	padding:20px;
	width:48%;
	text-align:center;
	border-radius:10px;
	background:#fff;
	box-shadow:4px 4px 0 rgba(0,0,0,0.1);
	border:1px solid #ddd;
	float:left;
}
.main_contentWrap .pdBox ul li:last-child{
	margin-left:4%;
}
.main_contentWrap .pdBox ul li p{
	margin:5px 0;
	font-size:1.4em;
	font-weight:600;
	line-height:20px;
	font-family:'Nanum Gothic';
	color:#000;
}
.main_contentWrap .pdBox ul li p b{
	font-weight:600;
	color:#cf000d;
}
.main_contentWrap .pdBox ul li span{
	line-height:1.3em;
	display:block;
}
.main_contentWrap .pdBox ul li img{
	width:90%;
	height:auto;
}
.main_contentWrap .qnaBox{
	margin:0 auto 15px;
	padding:20px;
	width:90%;
	background:#fff;
	border-radius:5px;
	border:1px solid #ddd;
}
.main_contentWrap .qnaBox h2{
	margin-bottom:0;
}
.main_contentWrap .qnaBox h3{
	line-height:1.2em;
	color:#000;
	font-weight:300;
}
.main_contentWrap .qnaBox a{
	margin-top: 10px;
	width: 80px;
    display: block;
    line-height: 22px;
    text-align: center;
    background: #CF000E;
    border-radius: 4px;
    color: #fff;
}



@media only screen and (max-width: 926px){
	.h{padding-bottom:15px;}
}
@media only screen and (max-width: 772px){
	.h{padding-bottom:30px;}
}
@media only screen and (max-width: 490px){
	.h{padding-bottom:45px;}
}
@media only screen and (max-width: 335px){
	.h{padding-bottom:60px;}
}
@media only screen and (min-width: 768px){
.main_wrap .mainSellBuy_wrap > div .mobile_txt{padding:15vh12%;}
.main_wrap .mainSellBuy_wrap > div .mobile_txt h2{font-size:2.65em !important;}
.main_wrap .mainSellBuy_wrap > div .mobile_txt p{font-size:1.5em !important;}

.main_wrap .main_reivew .mReivew_wrap .swiper-wrapper div dl dt{font-size:2em;}
.main_wrap .main_reivew .mReivew_wrap .swiper-wrapper div dl dd{font-size:1.2em;}
.main_wrap .mainSellBuy_wrap .mainLeft .mobile_txt p{    background-size: 10px !important;}
.main_wrap .mainSellBuy_wrap > div .mobile_txt p{    padding-right: 16px !important;;}
}

.main_wrap .mainSellBuy_wrap{width:100%; position:relative; height:60vh;}
.main_wrap .mainSellBuy_wrap > div{width:50%; float:left; height:100%;}
.main_wrap .mainSellBuy_wrap > div .mobile_txt{padding:15vh 12%;}
.main_wrap .mainSellBuy_wrap > div .mobile_txt h2{font-size:1.65em; margin-bottom:5px;}
.main_wrap .mainSellBuy_wrap > div .mobile_txt p{font-size:1em; text-align:right;padding-right:8px;}
.main_wrap .mainSellBuy_wrap .mainLeft{background:url(../_img/mobile/left_bg.jpg) no-repeat center #f0f0f0; background-size:cover;}
.main_wrap .mainSellBuy_wrap .mainLeft .mobile_txt h2{border-bottom:2px solid #136fac}
.main_wrap .mainSellBuy_wrap .mainLeft .mobile_txt p{background:url(../_img/mobile/mleft_arw.png) no-repeat right 2px; background-size:5px;}
.main_wrap .mainSellBuy_wrap .mainRight{background:url(../_img/mobile/right_bg.jpg) no-repeat center #136fac;  background-size:cover;}
.main_wrap .mainSellBuy_wrap .mainRight .mobile_txt{color:#fff;}
.main_wrap .mainSellBuy_wrap .mainRight .mobile_txt h2{border-bottom:2px solid #fed804;}
.main_wrap .mainSellBuy_wrap .mainRight .mobile_txt p{background:url(../_img/mobile/mright_arw.png) no-repeat right 2px; background-size:5px;}
.main_wrap .mainSellBuy_wrap .bg_car{background:url(../_img/mobile/main_car.png) no-repeat center; position:absolute; bottom:5%;width: 100%;height: 50%;background-size: contain; left: 0;}
.clfix{clear:both;}

.swiper-container {width: 100%;height: 100%;}

.main_wrap .main_reivew{position:relative;}
.main_wrap .main_reivew h2{font-size:2em; font-weight:300; text-align:center; padding:0.7em 0;}
.main_wrap .main_reivew h2 > span{font-size:0.8em; border-bottom:2px solid #136fac;}
.main_wrap .main_reivew .mReivew_wrap{padding:0 3em; height:57px; overflow:hidden; margin-bottom:30px;}
.main_wrap .main_reivew .mReivew_wrap .swiper-wrapper div dl dt{font-size:1.8em; font-weight:600; padding-bottom:5px;}
.main_wrap .main_reivew .mReivew_wrap .swiper-wrapper div dl dd{font-size:0.8em;}
.mainKakao{background:#fbd620; padding:1em 1.2em;}


@media only screen and (max-width: 320px){
.main_wrap .mainSellBuy_wrap > div .mobile_txt{padding:70px 12%;}
.main_wrap .mainSellBuy_wrap > div .mobile_txt h2{font-size:1.5em;}
.main_wrap .mainSellBuy_wrap > div .mobile_txt p{font-size:0.8em;}
}



