.quick-menu {
  position: fixed;
  right: 30px;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
  i {
    font-size: 1.5em;
  }
}

.quick-icon {
  width: 80px;
  height: 80px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s;
}

.quick-icon.phone {
  background-color: #111658b2; /* 전화 문의 아이콘 색상 */
}

.quick-icon.kakao {
  background-color: #debb0daf; /* 카카오톡 문의 아이콘 색상 */
  svg {
    width: 30px;
    fill: #fff;
  }
}

.quick-icon.phone:hover {
  background-color: #090f64;
}
.quick-icon.kakao:hover {
  background-color: #debb0d;
}

.quick-icon img {
  width: 60%; /* 카카오톡 아이콘 크기 조정 */
}

.header-wrap {
  background: #ffffff;
  width: 100%;

  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  min-width: 1400px;
  z-index: 9999;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    min-width: 1400px;
    .logo-wrap {
      img {
        width: 155px;
      }
    }
    .header-menu-list {
      display: flex;
      gap: 80px;
      .memu {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        transition: all 0.2s;
        padding: 30px 0;
        a {
          position: relative;
          display: flex;
          align-items: center;
          cursor: pointer;
          font-size: 20px;
          font-weight: 600;
        }
        .division {
          position: relative;
          height: 17px;
          width: 2px;
          background: black;
          bottom: -1px;
          margin: 0 10px;
        }
      }
      .memu:hover .submenu {
        display: block;
      }
      .memu:hover > a {
        position: relative;
        color: #0e157f;
        transition: all 0.2s;
      }
      .memu:hover > a:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #0e157f;
        position: absolute;
        right: -13px;
        top: -2px;
      }
      .submenu {
        display: none;

        top: 84px;
        width: 200px;
        left: -62px;
        right: 0;
        margin: 0 auto;
        position: absolute;
        padding-bottom: 10px;
        background: #fff;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
        li {
          padding: 10px 20px;
          cursor: pointer;
          a {
            display: block;
            text-align: center;
            font-size: 18px;
            font-weight: 400;
            color: #333;
            cursor: pointer;
          }
        }
        li:hover {
          background: #f8f8f8;
          cursor: pointer;
          a {
            display: block;
            width: 100%;
            height: 100%;
            color: #0e157f;
            cursor: pointer;
          }
        }
      }
    }
  }
}
.section-1-title {
  display: inline-block;
  font-size: 2rem;
  white-space: nowrap;
}

.section-1-title span {
  opacity: 0;
  transform: translateY(20px); /* 아래에서 위로 올라오는 효과 */
  display: inline-block;
  animation: fadeInUp 0.5s forwards;
}
.section-1-title {
  font-size: 55px;
  letter-spacing: 3px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: pre;
  transform: translate(-50%, -50%);
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0); /* 제자리로 이동 */
  }
}

/* 각 글자의 딜레이를 점차 증가 */
.section-1-title span:nth-child(1) {
  animation-delay: 0s;
}
.section-1-title span:nth-child(2) {
  animation-delay: 0.05s;
}
.section-1-title span:nth-child(3) {
  animation-delay: 0.1s;
}

.section-1-title span:nth-child(1) {
  animation-delay: 0s;
}
.section-1-title span:nth-child(2) {
  animation-delay: 0.05s;
}
.section-1-title span:nth-child(3) {
  animation-delay: 0.1s;
}
.section-1-title span:nth-child(4) {
  animation-delay: 0.15s;
}
.section-1-title span:nth-child(5) {
  animation-delay: 0.2s;
}
.section-1-title span:nth-child(6) {
  animation-delay: 0.25s;
}
.section-1-title span:nth-child(7) {
  animation-delay: 0.3s;
}
.section-1-title span:nth-child(8) {
  animation-delay: 0.35s;
}
.section-1-title span:nth-child(9) {
  animation-delay: 0.4s;
}
.section-1-title span:nth-child(10) {
  animation-delay: 0.45s;
}
.section-1-title span:nth-child(11) {
  animation-delay: 0.5s;
}
.section-1-title span:nth-child(12) {
  animation-delay: 0.55s;
}
.section-1-title span:nth-child(13) {
  animation-delay: 0.6s;
}
.section-1-title span:nth-child(14) {
  animation-delay: 0.65s;
}
.section-1-title span:nth-child(15) {
  animation-delay: 0.7s;
}
.section-1-title span:nth-child(16) {
  animation-delay: 0.75s;
}
.section-1-title span:nth-child(17) {
  animation-delay: 0.8s;
}
.section-1-title span:nth-child(18) {
  animation-delay: 0.85s;
}
.section-1-title span:nth-child(19) {
  animation-delay: 0.9s;
}
.section-1-title span:nth-child(20) {
  animation-delay: 0.95s;
}
.section-1-title span:nth-child(21) {
  animation-delay: 1s;
}
.section-1-title span:nth-child(22) {
  animation-delay: 1.05s;
}

