
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.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;
    color: #28A7E1;
    padding-bottom: 10px;
}

.sc_title h4 {
    font-size: 37px;
    line-height: 50px;
    font-weight: bold;
    width: 900px;
    word-break: keep-all;
}


/*section c*/
section#c {
    position: relative;
    overflow: visible;
}

.click_btn a,
.click_btn input {
    width: 30%;
    display: block;
    height: 70px;
    line-height: 65px;
    background-color:#000;
    color: #ffffff;
    font-weight: 900;
    font-size: 21px;
	border: none;
	cursor: pointer;
}
@media screen and (max-width:768px){
	.click_btn a,
.click_btn input {
    width: 100%;
}
}


/*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: 900;
}

.inq_box,
.inq_btn,
.agree {
text-align: left;
}

.inq_box input,
.inq_box textarea {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 17px;
	
}

.inq_box textarea:focus{
	outline: none;
}
.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 {
color: #000;
}



/*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;
    }

}
