@charset "UTF-8";
/******************************************************************
	Vars 變數
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	文字顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	錯誤顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	提示顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	醒目顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	Money 貨幣顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	社群顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	背景色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	側選單
-----------------------------------------------------------*/
/*----------------------------------------------------------
	分隔線
-----------------------------------------------------------*/
/*----------------------------------------------------------
	遮罩
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表格
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表單
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/*----------------------------------------------------------
	標題字
-----------------------------------------------------------*/
/*----------------------------------------------------------
	字體
-----------------------------------------------------------*/
/***********************************************************
	桌機選單 選項 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 {
  -webkit-transition: .3s all linear;
  transition: .3s all linear;
}

.e-hover--pt--wt:hover {
  cursor: pointer !important;
  color: white !important;
}

.fadeout {
  opacity: 0;
  max-height: 0px;
}

.fadeout.faded {
  -webkit-transition: 1s all linear;
  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: .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;
  -webkit-transition: 1s;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.media-modal-owl .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.media-modal-owl .owl-nav {
  font-size: 80px;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

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

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

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

.close-btn:hover:before {
  -webkit-transform: rotate(45deg);
          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%;
}

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

body {
  line-height: 1.8;
  background: #fafafa;
  color: #302D37;
  font-family: "微軟正黑體", "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: "微軟正黑體", "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;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 40px;
  margin-inline-start: 40px;
  -webkit-margin-end: 40px;
  margin-inline-end: 40px;
  font-style: italic;
  font-family: "微軟正黑體", "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;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 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%;
}

.input-style01 {
  border: 1px solid rgba(112, 112, 112, 0.5);
  height: 50px;
  padding: 0 10px;
  font-size: 1.125em;
  font-weight: normal;
  border-radius: 4px;
  width: 100%;
}

.input-style01::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style01:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style01::-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style01::placeholder {
  color: rgba(112, 112, 112, 0.5);
}

@media (max-width: 991.98px) {
  .input-style01 {
    font-size: 1em;
    height: 45px;
  }
}

.input-style-member {
  border: 1px solid #C4C4C4;
  height: 40px;
  padding: 0 10px;
  font-size: 1.125em;
  border-radius: 4px;
  font-weight: normal;
  width: 100%;
}

.input-style-member:focus {
  outline: 2px solid #B60C26;
  border-color: #fff;
}

.input-style-member.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.input-style-member::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-member:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-member::-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-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::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-number:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-number::-ms-input-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;
  text-align-last: center;
}

.input-style-cartnumber::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-cartnumber:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-cartnumber::-ms-input-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 #C4C4C4;
  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 #B60C26;
  border-color: #fff;
}

.input-style-cart.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.input-style-cart::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-cart:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.5);
}

.input-style-cart::-ms-input-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: #707070;
  cursor: default;
}

input:read-only {
  outline: none;
  background-color: #E9E9E9;
  color: #707070;
  cursor: default;
}

input:-moz-read-only:focus {
  outline: none;
  border: 1px solid #C4C4C4;
}

input:read-only:focus {
  outline: none;
  border: 1px solid #C4C4C4;
}

.button-style01 {
  background: #B60C26;
  border-radius: 4px;
  color: #fff;
  font-size: 1.125em;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #B60C26;
}

.button-style01.gray {
  border: 1px solid #707070;
  color: #707070;
  background: none;
}

.button-style01.small {
  max-width: 130px;
  padding-left: 10px;
  padding-right: 10px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.button-style01:hover {
  top: -5px;
  -webkit-box-shadow: 2px 2px 5px #C4C4C4;
          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: 8px 20px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button-style02.gray {
  border: 1px solid #707070;
  color: #707070;
}

.button-style02 i {
  margin-right: 10px;
}

.button-style02:hover {
  top: -5px;
  -webkit-box-shadow: 2px 2px 5px #C4C4C4;
          box-shadow: 2px 2px 5px #C4C4C4;
}

@media (max-width: 991.98px) {
  .button-style02 {
    font-size: 16px;
  }
}

.backBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 113px;
}

.backBtn-text {
  color: #59575F;
  font-size: 1.25em;
  border-bottom: 1px solid #707070;
  display: inline;
  margin-left: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.backBtn-arrow {
  background-image: url(/assets/images/common/slider_arrow_left.png);
  background-size: 78px auto;
  background-repeat: no-repeat;
  width: 78px;
  height: 10px;
  z-index: 10;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
}

.backBtn:before {
  content: '';
  width: 79px;
  height: 79px;
  background-color: rgba(89, 87, 95, 0.17);
  border-radius: 100%;
  position: absolute;
  left: -15px;
  -webkit-transition: .4s;
  transition: .4s;
}

.backBtn:hover .backBtn-text {
  margin-left: 0px;
}

.backBtn:hover .backBtn-arrow {
  background-image: url(/assets/images/common/slider_arrow_left_w.png);
  left: -30px;
}

.backBtn:hover:before {
  width: 113px;
  height: 113px;
  background-color: rgba(182, 12, 23, 0.6);
  left: -45px;
}

@media (max-width: 768px) {
  .backBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 113px;
  }
  .backBtn-text {
    font-size: 1em;
  }
  .backBtn-arrow {
    background-size: 100%;
    width: 62px;
    height: 5px;
  }
  .backBtn:before {
    width: 63px;
    height: 63px;
  }
  .backBtn:hover:before {
    width: 93px;
    height: 93px;
  }
}

.tips {
  color: #B60C26;
  margin-top: 10px;
  display: inline-block;
}

.tips:active, .tips:focus {
  color: #B60C26;
}

.tips:hover {
  font-weight: bold;
  color: #B60C26;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

.w-full {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share_title {
  font-size: 16px;
  color: #707070;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.share_links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  position: relative;
  top: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.share_links a:hover {
  top: -5px;
}

.share_links img {
  width: 30px;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tags_item {
  color: #B60C26;
  border-radius: 5px;
  margin: 5px;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 18px;
}

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: 40px;
  background: url("/assets/images/common/c_check0.png") no-repeat;
  background-size: 25px 25px;
  background-position: center left;
}

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

@media (min-width: 1200px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1620px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .container-large {
    max-width: 1860px;
    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: 375px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*------------------------------------------------------------------
	header
------------------------------------------------------------------*/
.scrolling .header {
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1199.98px) {
  .scrolling .header {
    background-color: rgba(182, 12, 38, 0.9);
  }
}

.header {
  color: #302D37;
  height: 80px;
  -webkit-transition: .6s;
  transition: .6s;
  position: fixed;
  z-index: 200;
  margin: 0;
  width: 100%;
  top: 0;
}

.header .logo {
  background-color: #B60C26;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 47px;
  -webkit-transition: .6s;
  transition: .6s;
}

.header .logo img {
  height: 50px;
}

.header .mobile-cart {
  display: none !important;
}

.header #num_rows {
  padding: 0 3px;
  position: absolute;
  background-color: #B60C26;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .col-left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .col-right {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.header .menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 0;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .menu-item {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          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;
    -webkit-transform: translateY(100%) translateX(0);
            transform: translateY(100%) translateX(0);
    opacity: 1;
    will-change: transform;
  }
  .header .menu-item:hover .menu-item-link {
    color: #B60C26;
    font-weight: bold;
  }
  .header .menu-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 26px 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header .menu-item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 26px 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header .menu-sec-wrap {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    bottom: 0;
    width: 120%;
    -webkit-transform: translateY(70%) translateX(0);
            transform: translateY(70%) translateX(0);
    background: #fff;
    border-radius: 1em;
    padding: 9px;
  }
  .header .menu-sec-item-link {
    padding: 9px 0;
    display: block;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header .menu-sec-item-link:hover {
    color: #B60C26;
    font-weight: bold;
  }
}

.header .menu-button {
  display: none;
  position: absolute;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  left: 15px;
  cursor: pointer;
  z-index: 10;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 0;
}

