/* 字型 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@1,700&family=Noto+Sans+TC:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@1,700&family=Noto+Sans+TC:wght@600;900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

*{
     margin: 0 auto;
    box-sizing: border-box;
} 
body{
    background: #082242; 
} 
/*-------- menu設定 ---------*/
.snip1226 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  font-weight: 500;
}
.snip1226,.navbar-nav,.nav-item a,.navbar-nav a,.nav-item a:hover  ,.navbar-phone{
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  
}
.snip1226 li {
  display: inline-block;
  list-style: outside none none;
  /* margin: 0 1.5em; */
  overflow: hidden;
}
.snip1226 a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, .7);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.snip1226 a:before,
.snip1226 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
 
}
.snip1226 a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-image: linear-gradient(to left, #ff9305, #ffff00);
  border-radius: 50%;
  
}
.snip1226 a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current a {
  transform: translateY(100%);
}
.box-style-1{
    width: 100%;
    height: auto;
    position: relative;
    background: #082242;
    margin: 0 auto;
 }
 .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    grid-column: 1;
} 
 .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #02011294;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.navbar-brand {
    flex-grow: 1;
    
 
}
.navbar-brand img{
    width:7rem ;
    height: 2.6rem;
}

.navbar-collapse {
    
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    justify-content: end;
} 
.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}



.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:hover{
    text-decoration: none;
}


.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33;
    color: white;
    width: 27rem;
    text-align: center;
}
.banner-text p{
    font-size: 2.8rem;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    line-height: 4.2rem;
    letter-spacing: 3px;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.842);

}

