button:hover,
button:active {
    outline: none;
    cursor: pointer;
}

.fx {
    display: flex;
}

.j_btw {
    justify-content: space-between;
}

.fx-c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

form>* {
    display: block;
}

form>div {
    position: relative;
}

#surveyForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#surveyForm label.gender_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: -0.35px;
    padding-bottom: 25px;
    display: block;
    text-align: center;
}

#surveyForm .gender_btn img:hover {
    cursor: pointer;
}

.mw-20 {
    margin: 0 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-25 {
    margin-right: 25px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.survey_body {
    position: relative;
    left: 0;
}

.survey_body .survey_page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.survey_body .survey_container {
    padding: 0 20px !important;
}

.survey_body .survey_second {
    background-color: #88BADA;
}

.next_btn,
.survey_start_btn,
button.submit_btn {
    text-align: center;

    border: none;
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 26.5px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.5px;
}

.next_btn,
button.submit_btn {
    margin-top: 100px;
}

.agree_btn_wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 20px;
}

.agree_btn_wrap button.sel_btn {
    text-align: center;
    margin-top: 50px;
    border: none;
    position: relative;
    bottom: 0;
    width: calc(50% - 7.5px);
    padding: 14px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.7px;
    background: #F5F5F5;
    border-radius: 50px;
    color: #111;
}

.agree_btn_wrap button.active {
    background: #2E3236;
    color: #fff;
}

.survey_body {
    display: flex;
    justify-content: center;
}

.survey_body .counsel_choice {
    width: 375px;
    padding-bottom: 105px;
}

.survey_body .counsel_choice .page_top {
    background-color: #E5ABB1;
    width: 100vw;
    text-align: center;
    position: relative;
}

.success_popup,
.error_popup,
.counsel_choice .page_top .txt_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.counsel_choice .page_top .txt_wrap p.txt1 {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 2.5px;
    color: #FFFFFF;
}

.counsel_choice .page_top .txt_wrap h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: -0.7px;
    display: flex;
    color: #272727;
}

.counsel_choice .page_top .txt_wrap h3 p {
    color: #AE4D58;
}

.counsel_choice .page_body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.counsel_choice .page_body h5 {
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.5px;
    margin: 47px 0 10px;
}

.counsel_choice .page_body h5 p {
    color: #AE276D;
    margin-left: 4px;
}

.untact_agree_page {
    width: 375px;
    margin-bottom: 80px;
}

.untact_agree_page .page_body .info_detail,
.counsel_choice .page_body .info_detail {
    border: 1px solid #F2F2F2;
    border-radius: 15px;
    padding: 17px 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: -0.5px;
    color: #4C4A46;
    margin: 0 15px;
}

.counsel_choice .page_body h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
    margin-top: 60px;
}

.counsel_choice .page_body .btn_wrap {
    padding: 0 20px;
    width: 100%;
}

.counsel_choice .page_body .btn_wrap button:not(:disabled):active,
.counsel_choice .page_body .btn_wrap button:not(:disabled):hover {
    border: 2px solid #AE276D;
    color: #AE276D;
}

.counsel_choice .page_body .btn_wrap button:not(:disabled):active {
    transform: translateY(2px);
}

.counsel_choice .page_body .btn_wrap button:not(:disabled):hover img {
    filter: invert(22%) sepia(27%) saturate(5783%) hue-rotate(306deg) brightness(85%) contrast(91%);
}

.counsel_choice .page_body button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #DDDDDD;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 24px 0;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #111;
}

.counsel_choice .page_body button img {
    margin-right: 14px;
}

.counsel_choice .page_body .btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    padding: 15px 0 30px;
}

.counsel_choice .page_body .btn img {
    background-color: #DDD;
    padding: 6.5px 5.5px;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 7px;
}

.survey_body .untact_agree_page .page_top_bg {
    background-color: #B89DE2;
    position: absolute;
    width: 100vw;
    height: 233px;
    left: 0;
}

.survey_body .untact_agree_page .page_top {
    background-color: #B89DE2;
    position: relative;
    width: 100%;
}

.survey_body .untact_agree_page .page_top img {
    position: relative;
    left: -130px;
    bottom: -3px;
}

.untact_agree_page .page_top .txt_wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.untact_agree_page .page_top .txt_wrap h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.7px;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 5px;
}

.untact_agree_page .page_top .txt_wrap h5 {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.5px;
    white-space: nowrap;
    color: #fff;
}

.untact_agree_page .page_body {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px;
    position: relative;
}

