

/* News List */
.bbs-news .table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid #BE201F;
}

.bbs-news .table thead tr{
  border-bottom: 1px solid #D80C24;
}
.bbs-news .table tr {
  border-bottom: 1px solid #D80C24;
  position: relative;
}

.bbs-news .table th{
  font-size: 2rem;
  padding: 18px 0;
}
.bbs-news .table td {
  padding: 28px 0;
  font-size: 2rem;
  font-weight: 600;
}
.bbs-news .table td.no{color: #D80C24;}
.bbs-news .table td.data{color: #6E6E6E;}

.bbs-news .table.td-py-18 td{
  padding: 18px 0;
}
.bbs-news .table td a {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bbs-news .table td.subject a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bbs-news .table tr.tr-notice {
}

.bbs-news .table tr.tr-notice .no {
  font-weight: 600;
  font-size: 1.6rem;
  padding: 20px 0;
}

.bbs-news .table tr.tr-notice .no .tag{
  color: #fff;
  background-color: #D80C24;
  width: 67px;
  height: 41px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bbs-news .table tr.table-message .txt {
  text-align: center;
  padding: 130px 20px;
}

.bbs-news .table tr.table-message .txt p {
  font-size: 1.8rem;
}

@media screen and (max-width:1200px) {
  .bbs-news .table th,
  .bbs-news .table td {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .bbs-news .table th, 
  .bbs-news .table td {
    height: 50px;
    padding: 6px;
  }
}
@media screen and (max-width:768px) {
  .bbs-news .table{border-top-width: 2px;}
  .bbs-news .table thead {
    display: none;
  }

  .bbs-news .table {
    display: block;
  }

  .bbs-news .table tbody {
    display: block;
  }

  .bbs-news .table tr {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 4px;
  }

  .bbs-news .table th,
  .bbs-news .table td,
  .bbs-news .table.td-py-18 td {
    position: relative;
    height: auto;
    padding: 4px 6px;
    font-size: 1.4rem;
  }

  .bbs-news .table td.no {
    order: 2;
  }

  .bbs-news .table td.no::after,
  .bbs-news .table td.writer::after,
  .bbs-news .table td.country:after,
  .bbs-news .table td.sector:after {
    content: "";
    display: block;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    width: 1px;
    height:10px;
    background-color:#999;
  }

  .bbs-news .table td.subject {
    width: 100%;
    order: 1;
    position: unset;
  }
  .bbs-news .table td.writer{
    order: 3;
  }
  .bbs-news .table td.data {
    order: 4;
  }
  .bbs-news .table td.country{
    order: 3;
  }
  .bbs-news .table td.sector{
    order: 3;
  }
  .bbs-news .table tr.tr-notice .no{
    padding: 4px 6px;
  }
  .bbs-news .table tr.tr-notice .no .tag{
    width: auto;
    height: auto;
    color: #D80C24;
    background-color: transparent;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .bbs-news .table{border-top-width: 1px;}
  .bbs-news .table tr {
    padding: 4px 2px;
  }

  .bbs-news .table th,
  .bbs-news .table td {
    font-size: 1.3rem;
  }
  .bbs-news .table tr.tr-notice .no .tag{
    font-size: 1.3rem;
  }
}
/* Board View */
.bbs-view {
  border-top: 3px solid #BE201F ;
}

.bbs-view-head {
  padding: 60px 0px;
  border-bottom: 1px solid #949494;
}

.bbs-view-head .data {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bbs-view-head .data .ico-time{
  width: 16px;
  height: 16px;
  background: url(/asset/img/common/ico-time.svg)no-repeat center center / cover;
}

.bbs-view-area {
  min-height: 380px;
  padding: 30px 0px;
}

.bbs-view-file {
  padding:20px 0px;
  border-bottom: 1px solid #949494;
}

.bbs-view-file .file {
  padding: 20px;
  border-radius: 5px;
  background-color: #F5F5F5;
}

.bbs-view-file .file a {
  display: flex;
  align-items: center;
  gap:10px;
}

.bbs-view-file .file i {
  display: block;
  width: 21px;
  height:21px;
  background: url('/asset/img/common/ico-down.svg') no-repeat center /cover;
}

.bbs-view-file .file span {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 40px);
}

.bbs-view-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
}

.bbs-view-nav .nav-prev,
.bbs-view-nav .nav-next {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D80C24;
  gap: 15px;
  height: 40px;
}

.bbs-view-nav:not(:has(.nav-prev)) {
  justify-content: flex-end;
}
.bbs-view-nav .nav-prev i,
.bbs-view-nav .nav-next i {
  display: inline-block;
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bbs-view-nav .nav-prev i {
  background-image: url('/asset/img/common/ico-arw01.svg');
}

.bbs-view-nav .nav-next i {
  background-image: url('/asset/img/common/ico-arw02.svg');
}

.bbs-view-nav .nav-prev span,
.bbs-view-nav .nav-next span {
  display: block;
}

.bbs-view-nav .nav-prev p,
.bbs-view-nav .nav-next p {
  display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	overflow: hidden;
  white-space: nowrap;
}

.bbs-view-nav .nav-prev {
  left: 0;
}

.bbs-view-nav .nav-next {
  right: 0;
  text-align: right;
}

.bbs-view-nav .nav-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 40px;
  background-color: #D80C24;
}
.bbs-view-nav .bnav-box{
  display: flex;
  gap: 10px;
}

.bbs-view-nav .nav-prev:hover,
.bbs-view-nav .nav-next:hover{background-color: #d80c24;}
.bbs-view-nav .nav-prev:hover span,
.bbs-view-nav .nav-next:hover span{color: #fff; font-weight: 700;}

@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {
  .bbs-view-head{
    padding: 30px 0;
  }
  .bbs-view-area{
    min-height: 250px;
  }
  .bbs-view-nav{
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .bbs-view-nav .nav-prev,
  .bbs-view-nav .nav-next{
    height: 45px;
  }

  .bbs-view-nav .nav-back{
    height: 45px;
    width: 100%;
  }
  .bbs-view-nav .bnav-box{
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width:576px) {

}
/* 검색바 */
.search {
  display: flex;
  justify-content: flex-end;
}
.search form{
  display: flex;
  gap: 20px;
}
.search .search-select{
  width: 100px;
  height: 50px;
}
.search .search-select select{
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: url(/asset/img/bbs/ico-select.svg)no-repeat center right 20px;
  cursor: pointer;
  border-bottom: 1px solid #D80C24;
}

.search .search-input{
  position: relative;
  width: 250px;
  height: 50px;
}
.search .search-input input{
  width: 100%;
  height: 100%;
  padding: 0 50px 0 15px;
  border-bottom: 1px solid #D80C24;
}
.search .search-input button{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

@media all and (max-width:1024px){
  .search .search-select{
    height: 45px;
  } 
  .search .search-input{
    height: 45px;
  }
}
@media all and (max-width:768px){
  .search form{
    gap: 10px;
  }
  .search .search-select{
    width: 100px;
  } 
  .search .search-input{
    width: calc(100% - 110px);
    max-width: 300px;
  }
  .search .search-input input{
    padding: 0 85px 0 10px;
  }
  .search .search-select select{
    padding: 0 10px;
  }
  .search .search-input button{
    width: 75px;
  }
}

@media all and (max-width:576px){
  .search .search-select{
    height: 40px;
  } 
  .search .search-input{
    height: 40px;
  }
  .search .search-input button{
    width: 60px;
  }
  .search .search-input input{
    padding-right: 70px;
  }
}

/* 페이지네이션 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width:28px;
  height:28px;
  margin: 0 5px;
	border-radius:50%;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  text-align: center;
  font-size:1.6rem;
  transition:all ease-out .15s;
  color: 000;
}

.pagination a:not(.current) {
  cursor:pointer;
}

.pagination a.current {
	color:#fff;
  background-color: #D80C24;
	font-weight:700;
}

.pagination a.pagination-prev-two {
  background-image: url('/asset/img/bbs/ico-page01.svg');
}

.pagination a.pagination-prev {
  background-image: url('/asset/img/bbs/ico-page02.svg');
}

.pagination a.pagination-next {
  background-image: url('/asset/img/bbs/ico-page03.svg');
}
.pagination a.pagination-next-two {
  background-image: url('/asset/img/bbs/ico-page04.svg');
}

@media screen and (max-width:1200px) {
  .pagination a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:1024px) {
  .pagination {
    margin-top: 60px;
  }

  .pagination a {
    width: 30px;
    height:30px;
    margin: 0px 4px;
  }
}
@media screen and (max-width:768px) {
  .pagination {
    margin-top: 40px;
  }

  .pagination a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .pagination {
    margin-top:30px;
  }

  .pagination a {
    width:26px;
    height:26px;
    margin: 0px 2px;
    font-size: 1.4rem;
  }
}


/* On the Ground */
.hub-common-bbs{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 28px;
}
.hub-common-bbs.item03 .hub-common-box{
  width: calc(33.333% - 18.666px);
}
.hub-common-box{
  position: relative;
  display: block;
  border-radius: 25px;
  overflow: hidden;
  aspect-ratio: 1/1.263;
}
.hub-common-box .bgimg-box{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hub-common-box .retxt-box{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 80px 20px;
  z-index: 2;
  background-color: rgba(0,0,0,.4);
}
.hub-common-box .retxt-box .orange-top{
  background-color: #21409A;
  padding: 3px 21px;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
}

@media all and (max-width:1400px){
  .hub-common-box .retxt-box{
    padding: 40px 20px;
  }
}
@media all and (max-width:1024px){
  .hub-common-box .retxt-box{
    padding: 20px 10px;
  }

  .hub-common-box .retxt-box .eng{
    font-size: 1.8rem;
  }
  .hub-common-box .retxt-box .kor{
    font-size: 2rem;
  }
}

@media all and (max-width:768px){
  .hub-common-bbs{
    gap: 20px;
  }
  .hub-common-bbs.item03 .hub-common-box{
    width: calc(50% - 10px);
  }
  .hub-common-box .retxt-box .orange-top{
    padding: 1px 5px;
  }
}
@media all and (max-width:576px){
  .hub-common-bbs{
    gap: 10px;
  }
  .hub-common-bbs.item03 .hub-common-box{
    width: calc(50% - 5px);
  }
  .hub-common-box .retxt-box .eng{
    font-size: 1.4rem;
  }
  .hub-common-box .retxt-box .kor{
    font-size: 1.6rem;
  }
}

/*구매문의 페이지 */
.form-input-list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
.form-input-list .form-input-box{
  width: 100%;
}
.form-input-list .form-input-box.w50{
  width: calc(50% - 15px);
}
.form-input-list .input-box {
  width: 100%;
  height: 55px;
  border: 1px solid #D80C24;
  border-radius: 6px;
  overflow: hidden;
}
.form-input-list .textarea-box{
  width: 100%;
  border: 1px solid #D80C24;
  border-radius: 6px;
  overflow: hidden;
  height: 300px;
}
.form-input-list .input-box .input{
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.form-input-list .textarea-box .textarea{
  resize: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 20px;
}


.form-agree-check{
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-agree-check .ch-input{display: none;}

.form-agree-check .ch-label{
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
}
.form-agree-check .ch-i{
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #666;
}

.form-agree-check .ch-input:checked ~ .ch-i{
  background: #000000 url(/asset/img/bbs/ico-check.svg)no-repeat center center;
  border-color: #000;
}
.form-agree-check .ch-input:checked ~ .ch-txt{font-weight: 700;}
.form-agree-check .ch-prbtn{
  display: flex;
  align-items: center;
  gap: 5px;
}
.form-agree-check .ch-prbtn:hover{font-weight: 700;}

.form-check-box .form-check{
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-check-box .fc-label{
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form-check-box .fc-input{
  display: none;
}
.form-check-box .fc-txt{color: #111;}
.form-check-box .fc-i{
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  border: 1px solid #d80c24;
}
.form-check-box .fc-input:checked ~ .fc-i{
  background: #d80c24 url(/asset/img/bbs/ico-check02.svg)no-repeat center center;
}

.form-submit-box .submit-btn{
  width: 500px;
  max-width: 100%;
  height: 60px;
  border-radius: 6px;
  background-color: #d80c24;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


@media all and (max-width:1024px){
  .form-input-list{
    gap: 20px 15px;
  }
  .form-input-list .form-input-box.w50{
    width: calc(50% - 7.5px);
  }
  .form-check-box .form-check,
  .form-agree-check{
    gap: 10px;
    flex-wrap: wrap;
  }
}
@media all and (max-width:768px){
  .form-input-list{
    gap: 20px;
  }
  .form-input-list .form-input-box.w50{
    width: 100%;
  }
  .form-input-list .input-box{
    height: 50px;
  }
  .form-input-list .textarea-box{
    height: 180px;
  }
  .form-input-list .input-box .input{
    padding: 0 15px;
  }
  .form-input-list .textarea-box .textarea{
    padding: 15px;
  }
  .form-check-box .fc-i{
    width: 20px;
    height: 20px;
  }
  .form-check-box .fc-input:checked ~ .fc-i{
    background-size: 12px auto;

  }
  .form-agree-check{
    justify-content: center;
  }
}

@media all and (max-width:576px){
  .form-input-list{
    gap: 10px;
  }
  .form-input-list .input-box{
    height: 45px;
  }
  .form-check-box .form-check, .form-agree-check{
    gap: 8px;
  }
  .form-check-box .fc-label{
    gap: 5px;
  }
}

.bbs-gallery-list{
  display: flex;
  gap: 60px 20px;
  flex-wrap: wrap;
}
.bbs-gallery-list .bgl-href{
  width: calc(25% - 15px);
}

.bbs-gallery-list .img-box{
  aspect-ratio: 1/1.834;
  
}
.bbs-gallery-list .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width:1024px){
.bbs-gallery-list{
  gap: 20px 10px;
}
.bbs-gallery-list .bgl-href{
  width: calc(25% - 7.5px);
}

}

@media all and (max-width:768px){
.bbs-gallery-list{
  gap: 20px 10px;
}
.bbs-gallery-list .bgl-href{
  width: calc(50% - 5px);
}

}