

/* News List */
.bbs-news .table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #858585;
}

.bbs-news .table thead tr{
  border-bottom: 1px solid #CFCFCF;
}
.bbs-news .table tr {
  border-bottom: 1px solid #CFCFCF;
  position: relative;
}

.bbs-news .table th{
  font-size: 1.8rem;
  padding: 19px 0;
}
.bbs-news .table td {
  padding: 19px 0;
  font-size: 1.8rem;
}
.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;
}

.bbs-news .table tr.tr-notice .no .tag{
  color: #fff;
  background-color: ;
  width: 50px;
  height: 25px;
  border-radius: 5px;
  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 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.type::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.type,
  .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 .tag{
    width: auto;
    height: auto;
    color: var(--color-point);
    background-color: transparent;
    font-size: 1.4rem;
  }
}
@media screen and (max-width:576px) {
  .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: 2px solid #001446 ;
}

.bbs-view-head {
  padding: 30px 0px;
  border-bottom: 1px solid #949494;
}

.bbs-view-head .data {
  position: relative;
  display: flex;
  align-items: 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-area iframe{
  max-width: 100%;
}
.bbs-view-area img{
  height: auto;
}
.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: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  gap: 15px;
  height: 60px;
}

.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 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  background-color: #919191;
  border-radius: 10px;
}

@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-nav{
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .bbs-view-nav .nav-prev,
  .bbs-view-nav .nav-next{
    height: 45px;
    order: 1;
    width: 100px;
    gap: 5px;
  }

  .bbs-view-nav .nav-back{
    height: 45px;
    order: 3;
    width: 100%;
    position: unset;
    transform: none;
  }
}
@media screen and (max-width:576px) {

}
/* 검색바 */
.search {
  display: flex;
  justify-content: center;
}
.search form{
  display: flex;
  gap: 10px;
  max-width: 550px;
  width: 100%;
}
.search .search-select{
  width: 140px;
  height: 60px;
}
.search .search-select select{
  width: 100%;
  height: 100%;
  padding: 0 20px;
  background: #F5F5F5 url(/asset/img/common/select-arw.png)no-repeat center right 20px;
  border-radius: 5px;
  cursor: pointer;
}


/* 검색바 */
.search-input {
  position: relative;
  height: 60px;
  width: 100%;
  border-radius: 500px;
  overflow: hidden;
}
.search-input .input {
  width: 100%;
  height: 100%;
  padding: 0 60px 0 30px;
  background-color: #F3F5F6;
}
.search-input .button{
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #36b7fa;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

@media all and (max-width:1024px){
  .search-input{
    height: 55px;
  }
}

@media all and (max-width:576px){
  .search-input{
    height: 50px;
  }
  .search-input .button{
    height: 35px;
    width: 35px;
    right: 5px;
  }
  .search-input .input{
    padding: 0 40px 0 20px;
  }
}

/* 페이지네이션 */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width:25px;
  height:25px;
  margin: 0 5px;
	border-radius:50%;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  text-align: center;
  font-size:1.8rem;
  transition:all ease-out .15s;
  color: 000;
}

.pagination a:not(.current) {
  cursor:pointer;
}

.pagination a.current {
	color:var(--color-point);
	font-weight:700;
}

.pagination a.pagination-prev,
.pagination a.pagination-next {
  background-color: #f5f5f5;
}

.pagination a.pagination-prev {
	margin-right:16px;
  background-image: url('/asset/img/common/page-arw01.png');
}

.pagination a.pagination-next {
	margin-left:16px;
  background-image: url('/asset/img/common/page-arw02.png');
}

@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;
    background-size: auto 8px;
    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: var(--color-point);
  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;
  }
}

