@import '/css/fonts-a912397a4df7040914238c8c4033f811.css';

.hide {
	display: none !important;
}
.swal2-loader {
  width: 48px;
  height: 48px;
  position: relative;
  border: 10px solid;
  border-color: rgba(248, 182, 45, 0.4) rgba(248, 182, 45, 0.6) rgba(248, 182, 45, 0.8) rgba(248, 182, 45, 1);
  box-sizing: border-box;
}

input,
select {
	outline: none;
}
.search-input,
.password-input,
.phon-input,
.order-name {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
}
.mo-top-header {
	display: none;
}
.pc_only {
	display: block;
}
.mo_only {
	display: none;
}
.wrapper {
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.my-input-box {
	margin-top: 8px;
	margin-left: 2px;
}

.coach-mark-area .button-close {
	display: none;
}

.empty-wrap {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: 8.5vw 0;
}
.empty-wrap img {
	width: 54px;
}
.empty-wrap p {
	color: #222;
	font-family: 'Spoqa Han Sans Neo';
	font-size: 16px;
	margin-top: 12px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.32px;
}
header {
	background: #fbfaf7;
	border-bottom: 1px solid #e8e8e8;
	position: sticky;
	top: 0;
	z-index: 99;
}

header.fff {
	background-color: #fff;
}
.header-wrap {
	
	max-width: 1840px;
	width: 100%;
	padding: 23px 122px;
	margin: 0 auto;
}
.top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.left-header {
	display: flex;
	align-items: center;
	width: 60%;
}
.left-header .ham {
	margin-left: -5px;
	margin-right: 22px;
	cursor: pointer;
}
.left-header .input-box {
	margin-left: 37px;
	display: flex;
	max-width: 768px;
	width: 100%;
	border-radius: 50px;
	background: #f1f1f1;
	position: relative;
}
.left-header .input-box input {
	width: 100%;
	border: none;
	background: #f1f1f1;
	padding: 14px 24px;
	border-radius: 50px;
	font-family: Noto Sans KR;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
}
.left-header .input-box input::placeholder {
	color: #777;
}
.left-header .input-box img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	cursor: pointer;
}

.gnb {
	display: flex;
	align-items: center;
	gap: 60px;
	/* overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px; */
	margin-top: 20px;
}

/* 스크롤바 투명하게 만들기 */

.gnb::-webkit-scrollbar {
	display: none;
}

.gnb li {
	font-family: Spoqa Han Sans Neo;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.3px;
	transition: all 0.3s;
	cursor: pointer;
	position: relative;
}

.gnb li::after {
	display: none;
	position: absolute;
	content: '';
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #f8b62d;
}
.gnb li.active::after {
	display: block;
}
.gnb li:hover {
	opacity: 0.8;
}
.gnb li.active a {
	color: #000;
	font-weight: 700;
}

.gnb li a {
	color: #9c9c9c;
}

header .dimmed {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 2;
	top: 0;
	left: 0;
	display: none;
}
.right-header {
	display: flex;
	align-items: center;
	gap: 20px;
}
.right-header img {
	transition: all 0.3s;
}
.right-header img:hover {
	opacity: 0.6;
}
.right-header .noti {
	cursor: pointer;
	position: relative;
}

.right-header .noti.active {
	position: relative;
}

