@charset "utf-8";
/* CSS Layout */
/* Main, Sub Layout */
/* ============== PC version ============== */

/* Total Layout(Main, Sub)
-----------------------------*/
body {
	font-family:'Roboto', Arial, nanumgothic, sans-serif;
	color:#666666;
	font-weight:400;
	font-size:15px;
	height:100%;
	letter-spacing:-1px;
}

#cover {
	display:none;
}

#wrap {
	position:relative;
	width:100%;
	overflow:hidden;
	min-height:100%;
}

/* Header(Main, Sub)
-----------------------------*/
#header {
	width:100%;
	/*overflow:hidden;*/
	z-index:100;
	background-color:#ffffff;
}

#login, #logout {
	font-weight:bold;
}

.top {
	width: 100%;
	height: 18px;
	margin: 0 auto;
	padding-top: 8px;
	position: relative;
	background: #f0f0f0;
	text-align: right;
	font-size: 11px;
	font-family: dotum, gulim;
	letter-spacing: -0.02em;
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

.hline {
	font-size: 11px;
	color: #d9d9d9;
	margin: 0;
	padding: 0 1px;
}

.top-right {
	max-width: 960px;
	margin: 0 auto;
}

#sub-menu-div {
	display:inline-block;
}

#sub-menu-div > a {
	padding:8px 0 7px 0;
}

#sub-menu-div > div {
	position:relative;
	z-index:150;
}

.sub-menu-ul {
	display:none;
	position:absolute;
	top:5px;
	right:-38px;
	width:130px;
	height:100px;
	text-align:center;
	background:#fff;
	border:1px solid #ddd;
	box-shadow:0 6px 12px rgba(0,0,0,.175);
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
}

.sub-menu-ul li {
	height:25px;
	line-height:25px;
	color:#808080;
}

.sub-menu-ul > li:nth-of-type(1) > a, .sub-menu-ul > li:nth-of-type(3) > a {
	padding:6px 43px 6px 42px;
}

.sub-menu-ul > li:nth-of-type(2) > a, .sub-menu-ul > li:nth-of-type(4) > a {
	padding:6px 32px 6px 31px;
}

.sub-menu-ul > li > a:hover {
	color:#000;
	text-decoration:underline;
}

.header-pc {
	position:relative;
	margin:0 auto;
	height:108px;
	width:100%;
	max-width:1005px;
	overflow:hidden;
}

h1.logo {
	float:left;
	margin-bottom:0;
	padding:22px 0 0 20px;
}

#gnb {
	position:absolute;
	top:74px;
	right:20px;
	font-weight:bold;
	font-size:15px;
}

#gnb li {
	float:left;
	color:#272727;
}

/* Quick Menu(Main, Sub)
-----------------------------*/
#quick {
	position:fixed;
	top:0;
	right:0;
	width:68px;
	height:100%;
	z-index:9997;
	background:#f5f5f5;
	border:1px solid #e3e3e3;
	border-right:none;
}

.quickOpen {
	position:absolute;
	left:-20px;
	top:278px;
	border:1px solid #e3e3e3;
	border-right:none;
	width:20px;
	height:58px;
	background:#f5f5f5;
	cursor:pointer;
}

.quickClose {
	right:-66px !important;
}

.tab_recent, .tab_attention, .tab_compare {
	position:relative;
	margin-bottom:-1px;
	border-bottom:1px solid #e3e3e3;
}

.tab_recent a {
	background:url(/images/Template_Cars/clock_icon.png) no-repeat 50% 20%;
}

.tab_attention a {
	background:url(/images/Template_Cars/heart_icon.png) no-repeat 50% 20%;
}

.tab_compare a {
	background:url(/images/Template_Cars/compare_icon.png) no-repeat 50% 20%;
}

.tab_title {
	zoom:1;
}

.tab_title a {
	display:block;
	position:relative;
	height:75px;
	padding-top:51px;
	text-align:center;
	font-size:11px;
	color:#666;
}

