@charset "UTF-8";
/* ##### search ##### */
.notification_banner.search {
  background: url(../_img/common/search_banner.png) no-repeat center center / cover;
}
.top_search_box,
.top_search_box .search__input,
.top_search_box .select__inner {
  display: flex;
  gap: 8px;
  align-items: center;
}
.top_search_box .search__input {
  width: 100%;
}
.top_search_box .search__input input {
  width: 100%;
  border-radius: 4px;
  height: 45px;
}
.top_search_box .search__input > .btn-green {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  padding: 0 24px;
  font-size: 18px;
}
.search_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
  margin-top: 64px;
  justify-content: center;
}
.search_cont .item {
  max-width: 338px;
  width: 100%;
  aspect-ratio: 338/180;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 32px 24px;
  background: #fcfcfc;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}

/* hover 시 그라데이션 테두리 */
.search_cont .item::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(106.83deg, rgba(2, 152, 59, 1) 0%, rgba(0, 64, 151, 1) 100%);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 14px;
  box-shadow: 0px 8px 30px 0px rgba(0, 64, 151, 0.2), 0px 4px 20px 0px rgba(0, 64, 151, 0.15);
}
.search_cont .item:hover::before {
  opacity: 1;
}

.search_cont .item:hover .txt h1 {
  color: #299738;
}
.search_cont .item .txt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.search_cont .item .txt h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #0e4194;
}
.search_cont .item .txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #141414;
}
.search_cont .item .img_box {
  width: 146px;
  height: 20px;
  margin-left: auto;
}

.search_cont .item .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* detail page */
.notification_banner.search_de {
  background: #0c3273;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.notification_banner.search_de span {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}

.notification_banner.search_de img {
  width: 175px;
  height: auto;
  margin-top: 63px;
  margin-bottom: 40px;
}
.search_menu {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 64px;
}
.search_menu_wrap {
  position: sticky;
  top: 155px;
  z-index: 3;
  height: 55px;
  background: #fff;
}

.search_menu > a {
  height: 55px;
  line-height: 55px;
  border: 1px solid #d9d9d9;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #141414;
  background: #fff;
}
.search_menu > a b {
  font-weight: 500;
}

.search_menu > a:hover {
  color: #299738;
  border-color: #299738;
}
.search_menu > a.active {
  background: #299738;
  color: #ffffff;
  border-color: #299738;
}
.search_de_inner .title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 16px;
}
.search_de_inner .title.mt80 {
  margin-top: 80px;
}
.search_de_inner .title .left {
  text-align: left;
  width: 100%;
}
.search_de_inner .title h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}
.search_de_inner .title h1.fz22 {
  font-size: 22px;
}
.search_de_inner .title h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-top: 8px;
}

.search_de_inner .title ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #141414;
  padding-left: 10px;
  text-indent: -10px;
}
.search_de_inner .title ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.search_de_inner .title p {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  flex-shrink: 0;
}
.tbl_wrap {
  overflow: auto;
}
.tbl_wrap table {
  width: 100%;
  table-layout: fixed;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  position: relative;
}
.table-container table {
  border-collapse: collapse;
  min-width: 750px; /* 실제 전체 테이블보다 넓게 */
  width: 100%;
}

.table-container table th,
.table-container table td {
  white-space: nowrap;
}
/* 첫 번째 세로줄 고정 */
/* 
.sticky-col {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 2;
  width: 150px;
} */

.price_tbl.stop_tbl {
  width: 100%;
}
.price_tbl {
  border: 1px solid #d9d9d9;
}

.price_tbl tr th,
.price_tbl tr td {
  border: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  text-align: center;
  height: 54px;
}

