@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2021 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Hsiang $
 * $Date: 2021-11-19 $
*/
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Philosopher-Regular.woff2") format("woff2"), url("../fonts/Philosopher-Regular.woff") format("woff");
}
@font-face {
  font-family: "Philosopher";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Philosopher-Bold.woff2") format("woff2"), url("../fonts/Philosopher-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansTC-Regular.woff2") format("woff2"), url("../fonts/NotoSansTC-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
/* ==========================================
 ##### Reset Set.
========================================== */
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  font-family: "NotoSans", Arial, sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
  pointer-events: none;
  height: auto;
}

a {
  color: #000;
  outline: none;
  display: inline-block;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
}

input, textarea, select, button {
  font-size: 1rem;
  font-weight: 400;
}

textarea, input {
  -webkit-appearance: none;
  border-radius: 0;
}

input, textarea, select {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
  font-size: 1rem;
  border-radius: 0;
}

input, textarea, select, input[type=radio], input[type=checkbox] {
  -webkit-appearance: none;
}

input.number::-webkit-outer-spin-button,
input.number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

label {
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}

::-webkit-input-placeholder {
  color: #888;
  font-size: 15px;
}

::-moz-placeholder {
  color: #888;
  font-size: 15px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
  font-size: 15px;
}

:-moz-placeholder {
  color: #888;
  font-size: 15px;
}

