/* Policy */
.policy .sec {
  padding: 130px 0px;
}

.policy .textarea {
  height: 600px;
  overflow-y: auto;
  border: 1px solid #ddd;
}

.policy .textarea > div {
  padding: 30px;
}

.policy .textarea p {
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .policy .textarea p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .policy .sec {
    padding: 100px 0px;
  }

  .policy .textarea {
    height: 500px;
  }

  .policy .textarea > div {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .policy .sec {
    padding: 80px 0px;
  }

  .policy .textarea p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .policy .sec {
    padding: 60px 0px;
  }

  .policy .textarea {
    height: 400px;
  }

  .policy .textarea > div {
    padding: 16px;
  }

  .policy .textarea p {
    font-size: 1.2rem;
  }
}

/* 회사소개 */

/* ========== Base ========== */
.dropdown-breadcrumb {
  display: inline-block;
  background: #fff;
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #191919;
  user-select: none;
  padding-right: 20px;
}

.bc-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.bc-item {
  position: relative;
  display: flex;
  align-items: center;
}
.bc-list .bc-item:nth-child(2)::after{
  content: "";
  display: block;
height: 20px;
  width: 1px;
  background: #191919;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
} 
/* 홈 아이콘 */
.bc-home {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  width: 100%;
  display: block;
}
.bc-home img {
  width: 100%;
  display: block;
}
/* 버튼 */
.bc-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border: 0;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

.bc-button:focus-visible,
.bc-home:focus-visible,
.bc-menu a:focus-visible {
  outline: none;
}

.bc-button .chev {
  display: block;
  width: 7px;
  transition: transform 0.18s ease;
}
.bc-button .chev img {
  width: 100%;
  display: block;
}

.bc-item[aria-expanded="true"] .chev,
.bc-button[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}

/* 드롭다운 메뉴 */
.bc-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  min-width: 120px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  margin: 0;
  list-style: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  display: none; /* 기본 닫힘 */
  z-index: 50;
}

.bc-item.open > .bc-menu {
  display: block;
}

.bc-menu li {
  margin: 0;  line-height: 1.5;
}

.bc-menu a[role="menuitem"] {
  display: block;

  white-space: nowrap;
  line-height: 1.5;
}

.bc-menu a[role="menuitem"]:hover {
  color: #5d76d8;
}

/* 반응형 살짝 */
@media (max-width: 768px) {
  .dropdown-breadcrumb {
    display: none;
  }
}

/* 인사말 */
.about .sec01 {
  padding: 120px 0 125px;
  background: url(../img/sub/sub01_sec01b.jpg) no-repeat center bottom / cover;
}
.vision .sec01 h3,
.about .sec01 h3 {
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  color: #213274;
  margin-bottom: 30px;
}
.about .sec01 h2 {
  font-size: 4.4rem;
  margin-bottom: 65px;
}
.about .sec01 .img-box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 56px;
}
.about .sec01 .img-box img {
  width: 100%;
  display: block;
}
.about.sec01 h4 {
  color: #5d76d8;
  margin-bottom: 26px;
}
.about .sec01 p {
  line-height: 1.6;
}

/* vision */
.vision .sec01 {
  padding: 120px 0;
}
.vision .sec01 h2 {
  margin-bottom: 52px;
}
.vision .sec01 p span {
  font-weight: bold;
  color: #213274;
}
.vision .sec01 .img-list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  margin-bottom: 100px;
}
.vision .sec01 .img-list .item {
  width: calc((100% - 60px) / 2);
}
.vision .sec01 .img-list .item:last-child {
  padding-top: 140px;
}
.vision .sec01 .item p {
  line-height: 1.6;
}
.vision .sec01 .item .img-title {
  font-weight: bold;
  color: #213274;
  margin-bottom: 16px;
}
.vision .sec01 .item img {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 40px;
}

.vision-list .process-list {
  display: table;
  width: 100%;
  height: 520px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}

