
.container-small .section-box.questions-main-wrapper{
    padding: 48px 59px 54px;
}

.container-small .section-box.questions-main-wrapper .progressbar{
    width: auto;
    margin-left: -40px;
    margin-right: -40px;
}

@media screen and (max-width: 849px){
    .container-small .section-box.questions-main-wrapper{
        padding: 25px 20px 30px;
    }

    .container-small .section-box.questions-main-wrapper .progressbar{
        margin-left: 0;
        margin-right: 0;
    }
}

.lvl-primary-btn {
    color: #fff;
    background-color: #35509a;
    border-color: #35509a;
    border-radius: 25px;
}

.lvl-danger-btn {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 25px;
}

.lvl-warning-btn {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
    border-radius: 25px;
}

.lvl-info-btn {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    border-radius: 25px;
}

.lvl-success-btn {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border-radius: 25px;
}

.lvl-default-btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 25px;
}

.lvl-disabled {
    background-color: #ebebeb !important;
    color: #bfbfbf !important;
    pointer-events: none;
    opacity: 1 !important;
}

.lvl-disabled.is_correct{
    background-color: transparent !important;
    color: #35509a !important;
}

.lvl-disabled.is_incorrect{
    background-color: transparent !important;
    color: #ffadad !important;
}

.lvl-btn {
    display: inline-block;
    min-height: 42px;
    padding: 10px 28px;
    min-width: 100px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.lvl-btn:hover, .lvl-btn:focus {
    color: #fff;
    opacity: 0.75;
}

.lvl-options {
    list-style: none;
    padding-left: 0px;
}

.is_correct,
.is_incorrect,
.is_next,
.is_next_to_change {
    display: none;
}

.lvl-pull-right {
    float: right !important;
}

.lvl-pull-left {
    float: left !important;
}

.lvl-text-right {
    text-align: right !important;
}

.lvl-text-left {
    text-align: left !important;
}

.lvl-text-center {
    text-align: center !important;
}

.progressbar {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    background: #f0f3f6;
    padding: 15px;
    border-radius: 5px;
}

.progressbar li {
    flex: 1 1 0%;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    position: relative;
    height: 7px;
    background: #fff;
    border-right: 2px solid #f0f3f6;
    border-radius: 30px;
    margin: 0 !important;
}

.lvl-options li label{
    display: inline-block;
    margin-bottom: 0;
}

.lvl-options li label input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 0;
}

.lvl-options .options {
    margin-bottom: 22px;
}

.lvl-options .options span.answer-text {
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    color: #000000;
    border-radius: 15px;
}

.lvl-options .options label span.answer-text:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 9px;
    margin-right: 19px;
    vertical-align: top;
    border: 1px solid #ccc;
    border-radius: 100px;
    font-size: 0;
    background-color: #fff;
}

.lvl-options .options label input{
    width: 0;
    height: 0;
    position: absolute;
    top: -9999px;
    left: -9999px;
    font-size: 0;
}

.lvl-options .options label input:checked + span.answer-text:before{
    border: 4px solid #35509a !important;
}

.lvl-options .options label:focus span:before, .lvl-options .options label:hover span:before {
    border-color: #35509a;
}

.lvl-options .options label input:disabled + span.answer-text:before{
    border: 4px solid #ccc;
    border-color: #ccc;
}

.lvl-options .options span.answer-text > span{
    padding: 3px 20px 4px;
    border-radius: 20px;
}

.lvl-options .options.wrong span.answer-text > span{
    background-color: #f4c1c1;
}

.lvl-options .options.correct span.answer-text > span{
    background-color: #d7e3f2;
}

.progressbar li.done,
.progressbar li.current {
    background: #FFADAD;
}

#levels-question-process div.question-wrapper {
    display: none;
    padding-top: 60px;
}

#levels-question-process div.question-wrapper:first-of-type {
    display: block;
}

#levels-question-process div.question-wrapper .question-title{
    font-family: 'Noto Sans KR', 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.62;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 60px;
}

.lvl-level-list {
    border: 1px solid #ccc;
    padding: 0px 10px;
    font-size: 18px;
    margin: 10px 1px;
}

.lvl-status-manage {
    font-size: 11px;
    padding: 0px 5px;
    margin-top: 5px;
    height: 20px;
    line-height: 17px;
}

#levels-question-process .col-sm-12,
#levels-result-process .col-sm-12 {
    width: 100%;
    max-width: 700px !important;
    margin: auto;
}

.questions-main-wrapper {
    display: none;
}

.title-main-wrapper .cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    /* min-height: 204px; */
    padding: 0 33px 55px;
}

.title-main-wrapper .cta .txt {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 0;
    color: #35509a;
    text-align: left;
}

.title-main-wrapper .cta .txt p {
    margin-bottom: 0;
}

.title-main-wrapper .cta .btn-cont {
    min-width: 30%;
    text-align: center;
}

@media screen and (max-width: 849px){
    #levels-question-process div.question-wrapper{
        padding-top: 30px;
    }

    #levels-question-process div.question-wrapper .question-title{
        margin-bottom: 30px;
    }
}

/* **************************************** *
* Level Test Result
* **************************************** */
.level-test-result{
    margin-bottom:30px;
}

.level-test-result .title-test-result{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    max-width: 859px;
    margin: 0 auto;
    padding: 70px 0;
    font-size: 24px;
    font-weight: 700;
    color: #35509a;
    text-align: center;
}

.level-test-result .title-test-result > * {
    display: block;
}

.level-test-result .title-test-result .txt {
    width: 100%;
    padding: 30px 0;
}

.level-test-result .title-test-result .empty {
    width: 100%;
    max-width: 238px;
    margin-left: auto;
    margin-right: auto;
}
.level-test-result .title-test-result .level {
    font-size:70px;
}
.level-test-result .title-test-result .level:before {
    padding-top: inherit;
}
.level-test-result .title-test-result .empty:before {
    content: '';
    display: block;
    padding-top: none;
    background-image: url(../images/level/brackets-open.svg);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.level-test-result .title-test-result .empty:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/level/brackets-close.svg);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.level-test-result .title-test-result .empty + .txt {
    padding-top: 70px;
    padding-bottom: 0px;
    font-weight: 500;
    line-height: 35px;
    font-size: 20px;
    letter-spacing: -0.005em;
    font-family: Inter, sans-serif;
}
.level-test-result .cta{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    min-height: auto;
    padding: 0 33px 55px;
}
.level-test-result .cta .txt{
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    margin-bottom: 0;
    color: #35509a;
}
.level-test-result .cta .txt p{
    margin-bottom: 0;
}

.level-test-result .cta .btn-cont{
    min-width: 20%;
    text-align: center;
}
.level-test-result .cta .btn-cont .button-premium{
    background: #9999FF;
}
@media screen and (max-width: 849px){
    .level-test-result .title-test-result{
        flex-direction: column;
    }

    .level-test-result .cta{
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .level-test-result .cta .txt{
        margin-bottom: 25px;
    }
}

.button-start-test, .button-restrict-login {
    display: block;
    min-height: 47px;
    min-width: 162px;
    padding: 10px 30px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    text-decoration: none !important;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    font-family: Inter, sans-serif;
}
.button-start-test {
    font-size: 18px;
    background-color: #9c9cf7;
    color: #fff;
}
.button-restrict-login {
    color: #3C579E;
    border: 1px solid #3C579E;
    background-color: #fff;
}

.button-start-test:hover{
    color: #fff;
}