/* 뷰티 진단 페이지 */
#sub_container {
    padding-bottom: 0 !important;
}
#wrap.sub_diagnosis {
    padding-top: 78px;
}

/* gnb_info 아이콘 (상대 경로 + 크기 지정으로 아이콘 표시) */
.sub_diagnosis .gnb_info .gnb_info_my span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('../images/icon/ico_26_mypage.svg') no-repeat center;
    background-size: 26px;
}
.sub_diagnosis .gnb_info .gnb_info_lang span {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('../images/icon/ico_26_language.svg') no-repeat center;
    background-size: 26px;
}
.sub_diagnosis .gnb_info span.ico_16.arrow {
    display: none;
    width: 16px;
    height: 16px;
    margin: 12px 0 0 4px;
    vertical-align: top;
    background: url('../images/icon/ico_16_arrow_down_w.svg') no-repeat center;
    background-size: 16px;
}

.sub_container_diagnosis {
    padding-bottom:0 !important;
    margin-top: 12px;
}
.beauty_diagnosis_hero {
    position: relative;
    width: 100%;
    height: calc(100dvh - 90px);
    background-color: #1C1C1B;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* index.html 전용: .grid_wrap width 1024px */
.beauty_diagnosis_hero .grid_wrap {
    width: 1024px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.beauty_diagnosis_hero .hero_content {
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: calc(100vh - 90px);
    display: flex;
    justify-content: center;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.beauty_diagnosis_hero .hero_text_wrap {
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 100px 0 220px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.beauty_diagnosis_hero .hero_title {
    font-size: 10rem;
    line-height: 1.1;
    font-weight: 500;
    color: #c8f000;
    letter-spacing: -0.02em;
    display: block;
    margin: 0 30px;
}
.beauty_diagnosis_hero .hero_text_wrapInner {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.beauty_diagnosis_hero .hero_description {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    padding: 0 80px;
    white-space: pre-line;
    margin-bottom: 20px;
} 
.beauty_diagnosis_hero .btn_box_w {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}
.beauty_diagnosis_hero .hero_start_btn {
    margin-top: 48px;
    padding: 18px 48px;
    background-color: #ffffff;
    border: 1px solid #1C1C1B;
    border-radius: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    color: #000000;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

/* 뷰티진단 모바일 푸터 (피그마 64-2196) */
.beauty_diagnosis_footer {
    background: #1C1C1B;
    padding: 24px 20px 32px;
}
.beauty_diagnosis_footer_inner {
    max-width: 800px;
    margin: 0 auto;
}
.beauty_diagnosis_footer_toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #fff;
    font-size: 0;
}
.beauty_diagnosis_footer_logo {
    display: inline-block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}
.beauty_diagnosis_footer_chevron {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform 0.25s ease;
}
.beauty_diagnosis_footer_toggle[aria-expanded="true"] .beauty_diagnosis_footer_chevron {
    transform: rotate(-135deg);
    margin-top: 4px;
}
.beauty_diagnosis_footer_links_wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
@media (max-width: 768px) {
    .beauty_diagnosis_footer_links_wrap {
        max-height: 0;
        margin-top: 0;
        padding-top: 0;
        overflow: hidden;
        border-top: none;
        transition: max-height 0.3s ease;
    }
    .beauty_diagnosis_footer_links_wrap.is_open {
        max-height: 400px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.2);
    }
}
.beauty_diagnosis_footer_links {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}
.beauty_diagnosis_footer_links li {
    margin-bottom: 12px;
}
.beauty_diagnosis_footer_links li:last-child {
    margin-bottom: 0;
}
.beauty_diagnosis_footer_links a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
}
.beauty_diagnosis_footer_links a:hover {
    text-decoration: underline;
}
.beauty_diagnosis_footer_copyright {
    color: rgba(255,255,255,0.7);
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0;
}

/* 설문조사 (공통) */
.survey_q1_wrap {
    min-height: calc(100dvh - 90px);
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 20px;
}
.survey_q1_wrap .grid_wrap{
    width: 800px;
}
.survey_q1_box {
    width: 100%;
    max-width: 800px;
    background: #fff;
    border-radius: 8px;
    padding: 40px 48px 48px;
    box-sizing: border-box;
}
.survey_progress {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto 32px;
    box-sizing: border-box;
}
.survey_progress_mobile {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}
.survey_progress_bar_track {
    width: 100%;
    height: 4px;
    background: #E0E0E0;
    border-radius: 2px;
    overflow: hidden;
}
.survey_progress_bar_fill {
    display: block;
    height: 100%;
    background: #1C1C1B;
    border-radius: 2px;
    transition: width 0.25s ease;
}
.survey_progress_label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #1C1C1B;
    text-align: right;
}
.survey_question {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.8rem;
    color: #1C1C1B;
    margin-bottom: 32px;
    display: flex;
}
.survey_options {
    list-style: none;
    margin: 0 0 42px;
    padding: 0;
}
.survey_options li {
    margin-bottom: 12px;
}
.survey_options li:last-child {
    margin-bottom: 0;
}
.survey_opt {
    position: relative;
    display: block;
    width: 100%;
    min-height: 80px;
    padding: 23px 50px 22px 24px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #999999;
    background: #fff;
    border: 3px solid #EEE;
    border-radius: 20px;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.2s;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}
.survey_opt:hover {
    border-color: #999;
}
.survey_opt.active {
    border-color: #1C1C1B;
    color: #1C1C1B;
    font-weight: 600;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}
.survey_opt.is-correct {
    position: relative;
    border-color: #DBF068;
    background-color: #DBF068;
    color: #1C1C1B;
    font-weight: 600;
}
.survey_opt.is-correct::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
}

/* 오답 피드백: 선택한 답 + 땡~ 오답입니다. + 해설 */
.survey_feedback_step {
    margin-bottom: 40px;
}
.survey_feedback_step.is_hidden {
    display: none;
}
.survey_feedback_box {
    padding: 23px 24px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1C1C1B;
    text-align: center;
    background-color: #F5F5F5;
    border-radius: 20px;
    margin-bottom: 24px;
}
.survey_feedback_box .feedback_header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 2rem;
    font-weight: 700;
    color: #1C1C1B;
}
.survey_feedback_box .feedback_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1C1C1B;
}
/* 동그라미 (정답) */
.survey_feedback_box .feedback_icon--circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 4px solid #1C1C1B;
    background: transparent;
}
/* X (오답) */
.survey_feedback_box .feedback_icon--cross {
    width: 20px;
    height: 20px;
    position: relative;
}
.survey_feedback_box .feedback_icon--cross::before,
.survey_feedback_box .feedback_icon--cross::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14.361px;
    height: 4px;
    background: #1C1C1B;
    transform-origin: center;
}
.survey_feedback_box .feedback_icon--cross::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.survey_feedback_box .feedback_icon--cross::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.survey_feedback_box .feedback_divider {
    display: block;
    width: 100%;
    height: 15px;
    background: url('../images/diagnosis/diagnosis_line.svg') no-repeat right top;
}
.survey_feedback_box .feedback_explain {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    margin-top: 17px;
    text-align: left;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}