.reset {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.reset input, .reset label, .reset select {
  vertical-align: middle;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

:after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.item-g {
  font-size: 0;
}

.item {
  display: inline-block;
}

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

.edit {
  font-size: initial !important;
}
.edit img {
  height: auto !important;
  max-width: 100% !important;
}

/* ==========================================
 ##### Common Set.
========================================== */
body.on {
  overflow: hidden;
}

.out-wrap {
  overflow: hidden;
}

.page {
  padding-top: 80px;
  background: url(../images/i_prod_bg.jpg) repeat;
  background-size: contain;
}

.wrap-1580 {
  max-width: 1580px;
  margin: auto;
}

.wrap-1290 {
  max-width: 1290px;
  margin: auto;
}

.wrap-1400 {
  max-width: 1400px;
  margin: auto;
}

.p-cont {
  padding: 30px 0 90px;
}

.white-cont {
  background: #fff;
}

@media (max-width: 1599px) {
  .wrap-1580 {
    padding: 0 30px;
  }
}
@media (max-width: 1440px) {
  .p-cont {
    padding: 10px 0 70px;
  }

  .wrap-1400 {
    padding: 0 30px;
  }
}
@media (max-width: 1299px) {
  .wrap-1290 {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .wrap-1580,
.wrap-1400,
.wrap-1290 {
    padding: 0 20px;
  }

  .p-cont {
    padding: 10px 0 50px;
  }
}
@media (max-width: 767px) {
  .p-cont {
    padding: 10px 0 40px;
  }
}
/* ===== p-share ===== */
/* ===== slick-style ===== */
.slick-style .slick-arrow {
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: none;
  z-index: 1;
}
.slick-style .slick-arrow.slick-prev {
  border-top: 2px solid #8b8f94;
  border-right: 2px solid #8b8f94;
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.slick-style .slick-arrow.slick-next {
  border-top: 2px solid #8b8f94;
  border-right: 2px solid #8b8f94;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1440px) {
  .slick-style .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-style .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-style .slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 991px) {
  .slick-style .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
/* ===== infiniteScroll ===== */
.page-load-status {
  text-align: center;
}

.load-box {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .load-box {
    margin-top: 25px;
  }
  .load-box a {
    font-size: 16px;
  }
}
/* ===== finish ===== */
.finish {
  padding: 12vh 0;
}
.finish h2 {
  font-size: 40px;
  text-align: center;
  font-family: "Philosopher";
  font-weight: 400;
  font-style: italic;
}
.finish .msg-icon {
  display: block;
  margin: 20px auto 0;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #c3d6b3;
}
.finish .msg-icon::before {
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 21px;
  left: 52px;
  width: 3px;
  height: 50px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}
.finish .msg-icon::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 46px;
  left: 30px;
  width: 3px;
  height: 22px;
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
}
.finish .msg-ti {
  position: relative;
  padding: 20px 0;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
.finish .msg-ti::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 1px;
  height: 40px;
  z-index: 1;
}
.finish .btn-wrap {
  text-align: center;
}

@media (max-width: 991px) {
  .finish h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .finish h2 {
    font-size: 28px;
  }
  .finish .msg-ti {
    font-size: 20px;
    padding: 20px 0 10px;
  }
}
/* ===== msa-nodata ===== */
.msg-nodata {
  padding: 100px 0;
}

.msg-nodata .img {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  border: 2px solid #779587;
}

.msg-nodata .img:before {
  content: "!";
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  color: #779587;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.msg-nodata .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 2px solid #779587;
}

.msg-nodata .text {
  text-align: center;
  line-height: 1.5;
  margin: 20px auto 30px auto;
  font-size: 18px;
}

.msg-nodata .text strong {
  display: block;
  font-weight: 400;
}

.msg-nodata .btn-wrap {
  text-align: center;
}

@media (min-width: 992px) {
  .msg-nodata .btn-wrap a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}
/* ===== result ===== */
.result-ti {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  margin: 40px 0 60px;
}
.result-ti span {
  color: #779587;
}

@media (max-width: 1440px) {
  .result-ti {
    margin: 30px 0 45px;
  }
}
@media (max-width: 991px) {
  .result-ti {
    font-size: 20px;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .result-ti {
    font-size: 18px;
  }
}
/* ===== related links ===== */
.related-links {
  font-size: 0;
  padding: 30px 0;
  position: relative;
}
.related-links::before {
  content: "";
  width: 100%;
  height: 16px;
  background: url(../images/i_news_deco2.png);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.related-links .arrow {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 18px;
}
.related-links .arrow .control {
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #666;
  font-family: "Lato";
  font-weight: 700;
}
.related-links .arrow .control i {
  display: inline-block;
}
.related-links .arrow:hover span {
  color: #ce5651;
}
.related-links .arrow span {
  display: inline-block;
  margin-top: 3px;
  color: #666;
  font-size: 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.related-links .prev {
  padding-right: 150px;
  position: relative;
}
.related-links .prev .control i {
  margin-right: 8px;
}
.related-links .next {
  text-align: right;
  padding-left: 150px;
  position: relative;
}
.related-links .next .control i {
  margin-left: 8px;
}
.related-links .back {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  background: #888;
  border-radius: 4px;
  padding: 5px;
  font-size: 16px;
  width: 260px;
  height: 45px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.related-links .back span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .related-links .back:hover {
    background: #ce5651;
  }
}
@media (max-width: 991px) {
  .related-links {
    padding: 15px 0;
  }
  .related-links .back {
    width: 130px;
  }
  .related-links .prev {
    padding-right: 90px;
  }
  .related-links .next {
    padding-left: 90px;
  }
  .related-links .arrow {
    font-size: 16px;
  }
  .related-links .arrow span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .related-links .back {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 5px;
    height: auto;
  }
  .related-links .back span {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .related-links .arrow {
    width: 100%;
    padding: 5px;
    background: #f2f2f2;
  }
  .related-links .next {
    text-align: left;
    border-top: 2px solid #fff;
  }
  .related-links .arrow .control {
    font-weight: 600;
    color: #000;
  }
  .related-links .arrow .control i {
    display: none;
  }
  .related-links .arrow::before {
    display: none;
  }
}
/* ===== 數量共用 ====== */
.qty-wrap {
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  height: 45px;
  height: 40px;
}
.qty-wrap .qty-minus, .qty-wrap .qty-plus {
  position: relative;
  width: 45px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #222;
  -webkit-transition: background ease 0.5s, color ease 0.5s;
  -o-transition: background ease 0.5s, color ease 0.5s;
  transition: background ease 0.5s, color ease 0.5s;
}
.qty-wrap input {
  height: 43px;
  border: 0;
  text-align: center;
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: top;
  background: transparent;
  color: #333;
  font-size: 16px;
}
.qty-wrap .qty-minus {
  float: left;
  border-right: 1px solid #dcdcdc;
}
.qty-wrap .qty-plus {
  float: right;
  border-left: 1px solid #dcdcdc;
}
.qty-wrap .qty-minus span {
  display: block;
  width: 12px;
  height: 1px;
  background: #313131;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 14px;
}
.qty-wrap .qty-plus span {
  display: block;
  width: 12px;
  height: 1px;
  background: #313131;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 14px;
}
.qty-wrap .qty-plus span:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #313131;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 50%;
}
.qty-wrap .qty-minus, .qty-wrap .qty-plus {
  width: 40px;
  height: 38px;
  line-height: 38px;
}
.qty-wrap input {
  height: 38px;
  width: calc(100% - 80px);
  color: #333;
}

@media (min-width: 992px) {
  .qty-wrap .qty-minus:hover, .qty-wrap .qty-plus:hover {
    background: #779587;
  }
  .qty-wrap .qty-minus:hover span {
    background: #fff;
  }
  .qty-wrap .qty-plus:hover span {
    background: #fff;
  }
  .qty-wrap .qty-plus:hover span:after {
    background: #fff;
  }
}
/* 數量 */
@media (max-width: 991px) {
  .qty-wrap {
    width: 110px;
    height: 35px;
    line-height: 35px;
  }
  .qty-wrap input, .qty-wrap .qty-minus, .qty-wrap .qty-plus {
    height: 35px;
    line-height: 35px;
  }
  .qty-wrap .qty-minus, .qty-wrap .qty-plus {
    width: 35px;
  }
  .qty-wrap input {
    width: calc(100% - 70px);
  }
  .qty-wrap .qty-minus span, .qty-wrap .qty-plus span {
    left: 8px;
  }
}
/* ===== header ===== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid transparent;
}
.header.is-scroll {
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header h1 {
  font-size: 0;
}
.header .wrap-1580 {
  position: relative;
  height: 80px;
}
.header .logo {
  width: 164px;
  height: 44px;
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .g-nav {
  text-align: center;
  padding: 28px 0 0 0;
}
.header .g-nav .m-first {
  font-size: 0;
}
.header .g-nav .m-first li {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.header .g-nav .m-first li a {
  text-align: center;
  position: relative;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #222;
  font-family: "Philosopher";
  font-weight: 400;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  letter-spacing: 1px;
}
.header .g-nav .m-first li a::after {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  background: url(../images/header_menu_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .g-nav .m-first li a.current .nav__link--text:nth-child(1) {
  opacity: 0;
}
.header .g-nav .m-first li a.current .nav__link--text:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header .g-nav .m-first li a.current::after {
  opacity: 1;
}
.header .g-nav .m-first li .nav__link {
  color: #222;
  display: grid;
}
.header .g-nav .m-first li .nav__link--text {
  grid-area: 1/1;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .g-nav .m-first li .nav__link--text:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.header .g-nav .m-first li .nav__link:hover::after {
  opacity: 1;
}
.header .g-nav .m-first li .nav__link:hover .nav__link--text:nth-child(1) {
  opacity: 0;
}
.header .g-nav .m-first li .nav__link:hover .nav__link--text:nth-child(2) {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header .sub-box {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .sub-box .icon-search {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 41px;
  background: url(../images/icon_header_search.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-right: 21px;
}
.header .sub-box .icon-cart {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.header .sub-box .icon-cart i {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 28px;
  background: url(../images/icon_header_cart.png) no-repeat;
  background-size: contain;
}
.header .sub-box .icon-cart span {
  font-size: 14px;
  font-family: "Philosopher";
  font-weight: 400;
  border-bottom: 1px solid #000;
  margin-left: 13px;
}

.search-wrap {
  opacity: 0;
  height: 180px;
  background: rgba(85, 85, 85, 0.98);
  z-index: 10;
  padding-top: 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: -900px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.search-wrap .search-close {
  width: 0;
  height: 0;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #c3d6b3;
  border-radius: 50%;
}
.search-wrap .search-close span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 5px;
  left: 10vw;
  z-index: -1;
  font-family: "";
}
.search-wrap .search-close i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 55px;
  left: 30px;
}
.search-wrap .inner {
  width: 100%;
  max-width: 840px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.search-wrap .inner .title {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  display: block;
  padding: 0;
  margin: 0 auto 10px auto;
}
.search-wrap .inner input {
  display: block;
  width: 100%;
  z-index: 5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 0 60px 0 0;
  height: 54px;
  font-size: 16px;
  -webkit-transition: border 0.25s;
  -o-transition: border 0.25s;
  transition: border 0.25s;
  position: relative;
}
.search-wrap .inner .btn-search {
  position: absolute;
  top: 49%;
  right: 20px;
  z-index: 6;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  font-size: 0;
  border: none;
  background-color: transparent;
  z-index: 30;
}
.search-wrap .inner .btn-search::before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-image: url(../images/icon_search.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: width 0.25s, height 0.25s;
  -o-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
  cursor: pointer;
}

.search-wrap.open-search {
  opacity: 1;
  top: 0;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 101;
}

@media (min-width: 992px) {
  .header nav .m-first > li .m-second {
    display: block !important;
  }
  .header .sub-box .icon-cart:hover {
    color: #779587;
  }
}
@media (max-width: 1599px) {
  .header .logo {
    left: 30px;
  }
  .header .sub-box {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .header .g-nav .m-first li {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .header {
    border-bottom: 1px solid #ddd;
  }
  .header .logo {
    left: 20px;
  }
  .header.on nav {
    right: 0;
  }
  .header .wrap {
    height: 70px;
    padding: 0;
  }
  .header .g-nav {
    padding: 20px 30px;
    text-align: left;
    background: #c3d6b3;
    width: 380px;
    height: 100vh;
    position: absolute;
    top: 80px;
    right: -600px;
    -webkit-transition: 0.45s ease-in-out;
    -o-transition: 0.45s ease-in-out;
    transition: 0.45s ease-in-out;
  }
  .header .g-nav .m-first li {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .header .g-nav .m-first li.open-down::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .header .g-nav .m-first li .nav__link {
    color: #fff;
  }
  .header .g-nav .m-first li > a {
    padding: 15px 10px;
    color: #fff;
    letter-spacing: normal;
  }
  .header .g-nav .m-first li .nav__link--text:nth-child(1) {
    opacity: 0;
  }
  .header .g-nav .m-first li .nav__link--text:nth-child(2) {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .header .sub-box {
    right: 63px;
  }
}
@media (max-width: 499px) {
  .header .g-nav {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 399px) {
  .header .logo {
    width: 150px;
    height: 41px;
    left: 10px;
  }
  .header .sub-box {
    right: 55px;
  }
  .header .sub-box .icon-search {
    margin-right: 10px;
  }
}
@media (max-width: 349px) {
  .header .logo {
    width: 139px;
    height: 38px;
  }
}
/* ===== switch ===== */
@media (min-width: 992px) {
  .switch {
    display: none;
  }
}
@media (max-width: 991px) {
  .header.on .switch {
    color: #fff;
    border: 1px solid #c3d6b3;
    background: #c3d6b3;
  }
  .header.on .switch .line span {
    background: #fff;
  }
  .header.on .switch .line span:first-child {
    top: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.on .switch .line span:last-child {
    bottom: 4px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .switch {
    display: block;
    position: absolute;
    top: 54%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    z-index: 100;
  }
  .switch .line {
    width: 18px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .switch .line span {
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .switch .line span:first-child {
    top: 0;
  }
  .switch .line span:last-child {
    bottom: 0;
  }
}
/* ===== loader ===== */
.loader {
  pointer-events: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.loader .logo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 156px;
  height: 109px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
  -webkit-animation: loadlogo 2s;
          animation: loadlogo 2s;
}
.loader:before {
  content: "";
  pointer-events: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  background: #779587;
  -webkit-animation: pageTransition 1.2s ease-in;
          animation: pageTransition 1.2s ease-in;
}
.loader:after {
  content: "";
  pointer-events: none;
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  opacity: 0;
  background: #779587;
  -webkit-animation: pageTransition 1.2s ease-in;
          animation: pageTransition 1.2s ease-in;
}
.loader.active {
  left: 0;
  height: 0;
}
.loader.active::before, .loader.active::after {
  left: 0;
  height: 0;
}
.loader .logo.active {
  opacity: 0;
}

/* ===== footer ===== */
.footer {
  background: #333;
  padding: 90px 0 60px;
}
.footer .item-g {
  position: relative;
}
.footer .item-g .f-logo {
  position: absolute;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer .item-g .box-g {
  font-size: 16px;
  color: #fff;
}
.footer .item-g .box-g::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.footer .item-g .box-g .box {
  display: inline-block;
  width: 550px;
}
.footer .item-g .box-g .right {
  float: left;
}
.footer .item-g .box-g .right .info li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 40px;
  margin-right: 40px;
}
.footer .item-g .box-g .right .info li:last-child {
  margin-right: 0;
}
.footer .item-g .box-g .right .info li::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer .item-g .box-g .right .info li.tel::before {
  background: url(../images/footer_icon_tel.png) no-repeat;
  background-size: contain;
}
.footer .item-g .box-g .right .info li.fax a {
  cursor: default;
}
.footer .item-g .box-g .right .info li.fax a:hover {
  text-decoration: unset;
}
.footer .item-g .box-g .right .info li.fax::before {
  background: url(../images/footer_icon_fax.png) no-repeat;
  background-size: contain;
}
.footer .item-g .box-g .right .info li.mail::before {
  background: url(../images/footer_icon_mail.png) no-repeat;
  background-size: contain;
}
.footer .item-g .box-g .right .info li a {
  color: #fff;
}
.footer .item-g .box-g .right .info li a:hover {
  text-decoration: underline;
}
.footer .item-g .box-g .right .company {
  margin-top: 40px;
}
.footer .item-g .box-g .right .company .time {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.footer .item-g .box-g .right .company .time::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/footer_icon_time.png) no-repeat;
  background-size: contain;
  margin: -5px 12px 0 0;
}
.footer .item-g .box-g .right .copyright {
  display: none;
}
.footer .item-g .box-g .left {
  float: right;
  text-align: right;
}
.footer .item-g .box-g .left .list {
  margin: 0 -37px;
}
.footer .item-g .box-g .left .list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 37px;
}
.footer .item-g .box-g .left .list li a {
  color: #fff;
}
.footer .item-g .box-g .left .list li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  margin-top: 40px;
  font-size: 16px;
}
.footer .copyright .txt {
  color: #aeaeae;
}
.footer .copyright .design, .footer .copyright .font {
  color: #525252;
}

.go-top {
  position: fixed;
  right: 35px;
  bottom: 50px;
  font-size: 18px;
  color: #777;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  text-align: center;
  opacity: 0;
  z-index: 199;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
.go-top i {
  display: block;
  width: 22px;
  height: 59px;
  background: url(../images/icon_top.png) no-repeat;
  background-size: contain;
  margin: auto;
}
.go-top.show {
  opacity: 1;
}

.fixed-share {
  font-size: 0;
  position: fixed;
  z-index: 199;
  right: 52px;
  bottom: 160px;
}
.fixed-share li {
  margin-bottom: 10px;
}
.fixed-share li:last-child {
  margin-bottom: 0;
}
.fixed-share li a {
  width: 42px;
  height: 42px;
  position: relative;
  border-radius: 50%;
  font-size: 18px;
  background: #779587;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.fixed-share li a.ig {
  font-size: 22px;
}
.fixed-share li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

@media (max-width: 1440px) {
  .footer {
    padding: 60px 0;
  }
  .footer .item-g .f-logo {
    top: 0;
  }
  .footer .item-g .box-g .left .list {
    margin: 0 -15px;
  }
  .footer .item-g .box-g .left .list li {
    padding: 0 15px;
  }
  .footer .item-g .box-g .right .info li {
    margin-right: 20px;
  }

  .go-top {
    bottom: 45px;
  }
}
@media (max-width: 1249px) {
  .footer {
    padding: 35px 0;
  }
  .footer .item-g {
    max-width: 680px;
    margin: auto;
    padding-left: 170px;
  }
  .footer .item-g .f-logo {
    top: 8px;
    left: 0;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .footer .item-g .box-g .box {
    width: 100%;
  }
  .footer .item-g .box-g .left {
    float: unset;
    text-align: left;
  }
  .footer .item-g .box-g .left .copyright {
    display: none;
  }
  .footer .item-g .box-g .right {
    float: unset;
    margin-top: 15px;
  }
  .footer .item-g .box-g .right .company {
    margin-top: 15px;
  }
  .footer .item-g .box-g .right .company .time {
    margin-left: 6px;
  }
  .footer .item-g .box-g .right .copyright {
    display: inline-block;
    margin-top: 15px;
  }

  .go-top {
    font-size: 0;
    right: 30px;
    bottom: 30px;
  }

  .fixed-share {
    right: 21px;
    bottom: 110px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer .item-g {
    padding-left: 130px;
  }
  .footer .item-g .f-logo {
    display: none;
  }
  .footer .item-g .box-g .left .list {
    margin: 0 -8px;
  }
  .footer .item-g .box-g .left .list li {
    padding: 0 8px;
    margin-bottom: 5px;
  }
  .footer .item-g .box-g .right {
    margin-top: 10px;
  }
  .footer .item-g .box-g .right .info li {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .footer .item-g .box-g .right .info li:nth-child(1) {
    margin-right: 30px;
  }
  .footer .item-g .box-g .right .info li:last-child {
    width: 100%;
  }
  .footer .item-g .box-g .right .company {
    margin-top: 10px;
  }
  .footer .item-g .box-g .right .company .time {
    display: none;
  }

  .go-top {
    right: 21px;
  }

  .fixed-share {
    right: 16px;
  }
  .fixed-share li a {
    width: 36px;
    height: 36px;
  }
  .fixed-share li a.ig {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .footer .copyright {
    text-align: center;
  }
  .footer .item-g {
    padding-left: 0;
  }
  .footer .item-g .f-logo {
    width: auto;
    position: relative;
    top: unset;
    left: unset;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .item-g .box-g .left .list {
    text-align: center;
  }
}
@media (max-width: 349px) {
  .footer .item-g .box-g .right .info li:nth-child(1) {
    margin-right: 24px;
  }
}
/* ===== 消息詳細樣板 ===== */
.temp-wrap {
  font-size: 0;
  padding: 25px 0;
}
.temp-wrap h3 {
  line-height: 1.4;
  font-size: 28px;
  margin-bottom: 15px;
  color: #1b1b1b;
}
.temp-wrap p {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.temp-wrap .pic, .temp-wrap .txt {
  display: inline-block;
  vertical-align: middle;
}

/* ===== 樣板左文右圖、樣板左圖右文 ===== */
.temp-view-txt-l-pic-r .pic,
.temp-view-txt-r-pic-l .pic {
  width: 31%;
}
.temp-view-txt-l-pic-r .txt,
.temp-view-txt-r-pic-l .txt {
  padding-left: 45px;
  width: 69%;
}

.temp-view-txt-r-pic-l {
  direction: rtl;
}
.temp-view-txt-r-pic-l .txt {
  direction: ltr;
  padding-left: 0;
  padding-right: 45px;
}

/* ===== 樣板上圖下文、樣板上文下圖 ===== */
.temp-view-pic-t-txt-b .txt {
  margin-top: 25px;
  text-align: center;
}

.temp-view-pic-b-txt-t .txt {
  margin-bottom: 25px;
  text-align: center;
}

/* ===== 樣板滿版影片 ===== */
iframe {
  max-width: 100% !important;
  height: auto!important;
  aspect-ratio: 16/9!important;
}
.temp-view-video .iframe-box {
  position: relative;
  padding-top: 56.25%;
}
.temp-view-video .iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding-left: 30px;
  }

  .temp-view-txt-r-pic-l .txt {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding-top: 10px;
    padding-left: 20px;
  }

  .temp-view-txt-r-pic-l .txt {
    padding-left: 0;
    padding-right: 20px;
  }

  .temp-wrap {
    padding: 20px 0;
  }
  .temp-wrap h3 {
    margin-bottom: 10px;
  }
  .temp-wrap p {
    line-height: 1.6;
  }
  .temp-wrap .pic, .temp-wrap .txt {
    vertical-align: top;
  }

  .temp-view-txt-l-pic-r .pic, .temp-view-txt-l-pic-r .txt,
.temp-view-txt-r-pic-l .pic,
.temp-view-txt-r-pic-l .txt {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .temp-view-txt-l-pic-r .txt, .temp-view-txt-r-pic-l .txt {
    padding-top: 20px;
    padding-left: 0;
  }

  .temp-view-txt-r-pic-l .txt {
    padding-left: 0;
    padding-right: 0;
  }

  .temp-wrap {
    padding: 20px 0;
  }
  .temp-wrap h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .temp-wrap p {
    line-height: 1.6;
  }
  .temp-wrap .pic, .temp-wrap .txt {
    vertical-align: top;
  }

  .temp-view-txt-l-pic-r .pic, .temp-view-txt-l-pic-r .txt,
.temp-view-txt-r-pic-l .pic,
.temp-view-txt-r-pic-l .txt {
    width: 100%;
  }
  .temp-view-txt-l-pic-r .pic,
.temp-view-txt-r-pic-l .pic {
    text-align: center;
  }

  .temp-view-pic-t-txt-b .txt {
    margin-top: 20px;
    text-align: left;
  }

  .temp-view-pic-b-txt-t .txt {
    margin-bottom: 20px;
    text-align: left;
  }
}
.btn-style {
  font-size: 18px;
  font-family: "Philosopher";
  font-weight: 400;
  font-style: italic;
  background: none;
  border: none;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn-style i {
  display: inline-block;
  vertical-align: middle;
  width: 89px;
  height: 32px;
  background: url(../images/btn_aw.png) no-repeat;
  background-size: contain;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-right: 25px;
}

.btn-style-2 {
  font-size: 18px;
  font-family: "Philosopher";
  font-weight: 400;
  font-style: italic;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: none;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 12px 0;
  border-radius: 40px;
  position: relative;
}
.btn-style-2::before {
  content: "";
  display: block;
  width: 73px;
  height: 7px;
  background: url(../images/btn_aw_2.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-style-2.gray {
  background: #a0a0a0;
}
.btn-style-2.green {
  background: #99b39a;
}

@media (min-width: 992px) {
  .btn-style:hover {
    color: #779587;
  }
  .btn-style:hover i {
    margin-right: 20px;
  }

  .btn-style-2.gray:hover {
    background: #aeadad;
    color: #fff;
  }

  .btn-style-2.green:hover {
    background: #a6b5a6;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .btn-style {
    padding: 8px 20px;
    background: #779587;
    color: #fff;
    border-radius: 40px;
  }
  .btn-style i {
    display: none;
  }

  .btn-style-2 {
    width: 120px;
    padding: 8px 20px;
    background: #779587;
    color: #fff;
    border-radius: 40px;
  }
  .btn-style-2::before {
    display: none;
  }
}
.hover-style .pic {
  overflow: hidden;
  position: relative;
}
.hover-style .pic::before {
  content: "View";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  z-index: 1;
  font-family: "Philosopher";
  font-weight: 400;
  letter-spacing: 2px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.hover-style .pic::after {
  content: "";
  width: 50%;
  height: 50%;
  border: 0px solid #779587;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  opacity: 0;
}

@media (min-width: 992px) {
  .hover-style .pic:hover::before {
    opacity: 1;
  }
  .hover-style .pic:hover::after {
    width: 100%;
    height: 100%;
    border: 4px solid #779587;
    opacity: 1;
    border-radius: 0;
  }
}
#contact .wrap-1080 {
  max-width: 1080px;
  margin: auto;
}
#contact .form .box-g {
  font-size: 0;
  margin: 0 -25px;
}
#contact .form .box-g .box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 25px;
}
#contact .form .box-g .box.full {
  width: 100%;
}
#contact .form .box-g .box .code-box {
  font-size: 0;
}
#contact .form .box-g .box .code-box .input, #contact .form .box-g .box .code-box .codeImg, #contact .form .box-g .box .code-box a {
  display: inline-block;
  vertical-align: middle;
}
#contact .form .box-g .box .code-box .input {
  width: calc(100% - 125px - 40px);
}
#contact .form .box-g .box .code-box .codeImg {
  width: 125px;
}
#contact .form .box-g .box .code-box a {
  width: 40px;
  height: 100%;
  height: 46px;
  background: #d2d2d2;
  position: relative;
}
#contact .form .box-g .box .code-box a i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#contact .form .box-g .box .option-input {
  width: 0;
  height: 0;
  border: none;
}
#contact .form .box-g .box .label-item {
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 17px;
  color: #222;
}
#contact .form .box-g .box .label-item span {
  color: #779587;
  display: inline-block;
  margin-right: 3px;
}
#contact .fluid {
  width: 100%;
  display: inline-block;
  padding: 0 0 22px 130px;
  position: relative;
}
#contact .fluid .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 17px;
  color: #222;
  width: 100%;
}
#contact .fluid .input:focus {
  outline: 1px solid #779587;
}
#contact .fluid select {
  font-size: 17px;
  color: #222;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 35px 10px 10px;
  background: url(../images/select_arrow.png), #fff;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: 12px 5px;
  background-position: center right 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#contact .fluid textarea {
  width: 100%;
  font-size: 17px;
  color: #222;
  padding: 15px;
}
#contact .fluid textarea:focus {
  outline: 1px solid #779587;
}

@media (max-width: 1440px) {
  #contact .form .box-g {
    margin: 0 -20px;
  }
  #contact .form .box-g .box {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  #contact .form .box-g {
    margin: 0 -12px;
  }
  #contact .form .box-g .box {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  #contact .fluid {
    padding: 0 0 13px 0;
  }
  #contact .form .box-g {
    margin: 0;
  }
  #contact .form .box-g .box {
    padding: 0;
    width: 100%;
  }
  #contact .form .box-g .box .label-item {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 8px;
  }
}
.option-style {
  font-size: 16px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  margin-right: 10px;
}
.option-style:last-child {
  margin-right: 0;
}
.option-style .other {
  display: inline-block;
  margin-left: 3px;
  width: 50%;
  border-bottom: 1px solid #666;
  padding: 5px 8px 1px;
}
.option-style .radio:checked + span i {
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.option-style span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
.option-style span i {
  display: block;
  width: 14px;
  height: 14px;
  background: #779587;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
}

.option-style-2 {
  font-size: 16px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  margin-right: 10px;
}
.option-style-2 .check:checked + span i {
  -webkit-transform: scale(1) translate(-50%, -50%);
      -ms-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.option-style-2 span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
.option-style-2 span i {
  display: block;
  width: 10px;
  height: 10px;
  background: #779587;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  opacity: 0;
}

@media (max-width: 767px) {
  .option-style, .option-style-2 {
    width: 100%;
    margin: 0 0 8px 0;
  }
}
/* ===== category ===== */
.category .cur-item {
  display: none;
}

@media (min-width: 992px) {
  .prod-cat {
    margin: 65px 0;
  }
  .prod-cat .m-first {
    display: block !important;
    font-size: 0;
    text-align: center;
  }
  .prod-cat .m-first li {
    display: inline-block;
    vertical-align: top;
    width: 255px;
    position: relative;
  }
  .prod-cat .m-first li::after {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background: url(../images/prod_cat_deco.png) repeat-y;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .prod-cat .m-first li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 17px;
    background: url(../images/prod_cat_deco.png) repeat-y;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .prod-cat .m-first li a {
    font-size: 16px;
    color: #333;
    width: 100%;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }
  .prod-cat .m-first li a.current {
    color: #779587;
  }
  .prod-cat .m-first li a:hover {
    color: #779587;
  }

  .mem-cat {
    margin: 65px 0;
  }
  .mem-cat .m-first {
    display: block !important;
    font-size: 0;
    text-align: center;
  }
  .mem-cat .m-first li {
    display: inline-block;
    vertical-align: top;
    width: 255px;
    position: relative;
  }
  .mem-cat .m-first li::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: url(../images/prod_cat_deco.png) repeat-y;
    background-size: cover;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .mem-cat .m-first li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: url(../images/prod_cat_deco.png) repeat-y;
    background-size: cover;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .mem-cat .m-first li a, .mem-cat .m-first li > div {
    font-size: 16px;
    color: #333;
    width: 100%;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    text-align: center;
    position: relative;
  }
  .mem-cat .m-first li a .icon, .mem-cat .m-first li > div .icon {
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    margin-bottom: 20px;
    -webkit-filter: brightness(40%);
            filter: brightness(40%);
  }
  .mem-cat .m-first li a span, .mem-cat .m-first li > div span {
    position: relative;
  }
  .mem-cat .m-first li a span i, .mem-cat .m-first li > div span i {
    font-family: "Philosopher";
    font-weight: 700;
    display: inline-block;
    margin-right: 8px;
  }
  .mem-cat .m-first li a span::after, .mem-cat .m-first li > div span::after {
    content: "";
    display: block;
    width: 25px;
    height: 5px;
    background: url(../images/header_menu_deco.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
  }
  .mem-cat .m-first li a.current, .mem-cat .m-first li > div.current {
    color: #779587;
  }
  .mem-cat .m-first li a.current .icon, .mem-cat .m-first li > div.current .icon {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .mem-cat .m-first li a.current span::after, .mem-cat .m-first li > div.current span::after {
    opacity: 1;
  }
  .mem-cat .m-first li a:hover {
    color: #779587;
  }
  .mem-cat .m-first li a:hover .icon {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .mem-cat .m-first li a:hover span::after {
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  .prod-cat {
    margin: 30px 0 45px;
  }
  .prod-cat .m-first li {
    width: 150px;
  }

  .mem-cat .m-first li {
    width: 180px;
  }
}
@media (max-width: 991px) {
  .category {
    max-width: 400px;
    margin: 15px auto 0;
  }
  .category.open .cur-item::after {
    top: 16px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .category .cur-item {
    display: block;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    border: 1px solid #779587;
    background: #779587;
    padding: 5px 0;
    z-index: 1;
    position: relative;
    font-size: 16px;
    margin: 0 0 20px;
  }
  .category .cur-item::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .category .m-first {
    border-radius: 0 0 30px 30px;
    padding: 30px 0 10px;
    margin-top: -45px;
    background: #fff;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: none;
  }
  .category .m-first li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .category .m-first li a {
    width: 100%;
    border: none;
    padding: 10px 0;
    font-size: 16px;
  }
  .category .m-first li a.current {
    background: none;
    border: none;
    color: #779587;
  }

  .mem-cat .m-first li a .icon {
    display: none;
  }

  #cart .mem-cat {
    max-width: 500px;
    margin: 20px auto 15px;
  }
  #cart .mem-cat .m-first {
    font-size: 0;
  }
  #cart .mem-cat .m-first li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 8px;
  }
  #cart .mem-cat .m-first li > div.current .icon {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  #cart .mem-cat .m-first li > div.current span {
    color: #779587;
  }
  #cart .mem-cat .m-first li > div .icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: brightness(40%);
            filter: brightness(40%);
    width: 60px;
  }
  #cart .mem-cat .m-first li > div span {
    width: calc(100% - 64px);
    padding-left: 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  #cart .mem-cat .m-first li > div span i {
    display: inline-block;
    margin-right: 5px;
  }
}
@media (max-width: 499px) {
  #cart .mem-cat .m-first li > div .icon {
    width: 45px;
  }
  #cart .mem-cat .m-first li > div span {
    width: calc(100% - 45px);
  }
}
@media (max-width: 449px) {
  #cart .mem-cat .m-first li {
    width: 100%;
  }
}
/* ===== p-pager ===== */
.p-pager {
  text-align: center;
}
.p-pager a {
  display: inline-block;
  vertical-align: middle;
}
.p-pager .num {
  font-size: 16px;
  margin: 0 5px;
  color: #000;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
}
.p-pager .num:hover {
  background: #c3d6b3;
  color: #fff;
}
.p-pager .prev {
  width: 42px;
  height: 8px;
  margin-right: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: url(../images/pager_aw_l.png) no-repeat;
  background-size: contain;
  font-size: 0;
}
.p-pager .next {
  width: 42px;
  height: 8px;
  margin-left: 10px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: url(../images/pager_aw_r.png) no-repeat;
  background-size: contain;
  font-size: 0;
}
.p-pager .current {
  color: #fff;
  background: #c3d6b3;
}

