/* Source: public/css/reset.css */
@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

* {
	-webkit-text-size-adjust:none;
}

a{
	text-decoration:none;
}

em{
	font-style:normal;
}

fieldset, img {
	border:0;
}

ol, ul {
	list-style:none;
}

abbr, acronym {
	border:0;
}

.CLEAR{
	clear:both; height: 0; font-size: 0px; line-height: 0;
}


/**
 * Markup free clearing
 * Details: http://perishablepress.com/press/2009/12/06/new-clearfix-hack
 */

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.hidden {
    display: none;
}

/* IE6 */

* html .clearfix {
  height: 1%;
}

/* IE7 */

*:first-child + html .clearfix {
  min-height: 1%;
}

li.starLevel {
    order: 1;
}
/* Source: public/css/rwdgrid.css */
/*********************************************************************************************

Project : rwdg- responsive grid system for your next project
URI: http://rwdgrid.com/
Version: 2.0
Author: Vineeth G S 
Author URI: http://www.gsvineeth.com
Github URI: https://github.com/gsvineeth/rwdgrid/

**********************************************************************************************

1.  Base code            
2.  Mobile Grid 
3.  Grid 720px+
4.  Grid 1024px+
5.  Grid 1200px+
6.  Helper classes

**********************************************************************************************/


/********************************************************************************************* 
1.  Base code            
*********************************************************************************************/

[class^='g-'] {
	float: left;
	padding: 10px;
	width:100%;
	box-sizing:border-box;}
 
.clear-grid{
	clear:both;
	float:inherit;}

.row{
	margin:0 -10px;}

/********************************************************************************************* 
2.  Mobile Grid 
*********************************************************************************************/

.g-mv-12 {
	width: 100%;}
	
.g-mv-11 {
	width: 91.666663%;}
	
.g-mv-10 {
	width: 83.33%;}
	
.g-mv-9 {
	width: 74.999997%;}
	
.g-mv-8 {
	width: 66.66666664%;}
	
.g-mv-7 {
	width: 58.333%;}
	
.g-mv-6 {
	width: 50%;}
	
.g-mv-5 {
	width: 41.6665%;}
	
.g-mv-4 {
	width: 33.33%;}
	
.g-mv-3 {
	width: 24.99%;}
	
.g-mv-2 {
	width: 16.66666%;}
	
.g-mv-1 {
	width: 8.33%;}

/********************************************************************************************* 
2.  Grid 640px+ 手機橫式
*********************************************************************************************/
@media only screen and (min-width: 640px) {
	
.g-ml-12 {
	width: 100%;}
	
.g-ml-11 {
	width: 91.666663%;}
	
.g-ml-10 {
	width: 83.33%;}
	
.g-ml-9 {
	width: 74.999997%;}
	
.g-ml-8 {
	width: 66.66666664%;}
	
.g-ml-7 {
	width: 58.333%;}
	
.g-ml-6 {
	width: 50%;}
	
.g-ml-5 {
	width: 41.6665%;}
	
.g-ml-4 {
	width: 33.33%;}
	
.g-ml-3 {
	width: 24.99%;}
	
.g-ml-2 {
	width: 16.66666%;}
	
.g-ml-1 {
	width: 8.33%;}

}

/********************************************************************************************* 
3.  Grid 767px+ 平板直式 
*********************************************************************************************/

@media only screen and (min-width: 767px) {   
.g-tv-12 {
	width: 100%;}
	
.g-tv-11 {
	width: 91.666663%;}
	
.g-tv-10 {
	width: 83.33%;}
	
.g-tv-9 {
	width: 74.999997%;}
	
.g-tv-8 {
	width: 66.66666664%;}
	
.g-tv-7 {
	width: 58.333%;}

.g-tv-6 {
	width: 50%;}

.g-tv-5 {
	width: 41.6665%;}

.g-tv-4 {
	width: 33.33%;}

.g-tv-3 {
	width: 24.99%;}

.g-tv-2 {
	width: 16.66666%;}

.g-tv-1 {
	width: 8.33%;}

}

/********************************************************************************************* 
4.  Grid 960px+ 平板直式，優先使用
*********************************************************************************************/

@media only screen and (min-width: 960px) {    
.g-12 {
	width: 100%;}
	
.g-11 {
	width: 91.666663%;}
	
.g-10 {
	width: 83.33%;}
	
.g-9 {
	width: 74.999997%;}
	
.g-8 {
	width: 66.66666664%;}
	
.g-7 {
	width: 58.333%;}

.g-6 {
	width: 50%;}

.g-5 {
	width: 41.6665%;}

.g-4 {
	width: 33.33%;}

.g-3 {
	width: 24.99%;}

.g-2 {
	width: 16.66666%;}

.g-1 {
	width: 8.33%;}
}	
	
/********************************************************************************************* 
5.  Grid 1024px+ 平板橫
*********************************************************************************************/

@media only screen and (min-width: 1024px) {
.g-tl-12 {
	width: 100%;}

.g-tl-11 {
	width: 91.666663%;}

.g-tl-10 {
	width: 83.33%;}

.g-tl-9 {
	width: 74.999997%;}

.g-tl-8 {
	width: 66.66666664%;}

.g-tl-7 {
	width: 58.333%;}

.g-tl-6 {
	width: 50%;}

.g-tl-5 {
	width: 41.6665%;}

.g-tl-4 {
	width: 33.33%;}

.g-tl-3 {
	width: 24.99%;}

.g-tl-2 {
	width: 16.66666%;}

.g-tl-1 {
	width: 8.33%;}

}

/********************************************************************************************* 
6.  Grid 1200px+
*********************************************************************************************/
	
@media only screen and (min-width: 1200px) {

.g-d-12 {
	width: 100%;}

.g-d-11 {
	width: 91.666663%;}

.g-d-10 {
	width: 83.33%;}

.g-d-9 {
	width: 74.999997%;}

.g-d-8 {
	width: 66.66666664%;}

.g-d-7 {
	width: 58.333%;}

.g-d-6 {
	width: 50%;}

.g-d-5 {
	width: 41.6665%;}

.g-d-4 {
	width: 33.33%;}

.g-d-3 {
	width: 24.99%;}

.g-d-2 {
	width: 16.66666%;}

.g-d-1 {
	width: 8.33%;}

}

/********************************************************************************************* 
6.  Helper classes
*********************************************************************************************/
img.rwd{
	max-width: 100%;
	height: auto;} 

/* Source: public/js/slick-slider/slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Source: public/js/slick-slider/slick-theme.css */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/public/js/slick-slider/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/public/js/slick-slider/fonts/slick.eot');
    src: url('/public/js/slick-slider/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/public/js/slick-slider/fonts/slick.woff') format('woff'), url('/public/js/slick-slider/fonts/slick.ttf') format('truetype'), url('/public/js/slick-slider/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Source: tw/css/master.css */
@charset "UTF-8";
/* CSS Document */







/* 1. CSS 變數定義 */
:root {
  --font-family-base: 'Helvetica Neue', Helvetica, -apple-system, sans-serif;
  --font-family-mono: 'Monaco', 'Courier New', monospace;
  --aluxe-pink: #df7475;
  --svg-chevron-down: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27none%27%20viewBox%3D%270%200%2024%2024%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.5%27%3E%3Cpath%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27m19.5%208.25-7.5%207.5-7.5-7.5%27%20%2F%3E%3C%2Fsvg%3E");
  --svg-loading: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.023%209.348h4.992v-.001M2.985%2019.644v-4.992m0%200h4.992m-4.993%200%203.181%203.183a8.25%208.25%200%200%200%2013.803-3.7M4.031%209.865a8.25%208.25%200%200%201%2013.803-3.7l3.181%203.182m0-4.991v4.99%22%20%2F%3E%3C%2Fsvg%3E%0A");
  --svg-checked: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m4.5%2012.75%206%206%209-13.5%22%20%2F%3E%3C%2Fsvg%3E");
  --svg-arrow-right: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.25%204.5%207.5%207.5-7.5%207.5%22%20%2F%3E%3C%2Fsvg%3E");
  --svg-search-zoom: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2021-5.197-5.197m0%200A7.5%207.5%200%201%200%205.196%205.196a7.5%207.5%200%200%200%2010.607%2010.607Z%22%20%2F%3E%3C%2Fsvg%3E");
}

/* 2. 全局重置與基礎設定 */
* {
  box-sizing: border-box;
  font-family: inherit;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3. HTML 根元素字體設定 */
html {
    font-family: var(--font-family-base);
}

/* 4. Body 預設字重 */
body {
    font-weight: 400;
}

/* 5. 等寬字體元素 */
code, pre, kbd, samp {
    font-family: var(--font-family-mono);
}

/* 6. 表單元素字體繼承 */
input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
}


*:focus {
  outline: none;
}

address {
  font-style: normal;
}

.language .g_trans a {
  box-sizing: border-box;
}

.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 200px) and (max-width: 1920px) {
  .test {
    background-color: blue;
  }
}

body {
  background-color: #fff;
  color: #444;
  font-size: 13px;
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
  width: 12px;
}

body::-webkit-scrollbar:horizontal {
  height: 12px;
}

body::-webkit-scrollbar-thumb {
  background-color: #df7475;
  border-radius: 6px;
  border: 2px solid #eaeaea;
}

body::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #eaeaea;
}

/*css3*/
a {
  color: #444;
  cursor: pointer;
  transition: all 0.4s ease;
}

a:hover {
  color: #df7475;
}

a.noHref {
  cursor: auto;
}

a.noHref:hover {
  color: inherit;
}

.defaultCursor {
  cursor: default;
}

[class*=col-] {
  float: left;
  box-sizing: border-box;
}

.b-box {
  box-sizing: border-box;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190;
}

a.btn_color1:hover {
  background-color: #C85A56;
}

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0;
}

a.btn_color2:hover {
  background-color: #999;
}

input[type=text] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.animationItem {
  transition: all 1s ease-in-out;
}

.animationBottom {
  transform: translateY(12px);
}

.outerWrap {
  position: relative;
  overflow-x: hidden;
  /* opacity: 0; */
  /* transition: all 0.7s ease-in-out; */
}

/* .outerWrap.show {
  opacity: 1;
} */

@media (max-width: 640px) {
  .column {
    padding: 0;
  }
}

.dragscroll {
  overflow-x: auto;
  cursor: move;
}

.dragscroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.dragscroll::-webkit-scrollbar:vertical {
  width: 12px;
}

.dragscroll::-webkit-scrollbar:horizontal {
  height: 12px;
}

.dragscroll::-webkit-scrollbar-thumb {
  background-color: #df7475;
  border-radius: 6px;
  border: 2px solid #eaeaea;
}

.dragscroll::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #eaeaea;
}

.dragscroll .listTitle,
.dragscroll .list {
  min-width: 1400px;
}

.dragscroll.dragSmall .listTitle,
.dragscroll.dragSmall .list {
  min-width: 700px;
}

.mainArea .wrap {
  width: 100%;
  max-width: 1460px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.wrap.full {
  max-width: 100%;
}

.wrap.maw1600 {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.webSiteAd {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
}

.webSiteAd.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.webSiteAd .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.webSiteAd .Img {
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}

.webSiteAd .Img a {
  display: block;
}

.webSiteAd .Img img {
  display: block;
  width: 100%;
  max-width: 1500px;
  max-height: 80vh;
}

.webSiteAd .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(223, 116, 117, 0.8);
}

.webSiteAd .close::before,
.webSiteAd .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

.webSiteAd .close::before {
  transform: rotate(45deg);
}

.webSiteAd .close::after {
  transform: rotate(-45deg);
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.moduleBox.moduleQaptcha {
  max-width: 100% !important;
  border: none;
  background-color: transparent;
}

.moduleBox.moduleQaptcha.show>.box {
  pointer-events: auto;
}

.moduleBox.moduleQaptcha>.box {
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.moduleBox.moduleQaptcha h4 {
  margin-left: -25px;
  margin-right: -25px;
}

.moduleBox.moduleQaptcha .topic {
  margin-top: 10px;
  margin-bottom: 10px;
}

.moduleBox.moduleQaptcha .moduleClose i {
  display: none;
}

.moduleBox.overTop {
  align-items: flex-start;
}

.moduleBox.overTop .moduleInsBox {
  margin-top: 20px;
}

.moduleBox.show {
  opacity: 1;
  visibility: visible;
}

.moduleBox.show .moduleInsBox {
  pointer-events: auto;
  transform: translateY(0);
}

.moduleInsBox {
  pointer-events: none;
  transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
}

.moduleInsBox .titleBox3 {
  margin-bottom: 20px;
}

.moduleMask,
.moduleBox2Mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.moduleMask.show,
.moduleBox2Mask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleBox2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  pointer-events: none;
  transition-property: transform, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.moduleBox2.right {
  justify-content: flex-end;
  overflow-y: hidden;
}

@media (max-width: 940px) {
  .moduleBox2.right {
    justify-content: center;
  }
}

@media (min-width: 941px) {
  .moduleBox2.right .moduleInnerBox {
    transform: translateX(30px);
  }
}

@media (max-width: 940px) {
  .moduleBox2.right .moduleInnerBox {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 940px) {
  .moduleBox2.right .moduleCloseStyle {
    right: 5px;
    top: 5px;
  }
}

.moduleBox2.center {
  justify-content: center;
}

.moduleBox2.center .moduleInnerBox {
  margin-top: 30vh;
}

.moduleBox2.center .moduleContentBox {
  overflow-y: hidden;
  max-height: none;
}

.moduleBox2.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 941px) {
  .moduleBox2.show.right .moduleInnerBox {
    transform: translateX(0);
  }
}

.moduleBox2.show.center .moduleInnerBox {
  margin-top: 10vh;
}

.moduleBox2 .moduleCloseStyle {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 1;
}

@media (max-width: 767px) {
  .moduleBox2 .moduleCloseStyle {
    right: 15px;
    top: 15px;
  }
}

.moduleCloseStyle {
  position: relative;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 640px) {
  .moduleCloseStyle {
    width: 36px;
    height: 36px;
  }
}

.moduleCloseStyle::before,
.moduleCloseStyle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background-color: #9d9d9d;
}

.moduleCloseStyle::before {
  transform: rotate(45deg);
}

.moduleCloseStyle::after {
  transform: rotate(-45deg);
}

.moduleCloseStyle.small {
  width: 26px;
  height: 26px;
}

.moduleCloseStyle2 {
  position: relative;
  z-index: 0;
  min-width: 180px;
  padding: 8px 30px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #888;
  background: none;
  border: 1px solid #d9d9d9;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.moduleCloseStyle2::before,
.moduleCloseStyle2::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(223, 116, 117, 0.8);
  transition: all 0.5s;
}

.moduleCloseStyle2::before {
  left: -100%;
}

.moduleCloseStyle2::after {
  right: -100%;
}

.moduleCloseStyle2.golden::before,
.moduleCloseStyle2.golden::after {
  background-color: rgba(183, 164, 105, 0.8);
}

.moduleCloseStyle2:hover {
  color: #fff;
}

.moduleCloseStyle2:hover::before {
  left: 0;
}

.moduleCloseStyle2:hover::after {
  right: 0;
}

.moduleCloseStyle3 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #df7475;
}

.moduleCloseStyle3:hover {
  background-color: #444;
}

.moduleCloseStyle3.absolute {
  position: absolute;
  right: 0;
  top: 0;
}

.moduleCloseStyle3::before,
.moduleCloseStyle3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.moduleCloseStyle3::before {
  transform: rotate(45deg);
}

.moduleCloseStyle3::after {
  transform: rotate(-45deg);
}

.moduleInnerBox {
  position: relative;
  z-index: 1005;
  width: 100%;
  min-height: 100%;
  max-width: 900px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  padding-top: 120px;
  padding-bottom: 50px;
}

@media (max-width: 940px) {
  .moduleInnerBox {
    width: calc(100% - 40px);
    padding-top: 50px;
  }
}

.moduleInnerBox .topBox {
  display: flex;
  justify-content: space-between;
}

.moduleContentBox {
  width: 100%;
  max-height: 100%;
  padding-left: 11%;
  padding-right: 11%;
  overflow-y: auto;
}

.moduleContentBox::-webkit-scrollbar {
  -webkit-appearance: none;
}

.moduleContentBox::-webkit-scrollbar:vertical {
  width: 12px;
}

.moduleContentBox::-webkit-scrollbar:horizontal {
  height: 12px;
}

.moduleContentBox::-webkit-scrollbar-thumb {
  background-color: #df7475;
  border-radius: 6px;
  border: 2px solid #eaeaea;
}

.moduleContentBox::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #eaeaea;
}

@media (max-width: 960px) {
  .moduleContentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popLanguageMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}

.popLanguageArea .moduleInsBox {
  position: relative;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  max-width: 400px;
  padding: 50px 15px 30px;
  background-color: #fff;
  border: 1px solid #df7475;
}

.popLanguageArea .text {
  font-size: 16px;
  text-align: center;
}

.popLanguageArea .link {
  padding-top: 10px;
  text-align: center;
}

.popLanguageArea .link a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 2px;
  background-color: #df7475;
  color: #fff;
}

.popLanguageArea .moduleContentBox {
  padding-left: 0;
  padding-right: 0;
}

/***↓↓↓會員登入↓↓↓**/
.loginArea .moduleInsBox {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 50px 30px 30px;
  background-color: #fff;
}

.loginArea .btn2 {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.loginArea .btn2 a {
  flex: 1;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
}

.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}

.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}

.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}

.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}

.loginArea .forgetCheck {
  display: none;
}

.loginArea .forgetCheck a.btn_relog {
  display: block;
  padding-top: 12px;
  text-align: center;
  text-align: center;
  text-decoration: underline;
}

.loginArea .textBox {
  padding-top: 12px;
  text-align: center;
}

.loginArea .textBox a {
  position: relative;
  display: inline-block;
}

.loginArea .textBox a:not(:last-child) {
  margin-right: 5px;
  padding-right: 5px;
}

.loginArea .textBox a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #444;
}

.loginArea .textBox .fb {
  color: #3b5998;
}

.loginArea .textBox .fb:hover {
  text-decoration: underline;
}

.loginArea .textBox .text {
  color: #888;
}

.loginArea .login_btn_status {
  position: relative;
}

.loginArea .login_btn_status::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: rotateAni 3s infinite linear;
  opacity: 0;
  transition: all 0.5s;
  background-color: currentColor;
  width: 20px;
  height: 20px;
  -webkit-mask-image: var(--svg-checked);
  mask-image: var(--svg-checked);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.loginArea .login_btn_status.loading {
  color: transparent;
  background-color: #e99d9e;
}

.loginArea .login_btn_status.loading::before {
  opacity: 1;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1180px) {
  header {
    background-color: #fff;
  }
}

header.white {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

header.white .btnMenu span::before,
header.white .btnMenu span::after {
  background-color: #666;
}

header.white .btnMenu::before,
header.white .btnMenu::after {
  background-color: #666;
}

@media (min-width: 1181px) {

  header:hover,
  header.sticky,
  header.otherOpen {
    background-color: #fff;
  }

  header:hover .webLogoText,
  header.sticky .webLogoText,
  header.otherOpen .webLogoText {
    color: #656565;
  }

  header:hover .btnMenu span::before,
  header:hover .btnMenu span::after,
  header.sticky .btnMenu span::before,
  header.sticky .btnMenu span::after,
  header.otherOpen .btnMenu span::before,
  header.otherOpen .btnMenu span::after {
    background-color: #666;
  }

  header:hover .btnMenu::before,
  header:hover .btnMenu::after,
  header.sticky .btnMenu::before,
  header.sticky .btnMenu::after,
  header.otherOpen .btnMenu::before,
  header.otherOpen .btnMenu::after {
    background-color: #666;
  }
}

@media (min-width: 1181px) and (max-width: 1180px) {

  header:hover .iconMember,
  header:hover .iconShop,
  header:hover .favStyle .iconFav,
  header:hover .iconLanguage,
  header:hover .iconSearch,
  header.sticky .iconMember,
  header.sticky .iconShop,
  header.sticky .favStyle .iconFav,
  header.sticky .iconLanguage,
  header.sticky .iconSearch,
  header.otherOpen .iconMember,
  header.otherOpen .iconShop,
  header.otherOpen .favStyle .iconFav,
  header.otherOpen .iconLanguage,
  header.otherOpen .iconSearch {
    color: #777777;
  }
}

@media (min-width: 1181px) and (max-width: 1180px) {

  header:hover .btnCurrency,
  header.sticky .btnCurrency,
  header.otherOpen .btnCurrency {
    color: #777777;
  }
}

header>.wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1180px) {
  header>.wrap {
    height: 50px;
  }
}

@media (max-width: 960px) {
  header>.wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header .logo {
  text-align: center;
  position: relative;
  width: 170px;
  transition: all 0.5s;
}

@media (min-width: 1181px) {
  header .logo {
    display: flex;
    align-items: center;
    height: 78px;
    padding-top: 10px;
  }
}


header .logo a {
  display: block;
  width: 100%;
  color: #646464;
}

header .logo .text {
  opacity: 0;
  display: none;
}

header .webLogo {
  display: inline-block;
  max-width: 170px;
  max-height: 35px;
  transition: all 0.5s;
}

@media (max-width: 414px) {
  header .logo,
  header .webLogo {
    max-width: 120px;
    max-height: 25px;
    margin-top: 0;
  }
}

header .webLogoText {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  width: 100px;
  height: 15px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1180px) {
  header .webLogoText {
    opacity: 1;
    color: #656565;
  }
}

header .leftBox {
  z-index: 30;
  position: absolute;
  left: 40px;
  display: flex;
  align-items: center;
}

@media (max-width: 1480px) {
  header .leftBox {
    left: 20px;
  }
}

@media (max-width: 960px) {
  header .leftBox {
    left: 8px;
  }
}

header .rightBox {
  z-index: 30;
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 300;
}

@media (max-width: 1480px) {
  header .rightBox {
    right: 20px;
  }
}

@media (max-width: 960px) {
  header .rightBox {
    right: 8px;
  }
}

header .rightBox a {
  font-size: 13px;
  letter-spacing: 0.02em;
}

header .btnStore {
  padding: 6px 12px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #e78e8f;
}

@media (min-width: 1181px) {
  header .btnStore {
    margin-right: 20px;
  }
}

header .btnStore:hover {
  opacity: 0.8;
}

header .btnShop {
  display: inline-flex;
  align-items: center;
  color: #777;
}

header .btnShop:hover {
  color: #df7475;
}

header .btnShop:hover .iconShop {
  color: #df7475;
}

header .btnMember {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

header .favStyle {
  display: inline-flex;
  align-items: center;
}

header .favStyle .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: #fff;
  background-color: #e78e8f;
  border-radius: 50%;
}

header .headMemberBox {
  position: relative;
  margin-left: 10px;
}

header .hasSubMenu.open .subMenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

header .hasSubMenu .subMenu {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}

header .hasSubMenu .subMenu a {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: #fff;
}

header .hasSubMenu .subMenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}

header .hasSubMenu .subMenu a:hover {
  background-color: #df7475;
  color: #fff;
}

header .iconMember,
header .iconShop,
header .favStyle .iconFav,
header .iconLanguage,
header .iconSearch {
  display: block;
  width: 15px;
  height: 15px;
  color: #898989;
}

header .iconMember:hover,
header .iconShop:hover,
header .favStyle .iconFav:hover,
header .iconLanguage:hover,
header .iconSearch:hover {
  color: #df7475;
}

@media (max-width: 1180px) {

  header .iconMember,
  header .iconShop,
  header .favStyle .iconFav,
  header .iconLanguage,
  header .iconSearch {
    color: #777;
  }
}

header .iconShop {
  margin-right: 6px;
}

header .favStyle .iconFav {
  margin-right: 5px;
  margin-left: 15px;
}

header .headLanBox,
header .headSearchBox,
header .headCurrencyBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  header .headCurrencyBox {
    display: none;
  }
}

header .btnCurrency {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #777;
}

header.sticky {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

header.sticky .btnMenu::before,
header.sticky .btnMenu::after {
  background-color: #666;
}

header.sticky .btnMenu span::before,
header.sticky .btnMenu span::after {
  background-color: #666;
}

@media (max-width: 1180px) {

  header .btnStore,
  header .btnShop,
  header .btnMember {
    display: none;
  }
}

.mobileStore {
  position: fixed;
  right: 20px;
  bottom: 95px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  background-color: #b25d5f;
  border-radius: 50%;
  box-shadow: 0 0 20px #777777a3;
}

.mobileStore:hover {
  color: #fff;
}

@media (min-width: 1181px) {
  .mobileStore {
    display: none;
  }
}

.menuMask,
.webMask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}

.menuMask.show,
.webMask.show {
  opacity: 1;
  pointer-events: auto;
}

.language {
  display: inline-block;
  vertical-align: middle;
}

.language .g_trans {
  display: inline-block;
  vertical-align: middle;
}

.language .g_trans a {
  display: block;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #516190;
  font-size: 13px;
  color: #516190;
}

.language .g_trans a i {
  margin-left: 10px;
}

.searchBox {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1px;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

.searchBox ::-webkit-input-placeholder {
  /* Chrome */
  color: #888;
}

.searchBox :-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
}

.searchBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  opacity: 1;
}

.searchBox :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #888;
  opacity: 1;
}

@media (max-width: 640px) {
  .searchBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.searchBox.show {
  opacity: 1;
  pointer-events: auto;
}

.searchBox .ins {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .searchBox .ins {
    flex-direction: column;
  }
}

.searchBox .searchInput {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  height: 36px;
  border-radius: 0;
}

@media (min-width: 641px) {
  .searchBox .btn3 {
    margin-left: 22px;
  }
}

@media (max-width: 640px) {
  .searchBox .btn3 {
    order: 3;
    text-align: center;
    margin-top: 20px;
  }
}

.searchBox .keyword {
  display: flex;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .searchBox .keyword {
    padding-bottom: 10px;
  }
}

.searchBox .keyword .title {
  flex-shrink: 0;
}

.searchBox .keyword .text a {
  display: inline-block;
  color: #888;
}

.searchBox .keyword .text a:not(:last-child)::after {
  content: "、";
}

.searchBox .keyword .text a:hover {
  color: #df7475;
}

.fixedSideBox {
  position: fixed;
  right: 10px;
  top: 500px;
  z-index: 55;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}

.fixedSideBox .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  background-image: url("/tw/images/reservationBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fixedSideBox .box:hover .text {
  text-decoration: underline;
}

.fixedSideBox .icon {
  width: 33px;
  margin-bottom: 3px;
}

.fixedSideBox .icon img {
  display: block;
  width: 100%;
}

.fixedSideBox .text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #e99193;
}

.goTopStyle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #fdfdfd;
  border: 1px solid #f1bbbc;
  transform: rotate(45deg);
  padding: 0;
  margin: 0;
  font-style: normal;
  cursor: pointer;
}

.goTopStyle i, .goTopStyle .iconAngleUp {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #e79394;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.goTopStyle:hover {
  background-color: #f1bbbc;
}

.goTopStyle:hover i, .goTopStyle:hover .iconAngleUp {
  color: #fff;
}

/*menu*/
.menuBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.headerSubMenuBox {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
}

.headerSubMenuBox.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.headerSubMenuBox .wrap {
  display: block;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.headerSubMenuList {
  width: 100%;
}

.headerSubMenuList li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  transition: all 0.5s ease-in-out;
}

.headerSubMenuList li.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.headerSubMenuList .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.headerSubMenuList .top .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6);
  min-height: 224px;
  text-align: center;
  overflow: hidden;
}

.headerSubMenuList .top .item.imgHover:hover .productImg {
  opacity: 0;
  /* filter: blur(3px); */
}

.headerSubMenuList .top .item.imgHover:hover .Img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.headerSubMenuList .top .item.imgHover:hover .title::after {
  transform: translateY(0);
  opacity: 1;
}

.headerSubMenuList .top .item.other .Img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.headerSubMenuList .top .item.other .title::after {
  transform: translateY(0);
  opacity: 1;
}

.headerSubMenuList .top .Img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* filter: blur(3px); */
  transform: scale(1.05);
  transition: all 1s ease-in-out;
}

.headerSubMenuList .top .productImg {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 170px;
  transition: all 1s ease-in-out;
}

.headerSubMenuList .top .title {
  position: relative;
  z-index: 6;
  display: inline-block;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 6px 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 300;
}

.headerSubMenuList .top .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.headerSubMenuList .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f2f2f2;
}

.headerSubMenuList .bottom .item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.headerSubMenuList .bottom .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #ddd;
}

.headerSubMenuList .bottom .productImg {
  width: 100%;
  max-width: 65px;
  margin-right: 10px;
}

