@charset "utf-8";

/* 공통 */
.top-btn {
  position: fixed;
  right: 1rem;
  bottom: 20%;
  background-color: 000;
  border: 1px solid rgba(225, 225, 225, 0.3);
  padding: 1rem;
  z-index: 99;
}
.swiper-wrapper {
  height: auto;
}
.img-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  /* object-fit: scale-down; */
}
.t-red {
  font-weight: 700;
  color: var(--Color---primary-color, #ff807d);
}
.title-box {
  color: var(--Color---black, #0e0e0e);
}
.title-box h2 {
  margin-bottom: 2rem;
  font-size: 58px;
  text-transform: uppercase;
}
.title-box span {
  display: block;
  margin-bottom: 4.8rem;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.title-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.more-btn {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: var(--Color---black, #0e0e0e);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  z-index: 9;
}

.main-wrap {
  margin-top: 100px;
}

.slide-nav .btn {
  width: 8rem;
  height: 8rem;
  padding: 0;
  z-index: 99;
  background: transparent;
  border-radius: 50%;
  line-height: 0;
}

.slide-nav .btn img {
  width: 100%;
}

/* visual */
.main-visual {
  position: relative;
  width: 100%;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
  display: flex;
  align-items: center;
  background: url(../img/main_visual_bg.jpg) no-repeat center/cover;
}
.main-visual .inner {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

.mv-text,
.mv-img {
  direction: ltr;
}

.mv-text {
  width: 45%;
  z-index: 9;
}
.mv-title {
  margin-bottom: 2rem;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
  color: #0e0e0e;
}
.mv-desc {
  font-size: 20px;
  line-height: 1.8;
  color: #555;
}

.mv-img {
  width: 45%;
  display: flex;
  justify-content: flex-end;
}
.mv-photo .img-box {
  width: calc(100% - 2rem);
  overflow: hidden;
  border-radius: 1000px;
}
.mv-photo .img-box img {
  width: 100%;
  object-fit: contain;
}

.mv-nav {
  position: absolute;
  bottom: 5rem;
  left: 20px;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.mv-nav .btn {
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  line-height: 0;
}
.mv-nav .btn img {
  width: 100%;
}
.sep {
  display: inline-block;
  margin: 0 0.5rem;
}
.fraction {
  min-width: 6rem;
  font-size: 18px;
  text-align: center;
}

.main-wrap .mv-scroll {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.mv-scroll {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  z-index: 10;
}

.mv-scroll span {
  font-size: 13px;
  color: rgba(14, 14, 14, 0.5);
  writing-mode: vertical-rl;
}

.mv-scroll img {
  animation: arrowFloat 2s ease-in-out infinite;
  opacity: 0;
}

@keyframes arrowFloat {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(12px);
    opacity: 1;
  }
  80% {
    transform: translateY(12px);
    opacity: 0;
  }
}
/* ms01 */
.ms01 {
  display: flex;
}
.ms01 .title-box h2 {
  font-size: 64px;
}
.ms01 .title-box p {
  font-size: 18px;
}
.ms01 .left {
  width: 45%;
  background: url(../img/ms01_img.jpg) no-repeat center/cover;
}
.ms01 .right {
  width: 55%;
  padding: 10rem 0;
}

.ms01 .more-btn {
  margin-top: 4.8rem;
  margin-bottom: 10rem;
}
.ms01-text {
  width: 70%;
  max-width: 646px;
}
/* ms02 */
.ms02 {
  position: relative;
  padding: 10rem 0;
  background: url(../img/ms02_bg.jpg) no-repeat center/cover;
}
.ms02 .title-box {
  position: relative;
  z-index: 10;
}

.ms02 .more-btn {
  margin-top: 1.6rem;
}

.ms-products-slider {
  position: relative;
  margin-top: -4rem;
  overflow: hidden;
  background: url(../img/ms02_text.svg) no-repeat bottom/70%;
  text-align: center;
}

.ms-products-slider img {
  width: 50%;
}

.ms02-pagination {
  position: absolute;
  top: 0;
  right: 20px;
}
.ms02-pagination li {
  left: 1rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.2rem;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
}
.ms02-pagination li:before {
  content: "●";
  font-size: 10px;
}
.ms02-pagination li.active:before {
  color: var(--Color---primary-color, #ff807d);
}

.ms02-pagination li.active {
  color: var(--Color---black, #0e0e0e);
}

.ms02-nav .btn {
  position: absolute;
  top: 50%;
  width: 8rem;
  transform: translateY(-50%);
}
.ms02-nav .prev {
  left: 0;
}

.ms02-nav .next {
  right: 0;
}

/* ms03 */
.ms03 {
  height: 95vh;
  max-height: 900px;
  background-color: #000;
}
.ms03 .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ms03 .left,
.ms03 .right {
  width: 48%;
}
.ms-service-tab {
  display: flex;
  gap: 3.6rem;
  align-items: flex-start;
  flex-direction: column;
}
.ms-service-tab li {
  position: relative;
  width: 100%;
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  color: var(--Color---white, #fff);
  text-transform: uppercase;
  transition: 0.2s;
  cursor: pointer;
  opacity: 0.3;
}
.ms-service-tab li.active {
  opacity: 1;
}
.ms-service-tab li.active:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 1.6rem);
  width: 3rem;
  background: url(../img/icon_ms03_arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
.ms-service-con {
  transition: 0.2s;
}

.ms-service-con .img-box {
  box-shadow: 4px 12px 24px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 2rem;
}

.service-desc {
  margin-top: 4.8rem;
  color: #fff;
}
.service-desc .tag {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
}
.service-desc .tag:after {
  content: "";
  width: 16px;
  height: 1px;
  display: block;
  margin: 2.4rem 0;
  background: #fff;
}
.service-desc p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
}

/* ms04 */
.ms04 {
  padding: 10rem 0;
  background: #f7f7f7;
}
.ms04 .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ms04-nav {
  display: flex;
  gap: 3.6rem;
}
.ms04-nav .btn {
  background-color: #fff;
}
.ms-sale-slider {
  margin: 0 -3rem;
  overflow: hidden;
  text-align: center;
}
.ms-sale-box {
  position: relative;
  padding: 0 3rem 3rem;
}
.ms-sale-box .img-box {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
}
.ms-sale-box .img-box img {
  object-fit: scale-down;
}
.ms-sale-box .text-box {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -30%;
  padding: 5rem 0 0;
  box-shadow: 1rem 1rem 2rem 0 rgba(0, 0, 0, 0.1);
  background: var(--Color---white, #fff);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--Color---black, #0e0e0e);
  transition: 0.2s;
  border-radius: 2.4rem;
}

.ms-sale-box .text-box span {
  display: block;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 400;
  color: var(--Color---dark-gray, #555);
}
.ms-sale-box .text-box:hover * {
  opacity: 0.4;
}
.ms-sale-box .text-box img {
  display: block;
  margin: 0 auto;
  transition: 0.2s;
  opacity: 0;
}

.ms-sale-box .text-box:hover img {
  margin: 2.4rem auto;
  opacity: 1;
}

/* ms05 */
.ms05 {
  padding: 8rem 0;
}
.ms05 .inner {
  max-width: 140rem;
  margin: 0 auto;
}

.ms05 .ms05-panel {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5rem 6rem 15rem;
  overflow: hidden;
  background: #121212;
  background: url(../img/ms05_bg.jpg) no-repeat right bottom/cover;
  border-radius: 4rem 4rem 0 4rem;
}

.ms05 .left {
  width: 48%;
  display: flex;
  align-items: center;
}
.ms05 .left .info-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 36px rgba(0, 0, 0, 0.5);
}

.ms05 .right {
  width: 48%;
  display: flex;
  align-items: center;
}
.ms05 .info-table {
  width: 100%;
  margin: 0;
}
.ms05 .info-table .row {
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 0;
}
.ms05 .info-table .row + .row {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.25);
}
.ms05 .info-table dt {
  width: 38%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  color: #f4f4f4;
}
.ms05 .info-table dd {
  width: 62%;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

/* 하단 버튼 그룹 */
.ms05 .cta-group {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 623px;
  height: 129px;
  display: flex;
  gap: 5%;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 99;
  background: url(../img/ms05_btn_bg.png) no-repeat right bottom / 100%;
}

.ms05 .cta-group .cta-btn {
  width: 42%;
  height: 67px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.8rem 0 3.6rem;
  background: url(../img/ms05_bg.jpg) no-repeat right bottom/100%;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 3.2rem;
}

/* footer */
.footer-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.6rem 0;
  background: #000;
  color: #fff;
}
.ft-link {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.ft-link > li::after {
  content: "";
  width: 2px;
  height: 10px;
  display: inline-block;
  margin-left: 2.4rem;
  background-color: #777;
}
.ft-link > li:last-child:after {
  display: none;
}
.ft-link a {
  color: #fff;
}
.ft-address {
  margin: 2.7rem 0 2rem;
}
.ft-address dl {
  display: flex;
  margin-top: 0.6rem;
  font-size: 14px;
}
.ft-address dt {
  width: 10rem;
  font-weight: 500;
}
.ft-address dd {
  color: rgba(255, 255, 255, 0.6);
}
.ft-logo {
  position: absolute;
  top: 0;
  right: 20px;
}
.ft-copy {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
/* 하단 언어변경 버튼 */
footer .language_btn {
  position: relative;
  font-size: 0;
}
footer .language_btn button {
  display: block;
  border: none;
  outline: none;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background-color: transparent;
}
footer .language_btn button img {
  max-width: 100%;
}
footer .language_btn .lang_list {
  position: absolute;
  top: 150%;
  left: 50%;
  display: none;
  width: 80px;
  padding: 12px 10px;
  border: rgba(0, 0, 0, 0.05) solid 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;
  z-index: 9;
  background-color: #fff;
  border-radius: 8px;
  transform: translateX(-50%);
}
footer .language_btn .lang_list > li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
footer .language_btn .lang_list > li:first-child {
  padding-top: 0;
}
footer .language_btn .lang_list > li:last-child {
  border: 0;
  padding-bottom: 0;
}
footer .language_btn .lang_list > li:nth-child(n + 2) {
  margin-top: 10px;
}
footer .language_btn .lang_list > li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 2;
  /* padding: 0 20px; */
  transition: color 0.3s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .language_btn .lang_list > li a:hover {
  color: #3561fd;
}

@media (max-width: 1240px) {
  html {
    font-size: 60%;
  }
  .slide-nav .btn {
    width: 6rem;
    height: 6rem;
  }
  .title-box h2 {
    font-size: 48px;
  }
  .ms01 .title-box h2 {
    font-size: 48px;
  }
  .ms01 .title-box p {
    font-size: 16px;
  }
  .main-visual,
  .ms03 {
    max-height: 700px;
  }
  .mv-title {
    font-size: 38px;
  }
  .mv-desc {
    font-size: 18px;
  }
  .ms03 .left {
    padding-left: 5rem;
  }
  .ms-service-tab li {
    font-size: 30px;
  }
  .service-desc p {
    font-size: 20px;
  }
  .ms-sale-box .img-box img {
    width: 70%;
  }
  .footer-wrap .inner {
    display: flex;
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .ft-logo {
    position: relative;
    top: inherit;
    right: inherit;
  }
}

@media (max-width: 1024px) {
  .slide-nav .btn {
    width: 4rem;
    height: 4rem;
  }
  .main-wrap {
    margin-top: 80px;
  }
  .ms01 .title-box br {
    display: none;
  }
  .title-box h2,
  .ms01 .title-box h2 {
    font-size: 36px;
  }
  .title-box span {
    font-size: 18px;
  }

  .ms01 .right,
  .ms02,
  .ms04 {
    padding: 6rem 0;
  }

  .ms02-pagination {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 4rem 0 8rem;
  }
  .ms03 {
    height: auto;
    max-height: none;
    padding: 6rem 0;
  }
  .ms03 .inner {
    height: auto;
    align-content: center;
    gap: 4rem;
    flex-wrap: wrap;
  }
  .ms03 .left,
  .ms03 .right {
    width: 100%;
  }
  .ms03 .left {
    padding-left: 3rem;
  }
  .ms-service-tab {
    gap: 1.6rem;
  }
  .ms-service-tab li {
    font-size: 20px;
  }
  .service-desc p {
    font-size: 18px;
  }
  .ms-service-tab li.active:before {
    width: 2rem;
  }

  .ms-sale-box .text-box {
    min-height: 220px;
  }
  .ms04 .title-box {
    flex-direction: column;
  }
  .ms05 .cta-group {
    position: relative;
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 0;
    background: none;
  }
  .ms05 .ms05-panel {
    gap: 4rem;
    padding: 4rem 3rem;
    border-radius: 3rem;
  }
  .ms05 .cta-group .cta-btn {
    height: auto;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.3);
  }
  .ms05 .left,
  .ms05 .right {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-visual {
    max-height: 600px;
  }
  .main-visual .inner {
    width: 100%;
    height: 100%;
    align-content: flex-start;
    flex-wrap: wrap;
    background: linear-gradient(to bottom, #000 30%, #fff 100%);
  }
  .mv-text {
    width: 100%;
    padding: 25% 25px 0 0;
  }
  .mv-title,
  .mv-desc {
    color: #fff;
  }
  .mv-text br {
    display: none;
  }
  .mv-title {
    font-size: 30px;
  }
  .mv-desc {
    font-size: 16px;
  }
  .mv-photo {
    width: 100%;
    height: 100%;
  }
  .mv-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  .mv-img .img-box {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .mv-photo .img-box img {
    /* width: auto; */
    height: 100%;
    object-fit: cover;
  }
  .ms01 {
    flex-direction: column-reverse;
  }
  .ms01 .left,
  .ms01 .right {
    width: 100%;
    min-height: 220px;
  }
  .ms-sale-box {
    position: relative;
    padding: 0 2rem 2rem;
  }
  .ms05 .ms05-panel {
    gap: 2rem;
  }
  .ms05 .left .info-title {
    font-size: 26px;
  }
  .ms05 .info-table .row {
    flex-direction: column;
  }
  .ms05 .info-table dt,
  .ms05 .info-table dd {
    width: 100%;
  }
  .ms05 .info-table dd {
    font-size: 14px;
  }
  .ms05 .cta-group {
    gap: 2rem;
    justify-content: center;
    flex-direction: column;
  }
  .ms05 .cta-group .cta-btn {
    width: 100%;
  }
  .ft-link {
    font-size: 14px;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .ft-link > li::after {
    margin-left: 1rem;
  }
  .ft-address dl {
    flex-direction: column;
  }
}