.survey_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    max-width: 800px;
}
.survey_nav .btn_prev,
.survey_nav .btn_next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    border-radius: 10px;
    font-family: inherit;
    font-size: 2.8rem;
    line-height: 1.4;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    text-decoration: none;
    box-sizing: border-box;
}
/* 이전: 아웃라인 (흰 배경 + 검은 테두리, 정사각형, 좌측 화살표만) */
.survey_nav .btn_prev {
    width: 80px;
    padding: 0;
    border: 2px solid #1C1C1B;
    background: #fff url('../images/diagnosis/t_back_arrow_b.png') no-repeat center;
    background-size: 44px auto;
    font-size: 0;
    text-indent: -9999px;
    color: transparent;
}
/* Next: 채워진 검은 버튼, 흰색 텍스트만 (화살표 없음) */
.survey_nav .btn_next {
    padding: 12px 32px;
    border: 1px solid #1C1C1B;
    background: #1C1C1B;
    color: #fff;
    font-weight: 800;
    width: calc(100% - 96px);
}
.survey_nav .btn_next:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}
/*button*/
.btn_box_w {
    margin-top:32px;
    width:180px;
    height:64px;
    border:1px solid #1C1C1B;
    border-radius:32px;
    font-size:0;
}
.btn_box_w .btn_box_inner {
    display:inline-block;
    width:180px;
    padding:18px 40px;
    margin:-6px 0 0 -6px;
    height:64px;
    position:relative;
    border:1px solid #1C1C1B;
    border-radius:32px;
    background-color:#fff;
}
.btn_box_w .btn_box_inner:after {
    display:block;
    content:"";
    width:16px;
    height:16px;
    position:absolute;
    top:50%;
    right:24px;
    transform:translateY(-50%);
    background:url('../images/icon/ico_16_arrow_right.svg') no-repeat center;
    background-size:16px;
    transition:all .3s;
}
.btn_box_w .btn_box_inner > a {
    z-index:10;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.btn_box_w .btn_box_inner > span {
    display:block;
    text-align: left;
    transform:translateX(0%);
    transition:transform .3s;
}
.btn_box_w .btn_box_inner > span i {
    display:inline-block;
    font-family:"sans-serif";
    font-size:1.8rem;
    line-height:2.6rem;
    font-weight:600;
    color:#1C1C1B;
    transform:translateX(0%);
    transition:transform .3s;
}
.btn_box_w .btn_box_inner:hover {
    background-color: #1C1C1B;
    transition:background-color .5s;
}
.btn_box_w .btn_box_inner:hover:after {
    opacity:0;
    top:50%;
    right:40px;
}
.btn_box_w .btn_box_inner:hover > span {
    transform:translateX(50%);
}
.btn_box_w .btn_box_inner:hover > span i {
    color:#fff;
    transform:translateX(-50%);
}
.btn_box_b {
    margin-top:32px;
    width:180px;
    height:64px;
    border:1px solid #1C1C1B;
    border-radius:32px;
    font-size:0;
}
.btn_box_b .btn_box_inner {
    display:inline-block;
    width:180px;
    padding:18px 40px;
    margin:-6px 0 0 -6px;
    height:64px;
    position:relative;
    border:1px solid #1C1C1B;
    border-radius:32px;
    background-color:#1C1C1B !important;
}
.btn_box_b .btn_box_inner:after {
    display:block;
    content:"";
    width:16px;
    height:16px;
    position:absolute;
    top:50%;
    right:24px;
    transform:translateY(-50%);
    background:url('../images/icon/ico_16_arrow_right_w.svg') no-repeat center;
    background-size:16px;
    transition:all .3s;
}
.btn_box_b .btn_box_inner > a {
    z-index:10;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.btn_box_b .btn_box_inner > span {
    display:block;
    text-align: left;
    transform:translateX(0%);
    transition:transform .3s;
}
.btn_box_b .btn_box_inner > span i {
    display:inline-block;
    font-family:"sans-serif";
    font-size:1.8rem;
    line-height:2.6rem;
    font-weight:600;
    color:#fff !important;
    transform:translateX(0%);
    transition:transform .3s;
}
.btn_box_b .btn_box_inner:hover {
    color:#1C1C1B;
    background-color: #fff;
    transition:background-color .5s;
}
.btn_box_b .btn_box_inner:hover:after {
    opacity:0;
    top:50%;
    right:40px;
}
.btn_box_b .btn_box_inner:hover > span {
    transform:translateX(50%);
}
.btn_box_b .btn_box_inner:hover > span i {
    color:#1C1C1B;
    transform:translateX(-50%);
}
/*button태그일때*/
.btn_box_w .btn_box_inner2 {
    display:inline-block;
    width:180px;
    padding:18px 40px;
    margin:-6px 0 0 -6px;
    height:64px;
    position:relative;
    border:1px solid #1C1C1B;
    border-radius:32px;
    background-color:#fff !important;
}
.btn_box_w .btn_box_inner2:after {
    display:block;
    content:"";
    width:16px;
    height:16px;
    position:absolute;
    top:50%;
    right:24px;
    transform:translateY(-50%);
    background:url('../images/icon/ico_16_arrow_right.svg') no-repeat center;
    background-size:16px;
    transition:all .3s;
}
.btn_box_w .btn_box_inner2 > a {
    z-index:10;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.btn_box_w .btn_box_inner2 > span {
    display:block;
    text-align: left;
    transform:translateX(0%);
    transition:transform .3s;
}
.btn_box_w .btn_box_inner2 > span i {
    display:inline-block;
    font-family:"sans-serif";
    font-size:1.8rem;
    line-height:2.6rem;
    font-weight:600;
    color:#1C1C1B !important;
    transform:translateX(0%);
    transition:transform .3s;
}
.btn_box_w .btn_box_inner2:hover {
    color:#fff;
    background-color: #1C1C1B !important;
    transition:background-color .5s;
}
.btn_box_w .btn_box_inner2:hover:after {
    opacity:0;
    top:50%;
    right:40px;
}
.btn_box_w .btn_box_inner2:hover > span {
    transform:translateX(50%);
}
.btn_box_w .btn_box_inner2:hover > span i {
    color:#1C1C1B;
    transform:translateX(-50%);
}

/* 로그인 체크 팝업 */
#loginCheckModal .modal {
    max-width: 500px;
    height: 400px;
    padding: 60px 50px 50px;
    text-align: center;
    border-radius: 8px;
}
#loginCheckModal .modal_close {
    position: absolute;
    top: -64px;
    right: 0px;
    background: url('../images/icon/ico_pop_close.svg');
    background-size: 48px auto;
    width: 48px;
    height: 48px;
}
#loginCheckModal .modal_content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#loginCheckModal h3.modal_title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    line-height: 3rem;
    font-weight: 500;
    color: #1C1C1B;
}
#loginCheckModal .modal_btn_wrap {
    display: flex;
    justify-content: space-between;
}
#loginCheckModal .modal_btn_wrap .btn_box_w,
#loginCheckModal .modal_btn_wrap .btn_box_b {
    margin-top: 0;
    width: 176px;
    height: 54px;
    position: relative;
    left: inherit;
    transform: inherit;
    bottom: inherit;
}
#loginCheckModal .modal_btn_wrap .btn_box_w .btn_box_inner,
#loginCheckModal .modal_btn_wrap .btn_box_b .btn_box_inner {
    padding: 19px 20px 0px 15px;
}
#loginCheckModal .btn_box_w .btn_box_inner,
#loginCheckModal .btn_box_b .btn_box_inner {
    width: 176px;
    height: 54px;
    margin: -5px 0 0 -5px;
}
#loginCheckModal .btn_box_w .btn_box_inner::after,
#loginCheckModal .btn_box_b .btn_box_inner::after {
    right: 12px;
}
#loginCheckModal .btn_box_w .btn_box_inner > span,
#loginCheckModal .btn_box_b .btn_box_inner > span {
    transform: translateX(6%);
}
#loginCheckModal .btn_box_w .btn_box_inner > span i,
#loginCheckModal .btn_box_b .btn_box_inner > span i {
    font-size: 1.6rem;
    line-height: 1.1;
}
#loginCheckModal .btn_box_w .btn_box_inner:hover > span,
#loginCheckModal .btn_box_b .btn_box_inner:hover > span {
    transform:translateX(50%);
}
#loginCheckModal .btn_box_b .btn_box_inner:hover > span i {
    color:#1C1C1B;
    transform:translateX(-50%);
}

