@charset "UTF-8";

/*Page1 2023 비디오박스 서비스 제안*/
.videobox-wrap01 .link-box {
  position: absolute;
  right: 39px;
  top: 30px;
  width: max-content;
  z-index: 10;
}
.videobox-wrap01 .link-box a {
  display: flex;
  align-items: center;
}
.videobox-wrap01 .link-box .text-label {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  line-height: 135%;
  margin-right: 10px;
}
.videobox-wrap01 .link-box .text-label span {
  display: block;
  font-weight: 600;
  color: #ffe897;
}
.videobox-wrap01 .link-box .total-logo {
  position: relative;
  display: flex;
  padding: 10px 25px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
}
.videobox-wrap01 .link-box .total-logo img {
  height: 35px;
}
.videobox-wrap01 .link-box .total-logo .cursor {
  position: absolute;
  right: -9px;
  bottom: -9px;
  height: 30px;
  animation: heartBeat 2s 1s infinite forwards;
}
.videobox-wrap01 .contents-wrap {
  text-align: left;
}
.videobox-wrap01 .main-text {
  position: relative;
  width: 45%;
  color: var(--white);
  text-shadow: 5px 5px 8px rgba(45, 3, 15, 0.2);
}
.videobox-wrap01 .main-text > img {
  height: 100px;
  margin-bottom: 5px;
}
.videobox-wrap01 .main-text > h1 {
  font-size: 52px;
  font-weight: 400;
}
.videobox-wrap01 .main-text > h1 > span {
  color: #ffe897;
  font-weight: 800;
}
.videobox-wrap01 .main-text > h1 + p {
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  margin-top: 0.5em;
}
.videobox-wrap01 .img-area {
  width: 55%;
  z-index: 1;
}
.videobox-wrap01 .img-area .swiper {
  margin-bottom: 40px;
}
.videobox-wrap01 .img-area .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.videobox-wrap01 .img-area .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.videobox-wrap01 .img-area .swiper .swiper-wrapper .swiper-slide span {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -1px;
}
.videobox-wrap01 .img-area > img {
  position: absolute;
  width: 100%;
}
.videobox-wrap01 .img-area > img:nth-child(1) {
  position: relative;
}

.videobox-wrap01 .img-area p {
  position: absolute;
  left: 50%;
  bottom: -55px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  line-height: 135%;
  letter-spacing: -1.2px;
  text-align: center;
  transform: translateX(-50%);
}

.videobox-wrap01 .img-area p br.mo {
  display: none;
}

.videobox-wrap01 .img-area p span.pc {
  display: inline;
}

.videobox-wrap01 .img-area p span {
  font-weight: 600;
  color: #ffe897;
}

.videobox-wrap01 .bgimg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.videobox-wrap-banner a {
  position: relative;
}
.videobox-wrap-banner a img {
  width: 100%;
}
.videobox-wrap-banner a .mo-img {
  display: none;
}
.videobox-wrap-banner a button {
  position: absolute;
  bottom: 32%;
  left: 21%;
  padding: 8px 20px;
  border-radius: 1000px;
  background: var(--black, #333);
  color: #fff;
  transition: all 0.25s linear;
}
.videobox-wrap-banner a button:hover {
  background: var(--po);
}

/*Page2 비디오박스의 서비스는?*/
.videobox-wrap02 .sub-title {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
}

.videobox-wrap02 .sub-title .bold-po {
  font-weight: 800;
}

.videobox-wrap02 .text-area br.mo {
  display: none;
}

.videobox-wrap02 .text-area span.pc {
  display: inline;
}

.videobox-wrap02 .text-area img {
  margin-top: 40px;
}

.videobox-wrap02 .text-area .title.aos-animate ~ img {
  animation:
    flipInX 0.6s 0.6s both,
    swing 1s 1.9s 3 forwards;
}

/*Page3 비디오박스 서비스 특장점*/
.videobox-wrap03 {
  background: var(--gray-bg);
}

.title .weight-medium {
  font-weight: 500;
}

.videobox-wrap03 .box-list {
  width: 100%;
}

.videobox-wrap03 .box-list > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}

.videobox-wrap03 .box {
  margin: 50px 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.videobox-wrap03 .box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 250px;
  border-radius: 20px;
  background: var(--white);
}

.videobox-wrap03 .box-img > img {
  width: 60%;
  border-radius: 20px;
}

.videobox-wrap03 .box-text > strong {
  margin: 30px 0 20px 0;
}

.videobox-wrap03 .box-text > p {
  display: block;
  font-size: 20px;
}

