@charset "UTF-8";
/*-----------------------------------------------------------------------------
 * [TABLE OF CONTENTS]
 *    +common
 *    +header
 *		=
 *    +content
 *		=
 *    +footer
 *		=
 *-----------------------------------------------------------------------------
 */
@font-face {
  font-family: "fontLight";
  src: local("PingFangTC-thin"), local("Microsoft Jhenghei UI"), local("Microsoft Jhenghei");
  font-weight: normal;
}

@font-face {
  font-family: "fontNormal";
  src: local("Microsoft Jhenghei UI"), local("Microsoft Jhenghei"), local("PingFangTC-Regular");
  font-weight: normal;
}

@font-face {
  font-family: "fontBold";
  src: local("Microsoft Jhenghei UI Bold"), local("Microsoft Jhenghei Bold"), local("PingFangTC-Medium");
  font-weight: normal;
}

@font-face {
  font-family: "fontLight";
  src: local("PingFangTC-thin"), local("Microsoft Jhenghei UI"), local("Microsoft Jhenghei");
  font-weight: normal;
}

@font-face {
  font-family: "fontNormal";
  src: local("Microsoft Jhenghei UI"), local("Microsoft Jhenghei"), local("PingFangTC-Regular");
  font-weight: normal;
}

@font-face {
  font-family: "fontBold";
  src: local("Microsoft Jhenghei UI Bold"), local("Microsoft Jhenghei Bold"), local("PingFangTC-Medium");
  font-weight: normal;
}

/**
 **
 ** =clear,clearfix
 **
 **/
#topLevel .clear {
  clear: both;
}
#topLevel a{
 display: initial;
}
#topLevel .clearfix {
  display: block;
}

#topLevel .clearfix::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  content: ".";
}

#topLevel *:focus {
  outline: none;
  box-shadow: none;
}

#topLevel a {
  text-decoration: none;
}

#topLevel a:hover {
  text-decoration: none;
}

#topLevel ul,
#topLevel ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
}

#topLevel main {
  margin: 0 auto;
  padding: 0;
}

#topLevel p {
  padding: 0;
  margin: 0;
  width: 100%;
}

#topLevel h1,#topLevel  h2,#topLevel  h3,#topLevel  h4,#topLevel  h5,#topLevel  h6 {
  margin: 0;
}

#topLevel button {
  border: 0;
}

/**
  **
  ** =IE input
  **
  **/
::-ms-clear, ::-ms-reveal {
  display: none;
}

/**
  **
  ** =Safari input
  **
  **/
#topLevel input,#topLevel  textarea {
  -webkit-appearance: none;
}

/* +common
 *----------------------------------------------------------------------------
*/
html,
body {
  word-break: break-all;
  color: #000;
  font-family: "微軟正黑體", "黑體-繁", "微软雅黑", 'sans-serif';
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/**
 **
 ** =header
 **
 **
 */
/**
 **
 ** =content
 **
 **
 */
main#topLevel {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  background-color: #f7f3e8;
}

main#topLevel .d-mobile {
  display: block !important;
}
main#topLevel .div1_bg{
  background: url("BG-PC.jpg?t=1751283205561") center top;
  background-size: cover;
}
main#topLevel .div1_22{
  padding-bottom: 100px;
}
@media screen and (min-width: 960px) {

}
@media screen and (max-width: 959px) {
main#topLevel .div1_bg{
  background: url("BG-MB.jpg?t=1751283205561") center top repeat;
  background-size: 100% auto;
}
main#topLevel .div1_22{
  padding-bottom: 2%;
}
}
@media screen and (min-width: 960px) {

  main#topLevel .d-mobile {
    display: none !important;
  }
}

main#topLevel .d-pc {
  display: none !important;
}

@media screen and (min-width: 960px) {
  main#topLevel .d-pc {
    display: block !important;
  }
}

main#topLevel article {
  background-color: #fff;
}

main#topLevel .img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

main#topLevel .bn {
  z-index: 2;
}

main#topLevel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
}

main#topLevel .slick-arrow:focus {
  outline: 0;
  border: 0;
}

main#topLevel .slick-arrow.slick-prev {
  left: 0;
}

main#topLevel .slick-arrow.slick-next {
  right: 0;
}

main#topLevel .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
}