.banner-text .color{
    font-family: 'Kanit', sans-serif;
    font-weight: 700;
    font-size: 4rem;
    background: linear-gradient(to right, #ffce6e, #f2c26c, #ea6e23);
    background: -webkit-linear-gradient(to right, #ffce6e, #f2c26c, #ea6e23);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0);
}


/*scroll down*/
.up-arrow{
    width: 3.3rem;
    height: 3.3rem;
}
.close{
    width: 3rem; 
    right: 1rem; 
    top: 1rem; 
    cursor: pointer

}
.logo{
    width: 6.5rem;
    justify-content: center;
    display: flex;
    align-items: center;
}
/* ---------------- box-style-2 ----------------- */
.box-style-2{
    width: 100%;
    height:90vh;
    position: relative;
    background: #021a3d;
    margin: 0 auto;
    padding: 6rem 0;
    background: url(../images/about.jpg) no-repeat;
    background-size: cover;
    background-position: center;
 }
 .box-style-2 .box{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 6.5rem 0 0 0;
    z-index: 3;
}
.box-style-2 .about-right-photo{
    z-index: 1;
}
.box-style-2 .about-right-photo img{
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background-size: contain;
    height:79vh;
}
.box-style-2 .box .title{
    width: 100%;
}

.box-style-2 .box .title .ch{
    font-size: 3rem;
    font-family: 'Kanit', sans-serif;
    font-weight:600;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}
.box-style-2 .box .title .ch::before{
    content: '';
    background: url(../images/glitter.png) no-repeat;
    width:22.938rem ;
    height:6.625rem ;
    position: absolute;
    left: -10rem;
    top: 1.5rem;
}
.box-style-2 .box .title .en{
    font-size: 4.5rem;
    font-family: Helvetica, sans-serif;
    font-weight:900;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 0px 10px #ffec00;
    margin: -2rem 0rem 3rem 7.7rem;
    position: relative;
}
.box-style-2 .box .text{
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 2.3rem;
    font-family:'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
    letter-spacing: 2px;
    width: 100%;
    z-index: 66;
}

/* ---------------- box-style-3 ----------------- */
.box-style-3{
    width: 100%;
    position: relative;
    background: #021a3d;
    margin: 0 auto;
    padding: 6rem 0;
    background: url(../images/template-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
 }
 .box-style-3 .box{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 3;
}
.box-style-3 .box .title{
    position: relative;
    width: 100%;
}

.box-style-3 .box .title .ch{
    font-size: 3rem;
    font-family: 'Kanit', sans-serif;
    font-weight:600;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}
.box-style-3 .box .title .ch::before{
    content: '';
    background: url(../images/glitter.png) no-repeat;
    width:22.938rem;
    height:6.625rem;
    position: absolute;
    left: -10rem;
    top: 1.5rem;
}
.box-style-3 .box .title .en{
    font-size: 4.5rem;
    font-family: Helvetica, sans-serif;
    font-weight:900;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 0px 10px #ffec00;
    margin: -2rem 0rem 1.5rem 7.7rem;
    position: relative;
}
.box-style-3 .text{
    position: relative;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 2.3rem;
    font-family:'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
    letter-spacing: 2px;
    width: 100%;
    z-index: 66;
    text-align: center;
    padding: 0 0rem 3rem 0rem;
}
.box-style-3 .icon-button-box{
    display: flex;
    padding: 1.25rem 0;
    justify-content: center;
}

.box-style-3 .icon-button-box .fa-link{
    font-size: 1rem;
    color: white;
    padding: .7rem .6rem;
    background: green;
    border-radius: 50%;
    margin: 0 .5rem;
    cursor: pointer;
  
  }
  .box-style-3 .icon-button-box .fa-image{
    font-size: 1rem;
    color: white;
    padding: .7rem .7rem;
    background: orange;
    border-radius: 50%;
    margin: 0 .5rem;
    cursor: pointer;
  }
  

/* ---------------- box-style-4 ----------------- */
.box-style-4{
    position: relative;
    background: #0b1833;
    margin: 0 auto;
    padding: 6rem 0;
    background-position: top right;
    background-size: contain;
 }
 .box-style-4 .four-photo{
    width: 922px;
    height:383px ;
    right: 1rem;
    top: 0rem;
    z-index: 1;
    position: absolute;
    background-size: contain;
    background: url(../images/four-photo-bg.png) no-repeat;
    background-position: top right;

}
.box-style-4 .four-photo img{
    width: 20.313rem;
    height: 19.938rem ;
    right: 1rem;
    top: 2.5rem;
    z-index: 1;
    position: absolute;
    background-size: contain;  
}
.box-style-4 .four-bottom-bg img{
    width: 100%;
    height: 25.188rem;
    position: absolute;
    background-size: cover;
    bottom: 0;
    opacity: .7;
    
}
.box-style-4 .box{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 3;
}
.box-style-4 .box .title{
    position: relative;
    width: 100%;
}

.box-style-4 .box .title .ch{
    font-size: 3rem;
    font-family: 'Kanit', sans-serif;
    font-weight:600;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}
.box-style-4 .box .title .ch::before{
    content: '';
    background: url(../images/glitter.png) no-repeat;
    width:367px ;
    height:106px ;
    position: absolute;
    left: -10rem;
    top: 1.5rem;
}
.box-style-4 .box .title .en{
    font-size: 4.5rem;
    font-family: Helvetica, sans-serif;
    font-weight:900;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 0px 10px #ffec00;
    margin: -2rem 0rem 1.5rem 7.7rem;
    position: relative;
}
.box-style-4 .box-card{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 1rem 0;
    justify-content: center;
    z-index: 3;
}
.box-style-4 .icon{
    width:4.75rem;
    height:4.75rem;


}
.box-style-4 .box-card .title{
    font-size: 1.5rem;
    font-family: 'Kanit', sans-serif;
    font-weight:600;
    letter-spacing: 2px;
    padding: 1rem 0;
    color: #caf8f9;
    text-align: center;
}

.box-style-4 .box-card .text{
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.8rem;
    font-family:'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
    letter-spacing: 2px;
    text-align: justify;
    padding: 0 1.25rem 1rem 2rem;
}
/* ---------------- box-style-5 ----------------- */
.box-style-5{
    width: 100%;
    height:949px ;
    position: relative;
    background: #242f35;
    padding: 6rem 0;
    background-image: url(../images/five-bg.png) ;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    
 }

 .box-style-5 .box{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 3;
}
.box-style-5 .box .title{
    position: relative;
    width: 100%;
}

.box-style-5 .box .title .ch{
    font-size: 3rem;
    font-family: 'Kanit', sans-serif;
    font-weight:600;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}
.box-style-5 .box .title .ch::before{
    content: '';
    background: url(../images/glitter.png) no-repeat;
    width:22.938rem ;
    height:6.625rem ;
    position: absolute;
    left: -10rem;
    top: 1.5rem;
}
.box-style-5 .box .title .en{
    font-size: 4.5rem;
    font-family: Helvetica, sans-serif;
    font-weight:900;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 0px 10px #ffec00;
    margin: -2rem 0rem 1.5rem 7.7rem;
    position: relative;
}
.box-style-5 .five-box-card{
    width: 65%;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 0 0 0;
}


.box-style-5 .five-box-card .left-box,.box-style-5 .five-box-card .right-box{
    width: 320px;
    height: 550px;
    border-radius: 1rem;
    border: 4px solid ;
    margin: auto;
    padding: 2rem 0;
    
	
    
}

.box-style-5 .five-box-card .left-box.border-img,.box-style-5 .five-box-card .right-box.border-img{
   -moz-border-image: -moz-linear-gradient(45deg, #0098e2 40%, #00ec93 100%);
   -webkit-border-image: -webkit-linear-gradient(45deg, #0098e2 40%, #00ec93 100%);
   border-image: linear-gradient(45deg, #0098e2 40%, #00ec93 100%);
   border-image-slice: 1;
}

.box-style-5 .five-box-card .five-girl{
    position: absolute;
    width:23.688rem;
    height:44.25rem;
    right: 4.5rem;
    top: 7rem;

}

.box-style-5 .five-box-card .left-box .title,
.box-style-5 .five-box-card .right-box .title{
    font-size: 1.5rem;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 1rem 0 .5rem 0;
    color: #00ec93;
    text-align: center;
}
.box-style-5 .five-box-card .left-box .text,
.box-style-5 .five-box-card .right-box .text{
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 1.8rem;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
    letter-spacing: 2px;
    text-align: justify;
    padding: .5rem 2rem 1rem 2rem;
}

/* ---------------- box-style-6 ----------------- */
.box-style-6{
    width: 100%;
    height:auto ;
    position: relative;
    background: #04192c;
    padding: 6rem 0 9rem 0;
    background-image: url(../images/six-bg.png) ;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
 }

 .box-style-6 .box{
    position: relative;
    width: 68%;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 3;
}
.box-style-6 .box .title{
    position: relative;
    width: 100%;
}

.box-style-6 .box .title .ch{
    font-size: 3rem;
    font-family: 'Kanit', sans-serif;
    font-weight:600;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}
.box-style-6 .box .title .ch::before{
    content: '';
    background: url(../images/glitter.png) no-repeat;
    width:367px ;
    height:106px ;
    position: absolute;
    left: -10rem;
    top: 1.5rem;
}
.box-style-6 .box .title .en{
    font-size: 4.5rem;
    font-family: Helvetica, sans-serif;
    font-weight:900;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 0px 10px #ffec00;
    margin: -2rem 0rem 1.5rem 7.7rem;
    position: relative;
}
.box-style-6 .text{
    position: relative;
    font-size: 1.125rem;
    color: #ffffff;
    line-height: 2.3rem;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
    letter-spacing: 2px;
    width: 65%;
    z-index: 66;
    text-align: left;
    padding: 0 0rem 3rem 0rem;
}

.box-style-6 .six-girl img {
    width: 27.563rem;
    height: auto;
    left: 5rem;
    top: -2rem;
    position: absolute;
}
.box-style-6 .qrcode-box{
    position: relative;
    float: right;
    width: 40%;
    flex-direction: column;
    grid-column: 2;
    display: flex;
    justify-content: center;
}
#line-box-text .text{
    font-size: 1.25rem;
    color: #ffffff;
    text-align: center;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    padding: 1.5rem 0;
}
#line-box-text {
    flex-direction: row;
    display: flex;
}
#line-box-text .left{
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    margin-top: 2rem;
}
#line-box-text .right{
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    transform: rotate(-55deg);
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    margin-top: 2rem;
}


.qrcode-box .box-ph{
    flex-direction: row;
    display: flex;
    gap: 3em;
    }
.box-ph .code-right,.box-ph .code-left{
    flex-direction: column;
    display: flex;
    justify-content: center;
    }    
.qrcode-box .code-right .search-box,.qrcode-box .code-left .search-box{
    width: 10rem;
    height: 2rem;
    border: solid 1px #ffffff;
    font-size: .875rem;
    color: white;
    font-weight: 500;
    margin: 1rem auto;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding: 0 .5rem;
}

#search-box .line{
    height: 2rem;
    margin: 0rem 0rem 0 0rem;
    border-left: solid 1px #ffffff;
    content: '';
    margin: 0 0 0 .25rem;
}
#search-box .text2{
    font-size: .875rem;
    color: white;
    font-weight: 500;
    letter-spacing: 0;
}
#search-box .text2 a,#search-box .text2:hover{
     text-decoration: none;
     color: rgba(255, 255, 255, .7);
}

