/* main page */
.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next{
  display : none;
}
.inner_main{
  position : relative;
  width : calc(100% - 11.25rem);
  margin: 0 auto;
  height: 100%;
}
header{
  transition: background-color 0.2s ease-in-out;
}
body.fp-viewing-0 header{
  background-color: transparent;
}
header .logo a{
  transition: background-image 0.2s ease-in-out;
}
body.fp-viewing-0 header .logo a{
  background-image: url("../images/common/logo_white.svg");
}
body.fp-viewing-0 header .gnb > ul > li > a{
  color: var(--white1);
}
header .sub{
  transition: color 0.2s ease-in-out;
}
body.fp-viewing-0 header .sub{
  color: var(--gray2);
}
body.fp-viewing-0 header.lang_on .gnb > ul > li > a,
body.fp-viewing-0 header .gnb:hover > ul > li > a{
  color: var(--black1)
}
body.fp-viewing-0 header .gnb:hover > ul > li:hover > a{
  color: var(--white1);
}
body.fp-viewing-0 header.lang_on .gnb ~ .logo a,
body.fp-viewing-0 header .gnb:hover ~ .logo a{
  background-image: url("../images/common/logo.svg");
}
body.fp-viewing-0 header.lang_on .gnb ~ .snb,
body.fp-viewing-0 header .gnb:hover ~ .snb{
  color: var(--black3)
}
body.fp-viewing-0 header .sub .lang > button:before{
  background: url("../images/icons/ico_lang2.svg") no-repeat center / cover;
}
body.fp-viewing-0 header.lang_on {
  background-color: var(--white1);

}

footer{
  margin-top: 0 !important;
}

