@charset "UTF-8";


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 1000px #fff inset !important;
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s; /* 색 안 바뀌게 트랜지션 트릭 */
}

.style-signUp-choice {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 9px;
}
.style-signUp-choice button {
	display: flex;
	height: 96px;
	padding: 0 17px 0 20px;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #DCDEE3;
	width: calc(50% - 4.5px);
	background: #fff;
}
.style-signUp-choice button .txtBox {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.style-signUp-choice button .txtBox .tit {
	font-size: 16px;
	font-weight: 600;
	color: #2A2A2A;
}
.style-signUp-choice button svg {
	margin-left: auto;
}
.style-signUp-choice button.active {
	border: 1px solid #2A2A2A;
}
.style-signUp-choice button.active svg path {
	stroke: #2A2A2A;
}


.style-signUp-choice02 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 9px;
}
.style-signUp-choice02 button {
	display: flex;
	height: 112px;
	padding: 12px 10px 12px 20px;
	align-items: flex-start;
	border-radius: 10px;
	border: 1px solid #DCDEE3;
	width: calc(50% - 4.5px);
	background: #fff;
	position: relative;
}
.style-signUp-choice02 button .txtBox {
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: left;
	justify-content: left;
	width:100%;
}
.style-signUp-choice02 button .txtBox .tit {
	font-size: 15px;
	font-weight: 700;
	color: #2A2A2A;
}
.style-signUp-choice02 button .txtBox .txt {
	font-size: 14px;
	font-weight: 400;
	color: #7A7E85;
}
.style-signUp-choice02 button .txtBox svg {
	margin-left: inherit;
	position: static;
}
.style-signUp-choice02 button svg {
	position: absolute;
	top: 17px;
	right: 17px;
	flex-shrink: 0;
}
.style-signUp-choice02 button.active {
	border: 1px solid #2A2A2A;
}
.style-signUp-choice02 button.active svg:not(.txtBox svg) path {
	stroke: #2A2A2A;
}


.style-signUp.gap30 {
	gap: 30px;
	display: flex;
	flex-direction: column;
}
.style-signUp-benefit {
	display: flex;
	flex-direction: column;
	padding: 50px 0 16px;
	justify-content: center;
	text-align: center;
	gap: 26px;
}
.style-signUp-benefit .title {
	color: #2A2A2A;
	font-size: 22px;
	font-weight: 600;
}
.style-signUp-benefit .coinBox {
	display: flex;
	padding: 16px 14px;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	border-radius: 16px;
	background: #F7F8FA;
}
.style-signUp-benefit .coinBox  b {
	color: #2A2A2A;
	font-size: 15px;
	font-weight: 500;
}
.style-signUp-benefit .coinBox div {
	color: #2A2A2A;
	font-size: 23px;
	font-weight: 700;
	align-items: center;
	display: flex;
	gap: 5px;
}
.style-signUp-benefit .coinBox span {
	color: #4D5159;
	font-size: 14px;
	font-weight: 400;
}