.right-header .noti.active::after {
	position: absolute;
	content: '';
	top: -4px;
	left: -5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff1d6;
	z-index: -1;
}
.right-header .bag {
	position: relative;
	cursor: pointer;
}
.right-header .bag span {
	position: absolute;
	right: -3px;
	top: 0;
	width: 16px;
	height: 16px;
	background-color: #f8b62d;
	border-radius: 50%;
	display: block;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: 700;
	line-height: 16px;
}
.right-header .user-box {
	width: 38px;
	height: 38px;
	background-image: url(/images/common/profile_nonmem.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 3px;
	cursor: pointer;
	transition: all 0.3s;
	border-radius: 50%;
}

.right-header .user-box.non-mem {
	background-image: url('/images/content/nonmem_user.png');
}
.right-header .user-box:hover {
	opacity: 0.8;
}

.side-menu {
	width: 420px;
	height: 100%;
	position: fixed;
	top: 0;
	left: -420px;
	background-color: #fff;
	z-index: 1000;
	overflow-x: hidden;
	transition: all 0.3s;
	height: 100vh;
}

.side-menu .side_menu-top {
	padding: 40px;
}

.side-menu.show {
	left: 0;
}

.side-menu::-webkit-scrollbar {
	display: none;
}

.side-menu .login-top-menu {
	display: flex;
	justify-content: space-between;
}
.side-menu .login-top-menu h2 {
	color: #222;
	font-family: Spoqa Han Sans Neo;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items: center;
}
.side-menu .login-top-menu h2 img {
	position: relative;
	top: -1px;
}
.side-menu .login-top-menu h2 span {
	font-weight: 700;
}
.side-menu .login-top-menu .flex-box {
	display: flex;
	align-items: center;
	gap: 12px;
}
.side-menu .login-top-menu .flex-box .close-button {
	margin-right: 6px;
}
.side-menu .login-top-menu .login-box {
	display: flex;
	align-items: center;
	gap: 12px;
}
.side-menu .login-top-menu .login-box .login-btn {
	padding: 0px 6px 0px 7px;
	border-radius: 11px;
	border: solid 1px #917b55;
	font-family: SpoqaHanSansNeo;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: -0.4px;
	color: #917b55;
	height: 22px;
	line-height: 20px;
}
.side-menu .login-top-menu .login-box .signout {
	color: #777;
	border-radius: 11px;
	background-color: #f7f7f5;
	border: none;
	padding: 0 9px;
	line-height: 22px;
}
.side-menu .login-top-menu .login-box .login-btn img {
	position: relative;
	top: 1.5px;
}
.side-menu .top-menu {
	display: flex;
	justify-content: space-between;
}

.side-menu .top-menu h2 {
	color: #222;
	font-family: Spoqa Han Sans Neo;
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
}
.side-menu .top-menu h2 span {
	font-weight: 700;
}

.side-menu .top-menu .top-left {
	display: flex;
	align-items: center;
}

.side-menu .top-menu .top-left .img-box {
	display: flex;
	align-items: center;
	gap: 2px;
	margin-left: 11px;
	border-radius: 11px;
	background: #f7f7f5;
	padding: 5px 6px 4px 9px;
	cursor: pointer;
	transition: all 0.3s;
}
.side-menu .top-menu .top-left .img-box:hover {
	opacity: 0.8;
}
.side-menu .top-menu .top-left .img-box p {
	color: #777;
	font-family: Spoqa Han Sans Neo;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
	text-align: center;
}
.side-menu .top-menu .top-left .img-box img {
	position: relative;
	top: -1px;
}
.side-menu .top-menu .top-right {
	display: flex;
	align-items: center;
	gap: 12px;
}

.side-menu .top-menu .top-right .status {
	height: 22px;
	line-height: 21px;
	border: 1px solid #917b55;
	border-radius: 11px;
	color: #917b55;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -0.04em;
	padding: 0 7px;
	display: flex;
	align-items: center;
}

.side-menu .top-menu .top-right .status img {
	margin-left: 2px;
}

.side-menu .top-menu .top-right .logout {
	height: 22px;
	background: #f7f7f5;
	line-height: 22px;
	border-radius: 11px;
	color: #777;
	font-size: 11px;
	font-weight: 400;
	padding: 0 9px;
	margin: 0 12px 0 8px;
}

.side-menu .member-notice {
	background-color: #f8f9fb;
	border-radius: 4px;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	column-gap: 10px;
	margin-top: 40px;
}

.side-menu .member-notice span {
	color: #f32626;
}

.side-menu .member-notice p {
	color: #555555;
}
.close-button img {
	cursor: pointer;
}
.side-list {
	margin-top: 36px;
	display: flex;
	gap: 15px;
	justify-content: space-between;
	padding: 0 10px;
}
.side-list li {
	cursor: pointer;
	text-align: center;
	transition: all 0.3s;
}

.side-list li a {
	color: #777;
}
.side-list li:hover {
	opacity: 0.8;
}
.side-list li .img-box {
	width: 64px;
	height: 64px;
	border-radius: 32px;
	border: 1px solid #eee;
	position: relative;
	margin-bottom: 10px;
}
.side-list li .img-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.login-info-box {
	margin-top: 33px;
	margin-bottom: 24px;
	border-radius: 4px;
	background-color: #f8f9fb;
	padding: 14px 20px 13px 20px;
}
.login-info-wrap .line {
	border-top: 1px solid #efefef;
}
.login-info-box p {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #555;
	font-family: SpoqaHanSansNeo;
}
.login-info-box p span {
	color: #f32626;
	margin-right: 10px;
}
.login-btn-box {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 30px;
}
.login-btn-box .btn {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
	background: #222;
	font-family: Spoqa Han Sans Neo;
	font-size: 13px;
	font-weight: 700;
	transition: all 0.3s;
}
.login-btn-box .btn:hover {
	opacity: 0.8;
}
.login-btn-box .btn a {
	color: #fff;
}
.login-btn-box .join {
	background-color: #fff;
	border: 1px solid #222;
}
.login-btn-box .join a {
	color: #222;
}
.menu-list {
	padding-top: 26px;
	border-top: 1px solid #eee;
	margin-top: 26px;
}
.menu-list::-webkit-scrollbar {
	display: none;
}
.menu-list li {
	transition: all 0.3s;
	font-size: 15px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 30px;
	height: 22px;
	line-height: 22px;
	padding-left: 34px;
	cursor: pointer;
	background-size: 22px;
	background-position: center left;
	background-repeat: no-repeat;
}

.menu-list li a {
	color: #222;
}

.menu-list li:last-child {
	margin-bottom: 0;
}
.menu-list li:hover,
.menu-list li:hover a {
	color: #917b55;
}

.menu-list li.artpass {
	background-image: url('/images/menu/artpass.png');
}
.menu-list li.atro {
	background-image: url('/images/menu/atro.png');
}
.menu-list li.exhibition {
	background-image: url('/images/menu/exhibition.png');
}
.menu-list li.attrang_tr {
	background-image: url('/images/menu/attrang_tr.png');
}
.menu-list li.attrang_ex {
	background-image: url('/images/menu/attrang_ex.png');
}
.menu-list li.smart {
	background-image: url('/images/menu/smart.png');
}
.menu-list li.art {
	background-image: url('/images/menu/art.png');
}
.menu-list li.food {
	background-image: url('/images/menu/food.png');
}
.menu-list li.ex, li.art-ex {
	background-image: url('/images/menu/ex.png');
}
.menu-list li.stay {
	background-image: url('/images/menu/stay.png');
}
.menu-list li.curation {
	background-image: url('/images/menu/curation.png');
}
.menu-list li.donggu {
	background-image: url('/images/menu/donggu.png');
}
.menu-list li.app {
	background-image: url('/images/menu/app.png');
}
.menu-list li.logout {
	background-image: url('/images/menu/icon_logout.svg');
}
.swiper-slide .inner {
	max-width: 808px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 0 20px;
}

.required {
	position: relative;
	display: inline-block;
}

.required:after {
	position: absolute;
	content: '*';
	top: 0;
	font-size: 16px;
	color: #f33f3f;
	left: calc(100% + 2px);
}

/* 푸터 */
footer.has_button {
	padding-bottom: 66px;
}

footer.has_button_70 {
	padding-bottom: 70px;
}
footer.none-type {
	/* 모바일 버전에서 없어지는 경우 */
	display: none;
}
.mo-footer-wrap {
	display: none;
}
.pc-footer-wrap {
	background-color: #f8f8f8;
	padding: 40px 0;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
}
.footer-left {
	width: 85%;
}

.footer-flex .footer-left + div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	flex: 0 1 200px;
}
.top-list {
	display: flex;
	gap: 25px;
}
.top-list li {
	color: #323232;
	font-family: Spoqa Han Sans Neo;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
}