.headerSubMenuList .bottom .title {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.headerSubMenuList .productImg img {
  display: block;
  width: 100%;
}

.headerSubMenuList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headerMenuStyle2 {
  display: flex;
  max-width: 1140px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.headerMenuStyle2 .left {
  width: 250px;
}

.headerMenuStyle2 .left .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.headerMenuStyle2 .left .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #c5c5c5;
}

.headerMenuStyle2 .left .text a {
  display: block;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.headerMenuStyle2 .right {
  width: calc(100% - 250px);
  padding-left: 30px;
}

.headerMenuStyle2 .itemListBox {
  display: flex;
  flex-wrap: wrap;
}

.headerMenuStyle2 .itemListBox .list {
  width: 33.333%;
  padding-bottom: 10px;
}

.headerMenuStyle2 .itemListBox .pic {
  background-color: #fff;
}

.headerMenuStyle2 .itemListBox .pic:hover img {
  opacity: 0.7;
}

.headerMenuStyle2 .itemListBox .pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.headerMenuStyle2 .itemListBox .text a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
}

.btnMenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

@media (min-width: 1181px) {
  .btnMenu {
    display: none;
  }
}

@media (max-width: 480px) {
  .btnMenu {
    margin-left: -5px;
  }
}

.btnMenu::before,
.btnMenu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -0.5px;
  width: 22px;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1180px) {

  .btnMenu::before,
  .btnMenu::after {
    background-color: #666;
  }
}

.btnMenu span {
  position: relative;
  width: 22px;
  height: 15px;
  overflow: hidden;
}

.btnMenu span::before,
.btnMenu span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1180px) {

  .btnMenu span::before,
  .btnMenu span::after {
    background-color: #666;
  }
}

.btnMenu span::before {
  top: 0;
}

.btnMenu span::after {
  bottom: 0;
}

.btnMenu.show::before {
  transform: rotate(45deg);
}

.btnMenu.show::after {
  transform: rotate(-45deg);
}

.btnMenu.show span::before {
  transform: translateX(100%);
}

.btnMenu.show span::after {
  transform: translateX(-100%);
}

.menu {
  display: flex;
  width: 100%;
}

@media (max-width: 1180px) {
  .menu {
    display: none;
  }
}

.menu.left {
  right: 150px;
}

@media (max-width: 1580px) {
  .menu.left {
    right: 115px;
  }
}

.menu.right {
  left: 150px;
}

@media (max-width: 1580px) {
  .menu.right {
    left: 115px;
  }
}

.menu>li {
  position: relative;
}

.menu>li>a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 28px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media (max-width: 1580px) {
  .menu>li>a {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.menu>li>a:hover {
  color: #df7475;
}

.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 150px;
  text-align: center;
}

.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #fff;
}

.menu .submenu a:hover {
  color: #fff;
  background-color: #516190;
}

.mobileIconMenuList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mobileIconMenuList::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.mobileIconMenuList li {
  width: 33.333%;
}

.mobileIconMenuList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 10px;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.mobileIconMenuList svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 480px) {
  .mobileIconMenuList svg {
    width: 36px;
    height: 36px;
  }
}

.mobileIconMenuList .text {
  font-size: 15px;
  letter-spacing: 0.08em;
}

@media (max-width: 480px) {
  .mobileIconMenuList .text {
    font-size: 13px;
  }
}

.mobileSectionTitle {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  background-color: #df7475;
}

.mobileMenuArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid #f2f2f2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}

.mobileMenuArea .languageBox {
  width: 100%;
  max-width: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.mobileMenuArea::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
}

.mobileMenuArea.show {
  opacity: 1;
  pointer-events: auto;
}

.mobileMenuArea.show::after {
  opacity: 1;
  transform: translateY(0);
}

