/************ base *************/

/*base color setting */

:root {
	--txt-color: #000000;
	--txt-color-white: #ffffff;
	--txt-color-gray: #999999;
	--txt-color-gray01: #b1b1b1;
	--txt-color-gray02: #cccccc;
	--txt-color-gray03: #767676;
	--txt-color-gray04: #1c1c1c;
	--txt-point: #ff0000;
	--txt-point02: #f41f1f;

	--bg-color-white: #ffffff;
	--bg-color-black: #000000;
	--bg-color-black01: rgba(0, 0, 0, 0.1);
	--bg-color-black02: rgba(0, 0, 0, 0.4);
	--bg-color-black03: rgba(0, 0, 0, 0.8);
	--bg-color-black04: rgba(0, 0, 0, 0.04);
	--bg-color-black05: rgba(0, 0, 0, 0.01);
	--bg-color-black06: #1c1c1c;
	--bg-color-gray: #cccccc;
	--bg-color-gray01: #333333;
	--bg-color-gray02: #f2f2f2;
	--bg-color-gray02-40: rgba(242, 242, 242, 0.4);
	--bg-color-gray03: #b1b1b1;
	--bg-color-point: #ff0000;
	--bg-color-point01: rgba(230, 72, 51, 0.9);
	--bg-color-red: #ff0000;

	--line-color: #000000;
	--line-color-gray: #f2f2f2;
	--line-color-gray01: #cccccc;
	--line-color-gray02: #999999;
	--line-color-gray03: #b1b1b1;
	--line-color-gray04: #1c1c1c;
	--line-color-white: #ffffff;
	--line-color-blue: #0058ff;
	--line-color-blue-12: rgba(0, 88, 255, 0.12);
	--line-color-black-15: rgba(0, 0, 0, 0.15);

	--btn-fill-black: #000000; /* 버튼 컬러 스타일 */
	--btn-fill-gray: #999999;
	--btn-disabled: #cccccc;

	--btn-line-black: #000000; /* 버튼 라인 스타일 */
	--btn-line-gray: #cccccc;

	--btn-txt-black: #000000; /* 버튼 텍스트 스타일 */
	--btn-txt-gray: #b1b1b1;
	--btn-txt-focus: #1a1a1a;

	--tab-txt-color: #999999;

	--input-color: #333333; /* 입력폼 스타일(input, textarea) */
	--input-txt-color: #cccccc;
	--input-normal-line: #cccccc;
	--input-error-line: #000000;
	--input-placeholder: #cccccc;
	--input-disabled: #ebecf1;
	--input-focus: #000000;
}

/************ web font import *************/
/*
    Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
    https://github.com/orioncactus/pretendard
    
    This Font Software is licensed under the SIL Open Font License, Version 1.1.
    This license is copied below, and is also available with a FAQ at:
    http://scripts.sil.org/OFL
    */

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'),
		url('../font/Pretendard-Bold.woff2') format('woff2'),
		url('../font/Pretendard-Bold.woff') format('woff');
	unicode-range: 'U+AC00-D7A3';
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'),
		url('../font/Pretendard-Medium.woff2') format('woff2'),
		url('../font/Pretendard-Medium.woff') format('woff');
	unicode-range: 'U+AC00-D7A3';
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'),
		url('../font/Pretendard-Regular.woff2') format('woff2'),
		url('../font/Pretendard-Regular.woff') format('woff');
	unicode-range: 'U+AC00-D7A3';
}

