@charset "UTF-8";

h1 {
  color: var(--white);
  font-size: 60px;
  font-weight: 500;
  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;
}

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

/* first */
#first .contents-wrap {
  text-align: start;
}
#first .contents-wrap h1 i {
  font-weight: 800;
}

/* sample */
#sample {
  background: #f9f9f9;
}
#sample .contents-wrap {
  justify-content: center;
}
#sample .contents-wrap h3 {
  text-align: center;
}
#sample .contents-wrap h3:first-child {
  font-weight: 500;
}
#sample .contents-wrap .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 60px;
}
#sample .contents-wrap .box-list .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#sample .contents-wrap .box-list .box .img-zone {
  position: relative;
  display: flex;
  justify-content: center;
}
#sample .contents-wrap .box-list .box .img-zone img {
  width: 100%;
}
#sample .contents-wrap .box-list .box .img-zone a {
  position: absolute;
  width: 90%;
  bottom: 5%;
}
#sample .contents-wrap .box-list .box p {
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -1px;
  margin-top: 12px;
  text-align: start;
}
#sample .contents-wrap .box-list .box span {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.7px;
}

/* big-box */
.big-box .contents-wrap {
  display: flex;
  justify-content: center;
  gap: 100px;
}
.big-box .contents-wrap .left-area {
  position: relative;
  text-align: start;
  white-space: nowrap;
}
.big-box .contents-wrap .left-area img {
  position: absolute;
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.big-box .contents-wrap .left-area p {
  color: rgba(51, 51, 51, 0.6);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1px;
  margin: 16px 0;
}
.big-box .contents-wrap .left-area span {
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -1px;
}
.big-box .contents-wrap .right-area {
  position: relative;
  height: 100%;
}
.big-box .contents-wrap .right-area .img-zone {
  position: relative;
  height: 600px;
  width: 600px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 14px;
}
.big-box .contents-wrap .right-area .img-zone iframe {
  width: 100%;
  height: 190%;
  transform: scale(1.78);
  overflow: hidden;
  position: relative;
  bottom: 28px;
}
.big-box .contents-wrap .right-area .img-zone img {
  width: 100%;
}
.big-box .contents-wrap .right-area span {
  color: rgba(51, 51, 51, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
  display: block;
  width: 100%;
  text-align: end;
}
.big-box.reverse .contents-wrap {
  grid-template-columns: 1fr auto;
}
.big-box.reverse .contents-wrap .left-area {
  order: 2;
}
.big-box.reverse .contents-wrap .right-area span {
  text-align: start;
}

/* modeling */
#modeling .contents-wrap .left-area img {
  width: 191px;
  top: -231px;
  right: -31px;
}
#modeling .contents-wrap .right-area .img-zone iframe {
  width: 700px;
  height: 1200px;
  overflow: hidden;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-49%, 60%) scale(1.2);
}

/* real */
#real {
  background: #f9f9f9;
}
#real .contents-wrap .left-area img {
  width: 196px;
  top: -170px;
  right: -40%;
}
#real .contents-wrap .right-area .img-zone iframe {
  width: 1920px;
  height: 1080px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-49%, 48%) scale(0.7);
}

/* matterport */
#matterport .contents-wrap .left-area img {
  width: 191px;
  top: -163px;
  left: -21%;
}
#matterport .contents-wrap .left-area p {
  margin: 16px 0 60px;
}
#matterport .contents-wrap .left-area a {
  transition: all 0.25s linear;
}
#matterport .contents-wrap .left-area a:hover {
  color: var(--white);
  background: var(--po);
}
#matterport .contents-wrap .left-area a:hover svg path {
  stroke: var(--white);
}
#matterport .contents-wrap .right-area .img-zone {
  background: url(/img/vr3d/img_matterport.png) 50% no-repeat;
  background-size: cover;
}

/* box-area repeat */
.box-area.repeat {
  width: 100%;
}
.box-area.repeat p {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.2px;
  text-align: start;
  margin-bottom: 25px;
}
.box-area.repeat .box-zone {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  grid-template-rows: 199px;
  align-items: center;
  gap: 10px;
}
.box-area.repeat .box-zone .box {
  position: relative;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box-area.repeat .box-zone .box:before {
  content: "";
  position: absolute;
  background: var(--gradient);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 12px;
}
.box-area.repeat .box-zone .box:after {
  content: "";
  position: absolute;
  background: var(--bg-gradient-op1);
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.box-area.repeat .box-zone .box .flex-zone {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.box-area.repeat .box-zone .box .flex-zone .top {
  display: flex;
  position: relative;
  z-index: 1;
}
.box-area.repeat .box-zone .box .flex-zone .bottom {
  display: flex;
  justify-content: flex-end;
  text-align: end;
  position: relative;
  z-index: 1;
}
.box-area.repeat .box-zone .box .flex-zone .bottom span {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1px;
}

/* produce */
#produce .contents-wrap {
  flex-direction: column;
}
#produce .contents-wrap .title-area {
  margin-bottom: 80px;
}
#produce .contents-wrap .title-area h3 {
  margin-bottom: 5px;
}
#produce .contents-wrap .title-area span {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1px;
}

/* scan */
#scan {
  background: var(--bg-gradient);
}

