@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;}

body {
	max-width: 1920px;
	margin: 0 auto;
}

.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;}

@media all and (max-width:1400px){
	.inner{width:93.75%}
}


/* 최근본 상품 퀵메뉴 */
/* .quick {overflow:hidden; z-index:110; position:fixed; right:20px; top:50%; width:141px;  -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%) ;} */
.quick * {box-sizing: border-box;}
/* .quick > ul {margin-bottom:0; border:1px solid #dcdcdc; box-sizing:border-box; background-color:#fff; border-radius:10px;  overflow:hidden;} */
.quick ul li.recent_prod {	
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.quick ul li.recent_prod p {height:40px; font-size:15px; color:#fff; letter-spacing:-0.025em; line-height:40px; background-color: var(--color-primary01); text-align:center; }
.quick ul li.recent_prod ul {
	padding: 30px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 0 0 6px 6px;
	position: relative;
}
.quick ul li.recent_prod ul li {
	border: unset;
	border-radius: 6px;
	aspect-ratio: 1/0.7333;
	overflow: hidden;
	margin-bottom: 10px;
	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:100%; object-fit: contain;}
.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:40px; background-color:#000; box-sizing:border-box; line-height:48px; text-align:center;}
.quick ul li.top_btn a {display:block; color:#fff; line-height:40px; font-size:15px; 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; }

.quick_step_btn_box01 {
	display: flex;
}
.quick_step_btn_box01 > a {
	position: absolute;
	z-index: 2;
}

.quick_step_btn_box01 > a.btn-prev {
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.quick_step_btn_box01 > a.btn-next {
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

@media all and (max-width:1400px){
	/* .quick {display:none; } */
	.quick_top_btn {display:block; }
}


@media all and (max-width:1024px){
	#header .gnb{display: none;}
}


/* header */
#header {
    position: fixed;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
    width: 100%;
	max-width: 1920px;
    z-index: 100;    
}
#header.scroll {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.h_logo {
	min-width: 200px;
}
.h_top_box {
	height: 120px;
	background-color: #fff;
	border-bottom: 1px solid #E3E3E3;
	transition: all 0.3s ease;
}
.h_top_login_box {
	height: 40px;
	background-color: var(--color-primary01);
}
.h_top_login_box .inner {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 0 20px;
}
.h_top_login_box .inner .h_t_login_link {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.h_top_login_box .inner .h_t_login_link:hover {
	font-weight: 700;
}
.h_top_login_box .inner .h_t_login_link + .h_t_login_link::after {
	content: 'ㆍ';
	position: absolute;
	left: -16px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.h_top_box .h_inner	{	
	display: flex;
	justify-content: space-between;
	height: calc(100% - 40px);
}
.h_top_right_box {
	display: flex;	
	gap: 20px;
}
.h_top_right_box .h_t_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	color: #222;
	font-weight: 400;
	transition: all 0.3s ease;
}
.h_top_right_box .h_t_icon .img {
	position: relative;
}
.h_top_right_box .h_t_icon .img .cart_count {
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
	border-radius: 50%;
	aspect-ratio: 1/1;
	background-color: var(--color-primary01);
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	min-width: 17px;
}
.h_top_left_box {
	display: flex;
	align-items: center;
	gap: 30px;
}

.h_search_form_box {
	min-width: 530px;
	max-width: 530px;
	width: 100%;
	height: 50px;
	border: 1px solid #E3E3E3;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
}
.h_search_input {
	width: calc(100% - 55px);
	border: unset;
	outline: unset;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 400;
}
.h_search_input::placeholder {
	color: #777;
}
.h_search_btn {
	padding: 0 15px;
	height: 100%;
	display: flex;
	align-items: center;
	width: 55px;
	transition: all 0.3s ease;
}
.h_btm_box {
	background-color: #fff;
	border-bottom: 1px solid #E3E3E3;
}
.h_btm_box .inner {
	position: relative;
	padding-left: 60px;
}
.h_ham_menu {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background-color: var(--color-primary01);
}

.h_ham_menu span {
	position: absolute;
	display: block;
	width: 24px;
	height: 1.5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: .35s;
}

.h_ham_menu span:nth-child(1) {
	top: 20px;
}

.h_ham_menu span:nth-child(2) {
	top: 50%;
	transform: translate(-50%, -50%);
}

.h_ham_menu span:nth-child(3) {
	bottom: 20px;
}


.h_ham_menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%) rotate(45deg);
}

.h_ham_menu.active span:nth-child(2) {
    opacity: 0;
}
.h_search_btn:hover,
.h_top_right_box .h_t_icon:hover {
	filter: invert(36%) sepia(7%) saturate(4117%) hue-rotate(188deg) brightness(92%) contrast(82%);
}

.h_ham_menu.active span:nth-child(3) {
    bottom: 50%;
    transform: translate(-50%) rotate(-45deg);
}

.h_btm_box .h_btm_menu {
	display: flex;
	height: 60px;
}
.h_btm_box .h_btm_menu li {
	width: 25%;
}
.h_btm_box .h_btm_menu li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	color: #222;
	font-weight: 400;
	transition: all 0.3s ease;
	height: 100%;
}
.h_btm_box .h_btm_menu li.first a {
	color: var(--color-primary01);
	font-weight: 700;
}
.h_btm_box .h_btm_menu li a:hover {
	background-color: var(--color-primary01);
	color: #fff;
}
.h_gnb_wrapper {
	display: none;	
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1400px;
    margin: 0 auto;
	overflow: hidden;
}
.h_gnb_wrapper .inner {
	max-height: 500px;
	overflow: auto;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.h_gnb_wrapper.active {
	display: block;
}
.h_gnb_wrapper .h_gnb_box {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-top: 1px solid #E3E3E3;
	/* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
}
.h_gnb_wrapper .h_gnb_box .gnb {
	width: calc(65% - 50px);
	position: relative;
}
.h_gnb_wrapper .h_gnb_box .gnb a {
	font-size: 16px;
	color: #222;
	font-weight: 400;
	padding: 15px 30px;
	padding-right: 45px;
	transition: all 0.3s ease;
	display: block;
}
.h_gnb_wrapper .h_gnb_box .gnb .depth01 {
	width: 33.333%;
	position: relative;
}
.h_gnb_wrapper .h_gnb_box .gnb .depth02,
.h_gnb_wrapper .h_gnb_box .gnb .depth03 {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0;
	border-left: 1px solid #E3E3E3;	
	display: none;
}

.h_gnb_wrapper .h_gnb_box .gnb .depth01.active > a {
	position: relative;
	background-color: var(--color-primary01);
	color: #fff;
	/* font-weight: 700; */
}
.h_gnb_wrapper .h_gnb_box .gnb .depth01.active > a::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);	
	width: 15px;
	height: 15px;
	background: url('/img/gnb_arw01.png') no-repeat center / cover;
}