/* GT-America-Standard : English, number */
@font-face {
	font-family: 'GT-America';
	font-style: italic;
	font-weight: 900;
	src: url('../font/GT-America-Standard-Bold-Italic.woff2') format('woff2'),
		url('../font/GT-America-Standard-Bold-Italic.woff') format('woff'),
		url('../font/GT-America-Standard-Bold-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'GT-America';
	font-style: normal;
	font-weight: 900;
	src: url('../font/GT-America-Standard-Bold.woff2') format('woff2'),
		url('../font/GT-America-Standard-Bold.woff') format('woff'),
		url('../font/GT-America-Standard-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'GT-America';
	font-style: italic;
	font-weight: 700;
	src: url('../font/GT-America-Standard-Medium-Italic.woff2') format('woff2'),
		url('../font/GT-America-Standard-Medium-Italic.woff') format('woff'),
		url('../font/GT-America-Standard-Medium-Italic.ttf') format('truetype');
}
@font-face {
	font-family: 'GT-America';
	font-style: normal;
	font-weight: 700;
	src: url('../font/GT-America-Standard-Medium.woff2') format('woff2'),
		url('../font/GT-America-Standard-Medium.woff') format('woff'),
		url('../font/GT-America-Standard-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'GT-America';
	font-style: italic;
	font-weight: 500;
	src: url('../font/GT-America-Standard-Regular-Italic.woff2') format('woff2'),
		url('../font/GT-America-Standard-Regular-Italic.woff') format('woff'),
		url('../font/GT-America-Standard-Regular-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'GT-America';
	font-style: normal;
	font-weight: 500;
	src: url('../font/GT-America-Standard-Regular.woff2') format('woff2'),
		url('../font/GT-America-Standard-Regular.woff') format('woff'),
		url('../font/GT-America-Standard-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'GT-America';
	font-style: italic;
	font-weight: 400;
	src: url('../font/GT-America-Standard-Light-Italic.woff2') format('woff2'),
		url('../font/GT-America-Standard-Light-Italic.woff'),
		url('../font/GT-America-Standard-Light-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'GT-America';
	font-style: normal;
	font-weight: 400;
	src: url('../font/GT-America-Standard-Light.woff2') format('woff2'),
		url('../font/GT-America-Standard-Light.woff') format('woff'),
		url('../font/GT-America-Standard-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'GT-America';
	font-style: italic;
	font-weight: 300;
	src: url('../font/GT-America-Standard-Light-Italic.woff2') format('woff2'),
		url('../font/GT-America-Standard-Light-Italic.woff') format('woff'),
		url('../font/GT-America-Standard-Light-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'GT-America';
	font-style: normal;
	font-weight: 300;
	src: url('../font/GT-America-Standard-Light.woff2') format('woff2'),
		url('../font/GT-America-Standard-Light.woff') format('woff'),
		url('../font/GT-America-Standard-Light.ttf') format('truetype');
}

body,
html {
	font-size: 62.5%;
	font-family: 'Pretendard', 'GT-America', 'sans-serif', 'dotum';
	color: var(--txt-color);
	line-height: 1.285;
	height: 100%;
	scroll-behavior: smooth;
}
* {
	box-sizing: border-box;
}

/************ common *************/

.notMg {
	margin-top: 0 !important;
}
.norMg {
	margin-right: 0 !important;
}
.nobMg {
	margin-bottom: 0 !important;
}
.nolMg {
	margin-left: 0 !important;
}
.notPd {
	padding-top: 0 !important;
}
.norPd {
	padding-right: 0 !important;
}
.nobPd {
	padding-bottom: 0 !important;
}
.nolPd {
	padding-left: 0 !important;
}

/************ layout *************/

.wrap {
	/*height:100%;*/
	min-height: 100vh;
}
.wrap.main-wrap {
} /*메인인 경우에 클래스 개별적용*/
.wrap.sub-wrap {
} /*서브페이아웃인 경우에 클래스 개별적용*/

/* header */
/*.wrap header { overflow: hidden; flex: 0 0 auto; display: flex !important; justify-content: space-between; align-items: center; position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 50px; padding: 0 20px; background-color: var(--bg-color-white); transform: translateY(0); transition: all 0.4s; } */
.wrap header {
	flex: 0 0 auto;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	background-color: var(--bg-color-white);
}
.header_fixed header {
	position: sticky;
}
.wrap header.up {
	transform: translateY(-100%);
}
.wrap header.border {
	border-bottom: 1px solid var(--line-color-gray);
}
.wrap header .title {
	overflow: hidden;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - 160px);
	font-size: 18px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
}
.wrap header .side_area {
	display: flex;
	align-items: center;
}
.wrap header .side_area.util {
	margin-left: auto;
}

.wrap header .side_area .button {
	width: 26px;
	height: 26px;
	border: none;
	text-indent: -9999em;
	background-size: 26px 26px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

.wrap header .side_area.link .button {
	margin-right: 8px;
}

.wrap header .side_area.util .button {
	margin-left: 8px;
}

.wrap header .button.back {
	background-image: url('../image/icon/header_back.png');
}
.wrap header .button.home {
	background-image: url('../image/icon/header_home.png');
}
.wrap header .button.share {
	background-image: url('../image/icon/header_share.png');
}
.wrap header .button.search {
	background-image: url('../image/icon/header_search.png');
}
.wrap header .button.list {
	background-image: url('../image/icon/btn_list.png');
}
.wrap header .button.close {
	background-image: url('../image/icon/btn_close_b.png');
}
.wrap header .button.close.is_active,
.wrap header .button.close_w {
	background-image: url('../image/icon/btn_close_dim.png');
}
.wrap header .button.confirm {
	background-image: url('../image/icon/btn_confirm_dim.png');
}
.wrap header .button.gift {
	background-image: url('../image/icon/ico_gift.png');
}
.wrap header .button.gift_w,
.wrap header .button.gift_w.is_active {
	background-image: url('../image/icon/ico_gift_white.png');
}
.wrap header .button.equal {
	background-image: url('../image/icon/gnb_equal_on.png');
}
.wrap header .button.equal.is_active {
	background-image: url('../image/icon/gnb_equal_header_on.png');
}
.wrap header .button.cart {
	background-image: url('../image/icon/header_cart.png');
}
.wrap header .button.cart.is_active {
	background-image: url('../image/icon/header_cart_dim.png');
}

.wrap header .button.cart {
	position: relative;
}
.wrap header .button.cart .count {
	z-index: 102;
	display: flex;
	justify-content: center;
	position: absolute;
	top: -5px;
	left: 12px;
	width: auto;
	min-width: 19px;
	max-width: 30px;
	height: 18px;
	border-radius: 18px;
	font-size: 9px;
	font-weight: 500;
	color: var(--txt-color-white);
	line-height: 19px;
	text-indent: initial;
	background-color: var(--bg-color-point);
	text-align: center;
	padding: 0 7px;
	white-space: nowrap;
}

/*메인처리*/
/*.scroll_down .wrap.ma_main header{background:var(--bg-color-white)}*/
.wrap.ma_main header {
	background-color: transparent;
}
.wrap.ma_main header .button.search {
	background-image: url('../image/icon/header_search_dim.png');
}
.wrap.ma_main header .button.cart {
	background-image: url('../image/icon/header_cart_dim.png');
}
.wrap.ma_main header .button.cart.is_active {
	background-image: url('../image/icon/header_cart.png');
}

.wrap.ma_main header.is_active {
	background: var(--bg-color-white);
}
.wrap.ma_main header.is_active .button.search {
	background-image: url('../image/icon/header_search.png');
}
.wrap.ma_main header.is_active .button.cart {
	background-image: url('../image/icon/header_cart.png');
}
.wrap.ma_main header.is_active .button.cart.is_active {
	background-image: url('../image/icon/header_cart_dim.png');
}
.wrap.ma_main header.is_active .toggle_gender.is_w {
	background: url('../image/icon/ico_toggle_b_w_s.png') no-repeat 50%;
	background-size: 100%;
	font-size: 0;
	opacity: 0.2;
}
.wrap.ma_main header.is_active .toggle_gender.is_w.is_active {
	opacity: 1;
}
.wrap.ma_main header.is_active .toggle_gender.is_m {
	background: url('../image/icon/ico_toggle_b_m_s.png') no-repeat 50%;
	background-size: 100%;
	font-size: 0;
	opacity: 0.2;
}
.wrap.ma_main header.is_active .toggle_gender.is_m.is_active {
	opacity: 1;
}
/*남녀버튼*/
.wrap header .toggle_gender {
}
.wrap header .toggle_gender + .toggle_gender {
	margin-left: 1px;
}

/* container */
.container {
	padding: 0 20px 80px;
}
.container.nTPd {
	padding-top: 0px;
}
.container.tPd {
	/* padding-top: 50px; */
}
/*.scroll_down .container {padding-top:108px}*/
.container .inner_left {
	margin-right: -20px;
	padding-right: 20px;
}
.container .inner_full {
	margin: 0 -20px;
}
.container .inner_full:last-child {
	padding-bottom: 0;
}
.container .inner_full_pd0 {
	margin: 0 -20px;
	padding-bottom: 0;
}
.container .inner_right {
	margin: 0 -20px;
	padding-left: 20px;
}
.container section {
	padding-bottom: 80px;
	position: relative;
}
.container section:last-child {
	padding-bottom: 0;
}
section h2 {
	padding-bottom: 20px;
	font-size: 18px;
}

.sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	height: auto !important;
	margin-left: 0;
	margin-right: 0;
	transition: top 0.4s ease, left 0.4s ease, right 0.4s ease;
	z-index: 100;
}
.sticky.stick_filter {
	position: sticky;
	/* top: 50px; */
	left: 0;
}
/*.sticky.on {position: fixed; top: 0; left: 0; right: 0; background-color: var(--bg-color-white); margin: 0 !important; z-index:100}*/ /* 바디 여백 발생할 경우 margin-top: 0 */
/*.ma_main .sticky.on { position:fixed; top:50px} */
.ma_main .sticky {
	background: var(--bg-color-white);
	overflow: hidden;
}
.sticky {
	background: #fff;
}
.sticky.on {
	margin-left: 0;
	margin-right: 0;
	background-color: var(--bg-color-white);
}
.di_main .sticky {
	background: var(--bg-color-white);
}
.event_main .sticky.on,
.di_main .sticky.on {
	margin-right: -20px;
}
.event_main .sticky.on {
	width: 100%;
}
/* nav gnb */
.gotop_area {
	position: fixed;
	left: calc(100% - 60px);
	width: 40px;
	bottom: 20px;
	padding-bottom: var(--safeBottom);
	z-index: 1000;
	transition: bottom 0.3s ease;
}
.gotop_area > button {
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background: var(--bg-color-black);
	border-radius: 50%;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
	color: transparent;
	overflow: hidden;
}
.type_bottomsheet:has(.bt_info_wrap.is-ios) {
	padding-top: 50px;
}

.gotop_area button + button {
	margin-top: 10px;
}

.type_bottomsheet .gotop_area .btn_move_top {
	bottom: 83px;
}
.gotop_area .btn_move_top,
.gotop_area .recent {
	height: 0;
	padding: 0;
	opacity: 0;
	transition: opacity 0.3s ease, height 0.4s 0.2s;
}
.gotop_area .btn_move_top:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 auto;
	background: url('../image/icon/ico_top.png') no-repeat 0 50%;
	background-size: 20px 20px;
}
.gotop_area .recent {
	background: var(--bg-color-white);
}
.gotop_area .recent img {
	aspect-ratio: 1;
	object-fit: cover;
}
.gotop_area .btn_move_top,
.gotop_area .recent {
	height: 0;
	padding: 0;
	opacity: 0;
	transition: opacity 0.3s ease, height 0.4s 0.2s;
}
.gotop_area .btn_move_top.scroll,
.gotop_area:has(.btn_move_top.scroll) .recent {
	height: 40px;
	opacity: 1;
	transition: opacity 0.3s 0.2s ease, height 0.2s 0s;
}
nav.is_active + .gotop_area {
	bottom: 66px;
}

nav.gnb {
	position: fixed;
	box-sizing: content-box;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: -100%;
	height: 55px;
	padding: 0 30px var(--safeBottom);
	background-color: var(--bg-color-white);
	transition: bottom 0.5s ease;
	padding-bottom: var(--safeBottom);
}
nav.gnb.is_active {
	position: fixed;
	bottom: 0; /*border-top: 1px solid var(--line-color-gray);*/
}
nav.gnb.fixed {
	border-top: 1px solid var(--line-color-gray);
}

nav.gnb ul {
	display: flex;
	padding-top: 15px;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
nav.gnb ul li {
	flex: 0 0 auto;
}
nav.gnb ul li a {
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	text-indent: -9999em;
	background-size: 26px 26px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}
nav.gnb ul li a.btn_home {
	width: 65px;
	background-size: 65px 26px;
	background-image: url('../image/icon/gnb_home.png');
}
nav.gnb ul li a.btn_category {
	background-image: url('../image/icon/gnb_category.png');
}
nav.gnb ul li a.btn_discover {
	background-image: url('../image/icon/gnb_discover.png');
}
nav.gnb ul li a.btn_equal {
	background-image: url('../image/icon/gnb_equal.png');
}
nav.gnb ul li a.btn_my {
	background-image: url('../image/icon/gnb_my.png');
}

nav.gnb ul li a.btn_home.is_acitve {
	background-image: url('../image/icon/gnb_home_on.png');
}
nav.gnb ul li a.btn_category.is_acitve {
	background-image: url('../image/icon/gnb_category_on.png');
}
nav.gnb ul li a.btn_discover.is_acitve {
	background-image: url('../image/icon/gnb_discover_on.png');
}
nav.gnb ul li a.btn_equal.is_acitve {
	background-image: url('../image/icon/gnb_equal_on.png');
}
nav.gnb ul li a.btn_my.is_acitve {
	background-image: url('../image/icon/gnb_my_on.png');
}
/* 디스커버 개편 */
/* nav.gnb ul li a.gnb_new {
	position: relative;
}
nav.gnb ul li a.gnb_new:after {
	content: 'NEW';
	position: absolute;
	top: -5px;
	right: -20px;
	padding: 0 6px;
	border-radius: 10px;
	background: rgba(255, 0, 0, 0.9);
	font-size: 9px;
	line-height: 18px;
	text-indent: 0;
	color: var(--txt-color-white);
} */

/* footer */
footer {
	border-top: 1px solid var(--line-color-gray);
}

/************ popups *************/
/* Modal Bottomsheet */
.modal_wrap {
	visibility: hidden;
	display: flex;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
}
.modal {
	position: relative;
	z-index: 1001;
	display: flex;
	flex-direction: column;
	background-color: var(--bg-color-white);
	overflow: hidden;
}
.modal_header {
	position: relative;
	z-index: 100;
	width: 100%;
	text-align: center;
}

.modal_wrap .modal_bottomsheet {
	transform: translateY(110%);
	transition: all 0.5s ease;
}
.modal_wrap .modal_password {
	height: 427px;
	background: #f6f5ff;
}

.modal .modal_close_btn {
	position: absolute;
	z-index: 101;
	top: 14px;
	right: 20px;
	display: block;
	width: 27px;
	height: 27px;
}
.modal .modal_close_btn:before,
.modal .modal_close_btn:after {
	position: absolute;
	top: 4px;
	left: 13px;
	content: ' ';
	height: 19px;
	width: 2px;
	background-color: var(--bg-color-gray01);
}
.modal .modal_close_btn:before {
	transform: rotate(45deg);
}
.modal .modal_close_btn:after {
	transform: rotate(-45deg);
}

.modal_bottomsheet {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 100%;
	margin-top: auto;
	padding-bottom: var(--safeBottom);
	border-radius: 15px 15px 0 0;
}
.modal_bottomsheet.type2 {
	max-height: calc(100% - var(--safeBottom) - var(--safeTop) - 50px);
	border-radius: 0;
}
.modal_bottomsheet .modal_header {
	height: auto;
	padding: 16px 0 0;
}
.modal_bottomsheet .modal_tit {
	padding-bottom: 16px;
	border-bottom: 1px solid var(--line-color-gray);
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	word-break: keep-all;
	word-wrap: break-word;
}
.modal_bottomsheet.type2 .modal_tit {
	border-bottom: 0;
}
.modal_bottomsheet .modal_content {
	flex: 0 1 auto;
	height: 100%;
	overflow-x: hidden;
	overflow: auto;
	padding: 30px 20px 25px;
}
.modal_bottomsheet.type2 .modal_close_btn {
	position: absolute;
	z-index: 101;
	margin: 0 auto;
	top: 3px;
	right: 0;
	left: 0;
	display: block;
	width: 33px;
	height: 27px;
}
.modal_bottomsheet.type2 .modal_close_btn:before {
	content: '';
	top: 12px;
	left: 0;
	display: block;
	width: 33px;
	height: 3px;
	border-radius: 2px;
	background-color: var(--bg-color-black01);
	transform: rotate(0deg);
}
.modal_bottomsheet.type2 .modal_close_btn:after {
	display: none;
}
.modal_bottomsheet .modal_footer {
	padding: 15px 20px;
}
.modal_bottomsheet .modal_footer button {
	padding: 17px 0 19px;
	width: 100%;
	font-size: 14px;
	color: var(--txt-color-white);
	text-align: center;
	background-color: var(--bg-color-black);
}

.modal_bottomsheet.type3 {
	height: 100%;
}
.modal_bottomsheet.type3 .modal_header {
	border-bottom: 1px solid var(--line-color-gray);
}

.is_dimmed {
	overflow: hidden !important;
	touch-action: none !important;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.dimmer {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: var(--bg-color-black02);
	-ms-touch-action: none;
	touch-action: none;
}
.is_visible .dimmer,
.is_visible.dimmer {
	visibility: visible;
}
.is_active .dimmer,
.is_active.dimmer {
	opacity: 1;
}
.is_active .dimmer.inner,
.is_active.dimmer.inner {
	opacity: 0;
}
.is_active .modal_bottomsheet + .dimmer {
	opacity: 0.6;
}
.modal_wrap.is_visible {
	visibility: visible;
	pointer-events: auto;
}
.modal_wrap.is_active .modal_bottomsheet {
	transform: translateY(0%);
	transition: all 0.5s ease;
}

/* Fullpopup */
.modal_fullpopup {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	padding-top: var(--safeTop);
	padding-bottom: var(--safeBottom);
}
.modal_fullpopup.type2 {
	background-color: var(--bg-color-black);
}
.modal_fullpopup .modal_header {
	position: relative;
	padding: 0;
	height: auto;
	text-align: center;
}
.modal_fullpopup .modal_header h3 {
	line-height: 47px;
	font-size: 18px;
	font-weight: 500;
}
.modal_fullpopup .modal_close_btn {
	position: absolute;
	top: 12px;
	right: 13px;
	display: block;
	width: 26px;
	height: 26px;
}
.modal_fullpopup .modal_close_btn:before,
.modal_fullpopup .modal_close_btn:after {
	position: absolute;
	top: 3px;
	left: 12px;
	content: ' ';
	height: 18px;
	width: 1px;
	background-color: var(--bg-color-black);
}
.modal_fullpopup.type2 .modal_close_btn:before,
.modal_fullpopup.type2 .modal_close_btn:after {
	background-color: var(--bg-color-white);
}
.modal_fullpopup .modal_close_btn:before {
	transform: rotate(45deg);
}
.modal_fullpopup .modal_close_btn:after {
	transform: rotate(-45deg);
}
.modal_fullpopup .modal_content {
	flex: 0 1 auto;
	height: 100%;
	overflow-x: hidden;
	overflow: auto;
	padding: 20px 20px;
}
.modal_fullpopup.type2 .modal_content {
	padding: 142px 0 0;
}
.modal_fullpopup.type2 .modal_content .inner {
	padding: 45px 0;
	text-align: center;
	background-color: var(--bg-color-gray02);
}
.modal_fullpopup.type2 .modal_content .inner img {
	width: 145px;
	height: 410px;
}
.modal_fullpopup .modal_footer {
	padding: 0;
}

/* dimmed */
.modal_dimmed {
	width: 90%;
	padding: 34px 0 0;
	margin: auto;
	background-color: var(--bg-color-black);
	opacity: 0;
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	transition: all 0.2s ease;
}
.modal_wrap.is_active > .modal_dimmed {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.modal_dimmed .modal_header {
	padding: 0 30px !important;
	margin-bottom: 11px;
	letter-spacing: -0.2px;
}
.modal_dimmed .modal_header h3 {
	font-size: 18px;
	color: var(--txt-color-white);
	line-height: 1.3;
	text-align: left;
}
.modal_dimmed .modal_content {
	padding: 0 30px 40px !important;
}
.modal_dimmed .modal_content .msg {
	font-size: 14px;
	color: var(--txt-color-white);
	line-height: 1.3;
}
.modal_dimmed .modal_footer {
	display: flex;
	justify-content: space-between;
}
.modal_dimmed .modal_footer.button_col1 {
	display: block;
}
.modal_dimmed .modal_footer button {
	color: var(--txt-color-white);
}
.modal_dimmed .modal_footer.button_col2 button {
	width: calc(100% / 2);
	text-align: left;
	padding: 13px 0 13px 30px;
}
.modal_dimmed .modal_footer.button_col2 button:last-child {
	text-align: right;
	padding: 13px 30px 13px 0;
}
.modal_dimmed .modal_footer.button_col1 button {
	width: 100%;
	text-align: right;
	padding: 13px 30px;
}

/* toast */
.toast {
	position: fixed;
	left: 20px;
	right: 20px;
	top: calc(20px + var(--safeTop));
	z-index: 3000;
	min-height: 48px;
	text-align: center;
	padding: 16px 15px 15px;
	border-radius: 2px;
	background-color: var(--bg-color-black03);
	color: var(--txt-color-white);
	visibility: hidden;
	opacity: 0;
	transform: translateY(20%);
	transition: all 0.25s ease;
}
.toast .toast_txt {
	font-size: 14px;
	color: var(--txt-color-white);
}
.toast.is_visible {
	visibility: visible;
}
.toast.is_active {
	opacity: 1;
	transform: translateY(0%);
}

/* tooltip */
.g_preview.right.top {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	text-align: left;
}
.tooltip_area.right.top {
	position: absolute;
	top: 0;
	right: 0;
}
.tooltip {
	position: relative;
	display: flex;
	z-index: 10;
}
.tooltip .btn_info {
	position: relative;
	display: inline-flex;
	z-index: 10;
	transition: all 0.2s ease;
}
.tooltip .btn_info:before {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background: url('../image/icon/ico_tooltip.png') no-repeat 50% 50%;
	background-size: 18px 18px;
}
.tooltip .btn_info.more:before {
	background: url('../image/icon/btn_more.png') no-repeat 50% 50%;
	background-size: 18px 18px;
}
.tooltip .tooltip_body {
	visibility: hidden;
	display: block;
	position: absolute;
	min-width: 300px;
	min-height: 60px;
	padding: 23px 20px;
	opacity: 0;
	transition: all 0.2s ease;
	background: var(--bg-color-white);
	border: 1px solid var(--line-color);
	border-radius: 2px;
}
.tooltip .btn_info.more + .tooltip_body {
	min-width: 148px;
	padding: 0;
}
.tooltip .btn_info.more + .tooltip_body button {
	display: block;
	width: 100%;
	padding: 12px 20px;
	text-align: left;
	font-size: 12px;
}
.tooltip .btn_info.more + .tooltip_body button + button {
	border-top: 1px solid var(--line-color);
}
.tooltip.bottom .tooltip_body {
	top: 100%;
}
.tooltip.top .tooltip_body {
	bottom: 100%;
}
.tooltip.left .tooltip_body {
	right: 0;
}
.tooltip.right .tooltip_body {
	left: 0;
}
.tooltip.center .tooltip_body {
	left: 50%;
	transform: translateX(-50%);
}
.tooltip .tooltip_body .tool_txt {
	font-size: 14px;
}
.tooltip.is_active .tooltip_body {
	opacity: 1;
}
.tooltip.is_visible .tooltip_body {
	visibility: visible;
	pointer-events: auto;
}

/* 공통 */

/* margin */
.mt_20 {
	margin-top: 20px !important;
}
.mt_35 {
	margin-top: 35px !important;
}
.mt_40 {
	margin-top: 40px !important;
}
.mt_85 {
	margin-top: 85px !important;
}

.pt_40 {
	padding-top: 40px !important;
}

/* 공통 */
.no_data {
	padding: 50px 0;
	color: var(--txt-color-gray);
	text-align: center;
}
.no_data.type2 {
	padding: 50px 0;
	text-align: center;
}
.no_data.type3 {
	min-height: 60px;
	padding: 22px 0;
	text-align: center;
}

.no_data.equal {
	padding: 40px 0 20px;
	line-height: 1.43;
}
.no_data .ico_equal {
	content: '';
	display: inline-block;
	margin: -3px 0 0 5px;
	width: 18px;
	height: 18px;
	background: url('../image/icon/ico_pro_equal_s_on.png') no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}

.ico_youtube {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../image/icon/ico_youtube.png') no-repeat 50% 50%;
	background-size: 30px 30px;
}
.ico_facebook {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../image/icon/ico_facebook.png') no-repeat 50% 50%;
	background-size: 30px 30px;
}
.ico_insta {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../image/icon/ico_insta.png') no-repeat 50% 50%;
	background-size: 30px 30px;
}
.ico_naver {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../image/icon/ico_naver.png') no-repeat 50% 50%;
	background-size: 30px 30px;
}

/* Category 스와이퍼 */
.swiper.swiper_thumb_round .swiper-slide {
	width: auto;
}
.swiper.swiper_thumb_round .swiper-slide a {
	display: flex;
	flex-direction: column;
	position: relative;
}
.swiper.swiper_thumb_round .swiper-slide .img_box {
	position: relative;
	margin-top: 2px;
}
.swiper.swiper_thumb_round .swiper-slide .img_box img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
}
.swiper.swiper_thumb_round .swiper-slide .new .img_box::after {
	content: 'N';
	display: flex;
	justify-content: center;
	position: absolute;
	top: -2px;
	right: -2px;
	width: 18px;
	height: 18px;
	background-color: var(--bg-color-point01);
	border-radius: 18px;
	font-size: 9px;
	font-weight: 500;
	color: var(--txt-color-white);
	line-height: 19px;
	text-indent: initial;
}
.swiper.swiper_thumb_round .swiper-slide .value {
	margin-top: 8px;
	font-size: 10px;
	color: var(--txt-color);
	text-align: center;
}

/* Category Gnb */
#Gnb {
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--bg-color-white);
	overflow: hidden;
	z-index: 100;
	transition: 0.2s ease-out;
	z-index: 20;
}
#Gnb:before {
	content: 'N';
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 100%;
	border-right: 1px solid var(--line-color);
}
#Gnb .top {
	border-bottom: solid 1px var(--line-color-gray);
	padding: 84px 20px 28px 20px;
	position: relative;
	background: var(--bg-color-white);
	z-index: 1;
}
#Gnb .content {
	display: flex;
	flex: 1;
	border-top: 1px solid var(--line-color-gray);
	z-index: 1;
	overflow: auto;
}
#Gnb .gnb_depth00 {
	padding: 9px 0;
	border-right: 1px solid var(--line-color);
}
#Gnb .gnb_depth00_item button {
	position: relative;
	display: flex;
	align-items: center;
	width: 120px;
	height: 44px;
	padding: 0 20px;
	font-size: 24px;
	color: var(--txt-color-gray02);
	font-weight: 700;
}
#Gnb .gnb_depth00_item button.is_active {
	color: var(--txt-color);
}
#Gnb .gnb_depth01 {
	flex: 1;
	overflow: auto;
}
#Gnb .gnb_depth01_item:not(:last-child) {
	border-bottom: 1px solid var(--line-color-gray);
}
#Gnb .gnb_depth01_link {
	width: 100%;
	height: 57px;
	padding: 0 24px;
	font-weight: bold;
	text-align: left;
}
#Gnb .gnb_depth02 {
	display: none;
}
#Gnb .gnb_depth02_link {
	display: block;
	height: 36px;
	padding: 0 24px;
	font-weight: 500;
	line-height: 36px;
}

