body {
    line-height: 1;
    font-family: 'Crimson Text', serif;
    -webkit-font-smoothing: antialiased;
    color: #111;
    position: relative;
	margin:0;
	padding:0;
}
abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}
@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
#main_canvas{
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
}
#top header, header {
    width: 100%;
    height: 65px;
}
header .inner, header .inner .innerCont nav ul, #top header .sticky .wrap nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .inner {
    position:static;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(255, 255, 255, 1);
    z-index: 99;
}
header .inner h1 a {
    display: block;
}
a {
    font: inherit;
    text-decoration: none;
    font-size: 100%;
    vertical-align: baseline;
    color: currentColor;
}
img {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}
.s-block {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

header .inner .innerCont {
    max-width: 1280px;
    width: 98%;
    margin: 0 auto;
}
header .inner .innerCont .top{
    max-width: 250px;
    width: 80%;
}
header .inner .innerCont h1 {
    /*width: 362px;*/
    padding: 10px 0 6px 0;
    position: relative;
    /* left: -6.07613vw; */
    margin: 0;
    float: left;
}
header .inner .innerCont nav, #top header .sticky .wrap nav {
    float: right;
    padding: 15px 0;
}
header .inner .innerCont nav ul, #top header .sticky .wrap nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header .inner .innerCont nav ul li:nth-child(1), #top header .sticky .wrap nav ul li:nth-child(1) {
    margin: 0;
}
header .inner .innerCont nav ul li, #top header .sticky .wrap nav ul li {
    color: #595656;
    margin-left: 40px;
}
header .inner .innerCont nav ul li a, #top header .sticky .wrap nav ul li a {
    font-size: 20px;
	font-weight:bold;
    font-family: Microsoft JhengHei;
    position: relative;
    display: block;
	letter-spacing:5px;
}
header .inner .innerCont nav ul li:nth-child(1) a, #top header .sticky .wrap nav ul li:nth-child(1) a {
    background: #f4a000;
    border-radius: 100px;
    padding: 3px 5px 5px 10px;
    background-size: 20px;
	color:#fff;
    /* z-index: 999; */
}
ol, ul {
    list-style: none;
}
header .drawer_btn, header .drawer_list {
    display: none;
}
.mv_01{
 position:relative;
}
.mv_zoom {
    background-image: url(../images/mv_01.webp?v=003);
    background-size: cover;
    background-position: bottom center;
}
.mv_zoom img{
 display:none;
}
.main_visual.mb .mv_zoom img{
 display:block;
 width:100%;
 height:auto;
}
.white_mask{
 position:absolute;
 z-index:1;
 width:100%;
 height:100%;
 background-color:#fff;
}
.lbox-container__loading{
    position: absolute;
    z-index: 100;
    height:100%;
    width:100%;
    left:0;top:0;
    text-align: center;
    background-color:rgba(255,255,255,0.9);
}
.lbox-container__loading .load{
    padding-top:180px;
}
.lbox-container__loading p{
    color:#333;
    font-size: 24px;
    font-weight: bold;
    margin:15px 0;
}
.k-line {
	display:inline-block;
	height:20px;
	width:20px;
	opacity:0;
	border-radius:50%;
	transform:translateX(-200px);
	background-color:#333
}
@keyframes k-loadingS {
	40% {
	transform:translateX(0);
	opacity:.8
    }
    100% {
        transform:translateX(300px);
        opacity:0
    }
}
.k-line-1 {
	animation:k-loadingS 4s infinite;
	animation-delay:.8s
}
.k-line-2 {
	animation:k-loadingS 4s infinite;
	animation-delay:.7s
}
.k-line-3 {
	animation:k-loadingS 4s infinite;
	animation-delay:.6s
}
.k-line-4 {
	animation:k-loadingS 4s infinite;
	animation-delay:.5s
}
.k-line-5 {
	animation:k-loadingS 4s infinite;
	animation-delay:.4s
}
.k-line-6 {
	animation:k-loadingS 4s infinite;
	animation-delay:.3s
}
.k-line-7 {
	animation:k-loadingS 4s infinite;
	animation-delay:.2s
}
.k-line-8 {
	animation:k-loadingS 4s infinite;
	animation-delay:.1s
}
#top header .sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1) 0s, -webkit-transform 1.5s cubic-bezier(.19, 1, .22, 1) 0s;
}
.news_mask, .rwd-news_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh + 80px);
    background-color: rgba(255, 255, 255, .8);
    z-index: 997;
}
.news_list, .rwd-news_list {
    display: none;
    width: 80%;
    max-width: 1200px;
    max-height: 80vh;
    overflow: hidden;
    padding: 40px;
    position: absolute;
    /* top: calc(80px); */
    z-index: 998;
    box-shadow: 3px 5px 8px rgb(112 112 112 / 30%);
    -webkit-box-shadow: 3px 5px 8px rgb(112 112 112 / 30%);
    -moz-box-shadow: 3px 5px 8px rgba(112, 112, 112, .3);
    background: #fff;
    font-family: '微軟正黑體';
    top: 40vh;
    left: 50%;
    transform: translate(-50%,-50%);

}

