html {
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; 
    height: 0; 
    overflow: visible; 
}

pre {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

a {
    background-color: transparent;
    text-decoration: none; 
    color: #fff !important;
}

abbr[title] {
    border-bottom: none; 
    text-decoration: underline; 
    text-decoration: underline dotted; 
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; 
    font-size: 1em; 
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    line-height: 1.15; 
    margin: 0; 
}

button,
input { 
    overflow: visible;
}

button,
select { 
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button; 
    -moz-appearance: button;    
    -ms-appearance: button;    
    appearance: button;          
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; 
    color: inherit; 
    display: table; 
    max-width: 100%; 
    padding: 0; /* 3 */
    white-space: normal; 
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; 
    -moz-appearance: textfield;   
    -ms-appearance: textfield;   
    appearance: textfield;         
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; 
    font: inherit; 
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}
@media screen and (min-width:768px) {

    .vacation-group{
        padding: 5px 8px;
        overflow: hidden auto;
    }
}
/* .vacation-swiper-scrollbar(background: rgba(245,224,128,.1);) */
.vacation-swiper-scrollbar-horizontal>.vacation-swiper-scrollbar, .vacation-swiper-scrollbar.vacation-swiper-scrollbarhorizontal{position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;}
/*-------------------- 共用樣式 --------------------*/
@font-face {
    font-family: HanaMinA;
    src: url(https://cdn.jsdelivr.net/gh/max32002/max-hana@1.1/webfont/HanaMinA.woff2) format("woff2")
    , url(https://cdn.jsdelivr.net/gh/max32002/max-hana@1.1/webfont/HanaMinA.woff) format("woff");
  }

*,*:before,*:after{
    box-sizing: border-box;
}

html{
    font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
}

body{
    font-size: 1rem;
}

figure,blockquote{
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
    text-align: center;
}



ol,ul{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

img{
    width: 100%;
    vertical-align: middle;
}

a{
    text-decoration: none;
    background-color: transparent;
}
.swiper25{overflow: hidden;}
.rowline {
    /* row */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.socialSwiper{overflow: hidden;}
.biggestprizeSwiper{overflow: hidden;}
.hotel25Swiper{overflow: hidden;}
/*--
------------------ 投票抽大獎 #lottery --------------------*/

#lottery .rowline>div {
    margin-bottom: 2rem;
}

#lottery .rowline>div:nth-of-type(1)>.con_area {
    --title-color: #875c18;
    --content-color: rgba(182, 141, 76, 1);
}

#lottery .rowline>div:nth-of-type(2)>.con_area {
    --title-color: #3b579d;
    --content-color: #3081ea;
}

#lottery .rowline>div:nth-of-type(3)>.con_area {
    --title-color: var(--main-color);
    --content-color: var(--main-light);
}

#lottery .rowline>div:nth-of-type(4)>.con_area {
    --title-color: #bf033d;
    --content-color: #d1516f;
}

#lottery .con_area {
    background: var(--content-color);
    color: #fff;
    height: 100%;
}

#lottery .con_area>img {
    width: 100%;
    height: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#lottery .con_area>h4 {
    display: inline-block;
    border-radius: 500px;
    background: var(--title-color);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    margin-top: -1.5rem;
}

#lottery .con_area>p {
    padding: 0 0.5rem;
}
.contentbox {
    /* container */
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.contentbox_main {
    position: relative;
    padding: 0 10px var(--content-p);
    text-align: center;
    z-index: 10;
}

@media screen and (min-width: 576px) {
	
    .contentbox {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .contentbox {
        max-width: 720px;
    }

    .contentbox_main {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) {
    .contentbox {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .contentbox {
        max-width: 1140px;
    }
}

.rowline {
    /* row */
    display: flex;
    justify-content: center;

}

[class*='col-'] {
    padding-right:0.3rem;
    padding-left: 0.3rem;
}

/*-------------------- 投票抽大獎 #lottery END --------------------*/

/*-------------------- format --------------------*/
:root{
    --mainBg_color:#11d073;
    --secondary_color:#f5f0b4;
    --title_gradient_01:rgb(191,163,74);
    --title_gradient_02:rgb(245,224,128);
    --title_gradient_03:rgb(255,255,175);
    --silver_color:#f6f3f9;
    --silver_gradient_01:rgb(143,148,138);
    --silver_gradient_02:rgb(194,205,191);
    --silver_gradient_03:rgb(246,243,249);
    --hotel_vacation:#c2cdbf;
    --hotel_city:#3abcdb;
    --hotel_kids:#edb846;
    --hotel_visit:#d85ae5;
    --hotel_room:#fc7ab5;

    --swiper-navigation-size: 44px;
    --swiper-theme-color: rgb(245,224,128);
}

[class^='section__']{
    padding: 40px 0 10px 0;
}

.wrapper{
    max-width: 1140px;
    margin: 0 auto;
}

body{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2026/images/2026/hotel-vote2026_body_BG.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    /*background-attachment: fixed;*/
    background-size: cover;
    -webkit-background-size: cover !important;
    -o-background-size: cover;
    -moz-background-size: cover !important;
    z-index: -1;
    background-color: #000;
}
@media screen and (max-width:767px){
    body{
        background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2026/images/2026/hotel-vote2026_body_BG.jpg);
        
    }
}



body::before{
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: inherit;
    background-size: cover;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    z-index: -1;
}

.outside-wrap{
    overflow: hidden;
}

[class^='block__']{
    padding: 0 15px;
}

[class^='title__']{
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    width: fit-content;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
}

[class^='title__'] h2{
	color: #fefcaa;
    z-index: 100;
    border: 1px solid #fefcaa;
    border-radius: 500px;
    padding: 0px 1.5rem 2px;
    font-size: inherit;
    color: var(--title_gradient_02);
    color: transparent;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(85deg, var(--title_gradient_01) 0%, var(--title_gradient_02) 30%, var(--title_gradient_03) 50%,var(--title_gradient_02) 80% ,var(--title_gradient_01) 100%);
        -webkit-background-clip: text;
        background-clip:text;
}

@supports (background-clip: text){
    [class^='title__'] h2{
        color: transparent;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(85deg, var(--title_gradient_01) 0%, var(--title_gradient_02) 30%, var(--title_gradient_03) 50%,var(--title_gradient_02) 80% ,var(--title_gradient_01) 100%);
        -webkit-background-clip: text;
        background-clip:text;
    }
}

[class^='title__']:before,
[class^='title__']:after{
    content: '';
    display: block;
    width: 13px;
    height: 28.5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

[class^='title__']:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/title-before.png);
    margin-right: .5rem;
}

[class^='title__']:after{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/title-after.png);
    margin-left: .5rem;
}
@media screen and (max-width:768px){
   /* [class^='title__']{
    margin: 0 auto;
    }*/
	
}

@media screen and (min-width:768px){
    body{
        background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2026/images/2026/hotel-vote2026_body_BG.jpg)100% top;

    }
    body:before{
        display: none;
    }
	
}