.header .menu-button img {
  width: 26px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .menu-button.is-opened {
  width: 50px;
  height: 50px;
  background: #59575F;
  border-radius: 100%;
  -webkit-box-shadow: 2px 2px 5px #666;
          box-shadow: 2px 2px 5px #666;
}

.header .menu-button.is-opened img {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@media (max-width: 1199.98px) {
  .header {
    height: 70px;
    background-color: #B60C26;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
  }
  .header .logo {
    position: relative;
    padding: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
  .header .logo img {
    height: 40px;
    margin-bottom: 5px;
  }
  .header .mobile-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100;
  }
  .header .mobile-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px;
  }
  .header .mobile-icon a img {
    height: 20px;
  }
  .header .computer-cart {
    display: none !important;
  }
  .header .mobile-cart {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header .col-right {
    display: block;
    padding-top: 2em;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .3s;
    transition: .3s;
    background: #B60C26;
    z-index: 10;
  }
  .header .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 90px;
    position: relative;
    overflow-y: auto;
    top: 70px;
    height: calc(100vh - 300px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .header .menu-side {
    display: none;
  }
  .header .menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header .menu-item {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all ease-out .6s;
    transition: all ease-out .6s;
    opacity: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125em;
  }
  .header #num_rows {
    background-color: #666666;
  }
  .header .menu-item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .header .menu-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .header .menu-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .header .menu-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .header .menu-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .header .menu-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .header .menu-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 10px 1em;
  }
  .header .menu-item-link.active {
    color: #fff;
  }
  .header .menu-item-link i {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header .menu-item-link.active i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header .menu-sec-wrap {
    position: relative;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: none;
    border-left: 1px solid #fff;
    margin-left: 40px;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .header .menu-sec-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .header .menu-sec-item-link {
    color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1em;
    line-height: 1.4;
  }
  .header .menu-sec-item-link.active {
    background: #B60C26;
  }
  .header .menu-sec-item-link:last-child {
    margin-bottom: 0;
  }
  .header .col-right.is-opened {
    -webkit-transform: translateY(0);
            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-side {
    display: inline;
    position: absolute;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    right: 15px;
    top: 150px;
    color: #fff;
    opacity: 0.3;
  }
  .header .col-right.is-opened .menu-item {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .header .col-right.is-opened .menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 50px;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
  }
  .header .col-right.is-opened .menu-bottom:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 55px 100vw;
    position: absolute;
    top: -55px;
    border-color: transparent transparent rgba(255, 255, 255, 0.85) transparent;
  }
  .header .col-right.is-opened .menu-bottom-social {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 90px;
  }
  .header .col-right.is-opened .menu-bottom-social-link {
    display: block;
    margin-right: 15px;
  }
  .header .col-right.is-opened .menu-bottom-social-link img {
    width: 30px;
  }
  .header .col-right.is-opened .menu-bottom-social .logout {
    color: #B60C26;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    position: absolute;
    right: 35px;
  }
  .header .col-right.is-opened .menu-bottom-social .logout img {
    margin-right: 7px;
  }
  .header .col-right.is-opened .menu-bottom-links {
    width: 100%;
    padding: 18px 90px 25px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .header .menu {
    padding: 0 35px;
    top: 60px;
  }
  .header .menu-side {
    top: 100px;
  }
  .header .col-right.is-opened .menu-bottom-social {
    padding: 0 35px;
  }
  .header .col-right.is-opened .menu-bottom-links {
    padding: 18px 35px 25px 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .col-right.is-opened .menu-bottom-links a {
    margin-right: 0;
  }
}

/*------------------------------------------------------------------
	header-end
------------------------------------------------------------------*/
@media (min-width: 992px) {
  .scrolling .logo {
    padding: 10px 50px;
  }
}

/*-------index------------*/
.index-banner .swiper-button-prev {
  left: 30px;
  top: 90%;
  color: #fff;
}

.index-banner .swiper-button-next {
  left: 100px;
  top: 90%;
  color: #fff;
}

.index-page {
  background-image: uvar(--index-page-bg);
  background-position: right top;
  background-attachment: fixed;
  background-size: 100% 100%;
  padding-top: 81px;
}

@media (max-width: 1199.98px) {
  .index-page {
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  .index-page {
    background-attachment: scroll;
    background-size: cover;
  }
}

.indexTitle {
  background-image: url(/assets/images/common/title_icon.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 35px auto;
  padding-top: 55px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexTitle-en {
  color: #59575F;
  font-size: 2.75em;
  line-height: 1;
}

.indexTitle-zh {
  font-size: 2em;
  color: #B60C26;
  margin-top: 5px;
}

@media (max-width: 1199.98px) {
  .indexTitle-en {
    font-size: 2em;
  }
  .indexTitle-zh {
    font-size: 1.7em;
  }
}

@media (max-width: 768px) {
  .indexTitle-en {
    font-size: 1.7em;
  }
  .indexTitle-zh {
    font-size: 1.4em;
  }
}

.indexTitle02-en {
  color: #59575F;
  font-size: 2.75em;
  line-height: 1;
  font-weight: bold;
}

.indexTitle02-zh {
  font-size: 1.625em;
  color: #B60C26;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  background-image: url(/assets/images/common/title_icon.svg), url(/assets/images/common/title_icon02.svg);
  background-repeat: no-repeat;
  background-position: left center , left 40px center;
  padding-left: 90px;
}

.indexTitle02 .content {
  color: #302D37;
  font-size: 1.18em;
}

.indexTitle02.center {
  width: 294px;
  margin-left: auto;
  margin-right: auto;
}

.indexTitle02.center .indexTitle02-zh {
  margin-left: 35px;
}

@media (max-width: 1199.98px) {
  .indexTitle02-en {
    font-size: 2em;
  }
  .indexTitle02-zh {
    font-size: 1.4em;
  }
  .indexTitle02 .content {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .indexTitle02 {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
  }
  .indexTitle02-en {
    font-size: 1.375em;
    text-align: center;
  }
  .indexTitle02-zh {
    font-size: 1.125em;
    background-size: 21px, 27px;
    background-position: left center , left 30px center;
    padding-left: 60px;
  }
  .indexTitle02.center {
    width: 155px;
  }
  .indexTitle02.center .indexTitle02-zh {
    margin-left: 0;
    padding-left: 60px;
  }
  .indexTitle02 .content {
    display: none;
  }
}

.moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 113px;
}

.moreBtn-text {
  color: #59575F;
  font-size: 1.25em;
  border-bottom: 1px solid #707070;
  display: inline;
  margin-right: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

.moreBtn-arrow {
  background-image: url(/assets/images/common/arrow.svg);
  background-size: 78px auto;
  background-repeat: no-repeat;
  width: 78px;
  height: 10px;
  z-index: 10;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
}

.moreBtn:before {
  content: '';
  width: 79px;
  height: 79px;
  background-color: rgba(89, 87, 95, 0.17);
  border-radius: 100%;
  position: absolute;
  right: -15px;
  -webkit-transition: .4s;
  transition: .4s;
}

.moreBtn:hover .moreBtn-text {
  margin-right: 0px;
}

.moreBtn:hover .moreBtn-arrow {
  background-image: url(/assets/images/common/arrow_w.svg);
  left: 30px;
}

.moreBtn:hover:before {
  width: 113px;
  height: 113px;
  background-color: rgba(182, 12, 23, 0.6);
  right: -45px;
}

@media (max-width: 768px) {
  .moreBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 113px;
  }
  .moreBtn-text {
    font-size: 1em;
  }
  .moreBtn-arrow {
    background-size: 100%;
    width: 62px;
    height: 5px;
  }
  .moreBtn:before {
    width: 63px;
    height: 63px;
  }
  .moreBtn:hover:before {
    width: 93px;
    height: 93px;
  }
}

.footer {
  position: relative;
  background-color: #1E1612;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

.footer-left {
  width: 60%;
  padding-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px;
}

.footer-left-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 800px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 80%;
}

.footer-left-info {
  border-top: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
  margin-top: 40px;
}

.footer-left-info div:not(:last-child) {
  margin-right: 90px;
}

.footer-left-info p, .footer-left-info span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: normal;
}

@media (min-width: 1600px) {
  .footer-left-info p, .footer-left-info span {
    font-size: 16px;
  }
}

.footer-left-info .infotext {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-left-info .infotext img {
  width: 18px;
  margin-right: 5px;
}

.footer-left .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-left .footer-logo a {
  margin-right: 30px;
}

.footer-left .footer-logo p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1em;
  padding-top: 10px;
}

.footer-right {
  width: 40%;
  background-image: var(--footer-right-bg);
  background-size: cover;
  padding-left: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 200px;
  padding-top: 200px;
}

.footer-right-link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}

.footer-right-link span {
  width: 140px;
}

.footer-right-link:hover {
  color: #fff;
}

.footer-right-cosmos {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 15px;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}

.footer-right-social {
  margin-bottom: 40px;
  margin-top: 10px;
}

.footer-right-social-link {
  margin-right: 25px;
}

.footer-right-social img {
  width: 30px;
}

.footer .copyright {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.875em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  padding: 0 14px;
}

.footer .copyright span {
  display: none;
}

@media (min-width: 1600px) {
  .footer .copyright {
    padding: 0 32px;
  }
}

@media (max-width: 1199.98px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 65px;
  }
  .footer-left {
    width: 100%;
    padding: 80px 30px 20px 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer-left-content {
    width: 100%;
    max-width: 100%;
  }
  .footer-right {
    width: 100%;
    background: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 10px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-right-social {
    width: 100%;
    max-width: 100%;
  }
  .footer-right-links {
    display: none;
  }
  .footer .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .footer .copyright span {
    display: inline;
  }
}

@media (max-width: 768px) {
  .footer-left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    border: 0;
  }
  .footer-left-info .infotitle {
    display: none;
  }
  .footer-left-info .infotext {
    padding: 8px 0;
  }
}

.fixed-copyright {
  color: #302D37;
  font-size: 0.875em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  padding: 0 14px;
  position: fixed;
  height: 100vh;
  top: 20px;
  z-index: 10;
}

@media (min-width: 1600px) {
  .fixed-copyright {
    padding: 0 32px;
  }
}

@media (max-width: 1199.98px) {
  .fixed-copyright {
    display: none;
  }
}

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

/*------------------------------------------------------------------
	about
------------------------------------------------------------------*/
.index-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.index-about-inner {
  width: 50%;
  padding: 0 80px;
  text-align: center;
}

.index-about-inner .content {
  margin-top: 34px;
  margin-bottom: 80px;
  width: 552px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  font-size: 1.25em;
  color: #302D37;
  text-align: left;
}

@media (max-width: 1199.98px) {
  .index-about-inner {
    padding: 0;
  }
  .index-about-inner .content {
    font-size: 1.15em;
  }
}

@media (max-width: 768px) {
  .index-about-inner {
    width: 100%;
  }
  .index-about-inner .content {
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 1em;
  }
  .index-about-img {
    display: none;
  }
  .index-about {
    position: relative;
  }
  .index-about:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    background-color: #B60C26;
    top: -100px;
    left: 50%;
    z-index: 100;
  }
}

/*------------------------------------------------------------------
	about-end
------------------------------------------------------------------*/
.index-product {
  margin-top: 100px;
}

.productCat_slider {
  padding-top: 67px;
  padding-bottom: 113px;
  overflow: hidden;
}

.productCat_slider .swiper-slide {
  height: 500px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productCat_slider .swiper-slide-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productCat_slider .swiper-slide .content {
  color: #fff;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.productCat_slider .swiper-slide .content p {
  font-size: 2.3em;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}

.productCat_slider .swiper-slide .content span {
  font-size: 1.25em;
}

.productCat_slider .swiper-slide .content:after {
  content: '';
  width: 0px;
  background-color: #B60C26;
  height: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productCat_slider .swiper-slide:after {
  content: '';
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000B3), color-stop(31%, #161616BB), to(#6A6A6A00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(360deg, #000000B3 0%, #161616BB 31%, #6A6A6A00 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  width: 100%;
  height: 30%;
  border-radius: 20px;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.productCat_slider .swiper-slide:before {
  content: '';
  background-image: url(/assets/images/common/hover.svg);
  position: absolute;
  z-index: 100;
  width: 128px;
  height: 128px;
  border: 2px;
  top: calc(40% - 64px);
  left: calc(50% - 64px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.productCat_slider .swiper-slide:hover {
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 30px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 30px;
}

.productCat_slider .swiper-slide:hover .swiper-slide-img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.productCat_slider .swiper-slide:hover:after {
  height: 100%;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000B3), color-stop(31%, #161616BB), to(#6A6A6A00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(360deg, #000000B3 0%, #161616BB 31%, #6A6A6A00 100%) 0% 0% no-repeat padding-box;
}

.productCat_slider .swiper-slide:hover:before {
  opacity: 1;
}

.productCat_slider .swiper-slide:hover .content:after {
  width: 35px;
}

@media (max-width: 768px) {
  .productCat_slider .swiper-slide {
    height: 400px;
  }
  .productCat_slider .swiper-slide .content {
    padding: 15px;
  }
  .productCat_slider .swiper-slide .content p {
    font-size: 1.9em;
  }
  .productCat_slider .swiper-slide .content span {
    font-size: 1em;
  }
}

@media (max-width: 414px) {
  .productCat_slider .swiper-slide {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .productCat_slider {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.index-themes {
  padding-top: 113px;
  background-color: #fff;
}

.index-themes-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 90px;
  margin-bottom: 67px;
}

@media (max-width: 768px) {
  .index-themes {
    padding-top: 60px;
  }
  .index-themes-title {
    padding-right: 0px;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .index-themes .moreBtn {
    display: none;
  }
}

.index-themes-slider {
  overflow: hidden;
}

.index-themes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 135px;
}

.index-themes-list .theme-item {
  width: calc(33% - 52px);
}

.index-themes-list .theme-item .title {
  font-size: 1.375em;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-themes-list .theme-item .title:after {
  content: '';
  width: 56px;
  background-color: #B60C26;
  height: 1px;
  display: block;
  margin-top: 10px;
}

.index-themes-list .theme-item .content {
  font-size: 1.125em;
  color: #707070;
  margin-bottom: 20px;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-themes-list .theme-item-img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.index-themes-list .theme-item-img img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.index-themes-list .theme-item-img:after {
  content: '';
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  border-radius: 6px;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000B3), color-stop(31%, #161616BB), to(#6A6A6A00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(360deg, #000000B3 0%, #161616BB 31%, #6A6A6A00 100%) 0% 0% no-repeat padding-box;
}

.index-themes-list .theme-item-img:before {
  content: '';
  background-image: url(/assets/images/common/hover.svg);
  position: absolute;
  z-index: 100;
  width: 128px;
  height: 128px;
  border: 2px;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-themes-list .theme-item-img:hover:after {
  opacity: 1;
}

.index-themes-list .theme-item-img:hover:before {
  opacity: 1;
}

@media (max-width: 1199.98px) {
  .index-themes-list .theme-item .title {
    width: 90%;
    font-size: 1.2em;
  }
  .index-themes-list .theme-item .content {
    font-size: 1.1em;
    width: 90%;
  }
}

@media (max-width: 575.98px) {
  .index-themes-list {
    padding-bottom: 10px;
  }
  .index-themes-list .theme-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .index-themes-list .theme-item .title {
    width: 100%;
  }
  .index-themes-list .theme-item .content {
    width: 100%;
  }
}

.index-customer-bg {
  background-color: #fff;
  padding-top: 135px;
  padding-bottom: 135px;
}

.index-customer {
  background-image: url(/assets/images/common/custome-bg.png);
  background-size: cover;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.index-customer-left {
  background-image: var(--index-intro-bg);
  background-size: cover;
  width: 52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.index-customer-right {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 48%;
}

.index-customer-right .title {
  font-size: 3em;
  font-weight: bold;
  color: #302D37;
  text-align: center;
  margin-bottom: 40px;
}

.index-customer-right .content {
  font-size: 1.2em;
  color: #302D37;
  width: 510px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

@media (max-width: 1199.98px) {
  .index-customer-right .title {
    font-size: 2em;
  }
  .index-customer-right .content {
    font-size: 1.15em;
  }
}

@media (max-width: 768px) {
  .index-customer-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .index-customer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-position: left 40% bottom;
  }
  .index-customer-left {
    width: 100%;
    padding-bottom: 70%;
  }
  .index-customer-right {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .index-customer-right .title {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  .index-customer-right .content {
    font-size: 1em;
  }
}

/*------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.index-tech {
  padding-top: 140px;
}

.index-tech-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 135px;
  margin-top: 60px;
}

.index-tech-list .tech-item {
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  position: relative;
}

.index-tech-list .tech-item img {
  display: block;
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-tech-list .tech-item:after {
  content: '';
  background-image: url(/assets/images/common/tech-mask.svg);
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  width: 61px;
  height: 61px;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .index-tech {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .index-tech-list {
    padding-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-tech-list .tech-item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}

.index-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 74px;
  padding-bottom: 140px;
}

.index-video-left {
  width: 31%;
}

.index-video-right {
  width: 65.3%;
}

.index-video .videobox {
  position: relative;
  padding-bottom: 56.2%;
  margin-bottom: 6%;
  height: 0;
  width: 100%;
}

.index-video .videobox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .index-video {
    padding-top: 30px;
    padding-bottom: 140px;
  }
}

@media (max-width: 768px) {
  .index-video {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 100px;
  }
  .index-video-left {
    width: 100%;
  }
  .index-video-right {
    width: 100%;
  }
}

/******************************************************************
	Pages 頁面
*******************************************************************/
/*********************************
    共用區塊
**********************************/
.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  margin: 0 auto;
}

.banner-small {
  max-width: 1740px;
}

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

.banner-member {
  max-width: 100%;
  height: 200px;
  background-position: center bottom;
}

@media (max-width: 991.98px) {
  .banner {
    height: 200px;
  }
}

.banner-title {
  padding-left: 90px;
  padding-right: 50px;
  background-image: url(/assets/images/common/banner_title01_1.svg), url(/assets/images/common/banner_title02_1.svg), url(/assets/images/common/banner_title02_1.svg);
  background-position: left bottom , left 45px bottom , right bottom;
  background-size: 40px , 23px , 23px;
  background-repeat: no-repeat;
}

.banner-title p, .banner-title h1 {
  line-height: 1;
  color: #fff;
  font-size: 3em;
  font-weight: bold;
}

.banner-title p.dark, .banner-title h1.dark {
  color: rgba(112, 112, 112, 0.7);
}

@media (max-width: 1199.98px) {
  .banner-title p, .banner-title h1 {
    font-size: 2.8em;
  }
}

@media (max-width: 991.98px) {
  .banner-title p, .banner-title h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 575.98px) {
  .banner-title {
    background-size: 25px , 15px , 15px;
    background-position: left bottom , left 35px bottom , right bottom;
    padding-left: 80px;
    padding-right: 40px;
    margin-left: -20px;
  }
  .banner-title p, .banner-title h1 {
    font-size: 2em;
  }
}

.main {
  padding-top: 81px;
}

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

.main-bg {
  background-image: var(--index-page-bg);
  background-position: right top;
  background-attachment: fixed;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .main-bg {
    background-attachment: scroll;
    background-size: cover;
  }
}

.white-bg {
  background-image: url(/assets/images/common/white.png);
  background-position: right top;
  background-attachment: fixed;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .white-bg {
    background-attachment: scroll;
    background-size: cover;
  }
}

.login-bg {
  position: fixed;
  background-image: var(--index-login-bg);
  background-position: right bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  height: 100vh;
}

@media (max-width: 768px) {
  .login-bg {
    background-attachment: scroll;
    background-size: cover;
    width: 60%;
  }
}

.breabcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(112, 112, 112, 0.5);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 30px;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breabcrumb.nobd {
  border-bottom: 0px;
  padding-bottom: 0;
}

.breabcrumb li:not(:last-child) {
  margin-right: 15px;
}

.breabcrumb li {
  margin-left: 15px;
}

.breabcrumb li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breabcrumb span, .breabcrumb h1 {
  font-size: 1em;
}

.breabcrumb.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.breabcrumb.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.breabcrumb.center {
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  }
}

.nodata {
  font-size: 20px;
  font-weight: bold;
  color: #B60C26;
  letter-spacing: 0.08em;
  text-align: center;
}

.mainbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainbody.theme {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 40px;
}

.mainbody.normal {
  padding: 60px 0;
}

.mainbody.newsdetail {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991.98px) {
  .mainbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .mainbody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainbody.theme {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.aside {
  width: 500px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 250px;
}

@media (max-width: 1366px) {
  .aside {
    width: 400px;
  }
}

@media (max-width: 1365.98px) {
  .aside {
    width: 300px;
    padding-right: 100px;
  }
}

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

.aside-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 #B60C26;
  padding-left: 16px;
  color: #B60C26;
}

.mainbody-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-text {
  font-size: 18px;
  font-weight: bold;
  color: #8a5022;
  text-align: center;
}

/*--------------------------------------------------------------------
S:   側選單 side menu
-------------------------------------------------------------------*/
.sidemenu-simple {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*--------------------------------------------------------------------
        第二層
    -------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
        第三層
    -------------------------------------------------------------------*/
  /*--------------------------------------------------------------------
		手機預設收起選單
    -------------------------------------------------------------------*/
}

.sidemenu-simple .sidemenu-simple-body {
  margin-top: 20px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 992px) {
  .sidemenu-simple .sidemenu-simple-body {
    display: block !important;
  }
}

.sidemenu-simple .search {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.2);
}

.sidemenu-simple .search-input {
  background: none;
  border: 0;
  font-size: 16px;
  color: #666666;
  width: calc(100% - 50px);
}

.sidemenu-simple .search-input::-webkit-input-placeholder {
  color: rgba(112, 112, 112, 0.3);
}

.sidemenu-simple .search-input:-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.3);
}

.sidemenu-simple .search-input::-ms-input-placeholder {
  color: rgba(112, 112, 112, 0.3);
}

.sidemenu-simple .search-input::placeholder {
  color: rgba(112, 112, 112, 0.3);
}

.sidemenu-simple .search-button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #B60C26;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  text-align: center;
  vertical-align: center;
}

.sidemenu-simple .search-button img {
  width: 100%;
}

.sidemenu-simple .sidemenu-simple-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  pointer-events: none;
  font-size: 2em;
  color: #B60C26;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  line-height: 1.65;
  position: relative;
}

.sidemenu-simple .sidemenu-simple-title.small {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.sidemenu-simple .sidemenu-simple-title:before {
  content: '';
  display: block;
  width: 120px;
  height: 3px;
  background-color: #B60C26;
  position: absolute;
  bottom: -2px;
}

.sidemenu-simple .sidemenu-simple-title i {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
}

.sidemenu-simple .sidemenu-simple-title.open i {
  font-weight: normal;
  color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidemenu-simple .menu-item a,
.sidemenu-simple .menu-sec-item a,
.sidemenu-simple .menu-trd-item a {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #666666;
  font-size: 1.14em;
}

.sidemenu-simple .menu-item i,
.sidemenu-simple .menu-sec-item i,
.sidemenu-simple .menu-trd-item i {
  -webkit-transition: .3s;
  transition: .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;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidemenu-simple .menu-item:hover a {
  color: #B60C26;
}

.sidemenu-simple .menu-item.active a {
  color: #B60C26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.sidemenu-simple .menu-item.active a:before {
  content: '';
  width: 2px;
  background-color: #B60C26;
  height: 20px;
  margin-right: 16px;
}

.sidemenu-simple .menu-sec {
  background: #B60C26;
  display: none;
}

.sidemenu-simple .menu-sec-item a {
  padding: 15px 24px 15px 2.3em;
}

.sidemenu-simple .menu-trd {
  display: none;
  background: #B60C26;
}

.sidemenu-simple .menu-trd-item a {
  padding: 15px 24px 15px 3.3em;
}

@media (max-width: 991.98px) {
  .sidemenu-simple .sidemenu-simple-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sidemenu-simple .search {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sidemenu-simple .sidemenu-simple-title {
    pointer-events: all;
    padding: 12px 24px;
    background: #B60C26;
    color: #fff;
    font-size: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidemenu-simple .sidemenu-simple-title:before {
    display: none;
  }
  .sidemenu-simple .sidemenu-simple-title i {
    display: block;
  }
  .sidemenu-simple .menu-item {
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .sidemenu-simple .menu-item.active {
    background-color: #fff;
  }
}

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

.paginations-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination a {
  font-size: .9em;
  color: #302D37;
  font-weight: bold;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a.active {
  border: 1px solid #302D37;
}

/*********************************
    共用區塊
**********************************/
/*********************************
    產品列表
**********************************/
.product-page {
  padding-bottom: 80px;
}

.main-category {
  overflow: hidden;
  padding: 70px 0;
}

.main-category .content {
  border-bottom: 1px solid #C4C4C4;
  color: #707070;
}

.main-category .content:after {
  content: '';
  width: 115px;
  background-color: #B60C26;
  height: 3px;
  display: block;
  position: absolute;
  bottom: 1px;
}

@media (max-width: 768px) {
  .main-category {
    padding: 40px 0;
  }
}

.theme-category {
  overflow: hidden;
  margin-bottom: 30px;
}

.theme-category .content {
  font-size: 20px;
  color: #707070;
  padding: 30px 0;
  text-align: center;
}

.theme-category .content.active {
  border-bottom: 4px solid #707070;
}

@media (max-width: 768px) {
  .theme-category .content {
    font-size: 20px;
    padding: 25px 0;
  }
}

.productCat_slider-next {
  position: absolute;
  right: 0;
  top: calc(50% - 35px);
  display: block;
  cursor: pointer;
}

.productCat_slider-next:before {
  content: '';
  width: 69px;
  height: 69px;
  background-color: rgba(89, 87, 95, 0.17);
  border-radius: 100%;
  display: block;
}

.productCat_slider-next img {
  position: absolute;
  top: 50%;
  left: -50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.productCat_slider-next:hover img {
  left: -20%;
}

.productCat_slider-prev {
  position: absolute;
  left: 0;
  top: calc(50% - 35px);
  display: block;
  cursor: pointer;
}

.productCat_slider-prev:before {
  content: '';
  width: 69px;
  height: 69px;
  background-color: rgba(89, 87, 95, 0.17);
  border-radius: 100%;
  display: block;
}

.productCat_slider-prev img {
  position: absolute;
  top: 50%;
  right: -50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.productCat_slider-prev:hover img {
  right: -20%;
}

.productCat_slider-next.swiper-button-disabled, .productCat_slider-prev.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 1366px) {
  .productCat_slider-prev {
    top: calc(50% - 25px);
  }
  .productCat_slider-prev:before {
    content: '';
    width: 50px;
    height: 50px;
  }
  .productCat_slider-next {
    top: calc(50% - 25px);
  }
  .productCat_slider-next:before {
    content: '';
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .productCat_slider-prev {
    top: calc(50% - 20px);
  }
  .productCat_slider-prev:before {
    content: '';
    width: 40px;
    height: 40px;
  }
  .productCat_slider-next {
    top: calc(50% - 20px);
  }
  .productCat_slider-next:before {
    content: '';
    width: 40px;
    height: 40px;
  }
}

.product-page-slider {
  padding: 0 130px;
  position: relative;
}

@media (max-width: 1366px) {
  .product-page-slider {
    padding: 0 100px;
  }
}

@media (max-width: 768px) {
  .product-page-slider {
    padding: 0 70px;
  }
}

.theme-page-bg {
  background-color: rgba(112, 112, 112, 0.1);
}

.theme-page-slider {
  padding: 0 130px;
  position: relative;
}

@media (max-width: 1366px) {
  .theme-page-slider {
    padding: 0 100px;
  }
}

@media (max-width: 768px) {
  .theme-page-slider {
    padding: 0 75px;
  }
}

.main-category .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  padding: 12px 0;
  justify-content: center;
}

.main-category .title .title-zh {
  font-size: 2.1em;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-category .title .title-zh:after {
  content: '';
  display: block;
  background-image: url(/assets/images/common/banner_title02_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 15px;
  margin: 0 5px;
}

.main-category .title .title-en {
  font-size: 1.1em;
}

@media (max-width: 1366px) {
  .main-category .title .title-zh {
    font-size: 1.9em;
  }
  .main-category .title .title-en {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .main-category .title .title-zh {
    font-size: 1.7em;
  }
  .main-category .title .title-en {
    font-size: 1em;
  }
}

@media (max-width: 575.98px) {
  .main-category .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.prolist {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prolist-item {
  width: 33.3%;
  padding: 10px;
  margin-bottom: 80px;
}

.prolist-item.searchItem {
  width: 25%;
}

@media (max-width: 991.98px) {
  .prolist-item {
    width: 50%;
    margin-bottom: 40px;
  }
  .prolist-item.searchItem {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  .prolist-item.searchItem {
    width: 50%;
  }
}

.prolist-item-img {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prolist-item-img:after {
  content: '';
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000B3), color-stop(31%, #3a3a3abb), to(#6A6A6A00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(360deg, #000000B3 0%, #3a3a3abb 31%, #6A6A6A00 100%) 0% 0% no-repeat padding-box;
}

.prolist-item-img:before {
  content: '';
  background-image: url(/assets/images/common/hover_1.svg);
  position: absolute;
  z-index: 100;
  width: 128px;
  height: 128px;
  border: 2px;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.prolist-item-img:hover:after {
  opacity: 1;
}

.prolist-item-img:hover:before {
  opacity: 1;
}

.prolist-item-link {
  color: #302D37;
  font-size: 1.25em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prolist-item-link .title {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
}

.prolist-item-link:after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  background-color: #B60C26;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .prolist-item-link {
    font-size: 1em;
  }
}

.prodetail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.prodetail > .bread {
  display: none;
}

@media (max-width: 1500px) {
  .prodetail {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991.98px) {
  .prodetail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 25px;
  }
  .prodetail > .bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.prodetail-img {
  width: 650px;
}

.prodetail-img img {
  width: 100%;
}

.prodetail-img .proImgSlider-thumb {
  padding-bottom: 10px;
}

.prodetail-img .proImgSlider-thumb .swiper-slide {
  opacity: 0.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prodetail-img .proImgSlider-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  -webkit-box-shadow: 2px 2px 8px #999;
          box-shadow: 2px 2px 8px #999;
}

@media (max-width: 1500px) {
  .prodetail-img {
    width: 600px;
  }
}

@media (max-width: 1366px) {
  .prodetail-img {
    width: 500px;
  }
}

@media (max-width: 1199.98px) {
  .prodetail-img {
    width: 400px;
  }
}

@media (max-width: 991.98px) {
  .prodetail-img {
    width: 100%;
  }
}

.proImgSlider {
  margin-bottom: 10px;
}

.prodetail-info {
  padding-left: 48px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.prodetail-info-content {
  padding: 30px 45px 45px 45px;
  background-image: url(/assets/images/common/pro_bg.png);
  background-size: cover;
  background-color: #fff;
}

.prodetail-info-content .id {
  color: #707070;
  font-size: 1.1em;
  font-weight: bold;
}

.prodetail-info-content .title {
  color: #B60C26;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prodetail-info-content .title:after {
  content: '';
  width: 50px;
  height: 2px;
  margin: 20px 0;
  background-color: #B60C26;
}

.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: 1366px) {
  .prodetail-info-content .id {
    font-size: 1em;
  }
  .prodetail-info-content .title {
    font-size: 1.5em;
  }
  .prodetail-info-content .content {
    font-size: 1em;
  }
}

@media (max-width: 991.98px) {
  .prodetail-info {
    margin-top: 15px;
    padding-left: 0;
  }
  .prodetail-info > .bread {
    display: none;
  }
  .prodetail-info-content {
    padding: 30px 30px 45px 30px;
  }
}

@media (max-width: 768px) {
  .prodetail-info-content {
    margin-left: -30px;
    margin-right: -30px;
  }
  .prodetail-info-content .title:after {
    content: '';
    margin: 10px 0;
  }
}

.prodetail-info-content .status {
  border-top: 1px solid rgba(112, 112, 112, 0.6);
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  padding-top: 20px;
  margin-bottom: 20px;
}

.prodetail-info-content .status .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 10px;
}

.prodetail-info-content .status .infoBox-title {
  width: 96px;
  margin-right: 25px;
  font-size: 1.1em;
  color: #707070;
  line-height: 1.2;
  border-right: 1px solid #707070;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.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: #B60C26;
}

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

.specification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.specification.mt25 {
  margin-top: 25px;
}

.specification-title {
  width: 96px;
  margin-right: 25px;
  font-size: 1.1em;
  color: #707070;
  line-height: 1;
  border-right: 1px solid #707070;
  margin-top: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.specification-content {
  font-size: 1.1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.specification-content p {
  color: #707070;
  line-height: 2;
}

@media (max-width: 1366px) {
  .specification-title {
    font-size: 1em;
  }
  .specification-content {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .specification-title {
    width: 80px;
  }
}

.addtocart {
  background: #B60C26;
  border-radius: 7px;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 15px 0;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.addtocart.fixed {
  display: none;
}

.addtocart:hover {
  top: -5px;
  -webkit-box-shadow: 2px 2px 5px #C4C4C4;
          box-shadow: 2px 2px 5px #C4C4C4;
}

@media (max-width: 1366px) {
  .addtocart {
    font-size: 1.2em;
  }
}

@media (max-width: 991.98px) {
  .addtocart.fixed {
    display: block;
    position: fixed;
    bottom: 0;
    top: auto;
    height: 70px;
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .addtocart {
    font-size: 1em;
  }
}

.procontent {
  margin-top: 70px;
  padding-left: 60px;
  padding-right: 60px;
}

.procontent .title {
  font-size: 1.5em;
  color: #707070;
  border-bottom: 1px solid #707070;
  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;
  }
}

.newslist {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newslist-item {
  width: 33.3%;
  padding: 10px;
  margin-bottom: 80px;
}

.newslist-item .content {
  font-size: 18px;
  color: #707070;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 64px;
  line-height: 32px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newslist-item .date {
  font-size: 14px;
  color: #B60C26;
  margin: 5px 0 8px 0;
}

.newslist-item .category {
  font-size: 14px;
  background: #B60C26;
  border-radius: 17px;
  color: #fff;
  display: inline;
  padding: 5px 15px;
}

@media (max-width: 991.98px) {
  .newslist-item {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .newslist-item .content {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 56px;
    line-height: 28px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 575.98px) {
  .newslist-item {
    width: 100%;
  }
}

.newslist-item-img {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newslist-item-img img {
  width: 100%;
}

.newslist-item-img:after {
  content: '';
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#000000B3), color-stop(31%, #3a3a3abb), to(#6A6A6A00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(360deg, #000000B3 0%, #3a3a3abb 31%, #6A6A6A00 100%) 0% 0% no-repeat padding-box;
}

.newslist-item-img:before {
  content: '';
  background-image: url(/assets/images/common/hover.svg);
  position: absolute;
  z-index: 100;
  width: 128px;
  height: 128px;
  border: 2px;
  top: calc(50% - 64px);
  left: calc(50% - 64px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.newslist-item-img:hover:after {
  opacity: 1;
}

.newslist-item-img:hover:before {
  opacity: 1;
}

.newslist-item-link {
  color: #302D37;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
}

.newslist-item-link .title {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
  font-size: 20px;
}

.newslist-item-link:after {
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  background-color: #B60C26;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .newslist-item-link .title {
    font-size: 16px;
  }
}

.newsdetail-page .bread {
  padding: 15px 0;
  background-color: #EBEBEB;
}

.newsdetail-page .bread .breabcrumb {
  margin-bottom: 0;
}

.newdetail_top {
  width: 100%;
  position: relative;
}

.newdetail_top_title {
  color: #8A5022;
  font-size: 36px;
  text-align: center;
  padding: 15px 0;
}

.newdetail_top .datelist {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}

.newdetail_top .datelist .category {
  background-color: #8A5022;
  color: #fff;
  border-radius: 17px;
  padding: 0px 15px;
  margin-right: 10px;
}

.newdetail_top .datelist .date {
  color: #8A5022;
  font-weight: bold;
}

.newdetail_top:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #8A5022;
  bottom: -80px;
  left: 50%;
  z-index: 100;
}

@media (max-width: 991.98px) {
  .newdetail_top_title {
    font-size: 28px;
  }
  .newdetail_top .datelist {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .newdetail_top .datelist {
    padding-top: 30px;
  }
  .newdetail_top_title {
    font-size: 24px;
  }
  .newdetail_top:before {
    height: 40px;
    bottom: -40px;
  }
}

.newsbox {
  background-color: #fff;
  padding: 40px 30px;
  margin-top: 40px;
  padding-top: 80px;
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .newsbox {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .newsbox {
    margin-top: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 40px;
  }
}

.tipslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tipslist .tips-item:hover {
  top: -5px;
  -webkit-box-shadow: 2px 2px 15px #c4c0c0;
          box-shadow: 2px 2px 15px #c4c0c0;
}

.tipslist .tips-item .content {
  color: #707070;
  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: 575.98px) {
  .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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
}

.about .title-main {
  font-size: 53px;
  text-align: center;
  color: #8A5022;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .title-main:after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #B60C26;
  margin-top: 35px;
}

.about .title-sec {
  font-size: 36px;
  text-align: center;
  color: #8A5022;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .title-sec span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about .title-sec span:after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #B60C26;
  margin-top: 35px;
}

.about .title-sec span.left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about .title-sec span.right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about .content {
  max-width: 930px;
  margin: 0 auto;
  color: #707070;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about .content p {
  font-size: 20px;
  line-height: 220%;
}

@media (max-width: 1199.98px) {
  .about p {
    font-size: 18px !important;
  }
  .about .title-main {
    font-size: 40px;
  }
  .about .title-sec {
    font-size: 28px;
  }
}

@media (max-width: 991.98px) {
  .about p {
    font-size: 16px !important;
  }
  .about .title-main {
    font-size: 36px;
  }
  .about .title-sec {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .about p {
    font-size: 16px !important;
  }
  .about .title-main {
    font-size: 28px;
  }
  .about .title-sec {
    font-size: 20px;
  }
  .about .title-sec span.left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about .title-sec span.right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.aboutBox01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.aboutBox01_left {
  width: 50%;
}

.aboutBox01_left img {
  width: 100%;
}

.aboutBox01_right {
  background: rgba(103, 78, 59, 0.56);
  padding: 70px;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  position: absolute;
  right: 0;
}

.aboutBox01_right h3 {
  font-size: 53px;
  font-weight: bold;
  color: #fff;
  max-width: 550px;
  text-align: left;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .aboutBox01_right h3 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .aboutBox01_right h3 {
    font-size: 30px;
  }
}

.aboutBox01_right p {
  font-size: 20px;
  color: #fff;
  margin: 40px 0;
  max-width: 550px;
}

@media (max-width: 1365.98px) {
  .aboutBox01_right {
    width: 60%;
    padding: 40px 70px;
  }
  .aboutBox01_right p {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 991.98px) {
  .aboutBox01_right {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .aboutBox01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutBox01_left {
    width: 100%;
  }
  .aboutBox01_right {
    width: 100%;
    position: relative;
  }
}

.about_content {
  font-size: 20px;
  color: #707070;
}

.aboutBox02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.aboutBox02_left {
  width: 60%;
  z-index: 10;
  position: relative;
}

.aboutBox02_left_top {
  background: rgba(103, 78, 59, 0.36);
  padding: 70px;
}

.aboutBox02_left_top h3 {
  font-size: 53px;
  font-weight: bold;
  color: #fff;
  max-width: 620px;
  text-align: left;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .aboutBox02_left_top h3 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .aboutBox02_left_top h3 {
    font-size: 30px;
  }
}

.aboutBox02_left_top p {
  font-size: 20px;
  color: #fff;
  margin: 40px 0;
  max-width: 620px;
}

@media (max-width: 991.98px) {
  .aboutBox02_left_top {
    padding: 40px;
  }
  .aboutBox02_left_top p {
    margin: 20px 0 0 0;
  }
}

.aboutBox02_left_bottom {
  padding: 40px 70px;
}

.aboutBox02_left_bottom p {
  font-size: 20px;
  color: #707070;
  margin: 40px 0;
  max-width: 620px;
}

@media (max-width: 991.98px) {
  .aboutBox02_left_bottom {
    padding: 40px;
  }
}

@media (max-width: 991.98px) {
  .aboutBox02_left {
    width: 100%;
  }
  .aboutBox02_left_bottom p {
    max-width: 100%;
    margin-top: 50px;
  }
  .aboutBox02_left_top {
    width: 60%;
  }
}

.aboutBox02_right {
  position: absolute;
  right: 0;
  top: 20%;
  width: 45%;
}

@media (max-width: 991.98px) {
  .aboutBox02_right {
    top: 5%;
  }
}

@media (max-width: 768px) {
  .aboutBox02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutBox02_left {
    width: 100%;
  }
  .aboutBox02_left_top {
    width: 100%;
  }
  .aboutBox02_right {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
}

.aboutBox03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.aboutBox03_left {
  width: 50%;
  z-index: 10;
  position: relative;
}

.aboutBox03_left_top {
  background: rgba(103, 78, 59, 0.36);
  padding: 70px;
}

.aboutBox03_left_top h3 {
  font-size: 53px;
  font-weight: bold;
  color: #fff;
  max-width: 620px;
  text-align: left;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .aboutBox03_left_top h3 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .aboutBox03_left_top h3 {
    font-size: 30px;
  }
}

.aboutBox03_left_top p {
  font-size: 20px;
  color: #fff;
  margin: 40px 0;
  max-width: 620px;
}

.aboutBox03_left_bottom {
  padding: 20px 50px;
}

.aboutBox03_left_bottom li {
  font-size: 20px;
  color: #707070;
  margin: 10px 0;
  max-width: 620px;
  list-style-type: disc;
}

@media (max-width: 1199.98px) {
  .aboutBox03_left_bottom li {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .aboutBox03_left {
    width: 70%;
  }
  .aboutBox03_left_top {
    padding: 40px 40px;
  }
  .aboutBox03_left_bottom {
    padding: 20px 20px;
  }
}

.aboutBox03_right {
  margin-top: 80px;
  width: 55%;
  margin-left: -80px;
}

@media (max-width: 768px) {
  .aboutBox03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .aboutBox03_left {
    width: 100%;
  }
  .aboutBox03_right {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}

.abou-bottom {
  height: 435px;
  background-image: url(/assets/images/common/about_bottom_1.png);
  background-size: cover;
  background-position: center right;
  margin-bottom: -4px;
}

@media (max-width: 1199.98px) {
  .abou-bottom {
    height: 370px;
  }
}

@media (max-width: 768px) {
  .abou-bottom {
    height: 250px;
  }
}

.qa {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.qa li {
  background-image: url(/assets/images/common/qa_close.png);
  background-position: left top 27px;
  background-repeat: no-repeat;
  padding-left: 50px;
  border-bottom: 1px solid #C4C4C4;
  padding: 20px 0 20px 50px;
}

.qa li.open {
  background-image: url(/assets/images/common/qa_open.png);
}

.qa .qa_title {
  font-size: 18px;
  font-weight: bold;
  color: #302D37;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.qa .qa_answer {
  display: none;
  color: #302D37;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .qa .qa_title {
    font-size: 16px;
  }
  .qa .qa_answer {
    font-size: 16px;
  }
}

.contact_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .contact_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-map iframe {
  width: 55%;
  height: 360px;
  position: absolute;
  right: 0;
  top: 90px;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .contact-map iframe {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .contact-map iframe {
    position: relative;
    width: 100%;
    top: 30px;
  }
}

.contact-info {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 15px 10px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 15px 10px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 70px;
  position: relative;
  z-index: 10;
}

.contact-info .title {
  font-size: 24px;
  color: #302D37;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-info .title:after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #B60C26;
  margin-top: 20px;
}

.contact-info .c-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin-top: 20px;
  color: #707070;
}

.contact-info .c-info-title {
  font-weight: bold;
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #707070;
}

@media (max-width: 991.98px) {
  .contact-info {
    padding: 40px;
    width: 60%;
  }
  .contact-info .title {
    font-size: 20px;
  }
  .contact-info .info {
    font-size: 16px;
  }
  .contact-info .info-title {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .contact-info {
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.contact_banner {
  background-image: url(/assets/images/common/contact.png);
  background-attachment: fixed;
  height: 450px;
  width: 100%;
  background-size: cover;
}

.contact_travel {
  padding: 90px 0;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
}

.contact_travel .title {
  font-size: 24px;
  font-weight: bold;
  color: #707070;
}

.contact_travel .travel {
  color: #302D37;
  font-size: 18px;
  font-weight: bold;
  margin: 45px 0;
}

@media (max-width: 991.98px) {
  .contact_travel .title {
    font-size: 20px;
  }
  .contact_travel .travel {
    font-size: 16px;
  }
}

.travellist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.travellist-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #707070;
  margin-bottom: 10px;
  font-size: 18px;
}

.travellist-item p {
  font-weight: bold;
  color: #707070;
  width: 160px;
}

@media (max-width: 991.98px) {
  .travellist-item {
    width: 100%;
    font-size: 16px;
  }
}

.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: #707070;
  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 #707070;
  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 #B60C26;
  background-color: #B60C26;
  color: #fff;
}

/*--------------------------------------------------------------------
	Shopping
-------------------------------------------------------------------*/
.cart-page {
  margin-bottom: 80px;
}

.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  padding-top: 50px;
  position: relative;
}

.cartlist {
  width: 65%;
}

.cartlist-title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #707070;
  margin-bottom: 10px;
  padding: 5px 15px;
}

.cartlist-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cartlist-item-wrap > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cartlist-item-img {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cartlist-item-img .img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cartlist-item-num {
  width: 140px;
  padding: 0 10px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cartlist-item-remove {
  width: 80px;
}

.cartlist-item-remove .btn-remove {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 0;
  color: #707070;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.cartlist-item-remove .btn-remove:hover {
  -webkit-filter: drop-shadow(2px 2px 2px #999);
          filter: drop-shadow(2px 2px 2px #999);
}

.cartlist-item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 15px;
  padding-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.cartlist-item p {
  word-break: break-all;
  color: #707070;
}

@media (max-width: 991.98px) {
  .cartlist-item {
    font-size: 16px;
  }
}

.cartform {
  margin-top: 55px;
  width: 35%;
  margin-left: 60px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-bottom: 30px;
}

.cartform .cartform-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.cartform .cartform-item .title {
  width: 120px;
}

.cartform .cartform-item label {
  font-size: 18px;
  color: #707070;
}

.cartform .cartform-item a {
  color: #B60C26;
}

@media (max-width: 991.98px) {
  .cartform {
    padding: 30px;
  }
  .cartform .cartform-item label {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .cartform .cartform-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .cartlist {
    width: 55%;
    margin-top: 30px;
  }
  .cartform {
    width: 43%;
    margin-left: 2%;
    margin-top: 30px;
  }
  .cartlist-title {
    display: none;
  }
  .cartlist-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    padding-bottom: 10px;
  }
  .cartlist-item-wrap > div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .cartlist-item-wrap > div p {
    width: 100%;
  }
  .cartlist-item-wrap > div.spec {
    background: #707070;
    border-radius: 5px;
    width: auto;
    margin-left: 10px;
  }
  .cartlist-item-wrap > div.spec p {
    color: #fff;
    font-size: 16px;
  }
  .cartlist-item-wrap > div.title {
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
  }
  .cartlist-item-wrap > div.productid {
    width: 100%;
  }
  .cartlist-item-wrap > div.productid p {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cartlist {
    width: 100%;
    margin-top: 0px;
  }
  .cartform {
    width: 100%;
    margin-left: 0%;
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .cartlist-title {
    display: none;
  }
  .cartlist-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    padding-bottom: 10px;
  }
  .cartlist-item-wrap > div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .cartlist-item-wrap > div p {
    width: 100%;
  }
  .cartlist-item-wrap > div.spec {
    background: #707070;
    border-radius: 5px;
    width: auto;
    margin-left: 10px;
  }
  .cartlist-item-wrap > div.spec p {
    color: #fff;
    font-size: 16px;
  }
  .cartlist-item-wrap > div.cart-num {
    margin-top: 5px;
    padding: 0;
    margin-left: 10px;
  }
  .cartlist-item-wrap > div.title {
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
  }
  .cartlist-item-wrap > div.productid {
    width: 100%;
  }
  .cartlist-item-wrap > div.productid p {
    font-size: 16px;
  }
  .cartlist-item-remove {
    width: 50px;
  }
  .cartlist-item-num {
    width: 30%;
  }
}

@media (max-width: 575.98px) {
  .cartlist-item {
    padding: 15px 10px 5px 10px;
  }
  .cartlist-item-img {
    width: 105px;
  }
  .cartlist-item-img .img {
    width: 90px;
    height: 90px;
  }
  .cartlist-item-wrap > div p {
    font-size: 15px;
  }
  .cartlist-item-wrap > div.spec {
    margin-left: 0;
  }
  .cartlist-item-wrap > div.spec p {
    font-size: 14px;
  }
  .cartlist-item-wrap > div.title {
    padding-left: 0;
  }
  .cartlist-item-wrap > div.productid {
    padding-left: 0;
  }
  .cartlist-item-wrap > div.productid p {
    font-size: 14px;
  }
  .cartlist-item-remove {
    width: 30px;
  }
  .cartlist-item-remove .btn-remove {
    width: 30px;
    height: 30px;
  }
  .cartlist-item-remove .btn-remove .fa-trash {
    font-size: 1.5em;
  }
  .cartlist-item-num {
    width: 75px;
  }
  .cartform {
    margin-top: 40px;
  }
}

.notice {
  background-color: rgba(112, 112, 112, 0.1);
  padding: 40px 0;
}

.notice .notice-title {
  background-image: url(/assets/images/common/banner_title02.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding-left: 40px;
  width: 190px;
  margin: 0 auto;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #B60C26;
}

.notice .textcontent {
  padding: 40px 0;
  font-size: 18px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .notice .textcontent {
    font-size: 16px;
  }
}

.detaillist {
  width: 100%;
}

.detaillist-title {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #302D37;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #302D37;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .detaillist-title {
    font-size: 16px;
  }
}

.detaillist-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.detaillist-item-wrap > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.detaillist-item-wrap > div.price {
  text-align: right;
}

.detaillist-item-img {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.detaillist-item-img .img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.detaillist-item-price {
  text-align: right;
  width: 150px;
}

.detaillist-item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #302D37;
  padding: 20px 15px 20px 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.detaillist-item p {
  word-break: break-all;
  color: #302D37;
}

@media (max-width: 991.98px) {
  .detaillist-item {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .detaillist {
    width: 100%;
    margin-top: 0px;
  }
  .detaillist-item-wrap > div {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .detaillist-title {
    display: none;
  }
  .detaillist-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    padding-bottom: 10px;
  }
  .detaillist-item-wrap > div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .detaillist-item-wrap > div p {
    width: 100%;
  }
  .detaillist-item-wrap > div.spec {
    background: #707070;
    border-radius: 5px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .detaillist-item-wrap > div.spec p {
    color: #fff;
    font-size: 16px;
  }
  .detaillist-item-wrap > div.num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .detaillist-item-wrap > div.num:before {
    content: attr(data-title);
    width: 50px;
  }
  .detaillist-item-wrap > div.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    text-align: left;
  }
  .detaillist-item-wrap > div.price:before {
    content: attr(data-title);
    width: 50px;
  }
  .detaillist-item-wrap > div.title {
    font-weight: bold;
    width: 100%;
    margin-bottom: 5px;
  }
  .detaillist-item-wrap > div.productid {
    width: 100%;
  }
  .detaillist-item-wrap > div.productid p {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  .detaillist-item {
    padding: 15px 0px 5px 0px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .detaillist-item-img {
    width: 105px;
  }
  .detaillist-item-img .img {
    width: 90px;
    height: 90px;
  }
  .detaillist-item-wrap > div p {
    font-size: 15px;
  }
  .detaillist-item-wrap > div.spec {
    margin-left: 0;
  }
  .detaillist-item-wrap > div.spec p {
    font-size: 14px;
  }
  .detaillist-item-wrap > div.title {
    padding-left: 0;
    padding-right: 5px;
  }
  .detaillist-item-wrap > div.productid {
    padding-left: 0;
    padding-bottom: 5px;
    line-height: 1;
  }
  .detaillist-item-wrap > div.productid p {
    font-size: 14px;
  }
  .detaillist-item-wrap > div.num {
    font-size: 14px;
  }
  .detaillist-item-wrap > div.price {
    font-size: 14px;
  }
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.info-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 30px;
  margin-left: 30px;
}

.info-item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.info-item .title.orange {
  color: #B60C26;
  margin-bottom: 10px;
}

.info-item.coupon {
  max-width: 300px;
}

.info-item.coupon img {
  width: 100%;
}

.info-item-box {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 10px;
}

.info-item-box span {
  width: 115px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .info-item .title {
    font-size: 18px;
  }
  .info-item-box {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .info-item {
    padding: 20px;
    border-radius: 15px;
    margin-left: 15px;
  }
  .info-item-box {
    margin-bottom: 5px;
  }
  .info-item-box span {
    width: 90px;
  }
}

@media (max-width: 575.98px) {
  .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .info-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .info-item.coupon {
    max-width: 100%;
  }
}

.detail-notice {
  padding: 0px 0  30px 0;
}

.detail-notice .detail-notice-title {
  font-size: 24px;
  font-weight: bold;
  color: #302D37;
  width: 100%;
}

@media (max-width: 991.98px) {
  .detail-notice .detail-notice-title {
    font-size: 18px;
  }
}

.detail-notice .textcontent {
  padding: 40px 0;
  font-size: 18px;
  width: 100%;
  color: #302D37;
}

@media (max-width: 991.98px) {
  .detail-notice .textcontent {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------------
	Member
-------------------------------------------------------------------*/
.login {
  width: 600px;
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 70px 50px 70px;
  -webkit-box-shadow: 12px 7px 21px rgba(0, 0, 0, 0.25);
          box-shadow: 12px 7px 21px rgba(0, 0, 0, 0.25);
  margin-top: 81px;
  margin-bottom: 80px;
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.login .text {
  font-size: 16px;
  color: #707070;
  letter-spacing: 0.06em;
}

.login .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login .links .forgot {
  font-size: 1.125em;
  color: #707070;
  border-bottom: 1px solid #707070;
}

.login .links .forgot:hover {
  font-weight: bold;
}

@media (max-width: 1600px) {
  .login {
    margin-top: 40px;
    width: 550px;
  }
}

@media (max-width: 1199.98px) {
  .login {
    padding: 40px 50px;
  }
}

@media (max-width: 768px) {
  .login {
    padding: 30px 40px;
  }
  .login .links .forgot {
    font-size: 1em;
  }
}

@media (max-width: 575.98px) {
  .login .links {
    padding-top: 20px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-title {
  padding-left: 100px;
  background-image: url(/assets/images/common/banner_title01.svg), url(/assets/images/common/banner_title02.svg);
  background-position: left bottom , left 45px bottom;
  background-size: 43px , 23px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
}

.login-title p {
  line-height: 1;
  color: #707070;
  font-size: 36px;
  letter-spacing: 0.1em;
}

.login-title span {
  color: #707070;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: 10px;
  font-weight: bold;
}

@media (max-width: 991.98px) {
  .login-title {
    background-size: 33px , 23px;
    background-position: left bottom , left 35px bottom;
    padding-left: 80px;
  }
  .login-title p {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .login-title {
    background-size: 24px , 14px;
    background-position: left bottom , left 25px bottom;
    padding-left: 60px;
  }
  .login-title p {
    font-size: 24px;
  }
  .login-title span {
    font-size: 14px;
  }
}

.login-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
}

.login-line span {
  color: #C4C4C4;
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.login-line span:after {
  content: '';
  width: 35%;
  height: 1px;
  background-color: #C4C4C4;
}

.login-line span:before {
  content: '';
  width: 35%;
  height: 1px;
  background-color: #C4C4C4;
}

.login-buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-buttons .btn {
  letter-spacing: 0.05em;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 4px;
  font-size: 1.125em;
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: auto 25px;
}

.login-buttons .btn-facebook {
  background-color: #3B5781;
  color: #fff;
  width: 100%;
  background-image: url(/assets/images/common/btn_facebook.png);
}

.login-buttons .btn-line {
  background-color: #06C152;
  color: #fff;
  width: 48%;
  background-image: url(/assets/images/common/btn_line.png);
  padding-left: 40px;
}

.login-buttons .btn-google {
  background-color: rgba(196, 196, 196, 0.5);
  background-image: url(/assets/images/common/btn_google.png);
  color: #707070;
  width: 48%;
  padding-left: 40px;
  margin-left: 3%;
}

.login-buttons .btn:hover {
  top: -5px;
  -webkit-box-shadow: 2px 2px 5px #C4C4C4;
          box-shadow: 2px 2px 5px #C4C4C4;
}

@media (max-width: 1600px) {
  .login-buttons .btn {
    font-size: 1.1em;
  }
}

@media (max-width: 991.98px) {
  .login-buttons .btn {
    font-size: 1em;
  }
  .login-buttons .btn-line {
    width: 100%;
    padding-left: 0;
    margin-bottom: 16px;
  }
  .login-buttons .btn-google {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

.login-text {
  font-size: 1.125em;
  text-align: right;
  padding: 20px 0;
  color: #707070;
}

.login-text a {
  color: #B60C26;
  font-weight: bold;
}

@media (max-width: 768px) {
  .login-text {
    font-size: 1em;
  }
}

.member .bread {
  padding: 30px 0;
}

.member .bread .breabcrumb {
  margin-bottom: 0;
}

.member .mainbody {
  padding: 0 100px;
}

@media (max-width: 1199.98px) {
  .member .mainbody {
    padding: 0;
  }
}

.member .mainbody .innerBox {
  width: 100%;
  background-color: #F1F1F1;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}

.member .mainbody .innerBox.dark {
  z-index: 9;
  background-color: #E5E5E5;
  top: -50px;
  padding-top: 100px;
}

.member .mainbody .innerBox.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 991.98px) {
  .member .mainbody .innerBox.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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 {
  background-color: rgba(112, 112, 112, 0.1);
  width: 100%;
}

.member-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.member-menu-item {
  font-size: 1.25em;
  color: #707070;
  padding: 20px 40px;
  margin: 0 10px;
  letter-spacing: 0.05em;
}

.member-menu-item.active {
  border-bottom: 4px solid #707070;
}

@media (max-width: 768px) {
  .member-menu-item {
    padding: 15px 0;
    text-align: center;
    font-size: 1.1em;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 33.3%;
  }
}

@media (max-width: 414px) {
  .member-menu-item {
    font-size: 1em;
  }
}

.profile {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.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);
  -webkit-filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, 0.25));
  padding: 30px;
  border-radius: 20px;
}

.profile .info {
  font-size: 18px;
  color: #707070;
  margin-bottom: 30px;
}

.profile .buttonlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 575.98px) {
  .profile .buttonlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .profile .buttonlist button {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.profile-item-title {
  font-size: 20px;
  color: #707070;
  margin-bottom: 20px;
}

.profile-item .title {
  width: 140px;
  color: #707070;
  font-size: 1.125em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .profile-item-title {
    font-size: 18px;
  }
  .profile-item .title {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .profile-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            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%;
  }
}

.list-style01 {
  width: 100%;
}

.list-style01 .list-style01-thead {
  color: #302D37;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.list-style01 .list-style01-item {
  border-radius: 5px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #707070;
  margin: 5px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.list-style01 .list-style01-item:nth-child(even) {
  background-color: #fff;
}

.list-style01 .list-style01-item:hover {
  -webkit-box-shadow: 2px 2px 5px #C4C4C4;
          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 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: #f4f4f4;
    border: 0;
    margin-bottom: 20px;
    padding: 15px;
  }
  .list-style01 .list-style01-item .item:not(.button) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    line-height: 1;
  }
  .list-style01 .list-style01-item .item:not(.button):before {
    content: attr(data-title);
    font-size: 16px;
    border-right: 1px solid #C4C4C4;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .list-style01 .list-style01-item .item:last-child {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=obj_style.css.map */



/** 置底選單*/

.bottom-menu{
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #59575F;
    display: none;
    height: 58px;
    z-index: 100000;
}

.bottom-menu-link{
    padding: 5px 0 3px 0;
    width: 20%;
    flex-grow: 0;
    flex-shrink: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;

}

.bottom-menu-link>img{
    height: 20px;
    width: auto;
    display: block;
}

.bottom-menu-link>p{
   color: #fff;
   font-size: 0.875rem;
   letter-spacing: 0.05em;
}

@media (max-width: 1199.98px) {
    .bottom-menu{
        display: flex;
    }
}

.floatButtons-gotop {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 50px;
  right: 5px;
  transition: 0.4s;
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: var(--float-Buttons-bg);
  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);
  background-image: url("/assets/images/common/icon/gotop_2.svg");
}

@media (max-width: 768px) {
  .floatButtons-gotop {
    bottom: 70px;
    right: 5px;
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
}

.floatButtons {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 200px;
  right: 5px;
  transition: 0.4s;
}
.floatButtons-item {
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: var(--float-Buttons-bg);
  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.gotop {
    background-image: url("/assets/images/common/icon/gotop_2.svg");
}
.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: 100px;
}
@media (max-width: 768px) {
  .floatButtons {
    top: 200px;
    right: 5px;
  }
  .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(var(--green-700-rgb), 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(var(--green-700-rgb), 0.5);
}