@charset "UTF-8";

/*common*/
.color-po {
  color: var(--po);
}

.color-po-gradient {
  font-weight: 600;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.color-po-gradient-green {
  font-weight: 600;
  background: linear-gradient(
    89.88deg,
    rgba(22, 238, 43, 0.8) 0.1%,
    rgba(55, 135, 255, 0.8) 99.89%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.color-po-gray {
  color: #898989;
}

.color-po-white {
  color: var(--white);
}

.color-po-yellow {
  color: #ffe897;
}

.label-gradient {
  display: inline-block;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  border-radius: 100px;
  line-height: 12px;
  animation: gradient 3s ease infinite;
  transition: all 0.4s;
}
.label-gradient.red {
  background: var(--gradient);
  background-size: 200% 200%;
}
.label-gradient.green {
  background: linear-gradient(
    89.88deg,
    rgba(22, 238, 43, 0.8) 0.1%,
    rgba(55, 135, 255, 0.8) 99.89%
  );
  background-size: 200% 200%;
}

.line-po {
  display: inline-block;
  position: relative;
}
.line-po::before {
  content: "";
  position: absolute;
  bottom: 15%;
  width: 0%;
  height: 10px;
  background-color: var(--po-op30);
  z-index: -1;
  visibility: hidden;
  transition: all 0.4s 0.6s;
}

.horizontal-line {
  text-decoration: line-through;
}

.aos-animate .line-po::before {
  visibility: visible;
  width: 100%;
}

.bold-po {
  font-weight: 600;
}

.under900,
.under850,
.under690,
.under500 {
  display: none !important;
}
.top850,
.top690,
.top500 {
  display: block;
}

section {
  width: 100%;
}
.first-section .contents-wrap {
  padding: 252px 0 150px;
}

.wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  word-break: keep-all;
  color: var(--black);
  overflow-x: hidden;
}
.contents-wrap {
  position: relative;
  margin: 0 auto;
  padding: 140px 0;
  max-width: 1330px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  z-index: 1;
}
.contents-wrap.middle {
  max-width: 1220px;
}
.contents-wrap.small {
  max-width: 920px;
}

.first-section .img-area {
  position: relative;
}
.first-section .img-area::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(
    46.64% 46.64% at 50% 50%,
    rgba(229, 192, 60, 0.406) 0%,
    rgba(255, 235, 165, 0) 100%
  );
  border-radius: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contents-wrap.column {
  flex-direction: column;
  justify-content: center;
}

.contents-wrap.padding-bottom-more {
  padding: 140px 0 240px;
}

.title {
  font-size: 36px;
  font-weight: 800;
}

.sub-title {
  display: block;
  font-size: 22px;
  font-weight: 500;
}

.box-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.sticky-title {
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}

.pc-line-break {
  display: block;
}

.m-line-break {
  display: none;
}

.title-label {
  font-size: 24px;
}

.style-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* main bg */
.gradation-bg {
  position: relative;
  background: var(--gradient);
  overflow-y: hidden;
}
.gradation-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(
    from 249.7deg at 50% 50%,
    #7443ff 0deg,
    #933eff 182.76deg,
    #6b1dea 360deg
  );
  opacity: 0.25;
}
.bgimg-wrap > img {
  position: absolute;
}

.bgimg-wrap > img.circle1 {
  left: -3%;
  top: 3%;
  animation: zoomIn 0.6s both, doodoongsil 2s linear 0.8s infinite forwards;
}

.bgimg-wrap > img.circle2 {
  left: 10%;
  top: 49%;
  animation: zoomIn 0.6s 0.5s both, doodoongsil 2s linear 1.2s infinite forwards;
}

.bgimg-wrap > img.circle3 {
  right: 40%;
  top: 36%;
  animation: zoomIn 0.6s 0.8s both, turn 10s linear 1.5s infinite forwards;
}

.bgimg-wrap > img.circle4 {
  right: 11%;
  top: 30%;
  animation: zoomIn 0.6s 1s both, doodoongsil 2s linear 1.6s infinite forwards;
}

.bgimg-wrap > img.circle5 {
  right: 17%;
  bottom: 20%;
  animation: zoomIn 0.6s 0.3s both, doodoongsil 2s linear 1s infinite forwards;
}
@keyframes doodoongsil {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0px);
  }

  75% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes turn {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.btn {
  padding: 16px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
}
.btn.small {
  width: fit-content;
}
.btn.large {
  width: 100%;
}
.btn.po {
  background: var(--po);
}
.btn.dark {
  background: var(--black);
}
.btn.transparency {
  background: transparent;
  color: var(--po);
  border: 1px solid var(--po);
}
.btn.icon {
  justify-content: space-between;
  gap: 5px;
}

/* form-section */
.form-section .contents-wrap {
  flex-direction: column;
  max-width: 920px;
  width: 100%;
}
.form-section .contents-wrap h3 {
  margin-bottom: 60px;
}
.form-section .contents-wrap button {
  margin-top: 40px;
}

/* form */
form {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 20px;
}
form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.8px;
}
form label.file {
  position: relative;
}
form label p {
  text-align: start;
  margin-bottom: 8px;
}
form label p i {
  color: #fd4611;
  font-size: 12px;
  position: relative;
  top: -8px;
  left: 2px;
}
form label.email .input-zone {
  display: grid;
  grid-template-columns: 2fr 1.02fr;
  gap: 5px;
}
form label input[type="text"],
form label input[type="number"],
form label select,
form label textarea {
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background: var(--white);
  font-weight: 400;
}
form label input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
form label textarea {
  height: 168px;
}
form label.date input,
form label.file input[type="text"] {
  padding: 10px 12px 10px 38px;
}
form label.date input {
  background: url(/img/icon/icon_input_calendar.svg) 50% no-repeat;
  background-size: auto;
  background-position-x: 12px;
}
form label.file input[type="text"] {
  background: url("/img/icon/icon_input_upload.svg") 50% no-repeat;
  background-size: auto;
  background-position-x: 12px;
}
form label select {
  background: url("/img/icon/icon_input_arrow.svg") 50% no-repeat;
  background-size: auto;
  background-position-x: 90%;
}
form label:nth-last-child(-n + 2) {
  grid-column: 1 / 3;
}

