@charset "utf-8";

/* ===== _reset.css ===== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  line-height: 1;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}


/* List
   ========================================================================== */

/**
 * Remove list-style
 */
ol, ul {
	list-style: none;
}


/* ===== _editor_grid.css ===== */
.editor .row,
.editor .col .row {
    margin: 0 -15px;
}
.editor .col .row {
    margin-bottom: -15px;
}
.editor .col,
.editor .col .row > .col {
    float: left;
    padding: 0 15px 30px;
}
.editor .s-gap,
.editor .col .s-gap {
    margin: 0 -3px;
}
.editor .s-gap > .col,
.editor .col .s-gap > .col {
    padding: 0 3px 6px;
}
.editor .m-gap,
.editor .col .m-gap {
    margin: 0 -7px;
}
.editor .m-gap > .col,
.editor .col .m-gap > .col {
    padding: 0 7px 14px;
}
.editor .no-gap,
.editor .col .no-gap {
    margin: 0;
}
.editor .no-gap > .col,
.editor .col .no-gap > .col {
    padding: 0;
}

.editor .grid1 > .col,
.editor .col .grid1 > .col {
    float: none;
}
.editor .grid2 > .col,
.editor .col .grid2 > .col {
    width: 50%;
}
.editor .grid3 > .col,
.editor .col .grid3 > .col {
    width: 33.33%;
}
.editor .grid4 > .col,
.editor .col .grid4 > .col {
    width: 25%;
}
.editor .grid5 > .col,
.editor .col .grid5 > .col {
    width: 20%;
}
.editor .grid6 > .col,
.editor .col .grid6 > .col {
    width: 16.66%;
}

.editor .grid2.w62-38 > .col:nth-child(1),
.editor .col .grid2.w62-38 > .col:nth-child(1) {
    width: 62%;
}
.editor .grid2.w62-38 > .col:nth-child(2),
.editor .col .grid2.w62-38 > .col:nth-child(2) {
    width: 38%;
}
.editor .grid2.w78-22 > .col:nth-child(1),
.editor .col .grid2.w78-22 > .col:nth-child(1) {
    width: 78%;
}
.editor .grid2.w78-22 > .col:nth-child(2),
.editor .col .grid2.w78-22 > .col:nth-child(2) {
    width: 22%;
}
.editor .col .grid2.w62-38 > .col:nth-child(1),
.editor .col .grid2.w62-38 > .col:nth-child(2),
.editor .col .grid2.w78-22 > .col:nth-child(1),
.editor .col .grid2.w78-22 > .col:nth-child(2) {
    float: left;
}

@media screen and (max-width: 1024px) {
    .editor .grid2.w78-22 > .col:nth-child(2) .col {
        float: left;
        width: 50%;
    }
    .editor .grid2 > .col,
    .editor .grid2.w62-38 > .col:nth-child(1),
    .editor .grid2.w62-38 > .col:nth-child(2),
    .editor .grid2.w78-22 > .col:nth-child(1),
    .editor .grid2.w78-22 > .col:nth-child(2),
    .editor .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: none;
        width: auto;
    }
    .editor .grid4 > .col {
        width: 50%;
    }
    .editor .grid5 > .col,
    .editor .grid6 > .col {
        width: 33.33%;
    }
}
@media screen and (max-width: 900px) {
    .editor .grid3 > .col {
        float: none;
        width: auto;
    }
}
@media screen and (max-width: 767px) {
    .editor .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: left;
        width: 50%;
    }
    .editor .col .grid2.w78-22 > .col:nth-child(1),
    .editor .col .grid2.w78-22 > .col:nth-child(2) {
        float: none;
        width: auto;
    }
    .editor .grid5 > .col,
    .editor .grid6 > .col {
        width: 50%;
    }
    .editor .col .grid5 > .col,
    .editor .col .grid6 > .col {
        width: 33.33%;
    }
}
@media screen and (max-width: 640px) {
    .editor .grid4 > .col {
        float: none;
        width: auto;
    }
    .editor .col .grid3 > .col,
    .editor .col .grid4 > .col,
    .editor .col .grid5 > .col,
    .editor .col .grid6 > .col {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .editor .grid5 > .col,
    .editor .grid6 > .col,
    .editor .col .grid2 > .col,
    .editor .col .grid3 > .col,
    .editor .col .grid4 > .col,
    .editor .col .grid5 > .col,
    .editor .col .grid6 > .col,
    .editor .col .grid2.w62-38 > .col:nth-child(1),
    .editor .col .grid2.w62-38 > .col:nth-child(2),
    .editor .grid2.w78-22 > .col:nth-child(2) .col,
    .editor .col .grid2.w78-22 > .col:nth-child(2) .col {
        float: none;
        width: auto;
    }
}

/* ===== _basic.css ===== */
body {
    font-family: Arial, "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.35px;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
a {
    color: #666;
    text-decoration: none;
}
.wrapper {
	margin-top: 101px;
    overflow: hidden;
}
.container {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1470px;
}
.container:after,
.editor:after,
.clearfix:after,
.list-h:after,
.row:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    display: inline-block;
    clear: both;
}
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* 螢幕看不到、但螢幕閱讀器、搜尋引擎與 AI 代理讀得到的文字。
   用途：只放圖片的連結（例如首頁作品輪播）必須要有可辨識的文字，
   否則無障礙與 AI 代理稽核會判定「連結沒有名稱」。
   刻意不用 display:none / visibility:hidden —— 那兩種輔助技術也讀不到。 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    line-height: 1;
}
.list-inline .item,
.list-inline > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.list-inline .item a,
.list-inline > li a {
    display: inline-block;
    position: relative;
}
.list-h .item,
.list-h > li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-h .item a,
.list-h > li a {
    position: relative;
    display: block;
}
.pic {
    text-align: center;
}
.pic.full img {
    width: 100%;
}
.col,
.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button:focus,
input:focus {
    outline: none;
}
.editor .list-inline,
.editor .list-h {
    list-style-type: none;
    padding: 0;
}
/*------------ line btn ------------*/
#smartsupp-widget-container > div[data-testid=widgetButtonFrame]{
	bottom: 91px !important;
}
#smartsupp-widget-container > div[data-testid=widgetPopupFrame]{
	bottom: 158px !important;
}
@media(min-width:760px){
	#smartsupp-widget-container > div[data-testid=widgetMessengerFrame]{
		bottom: 91px !important;
	}
}
@media(max-width:760px){
	#smartsupp-widget-container > div[data-testid=widgetMessengerFrame]{
		bottom: 0px !important;
	}
}
.add-line-friend-btn{
    position: fixed;
    right: 12px;
    bottom: 24px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 11px;
	width: 125px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #FFF;
    background: #06C755;
    border-radius: 30px;
    transition: all .3s ease;
	z-index: 501;
}
.add-line-friend-btn:hover{
	color: #FFF !important;
    background: #12d763;
}
.add-line-friend-btn .line-icon{
    position: absolute;
    right: 9px;
    top: 15px;
    width: 26px;
    height: 25px;
	background: url("../../images/line-icon.svg") no-repeat;
    background-size: contain;
}
.fixed-inquiry-btn{
	position: fixed;
	right: 12px;
	bottom: 93px;
	box-sizing: border-box;
	text-align: left;
	padding-left: 11px;
	width: 125px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
    color: #FFF;
	background: #1246e0;
	border-radius: 30px;
	transition: all .3s ease;
	z-index: 501;
}
.fixed-inquiry-btn:hover{
	color: #FFF !important;
    background: #2357F1;
}
.fixed-inquiry-btn .inquiry-icon{
    position: absolute;
    right: 9px;
    top: 15px;
    width: 26px;
    height: 25px;
	background: url("../../images/inquiry-icon.svg") no-repeat;
    background-size: contain;
}
.fixed-inquiry-form{
	position: fixed;
	right: 12px;
	bottom: 146px;
	width: 256px;
	height: 366px;
	background: #f1f1f1;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	box-shadow: 1px 4px 20px #00000040;
	transition: all .3s ease;
	pointer-events: none;
	z-index: 901;
	opacity: 0;
}
.fixed-inquiry-form.active{
	bottom: 166px;
    pointer-events: auto;
	opacity: 1;
}
.fixed-inquiry-form .in-top{
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	background: #1246e0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.fixed-inquiry-form .in-mid{
	box-sizing: border-box;
	padding: 20px 20px 5px;
}
.fixed-inquiry-form .in-bottom{
	box-sizing: border-box;
	padding: 0 20px 14px;
}
.fixed-inquiry-form .in-text{
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
    color: #FFF;
}
.fixed-inquiry-form .in-title{
	margin: 0;
	margin-bottom: 10px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
}
.fixed-inquiry-form .in-mid .form-control{
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	width: 100%;
	height: 40px;
	font-size: 15px;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 7px;
	transition: all .3s ease;
}
.fixed-inquiry-form .in-mid .form-control:hover,
.fixed-inquiry-form .in-mid .form-control:focus{
	border: 1px solid #afafaf;
	outline: none;
}
.fixed-inquiry-form .in-mid .control-label{
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 9px;
	padding-left: 17px;
	font-size: 14px;
    line-height: 1;
	color: #333;
}
.fixed-inquiry-form .in-mid .control-label.required:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
	margin: -3px 0 0 0;
    display: block;
    width: 5px;
    height: 5px;
    background: #F45C5C;
    border-radius: 50%;
}
.fixed-inquiry-form .in-mid .control-label.required:after{
    display: none;
}
.fixed-inquiry-form .in-mid .form-box{
    padding: 0;
	line-height: 1;
    background: transparent;
}
.fixed-inquiry-form .in-mid .form-group{
	padding: 0;
	margin-bottom: 20px;
	line-height: 1;
	border: 0;
}
.fixed-inquiry-form .in-mid .form-group .input-box{
	padding: 0;
	border: 0;
}
.fixed-inquiry-form .in-mid .form-group > div{
	padding-left: 0;
	margin-left: 0;
	width: 100%;
}
.fixed-inquiry-form .in-send-btn{
	width: 100%;
	height: 40px;
	font-size: 15px;
    color: #FFF;
    background: linear-gradient(to right, #db3a3a, #F45C5C, #db3a3a, #F45C5C, #db3a3a);
	background-size: 400%;
	border: 0;
	border-radius: 7px;
	animation: grahover 4s linear infinite;
	transition: all .3s ease;
}
.fixed-inquiry-form .in-send-btn:hover{
	opacity: 0.8;
}
@keyframes grahover{
    0%{
		background-position: 0% 50%;
	}
    50%{
		background-position: 100% 50%;
	}
    100%{
		background-position: 0% 50%;
	}
} 
.fixed-inquiry-form .in-close-btn{
	position: absolute;
	right: 6px;
	top: 4px;
	width: 30px;
	height: 30px;
	font-size: 0;
	font-weight: bold;
	background: transparent;
	border: 0;
	border-radius: 50%;
}
.fixed-inquiry-form .in-close-btn:before{
	content: "";
	position: absolute;
	right: 7px;
	top: 13px;
	width: 16px;
	height: 2px;
	background: #FFF;
	transform: rotate(45deg);
}
.fixed-inquiry-form .in-close-btn:after{
	content: "";
	position: absolute;
	right: 7px;
	top: 13px;
	width: 16px;
	height: 2px;
	background: #FFF;
	transform: rotate(-45deg);
}
.fixed-tel-btn{
	position: fixed;
	display: none;
}
@media screen and (max-width: 1060px){
	.wrapper{
		margin-top: 60px;
	}
	.add-line-friend-btn{
		right: 12px;
		bottom: 24px;
		padding-left: 0;
		width: 56px;
		height: 56px;
		font-size: 0;
		border-radius: 50%;
	}
	.add-line-friend-btn .line-icon{
		right: 15px;
		top: 16px;
	}
	.fixed-inquiry-btn{
		right: 12px;
		bottom: 88px;
		padding-left: 0;
		width: 56px;
		height: 56px;
		font-size: 0;
		border-radius: 50%;
		z-index: 999;
	}
	.fixed-inquiry-btn .inquiry-icon{
		right: 15px;
		top: 16px;
	}
	.fixed-tel-btn{
		right: 12px;
        bottom: 155px;
		box-sizing: border-box;
		display: block;
		width: 56px;
		height: 56px;
		line-height: 56px;
		font-size: 30px;
		font-weight: 600;
		color: #fff;
		background: linear-gradient(135deg, #C30E22 0%, #e74c3c 100%);
		border-radius: 100%;
		box-shadow: 0 4px 14px rgba(195, 14, 34, 0.4), 0 1px 3px rgba(195, 14, 34, 0.25),inset 0 1px 0 rgba(255, 255, 255, 0.25);
		animation: phone-shake 1.4s infinite;
		transition: all .3s ease;
		z-index: 900;
	}
	.fixed-tel-btn:hover{
        opacity: 0.7;
	}
	.fixed-tel-btn i{
		position: relative;
		display: block;
		text-align: center;
		width: 56px;
		height: 56px;
		line-height: 56px;
	}
	.fixed-tel-btn i.ic-phone::before{
		content: "";
		position: absolute;
        top: 50%;
        left: 50%;
		transform: translate(-50%, -50%);
        width: 24px;
        height: 25px;
		background: url("../../../images/index/tel_icon.svg") no-repeat;
	}
	.fixed-tel-btn .ring{
        position: absolute;
        border: 2px solid rgba(195, 14, 34, 0.75);
        border-radius: 50%;
        inset: -8px;
        opacity: 0;
        animation: phone-ring 1.6s infinite;
    }
    .fixed-tel-btn .ring-2{
        animation-delay: 0.45s;
    }
	@keyframes phone-shake{
        0%, 100% {
            transform: rotate(0deg);
        }
        8% {
            transform: rotate(12deg);
        }
        16% {
            transform: rotate(-12deg);
        }
        24% {
            transform: rotate(10deg);
        }
        32% {
            transform: rotate(-10deg);
        }
        40% {
            transform: rotate(6deg);
        }
        48% {
            transform: rotate(0deg);
        }
    }
    @keyframes phone-ring{
        0% {
            transform: scale(0.85);
            opacity: 0.75;
        }
        70% {
            transform: scale(1.45);
            opacity: 0;
        }
        100% {
            transform: scale(1.45);
            opacity: 0;
        }
    }
}

/* ===== _icon.css ===== */
.icon {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: text-bottom;
    background-repeat: no-repeat;
}
.site-footer .icon {
    background-image: url("../../images/contact_icon.png");
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -3px 0 0;
}
.site-footer .icon.phone {
    background-position: 0 0;
}
.site-footer .icon.mail {
    background-position: 0 -30px;
}
.site-footer .icon.mail::before {
    
}
.site-footer .icon.fax {
    background-position: 0 -60px;
}


/* ===== _btn.css ===== */
.btn, .ibtn {/* Structure */
    display: inline-block;zoom:1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Firefox: Get rid of the inner focus border */
.btn::-moz-focus-inner,
.ibtn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.btn:focus, .ibtn:focus {
    outline: none;
}

.ibtn {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0 !important;
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}
.ibtn:hover {
    background-position: 0 100%;
}

/*.share .btn {
    width:  30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.share .btn:hover {
    background: #C78B67;
}*/
.share li{
    margin-right: 13px;
}
.ibtn.facebook{
    width: 30px;
    height: 29px;
    background: url("../../images/share.png")left top no-repeat;
    display: inline-block;
}
.ibtn.facebook:hover{
    background: url("../../images/share.png")left bottom no-repeat;
}
.ibtn.google-plus{
    width: 30px;
    height: 29px;
    background: url("../../images/share.png")-30px top no-repeat;
    display: inline-block;
}
.ibtn.google-plus:hover{
    background: url("../../images/share.png")-30px bottom no-repeat;
}
.ibtn.twitter{
    width: 30px;
    height: 29px;
    background: url("../../images/share.png")-60px top no-repeat;
    display: inline-block;
}
.ibtn.twitter:hover{
    background: url("../../images/share.png")-60px bottom no-repeat;
}
.ibtn.fb-fans-page {
    background: url("../../images/fb_page.png");
    width: 147px;
    height: 48px;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
.btn.back {
    color: #fff;
    background: #D6B19E;
    border: 1px solid #fff;
    outline: 1px solid #DDC0B0;
    width: 60px;
    height: 24px;
    line-height: 24px;
    float: left;
}
.btn.back:hover {
    background: #BC8161;
    outline-color: #BC8161;
}

.btn.normal {
    background: #8E483E;
    color: #EBD8D4;
    font-size: 18px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    width: 100%;
    max-width: 280px;
    line-height: 30px;
    margin-bottom: 10px;
}
.btn.normal:hover {
    color: #fff;
    -webkit-box-shadow:inset 0 2px 6px 0 rgba(0,0,0,0.25);
            box-shadow:inset 0 2px 6px 0 rgba(0,0,0,0.25);
}
.btn.arrowL,
.btn.arrowR {
    line-height: 40px;
    color: #000;
    font-size: 15px;
}
.btn.arrowL:hover,
.btn.arrowR:hover {
    color: #777;
}
.btn.arrowL {
    color:#666;
    background: url("../../images/arrowL.png") no-repeat 0 100%,#fff;
    padding: 0 30px 0 75px;
	border: 1px #DBDBDB solid;
}
.btn.arrowR {
    color: #666;
    background: url("../../images/arrowR.png") no-repeat 100% 100%,#fff;
    padding: 0 45px 0 10px;
	border: 1px #DBDBDB solid;
}
.btn.arrowL:hover {
    background-position: 0 100%;
	border: 1px #666 solid;
}
.btn.arrowR:hover {
    background-position: 100% 100%;
	border: 1px #666 solid;
}
.btn.arrowR2 {
    line-height: 40px;
    color: #666;
    font-size: 15px;
    background: #222222;
    background: url("../../images/arrowR2.png") no-repeat 93% center,#ffd390;
    border: 1px #DBDBDB solid;
    padding: 5px 110px 5px 110px;
}

.btn.arrowR2:hover {
    background: url("../../images/arrowR2.png") no-repeat 93% center,#666;
    -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
	color: #fff;
}
@media screen and (max-width: 360px) {
.btn.arrowR {
    width: 100%;
    padding: 5px 0 5px 0;
    text-align: center;
}
}

/* ===== _site_header.css ===== */
.site-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
	background:#FFF;
    border-bottom: 1px solid #DDDDDD;
    z-index: 500;
}
.site-title {
    float: left;
    padding: 17px 0;
}
.site-title .logo{
    background: url("../../images/logo.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 220px;
    height: 66px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.site-title .logo:hover{
    opacity: .7;
}
.site-nav .share{
	display: none;
}
.site-nav .share li{
	margin: 0 6px;
}
@media screen and (max-width: 1060px) {
    .site-title{
        padding: 9.5px 0;
    }
    .site-title .logo{
        width: 133px;
        height: 40px;
    }
	.site-nav .share{
		display: block;
		text-align: center;
		margin-top: 15px;
	}
}

/* ===== _site_nav.css ===== */
.site-nav{
	float: right;
	padding-top: 35px;
}
.menu{
	text-align: right;
	margin: 0 -20px;
	font-size: 18px;
	letter-spacing: 0;
}
.menu li{
	position: relative;
}
.menu li a{
	display: block;
}
.menu > li{
    padding: 0 20px;
    margin: 0;
    padding-bottom: 18.42px;
}
.menu > li > a{
	padding: 8px 0 5px;
	color: #333;
	border-bottom: 3px solid transparent;
}
.menu > li > a .green, .menu > li > a .orange{
	font-size: 18px;
	font-weight: bolder;
}
.menu > li > a .green{
	color: #8CC01F;
}
.menu > li > a .orange{
	color: #F29600;
}
.menu > li > a:hover, .menu > li.active > a{
    color: #26629D;
}
.menu > li > ul{
	display: none;
	position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -110px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
	width: 220px;
    background: #26629D;
    box-shadow: 0 3px 5px rgba(0 0 0 / 30%);
}
.menu > li > ul:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -14px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 14px 0 14px;
    border-color: #FFF transparent transparent transparent;
}
.menu > li > ul li+li{
    border-top: 1px solid rgba(255,255,255,0.5);
}
.menu > li > ul a{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: inherit;
    padding: 3px 10px;
    height: 32px;
    font-size: 16px;
    line-height: 2;
    color: #FFF;
    overflow: hidden;
}
.menu > li > ul > li.active > a{
    color: #26629D;
}
.menu li ul li{
    position: relative;
}
.menu li ul li:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    background: #FFF;
    z-index: 0;
}
.menu li ul li:hover:before{
    top: 0;
    bottom: 0;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
	transition: all 150ms linear;
}
.menu li ul a:hover{
    color: #26629D;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu ul ul {
	display: none;
    position: absolute;
    top: 0;
    left: calc(100% - 2px);
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 5px;
    margin: 0 0 0 2px;
    width: 100%;
	background: #26629D;
    box-shadow: 0 3px 5px rgb(0 0 0 / 30%);
}
.toggle-menu{
	display: none;
}
.menu > li:nth-child(9), .menu > li:nth-child(10){
	display: none;
}
#dropdown1 ul{
	float: right;
	padding-right: 110px;
}
#dropdown2 ul{
	float: right;
}
.dropdown-menu{
	display: none;
	background: #26629D;
}
.dropdown-menu .container{
	max-width: 1440px;
}
.dropdown-menu li{
	float: left;
	display: inline-block;
	padding: 5px 2px;
}
.dropdown-menu li a{
	display: inline-block;
	padding: 0 15px;
	font-size: 17px;
	color: #FFF;
	border: 1px solid rgba(255 255 255 / 40%);
	background: url("../../images/dropdown-menu.jpg")bottom repeat-x;
}
.dropdown-menu li a:hover{
	background: url("../../images/dropdown-menu_.jpg")top repeat-x;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.dropdown-menu ul{
	position: relative;
}
#dropdown1 .container, #dropdown2 .container{
	position: relative;
}
#dropdown1 .transparent, #dropdown2 .transparent{
	position: absolute;
	left: 52%;
	top: -10px;
	margin-left: 264px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #C30E22 transparent transparent transparent;
	border-width: 10px 10px 0 10px;
	transform: rotate(-180deg);
}
#dropdown2 .transparent {
	margin-left: 480px;
}
#dropdown1 .transparent-none, #dropdown2 .transparent-none{
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: 480px;
	display: block;
	width: 30px;
	height: 10px;
	background: #FFF;
}
#dropdown2 .transparent-none{
	margin-left: 264px;
}
.not-show-1{
    display: none!important;
}
.not-show-2{
    display: none!important;
}
.all_case_number{
    position: relative;
    top: -2px;
    padding: 2px 6px;
    margin-left: 3px;
    font-size: 14px;
    color: #FFF;
	background: #ff5b8d;
    border-radius: 5px;
}
.menu > li.menu-btn-2 > a{
    padding: 11.5px 40px;
    margin: 0;
    line-height: 1;
    color: #FFF;
    background: linear-gradient(to right, #26629D, #2CB872);
    border: 0;
    border-radius: 40px;
	transition: all .3s ease;
    overflow: hidden;
    z-index: 1; 
}
.menu > li.menu-btn-2 > a:hover{
    color: #fff;
}
.menu > li.menu-btn-2 > a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #26629D, #2CB872, #26629D, #2CB872, #26629D, #2CB872);
    background-size: 400%;
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
}
.menu > li.menu-btn-2 > a:hover:before{
    opacity: 1;
}
@media screen and (max-width: 1500px) {
	.menu > li {
		padding: 0 10px;
	}
}
@media screen and (max-width: 1018px) {
	.site-nav{
		float: right;
		padding-top: 35px;
	}
}
@media screen and (max-width: 1060px) {
	body.menu-open{
		overflow: hidden;
	}
	.toggle-menu{
		position: absolute;
		right: 20px;
		top: 10px;
		display: block;
		width: 40px;
		height: 40px;
        background-image: url("../../images/menu_toggle.png");
	}
	.toggle-menu:hover{
		background-position: 0 100%;
	}
	.menu-open .toggle-menu{
		background-position: 100% 0;
	}
	.menu-open .toggle-menu:hover{
		background-position: 100% 100%;
	}
	.site-nav{
		float: none;
        display: none;
        position: fixed;
        top: 61px;
		left: 0;
		right: 0;
		bottom: 0;
        margin: 0;
		padding: 0;
        max-width: none;
		background: rgba(255,255,255,1);
		border: 0;
		overflow: auto;
        z-index: 910;
	}
	.menu{
		float: none;
		display: block;
		text-align: center;
		margin: 0;
		padding: 0;
		clear: both;
	}
	.menu li{
		float: none;
		display: block;
		padding: 0;
		width: auto;
	}
	.menu > li:nth-child(9), .menu > li:nth-child(10) {
		display: block;
	}
	.menu li a{
		position: relative;
	}
	.menu > li{
		margin: 0;
		border-bottom: 1px solid #ddd;
	}
	.menu > li > a{
		margin: 0;
		padding: 12px 10px 8px;
	}
	.menu > li.menu-btn-2 > a{
		display: inline-block;
        margin-top: 10px;
	}
	.menu li > .toggle-submenu{
		content: "";
		position: absolute;
		top: 0;
		right: 5px;
        display: block;
		width: 45px;
		height: 45px;
        background: url("../../images/menu_accordion.png") no-repeat;
		cursor: pointer;
		z-index: 10;
	}
	.menu li:hover > .toggle-submenu{
		background-position: 0 100%;
	}
	.menu li.active > .toggle-submenu{
		background-position: 100% 0;
	}
	.menu li.active:hover > .toggle-submenu{
		background-position: 100% 100%;
	}
	.menu > li > ul:before{
		display: none;
	}
	.menu > li > ul{
		padding-bottom: 0;
	}
	.menu > li > ul li+li{
		border-top: 1px solid rgba(255, 255, 255, 1);
	}
	.menu > li > ul a{
		font-size: 16px;
		color: #000;
	}
	.menu > li ul{
		position: static;
		margin-left: 0 !important;
		margin-top: 0;
		padding-top: 0;
		width: auto;
		background: #F0F0F0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.menu ul li+li{
		background: none;
	}
	.menu ul ul{
		background: #fff;
	}
	.menu ul ul li{
		background: none;
		border: 0;
	}
	.menu ul li a{
		text-align: left;
		padding: 10px 20px;
		border-width: 1px 0 0;
	}
	.menu ul li a:hover, .menu ul li.active > a{
		color: #FF722E;
		background: #F0F0F0;
	}
	.menu ul ul li a {
		padding-left: 30px;
	}
	.menu ul ul li a:hover, .menu ul ul li.active > a{
		background: #fff;
	}
}
@media screen and (max-width: 1000px){
	.menu ul li a {
		text-align: center;
	}
}