/* Footer */
footer {
	margin: 0px 0px 0px 0px;
	border-top: 1px solid var(--line-color-gray);
	padding: 40px 20px 80px 20px;
}
footer .footer_tit {
	font-size: 14px;
	font-weight: 700;
}
footer .footer_tit.ico_arrow {
	margin-top: 0;
}
footer .footer_tit.ico_arrow::after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../image/icon/ico_more.png') no-repeat center center/15px
		15px;
	transition: 0.2s;
	vertical-align: middle;
	margin-left: 5px;
}
footer .footer_tit.ico_arrow.on::after {
	transform: rotate(180deg);
}
footer .footer_con {
	margin: 20px 0 40px;
}
footer .footer_con.info {
	display: none;
	color: var(--txt-color-gray01);
	font-size: 12px;
	line-height: 20px;
}
footer .footer_con.info p {
	word-break: keep-all;
	font-weight: 400;
}
footer .footer_con.info a {
	text-decoration: underline;
	color: var(--txt-color-gray01);
}
footer .footer_con.info .btn_text_line_s {
	display: inline-block;
	margin-top: 5px;
}
footer .company {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
footer .company + .company {
	margin: 0 0 35px;
}
footer .company li {
	display: flex;
	align-items: center;
	font-size: 12px;
}
footer .company li:after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background-color: var(--bg-color-gray);
	margin: 0 10px;
}
footer .company li:last-child:after {
	display: none;
}
footer .company li a {
	padding: 5px 0;
}
footer .company li a strong {
	font-weight: 800;
	text-decoration: underline;
}
footer .footer_con.familysite {
	display: none;
	margin-top: 13px;
}
footer .footer_con.familysite ul {
	display: flex;
}
footer .footer_con.familysite li {
	flex: 1;
}
footer .footer_con.familysite a {
	display: block;
	font-size: 12px;
	padding: 7px 0;
}
footer .footer_con.familysite a:nth-of-type(1) {
	font-size: 13px;
}
footer .footer_con.sns {
	display: flex;
	align-items: center;
	margin: 40px 0 30px;
	line-height: 0;
}
footer .footer_con.sns li + li {
	margin-left: 8px;
}
footer .copyright {
	color: var(--txt-color-gray02);
	font-size: 10px;
	letter-spacing: 0.25px;
}
footer .ico_youtube {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../image/icon/ico_youtube.png') no-repeat 50% 50%;
	background-size: 30px 30px;
}
footer .ico_facebook {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../image/icon/ico_facebook.png') no-repeat 50% 50%;
	background-size: 30px 30px;
}
footer .ico_insta {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../image/icon/ico_insta.png') no-repeat 50% 50%;
	background-size: 30px 30px;
}
footer .ico_naver {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('../image/icon/ico_naver.png') no-repeat 50% 50%;
	background-size: 30px 30px;
}
footer .footer_privacy {
	margin: 40px 0;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.45;
	color: var(--txt-color-gray01);
}

