@charset "UTF-8";
@font-face {
  font-family: "mini-bold";
  src: url("font/mini_serif-bold-web.otf") format("opentype"), url("font/mini_serif-bold-web.ttf") format("truetype"), url("font/mini_serif-bold-web.woff") format("woff"); }
@font-face {
  font-family: "mini-regular";
  src: url("font/mini_serif-regular-web.otf") format("opentype"), url("font/mini_serif-regular-web.ttf") format("truetype"), url("font/mini_serif-regular-web.woff") format("woff"); }
.arwf-loading body {
  /*Web Font正在載入中，不顯示文字*/ }

.arwf-active body {
  /*Web Font處理成功，直接顯示文字*/ }

.arwf-inactive body {
  /*如果Web Font處理失敗，直接顯示文字*/ }

/********************************************************************************
全域變數
********************************************************************************/
::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(250, 0, 0, 0); }

::-webkit-scrollbar-track {
  width: 5px;
  border-radius: 5px;
  margin: 0px 0 0px 0; }

::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background: #AAA; }

/********************************************************************************
全域函数
********************************************************************************/
wr {
  display: block; }

nr {
  display: none; }

sr {
  display: none; }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  wr {
    display: none; }

  nr {
    display: block; }

  sr {
    display: none; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  wr {
    display: none; }

  nr {
    display: block; }

  sr {
    display: none; } }
@media only screen and (max-width: 992px) {
  wr {
    display: none; }

  nr {
    display: none; }

  sr {
    display: block; } }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;
  font: inherit;*/
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block; }

body {
  /*line-height: 100%;*/ }

ol, ul {
  /*font-size: 0;*/
  /*list-style: none;*/ }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 
Jerry Reset
*/
#log {
  position: fixed;
  width: 500px;
  height: 300px;
  z-index: 3000;
  background: #FFF;
  color: #000; }

body.modal-open {
  /*overflow:hidden;*/
  padding-right: 0 !important; }

img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top; }

br.clear {
  clear: both; }

/*a{
	text-decoration: none;
}*/
.hide {
  display: none; }

.row {
  width: 100%;
  padding: 0;
  margin-left: 0; }

.col, .col-lg, .col-sm {
  padding: 0px;
  /*border:2px #D0D dashed;*/ }

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
html {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: scroll;
  overflow-x: hidden; }

body {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #FFF;
  font-size: 15pt;
  font-family: "mini-regular", "文鼎標準宋體_B", "Microsoft JhengHei", "sans-serif"; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    body {
      font-size: 13pt; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    body {
      font-size: 11pt; } }
  @media only screen and (max-width: 992px) {
    body {
      font-size: 4vw; } }

/*********************************************************************************/
/* Loading                                                                        */
/*********************************************************************************/
#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 12000;
  background: rgba(0, 0, 0, 0.9); }
  #loading .loadTxt, #loading .loadCircle {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
    border-radius: 80px;
    color: #FFF;
    border: 5px solid rgba(255, 255, 255, 0.2); }
  #loading .loadTxt {
    font-weight: bold;
    text-align: center;
    font-size: 1.2em;
    line-height: 150px;
    font-family: "mini-bold"; }
  #loading .loadCircle {
    animation-duration: 2s;
    animation-name: loading;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-top: 5px solid white; }

@keyframes loading {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
header {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5000;
  pointer-events: none; }

.toggleBtn {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  padding: 20px;
  top: 0px;
  right: 0px;
  z-index: 600;
  pointer-events: auto;
  cursor: pointer; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .toggleBtn {
      width: 50px;
      height: 50px;
      line-height: 50px;
      padding: 10px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .toggleBtn {
      width: 50px;
      height: 50px;
      line-height: 50px;
      padding: 10px; } }
  @media only screen and (max-width: 992px) {
    .toggleBtn {
      width: 12vw;
      height: 12vw;
      padding: 3vw; } }
  .toggleBtn span {
    position: absolute;
    display: block;
    top: 48%;
    width: 52%;
    height: 4px;
    transform-origin: 50% 50%;
    /*margin-bottom:8px;*/
    background-color: #000; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .toggleBtn span {
        height: 2px; } }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .toggleBtn span {
        height: 2px; } }
    .toggleBtn span:nth-child(1) {
      transform: translateY(0%); }
    .toggleBtn span:nth-child(3) {
      transform: translateY(0%); }

