@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900');
* {
	padding: 0;
	margin: 0; 
}
body {
    font-family:'Noto Sans TC', Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 150%;
}
.modal-open{padding-right:0 !important;}

.row{
    margin: 0px; 
}
ul, ol {
    list-style: none;
}
a {
    color: #333333;
    text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    letter-spacing: 1px;
    line-height: 150%;
}
p{
    letter-spacing: 1px;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0;
    color: #333;
    line-height: 150%;
}
img{
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Noto Sans TC',Arial,sans-serif;
    line-height: 150%;
    padding: 0px 0px;
    margin: 0px;
    
}
.container{
    width: 1240px;
    padding: 0px;
    /* margin:0px; */
    max-width: 100%;
}
button:focus{
    outline: 0px;
}
section{
    padding: 80px 0;
}
#loading  
{  
    position:fixed;  
    width: 100%;
    height: 100%;  
    z-index:9999;
    background:#fff;
    top: 0;
}
#loading  .loading-img{
    position: absolute;
    width: 300px;
    margin: auto;
    top: 45%;
    right: 0;
    left: 0;
}
/* 文字動畫 */
.ml5 {
  position: relative;
  font-weight: 300;
  font-size: 4.5em;
  color: #fff;
}

.ml5 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
  line-height: 1em;
}

.ml5 .line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0.5 0;
}
.ml5 .ampersand {
  font-family: 'Train One', cursive !important;
  font-style: italic;
  font-weight: 400;
  margin-right: -0.1em;
  margin-left: -0.1em;
  margin-bottom: 30px;
}
.ml5 .letters {
  display: block;
  opacity: 0;
}
.ml5 .letters-left{
    font-size: 18px;
    font-weight: 400;
}

h1.ml8 {
  font-weight: 900;
  font-size: 4.5em;
  color: #fff;
  width: 3em;
  height: 3em;
}

.ml8 .letters-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 1em;
}

.ml8 .letters {
  position: relative;
  z-index: 2;
  display: inline-block;
  line-height: 0.7em;
  right: -0.12em;
  top: -40%;
  
}
.ml8 .letters-container{
    transform: rotate(15deg);
    z-index: 2;
}
.ml8 .letters.letters-left{
    font-size: 46px;
    font-weight: 600;
}
.ml8 .bang {
  font-size: 1em;
  top: auto;
  left: -0.06em;
  top: -30%;
}

.ml8 .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ml8 .circle-white {
  width: 3em;
  height: 3em;
  border: 2px dashed white;
  border-radius: 2em;
}

.ml8 .circle-dark {
  width: 2.2em;
  height: 2.2em;
  background-color: #f29a31;
  border-radius: 3em;
  z-index: 1;
}

.ml8 .circle-dark-dashed {
  border-radius: 2.4em;
  background-color: transparent;
  border: 2px dashed #f29a31;
  width: 2.3em;
  height: 2.3em;
}

