/* more styles */
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css");
@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/carousel/carousel.css");
@import url("./common-styles.css");
@import url("./popup.css");
@import url("./header.css");
@import url("./footer.css");
@import url("./scroll.css");

.wrapper {
  width: 95vw;
}

@media screen and (max-width: 640px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

.block-margin {
  margin: 140px auto;
}

@media screen and (max-width: 1280px) {
  .block-margin {
    margin: 170px auto;
  }
}

@media screen and (max-width: 1024px) {
  .block-margin {
    margin: 150px auto;
  }
}

@media screen and (max-width: 768px) {
  .block-margin {
    margin: 100px auto;
  }
}

@media screen and (max-width: 640px) {
  .block-margin {
    margin: 70px auto;
  }
}

.btn {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 65px;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  transition: all 0.3s;
  text-decoration: none;
  text-align: center;
  /* 18px */
}

.btn__action-block {
  font-size: 16px;
}

@media screen and (min-width: 640px) {
  .btn_section-mobile {
    display: none;
  }
}

.btn-red {
  color: #FFF;
  background-color: var(--red);
}

.btn-red:hover {
  background-color: var(--dark-red);
}

.btn-blue {
  color: #FFF;
  background-color: var(--blue);
}

.btn-blue:hover {
  background-color: var(--dark-blue);
}

.btn-dark {
  color: #FFF;
  background-color: var(--deep-blue);
}

.btn-dark:hover {
  background-color: var(--deep-light-blue);
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 15px;
  }
}

