

main{
  background-color :#F8F8F8;
}

.sec_visual{
  position : relative;
  --scrClr1: #C9C5C6;
  --scrCcr2: #fff;
  overflow: hidden;
}
.sec_visual .scr{
  display : flex;
  justify-content: center;
  align-items: center;
  position : sticky;
  left: 50%; bottom: 100px;
  transform: translateX(-50%);
  z-index : 100;
  width : 86px;
  height: 86px;
  border-radius: 50%;
  background-color : rgba(0,0,0,0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.sec_visual .scr.on{
  opacity: 1;
}
.sec_visual .scr .mouse{
  position : relative;
  width : 27px;
  height: 42px;
  border-radius: 42px;
  border: 2px solid var(--scrClr1);
  transition: border-color 0.3s;
}
.sec_visual .scr .mouse::before{
  content: "";
  width : 2px;
  height: 8px;
  background-color: var(--scrClr1);
  border-radius: 2px;
  position: absolute;
  top: 8px; left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  animation: mouse 2s infinite;
  transition: background-color 0.3s;
}
@keyframes mouse{
  0%{
    top: 9px;
    opacity: 1;
  }
  50%{
    top: 15px;
  }
  100%{
    top: 21px;
    opacity: 0;
  }
}
.sec_visual .scr svg{
  position: absolute;
  left: 50%; bottom: 8px;
  transform: translateX(-50%);
  width : 9px;
  height: 5px;
}
.sec_visual .scr .mouse.svg path{
  border: 2px solid var(--scrClr1);
}
.sec_visual .scr svg path{
  transition: stroke 0.3s;
}
.sec_visual .scr:hover .mouse{
  border-color: #fff;
}
.sec_visual .scr:hover .mouse::before{
  background-color: #fff;
}
.sec_visual .scr:hover svg path{
  stroke: #fff;
}

.sec_visual .arti_video{
  position: relative;
  width : 100%;
  height: 100vh;
  overflow: hidden;
}
.sec_visual .arti_video::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width : 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
}
.sec_visual .arti_video video{
  width : 100%;
  height: 100%;
  object-fit: cover;
}

.sec_visual .arti_about{
  position: relative;
  width : 100%;
  height: 100vh;
  overflow: hidden;
}
.sec_visual .arti_about .bg{
  position : relative;
  width : 100%;
  height: 100vh;
}
.sec_visual .arti_about .bg img{
  display : block;
  position : absolute;
  top: 0; left: 0;
  width : 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5125s ease-in-out, visibility .5125s ease-in-out;
}
.sec_visual .arti_about .bg img:nth-child(1){
  opacity: 1;
  visibility : visible;
}
.sec_visual .arti_about .bg img:nth-child(2).on{
  opacity: 1;
  visibility : visible;
}
.sec_visual .arti_about .bg img:nth-child(2).filter{
  filter: blur(10px);
}

.sec_visual .arti_about .bg  div{
  position : absolute;
  left: 0; top: 0;
  width : 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  transition: filter .5125s ease-in-out;
}
.sec_visual .arti_about .bg  div.filter{
  backdrop-filter: blur(10px);
}
.sec_visual .arti_about .about_cont3,
.sec_visual .arti_about .about_cont2,
.sec_visual .arti_about .about_cont1{
  position: absolute;
  top: 0; left: 0;
  width : 100%;
  height: 100vh;
}
.sec_visual .arti_about h2{
  position : absolute;
  left: 50%; top: calc(50% - 92px);
  transform: translate(-50%,-50%);
  color: #605E5F;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transition: opacity .5125s ease-in-out, visibility .5125s ease-in-out
}
.sec_visual .arti_about h2.hide{
  opacity: 0;
  visibility: hidden;
}
.sec_visual .arti_about .about_cont1 h2 img{
  width : 627px;
}
.sec_visual .arti_about h2 span{
  display : block;
  margin-bottom : 100px;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
}
.sec_visual .arti_about h2 em{
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #6D9372;
  text-align: center;
  margin-top: 32px;
}
.sec_visual .arti_about h4,
.sec_visual .arti_about h3{
  position : absolute;
  left: 25.52083333333%; top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  color: #484647;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}
.sec_visual .arti_about h4.on,
.sec_visual .arti_about h3.on{
  opacity: 1;
  visibility: visible;
}
.sec_visual .arti_about h4 span:last-child{
  display : block;
  margin-top : 32px;
  color: #6D9372;
}

.sec_visual .arti_about .about_cont4{
  position: absolute;
  top: 0; left: 0;
  width : 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  visibility : hidden;
  transition: opacity .5125s ease-in-out, visibility .5125s ease-in-out;
}
.sec_visual .arti_about .about_cont4 video{
  display : block;
  width : 100%;
  height: 100%;
  object-fit: cover;
}
.sec_visual .arti_about .about_cont4.on{
  opacity: 1;
  visibility : visible;
}

.sec_visual .photo_wrap{
  position : absolute;
  top: 0; right : 16.66666666667%;
  width : 29.8438vw;
  height: 100vh;
}
.sec_visual .photo{
  position: absolute;
  top: 50%;
  width : 29.8438vw;
  height: 31.5104vw;
  transform: translateY(-50%);
}
.sec_visual .photo img{
  position: absolute;
}
.sec_visual .photo img:nth-child(2){
  z-index : 1;
}
.sec_visual .photo img:nth-child(1){
  right: 14%;
  top: 37%;
  transform: rotate(6.52deg);
  z-index : 2;
  opacity: 0;
  width : 23.1771vw;
  transition: right .5s ease-in-out, top .5s ease-in-out, opacity .5s ease-in-out;
}
.sec_visual .photo img.on:nth-child(1){
  right: 0;
  top: 0;
  opacity: 1;
}
.sec_visual .photo img:nth-child(3),
.sec_visual .photo img:nth-child(2){
  left: 20%;
  bottom: -40%;
  opacity: 0;
  transform: rotate( -11.85deg);
  width : 21.4063vw;
  transition: left .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out;
}
.sec_visual .photo img:nth-child(3),
.sec_visual .photo img.on:nth-child(2){
  left: 0;
  bottom: 0;
  opacity: 1;
}
.sec_visual .photo img:nth-child(3){
  z-index : 3;
  opacity: 0;
}
.sec_visual .photo img.on:nth-child(3){
  opacity: 1;
}
.sec_visual .photo img.hide:nth-child(3){
  left: 20%;
  bottom: -40%;
  opacity: 0;
  transform: rotate( -11.85deg);
  width : 21.4063vw;
  transition: left .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out;
}


.sec_story{
  padding-top: 148px;
  padding-bottom: 170px;
  background-color : #F8F8F8;
}
.sec_story h2{
  margin-bottom: 78px;
  font-size: 34px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
.sec_story .story_swiper .swiper-slide{
  /* background-color: var(--white1); */
  background-color : #F8F8F8;
  padding-bottom: 34px;
  opacity: 0 !important;
}
.sec_story .story_swiper .swiper-slide-active{
  opacity: 1 !important;
}
.sec_story .story_swiper .swiper-slide .img_wrap img{
  min-width : 490px;
}
.sec_story .story_swiper .swiper-slide .img_wrap p{
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 38px;
  font-size: 12px;
  font-weight: 500;
  color: #989898;
  text-align: center;
  width: max-content;
}
.sec_story .story_swiper .swiper-slide p{
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #484647;
}
.sec_story .swiper_controller{
  display : flex;
  justify-content: space-between;
  align-items: center;
  width : 136px;
  height: 28px;
  margin: 60px auto 0;
}
.sec_story .swiper-button-prev,
.sec_story .swiper-button-next{
  position: static;
  margin: 0;
  transform: none;
  width : 28px;
  height: 28px;
  background: none;
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}
.sec_story .swiper-button-prev{
  transform: rotate(180deg);
}
.sec_story .swiper-button-prev svg,
.sec_story .swiper-button-next svg{
  width : 100%;
  height: 100%;
}
.sec_story .swiper-button-prev svg path,
.sec_story .swiper-button-next svg path{
  transition: stroke .3s ease-in-out;
}
.sec_story .swiper-button-prev:hover path,
.sec_story .swiper-button-next:hover path{
  stroke: #6D9372;
}
.sec_story .swiper-button-disabled{
  opacity: 0;
  visibility: hidden;
}


.sec_banner{
  position : relative;
}
.sec_banner > img{
  width : 100%;
  height: auto;
}
.sec_banner .txt{
  position : absolute;
  top: 50%; left: 43.90625%;
  transform: translateY(-50%);
}
.sec_banner .txt img{
  width : 568px;
  margin-bottom : 40px;
}
.sec_banner .txt a{
  display : flex;
  justify-content: space-between;
  align-items: center;
  width : 240px;
  height: 55px;
  padding: 20px;
  border-radius: 20px;
  background-color: #45694A;
  color: var(--white1);
}
.sec_banner .txt a::after{
  content: "";
  width : 27px;
  height: 27px;
  background: url("../images/icons/ico_link_arrow_w.svg") no-repeat center / cover;
}


.sec_map{
  padding: 164px 0;
}


#videoModal{
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1002;
  width: 100%;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
#videoModal .inner{
  width: 100%;
}
#videoModal.active{
  opacity: 1;
  visibility: visible;
}
#videoModal .inner video{
  display: block;
  width:100%;
  height: auto;
}
#videoModal .close_btn{
  position: absolute;
  top: -50px; right: 20px;
  width: 40px;
  height: 40px;
  background: url("../images/icons/ico_close_w.svg") no-repeat center / cover;
  cursor: pointer;
}