.price_tbl tr th {
  background: #f5f5f5;
  font-weight: 700;
  font-size: 16px;
  color: #141414;
}
.price_tbl tr td {
  font-weight: 400;
  font-size: 16px;
  color: #141414;
  padding: 0 16px;
}
.anchor {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
.anchor h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.anchor .anchor_box {
  display: flex;
  gap: 16px;
  position: relative;
}

.anchor .anchor_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d9d9d9;
  z-index: -1;
}
.anchor .anchor_box a {
  padding: 8px;
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.anchor .anchor_box a.active {
  color: #299738;
  border-bottom: 3px solid #299738;
}
.function_box {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.function_box .item h2 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
}
.function_box .item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.function_box .item ul li {
  display: flex;
  gap: 24px;
}

.function_box .item ul li .tit {
  max-width: 338px;
  width: 100%;
  height: 100px;
  background: #e7ecf4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.function_box .item ul li .tit h3 {
  color: #061b3e;
  font-size: 16px;
  font-weight: 700;
}

.function_box .item ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #141414;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.function_box .item ul li.h150 .tit {
  height: 150px;
}

.function_box .item ul li .sub {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: start;
  justify-content: center;
}

.function_box .item ul li.typeB {
  display: flex;
  gap: 8px;
}

.function_box .item ul li.typeB .typeB_box {
  display: flex;
  gap: 24px;
  align-items: center;
}
.function_box .item ul li.typeB .tit {
  width: 300px;
  text-align: center;
  flex: auto;
}
.function_box .item ul li.typeB .tit h3 {
  line-height: 140%;
}
.function_box .item ul li.typeB .sub {
  width: 100%;
  max-width: 372px;
  padding-left: 10px;
  text-indent: -10px;
}

.function_box .item.typeB ul li .sub {
  padding-left: 10px;
  text-indent: -10px;
}

.function_box .item .blue_box,
.function_box .item .blue_box_B {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.function_box .item .blue_box .item,
.function_box .item .blue_box_B .item {
  width: 100%;
  background: #e7ecf4;
  max-width: 461px;
  padding: 24px;
}
.function_box .item .blue_box .item {
  min-height: 220px;
}

.function_box .item .blue_box_B .item {
  flex: 1 0 0;
}
.function_box .item .blue_box .item h1,
.function_box .item .blue_box_B .item h1 {
  color: #061b3e;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 8px;
}

.function_box .item .blue_box_B .item h1 {
  margin-bottom: 16px;
}
.function_box .item .blue_box .item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 24px;
  color: #141414;
}
.function_box .item .blue_box .item ol,
.function_box .item .blue_box_B .item ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.function_box .item .blue_box .item ol li,
.function_box .item .blue_box_B .item ol li {
  color: #141414;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  padding-left: 10px;
  text-indent: -10px;
}