.btn_gotop {
	position:absolute;
	left:0;
	width:100%;
	padding-bottom:5px;
	text-align:center;
	bottom:0px;
}

.btn_gotop a {
	display:inline-block;
	width:55px;
	height:17px;
	background:#b8b8b8;
	line-height:17px;
	font-size:11px;
	font-weight:bold;
}

.btn_gotop a span {
	color:#fff;
}

.nav-down { 
	bottom:-50px !important;
}

.nav-up {
	bottom:0 !important;
}

#quick_m {
	display:none;
	position:fixed;
	width:100%;
	height:50px;
	left:0px;
	bottom:0px;
	background-color:#fff;
	z-index:500;
	box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
	cursor:pointer;
}

#quick_m ul {
	position:relative;
	width:100%;
	font-size:10px;
	color:#bbb;
	text-align:center;
}

#quick_m ul li {
	float:left;
	width:20%;
	height:50px;
	padding-top:31px;
}

#quick_m ul li#m_tab_home {
	background:url(/images/Template_Cars/home_icon48.png) no-repeat 50% 20%;
	background-size:24px;
}

#quick_m ul li#m_tab_myviewcar {
	background:url(/images/Template_Cars/clock_icon48.png) no-repeat 50% 20%;
	background-size:24px;
}

#quick_m ul li#m_tab_myattention {
	background:url(/images/Template_Cars/heart_icon48.png) no-repeat 50% 20%;
	background-size:24px;
}

#quick_m ul li#m_tab_mycompare {
	background:url(/images/Template_Cars/compare_icon48.png) no-repeat 50% 20%;
	background-size:24px;
}

#quick_m ul li#m_tab_communication {
	background:url(/images/Template_Cars/community_icon48.png) no-repeat 50% 20%;
	background-size:24px;
}

#quick_m ul li#m_tab_mypage {
	background:url(/images/Template_Cars/mypage_icon48.png) no-repeat 50% 20%;
	background-size:24px;
}

#quick_m ul li.m_tab_home_on {
	background:url(/images/Template_Cars/home_icon48_on.png) no-repeat 50% 20% !important;
	background-size:24px !important;
	color:#272727 !important;
}

#quick_m ul li.m_tab_myviewcar_on {
	background:url(/images/Template_Cars/clock_icon48_on.png) no-repeat 50% 20% !important;
	background-size:24px !important;
	color:#272727 !important;
}

#quick_m ul li.m_tab_myattention_on {
	background:url(/images/Template_Cars/heart_icon48_on.png) no-repeat 50% 20% !important;
	background-size:24px !important;
	color:#272727 !important;
}

#quick_m ul li.m_tab_mycompare_on {
	background:url(/images/Template_Cars/compare_icon48_on.png) no-repeat 50% 20% !important;
	background-size:24px !important;
	color:#272727 !important;
}

#quick_m ul li.m_tab_communication_on {
	background:url(/images/Template_Cars/community_icon48_on.png) no-repeat 50% 20% !important;
	background-size:24px !important;
	color:#272727 !important;
}

#quick_m ul li.m_tab_mypage_on {
	background:url(/images/Template_Cars/mypage_icon48_on.png) no-repeat 50% 20% !important;
	background-size:24px !important;
	color:#272727 !important;
}

/* Sub MenuBar(Only Sub)
-----------------------------*/
#sub-menu {
	display:none;
	width:100%;
	height:50px;
	background-color:#f0f0f0;
}

#sub-menu ul {
	margin:0 auto;
	width:100%;
	max-width:1005px;
	overflow:hidden;
	font-weight:bold;
	font-size:15px;
}

#sub-menu ul li {
	float:left;
	width:33%;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:12px;
	color:#bbb;
	cursor:pointer;
}

#sub-menu ul li.sub-menu-notice {
	width:50% !important;
}

#sub-menu ul li.on {
	color:#695b50;
	border-bottom:2px solid #695b50;
}