/* 설문조사 성별선택 팝업 (피그마 node-id=147-8357) */
#loginCheckModal .modal,
#genderSurveyModal .modal {
    max-width: 500px;
    height: 400px;
    padding: 60px 50px 50px;
    text-align: center;
    border-radius: 8px;
}
#genderSurveyModal .modal_close {
    position: absolute;
    top: -64px;
    right: 0px;
    background: url('../images/icon/ico_pop_close.svg');
    background-size: 48px auto;
    width: 48px;
    height: 48px;
}
#genderSurveyModal .modal_content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#genderSurveyModal h3.modal_title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    line-height: 3rem;
    font-weight: 500;
    color: #1C1C1B;
}
#genderSurveyModal .modal_btn_wrap {
    display: flex;
    justify-content: space-between;
}
#genderSurveyModal .modal_btn_wrap .btn_box_w,
#genderSurveyModal .modal_btn_wrap .btn_box_b {
    margin-top: 0;
    width: 176px;
    height: 54px;
    position: inherit;
    transform: inherit;
}
#genderSurveyModal .modal_btn_wrap .btn_box_w .btn_box_inner,
#genderSurveyModal .modal_btn_wrap .btn_box_b .btn_box_inner {
    padding: 19px 20px 0px 15px;
}
#genderSurveyModal .modal_btn_wrap .btn_box_w .btn_box_inner2 {
	padding: 3px 20px 0px 15px;
}
#genderSurveyModal .btn_box_w .btn_box_inner,
#genderSurveyModal .btn_box_b .btn_box_inner {
    width: 176px;
    height: 54px;
    margin: -5px 0 0 -5px;
}
#genderSurveyModal .btn_box_w .btn_box_inner2 {
    width: 176px;
    height: 54px;
    margin: -5px 0 0 -5px;
}
#genderSurveyModal .btn_box_w .btn_box_inner::after,
#genderSurveyModal .btn_box_b .btn_box_inner::after {
    right: 12px;
}
#genderSurveyModal .btn_box_w .btn_box_inner2::after {
    right: 12px;
}
#genderSurveyModal .btn_box_w .btn_box_inner > span i,
#genderSurveyModal .btn_box_b .btn_box_inner > span i {
    font-size: 1.6rem;
    line-height: 1.8rem;
}
#genderSurveyModal .btn_box_w .btn_box_inner2 > span i {
    font-size: 1.6rem;
    line-height: 1.8rem;
}
#genderSurveyModal .btn_box_b .btn_box_inner:hover > span {
    transform:translateX(50%);
}
#genderSurveyModal .btn_box_w .btn_box_inner2:hover > span {
    transform:translateX(50%);
}
#genderSurveyModal .btn_box_w .btn_box_inner:hover > span i {
    color:#fff !important;
    transform:translateX(-50%);
}
#genderSurveyModal .btn_box_w .btn_box_inner2:hover > span i {
    color:#fff !important;
    transform:translateX(-50%);
}
#genderSurveyModal .btn_box_w .btn_box_inner > span,
#genderSurveyModal .btn_box_b .btn_box_inner > span {
    transform: translateX(10%);
}
#genderSurveyModal .btn_box_w .btn_box_inner2 > span {
    transform: translateX(10%);
}
#genderSurveyModal .btn_box_w .btn_box_inner:hover > span,
#genderSurveyModal .btn_box_b .btn_box_inner:hover > span {
    transform:translateX(50%);
}
#genderSurveyModal .btn_box_w .btn_box_inner2:hover > span {
    transform:translateX(50%);
}
#genderSurveyModal .btn_box_w .btn_box_inner:hover > span i {
    color:#1C1C1B;
    transform:translateX(-50%);
}
#genderSurveyModal .btn_box_w .btn_box_inner2:hover > span i {
    color:#1C1C1B;
    transform:translateX(-50%);
}
/* 답변선택 팝업 */
#answerCheckModal .modal {
    max-width: 400px;
    height: 300px;
    padding: 60px 50px 50px;
    text-align: center;
    border-radius: 8px;
}
#answerCheckModal .modal_close {
    position: absolute;
    top: -64px;
    right: 0px;
    background: url('../images/icon/ico_pop_close.svg');
    background-size: 48px auto;
    width: 48px;
    height: 48px;
}
#answerCheckModal .modal_content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
#answerCheckModal h3.modal_title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2rem;
    line-height: 3rem;
    font-weight: 500;
    color: #1C1C1B;
}
#answerCheckModal .modal_btn_wrap {
    display: flex;
    justify-content: center;
}
#answerCheckModal .modal_btn_wrap .btn_box_w,
#answerCheckModal .modal_btn_wrap .btn_box_b {
    margin-top: 0;
    width: 176px;
    height: 54px;
}
#answerCheckModal .modal_btn_wrap .btn_box_w .btn_box_inner,
#answerCheckModal .modal_btn_wrap .btn_box_b .btn_box_inner {
    padding: 19px 20px 0px 15px;
}
#answerCheckModal .btn_box_w .btn_box_inner,
#answerCheckModal .btn_box_b .btn_box_inner {
    width: 176px;
    height: 54px;
    margin: -5px 0 0 -5px;
}
#answerCheckModal .btn_box_w .btn_box_inner::after,
#answerCheckModal .btn_box_b .btn_box_inner::after {
    right: 12px;
}
#answerCheckModal .btn_box_w .btn_box_inner > span,
#answerCheckModal .btn_box_b .btn_box_inner > span {
    transform: translateX(6%);
}
#answerCheckModal .btn_box_w .btn_box_inner > span i,
#answerCheckModal .btn_box_b .btn_box_inner > span i {
    font-size: 1.6rem;
    line-height: 1.1;
}
#answerCheckModal .btn_box_w .btn_box_inner:hover > span,
#answerCheckModal .btn_box_b .btn_box_inner:hover > span {
    transform:translateX(50%);
}
#answerCheckModal .btn_box_b .btn_box_inner:hover > span i {
    color:#1C1C1B;
    transform:translateX(-50%);
}

