/* ******SCROLL BAR***********/ 

/* width */
::-webkit-scrollbar {
    width: 10px;
          width: 0px;
    }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   /* Handle */
  ::-webkit-scrollbar-button {
    background:#ff554d;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ff554d;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #a51510;
  }
  /******SCROLL BAR***********/
  

body{
    font-family: 'Noto Sans TC', sans-serif;
    /* cursor : url("../img/cursor.png"),auto; */
    overflow-x:hidden !important;
    
}
a:hover{
    /* cursor : url("../img/cursor.png"),auto; */
}
ul{
    list-style: none;
}
a{
    text-decoration: none !important;
}
.menu{
    display: flex;
    margin-bottom: 0px;
    line-height: 40px;
}
.menu a{
    color: #fff;
    font-size: 18px;
}
.menu li{
    margin-left: 10px;
}
.burger{
    display: none;
}

.navBar{
    width: 100%;
    background: #ff554d;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    z-index: 8;
    top: 0;
}
.menuOverlay{
    display: none;
}
.logo{
    /* width: 120px; */
    height: 40px;
    align-content: center;
}
.logo02{
    padding-top: 5px;
    margin-left: 10px;
}
.section01{
    background: url("../img/bg.jpg")center top no-repeat;
    width: 100%;
    padding-top: 150px;
    height: auto;
    background-size: cover;
    padding-bottom: 50px;
}
.mainBox{
    position: relative;
    width: 100%;
    height: 700px;
    top: -100px;
    margin: 0 auto;
}
.mainBox p{
text-align: center;
position: absolute;
bottom: -100px;
margin: 0 auto;
right: 0;
left: 0;
}
#title01{
    max-width: 800px;
    height: 400px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}
#mainPeople{
    max-width: 600px;
    position: absolute;
    margin: 0 auto;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 1;
}
.mainPeople{
    width: 600px;
    position: absolute;
    margin: 0 auto;
    top: 55%;
    left: 0;
    right: 0;
    z-index: 1;
}

.mainPeople img{
    width: 100%;
}
.r-vote{
    width: 620px;
    height: 300px;
    position: absolute;
    right: 0;
    top: 30px;
}
.l-vote{
    width: 620px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 30px;
}
.carBox01{
    right:0%;
    position: absolute;
    z-index: 1;
    width: 300px;
    top: 500px;
    /* bottom: 220px; */
    animation: car 10s linear infinite;
    z-index: 0;
}


