#layout-out-common {
    background: #f0f0f0 !important;
}

.question_wrap {
    position: relative;
    width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.question_wrap .question_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 90px 180px 190px;
}

.question_wrap .question_info_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding: 60px 180px;
}

.box_white {
    background-color: #fff;
}

.box_deep_gray {
    background-color: #5e6f88;
}

.title {
    width: 100%;
    text-align: center;
}

.text_box {
    width: 100%;
}

.aligh_right {
    float: right;
    text-align: right;
}

.text_black {
    color: #202020;
}

.point_blue {
    color: #0070ff;
}

.point_gray {
    color: #8d97a7
}

.point_white {
    color: #fff;
}

.point_red {
    color: #ff001e;
}

.btn_common {
    cursor: pointer;
    transition: all 0.2s;
}

.btn_round_normal {
    width: 360px;
    height: 80px;
}

#landing_start {
    height: 791px;
}

#landing_start .question_wrap {
    height: 741px;
    padding-top: 50px;
}

#landing_start .question_wrap .upper {
    height: 471px;
    background: url(/resource/images/level_test/intro/renewal/bg_landing_start_upper.png) no-repeat center/cover;
}

#landing_start .question_wrap .upper .btn_round_normal {
    background: url(/resource/images/level_test/intro/renewal/btn_landing_start_off.png) no-repeat center/cover;
}

#landing_start .question_wrap .upper .btn_round_normal:hover, #landing_start .question_wrap .upper .btn_round_normal:focus {
    background: url(/resource/images/level_test/intro/renewal/btn_landing_start_on.png) no-repeat center/cover;
}

#landing_start .question_wrap .lower {
    height: 130px;
    margin-top: 60px;
}

#landing_start .question_wrap .lower .edu_thumbnail {
    width: 255px;
    height: 130px;
    margin-right: 20px;
    float: left;
}

#landing_start .question_wrap .lower .edu_thumbnail:last-child {
    margin-right: 0;
}

#landing_start .question_wrap .lower .edu_thumbnail.edu_01 {
    background: url(/resource/images/level_test/intro/renewal/thumbnail_01.png) no-repeat center/cover;
}

#landing_start .question_wrap .lower .edu_thumbnail.edu_02 {
    background: url(/resource/images/level_test/intro/renewal/thumbnail_02.png) no-repeat center/cover;
}

#landing_start .question_wrap .lower .edu_thumbnail.edu_03 {
    background: url(/resource/images/level_test/intro/renewal/thumbnail_03.png) no-repeat center/cover;
}

#landing_start .question_wrap .lower .edu_thumbnail.edu_04 {
    background: url(/resource/images/level_test/intro/renewal/thumbnail_04.png) no-repeat center/cover;
}

.question_wrap .state_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    height: 15px;
    background-color: #ecedf0;
}

.question_wrap .state_container .state {
    flex: 1;
}

.question_wrap .state_container .state.progress {
    background-color: #0070ff;
}

.question_wrap .text_q {
    font-size: 22px;
    font-family: Esamanru, sans-serif;
    font-weight: 300;
}

.question_wrap .text_q .point_blue {
    font-family: Esamanru, sans-serif;
    font-weight: 700;
}

.question_wrap .answer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.question_wrap .answer input[type="radio"] {
    display: none;
}

.question_wrap .answer input[type="radio"] + label {
    width: 171px;
    height: 171px;
    cursor: pointer;
    transition: all 0.2s;
}

.question_wrap .answer input[id="select_o"] + label {
    background: url(/resource/images/level_test/question/renewal/btn_landing_o_off.png) no-repeat center/cover;
}

.question_wrap .answer input[id="select_o"]:hover + label {
    background: url(/resource/images/level_test/question/renewal/btn_landing_o_on.png) no-repeat center/cover;
}

.question_wrap .answer input[id="select_o"]:checked + label {
    background: url(/resource/images/level_test/question/renewal/btn_landing_o_on.png) no-repeat center/cover;
}

.question_wrap .answer input[id="select_x"] + label {
    background: url(/resource/images/level_test/question/renewal/btn_landing_x_off.png) no-repeat center/cover;
}

.question_wrap .answer input[id="select_x"]:hover + label {
    background: url(/resource/images/level_test/question/renewal/btn_landing_x_on.png) no-repeat center/cover;
}

.question_wrap .answer input[id="select_x"]:checked + label {
    background: url(/resource/images/level_test/question/renewal/btn_landing_x_on.png) no-repeat center/cover;
}

.question_wrap .btn_return {
    width: 200px;
    height: 60px;
    background: url(/resource/images/level_test/question/renewal/btn_landing_return_off.png) no-repeat center/cover;
}

.question_wrap .btn_return:hover, .question_wrap .btn_return:focus {
    background: url(/resource/images/level_test/question/renewal/btn_landing_return_on.png) no-repeat center/cover;
}

.question_wrap .wrap_1080 {
    height: 535px;
}

.question_wrap .title {
    font-size: 30px;
    font-family: Esamanru, sans-serif;
    font-weight: 300;
}

.question_wrap .title .point_blue {
    font-family: Esamanru, sans-serif;
    font-weight: 500;
}

.question_wrap .content_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3rem;
}

