@charset "UTF-8";

h1 {
  color: var(--white);
  font-size: 60px;
  font-weight: 800;
  line-height: 135%;
  letter-spacing: -3px;
  text-shadow: 5px 5px 8px rgba(45, 3, 15, 0.2);
}
h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -1.8px;
}
.font24 {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.2px;
}
.font20 {
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -1px;
}
.title-area span {
  color: rgba(51, 51, 51, 0.6);
}
.title-area p {
  margin: 35px 0 60px;
}

.first-section .img-area {
  position: relative;
  right: -82%;
  bottom: 53px;
}

/* main */
#main .contents-wrap {
  flex-direction: column;
  align-items: flex-start;
}
#main .contents-wrap .left-area {
  text-align: start;
}
#main .contents-wrap .left-area h1 {
  margin: 20px 0 5px;
}
#main .contents-wrap .left-area h3 {
  font-weight: 500;
  line-height: 135%;
  text-shadow: 5px 5px 8px rgba(45, 3, 15, 0.2);
}
#main .contents-wrap .left-area .btn-zone {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

/* filming */
#filming {
  background: var(--bg-gradient);
}
#filming .contents-wrap {
  justify-content: center;
  flex-direction: column;
  gap: 60px;
}
#filming .contents-wrap .title-area h3 {
  margin-bottom: 20px;
}
#filming .contents-wrap .title-area h3 i,
#filming .contents-wrap .title-area p {
  font-weight: 500;
  margin: 0;
}
#filming .contents-wrap .line {
  width: 1px;
  height: 29px;
  background: rgba(51, 51, 51, 0.6);
}
#filming .contents-wrap .bottom-area .list-zone {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#filming .contents-wrap .bottom-area .list-zone li {
  padding: 12px 24px;
  box-sizing: border-box;
  width: fit-content;
  border-radius: 1000px;
  border: 1px solid #bb2649;
}
#filming .contents-wrap .bottom-area h1 {
  position: relative;
  font-weight: 800;
  text-shadow: none;
  display: flex;
}
#filming .contents-wrap .bottom-area h1 div {
  display: flex;
}
#filming .contents-wrap .bottom-area h1 div ul {
  height: 82px;
  overflow: hidden;
}
#filming .contents-wrap .bottom-area h1 div p:nth-child(1) {
  -webkit-text-fill-color: #a45bd3;
}
#filming .contents-wrap .bottom-area h1 div p:nth-child(2) {
  -webkit-text-fill-color: #9e5cde;
}
#filming .contents-wrap .bottom-area h1 div ul:nth-child(3) {
  -webkit-text-fill-color: #975ce8;
}
#filming .contents-wrap .bottom-area h1 div ul:nth-child(4) {
  -webkit-text-fill-color: #925cef;
}
#filming .contents-wrap .bottom-area h1 div ul:nth-child(5) {
  -webkit-text-fill-color: #8d5cf6;
}
#filming .contents-wrap .bottom-area h1 div ul:nth-child(6) {
  -webkit-text-fill-color: #885dfd;
}
#filming .contents-wrap .bottom-area h1 div ul li {
  position: relative;
  top: calc(-100% + 3px);
}
/* ani */
#filming .contents-wrap .bottom-area h1.ani div ul li:first-child {
  animation: scrollDown 2s ease-in-out normal;
  opacity: 1;
  transform: translateY(200%);
}
#filming .contents-wrap .bottom-area h1.ani div ul li:last-child {
  animation: scrollDownop 2s ease-in-out normal;
}
#filming .contents-wrap .bottom-area h1.ani div ul:nth-child(4) li:first-child,
#filming .contents-wrap .bottom-area h1.ani div ul:nth-child(4) li:last-child {
  animation-delay: 200ms;
}
#filming .contents-wrap .bottom-area h1.ani div ul:nth-child(5) li:first-child,
#filming .contents-wrap .bottom-area h1.ani div ul:nth-child(5) li:last-child {
  animation-delay: 400ms;
}
#filming .contents-wrap .bottom-area h1.ani div ul:nth-child(6) li:first-child,
#filming .contents-wrap .bottom-area h1.ani div ul:nth-child(6) li:last-child {
  animation-delay: 600ms;
}
@keyframes scrollDown {
  from {
    transform: translateY(0);
    opacity: 0;
  }
  to {
    transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes scrollDownop {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

/* current */
#current {
  overflow: hidden;
}
#current .contents-wrap {
  justify-content: center;
}
#current .contents-wrap .img-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32.77px;
}
#current .contents-wrap .img-area .img-zone img {
  width: 100%;
}
#current .contents-wrap .img-area .img-zone p {
  color: rgba(51, 51, 51, 0.6);
  margin-top: 20px;
}