@media (max-width: 767px) {
  .p-pager .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .p-pager .prev {
    font-size: 0;
    margin-right: 5px;
  }
  .p-pager .prev::before {
    margin: 0;
  }
  .p-pager .next {
    font-size: 0;
    margin-left: 5px;
  }
  .p-pager .next::after {
    margin: 0;
  }
}
/* ==========================================
 ##### animate
========================================== */
[data-scrollview=fadeInLeft], [data-scrollview-repeat=fadeInLeft] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
}

[data-scrollview=fadeInLeft].scroll-view, [data-scrollview-repeat=fadeInLeft].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview=fadeInRight], [data-scrollview-repeat=fadeInRight] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(-60px, 0);
  -ms-transform: translate(-60px, 0);
  transform: translate(-60px, 0);
}

[data-scrollview=fadeInRight].scroll-view, [data-scrollview-repeat=fadeInRight].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-scrollview=fadeInUp], [data-scrollview-repeat=fadeInUp] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview=fadeInUp].scroll-view, [data-scrollview-repeat=fadeInUp].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview=fadeInDown], [data-scrollview-repeat=fadeInDown] {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview=fadeInDown].scroll-view, [data-scrollview-repeat=fadeInDown].scroll-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
       -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-scrollview=InOpacity], [data-scrollview-repeat=InOpacity] {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  -o-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

[data-scrollview=InOpacity].scroll-view, [data-scrollview-repeat=InOpacity].scroll-view {
  opacity: 1;
}

[data-scrollview=flipIn], [data-scrollview-repeat=flipIn] {
  opacity: 0;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

[data-scrollview=flipIn].scroll-view, [data-scrollview-repeat=flipIn].scroll-view {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

[data-scrollview=zoomIn], [data-scrollview-repeat=zoomIn] {
  opacity: 0;
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  -o-transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

[data-scrollview=zoomIn].scroll-view, [data-scrollview-repeat=zoomIn].scroll-view {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes ani_scaleX {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@-webkit-keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes ani_RtoL {
  0% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateIcon {
  0% {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}
@keyframes fadeShow {
  0% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  20% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  40% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
  80% {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}
@-webkit-keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-up-hor-left {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes ani_slogan {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@keyframes ani_slogan {
  0% {
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@-webkit-keyframes ani_scrolldown {
  0% {
    bottom: 15%;
  }
  50% {
    bottom: 16%;
  }
  100% {
    bottom: 15%;
  }
}
@keyframes ani_scrolldown {
  0% {
    bottom: 15%;
  }
  50% {
    bottom: 16%;
  }
  100% {
    bottom: 15%;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes ani_imgeffin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-10deg);
            transform: translateX(-100%) skewX(-10deg);
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(110%) skewX(-10deg);
            transform: translateX(110%) skewX(-10deg);
  }
}

@keyframes ani_imgeffin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-10deg);
            transform: translateX(-100%) skewX(-10deg);
  }
  10%, 90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(110%) skewX(-10deg);
            transform: translateX(110%) skewX(-10deg);
  }
}
@-webkit-keyframes ani_dropDown {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes ani_dropDown {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
}
@keyframes ani_LR {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@-webkit-keyframes pageTransition {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@keyframes pageTransition {
  0% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
@-webkit-keyframes loadlogo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadlogo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ===== p-breadcrumb ===== */
.breadcrumb-wrap {
  font-size: 0;
  padding: 30px 0;
}

.p-breadcrumb {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.p-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 30px;
}
.p-breadcrumb li:last-child {
  padding-right: 0;
}
.p-breadcrumb li:last-child::after {
  display: none;
}
.p-breadcrumb li::after {
  content: "/";
  font-size: 15px;
  color: #a5a5a5;
  position: absolute;
  top: 1px;
  right: 12px;
}
.p-breadcrumb li a {
  color: #63717f;
  font-size: 16px;
}
.p-breadcrumb li a.home {
  color: #000;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  margin-top: 3px;
}

@media (max-width: 991px) {
  .breadcrumb-wrap {
    padding: 15px 0;
  }
}
@media (max-width: 1440px) {
  .breadcrumb-wrap {
    padding: 15px 0;
  }
}
/* ===== banner ===== */
.i-ban {
  position: relative;
}
.i-ban .xs-show {
  display: none;
}
.i-ban img {
  width: 100%;
}
.i-ban .scroll-down {
  font-size: 18px;
  font-family: "Philosopher";
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 3px;
  position: absolute;
  left: 73px;
  bottom: -55px;
  -webkit-animation: bounce 4s ease infinite;
          animation: bounce 4s ease infinite;
}
.i-ban .scroll-down i {
  display: inline-block;
  width: 22px;
  height: 111px;
  background: url(../images/icon_scroll_down.png) no-repeat;
  background-size: contain;
  margin-top: 18px;
}

.ban-slick {
  line-height: 1;
}
.ban-slick .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border: none;
  font-size: 0;
  padding: 0;
  width: 46px;
  height: 90px;
}
.ban-slick .slick-arrow.slick-prev {
  left: 0;
  background: url(../images/icon_iban_aw_l.png) no-repeat;
  background-size: contain;
}
.ban-slick .slick-arrow.slick-next {
  right: 0;
  background: url(../images/icon_iban_aw_r.png) no-repeat;
  background-size: contain;
}
.ban-slick .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 43px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.ban-slick .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.ban-slick .slick-dots li:last-child {
  margin-right: 0;
}
.ban-slick .slick-dots li button {
  border: none;
  padding: 0;
  width: 11px;
  height: 13px;
  background: none;
  border: 2px solid #8494a3;
  border-radius: 7px;
}
.ban-slick .slick-dots .slick-active button {
  width: 15px;
  height: 17px;
  background: #779587;
  border: 2px solid #779587;
}

@media (max-width: 991px) {
  .i-ban {
    margin-top: 80px;
  }
  .i-ban .scroll-down {
    display: none;
  }

  .ban-slick .slick-dots {
    bottom: 20px;
  }
  .ban-slick .slick-dots li {
    margin-right: 8px;
  }
  .ban-slick .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .ban-slick .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .i-ban .xs-hide {
    display: none;
  }
  .i-ban .xs-show {
    display: block;
  }

  .ban-slick .slick-arrow {
    display: none !important;
  }
}
.p-ti-box {
  text-align: center;
}
.p-ti-box .ti {
  font-size: 44px;
  color: #000;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
}

@media (max-width: 1440px) {
  .p-ti-box .ti {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .p-ti-box .ti {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .p-ti-box .ti {
    font-size: 24px;
  }
}
/* ===== i-about ===== */
.i-about {
  background: url(../images/i_about_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: -1px;
  padding: 100px 0 0 0;
}
.i-about .p-ti-box {
  text-align: left;
}
.i-about .txt h3 {
  line-height: 1.4;
  font-size: 25px;
  margin: 35px 0 25px;
}
.i-about .txt p {
  color: #333;
  line-height: 2;
}
.i-about .btn-wrap {
  text-align: left;
  margin-top: 80px;
}
.i-about .pic-box {
  font-size: 0;
  margin-top: 65px;
  position: relative;
  z-index: 2;
}
.i-about .pic-box .pic {
  display: inline-block;
  vertical-align: top;
}
.i-about .pic-box .pic:first-child {
  width: calc(100% - 400px);
  padding-right: 25px;
}
.i-about .pic-box .pic:last-child {
  width: 400px;
  margin-top: -135px;
}

@media (max-width: 1440px) {
  .i-about .btn-wrap {
    margin-top: 55px;
  }
  .i-about .txt h3 {
    margin: 25px 0;
  }
}
@media (max-width: 991px) {
  .i-about {
    padding: 50px 0;
  }
  .i-about .btn-wrap {
    margin-top: 25px;
  }
  .i-about .txt h3 {
    font-size: 21px;
    margin: 20px 0;
  }
  .i-about .txt p br {
    display: none;
  }
  .i-about .pic-box .pic:first-child {
    width: 60%;
  }
  .i-about .pic-box .pic:last-child {
    width: 40%;
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  .i-about {
    padding: 40px 0;
  }
  .i-about .p-ti-box {
    text-align: center;
  }
  .i-about .btn-wrap {
    text-align: center;
  }
  .i-about .txt h3 {
    font-size: 18px;
    margin: 12px 0;
  }
  .i-about .txt p br {
    display: none;
  }
  .i-about .pic-box {
    margin-top: 25px;
    display: none;
  }
  .i-about .pic-box .pic {
    vertical-align: middle;
  }
  .i-about .pic-box .pic:first-child {
    width: 58%;
  }
  .i-about .pic-box .pic:last-child {
    margin-top: 0;
    width: 42%;
  }
}
/* ===== i-product ===== */
.i-product {
  background: url(../images/i_prod_bg.jpg) no-repeat;
  background-size: cover;
  padding: 185px 0 140px;
  position: relative;
  z-index: 1;
}
.i-product::before {
  content: "";
  display: block;
  width: 100%;
  height: 205px;
  background: url(../images/i_prod_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: -204px;
  left: 0;
  z-index: -1;
}
.i-product .p-ti-box {
  margin-bottom: 75px;
  text-align: left;
}
.i-product .p-ti-box .ti {
  display: inline-block;
  vertical-align: middle;
}
.i-product .aw-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}
.i-product .aw-box .aw {
  width: 66px;
  height: 66px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.i-product .aw-box .aw.prev {
  margin-right: 12px;
  background: url(../images/slick_aw_l.png) no-repeat;
  background-size: contain;
}
.i-product .aw-box .aw.next {
  margin-left: 12px;
  background: url(../images/slick_aw_r.png) no-repeat;
  background-size: contain;
}
.i-product .wrap-1580 {
  -webkit-transform: translateX(155px);
      -ms-transform: translateX(155px);
          transform: translateX(155px);
}

.i-prod-slick {
  font-size: 0;
  margin: 0 -50px;
}
.i-prod-slick .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 50px;
}
.i-prod-slick .box p {
  font-size: 16px;
  color: #222;
  margin-top: 25px;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.i-prod-slick .box .txt {
  background: #fff;
  padding: 20px 15px 0;
}
.i-prod-slick .box .prod-name {
  font-size: 16px;
}
.i-prod-slick .box .prod-name a {
  color: #222;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.i-prod-slick .box .intro {
  font-size: 14px;
  color: #888;
  margin: 15px 0 10px;
}
.i-prod-slick .box .price {
  margin-top: 5px;
  font-family: "Roboto";
  font-weight: 500;
}
.i-prod-slick .box .price .new {
  color: #d35959;
  font-size: 21px;
}
.i-prod-slick .box .price .old {
  color: #888;
  text-decoration: line-through;
  font-size: 16px;
  margin-left: 10px;
}
.i-prod-slick .box .link-box {
  background: #fff;
  font-size: 0;
  padding: 10px 15px 20px;
}
.i-prod-slick .box .link-box .left, .i-prod-slick .box .link-box .right {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
}
.i-prod-slick .box .link-box .left a, .i-prod-slick .box .link-box .right a {
  color: #999;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.i-prod-slick .box .link-box .left {
  width: calc(100% - 15px);
}
.i-prod-slick .box .link-box .left a {
  margin-right: 10px;
}
.i-prod-slick .box .link-box .left a:last-child {
  margin-right: 0;
}
.i-prod-slick .box .link-box .right {
  width: 15px;
}

@media (min-width: 992px) {
  .i-prod-slick .box:hover p {
    color: #779587;
  }

  .i-prod-slick .box .txt .prod-name:hover a {
    color: #779587;
  }
  .i-prod-slick .box .link-box .left a:hover, .i-prod-slick .box .link-box .right a:hover {
    color: #779587;
  }
}
@media (max-width: 1440px) {
  .i-product {
    padding: 70px 0 95px;
  }
  .i-product .wrap-1580 {
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .i-product .p-ti-box {
    margin-bottom: 50px;
  }
  .i-product .aw-box {
    margin-left: 25px;
  }
  .i-product .aw-box .aw {
    width: 55px;
    height: 55px;
  }
  .i-product .aw-box .aw.prev {
    margin-right: 8px;
  }
  .i-product .aw-box .aw.next {
    margin-left: 8px;
  }

  .i-prod-slick {
    margin: 0 -25px;
  }
  .i-prod-slick .item {
    padding: 0 25px;
  }
}
@media (max-width: 991px) {
  .i-product {
    padding: 0 0 50px;
  }
  .i-product .p-ti-box {
    margin-bottom: 40px;
  }
  .i-product .aw-box .aw {
    width: 45px;
    height: 45px;
  }
  .i-product .aw-box .aw.prev {
    margin-right: 5px;
  }
  .i-product .aw-box .aw.next {
    margin-left: 5px;
  }

  .i-prod-slick {
    margin: 0 -15px;
  }
  .i-prod-slick .item {
    padding: 0 15px;
  }
  .i-prod-slick .box p {
    margin-top: 15px;
  }
  .i-prod-slick .box .txt {
    padding: 15px 15px 0;
  }
  .i-prod-slick .box .price {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .i-product {
    padding: 45px 0 50px;
  }
  .i-product::before {
    display: none;
  }
  .i-product .p-ti-box {
    margin-bottom: 30px;
    text-align: center;
  }

  .i-prod-slick {
    margin: 0 -10px;
  }
  .i-prod-slick .item {
    padding: 0 10px;
  }
}
@media (max-width: 499px) {
  .i-prod-slick {
    margin: 0 -6px;
  }
  .i-prod-slick .item {
    padding: 0 6px;
  }
}
/* ===== i-news ===== */
.i-news {
  padding: 100px 0;
}
.i-news .xs-show {
  display: none;
}
.i-news .p-ti-box {
  text-align: left;
}
.i-news .btn-wrap {
  text-align: right;
  margin-top: 60px;
}
.i-news .wrap-1180 {
  max-width: 1180px;
  margin: auto;
}
.i-news .item-g .p-ti-box, .i-news .item-g .i-news-slick {
  display: inline-block;
  vertical-align: top;
}
.i-news .item-g .p-ti-box {
  width: 290px;
}
.i-news .item-g .i-news-slick {
  width: calc(100% - 290px);
  padding-left: 145px;
}
.i-news .i-news-slick .news-g .item {
  position: relative;
  width: 100%;
}
.i-news .i-news-slick .news-g .item:first-child {
  padding-bottom: 60px;
}
.i-news .i-news-slick .news-g .item:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/deco_line.png) repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.i-news .i-news-slick .news-g .item:last-child {
  padding-top: 60px;
}
.i-news .i-news-slick .news-g .item .date {
  font-size: 16px;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2px;
}
.i-news .i-news-slick .news-g .item h4 {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  margin-top: 15px;
}
.i-news .i-news-slick .news-g .item h4 a {
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

@media (min-width: 992px) {
  .i-news .i-news-slick .news-g .item h4:hover a {
    color: #779587;
  }
}
@media (max-width: 1299px) {
  .i-news {
    padding: 65px 0;
  }
  .i-news .item-g .i-news-slick {
    padding-left: 50px;
  }
  .i-news .item-g .i-news-slick .news-g .item:first-child {
    padding-bottom: 30px;
  }
  .i-news .item-g .i-news-slick .news-g .item:last-child {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .i-news .item-g .p-ti-box {
    width: 200px;
  }
  .i-news .item-g .i-news-slick {
    width: calc(100% - 200px);
    padding-left: 30px;
  }
  .i-news .item-g .i-news-slick .news-g .item:first-child {
    padding-bottom: 20px;
  }
  .i-news .item-g .i-news-slick .news-g .item:last-child {
    padding-top: 20px;
  }
  .i-news .item-g .i-news-slick .news-g .item h4 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .i-news {
    padding: 45px 0;
  }
  .i-news .xs-show {
    display: block;
    text-align: center;
    margin-top: 35px;
  }
  .i-news .item-g .p-ti-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .i-news .item-g .p-ti-box .btn-wrap {
    display: none;
  }
  .i-news .item-g .i-news-slick {
    width: 100%;
    padding-left: 0;
  }
  .i-news .item-g .i-news-slick .news-g .item:first-child {
    padding-bottom: 20px;
  }
  .i-news .item-g .i-news-slick .news-g .item:last-child {
    padding-top: 20px;
  }
  .i-news .item-g .i-news-slick .news-g .item h4 {
    margin-top: 10px;
  }
}
/* ===== i-arrival ===== */
.i-arrival {
  background: url(../images/i_about_bg.jpg) no-repeat;
  background-size: cover;
}
.i-arrival .p-ti-box {
  text-align: center;
  margin-bottom: 55px;
}
.i-arrival .item-g {
  direction: rtl;
}
.i-arrival .arrival-pic-slick, .i-arrival .prod-cont {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  direction: ltr;
}
.i-arrival .arrival-pic-slick img{ 
  width: 100%;
}
.i-arrival .prod-cont {
  padding: 25px 0;
}
.i-arrival .arrival-prod-slick {
  max-width: 325px;
  margin: auto;
}
.i-arrival .arrival-prod-slick .slick-dots {
  margin: 45px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}
.i-arrival .arrival-prod-slick .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.i-arrival .arrival-prod-slick .slick-dots li:last-child {
  margin-right: 0;
}
.i-arrival .arrival-prod-slick .slick-dots li button {
  border: none;
  padding: 0;
  width: 11px;
  height: 13px;
  background: none;
  border: 2px solid #8494a3;
  border-radius: 7px;
}
.i-arrival .arrival-prod-slick .slick-dots .slick-active button {
  width: 15px;
  height: 17px;
  background: #779587;
  border: 2px solid #779587;
}
.i-arrival .arrival-prod-slick .slick-arrow {
  position: absolute;
  top: 38%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border: none;
  font-size: 0;
  padding: 0;
  width: 66px;
  height: 66px;
  -webkit-filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
}
.i-arrival .arrival-prod-slick .slick-arrow.slick-prev {
  left: -95px;
  background: url(../images/slick_aw_l.png) no-repeat;
  background-size: contain;
}
.i-arrival .arrival-prod-slick .slick-arrow.slick-next {
  right: -95px;
  background: url(../images/slick_aw_r.png) no-repeat;
  background-size: contain;
}
.i-arrival .arrival-prod-slick .box p {
  font-size: 16px;
  color: #222;
  margin-top: 25px;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .arrival-prod-slick .box:hover p {
    color: #779587;
  }
  .i-arrival .arrival-pic-slick{
    transform: translateX(-2px);
  }
  .i-arrival .arrival-pic-slick .item{
    padding-left: 2px;
  }
}
@media (max-width: 1440px) {
  .i-arrival .p-ti-box {
    margin-bottom: 30px;
  }
  .i-arrival .arrival-prod-slick .slick-arrow {
    width: 55px;
    height: 55px;
  }
  .i-arrival .arrival-prod-slick .slick-arrow.slick-prev {
    left: -70px;
  }
  .i-arrival .arrival-prod-slick .slick-arrow.slick-next {
    right: -70px;
  }
}
@media (max-width: 991px) {
  .i-arrival .p-ti-box {
    margin-bottom: 20px;
  }
  .i-arrival .arrival-prod-slick .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .i-arrival .arrival-prod-slick .slick-arrow.slick-prev {
    left: -48px;
  }
  .i-arrival .arrival-prod-slick .slick-arrow.slick-next {
    right: -48px;
  }
  .i-arrival .arrival-prod-slick .slick-dots {
    margin: 25px 0 0;
  }
  .i-arrival .arrival-prod-slick .slick-dots li {
    margin-right: 8px;
  }
  .i-arrival .arrival-prod-slick .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .i-arrival .arrival-prod-slick .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 899px) {
  .i-arrival .prod-cont {
    padding: 45px 60px 30px;
  }
  .i-arrival .arrival-pic-slick, .i-arrival .prod-cont {
    width: 100%;
  }
  .i-arrival .arrival-prod-slick .slick-arrow.slick-prev {
    left: -50px;
  }
  .i-arrival .arrival-prod-slick .slick-arrow.slick-next {
    right: -50px;
  }
}
/* ===== product-list ===== */
#product-list .i-prod-slick {
  margin-bottom: 10px;
}
#product-list .i-prod-slick .item {
  margin-bottom: 50px;
}
#product-list .i-prod-slick .box {
  border: 1px solid #e0e0e0;
}

@media (min-width: 1441px) {
  #product-list .i-prod-slick {
    margin: 0 -30px;
  }
  #product-list .i-prod-slick .item {
    padding: 0 30px;
  }
}
@media (max-width: 1440px) {
  #product-list .i-prod-slick .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #product-list .i-prod-slick {
    margin-top: 35px;
    margin-bottom: 10px;
  }
  #product-list .i-prod-slick .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  #product-list .i-prod-slick {
    margin-bottom: 35px;
  }
  #product-list .i-prod-slick .item {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 499px) {
  #product-list .i-prod-slick {
    margin: 35px 0;
  }
  #product-list .i-prod-slick .item {
    width: 100%;
    padding: 0;
  }
}
/* ===== product-view ===== */
#product-view .social-media {
  font-size: 0;
}
#product-view .social-media li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
#product-view .social-media li:last-child {
  margin-right: 0;
}
#product-view .social-media li a {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  font-size: 18px;
  background: #eeeeee;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#product-view .social-media li a.ig {
  font-size: 22px;
}
#product-view .social-media li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product-view .main {
  font-size: 0;
  margin-top: 30px;
}
#product-view .main .pic-item, #product-view .main .txt-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
#product-view .main .pic-item .box-g {
  direction: rtl;
}
#product-view .main .pic-item .box-g .big, #product-view .main .pic-item .box-g .small {
  display: inline-block;
  vertical-align: middle;
}
#product-view .main .pic-item .box-g .big {
  width: calc(100% - 145px);
  padding-left: 30px;
  direction: ltr;
}
#product-view .main .pic-item .box-g .big .pic {
  overflow: hidden;
}
#product-view .main .pic-item .box-g .big .video {
  margin-top: 20%;
  padding-top: 56.25%;
  position: relative;
}
#product-view .main .pic-item .box-g .big .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product-view .main .pic-item .box-g .small {
  width: 145px;
  margin: -9px 0;
}
#product-view .main .pic-item .box-g .small .slick-arrow {
  position: absolute;
  left: 50%;
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  z-index: 3;
  background: none;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
}
#product-view .main .pic-item .box-g .small .slick-arrow.slick-prev {
  top: -30px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