menu, nav {
  position: absolute;
  display: block;
  text-align: left;
  background-color: #FFF;
  /*box-shadow: 0px 0px 5px #d5d5d5;
  border-bottom:1px #d5d5d5 solid;*/ }
  menu ul, nav ul {
    position: absolute;
    display: flex;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    menu ul li, nav ul li {
      position: relative;
      display: flex;
      cursor: pointer;
      pointer-events: auto;
      top: 0px;
      margin: 0px;
      overflow: hidden;
      font-family: "mini-bold","文鼎標準宋體_H"; }

nav {
  width: 100%;
  height: 90px;
  z-index: 500; }
  nav .logo {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    height: 100%;
    left: 2em;
    z-index: 2000;
    pointer-events: auto;
    cursor: pointer; }
    nav .logo img {
      position: relative;
      display: flex;
      width: auto;
      height: 67%; }
  nav ul.naviBox {
    height: 100%;
    right: 90px;
    flex-direction: row;
    align-items: center;
    padding: 0 0.5em 0 0; }
    nav ul.naviBox li {
      position: relative;
      display: flex;
      width: auto;
      height: 100%;
      align-items: center; }
      nav ul.naviBox li p {
        font-size: 0.9em;
        height: 1em;
        line-height: 100%;
        text-align: center;
        padding: 0 1.5em;
        align-items: center; }
      nav ul.naviBox li.share {
        pointer-events: none; }
      nav ul.naviBox li:hover {
        opacity: 0.5;
        text-decoration: underline; }
      nav ul.naviBox li.socialBtn {
        padding: 0 0.6em; }
        nav ul.naviBox li.socialBtn img {
          display: flex;
          width: auto;
          height: 34%; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    nav {
      height: 50px; }
      nav ul.naviBox {
        right: 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    nav {
      height: 50px; }
      nav ul.naviBox {
        right: 50px; } }
  @media only screen and (max-width: 992px) {
    nav {
      height: 12vw; }
      nav .logo {
        left: 3vw; }
        nav .logo img {
          height: 60%; }
      nav ul.naviBox {
        right: 12vw;
        padding: 0; }
        nav ul.naviBox li p {
          padding: 0 0.5em;
          font-size: 0.9em;
          line-height: normal; }
        nav ul.naviBox li.share {
          display: none; } }

.posi {
  position: absolute;
  display: block;
  margin-top: -90px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .posi {
      margin-top: -50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .posi {
      margin-top: -50px; } }
  @media only screen and (max-width: 992px) {
    .posi {
      margin-top: -12vw; } }

menu {
  width: 20%;
  height: 100%;
  right: 0;
  margin-right: -25%;
  z-index: 200;
  box-shadow: 0px 0px 10px #999; }
  menu ul {
    margin-top: 100px;
    flex-direction: column;
    width: 80%;
    height: auto; }
    menu ul li {
      margin: 0;
      padding: 0.4em 1em; }
      menu ul li .btn {
        width: auto; }
        menu ul li .btn .over {
          font-size: 1.2em;
          line-height: 100%;
          text-align: left;
          transform-origin: bottom center;
          transform: "rotateX(90deg) translateZ(5px)"; }
        menu ul li .btn span {
          position: relative;
          display: block;
          width: 0%;
          height: 2px;
          top: 0%;
          background-color: #000; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    menu {
      width: 30%;
      margin-right: -35%; }
      menu ul {
        margin-top: 50px; }
        menu ul li {
          padding: 0.4em 1em; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    menu {
      width: 35%;
      margin-right: -40%; }
      menu ul {
        margin-top: 50px; }
        menu ul li {
          padding: 0.4em 1em; } }
  @media only screen and (max-width: 992px) {
    menu {
      width: 70%;
      margin-right: -75%; }
      menu ul {
        margin-top: 14vw;
        width: 100%; }
        menu ul li {
          padding: 0.3em 1em; }
          menu ul li .btn .over {
            font-size: 1.5em; } }

footer {
  display: none; }

.floatBox {
  position: absolute;
  display: block;
  width: 5vw;
  height: auto;
  z-index: 150;
  right: 0;
  bottom: 5vw; }
  .floatBox .floatBtn {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 5vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 0.8em;
    pointer-events: auto;
    cursor: pointer; }
    .floatBox .floatBtn.bookingBtn {
      align-items: center;
      color: #FFF;
      background-color: #000; }
    .floatBox .floatBtn:hover {
      background-color: #595959; }
    @media only screen and (max-width: 992px) {
      .floatBox .floatBtn {
        display: none;
        /*font-size:0.7em;line-height: 1em;//border:1px #F00 dotted;
        flex-direction: row;padding:0.5em;*/ } }

/*********************************************************************************/
/* main                                                                     */
/*********************************************************************************/
main {
  position: relative;
  display: block;
  width: 100vw;
  height: auto;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  /*border:5px #F00 dotted;*/ }

section {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 100;
  overflow: hidden;
  pointer-events: auto; }
  section .content {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    pointer-events: auto; }
    section .content .box {
      position: relative;
      display: flex;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      text-align: left; }

.bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.sliderBox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 50; }
  @media only screen and (max-width: 992px) {
    .sliderBox {
      width: 100vw;
      height: 56vw; } }

.slider {
  width: 100%;
  height: 100%; }
  .slider .slide {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%; }
    .slider .slide .picBox, .slider .slide .txtBox {
      position: relative;
      display: flex;
      height: 100%; }
  .slider .slick-dots {
    position: absolute;
    display: flex;
    width: 100%;
    height: 8px;
    flex-direction: row;
    list-style-type: none;
    bottom: 4px; }
    .slider .slick-dots li {
      width: calc(25% - 4px);
      height: 6px;
      margin: 2px;
      border-radius: 0em;
      background-color: #EEE;
      border: 0px #F0F dotted; }
      .slider .slick-dots li:last-child {
        margin-right: 0em; }
      .slider .slick-dots li.slick-active {
        background-color: #000; }
      .slider .slick-dots li button {
        opacity: 0; }
  @media only screen and (max-width: 992px) {
    .slider {
      width: 100vw;
      height: 56vw; } }

/*.navigation{
	position:absolute;display:flex;
	width:100%;height:100%;
	top:0;padding:0 0 3em 0;
	z-index: 30;align-items: center;pointer-events: none;
	.prevBtn, .nextBtn{
		position:relative;display:flex;
		width:100px;height:100px;border-radius: 100px;align-items: center;
		opacity:0.5;background-color: rgba(0,0,0,0.6);
		pointer-events: auto;cursor: pointer;
		@include RWD(m){
			width:16vw;height:16vw;
			border-radius: 16vw;
		}
		&:hover{};
		.arrow{
			display:flex;width:20%;height:20%;
			img{display:flex;width:100%;height:auto;}
		}
	}
	.prevBtn{
		left:-60px;
		@include RWD(m){left:-10vw;}
		.arrow{margin-left:70%;}
	}
	.nextBtn{
		position: absolute;right:-60px;
		@include RWD(m){right:-10vw;}
		.arrow{margin-left:10%;}
	}
}*/
h1, h2, h3, h4, .txt {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*border:1px #F00 dotted;*/ }

h1 {
  font-size: 2em;
  line-height: 120%;
  font-family: "mini-bold","文鼎標準宋體_H","Microsoft JhengHei"; }

h2 {
  font-size: 1.2em;
  line-height: 150%;
  font-family: "mini-bold","文鼎標準宋體_H","Microsoft JhengHei";
  /*border:1px #F00 dotted;*/ }

h3 {
  font-size: 1.2em;
  line-height: 150%;
  font-family: "mini-bold","文鼎標準宋體_H","Microsoft JhengHei"; }

h4 {
  font-size: 1em;
  line-height: 150%;
  font-family: "mini-bold","文鼎標準宋體_H","Microsoft JhengHei"; }

h5 {
  font-size: 1em;
  line-height: 150%;
  font-family: "mini-bold","文鼎標準宋體_H","Microsoft JhengHei"; }

.txt {
  font-size: 1em;
  line-height: 160%;
  /*text-align : justify;
  word-break :keep-all;*/ }

b {
  font-weight: bold;
  font-family: "mini-bold","文鼎標準宋體_H","Microsoft JhengHei";
  /*border:1px #F00 dotted;*/ }

.txtBox {
  position: relative;
  display: block;
  padding: 4em;
  z-index: 100;
  pointer-events: auto;
  background-color: transparent;
  border: 0px #F00 dotted; }
  @media only screen and (max-width: 992px) {
    .txtBox {
      padding: 2em; } }

.picBox {
  position: relative;
  display: block;
  z-index: 50;
  overflow: hidden; }
  .picBox .pic {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.cartype {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden; }
  .cartype li {
    display: flex;
    align-items: center; }
    .cartype li:nth-child(2) {
      margin-right: 1em; }
    .cartype li.gray::before, .cartype li.orange::before {
      position: relative;
      display: flex;
      content: "";
      width: 0.7em;
      height: 0.7em;
      line-height: normal;
      border-radius: 200%;
      margin-right: 0.2em; }
    .cartype li.gray::before {
      background-color: #787875; }
    .cartype li.orange::before {
      background-color: #ac441d; }
  @media only screen and (max-width: 992px) {
    .cartype li.gray::before, .cartype li.orange::before {
      margin-bottom: 0.2em; } }

/*********************************************************************************/
/* homeArea                                                                          */
/*********************************************************************************/
#homeArea {
  z-index: 100; }
  #homeArea .content .box {
    height: 100vh;
    max-height: 56vw;
    flex-direction: column; }
    #homeArea .content .box .picBox {
      height: 100%; }
      #homeArea .content .box .picBox .pic {
        background-image: url(../img/homeP1.jpg);
        background-position: bottom center; }
    #homeArea .content .box .txtBox {
      position: absolute;
      top: 50%;
      left: 7%;
      color: #FFF; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    #homeArea .content .box .txtBox {
      top: 45%; } }
  @media only screen and (max-width: 992px) {
    #homeArea .content .box {
      height: 140vw;
      max-height: 140vw; }
      #homeArea .content .box .picBox {
        height: 140vw; }
        #homeArea .content .box .picBox .pic {
          background-image: url(../img/m/homeP1.jpg); }
      #homeArea .content .box .txtBox {
        top: 70%;
        left: 0; } }

/*********************************************************************************/
/* overviewArea                                                                    */
/*********************************************************************************/
#overviewArea {
  height: 100vh;
  max-height: 56vw;
  z-index: 200; }
  #overviewArea .bg {
    background-image: url(../img/overviewBg.jpg); }
  #overviewArea .content .box .txtBox {
    display: flex;
    width: 50%;
    height: 70%;
    left: 50%;
    align-items: center; }
  @media only screen and (max-width: 992px) {
    #overviewArea {
      height: 100vw;
      max-height: 100vw; }
      #overviewArea .bg {
        background-image: url(../img/m/overviewBg.jpg); }
      #overviewArea .content .box .txtBox {
        width: 100%;
        height: 50%;
        left: 0%; } }

