/* Util */
.util {
  margin-bottom:40px;
}

.util form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.util .util-search {
  max-width: 540px;
  width: 100%;
}

.util .search-inner {
  display: flex;
  gap:10px;
}

.util .search-select {
  width: 160px;
  border-bottom:1px solid #505050;
}

.util .search-input {
  position: relative;
  padding-right:44px;
  width: calc(100% - 170px);
  border-bottom:1px solid #505050;
}

.util select {
  width: 100%;
  height:44px;
  padding:0px 20px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url('/asset/img/bbs/sch_select.png');
  font-size:1.6rem;
}

.util input {
  width: 100%;
  height:44px;
  padding:0px 20px;
  font-size:1.6rem;
}

.util button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  right:0;
  width:44px;
  height:44px;
  background: transparent url('/asset/img/bbs/sch_search01.png') no-repeat center;
}


/* Util Product */
.util--product {
  margin-bottom: 80px;
}

.util--product form {
  justify-content: center;
}

.util--product .util-search {
  max-width: 720px;
}

.util--product .search-inner {
  display: block;
  background-color: #f7f7f7;
  border:1px solid #e0e0e0;
  border-radius: 30px;
  overflow: hidden;
}

.util--product .search-input {
  width: 100%;
  border:0px;
  padding-right:50px;
}

.util--product input {
  height: 56px;
  padding: 0px 30px;
  background-color: transparent;
}

.util--product button {
  top:6px;
  right:6px;
  border-radius: 50%;
  background-color: #0a87a8;
  background-image: url('/asset/img/bbs/sch_search02.png');
}

@media(max-width:1200px) {
  /* Util */
  .util select {
    font-size: 1.4rem;
  }

  .util input {
    font-size: 1.4rem;
  }
}
@media(max-width:1024px) {
  /* Util */
  .util {
    margin-bottom: 30px;
  }

  .util .search-select {
    width: 140px;
  }

  .util .search-input {
    width: calc(100% - 150px);
  }

  .util select {
    height: 38px;
    padding: 0px 16px;
    background-position: right 16px center;
    background-size: auto 6px;
  }

  .util input {
    height: 38px;
    padding: 0px 16px;
  }

  .util button {
    width: 38px;
    height: 38px;
    background-size: auto 14px;
  }

    /* Util Product */
    .util--product .util-search {
      max-width: 600px;
    }

    .util--product .search-input {
      width: 100%;
    }

    .util--product input {
      height: 48px;
      padding: 0px 20px;
    }

    .util--product button {
      top:5px;
      right: 5px;
    }
}
@media(max-width:768px) {
  /* Util */
  .util .util-search {
    max-width:480px;
  }

  .util select {
    height: 34px;
    font-size: 1.3rem;
  }

  .util input {
    height: 34px;
    font-size: 1.3rem;
  }

  .util button {
    width: 34px;
    height: 34px;
  }

  /* Util Product */
  .util--product .util-search {
    max-width: 520px;
  }

  .util--product .search-input {
    width: 100%;
  }

  .util--product input {
    height: 40px;
  }

  .util--product button {
    top:3px;
    right: 3px;
  }
}
@media(max-width:500px) {
  /* Util */
  .util {
    margin-bottom: 20px;
  }

  .util .search-inner {
    gap:4px;
  }

  .util .search-select {
    width: 100px;
  }

  .util .search-input {
    width: calc(100% - 104px);
    padding-right:34px;
  }

  .util select {
    height: 30px;
    padding: 0px 12px;
    font-size: 1.2rem;
    background-position: right 12px center;
    background-size: auto 5px;
  }

  .util input {
    height: 30px;
    padding: 0px 12px;
    font-size: 1.2rem;
  }

  .util button {
    width: 30px;
    height: 30px;
    background-size: auto 12px;
  }

  /* Util Product */
  .util--product .util-search {
    max-width:380px;
  }

  .util--product .search-input {
    width: 100%;
  }

  .util--product input {
    height: 36px;
    padding: 0px 16px;
  }

  .util--product button {
    top:3px;
    right: 3px;
  }
}


/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
	margin-top:60px;
}

.pagination a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width:30px;
  height:30px;
	margin:0px 4px;
	border-radius:50%;
  background-repeat:no-repeat;
  background-position:center;
  background-color:transparent;
  text-align: center;
  font-size:1.8rem;
  -webkit-transition:all ease-out .15s;
  transition:all ease-out .15s;
}

.pagination a:not(.current) {
  cursor:pointer;
}