.btn_box_b:focus { outline: none; }

.btn_box_b {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /* 또는 */
    -webkit-tap-highlight-color: transparent;
}

/* ===== 뷰티 진단 결과 페이지(여성) - 피그마 node-id=147-9024 ===== */
.diagnosis_result_f {
    width: 100%;
    background: #000;
}
.diagnosis_result_f .result_hero {
    position: relative;
    width: 100%;
    min-height: calc(100dvh - 78px);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}
.diagnosis_result_f .result_hero_bg {
    position: absolute;
    inset: 0;
    background-size: cover;
}
.diagnosis_result_f .result_hero_bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(28, 28, 27, 0.4);
}
.diagnosis_result_f .result_hero_content {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.diagnosis_result_f .result_hero_bottom {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.diagnosis_result_f .result_hero_title {
    width: 100%;
    text-align: center;
    font-size: clamp(3.2rem, 6vw, 5.6rem);
    line-height: 1.2;
    color: #DBF068;
    letter-spacing: 0.02em;
    margin-bottom: 35px;
}
.diagnosis_result_f .result_hero_sub {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.diagnosis_result_f .result_hero_desc {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
    margin: 32px 0 0;
}
.diagnosis_result_f .result_summary {
    background: #fff;
    padding: 50px 20px;
}
.diagnosis_result_f .result_summary_inner {
    max-width: 800px;
    margin: 0 auto;
}
.diagnosis_result_f .result_summary_row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px 40px;
    align-items: start;
}
.diagnosis_result_f .result_summary_row_t {
    display: flex;
    align-items: center;
    justify-content: center;
}
.diagnosis_result_f .result_section_title {
    width: 150px;
    font-size: 2rem;
    font-weight: 700;
    color: #1C1C1B;
    margin: 2px 0 0;
    line-height: 1.4;
}
.diagnosis_result_f .result_section_content {
    min-width: 0;
}
.diagnosis_result_f .result_section_desc {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    margin: 0;
}
.diagnosis_result_f .result_summary_divider {
    display: block;
    width: 100%;
    height: 15px;
    margin: 10px 0 24px;
    background: url('../images/diagnosis/diagnosis_line_800.png') no-repeat right top;
    background-size: auto 100%;
}
.diagnosis_result_f .result_summary_row:last-of-type + .result_summary_divider {
    display: none;
}
.diagnosis_result_f .result_color_swatches {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 8px 0 0;
    padding: 0;
}
.diagnosis_result_f .result_color_swatches .swatch {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}
.diagnosis_result_f .result_mood_bg {
    background-color: #F0ECE9;
    border-top: 1px solid #FFFFFF;
    padding-top: 88px;
}
.diagnosis_result_f .result_mood_section {
    padding: 0 20px 55px;
}

.diagnosis_result_f .result_mood_heading {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1C1C1B;
    margin: 0 0 24px;
}
/* 두 카드 나란히 (이미지 레이아웃) */
.diagnosis_result_f .result_mood_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    align-items: stretch;
}
/* 비슷한 결과 또는 반대 결과가 하나만 있을 때 full 너비로 표시 */
.diagnosis_result_f .result_mood_row > *:only-child {
    grid-column: 1 / -1;
}
.diagnosis_result_f .result_mood_row .result_mood_swiper,
.diagnosis_result_f .result_mood_row .result_mood_opposite_swiper {
    max-width: none;
    margin: 0;
}
.diagnosis_result_f .result_mood_cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
    max-width: 800px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
/* li가 하나일 때 카드 너비 100% */
.diagnosis_result_f .result_mood_cards:has(> li:only-child) {
    grid-template-columns: 1fr;
}
.diagnosis_result_f .result_mood_cards > li {
    min-width: 0;
}
.diagnosis_result_f .result_mood_card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}
.diagnosis_result_f .result_mood_card_bg {
    position: absolute;
    inset: 0;
    background-size: cover;
}
.diagnosis_result_f .result_mood_card_bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}
.diagnosis_result_f .result_mood_card_text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.diagnosis_result_f .result_mood_card_label {
    font-size: 2.4rem;
    font-weight: 400;
}
.diagnosis_result_f .result_mood_card_title {
    font-size: 2rem;
    font-weight: 900;
    margin: 0;
}
/* 이런 무드는 어때요? Swiper */
.diagnosis_result_f .result_mood_swiper {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.diagnosis_result_f .result_mood_swiper .swiper-slide {
    height: auto;
}
.diagnosis_result_f .result_mood_swiper .swiper-button-prev,
.diagnosis_result_f .result_mood_swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -22px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    position: absolute;
}
.diagnosis_result_f .result_mood_swiper .swiper-button-prev::after {
    content: '';
    background: url('../images/diagnosis/icon_slider_prve.png') no-repeat;
    width: 7px;
    height: 15px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.diagnosis_result_f .result_mood_swiper .swiper-button-next::after {
    content: '';
    background: url('../images/diagnosis/icon_slider_next.png') no-repeat;
    width: 7px;
    height: 15px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* 슬라이드 1개일 때: 버튼 숨김, 슬라이드 기능 없음 */
.diagnosis_result_f .result_mood_swiper--single .swiper-button-prev,
.diagnosis_result_f .result_mood_swiper--single .swiper-button-next {
    display: none;
}
.diagnosis_result_f .result_mood_swiper--single .swiper-wrapper {
    display: flex;
}
.diagnosis_result_f .result_mood_swiper--single .swiper-slide {
    width: 100%;
    flex-shrink: 0;
}
/* 나와 반대의 결과 보러가기 Swiper */
.diagnosis_result_f .result_mood_opposite_swiper {
    max-width: 800px;
    margin: 24px auto 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.diagnosis_result_f .result_mood_opposite_swiper .swiper-slide {
    height: auto;
}
.diagnosis_result_f .result_mood_opposite_swiper .swiper-button-prev,
.diagnosis_result_f .result_mood_opposite_swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -22px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    position: absolute;
}
.diagnosis_result_f .result_mood_opposite_swiper .swiper-button-prev::after {
    content: '';
    background: url('../images/diagnosis/icon_slider_prve.png') no-repeat;
    width: 7px;
    height: 15px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.diagnosis_result_f .result_mood_opposite_swiper .swiper-button-next::after {
    content: '';
    background: url('../images/diagnosis/icon_slider_next.png') no-repeat;
    width: 7px;
    height: 15px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.diagnosis_result_f .result_share_section {
    padding: 0 20px 48px;
}
.diagnosis_result_f .result_share_heading {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1C1C1B;
    margin: 0 0 26px;
}
.diagnosis_result_f .result_share_btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.diagnosis_result_f .result_share_btn {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    height: 100px;
    padding: 18px 24px;
    border: 1px solid #E0D7D0;
    border-radius: 20px;
    font-size: 2.4rem;
    font-weight: 500;
    color: #5E5E5E;
    background: #EFE8E2;
    cursor: pointer;
    box-sizing: border-box;
}
.diagnosis_result_f .result_icon_kakao {
    background: #FAE100 url('../images/diagnosis/icon_kakao.png') no-repeat center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.diagnosis_result_f .result_icon_link {
    background: #fff url('../images/diagnosis/icon_link.png') no-repeat center;
    width: 60px;
    height: 60px;
    border: 1px solid #1C1C1B;
    border-radius: 50%;
}
.diagnosis_result_f .result_share_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: url('../images/icon/link_kakao.svg') no-repeat center;
    background-size: 24px;
}
.diagnosis_result_f .result_share_btn_link .result_share_icon_link {
    background-image: url('../images/icon/link_copy.svg');
    background-size: 24px;
}
.diagnosis_result_f .result_other_section {
    padding: 0 20px 56px;
}
.diagnosis_result_f .result_other_heading {
    font-size: 2.4rem;
    font-weight: 700;
    color: #1C1C1B;
    margin: 0 0 24px;
}
.diagnosis_result_f .result_other_swiper {
    max-width: 800px;
    margin: 0 auto 24px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.diagnosis_result_f .result_other_swiper .swiper-slide {
    height: auto;
}
.diagnosis_result_f .result_other_card {
    position: relative;
    display: block;
    min-height: 280px;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}
.diagnosis_result_f .result_other_card_bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.diagnosis_result_f .result_other_card_bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
}
.diagnosis_result_f .result_other_card_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    padding: 77px 24px 40px;
    text-align: center;
    box-sizing: border-box;
}
.diagnosis_result_f .result_other_card_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 600;
    color: #c8f000;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.diagnosis_result_f .result_other_card_title > i {
    display: inline-block;
    margin: 0 8px;
    background: url('../images/diagnosis/icon_star_outline.png') no-repeat center;
    width: 20px;
    height: 20px;
}
.diagnosis_result_f .result_other_card_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 77px;
    padding: 12px 24px;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: rgba(255,255,255,0.1);
}
.diagnosis_result_f .result_other_card_arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../images/icon/ico_16_arrow_right_w.svg') no-repeat center;
    background-size: 12px;
}
.diagnosis_result_f .result_other_swiper .swiper-button-prev,
.diagnosis_result_f .result_other_swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    margin-top: -22px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    position: absolute;
}
.diagnosis_result_f .result_other_swiper .swiper-button-prev::after {
    content: '';
    background: url('../images/diagnosis/icon_slider_prve.png') no-repeat;
    width: 8px;
    height: 16px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.diagnosis_result_f .result_other_swiper .swiper-button-next::after {
    content: '';
    background: url('../images/diagnosis/icon_slider_next.png') no-repeat;
    width: 8px;
    height: 16px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* 다른 테스트 해보기 슬라이드 1개일 때: 버튼 숨김, 카드 full 표시 */
.diagnosis_result_f .result_other_swiper--single .swiper-button-prev,
.diagnosis_result_f .result_other_swiper--single .swiper-button-next {
    display: none;
}
.diagnosis_result_f .result_other_swiper--single .swiper-wrapper {
    display: flex;
}
.diagnosis_result_f .result_other_swiper--single .swiper-slide {
    width: 100%;
    flex-shrink: 0;
}
.diagnosis_result_f a.result_other_actions {
    display: block;
    max-width: 800px;
    margin: 60px auto 0;
    background: #1C1C1B;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    height: 80px;
}
.diagnosis_result_f a.result_other_actions:hover {
    background: #333;
    color: #fff;
}
.diagnosis_result_f .result_ai_section {
    background: #fff;
    padding: 73px 20px 64px;
}
.diagnosis_result_f .result_ai_inner {
    max-width: 800px;
    margin: 0 auto;
}
.diagnosis_result_f .result_ai_heading {
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1C1C1B;
    padding-left: 30px;
    padding-bottom: 32px;
    border-bottom: 1px solid #1C1C1B;
}
.diagnosis_result_f .result_ai_heading::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    background: url('../images/diagnosis/icon_star_black.png') no-repeat center;
}
.diagnosis_result_f .result_ai_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.diagnosis_result_f .result_ai_list li {
    position: relative;
    padding: 32px 20px 26px 32px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.diagnosis_result_f .result_ai_list li .ai_type {
    width: 102px;
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #76777A;
    margin-right: 20px;
}
.diagnosis_result_f .result_ai_list li a {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 500;
    color: #1C1C1B;
}
.diagnosis_content_inner {
    max-width: 800px;
    margin: 0 auto;
}
.paging_box .btn_prev {
    margin-right: 16px;
    background: url('../images/common/ico_40_arrow_prev.svg') no-repeat center;
    background-size: 40px;
}
.paging_box .btn_next {
    margin-left: 16px;
    background: url('../images/common/ico_40_arrow_next.svg') no-repeat center;
    background-size: 40px;
}
/*영문*/
.en .beauty_diagnosis_hero .hero_title {
	font-family: bigmoore,serif !important;	
}
.en #loginCheckModal h3.modal_title {
	line-height: 3.6rem;
}
.en .diagnosis_result_f .result_hero_title {
	font-family: bigmoore,serif !important;
}
.en .diagnosis_result_f .result_mood_card {
	padding: 24px 34px;
}
.en .diagnosis_result_f .result_mood_card_text {
	gap: 16px;
}
.en .diagnosis_result_f .result_other_card_title > span {
	font-family: bigmoore,serif !important;
	font-weight: 400;
}
.en .diagnosis_result_f .result_other_card_btn {
	margin-top: 83px;
}
.en .diagnosis_result_f .result_mood_card_label {
	font-size: 1.96rem;
}
.en .diagnosis_result_f .result_mood_card_title {
	font-size: 1.77rem;
}

.modal_wrap.open {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
}

/* 모바일 전체 기종: sub_container 전체 화면 */
@media (max-width: 1263px) {
	#surveyForm {
		width: 100%;
	}
	.grid_wrap {
		padding: 0;
	}
	.survey_nav {
		max-width: 100%;
	}
	.survey_q1_box {
		max-width: 100%;
	}
    .beauty_diagnosis_hero {
        height: calc(100dvh - 80px);
    }
    #wrap.sub #sub_container {
        width: 100%;
        padding-bottom: 0;
        box-sizing: border-box;
    }
    .diagnosis_result_f {
        box-sizing: border-box;
    }
    .beauty_diagnosis_hero .grid_wrap {
        width: 100%;
        padding: 0 !important;
    }
    .beauty_diagnosis_hero .hero_content {
        height: 100dvh;
        margin: 0 auto;
    }
    .beauty_diagnosis_hero .hero_text_wrap {
        padding: 0 20px !important;
        overflow: hidden;
        margin: 100px 0 200px;
    }
    .beauty_diagnosis_hero .hero_title {
        margin-top: 198px;
        font-size: 7.6rem;
    }
    .beauty_diagnosis_hero .hero_description {
        font-size: 1.6rem;
        padding: 0;
    }
    .beauty_diagnosis_hero .btn_box_w {
        margin-top: 32px;
    }
    /*로그인 체크 팝업 + 성별 선택 팝업 모바일 전용*/
    #loginCheckModal .modal,
    #genderSurveyModal .modal {
        position: fixed;
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        margin-top: 0;
        max-width: calc(100% - 40px);
        width: 500px;
        height: auto;
        min-height: 350px;
        padding: 40px 40px 45px;
        text-align: center;
        border-radius: 8px;
    }
    #loginCheckModal .modal_content,
    #genderSurveyModal .modal_content {
        justify-content: flex-start;
        gap: 0;
    }
    #loginCheckModal h3.modal_title,
    #genderSurveyModal h3.modal_title {
        font-size: 2.2rem;
        line-height: 2.8rem;
        flex: none;
        margin: 46px 0 48px;
    }
    #loginCheckModal .modal_btn_wrap,
    #genderSurveyModal .modal_btn_wrap {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        margin-top: 0;
    }
    #loginCheckModal .modal_btn_wrap .btn_box_w, 
    #loginCheckModal .modal_btn_wrap .btn_box_b,
    #loginCheckModal .btn_box_w .btn_box_inner, 
    #loginCheckModal .btn_box_b .btn_box_inner,
    #genderSurveyModal .modal_btn_wrap .btn_box_w, 
    #genderSurveyModal .modal_btn_wrap .btn_box_b,
    #genderSurveyModal .btn_box_w .btn_box_inner, 
    #genderSurveyModal .btn_box_b .btn_box_inner {
        width: 100%;
    }
    #genderSurveyModal .btn_box_w .btn_box_inner2 {
    	width: 100%;
    }
    /* 설문조사 (공통) */
    .survey_q1_wrap .grid_wrap {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .survey_q1_box {
        padding: 0;
    }
    .survey_question {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 20px;
    }
    .survey_options {
        margin: 0 0 24px;
    }
    .survey_opt {
        padding: 16px 9px;
        border-width: 2px;
        border-radius: 12px;
        min-height: 56px;
        font-size: 1.6rem;
        line-height: 1.8rem;
        display: flex;
        align-items: center;
    }
    .survey_opt.is-correct {
        padding-right: 32px;
    }
    .survey_opt.is-correct::after {
        right: 10px;
        width: 8px;
        height: 8px;
    }
    .survey_nav .btn_prev, 
    .survey_nav .btn_next {
        height: 50px;
    }
    .survey_nav .btn_prev {
        width: 50px;
        background-size: 22px auto;
    }
    .survey_nav .btn_next {
        width: calc(100% - 50px);
        font-size: 2.2rem;
    }
    .survey_feedback_box .feedback_header {
        font-size: 1.8rem;
    }
    .survey_feedback_box .feedback_explain {
        font-size: 1.6rem;
    }
    /* 결과 페이지 */
    .diagnosis_result_f .result_mood_row {
        grid-template-columns: 1fr;
    }
    .diagnosis_result_f .result_mood_cards {
        grid-template-columns: 1fr;
    }
    .diagnosis_result_f .result_hero {
        height: calc(100dvh - 80px);
    }
    .diagnosis_result_f .result_hero_bottom {
        bottom: 70px;
    }
    .diagnosis_result_f .result_hero_sub {
        font-size: 1.6rem;
        font-weight: 800;
    }
    .diagnosis_result_f .result_hero_desc {
        font-size: 1.6rem;
        font-weight: 700;
    }
   .diagnosis_result_f .result_summary {
        padding: 40px 20px;
        box-sizing: border-box;
        width: 100%;
    }
    .diagnosis_result_f .result_summary_inner {
        background: #fff;
        box-sizing: border-box;
        width: 100%;
        max-width: none;
    }
    .diagnosis_result_f .result_summary_row {
        display: block;
        gap: 0;
    }
    .diagnosis_result_f .result_section_title {
        width: auto;
        font-size: 1.8rem;
        margin: 0 0 12px;
    }
    .diagnosis_result_f .result_section_title br {
        display: none;
    }
    .diagnosis_result_f .result_section_content {
        margin: 0;
    }
    .diagnosis_result_f .result_section_desc {
        font-size: 1.6rem;
        line-height: 1.5;
        white-space: normal;
        word-break: break-all;
        overflow-wrap: break-word;
    }
    .diagnosis_result_f .result_summary_divider {
        margin: 20px 0 28px;
        height: 12px;
        background-size: auto 100%;
    }
    .diagnosis_result_f .result_color_swatches {
        gap: 16px;
        margin-top: 12px;
    }
    .diagnosis_result_f .result_color_swatches .swatch {
        width: 50px;
        height: 50px;
    }
    .diagnosis_result_f .result_mood_bg {
    	padding-top: 36px;
    }
    .diagnosis_result_f .result_mood_section {
        padding: 0 20px 40px;
    }
    /* Swiper 인라인 width(320px 등) 무시, 기기 너비에 맞게 100% 사용 */
    .diagnosis_result_f .result_mood_swiper .swiper-slide,
    .diagnosis_result_f .result_mood_opposite_swiper .swiper-slide,
    .diagnosis_result_f .result_other_swiper .swiper-slide {
        width: 100% !important;
        max-width: 100%;
    }
    .diagnosis_result_f .result_mood_heading,
    .diagnosis_result_f .result_share_heading,
    .diagnosis_result_f .result_other_heading {
        font-size: 2rem;
        margin: 0 0 20px;
    }
    
    .diagnosis_result_f .result_mood_card_label {
        font-size: 2rem;
        line-height: 1.5rem;
    }
    .diagnosis_result_f .result_mood_card_title {
        font-size: 1.8rem;
    }
    .diagnosis_result_f .result_share_btns {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .diagnosis_result_f .result_share_btn {
        height: auto;
        min-height: 56px;
        padding: 18px 20px;
        border: 1px solid #E0D7D0;
        border-radius: 20px;
        font-size: 1.8rem;
        font-weight: 600;
        background: #EFE8E2;
        gap: 16px;
    }
    .diagnosis_result_f .result_share_btn .result_icon_kakao {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        background-size: 30px auto;
        background-position: left 10px top 11px;
    }
    .diagnosis_result_f .result_share_btn .result_icon_link {
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        background-size: 25px;
    }
    .diagnosis_result_f .result_other_card,
    .diagnosis_result_f .result_other_card_content  {
        min-height: 260px;
        height: 260px;
    }
    .diagnosis_result_f .result_other_swiper .swiper-button-prev, 
    .diagnosis_result_f .result_other_swiper .swiper-button-next {
        width: 28px;
        height: 28px;
        margin-top: -15px;
    }
    .diagnosis_result_f .result_other_card_title {
        font-size: 1.8rem;
        width: calc(100% - 40px);
        min-width: 0;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .diagnosis_result_f .result_other_card_btn {
        font-size: 1.2rem;
        font-weight: 400;
        margin-top: 0;
        padding: 8px 12px 7px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    }
    .diagnosis_result_f .result_other_card_arrow {
        margin-bottom: 2px;
    }
    .diagnosis_result_f a.result_other_actions {
        margin: 40px auto 0;
        font-size: 2rem;
        line-height: 50px;
        height: 50px;
    }
    .diagnosis_result_f .result_ai_section {
        padding: 40px 20px 80px;
    }
    .diagnosis_result_f .result_ai_heading {
        font-size: 2rem;
        padding-left: 24px;
        padding-bottom: 17px;
    }
    .diagnosis_result_f .result_ai_heading::before {
        top: 4px;
    }
    .diagnosis_result_f .result_ai_list li {
        padding: 19px 0 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 4px;
    }
    .diagnosis_result_f .result_ai_list li .ai_type {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.7rem;
    }
    .diagnosis_result_f .result_ai_list li a {
        width: 100%;
    }
    .paging_box .page_num {
        width: 28px;
        height: 28px;
    }
    .paging_box .btn_prev,
    .paging_box .btn_next {
        background-size: 32px;
    }
}
@media (max-width: 768px) { 
	.beauty_diagnosis_hero .hero_title {
		font-size: 3.3rem;
		margin-top: 50px;
	}
	.circle_info {
		bottom: 0.25% !important;
	}
	.diagnosis_result_f .result_hero_desc {
		margin: 32px 0 10px !important;
	}
	
    #genderSurveyModal .btn_box_w .btn_box_inner2:hover {
    	color: #1C1C1B;
	    background-color: #fff !important;
	    transition: none;
    }
	#genderSurveyModal .btn_box_w .btn_box_inner2:hover > span {
	    transform: none;
        transition: none;
	    margin-left: 20px;
	}
	#genderSurveyModal .btn_box_w .btn_box_inner2:hover > span i {
	    color:#1C1C1B !important;
	    transform:none;
	}
	#genderSurveyModal .btn_box_w .btn_box_inner2::after {
		right: 12px;
    	opacity: inherit;
	}
}
@media (max-width: 344px) {
    .diagnosis_result_f .result_hero {
        height: calc(100dvh - 40px);
    }
    .diagnosis_result_f .result_color_swatches .swatch {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 320px) {
    .diagnosis_result_f .result_hero {
        height: 100dvh;
    }
}
/* 모바일 hover 효과 제거 */
@media (hover: none) {
    .btn_box_b .btn_box_inner:hover {
        background-color: inherit !important;
        color: inherit !important;
        transform: none;
    }
}