.h_gnb_wrapper .h_gnb_box .gnb .depth01 > a:hover {
	position: relative;
	background-color: #EAF0FF;
	color: #4B5EAA;
	/* font-weight: 700; */
}
.h_gnb_wrapper .h_gnb_box .gnb .depth01 > a:hover::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);	
	width: 15px;
	height: 15px;
	background: url('/img/gnb_arw02.png') no-repeat center / cover;
}

.h_gnb_wrapper .h_gnb_box .gnb .depth02 > li.active > a {
	position: relative;
	background-color: #EAF0FF;
	color: #4B5EAA;
	/* font-weight: 700; */
}
.h_gnb_wrapper .h_gnb_box .gnb .depth02 > li.active > a::after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);	
	width: 15px;
	height: 15px;
	background: url('/img/gnb_arw02.png') no-repeat center / cover;
}
.h_gnb_wrapper .h_gnb_box .gnb .depth02 > li:hover > a {
	color: #4B5EAA;
    /* background-color: #FFEFF5; */
}
.h_gnb_wrapper .h_gnb_box .gnb .depth03  > a:hover {
	color: #4B5EAA;
	background-color: #EAF0FF;
}
.h_gnb_wrapper .h_gnb_box .gnb_bg_box {
	width: 38%;
	position: relative;
	padding: 70px 0;
}
.gnb_bg_tit_box {
	color: #222;
	position: relative;
	z-index: 2;
	padding: 1rem 2rem;
}
.gnb_bg_sub_tit {
	/* margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;	 */
	display: none;
}
.gnb_bg_tit {
	font-size: 40px;
	font-weight: 700;	
}

.h_gnb_wrapper .h_gnb_box .gnb_bg_box .gnb_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;	
}

.h_gnb_wrapper .h_gnb_box .gnb_bg_box .gnb_bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 500px;
}


#header.scrolldown .h_top_box {
	opacity: 0; height: 0; visibility: hidden;
}
/* #header.scroll.scrollup .h_top_box {
	opacity: 1; 
} */

