.layout-startcheck .checkAfter {
    background: 100% 100% linear-gradient(133.08deg, #EBCFB0 21.45%, #E5AF9F 68.15%) no-repeat !important
}

.layout-startcheck.layout-con {
    background: #fff;
}

.check_frame1 {
    position: relative;
}

.check_frame1 > .target_frame {
    background: url("/assets/img/select_target.png") no-repeat center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.targetName {
    width: fit-content;
    height: 30px;
    color: #fff;
    background-color: #CB7658;
    position: absolute;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    box-shadow: #aaa 3px 3px 7px;
    user-select: none;
    pointer-events: none;
}

.targetName:after {
    border-top: 0 solid transparent;
    border-left: 10px solid #CB7658;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
}

.targetSelect {
    border: 1px solid #CB7658 !important;
}

.targetSelect > .innerPoint {
    background-color: #CB7658 !important;
}

.targetPoint {
    position: absolute;
    width: 26px;
    height: 26px;
    border: 1px solid #E6B3A0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.targetPoint > .innerPoint {
    position: inherit;
    width: 12px;
    height: 12px;
    background-color: #E6B3A0;
    border-radius: 50%;
    box-shadow: 0 2px 20px #EEADAC;
}

.check_frame1 > .target_frame > .targetPoint {
    transform: translate(-50%, -50%);
    position: absolute;
}

.check_frame1 > .target_frame > .targetPoint:nth-child(1) {
    top: 35%;
    left: 50%;
}

.check_frame1 > .target_frame > .targetPoint:nth-child(2) {
    top: 65%;
    left: 50%;
}

.check_frame1 > .target_frame > .targetPoint:nth-child(3) {
    top: 87%;
    left: 50%;
}

.check_frame1 > .target_frame > .targetPoint:nth-child(4) {
    top: 72%;
    left: 68%;
}

.check_frame1 > .target_frame > .targetPoint:nth-child(5) {
    top: 72%;
    left: 32%;
}

.check_frame1 > .target_frame > .targetPointTest {
    top: 72%;
    left: 68%;
}


.layout-startcheck_02.layout-con, .layout-startcheck_03.layout-con {
    background: 100% 100% linear-gradient(133.08deg, #EBCFB0 21.45%, #E5AF9F 68.15%) no-repeat;
}

.layout-startcheck_02 > .layout {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.layout-startcheck_02 > .layout > .header {
    margin-top: 0;
    z-index: 9;
}

.layout-startcheck .header, .layout-startcheck_02 .header, .layout-startcheck_03 .header, .layout-startcheck .footer, .layout-startcheck_02 .footer, .layout-startcheck_03 .footer {
    visibility: visible;;
}

.layout-startcheck .backBtn, .layout-startcheck_03 .backBtn {
    display: none;
}

.layout-startcheck .check_title, .layout-startcheck_02 .check_title, .layout-startcheck_03 .check_title {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}

.layout-startcheck_02 .check_title {
    margin-bottom: 1rem;
}

.layout-startcheck_02 .check_sub {
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
    text-align: center;
}

.layout-startcheck .check_text, .layout-startcheck_02 .check_text, .layout-startcheck_03 .check_text {
    height: 100%;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.layout-startcheck .check_text {
    color: rgba(67, 67, 67, 0.7) !important;
}

/* 기기측정_측정중2 페이지  */
.layout-startcheck .startcheck {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6%;
}

.layout-startcheck .check_frame1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-startcheck .face_img_wrap {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.layout-startcheck .check_info1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 4rem;
}

/* 기기측정_기기찾기 페이지 */
.layout-startcheck_02 .startcheck_02 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.layout-startcheck_02 .searching {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.layout-startcheck_02 .searching > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.layout-startcheck_02 .check_info2 {
    width: 100%;
    bottom: 0;
    display: block;
    position: absolute;
    margin-bottom: 7rem;
}

/* 기기측정_측정중 페이지 */
.layout-startcheck_03 .startcheck_03 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.layout-startcheck_03 .check_frame3 {
    width: 264px;
    height: 292px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout-startcheck_03 .check_info_wrap3 {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.layout-startcheck_03 .check_gage_wrap {
    width: 100%;
    height: 10px;
    background: #ebd3cc;
    border-radius: 20px;
}

.layout-startcheck_03 .check_gage {
    height: 10px;
    background: #cb7658;
    border-radius: 20px;
    width: 100%;

    animation-name: check-progress;
    animation-timing-function: linear;
    animation-duration: 5s;
    animation-delay: 800ms;
}

@keyframes check-progress {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.layout-startcheck_03 .check_info3 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media screen and (max-width: 320px) {
    .check_frame3 {
        width: 100%;
        background-size: 100% 100%;
    }
}

.checkBtn {
    color: #fff;
    background-color: #cb7658;
    border: 1px solid #cb7658;
    border-radius: 48px;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    padding: 12px 0;
    font-size: 16px;
}

.checkNot {
    pointer-events: none;
    user-select: none;
    background-color: #aaa !important;
    border: 1px solid #aaa !important;
}