.section-wrap {
  min-width: 1400px;
  .section-1 {
    position: relative;
    min-width: 1400px;
    height: 768px;
    background: url(../img/section1.jpg) no-repeat center;
    background-size: cover;
    .section-1-title {
      font-size: 55px;
      letter-spacing: 3px;
      font-weight: 700;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      white-space: pre;
      transform: translate(-50%, -50%);
    }
    img {
      width: 100%;
      height: calc(100vh - 62px);
      object-fit: cover;
    }
    .contact-box {
      position: absolute;
      background: #000550;
      bottom: 0;
      width: 100%;
      ul {
        max-width: 1400px;
        margin: 0 auto;
        width: 100%;
        padding: 20px 0;
        display: flex;
        gap: 50px;
        justify-content: space-evenly;
        li {
          flex-grow: 1;
          font-size: 18px;
          color: #fff;
          text-align: center;
          letter-spacing: 1px;
          span.title {
            display: inline-block;
            padding-right: 5px;
            opacity: 0.7;
            font-weight: 700;
          }
          a {
            font-size: 18px;
            color: #fff;
          }
          .kakao-link {
            margin-left: 5px;
            background: #fff;
            color: #000047;
            font-size: 14px;
            padding: 5px 10px;
            box-sizing: border-box;
          }
        }
      }
    }
  }
  .section-2 {
    .section-2-contents {
      display: flex;
      flex-direction: column;
      gap: 70px;
      padding-top: 180px;
      margin: 0 auto;
      max-width: 1400px;
      .section-2-title {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        .title {
          font-weight: 800;
          letter-spacing: 1px;
          font-size: 40px;
          color: #000550;
        }
        .subtitle {
          text-align: center;
          font-size: 20px;
          color: #3f3f3f;
          font-weight: 400;
          line-height: 32px;
        }
      }

      .section-2-img {
        display: flex;
        gap: 30px;
        justify-content: center;

        .img-info {
          /* transition: transform 0.3s ease; */
          display: flex;
          flex-direction: column;
          gap: 25px;
          justify-content: center;
          align-items: center;
          a {
            display: flex;
            flex-direction: column;
            justify-content: center;
          }
          img {
            width: 447px;
            height: 270px;
            border-radius: 25px;
          }
          .img-card {
            .card-title {
              display: flex;
              flex-direction: column;
              padding: 30px;
              gap: 30px;
              background: #ffffff;
              .title {
                width: 100%;
                max-width: 380px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
              }
              .date {
                color: #717171;
                font-weight: 400;
                letter-spacing: 0px;
                font-size: 15px;
              }
            }
          }
          .title {
            color: #171717;
            font-weight: 700;
            font-size: 25px;
            text-align: center;
            padding: 1em 0;
          }
          .detail-btn {
            width: 150px;
            height: 40px;
            border: 1px solid #a9a9b6;
            border-radius: 20px;
            font-size: 16px;
            color: #000047;
            font-weight: 400;
            margin: 0 auto;
          }
          .detail-btn:hover {
            background: #000047;
            color: #fff;
          }
        }
        /* .img-info:hover {
            cursor: pointer;
            transform: translateY(-30px); 
        } */
      }
      .--bottom {
        padding: 215px 0px 0px 0px;
        height: 40px;
        z-index: 100;
        .img-card {
          img {
            border-radius: 25px 25px 0 0;
          }
        }
        .card-title {
          border-radius: 0 0 25px 25px;
        }
      }
    }
  }
  .section-3 {
    position: relative;
    .section-3-more {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;

      transform: translate(-50%, -50%);
      display: flex;
      gap: 10px;
      span {
        font-size: 30px;
        font-weight: 700;
        color: #ffffff;
        white-space: pre;
      }
      img {
      }
    }
  }
}

.section-3-contents {
  .title {
    padding: 0 !important;
    text-align: left !important;
  }
}

button {
  background: inherit;
  border: unset;
}

#wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  #container_wr {
    width: 100%;

    position: relative;

    background-size: cover;

    &:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background: rgba(0, 0, 0, 0.4);
      width: 100%;
      height: 100%;
    }
  }
  .sub-bg {
    width: 100%;
    /* background: url(../img/s-main-bg.png) no-repeat; */
    height: 300px;
    background-size: cover;
    background: url(../img/section1.jpg) no-repeat center;
    .section-1-title {
      font-size: 42px;
      letter-spacing: 3px;
      font-weight: 700;
      color: #ffffff;
      position: absolute;
      top: 27%;
      left: 50%;
      white-space: pre;
      transform: translate(-50%, -50%);
    }
  }
  #container_wrs {
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    position: relative;
    /* padding-top: 303px; */
    display: flex;
    justify-content: center;
    margin: 0 auto;

    #container {
      margin-top: 0;
      float: none;
      width: 100%;
    }

    .sub-max-width {
      margin: 100px auto 150px;
      width: 100%;
      max-width: 1400px;
    }
  }
}

.admin {
  color: #ffffff80;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 10px;
  border: 1px solid #757575;
  border-radius: 5px;
  margin: 10px;
  opacity: 0.5;
}

