.box-check{
    border: 2px solid #009e96;
    padding: 40px 30px 65px;
}

.box-start{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.box-start .boxA{
    width: 50%;
}

.box-start .p-img{
    width: 50%;
}

.box-start .boxA p.text-title{
    color: #009e96;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
}

.choose_btn_start{
    width: 180px;
    background-color: #009e96;
    border: 1px solid #009e96;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;

}

.choose_btn_start:hover{
    background-color: #fff;
    border: 1px solid #009e96;
    color: #009e96;
}

.answer-btns{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 10px 60px;
}

.choose_btn{
    width: 190px;
    background-color: #009e96;
    border: 1px solid #009e96;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.btn_check{
    background-color: #fff;
    border: 1px solid #009e96;
    color: #009e96;
}

.choose_btn:hover{
    background-color: #fff;
    border: 1px solid #009e96;
    color: #009e96;
}


.nav-btns{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.nav-btns .nav-btn{
    width: 80px;
    background-color: #767171;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.nav-btns .nav-btn:hover{
    opacity: 0.7;
}


.content-wrapper {
    background: none!important;
}

.question-wrap{
    text-align: center;
    padding: 30px 10px 20px;
}

.box-full-result{
    display: flex;
    gap: 10px;
    align-items: center;
}

.box-full-result .p-img{
    width: 50%;
    text-align: center;
}


.box-full-result .boxText{
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
}

.box-full-result .boxText .textLarge{
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 3;
}

.box-full-result .boxText .number-result{
    font-size: 5rem;
    font-weight: bold;
    color: #009e96;
    margin-top: 0;
    line-height: 1;
}

.box-full-result .boxText .number-result-no{
    color: #009e96;
    font-size: 5rem;
    font-weight: bold;
    margin-top: 0;
    line-height: 1;
}

.btn-dl{
    display: block;
    text-decoration: none!important;
    color: #fff!important;
    background-color: #009e96;
    border: 2px solid #009e96;
    width: 100%;
    padding: 15px 0;
    border-radius: 50px;
}


.btn-dl-result-link{
    width: 350px;
    text-align: center;
    margin: 40px auto 20px;
    cursor: pointer;
    font-weight: bold;
}

.btn-dl:hover{
    background-color: #fff;
    border: 2px solid #009e96;
    color: #009e96!important;
}

.box-full-check .result-note h3{
    text-align: center;
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    font-size: 24px;
}

.result-note .note{
    display: flex;
    gap: 15px;
    align-items: center;

}

.result-note .note:last-child{
    margin-bottom: 40px;
}

.result-note .note .question-note .question-note-sub{
    margin-bottom: 0;
}

.result-note .note .question-note .additional{
    margin: 5px 15px;
    color: #009e96;
    font-weight: bold;
}


.btn-dl-result{
    width: 350px;
    background-color: #767171;
    text-align: center;
    border-radius: 50px;
    padding: 15px 0;
    margin: 40px auto 0;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.btn-dl-result:hover{
    opacity: 0.7;
}

.textResult{
    margin-bottom: 0;
    line-height: 1.8;
}


.question-box .question-text{
    font-size: 1.2rem;
    margin-top: 25px;
}

.choose_btn.checked {
  position: relative;
  background-color: #fff;
  border: 1px solid #009e96;
  color: #009e96 !important;
}



.choose_btn.checked::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23009e96' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

#btnNext:disabled {
  opacity: 0.7;
  pointer-events: none;
}

.question-nav {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.question-nav-btn {
    min-width: 70px;
    min-height: 50px;
    padding: 6px 12px;
    border: 2px solid rgba(159, 155, 155, 0.5)!important;
    border-right-width: 0!important;
    background: #eee;
    color:  rgb(159 155 155);
    font-weight: bold;
    position: relative;
    transition: background 0.2s, border 0.2s;
    pointer-events: auto;
    outline: none;
}

.question-nav-btn:focus {
  outline: none;
}

.question-nav-btn:not(.current) {
  color: rgba(159, 155, 155, 0.8);    
  background-color: rgba(238, 238, 238, 0.5); 
}

.question-nav-btn:last-child {
    border-right: 2px solid rgba(159, 155, 155, 0.5)!important;
}

.question-nav-btn.current {
    position: relative;
    z-index: 10;
    border: 2px solid #009e96 !important;
    border-right-width: 0!important;
    background: #fff!important;
    color: #000!important;
}

.question-nav-btn.current:last-child{
    border-right: 2px solid #009e96 !important;
}

.question-nav-btn.current + .question-nav-btn {
    border-left: 2px solid #009e96 !important;
}

.question-nav-btn.end-of-row {
  border-right: none; 
}

/* .question-nav-btn.last-in-row {
  border-right: 2px solid #000 !important;
} */


.question-nav-btn.answered-yes {
  background: rgba(183, 72, 101, 0.3);
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(183, 72, 101, 0.3);
}
.question-nav-btn.answered-no {
  background: rgba(92, 166, 108, 0.3);
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(92, 166, 108, 0.3);
}
.question-nav-btn .nav-answer {
    margin: 4px 0 0;
}

@media only screen and (min-width: 601px) {


    .title-area {
        padding: 20px 0 0 0;
    }

    .content-wrapper {
        padding: 0 0 20px 0;
    }

}

@media only screen and (max-width: 600px) {

    .box-check{
        padding: 10px 15px;
    }

   .box-start{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        padding: 10px;
    }

    .box-full-result{
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .box-start .boxA, .box-start .p-img{
        width: 100%;
    }

    .btn-dl-result{
        width: 100%;
        padding: 20px 0;
        margin: 20px auto 40px;
    }


    .btn-dl-result-link{
        width: 100%;
        padding: 20px 0;
    }

    .question-wrap{
        padding: 30px 0;
    }

    .box-full-result .boxText .number-result {
        margin-bottom: 20px;
    }

    .box-full-result .p-img{
        width: 70%;
    }

    .box-full-result .boxText{
        width: 100%;
        margin-top: 0;
        justify-content: center;
    }

    .box-full-result .boxText .textLarge{
        font-size: 21px;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .box-full-result .boxText .number-result-no{
        margin-bottom: 20px;
    }

    .textResult{
        margin-bottom: 30px;
    }

    .choose_btn.checked::before {
        content: '';
        position: absolute;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .question-nav-btn {
        margin-top: 5px;
    }

    .question-nav {
        display: grid;
        grid-template-columns: repeat(5, 1fr); 
        border-collapse: collapse;
        margin-bottom: 16px;
    }

    .question-nav-btn {
        min-width: 60px;
        min-height: 50px;
    }

     .question-nav-btn.end-of-row {
        border-right: 2px solid rgba(159, 155, 155, 0.5) !important;
    }

    .question-nav-btn.current.end-of-row {
        border-right: 2px solid #009e96 !important;
    }

    .question-nav-btn.current.end-of-row + .question-nav-btn {
        border-left: 2px solid rgba(159, 155, 155, 0.5) !important;
    }

}



@media only screen and (max-width: 390px) {
    .choose_btn.checked::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

}