/* header */
header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: var(--white);
  border-bottom: 1px solid #eee;
}
header .contents-wrap {
  padding: 24px 0;
}
header .contents-wrap .logo {
  width: 174.21px;
}
header .contents-wrap .logo img {
  width: 100%;
}
header .contents-wrap .gnb-wrap {
  display: flex;
  align-items: center;
}
header .contents-wrap .gnb {
  display: flex;
}
header .contents-wrap .gnb li {
  width: 140px;
}
header .contents-wrap .gnb li a p {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.9px;
}
header .contents-wrap .gnb li a span {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.7px;
}
header .contents-wrap .gnb-wrap > a {
  padding: 10px 18px;
  box-sizing: border-box;
  background: var(--po);
  border-radius: 1000px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.7px;
}
header .mo-background {
  display: none;
}

/*footer*/
footer {
  position: relative;
}
footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: var(--gradient);
}
footer .contents-wrap {
  padding: 40px 0;
  align-items: flex-start;
  text-align: left;
}
footer .top-area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .top-area .videobox-logo {
  height: 80px;
}
footer .sns-list > ul > li {
  display: inline-block;
  margin-right: 8px;
  width: 30px;
}
footer .sns-list > ul > li a img {
  width: 100%;
}
footer .text-area {
  font-size: 14px;
  font-weight: 700;
}
footer .text-area .info-text {
  margin-top: 15px;
}
footer .text-area .info-text.top {
  margin-top: 0px;
}
footer .text-area .info-text:last-child p {
  display: flex;
  align-items: center;
}
footer .text-area .info-text:last-child p > span:first-child {
  display: block;
  margin-right: 3px;
  opacity: 0.5;
}
footer .text-area .info-text:last-child a {
  font-size: 14px;
  transition: color 0.4s;
}
footer .text-area .info-text:last-child a:hover {
  color: var(--po-op50);
}
footer .mo-logo-box {
  display: none;
}

@media all and (max-width: 1360px) {
  /*common*/
  .contents-wrap {
    width: 95%;
  }

  .title {
    font-size: 30px;
  }

  .sub-title {
    font-size: 20px !important;
  }

  .box-title {
    font-size: 20px !important;
  }

  .sentence-text {
    font-size: 17px !important;
  }
}

