@charset "UTF-8";
/******************************************************************
	Vars 變數
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	文字顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	錯誤顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	提示顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	醒目顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	Money 貨幣顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	社群顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	背景色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	側選單
-----------------------------------------------------------*/
/*----------------------------------------------------------
	分隔線
-----------------------------------------------------------*/
/*----------------------------------------------------------
	遮罩
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表格
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表單
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&family=Noto+Sans+TC:wght@700&display=swap");
@font-face {
  font-family: "GenJyuuGothic";
  font-weight: 300;
  src: url("../../fonts/GenJyuuGothic-Light.ttf");
}
@font-face {
  font-family: "GenJyuuGothic";
  font-weight: 500;
  src: url("../../fonts/GenJyuuGothic-Regular.ttf");
}
@font-face {
  font-family: "GenJyuuGothic";
  font-weight: 700;
  src: url("../../fonts/GenJyuuGothic-Bold.ttf");
}
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/*----------------------------------------------------------
	標題字
-----------------------------------------------------------*/
/*----------------------------------------------------------
	字體
-----------------------------------------------------------*/
/***********************************************************
	桌機選單 選項 PC Menu Options
***********************************************************/
/***********************************************************
	頁尾 選項 Footer Options
***********************************************************/
/***********************************************************
	Breakpoints
***********************************************************/
/******************************************************************
	Bootstrap
*******************************************************************/
/******************************************************************
	Tools 工具類
*******************************************************************/
/*-------------------------------------------------------------------
  文字取代
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
  轉數值
-------------------------------------------------------------------*/
/* 編寫順序 v1.0
 *
 * - 模組內建 a - z
 *
 */
/*-------------------------------------------------------------------
	caret 三角形
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Position
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Flex
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	FA Font Awesome
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	icomoon
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Key Frame
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	文字ellipsis
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	尺寸調整
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	Table
-------------------------------------------------------------------*/
/* 編寫順序
 *
 * - 模組內建 a - z
 *
 */
.e-hover:hover {
  cursor: pointer !important;
}

.e-hover--pt--wt {
  transition: 0.3s all linear;
}
.e-hover--pt--wt:hover {
  cursor: pointer !important;
  color: white !important;
}

.fadeout {
  opacity: 0;
  max-height: 0px;
}
.fadeout.faded {
  transition: 1s all linear;
  opacity: 1;
  max-height: 1000px;
}

.media-card .card {
  border: 0;
}

.media-card .card-body {
  padding: 10px 0;
  text-align: center;
}

.media-card .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.media-card .card-head {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  border-radius: 0;
  display: block;
}

.media-card .card-head img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0;
}

.media-modal .modal-dialog {
  margin: auto;
  padding: 0.5rem;
}

.media-modal .modal-content {
  background: none;
  border: 0;
  text-align: center;
}

.media-modal .modal-header, .media-modal .m-footer {
  border: 0;
  text-align: center;
}

