@charset "utf-8";
/*
 * CSS Document
 * ==========================================
 * Copyright © 2020 磐拓創意網頁設計公司
 * http://www.pantuo.com.tw
 * ==========================================
 * $Author: 米亞 $
 * $Date: 2020-4-7 $
*/


/* ===============================================================================
   Dome
=============================================================================== */
#casedemo.container-fluid {
	padding: 0;
	margin: 0;
}

.demo_bg_index {
	background:url(../images/demo/bg_index.jpg) 50% 0 no-repeat;
}
.demo_index {
	display: block;
	width: 1170px;
	background:url(../images/demo/index.jpg) 50% 0 no-repeat;
	height: 3170px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.demo_bg_index2 {
	background:url(../images/demo/bg_index2.jpg) 50% 0 no-repeat;
}
.demo_index2 {
	display: block;
	width: 1170px;
	background:url(../images/demo/index2.jpg) 50% 0 no-repeat;
	height: 3182px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.demo_bg_home {
	background:url(../images/demo/bg_home.jpg) 50% 0 no-repeat;
}
.demo_home {
	display: block;
	width: 1170px;
	background:url(../images/demo/home.jpg) 50% 0 no-repeat;
	height: 2756px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}
.demo_bg_home2 {
	background:url(../images/demo/bg_home2.jpg) 50% 0 no-repeat;
}
.demo_home2 {
	display: block;
	width: 1170px;
	background:url(../images/demo/home2.jpg) 50% 0 no-repeat;
	height: 2586px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}





/* ==========================================================================
   reset
========================================================================== */
* {
	padding: 0;
	margin: 0
}

*,
*::before,
*::after {
	/*box-sizing: inherit;*/
	padding: 0;
	margin: 0
}

img, a img {
    border: 0;
    /*
	max-width: 100%;
	vertical-align: bottom
	*/
}

a {
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear
}
a, a:visited, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

:focus, :active {
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

p {
    line-height: inherit
}

label {
    /*font-weight: inherit*/
	font-weight: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    /**font-size: 100%;*/
    font-size: 0.875rem;
    font-style: inherit;
    font-weight: inherit;
	line-height: 34px;
    padding: 0 10px 0 8px;
    outline: 0;
}

input, select {
    height: 34px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*
	border: none;
	box-shadow: none !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    */
}

select::-ms-expand {
	display: none;
}

textarea {
    resize: vertical;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
         -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    
}

.form-control:focus {
  border: 1px solid #ccc;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}


ol.reset,ul.reset,li.reset {
    list-style: none;
    padding: 0;
    margin: 0;
}

section, article, aside, footer, header, nav, main {
    display: block
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*
* {
    -webkit-backface-visibility: hidden
}

*, *:after, *::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*/

.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}





/* ===================================================================
   Common
=================================================================== */
html {
    font-size: 16px;
}

body {
	font-family: 'Century Gothic', 'Roboto', Sans-serif, Arial, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Noto Sans TC', 'PMingLiU';
	font-display: swap;
    font-size: 1rem;
    line-height: 1.625;
}





/*---form------------------------------------------------*/
.select {
	background: #ffffff url("../images/common/ic_select.png") right center no-repeat;
    background-size: auto 6px;
    vertical-align: middle;
    padding: 0 36px 0 8px;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}



.radio input[type="radio"], .radio input[type="checkbox"], 
.checkbox input[type="radio"], .checkbox input[type="checkbox"] {
    display: none
}

.radio span, .checkbox span {
    position: relative;
    display: inline-block;
    font-weight: normal;
    line-height: 40px;
    vertical-align: middle;
    padding-left: 30px;
}
.radio span:before, .checkbox span:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 1px solid #bdbdbd;
}
.radio span:before {
    border-radius: 100%;
}
.radio input:checked+span:before, .checkbox input:checked+span:before {
    background: #000000;
    border-color: #000000
}
.radio input:checked+span:after, .checkbox input:checked+span:after {
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
    display: block;
    width: 6px;
    height: 12px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}



.input-date { 
	background: #ffffff url(../images/common/ic_calendar.png) no-repeat 98% center; 
	background-size: auto 24px;
	-moz-background-size: auto 24px; 
	-o-background-size: auto 24px; 
	-webkit-background-size: auto 24px; 
	padding-right: 42px 
}
.input-date:focus { 
	background: #ffffff url(../images/common/ic_calendar.png) no-repeat 98% center; 
	background-size: auto 24px
}





/*---OVERFLOW------------------------------------------------*/
.menu-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 98;
    opacity: 0;
	
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.menu-mask.show {
    opacity: 1;
    visibility: visible;
}





/*---gotop------------------------------------------------*/
#gotop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #541b86; /* 滾動top bg */
    color: #ffffff; /* 滾動top */
	font-family: 'Century Gothic','Roboto', Sans-serif, Arial, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Noto Sans TC', 'PMingLiU';
    font-size: 0.75rem;
    line-height: 40px;
    text-align: center;
    /*border: 1px solid #70bed8;*/
    border-radius: 100%;
    z-index: 250;
    opacity: 0;
	
    transition: all .3s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#gotop:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 15px;
    width: 13px;
    height: 1px;
    background-color: #ffffff; /* 滾動top底線 */
	
    transition: all .3s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

#gotop:hover {
    background-color: #f19ec2; /* 滾動top hover bg */
}

#gotop.view {
    opacity: 0.9;
    -moz-animation: rubberBand 1s forwards;
    -webkit-animation: rubberBand 1s forwards;
    animation: rubberBand 1s forwards;
}

@media (max-width: 427px) {
    #gotop {
        bottom: 85px;
        right: 2px;
    }
}
@media (max-width: 400px) {
    #gotop {
        bottom: 105px;
    }
}





/*---scroll-fixed-link------------------------------------------------*/
.side-btns {
    position: fixed;
    left: 100%;
    bottom: 50%;
    z-index: 2000
}
@media only screen and (max-width: 1024px) {
    .side-btns {
        bottom: auto;
        top: 150px;
    }
}

.side-btns li {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 25px 0 0 25px;
    margin-left: -50px;
    margin-bottom: 8px;
    cursor: pointer;
    
    -moz-transition:margin 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: margin 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: margin 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: margin 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.side-btns li:first-child {
    background: #00b900;
}
.side-btns li:nth-child(2) {
    background: #4267b2;
}
.side-btns li:nth-child(3) {
    background: #e5384e;
}
.side-btns li:nth-child(4) {
    background: #757dbb;
}
.side-btns li:nth-child(5) {
    background: #ca4f0f;
}

.side-btns li:hover {
    margin-left: -150px;
}

.side-btns li a, .side-btns li div {
    display: block;
    white-space: nowrap;
    cursor: pointer
}
.side-btns li a>*, .side-btns li div>* {
    display: inline-block;
    vertical-align: middle
}

.side-btns li i {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    color: #ffffff;
    padding: 13px 5px 15px 19px;
}

.side-btns li p {
    color: #ffffff;
    padding: 0 10px 0 0;
    margin: 0;
}

@media only screen and (max-width: 992px) {
    .side-btns {
        display: none;
    }
}
/*
@media only screen and (max-width: 991px) {
    .side-btns li {
        border-radius: 20px 0 0 20px;
        margin-left: -45px;
    }
    .side-btns li:hover {
        margin-left: -130px;
    }
    .side-btns li i {
        width: 40px;
        height: 40px;
        padding: 8px 5px 15px 15px;
    }
    .side-btns li p {
        font-size: 1rem;
    }
}
*/





/*---maincontent 首頁內文、mainbg 內頁內文------------------------------------------------*/
#mainbg {
    width: 100%;
    padding: 0 0 50px;
    margin: 138px auto 30px;
}
@media (max-width: 1199px) {
    #mainbg {
        margin: 120px auto 15px;
    }
}
@media (max-width: 1024px) {
    #mainbg {
        padding: 0 0 35px;
    }
}




/*...mainwrap：一欄式佈局......................................*/
.editorwrap {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.editorwrap .container {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
}

.editorwrap .container.bg {
    max-width: 100%;
    background-color: #f3eff6;
    padding: 50px 0;
    margin: 50px auto;
}
.editorwrap .container.bg02 {
    max-width: 100%;
    background-color: #f0faff;
    padding: 50px 0;
    margin: 50px auto;
}

.editorwrap .container .container-wrap {
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .editorwrap .container, .editorwrap .container .container-wrap {
        max-width: 90%;
    }
}

.editorwrap .container li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}
.editorwrap .container li:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 600;
    content: '\f111';
}

@media (max-width: 800px) {
    .editorwrap .scroll-fade-left, .editorwrap .scroll-fade-right {
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        -moz-transition: opacity 0.8s, -moz-transform 0.8s;
        -o-transition: opacity 0.8s, -o-transform 0.8s;
        -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
        transition: opacity 0.8s, transform 0.8s;
    }
    .editorwrap .scroll-fade-left.scroll-view, .editorwrap .scroll-fade-right.scroll-view {
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}



.mainwrap .title {
    display: inline-block;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 3px;
    border-radius: 30px;
    padding: 5px 25px;
    margin: 0;
}

.mainwrap .title.bg-01 {
    background: url("../../upload/editor/images/line.png") repeat #541b86;
}
.mainwrap .title.bg-02 {
    background: url("../../upload/editor/images/line.png") repeat #757dbb;
}

.mainwrap .title.spac-01 {
    letter-spacing: 0;
}
@media (max-width: 1024px) {
    .mainwrap .title.font-01 {
        font-size: 1.125rem;
        letter-spacing: 0;
    }
}
@media (max-width: 540px) {
    .mainwrap .title.font-01 {
        font-size: 1rem;
        letter-spacing: 0;
    }
}
@media (max-width: 432px) {
    .mainwrap .title {
        font-size: 1rem;
        letter-spacing: 0;
    }
}





/*---內文標題------------------------------------------------*/
#title-page {
    position: relative;
	width: 100%;
	padding: 0;
	margin: 0 auto
}

.s-ti {
    position: relative;
    color: #222;
    font-size: 1.125rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 0 20px
}
.s-ti.bg-sti {
    background: url("../images/common/line_sti.jpg") repeat-x 0 center
}


@media (max-width: 1024px) {
    .s-ti { margin: 20px 0 }
}
@media (max-width: 720px) {
    .s-ti { margin: 15px 0 20px }
}
@media (max-width: 540px) {
    .s-ti {
        font-size: 1rem;
		letter-spacing: 0
    }
}



.s-ti strong { /*標題bg*/
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 50px;
    z-index: 2
}
.s-ti strong.bg-sti {
	background-color: #ffffff
}

.s-ti strong:before { /*標題ic*/
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    background: url("../images/common/ic_logo.svg") no-repeat 0 0;
    margin-top: -8px;
    z-index: 2
}
@media (max-width: 540px) {
	.s-ti strong { padding-left: 43px }
}

.s-ti span { /*標題英文*/
    font-size: 1.25rem;
    font-style: normal;
    letter-spacing: 0;
	text-transform: uppercase;
    margin-right: 10px
}
.s-ti span.color-s-ti {
    color: #d18f00
}

.s-ti b { /*標題中文*/
    display: inline-block
}
@media (max-width: 540px) {
	.s-ti span {
		font-size: 1.125rem;
		margin-right: 5px
	}
}





/*...內文次標題......................................*/
.formTi {
	position: relative;
	display: block;
	height: 30px;
    color: #e30020;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 0 20px
}
.formTi.bg-formTi {
	height: 30px;
    background: url("../images/common/line_btnBox.png") repeat-x 0 100%
}
@media (max-width: 540px) {
    .formTi {
        font-size: 0.9375rem;
		letter-spacing: 0
    }
}



.formTi .linkLine {/*我要留言*/
	position: absolute;
	top: -10px;
	right: 0
}



.formTi strong { /*次標題bg*/
    display: inline-block;
	height: 30px;
    padding-left: 5px;
    padding-right: 5px
}
.formTi strong.bg_formTi {
    background: #ffffff url("../images/common/bg_formTi.png") repeat-x 0 100%
}

.formTi b { /*標題中文*/
    display: inline-block
}





/*---麵包屑------------------------------------------------*/
#article-crumb {
	display: block;
	width: 100%;
	height: 39px;
	background: #e6e6e6 url("../images/common/bg_crumb.jpg") 0 0 repeat-x;
    margin-bottom: 20px;
}

.crumb {
	font-size: 0.875rem;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	vertical-align: top;
}
@media (min-width: 721px) {
	.crumb {
		/*
		position: absolute;
		top: 0;
		right: 0;
		*/
		float: right;
		z-index: 20;
	}
}

.crumb .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 13px 0 0 0;
  margin-right: 5px;
  margin-bottom: 0;
}
@media (max-width: 720px) {
	.crumb .breadcrumb {
	  margin-right: 0px;
	}
}

