@charset "utf-8";

/* 내용관리 */
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.ctt_admin {text-align:right}

#ctt .basic-list { display: flex; flex-direction: column; gap: 5px; text-align: left; }
#ctt .basic-list > li { position: relative; padding-left: 1.4rem; line-height: 1.6; }
#ctt .basic-list > li::before { content: '-'; position: absolute; left: 0; top: 0; }
#ctt .btn { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 31.8rem; height: 6rem; border-radius: 5px; background: white; color: black; font-size: var(--fs-18); font-weight: 700; }
#ctt .btn:hover { background: #ddd; }

#ctt .split { margin-top: 9rem; padding: 4rem; background: #3333334D; border-radius: 2rem; }
#ctt .split .vestment-label { margin-top: 0; margin-bottom: 2rem; text-align: left; }

#ctt .ico-check { display: inline-block; width: 1.6rem; aspect-ratio: 16/12; margin-right: 1rem; background: url('/img/sub/ico_check.svg') no-repeat center /contain ; }

@media screen and (max-width: 768px) {
	#ctt .split { padding: 3rem; }
}

/* The crown */
.shop-content:has(.ctt_the_crown) #wrapper_title { display: none; }
.ctt_the_crown { text-align: center; background: url('/img/sub/crown_bg.png') no-repeat center top /contain ; }
.ctt_the_crown .crown-page__intro { padding: 9rem 0 8rem; }
.ctt_the_crown .crown-page__intro img { width: 18.2rem; }
.ctt_the_crown .crown-page__intro .crown-page__intro-title { margin-top: 3rem; font-size: var(--fs-26); font-weight: 700; }
.ctt_the_crown .crown-page__intro .crown-page__intro-body { display: flex; flex-direction: column; gap:2rem; margin-top: 2rem; font-size: var(--fs-18); }
.ctt_the_crown .crown-page__intro .crown-page__intro-body p { line-height: 1.5; }
.ctt_the_crown .crown-card__body { padding: 5rem 0; background: url('/img/sub/crown_box_bg.jpg') no-repeat center /cover ; }
.ctt_the_crown .crown-card__body-inner { max-width: 65rem; margin: 0 auto; }
.ctt_the_crown .crown-card__head { display: flex; align-items: center; justify-content: center; gap: 1.5rem; text-align: center; }
.ctt_the_crown .crown-card__head h2 { font-size: var(--fs-32); line-height: 1.5; }
.ctt_the_crown .crown-card__hr { position: relative; width: 100%; height: 1px; margin: 3rem 0 4rem; background: white; }
.ctt_the_crown .crown-card__hr::before { content: ''; position: absolute; transform: translateY(-50%); top: 50%; left: 0; width: 7px; aspect-ratio: 1/1; background: white; border-radius: 50%; }
.ctt_the_crown .crown-card__hr::after { content: ''; position: absolute; transform: translateY(-50%); top: 50%; right: 0; width: 7px; aspect-ratio: 1/1; background: white; border-radius: 50%; }
.ctt_the_crown .crown-card__dl { display: flex; flex-direction: column; gap: 1rem; text-align: center; max-width: 45rem; margin: 0 auto; }
.ctt_the_crown .crown-card__dl .crown-card__dt { display: flex; align-items: center; justify-content: center; gap: 1.5rem; font-size: var(--fs-26); font-weight: 600; }
.ctt_the_crown .crown-card__dl .crown-card__dt img { width: 3.6rem; }
.ctt_the_crown .crown-card__dl .crown-card__dd { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 2rem ; font-size: var(--fs-18); background: white; border-radius: 5rem; color:black; }
.ctt_the_crown .crown-card__dl .crown-card__dd img { width: 2.5rem; }
.ctt_the_crown .crown-card__dl .crown-card__dd b { font-size: var(--fs-20); font-weight: 700; }