.pagination a.current {
	color:#fff;
	background-color: #168cab;
}

.pagination a.pagination-prev {
  background-image: url('../img/bbs/pg_prev.png');
}

.pagination a.pagination-next {
  background-image: url('../img/bbs/pg_next.png');
}

.pagination a.pagination-backward {
  background-image: url('../img/bbs/pg_backward.png');
}

.pagination a.pagination-forward {
  background-image: url('../img/bbs/pg_forward.png');
}

@media(max-width:1200px) {
  .pagination a {
    font-size:1.5rem;
  }
}
@media(max-width:1024px) {
  .pagination {
    margin-top: 40px;
  }

  .pagination a {
    width: 28px;
    height:28px;
  }
}
@media(max-width:768px) {
  .pagination a {
    margin:0px 3px;
    font-size:1.4rem;
  }
}
@media(max-width:500px) {
  .pagination {
    margin-top: 30px;
  }

  .pagination a {
    width: 25px;
    height: 25px;
    margin:0px 2px;
    background-size: auto 9px;
    font-size:1.3rem;
  }
}


/* Board Basic */
.bbs-basic .table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #168cab;
}

.bbs-basic .table tr {
  border-bottom: 1px solid #c6c6c6;
}

.bbs-basic .table th,
.bbs-basic .table td {
  height: 70px;
  padding: 10px;
}

.bbs-basic .table th {
  font-size: 2rem;
  font-weight: 600;
  background-color: #f8f8f8;
}

.bbs-basic .table td {
  font-size: 1.8rem;
}

.bbs-basic .table td.td_subject a {
  display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media(max-width:1200px) {
  .bbs-basic .table th,
  .bbs-basic .table td {
    height: 60px;
  }

  .bbs-basic .table th {
    font-size:1.6rem;
  }

  .bbs-basic .table td {
    font-size: 1.5rem;
  }
}
@media(max-width:1024px) {
  .bbs-basic .table th,
  .bbs-basic .table td {
    height: 54px;
    padding: 6px;
  }
}
@media(max-width:768px) {
  .bbs-basic .table {
    display: block;
  }

  .bbs-basic .table thead {
    display: none;
  }

  .bbs-basic .table tbody {
    display: block;
  }

  .bbs-basic .table tr {
    display: flex;
    flex-wrap: wrap;
    padding: 6px;
  }

  .bbs-basic .table th,
  .bbs-basic .table td {
    position: relative;
    height: auto;
    padding: 4px 6px;
  }

  .bbs-basic .table td {
    font-size: 1.4rem;
  }

  .bbs-basic .table td.td_subject {
    width: 100%;
    order: 1;
  }

  .bbs-basic .table td.td_num {
    order: 2;
  }

  .bbs-basic .table td.td_whiter {
    order: 3;
  }

  .bbs-basic .table td.td_data {
    order: 4;
  }

  .bbs-basic .table td:not(.td_subject):not(.td_data)::after {
    content: "";
    display:block;
    position: absolute;
    top:50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width:1px;
    height:10px;
    background-color: #aaa;
  }
}
@media(max-width:500px) {
  .bbs-basic .table tr {
    padding: 4px 0px;
  }

  .bbs-basic .table th, .bbs-basic .table td {
    padding: 3px 6px;
  }

  .bbs-basic .table td {
    font-size: 1.3rem;
  }

  .bbs-basic .table td:not(.td_subject):not(.td_data)::after {
    height: 8px;
  }
}


/* Board Product */
.bbs-product .categorize {
  margin-bottom: 40px;
}

.bbs-product .categorize ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -4px -8px;
}

.bbs-product .categorize li {
  padding: 4px 8px;
}

.bbs-product .categorize a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0px 24px;
  border-radius: 10px;
  background-color: #e0e0e0;
  font-size: 2rem;
  font-weight:500;
  color:#636363;
}

.bbs-product .categorize li.on a {
  background-color: #0a87a8;
  color:#fff;
}

.bbs-product .list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.bbs-product .list li {
  flex:1 0 33.33%;
  max-width: 33.33%;
  padding: 20px;
}

