
#bo_list,
#bo_v{
   margin: 0;
   padding: 6.25rem 0;
}
.more_opt li{
   width: 6.875rem;
}
.btn_cke_sc{
   height: 1.875rem;
}
/* view */
#bo_v_title .bo_v_tit{font-size: 1.5625rem;}
body {
   font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
   font-size: 100%;
}
h1, h2, h3, h4, h5, h6, input ,button{
   font-family: inherit;
}
label {
    display: block;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
textarea {
    resize: none;
}
.custom {
    padding: 50px;
    max-width: 900px;
    min-width: 600px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.custom p {
    color: #555;
}
/* .custom h1 {
    font-size: 2.625rem;
    margin: 0 0 30px;
    color: #343434;
} */
.qna {
    width: 100%;
}
.qna fieldset {
    display: flex;
    flex-flow: row;
    align-items: center;
}
/* .custom #terms {
    width:100%;
    padding: 10px;
    background: transparent;
    min-height: 10.75rem;
    font-size: .875rem;
    line-height: 1.5;
    overflow: hidden;
    margin: 0 0 10px;
} */
/* .agree_terms p {
    margin: 0 0 14px;
}
.agree_terms p::before {
    display: inline-block;
    content: '';
    border-radius: 50%;
    margin: 0 10px 3px 10px;
    width: 5px;
    height: 5px;
    background: #333;
} */
.custom tr {
    border-bottom: 1px solid #e8e8e8;
}
.custom th {
    width: 160px;
    padding: 20px;
    font-weight: 400;
    color: #C9821A;
    font-size: 18px;
    text-align: left;
}
.custom td {
    padding: 13px 0;
}
.qna input:not([type=file]), .qna textarea {
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    font-family: 'Noto Sans KR' !important;
}
#bo_w .bo_w_flie .file_wr {
    border: none;
    text-align: left;
    padding: 0;
}
#bo_w .bo_w_flie .frm_file {
    padding: 0;
    margin: 0;
}
#bo_w .bo_w_flie .custom-file{
   background: #E4C180;
   border-radius: 5px;
   width: 100px;
   text-align: center;
   font-size: 16px;
   height: 40px;
   line-height: 40px;
}

.type input:nth-child(2) + label {
    margin: 0 10px 0 0;
}
.type input {
    margin: 0 5px 0 0;
}
.agree_terms {
    text-align: right;
    padding: 10px 0 50px;
}
#wr_content {
    min-height: 200px;
}
#agree {
    margin: 0 5px 3px 0 ;
}
.type input:checked, #agree:checked {
    accent-color: #C9821A;
}
.btn_confirm {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_confirm button {
    height: 50px;
    border-radius: 25px;
    font-size: 1rem;
    width: 18.75rem;
}
/* .btn_confirm #reset {
    border: 1px solid #ccc;
    background: transparent;
} */
.btn_confirm #btn_submit {
    background: #C9821A;
    color: #fff;
    font-size: 24px;
}


@media (max-width:600px) {
    body {
        font-size: 14px;
    }
    .custom {
        padding: 25px 0 30px;
        width: 95%;
        max-width: 600px;
        min-width: unset;
    }
    .custom th {
        width: 80px;
        padding: 15px 10px;
        font-weight: 400;
        font-size: 14px;
    }
    .frm_input{
        height: 30px; 
    }
    .frm_input, textarea, fieldset,.frm_file {
        width: 100% !important;
        min-width: unset;
    }
    #bo_w .bo_w_flie .file_wr {
        display: flex;
        align-items: center;
    }
    .agree_terms {
        padding: 10px 0 30px;
    }
    .custom #terms {
        font-size: 12px;
    }
    .btn_confirm button{
      width: 100%;
    }
    .btn_confirm #btn_submit{
      font-size: 18px;
      height: 45px;
    }
    #bo_w .bo_w_flie .custom-file{
      width: 80px;
      height: 32px;
      line-height: 32px;
      font-size: 14px;
    }
}