main#topLevel .slick-dots li {
  display: inline-block;
  margin: 0 4px;
  font-size: 0;
}

main#topLevel .slick-dots li button {
  width: 20px;
  height: 3px;
  border: 0;
  background-color: #fff;
  opacity: .35;
  text-indent: -10000px;
}

main#topLevel .slick-dots li.slick-active button {
  opacity: .65;
}

@media screen and (min-width: 960px) {
  main#topLevel .slick-dots li button {
    width: 43px;
    height: 3px;
    border: 0;
    background-color: #fff;
    opacity: .35;
    text-indent: -10000px;
  }
}

main#topLevel .menu {
  display: block;
  width: 100%;
  background-color: #000;
}

@media screen and (min-width: 960px) {
  main#topLevel .menu {
    display: block;
  }
}

main#topLevel .menu .menu-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  padding: 26vw 0 0;
  background-color: #141414;
}

main#topLevel .menu .menu-list li {
  max-width: 764px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  main#topLevel .menu .menu-list {
    display: flex !important;
    justify-content: center;
    position: relative;
    height: auto;
    padding: 0;
  }
  main#topLevel .menu .menu-list li {
    width: 133px;
    height: 40px;
    margin: 0;
    text-align: center;
    line-height: 40px;
  }
  main#topLevel .menu .menu-list li span {
    color: #fff;
    font-size: 18px;
  }
  main#topLevel .menu .menu-list li:not(:last-child) {
    border-right: 1px solid #575757;
  }
}

main#topLevel .menu .logo {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 960px) {
  main#topLevel .menu .logo {
    width: 100%;
  }
}

main#topLevel .menu .menu-top {
  position: relative;
  z-index: 999;
  background-color: #000;
}

main#topLevel .menu .menu-top a {
  width: 20%;
}

main#topLevel .menu .menu-top a .on {
  display: block;
}

main#topLevel .menu .menu-top a .off {
  display: none;
}

main#topLevel .menu .menu-top a.on .on {
  display: none;
}

main#topLevel .menu .menu-top a.on .off {
  display: block;
}

main#topLevel section .content-block {
  max-width: 1220px;
  margin: 0 auto;
}

main#topLevel section .full-block {
  max-width: 2000px;
  margin: 0 auto;
  background: url("bg00.jpg?t=1751283205561") center top no-repeat;
  background-size: cover;
}



@media screen and (min-width: 960px) {

  main#topLevel section.sec01 {
    background-size: 100%;
  }
}

main#topLevel section.sec01 .kv {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

main#topLevel section.sec01 .kv .item {
  display: block;
  float: left;
}

main#topLevel section.sec01 .kv-slider {
  position: relative;
  overflow: hidden;
}

main#topLevel section.sec01 .kv-slider::after {
  content: '';
  display: block;
  clear: both;
}

main#topLevel section.sec01 .full-block .content-block {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 960px) {

  main#topLevel section.sec01 .full-block .content-block {
    padding-bottom: 60px;
  }
}

main#topLevel section.sec01 .content-block {
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (min-width: 960px) {
  main#topLevel section.sec01 .content-block {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
}

main#topLevel section.sec01 .content-block .title {
  padding: 20px 0;
}

main#topLevel section.sec01 .content-block .title img {
  max-width: 100%;
}

@media screen and (min-width: 960px) {
  main#topLevel section.sec01 .content-block .title {
    padding: 0px 0 50px;
  }
  main#topLevel section.sec01 .content-block .title img {
    max-width: none;
  }
}

main#topLevel section.sec01 .content-block .title02 {
  max-width: 80%;
  padding: 30px 0;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  main#topLevel section.sec01 .content-block .title02 {
    max-width: 100%;
    padding: 60px 0;
  }
}

@media screen and (min-width: 960px) {
  main#topLevel section.sec01 .content-block ul.block00 li:not(:last-child) {
    padding-bottom: 60px;
  }
}

main#topLevel section.sec01 .content-block ul.block01 li:not(:last-child) {
  padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
  main#topLevel section.sec01 .content-block ul.block01 li:not(:last-child) {
    padding-bottom: 0px ;
  }
}


main#topLevel section.ft .kv {
  max-width: 2000px;
  margin: 0 auto;
}