/* ===== _site_footer.css ===== */
.footer-top{
    padding: 50px 0 30px;
    font-size: 16px;
    color: #666666;
    border-top: 1px solid #e3e3e3;;
}
.footer-top a{
    color: #666666;
    transition: all 0.3s ease;
}
.footer-top a:hover{
    color: #26629D;
}
.footer-top .row{
    margin: 0 -36px;
}
.footer-top .col{
    float: left;
    padding: 0 36px;
    margin-right: -1px;
    min-height: 220px;
    border: 1px solid #aaa;
    border-width: 0 1px;
}
.footer-top .col:nth-last-child(1){
    border: 0 solid #aaa;
}
.footer-top .col1{
    width: 25%;
    border-left-width: 0;
}
.footer-top .col2{
    width: 37.5%;
}
.footer-top .col3{
    width: 37.5%;
}
.footer-top .col4{
    width: 28%;
    border-right-width: 0;
}
.footer-top .title{
    color: #222222;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
}
.footer-top .col3 .title{
    position: relative;
    color: #26629D;
}
.footer-top .col3 .title:before{
    content: "";
    position: absolute;
    top: -8px;
    left: 117px;
    width: 39px;
    height: 34px;
    transition: all 0.3s ease;
    background: url("../../images/hi-icon.svg");
    animation: jump .8s infinite; 
}
@keyframes jump{
    0%{
        top: -8px;
    }
    50%{
        top: -3px; 
    }
    100%{
        top: -8px;
    }
}
.footer-top a.contact{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 14px;
    width: 136px;
    height: 38px;
    line-height: 38px;
    color: #FFF;
    background: linear-gradient(to right, #3D83B6, #2CB872, #3D83B6, #2CB872, #3D83B6, #2CB872);
    background-size: 400%;
    border-radius: 38px;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
}
.footer-top a.contact span {
    display: block;
    text-align: center;
    margin: -4px 5px 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    transition: transform 0.3s;
    opacity: 0.5;
}
.footer-top a.contact:hover {
    -webkit-animation: grahover 4s linear infinite;
    animation: grahover 4s linear infinite;
}
.footer-top .logo{
    margin-bottom: 23px;
}
.footer-top .logo li{
    margin-bottom: 10px;
}
.footer-top .map-box{
    margin-top: 40px;
    height: 150px;
    border: 1px solid #aaa;
}
.site-map{
    font-size: 13px;
}
.site-map ul{
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.site-map ul li{
    margin: 8px 0;
}
.site-map ul li a{
    position: relative;
    display: inline-block;
    padding: 3px 6px 3px 15px;
}
.site-map ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #2CB872;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.qrcode{
    margin-top: 40px;
}
.site-info{
    margin-left: 35px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}
.footer-bottom{
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #4a4d54;
    background: #dedede;
}
.footer-bottom a{
    color: #26629D;
}
.footer-bottom a:hover{
    text-decoration: underline;
}
.qr-box{
    display: flex;
    margin-left: 35px;
    margin-top: 20px;
}
.qr-box .qr-col{
    margin-right: 8px;
    width: 118px;
}
.qr-box a{
    transition: all .3s ease;
}
.qr-box a:hover{
    opacity: 0.7;
}
.qr-box .qr-col .qr-title{
    width: 118px;
    height: 118px;
    background: #06C052;
    color: #FFF;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.qr-box .qr-col .qr-title span{
    letter-spacing: 6px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
@media screen and (max-width: 1370px) {
    .footer-top .row{
        margin: 0 -18px;
    }
    .footer-top .col{
        padding: 0 18px;
    }
}
@media screen and (max-width: 1200px) {
    .footer-top .logo{
        float: left;
        margin-bottom: 0;
    }
    .footer-top .share{
        float: right;
        margin-top: 15px;
    }
    .logo li+li{
        height: 50px;
        width: auto !important;
    }
    .footer-top{
        padding: 0;
    }
    .footer-top .col{
        min-height: 0;
        padding-top: 10px;
        border-bottom: none;
    }
    .footer-top .col1:after{
        content: "";
        display: block;
        padding-bottom: 5px;
        border-bottom: 1px solid #DDD;
        clear: both;
    }
    .footer-top .col1,
    .footer-top .col4{
        width: auto;
        float: none;
        clear: both;
    }
    .footer-top .col4{
        padding-top: 0;
        border-top: 1px solid #DDD;
    }
    .footer-top .col2,
    .footer-top .col3{
        width: 50%;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .footer-top .map-box {
        margin: 0 100px 20px 0;
        height: 100px;
    }
    .qrcode{
        position: absolute;
        top: 10px;
        right: 15px;
    }
    .site-map{
        text-align: center;
        padding-top: 30px;
    }
    .site-map ul{
        display: inline;
    }
    .site-map ul li{
        display: inline-block;
    }
    .footer-top .logo li{
        float: left;
        margin-right: 30px;
    }
}
@media screen and (max-width: 1060px) {
    .footer-top .col1,
    .footer-top .col4{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .footer-bottom{
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 600px) {
    .footer-top .container{
        padding-bottom: 0;
        text-align: center;
    }
    .footer-top .logo{
        float: none;
        margin-bottom: 0;
    }
    .footer-top .logo li{
        float: none;
        margin-right: 0;
    }
    .footer-top .share{
        float: none;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .footer-top .col{
        float: none;
        width: auto;
        padding-bottom: 20px;
        clear: both;
    }
    .footer-top .col3 .title:before{
        left: calc(50% + 64px);
    }
    .footer-top .map-box{
        margin: 0;
    }
    .qr-box{
        justify-content: center;
        margin-left: 0;
    }
    .qrcode{
        top: 100%;
        right: 50%;
        margin: -80px -40px 0 0;
    }
    .site-info{
        margin-left: 0;
    }
    .site-map{
        padding-top: 0;
    }
    .footer-top a.contact{
        margin: 5px auto 0;
    }
}


/* ===== _site_main.css ===== */
@font-face {
    font-family: OleoScript-Regular;
    src: url("../font-awesome-4.4.0/fonts/NovaFlat.ttf");
}
.main-top {
/*    background: url("../../images/banner_itemL.jpg") no-repeat, url("../../images/banner_itemR.jpg") no-repeat 100% 0;*/
    background: url(https://newscanpic.tw/d/banner.jpg) no-repeat 50% 0;
    background-size: cover;
    height: 200px;
    text-align: center;
}
.main-title {
    font-family: 'Nova Flat','Text Me One', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 52px;
    color: #000;
    padding: 50px 0 0;
    text-align: center;
    padding-bottom:30px;
    border-bottom: 1px solid #000;
}
.main-title span{
    display: block;
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
}
.main-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #000000 transparent transparent transparent;
}
.content {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 360px;
    margin: 50px 0 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.btn-box {
    clear: both;
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.corner {
    position: relative;
   /* overflow: hidden;*/
}
.corner:before {
    content: "";
    display: block;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}
.corner:hover:before,
a:hover .corner:before {
    border-color: #454545;
}
.corner .cor {
    display: block;
    position: absolute;
    border: solid #454545;
    width: 10px;
    height: 10px;
    z-index: 2;
    pointer-events: none;
}
.corner .cor.lt { border-width: 1px 0px 0px 1px; top:    0;  left: 0; }
.corner .cor.rt { border-width: 1px 1px 0px 0px; top:    0; right: 0; }
.corner .cor.lb { border-width: 0px 0px 1px 1px; bottom: 0;  left: 0; }
.corner .cor.rb { border-width: 0px 1px 1px 0px; bottom: 0; right: 0; }

/*
@media screen and (max-width: 1440px) {
    .main-top {
        background-position: -100px 0, 120% 0;
    }
}
@media screen and (max-width: 1140px) {
    .main-top {
        background-position: -200px 0, 120% 0;
    }
}
@media screen and (max-width: 970px) {
    .main-top {
        background-position: -300px 0, 150% 0;
    }
}
*/
@media screen and (max-width: 767px) {
    .main-content {
        padding-top: 30px;
}
    .main-top {
        background: none;
        height: 200px;
        display: none;
    }
    .main-title {
        padding-top: 0px !important;
    }
.main-title {
    font-family: 'Nova Flat','Text Me One', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 35px;
    color: #000;
    padding: 130px 0 0;
    text-align: center;
    padding-bottom:30px;
    border-bottom: 1px solid #000;
}
.main-title span{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}
    .content {
    max-width: 1440px;
    margin: 0 auto;
    min-height: 360px;
    margin: 30px 0 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
}

/* ===== _banner.css ===== */
.banner .item {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    height: 400px;
}
/*
.banner .slick-prev,
.banner .slick-next {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url("../../images/index/banner_arrow.png") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 20;
}
.banner .slick-prev { background-position:    0 0; left: -55px; }
.banner .slick-next { background-position: 100% 0; right: -55px; }
.banner .slick-prev:hover { background-position:    0 100%; }
.banner .slick-next:hover { background-position: 100% 100%; }

.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 68px;
}
.banner .slick-dots li {
    display: inline-block;
    padding: 0 5px;
}
.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: #E0D9DA;
    width: 40px;
    height: 5px;
}
.banner .slick-dots li.slick-active button {
    background: #E0AC72;
}
*/


@media screen and (max-width: 1280px) {
    .banner .item {
        height: auto;
        padding-top: 26%;
    }
}
@media screen and (max-width: 767px) {
    .banner .container {
        padding: 0;
    }
}


/* ===== _editor_style.css ===== */
.editor img {
    max-width: 100%;
    height: auto !important;
}

.editor:after {
    content: '';
    display: block;
    clear: both;
}

table {
    border-collapse: collapse !important;
}/*************************** about ***********************************/

.about-page {
    max-width: 1130px;
    margin: 0 auto;
}

.about-page .col {
    max-width: 530px;
}

.about-page .col2 {
    float: right;
}

.about-page .page3 {
    text-align: center;
}

.about-page .title {
    font-size: 20px;
    color: #212121;
    margin: 18px 0 10px;
    text-align: center;
    line-height: 30px;
}

@media screen and (max-width: 1080px) {
    .about-page .col {
        max-width: 100%;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .about-page .pic-group .col {
        float: none;
        width: auto;
    }
}/*************************** about ***********************************/


/*************************** price ***********************************/

.price-page {
    max-width: 1140px;
    margin: 0 auto;
}/*.price-page .title,
.service-page .title{
    color: #1F1F1F;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}*/

.price-page .title,
.service-page .title {
    width: 100%;
    font-size: 28px;
    color: #202020;
    text-align: center;
    margin-bottom: 30px;
}

.price-page .info,
.service-page .info {
    font-size: 14px;
    color: #797979;
    margin-top: 10px;
}

.price-page .info span {
    color: #C30C20;
}

.price-page .page1 {
    width: 1042px;
    margin: 0 auto;
}

.service-page .page2 .features_big {
    margin-bottom: 70px;
    padding: 0 15px;
}

.features_big .pic .corner {
    padding: 10px;
}

.plan_list {
    margin: 0 auto;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.plan_animation {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
}

@-webkit-keyframes slidein {
    from {
        padding-left: 100%;
        width: 300%;
        opacity: 0;
    }

    to {
        padding-left: 0%;
        width: 100%;
    }
}

@-moz-keyframes slidein {
    from {
        padding-left: 100%;
        width: 300%;
    }

    to {
        padding-left: 0%;
        width: 100%;
    }
}


.plan_list:after {
    content: '';
    display: block;
    clear: both;
}

.plan_list li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
        border-radius: 5px;*/
}
.plan_list a:hover{
    color:#000;
}
.plan_list .top {
    border: 1px solid #DDDDDD;
}

.plan_list .top:after,
.people_list:after,
.price-page .page3:after,
.features_list:after,
.process_list:after {
    content: '';
    display: block;
    clear: both;
}

.plan_list .price:before {
    content: 'NT$';
    font-size: 21px;
    margin-right: 5px;
}

.plan_list .no {
    width: 100%;
    height: 70px;
    background: # #E0E0E0;
    color: #474747;
    font-size: 30px;
    font-weight: bolder;
    padding: 10px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

.plan_list .price {
    width: 100%;
    height: 160px;
    background: #F29600;
    color: #FFF;
    font-size: 30px;
    font-weight: bolder;
    padding: 60px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    line-height: 32px !important;
    text-align: center;
}

.plan_list li:nth-child(2) .price {
    background: #8DC21F;
}

.plan_list li:nth-child(3) .price {
    background: #00A0E8;
}

.plan_list li:nth-child(4) .price {
    background: #C30E22;
}

.plan_list .price span {
    font-size: 13px;
    color: #000000;
    float: right;
    line-height: 15px !important;
}

.plan_list .plan {
    width: 100%;
    color: #444444;
    float: right;
    text-align: center;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0px 30px 0px;
    position: relative;
}

.plan_list .plan:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #F29600 transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    transform: rotate(-90deg);
    position: absolute;
    left: -3px;
    top: 45%;
}

.plan_list li:nth-child(2) .plan:before {
    border-color: #8DC21F transparent transparent transparent;
}

.plan_list li:nth-child(3) .plan:before {
    border-color: #00A0E8 transparent transparent transparent;
}

.plan_list li:nth-child(4) .plan:before {
    border-color: #C30E22 transparent transparent transparent;
}

.plan_list .bottom {
    font-size: 14px;
    color: #797979;
    text-align: center;
    padding: 10px 0;
    background: url("../../images/price/price_list_bg.jpg")top repeat-x, #E6E6E6;
}

.plan_list .bottom b {
    font-size: 21px;
    color: #1F1F1F;
    display: block;
    font-weight: normal;
}


.price-page .page2 .title {
    width: 100%;
    font-size: 28px;
    color: #202020;
    background: url("../../images/about/list.jpg")center top no-repeat;
    padding-top: 108px;
    text-align: center;
    margin: 0px 0 40px;
}

.people_list {
    padding-bottom: 70px;
    border-bottom: 1px solid #CFCFCF;
    padding-left: 0 !important;
}

.people_list li {
    width: calc(100% / 6);
    float: left;
    padding: 0 15px;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.people_list .pic {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.people_list .pic img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.people_list .name {
    font-size: 15px;
    color: #797979;
    margin: 8px 0;
}

.price-page .page3 {
    width: 100%;
    margin: 0 auto;
}

.price-page .page3 .title {
    margin: 60px 0 80px;
}

.plan_box {
    width: 100%;
    overflow: auto;
}

.price-page .page3 td {
    text-align: center;
    width: 25%;
    padding: 5px 15px;
    font-size: 14px;
    color: #000;
}

.td_top {
    border-bottom: 1px solid #777777;
    border-right: 1px solid #777777;
}

.td_right {
    border-right: 1px solid #777777;
}

.td_bottom {
    border-bottom: 1px solid #777777;
}

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

.price-page .page3 td:nth-child(2) {
    background: #F5FEDA;
}

.price-page .page3 .price:nth-child(2) {
    color: #FFF;
    font-weight: bold;
    background: #C30E22 !important;
}

.price-page .page3 .name {
    font-size: 18px;
    color: #212121;
    padding: 15px 15px;
}

.price-page .page3 .price {
    font-size: 16px;
    color: #CCCCCC;
    background: #444444 !important;
    padding: 10px 15px;
    border-top: 2px solid #000;
}

.price-page .page3 .ok {
    width: 17px;
    height: 22px;
    display: inline-block;
    background: url("../../images/price/icon_ok.png")bottom no-repeat;
}

.price-page .page3 .ex {
    text-align: left;
    padding: 10px 15px;
    border-top: 2px solid #000;
    vertical-align: top;
}

.price-page .page3 .contact {
    border: 1px solid #8DC21F;
    color: #8DC21F;
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    display: block;
    max-width: 288px;
    margin: 50px auto 50px;
}

.price-page .page3 .contact:hover {
    color: #FFF;
    background: #8DC21F;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}


@media screen and (max-width: 1067px) {
    .price-page .page1 {
        max-width: 80%;
    }
    .plan_list li {
        width: 50%;
    }
    .people_list li {
        width: calc(100% / 4);
    }
}

@media screen and (max-width: 767px) {
    .price-page .page1 {
        max-width: 100%;
    }
    .people_list li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 570px) {
    .price-page .page1 {
        max-width: 80%;
    }
    .people_list li {
        width: calc(100% / 2);
    }
    .plan_list li {
        width: 100%;
    }
}

@media screen and (max-width: 415px) {
    .people_list li {
        width: calc(100% / 1);
    }
    .price-page .page1 {
        max-width: 80%;
    }
    .plan_list .price {
       /* width: 100%;
        float: none;*/
    }
    .plan_list .plan {
        width: 100%;
        padding: 10px 5px 10px 15px;
    }
    .plan_list .plan:before {
        display: none;
    }
}/*************************** price_rwd ***********************************/

.price_rwd_but a:hover {
    color: #9E4000;
}/*************************** service *********************************/

.service-page .title {
    margin-bottom: 90px;
}

.process {
    max-width: 860px;
    margin: 0 auto;
    background: url("../../images/service/bg.jpg")center bottom no-repeat;
    min-height: 837px;
    margin-bottom: 75px;
    position: relative;
}

.process_list {
    padding: 0 !important;
}

.process_list li {
    width: 20%;
    height: 240px;
    list-style: none;
    float: left;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.process_list li:hover .pic {
    margin-top: -10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.process_list .pic {
    max-width: 150px;
    max-height: 150px;
    padding: 5px;
    border: 1px solid #DDDDDD;
    border-radius: 200px;
    box-shadow: 0px 0px 5px rgba(20%, 20%, 40%, 0.2);
    margin: 0 auto;
}

.process_list li:nth-child(1):hover .pic {
    background-color: #FCCC00;
}

.process_list li:nth-child(2):hover .pic {
    background-color: #00A79D;
}

.process_list li:nth-child(3):hover .pic {
    background-color: #F36523;
}

.process_list li:nth-child(4):hover .pic {
    background-color: #00A0E8;
}

.process_list li:nth-child(5):hover .pic {
    background-color: #8EC21F;
}

.process_list li:nth-child(6):hover .pic {
    background-color: #B44ABF;
}

.process_list .pic img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
    -webkit-border-radius: 200px;
    border-radius: 200px;
}

.process .big {
    width: 394px;
    height: 221px;
    position: absolute;
    bottom: 123px;
    left: 222px;
}

.process_list li:nth-child(6) {
    display: none;
}

.process_list .name {
    text-align: center;
    font-size: 18px;
    margin: 10px 0;
    color: #202020;
}

.process_list .part {
    display: none;
}

.service-page .page2 {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 60px;
    border-top: 1px solid #CFCFCF;
}

.features_list {
    padding-left: 0 !important;
    margin: 0;
}

.page2 .features_list.line {
    border-top: 2px dotted #CCC;
    padding-top: 50px;
}

.features_list li {
    width: 25%;
    float: left;
    padding: 0 15px;
    list-style: none;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.features_list .features_col {
    max-width: 248px;
    margin: 0 auto;
    position: relative;
}

.features_col.Pay:after,
.features_col.free:after {
    color: #FFF;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    left: 0;
    bottom: -20px;
    padding: 0 8px;
}

.features_col.Pay:after {
    content: '加購';
    background: #F26522;
}

.features_col.free:after {
    content: '免費';
    background: #8DC21F;
}

.features_list .pic .corner {
    padding: 10px;
}

.features_list .pic {
    max-width: 248px;
    height: 96px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.features_list .pic img {
    max-width: 100%;
    max-height: 100%;
    height: auto !important;
}

.features_list .name {
    font-size: 15px;
    color: #646464;
    margin: 8px 0;
}

@media screen and (max-width: 1100px) {
    .features_list li {
        width: 33.33%;
    }
}

@media screen and (max-width: 950px) {
    .process {
        min-height: inherit !important;
    }
    .process_list li {
        width: 33.33%;
    }
    .process_list li:nth-child(6) {
        display: inline-block;
    }
    .process_list .name {
        margin: 0px 0 10px;
    }
    .process_list .part {
        font-family: 'Nova Flat';
        text-align: center;
        font-size: 22px;
        font-weight: bold;
        display: block;
        line-height: 20px;
        margin: 10px 0 2px;
    }
    .process_list li:nth-child(1) .part {
        color: #FCCC00;
    }
    .process_list li:nth-child(2) .part {
        color: #00A79D;
    }
    .process_list li:nth-child(3) .part {
        color: #F36523;
    }
    .process_list li:nth-child(4) .part {
        color: #00A0E8;
    }
    .process_list li:nth-child(5) .part {
        color: #8EC21F;
    }
    .process_list li:nth-child(6) .part {
        color: #B44ABF;
    }
    .process .big {
        display: none;
    }
    .process {
        background: none;
        min-height: 837px;
        margin-bottom: 75px;
        position: relative;
    }
}

@media screen and (max-width: 850px) {
    .features_list li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .process_list li {
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .features_list li,
    .process_list li {
        width: 100%;
    }
}/*************************** service *********************************/


/*************************** contact *********************************/

.contact-page .list li {
    padding: 0;
}

.contact-page .pic {
    max-width: 928px;
    margin: 0 auto;
    position: relative;
}

.contact-page .pic .print {
    width: 130px;
    height: 40px;
    display: block;
    background: url("../../images/contact/print.png")no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact-page .from_box:after {
    content: '';
    display: block;
    clear: both;
}

.contact-page .from_box .col {
    max-width: 450px;
    float: left;
}

.contact-page .from_box .col2 {
    margin-left: 40px;
}

.contact-page .from_box .from_title {
    background: #9264A5;
    color: #FFF;
    text-align: center;
    font-size: 16px;
}

.contact-page .from_box li {
    list-style: none;
    text-align: center;
    background: #EEEEEE;
    line-height: 31px;
    font-weight: bold;
    height: 31px;
    overflow: auto;
}

.contact-page .from_box li:nth-child(even) {
    background: #FFF;
}

.contact-page .from_box ul {
    width: 49.5%;
    float: left;
    padding: 0;
    margin: 0;
}

.contact-page .from_box ul+ul {
    border-left: 1px solid #FFF;
}

.contact-page .from_box .add {
    background: #EBE3EE;
    color: #9264A5;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width: 1100px) {
    .contact-page .from_box .col,
    .contact-page .from_box .col2 {
        width: 100% !important;
        float: left !important;
        margin: 0;
    }
}/*************************** contact *********************************/


/*************************** notice ********************************/

.notice-page {
    max-width: 1100px;
    margin: 0 auto;
}

.notice-page .col {
    max-width: 500px;
}

.notice-page .col.col2 {
    float: right;
}

.notice-page .title {
    background: #8E5FA3;
    color: #FFF;
    font-weight: bold;
    display: inline-block !important;
    padding: 2px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1060px) {
    .notice-page .col {
        width: 100%;
        float: none;
    }
    .notice-page .col.col2 {
        float: none;
    }
}/*************************** notice ********************************/


/*************************** restaurant *****************************/

.restaurant-page .row {
    max-width: 1100px;
    margin: 0 auto;
}

.restaurant-page .col.col1 {
    width: calc(100% - 680px);
}

.restaurant-page .col.col2 {
    width: 680px;
}

@media screen and (max-width: 1110px) {
    .restaurant-page .col.col {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .restaurant-page .pic-group .col {
        float: none;
        width: auto;
    }
}/*************************** restaurant ******************************/


/*************************** terms ***********************************/

.terms-page {
    max-width: 1000px;
    margin: 0 auto;
	text-align: justify;
	text-justify:inter-ideograph;
}

.terms-page .page-title {
    text-align: center;
    color: #444;
    font-size: 25px;
    margin-bottom: 36px;
    line-height: 1.4;
}

.terms-page .title {
    color: #8CC01F;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 6px;
}/*************************** terms ***********************************/


/*************************** isclaimer ***********************************/

.disclaimer-page {
    max-width: 1000px;
    margin: 0 auto;
}/*------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Roboto+Condensed');

.cart-price-page {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}

.cart-price-page .list-h:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.cart-price-page .list-inline,
.cart-price-page .list-inline ul,
.cart-price-page .list-h,
.cart-price-page .list-h ul,
.cart-price-page .list-v,
.cart-price-page .list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.cart-price-page .list-inline>li,
.cart-price-page .list-inline .item {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.cart-price-page .list-inline>li a,
.cart-price-page .list-inline .item a {
    display: inline-block;
    position: relative;
}

.cart-price-page .list-h>li,
.cart-price-page .list-h .item {
    float: left;
    box-sizing: border-box;
}

.cart-price-page .list-h>li a,
.cart-price-page .list-h .item a,
.cart-price-page .list-v li a {
    display: block;
    position: relative;
}

.cart-title01 {
    margin: 25px 0 15px 0;
    font-size: 26px;
    color: #1F1F1F;
    text-align: center;
}

.cart-title01 small {
    display: block;
    color: #8A8A7B;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.cart-title02 {
    position: relative;
    font-size: 25px;
    color: #535353;
    text-align: center;
    background: rgba(234, 237, 242, 0.6);
    border: 1px solid rgba(171, 182, 200, 0.6);
    border-radius: 45px;
    padding: 3px 10px;
    margin: 0 0 45px 0;
}

.cart-title02 b {
    color: #D80000;
    margin: 0 0 0 15px;
    display: inline-block;
    font-size: 23px;
    font-family: 'Lato', sans-serif;
}

.cart-title02 b strong {
    font-size: 34px;
}

.cart-title02 .text_s_01 {
    width: 173px;
    height: 73px !important;
    top: -56px;
    right: 10%;
    position: absolute;
    max-height: none;
}

.cart-price-page .cart-ul01 {
    margin: 0 0 55px 0;
}

.cart-ul01 li {
    background: url("../../images/_2017_rwd_cart/bg01.png") no-repeat bottom, url("../../images/_2017_rwd_cart/ic01.png") no-repeat center right;
    padding: 25px 40px 20px 0;
    text-align: left;
    color: #545454;
    font-size: 25px;
    font-weight: bold;
}

.cart-ul01 b {
    font-family: 'Roboto Condensed', sans-serif;
    color: #84849F;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 7px 0;
    border-bottom: 4px solid #84849F;
    line-height: 1.2;
}

.cart-ul01 span {
    color: #D80000;
}

.cart-price-page .cart-ul02 {
    margin: 0 -10px 55px;
}

.cart-ul02 li {
    width: 25%;
    padding: 0 10px;
}

.cart-ul02 li .box {
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    overflow: hidden;
}

.cart-ul02 li span {
    padding: 10px 10px 10px 0;
    display: block;
    font-size: 18px;
    color: #545454;
    margin: 0 0 3px;
    background: url("../../images/_2017_rwd_cart/shadow02.png") no-repeat center bottom;
}

.cart-ul02 li span b {
    font-size: 25px;
    margin: 0 5px 0 0;
}

.cart-ul02 li p {
    background: #8DC21F;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 17px;
    padding: 38px 0;
    font-weight: bold;
}

.cart-ul02 li:nth-child(2) p {
    background: #00A0E8;
}

.cart-ul02 li:nth-child(3) p {
    background: #C30E22;
}

.cart-ul02 li:nth-child(4) p {
    background: #F29600;
}

.cart-ul02 li p b {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 0 5px;
}

.cart-ul02 li strong {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
    display: block;
    font-size: 18px;
    padding: 10px 10px 5px;
}

.cart-price-page .cart-ul03 {
    max-width: 370px;
    margin: 0 auto 35px;
}

.cart-ul03 li {
    margin: 0 0 15px;
    color: #525252;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.cart-ul03 li a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,e5e5e5+100 */
    background: rgb(250, 250, 250);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(229, 229, 229, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    border: 1px solid #D9D9D9;
    padding: 9px 9px 9px 80px;
    border-radius: 30px;
}

.cart-ul03 li b {
    font-weight: normal;
    color: #D90000;
    font-size: 15px;
    margin: 0 10px 0 0;
}

.cart-ul01-2 li {
    background: url("../../images/_2017_rwd_cart/bg01.png") no-repeat bottom;
    padding: 25px 0 20px 0;
}

.cart-ul01-2 span {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: top;
    margin: 0 0 0 10px;
    color: #000000;
    font-weight: normal;
    font-size: 20px;
}

.cart-ul01-2 b {
    color: #D80000;
    border-color: #D80000;
}

.cart-ul01-2 strong {
    display: block;
    color: #D80000;
    font-size: 23px;
}

.cart-ul01-2 li:nth-child(2) b {
    color: #F29600;
    border-color: #F29600;
}

.cart-ul01-2 li:nth-child(2) strong {
    color: #F29600;
}

.cart-ul01-2 li:nth-child(3) b {
    color: #8CC11F;
    border-color: #8CC11F;
}

.cart-ul01-2 li:nth-child(3) strong {
    color: #8CC11F;
}

.cart-ul01-2 li:nth-child(4) b {
    color: #009FE7;
    border-color: #009FE7;
}

.cart-ul01-2 li:nth-child(4) strong {
    color: #009FE7;
}

.cart-title01.ic01 {
    background: url("../../images/_2017_rwd_cart/ic02.png") no-repeat bottom center;
    padding: 0 0 30px 0;
}

.cart-title03 {
    position: relative;
    font-size: 23px;
    color: #7D92B0;
    text-align: center;
    background: rgba(234, 237, 242, 0.6);
    border: 1px solid rgba(171, 182, 200, 0.6);
    border-radius: 45px;
    padding: 3px 10px;
    margin: 0 0 20px 0;
    font-weight: bold;
}


.cart-title03 .text_s_02 {
    width: 87px;
    height: 90px !important;
    top: -60px;
    right: 23%;
    position: absolute;
    max-height: none;
}

.cart-price-page .cart-ul04 {
    margin: 0 0 55px;
}

.cart-ul04 li {
    text-align: left;
    background: url("../../images/_2017_rwd_cart/bg01.png") no-repeat bottom, url("../../images/_2017_rwd_cart/ic01.png") no-repeat center left;
    padding: 25px 0 20px 50px;
    color: #444444;
    font-size: 18px;
}

.cart-ul04 li b {
    font-size: 23px;
    color: #2F6FB3;
}

.cart-ul04 li b span {
    float: right;
}

.cart-ul04 li p {
    margin: 10px 0 0 0;
}

.cart-title01.ic02 {
    background: url("../../images/_2017_rwd_cart/ic03.png") no-repeat top center;
    padding: 50px 0 0 0;
}

.cart-price-page .cart-ul05 {}

.cart-ul05 li {
    text-align: left;
    color: #444444;
    font-size: 18px;
    padding: 15px 0;
}

.cart-ul05 li+li {
    border-top: 1px solid #DDDDDD;
}

.cart-ul05 li b {
    display: inline-block;
    background: #111111;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    border: 3px solid #FFBF00;
    vertical-align: top;
}

.cart-ul05 li p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    margin: 0 0 0 10px;
}

.cart-ul05 li span {
    display: block;
    color: #D90000;
    font-size: 23px;
    font-weight: bold;
    margin: -2px 0 5px 0;
}

.cart-price-box {
    text-align: left;
    color: #222;
    font-size: 20px;
    margin: 0 0 120px;
}

.cart-price-box img {
    display: block;
    margin: 0 auto;
}

.cart-price-box .title {
    color: #333333;
    font-size: 21px;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 20px 0;
    max-width: 475px;
    margin: 40px auto 25px;
}

.cart-price-box .title b {
    color: #333333;
    font-size: 23px;
    margin: 0 0 0 10px;
}

.cart-price-box .cart-ul06 {
    margin: 10px 0;
}

.cart-ul06 li {
    border: 1px solid rgba(171, 182, 200, 0.6);
    border-radius: 45px;
    padding: 5px 135px 5px 50px;
    background: rgba(234, 237, 242, 0.6) url("../../images/_2017_rwd_cart/ic06.png") no-repeat 98% 50%;
    margin: 0 0 15px;
    position: relative;
}

.cart-ul06 li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #555555;
    border-radius: 50%;
    display: block;
    position: absolute;
    border: 4px solid #fff;
    top: 9px;
    left: 13px;
    z-index: 2;
}

.cart-ul06 li:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #AAAAAA;
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 1;
}

.cart-ul06 .cost {
    padding: 5px 135px 5px 170px;
}

.cart-ul06 .cost b {
    width: 125px;
    height: 41px;
    position: absolute;
    top: -1px;
    left: 24px;
    background: rgba(234, 237, 242, 0.6) url("../../images/_2017_rwd_cart/text_s_03.png") no-repeat;
}

.cart-title04 {
    font-size: 24px;
    color: #1F1F1F;
    padding: 25px 0 0 0;
    margin: 25px 0;
    background: url("../../images/_2017_rwd_cart/ic04.jpg") no-repeat center top;
}

.cart-ul07-tit {
    text-align: left;
    color: #000000;
    font-size: 17px;
    border-bottom: 1px solid #999999;
}

.cart-ul07-tit li,
.cart-ul07 li {
    padding: 15px;
    text-align: left;
}

.cart-ul07-tit .c01,
.cart-ul07 .c01 {
    width: 20%;
}

.cart-ul07-tit .c02,
.cart-ul07 .c02 {
    width: 60%;
}

.cart-ul07-tit .c03,
.cart-ul07 .c03 {
    width: 20%;
}

.cart-ul07-tit i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 4px 4px;
    border-color: #000 transparent transparent transparent;
}

.cart-price-page .cart-ul07 {
    display: table;
    width: 100%;
}

.cart-price-page .cart-ul07 li {
    border-bottom: 1px dotted #AAAAAA;
    display: table-cell;
    float: none;
    vertical-align: top;
}

.cart-price-page .cart-ul07 .c01 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 40px 15px 10px;
}

.cart-ul07 .c02 {
    background: #F5F8F7;
    color: #333333;
    font-size: 16px;
    padding: 20px 25px;
}

.cart-ul07 .c03 {
    color: #E50000;
    font-size: 16px;
    font-weight: bold;
}

.cart-ul07 .c03 span {
    display: block;
    font-size: 22px;
}

.cart-ul07 .c03 span small {
    font-size: 16px;
}

.cart-title05 {
    background: #7E8FAB;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 5px 15px;
    margin: 80px 0 60px;
    position: relative;
}

.cart-title05:after {
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background: url("../../images/_2017_rwd_cart/ic02.png");
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 15px 0 0 -8px;
}

.cart-price-page .cart-ul07-2 li {
    vertical-align: middle;
}

.cart-ul07-tit-2 .c01 {
    width: 20%;
}

.cart-ul07-tit-2 .c02 {
    width: 50%;
}

.cart-ul07-tit-2 .c03 {
    width: 30%;
}

.cart-ul07-2 .c01 {
    width: 20%;
    text-align: right;
    padding: 15px 40px 15px;
}

.cart-ul07-2 .c02 {
    width: 50%;
    color: #fff;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    padding: 25px 15px 25px 20px;
    background: #F03D00 ;
    line-height: 1.5;
}

.cart-ul07-2 .c02 img{
    margin: 0 10px 5px 0;
}

.cart-ul07-2 .c02 img + p{
    margin: 0;
    width: calc(100% - 30px);
    display: inline-block;
    vertical-align: top;
}

.cart-ul07-2 .fz_b img{
    margin: 0 10px -9px 0;
}

.cart-ul07-2 .fz_b img + p{
    vertical-align: middle;
}


.cart-ul07-2 .c03 {
    width: 30%;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 30px;
}

.cart-ul07-2 .color01 {
    color: #FFFF00;
    font-size: 16px;
    font-weight: normal;
}

.cart-ul07-2 .color01 span {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 10px;
    font-family: 'Roboto Condensed', sans-serif;
}

.cart-ul07-2 .color01 span b{
    font-size: 37px;
}

.cart-ul07-2 .color02 {
    color: #FFFF00;
    font-size: 18px;
}

.cart-ul07-2 .color03 span{
    font-size: 23px;
    color: #D80000;
    font-weight: bold;
}

.cart-ul07-2 .fz_c{
    color: #fff;
}

.cart-ul07-2 .fz_c img{
    margin: 0 10px -36px 0;
}

.cart-ul07-2 .fz_c span {
    display: block;
    color: #FFFF00;
    font-family: 'Roboto Condensed', "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;}


.cart-ul07-2 .fz_c span > b {
    font-size: 37px;
}

.cart-ul07-2 .fz_c b{
    color: #FFFF00;
    font-family: 'Roboto Condensed', sans-serif;
}

/*------------------------------------------*/

@media screen and (max-width: 1024px) {
    .cart-title03 .text_s_02 {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .cart-title02 .text_s_01 {
        right: 0;
    }
    .cart-ul02 li {
        width: 50%;
        margin: 0 0 25px;
    }
    .cart-ul06 li {
        border-radius: 10px;
        background: rgba(234, 237, 242, 0.6) url("../../images/_2017_rwd_cart/ic06.png") no-repeat 50px 89%;
        padding: 5px 15px 25px 50px;
    }
    .cart-ul06 .cost {
        padding: 45px 15px 35px 50px;
    }
    .cart-price-page .cart-ul07-tit{
        display: none;
    }
    .cart-price-page .cart-ul07,
    .cart-price-page .cart-ul07 li{
        display: block;
        width: auto;
    }
    .cart-price-page .cart-ul07 li{
        padding: 10px 15px;
    }
    .cart-price-page .cart-ul07{
        border: 2px solid #ddd;
        margin: 0 0 15px;
    }
    .cart-ul07 .c03 span{
        display: inline-block;
    }
    .cart-price-page .cart-ul07 .c01{
        text-align: left;
        padding: 5px 20px 5px 10px;
        background: #eee;
    }
    .cart-ul07-2 .c02:before,
    .cart-ul07-2 .c03:before{
        content: attr(title);
        display: inline-block;
        color: #fff;
    }
    .cart-ul07-2 .c03:before{
        color: #999;
        font-weight: bold;
        display: block;
    }
    .cart-ul07-2 .fz_b img,
    .cart-ul07-2 .fz_c img{
    margin: 0 10px 5px 0;}
}


@media screen and (max-width: 600px) {
    .cart-ul04 li b span {
        float: none;
        display: block;
    }
    .cart-title02 {
        margin: 100px 0 0 0;
    }
    .cart-title02 .text_s_01 {
        top: -88px;
        right: 50%;
        margin: 0 -85px 0 0;
    }
    .cart-title02 .text_s_01 {}
    .cart-title03 .text_s_02 {
        right: -10px;
        top: -100px;
    }
}

@media screen and (max-width: 400px) {
    .cart-price-page .cart-ul02 {
        margin: 0 0 55px;
    }
    .cart-ul02 li {
        width: 100%;
        padding: 0;
        margin: 0 0 25px;
    }
    .cart-ul03 li a {
        padding: 9px 25px;
    }
}

/* ===== _floating.css ===== */
.floating {
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 400;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    background: #7F7F7F url("../../images/gotop.png") no-repeat;
    width:  54px;
    height: 54px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px;
}
.floating .ibtn.gotop:hover {
    width: 88px;
    background-color: #404040;
}
@media screen and (max-width: 1000px) {
    .floating .ibtn.gotop{
        color: transparent;
        display: block;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
        transform-origin: 0;
        transform: rotate(0deg);
        position: fixed;
        bottom: 0;
        left: 50%;
        margin-left: -15px;;
        background: url("../../images/mobile_gotop.svg") 50% 50% no-repeat;
    }
    .floating .gotop:before,
    .floating .gotop:after{
        display: none;
    }
    .floating .ibtn.gotop:hover {
        width: 30px;
        background: url("../../images/mobile_gotop.svg") 50% 50% no-repeat;
        opacity: 0.7;
    }
}

/* ===== _pagination.css ===== */
.pagination {
    text-align: center;
    font-size: 15px;
    padding-bottom: 100px;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 3px;
    text-align: center;
    color: #000;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.pagination li a:hover,
.pagination li.active a {
    color: #900;
    text-decoration: underline;
}
.pagination li a.controls {
    background: url("../../images/pager_arrow.png") no-repeat;
    width: 40px;
    height: 40px;
}
.pagination li a.prev {
    background-position: 0 0;
    margin-right: 20px;
}
.pagination li a.next {
    background-position: 100% 0;
    margin-left: 20px;
}
.pagination li a.prev:hover {
    background-position: 0 100%;
}
.pagination li a.next:hover {
    background-position: 100% 100%;
}
.pagination li a.first {
    background-image: url("../../images/arrowL.png");
}
.pagination li a.last {
    background-image: url("../../images/arrowR.png");
}
.pagination li a.first:hover,
.pagination li a.last:hover {
    background-position: 0 100%;
}

.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    padding: 4px 40px 4px 10px;
    border: 1px solid #999;
    background: url("../../images/select_caret.png") no-repeat 100% 50%;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #000;
}
.btn-box2{
	padding-top:24px;
}
.btn-box2 .pagination{
	padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .page-info {
        display: block;
        padding: 0 85px;
		margin-bottom:80px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -40px;
        margin: 0;
    }
    .pagination li a.first {
        left: 0;
    }
    .pagination li a.prev {
        left: 40px;
    }
    .pagination li a.next {
        right: 40px;
    }
    .pagination li a.last {
        right: 0;
    }
}

/* ===== _lightbox.css ===== */
body .fancybox-skin {
    margin-top: 30px;
    background: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
body .fancybox-skin.corner {
    overflow: visible;
}
body .fancybox-skin.corner:before {
    border-color: #6D6D6D;
}
body .fancybox-skin.corner .cor {
    border-color: #eee;
}
body .fancybox-close {
    background: url("../../images/lightbox_close.png") no-repeat;
    width: 60px;
    height: 20px;
    right: 0;
    top: -30px;
}
body .fancybox-nav span {
    visibility: visible;
    background: url("../../images/lightbox_arrow.png") no-repeat;
    width: 66px;
    height: 60px;
}
body .fancybox-prev span {
    background-position: 0 0;
    left: 0;
}
body .fancybox-next span {
    background-position: 100% 0;
    right: 0;
}
body .fancybox-prev:hover span {
    background-position: 0 100%;
}
body .fancybox-next:hover span {
    background-position: 100% 100%;
}
body .fancybox-title {
    margin-top: 15px;
    padding: 20px 25px;
    background: rgba(85,85,85,0.80);
}
body .fancybox-title .photo-pager {
    color: #BF8B6C;
    font-size: 14px;
    margin-bottom: 10px;
}
body .fancybox-title .photo-title {
    color: #BABABA;
    font-size: 13px;
}

@media screen and (max-width: 600px) {
    body .fancybox-prev span {
        left: -20px;
    }
    body .fancybox-next span {
        right: -20px;
    }
}

/* ===== _mobile_footer.css ===== */
#mobile-footer,
#member-box {
    display: none;
}

@media screen and (max-width: 767px) {
    #mobile-footer {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 500;
    }
    #mobile-footer li {
        border: 1px solid #EEE;
        border-width: 1px 1px 0;
        background: #FFF;
        width: 33.3%;
    }
    #mobile-footer li:nth-child(4) {
        background: #221616;
        border-color: #221616;
    }
    #mobile-footer a {
        text-align: center;
        line-height: 45px;
        position: relative;
    }
    #mobile-footer li .icon {
        background-image: url("../../images/mobile_footer.png");
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }
    #mobile-footer li a:hover .icon {
        opacity: 0.7;
    }
    #mobile-footer li:nth-child(1) .icon { background-position:     0 0; }
    #mobile-footer li:nth-child(2) .icon { background-position: -32px 0; }
    #mobile-footer li:nth-child(3) .icon { background-position: -64px 0; }
    #mobile-footer li:nth-child(4) .icon { background-position: -96px 0; }
    
    #mobile-footer .qty {
        position: absolute;
        top: 5px;
        left: 50%;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        background: #BC9848;
        line-height: 14px;
        padding: 0 4px;
        margin-left: 6px;
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }
    
    #member-box {
        display: block;
        position: fixed;
        z-index: 400;
        bottom: 45px;
        left: 0;
        right: 0;
        color: #fff;
        max-height: 0;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all .3s ease;
           -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
             -o-transition: all .3s ease;
                transition: all .3s ease;
    }
    #member-box.active {
        max-height: 500px;
    }
    #member-box li {
        border-bottom: 1px solid #fff;
    }
    #member-box li a {
        display: block;
        padding: 10px;
        background: #BC9848;
        font-size: 16px;
    }
    #member-box li a:hover {
        color: #fff;
        background: #9E7249;
        opacity: 1;
    }
    #member-box .qty {
        display: inline-block;
        background: #fff;
        font-size: 12px;
        color: #333;
        font-weight: bold;
        padding: 0 6px;
        -webkit-border-radius: 5px;
                border-radius: 5px;
    }
    .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }
    @-webkit-keyframes bounceInUp {
      from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }

      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
      }

      75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
      }

      90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes bounceInUp {
      from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      }

      from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
      }

      60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
      }

      75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
      }

      90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
      }

      to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    .bounceInUp {
      -webkit-animation-name: bounceInUp;
      animation-name: bounceInUp;
    }

}

