@charset "utf-8";
/* CSS Document */


a.bg_888888 {
    background-color: #888888;
    padding: 4px 9px;
    color: #fff;
    font-size: 11px;
    margin: 0 3px;
}
.box_cate {
    min-height: auto;
}
ul.db_input li {
    padding: 0 0 15px;
}
.form_warp {
    margin: 30px 0;
}
ul.db_input {
    margin-top: 28px;
}
ul.db_input li label {
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
ul.db_input li textarea, ul.db_input li input, ul.db_input li select {
    width: 100%;
    border-radius: 0;
    border: 1px solid #999 !important;
    font-size: 16px;
    padding: 9px 12px;
}

ul.db_input li textarea {
    min-height: 150px;
}
ul.db_input li input::placeholder,
ul.db_input li select::placeholder {
    color: #aaa;
}
ul.db_foot {
    display: flex;
}
ul.db_foot li {
    width: 50%;
    margin: 20px 0;position: relative;
}
ul.db_foot li label {
    font-weight: 300;
}
ul.db_foot li.apply_btn_li {
    text-align: right;
}
button#apply_btn {
    border: 0;
    padding: 14px;
    color: #fff;
    background-color: #931c38;
    font-size: 24px;
    transition: 0.5s;
    width: 347px;
    max-width: 100%;
}
button#apply_btn:hover {
    background-color: #ad2142;
}
/* Hide the default radio button */
.square-radio {
  display: none;
}
ul.radio_btn_warp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
ul.radio_btn_warp li {
    width: calc(50% - 14px);
    margin: 7px;
}
/* Style the square button */
.square-radio + label {
    display: inline-block;
    background-color: #eee;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    color: #888;
    transition: 0.5s;
}

/* Style the square button when it's checked */
.square-radio:checked + label {
  background-color: #931c38; /* Change the background color when checked */
  color: #fff; /* Change the text color when checked */
}
/* 기본 체크박스 숨김 */
.circle-checkbox {
  display: none;
}

/* 동그라미 체크박스 스타일 */
.circle-checkbox + label {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border: 2px solid #931c38;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
    cursor: pointer;
}

/* 체크됐을 때 검은색 동그라미 스타일 */
.circle-checkbox:checked + label {
  background-color: #931c38; /* 체크되었을 때 배경색 변경 */
  color: #fff; /* 텍스트 색상 변경 */
}
.db_foot label span {
    position: absolute;
    left: 1.3em;color: #000;
}
@media (max-width:1300px) {
    .txt_box_warp ul li h3 {
        font-size: 20px;
    }
    .txt_box_warp ul li p {
        font-size: 14px;
    }
    .txt_box_warp ul li {
        margin-bottom: 16px;
        padding: 20px;
    }
    .square-radio + label {
        line-height: 40px;
        font-size: 18px;
    }
    ul.radio_btn_warp li {
        width: calc(50% - 10px);
        margin: 5px;
    }
    ul.radio_btn_warp {
        margin: 0 -5px;
    }
    ul.db_input li textarea, ul.db_input li input, ul.db_input li select {
        font-size: 14px;
    }
    button#apply_btn {
        font-size: 22px;
    }
    h2.tit_34 {
        font-size: 26px;
    }
    section#page01 {
        margin: 100px auto;
    }
     .col-l {
        width: 42%;
    }
    .col-r {
        width: 58%;
    }
}
@media (max-width:1000px) {



}
@media (max-width:768px) {
    h2.tit_34 {
        font-size: 20px;
    }
    ul.db_foot {
        padding: 20px 0px;
    }
    .row {
        flex-wrap: wrap;
        flex-direction: column;margin-left: 0;
    margin-right: 0;
    }
    .col-l {
        width: 100%;padding: 0;
    }
    .col-r {
        width: 100%;padding: 0;
    }
.form_warp, .txt_box_warp {
    margin: 15px 0 50px;
}
    .txt_box_warp::after {
        display: none;
    }
.txt_box_warp ul li h3 {
        font-size: 18px;
    }
    
    .square-radio + label {
        font-size: 14px;
    }
    button#apply_btn {
        padding: 14px 30px;
        font-size: 20px;
        width: 100%;
    }

    ul.db_input li input,
    ul.db_input li select {
        width: 100%;
    }
    section#page01 {
        margin: 65px auto;
    }
}
@media (max-width:640px) {
    ul.db_foot {
        padding: 10px 0px;
        display: flex;
        flex-direction: column;
    }
    ul.db_foot li {
        width: 100%;
        margin: 10px 0;
    }
    ul.db_foot li.apply_btn_li {
        text-align: center;
    }

    ul.db_foot li a.bg_888888 {
        float: right;    padding: 2px 9px;

    }

}
@media (max-width:468px) {
    .form_warp {
        margin: 0 0 30px;
    }
    ul.db_input li input, ul.db_input li select {
        font-size: 14px;
        padding: 4px 10px;
    }
    ul.db_input li label {
        font-size: 13px;
    }

    

}