.breadcrumb > li:first-child:before {
	content: "\f0fd";
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	padding-right: 5px;
}

.breadcrumb > li + li:before {
	content: "/\00a0";
	color: #2c2c2c;
	padding: 0 5px;
}

.breadcrumb > li a {
	color: #2c2c2c;
}
.breadcrumb > li a:hover, .breadcrumb > .active {
	color: #000000;
}





/*---M-title 主標題------------------------------------------------*/
.M-title {
    width: 60%;
	color: #000000;
	text-align: center;
    margin: 0 auto;
}
.M-title.other {
	color: #ffffff;
    text-shadow: rgba(0, 0, 0, 0.3) 2px 4px 5px, rgba(255, 255, 255, 0.4) 0px -4px 30px;
}
@media (max-width: 1024px) {
    .M-title {
        width: 70%;
    }
}
@media (max-width: 992px) {
    .M-title {
        width: 80%;
    }
}
@media (max-width: 540px) {
    .M-title {
        width: 90%;
    }
}
@media (max-width: 432px) {
    .M-title {
        width: 100%;
    }
}

.M-title .en {
    background: url("../images/common/bg_mtitle.png") repeat-x 0 center;
}
.M-title.other .en {
    background: url("../images/common/") repeat-x 0 center;
}

.M-title .en span {
    display: inline-block;
	font-size: 1.875rem;
    padding: 0 20px;
}
.M-title .en span.bg-news {
    background-color: #f2f2f2;
}
.M-title .en span.bg-video, .M-title .en span.bg-page {
    background-color: #ffffff;
}
.M-title .en span.bg-media {
    background-color: transparent;
}
.M-title .en span.bg-room {
    background-color: #f1f2f8;
}

.M-title .cn {
	font-size: 1.0625rem;
}
@media (max-width: 800px) {
    .M-title .en span {
        font-size: 1.5625rem;
    }
    .M-title .cn {
        font-size: 1rem;
    }
}
@media (max-width: 540px) {
    .M-title .en span {
        font-size: 1.25rem;
    }
    .M-title .cn {
        font-size: 0.9375rem;
    }
}





/*---頁次------------------------------------------------*/
#pagination-wrap {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px dotted #cccccc;
  padding-top: 5px;
  margin-top: 10px
}
#pagination-wrap.noLine {
  border-top: none;
  padding-top: 0;
  margin-top: 30px
}

#pagination-wrap .pagination {
  margin: 20px 0 0
}

#pagination-wrap span {
	font-size: 0.875rem
}



/*...回列表頁......................................*/
#pagination-wrap a.back {
  background: #000000;
  color: #ffffff;
  font-size: 0.9375rem;
  padding: 10px 25px;
  transition: all .25s linear;
  -ms-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
}
#pagination-wrap a:hover.back {
  background: #e30020;
}
#pagination-wrap a.back:before {
    content: '\f03a';
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	padding-right: 8px
}





/*...上下頁......................................*/
#btnBox {
  display: block;
  float: left;
  width: 100%;
  background: url('../images/common/line_btnBox.png') top repeat-x;
  text-align: center;
  padding-top: 30px;
  margin: 30px auto
}
#btnBox.noLine {
  background: none;
  padding-top: 0;
  margin-top: 40px
}



.btnDef {
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  padding: 0 7%;
  margin: 0
}

.btnDef.black, .btnDef.red {
  display: inline-block
}
.btnDef.red {
  background: #e30020
}
.btnDef.black {
  background: #333333
}
.btnDef.gray {
  background: #838383
}
.btnDef:hover, .btnDef:active, .btnDef:visited {
  color: #ffffff;
  opacity: 0.85
}

.btnDef:before, .btnDef:after {
    content: "";
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
}

a.btnDef.black:before, button.btnDef.black:before { /*上一頁*/
    content: "\f0a8";
	padding-right: 10px
}
a.btnDef.red:after, button.btnDef.red:after { /*下一頁*/
    content: "\f0a9";
	padding-left: 10px
}

a.btnDef.reset:before, button.btnDef.reset:before { /*清除*/
    content: "\f00d";
	padding-right: 10px
}
a.btnDef.send:after, button.btnDef.send:after { /*送出*/
    content: "\f064";
	padding-left: 10px
}

a.btnDef.login:after, button.btnDef.login:after { /*登入*/
    content: "\f2f6";
	padding-left: 10px
}


@media (max-width: 720px) {
	.btnDef {
		width: 49%;
		font-size: 0.9375rem
	}
}
@media (max-width: 424px) {
	.btnDef {
		width: 100%
	}
	.btnDef:last-child {
		display: block;
		margin-top: 5px
	}
}



.bt_more {
	position: absolute;
	top: 10px;
	right: 0;
	background-color: #2a2a27;
	color: #ffffff;
	font-size: 0.9375rem;
	padding: 5px 27px;
	transition: all .25s linear;
	-ms-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear
}
@media only screen and (max-width: 1024px) {
	.bt_more {
		padding: 5px 20px
	}
}
@media only screen and (max-width: 992px) {
	.bt_more {
		top: 5px
	}
}
@media only screen and (max-width: 800px) {
	.bt_more {
		position: inherit;
		width: 150px;
		padding: 5px 27px;
		margin: 0 auto
	}
}

.bt_more a, .bt_more:active {
	color: #ffffff
}
.bt_more:hover {
	background-color: #cc0000;
	cursor: pointer
}

.bt_more i {
	display: inline-block;
	padding-right: 5px
}






/*---表格基本設定---------------------------------------------*/
.table-wrap {
	width: 100%
}



/*...表頭......................................*/
.table-wrap .head {
  background: #444444
}
.table-wrap .head.bg-cart {/*交易資訊*/
  background: #b5004f
}
.table-wrap .head.bg-invoice {/*發票資訊*/
  background: #541b86
}

.table-wrap .head > div {
  position: relative;
  display: inline-block;
  /*width: calc(100% / 4 - 5px);*/
  height: 40px;
  color: #ffffff;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
}
.table-wrap .head > div:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 22px;
  background: #959595;
  margin-top: -11px
}
.table-wrap .head > div:last-child:after {
  display: none
}



/*...表格......................................*/
.table-wrap .inner {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0
}
.table-wrap .inner:nth-child(2n) {/*偶數列底色*/
  background: #f8f8f8
}

.table-wrap .inner > div {
  position: relative;
  display: inline-block;
  /*width: calc(100% / 4 - 5px);*/
  font-size: 0.9375rem;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0
}
.table-wrap .inner > div:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 30px;
  background: #c9c9c9;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: .8
}
.table-wrap .inner > div:last-child:after {
  display: none
}





/*---分享社群---------------------------------------------*/
.share-box {
    font-size: 0
}

.share-box > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
	font-size: 1rem;
	line-height: 30px;
	text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    /*box-shadow: inset 30px 30px 3px rgba(0,0,0,0);*/
    margin-left: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.share-box > a:before {
	content: "";
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
}
.share-box > a:first-child {
    margin-left: 0
}

.share-box > a.facebook {
    background: #3b5998;
}
.share-box > a.facebook:before {
	content: "\f39e";
}

.share-box > a.line {
  background: url('../images/common/share_line.png') no-repeat 0 0 #00b52c;
  background-size: auto 30px
}

.share-box > a.twitter {
    background: #08a2dc;
}
.share-box > a.twitter:before {
	content: "\f099";
}

.share-box > a.google {
    background: #de564a;
}
.share-box > a.google:before {
	content: "\f0d5";
}

.share-box > a.email {
    background: #9a846b;
}
.share-box > a.email:before {
	content: "\f0e0";
}

.share-box > a.weibo {
    background: #df2029;
}
.share-box > a.weibo:before {
	content: "\f18a";
}





/*---font color------------------------------------------------*/
.text-red {
    color: #e30020
}

.text-blue {
    color: #006699
}

.text-green {
    color: #008000
}

.text-yellow {
    color: #ffcc00
}

.text-purple {
    color: #800080
}





/*---編輯器內容------------------------------------------------*/
/*
.text-edit {
    color: #333;
    font-size: 1rem;
    line-height: 2
}
*/

.text-edit:before, .text-edit:after {
    content: '';
    display: table
}

.text-edit:after {
    clear: both
}

.text-edit * {
    max-width: 100% !important
}

.text-edit img {
    max-width: 100%;
    height: auto !important
}





/* ===================================================================
   隱藏及彈出視窗內容
=================================================================== */
/*---隱藏內容------------------------------------------------*/
.displayNone { 
	display: none
}



/*...會員加入條款、運費說明......................................*/
#termsBox .termsBox { 
	width: 100%;
	/*height: auto;*/
	height: calc(100vh - 300px);
	overflow: auto;
}
@media (max-width: 680px) {
	#termsBox .termsBox { 
		height: calc(100vh - 200px)
	}
}



/*...付款通知......................................*/
#termsBox .payment-wrap {
  width: 100%;
  margin: 0 auto
}
@media (max-width: 992px) {
  #termsBox .payment-wrap {
	height: calc(100vh - 200px) 
  }
}



/*---彈出------------------------------------------------*/
.mfp-close-btn-in .mfp-close {
  width: 40px;
  height: 40px;
  background: url('../images/common/btn_close.png') no-repeat #efefef center center;
  font-size: 0;
  line-height: 38px
}



.popBox {
  position: relative;
  width: 1000px;
  background: #fff;
  border: 10px solid #efefef;
  box-sizing: border-box;
  padding: 50px;
  margin: 0 auto
}
@media (max-width: 992px) {
  .popBox {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px
  }
}

.popBox .content {
  width: 100%;
  overflow: hidden
}

.popBox .iTitle {
  color: #d10000;
  font-size: 1.4375rem;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 5px
}
.popBox .iTitle span {
  font-weight: bold;
  padding-left: 6px;
  margin-bottom: 40px
}

.popBox .iSmalTi {
  font-size: 1rem;
  text-align: center;
  margin: 0 auto 20px
}
@media (max-width: 768px) {
	.popBox .iTitle_none, .iSmalTi_none {
		display: none
	}
}

.popBox .line {
  width: 100%;
  height: auto;
  background: url('../images/common/line_popbox.png') repeat-x 0 top;
  line-height: 20px;
  overflow: hidden;
  padding-top: 20px
}

.popBox .edit { 
	width: 100%;
	overflow: hidden;
	margin: 10px auto 30px;
}

.popBox .btn-review { 

	padding-top: 20px
}
@media (max-width: 1024px) {
	.popBox .btn-review { 
		padding-top: 0
	}
}





/* ==========================================================================
   keyframe
========================================================================== */

