@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Sans KR", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

ul, li, dl, dt, dd, ol {
    list-style: none;
}

p {
    word-break: keep-all;
}

a {
    text-decoration: none;
}

html {
    width: 1080px;
    margin: 0 auto;
    min-height: 100%;
}

body, a {
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    color: #000;
}

button {
    border: 0;
    background: 0;
    cursor: pointer;
}

img, video {
    border: 0;
    vertical-align: top;
    display: block;
}

table {
    border-collapse: collapse;
    width: 100%;
}

.wrap {
    width: 1080px;
    margin: 0 auto;
    padding: 150px 90px 0px 90px;
}

.termwrap, .infowrap {
    width: 1080px;
    margin: 0 auto;
    padding: 0px 90px;
}

input {
    border: 0;
}

input, input[type="submit"] {
    appearance: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input[type="radio"],
input[type="checkbox"] {
    appearance: auto;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

button,
label {
    cursor: pointer
}

b {
    font-weight: 800;
}

img, video {
    max-width: 100%;
}

:root {
    --color: #064196;
    --color2: #FF8400;
    --color3: #FFC107;
    --black: #001018;
}

.flex {
    display: flex;
    gap: 50px;
}

.flex2 > * {
    flex: 1;
    border-radius: 10px;
}
.flex3 > * {
    border-radius: 10px;
}
.btnWrap .flex3 a:first-child {
    width: 450px;
}

/*
.desc, .pass {
    color: #F05C44;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-size: 36px;
    text-align: center;
}*/

.desc, .pass {
    color: #ff4466;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2px;
    /* text-decoration-line: underline; */
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-size: 42px;
    text-align: center;
}

main {
    overflow-x: hidden;
}
.step {
    overflow:hidden;
}
.btnWrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 40px;
    transition: 0.5s;
}

.btnWrap .wrap {
    transition: 0.5s;
}
.btnWrap .desc {
    margin-bottom: 60px;
}

.btnWrap .pass {
    margin-top: 30px;
    margin-bottom: -100px;
}

.modal_btn, .btn, .modal button, .modal_btn a, .btn_wrap a{
    display: block;
    width: 100%;
    padding: 38px;
    border-radius: 25px;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    transition: 0.5s;
    color: white;
}
.btnWrap a:hover, .btnWrap button:hover , .btn:hover, .modal button:hover, .modal_btn:hover, .btn_wrap a:hover {
}

.btnWrap.on {
    padding: 0;
}

.btnWrap.on .wrap {
    padding: 0;
}

.btnWrap.on a, .btnWrap.on button {
    border-radius: 0;
}
.btnWrap2.on a, .btnWrap2.on button {
    border-radius: 10px;
}
.btnWrap2.on .wrap {
    padding: 0 90px;
}
.btnWrap2.on {
    padding-bottom:50px;
}
.btn_wrap .grey_btn {
    width: 300px;
}

header {
    position: fixed;
    padding: 50px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1080px;
    background: #fff;
    /* z-index: 10; */
    /* color: white; */
}
main {
    padding-top: 50px;
}

header h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 38px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.072px;
}

/* index */
.index {
    position: relative;
    height: 100%;
}

.index video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    justify-self: anchor-center;
}

.index .btnWrap {
    background: transparent;
}

.index_con {
    /* border-radius: 50px; */
    /* background: rgba(0, 0, 0, 0.35); */
    /* padding: 40px 55px 60px; */
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.50);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -5px;
    margin-top: 70px;
    justify-self: anchor-center;

}

.prime_btn b {
    color: #FF8D40;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -5px;
    /* text-decoration-line: underline; */
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    /* text-underline-position: from-font; */
}
.sound{
    position: absolute;
    /* border-radius: 8px; */
    /* background: rgba(0, 0, 0, 0.35); */
    width: 100px;
    height: 100px;
    top: 110px;
    left: 60px;
    padding: 10px;
    z-index: 10;
}
#soundIcon {
    margin-right: 10px;
    cursor: pointer;
}

#volumeBar {
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 20px;
    height: 100px;
    background: linear-gradient(to top, #707070 0%, #d9d9d9 100%);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

#volumeLevel {
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform-origin: bottom;
    transform: scaleY(1);
}


.setting {
    position: absolute;
    /* border-radius: 8px; */
    /* background: rgba(0, 0, 0, 0.35); */
    width: 100px;
    height: 100px;
    top: 110px;
    right: 60px;
    padding: 10px;
    z-index: 10;
}

/* admin */
.profile {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 50px;
    padding: 66px 0 120px;
}

.profile_img {
    width: 280px;
    height: 280px;
    background: #FFF;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    padding: 19px;
}

.profile p {
    font-size: 42px;
    font-weight: 700;
}

.tt {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 70px;
}