/*滾動條禁用*/  
.scoll_dis  
{  
    overflow:scroll;  
    overflow-y:hidden;  
}  
#ncuicon {
    position: fixed;
    right: 15px;
    bottom: 16%;    
    z-index: 999;
    background: #Fff;
    padding: 5px;
    border-radius: 15px;
}
#ncuicon img{
    width: 100px;
}
#gotop {
    display:none;
    position: fixed;
    background:#72afd3;
    right: 15px;
    bottom: 44px;    
    border-radius: 50%;
    height: 45px;
    width: 45px;   
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
    font-weight: 600;
    transition: 0.5s;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gotop span{
    padding-bottom: 10px;
}
#gotop:hover{
    color: #4bb8e4;
    border:1px solid #4bb8e4;
    background: #Fff;
    transition: 0.5s;
    opacity: .8;
}
.no-padding{
    padding: 0px !important;
}
.displaynone{
    display: none;
}
.displayblock{
    display: block;
}
/* logo */
nav .fixed-top{
    z-index: 10;
}
nav .navbar-brand{
    font-size: 26px;
    font-weight: 900;
}
nav .navbar-brand img{
    width: 230px;
    transition: .5s;
}
nav .navbar-brand{
    padding:.5vw 4vw 0 4vw;
}
nav .scrollNav-logo img{
    width: 180px;
    transition: .5s;
}
/*mobile menu*/
.navbar-light .navbar-nav .nav-link{
    color: #000;
}
/* menu */
nav{
    /* position: fixed; */
    transition: .5s;
    /* box-shadow: 5px 5px 20px rgb(36 37 38 / 5%); */
    z-index: 1;
}
.navbar{
    /* background: #fff; */
    padding: 0.5rem 0.5rem;
}
nav .navbar-collapse{
    text-align:right;
}
.navbar-nav{
    display: none;
}
.navbar-light .navbar-toggler{
    border-color: rgba(0,0,0,0);
}
.navbar-light .navbar-toggler-icon{

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler:focus{
    outline: none;
}
nav .nav-link{
    color: #000;
    padding: 1.5rem 1rem;
    text-align: center;
}
nav .nav-link:hover .cn{
    /* background-color: #f00; */
    color: #72afd3;
    transition: .3s;
}
nav .nav-link.active .cn{
    /* background-color: #f00; */
    color: #72afd3;
}
nav .nav-link:hover .en{
    color: #72afd3;
    transition: .3s;
}
nav .nav-link.active .en{
    color: #72afd3;
}
nav .nav-link span{
    display:block;
}
nav .nav-link .en{
    font-weight: 600;
    font-size: 12px;
    font-family: arial;
    color: #fff;
}
nav .nav-link .cn{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

nav .language .dropdown-menu{
    text-align: center;
    border: 0;
    left: -40%;
}
.justify-content-end{
    margin-right: 5vw;
    margin-top: 0px;
}
.scrollNav{
    background: rgba(255, 255, 255, 1);
    transition: .5s;
    padding: 0.2rem;
    z-index: 1;
}
.scrollNav .cn{
    color: #333 !important;
}
.scrollNav .en{
    color: #333 !important;
}

/* nav .form-control{
    padding: .1rem .75rem;
    font-size: 14px;
}
nav .btn{
    padding: .1rem .75rem;
    font-size: 14px;
} */
/*輪播圖*/
.carousel-item{
    min-height:800px;
    background: url('../images/slider/slider02.jpg');
    background-size: cover;
    background-position:right;
}
.carousel-caption{
    right: 0;
    left: 0;
    margin: auto;
    bottom: 25%;
    max-width: 700px;
}
.carousel-caption .carousel-caption-text{
    position: relative;
}
.slider-icon{
    position: absolute;
    right: -12%;
    top: -50%;
    z-index: 10;
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide{
transform: scale(1.1);
transition: transform 10000ms ease-out, opacity 1600ms !important;}
.zoom-slider{
    height: calc(100vh);
    /* margin-top: 90px; */
    position: relative;
}
.zoom-slider .slide-text{
    position: absolute;
    text-align: left;
    top: 50vh;
    left: 10vw;
    background: rgba(0, 0, 0, .3);
    padding: 15px 15px 0;
}
.zoom-slider .slide-text h1{
    font-size: 2.5rem;
    line-height: 56px;    
    font-weight: 700;
    color: #f0f0f0;
    letter-spacing: 4px;
    margin-bottom: 3vh;  
    font-family: 'Noto Sans TC', serif;
}
.zoom-slider .slide-text h3{
    font-size: 22px;
    font-weight: 700;
    color: #f0f0f0;
    letter-spacing: 4px;
    margin-bottom: 10px; 
    font-family: 'Noto Sans TC', serif;     
}
.scroll{
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
    font-family: 'Noto Sans TC', serif; 
}
.scroll a{
    text-decoration: none;
}
#scroll{
    cursor:pointer;
}
.scroll .p-scroll {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.8px;
    color: #fff;
    cursor:pointer;

}
.scroll .p-scroll.scrolldown {
    font-size: 30px;
    line-height: 1;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0; } }
/*輪播圖*/

/* 編輯器 */
.inside-editor{
    padding: 15px 4vw;
}
.inside-editor img{
    max-width: 100%; 
}
.inside-editor videos{
    max-width: 100%;
}
.inside-editor table{
    max-width: 100%;
}

/*首頁標題*/
.index-title{   
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}
.index-title h1{
    font-weight: 600;
    color: #383735;
    font-size: 32px;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', serif;
    
}
.index-title h5{
    font-size: 18px;
    color: #383735;
    font-family: 'Noto Sans TC', serif;
}
.index-title .en{
    font-size: 14px;
    color: #383735;
    font-family: arial;
}
.index-vote{
    background: #f6f6f6;
}
.index-vote .container-vote{
    padding: 0 6vw;
}
.index-vote .container-vote .item{
    margin-bottom: 40px;
    padding: 1vw;
}
.index-vote .container-vote .item .item-box{
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 5px 12px 20px rgb(36 37 38 / 5%);
    transition: .5s;
}
.index-vote .container-vote .item .item-box:hover{
    box-shadow: 5px 12px 20px rgb(36 37 38 / 13%);
    transition: .5s;
}
.index-vote .container-vote .content .address{
    font-size: 14px;
    padding: 15px 0;
}
.index-vote .container-vote .content .address i{
    padding-right: 5px;
}
.index-vote .container-vote .content .title{
    font-size: 24px;
    color: #000;
}
.index-vote .container-vote .content .text{
    height: 96px;
    color:#555;
    font-weight: 300;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.index-vote .container-vote .content .vote-n{
    text-align: right;
    margin-top: 15px;
    border-top: 1px solid #908a70;
    color: #908a70;
}

.index-vote .container-vote .vote-btn button{
    color: #FFF;
    letter-spacing: 4px;
    border: 0px;
    border-radius: 25px;
    width: 100%;
    margin-top: 15px;
    padding: 5px 0;
    text-align: center;
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    transition-duration: 1s;
    transition-timing-function: ease;
    
    transition:.5s

}
.index-vote .container-vote .vote-btn button:hover{
    transition:background 1s linear;
    transition-duration: 1s;
    transition-timing-function: ease;
    cursor: pointer;
    box-shadow:none;
    transition:.5s;
}
.modal-header .en{
    font-size: 20px;
    color: #72afd3;
    font-weight: 600;
}
.modal-title{
    font-size: 20px;
    font-weight: 600;
    color: #72afd3;
}
.modal-body .title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.modal-body p{
    margin-bottom: 15px;
    text-align:justify;
}
.modal-body ul{
    padding-left: 35px;
    padding-right: 10px;
    list-style: decimal;
    margin-top: 0px;
}
.modal-body ul li{
    line-height: 150%;
    margin-bottom: 5px;
    text-align:justify;
}
#login .is-error{
    background: rgba(237, 110, 121, .5) !important;
}
#login .is-error-text{
    color: #72afd3;
    font-size: 14px;
    padding-left: 15px;
    display: block;

}
#login .is-error-text2{
    color: #ed6e79;
    font-size: 14px;
    padding-left: 15px;
    display: block;
}
#login .is-error-text a{
    font-weight: 600;
    color: #ed6e79;
}
#login .form-control{
    border-radius: 25px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    padding-left: 15px;
    background:#f4f4f4 ;
    border:0;
}
#login .forget{
    text-align: center;
    padding: 15px;
}
#login .forget a{
    border-bottom: 1px solid #ed6e79;
    color: #ed6e79;
    font-weight: 600;
}
/* #login .modal-footer.login{
    border: 0px;
    justify-content: flex-start;
    padding-left: 
}
#login .modal-footer.login p{
    margin-bottom: 0px;
} */
#login .modal-footer a{
    color: #ed6e79;
    border-bottom: 1px solid #ed6e79;
    font-weight: 600;
}
#login .modal-body{
    padding: 20px;
}
#login .modal-body .banner{
    text-align: center;
    margin-bottom: 20px;
}
#login .modal-body .banner img{
    max-width: 260px;
}
#login .modal-body button{
    width: 100%;
    border-radius: 25px;
    background: #72afd3;
    border: 0;
}
#login .identity{
    display: inline-block;
    position:   relative;
    padding-left: 15px;

}
#login .identity input{
    box-sizing:border-box;
    width: auto;
    display: inline-block;
    background: #f4f4f4;
    border: 0;
    border-radius: 25%;
}
#login .form-group h5{
    padding-left: 15px;
    padding-bottom: 5px;   
}
#login .form-group input[type="radio"]:checked,#login .form-group input[type="checkbox"]:checked{
    background-color: #72afd3;
}
#login .form-group select, input[type="radio"],#login .form-group input[type="checkbox"]{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
#login .form-group input[type="radio"],#login .form-group input[type="checkbox"]{
    border: 1px solid #72afd3;
    background-color: #f4f4f4;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
