@charset "UTF-8";

@import "./reset.css";
@import "./form.css";

/*변수*/
:root {
	--width-default: 1240px;

	--color-error: #eb3641;

	--color-gray-00: #fff;
	--color-gray-05: #f8f8f8;
	--color-gray-10: #eee;
	--color-gray-20: #ddd;
	--color-gray-30: #ccc;
	--color-gray-40: #b4b4b4;
	--color-gray-50: #999;
	--color-gray-60: #767676;
	--color-gray-70: #666;
	--color-gray-80: #333;
	--color-gray-90: #1d1d1d;

	--color-primary-05: #f4fbf4;
	--color-primary-10: #daf1db;
	--color-primary-20: #b6e2b8;
	--color-primary-30: #91d494;
	--color-primary-40: #6dc571;
	--color-primary-50: #48b74d;
	--color-primary-60: #41a546;
	--color-primary-70: #388e3c;
	--color-primary-80: #2b6e2e;
	--color-primary-90: #245b27
}

html {
	font-size: 62.5%;
	height: 100%;
	box-sizing: border-box
}

body {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	box-sizing: border-box;
	font-family: 'Pretendard GOV', sans-serif;
	background-color: var(--color-gray-00);
	color: var(--color-gray-90)
}

a,
input,
textarea,
label {
	color: var(--color-gray-90)
}

a,
button,
label {
	cursor: pointer
}

img {
	max-width: 100%
}

.menu-font {
	font-size: max(1.6rem, min(3.2vw, 2rem));
	font-weight: 700;
	line-height: 140%
}

.display-s {
	font-size: max(2.4rem, min(3.1vw, 4rem));
	font-weight: 700;
	line-height: 140%
}

.display-m {
	font-size: max(2.8rem, min(3.6vw, 4.8rem));
	font-weight: 700;
	line-height: 140%
}

.display-l {
	font-size: max(3.2rem, min(4.1vw, 6.4rem));
	font-weight: 700;
	line-height: 140%
}

h1,
.title-h1 {
	font-size: max(2.8rem, min(3.6vw, 4rem));
	font-weight: 700;
	line-height: 140%
}

h2,
.title-h2 {
	font-size: max(2.4rem, min(3.1vw, 3.2rem));
	font-weight: 700;
	line-height: 140%
}

h3,
.title-h3 {
	font-size: max(2.2rem, min(2.8vw, 2.4rem));
	font-weight: 700;
	line-height: 140%
}

h4,
.title-h4 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 140%
}

h5,
.title-h5 {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 140%
}

h6,
.title-h6 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%
}

.body-s {
	font-size: max(1.4rem, min(1.8vw, 1.5rem));
	line-height: 160%;
	letter-spacing: -0.02em
}

.body-m {
	font-size: max(1.6rem, min(2vw, 1.7rem));
	line-height: 160%;
	letter-spacing: -0.02em
}

.body-l {
	font-size: max(1.8rem, min(2.3vw, 1.9rem));
	line-height: 160%;
	letter-spacing: -0.02em
}

.body-b-s {
	font-size: max(1.4rem, min(1.8vw, 1.5rem));
	line-height: 160%;
	font-weight: 700;
	letter-spacing: -0.02em
}

.body-b-m {
	font-size: max(1.6rem, min(2vw, 1.7rem));
	line-height: 160%;
	font-weight: 700;
	letter-spacing: -0.02em
}

.body-b-l {
	font-size: max(1.8rem, min(2.3vw, 1.9rem));
	line-height: 160%;
	font-weight: 700;
	letter-spacing: -0.02em
}

.label-s {
	font-size: 1.2rem;
	line-height: 140%
}

.label-m {
	font-size: 1.3rem;
	line-height: 140%
}

.label-l {
	font-size: 1.4rem;
	line-height: 140%
}

.bold {
	font-weight: 700
}

.primary {
	color: var(--color-primary-70)
}

.clear::after {
	content: '';
	display: block;
	clear: both
}

.layout {
	width: calc(100% - 40px);
	max-width: var(--width-default);
	margin: 0 auto
}

.mo-only {
	display: none
}

.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	flex: 1;
	z-index: 10
}

.sch_word {
	display: inline-block;
	font-weight: 700
}

.header-margin {
	margin-top: 136px
}

.mo-only {
	display: none
}


.header__bg {
	position: fixed;
	width: 100%;
	background-color: var(--color-gray-00);
	box-shadow: inset 0 -1px 0 0 var(--color-gray-10);
	z-index: 80
}

.header__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.header__top-left {
	display: flex;
	gap: 20px;
	align-items: center;
	flex: 1;
}

.header__top-right {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	gap: 15px;
}

.header__point-wrap {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	white-space: nowrap;
}