/* guide */
#guide {
  background: #f9f9f9;
}
#guide .contents-wrap {
  flex-direction: column;
}
#guide .contents-wrap .box-area {
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr auto 1fr;
  grid-template-rows: 216px 44px;
  align-items: center;
  gap: 30px 20px;
  width: 100%;
}
#guide .contents-wrap .box-area .big-box {
  border-radius: 15px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  height: 100%;
  width: 100%;
}
#guide .contents-wrap .box-area .big-box p:first-child {
  font-weight: 700;
}
#guide .contents-wrap .box-area .big-box:nth-child(1) p:nth-child(1) {
  background: var(--black);
}
#guide .contents-wrap .box-area .big-box:nth-child(2) p:nth-child(1) {
  background: #950a2b;
}
#guide .contents-wrap .box-area .big-box:nth-child(3) p:nth-child(1) {
  background: #bb2649;
}
#guide .contents-wrap .box-area .big-box:nth-child(4) p:nth-child(1) {
  background: #d43f62;
}
#guide .contents-wrap .box-area .big-box:nth-child(6) p:nth-child(1) {
  background: #8838c8;
}
#guide .contents-wrap .box-area .big-box p:nth-child(n + 2) {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.8px;
}
#guide .contents-wrap .box-area .big-box:nth-child(1) p:nth-child(n + 2) {
  background: var(--white);
  padding: 0 23px;
  box-sizing: border-box;
}
#guide .contents-wrap .box-area .big-box:nth-child(2) p:nth-child(n + 2) {
  background: linear-gradient(
      0deg,
      rgba(149, 10, 43, 0.1) 0%,
      rgba(149, 10, 43, 0.1) 100%
    ),
    #fff;
}
#guide .contents-wrap .box-area .big-box:nth-child(3) p:nth-child(n + 2) {
  background: linear-gradient(
      0deg,
      rgba(187, 38, 73, 0.1) 0%,
      rgba(187, 38, 73, 0.1) 100%
    ),
    #fff;
}
#guide .contents-wrap .box-area .big-box:nth-child(4) p:nth-child(n + 2) {
  background: linear-gradient(
      0deg,
      rgba(212, 63, 98, 0.1) 0%,
      rgba(212, 63, 98, 0.1) 100%
    ),
    #fff;
}
#guide .contents-wrap .box-area .big-box:nth-child(6) p:nth-child(n + 2) {
  background: linear-gradient(
      0deg,
      rgba(136, 56, 200, 0.1) 0%,
      rgba(136, 56, 200, 0.1) 100%
    ),
    #fff;
}
#guide .contents-wrap .box-area .big-box p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#guide .contents-wrap .box-area .box,
#guide .contents-wrap .box-area .mo-box {
  border-radius: 15px;
  border: 1.5px solid var(--black);
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
  height: 100%;
}
#guide .contents-wrap .box-area .mo-box {
  display: none;
  grid-column: 1 / -1;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.8px;
}
#guide .contents-wrap .box-area .box:nth-last-child(2) {
  grid-column: 2 / -1;
}
#guide .contents-wrap .box-area .box:nth-last-child(2) p,
#guide .contents-wrap .box-area .mo-box .list li {
  position: relative;
  padding-left: 24px;
  width: fit-content;
}
#guide .contents-wrap .box-area .box:nth-last-child(2) p:before,
#guide .contents-wrap .box-area .mo-box .list li:before {
  content: "";
  position: absolute;
  top: 9.5px;
  left: 10px;
  width: 3px;
  height: 4px;
  background: var(--black);
  border-radius: 1000px;
}
#guide .contents-wrap .box-area .mo-box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#guide .contents-wrap .list-area {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
#guide .contents-wrap .list-area li {
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.7px;
  display: flex;
  align-items: center;
}
#guide .contents-wrap .list-area li svg {
  margin-right: 4px;
}