.tt h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -3px;
}
.tt h2 b{
    color: var(--color2);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.tt2 {
    margin-bottom: 95px;
    margin-top: 50px;
}
.inputLine {
    margin-bottom: 25px;
}

.inputLine label {
    display: block;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -1.9px;
}

div.inputLine label {
    margin-bottom: 30px;
    font-weight: 700;
}

.inputLine .inputBox {
    position: relative;
}

.inputLine .inputBox input {
    border-bottom: 2px solid #D9D9D9;
    padding: 20px 30px 20px 58px;
    font-size: 36px;
    width: 100%;
}

.inputLine .inputBox input:disabled {
    background: #fff;
    color: #000;
}

.inputLine .inputBox input:focus {
    border-color: var(--color2);
}

.inputLine .inputBox:before {
    content: "";
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.inputLine .inputBox.id:before {
    background-image: url(../img/regi_user.svg);
}

.inputLine .inputBox.pw:before {
    background-image: url(../img/regi_pw.svg);
}

.inputLine .inputBox.tel:before {
    background-image: url(../img/regi_tel.svg);
}

.inputLine .inputBox.name:before {
    background-image: url(../img/regi_name.svg);
}

.inputLine .inputBox.addr:before {
    background-image: url(../img/regi_addr.svg);
}

.inputLine .inputBox.device_num:before {
    background-image: url(../img/regi_device.svg);
}

div.inputLine .inputBox input {
    padding: 25px 30px 25px 43px;
}

div.inputLine .inputBox:before {
    width: 28px;
    height: 28px;
}

.sysUpdate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 0 50px;
}

.sysUpdate h3 {
    color: #262626;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.sysUpdate button {
    display: flex;
    width: 550px;
    height: 100px;
    padding: 17px 15px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 25px;
    background: #001018;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
}
.sysUpdate button:hover {
    background: #A0A0A0;
}

.pw_flex {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    width: 100%;
}
.pw_flex a {
    border-radius: 10px;
    border: 3px solid var(--color2);
    padding: 26.5px 10px;
    text-align: center;
    color: var(--color2);
    font-size: 32px;
    width: 227px;
    flex:1;
    line-height: 1;
}
.pw_flex a:hover {
    background: var(--color2);
    color: #fff;
}
.tel_flex {
    display: flex;
    align-items: center;
    gap: 35px;
}
.tel_flex img {
    width: 24px;
    max-width: 24px;
    padding-top: 70px;
}
.addr_wrap li {
    display: flex;
    align-items: center;
    gap:40px;
    width: 100%;
}
.addr_wrap li + li {
    margin-top: 25px;
}
.addr_wrap li b {
    font-size: 38px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -1.9px;
}
.addr_wrap li:first-child {
    align-items: flex-start;
    gap: 35px;
}
.addr_wrap li:first-child button {
    border-radius: 10px;
    border: 3px solid #000;
    padding: 25px 10px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 32px;
    width: 227px;
    flex:1;
    line-height: 1;
}
.addr_wrap li:first-child button:hover {
    background: #A0A0A0;
    border: 3px solid #A0A0A0;
}
.addr_wrap li:last-child .inputBox {
    flex:1;
}
.modify .inputLine:last-child {
    margin-bottom: 77px;
}
.inputLine .inputBox input.noIcon {
    padding: 20px 30px;
}

/* modal */
.bg , .bg2 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.60);
    z-index: 99;
    width: 100%;
    height: 100%;
    display: none;
}
.bg2 {
    z-index: 97;
}
.modal {
    width: calc(100% - 90px);
    max-width: 1080px;
    padding: 35px 50px 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 38px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    border-radius: 35px;
    background: #FFF;
    box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.38);
    font-size: 38px;
    font-weight: 500;
    display: none;
}
.modal.on {
    display: flex !important
}

.bg.on, .bg2.on{
    display:block;
}

/** step **/

#step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
    gap:12px;
    position: relative;
    margin-bottom: 60px;
}
#step:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 73px;
    transform: translateX(-50%);
    width: 90%;
    height: 5px;
    background: #D9D9D9;
    z-index: 1;
}
#step li {
    padding: 13px 12px;
    background: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    /* align-content: center; */
}
#step li b {
    display: block;
    margin-top: 43px;
    color: #262626;
    font-family: "Montserrat", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.2px;
}
.tt_con {
    display: flex;
    align-items: center;
    border-radius: 35px;
    /* background: #F7F7F1; */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    gap:35px;
    padding: 34px 50px 40px;
    margin-bottom: 65px;
    font-size: 36px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1px;
}
.camera_area {
    border-radius: 35px;
    /* background: #F7F7F1; */
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.10);
    border: 5px solid #064196;
    padding-top: 55px;
    text-align: center;
    position: relative;
    overflow:hidden;
}
.camera_area:after , .camera_area:before {
    content: '';
    display: block;
    border-radius: 35px;
    border: 3px solid #F7F7F1;
    background: rgba(217, 217, 217, 0.38);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.10);
    width: 600px;
    height: 950px;
    position: absolute;
    top: 50%;
    left: calc(-66.6666% - 50px);
    transform: translateY(-50%);
}
.camera_area:after {
    right: calc(-66.6666% - 50px);
    left: auto;
}

/*
.camera_area01 .camera_tt {
    position: absolute;
    top:55px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);text-align: center;
}
*/

.camera_area01 .camera_tt {
    position: absolute;
    top: 400px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.camera_tt {
    padding-bottom: 55px;
}
.camera_tt h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -3px;
    margin-bottom: 20px;
}
.camera_con {
    position: relative;
}
#count {
    position: absolute;
    left: 50%;
    top:30px;
    transform: translateX(-50%);
    font-size: 100px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
    letter-spacing: -2px;
    z-index: 3;
    color: #fff;
    font-family: "Montserrat", serif;
    display: none;
}
.camera_con:after {
    content: '';
    display: block;
    width: 1004px;
    height: 979px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../img/camera_line.svg") no-repeat center top / 100% auto;
    z-index: 2;
}

