html,
body.body-sub{
    background-color: #f4f4f4 !important;
}

.survery_block{
    background-color: #f4f4f4;
    padding: 1rem 1rem 3rem 1rem;
}

.survery_block_auth{
    background-color: #f4f4f4;
    padding: 1rem;
}


.kakao_btn_wrap{
    padding-bottom:6rem;
}

/* step1 index Start */

.survery_step1_index_wrap {
    display: block;
    background: #f4f4f4;
    padding:4rem 1rem;
}


.step1_center {
    display:block;
    position: relative;
    background-image: url('https://aghealth1.cafe24.com/images/23/step1_01.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 100% 0;
}

.step1_sloga_box{
    padding-top:1rem;
}


.slogan_wrap .slogan_title {
    font-size: 2rem;
    font-weight: bold;
    padding: 3rem 0 1rem;
    color: #000;
}


.slogan_wrap .slogan_content {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000;
    margin-bottom:3.5rem;
}


.step1_btn_wrap {
    /* padding: 1rem; */
}

.btn_type1 {
    display: block;
    border: 1px solid #b5b5b5;
    border-radius: 45px;
    margin: 1rem auto;
    text-align: center;
    font-size: 1rem;
    padding:1.5rem 1rem;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    /*box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    */box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .1);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
}

.btn_type1:hover {
    border: 2px solid #037158;
    color: #037158
}

.btn_type1:focus,
.btn_type1:active {
    background-color: #037158;
    color: #fff;
}

/* step1 End */

/* 첫페이지 Start */
.survey_step1_title{

}
.survey_step1_title .slogan_title {
    font-family: 'Noto Sans KR', "Nanum Gothic", '나눔고딕', 'Apple SD Gothic Neo', sans-serif;
    font-size: 1.5rem;
    font-weight:bold;
    padding: 0 1rem;
    line-height: 140%;
}
.survey_step1_title .slogan{
    font-family: 'Noto Sans KR',"Nanum Gothic",'나눔고딕','Apple SD Gothic Neo',sans-serif;
    font-size: 1.2rem;
    padding: 0 1rem;
    line-height: 140%;
}

.survey_step1_btn_wrap{
    margin:1rem 0;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.white_penal_wrap {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.survey_step1_btn_wrap .btn_wrap{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; 
    margin-bottom:1rem;
}


.survey_btn_box1{
    display: block;
    border:1px solid #a9a9a9;
    border-radius:1.2rem;
    -webkit-border-radius:1.2rem;
    -moz-border-radius:1.2rem;
    -ms-border-radius:1.2rem;
    -o-border-radius:1.2rem;
    max-width: 50%;
    margin: 1rem auto;
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight:bold;
}
.btn_wrap .h_text{
    padding:0 1rem;
    text-align:center;
    font-size:.9rem;
    line-height: 1.4;
}
/*첫페이지 End */



/* 카카오 인증 Start */
.d-none{
    display:none !important
}
.userhealth_title_wrap{
    margin:1rem 0;
    /* padding:0 1rem; */
}
.userhealth_title{
    font-family: 'Noto Sans KR',"Nanum Gothic",'나눔고딕','Apple SD Gothic Neo',sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
}
.userhealth_title .d-block:nth-child(2){
    font-weight:normal;
    font-size:1.2rem;
}

.userhealth_title_wrap .userhealth_kakao_msg{
    margin:.3rem 0;
    display:block;
    font-size:.9rem;
    color:#818181;
}


.userhealth_title_wrap .health_list_is {
    display: block;
    padding: .5rem;
    color: #fff;
    background-color: #99cfc3;
    border-color: #99cfc3;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    text-align: center;
    margin-top:.5rem;
}

.userhealth_title_wrap .health_list_is>strong {
    display: block;
    margin-bottom: .5rem;
    font-size: .85rem;
}

.userhealth_title_wrap #user-health-lists{
    /* select box */
    display: block;
    width: 100%;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: .5rem 1rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 96% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.userhealth_title_wrap select#user-health-lists::-ms-expand {
    display: none;
}

.userhealth_title_wrap .user_health_listr{
    /* link */
    font-size:.85rem;
}


.agree_chk_list li.inp_chk{
    display: block !important;
    position: relative;
    padding:.2rem 0;
}
.agree_chk_list button{
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
li.inp_chk .agree_btn{
    background:#808080 !important;
    color:#fff !important;
    padding: 0.2rem 0.5rem !important;
    font-size: 0.75rem !important;
    line-height: 1.4 !important;
    border-radius: 0.2rem !important;
    -webkit-border-radius: 0.2rem !important;
    -moz-border-radius: 0.2rem !important;
    -ms-border-radius: 0.2rem !important;
    -o-border-radius: 0.2rem !important;
    position: absolute;
    right:0;
    top:0;
}


.fi_btn{
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fi-btn-block{
    display:block;
    width: 100%;
    text-align:center;
}
.kakao_btn{
    background-color: #FEE500;
    display: block;
    width: 100%;
    text-align: center;
    border: transparent;
    padding: .7rem 0;
    font-size: 1.2rem;
    font-weight:bold;
}
.kakao_symbol {
    /* display: inline-block;
    width: 30px;
    height: 30px;
    background: url('https://shopagtr5422.cdn-nhncommerce.com/data/skin/mobile/renewal_2208/img/etc/login_kakao.png') no-repeat 50% 50%;
    background-size: 25px 25px;
    vertical-align: inherit; */
}


.auth_success_btn,
.auth_cancel_btn{
    cursor: pointer;
}

.auth_cancel_btn{
    background-color: #000;
    color: #fff;
}
.auth_success_btn{
    background-color: #037158;
    color:#fff;
}

.kakao_result_header{
    font-size:1.3rem;
    display: block;
    color: #000;
    margin: 1rem 0;
}

.kakao_result_header_con {
    font-size: 1rem;
    color: #818181;
    line-height:1.5;
}

.kakao_result_body>*{
    font-size: 1rem;
}

.csTxt {
    font-size: 1rem;
    color: #353535;
}

.csTxt>dt {
    font-weight: bold;
    margin-bottom: .45rem;
}

.csTxt>dd {
    font-size: .85rem;
    text-indent: .5rem;
    margin: 0;
}

/*STEP KAKAO*/
#KakaoResultModal .stepArea {
    margin: 2em 0;
}

#KakaoResultModal .kakao_step {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#KakaoResultModal .kakao_step>li {
    display: block;
    padding: 0 .5em 0 7rem;
    line-height: 1.6;
    border-bottom: 1px solid #c5c5c5;
    height:90px;
    color:#000;
    font-weight:bold;
}

#KakaoResultModal .kakao_step>li:nth-child(1) {
    background-image: url(https://aghealth1.cafe24.com/images/23/kakao_step_01.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 70px 70px;
}

#KakaoResultModal .kakao_step>li:nth-child(2) {
    background-image: url(https://aghealth1.cafe24.com/images/23/kakao_step_02.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 70px 70px;
}

#KakaoResultModal .kakao_step>li:nth-child(3) {
    background-image: url(https://aghealth1.cafe24.com/images/23/kakao_step_03.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    background-size: 70px 70px;
    border: 0;
}


/*
#KakaoResultModal .kakao_step>li:not(#KakaoResultModal .kakao_step>li:first-child)::before {
    display: block;
    text-align: center;
    content:"";
    margin:1rem;
} */



#KakaoResultModal .kakao_step>li>span {
    display: inline-block;
}