@media screen and (min-width:992px){

    [class^='title__']{
        font-size: 2.5rem;
    }

    [class^='title__']:before,
    [class^='title__']:after{
        width: 26px;
        height: 57px;
    }
}

/*-------------------- 主視覺 --------------------*/

#main_top>h1 {
    display: block;
    max-width: 0;
    max-height: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 1px;
    padding: 0;
    margin: 0;
}

#main_top {
    width: 100%;
    height: 0;
    padding-bottom: 20.8334%;
    position: relative;
    background: url(https://event.cdn-gunnarworks.com/events/hotel-vote2026/images/2026/hotel-vote2026_kv_1920x408.jpg) no-repeat center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #main_top {
        background: url(https://event.cdn-gunnarworks.com/events/hotel-vote2026/images/2026/hotel-vote2026_kv_768x400.jpg) no-repeat center;
        padding-bottom: 57.8125%;
        background-size: cover;
    }
 
}


/*-------------------- 主視覺 END --------------------*/

/*-------------------- NAV --------------------*/
.section__nav{
    padding: 0;
    background-color: #11d073;
}
.block__nav ul.rowline {
    display: flex;
    justify-content: center;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.block__nav ul.rowline > li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0.83rem;
    margin: 0;
    font-size: 1.125rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    color: #ffffff;
    transition: all 0.25s ease;;
}
.nav-group{
    display: flex;
    justify-content: center;
}

.nav-item{
    color: #fff;
    text-align: center;
    padding: 0.5rem ;
    font-size: 0.75rem;
    position: relative;
    transition: 300ms;
    cursor: pointer;
    width: 20%;
    box-sizing: border-box;
}

.nav-item:before{
    content: '';
    position: absolute;
    left: 10%;
    bottom: calc((0.5rem - 6px)*-1);
    width: 80%;
    height: 2px;
    background-color: var(--secondary_color);
    border-radius: 10px;
    opacity: 0;
    transition: opacity 300ms, bottom 300ms;
}

.nav-item:hover{
    color: #fff;
    text-shadow: 0 0 5px #fff;
}

.nav-item:focus,
.nav-item:active{
    color: #fff;
    text-shadow: 0 0 5px #fff;
}

.nav-item:hover:before{
    bottom: 0;
    opacity: 1;
}

.nav-item span{
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 8px;
}

.nav-item:hover span{
    filter: drop-shadow( 0 0 2px #fff);
}

@media screen and (min-width:768px){
    .nav-item{
        padding: 1rem;
        font-size: 1rem;
        display: flex;
        align-items: center;
        width: fit-content;
    }

    .nav-item span{
        margin-right: 8px;
        margin-bottom: 0;
        margin-left: initial;
    }
}

@media screen and (min-width:992px) {

    .nav-group{
        /*justify-content: space-between;*/
    }

    .nav-item{
        padding: 1rem 1.5rem;
        font-size: 1.25rem;
    }

    .nav-item span{
        display: inline-block;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .nav-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
    }
    .nav-group li{
        font-size: 1.2rem;
        margin: auto;
    }

    .nav-item:before{
        display: none;
    }

    .nav-item {
        max-width: 100%;
        width: 50%;
        margin: 5px 0;
        padding: 10px;
    }

    
    
    .nav-item span {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
    }
    
    .nav-item:before {
        left: 0;
        width: 100%;
    }
}

/*-------------------- A_立即投票_hotel-vote --------------------*/


.hotel-vote-item .hotel-vote-btn {
    margin-top: auto;
}


.hotel-vote-btn{
    display: block;
    text-align: center;
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
    border-radius: 8px;
    background: -webkit-linear-gradient(29deg, #dba42b 0%,#d59829 15%,  #f5e791 30%,#d0a953 45%,  #f5eb96 60%,#dabe68 75%, #d0a953 90% , #dec576 100%);
    color: #000;
    border: none;
    transition: 300ms;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
}
.hotel-vote-btn:hover{
    background: -webkit-linear-gradient(60deg, #dba42b 0%,#d59829 15%,  #f5e791 30%,#d0a953 45%,  #f5eb96 60%,#dabe68 75%, #d0a953 90% , #dec576 100%);
}


.hotel-vote-item  img{
    max-width: 100%;
    text-align: center;
    padding-top: 10px;
    transition: 300ms;
}


.hotel-vote-item :hover img {
    filter: drop-shadow(0 0 10px rgba(255, 242, 167, 0.8));
    transform: scale(1.02);
  }

.hotel-vote-item :hover .hotel-vote-btn {
    background-color: var(--secondary_color);
    color: #260e0e;
  }


.hotel-vote-item{
    width: 100%;
    max-width: 640px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.hotel-vote-item a {
    width: 98%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.hotel-vote-item a > div {
    flex: 1;
    display: flex;
    flex-direction: column;
}



.hotel-vote-item p{
    margin-top: 10px;
    text-align: center;
}

.hotel-vote-link{
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
}

.hotel-vote-link:hover+.bg-wrap:before{
    transform: scale(10);
    opacity: 0;
}


.hotel-vote-item .btn{
    display: block;
    text-align: center;
    padding: .5rem 1rem;
    border-radius: 8px;
    background-color: #C7A156;
    color: #fff;
    border: none;
    transition: 300ms;
}


@media screen and (max-width:768px){
    .hotel-vote-item_br{
        display: none;
    }
   
}

/* @media screen and (min-width:640px){
    .hotel-vote-group{
        display: flex;
        flex-wrap: wrap;
    }

    .hotel-vote-item{
        width: calc(50% - 7.5px);
    }

    .hotel-vote-item:nth-child(odd){
        margin-right: auto;
    }

    .hotel-vote-BN-wrap{
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
        width: 100%;
        min-height: 350px;
        object-fit: cover;
        object-position: top center;
        border-radius: 12px;
    }

    .cta-hotel-vote{
        font-size: 1.25rem;
		bottom: 20px;
		
    }
   
}

@media screen and (min-width:1024px){
    .section__hotel-vote{
        background-repeat: no-repeat;
        background-position: top center, bottom center;
        background-size: cover ;
    }
    .hotel-vote-group{
       justify-content: space-between;
    }

    .hotel-vote-item{
        width: calc(33.3333% - 7.5px);
    }

    .hotel-vote-item:nth-child(odd){
        margin-right: initial;
    }

    .hotel-vote-item:last-child{
        margin-right: auto;
        margin-left: 7.5px;
    }

    .hotel-vote-item:nth-last-child(2){
        margin-left: auto;
        margin-right: 7.5px;
    }
} */






/*-------------------- section__vote --------------------*/

.vote-item + .vote-item{
    margin-top: 20px;
}
.vote-link{
    display: block;
    border: 1px solid #fff;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-color: rgba(18,18,18,0.45);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    transition: color 1s 100ms;
}

.img-wrap{
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.vote-item .content-wrap{
    padding: 20px 20px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.vote-item .content-wrap h3{
    width: fit-content;
    padding: 0.5rem 1rem 1rem;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    position: absolute;
    top: 0;
    left: calc((100% - 145px) / 2);
    z-index: 2;
    color: #121212;
}

.vote-item .content-wrap h3:before,
.vote-item .content-wrap h3:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: transparent url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round01-L.png) no-repeat top center / contain;
}

.vote-item .content-wrap h3:before{
    left: -40px;
}

.vote-item .content-wrap h3:after{
    right: -40px;
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round01-R.png);
}
.vote-item:last-child .content-wrap h3{
    left: calc((100% - 107px) / 2);
}
.vote-item:nth-child(2) .content-wrap h3:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round02-L.png);
}
.vote-item:nth-child(2) .content-wrap h3:after{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round02-R.png);
}
.vote-item:nth-child(3) .content-wrap h3:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round03-L.png);
}
.vote-item:nth-child(3) .content-wrap h3:after{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round03-R.png);
}
.vote-item:nth-child(4) .content-wrap h3:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round04-L.png);
}
.vote-item:nth-child(4) .content-wrap h3:after{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round04-R.png);
}
.vote-item:nth-child(5) .content-wrap h3:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round05-L.png);
}
.vote-item:nth-child(5) .content-wrap h3:after{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/round05-R.png);
}