.style-signUp-cont {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.style-signUp-cont-tit {
	color: #000;
	font-size: 18px;
	font-weight: 700;
}


.style-masterItem-small {
	width: 100%;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding-bottom: 15px;
}
.style-masterItem-small .style-masterItem-thumbnail {
	display: block;
	width: 100%;
	aspect-ratio: 134/134;
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
}
.style-masterItem-small .style-masterItem-masterImage {
	width:125%;
	height:125%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 53%;
	transform: translate(-50%, -50%);
}
.style-masterItem-small .style-masterItem-badge {
	line-height: 1;
	position: absolute;
	left: 6px;
	top: 6px;
}
.style-masterItem-small .style-masterItem-masterName-wrap {
	gap: 4px;
	align-items: center;
	display: flex;
	align-items: flex-end;
}
.style-masterItem-small .style-masterItem-masterName {
	font-size: 15px;
	font-weight: 700;
	display: flex;
	color: #212124;
	margin-bottom: 2px;
}
.style-masterItem-small .style-masterName-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 700;
	height: 15px;
	padding: 0 3px;
	line-height: 15px;
	margin-bottom: 5px;
}
.style-masterItem-small .style-masterItem-price {
	display: flex;
	align-items: center;
	gap: 3px;
	font-size: 12px;
	color: #2A2A2A;
	font-weight: 600;
	line-height: 140%;
	margin-bottom:2px;
	margin-top:1px;
}
.style-masterItem-small .style-masterItem-price svg {
	width: 12px;
	height: auto;
	margin-top:-2px;
}
.style-masterItem-small .style-masterItem-price span {
	font-size: 11px;
	font-weight: 400;
	color: #7A7E85;
	line-height: 140%;
	margin-left: 1px;
}
.style-masterItem-small-swiper swiper-slide {
	width: 114px !important;
}
.style-masterItem-swiper-grid02 {
	display: block;
	width: 100%;
	height: 356px;
}
.style-masterItem-swiper-grid02 swiper-slide {
	height: calc((100% - 2px) / 2) !important;
}
.style-chip-buttonWrap {
	display: flex;
	gap: 6px;
}
.style-chip-buttonWrap .style-chip-button {
	font-size: 14px;
	font-weight: 500;
	height: 34px;
	background-color: var(--color-common-white);
	border: 1px solid #EAEBEE;
	border-radius: 34px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	gap: 2px;
	color: #757D86;
}
.style-chip-buttonWrap .style-chip-button.style-chip-button-active {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
.style-button-bk48 {
	background: #2A2A2A;
	border-color: #2A2A2A;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	border-radius: 6px;
}
.style-signUp-success-pop {
	display: flex;
	flex-direction: column;
	padding: 30px 20px 8px;
	gap: 20px;
}
.style-signUp-success-pop .title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 135%;
	color: #2A2A2A;
}
.style-signUp-success-pop .img {
	text-align: center;
}
.style-signUp-success-pop .img img {
	width: 100%;
	max-width: 227px;
}
.style-signUp-success-pop .style-button {
	margin-top: 8px;
}
.style-signUp-success-close {
	position: absolute;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	padding: 0;
}
.join-benefit {
	display: flex;
	flex-direction: column;
	padding: 40px 0px 10px 0px;
	gap: 30px;
}
.join-benefit .title_top {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	color: #2A2A2A;
}
.join-benefit .title {
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	line-height: 140%;
	color: #2A2A2A;
}
.join-benefit .img {
	text-align: center;
}
.join-benefit .img img {
	width: 100%;
	max-width: 360px;
}
.join-benefit .style-button {
	margin-top: -6px;
}


.join-benefit_ai {
	display: flex;
	flex-direction: column;
	padding: 40px 0px 10px 0px;
	gap: 30px;
}
.join-benefit_ai .title_top {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 140%;
	color: #2A2A2A;
}
.join-benefit_ai .title {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	color: #2A2A2A;
}
.join-benefit_ai .img {
	text-align: center;
}
.join-benefit_ai .img img {
	width: 100%;
	max-width: 360px;
}
.join-benefit_ai .style-button {
	margin-top: -6px;
}


.style-sign_complete {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: #fff;
}

.style-sign_complete-form {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 24px;
	padding-bottom: 88px; /* fixedBottom 높이 확보 */
}

/* SVG 이미지 영역 */
.join_image {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.join_image svg {
	width: 100%;
	max-width: 361px;
	height: auto;
}

/* "가입을 완료했어요!" 텍스트 */
.join_text {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
	text-align: center;
	letter-spacing: -0.3px;
}


.offcanvas-member {
	/*
	max-height: calc(100vh - 64px) !important;
	padding-bottom: 50px !important;
	 */
	max-height: calc(100dvh - 44px - env(safe-area-inset-top)) !important;
	padding-bottom: calc(50px + env(safe-area-inset-bottom)) !important;
}
.offcanvas-member-body {
	padding: 24px 26px clamp(60px, 7.65vw, 147px) !important;
	display: flex;
	flex-direction: column;
	overflow-y: inherit !important;
}
.offcanvas-member-inner {
	width: 100%;
	max-width: 341px;
	margin: 0 auto;
}
.offcanvas-member-close {
	margin-left: auto;
	background: none;
	border: none;
}
.offcanvas-member-logo {
	margin: 55px 0 44px;
	display: flex;
	justify-content: center;
}
.offcanvas-member-email {

}
.offcanvas-member-email .button-email {
	background: var(--color-primary-600);
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	height: 50px;
	border: none;
	color: #fff;
}
.offcanvas-member-line {
	display: flex;
	margin: 22px 0;
	position: relative;
	text-align: center;
	justify-content: center;
}
.offcanvas-member-line:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #DCDEE3;
	content: "";
}
.offcanvas-member-line .c-text {
	display: inline-flex;
	background: #fff;
	padding: 0 21px;
	z-index: 10;
}