#login .form-group input[type="radio"]:focus,#login .form-group input[type="checkbox"]:focus{
    outline: 0;
}

.lottery-wrap{
    background: #f6f6f6;
    /* background-image:url('../images/lottery-bac.svg'); */
    background-position:left bottom -10%; 
    background-size: 30%;
    background-repeat: no-repeat;
}
.lottery-wrap .carousel-item{
    min-height: 600px;
    background-position: bottom;
}
.lottery-wrap .lottery-top{
    text-align: center;
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    padding: 20px;
    
}
.lottery-wrap .lottery-top h1{
    color: #FFF;

}
.lottery-wrap .lottery-box{
    padding:1vw; 
}
.lottery-wrap .title{
    text-align: center;
    padding: 15px;
    color: #72afd3;
    font-weight: 600;
}
.lottery-wrap .theme h5{
    text-align: center;
    font-size: 18px;
    background: #FFf;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 5px 12px 20px rgb(36 37 38 / 5%);
}
.lottery-wrap .table-wrap{
    background: #FFF;
    padding: 15px;
    text-align: center;
    max-height: 400px;
    overflow: auto;
    border-radius: 15px;
    box-shadow: 5px 12px 20px rgb(36 37 38 / 5%);
}
.lottery-wrap .table-wrap .handle tr th{
    padding: 5px 0;
}
.lottery-wrap .table-wrap .content tr{
    border-bottom: 1px solid #efefef;
}
.lottery-wrap .table-wrap .content td{
    padding: 5px 0;
}
.lottery-wrap .table-wrap table{
    width: 100%;

}
.lottery-wrap .prize{
    text-align: center;
}
.lottery-wrap .prize .item {
    background: #fff;
    padding: 40px 5px;
    margin-bottom: 15px;
    border-radius: 15px;
    box-shadow: 5px 12px 20px rgb(36 37 38 / 5%);
    transition: .5s;
}
.lottery-wrap .prize .item:hover{
    box-shadow: 5px 12px 20px rgb(36 37 38 / 20%);
    transition: .5s;
}
.lottery-wrap .prize .item a{
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 150px;
    margin-top: 15px;
    padding: 5px 20px;
    border-radius: 25px;
    color: #FFF;
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}
.lottery-wrap .prize .item h1{
    font-family: 'Train One', cursive !important;
    color: #f29a31;
    letter-spacing: 0px;
}
.lottery-wrap .prize .item h1 span{
     font-family:'Noto Sans TC', serif;
     font-size: 18px;
     color: #333;
     font-weight: 600;
}
.lottery-wrap .prize .item h5{
    font-family:'Noto Sans TC', serif;
     font-size: 18px;
     color: #333;
     font-weight: 400;
}
.lottery-wrap .win h5{
    font-weight: 600;
    padding: 15px;
}
.footer {
    padding-bottom: 0px;
}
.footer .num-year{
    text-align: center;
    color: #9fa0a0;
    margin-bottom: 15px;
    font-weight: 600;
}
.footer .num-year .line-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer .num-year .line{
    width: 100%;      
    height: 2px;
    background: #9fa0a0;
}
.footer .title{
    margin-bottom: 15px;
}
.footer .title h5{
    font-size: 16px;    
    font-weight: 600;   
}
.footer .contact ul {
    padding-left: 0px;
}
.footer .contact ul li{
    font-size: 14px;  
    color: #555;  
}
.footer .contact ul li a{
    color: #555;
}
.footer .ft-logo {
    display: flex;
    justify-content: center;
    align-items: center; 
}
.footer .ft-logo img{
    width: 180px !important;
}
.footer .copyright{
    margin: 15px 0;
}
.footer .copyright p{
    font-size: 12px;
    color: #555;
    text-align: center;
}
@media (max-width:1200px) {
    .carousel-caption{
        bottom: 35%;
    }
}
@media (max-width: 991px) {
    .navbar-nav{
    display: block;
    background: rgba(255, 255, 255, 1);
    }
    .navbar-nav .nav-item{
        border-bottom: 1px solid #efefef;
    }
    nav .nav{
        display: none;
    }
    nav .nav-link .cn{
        color: #333;
    }
}
@media (max-width: 768px){
    .footer .contact{
        text-align: center;
    }
    .ml5{
       font-size:2.5em;
       font-weight: 600;
    }
    .slider-icon{
       right: -6%;
    }
}
@media (max-width: 480px){
    .slider-icon{
       display: none;
    }
    .carousel-item{
        min-height:70vh;
    }   
    .index-vote .container-vote .content .text{
        height: 120px;
        -webkit-line-clamp: 5;
    }

}
@media (max-width: 375px){
    
}
@media (max-width: 320px){
    nav .navbar-brand img{
        width: 180px;
    }
    .ml5 .ampersand{
        margin-bottom: 5px;
        font-size:18px;
    }
    .ml5 .letters{
        margin-bottom: 5px;
        font-size:18px;
    }
    .index-vote .container-vote .content .text{
        height: 144px;
        -webkit-line-clamp: 6;
    }
}