/*---主體關鍵影格------------------------------------------------*/
@-webkit-keyframes scroll-fade {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@-o-keyframes scroll-fade {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }

}
@keyframes scroll-fade {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

.scroll-fade {
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade.scroll-view {
    opacity: 1;
}



@-webkit-keyframes scroll-fade-down {
    0% {
		opacity: 0;
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}
@-o-keyframes scroll-fade-down {
    0% {
		opacity: 0;
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}
@keyframes scroll-fade-down {
    0% {
		opacity: 0;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}

.scroll-fade-down {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade-down.scroll-view {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}



@-webkit-keyframes scroll-fade-up {
    0% {
		opacity: 0;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}
@-o-keyframes scroll-fade-up {
    0% {
		opacity: 0;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}
@keyframes scroll-fade-up {
    0% {
		opacity: 0;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}

.scroll-fade-up {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade-up.scroll-view {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}


@-webkit-keyframes scroll-fade-left {
    0% {
		opacity: 0;
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}
@-o-keyframes scroll-fade-left {
    0% {
		opacity: 0;
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}
@keyframes scroll-fade-left {
    0% {
		opacity: 0;
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}

.scroll-fade-left {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade-left.scroll-view {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}



@-webkit-keyframes scroll-fade-right {
    0% {
		opacity: 0;
		-moz-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}
@-o-keyframes scroll-fade-right {
    0% {
		opacity: 0;
		-moz-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}
@keyframes scroll-fade-right {
    0% {
		opacity: 0;
		-moz-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}

.scroll-fade-right {
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade-right.scroll-view {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}



@-webkit-keyframes scroll-img-scale {
    0% {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
		-moz-transition: -moz-transform 2.5s 0.15s;
		-o-transition: -o-transform 2.5s 0.15s;
		-webkit-transition: -webkit-transform 2.5s;
		-webkit-transition-delay: 0.15s;
		transition: transform 2.5s 0.15s;
    }
    100% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
    }
}
@-o-keyframes scroll-img-scale {
    0% {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
		-moz-transition: -moz-transform 2.5s 0.15s;
		-o-transition: -o-transform 2.5s 0.15s;
		-webkit-transition: -webkit-transform 2.5s;
		-webkit-transition-delay: 0.15s;
		transition: transform 2.5s 0.15s;
    }
    100% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
    }
}
@keyframes scroll-img-scale {
    0% {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
		-moz-transition: -moz-transform 2.5s 0.15s;
		-o-transition: -o-transform 2.5s 0.15s;
		-webkit-transition: -webkit-transform 2.5s;
		-webkit-transition-delay: 0.15s;
		transition: transform 2.5s 0.15s;
    }
    100% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
    }
}

.scroll-img-scale {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
		-moz-transition: -moz-transform 2.5s 0.15s;
		-o-transition: -o-transform 2.5s 0.15s;
		-webkit-transition: -webkit-transform 2.5s;
		-webkit-transition-delay: 0.15s;
		transition: transform 2.5s 0.15s;
}
.scroll-img-scale.scroll-view {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
}



/*---主選項關鍵影格------------------------------------------------*/
@-webkit-keyframes ani_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes ani_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes ani_fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@-webkit-keyframes ani_fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes ani_fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes ani_fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}



@-webkit-keyframes ani_flipcard {
    0% {
        opacity: 0;
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@-o-keyframes ani_flipcard {
    0% {
        opacity: 0;
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}
@keyframes ani_flipcard {
    0% {
        opacity: 0;
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }
    100% {
        opacity: 1;
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}



@-webkit-keyframes ani_jump {
    0%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
}
@-o-keyframes ani_jump {
    0%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
}
@keyframes ani_jump {
    0%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
}



/*
@-webkit-keyframes ani_slideZoom {
    0% {
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes ani_slideZoom {
    0% {
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ani_slideZoom {
    0% {
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
*/



@-webkit-keyframes ani_slideZoom_opacity {
    0% {
        opacity: 0;
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes ani_slideZoom_opacity {
    0% {
        opacity: 0;
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes ani_slideZoom_opacity {
    0% {
        opacity: 0;
        -moz-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



@-webkit-keyframes ani_navbtn_zoomOut {
    0% {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
@-o-keyframes ani_navbtn_zoomOut {
    0% {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
@keyframes ani_navbtn_zoomOut {
    0% {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}



@-webkit-keyframes ani_navbtn_zoomIn {
    0% {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-o-keyframes ani_navbtn_zoomIn {
    0% {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes ani_navbtn_zoomIn {
    0% {
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    100% {
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}



@-webkit-keyframes ani_navbtn_zoomIn_close1 {
    0% {
        -moz-transform: scaleX(0) rotate(45deg);
        -ms-transform: scaleX(0) rotate(45deg);
        -webkit-transform: scaleX(0) rotate(45deg);
        transform: scaleX(0) rotate(45deg);
    }
    100% {
        -moz-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        -webkit-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
    }
}
@-o-keyframes ani_navbtn_zoomIn_close1 {
    0% {
        -moz-transform: scaleX(0) rotate(45deg);
        -ms-transform: scaleX(0) rotate(45deg);
        -webkit-transform: scaleX(0) rotate(45deg);
        transform: scaleX(0) rotate(45deg);
    }
    100% {
        -moz-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        -webkit-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
    }
}
@keyframes ani_navbtn_zoomIn_close1 {
    0% {
        -moz-transform: scaleX(0) rotate(45deg);
        -ms-transform: scaleX(0) rotate(45deg);
        -webkit-transform: scaleX(0) rotate(45deg);
        transform: scaleX(0) rotate(45deg);
    }
    100% {
        -moz-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        -webkit-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
    }
}



@-webkit-keyframes ani_navbtn_zoomIn_close2 {
    0% {
        -moz-transform: scaleX(0) rotate(-45deg);
        -ms-transform: scaleX(0) rotate(-45deg);
        -webkit-transform: scaleX(0) rotate(-45deg);
        transform: scaleX(0) rotate(-45deg);
    }
    100% {
        -moz-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        -webkit-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
    }
}
@-o-keyframes ani_navbtn_zoomIn_close2 {
    0% {
        -moz-transform: scaleX(0) rotate(-45deg);
        -ms-transform: scaleX(0) rotate(-45deg);
        -webkit-transform: scaleX(0) rotate(-45deg);
        transform: scaleX(0) rotate(-45deg);
    }
    100% {
        -moz-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        -webkit-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
    }
}
@keyframes ani_navbtn_zoomIn_close2 {
    0% {
        -moz-transform: scaleX(0) rotate(-45deg);
        -ms-transform: scaleX(0) rotate(-45deg);
        -webkit-transform: scaleX(0) rotate(-45deg);
        transform: scaleX(0) rotate(-45deg);
    }
    100% {
        -moz-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        -webkit-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
    }
}



@-webkit-keyframes ani_navbtn_zoomOut_close1 {
    0% {
        -moz-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        -webkit-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
    }
    100% {
        -moz-transform: scaleX(0) rotate(45deg);
        -ms-transform: scaleX(0) rotate(45deg);
        -webkit-transform: scaleX(0) rotate(45deg);
        transform: scaleX(0) rotate(45deg);
    }
}
@-o-keyframes ani_navbtn_zoomOut_close1 {
    0% {
        -moz-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        -webkit-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
    }
    100% {
        -moz-transform: scaleX(0) rotate(45deg);
        -ms-transform: scaleX(0) rotate(45deg);
        -webkit-transform: scaleX(0) rotate(45deg);
        transform: scaleX(0) rotate(45deg);
    }
}
@keyframes ani_navbtn_zoomOut_close1 {
    0% {
        -moz-transform: scaleX(1) rotate(45deg);
        -ms-transform: scaleX(1) rotate(45deg);
        -webkit-transform: scaleX(1) rotate(45deg);
        transform: scaleX(1) rotate(45deg);
    }
    100% {
        -moz-transform: scaleX(0) rotate(45deg);
        -ms-transform: scaleX(0) rotate(45deg);
        -webkit-transform: scaleX(0) rotate(45deg);
        transform: scaleX(0) rotate(45deg);
    }
}



@-webkit-keyframes ani_navbtn_zoomOut_close2 {
    0% {
        -moz-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        -webkit-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
    }
    100% {
        -moz-transform: scaleX(0) rotate(-45deg);
        -ms-transform: scaleX(0) rotate(-45deg);
        -webkit-transform: scaleX(0) rotate(-45deg);
        transform: scaleX(0) rotate(-45deg);
    }
}
@-o-keyframes ani_navbtn_zoomOut_close2 {
    0% {
        -moz-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        -webkit-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
    }
    100% {
        -moz-transform: scaleX(0) rotate(-45deg);
        -ms-transform: scaleX(0) rotate(-45deg);
        -webkit-transform: scaleX(0) rotate(-45deg);
        transform: scaleX(0) rotate(-45deg);
    }
}
@keyframes ani_navbtn_zoomOut_close2 {
    0% {
        -moz-transform: scaleX(1) rotate(-45deg);
        -ms-transform: scaleX(1) rotate(-45deg);
        -webkit-transform: scaleX(1) rotate(-45deg);
        transform: scaleX(1) rotate(-45deg);
    }
    100% {
        -moz-transform: scaleX(0) rotate(-45deg);
        -ms-transform: scaleX(0) rotate(-45deg);
        -webkit-transform: scaleX(0) rotate(-45deg);
        transform: scaleX(0) rotate(-45deg);
    }
}



@-webkit-keyframes ani_sideAreaIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@-o-keyframes ani_sideAreaIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes ani_sideAreaIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}



@-webkit-keyframes ani_sideAreaOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-o-keyframes ani_sideAreaOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes ani_sideAreaOut {
    0% {
        opacity: 1;
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 0;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



@-webkit-keyframes ani_searchIn {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 250px;
    }
}
@-o-keyframes ani_searchIn {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 250px;
    }
}
@keyframes ani_searchIn {
    0% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 250px;
    }
}



@-webkit-keyframes ani_searchOut {
    0% {
        opacity: 1;
        width: 250px;
    }
    100% {
        opacity: 0;
        width: 0;
    }
}
@-o-keyframes ani_searchOut {
    0% {
        opacity: 1;
        width: 250px;
    }
    100% {
        opacity: 0;
        width: 0;
    }
}
@keyframes ani_searchOut {
    0% {
        opacity: 1;
        width: 250px;
    }
    100% {
        opacity: 0;
        width: 0;
    }
}



/*---Banner關鍵影格------------------------------------------------*/
@-webkit-keyframes ani_slideZoom { /* 圖大變小 */
    0% {
        -moz-transform: translateX(0) scale(1.15);
        -ms-transform: translateX(0) scale(1.15);
        -webkit-transform: translateX(0) scale(1.15);
        transform: translateX(0) scale(1.15)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@-moz-keyframes ani_slideZoom {
    0% {
        -moz-transform: translateX(0) scale(1.15);
        -ms-transform: translateX(0) scale(1.15);
        -webkit-transform: translateX(0) scale(1.15);
        transform: translateX(0) scale(1.15)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@-ms-keyframes ani_slideZoom {
    0% {
        -moz-transform: translateX(0) scale(1.15);
        -ms-transform: translateX(0) scale(1.15);
        -webkit-transform: translateX(0) scale(1.15);
        transform: translateX(0) scale(1.15)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@keyframes ani_slideZoom {
    0% {
        -moz-transform: translateX(0) scale(1.15);
        -ms-transform: translateX(0) scale(1.15);
        -webkit-transform: translateX(0) scale(1.15);
        transform: translateX(0) scale(1.15)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}



@-webkit-keyframes ani_slideIn { /* 圖由右至左 */
    0% {
        -moz-transform: translateX(10%) scale(1);
        -ms-transform: translateX(10%) scale(1);
        -webkit-transform: translateX(10%) scale(1);
        transform: translateX(10%) scale(1)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@-moz-keyframes ani_slideIn {
    0% {
        -moz-transform: translateX(10%) scale(1);
        -ms-transform: translateX(10%) scale(1);
        -webkit-transform: translateX(10%) scale(1);
        transform: translateX(10%) scale(1)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@-ms-keyframes ani_slideIn {
    0% {
        -moz-transform: translateX(10%) scale(1);
        -ms-transform: translateX(10%) scale(1);
        -webkit-transform: translateX(10%) scale(1);
        transform: translateX(10%) scale(1)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}
@keyframes ani_slideIn {
    0% {
        -moz-transform: translateX(10%) scale(1);
        -ms-transform: translateX(10%) scale(1);
        -webkit-transform: translateX(10%) scale(1);
        transform: translateX(10%) scale(1)
    }
    100% {
        -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1)
    }
}



@-webkit-keyframes ani_sloganIn { /* slogan由左至右 */
    0% {
        margin-left: -50px;
        opacity: 0
    }
    100% {
        margin-left: 0;
        opacity: 1
    }
}
@-moz-keyframes ani_sloganIn {
    0% {
        margin-left: -50px;
        opacity: 0
    }
    100% {
        margin-left: 0;
        opacity: 1
    }
}
@-ms-keyframes ani_sloganIn {
    0% {
        margin-left: -50px;
        opacity: 0
    }
    100% {
        margin-left: 0;
        opacity: 1
    }
}
@keyframes ani_sloganIn {
    0% {
        margin-left: -50px;
        opacity: 0
    }
    100% {
        margin-left: 0;
        opacity: 1
    }
}



/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

.bounce-top {
	-webkit-animation: bounce-top 0.9s both;
	        animation: bounce-top 0.9s both;
}




/* ===============================================================================
   Header
=============================================================================== */
/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  z-index: 1001;
  transition: top .5s;
  -moz-transition: top .5s;
  -webkit-transition: top .5s;
}
#header.scroll {
  top: -50px;
}
@media (max-width: 992px) {
    #header.scroll {
        top: 0;
    }
}



@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}



/* top-links */
.top-links { /*上方選項區塊設定*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
	background-color: #541b86;
    padding: 0;
	padding-top: 1px;
	margin: 0;
}
@media (max-width: 540px) {
	.top-links {
		padding-top: 2px;
	}
}

.top-links ul {
	position: relative;
    float: right;
	list-style-type: none;
}

.top-links li {
	position: relative;
    float: left;
	color: #ffffff;
	font-size: 0.8125rem;
    line-height: 50px;
    padding: 0 12px;
}
.top-links.other li {/*樂園、飯站、商城*/
    padding: 0 8px;
}

.top-links li:last-child {
    padding: 0 0 0 12px;
}
.top-links.other li:last-child {
    padding: 0 0 0 8px;
}

@media (max-width: 991px) {
	.top-links li {
		padding: 0 8px;
	}
	.top-links li:last-child {
		padding: 0 0 0 8px;
	}
}
@media (max-width: 604px) {
	.top-links li {
		padding: 0 5px;
	}
	.top-links li:last-child {
		padding: 0 0 0 5px;
	}
}
@media (max-width: 400px) {
    .top-links.other li {
        padding: 0 5px;
    }
    .top-links.other li:last-child {
        padding: 0 0 0 5px;
    }
}
@media (max-width: 346px) {
    .top-links.other li {
        font-size: 0.75rem;
        padding: 0 3px;
    }
    .top-links.other li:last-child {
        padding: 0 0 0 3px;
    }
}

.top-links li i {
	display: inline-block;
	font-size: 1.375rem;
	padding-right: 5px;
}
@media (max-width: 540px) {
	.top-links li {
		padding: 0 8px;
	}
	.top-links li:last-child {
		padding: 0 0 0 8px;
	}
	.top-links li span {
		/*display: none;*/
	}
	.top-links li i {
		padding-right: 0;
	}
}
@media (max-width: 393px) {
	.top-links li {
		padding: 0 5px;
	}
	.top-links li:last-child {
		padding: 0 0 0 5px;
	}
}
@media (max-width: 320px) {
	.top-links li {
		padding: 0 3px;
	}
	.top-links li:last-child {
		padding: 0 0 0 3px;
	}
}

/* 隔線
.top-links li:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 0;
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,.5)
}
.top-links li:last-child:after {
    display: none
}
*/

.top-links li a {
	display: inline-block;
    color: #ffffff;
    line-height: 50px;
}
.top-links li a:hover {
    color: #f19ec2;
}

.top-links li.lang { /*語系設定*/
    position: relative;
	cursor: pointer;
}
.top-links li.lang:hover {
    color: #f19ec2;
}

.top-links li.lang .lang-links { /*顯示語系區塊*/
    position: absolute;
    top: 48px;
    right: -15px;
    width: 101px;
    background-color: #541b86;
    border: 1px solid #541b86;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
	
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;	
}
@media (max-width: 540px) {
	.top-links li.lang .lang-links {
		top: 47px;
	}
}

.top-links li.lang:hover .lang-links {
    opacity: 1;
    pointer-events: auto;
}

.top-links li.lang .lang-links a {
    display: block;
    color: #ffffff;
    font-size: 0.8125rem;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    padding: 5px 10px;
}
.top-links li.lang .lang-links a:hover {
    color: #fff;
    background-color: #f19ec2;
}

.top-links li span.badge { /*加入購物車數量*/
	display: inline-block;
	min-width: 12px;
	color: #ffffff;
	background-color: #000000;
	font-family: Verdana;
	font-size: 0.6875rem;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 20px;
	padding: 5px 7px;
	margin-left: 3px;
}



.top-links .weather { /*天氣，會員登入後顯示*/
    position: absolute;
	top: 5px;
	float: left;
	color: #ffffff;
}

.top-links .weather .weatherwrap {
	display: inline-block;
	float: left;
	font-size: 1.375rem;
	line-height: 1.375rem;
	margin-right: 20px;
}

.top-links .weather .mem_login {
	display: inline-block;
	float: left;
	font-size: 0.8125rem;
	margin-top: 7px;
}
.top-links .weather .mem_login i {
	display: inline-block;
	font-size: 1.375rem;
	padding-right: 5px;
}
.top-links .weather .mem_login a {
	display: inline-block;
	color: #f19ec2;
	padding-left: 10px;
}
.top-links .weather .mem_login a:hover {
	color: #ffe200;
}

@media (max-width: 991px) {
	.top-links .weather .mem_login { /*會員登入後在螢幕480以下隱藏*/
		display: none;
	}
}
@media (min-width: 991px) {
	.mem_login2 { /*會員登入後在手機版主選項下方，在螢幕480以上隱藏*/
		display: none;
	}
}
@media (max-width: 991px) {
	.mem_login2 { /*會員登入後在手機版主選項下方，在螢幕480以下顯示*/
		float: left;
		width: 100%;
		font-size: 0.95rem;
		color: #ffffff;
		background-color: #541b86;
		text-align: center;
		padding: 13px;
	}
	.mem_login2 i {
		display: inline-block;
		font-size: 1.375rem;
		padding-right: 5px;
	}
	.mem_login2 a {
		display: inline-block;
		color: #f19ec2;
		padding-left: 20px;
	}
	.mem_login2 a:hover {
		color: #ffe200;
	}
}





/*---關鍵字搜尋------------------------------------------------*/
#header .search-result {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: calc(100% + 1px);
    background: rgba(232,232,232,1); /* 關鍵字搜尋bg */
    text-align: left;
    padding: 100px 100px;
	margin-left: -1px;
    z-index: 1001;
}
@media screen and (max-width: 1024px) {
    #header .search-result {
		height: 100vh;
    }
}
@media screen and (max-width: 640px) {
    #header .search-result {
		width: 100%;
        text-align: left;
        padding: 60px 30px;
		margin-left: 0;
    }
}



#header .search-result .to-fade {
    opacity: 0;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
#header .search-result .to-fade.show {
    opacity: 1;
}



#header .search-result form {
    max-width: 800px;
    margin: auto;
}

#header .search-result .btn-close {
    position: absolute;
    top: 50px;
    right: 50px;
    display: block;
    width: 40px;
    height: 40px;
	
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
#header .search-result .btn-close:hover {
    -moz-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -webkit-transform: scale(1.3,1.3);
    transform: scale(1.3,1.3);
}
@media screen and (max-width: 640px) {
    #header .search-result .btn-close {
        top: 15px;
        right: 10px;
    }
}

#header .search-result .btn-close span {
    display: block;
    width: 100%;
    height: 1px;
    background: #757575; /* 關鍵字搜尋X */
	
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
#header .search-result .btn-close span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #757575; /* 關鍵字搜尋X */
	
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#header .search-result .s-wrap {
    position: relative;
}

#header .search-result .s-wrap .input-keyword {
    width: 100%;
    height: 56px;
    background: #b0b0b0; /* 關鍵字搜尋input bg */
    color: #ffffff; /* 關鍵字搜尋字 */
    font-size: 1.5rem;
	font-family: 'Century Gothic','Roboto', Sans-serif, Arial, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Noto Sans TC', 'PMingLiU';
	border: none;
	box-shadow: none !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    padding: 15px 20px;
}

#header .search-result .s-wrap .input-keyword::-webkit-input-placeholder {
    color: #fff;
    font-size: 1.3rem;
}
#header .search-result .s-wrap .input-keyword:-moz-placeholder {
    color: #fff;
    font-size: 1.3rem;
}
#header .search-result .s-wrap .input-keyword::-moz-placeholder {
    color: #fff;
    font-size: 1.3rem;
}
#header .search-result .s-wrap .input-keyword:-ms-input-placeholder {
    color: #fff;
    font-size: 1.3rem;
}



#header .search-result .s-wrap .btn-send {
    position: absolute;
    top: 14px;
    right: 20px;
    background: none;
    color: #ffffff; /* 關鍵字搜尋送出 */
    font-size: 1.5rem;
    border: none;
}
@media screen and (max-width: 640px) {
    #header .search-result .s-wrap .btn-send {
        padding: 0;
        margin: 0;
    }
}



#header .search-result .tags {
    text-align: center;
    margin-top: 30px;
}

#header .search-result .tags .s-title {
    color: #303030; /* 關鍵字搜尋標題 */
    font-size: 1.3rem;
    text-align: center;
    margin: 20px 0;
    opacity: .95;
}
#header .search-result .tags .s-title:before, #header .search-result .tags .s-title:after {
    content: "/";
    display: inline-block;
    font-size: .85rem;
    vertical-align: top;
	padding-top: 6px;
    margin: 0 10px;
    opacity: .5;
}

#header .search-result .tags a {
    display: inline-block;
    color: #303030; /* 熱搜關鍵字 */
    font-size: 0.9375rem;
    border: 1px solid #b0b0b0; /* 熱搜關鍵字外框 */
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 5px;
	
    -moz-transition: ease .5s;
    -o-transition: ease .5s;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
#header .search-result .tags a:hover {
    background: #000000; /* 熱搜關鍵字bg */
    color: #ffffff; /* 熱搜關鍵字hover */
}





/* ===============================================================================
   新版Menu
=============================================================================== */
#g-header {
	position: relative;
    width: 100%;
	height: 89px;
	/*
    background: -webkit-linear-gradient(90deg,#063c68 0,#152030 100%);
    background: -moz-linear-gradient(90deg,#063c68 0,#152030 100%);
    background: -ms-linear-gradient(90deg,#063c68 0,#152030 100%);
    padding: 27px 45px 0;
	*/
	background: url(../images/common/bg_nav.png) 0 0 repeat-x; /*主選項底圖*/
    z-index: 1000;
}
#g-header:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /*background: rgba(0,0,0,.2)*/
	-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,.3); /*主選項底圖陰影*/
	-moz-box-shadow: 3px 3px 8px rgba(0,0,0,.3);
	box-shadow: 3px 3px 8px rgba(0,0,0,.3);
}

/*
#g-header.scroll {
	top: -5px;
	height: auto;
    padding: 0 40px;
}
*/

@media (max-width: 1199px) {
    #g-header {
        height: 70px;
        /*padding:27px 30px 0;*/
    }
	/*
    #g-header.scroll {
        padding:0 20px
    }
	*/
}
@media (max-width: 991px) {
    #g-header {
        height: 65px;
		/*
        height: auto;
        padding:15px 15px;
		*/
    }
}



#g-header h1.logo {
    position: relative;
    float: left;
    width: 250px;
    height: 65px;
    font-size: 0;
    margin: 0;
}

#g-header h1.logo>a {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
	/*
    background: url(../images/logo.png)no-repeat left 0,url(../images/logo_word.png)no-repeat right bottom;
    background-size: 95px auto ,155px auto;
	*/
	background: url(../images/common/logo.svg) 0 0 no-repeat;
}
#g-header h1.logo>a.fancyworld {
	background: url(../images/common/logo_fancyworld.svg) 0 0 no-repeat;
}
#g-header h1.logo>a.jrhhotel {
    top: 17px;
	background: url(../images/common/logo_jrhhotel.svg) 0 0 no-repeat;
}
#g-header h1.logo>a.fancygo {
    top: 5px;
	background: url(../images/common/logo_fancygo.png) 0 0 no-repeat;
    height: 80px;
}

/*
#g-header.scroll h1.logo {
    width: 185px;
    height: 50px;
}

#g-header.scroll h1.logo>a {
    background-position: left 18px,right 16px;
    background-size: auto 28px,auto 28px
}
*/

@media (max-width: 1199px) {
    #g-header h1.logo {
        width: 200px;
        height: 55px;
    }
    #g-header h1.logo>a {
		top: 7px;
    }
    #g-header h1.logo>a.jrhhotel {
        top: 12px;
    }
    #g-header h1.logo>a.fancygo {
        top: 3px;
        background-size: auto 67px;
        height: 67px;
    }
}
@media (max-width: 991px) {
    #g-header h1.logo>a {
		top: 5px;
    }
    #g-header h1.logo>a.jrhhotel {
        top: 10px;
    }
    #g-header h1.logo>a.fancygo {
        background-size: auto 62px;
        height: 62px;
    }
}
@media (min-width: 767px) {
    #g-header h1.logo {
        display:block !important
    }
}
@media (max-width: 767px) {
    #g-header h1.logo {
        position: absolute;
        left: 15px;
        display: block;
    }
}



#g-header .nav-right {
    float: right;
    width: calc(100% - 250px);
    font-size: 0;
    text-align: right;
}
@media (max-width: 1199px) {
	#g-header .nav-right {
		width: calc(100% - 200px);
	}
}
@media (max-width: 991px) {
    #g-header .nav-right {
        padding: 15px 0 0;
    }
}
@media (max-width: 767px) {
    #g-header .nav-right {
        width: 100%;
    }
}