.vision-list .process-list li {
  width: calc(100% / 3);
  display: table-cell;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vision-list .process-list .process-box {
  display: block;
  position: relative;
  height: 100%;
  margin: 0;
  cursor: pointer;
}

.vision-list .process-list .process-tit {
  position: absolute;
  bottom: 50px;
  width: 100%;
  z-index: 10;
  text-align: left;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 50px;
}

.vision-list .process-list .process-tit span {
  font-family: "Outfit", sans-serif;
  display: block;
  font-size: 5.8rem;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  margin-bottom: 28px;
}

.vision-list .process-list .process-tit p {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}

.vision-list .process-list .process-con {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.vision-list .process-list .process-con dl {
  position: relative;
  padding: 0px 60px 60px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vision-list .process-list .process-con dt {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;

  margin-bottom: 26px;
}

.vision-list .process-list .process-con span.con_num {
  font-size: 5.8rem;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  margin-right: 28px;
  line-height: 1;
}

.vision-list .process-list .process-con span.con_tit {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}

.vision-list .process-list .process-con dd {
  display: block;
  font-size: 2rem;
  color: #fff;
  position: relative;white-space: normal;
}

.vision-list .process-list .process-box--01 {
  background: url("../img/sub/vision_slide01.jpg") no-repeat 50% 50% / cover;
}

.vision-list .process-list .process-box--02 {
  background: url("../img/sub/vision_slide02.jpg") no-repeat 50% 50% / cover;
}

.vision-list .process-list .process-box--03 {
  background: url("../img/sub/vision_slide03.jpg") no-repeat 50% 50% / cover;
}

.vision-list .process-list .process-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
}

.vision-list .process-list li.active .process-box:before {
  opacity: 0.25;
}

.vision-list .process-list li.active .process-tit {
  opacity: 0;
  transition: all 0s;
}

.vision-list .process-list li.active .process-con dl {
  opacity: 1;
}

.vision .sec02 {
  padding: 110px 0;
  background: url(../img/sub/vision.jpg) no-repeat center/ cover;
}

.vision .sec02 h3 {
  color: #213274;
  font-family: "Outfit", sans-serif;
  margin-bottom: 30px;
}
.vision .sec02 h2 {
  margin-bottom: 80px;
}

@media (max-width: 1240px){
.vision .sec01 .item p br{
  display: none;
}
}

@media (max-width: 1200px) {
  .vision-list .process-list .process-tit span {
    font-size: 2.8rem;
  }

  .vision-list .process-list .process-tit p {
    font-size: 2rem;
  }

  .vision-list .process-list .process-con span.con_num {
    font-size: 2.8rem;
  }

  .vision-list .process-list .process-con span.con_tit {
    font-size: 2.6rem;
  }

  .vision-list .process-list .process-con dd {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .vision-list .process-list .process-tit span {
    margin-bottom: 40px;
  }

  .vision-list .process-list .process-con dl {
    padding: 0px 50px 50px;
  }

  .vision-list .process-list .process-con dt {
    margin-bottom: 16px;
  }

  .vision-list .process-list .process-con span.con_num {
    margin-right: 12px;
  }

  .vision-list .process-list .process-con dd {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .vision .sec01 {
    padding: 60px 0;
  }
  .vision .sec01 .item img {
    margin-bottom: 20px;
  }
  .vision .sec01 .img-list {
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .vision .sec01 .img-list {
    row-gap: 32px;
  }
  .vision .sec01 .img-list .item {
    width: 100%;
  }
  .vision .sec01 .img-list .item:last-child {
    padding-top: 0;
  }
  .vision .sec02{
      padding: 60px 0;
  }
  .vision .sec02 h3{
    margin-bottom: 16px;
  }
  .vision .sec02 h2{
    margin-bottom: 40px;
  }
  .vision-list .process-list {
    display: block;
    height: auto;
    white-space: wrap;
  }

  .vision-list .process-list li {
    display: block;
    width: 100%;
    height: auto;
    white-space: wrap;
  }

  .vision-list .process-list .process-box {
    height: 0;
    padding-top: 120px;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }

  .vision-list .process-list .process-con dl {
    padding: 0px 30px 30px;
  }

  .vision-list .process-list li.active .process-box {
    padding-top: 50%;
  }

  .vision-list .process-list .process-tit {
    bottom: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .vision-list .process-list .process-tit p {
    writing-mode: inherit;
  }

  .vision-list .process-list .process-tit span {
    font-size: 2.2rem;
    margin-bottom: 12px;
  }

  .vision-list .process-list .process-tit p {
    font-size: 1.8rem;
  }

  .vision-list .process-list .process-con span.con_num {
    font-size: 2.2rem;
  }

  .vision-list .process-list .process-con span.con_tit {
    font-size: 2rem;
  }

  .vision-list .process-list .process-con dd {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }

  .vision-list .process-list .process-con dd br {
    display: none;
  }
}
@media (max-width: 576px) {
  .vision-list .process-list .process-con dl {
    padding: 0px 15px 20px;
  }

  .vision-list .process-list .process-tit span {
    font-size: 2rem;
    margin-bottom: 8px;
  }

  .vision-list .process-list .process-tit p {
    font-size: 1.6rem;
  }

  .vision-list .process-list .process-con dt {
    margin-bottom: 12px;
  }

  .vision-list .process-list .process-con span.con_num {
    font-size: 2rem;
  }

  .vision-list .process-list .process-con span.con_tit {
    font-size: 1.8rem;
  }

  .vision-list .process-list .process-con dd {
    font-size: 1.3rem;
  }

  .vision-list .process-list .process-con dd::before {
    width: 10px;
    height: 12px;
    background-size: auto 12px;
  }
}
@media (max-width: 400px) {
  .vision-list .process-list li.active .process-box {
    padding-top: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .vision .sec01 h2,
  .about .sec01 h2 {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .about .sec01 {
    padding: 60px 0;
  }
  .vision .sec01 h2,
  .about .sec01 h2 {
    font-size: 2.8rem;
    margin-bottom: 24px;
  }
  .vision .sec01 h3,
  .about .sec01 h3 {
    margin-bottom: 16px;
  }
}

/* 인증서 */
.certifications .sec01 {
  padding: 120px 0;
}
.certifications .list-item ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 56px;
}
.certifications .list-item ul li {
  width: calc((100% - 50px) / 3);
}
.certifications .list-item ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
}
.certifications .list-item ul li .thumb {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  overflow: hidden;
}
.certifications .list-item ul li img {
  width: 100%;
  display: block;
}
.certifications .list-item ul li p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
}
.modal.on {
  display: block;
  opacity: 1;
  z-index: 999;
}


.modal .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
.modal-wrap {
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9999;
}
.info-modal
.modal-wrap{
      max-width: 500px;
    width: 90%;
}
.modal-certifications .btn-close {
  position: absolute;
  right: -20px;
  top: 0;
  transform: translateX(100%);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  padding: 14px;
}
.modal-certifications .btn-close img {
  width: 100%;
  display: block;
}
.modal-certifications .modal-wrap {
  max-width: 500px;
  width: 70%;
}
.modal-certifications .madal-conts {
  position: relative;
}

.modal-certifications .img-box {
  width: 100%;
  overflow-y: auto;
  max-height: 80vh;
  border-radius: 10px;
}
.modal-certifications .img-box img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.modal-certifications p {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .certifications .sec01 {
    padding: 60px 0;
  }
  .certifications .list-item ul li a {
    row-gap: 16px;
  }
  .certifications .list-item ul li p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .modal-certifications .btn-close {
    position: absolute;
    right: -10px;
    top: 0;
    transform: translateX(100%);
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 6px;
  }
  .modal-certifications p {
    font-size: 1.4rem;
    margin-top: 16px;
  }
  .modal-certifications .modal-wrap {
    max-width: 500px;
    width: 60%;
  }
  .modal-certifications .madal-conts {
    position: relative;
  }
  .certifications .list-item ul {
    row-gap: 32px;
  }
  .certifications .list-item ul li p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 576px) {
  .certifications .list-item ul li {
    width: calc((100% - 25px) / 2);
  }
  .certifications .list-item ul li p {
    font-size: 1.4rem;
  }
}
.directions .sec01 {
  padding: 120px 0;
}
.directions h2 {
  margin-bottom: 80px;
}

.directions .item-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.directions .item-box + .item-box {
  margin-top: 60px;
}

.directions .item-box .info-box {
  padding-top: 36px;
  width: calc(100% - 680px);
  max-width: 560px;
}
.directions .item-box .info-box h3 {
  color: #213274;
  margin-bottom: 30px;
}
.directions .item-box .info-box ul {
  border-top: 1px solid #c9c9c9;
  padding-top: 40px;
}

.directions .item-box .info-box ul li {
  display: flex;
  align-items: flex-start;
  column-gap: 52px;
}
.directions .item-box .info-box ul li + li {
  margin-top: 26px;
}
.directions .item-box .info-box ul li .left-box {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 92px;
}
.directions .item-box .info-box ul li .left-box img {
  width: 24px;
  display: block;
}
.directions .item-box .info-box ul li p {
  font-size: 2.2rem;
  line-height: 1.6;
}
.directions .item-box .info-box ul li span {
  font-family: "Pretendard";
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
}
.root_daum_roughmap_landing {
  aspect-ratio: 640 / 400 !important;
  width: 100% !important;
  height: 100% !important;
}
.directions .map-box {
  position: relative;
  width: 640px;
  height: auto;
  aspect-ratio: 640 / 400;
  background: #eee;
}
.directions .map-box .wrap_map {
  aspect-ratio: 640 / 400 !important;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 1200px) {
  .directions .item-box {
    align-items: center;
  }
  .directions .map-box {
    width: 50%;
  }
  .directions .item-box .info-box {
    padding-top: 0;
    width: calc(50% - 32px);
    max-width: 560px;
  }
  .directions .item-box .info-box ul {
    padding-top: 20px;
  }
  .directions .item-box .info-box h3 {
    margin-bottom: 16px;
  }
  .directions .item-box .info-box ul li {
    column-gap: 20px;
  }
  .directions .item-box .info-box ul li span {
    font-size: 1.8rem;
  }
  .directions .item-box .info-box ul li p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1024px) {
  .directions .item-box {
    row-gap: 32px;
    flex-direction: column;
  }
  .directions .item-box .info-box,
  .directions .map-box {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .directions .sec01 {
    padding: 60px 0;
  }
  .directions h2 {
    margin-bottom: 40px;
  }
  .directions .item-box .info-box ul li span {
    font-size: 1.6rem;
  }
  .directions .item-box .info-box ul li p {
    font-size: 1.6rem;
  }
}

/* 주요실적 */
.performance .sec01 {
  padding: 120px 0;
}

.performance .sec01 h2 {
  margin-bottom: 80px;
}

.performance-portfolio ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 30px;
}
.performance-portfolio ul li {
  position: relative;
  width: calc((100% - 52px) / 3);
}
.performance-portfolio .item-link {
  position: relative;
  display: block;
  border-radius: 10px;
  transition: transform 0.5s ease;
  overflow: hidden;
  box-shadow: 2.5px 4.3px 15px 0 rgba(0, 0, 0, 0.05);
  
}

.performance-portfolio .thumb {
  overflow: hidden;
  position: relative;
  aspect-ratio: 408 / 378;
  width: 100%;
  height: auto;
}
.performance-portfolio .thumb img {
  aspect-ratio: 408 / 378;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.performance-portfolio li:hover a::after {
  content: "";
  display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border-radius: 10px;
  border: 4px solid #5d76d8;
}
.performance-portfolio .item-link:hover .thumb img {
  transform: scale(1.05);
}
.performance-portfolio .context {
  padding: 30px;
}
.performance-portfolio .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #5d76d8;
  margin-bottom: 3rem;
}
.modal-perf .text .detail {
  font-size: 2rem;
  color: #191919;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.modal-perf .text p,
.performance-portfolio .text p {
  font-size: 2rem;
  color: #191919;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.performance-portfolio .text p span {
  display: block;
  width: calc(100% - 26px);
  font-size: 2rem;
  color: #191919;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.performance-portfolio .text p + p {
  margin-top: 14px;
}

.modal-perf .text p.construction i,
.performance-portfolio .text p.construction i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/sub/main_portfolio_ico01.png");
  background-position: 100% auto;
}

.modal-perf .text p.calendar i,
.performance-portfolio .text p.calendar i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/sub/main_portfolio_ico02.png");
  background-position: 100% auto;
}

.modal-perf .text .detail i {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/sub/main_portfolio_ico03.png");
  background-position: 100% auto;
}
.modal-perf .modal-wrap {
  width: 95%;
  max-width: 1280px;
}
.modal-perf .madal-conts {
  position: relative;
  background: #fff;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.modal-perf .madal-conts .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  display: block;
  z-index: 30;
}
.modal-perf .madal-conts .btn-close img {
  width: 100%;
  display: block;
}
.modal-perf .madal-conts .perf-slide {
  max-width: 780px;
  width: 61%;
}
.modal-perf .madal-conts .perf-slide .thumb {
  aspect-ratio: 780 / 600;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.modal-perf .madal-conts .perf-slide .thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 780 / 600;
  object-fit: cover;
  object-position: center;
}
.modal-perf .madal-conts .context {
  width: 39%;
  max-width: 500px;
  padding: 60px 50px 40px;
}
.modal-perf h4 {
  margin-bottom: 30px;
}
.modal-perf .text {
  border-top: 1px solid #aaa;
  padding-top: 40px;
}
.modal-perf .text .calendar {
  margin: 16px 0;
}
.modal-perf .text span,
.modal-perf .text .detail .scroll-box {
  width: calc(100% - 34px);
  max-width: 361px;
}
.modal-perf .text span{
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.modal-perf .text .detail .scroll-box {
  height: 200px;
  overflow-y: auto;  background-color: #f5f5f5;
}
.modal-perf .text .detail p {
  width: 100%;
display: block;
  padding: 20px;
  font-size: 2rem;
  height: 100%;
  /* align-items: start; */
}
.modal-perf .swiper {
  position: relative;
}
.modal-perf .perf-btn {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  cursor: pointer;
}

.modal-perf .perf-btn.perf-prev {
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  background: url(../img/sub/perf_arrow_p.png) no-repeat center / cover;
}
.modal-perf .perf-btn.perf-next {
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  background: url(../img/sub/perf_arrow_n.png) no-repeat center / cover;
}
/* ------- 1200 ------- */
@media screen and (max-width: 1200px) {
  .performance-portfolio .title {
    font-size: 2.4rem;
  }
  .performance-portfolio .text {
    font-size: 1.8rem;
  }

  .modal-perf .madal-conts .context {
    width: 39%;
    max-width: 500px;
    padding: 40px 32px 40px;
  }
  .modal-perf h4 {
    margin-bottom: 20px;
  }
  .modal-perf .text p,
  .performance-portfolio .text p span {
    font-size: 1.6rem;
  }
  .modal-perf .text {
    padding-top: 24px;
  }
  .modal-perf .text .detail .scroll-box {
    height: 150px;
  }
  .modal-perf .perf-btn.perf-prev {
    left: 20px;
  }
  .modal-perf .perf-btn.perf-next {
    right: 20px;
  }
}

/* ------- 1024 ------- */
@media screen and (max-width: 1024px) {
  .performance-portfolio .sec-area {
    width: 100%;
    justify-content: space-between;
    gap: 0px;
  }
  .performance-portfolio ul li {
    width: calc((100% - 26px) / 2);
  }
  .performance-portfolio .context {
    padding: 24px;
  }
  .modal-perf .modal-wrap {
    max-width: 500px;
    max-height: 100vh;
    overflow-y: auto;
  }
  .modal-perf .madal-conts {
    flex-direction: column;
  }
  .modal-perf .madal-conts .perf-slide {
    width: 100%;
  }
  .modal-perf .madal-conts .context {
    width: 100%;
  }
}

/* ------- 768 ------- */
@media screen and (max-width: 768px) {
  .performance .sec01 {
    padding: 60px 0;
}
.performance .sec01 h2{
  margin-bottom: 40px;
}
  .performance-portfolio .sec-area {
    flex-direction: column;
  }
  .performance-portfolio .title {
    font-size: 2rem;
  }
  .performance-portfolio .text {
    font-size: 1.6rem;
  }

  .performance-portfolio .text p span {
    font-size: 1.6rem;
  }.modal-perf .perf-btn {
width: 32px;
  height: 32px;
  border-radius: 50px;
}
.modal-perf .text .detail .scroll-box{
  height: 100px;
}
.modal-perf .text .detail p{
  padding: 20px;
}
}

/* ------- 576 ------- */
@media screen and (max-width: 576px) {
  .performance-portfolio ul li {
    width: 100%;
  }
  .performance-portfolio .context {
    padding: 16px;
  }
  .performance-portfolio .title {
    font-size: 1.8rem;
    margin: 8px 0px 16px;
  }
  .performance-portfolio .text p span {
    font-size: 1.4rem;
  }
  .performance .modal-perf .text .detail p{
    font-size: 1.4rem ;
    padding: 16px;
  }
}
.product .sec01 {
  padding: 120px 0;
}
.product .sec01 h2 {
  margin-bottom: 80px;
}

.product .product-list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 28px;
  row-gap: 40px;
}
.product .product-list ul li {
  width: calc((100% - 56px) / 3);
}
.product .product-list ul li .thumb {
  aspect-ratio: 408 / 300;
  background: #fff;
  border: solid 1px #d2d2d2;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.product .product-list ul li .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product .product-list ul li p {
  display: block;
  width: 100%;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .product .sec01 {
    padding: 60px 0;
  }
  .product .sec01 h2{
    margin-bottom: 40px;
  }
  .product .product-list ul li {
    width: calc((100% - 28px) / 2);
  }
  .product .product-list ul li .thumb {
    margin-bottom: 16px;
  }
}
.product-view .sec01 .container {
  display: flex;
  column-gap: 80px;
}
.product-view .sec01 {
  padding: 120px 0;
}

/* 컨테이너 */
.product-gallery {
  width: calc((100% - 80px) / 2);
  max-width: 600px;
}

.product-gallery .gallery-top {
  border: 1px solid #d2d2d2;
  border-radius: 14px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.product-gallery .gallery-top {
  aspect-ratio: 1 / 1;
}
.product-gallery .gallery-top .swiper-slide {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #fff;
}

.product-gallery .gallery-top img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 썸네일 래퍼 */
.product-gallery .gallery-thumbs .swiper-slide {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background: #fff;
  aspect-ratio: 1 / 1;
  height: auto;
  cursor: pointer;  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.product-gallery .gallery-thumbs .gallery-thumbs-box{
 position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 비율 */
  background: #fff;
  overflow: hidden; /* 내부 이미지 넘침 방지 */
}
/* 썸네일 이미지 */
.product-gallery .gallery-thumbs img {
 position: absolute;
  top: 50%;
  left: 50%;
  width: 98%;
  height: 98%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
/* 
.product-gallery .gallery-thumbs .swiper-slide-thumb-active {
  border-color: #5d76d8;
  box-shadow: 0 0 0 2px rgba(93, 118, 216, 0.15) inset;
} */
.product-view .detail-wrap {
  width: calc((100% - 80px) / 2);
  max-width: 600px;
}

.product-view .detail-wrap .category {
  display: inline-block;
  border-radius: 30px;
  background-color: #5d76d8;
  padding: 4px 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.product-view .detail-wrap h2 {
  font-weight: bold;
  margin-bottom: 16px;
}
.btn-catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #aaa;
  margin-bottom: 60px;
}
.btn-catalog img {
  width: 20px;
  display: block;
}
.btn-catalog span {
  display: inline-block;
  color: #191919;
}
.product-view .detail-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.product-view .detail-title i {
  width: 24px;
  height: 24px;
  display: block;
}
.product-view .detail-title.use i {
  background: url(../img/sub/use_ico.png) no-repeat center / cover;
}

.product-view .detail-title.point i {
  background: url(../img/sub/point_ico.png) no-repeat center / cover;
}
.product-view .detail-title span {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}
.product-view .detail-list .scroll-box {
  width: 100%;
  overflow-y: auto;
  /* max-height: 143px; */
  border: solid 1px #d2d2d2;
  padding: 20px;
  font-size: 1.6rem;
  line-height: 1.7;
  height: 143px;
}
.product-view .scroll-box textarea {
  width: 100%;
  height: 143px;
}
.product-view .detail-list .item + .item {
  margin-top: 30px;
}
.product-view .btn-list {
  max-width: 300px;
  width: 90%;
  line-height: 60px;
  display: block;
  margin: 100px auto 0;
  border-radius: 10px;
  background-color: #213274;
  color: #fff;
  text-align: center;
}
/* 반응형 */
@media (max-width: 1024px) {
  .product-view .sec01 .container {
    flex-direction: column;
    align-items: center;
    row-gap: 42px;
  }
  .product-gallery {
    width: 100%;
    nav-index: 800px;
  }
  .product-view .detail-wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .product-view .sec01 {
    padding: 60px 0;
  }
  .btn-catalog {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 30px;
    border: 1px solid #aaa;
    margin-bottom: 40px;
  }
  .product-view .detail-title span {
    font-size: 1.6rem;
  }
}

.contact .sec01 {
  padding: 120px 0;
}
.contact .sec01 h2 {
  margin-bottom: 36px;
}
.contact .sec01 h3 {
  color: #213274;
}
.contact .sec01 .contact-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.contact .sec01 .left-box {
  width: 610px;
  border-radius: 10px;
  overflow: hidden;
  background: #5d76d8;
  height: fit-content;
  color: #fff;
}
.contact .sec01 .left-box .img-box {
  width: 100%;
  aspect-ratio: 610 / 650;
  height: auto;
}
.contact .sec01 .left-box .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact .sec01 .left-box ul {
  padding: 40px 40px;
}
.contact .sec01 .left-box li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.contact .sec01 .left-box li + li {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}
.contact .sec01 .left-box li .title {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 116px;
}
.contact .sec01 .left-box li .title img {
  display: block;
  width: 24px;
}
.contact .sec01 .left-box li p {
  width: calc(100% - 136px);
}
.contact .form {
  width: 610px;
}
.info-modal .modal-cont {
  background: #fff;
  max-width: 500px;
  width: 90%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.info-modal .modal-cont .text {
  text-align: center;
  line-height: 1.4;
}
.info-modal .modal-cont .text-box {
  line-height: 1.45;
  text-align: left;
  max-height: 50vh;
  overflow: auto;
}
.info-modal .modal-cont .text-box p + p {
  margin-top: 20px;
}
.info-modal .modal-cont .btn-primary {
  display: block;
  margin-top: 40px;
  width: 250px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #213274;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .contact .sec01 .left-box ul {
    padding: 30px;
  }
  .contact-wrap {
    column-gap: 40px;
  }
  .contact .form {
    width: 50%;
  }
  .contact .sec01 .left-box {
    width: calc(50% - 40px);
  }
  .modal-perf .text .detail p{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact-wrap {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
  }

  .contact .form {
    width: 100%;
  }
  .contact .sec01 .left-box {
    width: 100%;
    margin: 0 auto;
  }
  .contact .sec01 .left-box .img-box {
    width: 100%;
    aspect-ratio: 2 / 1;
    height: auto;
  }
  .contact .sec01 .contact-wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec01 {
    padding: 60px 0;
  }
}

.policy-wrap {
  margin-top: 80px;
  background: #f5f5f5;
  line-height: 1.5;
  height: 500px;
  overflow-y: auto;
  padding: 40px;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px) {
  .policy-wrap {
    margin-top: 40px;

    padding: 20px;
  }
}