/*********************************************************************************/
/* upgrade                                                                    */
/*********************************************************************************/
#upgradeArea {
  height: auto;
  z-index: 200; }
  #upgradeArea .bg {
    background-image: url(../img/upgradeBg.jpg);
    background-position: 0 0; }
  #upgradeArea .content .box {
    width: 70%;
    left: 25%;
    flex-direction: column; }
    #upgradeArea .content .box h1 {
      position: relative;
      display: flex;
      margin: 0 0 1em 0; }
    #upgradeArea .content .box .list {
      position: relative;
      display: flex;
      width: 100%;
      height: 40vw;
      flex-direction: row; }
      #upgradeArea .content .box .list li {
        position: relative;
        display: flex;
        width: 33%;
        height: 100%;
        flex-direction: column;
        margin: 0 0.3em 0 0;
        pointer-events: auto;
        cursor: pointer; }
        #upgradeArea .content .box .list li:last-child {
          margin: 0; }
        #upgradeArea .content .box .list li .tiBox, #upgradeArea .content .box .list li .txtBox {
          position: relative;
          display: flex;
          width: 100%;
          padding: 0;
          overflow: hidden; }
          #upgradeArea .content .box .list li .tiBox .pic, #upgradeArea .content .box .list li .txtBox .pic {
            position: absolute;
            display: flex;
            width: 100%;
            z-index: 10; }
          #upgradeArea .content .box .list li .tiBox .over, #upgradeArea .content .box .list li .txtBox .over {
            position: absolute;
            display: flex;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 30; }
          #upgradeArea .content .box .list li .tiBox .txt, #upgradeArea .content .box .list li .txtBox .txt {
            position: relative;
            display: flex;
            z-index: 50;
            top: 0;
            left: 0;
            padding: 1.5em;
            color: #FFF; }
        #upgradeArea .content .box .list li .tiBox {
          height: 18%;
          margin: 0 0 0.1em 0; }
          #upgradeArea .content .box .list li .tiBox .txt {
            font-size: 1.1em;
            line-height: 150%; }
          #upgradeArea .content .box .list li .tiBox .pic {
            height: 100%; }
            #upgradeArea .content .box .list li .tiBox .pic img {
              position: absolute;
              top: 0; }
        #upgradeArea .content .box .list li .txtBox {
          height: 82%; }
          #upgradeArea .content .box .list li .txtBox .pic {
            height: 100%; }
            #upgradeArea .content .box .list li .txtBox .pic img {
              position: absolute;
              bottom: 0; }
          #upgradeArea .content .box .list li .txtBox .color {
            position: absolute;
            display: flex;
            bottom: 0;
            left: 0;
            width: 50%;
            height: 0.5em;
            z-index: 60; }
            #upgradeArea .content .box .list li .txtBox .color.gray {
              background-color: #787875; }
            #upgradeArea .content .box .list li .txtBox .color.orange {
              background-color: #ac441d; }
            #upgradeArea .content .box .list li .txtBox .color.red {
              background-color: #cc0000; }
          #upgradeArea .content .box .list li .txtBox .txt p {
            line-height: 200%; }
          #upgradeArea .content .box .list li .txtBox .txt .marge {
            position: relative;
            display: flex;
            line-height: 150%;
            margin: 0.5em 0; }
  #upgradeArea .content .remarks {
    width: 95%;
    height: 1em;
    margin: 1em 0 3em 0;
    text-align: right; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    #upgradeArea .content .box {
      width: 75%;
      left: 20%; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    #upgradeArea .content .box {
      width: 85%;
      left: 10%; }
      #upgradeArea .content .box .list {
        height: 45vw; } }
  @media only screen and (max-width: 992px) {
    #upgradeArea .content .box {
      width: 85%;
      left: 10%; }
      #upgradeArea .content .box .list {
        width: 100%;
        height: auto;
        flex-direction: column; }
        #upgradeArea .content .box .list li {
          width: 100%;
          height: 120vw;
          margin: 0 0 1em 0; }
          #upgradeArea .content .box .list li .tiBox {
            height: 22%;
            margin: 0 0 0.2em 0; }
          #upgradeArea .content .box .list li .txtBox {
            height: 78%; } }