.top-list li a {
	color: inherit;
}
.top-list .policy {
	font-weight: 700;
}
.top-footer {
	margin-top: 15px;
	display: flex;
	gap: 22px;
}
.under-footer {
	display: flex;
	gap: 22px;
}
.top-footer p,
.under-footer p {
	color: #929292;
	font-family: Spoqa Han Sans Neo;
	font-size: 13px;
	font-weight: 400;
	line-height: 180%;
	position: relative;
	white-space: nowrap;
}
.top-footer p::after,
.under-footer p::after {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: -11px;
	width: 1px;
	height: 14px;
	background-color: #e9e9e9;
}
.top-footer p:last-child::after,
.under-footer p:last-child::after {
	display: none;
}

.copy {
	margin-top: 15px;
	color: #777;
	font-family: Spoqa Han Sans Neo;
	font-size: 12px;
	font-weight: 400;
	line-height: 180%;
	text-transform: uppercase;
}

.footer-right {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 16px;
	height: 55px;
	padding-left: 30px;
	width: 100%;
}

.footer-right .app-box p {
	color: #000;
	font-family: Spoqa Han Sans Neo;
	font-size: 14px;
	font-weight: 700;
	line-height: 180%;
	text-transform: uppercase;
}
.footer-right .app-box .app-down {
	display: flex;
	align-items: center;
	gap: 5px;
	position: relative;
	justify-content: end;
}
.footer-right .app-box .app-down img {
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.footer-right .app-box a {
	color: #7b7b7b;
	font-family: Spoqa Han Sans Neo;
	font-size: 12px;
	font-weight: 400;
	line-height: 180%;
	text-decoration-line: underline;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s;
}
.footer-right .app-box a:hover {
	opacity: 0.8;
}
.footer-right .app-box .toggle {
	padding: 14px 16px;
	border-radius: 6px;
	border: 1px solid #f5f5f5;
	background: #fff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.03);
	position: absolute;
	margin-top: 6px;
	margin-left: -38px;
	display: none;
}
.footer-right .app-box .toggle a {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 4px;
}

.footer-right .app-box .toggle a:last-child {
	margin-top: 12px;
}
.footer-right .app-box .toggle span {
	color: #222;
	font-family: 'Spoqa Han Sans Neo';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: -0.24px;
}
.footer-right .app-box .toggle img {
	width: 14px;
	height: 14px;
}
.footer-right img {
	width: 55px;
	height: 55px;
}
.top-arrow {
	text-align: right;
	margin-top: 12px;
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: 260px;
	z-index: 99;
}
.only-arrow {
	bottom: 80px;
}
.info-more {
	display: inline-flex;
	margin-top: 25px;
	gap: 4px;
	cursor: pointer;
	color: #222;
	font-size: 13px;
}

.content {
	margin-top: 14px;
	transition: all 0.3s;
	display: none;
}
.content p {
	margin-top: 14px;
	color: #929292;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}

.content.show {
	display: block;
}

.info-more.show img {
	transform: rotate(180deg);
}

.side-footer {
	background: #f8f8f8;
	padding: 40px 20px;
	width: 100%;
	display: block;
}

.language-wrap {
	margin: 10px auto 40px auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

.language-btn {
	height: 29px;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	line-height: normal;
	background-repeat: no-repeat;
	background-position: bottom 14px right;
	padding-bottom: 10px;
	cursor: pointer;
	justify-content: center;
	width: fit-content;
}
.language-btn img {
	margin-right: 4px;
}
.language-btn select {
	border: none;
	margin-left: 10px;
	padding-right: 30px;
	appearance: none;
	-webkit-appearance: none;
	padding-right: 30px;
	cursor: pointer;
	background-image: url('/images/icon/ic_select.svg');
	background-position: center right 0px;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	font-size: 13px;
	background-color: transparent;
}

.language-btn .link-area a {
	display: flex;
	align-items: center;
	color: #999;
	font-size: 13px;
	font-weight: 500;
}

/* 스플래시 화면 */
.splash-body {
	display: none;
}

.splash-img-body {
	display: none;
}

.error_wrap {
	background-color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* 에러 화면 */
.error_wrap .error-fix .icon-box {
	height: 70px;
	margin-bottom: 20px;
}

.error_wrap .error-fix .txt {
	margin-bottom: 50px;
}

.error_wrap .error-fix .txt .bk-txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	color: #222;
	margin-bottom: 8px;
}

.error_wrap .error-fix .txt .desc {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #666;
}

.error_wrap .error-fix .button-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 260px;
	margin: 0 auto;
}

.error_wrap .error-fix .button-wrap button {
	width: calc(50% - 4px);
	height: 42px;
}

.error_wrap .error-fix .button-wrap button a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
}

.error_wrap .error-fix .button-wrap button.black a {
	color: #fff;
	background-color: #222;
}

.error_wrap .error-fix .button-wrap button.white a {
	background-color: #fff;
	color: #222;
	border: 1px solid #ddd;
}

/* 가맹 FO 로그인 화면 */
.fo-login {
	background-color: #f9f9f9;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
}

.fo-login .login-box {
	background-color: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.04);
	border-radius: 16px;
	width: 530px;
	padding: 50px 40px 60px;
}

.fo-login .login-box .logo-box {
	display: flex;
	align-items: flex-end;
	column-gap: 6px;
	margin-bottom: 118px;
}

.fo-login .login-box .logo-box .img-box {
	width: 74px;
	height: 22px;
}

.fo-login .login-box .logo-box .img-box img {
	width: 100%;
}

.fo-login .login-box .logo-box .logo-txt {
	font-size: 14px;
	font-weight: 700;
	line-height: 16.8px;
	letter-spacing: -0.02em;
	color: #333;
	padding-bottom: 1px;
}

.fo-login .login-box .title {
	margin-bottom: 40px;
}

.fo-login .login-box .title .big {
	font-size: 28px;
	font-weight: 700;
	color: #000;
	margin-bottom: 4px;
}