#mobileGnb,
.mobileMenuBtn {
	display: none;
}
#mobileGnb {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 101;
	background-color:#F0F0F0;
	padding: 70px 20px 80px;
	overflow: auto;
}
#mobileGnb .mobileHeader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	padding: 0 20px;
}
#mobileGnb .mobileHeader > a {
	display: flex;
	align-items: center;
	height: 100%;
	width: fit-content;
}
.mobileMenuBtn {
	position: relative;	
	cursor: pointer;	
	/* min-width: 40px;
	height: 40px; */
}

.mobileMenuBtn span {
	position: absolute;
	display: block;
	width: 20px;
	height: 1.5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #222;
	transition: .35s;
}

.mobileMenuBtn span:nth-child(1) {
	top: 12px;
}

.mobileMenuBtn span:nth-child(2) {
	top: 50%;
	transform: translate(-50%, -50%);
}

.mobileMenuBtn span:nth-child(3) {
	bottom: 12px;
}


.mobileMenuBtn.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%) rotate(45deg);
}

.mobileMenuBtn.active span:nth-child(2) {
    opacity: 0;
}

.mobileMenuBtn.active span:nth-child(3) {
    bottom: 50%;
    transform: translate(-50%) rotate(-45deg);
}
#mobileSideQuick {
	display: none;
}


body.active {
    touch-action: none;
    overflow: hidden !important;
    -webkit-user-select: none;
}

html.active {
    touch-action: none;
    overflow: hidden !important;
    overscroll-behavior: none;
    -webkit-user-select: none;
}

@media all and (max-width:1400px) {
	.h_btm_box .h_btm_menu li a {
		font-size: 16px;
	}
	.h_top_right_box .h_t_icon img {
		height: 30px;
	}
	.h_logo img {
		height: 30px;
	}
	.h_gnb_wrapper .h_gnb_box .gnb a {
		font-size: 14px;
		padding: 15px 20px;
		padding-right: 35px;
	}
	/* .gnb_bg_sub_tit {
		font-size: 14px;
	} */
	.gnb_bg_tit {
		font-size: 30px;
	}
	.h_search_form_box {
		min-width: 400px;
		max-width: 400px;
	}
}

@media all and (max-width:1024px) {	
	.mobileMenuBtn {
		display: block;
	}
	.h_top_left_box form,	
	.h_top_login_box,
	.h_btm_box,	
	.h_top_right_box {
		display: none;
	}
	.h_top_box {
		height: 60px;
	}
	.h_top_box .h_inner {
		height: 100%;
		align-items: center;
	}
	.h_search_form_box {
		max-width: 100%;
		min-width: unset;
	}
	#mobileGnb .body_box {
		margin-top: 30px;
	}
	.mobile_gnb_ment {
		font-size: 18px;
		color: #222;
		font-weight: 400;
	}
	.mobile_gnb_ment.after {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		gap: 10px;
	}
	.mobile_gnb_ment.after .ment {
		font-size: 12px;
		font-weight: 400;
		color: #777;
	}
	#header.scrolldown .h_top_box {
		opacity: 1;
		height: 60px;
		visibility: visible;
	}
	#mobileGnb a.login_chk_btn01,
	#mobileGnb .login_chk_btn01 {
		height: 45px;
		font-size: 14px;
	}
	#mobile_main_meun_box {
		margin-top: 20px;
	}
	#mobile_main_meun_box > ul {
		display: flex;
		flex-wrap: wrap;
		border-radius: 6px;
		overflow: hidden;
		background-color: #fff;
	}
	#mobile_main_meun_box > ul > li {
		width: 50%;
		height: 45px;		
	}
	#mobile_main_meun_box > ul > li > a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		color: #222;
	}

	#mobile_main_meun_box > ul > li:nth-child(1) {
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #E3E3E3;
	}

	#mobile_main_meun_box > ul > li:nth-child(2) {
		border-bottom: 1px solid #e3e3e3;
	}
	#mobile_main_meun_box > ul > li:nth-child(3) {
		border-right: 1px solid #E3E3E3;
	}


	/* #mobile_main_meun_box > ul > li + li > a {
		border-left: 1px solid #E3E3E3;
	} */
	/* #mobile_main_meun_box > ul > li + li:nth-child(3n + 1) > a {
		border-left: unset;
	} */
	/* #mobile_main_meun_box > ul > li:nth-child(n+4):nth-child(-n+10) {
		border-top: 1px solid #e3e3e3;
	} */
	#mobileGnb .gnb_box_wrap {
		margin-top: 30px;
	}
	#mobileGnb .gnb_box_wrap .tit {
		font-size: 18px;
		font-weight: 700;
		color: #222;
		margin-bottom: 10px;
	}
	#mobileGnb .gnb_box {
		border-radius: 6px;
		overflow: hidden;
	}

	#mobileGnb .gnb_box .depth01 > a {
		background-color: #fff;
		width: 100%;
		height: 40px;
		position: relative;
		display: flex;
		align-items: center;
		padding: 0 15px;
		padding-right: 40px;
		
	}
	
	#mobileGnb .gnb_box .depth01 > a::after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(/img/shop_select_arw01.png) no-repeat center right 20px / 13px 14px;		
	}
	#mobileGnb .gnb_box .depth01.active > a::after {
		background: url(/img/shop_select_arw01.png) no-repeat center left 20px / 13px 14px;
		transform: rotate(180deg);
	}
	#mobileGnb .gnb_box .depth01.active > a {
		color: var(--color-primary01);
	}
	#mobileGnb .gnb_box .depth02 {
		display: none;
	}
	#mobileGnb .gnb_box .depth02 > li > a {
		padding: 0 25px;
		height: 30px;
		display: flex;
		align-items: center;
		font-size: 12px;
		font-weight: 400;
		color: #222;
		background-color: #F8F8F8;
	} 
	#mobileGnb .gnb_box .depth03 {
		display: none;
	}
	#sideQuick {
		display: none;
	}
	#mobileSideQuick {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		display: flex;
		padding: 0 20px;
		z-index: 102;
		box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.10);
		background-color: #fff;
	}
	#mobileSideQuick .btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 10px;
		color: #999;
		font-weight: 400;
		flex: 1;
	}
	
}
/* END header */