@media all and (max-width: 1020px) {
  /*common*/
  .first-section .contents-wrap {
    padding: 129px 0 110px;
  }

  .mo-bg-section .contents-wrap {
    padding: 189px 0 110px;
  }
  .mo-bg-section .bgimg-wrap img:nth-child(2) {
    left: 320px;
    top: 77%;
  }
  .mo-bg-section .bgimg-wrap img:nth-last-child(-n + 3),
  .mo-bg-section .img-area {
    display: none;
  }

  .contents-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .sticky-title {
    position: -webkit-initial;
    position: initial;
    top: auto;
  }

  .pc-line-break {
    display: none;
  }

  .m-line-break {
    display: block;
  }

  /* header */
  header .contents-wrap {
    padding: 18px 0;
    flex-direction: row;
    justify-content: space-between;
  }
  header .contents-wrap .gnb {
    display: none;
  }
  header .contents-wrap .hambuger-btn {
    padding: 6.6px 2.8px;
    display: flex;
    flex-direction: column;
    gap: 4.4px;
    cursor: pointer;
    margin-left: 8px;
  }
  header .contents-wrap .hambuger-btn div {
    width: 26px;
    height: 2.5px;
    background: var(--black);
    border-radius: 1000px;
    transition: all 0.25s linear;
  }

  header.open .contents-wrap .gnb {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 32px;
    top: 145px;
    width: 100%;
    left: 0;
  }
  header.open .contents-wrap:before {
    content: "";
    position: absolute;
    width: 120vw;
    height: 100vh;
    background: #fff;
    top: 78px;
    left: -5%;
  }
  header.open .contents-wrap .gnb li {
    width: fit-content;
  }
  header.open .contents-wrap .gnb li.on {
    color: var(--po);
  }
  header.open .contents-wrap .gnb li a p {
    font-size: 32px;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: -0.64px;
  }
  header.open .contents-wrap .gnb li a span {
    display: none;
  }
  header.open .contents-wrap .hambuger-btn div:nth-child(1) {
    transform: translate(0px, 2.5px) rotate(45deg);
  }
  header.open .contents-wrap .hambuger-btn div:nth-child(2) {
    display: none;
  }
  header.open .contents-wrap .hambuger-btn div:nth-child(3) {
    transform: translate(0px, -4px) rotate(-45deg);
  }
}

@media all and (max-width: 980px) {
  .form-section .contents-wrap {
    width: 95%;
  }
}

@media all and (max-width: 900px) {
  .under900 {
    display: block;
  }

  .mo-bg-section .bgimg-wrap img:nth-child(2) {
    left: 268px;
  }
}

@media all and (max-width: 850px) {
  .under850 {
    display: flex !important;
  }
  .top850 {
    display: none;
  }
}

@media all and (max-width: 690px) {
  .under690 {
    display: block;
  }

  .top690 {
    display: none;
  }
}

@media all and (max-width: 650px) {
  .mo-bg-section .bgimg-wrap img:nth-child(2) {
    left: 244px;
  }
}

@media all and (max-width: 640px) {
  /*common*/
  .title {
    font-size: 24px;
  }

  .box-title {
    font-size: 18px !important;
  }

  .sub-title {
    font-size: 16px !important;
  }

  .sentence-text {
    font-size: 15px !important;
  }

  .line-po::before {
    height: 8px;
  }

  .contents-wrap,
  .contents-wrap.padding-bottom-more {
    padding: 80px 0;
  }

  /*footer*/
  footer::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 1px;
    background: var(--gradient);
  }

  footer .contents-wrap {
    padding: 0 0 20px 0;
  }

  footer .top-area .logo,
  footer .top-area .videobox-logo {
    display: none;
  }

  footer .top-area .sns-list a {
    box-sizing: border-box;
    display: flex;
    height: fit-content;
    justify-content: center;
    padding: 10px 0;
  }

  footer .text-area .info-text.top {
    margin-top: 20px;
  }

  footer .mo-logo-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  footer .mo-logo-box .videobox-logo {
    height: 80px;
  }
}

@media all and (max-width: 600px) {
  form label {
    grid-column: 1 / 3;
  }
}

@media all and (max-width: 500px) {
  .under500 {
    display: block;
  }
  .top500 {
    display: none;
  }

  .mo-bg-section .bgimg-wrap img:nth-child(2) {
    left: 173px;
    top: 73%;
  }

  .form-section .contents-wrap button {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  form label.email .input-zone {
    grid-template-columns: 1.5fr 1fr;
  }

  header .contents-wrap .gnb-wrap > a {
    padding: 8px 16px;
    font-size: 13px;
    letter-spacing: -0.65px;
  }
  header .contents-wrap .gnb-wrap > a svg {
    width: 12px;
    height: 12px;
  }
}
