.sec {
  
}

.hd_background {
  background-image: url(../img/sub4_hd.png);
}
.sec1 {
  text-align: center;
}
.sec1 .tbox {
  margin-bottom: 100px;
}

.sec1 .tbox .cate_wr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
.sec1 .tbox .cate_wr li:first-child {
  /* display: none; */
}
.sec1 .tbox .cate_wr a {
  width: 220px;
  font-weight: 500;
  font-size: 16px;
  height: 60px;
  /* line-height: 60px; */
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  color: #222;
  border: solid 1px #c9c9c9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .tbox .cate_wr a#bo_cate_on {
  background-color: #14284c;
  color: #fff;
}
.sec1 .tbox a:nth-child(2) {
}

.sec1 .input_txt input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #c9c9c9;
}
.sec1 .input_txt {
  width: 70%;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
.sec1 .input_txt .sch_input {
  font-size: 18px;
  border: 0;
  outline: 0;
  width: 100%;
  height: 50px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  padding: 0 0 0 33px;
  /* background-image: url(../img/sub4_input.png); */
}
.sch_input {
}
.sch_btn {
  background-image: url(../img/search_icon.png);
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 2;
  right: 1%;
  top: 25%;
  border: 0;
  background-color: transparent;
}
.selct_box{
  display: none;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  margin-bottom:10px ;
}
.selct_box select{
  font-size: 18px;
  border: 0;
  outline: 0;
  width: 100%;
  height: 50px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  padding: 0 0 0 12px;
  appearance: none;
  color: #222;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position:top 50% right 3.6%;
}
.sec1 .bbox .panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 60px 3.6%;
  padding-bottom: 100px;
}
.sec1 .bbox {
}
.sec1 .bbox .panel .panel_box {
  width: 48%;
  border: solid 1px #c9c9c9;
  display: flex;
  padding: 21px 40px 17px 43px;
  transition: all 0.3s;
  max-height: 250px;
  
}

.sec1 .bbox .panel_box:hover {
  border: solid 1px #14284c;
}
.sec1 .bbox .panel .pl_box_txt {
  padding: 34px 20px 34px 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 70%;
  justify-content: space-between;
}
.sec1 .bbox .pl_box_txt h4 {
  font-size: 25px;
  font-weight: 700;
  color: #14284c;
  word-break: keep-all;
}

.sec1 .bbox .pl_box_txt a {
  font-size: 16px;
  font-weight: 500;
  background-color: #14284c;
  color: #fff;
  border-radius: 5px;
  padding: 6px 7px;
  display: block;
  float: left;
  width: 175px;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#en_do{
    width: 130px;
}
.sec1 .bbox .panel_box .img_wr {
  width: 30%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sec1 .bbox .panel_box .img_wr img {
 opacity: 0;
 overflow: hidden;
}
.sec1 .bbox .pl_box_txt a span svg {
  align-items: center;
  vertical-align: bottom;
  
}

/* .sec2 .wr {
  width: 95%;
}
#select_1 {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  border: solid 1px #a6a6a6;
  appearance: none;
  background-image: url(../m_img/select.png);
  padding: 0 12px;
  margin-bottom: 10px;
}
.sec2 {
  display: none;
}
.sec2 .bbox {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 40px 14px;
}
.sec2 .product_dt {
  width: 48%;
}
.sec2 .bbox .img_wr {
  border: solid 1px #14284c;
  text-align: center;
  padding: 16px 42px 15px 41px;
  margin-bottom: 20px;
}
.sec2 .bbox h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #14284c;
  text-align: center;
}
.sec2 .bbox a {
  display: flex;
  width: 104px;
  font-size: 14px;
  font-weight: 500;
  background-color: #14284c;
  color: #fff;
  border-radius: 5px;
  padding: 3px 7px;
  align-items: center;
  margin: auto;
  margin-top: 20px;
}
.sec2 .bbox a svg {
  margin-right: 5px;
  align-items: center;
} */
.pc {
  display: block;
}
.mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
    .pg_wrap{
        margin-top: 20px;
    }
  .hd_background {
    margin-bottom: 60px;
    background-image: url(../img/m_img/m_sub4_hd.png);
  }
  
  .sec {
    margin-bottom: 0;
  }
  .sec1 {
    margin-bottom: 60px;
  }
  .sec1 .tbox {
    margin-bottom: 40px;
  }
  .sec1 .tbox .cate_wr {
    display: none;
  }
  .sec1 .input_txt {
    width: 100%;
  }
  .sec1 .input_txt .sch_input {
    padding: 0 0 0 12px;
  }
  .sch_btn {
    background-image: none;
  }

  .sec1 .bbox .panel {
    grid-gap: 40px 3.6%;
    align-items: baseline;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .sec1 .bbox .panel .panel_box {
    width: 48%;
    border: solid 0px #c9c9c9;
    flex-direction: column-reverse;
    padding: 0;
    text-align: center;
    justify-content: space-between;
    gap: 20px;
    transition: none;
    margin-bottom: 40px;
    margin-bottom: 40px;
  }
  .sec1 .bbox .panel .pl_box_txt {
    padding: 0;
    text-align: center;
    width: 100%;
    gap: 20px;
    
  }
  .sec1 .bbox .pl_box_txt h4 {
    font-size: 16px;
    font-weight: 500;
    color: #14284c;
    min-height: 38px;
  }
  .sec1 .bbox .pl_box_txt a {
    font-size: 14px;
    float: none;
    margin-top: 0px;
    width: 150px;
    margin: 0 auto;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec1 .bbox .panel_box .img_wr {
    width: 100%;
    border: 1px solid #14284c;
   
    
    
  }
 .selct_box{
    display: block;
}

}
@media screen and (max-width: 700px) {
  .hd_background .tbox h3 {
    left: 40%;
  }
}