#search-box .fa-magnifying-glass{
    margin: 0 0 0 .5rem;
}


/* ------------ 聯絡我們按鈕設定 ---------- */
.draw-border {
    box-shadow: inset 0 0 0 2px #58afd1;
    color: #58afd1;
    transition: color 0.25s 0.0833333333s;
    position: relative;
  }
  .draw-border::before, .draw-border::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
  }
  .draw-border::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
  }
  .draw-border::after {
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .draw-border:hover {
    color: #eafa59;
  }
  .draw-border:hover::before, .draw-border:hover::after {
    border-color: #eafa59;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  .draw-border:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }
  .draw-border:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }
  
  .btn {
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.2;
    font: 600 1.125rem 'Kanit', sans-serif;
    padding: .5em 2em;
    letter-spacing: 0.05rem;
  }
  .btn:focus {
    outline: 2px dotted #96fcff;
  }
  /* ---------------- box-style-7 ----------------- */

 .box-style-7{
    width: 100%;
    height: 53.875rem;
    position: relative;
    background: #0e2444;
    margin: 0 auto;
    padding: 6rem 0 0 0;
    background: url(../images/seven-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
 }

 .box-style-7 .box-w{
    width: 66%;

 }

 .box-style-7 .box{
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 3;
}
.box-style-7 .box .title{
    position: relative;
    width: 100%;
}

.box-style-7 .box .title .ch{
    font-size: 3rem;
    font-family: 'Kanit', sans-serif;
    font-weight:600;
    letter-spacing: 2px;
    color: #ffffff;
    position: relative;
}
.box-style-7 .box .title .ch::before{
    content: '';
    background: url(../images/glitter.png) no-repeat;
    width:367px ;
    height:106px ;
    position: absolute;
    left: -10rem;
    top: 1.5rem;
}
.box-style-7 .box .title .en{
    font-size: 4.5rem;
    font-family: Helvetica, sans-serif;
    font-weight:900;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 0px 10px #ffec00;
    margin: -2rem 0rem 1.5rem 7.7rem;
    position: relative;
}

.box-style-7 .all-logo{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap:3em ;
    justify-content: center;
    align-items: center;
    padding: 3.5rem 0 0 0;
   
}
.all-logo .one-logo {
    width:15.625rem ;
    height:7.813rem ;
}
.all-logo .royal-slot {
    width:7.938rem ;
    height:6.063rem ;
}
.all-logo .oriental {
    width:7.5rem ;
    height:6.125rem ;
}
.all-logo .cq9 {
    width:9.938rem ;
    height: 3.688rem;
}
.all-logo .dream {
    width:9.875rem ;
    height: 6.063rem;
}
.all-logo .sa {
    width:4.875rem ;
    height:6.125rem ;
}
.all-logo .gdo {
    width:11.5rem ;
    height: 6.875rem;
}
.all-logo .poly {
    width:6.938rem ;
    height: 5.875rem;
}
.all-logo .w {
    width:6.875rem ;
    height: 7rem;
}
.all-logo .zebra {
    width:7.875rem ;
    height: 7.125rem;
}
.all-logo .be {
    width:6.75rem ;
    height:3.938rem ;
}
.all-logo .bng {
    width:9.563rem ;
    height:2.938rem ;
}

  /* ---------------- footer ----------------- */

  .footer{
    width: 100%;
    height: 5.563rem;
    position: relative;
    background: #0e2444;
    margin: 0 auto;
    font-size: 1.125rem;
    font-family: 'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
    padding: 2rem 0;
    color: white;
    text-align: center;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    background-position: top center;
    letter-spacing: 1px;
 }

 /* ---------------- css hover ----------------- */
  /* Pulse */
  @-webkit-keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes hvr-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  .hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }



/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
/* Sink */
.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

 /* Hang */
@-webkit-keyframes hvr-hang {
    0% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
    100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
  }
  @keyframes hvr-hang {
    0% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    50% {
      -webkit-transform: translateY(4px);
      transform: translateY(4px);
    }
    100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
  }
  @-webkit-keyframes hvr-hang-sink {
    100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
  }
  @keyframes hvr-hang-sink {
    100% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
  }
  .hvr-hang {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-hang:hover, .hvr-hang:focus, .hvr-hang:active {
    -webkit-animation-name: hvr-hang-sink, hvr-hang;
    animation-name: hvr-hang-sink, hvr-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }


@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}

@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}
@media (max-width: 1680px) {
    
    .scroll{
        top: 41rem;
    }
    .scroll::before {
        top: 15px;
        left: 18px;
        width: 18px;
        height: 18px;
}

}
@media (max-width: 1600px) {
    .scroll {
        top: 38rem;
    }
    .scroll {
        width: 45px;
        height: 45px;
    }
    .scroll::before {
        top: 11px;
        left: 13px;
        width: 15px;
        height: 15px;
    }
}
@media (max-width: 1366px) {
    .scroll {
        top: 32.5rem;
    }
    .up-arrow{
        width: 2.5rem;
        height: 2.5rem;
    }
    .logo {
        width: 5rem;
    }
    .nav-link {
        padding: 0rem 0rem;
    }
   
    .banner-text p{
        font-size: 2.1rem;
        line-height: 3rem;
    }
    .banner-text .color{
        font-size: 2.9rem;
    }
    .box-style-2 {
        height: auto;
    }
    .box-style-2 .about-right-photo img {
        height: auto;
        width: 54rem;
    }
    .box-style-2 .box {
        padding: 0rem 0 0 0;
    }
    .box-style-7 .box-w {
        width: 95%;
    }

}