#sub-menu-fixed {
	display:none;
	position:fixed;
	width:100%;
	height:50px;
	left:0;
	top:0;
	border-bottom:1px solid #d0d0d0;
	background-color:#f0f0f0;
	z-index:5000;
	cursor:pointer;
}

#sub-menu-fixed ul {
	margin:0 auto;
	width:100%;
	max-width:1005px;
	overflow:hidden;
	font-weight:bold;
	font-size:15px;
}

#sub-menu-fixed ul li {
	float:left;
	width:33%;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:12px;
	color:#bbb;
}

#sub-menu-fixed ul li.on {
	color:#695b50;
	border-bottom:2px solid #695b50;
}

/* Sub History(Only Sub)
-----------------------------*/
#sub-history {
	width:100%;
	height:50px;
	background-color:#f0f0f0;
	border:1px solid #d3d3d3;
}

#sub-history ul {
	margin:0 auto;
	padding:0 20px;
	width:100%;
	max-width:1005px;
	overflow:hidden;
}

#sub-history ul li {
	float:left;
	font-size:13px;
	color:#333333;
	line-height:50px;
	/*background:url('../../images/Template_Cars/sub_history_bg.png') 100% 100% no-repeat;*/
}

#sub-history ul li::after {
	display: inline-block;
	width:16px;
	height:10px;
	content: '';
	margin: 0 20px;
	color: #959fa5;
	background:url(../../images/Template_Cars/separator.svg) no-repeat center center;
}

#sub-history ul li:last-of-type::after {
	display:none;
}

.sub-history-on {
	line-height:47px !important;
	color:#272727;
	font-weight:bold;
}

#sub-history ul li img {
	vertical-align:middle;
	margin-bottom:3px;
}

/* Contents Start(Main, Sub)
-----------------------------*/
#container {
	position:relative;
	margin:0 auto;
	padding-top:30px;
	width:100%;
	max-width:1005px;
}

/* Sub Title(Only Sub)
-----------------------------*/
h3.con-tlt-01, h3.con-tlt-mypage {
	font-weight:bold;
	color:#333333;
	line-height:33px;
}

/* Footer(Main, Sub)
-----------------------------*/
#footer {
	position:relative;
	border-top:1px solid #d0d0d0;
	letter-spacing:0px;
}

.f-bottom {
	width:100%;
	background-color:#f4f4f4;
}

.copy  {
	margin:0 auto;
	max-width:1005px;
}

.copy {
	position:relative;
	padding:28px 0 28px 170px;
	font-size:11px;
	color:#666666;
	text-align:left;
}
.f_logo {
	position:absolute;
	left:25px;
	top:28px;
	width:120px;
	height:44px;
	background-image:url('../../images/Template_Cars/footer_logo.png');
	background-repeat:no-repeat;
	background-size:100%;
	background-position:0 0;
}

/* ============== Mobile version ============== */
/* Mobile Slide Menu(Main, Sub)
-----------------------------*/
.m-menu-title {
	overflow:hidden;
	padding:30px 0 30px 20px;
	background:#fff;
}

.m-menu-title > a > img {
	width:32px;
	height:32px;
}

.m-menu-login {
	width:75%;
	cursor:pointer;
}

.m-menu-login img {
	width:56px;
	vertical-align:middle;
	padding-right:10px;
}

.m-menu-login span {
	vertical-align:middle;
}

.m-menu-btn {
	padding:10px 0 0 0;
	text-align:center;
	overflow:hidden;
}

.m-menu-btn button {
	width:100%;
	height:50px;
	font-size:15px;
	color:#ffffff;
	border:none;
	box-sizing:border-box;
	background-color:#9d948d;
}

.cbp-spmenu {
	background:#ddd;
	position:fixed;
	overflow:auto;
}

.cbp-spmenu h1 {
	padding:30px 0 30px 20px;
	background:#ececec;
}