@media all and (max-width: 1440px){

  .sec_visual{
    position : relative;
    --scrClr1: #C9C5C6;
    --scrCcr2: #fff;
    overflow: hidden;
  }
  .sec_visual .scr{
    display : flex;
    justify-content: center;
    align-items: center;
    position : sticky;
    left: 50%; bottom: 6.9444vw;
    transform: translateX(-50%);
    z-index : 100;
    width : 5.9722vw;
    height: 5.9722vw;
    border-radius: 50%;
    background-color : rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .sec_visual .scr.on{
    opacity: 1;
  }
  .sec_visual .scr .mouse{
    position : relative;
    width : 1.8750vw;
    height: 2.9167vw;
    border-radius: 2.9167vw;
    border: 0.1389vw solid var(--scrClr1);
    transition: border-color 0.3s;
  }
  .sec_visual .scr .mouse::before{
    content: "";
    width : 0.1389vw;
    height: 0.5556vw;
    background-color: var(--scrClr1);
    border-radius: 0.1389vw;
    position: absolute;
    top: 0.5556vw; left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    animation: mouse 2s infinite;
    transition: background-color 0.3s;
  }
  @keyframes mouse{
    0%{
      top: 0.6250vw;
      opacity: 1;
    }
    50%{
      top: 1.0417vw;
    }
    100%{
      top: 1.4583vw;
      opacity: 0;
    }
  }
  .sec_visual .scr svg{
    position: absolute;
    left: 50%; bottom: 0.5556vw;
    transform: translateX(-50%);
    width : 0.6250vw;
    height: 0.3472vw;
  }
  .sec_visual .scr .mouse.svg path{
    border: 0.1389vw solid var(--scrClr1);
  }
  .sec_visual .scr svg path{
    transition: stroke 0.3s;
  }
  .sec_visual .scr:hover .mouse{
    border-color: #fff;
  }
  .sec_visual .scr:hover .mouse::before{
    background-color: #fff;
  }
  .sec_visual .scr:hover svg path{
    stroke: #fff;
  }

  .sec_visual .arti_video{
    position: relative;
    width : 100%;
    height: 100vh;
    overflow: hidden;
  }
  .sec_visual .arti_video::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width : 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
  }
  .sec_visual .arti_video video{
    width : 100%;
    height: 100%;
    object-fit: cover;
  }

  .sec_visual .arti_about{
    position: relative;
    width : 100%;
    height: 100vh;
    overflow: hidden;
  }
  .sec_visual .arti_about .bg{
    position : relative;
    width : 100%;
    height: 100vh;
  }
  .sec_visual .arti_about .bg img{
    display : block;
    position : absolute;
    top: 0; left: 0;
    width : 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5125s ease-in-out, visibility .5125s ease-in-out;
  }
  .sec_visual .arti_about .bg img:nth-child(1){
    opacity: 1;
    visibility : visible;
  }
  .sec_visual .arti_about .bg img:nth-child(2).on{
    opacity: 1;
    visibility : visible;
  }
  .sec_visual .arti_about .bg img:nth-child(2).filter{
    filter: blur(0.6944vw);
  }

  .sec_visual .arti_about .bg  div{
    position : absolute;
    left: 0; top: 0;
    width : 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    transition: filter .5125s ease-in-out;
  }
  .sec_visual .arti_about .bg  div.filter{
    backdrop-filter: blur(0.6944vw);
  }
  .sec_visual .arti_about .about_cont3,
  .sec_visual .arti_about .about_cont2,
  .sec_visual .arti_about .about_cont1{
    position: absolute;
    top: 0; left: 0;
    width : 100%;
    height: 100vh;
  }
  .sec_visual .arti_about h2{
    position : absolute;
    left: 50%; top: calc(50% - 6.3889vw);
    transform: translate(-50%,-50%);
    color: #605E5F;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: opacity .5125s ease-in-out, visibility .5125s ease-in-out
  }
  .sec_visual .arti_about h2.hide{
    opacity: 0;
    visibility: hidden;
  }
  .sec_visual .arti_about .about_cont1 h2 img{
    width : 43.5417vw;
  }
  .sec_visual .arti_about h2 span{
    display : block;
    margin-bottom : 6.9444vw;
    font-size: 2.3611vw;
    font-weight: 600;
    line-height: 3.3333vw;
  }
  .sec_visual .arti_about h2 em{
    display: block;
    font-size: 1.6667vw;
    font-weight: 600;
    line-height: 2.5000vw;
    color: #6D9372;
    text-align: center;
    margin-top: 2.2222vw;
  }
  .sec_visual .arti_about h4,
  .sec_visual .arti_about h3{
    position : absolute;
    left: 25.52083333333%; top: 50%;
    transform: translateY(-50%);
    font-size: 1.8056vw;
    font-weight: 600;
    line-height: 2.7778vw;
    color: #484647;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  }
  .sec_visual .arti_about h4.on,
  .sec_visual .arti_about h3.on{
    opacity: 1;
    visibility: visible;
  }
  .sec_visual .arti_about h4 span:last-child{
    display : block;
    margin-top : 2.2222vw;
    color: #6D9372;
  }

  .sec_visual .arti_about .about_cont4{
    position: absolute;
    top: 0; left: 0;
    width : 100%;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility : hidden;
    transition: opacity .5125s ease-in-out, visibility .5125s ease-in-out;
  }
  .sec_visual .arti_about .about_cont4 video{
    display : block;
    width : 100%;
    height: 100%;
    object-fit: cover;
  }
  .sec_visual .arti_about .about_cont4.on{
    opacity: 1;
    visibility : visible;
  }

  .sec_visual .photo_wrap{
    position : absolute;
    top: 0; right : 16.66666666667%;
    width : 29.8438vw;
    height: 100vh;
  }
  .sec_visual .photo{
    position: absolute;
    top: 50%;
    width : 29.8438vw;
    height: 31.5104vw;
    transform: translateY(-50%);
  }
  .sec_visual .photo img{
    position: absolute;
  }
  .sec_visual .photo img:nth-child(2){
    z-index : 1;
  }
  .sec_visual .photo img:nth-child(1){
    right: 14%;
    top: 37%;
    transform: rotate(6.52deg);
    z-index : 2;
    opacity: 0;
    width : 23.1771vw;
    transition: right .5s ease-in-out, top .5s ease-in-out, opacity .5s ease-in-out;
  }
  .sec_visual .photo img.on:nth-child(1){
    right: 0;
    top: 0;
    opacity: 1;
  }
  .sec_visual .photo img:nth-child(3),
  .sec_visual .photo img:nth-child(2){
    left: 20%;
    bottom: -40%;
    opacity: 0;
    transform: rotate( -11.85deg);
    width : 21.4063vw;
    transition: left .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out;
  }
  .sec_visual .photo img:nth-child(3),
  .sec_visual .photo img.on:nth-child(2){
    left: 0;
    bottom: 0;
    opacity: 1;
  }
  .sec_visual .photo img:nth-child(3){
    z-index : 3;
    opacity: 0;
  }
  .sec_visual .photo img.on:nth-child(3){
    opacity: 1;
  }
  .sec_visual .photo img.hide:nth-child(3){
    left: 20%;
    bottom: -40%;
    opacity: 0;
    transform: rotate( -11.85deg);
    width : 21.4063vw;
    transition: left .5s ease-in-out, bottom .5s ease-in-out, opacity .5s ease-in-out;
  }


  .sec_story{
    padding-top: 10.2778vw;
    padding-bottom: 11.8056vw;
    background-color : #F8F8F8;
  }
  .sec_story h2{
    margin-bottom: 5.4167vw;
    font-size: 2.3611vw;
    font-weight: 600;
    line-height: 3.3333vw;
    text-align: center;
  }
  .sec_story .story_swiper .swiper-slide{
    /* background-color: var(--white1); */
    background-color : #F8F8F8;
    padding-bottom: 2.3611vw;
    opacity: 0 !important;
  }
  .sec_story .story_swiper .swiper-slide-active{
    opacity: 1 !important;
  }
  .sec_story .story_swiper .swiper-slide .img_wrap img{
    min-width : 34.0278vw;
  }
  .sec_story .story_swiper .swiper-slide .img_wrap p{
    position: absolute;
    bottom: -3.3333vw;
    left: 50%;
    transform: translateX(-50%);
    min-height: 2.6389vw;
    font-size: 0.8333vw;
    font-weight: 500;
    color: #989898;
    text-align: center;
    width: max-content;
  }
  .sec_story .story_swiper .swiper-slide p{
    font-size: 0.9722vw;
    font-weight: 500;
    line-height: 160%;
    color: #484647;
  }
  .sec_story .swiper_controller{
    display : flex;
    justify-content: space-between;
    align-items: center;
    width : 9.4444vw;
    height: 1.9444vw;
    margin: 4.1667vw auto 0;
  }
  .sec_story .swiper-button-prev,
  .sec_story .swiper-button-next{
    position: static;
    margin: 0;
    transform: none;
    width : 1.9444vw;
    height: 1.9444vw;
    background: none;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  }
  .sec_story .swiper-button-prev{
    transform: rotate(180deg);
  }
  .sec_story .swiper-button-prev svg,
  .sec_story .swiper-button-next svg{
    width : 100%;
    height: 100%;
  }
  .sec_story .swiper-button-prev svg path,
  .sec_story .swiper-button-next svg path{
    transition: stroke .3s ease-in-out;
  }
  .sec_story .swiper-button-prev:hover path,
  .sec_story .swiper-button-next:hover path{
    stroke: #6D9372;
  }
  .sec_story .swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
  }


  .sec_banner{
    position : relative;
  }
  .sec_banner > img{
    width : 100%;
    height: auto;
  }
  .sec_banner .txt{
    position : absolute;
    top: 50%; left: 43.90625%;
    transform: translateY(-50%);
  }
  .sec_banner .txt img{
    width : 39.4444vw;
    margin-bottom : 2.7778vw;
  }
  .sec_banner .txt a{
    display : flex;
    justify-content: space-between;
    align-items: center;
    width : 16.6667vw;
    height: 3.8194vw;
    padding: 1.3889vw;
    border-radius: 1.3889vw;
    background-color: #45694A;
    color: var(--white1);
  }
  .sec_banner .txt a::after{
    content: "";
    width : 1.8750vw;
    height: 1.8750vw;
    background: url("../images/icons/ico_link_arrow_w.svg") no-repeat center / cover;
  }


  .sec_map{
    padding: 11.3889vw 0;
  }


  #videoModal{
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1002;
    width: 100%;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  #videoModal .inner{
    width: 100%;
  }
  #videoModal.active{
    opacity: 1;
    visibility: visible;
  }
  #videoModal .inner video{
    display: block;
    width:100%;
    height: auto;
  }
  #videoModal .close_btn{
    position: absolute;
    top: -3.4722vw; right: 1.3889vw;
    width: 2.7778vw;
    height: 2.7778vw;
    background: url("../images/icons/ico_close_w.svg") no-repeat center / cover;
    cursor: pointer;
  }

}


