.top_notice_line {
	overflow: hidden;
	background: #1f1a19;
	color: rgba(255, 255, 255, 0.92);
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	white-space: nowrap;
}

.top_notice_line .track {
	display: inline-flex;
	will-change: transform;
}

.top_notice_line .item {
	flex: 0 0 auto;
	padding: 0 60px;
	white-space: nowrap;
}

/*header*/

#admin_wrap header {
	position: fixed;
	top: 0;
	background: rgba(253, 250, 247, 0.88);
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(48, 48, 48, 0.04);
	width: 100%;
	z-index: 99;
}

#admin_wrap header > .inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 25px;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 30px;
	height: 60px;
}

#admin_wrap header .logo {
	font-size: 0;
}

#admin_wrap header .logo a {
	display: block;
	width: 120px;
	height: 40px;
}

#admin_wrap header .logo a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#admin_wrap header .logo_partner {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	text-wrap: none;
}

#admin_wrap header .logo_partner a {
	font-size: 16px;
}

#admin_wrap header .logo_partner a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#admin_wrap header .logo_partner span {
	font-size: 13px;
	margin: 0 7px;
	color: #555;
}

#admin_wrap header .wrap {
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
	flex: 8;
}

#admin_wrap header .nav {
	display: flex;
}

#admin_wrap header .nav > ul {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

#admin_wrap header .nav > ul > li > a {
	padding: 7px;
}

#admin_wrap header .left_nav {
	font-size: 14px;
}

#admin_wrap header .letter_list {
	position: relative;
}

#admin_wrap header .letter_list::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 70%;
	width: 2px;
	background: #dedcdc;
}

#admin_wrap header .letter_list a {
	font-size: 14px;
}

#admin_wrap header .support_list a {
	font-size: 13px;
	color: #605f5f;
	padding: 6px;
}

#admin_wrap header .user_list li.fav {
	position: relative;
	z-index: 1;
}

#admin_wrap header .user_list li.fav a {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	line-height: 1;
	opacity: 1;
}

#admin_wrap header .user_list li.fav a i {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-right: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

#admin_wrap header .user_list li.fav a i::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #cf8f96;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54z'/%3E%3C/svg%3E") center / contain no-repeat;
}

#admin_wrap header .user_list li.event24 {
	margin-right: 6px;
}

#admin_wrap header .user_list li.event24 button {
	border-radius: 20px;
	padding: 9px 20px;
	background: rgba(255, 250, 248, 0.88);
	border: 1px solid rgba(200, 186, 181, 0.82);
	box-shadow: 0 6px 14px rgba(24, 18, 16, 0.05);
	font-size: 14px;
	color: #403633;
}

#admin_wrap header .user_list li.event24 button span {
	color: #9f6f7a;
	font-weight: 400;
}

#admin_wrap header .user_list li.event24 button small {
	color: #6f625e;
}

#admin_wrap header.active .user_list li.fav {
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(22, 22, 22, 0.04);
	background: #fff;
	z-index: 999;
	opacity: 1;
}

.fav_absolute {
	position: absolute;
	z-index: 1061;
}

.fav_absolute ul li.fav {
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(22, 22, 22, 0.04);
	background: #fff;
	opacity: 1;
}

.fav_absolute ul li.fav a {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	opacity: 1;
	padding: 7px;
}

.fav_absolute ul li.fav a i {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-right: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.fav_absolute ul li.fav a i::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #474747;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.fav_absolute ul li.fav::after {
	content: "즐겨찾기를 추가하시면 더욱 편리합니다:)";
	position: absolute;
	bottom: -47px;
	left: 50%;
	transform: translateX(-50%);
	width: 205px;
	font-size: 12px;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	animation: blink1 1.5s infinite ease-in;
	z-index: 3;
}

.fav_absolute ul li.fav::before {
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0 solid transparent;
	content: "";
	position: absolute;
	bottom: -15px;
	right: 15%;
	animation: blink1 1.5s infinite ease-in;
	z-index: 2;
}