.header__point-wrap span {
	font-size: 14px;
	white-space: nowrap;
	display: inline;
}

.header__mb-none-btn-pc {
	width: max-content;
}

.header__sch-pc,
.header__sch-wrap {
	max-width: 400px;
	width: 100%;
}

.header__sch {
	display: inline-flex;
	align-items: center;
	width: 100%;
	background-color: var(--color-gray-05);
	border-radius: 100px;
	overflow: hidden;
	padding: 0 16px;
	box-sizing: border-box;
}

.header__sch-input {
	width: 100%;
	height: 48px;
	box-shadow: none
}

.header__sch-input:focus {
	box-shadow: none
}

.header__mb {
	position: relative;
}

.header__mb-ico,
.header__mb-none-ico {
	position: relative;
	width: 44px;
	height: 44px;
	border-radius: 100px;
	box-shadow: inset 0 0 0 1px var(--color-gray-10);
	overflow: visible;
	cursor: pointer;
}

.header__mb-ico img,
.header__mb-none-ico img {
	width: 44px;
	height: 44px;
	border-radius: 100px;
	object-fit: cover;
	overflow: hidden;
}

.header__mb-noti {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: var(--color-error);
	box-shadow: 0 0 0 2px var(--color-gray-00);
	cursor: pointer;
	z-index: 5;
}

.header__mb-reward {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	background-color: #f5a623;
	box-shadow: 0 0 0 2px var(--color-gray-00);
	cursor: pointer;
	z-index: 5;
}

.header__mb-menu-noti {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	margin-left: 6px;
	border-radius: 100px;
	background-color: var(--color-error);
	color: var(--color-gray-00);
	font-size: 1.1rem;
	font-weight: 700;
	box-sizing: border-box;
}

.header__mb-menu {
	position: absolute;
	top: 52px;
	right: 0;
	padding: 8px;
	box-sizing: border-box;
	width: 160px;
	background-color: var(--color-gray-00);
	box-shadow: inset 0 0 0 1px var(--color-gray-10);
	border-radius: 8px;
	z-index: 30
}

.header__mb-menu-li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-radius: 6px;
	font-size: 1.6rem;
	font-weight: 500;
	transition: 0.3s
}

.header__mb-menu-li a:hover {
	background-color: var(--color-gray-05)
}


.header__bottom {
	display: flex;
	align-items: center;
	height: 56px;
}

.header__menu-wrap {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.header__menu-li {
	display: inline-block !important;
	width: auto !important
}

.header__menu-li a {
	display: inline-flex;
	word-break: keep-all;
	box-sizing: border-box;
	transition: 0.3s
}

.header__menu-li a:hover {
	color: var(--color-primary-70)
}

.header__menu-li-grid {
	display: flex;
	align-items: center;
	gap: 2px;
}

.header__menu-ico {
	width: 24px;
	height: 24px
}

.header__mb-none {
	position: relative;
}

.header__mb-none-btn-pc {
	display: flex;
	gap: 12px;
}

.header__mb-bg,
.header__mb-none-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10
}

.footer__bg {
	background-color: var(--color-gray-80)
}

.footer__top {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 20px
}

.footer__top-item a {
	color: var(--color-gray-00)
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 64px
}

.footer__bottom-item-tit,
.footer__bottom-item02-tit {
	color: var(--color-gray-40);
	margin-bottom: 16px
}

.footer__bottom-item-txtbox,
.footer__bottom-item02-txtbox {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: var(--color-gray-60);
	margin-bottom: 20px
}

.footer__bottom-item-txtbox01,
.footer__bottom-item02-txtbox01 {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.footer__bottom-copyright {
	color: var(--color-gray-70)
}

.footer__bottom-item02-tit {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	user-select: none;
	cursor: pointer;
}

.footer__bottom-item02-titico {
	height: 24px;
	transition: 0.3s
}

.footer__bottom-item02-titico.rotate {
	transform: rotate(90deg);
}

.footer__bottom-item02-txtbox {
	display: none
}

.line {
	display: block;
	width: 1px;
	height: 8px;
	background-color: var(--color-gray-70)
}

.footer__bottom-item:last-child {
	display: flex;
	gap: 12px;
}

.footer__bottom-sns {
	width: 44px;
	height: 44px;
	border-radius: 100px;
	box-shadow: inset 0 0 0 1px var(--color-gray-70)
}

.footer__bottom-sns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 12px;
	box-sizing: border-box;
}








.common-pg {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px
}

.pg {
	display: flex;
	column-gap: 12px
}

.pg_page,
.pg_current {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 100px;
}

.pg_page {
	background-color: var(--color-gray-00);
	transition: 0.3s
}