#g-header .nav-right .switch {
    display: none
}
@media (max-width: 991px) {
    #g-header .nav-right .switch {
        position: relative;
        display: block;
		float: right;
		width: 50px;
		height: 40px;
		color: #585858;
		font-size: 0.75rem;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
		border: none;
		border-radius: 0;
		margin: 0;
		/*background-color: rgba(0,0,0,0.2);*/
		
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
    }

    #g-header .nav-right .switch span {
        position: absolute;
		/*left: 0;*/
		right: 0;
		width: 50%;
		height: 2px;
		line-height: 50px;
		background-color: #585858;
		border-radius: 9px;
		opacity: 1;
		/*margin: 8px 0 0 10px;*/
		margin-top: 8px;
		
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out
    }

    #g-header .nav-right .switch span:nth-child(1) {
		top: 5px;
    }
    #g-header .nav-right .switch span:nth-child(2), #g-header .nav-right .switch span:nth-child(3) {
		top: 10px;
    }
    #g-header .nav-right .switch span:nth-child(4) {
		top: 15px;
    }
	
    #g-header .nav-right .switch.open span:nth-child(1), #g-header .nav-right .switch.open span:nth-child(4) {
		display: none;
    }
	#g-header .nav-right .switch.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#g-header .nav-right .switch.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}