#product-view .main .pic-item .box-g .small .slick-arrow.slick-next {
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}
#product-view .main .pic-item .box-g .small .slick-current .item .pic {
  border: 2px solid #779587;
}
#product-view .main .pic-item .box-g .small .item {
  padding: 9px 0;
  cursor: pointer;
}
#product-view .main .pic-item .box-g .small .item .pic {
  border: 2px solid transparent;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
#product-view .main .pic-item .box-g .small .item .video {
  padding-top: 100%;
  position: relative;
}
#product-view .main .pic-item .box-g .small .item .video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#product-view .main .pic-item .box-g .small .item .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#product-view .main .txt-item {
  padding: 25px 0 0 80px;
}
#product-view .main .txt-item .prod-name {
  margin-bottom: 30px;
  padding: 0 120px 18px 0;
  position: relative;
}
#product-view .main .txt-item .prod-name::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#product-view .main .txt-item .prod-name .share {
  position: absolute;
  top: 0;
  right: 0;
}
#product-view .main .txt-item .prod-name .name {
  font-size: 36px;
  color: #222;
  line-height: 1.4;
}
#product-view .main .txt-item .prod-name .name span {
  vertical-align: middle;
  font-size: 25px;
  color: #779587;
  font-family: "Roboto";
  font-weight: 500;
  margin-left: 15px;
}
#product-view .main .txt-item .prod-name .intro {
  font-size: 18px;
  color: #888;
  margin-top: 8px;
}
#product-view .main .txt-item .accordion-box {
  margin-bottom: 25px;
}
#product-view .main .txt-item .accordion-box .accordion {
  border-bottom: 1px solid #ddd;
}
#product-view .main .txt-item .accordion-box .accordion.open {
  padding-bottom: 15px;
}
#product-view .main .txt-item .accordion-box .accordion.open h3 {
  padding-bottom: 0;
}
#product-view .main .txt-item .accordion-box .accordion.open h3::after {
  top: 26px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#product-view .main .txt-item .accordion-box .accordion h3 {
  line-height: 1.6;
  color: #779587;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  padding: 15px 0;
}
#product-view .main .txt-item .accordion-box .accordion h3::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 21px;
  right: 25px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