@-moz-keyframes car {
    0%   { -moz-transform: translateX(0%); }
    100% { -moz-transform: translateX(-400%); }
   }
   @-webkit-keyframes car {
    0%   { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-400%); }
   }
   @keyframes car {
    0%   { 
    -moz-transform: translateX(0%); /* Firefox bug fix */
    -webkit-transform: translateX(0%); /* Firefox bug fix */
    transform: translateX(0%); 		
    }
    100% { 
    -moz-transform: translateX(-600%); /* Firefox bug fix */
    -webkit-transform: translateX(-600%); /* Firefox bug fix */
    transform: translateX(-600%); 
    }
   }

   .section02{
       width: 100%;
       background: #fff;
       padding-top: 105px;
       /* padding-bottom: 100px; */
       position: relative;
   }
   .redsection{
    width: 100%;
    background: #ff554d;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
   }
  .titleIcon{
      width: 150px;
      height: 150px;
      background: #ff554d;
      border-radius: 50%;
      margin: 0 auto;
      text-align: center;
      line-height: 140px;
  }
  .titleIcon img{
      width: 100px
  }
  .titlefont{
      width: 200px;
      margin: 0 auto;
      margin-top: 10px;
      
  }
  .line{
      width: 50px;
      height: 5px;
      background: #ff554d;
      margin:10px auto;
  }
  .fored{
      width: 500px;
      margin: 20px auto 0px;
      text-align: center;
  }
  .fored p{
      font-size: 17px;
      font-weight: 400;
      letter-spacing: 1px;
  }
  .mainArticle{
      max-width: 800px;
      /* height: 500px; */
      margin: 50px auto;
      position: relative;
      /* background: #e5e5e5; */
  }
  .mainContent{
      text-align: justify;
      font-weight: 600;
      line-height: 31px;
      margin-top: 10px;
  }
  .mainContent p{
      color: #000;
  }
  .keepRead{
    width: 150px;
    padding: 5px;
    text-align: center;
    background: #ff554d;
    color: #fff;
  }
  .artcleBox{
      width: 96%;
      background: #fff;
      padding: 15px;
      margin: 0 10px;
  }
  .wrapper{
      max-width: 1400px;
      margin: 0 auto;
  }
  .articleSlider{
      /* margin-top: 50px; */
  }
  .cityTag{
      padding: 5px 15px;
      height: 40px;
      color: #fff;
      background: #ff554d;
      font-size: 20px;
      position: absolute;
      bottom: 110px;
  }
  .artcleBox h2{
      font-size: 22px;
      color: #ff554d;
      line-height: 31px;
      margin-top: 10px;
      height: 50px;
  }
  .section03{
      padding-top: 100px;
    width: 100%;
    background: #f0e8e7;
/* height: 100vh; */
position: relative;
  }
  .shadowBox{
      position: absolute;
      bottom: 0;
  }
  .shadowBox img{
      width: 100%;
  }
  #gPeople1{
      width: 350px;
      height: 350px;
      position: absolute;
      bottom: 0;
      z-index: 1;
      left: 50px;
  }
  #gPeople2{
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 50px;
}
.swing{
    animation: swing ease-in-out 1s infinite alternate;
}
.swing01{
    animation: swing01 ease-in-out 2s infinite alternate;
}
.swing02{
    animation: swing02 ease-in-out 2s infinite alternate;
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
@-webkit-keyframes swing {
    0% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
  
    100% {
        -webkit-transform: rotate(3deg);
        transform: rotate(-3deg);
    }

  }
@keyframes swing01 {
    0% { transform: rotate(2deg); }
    100% { transform: rotate(-2deg); }
}

@keyframes swing02 {
    0% { transform: rotate(-1deg); }
    100% { transform: rotate(1deg); }
}
.section03 .subTitleBox h2, .section04 .subTitleBox h2{
    font-weight: 700;
    text-align: center;
    color: #ff554d;
    margin-top: 10px;
  }
  .section03 .line,  .section04 .line{
      background: #ff554d;
  }
  .groupPeople{
    max-width: 1140px;
    bottom: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .section04{
    padding-top: 100px;
    /* padding-bottom: 100px; */
  width: 100%;
  background: #fff;
height: auto;
position: relative;
}

/* 選單 */
.locationBox{
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
}
  
.groupPeople2{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.section05{
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background: #ff554d;
    /* background:url("../img/bg-5.jpg")center top no-repeat; */
    /* height: 100vh; */
    background-size: cover;
    position: relative;
}
.circleBox{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.circleBox img{
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    justify-content: center;
    opacity: 0.2;
    animation: circleRun 15s infinite linear;
}
@keyframes circleRun {
    from {
      transform: rotate(0deg)
    }
    to {
      transform: rotate(360deg)
    }
  }
.section05 .titleIcon{
    background: #fff;
}
.section05 .subTitleBox .line{
    background: #fff;
}
.section05 .subTitleBox .fored{
    color: #fff;
    text-align: justify;
}
.section05 .titlefont{
    width: 300px;
}
/* 留言 */
.msgSlider{
    margin: 0 auto;
    margin-top: 50px;
    
}
.message{
    width: 95%;
    background: #fff;
    height: 330px;
    margin: 0 auto;
    border-radius: 40px;
    padding: 25px;
}


.mContent::before {
    content: "“";
    font-family: "Noto Serif TC", serif;
    display: block;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: #ff554d;
    position: relative;
    left: -20px;
}
.mContent{
    font-size: 20px;
    text-align: justify;
    margin-bottom: 0px;
    height: 230px;
}
.mContent::after {
    content: "”";
    font-family: "Noto Serif TC", serif;
    display: block;
    font-size: 50px;
    font-weight: 100;
    line-height: 1;
    color: #ff554d;
    text-align: right;
    position: relative;
    right: -20px;
}
.name{
    text-align: right;
    font-size: 18px;
    margin-bottom: 0px;
}

.activityBox{
    max-width: 800px;
    margin: 50px auto 0;
    background: #fff;
    border-radius:40px;
    padding: 20px 20px 40px;
    position: relative;
}
.clickBox{
    width: 35px;
    position: absolute;
    left: 78%;
    top: 65px;
    -webkit-animation: click 0.3s infinite alternate;
    animation: click 0.3s  infinite alternate;
}

@keyframes click{
    0% {
        -webkit-transform: translate(0px,-0px);
        transform: translate(0px,0px);
    }
    
    100% {
        -webkit-transform: translate(5px,5px);
        transform: translate(5px,5px);
    }
}
.cityLink{
    margin: 0 auto;
    margin-top: 0px;
    padding-bottom: 20px;
}
.mbcityLink {
    display: none;
}
.actContent h3{
    font-size: 21px;
    color: #ff554d;
    line-height: 32px;
}
.lable{
    width: 90px;
    height: 35px;
    /* padding: 10px; */
    background: #ff554d;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
}
.item{
    margin-left: 0px;
    margin-top: 10px;
    text-align: justify;
}
.circle{
    width: 30px;
    height: 30px;
    background: #ff554d;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;

}
.l-people{
        width: 380px;
        height: auto;
        position: absolute;
        bottom: -5px;
        left: 0;
}
.p0{fill:#323333;}
.p1{fill:#FBDEBD;}
.p2{fill:#404040;}
.p3{fill:#F2B148;}
.p4{fill:#FFFFFF;}
.p5{fill:none;stroke:#E5E5E4;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.p6{fill:#565656;}
.p7{fill:#F4CB70;}
.p8{fill:#F6F6F6;}
.p9{fill:#BCD2D9;}
.p10{fill:#D7E9F1;}
.p11{fill:#848484;}
.p12{fill:#B2B2B2;}
.p13{opacity:7.000000e-02;fill:#040000;}
.p14{fill:#A3A3A3;}
.p15{fill:#545454;}
.p16{fill:#6A6A6A;}
.p17{fill:#191919;}
.p18{fill:#30A0D2;}
.p19{fill:none;stroke:#E5E5E4;stroke-width:8.7438;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.p20{fill:#62C4E9;}
.p21{fill:#E5E5E4;}

.r-people{
    width: 350px;
    height: 260px;
    position: absolute;
    bottom: 0;
    right: 5px;
    animation: smallcar 3s linear infinite;

}

@-moz-keyframes smallcar {
    0%   { right: 0;}
    50% { right: 200px }
    100%{ right: 0px }
   }
   @keyframes smallcar {
    0%   { right: 0;}
    50% { right: 200px }
    100%{ right: 0px }
   }
.fixBox{
    position: fixed;
    right: 0;
    top: 15%;
    width: 65px;
    display: none;
}
/* .fixBtn{
    position: fixed;
    right: 0;
    top: 30%;
    width: 65px;
    display: none;
} */
.fixBtn img{
    width: 100%;
}
.mbfixBtn{
    display: none;
}
.footer{
    width: 100%;
    background: #fff;
    padding: 10px;
}
.footer p{
    color: #ff554d;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
.iframeBox{
    max-width: 100%;
    position: relative;
    z-index: 2;
    /* height: 120vh; */
}

.mbiframeBox{
    display: none;
}
.cityBox{
    margin-top: 100px;
    width: 100%;
    position: relative;
}

@media screen and (max-width:1900px){

    .l-vote {
        width: 495px;
 
    }
    .r-vote {
        width: 545px;

    }
}
@media screen and (max-width:1440px){
    .section01 {
        background: url("../img/bg.jpg")center top no-repeat;
        width: 100%;
        padding-top: 150px;
        height: auto;
        background-size: cover;
        position: relative;
        padding-bottom: 50px;
    }
    .locationBox {
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .r-vote {
        width: 440px;
        height: 300px;
        position: absolute;
        right: 0;
        top: 30px;
    }
    .l-vote {
        width: 380px;
        height: 300px;
        position: absolute;
        left: 0;
        top: 45px;
    }
    .l-people {
        width: 335px;
        height: 180px;
        position: absolute;
        bottom: -5px;
        left: 0;
    }
    .r-people {
        width: 300px;
        height: 230px;
    }
}
@media screen and (max-width:1200px){
    
}
@media screen and (max-width:768px){
    .iframeBox{
        display: none;
    }
    .mbiframeBox{
        max-width: 100%;
        display: block;
        position: relative;
        z-index: 2;
    }
    
}
@media screen and (max-width:480px){
    .navBar {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .menu{
        display: none;
    }
    .burger{
        display: block;
        color: #fff;
        font-size: 30px;
    }
    .logo02{
        padding-top: 6px;
        margin-left: 5px;
    }
    .logo02 img{
        width: 80px;
    }

    .mb-menu{
        display: block;
        font-size: 30px;
    }

      
.menuOverlay{
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.9);
position: fixed;
z-index: 10;
top: 0;
}
.menuClose {
color: #fff;
font-size: 30px;
text-align: right;
cursor: pointer;
}
.mb_menu{
margin: 50px auto;
text-align: left;
}
.mb_menu li {
margin: 30px auto;
}
.mb_menu li a{
font-size: 20px;
color: #fff;
text-decoration: none;
}

    .section01{
        background: url("../img/mbbg01-1.jpg")center top no-repeat;
        width: 100%;
        padding-top: 0px;
        height: auto;
        /* background-size: auto; */
        background-size: cover;
        padding-bottom: 0px;
        position: relative;
        overflow: hidden;
        /* margin-top: -55px; */
    }
    .r-vote, .l-vote{
        display: none;
    }
    #title01 {
        top: 70px;
        height: auto;
    }
    #mainPeople {
        top: 35%;
    }
    .mainPeople {
        width: 85%;
        position: absolute;
        margin: 0 auto;
        top: 45%;
        left: 0;
        right: 0;
        z-index: 1;
        overflow-x: hidden;
    }

    .carBox01{
        /* right: 0%; */
        position: absolute;
        z-index: 1;
        width: 150px;
        height: auto;
        top: 500px;
        animation: car 5s linear infinite;
    }
    
@-moz-keyframes car {
    0%   { -moz-transform: translateX(50%); }
    100% { -moz-transform: translateX(-150%); }
   }
   @-webkit-keyframes car {
    0%   { -webkit-transform: translateX(50%); }
    100% { -webkit-transform: translateX(-150%); }
   }
   @keyframes car {
    0%   { 
 
    -moz-transform: translateX(50%); 
    -webkit-transform: translateX(50%); 
    transform: translateX(50%);
    }
    100% { 
        
    -moz-transform: translateX(-150%); 
    -webkit-transform: translateX(-150%); 
    transform: translateX(-150%); 
    }
   }
    .mainBox {
        position: relative;
        width: 100%;
        height:600px;
        top: -10px;
        margin: 0 auto;
    }
    .mainBox p {
        display: none;
    }
    .section02 {
        width: 100%;
        background: #fff;
        padding-top: 65px;
        position: relative;
    }
    .section03 {
        padding-top: 65px;
        width: 100%;
        background: url("../img/mbbg02.jpg") center center no-repeat;
        height: auto;
        position: relative;
        padding-bottom: 150px;
        background-size: cover;
    }
    .shadowBox{
        display: none;
    }
    .redsection {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .section04 {
        padding-top: 65px;
        width: 100%;
        background: url("../img/mbbg04.jpg")center bottom no-repeat;
        height: auto;
        position: relative;
        padding-bottom: 195px;
    }
    .groupPeople2{
        display: none;
    }
    .section04, .section05 {
        padding-top: 65px;
    }
    .fored {
        width: auto;
        max-width: 100%;
        margin: 20px 15px 0px 15px;
        text-align: center;
    }
    .articleSlider {
        margin-top: 0px;
    }
    .cityTag {
        padding: 5px 15px;
        height: 40px;
        color: #fff;
        background: #ff554d;
        font-size: 20px;
        position: absolute;
        bottom: 125px;
    }
    .artcleBox h2 {
        font-size: 20px;
        color: #ff554d;
        line-height: 31px;
        margin-top: 10px;
    }
    .titleIcon {
        width: 90px;
        height: 90px;
        background: #ff554d;
        border-radius: 50%;
        margin: 0 auto;
        text-align: center;
        line-height: 88px;
    }
    .titleIcon img{
        width: 60px
    }
    #mainPeople {
        max-width: 600px;
        position: absolute;
        margin: 0 auto;
        top: 38%;
        left: 0;
        right: 0;
        z-index: 1;
    }
    #gPeople1 {
        width: 200px;
        position: absolute;
        bottom: -50px;
        z-index: 1;
        left: 0px;
        right: 0;
        margin: 0 auto;
    }
    #gPeople2{
        display: none;
    }
    .l-people{
        display: none;
    }
    .r-people {
        width: 180px;
        position: absolute;
        bottom: -95px;
        right: 5px;
        animation: smallcar 3s linear infinite;
    }
    .message {
        width: 95%;
        background: #fff;
        height: 285px;
        margin: 0 auto;
        border-radius: 20px;
        padding: 25px;
    }
    .circleBox {
        overflow: hidden;
    }
    .circleBox img {
        width: 350px;
        justify-content: center;
        opacity: 0.2;
        animation: circleRun 15s infinite linear;
    }
    .activityBox {
        max-width: 800px;
        margin: 30px 10px 50px;
        background: #fff;
        border-radius: 20px;
        padding: 20px 0px;
        justify-content: center;
        position: relative;
    }
    .cityBox {
     margin-left: 0px;
    }
    .clickBox {
        width: 35px;
        position: absolute;
        left: 80%;
        top: 5px;
        z-index: 1;
    }
    .fixBox{
        position: fixed;
        z-index: 5;
        bottom: 0px;
        width: 100%;
        height: 40px;

    }
    .fixBtn {
        display: none;
        position: fixed;
        right: 0;
        top: 30%;
        width: 50px;
    }
    .mbfixBtn{
        display: block;
        position: fixed;
        z-index: 5;
        bottom: 0px;
        width: 100%;
    }
    .mainArticle {
        margin: 50px 15px;
    }
    .mContent {
        font-size: 18px;
        text-align: justify;
        margin-bottom: 0px;
        padding: 0px 25px;
        height: 200px;
    }
    .name {
        text-align: right;
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .actContent h3 {
        font-size: 21px;
        color: #ff554d;
        line-height: 32px;
        text-align: center;
        margin-top: 15px;
    }

    .cityLink {
        margin: 0 auto;
        margin-top: 0px;
        padding-bottom: 15px;
        display: none;
    }
    
    .mbcityLink {
        display: block;
        margin: 0 auto;
        margin-top: -67px;
        padding-bottom: 15px;
    }
    .lable {
        width: 90px;
        height: 35px;
        background: #ff554d;
        color: #fff;
        text-align: center;
        line-height: 35px;
        border-radius: 20px;
        margin: 5px auto;
    }
    .footer {
        width: 100%;
        background: #fff;
        padding: 10px 10px 75px 10px;
    }

    /* slider */
    .slick-next {
        right: -5px;
        background: #f87871;
        border: none;
    }
    .slick-prev{
        left: -5px;
        background: #f87871;
        border: none;
    }
    .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color:#fff;
    outline: none;
    border: none;
    background: #f87871;
}
}
@media screen and (max-width:375px){
    .mainBox {
        position: relative;
        width: 100%;
        height:590px;
        top: -10px;
        margin: 0 auto;
    }
    .carBox01 {
        top: 485px;
        animation: car 5s linear infinite;
    }
    .name {
        margin-top: 22px;
    }
}