main#topLevel .div1{
  text-align: center;
}
main#topLevel .div2_in{
  text-align: center;    
  background-image:url(div2_bg.png?t=1751283205561);
    background-size: 100%;
    background-position:center;   
}
main#topLevel .Offer01 img:hover{
  transform: translate(0, -5px);
}
main#topLevel .div1_in img:hover{
  transform: translate(0, -5px);
}
main#topLevel .div2_1:hover{
  transform: translate(0, -5px);
}
main#topLevel .div2_in img:hover{
  transform: translate(0, -5px);
}
main#topLevel .div3_in img:hover{
  transform: translate(0, -5px);
}
@media screen and (min-width: 960px) {
  .Offer01{
  max-width: 1378px;
  margin:30px auto 80px auto;
  }
  main#topLevel .div1_text{
    width: 100%;
    margin-top: 60px;
  }
  main#topLevel .div1_in{
    margin-top: 33px;
  }
  main#topLevel .div1_in img{
    display: inline-block;
    width: 49%;
    margin: 0.5% 0;
  }
  main#topLevel .div1{
    margin-bottom: 40px;
  }
  main#topLevel .div2_1{
    width: 100%;
    margin-top: 0px;
  }
  main#topLevel .div2_in{
    margin-top: 25px;
  }
  main#topLevel .div2_in img{
    display: inline-block;
    width: 49%;
    margin: 0.5% 0;
  }
  main#topLevel .div3{
    text-align: center;
    background-image:url(div3_bg.png?t=1751283205561);
    background-size: contain;
    background-position:center;
    background-repeat: no-repeat;  
    padding-bottom: 40px;
  }
  main#topLevel .div3_in{
    text-align: center;
  }
  main#topLevel .div3_in img{
    display: inline-block;
    width: 31%;
    margin: 1% 0.8%;
  }

  main#topLevel .div3_text{
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
  }
  main#topLevel .div4{
/*    text-align: center;
    background-image:url(div4_bg.png?t=1751283205561);
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat; */ 
  }
  main#topLevel .div4 img{
    width: 100%;
  }
  main#topLevel .menu_pc{
    background-color: #000000;
    font-size: 18px;
    color:#ffffff;
    text-align: center;
    /*padding:8px 0; */
  }
  main#topLevel .menu_pc a{
    color: inherit;
    padding: 10px 25px;
    border-left: 1px solid #373737;
    line-height: 35px;

  }



  main#topLevel .mobile_show{
    display: none;
  }

}

@media screen and (max-width: 960px) {
  .Offer01{
  margin:1% auto 3% auto;
  }
  main#topLevel .div1_text{
    width: 100%;
    margin-top: 6%;
  }
  main#topLevel .div1_in{
    margin-top: 4%;
    text-align: center;
  }
  main#topLevel .div1_in img{
    display: inline-block;
    width: 46%;
    margin: 1.3% 0.5%;
    box-shadow: 0px 0px 4px 0px rgba(100, 100, 100, 0.3);

  }
  main#topLevel .div1{
    margin-bottom: 0%;
  }
  main#topLevel .div2_1{
    width: 100%;
    margin-top: 0%;
  }
  main#topLevel .div2_in{
    margin-top: 2% !important;
  }
  main#topLevel .div2_in img{
    display: inline-block;
    width: 46%;
    margin: 1.3% 0.5%;
  }
  main#topLevel .div3{
    padding-bottom: 3%;
  }
  
  main#topLevel .div3_text{
    width: 100%;
    margin-top: 6%;
    margin-bottom: 3%;
  }
  main#topLevel .div3_in{
    text-align: center;
  }
  main#topLevel .div3_in img{
    display: inline-block;
    width: 46%;
    margin: 1.3% 0.5%;
  }
  main#topLevel .div4 img{
    width: 100%;
  }
  main#topLevel .menu_mobile{
    background-color: #000000;
    font-size: 14px;
    color:#ffffff;
    text-align: center;
    /*padding:8px 0; */
  }
  main#topLevel .menu_mobile td{
   padding:5px 0; 
  }
  main#topLevel .menu_pc a{
    color: inherit;
    padding: 10px 25px;
    border-left: 1px solid #373737;
    line-height: 35px;

  }






  main#topLevel .pc_show{
    display: none;
  }

}

/**
 **
 ** =footer
 **
 **
 */
/*# sourceMappingURL=style.css.map */