.news_list::before, .rwd-news_list::before {
    width: 100%;
    content: "最新情報";
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 32px;
    font-size: 30px;
}
.news_list a, .rwd-news_list a {
    display: block;
    float: left;
    width: 100%;
    /* width: auto; */
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    font-family: '微軟正黑體';
    color: #595656;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.4;
}
.news_list a:hover, .rwd-news_list a:hover {
    /* color: #474545; */
    font-weight: 600;
}
.news_list a span, .rwd-news_list a span {
    margin-right: 10px;
    color: #04356e;
    font-weight: bold;
    display: block;
    width: 100%;
    /* margin-bottom: 10px; */
    font-size: 22px;
}
.news_list .close, .rwd-news_list .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.news_list .close::before, .news_list .close::after, .rwd-news_list .close::before, .rwd-news_list .close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    margin-top: -1px;
    margin-left: -25%;
    border-radius: 1px;
    background-color: #000;
}
.news_list .close::before, .rwd-news_list .close::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_list .close::before, .news_list .close::after, .rwd-news_list .close::before, .rwd-news_list .close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 2px;
    margin-top: -1px;
    margin-left: -25%;
    border-radius: 1px;
    background-color: #000;
}
.news_list .close::after, .rwd-news_list .close::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
main {
    position: relative;
    overflow: hidden;
}
.footer {
background-color: #fff;
}
footer div {
    margin-bottom: 0.5rem;
}
footer img {
    width: 100%;
    max-width: 160px;
}
footer .footerInner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_visual{
/* background:#1440a5;*/
 position:relative;
}
.main_visual .mbttxt {
    width: 100%;
    height: 80px;
    text-align: center;
    position: absolute;
    bottom: -4px;
    background: #f4a000;
    z-index: 8;
}

.main_visual .mbttxt img {
    display: inline-block;
    margin: 26px;
    max-width: 500px;
    width: 100%;
}
header .drawer_btn span {
    display: block;
    width: 35px;
    height: 4px;
    background: #f5a100;
    margin-bottom: 6px;
    border-radius: 100px;
    transition: all .3s;
}
header .drawer_list .wrap {
    /* min-height: 93.33333vw; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .drawer_list .wrap ul {
    width: 100%;
    position: absolute;
    top: 75px;
    background: rgba(255, 255, 255, .9);
}
header .drawer_list .wrap ul li {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-family: '微軟正黑體';
    line-height: 50px;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
header .drawer_list .wrap ul li:nth-child(1) {
    border-top: 1px solid #f59f00;
}
header .drawer_list .wrap ul a::after {
    position: absolute;
    bottom: -18px;
    width: 13px;
    height: 13px;
    content: '';
    border-left: 1px solid #f59f00;
    border-bottom: 1px solid #f59f00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
    top: 15px;
    right: 9%;
}
header .drawer_list.open {
    /* -webkit-transition: all .6s cubic-bezier(0, 0, .58, 1);
    transition: all .6s cubic-bezier(0, 0, .58, 1);
    -webkit-transform: translate(0); */
    /* transform: translateX(0);
    left: 0; */
}
header .drawer_btn.on span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -4px;
}
header .drawer_btn.on span:nth-child(2) {
    display: none;
}
header .drawer_btn.on span {
    background: #f59f00;
}
header .drawer_btn span:nth-child(3) {
    margin-bottom: 0;
}
header .drawer_btn.on span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .drawer_list {
    z-index: 99;
    
    position: absolute;
    top: 0;
    width: 100%;
    /* -webkit-transform: translateX(100%);
    transform: translateX(100%); */
    height: 285px;
    /* overflow-Y: auto; */
}
header .drawer_list .wrap ul a {
    display: block;
    position: relative;
/*    width: 83.5vw;*/
    text-align: left;
    padding: 0 8%;
}
header .drawer_btn.on {
    top: 34px;
}
.main_visual>ul {
    color: #fff;
    height: calc(100% - 55px)
}
.main_visual>ul li {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.main_visual>ul li div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
}