.offcanvas-member-scroll {

	max-height: min(470px, calc(100dvh - 320px));
	-ms-overflow-style: none;
	scrollbar-width: none;
	flex: 1 1 auto !important;     /* inner 남은 높이 꽉 채우고 */
	min-height: 0 !important;      /* 연쇄 필수 */
	overflow-y: auto !important;   /* 실제 스크롤은 여기 */

}
.offcanvas-member-scroll::-webkit-scrollbar {
	display: none;
}


.offcanvas-member-list {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom:10px;
}
.offcanvas-member-list button {
	background: #F2F2F2;
	border-radius: 10px;
	display: grid;
	grid-template-columns: 24px 1fr 24px;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	height: 50px;
	border: none;
	color: #1a1a1a;
	padding: 0 14px;
	cursor: pointer;
}
.offcanvas-member-list button svg {
	grid-column: 1;
	width: 22px;
	height: 22px;
}
.offcanvas-member-list button .text {
	grid-column: 2;
	text-align: center;
	position: relative;
}
.offcanvas-member-list button .text .balloon {
	position: absolute;
	border-radius: 8px 8px 8px 0;
	background: #009AC5;
	height: 17px;
	padding: 2px 5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-weight: 500;
	top: -14px;
	right: -8px;
}
.offcanvas-member-bottom {
	padding: 25px 24px;
	background: #F7F8FA;
	display: flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	color: #7A7E85;
	font-size: 15px;
	font-weight: 500;

	width:100%;
	position: fixed;
	bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom, 0px));

}
.offcanvas-member-bottom .member-bottom-btn {
	color: #FF3B5C;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	border: none;
	background: none;
}
.style-signUp-form-t20 {
	padding-top: 20px !important;
}

.style-button-large-16 {
	font-size: 16px;
	font-weight: 700;
	border-radius: 6px !important;
}
.style-button-disabled.style-button-large-16 {
	background: #E6E7EB;
	color: #ADB1BA;
}
.style-alert-body02 {
	color: #2A2A2A;
	font-size: 16px;
	font-weight: 400;
}
.style-alert-body02 button {
	height: 39px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
}
.style-signUp .style-signUp-form-subTitle02 {
	margin: -8px 0 16px;
	font-size: 15px;
	font-weight: 400;
	color: #4D5159;
}
.style-button-check {
	height: 42px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 6px;
	background: #F2F3F6;
	margin-top: 16px;
	width: 100%;
	border: none;
	color: #2A2A2A;
	font-size: 14px;
	font-weight: 600;
}
.style-invalid-feedback02 {
	color: #E22F26;
	font-size: 13px;
	font-weight: 400;
	align-items: center;
	display: flex;
	gap: 4px;
	margin-top: 10px;
}
.style-form-input-box {
	position: relative;
}
.intp-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	display: flex;
	gap: 10px;
	height: 20px;
	align-items: center;
}
.style-form-input-box .input-del, .style-form-input-box .input-pass {
	border: none;
	background: none;
	padding: 0;
}
.style-password-conditions {
	padding: 0;
	gap: 8px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.style-password-conditions .check-item {
	color: #2A2A2A;
	padding-left: 19px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
}
.style-password-conditions .check-item::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url("/static/images/icons/ic_content_dot.svg") no-repeat center;
	content: '';
}
.style-password-conditions .check-item.checked {
	color: #7A7E85;
}
.style-password-conditions .check-item.checked::before {
	background: url("/static/images/icons/ic_content_check.svg") no-repeat center;
}

.style-invalid-blue {
	color: #0F5EBF;
	font-size: 15px;
	font-weight: 400;
	margin-top: 16px;
}

.join_success {
	position: absolute;
	top: calc(50% - 36px);
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #393A40;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	flex-direction: column;
	width: 100%;
}
.join_success img {
	width: 100%;
	max-width: 361px;
	display: block;
}

.style-form-input-error {
	border: 1px solid #E22F26;
}

.style-signUp-form-grtxt {
	color: #7A7E85;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

