/** {	margin: 0px; padding: 0px;}*/
html {
    background: rgb(255, 255, 255);
}

.bannerbox {
    font: 14px/24px sans-serif;
    margin: 0px auto;
    text-align: center;
    color: rgb(51, 51, 51);
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    font-size-adjust: none;
    font-stretch: normal;
    _width: 100%;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.bannerbox.wrapper1 {
    width: 100%;
    margin-bottom: 0px;
    float: left;
}

.rslides {
    margin: 0px auto;
    position: relative;
}

.rslides {
  width: 100%;
    list-style: none;
  margin: auto;
    padding: 0px;
  height: auto;
    max-height: auto;
    overflow: hidden;
}

.rslides li {
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
    position: absolute;
    -webkit-backface-visibility: hidden;
}
.rslides li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.rslides li:first-child {
    float: left;
    display: block;
}

.rslides img {
    border: 0px currentColor;
    border-image: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    display: block;
}

.rslides_container {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    position: relative;
    text-indent: 0px;
    -webkit-box-sizing: border-box;
}

.mesk {
    display: none;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
  bottom: 3%;
  left: 3%;
  z-index: 10;
}

.mesk .box {
  width: 100%;
    height: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 15px auto;
  position: relative;
}
.adv_btn_box {
  position: absolute;
  bottom: 6%;
  left: 3%;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 9999;
}
.adv_btn_box .adv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  border: 1px solid #fff;
opacity: .8;
  background-color: #00000035;
  transition: 0.3s;
  flex: 0 0 auto;
}
.adv_btn_box .adv_btn:hover {
  background-color: #00000083;
  opacity: 1;
}
.adv_btn_box .adv_btn img {
  width: 30%;
}
.adv_btn_box .adv_link {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #fff;
  /* border-bottom: 2px solid transparent; */
  text-wrap: balance;
}
.adv_btn_box .adv_link:hover {
  /* border-bottom: 2px solid #fff; */
}
.adv_btn_box .adv_link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  display: inline-block;
  width: 0px;
  height: 2px;
  background-color: #fff;
  transition: ease-in-out.6s;
}
.adv_btn_box .adv_link:hover::before {
  width: calc(100% + 5px);
}
.adv_btn_box .adv_link::after {
  position: relative;
  top: 5px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../frontimages/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  transform: translateX(-10px);
  transition: ease-in-out 0.4s;
  opacity: 0;
}
.adv_btn_box .adv_link:hover::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../frontimages/arrow.svg) no-repeat center center;
  background-size: 100% auto;
  transform: translateX(5px);
  opacity: 1;
}


/*slider1點點設定*/
.centered-btns_nav {
    display: block;
    background: url(../frontimages/ADVbtn.png) no-repeat left top;
    left: 0px;
    top: 50%;
    width: 47px;
    height: 56px;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    margin-top: -30px;
    position: absolute;
    z-index: 999;
    opacity: 0.6;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: .3s;
}
.centered-btns_nav:hover{
  opacity: 1;
}
.centered-btns_nav:active {
    opacity: 1;
    top: 50%;
}

.next.centered-btns_nav {
    background-position: right top;
    left: auto;
    right: 0px;
    top: 50%;
}

.centered-btns_nav:focus {}

.centered-btns_tabs {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 20;
    left: 0;
    right: 0;
    padding-bottom: 10px;
    /*小圓點位置*/
}

.centered-btns_tabs li {
    margin-right: 5px;
    float: none;
    display: inline;
    _float: left;
}

.centered-btns_tabs a {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
  /* box-shadow: inset 0px 0px 2px 0px rgba(255, 255, 255, 0.516); */
  border: 1px solid #ffffff71;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    _display: block;
  /* -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3); */
}

.centered-btns_here a {
    /*background: rgba(0,117,194,0.9);*/
  background: rgba(43, 43, 43, 0.62);
  border: 1px solid #fff;
        /*小圓點顏色*/
}
/* 彈跳視窗 */
.shawdowbox {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
}
.shawdowbox .shawdow_page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 90%;
  margin: auto;
  border: none;
  background-color: rgba(255, 255, 255, 0.85);
  overflow: initial;
}

.shawdowbox #close {
  width: 30px;
  height:30px;
  position: absolute;
  top:  10px;
  right:10px;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  line-height: 45px;
  color: #fff;
  font-size: 0;
  border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: .8;
  background: url(../frontimages/icon_cancel.svg) no-repeat center center;
  background-size: 15px auto;
}
.shawdowbox #close:hover{
  opacity: 1;
}
.shawdowbox #close img{
  width: 50%;
  height: auto;
}
.shawdowbox .shawdow_page iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*==============================手機版型區==============================*/
@media screen and (max-width: 767px) {
  /* .adv>.advbox .wrapper1 li > a > img {
    width: 100vw;
    height: calc(100vh - 65px);
    object-fit:cover; 
    display: block;
    margin: auto;
} */
  .adv_btn_box {
    position: absolute;
    bottom: 10%;
    left: 3%;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
  }
  .adv_btn_box .adv_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #fff;
    transition: 0.3s;
    flex: 0 0 auto;
  }
  .adv_btn_box .adv_link {
    font-size: 18px;
  }
    .bannerbox {
        font: 14px/24px sans-serif;
        margin: 0px auto;
        text-align: center;
        color: rgb(51, 51, 51);
        max-width: 100%;
        max-height: auto;
        overflow: hidden;
        font-size-adjust: none;
        font-stretch: normal;
        _width: 1280px;
        -webkit-font-smoothing: antialiased;
        position: relative;
    }

    .rslides img {
        width: 100%;
        max-width: 767px;
        height: auto;
        max-height: 35%;
    }

    .rslides_container {
        width: 100%;
        margin-bottom: 0px;
        float: left;
        position: relative;
        text-indent: 0px;
        -webkit-box-sizing: border-box;
    }

    .centered-btns_nav {
        display: block;
        opacity: 1;
        /*左右按鍵*/
    }

    .centered-btns_tabs,
    .transparent-btns_tabs,
    .large-btns_tabs {
        text-align: center;
        margin-top: 0px;
        position: absolute;
        bottom: 0px;
        z-index: 20;
        left: 0;
        right: 0;
        padding-bottom: 5px;
        /*小圓點位置*/
  }
  .rslides li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  /* .adv>.advbox .wrapper1 li > a > img {
    width: 100vw;
    height: calc(100vh - 65px);
    object-fit:cover;
    display: block;
    margin: auto;
} */
  .adv_btn_box .adv_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    border: 1px solid #fff;
    transition: 0.3s;
    flex: 0 0 auto;
  }
    .bannerbox {
        font: 14px/24px sans-serif;
        margin: 0px auto;
        text-align: center;
        color: rgb(51, 51, 51);
        max-width: 100%;
        max-height: auto;
        overflow: hidden;
        font-size-adjust: none;
        font-stretch: normal;
    }

    .rslides img {
        width: 100%;
        height: auto;
        max-height: auto;
    }

    .rslides_container {
        width: 100%;
        margin-bottom: 0px;
        float: left;
        position: relative;
        text-indent: 0px;
        -webkit-box-sizing: border-box;
    }

    .centered-btns_nav {
        display: block;
        opacity: 1;
        /*左右按鍵*/
    }

    .centered-btns_tabs,
    .transparent-btns_tabs,
    .large-btns_tabs {
        text-align: center;
        margin-top: 0px;
        position: absolute;
        bottom: 0px;
        z-index: 20;
        left: 0;
        right: 0;
        padding-bottom: 5px;
        /*小圓點位置*/
    }
}