/* 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;
}

.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;
  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;
    }
}
