@charset "utf-8";

/* 프로그램리스트 모바일 버전 */
.all_m_btn {
	padding: 10px;
	background: #323337;
}

.all_m_btn img {
	position: absolute;
	top: 28%;
	left: 15px;
	width: 10%;
	max-width: 40px;
	cursor: pointer;
}

.all_m_btn .mutit {
	text-align: center;
	font-weight: 900;
	font-size: 26px;
	color: #fff;
}

.pro_m_wrap {
	display: none;
	font-family: 'Nanum Gothic', sans-serif;
	transition: all 0.3s linear;
}

.pro_m_wrap .m_menu {
	width: 200px;
}

.pro_m_wrap .bg_black {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: -1;
}



.pro_m_wrap .subleftmenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pro_m_wrap .subleftmenu li {
	border-bottom: 1px solid #515155;
	background: #323337;
}

.pro_m_wrap .subleftmenu a {
	display: block;
	color: #b5b2b2;
	font-size: 14px;
	padding: 11px 5px 11px 15px;
	font-family: 'Noto Sans KR';
}

.sub_title_m {
	font-size: 28px !important;
	font-weight: bold;
	color: #fff !important;
	padding: 12px 5px 12px 15px !important;
}

.pro_m_wrap .subleftmenu a:hover {
	background: #307dd4;
	color: #fff;
}

.sub_title_m:hover {
	background: #323337 !important;
	cursor: default;
}

@media all and (max-width:999px) {
	.pro_m_wrap {
		display: block;
		position: absolute;
		left: -100%;
		top: 0;
		z-index: 999;
	}

	.pro_m_wrap.view {
		left: 0;
	}
}


/* basic */
.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}

.inner.w1800 {
	max-width: 1800px;
}

/* .inner:after{clear:both; content:""; display:block; height:0; visibility:hidden} */

.poppins {
	font-family: 'Poppins';
}

@media all and (max-width:1800px) {
	.inner.w1800 {
		width: 93.75%
	}
}

@media all and (max-width:1400px) {
	.inner {
		width: 93.75%
	}
}


#header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 90;
	border-bottom: 1px solid #ddd;
	height: 132px;
}
#header * {
	box-sizing: border-box;
}
#header > .inner {
	display: flex;
	flex-direction: column;
	/* height: 100%; */
	box-sizing: border-box;
	justify-content: space-between;
}

#header .right_box {
	height: 60px;
}

#header .gnb {
	height: 100%;
}

#header .gnb>ul {
	display: flex;
	height: 100%;
}

#header .gnb>ul>li {
	position: relative;
	flex: 1;
	height: 100%;
}

