/* 기본적으로 페이지네이션과 More 버튼 숨김 */
.pagination {
  display: none !important;
}

.button.more {
  /* display: none !important; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

/* 비디오 More 버튼 강제 숨김 */
.video-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 모바일에서는 More 버튼만 표시 */
@media (max-width: 1023px) {
  /* .button.more { */
  /* display: block !important; */
  /* } */

  .pagination {
    display: none !important;
  }
}

/* 웹에서는 페이지네이션만 표시 */
@media (min-width: 1024px) {
  .pagination {
    display: flex !important;
  }

  .button.more {
    display: none !important;
  }
}

.search-box.mo {
  display: flex;
}

.document-tabs .search-box.mo {
  display: none;
}

li.circle {
  position: relative;
  padding-left: 24px;
}
li.circle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0a1e5a;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .search-box.mo {
    display: none;
  }
  .document-tabs .top {
    display: flex;
    justify-content: space-between;
  }
  .document-tabs .top .search-box.mo {
    width: 400px;
    display: flex;
  }
}
.sector-result .inner {
  position: relative;
  padding: 56px 18px 0;
}
.sector-result .inner .title-area {
  text-align: center;
  padding: 50px 0;
  /* border-bottom: 1px solid #d5d8e5; */
}
.sector-result .inner .title-area .result-title {
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #0028b6;
}
.sector-result .inner .product-area {
  padding-top: 62px;
}
.sector-result .inner .product-area .image-box {
  width: 100%;
  height: 337px;
  margin: 0 auto;
  margin-bottom: 59.68px;
  text-align: center;
}
.sector-result .inner .product-area .info-box {
  border-top: 1px solid #d5d8e5;
  border-bottom: 1px solid #d5d8e5;
  padding: 40px 0;
  line-height: 100%;
}
.sector-result .inner .product-area .info-box .info-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.sector-result .inner .product-area .info-box .info-tab li {
  position: relative;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #95a1c6;
  padding-right: 32px;
}
.sector-result .inner .product-area .info-box .info-tab li a {
  margin: 0;
  line-height: 140%;
}
.sector-result .inner .product-area .info-box .info-tab li.active {
  color: #0a1e5a;
  font-weight: 700;
}
.sector-result .inner .product-area .info-box .info-tab li:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #d5d8e5;
}
.sector-result .inner .product-area .info-box .info-tab li:last-child {
  padding-right: 0;
}
.sector-result .inner .product-area .info-box .info-tab li:last-child:after {
  display: none;
}
.sector-result .inner .product-area .info-box .info-cont {
  display: none;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  font-weight: 400;
  color: #0a1e5a;
  line-height: 140%;
}
.sector-result .inner .product-area .info-box .info-cont.active {
  display: block;
}
.sector-result .inner .product-area .info-box .summary {
  margin-top: 40px;
}
.sector-result .inner .product-area .info-box .summary p.sum-title {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 700;
  color: #0028b6;
  margin-bottom: 10px;
}
.sector-result .inner .product-area .info-box .summary ul li {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #0a1e5a;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .sector-result .inner {
    max-width: 1200px;
    padding: 88px 0 0;
  }
  .sector-result .inner .title-area {
    padding-bottom: 60px;
  }
  .sector-result .inner .title-area .result-title {
    font-size: 42px;
  }

  .sector-result .inner .product-area {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 80px;
    width: 1200px;
    border-bottom: 1px solid #d5d8e5;
    padding: 90px 10px 60px;
  }
  .sector-result .inner .product-area .image-box {
    width: 500px;
    height: auto;
    margin: 0;
  }
  .sector-result .inner .product-area .image-box img {
    width: 100%;
    max-width: max-content;
  }
  .sector-result .inner .product-area .info-box {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 560px;
    height: 100%;
    border: none;
    padding: 0;
    font-size: 20px;
  }
  .sector-result .inner .product-area .info-box .info-tab {
    width: 100%;
    justify-content: end;
  }
  .sector-result .inner .product-area .info-box .info-tab li {
    font-size: 22px;
  }
  .sector-result .inner .product-area .info-box .info-cont {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0;
    font-weight: 400;
  }
  .sector-result .inner .product-area .info-box .summary {
    margin-top: 60px;
  }
  .sector-result .inner .product-area .info-box .summary p.sum-title {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .sector-result .inner .product-area .info-box .summary ul li {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

/* 이윤미 퍼블수정 */
.sector-cont.product .title {
  margin-bottom: 67.5px;
}
/* 이윤미 퍼블수정 */
.sector-cont.product .search-box {
  margin-bottom: 30px;
}
.sector-cont.product .document-tabs .top .tab-btn {
  display: flex;
}
.sector-cont.product .document-tabs .top .tab-btn li {
  width: 33%;
  text-align: center;
  padding: 27px 0 32px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
  color: #374e92;
  border-bottom: 2px solid #d5d8e5;
}
.sector-cont.product .document-tabs .top .tab-btn li.active {
  color: #0028b6;
  font-weight: 700;
  border-bottom: 2px solid #0028b6;
}
.sector-cont.product .document-tabs .card-cont {
  display: none;
  /* ===== 모바일에서 More 버튼으로 추가되는 아이템들을 위해 max-height 제거 ===== */
}
.sector-cont.product .document-tabs .card-cont.active {
  display: block;
}
.sector-cont.product .document-tabs .card-cont .document-card {
  background-color: #fff;
  border-bottom: 1px solid #e6eaef;
}
.sector-cont.product .document-tabs .card-cont .document-card:last-child {
  border-bottom: 1px solid #e6eaef;
}
.sector-cont.product .document-tabs .card-cont .no-result {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 120px 0;
}
.sector-cont.product .document-tabs .card-cont .no-result .title.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #f2f5fb;
  border-radius: 50%;
  margin-bottom: 50px;
}
.sector-cont.product .document-tabs .card-cont .no-result .title.circle .icon {
  width: 40px;
  height: 40px;
}
.sector-cont.product .document-tabs .card-cont .no-result .msg {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 600;
  color: #1f377c;
}
@media (min-width: 1024px) {
  .sector-cont.product .inner {
    padding-left: 0;
    padding-right: 0;
  }

  /* 이윤미 퍼블수정 */
  .sector-cont.product .inner .title {
    margin-bottom: 100px;
  }
  /* 이윤미 퍼블수정 */
  .sector-cont.product .document-tabs .top {
    height: 53px;
    border-bottom: 1px solid #d5d8e5;
  }
  .sector-cont.product .document-tabs .top .tab-btn {
    gap: 49px;
  }
  .sector-cont.product .document-tabs .top .tab-btn li {
    width: auto;
    padding: 0 0 24px 0;
    border-bottom: none;
  }
  .sector-cont.product .document-tabs .top .tab-btn li.active {
    margin-bottom: -1px;
    border-bottom: 2px solid #0028b6;
  }
  .sector-cont.product .document-tabs .top .search-box.mo {
    margin-bottom: 10px;
  }
  .sector-cont.product .document-tabs .card-cont {
    width: 1120px;
    margin: 40px auto;
    max-height: 810px; /* 데스크탑에서는 max-height 유지 */
  }
}
.sector-cont.video {
  background-color: #f9faff;
}
.sector-cont.video .video-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8.89px;
  min-height: auto;
  height: auto;
}
.sector-cont.video .video-box .video-item {
  width: calc((100% - 8.89px) / 2);
  height: 214px;
}
@media (min-width: 1024px) {
  .sector-cont.video .video-box {
    gap: 30px;
    margin-bottom: 40px;
  }
  .sector-cont.video .video-box .video-item {
    width: calc((100% - 60px) / 3);
  }
}
