.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%);
    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
}

.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 0;
}

.mm-survey-page.active {
    display: block;
}

.mm-survey-controller {
    position: relative;
    height: 60px;
    padding: 12px 14px;
}

/* 버튼 변경 Start */
.mm-survey-controller {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding:0;
    margin:0 -1rem;
}

.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: 90% !important;
    padding: 1rem 0;
    font-weight: bold;
    text-align:center;
    font-size:1.1rem;
    border:none;
    margin:0 auto;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
}

.mm-survey-results-controller button {
    background: #fff;
    border: none;
    padding: 1rem 0;
}

.mm-survey-controller button#btn-survey-next {
    background: #037158;
    color: #fff;
}

.mm-survey-controller button#btn-survey-prev {
    color: #555;
    background-color: #fff;
}

.mm-survey-controller button#btn-survey-prev:hover {
    color: #000;
    background-color: #fff;
    /* border: 1px solid #6c757d; */
}

/*
.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: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem; */
}

.mm-survey-item.disabled {
    /* background-color: #DDD !important; */

}

.mm-survey-item.disabled input+label {
    /* background-color: #DDD !important; */
    color:#acacac;
    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-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;
    display: block;
    font-weight: normal;
    text-align: left;
    background: url(https://aghealth1.cafe24.com/images/23/checked_02.png) 0 50% no-repeat;
    background-size: 30px 30px;
    font-size: 1.2rem;
    padding: .85rem .85rem .85rem 2.5rem;
    cursor: pointer;
}

.mm-survey-item.col-sm-12 input+label {
    text-align: left
}

.mm-survey-item input:checked+label {
    background-image: url(https://aghealth1.cafe24.com/images/23/checked_01.png);
}



.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: left;
    /* font-weight: bold; */
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 150%;
    margin-bottom: 2rem;
}


/* 진행바 pc와는 다름  */
.mm-survey-step-num{
    font-size: .95rem;
    color:#037158;
}

.mm-survey-progress {
    width: auto;
    height: 5px;
    background: transparent;
    overflow: hidden;
    margin: .2rem -1rem;
    position: relative;
}

.mm-progress {
    transition: width 0.5s ease-in-out;
}

.mm-survey-progress-bar {
    height: 5px;
    width: 0%;
    background: #037158;
}

.mm-survey-step {
    position: absolute;
    left: 1%;
    top: 2px;
    font-size: 1rem;
    font-weight: bold;
    color: #666;
}
.mm-survey-progress-bar.progress-bar-st + .mm-survey-step {
    color:#fff !important;
}


.question-num-title>span {
    display: inline-block;
    font-size: 1.3rem;
    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-bottom:1rem;
}




/* 이메일 받기 form */
.res_title {
    font-size: 1.3rem;
    letter-spacing: -1px;
    line-height: 1.6;
    color: #000000;
    text-align: center;
    margin: 3rem 0;
    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: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.res_fm_wrap>label {
    flex-grow: 1;
    font-size: 1rem;
    letter-spacing: -1px;
    line-height: 30px;
    color: #037158;
    font-weight:bold;
}

.res_fm_wrap>input {
    flex-grow: 2;
    border: 0;
    font-size: 1rem;
}

.res_fm_wrap>input::placeholder {
    text-align: right;
    /* font-size: 1rem; */
    font-size:1rem;
    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 -1rem;
    height: 60px;
}

.res_btn_wrap button {
    flex-grow: 1;
    font-size: 1.1rem;
    margin:0 2%;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.res_btn_wrap #res-prev {
    color: #555;
    background-color: #fff;
}

.res_btn_wrap #res-next {
    background: #037158;
    color: #fff;
}