@media (max-width: 767px) {
    #g-header .nav-right .switch {
        margin-left: 10px
    }
}



@media (min-width: 992px) {
    #g-header .nav-right .menu-box {
        display:block !important
    }
}
@media (max-width: 991px) {
    #g-header .nav-right .menu-box {
        position:absolute;
        top: 65px;
        left: 0;
        display: none;
        /*width: 100%;*/
        width: calc(100% + 16px);
        /*max-height: calc(100vh - 117px);*/
		height: calc(100vh - 115px); /* 扣除的高度要和top一致 */
        background: #fbfbfb;/*●手機版選項區堿底色*/
		border-top: 2px solid #541b86;/*●手機版上方色條*/
        overflow-y: auto;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 991px) {
    ::i-block-chrome, #g-header .nav-right .menu-box {
        width: 100%;
    }
}

#g-header.scroll .nav-right .menu-box {
    float: right;
}



#g-header .nav-right .menu>li {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
@media (max-width: 991px) {
    #g-header .nav-right .menu>li {
        display: block;
		background-color: rgba(196,196,196,.7);/*●手機版主選項隔線*/
		padding-bottom: 1px;
    }
}




@keyframes miyamenu {
  0% { 
	opacity: 0;
	filter: alpha(opacity=0);
    transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
	}
  100% { 
	opacity: 1;
	filter: alpha(opacity=100);
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
	}
}



#g-header .nav-right .menu>li>a {
    position: relative;
    display: block;
    height: 89px;
    font-size: 1.125rem;
    color: #000000;/*●主選項字顏色*/
	text-align: center;
    padding: 32px 18px 0 18px;/*主選項間距*/
	
	/*
	animation-name: miyamenu;
	animation-timing-function: linear;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	
	filter: alpha(opacity=0);
    opacity: 0;  
    -webkit-transition-property: opacity;  
    -moz-transition-property: opacity;  
    -ms-transition-property: opacity;  
    -o-transition-property: opacity;  
    transition-property: opacity;
	
	transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	*/
}
#g-header .nav-right .menu>li:last-child>a {
    padding: 32px 0 0 18px;
}
#g-header .nav-right .menu>li.other2>a { /*樂園主選項：遊園資訊*/
    padding: 32px 30px 0 22px;
}

#g-header .nav-right .menu>li.other:last-child>a { /*樂園主選項：網路商城*/
    height: 39px;
    background-color: #f19ec2;
    color: #ffffff;
    line-height: 39px;
    border-radius: 30px;
    padding: 0 22px;
    margin: 25px 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*for safari*/
    ::i-block-chrome, #g-header .nav-right .menu>li>a {
		opacity: 1;  
    }
}

@media (max-width: 1199px) {
    #g-header .nav-right .menu>li>a {
		height: 70px;
		padding: 20px 13px 0 13px;
		font-size: 1rem;
    }
    #g-header .nav-right .menu>li.other2>a {
        padding: 20px 30px 0 22px;
    }
	#g-header .nav-right .menu>li:last-child>a {
		padding: 20px 0 0 13px;
	}
    #g-header .nav-right .menu>li.other:last-child>a {
        height: 39px;
        line-height: 39px;
        padding: 0 22px 0 22px;
        margin: 15px 0;
    }
}
@media (max-width: 991px) {
    #g-header .nav-right .menu>li>a {
		height: inherit;
		background: #fbfbfb;/*●手機版主選項底色*/
        color: #000000;
        text-align: left;
		/*border-bottom: 1px solid rgba(255,255,255,.3);*/
		padding: 13px;
		padding-left: 30px;
		animation-name: none;
		opacity: 1;
    }
    #g-header .nav-right .menu>li:last-child>a, #g-header .nav-right .menu>li.other2>a, #g-header .nav-right .menu>li.other:last-child>a {
		padding: 13px;
		padding-left: 30px;
    }
    #g-header .nav-right .menu>li.other:last-child>a {
		height: inherit;
        line-height: inherit;
        border-radius: 0;
        margin: 0
    }
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 991px) {
    ::i-block-chrome, #g-header .nav-right .menu>li>a {
		border-bottom: 0px solid rgba(255,255,255,.3);
    }
}
*/


#g-header .nav-right .menu>li:hover>a { /*, #g-header .nav-right .menu>li.current>a*/
    color: #541b86;
}
#g-header .nav-right .menu>li.other:hover:last-child>a {
    background-color: #541b86;
}

#g-header .nav-right .menu>li>a:after {
    content: '';
    position: absolute;
	/*
    top: 26px;
    right: 0;
    width: 1px;
    height: 35px;
	*/
		
	right: -1px;
	width: 1px;
	height: 16px;
    background: rgba(0,0,0,.2);/*●主選項字中間隔線*/
	margin-top: 6px;

	-moz-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}

#g-header .nav-right .menu>li:last-child>a:after, #g-header .nav-right .menu>li.other2>a:after {
    display: none
}

/*
@media (max-width: 1199px) {
	#g-header .nav-right .menu>li>a:after {
		top: 22px;
		height: 28px;
	}
}

#g-header.scroll .nav-right .menu>li>a {
    padding: 10px 35px 0
}

#g-header.scroll .nav-right .menu>li>a:after {
    top: 50%;
    margin-top: -6px
}
*/

@media (max-width: 991px) {
    #g-header .nav-right .menu>li>a:after {
        display: none
    }

    #g-header .nav-right .menu>li:hover>a { /*, #g-header .nav-right .menu>li.current>a*/
		color: #ffffff;/*●手機版主選項字移過底色*/
        background: #f19ec2/*●手機版主選項移過底色*/
    }
}



#g-header .nav-right .menu>li>a p {
	display: block;
	font-size: 0.75rem;
	font-weight: 100;
	color: #a3a3a3;/*●eng小字顏色*/
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
@media (max-width: 991px) {
	#g-header .nav-right .menu>li>a p {
		/*position: relative;*/
		display: inline-block;
		padding-left: 20px;
	}
	#g-header .nav-right .menu>li:hover>a p {
		color: #d8d8d8;/*●手機版eng小字顏色*/
	}
	/*
	#g-header .nav-right .menu>li>a p:after {
		content: '';
		position: absolute;
		top: 3px;
		left: 25px;
		width: 1px;
		height: 10px;
		background: rgba(255,255,255,.5)
	}
	*/
}



#g-header .nav-right .sub {
    position: absolute;
    /*
	top: 38px;
    left: 50%;
	*/
	top: auto;
    left: -15%;
    min-width: 150px;
    height: 0;
    background: rgba(255,255,255,1);/*●第二層選項底色*/
    border-top: 2px solid #541b86;/*●第二層選項上方色條*/
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    opacity: 0;
    overflow: hidden;
	
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	/*
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
	*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 992px) { /*for safari*/
    ::i-block-chrome, #g-header .nav-right .sub {
        top: 70px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1199px) {
    ::i-block-chrome, #g-header .nav-right .sub {
        top: 88px;
    }
}

/*
@media (max-width: 1199px) {
	#g-header .nav-right .sub {
		left: -30%;
	}
}
*/
@media (max-width: 991px) {
    #g-header .nav-right .sub {
        position:relative;
        /*top: auto;*/
        left: auto;
        height: auto;
		background: #fcfcfc;/*●手機版第二層選項底色*/
        border-top: 0;
        z-index: 1;
        opacity: 1;
		/*
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0)
		*/
    }

    #g-header .nav-right .sub>ul {
        display: none
    }
}


@media only screen and (min-width: 992px) {
    #g-header .nav-right .menu>li:hover .sub {
        top: 70px;
        height: auto;
        opacity: 1;
        overflow: inherit;
    }
}
@media only screen and (min-width: 1199px) {
    #g-header .nav-right .menu>li:hover .sub {
        top: 88px;
    }
}


#g-header .nav-right .sub>ul>li {
    position: relative;
    display: block;
}


#g-header .nav-right .sub>ul>li>a {
	position: relative;
    display: block;
	width: 100%;
	min-width: 150px;
    color: #383838;/*●第二層選項字顏色*/
    font-size: 0.9375rem;
    text-align: left;
    border-bottom: 1px solid rgba(196,196,196,.5);/*●第二層選項隔線*/
    padding: 10px 20px;
	padding-left: 35px;
}
#g-header .nav-right .sub>ul>li:last-child>a {
    border: none;
}

#g-header .nav-right .sub>ul>li>a:after {
	content: '';
	position: absolute;
	top: 19px;
	left: 15px;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #383838;
	border-bottom: 2px solid #383838;
	
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


@media (max-width: 991px) {
    #g-header .nav-right .sub>ul>li {
        border-bottom: 1px dotted rgba(158,158,158,1);/*●手機版第二層選項隔線*/
    }
    #g-header .nav-right .sub>ul>li:last-child {
        border-bottom: none;
    }
    #g-header .nav-right .sub>ul>li>a {
		color: #383838;/*●手機版第二層選項字顏色*/
		border-bottom: none;
		padding: 13px;
		padding-left: 45px;
    }
	#g-header .nav-right .sub>ul>li>a:after {
		top: 22px;
		left: 30px;
	}
}

/*
#g-header .nav-right .sub>ul>li:hover>a {
    color: #000000;
    background: rgba(243,243,243,1)
}
*/

#g-header .nav-right .sub>ul>li:hover>a {
    color: #000000;/*●第二層選項字移過顏色*/
    background: #ffeef5;/*●第二層選項移過底色*/
}

#g-header .nav-right .sub>ul>li:hover>a:after {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

@media (max-width: 991px) {
    #g-header .nav-right .sub>ul>li:hover>a {
		color: #ffffff;/*●手機版第二層選項字移過顏色*/
		background: #f0b8d1/*●手機版第二層選項移過底色*/
    }
	#g-header .nav-right .sub>ul>li:hover>a:after {
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
	}
}



#g-header .nav-right .third {
	display: none;
    position: absolute;
    top: 0;
    left: 90%;
	width: 100%;
	min-width: 150px;
    background: rgba(255,255,255,.90);/*●第三層選項底色*/
    text-align: left;
    opacity: 0;
    z-index: -100;
	
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

@media only screen and (min-width: 992px) {
    #g-header .nav-right .sub ul>li:hover .third {
        left: 100%;
        opacity: 1;
        z-index: 100;
    }
}
@media (max-width: 991px) {
    #g-header .nav-right .third {
        position:relative;
        top: auto;
        left: auto;
		display: block;
        background: #ffffff;/*●手機版第三層選項底色*/
        opacity: 1;
        z-index: 100;
    }

    #g-header .nav-right .third>ul {
        display: none
    }
}

#g-header .nav-right .third>ul>li {
    position: relative;
}

#g-header .nav-right .third>ul>li>a {
	position: relative;
    display: block;
	width: 100%;
	min-width: 150px;
    font-size: 0.9375rem;
    color: #383838;/*●第三層選項字顏色*/
    /*border-bottom: 1px solid rgba(196,196,196,.5);●第三層選項隔線*/
    padding: 10px 15px;
}

/*
#g-header .nav-right .third>ul>li:last-child>a {
    border-bottom: none
}
*/

#g-header .nav-right .third>ul>li>a:after {
	content: '';
	position: absolute;
	top: 17px;
	left: 15px;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#g-header .nav-right .third>ul>li:hover>a {
    color: #000000;/*●第三層選項字移過顏色*/
    background: rgba(232,232,232,1)/*●第三層選項移過底色*/
}

#g-header .nav-right .third>ul>li:hover>a:after {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

@media (max-width: 991px) {
    #g-header .nav-right .third>ul>li>a {
		border-top: 1px dotted rgba(158,158,158,0.3);/*●手機版第三層選項隔線*/
		padding: 13px;
		padding-left: 62px;
    }
    #g-header .nav-right .third>ul>li:hover>a {
		color: #000000;/*●手機版第三層選項字移過顏色*/
		background: #ffeef5/*●手機版第三層選項移過底色*/
    }
	
	#g-header .nav-right .third>ul>li>a:after {
		top: 24px;
		left: 48px;
		width: 3px;
		height: 3px;
        background-color: #383838;
        border-radius: 100%;
		border: 0;
	}
	#g-header .nav-right .third>ul>li:hover>a:after {
        background-color: #000000;
	}
}



#g-header .nav-right .fourth {
	display: none;
    position: absolute;
    top: 0;
    left: 90%;
	width: 100%;
    min-width: 150px;
    background: rgba(255,255,255,.85);/*●第四層選項底色*/
    text-align: center;
    /*border: 1px solid rgba(0,0,0,.2);*/
    opacity: 0;
    z-index: -100;
	
    transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear
}