#header .gnb>ul>li>a {
	font-size: 18px;
	letter-spacing: -0.025em;
	color: #222222;
	font-weight: 600;
	line-height: 1.4em;
	display: flex;
	align-items: center;
	justify-content: center;	
	height: 100%;	
	transition: all 0.3s ease;
	text-align: center;
}
#header .gnb>ul>li:not(:last-child)>a {
	border-right: 1px solid #dbdbdb;
}
#header .gnb>ul>li:hover > a,
#header .gnb>ul>li.active > a {
	background-color: #0c4da2;
	color: #fff;
}
.h_top_box {	
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #dbdbdb;
	height: 71px;
}
.h_top_box .inner {
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.h_login_box ul {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	gap: 5px;
	/* min-width: 180px;
	height: 50px;
	padding: 7px;
	border-radius: 25px;
	background-color: #f5f5f5; */
}

.h_login_box ul li {
	box-sizing: border-box;
	height: 100%;
	flex: 1;
}
.h_login_box ul li.cart_box a .car_num{
	position: absolute;
	top: -3px;
	right: -5px;
	width: 18px;
	height:18px;
	aspect-ratio: 1/1;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #008ed6;
	display: flex; align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.025em;
}

#m_menu .cart_box .car_num{
	font-style: normal;
	position: absolute;
	top: -12px;
	right: 12px;
	width: 20px;
	height:20px;
	aspect-ratio: 1/1;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #008ed6;
	display: flex; align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	letter-spacing: -0.025em;
}
.h_login_box ul li a{position: relative;}
.h_login_box ul li a i{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.75em;
	font-weight: 500;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: .3s;
	/* white-space: nowrap; */
	width: 40px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #3e3e3e;
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.h_login_box ul li a span{font-size: 12px; font-weight: 300; color: #444444; letter-spacing: -0.025em; margin-top: 4px; display: block; text-align: center;}

.h_login_box ul li:hover a i {
	background-color: #0c4da2;
	color: #fff;
	box-shadow: 3px 5px 8px 0px rgba(1, 2, 2, 0.21);
}
.h_search_alt_box{
	position: absolute;
	width: 43%;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);}
.h_search_box {
	border: 2px solid #0c4da2;
	border-radius: 26px;
	height: 50px;
	display: flex;
	padding: 0 30px;
	align-items: center;
	max-width: 600px;
}

.h_search_box input {
	width: 100%;
	height: 100%;
	font-size: 16px;
	letter-spacing: -0.025em;
	font-weight: 300;
	border: unset;
	outline: unset;
	border-radius: 26px;
}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset ; -webkit-text-fill-color: #000; }
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }
.h_search_box .h_search_btn {
	min-width: 21px;
	margin-left: 10px;
}

.h_search_box input::placeholder {
	color: #aaaaaa;
}

#header .depth02 {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
	transition: 0.35s;
	width: 100%;
	background-color: #0c4da2;
	display: none;
}

#header .depth02 li+li {
	margin-top: 10px;
}

#header .depth02 li a {
	font-size: 18px;
	letter-spacing: -0.025em;
	color: #cadcef;
	padding: 10px 0;
	display: block;
}

#header .depth02 li:hover a {
	color: #fff;
	font-weight: 700;
}

#header.on .gnb>ul>li .depth02 {
	opacity: 1;
	visibility: visible;
}

.pc_menu_bg {
	width: 100%;
	background-color: #4270a7;
	position: fixed;
	top: 100px;
	left: 0;
	box-sizing: border-box;
	height: 387px;
	z-index: 2;
	display: none;
	transition: 0.35s;
}

.pc_menu_bg.on {
	display: block;
}

/* css 이 아래부터 가져가세요 */
#header .m_btn {
	display: none;
	width: 24px;
	text-align: right;
	cursor: pointer;
}

#header .m_btn i {
	display: inline-block;
	width: 100%;
	height: 2px;
	margin: 3px 0;
	background: #000;
	transition: all 0.5s;
}

#header .m_btn i:nth-of-type(2) {
	width: 84%;
}

#header .m_btn.on i:nth-of-type(1) {
	margin: 11px 0 -2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

#header .m_btn.on i:nth-of-type(2) {
	width: 0;
	margin: 0;
}

#header .m_btn.on i:nth-of-type(3) {
	margin: 0 0 11px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}


@media all and (max-width:1200px) {
	/* #header .gnb>ul>li>a {
		padding: 30px 20px;
	} */
}

@media all and (max-width:1024px) {
	#header {
		height: 72px;
	}
	.h_search_box {
		position: relative;
		padding: 0 10px;
		transform: unset;
		top: unset;
		left: unset;
		min-width: 270px;
	}
	#header > .inner {
		display: none;
	}
	.h_login_box {
		display: none;
	}

	#header .m_btn {
		display: inline-block;
	}

	#header .depth02,
	.pc_menu_bg.on {
		display: none;
	}

	#header .gnb {
		position: absolute;
		top: calc(100% - 1px);
		left: 50%;
		width: 100vw;
		transform: translateX(-50%);
		background: #fff;
	}

	#header .gnb>ul {
		gap: 0;
	}

	#header .gnb>ul>li {
		flex: 1;
		text-align: center;
	}
}

