.survery_block {
    background-color: #f4f4f4;
    padding: 1rem;
    margin-top: 2rem;
}

.survery-wrpaper{
    min-height:150px;
    max-width:670px;
    margin:0 auto;
}


.fm_survery_box input::placeholder {
    font-size: 14px;
}


.title-5 {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 1em;
}

.title-5 .title-image {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}



/*라디오 체크박스 => 버튼*/
.button-radio1 {
    background: #fff;
    border-radius: 4px;
}

.button-radio1 input[type="radio"],
.button-radio1 input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.button-radio1 input[type="radio"]+label,
.button-radio1 input[type="checkbox"]+label {
    margin: 0;
    padding: 0.75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #DDD;
    background-color: #FFF;
    line-height: 140%;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    width: 100%;
    cursor: pointer;
    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-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    -moz-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    -ms-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    -o-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}

.button-radio1 input[type="radio"]:checked+label,
.button-radio1 input[type="checkbox"]:checked+label {
    background-color: #ff8969;
    color: #000;
    font-weight: bold;
    box-shadow: 0 0 10px rgb(192 223 160 / 50%);
    border-color: #ff8969;
    z-index: 1;
}



/* mm-survey */
.mm-survey {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mm-survey-container {
    width: 100%;
    min-height: 400px;
    /* background: #fafafa; */
}

.mm-survey-results-container {
    width: 100%;
    min-height: 600px;
    /* background: #fafafa; */
}

.mm-survey-page {
    display: none;
    padding: 1.5em;
}
.mm-survey-page + .mm-survey-page {
    animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.mm-survey-page.active {
    display: block;
}

.mm-survey-controller {
    position: relative;
    min-height: 60px;
    padding: 12px 14px;
}

/* 버튼 변경 Start */
.mm-survey-controller {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding:0;
    margin:0;
    width:100%;
}
.mm-survey-controller .mm-btn-df,
.mm-survey-controller .mm-btn-df>button{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.mm-survey-controller .mm-prev-btn{
    flex-grow: 1;
    margin-right:1rem;
}
.mm-survey-controller .mm-next-btn,
.mm-survey-controller .mm-finish-btn{
    flex-grow: 2;
}
/*
.mm-survey-controller .mm-btn-df {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

 .mm-survey-controller .mm-btn-df:not([style*="display: block"])
{
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mm-survey-controller .mm-btn-df:not([style*="display: none"])+.mm-btn-df{
    position: relative;
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
} 

.mm-survey-controller .mm-btn-df.active{
    display: flex;
    width: 50%;
    -ms-flex: 0 0 100%;
    flex: 0 0 50%;
    max-width: 50%;
}
*/

/* .mm-btn-df.mm-prev-btn:not([style*="display: block"]) + .mm-btn-df.mm-next-btn:not([style*="display: block"]) + .mm-finish-btn {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
} */


/* 버튼 변경 End */

.mm-survey-results-controller {
    /* position: relative;
    height: 60px;
    background: #333;
    padding: 12px 14px; */
}

.mm-back-btn {
    /* display: inline-block;
    position: relative; */
}

.mm-prev-btn {
    /* display: inline-block;
    position: relative; */
}

.mm-next-btn {
    /* display: inline-block;    
    position: relative; */
    opacity: 0.25;
}

.mm-finish-btn {
    display: none;
    position: relative;
}

.mm-finish-btn button {
    background: #037158 !important;
    color: #fff;
}

.mm-prev-btn button,
.mm-survey.okay .mm-next-btn button,
.mm-finish-btn button{
    cursor:pointer;
}

.mm-survey-controller button {
    display: block !important;
    width: 100% !important;
    padding: 1rem 0;
    font-weight: bold;
    text-align:center;
    font-size:1.3rem;
    border:4px solid transparent;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.mm-survey-results-controller button {
    background: #fff;
    border: none;
    padding: 1rem 0;
}

.mm-survey-controller button#btn-survey-next {
    background: #037158;
    color: #fff;
    cursor: not-allowed;
    background-image: url('https://aghealth1.cafe24.com/images/23/arrow_right.png');
    background-position: right 10px bottom 50%;
    background-repeat: no-repeat;
    letter-spacing: .3rem;
    font-weight: normal;
}


.mm-survey-controller button#btn-survey-prev {
    color: #fff;
    background-color: #c6c6c6;
    font-weight: normal;
    letter-spacing: .3rem;
    background-image: url('https://aghealth1.cafe24.com/images/23/arrow_left.png');
    background-position: left 10px bottom 50%;
    background-repeat: no-repeat;
}

.mm-survey-controller button#btn-survey-submit{
    letter-spacing: .3rem;
    font-weight: normal;
}

/* .mm-survey-controller button#btn-survey-prev:hover {
    color: #037158;
    background-color: #fff;
    border-color:#037158
} */

/*
.mm-survey-progress {
    width: 100%;
    height: 5px;
    background: #f5f5f5;
    overflow: hidden;
}

.mm-progress {
    transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
    height: 3px;
    width: 0%;
    background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}
*/

.mm-survey-q {
    list-style-type: none;
    padding: 0px;
}

.mm-survey-q li {
    display: block;
    /*padding: 20px 0px;*/
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
}

.mm-survey-q li input {
    width: 100%;
}

.mm-survery-content label {
    width: 100%;
    padding: 10px 10px;
    margin: 0px !important;
}

.mm-survery-content label:hover {
    cursor: pointer;
}

.mm-survey-question {
    margin-bottom: 10px;
}

.mm-survey-question strong {
    /* background: url(/images/survey/checked.png) no-repeat left center; */
    background-size: 20px 20px;
    padding-left: 30px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 160%;
}

.mm-survey-question .nextmsg {
    display: inline-block;
    font-weight: normal;
    color: #800080;
    text-indent: 1.75em;
}

.mm-survery-content label p {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    margin: 0px;
}

.mm-survey-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.mm-survey-item.disabled {
    /* background-color: #DDD !important; */

}

.mm-survey-item.disabled input+label {
    background-color: #DDD !important;
    cursor: not-allowed !important;
}



.mm-prev-btn button:focus,
.mm-next-btn button:focus,
.mm-finish-btn button:focus {
    outline: none;
    /* border: none; */
}

.mm-survey.okay .mm-next-btn {
        display: inline-block;
        opacity: 1;
}

.mm-survey.okay .mm-next-btn:hover #btn-survey-next{
    /* background-color: #fff !important;
    color: #037158 !important;
    border:4px solid #037158; */
    cursor: pointer;
}

