/* @import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css'); */

@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

html * {
	font-family: 'Apple Gothic', 'Pretendard-Regular', sans-serif;
	box-sizing: border-box;
	color: #111;
	font-weight: 400;
}

.woolentor-template-container {
	max-width: 450px !important;
	width: 100%;
	margin: 0 auto;
	background-color: white;
	min-height: 100vh;
}

.woolentor-template-container .woocommerce-product-gallery__image {
	width: 100%;
}

.woolentor-template-container .woocommerce-product-gallery__image img {
	margin: 0;
	box-sizing: border-box;
}

.imgModal {
	cursor: pointer;
}

.selectText {
	cursor: pointer;
}

#banner .swiper-pagination-fraction {
	position: absolute;
	left: unset;
	right: 16px;
	width: 60px;
	font-size: 12px;
	border-radius: 25px;
	background: #00a1ff;
	color: #f5f5f5;
	padding: 4px;
}

#banner .swiper-pagination-fraction span {
	color: #f5f5f5;
}

.roundText {
	float: left;
	padding: 3px 10px;
	background-color: #ededed;
	border-radius: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

.requirStar {
	font-size: 6px !important;
	color: red;
	vertical-align: top;
}

.custom-checkbox {
	display: inline-block;
	position: relative;
	margin-bottom: 3px;
}

input[type="checkbox"].custom-input {
	display: none;
}

.checkmark {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 50px;
	border: 1px solid #ced4da;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.3s;
	font-size: 12px;
}

input[type="checkbox"].custom-input:checked~.checkmark {
	background-color: #ced4da;
	color: white;
	border: 1px solid #ced4da;
}

.delete-icon {
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #fff;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #49454F;
	color: #49454F;
	display: flex;
	align-items: center;
	justify-content: center;
}

.file_input_file_wrapper {
	position: relative;
}

.file_input_file_wrapper .delete-icon {
	top: 50%;
	transform: translate(0, -50%);
	right: 0;
}

.img_field_wrap {
	position: relative;
	display: flex;
	gap: 11px;
	width: calc(100% - 80px);
}

.file_field_wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.file_input_img_wrapper {
	position: relative;
}

.img_field_wrap label {}

.img_field_wrap label img {
	border-radius: 0.5rem !important;
}

.backArrow {
	cursor: pointer;
}

.gold001 {
	color: #FF3C11;
}

.half001 {
	position: relative;
	color: #eee;
}

.half001::after {
	position: absolute;
	content: "\f089";
	color: #FF3C11;
	left: 0;
	top: 0;
}

.fa001 {
	color: #FF3C11;
}

.fa002 {
	/* color: gold; */
}

.blue {
	color: #677FFF;
}

.orange_dark {
	color: #B3290B;
}

.green {
	color: #089170;
}

.swiper-scrollbar.relative.swiper-scrollbar-horizontal {
	width: 100%;
	left: 0;
	border-radius: 0;
}

.swiper-scrollbar.relative.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
	background: #ea580c;
	border-radius: 0;
}

.swiper.nav {}

.swiper.nav label {
	color: #D9D9D9;
}

.swiper.nav .swiper-slide-thumb-active {}

.swiper.nav .swiper-slide-thumb-active label {
	color: #FF3C11;
}

/* 파일 미리보기 모달창*/
.modal002 {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

.close002 {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #f1f1f1;
	font-size: 25px;
	font-weight: bold;
	transition: 0.3s;
	display: flex;
	align-items: center;
	padding: 0px 10px;
	background: #99999978;
}

.close002:hover,
.close002:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

.modal-content002 {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1000px;
	object-fit: contain;
}

.selected-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.remove-location-btn {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #49454F;
	border-radius: 9999px;
	font-size: 12px;
}

.datepicker {
	background: url("../img/calendar.svg") no-repeat right 10px center;
}

.datetime {
	background: url("../img/calendar.svg") no-repeat right 10px center;
}

#add-to-cart {}

#add-to-cart .quantity {
	display: none;
}

#add-to-cart form .input-text {
	width: 20%;
	border: 1px solid #999;
	padding: 0 10px;
	height: 40px;
	outline: none;
}

#add-to-cart form {
	padding: 10px;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	display: inline-flex;
	width: 100%;
}

#add-to-cart form button {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FF3C11;
	background: #fff;
	color: #FF3C11;
	font-size: 18px;
	word-wrap: break-word
}

#add-to-cart form a {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FF3C11;
	color: #fff;
	font-size: 18px;
	word-wrap: break-word
}

#add-to-cart form a.add-to-cart {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FF3C11;
	background: #fff;
	color: #FF3C11;
	font-size: 18px;
	word-wrap: break-word
}

p.stock.in-stock {
	display: none !important;
}

.woocommerce .woocommerce-cart-form {}

.woocommerce .woocommerce-cart-form table {
	margin-top: 16px;
}

.woocommerce .woocommerce-cart-form table thead {}

.woocommerce .woocommerce-cart-form table thead tr {}

.woocommerce .woocommerce-cart-form table thead tr th {}

.woocommerce .woocommerce-cart-form table thead tr th.product-subtotal {
	display: none;
}

.woocommerce .woocommerce-cart-form table tbody {
	font-size: 14px;
}

.woocommerce .woocommerce-cart-form table tbody tr {}

.woocommerce .woocommerce-cart-form table tbody tr td {}

.woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal {
	display: none;
}

.woocommerce .cart-collaterals {}

.woocommerce .cart-collaterals .cart_totals {
	width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	display: none;
}

.woocommerce .cart-collaterals .cart_totals .shop_table {
	font-size: 14px;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	text-align: center;
	padding: 12px;
	background: #B3290B;
}

.woocommerce .woocommerce-checkout {
	font-size: 14px;
	margin-top: 15px;
}

.woocommerce .woocommerce-checkout h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0;
}

.woocommerce .woocommerce-checkout .form-row {
	width: 100%;
}

.woocommerce .woocommerce-checkout .form-row input {
	padding: 12px 10px;
	border: 1px solid #999;
	border-radius: 3px;
}

.woocommerce .woocommerce-checkout .form-row textarea {
	padding: 12px 10px;
	border: 1px solid #999;
	border-radius: 3px;
}

.woocommerce .woocommerce-checkout #payment #place_order {
	margin: 12px 0;
	padding: 12px;
	background: #B3290B;
	font-size: 16px;
}