#container > #container_title {
  display: none;
  text-align: center;
  font-size: 35px;
  padding: 80px 0;
  font-family: inherit;
}
#gall_ul,
#bo_w {
  border-top: 1px solid #000;
}
#bo_gall .gall_img {
  background: #f8f8f8;
}
#bo_gall #gall_ul {
  margin: 10px -10px 0;
  padding: 20px;
  list-style: none;
  zoom: 1;
}
#bo_gall .bo_tit {
  font-size: 1.5em;
}
#bo_gall .bo_cnt {
  font-size: 1.2em;
}
#bo_gall .gall_img img,
#bo_gall .gall_img video {
  width: 100%;
}
#bo_v_img a.view_image {
  text-align: center;
}
#bo_v_con {
  text-align: center;
  font-size: 1.3em;
}
#bo_v,
#bo_list {
  font-size: 1.2em;
}
#bo_v_title .bo_v_tit {
  font-family: pretendard;
}

/*breadcrumb*/
.breadcrumb-wrap {
  height: 60px;
  border-bottom: 1px solid #dcdcdc;
  ul {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    li {
      width: 183px;
      display: flex;
      align-items: center;
      border-left: 1px solid #dcdcdc;
      a {
        padding: 0 2em;
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 16px;
      }
      &:last-child {
        border-right: 1px solid #dcdcdc;
      }
      &.home {
        width: 60px;
        a {
          font-size: 0;
          text-decoration: none;

          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          background: url(../img/b-home.png) no-repeat center;
        }
      }
    }
  }
} /*breadcrumb*/
.breadcrumb-wrap {
  height: 60px;
  border-bottom: 1px solid #dcdcdc;
  ul {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    border-right: 1px solid #dcdcdc;
    li {
      width: 183px;
      display: flex;
      align-items: center;
      border-left: 1px solid #dcdcdc;
      a {
        padding: 0 2em;
        display: inline-flex;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #000;
        font-size: 16px;
      }
      &:last-child {
        border-right: 1px solid #dcdcdc;
      }
      &.home {
        width: 60px;
        a {
          font-size: 0;
          text-decoration: none;

          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          background: url(../img/b-home.png) no-repeat center;
        }
      }
    }
  }
}

.ctt_admin {
  position: absolute;
  right: 0;
}
#ctt_con {
  margin: 0;
  padding: 0;
  background: #fff;
}
#ctt {
  margin: 0;
  padding: 0;
  background: #fff;
}

.sub-max-width > h2 {
  text-align: center;
  span {
    position: relative;
    display: inline-block;
    font-size: 35px;
    color: #232323;
    font-family: pretendard;
    background: #fff;
    &:after {
      position: absolute;
      top: -25px;
      left: -20px;
      width: 44px;
      height: 44px;
      content: "";
      background: url(../img/page-title-dot.png) no-repeat;
    }
  }
}
#container_title span {
  display: inline-block;
}
.tab-wrap {
  margin: 50px 0;
  ul {
    display: flex;
    gap: 20px;
    li {
      flex: 1 1;
      height: 70px;
      background: #f1f1f4;
      transition: all 0.2s;
      &:hover {
        background: #0d1259;
        transition: all 0.2s;
        span {
          color: #fff;
        }
      }
      a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        span {
          font-size: 20px;
          color: #232323;
        }
      }
      &.active {
        background: #0d1259;
        transition: all 0.2s;
        &:hover {
          background: #0d1259;
          transition: all 0.2s;
        }
        a {
          span {
            color: #fff;
          }
        }
      }
    }
  }
}

.company-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 73px;
  .img-wrap {
    width: 693px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .text-wrap {
    flex-grow: 1;
    flex-shrink: 1;
    .top-text {
      p:first-child {
        font-size: 40px;
        line-height: 45px;
        font-weight: bold;
        color: #000;
      }
      p:last-child {
        font-size: 40px;
        line-height: 45px;
        font-weight: bold;
        color: #5b5cc6;
      }
    }
    .center-text {
      margin-top: 30px;
      font-size: 18px;
      color: #000000;
      line-height: 30px;
    }
    .bottom-text {
      margin-top: 63px;
      text-align: right;
      font-size: 18px;
      color: #000000;
    }
  }
}

.certification-wrap {
  ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3em 5em;
    li {
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      align-content: center;
      flex-grow: 1;
      width: 30%;
      img {
      }
      span {
        font-size: 18px;
        color: #000;
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 20px 0;
      }
    }
  }
}

.map-wrap {
  .map-box {
    margin: 40px 0;
    h3 {
      font-size: 30px;
      color: #4546c2;
      margin-bottom: 20px;
    }
    .map-info-text {
      background: #f8f8f8;
      padding: 20px 40px;
      box-sizing: border-box;
      ul {
        li {
          margin-bottom: 15px;
          &:last-child {
            margin-bottom: 0;
          }
          span.title {
            font-size: 18px;
            display: inline-block;
            color: #4546c2;
            margin-right: 25px;
          }
          span.content {
            font-size: 18px;
            color: #000000;
          }
        }
      }
    }
  }
}

#ctt_con .img-wrap img {
  max-width: 100%;
  height: auto;
  width: 900px;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  display: flex;
}
