@charset "utf-8";

/* 공통 */
:root {
  --font-size-75: 75px;
  --font-size-70: 70px;
  --font-size-64: 64px;
  --font-size-55: 55px;
  --font-size-50: 50px;
  --font-size-48: 48px;
  --font-size-46: 46px;
  --font-size-40: 40px;
  --font-size-38: 38px;
  --font-size-35: 35px;
  --font-size-32: 32px;
  --font-size-28: 28px;
  --font-size-24: 24px;
  --font-size-22: 22px;
  --font-size-20: 20px;
  --font-size-18: 18px;
  --font-size-17: 17px;
  --font-size-16: 16px;
  --font-size-15: 15px;
  --padding-30: 30rem;
  --padding-25: 25rem;
  --padding-20: 20rem;
  --padding-15: 15rem;
}
@media (max-width: 1700px) {
  :root {
    --font-size-75: 60px;
    --font-size-70: 56px;
    --font-size-64: 52px;
    --font-size-55: 46px;
    --font-size-50: 42px;
    --font-size-48: 40px;
    --font-size-46: 38px;

    --font-size-40: 34px;
    --font-size-38: 32px;
    --font-size-35: 30px;
    --font-size-32: 28px;
    --font-size-28: 26px;
    --font-size-24: 22px;
    --font-size-22: 20px;
    --font-size-20: 19px;
    --font-size-18: 17px;
    --font-size-16: 16px;
    --font-size-15: 15px;
    --padding-30: 25rem;
    --padding-25: 20rem;
    --padding-20: 15rem;
    --padding-15: 10rem;
  }
}
@media (max-width: 1024px) {
  :root {
    --font-size-75: 44px;
    --font-size-70: 42px;
    --font-size-64: 38px;
    --font-size-55: 34px;
    --font-size-50: 32px;
    --font-size-48: 30px;
    --font-size-46: 28px;

    --font-size-40: 26px;
    --font-size-38: 24px;
    --font-size-35: 23px;
    --font-size-32: 22px;
    --font-size-28: 20px;
    --font-size-24: 18px;
    --font-size-22: 19px;
    --font-size-20: 17px;
    --font-size-18: 16px;
    --font-size-16: 15px;
    --font-size-15: 14px;
    --padding-30: 20rem;
    --padding-25: 15rem;
    --padding-20: 10rem;
    --padding-15: 8rem;
  }
}

html {
  letter-spacing: -0.8px;
}
.top-btn {
  position: fixed;
  right: 1rem;
  bottom: 20%;
  padding: 1rem;
  border: 1px solid rgba(225, 225, 225, 0.3);
  z-index: 99;
  background-color: 000;
}
.swiper-wrapper {
  height: auto;
}
.img-box img {
  width: 100%;
  max-width: 100%;
  /* object-fit: scale-down; */
}
.t-red {
  font-weight: 700;
  color: #ff807d;
}
.title-box {
}
.title-box h2 {
  margin-bottom: 2rem;
  font-size: var(--font-size-75);
  font-weight: 800;
  text-transform: uppercase;
}
.title-box p {
  font-size: var(--font-size-40);
  font-weight: 400;
  line-height: 1.7;
}
.more-btn {
  display: block;
  align-items: center;
  padding: 1rem 2rem;
  border: 1px solid #ddd;
  z-index: 9;
  font-size: var(--font-size-20);
  line-height: 1.6;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1rem;
  transition: 0.2s;
}
.more-btn:hover {
  background: rgba(225, 225, 225, 0.1);
}
.more-btn span {
  display: block;
  padding-right: 2.5rem;
  background: url(../img/icon_arrow_more.svg) no-repeat right center/auto 100%;
}
.more-btn.more01 {
  padding: 2rem;
  border: 0;
  background: #525252;
  color: #c1c1c1;
  text-align: right;
  border-radius: 0;
}

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

.main-wrap .inner,
.footer-wrap .inner {
  max-width: 1480px;
}
.ms-btn {
  min-width: 20rem;
  display: inline-block;
  /* margin-right: 1.6rem; */
  padding: 1rem 2rem;
  border: 1px solid #fff;
  transition: 0.2s;
  border-radius: 0.5rem;
  transition: 0.2s;
}

.ms-btn:hover {
  background: rgba(225, 225, 225, 0.1);
}
.ms-btn.large {
  min-width: 3rem;
  padding: 2.5rem 3rem;
  font-size: var(--font-size-32);
  font-weight: 700;
  text-align: center;
  border-radius: 1rem;
}
.ms-btn span {
  display: block;
  padding-right: 2rem;
  background: url(../img/icon_arrow_outlined.svg) no-repeat right center/auto 100%;
}
.ms-btn.green {
  border-color: #206f4c;
  color: #206f4c;
}
.ms-btn.green:hover {
  background-color: #206f4c;
  color: #fff;
}
.ms-btn.green span {
  padding-right: 4rem;
  background: url(../img/icon_arrow_outlined_b_grn.svg) no-repeat right center/auto 6rem;
}
.ms-btn.green:hover span {
  background: url(../img/icon_arrow_outlined_b.svg) no-repeat right center/auto 100%;
}