.question_wrap .content_box .question_info_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
}

.question_wrap .content_box .question_info_box label {
    font-size: 20px;
    color: #202020;
    font-weight: 500;
}

.insert_box {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    border: 1px solid #bfc4cd;
    outline: none;
    transition: all 0.2s;
}

.insert_box:hover, .insert_box:focus {
    border: 1px solid #556071;
}

.insert_box::placeholder {
    color: #666;
}

.question_wrap .alarm_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question_wrap .alarm_agree input[type="checkbox"] {
    display: none;
}

.question_wrap .alarm_agree input[type="checkbox"] {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: 0;
    float: left;
    background: url(/resource/images/level_test/question/renewal/checkbox_off.png) no-repeat center/cover;
    cursor: pointer;
    transition: all 0.2s;
}

.question_wrap .alarm_agree input[type="checkbox"]:checked {
    background: url(/resource/images/level_test/question/renewal/checkbox_on.png) no-repeat center/cover;
}

.question_wrap .alarm_agree label .text {
    width: fit-content;
    margin-left: 12px;
    float: left;
    overflow: visible;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 21px;
    white-space: nowrap;
    cursor: pointer;
}

.question_wrap .btn_round_normal {
    background: url(/resource/images/level_test/question/renewal/btn_landing_info_off.png) no-repeat center/cover;
}

.question_wrap .btn_round_normal:hover, .question_wrap .btn_round_normal:focus {
    background: url(/resource/images/level_test/question/renewal/btn_landing_info_on.png) no-repeat center/cover;
}

.question_result_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.question_result_top {
    position: relative;
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 75px 0;
}

.question_result_wrap .title {
    font-size: 35px;
    font-family: Esamanru, sans-serif;
}

.question_result_wrap .question_result_top .edu_info_wrap {
    position: relative;
    width: 100%;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 10px 0 #C5C5C5;
}

.question_result_wrap .question_result_top .edu_info_wrap .edu_info_left {
    width: 100%;
    height: 100%;
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    padding: 30px 60px 16px 60px;
}

.question_result_wrap .question_result_top .edu_info_wrap .edu_info_right {
    width: 100%;
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 60px 16px 60px;
}

.detail_txt {
    font-size: 18px;
    font-family: Esamanru, sans-serif;
}

.edu_title {
    font-size: 38px;
    font-family: JalnanGothic, sans-serif;
    margin-bottom: 10px;
}

.edu_explain {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.edu_explain_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.25rem;
}

.edu_explain_item .explain {
    font-family: Esamanru, sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.edu_more_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btn_more {
    width: 110px;
    height: 35px;
    background: url(/resource/images/level_test/result/renewal/btn_more.gif) no-repeat center / cover;
}

.price_box_small {
    width: 320px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border: 1px solid #8e9cb1;
    border-radius: 19px;
    color: #e1e3e7;
    font-weight: 500;
    font-size: 18px;
}

.price_box_large {
    width: 360px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-radius: 28px;
    font-size: 22px;
    font-family: Esamanru, sans-serif;
    font-weight: 500;
    margin-top: 6px;
}

.btn_round_normal {
    width: 360px;
    height: 80px;
}

.btn_coupon {
    background: url(/resource/images/level_test/result/renewal/btn_landing_result_off.png) no-repeat center / cover;
}

.btn_coupon.done {
    background: url(/resource/images/level_test/result/renewal/btn_landing_result_done.png) no-repeat center / cover;
}

.question_result_bottom {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding: 60px 0 140px;
}

.question_result_bottom .question_comment_table {
    width: 1080px;
}

.question_result_bottom .question_comment_table table {
    width: 100%;
    text-align: center;
}


.question_comment_table table tr.category_line {
    height: 50px;
    background-color: #5e6f88;
}

.question_comment_table table tr {
    width: 100%;
}

.question_comment_table table tr.category_line {
    height: 50px;
    background-color: #5e6f88;
}

.question_comment_table table tr.category_line td {
    text-align: center;
    font-size: 20px;
    font-family: Esamanru, sans-serif;
}

.question_comment_table table tr td {
    margin: 0;
}

.question_comment_table table tr td.col_01 {
    width: 490px;
    padding-left: 15px;
    padding-right: 15px;
}

.question_comment_table table tr td.col_02 {
    width: 50px;
}

.question_comment_table table tr td.col_03 {
    width: 480px;
    padding-left: 15px;
    padding-right: 15px;
}

.question_comment_table table tr.text_line {
    height: fit-content;
    border-bottom: 1px solid #556071;
}

.question_comment_table table tr.text_line td {
    height: fit-content;
    min-height: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    color: #333;
    line-height: 25px;
    word-spacing: -0.5px;
    letter-spacing: -1px;
}

.question_comment_table table tr.text_line td.col_01 {
    text-align: left;
}

.question_comment_table table tr.text_line td.col_02 {
    font-size: 22px;
    font-weight: 700;
    color: #0070ff;
}

.question_comment_table table tr.text_line td.col_02.mark_x {
    color: #ff001e;
}

.question_comment_table table tr.text_line td.col_03 {
    text-align: left;
}

.question_comment_table table tr.text_line td.col_03.mark_x {
    background-color: #fff2f4;
    color: #333;
}
