/* nav */
.nav {}

.nav.pc {
	display: flex;
}

.nav.pc ul li {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
}

.nav.pc ul li.menu-item-has-children {}

.nav.pc ul.menu-list {
	display: flex;
	gap: 1rem;
}

.nav.pc ul.menu-list li {}

.nav.pc ul.menu-list li a {}

.nav.pc ul.menu-list li.current-menu-item a {
	/* color: #0DB8E4 */
}

.nav.pc ul.menu-list li a:hover {
	color: rgb(107, 114, 128);
}

.nav.pc ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 3px;
	color: #fff;
	padding-top: 35px;
	gap: 20px;
}

.nav.pc ul.sub-menu li {}

.nav.pc ul.sub-menu li a {
	color: #fff;
}

.nav.pc ul.sub-menu li a:hover {
	color: rgb(107, 114, 128);
}

.nav.pc ul.menu-list li.menu-item-has-children:hover .sub-menu {
	display: flex;
}

.nav.pc ul.menu-list li.menu-item-has-children:hover .sub-menu::before {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	transform: translateX(-50%);
	width: 1000vw;
	height: 60px;
	background: #000;
}

.nav.pc ul.menu-list li.menu-item-has-children::after {
	display: none;
}

.nav.pc.top ul li a {
	color: #fff;
}

.nav.pc ul li a {
	color: #fff;
	white-space: nowrap;
	padding: 6px 8px;
	font-size: 20px;
}

.nav.mobile {
	display: none;
}

.nav.mobile ul li {
	width: 100%;
	text-align: center;
}

.nav.mobile ul li.menu-item-has-children {}

.nav.mobile ul li a {}

.nav.mobile ul.menu-list {
	position: absolute;
	top: 62px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: calc(100vh - 124px);
	overflow: scroll;
	border-top: 1px solid #fff;
}

.nav.mobile ul.menu-list>li {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
}

.nav.mobile ul.menu-list>li>a {
	font-weight: bold !important;
	font-size: 18px !important;
}

.nav.mobile ul.menu-list>li:last-child a {}

.nav.mobile ul.meu-list li.login-logout {
	border: none;
}

.nav.mobile ul.menu-list li a {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	word-break: keep-all;
	padding: 5px 0;
	display: block;
}

.nav.mobile ul.menu-list li.login-logout a {}

.nav.mobile ul.menu-list li a:hover {}

.nav.mobile ul.sub-menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.nav.mobile ul.sub-menu li {}

.nav.mobile ul.sub-menu li a {
	border: none;
}

.nav.mobile ul.sub-menu li:last-child a {}

.nav.mobile ul.sub-menu li a:hover {}

.nav.mobile ul.menu-list li.menu-item-has-children:hover .sub-menu {}

.nav.mobile ul.menu-list li.menu-item-has-children::after {}

.nav.mobile ul li a {}

/* instagram */
.sbi_load_btn {
	display: none !important;
}

#sb_instagram a {
	background-image: none !important;
}

#sb_instagram img {
	display: block !important;
}

.recently-viewed-wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
	opacity: 0;
	z-index: -1;
	background: #fff;
	border: 1px solid #bbb;
	padding: 80px 20px 30px;
	border-radius: 10px;
	transition: 0.3s;
}

.recently-viewed-wrap.active {
	opacity: 1;
	z-index: 9;
}

.recently-viewed-wrap .close {
	display: flex;
	justify-content: center;
	padding: 10px 20px;
	background: #7eb364;
	color: #fff !important;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 8px;
}

.recently-viewed-wrap .recently-viewed {}

.recently-viewed-wrap .recently-viewed h3 {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 18px;
	font-weight: bold;
}

.notice-wrap {
	display: none !important;
}

.wbk-woo-add-gift-wrap {
	margin-bottom: 15px;
}

.wbk-woo-add-gift-wrap>h3 {}

.wbk-woo-add-gift-wrap>select {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	cursor: pointer;
}

.price-table {
	width: 100%;
	text-align: center;
	color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	overflow-x: scroll;
}

.price-table::-webkit-scrollbar {
	display: none;
	/* ì›¹í‚· ë¸Œë¼ìš°ì €ì—ì„œ ìŠ¤í¬ë¡¤ ë°” ìˆ¨ê¸°ê¸° */
}

/* Firefoxì—ì„œ ìŠ¤í¬ë¡¤ ë°” ìˆ¨ê¸°ê¸° */
.price-table {
	scrollbar-width: none;
	/* Firefoxì—ì„œ ìŠ¤í¬ë¡¤ ë°” ìˆ¨ê¸°ê¸° */
}

.price-table table {
	width: 100%;
}

.price-table table thead {}

.price-table table thead tr {
	border-radius: 40px;
	border-bottom: 1px solid #fff;
}

.price-table table thead tr th {
	padding: 12px 5px;
	font-size: 16px;
	border-right: 1px solid #fff;
	background: #00000026;
}

.price-table table thead tr th:last-child {
	border-right: none;
}

.price-table table tbody {}

.price-table table tbody tr {
	border-bottom: 1px solid #fff;
}

.price-table table tbody tr:last-child {
	border-bottom: none;
}

.price-table table tbody tr td {
	padding: 10px 5px;
	font-size: 16px;
	border-right: 1px solid #fff;
	min-width: 80px;
}

.price-table table tbody tr td:last-child {
	border-right: none;
}

.price-page.price-table {
	color: #000;
	border: 1px solid #ddd;
}

.price-page.price-table table thead tr th {
	background: #000000;
	color: #fff;
}

.price-page.price-table table tbody tr,
.price-page.price-table table tbody tr td {
	border-color: #ddd;
}

.price-page.price-table table tbody tr td:last-child {
	border: none;
}

.film.price-table {
	color: #000;
	border-color: #ddd;
}


.film.price-table table tbody tr {
	border-color: #ddd;
}

.film.price-table table thead tr th {
	color: #fff;
	background: #000000c4;
}


.film.price-table table tbody tr td {
	border-color: #ddd;
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 768px) {
	.price-table {}

	/* nav */
	.nav.pc {
		display: none;
	}

	.nav.mobile {
		display: flex;
	}

	/* floating bar */
	.floating-bar {}

	.floating-bar a {
		width: 35px;
		height: 35px;
	}

	.recently-viewed-wrap {}

	.floating-bar a:after {
		display: none;
	}
}

@media screen and (max-width: 640px) {}