/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Mozilla+Headline:wght@200..700&family=Noto+Sans+TC:wght@100..900&display=swap');

body{
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.75px;
  color: #333;
  box-sizing: border-box;
  background-image: url("https://img.shanger.net/chillinhk/background_pattern.jpg");
  background-repeat: repeat;
}

header {
    width: 100%;
    /* height: 8vh; */
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #877A5C;
    padding: 20px 0px 10px 0;
    z-index: 2;
}

.nav-logo-01 {
  width: 11%;
}
.nav-logo-01 > img {
    width: 100%;
    height: auto;
    margin-top: -10px;
}
.nav-logo-02 {
  width: 12%;
}
.nav-logo-02 > img {
  width: 100%;
  height: auto;
}

header > nav {
  width: fit-content;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #877A5C;
}

header > nav > ul, header > nav > ul > li {
  width: fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #FFF;
}

header > nav > ul, header > nav > ul > li:last-child {
  border-right: none;
}

header > nav > ul > li > a {
    width: fit-content;
    height: fit-content;
    line-height: 1.3vw;
    font-size: 1.3vw;
    color: #FFF;
    text-decoration: none;
    padding: 0 15px;
    margin-top: -2px;
    transition: .4s;
}

header > nav > ul > li > a:hover {
    color: #B6A47C;
}

main {
    padding: 0 0 120px 0;
    box-sizing: border-box;
}

.aspectimg {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.aspectimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-p-t-100px {
  width: 100%;
  position: relative;
  padding: 100px 0 0 0;
  box-sizing: border-box;
}

.img-h1 {
  width: 45%;
  margin: 0 auto;
}

.img-h1 img {
  width: 100%;
}

.img-h1-2 {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
}

.img-h1 img {
    width: 100%;
}

/* 圖卡樣式01 */
.section-card-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 2.25vw;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 35px;
    align-items: center;
    flex-direction: column;
}

.section-card-title {
    width: 50%;
    position: absolute;
    margin-top: -2.55vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
}

.section-card-title h3 {
  width: fit-content;
  position: absolute;
  font-size: 1.7vw;
  text-align: center;
  margin-top: -0.2vw;
}

.section-card-title img {
  width: 100%;
}

.section-card-content {
    width: 100%;
    height: 100%;
    padding: 3vw 5% 8vw 5%;
    margin-bottom: -2.25vw;
    display: flex;
    align-items: center;
    gap: 1.3vw;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #e6e7e8;
    flex-direction: column;
}

.section-card-img {
    width: 100%;
    display: block;
    /* margin: 1.8vw auto; */
}
.section-card-content h4 {
    width: 100%;
    font-size: 1.8vw;
    color: #005d63;
    font-weight: 500;
    text-align: center;
}
.section-card-content h5 {
    width: 100%;
    font-size: 1.6vw;
    color: #005d63;
    font-weight: 500;
    text-align: center;
}
.section-card-content strong {
    font-size: 1.1vw;
    font-weight: 400;
    margin-left: -20px;
}

.section-card-content ul {
    width: 100%;
    list-style: disc;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 1vw;
    line-height: 1.75vw;
    color: #645d5b;
}

.section-card-content ul li {
  padding: 0.08vw 0;
}

.section-card-content ul li > span {
    display: block;
}

