@charset "UTF-8";

/* main */
#main {
  height: 100vh;
}
#main .width-wrap .top-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
#main .width-wrap .top-area .left-zone .box {
  position: relative;
}
#main .width-wrap .top-area .left-zone .default {
  opacity: 0.1;
}
#main .width-wrap .top-area .left-zone .fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  animation: w100 1.5s forwards alternate;
  animation-delay: 0.8s;
}
#main .width-wrap .top-area .left-zone h1 {
  color: var(--po-op1);
  text-transform: uppercase;
}
#main .width-wrap .top-area .left-zone h1.fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  transition: all 0.3s;
  animation: w100 1.5s forwards alternate;
}
#main .width-wrap .top-area .left-zone .box:last-child h1:last-child.fill {
  animation-delay: 0.8s;
}
#main .width-wrap .top-area .left-zone h1.fill span {
  color: var(--po);
  white-space: nowrap;
  line-height: 100%;
}
#img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-area {
  position: relative;
  width: 79.7901%;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-area .text-box {
  position: absolute;
  z-index: 1;
  text-align: center;
}
.img-area .text-box h4 {
  opacity: 0;
}
.img-area .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* process */
#process .width-wrap .item-area {
  display: grid;
  grid-template-columns: minmax(0, 400px) auto minmax(0, 400px) auto minmax(
      0,
      400px
    );
  justify-content: space-between;
  align-items: center;
  gap: 40px 0;
  margin-top: 80px;
}
#process .width-wrap .item-area img.third {
  display: none;
}
#process .width-wrap .item-area .item p:nth-child(2) {
  margin: 6px 0 24px;
}

/* produce */
#produce {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#produce .wrapper {
  padding: 150px 0;
  height: 100vh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
}
#produce .width-wrap {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  border-radius: 60px;
  padding: 99px 0;
  box-sizing: border-box;
  max-width: none;
  width: 1520px;
  height: fit-content;
}
#produce .width-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(var(--filterBlur, 0));
  -webkit-backdrop-filter: blur(var(--filterBlur, 0));
}
#produce .width-wrap .item-area {
  width: 1031px;
  margin: 0 auto;
}
#produce .width-wrap .item-area .item {
  position: relative;
  padding: 100px 0 100px 0;
  box-sizing: border-box;
  margin-left: 10px;
  opacity: 0.4;
}
#produce .width-wrap .item-area .item.on {
  opacity: 1 !important;
}
#produce .width-wrap .item-area .item:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 1px;
  height: var(--line-height, 0);
  background: var(--white);
  opacity: var(--line-opacity, 0);
}
#produce .width-wrap .item-area .item:after {
  content: url("/media/img/icon/icon_circle.svg");
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  opacity: var(--line-opacity, 0);
}
#produce .width-wrap .item-area .item:nth-child(n + 2) {
  display: none;
}
#produce .width-wrap .item-area .item p:nth-child(2) {
  margin: 6px 0 40px;
}
#produce .width-wrap .item-area .item:nth-child(n + 2) {
  display: none;
  opacity: 0;
}
#produce .width-wrap .item-area .item.on:after {
  content: url("/media/img/icon/icon_circle_ball.svg");
}

/* plan */
#plan {
  background: #f9f9f9;
}
#plan .width-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
/* top */
#plan .width-wrap .top .card-area {
  display: grid;
  gap: 24px;
  margin: 60px 0 40px;
}
#plan .width-wrap .top .card-area .card {
  border-radius: 20px;
  background: var(--white);
  padding: 28px;
  box-sizing: border-box;
}
#plan .width-wrap .top .card-area .card .top-zone .label-place {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#plan .width-wrap .top .card-area .card .top-zone p:nth-child(2) {
  margin: 20px 0 8px;
}
#plan .width-wrap .top .card-area .card .info-zone {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 206px;
}
#plan .width-wrap .top .card-area .card .info-zone li p {
  margin: 36px 0 10px;
}
#plan .width-wrap .top .card-area .card .info-zone li p.op0 {
  opacity: 0;
}
#plan .width-wrap .top .card-area .card .bottom-zone button {
  margin: 16px auto 0;
}
/* bottom */
#plan .width-wrap .bottom h5 {
  margin-bottom: 60px;
}
#plan .width-wrap .bottom .table-area,
#plan .width-wrap .bottom table,
#plan .width-wrap .bottom table thead,
#plan .width-wrap .bottom table thead tr {
  position: relative;
  width: 100%;
  text-align: center;
}
#plan .width-wrap .bottom table thead tr {
  border-radius: 12px;
  background: var(--black);
  color: var(--white);
}
#plan .width-wrap .bottom table tr {
  display: grid;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