@media all and (max-width: 1240px){




  .sec_story{
    padding-top: 11.9355vw;
    padding-bottom: 13.7097vw;
  }
  .sec_story h2{
    margin-bottom: 6.2903vw;
    font-size: 2.7419vw;
    font-weight: 600;
    line-height: 3.8710vw;
    text-align: center;
  }
  .sec_story .story_swiper .swiper-slide{
    /* background-color: var(--white1); */
    background-color: #F8F8F8
  }
  .sec_story .story_swiper .swiper-slide .img_wrap img{
    min-width : 39.5161vw;
  }
  .sec_story .story_swiper .swiper-slide p{
    font-size: 1.1290vw;
    font-weight: 500;
    line-height: 160%;
    color: #484647;
  }
  .sec_story .swiper_controller{
    display : flex;
    justify-content: space-between;
    align-items: center;
    width : 10.9677vw;
    height: 2.2581vw;
    margin: 4.8387vw auto 0;
  }
  .sec_story .swiper-button-prev,
  .sec_story .swiper-button-next{
    position: static;
    margin: 0;
    transform: none;
    width : 2.2581vw;
    height: 2.2581vw;
    background: none;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
  }
  .sec_story .swiper-button-prev{
    transform: rotate(180deg);
  }
  .sec_story .swiper-button-prev svg,
  .sec_story .swiper-button-next svg{
    width : 100%;
    height: 100%;
  }
  .sec_story .swiper-button-prev svg path,
  .sec_story .swiper-button-next svg path{
    transition: stroke .3s ease-in-out;
  }
  .sec_story .swiper-button-prev:hover path,
  .sec_story .swiper-button-next:hover path{
    stroke: #6D9372;
  }
  .sec_story .swiper-button-disabled{
    opacity: 0;
    visibility: hidden;
  }


  .sec_banner{
    position : relative;
  }
  .sec_banner > img{
    width : 100%;
    height: auto;
  }
  .sec_banner .txt{
    position : absolute;
    top: 50%; left: 43.90625%;
    transform: translateY(-50%);
  }
  .sec_banner .txt img{
    width : 45.8065vw;
    margin-bottom : 3.2258vw;
  }
  .sec_banner .txt a{
    display : flex;
    justify-content: space-between;
    align-items: center;
    width : 19.3548vw;
    height: 4.4355vw;
    padding: 1.6129vw;
    border-radius: 1.6129vw;
    background-color: #45694A;
    color: var(--white1);
  }
  .sec_banner .txt a::after{
    content: "";
    width : 2.1774vw;
    height: 2.1774vw;
    background: url("../images/icons/ico_link_arrow_w.svg") no-repeat center / cover;
  }


  .sec_map{
    padding: 13.2258vw 0;
  }

}



