body {
  min-width: 320px;
}

.wrapper {
  height: 100%;
  position: relative;
}

#container {
  position: relative;
  min-height: 100%;

  @media all and (max-width: 768px) {
  }
}

#header {
}

#main-center-content {
  @media all and (max-width: 768px) {
    padding-bottom: 120px;
  }
}

#footer {
  /* /* position: absolute;
    bottom: 0; */
}

*/
/************************************************************/



/* 로고 */
.navbar-brand {
  height: 76px;
  padding: 25px 15px;

  @media all and (max-width: 1024px) {
    height: 56px;
    padding: 15px 0;
  }
}

.navbar-nav > li > a {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
}

.attr-nav > ul > li > a {
  padding: 30px 15px;
}

.cart-list li h6 a {
  color: #000;
}

.btn-cart {
  background-color: #ee997b;
  padding: 2px 10px;
  color: #fff !important;
  border: 0px solid;
  display: inline-block;
}

.btn-cart:hover {
  border: 0px solid;
  background-color: #ff7854 !important;
}

/*All Banner style*/
.service-banner,
.model-banner,
.contact-banner,
.about-banner,
.blog-banner,
.home {
  background-size: cover;
  position: relative;
}

.home {
  background: url(../images/background/homepage-bg.jpg) no-repeat top center;
}

.service-banner {
  background: url(../images/background/services-bg.jpg) no-repeat bottom center;
}

.model-banner {
  background: url(../images/background/model-bg.jpg) no-repeat bottom center;
}

.contact-banner {
  background: url(../images/background/contact-bg.jpg) no-repeat bottom center;
}

.about-banner {
  background: url(../images/background/about-bg.jpg) no-repeat bottom center;
}

.blog-banner {
  background: url(../images/background/blog-bg.jpg) no-repeat bottom center;
}

.idx-culmn {
  /* border: 1px solid #fff; */
  position: relative;

  @media all and (max-width: 768px) {
    height: 100%;
  }
}

.culmn {
  position: relative;
  overflow: hidden;
}

/* scrollup */

.scrollup {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  opacity: 0.3;
  position: fixed;
  bottom: 20px;
  right: 25px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  z-index: 1000;
  transition: opacity 0.5s, background-color 0.5s;
  -moz-transition: opacity 0.5s, background-color 0.5s;
  -webkit-transition: opacity 0.5s, background-color 0.5s;
}

.scrollup:hover {
  background: #ee997b;
  opacity: 1;
}

.scrollup i {
  font-size: 13px;
  position: absolute;
  opacity: 1;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -6px;
  text-decoration: none;
}