#plan .width-wrap .bottom table tr td:first-child {
  text-align: start;
}
#plan .width-wrap .bottom table thead tr th,
#plan .width-wrap .bottom table tbody tr td {
  padding: 20px 0;
}
#plan .width-wrap .bottom table tbody tr td.tit {
  margin-top: 40px;
}
#plan .width-wrap .bottom table tbody tr td .check,
#plan .width-wrap .bottom table tbody tr td .checked {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#plan .width-wrap .bottom table tbody tr td .check::before,
#plan .width-wrap .bottom table tbody tr td .checked::before {
  position: absolute;
  transform: translateY(3px);
}
#plan .width-wrap .bottom table tbody tr td .check::before {
  content: url("/media/img/icon/icon_table_check.svg");
}
#plan .width-wrap .bottom table tbody tr td .checked::before {
  content: url("/media/img/icon/icon_table_checked.svg");
}

/* web / marketing */
#plan.web .width-wrap .top .card-area {
  grid-template-columns: repeat(4, 1fr);
}
#plan.marketing .width-wrap .top .card-area {
  grid-template-columns: repeat(3, 1fr);
}
#plan.web .width-wrap .top .card-area .card .bottom-zone a {
  margin-top: 47px;
}
#plan.marketing .width-wrap .top .card-area .card .bottom-zone a {
  margin-top: 79px;
}
#plan.web .width-wrap .top .bottom-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#plan.web .width-wrap .bottom table tr {
  grid-template-columns: repeat(6, 1fr);
}
#plan.marketing .width-wrap .bottom table tr {
  grid-template-columns: repeat(4, 1fr);
}

/* popup */
#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#popup,
#popup button,
#popup .popup-wrap {
  pointer-events: none;
  opacity: 0;
}
#popup button {
  width: 46px;
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  background: var(--white);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#popup .popup-wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 0px 42.9px 0px rgba(0, 0, 0, 0.27);
  z-index: 1;
  overflow: auto;
}
#popup .popup-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#popup .popup-wrap::-webkit-scrollbar-thumb {
  height: 0;
}
#popup .popup-wrap::-webkit-scrollbar-track {
  width: 0;
  height: 0;
}
#popup.on,
#popup.on button,
#popup.on .popup-wrap {
  pointer-events: all;
  opacity: 1;
}
#popup .popup-wrap > p {
  margin-bottom: 40px;
}
#popup .popup-wrap .info-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
#popup .popup-wrap .info-area .left-zone,
#popup .popup-wrap .info-area .right-zone {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
#popup .popup-wrap .info-area .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#popup .popup-wrap .info-area .info > p {
  margin-bottom: 2px;
}
#popup .popup-wrap .info-area .price-zone {
  border-radius: 8px;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  box-sizing: border-box;
}
#popup .popup-wrap .info-area .price-zone span {
  margin-left: 4px;
}
#popup .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black-op5);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
#popup.on .bg {
  pointer-events: all;
  opacity: 1;
}

/* responsive */
@media all and (max-width: 1635px) {
  #plan.web .width-wrap .top .card-area {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 60px auto 40px;
    max-width: 750px;
  }

  #plan.marketing .width-wrap .top .card-area {
    max-width: none;
  }
}
@media all and (max-width: 1630px) {
  #main .img-area {
    width: 90%;
  }

  #produce .width-wrap,
  #produce .width-wrap .item-area {
    width: 90%;
  }
}
@media all and (max-width: 1500px) {
  #process .width-wrap .item-area {
    grid-template-columns: minmax(0, 400px) auto minmax(0, 400px);
    justify-content: space-evenly;
  }
  #process .width-wrap .item-area img.second,
  #process .width-wrap .item-area img.fourth {
    display: none;
  }
  #process .width-wrap .item-area img.third {
    display: block;
  }
}
@media all and (max-width: 1350px) {
  #plan.web .width-wrap .bottom .table-area {
    overflow-x: scroll;
    padding-bottom: 40px;
  }
  #plan .width-wrap .bottom .table-area::-webkit-scrollbar {
    height: 10px;
  }
  #plan .width-wrap .bottom .table-area::-webkit-scrollbar-thumb {
    background: #19a4c5;
    height: 30%;
    border-radius: 10px;
  }
  #plan .width-wrap .bottom .table-area::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
  }
  #plan.web .width-wrap .bottom table {
    width: 1201.5px;
  }
}
@media all and (max-width: 1240px) {
  #popup .popup-wrap {
    width: 90%;
  }
}
@media all and (max-width: 1100px) {
  #produce .width-wrap {
    padding: 51.5px 0;
  }
  #produce .width-wrap .item-area .item {
    padding: 64px 0 64px 0;
  }

  #plan.marketing .width-wrap .top .card-area {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