.vote-item:first-child .content-wrap h3{
    background-color: var(--hotel_vacation);
}
.vote-item:nth-child(2) .content-wrap h3{
    background-color: var(--hotel_city);
}
.vote-item:nth-child(3) .content-wrap h3{
    background-color: var(--hotel_kids);
}
.vote-item:nth-child(4) .content-wrap h3{
    background-color: var(--hotel_visit);
}
.vote-item:last-child .content-wrap h3{
    background-color: var(--hotel_room);
}

.vote-item .content-wrap p:not(:last-child){
    z-index: 1;
}

.vote-item .content-wrap p:last-child{
    position: relative;
    text-align: center;
    padding: 12px 25px;
    margin-top: 30px;
}

.vote-item .content-wrap p:last-child:before,
.vote-item .content-wrap p:last-child:after{
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #e4c58c;
    border-radius: 50%;
    transform: scale(1);
    transition:  transform 1200ms cubic-bezier(0.8, 0, 0.25, 1), background-color 500ms cubic-bezier(0.8, 0, 0.25, 1);
}

.vote-item .content-wrap p:last-child:before{
    box-shadow: inset 0 0 0 1px rgba(238,195,39,1),
        inset 0 0 5px 3px rgba(238,195,39,.75);
    transition:  opacity 500ms 600ms;
    z-index: 1;
    opacity: 0;
}

.btn{
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}

.vote-link:hover,
.vote-link:active,
.vote-link:focus{
    color: rgba(18,18,18,1);
    transition: color 300ms 300ms;
}

.vote-link:hover .content-wrap p:not(:last-child){
    color: #121212;
}

.vote-link:hover .content-wrap p:last-child:before,
.vote-link:active .content-wrap p:last-child:before,
.vote-link:focus .content-wrap p:last-child:before{
    opacity: 1;
    transition:  opacity 500ms ;
}
.vote-link:hover .content-wrap p:last-child:after,
.vote-link:active .content-wrap p:last-child:after,
.vote-link:focus .content-wrap p:last-child:after{
    transform: scale(10);
    transition:  transform 1200ms cubic-bezier(0.8, 0, 0.25, 1), background-color 500ms cubic-bezier(0.8, 0, 0.25, 1);
}
.vote-item:nth-child(1) .content-wrap p:last-child:before{
    box-shadow: inset 0 0 0 1px rgba(143,148,138,1),
    inset 0 0 5px 3px rgba(143,148,138,.75);
}
.vote-item:nth-child(2) .content-wrap p:last-child:before{
    box-shadow: inset 0 0 0 1px rgba(58,188,219,1),
    inset 0 0 5px 3px rgba(58,188,219,.75);
}
.vote-item:nth-child(4) .content-wrap p:last-child:before{
    box-shadow: inset 0 0 0 1px rgba(216,90,229,1),
    inset 0 0 5px 3px rgba(216,90,229,.75);
}
.vote-item:nth-child(5) .content-wrap p:last-child:before{
    box-shadow: inset 0 0 0 1px rgba(252,122,181,1),
    inset 0 0 5px 3px rgba(252,122,181,.75);
}

.content__vote .intro-text{
    text-align: center;
}

@media screen and (min-width:768px){
    .vote-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .vote-item{
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }

    .vote-item + .vote-item{
        margin-top: initial;
    }
}