@keyframes blink1 {
	0% {
		transform: translateY(0) translateX(-50%);
	}

	50% {
		transform: translateY(-2px) translateX(-50%);
	}

	100% {
		transform: translateY(0) translateX(-50%);
	}
}

#admin_wrap header .user_list li.header_made_btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #474747;
	padding: 0 20px;
	height: 44px;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(22, 22, 22, 0.05);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

#admin_wrap header .user_list li.header_made_btn a:hover {
	box-shadow: 0 10px 22px rgba(22, 22, 22, 0.08);
}

#admin_wrap header .user_list li.profile {
	position: relative;
	margin: 0 8px;
}

#admin_wrap header .user_list li.profile::after {
	display: none;
}

#admin_wrap header .user_list li.profile > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 38px;
	height: 38px;
	font-size: 0;
	line-height: 0;
	color: transparent;
	border-radius: 50%;
	border: 1px solid rgba(48, 48, 48, 0.08);
	background: #fff;
	box-shadow: 0 8px 20px rgba(22, 22, 22, 0.04);
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

#admin_wrap header .user_list li.profile > a::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-color: #6c6b6b;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm0 2c-3.62 0-6.75 1.93-8.12 4.78-.18.37.08.82.5.82h15.24c.42 0 .68-.45.5-.82C18.75 15.93 15.62 14 12 14Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a4.25 4.25 0 1 0 0-8.5 4.25 4.25 0 0 0 0 8.5Zm0 2c-3.62 0-6.75 1.93-8.12 4.78-.18.37.08.82.5.82h15.24c.42 0 .68-.45.5-.82C18.75 15.93 15.62 14 12 14Z'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: background-color 0.2s ease;
}

#admin_wrap header .user_list li.profile > a:hover {
	background: #f8f6f4;
	border-color: rgba(187, 155, 148, 0.28);
	box-shadow: 0 12px 28px rgba(22, 22, 22, 0.07);
	color: #474747;
}

#admin_wrap header .user_list li.profile > a:hover::before {
	background-color: #474747;
}

#admin_wrap header .user_list li.profile .sub {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
	width: 220px;
	max-width: min(220px, calc(100vw - 24px));
	padding: 12px;
	border: 1px solid rgba(48, 48, 48, 0.08);
	box-shadow: 0 12px 28px rgba(22, 22, 22, 0.07);
	border-radius: 14px;
	z-index: 20;
}

#admin_wrap header .user_list li.profile .sub[hidden] {
	display: none !important;
}

#admin_wrap header .user_list li.profile .sub li {
	width: 100%;
	font-size: 13px;
	text-align: center;
	color: #555;
}

#admin_wrap header .user_list li.profile .sub li:has(> a.mypage_link[hidden]),
#admin_wrap header .user_list li.profile .sub li:has(> a.mypage_link[aria-disabled="true"]),
#admin_wrap header .user_list li.profile .sub li:has(> a.mypage_link.is-disabled),
#admin_wrap header .user_list li.profile .sub li:has(> a.mypage_link:empty) {
	display: none;
}

#admin_wrap header .user_list li.profile .sub li:last-of-type {
	margin-bottom: 0;
}

#admin_wrap header .user_list li.profile .sub li span {
	display: block;
	padding: 10px 10px 12px;
	border-bottom: 1px solid rgba(48, 48, 48, 0.08);
	color: #474747;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
	text-align: center;
}

#admin_wrap header .user_list li.profile .sub li a.mypage_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 12px;
	color: #474747;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#admin_wrap header .user_list li.profile .sub li a.mypage_link[hidden],
#admin_wrap header .user_list li.profile .sub li a.mypage_link[aria-disabled="true"],
#admin_wrap header .user_list li.profile .sub li a.mypage_link.is-disabled,
#admin_wrap header .user_list li.profile .sub li a.mypage_link:empty {
	display: none !important;
}

#admin_wrap header .user_list li.profile .sub li a.mypage_link:hover {
	background: #f8f4f1;
	border-color: rgba(187, 155, 148, 0.18);
	color: #474747;
}