/* 공통 */
/* 이벤트 베너 레이어 */
/* 중앙 */
/* .modal_bottomsheet.type5 {margin-left: calc(50% - 167px); margin-top: calc(100% - 474px); width: 335px; height: 474px; min-height: 420px; border-radius: 10px;}  */
.common_wrap header .title {
	overflow: unset;
	transform: none;
	position: static;
	text-overflow: unset;
	width: 100%;
}
.common_wrap .container {
	padding-top: 20px;
}

.layer_popup {
	width: 335px;
	height: 474px;
	min-height: 420px;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
}
.main_layer_ban {
	position: relative;
}
.main_layer_ban [class^='evt_'] {
	position: absolute;
	left: 20px;
}
.main_layer_ban .img_mainbanner {
	position: relative;
	top: 0;
	left: 0;
}

.main_layer_ban.main_layer_ban_default {
	margin: 0;
}
.main_layer_ban.main_layer_ban_default .img_mainbanner {
	display: none;
}
.main_layer_ban.main_layer_ban_default .evt_tit_wrap {
	position: relative;
	top: initial;
	right: initial;
	left: initial;
	min-height: 230px;
	padding: 40px 20px;
	background: url('../image/main/img_eventpopup.png') center no-repeat;
	background-size: cover;
}
.main_layer_ban.main_layer_ban_default.is-btn .evt_tit_wrap {
	padding-bottom: 108px;
}
.main_layer_ban.main_layer_ban_default .evt_tit_wrap .inner {
	max-height: 45vh;
	overflow: hidden;
}