/* 검색바 아래 choice */
.bbs-select-href{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bbs-select-href .bs-href{
  padding: 12.5px 30px;
  border-radius: 100px;
  background-color: #f3f5f6;
  color: #858585;
}
.bbs-select-href .bs-href.active{
  color: #fff;
  background-color: #36B7FA;
  font-weight: 700;
}

@media all and (max-width:768px){
  .bbs-select-href{
    gap: 3px;
  }
  .bbs-select-href .bs-href{
    padding: 10px 20px;
  }
}

/* prcenter > 구축사례 */
.bbs-casegory{
  display: flex;
  flex-wrap: wrap;
  gap: 28px 24px;
}
.bbs-casegory .casegory-box{
  width: calc(25% - 18px);
  background-color: #F3F5F6;
  border-radius: 10px;
  overflow: hidden;
}
.bbs-casegory .top-box{
  padding: 30px;
}
.bbs-casegory .top-box .tag{
  padding: 5px 20px; 
  border-radius: 100px;
  width: fit-content;
  background: linear-gradient(270deg, #B6A3FF 0%, #36B7FA 100%);

}
.bbs-casegory .top-box .tit{
  height: 64px;
}
.bbs-casegory .top-box .date{
  border-top: 1px solid #CFCFCF;
}
.bbs-casegory .bot-box .img{
  aspect-ratio: 1/0.84;
}
.bbs-casegory .bot-box .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (max-width:1400px){
  .bbs-casegory .top-box{
    padding: 20px;
  }
}
@media all and (max-width:1200px){
  .bbs-casegory .top-box{
    padding: 15px;
  }
  .bbs-casegory .top-box .tit{
    height: 54px;
  }
  .bbs-casegory .top-box .tag{
    padding: 3px 15px;
  }
}

@media all and (max-width:1024px){
  .bbs-casegory{
    gap: 15px;
  }
  .bbs-casegory .casegory-box{
    width: calc(25% - 11.25px);
  }
  .bbs-casegory .top-box .tit{
    height: 52px;
  }
}

@media all and (max-width:768px){
  .bbs-casegory .top-box .tit{
    height: 50px;
  }
  .bbs-casegory .casegory-box{
    width: calc(50% - 7.5px);
  }
}
@media all and (max-width:576px){
  .bbs-casegory .top-box{
    padding: 10px;
  }
  .bbs-casegory .top-box .tit{
    height: 42px;
  }
}

/* PR Center > 문의하기 */
.inquiry-form {
  border-top: 1px solid #CFCFCF;
}
.inquiry-form .inquiry-flex{
  display: flex;
  flex-wrap: wrap;
  gap: 50px 64px;
}
.inquiry-form .inquiry-box{
  width: 100%;
}
.inquiry-form .inquiry-box.w50{
  width: calc(50% - 32px);
}
.inquiry-form .ib-input{
  height: 60px;
  width: 100%;
}
.inquiry-form .ib-input.flex{
  display: flex;
  gap: 20px;
  align-items: center;
}
.inquiry-form .ib-input .input{
  width: 100%;
  height: 100%;
  background-color: #F3F5F6;
  padding: 0 20px;
  border-radius: 10px;
}
.inquiry-form .ib-input .select{
  cursor: pointer;
  background: #f3f5f6 url(/asset/img/sub/prcenter/ico-select.svg)no-repeat center right 20px;
  padding-right: 40px;
}

.inquiry-form .ib-textarea {
  height: 250px;
}
.inquiry-form .ib-textarea .textarea{
  width: 100%;
  height: 100%;
  background-color: #F3F5F6;
  padding: 20px;
  border-radius: 10px;
  resize: none;
  outline: none;
}

.inquiry-form .ib-input .file{
  padding-right: 200px;
}
.inquiry-form .ibf-flex{
  display: flex;
  gap: 60px;
}
.inquiry-form .ibf-list{
  display: flex;
  gap: 60px;
}
.inquiry-form .ibf-list .ibf-label{
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.inquiry-form .ibf-list .ibf-check{display: none;}
.inquiry-form .ibf-list .ibf-i{
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #000;
}
.inquiry-form .ibf-list .ibf-check:checked ~ .ibf-i{
  background: #000 url(/asset/img/sub/prcenter/ico-check.svg)no-repeat center center;
}

.inquiry-form .ib-file{
  position: relative;
}
.inquiry-form .file-label{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 180px;
  background-color: #e2e2e2;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.inquiry-form .file-input{display: none;}
.inquiry-form .file-txt{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.inquiry-form .form-submit{
  width: 500px;
  height: 60px;
  border-radius: 10px;
  background-color: #36b7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}

@media all and (max-width:1400px){
  .inquiry-form .inquiry-flex{
    gap: 30px;
  }
  .inquiry-form .inquiry-box.w50{
    width: calc(50% - 15px);
  }
}

@media all and (max-width:1200px){
  .inquiry-form .ibf-list{
    gap: 30px;
  }
  .inquiry-form .ibf-list .ibf-i{
    width: 20px;
    height: 20px;
  }
  .inquiry-form .ib-input.flex{
    gap: 10px;
  }
}

@media all and (max-width:1024px){
  .inquiry-form .ibf-flex{
    gap: 30px;
  }
  .inquiry-form .inquiry-box.w50{
    width: 100%;
  }
  .inquiry-form .file-label{
    width: 130px;
  }
  .inquiry-form .ib-input .file{
    padding-right: 150px;
  }
  .inquiry-form .ibf-list{
    gap: 15px;
    flex-wrap: wrap;
  }
  .inquiry-form .ibf-list .ibf-label{
    gap: 5px;
  }
}

@media all and (max-width:768px){
  .inquiry-form .inquiry-flex{
    gap: 15px;
  }
  .inquiry-form .ib-textarea{
    height: 150px;
  }
  .inquiry-form .ib-textarea .textarea{
    padding: 10px;
  }
  .inquiry-form .ib-input{
    height: 45px;
  }
  .inquiry-form .ib-input .input{
    padding: 0 10px;
  }
  .inquiry-form .ibf-list{
    gap: 10px;
  }
  .inquiry-form .ib-input .select{
    padding-right: 20px;
    background-position: center right 10px;
  }
  .inquiry-form .file-txt{
    gap: 5px;
  }
  .inquiry-form .form-submit{
    height: 45px;
  }
}