@charset "utf-8";

/*color
#24c4c4;

 rgb(32,91,148);

*/

.inner,
#bo_list,
#bo_w,
#bo_v {
    width: 1200px;
    margin: 0 auto;
    transition: 0.5s ease;
    
}


/*ios대응*/
input,
textarea {
    appearance: none;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/s_arrow.png) no-repeat 90% 50% #fff;
}

input:focus,
button:focus {
    outline: none;
}



/*section*/
section {
    padding: 120px 0;
    overflow: hidden;
}

/*section title*/
.sc_title {
    padding-bottom: 50px;
}

.sc_title h3 {

    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.sc_title h4 {
    font-size: 37px;
    line-height: 50px;
    font-weight: bold;
    width: 100%;
    word-break: keep-all;
    text-align: center;
    
}



/*section c*/
section#c {
    position: relative;
    overflow: visible;
}

.click_btn a,
.click_btn input {
    width: 30%;
    margin: 0 auto;
    display: block;
    height: 65px;
    line-height: 65px;
    background-color:#dce45d;
    border-radius: 100px;
    border: 1px solid #dbdbdb;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    box-shadow: 0 2px 10px 0 rgba(92, 92, 92, 0.16);
	overflow-y: hidden;
    cursor: pointer;
}


/*section e*/
#contact_form {
    margin: 0 auto;
}

.i_top {
    text-align: right;
}

.color_dot {
    color: #fc3000;
    font-weight: 900;
}

#contact_form table p {
    text-align: left;
    font-size: 19px;
    line-height: 50px;
    padding-left: 0.5%;
    font-weight: 500;
}

.inq_box,
.inq_btn,
.agree {
    text-align: center;
}

.inq_box input,
.inq_box textarea {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 17px;
}

.inq_box input::placeholder,
.inq_box textarea::placeholder {
    color: #fff;
}

.inq_box input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}

.inq_box textarea {
    width: 100%;
    box-sizing: border-box;
}

.agree {
    padding: 20px 0 30px;
    color: #9d9d9d;
}



/*desktop*/
@media screen and (min-width:768px) and (max-width:1390px) {

    /*    width*/
    .inner,
    #bo_list,
    #bo_w,
    #bo_v {
        width: 95%;
    }

    /*    section title*/
    .sc_title h4 {
        width: 100%;
    }

}

/*mobile*/
@media screen and (max-width:827px) {

    /*    width*/
    .inner,
    #bo_list,
    #bo_w,
    #bo_v {
        width: 90%;
    }

    /*section*/
    section {
        padding: 70px 0;
    }

    /*section title*/
    .sc_title h3 {
        font-size: 13px;
    }

    .sc_title h4 {
        width: 100%;
        font-size: 21px;
        line-height: 28px;
    }

}