/* footer */
#footer .f_top {
	position: relative;
	/* transform: translateY(50%); */
	
}
#footer .f_btm {
	margin-top: -130px;
}
.f_flex_box01 {
	display: flex;
	flex-wrap: wrap;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.f_flex_box01 .f_left_box01 {
	width: 34%;
	padding: 50px 70px;
	background-color: var(--color-primary01);
}
.f_flex_box01 .f_right_box01 {
	width: 66%;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 70px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	gap: 40px 80px;
}
.f_flex_box01 .f_right_box01 .f_t_r_bg {
	position: absolute;
	right: -10px;
    bottom: 0;
}
#footer .f_btm {
	background-color: #393939;
	padding: 215px 0 115px;
}
.f_flex_box01 .f_left_box01 .f_t_tit_box {
	margin-bottom: 30px;
	color: #fff;
}
.f_t_tit_box {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	color: #222;
}
.f_t_tit_box .img {
	min-width: 60px;
}
.f_t_alt01 {
	font-size: 50px;
	font-weight: 500;
	color: #fff;
}
.f_t_alt02 {
	font-size: 18px;
	color: #777;
	font-weight: 400;
	line-height: 1.55em;
}
#footer .f_btm .inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 0;
	justify-content: space-between;
}
#footer .f_b_left_box {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 80px;
}
#footer .f_logo {
	margin-top: 30px;
}
.f_b_alt_box .f_b_alt {
	display: flex;
	align-items: center;
	gap: 0 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2.37em;
	color: rgba(255, 255, 255, 0.6);
}
.common_select01 {
	min-width: 200px;
	height: 40px;
	padding: 0 20px;
	padding-right: 35px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	appearance: none;
	outline: unset;
	cursor: pointer;
	background: url('/img/select_arw01.png') no-repeat center right 20px / 13px 8px;
}

.common_select01 option {
	color: #222;
}

.f_b_t_box {
	display: flex;
	flex-direction: column;
}
.f_b_t_box .common_select01 + .common_select01 {
	margin-top: 10px;
}
.f_b_link_box01 {
	margin-top: 30px;
	display: flex;
	gap: 0 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 1.75em;
}

@media all and (max-width:1400px) {
	.f_flex_box01 .f_left_box01,
	.f_flex_box01 .f_right_box01 {
		padding: 30px;
	}
	.f_flex_box01 .f_right_box01 {
		gap: 40px 25px;
	}
	
	.f_t_tit_box {
		font-size: 20px;
	}
	.f_t_tit_box .img {
		min-width: unset;		
	}
	.f_t_tit_box .img img {
		height: 45px;
	}
	.f_t_alt01 {
		font-size: 40px;
	}
	.f_t_alt02 {
		font-size: 16px;
	}
	.f_b_alt_box .f_b_alt {
		font-size: 14px;
	}
	.common_select01,
	.f_b_link_box01 {
		font-size: 14px;
	}
	#footer .f_logo {
		margin-top: unset;
	}
	#footer .f_logo img {
		height: 45px;
	}
	.f_b_right_box {
		margin-left: auto;
	}
}

