*, ::after, ::before {
    box-sizing: border-box;
}
.wrap{
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    z-index: 1;
}
.wrap a{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.wrap ol,
.wrap ul {
  list-style: none;
}

.wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wrap .origins_kv .kv_top img {
    width: 100%;
    height: auto;
}
.wrap img{
    -webkit-user-drag: none;
    border: none;
    width: 100%;
}
.navouter{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    color: black;
    background: #000;/*選單底色*/
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (min-width: 768px){
    .nav {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
.NAnavbar a {
    color: rgb(255, 255, 255);
    transition-duration: .3s;
    font-family: Arial, noto sans tc, Arial, 微軟正黑體, microsoft jhenghei, sans-serif;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    border-right: #ccc 1px solid;
    padding: 0.5rem;
}
.NAnavbar a:last-child {
    border-right: #ccc 0px solid;
}
.NAnavbar a:hover{
    background-color: #232323;
    font-family: futurastdmedium, "noto sans tc", Arial, "微軟正黑體", "microsoft jhenghei", sans-serif;
}
.nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.pc_hide{
display: none;
}
@media only screen and (max-width: 780px){
    .pc_hide{
        display: inherit;
    }
    .phone_hide{
        display: none;
    }
    .navouter{
        width: auto;
        max-width: inherit;
        overflow-y: hidden;
        overflow-x: auto;
        justify-content: flex-start !important;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
    }
    .NAnavbar {
        flex-wrap: nowrap;
        align-items: center;
    }
    .NAnavbar a {
      background: #000;
      color: #fff;
      opacity: 1;
      white-space: nowrap;
      padding: 0.5em 0.8em;
      border-right: none;
      margin-right: 0.5em;
    }
}


.NAmainArea img {
    -webkit-user-drag: none;
    border: none;
    width: 100%;
}
/* Swiper樣式區域 */
.NABNCarousel, .NAslideCarousel, .NABOXCarousel {
    --swiper-theme-color: #ddd;
    --swiper-navigation-color: #ddd;
    --swiper-navigation-size: 30px;
    position: relative;
}
.swiper-pagination {
    width: 100%;
    left: 0%;
    bottom: 8%;
    /* --swiper-pagination-color: #cf0000; */
}

.swiper-wrapper {
    padding-bottom: 0;
}
@media screen and (max-width: 780px) {
    .swiper-pagination {
        bottom: 5%;
    }
    .NABNCarousel .swiper-wrapper{
        height: auto !important;
    }
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #;
    display: inline-block;
  }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section01_ad{
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding: 40px 0px;
    margin: 0 auto;
}
.section01_ad a{
    padding:0px;
}
.section01_ad a img{
    width: 100%;
}

@media screen and (max-width: 780px) {
    .section01_ad{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2px;
        grid-row-gap: 0px;
        padding: 0px;
        width: 100%;
    }
    .section01_ad a{
        padding:3% 2% 0 2%;
    }
}
.section5{
    margin: 20px auto;
}
.section5_title{
    margin: 0px auto;
}
.section5_title img{
    width: auto;
}
@media screen and (max-width: 780px) {
    .section5_title img{
        width: 100%;
    }
}
.section5{
    text-align: center;
}
.section5_box{
    display: grid;
    width: 1220px;
    margin: 20px auto;
    border: 0px solid #000;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    grid-column-gap: 10px;
}
.section5_box img{
    width: 100%;
}
.section5_box.grid_6{
    grid-template-columns: Repeat(6, 1fr);
}
.section5_box.grid_5{
    grid-template-columns: Repeat(5, 1fr);
}
.section5_box.grid_4{
    grid-template-columns: Repeat(4, 1fr);
}
.section5_box.grid_3{
    grid-template-columns: Repeat(3, 1fr);
}
.section5_box.grid_2{
    grid-template-columns: Repeat(2, 1fr);
}
.section5_box.grid_2{
    grid-template-columns: Repeat(1, 1fr);
}
@media screen and (max-width: 780px) {
    .section5_box{
        width: 100%;
        margin: 5px 0px;
    }
    .section5_box.grid_6,.section5_box.grid_5,.section5_box.grid_4{
        grid-template-columns: Repeat(2, 1fr);
    }
}
.section6_reward{
    width: 1220px;
    margin: 20px auto;
}
.section6_reward img{
    max-width: 100%;
}
@media screen and (max-width: 780px) {
    .section6_reward{
        width: 100%;
    }
}
.video-ytb{
    position: relative;
    width: 1220px;
    margin: 20px auto;
    height: 0;
    padding-bottom: 45%;
}
@media screen and (max-width: 780px) {
    .section6_reward{
        width: 100%;
    }
}
.video-ytb iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 780px) {
    .video-ytb{
        padding-bottom: 56.25%;
        width: 100%;
    }
}
@media screen and (min-width: 1850px) {
    .video-ytb{
        padding-bottom: 40%;
    }
}
.NAtransformScale {
    transform: scale(1);
    transition-duration: .3s;
}
.NAtransformScale:hover {
    transform: scale(0.98);
    cursor: pointer;
}
.section8_major{
    display: flex;
    flex-wrap: wrap;
    margin:10px auto;
    justify-content: center;
    align-items: center;
}
.section8_title{
    text-align: center;
}
.section8_pd{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem;
}
.section9_carousel{
    position: relative;
    margin: 20px auto;
}
.section10_outer{ 
    margin: 20px auto;  
}
.section10_cardbox{
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    align-items: center;
}
.section10_title{
    text-align: center;
}
.section10_card{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.section11_carousel{
    position: relative;
    margin: 20px auto;
}
.section12_backmain{
    margin: 20px auto;
}

.kv_top{
 display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px){
  .wrap .origins_kv .kv_top img{
width:150%;
 }
}