#admin_wrap header .user_list li.profile .sub li a.logout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px 12px;
	color: #555;
	border: 1px solid transparent;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#admin_wrap header .user_list li.profile .sub li a.logout:hover {
	background: #f8f4f1;
	border-color: rgba(187, 155, 148, 0.28);
	color: #474747;
}

#admin_wrap header .mobile_nav_btn {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: auto;
	width: 40px;
	height: 40px;
	display: none;
	cursor: pointer;
	z-index: 9999999;
	transition: 0.5s;
}

#admin_wrap header .mobile_nav_btn.active {
	position: fixed;
	background: #474747;
}

#admin_wrap header .mobile_nav_btn .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 18px;
	width: 25px;
}

#admin_wrap header .mobile_nav_btn.active .wrap span {
	background: #fff;
}

#admin_wrap header .mobile_nav_btn span {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	transition: 0.3s;
	top: 0;
}

#admin_wrap header .mobile_nav_btn span:nth-child(2),
#admin_wrap header .mobile_nav_btn span:nth-child(3) {
	top: 50%;
	transform: translateY(-50%);
}

#admin_wrap header .mobile_nav_btn span:nth-child(4) {
	top: 100%;
}

#admin_wrap header .mobile_nav_btn.active .wrap span:nth-child(1),
#admin_wrap header .mobile_nav_btn.active .wrap span:nth-child(4) {
	opacity: 0;
	visibility: hidden;
}

#admin_wrap header .mobile_nav_btn.active .wrap span:nth-child(2) {
	transform: rotate(45deg);
}

#admin_wrap header .mobile_nav_btn.active .wrap span:nth-child(3) {
	transform: rotate(-45deg);
}

#admin_wrap header .mobile_menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background: rgba(255, 255, 255, 0.95);
	transition: 0.5s;
	padding: 40px;
	box-sizing: border-box;
	z-index: 999999;
}

#admin_wrap header .mobile_menu .header_menu_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #C9C9C8;
	height: 100%;
	padding: 100px 40px 0;
	box-sizing: border-box;
}

#admin_wrap header .mobile_menu .header_menu_inner .mobile_menu_wrap .logo_box {
	width: 180px;
	font-size: 0;
	margin: 0 auto;
}

#admin_wrap header .mobile_menu .header_menu_inner .mobile_menu_wrap .logo_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#admin_wrap header .mobile_menu .header_menu_inner > div > ul {
	padding: 12px 0;
	text-align: center;
}

#admin_wrap header .mobile_menu .header_menu_inner > div > ul li a {
	display: block;
	padding: 6px 0;
	font-size: 18px;
	font-weight: 100;
}

#admin_wrap header .mobile_menu .header_menu_inner .user_id {
	font-weight: 100;
	text-align: center;
	font-size: 15px;
}

#admin_wrap header .mobile_menu .header_menu_inner .user_id span {
	display: block;
}

#admin_wrap header .mobile_menu .header_menu_inner .user_id a {
	display: block;
	padding: 16px;
	color: #333;
}

/*header 끝*/

/*footer*/

footer > .inner {
	padding: 40px 30px 28px;
	text-align: center;
}

.footer_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.footer_logo {
	order: 1;
}

.footer_logo a {
	display: inline-block;
	width: 120px;
	height: 40px;
	font-size: 0;
}

.footer_logo img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.footer_top .cs_btn,
.footer_link .cs_btn {
	border: 1px solid #ddd;
	padding: 10px 20px;
	font-size: 13px;
	background-color: #474747;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 8px 18px rgba(22, 22, 22, 0.05);
	transition: 0.2s ease;
}

.footer_top .cs_btn:hover,
.footer_link .cs_btn:hover {
	background-color: #0a0a0a;
	border-color: #0a0a0a;
	box-shadow: 0 10px 22px rgba(22, 22, 22, 0.08);
}

.footer_business_list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
	color: #666;
}

.footer_business_item {
	position: relative;
	display: flex;
}

.footer_business_list dt {
	font-weight: 500;
	margin-right: 6px;
}

.footer_business_list dd {
	margin-right: 6px;
}

.footer_business_list .footer_business_item:not(:last-of-type)::after {
	content: "|";
	margin-left: 2px;
	color: #ccc;
}

