
body {
    font-family: 'Noto Sans KR' !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;
}
/* sub-banner */
.sub-banner{
   min-height: 25rem;
   background: url(../../../pages/img/inquiry_bg.png)no-repeat center / cover;
   display: flex;
   flex-direction:column;
   justify-content: center;
   align-items: center;
   gap: 15px;
   color: #fff;
}
.sub-banner h5{
   font-size: 2.25rem;
   font-weight: 700;
}
.sub-banner .cate{
   display: flex;
   gap: 5px;
   align-items: center;
}
.sub-banner .cate .icon{
   fill: #fff;
}

/* all */
.title-font{
   margin-bottom: 70px;
   height: 170px;
   position: relative;
}
.title-font p{
   position: absolute;
   top: 0;
   font-weight: 700;
   font-size: 4.5rem;
   line-height: 1.2;
}
.title-font .front{
   color: #275483;
   left: 4px;
   z-index: 4;
}
.title-font .back{
   color: var(--Lblue);
   left: 0;
   z-index: 3;
}
.cate_link{
   display: flex;
   gap: 25px;
   align-items: center;
   text-align: center;
}
.cate_link > a{
   font-size: 18px;
   min-width: 195px;
   border: 1px solid #B3B3B3;
   border-radius: 10px;
   padding: 22px 0;
}
.cate_link > a.on{
   color: #fff;
   background-color: #275483;
   border: 0;
}

.custom {
    /* padding: 100px 0 0; */
    text-align: center;
    margin: auto;
}
.custom p {
    color: #555;
}
.custom h1 {
    font-size: 2.625rem;
    margin: 0 0 30px;
    color: #343434;
}
.qna {
    width: 100%;
    border-top: 2px solid #343434;
}
.qna fieldset {
    display: flex;
    flex-flow: row;
    align-items: center;
    padding-left: 0;
}
.custom #terms {
    width:100%;
    padding: 10px;
    background: transparent;
    min-height: 8.125rem;
    font-size: .875rem;
    line-height: 1.5;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0 0 10px;
}
.agree_terms p {
    margin: 0 0 30px;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    color: var(--black);
}
/* .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 #BCBCBC;
}
.custom th {
    width: 390px;
    padding: 20px;
    font-weight: 400;
    background-color: #EEF5FF;
}
.custom td {
    padding: 10px 15px;
}
.qna input:not([type=file]), .qna textarea {
    border: 1px solid #bcbcbc;
    box-shadow: none;
    border-radius: 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
#bo_w .bo_w_flie .file_wr {
    border: none;
    text-align: left;
}
#bo_w .bo_w_flie .frm_file {
    padding: 0;
    margin: 0;
}
.tel input {
    max-width: 80px;
}
.tel span {
    margin: 0 5px;
}
.type input:nth-child(2) + label {
    margin: 0 10px 0 0;
}
.type input {
    margin: 0 5px 0 0;
}
.agree_terms {
    text-align: left;
    padding: 20px 0 50px;
}
#wr_content {
    min-height: 320px;
}
#agree {
    margin: 0 10px 3px 0 ;
}
.type input:checked, #agree:checked {
    accent-color: #275483;
}
.file_btn{
   background-color: #275483;
   color: #fff;
   font-size: 1.125rem;
   line-height: 1;
   padding: 10px 25px;
   cursor: pointer;
   max-width: 125px;
}
.btn_confirm {
    text-align: center;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}
.btn_confirm button {
    width: 170px;
    height: 40px;
    font-size: 1.25rem;
}
.btn_confirm #reset {
    border: 0;
    background: #EEF5FF;
}
.btn_confirm #btn_submit {
    background: #275483;
    font-size: 1.25rem;
}

@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
    .custom {
        padding: 0;
        width: 100%;
        max-width: 600px;
        min-width: unset;
    }
    .custom th {
        width: 80px;
        padding: 10px;
        font-weight: 400;
    }
    .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;
    }
    .tel input{
        max-width: 65px;
    }
    .agree_terms {
        padding: 30px 0 30px;
    }
    .agree_terms p{
      font-size: 15px;
      margin: 0 0 15px;
    }
    .custom #terms {
        font-size: 12px;
    }
    .sub-banner{
      min-height: 12.5rem;
      gap: 10px;
   }
   .sub-banner h5{
      font-size: 1.5rem;
   }
   .sub-banner .cate .txt{
      font-size: .8125rem;
   }
   .sub-banner .cate .icon{
      font-size: 16px;
   }
   .title-font{
      margin-bottom: 30px;
      height: 55px;
   }
   .title-font .front{
      left: 1px;
   }
   .title-font p{
      font-size: 22px;
   }
   .cate_link{
      margin-bottom: 30px;
      column-gap: 4px;
      row-gap: 7px;
      flex-wrap: wrap;
      justify-content: center;
   }
   .cate_link > a{
      width: calc(33.33% - 4.6667px);
      min-width: unset;
      font-size: 15px;
      padding: 12px 0;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
   }
   #bo_w{
      padding: 50px 20px;
   }
   .file_btn{
      font-size: 14px;
   }
   .btn_confirm #btn_submit{
      font-size: 15px;
   }
   .btn_confirm button{
      font-size: 15px;
      width: 150px;
      height: 35px;
   }
}