@charset "utf-8";

/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2017 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Fish $
 * $Date: 2017-10-17 (一) $
*/

/* ==========================================
   Font
========================================== */

/*@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);*/
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.eot'); src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'); font-weight: 400; font-style: normal }
@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Bold.eot'); src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'); font-weight: 700; font-style: normal }
@font-face { font-family: "oswald"; src: url("../fonts/Oswald-Light.eot"); src: url("../fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Oswald-Light.otf") format("opentype"), url("../fonts/Oswald-Light.svg") format("svg"), url("../fonts/Oswald-Light.ttf") format("truetype"), url("../fonts/Oswald-Light.woff") format("woff"), url("../fonts/Oswald-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'oswald'; src: url('../fonts/oswald-regular.eot'); src: url('../fonts/oswald-regular.woff2') format('woff2'), url('../fonts/oswald-regular.woff') format('woff'), url('../fonts/oswald-regular.ttf') format('truetype'), url('../fonts/oswald-regular.svg') format('svg'), url('../fonts/oswald-regular.eot') format('embedded-opentype'); font-weight: 400; font-style: normal }

/* ==========================================
   Common
========================================== */
html { background-color: #000; }
body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; color: #444; font-size: 15px; font-family: 'Roboto', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif; line-height: 1.7em; background-color: #000; }
input, textarea, label, button { color: #444; font-size: 15px; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0 }
label { margin-bottom: 0 }
select { border-radius: 0 }
input, textarea, button { outline: none }
a { color: #444; }
a:hover { color: #da251c; text-decoration: none }
p { margin: auto; -webkit-margin-before: 1.5em; -webkit-margin-after: 1.5em }
img { vertical-align: top }
.hidden-ele { position: absolute; top: -1px; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); margin: 0; height: 0 }
.rwd-img { width: 100%; }
.max-img { height: auto !important; max-width: 100% }
.clearfix:before, .clearfix:after { content: ""; display: table }
.clearfix:after { clear: both }
.clearfix { zoom: 1 }
.reset { margin: 0; padding: 0; list-style: none; border: 0; border-spacing: 0; border-collapse: collapse }
.reset input, .reset label, .reset select { vertical-align: middle }
::-webkit-input-placeholder { color: #000; font-size: 15px; }
::-moz-placeholder { color: #000; font-size: 15px; opacity: 1 }
:-ms-input-placeholder { color: #000; font-size: 15px; }
:-moz-placeholder { color: #000; font-size: 15px; }
.animate { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

/* ==========================================
   Page Reset
========================================== */
.font-en { font-family: 'oswald', sans-serif; font-weight: 100; }
.edit-wrap { font-size: 16px; word-break: break-all; }
.edit-wrap * { max-width: 100%; }
.edit-wrap img { height: auto !important; }
.edit-subject { display: inline-block; padding-bottom: 8px; color: #da251c; font-size: 16px; font-weight: bold; }
.edit-subject .icon { display: inline-block; margin-right: 5px; width: 30px; height: 30px; color: #fff; text-align: center; line-height: 30px; background-color: #da251c; -webkit-border-radius: 50%; border-radius: 50%; }
.edit-subject .icon.plane { line-height: 34px; }
.edit-wrap a { color: #da251c; }
.edit-img-box { margin: 0 auto; padding-bottom: 20px; max-width: 500px; }
.edit-img { float: left; padding: 10px; width: 50%; }
.edit-img img { display: inline-block; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .5); -o-box-shadow: 0 0 10px rgba(0, 0, 0, .5); box-shadow: 0 0 10px rgba(0, 0, 0, .5); }
@media only screen and (min-width:768px) {
  .edit-wrap { padding: 20px 0; line-height: 2em; }
}
@media only screen and (min-width:1280px) {
  .edit-wrap { padding: 40px 0; }
}

/* ==========================================
   Btn Style
========================================== */
.btn-area { padding: 15px 0; text-align: center; }
.btn-area a, .btn-area button { display: inline-block; position: relative; padding: 7px 20px; max-width: 120px; width: 50%; color: #fff; font-family: 'oswald', sans-serif; font-weight: normal; line-height: 25px; vertical-align: middle; border: none; background-color: transparent; }
.btn-area a:before, .btn-area button:before { pointer-events: none; content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; z-index: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.btn-area a span, .btn-area button span { position: relative; z-index: 1; vertical-align: middle; }
.btn-area a .icon { display: inline-block; line-height: 0; }
.btn-area a .icon img { width: 82px; height: 22px; }
.btn-style.black { background-color: #000; }
.btn-style.black:before { background-color: #555; }
.btn-style.red { background-color: #da251c; }
.btn-style.red:before { background-color: #e4524b; }
.btn-style.two { font-size: 15px; }
@media only screen and (min-width:768px) {
  .btn-area a, .btn-area button { margin: 0 5px; }
}
@media only screen and (min-width:1024px) {
  .btn-area a, .btn-area button { min-width: 150px; font-size: 1.2em; height: 42px; }
  .btn-style:hover:before { width: 100%; }
}

/* ==========================================
 Page Reset
========================================== */
.page-full { padding: 50px 15px 0; background-color: #fff; }
.page-full.index { padding: 0 15px; }
.page-wrap { margin: 0 auto; padding: 15px 0; }
.page-subject { padding: 30px 0; color: #444; text-align: center; }
.page-subject .icon { padding-bottom: 5px; font-size: 1.6em; }
.page-subject .en { font-size: 1.3em; font-family: 'oswald', sans-serif; text-transform: uppercase; }
.page-category { position: relative; background-color: #eee; }
.page-category .subject { position: relative; }
.page-category .subject span { position: relative; display: inline-block; padding: 8px 15px; color: #da251c; border-bottom: 3px solid #da251c; }
.page-category .subject:before { pointer-events: none; content: ""; position: absolute; top: 50%; right: 16px; margin-top: -6px; width: 8px; height: 8px; border-right: 2px solid #da251c; border-bottom: 2px solid #da251c; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.page-category .subject.open:before { margin-top: -3px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg); }
.page-category .wrap { display: none; background-color: #f7f7f7; }
.page-category li { border-bottom: 1px solid #eee; }
.page-category li a { display: block; position: relative; padding: 12px 15px; color: #333; text-decoration: none; outline: none; }
.page-category.two .wrap { display: block; }
.page-category.two li { float: left; display: block; margin: 0; padding: 0; width: 33.3%; border-bottom: none; }
.page-category.two li a { display: block; position: relative; padding: 15px 7px; text-align: center; }
.page-category .ui-tabs-active a { color: #da251c; outline: none; }
.page-category.two .ui-tabs-active a:before { display: block; pointer-events: none; content: ""; position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #da251c; }
.page-category.two li a:hover { color: #da251c; }
.page-category .has-child { position: relative; }
.page-category .has-child:before, .page-category .has-child:after { pointer-events: none; content: ""; position: absolute; background-color: #333; }
.page-category .has-child:before { top: 50%; right: 16px; width: 8px; height: 2px; }
.page-category .has-child:after { top: 50%; margin-top: -3px; right: 19px; width: 2px; height: 8px; }
.page-category li.current .has-child:before, .page-category li.current .has-child:after { background-color: #da251c; }
.page-category .has-child.open:after { display: none; }
.page-category li.current a, .page-category li li.current a { color: #da251c; outline: none; }
.page-category .sub-box { display: none; background-color: #fff; }
.page-category .sub-box li:last-child { border-bottom: none; }
.page-category li .sub-box a { color: #333; }
.margin-row { margin-left: -15px; margin-right: -15px; }
.slick-arrow { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; overflow: hidden; font-size: 0; text-indent: -9999px; background-color: transparent; border: none; outline: none; z-index: 1; }
.slick-arrow:before { pointer-events: none; content: ''; position: absolute; top: 50%; margin-top: -10px; width: 20px; height: 20px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.slick-prev { left: 5px; }
.slick-next { right: 5px; }
.slick-prev:before { right: 9px; border-right: 2px solid #ccc; border-bottom: 2px solid #ccc; }
.slick-next:before { right: 19px; border-left: 2px solid #ccc; border-top: 2px solid #ccc; }
.slick-disabled { opacity: 0; }
.slick-dots { position: absolute; bottom: 0; left: 0; margin: 0; padding: 0; width: 100%; z-index: 1; text-align: center; }
.slick-dots li { display: inline-block; margin: 0; padding: 3px; }
.slick-dots li button { display: block; margin: 0; padding: 0; width: 12px; height: 12px; overflow: hidden; font-size: 0; text-indent: -9999px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #eee; border: 1px solid #eee; overflow: hidden; }
.slick-dots .slick-active button { background-color: #aaa; }
.slide-img .slick-arrow { margin-top: -15px; width: 45px; height: 30px; background-color: #000; opacity: 0.5; }
.slide-img .slick-arrow:before { margin-top: -5px; width: 10px; height: 10px; }
.slide-img .slick-arrow:after { pointer-events: none; content: ""; position: absolute; top: 50%; margin-top: -1px; width: 25px; height: 2px; background-color: #fff; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
.slide-img .slick-prev { left: 0; }
.slide-img .slick-next { right: 0; }
.slide-img .slick-prev:before { left: 10px; border-width: 2px; border-color: #fff; }
.slide-img .slick-prev:after { left: 10px; }
.slide-img .slick-next:before { right: 10px; border-width: 2px; border-color: #fff; }
.slide-img .slick-next:after { right: 10px; }
@media only screen and (min-width:768px) {
  .page-wrap { padding: 30px 20px; }
  .page-wrap.airport { padding-top: 45px; padding-bottom: 20px; }
  .page-category .subject { display: none; }
  .page-category .wrap { display: block; text-align: center; }
  .page-category li { display: inline-block; margin: 0 5px; padding: 0 0; border-bottom: none; }
  .page-category li a { display: inline-block; position: relative; padding: 15px; }
  .page-category .has-child:before, .page-category .has-child:after { display: none; }
  .page-category li.current a:before { display: block; pointer-events: none; content: ""; position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #da251c; }
  .page-category li a:hover { color: #da251c; }
  .page-category li:hover .sub-box, .page-category li.current .sub-box { display: block; z-index: 1; }
  .page-category.two li { display: inline-block; float: none; width: auto; margin: 0 5px; padding: 0; }
  .page-category.two li a { display: inline-block; position: relative; padding: 25px; }
  .page-category .ui-tabs-active a { color: #da251c; outline: none; }
  .page-category.two .ui-tabs-active a:before { display: block; pointer-events: none; content: ""; position: absolute; top: auto; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #da251c; }
  .page-category.two li a:hover { color: #da251c; }
  .page-category .sub-box { position: absolute; top: 49px; left: 0; width: 100%; background-color: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
  .page-category .sub-box li, .page-category .sub-box li a { display: inline-block; }
  .page-category .sub-box li { margin: 0 5px; }
  .page-category .sub-box li a { padding: 10px; }
  .page-category .sub-box li a:before { display: none; }
  .slide-img .slick-arrow { width: 70px; height: 50px; }
  .slide-img .slick-arrow:before { margin-top: -10px; width: 20px; height: 20px; }
  .slide-img .slick-arrow:after { margin-top: -2px; width: 35px; height: 3px; }
  .slide-img .slick-prev:before { left: 20px; border-width: 3px; }
  .slide-img .slick-prev:after { left: 20px; }
  .slide-img .slick-next:before { right: 20px; border-width: 3px; }
  .slide-img .slick-next:after { right: 20px; }
}
@media only screen and (min-width:1024px) {
  .page-full { padding: 0 0 0 80px; }
  .page-wrap { padding: 40px 20px; max-width: 880px; }
  .page-subject .icon { margin-bottom: 8px; font-size: 2em; }
  .page-subject .en { padding-bottom: 8px; font-size: 1.6em; }
  .page-subject .tw { font-size: 1.26em; }
  .page-category li a { padding: 25px; font-size: 1.133em; }
  .page-category .sub-box { top: 71px; }

  /*.margin-row {
    margin-left: 0;
    margin-right: 0;
  }*/
  .slide-img .slick-arrow:hover { opacity: 1; }
}
@media only screen and (min-width:1180px) {
  .page-wrap { padding: 60px 20px; max-width: 992px; }
  .page-category .sub-box li { margin: 0 10px; }
}
@media only screen and (min-width:1280px) {
  .page-wrap { padding: 70px 20px; max-width: 1140px; }
  .page-subject .en { font-size: 1.8em; }
}
@media only screen and (min-width:1380px) {
  .page-wrap { padding: 80px 20px; max-width: 1300px; }
}

/* ==========================================
 RWD Table 框架設定
========================================== */
.rwd-tab { width: 100%; }
.rwd-tab thead { position: absolute; padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden; }
.rwd-tab tbody, .rwd-tab tbody tr, .rwd-tab tr, .rwd-tab th, .rwd-tab td { display: block; }
.rwd-tab tbody td[data-title]:before { content: attr(data-title); float: left; }
@media only screen and (min-width:768px) {
  .rwd-tab thead { position: relative; clip: auto; height: auto; width: auto; overflow: auto; }
  .rwd-tab tr { display: table-row; }
  .rwd-tab th, .rwd-tab td { display: table-cell; }
  .rwd-tab tbody { display: table-row-group; }
  .rwd-tab tbody tr { display: table-row; }
}

/* =====================================
 Header
===================================== */
#header { position: fixed; top: 0; width: 100%; background-color: #da251c; z-index: 99; }
#header .logo, #header .logo-two { display: block; margin: 0 auto; padding: 10px; width: 113px; height: 50px; overflow: hidden; font-size: 0; text-indent: -9999px; background: url("../images/logo.png") center center no-repeat; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; z-index: 100; }
#header .logo-two { display: none; }
.bg-cover { opacity: 0; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .7); z-index: -1; }
.bg-cover.open { opacity: 1; z-index: 2; }
@media only screen and (min-width:1024px) {
  #header { position: fixed; width: 80px; background-color: transparent; z-index: 100; }
  #header .logo, #header .logo-two { opacity: 0; position: absolute; top: 25px; left: 35px; margin: 0; -webkit-transform: scale(1.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  #header .logo-two { display: block; opacity: 1; top: 35px; left: 70px; margin: 0; -webkit-transform: rotate(90deg) scale(1.25); -moz-transform: rotate(90deg) scale(1.25); -o-transform: rotate(90deg) scale(1.25); transform: rotate(90deg) scale(1.25); -webkit-transform-origin: left top; -moz-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; }
  #header.open .nav-control { display: none; }
  #header.open { width: 200px; height: auto; }
  #header.open .logo { opacity: 1; }
  #header.open .logo-two { opacity: 0; z-index: -1; }
}
@media screen and (min-width:1024px) and (min-height:770px) {
  #header.open .logo { top: 40px; }
}

/* =====================================
 Nav
===================================== */
#nav { position: fixed; top: 50px; left: -200px; bottom: 0; width: 200px; height: auto; overflow-y: visible; overflow-x: hidden; background-color: #000; z-index: 99; -webkit-transition: left 0.4s ease-in-out; -moz-transition: left 0.4s ease-in-out; -ms-transition: left 0.4s ease-in-out; -o-transition: left 0.4s ease-in-out; transition: left 0.4s ease-in-out; }
#nav.open { left: 0; }
#nav .wrap { padding: 10px; }
#nav .follow-us { padding: 5px; white-space: nowrap; text-align: center; -webkit-transition: width 0.4s ease-in-out; -moz-transition: width 0.4s ease-in-out; -ms-transition: width 0.4s ease-in-out; -o-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; }
#nav .follow-us .txt { display: none; }
#nav .follow-us a { display: inline-block; padding: 10px; color: #fff; font-size: 20px; }
.menu li, .menu a { position: relative; }
.menu li:before, .menu li:after, .menu a:before, .menu a:after { pointer-events: none; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: rgba(255, 255, 255, .3); }
.menu li:after { bottom: 1px; background-color: rgba(0, 0, 0, .1); }
.menu a { display: block; padding: 5px 10px; color: #fff; font-size: 1.067em; }
.menu a:before { left: auto; bottom: auto; top: 16px; right: 10px; width: 12px; height: 12px; background-color: transparent; border-right: 2px solid rgba(255, 255, 255, .8); border-bottom: 2px solid rgba(255, 255, 255, .8); -webkit-transform: rotate(135deg) scale(-1); -moz-transform: rotate(135deg) scale(-1); -o-transform: rotate(135deg) scale(-1); transform: rotate(135deg) scale(-1); }
.menu a:after { display: none; }
.menu a span { display: block; }
.menu a .font-en { font-size: 0.85em; opacity: 0.5; }
@media only screen and (min-width:1024px) {
  #nav { position: fixed; top: 0; left: 0; bottom: 0; padding-top: 100px; width: 80px; height: auto; overflow: hidden; background-color: #da251c; -webkit-transition: width 0.4s ease-in-out; -moz-transition: width 0.4s ease-in-out; -ms-transition: width 0.4s ease-in-out; -o-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; }
  #nav .bg { position: absolute; top: 0; left: 0; width: 80px; height: calc(500px + 100px); background-color: #da251c; cursor: pointer; z-index: 2; }
  #nav .menu { opacity: 0; height: 500px; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -ms-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; }
  #nav .menu li { display: none; }
  #nav .wrap { padding: 0; width: 230px; height: 100%; }
  #nav .follow-us { margin-right: -10px; margin-left: -10px; padding: 10px; width: 80px; height: calc(100% - 500px); text-align: left; background-color: #fbfbfb; border-right: 1px solid #eee; }
  #nav .follow-us a { display: inline-block; color: #bbb; text-align: center; }
  #nav .follow-us .txt { position: relative; }
  #nav .follow-us .txt span { display: block; color: #666; }
  #nav .follow-us .txt:before { pointer-events: none; content: ""; position: absolute; background-color: #ccc; }
  #nav .follow-us a { display: inline-block; width: 30px; }
  #nav .follow-us a:hover { color: #666; }
  .menu a { padding-top: 8px; padding-bottom: 8px; font-size: 1.2em; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
  .menu a:hover { margin-left: -20px; margin-right: -20px; padding-left: 25px; padding-right: 25px; background-color: rgba(255, 255, 255, .1); }

  /* Open */
  #header.open #nav { width: 230px; }
  #header.open #nav .menu { opacity: 1; }
  #header.open #nav li { display: block; }
  #header.open #nav .wrap { padding: 0 30px; }
  #header.open #nav .follow-us { width: calc(100% + 60px); margin-right: -30px; margin-left: -30px; }
}
@media screen and (min-width:1024px) and (min-height:636px) {
  #nav .bg { height: calc(460px + 100px); }
  #nav .menu { height: 460px; }
  #nav .follow-us { margin-right: 0; margin-left: 0; height: calc(100% - 460px); }
  #nav .follow-us a { padding: 2px 0; }
}
@media screen and (min-width:1024px) and (min-height:700px) {
  .menu a { padding-top: 5px; padding-bottom: 5px; font-size: 1.1em; }
  #nav .bg { height: calc(500px + 80px); }
  #nav .menu { height: 500px; }
  #nav .follow-us { height: calc(100% - 500px); }
  #nav .follow-us a { width: auto; }

  /* Open */
  #header.open #nav .follow-us .txt { margin-right: 40px; }
  #header.open #nav .follow-us .txt:before { top: 15px; right: -40px; width: 25px; height: 1px; }
  #header.open #nav .follow-us a { display: inline-block; }
}
@media screen and (min-width:1024px) and (min-height:770px) {
  .menu a { font-size: 1.2em; }
  #nav { padding-top: 120px; }
  #nav .menu { height: 460px; }
  #nav .follow-us { height: calc(100% - 460px); }
  #nav .follow-us .txt, #header.open #nav .follow-us .txt { display: block; margin: -20px 0 85px; }
  #nav .follow-us .txt span, #header.open #nav .follow-us .txt span { display: inline-block; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: 4px 37px; -moz-transform-origin: 4px 37px; -o-transform-origin: 4px 37px; transform-origin: 4px 37px; }
  #nav .follow-us .txt:before, #header.open #nav .follow-us .txt:before { top: 93px; right: auto; left: 28px; width: 1px; height: 15px; }
  #nav .follow-us a, #header.open #nav .follow-us a { display: block; padding: 5px; width: 55px; }
}
@media screen and (min-width:1024px) and (min-height:830px) {
  #header #nav { padding-top: 130px; }
  #header #nav .menu {    /*height: 520px;*/ }
  #header #nav .follow-us {   /*height: calc(100% - 520px);*/ }
  #nav .follow-us .txt, #header.open #nav .follow-us .txt { margin: -20px 0 120px; }
  #nav .follow-us .txt:before, #header.open #nav .follow-us .txt:before { top: 100px; height: 30px; }
}
@media screen and (min-width:1024px) and (min-height:890px) {
  #header #nav .menu { height: 550px; }
  #header #nav .follow-us { height: calc(100% - 550px); }
}

/* =====================================
 小尺寸按鈕
===================================== */
.nav-control { position: absolute; top: 0; left: 0; width: 50px; height: 50px; z-index: 11; cursor: pointer; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.nav-control.none { opacity: 0.1; pointer-events: none; }
.nav-control span { display: block; position: absolute; right: 13px; width: 24px; height: 2px; background-color: #fff; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; z-index: 3; }
.nav-control span:nth-child(1) { top: 17px; }
.nav-control span:nth-child(2) { top: 24px; }
.nav-control span:nth-child(3) { top: 31px; }
.nav-control.open span:nth-child(1) { opacity: 0; }
.nav-control.open span:nth-child(2), .nav-control.open span:nth-child(3) { top: 24px; left: auto; right: 13px; width: 24px; height: 2px; border: none; -webkit-border-radius: 0; border-radius: 0; }
.nav-control.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.nav-control.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
@media only screen and (min-width:1024px) {
  .nav-control { left: 15px; top: 540px; z-index: 101; }
}
@media screen and (min-width:1024px) and (min-height:636px) {
  .nav-control { top: 500px; }
}
@media screen and (min-width:1024px) and (min-height:700px) {
  .nav-control { top: 540px; }
}
@media screen and (min-width:1024px) and (min-height:770px) {
  .nav-control { top: 520px; }
}
@media screen and (min-width:1024px) and (min-height:830px) {
  .nav-control { top: 520px; }
}
@media screen and (min-width:1024px) and (min-height:890px) {
  .nav-control { top: 620px; }
}

/* =====================================
 Footer
===================================== */
#gotop { display: block; position: fixed; right: 10px; bottom: 10px; z-index: 98; }
#footer { position: relative; padding: 10px; background-color: #000; z-index: 0; }
#footer .page-wrap { padding: 0; }
#footer li { float: left; padding: 0 10px; width: 50%; }
#footer li a { display: block; position: relative; padding: 8px 5px; color: #ccc; text-align: center; border-bottom: 1px solid rgba(204, 204, 204, .4); }
#footer .copy-txt { padding: 15px 0 5px; color: #999; font-size: 0.867em; line-height: 1.4em; text-align: center; }
@media only screen and (min-width:768px) {
  #gotop { right: 40px; bottom: 40px; }
  #footer { padding: 15px; }
  #footer ul { text-align: center; }
  #footer li { float: none; display: inline-block; width: auto; }
  #footer li a { display: inline-block; padding: 0 4px; border-bottom: none; }
  #footer li a:before { pointer-events: none; content: ""; position: absolute; top: 50%; right: -12px; margin-top: -8px; width: 1px; height: 14px; background-color: rgba(204, 204, 204, .4); }
  #footer li:last-child a:before { display: none; }
  #footer .copy-txt { padding: 5px 0 0; font-size: 1em; line-height: 1.7em; }
}
@media only screen and (min-width:1024px) {
  #footer { padding: 25px 20px 20px; }
  #footer li a:hover { color: #fff; }
  #footer li a { padding: 0 8px; }
}
@media only screen and (min-width:1280px) {
  #footer { padding: 40px 20px 30px; }
}

/* ==========================================
 Index
========================================== */
.more-box { padding: 20px 0; text-align: center; }
.more-box a { position: relative; display: inline-block; max-width: 120px; padding: 0 50px 2px 30px; color: #888; font-size: 1.067em; text-align: center; line-height: 40px; border: 1px solid #ccc; }
.more-box a:before, .more-box a:after { pointer-events: none; content: ""; position: absolute; background-color: #888; }
.more-box a:before { top: 50%; right: 29px; width: 8px; height: 2px; }
.more-box a:after { top: 50%; margin-top: -3px; right: 32px; width: 2px; height: 8px; }
@media only screen and (min-width:768px) {
  .more-box { padding: 50px 0; }
}
@media only screen and (min-width:1024px) {
  .more-box a { font-size: 1.2em; }
  .more-box a, .more-box a:before, .more-box a:after { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  .more-box a:hover { color: #fff; background-color: #ef8985; border-color: #ef8985; }
  .more-box a:hover:before, .more-box a:hover:after { background-color: #fff; }
}

/* Banner */
#banner { position: relative; margin: 0; padding-top: 50px; width: 100%; overflow: hidden; z-index: 0; }
#banner .scroll { display: none; }
#banner li { position: relative; }
#banner .cover { position: absolute; top: 50%; left: 50%; color: #fff; text-align: center; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#banner .en { font-size: 1.4em; line-height: 1.3em; }
#banner .summary { display: none; }
#banner .slick, #banner .slick .slick-list, #banner .slick .slick-track, #banner .slick .slick-slide { height: auto; }
#banner .slick img { display: block; position: relative; width: 100%; height: auto; opacity: 0.8; }
@media only screen and (min-width:768px) {
  #banner { position: relative; }
  #banner .scroll { display: block; position: absolute; bottom: 40px; left: 50%; margin-left: -18px; padding-top: 34px; width: 36px; color: #fff; font-size: 16px; text-align: center; z-index: 1; }
  #banner .scroll:before, #banner .scroll:after { pointer-events: none; content: ""; position: absolute; left: 50%; -webkit-animation: scroll-down 1.5s infinite; /* Chrome, Safari, Opera */ animation: scroll-down 1.5s infinite; }
  #banner .scroll:before { top: 0; width: 1px; height: 24px; background-color: #fff; }
  #banner .scroll:after { top: 18px; margin-left: -3px; width: 7px; height: 7px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
  #banner .cover { width: 463px; height: 270px; white-space: nowrap; background: url("../images/banner_cover.png") center no-repeat; -webkit-background-size: 90%; -o-background-size: 90%; background-size: 90%; animation: paceIndexIcos1 1s forwards; -moz-animation: paceIndexIcos1 1s forwards; -webkit-animation: paceIndexIcos1 1s forwards; }
  #banner .en { padding-top: 80px; padding-bottom: 10px; font-size: 2.4em; }
  #banner .summary { display: block; }
}
@media only screen and (min-width:1024px) {
  #banner { padding-top: 0; margin-left: 80px; width: calc(100% - 80px); }
}
@media only screen and (min-width:1280px) {
  #banner { height: auto; }
  #banner .img { height: auto; }
  #banner .cover { width: 650px; height: 380px; background-size: 100%; }
  #banner .en { position: absolute; top: 180px; left: 50%; padding: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); padding-bottom: 10px; font-size: 4em; }
  #banner .summary { padding-top: 215px; font-size: 1.133em; line-height: 1.7em; }
  #banner .slick-arrow { margin: 0px; opacity: 0; -webkit-transform: scale(2.8); -moz-transform: scale(2.8); -o-transform: scale(2.8); transform: scale(2.8); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  #banner .slick-arrow:before { border-width: 2px; opacity: 0.7; }
  #banner .slick-next { right: 200px; }
  #banner .slick-prev { left: 220px; }
  #banner:hover .slick-arrow { opacity: 1; }
  #banner .slick-next:hover:before, #banner .slick-prev:hover:before { border-color: #fff; opacity: 1; }
}
@-moz-keyframes paceIndexIcos1 {
  from { opacity: 0; -moz-transform: translateY(50px); }
  to { opacity: 1; -moz-transform: translateY(0); }
}
@-webkit-keyframes paceIndexIcos1 {
  from { opacity: 0; -webkit-transform: translateY(50px); }
  to { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes paceIndexIcos1 {
  from { opacity: 0; transform: translateY(50px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 圖片列表 */
#index .img-list { margin: 0 auto; max-width: 1340px; padding-top: 15px; }
#index .img-list a { display: block; margin-bottom: 15px; }
@media only screen and (min-width:768px) {
  #index .img-list { padding-bottom: 10px; }
  #index .img-list img { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  #index .img-list a:hover img { opacity: 0.8; }
  #index .img-list .small a { float: left; width: 50%; padding: 10px; }
  #index .img-list .big a { padding: 0 10px; }
}
@media only screen and (min-width:1200px) {
  #index .img-list { padding: 40px 0; }
  #index .img-list .small a { padding: 20px; }
  #index .img-list .big a { padding: 5px 20px; }
}

/* 最新消息 */
#index .news-list { background-color: #fff4f2; }
#index .news-list .wrap { margin: 0 auto; max-width: 1340px; padding-left: 55px; padding-right: 55px; }
#index .news-list .slick-arrow { top: 84px; margin: 0; }
#index .news-list .slick-prev:before, #index .news-list .slick-next:before { border-color: #666; }
#index .news-list .item-box { position: relative; }
#index .news-list .item-box .main { padding: 10px 10px 0; text-align: center; }
#index .news-list .item-box .img { position: relative; }
#index .news-list .item-box .cover { padding: 5px; text-align: center; color: #fff; font-size: 0.9em; line-height: 1.3em; letter-spacing: 1px; }
#index .news-list .item-box .red { background-color: rgba(218, 37, 28, .9); }
#index .news-list .item-box .orange { background-color: rgba(223, 147, 0, .9); }
#index .news-list .item-box .green { background-color: rgba(80, 156, 12, .9); }
#index .news-list .item-box .date { color: #444; }
#index .news-list .item-box .title { line-height: 1.35em; }
#index .news-list .item-box .title a { color: #333; font-size: .95em; }
@media only screen and (min-width:768px) {
  #index .news-list .wrap { padding: 0 15px; }
  #index .news-list .item-box { float: left; padding: 0 10px; width: 33.3%; outline: none; }
  #index .news-list .item-box .cover { position: absolute; top: 0; left: 0; width: 44px; }
  #index .news-list .item-box:nth-child(2) { margin-top: 40px; }
  #index .news-list .item-box .main { text-align: left; }
  #index .news-list .item-box .date { font-size: 1.067em; }
  #index .news-list .item-box .title a { font-size: 1.067em; }
  #index .news-list .item-box .title a:hover { text-decoration: underline; }
}
@media only screen and (min-width:768px) {
  #index .news-list .wrap { }
}
@media only screen and (min-width:1280px) {
  #index .news-list { padding-top: 50px; }
  #index .news-list .page-subject { padding-bottom: 0; }
  #index .news-list .item-box { padding: 15px; }
}

/* 品牌總覽 */
#index .brand-list .wrap { margin: 0 auto; max-width: 1280px; }
#index .brand-list li { padding: 0 5px; }
#index .brand-list li a { display: block; text-align: center; border: 1px solid #eee; }
#index .brand-list li img { max-width: 120px; }
@media only screen and (min-width:768px) {
  #index .brand-list .wrap { padding-left: 15px; padding-right: 15px; }
  #index .brand-list li { float: left; padding: 0 10px; width: 20%; }
  #index .brand-list li a { padding: 15px; border: none; border: 1px solid #fff; }
  #index .brand-list li img { max-width: 100%; }
}
@media only screen and (min-width:1024px) {
  #index .brand-list li a:hover { border-color: #eee; }
  #index .brand-list li { padding: 10px 15px; }
}
@media only screen and (min-width:1280px) {
  #index .brand-list .wrap { padding: 0; }
  #index .brand-list { padding-top: 50px; }
}

/* 全景導覽 */
.video-list { position: relative; height: 340px; z-index: 0; }
.section_360 { pointer-events: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1; }
.section_360 .inner { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden; text-align: center; }
.section_360 .bg { position: absolute; top: 0; bottom: 0; left: 50%; margin-left: -50%; width: 100%; overflow: hidden; background-color: rgba(0, 0, 0, .5); -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
.section_360 iframe { width: 100%; height: 100%; border: none; }
.section_360 .circle-box { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; z-index: 2; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); z-index: 0; }
.section_360 .circle-box span { display: block; position: absolute; top: 50%; left: 50%; width: 300px; height: 300px; margin: -150px 0 0 -150px; border: 1px solid rgba(255, 255, 255, .3); -webkit-border-radius: 50%; border-radius: 50%; }
.section_360 .circle-box span:nth-child(1) { margin: -155px 0 0 -155px; width: 310px; height: 310px; animation-delay: 1.1s; }
.section_360 .circle-box span:nth-child(2) { margin: -165px 0 0 -165px; width: 330px; height: 330px; animation-duration: 2.2s; animation-name: circleMotion; animation-iteration-count: infinite; animation-direction: normal; }
.section_360 .text { position: absolute; top: 50%; left: 50%; color: #fff; text-align: center; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 0; }
.section_360 .text .logo-icon { margin: 0 auto 15px; max-width: 140px; }
.section_360 .text .en { padding-bottom: 5px; font-size: 1.2em; text-transform: uppercase; text-transform: uppercase; }
.section_360 .text .tw { padding-bottom: 15px; }
.section_360 .btn-list { font-size: 0; }
.section_360 .view-btn { display: inline-block; margin: 4px; width: calc(50% - 8px); height: 40px; color: #fff; font-size: 15px; text-align: center; line-height: 40px; background-color: #fff; background-image: -webkit-linear-gradient(top, #da251c, #a81009); background-image: -moz-linear-gradient(top, #da251c, #a81009); background-image: -o-linear-gradient(top, #da251c, #a81009); background-image: -ms-linear-gradient(top, #da251c, #a81009); background-image: linear-gradient(to bottom, #da251c, #a81009); }
.section_360 .text .logo-icon { display: none; }
@media only screen and (min-width:768px) {
  .video-list { height: 500px; }
  .section_360 .circle-box { -webkit-transform: scale(1.8); -moz-transform: scale(1.8); -o-transform: scale(1.8); transform: scale(1.8); }
  .section_360 .text .logo-icon { display: block; }
}
@media only screen and (min-width:1024px) {
  .section_360 .text .logo-icon { margin-bottom: 30px; max-width: 200px; }
  .section_360 .text .en { padding-bottom: 15px; font-size: 2.2em; }
  .section_360 .text .tw { padding-bottom: 20px; font-size: 1.3em; }
  .section_360 .view-btn { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  .section_360 .view-btn:hover { opacity: 0.8; }
}
@media only screen and (min-width:1200px) {
  .video-list { height: 750px; }
  .section_360 .circle-box { -webkit-transform: scale(2.2); -moz-transform: scale(2.2); -o-transform: scale(2.2); transform: scale(2.2); }
}
@media only screen and (min-width:1440px) {
  .video-list { height: 960px; }
}

/* IG */
#index .ig-list .wrap { padding: 0 15px 15px; }
#index .ig-list li { float: left; padding: 5px; width: 50%; }
#index .ig-list li img { width: 100%; }
@media only screen and (min-width:768px) {
  #index .ig-list li { width: 16.6666%; }
}
@media only screen and (min-width:1024px) {
  #index .ig-list li a:hover { opacity: 0.8; }
}
@media only screen and (min-width:1200px) {
  #index .ig-list { padding-top: 30px; padding-left: 10px; padding-right: 10px; }
  #index .ig-list .wrap { padding: 30px 30px 50px; }
  #index .ig-list li { padding: 0 10px; text-align: center; }
  #index .ig-list li img { max-width: 100%; }
}
@media only screen and (min-width:1024px) {
  #index .img-list, #index .news-list, #index .brand-list, #index .video-list, #index .ig-list { padding-right: 0; padding-left: 80px; }
  #index .news-list, #index .video-list { margin-right: -15px; margin-left: -15px; padding-left: 95px; padding-right: 15px; }
  #index .video-list { margin: 0; padding: 0; margin-left: 65px; width: calc(100% - 50px); overflow: hidden; }
}
@media only screen and (min-width:1560px) {
  #index .img-list, #index .news-list, #index .brand-list { padding-left: 40px; }
  #index .ig-list { padding-left: 80px; }
}
@-moz-keyframes circleMotion {
  0% { transform: scale3d(1, 1, 1) rotate(0.1deg); -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); }
  21% { opacity: 1; visibility: visible; }
  95% { transform: scale3d(1.14, 1.14, 1.14) rotate(0.1deg); -webkit-transform: scale3d(1.14, 1.14, 1.14); -moz-transform: scale3d(1.14, 1.14, 1.14); -o-transform: scale3d(1.14, 1.14, 1.14); }
  100% { opacity: 0; visibility: hidden; transform: scale3d(1, 1, 1) rotate(0.1deg); -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); }
}
@-webkit-keyframes circleMotion {
  0% { transform: scale3d(1, 1, 1) rotate(0.1deg); -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); }
  21% { opacity: 1; visibility: visible; }
  95% { transform: scale3d(1.14, 1.14, 1.14) rotate(0.1deg); -webkit-transform: scale3d(1.14, 1.14, 1.14); -moz-transform: scale3d(1.14, 1.14, 1.14); -o-transform: scale3d(1.14, 1.14, 1.14); }
  100% { opacity: 0; visibility: hidden; transform: scale3d(1, 1, 1) rotate(0.1deg); -webkit-transform: scale3d(1, 1, 1); -moz-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); }
}
@keyframes scroll-down {
  0% { opacity: 0; }
  21% { opacity: 1; }
  95% { margin-top: 5px; }
  100% { opacity: 0; }
}
@-moz-keyframes scroll-down {
  0% { opacity: 0; }
  21% { opacity: 1; }
  95% { margin-top: 5px; }
  100% { opacity: 0; }
}
@-webkit-keyframes scroll-down {
  0% { opacity: 0; }
  21% { opacity: 1; }
  95% { margin-top: 5px; }
  100% { opacity: 0; }
}
@keyframes scroll-down {
  0% { opacity: 0; }
  21% { opacity: 1; }
  95% { margin-top: 5px; }
  100% { opacity: 0; }
}
@-moz-keyframes paceIndexIcos1 {
  from { opacity: 0; -moz-transform: translate(-50%, -30%); }
  to { opacity: 1; -moz-transform: translate(-50%, -50%); }
}
@-webkit-keyframes paceIndexIcos1 {
  from { opacity: 0; -webkit-transform: translate(-50%, -30%); }
  to { opacity: 1; -webkit-transform: translate(-50%, -50%); }
}
@keyframes paceIndexIcos1 {
  from { opacity: 0; transform: translate(-50%, -30%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

/* ==========================================
 Page Banner
========================================== */
#pban { position: relative; height: 140px; overflow: hidden; background-color: #000; }
#pban .banner { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; opacity: 0.7; }
#pban .word { position: absolute; top: 50%; left: 50%; color: #fff; text-align: center; white-space: nowrap; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); animation: paceIndexIcos1 1s forwards; -moz-animation: paceIndexIcos1 1s forwards; -webkit-animation: paceIndexIcos1 1s forwards; }
#pban .word .en { padding-bottom: 5px; font-size: 1.6em; line-height: 1.2em; text-transform: uppercase; }
#pban .word .tw { font-size: 1.2em; }
@media only screen and (min-width:768px) {
  #pban { height: 180px; }
  #pban .word .en { font-size: 2em; }
  #pban .word .tw { font-size: 1.3em; }
}
@media only screen and (min-width:1024px) {
  #pban { height: 320px; }
  #pban .word .en { font-size: 2.2em; }
  #pban .word .tw { font-size: 1.5em; }
}
@media only screen and (min-width:1280px) {
  #pban { height: 420px; }
  #pban .word .en { font-size: 2.4em; }
  #pban .word .tw { padding-top: 5px; font-size: 1.6em; }
}
#brand-list .wrap { padding-left: 10px; padding-right: 10px; }
#brand-list .search-bar { margin: 0 auto 10px; max-width: 290px; height: 48px; border: 2px solid #555; }
#brand-list .search-bar input { float: left; padding-left: 10px; width: calc(100% - 44px); height: 44px; background-color: #fff; border: none; }
#brand-list .search-bar button { width: 44px; height: 44px; color: #555; font-size: 1.067em; background-color: #fff; border: none; text-align: center; }
#brand-list .ui-tabs-panel { margin: -15px -15px 15px; padding: 15px 15px 15px; background-color: #f5f5f5; }
#brand-list .list { font-size: 0; }
#brand-list .list li { display: inline-block; padding: 5px; width: 50%; font-size: 1rem; }
#brand-list li a { display: inline-block; border: 1px solid #eee; }
#brand-list #category li { float: left; width: 50%; }
#brand-list #category li a { display: block; padding: 8px; color: #000; text-align: center; background-color: #fff; border: 1px solid #eee; }
#character li { float: left; width: 20%; }
#character li a { display: block; margin: 0 auto; width: 42px; height: 42px; color: #000; text-align: center; line-height: 42px; background-color: #fff; border: 1px solid #eee; -webkit-border-radius: 50%; border-radius: 50%; }
#brand-list #keyword.ui-tabs-panel { padding: 15px 15px 5px; }
#brand-list #category li.current a, #brand-list #character li.current a { color: #fff; background-color: #da251c; }
@media only screen and (min-width:768px) {
  #brand-list .ui-tabs-panel { margin: 0; padding: 0 0 25px; background-color: #fff; }
  #brand-list #category li { padding: 7px 10px; width: 25%; }
  #brand-list #category li a { padding: 10px; }
  #brand-list #character li { padding: 7px 10px; width: 8.333%; }
  #brand-list #character li a { padding: 0; }
  #brand-list #keyword.ui-tabs-panel { padding-bottom: 20px; }
  #brand-list .search-bar { margin: 10px auto 30px; max-width: 340px; }
  #brand-list .list li { padding: 7px 10px; width: 25%; }
  #brand-list li a { display: block; padding: 10px; }
}
@media only screen and (min-width:1024px) {
  #brand-list .ui-tabs-panel { padding: 0 0 35px; }
  #brand-list #category li { width: 20%; }
  #brand-list #category li a:hover { color: #da251c; border-color: #da251c; }
  #brand-list #character li a:hover { color: #da251c; border-color: #da251c; }
  #brand-list #keyword.ui-tabs-panel { padding-bottom: 25px; }
}
@media only screen and (min-width:1280px) {
  #brand-list .ui-tabs-panel { padding: 0 0 70px; }
  #brand-list li a { padding: 10px 25px; }
}

/* 詳細頁 */
#brand-view .top-area { min-height: 380px; }
#brand-view .top-area .logo { margin: 0 auto 10px; position: relative; max-width: 160px; border: 1px solid #e5e5e5; }
#brand-view .top-area .logo:before, #brand-view .top-area .logo:after { pointer-events: none; content: ""; position: absolute; width: 30px; height: 30px; background-color: transparent; }
#brand-view .top-area .logo:before { top: -1px; left: -1px; border-left: 1px solid #000; border-top: 1px solid #000; }
#brand-view .top-area .logo:after { bottom: -1px; right: -1px; border-left: 1px solid #000; border-top: 1px solid #000; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
#brand-view .txt-box { padding: 15px 0; }
#brand-view .txt-box .en { color: #000; font-size: 1.5em; font-weight: bold; text-align: center; text-transform: uppercase; line-height: 1.1em; text-align: center; }
#brand-view .txt-box .tw { margin-bottom: 20px; padding-top: 10px; color: #000; font-size: 1.4em; font-weight: normal; text-align: center; }
#brand-view .icon-bar { margin-bottom: 15px; text-align: left; }
#brand-view .icon-bar .icon, #brand-view .icon-bar .title, #brand-view .icon-bar .text { display: table-cell; padding-right: 5px; vertical-align: middle; }
#brand-view .icon-bar .icon div { width: 30px; height: 30px; color: #fff; text-align: center; line-height: 30px; background-color: #847266; -webkit-border-radius: 50%; border-radius: 50%; }
#brand-view .icon-bar .title, #brand-view .icon-bar .text { padding-top: 3px; font-size: 1.067em; }
#brand-view .hot-goods { padding-left: 15px; padding-right: 15px; }
#brand-view .hot-goods .slick-slider { padding-bottom: 35px; }
#brand-view .hot-goods li { padding: 0 10px; text-align: center; }
#brand-view .hot-goods .slick-dots li { padding: 0 4px; }
#brand-view .hot-goods .img { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #d2d2d2; }
#brand-view .slide-img { margin-bottom: 20px; }
@media only screen and (min-width:768px) {
  #brand-view .txt-box { float: left; padding-right: 50px; width: calc(100% - 220px); }
  #brand-view .top-area { position: relative; padding-bottom: 30px; }
  #brand-view .top-area .logo { position: absolute; top: 0; right: 0; max-width: 100%; width: 220px; }
  #brand-view .txt-box .en, #brand-view .txt-box .tw, #brand-view .txt-box .icon-bar { width: calc(100% - 220px); }
  #brand-view .txt-box .en { font-size: 1.9em; text-align: left; }
  #brand-view .txt-box .tw { padding-top: 10px; font-size: 1.9em; text-align: left; }
  #brand-view .txt-box .icon-bar { margin: 15px 0; }
  #brand-view .txt-box .edit-wrap { padding: 0; }
  #brand-view .hot-goods li { float: left; padding-bottom: 40px; width: 25%; }
  #brand-view .slide-img { margin-bottom: 40px; }
}
@media only screen and (min-width:1280px) {
  #brand-view .txt-box { width: calc(100% - 500px); }
  #brand-view .top-area .logo { float: right; padding: 40px; width: 500px; }
  #brand-view .txt-box .en { font-size: 2.667em; }
  #brand-view .txt-box .tw { padding: 20px 0; font-size: 2.667em; }
  #brand-view .txt-box .en, #brand-view .txt-box .tw, #brand-view .txt-box .icon-bar { width: 100%; }
  #brand-view .hot-goods { margin-left: -30px; margin-right: -30px; }
  #brand-view .hot-goods li { padding-left: 20px; padding-right: 20px; }
  #brand-view .slide-img { margin-bottom: 60px; }
}

/* ==========================================
 分頁
========================================== */
#pagination { padding-bottom: 20px; text-align: center; }
#pagination a, #pagination ul, #pagination li { display: inline-block; vertical-align: middle; }
#pagination a { margin: 0 2px; color: #aaa; width: 30px; height: 30px; line-height: 30px; }
#pagination li.current a { color: #da251d; }
#pagination a.control { position: relative; overflow: hidden; font-size: 0; text-indent: -9999px; }
#pagination a.control:before { pointer-events: none; content: ""; position: absolute; top: 50%; margin-top: -4px; width: 8px; height: 8px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
#pagination a.control.prev:before { right: 10px; border-right: 2px solid #aaa; border-bottom: 2px solid #aaa; }
#pagination a.control.next:before { right: 12px; border-left: 2px solid #aaa; border-top: 2px solid #aaa; }
@media only screen and (min-width:768px) {
  #pagination { padding: 0 0 50px; }
}
@media only screen and (min-width:1024px) {
  #pagination { padding: 0 0 70px; }
  #pagination a { font-size: 1.133em; }
  #pagination a:hover { color: #da251d; text-decoration: underline; }
  #pagination .current a { text-decoration: none; }
  #pagination a.control:before { margin-top: -5px; width: 10px; height: 10px; }
  #pagination a.control:hover:before { border-color: #da251d; }
}

/* ==========================================
 系統訊息
========================================== */
#message { text-align: center; }
#message .top-box { margin: 0 auto; width: 90px; line-height: 30px; }
#message .icon { float: left; width: 30px; height: 30px; color: #fff; font-size: 1.3em; background-color: #DA251E; -webkit-border-radius: 50%; border-radius: 50%; }
#message .error { float: left; padding-left: 10px; color: #DA251E; font-size: 2em; }
#message .text-wrap { padding: 20px 0 40px; color: #DA251E; font-size: 1.067em; }
#message.finish { padding: 40px 0; }
#message.finish .top-box { width: 120px; }
@media only screen and (min-width:1024px) {
  #message { padding-bottom: 40px; }
  #message .top-box { padding: 30px 0; width: 112px; line-height: 40px; }
  #message .icon { width: 40px; height: 40px; color: #fff; font-size: 1.6em; }
  #message .error { font-size: 2.3em; }
  #message .text-wrap { padding: 30px 0 60px; color: #DA251E; font-size: 1.067em; line-height: 1.7em; }
  #message.finish .top-box { width: 130px; }
}

/* ==========================================
 Masonry
========================================== */
.masonry-list .gutter-sizer { width: 10px; }
.masonry-list .item-box, .masonry-list .grid-sizer { position: relative; margin-bottom: 10px; width: calc(50% - 5px); text-align: center; }
.masonry-list .item-box { font-size: .9em; }
.masonry-list .item-box .title, .scroll-title { display: block; padding: 10px 15px; color: #fff; text-align: left; background-color: #262626; }
.masonry-list .item-box li a { display: block; padding: 5px 10px; }
.masonry-list .item-box li .first { margin: 10px 0 5px; border: 1px solid #e5e5e5; }
.masonry-list .item-box li:last-child .first { margin-bottom: 0; }
.masonry-list .item-box li li { text-align: left; }
.masonry-list .item-box li li a { position: relative; padding-left: 20px; }
.masonry-list .item-box li li a:before { pointer-events: none; content: ""; position: absolute; top: 17px; left: 8px; width: 5px; height: 1px; background-color: #333; }
@media only screen and (min-width:768px) {
  .masonry-list .gutter-sizer { width: 25px; }
  .masonry-list .item-box, .masonry-list .grid-sizer { position: relative; margin-bottom: 25px; width: calc(33.3% - 21px); text-align: center; }
  .masonry-list .item-box > a { font-size: 1.067em; }
  .masonry-list .item-box li .first { margin: 22px 0; padding: 10px; font-size: 1.067em; }
  .masonry-list .item-box li li a { padding-left: 40px; font-size: 1.067em; }
  .masonry-list .item-box li li a:before { left: 25px; }
}
@media only screen and (min-width:1024px) {
  .masonry-list.page-wrap { padding-top: 40px; padding-bottom: 40px; }
  .masonry-list .gutter-sizer { width: 35px; }
  .masonry-list .item-box, .masonry-list .grid-sizer { position: relative; margin-bottom: 35px; width: calc(25% - 32px); text-align: center; }
  .masonry-list .item-box > a { padding: 12px 10px; }
  .masonry-list .item-box li li a { padding: 10px 10px 10px 65px; }
  .masonry-list .item-box li li a:before { top: 21px; left: 50px; }
  .masonry-list .item-box li li a:hover { color: #da251c; }
  .masonry-list .item-box li li a:hover:before { background-color: #da251c; }
}
@media only screen and (min-width:1280px) {
  .masonry-list.page-wrap { padding-top: 50px; padding-bottom: 50px; }
}

/* ==========================================
 About Us
========================================== */
#about .right-area { margin-left: -1px; margin-right: -1px; padding-bottom: 25px; }
#about .right-area .box { float: left; padding: 0 1px; width: 50%; }
#about .left-area .subject.en { font-size: 1.5em; font-weight: bold; text-align: center; text-transform: uppercase; line-height: 1.1em; }
#about .left-area .subject.tw { padding-top: 10px; font-size: 1.4em; font-weight: normal; text-align: center; }
#about .left-area.two { padding-top: 20px; }
#about .map { padding: 10px 0 0; }
#about .map iframe { width: 100%; height: 400px; border: none; }
#about .right-area .title { padding-bottom: 10px; font-size: 1.28em; font-weight: normal; text-align: center; }
@media only screen and (min-width:768px) {
  #about .right-area { float: right; margin: 0; padding: 0; width: 280px; }
  #about .right-area.three { float: left; margin-top: 30px; padding: 10px; width: 50%; }
  #about .right-area.three.four { padding-left: 0; }
  #about .right-area.three.five { padding-right: 0; }
  #about .right-area .box { float: none; margin-bottom: 10px; padding: 0; width: 100%; }
  #about .left-area { float: left; padding-right: 30px; width: calc(100% - 280px); }
  #about .left-area.two { float: none; padding-right: 0; width: 100%; }
  #about .left-area  .subject.en, #about .left-area  .subject.tw { text-align: left; }
  #about .right-area .box2 { position: relative; padding: 10px; }
  #about .right-area .box2 img { position: relative; z-index: 1; }
  #about .right-area .box2:before, #about .right-area .box2:after { pointer-events: none; content: ""; position: absolute; width: 200px; height: 80px; background-color: #eee; z-index: 0; }
  #about .right-area .box2:before { top: 0; right: 0; }
  #about .right-area .box2:after { bottom: 0; left: 0; }
  #about .map { padding: 40px 0 0; }
}
@media only screen and (min-width:1024px) {
  #about .right-area { width: 400px; }
  #about .right-area .box { float: none; margin-bottom: 10px; padding: 0; width: 100%; }
  #about .left-area { float: left; padding-right: 30px; width: calc(100% - 400px); }
  #about .left-area.two { padding-bottom: 20px; }
  #about .right-area.three { margin-top: 40px; padding-bottom: 40px; }
  #about .right-area.three .title { padding-bottom: 20px; font-size: 1.4em; }
}
@media only screen and (min-width:1280px) {
  #about { padding-top: 120px; }
  #about .right-area { position: relative; margin-bottom: -50px; width: 590px; }
  #about .right-area.two { margin-bottom: 0; }
  #about .right-area .box.img1 { position: relative; text-align: right; z-index: 2; }
  #about .right-area .box.img2 { position: relative; top: -70px; z-index: 1; }
  #about .right-area .border { position: absolute; top: 50%; left: 50px; margin-top: -225px; width: 490px; height: 280px; border: 7px solid #eee; z-index: 0; }
  #about .left-area { padding-right: 50px; width: calc(100% - 590px); }
  #about .left-area .subject.en { font-size: 2.5em; }
  #about .left-area .subject.tw { font-size: 2.2em; }
  #about .left-area .text-wrap { font-size: 1.067em; line-height: 2em; }
  #about .right-area .box2 { padding: 15px; }
  #about .right-area .box2:before, #about .right-area .box2:after { width: 400px; height: 190px; }
  #about .map { padding: 60px 0 0; }
}
@media only screen and (min-width:1440px) {
  #about .left-area .subject.en { padding: 30px 0 0; font-size: 3em; }
  #about .left-area .subject.two { padding-bottom: 10px; font-size: 2.8em; }
  #about .left-area .subject.tw { font-size: 2.6em; }
}

/* ==========================================
 聯名卡
========================================== */
#card .rwd-tab { text-align: center; }
#card .rwd-tab caption { padding-top: 0; }
#card .rwd-tab caption .left { float: left; }
#card .rwd-tab caption .right { float: right; }
#card .rwd-tab tbody { margin-bottom: 15px; border: 1px solid #e5e5e5; border-bottom: none; }
#card .rwd-tab tbody:last-child { margin-bottom: 0; }
#card .rwd-tab tbody td { padding: 7px 10px; border-bottom: 1px solid #e5e5e5; }
#card .rwd-tab td.title { color: #fff; text-align: center; border-bottom: none; background-color: #707070; }
#card .xs-hide { display: none; }
@media only screen and (min-width:768px) {
  #card .rwd-tab thead th { padding: 7px 10px; color: #fff; text-align: center; background-color: #707070; border-right: 1px solid #e5e5e5; }
  #card .rwd-tab thead th:last-child, #card .rwd-tab tbody { border-right: none; }
  #card .rwd-tab tbody { text-align: left; }
  #card .rwd-tab.ta-center tbody { text-align: center; }
  #card .rwd-tab tbody td { padding: 7px 20px; border-right: 1px solid #e5e5e5; }
  #card .xs-hide { display: table-cell; }
  #card .rwd-tab td.title { color: #444; text-align: left; white-space: nowrap; border-bottom: 1px solid #e5e5e5; background-color: transparent; }
  #card .rwd-tab.two td, #card .rwd-tab.two td.title { width: 33.3%; white-space: initial; }
}
@media only screen and (min-width:1024px) {
  #card .rwd-tab thead th { padding: 15px; }
  #card .rwd-tab tbody td { padding: 15px 30px; }
}

/* ==========================================
 機場據點
========================================== */

/* 圖示 */
#airport-list { padding: 0; }
.airport-icon .gutter-sizer { width: 0; }
.airport-icon .item-box, .airport-icon .grid-sizer { margin-bottom: 15px; width: 100%; }
.airport-icon .box { padding: 10px 10px 0; }
.airport-icon .box .icon, .airport-icon .box .num { float: left; padding: 1px; width: 34px; height: 34px; overflow: hidden; -webkit-border-radius: 2px; border-radius: 2px; }
.airport-icon .box .num { padding: 0; color: #000; text-align: center; line-height: 34px; background-color: #FADCE9; }
.airport-icon .box .icon img { width: 100%; }
.airport-icon .box .full { padding: 0; }
.airport-icon .box .public { background-color: #fff; border: 1px solid #0e67ab; }
.airport-icon .box .green { background-color: #106636; border: 1px solid #106636; }
.airport-icon .box .blue { background-color: #0068b7; border: 1px solid #0068b7; }
.airport-icon .box .red { background-color: #fadce9; border: 1px solid #fadce9; }
.airport-icon .box .red2 { background-color: #e60012; border: 1px solid #e60012; }
.airport-icon .box .purple { background-color: #6357a3; border: 1px solid #6357a3; }
.airport-icon .box .green2 { background-color: #00918c; border: 1px solid #00918c; }
.airport-icon .box .pink { background-color: #d02e8c; border: 1px solid #d02e8c; }
.airport-icon .box .main { float: left; padding-left: 10px; width: calc(100% - 34px); line-height: 16px; text-align: left; }
.airport-icon .box .tw { padding-top: 1px; font-size: 14px; line-height: 18px; }
.airport-icon .box .en { color: #999; font-size: 12px; line-height: 14px; }
.airport2-map { margin-bottom: 70px; padding: 10px 0; text-align: center; background-color: #f3f3f3; }
.airport2-map .wrap { padding-left: 15px; padding-right: 15px; }
.md-show, .lg-show { display: none; }
@media only screen and (min-width:768px) {
  #airport-list { padding: 15px 30px; }
  .airport2-map { margin-bottom: 0; padding: 20px 0 80px; }
  .airport2-map .wrap { display: block; }
  .airport2-map .img-box { display: none; }
  .airport-icon .gutter-sizer { width: 2%; }
  .airport-icon .item-box, .airport-icon .grid-sizer { position: relative; margin-bottom: 25px; width: 32%; text-align: center; }
  .airport-icon { margin-left: -15px; margin-right: -15px; }
  .airport-icon .box { margin-top: 10px; padding: 0; }
  .scroll-wrap .box { float: left; width: 33.3%; }
  .airport-icon.two .gutter-sizer { width: 2%; }
  .airport-icon.two .item-box, .airport-icon.two .grid-sizer { position: relative; margin-bottom: 25px; width: 48%; text-align: center; }
  .airport-icon .item-box ul { font-size: 0; text-align: left; }
  .airport-icon .item-box li { display: inline-block; width: 50%; font-size: 15px; vertical-align: top; }
  .airport-icon .item-box.width-3 { width: 100%; }
  .airport-icon .item-box.width-3 li { display: inline-block; width: 33.3%; }
  .md-show { display: block; }
}
@media only screen and (min-width:1024px) {
  .airport-icon .box .tw { font-size: 1.067em; }
  .scroll-wrap.airport-icon .box:hover .num { color: #fff; background-color: #da251c; }
  .scroll-wrap.airport-icon .box:hover .tw, .scroll-wrap.airport-icon .box:hover .en { color: #da251c; }
}
@media only screen and (min-width:1200px) {
  .airport-icon .gutter-sizer { width: 4%; }
  .airport-icon .item-box, .airport-icon .grid-sizer { position: relative; margin-bottom: 25px; width: 22%; text-align: center; }
  .airport-icon .item-box.width-2 { width: 48%; }
  .airport-icon .box { margin-top: 20px; }
  .airport-icon .box .en { font-size: .9em; }
  .airport-icon .box .tw { font-size: 1.133em; }
  .scroll-wrap .box { width: 25%; }
  .md-show { display: none; }
  .lg-show { display: block; }
}
@media only screen and (min-width:1440px) {
  .airport-icon .item-box li { width: 33.3%; }
  .airport-icon .item-box.width-3 li { width: 20%; }
}

/* ==========================================
 貼心提醒
========================================== */
.category-bar { padding-bottom: 30px; text-align: center; }
.category-bar li { display: inline-block; }
.category-bar a { display: inline-block; padding: 5px 15px; border: 1px solid
#e5e5e5; }
.category-bar .current a { color: #fff; background-color: #da251c; border-color: #da251c; }
@media only screen and (min-width:768px) {
  .category-bar li { margin: 0 5px; }
}

/* ==========================================
 最新消息
========================================== */
.img-cover { display: block; position: relative; }
.img-cover .more { display: none; }
#news-list .item-box { margin-bottom: 10px; padding-bottom: 10px; width: 100%; border-bottom: 1px solid #eee; }
#news-list .item-box .date { margin: 10px 0 5px; color: #666; font-size: 1.1em; line-height: 1.5em; }
#news-list .item-box .title { font-size: 1.3em; line-height: 1.5em; }
#news-list .item-box .title a { color: #000; font-weight: bold; }
.txt-more { display: block; }
.txt-more .more { display: block; position: relative; padding: 5px 0; text-align: right; }
.txt-more .more div { display: block; padding-right: 35px; height: 38px; color: #aaa; font-family: 'oswald', sans-serif; font-weight: normal; line-height: 36px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.txt-more .more div:before, .txt-more .more div:after { pointer-events: none; content: ""; position: absolute; background-color: #ccc; }
.txt-more .more div:before { top: 50%; right: 12px; width: 13px; height: 1px; }
.txt-more .more div:after { top: 50%; margin-top: -3px; right: 12px; width: 7px; height: 7px; background-color: transparent; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#news-view .top-bar { margin-bottom: 15px; border-bottom: 1px solid #eee; }
#news-view .date { display: inline-block; position: relative; padding: 0 12px; color: #fff; font-size: 0.9em; height: 30px; line-height: 30px; background-color: #000; }
#news-view .top-bar .icon { float: left; margin-bottom: 10px; width: 40px; background-color: #ef8985; -webkit-border-radius: 2px; border-radius: 2px; }
#news-view .top-bar .icon img { width: 100%; }
#news-view .top-bar .num { float: left; margin: 6px 0 3px; padding: 2px 5px; color: #fff; background-color: #000; }
#news-view .date:before { pointer-events: none; content: ""; position: absolute; top: 0; right: -20px; width: 0; height: 0; border-style: solid; border-width: 30px 0 0 20px; border-color: transparent transparent transparent #000; }
#news-view .title { margin: 10px 0 8px; font-size: 1.4em; }
#news-view .title.two { float: left; padding-left: 10px; width: calc(100% - 40px); }
#news-view .slide-img { margin-bottom: 15px; }
#news-view .edit-wrap { margin-bottom: 15px; }
#news-view .edit-wrap .img-box { text-align: center; }
#news-view .edit-wrap .img-box img { max-width: 100%; }
#news-view .airport2-map { background-color: #fff; }
#news-list.art { padding-top: 0; }
@media only screen and (min-width:768px) {
  #news-list { margin-top: -15px; }
  #news-list  .gutter-sizer { width: 2.8%; }
  #news-list  .item-box, #news-list  .grid-sizer { position: relative; margin-bottom: 15px; width: 31.4%; }
  .txt-more { display: none; }
  #news-list  .item-box { padding-bottom: 0; margin-bottom: 15px; border-bottom: none; }
  #news-list .item-box .img { float: left; width: 100%; height: auto; }
  #news-list .item-box .main { float: left; padding: 10px; width: 100%; }
  #news-list .item-box .date { color: #444; font-size: 1.067em; }
  #news-list .item-box .title { margin-bottom: 8px; height: auto; font-size: 1.133em; }
  #news-list .item-box .summary { display: block; }
  #news-view .top-bar { position: relative; }
  #news-view .top-bar .icon { width: 50px; }
  #news-view .date { position: absolute; bottom: 0; right: 0; text-align: center; width: 120px; font-size: 1em; height: 48px; line-height: 48px; }
  #news-view .date:before { pointer-events: none; content: ""; position: absolute; top: 0; right: auto; left: -15px; width: 0; height: 0; border-style: solid; border-width: 0 0 48px 15px; border-color: transparent transparent #000 transparent; }
  #news-view .top-bar .num { margin-top: 8px; padding: 3px 12px; text-align: center; }
  #news-view .title { float: left; width: calc(100% - 150px); font-size: 1.8em; line-height: 1.3em; }
  #news-view .title.two { width: calc(100% - 50px); }
  #news-view .slide-img { margin-bottom: 0; }
  #news-view .airport2-map { display: none; }
}
@media only screen and (min-width:1024px) {
  .img-cover .more { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); opacity: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  .img-cover .more div { display: block; position: absolute; top: 50%; left: 50%; margin: -19px 0 0 -60px; padding-right: 10px; width: 120px; height: 38px; color: #fff; font-family: 'oswald', sans-serif; font-weight: normal; text-align: center; line-height: 36px; border: 1px solid rgba(255, 255, 255, .5); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  .img-cover .more div:before, .img-cover .more div:after, .img-cover .more div strong:before, .img-cover .more div strong:after, .img-cover .more div span:before, .img-cover .more div span:after { pointer-events: none; content: ""; position: absolute; background-color: #fff; }
  .img-cover .more div:before { top: 50%; right: 29px; width: 8px; height: 2px; }
  .img-cover .more div:after { top: 50%; margin-top: -3px; right: 32px; width: 2px; height: 8px; }
  .img-cover .more div strong:before, .img-cover .more div strong:after, .img-cover .more div span:before, .img-cover .more div span:after { width: 12px; height: 12px; background-color: transparent; }
  .img-cover .more div strong:before { top: -1px; left: -1px; border-left: 1px solid #fff; border-top: 1px solid #fff; }
  .img-cover .more div strong:after { top: -1px; right: -1px; border-left: 1px solid #fff; border-top: 1px solid #fff; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .img-cover .more div span:before { bottom: -1px; right: -1px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
  .img-cover .more div span:after { bottom: -1px; left: -1px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .img-cover .more div:hover { background-color: rgba(255, 255, 255, .3); }
  .img-cover:hover .more { opacity: 1; }
  #news-view .top-bar { margin-bottom: 40px; }
  #news-view .top-bar .num { margin-bottom: 15px; }
  #news-view .top-bar .title { font-size: 2.2em; font-weight: bold; }
  #news-view .top-bar .title.two { margin: 0; padding-top: 8px; font-size: 32px; line-height: 38px; }
}
@media only screen and (min-width:1280px) {
  #news-view .top-bar .title.two { padding-top: 2px; font-size: 40px; line-height: 50px; }
}

/* ==========================================
 旅遊雜誌
========================================== */
.more-box.download a:before, .more-box.download a:after { display: none; }
.select-bar { margin-bottom: 15px; height: 42px; font-size: 15px; }
.select-bar .title { float: left; width: 100px; height: 100%; color: #fff; text-align: center; line-height: 42px; background-color: #000; }
.select-bar .list { float: left; position: relative; padding-left: 15px; width: calc(100% - 100px); height: 100%; line-height: 42px; border: 1px solid #e5e5e5; }
.select-bar .list:before { pointer-events: none; content: ""; position: absolute; top: 50%; right: 15px; margin-top: -3px; width: 0; height: 0; border-style: solid; border-width: 6px 6px 0 6px; border-color: #666 transparent transparent transparent; }
.select-bar .list .box { display: none; position: absolute; top: 42px; left: 0; width: 100%; background-color: #fff; border: 1px solid #e5e5e5; z-index: 2; }
.select-bar .list .box li { border-bottom: 1px solid #e5e5e5; }
.select-bar .list .box a { display: block; padding-left: 15px; }
.select-bar .list .box li:last-child { border-bottom: none; }
#catalog-list { font-size: 0; }
#catalog-list .item-box { display: inline-block; padding: 5px; width: 50%; font-size: 15px; text-align: center; }
#catalog-list .item-box .title { padding-top: 8px; line-height: 20px; }
#catalog-list .more-box { padding-top: 10px; }
#catalog-list .more-box a { padding-left: 15px; padding-right: 15px; max-width: 170px; }

/*
#catalog-list .item-box {
margin-bottom: 5px;
padding-bottom: 5px;
}
#catalog-list .img {
float: left;
width: 80px;
border: 1px solid #e5e5e5;
}

#catalog-list .main {
float: left;
padding-left: 15px;
padding-top: 20px;
width: calc(100% - 80px);
}

#catalog-list .main .title {
font-size: 1.067em;
}

.more-box.download {
padding: 10px 0 0;
text-align: left;
}

.more-box.download a {
padding: 0 20px;
max-width: 150px;
line-height: 2.4em;
}
*/
@media only screen and (min-width:768px) {
  .select-bar { float: right; margin: 0 15px 30px; }
  .select-bar .title { float: right; }
  .select-bar .list { width: 175px; }
  #catalog-list { margin-bottom: -15px; }
  #catalog-list .item-box { padding: 0 15px; width: 25%; font-size: 16px; }
  #catalog-list .img { float: none; width: 100%; }
  #catalog-list .main { float: none; padding: 10px 0; width: 100%; text-align: center; }
  .more-box.download { text-align: center; }
  #catalog-list .more-box { padding: 10px 0 20px; }
}
@media only screen and (min-width:1024px) {
  .select-bar li a:hover { color: #fff; background-color: #bebebe; }
  #catalog-list { margin-bottom: -35px; }
  #catalog-list .item-box { margin: 0 0 35px; padding: 0 10px; }
  #catalog-list .main .title { padding: 10px 0; }
}

/* ==========================================
 旅遊雜誌
========================================== */
.wowbook-container { background-color: #262626; z-index: 1; }
.wowbook-container.wowbook-fullscreen-fix { top: 0; height: 100% !important; }
.wowbook-container.wowbook-fullscreen-fix .wowbook-toolbar { position: absolute; bottom: 0; width: 100%; }
.wowbook-book-shadow { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5); -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .5); -o-box-shadow: 0 0 10px rgba(0, 0, 0, .5); box-shadow: 0 0 10px rgba(0, 0, 0, .5); }
.wowbook-left .wowbook-gutter-shadow, .wowbook-right .wowbook-gutter-shadow { opacity: .3; }
.wowbook-toolbar { height: 54px; }
.wowbook-controls { padding-top: 8px; line-height: 54px; background: #1f1f1f; }
.wowbook-control { margin: 0 2px; width: 38px; height: 38px; font-size: 1.25rem; font-size: 15px; color: #777142; line-height: 38px; border: #ddd solid 1px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.wowbook-control { color: #fff; border: none; }
.wowbook-control:hover { color: #333; background-color: #fff; }
.wowbook-button { border: 0; border-radius: 0; }
@media only screen and (min-width:992px) {
  .wowbook-container .wowbook-book-container { padding: 50px !important; }
  .wowbook-container.wowbook-fullscreen-fix .wowbook-book-container { padding: 15px !important; }
  .wowbook-horizontal.wowbook-thumbnails { left: 40px; width: calc(100% - 80px); }
  .wowbook-button { border: 0; border-radius: 0; }
  .wowbook-container.wowbook-fullscreen-fix .wowbook-horizontal.wowbook-thumbnails { left: 0 !important; width: 100% !important; }
}

/* ==========================================
 公共服務設施
========================================== */
.new-img { margin-bottom: 30px; }
.new-img img { width: 100%; }
.new-img img.desktop { display: none; }
#public-facility-list .item-box { margin-bottom: 10px; }
#public-facility-list .item-box img { width: 100%; }
#public-facility-list .item-box .img, #public-facility-list .item-box .icon, #public-facility-list .item-box .title { display: table-cell; vertical-align: middle; }
#public-facility-list .item-box .img { width: 100px; }
#public-facility-list .item-box .icon { width: 50px; }
#public-facility-list .item-box .title { padding-left: 10px; width: calc(100% - 100px - 50px); font-size: 1.067em; line-height: 1.4em; }
#public-facility-list .item-box .icon { padding-left: 10px; width: 50px; }
#public-facility-list .item-box .icon span { display: inline-block; padding: 2px; width: 100%; background-color: #fff; -webkit-border-radius: 2px; border-radius: 2px; }
@media only screen and (min-width:768px) {
  .new-img img.desktop { display: block; }
  .new-img img.mobile { display: none; }
  #public-facility-list .wrap { margin-right: -15px; margin-left: -15px; }
  #public-facility-list .item-box { float: left; margin-bottom: 15px; padding: 10px; width: 25%; }
  #public-facility-list .item-box .img { display: block; margin-bottom: 10px; width: 100%; }
  #public-facility-list .item-box .icon { vertical-align: top; }
  #public-facility-list .item-box .title { vertical-align: middle; }
  #public-facility-list .item-box .icon { padding: 0; width: 35px; }
  #public-facility-list .item-box .title { width: calc(100% - 35px); }
}
@media only screen and (min-width:1024px) {
  #public-facility-list .wrap { padding-top: 40px; }
  #public-facility-list .item-box .title { font-size: 1.333em; }
}

/* ==========================================
 主題候機室
========================================== */
#exhibition-list .airport2-map { background-color: #fff; }
#exhibition-list .img-map { display: none; margin: 0 auto 20px; max-width: 1260px; }
#exhibition-list .item-box { margin-bottom: 30px; }
#exhibition-list .item-box:last-child { margin-bottom: 0; }
#exhibition-list .item-box .num { display: inline-block; margin: 10px 0 5px; padding: 0 5px; color: #fff; line-height: 26px; vertical-align: middle; background-color: #000; }
#exhibition-list .item-box .title { display: inline-block; margin: 10px 0 5px; padding-left: 3px; font-size: 1.133em; line-height: 26px; vertical-align: middle; }
#exhibition-list .item-box .more-box { padding: 10px 0 0; }
@media only screen and (min-width:768px) {
  #exhibition-list .airport2-map { display: none; }
  #exhibition-list .img-map { display: block; margin-bottom: 40px; background: url("../images/exhibition_map.png") 0 0 no-repeat; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; }
  #exhibition-list .img-map .list { font-size: 0; height: 160px; }
  #exhibition-list .img-map .list a { display: inline-block; width: 10%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  #exhibition-list .img-map .list:hover a { opacity: 0.4; }
  #exhibition-list .img-map .list:hover a:hover { opacity: 1; }
  #exhibition-list .item-box { margin-bottom: 25px; }
  #exhibition-list .item-box .img { display: table-cell; width: 270px; }
  #exhibition-list .item-box .main { display: table-cell; padding: 5px 10px 5px 20px; width: calc(100% - 270px); vertical-align: middle; background-color: #f6f6f6; }
  #exhibition-list .item-box .summary { height: 44px; overflow: hidden; }
  #exhibition-list .item-box .more-box { padding-top: 15px; text-align: right; }
}
@media only screen and (min-width:1024px) {
  #exhibition-list .img-map { margin-bottom: 60px; }
  #exhibition-list .item-box .img { width: 350px; }
  #exhibition-list .item-box .main { padding: 5px 25px 5px 30px; width: calc(100% - 350px); }
  #exhibition-list .item-box .title { font-size: 1.2em; }
  #exhibition-list .item-box .more-box { padding-top: 25px; }
}
@media only screen and (min-width:1280px) {
  #exhibition-list .item-box .img { width: 475px; }
  #exhibition-list .item-box .main { padding: 5px 35px 5px 40px; width: calc(100% - 475px); }
  #exhibition-list .item-box .num { margin-bottom: 15px; }
  #exhibition-list .item-box .title { margin-bottom: 15px; font-size: 1.333em; }
  #exhibition-list .item-box .summary { height: 70px; font-size: 1.133em; }
  #exhibition-list .item-box .more-box { padding-top: 25px; }
}
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; z-index: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; z-index: 0; }
#video .section_360 .inner { background-color: rgba(0, 0, 0, .5); }
#video .links { padding-bottom: 0; font-size: 0; }
#video .links a:first-child { border-left: none; }
#video .links a { display: inline-block; padding: 10px 20px; width: 25%; color: #fff; font-size: 15px; text-align: center; border: 1px solid #fff; border-right: none; background-color: #fff; background-image: -webkit-linear-gradient(top, #da251c, #a81009); background-image: -moz-linear-gradient(top, #da251c, #a81009); background-image: -o-linear-gradient(top, #da251c, #a81009); background-image: -ms-linear-gradient(top, #da251c, #a81009); background-image: linear-gradient(to bottom, #da251c, #a81009); }
@media only screen and (min-width:768px) {
  #video .links { position: absolute; top: 40%; right: 4px; z-index: 12; }
  #video .links a { display: block; margin: 4px; padding: 10px 20px; width: auto; border: none; }
}

/* ==========================================
 聯絡我們
========================================== */
#contact { padding-bottom: 0; }
#contact .info-wrap { font-size: 0; padding-bottom: 30px; }
#contact .info-wrap .item { padding-bottom: 10px; }
#contact .info-wrap .item .img { display: inline-block; width: 80px; vertical-align: top; }
#contact .info-wrap .item .txt { display: inline-block; padding-left: 10px; width: calc(100% - 80px); font-size: 15px; vertical-align: top; }
#contact .info-wrap .item .txt span { display: block; }
.map-wrap { margin-left: -15px; margin-right: -15px; height: 260px; }
.map-wrap .map { height: 260px; text-align: center; background-color: #eee; }
#contact .info-txt { padding: 0 10px 20px; }
@media only screen and (min-width:768px) {
  #contact .info-txt { margin: -20px auto 0; padding: 0 0 20px; max-width: 1000px; }
  #contact { padding-bottom: 20px; }
  #contact .info-wrap { margin-left: -15px; margin-right: -15px; text-align: center; padding-bottom: 0; }
  #contact .info-wrap .item { display: inline-block; vertical-align: top; padding: 0 0 15px; width: 33.33%; }
  #contact .info-wrap .item .img, #contact .info-wrap .item .txt { display: block; width: 100%; padding: 15px; text-align: left; }
}
@media only screen and (min-width:1024px) {
  #contact { padding-bottom: 40px; }
  #contact .map { line-height: 360px; height: 360px; }
  #contact .info-wrap .item .txt { padding: 15px 20px; }
}
@media only screen and (min-width:1280px) {
  #contact .info-wrap .item .txt span { display: inline; }
  #contact .info-wrap .item .txt { padding: 15px 0 15px 30px; }
}
@media only screen and (min-width:1440px) {
  #contact .info-wrap .item .txt { padding: 15px 0; }
  #contact .info-wrap .item .main { width: 320px; margin: 0 auto; }
  #contact .info-wrap .item .main2 { width: 200px; margin: 0 auto; }
}

/* ==========================================
 Form
========================================== */

/* Select */
.select-box { position: relative; height: 48px; overflow: hidden; vertical-align: middle; background-color: #f6f6f6; border: 1px solid #dcdcdc; cursor: pointer; }
.select-box select { padding: 0 35px 0 12px; width: 100%; height: 37px; color: #333; font-size: 1em; line-height: 48px; background: transparent; border: none; outline: none; text-overflow: ''; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
.select-box select option { color: #000; text-shadow: none; }
.select-box select::-ms-expand { display: none; }
.select-box:before { pointer-events: none; content: ""; position: absolute; top: 50%; right: 10px; margin-top: -3px; width: 0; height: 0; border-style: solid; border-width: 7px 6px 0 6px; border-color: #9d9d9d transparent transparent transparent; }

/* select */
.g-selectBox { position: relative; z-index: 0; margin: 0; padding: 0; }
.g-selectBox select { position: relative; display: block; box-shadow: none !important; margin: 0 auto; width: 100%; height: auto; color: #333; outline: 0; appearance: none; -moz-appearance: none; -webkit-appearance: none; -moz-transition: border 0.2s; -o-transition: border 0.2s; -webkit-transition: border 0.2s; transition: border 0.2s; padding: 10px 15px; line-height: 26px; background-color: #f6f6f6; border: 1px solid #dcdcdc; }
.g-selectBox select::-ms-expand { display: none; }
.g-selectBox span { pointer-events: none; background: #f6f6f6; position: absolute; z-index: 10; top: 1px; right: 5px; bottom: 2px; padding: 0 1rem 0 0.5rem; display: inline-block; }
.g-selectBox span i { width: 0; height: 0; border-style: solid; border-width: 7px 4px 0 4px; border-color: #000 transparent transparent transparent; position: absolute; display: inline-block; top: 40%; left: 50%; -moz-transform: translate(-50%); -ms-transform: translate(-50%); -webkit-transform: translate(-50%); transform: translate(-50%); }

/* Radio */
.radio-select { display: block; position: relative; margin: 5px 0; color: #434343; cursor: pointer; font-weight: normal; }
.radio-select input { display: none; }
.radio-select span, .radio-select strong { display: inline-block; font-weight: normal; vertical-align: middle; }
.radio-select strong { position: relative; padding: 10px 20px 9px 45px; line-height: 20px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; z-index: 1; }
.radio-select span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #f5f5f5; -webkit-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; z-index: 0; }
.radio-select span:before, .radio-select span:after { pointer-events: none; content: ""; position: absolute; top: 50%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.radio-select span:before { left: 17px; margin-top: -7px; width: 17px; height: 8px; border-right: 2px solid #fff; border-top: 2px solid #fff; opacity: 0; -webkit-transform: rotate(135deg) scale(-1); -moz-transform: rotate(135deg) scale(-1); -o-transform: rotate(135deg) scale(-1); transform: rotate(135deg) scale(-1); z-index: 1; }
.radio-select span:after { top: 9px; left: 12px; width: 20px; height: 20px; border: 1px solid #ccc; z-index: 0; }

/*
.radio-select input:checked + span {
border-color: #ea6d8d;
background-color: #ea6d8d;
}*/
.radio-select input:checked + span:before { opacity: 1; -webkit-transform: rotate(135deg) scale(1); -moz-transform: rotate(135deg) scale(1); -o-transform: rotate(135deg) scale(1); transform: rotate(135deg) scale(1); }
.radio-select input:checked + span:after { border: 1px solid #ea6d8d; background-color: #ea6d8d; }

/* Form */
.form-wrap .small { color: #777; text-align: right; }
.form-wrap .group-row { margin-bottom: 15px; }
.form-wrap .group-row.last { margin-bottom: 0; }
.form-wrap .group-row .date .yy { float: left; width: 40%; }
.form-wrap .group-row .date .mm { float: left; margin-left: 10px; width: calc(30% - 10px); }
.form-wrap .group-row .date .txt { display: none; }
.form-wrap .input-style, .form-wrap .text-style { padding: 10px 15px; width: 100%; line-height: 26px; background-color: #f6f6f6; border: 1px solid #dcdcdc; }
.form-wrap .text-style { height: 100px; }

/* 問卷表單 */
.form-wrap.edit { margin: 0 auto; max-width: 1000px; }
.form-wrap.edit .group-row { padding-left: 8px; padding-right: 8px; }
.form-subject, .form-wrap.edit .group-row .form-subject.title { margin: 10px 0; padding: 8px 10px; color: #fff; font-size: 1.067em; font-weight: bold; background-color: #000; }
.form-wrap.edit .group-row .form-subject.title { display: block; -webkit-border-radius: 0; border-radius: 0; }
.form-wrap.edit .group-row .title { display: inline-block; color: #000; font-size: 1.067em; font-weight: bold; -webkit-border-radius: 4px; border-radius: 4px; }
@media only screen and (min-width:768px) {
  .radio-select strong { font-size: .9em; }
  .radio-list { margin-right: -3px; margin-left: -3px; }
  .radio-list .radio-select { margin: 2px 0; }
  .radio-list .box { float: left; padding: 0 2px; width: 33.3%; }
  .radio-list.two .box { padding: 5px 2px; width: 20%; }
  .radio-list.three .box { width: auto; }
  .radio-list.three .box .radio-select strong { padding-right: 20px; }
  .radio-list .other { float: none; padding-left: 3px; width: 100%; }
  .radio-list .other .radio-select { float: left; min-width: 97px; }
  .radio-list .other .input-style { float: left; margin-left: 2px; margin-top: 2px; width: 300px; height: 39px; }
  .form-wrap { padding: 20px 0 10px; }
  .form-wrap .left { float: left; padding-right: 5px; width: 50%; }
  .form-wrap .right { float: right; padding-left: 5px; width: 50%; }
  .form-wrap.edit .btn-area { padding-top: 40px; }
  .form-wrap .group-row .date .yy { width: 40%; }
  .form-wrap .group-row .date .mm { margin: 0; margin-left: 10px; width: calc(30% - 10px); }
  .form-wrap.edit .group-row { margin-bottom: 5px; padding-left: 0; padding-right: 0; }
}
@media only screen and (min-width:1024px) {
  .radio-select { margin-bottom: 15px; }
  .radio-select strong { font-size: 1em; }
  .form-subject, .form-wrap.edit .group-row .form-subject.title { margin-bottom: 15px; padding: 10px 15px; font-size: 1.133em; }
  .form-wrap.edit .group-row .title { margin-top: 10px; }
}
.feedback-summary { margin: 0 auto; padding: 10px 10px 20px; max-width: 1000px; font-size: 1.067em; line-height: 1.8em; }
.feedback-summary .ta-right { padding-top: 10px; text-align: right; }
@media only screen and (min-width:768px) {
  .feedback-summary { padding: 20px; }
}
@media (min-width:768px) {
  .scroll-act { opacity: 0; transition: opacity 1s, transform 1s; -moz-transition: opacity 1s, transform 1s; -webkit-transition: opacity 1s, transform 1s; }
  .scroll-act.s-up { transform: translateY(-60px); -moz-transform: translateY(-60px); -webkit-transform: translateY(-60px); }
  .scroll-act.s-down { transform: translateY(60px); -moz-transform: translateY(60px); -webkit-transform: translateY(60px); }
  .scroll-act.s-left { transform: translateX(60px); -moz-transform: translateX(60px); -webkit-transform: translateX(60px); }
  .scroll-act.s-right { transform: translateX(-60px); -moz-transform: translateX(-60px); -webkit-transform: translateX(-60px); }
  .scroll-act.s-deley-1s { transition: opacity 1s; -moz-transition: opacity 1s; -webkit-transition: opacity 1s; }
  .scroll-act.s-deley-2s { transition: opacity 2s; -moz-transition: opacity 2s; -webkit-transition: opacity 2s; }
  .scroll-act.scroll-view { opacity: 1; transform: translate(0); -moz-transform: translate(0); -webkit-transform: translate(0); }
}
.scroll-wrap { margin-top: 10px; }
.scroll-wrap .wrap { margin-bottom: 10px; margin-top: 10px; background-color: #FFF; }
#airport-map .category-bar { margin-left: -5px; margin-right: -5px; padding: 0; font-size: 0; }
#airport-map .category-bar li { display: inline-block; margin: 0; padding: 5px; width: 20%; font-size: 15px; line-height: 18px; vertical-align: top; }
#airport-map .category-bar li.ui-tabs-active a { color: #fff; background-color: #da251c; }
#airport-map .category-bar a { display: block; padding-top: 10px; padding-bottom: 10px; }
#airport-map .category-bar a:focus { outline: none; }
@media only screen and (min-width:768px) {
  #airport-map .category-bar { margin-left: -20px; margin-right: -20px; }
  #airport-map { padding-bottom: 30px; }
  #airport-map .airport-icon .box .num { width: 40px; height: 40px; line-height: 40px; }
  #airport-map .airport-icon .box .main { padding-top: 4px; width: calc(100% - 40px); }
  .scroll-wrap .wrap { padding-left: 10px; padding-right: 10px; margin-top: 0; }
  .scroll-wrap .wrap .mCSB_inside > .mCSB_container { margin-right: 20px; }
}
@media only screen and (min-width:1024px) {
  .scroll-wrap { margin-top: 20px; }
  .scroll-wrap .wrap .mCSB_inside > .mCSB_container { margin-right: 20px; }
}
@media only screen and (min-width:1580px) {
  #airport-map, #airport-list { max-width: 1480px; }
}

/* ==========================================
   20180102 新增 休閒服務
========================================== */
#business-brand .list { padding-top: 40px; }
#business-brand .item-box { margin: 0; }
#business-brand .slick-arrow:before { border-color: #fff; }
#business-brand .item-box .pic { position: relative; float: left; width: 50%; }
#business-brand .item-box.right .pic { float: right; }
#business-brand .item-box .txt { float: right; padding-left: 50px; padding-top: 140px; width: calc(100% - 50%); text-align: center; }
#business-brand .item-box.right .txt { float: left; padding-left: 0; }
#business-brand .ti .en { position: relative; padding-right: 20px; padding-bottom: 10px; margin-right: 10px; font-size: 2.8em; font-weight: bold; text-transform: uppercase; }
#business-brand .ti .cn { display: block; padding-top: 15px; font-size: 2.6em; }
#business-brand .item-box .info { margin: 40px 0; height: 140px; overflow: hidden; }
#business-brand .item-box .more-style { margin: 0; }

/* 小於 1500 */
@media only screen and (max-width:1499px) {
  #business-brand .item-box .pic { width: 46%; }
  #business-brand .item-box .pic:after { display: none; }
}
@media only screen and (max-width:1199px) {
  #business-brand { margin-bottom: 20px; padding-bottom: 5px; }
  #business-brand .item-box .txt { margin-top: 20px; }
  #business-brand .item-box .info { margin: 10px 0 20px; }
  #business-brand .view-cont { padding-bottom: 25px; margin-bottom: 0; }
  #business-brand.service .item-box .txt { margin-top: 10px; padding: 80px 10px 20px; }
  #business-brand.service .ti .cn { font-size: 26px; }
  #business-brand.service .item-box .info { padding: 10px; }
}

/* 小於 1130 */
@media only screen and (max-width:1179px) {
  #business-brand.service .item-box .txt { padding: 60px 10px 20px; }
}

/* 小於 1130 */
@media only screen and (max-width:1129px) {
  #business-brand .text-center { text-align: left; }
}

/* 小於 992 */
@media only screen and (max-width:991px) {
  #business-brand .ti .en { font-size: 1.250em; }
  #business-brand .ti .cn { font-size: 1.250em; }
  #business-brand .ti .en:after { top: 5px; height: 20px; }
  #business-brand .brand-logo a { display: block; float: none; width: 100%; }
  #business-brand .item-box { margin-bottom: 20px; }
  #business-brand.service .item-box .txt { padding: 10px; }
  #business-brand.service .item-box .info { height: auto; }
}
@media only screen and (max-width:767px) {
  #business-brand .item-box { margin: 20px 0 45px; }
  #business-brand .item-box .pic { max-width: 100%; }
  #business-brand .item-box .pic, #business-brand .item-box.right .pic, #business-brand .item-box .txt, #business-brand .brand-logo, #business-brand .brand-info { float: none; width: 100%; margin: 0 auto; }
  #business-brand .item-box .txt { margin-top: 10px; }
  #business-brand .item-box .info { margin-bottom: 20px; height: 50px; line-height: 1.5em; }
  #business-brand .item-box .more-style { margin: 0 auto; }
  #business-brand .brand-logo { margin-bottom: 20px; }
  #business-brand .brand-logo .link { margin-top: 10px; }
  #business-brand .list { padding-top: 20px; }
  #business-brand.service .item-box { margin-bottom: 15px; }
  #business-brand.service { margin-bottom: 0; padding-bottom: 0; }
  #business-brand.service .list { padding-top: 0; }
  #business-brand.service .item-box { margin-top: 0; }
  #business-brand.service .item-box:nth-child(2) { margin-bottom: 0; }
  #business-brand.service .item-box .txt { padding: 10px; }
}

/* ==========================================
 2019/02/21 新增 Luckydraw Invioce
========================================== */
.hover-shine { position: relative; overflow: hidden; cursor: pointer; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.hover-shine:after { pointer-events: none; content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: rgba(255, 255, 255, 0.4); -webkit-transition: none; -moz-transition: none; transition: none; }
@media only screen and (min-width:1024px) {
  .hover-shine:hover:after { width: 120%; background-color: rgba(255, 255, 255, 0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
  .hover-shine:hover .txt { display: inline-block; -webkit-animation: btnScale .5s forwards; -o-animation: btnScale .5s forwards; animation: btnScale .5s forwards; }
}

/* === Magnific popup === */
.pop-win-button:focus { outline: none; text-decoration: none; }
.invioce-pop-win { position: relative; margin: 0 auto; padding: 50px; max-width: 1300px; background-color: #fff; }
.invioce-pop-win .img { margin: 0 auto 30px; padding: 30px 0; max-width: 700px; text-align: center; }
.invioce-pop-win .img img { max-width: 694px; }
.invioce-pop-win .mfp-close { position: relative; left: auto; top: auto; margin: 0 auto; width: 200px; height: 46px; line-height: 46px; color: #fff; font-weight: normal; font-size: 16px; background-color: #000; opacity: 1; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.invioce-pop-win .mfp-close:hover { background-color: #666; }

/* Invioce */
#invioce_login { font-size: 16px; font-family: 'Oswald', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif; }
#invioce_login a:hover { text-decoration: none; }
#invioce-header { padding: 12px 0; height: 90px; font-size: 0; color: #fff; background-color: #da251c; }
#invioce-header .invioce-page { padding: 0; }
#invioce-header .logo { display: inline-block; width: 155px; height: 65px; background: url("../images/invioce/logo.png"); -webkit-background-size: cover; -o-background-size: cover; background-size: cover; vertical-align: middle; }
#invioce-header .logo a { display: block; width: 100%; height: 100%; font-size: 0; }
#invioce-header .nav { display: inline-block; width: calc(100% - 155px); vertical-align: middle; text-align: right; }
#invioce-header li { display: inline-block; padding: 0 25px; vertical-align: middle; }
#invioce-header a { display: block; position: relative; padding: 0 0 5px; color: #fff; font-size: 18px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#invioce-header a:hover, #invioce-header a:focus { background-color: transparent; }
#invioce-header a:before { opacity: 0; pointer-events: none; content: ""; position: absolute; bottom: 0; left: 1px; width: calc(100% - 2px); height: 1px; background-color: #fff; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#invioce-header li.current a:before, #invioce-header li:hover a:before { opacity: 1; }
#invioce-header .invioce-login a { padding: 0 20px; border: 1px solid #fff; line-height: 34px; -webkit-border-radius: 18px; border-radius: 18px; height: 36px; }
#invioce-header .invioce-login a:hover { color: #da251c; background-color: #fff; text-decoration: none; }
#invioce-header .invioce-login a:before { display: none; }
#invioce-header .invioce-login { padding-right: 0; }
#invioce-header .english-btn { display: none; }
.invioce-page-wrap { background-color: #fff; }
.invioce-page-wrap .area { position: relative; }
.invioce-page { position: relative; margin: 0 auto; padding: 60px 20px 80px; max-width: 1340px; }
.invioce-subject { padding-bottom: 20px; font-weight: normal; }
.invioce-subject .tw { display: inline-block; font-size: 40px; }
.invioce-subject .en { display: inline-block; padding-left: 10px; font-size: 26px; font-family: 'Oswald'; text-transform: uppercase; }
.summary-wrap { line-height: 35px; }
.summary-wrap .heart { padding: 0; }
.summary-wrap .heart { padding: 0 0 0 20px; }
.summary-wrap .heart li { position: relative; padding: 0 5px 0 10px; }
.summary-wrap .heart li:before { pointer-events: none; content: ""; position: absolute; top: 12px; left: -10px; width: 10px; height: 10px; background: url("../images/invioce/heart.png") 0 0 no-repeat; -webkit-background-size: 10px; -o-background-size: 10px; background-size: 10px; }
.summary-wrap .number { padding: 0 0 0 20px; }
.summary-wrap .number li { padding: 5px; }

/* Banner */
#invioce-banner { position: relative; }
#invioce-banner .mobile { display: none; }
#invioce-banner .scroll-btn { z-index: 100; position: absolute; bottom: 20px; left: 50%; padding-top: 30px; width: 100px; height: 80px; margin-left: -50px; color: #fff; font-size: 16px; text-align: center; font-weight: lighter; }
#invioce-banner .scroll-btn div { position: relative; }
#invioce-banner .scroll-btn div:before, #invioce-banner .scroll-btn div:after { pointer-events: none; content: ""; position: absolute; left: 50%; }
#invioce-banner .scroll-btn div:before { top: -30px; width: 1px; height: 27px; background-color: #fff; }
#invioce-banner .scroll-btn div:after { margin-left: -4px; top: -13px; width: 9px; height: 9px; border-right: 1px solid #fff; border-top: 1px solid #fff; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
#invioce-banner .txt { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
#invioce-banner .bg { position: relative; z-index: 0; }
#invioce-banner .cover-img { position: absolute; z-index: 2; }
#invioce-banner .cover-img.circle { top: 10px; left: 15%; z-index: 4; width: 500px; height: 500px; -moz-animation: brandCircle 0.6s 0.4s both; -webkit-animation: brandCircle 0.6s 0.4s both; animation: brandCircle 0.6s 0.4s both; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#invioce-banner .cover-img.img-1 { top: 0; right: 5%; }
#invioce-banner .cover-img.img-2 { top: 40%; left: 40%; }
#invioce-banner .cover-img.img-3 { bottom: 10%; left: 10%; }

/* Subject */
#invioce-subject { padding: 15px 0 60px; color: #333; font-size: 45px; line-height: 80px; text-align: center; }
#invioce-subject .price { color: #da251c; }
#invioce-subject .small { font-size: 25px; }
#invioce-subject .txt { position: relative; z-index: 10; }
#invioce-subject .money { position: absolute; z-index: 9; }
#invioce-subject .money.img-1 { top: 20%; left: -10%; }
#invioce-subject .money.img-2 { top: -20%; right: -10%; }

/* Login */
#invioce-login { background-color: #da251c; }
#invioce-login a { display: inline-block; position: relative; color: #fff; font-size: 16px; text-decoration: none; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#invioce-login a:before { pointer-events: none; content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background-color: #fff; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#invioce-login a:hover:before { opacity: 0; }
#invioce-login .login-info { left: -50px; }
#invioce-login .button { position: absolute; top: -60px; left: 50%; margin-left: -70px; padding: 12px 0 0 0; width: 140px; height: 140px; text-align: center; background-color: #da251c; -webkit-border-radius: 50%; border-radius: 50%; }
#invioce-login .button span { position: relative; z-index: 1; display: block; padding-left: 32px; padding-right: 32px; color: #fff; line-height: 18px; }
#invioce-login .button:before { z-index: 0; pointer-events: none; content: ""; position: absolute; top: -12px; left: 50%; margin-left: -81px; width: 162px; height: 162px; background-color: rgba(217, 37, 28, .2); -webkit-border-radius: 50%; border-radius: 50%; }
#invioce-login .button:after { z-index: 2; pointer-events: none; content: ""; position: absolute; top: 53px; left: 50%; margin-left: -6px; width: 0; height: 0; border-style: solid; border-width: 7px 6px 0 6px; border-color: #fff transparent transparent transparent; }
#invioce-login .invioce-subject { color: #fff; }
#invioce-login .invioce-page { font-size: 0; }
#invioce-login .summary { padding-bottom: 10px; color: #fff; font-size: 16px; }
#invioce-login .half { display: inline-block; margin-bottom: 20px; width: 50%; font-size: 0; vertical-align: middle; vertical-align: middle; }
#invioce-login .half:nth-child(odd) { padding-right: 30px; }
#invioce-login .half:nth-child(even) { padding-left: 30px; }
#invioce-login .radio-select { color: #fff; font-size: 16px; }
#invioce-login .radio-select span { background-color: transparent; }
#invioce-login .radio-select span:after { top: 12px; border-color: #fff; }
#invioce-login .radio-select span:before { top: 21px; }
#invioce-login .radio-select strong { line-height: 26px; }
#invioce-login .down-button { padding-top: 20px; text-align: center; }
#invioce-login .down-button a { display: block; margin: 0 auto; width: 190px; text-align: center; line-height: 44px; border: 1px solid #fff; background-color: rgba(255, 255, 255, .2); }
#invioce-login .down-button a:hover { color: #da251c; background-color: #fff; }
#invioce-login .down-button a:before { display: none; }
.invioce-group-box { background-color: #fff; height: 49px; border: 1px solid #dcdcdc; }
.invioce-group-box .txt { display: inline-block; padding-left: 20px; font-size: 16px; width: 150px; vertical-align: middle; }
.invioce-group-box .box { display: inline-block; width: calc(100% - 150px); vertical-align: middle; }
.invioce-group-box input { display: block; padding-left: 10px; width: 100%; height: 46px; border: none; background-color: #fff; }
.invioce-group-box input::-webkit-input-placeholder { color: #888; font-size: 16px; }
.invioce-group-box input::-moz-placeholder { color: #888; font-size: 16px; opacity: 1 }
.invioce-group-box input:-ms-input-placeholder { color: #888; font-size: 16px; }
.invioce-group-box input:-moz-placeholder { color: #888; font-size: 16px; }
.invioce-group-box.code input { display: inline-block; width: 150px; vertical-align: middle; }
.invioce-group-box.code .code-img { position: relative; display: inline-block; padding-left: 20px; width: calc(100% - 150px); vertical-align: middle; }
.invioce-group-box.code .code-img:before { pointer-events: none; content: ""; position: absolute; z-index: 0; top: -2px; left: 0; width: calc(100% + 2px); height: calc(100% + 4px); background-color: #da251c; }
.invioce-group-box.code .code-img img { position: relative; z-index: 1; }
.confirm-list { font-size: 0; }
.confirm-list .half { display: inline-block; margin-bottom: 10px; width: 50%; vertical-align: middle; }
.confirm-list .half:nth-child(odd) { padding-right: 10px; }
.confirm-list .half:nth-child(even) { padding-left: 10px; }
.confirm-list .item { background-color: #f6f6f6; border: 1px solid #dcdcdc; }
.confirm-list .item .title { display: inline-block; padding: 10px 10px 10px 20px; width: 150px; color: #000; font-size: 16px; vertical-align: middle; }
.confirm-list .item .txt { display: inline-block; width: calc(100% - 150px); color: #000; font-size: 16px; vertical-align: middle; }
.confirm-list .down-button { padding-top: 30px; font-size: 0; text-align: center; }
.confirm-list .down-button .submit { display: inline-block; position: relative; left: auto; top: auto; margin: 0 5px; width: 200px; height: 46px; line-height: 46px; color: #fff; font-weight: normal; font-size: 16px; background-color: #da251c; border: none; opacity: 1; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; vertical-align: middle; text-decoration: none; }
.confirm-list .mfp-close { display: inline-block; vertical-align: middle; margin: 0 5px; }

/* Info */
#invioce-info .invioce-subject { padding-bottom: 40px; }
#invioce-info .title, #invioce-winners .title { display: inline-block; padding-left: 20px; padding-right: 20px; min-width: 150px; text-align: center; color: #fff; height: 35px; line-height: 36px; -webkit-border-radius: 18px; border-radius: 18px; background-color: #da251c; }
#invioce-info .txt { padding: 15px 0; }

/* Winner */
#invioce-winners { background: url(../images/invioce/invioce_bg.jpg) center 0 no-repeat; }
#invioce-winners .invioce-page { padding-bottom: 0; }
#invioce-winners .invioce-method { padding: 50px 0; background-color: #fff4f2; }
#invioce-winners .invioce-video { padding-top: 10px; }
#invioce-winners .videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
#invioce-winners .videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#invioce-winners .invioce-subject { text-align: center; }
#invioce-winners .invioce-subject.left { text-align: left; }
#invioce-winners .mailbox { width: 100%; max-width: 875px; margin: 34px auto 0; padding: 56px 0 210px; text-align: center; background: url(../images/invioce/mail_bg.png) center 0 no-repeat; }
#invioce-winners .txt { font-size: 30px; line-height: 45px; font-weight: bold; }
#invioce-winners .txt span { color: #da251c; }
#invioce-winners .title { margin: 30px 0; }
#invioce-winners .title.center { margin: 0 auto; display: block; max-width: 150px; }
#invioce-winners .dec { width: 100%; max-width: 560px; margin: 0 auto; padding: 15px 22px; background: #fff4f2; color: #333; font-size: 16px; }
#invioce-winners .dec span.number { color: #1d2088; font-size: 1.5em; margin-right: 15px; font-weight: bold; }
#invioce-winners .dec span.name { color: #333; font-size: 26px; font-weight: bold; }
#invioce-winners .mintxt img { vertical-align: middle; margin: 30px 10px; }
#invioce-winners .table { width: 100%; max-width: 1300px; margin: 30px auto 50px; border: 1px solid #ddd; border-bottom: none; background: #fff; }
#invioce-winners .table .list { border-bottom: 1px solid #ddd; }
#invioce-winners .table .item { display: inline-block; width: calc(100% / 3 - 4px); vertical-align: top; }
#invioce-winners .table .ti, #invioce-winners .table .cont { display: inline-block; }
#invioce-winners .table .ti { min-width: 160px; background: #f6f6f6; font-weight: bold; color: #333; padding: 15px; text-align: center; }
#invioce-winners .table .cont { width: calc(100% - 170px); background: #fff; padding: 15px; color: #333 }
#invioce-winners .invioce-method .invioce-page { border-top: 1px solid #e5dbd9; }
#invioce-winners .invioce-method .title.top { margin: 0; }
#invioce-winners .invioce-method .award-txt { padding: 15px 0; }
#invioce-winners .award-txt ul, #invioce-winners .award-txt li { list-style: none; padding: 0 0 0 3px; margin: 0; line-height: 1.7em; }
#invioce-winners .dec br { display: none; }
@media only screen and (max-width:991px) {
  #invioce-winners .mailbox { background-image: url(../images/invioce/mail_bg.png); background-size: 100%; padding-top: 30px; margin: 0; }
  #invioce-winners .table .ti { min-width: auto; }
  #invioce-winners .table .cont { width: calc(100% - 100px); }
}
@media only screen and (max-width:767px) {
  #invioce-winners .mailbox { background-image: url(../images/invioce/mail_bg_m.png); padding: 56px 0 108px; }
  #invioce-winners .txt { font-size: 30px; line-height: 42px; }
  #invioce-winners .dec { max-width: 360px; }
  #invioce-winners .dec span.name, #invioce-winners .dec span.number { font-size: 16px; }
  #invioce-winners .invioce-method { padding-top: 20px; }
  #invioce-winners .table .ti, #invioce-winners .table .cont, #invioce-winners .table .item { width: 100%; text-align: center; }
  #invioce-winners .table .list { border-bottom: 1px solid #444; }
  #invioce-winners .invioce-method .invioce-page { border-top: none; }
}
@media only screen and (max-width:640px) {
  #invioce-winners .title { margin: 10px 0 15px; }
}
@media only screen and (max-width:480px) {
  #invioce-winners .mailbox { padding: 20px 0 108px; }
  #invioce-winners .txt { font-size: 16px; line-height: 25px; }
  #invioce-winners .dec { max-width: 250px; padding: 10px 22px; }
  #invioce-winners .dec br { display: block; }
  #invioce-winners .mintxt { display: none; }
}
#index-image-popup { position: relative; max-width: 1040px; font-size: 0; background: #fff; border-radius: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, .15); text-align: right; margin: 40px auto; padding: 20px; }
#index-image-popup .index-popup-content { max-height: calc(100vh - 160px); font-size: 16px; text-align: left; margin-bottom: 20px; }
#index-image-popup .mfp-close { width: 34px; height: 34px; line-height: 34px; top: -34px; right: 0; color: #fff; }

/* Precautions*/
#invioce-precautions .invioce-page { padding-bottom: 50px; }

/* Clause */
#invioce-clause .invioce-page { border-top: 1px solid rgba(0, 0, 0, .1); }
#invioce-clause .invioce-red { color: #da251c; }

/* Englis */
#invioce_login.en { font-size: 16px; font-family: 'Roboto', sans-serif; }
#invioce_login.en #invioce-subject { font-size: 40px; line-height: 58px; }
#invioce_login.en #invioce-login .button { padding-top: 7px; }
#invioce_login.en #invioce-login .button span { font-size: 14px; }
#invioce_login.en #invioce-login .button:after { top: 49px; }
#invioce_login.en .invioce-group-box .txt { width: 165px; }
#invioce_login.en .invioce-group-box .box { width: calc(100% - 165px); }

/* Control */
.invioce-control { display: none; position: absolute; top: 0; right: 0; width: 50px; height: 50px; z-index: 101; cursor: pointer; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.invioce-control span { display: block; position: absolute; right: 13px; width: 24px; height: 2px; background-color: #fff; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; z-index: 3; }
.invioce-control span:nth-child(1) { top: 17px; }
.invioce-control span:nth-child(2) { top: 24px; }
.invioce-control span:nth-child(3) { top: 31px; }
.invioce-control.open span:nth-child(1) { opacity: 0; }
.invioce-control.open span:nth-child(2), .invioce-control.open span:nth-child(3) { top: 24px; left: auto; right: 13px; width: 24px; height: 2px; border: none; -webkit-border-radius: 0; border-radius: 0; }
.invioce-control.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.invioce-control.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

/* RWD */
@media only screen and (max-width:1780px) {
  #invioce-banner .cover-img.circle { width: 400px; height: 400px; }
}
@media only screen and (max-width:1440px) {
  #invioce-banner .cover-img.circle { left: 5%; width: 380px; height: 380px; }
}
@media only screen and (max-width:1280px) {
  #invioce-banner .cover-img img { width: 50%; }
  #invioce-banner .cover-img.circle { left: 5%; width: 300px; height: 300px; }
  #invioce-banner .cover-img.circle img { width: 100%; }
}
@media only screen and (max-width:1199px) {
  #invioce-header { padding-left: 20px; padding-right: 20px; }
  .invioce-page { padding: 50px; }
  #invioce-subject { padding: 0 0 70px; }
  #invioce-subject .txt { font-size: 34px; line-height: 56px; }
  #invioce-subject .small { font-size: 18px; }
  #invioce-subject .money img { width: 100%; opacity: 0.3; }
  #invioce-subject .money.img-1 { top: 55%; left: 3%; width: 105px; }
  #invioce-subject .money.img-2 { top: 15%; right: 3%; width: 104px; }
  #invioce-login .half { display: block; width: 100%; }
  #invioce-login .half:first-child { margin-bottom: 5px; }
  #invioce-login .half.login { text-align: right; }
  #invioce-login .half:nth-child(odd) { padding-right: 0; }
  #invioce-login .half:nth-child(even) { padding-left: 0; }
  #invioce-login .login-info { left: auto; }
  #invioce_login.en .invioce-group-box .txt { width: 200px; }
  #invioce_login.en .invioce-group-box .box { width: calc(100% - 200px); }
}
@media only screen and (max-width:991px) {
  #invioce-header { padding: 5px 5px 5px 15px; height: auto; }
  #invioce-header .logo { width: 120px; height: 50px; }
  #invioce-header .nav { pointer-events: none; opacity: 0; position: absolute; top: 55px; right: -15px; z-index: 100; width: 220px; background-color: rgba(0, 0, 0, .8); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
  #invioce-header .nav li { display: block; width: 100%; padding: 0; }
  #invioce-header .nav a { display: block; padding: 20px; text-align: center; }
  #invioce-header li.invioce-login { display: none; }
  #invioce-header .nav.open { opacity: 1; pointer-events: auto; display: block; }
  #invioce-header .english-btn { display: block; position: absolute; z-index: 100; top: 5px; right: 60px; width: 40px; height: 40px; color: #fff; font-size: 15px; text-align: center; line-height: 40px; border: 1px solid #fff; -webkit-border-radius: 50%; border-radius: 50%; }
  #invioce-subject .txt { font-size: 26px; line-height: 34px; }
  #invioce-banner .scroll-btn { bottom: -20px; }
  #invioce-banner .cover-img.circle { left: 5%; width: 220px; height: 220px; }
  .invioce-page { padding: 30px; }
  .invioce-subject { padding-top: 10px; }
  .invioce-subject .tw { font-size: 32px; }
  .invioce-subject .en { font-size: 24px; }
  .invioce-pop-win { padding: 30px; }
  .invioce-control { display: block; }
}
@media only screen and (max-width:767px) {
  #invioce-banner .txt, #invioce-banner .bg, #invioce-banner .cover-img { display: none; }
  .invioce-page { padding: 20px; }
  .invioce-subject { padding-top: 10px; }
  .invioce-subject .tw { font-size: 28px; line-height: 30px; }
  .invioce-subject .en { font-size: 20px; }
  .invioce-group-box { padding: 5px; height: auto; }
  .invioce-group-box .txt, .invioce-group-box .box { display: block; padding: 0; width: 100%; }
  .invioce-group-box .txt { padding-bottom: 5px; }
  .invioce-group-box .box input { background-color: #efefef; }
  .invioce-group-box.code input { display: block; width: 100%; }
  .invioce-group-box.code .code-img { display: block; width: 100%; text-align: center; padding: 10px 0 5px; }
  .invioce-group-box.code .code-img:before { display: none; }
  .invioce-pop-win { padding: 20px; }
  .confirm-list .half:nth-child(odd), .confirm-list .half:nth-child(even) { display: block; width: 100%; padding: 0; }
  .confirm-list .down-button { padding-top: 10px; }
  .confirm-list .down-button .submit { margin-top: 10px; }
  .invioce-pop-win .img { padding-left: 10px; padding-right: 10px; margin-bottom: 20px; }
  #invioce_login.en .invioce-group-box .txt, #invioce_login.en .invioce-group-box .box { display: inline-block; padding: 0; width: 100%; }
  #invioce-banner .mobile { display: block; }
  #invioce-banner .desktop { display: none; }
  #invioce-banner .scroll-btn { bottom: 0; }
  #invioce-subject { padding-bottom: 80px; }
  #invioce-subject .txt { font-size: 20px; line-height: 30px; }
  #invioce-subject .small { font-size: 15px; }
  #invioce-subject br { display: none; }
  #invioce-login .half { margin-bottom: 3px; }
  #invioce-info .invioce-subject { padding-bottom: 20px; }
  #invioce-info .txt { padding: 5px 0 10px; }
}
.swal2-modal .swal2-title { font-size: 24px; font-weight: normal; }
.swal2-modal .swal2-styled { margin-bottom: 20px; }

/* keyframe */
@-webkit-keyframes brandCircle {
  0% { top: -20px; transform: scaleX(1); opacity: 0; }
  20% { transform: scaleX(-1); opacity: .1; }
  40% { transform: scaleX(1); opacity: .2 }
  60% { transform: scaleX(-1); opacity: .3; }
  80% { transform: scaleX(1); opacity: .4; }
  100% { top: 10px; opacity: 1; }
}
@-moz-keyframes brandCircle {
  0% { top: -20px; transform: scaleX(1); opacity: 0; }
  20% { transform: scaleX(-1); opacity: .1; }
  40% { transform: scaleX(1); opacity: .2; }
  60% { transform: scaleX(-1); opacity: .3; }
  80% { transform: scaleX(1); opacity: .4; }
  100% { top: 10px; opacity: 1; }
}
@-ms-keyframes brandCircle {
  0% { top: -20px; transform: scaleX(1); opacity: 0; }
  20% { transform: scaleX(-1); opacity: .1; }
  40% { transform: scaleX(1); opacity: .2; }
  60% { transform: scaleX(-1); opacity: .3; }
  80% { transform: scaleX(1); opacity: .4; }
  100% { top: 10px; opacity: 1; }
}
@keyframes brandCircle {
  0% { top: -20px; transform: scaleX(1); opacity: 0; }
  20% { transform: scaleX(-1); opacity: .1; }
  40% { transform: scaleX(1); opacity: .2; }
  60% { transform: scaleX(-1); opacity: .3; }
  80% { transform: scaleX(1); opacity: .4; }
  100% { top: 10px; opacity: 1; }
}