@media all and (max-width:1024px) {
	.f_flex_box01 .f_left_box01,
	.f_flex_box01 .f_right_box01,
	.f_flex_box01 .f_right_box01 .box {
		width: 100%;
	}	
}

@media all and (max-width:700px) {
	.f_b_alt_box .f_b_alt {
		flex-wrap: wrap;
		gap: 0 10px;
	}
	.f_bar01 {
		display: none;
	}
}
/* END footer */

/* sideQuick */
#sideQuick {
	position: fixed;
	right: 10rem;
    bottom: 4rem;
	z-index: 101;
	max-width: 140px;
}
#sideQuick > ul {	
	border-radius: 6px;	
	margin-bottom: 20px;
}
#sideQuick ul li .side_quick_menu01 {
	width: 100%;
	aspect-ratio: 1/0.357;
	display: flex;
	align-items: center;
	gap: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 6px;
	padding: 0 20px;
}
.cart_count02 {
	border-radius: 50%;
	aspect-ratio: 1/1;
	min-width: 18px;
	background-color: var(--color-primary01);
	color: #fff;
	padding: 3px;
	text-align: center;
	font-size: 9px;
	font-weight: 700;
}
#sideQuick ul li .side_quick_menu01 + .side_quick_menu01 {
	margin-top: 10px;
}
#sideQuick ul li .side_quick_menu01 img {
	width: fit-content;
}
#top_btn {
	margin-top: 10px;
	display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	position: absolute;
    bottom: 0;
}
#top_btn.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}
#sideQuickMoreBtn {
	position: absolute;
	cursor: pointer;
    bottom: 0;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}
#top_btn,
#sideQuickMoreBtn {
	display: flex;
	justify-content: center;
}
.sideQuickBtn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}
#sideQuickMoreBtn .sideQuickBtn {
	background-color: var(--color-primary01);
}
#sideQuickMoreBtn .sideQuickBtn span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	background-color: #fff;
	transition: transform 0.3s, opacity 0.3s;
}

#sideQuickMoreBtn .sideQuickBtn span:nth-child(1) {
	width: 12px;
	height: 1px;
}
#sideQuickMoreBtn .sideQuickBtn span:nth-child(2) {
	width: 1px;
	height: 12px;
}
#sideQuickMoreBtn.scroll {
	bottom: 60px;
}
#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(1) {
    transform: translate(-50%, -50%) rotate(45deg);
}

#sideQuickMoreBtn.active .sideQuickBtn span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(45deg);
}

.quick-menu {
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
    display: none;
    
	min-width: 140px;
}
/* END sideQuick */

/* 고객센터 추가 */
.h_customer_btn {
	position: relative;
	cursor: pointer;
}
.h_customer_btn > ul {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	z-index: 3;	
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	border-radius: 6px;
	text-align: center;
	display: none;
}
.h_customer_btn > ul:after {
	content: '';
	position: absolute;
	bottom: 100%;
	width: 8px;
	height: 8px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: #fff;
}
.h_customer_btn > ul li a {
	padding: 20px 45px;
	background-color: #fff;
	color: #222;
	display: block;
	font-size: 14px;
	color: #222;
	font-weight: 400;
	transition: all 0.3s ease;
}
.h_customer_btn > ul li + li a {
	border-top: 1px solid #e3e3e3;
}
.h_customer_btn > ul li:first-child a {
	border-radius: 6px 6px 0 0;
}
.h_customer_btn > ul li:last-child a {
	border-radius: 0 0 6px 6px;
}
.h_customer_btn > ul li a:hover {
    background-color: var(--color-primary01);
    color: #fff;
}
/* END 고객센터 추가 */

/* gnb_bg */
.h_gnb_bg {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 99;
	display: none;
}
.h_gnb_bg.active {
	display: block;
}
/* END gnb_bg */


/* 250428 추가*/
.h_gnb_wrapper .inner {
	max-height: 80vh;
}
.h_gnb_box {
	position: relative;
}
.gnb_bg_box {
	position: fixed!important;
	right: 0;

}

.h_gnb_wrapper::-webkit-scrollbar {
	display: none;
}
.h_gnb_wrapper .h_gnb_box .gnb > ul {
	overflow-y: scroll;
	height: 80vh;
	max-height: 1220px;
}

.h_gnb_wrapper .h_gnb_box .gnb > ul::-webkit-scrollbar-thumb {
	width: 10px;
	height: 10px;
	background-color: black;
}

.h_gnb_wrapper .h_gnb_box .gnb_bg_box .gnb_bg {
	height: unset;
}
.h_gnb_wrapper .inner::-webkit-scrollbar {
	display: none;
}

.main_color #footer {
	background-color: #F9F9F9;
}