/* board - total */
.board-top {display: flex; align-items: center; justify-content: space-between;}
.board-total {color: var(--dark); font-size: 1.375rem; font-weight: 600; line-height: 100%;}
.board-total span {color: var(--lightBlue);}

/* board - Search */
.board-search { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 0.5rem;}
.board-search select { width: 8.5rem; height: 3.75rem; line-height: 3.75rem; padding-left: 1.25rem; font-size: 1.125rem; color: #636363; }
.board-search > div {border: 1px solid #dadada; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: flex; align-items: center; justify-content: space-between; border-radius: 8px;}

.board-search > div input { height: 3.2rem; line-height: 3.75rem; padding-left: 1.25rem; padding-right: 1.875rem; font-size: 1.125rem; border: none; flex: 1; margin: 1px 1px 1px 3px;}
.board-search > div input::placeholder { color: #888888;}
.board-search > div button { width: 4rem; }
.board-search > div button img { margin-left: auto; width: 1.1rem; margin-right: auto; }

/* board - List */
.board-list { border-top: 0.125rem solid #283B57; margin-top: 2.5rem; }
.board-list__header { display: -webkit-box; display: -ms-flexbox; display: flex; border-bottom: 1px solid #EBEBEB; background-color: #F7F8F9; }
.board-list__header > div { text-align: center !important; font-size: 1.125rem !important; color: var(--dark) !important; font-weight: 600 !important; padding: 1.5625rem 0; }
.board-list__header > div:not(:last-child),
.board-list__record > div:not(:last-child) {border-right: 1px solid #EBEBEB;}
.board-list__record { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center;  border-bottom: 1px solid #EBEBEB; }
a.board-list__record:hover { background-color: #F7F8F9; }
.board-list__record > div {padding-top: 1.25rem; padding-bottom: 1.25rem; font-size: 1.125rem; font-weight: 500; display: flex; align-items: center; justify-content: center;}
.board-list__num,
.board-list__cate { width: 7.8125rem; }
.board-list__tit { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: left; overflow: hidden; flex-direction: column; align-items: flex-start !important; padding-left: 2.5rem; padding-right: 2.5rem; }
.board-list__tit p { text-overflow: ellipsis; white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.board-list__tit span {color: #aaa; font-size: 0.875rem; font-weight: 400; }
.board-list__etc { width: 16.875rem; }
.board-list__etc.ing { color: #71A3EE; }
.board-list__etc.end { color: #aaa; }

/*  gallery - List */
.gallery-list {margin-top: 2.5rem; display: grid; grid-template-columns: repeat(3,1fr); column-gap: 1.5625rem; row-gap: 6.25rem; }
a.gallery-list__record:hover .gallery-list__thumb img{scale: 1.1;}
a.gallery-list__record:hover .gallery-list__date {color: var(--lightBlue);}
.gallery-list__thumb {aspect-ratio: 8 / 4.5; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.gallery-list__thumb img {object-fit: cover; transition: all 0.7s; width: 100%;}
.gallery-list__text {margin-top: 1.5625rem;}
.gallery-list__tit { margin-bottom: 0.9375rem; white-space: normal; line-height: 1.4em; height: 1.4em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; font-size: 1.375rem; color: var(--dark); font-weight: 500;}
.gallery-list__date {font-family: var(--redHat); font-size: 1rem; color: rgba(170, 170, 170, 0.67); font-weight: 600; line-height: 100%; transition: all 0.3s;}

/* board - Pager */
.list-pager { margin-top: 5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 0.375rem; }
.list-pager > a { width: 2.5rem; height: 2.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #141414; font-size: 1.125rem; font-weight: 700; }
.list-pager > a.active { background-color: var(--subLightColor); color: #fff;}

/* moreBtn */
.moreBtn {font-family: var(--gibson); font-size: 1.125rem; font-weight: 400; color: #3C3C3C; margin: 7.5rem auto 0; display: -webkit-box; display: -ms-flexbox; display: flex; justify-content: center; gap: 0.6875rem; width: max-content;}
.moreBtn svg {width: 1.5625rem;}

/* board-search_none */
.board-search_none {margin-top: 9.375rem; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 1.25rem; text-align: center; font-size: 1.25rem; font-weight: 500; }
.board-search_none i {font-size: 3.75rem; color: var(--subDarkColor);}

/* board - View */
.board-view-date {color: var(--subLightColor); font-family: var(--redHat);  font-size: 1rem; font-style: normal; font-weight: 300; line-height: 100%; text-align: center; margin-top: 0.9rem;}
.board-view-tit { font-weight: 700; line-height: 1.6em; text-align: center; font-size: 2.25rem; padding: 0 5%; }
.board-view-ct { margin-top: 5rem; margin-bottom: 5rem; font-size: 1.125rem; font-weight: 500; color: #343434; letter-spacing: -0.0281rem; padding-top: 3.75rem; border-top: 0.125rem solid #d4d4d4;}
.board-view-ct img { max-width: 100%; margin: auto; }
.board-view-file { border-top: 1px solid #DDD; padding: 1.25rem 0;}
.board-view-file li { font-size: 0.8125rem; letter-spacing: 0.01em; padding-left: 4.6875rem; margin: 0.625rem 0; background: url(/image/common/icon_file.png) no-repeat left 2.5rem center; background-size: contain; }
.board-view-file a {font-size: 1.125rem; color: #606060; font-weight: 500; line-height: 100%; letter-spacing: -0.0281rem;}
.board-view-file a:hover { text-decoration: underline; }
.editor-vod { position: relative; padding-bottom: 56.25%; height: 0; }
.editor-vod iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.board-view-nav {border-top: 1px solid #ddd; }
.board-view-nav li {display: flex; gap: 1.25rem; padding: 1.5625rem 2.5rem; border-bottom: 1px solid #ddd; color: #343434; font-size: 1.25rem; font-weight: 500;}
.board-view-nav .lb {color: #A0A0A0; font-weight: 500; font-size: 1.25rem;}
.board-view-nav a:hover { text-decoration: underline; }

/* careersRecruit - View */
.careersRecruit .board-view-num {color: var(--subLightColor); font-family: var(--redHat);  font-size: 1.125rem; font-style: normal; font-weight: 700; line-height: 100%; text-align: center; margin-bottom: 0.625rem;}
.careersRecruit .board-view-tit { font-weight: 700; line-height: 1.6em; text-align: center; font-size: 2.25rem; padding: 0 5%; }
.careersRecruit .board-view-info {display: flex; align-items: center; justify-content: center; gap: 1.375rem; margin-top: 0.9375rem; font-size: 1.125rem; font-weight: 700;}
.careersRecruit .board-view-info .line {color: #EBEBEB; font-weight: 100;}
.careersRecruit .board-view-date { color: #AAA; margin-bottom: 0; }
.careersRecruit .board-view-cate { color: #434343; }
.careersRecruit .board-view-etc.ing { color: #71A3EE; }
.careersRecruit .board-view-etc.end { color: #aaa; }
.careersRecruit .board-view-nav .date {display: block; color: #AAA; font-size: 1rem; font-weight: 400; margin-top: 0.1875rem;}

@media all and (max-width: 1024px){
  /* board - total */
  .board-total {font-size: 22px;}

  /* board - Search */
  .board-search {gap: 8px;}
  .board-search select { width: 136px; height: 60px; line-height: 60px; padding-left: 20px; font-size: 18px; }
  .board-search > div input { height: 60px; line-height: 60px; padding-left: 20px; padding-right: 30px; font-size: 18px; }
  .board-search > div button { width: 64px; }
  .board-search > div button img {width: 18px;}

  /* board - List */
  .board-list { border-top: 2px solid #283B57; margin-top: 40px; }
  .board-list__header > div { font-size: 18px !important; padding: 25px 0; }
  .board-list__record > div {padding-top: 20px; padding-bottom: 20px; font-size: 18px;}
  .board-list__num,
  .board-list__cate { width: 125px; }
  .board-list__tit { padding-left: 40px; padding-right: 40px; }
  .board-list__tit span {font-size: 14px; }
  .board-list__etc {width: 20%;  }

  /*  gallery - List */
  .gallery-list {margin-top: 40px; column-gap: 25px; row-gap: 100px; }
  .gallery-list__text {margin-top: 25px;}
  .gallery-list__tit { margin-bottom: 15px; font-size: 22px;}
  .gallery-list__date {font-size: 16px;}

  /* board - Pager */
  .list-pager { margin-top: 80px; gap: 6px; }
  .list-pager > a { width: 40px; height: 40px;font-size: 18px; }

  /* moreBtn */
  .moreBtn {font-size: 18px; margin: 120px auto 0; gap: 11px;}
  .moreBtn svg {width: 25px;}

  /* board-search_none */
  .board-search_none {margin-top: 150px; gap: 20px; font-size: 20px;}
  .board-search_none i {font-size: 60px;}

  /* board - View */
  .board-view-date {font-size: 18px; margin-bottom: 10px;}
  .board-view-tit { font-size: 36px;}
  .board-view-ct { margin-top: 8%; margin-bottom: 80px; font-size: 18px; letter-spacing: -0.45px; padding-top: 60px; border-top: 2px solid #434343;}
  .board-view-file { padding: 20px 0;}
  .board-view-file li { font-size: 13px; padding-left: 75px; margin: 10px 0; background: url(/image/common/icon_file.png) no-repeat left 40px center;}
  .board-view-file a {font-size: 18px; letter-spacing: -0.45px;}
  .board-view-nav li {gap: 20px; padding: 25px 40px; font-size: 20px;}
  .board-view-nav .lb { font-size: 20px;}

  /* careersRecruit - View */
  .careersRecruit .board-view-num { font-size: 18px; margin-bottom: 10px;}
  .careersRecruit .board-view-tit { font-size: 36px; }
  .careersRecruit .board-view-info {gap: 22px; margin-top: 15px; font-size: 18px;}
  .careersRecruit .board-view-nav .date { font-size: 16px; margin-top: 3px;}
 }

@media all and (max-width: 768px){
 .board-list__header { display: none; }
 .board-list__num, .board-list__cate { width: 70px; }
 .board-list__date { width: 120px; }
 .board-view-info { font-size: 14px; }

 .gallery-list {grid-template-columns: repeat(2, 1fr); row-gap: 60px;}

 }

@media all and (max-width: 640px){
  .board-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .board-total {order: 2; font-size: 18px;}
 .board-search { width: 100%; margin-bottom: 20px; }
 .board-search select { font-size: 14px; width: 90px; height: 42px; line-height: 42px; padding-left: 15px;}
 .board-search > div input { height: 40px; line-height: 40px; font-size: 14px; padding-left: 15px;}
 .board-search > div button {width: 13%;}
 .board-list { margin-top: 15px; }
 .board-list__record { flex-wrap: wrap; padding: 20px 15px; }
 .board-list__record > div {padding: 0; font-size: 15px;}
 .board-list__record > div:not(:last-child) {border-right: none;}
 .board-list__num {display: none !important;}
 .board-list__cate {width: auto;}
 .board-list__tit { width: 100%; flex: none; font-size: 15px; margin: 8px 0;}
 .board-list__etc {width: auto;}
 .board-list__date { width: 100%; font-size: 13px; margin-top: 5px; text-align: left; }
 .list-pager { margin-top: 30px; }
 .list-pager > a { width: 25px; height: 25px; }
 .moreBtn {margin-top: 80px; font-size: 16px;}
 .moreBtn svg {width: 21px;}
 .board-search_none { margin-top: 65px; font-size: 18px; }
 .board-view {margin-top: 40px;}
 .board-view-tit { font-size: 26px; }
 .board-view-date {font-size: 14px;}
 .board-view-info { padding: 10px 5px 0px 5px; font-size: 12px; }
 .board-view-ct {font-size: 15px; padding-top: 25px; margin-bottom: 60px;}
 .board-view-file {padding: 10px 0;}
 .board-view-file li {padding-left: 45px; background: url(/image/common/icon_file.png) no-repeat left 15px center; background-size: contain; margin: 5px 0;}
 .board-view-file a {font-size: 15px;}
 .board-view-nav li { padding: 12px 5px 12px 15px; font-size: 15px; }
 .board-view-nav .lb { font-size: 15px; }
 .board-view-nav li img { margin-left: 6px; }
 .board-view-btn { width: 140px; font-size: 15px; line-height: 43px; height: 45px; margin-top: 40px; }

 .careersRecruit .board-view-num {font-size: 16px; margin-bottom: 10px; }
 .careersRecruit .board-view-tit {font-size: 30px; padding: 0px 3%; line-height: 1.4em;}
 .careersRecruit .board-view-info {gap: 10px; font-size: 14px; margin-top: 0;}
 .careersRecruit .board-view-nav .date {font-size: 14px;}

 .gallery-list {grid-template-columns: repeat(1, 1fr); row-gap: 30px; margin-top: 25px;}
 .gallery-list__text {margin-top: 10px;}
 .gallery-list__tit {font-size: 17px; margin-bottom: 10px;}
 .gallery-list__date {font-size: 14px;}
 }