/*********************************************************************************/
/* dashboardArea                                                                    */
/*********************************************************************************/
#dashboardArea {
  z-index: 200; }
  #dashboardArea .content .box {
    flex-direction: row;
    height: 100%;
    background-color: #000;
    align-items: center; }
    #dashboardArea .content .box .txtBox {
      display: flex;
      flex-direction: column;
      width: 50%;
      height: 100%;
      color: #FFF; }
      #dashboardArea .content .box .txtBox h1 {
        margin-bottom: 1em; }
      #dashboardArea .content .box .txtBox .txt {
        margin-bottom: 2em; }
    #dashboardArea .content .box .picBox {
      width: 50%;
      height: auto; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    #dashboardArea .content .box .txtBox {
      padding: 3em 4em; }
      #dashboardArea .content .box .txtBox h1 {
        margin-bottom: 0.5em; }
      #dashboardArea .content .box .txtBox .txt {
        margin-bottom: 1em; }
      #dashboardArea .content .box .txtBox .cartype {
        flex-direction: column; } }
  @media only screen and (max-width: 992px) {
    #dashboardArea .content .box {
      flex-direction: column-reverse; }
      #dashboardArea .content .box .txtBox {
        width: 100%;
        padding: 2em 2em 5em 2em;
        flex-direction: column; }
        #dashboardArea .content .box .txtBox .cartype {
          flex-direction: column; }
          #dashboardArea .content .box .txtBox .cartype li {
            flex-direction: row; }
      #dashboardArea .content .box .picBox {
        width: 100%; } }