.function_box .item .blue_box .item ol li::before,
.function_box .item .blue_box_B .item ol li::before {
  content: "•";
  margin-right: 2px;
}
.function_box .item ul.gap4 {
  gap: 4px;
}
.function_box .item ul.gap4 li {
  color: #141414;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  padding-left: 10px;
  text-indent: -10px;
}
/* ##### 통합검색 ##### */
.notification_banner.total_search {
  background: url(../_img/common/totalSearch_banner.png) no-repeat center center / cover;
}
section.search__area {
  background: #e7ecf4;
  padding: 50px 16px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
section.search__area input {
  max-width: 600px;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  height: 45px;
}
section.search__area .btn {
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 18px;
}
.total__search .all_count {
  margin-top: 64px;
  margin-bottom: 24px;
  display: flex;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.total__search .all_count b {
  color: #299738;
  font-weight: 500;
}
.total__search .total__cont {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 64px;
}
.total__search .total__cont .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.total__search .total__cont .title h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
}
.total__search .total__cont .title a {
  color: #141414;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  align-items: center;
}
.total__search .total__cont .title a p {
  background: url(../_img/common/icon_plus.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
.total__search .board_ul,
.total__search .news_ul {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}
.total__search .board_ul li a {
  padding: 20px 24px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
}

.total__search .news_ul a {
  padding: 20px 24px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
}
.total__search .news_ul a .img_box {
  max-width: 174px;
  width: 100%;
  aspect-ratio: 174/111;
  overflow: hidden;
  margin-right: 24px;
}
.total__search .news_ul a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.total__search .news_ul a .text_box {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.total__search .board_ul li a:hover,
.total__search .news_ul a:hover {
  background: #f5f5f5;
}
.total__search .board_ul li a h1,
.total__search .news_ul a h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.total__search .board_ul li a p,
.total__search .news_ul a p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 130%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.total__search .board_ul li a span,
.total__search .news_ul a span {
  color: #8c8c8c;
  font-size: 16px;
  line-height: 130%;
}
.total__search .no_search {
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 64px;
}
/* Mobile */
@media screen and (max-width: 768px) {
  .top_search_box {
    flex-direction: column;
  }
  .top_search_box .select_box .select-search,
  .top_search_box .select_box {
    width: 100%;
  }
  .top_search_box,
  .top_search_box .search__input,
  .top_search_box .select__inner {
    width: 100%;
  }
  .select-search:after {
    top: 50%;
  }
  .top_search_box .select_box .select-search {
    height: 44px;
    line-height: 44px;
  }
  .top_search_box .search__input input {
    height: 43px;
  }
  .top_search_box .search__input > .btn-green {
    height: 43px;
    line-height: 43px;
    padding: 0 16px;
    font-size: 16px;
  }
  .promotional_inner.search {
    padding: 24px 16px 80px;
  }
  .search_cont {
    margin-top: 32px;
    gap: 8px;
    margin-bottom: 40px;
  }
  .search_cont .item {
    padding: 20px 16px;
    aspect-ratio: 343/124;
    max-width: 100%;
  }
  .search_cont .item .txt h1 {
    font-size: 18px;
  }
  .search_cont .item .txt p {
    font-size: 15px;
  }
  .search_cont .item .img_box {
    width: 117px;
    height: 16px;
  }
  .promotional_inner.search .tbl_pagination {
    margin-bottom: 0;
  } /* 커스텀 테두리 효과 */
  /* .sticky-col::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
  } */
  /* .sticky-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9; 
  } */
  .notification_banner.search_de img {
    margin-bottom: 30px;
    margin-top: 45px;
    width: 131px;
  }
  .notification_banner.search_de span {
    font-size: 18px;
    margin-top: 4px;
  }
  .search_menu {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto 48px;
  }
  .search_menu > a {
    padding: 0 24px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    width: fit-content;
    flex-shrink: 0;
  }
  .search_de_inner .title h1,
  .anchor h1 {
    font-size: 20px;
  }
  .search_de_inner .title p {
    font-size: 13px;
  }
  .price_tbl tr th,
  .price_tbl tr td {
    height: 39px;
    font-size: 15px;
    padding: 0 10px;
  }
  .anchor {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .anchor .anchor_box a {
    font-size: 16px;
    padding: 8px 4px;
  }
  .anchor .anchor_box {
    width: 100%;
    gap: 10px;
  }
  .search_de_inner .title .left h1 {
    font-size: 18px;
  }
  .search_de_inner .title h3 {
    font-size: 15px;
    width: 100%;
    word-break: break-all;
  }

  .search_de_inner .title.justi {
    flex-direction: row;
  }
  .search_de_inner .title {
    flex-direction: column;
    gap: 8px;
  }
  .search_de_inner .title.mt80 {
    margin-top: 40px;
  }
  .search_de_inner .title ul li {
    font-size: 15px;
  }
  .hauto-tbl tr td,
  .hauto-tbl tr th {
    min-height: 39px;
    height: 100%;
    padding: 10px;
    word-break: break-all;
  }
  .stop_tbl colgroup col:nth-child(3) {
    width: 900px !important;
  }
  .stop_tbl tr th,
  .stop_tbl tr td {
    padding: 10px;
  }
  .anchor.mo24 {
    margin-bottom: 24px;
  }
  .function_box .item h2 {
    font-size: 18px;
  }
  .function_box .item ul {
    gap: 24px;
  }
  .function_box .item ul li,
  .function_box .item ul li.typeB .typeB_box {
    flex-direction: column;
    gap: 10px;
  }
  .function_box .item ul li .tit,
  .function_box .item ul li.h150 .tit {
    max-width: 100%;
    height: 42px;
    justify-content: start;
    padding: 10px;
  }
  .function_box .item ul li p {
    font-size: 15px;
    word-break: break-all;
    padding: 0 10px;
  }

  .function_box .item ul li.typeB {
    flex-direction: column;
    gap: 24px;
  }
  .function_box .item ul li.typeB .tit {
    width: 100%;
  }
  .function_box .item ul li.typeB .sub {
    padding: 0 10px;
  }
  .function_box .item ul li.typeB .typeB_box.order_B .sub {
    order: 2;
  }
  .function_box .item .blue_box,
  .function_box .item .blue_box_B {
    gap: 16px;
  }

  .function_box .item .blue_box_B {
    flex-direction: column;
  }
  .function_box .item .blue_box .item,
  .function_box .item .blue_box_B .item {
    padding: 16px;
    min-height: auto;
  }
  .function_box .item .blue_box_B .item {
    max-width: 100%;
  }
  .function_box .item .blue_box .item h1,
  .function_box .item .blue_box_B .item h1 {
    font-size: 16px;
  }
  .function_box .item .blue_box .item p {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .function_box .item .blue_box .item ol li,
  .function_box .item .blue_box_B .item ol li {
    font-size: 14px;
  }
  .function_box .item ul.gap4 li {
    font-size: 15px;
  }
  .function_box .item .blue_box_B .item h1 {
    margin-bottom: 8px;
  }

  /*sticky 적용*/

  .sticky_tbl {
    border-collapse: separate !important;
    border-spacing: 0;
    border: none;
  }

  .sticky_tbl th {
    background-color: #d9d9d9;
    height: 39px;
    color: #fff;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }

  /*sticky 적용*/
  .sticky_tbl th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }

  /*sticky 적용*/
  .sticky_tbl td:first-child {
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  /* #### 통합검색 #### */
  .search_menu > a b {
    display: none;
  }
  .total__search .no_search {
    margin-top: 24px;
  }
  .total__search .total__cont {
    gap: 40px;
    margin-bottom: 40px;
  }
  .total__search .all_count {
    margin-top: 24px;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .total__search .total__cont .title {
    margin-bottom: 8px;
  }
  .total__search .total__cont .title h1 {
    font-size: 20px;
  }
  .total__search .total__cont .title a {
    font-size: 14px;
    gap: 6px;
  }
  .total__search .total__cont .title a p {
    width: 16px;
    height: 16px;
  }
  .total__search .board_ul li a {
    padding: 16px 0;
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  .total__search .news_ul a {
    padding: 16px 0;
  }
  .total__search .board_ul li a p,
  .total__search .news_ul a p {
    margin-top: 4px;
    font-size: 14px;
  }
  .total__search .board_ul li a h1,
  .total__search .news_ul a h1 {
    font-size: 16px;
  }
  .total__search .board_ul li a span,
  .total__search .news_ul a span {
    font-size: 14px;
  }
  .total__search .news_ul a .text_box {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
  .total__search .news_ul a .img_box {
    width: 114px;
    flex-shrink: 0;
    aspect-ratio: 114/73;
    margin-right: 12px;
  }
  .total__search .business__inner {
    padding: 24px 0 80px;
  }
  section.search__area {
    padding: 24px 16px;
  }
  section.search__area input {
    height: 43px;
    font-size: 15px;
  }
  section.search__area input::placeholder {
    font-size: 15px;
  }
  section.search__area .btn {
    height: 43px;
    line-height: 43px;
    padding: 0 16px;
    font-size: 16px;
  }
  .notification_banner.total_search {
    background: url(../_img/common/totalSearch_banner_mo.png) no-repeat center center / cover;
  }
}
@media screen and (max-width: 900px) {
  .search_menu_wrap {
    top: 90px;
    height: 45px;
  }
}