.action-block {
  display: inline-flex;
  flex-direction: row-reverse;
  transform: rotate(-90deg);
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 60px;
  background: #FFF;
  position: fixed;
  right: -65px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.action-block .action-btn {
  width: 38px;
  height: 38px;
  transform: rotate(90deg);
}

.action-block .action-btn .action-img__source {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .action-block {
    transform: rotate(0deg);
    right: 0;
    left: 0;
    bottom: 15px;
    margin: auto auto 0 auto;
  }

  .action-block .action-btn {
    width: 33px;
    height: 33px;
    transform: rotate(0deg);
  }

  .action-block .btn {
    padding: 10px 20px;
  }
}

.main-screen {
  width: calc(95vw - 140px);
  position: relative;
  display: flex;
  gap: 70px;
  padding: 70px;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 70px;
  background: url("/assets/image/photo/yug-kr_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  margin: 0 auto;
}

.main-screen .main-screen__title {
  width: calc(100% - 500px);
}

.main-screen .main-screen__title .main-screen__heading span {
  padding: 0 20px;
}

.main-screen .main-screen__title .main-screen__caption {
  color: #FFF;
  text-shadow: -3px 5px 13px rgba(0, 0, 0, 0.65);
  font-family: Montserrat;
  font-size: 33.858px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-screen .contact-card {
  margin: 0 auto;
  display: flex;
  width: 500px;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 20px;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0);
  overflow: hidden;
}

@media screen and (min-width: 1281px) {
  .main-screen .contact-card {
    position: absolute;
    top: 69px;
    border-radius: 0 0 50px 50px;
    right: 70px;
  }
}

@media screen and (min-width: 1920px) {
  .main-screen .contact-card {
    position: absolute;
    top: 0;
    border-radius: 50px;
    bottom: 0;
    right: 70px;
    margin: auto;
  }
}

@media screen and (max-width: 1280px) {
  .main-screen .contact-card {
    position: relative;
  }
}

.main-screen .contact-card .maps-img {
  width: 100%;
  height: 50%;
}

.main-screen .contact-card .maps-img .maps-img__source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-screen .contact-card .contact-card__content {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
}

.main-screen .contact-card .contact-card__content .address {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.main-screen .contact-card .contact-card__content .address .contact-item {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
}

.main-screen .contact-card .contact-card__content .address .contact-item .contact-item__heading {
  color: #A1A1A1;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-screen .contact-card .contact-card__content .address .contact-item .contact-item__description {
  color: var(--deep-blue);
  text-align: right;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 260px;
}

@media screen and (max-width: 640px) {
  .main-screen .contact-card .contact-card__content .address .contact-item .contact-item__description {
    font-size: 14px;
  }

  .main-screen .contact-card .contact-card__content .address .contact-item .contact-item__heading {
    font-size: 14px;
  }
}

.main-screen .contact-card .contact-card__content .social {
  display: flex;
  padding: 10px 0px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}

.main-screen .contact-card .contact-card__content .social .social-item .social-link {
  color: var(--deep-blue);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

@media screen and (max-width: 1024px) {
  .main-screen .contact-card .contact-card__content .social {
    flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .main-screen .contact-card .contact-card__content .social {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
  }

  .main-screen .contact-card .contact-card__content .social .social-item .social-link {
    font-size: 16px;
  }
}

.main-screen .contact-card .contact-card__content .buttons-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.main-screen .contact-card .contact-card__content .buttons-wrapper .btn__contact-card {
  width: 100%;
}

@media screen and (max-width: 400px) {
  .main-screen .contact-card .contact-card__content .buttons-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1280px) {
  .main-screen {
    flex-direction: column;
    align-items: flex-start;
    height: -moz-fit-content;
    height: fit-content;
  }

  .main-screen .main-screen__title {
    width: 100%;
    margin-top: 50px;
  }

  .main-screen .contact-card {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    position: relative;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }

  .main-screen .contact-card .contact-card__content {
    gap: 30px;
  }

  .main-screen .contact-card .maps-img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* display: flex; */
    display: block;
    position: relative;
  }

  .main-screen .contact-card .maps-img .maps-img__source {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .main-screen .contact-card .social {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .main-screen {
    padding: 30px;
    width: calc(95vw - 60px);
    border-radius: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 54.27%), url(../../assets/image/photo/yug-kr_bg.webp), lightgray 50%/cover no-repeat;
  }

  .main-screen .main-screen__title {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .main-screen {
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
  }

  .main-screen .contact-card {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .main-screen .main-screen__title {
    margin-top: 50px;
  }

  .main-screen .main-screen__title .main-screen__caption {
    font-size: 20px;
  }

  .main-screen .main-screen__title .main-screen__heading span {
    padding: 0 5px;
  }

  .main-screen .contact-card {
    border-radius: 20px;
    height: auto;
  }

  .main-screen .contact-card .contact-card__content {
    padding: 20px;
    gap: 20px;
  }
}

.products-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin: 150px auto 0 auto;
}

.products-wrapper .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 50px;
  row-gap: 70px;
}

.products-wrapper .product-card {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  background: #2d2d3e;
  text-align: center;
  padding: 0 10px;
}

.products-wrapper .product-card .product-title {
  display: flex;
  padding-top: 35px;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  align-self: stretch;
}

.products-wrapper .product-card .product-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
}

.products-wrapper .product-card .product-footer .price-wrapper {
  padding: 20px 0px 15px 0px;
  gap: 5px;
  align-self: stretch;
  color: #FFF;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.products-wrapper .product-card .product-footer .product-image {
  width: 80%;
  height: 80%;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}

.products-wrapper .product-card .product-footer .product-image .product-image__source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.products-wrapper .product-card .product-footer .btn__product-card {
  display: flex;
  padding: 14px 10px;
  border-radius: 0;
  width: 100%;
  box-shadow: 0px -10px 34px 0px rgba(0, 0, 0, 0.55);
}

.products-wrapper .products-sub {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .products-wrapper .products {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .products-wrapper {
    gap: 30px;
    margin: 75px auto 0 auto;
  }

  .products-wrapper .products {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 25px;
  }

  .products-wrapper .products .product-card {
    border-radius: 20px;
    padding: 5px 5px 0 5px;
  }

  .products-wrapper .products .product-card .product-title {
    padding-top: 15px;
    gap: 5px;
  }

  .products-wrapper .products .product-card .price-wrapper {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .products-wrapper .products {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 20px;
    width: 98%;
  }

  .products-wrapper .products .product-card {
    border-radius: 20px;
    padding: 5px 5px 0 5px;
  }

  .products-wrapper .products .product-card .product-title {
    padding-top: 15px;
    gap: 5px;
  }

  .products-wrapper .products .product-card .price-wrapper {
    font-size: 16px;
  }

  .products-wrapper .products .product-card .product-image {
    border-radius: 10px 10px 0 0;
  }
}

.run-stroke__wrapper .run-stroke {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  gap: 40px;
}

@media screen and (max-width: 640px) {
  .run-stroke__wrapper .run-stroke {
    gap: 20px;
  }
}

.run-stroke__wrapper .run-stroke .brand-img {
  height: 70px;
  width: auto;
}

.run-stroke__wrapper .run-stroke .brand-img .brand-img__source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .run-stroke__wrapper .run-stroke .brand-img {
    height: 40px;
  }
}

.run-stroke__wrapper .run-stroke:before,
.run-stroke__wrapper .run-stroke:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.run-stroke__wrapper .run-stroke_items {
  flex-shrink: 0;
  display: flex;
  gap: 40px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}

@media screen and (max-width: 640px) {
  .run-stroke__wrapper .run-stroke_items {
    gap: 20px;
  }
}

.run-stroke__wrapper .run-stroke_items:first-child {
  margin-bottom: 20px;
}

.run-stroke__wrapper .item {
  transition: all 0.1s ease-in-out;
}

.run-stroke__wrapper .item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.run-stroke__wrapper .marquee {
  animation: run-stroke 100s linear infinite;
}

.run-stroke__wrapper .reverce {
  animation-direction: reverse;
}

.run-stroke__wrapper .run-stroke:hover .marquee {
  animation-play-state: paused;
}

@keyframes run-stroke {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.service-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}

.service-wrapper .service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}

.service-wrapper .service-cards .service-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 30px;
  background: #2d2d3e;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.service-wrapper .service-cards .service-card .service-description {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.service-wrapper .service-cards .service-card .service-img {
  width: 100%;
  height: 70%;
  max-height: 300px;
}

.service-wrapper .service-cards .service-card .service-img .service-img__source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1280px) {
  .service-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .service-wrapper .section-title {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .service-wrapper .service-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

@media screen and (max-width: 640px) {
  .service-wrapper .service-cards {
    grid-template-columns: 1fr;
  }

  .service-wrapper .service-cards .service-card {
    border-radius: 20px;
  }

  .service-wrapper .service-cards .service-card .service-description {
    padding: 15px;
    gap: 5px;
  }
}

.section-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}

.section-title .section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}

.section-title .section-heading .caption {
  padding-left: 40px;
  width: calc(100% - 40px);
}

@media screen and (max-width: 768px) {
  .section-title .section-heading {
    gap: 10px;
  }
}

@media screen and (max-width: 640px) {
  .section-title {
    flex-direction: row;
  }

  .section-title .section-heading {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .section-title .section-heading h2 {
    width: 100%;
  }

  .section-title .section-heading .caption {
    text-align: right;
    padding-left: 40px;
    width: calc(100% - 40px);
    float: right;
  }

  .section-title .btn {
    display: none;
  }
}

.about-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 768px) {
  .about-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.adventage-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
}

.adventage-wrapper .adventage-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.adventage-wrapper .adventage-list .adventage-card .adventage-title {
  margin-bottom: 7px;
}

@media screen and (max-width: 1280px) {
  .adventage-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .adventage-wrapper .section-title {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .adventage-wrapper .adventage-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .adventage-wrapper .adventage-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
}

.slider-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.office-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

@media screen and (max-width: 1280px) {
  .office-wrapper .office-title h2 {
    text-wrap: nowrap;
  }

  .office-wrapper .office-title .btn {
    text-wrap: nowrap;
  }
}

@media screen and (max-width: 640px) {
  .office-wrapper .btn_section-mobile {
    width: 85%;
    margin: 0 auto;
  }
}

.works-wrapper .works-title {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .works-wrapper .works-title {
    margin-bottom: 30px;
  }
}

.myCarousel {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.myCarousel .f-carousel__viewport {
  width: 100%;
  overflow-y: visible;
  overflow-x: clip;
}

.myCarousel .f-carousel__slide {
  width: 450px;
  margin: 0 40px;
}

.myCarousel .f-carousel__slide .f-carousel__slide__source {
  width: 450px;
  height: 630px;
  border-radius: 20px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.myCarousel .f-carousel__slide .slider-caption {
  width: calc(100% - 80px);
  margin: 10px auto;
  text-align: center;
}

.myCarousel .f-carousel__slide .slider-caption .slider-category {
  text-transform: uppercase;
  color: var(--grey);
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .myCarousel .f-carousel__slide {
    width: 280px;
    margin: 0 20px;
  }

  .myCarousel .f-carousel__slide .f-carousel__slide__source {
    width: 280px;
    height: 375px;
  }

  .myCarousel .f-carousel__slide .slider-caption {
    width: calc(100% - 40px);
  }

  .myCarousel .f-carousel__slide .slider-caption .slider-category {
    font-size: 12px;
  }
}

.contact-form__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: start;
}

.contact-form__wrapper .contact-form__box {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  flex: 1 0 0;
  border-radius: 30px;
  background: #1E1E2C;
}

.contact-form__wrapper .contact-form {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-end;
  gap: 27px;
  flex: 1 0 0;
  border-radius: 30px;
  background: #0A0A18;
}

.contact-form__wrapper .contact-form .contact-form__label {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form__wrapper .contact-form .contact-form__input {
  width: calc(100% - 40px);
}

.contact-form__wrapper .contact-form .contact-form__textarea {
  width: calc(100% - 40px);
  resize: none;
  height: 170px;
}

.contact-form__wrapper .contact-form__title {
  gap: 15px;
}

.contact-form__wrapper .contact-form__title h2 {
  margin-bottom: 20px;
}

.contact-form__wrapper .contact-form__social {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  flex: 1 0 0;
}

.contact-form__wrapper .contact-form__social .contact-form__social-link {
  color: #FFF;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
}

.contact-form__wrapper .form__btn {
  border: none;
}

@media screen and (max-width: 1280px) {
  .contact-form__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .contact-form__wrapper .contact-form__box {
    gap: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-form__wrapper .contact-form__social .contact-form__social-link {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contact-form__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .contact-form__wrapper .contact-form {
    gap: 20px;
  }

  .contact-form__wrapper .contact-form__title {
    gap: 10px;
  }

  .contact-form__wrapper .contact-form__title h2 {
    margin-bottom: 15px;
  }

  .contact-form__wrapper .contact-form__label {
    gap: 10px;
  }

  .contact-form__wrapper .contact-form__box {
    padding: 20px;
    border-radius: 20px;
  }
}

/*# sourceMappingURL=style.css.map */