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%;
}
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 {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}

header .inner .innerCont {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}
header .inner .innerCont .top_logo {
    width: auto;
    height: 45px;
}
header .inner .innerCont h1 {
    /*width: 362px;*/
    padding: 10px 0 10px 0;
    position: relative;
    /* left: 10%; */
    margin: 0;
    float: left;
}
header .inner .innerCont nav, #top header .sticky .wrap nav {
    float: right;
    padding: 20px 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: 1.5rem;
}
header .inner .innerCont nav ul li a, #top header .sticky .wrap nav ul li a {
    font-size: 16px;
	font-weight:bold;
    font-family: Microsoft JhengHei;
    position: relative;
    display: block;
	letter-spacing:5px;
}
header .inner .innerCont nav ul li.newsBtn {
    background-image: linear-gradient(90deg, #F33C5A, #ffc3bc);
    border-radius: 2rem;
    padding: 0.25rem 1rem;
    color: #fff;
}
/* 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;
} */
ol, ul {
    list-style: none;
}
header .drawer_btn, header .drawer_list {
    display: none;
}
.mv_01{
 position:relative;
}
.mv_zoom img{
 display:none;
}
.main_visual.mb .mv_zoom img{
 display:block;
 width:100%;
 height:auto;
}
.white_mask{
 position:absolute;
 z-index:2;
 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: 50vh;
    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: 20px;
    line-height: 20px;
    padding-bottom: 10px;
    font-family: '微軟正黑體';
    color: #595656;
    margin-bottom: 10px;
    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;
}
.mbttxt {
    width: 100%;
    height: 50px;
    text-align: center;
    /* position: absolute; */
    /* bottom: -4px; */
    background: #f4a000;
    z-index: 8;
}

.mbttxt img {
    display: inline-block;
    margin: 10px;
    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: 65px;
    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: 2.8%;
}
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;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 400px;
    overflow-Y: auto;
}
header .drawer_list .wrap ul a {
    display: block;
    position: relative;
/*    width: 83.5vw;*/
    text-align: left;
    margin-left: 50px;
}
header .drawer_btn.on {
    top: 34px;
}
.main_visual>ul {
    color: #fff;
    height: 100%;
}
.main_visual>ul li {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.main_visual>ul li div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}
.main_visual>ul li .mv_zoom {
    background-image: url(../images/mv_01.jpg?v=001);
}
@media (orientation: portrait) {
    .main_visual>ul li .mv_zoom {
        background-image: url(../images/mv_01_sp.webp?v=001);
        background-position: 0% 85%;
    }
}
/* @media (min-aspect-ratio:9/16){
    .main_visual>ul li .mv_zoom {
        background-image: url(../images/mv_01_sp.webp?v=001);
        height: 100%;
        width: 100%;
        
        background-size: cover;
        background-position: left bottom;
    }
} */

.main_visual .mv_zoom {
/*    -webkit-animation: zoom 20s linear 0s infinite normal none;
    animation: zoom 20s linear 0s infinite normal none;*/
}
.main_visual__txt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	height: 100%;
}
.kv_icon {
    position: absolute;
    bottom: 0;
    /* right: 2%;
    width: 10%; */
    /* position: relative; */
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/kv_icon.png?v=001)center top no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    /*opacity: 0;*/
    margin: 0px auto 0 auto;
}


/* @media (min-aspect-ratio:9/16) and (max-width: 1078px) {
    .kv_icon {
       background: url(../images/kv_icon.png?v=001)center top no-repeat;
       background-size: contain;
       background-position: right bottom;
    }
} */
/* @media (min-aspect-ratio:9/16) {
    .kv_icon {
       background: url(../images/kv_icon.png?v=001);
       background-repeat: no-repeat;
       background-size: contain;
       background-position: center;
       margin-top: 65px;
    }
} */
@media screen and (max-width: 1079px) {
    .kv_icon {
        position: absolute;
        bottom: 0;
        /* right: 2%;
        width: 10%; */
        /* position: relative; */
        text-align: center;
        text-indent: -9999px;
        overflow: hidden;
        background: url(../images/kv_icon_sp.png)center top no-repeat;
        width: 100%;
        height: 100%;
        background-size: contain;
        /*opacity: 0;*/
        margin: 0px auto 0 auto;
    }
    
}
@media (orientation: landscape) {
    .kv_icon {
       background: url(../images/kv_icon.png?v=001)center top no-repeat;
       background-size: contain;
        transform: translateX(2%) translateY(1%);
    }
}

@media (max-width: 1078px) and (orientation: portrait){
    .kv_icon {
        /* object-fit: cover; */
        background-size: 100%;
    }
}
.kv_shop {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
}
@media (min-aspect-ratio:16/9){
    .kv_shop {
        width: 80vw;
    }
}

