/*board*/

.sub-title {
  text-align: center;
}

.board_tlb{
  width: 100%;
}

.board_common_btn_list {

}

.board_common_btn_list ul { 
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 80px
}

.board_common_btn_list a,
.board_common_btn_list button {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #333;
  display: inline-block;
  text-align: center
}

.board_top_flex {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px
}

.total_board {}

.total_board p {
  font-size: 14px;
  color: #fff
}

.total_board p b {
  font-weight: bold;
  color: #1936B2
}

.search_board form {
  display: flex;
  gap: 10px
}

.search_board form select {
  background: #1A1A1A url(../img/sub/drop_search.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
  color: #666;
  height: 60px;
  line-height: 60px;
  border: 0;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative
}

.search_board form select::-ms-expand {
  display: none;
}

.search_board .sch_bar {
  background: #1A1A1A;
  border-radius: 5px;
  display: flex;
  overflow: hidden
}

.search_board .sch_bar input {
  font-size: 15px;
  padding: 0 20px;
  line-height: 60px;
  border: 0;
  background: #1A1A1A
}

.search_board .sch_bar button {
  padding: 0 20px;
  border: 0;
  background: #1A1A1A
}

.board_tlb table {
  width: 100%;
  border-top: 1px solid #82765B;
  border-spacing: 0;
}

.board_tlb table th {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  color: #111;
  background-color: #fafafa;
  padding: 15px 0;
}

.board_tlb table .mo_num{
  width: 10%;
}

.board_tlb table td {
  font-size: 18px;
  padding: 17px 24px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  color: #fff;
  text-align: center
}

.board_tlb table td a {
  font-size: 16px;
  color: #111;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 줄 수를 2줄로 제한 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.board_tlb table td.empty_table {
  font-size: 1em;
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

.board_tlb table td.num {
  text-align: center;
  width: 80px;
  font-size: 15px;
  color: #fff
}

.board_tlb table td.num .notice_icon {
  color: #fff
}

.board_tlb table td.date {
  text-align: center;
  font-weight: 400
}

.board_tlb table td.date p {
  font-size: 16px;
  color: #111;
  text-align: center;
}

.board_tlb table td.down {
  text-align: center;
  width: 170px;
  font-size: 15px;
  color: #999
}

.board_tlb table td a.flexa {
  display: flex;
  gap: 10px
}

.board_tlb table td .point {
  font-size: 14px;
  background: #FF8A00;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff
}

.board_tlb table td.file,
.board_tlb table td.ofc {
  text-align: center;
  width: 160px;
  text-align: center
}




.board_tlb .down_load {}

.board_tlb .down_load {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #18459D;
  padding: 15px 25px 15px 15px;
  border-radius: 100px
}

.board_tlb .down_load i {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px
}




.board_detail_content {
  border-top: 2px solid #D9D9D9;
  padding-top: 50px;
  border-bottom: 1px solid #D9D9D9;
}

.board_view_btn {
  text-align: center;
  margin-top: 100px
}



.gall_list_style {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
}

.gall_list_style li {
  width: calc(33.33% - 19.99px)
}

.gall_list_style li.empty_list {
  width: 100%
}

.gall_list_style .gall_img {
  overflow: hidden;
  border-radius: 10px;
  transition-duration: .8s;
  border: 1px solid #1b1b1b;
  position: relative
}

.gall_list_style .gall_img .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 164, 36, 0.90);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-duration: .8s
}

.gall_list_style .gall_img .bg em {
  color: #fff;
  font-size: 18px;
  font-style: normal
}

.gall_list_style .gall_img .bg img {
  width: auto;
  height: auto;
  object-fit: none;
  aspect-ratio: auto;
}

.gall_list_style .gall_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.gall_list_style.certifications .gall_img img {
  aspect-ratio: 21 / 29;
}

.gall_list_style.certifications li {
  width: calc(25% - 22.5px)
}





.board_list_txt {
  margin-top: 25px;
  text-align: center
}

.board_list_txt p {
  font-size: 16px;
  color: #aaa;
  margin-top: 10px
}

.board_list_txt h3 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-duration: .8s
}




.gall_list_style li:hover .board_list_txt h3 {
  color: #1936B2
}

.gall_list_style li:hover .gall_img .bg {
  opacity: 1
}


.gall_list_style.certifications .board_list_txt {
  text-align: center
}

.if_video_are {
  max-width: 1024px;
  margin: 0 auto;
}

.board_detail_content .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 5px;
  display: none;
}

.board_detail_content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#bo_v_file li {
  padding: 25px 0;
  border: 0;
  border: 0;
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0
}

