@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
:target {
  padding-top: 10px;
  margin-top: 10px;
}
body {
  transition: all 0.5s ease;
  transition-duration: 0.5s;
  font-family: "Helvetica","Noto Sans TC", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  max-width: 100%;
  overflow-x: hidden;
  font-size: 14px;
}
a {
  font-size: 1.24rem;
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important
}
a:active {
  text-decoration: none !important
}
a:hover {
  text-decoration: none !important;
}
p {
  font-size: 1.04rem;
  line-height: 1.3;
  font-weight: 500;
}
h1 {
  font-size: 6vw;
}
h2 {
  font-size: 5vw;
  font-weight: 900;
}
.header {
  background-color: #fff;
  height: 60px;
	position: fixed;
	top: 0;
  left: 0;
  width: 100%;
	z-index: 9
}
.logo {
  height: 40px;
}
.kv {
  background-image: url(./img/kv_bg.png);
  background-size: 145% 92%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 114vw;
  max-width: 100%;
  padding-top: 60px;
  z-index: -1;
  margin: auto;
}
.featured {
  color: #fff;
  margin-top: 14vw;
  padding: 1.3vw 4vw;
  background-image: linear-gradient(to right, #FB983F, #E64D79);
}
.ribbon_L {
  width: 12vw;
  left: 3vw;
  top: 5vw;
}
.ribbon_R {
  width: 20vw;
  right: 3vw;
  top: 9vw;
}
.promotion {
  position: absolute;
  left: 6vw;
  top: 31vw;
  width: 51vw;
  z-index: 2;
}
.people {
  position: absolute;
  right: .5vw;
  top: 46vw;
  width: 45vw;
}
.other {
  width: 15vw;
}
.star_1 {
  width: 24vw;
  left: -8vw;
  top: 35vw;
}
.star_2 {
  width: 6vw;
  right: 2vw;
  top: 14vw;
}
.star_3 {
  width: 7vw;
  left: 10vw;
  top: -1vw;
}
.star_4 {
  width: 11vw;
  right: 8vw;
  bottom: -2vw;
}
.CheckMouse {
  display: block;
  position: absolute;
  right: 5.2vw;
  top: 20.5%;
  width: 6.2vw;
  pointer-events: none;
}
.button {
  color: #fff;
  letter-spacing: 0.05rem;
  background-image: linear-gradient(75deg, #78CDBE, #34557A);
}
.button:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.4));
  filter: contrast(1.3);
}
.button:active {
  opacity: 0.8;
  transition: 0s;
}
.button:hover .CheckMouse {
  transform: scale(1.1);
  right: 9vw;
}
.sec-1 {
  position: relative;
  max-width: 100%;
  margin-bottom: 10vw;
}
.sec-2 {
  position: relative;
  max-width: 100%;
  background-image: url(./img/bg-1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 16vw;
  padding-bottom: 12vw;
}
.flag {
  position: absolute;
  top: -5vw;
  left: -5vw;
  max-width: 12vw;
}
.main {
  max-width: 62vw;
  margin: auto;
  background-color: #fff;
}
.sec-3 {
  position: relative;
  width: 96%;
  margin-top: 10vw;
  margin-bottom: 10vw;
}
.remark {
	background-color: #EFEFEF;
  border-radius: 15vw;
  padding: 6vw 6vw 6vw 8vw;
  text-align: justify;
}
.main h2 {
  background: linear-gradient(to right, #FB983F, #E64D79);
  background: -webkit-linear-gradient(to right, #FB983F, #E64D79);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text_content {
  text-indent: -2.5vw;
}
.remark_L {
  position: absolute;
  top: 40%;
  left: -18vw;
  width: 22vw;
}
.remark_R {
  position: absolute;
  top: 42%;
  right: -12vw;
  width: 17vw;
}

/* 頁尾 */
.footer {
  background-color: #fff;
  color: #000;
}
.footer_content {
  width: 100%;
  font-size: 0.7375rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 5px;
  color: #000;
}
.footer_content ul {
  margin: 0;
  padding: 0;
}
.footer_content li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer_content li a {
  color: #000;
  text-decoration: none;
  position: relative;
}
.footer_content li a:after {
  content: "";
  background-color: #094;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  display: inline-block;
  transition: .3s;
}
.footer_content li a:hover:after {
  width: 100%;
  left: 0;
}
.footer_content li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.footer_content a:hover {
  color: #000;
}
.footer_copyright {
  color: #000;
  font-size: 0.675rem;
  text-align: center;
  padding: 20px 0
}
.footer_content br, .footer_copyright br {
  display: none;
}
.bottom_bar {
  height: 60px;
}
.logo_bottom {
  height: 35px;
}

@media ( min-width : 767px ){
  p {
    font-size: 1.24rem;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  .header {
    height: 70px;
  }
  .logo {
    height: 45px;
  }
  .kv {
    background-size: 140% 93%;
    height: 820px;
  }
  .title_box {
    width: 550px;
  }
  .featured {
    margin-top: 100px;
    padding: 8px 25px 5px;
  }
  .ribbon_L {
    width: 80px;
    left: -55px;
    top: 60px;
  }
  .ribbon_R {
    width: 160px;
    right: -60px;
    top: 60px;
  }
  .promotion {
    width: 400px;
    left: -75px;
    top: 245px;
  }
  .people {
    width: 330px;
    right: -85px;
    top: 315px;
  }
  .other {
    width: 240px;
  }
  .star_1 {
    width: 150px;
    left: -110px;
    top: 225px;
  }
  .star_2 {
    width: 70px;
    right: -25px;
    top: 160px;
  }
  .pd_2 {
    max-width: 300px;
  }
  .sec-1 {
    margin-bottom: 100px;
  }
  .sec-2 {
    padding-top: 160px;
    padding-bottom: 140px;
  }
  .flag {
    top: -20px;
    left: -10px;
    max-width: 70px;
  }
  .CheckMouse {
    right: 50px;
    top: 8px;
    width: 55px;
  }
  .award {
    max-width: 360px;
  }
  .main {
    max-width: auto;
    width: 500px;
  }
  .sec-3 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .remark {
    padding: 35px 50px 35px 50px
  }
  .text_content {
    text-indent: -1rem;
  }
  .remark_L {
    width: 180px;
    left: -22%;
    top: 200px;
  }
  .remark_R {
    width: 200px;
    right: -24%;
    top: 260px;
  }
  .footer_copyright {
    font-size: 0.875rem;
    padding: 15px 0  !important
  }
  .footer_content {
    font-size: 0.9375rem;
  }
}

@media ( min-width : 991px ){
  html {
    font-size: 15.4px;
  }
  .kv {
    background-size: 130% 92%;
    height: 820px;
  }
  .featured {
    margin-top: 80px;
    padding: 8px 40px 5px;
  }
  .ribbon_L {
    left: -65px;
    top: 50px;
  }
  .ribbon_R {
    right: -75px;
    top: 40px;
  }
  .promotion {
    width: 450px;
    left: -120px;
    top: 200px;
  }
  .people {
    width: 350px;
    right: -105px;
    top: 310px;
  }
  .star_1 {
    width: 165px;
    left: -180px;
    top: 180px;
  }
  .star_2 {
    width: 100px;
    right: 15px;
    top: 120px;
  }
  .pd_2 {
    max-width: 340px;
  }
  .CheckMouse {
    right: 70px;
  }
  .button {
    font-size: 1.4rem;
  }
  .sec-1 {
    margin-top: 30px;
    margin-bottom: 90px;
  }
  .flag {
    max-width: 75px;
  }
  .main {
    max-width: auto;
    width: 480px;
  }
  .award {
    max-width: 380px;
  }
  .sec-3 {
    width: 880px;
  }
  .remark {
    padding: 60px 80px;
    border-radius: 200px;
  }
  .remark_L {
    width: 200px;
    left: -18%;
  }
  .remark_R {
    width: 220px;
    right: -20%;
  }
}

@media ( min-width : 1199px ){
  html {
    font-size: 16.4px;
  }
  h1 {
    font-size: 3.3rem;
  }
  .kv {
    background-size: 115% 95%;
    height: 860px;
  }
  .title_box {
    width: 620px;
  }
  .featured {
    margin-top: 90px;
  }
  .ribbon_L {
    left: -75px;
  }
  .ribbon_R {
    right: -80px;
  }
  .promotion {
    width: 520px;
    left: -140px;
    top: 210px;
  }
  .people {
    width: 390px;
    right: -120px;
  }
  .star_1 {
    width: 200px;
    left: -340px;
    top: 210px;
  }
  .star_2 {
    width: 70px;
    right: 30px;
    top: 90px;
  }
  .star_3 {
    width: 70px;
    left: 180px;
  }
  .pd_2 {
    max-width: 380px;
  }
  .CheckMouse {
    right: 85px;
  }
  .button {
    font-size: 1.6rem;
  }
  .sec-1 {
    margin-top: 60px;
  }
  .main {
    width: 600px;
  }
  .award {
    max-width: 440px;
  }
  .sec-3 {
    width: 940px;
  }
  .remark {
    padding: 80px 120px 120px 120px;
    border-radius: 250px;
  }
  .remark_L {
    width: 165px;
    left: -10.5%;
  }
  .remark_R {
    width: 160px;
    right: -9%
  }
}

@media ( min-width : 1439px ){
  p {
    font-size: 1.08rem;
  }
  h1 {
    font-size: 3.8rem;
  }
  h2 {
    font-size: 3rem;
  }
  html {
    font-size: 18px;
  }
  .kv {
    background-size: 110% 100%;
    height: 900px;
  }
  .title_box {
    width: 750px;
  }
  .featured {
    margin-top: 130px;
  }
  .ribbon_L {
    width: 100px;
    left: -100px;
    top: 80px;
  }
  .ribbon_R {
    width: 180px;
    right: -90px;
    top: 80px;
  }
  .promotion {
    width: 550px;
    top: 280px;
  }
  .people {
    width: 560px;
    right: -190px;
    top: 320px;
  }
  .star_1 {
    width: 240px;
    left: -400px;
  }
  .star_2 {
    width: 85px;
    right: 60px;
    top: 50px;
  }
  .pd_2 {
    max-width: 420px;
  }
  .CheckMouse {
    right: 90px;
    top: 10px;
  }
  .button {
    font-size: 1.8rem;
  }
  .sec-1 {
    margin-top: 120px;
  }
  .main {
    width: 700px;
  }
  .flag {
    max-width: 90px;
    left: -20px;
  }
  .award {
    max-width: 520px;
  }
  .sec-3 {
    width: 1140px;
  }
  .remark {
    padding: 90px 140px 140px;
    border-radius: 350px;
  }
  .remark_L {
    top: 160px;
    left: -8%;
  }
  .remark_R {
    right: -7%;
  }
}



