@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;
}

.titleD-img:hover {
  transform: none !important;
  transition: none !important;
}


.no-hover-effect {
  pointer-events: none;
}

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=1750245621895") center top;
  background-size: cover;
}
main#topLevel .div1_sp{
  /*padding-bottom: 100px;*/
}
main#topLevel .div1_sp_outer{
  position: relative;
}
main#topLevel .div1_sp_outer .main_img{
  position: relative;
  top:0;
  left:0;
  z-index: 0;
}
main#topLevel .div1_sp_in{
  position: absolute;
  width: 100%;
  top:48.5%;
  left:0;
  text-align: center;
}
main#topLevel .div1_sp_in .div1_sp_in_img{
  width: 44%;
  margin:1% 1%; 
}
@media screen and (min-width: 960px) {
main#topLevel .div1{
  padding-top: 40px;
}
main#topLevel .div1 .col-12{
  margin-top: 40px;
  margin-bottom: 40px;
  
}
main#topLevel .div1_bg{
  padding-bottom: 80px; 
}
}
@media screen and (max-width: 959px) {
main#topLevel .div1{
  padding-top: 5%;
}
main#topLevel .div1 .col-12{
  margin-top: 4%;
  margin-bottom: 4%;
  
}
main#topLevel .div1_bg{
  background: url("BG-MB.jpg?t=1750245621895") center top repeat;
  background-size: 100% auto;
  padding-bottom: 9%; 
}
main#topLevel .div1_sp{
  /*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;
}
main#topLevel .OfferimgB:hover{
  transform: translate(0, 0px);
}

main#topLevel .OfferimgA:hover{
  transform: translate(0, -5px);
}
@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=1750245621895") center top no-repeat;
  background-size: cover;
}



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

  main#topLevel section.sec01 {
    background-size: 100%;
  }
}
@media screen and (min-width: 960px) {

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

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

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

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

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

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

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

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

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

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

main#topLevel section.sec02 .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;
  }
}

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

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

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

main#topLevel section.sec02 .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;
  }
}

@media screen and (min-width: 960px) {
  main#topLevel section.sec02 .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.sec02 .content-block .title {
  padding: 20px 0;
}

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

main#topLevel section.sec02 .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;
  }
}

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

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

main#topLevel section.sec02 .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.sec02 .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;
  }
}

@media screen and (min-width: 960px) {
  main#topLevel section.sec02 .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;
}

main#topLevel section.sec02 .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 ;
  }
}

@media screen and (max-width: 960px) {
  main#topLevel section.sec02 .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;    
  overflow: hidden;
  z-index: -1;
    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%;
    padding: 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;
    overflow: hidden;
    z-index: -1;
  }
  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=1750245621895);
    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: 0% -0.2%;
  }

  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=1750245621895);
    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%;
    padding: 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_1 img{
    display: inline-block;
    width: 100%;
   
    margin: 1.3% 0.5%;
  }
  main#topLevel .div2_in{
    margin-top: 2% !important;
    overflow: hidden;
    z-index: -1;
  }
  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: 28%;
    margin: 0% -0.4%;
  }
  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:10px 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;
  }

}


.image-container2 {
  display: flex;
  justify-content: space-between;
}

.side-by-side-image2 {
  width: 49%;  /* 這將使每張圖片佔用約一半的寬度，並留下一點空間在中間 */
  margin: 0 0.5%;  /* 這將在圖片之間添加一點空間 */
}


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