/* BASIC css start */
@charset "UTF-8";
/* Scroll Animation (sa, 스크롤 애니메이션) */
.sa {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.sa.show {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/* 아래에서 위로 페이드 인 */
.sa-up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

/* 위에서 아래로 페이드 인 */
.sa-down {
  -webkit-transform: translate(0, -100px);
          transform: translate(0, -100px);
}

/* 왼쪽에서 오른쪽으로 페이드 인 */
.sa-right {
  -webkit-transform: translate(-100px, 0);
          transform: translate(-100px, 0);
}

/* 오른쪽에서 왼쪽으로 페이드 인 */
.sa-left {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
}

/* 왼쪽으로 회전하면서 페이드 인 */
.sa-rotateL {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 오른쪽으로 회전하면서 페이드 인 */
.sa-rotateR {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* 작아진 상태에서 커지면서 페이드 인 */
.sa-scaleUp {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* 커진 상태에서 작아지면서 페이드 인 */
.sa-scaleDown {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.hover_scale_up {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover_scale_up > * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hover_turn {
  -webkit-perspective: 2000;
          perspective: 2000;
}

.hover_turn > div {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hover_turn > div > div {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.hover_turn > div::before {
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}

.hover_turn > div .hover_turn_hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hover_turn:hover > div {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hover_turn:hover > div .hover_turn_hover h2 {
  text-decoration: underline;
}

.toggle_bgc {
  -webkit-animation: toggle_bgc 2s infinite;
          animation: toggle_bgc 2s infinite;
}

.toggle_bgc_before::before {
  -webkit-animation: toggle_bgc 2s infinite;
          animation: toggle_bgc 2s infinite;
}

.toggle_bgc_after::after {
  -webkit-animation: toggle_bgc 2s infinite;
          animation: toggle_bgc 2s infinite;
}

.hover_toggle_bgc:hover {
  -webkit-animation: toggle_bgc 2s infinite;
          animation: toggle_bgc 2s infinite;
}

.hover_toggle_bgc_before:hover::before {
  -webkit-animation: toggle_bgc 2s infinite;
          animation: toggle_bgc 2s infinite;
}

.hover_toggle_bgc_after:hover::after {
  -webkit-animation: toggle_bgc 2s infinite;
          animation: toggle_bgc 2s infinite;
}

@-webkit-keyframes toggle_bgc {
  0% {
    background-color: rgba(255, 255, 255, 0.6);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@keyframes toggle_bgc {
  0% {
    background-color: rgba(255, 255, 255, 0.6);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media all and (min-width: 768px) {
  /* .sa {
    width: 240px;
    height: 240px;
  } */
}
/*# sourceMappingURL=ani.css.map */










@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');








.sw_price{
    color:#000 !important;
}
.sw_price .green{
    color: #0C6223 !important;
}
.sw_price .middle{
    text-decoration : line-through;
}
.sw_price .sliver{
    text-align:center;
    color:#ccc;
}






#footer{border-top:1px solid #ccc !important; }
/* 섹션 공통 */
.section{width: 100%; margin-bottom: 40px;box-sizing:border-box}
.section h2{font-family: "Noto Sans KR", sans-serif; font-size:34px; color:#000; font-weight:500; margin-bottom:15px; text-align:center; }
.section .sec_inner{width: 1600px; margin: 0 auto; }
.section :is(*){box-sizing:border-box}
/* sec1 */
#sec1{margin-bottom: 100px;}
#sec1 .swiper{}
#sec1 .swiper ul{}
#sec1 .swiper ul li{}
#sec1 .swiper ul li>a{display: block; width: 100%;}
#sec1 .swiper ul li>a>img{width: 100%; }
#sec1 .swiper ul li .txt_area{overflow: visible; position: absolute;  left: 50%; top: 50%; transform: translate(-50%,-50%);}
#sec1 .swiper ul li .txt_area p{opacity: 0;}
#sec1 .swiper ul li.swiper-slide-active .txt_area p{transform: translateY(25px); opacity: 1;}
#sec1 .swiper ul li.swiper-slide-active .txt_area a.viewmore{transform: translateY(35px); opacity: 1;}
#sec1 .swiper ul li .txt_area p.big{font-size: 45px;transition: all .5s;transition-delay: .55s;font-weight: 500;}
#sec1 .swiper ul li .txt_area a.viewmore{opacity: 0; transition-delay: .7s; font-size: 20px;}
#sec1 .swiper-pagination{bottom: 70px; z-index: 10;}
#sec1 .swiper-pagination-bullet{background-color: #fff;transition: all .2s;}
#sec1 .swiper-pagination-bullet-active{width: 25px; border-radius: 8px;}
#sec1 .swiper ul li .txt_area{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;}
#sec1 .swiper ul li .txt_area :is(*){color: #fff;font-family: "Noto Sans KR", sans-serif; transition: all .34s; }


.sw_box .swiper,
.rv_box .swiper{
            width: 100%;
            max-width : 1700px;
            height: 100%;
        }
.sw_box .swiper-slide,
.rv_box .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }
.rv_box .swiper-slide{
    flex-direction: column;
    height : 450px;
}
        .sw_box .swiper-slide img{
         display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
.rv_box .swiper-slide img {
            display: block;
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        .rv_box .swiper-slide p{
            font-size:14px;
            text-align:start;
            margin:0;
        }
        .star{
                text-align: start;
                margin-bottom:5px;
        }
        .rv_box .sw_inner{
           border:1px solid #e2e2e2;
           padding: 5px 10px 10px 10px;
       }
.big_gif img{
    display:block;
    margin:auto;
    padding:200px 0;
}
.gray{
  color:#898989;
  margin-top:5px !important;
}
.item_list .thumb>a>img{
    border-radius: 15px;
}
/* sec2 */
#sec2{}
#sec2{width: 100%;}
.sec2_cont{ padding: 0 !important;}
#sec2 h2{width: 90%;}
#sec2 .swiper{ width: 90%; margin: 0 auto; padding-bottom: 40px;}
#sec2 .swiper ul li{width:26%}
#sec2 .swiper .swiper-pagination-progressbar{bottom: 0; top: unset; height: 2px; background-color: rgba(0,0,0,.09);width:800px; left:50%; transform:translateX(-50%);}
#sec2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background-color: #666666;}
.item_list .thumb{
    position:relative;
    min-height: 413.25px;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
}
.item_list .thumb .gifzone{
    position: absolute;
    right: 1%;
    bottom: 1%;
    width:100px;
    height:100px;
    background-color:#000;
    border-radius:100%;
}
.item_list:nth-child(1) .thumb .gifzone{
    background-image: url('/design/sussemstore/2.gif');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}
.item_list:nth-child(2) .thumb .gifzone{
    background-image: url('/design/sussemstore/4.gif');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}
.item_list:nth-child(3) .thumb .gifzone{
    background-image: url('/design/sussemstore/3.gif');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}
.item_list:nth-child(4) .thumb .gifzone{
    background-image: url('/design/sussemstore/5.gif');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}
.item_list:nth-child(5) .thumb .gifzone{
    background-image: url('/design/sussemstore/1.gif');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}



#sec4{
    margin: 0;
    position: relative;
    width: 100%;
    max-height: 1350px;
    overflow: hidden;
  }
#sec4 img{
    width: 100%;
}
#sec4 p{
    position:absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}



#sec3{}
#sec3 .sec3_cont{display: flex;height: auto;}
#sec3 .sec3_cont>div{flex-grow: 1; height: inherit;width: 50%;}
#sec3 .sec3_cont .sec3_left{}
#sec3 .sec3_cont .sec3_right{}
#sec3 .sec3_cont>div .sec3_inner{width: 100%; height: inherit; position: relative;}
#sec3 .sec3_cont>div .sec3_inner img{width: 100%; display: block; transition: all .1s; object-fit:cover;}
#sec3 .sec3_cont>div .sec3_inner .txt_area{display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
#sec3 .sec3_cont>div .sec3_inner .txt_area :is(*){color: #fff;font-family: "Noto Sans KR", sans-serif; transition: all .2s;}
#sec3 .sec3_cont>div .sec3_inner .txt_area p.big{font-size: 45px; font-weight: 500;}



  #sec5{
     width: 100%;
     margin: 0;
  }
.sec5_cont{ 
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    height: 400px;
}

.sec5_left{
    width: 100%;
    height: 100%;
    background-color: #eae9ff;
}
.sec5_right{
    width: 100%;
    height: 100%;
    background-color: #fde7e7;
}
  

 



.w-btn-neon2 {
  position: relative;
  color: darkslategray;
  cursor: pointer;
  font-weight: 700;
  /* transition: all 0.0s; */
}

.w-btn-neon2:hover {

  transform: scale(1.1);
  color: #fff !important;
  border-color: transparent !important;
  background:#000
}

@keyframes ring {
  0% {
      width: 30px;
      height: 30px;
      opacity: 1;
  }
  100% {
      width: 300px;
      height: 300px;
      opacity: 0;
  }
}

.w-btn-neon2:hover::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 6px solid #FFDFDE;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}
.custom-btn {
    width: 220px;
    height: 50px;
    color: #fff;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  /* 12 */
.btn-12{
    position: relative;
    border:none;
    box-shadow: none;
    width: 220px;
    line-height: 50px;
    -webkit-perspective: 230px;
    perspective: 230px;
    font-size: 16px;
    
  }
  .btn-12 span {
    border: 1px solid #fff;
    background: transparent;
  background: transparent;
    display: block;
    position: absolute;
    width: 220px;
    margin:0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .btn-12 span:nth-child(1) {
    opacity: 0;
    box-shadow:
     -7px -7px 20px 0px #fff9,
     -4px -4px 5px 0px #fff9,
     7px 7px 20px 0px #0002,
     4px 4px 5px 0px #0001;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
  }
  .btn-12 span:nth-child(2) {
    
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px; z-index: 10;
  }
  .btn-12:hover span:nth-child(1) {
    opacity: 1;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  .btn-12:hover span:nth-child(2) {
    opacity: 0;
    box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
   color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
  
  
  
  
  
  
  #sec5{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.con01{
    background-color: #0c6223;
    color: #fff;
}
.con02{
    background-color: #A9BFAC;
}
.con01, .con02{
    width: 50%;
    padding: 1% 3%;
    
    
}
.con_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.con_tit{
    font-size: 30px;
    font-weight: bold;
}
.con_top a{
    font-size: 20px;
}

.con01 .con_top a{
    font-size: 20px;
    color: #fff;
}

.con_text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px; 
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 1px solid #ffffff42;
}

.con_text >div a{
    font-size: 16px;
}

.con01 .con_text >div a{
    font-size: 16px;
    color: #fff;
}

#sec7{
    padding-top : 100px;
}

.sw_inner p{
    margin-top: 10px;
    font-size:20px;
    text-align:center;
}

.sw_inner .small{
    display:block;
    font-size:16px;
    color:#c8c8c8;
    
    }
.sw_price{
    margin-top: 10px;
    font-size:22px;
    font-weight:700;
    color:#0C6223;
    text-align:center;
}


#sec10{
    padding:50px 0;
}


video{
        width: 100%;
    }
    .v_box{
        width: 100%;
        max-width: 1150px;
        margin: auto;
        padding:100px 0;
    }
    .v_box .flex_box{
        display: flex;
        justify-content:center;
        align-items: center;
        gap: 30px;
    }
    .v_box video{
         width: 40%;
    }
       .v_box .text{
       margin:20px 0;
       text-align:center;
    }   
    
    .rv_box video{
        width: 100%;
        height: 300px;
        display: block;
        object-fit: cover;
    }
    
 
    }
       .v_box .text{
       text-align:center;
       padding:20px 0;;
       font-weight:600;
    }   
    .v_box .text .fs-52{
           font-size:52px;
       }
      .v_box .text p{
       line-height:1.6;
           font-size:32px
      }
.v_box .text p .green{
font-weight:600;
    color:#00462E;
}


.text_ani{
    max-width:1700px;
    margin:auto;
    text-align:start !important;
}
.text_ani.active span {
    font-family: "Noto Sans KR", sans-serif;
    position: relative;
    top: 0;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    animation: bounce 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards alternate;
}

.text_ani.active span:nth-child(2) {
    animation-delay: 0.1s;
}
.text_ani.active span:nth-child(3) {
    animation-delay: 0.2s;
}
.text_ani.active span:nth-child(4) {
    animation-delay: 0.3s;
}
.text_ani.active span:nth-child(5) {
    animation-delay: 0.4s;
}
.text_ani.active span:nth-child(6) {
    animation-delay: 0.5s;
}
.text_ani.active span:nth-child(7) {
    animation-delay: 0.6s;
}
.text_ani.active span:nth-child(8) {
    animation-delay: 0.7s;
}
.text_ani.active span:nth-child(9) {
    animation-delay: 0.8s;
}
.text_ani.active span:nth-child(10) {
    animation-delay: 0.9s;
}
.text_ani.active span:nth-child(11) {
    animation-delay: 1s;
}
.text_ani.active span:nth-child(12) {
    animation-delay: 1.1s;
}
.text_ani.active span:nth-child(13) {
    animation-delay: 1.2s;
}
.text_ani.active span:nth-child(14) {
    animation-delay: 1.3s;
}
.text_ani.active span:nth-child(15) {
    animation-delay: 1.4s;
}
.text_ani.active span:nth-child(16) {
    animation-delay: 1.5s;
}
.text_ani.active span:nth-child(17) {
    animation-delay: 1.6s;
}
.text_ani.active span:nth-child(18) {
    animation-delay: 1.7s;
}
.text_ani.active span:nth-child(19) {
    animation-delay: 1.8s;
}
.text_ani.active span:nth-child(20) {
    animation-delay: 1.9s;
}
.text_ani.active span:nth-child(21) {
    animation-delay: 2s;
}
.text_ani.active span:nth-child(22) {
    animation-delay: 2.1s;
}
.text_ani.active span:nth-child(23) {
    animation-delay: 2.2s;
}
.text_ani.active span:nth-child(24) {
    animation-delay: 2.3s;
}
.text_ani.active span:nth-child(25) {
    animation-delay: 2.4s;
}
.text_ani.active span:nth-child(26) {
    animation-delay: 2.5s;
}
@keyframes bounce {
    0% {
        top: 0;
       
    }
    50% {
        top: -15px;
       
    }
    100% {
        top: 0;
        
    }
}


#sec2 h2{
    text-align : start;
}
#sec2 .fs-28{
    font-size:28px !important;
    font-weight:400 !important;
}
.fs-28{
    font-size:28px !important;
    font-weight:400 !important;
}

#sec4 h2,
#sec7 h2,
#sec10 h2{
    padding-top:20px;
}
#sec4 span,
#sec7 span,
#sec10 span{
    font-weight:400;
}
#sec2 .green,
#sec4 .green,
#sec7 .green,
#sec10 .green{
    color:#0C6223;
   font-weight:600;
}
/* BASIC css end */