@media (max-width: 1280px) {
    .close{
        width: 2.5rem; 
    }
    .scroll{
        top:70%;
    }
    .box-style-2 .photo img {
        height: 90vh;
    }
    .box-style-4 .four-photo img {
        top: 1rem;
    }
    .box-style-6 .qrcode-box {
        width: 41%;
    }
    .box-style-6 .six-girl img {
        width: 22.563rem;
        height: auto;
        left: 10rem;
    }
    .box-style-7 {
        width: 100%;
        height: auto;
        padding: 6rem 0 6rem 0;
    }
    .box-style-7 .box-w {
        width: 100%;
    }
   
}
@media (max-width: 1152px) {
    
    
    .scroll {
        width: 35px;
        height: 35px;
    }
    .scroll::before {
        top: 9px;
        left: 9px;
        width: 12px;
        height: 12px;
    }
    .scroll {
        top: 27rem;
    }
    
    .logo {
        width: 4.3rem;
    }
    .box-style-7 .box-w {
        width: 90%;
    }
    .box-style-6 .six-girl img {
        width: 25.563rem;
        height: auto;
        left: 0;
    }
    .box-style-6 .box .title .en {
        margin: -2rem 0rem 1.5rem 4.7rem;
    }
    .box-style-5 .five-box-card {
        width: 75%;
    }
    .box-style-5 .five-box-card .five-girl {
        position: absolute;
        width: 19.688rem;
        height: 44.25rem;
        right: 0rem;
        top: 11rem;
    }
}
@media (max-width: 1024px) {
    .box-style-6 .six-girl img {
        width: 23.563rem;
        height: auto;
        left: 41px;
    }
    .scroll {
        top: 24rem;
    }
    .banner-text p {
        font-size: 1.65rem;
        line-height: 2.3rem;
    }
    .banner-text .color {
        font-size: 2.3rem;
        letter-spacing: 2px;
    }
    
}