.media-modal .m-footer .title {
  max-width: 80%;
  width: auto;
  display: inline-block;
  margin: 10px auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.media-modal .select-page {
  margin: 0 auto;
  color: #fff;
}

.media-modal .modal-dialog {
  width: 100%;
  max-width: 100% !important;
  padding-top: 80px;
}

.media-modal .modal-body {
  max-height: 60vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.media-modal-img-now, .modal-footer .media-modal-img-total {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
  width: auto;
}

.media-modal-img-now.form-control {
  background: none;
  outline: none;
  color: #fff;
}
.media-modal-img-now.form-control option {
  color: #302d37;
}
.media-modal-img-now.form-control:focus {
  outline: none;
  background: none;
}

.media-modal-owl {
  opacity: 0;
  height: 60vh;
}

.media-modal-owl.show {
  opacity: 1;
  transition: 1s;
}

.media-modal-owl .owl-item .item img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.media-modal-owl .owl-nav button.owl-prev:focus, .media-modal-owl .owl-nav button.owl-next:focus {
  outline: 0;
  box-shadow: none;
}

.media-modal-owl .owl-nav {
  display: flex;
  justify-content: space-between;
}

.media-modal-owl.owl-drag .owl-item .item {
  height: 60vh;
  line-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-modal-owl .owl-nav {
  font-size: 80px;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.close-btn {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0px;
  top: 0px;
  background: none;
  border: 0;
  font-size: 80px;
  color: #fff;
}

.close-btn:focus {
  outline: 0;
}

.close-btn:after, .close-btn:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -1px;
  transition: 0.5s;
  cursor: pointer;
}

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

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

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

.close-btn:hover:before {
  transform: rotate(45deg);
}

/******************************************************************
	共用Class
*******************************************************************/
/******************************************************************
	調整：User Agent調整
*******************************************************************/
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 32px;
}

ul {
  list-style-type: none;
  padding: 0;
}

iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

p,
span,
a,
input,
select,
button,
textarea {
  font-family: "Montserrat", "GenJyuuGothic", "Microsoft JhengHei", sans-serif, "黑體", "蘋果儷中黑";
}

html,
body,
* {
  box-sizing: border-box;
}

body {
  line-height: 1.8;
  background: #fafafa;
  color: #302d37;
  font-family: "Montserrat", "GenJyuuGothic", "Microsoft JhengHei", sans-serif, "黑體", "蘋果儷中黑";
}
body p {
  color: #302d37;
}

/******************************************************************
	格線：10 Grid
*******************************************************************/
@media screen and (min-width: 992px) {
  .col-10-xl-1,
  .col-10-xl-2,
  .col-10-xl-25,
  .col-10-xl-3,
  .col-10-xl-4,
  .col-10-xl-5,
  .col-10-xl-55,
  .col-10-xl-6,
  .col-10-xl-7,
  .col-10-xl-8,
  .col-10-xl-9,
  .col-10-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-10-xl-1 {
    width: 10%;
  }
  .col-10-xl-2 {
    width: 20%;
  }
  .col-10-xl-25 {
    width: 25%;
  }
  .col-10-xl-3 {
    width: 30%;
  }
  .col-10-xl-4 {
    width: 40%;
  }
  .col-10-xl-5 {
    width: 50%;
  }
  .col-10-xl-55 {
    width: 55%;
  }
  .col-10-xl-6 {
    width: 60%;
  }
  .col-10-xl-7 {
    width: 70%;
  }
  .col-10-xl-8 {
    width: 80%;
  }
  .col-10-xl-9 {
    width: 90%;
  }
  .col-10-xl-10 {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  /*Æ½°å*/
  .col-10-lg-1,
  .col-10-lg-2,
  .col-10-lg-25,
  .col-10-lg-3,
  .col-10-lg-4,
  .col-10-lg-5,
  .col-10-lg-55,
  .col-10-lg-6,
  .col-10-lg-7,
  .col-10-lg-8,
  .col-10-lg-9,
  .col-10-lg-10 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-10-lg-1 {
    width: 10%;
  }
  .col-10-lg-2 {
    width: 20%;
  }
  .col-10-lg-25 {
    width: 25%;
  }
  .col-10-lg-3 {
    width: 30%;
  }
  .col-10-lg-4 {
    width: 40%;
  }
  .col-10-lg-5 {
    width: 50%;
  }
  .col-10-lg-55 {
    width: 55%;
  }
  .col-10-lg-6 {
    width: 60%;
  }
  .col-10-lg-7 {
    width: 70%;
  }
  .col-10-lg-8 {
    width: 80%;
  }
  .col-10-lg-9 {
    width: 90%;
  }
  .col-10-lg-10 {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  /*ÊÖ™C*/
  .col-10-md-1,
  .col-10-md-2,
  .col-10-md-25,
  .col-10-md-3,
  .col-10-md-4,
  .col-10-md-5,
  .col-10-md-55,
  .col-10-md-6,
  .col-10-md-7,
  .col-10-md-8,
  .col-10-md-9,
  .col-10-md-10 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-10-md-1 {
    width: 10%;
  }
  .col-10-md-2 {
    width: 20%;
  }
  .col-10-md-25 {
    width: 25%;
  }
  .col-10-md-3 {
    width: 30%;
  }
  .col-10-md-4 {
    width: 40%;
  }
  .col-10-md-5 {
    width: 50%;
  }
  .col-10-md-55 {
    width: 55%;
  }
  .col-10-md-6 {
    width: 60%;
  }
  .col-10-md-7 {
    width: 70%;
  }
  .col-10-md-8 {
    width: 80%;
  }
  .col-10-md-9 {
    width: 90%;
  }
  .col-10-md-10 {
    width: 100%;
  }
}
/******************************************************************
	文字編輯器
*******************************************************************/
.text-editor-block ol,
.text-editor-block ul,
.text-editor-block dir,
.text-editor-block menu,
.text-editor-block dd {
  margin-left: 40px;
}
.text-editor-block ol {
  list-style-type: decimal;
}
.text-editor-block ol ul,
.text-editor-block ul ol,
.text-editor-block ol ol,
.text-editor-block ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.text-editor-block ul {
  list-style: disc;
}
.text-editor-block ul ul {
  list-style: circle;
}
.text-editor-block ul ul ul {
  list-style: square;
}
.text-editor-block strong {
  font-weight: bolder;
}
.text-editor-block em,
.text-editor-block var,
.text-editor-block cite {
  font-style: italic;
}
.text-editor-block .marker {
  background: yellow;
}
.text-editor-block big {
  font-size: larger;
}
.text-editor-block small {
  font-size: smaller;
}
.text-editor-block tt,
.text-editor-block code,
.text-editor-block kbd {
  font-family: "Montserrat", "GenJyuuGothic", "Microsoft JhengHei", sans-serif, "黑體", "蘋果儷中黑";
}
.text-editor-block del {
  text-decoration: line-through;
}
.text-editor-block ins {
  text-decoration: underline;
}
.text-editor-block q {
  display: inline;
}
.text-editor-block q::before {
  content: '"';
}
.text-editor-block q::after {
  content: '"';
}
.text-editor-block h1,
.text-editor-block h2,
.text-editor-block h3,
.text-editor-block h4,
.text-editor-block h5,
.text-editor-block h6 {
  line-height: 1.2;
}
.text-editor-block table {
  max-width: 100%;
  width: 100% !important;
}
.text-editor-block blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  font-style: italic;
  font-family: "Montserrat", "GenJyuuGothic", "Microsoft JhengHei", sans-serif, "黑體", "蘋果儷中黑";
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
.text-editor-block blockquote p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.text-editor-block em {
  font-style: italic;
}
.text-editor-block .youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.text-editor-block .youtube iframe,
.text-editor-block .youtube object,
.text-editor-block .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gray-font {
  color: #898989;
  font-size: 1rem;
}

.select-style-A {
  border: 1px solid #f7f7f7;
  height: 40px;
  padding: 0 10px;
  font-size: 1em;
  border-radius: 4px;
  font-weight: 400;
  width: 100%;
  color: #898989;
}
.select-style-A.full {
  width: 100%;
}
.select-style-A:focus {
  outline: 1px solid #c89f62;
  border-color: #fff;
}
.select-style-A.grow {
  flex-grow: 1;
}
.select-style-A::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.select-style-A::placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.select-style-A-small {
  border: 1px solid #f7f7f7;
  height: 30px;
  padding: 0 10px;
  font-size: 0.875em;
  border-radius: 5px;
  width: 100%;
  color: #898989;
  max-width: 90px;
  font-weight: 400;
}
.select-style-A-small.full {
  width: 100%;
  max-width: 100%;
}
.select-style-A-small:focus {
  outline: 1px solid #c89f62;
  border-color: #fff;
}
.select-style-A-small.grow {
  flex-grow: 1;
}
.select-style-A-small::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.select-style-A-small::placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style01 {
  border: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  height: 40px;
  padding: 0 10px;
  font-size: 1em;
  font-weight: normal;
  width: 100%;
  font-weight: 400;
  background: none;
}
.input-style01::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.input-style01::placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.input-style01:focus {
  outline: 1px solid #c89f62;
  border-color: #fff;
}
.input-style01.bg-none {
  background: none;
}
@media (max-width: 768px) {
  .input-style01 {
    font-size: 0.875rem;
  }
}
.input-style01.error:focus {
  outline: 1px solid #ff5970;
}

.input-style-member {
  border: 1px solid #f7f7f7;
  height: 40px;
  padding: 0 10px;
  font-size: 1em;
  border-radius: 4px;
  font-weight: normal;
  width: 100%;
}
.input-style-member:focus {
  outline: 1px solid #c89f62;
  border-color: #fff;
}
.input-style-member.grow {
  flex-grow: 1;
}
.input-style-member::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.input-style-member::placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-member-small {
  border: 1px solid #f7f7f7;
  height: 30px;
  padding: 0 10px;
  font-size: 1em;
  border-radius: 4px;
  font-weight: normal;
  width: 100%;
}
.input-style-member-small:focus {
  outline: 1px solid #c89f62;
  border-color: #fff;
}
.input-style-member-small.grow {
  flex-grow: 1;
}
.input-style-member-small::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.input-style-member-small::placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.textarea-style-member {
  border: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  height: 90px;
  padding: 10px;
  font-size: 1rem;
  font-weight: normal;
  width: 100%;
  background: none;
}
.textarea-style-member:focus {
  outline: 1px solid #c89f62;
  border-color: #fff;
}
.textarea-style-member.error:focus {
  outline: 1px solid #ff5970;
}
.textarea-style-member.grow {
  flex-grow: 1;
}
.textarea-style-member::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.textarea-style-member::placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-number {
  border: 1px solid rgba(112, 112, 112, 0.5);
  height: 40px;
  padding: 0 10px;
  font-size: 1em;
  font-weight: normal;
  border-radius: 4px;
  width: 100%;
  max-width: 75px;
}
.input-style-number::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.input-style-number::placeholder {
  color: rgba(112, 112, 112, 0.5);
}
@media (max-width: 991.98px) {
  .input-style-number {
    font-size: 1em;
    height: 45px;
  }
}

.input-style-cartnumber {
  border: 1px solid rgba(112, 112, 112, 0.5);
  height: 40px;
  padding: 0 5px;
  font-size: 1em;
  font-weight: normal;
  border-radius: 4px;
  width: 100%;
  max-width: 75px;
  -moz-text-align-last: center;
       text-align-last: center;
}
.input-style-cartnumber::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.input-style-cartnumber::placeholder {
  color: rgba(112, 112, 112, 0.5);
}
@media (max-width: 768px) {
  .input-style-cartnumber {
    font-size: 1em;
    height: 30px;
  }
}

.input-style-cart {
  border: 1px solid #f7f7f7;
  height: 40px;
  padding: 0 10px;
  font-size: 1.125em;
  border-radius: 4px;
  font-weight: normal;
  width: 100%;
  background: none;
}
.input-style-cart:focus {
  outline: 2px solid #d37f3d;
  border-color: #fff;
}
.input-style-cart.grow {
  flex-grow: 1;
}
.input-style-cart::-moz-placeholder {
  color: rgba(112, 112, 112, 0.5);
}
.input-style-cart::placeholder {
  color: rgba(112, 112, 112, 0.5);
}

input:-moz-read-only {
  outline: none;
  background-color: #e9e9e9;
  color: #ebebee;
  cursor: default;
}

input:read-only {
  outline: none;
  background-color: #e9e9e9;
  color: #ebebee;
  cursor: default;
}
input:-moz-read-only:focus {
  outline: none;
  border: 1px solid #f7f7f7;
}
input:read-only:focus {
  outline: none;
  border: 1px solid #f7f7f7;
}

.button-list {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.button-list button {
  width: 48%;
}

.select-list {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.select-list select {
  width: 48%;
}

.third-select-list {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
.third-select-list select {
  width: 30%;
  margin-right: 10px;
  max-width: 140px;
}

button:disabled {
  background-color: #c6c6c6 !important;
  color: #fff !important;
  cursor: not-allowed !important;
}
button:disabled:hover {
  top: 0;
  box-shadow: none;
}

.button-style01 {
  background: #d37f3d;
  color: #fff;
  font-size: 1em;
  border: 0;
  box-shadow: none;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: 0.3s;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.button-style01.small {
  height: 30px;
  padding: 3px 0;
  font-size: 0.875rem;
  max-width: 90px;
}
.button-style01.medium {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .button-style01.medium {
    max-width: 100%;
  }
}
.button-style01.validate {
  height: 40px;
  padding: 0;
  max-width: 150px;
  margin-right: 10px;
  font-size: 0.875rem;
}
.button-style01.green700 {
  background-color: #45866a;
}
.button-style01.gray500 {
  background-color: #898989;
}
.button-style01.brown-700 {
  background-color: #796a55;
}
.button-style01.brown-500 {
  background-color: #c89f62;
}
.button-style01.danger {
  background-color: #ff0000;
}
.button-style01.gray {
  border: 1px solid #ebebee;
  color: #ebebee;
  background: none;
}
.button-style01:hover {
  top: -5px;
  box-shadow: 2px 2px 5px #c4c4c4;
}
@media (max-width: 1600px) {
  .button-style01 {
    padding: 10px 0;
    font-size: 1.1em;
  }
}
@media (max-width: 1366px) {
  .button-style01 {
    font-size: 1em;
  }
}

.button-style02 {
  background: none;
  border-radius: 4px;
  padding: 4px 30px;
  font-size: 1rem;
  border: 1px solid;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: 0.3s;
}
.button-style02.green-300 {
  border: 1px solid #464646;
  color: #464646;
}
.button-style02.green-700 {
  border-color: #45866a;
  color: #45866a;
}
.button-style02.small {
  padding: 4px 10px;
}
.button-style02.validate {
  height: 40px;
  padding: 0;
  max-width: 100px;
  font-size: 0.875rem;
  width: 100%;
}
.button-style02:hover {
  top: -3px;
  box-shadow: 2px 2px 5px #c4c4c4;
}
@media (max-width: 991.98px) {
  .button-style02 {
    font-size: 16px;
  }
}

.backBtn {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/common/back.png);
  background-size: 40px;
  padding-left: 85px;
  padding-right: 20px;
  color: #fff;
  border-radius: 32px;
  border: none;
  background-color: rgba(112, 112, 112, 0.5);
  background-position: left 30px center;
  transition: 0.3s;
  cursor: pointer;
  font-size: 1rem;
}
.backBtn:hover {
  background-position: left 20px center;
  background-color: rgba(112, 112, 112, 0.7);
}
.backBtn.center {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .backBtn {
    font-size: 0.875rem;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 85px;
    padding-right: 20px;
  }
}

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  display: flex;
  align-items: stretch;
  background: none;
  min-width: 200px;
  position: relative;
  cursor: pointer;
  transition: all linear 0.1s;
  right: 0;
  padding: 0;
}
.button .button-text {
  background-color: #000;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2rem;
  height: 100%;
  padding: 4px 30px;
  width: 100%;
}
.button:after {
  transition: all linear 0.2s;
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  width: 4px;
  background-color: #000;
  height: calc(100% - 2px);
  top: 1px;
}
.button:before {
  transition: all linear 0.2s;
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  width: 4px;
  background-color: #000;
  height: calc(100% - 2px);
  top: 1px;
}
.button:hover {
  right: -2px;
}
.button:hover:after {
  right: -23px;
}
.button:hover:before {
  right: -11px;
}

.floatButtons {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 200px;
  right: 20px;
  transition: 0.4s;
}
.floatButtons-item {
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: rgba(69, 135, 107, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.floatButtons-item.cart {
  background-image: url("/assets/images/common/icon/cart-fill-frame.png");
}
.floatButtons-item.inquery {
  background-image: url("/assets/images/common/icon/bag-fill.png");
}
.floatButtons-item.views {
  cursor: pointer;
  position: relative;
  background-image: url("/assets/images/common/icon/eye-fill.png");
}
.floatButtons-item.views:hover > .viewHistory {
  visibility: visible;
  opacity: 1;
}
.floatButtons-item.line {
  background-image: url("/assets/images/common/icon/line.png");
}
.floatButtons.scrolling {
  top: 50px;
}
@media (max-width: 768px) {
  .floatButtons {
    top: 200px;
    right: 10px;
  }
  .floatButtons-item {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  .floatButtons-item.pc-only {
    display: none;
  }
  .floatButtons.scrolling {
    top: 100px;
  }
}

.viewHistory {
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  width: 100px;
  position: absolute;
  top: 0px;
  right: 70px;
  background: rgba(69, 135, 107, 0.5);
  border-radius: 15px;
  padding: 10px;
}
.viewHistory-title {
  font-weight: bold;
  text-align: center;
}
.viewHistory-item {
  margin-bottom: 10px;
  display: flex;
  box-shadow: 2px 2px 3px #c6c6c6;
  width: 95%;
  margin-left: 2.5%;
  border-radius: 5px;
}
.viewHistory .viewHistoryInner {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
  padding: 5px;
}
.viewHistory:before {
  content: "";
  position: absolute;
  right: -11px;
  top: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent rgba(69, 135, 107, 0.5);
}

.tips {
  color: #d37f3d;
  margin-top: 10px;
  display: inline-block;
}
.tips:active, .tips:focus {
  color: #d37f3d;
}
.tips:hover {
  font-weight: bold;
  color: #d37f3d;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex-items-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex-grow {
  flex-grow: 1;
}

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

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

.pr-2 {
  padding-right: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.ml-1 {
  margin-left: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-4 {
  margin-bottom: 16px;
}

.mt-4 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 32px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-6 {
  margin-bottom: 24px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mb-70 {
  margin-bottom: 70px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.w-full {
  width: 100%;
  flex-grow: 1;
}

.help-block {
  color: #cb0000;
}

.has-error input[type=text],
.has-error input[type=password],
.has-error input[type=tel],
.has-error input[type=email] {
  border: #cb0000 1px solid;
}

.star {
  color: #cb0000;
}

.danger {
  color: #cb0000;
}

.normal {
  color: #00c472;
}

.share {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #898989;
  padding-top: 30px;
}
.share_title {
  font-size: 16px;
  color: #727171;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
.share_links a {
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 0;
  transition: 0.2s;
  cursor: pointer;
}
.share_links a:hover {
  top: -5px;
}
.share_links img {
  height: 20px;
  width: auto;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags.center {
  justify-content: center;
}
.tags_item {
  color: #d37f3d;
  border-radius: 5px;
  margin: 5px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;
}

.nodata {
  font-size: 1.125rem;
  font-weight: 700;
  color: #796a55;
  letter-spacing: 0.08em;
  text-align: center;
}

input[type=checkbox].primary:not(old) {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

input[type=checkbox].primary:not(old) + label {
  display: inline-block;
  padding-left: 37px;
  background: url("/assets/images/common/c_check0.png?1234567") no-repeat;
  background-size: 25px 25px;
  background-position: center left;
}

input[type=checkbox].primary.gray-700 + label {
  color: #727171;
  font-weight: 400;
}

input[type=checkbox].primary:not(old):checked + label {
  background: url("/assets/images/common/c_check1.png?2345") no-repeat;
  background-size: 25px 25px;
  background-position: center left;
}

input[type=radio].primary:not(old) {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

input[type=radio].primary:not(old) + label {
  display: inline-block;
  padding-left: 30px;
  background: url("/assets/images/common/radio0.png?1234567") no-repeat;
  background-size: 25px 25px;
  background-position: center left;
}

input[type=radio].primary:not(old):checked + label {
  background: url("/assets/images/common/radio1.png?2345") no-repeat;
  background-size: 25px 25px;
  background-position: center left;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .container-large {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*------------------------------------------------------------------
	header
------------------------------------------------------------------*/
@media (max-width: 1199.98px) {
  .scrolling .header {
    background-color: #ebebee;
  }
}
.header {
  color: #302d37;
  transition: 0.6s;
  position: relative;
  z-index: 200;
  margin: 0;
  width: 100%;
  top: 0;
  padding-right: 60px;
  padding-left: 60px;
  background-color: #ebebee;
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.25) inset;
}
.header .logo {
  transition: 0.6s;
}
.header .mobile-cart {
  display: none !important;
}
.header #num_rows {
  padding: 0 3px;
  position: absolute;
  background-color: #cb6210;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 0.75em;
  border-radius: 100%;
  text-align: center;
  right: 0px;
  top: calc(50% - 20px);
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .col-left {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .col-right {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
.header .menu-wrap {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 0;
}
.header .menu {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 20px 0;
}
.header .menu-logout {
  position: absolute;
  right: 30px;
  top: 25px;
  border: 0;
  text-align: center;
  color: #fff;
  background-color: #45866a;
  display: none;
}
.header .menu-item {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.header .menu-bottom,
.header .menu-side {
  display: none;
}
@media (min-width: 1200px) {
  .header .mobile-icon {
    display: none;
  }
  .header .menu-item:hover .menu-sec-wrap {
    visibility: visible;
    transform: translateY(100%) translateX(0);
    opacity: 1;
    will-change: transform;
  }
  .header .menu-sec-wrap .menu-sec-item:hover .has-submenu {
    background-color: #464646;
    color: #fff;
  }
  .header .menu-sec-wrap .menu-sec-item:hover .menu-third-wrap {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    transform: translateY(0) translateX(0);
  }
  .header .menu-sec-wrap .menu-sec-item:hover .menu-third-wrap .menu-sec-item {
    padding: 5px 0;
  }
  .header .menu-sec-wrap .menu-sec-item:hover .menu-third-wrap .menu-sec-item .menu-item-link {
    color: #45866a;
    font-weight: 500;
  }
  .header .menu-sec-wrap .menu-sec-item:hover .menu-third-wrap .menu-sec-item .menu-item-link:hover {
    color: #464646;
  }
  .header .menu-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    transition: 0.3s;
    font-weight: 500;
  }
  .header .menu-item:hover .menu-item-link {
    color: #796a55;
    font-weight: 700;
  }
  .header .menu-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 10px;
    transition: 0.3s;
  }
  .header .menu-sec-wrap {
    transition: 0.2s;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 20px;
    width: 200%;
    transform: translateY(95%) translateX(0);
    background: rgba(255, 255, 255, 0.8);
    padding: 9px;
  }
  .header .menu-sec-item {
    position: relative;
    margin: 5px 0;
  }
  .header .menu-third-wrap {
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    margin-left: 30px;
    width: 100%;
    top: -10px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(241, 239, 239, 0.95);
    border-left: 15px #45866a solid;
    z-index: 100000;
    transform: translateY(0) translateX(-50px);
  }
  .header .menu-sec-item-link {
    padding: 9px 0;
    display: block;
    text-align: center;
    transition: 0.3s;
  }
  .header .menu-sec-item-link:hover {
    color: #464646;
    font-weight: bold;
  }
}
.header .menu-button {
  display: none;
  flex-direction: column;
  align-items: center;
  z-index: 100;
  color: #898989;
  font-size: 0.875rem;
  cursor: pointer;
  z-index: 1000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 8px 10px;
  border: 0;
  position: relative;
}
.header .menu-button.is-opened {
  position: fixed;
}
.header .menu-button.is-opened span {
  display: none;
}
.header .menu-search {
  display: none;
  color: #464646;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  padding: 8px 10px;
  color: #898989;
}
@media (max-width: 1199.98px) {
  .header {
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.3s;
    position: fixed;
    top: 0;
  }
  .header .header-inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header .logo {
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
    width: 200px;
  }
  .header .mobile-icon {
    display: flex;
    position: absolute;
    right: 15px;
    align-items: center;
    z-index: 100;
  }
  .header .mobile-icon a {
    display: flex;
    align-items: center;
    padding: 8px;
  }
  .header .mobile-icon a img {
    height: 20px;
  }
  .header .menu-logout {
    display: block;
  }
  .header .computer-cart {
    display: none !important;
  }
  .header .mobile-cart {
    display: flex !important;
  }
  .header .col-right {
    display: block;
    padding-top: 2em;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    transform: translateY(-100%);
    transition: 0.3s;
    background: #f7f7f7;
    z-index: 100;
  }
  .header .menu {
    flex-direction: column;
    padding: 50px 90px;
    position: relative;
    overflow-y: auto;
    top: 70px;
    height: calc(100vh - 240px);
    justify-content: start;
  }
  .header .menu-side {
    display: none;
  }
  .header .menu-wrap {
    flex-direction: column;
    width: 100%;
  }
  .header .menu-item {
    width: 100%;
    flex-wrap: wrap;
    transform: translateX(-100%);
    transition: all ease-out 0.6s;
    opacity: 0;
    color: #464646;
    font-size: 1.125em;
    padding: 0;
  }
  .header #num_rows {
    background-color: #666666;
  }
  .header .menu-item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .header .menu-item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .header .menu-item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .header .menu-item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .header .menu-item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .header .menu-item:nth-child(6) {
    transition-delay: 0.6s;
  }
  .header .menu-item:nth-child(7) {
    transition-delay: 0.7s;
  }
  .header .menu-item:nth-child(8) {
    transition-delay: 0.8s;
  }
  .header .menu-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
  }
  .header .menu-item-link.active {
    color: #464646;
  }
  .header .menu-item-link i {
    transition: 0.3s;
  }
  .header .menu-item-link.active i {
    transform: rotate(180deg);
  }
  .header .menu-sec-wrap {
    position: relative;
    transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
    border-left: 1px solid #45866a;
    margin-left: 30px;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .header .menu-sec-wrap .menu-sec-item-link {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .menu-sec-item-link {
    color: #727171;
    display: flex;
    padding-left: 1em;
    line-height: 1.4;
  }
  .header .menu-sec-item-link.active {
    background: #cb6210;
  }
  .header .menu-sec-item-link:last-child {
    margin-bottom: 0;
  }
  .header .menu-third-wrap {
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header .menu-third-wrap .menu-sec-item {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .header .menu-third-wrap .menu-item-link {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 1.125rem;
    padding: 0;
  }
  .header .menu-third-wrap .menu-item-link:hover {
    color: #464646;
  }
  .header .menu-sec-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .header .col-right.is-opened {
    transform: translateY(0);
  }
  .header .col-right.is-opened ~ .backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .header .col-right.is-opened .menu-item {
    transform: translateX(0);
    opacity: 1;
  }
  .header .col-right.is-opened .menu-bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    background-color: #464646;
    width: 100%;
    flex-direction: row;
    align-items: center;
    padding-left: 90px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header .col-right.is-opened .menu-bottom-logo {
    width: 200px;
  }
  .header .col-right.is-opened .menu-bottom-social {
    width: 100%;
    display: flex;
    padding: 0 90px;
  }
  .header .col-right.is-opened .menu-bottom-social-link {
    display: block;
    margin: 0 10px;
  }
  .header .col-right.is-opened .menu-bottom-social-link img {
    width: 30px;
  }
  .header .col-right.is-opened .menu-bottom-links {
    width: 100%;
    padding: 18px 90px 25px 90px;
    display: flex;
    justify-content: flex-start;
    font-size: 1.125em;
    color: #302d37;
  }
  .header .col-right.is-opened .menu-bottom-links a {
    margin-right: 30px;
  }
  .header .menu-button {
    position: absolute;
    left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu-search {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .header .menu-button {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .header .menu {
    padding: 0 35px;
    top: 60px;
  }
  .header .menu-side {
    top: 100px;
  }
  .header .col-right.is-opened .menu-bottom {
    padding-left: 35px;
  }
  .header .col-right.is-opened .menu-bottom-social {
    padding: 0 35px;
  }
  .header .logo {
    width: 150px;
  }
}
@media (max-width: 640px) {
  .header .col-right.is-opened .menu-bottom-logo {
    width: 120px;
  }
  .header .col-right.is-opened .menu-bottom {
    flex-direction: column;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header .col-right.is-opened .menu-bottom-social {
    justify-content: center;
  }
}

.header-top {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f8eb;
}
.header-top-link {
  color: #727171;
  border: 1px solid #727171;
  border-radius: 10px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-left: 15px;
}
.header-top-link i {
  margin-right: 10px;
}
.header-top .is_mobile {
  display: none;
}
.header-top .header-top-inner {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1199.98px) {
  .header-top {
    padding: 0;
    background-color: #464646;
    z-index: 100;
    position: relative;
    position: fixed;
    width: 100%;
    bottom: 0;
    filter: drop-shadow(0px -2px 7px rgba(0, 0, 0, 0.25));
  }
  .header-top-link {
    flex-direction: column;
    width: 20%;
    margin: 0;
    border-radius: 0;
    border-right: 0;
    font-size: 0.875rem;
    color: #fff;
    border-color: #464646;
  }
  .header-top-link i {
    margin-right: 0;
    margin-bottom: 5px;
    font-size: large;
  }
  .header-top-link img {
    width: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199.98px) and (max-width: 640px) {
  .header-top-link {
    font-size: 0.875rem;
  }
  .header-top-link i {
    font-size: medium;
  }
  .header-top-link img {
    width: 15px;
  }
}
@media (max-width: 1199.98px) and (max-width: 375px) {
  .header-top-link {
    padding: 8px 5px;
  }
}
@media (max-width: 1199.98px) {
  .header-top .is_mobile {
    display: inline-flex;
  }
  .header-top .pc_only {
    display: none;
  }
  .header-top .header-top-inner {
    display: flex;
    align-items: flex-end;
  }
}
/*------------------------------------------------------------------
	header-end
------------------------------------------------------------------*/
/*-------index------------*/
.index-page {
  background-color: #ebebee;
}

.indexTitle {
  padding: 26px 60px 16px 60px;
  display: flex;
  align-items: flex-start;
  background: linear-gradient(178deg, #bbb 1.73%, rgba(255, 255, 255, 0) 95.59%);
  box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.25) inset;
}
.indexTitle-en {
  color: #464646;
  font-size: 2em;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 300;
}
.indexTitle-zh {
  font-size: 2rem;
  color: #4f4f4f;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  position: relative;
}
.indexTitle-zh span {
  z-index: 2;
  position: relative;
}
@media (max-width: 1199.98px) {
  .indexTitle-en {
    font-size: 1.85rem;
  }
  .indexTitle-zh {
    font-size: 1.85rem;
  }
}
@media (max-width: 768px) {
  .indexTitle {
    padding: 26px 30px 16px 30px;
    justify-content: center;
  }
  .indexTitle-en {
    font-size: 1.5em;
  }
  .indexTitle-zh {
    font-size: 1.5em;
  }
  .indexTitle-content {
    font-size: 1rem;
  }
}

.index-banner {
  width: 100%;
  padding-bottom: 33%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 60px solid #ebebee;
  border-right: 60px solid #ebebee;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 45px;
}
.index-banner .index-banner-title {
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(9, 9, 9, 0.43) 37.67%, rgba(53, 53, 53, 0) 96.81%);
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  width: calc(100% - 120px);
  font-size: 2.25rem;
  left: 60px;
  top: calc(50% - 50px);
  position: absolute;
  display: flex;
  align-items: center;
}
@media (max-width: 1365.98px) {
  .index-banner {
    height: calc(100vh - 128px);
    border-left: 30px solid #ebebee;
    border-right: 30px solid #ebebee;
  }
  .index-banner .index-banner-title {
    font-size: 1.7rem;
    width: calc(100% - 80px);
    left: 30px;
  }
}
@media (max-width: 991.98px) {
  .index-banner {
    height: calc(100vh - 22px);
    background-attachment: scroll;
    background-position: center;
  }
}

.index-service {
  display: flex;
  align-items: center;
  padding: 0 60px;
  margin-bottom: 45px;
}
.index-service.reverse {
  flex-direction: row-reverse;
}
.index-service .index-service-img {
  width: 55%;
  background-repeat: no-repeat;
  padding-bottom: 35%;
  background-size: cover;
}
.index-service .index-service-img img {
  width: 100%;
}
.index-service .index-service-img.revert {
  background-position: right;
}
.index-service .index-service-content {
  width: 45%;
  padding: 60px;
}
.index-service .index-service-content h2 {
  font-size: 2rem;
  font-weight: 500;
}
.index-service .index-service-content .text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  .index-service {
    flex-direction: column;
    padding: 0 30px;
  }
  .index-service.reverse {
    flex-direction: column;
  }
  .index-service .index-service-img {
    width: 100%;
    background-size: 100%;
    padding-bottom: 66%;
    background-attachment: scroll;
  }
  .index-service .index-service-content {
    width: 100%;
    padding: 50px 30px;
  }
}
@media (max-width: 640px) {
  .index-service .index-service-content {
    padding: 50px 0px;
  }
  .index-service .index-service-content h2 {
    font-size: 1.8rem;
  }
}

.index-about {
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f0f0f0;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("/assets/images/common/white.png");
}
.index-about h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}
.index-about-text {
  font-size: 1rem;
  max-width: 700px;
  text-align: center;
  line-height: 2;
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  .index-about {
    padding: 100px 30px;
  }
}
@media (max-width: 640px) {
  .index-about h2 {
    font-size: 2.5rem;
  }
}

.index-footer {
  width: 100%;
  display: flex;
}
.index-footer img {
  width: 100%;
}

/*------------------------------------------------------------------
	footer
------------------------------------------------------------------*/
.footer-top {
  background-color: #000;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px double #000;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-top .footer-top-left {
  padding-right: 60px;
}
.footer-top .footer-top-left .logo img {
  max-width: 150px;
}
.footer-top .footer-top-center {
  flex-grow: 1;
}
.footer-top .footer-top-center .links {
  display: flex;
  justify-content: start;
}
.footer-top .footer-top-center .links li {
  padding: 0 12px;
}
.footer-top .footer-top-center .links a {
  color: #fff;
}
.footer-top .footer-top-right p {
  color: #fff;
  font-size: 0.875rem;
}

@media (max-width: 1365.98px) {
  .footer-top {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer-top .footer-top-center {
    margin: 32px 0;
  }
  .footer-top .footer-top-center .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top .footer-top-center .links li {
    padding: 0 12px;
    margin-bottom: 10px;
  }
  .footer-top .footer-top-left {
    padding-right: 0px;
  }
}
.footer-bottom {
  background-color: #fff;
  height: 6px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.swiper-slide a img {
  width: 100%;
}

/*------------------------------------------------------------------
	footer end
------------------------------------------------------------------*/
.tagList {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0 0;
}
.tagList .tagItem {
  background-color: #898989;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 0.875em;
  font-weight: lighter;
  color: #fff;
  letter-spacing: 0.07em;
  margin-right: 5px;
  margin-bottom: 5px;
}

/******************************************************************
	Pages 頁面
*******************************************************************/
/*********************************
    共用區塊
**********************************/
.banner {
  background-color: #464646;
  padding: 10px 0;
}
.banner-title {
  color: #fff;
  font-size: 1.5rem;
  text-align: right;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .banner {
    padding: 5px 0;
    background-color: rgba(169, 194, 92, 0.8);
  }
  .banner-title {
    font-size: 1.2rem;
  }
}

.banner-img {
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 18%;
}
.banner-img:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
}
.banner-img .title {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 15px 0;
  z-index: 10;
  position: absolute;
  bottom: 0;
  letter-spacing: 0.1em;
  background-color: rgba(0, 0, 0, 0.2);
}
.banner-img .title p {
  color: #fff;
  letter-spacing: 0.05em;
  text-align: right;
}
@media (max-width: 1199.98px) {
  .banner-img .title {
    font-size: 1.5rem;
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .banner-img .title {
    font-size: 1.2rem;
    padding: 5px 0;
  }
}
@media (max-width: 640px) {
  .banner-img {
    padding-bottom: 22%;
  }
  .banner-img .title {
    font-size: 1.1rem;
    padding: 3px 0;
  }
}

.banner-ticket {
  margin-top: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center center;
}

.banner-only {
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 18%;
}

@media (max-width: 1199.98px) {
  .main {
    padding-top: 93px;
  }
}
@media (max-width: 768px) {
  .main {
    padding-top: 80px;
  }
}

.breabcrumb {
  display: flex;
  color: #796a55;
  padding-bottom: 40px;
  padding-top: 40px;
  flex-wrap: wrap;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .breabcrumb {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.breabcrumb li:not(:last-child) {
  margin-right: 10px;
}
.breabcrumb li {
  margin-left: 10px;
}
.breabcrumb li a {
  display: inline-flex;
}
.breabcrumb span,
.breabcrumb h1 {
  font-size: 0.875em;
  font-weight: 400;
}
.breabcrumb.right {
  justify-content: flex-end;
}
.breabcrumb.left {
  justify-content: flex-start;
}
.breabcrumb.center {
  justify-content: center;
}
@media (max-width: 768px) {
  .breabcrumb span,
  .breabcrumb h1 {
    font-size: 0.875em;
  }
  .breabcrumb li:not(:last-child) {
    margin-right: 8px;
  }
  .breabcrumb li {
    margin-left: 8px;
  }
}

.mainbody {
  display: flex;
}
@media (max-width: 1199.98px) {
  .mainbody {
    padding-top: 90px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .mainbody {
    padding-top: 82px;
    flex-direction: column;
  }
  .mainbody.theme {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.aside {
  width: 100%;
  flex-shrink: 0;
  position: sticky;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .aside {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

.aside-menu {
  display: flex;
  flex-direction: column;
  padding-top: 13px;
}
.aside-menu-item {
  color: #666666;
  font-size: 1.125em;
  margin: 13px 0;
  line-height: 1;
}
.aside-menu-item.current {
  border-left: 2px solid #d37f3d;
  padding-left: 16px;
  color: #d37f3d;
}

.mainbody-content {
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .mainbody-content {
    width: 100%;
  }
}

.search-text {
  font-size: 18px;
  font-weight: bold;
  color: rgb(138, 80, 34);
  text-align: center;
}

/*--------------------------------------------------------------------
S:   側選單 side menu
-------------------------------------------------------------------*/
.sidemenu {
  position: sticky;
  top: 50px;
}

.sidemenu-simple {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  border-bottom: 1px solid #c89f62;
  position: relative;
  /*--------------------------------------------------------------------
      第二層
  -------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
      第三層
  -------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
  手機預設收起選單
    -------------------------------------------------------------------*/
}
.sidemenu-simple .sidemenu-simple-body {
  margin: 10px 0;
  order: 3;
}
@media (min-width: 992px) {
  .sidemenu-simple .sidemenu-simple-body {
    display: none;
  }
}
.sidemenu-simple span.arrow {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
  z-index: 100;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/assets/images/common/caret-down.png");
}
.sidemenu-simple.open span.arrow {
  background-image: url("/assets/images/common/caret-up.png");
}
.sidemenu-simple .sidemenu-simple-title {
  order: 1;
  font-size: 1em;
  color: #796a55;
  line-height: 1.65;
  z-index: 10;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  width: calc(100% - 30px);
}
.sidemenu-simple .sidemenu-simple-title.small {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.sidemenu-simple .sidemenu-simple-title i {
  display: none;
  transition: 0.3s;
  color: #fff;
}
.sidemenu-simple .sidemenu-simple-title.open i {
  font-weight: normal;
  color: #fff;
  transform: rotate(180deg);
}
.sidemenu-simple .menu-item a,
.sidemenu-simple .menu-sec-item a,
.sidemenu-simple .menu-trd-item a {
  padding: 5px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #796a55;
  font-size: 1em;
  font-weight: 400;
}
.sidemenu-simple .menu-item i,
.sidemenu-simple .menu-sec-item i,
.sidemenu-simple .menu-trd-item i {
  transition: 0.3s;
  color: #fff;
  font-size: 14px;
}
.sidemenu-simple .menu-item.open > a i,
.sidemenu-simple .menu-sec-item.open > a i,
.sidemenu-simple .menu-trd-item.open > a i {
  font-weight: normal;
  color: #fff;
  transform: rotate(180deg);
}
.sidemenu-simple .menu-item {
  padding-left: 25px;
}
.sidemenu-simple .menu-item:hover a {
  color: #d37f3d;
}
.sidemenu-simple .menu-item.active a {
  color: #464646;
  font-weight: 500;
  margin-left: -20px;
}
.sidemenu-simple .menu-item.active a:before {
  content: "";
  background-image: url("/assets/images/common/icon.png");
  width: 17px;
  height: 24px;
  margin-left: -5px;
  margin-right: 10px;
}
.sidemenu-simple .menu-sec {
  background: #cb6210;
  display: none;
}
.sidemenu-simple .menu-sec-item a {
  padding: 15px 24px 15px 2.3em;
}
.sidemenu-simple .menu-trd {
  display: none;
  background: #d37f3d;
}
.sidemenu-simple .menu-trd-item a {
  padding: 15px 24px 15px 3.3em;
}
@media (max-width: 991.98px) {
  .sidemenu-simple {
    padding: 0;
    border-bottom: 0;
  }
  .sidemenu-simple .sidemenu-simple-body {
    order: 2;
    margin: 0;
  }
  .sidemenu-simple .search {
    order: 3;
  }
  .sidemenu-simple .sidemenu-simple-title {
    pointer-events: all;
    padding: 12px 24px;
    background-color: rgba(121, 106, 85, 0.1215686275);
    color: #796a55;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sidemenu-simple .sidemenu-simple-title:before {
    display: none;
  }
  .sidemenu-simple .sidemenu-simple-title i {
    display: block;
  }
  .sidemenu-simple span.arrow {
    right: 0px;
    z-index: 100;
    width: 50px;
  }
  .sidemenu-simple .menu-item {
    padding: 0 24px;
    background-color: #d9d7d5;
  }
  .sidemenu-simple .menu-item a {
    padding: 8px 0 8px 15px;
  }
  .sidemenu-simple .menu-item.active a {
    margin-left: 0px;
    color: #c89f62;
    font-weight: 700;
  }
  .sidemenu-simple .menu-item.active a:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .sidemenu-simple .sidemenu-simple-title {
    padding: 10px 24px;
    font-size: 16px;
  }
  .sidemenu-simple .menu-item a,
  .sidemenu-simple .menu-sec-item a,
  .sidemenu-simple .menu-trd-item a {
    font-size: 1em;
  }
}
@media (max-width: 991.98px) {
  .sidemenu-simple .sidemenu-simple-body {
    display: none;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .sidemenu-muti .sidemenu {
    display: block !important;
  }
  .sidemenu-muti .sidemenu-muti-title {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .sidemenu-muti .sidemenu {
    display: none;
  }
  .sidemenu-muti .sidemenu-muti-title {
    display: block;
    background-color: #c89f62;
    color: #fff;
    padding: 10px 20px 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: url("/assets/images/common/caret-left-fill-w.png");
    background-position: right 20px top 15px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .sidemenu-muti .sidemenu-muti-title.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.sidemenu-single {
  top: 50px;
  position: sticky;
}
.sidemenu-single .sidemenu-main-title {
  display: none;
}
.sidemenu-single .single-item {
  font-size: 1rem;
  font-weight: 700;
  color: #727171;
  padding: 10px 0;
}
.sidemenu-single .single-item a {
  padding: 5px 10px 5px 0px;
}
.sidemenu-single .single-item.active {
  color: #4f4f4f;
}
.sidemenu-single .single-item.active a {
  border-bottom: 3px double #4f4f4f;
}
.sidemenu-single .single-item:hover {
  color: #4f4f4f;
}
.sidemenu-single .single-item:hover a {
  border-bottom: 3px double #4f4f4f;
}
@media (min-width: 992px) {
  .sidemenu-single .sidemenu-single-body {
    display: flex !important;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .sidemenu-single .sidemenu-main-title {
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #727171;
    color: #727171;
    padding: 10px 20px 10px 20px;
    background-image: url("/assets/images/common/angle-down.png");
    background-position: right 20px top 20px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .sidemenu-single .sidemenu-main-title.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .sidemenu-single .sidemenu-single-body {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ebebee;
    display: none;
  }
  .sidemenu-single .single-item {
    width: 100%;
    padding: 10px 20px;
    color: #727171;
  }
  .sidemenu-single .single-item a {
    padding-left: 0px;
    width: 100%;
    display: block;
  }
  .sidemenu-single .single-item.active a {
    background: none;
  }
}

/*--------------------------------------------------------------------
		手機不顯示選單
    -------------------------------------------------------------------*/
.paginations-simple {
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination a {
  font-size: 0.9em;
  color: #302d37;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin: 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(201, 188, 156, 0.2);
}
.pagination a.active {
  background-color: #c89f62;
  color: #fff;
}

/*********************************
    共用區塊
**********************************/
/*********************************
    產品列表
**********************************/
.prolist {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.prolist-item {
  width: 33.3%;
  padding: 10px;
  margin-bottom: 40px;
}
.prolist-item.searchItem {
  width: 25%;
}
.prolist-item .price {
  display: flex;
  font-weight: 500;
}
.prolist-item .price-normal {
  color: #c89f62;
  margin-right: 10px;
  text-decoration: line-through;
}
.prolist-item .price-member {
  color: #b60000;
}
.prolist-item-preorder {
  width: 25%;
}
@media (max-width: 768px) {
  .prolist {
    margin-left: -5px;
    margin-right: -5px;
  }
  .prolist-item {
    width: 50%;
    padding: 5px;
  }
  .prolist-item.searchItem {
    width: 50%;
  }
}

.prolist-item-img {
  width: 100%;
  position: relative;
  display: flex;
  border: 0;
  transition: 0.4s;
  top: 0;
}
.prolist-item-img .img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
}
.prolist-item-img:after {
  content: "";
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  border-radius: 10px;
  bottom: 0;
  background: radial-gradient(69.61% 69.61% at 49.8% 40.39%, rgba(217, 217, 217, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
}
.prolist-item-img:hover {
  top: -5px;
}
.prolist-item-img:hover:after {
  opacity: 1;
}

.prolist-item-link {
  color: #302d37;
  font-size: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
}
.prolist-item-link .title {
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
}
@media (max-width: 640px) {
  .prolist-item-link {
    font-size: 0.875em;
  }
}

.prodetail {
  width: 100%;
  display: flex;
  position: relative;
  align-items: start;
  margin-bottom: 100px;
}
@media (max-width: 1500px) {
  .prodetail {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .prodetail {
    flex-wrap: wrap;
  }
}

.prodetail-img {
  width: 430px;
}
.prodetail-img .img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
}
.prodetail-img .proImgSlider-thumb {
  padding-bottom: 10px;
}
.prodetail-img .proImgSlider-thumb .swiper-slide {
  opacity: 0.4;
  display: flex;
}
.prodetail-img .proImgSlider-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: 2px 2px 8px #999;
}
@media (max-width: 1280px) {
  .prodetail-img {
    width: 370px;
  }
}
@media (max-width: 1365.98px) {
  .prodetail-img {
    width: 450px;
  }
}
@media (max-width: 991.98px) {
  .prodetail-img {
    width: 100%;
  }
}

.proImgSlider {
  margin-bottom: 10px;
}

.prodetail-info {
  padding-left: 40px;
  flex-grow: 1;
}
.prodetail-info-content .id {
  color: #dba561;
  font-size: 0.875em;
  font-weight: 500;
}
.prodetail-info-content .title {
  color: #302d37;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  line-height: 1.4;
}
.prodetail-info-content .price {
  display: flex;
  font-size: 1.15rem;
  flex-wrap: wrap;
}
.prodetail-info-content .price-normal {
  color: #c89f62;
  margin-right: 10px;
  text-decoration: line-through;
  font-weight: 500;
}
.prodetail-info-content .price-member {
  color: #b60000;
  font-weight: 500;
}
.prodetail-info-content .content {
  color: rgba(112, 112, 112, 0.8);
  font-size: 1.1em;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .prodetail-info {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .prodetail-info-content .title {
    font-size: 1.25rem;
  }
  .prodetail-info-content .price {
    font-size: 1rem;
  }
}

.prodetail-info-content .status {
  padding-top: 20px;
  margin-bottom: 10px;
}
.prodetail-info-content .status .infoBox {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.prodetail-info-content .status .infoBox-title {
  width: 96px;
  margin-right: 25px;
  font-size: 1em;
  color: #ebebee;
  flex-shrink: 0;
}
.prodetail-info-content .status .infoBox-content {
  flex-grow: 1;
}
.prodetail-info-content .status .stock {
  color: #c89f62;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 1;
}
.prodetail-info-content .status-item {
  font-size: 1.1em;
  line-height: 1.2;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
  margin-right: 25px;
  margin-bottom: 10px;
}
.prodetail-info-content .status-item.true {
  background-image: url(/assets/images/common/sale_y.png);
  color: #d37f3d;
}
.prodetail-info-content .status-item.false {
  background-image: url(/assets/images/common/sale_n.png);
  color: rgba(112, 112, 112, 0.5);
}
@media (max-width: 1366px) {
  .prodetail-info-content .status .infoBox-title {
    font-size: 1em;
  }
  .prodetail-info-content .status-item {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .prodetail-info-content .status .infoBox-title {
    width: 80px;
  }
}

.discount {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
}
.discount.mt25 {
  margin-top: 25px;
}
.discount-title {
  width: 90px;
  margin-right: 25px;
  font-size: 0.875em;
  color: #ebebee;
  line-height: 1;
  background-color: #d8d7d7;
  padding: 8px;
  flex-shrink: 0;
  text-align: center;
  font-weight: 500;
  margin-top: 2px;
}
.discount-content {
  font-size: 1em;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.discount-content p {
  color: #b60000;
  line-height: 2;
}
@media (max-width: 640px) {
  .discount-title {
    margin-right: 15px;
  }
  .discount-content {
    font-size: 0.875rem;
  }
}

.freeze-text {
  color: #11b8ff;
  font-size: 0.85rem;
  font-weight: 500;
  background-image: url("/assets/images/common/snow.png");
  background-size: 15px;
  background-position: center left;
  padding-left: 20px;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.shipInfo {
  background-color: rgba(217, 217, 217, 0.5);
  padding: 15px 30px;
  border-radius: 5px;
  margin-top: 20px;
}
.shipInfo-title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
.shipInfo-content {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 640px) {
  .shipInfo-title {
    font-size: 0.875rem;
  }
  .shipInfo-content {
    font-size: 0.875rem;
  }
}

.proDeatail-title {
  color: #b6b6b6;
  position: relative;
  font-size: 1.25rem;
  padding-left: 20px;
  margin-bottom: 20px;
}
.proDeatail-title.active {
  color: #000;
}
.proDeatail-title:before {
  content: "";
  background-color: #d9d9d9;
  width: 7px;
  height: 23px;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (max-width: 640px) {
  .proDeatail-title {
    font-size: 1rem;
    padding-left: 15px;
  }
  .proDeatail-title:before {
    height: 18px;
    top: 6px;
  }
}

.addOn {
  padding: 30px;
  background-color: rgba(217, 217, 217, 0.2);
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .addOn {
    padding: 15px;
  }
}

.addOnPro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addOnPro-item {
  width: 48%;
  background-color: #fff;
  border: 1px solid rgba(137, 137, 137, 0.2);
  border-radius: 5px;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.addOnPro-item-img {
  width: 77px;
  border-radius: 5px;
}
.addOnPro-item-content {
  flex-grow: 1;
  padding: 0 10px;
  width: 55%;
}
.addOnPro-item-content .title {
  font-size: 0.875rem;
}
.addOnPro-item-content .option {
  font-size: 0.875rem;
  color: #898989;
}
.addOnPro-item-content .price {
  font-size: 1rem;
}
.addOnPro-item.active {
  border: 1px solid #45866a;
}
.addOnPro-item.active .addon-button {
  background-color: #45866a;
}
.addOnPro-item.active .addon-button:hover {
  top: 0;
  box-shadow: none;
}
@media (max-width: 768px) {
  .addOnPro-item {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .addOnPro-item {
    padding: 10px;
  }
  .addOnPro-item-content {
    padding: 0 10px;
  }
  .addOnPro-item-content .price {
    font-size: 0.875rem;
  }
  .addOnPro-item-img {
    width: 60px;
  }
}

.proDetail-tab {
  display: flex;
}
.proDetail-tab-item {
  margin-right: 40px;
}
.proDetail-tab-item .proDeatail-title {
  cursor: pointer;
}
.proDetail-tab-item .proDeatail-title.active {
  font-weight: 700;
}
@media (max-width: 640px) {
  .proDetail-tab-item {
    margin-right: 30px;
  }
}
@media (max-width: 414px) {
  .proDetail-tab-item {
    margin-right: 20px;
  }
}

.proDetail-article {
  border: 1px solid #d9d9d9;
  padding: 30px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.proDetail-article-item {
  display: none;
}
.proDetail-article-item.active {
  display: block;
}

/*********************************
    預購 計畫支持
**********************************/
.preOrderSection {
  margin-top: 1rem;
  border-radius: 15px;
  background: #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
}
.preOrderSection-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1rem;
}
.preOrderSection-title p {
  color: #45866a;
}
.preOrderSection-title p.percent {
  font-size: 1.5rem;
}
.preOrderSection .g-container {
  width: 100%;
  height: 25px;
  border-radius: 25px;
  margin-bottom: 0.55rem;
  margin-top: 0.5rem;
  background-color: rgba(69, 134, 106, 0.2);
}
.preOrderSection .g-progress {
  height: inherit;
  border-radius: 25px;
  background-color: #45866a;
}
.preOrderSection .date {
  color: #000;
  font-weight: bold;
  font-size: 0.875rem;
}

/*********************************
    第二個購物車
**********************************/
.addToCart {
  padding: 30px 30px 60px 30px;
  background-color: rgba(217, 217, 217, 0.2);
  margin-bottom: 80px;
  border-radius: 5px;
}
.addToCart .select-list {
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.addToCart .select-list .select-list-spec {
  margin-right: 20px;
  flex-grow: 1;
}
.addToCart .select-list .select-list-number {
  max-width: 200px;
}
.addToCart .button-list {
  max-width: 400px;
  width: 100%;
}
.addToCart .freeze-text {
  float: right;
}
@media (max-width: 414px) {
  .addToCart .select-list {
    flex-direction: column;
  }
  .addToCart .select-list .select-list-number {
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
  }
  .addToCart .select-list .select-list-spec {
    width: 100%;
    margin-right: 0;
  }
}

/*********************************
    你可能會喜歡的產品列表
**********************************/
.like-slider {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
@media (max-width: 414px) {
  .like-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.swiper-button-prev {
  color: #898989;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: rgba(137, 137, 137, 0.4);
  top: 50%;
  left: 0;
}
@media (max-width: 414px) {
  .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next {
  color: #898989;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: rgba(137, 137, 137, 0.4);
  top: 50%;
  right: 0;
}
@media (max-width: 414px) {
  .swiper-button-next {
    display: none;
  }
}

.likePro {
  display: flex;
  align-items: stretch;
}
.likePro-item {
  padding: 10px;
  margin-bottom: 40px;
  border: 1px solid #898989;
  border-radius: 5px;
}
.likePro-item .title {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.likePro-item .price {
  display: flex;
  font-weight: 500;
  flex-direction: column;
  font-size: 0.875rem;
}
.likePro-item .price-normal {
  color: #c89f62;
  margin-right: 10px;
  text-decoration: line-through;
}
.likePro-item .price-member {
  color: #b60000;
}

.likePro-item-img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  border-radius: 5px;
  transition: 0.4s;
  top: 0;
}
.likePro-item-img:hover {
  top: -5px;
}
.likePro-item-img:hover:after {
  opacity: 1;
}

.likePro-item-link {
  color: #302d37;
  font-size: 1em;
  position: relative;
  display: flex;
  flex-direction: column;
}
.likePro-item-link .title {
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .likePro-item-link {
    font-size: 1em;
  }
}

.procontent {
  margin-top: 70px;
  padding-left: 60px;
  padding-right: 60px;
}
.procontent .title {
  font-size: 1.5em;
  color: #ebebee;
  border-bottom: 1px solid #ebebee;
  padding: 20px 0;
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .procontent {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  .procontent .title {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .procontent {
    margin-top: 40px;
  }
  .procontent .title {
    font-size: 1.1em;
  }
}

.news {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  max-width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 382px);
}
@media (max-width: 991.98px) {
  .news {
    flex-direction: column;
    padding: 30px;
  }
}

.newslist {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.newslist-item {
  width: 100%;
  margin-bottom: 16px;
}
.newslist-item-index {
  width: 25%;
}
@media (max-width: 1199.98px) {
  .newslist {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .newslist-item {
    padding: 5px;
  }
  .newslist-item .content {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 414px) {
  .newslist-item {
    width: 100%;
  }
}

.newslist-index {
  padding-top: 40px;
}

.newslist-item-Wrap {
  border: 1px solid #4f4f4f;
  transition: 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: #fff;
}
@media (max-width: 640px) {
  .newslist-item-Wrap {
    flex-direction: column;
    padding: 16px;
  }
}

.newslist-item-img {
  width: 100%;
  position: relative;
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 66%;
}

.newslist-item-view {
  background-color: #4f4f4f;
  color: #fff;
  padding: 10px 30px;
  font-size: 1rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: 0.4s;
}
.newslist-item-view:hover {
  color: #fff;
  box-shadow: 5px 4px 0px #898989;
  transform: translateY(-5px);
}
@media (max-width: 640px) {
  .newslist-item-view {
    width: 100%;
    text-align: center;
  }
}

.newslist-item-content {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 120px);
}
.newslist-item-content .date {
  font-size: 0.875rem;
  font-weight: 700;
  color: #898989;
  border-left: 10px solid #898989;
  line-height: 1;
  padding: 0 8px;
}
.newslist-item-content .content {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 24px;
  line-height: 24px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #898989;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .newslist-item-content .content {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 22px;
    line-height: 22px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 640px) {
  .newslist-item-content {
    width: 100%;
    padding-bottom: 0;
  }
}

.newslist-item-link {
  width: 100%;
}
.newslist-item-link .title {
  color: #4f4f4f;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin: 16px 0;
}
@media (max-width: 768px) {
  .newslist-item-link .title {
    font-size: 1rem;
  }
}

.newsDetail {
  border: 1px solid #464646;
  padding: 60px;
  width: calc(100% - 120px);
  max-width: 1000px;
  margin: 0 auto;
}
.newsDetail .text-editor-block * {
  letter-spacing: 0.03em !important;
  line-height: 2;
}
.newsDetail .newsDetail-Mcp {
  width: 100%;
  padding: 30px 0 30px 0;
}
@media (max-width: 991.98px) {
  .newsDetail {
    width: 100%;
    padding: 30px;
    margin: 0 auto 30px auto;
  }
}
@media (max-width: 640px) {
  .newsDetail .text-editor-block * {
    line-height: 1.7;
  }
}
@media (max-width: 375px) {
  .newsDetail {
    padding: 20px;
  }
}

.newsDetail-titleWrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.newsDetail-titleWrap .title {
  width: 100%;
  padding-bottom: 3px;
  display: flex;
  flex-direction: column;
}
.newsDetail-titleWrap .title .dateWrap {
  position: relative;
}
.newsDetail-titleWrap .title .dateWrap .date {
  font-size: 0.875rem;
  font-weight: 300;
  color: #898989;
  background-color: #fafafa;
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-right: 30px;
  letter-spacing: 0.03em;
}
.newsDetail-titleWrap .title .dateWrap:before {
  content: "";
  background-color: #898989;
  height: 1px;
  left: 0;
  top: 0;
  width: 70px;
  display: block;
  margin-bottom: 10px;
}
.newsDetail-titleWrap .title .mainTitle {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #727171;
}
.newsDetail-titleWrap .share {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .newsDetail-titleWrap {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .newsDetail-titleWrap .title .mainTitle {
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------*/
.tipslist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
}
.tipslist .tips-item {
  width: calc(25% - 20px);
  margin: 0 10px 60px 10px;
  padding: 15px;
  border: 1px solid rgba(112, 112, 112, 0.5);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  top: 0;
  transition: 0.2s;
}
.tipslist .tips-item:hover {
  top: -5px;
  box-shadow: 2px 2px 15px rgb(196, 192, 192);
}
.tipslist .tips-item .content {
  color: #ebebee;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
}
@media (max-width: 768px) {
  .tipslist .tips-item {
    width: calc(50% - 20px);
  }
  .tipslist .tips-item .content {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .tipslist {
    margin-left: -5px;
    margin-right: -5px;
  }
  .tipslist .tips-item {
    padding: 10px;
    width: calc(100% - 10px);
    margin: 0 5px 40px 5px;
  }
  .tipslist .tips-item .content {
    font-size: 18px;
    margin: 5px 0;
  }
}

.tipdetail-page .tip-title {
  text-align: center;
  font-size: 36px;
  color: rgba(48, 45, 55, 0.7);
  margin-bottom: 20px;
}
.tipdetail-page .mainbody {
  background-color: #fff;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .tipdetail-page .tip-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .tipdetail-page .tip-title {
    font-size: 24px;
  }
}

.tipdetail-top {
  position: relative;
  padding: 40px 0;
}
.tipdetail-top .breabcrumb {
  margin-bottom: 20px;
}
.tipdetail-top:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: rgba(48, 45, 55, 0.7);
  top: 85%;
  left: 50%;
  z-index: 100;
}
@media (max-width: 768px) {
  .tipdetail-top {
    padding: 20px 0;
  }
  .tipdetail-top:before {
    height: 50px;
    top: 90%;
  }
}

.tipdetail {
  background-color: #fff;
  padding: 60px 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/*------------------------------------------------------------------
    網頁設計頁面
------------------------------------------------------------------*/
.web-service {
  display: flex;
  flex-wrap: wrap;
}
.web-service-item {
  width: 50%;
  padding: 60px 100px 60px 60px;
}
.web-service-item:first-child {
  background: linear-gradient(282deg, #dddcdc 0%, rgba(255, 255, 255, 0) 100%);
}
.web-service-item:last-child {
  background: linear-gradient(102deg, #dddcdc 0%, rgba(255, 255, 255, 0) 100%);
}
.web-service-item .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.web-service-item .content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.web-service-item .content-img {
  height: 116px;
  width: auto;
}
.web-service-item .content-text {
  font-size: 1rem;
}
@media (max-width: 1199.98px) {
  .web-service-item {
    width: 100%;
  }
  .web-service-item:first-child {
    background: #fff;
  }
  .web-service-item:nth-child(2) {
    background: linear-gradient(102deg, #dddcdc 0%, rgba(255, 255, 255, 0) 100%);
  }
  .web-service-item:last-child {
    background: linear-gradient(282deg, #dddcdc 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (max-width: 991.98px) {
  .web-service-item {
    padding: 50px 30px 60px 30px;
  }
}
@media (max-width: 640px) {
  .web-service-item .title {
    text-align: center;
  }
  .web-service-item .content {
    flex-direction: column;
    align-items: center;
  }
}

.web-works {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 60px;
  background-color: rgba(255, 255, 255, 0.5);
}
.web-works .angle {
  width: 60px;
  height: 26px;
  background-repeat: repeat-x;
  background-image: url("/assets/images/common/angle.png");
  margin-right: 50px;
}
@media (max-width: 640px) {
  .web-works {
    align-items: flex-end;
    flex-direction: column;
  }
  .web-works .angle {
    width: 48px;
    margin-right: 0;
    margin-bottom: 15px;
    background-size: 16px;
  }
}

.web-about {
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-size: cover;
  background-image: url("/assets/images/common/white.png");
}
.web-about h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
.web-about-text {
  font-size: 1rem;
  max-width: 700px;
  text-align: center;
  line-height: 2;
  margin: 30px 0 50px 0;
}
@media (max-width: 991.98px) {
  .web-about {
    padding: 100px 30px;
  }
}
@media (max-width: 640px) {
  .web-about h2 {
    font-size: 1.8rem;
  }
}

.web_banner {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
  height: 350px;
  width: 100%;
}

.works-intro {
  padding: 60px;
}
.works-intro-title {
  font-size: 1.8rem;
  font-weight: 700;
}
.works-intro-content {
  font-size: 1rem;
  font-weight: 500;
  margin: 30px 0;
}
.works-intro:after {
  content: "";
  display: block;
  width: 50%;
  max-width: 500px;
  background-color: #000;
  height: 1px;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .works-intro {
    padding: 30px;
  }
}

.works {
  padding: 0 60px;
}
@media (max-width: 991.98px) {
  .works {
    padding: 0 30px;
  }
}

.workslist {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.workslist-item {
  width: 25%;
  padding: 10px;
  margin-bottom: 40px;
}
.workslist-item-index {
  width: 25%;
}
@media (max-width: 1365.98px) {
  .workslist-item {
    width: 33.3%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .workslist {
    width: 100%;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 768px) {
  .workslist-item {
    padding: 5px;
  }
  .workslist-item .content {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 640px) {
  .workslist-item {
    width: 50%;
  }
}
@media (max-width: 414px) {
  .workslist-item {
    width: 100%;
  }
}

.workslist-index {
  padding-top: 40px;
}

.workslist-item-Wrap {
  border: 1px solid #4f4f4f;
  transition: 0.4s;
}
.workslist-item-Wrap:hover {
  box-shadow: 5px 4px 0px #4f4f4f;
  transform: translateY(-5px);
}

.workslist-item-img {
  width: 100%;
  position: relative;
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 66%;
}

.workslist-item-content {
  padding: 15px 20px;
  background-color: #fff;
}

.workslist-item-link .title {
  color: #4f4f4f;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media (max-width: 768px) {
  .workslist-item-link .title {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------------
    商用軟體 software
------------------------------------------------------------------*/
.software {
  background-attachment: fixed;
  background-size: cover;
  background-image: url("/assets/images/common/white.png");
  box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.25) inset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
}
.software-intro {
  padding-right: 120px;
}
.software-intro h2 {
  font-size: 1.85rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.software-intro p {
  font-size: 1rem;
  font-weight: 500;
  max-width: 680px;
}
.software-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.software-list li {
  border: 1px solid #000;
  padding: 10px 30px;
  font-size: 1.125rem;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  transition: all linear 0.2s;
}
.software-list li:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  top: -4px;
}
.software-list a {
  margin-right: 16px;
}
@media (max-width: 991.98px) {
  .software {
    padding: 60px 30px;
  }
  .software-intro {
    padding-right: 0px;
  }
  .software-list {
    padding-right: 0px;
    margin-bottom: 0px;
  }
  .software-list li {
    font-size: 1rem;
    padding: 8px 16px;
  }
}
@media (max-width: 640px) {
  .software-list li {
    width: 100%;
    text-align: center;
  }
}

.software-content {
  padding: 100px 60px 60px 60px;
  display: flex;
}
.software-content-img {
  width: 45%;
}
.software-content-img img {
  width: 100%;
}
.software-content-intro {
  width: 55%;
  padding: 0 90px;
}
.software-content-intro .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .software-content-intro {
    padding: 0 0 0 60px;
  }
}
@media (max-width: 991.98px) {
  .software-content {
    flex-direction: column;
    padding: 80px 30px;
  }
  .software-content-img {
    width: 100%;
  }
  .software-content-intro {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .software-content-intro .title {
    font-size: 1.85rem;
  }
}

/*------------------------------------------------------------------
	相簿 album
------------------------------------------------------------------*/
.album-cat {
  max-width: 400px;
  margin: 50px auto 10px auto;
}

.albumList {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding: 60px 0 30px 0;
  flex-wrap: wrap;
}
.albumList.albumin {
  margin-left: -5px;
  margin-right: -5px;
}
.albumList-item {
  width: 25%;
  display: flex;
  padding: 0 10px;
  margin-bottom: 30px;
}
.albumList-item.albumin {
  width: 20%;
  border-radius: 5px;
  padding: 0 5px;
  margin-bottom: 20px;
}
.albumList-item.albumin .albumWrap:hover {
  transform: translateY(0px);
}
.albumList-item .albumWrap {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 10px;
}
.albumList-item .albumWrap:hover {
  transform: translateY(-15px);
}
.albumList-item .albumWrap:hover .albumWrap-img {
  transform: scale(1.1, 1.1);
}
@media (max-width: 1199.98px) {
  .albumList-item {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .albumList {
    margin-left: -5px;
    margin-right: -5px;
    padding: 30px 0 30px 0;
  }
  .albumList-item {
    width: 50%;
    padding: 0 5px;
  }
  .albumList-item.albumin {
    width: 33.3%;
  }
}
@media (max-width: 414px) {
  .albumList-item {
    width: 100%;
  }
  .albumList-item.albumin {
    width: 50%;
  }
}

.albumWrap-img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  border-radius: 10px;
  transition: 0.4s;
}

.albumWrap-title {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px;
}
.albumWrap-title .title {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.09em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .albumWrap-title {
    padding: 10px 20px;
  }
  .albumWrap-title .title {
    font-size: 1rem;
  }
}

.albumWrap-member {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 3px 15px;
}
.albumWrap-member .member-title {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #796a55;
}

.albumTitle {
  border-top: 1px solid #c89f62;
  border-bottom: 1px solid #c89f62;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.albumTitle .title {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  color: #796a55;
  font-weight: 700;
  padding-right: 30px;
  margin: 10px 0;
}
.albumTitle .albumMember {
  border-radius: 15px;
  display: inline-flex;
  background-color: #fff;
  padding: 3px 15px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #796a55;
  background-color: #c89f62;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .albumTitle .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .albumTitle {
    flex-direction: column;
  }
  .albumTitle .title {
    padding-right: 0;
  }
  .albumTitle .albumMember {
    margin-bottom: 15px;
  }
}

.videoList {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding: 60px 0 30px 0;
  flex-wrap: wrap;
}
.videoList-item {
  width: 33.3%;
  padding: 0 10px;
  margin-bottom: 60px;
}
.videoList-item .videobox {
  position: relative;
  padding-bottom: 56.2%;
  margin-bottom: 3%;
  height: 0;
  width: 100%;
}
.videoList-item .videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.videoList-item .title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #c89f62;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.05em;
}
.videoList-item .title:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #c89f62;
  margin: 10px 0;
}
.videoList-item .member {
  font-size: 0.875rem;
  font-weight: 500;
  color: #898989;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
}
@media (max-width: 991.98px) {
  .videoList-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .videoList {
    margin-left: -5px;
    margin-right: -5px;
  }
  .videoList-item {
    padding: 0 5px;
    margin-bottom: 40px;
  }
  .videoList-item .title {
    font-size: 1rem;
  }
}
@media (max-width: 414px) {
  .videoList-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .videoList-item .title:after {
    margin: 7px 0;
  }
}

/*------------------------------------------------------------------
	相簿 album - end
------------------------------------------------------------------*/
/*------------------------------------------------------------------
	部落格 blog
------------------------------------------------------------------*/
.bloglist {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.bloglist-item {
  width: 33.3%;
  padding: 10px;
  margin-bottom: 40px;
}
.bloglist-item-index {
  width: 25%;
}
@media (max-width: 991.98px) {
  .bloglist-item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .bloglist {
    margin-left: -5px;
    margin-right: -5px;
  }
  .bloglist-item {
    padding: 5px;
  }
  .bloglist-item .content {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .bloglist-item {
    width: 100%;
  }
}

.bloglist-index {
  padding-top: 40px;
}

.bloglist-item-Wrap {
  transition: 0.4s;
  border-radius: 10px;
}
.bloglist-item-Wrap:hover {
  box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}

.bloglist-item-img {
  width: 100%;
  position: relative;
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 66%;
  border-radius: 5px;
}

.bloglist-item-content {
  padding: 15px 20px 20px 20px;
}
.bloglist-item-content .date {
  font-size: 0.875rem;
  font-weight: 700;
  color: #dba561;
}
.bloglist-item-content .content {
  width: 100%;
  font-size: 0.875rem;
  color: #796a55;
  font-weight: 400;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 96px;
  line-height: 24px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .bloglist-item-content .content {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 88px;
    line-height: 22px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.bloglist-item-link .title {
  width: 100%;
  flex-direction: column;
  display: flex;
}
.bloglist-item-link .title p {
  color: #796a55;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.bloglist-item-link .title:after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #dba561;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .bloglist-item-link .title p {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------------
	部落格 blog -end
------------------------------------------------------------------*/
/*------------------------------------------------------------------
	報名系統 activity
------------------------------------------------------------------*/
.activitylist {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.activitylist-item {
  width: 25%;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
.activitylist-item-index {
  width: 25%;
}
.activitylist-item.disable .activitylist-item-Wrap:after {
  content: "活動已結束";
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  position: absolute;
  border-radius: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.activitylist-item.disable .activitylist-item-Wrap:hover {
  transform: none;
}
@media (max-width: 991.98px) {
  .activitylist-item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .activitylist-item .content {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .activitylist-item {
    width: 100%;
  }
}

.activitylist-index {
  padding-top: 40px;
}

.activitylist-item-Wrap {
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  transition: 0.4s;
  position: relative;
}
.activitylist-item-Wrap:hover {
  transform: translateY(-10px);
}

.activitylist-item-img {
  width: 100%;
  position: relative;
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 66%;
}

.activitylist-item-content {
  padding: 15px 20px;
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.activitylist-item-content .date {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(137, 137, 137, 0.5);
}

.activitylist-item-link .title {
  color: #727171;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 56px;
  line-height: 28px;
  -webkit-line-clamp: 2;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .activitylist-item-link .title {
    font-size: 1rem;
  }
}

/*------------------------------------------------------------------
	報名系統 activity-end
------------------------------------------------------------------*/
/*------------------------------------------------------------------
	品牌故事 about
------------------------------------------------------------------*/
.about_banner {
  height: 400px;
  width: 100%;
  background-image: url(/assets/images/common/about_banner.png);
  background-size: cover;
  font-size: 64px;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 6.72px;
}
@media (max-width: 991.98px) {
  .about_banner {
    font-size: 52px;
  }
}
@media (max-width: 640px) {
  .about_banner {
    font-size: 40px;
    height: 300px;
  }
}

.aboutBox {
  padding: 80px 60px;
  display: flex;
  align-items: center;
}
.aboutBox_left {
  width: 50%;
  flex-shrink: 0;
}
.aboutBox_right {
  width: 50%;
  flex-shrink: 0;
}
.aboutBox_right img {
  max-width: 525px;
  width: 80%;
  box-shadow: 13px -13px 0px 0px #000;
}
@media (max-width: 991.98px) {
  .aboutBox {
    padding: 60px 30px;
    flex-direction: column;
  }
  .aboutBox_left {
    width: 100%;
    flex-shrink: 0;
  }
  .aboutBox_right {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: none;
  }
}

.aboutTitle {
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.aboutTitle.center {
  align-items: center;
}
.aboutTitle:after {
  content: "";
  margin-top: 32px;
  width: 100px;
  background-color: #000;
  height: 1px;
  display: block;
}
@media (max-width: 991.98px) {
  .aboutTitle {
    font-size: 1.5rem;
  }
}

.aboutText {
  width: 100%;
  max-width: 450px;
  line-height: 190%;
  padding: 0 30px;
}
.aboutText.center {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991.98px) {
  .aboutText {
    max-width: 100%;
    padding: 0;
  }
}

.aboutContent {
  padding: 0 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
}
.aboutContent.left {
  justify-content: start;
}
@media (max-width: 991.98px) {
  .aboutContent {
    padding: 0 30px;
    flex-direction: column;
  }
}

.aboutBox01 {
  padding: 60px 60px 70px 60px;
}
.aboutBox01_title {
  font-size: 2rem;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 3.78px;
  line-height: 167.3%;
}
.aboutBox01_title:after {
  display: flex;
  content: "";
  width: 100px;
  background-color: #000;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 36px;
}
.aboutBox01_content {
  font-size: 1rem;
  color: #000;
  width: 100%;
  max-width: 470px;
  text-align: justify;
}
.aboutBox01.style01 {
  border: 1px solid #000;
  width: 55%;
}
.aboutBox01.style01 .aboutBox01_title {
  color: #000;
}
.aboutBox01.style01 .aboutBox01_title:after {
  background-color: #000;
}
.aboutBox01.style01 .aboutBox01_content {
  color: #000;
}
@media (max-width: 991.98px) {
  .aboutBox01.style01 {
    width: 100%;
    margin-top: 60px;
  }
}
.aboutBox01.style02 {
  margin-top: 300px;
  width: 55%;
  margin-left: -100px;
  background: rgba(0, 0, 0, 0.8);
}
.aboutBox01.style02 .aboutBox01_title {
  color: #fff;
}
.aboutBox01.style02 .aboutBox01_title:after {
  background-color: #fff;
}
.aboutBox01.style02 .aboutBox01_content {
  color: #fff;
}
@media (max-width: 1365.98px) {
  .aboutBox01.style02 {
    margin-left: -50px;
  }
}
@media (max-width: 991.98px) {
  .aboutBox01.style02 {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.aboutBox01.style03 {
  background: rgba(217, 217, 217, 0.8);
  padding: 70px 60px 80px 60px;
  width: 55%;
  margin-top: -30px;
}
.aboutBox01.style03 .aboutBox01_title {
  color: #000;
}
.aboutBox01.style03 .aboutBox01_title:after {
  background-color: #000;
}
.aboutBox01.style03 .aboutBox01_content {
  color: #000;
}
@media (max-width: 991.98px) {
  .aboutBox01.style03 {
    padding: 60px 40px 70px 40px;
    width: 100%;
    margin-top: 30px;
  }
}
.aboutBox01.style04 {
  border: 1px solid #000;
  margin-top: -40px;
  width: 60%;
}
.aboutBox01.style04 .aboutBox01_title {
  color: #000;
}
.aboutBox01.style04 .aboutBox01_title:after {
  background-color: #000;
}
.aboutBox01.style04 .aboutBox01_content {
  color: #000;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .aboutBox01.style04 {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .aboutBox01 {
    padding: 60px 40px 70px 40px;
  }
  .aboutBox01_title {
    font-size: 1.5rem;
  }
}

.aboutFooter {
  margin-top: 60px;
  padding: 60px;
  background-color: #e7e7e7;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutFooter_left {
  max-width: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 150px;
}
.aboutFooter_left_content {
  text-align: center;
}
@media (max-width: 991.98px) {
  .aboutFooter {
    padding: 60px 30px;
    flex-direction: column;
  }
  .aboutFooter_left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------------
	品牌故事 about-end
------------------------------------------------------------------*/
.examlist {
  display: flex;
  width: 100%;
  padding: 0px 0 30px 0;
  flex-wrap: wrap;
}
.examlist.examin {
  margin-left: -5px;
  margin-right: -5px;
}
.examlist-item {
  width: 33.3%;
  display: flex;
  padding: 0 10px;
  margin-bottom: 30px;
}
.examlist-item.examin {
  width: 20%;
  border-radius: 5px;
  padding: 0 5px;
  margin-bottom: 20px;
}
.examlist-item.examin .examWrap:hover {
  transform: translateY(0px);
}
.examlist-item .examWrap {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 10px;
}
.examlist-item .examWrap:hover {
  transform: translateY(-15px);
}
.examlist-item .examWrap:hover .examWrap-img {
  transform: scale(1.1, 1.1);
}
@media (max-width: 1199.98px) {
  .examlist-item {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .examlist {
    margin-left: -5px;
    margin-right: -5px;
    padding: 30px 0 30px 0;
  }
  .examlist-item {
    width: 50%;
    padding: 0 5px;
  }
  .examlist-item.examin {
    width: 33.3%;
  }
}
@media (max-width: 414px) {
  .examlist-item {
    width: 100%;
  }
  .examlist-item.examin {
    width: 50%;
  }
}

.examWrap-img {
  width: 100%;
  padding-bottom: 66.6%;
  background-size: cover;
  border-radius: 10px;
  transition: 0.4s;
  border: 5px solid #45866a;
}

.examWrap-title {
  background-color: rgba(69, 134, 106, 0.9);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 20px;
}
.examWrap-title .title {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.09em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .examWrap-title {
    padding: 10px 20px;
  }
  .examWrap-title .title {
    font-size: 1rem;
  }
}

.examWrap-member {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 3px 15px;
}
.examWrap-member .member-title {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #796a55;
}

.examTitle {
  border-top: 1px solid #c89f62;
  border-bottom: 1px solid #c89f62;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.examTitle .title {
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  color: #796a55;
  font-weight: 700;
  padding-right: 30px;
  margin: 10px 0;
}
.examTitle .examMember {
  border-radius: 15px;
  display: inline-flex;
  background-color: #fff;
  padding: 3px 15px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #796a55;
  background-color: #c89f62;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .examTitle .title {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .examTitle {
    flex-direction: column;
  }
  .examTitle .title {
    padding-right: 0;
  }
  .examTitle .examMember {
    margin-bottom: 15px;
  }
}

/*------------------------------------------------------------------
	條款 terms
------------------------------------------------------------------*/
.termsDetail {
  border-radius: 5px;
  padding: 0;
  max-width: 750px;
  margin: 0 auto;
}
.termsDetail .text-editor-block {
  font-size: 1rem;
  font-weight: 500;
  color: #727171 !important;
  letter-spacing: 0.03em !important;
  line-height: 2;
}
.termsDetail .text-editor-block * {
  font-size: 1rem;
  font-weight: 500;
  color: #727171 !important;
  letter-spacing: 0.03em !important;
  line-height: 2;
}
.termsDetail .termsContent {
  border-bottom: 1px solid #796a55;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
}
.termsDetail .termsContent:after {
  content: "";
  background-color: #796a55;
  height: 1px;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 640px) {
  .termsDetail .text-editor-block {
    line-height: 1.7;
  }
  .termsDetail .text-editor-block * {
    line-height: 1.7;
  }
}
@media (max-width: 375px) {
  .termsDetail {
    padding: 20px;
  }
}

.termsDetail-titleWrap {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.termsDetail-titleWrap .title {
  flex-grow: 1;
  border-bottom: 1px solid #796a55;
  border-top: 1px solid #796a55;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.termsDetail-titleWrap .title:before {
  content: "";
  background-color: #796a55;
  height: 1px;
  width: 100%;
  margin-bottom: 15px;
}
.termsDetail-titleWrap .title:after {
  content: "";
  background-color: #796a55;
  height: 1px;
  width: 100%;
  margin-top: 15px;
}
.termsDetail-titleWrap .title .mainTitle {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #796a55;
  text-align: center;
}
@media (max-width: 768px) {
  .termsDetail-titleWrap {
    flex-direction: column;
    align-items: self-end;
  }
  .termsDetail-titleWrap .title {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .termsDetail-titleWrap .title .mainTitle {
    font-size: 1.25rem;
  }
}

/*------------------------------------------------------------------
	條款 terms - end
------------------------------------------------------------------*/
.qa {
  margin: 0 auto;
  margin-bottom: 50px;
}
.qa li {
  background-image: url(/assets/images/common/caret-down.png);
  background-position: left 20px top 15px;
  background-repeat: no-repeat;
  padding-left: 50px;
  padding: 10px 0 10px 50px;
  background-color: rgba(201, 188, 156, 0.2);
  margin-bottom: 10px;
  border-bottom: 1px solid #796a55;
}
.qa li::after {
  content: "";
  height: 1px;
  background-color: #796a55;
  width: 100%;
  margin-top: 3px;
}
.qa li.open {
  background-image: url(/assets/images/common/caret-up.png);
}
.qa .qa_title {
  font-size: 18px;
  font-weight: bold;
  color: #796a55;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.qa .qa_answer {
  display: none;
  color: #727171;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .qa .qa_title {
    font-size: 16px;
  }
  .qa .qa_answer {
    font-size: 16px;
  }
}

.contact {
  padding: 60px 60px 0 60px;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 382px);
}
@media (max-width: 1365.98px) {
  .contact {
    padding: 30px 30px 0 30px;
  }
}
@media (max-width: 991.98px) {
  .contact {
    flex-direction: column;
  }
}

.contact_info {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px 40px 60px;
  position: relative;
  flex-direction: column;
  border: 1px solid #464646;
  margin-right: -30px;
  margin-top: 30px;
  width: 40%;
}
.contact_info p {
  font-size: 1rem;
  color: #464646;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .contact_info {
    width: 100%;
    margin-right: 0px;
    padding: 30px;
  }
}

.contact_form {
  display: flex;
  width: 60%;
  padding: 60px 60px 60px 80px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.contact_form form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .contact_form {
    width: 100%;
    padding: 60px 30px 60px 30px;
    margin-top: 30px;
  }
}

.contact-input {
  width: 48%;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .contact-input {
    width: 100%;
  }
}

.client {
  padding: 60px 40px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

input[type=radio].radio-s:not(old) {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

input[type=radio].radio-s:not(old):checked + label {
  background: none;
}

input[type=radio].radio-s:not(old) + label {
  background: none;
  padding: 0;
  cursor: pointer;
  color: #ebebee;
  margin-right: 16px;
}
@media (max-width: 991.98px) {
  input[type=radio].radio-s:not(old) + label {
    margin-right: 5px;
  }
}

input[type=radio].radio-s:not(old) + label > div {
  padding: 10px;
  border: 1px solid #ebebee;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  input[type=radio].radio-s:not(old) + label > div {
    padding: 8px;
  }
}

input[type=radio].radio-s:not(old):checked + label > div {
  border: 1px solid #d37f3d;
  background-color: #d37f3d;
  color: #fff;
}

/*------------- ticket---------------------*/
.ticketDetail-title {
  background-image: url("/assets/images/common/quote.png");
  background-position: left bottom 15px;
  background-repeat: no-repeat;
  padding-left: 87px;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .ticketDetail-title {
    font-size: 1.75em;
    padding-left: 67px;
  }
}

.ticketDetail-wrap {
  display: flex;
  align-items: start;
  position: relative;
}
.ticketDetail-wrap-content {
  max-width: 860px;
  flex-grow: 1;
}
.ticketDetail-wrap-content .content {
  padding: 45px 30px;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.ticketDetail-wrap-content .content .content-info {
  display: flex;
  align-items: start;
  margin-bottom: 15px;
  font-weight: 700;
}
.ticketDetail-wrap-content .content .content-info > img {
  margin-top: 5px;
  margin-right: 1em;
}
.ticketDetail-wrap-content .content .content-intro {
  border-left: 15px solid #d9d9d9;
  padding-left: 30px;
  margin-left: 40px;
  padding-right: 70px;
  margin-top: 40px;
  color: #5f5f5f;
}
.ticketDetail-wrap-content .share {
  justify-content: start;
  margin: 30px 0 60px 0;
}
.ticketDetail-wrap-option {
  position: sticky;
  top: 45px;
  width: 350px;
  margin-left: 30px;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.25);
  padding: 30px;
}
.ticketDetail-wrap-option-title {
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
  margin-bottom: 30px;
}
.ticketDetail-wrap-option-title:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 100%;
  position: absolute;
  margin-top: 20px;
  margin-left: 10px;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("/assets/images/common/quote.png");
  transform: rotate(180deg);
}
.ticketDetail-wrap-option .infoBox-title {
  font-weight: 500;
  font-size: 1em;
  color: #525252;
}
.ticketDetail-wrap-option .status .stock {
  color: #c89f62;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 5px 0;
}
@media (max-width: 992px) {
  .ticketDetail-wrap {
    flex-direction: column;
  }
  .ticketDetail-wrap-content {
    max-width: 100%;
    width: 100%;
  }
  .ticketDetail-wrap-option {
    width: 100%;
    margin-left: 0px;
  }
}

.search-section {
  width: 100%;
  max-width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px;
  display: none;
  justify-content: center;
  align-items: center;
}
.search-section.active {
  display: flex;
}
.search-section input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  background: none;
  padding: 5px 0;
  width: 80%;
  max-width: 500px;
  font-size: 1rem;
  color: #fff;
}
.search-section input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.search-section input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.search-section-submit {
  color: #fff;
  border: 0;
  background: none;
  font-size: 1.3rem;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .search-section {
    top: 92px;
  }
}
@media (max-width: 768px) {
  .search-section {
    top: 79px;
  }
}

.verification-input {
  margin: 15px 0;
  width: 100%;
  flex-direction: column;
  gap: 15px;
  display: none;
}
.verification-input.show {
  display: flex;
}
.verification-button {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.verification-button .button-style01.validate {
  margin-right: 0;
}

/*--------------------------------------------------------------------
	Shopping
-------------------------------------------------------------------*/
.cart-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #796a55;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.cart-title:before {
  content: "";
  width: 13px;
  height: 30px;
  background-color: #796a55;
  margin-right: 24px;
}
.cart-title.ticket {
  color: #45866a;
}
.cart-title.ticket:before {
  content: "";
  width: 13px;
  height: 30px;
  background-color: #45866a;
}

.formWrap {
  padding-left: 37px;
  padding-right: 60px;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .formWrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.cart-page {
  margin-top: 60px;
  position: relative;
}

.cartInfo {
  width: calc(100% - 390px);
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .cartInfo {
    width: 100%;
    margin-bottom: 0px;
  }
}

.orderInfo {
  width: 390px;
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  .orderInfo {
    padding-left: 0;
    width: 70%;
    margin-left: 15%;
  }
}
@media (max-width: 640px) {
  .orderInfo {
    width: 100%;
    margin-left: 0;
  }
}

ul.cartList, .addonList {
  width: 100%;
}
ul.cartList .cartList-item, .addonList .cartList-item {
  border-bottom: 1px solid #D9D9D9;
}
ul.cartList .cartList-item > ul, .addonList .cartList-item > ul {
  margin-bottom: 15px;
}

.cartList-item-title div, .cartList-item-title p, .cartList-item-title span, .cartList-item-title a {
  color: #727171 !important;
  font-size: 1rem;
}
.cartList-item-title .cartList-item-wrap {
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .cartList-item-title {
    display: none;
  }
}

.cartList-item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
}
.cartList-item-wrap--addon {
  background-color: rgba(137, 137, 137, 0.1);
  margin-bottom: 10px;
}
.cartList-item-wrap .cart-delete {
  color: #898989;
  width: 50px;
  text-align: center;
}
.cartList-item-wrap .cart-delete i {
  width: 20px;
}
.cartList-item-wrap .cart-img {
  width: 80px;
  flex-shrink: 0;
}
.cartList-item-wrap .cart-img .img {
  width: 100%;
  height: 80px;
  background-size: cover;
  border-radius: 5px;
}
.cartList-item-wrap .cart-img .addon-tag {
  font-size: 0.875rem;
  font-weight: normal;
  background-color: #796a55;
  color: #fff;
  text-align: center;
}
.cartList-item-wrap .cart-product {
  display: flex;
  font-weight: 500;
  font-size: 1rem;
  padding-left: 20px;
  width: 52%;
  align-items: center;
}
.cartList-item-wrap .cart-product .cart-product-name {
  color: #898989;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
}
.cartList-item-wrap .cart-product .cart-product-spec {
  color: #c89f62;
}
.cartList-item-wrap .cart-product .cart-product-wrap {
  width: calc(100% - 110px);
}
.cartList-item-wrap .cart-product .cart-product-price {
  color: #898989;
  text-align: center;
  width: 110px;
}
.cartList-item-wrap .cart-num {
  display: flex;
  width: 28%;
  flex-shrink: 0;
}
.cartList-item-wrap .cart-num .cart-num-number {
  width: 50%;
  text-align: center;
}
.cartList-item-wrap .cart-num .cart-num-number p {
  color: #898989;
  font-weight: 500;
}
.cartList-item-wrap .cart-num .cart-num-sum {
  color: #898989;
  font-weight: 500;
  font-size: 1rem;
  width: 50%;
  text-align: right;
}
@media (max-width: 768px) {
  .cartList-item-wrap {
    padding: 15px 10px;
    align-items: flex-start;
  }
  .cartList-item-wrap .cart-delete {
    width: 40px;
  }
  .cartList-item-wrap .cart-img {
    width: 70px;
  }
  .cartList-item-wrap .cart-img .img {
    height: 70px;
  }
  .cartList-item-wrap .cart-product {
    font-size: 0.875rem;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 190px);
  }
  .cartList-item-wrap .cart-product .cart-product-wrap {
    width: 100%;
  }
  .cartList-item-wrap .cart-product .cart-product-price {
    text-align: left;
    width: 100%;
  }
  .cartList-item-wrap .cart-num {
    width: 80px;
    flex-direction: column;
    align-items: flex-end;
  }
  .cartList-item-wrap .cart-num .cart-num-number {
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    font-size: 0.875rem;
    justify-content: flex-end;
  }
  .cartList-item-wrap .cart-num .cart-num-sum {
    width: 100%;
    display: flex;
    font-size: 0.875rem;
    justify-content: flex-end;
  }
}
@media (max-width: 640px) {
  .cartList-item-wrap {
    flex-wrap: wrap;
  }
  .cartList-item-wrap .cart-product {
    width: calc(100% - 110px);
  }
  .cartList-item-wrap .cart-num {
    width: 100%;
    flex-direction: row;
    padding-left: 0;
    align-items: center;
    margin-top: 10px;
  }
  .cartList-item-wrap .cart-num.pl-0 {
    padding-left: 0;
  }
  .cartList-item-wrap .cart-num .cart-num-number {
    width: 60%;
    margin-bottom: 0;
    text-align: left;
    align-items: center;
  }
  .cartList-item-wrap .cart-num .cart-num-number select {
    width: 70px;
  }
  .cartList-item-wrap .cart-num .cart-num-number::before {
    content: "數量 : ";
    color: #898989;
    font-weight: 500;
    margin-right: 10px;
  }
  .cartList-item-wrap .cart-num .cart-num-sum {
    width: 40%;
    align-items: center;
  }
  .cartList-item-wrap .cart-num .cart-num-sum::before {
    content: "小計 : ";
    color: #898989;
    font-weight: 500;
    margin-right: 10px;
  }
  .cartList-item-wrap .cart-num.inquiry-num {
    justify-content: end;
  }
}

.promotions {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 80px;
}
.promotions-tag {
  background-color: #796a55;
  color: #fff;
  font-size: 0.875rem;
  padding: 3px 20px;
  margin-right: 30px;
  letter-spacing: 0.08em;
}
.promotions-content {
  font-size: 1rem;
  color: #464646;
}

.formItem {
  display: flex;
  margin-bottom: 20px;
}
.formItem.center {
  align-items: center;
}
.formItem-title {
  color: #727171;
  font-size: 1rem;
  width: 90px;
  padding-right: 10px;
}
.formItem-content {
  flex-grow: 1;
}
.formItem-content p.content {
  color: #727171;
  font-weight: 700;
  border-bottom: 1px solid #898989;
  display: inline-block;
}
.formItem-content .select-list div {
  flex-grow: 1;
  max-width: 48%;
}
.formItem-content .select-list div select {
  width: 100%;
}
.formItem-content.checkList {
  display: flex;
  flex-wrap: wrap;
}
.formItem-content.checkList .checkboxItem {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .formItem.view {
    margin-bottom: 10px;
  }
  .formItem-title {
    font-size: 0.875rem;
  }
  .formItem-content {
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  .formItem:not(.view) {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .formItem.center {
    align-items: flex-start;
  }
  .formItem-title {
    margin-bottom: 5px;
  }
  .formItem-content {
    width: 100%;
  }
}

.ticket-option {
  background-color: #ebebeb;
  border-radius: 4px;
  padding: 1.5rem 2rem 0.5rem 2rem;
  margin-bottom: 1rem;
}
.ticket-option-title {
  font-weight: bold;
}

.orderInfo {
  margin-bottom: 50px;
}
.orderInfo .orderInfo-title {
  background-color: #796a55;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 1.25rem;
  padding: 5px 30px;
  letter-spacing: 0.06em;
}
.orderInfo .orderInfo-title.ticket {
  background-color: #45866a;
}
.orderInfo .orderInfoWrap {
  position: sticky;
  top: 60px;
}

.orderInfoList {
  padding: 30px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid rgba(137, 137, 137, 0.3);
}
.orderInfoList .orderInfoList-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}
.orderInfoList .orderInfoList-item.border-b {
  border-bottom: 1px solid rgba(137, 137, 137, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.orderInfoList .orderInfoList-item.flex-wrap {
  flex-wrap: wrap;
}
.orderInfoList .orderInfoList-item.total * {
  color: #000 !important;
  font-weight: 700;
}
.orderInfoList .orderInfoList-item-title {
  color: #898989;
  font-size: 1rem;
  width: 130px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
.orderInfoList .orderInfoList-item-title .memo {
  font-size: 0.75rem;
  color: #c89f62;
  line-height: 1;
}
.orderInfoList .orderInfoList-item-content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.orderInfoList .orderInfoList-item-content.nopd {
  padding: 0;
}
.orderInfoList .orderInfoList-item-content p {
  color: #898989;
  text-align: right;
  width: calc(100% - 20px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.orderInfoList .orderInfoList-item-content .afterInput {
  margin-left: 10px;
  color: #898989;
  font-size: 1rem;
}
.orderInfoList .checkboxItem label {
  font-size: 1rem;
  font-weight: normal !important;
  color: #898989 !important;
}
.orderInfoList .checkboxItem a {
  color: #c89f62;
  border-bottom: 1px solid #c89f62;
}

.cart-finish {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px auto;
  background-color: rgba(219, 165, 97, 0.1);
  border-radius: 5px;
  padding: 50px 30px 60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cart-finish .title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #796a55;
}
.cart-finish .content {
  font-size: 1rem;
  color: #898989;
  font-weight: 500;
  padding: 20px 0 30px 0;
}
.cart-finish .content a {
  border-bottom: 1px solid #727171;
  color: #727171;
  font-weight: 700;
}
.cart-finish .button-style01 {
  text-align: center;
  max-width: 300px;
}
.cart-finish .button-style01:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .cart-finish .title {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------------------------
	Member
-------------------------------------------------------------------*/
.loginWrap {
  width: 100%;
  max-width: 600px;
  margin-top: 81px;
  margin-bottom: 80px;
}

.login {
  margin-top: 20px;
  background-color: rgba(137, 137, 137, 0.03);
  display: flex;
  flex-direction: column;
  padding: 60px 70px 50px 70px;
  position: relative;
  z-index: 10;
  max-width: 100%;
}
.login .text {
  font-size: 16px;
  color: #ebebee;
  letter-spacing: 0.06em;
}
@media (max-width: 1199.98px) {
  .login {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .login {
    padding: 30px 30px;
  }
}
.login-form {
  display: flex;
  flex-direction: column;
}
.login-form .forgot {
  font-size: 0.875rem;
  color: #727171;
}
.login-form .forgot:hover {
  font-weight: bold;
}

.social-login {
  font-size: 1.125rem;
  color: #727171;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid #727171;
}

.login-buttons {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: space-between;
}
.login-buttons .btn {
  letter-spacing: 0.05em;
  border: 0;
  box-shadow: none;
  height: 50px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: 0.3s;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 25px;
  width: 31%;
}
.login-buttons .btn-facebook {
  background-color: #3B5781;
  background-image: url(/assets/images/common/btn_facebook.png);
}
.login-buttons .btn-line {
  background-color: #06C152;
  background-image: url(/assets/images/common/btn_line.png);
}
.login-buttons .btn-google {
  background-color: rgba(196, 196, 196, 0.5);
  background-image: url(/assets/images/common/btn_google.png);
}
.login-buttons .btn:hover {
  top: -5px;
  box-shadow: 2px 2px 5px #C4C4C4;
}

.registerItem {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.registerItem-title {
  color: #796a55;
  font-size: 1rem;
  width: 120px;
}
.registerItem-content {
  display: flex;
}
.registerItem-content label {
  color: #796a55;
  font-weight: normal;
}
.registerItem-content label a {
  border-bottom: 1px solid #796a55;
}
.registerItem-content .checkboxItem {
  margin-right: 10px;
}
.registerItem-content input[type=checkbox].primary.gray-700 + label {
  color: #796a55;
}
@media (max-width: 768px) {
  .registerItem-title {
    font-size: 0.875rem;
    width: 110px;
  }
  .registerItem-content label {
    font-size: 0.875rem;
  }
  .registerItem-content input[type=checkbox].primary.gray-700 + label {
    font-size: 0.875rem;
  }
}
@media (max-width: 640px) {
  .registerItem {
    flex-wrap: wrap;
  }
}

.menuTypeA {
  display: flex;
  justify-content: center;
  border-top: 1px solid #45866a;
  border-bottom: 1px solid #45866a;
}
.menuTypeA-item {
  padding: 0 50px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #45866a;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.06em;
}
.menuTypeA-item a {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.menuTypeA-item a:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #464646;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.menuTypeA-item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #6c8540;
  position: absolute;
  right: 0;
}
.menuTypeA-item.current a:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #45866a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menuTypeA-item:hover a:after {
  width: 100%;
}

@media (max-width: 768px) {
  .menuTypeA-item {
    font-size: 1rem;
    padding: 0 30px;
  }
}
.menuTypeB {
  display: flex;
  justify-content: center;
  border-top: 1px solid #c89f62;
  border-bottom: 1px solid #c89f62;
  background-color: #FAFAFA;
  z-index: 1000;
}
.menuTypeB-item {
  padding: 0 50px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #c89f62;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.menuTypeB-item a {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: -1px;
}
.menuTypeB-item a:after {
  content: "";
  width: 100%;
  opacity: 0;
  height: 5px;
  background-color: #796a55;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
.menuTypeB-item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #c89f62;
  position: absolute;
  right: 0;
}
.menuTypeB-item.current a:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #c89f62;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.menuTypeB-item:hover a:after {
  opacity: 1;
}

@media (max-width: 768px) {
  .menuTypeB-item {
    font-size: 1rem;
    padding: 0 30px;
  }
}
@media (max-width: 414px) {
  .menuTypeB-item {
    padding: 0 20px;
  }
}
.menuTypeC {
  display: flex;
  justify-content: center;
}
.menuTypeC-item {
  padding: 0 50px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #45866a;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0.06em;
}
.menuTypeC-item a {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.menuTypeC-item a:after {
  content: "";
  width: 0;
  height: 5px;
  background-color: #464646;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.menuTypeC-item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #6c8540;
  position: absolute;
  right: 0;
}
.menuTypeC-item.current a:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #45866a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.menuTypeC-item:hover a:after {
  width: 100%;
}

@media (max-width: 768px) {
  .menuTypeA-item {
    font-size: 1rem;
    padding: 0 30px;
  }
}
.member .bread .breabcrumb {
  margin-bottom: 0;
}

.member .mainbody .innerBox {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
}
.member .mainbody .innerBox:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 50px;
}
.member .mainbody .innerBox.row {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
.member .mainbody .innerBox .innerBox-limit {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.member .mainbody .innerBox .innerBox-limit.flex-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .member .mainbody .innerBox.row {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .member .mainbody .innerBox .innerBox-limit {
    padding: 0;
  }
  .member .mainbody .innerBox.orderin {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}

.member-menu_bg {
  width: 100%;
}

.member-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 640px) {
  .member-menu {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.member-menu-item {
  font-size: 1.125rem;
  color: #898989;
  letter-spacing: 0.05em;
  min-width: auto;
}
.member-menu-item a {
  padding: 15px 40px;
  display: block;
}
.member-menu-item.active {
  border-bottom: 10px solid #464646;
  color: #464646;
  position: relative;
  top: 4px;
}
.member-menu-item:hover {
  color: #464646;
}
@media (max-width: 768px) {
  .member-menu-item {
    text-align: center;
    font-size: 1rem;
    margin: 0;
    flex-grow: 1;
    width: 25%;
  }
  .member-menu-item a {
    padding: 15px 0;
  }
}
@media (max-width: 640px) {
  .member-menu-item {
    font-size: 0.875em;
    border: 1px solid rgba(137, 137, 137, 0.5);
    border-radius: 5px;
    margin-right: 10px;
    width: auto;
    flex-grow: 0;
    margin-bottom: 10px;
  }
  .member-menu-item a {
    padding: 7px 10px;
    display: block;
  }
  .member-menu-item.active {
    border: 1px solid #464646;
    background-color: #464646;
    color: #fff;
    top: 0px;
  }
}

.member-wrap {
  border: 1px solid #464646;
  margin-bottom: 50px;
  padding: 60px;
}
.member-wrap.column {
  flex-direction: column;
  align-items: start;
}
@media (max-width: 1199.98px) {
  .member-wrap {
    padding: 30px;
  }
}
@media (max-width: 414px) {
  .member-wrap {
    padding: 30px 15px;
  }
}

.profile {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile.purchase-left {
  width: 50%;
  padding-left: 3rem;
  padding-right: 5rem;
  padding-top: 5rem;
}
.profile.purchase-right {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, 0.25));
  padding: 30px;
  border-radius: 20px;
}
.profile .info {
  font-size: 18px;
  color: #ebebee;
  margin-bottom: 30px;
}
.profile .buttonlist {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
}
.profile .buttonlist button {
  margin: 0 10px;
}
@media (max-width: 991.98px) {
  .profile {
    max-width: 100%;
  }
  .profile.purchase-left {
    width: 100%;
    margin-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
  }
  .profile.purchase-right {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .profile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .profile .info {
    font-size: 16px;
  }
  .profile .buttonlist {
    margin-left: -5px;
    margin-right: -5px;
  }
  .profile .buttonlist button {
    margin: 0 5px;
  }
  .profile.purchase-left {
    padding-left: 0px;
    padding-right: 0px;
  }
  .profile.purchase-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .profile .buttonlist {
    flex-direction: column-reverse;
  }
  .profile .buttonlist button {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.profile-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.profile-item.half {
  width: 48%;
}
@media (max-width: 768px) {
  .profile-item.half {
    width: 100%;
  }
}
.profile-item.full {
  width: 100%;
}
.profile-item.w-60 {
  width: 60%;
}
@media (max-width: 768px) {
  .profile-item.w-60 {
    width: 100%;
  }
}
.profile-item-title {
  font-size: 1.25rem;
  color: #727171;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
.profile-item .title {
  width: 140px;
  color: #ebebee;
  font-size: 1rem;
  flex-shrink: 0;
  display: flex;
  font-weight: 500;
}
.profile-item-inner {
  display: flex;
  flex-grow: 1;
  gap: 10px;
}
.profile-item .address {
  display: flex;
}
.profile-item .address .select-list {
  min-width: 35%;
  padding-right: 20px;
}
.profile-item .address .select-list > div {
  width: 48%;
}
.profile-item .address .select-list select {
  width: 100%;
}
.profile-item .address .inputWrap {
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .profile-item .address .select-list {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .profile-item .address {
    flex-direction: column;
  }
  .profile-item .address .select-list {
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .profile-item-title {
    font-size: 18px;
  }
  .profile-item .title {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .profile-item {
    flex-direction: column;
  }
  .profile-item .title {
    width: 100%;
    margin-bottom: 5px;
  }
  .profile-item input[type=text], .profile-item input[type=password], .profile-item input[type=tel], .profile-item input[type=file] {
    width: 100%;
  }
  .profile-item-inner {
    width: 100%;
  }
}

.orderDetail-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.orderDetail-title .title {
  width: auto;
  background-color: #464646;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 5px 10px;
  min-width: 190px;
  margin-right: 20px;
}
.orderDetail-title .content span {
  color: #727171;
  display: inline-flex;
}
.orderDetail-title .content span:not(:last-child):after {
  content: "/";
  margin: 0 10px;
}
.orderDetail-title.ticket.small {
  margin-bottom: 10px;
}
.orderDetail-title.ticket .title {
  padding: 5px 10px;
  background-color: #45866a;
  font-weight: 400;
  min-width: 150px;
}
.orderDetail-title.ticket .content span {
  font-size: 1rem;
}
.orderDetail-title.border {
  padding: 10px 0;
  border-bottom: 1px solid rgba(137, 137, 137, 0.5);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .orderDetail-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .orderDetail-title .title {
    font-size: 1rem;
    min-width: 170px;
  }
  .orderDetail-title .content {
    margin-top: 10px;
  }
  .orderDetail-title .content span {
    font-size: 0.875rem;
  }
  .orderDetail-title.ticket .title {
    font-size: 1rem;
    min-width: 170px;
  }
  .orderDetail-title.ticket .content span {
    font-size: 0.875rem;
  }
}

.orderDetailInfo {
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(137, 137, 137, 0.3);
}

.orderDetailInfoList {
  padding: 30px 0;
  width: 100%;
  max-width: 400px;
}
.orderDetailInfoList .orderDetailInfoList-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.orderDetailInfoList .orderDetailInfoList-item.border-b {
  border-bottom: 1px solid rgba(137, 137, 137, 0.3);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.orderDetailInfoList .orderDetailInfoList-item.total * {
  color: #000 !important;
  font-weight: 700;
}
.orderDetailInfoList .orderDetailInfoList-item-title {
  color: #727171;
  font-size: 1rem;
  width: 130px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
.orderDetailInfoList .orderDetailInfoList-item-content {
  width: calc(100% - 100px);
  padding-left: 20px;
}
.orderDetailInfoList .orderDetailInfoList-item-content p {
  color: #727171;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .orderDetailInfoList .orderDetailInfoList-item-title, .orderDetailInfoList .orderDetailInfoList-item-content {
    font-size: 0.875rem;
  }
}

.orderDetailWrap {
  width: 100%;
  display: flex;
  align-items: start;
}
.orderDetailWrap-item {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .orderDetailWrap {
    flex-wrap: wrap;
  }
  .orderDetailWrap-item {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0px;
  }
}

.orderList {
  width: 100%;
}
.orderList-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #727171;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 5px;
}
.orderList-item .item.small {
  width: 15%;
}
.orderList-item .medium {
  width: 19%;
}
.orderList-item .large {
  width: 25%;
}
.orderList-item .right {
  display: flex;
  justify-content: flex-end;
}
.orderList-item .center {
  display: flex;
  justify-content: center;
}
.orderList-item .edit {
  flex-grow: 1;
}
.orderList-item .grow {
  flex-grow: 1;
}
.orderList-item-title {
  font-weight: 700;
}
.orderList-item .inline-link {
  text-decoration: underline;
  margin-right: 5px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .orderList-item {
    flex-direction: column;
    align-items: start;
    font-size: 0.875rem;
    padding: 10px;
  }
  .orderList-item-title {
    display: none;
  }
  .orderList-item:nth-child(even) {
    background-color: rgba(137, 137, 137, 0.05);
  }
  .orderList-item .item {
    display: flex;
    margin-bottom: 5px;
    padding: 2px 0;
    width: 100%;
  }
  .orderList-item .item.small {
    width: 100%;
  }
  .orderList-item .item:last-child {
    margin-top: 10px;
    justify-content: flex-end;
  }
  .orderList-item .item:not(:last-child) {
    border-bottom: 1px solid rgba(137, 137, 137, 0.5);
  }
  .orderList-item .item:not(:last-child)::before {
    content: attr(data-title);
    width: 100px;
    margin-right: 20px;
  }
}

.couponList {
  width: 100%;
}
.couponList-item {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #727171;
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 5px;
}
.couponList-item .medium {
  width: 20%;
}
.couponList-item .large {
  width: 25%;
}
.couponList-item .right {
  display: flex;
  justify-content: flex-end;
}
.couponList-item .center {
  display: flex;
  justify-content: center;
}
.couponList-item .grow {
  flex-grow: 1;
}
.couponList-item-title {
  font-weight: 700;
  background-color: #efefef;
  border-bottom: 0;
}
.couponList-item .inline-link {
  text-decoration: underline;
  margin-right: 5px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .couponList-item {
    flex-direction: column;
    align-items: start;
    font-size: 0.875rem;
    padding: 10px;
  }
  .couponList-item-title {
    display: none;
  }
  .couponList-item:nth-child(even) {
    background-color: rgba(137, 137, 137, 0.05);
  }
  .couponList-item .center {
    display: flex;
    justify-content: flex-start;
  }
  .couponList-item .item {
    display: flex;
    margin-bottom: 5px;
    padding: 2px 0;
    width: 100%;
  }
  .couponList-item .item.small {
    width: 100%;
  }
  .couponList-item .item::before {
    content: attr(data-title);
    width: 100px;
    margin-right: 20px;
  }
}

.list-style01 {
  width: 100%;
}
.list-style01 .list-style01-thead {
  color: #302d37;
  display: flex;
  padding: 0 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-style01 .list-style01-item {
  border-radius: 5px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  color: #ebebee;
  margin: 5px 0;
  transition: 0.2s;
}
.list-style01 .list-style01-item:nth-child(even) {
  background-color: #fff;
}
.list-style01 .list-style01-item:hover {
  box-shadow: 2px 2px 5px #C4C4C4;
}
.list-style01 .item {
  width: 25%;
  font-size: 1.125em;
  text-align: left;
  padding: 10px 10px 10px 10px;
}
.list-style01 .item.flex-grow {
  flex-grow: 1;
}
.list-style01 .item.last {
  width: 150px;
  text-align: center;
}
@media (max-width: 1366px) {
  .list-style01 .item {
    font-size: 1.1rem;
  }
}
@media (max-width: 991.98px) {
  .list-style01 .item {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .list-style01 .list-style01-thead {
    display: none;
  }
  .list-style01 .list-style01-item {
    flex-direction: column;
    align-items: start;
    background-color: #f4f4f4;
    border: 0;
    margin-bottom: 20px;
    padding: 15px;
  }
  .list-style01 .list-style01-item .item:not(.button) {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    line-height: 1;
  }
  .list-style01 .list-style01-item .item:not(.button):before {
    content: attr(data-title);
    font-size: 16px;
    border-right: 1px solid #f7f7f7;
    padding: 3px 0;
    width: 90px;
    margin-right: 15px;
  }
  .list-style01 .list-style01-item .item {
    padding: 15px;
  }
  .list-style01 .list-style01-item .item.button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .list-style01 .list-style01-item .item:last-child {
    margin-bottom: 0px;
  }
}

.ticketList {
  width: 100%;
}
.ticketList tr > th {
  background-color: #f7f7f7;
  color: #333333;
  font-weight: 400;
  padding: 5px 10px;
  text-align: left;
}
.ticketList tr > th.center {
  text-align: center;
}
.ticketList tr > td {
  color: #4f4f4f;
  font-weight: 400;
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
}
.ticketList tr > td.center {
  text-align: center;
}
.ticketList tr > td.title {
  color: #4f4f4f;
}

.ticket-qrcode {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 768px) {
  .ticket-qrcode {
    max-width: 100%;
  }
}/*# sourceMappingURL=obj_style.css.map */