.pg_current {
	background-color: var(--color-primary-70);
	color: var(--color-gray-00)
}

.pg_page:hover {
	background-color: var(--color-gray-05)
}

.pg_prev {
	width: 40px;
	height: 40px;
	background: url(../../../img/images/ico-prev.svg) no-repeat center;
}

.pg_next {
	width: 40px;
	height: 40px;
	background: url(../../../img/images/ico-next.svg) no-repeat center;
}

.header__sch-mo {
	display: none
}

.floating {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 999
}

.floating-grid {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.floating .floating-btn {
	width: 64px;
	height: 64px;
	border-radius: 12px;
	overflow: hidden;
	transition: 0.3s
}

.floating .floating-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 12px;
	box-sizing: border-box;
}

.floating .floating-btn a img {
	width: 36px;
	height: 36px
}

.floating .floating-btn:hover {
	opacity: 1
}

.floating-btn-kakao {
	background-color: #ffe500
}


.floating-btn-store {
	background-color: var(--color-primary-70)
}


@media all and (max-width:1320px) {}

@media all and (max-width:1200px) {}

@media all and (max-width:1024px) {

	.header__sch-pc {
		display: none
	}

	.header__sch-mo {
		display: block;
	}

	.header__top {
		justify-content: space-between !important;
		flex-wrap: nowrap !important;
	}

	.header__top-left {
		justify-content: flex-start;
		margin-right: 5px;
		flex: 0 1 auto;
		gap: 5px;
	}

	.header__top-right {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: nowrap !important;
		gap: 8px;
	}

	/* Override inline style for point wrapper on mobile */
	.header__point-wrap {
		margin-right: 0 !important;
		flex-shrink: 0;
		order: 1;
		display: inline-flex !important;
		white-space: nowrap !important;
	}

	.header__point-wrap span {
		font-size: 1.4rem !important;
		white-space: nowrap !important;
		display: inline !important;
	}

	.header__mb-wrap {
		order: 2;
		flex-shrink: 0;
	}

	.header__sch-mo-btn {
		position: relative;
		width: 40px;
		height: 40px;
		cursor: pointer;
		border-radius: 100px;
		transition: 0.3s
	}

	.header__sch-mo-btn:hover {
		background-color: var(--color-gray-05)
	}

	.header__sch-mo-btn img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.header__sch-mo .header__sch-mo-box {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background-color: var(--color-gray-00);
		box-shadow: inset 0 -1px 0 0 var(--color-gray-10);
		z-index: 81
	}

	.header__sch-mo-box {
		display: grid;
		grid-template-columns: 40px 1fr;
		align-items: center;
		gap: 12px;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.header__sch-mo-close {
		position: relative;
		width: 44px;
		height: 44px;
		cursor: pointer;
		border-radius: 100px;
		transition: 0.3s
	}

	.header__sch-mo-close:hover {
		background-color: var(--color-gray-05)
	}

	.header__sch-mo-close img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.floating .floating-btn {
		width: 56px;
		height: 56px;
		border-radius: 12px;
		overflow: hidden;
		transition: 0.3s
	}

}

@media all and (max-width:768px) {
	.header__mb-none-btn-pc {
		display: none;
	}

	.mo-only {
		display: block
	}

	.header__mb-none-btn-wrap {
		all: unset;
		position: absolute;
		top: 52px;
		right: 0;
		padding: 8px;
		box-sizing: border-box;
		width: 160px;
		background-color: var(--color-gray-00);
		box-shadow: inset 0 0 0 1px var(--color-gray-10);
		border-radius: 8px;
		z-index: 30
	}

	.header__mb-none-btn a {
		all: unset;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
		border-radius: 6px;
		font-size: 1.6rem;
		font-weight: 500;
		transition: 0.3s;
		cursor: pointer;
	}

	.header__mb-none-btn a:hover {
		background-color: var(--color-gray-05);
		color: var(--color-gray-90)
	}

	.footer__bottom {
		flex-direction: column;
		gap: 40px;
	}

}

@media all and (max-width:500px) {

	.header-margin {
		margin-top: calc(136px - 8px)
	}

	.header__bottom {
		height: calc(56px - 8px);
	}

	.header__menu-ico {
		width: calc(24px - 8px);
		height: calc(24px - 8px);
	}


}

@media all and (max-width:400px) {

	.footer__bottom-corp,
	.footer__bottom-tel {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.line {
		display: none
	}
}



@media all and (max-width:320px) {}

/* 서브 페이지 타이틀 */
#container_title {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-gray-90);
	margin: 0 0 24px;
	padding: 0;
	line-height: 1.4;
}

@media all and (max-width: 768px) {
	#container_title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 500px) {
	#container_title {
		font-size: 22px;
		margin-bottom: 16px;
	}
}