.untact_agree_page .page_body h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.untact_agree_page .page_body .info_detail {
    position: relative;
}

.untact_agree_page .page_body .info_detail li {
    list-style-position: inside;
    text-indent: -17px;
    position: relative;
    left: 18px;
    width: calc(100% - 18px);
}

.untact_agree_page .page_body ol {
    list-style: decimal none inside !important;
    list-style-position: inside;
    text-indent: -14px;
    position: relative;
    left: 14px;
    width: calc(100% - 30px);
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px;
    padding: 30px 0 82px 20px;
    border-bottom: 1px solid #F2F2F2;

}

.untact_agree_page .page_body ol li {
    white-space: pre-line;
}

.untact_agree_page .page_body ol li:not(:last-child) {
    margin-bottom: 18px;
}

.untact_agree_page .page_body .info_detail li:not(:last-child) {
    margin-bottom: 15px;
}

.untact_agree_page .page_body .info_detail li::marker {
    color: #ddd;
}

.untact_agree_page .page_body .info_detail2 {
    margin: 0 20px;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
}

.untact_agree_page .page_body .info_detail2 h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin: 30px 0 7px;
}

.untact_agree_page .page_body .info_detail2 ul {
    padding: 20px 15px;
    background: #F2F3F7;
    border-radius: 15px;
    text-indent: -8px;
    position: relative;
    width: 100%;
}

.untact_agree_page .page_body .info_detail2 ul li {
    position: relative;
    left: 10px;
    width: calc(100% - 15px);
}

.untact_agree_page .page_body .info_detail2 ul li:not(:last-child) {
    margin-bottom: 10px;
}

.untact_agree_page .page_body .info_detail2 h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.5px;
    margin: 20px 0;
}

.untact_agree_page .page_body .info_detail2 h6 b {
    color: #AE276D;
    margin-left: 2px;
}

.page_body .qr_wrap{padding: 47px 0 0 0;}
.page_body .qr_wrap .survey_qr{max-width: 258px;width: 100%;max-height: 258px;height: 100%;}

button.submit_btn {
    background: #DDD;
    color: #111;
    position: absolute;
    bottom: 0;
    left: calc(-50vw + 187.5px);
    width: 100vw;
}

button.submit_btn img {
    width: 0px;
    height: 0px;
    opacity: 0;
}

.submit_btn:disabled {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.submit_btn:disabled img {
    width: 35px;
    height: 35px;
    opacity: 1;
}


button.submit_btn.active {
    background: #AE276D;
    color: #FFFFFF;
}

.survey_nav {
    display: flex;
    justify-content: space-between;
    padding: 19px 20px;
    border-bottom: 0.5px solid #f2f2fe;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 100;
}

.loading_page .survey_nav {
    display: none;
}

.survey_nav img {
    width: 16px;
}

.survey_nav .page_n {
    font-size: 16px;
    color: #767676;
}

.survey_nav2{
    display: flex;
    align-items: center;
    justify-content: end;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100%;
    z-index: 100;
}

#surveyForm .survey_container {
    margin-top: 70px;
}

#surveyForm #survey_wrap_3b .survey_container {
    margin-top: 0;
}

#surveyForm .survey_content {
    width: 375px;
    min-height: 100vh;
}

#surveyForm .next_btn {
    background-color: #ddd;
    position: relative;
    bottom: 0;
    left: calc(-50vw + 187.5px);
    width: 100vw;
}

#surveyForm .next_btn:hover {
    cursor: pointer;
}

#surveyForm .next_btn.active {
    background: #AE276D;
}

#surveyForm .next_btn.close_next_btn{
    bottom: auto;
    left: auto;
    width: auto;
    margin-top: 0;
    padding: 0;
}

#surveyForm .next_btn.active.close_next_btn{
    background: transparent;
}

#surveyForm .next_btn.active a {
    color: #FFFFFF;
}

.gradient_box{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 171px;
    background: linear-gradient(0deg, #FFF 38.01%, rgba(255, 255, 255, 0.00) 104.68%);
    z-index: 100;
}

#surveyForm .next_btn.float_next_btn {
    position: fixed;
    margin: 0 auto;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 300px;
    padding: 16.5px 0;
    border-radius: 20px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.5px;
    z-index: 200;
}

.input_width {
    display: block;
    margin: 0 2px;
}

#surveyForm #id_hospital {
    display: none;
}

#surveyForm label {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    display: flex;
    padding: 30px 0 20px;
}

label.p-0 {
    align-items: center;
    justify-content: center;
}

#surveyForm label p {
    color: #AE276D;
    margin-right: 5px;
}