.bbs-product .list .thumb {
  position: relative;
  width: 100%;
  height:0;
  padding-top: calc(360/400*100%);
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.bbs-product .list .thumb img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.bbs-product .list .cont {
  padding-top: 20px;
}

.bbs-product .list .category {
  font-size: 2rem;
  font-weight: 700;
  color:#0a87a8;
  margin-bottom: 10px;
}

.bbs-product .list .subject {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media(max-width:1200px) {
  .bbs-product .categorize a {
    height: 48px;
    padding: 0px 18px;
    font-size:1.6rem;
  }

  .bbs-product .list .category {
    font-size: 1.6rem;
  }

  .bbs-product .list .subject {
    font-size: 2rem;
  }
}
@media(max-width:1024px) {
  .bbs-product .categorize {
    margin-bottom: 30px;
  }

  .bbs-product .categorize ul {
    margin: -4px;
  }

  .bbs-product .categorize li {
    padding: 4px;
  }

  .bbs-product .categorize a {
    height: 42px;
    padding: 0px 16px;
  }

  .bbs-product .list {
    margin: -16px -8px;
  }

  .bbs-product .list li {
    padding:16px 8px;
  }

  .bbs-product .list .cont {
    padding-top: 16px;
  }

  .bbs-product .list .category  {
    margin-bottom: 6px;
  }
}
@media(max-width:768px) {
  .bbs-product .categorize a {
    height: 38px;
    padding: 0px 12px;
    font-size: 1.5rem;
  }

  .bbs-product .list li {
    flex:1 0 50%;
    max-width: 50%;
  }

  .bbs-product .list .category  {
    font-size: 1.5rem;
    margin-bottom:4px;
  }

  .bbs-product .list .subject {
    font-size: 1.8rem;
  }
}
@media(max-width:500px) {
  .bbs-product .categorize {
    margin-bottom: 20px;
  }

  .bbs-product .categorize ul {
    margin: -2px;
  }

  .bbs-product .categorize li {
    padding: 2px;
  }

  .bbs-product .categorize a {
    height: 32px;
    padding: 0px 10px;
    font-size: 1.3rem;
  }

  .bbs-product .list {
    margin: -10px -4px;
  }

  .bbs-product .list li {
    padding:10px 4px;
  }

  .bbs-product .list .cont {
    padding-top: 10px;
  }

  .bbs-product .list .category  {
    font-size: 1.3rem;
    margin-bottom:2px;
  }

  .bbs-product .list .subject {
    font-size: 1.5rem;
  }
}


/* Board News */
.bbs-news .flx {
  display: flex;
  align-items: center;
}

.bbs-news .flx .lt {
  width:56.25%;
}

.bbs-news .flx .rt {
  width: 43.75%;
}

.bbs-news .flx .thumb {
  position: relative;
  width: 100%;
  height:0;
  padding-top: calc(720/720*100%);
  border:1px solid #e6e6e6;
  overflow: hidden;
}

.bbs-news .flx .thumb img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.bbs-news .flx .cont {
  padding: 0px 10.7142%;
}

.bbs-news .flx .data {
  font-size:1.8rem;
  font-weight:500;
  color:#868686;
}

.bbs-news .flx .subject {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:2.4rem;
  font-weight:600;
  line-height:1.4;
  margin:20px 0px 30px;
}

.bbs-news .flx .detail {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size:2rem;
  line-height: 1.4;
  color:#666666;
  margin-bottom: 80px;
}

.bbs-news .flx .btn {
  display: inline-flex;
  justify-content:space-between;
  align-items: center;
  max-width: 440px;
  width: 100%;
  height:64px;
  padding:0px 40px;
  background-color: #2293b1;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 600;
  color:#fff;
  transition: all .3s ease;
}

.bbs-news .flx .btn::after {
  content: "";
  display:inline-block;
  width: 28px;
  height:24px;
  background: url('/asset/img/bbs/news_arr.png') no-repeat center;
}

.bbs-news .list {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.bbs-news .list li {
  flex:1 0 33.33%;
  max-width: 33.33%;
  padding: 20px;
}

.bbs-news .list .thumb {
  position: relative;
  width: 100%;
  height:0;
  /* padding-top: calc(272/400*100%); */
  padding-top: calc(400/400*100%);
  border:1px solid #e6e6e6;
  overflow: hidden;
}

.bbs-news .list .thumb img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.bbs-news .list .cont {
  padding-top: 40px;
}

.bbs-news .list .subject {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*margin-bottom: 20px;*/
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height:1.4;
}

.bbs-news .list .data {
  font-size: 1.8rem;
  font-weight: 500;
  color:#868686;
}

@media(max-width:1200px) {
  .bbs-news .flx .data {
    font-size:1.5rem;
  }

  .bbs-news .flx .subject {
    font-size:2rem;
  }

  .bbs-news .flx .detail {
    font-size: 1.6rem;
    margin-bottom: 60px;
  }

  .bbs-news .flx .btn {
    height: 50px;
    padding: 0px 30px;
    font-size: 1.5rem;
  }

  .bbs-news .flx .btn::after {
    width: 22px;
    height: 18px;
    background-size: auto 18px;
  }

  .bbs-news .list .subject {
    font-size: 2rem;
  }

  .bbs-news .list .data {
    font-size: 1.5rem;
  }
}
@media(max-width:1024px) {
  .bbs-news .flx .subject {
    margin: 16px 0px 20px;
  }

  .bbs-news .flx .detail {
    margin-bottom: 40px;
  }

  .bbs-news .flx .btn {
    height: 44px;
    padding: 0px 20px;
  }

  .bbs-news .flx .btn::after {
    width: 18px;
    height: 14px;
    background-size: auto 14px;
  }

  .bbs-news .list {
    margin:-16px -8px;
  }

  .bbs-news .list li {
    padding: 16px 8px;
  }

  .bbs-news .list .cont {
    padding-top: 30px;
  }

  .bbs-news .list .subject {
    margin-bottom: 16px;
  }
}
@media(max-width:768px) {
  .bbs-news .flx {
    flex-wrap: wrap;
  }

  .bbs-news .flx .lt {
    width: 100%;
  }

  .bbs-news .flx .rt {
    width: 100%;
  }

  .bbs-news .flx .cont {
    padding: 30px 0px 0px;
  }

  .bbs-news .flx .data {
    font-size: 1.4rem;
  }

  .bbs-news .flx .subject {
    font-size: 1.8rem;
  }

  .bbs-news .flx .detail {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .bbs-news .flx .btn {
    max-width: 280px;
    height: 40px;
    font-size: 1.4rem;
  }

  .bbs-news .flx .btn::after {
    width: 16px;
    height: 12px;
    background-size: auto 12px;
  }

  .bbs-news .list li {
    flex:1 0 50%;
    max-width: 50%;
  }

  .bbs-news .list .cont {
    padding-top: 20px;
  }

  .bbs-news .list .subject {
    font-size: 1.8rem;
  }

  .bbs-news .list .data {
    font-size: 1.4rem;
  }
}
@media(max-width:500px) {
  .bbs-news .flx .cont {
    padding: 20px 0px 0px;
  }

  .bbs-news .flx .data {
    font-size: 1.3rem;
  }

  .bbs-news .flx .subject {
    font-size: 1.5rem;
    margin: 10px 0px 16px;
  }

  .bbs-news .flx .detail {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .bbs-news .flx .btn {
    max-width: 200px;
    height: 34px;
    padding: 0px 16px;
    font-size: 1.3rem;
  }

  .bbs-news .list {
    margin:-10px -4px;
  }

  .bbs-news .list li {
    padding: 10px 4px;
  }

  .bbs-news .list .cont {
    padding-top: 12px;
  }

  .bbs-news .list .subject {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }

  .bbs-news .list .data {
    font-size: 1.3rem;
  }
}


/* Board Event */
.bbs-event .list {
  display: flex;
  flex-wrap: wrap;
  margin:-20px;
}

.bbs-event .list li {
  flex:1 0 33.33%;
  max-width: 33.33%;
  padding: 20px;
}

.bbs-event .list .thumb {
  position: relative;
  width: 100%;
  height:0;
  padding-top: calc(400/400*100%);
  overflow: hidden;
  border:1px solid #e6e6e6;
}

.bbs-event .list .thumb .state {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:16px;
  right:16px;
  width: 120px;
  height:40px;
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color:#fff;
  z-index:5;
}

.bbs-event .list .thumb .state.off {
  background-color: #444444;
}

.bbs-event .list .thumb .state.on {
  background-color: #0a87a8;
}

.bbs-event .list .thumb img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height:100%;
}

.bbs-event .list .cont {
  padding-top: 40px;
}

.bbs-event .list .subject {
  display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height:1.4;
}

.bbs-event .list .data {
  font-size: 1.8rem;
  font-weight: 500;
  color:#868686;
}

@media(max-width:1200px) {
  .bbs-event .list .thumb .state {
    width: 80px;
    height:32px;
    font-size: 1.6rem;
  }

  .bbs-event .list .subject {
    font-size: 2rem;
  }

  .bbs-event .list .data {
    font-size: 1.5rem;
  }
}
@media(max-width:1024px) {
  .bbs-event .list {
    margin:-16px -8px;
  }

  .bbs-event .list li {
    padding:16px 8px;
  }

  .bbs-event .list .thumb .state {
    top:12px;
    right:12px;
  }

  .bbs-event .list .cont {
    padding-top: 30px;
  }

  .bbs-event .list .subject {
    margin-bottom: 16px;
  }
}
@media(max-width:768px) {
  .bbs-event .list li {
    flex:1 0 50%;
    max-width: 50%;
  }

  .bbs-event .list .thumb .state {
    width: 70px;
    height:28px;
    font-size: 1.5rem;
  }

  .bbs-event .list .cont {
    padding-top: 20px;
  }

  .bbs-event .list .subject {
    font-size: 1.8rem;
  }

  .bbs-event .list .data {
    font-size: 1.4rem;
  }
}
@media(max-width:500px) {
  .bbs-event .list {
    margin:-10px -4px;
  }

  .bbs-event .list li {
    padding:10px 4px;
  }

  .bbs-event .list .thumb .state {
    top:8px;
    right:8px;
    width: 50px;
    height:24px;
    border-radius: 5px;
    font-size: 1.2rem;
  }

  .bbs-event .list .cont {
    padding-top: 12px;
  }

  .bbs-event .list .subject {
    margin-bottom: 6px;
    font-size: 1.5rem;
  }

  .bbs-event .list .data {
    font-size: 1.3rem;
  }
}


/* Board View */
.bbs-view {
  border-top: 1px solid #222222;
}

.bbs-view .bbs-view-head {
  padding: 40px;
  background-color: #f3f9fb;
  border-bottom: 1px solid #222222;
}

.bbs-view .bbs-view-head .state {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height:40px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color:#fff;
  z-index:5;
}

.bbs-view .bbs-view-head .state.off {
  background-color: #444444;
}

.bbs-view .bbs-view-head .state.on {
  background-color: #0a87a8;
}

.bbs-view .bbs-view-head .subject {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}

.bbs-view .bbs-view-head .bundle {
  display: flex;
  align-items: center;
  margin: 0px -25px;
}

.bbs-view .bbs-view-head .bundle dd {
  position: relative;
  padding: 0px 25px;
  font-size: 2rem;
  font-weight: 600;
  line-height:.8;
  color:#acacac;
}

.bbs-view .bbs-view-head .bundle dd:first-child {
  border-right: 2px solid #acacac;
}

.bbs-view .bbs-view-file {
  display: flex;
  align-items: center;
  padding: 26px 40px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #222222;
  font-size: 2rem;
}

.bbs-view .bbs-view-file p {
  position: relative;
  padding-left: 26px;
  width: 130px;
  font-weight: 600;
}

.bbs-view .bbs-view-file p i {
  display: block;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
  width: 14px;
  height: 20px;
  background: url('/asset/img/bbs/attach_file.png') no-repeat center;
}

.bbs-view .bbs-view-file a {
  display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
  width: calc(100% - 130px);
  color:#0422ff;
}

.bbs-view .bbs-view-area {
  min-height: 620px;
  padding: 40px;
  border-bottom: 1px solid #222222;
}

.bbs-view .bbs-view-area p {
  font-size: 2rem;
  font-weight: 500;
  line-height:1.4;
}

.bbs-view .bbs-view-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:0px;
  margin-top: 40px;
}

.bbs-view .bbs-view-nav .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 144px;
  height:56px;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight:600;
  color:#fff;
  transition: all .3s ease;
}

.bbs-view .bbs-view-nav .btn01 {
  background-color: #777;
}

.bbs-view .bbs-view-nav .btn01:first-child {
  margin-right: 20px;
}

.bbs-view .bbs-view-nav .btn02{
  background-color: #333;
}

@media(max-width:1200px) {
  .bbs-view .bbs-view-head .state {
    width: 80px;
    height:32px;
    font-size:1.6rem;
  }

  .bbs-view .bbs-view-head .subject {
    font-size:2.6rem;
  }

  .bbs-view .bbs-view-head .bundle {
    margin: 0px -18px;
  }

  .bbs-view .bbs-view-head .bundle dd {
    padding: 0px 18px;
    font-size:1.6rem;
  }

  .bbs-view .bbs-view-file {
    font-size:1.6rem;
  }

  .bbs-view .bbs-view-file p {
    width: 110px;
  }

  .bbs-view .bbs-view-file p i {
    height: 18px;
    background-size: auto 18px;
  }

  .bbs-view .bbs-view-file a {
    width: calc(100% - 110px);
  }

  .bbs-view .bbs-view-area p {
    font-size:1.6rem;
  }

  .bbs-view .bbs-view-nav .btn {
    width: 130px;
    height:48px;
    font-size:1.5rem;
  }
}
@media(max-width:1024px) {
  .bbs-view .bbs-view-head {
    padding: 30px;
  }

  .bbs-view .bbs-view-head .state {
    margin-bottom: 16px;
  }

  .bbs-view .bbs-view-head .subject {
    margin-bottom: 20px;
  }

  .bbs-view .bbs-view-head .bundle {
    margin: 0px -12px;
  }

  .bbs-view .bbs-view-head .bundle dd {
    padding: 0px 12px;
  }

  .bbs-view .bbs-view-file {
    padding: 20px 30px;
  }

  .bbs-view .bbs-view-file p {
    width: 90px;
    padding-left: 20px;
  }

  .bbs-view .bbs-view-file p i {
    height: 16px;
    background-size: auto 16px;
  }

  .bbs-view .bbs-view-file a {
    width: calc(100% - 90px);
  }

  .bbs-view .bbs-view-area {
    min-height:540px;
    padding: 30px;
  }

  .bbs-view .bbs-view-nav {
    margin-top: 30px;
  }

  .bbs-view .bbs-view-nav .btn {
    width: 110px;
    height:42px;
  }

  .bbs-view .bbs-view-nav .btn01:first-child {
    margin-right: 16px;
  }
}
@media(max-width:768px) {
  .bbs-view .bbs-view-head {
    padding:30px 20px;
  }

  .bbs-view .bbs-view-head .state {
    width: 70px;
    height: 28px;
    font-size:1.5rem;
  }

  .bbs-view .bbs-view-head .subject {
    font-size: 2.2rem;
  }

  .bbs-view .bbs-view-head .bundle dd {
    font-size:1.5rem;
  }

  .bbs-view .bbs-view-file {
    padding: 20px;
    font-size:1.5rem;
  }

  .bbs-view .bbs-view-file p i {
    height:15px;
    background-size: auto 15px;
  }

  .bbs-view .bbs-view-area {
    padding:30px 20px;
  }

  .bbs-view .bbs-view-area p {
    font-size: 1.5rem;
  }

  .bbs-view .bbs-view-nav .btn {
    width: 100px;
    height:38px;
    font-size:1.4rem;
  }

  .bbs-view .bbs-view-nav .btn01:first-child {
    margin-right:10px;
  }
}
@media(max-width:500px) {
  .bbs-view .bbs-view-head {
    padding: 16px;
  }

  .bbs-view .bbs-view-head .state {
    width: 50px;
    height: 24px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.2rem;
  }

  .bbs-view .bbs-view-head .subject {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .bbs-view .bbs-view-head .bundle {
    margin: 0px -8px;
  }

  .bbs-view .bbs-view-head .bundle dd {
    padding:0px 8px;
    font-size: 1.4rem;
  }

  .bbs-view .bbs-view-head .bundle dd:first-child {
    border-width: 1px;
  }

  .bbs-view .bbs-view-file {
    padding: 16px;
    font-size: 1.4rem;
  }

  .bbs-view .bbs-view-file p {
    width: 70px;
    padding-left: 14px;
  }

  .bbs-view .bbs-view-file p i {
    width: 10px;
    height: 12px;
    background-size: auto 12px;
  }

  .bbs-view .bbs-view-file a {
    width: calc(100% - 70px);
  }

  .bbs-view .bbs-view-area {
    min-height: 480px;
    padding: 16px;
  }

  .bbs-view .bbs-view-area p {
    font-size: 1.4rem;
  }

  .bbs-view .bbs-view-nav {
    margin-top: 20px;
  }

  .bbs-view .bbs-view-nav .btn {
    width: 80px;
    height: 32px;
    font-size: 1.3rem;
  }

  .bbs-view .bbs-view-nav .btn01:first-child {
    margin-right: 6px;
  }
}


/* Board Product View */
.bbs-product-view .bbs-view-head {
  display: flex;
  margin: -40px;
}

.bbs-product-view .bbs-view-head .lt,
.bbs-product-view .bbs-view-head .rt {
  flex:1 1 50%;
  max-width: 50%;
  padding: 40px;
}

.bbs-product-view .bbs-view-head .thumb {
  position: relative;
  width: 100%;
  height:0;
  padding-top: calc(560/600*100%);
  border:1px solid #e6e6e6;
  overflow: hidden;
}

.bbs-product-view .bbs-view-head .thumb img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.bbs-product-view .bbs-view-head .category {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color:#0a87a8;
}

.bbs-product-view .bbs-view-head .subject {
  font-size: 3.2rem;
  font-weight: 600;
  margin: 16px 0px 30px;
}

.bbs-product-view .bbs-view-head .number {
  font-size: 2rem;
  font-weight: 500;
}

.bbs-product-view .bbs-view-head .perform {
  width: 100%;
  min-height: 270px;
  padding: 20px;
  margin: 20px 0px 40px;
  border-top: 2px solid #d3d3d3;
  border-bottom: 2px solid #d3d3d3;
  font-size: 2rem;
}

.bbs-product-view .bbs-view-head .perform.mb-none{
  margin-bottom: 0;
}

.bbs-product-view .bbs-view-head .btns {
  display: flex;
  justify-content: center;
}

.bbs-product-view .bbs-view-head .btns a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 440px;
  width: 100%;
  height:64px;
  border-radius: 30px;
  background-color: #2293b1;
  font-size: 1.8rem;
  font-weight: 600;
  color:#fff;
  transition: all .3s ease;
}

.bbs-product-view .bbs-view-area {
  margin-top: 80px;
}

.bbs-product-view .bbs-view-area .area-article {
  min-height: 900px;
}

.bbs-product-view .bbs-view-area .article-tab {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
}

.bbs-product-view .bbs-view-area .article-tab a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 64px;
  font-size: 1.8rem;
  font-weight: 500;
  color:#b4b4b4;
}

.bbs-product-view .bbs-view-area .article-tab a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left:0;
  bottom:-1px;
  width: 100%;
  height:2px;
  background-color: #2293b1;
  opacity: 0;
}