#product-view .main .txt-item .accordion-box .accordion .ans {
  color: #555;
  padding-top: 15px;
  font-size: 16px;
  line-height: 1.8;
}
#product-view .main .txt-item .ingredient {
  margin: 35px 0;
}
#product-view .main .txt-item .ingredient .ti {
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 85px;
  padding: 8px 0;
  border-radius: 20px;
  background: #779587;
  margin-bottom: 30px;
}
#product-view .main .txt-item .ingredient .edit ul {
  padding-left: 30px;
}
#product-view .main .txt-item .bottom .qty-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 165px;
  background: #fff;
}
#product-view .main .txt-item .bottom .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: calc(100% - 165px - 25px);
  color: #222;
  padding-left: 70px;
}
#product-view .main .txt-item .bottom .price span {
  font-family: "Roboto";
  font-weight: 500;
}
#product-view .main .txt-item .bottom .price .new {
  vertical-align: middle;
  font-size: 30px;
  margin-left: 20px;
  color: #d35959;
}
#product-view .main .txt-item .bottom .price .old {
  vertical-align: middle;
  font-size: 20px;
  color: #888;
  text-decoration: line-through;
  margin-top: 4px;
  margin-left: 8px;
}
#product-view .main .txt-item .bottom .link-box {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-top: -5px;
}
#product-view .main .txt-item .bottom .link-box a {
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#product-view .main .txt-item .bottom .link-box a:hover {
  color: #779587;
}
#product-view .main .txt-item .btn-wrap {
  text-align: left;
  margin-top: 35px;
}
#product-view .main .txt-item .btn-wrap a {
  font-size: 16px;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#product-view .main .txt-item .btn-wrap a:hover {
  -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.15) inset;
          box-shadow: 0 0 999px rgba(255, 255, 255, 0.15) inset;
}
#product-view .main .txt-item .btn-wrap .btn-buy {
  background: #222;
  margin-right: 6px;
}
#product-view .main .txt-item .btn-wrap .btn-cart {
  background: #779587;
  margin-left: 6px;
}
#product-view .edit-wrap {
  margin-top: 80px;
}

@media (min-width: 992px) {
  #product-view .social-media li a:hover {
    color: #fff;
    background: #779587;
  }
}
@media (max-width: 1599px) {
  #product-view .main .pic-item .box-g .big {
    width: calc(100% - 100px);
  }
  #product-view .main .pic-item .box-g .small {
    width: 100px;
  }
  #product-view .main .txt-item {
    padding: 25px 0 0 30px;
  }
}
@media (max-width: 1440px) {
  #product-view .social-media li a {
    width: 40px;
    height: 40px;
  }
  #product-view .main .txt-item .prod-name {
    margin-bottom: 20px;
    padding: 0 100px 20px 0;
  }
  #product-view .main .txt-item .prod-name .name {
    font-size: 32px;
  }
  #product-view .main .txt-item .prod-name .name span {
    font-size: 22px;
  }
  #product-view .main .txt-item .ingredient {
    margin: 25px 0;
  }
  #product-view .main .txt-item .ingredient .ti {
    width: 70px;
    padding: 6px 0;
    margin-bottom: 20px;
  }
  #product-view .main .txt-item .bottom .price {
    padding-left: 30px;
  }
  #product-view .main .txt-item .btn-wrap {
    margin-top: 25px;
  }
  #product-view .edit-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  #product-view .main {
    margin-top: 0;
  }
  #product-view .main .txt-item {
    margin-top: 25px;
    padding: 0;
    width: 100%;
    max-width: 900px;
    margin: 25px auto 0;
    display: block;
  }
  #product-view .main .txt-item .prod-name {
    margin-bottom: 15px;
    padding: 0 100px 15px 0;
  }
  #product-view .main .txt-item .prod-name .name {
    font-size: 24px;
  }
  #product-view .main .txt-item .prod-name .name span {
    font-size: 18px;
    margin-left: 10px;
  }
  #product-view .main .txt-item .bottom .price {
    padding-left: 20px;
  }
  #product-view .main .txt-item .bottom .price span {
    font-size: 24px;
    margin-left: 10px;
  }
  #product-view .main .pic-item {
    display: block;
    margin: auto;
    width: 100%;
  }
  #product-view .main .pic-item .box-g .big {
    width: 100%;
    padding: 0 10px;
  }
  #product-view .main .pic-item .box-g .big .slick-arrow {
    position: absolute;
    top: 50%;
    padding-left: 0;
    padding: 0;
    background: none;
    width: 20px;
    height: 20px;
    border: none;
    border-top: 2px solid #779587;
    border-right: 2px solid #779587;
  }
  #product-view .main .pic-item .box-g .big .slick-arrow.slick-prev {
    -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    left: -5px;
  }
  #product-view .main .pic-item .box-g .big .slick-arrow.slick-next {
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: -5px;
  }
  #product-view .main .pic-item .box-g .big .video {
    margin-top: 0;
  }
  #product-view .main .pic-item .box-g .big img {
    margin: auto;
  }
  #product-view .main .pic-item .box-g .small {
    display: none;
  }
}
@media (max-width: 991px) {
  #product-view .edit-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #product-view .social-media li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  #product-view .social-media li a.ig {
    font-size: 20px;
  }
  #product-view .main .txt-item {
    margin: 15px auto 0;
  }
  #product-view .main .txt-item .prod-name {
    padding: 0 0 15px 0;
  }
  #product-view .main .txt-item .prod-name .share {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    text-align: right;
  }
  #product-view .main .txt-item .prod-name .name {
    font-size: 20px;
  }
  #product-view .main .txt-item .prod-name .name span {
    font-size: 16px;
  }
  #product-view .main .txt-item .ingredient {
    margin: 15px 0;
  }
  #product-view .main .txt-item .ingredient .ti {
    margin-bottom: 15px;
    width: 65px;
    padding: 3px 0;
  }
  #product-view .main .txt-item .bottom .price span {
    font-size: 22px;
  }
  #product-view .main .txt-item .btn-wrap {
    margin-top: 20px;
  }
  #product-view .main .txt-item .btn-wrap a {
    width: 120px;
    padding: 8px 0;
  }
}
@media (max-width: 499px) {
  #product-view .main .txt-item .bottom .price {
    margin-top: 10px;
    width: calc(100% - 20px);
    padding-left: 0;
  }
  #product-view .main .txt-item .bottom .link-box {
    width: 20px;
    font-size: 20px;
  }
  #product-view .main .txt-item .btn-wrap {
    text-align: center;
  }
}
/* ===== news-list ===== */
#news-list .news-list-g {
  font-size: 0;
  margin: 75px -14px 0;
}
#news-list .news-list-g .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}
#news-list .news-list-g .box {
  width: 100%;
}
#news-list .news-list-g .box:hover {
  color: #000;
}
#news-list .news-list-g .box .txt {
  background: #fff;
  padding: 35px;
  font-size: 16px;
}
#news-list .news-list-g .box .txt .date {
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
}
#news-list .news-list-g .box .txt p {
  color: #333;
  line-height: 2;
  margin-top: 5px;
}

@media (max-width: 1440px) {
  #news-list .news-list-g {
    margin: 50px -14px 0;
  }
  #news-list .news-list-g .box .txt {
    padding: 20px;
  }
  #news-list .news-list-g .box .txt p {
    line-height: 1.8;
  }
}
@media (max-width: 991px) {
  #news-list .news-list-g {
    margin: 40px -14px 0;
  }
  #news-list .news-list-g .item {
    width: 33.33%;
  }
  #news-list .news-list-g .box .txt {
    padding: 15px;
  }
  #news-list .news-list-g .box .txt p {
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  #news-list .news-list-g {
    margin: 30px -10px 0;
  }
  #news-list .news-list-g .item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  #news-list .news-list-g .box .txt {
    padding: 15px;
  }
  #news-list .news-list-g .box .txt p {
    line-height: 1.6;
  }
}
@media (max-width: 499px) {
  #news-list .news-list-g {
    margin: 30px 0 0;
  }
  #news-list .news-list-g .item {
    width: 100%;
    padding: 0;
  }
  #news-list .news-list-g .box img {
    width: 100%;
  }
}
/* ===== news-view ===== */
#news-view .white-cont {
  padding: 25px 25px 100px;
}
#news-view .view-ti-box {
  text-align: center;
  margin: 80px 0 70px;
}
#news-view .view-ti-box h2 {
  line-height: 1.4;
  color: #222;
  font-size: 36px;
  font-family: "Philosopher";
  font-weight: 400;
  padding-bottom: 60px;
  margin-bottom: 15px;
  position: relative;
}
#news-view .view-ti-box h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#news-view .view-ti-box .date {
  font-family: "Philosopher";
  font-weight: 700;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 16px;
}
#news-view .btn-wrap {
  margin-top: 70px;
}
#news-view .box-g {
  font-size: 0;
}
#news-view .box-g .share, #news-view .box-g .edit-wrap {
  display: inline-block;
  vertical-align: top;
}
#news-view .box-g .share {
  width: 65px;
  position: sticky;
  top: 100px;
}
#news-view .box-g .share .social-media li {
  margin-bottom: 10px;
}
#news-view .box-g .share .social-media li:last-child {
  margin-bottom: 0;
}
#news-view .box-g .share .social-media li a {
  width: 65px;
  height: 65px;
  position: relative;
  font-size: 18px;
  background: #f8f8f8;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#news-view .box-g .share .social-media li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#news-view .box-g .edit-wrap {
  width: calc(100% - 65px);
  padding: 0 115px 0 45px;
}

@media (min-width: 992px) {
  #news-view .box-g .share .social-media li a:hover {
    background: #779587;
    color: #fff;
  }
}
@media (max-width: 1599px) {
  #news-view .box-g .edit-wrap {
    padding: 0 60px 0 45px;
  }
}
@media (max-width: 1440px) {
  #news-view .white-cont {
    padding: 25px 25px 65px;
  }
  #news-view .view-ti-box {
    margin: 20px 0 30px;
  }
  #news-view .view-ti-box h2 {
    padding-bottom: 25px;
    font-size: 32px;
  }
  #news-view .box-g .edit-wrap {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 991px) {
  #news-view .btn-wrap {
    margin-top: 60px;
  }
  #news-view .white-cont {
    position: relative;
    padding: 55px 20px 50px;
  }
  #news-view .view-ti-box {
    margin: 10px 0 25px;
  }
  #news-view .view-ti-box h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  #news-view .box-g .share {
    position: absolute;
    top: 15px;
    left: unset;
    right: 20px;
    width: 100%;
    text-align: right;
  }
  #news-view .box-g .share .social-media li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 6px;
  }
  #news-view .box-g .share .social-media li:last-child {
    margin-right: 0;
  }
  #news-view .box-g .share .social-media li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #779587;
    color: #fff;
    font-size: 17px;
  }
  #news-view .box-g .edit-wrap {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #news-view .white-cont {
    padding: 55px 20px 40px;
  }
  #news-view .btn-wrap {
    margin-top: 40px;
  }
  #news-view .view-ti-box {
    margin: 10px 0 20px;
  }
  #news-view .view-ti-box h2 {
    font-size: 20px;
  }
  #news-view .view-ti-box h2::after {
    width: 65px;
  }
}
/* ===== privacy ===== */
#privacy .white-cont {
  margin-top: 70px;
  padding: 100px 20px;
}
#privacy .edit-wrap {
  max-width: 1380px;
  margin: auto;
}
#privacy .edit .box {
  margin-bottom: 65px;
}
#privacy .edit .box:last-child {
  margin-bottom: 0;
}
#privacy .edit p {
  font-size: 16px;
  line-height: 2;
}
#privacy .edit h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  #privacy .white-cont {
    margin-top: 45px;
    padding: 60px 30px;
  }
  #privacy .edit .box {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  #privacy .white-cont {
    margin-top: 30px;
    padding: 30px 20px;
  }
  #privacy .edit .box {
    margin-bottom: 30px;
  }
}
/* ===== sitemap ===== */
#sitemap .p-ti-box {
  text-align: left;
  margin-bottom: 100px;
}
#sitemap .item-g {
  direction: rtl;
}
#sitemap .pic, #sitemap .txt {
  display: inline-block;
  vertical-align: middle;
  direction: ltr;
}
#sitemap .pic {
  width: 46.35%;
}
#sitemap .txt {
  width: 53.65%;
  padding: 0 30px 0 100px;
}
#sitemap .txt .list-g {
  margin: 0 -15px;
}
#sitemap .txt .list-g .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 100px;
  padding: 0 15px;
}
#sitemap .txt .list-g .item:last-child {
  width: 100%;
}
#sitemap .txt .list-g .box {
  font-size: 30px;
  color: #000;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
}
#sitemap .txt .list-g .box span {
  font-size: 16px;
  font-style: unset;
  letter-spacing: normal;
  font-style: normal;
  font-family: "NotoSans";
  font-weight: 400;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