@media screen and (min-width:1024px){
    .section__vote{
       /* background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/vote-bg.png),linear-gradient(0deg,#000 50% ,transparent 50.5%);*/
        background-repeat: no-repeat;
        background-position:  top right,bottom center ;
        background-size:  contain,100% auto;
        position: relative;
    }

    .section__vote .wrapper{
        position: relative;
        z-index: 3;
    }

    .vote-item{
        width: calc(33.3333% - 15px);
    }

    .vote-item:last-child{
        margin-right: auto;
        margin-left: 15px;
    }

    .vote-item:nth-last-child(2){
        margin-left: auto;
        margin-right: 15px;
    }
}

/*-------------------- section__intro --------------------*/
.intro-text{
    color: #fff;
    line-height: 1.5;
    padding-bottom: 30px;
}
.intro-text span{
    font-size: 0.9rem;
    color: #11d073;
    line-height: 1.0;
    padding-bottom: 30px;
}

.progress-group{
    display: flex;
}

.progressbar{
    position: relative;
    width: 28px;
    display: flex;
    flex-direction: column;
}

.progressbar li{
    flex: 1;
    display: flex;
    align-items: center;
}

.progressbar li + li{
    margin-top: 20px;
}

.progressbar:before{
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 6px;
    height: 100%;
    border-radius: 10px;
    background-color: #f5f0b4;
}

.progressbar .dots{
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #121212;
    position: relative;
    box-shadow: inset 0 0 0 3px #f5f0b4;
}

.intro-group{
    flex-grow: 1;
    color: #fff;
    width: calc(100% - 40px);
    margin-left: auto;
}


.intro-item{
    margin-bottom: 20px;
    padding: 1rem;
    position: relative;
   /* background-color: rgba(255,255,255,.45);*/
    border-radius: 10px;
   /* backdrop-filter: blur(5px);*/
   /* box-shadow: inset 0.2px 0 1px 0.5px #fff;*/
}

.intro-item:before{
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(255,255,255,1) transparent transparent;
    z-index: 1;
}

.intro-item:last-child{
    margin-bottom: 0;
}

.intro-item > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-item > div + div{
    margin-top: .9rem;
    border-top: 2px dashed #fff;
    padding-top: 0.9rem;
}

.intro-item h3{
    font-size: 1.5rem;
    /* padding-left: 1rem; */
}

.intro-desrc p{
    padding-left: 1rem;
    font-size: 1.125rem;
}

.intro-item .date{
    /* aspect-ratio: 1 / 1; */
    padding: 12px 12px;
    background: -webkit-linear-gradient(29deg, #dba42b 0%,#d59829 15%,  #f5e791 30%,#d0a953 45%,  #f5eb96 60%,#dabe68 75%, #d0a953 90% , #dec576 100%);
    color: #1c2343;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0; 
}

.intro-item .date span{
    font-size: .9rem;
    font-weight: 600;
    width: fit-content;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    font-weight: bold;
    padding-right: 1px;
}

/* .intro-item .date span:nth-child(2):after {
    content: '\25BC';
    display: block;
    text-align: center;
} */
.intro-item .date span.oct-19:after {
    content: '\25BC';
    display: inline-block;
    margin-left: 5px;
}
/* .intro-item:nth-child(n+2) .date span{
    line-height: 44px;
} */

.intro-item:nth-child(n+2) .date span:first-child:after{
    display: none;
}

.intro-item .icon-wrap{
    padding: 4px;
    /* width: 64px; */
}

.btn-watch{
    display: inline-block;
    font-size: 1.5rem;
    padding: 4px 12px;
    text-decoration: none;
    color:  var(--title_gradient_02);
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow_forward{
    animation: movement 800ms linear infinite ;
    position: relative;
}



@keyframes movement {
    0%{
        left: 0;
    }
    50%{
        left: -5px;
    }
    100%{
        left: 0;
    }
}
@media screen and (min-width:768px) {
    .progress-group{
        display: block;
    }

    .progressbar:before{
        width: calc(100% - 8px);
        height: 6px;
        left: 4px;
    }

    .progressbar{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 98%;
        padding-bottom: 24px;
        margin-left: 10px;
    }

    .intro-text{
        text-align: center;
    }

    .progressbar li:first-child{
        flex: 1;
    }

    .progressbar li + li{
        margin-top: 0;
        margin-left: 20px;
    }

    .progressbar .dots{
        margin: -4px auto;
    }

    .intro-group{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-left: initial;
    }

    .intro-item{
        width: calc(25% - 15px);
        margin-bottom: initial;
    }

    .intro-item:before{
        top: -9px;
        left: calc(50% - 10px);
        border-width: 0 10px 10px 10px ;
        border-color: transparent transparent rgba(255,255,255,1) transparent;
        z-index: 1;
    }

    .intro-item:not(:first-child) > div{
        display: block;
    }

    .intro-item .date {
        margin: 0 auto 1rem;
      }

    .intro-item:not(:first-child) h3,
    .intro-item:not(:first-child) p{
        padding-left: 0;
        text-align: center;
    }
}

@media screen and (max-width:768px) {   
    .progressbar li {
        flex: 1;
    }

    .progressbar li:nth-child(2) {
        flex: 2;
    }

    .progressbar li:nth-child(2) {
        height: 120px; 
    }
}





@media screen and (min-width:1440px){
    .section__intro{
       /* background-image: linear-gradient(180deg,#000 30% ,#211734 40%,transparent 70%),url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/famous-bg.jpg);*/
        background-repeat: no-repeat;
        background-position:  top center,bottom center ;
        background-size:  100% auto,contain;
        position: relative;
    }

    .section__intro::after{
        content: '';
        width: 450px;
        aspect-ratio: 7 / 10;
        position: absolute;
        top: -150px;
        right: 30px;
        background: transparent url(https://event.cdn-gunnarworks.com/events/hotel-vote2023/pretty_p01.png) no-repeat top right / contain;
        z-index: 2;
    }

    /* .section__intro::before{
        content: '';
        width: 600px;
        aspect-ratio: 1 / 1;
        position: absolute;
        top: -150px;
        right: -60px;
        background-image: radial-gradient(circle at center,#2d3a93 0% ,#1c2343 50%,transparent 90%);
        border-radius: 50%;
        filter: blur(10px);
        z-index: 1;
    } */

    .section__intro .wrapper{
        position: relative;
        z-index: 3;
    }
}

/*-------------------- content__famous --------------------*/
.btn-other {
	font-size: 1.1rem;
	color: #fff;
	border-radius: 100px;
	padding: 0.5rem 1.7rem;
	/*background: linear-gradient(135deg, var(--main-color), var(--main-color)) 0/200%;*/
	background: #11d073;
	transition: .25s;
	animation: s 3s ease infinite;
	border: none;
}
.btn-other:hover {
	color: #fff;
	background: #066e3a;
	transform: scale(0.97);
	border: none;
}

.famous-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

.famous-slide{
    width: calc((100% / 2) - 7.5px);
    z-index: 1;
}

.block__famous{
    padding-top: 40px;
    margin-bottom: 40px;
}

.block__famous .title__intro h2{
    color: var(--silver_gradient_02);
    color: transparent;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(85deg, var(--silver_gradient_01) 0%, var(--silver_gradient_02) 30%, var(--silver_gradient_03) 50%,var(--silver_gradient_02) 80% ,var(--silver_gradient_01) 100%);
        -webkit-background-clip: text;
        background-clip:text;
}

@supports (background-clip: text){
    .block__famous .title__intro h2{
        color: transparent;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(85deg, var(--title_gradient_01) 0%, var(--title_gradient_02) 30%, var(--title_gradient_03) 50%, var(--title_gradient_02) 80%, var(--title_gradient_01) 100%);        -webkit-background-clip: text;
        background-clip:text;
    }
}

.block__famous .title__intro:before,
.block__famous .title__intro:after{
    width: 17px;
    height: 22.5px;
}

.block__famous .title__intro:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/shine-before.png);
}

.block__famous .title__intro:after{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/shine-after.png);
}