.camera_process {
    padding-top: 162px;
}
.camera_img {
    width: 375px;
    height: 375px;
    border-radius: 50%;
    margin: 0 auto 162px;
    position: relative;
    z-index: 3;
}
.camera_profile {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.camera_img img {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.camera_img:before {
    content:"";
    display: block;
    width: 480px;
    height: 480px;
    background: #2b5da5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 2;
    animation: circle 2s ease-in-out infinite alternate;
}

.camera_img:after {
    content:"";
    display: block;
    width: 600px;
    height: 600px;
    background: #7f9cc7;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    z-index: 1;
    animation: circle 2s 0.1s ease-in-out infinite alternate;
}

@keyframes circle {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

.camera_process #step3Count {
    color: #F05C44;
    font-family: Montserrat, serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.2px;
    text-align: center;
    margin-bottom: 117.81px;
}

/* term */

.perLine {
    white-space: pre-line;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    padding-bottom: 60px;
    word-break: keep-all;
}
.term .scroll {
    height: calc(100vh - 461.4px);
    overflow-y: auto;
    padding-right: 30px;
}
.term .wrap {
    /* padding:0  60px 0 90px; */
}
.term .termwrap {
    padding:0  60px 0 90px;
}
.term h3 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.45px;
    padding: 50px 0;
}

.term table {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    border:3px solid #000;
}
.term table th, .term table td {
    border:2px solid #000;
    padding: 20px;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}
.term table th {
    font-weight: 600;
}

/* 성별선택 */
.gender_con {
    /* padding-top: 80px; */
}
.gender_con ul {
    display: flex;
    justify-content: space-between;
}
.gender_con ul li input + label div {
    flex:1;
    border-radius: 35px;
    border: 5px solid #D9D9D9;
    background: #FFF;
    padding: 34px 75px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.gender_con ul li input + label div:after {
    content:"";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top:30px;
    right:30px;
    background: url("../img/gender_off.svg") no-repeat center / 100% auto;
}
.gender_con ul li input:checked + label div {
    border: 5px solid var(--color3);
}
.gender_con ul li input + label div span {
    border-radius: 50px;
    /* border: 3px solid #E13E5E; */
    width: 255px;
    height: 70px;
    color: #064196;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gender_con ul li input + label div p {
    border-radius: 50px;
    /* background: #FFBFCB; */
    width: 280px;
    height: 90px;
    position: relative;
}
.gender_con ul li input#male + label div span {
    /* border: 3px solid #84e3c9; */
}
.gender_con ul li input#male + label div p {
    /* background: #80C0FD; */
}
.gender_con ul li input#male:checked + label div:after {
    background: url("../img/mail_chk.svg") no-repeat center / 100% auto;
}
.gender_con ul li input#female:checked + label div:after {
    background: url("../img/femail_chk.svg") no-repeat center / 100% auto;
}
.body_bg {
    /* background: #F7F7F1; */
    min-height: 100vh;
    height: 100%;
}
.body_bg header {
    /* background: #84e3c9; */
}
.body_bg .tt_con {
    background: #fff;
}

/* 설문 */
.body_bg .btnWrap{
    /* background: #F7F7F1; */
}
.health_check_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, auto);
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 0;
    gap: 90px 10px;
    /* row-gap:15px; */
    /* flex-wrap: wrap; */
    /* column-gap:12.5px; */
    /* padding-bottom: 100px; */
    /* padding-top: 20px; */
}
.health_check_list li div {
    width: 145px;
    height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    /* padding: 23px 10px; */
    border-radius: 25px;
    /* border: 3px solid #000000; */
    /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06); */
    /* background: #f7f7f1; */
    gap: 15px;
    text-align: center;
}
.health_check_list li div p {
    color: #303030;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.46px;
}
.health_check_list li input:checked + label div {
    /* border: 3px solid #ffea28; */
    /* color: var(--color3); */
    /* box-shadow: 0px 0px 10px 0px #ff8040 inset, 0px 0px 6px 0px rgba(0, 0, 0, 0.06); */
}
.health_check_list li input:checked + label div p {
    color: var(--color3);
}
#goHome {
    gap:50px
}

/* 설문결과 */

.result > div{
    border-bottom: 3px solid #D9D9D9;
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.result > div:last-child {
    margin-bottom: 0;
}
.result_con_tt h4 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 114.286% */
    letter-spacing: -1.26px;
    margin-bottom: 25px;
}
.result p {
    color: #707070;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 126.316% */
    letter-spacing: -1.14px;
    word-break: keep-all;
    white-space: pre-line;
}
.result01 ul {
    display: flex;
    gap:60px;
    margin-top: 65px;
}
.result01 ul li {
    flex: 1;
    text-align: center;
}
.result01 ul li b {
    display: block;
    margin-top: 20px;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 126.316% */
    letter-spacing: -1.14px;
}
.result_nail {
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 25px;
    display: flex;
    align-items: center;
    gap:30px;
    margin-bottom: 60px;
}
.result_nail p {
    color: #0DD3CD;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 126.316% */
    letter-spacing: -0.95px;
}
.result_nail img {
    width: 150px;
}
.result03 ul li+ li {
    margin-top: 60px;
}
.result_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}
.result_flex h4 {
    margin-bottom: 0;
}
.result_table {
    border-radius: 50px;
    border: 3px solid #D9D9D9;
    padding: 50px;
}
.result_table li {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.result_table li:last-child {
    margin-bottom: 0;
}
.result_table_th span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
}
.result_table_th {
    display: flex;
    align-items: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 126.316% */
    letter-spacing: -1.14px;
    gap:15px
}
.result_table .result_table_th {
    width: 192px;
}
.result_table li {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #D9D9D9;
}
.result_table li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.result_table_td {
    flex:1;
    display: flex;
    justify-content: space-between;
}
.result_table_td div {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #707070;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px; /* 126.316% */
    letter-spacing: -0.95px;
}
.red {
    background: #FF5353;
}
.orange {
    background: #F90;
}
.green {
    background: #4CD964;
}
.result04_list {
    margin-top: 80px;
}
.result04_list li {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 3px solid #D9D9D9;
}
.result04_list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.result_con_tt_img {
    display: flex;
    align-items: center;
    gap:30px;
    margin-bottom: 60px;
}
.result_con_tt_img p {
    margin-top: 15px;
}
.result.wrap {
    padding: 150px 50px 380px 50px;
}