.main_layer_ban.main_layer_ban_default .evt_go {
	margin: 0;
	width: calc(100% - 40px);
}

.main_layer_ban .evt_tit_wrap {
	top: 40px;
	right: 20px;
}
.main_layer_ban .evt_tit_wrap .evt_txt {
	position: static;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.main_layer_ban .evt_tit_wrap .evt_txt2 {
	position: static;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.38;
	margin-top: 15px;
} /* 0403 서브타이틀 관련 추가 */
.main_layer_ban .evt_go {
	display: block;
	bottom: 20px;
	width: 295px;
	height: 48px;
	background: var(--bg-color-black);
	color: var(--txt-color-white);
	font-size: 14px;
	border-radius: 2px;
}
.main_layer_close {
	position: relative;
	font-size: 12px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	background: var(--bg-color-white);
}
.main_layer_close button {
	font-size: 12px;
}
.main_layer_close .modal_close_btn {
	position: static;
}
.main_layer_close .modal_close_btn::before,
.main_layer_close .modal_close_btn::after {
	display: none;
}
.main_layer_close .close_today {
	color: var(--txt-color-gray);
}

.main_layer_close .swiper_btn {
	position: absolute;
	top: 17px;
	left: 20px;
	padding: 1px 5px 1px 0;
	background: var(--bg-color-white);
	display: none;
}
.main_layer_close .swiper_btn.active {
	display: block;
}

/* 하단 */
.type6 .main_layer_ban .evt_tit_wrap {
	max-width: 90%;
	top: 8vw;
	color: var(--txt-color-white);
}
.type6 .main_layer_ban .evt_tit_wrap .evt_txt {
	font-size: 5.33vw;
}
.type6 .main_layer_ban .evt_tit_wrap .evt_txt2 {
	font-size: 3.46vw;
	font-weight: normal;
	margin-top: 2.6vw;
} /* 0403 서브타이틀 관련 추가 */
.type6 .main_layer_ban .evt_go {
	color: var(--txt-color-white);
	font-size: 3.2vw;
	min-width: 25vw;
	width: auto;
	height: 8vw;
	background: none;
	border: 1px solid var(--line-color-white);
	top: auto;
	bottom: 8vw;
	padding: 0 20px;
}
.main_layer_ban .pagination {
	position: fixed;
	top: 20px;
	right: 20px;
	left: auto;
	z-index: 10;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10.5px;
	width: 39px;
	height: 21px;
	color: var(--txt-color-white);
	font-size: 10px;
	font-weight: normal;
	line-height: 21px;
	text-align: center;
}
/* .swiper_mb.swiper-backface-hidden .swiper-slide,
.swiper_mb.swiper-backface-hidden .swiper-slide:hover,
.swiper_mb.swiper-backface-hidden .swiper-slide:focus,
.swiper_mb.swiper-backface-hidden .swiper-slide:active {transform: none; -webkit-backface-visibility:unset;backface-visibility: unset;outline: none;} */
.swiper_mb.swiper-backface-hidden .swiper-slide {
	transform: none;
	-webkit-backface-visibility: unset;
	backface-visibility: unset;
	padding-bottom: 63%;
	overflow: hidden;
}
.swiper_mb.swiper-backface-hidden .swiper-slide .ban_frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.swiper_mb.swiper-backface-hidden .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 에러 */
.no_header header {
	display: none !important;
}
.error_wrap {
	padding: 0 20px;
	width: 100%;
	justify-content: center;
	height: 100vh;
}
.error_wrap,
.errer_btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.error_wrap [class^='error_'] {
	text-align: center;
}

.error_wrap .error_txt {
	font-size: 20px;
	font-weight: bold;
	background: url('../image/common/ico_fail_80.png') no-repeat center 0 /80px 60px;
	padding-top: 70px;
}
.error_code {
	font-size: 12px;
	margin-top: 40px;
	width: 100%;
	height: 45px;
	line-height: 43px;
	background-color: #fafafa;
	border: 1px solid #f2f2f2;
}
.error_description {
	font-size: 12px;
	color: var(--txt-color-gray);
	margin-top: 20px;
}
.error_description a {
	color: inherit;
}

.errer_btn {
	width: 100%;
	gap: 10px;
	margin-top: 60px;
}
.errer_btn button {
	height: 48px;
	width: 100%;
	background: var(--bg-color-black);
	color: var(--txt-color-white);
	border-radius: 2px;
}
.errer_btn button.white {
	background: var(--bg-color-white);
	color: var(--txt-color);
	border: 1px solid var(--btn-line-black);
}

/* 로딩바 */
body.loading_open {
	overflow: hidden;
}
.loading_wrap {
	position: fixed;
	display: flex;
	z-index: 30000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
}
.loading_wrap:before {
	content: '';
	position: fixed;
	display: flex;
	z-index: 1;
	opacity: 0.6;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.loading_cont {
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
	z-index: 10;
}
.loading_img {
	width: 40px;
	margin: 0 auto;
}
.loading_txt {
	line-height: 100%;
	margin-top: 15px;
}

.loading_img {
	position: relative;
	width: 40px;
	height: 28px;
}
.loading_img span.loader_img {
	position: relative;
	display: block;
	margin: auto 0;
}
.loading_img span.loader_img em {
	position: absolute;
	width: 12px;
	height: 12px;
	left: 14px;
	top: 8px;
	background: #000;
}
.loading_img span.loader_img em.top {
	animation-duration: 1.2s;
	animation-name: loaderAction_top;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.loading_img span.loader_img em.bt {
	animation-duration: 1.2s;
	animation-name: loaderAction_bt;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes loaderAction_top {
	from {
		transform: translateX(0) translatey(0);
		width: 12px;
	}
	30% {
		transform: translateX(0) translatey(0);
		width: 12px;
	}
	50% {
		transform: translateX(-14px) translatey(0);
		width: 40px;
	}
	70% {
		transform: translateX(-14px) translatey(-8px);
		width: 40px;
	}
	to {
		transform: translateX(-14px) translatey(-8px);
		width: 40px;
	}
}
@keyframes loaderAction_bt {
	from {
		transform: translateX(0) translatey(0);
		width: 12px;
	}
	30% {
		transform: translateX(0) translatey(0);
		width: 12px;
	}
	50% {
		transform: translateX(-14px) translatey(0);
		width: 40px;
	}
	70% {
		transform: translateX(-14px) translatey(8px);
		width: 40px;
	}
	to {
		transform: translateX(-14px) translatey(8px);
		width: 40px;
	}
}

/* main */
.swiper_main li.swiper-slide {
	width: 100%;
	overflow: hidden;
}
.swiper_main li.swiper-slide a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100vw;
}
.swiper_main li.swiper-slide a .thumb_area {
}
.swiper_main li.swiper-slide a .thumb_area span.thumb {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 133.5%;
	overflow: hidden;
}
.swiper_main li.swiper-slide a .thumb_area img {
	position: absolute;
	min-width: 100%;
	height: auto;
}

/* 230908 UIUX | 상품 정렬순, 브랜드 필터 기능 추가 */
.btlayer_product .search_filter_wrap.search_new_brand_filter {
	margin: 20px 0 20px -20px;
	padding: 0 20px 0 20px;
}
.btlayer_product h2 + .search_filter_wrap.search_new_brand_filter {
	margin-top: 0;
}
.btlayer_product .search_new_brand_filter .select_wrap {
	margin-left: auto;
}
.section-product .search_new_brand_filter .btn_filter,
.btlayer_product .search_new_brand_filter .btn_filter {
	font-size: 12px;
}

.modal_wrap.modal_new_brand_filter
	.modal_bottomsheet.new_brand_filter
	.modal_content
	.content_scroll_wrap
	section:last-child {
	padding-bottom: 40px;
}
.modal_wrap.modal_new_brand_filter.is_active .modal_bottomsheet .modal_content {
	max-height: calc(100vh - 260px);
}
.new_brand_filter .modal_content .content_scroll_wrap section.section_block0 {
	margin-left: 0;
}
.new_brand_filter
	.modal_content
	.content_scroll_wrap
	section.section_block0
	.tit_brand {
	padding-top: 0;
}
.new_brand_filter
	.modal_content
	.content_scroll_wrap
	section.section_block0
	.brand_list {
	margin-top: 0;
}
.new_brand_filter
	.modal_content
	.content_scroll_wrap
	section.section_block0
	.brand_list
	li
	.checkbox {
	width: 100%;
}
.new_brand_filter
	.modal_content
	.content_scroll_wrap
	section.section_block0
	.brand_list
	li
	.checkbox
	label {
	flex-wrap: wrap;
}
.new_brand_filter
	.modal_content
	.content_scroll_wrap
	section.section_block0
	.brand_list
	li
	.checkbox
	label
	.tit {
	font-weight: 500;
}
.new_brand_filter
	.modal_content
	.content_scroll_wrap
	section.section_block0
	.brand_list
	li
	.checkbox
	label
	.value {
	width: 100%;
	font-size: 12px;
}

.event_detail_contents {
	margin: 0 -20px;
	overflow: hidden;
	position: relative;
}
.event_dtl .pmo-cont {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
	font-family: 'Pretendard', sans-serif !important;
}
.event_dtl .pmo-cont img {
	width: 100%;
}
.event_dtl .font-gt {
	font-family: 'GT-America', sans-serif !important;
}
.event_dtl .font-pre {
	font-family: 'Pretendard', sans-serif !important;
}
.event_dtl .pmo-cont .top-visual {
	text-align: center;
}
.event_dtl .pmo-cont .brand-sec {
	padding: 70px 20px 0;
}

.event_dtl .pmo-cont .jewelry_swiper {
	overflow: hidden;
	position: relative;
	margin: 0px 0 50px 0;
}
.event_dtl .pmo-cont .jewelry_swiper .visual_img {
	margin-bottom: 20px;
}
.event_dtl .pmo-cont .prd_swiper {
	overflow: hidden;
}
.event_dtl .pmo-cont .prd_swiper .swiper-slide {
	width: 121px;
}
.event_dtl .pmo-cont .jewelry_swiper .swiper-scrollbar {
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	height: 2px;
}
.event_dtl .pmo-cont .jewelry_swiper .swiper-scrollbar-drag {
	background: #000;
}
.event_dtl .pmo-cont .jewelry_swiper .product_list {
	padding: 0;
}
.event_dtl .pmo-cont .jewelry_swiper .product_list .thumb {
	width: 100%;
	margin-left: 0;
}
.event_dtl .pmo-cont .jewelry_swiper .product_list > li {
	flex: 0 0 auto;
	position: relative;
	text-align: left;
	width: 100%;
	margin: 0 4px 90px;
}
.event_dtl .pmo-cont .prd_swiper {
	overflow: hidden;
}
.event_dtl .pmo-cont .prd_swiper .swiper-slide {
	width: 121px;
}

/* 공통 */

.share_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 295px;
	margin: 0 auto 10px;
}

.share_wrap h3,
.share_wrap .share_txt {
	margin-bottom: 30px;
}

.share_wrap .share_txt strong + span {
	margin-top: 4px;
}

.share_wrap h3 {
	font-size: 18px;
}

.share_wrap .img_box {
	width: 80px;
	height: 80px;
	padding-bottom: 0;
	border-radius: 40px;
}

.share_txt {
	text-align: center;
	margin-top: 20px;
}

.share_txt strong,
.share_txt span {
	display: block;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.share_txt span {
	font-size: 12px;
	color: var(--txt-color-gray);
}

.share_link {
	display: flex;
	gap: 20px;
}

.share_link a {
	clip: rect(0, 50px, 50px, 0);
	overflow: hidden;
	white-space: nowrap;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-indent: -9999px;
}

.share_link a.share01 {
	background: url(../image/icon/btn_kakao.png) no-repeat 0/ 50px 50px;
}

.share_link a.share02 {
	background: url(../image/icon/btn_fb.png) no-repeat 0/ 50px 50px;
}

.share_link a.share03 {
	background: url(../image/icon/btn_x.png) no-repeat 0/ 50px 50px;
}

.share_link a.share04 {
	background: url(../image/icon/btn_url.png) no-repeat 0/ 50px 50px;
}

.divi {
	padding: 20px 0 40px;
}
.divi > *:not(.no_data):last-child {
	padding-bottom: 0;
}
.divi.pt0 {
	padding-top: 0;
}
.divi_line {
	border-top: 8px solid var(--line-color-gray);
	margin: 0 -20px;
	padding: 40px 20px;
}
.divi_line.line_1 {
	border-top: 1px solid #f2f2f2;
	margin: 0 -20px;
	padding: 40px 20px;
}
.divi_line.has_tab {
	padding-top: 0;
}
.divi_line.has_tab [class^='tab_style'] {
	margin-bottom: 20px;
}
.divi_line.pt0 {
	padding-top: 0;
}
.divi_line.pt10 {
	padding-top: 10px;
}
.divi_line.pt20 {
	padding-top: 20px;
}
.divi_line > *:first-child,
.divi_line > .tit_area.line:first-child {
	margin-top: 0;
}
.divi_line2 {
	margin: 0 -20px;
	padding: 40px 20px 30px;
	border-top: 8px solid var(--line-color-gray);
	border-bottom: 1px solid var(--line-color-gray);
}
.has_line + .has_line {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid var(--line-color-gray);
}
.has_line.full {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.has_line > *:first-child,
.has_line > .tit_area.line:first-child {
	margin-top: 0;
}
.has_line .desc,
.divi_line .desc {
	padding-top: 30px;
}
.has_line .desc > *:first-child,
.divi_line .desc > *:first-child {
	margin-top: 0;
}
.has_line .desc > *:last-child,
.divi_line .desc > *:last-child {
	margin-bottom: 0;
}
.has_line .desc + .desc,
.divi_line .desc + .desc {
	margin-top: 30px;
	border-top: 1px solid var(--line-color-gray);
}
/* 240327 컬렉션 스타일 추가 */
/* 목록 */
.scroll_down .equal_wrap .sticky.on {
	top: -7px !important;
}
.tooltip.type_dark .tooltip_body {
	max-width: max-content;
	margin-top: 5px;
	padding: 12px 30px 11px 15px;
	background: var(--bg-color-black);
	color: var(--txt-color-white);
	border-radius: 2px;
}
.tooltip.type_dark .tooltip_body:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -10px;
	right: 8px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid var(--bg-color-black);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.tooltip.type_dark .tooltip_body .tooltip_close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 24px;
	height: 24px;
	background: url(../image/icon/ico_close_w_14.png) no-repeat center/14px 14px;
}
.tooltip_body .txt_nowrap {
	font-size: 12px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: 400;
}
.tooltip_body .point {
	color: var(--txt-point);
}
.tab_style3.tooltip_tab {
	overflow: visible;
}
.tooltip_tab .tooltip {
	position: static;
	flex: none;
}
.tooltip_tab .type_dark .tooltip_body {
	top: 100%;
	right: 20px;
	left: 20px;
	margin-top: -7px;
	word-break: keep-all;
}
.tooltip_tab .type_dark .tooltip_body:before {
	display: none;
}
.tooltip_tab .tooltip.type_dark .tab_btn:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	margin-top: -4px;
	margin-left: -2px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid var(--bg-color-black);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transition: all 0.2s ease;
	opacity: 0;
}
.tooltip_tab .tooltip.is_active .tab_btn:before {
	opacity: 1;
}
/* 상세 */
.thum_big_list.style_list ~ .btn_big_wrap {
	padding: 20px 0 0;
}
/* 공유하기 팝업 */
.modal_wrap .share_wrap .style_img_box {
	display: flex;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	flex-wrap: wrap;
	overflow: hidden;
}

.modal_wrap .share_wrap .style_img_box div {
	width: 50%;
	height: 50%;
}

.modal_wrap .share_wrap .style_img_box img {
	height: 100%;
	object-fit: cover;
}

/* 숏츠 */
.gotop_area .btn_shorts {
	position: absolute;
	right: 0;
	bottom: 0;
	background: none;
	opacity: 1;
	transition: box-shadow 0.1s 0.3s;
}
.gotop_area .btn_move_top.scroll ~ .btn_shorts {
	bottom: 58px;
}
.gotop_area .btn_shorts .shorts_preview {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	/* background: var(--bg-color-black); */
	overflow: hidden;
	transition: all 0.3s, border-radius 0.2s 0.3s;
}
.gotop_area .btn_shorts .video-container {
	width: 100%;
	height: 100%;
}
.gotop_area .btn_shorts .shorts_preview img,
.gotop_area .btn_shorts .shorts_preview video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gotop_area .btn_shorts .shorts_preview:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--bg-color-black);
	opacity: 0.1;
}
.gotop_area .btn_shorts .shorts_preview .txt {
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	top: 18px;
	left: 21px;
	border: 1px solid transparent;
	border-width: 6px 10px;
	border-left-color: rgba(255, 255, 255, 1);
	transition: border-color 0.1s ease 0.3s;
}
.gotop_area .btn_shorts.is_active {
	box-shadow: none;
	transition: box-shadow 0.1s 0s;
}
.gotop_area .btn_shorts.is_active .shorts_preview {
	width: 153px;
	height: 153px;
	border-radius: 8px;
	transition: all 0.3s 0.1s, border-radius 0.1s 0s;
}
.gotop_area .btn_shorts.is_active .shorts_preview .txt {
	border: none;
	width: 100%;
	height: 19px;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	border-color: rgba(255, 255, 255, 0);
	font-size: 15px;
	line-height: 19px;
	letter-spacing: -0.45px;
	text-align: center;
	text-indent: 0;
	color: var(--txt-color-white);
	transition: color 0.2s ease 0.3s;
}
.modal_fullpopup.modal_shorts {
	background: var(--bg-color-black);
}
.modal_fullpopup.modal_shorts .modal_header {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--txt-color-white);
}
#ModalShorts {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1 !important;
}
.modal_fullpopup.modal_shorts .modal_close_btn:before,
.modal_fullpopup.modal_shorts .modal_close_btn:after {
	background-color: var(--bg-color-white);
}
.modal_fullpopup.modal_shorts .modal_content {
	padding: 0;
}
.modal_fullpopup.modal_shorts .shorts_swiper,
.modal_fullpopup.modal_shorts .shorts_wrap {
	position: relative;
	height: 100%;
	width: 100%;
}
.modal_fullpopup.modal_shorts .shorts_img {
	width: 100%;
	height: 100%;
}
.modal_fullpopup.modal_shorts .shorts_img img {
	object-fit: contain;
}
/* .modal_fullpopup.modal_shorts .vjs-loading-spinner { 
	display: none !important;
	visibility: hidden !important;
} */
.modal_fullpopup.modal_shorts .shorts_img video,
.modal_fullpopup.modal_shorts .shorts_img img {
	width: 100%;
	height: 100% !important;
	max-width: 100vw;
	max-height: 100dvh;
}