@media all and (max-width:650px) {
	#header .gnb>ul>li>a {
		padding: 10px 0 10px 0;
	}
	.h_search_box{min-width: 230px; margin-left: 20px;}
	.h_search_box input::placeholder {
		font-size: 14px;
	}

}

/* .m_menu_bg {
	z-index: 101;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
} */

#m_menu {
	z-index: 102;
	position: fixed;
	right: 0;
	top: 71px;
	width: 100%;
	max-width: 100%;
	height: calc(100vh - 71px);
	background-color: #fff;
	box-sizing: Border-box;
	transition: all 0.5s;
	overfloW-y: auto;
	display: none;
}

#m_menu.on {
	display: block;
}

#m_menu .top_box {
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	height: 70px;
	display: flex;
	align-items: center;
	display: none;
}

#m_menu .top_box .close_btn {
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
	width: 30px;
	height: 30px;
}

#m_menu .top_box .close_btn i {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
}

#m_menu .top_box .close_btn i:first-of-type {
	-webkit-transform: rotate(45deg) translate(9px, 9px);
	-moz-transform: rotate(45deg) translate(9px, 9px);
	-ms-transform: rotate(45deg) translate(9px, 9px);
	-o-transform: rotate(45deg) translate(9px, 9px);
	transform: rotate(45deg) translate(9px, 9px);
}

#m_menu .top_box .close_btn i:last-of-type {
	-webkit-transform: rotate(-45deg) translate(-7px, 8px);
	-moz-transform: rotate(-45deg) translate(-7px, 8px);
	-ms-transform: rotate(-45deg) translate(-7px, 8px);
	-o-transform: rotate(-45deg) translate(-7px, 8px);
	transform: rotate(-45deg) translate(-7px, 8px);
}

#m_menu .login_box {
	padding: 20px 0;
	background-color: #0c4da2;
	text-align: center;
	display: flex;
	justify-content: center;
}

#m_menu .login_box a {
	position: relative;
	padding: 0 30px;
	font-size: 20px;
	color: #fff;
	letter-spacing: -0.04em;
	display: flex;
	flex-direction: column;
	text-align: center;
}
#m_menu .login_box a span{font-size: 12px; display: block; text-align: center; margin-top: 5px;}
#m_menu .login_box a + a:before {
	content: '';
	position: absolute;
	left: -1px;
	top: calc(50% - 7px);
	width: 2px;
	height: 15px;
	background-color: #fff;
}

#m_menu .gnb_box {
	border-top: 1px solid #ddd;
}

#m_menu .gnb_box>ul>li {
	border-bottom: 1px solid #dddddd;
}

#m_menu .gnb_box>ul>li>a {
	position: relative;
	display: block;
	padding: 20px 20px;
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	letter-spacing: -0.04em;
	box-sizing: border-box;
}
#m_menu .gnb_box>ul>li.active>a {
	background-color: #0c4da2;
	color: #fff;
}
#m_menu .gnb_box .depth02 {
	display: none;
	padding: 10px 0;
	background-color: #000;
}

#m_menu .gnb_box .depth02 li a {
	position: relative;
	display: block;
	padding: 7px 20px;
	font-size: 18px;
	color: #fff;
	letter-spacing: -0.04em;
	box-sizing: border-box;
}


#footer {
	background-color: #020618;
	padding: 55px 0 55px;
}

#footer .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#footer .user_url ul {
	display: flex;
	gap: 10px;
}

#footer .user_url ul li a {
	display: flex;
	width: 152px;
	height: 39px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid #3b3b3b;
	font-weight: 300;
	color: #9f9f9f;
	letter-spacing: -0.025em;
	line-height: 1.75em;
	font-size: 16px;
}

#footer .info_list {
	max-width: 800px;
	margin-top: 30px;
}

#footer .info_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	overflow: hidden;
}