.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #999;
	font-size: 12px;
}

.footer_policy {
	display: flex;
	align-content: center;
	justify-content: center;
	gap: 12px;
}

.footer_policy a {
	display: inline-block;
	color: #666;
}

.footer_link {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.footer_link_desktop {
	order: 2;
}

.footer_link_mobile {
	display: none;
}

.footer_link a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.copyright {
	color: #666;
}

/*24시간 이벤트 시작*/
.form .event24_mob {
	display: none;
	padding: 10px 0 0;
	text-align: center;
}

.form .event24_mob button {
	border-radius: 3px;
	padding: 8px 24px;
	width: 100%;
	background-color: #f3f3f3;
	border: none;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	font-size: 13px;
}

.form .event24_mob button span {
	color: #ff7474;
	font-weight: 600;
}

.form .event24_mob button small {
	font-size: 12px;
}

.event24_mob_main {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.event24_mob_main button {
	border-radius: 3px;
	padding: 10px 24px;
	width: 100%;
	background: rgba(255, 250, 248, 0.96);
	border: 1px solid rgba(200, 186, 181, 0.82);
	box-shadow: 0 6px 14px rgba(24, 18, 16, 0.06);
	font-size: 13px;
	color: #403633;
}

.event24_mob_main button span {
	color: #9f6f7a;
	font-weight: 400;
}

.event24_mob_main button small {
	color: #6f625e;
}
/*24시간 이벤트 끝*/

body.main_page #admin_wrap header {
	position: sticky;
	top: 0;
}

body.main_page footer {
	margin-top: 72px;
}

@media (max-width: 1380px) {
	#admin_wrap header .logo a {
		width: 120px;
		height: 40px;
	}

	#admin_wrap header .nav > ul {
		padding: 0 8px;
	}

	#admin_wrap header .user_list li.profile {
		margin: 0 4px;
	}

	#admin_wrap header .user_list li.header_made_btn a {
		padding: 8px 15px;
		font-size: 13px;
	}
}

@media (max-width: 1079px) {
	#admin_wrap header > .inner {
		height: 40px;
	}

	#admin_wrap header .logo,
	#admin_wrap header .logo_partner {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		font-size: 0;
	}

	#admin_wrap header .logo_partner {
		width: 100%;
		justify-content: center;
	}

	#admin_wrap header .logo a {
		display: block;
		width: 110px;
		height: 36px;
	}

	#admin_wrap header .inner .wrap .left_nav,
	#admin_wrap header .inner .wrap .right_nav {
		display: none;
	}

	#admin_wrap header .mobile_nav_btn {
		display: block;
	}

	#admin_wrap header .mobile_menu.active {
		display: block;
	}

	#admin_wrap header .mobile_menu ul li.mail {
		display: none;
		font-size: 12px;
	}

	body.main_page footer {
		margin-top: 64px;
	}
}

@media (max-width: 799px) {
	.event24_mob_main {
		display: block;
	}

	body.main_page footer {
		margin-top: 56px;
		padding-bottom: calc(54px + env(safe-area-inset-bottom));
	}

	footer > .inner {
		padding: 30px 20px 28px;
		text-align: left;
	}

	.footer_top {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		margin-bottom: 14px;
	}

	.footer_link_desktop {
		display: none;
	}

	.footer_link_mobile {
		display: flex;
	}

	.footer_logo,
	.footer_logo a {
		display: block;
		text-align: left;
	}

	.footer_logo img {
		width: 126px;
		height: auto;
	}

	.footer_business_list {
		justify-content: flex-start;
		text-align: left;
	}

	.footer_link {
		justify-content: flex-start;
		margin-top: 14px;
	}

	.footer_link .cs_btn {
		padding: 7px 12px;
		font-size: 12px;
		border-radius: 999px;
	}

	.footer_link .cs_btn i {
		font-size: 13px;
	}

	.footer_bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
		margin-top: 10px;
		padding-top: 10px;
		text-align: left;
	}

	.footer_policy {
		justify-content: flex-start;
	}

	.copyright {
		text-align: left;
	}
}