/* responsive */
@media all and (max-width: 1200px) {
  .box-area.repeat .box-zone .box {
    padding: 20px;
  }
  .box-area.repeat .box-zone .box .flex-zone .bottom span {
    font-size: 18px;
  }
}
@media all and (max-width: 1070px) {
  h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 1020px) {
  #first .contents-wrap {
    align-items: flex-start;
  }

  #sample .contents-wrap .box-list {
    grid-template-columns: repeat(2, 350px);
  }

  .big-box .contents-wrap {
    gap: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .big-box .contents-wrap .right-area .img-zone {
    height: 500px;
    width: 500px;
  }

  #modeling .contents-wrap .left-area img,
  #real .contents-wrap .left-area img,
  #matterport .contents-wrap .left-area img {
    width: 150px;
  }
  #modeling .contents-wrap .right-area .img-zone iframe {
    transform: translate(-49%, 59%) scale(1);
  }

  #real .contents-wrap .left-area img {
    right: -4%;
  }
  #matterport .contents-wrap .left-area img {
    left: -4%;
  }

  .box-area.repeat .box-zone {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 10px;
  }
  .box-area.repeat .box-zone .box {
    width: 209px;
    height: 209px;
  }
}
@media all and (max-width: 900px) {
  h1 {
    font-size: 50px;
  }

  #sample .contents-wrap .box-list {
    grid-template-columns: repeat(2, 300px);
  }

  #modeling .contents-wrap .right-area .img-zone iframe {
    transform: translate(-50%, 60%) scale(1);
  }

  #real .contents-wrap .right-area .img-zone iframe {
    transform: translate(-49.5%, 48%) scale(0.6);
  }

  .box-area.repeat .box-zone .box {
    width: 185px;
    height: 185px;
  }
}
@media all and (max-width: 865px) {
  form label {
    grid-column: 1 / 3;
  }
}
@media all and (max-width: 850px) {
  .big-box .contents-wrap {
    flex-direction: column;
  }
  .big-box .contents-wrap .left-area {
    width: 100%;
  }
  .big-box.reverse .contents-wrap .left-area {
    order: 0;
  }
  .big-box .contents-wrap .right-area span {
    text-align: start;
  }

  #modeling .contents-wrap .left-area img {
    top: -115px;
    right: 14px;
  }
  #matterport .contents-wrap .right-area a {
    margin-top: 20px;
  }

  #real .contents-wrap .left-area img {
    right: 0;
    top: -81px;
  }

  #matterport .contents-wrap .left-area img {
    left: auto;
    right: 5px;
    top: -81px;
  }
  #matterport .contents-wrap .left-area p {
    margin: 16px 0 0;
  }
}
@media all and (max-width: 800px) {
  #modeling .contents-wrap .left-area img {
    top: -83px;
  }

  #real .contents-wrap .left-area img {
    top: -56px;
  }

  #matterport .contents-wrap .left-area img {
    top: -56px;
  }
}
@media all and (max-width: 650px) {
  h1 {
    font-size: 45px;
    letter-spacing: -2px;
  }

  #sample .contents-wrap .box-list {
    grid-template-columns: repeat(2, 225px);
  }
}
@media all and (max-width: 640px) {
  #modeling .contents-wrap .left-area img {
    width: 100px;
    top: -58px;
  }

  #real .contents-wrap .left-area img {
    width: 110px;
    top: -35px;
  }

  #matterport .contents-wrap .left-area img {
    width: 105px;
    top: -39px;
  }
}
@media all and (max-width: 530px) {
  .big-box .contents-wrap .right-area {
    height: auto;
    width: 100%;
  }
  .big-box .contents-wrap .right-area .img-zone {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@media all and (max-width: 500px) {
  h1 {
    font-size: 34px;
    letter-spacing: -1.7px;
  }
  h3 {
    font-size: 24px;
    letter-spacing: -1.2px;
  }

  #sample .contents-wrap h3:first-child {
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 10px;
  }
  #sample .contents-wrap .box-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .big-box .contents-wrap .left-area p {
    margin: 10px 0 16px;
  }
  .big-box .contents-wrap .left-area p,
  .big-box .contents-wrap .left-area span {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
  .big-box .contents-wrap .right-area span {
    font-size: 14px;
    letter-spacing: -0.7px;
  }

  #modeling .contents-wrap .right-area .img-zone iframe {
    transform: translate(-50%, 59%) scale(0.9);
  }

  .box-area.repeat p {
    font-size: 20px;
    letter-spacing: -1px;
  }
  .box-area.repeat .box-zone {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    justify-items: center;
    gap: 10px;
  }
  .box-area.repeat .box-zone .box {
    width: 100%;
    height: fit-content;
    padding: 16px;
  }
  .box-area.repeat .box-zone img {
    transform: rotate(90deg);
  }
  .box-area.repeat .box-zone .box .flex-zone {
    flex-direction: row;
    align-items: center;
  }
  .box-area.repeat .box-zone .box .flex-zone .top svg {
    width: 40px;
    height: 40px;
  }
  .box-area.repeat .box-zone .box .flex-zone .bottom span {
    font-size: 16px;
    letter-spacing: -0.8px;
  }

  #produce .contents-wrap .title-area span {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
}
@media all and (max-width: 450px) {
  #modeling .contents-wrap .right-area .img-zone iframe {
    transform: translate(-50%, 58%) scale(0.8);
  }
}
@media all and (max-width: 410px) {
  #modeling .contents-wrap .right-area .img-zone iframe {
    transform: translate(-50%, 58%) scale(0.7);
  }
}
@media all and (max-width: 380px) {
  #modeling .contents-wrap .right-area .img-zone iframe {
    transform: translate(-50%, 57%) scale(0.7);
  }
}