.modal_fullpopup.modal_shorts .shorts_img .video-js {
	width: 100%;
	height: 100% !important;
	max-width: 100vw;
	max-height: 100dvh;
}
.modal_fullpopup.modal_shorts .shorts_img video:not(.vjs-tech) {
	position: relative;
	z-index: 1;
}

.modal_fullpopup.modal_shorts .shorts_img .vjs-poster img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
}
.modal_fullpopup.modal_shorts .shorts_img video[poster] {
	width: 100%;
	height: 100%;
	max-width: 100vw;
	max-height: 100dvh;
	object-fit: contain;
}
.modal_fullpopup.modal_shorts .shorts_img .video-poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: none center center / contain no-repeat;
	opacity: 1;
	transform: translateZ(0);
	will-change: opacity;
	z-index: 2;
}

.modal_fullpopup.modal_shorts .shorts_img .icon-sound-off,
.modal_fullpopup.modal_shorts .shorts_img .icon-sound-on {
	position: absolute;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	opacity: 1;
	pointer-events: none;
	animation: shorts_vol 1.5s;
	z-index: 1;
}
.modal_fullpopup.modal_shorts .shorts_img .icon-sound-off {
	background: url(../image/icon/ico_vol0.png) 0 0/100% no-repeat;
}
.modal_fullpopup.modal_shorts .shorts_img .icon-sound-on {
	background: url(../image/icon/ico_vol1.png) 0 0/100% no-repeat;
}