.section-card-content a {
    width: 40%;
    display: flex;
    padding: 0.8vw 0 1vw 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 3vw;
    font-size: 1.75vw;
    color: #FFF;
    text-decoration: none;
    background-color: #005d63;
    border-radius: 5px;
    border: solid 2px #005d63;
    box-sizing: border-box;
    transition: .4s;
    justify-content: center;
    box-shadow: 0 0 15px 5px rgb(255 255 255 / 0%);
    filter: drop-shadow(5px 5px 10px #005d63;);
}

.section-card-content a:hover {
  transform: scale(0.95);
  font-size: 1.75vw;
  color: #005d63;
  background-color: #dad2bc;
  border: solid 2px #ffffff;
  box-shadow: 0 0 15px 5px rgb(255, 255, 255);
  filter: drop-shadow(10px 10px 20px #FFF;);
}

.card-price-01 {
    width: 100%;
    position: absolute;
    bottom: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    font-size: 1.5vw;
    color: #877a5c;
}

.card-price-01 strong {
    font-size: 1.8vw;
    color: #877a5c;
    display: inline-block;
    margin: 1px;
}

#section-02-content .section-card-content a {
    width: 40%;
    display: flex;
    padding: 0.8vw 0 1vw 0;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    font-size: 1.75vw;
    color: #FFF;
    text-decoration: none;
    background-color: #005d63;
    border-radius: 5px;
    border: solid 2px #005d63;
    box-sizing: border-box;
    transition: .4s;
    justify-content: center;
    box-shadow: 0 0 15px 5px rgb(255 255 255 / 0%);
    filter: drop-shadow(5px 5px 10px #005d63;);
}

#section-02-content .section-card-content a:hover {
  transform: scale(0.95);
  font-size: 1.75vw;
  color: #005d63;
  background-color: #dad2bc;
  border: solid 2px #ffffff;
  box-shadow: 0 0 15px 5px rgb(255, 255, 255);
  filter: drop-shadow(10px 10px 20px #FFF;);
}
/* 圖卡樣式02 */
.section-card-container-02 {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 2.25vw;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 35px;
    align-items: center;
    flex-direction: column;
}

.section-card-content-02 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 6% 6% 10% 6%;
    display: flex;
    gap: 1.3vw;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #004449;
    color: #FFF;
    flex-direction: column;
}
.section-card-content-02 h4 {
    font-size: 1.6vw;
    font-weight: 600;
    line-height: 1.6vw;
    margin-bottom: -0.5vw;
}
.section-card-content-02 p {
    font-size: 1vw;
    line-height: 1.75vw;
}

.green-bottom-line {
    clear: both;
    width: 100%;
    height: 1px;
}

.section-card-02-title-img {
  width: 100%;
  position: relative;
}
/* .section-card-02-title-container {
    width: fit-content;
    height: auto;
    position: absolute;
    left: 0;
    top: 1vw;
    display: flex;
    align-items: center;
} */
.section-card-02-title-container {
    width: fit-content;
    height: max-content;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}
/* .section-card-02-title-container h3 {
    width: fit-content;
    height: 3vw;
    padding: 0 1vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 1.5vw;
    line-height: 1.5vw;
    color: #FFF;
    background-color: #877a5c;
} */

.section-card-02-title-container h3 {
    width: fit-content;
    height: 42px;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    /* margin-bottom: 1vw; */
    display: flex;
    font-size: 18px;
    line-height: 30px;
    color: #FFF;
    background-color: #877a5c;
    align-items: center;
}

/* .section-card-02-title-container img {
  height: 3vw;
} */
.section-card-02-title-container img {
    height: 42px;
}

/* 圖卡樣式 03 */
.section-card-container-03 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 35px;
    align-items: center;
    flex-direction: column;
}

.section-card-content-03 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 3%;
    display: flex;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #004449;
    color: #FFF;
}
.section-card-content-03-left {
    width: 30%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    background-color: #FFF;
}

.section-card-content-03-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-card-content-03-right {
    width: 70%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2vw 0;
    box-sizing: content-box;
}

.section-card-content-03-right-content-01 {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
    padding: 0 4vw;
    box-sizing: border-box;
}
.section-card-content-03-right-content-01 h3 {
    width: 100%;
    height: auto;
    font-size: 2.25vw;
    line-height: 3vw;
}
.section-card-content-03-right-content-01 p {
    width: 100%;
    font-size: 1vw;
    line-height: 1.85vw;
}

.section-card-content-03-right-content-01 p i {
    font-style:italic;
}

.section-card-content-03-right-content-01-title-line {
    clear: both;
    width: 75%;
}
.section-card-content-03-right-content-02 {
    width: 100%;
    height: fit-content;
    display: flex;
    padding: 0 4vw;
    box-sizing: border-box;
}
.section04-slider-wrap-02-imgslide {
    width: 100%;
    position: relative;
}
.section-04-imgslide-content {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #ffffff76;
    overflow: hidden;
}

.section-04-imgslide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 圖卡樣式 04 */
.section-card-container-04 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 35px;
    align-items: center;
    flex-direction: column;
}

.section-card-content-04 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 3%;
    display: flex;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #004449;
    color: #FFF;
}
.section-card-content-04-left {
    width: 40%;
    height: auto;
    position: relative;
}
.section-card-content-04-right {
    width: 60%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-sizing: content-box;
}
.section-card-content-04-right-content {
    padding: 0 2vw;
    box-sizing: border-box;
}

.section-card-content-04-right-content .section-card-content-03-right-content-01-title-line {
    margin: 1.6vw 0;
}

.section-card-content-04-left-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #ffffff71;
}
.section-card-content-04-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-card-content-04-right-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 0 4vw;
    box-sizing: border-box;
}

.section-card-content-04-right-content h3  {
    width: 100%;
    height: auto;
    font-size: 1.8vw;
    line-height: 3vw;
}

.section-card-content-04-right-content p {
    width: 100%;
    font-size: 1vw;
    line-height: 1.85vw;
}