/* ===== style.css ===== */


/* ===== slick.css ===== */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}
.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;
}

/* ===== jquery.fancybox.css ===== */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 40px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../../scripts/fancyBox/source/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../../scripts/fancyBox/source/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../../scripts/fancyBox/source/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../../scripts/fancyBox/source/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url("../../scripts/fancyBox/source/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../../scripts/fancyBox/source/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* ===== _site_nav_hover1.css ===== */
.dropdown-menu-nohover1{
	display:block !important;
}
.dropdown-menu-nohover2{
	position:absolute;
	z-index:5;
	right:0;
	top:101px;
	width:100%;
}
.dropdown-menu-nohover1,
.dropdown-menu-nohover2{
    display: none;
    background: #C30E22;
}
.dropdown-menu-nohover1 .container,
.dropdown-menu-nohover2 .container{
    max-width: 1440px;
    
}
.dropdown-menu-nohover1 li,
.dropdown-menu-nohover2 li{
    float: left;
    display: inline-block;
    padding: 5px 2px;
}
.dropdown-menu-nohover1 li a,
.dropdown-menu-nohover2 li a{
    font-size: 17px;
    color: #FFF;
    border: 1px solid rgba(255,255,255,0.4);
    display: inline-block;
    padding: 0 15px;
    background: url("../../images/dropdown-menu.jpg")bottom repeat-x;
}
.dropdown-menu-nohover1 li a:hover,
.dropdown-menu-nohover2 li a:hover{
    background: url("../../images/dropdown-menu_.jpg")top repeat-x;
    -webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.dropdown-menu-nohover1 ul,
.dropdown-menu-nohover2 ul{
	position: relative;
}
.menu > .dropdown-menu-nohover1 li,
.menu > .dropdown-menu-nohover2 li{
	display: none;
}
@media screen and (max-width: 1060px) {
	.menu > .dropdown-menu-nohover1 li,
	.menu > .dropdown-menu-nohover2 li{
	display: block ;
	}
	.dropdown-menu-nohover1{
		display:none !important;
	}
}
/***** 電腦版一直顯示選單用此樣式 *****/


/* ===== news.css ===== */
.news-list {
    margin: -35px -20px 0;
}
.news-list .item {
    width: 50%;
    padding: 0 20px;
}
.news-list .item a {
    max-width: 580px;
    margin: 35px auto 0;
    position: relative;
}
.news-list .pic {
    float: left;
    max-width: 250px;
}
.news-list .txt {
    margin-left: 250px;
    padding: 45px 60px 10px 20px;
}
.news-list .title {
    color: #727272;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
.news-list .description {
    color: #727272;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin: 30px 0;
}
.news-list a:hover .title,
.news-list a:hover .description {
    color: #1F1F1F;
}
.news-list .date,
.news-top .date {
    display: block;
    color: #BF8B6C;
    font-size: 16px;
}
.news-list .more {
    background: #7A7A7A url("../../images/news/more_arrow.png") no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
}
.news-list a:hover .more {
    background-color: #BF8B6C;
}

.news-top {
    border-left: 2px dotted #BF8B6C;
    padding-left: 15px;
    margin-bottom: 55px;
}
.news-top .title {
    font-size: 16px;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 1.5;
}

.editor .news-detail > .col1 {
    width: 60%;
}
.editor .news-detail > .col2 {
    width: 40%;
}

@media screen and (max-width: 1200px) {
    .news-list .pic {
        max-width: 220px;
    }
    .news-list .txt {
        margin-left: 220px;
        padding: 30px 20px 10px;
    }
    .news-list .description {
        margin: 20px 0;
    }
}
@media screen and (max-width: 1024px) {
    .editor .news-detail > .col {
        width: auto;
    }    
}
@media screen and (max-width: 1000px) {
    .news-list .item {
        float: none;
        width: auto;
    }
    .news-list .item a {
        max-width: 640px;
    }
    .news-list .pic {
        max-width: 250px;
    }
    .news-list .txt {
        margin-left: 250px;
        padding: 45px 20px 10px 20px;
    }
    .news-list .description {
        margin: 30px 0;
    }
}
@media screen and (max-width: 570px) {
    .news-list .pic {
        max-width: 220px;
    }
    .news-list .txt {
        margin-left: 220px;
        padding: 30px 20px 10px;
    }
    .news-list .description {
        margin: 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .news-list .item a {
        max-width: 330px;
    }
    .news-list .pic {
        float: none;
        max-width: none;
    }
    .news-list .txt {
        margin-left: 0;
        padding: 20px;
    }
    .news-list .title,
    .news-list .description {
        height: auto;
    }
}

/* ===== products.css ===== */
.search_box{
    width: 100%;
}
.search_box li{
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.search_box .search:after{
    content: '';
    display: block;
    clear: both;
}
.search_box .search{
    display: inline-block;
	float:right;
}
.search_box li .form-control{
    width: 311px;
    height: 38px;
    padding:0 10px;
    background: url("../../images/products/search_formbg.jpg")repeat-x;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    margin-right: 10px;
    padding-right: 46px;
}
.search_box li .form-btn{
    width: 16px;
    height: 16px;
    display: block;
    background: url("../../images/products/search_btn.png")no-repeat;
    border: none;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 11px;
}
.search_box li select{
    width: 161px;
    height: 38px;
    padding:0 10px;
    font-size: 14px;
    background: url("../../images/products/search_formbg.jpg")repeat-x;
}
.search_box li select:focus{
	outline: 0;
}
.search_box li .form-btn:hover{
    opacity: 0.5;
}
.search_box .sort{
	display:inline-block;
    /*float: left;*/
}
.search_box .sort li{
    width: 214px;
    margin-left: 10px;
}
.search_box .sort li:first-child{
    margin-left: 0px;    
}
.search_box .sort li a:hover,
.search_box li select:hover,
.search_box li .form-control:hover,
.search_box li .form-control:focus{
    border-color: #777777;
}
.search_box .sort li a{
    width: 214px;
    background: url("../../images/products/search_formbg.jpg")repeat-x,#EEEEEE;
    font-size: 18px;
    color: #333333;
    border: 1px solid #DDD;
    display: inline-block;
    text-align: center;
    padding: 4px 0 2px;
}

.search_box .sort .hot a{
    overflow: hidden;
    color: #FFF;
    position: relative;
    display: block;
    
/*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f19600+0,c41421+100 */

background: #f19600; /* Old browsers */
background: -moz-linear-gradient(top,  #f19600 0%, #c41421 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f19600 0%,#c41421 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f19600 0%,#c41421 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19600', endColorstr='#c41421',GradientType=0 ); /* IE6-9 */

}

@media screen and (max-width: 1015px) {
	.search_box .sort li{
		margin-left:0;
	}
	.search_box li{
    	float: none;
	}
	.search_box li .form-control,
	.search_box li select{
		width:216px;
	}
}
@media screen and (max-width: 650px) {
	.search_box .sort{
	    padding-bottom: 0px;
	}
}
@media screen and (max-width: 630px) {
    .search li,
    .search_box li,
    .search_box .sort li,
    .search_box .sort li a,
    .search_box .sort li:first-child{
        float: none;
        /*width: 90%;*/
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
    }
    .search_box .search{
        width: 216px;
        margin: 0 auto;
        display: block;
    }
    .search li .form-control{
        width: 100%;
    }
}
@media screen and (max-width: 527px) {
	.search_box .sort,
	.search_box .search{
		float:none;
		display:block;
	}
	
}
/*********************************************************************************/
.products-list {
    margin: 0 -20px 30px;
}
.products-list .item {
    width: 33%;
    padding: 0 20px;
    position: relative;
}
.products-list .products_col{
    max-width: 400px;
    margin: 40px auto 0;
    position: relative;
}
.products-list .item a .pic{ 
	box-shadow: 0px 3px 6px rgba(20%,20%,40%,0.2); 
	overflow:hidden;
	position:relative;
}
.products-list .item a .pic:before{
	content:'';
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	display:block;
	background:rgba(0,0,0,0);
	position:absolute;
	left:0;
	top:0;
}
/*.products-list .item a:hover .pic:before{
	background:rgba(0,0,0,0.3);
}*/
.products-list .item a:hover .pic img{
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.products-list .more {
    display: block;
    background: url("../../images/more.png") no-repeat;
    width: 48px;
    height: 48px;
    margin: -24px auto 0;
    position: relative;
    z-index: 3;
}
.products-list a.web{
    width: 22px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 5px;
    background: url("../../images/products/web_btn.png")left no-repeat;
}
.products-list .web:hover{
    background: url("../../images/products/web_btn.png")right no-repeat;
}
.products-list a:hover .more {
    background-position: 0 100%;
}
.products-list .name {
    padding: 15px 0 3px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #212121;
}
.products-list a:hover .name {
    color: #333;
}
.products-list .description {
    color: #878787;
    font-size: 13px;
    line-height: 1.5;
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list a:hover .description {
    color: #444;
}
.intro-box .goweb,
.intro-box .goweb2{
    width: 194px;
    height: 38px;
    display: block;
    background: url("../../images/products/go_web.png")top no-repeat;
    margin-top: 10px;
}
.intro-box .goweb:hover{
    background: url("../../images/products/go_web.png")bottom no-repeat;
}
.intro-box .goweb2{
    background: url("../../images/products/go_web2.png")top no-repeat;
}
.intro-box .goweb2:hover{
    background: url("../../images/products/go_web2.png")bottom no-repeat;
}
/*********************************************************************************/
.gallery {
    margin-bottom: 60px;
}
.pic_box{
    float: left;
    width: 50%;
    border-right: 1px solid #454545;
    padding-right: 9%;
    padding-left: 9%;
    padding-top: 50px;
    position: relative;
}
.stage {
    max-width: 700px;
}
.stage .pic {
    border: 1px solid #DDDDDD;
    max-width: 700px;
    overflow: hidden;
    margin: 0 auto;
}
.gallery .intro-box,
.thumbnails {
    float: right;
    width: 30%;
}
.intro-box .title {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px;
}
.intro-box .txt {
    margin-bottom: 20px;
}
.intro-box .price {
    font-size: 23px;
    color: #333;
    margin-bottom: 20px;
}
.detail-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.detail-title:before,
.detail-title:after {
    content: "+";
    display: inline-block;
}
.detail-title:before {
    margin-right: 10px;
}
.detail-title:after {
    margin-left: 10px;
}
/*************************** 控制器 ******************************************************/
.slick-list.draggable{
    position: relative;
}
.slick-prev,.slick-next{
    position: absolute;
    top: 40%;
    width: 50px;
    height: 51px;
    display: block;
    background: url("../../images/products/pic_btn.png")no-repeat;
    border: none;
    margin: 0;
    text-indent:-3000px;
}
.slick-prev{
    left: -10%;
    background-position: left top;
}
.slick-next{
    right: -10%;
    background-position: right top;
}
.slick-prev:hover{
    background-position: left bottom;
}
.slick-next:hover{
    background-position: right bottom;
}
.slick-dots{
    text-align: center;
    width: 100%;
    position: absolute;
    top: -50px;
}
.slick-dots li{
    margin: 20px 5px;
    display: inline-block;
}
.slick-dots li button{
    border: none;
    margin: 0;
    text-indent:-3000px;
    width: 15px;
    height: 15px;
    background: url("../../images/products/pic_dot.png")no-repeat;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
    background-position: right;
}
.btn-box.back{
    position: absolute;
    right: -167px;
    bottom: 0;
}
/* ---- 瀑布流設定 ---- */

.grid {
  margin: 0 auto;
}
.grid-sizer{
	width:33%;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (max-width: 1120px) {
.btn-box.back{
    position: relative;
    right: inherit;
    bottom: inherit;
    }
}
@media screen and (max-width: 1100px) {
    .products-list .item {
        width: 33.33%;
    }
	.grid-sizer{
	width:33.33%;
	}
    .gallery .intro-box {
        float: none;
        width: auto;
    }
    .pic_box{
        width: 100%;
        border-right: none;
        float: none;
        padding-right: 10%;
        padding-left: 10%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
    }
}
@media screen and (max-width: 800px) {
    .products-list .item {
        width: 50%;
    }
	.grid-sizer{
	width: 50%;
	}
}
@media screen and (max-width: 740px) {
    .slick-prev,.slick-next{
        display: none !important;
    }
        .pic_box{
        padding-right: 0% !important;
        padding-left: 0% !important;
    }
}
@media screen and (max-width: 600px) {
    .products-list .item {
        width: auto;
        float: none;
    }
    .stage,
    .thumbnails {
        float: none;
        width: auto;
    }
    .stage {
        border: 0;
        padding: 0;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails ul li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 480px) {
    .products-list .item {
        width: 100%;
    }
	.grid-sizer{
	width: 100%;
	}
    .thumbnails ul li {
        width: 33.33%;
    }
}

/**** 文字變色動畫 ****/
 .color a{
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -webkit-animation-name: slidein;
  -moz-animation-name: slidein;
  animation-iteration-count: infinite; /**重複動畫**/
	 }
@-webkit-keyframes slidein {
  from {
	  background:#F09102;
  }
  20%{
	  background: #C51621;
  }
  40%{
	  background: #C51621;
  }
  60%{
	  background: #C51621;
  }
  100% {
      background: #F09102;
  }
}
/**** 文字變色動畫 ****/


/* ===== album.css ===== */
.content {
    max-width: none;
}
.album-list {
    margin: -80px 0 0;
}
.album-list .item {
    width: 50%;
}
.album-list .item a {
    max-width: 720px;
    margin: 80px auto 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.album-list .item a.fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list a:hover .pic:before {
    content: "";
    background: rgba(255,255,255,0.30);
    border: 10px solid #444;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.album-list .cover {
    margin: 0 10px 30px;
    padding: 5px;
    min-height: 50px;
}
.album-list a:hover .cover:before {
    border-color: #ccc;
}
.album-list .title {
    margin: 10px 65px 10px 5px;
    color: #4C4C4C;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.album-list .title:before {
    content: "";
    background: url("../../images/album/camera.png") no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 4px 0;
}
.album-list .more {
    background: #454545 url("../../images/album/more.png") no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.album-list a:hover .more {
    background-color: #BF8B6C;
}

@media screen and (max-width: 860px) {
    .album-list .item {
        width: auto;
        float: none;
    }
    .album-list {
        margin-top: -40px;
    }
    .album-list .item a {
        margin-top: 40px;
    }
}

/* ===== index.css ===== */
.site-main section {
  padding: 20px 0;
}
.site-main .content-box {
  position: relative;
}
.wow {
  visibility: hidden;
}
/*------------ 首屏進場動畫（不經 WOW.js） ------------
   WOW.js 靠 .wow{visibility:hidden} 先把元素藏起來，等 JS 跑起來才放出來。
   首屏用這招會讓主視覺圖和 H1 在 wow.min.js（跨網域）下載＋執行完之前
   完全不算「已繪製」，LCP 直接被綁在那支 JS 上。這裡改成純 CSS：
   一進場就播，不需要任何 JS。

   .hero-pic（LCP 圖）刻意只動 transform、不動 opacity —— opacity:0 的元素
   瀏覽器不計入 LCP，會白白多等一個動畫延遲。文字區塊維持原本的淡入。
   折線以下的 .wow 完全不受影響。                                        */
.hero-in {
  animation: heroFadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.hero-pic {
  animation-name: heroSlideUp;
}
.hero-d1 {
  animation-delay: 0.1s;
}
.hero-d3 {
  animation-delay: 0.3s;
}
.hero-d5 {
  animation-delay: 0.5s;
}
.hero-d6 {
  animation-delay: 0.6s;
}
@keyframes heroFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes heroSlideUp {
  from {
    transform: translate3d(0, 40px, 0);
  }
  to {
    transform: none;
  }
}
/* 使用者在系統開了「減少動態效果」就直接顯示，不播動畫 */
@media (prefers-reduced-motion: reduce) {
  .hero-in {
    animation: none;
  }
}
/*------------ banner ------------*/
.banner {
  background: url("../../images/index/banner-bg.webp")center center / cover no-repeat;
  height: 817px;
  position: relative;
}
.banner .pic-box {
  position: absolute;
  right: -5px;
  top: 0;
}
.banner .text-box {
  position: absolute;
  left: 15px;
  top: calc(50% + 288px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.banner .t-sup {
  color: #d9e3e8;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 20px;
}
.banner .t-main {
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 30px;
}
.banner .btn-group {
  margin-bottom: 20px;
}
.banner .btn-group a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  width: 272px;
  height: 73px;
  line-height: 73px;
  font-size: 28px;
  font-weight: 400;
  color: #FFF;
  background: linear-gradient(to right, #ff9b2a, #d84949);
  border-radius: 60px;
  transition: all .3s ease;
  overflow: hidden;
  z-index: 1;
}
.banner .btn-group a:hover {
  opacity: 1;
}
.banner .btn-group a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #5598da, #2CB872, #5598da, #2CB872, #5598da, #2CB872);
  background-size: 400%;
  -webkit-animation: grahover 4s linear infinite;
  animation: grahover 4s linear infinite;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease;
}
.banner .btn-group a:hover:before {
  opacity: 1;
}
.banner .tel-box a {
  display: flex;
  align-items: center;
  font-size: 38px;
  font-weight: normal;
  color: #d9e3e8;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.banner .tel-box a:hover {
  transform: translateY(-3px);
  opacity: 0.7;
}
.banner .tel-box i.ic-phone {
  position: relative;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 10px 0 0;
  color: #fff;
  border-radius: 100%;
  background: linear-gradient(to right, #00BCD4, #eb2f83, #5598da, #2CB872, #5598da, #2CB872);
  background-size: 400%;
  -webkit-animation: grahover 4s linear infinite;
  animation: grahover 4s linear infinite;
  transition: all 0.3s ease;
}
.banner .tel-box i.ic-phone::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 32px;
  background: url("../../../images/index/tel_icon.svg") no-repeat;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.sect-title {
  text-align: center;
  margin-bottom: 44px;
}
.sect-title .t-main {
  display: block;
  margin-bottom: 7px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.4;
  font-weight: bold;
  color: #3F3F3F;
}
.sect-title .t-main .t-color-2 {
  color: #26629D;
}
.sect-title .t-sub {
  display: block;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}
/*------------ /title ------------*/
/*------------ 關於多米諾設計 ------------*/
.about_domino {
  padding: 90px 20px;
  background: #eef3f4;
}
.about_domino .sect-title {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
.about_domino h2 em.title_1 {
    display: inline-block;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(90, 201, 149) 0%, rgb(67, 139, 192) 50%, rgb(139, 91, 191) 100%) text;
}
.about_domino .t-main {
  display: block;
  margin-bottom: 18px;
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
  color: #3F3F3F;
  letter-spacing: 1px;
}
.about_domino .t-sub {
  font-size: 20px;
  line-height: 2;
  color: #666;
  letter-spacing: 0.5px;
}
/* ==========================================================================
   多米諾服務項目區塊樣式 (12項服務順序修正版)
   ========================================================================== */

.about_domino {
    padding: 60px 0;
    background-color: #fff;
}

/* 服務項目外層網格（PC端 4 欄 x 3 列 = 12項，完美填滿） */
.services_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    padding-bottom: 65px;
    gap:25px; 
    margin-top: 40px;
}

/* 單個服務項目卡片 */
.service_item {
    text-align: center;
    padding: 25px 20px;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 滑鼠滑入效果：卡片輕微浮起與多米諾標準色邊框 */
.service_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    border-color: #e50012; /* 滑過時的品牌主色，可依需求調整 */
}

/* ICON 容器 */
.service_icon {
    width: 140px;
    height: 140px;
    max-width: 100%;   /* 保險：欄寬再窄也不會撐破卡片 */
    margin: 0 auto 15px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ---- 手機版「查看更多」收合 ----
   12 項服務永遠完整存在於 HTML，預設全部顯示；
   .is-collapsed 是 services_more.js 在手機寬度時才加上去的，
   桌機與不執行 JS 的情況下這段規則都不會生效。               */
.services_more {
    display: none;          /* 預設隱藏，JS 判定需要收合才顯示 */
    margin: 0 auto 40px auto;
    padding: 12px 32px;
    background: #fff;
    border: 1px solid #e50012;
    border-radius: 30px;
    color: #e50012;         /* 多米諾品牌紅 */
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.25s ease;
    -webkit-appearance: none;
    appearance: none;
}
.services_more.is-visible {
    display: block;
}
.services_more:hover,
.services_more:focus-visible {
    background: #e50012;
    border-color: #e50012;
    color: #fff;
}
.services_more_txt::after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: -4px 0 0 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    vertical-align: middle;
    transition: transform 0.25s ease;
}
/* 展開後箭頭轉向上 */
.services_more[aria-expanded="true"] .services_more_txt::after {
    transform: rotate(-135deg);
    margin-top: 2px;
}
/* 收合時，第 7 項之後（2 欄 × 3 列 = 前 6 項）先不顯示 */
.services_grid.is-collapsed {
    padding-bottom: 25px;
}
.services_grid.is-collapsed .service_item:nth-child(n+7) {
    display: none;
}

/* 服務項目名稱 */
.service_name {
    font-size: 1.15rem; 
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

/* 服務項目描述 */
.service_desc {
    font-size: 0.9rem; 
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

/* ==========================================================================
   RWD 響應式斷點設定
   ========================================================================== */

/* 中型螢幕/普通筆電 (1199px 以下) */
@media (max-width: 1199px) {
    .services_grid {
        gap: 15px;
    }
    .service_item {
        padding: 20px 15px;
    }
}

/* 平板尺寸 (991px 以下) - 變為 3 欄 (3 欄 x 4 列 = 12項) */
@media (max-width: 991px) {
    .services_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

/* 小型平板/大螢幕手機 (767px 以下) - 變為 2 欄 (2 欄 x 6 列 = 12項) */
@media (max-width: 767px) {
    .services_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

/* 一般手機尺寸 (479px 以下) - 維持 2 欄
   欄寬到這裡只剩 110~130px 左右，140px 的圖示會撐破卡片，
   所以同步把圖示縮到 100px、卡片內距也收窄一點。 */
@media (max-width: 479px) {
    .service_icon {
        width: 100px;
        height: 100px;
    }
    .service_item {
        padding: 18px 10px;
    }
    .services_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
/*------------ 多米諾網頁設計，您最好的選擇 ------------*/
.site-main .best-choice-sect {
  padding: 80px 0 60px;
  background: #F6F6F6;
}
.swiper-wrapper {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  transition-timing-function: linear !important;
}
.best-choice-sect .m-break {
  display: none;
}
.best-choice-sect .box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-left: 15px;
  margin-right: 15px;
  width: 265px;
}
.best-choice-sect .pic {
  width: 265px;
  border-radius: 10px;
  overflow: hidden;
}
.best-choice-sect .target-icon {
  margin-top: 16px;
  width: 30px;
  height: 30px;
  background: url("../../images/index/target-icon.svg") no-repeat;
}
.best-choice-sect .box .name {
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-bottom: 6px;
  width: 100%;
  color: #3F3F3F;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
}
.best-choice-sect .box .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  height: 74px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
.best-choice-sect .box .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}
.best-choice-sect .btn-box {
  padding-top: 50px;
}
/*------------ /多米諾網頁設計，您最好的選擇 ------------*/
/*------------ 多米諾專注於RWD響應式 注重不同裝置的體驗 ------------*/
.site-main .experience-sect {
  padding: 60px 0 50px;
}
.experience-sect .top {
  margin-bottom: 30px;
}
.experience-sect .row {
  display: flex;
}
.experience-sect .col {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
}
.experience-sect .top .col:nth-child(1) {
  padding-top: 75px;
}
.experience-sect .name {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
  color: #3F4040;
}
.experience-sect .name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 40px;
  height: 40px;
  background: url("../../images/index/dmo-icon.svg") no-repeat;
}
.experience-sect .break {
  display: block;
}
.experience-sect .description {
  text-align: justify;
  padding-left: 61px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #666666;
}
.experience-sect .experience-sub-list {
  margin-top: 20px;
  padding-left: 61px;
}
.experience-sect .sub-name {
  display: inline-block;
  padding: 9px 29px;
  margin-right: 12px;
  color: #666666;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.experience-sect .top {
  margin-bottom: 75px;
}
.experience-sect .top .pic {
  margin-left: auto;
  max-width: 500px;
}
.experience-sect .top .pic video {
  aspect-ratio: 750 / 500;
  max-width: 100%;
  height: 100%;
}
.experience-sect .top .text {
  margin-top: 140px;
}
.experience-sect .bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1130px;
}
.experience-sect .bottom .pic {
  margin-bottom: 25px;
}
.experience-sect .bottom .pic video {
  aspect-ratio: 750 / 500;
  max-width: 100%;
  height: 100%;
}
.experience-sect .bottom .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
}
.experience-sect .bottom .name {
  margin-bottom: 20px;
}
/*------------ /多米諾專注於RWD響應式 注重不同裝置的體驗 ------------*/
/*------------ 多米諾的精彩時刻 ------------*/
.site-main .highlights-sect {
  position: relative;
  padding: 50px 0 65px;
  z-index: 0;
}
.highlights-sect:before {
  content: "";
  position: absolute;
  top: 108px;
  left: calc(50% - 990px);
  width: 1980px;
  height: 692px;
  background: #F6F6F6;
  border-radius: 100%;
  z-index: -1;
}
.highlights-sect .sect-title .t-main {
  letter-spacing: 2px;
}
.highlights-sect .sect-title .t-sub {
  letter-spacing: 6px;
}
.highlights-sect .target-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  width: 119px;
  height: 119px;
  background: url("../../images/index/target-icon.svg") no-repeat;
  background-size: contain;
}
.highlights-sect .slider {
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.highlights-sect .slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.highlights-sect .slide .box {
  position: relative;
  display: block;
  padding: 33px 33px 65px 33px;
  max-width: 70vw;
  width: 1072px;
  background: #EEEEEE;
  border-radius: 30px;
  transform: scale(0.8);
  transform-origin: center;
  filter: blur(3px);
  transition: all .3s ease;
}
.highlights-sect .slide .box .circle-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: #EEEEEE;
  border-radius: 50%;
}
.highlights-sect .slide .box .circle-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #EEEEEE;
  border-radius: 50%;
}
.highlights-sect .slide .box .circle-3 {
  position: absolute;
  bottom: 32px;
  left: 0;
  width: 80px;
  height: 80px;
  background: #EEEEEE;
  border-radius: 50%;
}
.highlights-sect .slide .box .circle-4 {
  position: absolute;
  bottom: 32px;
  right: 0;
  width: 80px;
  height: 80px;
  background: #EEEEEE;
  border-radius: 50%;
}
.highlights-sect .slide.slick-active .box {
  transform: scale(1);
  filter: blur(0px);
  transition-delay: 0.6s;
}
.highlights-sect .slider > button {
  position: absolute;
  top: calc(50% - 25px);
  width: 75px;
  height: 75px;
  font-size: 0;
  background: #2CB872;
  border: 0;
  border-radius: 50%;
  transition: all .3s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 60;
}
.highlights-sect .slider > button:hover {
  background: #f06363;
  border: 0;
}
.highlights-sect .slider > button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #5598da, #2CB872, #5598da, #2CB872, #5598da, #2CB872);
  background-size: 400%;
  -webkit-animation: grahover 4s linear infinite;
  animation: grahover 4s linear infinite;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease;
}
.highlights-sect .slider > button:hover:before {
  opacity: 1;
}
.highlights-sect .slider > .slick-prev {
  left: calc(50% - 620px);
}
.highlights-sect .slider > button:after {
  content: "";
  position: absolute;
  left: calc(50% - 10.5px);
  top: calc(50% - 13px);
  width: 15px;
  height: 26px;
  background: url("../../images/index/index-arrow-1-hover.svg") no-repeat;
  background-size: contain;
  transition: all .3s ease;
  opacity: 1;
}
.highlights-sect .slider > .slick-next {
  right: calc(50% - 620px);
}
.highlights-sect .slider > .slick-next:after {
  transform: rotate(180deg);
  left: calc(50% - 4.5px);
}
.highlights-sect .slider > .slick-arrow:hover:before, .highlights-sect .slider > .slick-arrow:hover:after {
  color: #FFF;
}
.highlights-sect .slick-dots {
  position: absolute;
  top: unset;
  bottom: 12px;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.highlights-sect .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.highlights-sect .slick-dots button {
  width: 13px;
  height: 13px;
  color: transparent;
  background: #CDCDCD;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.highlights-sect .slick-active button {
  background: #26629D;
}
.products-sect .t-main {
  margin-bottom: 5px;
}
/*------------ /多米諾的精彩時刻 ------------*/
/*------------ 廣告圖區塊 ------------*/
.site-main .middle-slider-sect {
  position: relative;
  padding: 17px 0 60px;
  margin-bottom: 65px;
  z-index: 0;
}
.middle-slider-sect .slider {
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.middle-slider-sect .slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.middle-slider-sect .slide .box {
  display: block;
  max-width: 70vw;
  width: 1090px;
  transform: scale(0.9);
  transform-origin: center;
  filter: blur(3px);
  transition: all .3s ease;
}
.middle-slider-sect .slide.slick-active .box {
  transform: scale(1);
  filter: blur(0);
  transition-delay: 0.6s;
}
.middle-slider-sect .slider > button {
  position: absolute;
  top: calc(50% - 21px);
  width: 50px;
  height: 50px;
  font-size: 0;
  background: #2CB872;
  border: 0;
  border-radius: 50%;
  transition: all .3s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 60;
}
.middle-slider-sect .slider > button:hover {
  background: transparent;
  border: 0;
}
.middle-slider-sect .slider > .slick-prev {
  left: calc(50% - 568px);
}
.middle-slider-sect .slider > button:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #5598da, #2CB872, #5598da, #2CB872, #5598da, #2CB872);
  background-size: 400%;
  -webkit-animation: grahover 4s linear infinite;
  animation: grahover 4s linear infinite;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease;
}
.middle-slider-sect .slider > button:after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 9px);
  width: 10px;
  height: 18px;
  background: url("../../images/index/index-arrow-1-hover.svg") no-repeat;
  background-size: contain;
  transition: all .3s ease;
  opacity: 1;
}
.middle-slider-sect .slider > button:hover:before {
  opacity: 1;
}
.middle-slider-sect .slider > .slick-next {
  right: calc(50% - 568px);
}
.middle-slider-sect .slider > .slick-next:after {
  left: calc(50% - 4.5px);
  transform: rotate(180deg);
}
.middle-slider-sect .slider > .slick-arrow:hover:before, .middle-slider-sect .slider > .slick-arrow:hover:after {
  color: #FFF;
}
.middle-slider-sect .slick-dots {
  position: absolute;
  top: unset;
  bottom: -55px;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.middle-slider-sect .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
.middle-slider-sect .slick-dots button {
  width: 13px;
  height: 13px;
  color: transparent;
  background: #CDCDCD;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}
.middle-slider-sect .slick-active button {
  background: #26629D;
}
/*------------ /廣告圖區塊 ------------*/
/*------------ 文章分享 ------------*/
.article-sect {
  padding: 50px 0 30px;
  background: #eef3f4;
}
.article-sect .sect-title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0px 30px;
}
.article-sect .sect-title .price {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 61px;
  width: calc(100% - 15px);
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 45px;
  color: #3F3F3F;
}
.article-sect .sect-title .price span {
  display: block;
  margin: 0 auto;
  max-width: 330px;
  height: 61px;
  font-size: 40px;
  font-weight: 400;
  color: #3F3F3F;
  background: #eef3f4;
}
.article-sect .price {
  margin-bottom: 25px;
}
.article-sect .sect-title .price .down {
  line-height: 80px;
  border: none;
}
.article-list {
  margin: 0 -30px;
}
.article-list .item {
  padding: 0 30px;
  width: calc(100% / 3);
}
.article-list .box {
  position: relative;
  box-sizing: border-box;
  text-align: left;
  padding: 30px 34px 36px 83px;
  margin: 0 auto 40px;
  max-width: 460px;
  line-height: 1.65;
  border: 1px solid #EEEEEE;
  border-radius: 35px;
  transition: all .3s ease;
  overflow: hidden;
  background: #FFF;
}
.article-list .box:hover {
  box-shadow: 0 0 20px 1px #e4e4e4;
}
.article-list .box:before {
  content: "";
  position: absolute;
  left: 21px;
  top: 21px;
  width: 50px;
  height: 54px;
  background-image: url("../../images/index/article-icon.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 54px;
}
.article-list .box .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 30;
}
.article-list .box:hover .txt {
  background: #F2FAF6;
}
.article-list .date {
  display: none;
}
.article-list li .article-text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.article-list .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  height: 38px;
  font-size: 25px;
  font-weight: 400;
  color: #1fa1b8;
  transition: all .3s ease;
  overflow: hidden;
}
.article-list .box:hover .name {
  color: #1fb880;
}
.article-list .description {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 69px;
  color: #666666;
  letter-spacing: 0;
  font-size: 15px;
  overflow: hidden;
}
/*------------ 好的網站作品，讓您眼見為憑 ------------*/
/* .products-sect .sect-title,
.contact-sect .sect-title,
.about-sect .sect-title,
.article-sect .sect-title{
    position: relative;
    text-align: center;
    margin: 0 auto;
} */
/* .products-sect .sect-title .txt {
    display: inline-block;
    color: #000;
    font-family: 'Nova Flat',Century Gothic,CenturyGothic,AppleGothic, "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕",sans-serif;
    padding: 0 10px;
    position: relative;
    line-height: 2;
    top: -28px;
    margin-bottom: 60px;
} */
/* .products-sect .sect-title .txt h1 {
    font-size: 52px; 
}
.products-sect .sect-title .txt h1{
    font-size: 18px;
    color: #333333;
    display: block;
} */
/* .products-sect .sect-title .price,
.contact-sect .sect-title .price,
.about-sect .sect-title .price,
.article-sect .sect-title .price{
    position: relative;
    display: block;
    padding: 0 10px;
    height: 61px;
    width: calc(100% - 15px);
    border-top: 1px dotted #BBB;
} */
/* .products-sect .sect-title .price span,
.contact-sect .sect-title .price span,
.about-sect .sect-title .price span,
.article-sect .sect-title .price span{
    display: block;
    margin: 0 auto;
    margin-top: -30px;
    max-width: 330px;
    height: 61px;
    font-size: 40px;
    font-weight: 400;
    color: #3F3F3F;
    background: #FFF;
    border-left: 1px solid #BBBBBB;
    border-right: 1px solid #BBBBBB;
    font-family: "Noto Sans TC", sans-serif;
} */
/* .products-sect .sect-title .price b,
.about-sect .sect-title .price b {
    display: block;
    font-size: 32px;
    line-height: 36px;
    color: #000;
    font-family: "Noto Sans TC", sans-serif;
} */
.products-list .item {
  width: 25%;
}
.products-list .item a .pic .img {
  width: 100%;
  height: 330px;
  background: no-repeat center top;
  background-size: 100% auto;
}
.products-list .item a .pic:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: rgba(0 0 0 / 0%);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.products-list:hover .item a .pic:before {
  background: rgba(0 0 0 / 30%);
}
.products-list:hover .item a:hover .pic:before {
  background: rgba(0 0 0 / 0%);
}
.products-list .item a:hover .pic .img {
  background-position: center bottom;
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.products-list .name {
  padding-left: 5px;
  padding-right: 5px;
}
.products-sect .more {
  position: relative;
  box-sizing: border-box;
  display: block;
  padding-left: 50px;
  margin: 90px auto 50px;
  width: 234px;
  height: 82px;
  line-height: 82px;
  font-size: 26px;
  font-weight: 400;
  color: #FFF;
  background: linear-gradient(to right, #26629D, #5A478D);
  border-radius: 100px;
  transition: all .3s ease;
  overflow: hidden;
  z-index: 1;
}
.products-sect .more:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #26629D, #5A478D, #26629D, #5A478D, #26629D, #5A478D);
  background-size: 400%;
  border-radius: 0;
  -webkit-animation: grahover 4s linear infinite;
  animation: grahover 4s linear infinite;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease;
}
.products-sect .more:hover:before {
  opacity: 1;
}
.products-sect .more:after {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../../images/index/dmo-icon.svg") #fff no-repeat 50% 50%;
  border-radius: 50%;
  background-size: 70% auto;
}
.products-sect .more:hover {
  opacity: 1;
}
.products-sect:nth-child(2) {
  border-bottom: 5px solid #FFF;
}
.products-sect:nth-child(2) .sect-title .price b {
  color: #8DC21F;
}
.products-sect:nth-child(2) .more {
  color: #fff;
  background: #8DC21F;
  border: 1px solid #8DC21F;
}
.products-sect:nth-child(2) .more:hover {
  color: #FFF;
  background: #6b9318;
}
/*------------ /好的網站作品，讓您眼見為憑 ------------*/
/*------------ 燈箱 ------------*/
#pop-news {
  width: 500px;
  max-width: 100%;
  text-align: center;
  padding: 15px;
}
#pop-news .pop-news-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
body .fancybox-opened .fancybox-skin {
  background: #333;
  color: #ddd;
}
/*------------ /燈箱 ------------*/
/*------------ 表格 ------------*/
.contact-sect {
  margin: 85px 0 30px;
}
.contact-sect .form-box {
  max-width: 750px;
}
.reminder.index {
  text-align: center;
  padding: 40px 0 5px;
}
.form-control {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 12px;
  width: 100%;
  height: 32px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.form-control:focus {
  outline: none;
  border-color: #C3995B;
}
textarea.form-control {
  padding: 8px 10px;
  line-height: 1.4;
  resize: vertical;
}
.static-control {
  margin: 0 0 6px;
  padding: 0 5px;
  font-weight: bold;
  line-height: inherit;
  color: #241711;
}
.form-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0.06em;
  color: #B6995F;
}
.form-wrap {
  box-sizing: border-box;
  margin: 0 auto 20px;
}
.form-box {
  margin: 0 auto;
  padding: 25px 0;
}
.form-wrap.type1 {
  max-width: 1045px;
}
.form-wrap.type1 .form-box {
  border: 1px solid #D7D7D7;
  border-width: 1px 0;
}
.form-wrap.type2 .form-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 8%;
  max-width: 740px;
  border: 1px solid #DCDCDC;
}
.form-wrap.type3 {
  border-bottom: 1px solid #DCDCDC;
  max-width: 1045px;
}
.form-wrap.type3 .form-box {
  padding: 10px 0 45px;
  max-width: 830px;
}
.form-box .row {
  margin: 0 -2%;
  position: relative;
}
.form-box .col {
  float: left;
  width: 50%;
  padding: 0 2%;
}
.form-box .required {
  position: relative;
}
.form-box .required:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background: #8dc21f;
  border-radius: 50%;
}
.form-box .form-group {
  padding: 6px 0 3px;
  line-height: 32px;
}
.form-box .form-group:after {
  content: '';
  display: block;
  clear: both;
}
.form-box .control-label {
  display: block;
  padding-left: 20px;
  font-size: 14px;
  line-height: inherit;
  color: #725233;
}
.form-box .control-box {
  position: relative;
}
.form-box .control-box label {
  display: inline-block;
  line-height: inherit;
  margin: 0 10px 6px 5px;
}
.form-box .name .control-box {
  position: relative;
}
.contact-sect .btn-box.no-line {
  text-align: center;
  padding: 0 0 60px;
  margin: 0 auto;
  max-width: 610px;
  border-top: none;
}
.contact-sect .btn-box .btn.table-send {
  padding: 5px 110px 5px 110px;
  font-size: 16px;
  letter-spacing: 1em;
  line-height: 40px;
  color: #666;
  background: #222222;
  background: url("../../images/arrowR2.png") #ECECEC 93% center no-repeat;
  border: 1px #DBDBDB solid;
  font-family: 'å¾®è»Ÿæ­£é»‘é«”';
}
.contact-sect .btn-box .btn.table-send:hover {
  color: #fff;
  background: url("../../images/arrowR2.png") #666 93% center no-repeat;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.form-box .captcha .corner {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  max-width: 310px;
}
.form-box .captcha a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  font-size: 20px;
  line-height: 36px;
  color: #8E483E;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.form-box .captcha a .fa {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.form-box .captcha a:hover .fa {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.form-box .captcha .icon.refresh {
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background-image: url("../../images/refresh.png");
}
/*------------ /表格 ------------*/
/*------------ 多米諾能為您 帶來哪些AEO價值 ------------*/
.site-main .aeo-sect {
  position: relative;
  padding: 0;
}
.aeo-sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 380px;
  background: #F6F6F6;
  z-index: -1;
}
.sect-webaigoo {
  padding: 0 0 26px;
}
.sect-webaigoo .row {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}
.sect-webaigoo .row .col {
  box-sizing: border-box;
  width: calc(100% - 721px);
  padding-left: 75px;
  padding-right: 60px;
  padding-top: 120px;
}
.sect-webaigoo .row .col + .col {
  padding: 0;
  width: 100%;
  max-width: 721px;
}
.sect-webaigoo h3 {
  position: relative;
  font-size: 50px;
  letter-spacing: 0.6px;
  line-height: 1.3;
  font-weight: bold;
  color: #444444;
}
.sect-webaigoo h3::before {
  content: '';
  position: absolute;
  top: -35px;
  left: -83px;
  width: 146px;
  height: 139px;
  background: url("../../images/aeo/sect_feature_start.webp") no-repeat;
  background-size: contain;
  z-index: -1;
}
.sect-webaigoo h3 span {
  display: block;
}
.sect-webaigoo h3 em.title_1 {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(90, 201, 149) 0%, rgb(67, 139, 192) 50%, rgb(139, 91, 191) 100%) text;
}
.sect-webaigoo h3 em.title_2 {
  color: #59C992;
}
.sect-webaigoo .txt {
  position: relative;
  margin-top: 50px;
}
.sect-webaigoo .txt .txt_all {
  position: relative;
}
.sect-webaigoo .txt img {
  position: absolute;
  top: -47px;
  right: 0;
  max-width: unset;
  max-height: unset;
  height: 253px !important;
}
.sect-webaigoo .txt span {
  position: relative;
  min-height: 205px;
  display: flex;
  align-items: center;
  color: #666666;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 70px;
  border-radius: 50vw;
  background: #E8EAEC;
  z-index: -1;
  margin: 40px 0 0;
}
.sect-webaigoo .txt span em {
  color: #448CBF;
  display: contents;
}
.sect-webaigoo .txt .chattri {
  position: absolute;
  left: 90px;
  top: -50px;
  width: 105px;
  height: auto;
  transform: rotate(180deg) scaleX(-1);
}
.sect-webaigoo .txt .chattri path {
  fill: #E8EAEC;
}
.sect-webaigoo .pic {
  position: relative;
}
.sect-webaigoo .pic_txt_all {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
}
.sect-webaigoo .pic_txt_all .pic_txt.pic_txt_1 {
  position: absolute;
  top: 108px;
  left: 10px;
  width: 178px;
  height: 125px;
  animation: dialogBox 3s 1s ease-in-out infinite forwards alternate;
  z-index: -1;
}
.sect-webaigoo .pic_txt_all .pic_txt.pic_txt_2 {
  position: absolute;
  top: 199px;
  right: -75px;
  width: 189px;
  height: 133px;
  animation: dialogBox 3s 1.5s ease-in-out infinite forwards alternate;
  z-index: -1;
}
.sect-webaigoo .pic_box_all {
  position: relative;
  z-index: 2;
}
.sect-value {
  padding: 0 75px 100px;
}
.sect-value ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sect-value li {
  box-sizing: border-box;
  padding-left: 35px;
  width: calc(100% / 2);
}
.sect-value li + li {
  padding-top: 20px;
}
.sect-value li h3 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  color: #444444;
}
.sect-value li h3::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -30px;
  width: 24px;
  height: 23px;
  background: url("../../../images/index/sect_feature_ic.webp") no-repeat;
  background-size: contain;
}
.sect-value li span {
  font-size: 16px;
  letter-spacing: 0;
  color: #666666;
  line-height: 1.5;
}
.sect-recommend {
  padding: 0;
}
.recommend_title {
  text-align: center;
}
.recommend_title .title {
  margin: 0 0 25px;
  font-size: 60px;
  line-height: 1.2;
  color: #444444;
}
.recommend_title .title span.title_1 {
  color: #8B59BF;
}
.recommend_title .title span.title_2 {
  color: #3D83B6;
}
.recommend_title p {
  font-size: 30px;
  font-weight: 500;
}
.recommend_title p span {
  color: #3FBF85;
}
.sect-recommend .btn {
  margin: 40px 0 0;
}
.sect-recommend .btn a {
  display: block;
  text-align: center;
  width: 256px;
  height: 67px;
  line-height: 67px;
  border-radius: 67px;
  font-size: 26px;
  color: #fff;
  transition: all 0.3s ease;
  background: linear-gradient(to right, #3D83B6, #2CB872, #3D83B6, #2CB872, #3D83B6, #2CB872);
  background-size: 400%;
}
.sect-recommend .btn a:hover {
  -webkit-animation: grahover 4s linear infinite;
  animation: grahover 4s linear infinite;
}
@keyframes dialogBox {
  0%, 5% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  25%, 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes dialogBox2 {
  0%, 5% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  25%, 100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*------------ /多米諾能為您 帶來哪些AEO價值 ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1550px) {
  .highlights-sect .slider > .slick-prev {
    left: 10vw;
  }
  .highlights-sect .slider > .slick-next {
    right: 10vw;
  }
  .highlights-sect:before {
    height: 621px;
  }
  .middle-slider-sect .slider > .slick-prev {
    left: 13vw;
  }
  .middle-slider-sect .slider > .slick-next {
    right: 13vw;
  }
  .products-list {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sect-webaigoo .txt span {
    padding: 0 50px;
  }
  .sect-webaigoo .row .col {
    padding-right: 30px;
    padding-left: 50px;
    width: calc(100% - 700px);
  }
  .sect-webaigoo .row .col + .col {
    width: 100%;
    max-width: 700px;
  }
  .sect-webaigoo .pic_txt_all .pic_txt.pic_txt_2 {
    right: -50px;
  }
  .sect-value {
    padding: 0 50px 100px;
  }
}
@media screen and (max-width: 1400px) {
  .banner {
    height: 450px;
  }
  .banner .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 450px;
  }
  .banner .pic-box {
    position: relative;
    right: 0;
    top: 0;
    order: 2;
    width: 450px;
  }
  .banner .text-box {
    position: relative;
    left: 0;
    top: 0;
    order: 1;
    width: 500px;
  }
  .banner .t-sup {
    font-size: 20px;
  }
  .banner .t-main {
    font-size: 40px;
  }
  .banner .btn-group a {
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin-right: 10px;
  }
  .experience-sect .top .col:nth-child(1) {
    padding-top: 0;
  }
  .experience-sect .top .text {
    margin-top: 20px;
  }
  .experience-sect .sub-name {
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 6px 18px;
  }
  .experience-sect .description {
    font-size: 16px;
  }
  .sect-webaigoo .txt span {
    padding: 0 40px;
  }
  .sect-webaigoo .row .col {
    padding-right: 15px;
    padding-left: 30px;
    width: calc(100% - 680px);
  }
  .sect-webaigoo .row .col + .col {
    width: 100%;
    max-width: 680px;
  }
  .sect-value {
    padding: 0 30px 100px;
  }
}
@media screen and (max-width: 1300px) {
  .sect-webaigoo .txt span {
    padding: 0 30px;
    min-height: 155px;
  }
  .sect-webaigoo .txt .chattri {
    left: 90px;
    top: -40px;
  }
  .sect-webaigoo .row .col {
    padding-right: 15px;
    padding-left: 0;
    width: 50%;
  }
  .sect-webaigoo .row .col + .col {
    width: 50%;
    max-width: unset;
  }
  .sect-value {
    padding: 0 15px 80px;
  }
  .sect-webaigoo .pic_txt_all .pic_txt.pic_txt_1 {
    top: 50px;
    width: 150px;
    height: 105px;
  }
  .sect-webaigoo .pic_txt_all .pic_txt.pic_txt_2 {
    top: 80px;
    width: 150px;
    height: 106px;
  }
  .sect-webaigoo .txt img {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
    max-width: unset;
    max-height: unset;
    width: 430px;
    height: 180px !important;
  }
  .sect-webaigoo .txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .products-list .item {
    width: 33.33%;
  }
  .article-list .item {
    width: 33.33%;
  }
  .article-list {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 1060px) {
  .wrapper {
    margin-top: 60px;
  }
  .banner {
    height: 520px;
  }
  .banner .container {
    justify-content: flex-start;
    flex-direction: column;
    height: 520px;
  }
  .banner .pic-box {
    order: 1;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    z-index: 0;
  }
  .banner .pic-box:before {
    content: "";
    background: url("../../images/index/banner-cirlce-icon.png");
    width: 174px;
    height: 165px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -46px;
    top: 60px;
    opacity: 0.3;
    z-index: -1;
  }
  .banner .text-box {
    order: 2;
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner .t-sup {
    font-size: 15px;
    margin-bottom: 13px;
    margin-top: -5px;
  }
  .banner .t-main {
    font-size: 25px;
    margin-bottom: 12px;
    display: block;
  }
  .banner .btn-group {
    margin-bottom: 0;
    display: flex;
  }
  .banner .btn-group a {
    width: 141px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    margin-right: 0px;
    border-radius: 13px;
  }
  .banner .btn-group a:nth-child(1) {
    margin-right: 8px;
  }
  .sect-title {
    margin-bottom: 20px;
  }
  .sect-title .t-main {
    font-size: 25px;
  }
  .sect-title .t-sub {
    font-size: 14px;
  }
  .site-main .best-choice-sect {
    padding-top: 30px;
    padding-bottom: 10px;
    background: #FFF;
  }
  .best-choice-sect .m-break {
    display: block;
  }
  .best-choice-sect .m-hidden {
    display: none;
  }
  .best-choice-sect .sect-title {
    margin-bottom: 0;
  }
  .best-choice-sect .sect-title .t-main {
    line-height: 1.3;
  }
  .best-choice-sect .sect-title .t-sub {
    display: none;
  }
  .site-main .experience-sect {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .experience-sect .row {
    flex-direction: column;
  }
  .experience-sect .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .experience-sect .top {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .experience-sect .top .pic {
    max-width: unset;
    margin-bottom: 20px;
  }
  .experience-sect .top .pic video {
    width: 100%;
  }
  .experience-sect .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .experience-sect .name:before {
    width: 35px;
    height: 35px;
    left: 10px;
    top: -3px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .experience-sect .description {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .experience-sect .experience-sub-list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .experience-sect .sub-name {
    font-size: 14px;
    padding: 9px 18px;
    margin-right: 7px;
  }
  .experience-sect .sub-name:nth-child(1) {
    order: 3;
  }
  .experience-sect .sub-name:nth-child(2) {
    order: 1;
  }
  .experience-sect .sub-name:nth-child(3) {
    order: 2;
  }
  .experience-sect .bottom {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  .experience-sect .bottom .pic {
    margin-bottom: 20px;
  }
  .experience-sect .bottom .pic video {
    width: 100%;
  }
  .experience-sect .bottom .col {
    margin-bottom: 30px;
  }
  .experience-sect .bottom .name {
    margin-bottom: 10px;
  }
  .experience-sect .break {
    display: none;
  }
  .site-main .highlights-sect {
    padding-bottom: 80px;
    padding-top: 7px;
  }
  .highlights-sect .target-icon {
    width: 63px;
    height: 63px;
    margin-bottom: 20px;
  }
  .highlights-sect:before {
    content: "";
    width: 1160px;
    height: 450px;
    left: calc(50% - 580px);
    top: 40px;
  }
  .highlights-sect .sect-title .t-sub {
    letter-spacing: 1px;
  }
  .highlights-sect .slide .box {
    padding: 12px 12px 20px;
    border-radius: 10px;
    max-width: 80vw;
    transform: scale(0.9);
    filter: blur(3px);
  }
  .highlights-sect .slide .box .circle-1 {
    width: 25px;
    height: 25px;
  }
  .highlights-sect .slide .box .circle-2 {
    width: 25px;
    height: 25px;
  }
  .highlights-sect .slide .box .circle-3 {
    width: 25px;
    height: 25px;
    bottom: 10px;
  }
  .highlights-sect .slide .box .circle-4 {
    width: 25px;
    height: 25px;
    bottom: 10px;
  }
  .highlights-sect .slide.slick-active .box {
    transform: scale(1);
    filter: blur(0px);
  }
  .highlights-sect .slick-dots button {
    width: 5px;
    height: 5px;
  }
  .highlights-sect .slick-dots li {
    margin: 0 3px;
  }
  .highlights-sect .slick-dots {
    bottom: -15px;
  }
  .highlights-sect .slider > button {
    width: 40px;
    height: 40px;
  }
  .highlights-sect .slider > button:before {
    width: 10px;
    height: 18px;
    left: calc(50% - 7px);
    top: calc(50% - 9px);
  }
  .highlights-sect .slider > button:after {
    width: 10px;
    height: 18px;
    left: calc(50% - 7px);
    top: calc(50% - 9px);
  }
  .highlights-sect .slider > .slick-prev {
    left: calc(10vw - 25px);
    right: unset;
  }
  .highlights-sect .slider > .slick-next {
    right: calc(10vw - 25px);
    left: unset;
  }
  .products-sect .t-main {
    margin-top: -82px;
    margin-top: -52px;
    font-size: 22px;
    white-space: nowrap;
    margin-bottom: 19px;
    margin-bottom: 0;
  }
  .products-sect .more {
    width: 168px;
    height: 51px;
    line-height: 51px;
    font-size: 20px;
    padding-left: 40px;
    margin: 10px auto 0;
  }
  .products-sect .more:before {
    width: 38px;
    height: 38px;
    left: 9px;
    top: 6.5px;
  }
  .products-sect .more:after {
    width: 25px;
    height: 25px;
    left: 16px;
  }
  .site-main .middle-slider-sect {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .middle-slider-sect .slide .box {
    max-width: 80vw;
    transform: scale(0.9);
    filter: blur(3px);
  }
  .middle-slider-sect .slide.slick-active .box {
    transform: scale(1);
    filter: blur(0px);
  }
  .middle-slider-sect .slick-dots button {
    width: 5px;
    height: 5px;
  }
  .middle-slider-sect .slick-dots li {
    margin: 0 3px;
  }
  .middle-slider-sect .slick-dots {
    bottom: -40px;
  }
  .middle-slider-sect .slider > button {
    width: 40px;
    height: 40px;
  }
  .middle-slider-sect .slider > button:before {
    width: 10px;
    height: 18px;
    left: calc(50% - 7px);
    top: calc(50% - 9px);
  }
  .middle-slider-sect .slider > button:after {
    width: 10px;
    height: 18px;
    left: calc(50% - 7px);
    top: calc(50% - 9px);
  }
  .middle-slider-sect .slider > .slick-prev {
    left: calc(10vw - 25px);
    right: unset;
  }
  .middle-slider-sect .slider > .slick-next {
    right: calc(10vw - 25px);
    left: unset;
  }
  .article-sect {
    margin-top: 35px;
  }
  .article-sect .sect-title .price span {
    font-size: 25px;
    height: 42px;
    margin-top: -22px;
    max-width: 175px;
  }
  .article-sect .sect-title .price {
    height: 42px;
    width: calc(100% - 15px);
    margin-bottom: 15px;
  }
  .site-main .aeo-sect {
    padding: 30px 0;
  }
  .aeo-sect::before {
    display: none;
  }
  .sect-webaigoo .row {
    flex-direction: column;
  }
  .sect-webaigoo .row .col {
    padding: 0 0 30px;
    width: 100%;
    max-width: 605px;
  }
  .sect-webaigoo h3 {
    font-size: 24px;
    text-align: center;
  }
  .sect-webaigoo h3::before {
    display: none;
  }
  .sect-webaigoo .txt span {
    font-size: 16px;
    padding: 0 50px;
  }
  .sect-webaigoo h3 span {
    display: inline-block;
  }
  .sect-webaigoo .txt {
    max-width: 410px;
    margin: 35px auto 0;
  }
  .sect-webaigoo .txt .chattri {
    left: 150px;
    top: -30px;
    width: 65px;
  }
  .sect-webaigoo .row .col + .col {
    width: 100%;
    max-width: 721px;
  }
  .sect-webaigoo .pic_txt_all .pic_txt.pic_txt_1 {
    animation: none;
    top: 0px;
    width: 125px;
    height: 88px;
  }
  .sect-webaigoo .pic_txt_all .pic_txt.pic_txt_2 {
    animation: none;
    top: 25px;
    right: 0;
    width: 100px;
    height: 70px;
  }
  .sect-value {
    padding: 0 0 30px;
  }
  .sect-value ul {
    text-align: center;
  }
  .sect-value li {
    width: 100%;
    padding: 0;
  }
  .sect-value li h3 {
    font-size: 16px;
    width: fit-content;
    margin: 0 auto;
  }
  .sect-value li span {
    font-size: 14px;
  }
  .sect-value li h3::before {
    left: -15px;
    width: 12px;
    height: 11px;
  }
  .recommend_title .title {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .recommend_title p {
    font-size: 16px;
  }
  .sect-recommend .btn {
    margin: 20px auto 0;
  }
  .sect-recommend .btn a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
  }
  .banner .tel-box {
    margin: 10px 0 0;
  }
  .banner .tel-box a {
    font-size: 32px;
    line-height: 45px;
  }
  .banner .tel-box i.ic-phone {
    width: 45px;
    height: 45px;
    line-height: 41px;
  }
  .banner .tel-box i.ic-phone::before {
    width: 22px;
    height: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .about_domino {
    padding: 70px 20px;
  }
  .about_domino .t-main {
    font-size: 38px;
  }
  .about_domino .t-sub {
    font-size: 18px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 860px) {
  .products-list {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-list .item {
    width: 50%;
    padding: 0 10px;
  }
  .products-list .products_col {
    margin: 30px auto 0;
  }
  .products-list .item:nth-child(n+9) {
    display: none;
  }
  .article-list {
    margin: 0 -5px;
  }
  .article-list .item {
    float: left;
    width: 50%;
    padding: 0 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .article-list .box {
    max-width: 320px;
    text-align: center;
  }
}
@media screen and (max-width: 769px) {
  .contact-sect {
    margin: 45px 0 30px;
  }
  .reminder.index {
    padding: 20px 0 5px;
  }
  .form-box {
    padding: 15px 0;
  }
  .contact-sect .btn-box.no-line {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .banner .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .best-choice-sect .box {
    width: 200px;
  }
  .best-choice-sect .box .name {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .best-choice-sect .box .description {
    font-size: 14px;
    height: 63px;
  }
  .about_domino {
    padding: 55px 20px;
  }
  .about_domino .t-main {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .about_domino .t-sub {
    font-size: 16px;
    line-height: 1.9;
  }
  .about_domino .pc {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .slick-prev, .slick-next {
    display: block !important;
  }
}
@media screen and (max-width: 600px) {
  .highlights-sect:before {
    height: 367px;
  }
  .products-list {
    margin-top: 0;
  }
  .products-list .item {
    float: left;
  }
  .products-sect .sect-title .txt h1 {
    font-size: 39px;
  }
  .article-list .item {
    width: 100%;
  }
  .article-list .box:before {
    width: 33px;
    height: 37px;
    left: 17px;
    top: 17px;
    background-size: contain;
  }
  .article-list .box {
    margin: 0 auto 20px;
    padding: 22px 18px 22px 58px;
  }
  .article-list .name {
    font-size: 21px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 400px) {
  .highlights-sect:before {
    height: 440px;
  }
  .products-sect .t-main {
    margin-top: -77px;
    margin-bottom: 19px;
  }
  .sect-webaigoo .txt span {
    padding: 0 15px;
  }
  .sect-webaigoo .txt img {
    right: -40px;
  }
}


/*============ products-sect RWD 重新整理 (覆寫舊規則) ============*/

/* 基礎排版 */
.products-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.products-list .item {
  box-sizing: border-box;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: none;
}
.products-list .item a {
  display: block;
}
.products-list .item a .pic {
  position: relative;
  overflow: hidden;
}

/* 圖片用 aspect-ratio 維持比例 (原圖 328×246) */
.products-list .item a .pic .img {
  width: 100%;
  height: auto;
  aspect-ratio: 328 / 246;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform .4s ease;
}
.products-list .item a:hover .pic .img {
  transform: scale(1.05);
  background-position: center center;
}

/* <=1400px:維持 4 欄,縮小間距 */
@media screen and (max-width: 1400px) {
  .products-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .products-list .item {
    padding: 0 8px;
    margin-bottom: 16px;
  }
}

/* <=1200px:3 欄,顯示 15 個 (3x5) */
@media screen and (max-width: 1200px) {
  .products-list .item {
    width: 33.33%;
    margin-bottom: 16px;
  }
  .products-list .item:nth-child(n+16) {
    display: none;
  }
}

/* <=860px:2 欄,正方形,顯示全部 16 個 (2x8) */
@media screen and (max-width: 860px) {
  .products-list {
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 0;
    padding-right: 0;
  }
  .products-list .item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 12px;
    display: block !important;
  }
  .products-list .products_col {
    margin: 0 auto;
  }
  /* 正方形圖片 */
  .products-list .item a .pic .img {
    aspect-ratio: 1 / 1;
  }
}

/* ---- 作品圖延後載入 ----
   圖片改由 scripts/lazy_bg.js 在快捲到時才寫進 background-image。
   在那之前先鋪一層底色，避免出現一整片空白；圖到位時淡入。
   .img 本身有 aspect-ratio，高度是固定的，不會有版面位移。 */
/* 底色鋪在父層 .pic，這樣 .img 淡入時底下才有東西撐著 */
.products-list .item a .pic {
  background-color: #f2f2f2;
}
.products-list .item a .pic .img {
  transition: opacity 0.35s ease;
}
/* 只有「還沒載入」的才透明。lazy_bg.js 載完會拔掉 data-bg，
   opacity 自動回到 1 產生淡入，不需要再加別的 class。 */
.products-list .item a .pic .img[data-bg] {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .products-list .item a .pic .img {
    transition: none;
  }
}

/*============ /products-sect RWD ============*/


/* ===== swiper.min.css ===== */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