#footer .info_list ul li {
	font-size: 18px;
	color: #9f9f9f;
	letter-spacing: -0.025em;
	line-height: 1.5555em;
	font-weight: 300;
	position: relative;
}

#footer .info_list ul li+li:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 8px;
	background-color: #7d7d7d;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
}

#footer p.copy {
	margin-top: 40px;
	font-size: 14px;
	color: #9f9f9f;
	letter-spacing: 0;
}

@media all and (max-width:1060px) {
	#footer .inner {
		flex-direction: column;
		align-items: center;
		gap: 30px 0;
	}

	#footer .user_url ul {
		justify-content: center;
	}
}

@media all and (max-width:1024px) {
	#footer {
		padding-bottom: 180px;
	}
}

@media all and (max-width:650px) {
	#footer .info_list ul li {
		font-size: 15px;
	}
	#footer .info_list ul{justify-content: center;}
	#footer .info_list ul li+li:before{content: none;}
	#footer p.copy {
		text-align: center;
	}
}


/* right_quick*/
.right_quick_bg {
	display: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, .33);
	z-index: 91;
	position: fixed;
	top: 0;
	left: 0;
}

.right_quick {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 92;
}

.right_quick li {
	margin-top: -1px;
	position: relative;
}

.right_quick li + li::before{
	content: '';
	position: absolute;
	width: 80%;
	height: 1px;
	border-top: 1px dotted #888;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.right_quick li.first a {
	border-radius: 100px 0 0 0;
	padding-top: 60px;
}

.right_quick li a {
	padding: 25px 35px;
	text-align: center;
	color: #222222;
	background-color: #f0f0f0;
	display: block;
	box-sizing: border-box;
}