/*********************************************************************************/
/* carplayArea                                                                    */
/*********************************************************************************/
#carplayArea {
  z-index: 200; }
  #carplayArea .bg {
    background-image: url(../img/carplayBg.jpg);
    background-position: 0 0; }
  #carplayArea .content .box {
    flex-direction: row;
    height: auto;
    flex-direction: column; }
    #carplayArea .content .box .picBox {
      width: 50%;
      height: auto; }
    #carplayArea .content .box .txtBox {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: auto;
      padding: 3em 10%; }
      #carplayArea .content .box .txtBox h1 {
        margin-bottom: 1em; }
      #carplayArea .content .box .txtBox .txt {
        margin-bottom: 1em; }
  @media only screen and (max-width: 992px) {
    #carplayArea .content .box .picBox {
      width: 100%; }
    #carplayArea .content .box .txtBox {
      padding: 2em 2em 5em 2em; }
      #carplayArea .content .box .txtBox .cartype {
        flex-direction: column; } }

/*********************************************************************************/
/* clutchArea                                                                    */
/*********************************************************************************/
#clutchArea {
  z-index: 200;
  overflow: visible; }
  #clutchArea .bg {
    top: 40%;
    background-image: url(../img/clutchBg.jpg);
    background-position: 0 0;
    overflow: visible; }
  #clutchArea .content {
    overflow: visible; }
    #clutchArea .content .box {
      flex-direction: row;
      height: auto;
      flex-direction: column; }
      #clutchArea .content .box .picBox {
        width: 100%;
        height: auto; }
      #clutchArea .content .box .txtBox {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 3em 10%; }
        #clutchArea .content .box .txtBox h1 {
          margin-bottom: 1em; }
          #clutchArea .content .box .txtBox h1 .note {
            display: block;
            font-size: 0.6em;
            margin-top: -0.5em; }
        #clutchArea .content .box .txtBox .txt {
          margin-bottom: 1em; }
  @media only screen and (max-width: 992px) {
    #clutchArea .bg {
      top: 0%; }
    #clutchArea .content .box .txtBox {
      padding: 2em 2em 5em 2em; }
      #clutchArea .content .box .txtBox h1 .note {
        display: inline; } }