.section-card-content-04-right-content p span {
    display: block;
    margin-top: 1.5vw;
}

/* swiper .swiper-pagination */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: relative;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 0.8vw));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 0.8vw));
    display: inline-block;
    border-radius: 50%;
    border: solid 2px #b6a47c!important;
    background: var(--swiper-pagination-bullet-inactive-color, #00000000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #b6a47c!important;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0.5vw);
}


/* head樣式 */

#head-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.head-slide-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.head-slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.head-slide-img-pc {
  
}

.head-slide-img-mb {
  display: none;
}

#section-01-content {
    width: 80%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 80px 0;
    box-sizing: border-box;
}

#section-01-content .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 6vw 30px;
}

#section-01-content .swiper-slide{
    height:auto;
}

.section-01-title {
    width: 100%;
    display: flex;
    margin: 0 auto 30px;
    justify-content: center;
}
.section-01-title img {
    width: 30%;
    max-width: 500px;
}

.section-01-subtitle {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #FFF;
  
}
.section-01-subtitle > h2 {
    display: block;
    margin: 0.8vw 0 1vw 0;
    font-size: 2vw;
}
.section-01-subtitle img {
  width: 60%;
  max-width: 820px;
}

.section-01-subtitle span {
  font-size: 3.25vw;
}

.section-01-slide-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.section-01-swiper-arrow-container {
    display: none;
}
#section-02-content {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 5vw 0;
    box-sizing: border-box;
}
#section-02-content .swiper-wrapper{
    display:flex;
    flex-wrap:nowrap;
}

#section-02-content .swiper-slide{
    height:auto;
}

#section-02-content .section-card-container {
    /* height: calc(100% + 66px); */
}

#section-02-content .section-card-content {
    width: 100%;
    height: 100%;
    padding: 3vw 5% 12vw 5%;
    /* margin-bottom: -2.25vw; */
    display: flex;
    align-items: center;
    gap: 1.3vw;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #E6E7E8;
    flex-direction: column;
}

.section-02-subtitle {
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #FFF;
  
}
.section-02-subtitle > h2 {
    display: block;
    margin: 0.8vw 0 1vw 0;
    font-size: 2vw;
}
.section-02-subtitle img {
  width: 30%;
  max-width: 820px;
}

.section-02-subtitle span {
  font-size: 3.25vw;
}

.section02-slider-wrap {
    width: 80%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.section02-prev::after,
.section02-next::after{
    display:none;
}

.section-02-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: flex;
}
/* 上一個箭頭 */

.section02-prev{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    left:-6%!important;
    background-image:url("https://img.shanger.net/chillinhk/pre_arrow.svg");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

/* 下一個箭頭 */

.section02-next{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    right:-6%!important;
    background-image:url("https://img.shanger.net/chillinhk/next_arrow.svg");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

.feature-mov-container {
    position: relative;
    width: 100%;
    /* height: 100vh;  根據需求可調整 */
    aspect-ratio: 16 / 8;
    overflow: hidden;
    background-color: #53a595;
    margin-top: 1.25vw;
}

.feature-mov {
    position: relative;
    width: 100%;
    /* height: 100vh; 根據需求可調整 */
    aspect-ratio: 16 / 9;
    overflow: hidden;
    z-index: 1;
}

/*控制聲音按鈕*/
.feature-mov-sound {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 20;
}

.feature-mov-sound button {
  background: rgba(255,255,255,0.2);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  backdrop-filter: blur(4px);
  transition: all 0.3s;
}

.feature-mov-sound button:hover {
  background: rgba(255,255,255,0.4);
}

#section-04-content .swiper-slide{
    height:auto;
}

.section04-slider-wrap {
    width: 80%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}
.section-04-slide-content {
    height: 100%!important;
    display: flex;
    flex-direction: column;
}

.section-04-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -3vw;
    z-index: 1;
    display: flex;
}
/* 上一個箭頭 */

.section04-prev{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    left:-6%!important;
    background-image:none;
}

/* 下一個箭頭 */

.section04-next{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    right:-6%!important;
    background-image:none;
}

.section04-pagination {
    clear: both;
    margin: 2.5vw 0 0 0;
}

.section04-slider-wrap-02 {
    width: 80%;
    max-width: 1280px;
    position: relative;
    margin: 4vw auto 0;
}

.section-04-02-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -3vw;
    z-index: 1;
    /* display: flex; */
    display: none;
}
/* 上一個箭頭 */

.section0402-prev{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    left:-6%!important;
    background-image:none;
}

/* 下一個箭頭 */