.fo-login .login-box .title span {
	font-size: 14px;
	font-weight: 400;
	line-height: 17.53px;
	color: #bbb;
}

.fo-login .login-box .input-wrap input {
	border: none;
	border-bottom: 1px solid #eee;
	height: unset;
	padding: 40px 0 10px 0;
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.fo-login .login-box .input-wrap input::placeholder {
	color: #aaa;
	font-weight: 400;
}

.fo-login .login-box .bottom-area {
	margin-top: 53px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.fo-login .login-box .bottom-area input[type='checkbox'] + span {
	font-size: 12px;
	font-weight: 500;
	color: #777;
	padding-left: 22px;
	background: url('/images/fo/fo_chk.svg') center left no-repeat;
}

.fo-login .login-box .bottom-area input[type='checkbox']:checked + span {
	background: url('/images/fo/fo_chk_active.svg') center left no-repeat;
}

.fo-login .login-box .bottom-area .pw-chg a {
	padding-right: 9px;
	background: url('/images/fo/fo_pw_arrow.svg') center right no-repeat;
	font-size: 12px;
	font-weight: 500;
	color: #444;
}

.fo-login .login-box .button-wrap button {
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	font-weight: 700;
	background-color: #cacaca;
	color: #fff;
	border-radius: 4px;
}

.fo-login .login-box .button-wrap button.active {
	background-color: #000;
}

@media screen and (max-width: 1280px) {
	.header-wrap {
		padding: 23px 40px;
	}
}
@media screen and (max-width: 1100px) {
	.header-wrap {
        padding: 0px;
    }
	.top-header {
		display: none;
	}
	.mo-top-header {
		display: flex;
		justify-content: space-between;
		padding: 18px 19px 0px 15px;
	}
	.logo img {
		width: 88px;
	}
	.left-header {
		margin-left: 4px;
	}
	.left-header .ham {
		margin-right: 5px;
	}

	.right-header {
		gap: 12px;
	}
	.right-header .user-box {
		display: none;
	}
	.seach img {
		width: 27px;
	}
	.bag img {
		width: 28px;
	}
	.noti img {
		width: 26px;
	}
	.gnb {
		gap: 22px;
		overflow-x: auto;
		white-space: nowrap;
		margin-top: 12px;
		border-top: 1px solid #eee;
		padding: 19px 20px 17px 20px;
	}
	.pc-footer-wrap {
		display: none;
	}
	.mo-footer-wrap {
		display: block;
		padding: 40px 0;
		background-color: #f8f8f8;
	}

	.mo-footer-wrap .top-list {
		gap: 12px;
	}
	.mo-footer-wrap .app-box {
		border-top: 1px solid #eee;
		margin: 26px 0 0 0;
		display: flex;
		gap: 12px;
		padding-top: 14px;
	}
	.mo-footer-wrap .app-box .art-app img {
		width: 30px;
		height: 30px;
	}
	.mo-footer-wrap .app-box .flex {
		display: flex;
		gap: 28px;
	}
	.mo-footer-wrap .app-box .flex a {
		display: flex;
		align-items: center;
		gap: 4px;
		position: relative;
	}
	.mo-footer-wrap .app-box .flex a:first-child::after {
		position: absolute;
		content: '';
		width: 1px;
		height: 6px;
		background-color: #ddd;
		right: -14px;
	}
	.mo-footer-wrap .app-box .flex a span {
		color: #222;
		font-family: 'Spoqa Han Sans Neo';
		font-size: 12px;
		font-weight: 400;
		line-height: 180%;
		letter-spacing: -0.24px;
	}
	.mo-footer-wrap .app-box .flex a img {
		width: 14px;
		height: 14px;
	}

	.mo-footer-wrap .language-btn {
		margin: 0 auto;
		margin-top: 40px;
	}
	.top-footer {
		margin-top: 15px;
		display: flex;
		gap: 7px;
	}
	.info-more {
		display: flex;
		margin-top: 25px;
		gap: 4px;
	}

	.content {
		margin-top: 18px;
		transition: all 0.3s;
		display: none;
	}
	.content p {
		margin-top: 14px;
		color: #929292;
		font-family: Spoqa Han Sans Neo;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 180%;
	}

	.content.show {
		display: block;
	}

	.copy {
		margin-top: 24px;
	}
	.content.open + .info-more .arrow {
		transform: rotate(180deg);
	}
	.top-arrow {
		position: fixed;
		right: 20px;
		bottom: 116px;
		z-index: 99;
	}
	.only-arrow {
		bottom: 80px;
	}

	.ticket-box {
		position: fixed;
		right: 10px;
		bottom: 20px;
		z-index: 999;
	}

	.ticket-box a {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.coach-mark-area .button-close {
		display: block;
	}
	.empty-wrap {
		margin: 44vw 0;
	}
	.empty-wrap img {
		width: 36px;
	}
	.empty-wrap p {
		font-size: 13px;
		margin-top: 8px;
	}
	.pc_only {
		display: none;
	}
	.mo_only {
		display: block;
	}
	.wra .top-list li {
		font-size: 13px;
	}
	.side-menu.show {
		width: 100vw;
	}

	.side-menu .side_menu-top {
		padding: 20px;
	}
	.language-wrap {
		margin: 30px auto 40px auto;
		text-align: center;
	}

	.side-footer {
		display: block;
	}

	.login-btn-box {
		margin-bottom: 24px;
	}

	.menu-list {
		padding-top: 26px;
		margin-top: 26px;
	}

	.menu-list:first-of-type {
		margin-top: 24px;
	}

	.menu-list li {
		margin-bottom: 34px;
	}

	.coach-mark-area {
		display: block;
		background: rgba(0, 0, 0, 0.6);
		background-size: cover;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 1000000000;
	}

	.coach-mark-area .coach_search {
		position: absolute;
		top: 17px;
		right: 17px;
		background-image: url('/images/content/coach_search.png');
		background-size: cover;
		background-repeat: no-repeat;
		width: 110px;
		height: 70px;
	}
	.coach-mark-area .coach_search-jp {
		background-image: url('/images/content/coach_search-jp.png');
	}
	.coach-mark-area .coach_search-cn {
		background-image: url('/images/content/coach_search-cn.png');
	}
	.coach-mark-area .coach_search-en {
		width: 111px;
		background-image: url('/images/content/coach_search-en.png');
	}
	.coach-mark-area .coach_menu {
		position: absolute;
		top: 16px;
		left: 13px;
		width: 78px;
		height: 49px;
		background-image: url('/images/content/coach_menu.png');
		background-repeat: no-repeat;
		background-size: cover;
	}

	.coach-mark-area .coach_menu-jp {
		background-image: url('/images/content/coach_menu-jp.png');
	}
	.coach-mark-area .coach_menu-cn {
		background-image: url('/images/content/coach_menu-cn.png');
	}
	.coach-mark-area .coach_menu-en {
		width: 90px;
		background-image: url('/images/content/coach_menu-en.png');
	}
	.coach-mark-area .coach_scroll {
		position: absolute;
		top: 194px;
		left: 14px;
		width: 40px;
		height: 261px;
		background-image: url('/images/content/coach_scroll.png');
		background-size: cover;
		background-repeat: no-repeat;
	}

	.coach_filter {
		margin-top: 219px;
	}
	.coach_filter-img {
		width: 136px;
		margin-left: 184px;
		height: 102px;
		position: absolute;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url(/images/content/coach_filter02.png);
	}
	.coach_filter-img-jp {
		width: 189px;
		margin-left: 163px;
		margin-top: 2px;
		background-image: url(/images/content/coach_filter02-jp.png);
	}
	.coach_filter-mem-jp {
		margin-left: 116px;
	}

	.coach_filter-nonmem-img-jp {
		width: 189px;
		margin-left: 112px;
		background-image: url(/images/content/coach_filter02-jp.png);
	}
	.coach_filter-img-cn {
		width: 123px;
		margin-left: 165px;
		margin-top: 2px;
		background-image: url(/images/content/coach_filter02-cn.png);
	}
	.coach_filter-mem-cn {
		margin-left: 114px;
	}
	.coach_filter-nonmem-img-cn {
		width: 123px;
		margin-left: 158px;
		background-image: url(/images/content/coach_filter02-cn.png);
	}
	.coach_filter-img-en {
		width: 227px;
		margin-left: 116px;
		background-image: url(/images/content/coach_filter02-en.png);
	}
	.coach_filter-mem-en {
		width: 227px;
		background-image: url(/images/content/coach_filter02-en.png);
		margin-left: 64px;
	}
	.coach_filter-nonmem-img-en {
		width: 227px;
		margin-left: 58px;
		background-image: url(/images/content/coach_filter02-en.png);
	}
	/* 비회원 버전 필터 위치 */
	.coach-mark-area .coach_filter-nonmem {
		margin-top: 219px;
	}
	.coach-mark-area .coach_filter-img-nonmem {
		margin-left: 143px;
	}

	.coach-mark-area .button-close {
		position: absolute;
		bottom: 60px;
		left: 20px;
		z-index: 1000;
		color: #fff;
		font-family: Spoqa Han Sans Neo;
		font-size: 13px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 13px */
		padding: 11px 14px 12px 14px;
		border-radius: 24px;
		background-color: #f6ac10;
		cursor: pointer;
		z-index: 9999;
	}
	.coach-mark-area .button-close img {
		position: relative;
		top: 1px;
		width: 12px;
		height: auto;
		margin-left: 6px;
	}

	.coach-mark-area .bottom-floating {
		position: absolute;
		right: 10px;
		bottom: 24px;
		background-image: url('/images/content/coach_bottom.png');
		background-repeat: no-repeat;
		background-size: cover;
		width: 190px;
		height: 217px;
		z-index: 1000;
	}
	.coach-mark-area .bottom-floating-jp {
		background-image: url('/images/content/coach_bottom-jp.png');
		width: 282px;
	}
	.coach-mark-area .bottom-floating-cn {
		background-image: url('/images/content/coach_bottom-cn.png');
		width: 178px;
	}
	.coach-mark-area .bottom-floating-en {
		background-image: url('/images/content/coach_bottom-en.png');
		width: 235px;
	}
	.empty {
		text-align: center;
		padding: 44vw 0;
	}
	.empty img {
		width: 36px;
	}
	.empty p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 1.43;
	}

	/* 스플래시 메인 화면 시작 */
	.splash-body {
		display: block;
		width: 100vw;
		height: 100vh;
		background-color: #fff;
	}

	.splash-body .sp-cont {
		width: 100%;
		height: 100%;
		padding-top: 156px;
	}

	.splash-body .sp-cont .logo-area {
		text-align: center;
		margin-bottom: 21px;
		height: 42px;
	}

	.splash-body .sp-cont .logo-area img {
		width: 134px;
		height: 42px;
	}

	.splash-body .sp-cont .spinner {
		text-align: center;
		margin-bottom: 112px;
	}

	@keyframes rotate {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}
	.spinner img {
		animation: rotate 2s linear infinite;
	}

	.splash-body .sp-cont .swiper {
		padding: 0 20px;
	}

	.splash-body .sp-cont .swiper-wrapper {
		align-items: center;
	}
	.splash-body .sp-cont .swiper-wrapper .swiper-slide {
		text-align: center;
	}

	.splash-body .sp-cont .swiper-wrapper .swiper-slide .img-box {
		width: 58px;
		height: 58px;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0 auto;
	}
	.splash-body .sp-cont .swiper-wrapper .swiper-slide.num1 .img-box {
		background: url('/images/content/ic_splash_01.svg');
	}
	.splash-body .sp-cont .swiper-wrapper .swiper-slide.num2 .img-box {
		background: url('/images/content/ic_splash_02.svg');
	}
	.splash-body .sp-cont .swiper-wrapper .swiper-slide.num3 .img-box {
		background: url('/images/content/ic_splash_03.svg');
	}

	.splash-list {
		display: flex;
		align-items: center;
	}
	.splash-wrap .img-box {
		width: 58px;
		height: 58px;
		background-repeat: no-repeat;
		background-size: cover;
		margin: 0 auto;
		margin-bottom: 13px;
		background-image: url('/images/content/ic_splash_01.svg');
	}
	.splash-wrap .img-box2 {
		width: 80px;
		height: 80px;
		background-image: url('/images/content/ic_splash_02-1.png');
	}
	.splash-wrap .img-box3 {
		background-image: url('/images/content/ic_splash_03.svg');
	}
	.splash-wrap .dot-box {
		display: flex;
	}

	.splash-wrap .dot-box .dot {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: rgba(248, 182, 45, 0.3);
		margin: 0 auto;
	}
	.splash-wrap .dot-box .dot2 {
		background-image: url(/images/content/dot.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-color: #fff;
	}

	.splash-body
		.sp-cont
		.swiper-wrapper
		.swiper-slide.swiper-slide-active
		.img-box {
		width: 80px;
		height: 80px;
		margin-bottom: 0;
	}
	.splash-body
		.sp-cont
		.swiper-wrapper
		.swiper-slide.swiper-slide-active.num1
		.img-box {
		background: url('/images/content/ic_splash_active01.svg');
	}
	.splash-body
		.sp-cont
		.swiper-wrapper
		.swiper-slide.swiper-slide-active.num2
		.img-box {
		background: url('/images/content/ic_splash_active02.svg');
	}
	.splash-body
		.sp-cont
		.swiper-wrapper
		.swiper-slide.swiper-slide-active.num3
		.img-box {
		background: url('/images/content/ic_splash_active03.svg');
	}

	.splash-body .sp-cont .swiper-wrapper .swiper-slide img {
		position: relative;
		/* margin-bottom: 13px; */
	}

	.splash-body .sp-cont .swiper-wrapper .swiper-slide .dot {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: rgba(248, 182, 45, 0.3);
		margin: 0 auto;
	}

	.splash-body .sp-cont .swiper-slide.swiper-slide-active .dot {
		width: 10px;
		height: 10px;
		background-color: #f8b62d;
		position: relative;
	}
	.splash-body .sp-cont .swiper-slide.swiper-slide-active .dot:after {
		position: absolute;
		content: '';
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #fff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	/* 스플래시 메인 화면 끝 */

	/* 스플래시 이미지 화면 시작 */
	.splash-img-body {
		display: block;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		width: 100vw;
		height: 100vh;
		position: relative;
	}

	.splash-img-body:after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
	}

	.splash-img-body.num01 {
		background-image: url('/images/content/splash_img_01.png');
	}
	.splash-img-body.num02 {
		background-image: url('/images/content/splash_img_02.png');
	}
	.splash-img-body.num03 {
		background-image: url('/images/content/splash_img_03.png');
	}

	.splash-img-body .top-txt {
		position: absolute;
		top: 43px;
		left: 20px;
		color: #fff;
		z-index: 1;
	}

	.splash-img-body .top-txt .desc {
		font-size: 13px;
		font-weight: 400;
		line-height: 14.95px;
		letter-spacing: -0.03em;
		margin-bottom: 14px;
	}

	.splash-img-body .top-txt .title {
		font-size: 44px;
		font-weight: 300;
		line-height: 52.8px;
		letter-spacing: -0.03em;
	}

	.splash-img-body .top-txt .title span {
		font-weight: 500;
	}
	.splash-img-body .bottom-left {
		position: absolute;
		bottom: 30px;
		left: 20px;
		z-index: 1;
	}

	.splash-img-body .bottom-left .img-box {
		height: 28px;
	}

	.splash-img-body .bottom-right {
		position: absolute;
		bottom: 30px;
		right: 20px;
		z-index: 1;
		display: flex;
		gap: 4px;
		align-items: center;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -0.03em;
		color: #fff;
		opacity: 0.76;
		width: 160px;
		justify-content: end;
	}

	.splash-img-body .bottom-right .img-box {
		display: flex;
	}
	.splash-img-body .bottom-right .img-box img {
		position: relative;
		top: -1px;
	}

	/* 스플래시 이미지 화면 끝 */

	/* error 페이지 시작 */
	.error_wrap {
		padding-top: 187px;
		padding-bottom: 226px;
	}

	.error_wrap .error-fix .icon-box {
		height: 36px;
		margin-bottom: 14px;
	}

	.error_wrap .error-fix .icon-box img {
		width: 36px;
		height: 36px;
	}

	.error_wrap .error-fix .txt {
		letter-spacing: -0.02em;
	}

	.error_wrap .error-fix .txt .bk-txt {
		font-size: 14px;
		line-height: 16.1px;
	}

	.error_wrap .error-fix .txt .desc {
		font-size: 12px;
		font-weight: 500;
		line-height: 16.8px;
	}
	/* error 페이지 끝 */

	/* 가맹 FO 로그인 화면 */

	.fo-login .login-box {
		background-color: #fff;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		height: 100%;
		padding: 20px 20px 43px 20px;
	}

	.fo-login .login-box .logo-box {
		margin-bottom: 119px;
	}

	.fo-login .login-box .logo-box .img-box {
		width: 69px;
		height: 21px;
	}

	.fo-login .login-box .logo-box .logo-txt {
		font-size: 13px;
		line-height: 15.6px;
	}

	.fo-login .login-box .title .big {
		font-size: 26px;
	}

	.fo-login .login-box .title span {
		font-size: 13px;
		line-height: 16.28px;
	}

	.fo-login .login-box .input-wrap input {
		font-size: 14px;
		font-weight: 400;
	}

	.fo-login .login-box .bottom-area {
		margin-top: 50px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	header {
		display: block !important;
	}
}

/* 검색영역 시작 (입력 전) 시작 */
.input-box.search-form {
	position: relative;
}

.input-box.search-form input[type='text'] {
	border: none;
	border-radius: 24px;
	height: 48px;
	padding: 0 36px 0 24px;
	font-size: 14px;
	background-color: #f1f1f1;
}

.input-box.search-form button {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	height: 100%;
}

.page-switch-search-area {
	position: absolute;
	top: 64px;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
	border-radius: 15px;
	z-index: 11;
	padding: 6px 20px 30px 20px;
	color: #222;
}

.page-switch-search-area .result-section .search-flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}

.page-switch-search-area .result-section .search-flex-box .delete-all button {
	font-size: 12px;
	font-weight: 500;
	color: #999;
}
.page-switch-search-area .result-section .title-area {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	font-weight: 700;
}

.page-switch-search-area .result-section .search-tips {
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex-wrap: wrap;
	row-gap: 10px;
}

.page-switch-search-area .result-section .search-tips button {
	padding: 7px 30px 7px 14px;
	position: relative;
	background: url('/images/content/tip_delete.svg') center right 12px no-repeat;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 15.02px;
	color: #222;
	height: 29px;
}

.page-switch-search-area .result-section .result-box {
	display: flex;
	padding: 0 4px;
}

.page-switch-search-area .result-section .result-box .box {
	width: 50%;
}

.page-switch-search-area .result-section .result-box .box ul li {
	margin-bottom: 20px;
}

.page-switch-search-area .result-section .result-box .box ul li:last-child {
	margin-bottom: 0;
}

.page-switch-search-area .result-section .result-box .box ul li a {
	display: flex;
	line-height: 18px;
	letter-spacing: -0.02em;
	color: #222;
}

.page-switch-search-area .result-section .result-box .box ul li a .number {
	font-size: 14px;
	font-weight: 700;
	margin-right: 8px;
	width: 17px;
	text-align: center;
}

.page-switch-search-area .result-section .result-box .box ul li a .txt {
	font-size: 14px;
	font-weight: 400;
	word-break: break-all;
	padding-right: 20px;
}

.page-switch-search-area .result-section.recent {
	margin-bottom: 48px;
}

.page-switch-search-area .result-section.recommend-area {
	margin-bottom: 34px;
}
/* 헤더 검색영역 시작 (입력 전) 끝 */

/* 헤더 검색영역 시작 (입력 시) 시작 */
.page-switch-search-area.entry-data {
	padding: 21px 20px 30px 20px;
}

.page-switch-search-area.entry-data .result-content {
	margin-bottom: 39px;
}

.page-switch-search-area.entry-data .result-content li:not(:last-child) {
	margin-bottom: 27px;
}

.page-switch-search-area.entry-data .result-content li a {
	padding-left: 30px;
	background: url('/images/content/searh_gray.svg') center left no-repeat;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.02em;
	color: #222;
	display: block;
	line-height: 20px;
	word-break: break-all;
}

.page-switch-search-area.entry-data .search-flex-box {
	margin-bottom: 10px;
}

.page-switch-search-area.entry-data .product-list .list-item {
	display: flex;
	align-items: center;
	background-image: url('/images/content/main_search_arrow.svg');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.page-switch-search-area.entry-data .product-list .list-item:not(:last-child) {
	margin-bottom: 16px;
}

.page-switch-search-area.entry-data .product-list .list-item .tip {
	padding: 3px 5px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin-right: 10px;
	color: #fff;
}

.page-switch-search-area.entry-data .product-list .list-item .tip.orange {
	background-color: #f8b62d;
}
.page-switch-search-area.entry-data .product-list .list-item .tip.pink {
	background-color: #ffb3ba;
}
.page-switch-search-area.entry-data .product-list .list-item .tip.green {
	background-color: #86df7c;
}

.page-switch-search-area.entry-data .product-list .list-item .item-txt {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.page-switch-search-area.entry-data span.included {
	font-weight: 700;
	color: inherit;
}

/* 헤더 검색영역 시작 (입력 시) 끝 */

/* 헤더 알림영역 시작 */
.page-switch-alarm-area {
	position: absolute;
	top: calc(100% + 22px);
	right: 0;
	width: 360px;
	height: 640px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08);
	z-index: 1;
	overflow-y: scroll;
}
.page-switch-alarm-area label {
	position: unset;
	width: unset;
	height: unset;
}
.page-switch-alarm-area::-webkit-scrollbar {
	display: none;
}

.page-switch-alarm-area .alarm_top {
	display: flex;
	height: 60px;
	line-height: 60px;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 500;
	position: sticky;
	top: 0;
	background-color: #fff;
}

.page-switch-alarm-area .alarm_top .button-close,
.page-switch-alarm-area .alarm_top .button-setting,
.page-switch-alarm-area .alarm_top .button-back {
	display: flex;
}

.page-switch-alarm-area .alarm_top .button-setting {
	width: 28px;
}

.page-switch-alarm-areap .alarm_top .alarm_title {
	font-size: 16px;
	font-weight: 500;
	line-height: 20.03px;
	color: #222;
}
.page-switch-alarm-area .alarm_cont {
	border-top: 1px solid #eee;
}
.page-switch-alarm-area .alarm_cont li {
	padding: 14px 20px;
	border-bottom: 1px solid #eee;
	letter-spacing: -0.02em;
}

.page-switch-alarm-area .alarm_cont li:last-child {
	border-bottom: 0;
}

.page-switch-alarm-area .alarm_cont li .cont-tit {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	font-weight: 500;
	line-height: 15.02px;
	color: #666;
	margin-bottom: 5px;
}

.page-switch-alarm-area .alarm_cont li .cont-text {
	font-size: 14px;
	font-weight: 500;
	line-height: 19.6px;
	color: #222;
	margin-bottom: 14px;
	word-break: break-all;
}

.page-switch-alarm-area .alarm_cont li .cont-date {
	font-size: 12px;
	font-weight: 400;
	line-height: 15.02px;
	color: #999;
}

.page-switch-alarm-area .alarm_cont li.disable {
	background: #f8f8f8;
}

.page-switch-alarm-area .alarm_cont li.disable .cont-tit {
	color: #999;
}

.page-switch-alarm-area .alarm_cont li.disable .cont-text {
	color: #999;
}

.page-switch-alarm-area .alarm_cont li.disable .cont-date {
	color: #999;
}

.page-switch-alarm-area .alarm_info {
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 82px; */
	background: rgba(0, 0, 0, 0.76);
	color: #fff;
	border-radius: 20px 20px 0 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.48px;
	text-align: center;
	padding: 24px 0 20px 0;
}
.page-switch-alarm-area .alarm_info p {
	word-break: break-all;
	padding: 0 50px;
}
.page-switch-alarm-area .alarm_info .inner {
	max-width: 304px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	word-break: break-all;
}

.page-switch-alarm-area .alarm_info .button-box {
	position: absolute;
	right: 14px;
	top: 13px;
}

.page-switch-alarm-area .alarm_cont .nodata_wrap {
	display: flex;
	flex-direction: column;
	padding-top: 152px;
	align-items: center;
	text-align: center;
}

.page-switch-alarm-area .alarm_cont .nodata_wrap .nodata_img {
	margin-bottom: 8px;
}

.page-switch-alarm-area .alarm_cont .nodata_wrap p {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #222;
	margin-bottom: 14px;
	padding: 0 20px;
}

.page-switch-alarm-area .alarm_cont .nodata_wrap span {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #666;
	word-break: break-all;
	padding: 0 20px;
}

.page-switch-alarm-area .alarm_top .button-back a {
	display: flex;
}

.page-switch-alarm-area .alarm_cont .cont-fix {
	padding: 0 20px;
}

.page-switch-alarm-area .alarm_cont .setting-tit {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #222;
	height: 48px;
	line-height: 48px;
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-switch-alarm-area .alarm_cont .setting-tit span {
	font-size: 12px;
	font-weight: 400;
	color: #999;
}

.page-switch-alarm-area .alarm_cont .line-h1 {
	margin: 14px 0;
	width: 100%;
	height: 1px;
	background: #eee;
}
.page-switch-alarm-area .alarm_cont .check-wrapper .check-top label:after {
	display: none;
}
.page-switch-alarm-area .alarm_cont .check-wrapper .check-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-switch-alarm-area .alarm_cont .check-wrapper .check-top .option {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #222;
}

.page-switch-alarm-area
	.alarm_cont
	.check-wrapper
	.check-top
	label
	input[type='checkbox']
	+ span {
	width: 44px;
	height: 22px;
	border-radius: 14px;
	background: #ddd;
	display: block;
	position: relative;
}

.page-switch-alarm-area
	.alarm_cont
	.check-wrapper
	.check-top
	label
	input[type='checkbox']
	+ span:after {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	background: #fff;
	border-radius: 50%;
	transition: left 250ms linear;
}

.page-switch-alarm-area
	.alarm_cont
	.check-wrapper
	.check-top
	label
	input[type='checkbox']:checked
	+ span {
	background: #f8b62d;
}

.page-switch-alarm-area
	.alarm_cont
	.check-wrapper
	.check-top
	label
	input[type='checkbox']:checked
	+ span:after {
	left: calc(100% - 18px);
}

.page-switch-alarm-area .alarm_cont .check-wrapper .check-desc {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16.8px;
	color: #999;
	word-break: break-all;
}

.page-switch-alarm-area .alarm_cont .cont-fix.first .setting-tit {
	margin-bottom: 12px;
}

.page-switch-alarm-area .alarm_cont .cont-fix.second .setting-tit {
	margin-bottom: 16px;
}

.page-switch-alarm-area .alarm_cont .line-h8 {
	width: 100%;
	height: 8px;
	background: #eee;
	margin: 30px 0 16px 0;
	transform: unset;
}
/* 헤더 알림영역 끝 */

/* 검색영역 모바일 버전  */
@media screen and (max-width: 767px) {
	.page-switch-search-area {
		position: unset;
		width: 100%;
		border-radius: 0;
		box-shadow: unset;
		padding-bottom: 40px;
	}

	.page-switch-search-area .input-box {
		margin-bottom: 6px;
		position: relative;
	}

	.page-switch-search-area .input-box input[type='text']::placeholder {
		color: #777;
	}

	.page-switch-search-area .result-section .search-tips {
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.page-switch-search-area .result-section.recommend-area {
		margin-bottom: 36px;
	}

	/* 검색영역 입력 시 */
	.page-switch-search-area.entry-data {
		padding-top: 6px;
	}
	.page-switch-search-area.entry-data .input-box {
		margin-bottom: 21px;
	}
}

/* 알림영역 모바일 버전 */
@media screen and (max-width: 767px) {
	#container {
		padding-top: 124px;
	}
	.header-wrap {
		position: fixed;
		top: 0;
		left: 0;
		padding: 0;
		box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
		background-color: #fbfaf7;
		transition: top 0.2s ease-in-out;
	}
	.nav-up {
		/* 헤더 높이와 같게 */
		top: -124px; 
	}
	.nav-down {
		top: 0px; 
	}
	.page-switch-alarm-area {
		position: unset;
		width: 100%;
		border-radius: 0;
		box-shadow: unset;
		height: calc(100vh - 60px);
	}

	.page-switch-alarm-area .alarm_cont .nodata_wrap {
		display: flex;
		flex-direction: column;
		padding-top: 152px;
		align-items: center;
		text-align: center;
	}

	.page-switch-alarm-area .alarm_cont li .cont-tit {
		margin-bottom: 0;
	}

	.page-switch-alarm-area .alarm_cont .nodata_wrap {
		padding-top: 125px;
	}

	.page-switch-alarm-area .alarm_cont .nodata_wrap .nodata_img {
		margin-bottom: 5px;
	}

	.page-switch-alarm-area .alarm_cont .nodata_wrap p {
		font-size: 14px;
	}

	.page-switch-alarm-area .alarm_cont .nodata_wrap span {
		font-size: 12px;
		line-height: 18px;
	}
}