.idx-visual-wrap {
  /* margin-top: 60px; */
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 650px;
  z-index: 1;

  &::after {
    content: '';
    /* background: linear-gradient(0deg, rgba(17, 17, 17, 0.70) 34.86%, rgba(11, 11, 11, 0.00) 100%); */
    background: linear-gradient(0deg, #111 34.86%, rgba(11, 11, 11, 0) 100%);
    z-index: 10;
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .video-mp4 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  @media all and (max-width: 768px) {
    height: 400px;
  }
}

.home_text h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 4.286rem;
  font-weight: 700;
  line-height: 6.5rem;
}

.home_text h5 {
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  margin: 0px auto;
  line-height: 2rem;
}

.idx-content {
  position: relative;
  width: 1300px;
  height: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  /* border: 1px solid #ee997b; */

  &:after {
    content: '';
    display: table;
    clear: both;
  }

  /* @media all and (max-width:1785px) {
        margin:0;
    } */

  @media all and (max-width: 1300px) {
    width: 100%;
  }

  @media all and (max-width: 768px) {
    padding: 0 16px;
    height: 650px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
  }

  & > li {
    border-radius: 100px;
    padding: 26px 60px 30px;
    width: fit-content;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.5px;
    display: block;
    text-align: center;

    @media all and (max-width: 768px) {
      position: static !important;
      width: 100% !important;
      padding: 12px 16px 12px;
      border-radius: 16px;
    }

    &.textbox-1 {
      border: 1px solid var(--rgb);
      background: var(--Primary-color);
      box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
      position: absolute;
      left: 100px;
      z-index: 1;

      .title {
        color: var(--white);
        font-family: 'Paperlogy 9';
        letter-spacing: 0.5px;
        display: block;
        line-height: 100%;
        padding-bottom: 14px;
        font-size: 65px;
      }

      .text {
        color: var(--white);
        font-size: 18px;
      }

      @media all and (max-width: 992px) {
        .title {
          font-size: 32px;
        }

        .text {
          font-size: 15px;
        }
      }

      @media all and (max-width: 768px) {
        left: 16px;

        .title {
          font-size: 24px;
          padding-bottom: 6px;
        }

        .text {
          font-size: 15px;
        }
      }
    }

    &.textbox-2 {
      background: #3a3ba5;
      color: var(--white);
      position: absolute;
      top: 135px;
      right: 180px;
      font-size: 18px;
      width: 48%;

      @media all and (max-width: 1300px) {
        width: 65%;
      }

      @media all and (max-width: 768px) {
        top: 100px;
        right: 16px;
        font-size: 15px;
      }
    }

    &.textbox-3 {
      background: var(--black);
      color: var(--white);
      position: absolute;
      top: 280px;
      left: 50px;
      font-size: 30px;
      width: 50%;

      @media all and (max-width: 1300px) {
        width: 65%;
      }

      @media all and (max-width: 992px) {
        top: 300px;
        font-size: 22px;
      }

      @media all and (max-width: 768px) {
        top: 220px;
        left: 16px;
        font-size: 18px;
      }
    }

    &.textbox-4 {
      background: var(--white);
      color: var(--black);
      position: absolute;
      top: 340px;
      right: 150px;
      font-size: 22px;

      @media all and (max-width: 1300px) {
        top: 420px;
      }

      @media all and (max-width: 768px) {
        top: 310px;
        right: 16px;
        font-size: 16px;
      }
    }

    &.textbox-5 {
      background: var(--gray800);
      color: var(--white);
      position: absolute;
      top: 500px;
      left: 150px;
      font-size: 35px;
      width: 60%;

      @media all and (max-width: 1300px) {
        top: 520px;
        width: 68%;
        font-size: 30px;
      }

      @media all and (max-width: 992px) {
        font-size: 22px;
      }

      @media all and (max-width: 768px) {
        top: 380px;
        left: 16px;
        font-size: 17px;
      }
    }

    &.textbox-6 {
      color: var(--Second-skyblue);
      background: var(--black);
      position: absolute;
      top: 630px;
      right: 100px;
      font-size: 18px;
      width: 46%;

      @media all and (max-width: 1300px) {
        top: 640px;
        width: 45%;
        font-size: 16px;
      }

      @media all and (max-width: 768px) {
        top: 480px;
        right: 16;
        font-size: 15px;
      }
    }
  }
}

.h1-title {
  text-align: center;
  padding-bottom: 50px;

  .title {
    font-family: 'Paperlogy 6';
    font-size: 45px;
    display: block;
    color: var(--white);
    padding-bottom: 10px;
  }

  .description {
    font-size: 17px;
    line-height: 140%;
    color: var(--gray400);
    letter-spacing: 1px;
  }

  @media all and (max-width: 768px) {
    padding-bottom: 20px;

    .title {
      font-size: 22px;
    }

    .description {
      font-size: 13px;
    }
  }
}

.sub-visual-wrap {
  position: relative;
  height: 450px;
  width: 100%;
  padding-top: 60px;

  .visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media all and (max-width: 768px) {
    height: 300px;
    padding-top: 52px;
  }
}

.common-content-body {
  clear: both;
  width: 1300px;

  padding: 50px 0;
  margin: 0 auto;

  @media all and (max-width: 1300px) {
    width: 100%;
    padding: 20px 16px;
  }
}

.card-list-square {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 35px 20px;
  justify-content: center;
  @media all and (max-width: 768px) {
    gap: 25px 8px;
  }

  .c-item {
    width: calc(100% / 6);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;

    @media all and (max-width: 1024px) {
      width: calc(100% / 4 - 20px);
    }
    @media all and (max-width: 768px) {
      width: calc(100% / 3 - 10px);
    }
    @media all and (max-width: 390px) {
      width: calc(100% / 2 - 6px);
    }

    &:hover {
      animation-name: pulse;
      animation-duration: 2s;

      .thumb-img {
        border: 1px solid rgb(var(--rgb-white), 30%);
      }

      .hover-link {
        background: var(--Primary-color);
      }
    }
  }
}

.thumb-img {
  border: 1px solid rgb(var(--rgb-white), 10%);
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 200px;

  @media all and (max-width: 768px) {
    height: 180px;
  }
}

.hover-link {
  text-align: center;
  line-height: 120%;
  border-radius: 100px;
  background: var(--gray800);
  color: var(--gray400);
  padding: 6px 20px;
  font-size: 13px;
  width: fit-content;

  @media all and (max-width: 768px) {
    border-radius: 8px;
  }
}

.dark-md-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}