#sitemap .txt .list-g .box span::before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin: -12px 23px 0;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

@media (min-width: 992px) {
  #sitemap .txt .list-g .box:hover span {
    color: #779587;
  }
  #sitemap .txt .list-g .box:hover span::before {
    color: #000;
  }
}
@media (max-width: 1599px) {
  #sitemap .p-ti-box {
    margin-bottom: 50px;
  }
  #sitemap .txt {
    padding: 0 30px 0 40px;
  }
  #sitemap .txt .list-g .item {
    margin-bottom: 50px;
  }
}
@media (max-width: 1499px) {
  #sitemap .txt .list-g .box {
    font-size: 26px;
  }
  #sitemap .txt .list-g .box span::before {
    font-size: 26px;
    margin: -12px 10px 0;
  }
}
@media (max-width: 1299px) {
  #sitemap .p-ti-box {
    margin-bottom: 30px;
  }
  #sitemap .txt {
    padding: 30px;
  }
  #sitemap .txt .list-g .item {
    margin-bottom: 30px;
  }
  #sitemap .txt .list-g .item:nth-child(6) {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #sitemap .p-ti-box {
    margin-bottom: 25px;
  }
  #sitemap .txt {
    padding: 30px 20px 30px 30px;
  }
  #sitemap .txt .list-g .item {
    margin-bottom: 20px;
    width: 100%;
  }
  #sitemap .txt .list-g .box {
    font-size: 22px;
  }
  #sitemap .txt .list-g .box span::before {
    font-size: 20px;
    margin: -7px 10px 0;
  }
}
@media (max-width: 767px) {
  #sitemap .p-ti-box {
    text-align: center;
  }
  #sitemap .txt {
    width: 100%;
    padding: 35px 20px;
    text-align: center;
  }
  #sitemap .pic {
    width: 100%;
  }
}
/* ===== faq ===== */
#faq .white-cont {
  margin-top: 70px;
  padding: 25px 90px 90px;
}
#faq .accordion-box {
  margin-bottom: 50px;
}
#faq .accordion:first-child h3 {
  border-top: 1px solid #cee1d7;
}
#faq .accordion.open h3 {
  color: #779587;
}
#faq .accordion.open h3::after {
  top: 32px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
#faq .accordion.open h3 i {
  background: #cee1d7;
  width: 45px;
  border-radius: 50px;
}
#faq .accordion h3 {
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding: 25px 28px 25px 55px;
  border-bottom: 1px solid #cee1d7;
  color: #222;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#faq .accordion h3::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  position: absolute;
  top: 35px;
  right: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
#faq .accordion h3 i {
  display: inline-block;
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #cee1d7;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-style: unset;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Philosopher";
  font-weight: 400;
}
#faq .accordion .ans {
  font-size: 17px;
  line-height: 2;
  padding: 30px 20px;
  display: none;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 992px) {
  #faq .accordion h3:hover {
    color: #779587;
  }
  #faq .accordion h3:hover i {
    background: #cee1d7;
    width: 45px;
    border-radius: 50px;
  }
}
@media (max-width: 1440px) {
  #faq .white-cont {
    padding: 25px 30px;
  }
  #faq .accordion.open h3::after {
    top: 25px;
  }
  #faq .accordion h3 {
    padding: 20px 25px 20px 55px;
  }
  #faq .accordion h3::after {
    top: 27px;
  }
  #faq .accordion h3 i {
    top: 14px;
  }
  #faq .accordion .ans {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  #faq .white-cont {
    padding: 25px 20px;
  }
  #faq .accordion-box {
    margin: 35px 0;
  }
  #faq .accordion.open h3::after {
    top: 19px;
  }
  #faq .accordion.open h3 i {
    width: 35px;
  }
  #faq .accordion h3 {
    font-size: 17px;
    padding: 15px 25px 15px 45px;
  }
  #faq .accordion h3::after {
    top: 22px;
  }
  #faq .accordion h3 i {
    top: 9px;
  }
  #faq .accordion .ans {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
  }
}
/* ===== about ===== */
#about .p-ti-box {
  text-align: left;
}
#about .main {
  position: relative;
  padding-top: 47.91%;
}
#about .main > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about .main .breadcrumb-wrap {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}
#about .main .txt {
  position: absolute;
  top: 50%;
  left: 490px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#about .main .txt .box {
  margin-bottom: 60px;
}
#about .main .txt .box:last-child {
  margin-bottom: 0;
}
#about .main .txt span {
  font-size: 30px;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
}
#about .main .txt p {
  color: #333;
  line-height: 3;
  margin-top: 30px;
}
#about .prod-wrap {
  padding: 90px 0;
}
#about .prod {
  margin-bottom: 90px;
}
#about .prod:last-child {
  margin-bottom: 0;
}
#about .prod .txt span {
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
}
#about .prod .txt p {
  font-size: 16px;
  color: #333;
  line-height: 3;
  margin-top: 30px;
}
#about .prod-1 .item-g .pic, #about .prod-1 .item-g .txt {
  display: inline-block;
  vertical-align: middle;
}
#about .prod-1 .item-g .pic {
  width: 59.8%;
}
#about .prod-1 .item-g .txt {
  width: 40.2%;
  padding-left: 120px;
}
#about .prod-2 {
  position: relative;
  padding-top: 54.43%;
}
#about .prod-2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#about .prod-2 .txt {
  position: absolute;
  top: 50%;
  left: 160px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1649px) {
  #about .main .txt {
    left: 375px;
  }
}
@media (max-width: 1440px) {
  #about .main .txt {
    left: 320px;
  }
  #about .main .txt .box {
    margin-bottom: 35px;
  }
  #about .main .txt p {
    margin-top: 10px;
  }
  #about .prod-wrap {
    padding: 60px 0;
  }
  #about .prod {
    margin-bottom: 60px;
  }
  #about .prod .txt p {
    margin-top: 10px;
  }
  #about .prod-1 .item-g .txt {
    padding-left: 45px;
  }
  #about .prod-2 .txt {
    left: 100px;
  }
}
@media (max-width: 1199px) {
  #about .main .txt {
    left: 270px;
  }
  #about .prod-1 .item-g .txt {
    padding-left: 25px;
  }
  #about .prod-2 .txt {
    left: 50px;
  }
}
@media (max-width: 991px) {
  #about .main .txt {
    left: 200px;
    background: rgba(255, 255, 255, 0.55);
    padding: 20px;
    border-radius: 10px;
  }
  #about .main .txt .box {
    margin-bottom: 15px;
  }
  #about .main .txt p {
    margin-top: 10px;
    line-height: 1.6;
  }
  #about .main .txt span {
    font-size: 24px;
  }
  #about .prod-wrap {
    padding: 40px 0;
  }
  #about .prod {
    margin-bottom: 40px;
  }
  #about .prod .txt span {
    font-size: 24px;
  }
  #about .prod .txt p {
    line-height: 1.6;
  }
  #about .prod .txt p br {
    display: none;
  }
  #about .prod-1 .item-g .pic {
    width: 55%;
  }
  #about .prod-1 .item-g .txt {
    width: 45%;
    padding-left: 30px;
  }
  #about .prod-2 .txt {
    left: 30px;
  }
  #about .prod-2 .txt p br {
    display: block;
  }
}
@media (max-width: 767px) {
  #about .main {
    padding-top: 0;
  }
  #about .main .breadcrumb-wrap {
    position: relative;
    top: unset;
  }
  #about .main > img {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: auto;
    height: auto;
  }
  #about .main .txt {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    background: none;
    padding: 20px;
  }
  #about .main .txt p br {
    display: none;
  }
  #about .main .txt span {
    font-size: 18px;
  }
  #about .prod-wrap {
    padding: 15px 0 40px;
  }
  #about .prod {
    margin-bottom: 30px;
  }
  #about .prod .txt span {
    font-size: 18px;
  }
  #about .prod-1 .item-g .pic {
    width: 100%;
  }
  #about .prod-1 .item-g .txt {
    width: 100%;
    padding: 0;
    margin-top: 25px;
  }
  #about .prod-2 {
    padding: 0;
  }
  #about .prod-2 img {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
    height: auto;
  }
  #about .prod-2 .txt {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin-top: 25px;
    padding: 0;
  }
  #about .prod-2 .txt p br {
    display: none;
  }
}
/* ===== contact ===== */
#contact .main {
  position: relative;
}
#contact .main::after {
  content: "";
  display: block;
  width: 100%;
  height: 165px;
  background: url(../images/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: top;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contact .main .wrap-1580 {
  background: #fff;
  position: relative;
  z-index: 2;
}
#contact .main .wrap-1580 .txt, #contact .main .wrap-1580 .pic {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
#contact .main .wrap-1580 .txt {
  padding: 0 170px 0 110px;
}
#contact .main .wrap-1580 .txt .p-ti-box {
  text-align: left;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
#contact .main .wrap-1580 .txt .p-ti-box::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#contact .main .wrap-1580 .txt .company {
  color: #222;
  font-size: 36px;
  line-height: 1;
}
#contact .main .wrap-1580 .txt .company span {
  width: 100%;
  font-family: "Philosopher";
  font-weight: 400;
  font-size: 24px;
  color: #666;
}
#contact .main .wrap-1580 .txt .info {
  margin-top: 45px;
}
#contact .main .wrap-1580 .txt .info ul li {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 35px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  margin-bottom: 20px;
}
#contact .main .wrap-1580 .txt .info ul li.add {
  width: 100%;
  margin-bottom: 30px;
}
#contact .main .wrap-1580 .txt .info ul li.add a {
  width: 100%;
  margin-bottom: 8px;
}
#contact .main .wrap-1580 .txt .info ul li.add a:last-child {
  margin-bottom: 0;
}
#contact .main .wrap-1580 .txt .info ul li i {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  width: 23px;
}
#contact .main .wrap-1580 .txt .info ul li a {
  color: #444;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
#contact .main .wrap-1580 .txt .info ul li a:hover {
  color: #779587;
}
#contact .form-area {
  padding: 80px 0 100px;
  background: url(../images/contact_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#contact .form-area .btn-wrap {
  margin-top: 35px;
}
#contact .form-area .top {
  margin-bottom: 70px;
}
#contact .form-area .top p {
  text-align: center;
  color: #333;
  margin-top: 25px;
}

@media (max-width: 1440px) {
  #contact .main::after {
    display: none;
  }
  #contact .main .wrap-1580 .txt {
    padding: 0 60px 0 108px;
  }
  #contact .main .wrap-1580 .txt .p-ti-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #contact .main .wrap-1580 .txt .company {
    font-size: 32px;
  }
  #contact .main .wrap-1580 .txt .info {
    margin-top: 30px;
  }
  #contact .form-area {
    padding: 60px 0 70px;
  }
  #contact .form-area .top {
    margin-bottom: 40px;
  }
  #contact .form-area .top p {
    margin-top: 15px;
  }
  #contact .form-area .btn-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  #contact .main .wrap-1580 .txt {
    padding: 0 20px;
  }
  #contact .main .wrap-1580 .txt .info ul li {
    width: 100%;
  }
  #contact .main .wrap-1580 .txt .info ul li.add {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  #contact .main .wrap-1580 .txt {
    padding: 20px 15px;
  }
  #contact .main .wrap-1580 .txt .p-ti-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #contact .main .wrap-1580 .txt .company {
    font-size: 26px;
    line-height: 1.2;
  }
  #contact .main .wrap-1580 .txt .company span {
    font-size: 18px;
  }
  #contact .main .wrap-1580 .txt .info {
    margin-top: 20px;
  }
  #contact .form-area {
    padding: 45px 0 50px;
  }
  #contact .form-area .top {
    margin-bottom: 25px;
  }
  #contact .form-area .top p {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #contact .main .wrap-1580 .pic {
    display: none;
  }
  #contact .main .wrap-1580 .txt {
    width: 100%;
    display: block;
    max-width: 360px;
    margin: auto;
    padding: 20px 0;
  }
  #contact .main .wrap-1580 .txt .p-ti-box {
    text-align: center;
  }
  #contact .main .wrap-1580 .txt .p-ti-box::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #contact .main .wrap-1580 .txt .company {
    font-size: 20px;
    text-align: center;
  }
  #contact .main .wrap-1580 .txt .company span {
    font-size: 16px;
  }
  #contact .main .wrap-1580 .txt .info {
    margin-top: 20px;
  }
  #contact .main .wrap-1580 .txt .info ul li {
    margin-right: 0;
  }
  #contact .main .wrap-1580 .txt .info ul li.tel, #contact .main .wrap-1580 .txt .info ul li.fax {
    width: auto;
  }
  #contact .main .wrap-1580 .txt .info ul li.tel {
    margin-right: 30px;
  }
  #contact .form-area {
    padding: 35px 0 40px;
  }
}
@media (max-width: 349px) {
  #contact .main .wrap-1580 .txt .info ul li.tel {
    margin-right: 20px;
  }
}
/* ===== login ===== */
#member {
  position: relative;
}
#member .breadcrumb-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#member .bg {
  background: url(../images/member_bg.jpg) no-repeat;
  background-size: cover;
  padding: 50vh 0;
  position: relative;
}
#member .bg::before {
  content: "";
  display: block;
  width: 73.43%;
  height: 100%;
  background: url(../images/member_bg_2.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -20%;
}
#member .btn-wrap {
  margin-top: 20px;
}
#member .bottom-btn input {
  width: 190px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(144, 144, 144)), color-stop(99%, rgb(62, 62, 62)));
  background: -o-linear-gradient(left, rgb(144, 144, 144) 0%, rgb(62, 62, 62) 99%);
  background: linear-gradient(90deg, rgb(144, 144, 144) 0%, rgb(62, 62, 62) 99%);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-right: 5px;
}
#member .bottom-btn button {
  margin-left: 5px;
}
#member .p-ti-box {
  text-align: left;
  margin-bottom: 50px;
}
#member .mem-summary {
  font-size: 17px;
  margin-bottom: 25px;
}
#member .forgot-pwd {
  text-align: right;
  color: #333;
  font-size: 16px;
}
#member .forgot-pwd a {
  color: #333;
  position: relative;
}
#member .forgot-pwd a:hover {
  text-decoration: underline;
}
#member .btn-wrap {
  margin-top: 50px;
  text-align: right;
}
#member .link-txt {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
}
#member .link-txt a {
  display: block;
  color: #000;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-top: 10px;
}
#member .link-txt a::after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  background: url(../images/btn_aw_2.png) no-repeat;
  background-size: contain;
  width: 73px;
  height: 7px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#member .themes-box {
  position: absolute;
  top: 50%;
  right: 170px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 850px;
  background: rgb(255, 255, 255);
  padding: 70px;
}
#member .login {
  font-size: 0;
}
#member .login .left-box, #member .login .right-box {
  display: inline-block;
  vertical-align: top;
}
#member .login .left-box {
  width: 60%;
  padding-right: 40px;
  position: relative;
}
#member .login .left-box::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: url(../images/login_deco_line.png) repeat-y;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
#member .login .right-box {
  width: 40%;
  padding-left: 35px;
}
#member .login .right-box .fb {
  background: #1876F2;
  color: #fff;
  padding: 5px 0;
}
#member .login .right-box .fb::after {
  display: none;
}
#member .login .right-box .fb:hover {
  -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
}
#member .login .right-box .join {
  background: #779587;
  color: #fff;
  padding: 5px 0;
}
#member .login .right-box .join::after {
  display: none;
}
#member .login .right-box .join:hover {
  -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
}