.scroll-motion {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 9;
  font-size: var(--font-size-17);
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}

.scroll-motion span {
  position: relative;
  width: 1px;
  height: 5rem;
  display: inline-block;
  margin-top: 1rem;
  background: rgba(225, 225, 225, 0.3);
}
.scroll-motion span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  animation: arrowFloat 2s ease-in-out infinite;
}

@keyframes arrowFloat {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(100%);
    opacity: 1;
  }
  80% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

.sub-img {
  text-align: center;
}
.sub-img img {
  width: 100%;
  max-width: 100%;
}

/* main visual */
.main-visual {
  position: relative;
  height: 95vh;
  max-height: 980px;
  overflow: hidden;
}

.swiper-wrapper,
.visual-slider {
  width: 100%;
  height: 100%;
}

.mv-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(254deg, rgba(0, 77, 17, 0) 0.6%, #040e09 99.24%); */
  background: linear-gradient(254deg, rgba(0, 77, 17, 0.1) 0.6%, #040e09 99.24%);
  display: none;
}
.visual01 {
  background: url(../img/main_visual01.jpg) no-repeat center/cover;
}
.visual02 {
  background: url(../img/main_visual02_ver2.jpg) no-repeat center/cover;
}
.main-visual .swiper-pagination {
  position: absolute;
  top: 2rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
}
.main-visual .swiper-pagination-bullet {
  width: 0.4rem;
  height: 7.5rem;
  background-color: #939393;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

.mv-box {
  position: absolute;
  top: 50%;
  left: 10vw;
  z-index: 9;
  color: #fff;
  transform: translateY(-50%);
}

.main-visual .visual-slider .swiper-slide .videobox{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-visual .visual-slider .swiper-slide .videobox video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-text {
  margin-bottom: 4rem;
  font-size: 55px;
  font-size: var(--font-size-55);
}
.visual-text span {
  font-size: var(--font-size-32);
  font-weight: 300;
  display: block;
  margin-top: 2rem;
}
.visual-btn {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
.visual-btn a {
  display: inline-block;
  font-size: var(--font-size-22);
  font-weight: 600;
  color: #fff;
  text-align: center;
}


.mainbanner-txtbox{
  position: absolute;
  top: 100px;
  right: 0;
  width: 100%;
  z-index: 2;
  text-align: right;
  padding-right: 124px;
}
.mainbanner-txtbox p{
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.736px;
  margin-bottom: 24px;
}
.mainbanner-txtbox h2 span{
  display: inline-block;
  padding: 4px;
  background: #206F4C;
  color: #FFF;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: -2.75px;
}
.mainbanner-txtbox h2 span b{
  font-weight: bold;
}
.mainbanner-visual02 .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main-banner-frame.png) no-repeat center / cover;
  z-index: 1;
}
.mainbanner-visual02::before{
  display: none !important;
}
.bottom-cta-box{
  position: absolute;
  bottom: 180px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.bottom-cta-box .visual-btn{
  justify-content: center;
}

/* ms01 */
.ms01 {
  padding: var(--padding-20) 0;
}
.ms01 .inner {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
  padding-left: calc((100% - 1440px) / 2);
  align-items: flex-end;
}

.ms01 .title-box h2 {
  margin-bottom: 2rem;
}
.ms01 .title-box p {
  margin-bottom: 4rem;
}
.ms01 .left {
  width: 40%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.ms01 .right {
  position: relative;
  flex: 1;
  height: 100%;
  overflow: hidden;
  z-index: 9;
}

.ms01-slider {
  position: relative;
  overflow: hidden;
}
.ms01-slide {
  position: relative;
  overflow: hidden;
}
.field-box .img-box {
  position: relative;
  height: 100%;
}
.field-box .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(58, 70, 75, 0) 0%, #000 100%);
}
.field-box .text-box {
  position: absolute;
  bottom: 4.5rem;
  left: 4.5rem;
  color: #fff;
}

.field-box .text-box p {
  margin-bottom: 1rem;
  font-size: var(--font-size-38);
  font-weight: 600;
}
.field-box .text-box span {
  font-size: var(--font-size-20);
  font-weight: 300;
  color: #dfdfdf;
  line-height: 1.5;
}

.ms01-btn-list {
  display: flex;
  gap: 2rem 1%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ms01-btn-list li {
  width: 49%;
}

.ms01-btn-list li .ms-btn {
  width: 100%;
}
.ms01-btn-list li .ms-btn span {
  width: 100%;
  min-height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ms02 */
.ms02 {
  padding-bottom: var(--padding-25);
}
.ms-bnr-wrap {
  display: flex;
  gap: 1rem;
}
.ms-bnr {
  position: relative;
  width: 32%;
  max-width: 70rem;
  /* height: 75rem; */
  padding: var(--padding-25) 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  text-align: center;
}
.ms-bnr.bnr01 {
  background: url(../img/ms02_bnr01.jpg) no-repeat center/cover;
}
.ms-bnr.bnr02 {
  background: url(../img/ms02_bnr02.jpg) no-repeat center/cover;
}
.ms-bnr.bnr03 {
  background: url(../img/ms02_bnr03.jpg) no-repeat center/cover;
}
.ms-bnr .text-box {
  color: #fff;
  margin-bottom: 5rem;
}
.ms-bnr .text-box span {
  font-size: var(--font-size-22);
  font-weight: 600;
  color: #d6d6d6;
}
.ms-bnr .text-box h2 {
  margin-bottom: 1.6rem;
  font-size: var(--font-size-50);
  font-weight: 600;
}
.ms-bnr .text-box p {
  font-size: var(--font-size-22);
  color: #dadada;
}
.ms-bnr .more-btn {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  width: 80%;
  max-width: 18rem;
  transform: translateX(-50%);
}
.ms-bnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(58, 70, 75, 0) 0%,
    rgba(46, 59, 61, 0.23) 22.6%,
    rgba(33, 47, 47, 0.52) 37.5%,
    #03140c 100%
  );
}
/* footer */
.footer-wrap {
  padding: 3rem 0 5rem;
  /* border-top: 1px solid #ccc; */
}
.ft-top {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}
.ft-top .inner {
  display: flex;
  justify-content: space-between;
}
.ft-link {
  display: flex;
  gap: 2.7rem;
}

.ft-link a {
  font-weight: 600;
  color: #3e3e3e;
}
.ft-bot p {
  margin-top: 1rem;
  font-size: var(--font-size-15);
  color: #002655;
}

.mainbanner-txtbox h2 span.mobile{
  display: none;
}
/* ================== 반응형 ================== */



@media (max-width: 1440px) {
  .ms01 .inner {
    padding-left: 20px;
  }
  .ms01 .left {
    width: 50%;
  }
  .ms-btn.large {
    padding: 2rem 2rem;
  }
  .mainbanner-txtbox h2 span{
    font-size: 46px;
  }
}

@media (max-width: 1240px) {
  .main-wrap {
    margin-top: 80px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 8px;
  }

  .main-visual {
    height: 80vh;
    min-height: 600px;
  }
  .mv-box {
    left: 0;
    width: 100%;
  }
  .ms01-btn-list li .ms-btn span {
    min-height: auto;
  }
  .ms-btn.large {
    font-size: var(--font-size-22);
  }
  .title-box {
    text-align: center;
  }
  .title-box h2 {
    font-size: var(--font-size-55);
  }
  .title-box p,
  .field-box .text-box p {
    font-size: var(--font-size-28);
  }
  .title-box p br {
    display: none;
  }
  .ms01 .inner {
    gap: 3rem;
  }
  .ms01 .left,
  .ms01 .right {
    width: 100%;
  }
  .field-box .text-box {
    left: 2rem;
    bottom: 2rem;
  }
  .ms-bnr-wrap {
    gap: 20px;
  }
  .ms-bnr .text-box h2 {
    font-size: var(--font-size-38);
  }
  .ms-bnr .text-box span,
  .ms-bnr .text-box p {
    font-size: var(--font-size-17);
  }
  .ft-logo img {
    max-width: 130px;
  }

  .mainbanner-txtbox{
    top: 110px;
    padding-right: 0;
  }
  .mainbanner-txtbox p{
    font-size: var(--font-size-32);
    margin-bottom: 12px;
  }
  .mainbanner-txtbox h2 span{
    font-size: var(--font-size-55);
    letter-spacing: -0.75px;
  }
  .bottom-cta-box{
    bottom: 120px;
  }
}

@media (max-width: 768px) {
  .ft-link {
    display: none;
  }
  .ms01-btn-list {
    gap: 1rem;
  }
  .ms01-btn-list li {
    width: 100%;
  }
  .ms-btn {
    min-width: 17rem;
  }
  .ms-bnr-wrap {
    flex-wrap: wrap;
  }
  .ms-btn.large {
    padding: 1rem;
  }
  .ms-bnr {
    width: 100%;
    max-width: none;
    padding: 5rem 0;
    flex-direction: column;
  }

  .ms-bnr .more-btn {
    position: relative;
    left: inherit;
    bottom: inherit;
    transform: none;
  }
  .visual-btn a {
    width: 100%;
  }
  .visual-text {
    text-align: center;
  }
  .mainbanner-txtbox h2 span.pc{
    display: none;
  }
  .mainbanner-txtbox h2 span.mobile{
    display: inline-block;
    min-width: 289px;
    margin-bottom: 6px;
  }
  .mainbanner-txtbox h2 span:last-child{
    margin-bottom: 0 !important;
  }
}

@media(max-width:485px){
  .mainbanner-txtbox p{
    font-size: 18px;
  }
}

@media(max-width:400px){
  .mainbanner-txtbox p{
    font-size: 4.5vw;
  }
}