/** 가운데 팝업  **/
.popup-centersheet {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: var(--black);
  padding: 0px;
  width: 60%;
  display: none;
  z-index: 1000;
  border-radius: 16px;
  border: 5px solid var(--Primary-color, #5c21dc);
  box-shadow: 0px 8px 18px 0px #000;

  .inner-content {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 550px);

    .original-thumb-wrap {
      .org-thumb-img {
        border-radius: 16px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }

  .btn-close.positon-mark {
    position: absolute;
    top: -55px;
    right: 0;
  }

  @media all and (max-width: 768px) {
    border: 3px solid var(--Primary-color, #5c21dc);
    position: fixed;
    width: 96%;
    height: calc(100% - 150px);

    .inner-content {
      height: 100%;
    }

    .btn-close.positon-mark {
      width: 36px;
      height: 36px;
      top: auto;
      left: 50%;
      bottom: 20px;
      z-index: 200;

      &::after {
        width: 20px;
        height: 20px;
      }
    }
  }
}

.btn-close {
  font-size: 0;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  background: rgb(var(--rgb-white), 50%);
  display: flex;
  align-items: center;
  justify-content: center;

  &::after {
    content: '';
    background: url('../images/ico-close.svg') no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    filter: var(--filter-black);
    font-size: 0;
    display: block;
  }
}

.api-box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  @media all and (max-width: 768px) {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.api-notice {
  font-size: 18px;
  text-align: center;
  padding: 16px 0;

  @media all and (max-width: 768px) {
    font-size: 16px;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: 6fr 3.5fr;
  grid-template-rows: 250px 250px;
  gap: 16px;

  @media all and (max-width: 768px) {
    display: flex;
    flex-direction: column;
  }

  .gd-item {
    position: relative;

    @media all and (max-width: 768px) {
      height: 250px;
    }

    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .text-area {
      position: absolute;
      bottom: 0;
      right: 0;
      background: rgb(var(--rgb-black), 50%);
      padding: 10px 16px 8px;

      .title {
        font-family: 'Paperlogy 6';
        display: block;
        color: var(--gray100);
        padding-bottom: 4px;
      }

      .text {
        color: var(--gray200);
        line-height: 110%;
        @media all and (max-width: 768px) {
          font-size: 11px;
          line-height: 140%;
        }
      }
    }
  }

  .box1 {
    grid-row: 1 / 3;

    .text-area {
      width: 350px;
      @media all and (max-width: 768px) {
        width: 250px;
      }
    }
  }

  .box2 {
    grid-column: 2 / 4;

    .text-area {
      width: 240px;
    }
  }

  .box3 {
    grid-column: 2 / 4;

    .text-area {
      width: 240px;
    }
  }
}

.ageny-info-area {
  display: flex;
  justify-content: space-between;
  align-items: center;

  .info-box {
    width: 50%;

    .title {
      font-family: 'Paperlogy 7';
      font-size: 54px;
      color: var(--white);
      line-height: 115%;
      display: block;
      padding-bottom: 36px;
    }

    .text {
      font-size: 18px;
      line-height: 135%;
      color: var(--gray300);
    }
  }

  & .img {
    width: 550px;
    height: 550px;
    object-fit: cover;
  }

  @media all and (max-width: 1100px) {
    .info-box {
      .title {
        font-size: 36px;
      }

      .text {
        font-size: 16px;
      }
    }

    & .img {
      width: 350px;
      height: 350px;
    }
  }

  @media all and (max-width: 768px) {
    flex-direction: column;

    .info-box {
      width: 96%;

      .title {
        font-size: 22px;
        padding-bottom: 16px;
      }

      .text {
        font-size: 13px;
      }
    }

    & .img {
      margin-left: auto;
      width: 250px;
      height: 250px;
    }
  }
}

/*퀵메뉴*/
.quick-customer-warp {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
  @media all and (max-width: 1750px) {
  }

  @media all and (max-width: 1300px) {
    display: none;
  }

  .QR-cord-box {
    position: relative;
    padding: 10px 16px;
    border-radius: 12px;
    background: var(--black);
    width: 200px;

    & > li {
      text-align: center;
      color: var(--gray300);
      font-family: 'Paperlogy 6';
    }

    .title {
      font-size: 18px;
      text-align: center;
    }

    .QRCord {
      padding: 10px;
      border-radius: 8px;
      background: var(--white);
      margin: 6px 0 8px;

      & img {
        width: 150px;
        height: 150px;
      }
    }

    .id {
    }

    .btn-telegram {
      display: flex;
      justify-content: center;
      gap: 8px;
      padding-top: 10px;

      &::before {
        content: '';
        background: url('../images/ico-telegram.svg') no-repeat;
        background-size: 100%;
        width: 24px;
        height: 24px;
        display: block;
      }
    }
  }
}

.telegram-customer {
  display: flex;
}

/* @media all and (max-width: 1300px) { */
.telegram-customer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  width: fit-content;
  height: 42px;
  padding: 0 30px;
  margin: 0 auto;
  border-radius: 8px;
  display: flex;
  gap: 4px;
  color: var(--gray900);
  font-family: 'Paperlogy 6';
  color: var(--black) !important;

  &::before {
    content: '';
    background: url('../images/ico-telegram.svg') no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: block;
  }

  .con-id {
    display: flex;
    align-items: center;
    gap: 4px;

    & span {
      text-align: left;
      line-height: 100%;
      font-family: 'Paperlogy 6';
      font-size: 15px;
      display: block;
    }
  }
}

#footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgb(var(--rgb-white), 10%);
}

.footer-content {
  clear: both;
  width: 100%;
  padding: 30px 0;
  text-align: center;

  .inner {
    width: 100%;
    margin: 0 auto;
    line-height: 125%;
  }

  @media all and (max-width: 1024px) {
    padding: 20px 16px;
    font-size: 12px;
    line-height: 120%;

    .inner {
      text-align: center;
      margin: 0;
    }
  }
}

.color_white {
  color: #fff;
}

.menu_active {
  color: white !important;
  text-decoration: none;
}