@media all and (max-width: 768px){
  .sec_visual{
    margin-top: 52px;
  }
  .sec_visual .arti_video{
    height: max-content;
  }
  .sec_visual .arti_video video{
    display : block;
    height: auto;
  }
  .sec_visual .arti_about{
    height: 520px;
  }
  .sec_visual .arti_about .bg {
    position: absolute;
    top: 0; left: 0;
    width : 100%;
    height: 100%;
    transition: background-color .4s ease-in-out;
  }
  .sec_visual .arti_about .bg::after{
    display : block;
    position: absolute;
    top: 0; left: 0;
    width : 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.0);
    content: "";
    transition: background-color .4s ease-in-out;
  }
  .sec_visual .arti_about .bg img{
    position: absolute;
    top: 0; left: 0;
    width : 100%;
    height: 100%;
    object-fit: cover;
    transition: filter .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out, transform .8s ease-in-out;
  }
  .sec_visual .arti_about .bg img.blur{
    filter: blur(10px);
    transform: scale(1.05);
  }
  .sec_visual .arti_about .bg.darken::after{
    background-color: rgba(0,0,0,0.4);
  }
  .sec_visual .arti_about .about_swiper{
    height: 100%;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide{
    display : flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide video{
    display : block;
    width : 100%;
    height: auto;
    object-fit: contain;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide:nth-child(1) p{
    margin-bottom : 30px;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #484647;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide:nth-child(1) em{
    margin-top: 30px;
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    color: #6D9372;
    text-align: center;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide:nth-child(2) p,
  .sec_visual .arti_about .about_swiper .swiper-slide:nth-child(3) p{
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    color: #484647;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide:nth-child(2) p:not(:last-child),
  .sec_visual .arti_about .about_swiper .swiper-slide:nth-child(3) p:not(:last-child){
    margin-bottom : 20px;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide:nth-child(3) p span{
    font-size: 16px;
    color: #6D9372;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide:nth-child(4) strong{
    position:absolute;
    top: calc(50% - -34vw);
    left: 25px;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    color: #484647;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide .video_wrap{
    position: relative;
    height: max-content;
  }
  .sec_visual .arti_about .about_swiper .swiper-slide .scaleBtn{
    position: absolute;
    left: 0; top: 0;
    z-index : 10;
    width : 100%;
    height: 100%;
  }

  .sec_visual .arti_about h2{
    position: static;
    transform: none;
    width : 318px;
    margin: 0 auto;
  }
  .sec_visual .arti_about .swiper-pagination{
    display : flex;
    bottom: 30px;
    left: 20px;
  }
  .sec_visual .arti_about .swiper-pagination .swiper-pagination-bullet{
    width : 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #605E5F;
    margin: 0 4px;
    opacity: 1;
    transition: width .2s ease-in-out, background-color .2s ease-in-out;
  }
  .sec_visual .arti_about .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #484647;
    width : 29px;
  }

  .sec_story{
    padding: 70px 0;
  }
  .sec_story h2{
    margin-bottom : 30px;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    text-align : left;
  }
  .sec_story .story_swiper .swiper-slide .img_wrap img{
    min-width : 100%;
    height: 212px;
    object-fit: cover;
  }
  .sec_story .story_swiper .swiper-slide p{
    font-size: 14px;
    margin-top : 18px;
  }
  .sec_story .swiper_controller{
    width : 80px;
    height: 30px;
    margin: 40px auto 0;
    margin-left: 0;
  }
  .sec_story .swiper-button-prev, .sec_story .swiper-button-next{
    width : 30px;
    height: 30px;
  }

  .sec_banner{
    height: 354px;
  }
  .sec_banner > img{
    height: 100%;
    object-fit: cover;
  }
  .sec_banner .txt{
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sec_banner .txt img{
    width : 290px;
    margin-bottom: 24px;
  }
  .sec_banner .txt a{
    justify-content: center;
    gap: 12px;
    width : max-content;
    height: max-content;
    font-size: 16px;
    border-radius: 20px;
    margin: 0 auto;
    padding: 10px 18px;
  }
  .sec_banner .txt a::after{
    width : 27px;
    height: 27px;
  }

  .sec_map{
    padding: 60px 0 36px;
  }
  .sec_map .tit_img{
    width : 173px;
    margin-bottom : 30px;
  }
  .sec_map .map_img{
    width : 324px;
    margin: 0 auto;
  }


  .swiper_txt{
    display : flex !important;
    gap: 10px;
    align-items: center;
    position: absolute;
    right : 20px; top: 20px;
    z-index : 10;
    font-size: 14px;
    font-weight: 600;
    color: #AEAAAB;
  }
  .swiper_txt span{
    width : 40px;
    height: 40px;
    background: url("../images/icons/ico_swiper_deco.svg") no-repeat center / cover;
  }
  .sec_story .story_swiper .swiper-slide .img_wrap img{
    border-radius: 20px;
    height: auto;
  }

  /* 비디오가 전체화면일 때 z-index 값 설정 */
  video:fullscreen {
    position: absolute; /* 또는 absolute */
    left: 50%; top: 50%;
    transform: trnaslate(-50%,-50%);
    z-index: 9999; /* 다른 요소들보다 위에 표시되도록 */
  }

  /* 또는 webkit을 사용하는 경우 */
  video:-webkit-full-screen {
    position: relative; /* 또는 absolute */
    z-index: 9999;
  }

  .sec_banner > img{
    object-position: 20%;
  }


  .sec_story .story_swiper .swiper-slide .img_wrap p{
    bottom: -38px;
    min-height:32px;
    font-size: 10px;
  }
}