.famous-img{
    border-radius: 50%;
    padding: 4px;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto;
}

.famous-img img{
    border-radius: 50%;
    box-shadow: 0 0 0 4px #edb846;
}

.famous-text h3,
.famous-text p{
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    padding: 0.3rem .9rem;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #edb846;
    border-radius: 87px;
    background-color: #2d3a93;
    color: #fff;
    position: relative;
    top: -30px;

}

.famous-text p{
    top: -35px;
}

@media screen and (min-width:768px){
    .famous-slide{
        width: calc((100% / 5) - 7.5px);
        padding-bottom: 1.5rem;
    }

    .famous-slide:nth-child(odd){
        position: relative;
        top: -20px;
    }
    
    .famous-slide:nth-child(even){
        position: relative;
        top: 20px;
    }
}

@media screen and (min-width:1024px){

    .famous-slide{
        width: calc((100% / 8) - 7.5px);
        padding-bottom: 1rem;
    }
}

/*-------------------- 達人輪播 .swiper --------------------*/



.carousel_swiper {
    position: relative;
    max-width: 1100px;
}

.swiper {
    display: flex;
    width: 100%;
}

.swiper-slide>a {
    display: block;
    text-align: center;
}

.swiper-slide>img {
    width: 96%;
    max-width: 96%;
    border-radius: 10px;
    margin: 0 auto;
    height: auto;
}

.swiper-button-disabled {
    opacity: 0.5;
}

/* swiper.css */

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    /* font-variation-settings:
    'FILL'1,
    'wght'600,
    'GRAD'0,
    'opsz'48; */
    vertical-align: middle;
    margin-right: 0.3rem;
    font-size: var(--swiper-navigation-size);
    color: var(--bs-secondary);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    transition: var(--transition-com);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\eaaa';
    margin: 0;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: #11d073;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\eaaa';
    margin: 0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\eaa7';
    margin: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: calc(var(--swiper-navigation-size) * -1);
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: calc(var(--swiper-navigation-size) * -1);
    right: auto;
}

@media screen and (max-width:991px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: calc(var(--swiper-navigation-size) / 4 * 3);
        color: #fff;
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: calc(var(--swiper-navigation-size) / 3);
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: calc(var(--swiper-navigation-size) / 3);
        right: auto;
    }
}

@media screen and (max-width:767px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

/*-------------------- 達人輪播 .swiper END --------------------*/

/*-------------------- 達人輪播 .swiper --------------------*/


.carousel_swiper {
    position: relative;
    max-width: 1100px;
}

.swiper {
    display: flex;
    width: 100%;
}

.swiper-slide>a {
    display: block;
    text-align: center;
}

.swiper-slide>img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin: 0 auto;
    height: auto;
}

.swiper-button-disabled {
    opacity: 0.5;
}

/* swiper.css */

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    /* font-variation-settings:
    'FILL'1,
    'wght'600,
    'GRAD'0,
    'opsz'48; */
    vertical-align: middle;
    margin-right: 0.3rem;
    font-size: var(--swiper-navigation-size);
    color: var(--bs-secondary);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    transition: var(--transition-com);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\eaaa';
    margin: 0;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    color: #11d073;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '\eaaa';
    margin: 0;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '\eaa7';
    margin: 0;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: calc(var(--swiper-navigation-size) * -1);
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: calc(var(--swiper-navigation-size) * -1);
    right: auto;
}

@media screen and (max-width:991px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: calc(var(--swiper-navigation-size) / 4 * 3);
        color: #fff;
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: calc(var(--swiper-navigation-size) / 3);
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: calc(var(--swiper-navigation-size) / 3);
        right: auto;
    }
}