/* process */
#process {
  overflow: hidden;
}
#process .contents-wrap {
  flex-direction: column;
}
#process .contents-wrap .box-area {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
#process .contents-wrap .box-area .box p {
  margin: 15px 0 30px;
}
#process .contents-wrap .box-area .box span {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.8px;
}

/* portfolio */
#portfolio .contents-wrap {
  flex-direction: column;
}
#portfolio .contents-wrap .box-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 10px;
}
#portfolio .contents-wrap .box-area .box-zone .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#portfolio .contents-wrap .box-area .box-zone .box:before,
#portfolio .contents-wrap .box-area .box-zone .box:after {
  content: "";
  transition: all 0.25s linear;
}
#portfolio .contents-wrap .box-area .box-zone:hover .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
}
#portfolio .contents-wrap .box-area .box-zone:hover .box:after {
  content: url("/img/icon/icon_play.svg");
  position: absolute;
}
#portfolio .contents-wrap .box-area .box-zone .box img {
  width: 100%;
  margin-bottom: -6px;
}
#portfolio .contents-wrap .box-area .box-zone span {
  color: rgba(51, 51, 51, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.8px;
}

/* produce */
#produce .contents-wrap form .policy {
  grid-column: 1/3;
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.8px;
}
#produce .contents-wrap form .policy .text-area {
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background: #f9f9f9;
  color: rgba(51, 51, 51, 0.6);
  font-weight: 400;
  margin: 8px 0 16px;
}
#produce .contents-wrap form .policy label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
#produce .contents-wrap form .policy label p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
}

/* form */
form label select {
  background-position-x: 96%;
}
input[type="checkbox"] {
  padding: 0;
  margin: 0;
  border-radius: 1000px;
  border: 1px solid rgba(51, 51, 51, 0.6);
  width: 18px;
  height: 18px;
  appearance: none;
}
input[type="checkbox"]:checked {
  background: url("/img/icon/icon_checked.svg") 50% no-repeat var(--po);
  background-size: auto;
  border: 1px solid var(--po);
}