.section0402-next{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    right:-6%!important;
    background-image:none;
}

.section-04-03-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -0.5vw;
    z-index: 1;
    display: flex;
}
/* 上一個箭頭 */

.section0403-prev{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    left:-6%!important;
    background-image:none;
}

/* 下一個箭頭 */

.section0403-next{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    right:-6%!important;
    background-image:none;
}

#section-05-content .swiper-slide{
    height:auto;
}

.section05-title-container {
    width: 45%;
    margin: 0 auto 2vw;
    border: solid 1px #b6a47c;
    border-radius: 100px;
    padding: 0.5vw;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.section05-title-content {
    width: 100%;
    position: relative;
    background-color: #b6a47c;
    border-radius: 100px;
    padding: 1.5vw 0 1vw 0;
    box-sizing: border-box;
    text-shadow: 2px 3px 10px #494343;
}

.section05-title-content h2 {
    font-size: 2.25vw;
    color: #FFF;
    font-weight: 500;
}

.section05-title-content strong {
    display: block;
    font-size: 1vw;
    color: #FFF;
    margin: 1vw 0 0 0;
}

.section05-slider-wrap {
    width: 80%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.section-05-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2.25vw;
    z-index: 1;
    display: flex;
}
/* 上一個箭頭 */

.section05-prev{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    left:-6%!important;
    background-image:none;
}

/* 下一個箭頭 */

.section05-next{
  position: absolute;
    width:5%!important;
    /* height:80px!important; */
    right:-6%!important;
    background-image:none;
}

.section05-pagination {
    clear: both;
    margin: 2.5vw 0 0 0;
}

.section-06-container {
    width: 80%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    border-radius: 35px;
    background-color: #FFF;
}

.section-06-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    padding: 3vw 4vw;
    box-sizing: border-box;
}

.section-06-logo-img {
    width: 42%;
}

.section-06-content h2 {
    width: 100%;
    margin-top: 1vw;
    font-size: 2.25vw;
    line-height: 2.25vw;;
    text-align: center;
}

.section-06-content p {
    font-size: 1.3vw;
    line-height: 2vw;
    text-align: center;
}

.section-06-content p > span {
    color: #c2262e;
}

.section-06-content ul {
    font-size: 1vw;
    color: #747474;
    line-height: 1.75vw;
    list-style: disc;
    box-sizing: border-box;
}
.section-06-content ul li {
    margin-left: 20px;
}

.s06-style-01 {
    font-size: 1.5vw!important;
    text-align: center;
    color: #000;
    margin-top: 1vw;
}

.s06-style-01 ul {
    display: flex;
    font-size: 1.5vw!important;
    line-height: 1.9vw;
    list-style: disc;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    color: #000;
    padding: 0.5vw 0;
    box-sizing: border-box;
}

.s06-style-01 ul li {
    padding: 0.5vw 0;
    box-sizing: border-box;
}

.s06-style-01 ul li span {
    color: #c2262e;
}

.s06-style-01 ul li strong {
    color: #000000!important;
}

.s06-style-01 ul li:last-child {
    list-style: none;
}

.section-notice {
    font-size: 1.3vw;
    color: #c2262e;
}

.backtop-container {
    position: fixed;
    width: 65px;
    /* left: 48.5%; */
    right: 39px;
    bottom: 0;
    margin: 0;
    transition: .4s;
    z-index: 2;
    display: none;
}

.backtop-container:hover {
    transform: scale(.9);
}

.backtop-container img {
    width: 100%;
}

.clear-fix {
    clear: both;
    width: 100%;
    display: block;
    opacity: 0;
}

.btn_buy {
    display: block;
    width: 110px;
    position: fixed;
    right: 20px;
    bottom: 69px;
    z-index: 8;
    transform-origin: center;
    animation: buy_ani 1s ease-in-out infinite;
    transition: .4s;
}

.btn_buy:hover {
    transform: scale(.9);
}

.btn_buy img {
    width: 100%;
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}

.close-mb-menu {
    display: none;
}

.section-card-content-02-more-link {
    position: absolute;
    right: 6%;
    bottom: 4%;
    color: #FFF;
    text-decoration: none;
    font-size: 1vw;
	transition: .4s
}

.section-card-content-02-more-link:hover {
    color: #d4c6a5;
}

/* 針對 Fancybox 內的 HTML5 video 強制滿版 */
.fancybox__content.has-html5video video,
.fancybox__content .f-html video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;        /* 填滿容器，裁切多餘部分（推薦） */
    /* object-fit: contain;   */ /* 如果不想裁切，改用 contain 會留黑邊但完整顯示 */
}