.cbp-spmenu #mclose {
	position:absolute;
	right:5px;
	top:5px;
}

.cbp-spmenu a {
	display:block;
	color: #887c80;
	font-size:15px;
}

.cbp-spmenu .subtitle {
	color:#737373;
}

.cbp-spmenu .sub_on {
	color:#737373;
	background-color:#ececec;
}

.cbp-spmenu a.sub_2dep {
	background-color:#bdbdbd;
}

/*----- Orientation-dependent styles for the content of the menu -----*/
.cbp-spmenu-vertical {
	width:80%;
	height:100%;
	left:-80%;
	z-index:1000;
	-ms-overflow-style:none;
}

.cbp-spmenu-vertical::-webkit-scrollbar {
	display:none;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left:0;
}

#cover {
	font-weight:bold;
}

.tocover {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	z-index:999;
	background-color:rgba(0,0,0,.7);
	-webkit-transition:background-color .3s;
	transition:background-color .3s;
}

.m-menu-cate-area {
	text-align:center;
	width:100%;
	background-color:#ffffff;
}

.m-menu-cate-area ul {
	overflow:hidden;
	height:auto;
	margin:0;
	padding-left:0px;
	list-style:none;
	font-size:11px;
}

.m-menu-cate-area ul > li {
	float:left;
	width:33.33%;
	height:100px;
	padding:25px 0;
	border:1px solid #e4e4e4;
	text-align:center;
	cursor:pointer;
}

.m-menu-cate-area ul > li > div {
	padding-bottom:5px;
}

.m-menu-cate-area ul > li > div > img {
	width:32px;
	height:32px;
}

.m-menu-btm-area {
	width:100%;
	text-align:center;
	font-size:14px;
}

.m-menu-btm-area ul {
	position:relative;
	overflow:hidden;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

.m-menu-btm-area ul > li {
	width:100%;
	padding:25px 0;
	cursor:pointer;
	border-bottom:1px solid #ddd;
	background:#ececec;
}

.m-menu-join-area {
	position:absolute;
	top:75px;
	right:5px;
}

.m-menu-join-btn {
	font-size:11px;
	border:1px solid #bfb8b1;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	width:60px;
	background-color:#fff;
}

.m-menu-join-btn span {
	display:inline-block;
	padding:3px 0 3px;
	vertical-align:middle;
	color:#695b50;
}

.m-menu-footer-area {
	width:100%;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	background-color:#ddd;
}

.m-menu-footer-area p {
	padding-bottom:30px;
}

.m-menu-footer-logo {
	padding:40px;
	background:url('/images/Template_Cars/footer_logo.png') center 30px no-repeat;
	background-size:110px;
}

/*----- Transitions -----*/
.cbp-spmenu {
	-webkit-transition: all 0.15s ease;
	-moz-transition:all 0.15s ease;
	transition: all 0.15s ease;
}

/* Layout Media Queries
------------------------------------------------------------------------*/

/*********************************************** Media Query 1100px START *******************************/
@media screen and (max-width:1200px) and (orientation : landscape) {
	/*----- Quick Menu(Main, Sub) -----*/
	#quick {
		display:none;
	}
}

@media screen and (max-width:1200px) and (orientation : portrait) {
	/*----- Quick Menu(Main, Sub) -----*/
	#quick {
		display:none;
	}
}
/*********************************************** Media Query 1100px END *********************************/