/* 성향 테스트 & 가이드 */
.vestment-wrap { display: flex; flex-direction: column; gap:3rem; text-align: center; background: url('/img/sub/crown_bg.png') no-repeat center top /contain ; }
.vestment-title { margin-bottom: 3rem; font-size: var(--fs-26); font-weight: 700; }
.vestment-sub { font-size: var(--fs-18); line-height: 1.6; }
.vestment-label { font-size: var(--fs-20); font-weight: 600; }
.vestment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; margin-top: 5rem; }
.vestment-grid.vestment-col-3 { grid-template-columns: repeat(3, 1fr); }
.vestment-grid li { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3rem 2rem; padding: 2rem; border:1px solid #999; border-radius: 1rem; }
.vestment-grid li .vestment-ico { height: 7rem; width: auto; }
.vestment-grid li p { line-height: 1.6; }
.vestment-guide-section .vestment-label { margin-top: 5rem; padding-bottom: 2.5rem; border-bottom:1px solid white; }
.vestment-guide-section .vestment-sub:last-child { margin-top: 5rem; line-height: 1.6; }

.vestment-row { display: flex; align-items: center; justify-content: center; gap: 5rem; margin-top: 6rem; }
.vestment-row + .vestment-row { flex-direction: row-reverse; }
.vestment-row .vestment-photo { width: 50%; aspect-ratio: 16/9; object-fit: cover; border-radius: 1rem; }
.vestment-row .vestment-txt { width: 50%; text-align: left; }
.vestment-row .vestment-txt .vestment-label { font-size: var(--fs-20); margin-bottom: 2rem; line-height: 1.6; font-weight: 400; }

.vestment-principle-section .vestment-sub:last-child { margin-top: 5rem; line-height: 1.6; }

.vestment-test-section { max-width: 850px; margin: 0 auto; }
.vestment-test-section .vestment-grid { gap:0; margin-top: 0; width: 90%; }
.vestment-test-section .vestment-grid li { width: 108%; aspect-ratio: 1/1; border-radius: 50%; }
.vestment-test-section .vestment-label { margin-top: 5rem; margin-bottom: 2rem; }
.vestment-test-section .vestment-sub:last-child { margin-top: 4rem; line-height: 1.6; }

.vestment-warning-section { width: 100%; max-width: 850px; margin: 0 auto; }
.vestment-warning-section .btn { margin: 8rem auto 0; }
.vestment-warning-section .vestment-label { margin-top: 5rem; margin-bottom: 2rem; text-align: left; }
.vestment-warning-section hr { display: block; margin-top: 5rem; width: 100%; height: 1px; background: white; }

@media screen and (max-width: 1024px) {
	.vestment-grid li .vestment-ico { height: 5rem; }
	.vestment-grid li { gap:1rem; }
	.vestment-grid { gap:2rem; }
}
@media screen and (max-width: 768px) {
	.vestment-grid.vestment-col-3 { grid-template-columns: repeat(2, 1fr); }
	.vestment-grid { gap:1rem; }
	.vestment-test-section .vestment-grid { display: block; width: 100%; max-width: 30rem; margin: 0 auto; }
	.vestment-test-section .vestment-grid li { width: 100%; }
	.vestment-test-section .vestment-grid li + li { margin-top: -2rem; }
	.vestment-grid { grid-template-columns: repeat(2, 1fr); }

	.vestment-row { gap:3rem; flex-direction: column; }
	.vestment-row + .vestment-row { flex-direction: column; }

	.vestment-row .vestment-photo { width: 100%; }
	.vestment-row .vestment-txt { width: 100%; }
}


.ctt_propensity { text-align: center; background: url('/img/sub/crown_bg.png') no-repeat center top /contain ; }
.ctt_propensity .propensity_intro { display: none; max-width: 850px; margin: 0 auto; }
.ctt_propensity .propensity_intro .intro-title { white-space: nowrap; }
.ctt_propensity .propensity_intro p { line-height: 1.6; }
.ctt_propensity .propensity_intro > .vestment-label { position: relative; margin-top: 3rem; padding-top: 3rem; }
.ctt_propensity .propensity_intro > .vestment-label::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 4rem; height: 1px; background: white; }
.ctt_propensity .propensity_intro .basic-list { margin-top: 3rem; font-size: var(--fs-18); }
.ctt_propensity .propensity_intro .vestment-sub { margin-top: 3rem; font-size: var(--fs-16); }
.ctt_propensity .propensity_intro .score-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 1rem; }
.ctt_propensity .propensity_intro .score-list li { display: flex; align-items: center; justify-content: center; height: 5rem; gap:1rem; border:1px solid white; border-radius: 5rem; }
.ctt_propensity .propensity_intro .btn { margin: 8rem auto 0; }