/* 설문지 모달 */

.result_modalBtm {
    border-radius: 35px;
    background: #4178de;
    padding-top: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1080px;
    justify-self: anchor-center;
}
.result_wrap {
    background: #FAFAF9;
    border-radius: 35px;
    padding: 20px 50px;
}
.result_tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 52.5px */
    letter-spacing: -1px;
    position: relative;
}
.btn_wrap {
    padding: 30px 0;
}
.btn_wrap .btn {
    flex:1
}
.result_con {
    display: block;
}
.result_tt span {
    transition: 0.5s;
}
.result_tt span {
    transform: rotate(0deg);
}
.result_tt span.on {
    transform: rotate(180deg);
}

/* 개인정보입력 */

.hidden {
    display: none;
}
.tt2 div{
    display: inline;
}

.modalBtm {
    border-radius: 50px 50px 0px 0px;
    background: #FFF;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 80px 90px 100px;
    z-index: 98;
    display: none;
    max-width: 1080px;
    justify-self: anchor-center;
}
#agree {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2px;
}
#agree li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#agree .chk {
    width: 45px;
    height: 45px;
    background-image: url("../img/check_off.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: inline-block;
    margin-right: 8px;
}
#agree li + li {
    margin-top: 50px;
}
#agree input:checked + label .chk {
    background-image: url("../img/check_on.svg");
}
#agree input + label {
    display: flex;
    align-items: center;
}
#agree input + label b {
    font-weight: 500;
    color: var(--color2);
}
#agree input + label b.grey {
    color: #A0A0A0;
}
.totalAgree {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}
.totalAgree:after {
    content: "";
    display: block;
    width: 788px;
    height: 2px;
    background: rgba(0, 0, 0, 0.10);
    bottom: 0;
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
}
.agreeBtn {
    margin-top: 115px;
}

/* health result */

.loading , .scroll_loading{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background:rgba(0, 0, 0, 0.60);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap:50px;
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%; /* 60px */
    letter-spacing: -3px;
}
.scroll_loading {
    display: none;
}

/* finish */