@media all and (max-width: 1000px) {
  #main {
    height: auto;
  }
  #main .width-wrap .top-area {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  #main .img-area {
    height: auto !important;
  }
  #main .img-area img {
    width: 120vw;
  }

  #process .width-wrap .item-area {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #process .width-wrap .item-area .item {
    width: 100%;
  }
  #process .width-wrap .item-area img {
    transform: rotate(90deg) !important;
  }
  #process .width-wrap .item-area img.second,
  #process .width-wrap .item-area img.fourth {
    display: block;
  }
}
@media all and (max-width: 860px) {
  #plan.marketing .width-wrap .bottom .table-area {
    overflow-x: scroll;
    padding-bottom: 40px;
  }
  #plan.marketing .width-wrap .bottom table {
    width: 800px;
  }

  #popup {
    justify-content: flex-end;
  }
  #popup .popup-wrap {
    width: 100%;
    height: 80%;
    border-radius: 20px 20px 0 0;
  }
  #popup .popup-wrap .info-area {
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media all and (max-width: 740px) {
  #plan.web .width-wrap .top .card-area {
    grid-template-columns: 1fr;
    margin: 28px auto;
    max-width: 400px;
  }
  #plan .width-wrap .top .card-area .card {
    border-radius: 12px;
    padding: 18px;
  }
  #plan .width-wrap .top .card-area .card .top-zone p:nth-child(2) {
    margin: 16px 0 8px;
  }
  #plan .width-wrap .top .card-area .card .info-zone {
    gap: 8px;
    min-height: 179px;
  }
  #plan .width-wrap .top .card-area .card .info-zone li p {
    margin: 24px 0 6px;
  }
  #plan .width-wrap .top .card-area .card .info-zone li p.op0 {
    margin: 0;
  }
  #plan .width-wrap .top .card-area .card .bottom-zone button {
    margin: 12px auto 0;
  }

  #plan.marketing .width-wrap .top .card-area .card .bottom-zone a {
    margin-top: 33px;
  }
  #plan.marketing .width-wrap .top .card-area .card .bottom-zone a {
    margin-top: 62px;
  }
}
@media all and (max-width: 500px) {
  #main .width-wrap .top-area {
    margin-bottom: 32px;
  }
  #main .width-wrap .top-area p {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
  #main {
    padding: 160px 0 0;
  }

  #process .width-wrap .item-area {
    gap: 32px;
    margin-top: 40px;
  }
  #process .width-wrap .item-area img {
    width: 20px;
    height: 20px;
  }
  #process .width-wrap .item-area .item p:nth-child(2) {
    margin: 4px 0 16px;
  }

  #produce .width-wrap {
    border-radius: 24px;
    padding: 47.5px 0;
  }
  #produce .width-wrap .item-area .item {
    padding: 28px 0 28px 0;
  }
  #produce .width-wrap .item-area .item:before {
    top: 17px;
  }
  #produce .width-wrap .item-area .item.on:after {
    content: url("/media/img/icon/icon_circle_ball_mo.svg");
  }
  #produce .width-wrap .item-area .item:after {
    content: url("/media/img/icon/icon_circle_mo.svg");
  }

  #plan .width-wrap .top .card-area .card .top-zone .label-place .label {
    font-size: 12px;
    letter-spacing: -0.48px;
  }
  #plan .width-wrap .bottom table thead tr th,
  #plan .width-wrap .bottom table tbody tr td {
    padding: 9.5px 0;
  }
  #plan .width-wrap .bottom table tbody tr td.tit {
    margin-top: 28px;
  }
  #plan .width-wrap .bottom table {
    width: 1047.5px;
  }

  #popup button {
    display: none;
  }
  #popup .popup-wrap {
    height: 90%;
    padding: 40px 18px 20px;
  }
  #popup .mo-btn {
    padding: 18px 0;
    box-sizing: border-box;
    position: fixed;
    top: 10%;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background: var(--white);
    border-radius: 20px 20px 0 0;
  }
  #popup .mo-btn .line {
    width: 44px;
    height: 4px;
    border-radius: 50px;
    background: var(--gray);
  }
}
