@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap');
.content_box {
    width: 100%;
    max-width: 768px;
    margin: auto;
    padding: 100px 0;
    font-family: "Nanum Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    font-size: 14px;
}
.service_tit {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #999999;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
    margin: 0;
    padding: 0;
}
.service_cont {
}
select {
    width: 100%;
    height: 60px;
    line-height: 45px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.chosen-container {
    height: 40px;
    vertical-align: middle;
    text-align: left;
}