@media only screen and (min-width: 992px) {
    #g-header .nav-right .third ul>li:hover .fourth {
        left:100%;
        opacity: 1;
        z-index: 100;
    }
}

@media (max-width: 991px) {
    #g-header .nav-right .fourth {
        position:relative;
        top: auto;
        left: auto;
		display: block;
        background: #ffffff;/*●手機版第四層選項底色*/
        border: none;
        opacity: 1;
        z-index: 100;
    }

    #g-header .nav-right .fourth>ul {
        display: none
    }
}

#g-header .nav-right .fourth>ul>li>a {
    display: block;
    /*white-space: nowrap;*/
    font-size: .95rem;
    color: #383838;/*●第四層選項字顏色*/
    border-bottom: 1px solid rgba(196,196,196,1);/*●第四層選項隔線*/
    padding: 10px 15px;
}
#g-header .nav-right .fourth>ul>li:last-child>a {
    border-bottom: none;
}

#g-header .nav-right .fourth>ul>li>a:after {
	content: '';
	position: absolute;
	top: 17px;
	left: 15px;
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #383838;
	border-bottom: 2px solid #383838;
	
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#g-header .nav-right .fourth>ul>li:hover>a {
    color: #000000;/*●第四層選項字移過顏色*/
    background: rgba(255,255,255,1);/*●第四層選項移過底色*/
}

#g-header .nav-right .fourth>ul>li:hover>a:after {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
@media (max-width: 991px) {
    #g-header .nav-right .fourth>ul>li>a {
		text-align: left;
        color: #383838;/*●手機版第四層字顏色*/
		border-bottom: 1px dotted rgba(158,158,158,.3);/*●手機版第四層選項隔線*/
		padding: 13px;
		padding-left: 30px;
    }
	#g-header .nav-right .fourth>ul>li:hover>a {
		color: #000000;/*●手機版第四層選項字移過顏色*/
		background: #f8f8f8;/*●手機版第四層選項移過底色*/
	}
	#g-header .nav-right .fourth>ul>li:hover>a:after {
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}
}





/* ===================================================================
   Banner
=================================================================== */
.i-slide-wrap {
    position: relative;
    display: block;
    width: 100%;
    line-height: 0;
    margin-top: 138px;
    overflow: hidden;
    z-index: 0;
}
@media (max-width: 1199px) {
    .i-slide-wrap {
        margin-top: 120px;
    }
}
@media (max-width: 991px) {
    .i-slide-wrap { 
		margin-top: 115px;
	}
}



.i-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.i-slide .slick-slide {
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}