.fancybox__content {
    background: #000;         /* 確保背景是黑色，不會有奇怪顏色 */
}
.fancybox__thumbs {
    display: none !important;
}

.f-counter {
    display: none!important;
}

.f-counter span {
    padding: 0 var(--f-counter-gap, 4px);
    display: none!important;
}



/* ------------------使用者視窗最小寬度 <= 1024px----------------------- */
@media (min-width:1024px){

.section01-prev,
.section01-next,
.section01-pagination{
    /* display:none; */
}

}

/* ------------------使用者視窗最大寬度 <= 1024px----------------------- */


@media (max-width:1023px){

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 2vw));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 2vw));
    display: inline-block;
    border-radius: 50%;
    border: solid 2px #b6a47c!important;
    background: var(--swiper-pagination-bullet-inactive-color, #00000000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1.6vw);
}

.card-price-01 {
    width: 100%;
    position: absolute;
    bottom: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    font-size: 2.5vw;
    color: #877a5c;
}

.section-card-title {
    width: 50%;
    position: absolute;
    margin-top: -5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
}
.section-card-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 3.6vw;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 35px;
    align-items: center;
    flex-direction: column;
}

.section-card-content {
    width: 100%;
    height: 100%;
    padding: 6vw 5% 8vw 5%;
    margin-bottom: -2.25vw;
    display: flex;
    align-items: center;
    gap: 1.3vw;
    box-sizing: border-box;
    border-radius: 30px;
    background-color: #E6E7E8;
    flex-direction: column;
}

.section-card-title h3 {
    width: fit-content;
    position: absolute;
    font-size: 2.5vw;
    text-align: center;
    margin-top: -0.2vw;
}

.section-card-content h4,
.section-card-content h5 {
    width: 100%;
    font-size: 2.5vw;
    color: #005d63;
    font-weight: 500;
    text-align: center;
}
.section-card-content ul {
    width: 100%;
    list-style: disc;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 1.5vw;
    color: #645d5b;
}
.section-card-content strong {
    font-size: 1.5vw;
    font-weight: 400;
    margin-left: -20px;
}

.section-card-content a {
    width: 40%;
    display: flex;
    padding: 1vw 0 1.2vw 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 3vw;
    font-size: 1.8vw;
    color: #FFF;
    text-decoration: none;
    background-color: #005d63;
    border-radius: 5px;
    transition: .4s;
    justify-content: center;
}

#section-01-content{
  width: 100%;
  margin: 0 auto;
}

#section-01-content .swiper-wrapper{
  display:flex;
  gap: 0;
  margin: 0;
}

    /* 左右露出的卡片 */
    #section-01-content .swiper-slide {
        height: auto;
        opacity: 1;
        transform: scale(.9);
        transition: transform .35s ease, opacity .35s ease;
    }

    /* 中間主卡 */
    #section-01-content .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
    }

.section-01-swiper-arrow-container {
    display: block;
    width: 100%;
    position: absolute;
    top: calc(50% + 80px);
    margin-top: 0;
    z-index: 1;
    opacity: 0.9;
    /* display: none; */
}

.section02-slider-wrap {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}  

    /* 左右露出的卡片 */
    #section-02-content .swiper-slide {
        height: auto;
        opacity: 1;
        transform: scale(.9);
        transition: transform .35s ease, opacity .35s ease;
    }

    /* 中間主卡 */
    #section-02-content .swiper-slide-active {
        opacity: 1;
        transform: scale(1);
    }
.section-02-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: calc(50% - 48px);
    z-index: 1;
    display: flex;
    opacity: .9;
}
.section02-prev {
    position: absolute;
    width: 40px!important;
    /* height: 80px!important; */
    left: 6%!important;
    background-image: url("https://img.shanger.net/chillinhk/pre_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section02-next {
    position: absolute;
    width: 40px!important;
    /* height: 80px!important; */
    right: 6%!important;
    background-image: url("https://img.shanger.net/chillinhk/next_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section02-pagination {
    margin-top: 3vw;
}

.section01-prev {
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    left: 5.5%!important;
    background-image: none!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section01-next {
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    right: 5.5%!important;
    background-image: none!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



#section-02-content{
  width: 100%;
  margin: 0 auto;
}
#section-02-content .swiper-wrapper{
  display:flex;
  gap: 0;
  margin: 0;
}
#section-02-content .section-card-content {
    width: 100%;
    height: 100%;
    padding: 5vw 5% 12vw 5%;
    /* margin-bottom: -2.25vw; */
    display: flex;
    align-items: center;
    gap: 1.3vw;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #E6E7E8;
    flex-direction: column;
}

#section-02-content .section-card-content a {
    width: 40%;
    display: flex;
    padding: 1vw 0 1.2vw 0;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    font-size: 2.25vw;
    color: #FFF;
    text-decoration: none;
    background-color: #005d63;
    border-radius: 5px;
    transition: .4s;
    justify-content: center;
}