/*Page4 비디오박스는 가성비 영상제작 서비스가 가능*/
.videobox-wrap04 {
  overflow-x: clip;
}

.videobox-wrap04 .contents-wrap {
  align-items: flex-start;
  text-align: left;
}

.videobox-wrap04 .box-list {
  width: 65%;
}

.videobox-wrap04 .title {
  width: 30%;
}

.videobox-wrap04 .title .icon-list {
  margin-top: 20px;
  display: flex;
}

.videobox-wrap04 .title .icon-list > li {
  margin-right: 5px;
  width: 15%;
}

.videobox-wrap04 .title .icon-list > li > img {
  width: 100%;
}

.videobox-wrap04 .box {
  margin-bottom: 20px;
  padding: 30px 40px;
  border-radius: 20px;
  background: var(--po-bg);
  box-sizing: border-box;
}

.videobox-wrap04 .box-list ul > li:last-child {
  margin-bottom: 0;
}

.videobox-wrap04 .box > * {
  margin-bottom: 10px;
  display: block;
}

.videobox-wrap04 .box > .title-area {
  display: flex;
  align-items: center;
}

.videobox-wrap04 .box > .title-area > .title-explain {
  margin-left: 16px;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 700;
}

.videobox-wrap04 .box > strong {
  font-size: 28px;
}

.videobox-wrap04 .box > p {
  display: flex;
  font-size: 20px;
}

.videobox-wrap04 .box > p > span:first-child {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}

@keyframes arrow-ani {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(10px);
  }
}

/*Page7 함께하는 파트너*/
.videobox-wrap07 .title,
.videobox-wrap07 .sub-title {
  font-weight: 800;
  line-height: 1.8;
}

.videobox-wrap07 .title > span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}

.videobox-wrap07 .logo-swiper {
  margin-top: 60px;
  width: 100%;
  overflow-x: hidden;
}

.videobox-wrap07 .swiper-wrapper {
  align-items: center;
}

.videobox-wrap07 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.videobox-wrap07 .swiper-slide.cl > img {
  max-width: 210px;
}

.videobox-wrap07 .swiper-slide > img {
  max-width: 160px;
  max-height: 50px;
}

/*Page8 Partner Review*/
.videobox-wrap08 .contents-wrap {
  width: fit-content;
  align-items: flex-start;
}

.videobox-wrap08 .review-list {
  margin-top: 40px;
}

.videobox-wrap08 .review-list > ul > li {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.videobox-wrap08 .review-list > ul > li:last-child {
  margin-bottom: 0;
}

.videobox-wrap08 .review-list > ul > li > img {
  width: 25%;
}

.videobox-wrap08 .review-list > ul > li > p {
  margin-left: 30px;
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

/*Page9 비디오박스 서비스 구독 요금제*/
.videobox-wrap09 {
  background: var(--gray-bg);
}

.videobox-wrap09 br.mo {
  display: none;
}

.videobox-wrap09 .contents-wrap {
  gap: 80px;
}
.videobox-wrap09 .list-area.on {
  position: relative;
}
.videobox-wrap09 .list-area.on:before {
  content: "";
  position: absolute;
  width: 110%;
  height: 120%;
  border-radius: 24px;
  opacity: 0;
  background: var(--gradient);
  left: -5%;
  top: -10%;
  animation: show 2s ease-in-out 2;
}
.videobox-wrap09 #site.on:before {
  height: 250%;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}
.videobox-wrap09 .list-area span {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.4px;
}
.videobox-wrap09 .list-area p {
  color: rgba(51, 51, 51, 0.5);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1px;
  margin: 6px 0 40px;
}
.videobox-wrap09 .list-area ul.list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
}
.videobox-wrap09 .list-area:last-child ul.list li:first-child {
  grid-column: 2 / 3;
}
.videobox-wrap09 .list-area:last-child ul.list li:last-child {
  grid-column: 3 / 4;
}
.videobox-wrap09 .list-area ul.list li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.9px;
}
.videobox-wrap09 .list-area ul.list li a img {
  width: 100%;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* 경제적이고 합리적인 요금제 */
.videobox-wrap-plan .contents-wrap .sub-title {
  margin: 10px 0 60px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.2px;
}
.videobox-wrap-plan .contents-wrap p {
  width: 100%;
  text-align: end;
  margin-bottom: 30px;
}
.videobox-wrap-plan .contents-wrap .box-area {
  width: fit-content;
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  gap: 30px 40px;
}
.videobox-wrap-plan .contents-wrap .box-area .box {
  width: 440px;
  height: 100%;
  background: #fafafa;
  border-radius: 20px;
  padding: 24px 32px;
  text-align: start;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.videobox-wrap-plan .contents-wrap .box-area .box.custom .display-box {
  position: relative;
}
.videobox-wrap-plan .contents-wrap .box-area .box.custom .display-box:before {
  content: "비용 협의";
  position: absolute;
  width: 100%;
  height: calc(100% - 78px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 10px;
  color: var(--po);
  overflow: hidden;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videobox-wrap-plan .contents-wrap .box-area .box.custom .display-box:after {
  content: "(모델/성우/로케이션 비용 별도)";
  position: absolute;
  color: #888;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1px;
  bottom: 205px;
  left: 50%;
  transform: translateX(-116px);
  white-space: nowrap;
}
.videobox-wrap-plan .contents-wrap .box-area .box h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
}
.videobox-wrap-plan .contents-wrap .box-area .box h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #898989;
  margin: 2px 0 10px;
}
.videobox-wrap-plan .contents-wrap .box-area .box .list-area li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}
.videobox-wrap-plan .contents-wrap .box-area .box .list-area .color-po-gray {
  font-weight: 400;
}
.videobox-wrap-plan .contents-wrap .box-area .box .list-area .small-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}
.videobox-wrap-plan .contents-wrap .box-area .box .list-area li img {
  margin-right: 5px;
}
.videobox-wrap-plan .contents-wrap .box-area .box .small-box-wrap {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 14px 0;
}
.videobox-wrap-plan .contents-wrap .box-area .box .small-box-wrap .box-zone {
  margin-bottom: 0;
  padding: 0 20px;
}