/*********************************************************************************/
/* steeringArea                                                                    */
/*********************************************************************************/
#steeringArea {
  z-index: 200; }
  #steeringArea .content .box {
    flex-direction: row;
    width: 90%;
    height: auto;
    margin: auto; }
    #steeringArea .content .box .list {
      position: relative;
      display: flex;
      height: auto;
      flex-direction: row; }
      #steeringArea .content .box .list li {
        position: relative;
        display: flex;
        width: 25%;
        height: auto;
        flex-direction: column;
        margin: 0 0.3em 0 0; }
        #steeringArea .content .box .list li .picBox {
          position: relative;
          display: flex;
          width: 100%;
          padding: 0;
          overflow: hidden; }
          #steeringArea .content .box .list li .picBox h3 {
            position: absolute;
            display: flex;
            padding: 1em;
            bottom: 0;
            color: #FFF; }
        #steeringArea .content .box .list li .txtBox {
          position: relative;
          display: flex;
          width: 100%;
          height: auto;
          padding: 0;
          flex-direction: column;
          margin: 0 0 3em 0; }
          #steeringArea .content .box .list li .txtBox .txt {
            z-index: 50;
            top: 0;
            left: 0;
            min-height: 17em;
            padding: 1em 1em 0 0; }
          #steeringArea .content .box .list li .txtBox .cartype {
            flex-direction: row; }
            #steeringArea .content .box .list li .txtBox .cartype li {
              width: auto;
              flex-direction: row; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    #steeringArea .content .box .list li .txtBox .cartype {
      flex-direction: column; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    #steeringArea .content .box .list li .txtBox .cartype {
      flex-direction: column; } }
  @media only screen and (max-width: 992px) {
    #steeringArea .content .box .list {
      flex-wrap: wrap; }
      #steeringArea .content .box .list li {
        width: 100%;
        margin: 0 0 0.3em 0; }
        #steeringArea .content .box .list li .txtBox .txt {
          min-height: auto;
          padding: 1em 0 2em 0; } }