.main_visual__txt {
    position: absolute;
    top: 0;
    /* right: 0; */
    left: 0;
	height: calc(100% - 55px);
    width: 100%;
    overflow: hidden;
}
.main_visual__txt .wrap {
    width: 100%;
    /* max-width: 1280px; */
    margin: 0 auto;
    position: relative;
    height: 100%;
	padding-top: 1px;
    left: 0;
}

.main_visual__txt .wrap .main_visual__txt_bg {
    position: relative;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/main-txt.png?v=001)center 8% no-repeat;
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    background-size: contain;
    /* opacity: 0; */
    margin: 0px auto 0% 0%;
}
@media (max-aspect-ratio:1.2/1){
    .main_visual__txt .wrap .main_visual__txt_bg {
        position: relative;
        text-align: center;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/main-txt_sp.png?v=001)center top no-repeat;
        width: 100%;
        height: calc(100vh - 105px);
        /* max-height: calc(100% - 160px); */
        /* max-width: 95%; */
        background-size: contain;
        /* opacity: 0; */
        margin: 0;
    }
    .main_visual .mv_zoom {
        background-image: url(../images/mv_01_sp.webp?v=003);
    }
}
#load-imgs{
 position:absolute;
 height:0;
 overflow:hidden;
}
article.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}
article img {
    width: 100%;
    display: block;
}



#sec01,#sec02,#sec03,#sec04{
 position:relative;
}
article section .secWrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
	position:relative;
}
.secWrap .pic{
 position:absolute;
 z-index:1;
 max-width:936px;
 width:73.4%;
 top:0;
}
.secWrap .pic{
 top:13%;
 left:13%;
}

.pc {
    display: block;
}
.sp {
    display: none;
}

@media screen and (max-width: 1079px){
header .inner .innerCont, #top header .sticky .wrap {
    width: calc(100% - 9vw);
    margin: 0 4.5vw;
}
header .drawer_btn {
    display: block;
}
header .drawer_list {
    display: block;
    max-width: 100vw;
    overflow: hidden;
    left: 0;
    display: none;
}
header .drawer_list .wrap {
    transform: translateX(100%);
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}
header .drawer_list.open {
    /* visibility: visible; */
}
header .drawer_list.open .wrap {
    transform: translateX(0%);
}
.sp {
    display: block;
}
 .pc, header .inner .innerCont nav {
    display: none;
}