.themes-member .fluid {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  padding: 0 0 22px 110px;
}
.themes-member .fluid .label-item {
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 16px;
  margin-bottom: 0;
  color: #333;
}
.themes-member .fluid .label-item span {
  color: #779587;
  display: inline-block;
  margin-right: 3px;
}
.themes-member .fluid .input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  color: #333;
  width: 100%;
  border: none;
  background: none;
  border: 1px solid #e5e5e5;
}
.themes-member .fluid .input:focus {
  border: 1px solid #779587;
}
.themes-member .fluid select {
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 35px 10px 10px;
  background: url(../images/select_arrow.png), #fff;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: 10px 6px;
  background-position: center right 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #e5e5e5;
}
.themes-member .fluid select:focus {
  border: 1px solid #779587;
}
.themes-member .fluid textarea {
  width: 100%;
  font-size: 17px;
  color: #000;
  background: #fff;
  padding: 15px;
}
.themes-member .fluid textarea:focus {
  border: 1px solid #779587;
}
.themes-member .code-box {
  font-size: 0;
}
.themes-member .code-box .input, .themes-member .code-box .codeImg, .themes-member .code-box a {
  display: inline-block;
  vertical-align: middle;
}
.themes-member .code-box .input {
  width: calc(100% - 125px - 40px);
}
.themes-member .code-box .codeImg {
  width: 125px;
}
.themes-member .code-box a {
  width: 40px;
  height: 100%;
  height: 46px;
  background: #626262;
  position: relative;
}
.themes-member .code-box a i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.themes-member .box-g {
  font-size: 0;
  margin: 0 -15px;
}
.themes-member .box-g .box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
}
.themes-member .box-g .box.full {
  width: 100%;
}

.themes-member .box-g .sel-g{
  margin: 0 -5px;
}
.themes-member .box-g .sel-g .sel{
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 5px;
}
.themes-member .add-g .sel-g {
  width: 40%;
  margin: 0 -5px;
  display: inline-block;
  vertical-align: top;
}
.themes-member .add-g .sel-box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 5px;
}
.themes-member .add-g .input {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-left: 10px;
}
.themes-member .text {
  font-size: 16px;
  padding-top: 10px;
}

@media (min-width: 992px) {
  #member .link-txt a:hover {
    color: #779587;
  }
  #member .link-txt a:hover::after {
    margin-left: 10px;
  }
}
@media (max-width: 1699px) {
  #member .bg::before {
    left: -30%;
  }
  #member .themes-box {
    right: 70px;
  }
}
@media (max-width: 1440px) {
  #member .bg::before {
    left: -42%;
  }
  #member .p-ti-box {
    margin-bottom: 30px;
  }
  #member .bg::before {
    width: 100%;
  }
  #member .themes-box {
    padding: 50px 30px;
  }
}
@media (max-width: 1299px) {
  #member .bg::before {
    left: -48%;
  }
}
@media (max-width: 1199px) {
  #member .bg::before {
    background: url(../images/member_bg_2_2.jpg) no-repeat;
    background-size: cover;
    left: 0;
  }
  #member .themes-box {
    right: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  #member .btn-wrap {
    margin-top: 30px;
  }
  #member .p-ti-box {
    margin-bottom: 20px;
  }
  #member .themes-box {
    width: 700px;
    padding: 30px;
  }
  #member .login .left-box {
    padding-right: 25px;
  }
  #member .login .right-box {
    padding-left: 25px;
  }
  #member .login .right-box .fb {
    padding: 3px 0;
  }
  #member .login .right-box .join {
    padding: 3px 0;
  }

  .themes-member .add-g .sel-g {
    width: 43.5%;
  }
  .themes-member .add-g .input {
    width: 56.5%;
  }
  .themes-member .box-g {
    margin: 0 -12px;
  }
  .themes-member .box-g .box {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  #member .bg {
    padding: 80px 0;
  }
  #member .link-txt {
    margin-bottom: 20px;
  }
  #member .btn-wrap {
    margin-top: 20px;
    text-align: center;
  }
  #member .p-ti-box {
    margin-bottom: 20px;
  }
  #member .themes-box {
    padding: 30px 20px;
    width: 92%;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin: auto;
  }
  #member .login .left-box {
    width: 100%;
    padding-right: 0;
  }
  #member .login .left-box::after {
    display: none;
  }
  #member .login .right-box {
    width: 100%;
    padding: 15px 0 0 0;
    margin-top: 25px;
    border-top: 1px solid #e5e5e5;
  }
  #member .login .right-box .link-txt:last-child {
    margin-bottom: 0;
  }
  #member .login .right-box .fb {
    max-width: 180px;
    margin: 10px auto 0;
  }
  #member .login .right-box .join {
    max-width: 180px;
    margin: 10px auto 0;
  }

  .themes-member .add-g .sel-g {
    width: 100%;
    margin: 0;
  }
  .themes-member .add-g .sel-g .sel-box {
    margin-bottom: 10px;
    padding: 0;
  }
  .themes-member .add-g .sel-g .sel-box:first-child {
    padding-right: 5px;
  }
  .themes-member .add-g .sel-g .sel-box:last-child {
    padding-left: 5px;
  }
  .themes-member .add-g .input {
    width: 100%;
    margin-left: 0;
  }
  .themes-member .fluid {
    padding: 0 0 13px 0;
  }
  .themes-member .box-g {
    margin: 0;
  }
  .themes-member .box-g .box {
    padding: 0;
    width: 100%;
  }
  .themes-member .box-g .box .label-item {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 8px;
  }
}
/* ===== center ===== */
.welcome {
  text-align: center;
  color: #333;
  margin: 25px 0 35px;
  font-size: 18px;
}
.welcome span {
  color: #779587;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  margin-right: 6px;
}
.welcome a{
  color: #779587;
  margin-left: 8px;
  text-decoration: underline;
}
#center .btn-wrap {
  margin-top: 40px;
}
#center .cont-wrap {
  background: #fff;
  margin-top: 55px;
  padding: 75px 100px;
  border-radius: 5px;
}
#center .cont-wrap .p-ti-box {
  margin-bottom: 50px;
}
#center .cont-wrap .p-pager {
  margin-top: 50px;
}
#center .wrap-700 {
  max-width: 700px;
  margin: auto;
}