#section-02-content .section-card-content a:hover {
    font-size: 2.25vw;
}

.section04-pagination {
    clear: both;
    margin: 4.5vw 0 0 0;
}

.section05-pagination {
    clear: both;
    margin: 4.5vw 0 0 0;
}

.card-price-01 strong {
    font-size: 3vw;
    color: #877a5c;
    display: inline-block;
    margin: 1px;
}
.img-h1 {
    width: 95%;
    margin: 0 auto;
}



}


/* ------------------使用者視窗最小寬度 <= 1000px----------------------- */
@media (max-width:1000px){

header {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 20px;
    background-color: #877A5C;
    padding: 0;
    z-index: 2;
}

header > nav {
    width: 100%;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 20px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    background-color: #877A5C;
    justify-content: flex-start;
}

.nav-logo-01 {
    width: 13%;
    margin-bottom: -2%;
}

.nav-logo-02 {
    width: 13%;
    margin-bottom: -1.3%;
}

.mb-menu {
    width: 36px;
    display: block;
    position: absolute;
    right: 20px;
}

.mb-menu img {
    display: block;
    width: 100%;
}

.website-menu {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    background-color: #877a5c;
    flex-direction: column;
}


.website-menu li {
    width: 80%;
    height: fit-content;
    border-bottom: solid 1px #FFF;
    border-right: none;
}

.website-menu li:last-child {
    border-bottom: none;
    border-right: none;
}
.website-menu li a {
    width: 100%;
    height: fit-content;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #FFF;
    padding: 6% 0;
    box-sizing: border-box;
}

.close-mb-menu {
    width: 36px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}
.close-mb-menu img {
    width: 100%;
    display: block;
    margin: 5% 5% 0 0;
}

}

/* ------------------如果使用者視窗寬度 <= 768px----------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {

main {
    padding: 0 0 100px 0;
    box-sizing: border-box;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 2vw));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 2vw));
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #b6a47c!important;
    background: var(--swiper-pagination-bullet-inactive-color, #00000000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1.6vw);
}

.head-slide-img-pc {
  display: none;
}

.head-slide-img-mb {
  display: block;
}

.section-card-container {
    width: 100%;
    height: calc(100% + 36px);
    position: relative;
    margin-top: 4.25vw;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
}


.section-card-title {
    width: 60%;
    position: absolute;
    margin-top: -7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
}

.section-card-title h3 {
    width: fit-content;
    position: absolute;
    font-size: 4.5vw;
    text-align: center;
    margin-top: -0.2vw;
}

.section-card-content {
    width: 100%;
    height: 100%;
    padding: 5vw 5% 8vw 5%;
    margin-bottom: -2.25vw;
    display: flex;
    align-items: center;
    gap: 2.3vw;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #E6E7E8;
    flex-direction: column;
}

.section-card-content h4 {
    width: 100%;
    font-size: 4.5vw;
    color: #005d63;
    font-weight: 500;
    text-align: center;
}

.section-card-content h5 {
    width: 100%;
    font-size: 4.2vw;
    color: #005d63;
    font-weight: 500;
    text-align: center;
}

.section-card-content ul {
    width: 100%;
    list-style: disc;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 3.5vw;
    color: #645d5b;
}

.section-card-content ul li {
    padding: 0px 0;
    line-height: 5.5vw;
}

.section-card-content strong {
    display: block;
    font-size: 3.5vw;
    font-weight: 400;
    margin-left: -20px;
    margin-bottom: 8px;
}

.section-card-content a {
    width: 35%;
    display: flex;
    padding: 6px 0 8px 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 6vw;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    background-color: #005d63;
    border-radius: 5px;
    transition: .4s;
    justify-content: center;
}

.section-card-content a:hover {
    font-size: 15px;
}

.section-card-02-title-container {
    width: fit-content;
    height: 30px;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.section-card-02-title-container h3 {
    width: fit-content;
    height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 40px;
    color: #FFF;
    background-color: #877a5c;
}

.section-card-02-title-container img {
    height: 43px!important;
}

.section-card-content-02 h4 {
    font-size: 4vw;
    font-weight: 600;
    line-height: 7.5vw;
    margin-bottom: -0.5vw;
}

.section-card-content-02 p {
    font-size: 3.5vw;
    line-height: 5.75vw;
}

.card-price-01 {
    width: 100%;
    position: absolute;
    bottom: 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    font-size: 4.5vw;
    color: #877a5c;
}

.card-price-01 strong {
    font-size: 6.5vw;
    display: inline-block;
    margin: 1px 0 0 0;
}

.card-price-01 span {
    display: block;
    text-align: center;
    margin-bottom: -1vw;
}

#section-01-content {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 70px 0;
    box-sizing: border-box;
}

.section-01-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: calc(50% + 34px);
    margin-top: 0;
    z-index: 1;
    opacity: 0.9;
    /* display: none; */
}