header .drawer_btn {
    position: relative;
    float: right;
    top: 22px;
}
header .drawer_list .wrap ul a {
    /*width: 91.5%;*/
}
header .drawer_btn.on {
    z-index: 999;
}
header .inner {
    position: fixed;
}
footer .footerInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}
@media screen and (max-width: 1200px){
    .main_visual__txt .wrap .mt.sp {
        width: calc(100vh * 1.5);
        height: 40vh;
        max-height: calc(100% - 160px);
        max-width: 95%;
        margin: 120px 0 0 -50px;
    }
}
@media screen and (max-width: 1024px){
 /* .main_visual__txt .wrap .mt{
   margin-top:90px;

 } */

 .news_list{
    top: 276.8px;
    display: none;
    width: 85vw;
    max-width: 90vw;
    padding: 1rem;
 }
}
@media screen and (max-width: 930px){
.footer .footer-text .footer-copyright a {
    width: 100%;
    text-align: center;
}
.footer .footer-text .footer-copyright a {
    width: 100%;
    text-align: center;
}
p.footer-copyright span{
text-align:center;
display:block;
width:100%;
}
@media (max-width: 1079px) {
    .main_visual .mbttxt {
        bottom: -0px;
    }
}
}
@media screen and (max-width: 768px){
.main_visual .mbttxt img {
    margin: 3vw 10%;
    width: 80%;
}
.main_visual .mbttxt {
    height: 10vw;
}
header .drawer_list .wrap ul a {
    /*width: 89%;*/
}
.main_visual__txt .wrap .mt.sp {
    width: calc(100vh * 1.5);
    height: calc(100vh - 330px);
    max-height: calc(100% - 160px);
    margin: 120px 0 0 auto;
    }
}
@media screen and (max-width: 550px){
footer .footerInner {
    font-size: 2.1vw;
}
}

.joinBtn{
    display: block;
    /* border: 1px solid #000; */
    max-width: 480px;
    max-height: 130px;
    width: 38vw;
    height: 10vw;
    position: absolute;
    top: 74%;
    right: 0;
}

.minTxt {
    width: 100%;
    height: 50px;
    background-color: #f59f00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .minTxt img {
    max-width: 500px;
    max-height: 28.67px;
    width: 50vw;
    height: 2.8vw;
  }
  @media (max-width: 1079px) {
    .minTxt img {
      width: 80vw;
      height: 4.8vw;
    }
  }
  .minTxt2 {
    position: absolute;
    /* bottom: calc(80px - 15px); */
    bottom:0;
    background-color: #f4a000;
    padding: 0.5rem 0;
    height: 40px;
    text-align: center;
  }
  @media (max-width: 1079px) {
    .minTxt2 {
        padding: 10px 0;
        /* height: 6.5%; */
    }
  }
  @media (max-width: 1079px) {
    .minTxt2 {
        padding: 10px 0;
        /* height: 6%; */
    }
  }
  
  /* @media (max-width: 768px) {
    .minTxt2 {
        bottom: 10vw;
    }
  } */
  /* @media (max-width: 550px) {
    .minTxt2 {
        height: 6%;
    }
  } */
  .minTxt2 img {
    max-width: 779px;
    max-height: 94px;
    width: auto;
    height: 40px;
    -webkit-filter: drop-shadow(1px 5px 5px rgba(119, 119, 119, 0.8));
    filter: drop-shadow(1px 5px 5px rgba(119, 119, 119, 0.8));
  }
  @media (max-width: 1079px) {
    .minTxt2 img {
      max-width: 380px;
      width: 80%;
      height: auto;
      /* height: 100%; */
    }
  }


.minTxt2::before {
    position: absolute;
    top: 52%;
    left: calc(50% + 92px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: attr(data-days);
    font-size: 2.5rem;
    color: #f5f5f5;
    font-weight: 900;
    -webkit-filter: drop-shadow(2px 4px 5px #7c7b7b);
    filter: drop-shadow(2px 4px 5px #7c7b7b);
    z-index: 98;
  }
  @media (max-width: 1079px) {
    .minTxt2::before {
        font-size: 5.5vw;
        left: calc(50% + 108px);
    }
  }
  @media (max-width: 1023px) {
    .minTxt2::before {
        font-size: 7vw;
    }
  }
  @media (max-width: 550px) {
    .minTxt2::before {
        font-size: 8.5vw;
        /* top: 15%; */
        left: calc(72% );
    }
  }
  @media (max-aspect-ratio:1.2/1) {
    .minTxt2::before {
        top: 50%;
    }
  }