#KakaoResultModal .kakao_step>li>.step_num {
    padding: .15rem 1rem;
    border: 1px solid #a8a8a8;
    background: #a8a8a8;
    font-weight: normal;
    text-align: center;
    border-radius: 15px;
    color: #fff;
    margin:1rem 0 .5rem;
}

#KakaoResultModal .btnArea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin: 1rem 0;
}
#KakaoResultModal .btnArea>button{
    flex-grow: 1;
    font-size: 1.1rem;
    padding:1rem 0;
    border-radius: 0;
}

.a_blank{
    color:blue;
}
/* 카카오 인증 End */



/* 모달창 */
.btrap-modal-open {
    overflow: hidden;
}

.btrap-modal-open .btrap-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.btrap-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.btrap-modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.btrap-modal.fade .btrap-modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .btrap-modal.fade .btrap-modal-dialog {
        transition: none;
    }
}

.btrap-modal.show .btrap-modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.btrap-modal.btrap-modal-static .btrap-modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.btrap-modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.btrap-modal-dialog-scrollable .btrap-modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.btrap-modal-dialog-scrollable .btrap-modal-header,
.btrap-modal-dialog-scrollable .btrap-modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.btrap-modal-dialog-scrollable .btrap-modal-body {
    overflow-y: auto;
}

.btrap-modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.btrap-modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.btrap-modal-dialog-centered.btrap-modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.btrap-modal-dialog-centered.btrap-modal-dialog-scrollable .btrap-modal-content {
    max-height: none;
}

.btrap-modal-dialog-centered.btrap-modal-dialog-scrollable::before {
    content: none;
}

.btrap-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.btrap-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.btrap-modal-backdrop.fade {
    opacity: 0;
}

.btrap-modal-backdrop.show {
    opacity: 0.5;
}

.btrap-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.btrap-modal-header .btrap-close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.btrap-modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.btrap-modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.btrap-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.btrap-modal-footer>* {
    margin: 0.25rem;
}

.btrap-modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .btrap-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .btrap-modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .btrap-modal-dialog-scrollable .btrap-modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .btrap-modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .btrap-modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .btrap-modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .btrap-modal-lg,
    .btrap-modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .btrap-modal-xl {
        max-width: 1140px;
    }
}