@media (min-width: 1024px) {
.navbar-phone,.fixed-top-phone{
    display: none;
}
}
/* ------ menu漢堡設定 ------ */
@media (max-width: 1023px) {    
    

}
@media (max-width: 1023px) {
    #navbar-nav,.fixed-top{
        display: none;
     }
    .nav-link:hover {
        color: #fff533;
        text-decoration: none;
    }
    .fixed-top-phone {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: rgba(2, 2, 2, 0.7);
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    
     .box-style-2 .box {
        top: 31vh;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        gap: 1em;
    }
    
    .fa-bars{
        font-size: 1.7rem;
        float: right;
        right: 1rem;
        color: rgba(255, 255, 255, 0.8);
    }
    .fa-bars a,.fa-bars a:hover{
        color: wheat;
    }
    .navbar-phone {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        padding: .5rem 2rem;
    }
    .logo-phone img {
        width: 5rem;
        position: relative;
        left: 45%;
    }
    .navbar-phone .navbar-nav .nav-link a .nav-link a:hover{
        color: rgba(255, 255, 255, 0.8);
    }
    .navbar-phone .navbar-nav .nav-item .nav-link{
        display: flex;
        color: white;
        width: 100%;
        text-align: center;
    }
    .navbar-phone .navbar-nav .nav-item .nav-link:hover{
        color: yellow;
        padding: .5rem 8rem;
        /* background: rgba(24, 41, 84, .8); */
        background: rgba(12, 73, 140, .8);
    }
      
    
  
}
@media (max-width: 991px) {
    .box-style-2 .about-right-photo img {
        height: auto;
        width: 36rem;
    }
    .box-style-2 {
        height: auto;
    }
    .box-style-2,
    .box-style-3,
    .box-style-4,
    .box-style-5,
    .box-style-6,
    .box-style-7 {
        padding: 3rem 0 3rem 0;
    }
    .box-style-2 .box .title .ch,
    .box-style-3 .box .title .ch,
    .box-style-4 .box .title .ch,
    .box-style-5 .box .title .ch,
    .box-style-6 .box .title .ch,
    .box-style-7 .box .title .ch {
        font-size: 2rem;
    }
    .box-style-2 .box .title .en,
    .box-style-3 .box .title .en ,
    .box-style-4 .box .title .en ,
    .box-style-5 .box .title .en ,
    .box-style-6 .box .title .en ,
    .box-style-7 .box .title .en  {
        font-size: 2.5rem;
        margin: -1.2rem 0rem 1rem 4.7rem;
    }

    .box-style-2 .box {
        top: 0;
    }
    .box-style-2 .box .title .ch::before,
    .box-style-3 .box .title .ch::before,
    .box-style-4 .box .title .ch::before,
    .box-style-5 .box .title .ch::before,
    .box-style-6 .box .title .ch::before,
    .box-style-7 .box .title .ch::before{
        left: -10rem;
        top: .3rem;
    }
    .box-style-3 .item{
        padding: 0 0 3rem 0;
    }
    
    .box-style-2 .box .text {
        font-size: 1rem;
        line-height: 2rem;
        z-index: 666;
        margin: 1rem 0 0 0;
    }
    .box-style-4 .four-photo img {
        width: 14.313rem;
        height: auto;
        right: 0rem;
    }
    .box-style-3 .text {
        font-size: 1rem;
        line-height: 2rem;
        padding: 0 0rem 3rem 0rem;
    }
    .box-style-4 .icon {
        width: 3.4rem;
        height: auto;
    }
    .box-style-4 .box-card .title {
        font-size: 1.2rem;
        padding: 1rem 0 0.5rem 0;
    }
    .box-style-4 .box-card .text {
        font-size: 1rem;
        line-height: 1.8rem;
        padding: 0 1rem 1rem 1rem;
    }
    .box-style-5 .five-box-card {
        width: 77%;
    }
    .box-style-5 .five-box-card .left-box .title, .box-style-5 .five-box-card .right-box .title {
        font-size: 1.375rem;
        padding: 1rem 0 0.5rem 0;
    }
    .box-style-5 .five-box-card .left-box .text, .box-style-5 .five-box-card .right-box .text {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0.5rem 1rem 1rem 1rem;
    }
    .box-style-5 .five-box-card .five-girl {
        width: 13.688rem;
        height: 44.25rem;
        right: 0rem;
        top: 11rem;
    }
    .box-style-5 .five-box-card .left-box, .box-style-5 .five-box-card .right-box {
        width: 15rem;
        height: 29.375rem;
        padding: 2rem 0;
        z-index: 3;
    }
    .box-style-5 {
        height: auto;
    }
    .box-style-6 .text {
        font-size: 1rem;
        line-height: 2rem;
    }
    .box-style-6 .six-girl img {
        width: 18.563rem;
        height: auto;
        left: -2rem;
        top: -1rem;
    }
    .box-style-6 .qrcode-box {
        width: 50%;
    }
    .box-style-7 .box-w {
        width: 80%;
    }
    .box-style-7 .all-logo {
        gap: 2em;
        padding: 1rem 0 0 0;
    }
    .all-logo .one-logo {
        width: 10.625rem;
        height: auto;
    }
    .all-logo .royal-slot {
        width: 4.938rem;
        height: auto;
    }
    .all-logo .be {
        width: 4rem;
        height: auto;
    }
    .all-logo .cq9 {
        width: 5.938rem;
        height: auto;
    }
    .all-logo .sa {
        width: 2.875rem;
        height: auto;
    }
    .all-logo .gdo {
        width: 7.5rem;
        height: auto;
    }
    .all-logo .poly {
        width: 4.2rem;
        height: auto;
    }
    .all-logo .w {
        width: 4.2rem;
        height: auto;
    }
    .all-logo .bng {
        width: 5.563rem;
        height: auto;
    }
    .all-logo .oriental {
        width: 4.5rem;
        height: auto;
    }
    .all-logo .zebra {
        width: 3.875rem;
        height: auto;
    }
    .all-logo .dream {
        width: 5.875rem;
        height: auto;
    }
    .footer {
        height: 3.563rem;
        font-size: 1rem;
        padding: 1rem 0;
    }
    .form-group .title {
        font: 1rem sans-serif;
    }
    .btn {
        font: 600 1rem 'Kanit', sans-serif;
    }


}



