@charset "UTF-8";

.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: 20px 17px 20px 20px;
	align-items: flex-start;
	border-radius: 10px;
	border: 1px solid #DCDEE3;
	width: calc(50% - 4.5px);
	background: #fff;
}
.style-signUp-choice02 button .txtBox {
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: left;
	justify-content: left;
}
.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;
}
.style-signUp-choice02 button svg {
	margin-left: auto;
}
.style-signUp-choice02 button.active {
	border: 1px solid #2A2A2A;
}
.style-signUp-choice02 button.active 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: 19px;
	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;
}