.section01-prev {
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    left: 3%!important;
    background-image: none!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section01-next {
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    right: 3%!important;
    background-image: none!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#section-02-content .section-01-slide-content {
    width: 100%;
    height: 100%;
    padding: 0 0 10px 0;
    position: relative;
}
#section-02-content .section-card-content a {
    font-size: 3.25vw;
}

.section-02-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: calc(50% - 48px);
    z-index: 1;
    display: flex;
    opacity: .9;
}

.section02-prev {
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    left: 3%!important;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section02-next {
    position: absolute;
    width: 40px!important;
    height: 40px!important;
    right: 3%!important;
    background-image: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.section-01-title {
    width: 100%;
    display: flex;
    margin: 0 auto 8px;
    justify-content: center;
}

.section-01-subtitle {
    width: 100%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #FFF;
}

.section-01-title img {
    width: 50%;
    max-width: 500px;
}

.section-01-subtitle img {
    width: 85%;
    max-width: 820px;
}

.section-01-subtitle > h2 {
    width: 100%;
    display: flex;
    margin: 0.8vw 0 1vw 0;
    font-size: 4vw;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-01-subtitle span {
    font-size: 6vw;
    font-weight: 600;
}

#section-02-content {
    width: 100%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 63px 0;
    box-sizing: border-box;
}
#section-02-content .section-card-content {
    width: 100%;
    height: 100%;
    padding: 5vw 5% 18vw 5%;
    /* margin-bottom: -2.25vw; */
    display: flex;
    align-items: center;
    gap: 1.3vw;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #E6E7E8;
    flex-direction: column;
}
.section-card-container-02 {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 2.25vw;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
}
.section-card-container-03 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 15px;
    align-items: center;
    flex-direction: column;
}
.section-card-content-03 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 3%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #004449;
    color: #FFF;
}

.section-card-content-03-left {
    width: 75%;
    margin: 5vw auto 0;
}
.section-card-content-03-right {
    width: 100%;
}

.section-card-content-03-right-content-01 h3 {
    width: 100%;
    height: auto;
    font-size: 4vw;
    font-weight: 600;
    line-height: 8vw;
    text-align: center;
}

.section-card-content-03-right-content-01-title-line {
    clear: both;
    width: 100%!important;
    margin: 0 auto;
}

.section-card-content-03-right-content-01 p {
    width: 100%;
    font-size: 3.5vw;
    line-height: 5.75vw;
}

.section04-slider-wrap-02 {
    width: 85%;
    max-width: 1280px;
    position: relative;
    margin: 4vw auto 0;
}
.section-card-container-04 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    border: solid 1px #DAD2BC;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
}
.section-card-content-04 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 3%;
    display: flex;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #004449;
    color: #FFF;
    flex-direction: column;
}

.section-card-content-04-left {
    width: 90%;
    margin: 3vw auto 0;
}

.section-card-content-04-right {
    width: 90%!important;
    margin: 0 auto!important;
}

.section-card-content-04-right-content {
    width: 100%!important;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
}

.section-card-content-04-right-content h3 {
    width: 100%;
    height: auto;
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
    margin-top: 3vw;
}

.section-card-content-04-right-content .section-card-content-03-right-content-01-title-line {
    width: 100%!important;
    margin: 3.6vw 0;
}

.section-card-content-04-right-content p {
    width: 100%;
    font-size: 3.5vw;
    line-height: 5.75vw;
}

.section04-slider-wrap {
    width: 85%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.section04-prev {
    position: absolute;
    width: 6%!important;
    /* height: 80px!important; */
    left: -7.2% !important;
    background-image: none;
}

.section04-next {
    position: absolute;
    width: 6%!important;
    /* height: 80px!important; */
    right: -7.2% !important;
    background-image: none;
}

.section-04-03-swiper-arrow-container {
    width: 30%;
    position: relative;
    top: 0;
    margin-top: 0;
    margin: 3vw auto 7vw;
    z-index: 1;
    display: flex;
}

.section0403-prev {
    position: absolute;
    width: 35%!important;
    height: auto;
    left: 0!important;
    background-image: none;
}

.section0403-next {
    position: absolute;
    width: 35%!important;
    /* height: 80px!important; */
    right: 0!important;
    background-image: none;
}

.section-04-02-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -3vw;
    z-index: 1;
    display: flex;
}