@media screen and (max-width: 1079px) {
    .kv_shop {
       display: none;
    }
}
@media (orientation: landscape) {
    .kv_shop {
       display: block;
    }
}
@media (orientation: portrait) {
    .kv_shop {
       display: none;
    }
}
.kv_btn {
    position: absolute;
    width: 18vw;
    height: 18vw;
    right: 0%;
    bottom: 0%;
		z-index: 98;
}

@media screen and (max-width: 1079px) {
    .kv_btn {
			width: 30vw;
			height: 48vh;
			right: 0%;
			bottom: 0%;
    }
}
@media (orientation: portrait) {
    .kv_btn {
			width: 30vw;
			height: 48vh;
			right: 0%;
			bottom: 0%;
    }
}

.main_visual__txt .wrap {
    width: 100%;
    /* max-width: 1280px; */
    margin: 0 auto;
    position: relative;
    height: 100%;
	padding-top: 1px;
}
.main_visual__txt .wrap .mt.pc {
    position: relative;
    text-align: center;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/main-txt.png?v=001)center top no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    /*opacity: 0;*/
    margin: 0px auto 0 auto;
}
@media (min-aspect-ratio:16/9){
    .main_visual__txt .wrap .mt.pc {
        background-size: contain;
    }
}

/* @media (min-aspect-ratio:9/16) and (max-width: 1078px) {
    .main_visual__txt .wrap .mt.sp {
       background: url(../images/main-txt.png?v=001)center top no-repeat;
       background-size: contain;
    }
} */
@media (min-aspect-ratio:9/16){
    .main_visual__txt .wrap .mt.sp {
        background: url(../images/main-txt.png?v=001) no-repeat;
        background-size: 100% auto;
        margin-top: 0%;
        margin-top: 65px;
        max-height: 80%;
        background-size: contain;
        background-position: center;
    }
}
.main_visual__txt .wrap .mt.sp {
    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: 100%;
    background-size: contain;
    margin-top: 13%;
    z-index: 1;
    /*opacity: 0;*/
}
@media (max-width: 1078px) and (orientation: portrait){
    .main_visual__txt .wrap .mt.sp {
        /* object-fit: cover; */
        background-size: 100%;
    }
}
@media (orientation: landscape) {
    .main_visual__txt .wrap .mt.sp {
       background: url(../images/main-txt.png?v=001)center top no-repeat;
       background-size: contain;
       margin-top: 65px;
    }
}
/* @media screen and (max-width: 1200px){
    .main_visual__txt .wrap .mt.sp {
        width: 100%;
        height: 100%;
    }
} */
/* @media screen and (max-width: 1024px){
 .main_visual__txt .wrap .mt{
   margin-top:90px;

 } */
#load-imgs{
 position:absolute;
 height:0;
 overflow:hidden;
}
.article {
    padding-top: 65px;
}
@media screen and (max-width: 768px) {
    .article {
        padding-top: 45px;
    }
}
article.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}
#sec00 {
    background: url(../images/bg00.jpg)bottom left no-repeat;
    background-size: cover;
    text-align: center;
}
#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;
}

.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, header .drawer_list {
    display: block;
}
.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;
}
}


 /* .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 screen and (max-width: 768px){
    .mbttxt img {
        margin: 5px 10%;
        width: 80%;
    }
    .mbttxt {
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 45px;
    }
    header .drawer_list .wrap ul a {
        /*width: 89%;*/
    }

}
@media screen and (max-width: 550px){
    footer .footerInner {
        font-size: 2.1vw;
    }
}

.joinBtn{
    display: block;
    /* border: 1px solid #000; */
    max-width: 320px;
    max-height: 135px;
    width: 31vw;
    height: 3vw;
    position: absolute;
    top: 67%;
    right: 9%;
    text-indent: -9999px;
}
.joinBtn a {
    display: block;
    width: 100%;
    height: 100%;
}
@media (max-width: 1079px) {
    .joinBtn {
      top: 84.5%;
      right: 34.5%;
      height: 7vw;
    }
  }

.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: relative;
    /* bottom: 0px; */
    /* background-color: #f44b65; */
    /* padding: 0.25rem 0; */
    height: 50px;
    text-align: center;
  }

  .minTxt2 img {
    max-width: 90%;
    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: 550px) {
    .minTxt2 img {
        height: auto;
    }
  }



.minTxt2::before {
    position: absolute;
    top: 50%;
    left: calc(50% + 125px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: attr(data-days);
    font-size: 2rem;
    color: #f5f5f5;
    font-weight: 900;
    /* -webkit-filter: drop-shadow(2px 4px 5px #7c7b7b);
    filter: drop-shadow(2px 4px 5px #7c7b7b); */
    z-index: 99;
  }
  @media (max-width: 1079px) {
    .minTxt2::before {
        font-size: 3.5vw;
        /* left: calc(50% + 130px); */
    }
  }
  @media (max-width: 767px) {
    .minTxt2::before {
        font-size: 5vw;
    }
  }
  @media (max-width: 550px) {
    .minTxt2::before {
        font-size: 7.5vw;
        left: 81%;
        /* top: 15%; */
        /* left: calc(72% ); */
    }
  }