.modal_fullpopup.modal_shorts .shorts_desc {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-height: 45vh;
	min-height: 100px;
	bottom: 0;
	left: 0;
	padding: 30px 20px 100px;
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 1) 0%,
		rgba(0, 0, 0, 1) 75px,
		rgba(0, 0, 0, 0) 100%
	);
	color: var(--txt-color-white);
	z-index: 3;
}
.modal_fullpopup.modal_shorts .shorts_txt {
	position: relative;
	flex-grow: 1;
	margin-right: -20px;
	padding: 3px 20px 10px 0;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.14px;
	word-break: keep-all;
	overflow: hidden auto;
	-webkit-overflow-scrolling: touch;
}
.modal_fullpopup.modal_shorts .shorts_txt::-webkit-scrollbar {
	display: none;
}
.modal_fullpopup.modal_shorts .shorts_desc.more .shorts_txt {
	mask: linear-gradient(rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0) 100%);
}
.modal_fullpopup.modal_shorts
	.shorts_wrap:not(.show)
	.shorts_desc.more
	.shorts_txt {
	display: -webkit-box;
	height: 26px;
	margin-right: 0;
	padding-right: 50px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	mask: none;
	overflow: hidden;
}
.modal_fullpopup.modal_shorts
	.shorts_wrap:not(.show)
	.shorts_desc.more
	.shorts_txt:after {
	content: '더 보기';
	position: absolute;
	top: 3px;
	right: 0;
	color: #fff;
}
.modal_fullpopup.modal_shorts
	.shorts_wrap.show
	.shorts_desc.more
	.shorts_txt:after {
	display: none;
}

.modal_fullpopup.modal_shorts .shorts_link {
	position: absolute;
	display: flex;
	height: 48px;
	inset: auto 20px 20px;
	padding: 0 15px 0 20px;
	border: 1px solid #666;
	background: var(--bg-color-black);
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: inherit;
	z-index: 1;
}
.modal_fullpopup.modal_shorts .shorts_link:after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('../image/icon/ico_shorts_close@2x.png') no-repeat;
	background-size: 26px auto;
}
.modal_fullpopup.modal_shorts .shorts_wrap .shorts_dim {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 130%);
	pointer-events: none;
}
.modal_fullpopup.modal_shorts .shorts_wrap.show .shorts_dim {
	background: rgba(0, 0, 0, 0.2);
	pointer-events: auto;
}
.modal_fullpopup.modal_shorts .video-container {
	width: 100%;
	height: 100dvh;
	overflow: hidden;
}
.modal_fullpopup.modal_shorts .loading-indicator {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 10;
}

.modal_fullpopup.modal_shorts .spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s ease-in-out infinite;
}

@keyframes shorts_vol {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