@media screen and (max-width:767px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

/*-------------------- 達人輪播 .swiper END --------------------*/


/*-------------------- section__discount --------------------*/

.discount-item{
    width: 100%;
    max-width: 640px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.btn-discount{
    color: #fff;
    background-color: #6a3906;
    position: absolute;
    right: -6px;
    top: 0;
    height: 100%;
    padding: 0 8px;
    /*border-radius: 87px 12px 12px 87px;*/
    font-size: 1.2rem;
    font-weight: bold;
    writing-mode: vertical-rl ;
    -webkit-writing-mode: vertical-rl ;
    text-align: center;
    cursor: pointer;
    box-shadow: -1px 0 0 1px rgba(255,255,255,.45);
}

.bg-wrap:before{
   content: '';
    width: 39px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.75);
    position: absolute;
    left: 5px;
    top: calc((100% - 50px) / 1);
    transition: 500ms cubic-bezier(0.8, 0, 0.25, 1);
}

.bg-wrap{
    width: 100%;
}

.discount-link{
    position: absolute;
    inset: 0;
    z-index: 1;
    cursor: pointer;
}

.discount-link:hover+.bg-wrap:before{
    transform: scale(10);
    opacity: 0;
}

.discount-BN-wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 190%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-top: 40px;*/
    /*margin-bottom: 60px;*/
    text-align: center;
    transition: all 0.8s ease; 
    animation: colorChange 300ms linear infinite;
}

.discount-BN-wrap:hover {
    filter: drop-shadow(0 0 10px rgba(255, 242, 167, 0.8));
    transform: scale(1.02);
}

@keyframes colorChange {
    0%{
        border-color: #FCF6B7;
    }

    25%{
        border-color: #fff;
    }

    50%{
        border-color: #EDB846;
    }

    75%{
        border-color: #fff;
    }

    100%{
        border-color: #FCF6B7;
    }
}

.cta-discount{
	position: absolute;
    display: block;
    bottom: -50px;
    display: block;
    padding: 0.6rem 3.25rem;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    background-color: var(--mainBg_color);
    color: #fff;
    border-radius: 12px;
    transition: 500ms cubic-bezier(0.8, 0, 0.25, 1);
    border-radius: 500px;
}

.cta-discount:hover,
.cta-discount:active,
.cta-discount:focus{
    box-shadow: rgba(252, 246, 183, 0.19) 0px 10px 20px, rgba(252, 246, 183, 0.23) 0px 6px 6px;
}


@media screen and (min-width:640px){
    .discount-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .discount-item{
        width: calc(50% - 7.5px);
    }

    .discount-item:nth-child(odd){
        margin-right: auto;
    }

    .discount-BN-wrap{
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 95%;
        min-height: 350px;
        object-fit: cover;
        object-position: top center;
        /*border: 2px solid #fff;*/
        border-radius: 12px;
       /* background-position: 0 -10px;*/
       margin-bottom: 40px;
    }

    .cta-discount{
        /*padding: 0.5rem 1rem;*/
        font-size: 1.2rem;
		bottom: -10px;
    }
   
}



@media screen and (min-width:1024px){
    .section__discount{
       /*background-image: linear-gradient(180deg , #171a52 0 , transparent 50%),url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/coupon-bg.jpg);*/
        background-repeat: no-repeat;
        background-position: top center, bottom center;
        background-size: cover ;
    }
    .discount-group{
       justify-content: space-between;
    }

    .discount-item{
        width: calc(33.3333% - 7.5px);
    }

    .discount-item:nth-child(odd){
        margin-right: initial;
    }

    .discount-item:last-child{
        margin-right: auto;
        margin-left: 7.5px;
    }

    .discount-item:nth-last-child(2){
        margin-left: auto;
        margin-right: 7.5px;
    }
}

/*-------------------- section__previous --------------------*/
.tab-group{
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
}

.tab-item{
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 87px;
    padding: 0.5rem 1rem ;
    background: -webkit-linear-gradient(29deg, #dba42b 0%, #d59829 15%, #f5e791 30%, #d0a953 45%, #f5eb96 60%, #dabe68 75%, #d0a953 90%, #dec576 100%);
    color: #000;
    position: relative;
    font-size: 0.9rem;
}

.tab-item:before,
.tab-item:after{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 90%);
    width: 0;
    height: 0;
    border-style: solid;
    opacity: 0;
    transition: opacity 300ms, bottom 300ms;
}

.tab-item:after{
    z-index: 2;
    border-width: 11px 11px 0 11px;
    border-color: #f1ba4d transparent transparent transparent;
}

.tab-item:before{
    z-index: 1;
    border-width: 12px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
}

.tab-group li.active .tab-item{
    border-color: #fff;
}

.tab-group li.active .tab-item:before{
    opacity: 1;
    bottom: -1px;
}

.tab-group li.active .tab-item:after{
    opacity: 1;
    bottom: 0;
}

.history-group{
    padding: 7.5px;
    background-color: rgba(255, 255, 255, 0.21);
    border-radius: 10px;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    backdrop-filter: blur(5px);
   /* box-shadow: inset .2px 0 1px .5px #fff;*/
}

.hotel-item{
    padding: 7.5px;
    width: 50%;
}

.hotel-item a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 0 1px #2d3a93;
    color: #121212;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 300ms;
}

.hotel-item img{
    max-height: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    border-radius:10px 10px 0 0 ;
}

.hotel-item .img-wrap{
    width: 100%;
    position: relative;
    padding-bottom: 65.8%;
    height: 0;
    overflow: hidden;
}

