@charset "UTF-8";
*{margin: 0; padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none; color: black;}


#section{
    font-family: 'Noto Sans KR', sans-serif;
}

.container{
    width: 1200px;
    height:90%;
    margin: 0 auto;
}
.survey_top_wrap{
    margin: 0 auto;
    padding-top: 30px;
    overflow: hidden;
    height: 70px;

}


.question_top p{
    font-size: 12px;
    color: rgb(150, 150, 150);
}

.question_top>li.select_head{
    float: left;
}

li.select_head{
    border-left:5px solid rgb(0, 174, 255);
    padding-left: 10px;
    box-sizing: border-box;
}

h3.survey_title{
    height: 50px;
    line-height: 75px;
    font-size: 17px;
}


.survey_box>ul{
    margin-top: 3%;
    margin-bottom: 3%;
    overflow: hidden;
    height: 100px;
    background-color: rgb(255, 255, 255);
    width:100%;



}
.survey_box>ul>li{
    width: 180px;
    height: 180px;
    float: left;
    margin-right:50px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
}


.survey_box>ul>li:nth-child(1).active{
    background-color: rgb(255, 249, 249);
    border: 5px solid rgb(255, 82, 39);
}
.survey_box>ul>li:nth-child(2).active{
    background-color: rgb(255, 252, 244);
    border: 5px solid rgb(255, 179, 0);

}
.survey_box>ul>li:nth-child(3).active{
    background-color: rgb(253, 255, 242);
    border: 5px solid rgb(255, 230, 0);
}
.survey_box>ul>li:nth-child(4).active{
    background-color: rgb(242, 255, 251);
    border: 5px solid rgb(0, 155, 103);
}
.survey_box>ul>li:nth-child(5).active{
    background-color: rgb(242, 251, 255);
    border: 5px solid rgb(0, 183, 255);
}
.survey_box>ul>li:nth-child(5){
    margin-right: 0px;
}
.survey_box>ul>li p.img_box{
    width: 100%;
    height: 70%;
    box-sizing: border-box;

}

.survey_box>ul>li p.survey_select{

    font-size: 15px;

    padding:5%;
    border-radius: 20px;

}
.survey_box>ul>li img{
    width: 45%;
    padding-top: 12%;

}

.survey_free{
    height: 200px;
}
textarea{
    padding: 10px;
    box-sizing: border-box;
}
textarea:focus{
    outline: none;
}

.survey_btn{
    height:200px;
    box-sizing: border-box;
}
p.btn_box{
    width: 300px;
    height: 50px;
    margin: 0 auto;
    padding-top: 50px;
}
.survey_btn button{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: none;
    background-color: #00AAFF;
    font-size: 18px;
    cursor: pointer;

}

.survey_btn button a{
    color: #fff;
}