.bbs-product-view .bbs-view-area .article-tab li.on a {
  font-weight: 600;
  color:#2293b1;
}

.bbs-product-view .bbs-view-area .article-tab li.on a::after {
  opacity: 1;
}

.bbs-product-view .bbs-view-related .article-tab {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  border-bottom: 1px solid #b4b4b4;
}

.bbs-product-view .bbs-view-related .article-tab a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  height: 64px;
  font-size: 1.8rem;
  font-weight: 500;
  color:#b4b4b4;
}

.bbs-product-view .bbs-view-related .article-tab a::after {
  content: "";
  display: inline-block;
  position: absolute;
  left:0;
  bottom:-1px;
  width: 100%;
  height:2px;
  background-color: #2293b1;
  opacity: 0;
}

.bbs-product-view .bbs-view-related .article-tab li.on a {
  font-weight: 600;
  color:#2293b1;
}

.bbs-product-view .bbs-view-related .article-tab li.on a::after {
  opacity: 1;
}

.bbs-product-view .bbs-view-related .list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.bbs-product-view .bbs-view-related .list li {
  flex:1 0 33.33%;
  max-width: 33.33%;
  padding: 20px;
}

.bbs-product-view .bbs-view-related .thumb {
  position: relative;
  width: 100%;
  height:0;
  padding-top: calc(360/400*100%);
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.bbs-product-view .bbs-view-related .thumb img {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width: 100%;
  height: 100%;
}

.bbs-product-view .bbs-view-related .cont {
  padding-top: 20px;
}

.bbs-product-view .bbs-view-related .category {
  font-size: 2rem;
  font-weight: 700;
  color:#0a87a8;
  margin-bottom: 10px;
}

.bbs-product-view .bbs-view-related .subject {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media(max-width:1200px) {
  .bbs-product-view .bbs-view-head {
    margin: -20px;
  }

  .bbs-product-view .bbs-view-head .lt,
  .bbs-product-view .bbs-view-head .rt {
    padding: 20px;
  }

  .bbs-product-view .bbs-view-head .category {
    font-size: 1.6rem;
  }

  .bbs-product-view .bbs-view-head .subject {
    font-size: 2.6rem;
  }

  .bbs-product-view .bbs-view-head .number {
    font-size: 1.6rem;
  }

  .bbs-product-view .bbs-view-head .perform {
    min-height: 230px;
  }

  .bbs-product-view .bbs-view-head .btns a {
    max-width: 280px;
    height: 50px;
    font-size: 1.5rem;
  }

  .bbs-product-view .bbs-view-area .article-tab a {
    width: 160px;
    height: 50px;
    font-size: 1.5rem;
  }

  .bbs-product-view .bbs-view-related .category {
    font-size: 1.6rem;
  }

  .bbs-product-view .bbs-view-related .subject {
    font-size: 2rem;
  }

}
@media(max-width:1024px) {
  .bbs-product-view .bbs-view-head {
    margin: -12px;
  }

  .bbs-product-view .bbs-view-head .lt,
  .bbs-product-view .bbs-view-head .rt {
    padding: 12px;
  }

  .bbs-product-view .bbs-view-head .subject {
    margin: 10px 0px 20px;
  }

  .bbs-product-view .bbs-view-head .perform {
    min-height: 200px;
    padding: 16px;
    margin: 16px 0px 30px;
  }

  .bbs-product-view .bbs-view-head .btns a {
    max-width: 240px;
    height:44px;
  }

  .bbs-product-view .bbs-view-area {
    margin-top: 60px;
  }

  .bbs-product-view .bbs-view-area .area-article {
    min-height: 800px;
  }

  .bbs-product-view .bbs-view-area .article-tab a {
    width: 140px;
    height: 44px;
  }

  .bbs-product-view .bbs-view-related .list {
    margin: -16px -8px;
  }

  .bbs-product-view .bbs-view-related .list li {
    padding: 16px 8px;
  }

  .bbs-product-view .bbs-view-related .cont {
    padding-top: 16px;
  }

  .bbs-product-view .bbs-view-related .category {
    margin-bottom: 6px;
  }
}
@media(max-width:768px) {
  .bbs-product-view .bbs-view-head {
    flex-wrap: wrap;
  }

  .bbs-product-view .bbs-view-head .lt,
  .bbs-product-view .bbs-view-head .rt {
    flex:1 1 100%;
    max-width: 100%;
  }

  .bbs-product-view .bbs-view-head .category {
    font-size: 1.5rem;
  }

  .bbs-product-view .bbs-view-head .subject {
    font-size: 2.2rem;
  }

  .bbs-product-view .bbs-view-head .number {
    font-size: 1.5rem;
  }

  .bbs-product-view .bbs-view-head .perform {
    min-height: 180px;
  }

  .bbs-product-view .bbs-view-head .btns a {
    max-width: 200px;
    height: 40px;
    font-size: 1.4rem;
  }

  .bbs-product-view .bbs-view-area .area-article {
    min-height: 640px;
  }

  .bbs-product-view .bbs-view-area .article-tab a {
    width: 120px;
    height: 40px;
    font-size: 1.4rem;
  }

  .bbs-product-view .bbs-view-related .list li {
    flex:1 0 50%;
    max-width: 50%;
  }

  .bbs-product-view .bbs-view-related .category {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }

  .bbs-product-view .bbs-view-related .subject {
    font-size: 1.8rem;
  }
}
@media(max-width:500px) {
  .bbs-product-view .bbs-view-head {
    margin: -6px;
  }

  .bbs-product-view .bbs-view-head .lt,
  .bbs-product-view .bbs-view-head .rt {
    padding: 6px;
  }

  .bbs-product-view .bbs-view-head .category {
    font-size: 1.4rem;
  }

  .bbs-product-view .bbs-view-head .subject {
    font-size: 2rem;
    margin: 10px 0px 16px;
  }

  .bbs-product-view .bbs-view-head .number {
    font-size: 1.4rem;
  }

  .bbs-product-view .bbs-view-head .btns a {
    max-width: 160px;
    height: 34px;
    font-size: 1.3rem;
  }

  .bbs-product-view .bbs-view-area {
    margin-top: 40px;
  }

  .bbs-product-view .bbs-view-area .area-article {
    min-height: 480px;
  }

  .bbs-product-view .bbs-view-area .article-tab a {
    width: 100px;
    height: 34px;
    font-size: 1.3rem;
  }

  .bbs-product-view .bbs-view-related .list {
    margin: -10px -4px;
  }

  .bbs-product-view .bbs-view-related .list li {
    padding: 10px 4px;
  }

  .bbs-product-view .bbs-view-related .cont {
    padding-top: 10px;
  }

  .bbs-product-view .bbs-view-related .category {
    font-size: 1.3rem;
    margin-bottom: 2px;
  }

  .bbs-product-view .bbs-view-related .subject {
    font-size: 1.5rem;
  }
}

.bbs-product-view .file-up-load{
  border-bottom: 2px solid #d3d3d3;
  margin-bottom: 40px;
}
.bbs-product-view .file-up-load label{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  cursor: pointer;

}
.bbs-product-view .file-up-load input{
  display: none;
}
.bbs-product-view .file-up-load .file-holder img{display: block;}

.sub_title{
  min-height: 1.5em;
  font-size:1.5rem;
  font-weight:700;
  margin-bottom: 5px;
}