#bo_v_file li a {
  display: flex;
  gap: 20px;
  font-size: 16px;
  color: #ddd
}

#bo_v_file li i {
  float: none;
  margin: 0
}

#bo_v_file li i img {
  margin: 0
}

#bo_v_file li a strong {
  font-weight: 400
}


.board_title {
  margin-bottom: 60px;
  text-align: center
}

.board_title h2 {
  font-size: 40px;
  font-weight: 900;
  color: #111;
}

.board_title h3 {
  margin-top: 20px;
  font-size: 16px;
  color: #585858;
  font-weight: 300
}

.contact_view {}

.contact_view li {
  font-size: 18px;
}

.contact_view li+li {
  margin-top: 10px
}

.contact_content *,
.contact_content {
  font-size: 18px;
  line-height: 150%;
  word-break: keep-all;
}

#bo_v_con{
  margin: 10px 0 30px;

}
#bo_v_con,
#bo_v_con * {
    color: #585858;
    font-size: 16px;
    line-height: 150%;
    word-break: keep-all;
    
}


#bo_cate {
  margin-bottom: 40px;
}

#bo_cate h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

#bo_cate ul {
  zoom: 1;
  display: flex;
  justify-content: center;
  gap: 10px
}

#bo_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#bo_cate li {
  display: inline-block;
  padding: 2px
}

#bo_cate a {
  display: block;
  line-height: 28px;
  padding: 19px 40px;
  border-radius: 40px;
  border:1px solid var(--main-color);
  color: var(--main-color);
  font-size: 18px;
  font-weight: 600;
  transition-duration: .5s
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
  text-decoration: none;
  background: var(--main-color);
  color: #ffffff;
}

#bo_cate #bo_cate_on {
  z-index: 2;
  background: var(--main-color);
  color: #ffffff;
}



.more_product{
    display: flex;
    justify-content: center;
}





#faq_wrap {
  margin: 0;
  border-top: 2px solid #fff
}

#faq_wrap h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.faq_admin {
  text-align: right
}

#faq_wrap ol {
  margin: 0;
  padding: 0;
  list-style: none
}

#faq_wrap li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  ;
  background: #111;
  position: relative;
  transition-duration: .5s
}

#faq_wrap li:first-child {
  border-top: 1px solid #ececec
}

#faq_wrap li h3 {
  min-height: 80px;
  padding: 35px;
  padding-left: 70px;
  position: relative;
  font-size: 18px;
  color: #fff;
  word-break: keep-all;
  line-height: 150%
}

#faq_wrap li h3 a {
  color: #fff
}

#faq_wrap li h3 .tit_btn {
  position: absolute;
  right: 10px;
  top: 30px;
  border: 0;
  width: 37px;
  height: 37px;
  background: #111;
  color: #fff;
  font-size: 18px
}

#faq_wrap li h3 .tit_bg {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 10px;
  text-align: center;
  width: 37px;
  height: 37px;
  background: #1936B2;
  color: #fff;
  font-size: 18px;
  line-height: 37px
}


#faq_wrap li h3 .tit_btn img {
  transition-duration: .8s;
  transform: rotate(180deg);
}

#faq_wrap li h3.faq_li_open .tit_btn img {
  transform: rotate(0deg);
}

#faq_con .con_inner {
  display: none;
  padding: 30px 70px;
  border-radius: 10px;
  background: #1B1B1B;
}


#faq_con .con_inner,
#faq_con .con_inner * {
  color: #fff;
  font-size: 16px;
  word-break: keep-all;
  line-height: 150%
}

#faq_wrap li:has(.faq_li_open) {
  border-bottom: 0
}

@media screen and (max-width:1280px) {
  #bo_cate a{
    font-size: 16px;
    padding: 12px 32px;
  }
  .board_tlb table th{
    font-size: 16px;
  }
  .board_tlb table td{
    padding: 12px 18px;
    font-size: 16px;
  }
  .board_title h2{
    font-size: 34px;
  }

}


@media screen and (max-width:768px) {
  #bo_cate a{
    font-size: 14px;
    padding: 8px 26px;
  }
  .board_tlb table th{
    font-size: 14px;
  }
  .board_tlb table td.date p{
    font-size: 14px;
  }
  .board_common_btn_list ul{
      flex-wrap: wrap;
    }
  .board_title h2{
    font-size: 30px;
  }
  .board_title h3{
    font-size: 14px;
  }

}

@media screen and (max-width:530px) {
  #bo_cate ul{
    flex-wrap: wrap ;
    gap: 5px;
    justify-content: flex-start;
  }
  #bo_cate a{
    text-align: center;
  }
  .board_tlb table td{
    padding: 10px 16px;
    font-size: 14px;
  }

}