/* responsive */
@media all and (max-width: 1300px) {
  #guide .contents-wrap .box-area {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 216px 216px 44px;
    justify-items: center;
  }
}
@media all and (max-width: 1240px) {
  #process .contents-wrap .box-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #process .contents-wrap .box-area .box {
    width: 250px;
  }
}
@media all and (max-width: 1095px) {
  #guide .contents-wrap .box-area {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 216px 216px auto;
    justify-items: center;
  }
  #guide .contents-wrap .box-area .box {
    display: none;
  }
  #guide .contents-wrap .box-area .mo-box {
    display: flex;
  }
  #guide .contents-wrap .box-area .big-box:nth-child(1) p:nth-child(n + 2) {
    padding: 0;
  }
}
@media all and (max-width: 1070px) {
  h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 1020px) {
  .bgimg-wrap > img.circle2 {
    display: none;
  }
}
@media all and (max-width: 971px) {
  #filming .contents-wrap .bottom-area h1 {
    font-size: 50px;
  }
  #filming .contents-wrap .bottom-area h1 div ul {
    height: 69px;
  }
}
@media all and (max-width: 900px) {
  h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 815px) {
  #filming .contents-wrap .bottom-area h1 {
    font-size: 43px;
  }
  #filming .contents-wrap .bottom-area h1 div ul {
    height: 59px;
  }
}
@media all and (max-width: 690px) {
  h1 {
    font-size: 45px;
  }
  .font20 {
    font-size: 16px;
  }
  .font24 {
    font-size: 20px;
  }

  #filming .contents-wrap .bottom-area h1 {
    font-size: 40px;
    flex-direction: column;
    align-items: center;
  }
  #filming .contents-wrap .bottom-area .list-zone {
    gap: 15px;
  }
  #filming .contents-wrap .bottom-area .list-zone li {
    padding: 8px 20px;
  }

  #current .contents-wrap .img-area {
    gap: 16px;
  }

  #guide .contents-wrap .box-area {
    grid-template-columns: 1fr;
    grid-template-rows: 41px 62px 62px 104px auto 83px;
  }
  #guide .contents-wrap .box-area .big-box {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
  }

  #process .contents-wrap .box-area .box {
    width: 200px;
  }

  #portfolio .contents-wrap .box-area {
    grid-template-columns: repeat(2, 1fr);
  }
  #portfolio .contents-wrap .box-area .box-zone span {
    font-size: 15px;
  }

  #produce .contents-wrap form .policy .text-area {
    font-size: 15px;
  }
}
@media all and (max-width: 650px) {
  h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }
}
@media all and (max-width: 600px) {
  form label select {
    background-position-x: 97%;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 34px;
    letter-spacing: -1.7px;
  }
  h3 {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  .font24,
  #guide .contents-wrap .box-area .big-box p:nth-child(n + 2) {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  .font20 {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  .title-area p {
    margin: 20px 0 40px;
  }

  #main .contents-wrap .left-area img {
    width: 60px;
  }
  #main .contents-wrap .left-area h1 {
    margin: 20px 0 10px;
  }
  #main .contents-wrap .left-area .btn-zone {
    margin-top: 30px;
  }
  #main .contents-wrap .left-area .btn-zone a {
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  #main .contents-wrap .left-area .btn-zone a svg {
    width: 14px;
    height: 14px;
  }

  #filming .contents-wrap {
    gap: 35px;
  }
  #filming .contents-wrap .title-area h3 {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
  #filming .contents-wrap .bottom-area .list-zone {
    gap: 10px;
    margin-bottom: 10px;
  }
  #filming .contents-wrap .bottom-area .list-zone li {
    padding: 6px 12px;
    font-size: 13px;
    letter-spacing: -0.65px;
  }
  #filming .contents-wrap .bottom-area h1 {
    font-size: 26px;
    letter-spacing: -1.3px;
  }
  #filming .contents-wrap .bottom-area h1 div ul {
    height: 37px;
  }

  #current .contents-wrap .img-area {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #current .contents-wrap .img-area .img-zone p {
    margin-top: 16px;
  }

  #guide .contents-wrap .box-area {
    gap: 15px;
  }
  #guide .contents-wrap .box-area img {
    width: 24px;
  }
  #guide .contents-wrap .box-area .mo-box .list {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  #guide .contents-wrap .box-area .mo-box .list li {
    padding-left: 21px;
  }
  #guide .contents-wrap .list-area {
    margin-top: 30px;
  }
  #guide .contents-wrap .list-area li {
    font-size: 13px;
    letter-spacing: -0.65px;
  }
  #guide .contents-wrap .list-area li svg {
    width: 13px;
  }

  #process .contents-wrap .box-area {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 30px;
  }
  #process .contents-wrap .box-area img {
    transform: rotate(90deg);
  }
  #process .contents-wrap .box-area .box svg {
    width: 59px;
  }
  #process .contents-wrap .box-area .box p {
    font-size: 20px;
    letter-spacing: -1px;
    margin: 10px 0 20px;
  }
  #process .contents-wrap .box-area .box span {
    font-size: 14px;
    letter-spacing: -0.7px;
  }

  #portfolio .contents-wrap .box-area {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #portfolio .contents-wrap .box-area .box-zone span {
    font-size: 14px;
    letter-spacing: -0.7px;
  }

  form {
    gap: 20px;
  }
  form label,
  #produce .contents-wrap form .policy,
  #produce .contents-wrap form .policy label p {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
  #produce .contents-wrap form .policy .text-area {
    font-size: 13px;
    letter-spacing: -0.65px;
  }

  input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
  input[type="checkbox"]:checked {
    background-size: 8px;
  }
}