.mobileMenuArea.show .mobileMenuIns {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.mobileMenuIns {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
}

.mobileMenu li {
  border-bottom: 1px solid #e9e9e9;
}

.mobileMenu li a {
  display: flex;
  align-items: center;
}

.mobileMenu li>a {
  position: relative;
  padding: 12px 20px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.mobileMenu li>a.hasSubMenu::after {
  content: "";
  position: absolute;
  right: 20px;
  color: #888;
  transition: all 0.5s;
  background-color: currentColor; 
  width: 13px;
  height: 13px;
  -webkit-mask-image: var(--svg-chevron-down);
  mask-image: var(--svg-chevron-down);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.mobileMenu li>a.open::after {
  transform: rotate(180deg);
}

.mobileMenu .subMenu {
  display: none;
  padding-left: 20px;
  padding-right: 12px;
  padding-bottom: 15px;
}

.mobileMenu .subMenu a {
  display: block;
  padding-left: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #888;
}

.mobileMenuItem {
  padding: 12px 20px;
}

.mobileMenuItem:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}

.bannerArea .bannerBox {
  width: 100%;
  max-width: 100%;
}

.landingBanner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.landingBanner.dark .Img img {
  opacity: 0.7;
}

@media (max-width: 1180px) {
  .landingBanner {
    padding-top: 50px;
  }
}

.landingBanner>.wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.landingBanner .bannerBox .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -730px;
  max-width: 1460px;
  width: calc(100% - 40px);
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1480px) {
  .landingBanner .bannerBox .wrap {
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .landingBanner .bannerBox .wrap {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.landingBanner .Img {
  background-color: #000;
}

.landingBanner .Img img {
  display: block;
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

/* 
@media (max-width: 960px) {
  .landingBanner .Img img {
    opacity: 0.85;
  }
}
*/

.landingBanner .wrap {
  display: flex;
}

.landingBanner .link {
  display: block;
}

.landingBanner .titleBox {
  font-family: "Baskervville", serif;
}

.landingBanner .titleBox .title {
  font-size: 26px;
  letter-spacing: 0.08em;
  color: #505761;
}

.landingBanner .titleBox .en {
  font-size: 24px;
}

.landingBanner .titleBox .note {
  line-height: 1.5;
}

.landingBanner .titleBox .note .no {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 34px;
  font-weight: 300;
}

.landingBanner.golden .bannerBox img {
  min-height: 460px;
  object-fit: cover;
}

.landingTextBox.icon {
  position: relative;
  padding-top: 45px;
}

.landingTextBox.icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  background-image: url(/tw/images/iconAluxe.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.landingTextBox .title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #505761;
}

.landingTextBox .en {
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #999;
}

.landingTextBox .text {
  padding-bottom: 25px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #7e8082;
  line-height: 1.6;
}

.landingTextBox.series .no {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #5b5a5a;
}

.landingTextBox.series .no::after {
  content: "Series";
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #888;
}

.landingTextBox.series .title {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.landingTextBox.center {
  text-align: center;
}

.landingTextBox.center::before {
  left: 50%;
  margin-left: -16.5px;
}

.landingTextBox.white .title {
  color: #fff;
}

.landingTextBox.white .en {
  color: #b3b3b3;
}

.landingTextBox.white .text {
  color: #fff;
}

.landingTextBox.white .button a {
  color: #fff;
  border-color: #fff;
}

.landingTextBox.white .button a:hover {
  border-color: transparent;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: #061540;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea li {
  line-height: 20px;
}

.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}

.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}

.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*頁尾資訊*/
footer .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1480px) {
  footer .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer .topBox .wrap {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

@media (max-width: 1480px) {
  footer .topBox .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

footer .downLogo {
  margin-bottom: 55px;
  max-width: 120px;
  color: #c28f6b;
}

header .webLogo {
 
  transition: all 0.5s;
}

footer .downLogo img {
  display: block;
  width: 100%;
}

@media (max-width: 640px) {
  footer .downLogo {
    display: none;
  }
}

footer .downLogo .webLogo {
  display: block;
  width: 100%;
  height: 100%;
}

footer .itemBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1480px) {
  footer .itemBox {
    flex-wrap: wrap;
  }
}

footer .leftBox,
footer .rightBox {
  width: 200px;
}

@media (max-width: 960px) {
  footer .leftBox {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  footer .leftBox {
    width: 100%;
  }
}

@media (max-width: 960px) {
  footer .rightBox {
    display: flex;
    width: calc(100% - 200px);
    padding-left: 30px;
  }
}

@media (max-width: 640px) {
  footer .rightBox {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 414px) {
  footer .rightBox {
    flex-direction: column;
  }
}

footer .centerBox {
  width: 100%;
  max-width: 900px;
}

@media (max-width: 1480px) {
  footer .centerBox {
    width: calc(100% - 400px);
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  footer .centerBox {
    order: -1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  footer .centerBox {
    order: inherit;
  }
}

footer .languageBox {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  footer .languageBox {
    width: 180px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media (max-width: 640px) {
  footer .languageBox {
    display: none;
  }
}

@media (max-width: 414px) {
  footer .languageBox {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (min-width: 641px) {
  footer .socialList {
    margin-left: -10px;
  }
}

footer .bottomBox .wrap {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
}

@media (max-width: 480px) {
  footer .bottomBox .wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer .bottomBox .left {
    margin-bottom: 6px;
  }
}

footer .bottomBox .left a {
  position: relative;
  color: #666;
  padding-right: 12px;
  margin-right: 12px;
}

footer .bottomBox .left a:hover {
  color: #df7475;
}

@media (max-width: 480px) {
  footer .bottomBox .left a {
    margin-left: 6px;
    margin-right: 6px;
  }
}

footer .bottomBox .left a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #b8b8b8;
}

footer .bottomBox .right {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #666;
}

@media (max-width: 480px) {
  footer .bottomBox .right {
    margin-right: auto;
  }
}

.translateIbest {
  margin-left: 6px;
}

.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 12px;
  color: #888;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #888;
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

.selectStyle {
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 0;
  color: #888;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  background-image: url("/tw/images/downArrow.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px 6px;
  border-bottom: 2px solid #e8e8e8;
}

.priceSortBox {
  display: flex;
  align-items: center;
}

.priceSortBox .text {
  padding-right: 12px;
}

@media (max-width: 767px) {
  .priceSortBox .text {
    display: none;
  }
}

.priceSortBox .selectStyle {
  width: 140px;
  border-bottom-width: 1px;
}

.downMenuList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 480px) {
  .downMenuList {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 20px;
  }
}

.downMenuList li {
  width: 25%;
}

@media (min-width: 481px) {
  .downMenuList li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .downMenuList li {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
  }
}

@media (min-width: 481px) {
  .downMenuList .title {
    padding-bottom: 15px;
  }
}

.downMenuList .title.show a::after {
  transform: rotate(180deg);
}

.downMenuList .title a {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #444;
}

@media (max-width: 480px) {
  .downMenuList .title a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }

  .downMenuList .title a::after {
    content: "";
    position: absolute;
    right: 20px;
    color: #b1b1b1;
    transition: all 0.5s;
    background-color: currentColor; 
    width: 13px;
    height: 13px;
    -webkit-mask-image: var(--svg-chevron-down);
    mask-image: var(--svg-chevron-down);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
}

.downMenuList .text {
  line-height: 1.8;
}

@media (max-width: 480px) {
  .downMenuList .text {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}

.downMenuList .text a {
  display: block;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #888;
}

.downMenuList .text a:hover {
  color: #df7475;
}

@media (max-width: 640px) {
  .socialBox {
    width: 100%;
    text-align: center;
  }
}

.socialList {
  display: flex;
}

@media (max-width: 640px) {
  .socialList {
    justify-content: center;
  }
}

.socialList a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 16px;
  color: #b6b6b6;
}

.socialList a:hover {
  color: #df7475;
}

.socialList svg, .socialList .iconLine {
  width: 19px;
  height: 19px;
}

@media (max-width: 640px) {
  .footerInfo .titleStyle1 {
    text-align: center;
  }
}

@media (max-width: 1480px) {
  .footerInfo ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.footerInfo li {
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #444;
  font-weight: 300;
}

@media (max-width: 1480px) {
  .footerInfo li {
    padding-right: 15px;
  }
}

@media (max-width: 640px) {
  .footerInfo li {
    width: 50%;
  }
}

@media (max-width: 414px) {
  .footerInfo li {
    width: 100%;
  }
}

.footerInfo .left {
  flex-shrink: 0;
  padding-right: 5px;
}

.footerInfo a {
  color: #444;
}

.footerInfo a:hover {
  color: #000;
}

.knowledgeInsArea {
  background-image: url("/tw/images/reservationInsBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.knowledgeInsArea .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.knowledgeInsList {
  display: flex;
  justify-content: center;
}

.knowledgeInsList.center .slick-list {
  display: flex;
  justify-content: center;
}

.knowledgeInsList li {
  position: relative;
  width: 33.333%;
}

.knowledgeInsList li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e6d0d4;
}

@media (max-width: 960px) {
  .knowledgeInsList li {
    width: 100%;
  }

  .knowledgeInsList li:not(:last-child) {
    display: none;
  }
}

.knowledgeInsList .item {
  text-align: center;
}

.knowledgeInsList .Img {
  display: inline-block;
  width: 42px;
}

.knowledgeInsList .Img a {
  display: block;
  overflow: hidden;
}

.knowledgeInsList .Img img {
  display: block;
  max-width: 100%;
  filter: drop-shadow(0 42px 0 #df7475);
}

@media (max-width: 960px) {
  .knowledgeInsList .Img img {
    position: relative;
    top: -42px;
  }
}

.knowledgeInsList .en {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #7e8082;
}

@media (max-width: 960px) {
  .knowledgeInsList .en {
    color: #df7475;
    font-size: 27px;
  }
}

.knowledgeInsList .iconArrow {
  display: none;
}

.knowledgeInsList .title a {
  display: inline-block;
  width: 260px;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #7e8082;
  border: 1px solid #bfbfbf;
}

.knowledgeInsList .title a:hover {
  background-color: #df7475;
  border-color: #df7475;
  color: #fff;
}

@media (max-width: 960px) {
  .knowledgeInsList .title a {
    color: #fff;
    background-color: #df7475;
    border-color: #df7475;
  }
}

.bread {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #888;
}

@media (max-width: 1180px) {
  .bread {
    display: none;
  }
}

.bread .wrap {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1480px) {
  .bread .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bread a {
  position: relative;
  display: inline-block;
  color: #888;
}

.bread a:hover {
  color: #df7475;
}

.bread a:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
}

.bread a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 4px;
  height: 1px;
  background-color: #a6a6a6;
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}

.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

.endArea {
  clear: both;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  background-color: #061540;
}

/*--title--*/
.titleStyle1 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
}

/*--button--*/
.btnMore a {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #888;
}

.btnMore a::before,
.btnMore a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.btnMore a::before {
  background-color: #c3c3c3;
}

.btnMore a::after {
  width: 0;
  background-color: #df7475;
  transition: all 0.3s ease-in-out;
}

.btnMore a:hover {
  color: #df7475;
}

.btnMore a:hover::after {
  width: 100%;
}

.button.center {
  text-align: center;
}

.button.right {
  text-align: right;
}

.button.column {
  display: flex;
  flex-direction: column;
  max-width: 260px;
}

.button.column a {
  margin-top: 12px;
}

.button a {
  display: inline-block;
  min-width: 180px;
  padding: 12px 35px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #888;
  border: 1px solid #c4c4c4;
  text-decoration: none;
}

.button a:hover {
  color: #fff;
  background-color: #df7475;
  border-color: #df7475;
}

.button a:hover.pink {
  background-color: transparent;
  color: #df7475;
}

.button.small a {
  min-width: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.button.pink a {
  border-color: #df7475;
  background-color: #df7475;
  color: #fff;
}

.button.pink a:hover {
  background-color: transparent;
  border-color: #df7475;
  color: #df7475;
}

.button.golden a {
  border-color: #b7a469;
  background-color: #b7a469;
  color: #fff;
}

.button.golden a:hover {
  background-color: transparent;
  border-color: #b7a469;
  color: #b7a469;
}

.button.golden a.border {
  background-color: transparent;
  border-color: #b7a469;
  color: #b7a469;
}

.button.golden a.border:hover {
  border-color: #b7a469;
  background-color: #b7a469;
  color: #fff;
}

.btn1.center {
  text-align: center;
}

.btn1 a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #dd7273;
}

.btn1 .iconArrow {
  width: 8px;
  height: 14px;
  margin-left: 12px;
}

.btn2.center {
  text-align: center;
}

.btn2 a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #df7475;
}

.btn2 a:hover {
  background-color: #444;
}

.btn2.light a {
  color: #df7475;
  background-color: #f5ecec;
}

.btn2.light a:hover {
  color: #fff;
  background-color: #df7475;
}

.btn3.center {
  text-align: center;
}

.btn3 a {
  display: inline-block;
  min-width: 180px;
  padding: 7px 35px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #888;
  border: 1px solid #e5e5e5;
}

.btn3 a.pink {
  border-color: #df7475;
  background-color: #df7475;
  color: #fff;
}

.btn3 a.dark {
  border-color: #bfbfbf;
  color: #7e8082;
}

.btn3 a:hover {
  color: #fff;
  background-color: #df7475;
  border-color: #df7475;
}

.btn3 a:hover.pink {
  background-color: transparent;
  color: #df7475;
}

.btn3.small a {
  min-width: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.btn3.large a {
  padding: 12px 35px;
}

@media (min-width: 481px) {
  .btn3.large a {
    min-width: 270px;
  }
}

.btn4 a {
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 15px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #fff;
  border: 1px solid #df7475;
  background-color: #df7475;
}

.btn4 a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 11px;
  height: 6px;
  background-image: url("/tw/images/iconArrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.btn4 a:hover {
  opacity: 0.7;
}

.btn4 a.line {
  background-color: #fff;
  color: #df7475;
}

.btn4 a.line::after {
  background-image: url("/tw/images/iconArrowPink.png");
}

.btn4 a.full {
  width: 100%;
}

@media (max-width: 640px) {
  .textEditor .contentBuilder .row {
    margin: 0;
  }
}

.favStyle {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.favStyle .iconFav {
  width: 17px;
  height: 17px;
  fill: transparent;
  color: #a6a6a6;
  transition: all 0.5s ease-in-out;
}

.favStyle:hover svg {
  color: #df7475;
}

.favStyle.isAdd svg {
  color: #df7475;
  fill: #df7475;
}

.layoutBox .textEditor {
  color: #738499;
}

.layoutBox .inner {
  display: flex;
}

@media (max-width: 960px) {
  .layoutBox .inner {
    flex-direction: column;
    align-items: center;
  }
}

.layoutBox .layoutFull {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.layoutBox .imgTypeLeft .textBox {
  padding-right: calc((100% - 1460px) / 2);
}

@media (max-width: 1500px) {
  .layoutBox .imgTypeLeft .textBox {
    padding-right: 20px;
  }
}

.layoutBox .imgTypeBg {
  position: relative;
  z-index: 0;
}

.layoutBox .imgTypeBg .Img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  .layoutBox .imgTypeBg .Img {
    position: relative;
  }
}

.layoutBox .imgTypeBg .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layoutBox .imgTypeBg .textBox {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .layoutBox .imgTypeBg .textBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.layoutBox .imgTypeRight {
  flex-direction: row-reverse;
}

.layoutBox .imgTypeRight .textBox {
  padding-left: calc((100% - 1460px) / 2);
}

@media (max-width: 1500px) {
  .layoutBox .imgTypeRight .textBox {
    padding-left: 20px;
  }
}

.layoutBox .imgTypeFull {
  flex-wrap: wrap;
}

.layoutBox .imgTypeFull .Img {
  width: 100%;
}

.layoutBox .imgTypeFull .Img img {
  display: block;
  width: 100%;
}

.layoutBox .textLeft {
  text-align: left;
}

.layoutBox .textCenter {
  text-align: center;
}

.layoutBox .textCenter .textBox {
  width: 100%;
  padding-left: 0;
}

.layoutBox .textRight {
  text-align: right;
}

.layoutBox .subTitle {
  color: #586d87;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.layoutBox .enTitle {
  line-height: 1.2;
  font-size: 25px;
  color: #122947;
}

.layoutBox .twTitle {
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #586d87;
}

.layoutBox .Img {
  width: 50%;
}

@media (max-width: 960px) {
  .layoutBox .Img {
    width: 100%;
  }
}

.layoutBox .Img img {
  display: block;
  max-width: 100%;
}

.layoutBox .textBox {
  width: 50%;
  padding-left: 60px;
}

@media (max-width: 960px) {
  .layoutBox .textBox {
    width: 100%;
    padding-left: 20px;
  }
}

.layoutBox .textList {
  padding-top: 50px;
}

.layoutBox .textList li {
  margin-bottom: 30px;
}

.layoutBox .textList li:nth-child(1) .item {
  padding-left: 25px;
  border-left: 4px solid #bac5d3;
}

.layoutBox .textList li:nth-child(1) .title {
  font-weight: 300;
  font-size: 32px;
}

@media (min-width: 1181px) {
  .layoutBox .textList li:nth-child(2) .item {
    padding-left: 120px;
  }
}

@media (min-width: 1181px) {
  .layoutBox .textList li:nth-child(3) .item {
    padding-left: 60px;
  }
}

@media (max-width: 1180px) {
  .layoutBox .textList li:not(:first-child) {
    padding-left: 28px;
  }
}

.layoutBox .textList .title {
  line-height: 1;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #344d6d;
}

.layoutBox .textList .text {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #738499;
}

.layoutBox .layoutStyle1 {
  position: relative;
  width: 100%;
}

@media (max-width: 1440px) {
  .layoutBox .layoutStyle1 {
    flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .layoutBox .layoutStyle1 .Img {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 100px;
  }
}

@media (max-width: 1440px) {
  .layoutBox .layoutStyle1 .Img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.layoutBox .layoutStyle1 .Img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.layoutBox .layoutStyle1 .textBox {
  width: 100%;
  padding: 0;
}

.layoutBox .layoutStyle1 .textList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.layoutBox .layoutStyle1 .textList li {
  display: flex;
  width: 50%;
}

@media (min-width: 961px) {
  .layoutBox .layoutStyle1 .textList li {
    margin-bottom: 50px;
  }
}

@media (max-width: 1440px) {
  .layoutBox .layoutStyle1 .textList li {
    width: 33.333%;
  }

  .layoutBox .layoutStyle1 .textList li .item {
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .layoutBox .layoutStyle1 .textList li {
    width: 100%;
  }
}

.layoutBox .layoutStyle1 .textList li:not(:nth-child(1)) .item {
  padding-left: 0;
}

@media (min-width: 1441px) {
  .layoutBox .layoutStyle1 .textList li:nth-child(1) {
    padding-left: 100px;
  }

  .layoutBox .layoutStyle1 .textList li:nth-child(2) {
    justify-content: flex-end;
    margin-top: 50px;
    padding-right: 60px;
  }

  .layoutBox .layoutStyle1 .textList li:nth-child(3) {
    width: 100%;
    justify-content: flex-end;
    padding-right: 100px;
  }
}

.layoutBox .layoutStyle1 .textList .item {
  width: 100%;
}

@media (min-width: 961px) {
  .layoutBox .layoutStyle1 .textList .item {
    max-width: 360px;
  }
}

.textEditor ul.reset {
  padding-left: 0;
  list-style-type: none;
}

.textEditor .innerBox {
  display: inline-block;
  width: 100%;
  max-width: 740px;
}

/*--list--*/
.flex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.cardList {
  margin-left: -10px;
  margin-right: -10px;
}

.cardList.flex {
  display: flex;
  flex-wrap: wrap;
}

.cardList.half li {
  width: 100%;
}

.cardList.half .item {
  display: flex;
  flex-wrap: wrap;
}

.cardList.half .Img,
.cardList.half .Txt {
  width: 50%;
}

@media (max-width: 960px) {

  .cardList.half .Img,
  .cardList.half .Txt {
    width: 100%;
  }
}

.cardList li {
  padding-left: 10px;
  padding-right: 10px;
}

.cardList .Img img {
  display: block;
  width: 100%;
}

.cardList .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #aaa;
}

.cardList .category {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 6px;
  padding-left: 6px;
}

.cardList .category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #d7d7d7;
}

.cardList .categoryTitle {
  position: relative;
  padding-left: 25px;
}

.cardList .categoryTitle::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 12px;
  height: 1px;
  background-color: #e1e1e1;
}

.cardList .Txt {
  padding-top: 12px;
}

.cardList .title {
  display: block;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #444;
}

.cardList .text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #999;
  line-height: 1.5;
  max-height: 42px;
  overflow: hidden;
}

.cardList2 li {
  width: 50%;
}

@media (max-width: 480px) {
  .cardList2 li {
    width: 100%;
  }
}

.cardList3 li {
  width: 33.333%;
}

@media (max-width: 640px) {
  .cardList3 li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .cardList3 li {
    width: 100%;
  }
}

.cardList4 li {
  width: 25%;
}

@media (max-width: 960px) {
  .cardList4 li {
    width: 33.333%;
  }
}

@media (max-width: 640px) {
  .cardList4 li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .cardList4 li {
    width: 100%;
  }
}

.listDateBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.listDateBox.center {
  justify-content: center;
}

.listDateBox .date,
.listDateBox .category {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #aaa;
}

.listDateBox .category {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
  text-transform: uppercase;
}

.listDateBox .category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  margin-top: 0;
  width: 1px;
  height: 12px;
  background-color: #aaa;
}

.listDateBox .mTitle {
  position: relative;
  padding-left: 18px;
  margin-left: 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #aaa;
}

.listDateBox .mTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 1px;
  background-color: #e1e1e1;
}

/*--checkBox--*/
.checkBox {
  position: relative;
  cursor: pointer;
}

.checkBox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.checkBox input[type=checkbox]:checked+.check {
  background-color: #df7475;
  border-color: #df7475;
}

.checkBox .check {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #b5b5b5;
  background-color: #f8f8f6;
  transition: all 0.5s;
  cursor: pointer;
}

.checkBox.disable {
  pointer-events: none;
}

.checkBox.disable .check {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}

/*--arrow--*/
.arrowStyle1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 44px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.arrowStyle1 .iconArrow {
  width: 23px;
  height: 44px;
  color: #cabcbb;
}

.arrowStyle1 .iconArrow:hover {
  color: #df7475;
}

.arrowStyle1.prevArrow {
  transform: scaleX(-1);
}

.arrowStyle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #7f7f7f;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.arrowStyle2 .iconArrow {
  width: 16px;
  height: 31px;
  color: #fff;
}

.arrowStyle2.prevArrow {
  transform: scaleX(-1);
}

.arrowStyle2:hover {
  background-color: #df7475;
}

.arrowStyle3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  background: none;
  color: #d1d1d1;
  cursor: pointer;
  transition: all 0.5s;
}

.arrowStyle3 .iconArrow2 {
  width: 7px;
  height: 12px;
}

.arrowStyle3.prevArrow .iconArrow2 {
  transform: scaleX(-1);
}

.arrowStyle3:hover {
  border-color: #df7475;
  background-color: #df7475;
  color: #fff;
}

.dotsBox {
  width: 100%;
}

.dotsBox.right {
  text-align: right;
}

.dotsBox.center {
  text-align: center;
}

.dotsBox .dots li {
  display: inline-block;
}

.dotsBox .dots li button {
  position: relative;
  display: block;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.dotsBox .dots li button:focus {
  outline: none;
}

.dotsBox .style1 li.slick-active button::after {
  background: #efacb8;
}

.dotsBox .style1 li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.dotsBox .style1 li button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e4e4e4;
}

.dotsBox .style2 li.slick-active button::after {
  background-color: #e3acac;
  border-color: #e3acac;
}

.dotsBox .style2 li button {
  width: 16px;
  height: 16px;
}

.dotsBox .style2 li button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border: 1px solid #cecece;
  transition: all 0.5s;
}

.dotsBox .style2 li button:hover::after {
  background-color: #e3acac;
  border-color: #e3acac;
}

/*********內頁**********/
/**********************/
.bannerArea.ins .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bannerInsArea .wrap {
  position: relative;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bannerInsArea .Img {
  background-color: #FAFAFA;
}

.bannerInsArea .Img img {
  display: block;
  width: 100%;
  min-height: 120px;
}

.bannerInsArea .ins {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bannerInsArea .Txt {
  width: 100%;
  max-width: 1460px;
  padding-left: 20px;
  padding-right: 20px;
  mix-blend-mode: normal;
}

.bannerInsArea .title {
  font-weight: 300;
  font-size: 20px;
  color: #444;
  letter-spacing: 0.1em;
}

.bannerInsArea .en {
  font-size: 30px;
  color: #444;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bannerInsArea .text {
  width: 100%;
  max-width: 400px;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #555;
  line-height: 1.7;
}

@media (max-width: 960px) {
  .bannerInsArea .Img img {
    opacity: 1;/*DotGo mod*/
    min-height: 270px;
    object-fit: cover;
  }

  .bannerInsArea .Txt {
    text-align: center;
    padding: 40px;/*DotGo add*/
    mix-blend-mode: exclusion;/*DotGo add*/
  }

  .bannerInsArea .title {
    color: #fff;
  }

  .bannerInsArea .en {
    font-size: 18px;
    color: #fff;
  }

  .bannerInsArea .text {
    display: none;/*DotGo add*/
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    color: #eee;
  }
}

.mainArea {
  padding: 30px 0;
}

.mainArea.contentBg {
  padding-top: 190px;
  padding-bottom: 0;
  background-color: #f5ecec;
  background-image: url("/tw/images/contentBg.png");
  background-repeat: no-repeat;
  background-position: right top;
}

@media (max-width: 1366px) {
  .mainArea.contentBg {
    padding-top: 150px;
  }
}

@media (max-width: 1180px) {
  .mainArea.contentBg {
    padding-top: 90px;
  }
}

.mainArea.noPt {
  padding-top: 0;
}

.mainArea.noPadding {
  padding: 0;
}

.mainArea.pt190 {
  padding-top: 190px;
}

@media (max-width: 1180px) {
  .mainArea.pt190 {
    padding-top: 100px;
  }
}

.topTitleBox {
  margin-bottom: 55px;
}

@media (max-width: 960px) {
  .topTitleBox {
    margin-bottom: 30px;
  }
}

.titleBox {
  position: relative;
  text-align: center;
  padding-top: 45px;
}

.titleBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16.5px;
  width: 33px;
  height: 33px;
  background-image: url("/tw/images/iconAluxe.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.titleBox .en {
  position: relative;
  font-weight: 500;
  font-size: 21px;
  color: #666;
  text-transform: uppercase;
}

.titleBox .en i {
  display: block;
  text-transform: none;
}

.titleBox .title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #555;
}

.titleBox .smallText {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #999;
}

.titleBox .text {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #505761;
}

.titleBox .text::before,
.titleBox .text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 125px;
  height: 1px;
  background-color: #b3aea7;
}

.titleBox .text::before {
  left: -125px;
}

.titleBox .text::after {
  right: -125px;
}

.titleBox .note {
  font-weight: 300;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #7e8082;
}

.titleBox.noIcon::before {
  display: none;
}

.titleBox.white::before {
  background-image: url("/tw/images/iconAluxeWhite.svg");
}

.titleBox.small .en {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.titleBox2 {
  display: flex;
  align-items: flex-end;
}

.titleBox2 .title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #555;
}

.titleBox2 .en {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #666;
  text-transform: uppercase;
}

.titleBox2 .note {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #999;
  line-height: 1.6;
}

.titleBox2.column {
  flex-direction: column;
  align-items: flex-start;
}

.titleBox3.center {
  text-align: center;
}

.titleBox3 .title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.titleBox3 .en {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
}

.titleBox3 .subTitle {
  font-size: 17px;
  letter-spacing: 0.08em;
}

.titleBox3 .note {
  padding-top: 8px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.7;
}

.titleBox3 .line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.titleBox3 .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #c5c5c5;
}

.titleBox4 {
  color: #505761;
  margin-bottom: 30px;
}

.titleBox4.center {
  text-align: center;
}

.titleBox4 .en {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.titleBox4 .title {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.titleBox5 .title {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #505761;
}

.titleBox5 .en {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #505761;
}

.titleBox5.flexRow {
  display: flex;
  align-items: center;
}

.titleBox5.flexRow .title {
  margin-right: 4px;
}

.titleBox6.center {
  text-align: center;
}

.titleBox6.icon {
  position: relative;
  padding-top: 45px;
}

.titleBox6.icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16.5px;
  width: 33px;
  height: 33px;
  background-image: url("/tw/images/iconAluxe.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.titleBox6 .title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #505761;
}

.titleBox6 .title::before,
.titleBox6 .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8d7d7;
}

.titleBox6 .title .ins {
  flex-shrink: 0;
  padding-right: 60px;
  padding-left: 60px;
}

.titleBox6 .note {
  padding-top: 3px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #7e8082;
}

.titleBox7 {
  position: relative;
  padding-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.titleBox7::before {
  content: "”";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 90px;
  color: #505761;
}

.titleBox7::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #eaeaea;
}

.titleBox7 .en {
  line-height: 1;
  font-size: 23px;
  letter-spacing: 0.05em;
  color: #505761;
}

.titleBox7 .title {
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #505761;
}

.textContentBox .en {
  line-height: 1.2;
  font-size: 17px;
  font-weight: 500;
  color: #505761;
  text-transform: uppercase;
}

.textContentBox .title {
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #505761;
}

.textContentBox .subTitle {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #505761;
}

.textContentBox .text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.textContentBox .line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.textContentBox .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #c5c5c5;
}

.textContentBox2 {
  color: #505761;
}

.textContentBox2 .title {
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.textContentBox2 .en {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.textContentBox2 .subTitle {
  padding-bottom: 3px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.textContentBox2 .text {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.7;
}

.textContentBox2 .line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.textContentBox2 .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #c5c5c5;
}

.textContentBox2.white {
  color: #fff;
}

.textContentBox2.center {
  text-align: center;
}

.textContentBox3 .title {
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #444;
}

.textContentBox3 .text {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #666;
  line-height: 1.7;
}

.textContentBox3 a {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #1a2d65;
  border-bottom: 1px solid #53618b;
}

.textContentBox3 a:hover {
  border-bottom: none;
}

.textContentBox3.center {
  text-align: center;
}

.mainTitle {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.08em;
}

.mainTitle2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.mainTitle2::before,
.mainTitle2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e6e6e6;
}

.mainTitle2 .ins {
  padding-left: 60px;
  padding-right: 60px;
  flex-shrink: 0;
}

.articleTitle {
  font-size: 23px;
  letter-spacing: 0.08em;
  color: #444;
  font-weight: 300;
}

.titleArea {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.titleArea .title {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.02em;
  color: #444;
}

.shareBox {
  display: flex;
  align-items: center;
}

.shareBox .text {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #aaa;
  text-transform: uppercase;
}

.shareBox .shareItem {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  font-size: 18px;
  color: #cbcbcb;
}

.shareBox .shareItem::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.shareBox .shareItem:hover {
  color: #fff;
}

.shareBox .shareItem:hover::after {
  background-color: #df7475;
  border-color: #df7475;
}

.shareBox .iconLine {
  width: 19px;
  height: 19px;
}

table.breakpoint>tbody>tr>td.expand {
  cursor: pointer;
  background: url("/tw/images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

/*--product--*/
.productList {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .productList {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.productList .item {
  position: relative;
  height: 100%;
  border: 1px solid #FFFFFF;
  transition: all 0.5s;
}

@media (max-width: 480px) {
  .productList .item {
    height: auto;
  }
}

.productList .item:hover {
  border-color: #e5e5e5;
}

.productList .item:hover::after {
  opacity: 1;
}

.productList .item:hover .Txt {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

.productList .item:hover .tag,
.productList .item:hover .btnFav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.productList .item:hover .tag {
  transition-delay: 0.3s;
}

.productList .item:hover .btnFav {
  transition-delay: 0.4s;
}

.productList > div,
.productList > li {
  margin: 15px;
}

@media (max-width: 767px) {
  .productList > div,
.productList > li {
    margin: 10px;
  }
}

.productList > div:not(.productAd) .Img,
.productList > li:not(.productAd) .Img {
  width: 100%;
}

.productList > div:not(.productAd) .Img a,
.productList > li:not(.productAd) .Img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.productList > div .Img img,
.productList > li .Img img {
  transform: translateZ(0);
}

.productList li.productAd .Img img ,
.productList li.slick-slide .Img img {
  background: transparent;
}

@media (max-width: 640px) {
  .productList li:not(.productAd) .Img img {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.productList li.type0 .item::before {
  padding-bottom: 50%;
}

.productList .Img {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.productList .Img a {
  display: block;
  height: 100%;
}

.productList .Img img {
  display: block;
  width: 100%;
}

.productList .Txt {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 30px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1181px) {
  .productList .Txt {
    opacity: 0;
    transform: translateY(5px);
    text-align: center;
  }
}

@media (max-width: 1180px) {
  .productList .Txt {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .productList .Txt {
    position: static;
  }
}

.productList .title {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #444;
  overflow: hidden;
}

.lang-en .productList .title {
  font-size: 14px;
}

@media (max-width: 640px) {
  .productList .title {
    font-size: 14px;
  }
}

@media (min-width: 481px) {
  .productList .title {
    max-height: 52px;
  }
}

.productList .carat {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #aaa;
}

.productList .price {
  padding-top: 5px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #666;
}

.productList .price span {
  padding-right: 3px;
}

.productList .text {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #999;
}

.productList .favStyle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

@media (min-width: 1181px) {
  .productList .favStyle {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.productList .tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #df7475;
}

@media (min-width: 1181px) {
  .productList .tag {
    position: absolute;
    left: 10px;
    top: 15px;
  }
}

@media (max-width: 1180px) {
  .productList .tag {
    margin-top: -30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
}

.productList .tagText {
  display: block;
  margin-bottom: 3px;
}

@media (min-width: 1181px) {

  .productList .tag,
  .productList .btnFav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }
}

.productList .btnFav.isAdd {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.productList .btnFav.show .itemBox {
  top: 50px;
}

.favBox {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.favBox .itemBox {
  position: absolute;
  right: 0;
  top: 20px;
  width: 160px;
  padding: 18px;
  background-color: #f8f8f6;
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: all 0.5s;
}

.favBox .item {
  display: block;
  padding: 3px;
  padding-bottom: 3px;
}

.favBox .checkBox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.favBox .text {
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #666;
}

.favBox .btn2 {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}

.favBox .btn2 a {
  width: 100%;
  text-align: center;
}

.favBox.show .itemBox {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hotProductBox {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

@media (max-width: 1280px) {
  .hotProductBox {
    flex-direction: column;
    text-align: center;
  }
}

.hotProductBox .titleBox3 {
  width: 285px;
}

@media (max-width: 1280px) {
  .hotProductBox .titleBox3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .hotProductBox .titleBox3 .en {
    display: none;
  }
}

.hotProductBox .productListBox {
  position: relative;
  width: calc(100% - 285px);
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1280px) {
  .hotProductBox .productListBox {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .hotProductBox .productListBox {
    padding-left: 0;
    padding-right: 0;
  }
}

.hotProductBox .arrowStyle1 {
  position: absolute;
  top: 50%;
  margin-top: -22px;
}

@media (max-width: 960px) {
  .hotProductBox .arrowStyle1 {
    display: none !important;
  }
}

.hotProductBox .prevArrow {
  left: 0;
}

.hotProductBox .nextArrow {
  right: 0;
}

@media (max-width: 767px) {

  .hotProductBox .item::after,
  .hotProductBox .favBox,
  .hotProductBox .Txt {
    display: none;
  }
}

@media (min-width: 961px) {
  .hotProductBox .dotsBox {
    display: none;
  }
}

.hotProductBox .productList li {
	float: left;
	width: calc((100% - 90px) / 3);
}
@media (max-width: 767px) {
	.hotProductBox .productList li {
		width: calc((100% - 60px) / 2);
	}
}

/*類別*/
.classBox {
  padding: 20px 0;
}

.classLinkStyle {
  text-align: center;
}

@media (max-width: 640px) {
  .classLinkStyle {
    display: none;
  }
}

.classLinkStyle li {
  display: inline-block;
}

.classLinkStyle a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #51649A;
  font-size: 13px;
  color: #51649A;
}

.classLinkStyle a:hover {
  color: #fff;
  background-color: #51649A;
}

.classLinkStyle a.current {
  color: #fff;
  background-color: #51649A;
}

.classLinkStyle a.current:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #51649A transparent transparent transparent;
}

.classLinkStyle2 {
  display: flex;
}

.classLinkStyle2 li {
  position: relative;
  flex: 1;
}

.classLinkStyle2 li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #e0e0e0;
}

.classLinkStyle2 a {
  display: block;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-left: none;
  border-right: none;
  padding: 11px 15px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.classLinkStyle2 a.current,
.classLinkStyle2 a:hover {
  background-color: #df7475;
  color: #fff;
}

.classLinkStyle2 .en {
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
  text-transform: uppercase;
}

.classLinkStyle2 .no {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.classLinkStyle2 .no::before {
  content: "( ";
}

.classLinkStyle2 .no::after {
  content: " )";
}

.classLinkStyle3 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
}

.classLinkStyle3 li {
  margin-right: 30px;
}

@media (max-width: 640px) {
  .classLinkStyle3 li {
    margin-right: 10px;
  }
}

.classLinkStyle3 a {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 300;
  color: #888;
}

@media (max-width: 640px) {
  .classLinkStyle3 a {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}

.classLinkStyle3 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #df7475;
  transition: all 0.5s;
}

.classLinkStyle3 a:hover,
.classLinkStyle3 a.current {
  color: #df7475;
}

.classLinkStyle3 a:hover::after,
.classLinkStyle3 a.current::after {
  width: 100%;
}

.classLinkStyle3 .no {
  margin-left: 5px;
}

.classLinkStyle3 .no::before {
  content: "( ";
}

.classLinkStyle3 .no::after {
  content: " )";
}

.m_classLink {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 641px) {
  .m_classLink {
    display: none;
  }
}

.m_classLink a.main {
  display: block;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding: 10px;
  background-color: #df7475;
  /* IE6-9 */
}

.m_classLink a.main b {
  font-weight: 400;
}

.m_classLink a.main i {
  display: block;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.m_classLink ul {
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  background: #FFF;
  border: 1px solid #d1d1d1;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  box-sizing: border-box;
}

.m_classLink ul li {
  padding: 0;
}

.m_classLink ul li a {
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #d1d1d1;
}

.m_classLink ul li:first-child a {
  border: none;
}

.sideMenuList a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  border-bottom: 1px solid #ebebeb;
}

.sideMenuList a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #e2a8a8;
  transition: all 0.4s ease-in-out;
}

.sideMenuList a:hover,
.sideMenuList a.current {
  color: #df7475;
}

.sideMenuList a:hover::after,
.sideMenuList a.current::after {
  width: 100%;
}

.sideMenuList.flexRow {
  display: flex;
  justify-content: center;
}

.sideMenuList.flexRow a {
  padding-left: 40px;
  padding-right: 40px;
}

.sideMenuList2 li {
  margin-bottom: 12px;
}

.sideMenuList2 .item {
  position: relative;
}

.sideMenuList2 .item:hover .Img img {
  opacity: 0.5;
}

.sideMenuList2 .Img {
  background-color: #1a2d65;
}

.sideMenuList2 .Img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.sideMenuList2 .title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
}

.secondMenuList {
  border-bottom: 1px solid #f2f2f2;
}

.secondMenuList li {
  display: inline-block;
}

.secondMenuList a {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 35px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.secondMenuList a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1a2d65;
  transition: all 0.5s;
}

.secondMenuList a:hover {
  color: #1a2d65;
}

.secondMenuList a:hover::after {
  width: 100%;
}

.secondMenuList .current a {
  color: #1a2d65;
}

.secondMenuList .current a::after {
  width: 100%;
}

/*--頁碼--*/
.pageBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pageBox.center {
  justify-content: center;
}

.pageBox.center a {
  margin-right: 4px;
  margin-left: 4px;
}

@media (min-width: 768px) {
  .pageBox.noPn .btn {
    display: none;
  }
}

.pageBox a,
.pageBox .total {
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #888;
}

.pageBox a:not(.btn),
.pageBox .total:not(.btn) {
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}

.pageBox a:not(.btn):hover,
.pageBox .total:not(.btn):hover {
  background-color: #df7475;
  border-color: #df7475;
  color: #fff;
}

.pageBox a.current,
.pageBox .total.current {
  background-color: #df7475;
  border-color: #df7475;
  color: #fff;
}

.pageBox a {
  display: flex;
}

@media (max-width: 767px) {
  .pageBox a:not(.btn) {
    display: none;
  }

  .pageBox a.current {
    display: flex;
  }
}

.pageBox .total {
  position: relative;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .pageBox .total {
    display: none;
  }
}

@media (max-width: 767px) {
  .pageBox .total {
    display: flex;
  }
}

@media (max-width: 767px) {
  .pageBox .total::before {
    content: "/";
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
  }
}

.pageBox .btn {
  padding-left: 45px;
  padding-right: 45px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #aaa;
}

@media (max-width: 767px) {
  .pageBox .btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.pageBox .btn .iconArrow2 {
  width: 13px;
  height: 23px;
  color: #c7c7c7;
  margin-left: 8px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .pageBox .btn.prev {
    margin-right: auto;
  }
}

.pageBox .btn.prev .iconArrow2 {
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .pageBox .btn.next {
    margin-left: auto;
  }
}

.goPageBox {
  position: relative;
  padding-top: 50px;
}

.goPageBox .wrap.full {
  max-width: 100%;
  padding: 0;
}

.goPageList {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .goPageList {
    padding-top: 40px;
  }
}

.goPageList.bottom {
  margin-top: 0;
  margin-bottom: 20px;
}

.goPageList.bottom::before {
  top: auto;
  bottom: -20px;
}

.goPageList::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 1px;
  background-color: #ebeaef;
}

.goPageList .prev,
.goPageList .next {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 767px) {

  .goPageList .prev,
  .goPageList .next {
    width: 50%;
    max-width: 100%;
  }
}

.goPageList .prev {
  margin-right: auto;
  order: 1;
}

@media (max-width: 767px) {
  .goPageList .prev {
    padding-right: 20px;
  }
}

.goPageList .prev .iconArrow {
  transform: scaleX(-1);
  margin-right: 25px;
}

.goPageList .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  order: 2;
}

@media (max-width: 1280px) {
  .goPageList .btn {
    top: 0;
    transform: translateX(-50%);
  }
}

.goPageList .next {
  margin-left: auto;
  order: 3;
}

@media (max-width: 767px) {
  .goPageList .next {
    padding-left: 20px;
  }
}

.goPageList .next .iconArrow {
  margin-left: 25px;
}

.goPageList .next .item {
  flex-direction: row-reverse;
  text-align: right;
}

.goPageList .item {
  display: flex;
}

.goPageList .item:hover .dirText {
  color: #df7475;
}

.goPageList .Img {
  display: flex;
  align-items: center;
  width: 80px;
}

@media (max-width: 440px) {
  .goPageList .Img {
    display: none;
  }
}

.goPageList .Img a {
  display: block;
  background-color: #fafafa;
}

.goPageList .Img img {
  display: block;
  width: 100%;
}

.goPageList .Txt {
  width: 100%;
  padding: 15px;
}

@media (max-width: 767px) {
  .goPageList .Txt {
    padding-left: 0;
    padding-right: 0;
  }
}

.goPageList .dirText {
  padding-bottom: 3px;
  color: #888;
  text-transform: uppercase;
  transition: all 0.5s;
}

.goPageList .title {
  display: block;
  padding-bottom: 3px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goPageList .text {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #aaa;
}

.goPageList .arrow {
  margin-top: auto;
  margin-bottom: auto;
  color: #e2e2e2;
}

.goPageList .iconArrow {
  width: 18px;
  height: 31px;
}

@media (max-width: 767px) {
  .goPageList .iconArrow {
    display: none;
  }
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}

.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}

.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sectionTitleBox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.sectionTitleBox.column {
  flex-direction: column;
  align-items: flex-start;
}

.sectionTitleBox .title {
  margin-right: 5px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.sectionTitleBox .en {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #888;
}

.sectionTitleBox.style1 .title {
  margin-bottom: 2px;
  color: #505761;
  margin-right: 0;
}

.sectionTitleBox.style1 .en {
  color: #505761;
  font-size: 17px;
  line-height: 1.2;
}

.sectionTitleBox.style2 .title {
  color: #444;
}

.sectionTitleBox.style2 .en {
  font-size: 19px;
  color: #333;
}

.sideNewsBox {
  position: relative;
}

.sideNewsList.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.sideNewsList li {
  margin-bottom: 35px;
}

.sideNewsList .Img img {
  display: block;
  width: 100%;
}

.sideNewsList .title {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.sideNewsList .text {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #999;
  line-height: 1.5;
}

.sideNewsList .mTitle {
  color: #aaa;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .sideNewsList.style1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 960px) {
  .sideNewsList.style1 li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sideNewsList.style1 .item {
  display: flex;
  align-items: flex-start;
  min-height: 75px;
}

@media (max-width: 960px) {
  .sideNewsList.style1 .item {
    flex-wrap: wrap;
  }
}

.sideNewsList.style1 .Img {
  width: 43%;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .sideNewsList.style1 .Img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.sideNewsList.style1 .Txt {
  flex-grow: 1;
}

@media (max-width: 960px) {
  .sideNewsList.style1 .Txt {
    width: 100%;
  }
}

.sideNewsList.style1 .title {
  padding-top: 0;
  max-height: 56px;
  color: #666;
  overflow: hidden;
}

.sideNewsList.style2 {
  margin-left: -24px;
  margin-right: -24px;
}

@media (max-width: 1580px) {
  .sideNewsList.style2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.sideNewsList.style2 li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1580px) {
  .sideNewsList.style2 li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sideNewsList.style2 li.slick-slide {
  border-bottom: none;
}

.sideNewsList.style2 .item {
  display: flex;
}

@media (max-width: 1580px) {
  .sideNewsList.style2 .item {
    flex-direction: column;
  }
}

.sideNewsList.style2 .Img {
  width: 160px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 1580px) {
  .sideNewsList.style2 .Img {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.sideNewsList.style2 .Img img {
  height: 100%;
  object-fit: cover;
}

.sideNewsList.style2 .Txt {
  flex-grow: 1;
}

.sideNewsList.style2 .title {
  height: 43px;
  padding-top: 0;
  padding-bottom: 3px;
}

.sideNewsList.style2 .text {
  height: 38px;
  margin-bottom: 5px;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
}

.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}

.tab a.current {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #f8f3f0;
  box-shadow: inset 0 3px 5px -2px #cecece;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}

.tabContent>li {
  display: none;
}

.tabContent .textEditor {
  margin: 0;
}

.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}

.side_menu li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.side_menu li>a {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.side_menu li>a.current {
  color: #df7475;
  border-bottom: 1px solid #e2a8a8;
}

.side_menu li>a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #888;
}

.side_menu .iconArrow2 {
  position: absolute;
  right: 0;
  top: 16px;
  width: 6px;
  height: 10px;
  transform: rotate(90deg);
  transform-origin: center center;
}

.side_menu dl {
  padding-top: 10px;
  padding-bottom: 10px;
}

.side_menu dl a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.side_menu dl a.current {
  color: #df7475;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}

.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}

.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
}

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}

.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.moreListArea {
  position: relative;
}

@media (max-width: 480px) {
  .moreListArea {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.moreListArea .topBox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .moreListArea .topBox {
    margin-bottom: 10px;
  }
}

.moreListArea .sectionTitleBox,
.moreListArea .dotsBox {
  width: 50%;
}

@media (max-width: 480px) {

  .moreListArea .sectionTitleBox,
  .moreListArea .dotsBox {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .moreListArea .dotsBox {
    text-align: right;
  }
}

@media (max-width: 640px) {
  .moreListArea .dotsBox {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}

.moreList {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 1023px) {
  .moreList {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.moreList li {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1023px) {
  .moreList li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.moreList .item {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .moreList .item {
    flex-wrap: wrap;
  }
}

.moreList .Img {
  width: 48%;
}

@media (max-width: 1023px) {
  .moreList .Img {
    width: 100%;
  }
}

.moreList .Img img {
  display: block;
  width: 100%;
}

.moreList .Txt {
  width: 52%;
  padding-top: 25px;
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .moreList .Txt {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
}

.moreList .listDateBox {
  padding-bottom: 15px;
}

@media (max-width: 1023px) {
  .moreList .listDateBox {
    padding-bottom: 5px;
  }
}

.moreList .title {
  display: block;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #666;
}

.moreList .note {
  overflow: hidden;
  max-height: 42px;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #999;
  font-weight: 300;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}

.captchaArea.unlocking .sliderBtn {
  transition: none;
}

.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s linear;
}

.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  pointer-events: none;
  background-color: currentColor; 
  width: 24px;
  height: 24px;
  -webkit-mask-image: var(--svg-arrow-right);
  mask-image: var(--svg-arrow-right);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

/*--form--*/
.formBox .wrapBox {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fafafa;
}

.formBox form {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.formNoteBox {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.6;
}

.formNoteBox .titleBox3 {
  color: #505761;
  line-height: 1.3;
  padding-bottom: 12px;
}

.formNoteBox.top {
  padding-bottom: 30px;
}

.formTitle {
  font-weight: 400;
  font-size: 20px;
  color: #626262;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ececec;
}

.formList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.formList>li {
  width: 50%;
  margin-bottom: 18px;
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 480px) {
  .formList>li {
    width: 100%;
  }
}

.formList>li.full {
  width: 100%;
}

.formList>li.center {
  text-align: center;
}

.formList>li.error .item {
  box-shadow: 0 0 10px #df7475;
}

.formList .item {
  display: flex;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.formList .item.column {
  flex-direction: column;
}

.formList .item.column .left {
  width: 100%;
  height: 40px;
}

.formList .item.column .left::after {
  display: none;
}

.formList .item.select {
  position: relative;
  height: 100%;
}

.formList .item.select .left {
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: none;
}

.formList .item.select .right {
  width: 100%;
  height: 40px;
}

.formList .item.textarea {
  align-items: flex-start;
  padding-top: 12px;
}

.formList .left,
.formList .right {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #888;
}

.formList .left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100px;
  padding-left: 10px;
  text-align: center;
}

.lang-en .formList .left {
  width: 135px;
}

@media (max-width: 1180px) {
  .formList .left {
    width: 110px;
    font-size: 16px;
  }
}

.formList .left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #d7d7d7;
}

.formList .right {
  width: calc(100% - 100px);
}

.lang-en .formList .right {
  width: calc(100% - 135px);
}

@media (max-width: 1180px) {
  .formList .right {
    width: calc(100% - 110px);
  }
}

@media (min-width: 961px) {

  .formList input,
  .formList select,
  .formList textarea {
    background-color: #fff;
  }
}

@media (max-width: 960px) {

  .formList input,
  .formList select,
  .formList textarea {
    background-color: transparent;
  }
}

@media (max-width: 1180px) {

  .formList input,
  .formList select,
  .formList textarea {
    font-size: 16px;
  }
}

.formList input {
  padding: 0 10px;
  height: 40px;
}

@media (max-width: 1180px) {
  .formList input {
    height: 44px;
  }
}

.formList textarea {
  padding: 0 10px;
  height: 100px;
}

.formList input,
.formList textarea {
  width: 100%;
  border: none;
}

.formList select {
  width: 100%;
  height: 40px;
  border: none;
  padding: 10px;
  background-image: url("/tw/images/arrowDown.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #888;
  font-size: 16px;
}

@media (min-width: 1181px) {
  .formList select {
    display: none;
  }
}

.formList select option {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f2f2f2;
}

.formList select option:hover {
  color: #fff;
  background: #456a7a;
}

.formList .selectTitle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background-image: url("/tw/images/arrowDown.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}

@media (max-width: 1180px) {

  .formList .selectList,
  .formList .selectTitle {
    display: none;
  }
}

.formList .note {
  letter-spacing: 0.02em;
  color: #808080;
}

.formList .call {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
  color: #808080;
  letter-spacing: 0.05em;
}

.formList .call .title {
  width: 100%;
}

.formList .call .text {
  width: 50%;
}

@media (max-width: 480px) {
  .formList .call .text {
    width: 100%;
  }
}

.formList .call a {
  display: inline-block;
  padding-left: 5px;
  color: #808080;
}

.formList .call a:hover {
  text-decoration: underline;
}

.formList2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.formList2>li {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.formList2>li.full {
  width: 100%;
}

.formList2 .left {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
  letter-spacing: 0.05em;
}

.formList2 .left em {
  color: #df7475;
}

.formList2 .noteTxt {
  margin-top: 10px;
  font-size: 13px;
  color: #959595;
  letter-spacing: 0.05em;
}

.formList2 input[type=text],
.formList2 input[type=password],
.formList2 select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.formList2 .addressTop {
  margin-bottom: 12px;
}

.formList2 .addressList {
  display: flex;
  margin: 12px 0 15px;
}

.formList2 .addressList input[name=data_zip] {
  width: 120px;
}

.formList2 .radioBox {
  margin-bottom: 12px;
}

.formList2 .text {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.switchType {
  position: relative;
}

.switchType input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.switchType input[type=radio]:checked~.title::before {
  border-color: #df7475;
}

.switchType input[type=radio]:checked~.title::after {
  transform: scale(1);
}

.switchType .title {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  font-size: 14px;
}

.switchType .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #dadada;
  transition: all 0.5s;
}

.switchType .title::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #df7475;
  border-radius: 50%;
  transform-origin: center;
  transform: scale(0);
  transition: all 0.5s;
}

.selectBox {
  background-color: #fff;
}

.selectBox.golden {
  display: none;
}

.selectList {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  border: 1px solid #d3dbdf;
  background-color: #f2f2f2;
  transform: translateY(12px) scale(1.01);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}

.selectList.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.selectList li {
  position: relative;
}

.selectList li:not(:last-child) .option {
  border-bottom: 1px solid #fff;
}

.selectList .option {
  padding: 12px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.5s;
}

.selectList .option:hover {
  color: #fff;
  background-color: #df7475;
}

.selectList .option:hover~.hoverBox {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1640px) {
  .selectList .option:hover~.hoverBox {
    transform: translateX(-15px);
  }
}

.selectList .hoverBox {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 20px;
  transform: translateX(15px);
  width: 245px;
  padding: 20px 30px;
  background-color: #df7475;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

@media (max-width: 1640px) {
  .selectList .hoverBox {
    left: auto;
    right: 100%;
    transform: translateX(-30px);
  }
}

@media (max-width: 1180px) {
  .selectList .hoverBox {
    display: none;
  }
}

.selectList .hoverBox::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #df7475 transparent transparent;
}

@media (max-width: 1640px) {
  .selectList .hoverBox::before {
    left: auto;
    right: -18px;
    transform: scaleX(-1);
  }
}

.selectList .hoverBox .title {
  padding-bottom: 5px;
}

.selectList .hoverBox .text {
  font-weight: 500;
}

.submitBtn {
  display: inline-block;
  background-color: #df7475;
  border: none;
  min-width: 200px;
  padding: 10px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: #fff;
  cursor: pointer;
}

.formBox.hasImg form {
  max-width: 100%;
}

.formBox.hasImg .formListBox {
  display: flex;
  background-color: #fafafa;
}

.formBox.hasImg .formListBox .imgBox {
  width: 42%;
}

@media (max-width: 1180px) {
  .formBox.hasImg .formListBox .imgBox {
    display: none;
  }
}

.formBox.hasImg .formListBox .imgBox img {
  display: block;
  width: 100%;
}

.formBox.hasImg .formListBox .formList {
  width: 58%;
  padding: 50px 100px;
}

@media (max-width: 1366px) {
  .formBox.hasImg .formListBox .formList {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1180px) {
  .formBox.hasImg .formListBox .formList {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .formBox.hasImg .formListBox .formList {
    padding: 0;
  }
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #fff;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.7s ease-in-out;
}

.imh_opacity:hover img {
  opacity: 0.7;
  transform: scale(1.05);
}

.giaArea .topBox {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-right: 20px;
}

.giaArea .total {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #888;
}

.giaArea .total .count {
  padding-left: 5px;
  padding-right: 5px;
}

.giaArea .titleBox4 {
  margin-bottom: 0;
}

.giaArea .titleBox4 .en {
  color: #888;
}

.giaArea .listBox {
  width: 100%;
  text-align: center;
  border-top: 1px solid #f2f2f2;
}

.giaArea .listTitle {
  display: flex;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #888;
  border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 480px) {
  .giaArea .listTitle {
    font-size: 12px;
  }
}

.giaArea .checkBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.giaArea .box {
  padding: 10px 5px;
}

.giaArea .shape {
  text-align: center;
}

.giaArea .shape img {
  display: inline-block;
  vertical-align: top;
  max-width: 20px;
}

.giaArea .list {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #444;
}

@media (max-width: 480px) {
  .giaArea .list {
    font-size: 12px;
  }
}

.giaArea .list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.giaArea .list .open {
  background-color: #fafafa;
}

.giaArea .list .item {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

.giaArea .list .bottom {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20%;
  padding-right: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.giaArea .list .text {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  width: 50%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 300;
  font-size: 15px;
  color: #888;
  letter-spacing: 0.08em;
  text-align: left;
}

.giaArea .bottomBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

@media (max-width: 960px) {
  .giaArea .bottomBox {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 960px) {
  .giaArea .pageBox {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
}

.giaArea .btn2 a {
  padding: 12px 40px;
}

.giaArea .moduleInnerBox {
  max-height: 100vh;
  overflow-y: auto;
}

.giaArea .moduleInnerBox::-webkit-scrollbar {
  -webkit-appearance: none;
}

.giaArea .moduleInnerBox::-webkit-scrollbar:vertical {
  width: 12px;
}

.giaArea .moduleInnerBox::-webkit-scrollbar:horizontal {
  height: 12px;
}

.giaArea .moduleInnerBox::-webkit-scrollbar-thumb {
  background-color: #df7475;
  border-radius: 6px;
  border: 2px solid #eaeaea;
}

.giaArea .moduleInnerBox::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #eaeaea;
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #000;
  transition: all 0.4s ease;
  background-color: currentColor; 
  width: 18px;
  height: 18px;
  -webkit-mask-image: var(--svg-search-zoom);
  mask-image: var(--svg-search-zoom);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: "微軟正黑體";
  color: #fff;
}

.itemHoverMore .Img {
  position: relative;
  overflow: hidden;
  background-color: #f5ecec;
}

.itemHoverMore .Img::before,
.itemHoverMore .Img::after {
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.itemHoverMore .Img::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  transform: scale(0.95);
  opacity: 0;
}

.itemHoverMore .Img::after {
  content: "More";
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  padding: 7px 43px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #b18c8c;
  opacity: 0;
  border: 1px solid #e0caca;
}

.itemHoverMore .Img img {
  transition: all 0.5s ease-in-out;
}

.itemHoverMore.hoverWhite .Img {
  background-color: #fff;
}

.itemHoverMore.hoverWhite .Img::before {
  border-color: #e0caca;
}

.itemHoverMore:hover .Img::before {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.2s;
}

.itemHoverMore:hover .Img::after {
  top: 50%;
  opacity: 1;
  transition-delay: 0.3s;
}

.itemHoverMore:hover .Img img {
  opacity: 0;
}

.lg-video-cont {
  max-width: 1200px !important;
}

@keyframes rotateAni {
  100% {
    transform: rotate(360deg);
  }
}
/* Source: tw/css/header_menu.css */
/* 選單最外層容器 */
.diamond-menu-li .headerMenuStyle2 .left {
    width: 55%;
}
.lang-en .diamond-menu-li .headerMenuStyle2 .left {
    width: 65%;
}
.diamond-menu-li .headerMenuStyle2 .left .title {
    display: none;
}

.diamond-menu-li .headerMenuStyle2 .itemListBox .list {
    width: clamp(33%, 50%, 100%);
    padding-top: 30px;
}

.aluxe-custom-menu {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
}

/* 連結基本樣式 */
.aluxe-custom-menu a {
    text-decoration: none;
    transition: color 0.2s;
    display: block; /* 讓連結佔滿區塊，方便點擊 */
}

.aluxe-custom-menu a:hover {
    color: #df7475;
}

/* 標題樣式 (如：形狀、研選鑽石、彩鑽...) */
.menu-heading {
    display: block;
    margin-top: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.08em;
}

.menu-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background-color: #c5c5c5;
}

/* 第一個標題上方不需要 margin */
.menu-column > .menu-heading:first-child {
    margin-top: 0;
}

/* 版面佈局系統 
    使用 Flexbox 進行分欄
*/
.menu-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* 欄位之間的間距 */
}

/* 左側欄位 (形狀區塊) */
.menu-column.col-shapes {
    flex: 0 0 auto;
    width: 100%; /* 手機版預設全寬 */
}

/* 右側欄位 (研選鑽石區塊) */
.menu-column.col-selection {
    flex: 0 0 auto;
    min-width: 150px;
}

/* 形狀列表 Grid 系統 
    手機與桌機皆為雙欄排列 (依照截圖)
*/

.shape-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 兩欄 */
    column-gap: 20px; /* 直行間距 */
    row-gap: 1px;    /* 橫列間距 */
    margin-bottom: 30px;
}

.shape-item {
    display: flex!important;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    padding: 4px 0;
}

.shape-icon {
    width: 20px;  /* 根據需求調整 icon 大小 */
    height: auto;
    display: inline-block;
    flex-shrink: 0;
    margin-right: 5px;
}

/* 純文字列表 (研選鑽石下方列表) */
.text-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* 獨立的標題連結樣式 (如：彩鑽、天然鑽石) */
.standalone-link {
    margin-top: 1px;
    display: block;
}


/* RWD 媒體查詢 
    針對桌機版 (寬度大於 768px) 進行調整 
*/
@media (min-width: 768px) {
    .menu-column.col-shapes {
        width: 230px;
    }
    
    .menu-layout {
        flex-direction: row; /* 水平排列 */
        align-items: flex-start;
    }
}

/* 針對手機版微調 
*/
@media (max-width: 767px) {

    .menu-layout {
        gap: 15px;
    }

    .shape-grid {
        margin-bottom: 15px;
    }

    .menu-heading {
        padding-bottom: 0px;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .menu-heading::after {
        display: none;
    }

    .menu-heading {
        margin-top: 25px; /* 手機版區塊分開一點 */
    }
    
    /* 手機版「形狀」標題上方不需要間距 */
    .col-shapes .menu-heading:first-child {
        margin-top: 0;
    }

    .shape-grid {
        margin-left: 20px;
    }

    .col-shapes {
        order: 2;
    }

    .col-selection {
        order: 1;
    }

    .mobileMenu .subMenu .aluxe-custom-menu .col-shapes a {
        padding-left: 0;
    }
    .aluxe-custom-menu .col-selection .menu-heading {
        display: none;
    }
}
/* Source: tw/css/module_base.css */
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('/public_font/HelveticaNeue-Medium.woff2') format('woff2');
  font-style: normal;
}

.mainArea {
  padding-top: 50px;
}

.aluxe-bg, .bg-blue-950 {
  background-color: rgb(23, 41, 76)!important; /* #17294c */
}
.aluxe-bg-orange {
  background-color: #df7475;
}

.aluxe-gold {
  color: #9b7e5c;
}

.aluxe-bg-pink {
  background-color: #e78e8f;
}

a.item_more {
  opacity: 0.8;
  padding: 2px 16px;
  display: inline-block;
  width: fit-content;
}


a.cate.more:hover,
a.item_more:hover {
  background-color: #efefef;
}

a.aluxe-bg.more {
  color: white;
  font-weight: 400;
  padding: 2px 16px;
}

.wrap.bg::after {
  content: "Loading...";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  font-weight: 300;
  width: 100%;
  height: 70vh;
  position: absolute;
}

.wrap.bg + .wrap {
  opacity: 0;
}

section .sub_title,
section .desc {
  text-align: center;
}

.wrap.bg + .wrap .q-and-a {
  text-align: left;
}

.aluxe-color {
  color: rgb(23, 41, 76); /* #17294c */
}

.tab-pane.hide {
  opacity: 1;
}

.slick-dots li, .slick-dots li button,
.slick-dots li button:before {
  font-size: 8px!important;
  width:  15px!important;
  margin: 0 2px!important;
}

.slick-dots li.slick-active button:before {
  font-size: 10px!important;
}

.text-on-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

a.fit-border {
  border: 1px solid #17294c;
  color: #17294c;
  padding: 2px 16px;
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  opacity: 0.8;
}

a.fit-border:hover {
  opacity: 1;
}

a.fit-border.dark {
  background-color: #17294c;
  border-color: #fff;
  color: #fff;
  opacity: 1;
}

a.fit-border.dark:hover {
  opacity: 0.8;
}

.mainArea .wrap {
  padding: 0;
  letter-spacing: var(--dt-letter-spacing);
}

.testimal .slick-slider h3 + hr::after{
  content: "";
  color: #333;
  position: absolute;
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 16px;
  left: calc(50% - 30px);
  top: -5px;
  letter-spacing: 2px;
  background:white url('/public/icons/diamond_black.webp') repeat-x;
  background-size: 12px;

}

#testimal-slider {
  overflow: hidden;
  box-shadow:#ddd 0px 0px 7px 1px;
}

.comment .star {
  background-image: url('/public/icons/star.webp');
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
}

.google_review::after {
  position: relative;
  display: block;
  content: "";
  height: 26px;
  margin-right: 5px;
  background: white url(/public/icons/google_review.webp);
  background-repeat: no-repeat;
  background-size: auto 10px;
  background-position: right 8px;
}

.q-and-a .arrow {
  display: block;
  width: 50px; /* Width of the arrow container */
  height: 40px; /* Height of the arrow container */
  position: absolute;
}

.q-and-a .arrow:before,
.q-and-a .arrow:after {
  content: '';
  position: absolute;
  background-color: black;
  top: 50%;
  left: 25%;
}

.q-and-a h2 .arrow:before, 
.q-and-a h2 .arrow:after {
    background-color: white;
}

.angle120::after, .angle120::before {
  width: 25px;
  height: 2px;
}
.angle120.arrow:after {
  transform: translateX(40%) rotate(30deg);
}

.angle120.arrow:before {
  transform: translateX(-45%) rotate(-30deg);
}

.angle90:before, .angle90:after {
  width: 16px;
  height: 2px;
}

.angle90.arrow:before {
  transform: translateX(3px) rotate(45deg);
}

.angle90.arrow:after {
  transform: translateX(-45%) rotate(-45deg);
}

.q-and-a h2 + div{
  height: auto;
  min-height: 100px;
}

.q-and-a h2 + div.hide {
  height: 0;
  min-height: 0;
}
.q-and-a h2 .arrow {
  top: 1.2rem;
  left: calc(50% - 25px);
}

#qaImg.hide {
  height:0;
}

#qaImg > .subtitle::before {
  display: inline-block;
  content: '';
  background: url(/public/icons/diamond.webp) no-repeat left 12px;
  background-size: 20px;
  width: 30px;
  height: 30px;
}

.q-and-a h3 .arrow.open {
  transform: rotate(180deg);
  left: 20px;
  margin-top: -8px;
}

.q-and-a .downMenuList .title a {
  padding: 3px 10px;
}

@media (max-width: 480px) {
  .q-and-a .downMenuList .title a::after {
    top: 3px;
    left: -10px;
    right: auto;
  }
}

.q-and-a button.close::after {
  content: "";
  position: absolute;
  padding: 0 7px;
  color: #666;
  transition: all 0.5s;
  transform: rotate(180deg);
  background-color: currentColor; 
  width: 16px;
  height: 16px;
  -webkit-mask-image: var(--svg-chevron-down);
  mask-image: var(--svg-chevron-down);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.reservation .ring-4 {
  padding-bottom: 4px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  color: white;
  width: 70px;
  height: 70px;
  background-size: 40px;
}

.dt-slick-prev, .dt-slick-next {
  position: absolute;
  opacity: 0.3;
  width: 30px;
  height: 30px;
  background-image: url('/public/icons/left-arrow.webp');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
  outline: none;
  z-index: 1;
  top: 130px;
}

.dt-slick-prev {
  left: -5px;
}

.dt-slick-next {
  rotate: 180deg;
  right: -5px;
}

.v2 .dt-slick-prev,
.v2 .dt-slick-next {
  height: 50px;
  top: 30%;
  filter: invert(1);
}
.v2 .dt-slick-prev {
  left: 10px;
}

.v2 .dt-slick-next {
  rotate: 180deg;
  right: 10px;
}

a.bg-blue-950 {
  line-height: 16px;
  font-size: 12px;
  padding: 1px 15px 2px;
  margin-top: 8px;
  display: inline-block;
  min-width: 70px;
  text-transform: capitalize;
}

.reservation a.bg-blue-950 {
  padding: 0 7px 4px;
}

.lang-en .reservation .btn_ringsize,
.lang-en .reservation .btn_service {
  font-size: 10px;
  text-wrap: nowrap;
}

.truncate-oneline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  .truncate-multiline {
      --max-lines: 3;
      position: relative;
      max-height: calc(var(--lh) * var(--max-lines));
      overflow: hidden;
      padding-right: 1rem;
  }
  .truncate-multiline::before {
      position: absolute;
      content: "...";
      bottom: 0;
      right: 0;
  }
  .truncate-multiline::after {
      content: "";
      position: absolute;
      right: 0;
      width: 1rem;
      height: 1rem;
      background: white;
  }

.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}

/*section -- best-choice */
.best-choice .slick-dots {
  bottom: -10px;
}
.best-choice .cate.more {
  margin-top: 8px;
}
.best-choice .slick-dotted.slick-slider {
  min-height: 215px;
  margin-bottom: 10px;
}
.best-choice .item_more {
  margin-top: 0px;
}
.best-choice {
  letter-spacing: 0.3px;
}
.best-choice > h2 {
  margin-top: 36px;
}
.best-choice .slick-slide > div{
  height: 230px;
}

.best-choice .slick-slide .Img {
  width: 100%;
  height: 168px;
  /* padding: 0px 30px 40px; */
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-size: 60%;
  transition: background-size 0.5s ease; 
}
.best-choice .slick-current .Img {
  /* padding: 0px 0px 15px; */
  background-size: 80%;
}

.lang-zh .best-choice a.more {
  font-size: 14px;
}

.link_article {
  border-bottom: 1px dotted #666;
  color: #666;
  padding: 10px 5px 2px;
}

.more_article a {
  font-size: 11px;
  display: inline-block;
  margin-top: 10px;
  color: #aaa;
  letter-spacing: 0;
  border-bottom: 1px dashed #aaa;
}

.Img.flip {
  position: relative;
  overflow: hidden;
}

.Img.flip .m_exp {
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 16px;
  bottom: -110%;
  position: absolute;
  transition: height 0.5s ease;
  animation: slideUp 0.5s ease;
}

.Img.flip .m_exp.light {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}

.slick-slide a:hover .Img.flip .m_exp {
  bottom: 0px;
  height: 100%;
  padding-bottom: 30px;
}

.logo_font {
  display: inline-block;
  padding-right: 3px;
  padding-left: 8px;
  letter-spacing: 3px;
  transform: scaleX(1.2);
}
/* Source: tw/css/module_block_pages.css */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-left-\[5px\] {
  left: -5px;
}
.-top-\[2px\] {
  top: -2px;
}
.-top-\[30px\] {
  top: -30px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[255px\] {
  bottom: 255px;
}
.bottom-\[7px\] {
  bottom: 7px;
}
.left-0 {
  left: 0px;
}
.left-\[36px\] {
  left: 36px;
}
.left-\[5px\] {
  left: 5px;
}
.left-\[65px\] {
  left: 65px;
}
.top-1 {
  top: 0.25rem;
}
.top-16 {
  top: 4rem;
}
.top-\[166px\] {
  top: 166px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[5px\] {
  top: 5px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.order-1 {
  order: 1;
}
.m-7 {
  margin: 1.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-\[25\%\] {
  margin-left: -25%;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-\[25\%\] {
  margin-top: -25%;
}
.-mt-\[57px\] {
  margin-top: -57px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-44 {
  height: 11rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[126px\] {
  height: 126px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[145px\] {
  height: 145px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[174px\] {
  height: 174px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[214px\] {
  height: 214px;
}
.h-\[225px\] {
  height: 225px;
}
.h-\[237px\] {
  height: 237px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[304px\] {
  height: 304px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[470px\] {
  height: 470px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[540px\] {
  height: 540px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[640px\] {
  height: 640px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[881px\] {
  height: 881px;
}
.h-full {
  height: 100%;
}
.max-h-\[130px\] {
  max-height: 130px;
}
.max-h-\[570px\] {
  max-height: 570px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[255px\] {
  min-height: 255px;
}
.w-20 {
  width: 5rem;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[222px\] {
  width: 222px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[754px\] {
  width: 754px;
}
.w-full {
  width: 100%;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.translate-x-\[7px\] {
  --tw-translate-x: 7px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-12 {
  gap: 3rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-e-2xl {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#eee\] {
  --tw-gradient-from: #eee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 238 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[transparent\] {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[length\:100\%_240px\] {
  background-size: 100% 240px;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-\[center\] {
  background-position: center;
}
.bg-\[center_bottom_22px\] {
  background-position: center bottom 22px;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[1\.6em\] {
  line-height: 1.6em;
}
.leading-\[1\.8em\] {
  line-height: 1.8em;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[1em\] {
  line-height: 1em;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[2em\] {
  line-height: 2em;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[50px\] {
  line-height: 50px;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.05px\] {
  letter-spacing: 0.05px;
}
.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}
.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.tracking-\[0\.9px\] {
  letter-spacing: 0.9px;
}
.tracking-\[1\.4px\] {
  letter-spacing: 1.4px;
}
.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-blue-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.hover\:font-semibold:hover {
  font-weight: 600;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.w-fit {
  width: fit-content;
}
.w-max {
  width: max-content;
}
.w-min {
  width: min-content;
}
.h-fit {
  height: fit-content;
}
.border, .border-1 {
  border: 1px solid;
}

@media (max-width: 365px) {
  .mx-9 {
    margin-left: 24px;
    margin-right: 24px;
  }
}

header .webLogo {
  display: inline-block;
  margin-top: -6px;
}
/* Source: tw/css/module_common.css */
.lang-zh h2, .lang-zh h3, .lang-zh .sub_title {
    letter-spacing: 0.1rem;
}


.bannerBox .wrap:has(.two_col) {
    padding: 0!important;
    max-width: none;
    left: auto;
    margin-left: auto;
    width: 100%;
}

.color-white, 
.color-white .desc,
.two_col.color-white .desc {
    color: white;
}

.two_col {
    letter-spacing: var(--dt-letter-spacing);
    max-width: clamp(1150px, 85vw, 1440px);
    margin: 0 auto;
    height:  100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    line-height: 1.5;
    border: 0px solid #a0a0a0;
}
.two_col > div {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-on-img .two_col .col_right {
    color: white;
    padding-left: 150px;
    padding-right: 30px;
}

.light .two_col .col_right {
    color: black;
}

.two_col h1, .two_col h2, .two_col h3 {
    font-size: 1.9rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.two_col .desc {
    color: #888888;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.8;
}

.two_col:has(a) .desc {
    margin-bottom: 1.9rem;
}

.text-on-img .two_col .desc,
.text-on-img .two_col .sub_title{
    color: white;
    font-weight: 400;
}

.two_col .btn_link {
    font-size: 115%;
    width: fit-content;
}

.lang-en .two_col,
.lang-en section .sub_title,
.lang-en .two_col .desc{
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

.lang-en .two_col h1, .lang-en .two_col h2, .lang-en .two_col h3 {
    font-weight: 600;
    line-height: 1.33;
}

.mbYTP_wrapper {
    width: 100%;
    height: 0!important;
    min-height: 0!important;
    position: relative!important;
    overflow: hidden;
}

.mbYTP_wrapper iframe {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 100%!important;
}

@media screen and (min-width: 1700px) {
    html, body {
        font-size: 16px;
    }
    .two_col {
        max-width: 1400px;
    }
}

@media screen and (max-width: 1310px) {
    .text-on-img .two_col .col_right {
        padding-left: 100px;
    }
}

@media screen and (max-width: 520px) {
    .two_col > div {
        scale: 0.5
    }
    .two_col > div h1, .two_col > div h2 {
        margin-right: -100%;
        text-align: left;
    }
}
/* Source: tw/css/module_desktop.css */
.aluxe-bg, .bg-blue-950 {
    background-color: rgb(23, 41, 76) !important;
}
.reservationArea > .aluxe-bg > div {
    height: 120px;
}
.items-center {
    align-items: center;
}
.reservationArea h2 {
    color: white;
    background-color: #e78e8f;
    text-align: center;
    width: 360px;
    line-height: 50px;
}
.lang-zh .reservationArea h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 500;
}

.lang-en .reservationArea h2 {
    font-size: 16px;
    font-weight: 300;
    white-space: pre;
    letter-spacing: 1px;
    border-radius: 4px;
}

.best-taste {
    width: 1120px;
    padding: 0 50px;
    margin: 0 auto;
}
.flex-col {
    flex-direction: column;
}
.wrap {
    width: 100%;
    max-width: 100%;
}
.wrap.bg {
    display: none;
    margin-top: -200px;
    height: 620px;
    position: absolute;
    opacity: 0.4;
    background-position: bottom center;
    z-index: 0;
    background-size: 100%;
}
.slick-slide .Img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.best-taste h2, .best-taste .sub_title {
    line-height: 1em;
    text-align: center;
    font-weight: 400;
    padding: 25px 0;
}
.best-taste h2 {
    letter-spacing: 2.2px;
    font-size: 24px;
    margin-top: 15px;
}
.best-taste .sub_title {
    font-size: 22px;
    letter-spacing: 1.8px;
    margin-top: 10px;
}
.best-taste h3,.best-taste div:nth-child(5)  {
    display: none;
}
.best-taste div:nth-child(4) {
    display: block!important;
}

.best-taste .slick-slide .item {
    padding: 10px;
}

.wrap.bg::after, .wrap.bg {
    display: none;
}
.wrap.bg + .wrap {
    opacity: 1;
}
.mainArea {
    padding-top: 101px;
}
.mainArea.sticky {
    padding-top: 0;
}
html, body {
    font-size: 13px;
}
.slick-wrapper {
    max-width: 1220px;
    margin: 0 auto;
}

.mbYTP_wrapper {
    padding-bottom: 56.25%;
}

@media screen and (min-width: 1700px) {
    html, body {
        font-size: 16px;
    }
    .slick-wrapper {
        max-width: 1400px;
    }
}

section.bread {
    display: none;
}

.content_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section h2,section h3 {
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
}

section h2 {
    font-size: 1.9rem;
}

section .sub_title {
    font-size: 1.65rem;
    font-weight: 300;
    text-align: center;
    line-height: 2;
    color: #a0a0a0;
}
.col_right h3 {
    text-align: left;
}
section.best-choice {
    padding: 100px 0;
}
.best-choice .slick-wrapper {
    padding: 30px 0;
    max-width: 1400px;
}

.text-gray-200 {
    color: #cccccc;
}

/*best-taste*/
.best-taste h2 + .sub_title {
    display: none;
}
.best-taste div:nth-child(4) {
    display: block !important;
    color: black;
}
.best-taste .slick-slide {
    padding:10px;
}

.lang-en  .diamond-style .two_col .desc {
    font-size: 18px;
}

@media screen and (max-width: 1310px) {
    .col_right .step_bg {
        transform: translateX(-50px) scale(0.85);
    }
}

@media screen and (min-width: 980px) {
    .q-and-a .downMenuList {
        margin:25px auto;
        max-width: 978px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
    }
    .q-and-a .downMenuList li,
    .q-and-a .downMenuList [role="listitem"] {
        width: 100%;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #dedede;
    }
    .q-and-a .downMenuList .title {
        text-align: left;
        padding: 0;
    }
    .q-and-a .downMenuList .title a,
    .q-and-a .downMenuList .title button {
        font-size: 16px;
        display: flex;
        align-items: center;
        padding: 10px 0;
        position: relative;
        width: 100%;
        cursor: pointer;
    }
    .q-and-a li .answer,
    .q-and-a [role="listitem"] .answer {
        font-size: 14px;
        padding: 5px 30px 10px 15px;
    }
    .q-and-a .downMenuList .title a::after,
    .q-and-a .downMenuList .title button::after {
        content: "";
        position: absolute;
        padding: 0 7px;
        color: #b1b1b1;
        transition: all 0.5s;
        transform: rotate(180deg);
        background-color: currentColor; 
        width: 16px;
        height: 16px;
        -webkit-mask-image: var(--svg-chevron-down);
        mask-image: var(--svg-chevron-down);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        mask-size: contain;
    }
}
/* Source: tw/css/master.css */
@charset "UTF-8";
/* CSS Document */







/* 1. CSS 變數定義 */
:root {
  --font-family-base: 'Helvetica Neue', Helvetica, -apple-system, sans-serif;
  --font-family-mono: 'Monaco', 'Courier New', monospace;
  --aluxe-pink: #df7475;
  --svg-chevron-down: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20fill%3D%27none%27%20viewBox%3D%270%200%2024%2024%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.5%27%3E%3Cpath%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%20d%3D%27m19.5%208.25-7.5%207.5-7.5-7.5%27%20%2F%3E%3C%2Fsvg%3E");
  --svg-loading: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.023%209.348h4.992v-.001M2.985%2019.644v-4.992m0%200h4.992m-4.993%200%203.181%203.183a8.25%208.25%200%200%200%2013.803-3.7M4.031%209.865a8.25%208.25%200%200%201%2013.803-3.7l3.181%203.182m0-4.991v4.99%22%20%2F%3E%3C%2Fsvg%3E%0A");
  --svg-checked: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m4.5%2012.75%206%206%209-13.5%22%20%2F%3E%3C%2Fsvg%3E");
  --svg-arrow-right: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.25%204.5%207.5%207.5-7.5%207.5%22%20%2F%3E%3C%2Fsvg%3E");
  --svg-search-zoom: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke-width%3D%221.5%22%20stroke%3D%22currentColor%22%20class%3D%22size-6%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m21%2021-5.197-5.197m0%200A7.5%207.5%200%201%200%205.196%205.196a7.5%207.5%200%200%200%2010.607%2010.607Z%22%20%2F%3E%3C%2Fsvg%3E");
}

/* 2. 全局重置與基礎設定 */
* {
  box-sizing: border-box;
  font-family: inherit;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3. HTML 根元素字體設定 */
html {
    font-family: var(--font-family-base);
}

/* 4. Body 預設字重 */
body {
    font-weight: 400;
}

/* 5. 等寬字體元素 */
code, pre, kbd, samp {
    font-family: var(--font-family-mono);
}

/* 6. 表單元素字體繼承 */
input, textarea, select, button {
    font-family: inherit;
    font-size: inherit;
}


*:focus {
  outline: none;
}

address {
  font-style: normal;
}

.language .g_trans a {
  box-sizing: border-box;
}

.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 200px) and (max-width: 1920px) {
  .test {
    background-color: blue;
  }
}

body {
  background-color: #fff;
  color: #444;
  font-size: 13px;
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
  width: 12px;
}

body::-webkit-scrollbar:horizontal {
  height: 12px;
}

body::-webkit-scrollbar-thumb {
  background-color: #df7475;
  border-radius: 6px;
  border: 2px solid #eaeaea;
}

body::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #eaeaea;
}

/*css3*/
a {
  color: #444;
  cursor: pointer;
  transition: all 0.4s ease;
}

a:hover {
  color: #df7475;
}

a.noHref {
  cursor: auto;
}

a.noHref:hover {
  color: inherit;
}

.defaultCursor {
  cursor: default;
}

[class*=col-] {
  float: left;
  box-sizing: border-box;
}

.b-box {
  box-sizing: border-box;
}

div.titan {
  /*--隱藏開影音、開相簿--*/
  display: none;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.33%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

a.btn_color1 {
  /*按鈕主色1*/
  color: #fff;
  background-color: #516190;
}

a.btn_color1:hover {
  background-color: #C85A56;
}

a.btn_color2 {
  /*按鈕主色2*/
  color: #fff;
  background-color: #A0A0A0;
}

a.btn_color2:hover {
  background-color: #999;
}

input[type=text] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.animationItem {
  transition: all 1s ease-in-out;
}

.animationBottom {
  transform: translateY(12px);
}

.outerWrap {
  position: relative;
  overflow-x: hidden;
  /* opacity: 0; */
  /* transition: all 0.7s ease-in-out; */
}

/* .outerWrap.show {
  opacity: 1;
} */

@media (max-width: 640px) {
  .column {
    padding: 0;
  }
}

.dragscroll {
  overflow-x: auto;
  cursor: move;
}

.dragscroll::-webkit-scrollbar {
  -webkit-appearance: none;
}

.dragscroll::-webkit-scrollbar:vertical {
  width: 12px;
}

.dragscroll::-webkit-scrollbar:horizontal {
  height: 12px;
}

.dragscroll::-webkit-scrollbar-thumb {
  background-color: #df7475;
  border-radius: 6px;
  border: 2px solid #eaeaea;
}

.dragscroll::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #eaeaea;
}

.dragscroll .listTitle,
.dragscroll .list {
  min-width: 1400px;
}

.dragscroll.dragSmall .listTitle,
.dragscroll.dragSmall .list {
  min-width: 700px;
}

.mainArea .wrap {
  width: 100%;
  max-width: 1460px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.wrap.full {
  max-width: 100%;
}

.wrap.maw1600 {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
}

.webSiteAd {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
}

.webSiteAd.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.webSiteAd .mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.webSiteAd .Img {
  position: relative;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}

.webSiteAd .Img a {
  display: block;
}

.webSiteAd .Img img {
  display: block;
  width: 100%;
  max-width: 1500px;
  max-height: 80vh;
}

.webSiteAd .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(223, 116, 117, 0.8);
}

.webSiteAd .close::before,
.webSiteAd .close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -0.5px;
  width: 26px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

.webSiteAd .close::before {
  transform: rotate(45deg);
}

.webSiteAd .close::after {
  transform: rotate(-45deg);
}

/*-moduleBox--*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1005;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.moduleBox.moduleQaptcha {
  max-width: 100% !important;
  border: none;
  background-color: transparent;
}

.moduleBox.moduleQaptcha.show>.box {
  pointer-events: auto;
}

.moduleBox.moduleQaptcha>.box {
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.moduleBox.moduleQaptcha h4 {
  margin-left: -25px;
  margin-right: -25px;
}

.moduleBox.moduleQaptcha .topic {
  margin-top: 10px;
  margin-bottom: 10px;
}

.moduleBox.moduleQaptcha .moduleClose i {
  display: none;
}

.moduleBox.overTop {
  align-items: flex-start;
}

.moduleBox.overTop .moduleInsBox {
  margin-top: 20px;
}

.moduleBox.show {
  opacity: 1;
  visibility: visible;
}

.moduleBox.show .moduleInsBox {
  pointer-events: auto;
  transform: translateY(0);
}

.moduleInsBox {
  pointer-events: none;
  transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
}

.moduleInsBox .titleBox3 {
  margin-bottom: 20px;
}

.moduleMask,
.moduleBox2Mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.moduleMask.show,
.moduleBox2Mask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.moduleBox2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  pointer-events: none;
  transition-property: transform, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}

.moduleBox2.right {
  justify-content: flex-end;
  overflow-y: hidden;
}

@media (max-width: 940px) {
  .moduleBox2.right {
    justify-content: center;
  }
}

@media (min-width: 941px) {
  .moduleBox2.right .moduleInnerBox {
    transform: translateX(30px);
  }
}

@media (max-width: 940px) {
  .moduleBox2.right .moduleInnerBox {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 940px) {
  .moduleBox2.right .moduleCloseStyle {
    right: 5px;
    top: 5px;
  }
}

.moduleBox2.center {
  justify-content: center;
}

.moduleBox2.center .moduleInnerBox {
  margin-top: 30vh;
}

.moduleBox2.center .moduleContentBox {
  overflow-y: hidden;
  max-height: none;
}

.moduleBox2.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (min-width: 941px) {
  .moduleBox2.show.right .moduleInnerBox {
    transform: translateX(0);
  }
}

.moduleBox2.show.center .moduleInnerBox {
  margin-top: 10vh;
}

.moduleBox2 .moduleCloseStyle {
  position: absolute;
  top: 45px;
  right: 45px;
  z-index: 1;
}

@media (max-width: 767px) {
  .moduleBox2 .moduleCloseStyle {
    right: 15px;
    top: 15px;
  }
}

.moduleCloseStyle {
  position: relative;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 640px) {
  .moduleCloseStyle {
    width: 36px;
    height: 36px;
  }
}

.moduleCloseStyle::before,
.moduleCloseStyle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  margin-top: -0.5px;
  width: 100%;
  height: 1px;
  background-color: #9d9d9d;
}

.moduleCloseStyle::before {
  transform: rotate(45deg);
}

.moduleCloseStyle::after {
  transform: rotate(-45deg);
}

.moduleCloseStyle.small {
  width: 26px;
  height: 26px;
}

.moduleCloseStyle2 {
  position: relative;
  z-index: 0;
  min-width: 180px;
  padding: 8px 30px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #888;
  background: none;
  border: 1px solid #d9d9d9;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}

.moduleCloseStyle2::before,
.moduleCloseStyle2::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(223, 116, 117, 0.8);
  transition: all 0.5s;
}

.moduleCloseStyle2::before {
  left: -100%;
}

.moduleCloseStyle2::after {
  right: -100%;
}

.moduleCloseStyle2.golden::before,
.moduleCloseStyle2.golden::after {
  background-color: rgba(183, 164, 105, 0.8);
}

.moduleCloseStyle2:hover {
  color: #fff;
}

.moduleCloseStyle2:hover::before {
  left: 0;
}

.moduleCloseStyle2:hover::after {
  right: 0;
}

.moduleCloseStyle3 {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #df7475;
}

.moduleCloseStyle3:hover {
  background-color: #444;
}

.moduleCloseStyle3.absolute {
  position: absolute;
  right: 0;
  top: 0;
}

.moduleCloseStyle3::before,
.moduleCloseStyle3::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.moduleCloseStyle3::before {
  transform: rotate(45deg);
}

.moduleCloseStyle3::after {
  transform: rotate(-45deg);
}

.moduleInnerBox {
  position: relative;
  z-index: 1005;
  width: 100%;
  min-height: 100%;
  max-width: 900px;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  padding-top: 120px;
  padding-bottom: 50px;
}

@media (max-width: 940px) {
  .moduleInnerBox {
    width: calc(100% - 40px);
    padding-top: 50px;
  }
}

.moduleInnerBox .topBox {
  display: flex;
  justify-content: space-between;
}

.moduleContentBox {
  width: 100%;
  max-height: 100%;
  padding-left: 11%;
  padding-right: 11%;
  overflow-y: auto;
}

.moduleContentBox::-webkit-scrollbar {
  -webkit-appearance: none;
}

.moduleContentBox::-webkit-scrollbar:vertical {
  width: 12px;
}

.moduleContentBox::-webkit-scrollbar:horizontal {
  height: 12px;
}

.moduleContentBox::-webkit-scrollbar-thumb {
  background-color: #df7475;
  border-radius: 6px;
  border: 2px solid #eaeaea;
}

.moduleContentBox::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #eaeaea;
}

@media (max-width: 960px) {
  .moduleContentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popLanguageMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}

.popLanguageArea .moduleInsBox {
  position: relative;
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  max-width: 400px;
  padding: 50px 15px 30px;
  background-color: #fff;
  border: 1px solid #df7475;
}

.popLanguageArea .text {
  font-size: 16px;
  text-align: center;
}

.popLanguageArea .link {
  padding-top: 10px;
  text-align: center;
}

.popLanguageArea .link a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 2px;
  background-color: #df7475;
  color: #fff;
}

.popLanguageArea .moduleContentBox {
  padding-left: 0;
  padding-right: 0;
}

/***↓↓↓會員登入↓↓↓**/
.loginArea .moduleInsBox {
  position: relative;
  width: 100%;
  max-width: 400px;
  padding: 50px 30px 30px;
  background-color: #fff;
}

.loginArea .btn2 {
  display: flex;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}

.loginArea .btn2 a {
  flex: 1;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
}

.loginArea .forget {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  color: #2f2f2f;
}

.loginArea .forget span {
  font-size: 13px;
  color: #e1e1e1;
}

.loginArea .forget strong a {
  font-weight: 400;
  color: #f93;
  text-decoration: underline;
}

.loginArea .forget b a {
  font-weight: 400;
  font-size: 18px;
  color: #09f;
  text-decoration: underline;
}

.loginArea .forgetCheck {
  display: none;
}

.loginArea .forgetCheck a.btn_relog {
  display: block;
  padding-top: 12px;
  text-align: center;
  text-align: center;
  text-decoration: underline;
}

.loginArea .textBox {
  padding-top: 12px;
  text-align: center;
}

.loginArea .textBox a {
  position: relative;
  display: inline-block;
}

.loginArea .textBox a:not(:last-child) {
  margin-right: 5px;
  padding-right: 5px;
}

.loginArea .textBox a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #444;
}

.loginArea .textBox .fb {
  color: #3b5998;
}

.loginArea .textBox .fb:hover {
  text-decoration: underline;
}

.loginArea .textBox .text {
  color: #888;
}

.loginArea .login_btn_status {
  position: relative;
}

.loginArea .login_btn_status::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: rotateAni 3s infinite linear;
  opacity: 0;
  transition: all 0.5s;
  background-color: currentColor;
  width: 20px;
  height: 20px;
  -webkit-mask-image: var(--svg-checked);
  mask-image: var(--svg-checked);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.loginArea .login_btn_status.loading {
  color: transparent;
  background-color: #e99d9e;
}

.loginArea .login_btn_status.loading::before {
  opacity: 1;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1180px) {
  header {
    background-color: #fff;
  }
}

header.white {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

header.white .btnMenu span::before,
header.white .btnMenu span::after {
  background-color: #666;
}

header.white .btnMenu::before,
header.white .btnMenu::after {
  background-color: #666;
}

@media (min-width: 1181px) {

  header:hover,
  header.sticky,
  header.otherOpen {
    background-color: #fff;
  }

  header:hover .webLogoText,
  header.sticky .webLogoText,
  header.otherOpen .webLogoText {
    color: #656565;
  }

  header:hover .btnMenu span::before,
  header:hover .btnMenu span::after,
  header.sticky .btnMenu span::before,
  header.sticky .btnMenu span::after,
  header.otherOpen .btnMenu span::before,
  header.otherOpen .btnMenu span::after {
    background-color: #666;
  }

  header:hover .btnMenu::before,
  header:hover .btnMenu::after,
  header.sticky .btnMenu::before,
  header.sticky .btnMenu::after,
  header.otherOpen .btnMenu::before,
  header.otherOpen .btnMenu::after {
    background-color: #666;
  }
}

@media (min-width: 1181px) and (max-width: 1180px) {

  header:hover .iconMember,
  header:hover .iconShop,
  header:hover .favStyle .iconFav,
  header:hover .iconLanguage,
  header:hover .iconSearch,
  header.sticky .iconMember,
  header.sticky .iconShop,
  header.sticky .favStyle .iconFav,
  header.sticky .iconLanguage,
  header.sticky .iconSearch,
  header.otherOpen .iconMember,
  header.otherOpen .iconShop,
  header.otherOpen .favStyle .iconFav,
  header.otherOpen .iconLanguage,
  header.otherOpen .iconSearch {
    color: #777777;
  }
}

@media (min-width: 1181px) and (max-width: 1180px) {

  header:hover .btnCurrency,
  header.sticky .btnCurrency,
  header.otherOpen .btnCurrency {
    color: #777777;
  }
}

header>.wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1180px) {
  header>.wrap {
    height: 50px;
  }
}

@media (max-width: 960px) {
  header>.wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

header .logo {
  text-align: center;
  position: relative;
  width: 170px;
  transition: all 0.5s;
}

@media (min-width: 1181px) {
  header .logo {
    display: flex;
    align-items: center;
    height: 78px;
    padding-top: 10px;
  }
}


header .logo a {
  display: block;
  width: 100%;
  color: #646464;
}

header .logo .text {
  opacity: 0;
  display: none;
}

header .webLogo {
  display: inline-block;
  max-width: 170px;
  max-height: 35px;
  transition: all 0.5s;
}

@media (max-width: 414px) {
  header .logo,
  header .webLogo {
    max-width: 120px;
    max-height: 25px;
    margin-top: 0;
  }
}

header .webLogoText {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  width: 100px;
  height: 15px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1180px) {
  header .webLogoText {
    opacity: 1;
    color: #656565;
  }
}

header .leftBox {
  z-index: 30;
  position: absolute;
  left: 40px;
  display: flex;
  align-items: center;
}

@media (max-width: 1480px) {
  header .leftBox {
    left: 20px;
  }
}

@media (max-width: 960px) {
  header .leftBox {
    left: 8px;
  }
}

header .rightBox {
  z-index: 30;
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 300;
}

@media (max-width: 1480px) {
  header .rightBox {
    right: 20px;
  }
}

@media (max-width: 960px) {
  header .rightBox {
    right: 8px;
  }
}

header .rightBox a {
  font-size: 13px;
  letter-spacing: 0.02em;
}

header .btnStore {
  padding: 6px 12px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #e78e8f;
}

@media (min-width: 1181px) {
  header .btnStore {
    margin-right: 20px;
  }
}

header .btnStore:hover {
  opacity: 0.8;
}

header .btnShop {
  display: inline-flex;
  align-items: center;
  color: #777;
}

header .btnShop:hover {
  color: #df7475;
}

header .btnShop:hover .iconShop {
  color: #df7475;
}

header .btnMember {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
}

header .favStyle {
  display: inline-flex;
  align-items: center;
}

header .favStyle .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: #fff;
  background-color: #e78e8f;
  border-radius: 50%;
}

header .headMemberBox {
  position: relative;
  margin-left: 10px;
}

header .hasSubMenu.open .subMenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

header .hasSubMenu .subMenu {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}

header .hasSubMenu .subMenu a {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: #fff;
}

header .hasSubMenu .subMenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}

header .hasSubMenu .subMenu a:hover {
  background-color: #df7475;
  color: #fff;
}

header .iconMember,
header .iconShop,
header .favStyle .iconFav,
header .iconLanguage,
header .iconSearch {
  display: block;
  width: 15px;
  height: 15px;
  color: #898989;
}

header .iconMember:hover,
header .iconShop:hover,
header .favStyle .iconFav:hover,
header .iconLanguage:hover,
header .iconSearch:hover {
  color: #df7475;
}

@media (max-width: 1180px) {

  header .iconMember,
  header .iconShop,
  header .favStyle .iconFav,
  header .iconLanguage,
  header .iconSearch {
    color: #777;
  }
}

header .iconShop {
  margin-right: 6px;
}

header .favStyle .iconFav {
  margin-right: 5px;
  margin-left: 15px;
}

header .headLanBox,
header .headSearchBox,
header .headCurrencyBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

@media (max-width: 767px) {
  header .headCurrencyBox {
    display: none;
  }
}

header .btnCurrency {
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #777;
}

header.sticky {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

header.sticky .btnMenu::before,
header.sticky .btnMenu::after {
  background-color: #666;
}

header.sticky .btnMenu span::before,
header.sticky .btnMenu span::after {
  background-color: #666;
}

@media (max-width: 1180px) {

  header .btnStore,
  header .btnShop,
  header .btnMember {
    display: none;
  }
}

.mobileStore {
  position: fixed;
  right: 20px;
  bottom: 95px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
  background-color: #b25d5f;
  border-radius: 50%;
  box-shadow: 0 0 20px #777777a3;
}

.mobileStore:hover {
  color: #fff;
}

@media (min-width: 1181px) {
  .mobileStore {
    display: none;
  }
}

.menuMask,
.webMask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease-in-out;
}

.menuMask.show,
.webMask.show {
  opacity: 1;
  pointer-events: auto;
}

.language {
  display: inline-block;
  vertical-align: middle;
}

.language .g_trans {
  display: inline-block;
  vertical-align: middle;
}

.language .g_trans a {
  display: block;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #516190;
  font-size: 13px;
  color: #516190;
}

.language .g_trans a i {
  margin-left: 10px;
}

.searchBox {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 1px;
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

.searchBox ::-webkit-input-placeholder {
  /* Chrome */
  color: #888;
}

.searchBox :-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
}

.searchBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  opacity: 1;
}

.searchBox :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #888;
  opacity: 1;
}

@media (max-width: 640px) {
  .searchBox {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.searchBox.show {
  opacity: 1;
  pointer-events: auto;
}

.searchBox .ins {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 640px) {
  .searchBox .ins {
    flex-direction: column;
  }
}

.searchBox .searchInput {
  flex-grow: 1;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  height: 36px;
  border-radius: 0;
}

@media (min-width: 641px) {
  .searchBox .btn3 {
    margin-left: 22px;
  }
}

@media (max-width: 640px) {
  .searchBox .btn3 {
    order: 3;
    text-align: center;
    margin-top: 20px;
  }
}

.searchBox .keyword {
  display: flex;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .searchBox .keyword {
    padding-bottom: 10px;
  }
}

.searchBox .keyword .title {
  flex-shrink: 0;
}

.searchBox .keyword .text a {
  display: inline-block;
  color: #888;
}

.searchBox .keyword .text a:not(:last-child)::after {
  content: "、";
}

.searchBox .keyword .text a:hover {
  color: #df7475;
}

.fixedSideBox {
  position: fixed;
  right: 10px;
  top: 500px;
  z-index: 55;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}

.fixedSideBox .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  background-image: url("/tw/images/reservationBg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.fixedSideBox .box:hover .text {
  text-decoration: underline;
}

.fixedSideBox .icon {
  width: 33px;
  margin-bottom: 3px;
}

.fixedSideBox .icon img {
  display: block;
  width: 100%;
}

.fixedSideBox .text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #e99193;
}

.goTopStyle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #fdfdfd;
  border: 1px solid #f1bbbc;
  transform: rotate(45deg);
  padding: 0;
  margin: 0;
  font-style: normal;
  cursor: pointer;
}

.goTopStyle i, .goTopStyle .iconAngleUp {
  font-size: 18px;
  width: 18px;
  height: 18px;
  color: #e79394;
  transform: rotate(-45deg);
  transition: all 0.5s;
}

.goTopStyle:hover {
  background-color: #f1bbbc;
}

.goTopStyle:hover i, .goTopStyle:hover .iconAngleUp {
  color: #fff;
}

/*menu*/
.menuBox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.headerSubMenuBox {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
}

.headerSubMenuBox.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.headerSubMenuBox .wrap {
  display: block;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.headerSubMenuList {
  width: 100%;
}

.headerSubMenuList li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  transition: all 0.5s ease-in-out;
}

.headerSubMenuList li.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.headerSubMenuList .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.headerSubMenuList .top .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6);
  min-height: 224px;
  text-align: center;
  overflow: hidden;
}

.headerSubMenuList .top .item.imgHover:hover .productImg {
  opacity: 0;
  /* filter: blur(3px); */
}

.headerSubMenuList .top .item.imgHover:hover .Img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.headerSubMenuList .top .item.imgHover:hover .title::after {
  transform: translateY(0);
  opacity: 1;
}

.headerSubMenuList .top .item.other .Img {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

.headerSubMenuList .top .item.other .title::after {
  transform: translateY(0);
  opacity: 1;
}

.headerSubMenuList .top .Img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* filter: blur(3px); */
  transform: scale(1.05);
  transition: all 1s ease-in-out;
}

.headerSubMenuList .top .productImg {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 170px;
  transition: all 1s ease-in-out;
}

.headerSubMenuList .top .title {
  position: relative;
  z-index: 6;
  display: inline-block;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 6px 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 300;
}

.headerSubMenuList .top .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.headerSubMenuList .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f2f2f2;
}

.headerSubMenuList .bottom .item {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.headerSubMenuList .bottom .item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #ddd;
}

.headerSubMenuList .bottom .productImg {
  width: 100%;
  max-width: 65px;
  margin-right: 10px;
}

.headerSubMenuList .bottom .title {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.headerSubMenuList .productImg img {
  display: block;
  width: 100%;
}

.headerSubMenuList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.headerMenuStyle2 {
  display: flex;
  max-width: 1140px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.headerMenuStyle2 .left {
  width: 250px;
}

.headerMenuStyle2 .left .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.headerMenuStyle2 .left .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #c5c5c5;
}

.headerMenuStyle2 .left .text a {
  display: block;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.headerMenuStyle2 .right {
  width: calc(100% - 250px);
  padding-left: 30px;
}

.headerMenuStyle2 .itemListBox {
  display: flex;
  flex-wrap: wrap;
}

.headerMenuStyle2 .itemListBox .list {
  width: 33.333%;
  padding-bottom: 10px;
}

.headerMenuStyle2 .itemListBox .pic {
  background-color: #fff;
}

.headerMenuStyle2 .itemListBox .pic:hover img {
  opacity: 0.7;
}

.headerMenuStyle2 .itemListBox .pic img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.headerMenuStyle2 .itemListBox .text a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 0.05em;
}

.btnMenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}

@media (min-width: 1181px) {
  .btnMenu {
    display: none;
  }
}

@media (max-width: 480px) {
  .btnMenu {
    margin-left: -5px;
  }
}

.btnMenu::before,
.btnMenu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -0.5px;
  width: 22px;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1180px) {

  .btnMenu::before,
  .btnMenu::after {
    background-color: #666;
  }
}

.btnMenu span {
  position: relative;
  width: 22px;
  height: 15px;
  overflow: hidden;
}

.btnMenu span::before,
.btnMenu span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #898989;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1180px) {

  .btnMenu span::before,
  .btnMenu span::after {
    background-color: #666;
  }
}

.btnMenu span::before {
  top: 0;
}

.btnMenu span::after {
  bottom: 0;
}

.btnMenu.show::before {
  transform: rotate(45deg);
}

.btnMenu.show::after {
  transform: rotate(-45deg);
}

.btnMenu.show span::before {
  transform: translateX(100%);
}

.btnMenu.show span::after {
  transform: translateX(-100%);
}

.menu {
  display: flex;
  width: 100%;
}

@media (max-width: 1180px) {
  .menu {
    display: none;
  }
}

.menu.left {
  right: 150px;
}

@media (max-width: 1580px) {
  .menu.left {
    right: 115px;
  }
}

.menu.right {
  left: 150px;
}

@media (max-width: 1580px) {
  .menu.right {
    left: 115px;
  }
}

.menu>li {
  position: relative;
}

.menu>li>a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 28px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #444;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

@media (max-width: 1580px) {
  .menu>li>a {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.menu>li>a:hover {
  color: #df7475;
}

.menu .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 150px;
  text-align: center;
}

.menu .submenu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  color: #666;
  background-color: #fff;
}

.menu .submenu a:hover {
  color: #fff;
  background-color: #516190;
}

.mobileIconMenuList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.mobileIconMenuList::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.mobileIconMenuList li {
  width: 33.333%;
}

.mobileIconMenuList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 10px;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.mobileIconMenuList svg {
  width: 50px;
  height: 50px;
}

@media (max-width: 480px) {
  .mobileIconMenuList svg {
    width: 36px;
    height: 36px;
  }
}

.mobileIconMenuList .text {
  font-size: 15px;
  letter-spacing: 0.08em;
}

@media (max-width: 480px) {
  .mobileIconMenuList .text {
    font-size: 13px;
  }
}

.mobileSectionTitle {
  padding: 12px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
  background-color: #df7475;
}

.mobileMenuArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  border-top: 1px solid #f2f2f2;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease-in-out;
}

.mobileMenuArea .languageBox {
  width: 100%;
  max-width: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.mobileMenuArea::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.5s ease-in-out;
}

.mobileMenuArea.show {
  opacity: 1;
  pointer-events: auto;
}

.mobileMenuArea.show::after {
  opacity: 1;
  transform: translateY(0);
}

.mobileMenuArea.show .mobileMenuIns {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.mobileMenuIns {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  overflow-y: auto;
}

.mobileMenu li {
  border-bottom: 1px solid #e9e9e9;
}

.mobileMenu li a {
  display: flex;
  align-items: center;
}

.mobileMenu li>a {
  position: relative;
  padding: 12px 20px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.mobileMenu li>a.hasSubMenu::after {
  content: "";
  position: absolute;
  right: 20px;
  color: #888;
  transition: all 0.5s;
  background-color: currentColor; 
  width: 13px;
  height: 13px;
  -webkit-mask-image: var(--svg-chevron-down);
  mask-image: var(--svg-chevron-down);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.mobileMenu li>a.open::after {
  transform: rotate(180deg);
}

.mobileMenu .subMenu {
  display: none;
  padding-left: 20px;
  padding-right: 12px;
  padding-bottom: 15px;
}

.mobileMenu .subMenu a {
  display: block;
  padding-left: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #888;
}

.mobileMenuItem {
  padding: 12px 20px;
}

.mobileMenuItem:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}

/*手機menu*/
.m_menu {
  display: none;
}

/*****banner******/
.bannerArea {
  clear: both;
  position: relative;
}

.bannerArea .bannerBox {
  width: 100%;
  max-width: 100%;
}

.landingBanner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.landingBanner.dark .Img img {
  opacity: 0.7;
}

@media (max-width: 1180px) {
  .landingBanner {
    padding-top: 50px;
  }
}

.landingBanner>.wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.landingBanner .bannerBox .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -730px;
  max-width: 1460px;
  width: calc(100% - 40px);
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1480px) {
  .landingBanner .bannerBox .wrap {
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  .landingBanner .bannerBox .wrap {
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.landingBanner .Img {
  background-color: #000;
}

.landingBanner .Img img {
  display: block;
  width: 100%;
  min-height: 260px;
  object-fit: cover;
}

/* 
@media (max-width: 960px) {
  .landingBanner .Img img {
    opacity: 0.85;
  }
}
*/

.landingBanner .wrap {
  display: flex;
}

.landingBanner .link {
  display: block;
}

.landingBanner .titleBox {
  font-family: "Baskervville", serif;
}

.landingBanner .titleBox .title {
  font-size: 26px;
  letter-spacing: 0.08em;
  color: #505761;
}

.landingBanner .titleBox .en {
  font-size: 24px;
}

.landingBanner .titleBox .note {
  line-height: 1.5;
}

.landingBanner .titleBox .note .no {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 34px;
  font-weight: 300;
}

.landingBanner.golden .bannerBox img {
  min-height: 460px;
  object-fit: cover;
}

.landingTextBox.icon {
  position: relative;
  padding-top: 45px;
}

.landingTextBox.icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 33px;
  background-image: url(/tw/images/iconAluxe.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.landingTextBox .title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #505761;
}

.landingTextBox .en {
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #999;
}

.landingTextBox .text {
  padding-bottom: 25px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #7e8082;
  line-height: 1.6;
}

.landingTextBox.series .no {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #5b5a5a;
}

.landingTextBox.series .no::after {
  content: "Series";
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #888;
}

.landingTextBox.series .title {
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.landingTextBox.center {
  text-align: center;
}

.landingTextBox.center::before {
  left: 50%;
  margin-left: -16.5px;
}

.landingTextBox.white .title {
  color: #fff;
}

.landingTextBox.white .en {
  color: #b3b3b3;
}

.landingTextBox.white .text {
  color: #fff;
}

.landingTextBox.white .button a {
  color: #fff;
  border-color: #fff;
}

.landingTextBox.white .button a:hover {
  border-color: transparent;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: #061540;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea li {
  line-height: 20px;
}

.marqueeArea .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}

.marqueeArea h3 {
  display: inline-block;
  vertical-align: top;
}

.marqueeArea h3 a {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*頁尾資訊*/
footer .wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1480px) {
  footer .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

footer .topBox .wrap {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}

@media (max-width: 1480px) {
  footer .topBox .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

footer .downLogo {
  margin-bottom: 55px;
  max-width: 120px;
  color: #c28f6b;
}

header .webLogo {
 
  transition: all 0.5s;
}

footer .downLogo img {
  display: block;
  width: 100%;
}

@media (max-width: 640px) {
  footer .downLogo {
    display: none;
  }
}

footer .downLogo .webLogo {
  display: block;
  width: 100%;
  height: 100%;
}

footer .itemBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1480px) {
  footer .itemBox {
    flex-wrap: wrap;
  }
}

footer .leftBox,
footer .rightBox {
  width: 200px;
}

@media (max-width: 960px) {
  footer .leftBox {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  footer .leftBox {
    width: 100%;
  }
}

@media (max-width: 960px) {
  footer .rightBox {
    display: flex;
    width: calc(100% - 200px);
    padding-left: 30px;
  }
}

@media (max-width: 640px) {
  footer .rightBox {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 414px) {
  footer .rightBox {
    flex-direction: column;
  }
}

footer .centerBox {
  width: 100%;
  max-width: 900px;
}

@media (max-width: 1480px) {
  footer .centerBox {
    width: calc(100% - 400px);
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}

@media (max-width: 960px) {
  footer .centerBox {
    order: -1;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  footer .centerBox {
    order: inherit;
  }
}

footer .languageBox {
  margin-bottom: 60px;
}

@media (max-width: 960px) {
  footer .languageBox {
    width: 180px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

@media (max-width: 640px) {
  footer .languageBox {
    display: none;
  }
}

@media (max-width: 414px) {
  footer .languageBox {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

@media (min-width: 641px) {
  footer .socialList {
    margin-left: -10px;
  }
}

footer .bottomBox .wrap {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
}

@media (max-width: 480px) {
  footer .bottomBox .wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  footer .bottomBox .left {
    margin-bottom: 6px;
  }
}

footer .bottomBox .left a {
  position: relative;
  color: #666;
  padding-right: 12px;
  margin-right: 12px;
}

footer .bottomBox .left a:hover {
  color: #df7475;
}

@media (max-width: 480px) {
  footer .bottomBox .left a {
    margin-left: 6px;
    margin-right: 6px;
  }
}

footer .bottomBox .left a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background-color: #b8b8b8;
}

footer .bottomBox .right {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #666;
}

@media (max-width: 480px) {
  footer .bottomBox .right {
    margin-right: auto;
  }
}

.translateIbest {
  margin-left: 6px;
}

.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 12px;
  color: #888;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #888;
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

.selectStyle {
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 0;
  color: #888;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  background-image: url("/tw/images/downArrow.png");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 10px 6px;
  border-bottom: 2px solid #e8e8e8;
}

.priceSortBox {
  display: flex;
  align-items: center;
}

.priceSortBox .text {
  padding-right: 12px;
}

@media (max-width: 767px) {
  .priceSortBox .text {
    display: none;
  }
}

.priceSortBox .selectStyle {
  width: 140px;
  border-bottom-width: 1px;
}

.downMenuList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 480px) {
  .downMenuList {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 20px;
  }
}

.downMenuList li {
  width: 25%;
}

@media (min-width: 481px) {
  .downMenuList li {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .downMenuList li {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
  }
}

@media (min-width: 481px) {
  .downMenuList .title {
    padding-bottom: 15px;
  }
}

.downMenuList .title.show a::after {
  transform: rotate(180deg);
}

.downMenuList .title a {
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #444;
}

@media (max-width: 480px) {
  .downMenuList .title a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }

  .downMenuList .title a::after {
    content: "";
    position: absolute;
    right: 20px;
    color: #b1b1b1;
    transition: all 0.5s;
    background-color: currentColor; 
    width: 13px;
    height: 13px;
    -webkit-mask-image: var(--svg-chevron-down);
    mask-image: var(--svg-chevron-down);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
  }
}

.downMenuList .text {
  line-height: 1.8;
}

@media (max-width: 480px) {
  .downMenuList .text {
    display: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }
}

.downMenuList .text a {
  display: block;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #888;
}

.downMenuList .text a:hover {
  color: #df7475;
}

@media (max-width: 640px) {
  .socialBox {
    width: 100%;
    text-align: center;
  }
}

.socialList {
  display: flex;
}

@media (max-width: 640px) {
  .socialList {
    justify-content: center;
  }
}

.socialList a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 16px;
  color: #b6b6b6;
}

.socialList a:hover {
  color: #df7475;
}

.socialList svg, .socialList .iconLine {
  width: 19px;
  height: 19px;
}

@media (max-width: 640px) {
  .footerInfo .titleStyle1 {
    text-align: center;
  }
}

@media (max-width: 1480px) {
  .footerInfo ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.footerInfo li {
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #444;
  font-weight: 300;
}

@media (max-width: 1480px) {
  .footerInfo li {
    padding-right: 15px;
  }
}

@media (max-width: 640px) {
  .footerInfo li {
    width: 50%;
  }
}

@media (max-width: 414px) {
  .footerInfo li {
    width: 100%;
  }
}

.footerInfo .left {
  flex-shrink: 0;
  padding-right: 5px;
}

.footerInfo a {
  color: #444;
}

.footerInfo a:hover {
  color: #000;
}

.knowledgeInsArea {
  background-image: url("/tw/images/reservationInsBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.knowledgeInsArea .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.knowledgeInsList {
  display: flex;
  justify-content: center;
}

.knowledgeInsList.center .slick-list {
  display: flex;
  justify-content: center;
}

.knowledgeInsList li {
  position: relative;
  width: 33.333%;
}

.knowledgeInsList li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e6d0d4;
}

@media (max-width: 960px) {
  .knowledgeInsList li {
    width: 100%;
  }

  .knowledgeInsList li:not(:last-child) {
    display: none;
  }
}

.knowledgeInsList .item {
  text-align: center;
}

.knowledgeInsList .Img {
  display: inline-block;
  width: 42px;
}

.knowledgeInsList .Img a {
  display: block;
  overflow: hidden;
}

.knowledgeInsList .Img img {
  display: block;
  max-width: 100%;
  filter: drop-shadow(0 42px 0 #df7475);
}

@media (max-width: 960px) {
  .knowledgeInsList .Img img {
    position: relative;
    top: -42px;
  }
}

.knowledgeInsList .en {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #7e8082;
}

@media (max-width: 960px) {
  .knowledgeInsList .en {
    color: #df7475;
    font-size: 27px;
  }
}

.knowledgeInsList .iconArrow {
  display: none;
}

.knowledgeInsList .title a {
  display: inline-block;
  width: 260px;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #7e8082;
  border: 1px solid #bfbfbf;
}

.knowledgeInsList .title a:hover {
  background-color: #df7475;
  border-color: #df7475;
  color: #fff;
}

@media (max-width: 960px) {
  .knowledgeInsList .title a {
    color: #fff;
    background-color: #df7475;
    border-color: #df7475;
  }
}

.bread {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e9e9e9;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #888;
}

@media (max-width: 1180px) {
  .bread {
    display: none;
  }
}

.bread .wrap {
  display: flex;
  align-items: center;
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 1480px) {
  .bread .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bread a {
  position: relative;
  display: inline-block;
  color: #888;
}

.bread a:hover {
  color: #df7475;
}

.bread a:not(:last-child) {
  padding-right: 15px;
  margin-right: 15px;
}

.bread a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 4px;
  height: 1px;
  background-color: #a6a6a6;
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}

.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

.endArea {
  clear: both;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  background-color: #061540;
}

/*--title--*/
.titleStyle1 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  color: #444;
}

/*--button--*/
.btnMore a {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #888;
}

.btnMore a::before,
.btnMore a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.btnMore a::before {
  background-color: #c3c3c3;
}

.btnMore a::after {
  width: 0;
  background-color: #df7475;
  transition: all 0.3s ease-in-out;
}

.btnMore a:hover {
  color: #df7475;
}

.btnMore a:hover::after {
  width: 100%;
}

.button.center {
  text-align: center;
}

.button.right {
  text-align: right;
}

.button.column {
  display: flex;
  flex-direction: column;
  max-width: 260px;
}

.button.column a {
  margin-top: 12px;
}

.button a {
  display: inline-block;
  min-width: 180px;
  padding: 12px 35px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #888;
  border: 1px solid #c4c4c4;
  text-decoration: none;
}

.button a:hover {
  color: #fff;
  background-color: #df7475;
  border-color: #df7475;
}

.button a:hover.pink {
  background-color: transparent;
  color: #df7475;
}

.button.small a {
  min-width: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.button.pink a {
  border-color: #df7475;
  background-color: #df7475;
  color: #fff;
}

.button.pink a:hover {
  background-color: transparent;
  border-color: #df7475;
  color: #df7475;
}

.button.golden a {
  border-color: #b7a469;
  background-color: #b7a469;
  color: #fff;
}

.button.golden a:hover {
  background-color: transparent;
  border-color: #b7a469;
  color: #b7a469;
}

.button.golden a.border {
  background-color: transparent;
  border-color: #b7a469;
  color: #b7a469;
}

.button.golden a.border:hover {
  border-color: #b7a469;
  background-color: #b7a469;
  color: #fff;
}

.btn1.center {
  text-align: center;
}

.btn1 a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #dd7273;
}

.btn1 .iconArrow {
  width: 8px;
  height: 14px;
  margin-left: 12px;
}

.btn2.center {
  text-align: center;
}

.btn2 a {
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #df7475;
}

.btn2 a:hover {
  background-color: #444;
}

.btn2.light a {
  color: #df7475;
  background-color: #f5ecec;
}

.btn2.light a:hover {
  color: #fff;
  background-color: #df7475;
}

.btn3.center {
  text-align: center;
}

.btn3 a {
  display: inline-block;
  min-width: 180px;
  padding: 7px 35px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #888;
  border: 1px solid #e5e5e5;
}

.btn3 a.pink {
  border-color: #df7475;
  background-color: #df7475;
  color: #fff;
}

.btn3 a.dark {
  border-color: #bfbfbf;
  color: #7e8082;
}

.btn3 a:hover {
  color: #fff;
  background-color: #df7475;
  border-color: #df7475;
}

.btn3 a:hover.pink {
  background-color: transparent;
  color: #df7475;
}

.btn3.small a {
  min-width: auto;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.btn3.large a {
  padding: 12px 35px;
}

@media (min-width: 481px) {
  .btn3.large a {
    min-width: 270px;
  }
}

.btn4 a {
  position: relative;
  display: inline-block;
  padding: 15px 50px 15px 15px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #fff;
  border: 1px solid #df7475;
  background-color: #df7475;
}

.btn4 a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  width: 11px;
  height: 6px;
  background-image: url("/tw/images/iconArrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s;
}

.btn4 a:hover {
  opacity: 0.7;
}

.btn4 a.line {
  background-color: #fff;
  color: #df7475;
}

.btn4 a.line::after {
  background-image: url("/tw/images/iconArrowPink.png");
}

.btn4 a.full {
  width: 100%;
}

@media (max-width: 640px) {
  .textEditor .contentBuilder .row {
    margin: 0;
  }
}

.favStyle {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

.favStyle .iconFav {
  width: 17px;
  height: 17px;
  fill: transparent;
  color: #a6a6a6;
  transition: all 0.5s ease-in-out;
}

.favStyle:hover svg {
  color: #df7475;
}

.favStyle.isAdd svg {
  color: #df7475;
  fill: #df7475;
}

.layoutBox .textEditor {
  color: #738499;
}

.layoutBox .inner {
  display: flex;
}

@media (max-width: 960px) {
  .layoutBox .inner {
    flex-direction: column;
    align-items: center;
  }
}

.layoutBox .layoutFull {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.layoutBox .imgTypeLeft .textBox {
  padding-right: calc((100% - 1460px) / 2);
}

@media (max-width: 1500px) {
  .layoutBox .imgTypeLeft .textBox {
    padding-right: 20px;
  }
}

.layoutBox .imgTypeBg {
  position: relative;
  z-index: 0;
}

.layoutBox .imgTypeBg .Img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media (max-width: 960px) {
  .layoutBox .imgTypeBg .Img {
    position: relative;
  }
}

.layoutBox .imgTypeBg .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layoutBox .imgTypeBg .textBox {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .layoutBox .imgTypeBg .textBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.layoutBox .imgTypeRight {
  flex-direction: row-reverse;
}

.layoutBox .imgTypeRight .textBox {
  padding-left: calc((100% - 1460px) / 2);
}

@media (max-width: 1500px) {
  .layoutBox .imgTypeRight .textBox {
    padding-left: 20px;
  }
}

.layoutBox .imgTypeFull {
  flex-wrap: wrap;
}

.layoutBox .imgTypeFull .Img {
  width: 100%;
}

.layoutBox .imgTypeFull .Img img {
  display: block;
  width: 100%;
}

.layoutBox .textLeft {
  text-align: left;
}

.layoutBox .textCenter {
  text-align: center;
}

.layoutBox .textCenter .textBox {
  width: 100%;
  padding-left: 0;
}

.layoutBox .textRight {
  text-align: right;
}

.layoutBox .subTitle {
  color: #586d87;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.layoutBox .enTitle {
  line-height: 1.2;
  font-size: 25px;
  color: #122947;
}

.layoutBox .twTitle {
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #586d87;
}

.layoutBox .Img {
  width: 50%;
}

@media (max-width: 960px) {
  .layoutBox .Img {
    width: 100%;
  }
}

.layoutBox .Img img {
  display: block;
  max-width: 100%;
}

.layoutBox .textBox {
  width: 50%;
  padding-left: 60px;
}

@media (max-width: 960px) {
  .layoutBox .textBox {
    width: 100%;
    padding-left: 20px;
  }
}

.layoutBox .textList {
  padding-top: 50px;
}

.layoutBox .textList li {
  margin-bottom: 30px;
}

.layoutBox .textList li:nth-child(1) .item {
  padding-left: 25px;
  border-left: 4px solid #bac5d3;
}

.layoutBox .textList li:nth-child(1) .title {
  font-weight: 300;
  font-size: 32px;
}

@media (min-width: 1181px) {
  .layoutBox .textList li:nth-child(2) .item {
    padding-left: 120px;
  }
}

@media (min-width: 1181px) {
  .layoutBox .textList li:nth-child(3) .item {
    padding-left: 60px;
  }
}

@media (max-width: 1180px) {
  .layoutBox .textList li:not(:first-child) {
    padding-left: 28px;
  }
}

.layoutBox .textList .title {
  line-height: 1;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #344d6d;
}

.layoutBox .textList .text {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #738499;
}

.layoutBox .layoutStyle1 {
  position: relative;
  width: 100%;
}

@media (max-width: 1440px) {
  .layoutBox .layoutStyle1 {
    flex-wrap: wrap;
  }
}

@media (min-width: 1441px) {
  .layoutBox .layoutStyle1 .Img {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 100px;
  }
}

@media (max-width: 1440px) {
  .layoutBox .layoutStyle1 .Img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

.layoutBox .layoutStyle1 .Img img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.layoutBox .layoutStyle1 .textBox {
  width: 100%;
  padding: 0;
}

.layoutBox .layoutStyle1 .textList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.layoutBox .layoutStyle1 .textList li {
  display: flex;
  width: 50%;
}

@media (min-width: 961px) {
  .layoutBox .layoutStyle1 .textList li {
    margin-bottom: 50px;
  }
}

@media (max-width: 1440px) {
  .layoutBox .layoutStyle1 .textList li {
    width: 33.333%;
  }

  .layoutBox .layoutStyle1 .textList li .item {
    padding-right: 20px;
  }
}

@media (max-width: 960px) {
  .layoutBox .layoutStyle1 .textList li {
    width: 100%;
  }
}

.layoutBox .layoutStyle1 .textList li:not(:nth-child(1)) .item {
  padding-left: 0;
}

@media (min-width: 1441px) {
  .layoutBox .layoutStyle1 .textList li:nth-child(1) {
    padding-left: 100px;
  }

  .layoutBox .layoutStyle1 .textList li:nth-child(2) {
    justify-content: flex-end;
    margin-top: 50px;
    padding-right: 60px;
  }

  .layoutBox .layoutStyle1 .textList li:nth-child(3) {
    width: 100%;
    justify-content: flex-end;
    padding-right: 100px;
  }
}

.layoutBox .layoutStyle1 .textList .item {
  width: 100%;
}

@media (min-width: 961px) {
  .layoutBox .layoutStyle1 .textList .item {
    max-width: 360px;
  }
}

.textEditor ul.reset {
  padding-left: 0;
  list-style-type: none;
}

.textEditor .innerBox {
  display: inline-block;
  width: 100%;
  max-width: 740px;
}

/*--list--*/
.flex {
  display: flex;
}

.flexWrap {
  flex-wrap: wrap;
}

.cardList {
  margin-left: -10px;
  margin-right: -10px;
}

.cardList.flex {
  display: flex;
  flex-wrap: wrap;
}

.cardList.half li {
  width: 100%;
}

.cardList.half .item {
  display: flex;
  flex-wrap: wrap;
}

.cardList.half .Img,
.cardList.half .Txt {
  width: 50%;
}

@media (max-width: 960px) {

  .cardList.half .Img,
  .cardList.half .Txt {
    width: 100%;
  }
}

.cardList li {
  padding-left: 10px;
  padding-right: 10px;
}

.cardList .Img img {
  display: block;
  width: 100%;
}

.cardList .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #aaa;
}

.cardList .category {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 6px;
  padding-left: 6px;
}

.cardList .category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #d7d7d7;
}

.cardList .categoryTitle {
  position: relative;
  padding-left: 25px;
}

.cardList .categoryTitle::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 12px;
  height: 1px;
  background-color: #e1e1e1;
}

.cardList .Txt {
  padding-top: 12px;
}

.cardList .title {
  display: block;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #444;
}

.cardList .text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #999;
  line-height: 1.5;
  max-height: 42px;
  overflow: hidden;
}

.cardList2 li {
  width: 50%;
}

@media (max-width: 480px) {
  .cardList2 li {
    width: 100%;
  }
}

.cardList3 li {
  width: 33.333%;
}

@media (max-width: 640px) {
  .cardList3 li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .cardList3 li {
    width: 100%;
  }
}

.cardList4 li {
  width: 25%;
}

@media (max-width: 960px) {
  .cardList4 li {
    width: 33.333%;
  }
}

@media (max-width: 640px) {
  .cardList4 li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .cardList4 li {
    width: 100%;
  }
}

.listDateBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.listDateBox.center {
  justify-content: center;
}

.listDateBox .date,
.listDateBox .category {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #aaa;
}

.listDateBox .category {
  position: relative;
  margin-left: 5px;
  padding-left: 5px;
  text-transform: uppercase;
}

.listDateBox .category::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  margin-top: 0;
  width: 1px;
  height: 12px;
  background-color: #aaa;
}

.listDateBox .mTitle {
  position: relative;
  padding-left: 18px;
  margin-left: 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #aaa;
}

.listDateBox .mTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 1px;
  background-color: #e1e1e1;
}

/*--checkBox--*/
.checkBox {
  position: relative;
  cursor: pointer;
}

.checkBox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.checkBox input[type=checkbox]:checked+.check {
  background-color: #df7475;
  border-color: #df7475;
}

.checkBox .check {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #b5b5b5;
  background-color: #f8f8f6;
  transition: all 0.5s;
  cursor: pointer;
}

.checkBox.disable {
  pointer-events: none;
}

.checkBox.disable .check {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}

/*--arrow--*/
.arrowStyle1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 44px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.arrowStyle1 .iconArrow {
  width: 23px;
  height: 44px;
  color: #cabcbb;
}

.arrowStyle1 .iconArrow:hover {
  color: #df7475;
}

.arrowStyle1.prevArrow {
  transform: scaleX(-1);
}

.arrowStyle2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #7f7f7f;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.arrowStyle2 .iconArrow {
  width: 16px;
  height: 31px;
  color: #fff;
}

.arrowStyle2.prevArrow {
  transform: scaleX(-1);
}

.arrowStyle2:hover {
  background-color: #df7475;
}

.arrowStyle3 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  background: none;
  color: #d1d1d1;
  cursor: pointer;
  transition: all 0.5s;
}

.arrowStyle3 .iconArrow2 {
  width: 7px;
  height: 12px;
}

.arrowStyle3.prevArrow .iconArrow2 {
  transform: scaleX(-1);
}

.arrowStyle3:hover {
  border-color: #df7475;
  background-color: #df7475;
  color: #fff;
}

.dotsBox {
  width: 100%;
}

.dotsBox.right {
  text-align: right;
}

.dotsBox.center {
  text-align: center;
}

.dotsBox .dots li {
  display: inline-block;
}

.dotsBox .dots li button {
  position: relative;
  display: block;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.dotsBox .dots li button:focus {
  outline: none;
}

.dotsBox .style1 li.slick-active button::after {
  background: #efacb8;
}

.dotsBox .style1 li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.dotsBox .style1 li button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e4e4e4;
}

.dotsBox .style2 li.slick-active button::after {
  background-color: #e3acac;
  border-color: #e3acac;
}

.dotsBox .style2 li button {
  width: 16px;
  height: 16px;
}

.dotsBox .style2 li button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border: 1px solid #cecece;
  transition: all 0.5s;
}

.dotsBox .style2 li button:hover::after {
  background-color: #e3acac;
  border-color: #e3acac;
}

/*********內頁**********/
/**********************/
.bannerArea.ins .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bannerArea .bannerBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bannerInsArea .wrap {
  position: relative;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.bannerInsArea .Img {
  background-color: #FAFAFA;
}

.bannerInsArea .Img img {
  display: block;
  width: 100%;
  min-height: 120px;
}

.bannerInsArea .ins {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bannerInsArea .Txt {
  width: 100%;
  max-width: 1460px;
  padding-left: 20px;
  padding-right: 20px;
  mix-blend-mode: normal;
}

.bannerInsArea .title {
  font-weight: 300;
  font-size: 20px;
  color: #444;
  letter-spacing: 0.1em;
}

.bannerInsArea .en {
  font-size: 30px;
  color: #444;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bannerInsArea .text {
  width: 100%;
  max-width: 400px;
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #555;
  line-height: 1.7;
}

@media (max-width: 960px) {
  .bannerInsArea .Img img {
    opacity: 1;/*DotGo mod*/
    min-height: 270px;
    object-fit: cover;
  }

  .bannerInsArea .Txt {
    text-align: center;
    padding: 40px;/*DotGo add*/
    mix-blend-mode: exclusion;/*DotGo add*/
  }

  .bannerInsArea .title {
    color: #fff;
  }

  .bannerInsArea .en {
    font-size: 18px;
    color: #fff;
  }

  .bannerInsArea .text {
    display: none;/*DotGo add*/
    padding-top: 5px;
    margin-left: auto;
    margin-right: auto;
    color: #eee;
  }
}

.mainArea {
  padding: 30px 0;
}

.mainArea.contentBg {
  padding-top: 190px;
  padding-bottom: 0;
  background-color: #f5ecec;
  background-image: url("/tw/images/contentBg.png");
  background-repeat: no-repeat;
  background-position: right top;
}

@media (max-width: 1366px) {
  .mainArea.contentBg {
    padding-top: 150px;
  }
}

@media (max-width: 1180px) {
  .mainArea.contentBg {
    padding-top: 90px;
  }
}

.mainArea.noPt {
  padding-top: 0;
}

.mainArea.noPadding {
  padding: 0;
}

.mainArea.pt190 {
  padding-top: 190px;
}

@media (max-width: 1180px) {
  .mainArea.pt190 {
    padding-top: 100px;
  }
}

.topTitleBox {
  margin-bottom: 55px;
}

@media (max-width: 960px) {
  .topTitleBox {
    margin-bottom: 30px;
  }
}

.titleBox {
  position: relative;
  text-align: center;
  padding-top: 45px;
}

.titleBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16.5px;
  width: 33px;
  height: 33px;
  background-image: url("/tw/images/iconAluxe.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.titleBox .en {
  position: relative;
  font-weight: 500;
  font-size: 21px;
  color: #666;
  text-transform: uppercase;
}

.titleBox .en i {
  display: block;
  text-transform: none;
}

.titleBox .title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #555;
}

.titleBox .smallText {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #999;
}

.titleBox .text {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #505761;
}

.titleBox .text::before,
.titleBox .text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 125px;
  height: 1px;
  background-color: #b3aea7;
}

.titleBox .text::before {
  left: -125px;
}

.titleBox .text::after {
  right: -125px;
}

.titleBox .note {
  font-weight: 300;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #7e8082;
}

.titleBox.noIcon::before {
  display: none;
}

.titleBox.white::before {
  background-image: url("/tw/images/iconAluxeWhite.svg");
}

.titleBox.small .en {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.titleBox2 {
  display: flex;
  align-items: flex-end;
}

.titleBox2 .title {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #555;
}

.titleBox2 .en {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #666;
  text-transform: uppercase;
}

.titleBox2 .note {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #999;
  line-height: 1.6;
}

.titleBox2.column {
  flex-direction: column;
  align-items: flex-start;
}

.titleBox3.center {
  text-align: center;
}

.titleBox3 .title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.titleBox3 .en {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-transform: uppercase;
}

.titleBox3 .subTitle {
  font-size: 17px;
  letter-spacing: 0.08em;
}

.titleBox3 .note {
  padding-top: 8px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.7;
}

.titleBox3 .line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.titleBox3 .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #c5c5c5;
}

.titleBox4 {
  color: #505761;
  margin-bottom: 30px;
}

.titleBox4.center {
  text-align: center;
}

.titleBox4 .en {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.titleBox4 .title {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.titleBox5 .title {
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #505761;
}

.titleBox5 .en {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #505761;
}

.titleBox5.flexRow {
  display: flex;
  align-items: center;
}

.titleBox5.flexRow .title {
  margin-right: 4px;
}

.titleBox6.center {
  text-align: center;
}

.titleBox6.icon {
  position: relative;
  padding-top: 45px;
}

.titleBox6.icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16.5px;
  width: 33px;
  height: 33px;
  background-image: url("/tw/images/iconAluxe.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.titleBox6 .title {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #505761;
}

.titleBox6 .title::before,
.titleBox6 .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8d7d7;
}

.titleBox6 .title .ins {
  flex-shrink: 0;
  padding-right: 60px;
  padding-left: 60px;
}

.titleBox6 .note {
  padding-top: 3px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #7e8082;
}

.titleBox7 {
  position: relative;
  padding-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.titleBox7::before {
  content: "”";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 90px;
  color: #505761;
}

.titleBox7::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #eaeaea;
}

.titleBox7 .en {
  line-height: 1;
  font-size: 23px;
  letter-spacing: 0.05em;
  color: #505761;
}

.titleBox7 .title {
  font-size: 17px;
  letter-spacing: 0.08em;
  color: #505761;
}

.textContentBox .en {
  line-height: 1.2;
  font-size: 17px;
  font-weight: 500;
  color: #505761;
  text-transform: uppercase;
}

.textContentBox .title {
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #505761;
}

.textContentBox .subTitle {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #505761;
}

.textContentBox .text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.textContentBox .line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.textContentBox .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #c5c5c5;
}

.textContentBox2 {
  color: #505761;
}

.textContentBox2 .title {
  line-height: 1.3;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.textContentBox2 .en {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.textContentBox2 .subTitle {
  padding-bottom: 3px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.textContentBox2 .text {
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.7;
}

.textContentBox2 .line {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.textContentBox2 .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 1px;
  background-color: #c5c5c5;
}

.textContentBox2.white {
  color: #fff;
}

.textContentBox2.center {
  text-align: center;
}

.textContentBox3 .title {
  margin-bottom: 6px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #444;
}

.textContentBox3 .text {
  margin-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #666;
  line-height: 1.7;
}

.textContentBox3 a {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #1a2d65;
  border-bottom: 1px solid #53618b;
}

.textContentBox3 a:hover {
  border-bottom: none;
}

.textContentBox3.center {
  text-align: center;
}

.mainTitle {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.08em;
}

.mainTitle2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.mainTitle2::before,
.mainTitle2::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e6e6e6;
}

.mainTitle2 .ins {
  padding-left: 60px;
  padding-right: 60px;
  flex-shrink: 0;
}

.articleTitle {
  font-size: 23px;
  letter-spacing: 0.08em;
  color: #444;
  font-weight: 300;
}

.titleArea {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.titleArea .title {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.02em;
  color: #444;
}

.shareBox {
  display: flex;
  align-items: center;
}

.shareBox .text {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #aaa;
  text-transform: uppercase;
}

.shareBox .shareItem {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  font-size: 18px;
  color: #cbcbcb;
}

.shareBox .shareItem::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.shareBox .shareItem:hover {
  color: #fff;
}

.shareBox .shareItem:hover::after {
  background-color: #df7475;
  border-color: #df7475;
}

.shareBox .iconLine {
  width: 19px;
  height: 19px;
}

table.breakpoint>tbody>tr>td.expand {
  cursor: pointer;
  background: url("/tw/images/plus.png") no-repeat 5px center;
  padding-left: 40px;
}

/*--product--*/
.productList {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .productList {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.productList .item {
  position: relative;
  height: 100%;
  border: 1px solid #FFFFFF;
  transition: all 0.5s;
}

@media (max-width: 480px) {
  .productList .item {
    height: auto;
  }
}

.productList .item:hover {
  border-color: #e5e5e5;
}

.productList .item:hover::after {
  opacity: 1;
}

.productList .item:hover .Txt {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

.productList .item:hover .tag,
.productList .item:hover .btnFav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.productList .item:hover .tag {
  transition-delay: 0.3s;
}

.productList .item:hover .btnFav {
  transition-delay: 0.4s;
}

.productList > div,
.productList > li {
  margin: 15px;
}

@media (max-width: 767px) {
  .productList > div,
.productList > li {
    margin: 10px;
  }
}

.productList > div:not(.productAd) .Img,
.productList > li:not(.productAd) .Img {
  width: 100%;
}

.productList > div:not(.productAd) .Img a,
.productList > li:not(.productAd) .Img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.productList > div .Img img,
.productList > li .Img img {
  transform: translateZ(0);
}

.productList li.productAd .Img img ,
.productList li.slick-slide .Img img {
  background: transparent;
}

@media (max-width: 640px) {
  .productList li:not(.productAd) .Img img {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

.productList li.type0 .item::before {
  padding-bottom: 50%;
}

.productList .Img {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.productList .Img a {
  display: block;
  height: 100%;
}

.productList .Img img {
  display: block;
  width: 100%;
}

.productList .Txt {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 15px 30px;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1181px) {
  .productList .Txt {
    opacity: 0;
    transform: translateY(5px);
    text-align: center;
  }
}

@media (max-width: 1180px) {
  .productList .Txt {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .productList .Txt {
    position: static;
  }
}

.productList .title {
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #444;
  overflow: hidden;
}

.lang-en .productList .title {
  font-size: 14px;
}

@media (max-width: 640px) {
  .productList .title {
    font-size: 14px;
  }
}

@media (min-width: 481px) {
  .productList .title {
    max-height: 52px;
  }
}

.productList .carat {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #aaa;
}

.productList .price {
  padding-top: 5px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #666;
}

.productList .price span {
  padding-right: 3px;
}

.productList .text {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #999;
}

.productList .favStyle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

@media (min-width: 1181px) {
  .productList .favStyle {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

.productList .tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #df7475;
}

@media (min-width: 1181px) {
  .productList .tag {
    position: absolute;
    left: 10px;
    top: 15px;
  }
}

@media (max-width: 1180px) {
  .productList .tag {
    margin-top: -30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
  }
}

.productList .tagText {
  display: block;
  margin-bottom: 3px;
}

@media (min-width: 1181px) {

  .productList .tag,
  .productList .btnFav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }
}

.productList .btnFav.isAdd {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.productList .btnFav.show .itemBox {
  top: 50px;
}

.favBox {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.favBox .itemBox {
  position: absolute;
  right: 0;
  top: 20px;
  width: 160px;
  padding: 18px;
  background-color: #f8f8f6;
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: all 0.5s;
}

.favBox .item {
  display: block;
  padding: 3px;
  padding-bottom: 3px;
}

.favBox .checkBox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.favBox .text {
  padding-left: 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #666;
}

.favBox .btn2 {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
}

.favBox .btn2 a {
  width: 100%;
  text-align: center;
}

.favBox.show .itemBox {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hotProductBox {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

@media (max-width: 1280px) {
  .hotProductBox {
    flex-direction: column;
    text-align: center;
  }
}

.hotProductBox .titleBox3 {
  width: 285px;
}

@media (max-width: 1280px) {
  .hotProductBox .titleBox3 {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .hotProductBox .titleBox3 .en {
    display: none;
  }
}

.hotProductBox .productListBox {
  position: relative;
  width: calc(100% - 285px);
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1280px) {
  .hotProductBox .productListBox {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .hotProductBox .productListBox {
    padding-left: 0;
    padding-right: 0;
  }
}

.hotProductBox .arrowStyle1 {
  position: absolute;
  top: 50%;
  margin-top: -22px;
}

@media (max-width: 960px) {
  .hotProductBox .arrowStyle1 {
    display: none !important;
  }
}

.hotProductBox .prevArrow {
  left: 0;
}

.hotProductBox .nextArrow {
  right: 0;
}

@media (max-width: 767px) {

  .hotProductBox .item::after,
  .hotProductBox .favBox,
  .hotProductBox .Txt {
    display: none;
  }
}

@media (min-width: 961px) {
  .hotProductBox .dotsBox {
    display: none;
  }
}

.hotProductBox .productList li {
	float: left;
	width: calc((100% - 90px) / 3);
}
@media (max-width: 767px) {
	.hotProductBox .productList li {
		width: calc((100% - 60px) / 2);
	}
}

/*類別*/
.classBox {
  padding: 20px 0;
}

.classLinkStyle {
  text-align: center;
}

@media (max-width: 640px) {
  .classLinkStyle {
    display: none;
  }
}

.classLinkStyle li {
  display: inline-block;
}

.classLinkStyle a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #51649A;
  font-size: 13px;
  color: #51649A;
}

.classLinkStyle a:hover {
  color: #fff;
  background-color: #51649A;
}

.classLinkStyle a.current {
  color: #fff;
  background-color: #51649A;
}

.classLinkStyle a.current:after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #51649A transparent transparent transparent;
}

.classLinkStyle2 {
  display: flex;
}

.classLinkStyle2 li {
  position: relative;
  flex: 1;
}

.classLinkStyle2 li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #e0e0e0;
}

.classLinkStyle2 a {
  display: block;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-left: none;
  border-right: none;
  padding: 11px 15px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.classLinkStyle2 a.current,
.classLinkStyle2 a:hover {
  background-color: #df7475;
  color: #fff;
}

.classLinkStyle2 .en {
  display: inline-block;
  margin-left: 7px;
  font-size: 16px;
  text-transform: uppercase;
}

.classLinkStyle2 .no {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.classLinkStyle2 .no::before {
  content: "( ";
}

.classLinkStyle2 .no::after {
  content: " )";
}

.classLinkStyle3 {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f2f2f2;
}

.classLinkStyle3 li {
  margin-right: 30px;
}

@media (max-width: 640px) {
  .classLinkStyle3 li {
    margin-right: 10px;
  }
}

.classLinkStyle3 a {
  position: relative;
  display: block;
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 300;
  color: #888;
}

@media (max-width: 640px) {
  .classLinkStyle3 a {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}

.classLinkStyle3 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #df7475;
  transition: all 0.5s;
}

.classLinkStyle3 a:hover,
.classLinkStyle3 a.current {
  color: #df7475;
}

.classLinkStyle3 a:hover::after,
.classLinkStyle3 a.current::after {
  width: 100%;
}

.classLinkStyle3 .no {
  margin-left: 5px;
}

.classLinkStyle3 .no::before {
  content: "( ";
}

.classLinkStyle3 .no::after {
  content: " )";
}

.m_classLink {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 641px) {
  .m_classLink {
    display: none;
  }
}

.m_classLink a.main {
  display: block;
  font-size: 15px;
  color: #fff;
  position: relative;
  padding: 10px;
  background-color: #df7475;
  /* IE6-9 */
}

.m_classLink a.main b {
  font-weight: 400;
}

.m_classLink a.main i {
  display: block;
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.m_classLink ul {
  padding: 0;
  list-style: none;
  display: none;
  width: 100%;
  background: #FFF;
  border: 1px solid #d1d1d1;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  box-sizing: border-box;
}

.m_classLink ul li {
  padding: 0;
}

.m_classLink ul li a {
  display: block;
  padding: 15px 10px;
  border-top: 1px solid #d1d1d1;
}

.m_classLink ul li:first-child a {
  border: none;
}

.sideMenuList a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  border-bottom: 1px solid #ebebeb;
}

.sideMenuList a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #e2a8a8;
  transition: all 0.4s ease-in-out;
}

.sideMenuList a:hover,
.sideMenuList a.current {
  color: #df7475;
}

.sideMenuList a:hover::after,
.sideMenuList a.current::after {
  width: 100%;
}

.sideMenuList.flexRow {
  display: flex;
  justify-content: center;
}

.sideMenuList.flexRow a {
  padding-left: 40px;
  padding-right: 40px;
}

.sideMenuList2 li {
  margin-bottom: 12px;
}

.sideMenuList2 .item {
  position: relative;
}

.sideMenuList2 .item:hover .Img img {
  opacity: 0.5;
}

.sideMenuList2 .Img {
  background-color: #1a2d65;
}

.sideMenuList2 .Img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.sideMenuList2 .title {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #fff;
}

.secondMenuList {
  border-bottom: 1px solid #f2f2f2;
}

.secondMenuList li {
  display: inline-block;
}

.secondMenuList a {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-right: 35px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.secondMenuList a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #1a2d65;
  transition: all 0.5s;
}

.secondMenuList a:hover {
  color: #1a2d65;
}

.secondMenuList a:hover::after {
  width: 100%;
}

.secondMenuList .current a {
  color: #1a2d65;
}

.secondMenuList .current a::after {
  width: 100%;
}

/*--頁碼--*/
.pageBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pageBox.center {
  justify-content: center;
}

.pageBox.center a {
  margin-right: 4px;
  margin-left: 4px;
}

@media (min-width: 768px) {
  .pageBox.noPn .btn {
    display: none;
  }
}

.pageBox a,
.pageBox .total {
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #888;
}

.pageBox a:not(.btn),
.pageBox .total:not(.btn) {
  width: 30px;
  height: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}

.pageBox a:not(.btn):hover,
.pageBox .total:not(.btn):hover {
  background-color: #df7475;
  border-color: #df7475;
  color: #fff;
}

.pageBox a.current,
.pageBox .total.current {
  background-color: #df7475;
  border-color: #df7475;
  color: #fff;
}

.pageBox a {
  display: flex;
}

@media (max-width: 767px) {
  .pageBox a:not(.btn) {
    display: none;
  }

  .pageBox a.current {
    display: flex;
  }
}

.pageBox .total {
  position: relative;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .pageBox .total {
    display: none;
  }
}

@media (max-width: 767px) {
  .pageBox .total {
    display: flex;
  }
}

@media (max-width: 767px) {
  .pageBox .total::before {
    content: "/";
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
  }
}

.pageBox .btn {
  padding-left: 45px;
  padding-right: 45px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #aaa;
}

@media (max-width: 767px) {
  .pageBox .btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.pageBox .btn .iconArrow2 {
  width: 13px;
  height: 23px;
  color: #c7c7c7;
  margin-left: 8px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .pageBox .btn.prev {
    margin-right: auto;
  }
}

.pageBox .btn.prev .iconArrow2 {
  transform: scaleX(-1);
}

@media (max-width: 767px) {
  .pageBox .btn.next {
    margin-left: auto;
  }
}

.goPageBox {
  position: relative;
  padding-top: 50px;
}

.goPageBox .wrap.full {
  max-width: 100%;
  padding: 0;
}

.goPageList {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1280px) {
  .goPageList {
    padding-top: 40px;
  }
}

.goPageList.bottom {
  margin-top: 0;
  margin-bottom: 20px;
}

.goPageList.bottom::before {
  top: auto;
  bottom: -20px;
}

.goPageList::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: 1px;
  background-color: #ebeaef;
}

.goPageList .prev,
.goPageList .next {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 767px) {

  .goPageList .prev,
  .goPageList .next {
    width: 50%;
    max-width: 100%;
  }
}

.goPageList .prev {
  margin-right: auto;
  order: 1;
}

@media (max-width: 767px) {
  .goPageList .prev {
    padding-right: 20px;
  }
}

.goPageList .prev .iconArrow {
  transform: scaleX(-1);
  margin-right: 25px;
}

.goPageList .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  order: 2;
}

@media (max-width: 1280px) {
  .goPageList .btn {
    top: 0;
    transform: translateX(-50%);
  }
}

.goPageList .next {
  margin-left: auto;
  order: 3;
}

@media (max-width: 767px) {
  .goPageList .next {
    padding-left: 20px;
  }
}

.goPageList .next .iconArrow {
  margin-left: 25px;
}

.goPageList .next .item {
  flex-direction: row-reverse;
  text-align: right;
}

.goPageList .item {
  display: flex;
}

.goPageList .item:hover .dirText {
  color: #df7475;
}

.goPageList .Img {
  display: flex;
  align-items: center;
  width: 80px;
}

@media (max-width: 440px) {
  .goPageList .Img {
    display: none;
  }
}

.goPageList .Img a {
  display: block;
  background-color: #fafafa;
}

.goPageList .Img img {
  display: block;
  width: 100%;
}

.goPageList .Txt {
  width: 100%;
  padding: 15px;
}

@media (max-width: 767px) {
  .goPageList .Txt {
    padding-left: 0;
    padding-right: 0;
  }
}

.goPageList .dirText {
  padding-bottom: 3px;
  color: #888;
  text-transform: uppercase;
  transition: all 0.5s;
}

.goPageList .title {
  display: block;
  padding-bottom: 3px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goPageList .text {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #aaa;
}

.goPageList .arrow {
  margin-top: auto;
  margin-bottom: auto;
  color: #e2e2e2;
}

.goPageList .iconArrow {
  width: 18px;
  height: 31px;
}

@media (max-width: 767px) {
  .goPageList .iconArrow {
    display: none;
  }
}

/*側邊標題字*/
.sectionTitle {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: 1px solid #d6d6d6;
  font-weight: 400;
  font-size: 15px;
  color: #061540;
}

.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}

.sectionTitle a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sectionTitleBox {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.sectionTitleBox.column {
  flex-direction: column;
  align-items: flex-start;
}

.sectionTitleBox .title {
  margin-right: 5px;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.08em;
}

.sectionTitleBox .en {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #888;
}

.sectionTitleBox.style1 .title {
  margin-bottom: 2px;
  color: #505761;
  margin-right: 0;
}

.sectionTitleBox.style1 .en {
  color: #505761;
  font-size: 17px;
  line-height: 1.2;
}

.sectionTitleBox.style2 .title {
  color: #444;
}

.sectionTitleBox.style2 .en {
  font-size: 19px;
  color: #333;
}

.sideNewsBox {
  position: relative;
}

.sideNewsList.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.sideNewsList li {
  margin-bottom: 35px;
}

.sideNewsList .Img img {
  display: block;
  width: 100%;
}

.sideNewsList .title {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.sideNewsList .text {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #999;
  line-height: 1.5;
}

.sideNewsList .mTitle {
  color: #aaa;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .sideNewsList.style1 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 960px) {
  .sideNewsList.style1 li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sideNewsList.style1 .item {
  display: flex;
  align-items: flex-start;
  min-height: 75px;
}

@media (max-width: 960px) {
  .sideNewsList.style1 .item {
    flex-wrap: wrap;
  }
}

.sideNewsList.style1 .Img {
  width: 43%;
  margin-right: 10px;
  flex-shrink: 0;
}

@media (max-width: 960px) {
  .sideNewsList.style1 .Img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.sideNewsList.style1 .Txt {
  flex-grow: 1;
}

@media (max-width: 960px) {
  .sideNewsList.style1 .Txt {
    width: 100%;
  }
}

.sideNewsList.style1 .title {
  padding-top: 0;
  max-height: 56px;
  color: #666;
  overflow: hidden;
}

.sideNewsList.style2 {
  margin-left: -24px;
  margin-right: -24px;
}

@media (max-width: 1580px) {
  .sideNewsList.style2 {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.sideNewsList.style2 li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1580px) {
  .sideNewsList.style2 li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sideNewsList.style2 li.slick-slide {
  border-bottom: none;
}

.sideNewsList.style2 .item {
  display: flex;
}

@media (max-width: 1580px) {
  .sideNewsList.style2 .item {
    flex-direction: column;
  }
}

.sideNewsList.style2 .Img {
  width: 160px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 10px;
}

@media (max-width: 1580px) {
  .sideNewsList.style2 .Img {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.sideNewsList.style2 .Img img {
  height: 100%;
  object-fit: cover;
}

.sideNewsList.style2 .Txt {
  flex-grow: 1;
}

.sideNewsList.style2 .title {
  height: 43px;
  padding-top: 0;
  padding-bottom: 3px;
}

.sideNewsList.style2 .text {
  height: 38px;
  margin-bottom: 5px;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
}

.tab a {
  display: block;
  float: left;
  padding: 12px 10px;
  font-size: 15px;
  color: #1c1c1c;
}

.tab a.current {
  border: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #f8f3f0;
  box-shadow: inset 0 3px 5px -2px #cecece;
}

.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}

.tabContent>li {
  display: none;
}

.tabContent .textEditor {
  margin: 0;
}

.tabContent .sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}

.side_menu li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.side_menu li>a {
  position: relative;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.side_menu li>a.current {
  color: #df7475;
  border-bottom: 1px solid #e2a8a8;
}

.side_menu li>a b {
  margin-left: 10px;
  font-weight: 400;
  font-size: 13px;
  color: #888;
}

.side_menu .iconArrow2 {
  position: absolute;
  right: 0;
  top: 16px;
  width: 6px;
  height: 10px;
  transform: rotate(90deg);
  transform-origin: center center;
}

.side_menu dl {
  padding-top: 10px;
  padding-bottom: 10px;
}

.side_menu dl a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

.side_menu dl a.current {
  color: #df7475;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}

.side_album a img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}

.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
}

.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}

.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

.moreListArea {
  position: relative;
}

@media (max-width: 480px) {
  .moreListArea {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.moreListArea .topBox {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .moreListArea .topBox {
    margin-bottom: 10px;
  }
}

.moreListArea .sectionTitleBox,
.moreListArea .dotsBox {
  width: 50%;
}

@media (max-width: 480px) {

  .moreListArea .sectionTitleBox,
  .moreListArea .dotsBox {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .moreListArea .dotsBox {
    text-align: right;
  }
}

@media (max-width: 640px) {
  .moreListArea .dotsBox {
    position: absolute;
    left: 20px;
    bottom: 0;
  }
}

.moreList {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 1023px) {
  .moreList {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.moreList li {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1023px) {
  .moreList li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.moreList .item {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1023px) {
  .moreList .item {
    flex-wrap: wrap;
  }
}

.moreList .Img {
  width: 48%;
}

@media (max-width: 1023px) {
  .moreList .Img {
    width: 100%;
  }
}

.moreList .Img img {
  display: block;
  width: 100%;
}

.moreList .Txt {
  width: 52%;
  padding-top: 25px;
  padding-left: 20px;
}

@media (max-width: 1023px) {
  .moreList .Txt {
    width: 100%;
    padding-left: 0;
    padding-top: 12px;
  }
}

.moreList .listDateBox {
  padding-bottom: 15px;
}

@media (max-width: 1023px) {
  .moreList .listDateBox {
    padding-bottom: 5px;
  }
}

.moreList .title {
  display: block;
  padding-bottom: 5px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #666;
}

.moreList .note {
  overflow: hidden;
  max-height: 42px;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #999;
  font-weight: 300;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}

.captchaArea.unlocking .sliderBtn {
  transition: none;
}

.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s linear;
}

.sliderBtn::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  pointer-events: none;
  background-color: currentColor; 
  width: 24px;
  height: 24px;
  -webkit-mask-image: var(--svg-arrow-right);
  mask-image: var(--svg-arrow-right);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

/*--form--*/
.formBox .wrapBox {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fafafa;
}

.formBox form {
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.formNoteBox {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.6;
}

.formNoteBox .titleBox3 {
  color: #505761;
  line-height: 1.3;
  padding-bottom: 12px;
}

.formNoteBox.top {
  padding-bottom: 30px;
}

.formTitle {
  font-weight: 400;
  font-size: 20px;
  color: #626262;
  letter-spacing: 0.05em;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ececec;
}

.formList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

.formList>li {
  width: 50%;
  margin-bottom: 18px;
  padding-left: 7px;
  padding-right: 7px;
}

@media (max-width: 480px) {
  .formList>li {
    width: 100%;
  }
}

.formList>li.full {
  width: 100%;
}

.formList>li.center {
  text-align: center;
}

.formList>li.error .item {
  box-shadow: 0 0 10px #df7475;
}

.formList .item {
  display: flex;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

.formList .item.column {
  flex-direction: column;
}

.formList .item.column .left {
  width: 100%;
  height: 40px;
}

.formList .item.column .left::after {
  display: none;
}

.formList .item.select {
  position: relative;
  height: 100%;
}

.formList .item.select .left {
  position: relative;
  z-index: 2;
  pointer-events: none;
  display: none;
}

.formList .item.select .right {
  width: 100%;
  height: 40px;
}

.formList .item.textarea {
  align-items: flex-start;
  padding-top: 12px;
}

.formList .left,
.formList .right {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #888;
}

.formList .left {
  position: relative;
  display: flex;
  align-items: center;
  width: 100px;
  padding-left: 10px;
  text-align: center;
}

.lang-en .formList .left {
  width: 135px;
}

@media (max-width: 1180px) {
  .formList .left {
    width: 110px;
    font-size: 16px;
  }
}

.formList .left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #d7d7d7;
}

.formList .right {
  width: calc(100% - 100px);
}

.lang-en .formList .right {
  width: calc(100% - 135px);
}

@media (max-width: 1180px) {
  .formList .right {
    width: calc(100% - 110px);
  }
}

@media (min-width: 961px) {

  .formList input,
  .formList select,
  .formList textarea {
    background-color: #fff;
  }
}

@media (max-width: 960px) {

  .formList input,
  .formList select,
  .formList textarea {
    background-color: transparent;
  }
}

@media (max-width: 1180px) {

  .formList input,
  .formList select,
  .formList textarea {
    font-size: 16px;
  }
}

.formList input {
  padding: 0 10px;
  height: 40px;
}

@media (max-width: 1180px) {
  .formList input {
    height: 44px;
  }
}

.formList textarea {
  padding: 0 10px;
  height: 100px;
}

.formList input,
.formList textarea {
  width: 100%;
  border: none;
}

.formList select {
  width: 100%;
  height: 40px;
  border: none;
  padding: 10px;
  background-image: url("/tw/images/arrowDown.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #888;
  font-size: 16px;
}

@media (min-width: 1181px) {
  .formList select {
    display: none;
  }
}

.formList select option {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f2f2f2;
}

.formList select option:hover {
  color: #fff;
  background: #456a7a;
}

.formList .selectTitle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background-image: url("/tw/images/arrowDown.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}

@media (max-width: 1180px) {

  .formList .selectList,
  .formList .selectTitle {
    display: none;
  }
}

.formList .note {
  letter-spacing: 0.02em;
  color: #808080;
}

.formList .call {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
  color: #808080;
  letter-spacing: 0.05em;
}

.formList .call .title {
  width: 100%;
}

.formList .call .text {
  width: 50%;
}

@media (max-width: 480px) {
  .formList .call .text {
    width: 100%;
  }
}

.formList .call a {
  display: inline-block;
  padding-left: 5px;
  color: #808080;
}

.formList .call a:hover {
  text-decoration: underline;
}

.formList2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.formList2>li {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.formList2>li.full {
  width: 100%;
}

.formList2 .left {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
  letter-spacing: 0.05em;
}

.formList2 .left em {
  color: #df7475;
}

.formList2 .noteTxt {
  margin-top: 10px;
  font-size: 13px;
  color: #959595;
  letter-spacing: 0.05em;
}

.formList2 input[type=text],
.formList2 input[type=password],
.formList2 select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.formList2 .addressTop {
  margin-bottom: 12px;
}

.formList2 .addressList {
  display: flex;
  margin: 12px 0 15px;
}

.formList2 .addressList input[name=data_zip] {
  width: 120px;
}

.formList2 .radioBox {
  margin-bottom: 12px;
}

.formList2 .text {
  font-size: 14px;
  letter-spacing: 0.05em;
}

.switchType {
  position: relative;
}

.switchType input[type=radio] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.switchType input[type=radio]:checked~.title::before {
  border-color: #df7475;
}

.switchType input[type=radio]:checked~.title::after {
  transform: scale(1);
}

.switchType .title {
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  font-size: 14px;
}

.switchType .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #dadada;
  transition: all 0.5s;
}

.switchType .title::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 10px;
  height: 10px;
  background-color: #df7475;
  border-radius: 50%;
  transform-origin: center;
  transform: scale(0);
  transition: all 0.5s;
}

.selectBox {
  background-color: #fff;
}

.selectBox.golden {
  display: none;
}

.selectList {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  border: 1px solid #d3dbdf;
  background-color: #f2f2f2;
  transform: translateY(12px) scale(1.01);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s;
}

.selectList.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.selectList li {
  position: relative;
}

.selectList li:not(:last-child) .option {
  border-bottom: 1px solid #fff;
}

.selectList .option {
  padding: 12px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.5s;
}

.selectList .option:hover {
  color: #fff;
  background-color: #df7475;
}

.selectList .option:hover~.hoverBox {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1640px) {
  .selectList .option:hover~.hoverBox {
    transform: translateX(-15px);
  }
}

.selectList .hoverBox {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 20px;
  transform: translateX(15px);
  width: 245px;
  padding: 20px 30px;
  background-color: #df7475;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}

@media (max-width: 1640px) {
  .selectList .hoverBox {
    left: auto;
    right: 100%;
    transform: translateX(-30px);
  }
}

@media (max-width: 1180px) {
  .selectList .hoverBox {
    display: none;
  }
}

.selectList .hoverBox::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #df7475 transparent transparent;
}

@media (max-width: 1640px) {
  .selectList .hoverBox::before {
    left: auto;
    right: -18px;
    transform: scaleX(-1);
  }
}

.selectList .hoverBox .title {
  padding-bottom: 5px;
}

.selectList .hoverBox .text {
  font-weight: 500;
}

.submitBtn {
  display: inline-block;
  background-color: #df7475;
  border: none;
  min-width: 200px;
  padding: 10px 30px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.25em;
  color: #fff;
  cursor: pointer;
}

.formBox.hasImg form {
  max-width: 100%;
}

.formBox.hasImg .formListBox {
  display: flex;
  background-color: #fafafa;
}

.formBox.hasImg .formListBox .imgBox {
  width: 42%;
}

@media (max-width: 1180px) {
  .formBox.hasImg .formListBox .imgBox {
    display: none;
  }
}

.formBox.hasImg .formListBox .imgBox img {
  display: block;
  width: 100%;
}

.formBox.hasImg .formListBox .formList {
  width: 58%;
  padding: 50px 100px;
}

@media (max-width: 1366px) {
  .formBox.hasImg .formListBox .formList {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1180px) {
  .formBox.hasImg .formListBox .formList {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  .formBox.hasImg .formListBox .formList {
    padding: 0;
  }
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background-color: #fff;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.7s ease-in-out;
}

.imh_opacity:hover img {
  opacity: 0.7;
  transform: scale(1.05);
}

.giaArea .topBox {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  padding-right: 20px;
}

.giaArea .total {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #888;
}

.giaArea .total .count {
  padding-left: 5px;
  padding-right: 5px;
}

.giaArea .titleBox4 {
  margin-bottom: 0;
}

.giaArea .titleBox4 .en {
  color: #888;
}

.giaArea .listBox {
  width: 100%;
  text-align: center;
  border-top: 1px solid #f2f2f2;
}

.giaArea .listTitle {
  display: flex;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #888;
  border-bottom: 1px solid #f2f2f2;
}

@media (max-width: 480px) {
  .giaArea .listTitle {
    font-size: 12px;
  }
}

.giaArea .checkBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
}

.giaArea .box {
  padding: 10px 5px;
}

.giaArea .shape {
  text-align: center;
}

.giaArea .shape img {
  display: inline-block;
  vertical-align: top;
  max-width: 20px;
}

.giaArea .list {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #444;
}

@media (max-width: 480px) {
  .giaArea .list {
    font-size: 12px;
  }
}

.giaArea .list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.giaArea .list .open {
  background-color: #fafafa;
}

.giaArea .list .item {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

.giaArea .list .bottom {
  display: none;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20%;
  padding-right: 20px;
  border-bottom: 1px solid #f2f2f2;
}

.giaArea .list .text {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  width: 50%;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 300;
  font-size: 15px;
  color: #888;
  letter-spacing: 0.08em;
  text-align: left;
}

.giaArea .bottomBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

@media (max-width: 960px) {
  .giaArea .bottomBox {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 960px) {
  .giaArea .pageBox {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }
}

.giaArea .btn2 a {
  padding: 12px 40px;
}

.giaArea .moduleInnerBox {
  max-height: 100vh;
  overflow-y: auto;
}

.giaArea .moduleInnerBox::-webkit-scrollbar {
  -webkit-appearance: none;
}

.giaArea .moduleInnerBox::-webkit-scrollbar:vertical {
  width: 12px;
}

.giaArea .moduleInnerBox::-webkit-scrollbar:horizontal {
  height: 12px;
}

.giaArea .moduleInnerBox::-webkit-scrollbar-thumb {
  background-color: #df7475;
  border-radius: 6px;
  border: 2px solid #eaeaea;
}

.giaArea .moduleInnerBox::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: #eaeaea;
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background-color: #000;
  overflow: hidden;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #000;
  transition: all 0.4s ease;
  background-color: currentColor; 
  width: 18px;
  height: 18px;
  -webkit-mask-image: var(--svg-search-zoom);
  mask-image: var(--svg-search-zoom);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  display: inline-block;
  margin-right: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  font-family: "微軟正黑體";
  color: #fff;
}

.itemHoverMore .Img {
  position: relative;
  overflow: hidden;
  background-color: #f5ecec;
}

.itemHoverMore .Img::before,
.itemHoverMore .Img::after {
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.itemHoverMore .Img::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  transform: scale(0.95);
  opacity: 0;
}

.itemHoverMore .Img::after {
  content: "More";
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  padding: 7px 43px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #b18c8c;
  opacity: 0;
  border: 1px solid #e0caca;
}

.itemHoverMore .Img img {
  transition: all 0.5s ease-in-out;
}

.itemHoverMore.hoverWhite .Img {
  background-color: #fff;
}

.itemHoverMore.hoverWhite .Img::before {
  border-color: #e0caca;
}

.itemHoverMore:hover .Img::before {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.2s;
}

.itemHoverMore:hover .Img::after {
  top: 50%;
  opacity: 1;
  transition-delay: 0.3s;
}

.itemHoverMore:hover .Img img {
  opacity: 0;
}

.lg-video-cont {
  max-width: 1200px !important;
}

@keyframes rotateAni {
  100% {
    transform: rotate(360deg);
  }
}
/* Source: public/js/intlTelInput/intlTelInput.css */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
    .intl-tel-input .selected-flag .iti-arrow {
      margin-left: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    margin-left: 6px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-size: 5652px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti-flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("/public/js/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-image: url("/public/js/img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

/* Source: tw/reservationA/css/normalize.css */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* Source: tw/reservationA/css/webflow.css */
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}

/* Source: tw/reservationA/css/aluxe-contact.webflow.css */
.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide_version {
  z-index: 5;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.max-width-medium {
  width: 100%;
  max-width: 28rem;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.text-align-center.text-color-white {
  text-shadow: 2px 2px 1px #0003;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-regular {
  font-size: 16px;
  line-height: 1.5;
}

.text-size-regular.text-color-red {
  color: var(--primary-pink);
  font-weight: 500;
}

.text-size-regular.text-color-white {
  text-shadow: 2px 2px 1px #0003;
}

.text-size-small {
  font-size: .875rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-style-italic {
  font-style: italic;
}

.text-style-muted {
  opacity: .6;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.background-color-white {
  background-color: #fff;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-96 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-1x1-medium {
  width: 1.75rem;
  height: 1.75rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hide {
  display: none;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.form_component {
  margin-bottom: 0;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_message-success {
  padding: 1.25rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.logo_content {
  justify-content: center;
  align-items: center;
  width: 135px;
  display: flex;
}

.primary_button {
  background-color: var(--primary-pink);
  border-radius: 4px;
  transition: opacity .2s;
}

.primary_button:hover {
  opacity: .8;
}

.primary_button.w--current:hover {
  opacity: .9;
}

.layout_contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.form_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_step {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

._2-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-grid.large-gap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.store_content {
  max-height: 500px;
  overflow: scroll;
}

.radio-button-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.25rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button {
  border: 1px solid var(--grey);
  cursor: pointer;
  background-color: #fcfcfc;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.radio-button.gender {
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: #7f58e233;
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: url('/images/reservation/genders-01.svg');
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.radio-button-label {
  z-index: 5;
  position: relative;
}

.progress_bar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.progress_divider {
  background-color: var(--grey);
  width: 100%;
  min-width: 120px;
  height: 1px;
}

.progress_divider.check {
  background-color: var(--primary-pink);
}

.progress_icon {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  display: flex;
}

.progress_icon.check {
  color: var(--primary-pink);
}

.form {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.text_wrap {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.text_wrap.horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.v-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.textarea {
  border-radius: 8px;
  min-height: 120px;
}

.info_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.confirm_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.confirm_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: relative;
}

.text-field {
  border-radius: 6px;
}

.div-block {
  min-width: 80px;
}

.calendar-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.nav-arrow {
  color: var(--black);
}

.calendar-weekdays {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.table-row, .calendar-days {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.time-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.time-list {
  flex-flow: column;
  max-height: 500px;
  display: flex;
  overflow: scroll;
}

.time-slot {
  border: 1px solid var(--transparent);
  justify-content: center;
  align-items: center;
  height: 4.75rem;
  min-height: 4.75rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.selected-time {
  background-color: var(--transparent);
  cursor: pointer;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.selected-time.gender {
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.selected-time.gender:hover {
  border-color: #7f58e233;
}

.selected-time.gender.w--redirected-focus {
  box-shadow: none;
}

.selected-time.gender.male {
  background-image: url('/images/reservation/genders-01.svg');
}

.selected-time.gender.male.w--redirected-focus {
  box-shadow: none;
}

.selected-date {
  display: none;
}

.form-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.form-btn {
  border: 1px solid var(--grey);
  opacity: 1;
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 9px 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.form-btn:hover {
  opacity: .8;
}


.form-btn.right {
  position: absolute;
  right: 0;
}

.submit-button {
  background-color: var(--primary-pink);
  border-radius: 6px;
  width: 100px;
  height: 40px;
  transition: opacity .2s;
  position: absolute;
  right: 0;
}

.submit-button:hover {
  opacity: .8;
}

.map-container {
  height: 100%;
}

.success-message {
  background-color: #b7cff066;
  border-radius: 20px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.success_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-message {
  margin-top: 4rem;
  padding: 1rem;
}

.error_content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section_hero {
  z-index: 2;
  background-image: linear-gradient(#00000040, #00000040), url('/images/reservation/aluxe-adjust.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
  inset: 0%;
}


.layout_hero {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 14rem;
  padding-bottom: 12rem;
  display: flex;
}

.exit-button {
  border: 2px solid var(--primary-pink);
  color: var(--primary-pink);
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: opacity .2s;
  position: absolute;
  inset: 4% 3% auto auto;
}

.exit-button:hover {
  opacity: .8;
}

.primary-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e8832e;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
}

.primary-button:hover {
  background-color: #f6b685;
}

.ad_image {
  background-color: var(--white);
  border-radius: 10px;
  height: 550px;
  padding: 10px;
}

.splide {
  position: relative;
}

.splide__track {
  height: 425px;
  position: relative;
}

.splide__list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: 100%;
  display: flex;
}

.splide__slide {
  cursor: grab;
  flex: none;
  justify-content: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infinite-marquee_item-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 425px;
  max-height: 425px;
  margin-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.infinite-marquee_item-content-wrapper.mobile {
  display: none;
}

.infinite-marquee_item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.name_tag {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-blur {
  filter: blur();
  background-color: #ffffffbf;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.infinite-marquee_item-link {
  position: absolute;
  inset: 0%;
}

.splide_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.title-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  padding: 0;
  text-decoration: none;
  transition: all .2s;
}

.title-link:hover {
  color: #8c8c8c;
}

.title-link.white {
  color: #fff;
  text-align: right;
  font-size: 14px;
}

.title-link.white:hover {
  color: #d2d2d2;
}

.brand_image {
  width: 200px;
  transition: all .2s;
}

.brand_image:hover {
  opacity: .7;
}

.social_link {
  opacity: 1;
  transition: all .2s;
}

.social_link:hover {
  opacity: .8;
}


@media screen and (min-width: 1440px) {
  .layout_hero {
    padding-top: 17rem;
    padding-bottom: 15rem;
  }

  .ad_image {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .text-size-medium {
    font-size: 1.125rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular {
    font-size: 15px;
  }

  .text-size-small {
    font-size: 13px;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .spacer-medium {
    padding: 1.5rem;
  }

  .spacer-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding: 3rem;
  }

  .spacer-xxlarge {
    padding: 4rem;
  }

  .spacer-96 {
    padding: 5rem;
  }

  .spacer-xhuge {
    padding: 6rem;
  }

  .spacer-xxhuge {
    padding: 8rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .navbar_wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .form_step {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._2-grid.large-gap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .radio-button-field {
    height: 5rem;
  }

  .progress_bar {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .progress_divider, .progress_divider.check {
    min-width: auto;
  }

  .form {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .menu-button, .icon {
    display: none;
  }

  .layout_hero {
    padding-top: 12rem;
    padding-bottom: 10rem;
  }

  .ad_image {
    height: 575px;
  }

  .infinite-marquee_item-content-wrapper.mobile {
    display: flex;
  }

  .title-link.white {
    text-align: left;
  }

  .footer_wrap_right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer_social_content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer_wrap_buttom {
    justify-content: flex-start;
    align-items: center;
  }

}

@media screen and (max-width: 767px) {
  .fs-styleguide_version {
    font-size: .875rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .spacer-medium {
    padding: 1.25rem;
  }

  .spacer-large {
    padding: 1.5rem;
  }

  .spacer-xlarge {
    padding: 2rem;
  }

  .spacer-xxlarge {
    padding: 3rem;
  }

  .spacer-96 {
    padding: 3.5rem;
  }

  .spacer-xhuge {
    padding: 4rem;
  }

  .spacer-xxhuge {
    padding: 4.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .navbar_wrap {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  ._2-grid {
    grid-template-columns: 1fr;
  }

  ._2-grid.large-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .store_content {
    max-height: 450px;
  }

  .progress_bar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .progress_icon {
    width: 26px;
    min-width: 26px;
    height: 26px;
  }

  .form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .info_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .time-list {
    max-height: 450px;
  }

  .form-btn {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-btn.left, .form-btn.right {
    min-height: auto;
  }



  .layout_hero {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .exit-button {
    width: 36px;
    height: 36px;
  }

  .primary-button {
    text-align: center;
  }

  .ad_image {
    height: 500px;
  }

  .splide__track {
    height: 350px;
  }

  .splide__list {
    height: auto;
  }

  .infinite-marquee_item-content-wrapper {
    width: 450px;
    height: 350px;
  }

  .infinite-marquee_item-content-wrapper.mobile {
    width: 400px;
    height: 300px;
  }

  .splide_content {
    height: 100%;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }


  .footer_wrap_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .brand_image.footer {
    width: 170px;
  }
}

@media screen and (max-width: 479px) {
  .text-size-medium {
    font-size: 18px;
  }

  .padding-section-small {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .logo_content {
    justify-content: flex-start;
    width: 140px;
    padding-left: 0;
  }

  .form_step {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  ._2-grid.large-gap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .store_content {
    max-height: 300px;
  }

  .progress_icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text_wrap {
    padding-left: 1rem;
  }

  .confirm_wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .confirm_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-field {
    height: 36px;
  }

  .time-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .time-list {
    max-height: 300px;
  }

  .time-slot {
    height: 4.5rem;
    min-height: 4.5rem;
  }

  .form-link-wrap {
    flex-flow: column;
  }

  .form-btn {
    flex: none;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form-btn.left, .form-btn.right {
    width: auto;
  }

  .nav_upper_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .layout_hero {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .exit-button {
    width: 32px;
    height: 32px;
    right: 0%;
  }

  .primary-button {
    text-align: center;
  }

  .ad_image {
    object-fit: cover;
    height: 400px;
  }

  .splide__track {
    height: 250px;
  }

  .infinite-marquee_item-content-wrapper, .infinite-marquee_item-content-wrapper.mobile {
    width: 325px;
    height: 250px;
  }

  .padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brand_image.footer {
    width: 160px;
  }
}

#current-month-year.w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce79-b8720062 {
  justify-self: center;
}

#next-month-btn.w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce7b-b8720062 {
  justify-self: end;
}

#w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce7f-b8720062, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce81-b8720062, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce83-b8720062, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce85-b8720062, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce87-b8720062, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce89-b8720062, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce8b-b8720062 {
  justify-self: center;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c1da-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c1df-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c1e4-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c1e9-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c1ef-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c1f5-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c1fb-7db78b20 {
  justify-self: start;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c308-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c321-7db78b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c324-7db78b20 {
  justify-self: start;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c326-7db78b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c329-7db78b20 {
  justify-self: start;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c392-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c39c-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c39d-7db78b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c40b-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c410-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c415-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c41a-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c41f-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c424-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c42e-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c433-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c438-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c43d-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c442-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c447-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c44c-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c451-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c456-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c45b-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c460-7db78b20 {
  justify-self: start;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c464-7db78b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c465-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c46a-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c46f-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c474-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c489-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c48e-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c493-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c498-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c49d-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4a2-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4ac-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4b1-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4b6-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4bb-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4c0-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4c5-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4ca-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4cf-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4d4-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4d9-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4de-7db78b20 {
  justify-self: start;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4e2-7db78b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4e3-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4e8-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4ed-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c4f2-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c504-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c509-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c50e-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c513-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c518-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c51d-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c522-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c527-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c52c-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c531-7db78b20 {
  justify-self: start;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c535-7db78b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c536-7db78b20 {
  justify-self: start;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c539-7db78b20, #w-node-ac1907fb-7abb-f008-3256-73ce3cb9c5bc-7db78b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac1907fb-7abb-f008-3256-73ce3cb9c618-7db78b20 {
  justify-self: start;
}

#current-month-year.w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce79-02b31513 {
  justify-self: center;
}

#next-month-btn.w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce7b-02b31513 {
  justify-self: end;
}

#w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce7f-02b31513, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce81-02b31513, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce83-02b31513, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce85-02b31513, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce87-02b31513, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce89-02b31513, #w-node-a674ff1f-6f6b-4bba-d9fa-77d89e84ce8b-02b31513 {
  justify-self: center;
}



/* Source: tw/reservationA/css/general.css */
.text-color-white {
  color: #fff;
}
.text-size-tiny {
  font-size: 0.75rem;
}
.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar_wrap {
  z-index: 1;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.headLanBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subMenu {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  width: 120px;
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
.subMenu a:hover {
  background-color: #df7475;
  color: #fff;
}
.subMenu a {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: #fff;
}
.subMenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.subMenu.show {
  opacity: 1;
  pointer-events: auto;
}

.navbar_wrap.fixed {
  background-color: rgb(255, 255, 255);
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
}
.navbar_wrap.fixed a {
  color: black;
}
.nav_middle_wrap {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.nav_link_wrap {
  justify-content: space-between;
}
.nav_link {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  text-decoration: none;
}
.navbar_wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.nav_upper_wrap {
  background-color: var(--primary-blue);
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 2rem;
  display: flex;
}
.header_icon {
  color: var(--primary-pink);
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
}
.header_icon.check {
  color: var(--primary-pink);
}

nav.w-nav-menu {
  display: flex;
}
.text_link {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  color: var(--black);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

/*footer*/
.padding-section-medium.footer {
  padding-bottom: 2rem;
}
.footer_wrap_left {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}
.brand_image.footer {
  width: 140px;
}
.footer_text_wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}
.footer_text_wrap.small {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}
.footer_wrap_right {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-flow: column;
  display: flex;
}
.footer_social_content {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}
.footer_wrap_buttom {
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer_link {
  color: var(--white);
  text-decoration: none;
}
.layout_store {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  margin-bottom: 4rem;
  display: flex;
}
.section_footer {
  background-color: var(--primary-blue);
  overflow: hidden;
}

/* other */
.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
._3-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}
._3-grid.large-gap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}
.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.layout_section_large {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}
.section_store {
  overflow: hidden;
}
.mobileStore {
  display: none!important;
}

@media screen and (max-width: 991px) {
  .container-large.nav {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
  }
  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .layout_section_large {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }
  .layout_store {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .layout_section_large {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
  .nav_upper_wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  ._3-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout_store {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .form-link-wrap {
    flex-direction: row;
  }
  .nav_link {
    display: none;
  }
  .nav_upper_wrap .subMenu {
    left: -20px;
  }
  .navbar_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .layout_store {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .navbar_wrap .btn-reservation {
    display: none;
  }
}

/* Source: tw/reservationA/css/reservation.css */
/* ==================== Radio Button 完整樣式統一設定 ==================== */
/* 重置 Webflow 預設樣式，確保我們的樣式生效 */
.w-form-formradioinput,
.radio-button,
.selected-time {
  transition: all 0.2s ease !important;
}
.text-size-regular,
.text-size-small,
.text-color-grey {
  transition: color 0.2s ease !important;
}
/* ==================== 門市選擇 Radio Buttons ==================== */
/* 預設狀態 */
.radio-button-field {
  transition: all 0.2s ease !important;
}
.radio-button-field .radio-button {
  background-color: white !important;
  border: 1px solid #cfcfcf !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}
.radio-button-field .text-size-regular {
  color: #333 !important;
  transition: color 0.2s ease !important;
}
/* Hover 狀態 - 整個 label 區域 */
.radio-button-field:hover .radio-button {
  background-color: #17294C !important; /* 粉紅色背景 */
  border-color: #17294C !important;
}
.radio-button-field:hover .text-size-regular {
  color: white !important;
}
/* 選中狀態 */
.radio-button-field input:checked ~ .radio-button,
.radio-button-field .w--redirected-checked {
  color: white;
  background-color: #17294C !important;
  border-color: #17294C !important;
}
.radio-button-field input:checked ~ .text-size-regular,
.radio-button-field .w--redirected-checked ~ .text-size-regular {
  color: white !important;
}
/* ==================== 服務選擇 Radio Buttons ==================== */
/* 預設狀態 */
.radio-button-field .text_wrap {
  transition: all 0.2s ease !important;
}
.radio-button-field .text_wrap .text-size-regular,
.radio-button-field .text_wrap .text-size-small {
  color: #333 !important;
  transition: color 0.2s ease !important;
}
.radio-button-field .text_wrap .text-color-grey {
  color: #666 !important;
  transition: color 0.2s ease !important;
}
/* Hover 狀態 */
.radio-button-field:hover .text_wrap .text-size-regular,
.radio-button-field:hover .text_wrap .text-size-small,
.radio-button-field:hover .text_wrap .text-color-grey {
  color: white !important;
}
/* 選中狀態 */
.radio-button-field input:checked ~ .text_wrap .text-size-regular,
.radio-button-field input:checked ~ .text_wrap .text-size-small,
.radio-button-field input:checked ~ .text_wrap .text-color-grey,
.radio-button-field .w--redirected-checked ~ .text_wrap .text-size-regular,
.radio-button-field .w--redirected-checked ~ .text_wrap .text-size-small,
.radio-button-field .w--redirected-checked ~ .text_wrap .text-color-grey {
  color: white !important;
}
/* ==================== 時間選擇 Radio Buttons ==================== */
/* 預設狀態 */
.time-slot {
  transition: all 0.2s ease !important;
}
.time-slot .selected-time {
  background-color: white !important;
  border: 1px solid #e5e5e5 !important;
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}
.time-slot .text-size-regular {
  color: #333 !important;
  transition: color 0.2s ease !important;
}
/* Hover 狀態 */
.time-slot:hover .selected-time {
  background-color: #17294C !important;
  border-color: #17294C !important;
}
.time-slot:hover .text-size-regular {
  color: white !important;
}
/* 選中狀態 */
.time-slot input:checked ~ .selected-time,
.time-slot.selected .selected-time,
.time-slot .w--redirected-checked {
  background-color: #17294C !important;
  border-color: #17294C !important;
}
.time-slot input:checked ~ .text-size-regular,
.time-slot.selected .text-size-regular,
.time-slot .w--redirected-checked ~ .text-size-regular {
  color: white !important;
}
/* ==================== 確保 Hover 在整個區域有效 ==================== */
/* 防止子元素阻擋 hover 事件 */
.radio-button-field *,
.time-slot * {
  pointer-events: none;
}
.radio-button-field,
.time-slot {
  pointer-events: auto;
  cursor: pointer;
}
/* 確保輸入框仍能接收事件 */
.radio-button-field input,
.time-slot input {
  pointer-events: auto;
}
/* ==================== 禁用狀態 ==================== */
.time-slot.disabled,
.time-slot.disabled:hover {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  transition: opacity 0.2s ease !important;
}
.time-slot.disabled .selected-time,
.time-slot.disabled:hover .selected-time {
  background-color: #f9f9f9 !important;
  border-color: #f0f0f0 !important;
}
.time-slot.disabled .text-size-regular,
.time-slot.disabled:hover .text-size-regular {
  color: #ccc !important;
}
/* ==================== 通用備用樣式 ==================== */
/* 如果有遺漏的情況，這些會作為備用 */
.w-radio {
  transition: all 0.2s ease !important;
}
.w-radio:hover .w-form-formradioinput {
  background-color: #17294C !important;
  border-color: #17294C !important;
}
.w-radio input:checked ~ .w-form-formradioinput,
.w-radio .w--redirected-checked {
  background-color: #17294C !important;
  border-color: #17294C !important;
}

.map-container {
  position: relative;
  transition: opacity 0.2s ease;
}
.map-container.loading {
  opacity: 0.7;
}
.map-container.loading::after {
  content: "載入中...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 10;
  transition: all 0.2s ease;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  height: 300px;
  gap: 2px;
  margin-top: 10px;
}
.calendar-day {
  padding: 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  font-size: 14px;
}
.calendar-day:hover:not(.disabled) {
  background-color: #17294C;
  color: white;
  border-color: #17294C;
}
.calendar-day.today {
  background-color: #D2E2FF;
  font-weight: medium;
  transition: all 0.2s ease;
}
/* 選中狀態 - 放在 .today 之後確保優先級 */
.calendar-day.selected {
  background-color: #17294C !important;
  color: white !important;
  border-color: #17294C !important;
  font-weight: medium;
}
/* 明確指定當天被選中的樣式 */
.calendar-day.today.selected {
  background-color: #17294C !important;
  color: white !important;
  border-color: #17294C !important;
  font-weight: medium;
}
/* 當天被選中時的 hover 效果 */
.calendar-day.today.selected:hover {
  background-color: #17294C !important;
  color: white !important;
}
.calendar-day.disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: white;
  border-color: white;
  transition: all 0.2s ease;
}
.calendar-day.other-month {
  opacity: 0.3;
  color: white;
  transition: opacity 0.2s ease, color 0.2s ease;
}

/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}
/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}
/* These classes are never overwritten */
.hide {
  display: none !important;
}
@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
.margin-0 {
  margin: 0rem !important;
}
.padding-0 {
  padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

#store-map {
    width: 100%;
    height: clamp(275px, 50vh, 500px); /* 最小350px，最大500px，中間根據視窗高度調整 */
    border: 0;
}
/* 針對特定斷點的精確控制 */
@media (max-width: 480px) {
    #store-map {
        height: 275px;
    }
}
@media (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
    #store-map {
        height: 375px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    #store-map {
        height: 400px;
    }
}

#summary-store-map {
    width: 100%;
    height: clamp(275px, 50vh, 500px); /* 最小350px，最大500px，中間根據視窗高度調整 */
    border: 0;
}
/* 針對特定斷點的精確控制 */
@media (max-width: 480px) {
    #summary-store-map {
        height: 275px;
    }
}
@media (min-width: 481px) and (max-width: 768px) and (orientation: landscape) {
    #summary-store-map {
        height: 375px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    #summary-store-map {
        height: 400px;
    }
}
/* Source: tw/reservationA/css/style.css */
:root {
    --color-gold: #c5a880;
}
body {
    overflow: auto;
    -ms-overflow-style: none;  /* IE 和 Edge */
    scrollbar-width: none;     /* Firefox */
}
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
a:hover {
    color:var(--color-gold);
}
.logo_font {
    display: inline-block;
    padding-right: 8px;
    padding-left: 10px;
    letter-spacing: 0.7px;
    font-weight: 700;
    transform: scaleX(1.2);
}
/* navbar */
.navbar {
  background-color: var(--transparent);
  position: fixed;
  inset: 0% 0% auto;
}
.navbar_wrap a {
  color: white;
}

.form-btn {
    border-color: var(--color-gold);
    color: black;
    cursor: pointer;
}
.form-btn:hover {
    opacity: 0.8;
    color: black;
}

.not-allowed,
.form-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.not-allowed > *,
.form-btn.disabled > * {
    cursor: not-allowed;
}

#service_form input.error {
    border-color: red;
}


input[name="Phone"] {
    padding-left: 96px!important;
}


.submit-button {
    display: flex;
    width: auto;
    min-width: 100px;
    justify-content: center;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.loading-icon {
    display: none;
    margin-left: 10px;
}

.spinner {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-link-wrap .form-btn {
    min-width: 100px;
}
#submit_loading_icon {
    display: none;
}
.disabled #submit_loading_icon {
    display: inline-block;
}

@media screen and (max-width: 479px) {
    .form-link-wrap {
        flex-direction: row;
    }
}


.lang-en.mobile .radio-button-field {
  text-align: left;
}

.text_wrap.horizontal .c-label {
  white-space: nowrap;
}

.lang-en.mobile .text_wrap.horizontal {
  font-size: clamp(10px, 3vw, 13px);
}

.confirm_content {
  text-align: left;
}

.lang-en .c-label {
    min-width: 120px;
    font-size: clamp(13px, 3vw, 14px);
}
/* Source: tw/reservationA/css/conflict.css */
header,
.bannerArea {
  display: none;
}
/* Source: public/js/jqueryui/datepicker/datepicker.css */
@charset "utf-8";

/* CSS Document */
/* DatePicker Container */

.datepickerTextBox {
	width: 100%;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	transition: all .5s;
}

.datepickerTextBox:hover {
	background-color: #f7f7f7;
}

.ui-datepicker {
	width: 280px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	border: 1px solid #efefef;
	z-index: 999 !important;
}

.ui-datepicker a {
	text-decoration: none;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker-header {
	/* background: #000; */
	color: #e0e0e0;
	font-weight: bold;
	/* -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); */
	/* text-shadow: 1px -1px 0px #000; */
	/* filter: dropshadow(color=#000, offx=1, offy=-1); */
	line-height: 40px;
	border-bottom: 1px solid #efefef;
	background-color: #fff;
}

.ui-datepicker-title {
	text-align: center;
	height: 40px;
}

.ui-datepicker-title select {
	padding: 3px;
	border-radius: 3px;
	vertical-align: middle;
	/* border: none; */
	/* padding: 10px; */
	border: 1px solid #efefef;
	margin: 0 3px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow2.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
	text-indent: -9999px;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -25px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 5px;
}

.ui-datepicker thead {
	/* background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
	background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
	border-bottom: 1px solid #bbb; */
	background-color: #fff;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 9pt;
	padding: 10px 0;
	color: #df7475;
	/* text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0); */
}

.ui-datepicker tbody td {
	padding: 0;
	/* border-right: 1px solid #bbb; */
	background: #fff;
	line-height: 39px;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}

.ui-datepicker tbody tr {
	/* border-bottom: 1px solid #bbb; */
}

.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 39px;
	height: 39px;
	line-height: 40px;
	color: #666666;
	/* text-shadow: 1px 1px 0px #fff; */
	filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
	/* background: #ededed;
	background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
	background: linear-gradient(top, #ededed 0%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); */
}

.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
	/* background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); */
	color: #fff;
	/* text-shadow: 0px 1px 0px #4d7a85; */
	/* filter: dropshadow(color=#4d7a85, offx=0, offy=1); */
	/* border: 1px solid #55838f; */
	position: relative;
	margin: -1px;
	background-color: #5cc4ef;
	border-radius: 3px;
}

.ui-datepicker-unselectable .ui-state-default {
	/* background: #f4f4f4; */
	color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 39px;
	margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 39px;
	margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 39px;
	margin-bottom: 0;
}

/*兩組日曆*/
.ui-datepicker-multi-2 {
	width: 433px !important;
	background: #f4f4f4;
}

.ui-datepicker-group {
	width: 216px;
	float: left;
}

.ui-datepicker-group-last {
	float: right;
	border-left: 1px solid #bbb;
}
/* Source: public/js/jqueryui/timepicker/jquery-ui-timepicker-addon.css */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt {/* float: left; *//* clear:left; */padding: 0 0 0 5px;display: inline-block;}
.ui-timepicker-div dl dd {margin: 0 5px 10px 5px;display: inline-block;}
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }



/*時間*/
.ui-timepicker-div, .ui-datepicker-buttonpane{
	background: #f4f4f4;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-timepicker-div dl dt:first-child{
	    padding: 0;
}

.ui-timepicker-div dl dd.ui_tpicker_time {
	display: block;
    margin: 5px 0 20px 0;
}

.ui-datepicker-buttonpane button{
	padding: 7px 10px;
    margin-right: 15px;
}