.hotel-item .content-wrap{
    flex-grow: 1;
    padding: 7.5px 15px 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hotel-item h3{
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 10px;
    margin-bottom: auto;
}

.hotel-item .btn{
    display: block;
    text-align: center;
    padding: .5rem 1rem;
    border-radius: 8px;
    background-color: #C7A156;
    color: #fff;
    border: none;
    transition: 300ms;
}

.hotel-item a:hover{
    box-shadow: 0 0 0 3px var(--secondary_color);
    color: #121212;
}

.hotel-item a:hover .btn{
    background-color: var(--secondary_color);
    color: #260e0e;
}

.overBusiness .btn{
    background-color: #aaa;
}

.overBusiness a:hover{
    box-shadow: none;
    cursor: not-allowed;
}

.overBusiness a:hover .btn{
    background-color: #aaa;
    color: #fff;
}
.sm{display: block;
    justify-content: center;
    align-items: center;}


@media screen and (min-width:375px) {
	.sm{display:block;}	
    .tab-group{
        justify-content: center;
        padding: 20px 7.5px;
    }

    .tab-group li{
        margin: 0 2px;
    }

    .tab-item{
        padding: 0.5rem .6rem ;
        font-size: 0.9rem;
    }
}

@media screen and (min-width:768px){
	.sm{display:flex;}
    .tab-group{
        padding: 20px 15px;
        max-width: 600px;
        margin: 0 auto 12px;
    }

    .tab-item{
        padding: .75rem 1.875rem ;
        font-size: 1.25rem;
    }

    .hotel-item{
        width: 33.3333%;
    }

}

/* @media screen and (min-width:1024px) {
    .section__previous{
        background: linear-gradient(180deg , #ffffff3d 0 , transparent 25%);
    }
    .hotel-item{
        width: 25%;
    }
} */

/*-------------------- section__note --------------------*/

.content__note {
    color: #fff;
}

.content__note li{
    font-size: 0.9375rem;
}

.note-item{
    padding-bottom: 20px;
}

.note-item h3{
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
    position: relative;
    margin: 0 auto;
    width: fit-content;
    color: var(--silver_gradient_02);
    color: transparent;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(85deg, var(--silver_gradient_01) 0%, var(--silver_gradient_02) 30%, var(--silver_gradient_03) 50%,var(--silver_gradient_02) 80% ,var(--silver_gradient_01) 100%);
        -webkit-background-clip: text;
        background-clip:text;

}

@supports (background-clip: text){

    .note-item h3{
        color: transparent;
        -webkit-text-fill-color: transparent;
        background-image: -webkit-linear-gradient(85deg, var(--silver_gradient_01) 0%, var(--silver_gradient_02) 30%, var(--silver_gradient_03) 50%,var(--silver_gradient_02) 80% ,var(--silver_gradient_01) 100%);
        -webkit-background-clip: text;
        background-clip:text;
    }
}

.note-item h3:before{
    content: '';
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: var(--silver_color);
}

.note-list{
    line-height: 1.3;
    letter-spacing: 0.01em;
    background: url(https://event.cdn-gunnarworks.com/events/hotel-vote2021/note_icon01.png) no-repeat left 3px;
    padding-left: 20px;
    margin-bottom: 5px;
}


.note-list + .note-list,
.nest-item + .nest-item{
    margin-top: 1rem;
}

.nest-list{
    padding-top: 12px;
}

.nest-item{
    line-height: 1.3;
    letter-spacing: 0.01em;
    background: url(https://event.cdn-gunnarworks.com/events/hotel-vote2021/note_icon02.png) no-repeat left 6px;
    padding-left: 20px
}

.nest-sub-list li{
    list-style: inside disc;
    margin-top: 0.5rem;
}

@media screen and (min-width:768px){
    .content__note li{
        font-size: 1rem;
    }
    
}

@media screen and (min-width:1024px) {
    .note-item h3{
        font-size: 1.5rem;
    }
}

/*-------------------- btn_top --------------------*/

#btn_top {
    position: fixed;
    right: 2px;
    z-index: 999;
}

@media screen and (min-width:768px) {

    #btn_top, #btn_app {
        right: 5px;
    }
}

/*-------------------- section__prize --------------------*/
/* APP 下載區塊 */
.appfirst-sec .day-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0.5rem;
}
.appfirst-sec .day-title > b {
	width: auto;
	padding-inline-start: 0.6rem;
	padding-inline-end: 0.6rem;
	align-items: center;
	letter-spacing: 0.05rem;
	line-height: 100%;
}
.appfirst-sec .day-title > i {
	position: relative;
	display: block;
	flex: 1 0 0%;
	height: min(1px, 1px);
	background: linear-gradient(to right, #11d073 60%);
}
.appfirst-sec .day-title > i:last-of-type {
	background: linear-gradient(to left, #11d073 60%);
}
.appfirst-sec .btn::after,
.appfirst-sec .btn::before {
	font-family: 'Material Symbols Outlined';
	content: '\f2b2';
	font-size: 1.2em;
	vertical-align: middle;
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.appfirst-sec .btn::after  { margin-left: 0.25rem; }
.appfirst-sec .btn::before { margin-right: 0.25rem; }
.btn_sale::after {
	font-family: 'Material Symbols Outlined';
	content: '\e913';
	vertical-align: sub;
	margin-inline-start: 0.25rem;
	font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.draw-promo{
    display: block;
   /* background-color: rgba(255,255,255,.45);*/
    border-radius: 10px;
   /* backdrop-filter: blur(5px);*/
   /* box-shadow: inset 0.2px 0 1px 0.5px #fff;*/
    /* padding: 15px; */
    color: #fff;
    margin-bottom: 40px;
}

.promo-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.promo-text h3{
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 10px;
    margin-bottom: auto;
}
.promo-text h6{
    color: #11d073;
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: auto;
}

.promo-text p{
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
}

.promo-text .btn{
    display: block;
    text-align: center;
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
    border-radius: 8px;
    background: -webkit-linear-gradient(29deg, #dba42b 0%,#d59829 15%,  #f5e791 30%,#d0a953 45%,  #f5eb96 60%,#dabe68 75%, #d0a953 90% , #dec576 100%);
    color: #000;
    border: none;
    transition: 300ms;
    cursor: pointer;
}
.promo-text:hover .btn{
    background: -webkit-linear-gradient(60deg, #dba42b 0%,#d59829 15%,  #f5e791 30%,#d0a953 45%,  #f5eb96 60%,#dabe68 75%, #d0a953 90% , #dec576 100%);
}

.draw-promo:hover .btn{
    background-color: var(--secondary_color);
    color: #260e0e;
}

@media screen and (min-width:768px) {
    .draw-promo{
        display: flex;
        align-items: center;
        max-width:800px;
        margin: 0 auto 30px;
    }

    .promo-img,
    .promo-text{
        flex: 1;
    }

    .promo-text h3{
        font-size: 1.5rem;
    }
}

.title__prize{
    display: flex;
    flex-direction: row;
    color: var(--silver_gradient_02);
    
  font-size: 1.5rem;
  color: transparent;
        /*-webkit-text-fill-color: transparent;*/
        color: #f5c9c9;
        -webkit-background-clip: text;
        background-clip:text;
        margin-top: 5px;
}
.title__prize span{
    font-size: 2.2rem;
}

@supports (background-clip: text){

    .title__prize{
        color: transparent;
       /* -webkit-text-fill-color: transparent;*/
        color: #11d073;
        -webkit-background-clip: text;
        background-clip:text;
    }
}

.title__prize:before,
.title__prize:after{
    width: 17px;
    height: 22.5px;
}

.title__prize:before{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/shine-before.png);
}

.title__prize:after{
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/shine-after.png);
}

@media screen and (min-width:992px){
    .title__prize{
        font-size: 1.5rem;
        
    }
}
@media screen and (max-width:768px){
    .promo-text h6{
    text-align: center;
    }
    .title__prize{
        display: flex; flex-direction:column;       
    }
    .title__prize:before{
    background-image:none;
    }

    .title__prize:after{
        background-image: none;
    }     
}

.prize-list{
    margin-bottom: 40px;
}

.table-responsive{
    width: 100%;
    overflow-x: auto;
}

.prize-group{
    color: #fff;
    border-spacing: 0;
    white-space: nowrap;
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}
.title_win{
	font-size: 1.4rem;
    text-align: center;
    color: #6d0000;
}
tr{
    text-align: center;
    height: 50px;
}

th{
    padding: 10px;
}

td,th{
    height: 1rem;
    vertical-align: middle;
}

table th:nth-child(1){
    width: 30%;
}

table th:nth-child(2){
    width: 30%;
}

table th:nth-child(3){
    width: 10%;
}
table th:nth-child(4){
    width: 30%;
}

table thead{
    background-color: #c7a156;
}

table th:first-child{
    border-radius: 5px 0 0 0 ;
}
table th:last-child{
    border-radius: 0 5px 0 0 ;
}
table tbody tr:last-child td:first-child{
    border-radius:  0 0 0 5px;
}
table tbody tr:last-child td:last-child{
    border-radius:  0 0 5px 0 ;
	    padding: 17px;
}

table tbody tr:nth-child(even){
    background-color: rgba(255,255,255,.45);
    backdrop-filter: blur(2px);
}

table tbody tr:nth-child(odd){
    background-color: rgba(255,255,255,.15);
    backdrop-filter: blur(5px);
}

.hotelImg-group{
    padding-bottom: 20px;
}

.hotelImg-text{
	margin: 10px 0;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 0.5rem;
    color: #fff;
    font-size: 1.125rem;
}
.hotelImg-text span{
    font-weight: 800;
    color: #11d073;
    font-size: 2.125rem;
}
.hotelImg-text_soon{
    line-height: 1.5;
    text-align: center;
    padding-bottom: 0.5rem;
    color: #fff;
    font-size: 1.125rem;
	margin-top: 30px
}


.extraPrize-text{
    line-height: 1.3;
    text-align: center;
    background-color: #fff;
    color: #121212;
    font-size: 0.9rem;
    padding: 8px 0;
}

.swiper-scrollbar-drag{
	height: 15px !important;
    background: rgba(245,224,128,.5) !important;
}
.swiper-scrollbar{
    background: rgba(245,224,128,.1) !important;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{bottom: -16px !important}

@media screen and (min-width:992px){
    .prize-group{
        max-width: 800px;
    }

    .hotelImg-text{
        font-size: 1.3rem;
    }

    .extraPrize-text{
        font-size: 1.125rem;
    }

    .textWrap-xs{
        display: none;
    }
}

/* section__winner */

.winner-group{
    padding-bottom: 20px;
}

.winner-group + .winner-group{
    border-top: 1px solid #fff;
    padding-top: 20px;
}

.winner-text{
    color: #fff;
}

.winner-text h3{
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.winner-text p{
    line-height: 1.4;
    margin-bottom: 1rem;
    letter-spacing: .1em;
}

.winner-item a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #2d3a93;
    color: #121212;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 300ms;
}

.winner-item img{
    max-height: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    border-radius: 10px 10px 0 0 ;
	left: 0;
}

.winner-item .img-wrap{
    width: 100%;
    position: relative;
    padding-bottom: 65.8%;
    height: 0;
    overflow: hidden;
}

.winner-item .content-wrap{
    flex-grow: 1;
    padding: 7.5px 15px 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.winner-item h3{
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 10px;
    margin-bottom: auto;
}

.winner-item .btn{
    display: block;
    text-align: center;
    padding: .5rem 1rem;
    border-radius: 8px;
    background-color: #2d3a93;
    color: #fff;
    border: none;
    transition: 300ms;
}

.winner-item a:hover{
    box-shadow: 0 0 0 3px var(--secondary_color);
    color: #121212;
}

.winner-item a:hover .btn{
    background-color: var(--secondary_color);
    color: #260e0e;
}

.winner-medal{
    position: absolute;
    top: -8px;
    left: -24px;
    z-index: 2;
    width: 80px;
    height: 80px;
    background-image: url(https://event.cdn-gunnarworks.com/events/hotel-vote2022/icon/medal-01.png);
    background-repeat: no-repeat;
    background-position: center center ;
    background-size: contain;
}


@media screen and (min-width:768px) {

    .vacation-group{
        padding: 5px 8px;
        overflow: hidden auto;
    }
}

@media screen and (min-width:1024px){
    .section__winner{
       /* background-image: linear-gradient(180deg,#1C234333 0%,#2D3A93cc 45%,#000 100% );*/
        background-repeat: no-repeat;
        background-position: bottom center ;
        background-size:  cover;
        position: relative;
    }

    .section__winner .wrapper{
        position: relative;
        z-index: 3;
    }
}

.winner-item.swiper-slide{
    width: 90%;
}

@media screen and (min-width:768px){
    .winner-item.swiper-slide{
        width: 300px;
    }
}

.vacation-group .navigation{
    width: 100px;
    height: 50px;
    margin: 1rem auto 0;
    position: relative;
    z-index: 1;
}

.vacation-group .swiper-button-prev,
.vacation-group .swiper-button-next{
    top: 50%;
}

.vacation-group .swiper-button-prev::after{
    text-shadow:  0 2px 8px #121212;
    content:'\eaa7';
    font-family:'Material Icons';
}
.vacation-group .swiper-button-next::after{
    text-shadow:  0 2px 8px #121212;
    content:'\eaaa';
    font-family:'Material Icons';
}