.mm-finish-btn.active {
    display: inline-block;
    opacity: 1 !important;
}

.mm-survey-results {
    display: none;
}

.mm-survey-results-score {
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    letter-spacing: -6px;
}

.mm-survey-results-list {
    list-style-type: none;
    padding: 0px 15px;
    margin: 0px;
}

.mm-survey-results-item {
    color: #fff;
    margin-top: 10px;
    padding: 15px 15px 15px 0px;
    font-family: 'Raleway';
    font-weight: 300;
}

.mm-survey-results-item.correct {
    background: linear-gradient(to left, #4CB8C4, #3CD3AD);
}

.mm-survey-results-item.incorrect {
    background: linear-gradient(to left, #d33c62, #dc1144);
}

.mm-item-number {
    height: 40px;
    position: relative;
    padding: 17px;
    background: #333;
    color: #fff;
}

.mm-item-info {
    float: right;
}

.mm-survey-item input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.mm-survey-item input+label {
    margin: 0;
    padding: 1.2rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 2px #DDD;
    background-color: #FFF;
    line-height: 140%;
    font-weight: normal;
    text-align: center;
    box-shadow: 0 0 0 rgb(255 255 255 / 0%);
    font-size: 1.2rem;
    transition: border-color 0.35s ease-out, color 0.25s ease-out, background-color 0.35s ease-out, box-shadow 0.25s ease-out;
    -webkit-transition: border-color 0.35s ease-out, color 0.25s ease-out, background-color 0.35s ease-out, box-shadow 0.25s ease-out;
    -moz-transition: border-color 0.35s ease-out, color 0.25s ease-out, background-color 0.35s ease-out, box-shadow 0.25s ease-out;
    -ms-transition: border-color 0.35s ease-out, color 0.25s ease-out, background-color 0.35s ease-out, box-shadow 0.25s ease-out;
    -o-transition: border-color 0.35s ease-out, color 0.25s ease-out, background-color 0.35s ease-out, box-shadow 0.25s ease-out;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

.mm-survey-item:not(.disabled) input+label:hover{
    border:2px solid #ff8969 !important;
    box-shadow: 1px 4px 4px 1px rgb(0 0 0 / 20%) !important;
    color:#000;
    font-weight:bold;
}

.mm-survey-item.col-sm-12 input+label {
    text-align: left
}

.mm-survey-item input:checked+label {
    background-color: #ff8969;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 10px rgb(192 223 160 / 50%);
    border-color: #ff8969;
    z-index: 1;
}
.mm-survey-item input:checked+label:hover{
    box-shadow: none !important;
    color:#fff;
}


.mm-survey-step ol,
.mm-survey-step ol li {
    list-style: none;
}

.mm-survey-step ol {
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.mm-survey-step li {
    position: relative;
    background: #fff;
    flex-grow: 1;
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    color: #c2c9d0;
    height: 34px;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
}


.mm-survey-step li+li:before {
    content: '\003E\003E';
    position: absolute;
    top: -1px;
    left: 0;
    width: 11px;
    height: 34px;
}

.mm-survey-step li.check {
    background: #fff;
    color: #79b83e;
    font-weight: bold;
}

.mm-survey-step li.check:before {
    color: #c2c9d0;
}

.mm-survey-step li.check+li:before {
    color: #79b83e;
    font-weight: bold;
}



.mm-survey-step li>span {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 10px;
}


.mm-survey-step li.check>span {
    color: #79b83e;
    font-weight: bold;
    font-size: 1.3em;
}


.btn-survey-ca {
    margin-bottom: .5em;
}

/* 질문 타이틀 */
.survey_question_title {
    text-align: center;
    /* font-weight: bold; */
    font-size: 23px;
    line-height: 150%;
    margin-bottom: 3rem;
    color:#000;
}

/* 진행바 */
.mm-survey-progress {
    width: 100%;
    height: 5px;
    background: #e3e3e3;
    overflow: hidden;
    margin: .3rem 0;
    position: relative;
}

.mm-progress {
    transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
    /* height: 30px;
    width: 0%;
    background: linear-gradient(to right, #037158,#3CD3AD); */
    background-color: #949494;
    width:0;
    height:5px;
}

.mm-survey-step-num{
    font-weight:normal;
    color:#535353;
    font-size:15px;
}
/* .mm-survey-progress-bar.progress-bar-st+.mm-survey-step {
    color: #fff !important;
} */
.question-num-title{
    text-align:center;
}
.question-num-title>span{
    display:inline-block;
    font-size: 23px;
    font-weight:bold;
    color:#000;
    background: url(https://aghealth1.cafe24.com/images/23/star_Icon01.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 25px 25px;
    text-indent:30px;
    margin: 10px 0 38px 0;
}


/* 이메일 받기 form */
.res_title {
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 44px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    color: #000;
}
.res_title >img{
    height:30px;
    vertical-align: -1px;
}

.res_fm_wrap{
    border-radius: 1px;
    background-color: #ffffff;
    border: 2px solid #037158;
    padding:23px;
    margin-bottom:140px;
    display: flex;
}

.res_fm_wrap>label{
    flex-grow: 1;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #037158;
}
.res_fm_wrap>input{
    flex-grow: 2;
    border:0;
    font-size: 22px;
}
.res_fm_wrap>input::placeholder{
    text-align:right;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #bababa;
}

.res_btn_wrap{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
}

.res_btn_wrap button {
    padding: 1rem 0;
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
    border: 4px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.res_btn_wrap #res-prev {
    flex-grow: 1;
    margin-right: 1rem;
    color: #fff;
    background-color: #c6c6c6;
    font-weight: normal;
    letter-spacing: .3rem;
    background-image: url('https://aghealth1.cafe24.com/images/23/arrow_left.png');
    background-position: left 10px bottom 50%;
    background-repeat: no-repeat;
}

.res_btn_wrap #res-next {
    flex-grow: 2;
    background: #037158;
    color: #fff;
    background-image: url(https://aghealth1.cafe24.com/images/23/arrow_right.png);
    background-position: right 10px bottom 50%;
    background-repeat: no-repeat;
    letter-spacing: .3rem;
    font-weight: normal;
}

/* 요청부분 */
#connect_fm_wrap{
    margin-top:8rem;
}