.propensity_test { display: none; }
.propensity_test.active { display: block; }
.propensity_test_progress { height: 1.5rem; border-radius: 2rem; background: #EDEDED; overflow: hidden; }
.propensity_test_progress .progress_bar { display: block; width: 10%; height: 100%; border-radius: 2rem; background: var(--key-color); }

.propensity_test .test_item { display: none; }
.propensity_test .test_item.active { display: block; }
.propensity_test .test_question_wrap { display: flex; flex-direction: column; gap: 5rem; padding-top: 8rem; margin-bottom: 8rem; }
.propensity_test .test_question_wrap .test_num { font-size: var(--fs-26); font-weight: 600; color:var(--key-color); }
.propensity_test .test_question_wrap .test_question { font-size: var(--fs-20); }
.propensity_test .test_answer_list { display: flex; flex-direction: column; gap: 2rem; max-width: 50rem; margin: 0 auto; }
.propensity_test .test_answer_list input { display: none; }
.propensity_test .test_answer_list label { display: block; width: 100%; padding: 2rem; border-radius: 5rem; background: white; color:#333; opacity: 0.6; transition: .3s; cursor: pointer; }
.propensity_test .test_answer_list input:checked + label { opacity: 1; }
.propensity_test .test_answer_btns { display: flex; align-items: center; justify-content: center; gap:1rem; margin: 8rem auto 0; }
.propensity_test .btn.is-disabled { opacity: 0.5 !important; cursor: default; background: white !important; }


.propensity_result { display: none; }
.propensity_result.active { display: block; }
.propensity_result .btn { margin: 8rem auto 0; }
.propensity_result .result_title { font-size: var(--fs-42); font-weight: 600; }
.propensity_result .result_content { display: flex; flex-direction: column; gap: 8rem; margin-top: 5rem; text-align: left; }
.propensity_result dl { display: grid; grid-template-columns: 20rem 1fr; line-height: 1.6; gap: 1rem; text-align:left; }
.propensity_result dl dt { font-size: var(--fs-20); font-weight: 600; }
.propensity_result dl dd { height: 100%; font-size: var(--fs-20); }
.propensity_result .result_recommend { margin-top: 8rem; z-index: 1; position: relative; padding: 8rem 0;  }
.propensity_result .result_recommend::before { z-index: -1; content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 100vw; height: 100%; background: url('/img/sub/propensity_bg.jpg') no-repeat center /cover ; }
.propensity_result .result_recommend .result_content { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.propensity_result .result_recommend dl { display: flex; flex-direction: column; gap: 1rem; padding: 3rem; border-radius: 1rem; background-color: rgba(0,0,0,0.12); }
.propensity_result .result_recommend dl:hover { background-color: rgba(0,0,0,0.24); }
.propensity_result .result_recommend dl dt { margin-bottom: 2rem;}
.propensity_result .result_recommend dl .step-tit { font-size: var(--fs-24); font-weight: 600; text-align: center; margin-bottom: 2rem; }
.propensity_result .result_recommend dl .step-desc { font-size: var(--fs-18); line-height: 1.6; font-weight: 400; text-align: center; }

.propensity_result .result_recommend .btn_wrap { display: flex; flex-direction: column; gap: 1rem; }
.propensity_result .result_recommend .btn_wrap .btn_link { display: block; background-color: rgba(255,255,255,0.1); color:white; font-size: var(--fs-16); font-weight: 400; padding: 2rem; border-radius: 1rem; text-align: center; transition: all 0.3s ease; }
.propensity_result .result_recommend .btn_wrap .btn_link:hover { background-color: rgba(255,255,255,0.35); }
.propensity_result .result_recommend .btn_wrap:has(.result-blank) { align-items: center; justify-content: center; height: 100%; min-height: 12rem; }
.propensity_result .result_recommend .btn_wrap .result-blank { color: #fff; font-size: var(--fs-16); font-weight: 400; opacity: 0.7; }


#ctt .btn.btn-retest { background: var(--key-gradient-color); color: #fff; transition: background 0.5s ease; }
#ctt .btn.btn-retest:hover { background: linear-gradient(180deg, color-mix(in srgb, #7847C4 80%, #000) 0%, color-mix(in srgb, #5c3dcc 80%, #000) 100%); color: #fff; }

/* 성향 결과 안내 */
.shop-content:has(.result-guide-wrap) #wrapper_title { padding-bottom: 0; }
.result-guide-wrap { padding: 2rem 0 4rem; text-align: center; background: url('/img/sub/crown_bg.png') no-repeat center top / contain; }
.result-guide-wrap .result-guide-page { font-size: var(--fs-26); font-weight: 700; margin-bottom: 2rem; }
.result-guide-wrap .result-guide-notice { max-width: 85rem; margin: 0 auto 8rem; font-size: 1.5rem; line-height: 1.6; color: rgba(255, 255, 255, 0.8); }
.result-guide-wrap .result-guide-main { margin-bottom: 3rem; }
.result-guide-wrap .result-guide-title { font-size: var(--fs-26); font-weight: 700; margin-bottom: 2rem; }
.result-guide-wrap .result-guide-desc { font-size: var(--fs-18); line-height: 1.4; }
.result-guide-wrap .result-guide-desc span { display: block; }
.result-guide-wrap .result-guide-box-wrap { display: flex; align-items: stretch; gap: 2rem; max-width: 85rem; margin: 0 auto 16rem; }
.result-guide-wrap .result-guide-box { flex: 1; min-width: 0; padding: 3rem; text-align: left; background: rgba(255, 255, 255, 0.07); border-radius: 1rem; }
.result-guide-wrap .result-guide-box-tit { margin-bottom: 1.5rem; font-size: var(--fs-20); font-weight: 600; }
.result-guide-wrap .result-guide-box .basic-list { display: flex; flex-direction: column; gap: 0.8rem; font-size: var(--fs-16); }
.result-guide-wrap .result-guide-box .basic-list > li { display: flex; gap: 0.8rem; line-height: 1.4; }
.result-guide-wrap .result-guide-box .basic-list > li::before { content: ''; flex-shrink: 0; width: 3px; height: 3px; margin-top: 0.9rem; border-radius: 50%; background-color: #fff; }
.result-guide-wrap .result-guide-note { margin-top: 1.5rem; font-size: var(--fs-16); line-height: 1.6; color: color-mix(in srgb, var(--key-color) 50%, white); font-weight: 600; }
.result-guide-wrap .result-guide-trait-intro { position: relative; max-width: 85rem; margin: 0 auto 4rem; padding: 0 2rem; text-align: center; }
.result-guide-wrap .result-guide-trait-intro p { position: relative; display: inline-block; margin: 0; padding: 3rem 5rem; font-size: var(--fs-26); font-weight: 600; line-height: 1.5; color: #fff; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 1rem; }
.result-guide-wrap .result-guide-trait-intro p::before { content: '"'; position: absolute; top: 1rem; left: 1.5rem; font-size: 3.6rem; line-height: 1; font-weight: 700; color: color-mix(in srgb, var(--key-color) 55%, white); opacity: 0.85; }
.result-guide-wrap .result-guide-trait-intro p::after { content: '"'; position: absolute; right: 1.5rem; bottom: 0.5rem; font-size: 3.6rem; line-height: 1; font-weight: 700; color: color-mix(in srgb, var(--key-color) 55%, white); opacity: 0.85; }
.result-guide-wrap .result-guide-trait-intro p em { font-style: normal; color: color-mix(in srgb, var(--key-color) 50%, white); }


@media screen and (max-width: 768px) {
	.result-guide-wrap { padding: 2rem 0 3rem; }
	.result-guide-wrap .result-guide-box-wrap { flex-direction: column; gap: 1.5rem; }
	.result-guide-wrap .result-guide-box { padding: 2rem; }
	.result-guide-wrap .result-guide-trait-intro { margin-bottom: 4rem; }
	.result-guide-wrap .result-guide-trait-intro p { padding: 2.5rem 3.5rem; font-size: var(--fs-20); }
	.result-guide-wrap .result-guide-trait-intro p::before { font-size: 2.8rem; left: 1rem; }
	.result-guide-wrap .result-guide-trait-intro p::after { font-size: 2.8rem; right: 1rem; }

	.ctt_propensity .propensity_intro .intro-title { white-space: normal; }
	.ctt_propensity .propensity_intro .score-list { grid-template-columns: repeat(2, 1fr); gap:1rem; }

	.propensity_result dl { grid-template-columns: 1fr; }
	.propensity_result dl dt br { display: none; }
}


/* 공지사항 상단 */
.notice-txt { padding-top: 8rem; margin-bottom: -4rem; }
.notice-txt .nt-main-tit { text-align: center; font-size: 1.8rem; font-weight: 600; }
.notice-txt .nt-txt-list { display: flex; flex-direction: column; gap: 0.8rem; padding: 2.4rem; margin-top: 2rem; background-color: rgba(255, 255, 255, 0.07); border-radius: 1rem; }
.notice-txt .nt-txt-list dd { display: flex; gap: 0.8rem; font-size: 1.4rem; font-weight: 300; }
.notice-txt .nt-txt-list dd::before { content: ''; display: block; width: 3px; height: 3px; border-radius: 50%; background-color: #fff; }

/* 푸터 메뉴 - 이용약관 */
.tos-container .tos-notice { margin-bottom: 1.2rem; }
.tos-container .tos-body .tos-div + .tos-div { margin-top: 2.4rem; }
.tos-container .tos-body .tos-div-title { font-size: 1.6rem; font-weight: 600; margin-bottom: 0.6rem; }
.tos-container .tos-body p,
.tos-container .tos-body li { font-size: -1.4rem; font-weight: 300; line-height: 160%; padding-left: 0.4rem; }
.tos-container .tos-body li { display: flex; gap: 0 0.8rem; }
.tos-container .tos-body li:has(ul) { flex-wrap: wrap; }
.tos-container .tos-body li::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; border: 1px solid #fff; margin-top: 0.9rem; }
.tos-container .tos-body li ul { width: 100%; padding-left: 0.6rem; }
.tos-container .tos-body li li::before { background-color: #fff; }
.tos-container .tos-body li li:last-child { margin-bottom: 0.8rem; }

/* 푸터 메뉴 - 개인정보처리방침 */
.privacy-policy-container .policy-header { margin-bottom: 2rem; }
.privacy-policy-container .policy-body .policy-section + .policy-section { margin-top: 2.8rem; }
.policy-body .policy-section h3 { font-size: 1.8rem; font-weight: 600; margin-bottom: 0.6rem; }
.policy-body .section-content { padding-left: 0.8rem; }
.policy-body p + .sub-content { margin-top: 1.2rem; }
.policy-body .sub-content + .sub-content { margin-top: 1.2rem; }
.policy-body .sub-content h4 { font-size: 1.6rem; font-weight: 600; margin-bottom: 0.6rem; }
.policy-body .sub-content .policy-blockquote { font-size: 1.4rem; font-weight: 300; margin-top: 0.4rem; }
.policy-body .section-content p,
.policy-body .section-content li { font-size: 1.5rem; font-weight: 300; line-height: 160%; }
.policy-body .section-content p + ol,
.policy-body .section-content p + ul { padding-left: 1rem; }
.policy-body .section-content p + ol li,
.policy-body .section-content p + ul li { display: flex; gap: 0 0.8rem; }
.policy-body .section-content p + ol li::before,
.policy-body .section-content p + ul li::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; border: 1px solid #fff; margin-top: 0.9rem; }
.policy-body .section-content table { border: 1px solid #ffffff99; margin: 1rem 0; border-collapse: collapse; }
.policy-body .section-content table th { padding: 1rem 1.2rem; text-align: center; border-bottom: 1px solid #ffffff99; background-color: rgba(255, 255, 255, 0.07); } 
.policy-body .section-content table th:not(:last-child) { border-right: 1px solid #ffffff99; }
.policy-body .section-content table td { padding: 1rem 1.2rem; text-align: center; font-size: 1.4rem; }
.policy-body .section-content table td:not(:last-child) { border-right: 1px solid #ffffff99; }
.policy-body .section-content table tr:not(:last-child) td { border-bottom: 1px solid #ffffff99; }

/* 푸터 메뉴 - 기타 내용 */
.tos-section-content p + ul { margin-top: 1.2rem; }
.tos-section-content li + li { margin-top: 1.2rem; }
.tos-section-content p + p { margin-top: 1.2rem; }
.tos-section-content li span { display: block; margin-bottom: 0.4rem; font-weight: 600; }
.tos-section-content li li + li { margin-top: 0.4rem; }





