.right_quick li a .pc_ver {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.right_quick .m_ver {
	display: none;
}

.right_quick li a span {
	font-size: 16px;
	color: #222222;
	font-weight: 700;
	letter-spacing: 0;
	display: inline-block;
	margin-top: 10px;
}

.right_quick li a span.blue{color: #0c4da2;}
.right_quick li.first a span{font-size: 20px;}
.right_quick li.first a span b{font-size: 24px;}

.right_quick li.top_btn {
	margin-top: 10px;
}

.right_quick li.top_btn a {
	padding: 60px 0;
	border-radius: 0 0 0 100px;
	background-color: #0c4da2;
}
.right_quick li.top_btn a span{margin-top: 0; color: #ffffff;}
.right_quick .simple_box {
	display: none;
	position: fixed;
	right: 205px;
	top: 50%;
	width: 93.75vw;
	max-width: 600px;
	border-radius: 50px;
	border: 3px solid #000;
	background-color: #fff;
	z-index: 3;
	padding: 35px;
	box-sizing: border-box;
	transform: translateY(-50%);
}

.right_quick .simple_box form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.right_quick .simple_box .input_box input {
	width: 100%;
}

.right_quick .simple_box .input_box.w50 {
	display: flex;
	gap: 10px;
}

.right_quick .simple_box .input_box.w50 input {
	width: calc(50% - 5px);
}

.right_quick .simple_box .input_box input,
.right_quick .simple_box .input_box textarea {
	border-radius: 40px;
	background-color: #f5f5f5;
	padding: 20px 30px;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-size: 16px;
	color: #222222;
	letter-spacing: 0;
}

.right_quick .simple_box .input_box input::placeholder {
	font-size: 16px;
	letter-spacing: 0;
}

.right_quick .simple_box .input_box textarea {
	resize: none;
	width: 100%;
	height: 180px;
}

.right_quick .simple_box .check_box {
	display: flex;
	justify-content: flex-end;
}

.right_quick .simple_box .check_box label {
	display: flex;
	align-items: center;
}

.right_quick .simple_box .check_box input[type="checkbox"] {
	display: none;
}

.right_quick .simple_box .check_box input[type="checkbox"]~i {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #585858;
	background-color: #fff;
	margin-right: 10px;
}

.right_quick .simple_box .check_box span {
	font-size: 14px;
	color: #222222;
	letter-spacing: 0;
}

.right_quick .simple_box .check_box input[type="checkbox"]:checked~i {
	background: #000 url(/img/check_icon01.png)no-repeat center center;
}

.right_quick .input_box .submit_btn {
	display: block;
	width: 100%;
	border-radius: 40px;
	background-color: #0c4da2;
	padding: 30px 0;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
}

.right_quick .m_quick_btn {
	justify-content: center;
	margin-bottom: -1px;
}

.right_quick .m_quick_btn a {
	padding: 10px 25px;
	background-color: #0c4da2;
	color: #fff;
	border-radius: 20px 20px 0 0;
	display: block;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
}

.right_quick .m_quick_btn a.car_btn {
	display: none;
	position: relative;
}

.right_quick .m_quick_btn a.car_btn:before {
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #fff;
	position: absolute;
}

.car_page.detail .car_info_box {
	display: block;
}

.car_info_box {
	display: none;
	position: fixed;
	right: 200px;
	top: 162px;
	width: 93.75vw;
	max-width: 600px;
	z-index: 11;
	box-sizing: border-box;
}

.car_page.detail .car_info_box.content_up {
	display: none;
	position: unset;
	transform: none;
	margin: 30px auto;
}

.car_info_box .info_popup {
	padding: 30px 35px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	border: 3px solid #0c4da2;
	background-color: #fff;
}

.car_info_box .info_popup+.info_popup {
	margin-top: 15px;
}

.car_info_box .info_popup>div+div {
	margin-top: 15px;
}

.car_info_box .info_popup.top .list_box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.car_info_box .info_popup.top .list_box .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.car_info_box .info_popup.top .list_box .list b {
	font-size: 18px;
	letter-spacing: 0;
	color: #222222;
}

.car_info_box .info_popup.top .list_box .list span {
	font-size: 18px;
	letter-spacing: 0;
	color: #222222;
}

.car_info_box .select_box.w50 {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.car_info_box .select_box.w50>div {
	width: calc(50% - 5px);
}

.car_info_box .input_box.w50 {
	display: flex;
	gap: 10px;
}

.car_info_box .input_box.w50 .submit_bnt {
	width: calc(50% - 5px);
}

.car_info_box .nice-select {
	width: 100%;
	float: none;
	border-radius: 10px;
	background-color: #f5f5f5;
	border: none;
	padding: 20px 30px;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	color: #222;
	letter-spacing: 0;
	height: auto;
	line-height: normal;
}

.car_info_box .nice-select:after {
	background-image: url(/img/nice_select_icon01.png);
	width: 15px;
	height: 8px;
	border: none;
	transform: none;
	right: 20px;
}

.car_info_box .nice-select .list {
	width: 100%;
}

.car_info_box .notice_box {
	padding: 30px;
	background-color: #f9f9f9;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
}

.car_info_box .notice_box h6 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 700;
	color: #222222;
	letter-spacing: 0;
	font-size: 18px;
}

.car_info_box .notice_box .txt_box {
	margin-top: 25px;
}

.car_info_box .notice_box .txt_box p {
	font-size: 16px;
	letter-spacing: 0;
	color: #222222;
	line-height: 1.625em;
	position: relative;
	padding-left: 10px;
	word-break: auto-phrase;
}

.car_info_box .notice_box .txt_box p::after {
	content: '*';
	position: absolute;
	left: 0;
	top: 0;
}

.car_info_box .money_box h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	font-weight: 700;
	color: #222222;
}


.car_info_box .nice-select.open:after {
	transform: rotate(-180deg);
}

.car_info_box .submit_btn {
	display: block;
	width: 100%;
	border-radius: 10px;
	background-color: #0c4da2;
	padding: 25px 0;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0;
}

@media all and (max-width:1024px) {

	.right_quick li a .pc_ver,
	.right_quick li.simple_btn {
		display: none;
	}

	.right_quick .m_ver {
		display: block;
	}

	.right_quick .m_quick_btn {
		display: flex;
	}

	.right_quick {
		bottom: 0;
		top: auto;
		transform: none;
		right: auto;
		left: 0;
		width: 100%;
	}

	.right_quick ul {
		display: flex;
		background-color: #000;
	}

	.right_quick li.top_btn a {
		padding: 25px 0;
		border-radius: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.right_quick li {
		margin-top: 0;
		width: 20%;
	}

	.right_quick li.top_btn {
		margin-top: 0;
	}

	.right_quick li a {
		padding: 25px 0;
		height: 100%;
		background-color: #0c4da2;
	}
	.right_quick li + li::before{content: none;}
	
	.right_quick li.first a{padding: 25px 0; border-radius: 0;}
	.right_quick .simple_box {
		right: auto;
		left: 50%;
		width: 93.75%;
		top: auto;
		bottom: 200px;
		transform: translateX(-50%);
	}

	.car_page.detail .right_quick .m_quick_btn {
		background-color: #000;
		border-radius: 20px 20px 0 0;
		width: fit-content;
		margin: 0 auto;
	}

	.car_page.detail .right_quick .m_quick_btn a.car_btn {
		display: block;
	}

	.car_page.detail .car_info_box {
		display: none;
	}

	.car_page.detail .car_info_box.pop_up {
		display: none;
		right: auto;
		left: 50%;
		top: auto;
		bottom: 200px;
		max-height: 72vh;
		overflow-y: auto;
		transform: translateX(-50%);
	}

	.car_page.detail .car_info_box.content_up {
		display: block;
	}

}

@media all and (max-width:768px) {

	.car_info_box .select_box.w50>div {
		width: 100%;
	}
}

/* 최근본 상품 퀵메뉴 */
.quick {
	overflow: hidden;
	z-index: 110;
	position: fixed;
	right: 20px;
	top: 50%;
	width: 113px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quick>ul {
	margin-bottom: 0;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.quick ul li.recent_prod {}

.quick ul li.recent_prod p {
	height: 30px;
	font-size: 16px;
	color: #656565;
	letter-spacing: -0.025em;
	line-height: 30px;
	background-color: #d9d9d9;
	text-align: center;
}

.quick ul li.recent_prod ul {
	padding: 14px;
	box-sizing: border-box;
}

.quick ul li.recent_prod ul li {
	border: 1px solid #d9d9d9;
	margin-bottom: 12px;
	box-sizing: border-box;
}

.quick ul li.recent_prod ul li:last-of-type {
	margin-bottom: 0;
}

.quick ul li.recent_prod ul li img {
	width: 100%;
	height: auto;
}

.quick ul li.recent_prod .quick_pager {
	margin-top: 0;
	margin-bottom: 30px;
}

.quick ul li.recent_prod .quick_pager a {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	border: 0 none;
	margin: 0 3px;
	line-height: 14px;
	font-size: 14px;
	color: #b6b6b6;
}

.quick ul li.recent_prod .quick_pager a.active {
	color: #666666;
}

.quick ul li.recent_prod .quick_pager .page_prev,
.quick ul li.recent_prod .quick_pager .page_next {
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 11px;
	border: 0 none;
	text-indent: -9999px;
}

.quick ul li.recent_prod .quick_pager .page_prev {
	background: url('/img/theme/quick_prev_btn.png') no-repeat center center;
}

.quick ul li.recent_prod .quick_pager .page_next {
	background: url('/img/theme/quick_next_btn.png') no-repeat center center;
}

.quick ul.zzim {
	margin-top: 30px;
}

.quick ul li.top_btn {
	width: 100%;
	height: 48px;
	background-color: #666666;
	box-sizing: border-box;
	line-height: 48px;
	text-align: center;
}

.quick ul li.top_btn a {
	display: block;
	color: #fff;
	line-height: 48px;
	font-size: 16px;
	letter-spacing: -0.025em;
}

.quick_top_btn {
	display: none;
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: -60px;
	width: 57px;
	height: 57px;
	background-color: #798ebb;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.quick_top_btn.on {
	bottom: 60px;
}

.quick_top_btn img {
	padding-top: 12px;
}

.quick_top_btn p {
	font-size: 16px;
	color: #ffffff;
	letter-spacing: -0.025em;
}

@media all and (max-width:1000px) {
	.quick {
		display: none;
	}

	.quick_top_btn {
		display: block;
	}
}

/* 2024.01.08 추가 */
#header .gnb>ul>li:hover .depth02 {
	display: block;
}

.right_quick .pc_quick_btn{right: 100%; top: 50%; position: absolute; transform: translateY(-50%);}
.right_quick .pc_quick_btn a{display: block; background-color: #222222; border-radius: 10px 0 0 10px; color: #fff; font-size: 16px; font-weight: 700; padding: 20px 15px; text-align: center; line-height: 1em;}
.right_quick .pc_quick_btn a i{text-align: center; margin-top: 10px; display: inline-block; transform: rotate(180deg); transition: .5s;} 
.right_quick{transform: translate(100%, -50%); transition: .5s;}
.right_quick.on{transform: translate(0, -50%);}
.right_quick.on .pc_quick_btn a i{transform: rotate(0);}

@media all and (max-width:1024px){
	.right_quick .pc_quick_btn{display: none;}
	.right_quick,
	.right_quick.on{transform: none;}
}

/* 2024.03.14 추가 */
#header .right_box {
	display: flex;
}
#header .right_box .gnb {
	width: 84%;
}
#header .h_icon_flex_box {
	width: 16%;
	display: flex;
	justify-content: flex-end;
	gap: 5px;
}
#header .h_icon_flex_box a {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
}
.right_quick {
	display: none;
}
.newQuick {
	position: fixed;
    right: 0;
    top: 50%;
	transition: all 0.3s ease-in-out;	
    transform: translateX(100%) translateY(-50%);
    z-index: 92;
}
.newQuick * {
	box-sizing: border-box;
}
.newQuick.active {
	transform: translateX(0) translateY(-50%);
	margin-right: 10px;
}
.newQuick .toggle_btn {
    right: 100%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
.newQuick .toggle_btn a {
    display: block;
    background-color: #222222;
    border-radius: 10px 0 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
    text-align: center;
    line-height: 1em;
}
.newQuick .inquiry_box {
	border-radius: 20px;
	padding: 50px 10px;
	background-color: #fff;
	box-shadow: 9px 9px 43px 0 rgba(0, 0, 0, 0.24);
	text-align: center;
}
.newQuick .inquiry_box .tit {
	font-size: 26px;
	letter-spacing: -0.045em;
	font-weight: 700;
	color: #0c4da2;
}
.newQuick .inquiry_box .sub_tit {
	margin: 10px 0 20px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.045em;
	line-height: 1.55em;
	color: #222;
}
.newQuick .inquiry_box .input_custom_box {
	display: flex;
	align-items: center;
	width: 100%;
	border-radius: 10px;
	height: 50px;
	gap: 10px;
	background-color: #f5f5f5;
	padding: 0 20px;
	max-width: 180px;
}
.newQuick .inquiry_box .input_custom_box + .input_custom_box {
	margin-top: 10px;
}
.newQuick .inquiry_box .input_custom_box .tit {
	min-width: 42px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	color: #222;
	text-align: left;
}
.newQuick .inquiry_box .input_custom_box input {
	width: calc(100% - 52px);	
	background-color: transparent;
	height: 100%;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
	outline: unset;
	border: unset;
}
.newQuick .inquiry_box .input_custom_box input::placeholder {
	color: #aaaaaa;
}
.newQuick .inquiry_box .chk_box_wrap {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 20px;
}
.newQuick .inquiry_box .chk_box_wrap label {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	color: #aaa;
}
.newQuick .inquiry_box .chk_box_wrap label input {
	outline: unset;
	appearance: unset;
	padding: unset;
	margin: unset;
	display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #585858;
    background-color: #fff;
}
.newQuick .inquiry_box .chk_box_wrap label input:checked {
	background: #000 url('/img/check_icon01.png') no-repeat center center;
}
.newQuick .inquiry_box .chk_box_wrap a {
	padding: 2px 6px;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	color: #848484;
	background-color: #dcdcdc;
	border-radius: 2px;
}

.newQuick .inquiry_box .inquiry_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-color: #0c4da2;
	padding: 15px 0;
	width: 100%;
	color: #fff;
	margin: 15px 0 15px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
}

.newQuick .inquiry_box .ment {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	color: #aaa;
}

.newQuick .content_box .phone {
	margin-top: 15px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.newQuick .content_box .phone .box {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #3e3e3e;
	border-radius: 10px;
	width: 100%;
}
.newQuick .content_box .phone .box span {
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 400;
}
.newQuick .content_box .phone .box p {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0;
	margin-top: 5px;
}
.newQuick .content_box .top {
	margin-top: 25px;
}
.newQuick .toggle_btn a i {
	text-align: center;
    margin-top: 10px;
    display: inline-block;
    transform: rotate(180deg);
    transition: .5s;
}
.newQuick.active .toggle_btn a i {
	transform: rotate(0);    
}
@media all and (max-width:1024px){
	.right_quick {
		display: block;
	}	
	.newQuick {
		display: none;
	}
}


.gain_popup{position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); display: none;}
.gain_popup.gain_bg{background-color: rgba(0, 0, 0, .5); width: 100%; height: 100%; z-index: 91;}
.gain_popup.gain_con{max-width: 650px; max-height: 650px; height: 62%; width: 93.75%; z-index: 92; }
.gain_popup.gain_con .con_box{background-color: #fff;; padding: 30px; border-radius: 30px; overflow-y: auto; box-sizing: border-box; width: 100%; height: 100%;}
.gain_popup.gain_con #member{padding: 0; margin: 0;}
.gain_popup.gain_con .closed_btn{position: absolute; right: 10px; top: -40px; width: 30px; height: 30px;}
.gain_popup.gain_con .closed_btn i{width: 100%; height: 3px; display: block; position: absolute; left: 50%; top: 50%; background-color: #fff;}
.gain_popup.gain_con .closed_btn i:nth-child(1){transform: translate(-50%,-50%) rotate(45deg);}
.gain_popup.gain_con .closed_btn i:nth-child(2){transform: translate(-50%,-50%) rotate(-45deg);}


#header .h_icon_flex_box a.face_book i{
	width:33px; height:33px; display:flex; background:#3b5998; border-radius:6.5px; justify-content: center; align-items: center
}

#header .h_icon_flex_box a.face_book i img{height:22px;}

.h_search_alt_box{z-index: 91;}
#suggestions{position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; 
	box-shadow: 3px 5px 8px 0px rgba(1, 2, 2, 0.21); z-index: 91; max-height: 600px; overflow-y: auto; min-width: 230px;} 
	#suggestions .autocomplete-suggestion{display: flex; align-items: center; gap: 10px; font-size: 16px; cursor: pointer; padding: 10px; box-sizing: border-box; width: 100%;}
	#suggestions .autocomplete-suggestion + .autocomplete-suggestion{border-top: 1px solid #ddd;}
	#suggestions .autocomplete-suggestion:hover{background-color: #0c4da2; color: #fff;}
	#suggestions .autocomplete-suggestion img{width: 100px !important; height: 55px !important;}

	@media all and (max-width:650px) {
		#suggestions{left: 20px;}
		#suggestions .autocomplete-suggestion img{width: 50px !important; min-width: 50px; height: auto !important;}
	}