@media (max-width: 860px) {
.banner-text p {
    font-size: 1.45rem;
    line-height: 2rem;
}
.banner-text .color {
    font-size: 1.8rem;
}
}

@media (max-width: 820px) {
.banner-text p{
    padding: 5rem 0 0 0;
}
}
@media (max-width: 768px) {
    .six-girl{
        display: none;
    }
}
@media (min-width: 768px) {
    .five-girl-nb,.six-girl-nb,.text-nb{
        display: none;
    }
    
}
@media (max-width: 767px) {
    .six-girl,.box-style-2 .box .text,.six-girl-nb{
        display: none;
    }
    .box-style-2 .text-nb{
        position: relative;
        font-size: 1rem;
        color: #ffffff;
        line-height: 2rem;
        font-family:'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', sans-serif;
        letter-spacing: 2px;
        width: 100%;
        z-index: 66;
        padding: 0 1rem;
        text-align: justify;
        z-index: 2;
    }
    
    .box-style-6 .six-girl-nb img {
        width: 9.125rem;
        height: auto;
        right: 2rem;
        top: -5rem;
        position: absolute;
    }
    .box-style-4 .four-photo img {
        width: 11.313rem;
    } 
    .five-girl{
        display: none;
    }
    .box-style-5 .five-box-card .five-girl-nb {
        position: absolute;
        width: 10.688rem;
        height: 44.25rem;
        right: 0rem;
        top: -2.5rem;
        z-index: 1;
    }
    .box-style-5 .box {
        width: 68%;
    }
    .box-style-5 .five-box-card {
        width: 100%;
    }
    .box-style-6 .text {
        width: 100%;
        padding: 0 0rem .5rem 0rem;
    }
    .box-style-6 .box {
        width: 97%;
    }
    .box-style-6 .qrcode-box {
        width: 100%;
    }
    .box-style-6 {
        background-size: cover;
    }
    .banner-text p {
        font-size: 1.65rem;
        line-height: 2.3rem;
    }
    .banner-text .color {
        font-size: 2.3rem;
        letter-spacing: 2px;
    }
    
    
}