.section0402-prev {
    position: absolute;
    width: 6%!important;
    /* height: 80px!important; */
    left: -7.2%!important;
    background-image: none;
}

.section0402-next {
    position: absolute;
    width: 6%!important;
    /* height: 80px!important; */
    right: -7.2%!important;
    background-image: none;
}
#s04 .section-card-content-02 {
    padding: 6% 6% 10% 6%;
}
.section-card-content-02-more-link {
    font-size: 3vw;
}

.section05-slider-wrap {
    width: 85%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}

.section05-prev {
    position: absolute;
    width: 6%!important;
    /* height: 80px!important; */
    left: -7.2%!important;
    background-image: none;
}
.section05-next {
    position: absolute;
    width: 6%!important;
    /* height: 80px!important; */
    right: -7.2%!important;
    background-image: none;
}

.section-05-swiper-arrow-container {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -10.25vw;
    z-index: 1;
    display: flex;
}

.section05-title-container {
    width: 80%;
    margin: 0 auto 5vw;
    border: solid 1px #b6a47c;
    border-radius: 100px;
    padding: 0.5vw;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.section05-title-content h2 {
    font-size: 4vw;
    color: #FFF;
}

.section05-title-content strong {
    display: block;
    font-size: 3vw;
    color: #FFF;
    margin: -0.9vw;
}

.section-06-container {
    width: 90%;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #FFF;
}
.section-06-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    padding: 7vw 4vw;
    box-sizing: border-box;
}
.section-06-logo-img {
    width: 79%;
    margin-bottom: 0vw;
}
.section-06-content h2 {
    width: 100%;
    display: block;
    margin-top: 1vw;
    font-size: 20px;
    line-height: normal;
    text-align: center;
}
.section-06-content p {
    display: block;
    font-size: 3.7vw;
    line-height: normal;
    text-align: center;
    margin: 2vw auto;
}

.s06-style-01 {

}
.section-06-content ul {
    font-size: 2.5vw;
    color: #747474;
    line-height: 3.75vw;
    list-style: disc;
    box-sizing: border-box;
}

.s06-style-01 {
    font-size: 2.5vw!important;
    line-height: 2.9vw;
    text-align: left;
}

.s06-style-01 ul {
    display: flex;
    font-size: 2.5vw!important;
    line-height: 2.9vw;
    list-style: disc;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    color: #000;
    padding: 0.5vw 0;
    box-sizing: border-box;
}

.s06-style-01 ul li {
    padding: 0.5vw 0;
    box-sizing: border-box;
}

.s06-style-01 ul li span {
    color: #c2262e;
}

.s06-style-02 {
    font-size: 2.5vw!important;
    line-height: 2.9vw!important;
    text-align: left!important;
}

.section-notice {
    font-size: 3.7vw;
    color: #c2262e;
}

.backtop-container {
    position: fixed;
    width: 10%;
    height: fit-content;
    margin: 0;
    /* left: 42%; */
    right: 6.5%;
    transition: .4s;
    bottom: 0;
    display: none;
}

.btn_buy {
    width: 20%;
    right: 1.5%;
    bottom: 48px;
}

/* 手機選單 */
.nav-logo-01 {
    width: 27%;
    margin-bottom: -2%;
}
.nav-logo-02 {
    width: 28%;
    margin-bottom: -2%;
}
.website-menu {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    padding: 8.5vw 0 0 0;
    box-sizing: border-box;
    background-color: #877a5c;
    flex-direction: column;
    z-index: 888;
}


.website-menu li {
    width: 80%;
    height: fit-content;
    border-bottom: solid 1px #FFF;
    border-right: none;
}

.website-menu li:last-child {
    border-bottom: none;
    border-right: none;
}
.website-menu li a {
    width: 100%;
    height: fit-content;
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #FFF;
    padding: 13% 0;
    box-sizing: border-box;
}

.mb-menu {
    display: block;
    width: 8%;
    position: absolute;
    /* float: right; */
    right: 20px;
}

.mb-menu img {
    display: block;
    width: 100%;
}
  
.close-mb-menu {
    width: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
}
.close-mb-menu img {
    width: 100%;
    display: block;
    margin: 5% 5% 0 0;
}

.feature-mov-sound {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.closetoppanel {
    padding: 40px 0 0 0;
}

.section-p-t-100px {
    width: 100%;
    position: relative;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

}
/* -- END -- */