section{
  position : relative;
}
.sec1 .txt_box{
  position : absolute;
  left: 50%; top: 50%;
  z-index : 5;
  transform: translate(-50%, -50%);
  width : max-content;
}
.sec1 .img_box{
  position: absolute;
  top: 0;
  left: 0;
  width : 100%;
  height: 100%;
  z-index : 1;
}
.sec1 .img_box img{
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec2 .txt_box{
  position : absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec2 .slide_wrap{
  position : relative;
  z-index : 10;
  width : calc(50% - 3.75rem);
  margin-left: auto;
  display : flex;
}
.sec2 .slide_wrap .slide{
  /* padding-top: 7.5rem; */
  width : 100%;
  height: 100%;
  display : flex;
  flex-direction: column;
  align-items: center;
}
.sec2 .slide_wrap .slide > div{
  display : flex;
  flex-direction: column;
  justify-content: center;
}

.sec3{
  background-color: var(--mint4)
}
.sec3 ul{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.75rem;
  height: 44.375rem;
  margin-top: 6.75rem;
}
.sec3 li{
  position : relative;
  padding-top: 4.375rem;
  width : 24.375rem;
  height: 31.25rem;
  border-radius: 1.875rem;
  box-shadow: 0px 0px 1.875rem 0px rgba(13, 67, 63, 0.10);
  transition-duration: 0.75s;
  opacity: 0;
  transition-timing-function: ease-in-out;
  transition-property: opacity, transform;
}
.sec3 li:nth-child(even){
  transform: translateY(10%);
  background: linear-gradient(180deg, #FAF0D5 0%, #F6E9D1 100%);
  margin-top: auto;
}
.sec3 li:nth-child(odd){
  transform: translateY(-10%);
  background: linear-gradient(180deg, #D0F1EF 0%, #B3E1DE 100%);
  margin-bottom: auto;
}
.sec3 li:nth-child(1){transition-delay: 0.2s}
.sec3 li:nth-child(2){transition-delay: 0.5s}
.sec3 li:nth-child(3){transition-delay: 0.8s}
.sec3 li:nth-child(4){transition-delay: 1.1s}
.sec3 li img{
  position : absolute;
  left: 0; bottom: 0;
}

.sec4 .txt_box{
  position : absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width : max-content;
}
.sec4 .img_box{
  height: 100%;
}
.sec4 .img_box img{
  height: 100%;
  object-fit: cover;
}

body.fp-viewing-2 .sec3 li:nth-child(even){
  transform: translateY(0);
  opacity: 1;
}
body.fp-viewing-2 .sec3 li:nth-child(odd){
  transform: translateY(0);
  opacity: 1;
}
/* main page END */



@media all and (max-width: 1024px){
  body.fp-viewing-0 header .sub{
    color: var(--black3);
  }

  body.fp-viewing-0 .menu_btn{
    background: url("../images/icons/ico_menu_white.svg") no-repeat center / cover;
  }
  body.fp-viewing-0 header.menu_open .menu_btn{
    background: url("../images/icons/ico_menu_close.svg") no-repeat center / cover;
  }
  body.fp-viewing-0 header.menu_open .gnb > ul > li > a,
  body.fp-viewing-0 header .gnb:hover > ul > li:hover > a{
    color: var(--black1);
  }
  body.fp-viewing-0 header.menu_open .logo a{
    background: url(../images/common/logo.svg) no-repeat center / cover;
  }

  .inner_main{
    width : calc(100% - 40px);
  }
  .sec2 .inner_main{
    display : flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .sec2 .txt_box{
    top: 100px;
    left: 0;
    transform: translateY(0);
  }
  .sec2 .slide_wrap{
    width : 360px;
    height: 500px;
    margin: 0 auto;
  }
  .sec2 .slide_wrap .slide{
    padding-top: 0;
  }
  .sec3 ul{
    flex-direction: column;
    gap: 30px;
    height: max-content;
    margin-top: 60px;
  }
  .sec3 li{
    display : flex;
    justify-content: center;
    align-items: center;
    width : 100%;
    height: 130px;
    padding-top: 0;
    padding-left: 130px;
  }
  .sec3 li:nth-child(odd){
    transform: translateX(-20%);
  }
  body.fp-viewing-2 .sec3 li:nth-child(odd){
    transform: translateX(0%);
  }
  .sec3 li:nth-child(even){
    transform: translateX(20%);
  }
  body.fp-viewing-2 .sec3 li:nth-child(even){
    transform: translateX(0%);
  }
}
@media all and (max-width: 600px){
  .sec2 .slide_wrap img{
    width : 80%;
    margin: 0 auto;
  }
}@media all and (max-width: 600px){
  .sec2 .slide_wrap img{
    width : 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 500px){
  .sec2 .slide_wrap{
    height: 110vw;
  }
  .sec2 .slide_wrap img{
    width : 80%;
    margin: 0 auto;
  }
  .sec2 .slide_wrap .slide > div h3 span{
    font-size: 10.4vw;
  }
  .sec2 .slide_wrap .slide > div h3 em{
    font-size: 4.8vw
  }
  .sec2 .slide_wrap .slide > div p{
    font-size: 3.2vw
  }

  .sec3 li{
    height: 26vw;
  }
  .sec3 ul{
    gap: 6vw;
  }
  .sec3 ul p{
    font-size: 3.2vw;
  }
  .sec3 li img{
    height: 100%;
  }
}

@media all and (max-width: 400px){
  .sec1 .txt_box h2{
    font-size: 11vw
  }
  .sec1 .txt_box p{
    font-size: 5.5vw
  }
  .sec1 .txt_box p+p{
    font-size: 4vw;
    margin-top: 12.5vw !important;
  }
  .sec1 .txt_box a{
    font-size: 4vw;
    padding: 0 7.5vw;
    height: 13vw;
  }

  .sec2 .slide_wrap{
    width : 100%;
    height: 102vw;
  }
  .sec2 .slide_wrap img{
    width : 60%;
    margin: 0 auto;
  }
  .sec2 .txt_box h2{
    font-size: 6vw;
  }
  .sec2 .txt_box p{
    font-size: 4vw;
  }
  .sec2 .slide_wrap .slide > div h3{
    align-items: center;
  }
  .sec2 .slide_wrap .slide > div h3 span{
    font-size: 13vw;
  }
  .sec2 .slide_wrap .slide > div h3 em{
    font-size: 6vw;
  }
  .sec2 .slide_wrap .slide > div p{
    font-size: 4vw;
  }

  .sec3 li{
    padding-left: 32.5vw;
  }

  .sec4 > div{
    overflow: hidden;
    height: 100vh;
  }
  .sec4 .txt_box h2{
    font-size: 11vw;
  }
  .sec4 .txt_box p{
    font-size: 5.5vw;
  }
  .sec4 .txt_box a{
    font-size: 4vw;
    padding: 0 7.5vw;
    height: 13vw;
  }
  .sec4 .img_box img{
    height: 100vh;
  }
}