/*********************************************** Media Query 1024px START ********************************/
@media screen and (max-width:1024px) and (orientation : landscape) {
	/*----- Mobile Header(Main, Sub) -----*/
	#cover {
		display:block;
	}
	
	#wrap {
		/*min-height:85.6%;*/
		/*background-color:#f2efe8;*/
	}

	#header {
		/*height:60px;*/
		background-color:#f0f0f0;
	}

	#sub-menu {
		display:block;
	}

	#sub-history {
		display:none;
	}

	#container {
		padding-top:0;
	}

	.header-pc {
		height:121px;
	}

	.top {
		display:none;
	}

	h1.logo {
		float:none;
		width:129px;
		margin:0 auto;
		padding:10px 0 0 9px;
	}
	
	h1.logo img {
		height:40px;
	}
	
	.mobile-gnb-btn {
		display:block !important;
		position:absolute;
		top:22px;
		left:20px;
		z-index:100;
	}
	
	.mobile-gnb-btn img {
		width:24px;
		height:24px;
	}

	.mobile-home-btn {
		display:block !important;
		position:absolute;
		top:22px;
		right:23px;
		z-index:100;
	}

	.mobile-home-btn img {
		width:24px;
		height:24px;
	}

	#gnb {
		display:none;
	}
	
	#quick {
		display:none;
	}
	
	#quick_m {
		display:block;
	}

	/*----- Footer(Main, Sub) -----*/
	#footer {
		position:relative;
		border-top:1px solid #d0d0d0;
	}

	.f-bottom {
		width:100%;
		background-color:#f4f4f4;
	}
	
	.copy {
		padding:65px 10px 20px 10px;
		color:#666666;
		text-align:center;
		line-height:15px;
		background:url('../../images/Template_Cars/footer_logo.png') center 20px no-repeat;
		background-size:100px;
	}
	.copy .f_logo {
		background:none;
		filter:  none;
		-ms-filter: none;
	}
	.copy p.copyright {
		padding-top:0;
	}
	
	.copy p br {
		display:inline !important;
	}
}

@media screen and (max-width:1024px) and (orientation : portrait) {
	/*----- Mobile Header(Main, Sub) -----*/
	#cover {
		display:block;
	}
	
	#wrap {
		/*min-height:85.6%;*/
		/*background-color:#f2efe8;*/
	}

	#header {
		/*height:60px;*/
		background-color:#f0f0f0;
	}

	#sub-menu {
		display:block;
	}

	#sub-history {
		display:none;
	}

	#container {
		padding-top:0;
	}

	.header-pc {
		height:121px;
	}

	.top {
		display:none;
	}

	h1.logo {
		float:none;
		width:129px;
		margin:0 auto;
		padding:10px 0 0 9px;
	}
	
	h1.logo img {
		height:40px;
	}
	
	.mobile-gnb-btn {
		display:block !important;
		position:absolute;
		top:22px;
		left:20px;
		z-index:100;
	}
	
	.mobile-gnb-btn img {
		width:24px;
		height:24px;
	}

	.mobile-home-btn {
		display:block !important;
		position:absolute;
		top:22px;
		right:23px;
		z-index:100;
	}

	.mobile-home-btn img {
		width:24px;
		height:24px;
	}

	#gnb {
		display:none;
	}
	
	#quick {
		display:none;
	}

	#quick_m {
		display:block;
	}
	
	/*----- Footer(Main, Sub) -----*/
	#footer {
		position:relative;
		border-top:1px solid #d0d0d0;
	}

	.f-bottom {
		width:100%;
		background-color:#f4f4f4;
	}
	
	.copy {
		padding:65px 10px 20px 10px;
		color:#666666;
		text-align:center;
		line-height:15px;
		background:url('../../images/Template_Cars/footer_logo.png') center 20px no-repeat;
		background-size:100px;
	}
	.copy .f_logo {
		background:none;
		filter:  none;
		-ms-filter: none;
	}
	.copy p.copyright {
		padding-top:0;
	}
	
	.copy p br {
		display:inline !important;
	}
}
/*********************************************** Media Query 1024px END **********************************/

/*********************************************** Media Query 768px START ********************************/
@media screen and (max-width:768px) and (orientation : landscape) {
	h3.con-tlt-01 {
		line-height:36px;
	}
}

@media screen and (max-width:768px) and (orientation : portrait) {
	h3.con-tlt-01 {
		line-height:36px;
	}
}
/*********************************************** Media Query 768px END **********************************/