@media (max-width: 720px) {
.scroll {
    width: 60px;
    height: 60px;
    border: 2px solid #f7fd95;
    border-radius: 50%;
    position: absolute;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
    top: 80%;
    left: 50%;
    z-index: 666;
    box-shadow: 2px 3px 3px 3px #3a3434e6;
    
}

.scroll::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid #f7fd95;
    border-bottom: 2px solid #f7fd95;
    transform: rotate(-45deg);

    
}

.banner-text {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, -0%);
    z-index: 33;
    color: white;
    width: 100%;
    text-align: center;
    padding: 8.9rem 0 0 0;
}
.banner-text p {
    font-size: 2.2rem;
    line-height: 3.2rem;
    font-weight: 600;
}
.banner-text .color {
    font-size: 2.7rem;
}
}
@media (max-width: 600px) {
.banner-text .color {
    font-size: 2.3rem;
}
}

@media (max-width: 540px) {
    #line-box-text .text {
        font-size: .95rem;
    }
 
    .logo-phone img {
        width: 4.2rem;
        position: relative;
        left: 40%;
    }
    .fa-bars {
        font-size: 1.5rem;
        padding: 0 1rem;
    }
.box-style-4 .box-card {
    padding: 0 1.7rem;
    margin: 0 auto;
}