.d-block {
    display: block;
}





/* FORM */

.white_penal_wrap_bk{
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
width: 100%;
}
.white_penal_wrap_bk .form-control-outbox{
margin:.5rem;
}
.form-control-outbox {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #8c8c8c;
    transition: 0.5s;
    /* align-items: baseline; */
}

.form-control-outbox .label_df {
    flex-shrink: 0;
    width: 40%;
    margin: 3px;
    padding: .5rem 0;
    font-weight: bold;
    transition: 0.4s;
    font-size: 1.1rem;
}

.form-control-outbox .input-outbox {
    flex-grow: 1;
    margin: 3px;
    padding: 2px;
    border: 0;
    font-weight: bold;
    transition: 0.4s;
}

.input-outbox>input[type=text] {
    display: block;
    width: 98%;
    border: 0;
    text-align: left;
    padding: .3rem 0;
    outline: none;
    font-size:1rem;
    color:#979797;
}

.input-outbox>input[type=text]:focus {
    border: 0;
    outline: none;
}

.button-radio {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.button-radio input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute !important;
    left: -9999em;
}

.button-radio input[type="radio"]+label {
    font-size:1rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #ccc;
    background-color: #FFF;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    width: 100%;
    cursor: pointer;
    padding: 0.4rem 1.2rem;
    border-radius: 2rem;

}

.button-radio:first-child{
    margin-right:.5rem;
}

.button-radio input[type="radio"]:checked+label {
    background-color: #037158;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}


.form-control-btnbox {
    display: flex;
    width: 100%;
    line-height: 1.4;
    align-items: baseline;
    flex-wrap: wrap;
    margin:1rem 0;
}

.form-control-btnbox .btn-prev {
    width: 50%;
}

.form-control-btnbox .btn-next {
    width: 50%;
}

.form-control-btnbox .btn-pull {
    width: 100%;
}

.btn-base-color {
    background-color: #037158;
    color: #fff;
}

.btn-base-style {
    padding: 1rem;
    border: 0;
    font-size: 1.2rem;
}

.text-bold {
    font-weight: bold !important;
}


/* placeholder 우측정렬 Style */
.placeholder_input::placeholder {
    color: #919191;
    text-align:right;
    padding-right:1rem;
    opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}
.placeholder_input::-webkit-input-placeholder {
    color: #919191;
    text-align:right;
    padding-right: 1rem;
}
/* IE */
.placeholder_input:-ms-input-placeholder {
    color: #919191;
    text-align:right;
    padding-right: 1rem;
}
/* Firefox */
.placeholder_input:-mos-input-placeholder {
    color: #919191;
    text-align:right;
    padding-right: 1rem;
}

/* agree */
.agree_area {
    margin-top: 1rem;
    border:0;
    padding:0;
}

.agree_btn_modal_acitve {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #047259;
    border-color: #035a47;
    padding: 6px 12px;
    text-align: center;
    cursor:pointer;
    font-size:1rem;
}

.agree_all_wrap {
    background: #5c5c5c;
    color: #fff;
}

.agree_all_wrap input[type=checkbox] {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.agree_all_wrap input[type=checkbox]+label {
    margin: 0;
    display: block;
    text-align: left;
    background: url(https://aghealth1.cafe24.com/images/23/checked_02.png) 15px 50% no-repeat;
    background-size: 30px 30px;
    font-size: 1.2rem;
    text-indent: 3.2rem;
    padding: 1rem 0;
    cursor: pointer;
    font-weight:normal;
}

.agree_all_wrap input:checked+label {
    background-image: url(https://aghealth1.cafe24.com/images/23/checked_01.png);
}

.agree_chk_list{
    margin:0;
    padding:0;
    display:block;
}


.text-block {
    display: block;
}

/* loading */
#submit_loade {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9989;
    left: 0;
    top: 50%;
    background: #f4f4f4;
}

#submit_loade .loading_img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -65px;
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #047259;
    border-bottom: 12px solid #047259;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#submit_loade .loading_text {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    /* margin: 2rem 0 0 -150px; */
    margin: 2rem 0 0 calc(340px/-2); /* 해당요소 너비px / -2 */
    color: #000;
    font-size: 1.2rem;
}
#submit_loade .loading_text span::before{
    display: block;
    content:"";
}
#submit_loade .loading_text span {
    margin: 1rem auto;
    display: block;
    border: 1px solid #3c3c3c;
    padding: .75rem 1rem;
    background-color: #fff;
    font-size: 1rem;
    font-weight: bold;
    color: #047259;
    max-width:250px;
}

#submit_loade .loading_text span>img {
    width: 25px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.clearfix::after {
    content: "";
    clear: both;
    display: block;
}


#banner_new.banner{
    display: none;
}
.body-sub #container {
    padding-bottom: 0;
}