@media (max-width: 1440px) {
  #center .cont-wrap {
    padding: 50px;
    margin-top: 45px;
  }
  #center .cont-wrap .p-ti-box {
    margin-bottom: 40px;
  }
  #center .cont-wrap .p-pager {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .welcome {
    margin: 15px 0 20px;
    font-size: 16px;
  }

  #center .btn-wrap {
    margin-top: 20px;
  }
  #center .cont-wrap {
    padding: 40px 30px;
    margin-top: 45px;
  }
  #center .cont-wrap .p-ti-box {
    margin-bottom: 30px;
  }
  #center .cont-wrap .p-pager {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .welcome {
    margin: 10px 0;
  }

  #center .cont-wrap {
    padding: 30px 20px;
    margin-top: 35px;
  }
  #center .cont-wrap .p-ti-box {
    margin-bottom: 20px;
  }
}
/* ===== 訂單查詢 ===== */
.order-list-cont .thead {
  width: 100%;
  display: table;
  background: #779587;
}
.order-list-cont .thead .box {
  display: table-row;
}
.order-list-cont .thead .box .th {
  width: 14.28%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 14px 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
.order-list-cont .thead .box .th::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.order-list-cont .thead .box .th:last-child::after {
  display: none;
}
.order-list-cont .tbody {
  display: block;
  width: 100%;
}
.order-list-cont .tbody .box {
  display: table;
  width: 100%;
  position: relative;
}
.order-list-cont .tbody .box:nth-child(even) {
  background: #f4f4f4;
}
.order-list-cont .tbody .box .td {
  width: 14.28%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.order-list-cont .tbody .box .td:first-child a {
  color: #333;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.order-list-cont .tbody .box .td:first-child a:hover {
  color: #779587;
}
.order-list-cont .tbody .box .td i {
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  font-size: 17px;
  color: #779587;
}
.order-list-cont.coupon .order-link {
  font-size: 13px;
  color: #779587;
  display: block;
}
.order-list-cont.wish .tbody .box .td .pic{
  max-width: 255px;
  margin: auto;
}
.order-list-cont.wish .tbody .box .td a{
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.order-list-cont.wish .tbody .box .td a:hover{
  color: #779587;
}
.order-list-cont.wish .tbody .box .td .add{
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
  color: #fff;
  background: #779587;
  text-align: center;
  width: 100px;
  padding: 6px 0;
  border-radius: 40px;
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}
.order-list-cont.wish .tbody .box .td.xs-show{
  display: none;
}

@media (min-width: 992px) {
  .order-list-cont .tbody .box .td i:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .order-list-cont.wish .tbody .box .td .add:hover{
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}
@media (max-width: 991px) {
  .order-list-cont .thead {
    display: none;
  }
  .order-list-cont .tbody {
    background: none;
    border-bottom: none;
  }
  .order-list-cont .tbody .box {
    display: block;
    margin: 0 auto 15px auto;
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 60px 10px 10px 10px;
  }
  .order-list-cont .tbody .box:nth-child(even) {
    background: none;
  }
  .order-list-cont .tbody .box .td {
    font-size: 16px;
    display: inline-block;
    width: calc(50% - 4px);
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    height: auto;
    line-height: 1.5;
  }
  .order-list-cont .tbody .box .td:before {
    content: attr(data-mtit) "：";
  }
  .order-list-cont .tbody .box .td:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #779587;
    color: #fff;
    padding: 10px 30px 10px 10px;
  }
  .order-list-cont .tbody .box .td:first-child a {
    color: #fff;
  }
  .order-list-cont:not(.coupon) .tbody .box .td:last-child {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
  }
  .order-list-cont:not(.coupon) .tbody .box .td:last-child::before {
    display: none;
  }
  .order-list-cont:not(.coupon) .tbody .box .td:last-child i {
    color: #fff;
    font-size: 20px;
  }
  .order-list-cont.wish .tbody .box .td:first-child{
    position: relative;
    top: unset;
    left: unset;
    background: none;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .order-list-cont.wish .tbody .box .td:first-child::before{
    display: none;
  }
  .order-list-cont.wish .tbody .box{
    padding: 40px 15px 15px;
  }
  .order-list-cont.wish .tbody .box .td:last-child i{
    color: #779587;
  }
  .order-list-cont.wish .tbody .box .td .xs-hide{
    display: none;
  }
  .order-list-cont.wish .tbody .box .td.xs-show{
    display: inline-block;
  }
  /* .order-list-cont.wish .tbody .box .td{
    width: calc(33.33% - 4px);
  }
  .order-list-cont.wish .tbody .box .td:last-child {
    width: 30px;
  } */
}
@media (max-width: 599px) {
  .order-list-cont .tbody .box .td {
    width: 100%;
  }
  /* .order-list-cont.wish .tbody .box .td{
    width: 100%;
  } */
}
@media (max-width: 399px) {
  .order-list-cont .tbody .box .td:first-child a {
    font-size: 15px;
  }
}
/* ===== 購物車 ===== */
.cart-list {
  padding: 70px 100px 60px;
  background: #fff;
}
.cart-list .wrap-1380 {
  max-width: 1380px;
  margin: auto;
}
.cart-list .p-ti-box {
  margin-bottom: 40px;
}
.cart-list .thead {
  width: 100%;
  display: table;
  background: #f5f5f5;
}
.cart-list .thead .box {
  display: table-row;
}
.cart-list .thead .box .th {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding: 16px 0;
  text-align: center;
  font-size: 16px;
  color: #222;
  width: 15%;
}
.cart-list .thead .box .th:last-child::after {
  display: none;
}
.cart-list .thead .box .th::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #bdbdbd;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cart-list .thead .box .th.th-title {
  width: 40%;
}
.cart-list .tbody {
  display: block;
  width: 100%;
  background: #fff;
  font-size: 1rem;
}
.cart-list .tbody .box {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.cart-list .tbody .box .td {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 15px 5px;
  width: 15%;
}
.cart-list .tbody .box .td.td-title {
  word-wrap: break-word;
  width: auto;
  text-align: left;
  line-height: 1.5;
  font-size: 0;
  width: 40%;
}
.cart-list .tbody .box .td.td-title .pic, .cart-list .tbody .box .td.td-title .txt {
  display: inline-block;
  vertical-align: middle;
}
.cart-list .tbody .box .td.td-title .pic {
  width: 135px;
}
.cart-list .tbody .box .td.td-title .pic a {
  display: inline-block;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.cart-list .tbody .box .td.td-title .pic a img {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.cart-list .tbody .box .td.td-title .pic a:hover {
  border: 1px solid #779587;
}
.cart-list .tbody .box .td.td-title .pic a:hover img {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.cart-list .tbody .box .td.td-title .txt {
  width: calc(100% - 135px);
  padding-left: 30px;
}
.cart-list .tbody .box .td.td-title .txt .prod-name {
  font-size: 16px;
  color: #222;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.cart-list .tbody .box .td.td-title .txt .prod-name:hover {
  color: #779587;
}
.cart-list .tbody .box .td.td-number .qty-wrap {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.cart-list .tbody .box .td.td-number .qty-wrap span.num {
  width: 100%;
  text-align: center;
}
.cart-list .tbody .box .td.td-price, .cart-list .tbody .box .td.td-sum {
  font-family: "Philosopher";
  font-weight: 400;
}
.cart-list .tbody .box .td.td-del i {
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  color: #779587;
}
.cart-list .tbody .box .td.td-del i:hover {
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  cursor: pointer;
}
.cart-list .tfooter {
  text-align: right;
  position: relative;
}
.cart-list .tfooter::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  bottom: 57px;
}
.cart-list .tfooter .info {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  padding: 30px 85px 0 0;
  font-size: 16px;
  color: #222;
  line-height: 1.4;
  text-align: left;
}
.cart-list .tfooter .info .prod {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}
.cart-list .tfooter .info .prod span {
  display: inline-block;
  vertical-align: middle;
  color: #da0313;
  margin: -3px 5px 0;
}
.cart-list .tfooter .info ul li {
  font-size: 0;
  margin-top: 15px;
}
.cart-list .tfooter .info ul li.total {
  padding-top: 15px;
}
.cart-list .tfooter .info ul li.total .num {
  width: 95px;
  font-size: 30px;
  color: #99b39a;
  font-family: "Philosopher";
  font-weight: 400;
}
.cart-list .tfooter .info ul li.total .txt {
  width: calc(100% - 95px);
}
.cart-list .tfooter .info ul li .txt, .cart-list .tfooter .info ul li .num {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}
.cart-list .tfooter .info ul li .txt {
  width: calc(100% - 70px);
}
.cart-list .tfooter .info ul li .num {
  width: 70px;
  text-align: right;
}

#cart .cont-wrap .btn-wrap {
  margin-top: 50px;
}
#cart .cont-wrap .btn-wrap .btn-style-2 {
  margin: 0 40px;
  width: 185px;
}
#cart .cont-ti {
  font-size: 22px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 35px;
  padding: 0 0 22px 22px;
  border-bottom: 1px solid #959595;
}
#cart .cont-ti::before {
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  background: #779587;
  position: absolute;
  top: 8px;
  left: 0;
}
#cart .step-cont .step {
  margin-bottom: 30px;
}
#cart .step-cont .step:last-child {
  margin-bottom: 0;
}
#cart .cart-finish {
  text-align: center;
  color: #222;
}
#cart .cart-finish .icon {
  margin-bottom: 35px;
}
#cart .cart-finish > span {
  font-size: 20px;
}
#cart .cart-finish p {
  font-size: 17px;
  line-height: 2;
}
#cart .cart-finish p span {
  color: #779587;
}
#cart .cart-finish p a {
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: underline;
}
#cart .cart-finish p a:hover {
  color: #779587;
}
#cart .order-state {
  font-size: 0;
}
#cart .order-state li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 16px;
  position: relative;
  padding: 0 10px 0 85px;
  margin-bottom: 10px;
}
#cart .order-state li span {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1440px) {
  #cart .cart-finish .icon {
    width: 100px;
    margin: 0 auto 35px;
  }

  .cart-list {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  #cart .cont-ti {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 0 0 15px 12px;
  }
  #cart .cont-ti::before {
    height: 18px;
  }
  #cart .cart-finish .icon {
    width: 76px;
    margin: 0 auto 25px;
  }
  #cart .cart-finish > span {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #cart .cart-finish p {
    font-size: 16px;
    line-height: 1.8;
  }
  #cart .order-state li {
    width: 50%;
  }
  #cart .cont-wrap .btn-wrap {
    margin-top: 35px;
  }
  #cart .cont-wrap .btn-wrap .btn-style-2 {
    margin: 0 30px;
  }

  .cart-list {
    padding: 20px 15px;
  }
  .cart-list .p-ti-box {
    margin-bottom: 20px;
  }
  .cart-list .thead {
    display: none;
  }
  .cart-list .tbody {
    background: none;
    border-bottom: none;
    font-size: 1rem;
  }
  .cart-list .tbody .box {
    padding: 10px 0;
    display: block;
    background: #fff;
    margin: 0 0 8px 0;
    border-top: none;
  }
  .cart-list .tbody .box:before {
    display: none;
  }
  .cart-list .tbody .box .td {
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    vertical-align: top;
    line-height: 35px;
  }
  .cart-list .tbody .box .td.td-title {
    display: block;
    width: 100%;
    padding: 10px 25px 10px 10px;
  }
  .cart-list .tbody .box .td.td-price {
    width: calc(33.33% - 4px);
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
  .cart-list .tbody .box .td.td-price span, .cart-list .tbody .box .td.td-price .price {
    display: inline-block;
  }
  .cart-list .tbody .box .td.td-price:before {
    content: attr(data-mtit) "：";
  }
  .cart-list .tbody .box .td.td-number {
    width: calc(33.33% - 4px);
    display: inline-block;
    text-align: left;
    padding: 0 10px;
  }
  .cart-list .tbody .box .td.td-number .qty-wrap {
    width: 120px;
  }
  .cart-list .tbody .box .td.td-number:before {
    content: attr(data-mtit) "：";
    font-size: 0.9375rem;
  }
  .cart-list .tbody .box .td.td-sum {
    width: calc(33.33% - 4px);
    text-align: left;
  }
  .cart-list .tbody .box .td.td-sum:before {
    content: attr(data-mtit) "：";
  }
  .cart-list .tbody .box .td.td-del {
    position: absolute;
    padding: 0;
    top: 10px;
    right: 0;
    width: 30px;
  }
  .cart-list .tfooter::after {
    display: none;
  }
  .cart-list .tfooter .info {
    padding: 15px 0 0 0;
  }
  .cart-list .tfooter .info ul li.total {
    border-top: 1px solid #e5e5e5;
  }
  .cart-list .tfooter .info ul li.total .num {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #cart .cart-finish .icon {
    width: 66px;
  }
  #cart .cont-ti {
    margin-bottom: 20px;
  }
  #cart .cont-wrap .btn-wrap {
    margin-top: 30px;
  }
  #cart .cont-wrap .btn-wrap .btn-style-2 {
    margin: 0 5px;
    padding: 8px 5px;
    width: 128px;
  }

  .cart-list .tbody .box .td {
    padding: 0;
    margin-bottom: 8px;
  }
  .cart-list .tbody .box .td.td-title {
    padding: 10px 25px 10px 0;
  }
  .cart-list .tbody .box .td.td-title .pic {
    width: 80px;
  }
  .cart-list .tbody .box .td.td-title .txt {
    width: calc(100% - 80px);
    padding-left: 15px;
  }
  .cart-list .tbody .box .td.td-price, .cart-list .tbody .box .td.td-number, .cart-list .tbody .box .td.td-sum {
    width: 100%;
    padding: 0;
  }
  .cart-list .tbody .box .td.td-sum {
    margin-bottom: 0;
  }
  .cart-list .tfooter::after {
    display: none;
  }
  .cart-list .tfooter .info {
    width: 100%;
  }
  .cart-list .tfooter .info ul li.total {
    margin-top: 15px;
    padding-top: 5px;
  }
  .cart-list .tfooter .info ul li.total .num {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  #cart .order-state li {
    width: 100%;
    padding: 0 0 0 85px;
  }
  #cart .cart-finish p br {
    display: none;
  }
}
.btn-op{
  padding: 5px 10px;
  background: #99b39a;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 12px;
  transition: .2s ease-in-out;
}
.btn-op:hover{
  background: #a6b5a6;
}

/* 折價券 */
.coupon {
  display: block;
  background-color: #f7f7f7;
  padding: 15px;
  vertical-align: top;
}
.coupon span {
  padding-left: 10px;
  width: 150px;
}
.coupon .typing {
  width: 500px;
  display: inline-block;
  margin: 0 5px;
}
.coupon .typing .input-style {
  width: 100%;
  max-width: 200px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #eee;
}
.coupon .typing .btn-use {
  background: #99b39a;
  border: none;
  border-radius: 2px;
  padding: 6px 15px;
  color: #fff;
  margin-left: 5px;
  max-width: 95px;
  transition: ease 0.3s;
}
.coupon .typing .btn-use:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5px;
  bottom: -5px;
  width: 100%;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 100%);
  transform: scaleX(0) translate(0, 0);
}
.coupon .typing .btn-use:hover {
  background: #779587;
}
.coupon .typing .my-coupon {
  color: #99b39a;
  padding: 0 10px;
  font-size: 0.9375rem;
  white-space: nowrap;
  text-decoration: underline;
}
.coupon .typing .my-coupon:hover {
  text-decoration: none;
}
@media (max-width: 550px) {
  .coupon .typing {
    width: 100%;
    display: block;
  }
  .coupon .typing .input-style {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .coupon span {
    padding-left: 0;
  }
  .coupon .typing {
    margin: 0 auto;
  }
}

.mfp-coupon .mfp-content {
  background: #fff;
  max-width: 700px;
  padding: 40px 30px 30px;
}

.mfp-coupon .coupon-body table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid transparent;
}

.mfp-coupon .coupon-body table th, .mfp-coupon .coupon-body table td {
  padding: 12px 15px;
  line-height: 1.5;
  text-align: center;
}

.mfp-coupon .coupon-body table th.name, .mfp-coupon .coupon-body table td.name {
  text-align: left;
}

.mfp-coupon .coupon-body table thead th, .mfp-coupon .coupon-body table thead td {
  padding: 15px 15px;
  background: #99b39a;
  color: #ffffff;
}

.mfp-coupon .coupon-body table tbody th, .mfp-coupon .coupon-body table tbody td {
  border-bottom: 1px solid #ddd;
}

.mfp-coupon .ti {
  font-size: clamp(1.5625rem, 1.0485rem + 1.4179vw, 2.75rem);
  color: #000;
  font-family: "Philosopher";
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.mfp-coupon .ti .sm {
  font-size: 1rem;
  font-style: normal;
  display: block;
}
.mfp-coupon .coupon-body .radio-style {
  height: auto !important;
  padding: 0;
  margin: 0 0 0 10px;
  display: inline-block;
  font-weight: normal;
  line-height: 50px;
}
.mfp-coupon .coupon-body .radio-style input {
  outline: none;
  z-index: -100 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  opacity: 0;
  appearance: none;
  display: block;
}
.mfp-coupon .coupon-body .radio-style input + span {
  
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #999;
  background: #fff;
  width: 18px;
  height: 18px;
  padding: 3px;
  margin: 0 8px -2px 0;
  border-radius: 50%;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}
.mfp-coupon .coupon-body .radio-style input + span i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  background: #779587;
}

.mfp-coupon .coupon-body .radio-style input:checked + span {
  border-color: #779587;
}
.mfp-coupon .coupon-body .radio-style input:checked + span i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-coupon .coupon-body .radio-style:hover input + span, .mfp-coupon .coupon-body .radio-style:active input + span {
  border-color: #779587;
}

.mfp-coupon .coupon-body .btn-wrap {
  margin: 20px auto 0;
  text-align: center;
  font-size: 0;
  width: 100%;
}

.mfp-coupon .coupon-body .btn-wrap .btn-style {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  max-width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 0.875rem;
  margin: 0 5px 10px 0;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  font-style: normal;
  background-color: #99b39a;
}
.mfp-coupon .coupon-body .btn-wrap .btn-style:hover {
  background-color: #779587;
  color: #fff;
}
.mfp-coupon .coupon-body .btn-wrap .btn-style.no {
  color: #fff;
  background-color: #aaa;
}
.mfp-coupon .coupon-body .btn-wrap .btn-style.no:hover {
  background-color: #888;
  color: #fff;
}

.mfp-coupon .coupon-body .btn-wrap .btn-style:first-child {
  margin-left: 0;
}

.mfp-coupon .coupon-body .btn-wrap .btn-style:last-child {
  margin-right: 0;
}

@media (max-width: 529px) {
  .mfp-coupon .mfp-content {
    padding: 50px 20px 20px;
  }
  .mfp-coupon .coupon-body table {
    display: block;
  }
  .mfp-coupon .coupon-body table th, .mfp-coupon .coupon-body table td {
    display: inline-block;
    text-align: left;
    padding: 5px 15px;
  }
  .mfp-coupon .coupon-body table th.name, .mfp-coupon .coupon-body table td.name {
    display: block;
  }
  .mfp-coupon .coupon-body table thead {
    display: none;
  }
  .mfp-coupon .coupon-body table tbody {
    display: block;
  }
  .mfp-coupon .coupon-body table tbody tr {
    display: block;
    border: 1px solid #ddd;
    margin: 0 auto 20px;
    padding-bottom: 5px;
    position: relative;
  }
  .mfp-coupon .coupon-body table tbody tr:last-of-type {
    margin-bottom: 0;
  }
  .mfp-coupon .coupon-body table tbody th, .mfp-coupon .coupon-body table tbody td {
    display: block;
    border-bottom: none;
    font-size: 0.9375rem;
  }
  .mfp-coupon .coupon-body table tbody th:before, .mfp-coupon .coupon-body table tbody td:before {
    content: attr(data-tit);
  }
  .mfp-coupon .coupon-body table tbody th.name, .mfp-coupon .coupon-body table tbody td.name {
    display: block;
    padding: 10px 15px 10px 40px;
    margin-bottom: 5px;
    background: #99b39a;
    color: #ffffff;
    font-size: 1rem;
  }
  .mfp-coupon .coupon-body table tbody th.name:before, .mfp-coupon .coupon-body table tbody td.name:before {
    display: none;
  }
  .mfp-coupon .coupon-body table tbody th.select, .mfp-coupon .coupon-body table tbody td.select {
    position: absolute;
    top: -1px;
    left: 8px;
    padding: 0;
    border: none;
  }
  .mfp-coupon .coupon-body table tbody th.select:before, .mfp-coupon .coupon-body table tbody td.select:before {
    display: none;
  }
}