.i-slide .slick-slide .box {
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.i-slide .slick-slide.first .box { /* 第一張圖，改變輪播方式：ani_slideZoom */
    -moz-animation: ani_slideZoom 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards;
    -webkit-animation: ani_slideZoom 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards;
    animation: ani_slideZoom 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards;
}
.i-slide .slick-slide.shown .box { /* 改變輪播方式：ani_slideIn */
    -moz-animation: ani_slideIn 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards;
    -webkit-animation: ani_slideIn 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards;
    animation: ani_slideIn 1.5s cubic-bezier(0.13,0.61,0.54,1) forwards;
}



/*---banner圖尺寸設定------------------------------------------------*/
.i-slide .box .inner {
    position: relative;
    display: block;
    width: 100%;
    /* 
	padding-bottom: 31%; banner高度，圖為600px時的百分比，全螢幕：100vh
    padding-bottom: calc(100vh - 138px);
    padding-bottom: 44%;
	*/
    padding-bottom: 42.5%;
    overflow: hidden;
}
.i-slide .box .inner.inner_h {
    padding-bottom: 18%; /* 內頁banner高度，圖為350px時的百分比 */
}

.i-slide .box .inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
@media (max-width: 1024px) {
    .i-slide .box .inner {
        padding-bottom: 31%;
    }
    .i-slide .box .inner.inner_h {
        padding-bottom: 20%;
    }
}
@media (max-width: 767px) {
    .i-slide .box .inner {
        padding-bottom: 62.5%;
    }
    .i-slide .box .inner.inner_h {
        padding-bottom: 35%;
    }
}



.i-slide .box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.i-slide .box .img img {
    max-width: 100%;
}



.i-slide .box .img-desktop {
    display: inline-block !important;
}
.i-slide .box .img-tablet, .i-slide .box .img-mobile {
    display: none !important;
}
@media (max-width: 1024px) {
    .i-slide .box .img-desktop, .i-slide .box .img-mobile {
        display: none !important;
    }
    .i-slide .box .img-tablet {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .i-slide .box .img-desktop, .i-slide .box .img-tablet {
        display: none !important;
    }
    .i-slide .box .img-mobile {
        display: inline-block !important;
    }
}



/*---slogan------------------------------------------------*/
.i-slide .box .slogan {
    display: none;
    opacity: 0;
}
.i-slide .slick-slide.slick-active .box .slogan { /* 改變輪播方式：ani_sloganIn */
    display: block;
    opacity: 1;
	
    -moz-animation: ani_sloganIn .8s 1.1s both;
    -webkit-animation: ani_sloganIn .8s 1.1s both;
    animation: ani_sloganIn .8s 1.1s both;
}

.i-slide .box .slogan {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .1rem;
    text-shadow: 0 0 15px rgba(0,0,0,0.8);
    text-shadow: 0 0 15px 5px rgba(0,0,0,0.8);
    z-index: 2;
	
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
@media (min-width: 992px) and (max-width: 1599px) {
    .i-slide .box .slogan { 
		max-width: calc(100% - 200px);
	}
}
@media (max-width: 991px) {
    .i-slide .box .slogan { 
		max-width: calc(100% - 150px);
	}
}
@media (max-width: 767px) {
    .i-slide .box .slogan { 
		width: calc(100% - 110px);
	}
}
@media (max-width: 640px) {
    .i-slide .box .slogan { 
		max-width: calc(100% - 30px);
	}
}



/*...主標......................................*/
.i-slide .box .slogan .main {
    position: absolute;
    top: 45%;
    left: 0;
    right: 2%;
    display: block;
    font-size: 3rem;
    line-height: 1.3;
	
	text-transform: uppercase;
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
}



/*...次標......................................*/
.i-slide .box .slogan .sub {
    position: absolute;
    top: 45%;
    left: 7%;
    right: 2%;
    display: block;
    font-size: 2.5rem;
    line-height: 1.3;
}

@media (max-width: 1680px) {
    .i-slide .box .slogan .main, .i-slide .box .slogan .sub {
		top: 50%;
    }
	.i-slide .box .slogan .main {
		left: 2%;
		font-size: 2.8rem;
	}
	.i-slide .box .slogan .sub {
		left: 8%;
		font-size: 2rem;
	}
}
@media (max-width: 1440px) {
    .i-slide .box .slogan .main, .i-slide .box .slogan .sub {
		top: 55%;
    }
    .i-slide .box .slogan .main {
		left: 4%;
        font-size: 2.5rem;
    }
    .i-slide .box .slogan .sub {
		left: 10%;
        font-size: 1.6rem;
    }
}
@media (max-width: 1024px) {
    .i-slide .box .slogan .main, .i-slide .box .slogan .sub {
		top: 40%;
        right: 0;
    }
    .i-slide .box .slogan .main { 
		font-size: 2.2rem;
	}
    .i-slide .box .slogan .sub { 
		font-size: 1.315rem;
	}
}
@media (max-width: 800px) {
    .i-slide .box .slogan .main, .i-slide .box .slogan .sub {
		left: 0;
    }
    .i-slide .box .slogan .main { 
		font-size: 2rem;
	}
    .i-slide .box .slogan .sub { 
		font-size: 1.5rem;
	}
}
@media (max-width: 640px) {
    .i-slide .box .slogan .main { 
		font-size: 1.6rem;
	}
    .i-slide .box .slogan .sub { 
		font-size: 1rem;
	}
}



/*---圖片輪播鈕------------------------------------------------*/
.i-slide .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    list-style: none;
    line-height: 0;
    padding: 0;
    margin: 0 auto;
	
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
@media (max-width: 1024px) {
	.i-slide .slick-dots {
		bottom: 15px;
	}
}

.i-slide .slick-dots >li {
    display: inline-block;
    vertical-align: middle;
}

.i-slide .slick-dots >li button {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    border: none;
    border-radius: 25px;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    outline: none;
    padding: 0;
    margin: 0 4px;
	
    -moz-transition: background .15s;
    -o-transition: background .15s;
    -webkit-transition: background .15s;
    transition: background .15s;
}
.i-slide .slick-dots >li button:hover {
    background-color: #b0b0b0;
}
.i-slide .slick-dots >li.slick-active button {
    width: 25px;
    height: 10px;
    background-color: #ffffff;
	
    -moz-animation: zoomInX .2s both;
    -webkit-animation: zoomInX .2s both;
    animation: zoomInX .2s both;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
@media (max-width: 1024px) {
	.i-slide .slick-dots >li button {
		width: 9px;
		height: 9px;
	}
	.i-slide .slick-dots >li.slick-active button {
		width: 17px;
		height: 9px;
	}
}


/*---圖片輪播箭頭------------------------------------------------*/
.i-slide .slick-prev, .i-slide .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 45px;
    background: none;
    color: transparent;
    font-size: 0;
    line-height: 0;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    opacity: 0;
    padding: 0;
    z-index: 10;
	
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -moz-transition: left .3s,right .3s,-moz-transform .3s,opacity .3s,background .12s;
    -o-transition: left .3s,right .3s,-o-transform .3s,opacity .3s,background .12s;
    -webkit-transition: left .3s,right .3s,-webkit-transform .3s,opacity .3s,background .12s;
    transition: left .3s,right .3s,transform .3s,opacity .3s,background .12s;
}
.i-slide .slick-prev:before, .i-slide .slick-next:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border: none;
	
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.i-slide .slick-prev:hover, .i-slide .slick-prev:active, .i-slide .slick-next:hover, .i-slide .slick-next:active {
    background: #b0b0b0;
    border: 2px solid #b0b0b0;
    outline: none;
}
@media (max-width: 1280px) {
    .i-slide .slick-prev,.i-slide .slick-next {
        width: 35px;
        height: 35px;
    }
    .i-slide .slick-prev:before, .i-slide .slick-next:before {
        width: 8px;
        height: 8px;
    }
}



.i-slide .slick-prev {
    left: 10px;
}
.i-slide .slick-prev:before {
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    margin-left: 5px;
}
.i-slide:hover .slick-prev {
    left: 30px;
}
@media (max-width: 991px) {
    .i-slide .slick-prev:before { 
		margin-left: 3px;
	}
    .i-slide:hover .slick-prev { 
		left: 15px;
	}
}
@media (max-width: 767px) {
    .i-slide:hover .slick-prev { 
		left: 5px;
	}
}



.i-slide .slick-next {
    right: 10px;
}
.i-slide .slick-next:before {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    margin-left: -5px;
}
.i-slide:hover .slick-next {
    right: 30px;
}
@media (max-width: 991px) {
    .i-slide .slick-next:before { 
		margin-left: -3px;
	}
    .i-slide:hover .slick-next { 
		right: 15px;
	}
}
@media (max-width: 767px) {
    .i-slide:hover .slick-next { 
		right: 5px;
	}
}



.i-slide:hover .slick-prev, .i-slide:hover .slick-next {
    opacity: 1;
}





/* ===================================================================
   首頁購買票券
=================================================================== */
@keyframes miyaticket {
  0% { 
	opacity: 0;
	filter: alpha(opacity=0);
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
	}
  100% { 
	opacity: 1;
	filter: alpha(opacity=100);
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
	}
}


.ticketwrap {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	margin: 0 auto;
	z-index: 100;

	animation-name: miyaticket;
	animation-timing-function: linear;
	animation-duration: .5s;
	animation-fill-mode: forwards;
	
	filter: alpha(opacity=0);
    opacity: 0;  
    -webkit-transition-property: opacity;  
    -moz-transition-property: opacity;  
    -ms-transition-property: opacity;  
    -o-transition-property: opacity;  
    transition-property: opacity;
}

.ticketwrap .container {
	width: 980px;
	height: 71px;
	background: url("../images/common/ticket_bg_l.png") no-repeat left 0, url("../images/common/ticket_bg_r.png") no-repeat right bottom;
	padding: 0 20px;
}
.ticketwrap .container div {
	width: 100%;
	height: 71px;
	background: url("../images/common/ticket_bg_m.png") repeat-x left 0;
}
@media (max-width: 1199px) {
    .ticketwrap .container {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    .ticketwrap .container {
        width: 95%;
    }
}
@media (max-width: 504px) {
    .ticketwrap {
        animation-duration: .3s;
    }
    .ticketwrap .container {
        height: 90px;
        background: url("../images/common/ticket_bg_ls.png") no-repeat left 0, url("../images/common/ticket_bg_rs.png") no-repeat right bottom;
    }
    .ticketwrap .container div {
        height: 90px;
        background: url("../images/common/ticket_bg_ms.png") repeat-x left 0;
    }
}
@media (max-width: 432px) {
    .ticketwrap .container {
        background: url("../images/common/ticket_bg_lxs.png") no-repeat left 0, url("../images/common/ticket_bg_rxs.png") no-repeat right bottom;
        padding: 0 10px;
    }
}

.ticketwrap .container div div {
	width: 80%;
    height: auto;
	background: url();
	vertical-align: top;
	padding: 17px 0 0;
	margin: 0 auto;
}
@media (max-width: 800px) {
    .ticketwrap .container div div {
        width: 95%;
    }
}
@media (max-width: 604px) {
    .ticketwrap .container div div {
        width: 100%;
    }
}

.ticketwrap .container div div .form-inline .form-group {
    display: inline-block;
	width: calc(100% - 105px);
	padding: 0;
	margin: 0;
}

.ticketwrap .container div div .form-inline select {
	width: calc( ( 100% / 3) - 4px);
	font-size: 1rem;
	font-weight: 500;
}

.ticketwrap .container div div .form-inline button {
	width: 100px;
    height: 34px;
	font-size: 1rem;
	font-weight: 500;
	color: #ffffff;
    background: -webkit-linear-gradient(-180deg, rgb(44, 7, 76), rgb(80, 25, 128));
    background: linear-gradient(-180deg, rgb(44, 7, 76), rgb(80, 25, 128));
    background-color: #270446;
    box-shadow: inset 0 1px 1px #672b9c;
    border-color: #20003c #20003c #501980;
	padding-top: 5px;
}
.ticketwrap .container div div .form-inline button:hover {
    background: -webkit-linear-gradient(-180deg, rgb(80, 25, 128), rgb(44, 7, 76));
    background: linear-gradient(-180deg, rgb(80, 25, 128), rgb(44, 7, 76));
}
@media (max-width: 540px) {
    .ticketwrap .container div div .form-inline .form-group {
        width: calc(100% - 75px);
    }
    .ticketwrap .container div div .form-inline select, .ticketwrap .container div div .form-inline button {
        font-size: 0.9375rem;
    }
    .ticketwrap .container div div .form-inline button {
        width: 70px;
    }
}
@media (max-width: 504px) {
    .ticketwrap .container div div {
        padding: 10px 0 0 3px;
    }
    .ticketwrap .container div div .form-inline .form-group {
        width: 100%;
    }
    .ticketwrap .container div div .form-inline button {
        display: block;
        width: calc(100% - 3px);
        margin-top: 3px;
    }
}
@media (max-width: 432px) {
    .ticketwrap .container div div .form-inline select {
        font-size: 0.875rem;
    }
    .ticketwrap .container div div .form-inline select.select {
        background: #ffffff url("../images/common/ic_select_432.png") right center no-repeat;
        background-size: auto 6px;
        vertical-align: middle;
        padding: 0 25px 0 5px;
    }
}





/* ===================================================================
   樂園、飯店、商城首頁影片播放
=================================================================== */
.video-parallax {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.video-parallax .video-wrap {
    position: absolute;
    top: -248.667px;
    left: 50%;
    width: 100%;
    min-width: 600px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.video-parallax .video-wrap video {
    width: 100%;
}

.video-parallax .video-wrap video.bg_fancyworld {
    background: url("../images/common/video_i_fancyworld.jpg") 50% 50% no-repeat;
}
.video-parallax .video-wrap video.bg_jrhhotel {
    background: url("../images/common/video_i_jrhhotel.jpg") 50% 50% no-repeat;
}

@media (max-width: 767px) {
    .video-parallax {
        height:auto !important;
    }

    .video-parallax .video-wrap {
        position: relative;
        top: 0 !important;
        margin-bottom: -10px;
    }
}

@media (min-width: 768px) {
    .video-parallax .video-wrap {
        width:1920px;
    }
}





/* ===================================================================
   內頁選項：page-tab、
=================================================================== */

/*---內頁置中橫式選項------------------------------------------------*/
.page-tab {
    position: relative;
    margin: 20px 0;
    z-index: 5;
}

.page-tab .t-btn {
    display: none
}
@media (max-width: 767px) {
    .page-tab {
        margin: 15px 0;
    }
    .page-tab .t-btn {
        position: relative;
        display: block;
        /*max-width: 300px;*/
        width: 100%;/*跟.page-tab .t-list要一致*/
        background: #383838;
        color: #ffffff;
        font-size: 1.0625rem;
        line-height: 42px;
        border: none;
        border-radius: 5px;
        margin: 0 auto
    }
    .page-tab .t-btn.open {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
    }
	
    .page-tab .t-btn:after {
        content: '';
        position: absolute;
        top: 14px;
        right: 20px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #ffffff;
        border-right: 2px solid #ffffff;
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg)
    }
    .page-tab .t-btn.open:after {
        top: 20px;
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg)
    }
}


	
/*...內頁選項第一層......................................*/
.page-tab .t-list {
    text-align: center;
    /*border-bottom: 1px solid #cccccc*/
}

@media (min-width: 768px) {
    .page-tab .t-list {
        display:block !important
    }
}
@media (max-width: 767px) {
    .page-tab .t-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        /*max-width: 300px;*/
        width: 100%;/*跟.page-tab .t-btn要一致*/
        background: #d5d5d5;
        border: 0px solid rgba(255,255,255,1);
        border-top: none;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
        overflow: hidden;
        /*padding: 0 15px;*/
        padding: 0;
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 2;
    }
}

.page-tab .t-list > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px
}
@media (max-width: 767px) {
    .page-tab .t-list > li {
        display: block;
        border-bottom: 1px solid rgba(255,255,255,1);
        padding: 0;
    }
    .page-tab .t-list > li:last-child {
        border-bottom: none
    }

    .page-tab .t-list > li:after {
        display: none
    }
}

.page-tab .t-list > li > a {
    position: relative;
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 2;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
    border-radius: 25px;
    padding: 3px 20px;
    margin-bottom: 15px;
    
    max-width: 250px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.page-tab .t-list > li.current > a, .page-tab .t-list > li > a:hover {
    background-color: #541b86;
    color: #ffffff;
    border: 1px solid #541b86;
}
@media (max-width: 767px) {
    .page-tab .t-list > li > a {
        position: relative;
        display: block;
        border: 1px solid #d5d5d5;
        border-radius: 0;
        max-width: inherit;
        padding: 10px 20px;
        margin-bottom: 0;
    }
    .page-tab .t-list > li > a:before {
        display: none
    }

    .page-tab .t-list > li.current > a, .page-tab .t-list > li:hover > a {
        background: #541b86;
        color: #ffffff;
        border: 1px solid #541b86;
    }
}


/*...內頁選項第二層......................................*/
.page-tab .t-list-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    /*min-width: 100%;*/
    min-width: 180px;
    background: #f0f0f0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events: none;
    opacity: 0;
    
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: -1;
}
@media (min-width: 1025px) {
    .page-tab .t-list-sub, .page-tab .t-list-third {
        display: block !important;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .page-tab .t-list > li:hover .t-list-sub, .page-tab .t-list-sub > li:hover .t-list-third {
        opacity: 1;
        pointer-events: auto;
        z-index: 2
    }
}
@media (max-width: 1024px) {
    .page-tab .t-list-sub {
        display: none;
        pointer-events: auto;
        opacity:1;
        z-index: 2;
    }
}
@media (max-width: 767px) {
    .page-tab .t-list-sub {
        position: relative;
        top: auto;
        left: auto;
        display: none;
		min-width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        pointer-events: auto;
        padding: 5px 0;
        opacity: 1;
        transform: translateX(0);
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        z-index: 2;
    }
    .page-tab .t-list-sub:before {
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #e3e3e3 transparent;
        margin-left: -6px
    }
}
@media (max-width: 767px) {
    .page-tab .t-list > li:last-child .t-list-sub {
        margin-bottom: 0
    }
}

.page-tab .t-list-sub:before {
    content: '';
    position: absolute;
    top: -10px;
    right: calc( 50% - 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f0f0f0 transparent;
    margin-left: -10px
}

.page-tab .t-list-sub > li {
    position: relative;
    border-bottom: 1px dashed rgba(255,255,255,1);
}
.page-tab .t-list-sub > li:last-child {
    border-bottom: none
}

.page-tab .t-list-sub > li:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #888888;
    border-right: 2px solid #888888;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}
.page-tab .t-list-sub > li:hover:before, .page-tab .t-list-sub > li.current:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.page-tab .t-list-sub > li.not:before {
    display: none
}
@media (max-width: 767px) {
    .page-tab .t-list-sub:before {
        top: -6px;
        right: calc( 50% - 6px);
        border-width: 0 6px 6px 6px;
        margin-left: -6px
    }
    
    .page-tab .t-list-sub > li:before {
        transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg)
    }
}

.page-tab .t-list-sub > li > a {
    display: block;
    font-size: 0.9375rem;
    color: #333333;
    padding: 6px 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.page-tab .t-list-sub > li.current > a, .page-tab .t-list-sub > li:hover > a {
    background: #f09dc1;
    color: #ffffff;
}

.page-tab .t-list-sub > li:last-child > a, .page-tab .t-list-sub > li.current:last-child > a,
.page-tab .t-list-sub > li:last-child:hover > a, .page-tab .t-list-sub > li.current:last-child:hover > a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
    .page-tab .t-list-sub > li:last-child > a, .page-tab .t-list-sub > li.current:last-child > a,
    .page-tab .t-list-sub > li:last-child:hover > a, .page-tab .t-list-sub > li.current:last-child:hover > a {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}


/*...內頁選項第三層......................................*/
@media (min-width: 1025px) {
    .page-tab .t-list-sub > li:hover .t-list-third {
        left: 100%
    }
}
@media (max-width: 1024px) and (min-width:768px) {
    .page-tab .t-list-sub > li .t-list-third {
        -webkit-transition:all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .page-tab .t-list-sub > li.open .t-list-third {
        left: 100%;
        pointer-events: auto;
        opacity: 1;
        z-index: 2;
    }
}

.page-tab .t-list-third {
    position: absolute;
    top: 0;
    left: 80%;
    min-width: 100%;
    background: #ffeef5;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
}
@media (max-width: 767px) {
    .page-tab .t-list-third {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        pointer-events: auto;
        padding: 5px;
        opacity: 1;
        z-index: 2;
    }
}

.page-tab .t-list-third > li {
    position: relative;
    border-bottom: 1px dashed rgba(255,255,255,1);
}
.page-tab .t-list-third > li:last-child {
    border-bottom: none
}
@media (max-width: 767px) {
    .page-tab .t-list-third > li {
        border-bottom: 1px dotted #d5d5d5;
    }
}

.page-tab .t-list-third > li > a {
    display: block;
    font-size: 0.9375rem;
    color: #696969;
    padding: 6px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.page-tab .t-list-third > li.current > a, .page-tab .t-list-third > li:hover > a {
    background-color: #f0b8d1;
    color: #ffffff;
}
.page-tab .t-list-third > li:first-child > a, .page-tab .t-list-third > li.current:first-child > a,
.page-tab .t-list-third > li:first-child:hover > a, .page-tab .t-list-third > li.current:first-child:hover > a {
    border-top-right-radius: 10px;
}
.page-tab .t-list-third > li:last-child > a, .page-tab .t-list-third > li.current:last-child > a,
.page-tab .t-list-third > li:last-child:hover > a, .page-tab .t-list-third > li.current:last-child:hover > a {
    border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
    .page-tab .t-list-third > li > a {
        display: block;
        padding: 5px
    }
    .page-tab .t-list-third > li:first-child > a, .page-tab .t-list-third > li.current:first-child > a,
    .page-tab .t-list-third > li:first-child:hover > a, .page-tab .t-list-third > li.current:first-child:hover > a {
        border-top-right-radius: 0;
    }
    .page-tab .t-list-third > li:last-child > a, .page-tab .t-list-third > li.current:last-child > a,
    .page-tab .t-list-third > li:last-child:hover > a, .page-tab .t-list-third > li.current:last-child:hover > a {
        border-bottom-right-radius: 0;
    }
}




/* ===================================================================
   footer
=================================================================== */
#footer {
	display: block;
	width: 100%;
	font-family: 'Century Gothic','Roboto', Sans-serif, Arial, 'Microsoft JhengHei UI', 'Microsoft JhengHei', 'Noto Sans TC', 'PMingLiU';
	background-color: #f4f4f4; /* #footer .content_wrap.info-bg */
	background-image: url("../images/common/bg_copyright2_t.jpg"), url("../images/common/bg_copyright2_b.jpg");
	background-position: left top, right bottom;
	background-repeat: repeat-x, repeat-x;	
	padding: 30px 0 15px;
	margin: 0 auto;
}
@media (max-width: 800px) {
    #footer {
        padding: 15px 0 15px;
    }
}


#footer .content_wrap {
	position: relative;
	width: 1170px; /* #header  & #header .quick & #footer .content_wrap & #footer .content_wrap */
	margin: 0 auto
}
#footer .content_wrap.wrapwidth {
	width: 100%;
}
@media (max-width: 1200px) {
    #footer .content_wrap {
        width: 85%;
    }
}
@media (max-width: 1024px) {
    #footer .content_wrap {
        width: 95%;
    }
}