.box-style-4 .box-card .text {
    padding: 0 0 1rem 0rem;
    line-height: 1.5;
    font-size: .875rem;
}
.box-style-4 .box-card .title {
    font-size: 1.25rem;
    letter-spacing: 1px;
}
.box-style-2 .box .title .en, .box-style-3 .box .title .en, .box-style-4 .box .title .en, .box-style-5 .box .title .en, .box-style-6 .box .title .en, .box-style-7 .box .title .en {
    font-size:1.375rem;
    margin: -0.9rem 0rem 1rem 4.7rem;
}
.box-style-2 .box .title .ch, .box-style-3 .box .title .ch, .box-style-4 .box .title .ch, .box-style-5 .box .title .ch, .box-style-6 .box .title .ch, .box-style-7 .box .title .ch {
    font-size: 1.5rem;
    letter-spacing: .2em;
    padding: .5rem 0;
}
.box-style-2 .box .title .ch::before,
.box-style-3 .box .title .ch::before,
.box-style-4 .box .title .ch::before,
.box-style-5 .box .title .ch::before,
.box-style-6 .box .title .ch::before,
.box-style-7 .box .title .ch::before{
    content: '';
    background: url(../images/glitter-nb.png) no-repeat;
    width: 18.5rem;
    height: 5.438rem;
    position: absolute;
    left: -8rem;
    top: 0.5rem;
}
.box-style-2 .box,.box-style-3 .box,
.box-style-4 .box,.box-style-5 .box,
.box-style-6 .box,.box-style-7 .box {
    padding: 0 0rem 0 2rem;
}
.box-style-3 .text {
    font-size: .9rem;
    line-height: 1.5rem;
    padding: 0 .85rem 3rem .85rem;
}
.box-style-6 .text {
    font-size: .875rem;
    line-height: 1.2rem;
    padding: 0 1rem 1rem 1rem;
    text-align: justify;
}
.form-group .title {
    font: .875rem sans-serif;
}
.btn {
    font: 600 .875rem 'Kanit', sans-serif;
}
.box-style-6 .qrcode-box {
    padding: 0 1rem;
}
.box-style-5 .five-box-card .left-box .title, .box-style-5 .five-box-card .right-box .title {
    font-size: 1.25rem;
}
.box-style-5 .five-box-card .left-box .text, .box-style-5 .five-box-card .right-box .text {
    font-size: .875rem;
    line-height: 1.2rem;
    padding: 0.5rem 1rem 1rem 1rem;
}
.box-style-5 .five-box-card .left-box {
    width: 21rem;
    height: auto;
    padding: 0em 0 1em 0;
    z-index: 3;
    margin: 1.5rem .5rem;
}
.box-style-5 .five-box-card .right-box {
    width: 21rem;
    height: auto;
    padding: 1em 0;
    z-index: 3;
    margin: 1.5rem .5rem;
}
.box-style-2  .text-nb {
    font-size: .875rem;
    padding: 0 1.1rem;
    line-height: 1.6rem;
}
.box-style-2, .box-style-3, .box-style-4, .box-style-5, .box-style-6, .box-style-7 {
    padding: 2rem 0 2rem 0;
}
}
@media (max-width: 520px) {
    
    .box-style-5 .box {
        width: 95%;
    }
    .left-box img{
        width: 14rem;
        height: auto;
    }
    .right-box img{
        width: 14rem;
        height: auto;
    }
    .box-style-5 .five-box-card {
        width: 100%;
        float: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2rem 0 2rem 0;
    }
    
    .box-style-4 .four-photo img {
        width: 8.313rem;
    }
    
    .box-style-7 .box {
        width: 100%;
    }
    .box-style-7 .box-w {
        width: 100%;
    }
    .box-style-7 .all-logo {
        gap: 1.1em;
        padding: 1rem 0 0 0;
    }
    .all-logo .one-logo {
        width: 7rem;
        height: auto;
    }
    .all-logo .royal-slot {
        width: 3.8rem;
        height: auto;
    }
    .all-logo .be {
        width: 3.5rem;
        height: auto;
    }
    .all-logo .cq9 {
        width: 5rem;
        height: auto;
    }
    .all-logo .sa {
        width: 2.1rem;
        height: auto;
    }
    .all-logo .gdo {
        width: 6rem;
        height: auto;
    }
    .all-logo .poly {
        width: 3.3rem;
        height: auto;
    }
    .all-logo .w {
        width: 3.6rem;
        height: auto;
    }
    .all-logo .bng {
        width: 5rem;
        height: auto;
    }
    .all-logo .oriental {
        width: 3.6rem;
        height: auto;
    }
    .all-logo .zebra {
        width: 3.2rem;
        height: auto;
    }
    .all-logo .dream {
        width: 4.6rem;
        height: auto;
    }
    
    .box-style-5 .five-box-card .five-girl-nb {
        width: 8.688rem;
        height: auto;
    }
    .box-style-6 .six-girl-nb img {
        width: 8rem;
        height: auto;
        right: 2rem;
        top: -5rem;
        position: absolute;
        margin: 1rem 0 0 0;
    }
    .box-style-3 .item {
        padding: 0 0 1.5rem 0;
    }
    .box-style-3{
        padding: 3rem 0 .5rem 0;
    }
    .box-style-5 .five-box-card .left-box {
        width: 21rem;
        height: auto;
        padding: 0em 0 1em 0;
        z-index: 3;
        margin: 1.5rem auto;
    }
    .box-style-5 .five-box-card .right-box {
        width: 21rem;
        height: auto;
        padding: 1em 0;
        z-index: 3;
        margin: 0rem auto;
    }
    

}

@media (max-width: 412px) {
.qrcode-box .box-ph {
    flex-direction: row;
    display: flex;
    gap: 0.5em;
}    
.banner-text p {
    font-size: 1.6rem;
    line-height: 2.5rem;
    padding: 4rem 0 0 0;
}

}
@media (max-width: 400px) {
.box-style-4 .four-photo img {
    top: 0.2rem;
    width: 7.5rem;
}
.box-style-4 .icon {
    width: 3.1rem;
    height: auto;
}
.footer {
    font-size: .8rem;
}


}
@media (max-width: 380px) {
    .qrcode-box .code-right .search-box, .qrcode-box .code-left .search-box {
        width: 9rem;
        padding: 0 0.1rem;
    }
    #search-box .fa-magnifying-glass {
        margin: 0 0.1rem 0 0.22rem;
    }
    .code-right img,.code-left img{
        width: 7rem;
    }

}