.videobox-wrap-plan
  .contents-wrap
  .box-area
  .box
  .small-box-wrap
  .box-zone:last-child
  h6 {
  font-size: 16px;
}

.videobox-wrap-plan .contents-wrap .box-area .box .box-zone {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background: #ffffff;
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 10px;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone.last {
  grid-template-rows: 1fr;
  margin-bottom: 0;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone.btn {
  border-radius: 8px;
  border: 1px solid var(--po);
  margin-top: 34.5px;
  transition: all 0.25s linear;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone.btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / 3;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone.btn a h5 {
  color: var(--po);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone.btn:hover {
  background: var(--po);
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone.btn:hover a h5 {
  color: var(--white);
}
.videobox-wrap-plan
  .contents-wrap
  .box-area
  .box
  .box-zone.btn:hover
  a
  svg
  path {
  stroke: var(--white);
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone .color-po-gradient {
  font-weight: 800;
  font-size: 22px;
  line-height: 33px;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: end;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone:first-child h4 {
  font-size: 22px;
  line-height: 33px;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone h5 {
  text-align: start;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  grid-column: 1/3;
  text-align: end;
}
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone.last h5,
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone.last h4 {
  font-weight: 400;
  color: #898989;
}

.videobox-wrap-plan .contents-wrap .box-area .box .box-zone:nth-child(5) h6,
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone:nth-child(6) h6,
.videobox-wrap-plan .contents-wrap .box-area .box .box-zone:nth-child(7) h6 {
  font-size: 16px;
}

/*Page10 비디오박스 서비스 신청은*/
.videobox-wrap10 .title {
  font-weight: 500;
}

.videobox-wrap10 .style-text {
  font-weight: 700;
}

.videobox-wrap10 .title-label {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.1px;
}

.videobox-wrap10 .box-list {
  width: 100%;
  margin-top: 60px;
}

.videobox-wrap10 .box-list ul {
  display: flex;
  justify-content: space-between;
}

.videobox-wrap10 .box-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
}

.videobox-wrap10 .box-list .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #fafafa;
}

.videobox-wrap10 .box-list .img-box img {
  width: 150px;
  height: 150px;
}

.videobox-wrap10 .box-list .text-box .title-area {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
}

.videobox-wrap10 .box-list .text-box .sentence-text {
  font-size: 20px;
}
.videobox-wrap10 .box-list .text-box .explain {
  margin-left: 8px;
}

/*Page11 비디오박스 영상 마케팅 대행*/
.videobox-wrap11 {
  background: linear-gradient(
    89.88deg,
    rgba(187, 38, 73, 0.05) 0.1%,
    rgba(119, 55, 255, 0.05) 99.89%
  );
}

.videobox-wrap11 .contents-wrap {
  padding: 70px 0;
  text-align: left;
}

.videobox-wrap11 .title {
  font-size: 30px;
}

.videobox-wrap11 .text-area {
  width: 60%;
}

.videobox-wrap11 .text-area img {
  height: 80px;
  margin-bottom: 14px;
}

.videobox-wrap11 .text-area .contact-info-list {
  margin-top: 20px;
}

.videobox-wrap11 .text-area .contact-info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.videobox-wrap11 .text-area .contact-info-list li:last-of-type {
  margin-bottom: 0;
}

.videobox-wrap11 .text-area .contact-info-list li a {
  display: flex;
  align-items: center;
  font-size: 24px;
  transition: color 0.4s;
}

.videobox-wrap11 .text-area .contact-info-list li a:hover {
  color: var(--po);
}

.videobox-wrap11 .text-area .contact-info-list li i {
  display: inline-block;
  margin-right: 10px;
}

.videobox-wrap11 .text-area .contact-info-list li span {
  font-weight: 700;
}

.videobox-wrap11 .img-area {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 40%;
  height: 352px;
}

.videobox-wrap11 .img-area > img:nth-child(1) {
  position: absolute;
  right: 40%;
  bottom: 40%;
  width: 40%;
}

.videobox-wrap11 .img-area > img:nth-child(2) {
  position: absolute;
  width: 40%;
  top: 24%;
}

.videobox-wrap11 .img-area > img:nth-child(3) {
  position: absolute;
  right: 40%;
  top: 50%;
  width: 30%;
}

/*Page12 비디오박스만의 구독서비스를 이용해보세요*/
.videobox-wrap12 {
  background: var(--gray-bg);
}

.videobox-wrap12 h2 {
  font-size: 32px;
  font-weight: 400;
}

.videobox-wrap12 .contents-wrap {
  padding: 100px 0;
}

.videobox-wrap12 .size-po {
  font-size: 40px;
}

.videobox-wrap12 .bold-po {
  font-weight: 700;
}

.videobox-wrap12 br.mo {
  display: none;
}

.videobox-wrap12 span.pc {
  display: inline;
}

/*Page13 서비스 가입문의*/
.videobox-wrap13 .contact-form {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}

.videobox-wrap13 .contact-form .form-cell {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.videobox-wrap13 .contact-form .half-cell {
  width: 49%;
}

.videobox-wrap13 .contact-form .mix-cell {
  justify-content: space-between;
}

.videobox-wrap13 .contact-form .form-cell.required-label {
  font-size: 24px;
  font-weight: 600;
}

.videobox-wrap13 .contact-form .form-cell > label {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
}

.videobox-wrap13 .contact-form .form-cell > label > i {
  display: inline-block;
  margin-right: 5px;
}

.videobox-wrap13 .contact-form .form-cell > input[type="text"],
.videobox-wrap13 .contact-form .form-cell > input[type="number"],
.videobox-wrap13 .contact-form .form-cell > textarea {
  width: 100%;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 4px solid var(--po-op30);
  box-sizing: border-box;
}

.videobox-wrap13 .contact-form .form-cell > textarea {
  height: 200px;
}

.videobox-wrap13 .contact-form .form-cell > input::placeholder,
.videobox-wrap13 .contact-form .form-cell > textarea::placeholder {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-op50);
}

.videobox-wrap13 .contact-form .form-cell.email input[name="Email-id"] {
  width: calc(33% - 15px);
}

.videobox-wrap13 .contact-form .form-cell.email input[name="Email-domain"] {
  width: calc(33% - 15px);
}

.videobox-wrap13 .contact-form .form-cell.email select {
  padding: 10px 20px;
  width: 30%;
  font-size: 24px;
  font-weight: 600;
  background: url(/img/icon/select_arrow.png) no-repeat right 10px center;
  background-size: 20px auto;
  border-bottom: 4px solid var(--po-op30);
  box-sizing: border-box;
}

.videobox-wrap13 .contact-form .form-cell.email span {
  display: inline-block;
  width: 30px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.videobox-wrap13 .contact-form .privacy-agree {
  margin: 40px 0 60px;
}

.videobox-wrap13 .contact-form .privacy-agree .chk-wrap {
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
}

.videobox-wrap13 .contact-form .privacy-agree .privacy-agree-text {
  color: var(--black);
  transition: color 0.4s;
}

.videobox-wrap13 .contact-form .privacy-agree .privacy-agree-text:hover {
  color: var(--po);
}

.videobox-wrap13 .contact-form .privacy-agree .chk-wrap input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.videobox-wrap13 .contact-form .privacy-agree .chk-wrap .custom-chk {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 3px solid var(--po);
}

.videobox-wrap13 .contact-form .privacy-agree .chk-wrap .custom-chk > i {
  display: none;
  position: absolute;
  left: 49%;
  top: 50%;
  font-size: 18px;
  color: var(--po);
  transform: translate(-50%, -50%);
}

.videobox-wrap13
  .contact-form
  .privacy-agree
  .chk-wrap
  input[type="checkbox"]:checked
  ~ .custom-chk
  > i {
  display: block;
}

.videobox-wrap13 .contact-form .btn-zone {
  width: 100%;
  text-align: center;
}

.videobox-wrap13 .contact-form .btn-zone .submit-btn {
  padding: 15px 30px;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  background: var(--po);
  border-radius: 50px;
}

@media all and (max-width: 1360px) {
  /*Page1 2023 비디오박스 서비스 제안*/
  .videobox-wrap01 .main-text > h1 {
    font-size: 46px;
    white-space: nowrap;
  }
  .videobox-wrap01 .main-text > h1 + p {
    font-size: 20px;
  }
  .videobox-wrap01 .img-area p {
    font-size: 20px;
    transform: translateX(-50%) translateY(50%);
  }

  /*Page4 비디오박스는 가성비 영상제작 서비스가 가능*/
  .videobox-wrap04 .box-list {
    width: 63%;
  }
  .videobox-wrap04 .title {
    width: 30%;
  }
  .videobox-wrap04 .box {
    padding: 25px 30px;
  }

  .videobox-wrap04 .box > strong {
    font-size: 22px !important;
  }

  .videobox-wrap04 .box > p {
    font-size: 20px !important;
  }

  .videobox-wrap04 .box > .title-area > .title-explain {
    font-size: 16px;
    margin-left: 12px;
  }

  /*Page7 함께하는 파트너*/
  .videobox-wrap07 .title > span {
    display: block;
    font-size: 20px;
  }

  /*Page10 비디오박스 서비스 신청은*/
  .videobox-wrap10 .box-list .img-box {
    width: 225px;
    height: 225px;
    margin-bottom: 30px;
  }

  .videobox-wrap10 .box-list .img-box img {
    width: 135px;
    height: 135px;
  }

  .videobox-wrap10 .box-list .text-box .title-area {
    margin-bottom: 10px;
  }

  /*Page11 비디오박스 영상 마케팅 대행*/
  .videobox-wrap11 .text-area .contact-info-list li,
  .videobox-wrap11 .text-area .contact-info-list li a {
    font-size: 26px;
  }

  /*Page13 서비스 가입문의*/
  .videobox-wrap13 .contact-form .form-cell.required-label {
    font-size: 17px;
  }

  .videobox-wrap13 .contact-form .form-cell > label,
  .videobox-wrap13 .contact-form .form-cell.email span {
    font-size: 22px;
  }

  .videobox-wrap13 .contact-form .form-cell > input[type="text"],
  .videobox-wrap13 .contact-form .form-cell > input[type="number"],
  .videobox-wrap13 .contact-form .form-cell > textarea,
  .videobox-wrap13 .contact-form .form-cell > textarea::placeholder,
  .videobox-wrap13 .contact-form .form-cell > input::placeholder,
  .videobox-wrap13 .contact-form .form-cell.email select {
    font-size: 20px;
  }

  .videobox-wrap13 .contact-form .privacy-agree .chk-wrap {
    padding-left: 35px;
    font-size: 20px;
  }

  .videobox-wrap13 .contact-form .privacy-agree .chk-wrap .custom-chk {
    width: 20px;
    height: 20px;
  }

  .videobox-wrap13 .contact-form .privacy-agree .chk-wrap .custom-chk > i {
    font-size: 16px;
  }

  .videobox-wrap13 .contact-form .btn-zone .submit-btn {
    font-size: 24px;
  }
}

@media all and (max-width: 1140px) {
  .videobox-wrap01 .img-area {
    width: 49%;
  }

  .videobox-wrap09 .list-area ul.list {
    gap: 20px;
  }
}

@media all and (max-width: 1020px) {
  /*Page1 2023 비디오박스 서비스 제안*/
  .videobox-wrap01 .link-box {
    top: 25px;
    right: 50%;
    transform: translateX(50%);
  }

  .videobox-wrap01 .contents-wrap {
    text-align: center;
  }

  .videobox-wrap01 .main-text {
    padding: 0 0;
    width: 100%;
  }

  .videobox-wrap01 .main-text > img {
    position: static;
    margin-bottom: 10px;
    transform: translateY(0);
  }

  .videobox-wrap01 .img-area {
    margin-top: 38px;
    width: 90%;
  }

  .videobox-wrap01 .img-area::before {
    width: 500px;
    height: 500px;
  }

  .videobox-wrap01 .img-area p br.mo {
    display: block;
  }

  .videobox-wrap01 .img-area p span.pc {
    display: none;
  }

  .videobox-wrap01 .bgimg-wrap > img.circle3 {
    right: 45%;
    top: 60%;
  }

  /*Page3 비디오박스 서비스 특장점*/
  .videobox-wrap03 .box-list > ul {
    flex-direction: column;
    align-items: center;
  }

  /*Page4 비디오박스는 가성비 영상제작 서비스가 가능*/
  .videobox-wrap04 {
    overflow-x: hidden;
  }
  .videobox-wrap04 .box-list {
    width: 100%;
  }
  .videobox-wrap04 .title {
    width: auto;
  }
  .videobox-wrap04 .contents-wrap {
    align-content: center;
  }
  .videobox-wrap04 .box-list {
    margin-top: 40px;
    text-align: left;
  }

  /*Page7 함께하는 파트너*/
  .videobox-wrap07 .swiper-slide.cl > img {
    max-width: 165px;
  }
  .videobox-wrap07 .swiper-slide > img {
    max-width: 130px;
    max-height: 40px;
  }

  /*Page9 비디오박스 서비스 구독 요금제*/
  .videobox-wrap09 br.mo {
    display: block;
  }

  /*Page10 비디오박스 서비스 신청은*/
  .videobox-wrap10 .box-list ul {
    flex-direction: column;
    align-items: center;
  }
  .videobox-wrap10 .box-list li {
    margin-bottom: 30px;
  }
  .videobox-wrap10 .box-list li:last-child {
    margin-bottom: 0px;
  }

  /*Page11 비디오박스 영상 마케팅 대행*/
  .videobox-wrap11 .contents-wrap {
    flex-direction: row;
  }

  .videobox-wrap11 .text-area {
    width: 100%;
  }

  .videobox-wrap11 .img-area {
    display: none;
  }

  /*Page12 비디오박스만의 구독서비스를 이용해보세요*/
  .videobox-wrap12 br.mo {
    display: block;
  }
  .videobox-wrap12 span.pc {
    display: none;
  }
}
@media all and (max-width: 975px) {
  .videobox-wrap-plan .contents-wrap .box-area {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box {
    width: 100%;
  }
}

@media all and (max-width: 900px) {
  .videobox-wrap-banner a button {
    padding: 1px 15px;
  }
}

@media all and (max-width: 862px) {
  .videobox-wrap-plan .contents-wrap .box-area .box h2 {
    font-size: 25px;
  }
  .videobox-wrap-plan
    .contents-wrap
    .box-area
    .box
    .box-zone
    .color-po-gradient {
    font-size: 19px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h4 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .videobox-wrap09 .contents-wrap {
    gap: 50px;
  }
  .videobox-wrap09 .list-area span {
    font-size: 24px;
  }
  .videobox-wrap09 .list-area p {
    font-size: 18px;
    margin: 4px 0 30px;
  }
  .videobox-wrap09 .list-area ul.list li a {
    font-size: 15px;
  }
}

@media all and (max-width: 773px) {
  .videobox-wrap-plan .contents-wrap .box-area .box {
    padding: 18px 23px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box h2 {
    font-size: 22px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .list-area li {
    font-size: 14px;
    line-height: 20px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone img {
    width: 16px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h5 {
    font-size: 15px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h6 {
    font-size: 13px;
  }
  .videobox-wrap-plan
    .contents-wrap
    .box-area
    .box
    .box-zone
    .color-po-gradient {
    font-size: 16px !important;
  }
}

@media all and (max-width: 731px) {
  .videobox-wrap-plan .contents-wrap .box-area .box {
    width: 100%;
    padding: 18px 23px;
  }
}
@media all and (max-width: 685px) {
  .videobox-wrap09 .list-area ul.list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
  .videobox-wrap09 .list-area:last-child ul.list li:first-child {
    grid-column: 1 / 2;
  }
  .videobox-wrap09 .list-area:last-child ul.list li:last-child {
    grid-column: 2 / 3;
  }
}
@media all and (max-width: 675px) {
  .videobox-wrap-plan .contents-wrap .box-area {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media all and (max-width: 640px) {
  /*Page1 2023 비디오박스 서비스 제안*/
  .videobox-wrap01 .main-text > h1 {
    font-size: 36px;
  }

  .videobox-wrap01 .main-text > h1 + p,
  .videobox-wrap01 .img-area p {
    font-size: 18px;
  }

  /* new banner */
  .videobox-wrap-banner a .pc-img {
    display: none;
  }

  .videobox-wrap-banner a .mo-img {
    display: block;
  }

  .videobox-wrap-banner a button {
    bottom: 22%;
    left: 3%;
  }

  /*Page2 비디오박스의 서비스는?*/
  .videobox-wrap02 .text-area br.mo {
    display: block;
  }
  .videobox-wrap02 .text-area span.pc {
    display: none;
  }
  .videobox-wrap02 .sub-title {
    margin-top: 20px;
  }

  .videobox-wrap02 .text-area > img {
    width: 130px;
    margin-top: 20px;
  }

  /*Page3 비디오박스 서비스 특장점*/
  .videobox-wrap03 .box-img {
    width: 150px;
    height: 150px;
  }

  /*Page4 비디오박스는 가성비 영상제작 서비스가 가능*/
  .videobox-wrap04 .box {
    padding: 15px 15px;
  }

  .videobox-wrap04 .box > .title-area > .title-explain {
    font-size: 13px;
    margin-left: 10px;
  }

  .videobox-wrap04 .box > strong {
    font-size: 18px !important;
  }

  .videobox-wrap04 .box > p {
    font-size: 13px !important;
  }

  .videobox-wrap04 .box > p > span:first-child {
    margin-right: 4px;
  }

  /*Page7 함께하는 파트너*/
  .videobox-wrap07 .title > span {
    font-size: 16px;
  }

  .videobox-wrap07 .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .videobox-wrap07 .swiper-slide {
    width: 160px;
    max-height: 40px;
    margin-bottom: 40px;
  }

  .videobox-wrap07 .swiper-slide.cl > img {
    max-width: 122px;
  }
  .videobox-wrap07 .swiper-slide > img {
    max-width: 100px;
  }

  /*Page8 Partner Review*/
  .videobox-wrap08 .contents-wrap {
    width: 95%;
    align-items: center;
  }

  .videobox-wrap08 .title {
    width: 100%;
    text-align: left;
  }

  .videobox-wrap08 .review-list {
    margin-top: 30px;
  }

  .videobox-wrap08 .review-list > ul > li {
    justify-content: center;
    margin-bottom: 30px;
  }

  .videobox-wrap08 .review-list > ul > li > img {
    width: 20%;
    min-width: 60px;
  }

  .videobox-wrap08 .review-list > ul > li > p {
    margin-left: 10px;
  }

  /* 경제적이고 합리적인 요금제 */
  .videobox-wrap-plan .contents-wrap .box-area .box h2 {
    font-size: 28px;
  }

  .videobox-wrap-plan .contents-wrap .box-area .box h3 {
    font-size: 18px;
    line-height: 27px;
  }

  .videobox-wrap-plan .contents-wrap .box-area .box .list-area li {
    font-size: 16px;
    line-height: 24px;
  }

  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone img {
    width: 16px;
  }

  .videobox-wrap-plan
    .contents-wrap
    .box-area
    .box
    .box-zone
    .color-po-gradient {
    font-size: 22px;
  }

  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h4 {
    font-size: 18px;
    line-height: 27px;
  }

  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h5 {
    font-size: 16px;
  }

  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h6 {
    font-size: 14px;
  }

  /*Page10 비디오박스 서비스 신청은*/
  .videobox-wrap10 .contents-wrap {
    padding: 100px 0;
  }
  .videobox-wrap10 .box-title {
    font-size: 20px !important;
  }
  .videobox-wrap10 .sentence-text {
    font-size: 16px !important;
  }
  .videobox-wrap10 .title-label {
    font-size: 20px;
  }
  .videobox-wrap10 .title-sub-label {
    font-size: 16px;
  }
  .videobox-wrap10 .box-list {
    margin-top: 30px;
  }
  .videobox-wrap10 .box-list .img-box {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .videobox-wrap10 .box-list .img-box img {
    width: 90px;
    height: 90px;
  }
  .videobox-wrap10 .box-list .text-box .title-area {
    margin-bottom: 5px;
  }

  /*Page11 비디오박스 영상 마케팅 대행*/
  .videobox-wrap11 .text-area img {
    height: 60px;
    margin-bottom: 9px;
  }
  .videobox-wrap11 .title {
    font-size: 20px;
  }
  .videobox-wrap11 .text-area .contact-info-list li,
  .videobox-wrap11 .text-area .contact-info-list li a {
    font-size: 16px;
  }

  /*Page12 비디오박스만의 구독서비스를 이용해보세요*/
  .videobox-wrap12 .contents-wrap {
    padding: 70px 0;
  }
  .videobox-wrap12 h2 {
    font-size: 20px;
  }
  .videobox-wrap12 .size-po {
    font-size: 24px;
  }

  /*Page13 서비스 가입문의*/
  .videobox-wrap13 .contact-form {
    margin-top: 10px;
  }
  .videobox-wrap13 .contact-form .form-cell {
    margin-bottom: 20px;
  }

  .videobox-wrap13 .contact-form .half-cell {
    width: 100%;
  }

  .videobox-wrap13 .contact-form .form-cell.required-label {
    font-size: 14px;
  }

  .videobox-wrap13 .contact-form .form-cell > label,
  .videobox-wrap13 .contact-form .form-cell.email span {
    font-size: 14px;
  }

  .videobox-wrap13 .contact-form .form-cell > input[type="text"],
  .videobox-wrap13 .contact-form .form-cell > input[type="number"],
  .videobox-wrap13 .contact-form .form-cell > textarea,
  .videobox-wrap13 .contact-form .form-cell > textarea::placeholder,
  .videobox-wrap13 .contact-form .form-cell > input::placeholder,
  .videobox-wrap13 .contact-form .form-cell.email select {
    font-size: 14px;
  }

  .videobox-wrap13 .contact-form .form-cell > input[type="text"],
  .videobox-wrap13 .contact-form .form-cell > input[type="number"],
  .videobox-wrap13 .contact-form .form-cell > textarea,
  .videobox-wrap13 .contact-form .form-cell.email select {
    padding: 10px 10px;
  }

  .videobox-wrap13 .contact-form .form-cell > textarea {
    height: 150px;
  }

  .videobox-wrap13 .contact-form .privacy-agree {
    margin-top: 30px;
  }

  .videobox-wrap13 .contact-form .privacy-agree .chk-wrap .custom-chk {
    width: 14px;
    height: 14px;
  }

  .videobox-wrap13 .contact-form .privacy-agree .chk-wrap {
    padding-left: 25px;
    font-size: 14px;
  }

  .videobox-wrap13 .contact-form .privacy-agree .chk-wrap .custom-chk > i {
    font-size: 13px;
  }

  .videobox-wrap13 .contact-form .btn-zone .submit-btn {
    padding: 5px 15px;
    font-size: 14px;
  }

  .videobox-wrap13 .contact-form .form-cell.email input[name="Email-id"] {
    margin-bottom: 10px;
    width: calc(100% - 30px);
  }

  .videobox-wrap13 .contact-form .form-cell.email input[name="Email-domain"],
  .videobox-wrap13 .contact-form .form-cell.email select {
    width: 49%;
  }
}
@media all and (max-width: 500px) {
  .videobox-wrap01 .main-text > h1 {
    font-size: 32px;
  }
  .videobox-wrap01 .img-area .swiper .swiper-wrapper .swiper-slide span {
    font-size: 16px;
    letter-spacing: -0.8px;
  }

  .videobox-wrap08 .review-list > ul > li {
    justify-content: flex-start;
  }
  .videobox-wrap08 .review-list > ul > li > img {
    width: 55px;
    min-width: auto;
  }
  .videobox-wrap08 .review-list > ul > li > p {
    font-size: 13px !important;
    line-height: 150%;
    letter-spacing: -0.65px;
  }

  .videobox-wrap09 .contents-wrap {
    gap: 40px;
  }
  .videobox-wrap09 .list-area span {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .videobox-wrap09 .list-area p {
    font-size: 16px;
    letter-spacing: -0.8px;
    margin: 2px 0 24px;
  }
  .videobox-wrap09 .list-area ul.list {
    gap: 12px 7.67px;
  }
}
@media all and (max-width: 391px) {
  /* 경제적이고 합리적인 요금제 */
  .videobox-wrap-plan .contents-wrap .box-area .box h2 {
    font-size: 22px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box h3 {
    font-size: 17px;
    line-height: 20px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .list-area li {
    font-size: 14px;
    line-height: 20px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone img {
    width: 16px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h4 {
    font-size: 16px;
    line-height: 25px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h5 {
    font-size: 15px;
  }
  .videobox-wrap-plan .contents-wrap .box-area .box .box-zone h6 {
    font-size: 13px;
  }
  .videobox-wrap-plan
    .contents-wrap
    .box-area
    .box
    .box-zone
    .color-po-gradient {
    font-size: 14px;
  }
}

@media all and (max-width: 360px) {
  /*Page1 2023 비디오박스 서비스 제안*/
  .videobox-wrap01 .main-text > h1 {
    font-size: 30px;
  }

  /*Page7 함께하는 파트너*/
  .videobox-wrap07 .swiper-slide {
    width: 50%;
  }
}