/*********************************************************************************/
/* connectArea                                                                    */
/*********************************************************************************/
#connectArea {
  z-index: 200; }
  #connectArea .content .box {
    flex-direction: row;
    height: auto;
    flex-direction: column; }
    #connectArea .content .box .picBox {
      width: 70%;
      height: auto; }
    #connectArea .content .box .txtBox {
      width: 70%;
      left: 30%;
      margin: -3em 0 0 0;
      background-color: #FFF; }
      #connectArea .content .box .txtBox h1 {
        margin-bottom: 1em; }
      #connectArea .content .box .txtBox .txt {
        margin-bottom: 1em; }
  @media only screen and (max-width: 992px) {
    #connectArea .content .box .picBox {
      width: 100%;
      height: auto; }
    #connectArea .content .box .txtBox {
      width: 100%;
      left: 0%;
      margin: 0 0 0 0; }
      #connectArea .content .box .txtBox .cartype {
        flex-direction: column; } }

/*********************************************************************************/
/* galleryArea                                                                    */
/*********************************************************************************/
#galleryArea {
  z-index: 200; }

#gallerySlider .slider li img {
  align-self: flex-start; }

/*POPUP====================================================*/
.modal {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0%;
  overflow: hidden !important;
  overflow-y: hidden !important;
  z-index: 12000;
  padding-right: 0 !important;
  overflow: hidden;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/*起點:改由下方往上*/
.modal-centered {
  -webkit-transform: translate(0%, 20%) !important;
  transform: translate(0%, 20%) !important; }

.modal.fade.show .modal-centered {
  top: 0%;
  -webkit-transform: translate(0, 0px) !important;
  transform: translate(0, 0px) !important; }

.modal-dialog, .modal-content, .modal-body {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0%;
  padding: 0;
  margin: auto;
  border: 0px;
  border-radius: 0px;
  background-color: transparent; }

.closeBtn {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  cursor: pointer;
  top: 0%;
  right: -60px;
  background-color: #FFF; }
  .closeBtn:hover {
    background-color: #AAA; }
  .closeBtn img {
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    margin: 25% auto; }
  @media only screen and (max-width: 992px) {
    .closeBtn {
      width: 8vw;
      height: 8vw;
      top: -0vw;
      right: 0; } }