#surveyForm p.w-100 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #AE276D;
}

#surveyForm .btn,
#surveyForm .btn input.read_only {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.7px;
    text-align: left;
    padding: 0;
}

#surveyForm .btn {
    margin-bottom: 13px;
    white-space: nowrap;
}

#surveyForm .btn:nth-child(odd) {
    min-width: 140px;
    margin-right: 10px;
}

#surveyForm .sel_etc_btn {
    min-width: 85px;
}

#surveyForm .btn img {
    background-color: #DDD;
    padding: 6.5px 5.5px;
    border-radius: 5px;
    vertical-align: top;
    margin-right: 10px;
}

#surveyForm .btn img:not(.active) {
    background-color: #DDD;
}

#surveyForm .btn.active img,
#surveyForm .btn img.active {
    background-color: #DC8C94;
    box-shadow: 0px 2px 10px rgba(38, 51, 77, 0.1);
}

#surveyForm .gender_btn {
    position: relative;
    filter: opacity(40%);
    transition: all 0.3s;
}

#surveyForm .gender_btn:hover,
#surveyForm .gender_btn.active {
    filter: opacity(100%) drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
    transition: all 0.3s;
}

#surveyForm .btn_2 {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.7px;
    padding: 15px 18px 0 18px;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

#surveyForm .btn_2 img {
    vertical-align: top;
    display: none;
}

#surveyForm .sel_btn.active .btn_2 img {
    display: block;
}

#surveyForm .gender_wrap {
    text-align: center;
    width: 240px;
    margin: 0 auto;
    padding: 50px 0 25px;
}

input[type=text]:not(.read_only),
input[type=number] {
    border-bottom: 2px solid #ddd;
    width: 100%;
    padding: 15px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    margin-right: 10px;
    background-image: none;

}

input::placeholder {
    color: #C5C0DB !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: -0.5px !important;
}

input:focus {
    border-bottom: 2px solid #AE276D !important;
}

input.etc:valid,
input.save_val:valid {
    border-bottom: 2px solid #AE276D;
    color: #AE276D;
    background-image: url('/public/img/diet/survey/check_Icon_round_color.svg');
    background-repeat: no-repeat;
    background-position: right;
}

.input_wrap {
    display: flex;
    flex-wrap: wrap;
}

.dup_sel_wrap {
    display: flex;
    flex-wrap: wrap;
}

.linked {
    opacity: 0;
    display: flex;
    width: 0;
    height: 0;
}

.linker.active~.linked {
    opacity: 1;
    width: 100%;
    height: 100%;
}

#surveyForm .double_input input {
    margin-right: 2px;
}

#surveyForm .double_input label {
    padding: 0;
    display: flex;
    align-items: center;
}

#surveyForm .weight_input {
    width: 110px;
    margin-right: 2px;
}

#surveyForm input[type=text].survey_con_focus,
#surveyForm input[type=text].r_value {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;

}

input.etc {
    display: none;
}

.sel_etc_btn.active~input.etc {
    display: block;
}

.dup_sel_etc.active~input.etc {
    display: block;
}

.loading_page {
    background-color: #fff;
    width: 100vw;
    max-width: 375px;

}

.loading_page.hidden {
    animation: fade-out 1s;
    animation-fill-mode: forwards;
}

.loading_page.result_loading_page{
    /* background: url('/public/img/diet/survey/result_loading_page_bg.jpg') top center no-repeat;
    background-size: cover; */
    min-height: calc(100vh - 80px);
    background-color: transparent;
}

.loading_page.result_anal_page{
    /* background: url('/public/img/diet/survey/result_loading_page_bg.jpg') top center no-repeat;
    background-size: cover; */
}

.untact_agree_page .survey_start_btn {
    background: #DDD;
}

.untact_agree_page .survey_start_btn.active {
    background: #AE276D;
    color: #fff;
}

.page_btn_bg {
    width: 100vw;
    left: 0;
    position: absolute;
    height: 80px;
    margin-top: 80px;
    background: #DDD;
}

.survey_start_page {
    height: auto;
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(var(--vh, 1vh) * 100);

}



.survey_start_page div.txt,
.loading_page div.txt {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5px;
}

.survey_start_page div.txt {
    max-width: 375px;
    width: 100%;
    padding: 5.3vw 0 3.7vw 40px;
}

.loading_page div.txt {
    margin: 145px 0 100px 40px;
}

.survey_start_page div.txt div,
.loading_page div.txt div {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
    color: #666;
    margin-top: 10px;
}