#footer .content_wrap.info-bg {
	background-color: #f4f4f4; /* #footer */
}
#footer .content_wrap.copyright-bg {
	background-color: #541b86;
}



/*---footer上下區塊設定------------------------------------------------*/
#footer .f-up, #footer .f-down {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	-moz-animation: scroll-fade 1.5s both;
	-webkit-animation: scroll-fade 1.5s both;
	animation: scroll-fade 1.5s both;
}



/*...f-up 網站連結......................................*/
#footer .f-link {
	position: relative;
	display: block;
	float: none;
	margin-bottom: 25px;
}



#footer .links {
    display: flex;
    flex-wrap: wrap;
}

#footer .links > div { /*網站導覽區塊間隔設定*/
    width: calc(100% / 7);
	padding: 0 18px;
}
@media (max-width: 1200px) {
    #footer .links > div {
        padding: 0 13px;
    }
}
@media (max-width: 992px) {
    #footer .links > div {
        padding: 0 10px;
    }
}
@media (max-width: 800px) {
    #footer .links > div {
        width: 25%;
        padding: 0 18px;
    }
    #footer .links > div:last-child {
        width: 50%;
    }
    #footer .links > div:first-child, #footer .links > div:nth-child(2), #footer .links > div:nth-child(3), #footer .links > div:nth-child(4) {
        margin-bottom: 30px;
    }
}
@media (max-width: 604px) {
    #footer .links > div {
        padding: 0 13px;
    }
}
@media (max-width: 540px) {
    #footer .links > div {
        padding: 0 10px;
    }
}
@media (max-width: 432px) {
    #footer .links > div {
        width: 33.333%;
    }
    #footer .links > div:last-child {
        width: 100%;
        margin-top: 30px;
    }
    #footer .links > div:last-child div {
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }
    #footer .links > div:last-child div:last-child {
        float: right;
    }
}
@media (max-width: 400px) {
    #footer .links > div {
        padding: 0 5px;
    }
}


#footer .links .link-ti { /*網站導覽標題設定*/
	font-size: 1rem;
	color: #000000;
	background: url("../images/common/line_footer.gif") repeat-x bottom;
	/*word-break: break-all;*/
    white-space: nowrap;
	padding-left: 3px;
	padding-bottom: 5px;
	margin-bottom: 13px;
}
#footer .links .link-ti.addtop {
	margin-top: 30px;
}
@media (max-width: 604px) {
    #footer .links .link-ti {
        font-size: 0.9375rem;
        margin-bottom: 10px;
    }
}
@media (max-width: 432px) {
    #footer .links > div:last-child div .link-ti {
        width: 100%;
        margin-bottom: 0;
    }
    #footer .links .link-ti.addtop.addtop432 {
        margin-top: 0;
    }
}

#footer .links .link-ti a {
	display: block;
	color: #000000;
}
#footer .links .link-ti a:hover {
	color: #541b86;
}

#footer .links ul { /*各單元選項設定*/
	font-size: 0.875rem;
    list-style: none;
	word-break: break-all;
}
#footer .links ul.nowrap {
    white-space: nowrap;
}

#footer .links ul li {
    line-height: 16px;
	padding-left: 3px;
	margin-top: 10px;
}

#footer .links ul li a {
	display: block;
	color: #383838;
}
#footer .links ul li a:hover {
	color: #000000;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}



/*...f-up 公司資訊......................................*/
#footer .f-info {
	font-size: 0.9375rem;
	color: #3e3e3e;
	padding: 25px 0 5px;
}
@media (max-width: 1024px) {
	#footer .f-info {
		padding: 25px 0 0;
	}
}

#footer .f-info a, #footer .f-info a:active {
  color: #3e3e3e;
}
#footer .f-info a:hover {
  color: #000000;
}

#footer .f-info li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
}
#footer .f-info li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
	#footer .f-info li {
	  margin-right: 25px;
	}
}
@media (max-width: 1024px) {
	#footer .f-info li:nth-child(3) {
	  margin-right: 0;
	}
}
@media (max-width: 720px) {
	#footer .f-info li.add {
	  display: block;
	  margin-top: 15px;
	}
	#footer .f-info li:nth-child(2) {
	  margin-right: 0;
	}
}
@media (max-width: 400px) {
	#footer .f-info li {
	  margin-right: 20px;
	}
}
@media (max-width: 346px) {
	#footer .f-info li:nth-child(2) {
	  display: block;
	  margin-right: 0px;
	  margin-top: 15px;
	}
}



#footer .f-info p {
  display: none;
}
@media (max-width: 1024px) {
	#footer .f-info p {
	  display: block;
	  margin-top: 20px
	}
}

#footer .f-info li i {
  display: inline-block;
  font-size: 1.25rem;
  padding-right: 8px;
}
@media (max-width: 400px) {
	#footer .f-info li i {
	  padding-right: 4px
	}
}

#footer .f-info li.fb, #footer .f-info li.youtube, #footer .f-info li.line {
  background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100%;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  cursor: pointer;
}
#footer .f-info li.fb {
  width: 100px;
  height: 20px;
  background: url("../images/common/facebook.svg") 0 0 no-repeat;
}
#footer .f-info li.fb:hover {
  background: url("../images/common/facebook_o.svg") 0 0 no-repeat;
}

#footer .f-info li.youtube {
  width: 68px;
  height: 20px;
  background: url("../images/common/youtube.svg") 0 0 no-repeat;
}
#footer .f-info li.youtube:hover {
  background: url("../images/common/youtube_o.svg") 0 0 no-repeat;
}

#footer .f-info li.line {
  width: 68px;
  height: 20px;
  background: url("../images/common/line.svg") 0 0 no-repeat;
}
#footer .f-info li.line:hover {
  background: url("../images/common/line_o.svg") 0 0 no-repeat;
}



/*...版權宣告......................................*/
#footer .f-down {
  display: inline-block;
  color: #ffffff;
  font-size: 0.9375rem;
  text-align: center;
  word-wrap:　break-word;
  word-break:　normal;
  padding: 15px 0 0;
}

#footer .f-down a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin-left: 15px;
}
#footer .f-down a:hover {
  color: #f19ec2;
}

#footer .f-down a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  display: block;
  width: 1px;
  height: 9px;
  background: #a78ac0;
}
#footer .f-down a:last-child:after {
  display: none;
}

@media (max-width: 800px) {
	#footer .f-down span {
	  display: block;
	  margin-bottom: 5px;
	}
	#footer .f-down a:first-child {
	  margin-left: 0px;
	}
}
@media (max-width: 540px) {
	#footer .f-down {
	  font-size: 0.875rem;
	}
}
@media (max-width: 432px) {
	#footer .f-down {
	  font-size: 0.8125rem;
	}
    #footer .f-down a {
	  font-size: 0.875rem;
    }
}
@media (max-width: 320px) {
    #footer .f-down a {
	  font-size: 0.8125rem;
	}
}


/* ===============================================================================
   30.遊園資訊
=============================================================================== */

/*---票價資訊------------------------------------------------*/
.ticket {
    width: 80%;
    margin: 0 auto;
}
.businesstime {
    width: 90%;
}
.maintenancetime {
    width: 100%;
    margin-top: 50px;
}
.pageservice {
    width: 100%;
}

@media (max-width: 1024px) {
    .ticket {
        width: 90%;
    }
}
@media (max-width: 800px) {
    .ticket {
        width: 100%;
    }
}

.ticket .panel-body a {
    color: #000000;
    text-decoration: underline;
}
.ticket .panel-body a:hover {
    color: #cc0066;
}


.ticket .panel-title a {
    position: relative;
    display: inline-block;
    width: 100%;
}
.ticket .panel-title a:after {
    content: '\f0d7';
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
}
.ticket .panel-title a.collapsed:after {
    content: '\f0d8';
}



.info-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 135px;
    font-size: .875rem;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 36px;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.info-btn:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: top;
    margin: 10px 8px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.info-btn:before {
    background: url("../../upload/editor/images/info_icon.png")no-repeat 0 -16px;
}

.info-btn.btn_02 {
    width: 250px;
	/*max-width: 160px;*/
    font-size: 1rem;
    line-height: 38px;
    border-radius: 38px;
}
.info-btn.btn_02:before {
    margin: 13px 8px 0 0;
}
.info-btn.btn_03 {
    max-width: 80px;
}
.info-btn.btn_03:before {
    display: none;
}

.info-btn, #traffic .info-btn, .ticket .table_ticket .info-btn,
.info-btn:active, #traffic .info-btn:active, .ticket .table_ticket .info-btn:active {
    background: #733fa1;
    color: #ffffff;
    text-decoration: none;
}


.info-btn:hover, #traffic .info-btn:hover, .ticket .table_ticket .info-btn:hover {
    background: #c13d88;
    color: #ffffff;
}



.ticket .table_ticket > tbody > tr, .ticket .table_time > tbody > tr {
  background-color: #ffffff;
}
.ticket .table_ticket > tbody > tr:nth-of-type(odd), .ticket .table_time > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.ticket .table_ticket > tbody > tr > th {
    /*background-color: #cc6699;*/
    background-color: #e981ae;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.ticket .table_ticket > tbody > tr > th.th_02 {
    background-color: #3390be;
}
.ticket .table_ticket > tbody > tr > th.th_03 {
    background-color: #67ae4a;
}


.ticket .table_ticket > tbody > tr > td, .ticket .table_time > tbody > tr > td {
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
}
.ticket .table_time > tbody > tr > td.text-left {
    text-align: left;
}


.ticket .table_ticket > tbody > tr > td span {
    display: block;
    font-size: 14px;
}



.ticket ol.ol_price {
    list-style-type: decimal-leading-zero;
    padding-left: 30px;
}
.ticket ol.ol_price li {
    position: inherit;
    list-style: decimal-leading-zero;
    padding-left: 5px;
    margin-bottom: 8px;
}
.ticket ol.ol_price li:before {
    content: '';
}

@media (max-width: 540px) {
    .ticket .table_ticket {
        border: 0px;
    }
    .ticket .table_ticket th {
        display: none;
    }
    .ticket .table_ticket td:before {
        position: absolute;
        left: 0;
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    .ticket .table_ticket > tbody > tr > td {
        position: relative;
        display: block;
        width: 95%;
        text-align: left;
        border: 0px;
        border-bottom: 1px dotted #cccccc;
        padding: 2px 0 8px 50px;
        margin: 0 auto 8px;
    }
    .ticket .table_ticket > tbody > tr > td.td_02 {
        padding: 2px 0 8px 80px;
    }
    
    
    .ticket .table_ticket > tbody > tr > td:last-of-type {
        border-bottom: 0 dotted #cccccc;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    .ticket .table_ticket > tbody > tr > td:first-of-type {
        color: #cc0066;
        margin-top: 20px;
    }
    .ticket .table_ticket > tbody > tr > td:last-of-type {
        margin-bottom: 20px;
    }
    .ticket .table_ticket > tbody > tr:nth-child(2) > td:first-of-type {
        margin-top: 0;
    }
    .ticket .table_ticket > tbody > tr:nth-of-type(even):last-child > td:last-of-type {
        margin-bottom: 0;
    }
    
    .info-btn.btn_03 {
        max-width: 70px;
    }
}
@media (max-width: 432px) {
    .info-btn.btn_03 {
        max-width: 60px;
    }
}
@media (max-width: 400px) {
    .ticket {
        font-size: 15px;
        line-height: 22px;
    }
    .ticket .table_ticket > tbody > tr > td {
        font-size: 15px;
        line-height: 22px;
    }
    .ticket .table_ticket > tbody > tr > td {
        padding: 2px 0 8px 45px;
    }
    
    .info-btn.btn_02 {
        max-width: 135px;
        font-size: .875rem;
        line-height: 36px;
        border-radius: 36px;
    }
    .info-btn.btn_02:before {
        margin: 10px 8px 0 0;
    }
}
@media (max-width: 360px) {
    .info-btn.btn_03 {
        max-width: 50px;
    }
}
@media (max-width: 320px) {
    .info-btn.btn_02 {
        max-width: 130px;
    }
}


/* news 
.img-responsive{
	max-width:100%;
	padding-bottom: 10px;
}
*/