.finish {
    background-image: url("../img/finish_bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    height: 100%;
}
.finish2 {
    background-image: url("../img/finish_bg02.jpg");
}
.finish header {
    background: transparent;
}
.finish .btnWrap {
    background: transparent;
}
.finish h3 {
    margin-top: 256px;
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -3px;
}
.finish h3 b {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    font-weight: 700;
}
.finish2  {
    background-color: #FAFAF9;
    background-position: center bottom;
    background-size: contain
}
.finish2  h3 {
    margin-top: 150px;
}

/*2025_02_10 추가*/
/*btn_new*/
.prime_btn_wrap {
    position: absolute;
    bottom: 100px;
    left: 0;
    transition: 0.5s;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.prime_btn_wrap .wrap {
    transition: 0.5s;
}
.prime_btn_wrap .desc {
    margin-bottom: 40px;
}

.prime_btn {
    display: flex;
    font-size: 38px;
    font-weight: 500;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 130px;
    border-radius: 25px;
    letter-spacing: -1px;
    background: #064196;
    z-index: 1;
    position: relative;
    overflow: hidden !important;
    border: none;
}
.prime_btn:active {
    top: 2px;
    box-shadow: none;
}
.prime_btn:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 100%;
    height: 0;
    content: '';
    z-index: -1;
    position: absolute;
    color: #fff;
    background: #4178de;
    transition: all 0.6s;
    display: block;
}
.prime_btn:hover:before {
    height: 2000%;
}
.prime_btn:active:before {
    height: 2000%;
}
.prime_btn.disabled {
    background: rgba(6, 65, 150, 0.1);
}
.prime_btn.disabled:active {
    top: 0;
}
.prime_btn.disabled:before {
    display: none;
}
.prime_btn_wrap .prime_btn img {
    width: 15px;
    height: auto;
    margin-right: 6px;
    top: 2px;
    position: relative;
}

/*flex_btn*/
.page_btn_wrap{
    bottom: 100px;
    left: 0;
    transition: 0.5s;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.flex_btn_wrap{
    display: flex;
    gap: 15px;
    padding: 0 90px;
    position: absolute;
    max-width:1080px;
    left: 50%;
    transform: translateX(-50%);
}

.trans_btn{
    color: #064196;
    background-color: #fff;
    border: 1px solid #064196;
    transition:all 0.3s;
    box-sizing: border-box;
    transition:all 0.3s;
    width: 50%;
}
.trans_btn:hover{color: #fff;}
.trans_btn:active{top:2px;box-shadow: none;}
.trans_btn:before{left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 100%; height: 0;content: ''; z-index: -1; position: absolute; background:#064196; transition: all 0.6s;display: block;}
.trans_btn:hover:before{height: 2000%;}
.trans_btn:active:before{height: 2000%;}


/*arrow*/
.floating_arrow {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    animation: floatAnimation 1.9s infinite ease-in-out;
    z-index: 10;
    pointer-events: none;
}

.floating_arrow img {
    width: 170px;
    opacity: 0.9;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
    transform-origin: center;
}

@keyframes floatAnimation {
    0% { transform: translate(-50%, 0); }
    50% { transform: translate(-50%, -30px); }
    100% { transform: translate(-50%, 0); }
}


/*step_bar*/
.step_bar_wrap {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    width: 100%;
    max-width: 1024px;
    box-sizing: border-box;
    left: 0;
    top: 150px;
    padding: 0 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.step_bar_wrap .step_bar {
    height: 16px;
    background: repeating-linear-gradient(
        45deg, /* 대각선 방향 */
        #064196, /* 파란색 */
        #064196 50px, /* 파란색 끝나는 지점 */
        #ffffff 50px, /* 흰색 시작 지점 */
        #ffffff 60px /* 흰색 끝나는 지점 */
    );
    animation: move-stripes 2s linear infinite; /* 애니메이션 추가 */
    background-size: 110px 100%; /* 스트라이프 간격 조정 */
}
/* 애니메이션 정의 */
@keyframes move-stripes {
    from {
        background-position: 0 0; /* 초기 위치 */
    }
    to {
        background-position: 110px 0; /* 스트라이프가 오른쪽으로 이동 */
    }
}
.step_bar_wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: #ECECED;
    width: calc(100% - 60px);
    height: 100%;
    z-index: -1;
}

/*main_btn*/
.main_btn_wrap {
    position: absolute;
    bottom: 130px;
    left: 0;
    transition: 0.5s;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.main_btn_wrap .wrap {
    transition: 0.5s;
}
.main_btn_wrap .desc {
    margin-bottom: 40px;
}

.main_btn {
    display: flex;
    font-size: 60px;
    font-weight: 400;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 200px;
    border-radius: 20px;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #0a73b7, #064196);
    z-index: 1;
    position: relative;
    overflow: hidden !important;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6), 0 0 40px rgba(10, 115, 183, 0.5);
    animation: float 3s ease-in-out infinite;
    will-change: transform, filter, letter-spacing;
    user-select: none;
    cursor: pointer;
}
.main_btn:active {
    top: 2px;
    box-shadow: none;
}
.main_btn:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 100%;
    height: 0;
    content: '';
    z-index: -1;
    position: absolute;
    color: #fff;
    background: #4178de;
    transition: all 0.6s;
    display: block;
}

.main_btn:hover {
    transform: scale(1.05);
    animation: none;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.8), 0 0 50px rgba(10, 115, 183, 0.6);
}

.main_btn:hover:before {
    height: 2000%;
}
.main_btn:active:before {
    height: 2000%;
}
.main_btn.disabled {
    background: rgba(6, 65, 150, 0.1);
}
.main_btn.disabled:active {
    top: 0;
}
.main_btn.disabled:before {
    display: none;
}
.main_btn_wrap .prime_btn img {
    width: 15px;
    height: auto;
    margin-right: 6px;
    top: 2px;
    position: relative;
}

.main_btn b {
    color: #FF8D40;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -5px;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}

/* ✅ 플로팅 애니메이션 */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes sparkle {
    0% {
        background: linear-gradient(135deg, #0a73b7, #064196);
        box-shadow: 0 0 10px rgba(0, 170, 255, 0.4);
    }
    25% {
        background: linear-gradient(135deg, #1e90ff, #007acc);
        box-shadow: 0 0 20px rgba(0, 200, 255, 0.8), 0 0 30px rgba(0, 200, 255, 0.5);
    }
    50% {
        background: linear-gradient(135deg, #0a73b7, #064196);
        box-shadow: 0 0 10px rgba(0, 170, 255, 0.4);
    }
    75% {
        background: linear-gradient(135deg, #00bfff, #0088cc);
        box-shadow: 0 0 25px rgba(0, 255, 255, 1), 0 0 35px rgba(0, 255, 255, 0.7);
    }
    100% {
        background: linear-gradient(135deg, #0a73b7, #064196);
        box-shadow: 0 0 10px rgba(0, 170, 255, 0.4);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 15px rgba(0, 170, 255, 0.6), 0 0 40px rgba(0, 200, 255, 0.5);
    }
    50% {
        box-shadow: 0 0 25px rgba(0, 255, 255, 0.8), 0 0 60px rgba(0, 255, 255, 0.7);
    }
}


.btn, .btnWrap button, .termbtn, .infowrap a {
    display: flex;
    font-size: 38px;
    font-weight: 500;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 130px;
    border-radius: 25px;
    letter-spacing: -1px;
    background: #064196;
    z-index: 1;
    position: relative;
    overflow: hidden !important;
}

.modal_btn {
    width: 100%;
    display: flex;
    gap:60px;
    padding: 0px;
    font-size: 38px;
    font-weight: 500;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    height: 130px;
    border-radius: 25px;
    letter-spacing: -1px;
    z-index: 1;
    position: relative;
    overflow: hidden !important;
}

.btn:active, .btnWrap button:active, .IPWrap button:active, .printer-settings-wrap a:active {
    top: 2px;
    box-shadow: none;
}

.modal_btn:before, .btn:before, .btnWrap button:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 100%;
    height: 0;
    content: '';
    z-index: -1;
    position: absolute;
    color: #fff;
    background: #4178de;
    transition: all 0.6s;
    display: block;
}
.btn:hover:before, .btnWrap button:hover:before {
    height: 2000%;
}
.btn:active:before, .btnWrap button:active:before {
    height: 2000%;
}
.modal_btn.disabled, .btn.disabled, .btnWrap button.disabled {
    background: rgba(6, 65, 150, 0.1);
}
.modal_btn.disabled:active, .btn.disabled:active, .btnWrap button.disabled:active {
    top: 0;
}
.modal_btn.disabled:before, .btn.disabled:before, .btnWrap button.disabled:before {
    display: none;
}

.grey_btn{
    color: #064196 !important;
    background-color: #fff;
    border: 2px solid #064196;
    transition:all 0.3s;
    box-sizing: border-box;
    transition:all 0.3s;
    width: 50%;
}
.grey_btn:hover{color: #fff !important;}
.grey_btn:active{top:2px;box-shadow: none;}
.grey_btn:before{left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 100%; height: 0;content: ''; z-index: -1; position: absolute; background:#064196; transition: all 0.6s;display: block;}
.grey_btn:hover:before{height: 2000%;}
.grey_btn:active:before{height: 2000%;}

/*gender_select*/
.image-container {
    position: relative;
    width: 100%;
    height: 80%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.base-image {
    height: 100%;
    display: block;
    border-radius: 35px;
}

.overlay-image {
    position: absolute;
    top: 94px;
    left: 177px;
    width: 18%;
    height: auto;
    display: none;
    pointer-events: none;
}

.male-container:hover .overlay-image {
    display: block;
}

.female-container:hover .overlay-image {
    display: block;
}

/*step 1*/
.camera_container {
    height: 1075px;
    align-items: center;
    text-align: center;
    align-content: center;

}
.kiosk {
    position: absolute;
    height: auto;
    bottom: 0px;
}

/*step 2*/
.camera_con {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#camera {
    width: 100%;
    height: 900px;
    object-fit: cover;
}
video {
    width: 100%;
    height: 900px;
    object-fit: cover;
    overflow: hidden;
}

#shutter-video {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 200px;
    z-index: 10;
}
.device_flex {
    display: flex;
    align-items: center;
    gap: 35px;
}
.device_flex img {
    width: 24px;
    max-width: 24px;
    padding-top: 70px;
}

/* 🔹 프린터 IP  테스트 버튼 */
.IPUpdate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 0 50px;
}
.IPUpdate h3 {
    color: #64196;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.25px;
}
.IP_wrap {
    width: 1080px;
    margin: 0 auto;
    padding: 0px 90px;
}
.IPWrap button {
    display: flex;
    font-size: 38px;
    font-weight: 500;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 70%;
    text-align: center;
    height: 130px;
    border-radius: 25px;
    letter-spacing: -1px;
    background: #064196;
    z-index: 1;
    position: relative;
    overflow: hidden !important;
}
.IPWrap button:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 100%;
    height: 0;
    content: '';
    z-index: -1;
    position: absolute;
    color: #fff;
    background: #4178de;
    transition: all 0.6s;
    display: block;
}
.IPWrap button:hover:before {
    height: 2000%;
}
.IPWrap button:active:before {
    height: 2000%;
}
.IPWrap button.disabled {
    background: rgba(6, 65, 150, 0.1);
}
.IPWrap button.disabled:active {
    top: 0;
}
.IPWrap button.disabled:before {
    display: none;
}
.IPWrap {
    position: absolute;
    top: 900;
    left: 0;
    width: 100%;
    background: #fff;
    padding-bottom: 40px;
    transition: 0.5s;
}

/* 🔹 프린터 설정 버튼 */
.printer_settings_wrap {
    position: absolute;
    right: 80px;
    width: 30%;
    height: 130px;
    z-index: 100;
    border-radius: 25px;
}
.printer_btn:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    width: 100%;
    height: 0;
    content: '';
    z-index: -1;
    position: absolute;
    color: #fff;
    background: #4178de;
    transition: all 0.6s;
    display: block;
}
.printer_btn:hover:before {
    height: 2000%;
}
.printer_btn:active:before {
    height: 2000%;
}
.printer_btn.disabled {
    background: rgba(6, 65, 150, 0.1);
}
.printer_btn.disabled:active {
    top: 0;
}
.printer_btn.disabled:before {
    display: none;
}
.printer_btn_wrap {
    position: absolute;
    bottom: 670px;
    transition: 0.5s;
    width: 100%;
    max-width: 1080px;
    text-align: center;
    box-sizing: border-box;
}
.printer_btn_wrap .wrap {
    transition: 0.5s;
}
.printer_btn_wrap .desc {
    margin-bottom: 40px;
}
.printer_btn {
    display: flex;
    font-size: 38px;
    font-weight: 500;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 130px;
    border-radius: 25px;
    letter-spacing: -1px;
    background: #064196;
    z-index: 1;
    position: relative;
    overflow: hidden !important;
    border: none;
}
.printer_btn:active {
    top: 2px;
    box-shadow: none;
}

@charset "utf-8";

/* color */

:root {
    --main-color: #064196;
    --bg-color: #f7f7f1;
    --red-color: #ff5353;
    --orange-color: #ff8400;
    --green-color: #4cd964;
    --pink-color: #f24187;
    --info-color: #f05c44;
    --yellow-color: #ffea28;
    --white: #fff;
    --black: #000;
    --gray: #707070;
}

/* 공통 */
.mb7 {
    margin-bottom: 8rem;
}
.container,
.survey-container {
    position: relative;
    width: 100%;
    max-width: 108rem;
    margin: 0 auto;
}
.container {
    background: var(--bg-color);
    position: relative;
    width: 100%;
    max-width: 108rem;
    margin: 0 auto;
    background: var(--bg-color);
    /* 화면 전체 높이를 강제할 경우 */
    height: 100vh;
    overflow: hidden;
}
.survey header .header-tit {
    color: #1a1a1a;
}

.section1 {
    position: relative;
    width: 100%;
    background-color: var(--main-color);
    border-radius: 0 0 3.5rem 3.5rem;
    padding-top: 12rem;
}

/* 헤더 */
.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    max-width: 108rem;
    margin: 0 auto;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.3rem 5rem;
    background-color: var(--main-color);
    color: var(--white); /* 기본 텍스트 색상 */
    transition: background-color 0.3s, color 0.3s;
}
.header-survey {
    width: 100%;
    max-width: 108rem;
    margin: 0 auto;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6.3rem 5rem;
    transition: background-color 0.3s, color 0.3s;
}

.header .header-tit {
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--white);
}
.header-survey .header-tit {
    font-size: 4.8rem;
    font-weight: 700;
    color: var(--white);
}

.content {
    margin-top: 6.3rem;
    height: calc(100vh - 6.3rem);
    overflow-y: auto;
    padding-bottom: 9.7rem;
}

/* 메인 스와이퍼 */
.swiper {
    width: 100%;
    max-width: calc(100% - 10rem);
    position: relative;
    margin: 2rem auto;
    padding-bottom: 10rem;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    transform-origin: bottom center !important;
}

.swiper-slide img {
    border-radius: 0.8rem;
}

/* 화살표 버튼 숨기기 */
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

/* 커스텀 페이지네이션 */
.custom-pagination {
    text-align: center;
    margin-top: 5rem;
    padding-bottom: 14.8rem;
}
.dot {
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 2rem;
    border-radius: 10rem;
    background-color: var(--white);
    cursor: pointer;
    transition: all 0.3s;
}
.dot.active {
    width: 7.8rem;
    height: 2.8rem;
    background-color: var(--yellow-color);
}

/* section2 */
.section2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -9rem;
    left: 50%;
    transform: translate(-50%);
}
.condition-wrap,
.diagnosis-wrap {
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
    background: var(--white);
    border-radius: 5rem;
    padding: 5.4rem 5rem;
}
.condition-wrap .tit p,
.diagnosis-wrap p {
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: -0.3rem;
    color: var(--black);
    padding: 0 0 2.5rem;
}
.condition-wrap .tit span {
    font-size: 3.2rem;
    font-weight: 400;
    letter-spacing: -0.03rem;
    color: var(--gray);
}
.diagnosis-wrap span {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.08em;
    color: var(--gray);
}
.nail-condition {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5.4rem 0;
}
.nail-type {
    text-align: center;
}
.nail-type img {
    border: 3px dashed var(--main-color);
    border-radius: 50%;
}
.nail-type p {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: var(--black);
    margin-top: 2rem;
    line-height: 48px;
}
.diagnosis-wrap {
    position: relative;
    margin-top: 0.7rem;
}
.diagnosis-wrap img {
    position: absolute;
    left: 50%;
    top: -12%;
    transform: translate(-50%);
    border: 10px solid #f7f7f1;
    border-radius: 50%;
}

/* section3 */
.section3 {
    background: var(--bg-color);
}

.diagnosis-info-wrap {
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
}
.diagnosis-info {
    display: flex;
    align-items: stretch;
    gap: 3rem;
    padding: 3rem 0;
}
.diagnosis-info:nth-child(1) {
    padding-top: 0;
}
.diagnosis-info:nth-last-child(1) {
    border-bottom: none;
}

.nail-info-img {
    position: relative;
}
.nail-illust {
    width: 30rem;
    height: 33rem;
    border-radius: 3rem;
}
.nail-illust1 {
    background-color: #fff58d;
}
.nail-illust2 {
    background-color: #f5d2df;
}
.nail-illust3 {
    background-color: #aee9e5;
}
.nail-illust4 {
    background-color: #f2e1ff;
}
.nail-illust img {
    padding-top: 3rem;
    margin: 0 auto;
}
.nail-info-tit {
    position: absolute;
    bottom: 0;
    background-color: var(--white);
    width: 100%;
    text-align: center;
    border-radius: 0 0 3rem 3rem;
}
.nail-info-tit > p {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 48px;
    padding: 1.8rem 0 2.4rem;
}

.nail-result p {
    color: #ff9900;
}
.nail-pattern p {
    color: #e85c90;
}

.nail-impairment p {
    color: #14c9c4;
}

.nail-skin p {
    color: #9251c4;
}

.nail-info-txt {
    background: #fff;
    width: 100%;
    border-radius: 3rem;
    padding: 4.5rem 4rem 0 3.6rem;
}
.nail-info-txt p {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--black);
    line-height: 48px;
    margin-bottom: 2.5rem;
}
.nail-info-txt span {
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: -0.07em;
    color: var(--gray);
    line-height: 48px;
}

/* section4 */
.section4 {
    background: var(--bg-color);
    padding-bottom: 4rem;
    margin-top: 3rem;
}
.nick-wrap {
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
}

.nick-tit {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--black);
    line-height: 48px;
    background: var(--white);
    padding: 3.5rem 0 3.5rem 4.4rem;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

.management span,
.interest span,
.recommended span {
    display: flex;
    justify-content: center;
    width: 100%;
    color: var(--white);
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 48px;
    padding: 2.6rem 0;
    border-radius: 3rem 3rem 0 0;
}
.management span {
    background-color: var(--red-color);
}
.interest span {
    background-color: var(--orange-color);
}
.recommended span {
    background-color: var(--green-color);
}
.ico-management,
.ico-interest,
.ico-interest {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--white);
    border-radius: 3rem;
    padding: 4.2rem 8rem 3rem;
}

.aging img,
.moisture img,
.stress img,
.imbalance img {
    padding: 3rem;
    border-radius: 4rem;
}
.aging img,
.moisture img {
    background: #ffeaea;
}
.stress img {
    background: #fff4ee;
}
.imbalance img {
    background: #f1fbf2;
}
.ico-management p,
.stress p,
.imbalance p {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 48px;
    color: var(--gray);
    text-align: center;
    margin-top: 1.5rem;
}

.int-rec-wrap {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    margin-top: 2rem;
}
.interest,
.recommended {
    width: 100%;
}

/* section5 */
.section5 {
    background: var(--bg-color);
}

.nick-details-wrap {
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
    display: flex;
    gap: 2.9rem;
}
.nick-details-lf {
    width: 100%;
    max-width: 24.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nick-details-img {
    width: 100%;
    height: 100%;
    border-radius: 3rem 3rem 0 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nick-details-img img {
    background: #ffeaea;
    padding: 3rem;
    border-radius: 4rem;
    margin: 0 auto;
}
.nick-details-tit {
    width: 100%;
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
    background: #ff5353;
    text-align: center;
    border-radius: 0 0 3rem 3rem;
    padding: 2.8rem 0;
}
.nick-details-rg {
    width: 100%;
    background: #fff;
    border-radius: 3rem;
    padding: 5rem;
}
.nick-details-rg p {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.03rem;
    margin-bottom: 1.6rem;
    color: var(--black);
}
.nick-details-rg span {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.08rem;
    color: var(--gray);
}
.line {
    width: 100%;
    max-width: calc(100% + 10rem);
    margin: 3rem auto;
    border: 3px dashed #d9d9d9;
}

.details-stress img {
    background: #fff4ee;
}
.details-imbalance img {
    background: #f1fbf2;
}
.details-tit-stress {
    background: #ff8400;
}
.details-tit-imbalance {
    background: #4cd964;
}

/* survey-female(여성) */
section.survey {
    height: 192rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.survey-ex {
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background: rgba(6, 65, 150, 0.85);
    padding: 3.5rem 0;
    border-radius: 15rem;
    margin-bottom: 6rem;
}
.survey-ex p {
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.03rem;
    color: var(--white);
}
.survey-grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, auto);
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 0 auto;
    gap: 2rem;
}
.box {
    height: 23rem;
}
.box img {
    background-color: #f7f7f1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem;
    border-radius: 5rem;
    margin-bottom: 2.5rem;
}
.box p {
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.02rem;
    line-height: 30px;
    color: #303030;
}
.survey-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5rem;
    width: 100%;
    max-width: calc(100% - 10rem);
    margin: 4rem auto;
}
.survey-btn button {
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.05rem;
    text-align: center;
    padding: 3.8rem 0;
    border-radius: 1rem;
    cursor: pointer;
}

.btn_back {
    width: 100%;
    max-width: 30%;
    background-color: #d9d9d9;
    color: var(--black);
}
.btn_complete {
    width: 100%;
    max-width: 63rem;
    background-color: var(--main-color);
    color: var(--white);
}

.box img.selected {
    background-color: #ffea28;
}
.box img.selected + p {
    font-weight: bold;
    color: #000;
}

/* 모달 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    z-index: 999;
}
/* 모달 컨텐츠 */
.modal-content {
    width: 100%;
    max-width: 90rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 5rem;
    border-radius: 3.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
/* 닫기 버튼 */
.close-modal {
    cursor: pointer;
}
.modal-content p {
    font-size: 3.6rem;
    font-weight: 500;
    margin: 5rem 0;
    color: var(--black);
    text-align: center;
}
.modal-content img {
    margin: 0 auto;
}

.btn_modal_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #262626;
    gap: 6rem;
}
.btn_modal_yes,
.btn_modal_no {
    width: 100%;
    font-size: 3.8rem;
    font-weight: 500;
    letter-spacing: -0.05rem;
    padding: 2.6rem 2rem;
    border-radius: 1.5rem;
}
.btn_modal_yes {
    background-color: #d9d9d9;
}
.btn_modal_no {
    background-color: #ffea28;
}

/* 아이폰 스타일 키패드 전체 */
.keypad-container {
    position: fixed;
    width: 1080px;
    padding: 20px 0;
    transition: bottom 0.3s ease-in-out;
    border-radius: 20px 20px 0 0;
    margin-top: 50px;
}

/* 키패드 버튼 */
.keypad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.key {
    height: 120px;
    font-size: 38px;
    font-weight: bold;
    color: #000;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    background: linear-gradient(180deg, #f7f7f7, #f2f2f2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.1s ease, background 0.2s ease;
}

.key:active {
    transform: scale(0.95);
    background: linear-gradient(180deg, #d9d9d9, #c0c0c0);
}

.key.action {
    background: linear-gradient(180deg, #007aff, #006fe6);
    color: white;
}

.key.action:active {
    background: linear-gradient(180deg, #006fe6, #064196);
}

/* 웹 브라우저 기본 스크롤바 숨기기 */
::-webkit-scrollbar {
    display: none;
}

* {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE, Edge */
}
