.bg-img {
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: center; 
} 

.sub .sub_title {
    position: relative;
}
.sub .sub_bg {
    min-height: 250px;
}
.sub .sub_tit {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}
.sub .sub_tit h3 {
    font-size: 34px;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.sub .sub_tit p {
    color: #666;
    text-align: center;
    padding-top: 15px;
    line-height: 1.44;
    font-size: 16px;
}
.sub .sub_content {
    padding: 60px 0;
}
.sub-title {
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center 70% !important;
}
.sub-title h2 {
    font-size: 4.2rem;
    text-shadow: 0 4px 4px rgba(0,0,0,.25);
    color: #fff;
}
.sub-content {
    padding: 100px 0 0 0;
}
.bo_sch_wrap {
    padding-top: 20px;
    font-size: 1.2rem;
}
.bo_sch_wrap fieldset {
    padding: 0;
}
.bo_sch_wrap form{
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    column-gap: 10px;
}
.bo_sch_wrap select, .bo_sch_wrap input[type=text] {
    border: 1px solid #E5E5E5;
    height: 30px;
    box-sizing: border-box;
    /* appearance: ;   */
}
.bo_sch_wrap button {
    height: 30px;
    padding: 6px 10px;
    border: 1px solid #BCBCBC;
    margin-left: 7px;
}
.ctt_admin {
    display: none;
}
.pg_current {
  background: #3A54A4;
}
.pg_page, .pg_current {
  border: none;
}
.pg_page {
  background: none;
  text-indent: 0;
  color: #999;
}
.pg_page:hover {
  background: none;
}
.pg_wrap {
  text-align: center;
  margin-top: 40px;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg,
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 18px;
  height: 30px;
  line-height: 28px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
  line-height: 1.7;
  margin: 0 5px;
}
.pg_current {
  border-radius: 50%;
  font-weight: 600;
  color: #fff;
}
.pg_prev,
.pg_next,
.pg_start,
.pg_end {
  font-size: 25px;
  line-height: 1.1;
  position: relative;
}
.pg_start,
.pg_end {
  color: #b2b2b2;
}
.pg .material-icons {
  vertical-align: bottom;
}

.pg_wrap .material-icons {
  /* letter-spacing: -0.8em; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.bd_basic_write .input_wr {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #4d4d4d;
    font-size: 16px;
}
.bd_basic_write .input_wr dl {
    width: 100%;
    border-bottom: 1px solid #ccc;
    display: flex;
}
.bd_basic_write .input_wr dl.wr50 {
    width: 50%;
}
.bd_basic_write .input_wr dl.agree_wr {
    border-bottom: 0;
    padding: 20px 0 10px;
}
.bd_basic_write .input_wr dl dt {
    width: 140px;
    text-align: center;
    padding: 15px 0;
    background-color: #f2f2f2;
    border-right: 1px solid #ccc;
}
.bd_basic_write .input_wr dl dd {
    width: calc(100% - 140px);
    padding: 10px;
}
.bd_basic_write .input_wr dl dd.wr100 {
    width: 100%;
    text-align: center;
}
.bd_basic_write .input_wr dl dd textarea {
    resize: none;
}
.bd_basic_write .input_wr dl dd .radio_wr span {
    display: inline-block;
}
.bd_basic_write .input_wr dl dd input[type="text"] {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
    box-sizing: border-box;
}
.bd_basic_write .input_wr dl dd input[type="text"].half_input {
    width: 49.5%;
}
.bd_basic_write .input_wr dl dd input[type="radio"],
.bd_basic_write .input_wr dl dd input[type="checkbox"] {
    display: none;
}
.bd_basic_write .input_wr dl dd input[type="radio"] + label,
.bd_basic_write .input_wr dl dd input[type="checkbox"] + label {
    position: relative;
    cursor: pointer;
    margin-right: 18.5px;
    word-break: keep-all;
}
.bd_basic_write .input_wr dl dd input[type="checkbox"] + label span {
    display: none;
}
.bd_basic_write .input_wr dl dd input[type="radio"] + label::before,
.bd_basic_write .input_wr dl dd input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #333;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    transform: translateY(-15%);
}
.bd_basic_write .input_wr dl dd input[type="radio"]:checked + label,
.bd_basic_write .input_wr dl dd input[type="checkbox"]:checked + label {
    font-weight: 600;
}
.bd_basic_write .input_wr dl dd input[type="radio"]:checked + label::before,
.bd_basic_write .input_wr dl dd input[type="checkbox"]:checked + label::before {
    border-color: #333;
    background-color: #333;
}
.bd_basic_write .input_wr dl dd.file_wr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bd_basic_write .input_wr dl dd.file_wr input[type="checkbox"] + label {
    margin-right: 0;
}
.bd_basic_write .input_wr .chk_box {
    display: inline-block;
}
.bd_basic_write .cke_sc {
    display: none;
}

.bd_basic_write .agree_btn {
    display: none;
}
.bd_basic_write .agree_btn + label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border: 2px solid #333;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 10px;
    margin: -2px 10px 0 0;
}
.bd_basic_write .agree_btn:checked + label::before {
    background-color: #f49b04;
    /* content: "\e80a"; */
    border: 0;
}
.view_agree {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}
.bd_basic_write .btn_wr {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 0;
}
.bd_basic_write .btn_wr .btn {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #ccc;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 16px !important;
    font-weight: 400;
    margin: 0 5px;
}
@media (max-width: 1024px) {
    .sub-title {
        z-index: -1;
        min-height: 210px;
    }
    .sub-title h2 {
        font-size: 2.4rem;
    }
    .sub-content {
        padding: 40px 0 0 0;
    }

    .close-style {
        color: #333;
        font-size: 3rem !important;
        font-weight: 700 !important;
    }

    .sub .sub_content {
        padding: 30px 0;
    }

    .sub .sub_bg {
        min-height: auto;
    }

    .pg,
    .pg_page,
    .pg_current {
      margin: 0 1px;
    }
  
    .pg_page {
      font-size: 1.4rem;
      width: 20px;
      height: 20px;
      padding: 0 5px;
      font-weight: 600;
      min-width: unset;
  }
  .pg_current {
      margin-top: 3px;
      font-size: 1.4rem;
      width: 20px;
      height: 20px;
      min-width: unset;
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }
  .pg_page  .material-icons {
      font-size: 1.7rem;
  }
  }