.loading_page.result_loading_page div.txt{
    margin: 20px auto 0;
    color: #333;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px; /* 110% */
    letter-spacing: -1px;
}

@keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.blinking-text {
animation: blink 1s infinite; /* 1초 간격으로 무한 반복 */
}

img.spin_img{
    animation: rotate_image 0.9s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotate_image{
	100% {
        transform: rotate(360deg);
    }
}

.survey_start_page div.txt img {
    margin-bottom: 15px;
}

.survey_start_page .center_img{
    max-width: 60vw;
}

.survey_start_page .center_img,
.loading_page img {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: auto;
}

.loading_page.result_loading_page img.spin_img {
    width: 63.19px;
    margin: 311px auto 0;
}


.survey_start_page .next_btn {
    background-color: #AE276D;
    color: #fff;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    left: -0.8vw;
    width: 100.8vw;

}

#surveyForm .one_line {
    width: 100%;
}


input[type='checkbox'] {
    width: 20px !important;
    height: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background-color: #ddd;

    background: #ddd url("/public/img/diet/survey/check_Icon.png")no-repeat 5px 7px;
    border-radius: 5px;
}

input[type='checkbox']:checked {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    background-color: #dc8c94;
    background: #dc8c94 url("/public/img/diet/survey/check_Icon.png") no-repeat 5px 7px;
}

#success_if {
    width: 0px;
    height: 0px;
    border: 0px;
}

.success_popup,
.error_popup {
    position: fixed;
    top: 50vh;
    width: 300px;
    height: auto;
    background-color: #fff;
    border-radius: 20px 20px 25px 25px;
    z-index: 999;
}

.success_popup .txt,
.error_popup .txt {
    width: 100%;
    margin: 50px auto 0 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.007em;
}

.error_popup .txt span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.5px;
}

.success_popup img {
    margin: 30px 30px 0 auto;
}

.error_popup img {
    margin: 40px 10px 0 auto;
}

.success_popup .popup_btn,
.error_popup .popup_btn {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.5px;
    color: #fff;
    width: 100%;
    padding: 16.5px 0;
    border-radius: 0 0 20px 20px;
    border: none;
    background: #AE276D;
}

.popup_btn_wrap{
    background: #AE276D;
    display: block;
    height: 60px;
    display: flex;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
}

.popup_btn_wrap .popup_btn{
    display: block;
    position: relative;
    width: 50%;
}

.popup_btn_wrap .popup_btn:nth-child(1)::after{
    content: '';
    position: absolute;
    top: 18px;
    right: 0;
    width: 1px;
    height: 24px;
    opacity: 0.5;
    background: #FFF;
}

.popup_btn:hover {
    cursor: pointer;
}

button:active {
    border: none;
}

.success_popup_bg,
.error_popup_bg {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    animation: fade-in 1s;
    animation-fill-mode: forwards;
}


@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.pre_result_wrap{
    /* padding: 45px 0 95px 0; */
    padding: 45px 0 130px 0;
}

.pre_result{
    position: relative;
}

.pre_anal {
    display: inline-flex;
    padding: 34px 22px 50px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.10);
}

.pre_anal_t {
    padding: 17px 0 1px;
    color: #111;
    font-family: "NexonLv1Gothic";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -1px;
}

.pre_anal_c {
    color: #333;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
}

.pre_reco {
    display: flex;
    width: 334px;
    height: auto;
    padding: 50px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #F4F4F4;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #DDD;
}

.pre_reco_t {
    width: 290px;
    height: 41px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #fff;
    color: #111;
    text-align: center;
    font-family: "NexonLv2Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -1px;
}

.pre_reco_c {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.good_ico{
    position: absolute;
    top: -15px;
    left: -8px;
    z-index: 100;
}

.caution_ico{
    position: absolute;
    top: -13px;
    left: -16px;
    z-index: 100;
}


@media (min-width: 768px) {
    .mo{display: none !important;}

    .pre_result_wrap{
        /* padding: 45px 0 0 0; */
    }

    .survey_start_page div.txt{
        padding: 84px 0 53px 40px;
    }

    .survey_nav {
        height: 80px;
        padding: 0 20px;
        display: flex;
        align-items: center;
    }

    .loading_page .survey_nav {
        display: flex;
        justify-content: start;
    }

    .loading_page.result_loading_page .survey_nav{
        display: none;
    }

    .loading_page img {
        margin: 0 0 0 40px;
    }

    #surveyForm .next_btn.float_next_btn{
        /* position: relative;
        bottom: auto;
        margin: 100px auto 30px; */
    }
}