body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.btn-back {
  width: 180px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #dfc23c;
  color: #2a2424;
}

@media (max-width: 991px) {
  .btn-back {
    width: 100%;
  }
}

.btn-back:hover {
  color: #fff;
}

.new_more {
  color: #35384D;
  padding: 10.5px 20px;
  text-align: center;
  display: block;
  border: 1px solid #DEE9FF;
  border-radius: 50px;
}

.new_more i {
  color: #003698;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.new_more:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #1927EC;
}

.new_more:hover i {
  color: #fff;
}

.btn-style01 {
  display: inline-block;
  text-align: center;
  width: 180px;
  height: 50px;
  background: #dfc23c;
  color: #2a2424;
  border-radius: 0;
}

@media (max-width: 991px) {
  .btn-style01 {
    width: 100%;
  }
}

.btn-style01:hover {
  color: #fff;
}

.btn-kv-style {
  display: inline-block;
  text-align: center;
  color: #14151D;
  padding: 10px 30px;
  position: relative;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50px;
}

@media (max-width: 991px) {
  .btn-kv-style {
    width: 100%;
  }
}

.btn-kv-style i {
  color: #1927EC;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.btn-kv-style:hover {
  color: #fff;
  border: 1px solid #fff;
  background: #1927EC;
}

.btn-kv-style:hover i {
  color: #fff;
}

.btn-style02 {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 6px 21px;
  position: relative;
  background: #E3191F;
  border: 1px solid #E3191F;
  border-radius: 50px;
}

.btn-style02:hover {
  color: #E3191F;
  border: 1px solid #E3191F;
  background: #fff;
}

.btn-style03 {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 10px 30px;
  position: relative;
  border: 1px solid #1927EC;
  background: #1927EC;
  border-radius: 50px;
}

@media (max-width: 991px) {
  .btn-style03 {
    width: 100%;
  }
}

.btn-style03 i {
  color: #fff;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.btn-style03:hover {
  color: #1927EC;
  border: 1px solid #1927EC;
  background: #fff;
}

.btn-style03:hover i {
  color: #1927EC;
}

.btn-custom {
  border-radius: 40px;
  padding: 10.5px 59px;
  background: #003698;
  border: 1px solid #003698;
  color: #fff;
  border-radius: 50px;
  opacity: .9;
}

@media (max-width: 991px) {
  .btn-custom {
    width: 100%;
  }
}

.btn-custom:hover {
  background: #003698;
  border: 1px solid #003698;
  color: #fff;
  opacity: 1;
}

.btn-custom2 {
  border-radius: 15px;
  padding: .375rem 3rem;
  background: #003698;
  border: 1px solid #003698;
  color: #fff;
  opacity: .9;
}

.btn-custom2:hover {
  background: #003698;
  border: 1px solid #003698;
  color: #fff;
  opacity: 1;
}

.btn-custom-b {
  background: #666;
  color: #fff;
  opacity: .8;
}

.btn-custom-b:hover {
  opacity: 1;
}

.btn-custom01 {
  background: #0f51a3;
  color: #fff;
  opacity: .8;
}

.btn-custom01:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom02 {
  background: #ff4d4d;
  color: #fff;
  border-radius: 20px;
  opacity: .8;
}

.btn-custom02:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom03 {
  background: #f9b047;
  color: #fff;
  opacity: .8;
}

.btn-custom03:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom-search {
  background: #E3191F;
  border: 1px solid #E3191F;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  opacity: .8;
}

.btn-custom-search:hover {
  color: #E3191F;
  background: #fff;
  border: 1px solid #E3191F;
  opacity: 1;
}

.btn-facebook {
  background: #4064ac;
  color: #fff;
  opacity: .8;
}

.btn-facebook:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom-activity {
  background: #025e73;
  color: #fff;
  opacity: .8;
  border-radius: 20px;
  width: 100%;
}

.btn-custom-activity:hover {
  color: #fff;
  opacity: 1;
}

.btn-custom-activity2 {
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  opacity: .8;
  padding: .375rem 2.5rem;
  border-radius: 20px;
}

.btn-custom-activity2:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
  opacity: 1;
}

.btn-line {
  background: #1fc32e;
  color: #fff;
  opacity: .8;
}

.btn-line:hover {
  color: #fff;
  opacity: 1;
}

.btn-google {
  background: #fff;
  border: #000 1px solid;
  color: #000;
  opacity: .8;
}

.btn-google:hover {
  color: #000;
  opacity: 1;
}

.btn-cart2 {
  background: #115f6d;
  border: #115f6d 1px solid;
  color: #fff;
  opacity: .8;
  border-radius: 50px;
}

.btn-cart2:hover {
  color: #fff;
  opacity: 1;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
/* Small reset */
.product-album {
  /* Ensure images take up the same space when they load */
  /* https://vestride.github.io/Shuffle/images */
}

.product-album *,
.product-album ::before,
.product-album ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-album .my-shuffle-container {
  position: relative;
  overflow: hidden;
}

.product-album .my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.product-album .picture-item {
  margin-top: 24px;
}

.product-album .picture-item img {
  display: block;
  width: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .product-album .picture-item img {
    max-width: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.product-album .picture-item--h2 {
  height: 464px;
  /* 2x the height + 1 gutter */
}

.product-album .picture-item__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ecf0f1;
  cursor: pointer;
}

.product-album .picture-item__inner img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.product-album .picture-item__inner:before {
  content: '';
  opacity: 0;
  display: block;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product-album .picture-item__inner:after {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 1;
  border: 1px solid #fff;
}

.product-album .picture-item__inner:hover:before {
  opacity: 1;
}

.product-album .picture-item__inner:hover:after {
  opacity: 1;
}

.product-album .picture-item__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1em;
  position: absolute;
  left: 0;
  right: 0;
}

.product-album .picture-item__description {
  width: 100%;
  padding: 0 2em 1em 1em;
  margin: 0;
}

.product-album .picture-item__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4px;
}

.product-album .picture-item__tags {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: right;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .product-album .picture-item--overlay .picture-item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(7px);
            backdrop-filter: blur(7px);
    color: white;
    overflow: hidden;
  }
  .product-album .picture-item--overlay .picture-item__description {
    display: none;
  }
  .product-album .picture-item--overlay a {
    color: white;
    text-shadow: 0 0 1px black;
  }
}

@media screen and (max-width: 767px) {
  .product-album .picture-item {
    height: auto;
    margin-top: 20px;
  }
  .product-album .picture-item__details,
  .product-album .picture-item__description {
    font-size: 0.875em;
    padding: 0.625em;
  }
  .product-album .picture-item__description {
    padding-right: 0.875em;
    padding-bottom: 1.25em;
  }
  .product-album .picture-item--h2 {
    height: auto;
  }
  .product-album .filter-options {
    display: inline-block;
  }
}

.product-album .filter-label {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 4px;
  color: #95a5a6;
}

.product-album .filters-group {
  padding: 0;
  margin: 0 0 4px;
  border: 0;
}

@media screen and (min-width: 768px) {
  .product-album .filters-group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-album .btn-group:after,
.product-album .btn-group:before {
  content: " ";
  display: table;
}

.product-album .btn-group:after {
  clear: both;
}

.product-album .btn-group .btn {
  float: left;
  border-radius: 0;
}

.product-album .btn-group .btn:not(:first-child) {
  margin-left: -1px;
}

.product-album .btn-group label.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.product-album .btn {
  display: inline-block;
  padding: .75em .8em;
  text-align: center;
  color: #34495e;
  font-size: 1rem;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
}

.product-album .btn--primary {
  color: #666;
  border: none;
  background: none;
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .product-album .btn--primary:hover {
    background: none;
    color: #6bc048;
  }
}

.product-album .btn--primary.active,
.product-album .btn--primary:active {
  color: #6bc048;
}

.product-album .btn--primary:disabled {
  color: #666;
  background-color: rgba(52, 152, 219, 0);
}

@media screen and (max-width: 767px) {
  .product-album .btn {
    font-size: .875rem;
  }
}

.product-album .textfield {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 2px solid #95a5a6;
  border-radius: 4px;
  padding: .5em;
  font-size: 1rem;
  color: #34495e;
  -webkit-transition: .15s;
  transition: .15s;
}

.product-album .textfield::-webkit-input-placeholder {
  color: #95a5a6;
  -webkit-transition: .15s;
  transition: .15s;
}

.product-album .textfield:-ms-input-placeholder {
  color: #95a5a6;
  -webkit-transition: .15s;
  transition: .15s;
}

.product-album .textfield::-ms-input-placeholder {
  color: #95a5a6;
  -webkit-transition: .15s;
  transition: .15s;
}

.product-album .textfield::placeholder {
  color: #95a5a6;
  -webkit-transition: .15s;
  transition: .15s;
}

.product-album .textfield:hover {
  outline-width: 0;
  color: #5d6d77;
  border-color: #5d6d77;
}

.product-album .textfield:hover::-webkit-input-placeholder {
  color: #5d6d77;
}

.product-album .textfield:hover:-ms-input-placeholder {
  color: #5d6d77;
}

.product-album .textfield:hover::-ms-input-placeholder {
  color: #5d6d77;
}

.product-album .textfield:hover::placeholder {
  color: #5d6d77;
}

.product-album .textfield:focus {
  outline-width: 0;
  border-color: #34495e;
}

.product-album .textfield:focus::-webkit-input-placeholder {
  color: #34495e;
}

.product-album .textfield:focus:-ms-input-placeholder {
  color: #34495e;
}

.product-album .textfield:focus::-ms-input-placeholder {
  color: #34495e;
}

.product-album .textfield:focus::placeholder {
  color: #34495e;
}

.product-album .container {
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.product-album .container:after,
.product-album .container:before {
  content: " ";
  display: table;
}

.product-album .container:after {
  clear: both;
}

.product-album .row {
  margin-left: auto;
  margin-right: auto;
}

.product-album .row:after,
.product-album .row:before {
  content: " ";
  display: table;
}

.product-album .row:after {
  clear: both;
}

.product-album .row .row {
  margin-left: -8px;
  margin-right: -8px;
}

.product-album .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.product-album .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-album .aspect--16x9 {
  padding-bottom: 56.25%;
}

.product-album .col-1\@xs,
.product-album .col-2\@xs,
.product-album .col-3\@xs,
.product-album .col-4\@xs,
.product-album .col-5\@xs,
.product-album .col-6\@xs,
.product-album .col-1\@sm,
.product-album .col-2\@sm,
.product-album .col-3\@sm,
.product-album .col-4\@sm,
.product-album .col-5\@sm,
.product-album .col-6\@sm,
.product-album .col-7\@sm,
.product-album .col-8\@sm,
.product-album .col-9\@sm,
.product-album .col-10\@sm,
.product-album .col-11\@sm,
.product-album .col-12\@sm,
.product-album .col-1\@md,
.product-album .col-2\@md,
.product-album .col-3\@md,
.product-album .col-4\@md,
.product-album .col-5\@md,
.product-album .col-6\@md,
.product-album .col-7\@md,
.product-album .col-8\@md,
.product-album .col-9\@md,
.product-album .col-10\@md,
.product-album .col-11\@md,
.product-album .col-12\@md {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.product-album .col-1\@xs,
.product-album .col-2\@xs,
.product-album .col-3\@xs,
.product-album .col-4\@xs,
.product-album .col-5\@xs,
.product-album .col-6\@xs {
  float: left;
}

.product-album .col-1\@xs {
  width: 16.66667%;
}

.product-album .col-2\@xs {
  width: 33.33333%;
}

.product-album .col-3\@xs {
  width: 50%;
}

.product-album .col-4\@xs {
  width: 66.66667%;
}

.product-album .col-5\@xs {
  width: 83.33333%;
}

.product-album .col-6\@xs {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .product-album .col-1\@sm,
  .product-album .col-2\@sm,
  .product-album .col-3\@sm,
  .product-album .col-4\@sm,
  .product-album .col-5\@sm,
  .product-album .col-6\@sm,
  .product-album .col-7\@sm,
  .product-album .col-8\@sm,
  .product-album .col-9\@sm,
  .product-album .col-10\@sm,
  .product-album .col-11\@sm,
  .product-album .col-12\@sm {
    float: left;
  }
  .product-album .col-1\@sm {
    width: 8.33333%;
  }
  .product-album .col-2\@sm {
    width: 16.66667%;
  }
  .product-album .col-3\@sm {
    width: 25%;
  }
  .product-album .col-4\@sm {
    width: 33.33333%;
  }
  .product-album .col-5\@sm {
    width: 41.66667%;
  }
  .product-album .col-6\@sm {
    width: 50%;
  }
  .product-album .col-7\@sm {
    width: 58.33333%;
  }
  .product-album .col-8\@sm {
    width: 66.66667%;
  }
  .product-album .col-9\@sm {
    width: 75%;
  }
  .product-album .col-10\@sm {
    width: 83.33333%;
  }
  .product-album .col-11\@sm {
    width: 91.66667%;
  }
  .product-album .col-12\@sm {
    width: 100%;
  }
  .product-album .container {
    padding-left: 7%;
    padding-right: 7%;
  }
  .product-album .row {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1024px) {
  .product-album .col-1\@md,
  .product-album .col-2\@md,
  .product-album .col-3\@md,
  .product-album .col-4\@md,
  .product-album .col-5\@md,
  .product-album .col-6\@md,
  .product-album .col-7\@md,
  .product-album .col-8\@md,
  .product-album .col-9\@md,
  .product-album .col-10\@md,
  .product-album .col-11\@md,
  .product-album .col-12\@md {
    float: left;
  }
  .product-album .col-1\@md {
    width: 8.33333%;
  }
  .product-album .col-2\@md {
    width: 16.66667%;
  }
  .product-album .col-3\@md {
    width: 25%;
  }
  .product-album .col-4\@md {
    width: 33.33333%;
  }
  .product-album .col-5\@md {
    width: 41.66667%;
  }
  .product-album .col-6\@md {
    width: 50%;
  }
  .product-album .col-7\@md {
    width: 58.33333%;
  }
  .product-album .col-8\@md {
    width: 66.66667%;
  }
  .product-album .col-9\@md {
    width: 75%;
  }
  .product-album .col-10\@md {
    width: 83.33333%;
  }
  .product-album .col-11\@md {
    width: 91.66667%;
  }
  .product-album .col-12\@md {
    width: 100%;
  }
}

.picture-item__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ecf0f1;
  cursor: pointer;
}

.picture-item__inner img {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.picture-item__inner:before {
  content: '';
  opacity: 0;
  display: block;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.picture-item__inner:after {
  content: 'zoom';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 1;
  border: 1px solid #fff;
}

.picture-item__inner:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.picture-item__inner:hover:before {
  opacity: 1;
}

.picture-item__inner:hover:after {
  opacity: 1;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/*------Margin right-------*/
.mr-0 {
  margin-right: 0px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/*------Margin Top-------*/
.mt-0 {
  margin-top: 0px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

/*------Margin Bottom-------*/
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7-5 {
  margin-bottom: 7.5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/*------Padding all-------*/
.p-60 {
  padding: 60px !important;
}

/*------Padding left-------*/
.pl-0 {
  padding-left: 0px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/*------Padding right-------*/
.pr-0 {
  padding-right: 0px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/*------Padding Left Right-------*/
.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*------Padding Top-------*/
.pt-0 {
  padding-top: 0px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-94 {
  padding-top: 94px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

/*------Padding-------*/
.p-15 {
  padding: 15px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-38 {
  padding: 38px !important;
}

.p-30 {
  padding: 30px !important;
}

/*------Padding Bottom-------*/
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-58 {
  padding-bottom: 58px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

/*------Padding  Top Bottom-------*/
.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.ptb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.ptb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.ptb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important;
}

.ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.ptb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}

.ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.ptb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

@media (min-width: 992px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 768px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.body .header .top-menu {
  position: absolute;
  top: 15px;
  left: 0px;
  padding: 0 30px;
  z-index: 88;
  width: 100%;
}

@media (max-width: 991px) {
  .body .header .top-menu {
    top: 0px;
    left: 0px;
    padding: 5px 15px;
  }
}

.body .header .top-menu .navbar-expand-lg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-expand-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px;
  }
}

.body .header .top-menu .navbar-expand-lg .logo-item {
  pointer-events: auto;
  position: relative;
  z-index: 99;
}

.body .header .top-menu .navbar-expand-lg .logo-item a {
  display: none;
  width: 100px;
  height: 60px;
  background-image: url(../images/index/logo.png);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-expand-lg .logo-item a {
    width: 68px;
    height: 36px;
  }
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav {
  pointer-events: auto;
  position: relative;
  z-index: 99;
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li {
  margin-right: 15px;
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li:last-child {
  margin: 0;
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li a {
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover;
}

@media (min-width: 992px) {
  .body .header .top-menu .navbar-expand-lg .top-menu-nav li a {
    opacity: .8;
  }
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.car {
  background-image: url(../images/index/menu/tool_shopcar.png);
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.car:hover {
  opacity: 1;
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.fb {
  background-image: url(../images/index/menu/tool_fb.png);
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.fb:hover {
  opacity: 1;
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.ig {
  background-image: url(../images/index/menu/tool_ig.png);
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav li a.ig:hover {
  opacity: 1;
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-image: url(../images/index/menu/tool_menu.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 997;
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler:hover, .body .header .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler.yes {
  background-image: url(../images/index/menu/tool_menu_hover.png);
}

.body .header .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler:focus {
  outline: none;
}

.body .header .top-menu .navbar-collapse {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.body .header .top-menu .navbar-collapse .mobile-over-auto .copy {
  display: none;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .mobile-over-auto {
    overflow-y: auto;
    overflow-x: hidden;
    background: #f2f1ed;
    padding-top: 35px;
    position: relative;
  }
  .body .header .top-menu .navbar-collapse .mobile-over-auto .copy {
    display: block;
    padding: 30px;
    text-align: right;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list {
  margin: 120px 0 50px 0;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list {
    margin: 0;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav {
  width: 50%;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  margin-left: 18.22917vw;
  position: relative;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav {
    margin-left: 6.66667vw;
    width: 45%;
    position: initial;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li {
  margin-right: 0px;
  position: initial;
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link a {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 5px;
  color: #2a2424;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link a {
    font-size: 15px;
    border: none;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link a span {
  letter-spacing: 0px;
  font-size: 100%;
  margin-left: 15px;
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list {
  background: #2E2C2D;
  padding: 15px 200px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  right: -200%;
  z-index: 5;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list {
    padding: 50px 30px;
    top: 0;
    right: -51%;
    min-height: 120vh;
    height: 100%;
    width: 50%;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list:before {
  content: '';
  background: #2E2C2D;
  position: absolute;
  display: block;
  width: 100%;
  height: 150%;
  top: -50%;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list:before {
    display: none;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list h3 {
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list h3 {
    display: none;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list h3 span {
  color: #fff;
  font-size: 100%;
  margin-left: 15px;
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list a {
  color: #fff;
  letter-spacing: 0px;
  padding: 0 0 30px 0;
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list a:hover {
  border-bottom: 1px solid #b49460;
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list ul li:last-child {
  border-bottom: 1px solid rgba(236, 236, 236, 0.6);
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link .sec-list ul:last-child li {
  border-bottom: none;
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link:hover > a {
  border-bottom: 1px solid #b49460;
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link.has-ul.active .sec-list {
  right: -70%;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li.mobile-link.has-ul.active .sec-list {
    right: 0%;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li .input-group {
  width: 30%;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li .input-group {
    width: 200%;
    margin-bottom: 30px;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li .input-group .form-control {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li .input-group .form-control {
    background: #f2f1ed;
    border-bottom: 1px solid #e1e0dc;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.body .header .top-menu .navbar-collapse .top-icon-list .navbar-nav li .input-group .input-group-append img {
  width: 30px;
}

.body .header .top-menu .navbar-collapse .top-icon-list2 .nav {
  width: 30%;
  margin-left: 18.22917vw;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list2 .nav {
    margin-left: 6.66667vw;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list2 .nav li {
  width: 33%;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list2 .nav li {
    width: 100%;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list2 .nav li a {
  display: block;
  color: #2a2424;
}

@media (max-width: 991px) {
  .body .header .top-menu .navbar-collapse .top-icon-list2 .nav li a {
    margin-bottom: 30px;
  }
}

.body .header .top-menu .navbar-collapse .top-icon-list2 .nav li a:hover {
  color: #b49460;
}

.body .header .top-menu .navbar-collapse .top-icon-list2 .nav li a:hover span {
  color: #b49460;
}

.body .header .top-menu nav .navbar-collapse {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: -100%;
  padding: 0;
  opacity: 0;
  width: 100%;
  min-height: 100vh;
  background: #fff;
	/*
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 -webkit-transform .35s 0s;
  transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 -webkit-transform .35s 0s;
  transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 transform .35s 0s;
  transition: top 0s .35s,
 left 0s .35s,
 right 0s .35s,
 opacity 0s .35s,
 transform .35s 0s,
 -webkit-transform .35s 0s;
	*/
  z-index: 98;
	transition: opacity 0.3s;
	transition-timing-function: linear;
}

@media (max-width: 991px) {
  .body .header .top-menu nav .navbar-collapse {
    top: 55px;
  }
}

.body .header .top-menu nav .navbar-collapse.show {
  left: 0;
  opacity: 1;
	/*
  -webkit-transform: translateX(0);
  transform: translateX(0);
  padding-bottom: 30px;
  -webkit-transition: top 0s, left 0s 0.35s, right 0s 0.35s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  -webkit-transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
  transition: top 0s, left 0s, right 0s, opacity 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01), -webkit-transform 0.35s cubic-bezier(0, 1.2, 0.8, 1.01);
	*/
}

@media (max-width: 991px) {
  .body .header .top-menu nav .navbar-collapse.show {
    top: 55px;
  }
}

@media (max-width: 991px) {
  .body .header .top-menu.stick {
    background: #fff;
    position: fixed;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#827979)";
    /*IE 8*/
    /*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 5px -1px #827979;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 5px -1px #827979;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#827979);
    /*IE 5.5-7*/
  }
  .body .header .top-menu.stick .top-menu-nav li a.car {
    background-image: url(../images/index/menu/tool_shopcar_black.png) !important;
  }
  .body .header .top-menu.stick .navbar-toggler {
    background-image: url(../images/index/menu/tool_menu_black.png) !important;
  }
  .body .header .top-menu.stick .logo-item a {
    display: block;
    background-image: url(../images/index/logo_black.png) !important;
  }
}

@media (min-width: 992px) {
  .body .header .top-menu.stick {
    position: fixed;
    z-index: 999;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
  }
  .body .header .top-menu.stick .menu-list {
    padding: 15px 0;
  }
  .body .header .top-menu.stick .menu-list li a {
    padding: 0;
    margin: 0 25px;
  }
  .body .header .top-menu.stick.stickdown {
    top: -100px;
  }
  .body .header .top-menu.stick.stickup {
    top: 0px;
    padding: 7.5px 30px;
    pointer-events: none;
  }
  .body .header .top-menu.stick.stickup .top-menu-nav li a.car {
    background-image: url(../images/index/menu/tool_shopcar_black.png) !important;
  }
  .body .header .top-menu.stick.stickup .top-menu-nav li a.fb {
    background-image: url(../images/index/menu/tool_fb_black.png) !important;
  }
  .body .header .top-menu.stick.stickup .top-menu-nav li a.ig {
    background-image: url(../images/index/menu/tool_ig_black.png) !important;
  }
  .body .header .top-menu.stick.stickup .navbar-toggler {
    background-image: url(../images/index/menu/tool_menu_black.png) !important;
  }
  .body .header .top-menu.stick.stickup .logo-item a {
    display: block;
    width: 100px;
    background-image: url(../images/index/logo_black.png) !important;
  }
}

.body .header_black .top-menu .navbar-expand-lg .top-menu-nav li a.car {
  background-image: url(../images/index/menu/tool_shopcar_black.png);
}

.body .header_black .top-menu .navbar-expand-lg .top-menu-nav li a.fb {
  background-image: url(../images/index/menu/tool_fb_black.png);
}

.body .header_black .top-menu .navbar-expand-lg .top-menu-nav li a.ig {
  background-image: url(../images/index/menu/tool_ig_black.png);
}

.body .header_black .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler {
  background-image: url(../images/index/menu/tool_menu_black.png);
}

.body .header_black .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler:hover, .body .header_black .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler.yes {
  background-image: url(../images/index/menu/tool_menu_hover.png);
}

.body .header_black .top-menu .navbar-expand-lg .top-menu-nav .navbar-toggler:focus {
  outline: none;
}

@media (min-width: 992px) {
  .body .header_inside .top-menu.stick.stickup {
    pointer-events: none;
    background: none;
  }
}

.body .has-hover {
  display: none;
}

@media (max-width: 991px) {
  .ov-hidden .header .top-menu {
    background: #fff;
  }
}

.ov-hidden .header .top-menu .navbar-expand-lg .logo-item a {
  display: block;
  background-image: url(../images/index/logo_black.png);
}

.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.car {
  background-image: url(../images/index/menu/tool_shopcar_gray.png);
}

.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.car:hover {
  background-image: url(../images/index/menu/tool_shopcar_hover.png);
}

@media (max-width: 991px) {
  .ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.car {
    background-image: url(../images/index/menu/tool_shopcar_black.png);
  }
}

.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.fb {
  background-image: url(../images/index/menu/tool_fb_gray.png);
}

.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.fb:hover {
  background-image: url(../images/index/menu/tool_fb_hover.png);
}

@media (max-width: 991px) {
  .ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.fb {
    background-image: url(../images/index/menu/tool_fb_black.png);
  }
}

.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.ig {
  background-image: url(../images/index/menu/tool_ig_gray.png);
}

.ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.ig:hover {
  background-image: url(../images/index/menu/tool_ig_hover.png);
}

@media (max-width: 991px) {
  .ov-hidden .header .top-menu .navbar-expand-lg .top-menu-nav li a.ig {
    background-image: url(../images/index/menu/tool_ig_black.png);
  }
}

.ov-hidden .header .top-menu .navbar-expand-lg .top-icon-list2 .top-menu-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
}

.ov-hidden .header .top-menu .navbar-expand-lg .top-icon-list2 .top-menu-nav li {
  width: 30%;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.footer {
  background: #f2f1ed;
  padding: 50px 0 15px;
}

.footer a {
  display: block;
  color: #2a2424;
}

.footer a:hover {
  color: #b49460;
}

.footer a:hover span {
  color: #b49460;
}

.footer .footer-row-1 {
  margin-bottom: 40px;
}

.footer .footer-row-2 {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 991px) {
  .footer .footer-row-2 .list-1 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer-row-2 .list-1 li a {
  font-size: 15px;
}

.footer .footer-row-2 .list-1 li a span {
  font-size: 100%;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .footer .footer-row-2 .list-1 li {
    margin-bottom: 10px;
  }
}

.footer .footer-row-2 .list-2 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .footer .footer-row-2 .list-2 {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.footer .footer-row-2 .list-2 li {
  margin-right: 40px;
}

.footer .footer-row-2 .list-2 li a {
  font-size: 13px;
}

.footer .footer-row-2 .list-2 li:last-child {
  margin: 0;
}

.footer .footer-row-3 .list-1 li {
  margin-bottom: 15px;
}

.footer .footer-row-3 .list-1 li a {
  font-size: 13px;
}

@media (max-width: 991px) {
  .footer .footer-row-3 .list-2 {
    margin-top: 30px;
  }
}

.footer .footer-row-3 .list-2 h4 {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px;
}

.footer .footer-row-3 .list-2 li {
  width: 50%;
  margin-bottom: 15px;
}

.footer .footer-row-3 .list-2 li a {
  font-size: 11px;
}

.share-list {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

.share-list li {
  width: 50%;
  background-color: #1464FF;
}

.share-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.share-list li:last-child {
  background-color: #0C4DCA;
}

.share-list-2 li {
  margin-left: 15px;
}

.share-list-2 li a {
  display: block;
  font-size: initial;
  line-height: 0;
  width: 23px;
  height: 23px;
  background-size: 100%;
}

.share-list-2 li a.icon_fb {
  background-image: url(../images/product/icon_fb.png);
}

.share-list-2 li a.icon_fb:hover {
  background-image: url(../images/product/icon_fb_hover.png);
}

.share-list-2 li a.icon_ig {
  background-image: url(../images/index/menu/tool_ig_black.png);
}

.share-list-2 li a.icon_ig:hover {
  background-image: url(../images/index/menu/tool_ig_hover.png);
}

.share-list-2 li a.icon_tweet {
  background-image: url(../images/product/icon_tweet.png);
}

.share-list-2 li a.icon_tweet:hover {
  background-image: url(../images/product/icon_tweet_hover.png);
}

.share-list-2 li a.icon_G {
  background-image: url(../images/product/icon_G+.png);
}

.share-list-2 li a.icon_G:hover {
  background-image: url(../images/product/icon_G+_hover.png);
}

.share-list-2 li a.icon_pin {
  background-image: url(../images/product/icon_pin.png);
}

.share-list-2 li a.icon_pin:hover {
  background-image: url(../images/product/icon_pin_hover.png);
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.news_slider-item .img-wrap {
  margin-bottom: 1rem;
}

.news_slider-item .img-wrap .img-item {
  padding-top: 60%;
}

.news_slider-item .img-wrap .img-item img {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.news_slider-item .text-content {
  border-top: 1px solid #ececec;
  padding-top: 1rem;
}

.news_slider-item:hover .img-wrap .img-item {
  padding-top: 60%;
}

.news_slider-item:hover .img-wrap .img-item img {
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.news_slider-item:hover .text-content {
  border-top: 1px solid #b49460;
  color: #b49460;
}

.section-kv {
  position: relative;
  z-index: 1;
}

.section-kv .banner_slider .banner_slider-item {
  position: relative;
}

.section-kv .banner_slider .banner_slider-item .img-wrap .img-item {
  padding-top: 41.66667vw;
}

@media (max-width: 991px) {
  .section-kv .banner_slider .banner_slider-item .img-wrap .img-item {
    padding-top: 128vw;
  }
}

.section-kv .banner_slider .banner_slider-item .banner_logo {
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-section {
  position: relative;
}

.menu-section .menu-list li a {
  display: block;
  padding: 45px 0 35px;
  margin: 0 25px 80px 25px;
  color: #2a2424;
  font-size: 17px;
  text-align: center;
  letter-spacing: 3px;
  border-bottom: 1px solid #fff;
}

.menu-section .menu-list li a span {
  font-size: 100%;
  letter-spacing: 0px;
}

.menu-section .menu-list li a:hover, .menu-section .menu-list li a.active {
  border-bottom: 1px solid #b49460;
}

@media (max-width: 991px) {
  .menu-section {
    display: none;
  }
}

.menu-section.stick {
  position: fixed;
  background: #fff;
  width: 100%;
  top: -100px;
  left: 0;
  z-index: 998;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.menu-section.stick .menu-list {
  padding: 15px 0;
}

.menu-section.stick .menu-list li a {
  padding: 0;
  margin: 0 25px;
}

.menu-section.stick .right-list {
  display: none;
}

.menu-section.stick.stickdown {
  top: -100px;
}

.menu-section.stick.stickup {
  top: 0;
}

.section01 {
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .section01 {
    padding: 9.33333vw 0;
  }
}

.section01 h2 {
  margin-bottom: 70px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  letter-spacing: 5px;
  font-size: 25px;
  line-height: 25px;
}

.section01 h2 span {
  letter-spacing: 0px;
  font-size: 75%;
}

.section01 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  background: #fff;
  bottom: -1px;
  left: 0;
}

@media (max-width: 991px) {
  .section01 .news_slider {
    -webkit-transform: translate3d(-30px, 0px, 0px);
            transform: translate3d(-30px, 0px, 0px);
  }
}

.section01 .news_slider .news_slider-item {
  margin: 0 40px 30px 40px;
}

@media (max-width: 991px) {
  .section01 .news_slider .news_slider-item {
    margin: 0 4vw 4vw 4vw;
  }
}

.section01 .slick-dots {
  bottom: 0px;
  margin: 0 10px;
  height: 5px;
}

@media (max-width: 991px) {
  .section01 .slick-dots {
    -webkit-transform: translate3d(30px, 0px, 0px);
            transform: translate3d(30px, 0px, 0px);
    width: initial;
  }
}

.section01 .slick-dots li {
  height: 5px;
  width: 15px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section01 .slick-dots li button {
  height: 5px;
  width: 15px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section01 .slick-dots li button:before {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  top: 0;
  width: 15px;
  height: 5px;
  content: '';
  border-radius: 0px;
  background: #d9d9d9;
}

.section01 .slick-dots li.slick-active, .section01 .slick-dots li:hover {
  width: 15px;
}

.section01 .slick-dots li.slick-active button, .section01 .slick-dots li:hover button {
  width: 15px;
}

.section01 .slick-dots li.slick-active button:before, .section01 .slick-dots li:hover button:before {
  width: 15px;
  background: #b49460;
}

.section02 {
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .section02 {
    padding: 9.33333vw 0;
  }
}

.section02 .title {
  background-image: url(../images/index/pic.jpg);
  background-size: cover;
  background-position: center;
  height: 400px;
  text-align: center;
  padding-top: 150px;
  letter-spacing: 5px;
  margin-bottom: 50px;
}

.section02 .title p {
  color: #fff;
  position: relative;
  margin-bottom: 45px;
}

.section02 .title p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -22.5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 50px;
  height: 1px;
  background: #fff;
}

.section02 .title p span {
  display: inline-block;
  color: #fff;
  font-size: 100%;
}

.section02 .title h2 {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.section02 .title.about02-title-bg {
  background-image: url(../images/about/02/pic_01.jpg);
}

.section02 .title.about02-title2-bg {
  background-image: url(../images/about/02/pic_02.jpg);
}

.section02 .title.about03-title-bg {
  background-image: url(../images/about/03/pic_01.jpg);
}

.section02 .title.about03-title2-bg {
  background-image: url(../images/about/03/pic_02.jpg);
}

.section02 .title.products2-3-title-bg {
  background-image: url(../images/product/title_bg.jpg);
}

.section02 .title.specil-title-bg {
  background-image: url(../images/specil/title.jpg);
}

.section02 .container {
  position: relative;
}

.section02 .container .nav.nav-tabs {
  border: none;
  position: absolute;
  top: 0;
  right: 8.33333vw;
  display: block;
}

@media (max-width: 991px) {
  .section02 .container .nav.nav-tabs {
    position: initial;
    right: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section02 .container .nav.nav-tabs .nav-item:first-child .nav-link {
  border-bottom: 1px solid #b49460;
}

@media (max-width: 991px) {
  .section02 .container .nav.nav-tabs .nav-item:first-child .nav-link {
    border-bottom: none;
    border-right: 1px solid #b49460;
  }
}

.section02 .container .nav.nav-tabs .nav-link {
  border: none;
  border-radius: 0px;
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  font-size: 19px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  border: none;
}

.section02 .container .nav.nav-tabs .nav-link.active, .section02 .container .nav.nav-tabs .nav-link:hover {
  color: #b49460;
  border: none;
}

@media (max-width: 991px) {
  .section02 .container .nav.nav-tabs .nav-link {
    -webkit-writing-mode: revert;
    -ms-writing-mode: revert;
        writing-mode: revert;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

.section02 .container .tab-content .tab-pane {
  height: 360px;
}

.section02 .container .tab-content .tab-pane p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin: 0 auto;
  line-height: 32px;
  font-size: 17px;
}

@media (max-width: 991px) {
  .section02 .container .tab-content .tab-pane p {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
        writing-mode: initial;
  }
}

.section03 {
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .section03 {
    padding: 9.33333vw 0;
  }
}

.section03 h2 {
  margin-bottom: 70px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 5px;
}

.section03 h2 span {
  letter-spacing: 0px;
  font-size: 75%;
}

.section03 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  background: #fff;
  bottom: -1px;
  left: 0;
}

.section03 .section03-item {
  width: 50%;
  position: relative;
}

@media (max-width: 991px) {
  .section03 .section03-item {
    width: 100%;
    height: 50vw;
  }
  .section03 .section03-item + .section03-item {
    height: 150vw;
  }
}

.section03 .section03-item .section03-item-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  bottom: 2.60417vw;
  right: 2.60417vw;
  width: 18.75vw;
  height: 18.75vw;
  padding: 2.60417vw;
  opacity: 0;
  z-index: 2;
}

.section03 .section03-item .section03-item-content h4 {
  color: #b49460;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.section03 .section03-item .section03-item-content p {
  position: initial;
  color: #2a2424;
  font-size: 15px;
}

.section03 .section03-item .section03-item-content .more {
  width: 40px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.section03 .section03-item .section03-item-content .more img {
  width: 100%;
}

@media (max-width: 991px) {
  .section03 .section03-item .section03-item-content {
    display: none;
  }
}

.section03 .section03-item .img-wrap {
  position: relative;
}

.section03 .section03-item .img-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
}

@media (max-width: 991px) {
  .section03 .section03-item .img-wrap:before {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .section03 .section03-item .img-wrap .img-item {
    padding-top: 50% !important;
  }
}

.section03 .section03-item-left:hover > p {
  opacity: 0;
}

.section03 .section03-item-left:hover .img-wrap:before {
  opacity: 1;
}

.section03 .section03-item-left:hover > .section03-item-content {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner {
  position: relative;
}

@media (max-width: 991px) {
  .section03 .section03-item-right .section03-inner {
    height: 50vw;
  }
}

.section03 .section03-item-right .section03-inner .img-wrap .img-item {
  padding-top: 50%;
}

.section03 .section03-item-right .section03-inner:hover > p {
  opacity: 0;
}

.section03 .section03-item-right .section03-inner:hover .img-wrap:before {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner:hover > .section03-item-content {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner-left .img-wrap .img-item {
  padding-top: 100%;
}

.section03 .section03-item-right .section03-inner-left:hover > p {
  opacity: 0;
}

.section03 .section03-item-right .section03-inner-left:hover .img-wrap:before {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner-left:hover > .section03-item-content {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner-right .img-wrap .img-item {
  padding-top: 100%;
}

.section03 .section03-item-right .section03-inner-right:hover > p {
  opacity: 0;
}

.section03 .section03-item-right .section03-inner-right:hover .img-wrap:before {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner-right:hover > .section03-item-content {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner2 {
  position: relative;
}

@media (max-width: 991px) {
  .section03 .section03-item-right .section03-inner2 .section03-item {
    height: 50vw;
  }
}

.section03 .section03-item-right .section03-inner2-left:hover > p {
  opacity: 0;
}

.section03 .section03-item-right .section03-inner2-left:hover .img-wrap:before {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner2-left:hover > .section03-item-content {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner2-right:hover > p {
  opacity: 0;
}

.section03 .section03-item-right .section03-inner2-right:hover .img-wrap:before {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner2-right:hover > .section03-item-content {
  opacity: 1;
}

.section03 .section03-item-right .section03-inner2 .section03-item-content {
  width: 80%;
  height: 80%;
}

.section03 .section03-item p {
  position: absolute;
  bottom: 2.60417vw;
  left: 2.60417vw;
  color: #fff;
  opacity: 1;
  margin: 0;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

@media (max-width: 991px) {
  .section03 .section03-item p {
    z-index: 2;
    bottom: 4vw;
    left: 4vw;
  }
}

.section04 {
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .section04 {
    padding: 9.33333vw 0;
  }
}

.section04 .container-fluid {
  padding: 0 5.20833vw;
}

@media (max-width: 991px) {
  .section04 .container-fluid {
    padding: 0 15px;
  }
}

.section04 .product-sidebar {
  position: relative;
}

.section04 .product-sidebar h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.section04 .product-sidebar h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

.section04 .product-sidebar .mo-menu {
  position: absolute;
  display: none;
  left: 20px;
  bottom: -37px;
  z-index: 2;
  width: 20px;
}

.section04 .product-sidebar .mo-menu img {
  width: 100%;
}

@media (max-width: 991px) {
  .section04 .product-sidebar .mo-menu {
    display: block;
  }
}

.section04 .product-sidebar .product-list {
  width: 80%;
  background: #fff;
}

.section04 .product-sidebar .product-list > li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c6c5c3;
}

.section04 .product-sidebar .product-list > li > a {
  color: #2a2424;
  display: block;
}

.section04 .product-sidebar .product-list > li:hover > a, .section04 .product-sidebar .product-list > li.active > a, .section04 .product-sidebar .product-list > li.active_top > a {
  color: #b49460;
}

.section04 .product-sidebar .product-list > li.left_nav {
  position: relative;
}

.section04 .product-sidebar .product-list > li.left_nav:before {
  content: '';
  display: block;
  position: absolute;
  right: 2px;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #2a2424 transparent transparent transparent;
}

.section04 .product-sidebar .product-list > li.left_nav .left_nav_ul {
  display: none;
  padding: 10px 20px;
}

.section04 .product-sidebar .product-list > li.left_nav .left_nav_ul li {
  margin-bottom: 15px;
}

.section04 .product-sidebar .product-list > li.left_nav .left_nav_ul li:last-child {
  margin-bottom: 0;
}

.section04 .product-sidebar .product-list > li.left_nav .left_nav_ul li > a {
  color: #2a2424;
  display: block;
}

.section04 .product-sidebar .product-list > li.left_nav .left_nav_ul li:hover > a, .section04 .product-sidebar .product-list > li.left_nav .left_nav_ul li.active > a, .section04 .product-sidebar .product-list > li.left_nav .left_nav_ul li.active_top > a {
  color: #b49460;
}

.section04 .product-sidebar .product-list > li.left_nav.active_top:before {
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #b49460 transparent;
}

@media (max-width: 991px) {
  .section04 .product-sidebar .mo-product-list {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 777;
    top: 160px;
    left: -100%;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
  }
  .section04 .product-sidebar .mo-product-list .product-list {
    background: #f2f1ed;
    width: 50%;
    padding: 20px;
  }
  .section04 .product-sidebar .mo-product-list .product-list li:last-child {
    margin-bottom: 0;
  }
  .section04 .product-sidebar.mo-menu-show .mo-product-list {
    left: 0;
  }
}

.section04 .product-sidebar .input-group .form-control {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ececec;
}

.section04 .product-sidebar .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section04 .product-sidebar .input-group .input-group-append img {
  width: 30px;
}

.section04 .product-wrap {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .section04 .product-wrap {
    padding-top: 0;
  }
}

.section04 .product-wrap .product-title {
  padding: 20px 0;
  color: #2a2424;
  font-weight: 300;
  font-size: 19px;
}

.section04 .product-wrap .product-title span {
  font-size: 80%;
  display: inline-block;
}

.section04 .product-wrap .product_slider {
  position: relative;
  width: calc(100% - 30px);
}

@media (max-width: 991px) {
  .section04 .product-wrap .product_slider {
    width: calc(100% - 72px);
    margin-left: 52px;
  }
}

.section04 .product-wrap .product_slider li {
  padding: 9px 25px;
  text-align: center;
  color: #2a2424;
  font-weight: 300;
  cursor: pointer;
  display: block;
  border: 1px solid #ececec;
  margin: 0 15px;
  background: #fff;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section04 .product-wrap .product_slider li:hover, .section04 .product-wrap .product_slider li.active {
  color: #fff;
  background: #b49460;
  border: 1px solid #b49460;
}

.section04 .product-wrap .product_slider_nav .product_slider_nav-item {
  margin: 0 15px;
}

@media (max-width: 991px) {
  .section04 .product-wrap .product_slider_nav .product_slider_nav-item {
    margin: 0 5px;
  }
}

.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item:nth-child(odd) {
    padding-right: 7.5px;
    padding-left: 15px;
  }
  .section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item:nth-child(even) {
    padding-right: 15px;
    padding-left: 7.5px;
  }
}

.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item .img-wrap {
  margin-bottom: 15px;
}

.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item .img-wrap .img-item {
  padding-top: 70%;
}

.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item .img-wrap .img-item img {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item p {
  margin: 0;
  color: #2a2424;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item:hover img {
  position: absolute;
  background-repeat: no-repeat;
	/*
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
	*/
}

.section04 .product-wrap .product_slider_nav .product_slider_nav-item .product-item:hover p {
  color: #b49460;
}

.section04 .product-wrap .custom-arrow2 .slick-next {
  right: -30px;
  outline: 0;
  width: 21px;
  height: 42px;
  z-index: 2;
  background-size: 100%;
  background-image: url(../images/index/next.png);
  opacity: .7;
}

.section05 {
  margin-bottom: 5.20833vw;
  position: relative;
}

@media (max-width: 991px) {
  .section05 {
    padding-top: 9.33333vw;
  }
}

.section05 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
}

.section05 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 2;
}

.section05 .title2 {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-top: 25px;
  z-index: 2;
}

.section05 .sectiion5-item {
  background-image: url(../images/index/section05.jpg);
  background-size: cover;
  background-position: center;
  height: 1080px;
  position: relative;
}

@media (max-width: 991px) {
  .section05 .sectiion5-item {
    height: 480px;
    margin-bottom: 50px;
  }
}

.section05 .sectiion5-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
  left: 0;
}

.section05 .sectiion5-item .section5-content {
  position: absolute;
  top: 15.36458vw;
  right: 14.32292vw;
  height: initial;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 991px) {
  .section05 .sectiion5-item .section5-content {
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}

.section05 .sectiion5-item .section5-content h3 {
  font-size: 32px;
  letter-spacing: 10px;
  color: #fff;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .section05 .sectiion5-item .section5-content h3 {
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.section05 .sectiion5-item .section5-content h4 {
  font-size: 20px;
  font-weight: 300;
  padding-top: 40px;
  color: #fff;
  margin-left: 45px;
}

.section05 .sectiion5-item .section5-content p {
  font-size: 17px;
  padding-top: 40px;
  line-height: 32px;
  color: #fff;
  margin-left: 45px;
}

@media (max-width: 991px) {
  .section05 .sectiion5-item .section5-content p {
    display: none;
  }
}

.section05 .sectiion5-item .section5-content .more {
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 30px 10px;
}

@media (max-width: 991px) {
  .section05 .sectiion5-item .section5-content .more {
    display: none;
  }
}

.section05 .sectiion5-item .section5-content .more:hover {
  background: #dfc23c;
  color: #2f2f2f;
}

@media (max-width: 991px) {
  .section05 h4 {
    color: #2a2424;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
  }
}

.section05 .section5-slick {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 15px;
  left: 15px;
}

@media (max-width: 991px) {
  .section05 .section5-slick {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: initial;
  }
}

.section05 .section5-slick .about_slider_index {
  margin-bottom: 0;
  width: 18.75vw;
  height: 6.25vw;
}

.section05 .section5-slick .about_slider_index + .about_slider_index {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .section05 .section5-slick .about_slider_index + .about_slider_index {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .section05 .section5-slick .about_slider_index {
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
  }
}

.section05 .section5-slick .about_slider_index .slick-dots {
  bottom: 5px;
  right: 5px;
  width: initial;
}

.section05 .section5-slick .about_slider_index .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 2.5px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section05 .section5-slick .about_slider_index .slick-dots li button {
  height: 10px;
  width: 10px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section05 .section5-slick .about_slider_index .slick-dots li button:before {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  top: 0;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50px;
  background: #c8c8c8;
}

.section05 .section5-slick .about_slider_index .slick-dots li.slick-active button:before, .section05 .section5-slick .about_slider_index .slick-dots li:hover button:before {
  background: #b49460;
}

.section05 .section5-slick .section5-slick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  position: relative;
  width: 19.01042vw;
}

@media (max-width: 991px) {
  .section05 .section5-slick .section5-slick-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.section05 .section5-slick .section5-slick-item .img-wrap {
  width: 6.25vw;
  height: 6.25vw;
}

@media (max-width: 991px) {
  .section05 .section5-slick .section5-slick-item .img-wrap {
    width: 32vw;
    height: 32vw;
  }
}

.section05 .section5-slick .section5-slick-item .text-item {
  width: calc(100% - 6.25vw);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section05 .section5-slick .section5-slick-item .text-item h4 {
  font-size: 0.83333vw;
}

.section05 .section5-slick .section5-slick-item .text-item p {
  font-size: 0.625vw;
  margin: 0;
}

@media (max-width: 991px) {
  .section05 .section5-slick .section5-slick-item .text-item {
    width: calc(100% - 32vw);
  }
}

.section05 .section5-slick .section5-slick-item .color-list {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.section05 .section5-slick .section5-slick-item .color-list li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 2.5px;
}

.section05 .section5-slick .section5-slick-item .color-list li:before {
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0;
}

.section05 .section5-slick .more {
  width: 6.25vw;
  height: 6.25vw;
  background: #dfc23c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2a2424;
}

@media (max-width: 991px) {
  .section05 .section5-slick .more {
    width: 100%;
    height: 13.33333vw;
    line-height: 13.33333vw;
    margin-left: 0px;
  }
}

.section05 .section5-slick .more img {
  width: 30px;
  margin: 0 auto;
}

.section06 {
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .section06 {
    padding: 9.33333vw 0;
  }
}

.section06 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
}

.section06 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 2;
}

.section06 .title2 {
  text-align: center;
  font-size: 18px;
  color: #2a2424;
  padding-top: 25px;
  margin-bottom: 50px;
}

.section06 .news_slider-item .img-wrap .img-item {
  padding-top: 70%;
}

.section06 .news_slider-item .text-date {
  font-size: 18px;
}

.section06 .news_slider-item .text-content {
  border-top: 1px solid #e2e2e2;
  font-size: 26px;
}

.section07 {
  padding: 5.20833vw 0;
  background: #f7f6f4;
}

@media (max-width: 991px) {
  .section07 {
    padding: 9.33333vw 0;
  }
}

.section07 h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.section07 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

.section07 .map_slider {
  margin: 0 -15px 30px -15px;
}

@media (max-width: 991px) {
  .section07 .map_slider {
    margin: 0 0 30px 0;
  }
}

.section07 .map_slider .map-item {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .section07 .map_slider .map-item {
    padding: 0;
  }
}

.section07 .map_slider .map-item .img-wrap {
  margin-bottom: 15px;
}

.section07 .map_slider .map-item .img-wrap .img-item {
  padding-top: 75%;
}

.section07 .map_slider .map-item h4 {
  color: #b49460;
  font-size: 20px;
  text-align: center;
}

.section07 .map_slider .map-item p {
  margin: 0;
  position: relative;
  text-align: center;
}

.section07 .map_slider .map-item p span {
  position: relative;
  top: 2px;
  right: 0;
}

.section07 .map_slider .map-item p span img {
  width: 10px;
  display: initial;
}

.section07 .map_slider .slick-dots {
  bottom: -25px;
  margin: 0 10px;
  height: 5px;
}

@media (max-width: 991px) {
  .section07 .map_slider .slick-dots {
    bottom: -10;
    margin: 0;
    width: initial;
  }
}

.section07 .map_slider .slick-dots li {
  height: 5px;
  width: 15px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section07 .map_slider .slick-dots li button {
  height: 5px;
  width: 15px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.section07 .map_slider .slick-dots li button:before {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  top: 0;
  width: 15px;
  height: 5px;
  content: '';
  border-radius: 0px;
  background: #d9d9d9;
}

.section07 .map_slider .slick-dots li.slick-active, .section07 .map_slider .slick-dots li:hover {
  width: 15px;
}

.section07 .map_slider .slick-dots li.slick-active button, .section07 .map_slider .slick-dots li:hover button {
  width: 15px;
}

.section07 .map_slider .slick-dots li.slick-active button:before, .section07 .map_slider .slick-dots li:hover button:before {
  width: 15px;
  background: #b49460;
}

.modal .modal-dialog {
  margin: 0;
}

.modal .modal-dialog .modal-content {
  height: 100vh;
}

.modal .modal-dialog .modal-content .close {
  opacity: .7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background: #14151D;
  width: 6.66667vw;
  height: 6.66667vw;
  padding: 1vw;
  text-align: center;
}

.modal .modal-dialog .modal-content .close img {
  height: 100%;
}

.modal .modal-dialog .modal-content .img-wrap .img-item {
  padding-top: 28vw;
}

.modal .modal-dialog .modal-content .header {
  color: #003698;
  font-size: 20vw;
  margin: -5.20833vw 0 6.66667vw 0;
  position: relative;
  text-align: right;
  height: 13.33333vw;
  line-height: 13.33333vw;
  padding: 0 8vw;
  font-family: 'Arial' !important;
  font-weight: 700;
}

.modal .modal-dialog .modal-content .header span {
  color: #003698;
  font-size: 3.2vw;
  font-weight: 700;
}

.modal .modal-dialog .modal-content .header2 {
  color: #003698;
  font-size: 8vw;
  margin-bottom: 4vw;
  position: relative;
  text-align: center;
  height: 13.33333vw;
  line-height: 13.33333vw;
  font-family: 'Arial' !important;
  font-weight: 700;
}

.modal .modal-dialog .modal-content .header2 span {
  color: #003698;
  font-size: 3.2vw;
  font-weight: 700;
}

.modal .modal-dialog .modal-content .content {
  padding: 0 15px;
}

.modal .modal-dialog .modal-content .content h3 {
  font-size: 3.33333vw;
  line-height: 4.26667vw;
  margin-bottom: 30px;
}

.modal .modal-dialog .modal-content .content .text-blue {
  font-size: 2.4vw;
  line-height: 3.2vw;
  text-align: justify;
  margin-bottom: 15px;
}

.modal .modal-dialog .modal-content .content p {
  font-size: 2vw;
  line-height: 2.66667vw;
  text-align: justify;
}

.show-more-item1,
.show-more-item2,
.show-more-item3,
.show-more-item4,
.show-more-item5,
.show-more-item6,
.show-more-item7 {
  display: none;
}

.show-more-item1:nth-child(2),
.show-more-item2:nth-child(2),
.show-more-item3:nth-child(2),
.show-more-item4:nth-child(2),
.show-more-item5:nth-child(2),
.show-more-item6:nth-child(2),
.show-more-item7:nth-child(2) {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.show-more-item6 {
  display: none;
  padding-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .show-more-item6 {
    padding-bottom: 9.33333vw;
  }
}

.show-more-item6:nth-child(2) {
  opacity: 1;
  display: block;
}

.show-more-btn1,
.show-more-btn2,
.show-more-btn3,
.show-more-btn4,
.show-more-btn5,
.show-more-btn6,
.show-more-btn7 {
  width: 180px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #dfc23c;
  color: #2a2424;
}

@media (max-width: 991px) {
  .show-more-btn1,
  .show-more-btn2,
  .show-more-btn3,
  .show-more-btn4,
  .show-more-btn5,
  .show-more-btn6,
  .show-more-btn7 {
    width: 100%;
  }
}

.show-more-btn1:hover,
.show-more-btn2:hover,
.show-more-btn3:hover,
.show-more-btn4:hover,
.show-more-btn5:hover,
.show-more-btn6:hover,
.show-more-btn7:hover {
  color: #fff;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.inside-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px 30px;
}

.inside-menu .inside-logo {
  display: block;
}

.inside-menu .inside-logo img {
  width: 85px;
}

.inside-menu .inside-menu-list {
  position: relative;
  top: -30px;
}

.inside-menu .inside-menu-list li {
  margin: 0 1.5625vw;
  padding-bottom: 25px;
}

.inside-menu .inside-menu-list li a {
  font-size: 15px;
  color: #fff;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.inside-menu .inside-menu-list li a span {
  font-size: 100%;
  margin-left: 10px;
  color: #fff;
}

.inside-menu .inside-menu-list li .inside-menu-list2 {
  position: absolute;
  width: 100vw;
  padding-top: 35px;
  bottom: -90px;
  left: -30px;
  background: rgba(32, 32, 33, 0.8);
  z-index: 9;
  display: none;
}

.inside-menu .inside-menu-list li .inside-menu-list2 li {
  margin: 0 2.60417vw;
}

.inside-menu .inside-menu-list li .inside-menu-list3 {
  position: absolute;
  width: 100vw;
  padding: 35px 15.625vw 35px;
  bottom: -320px;
  left: -30px;
  background: rgba(32, 32, 33, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  display: none;
}

.inside-menu .inside-menu-list li .inside-menu-list3 li {
  width: 20%;
  margin: 0;
}

.inside-menu .inside-menu-list li .inside-menu-list3 li a {
  color: #fff;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-1 {
  width: 60%;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 {
  width: 60%;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li .inside-menu-list3-2-1 {
  position: absolute;
  width: 34.375vw;
  height: 100%;
  right: -34.375vw;
  top: 0;
  background: #555050;
  padding: 2.34375vw 2.08333vw;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li .inside-menu-list3-2-1 li {
  width: 50%;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li .inside-menu-list3-2-1 li .img-wrap {
  margin-bottom: 15px;
  border: 1px solid #000;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li .inside-menu-list3-2-1 li .img-wrap .img-item {
  padding-top: 60%;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li .inside-menu-list3-2-1 h4 {
  color: #fff;
  margin-bottom: 15px;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li .inside-menu-list3-2-1 p {
  color: #fff;
  margin: 0;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li .inside-menu-list3-2-1:hover .inside-menu-list3-2-1 {
  right: 0;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-2 li:hover .inside-menu-list3-2-1 {
  right: 0;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-3 {
  width: 60%;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-3 li {
  padding: 0;
}

.inside-menu .inside-menu-list li .inside-menu-list3 .inside-menu-list3-3 li a {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.inside-menu .inside-menu-list li:hover > a {
  border-bottom: 1px solid #b49460;
}

.inside-menu .inside-menu-list li:hover .inside-menu-list2,
.inside-menu .inside-menu-list li:hover .inside-menu-list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .inside-menu .inside-menu-list li {
    margin-bottom: 10px;
  }
}

.inside-menu.text-black .inside-menu-list a {
  color: #2a2424;
}

.inside-menu.text-black .inside-menu-list a span {
  color: #2a2424;
}

.inside-menu.text-black .inside-menu-list2 a {
  color: #fff;
}

.inside-menu.text-black .inside-menu-list2 a span {
  color: #fff;
}

@media (min-width: 992px) {
  .inside-menu.stick {
    position: fixed;
    z-index: 998;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
  }
  .inside-menu.stick .inside-logo {
    display: none;
  }
  .inside-menu.stick .inside-menu-list {
    top: 0;
  }
  .inside-menu.stick .inside-menu-list li a {
    color: #2a2424;
  }
  .inside-menu.stick .inside-menu-list li a span {
    color: #2a2424;
  }
  .inside-menu.stick .inside-menu-list li ul li a {
    color: #fff;
  }
  .inside-menu.stick.stickdown {
    top: -100px;
  }
  .inside-menu.stick.stickup {
    top: 0px;
    background: #fff;
    padding: 15px 30px 0 30px;
  }
  .inside-menu.stick.stickup .top-menu-nav li a.car {
    background-image: url(../images/index/menu/tool_shopcar_black.png) !important;
  }
  .inside-menu.stick.stickup .top-menu-nav li a.fb {
    background-image: url(../images/index/menu/tool_fb_black.png) !important;
  }
  .inside-menu.stick.stickup .top-menu-nav li a.ig {
    background-image: url(../images/index/menu/tool_ig_black.png) !important;
  }
}

@media (max-width: 991px) {
  .inside-menu {
    display: none;
  }
}

.container-custom {
  max-width: 100%;
  padding: 0 5.20833vw;
}

@media (max-width: 991px) {
  .container-custom {
    padding: 0 15px;
  }
}

.FAQ-section01 {
  background: #F2F1ED;
}

.FAQ-section01 .container-custom {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.FAQ-section01 .container-custom .nav.nav-tabs {
  margin-bottom: 50px;
}

.FAQ-section01 .container-custom .nav.nav-tabs .nav-item {
  border-right: 1px solid #242a2a;
}

.FAQ-section01 .container-custom .nav.nav-tabs .nav-item:last-child {
  border: none;
}

.FAQ-section01 .container-custom .nav.nav-tabs .nav-item .nav-link {
  background: none;
  padding: 0 25px;
  border: none;
}

.FAQ-section01 .container-custom .nav.nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #b49460;
}

.FAQ-section01 .qa-tab .qa-tab-btn {
  border-bottom: 1px solid #ddd;
  padding: 20px 0 45px 75px;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}

.FAQ-section01 .qa-tab .qa-tab-btn:before {
  content: 'Q';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #b49460;
  top: 0px;
  left: 0px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 58px;
}

.FAQ-section01 .qa-tab .qa-tab-inner {
  padding: 45px 0 0 0;
  position: relative;
}

.FAQ-section01 .qa-tab .qa-tab-inner:before {
  content: 'A';
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 28px;
  text-align: center;
  line-height: 58px;
  color: #b49460;
  top: 25px;
  left: -75px;
}

.service-section {
  background: #F2F1ED;
}

.service-section .container-custom {
  max-width: 960px;
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto;
}

.service-section .container-custom h4 {
  font-size: 20px;
  margin-bottom: 40px;
}

.service-section .container-custom .service-section-item {
  background: #fff;
  padding: 40px 75px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .service-section .container-custom .service-section-item {
    padding: 30px 35px;
  }
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.about-section-kv {
  background-size: cover;
  background-position: center;
  padding-top: 56.25vw;
  position: relative;
}

@media (max-width: 991px) {
  .about-section-kv {
    padding-top: 128vw;
  }
}

@media (min-width: 1921px) {
  .about-section-kv {
    padding-top: 1080px;
  }
}

.about-section-kv-01 {
  background-image: url(../images/about/01/kv.jpg);
}

.about-section-kv-02 {
  background-image: url(../images/about/02/kv.jpg);
}

.about-section-kv-03 {
  background-image: url(../images/about/03/kv.jpg);
}

.about-section-kv h2 {
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 2.5vw;
}

@media (max-width: 991px) {
  .about-section-kv h2 {
    font-size: 6.4vw;
  }
}

.about-section-kv h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 2;
}

.about-section01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  height: 30.20833vw;
  padding: 4.16667vw 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .about-section01 {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
        writing-mode: initial;
    height: initial;
    padding: 10.66667vw 0;
  }
}

.about-section01 h4 {
  color: #b49460;
  font-size: 24px;
  font-weight: 300;
  margin-left: 45px;
  line-height: 38px;
}

@media (max-width: 991px) {
  .about-section01 h4 {
    margin-left: 0px;
  }
}

.about-section01 p {
  font-size: 17px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .about-section01 p {
    text-align: justify;
  }
}

.about-section02 {
  margin-bottom: 5.20833vw;
}

.about-section02.about-stone {
  position: relative;
}

.about-section02.about-stone:before {
  content: '';
  display: block;
  position: absolute;
  width: 549px;
  height: 508px;
  background-image: url(../images/about/01/bg_01.png);
  background-size: cover;
  right: 0;
  top: 20%;
  z-index: -1;
}

@media (max-width: 991px) {
  .about-section02.about-stone:before {
    display: none;
  }
}

.about-section02.about-tin {
  position: relative;
}

.about-section02.about-tin:before {
  content: '';
  display: block;
  position: absolute;
  width: 33.28125vw;
  height: 20.36458vw;
  background-image: url(../images/about/02/bg_01.jpg);
  background-size: cover;
  right: 0;
  top: -30%;
  z-index: -1;
}

@media (max-width: 991px) {
  .about-section02.about-tin:before {
    display: none;
  }
}

.about-section02.about-bronze {
  position: relative;
}

.about-section02.about-bronze:before {
  content: '';
  display: block;
  position: absolute;
  width: 29.375vw;
  height: 17.08333vw;
  background-image: url(../images/about/02/bg_03.jpg);
  background-size: cover;
  right: 0;
  top: -30%;
  z-index: -1;
}

@media (max-width: 991px) {
  .about-section02.about-bronze:before {
    display: none;
  }
}

.about-section03 {
  margin-bottom: 5.20833vw;
}

.about-section03 .about_slider-item {
  position: relative;
}

.about-section03 .about_slider-item .img-wrap {
  margin-bottom: 15px;
  margin-bottom: 0px;
  position: relative;
}

.about-section03 .about_slider-item .img-wrap .img-item {
  padding-top: 80%;
}

.about-section03 .about_slider-item .img-wrap:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-section03 .about_slider-item p {
  text-align: center;
  opacity: .3;
  width: 100%;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 15px;
  color: #fff;
}

.about-section03 .about_slider-item p strong {
  position: relative;
  top: 1px;
  font-size: 30px;
  margin-right: 10px;
}

.about-section03 .about_slider-item.slick-current .img-wrap:before {
  display: none;
}

.about-section03 .about_slider-item.slick-current p {
  opacity: 1 !important;
}

.about-section04 {
  margin-bottom: 5.20833vw;
}

.about-section04 .about_slider2-item {
  position: relative;
}

.about-section04 .about_slider2-item .img-wrap {
  margin-bottom: 15px;
}

.about-section04 .about_slider2-item .img-wrap .img-item {
  padding-top: 80%;
}

.about-section04 .about_slider2-item p {
  text-align: center;
  opacity: .3;
  width: 100%;
  margin-bottom: 0;
}

.about-section04 .about_slider2-item p strong {
  position: relative;
  top: 1px;
  font-size: 30px;
  margin-right: 10px;
}

.about-section04.text-insede .about_slider2-item .img-wrap {
  margin-bottom: 0px;
}

.about-section04.text-insede .about_slider2-item p {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 15px;
  color: #fff;
}

.about-section04 .slick-current p {
  opacity: 1 !important;
}

.about-section05 {
  margin-bottom: 5.20833vw;
  background-color: #f2f1ed;
  position: relative;
}

.about-section05:before {
  content: '';
  display: block;
  position: absolute;
  width: 38.69792vw;
  height: 47.65625vw;
  background-image: url(../images/about/02/bg_02.png);
  background-size: cover;
  left: 0;
  top: -6.25vw;
  z-index: 1;
}

@media (max-width: 991px) {
  .about-section05:before {
    display: none;
  }
}

.about-text-item01 {
  width: calc(100% - 25vw);
}

@media (min-width: 1440px) {
  .about-text-item01 {
    width: calc(100% - 17.1875vw);
  }
}

@media (max-width: 991px) {
  .about-text-item01 {
    width: 100%;
  }
}

.about-text-item01 h4 {
  color: #b49460;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 30px;
}

.about-text-item01 h4 span {
  font-size: 150%;
  color: #b49460;
}

.about-text-item01 p {
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .about-text-item01 p {
    font-size: 15px;
    line-height: 28px;
  }
}

.about-text-item01 .img-item {
  font-size: 0;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .about-text-item01 .img-item {
    margin-bottom: 15px;
  }
}

.about-text-item01 .img-item img {
  width: 100%;
  max-width: 100%;
}

.about-text-item01 .img-item .small-item {
  width: 15.625vw;
  height: 15.625vw;
  position: absolute;
  bottom: 0;
  right: -17.1875vw;
}

@media (max-width: 991px) {
  .about-text-item01 .img-item .small-item {
    position: initial;
    width: 100%;
    height: 100%;
    margin-top: 15px;
  }
}

.about-text-item02 {
  text-align: center;
  border-left: 1px solid #ececec;
  padding: 30px 0;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .about-text-item02 {
    padding: 30px;
  }
  .about-text-item02 h4 {
    line-height: 32px;
  }
}

.about-text-item03 {
  width: calc(100% - 31.25vw);
  margin-left: 31.25vw;
  padding: 10.67708vw 0;
}

@media (min-width: 1440px) {
  .about-text-item03 {
    width: calc(100% - 17.1875vw);
    margin-left: 17.1875vw;
  }
}

@media (max-width: 991px) {
  .about-text-item03 {
    width: 100%;
    margin-left: 0;
  }
}

.about-text-item03 h4 {
  color: #b49460;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 30px;
}

.about-text-item03 h4 span {
  font-size: 150%;
  color: #b49460;
}

.about-text-item03 p {
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 30px;
}

.about-text-item04 {
  width: calc(100% - 25vw);
}

@media (min-width: 1440px) {
  .about-text-item04 {
    width: calc(100% - 17.1875vw);
  }
}

@media (max-width: 991px) {
  .about-text-item04 {
    width: 100%;
  }
}

.about-text-item04 h4 {
  color: #b49460;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 70px;
}

.about-text-item04 h4 span {
  font-size: 150%;
  color: #b49460;
}

.about-text-item04 p {
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .about-text-item04 p {
    font-size: 15px;
    line-height: 28px;
  }
}

.about-text-item04 .img-item {
  font-size: 0;
  position: relative;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .about-text-item04 .img-item {
    margin-bottom: 15px;
  }
}

.about-text-item04 .img-item img {
  width: 100%;
  max-width: 100%;
}

.about-text-item04 .img-item .small-item {
  width: 15.625vw;
  height: 15.625vw;
  position: absolute;
  bottom: 0;
  right: -17.1875vw;
}

@media (max-width: 991px) {
  .about-text-item04 .img-item .small-item {
    position: initial;
    width: 100%;
    height: 100%;
    margin-top: 15px;
  }
}

.about-text-item05 {
  text-align: center;
  border-left: 1px solid #ececec;
  padding: 30px 0;
  margin-bottom: 110px;
}

@media (max-width: 991px) {
  .about-text-item05 {
    padding: 30px;
  }
  .about-text-item05 h4 {
    line-height: 32px;
  }
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.products-section-kv {
  padding: 150px 0 1.45833vw;
  position: relative;
}

@media (max-width: 991px) {
  .products-section-kv {
    overflow: hidden;
    padding: 80px 0 30px;
  }
}

.products-section-kv:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../images/product/title_pic.jpg);
  width: 35.78125vw;
  height: 22.1875vw;
  right: 0;
  bottom: -10.15625vw;
  z-index: -1;
}

@media (max-width: 991px) {
  .products-section-kv:before {
    width: 91.6vw;
    height: 56.8vw;
    bottom: -26.66667vw;
    background-size: 70%;
    right: -115px;
    background-repeat: no-repeat;
    background-position: right;
  }
}

.products-section-kv .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
}

.products-section-kv .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 1;
}

.products-section-kv .title2 {
  text-align: center;
  font-size: 18px;
  color: #2a2424;
  padding-top: 25px;
  margin-bottom: 50px;
}

.products-section01 {
  margin-bottom: 5.20833vw;
  background-color: #f2f1ed;
  padding: 3.64583vw 0;
}

@media (max-width: 991px) {
  .products-section01 {
    padding: 80px 0 30px;
  }
}

.products-section01 h2 {
  margin-bottom: 70px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

.products-section01 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  background: #f2f1ed;
  bottom: -1px;
  left: 0;
}

.products-section01 .products_slider .products_slider-item {
  margin: 0 40px 30px 40px;
  position: relative;
}

.products-section01 .products_slider .products_slider-item > .img-wrap {
  position: relative;
}

.products-section01 .products_slider .products_slider-item > .img-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  z-index: 1;
}

.products-section01 .products_slider .products_slider-item > .img-wrap .img-item {
  padding-top: 60%;
}

.products-section01 .products_slider .products_slider-item > .img-wrap .img-item img {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

@media (max-width: 991px) {
  .products-section01 .products_slider .products_slider-item {
    margin: 0;
  }
}

.products-section01 .products_slider .products_slider-item .products_slider-hover {
  width: calc(100% - 90px);
  height: calc(100% - 90px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .products-section01 .products_slider .products_slider-item .products_slider-hover {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .img-wrap {
  width: 50%;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item {
  width: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2.34375vw;
  position: relative;
}

@media (max-width: 991px) {
  .products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item {
    padding: 2vw;
  }
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item h4 {
  font-size: 0.83333vw;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item p {
  font-size: 0.625vw;
  margin: 0;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item a {
  position: absolute;
  bottom: 2.08333vw;
  right: 1.04167vw;
  z-index: 999;
}

@media (max-width: 991px) {
  .products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item a {
    bottom: 5.33333vw;
    right: 2.66667vw;
  }
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item a img {
  width: 30px;
  display: inline-block;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item a img + img {
  position: relative;
  top: -5px;
  width: 25px;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item .color-list {
  position: absolute;
  bottom: 1.04167vw;
  right: 1.04167vw;
}

@media (max-width: 991px) {
  .products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item .color-list {
    bottom: 2.66667vw;
    right: 2.66667vw;
  }
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item .color-list li {
  width: 10px;
  height: 10px;
  padding: 5px;
  margin: 0 2.5px;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item .color-list li:before {
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0;
}

@media (max-width: 991px) {
  .products-section01 .products_slider .products_slider-item .products_slider-hover .products_slider-hover-item .text-item {
    width: calc(100% - 32vw);
  }
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots {
  bottom: 20px;
  height: 10px;
  right: 20px;
  margin: 0;
  text-align: right;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li {
  height: 10px;
  width: 10px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li button {
  height: 10px;
  width: 10px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li button:before {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  top: 0;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50px;
  background: #c8c8c8;
  opacity: 1;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li.slick-active, .products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li:hover {
  width: 10px;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li.slick-active button, .products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li:hover button {
  width: 10px;
}

.products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li.slick-active button:before, .products-section01 .products_slider .products_slider-item .products_slider-hover .slick-dots li:hover button:before {
  width: 10px;
  background: #b49460;
}

.products-section01 .products_slider .products_slider-item:hover .products_slider-hover {
  opacity: 1;
}

.products-section01 .products_slider .products_slider-item:hover > .img-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.products-section01 .products_slider .products_slider-item:hover > .img-wrap .img-item {
  padding-top: 60%;
}

.products-section01 .products_slider .products_slider-item:hover > .img-wrap .img-item img {
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

.products-section01 .slick-dots {
  bottom: 0px;
  margin: 0 10px;
  height: 5px;
}

.products-section01 .slick-dots li {
  height: 5px;
  width: 15px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.products-section01 .slick-dots li button {
  height: 5px;
  width: 15px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.products-section01 .slick-dots li button:before {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  top: 0;
  width: 15px;
  height: 5px;
  content: '';
  border-radius: 0px;
  background: #c8c8c8;
  opacity: 1;
}

.products-section01 .slick-dots li.slick-active, .products-section01 .slick-dots li:hover {
  width: 15px;
}

.products-section01 .slick-dots li.slick-active button, .products-section01 .slick-dots li:hover button {
  width: 15px;
}

.products-section01 .slick-dots li.slick-active button:before, .products-section01 .slick-dots li:hover button:before {
  width: 15px;
  background: #b49460;
}

.product2-1-section01 {
  padding: 150px 0 0 0;
}

@media (max-width: 991px) {
  .product2-1-section01 {
    padding: 80px 0;
  }
}

.products2-2-section01 {
  padding: 150px 0 5.20833vw;
  background: #f7f6f4;
}

@media (max-width: 991px) {
  .products2-2-section01 {
    padding: 80px 0;
  }
}

.products2-2-section01 h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.products2-2-section01 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

.products2-2-section01 .products2-2-section01-item {
  margin-bottom: 3.64583vw;
}

@media (max-width: 991px) {
  .products2-2-section01 .products2-2-section01-item {
    margin-bottom: 13.33333vw;
  }
}

.products2-2-section01 .products2-2-section01-item .products2-2_slider .products2-2-item .img-wrap {
  margin-bottom: 30px;
  position: relative;
  max-height: 720px;
  overflow: hidden;
}

.products2-2-section01 .products2-2-section01-item .products2-2_slider .products2-2-item .img-wrap:before {
  content: '';
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.products2-2-section01 .products2-2-section01-item .products2-2_slider .products2-2-item .img-wrap .img-item {
  padding-top: 60%;
}

.products2-2-section01 .products2-2-section01-item .products2-2_slider .products2-2-item.slick-current .img-wrap:before {
  display: none;
}

.products2-2-section01 .text-item {
  position: relative;
}

.products2-2-section01 .text-item h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.products2-2-section01 .text-item .cart-item {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.products2-2-section01 .text-item .cart-item p {
  margin-bottom: 0;
  line-height: 30px;
}

.products2-2-section01 .text-item .cart-item img {
  width: 30px;
}

.products2-2-section01 .more {
  background: #dfc23c;
  color: #242a2a;
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
}

@media (max-width: 991px) {
  .products2-2-section01 .more {
    width: 100%;
  }
}

.products2-2-section01 .more:hover {
  color: #fff;
}

.products2-3-section-kv {
  background-size: cover;
  background-position: center;
  padding-top: 56.25vw;
  position: relative;
  background-image: url(../images/product/kv.jpg);
}

@media (max-width: 991px) {
  .products2-3-section-kv {
    padding-top: 128vw;
  }
}

@media (min-width: 1921px) {
  .products2-3-section-kv {
    padding-top: 1080px;
  }
}

.products2-3-section-kv h2 {
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5vw;
}

@media (max-width: 991px) {
  .products2-3-section-kv h2 {
    font-size: 6.4vw;
  }
}

.products2-3-section-kv h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 2;
}

.products2-3-section01-wrap {
  position: relative;
}

.products2-3-section01-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 35.46875vw;
  height: 35.625vw;
  background-image: url(../images/product/bg-01.jpg);
  background-size: cover;
  right: 0;
  top: 20%;
  z-index: -1;
}

@media (max-width: 991px) {
  .products2-3-section01-wrap:before {
    display: none;
  }
}

.products2-3-section01-wrap .products2-3-section01 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  height: 30.20833vw;
  padding: 4.16667vw 0;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .products2-3-section01-wrap .products2-3-section01 {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
        writing-mode: initial;
    height: initial;
    padding: 9.33333vw 0;
  }
}

.products2-3-section01-wrap .products2-3-section01 h4 {
  color: #b49460;
  font-size: 24px;
  font-weight: 300;
  margin-left: 45px;
}

@media (max-width: 991px) {
  .products2-3-section01-wrap .products2-3-section01 h4 {
    margin-left: 0px;
  }
}

.products2-3-section01-wrap .products2-3-section01 p {
  font-size: 17px;
  line-height: 32px;
}

@media (max-width: 991px) {
  .products2-3-section01-wrap .products2-3-section01 p {
    font-size: 15px;
    line-height: 28px;
  }
}

.products2-3-section02 {
  background: #f2f1ed;
  padding: 3.64583vw 0;
  margin-bottom: 5.20833vw;
}

.products2-3-section02 .img-wrap {
  margin-bottom: 10px;
}

.products2-3-section02 .img-wrap .img-item {
  padding-top: 75%;
}

.products2-3-section02 h4 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 3.64583vw;
}

@media (max-width: 991px) {
  .products2-3-section02 h4 {
    margin-bottom: 13.33333vw;
  }
}

.products2-1-1-section01 {
  padding-top: 7.8125vw;
  background: #fff;
  margin-bottom: 3.64583vw;
}

.products2-1-1-section01 .container-custom .row {
  padding-bottom: 5.20833vw;
  border-bottom: 1px solid #ececec;
}

@media (max-width: 991px) {
  .products2-1-1-section01 {
    padding: 13.33333vw 0 9.33333vw;
  }
}

.products2-1-1-section01 .products-collapse-wrap {
  position: relative;
}

.products2-1-1-section01 .products-collapse-wrap .toggle-btn {
  position: absolute;
  right: 0px;
  top: -70px;
  display: none;
}

@media (max-width: 991px) {
  .products2-1-1-section01 .products-collapse-wrap .toggle-btn {
    display: block;
    width: 18px;
    height: 10px;
    background-image: url(../images/product/arrow-up.png);
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .products2-1-1-section01 .products-collapse-wrap .toggle-btn.collapsed {
    background-image: url(../images/product/arrow-down.png);
  }
}

.products2-1-1-section01 .product2_slider_nav {
  margin-bottom: 15px;
}

.products2-1-1-section01 .product2_slider_nav .product2_slider_nav-item .img-wrap {
  max-width: 1080px;
  max-height: 720px;
}

.products2-1-1-section01 .product2_slider_nav .product2_slider_nav-item .img-wrap .img-item {
  padding-top: 65%;
}

.products2-1-1-section01 .product2_slider {
  overflow: hidden;
  max-width: 1080px;
}

.products2-1-1-section01 .product2_slider .product2_slider-item {
  cursor: pointer;
}

.products2-1-1-section01 .product2_slider .product2_slider-item .img-wrap {
  padding: 0 5px;
}

.products2-1-1-section01 .product2_slider .product2_slider-item .img-wrap .img-item {
  padding-top: 70%;
}

@media (max-width: 991px) {
  .products2-1-1-section01 .col-lg-8 {
    margin-bottom: 50px;
  }
}

.products2-1-1-section01 .col-lg-8 h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.products2-1-1-section01 .col-lg-8 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

.products2-1-1-section01 .col-lg-4 {
  padding-left: 4vw;
}

.products2-1-1-section01 .col-lg-4 h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 50px;
}

.products2-1-1-section01 .col-lg-4 .nav {
  margin-bottom: 50px;
}

.products2-1-1-section01 .col-lg-4 .detail-list li {
  font-size: 15px;
  margin-bottom: 15px;
}

.products2-1-1-section01 .col-lg-4 .detail-list li span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ddd;
  font-size: 100%;
}

.products2-1-1-section01 h3 {
  font-size: 15px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.products2-1-1-section01 h3 span {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ddd;
  font-size: 100%;
}

.products2-1-1-section01 h4 {
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 50px;
  text-align: center;
}

.products2-1-1-section01 p {
  line-height: 32px;
  margin-bottom: 50px;
}

.products2-1-1-section01 .with-btn {
  position: relative;
}

.products2-1-1-section01 .with-btn .follow-bnt {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
}

.products2-1-1-section01 .with-btn .follow-bnt:before {
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../images/product/icon_love.png);
  background-size: cover;
  position: absolute;
  left: -25px;
  top: 0;
}

.products2-1-1-section01 .with-btn .follow-bnt.active, .products2-1-1-section01 .with-btn .follow-bnt:hover {
  color: #b49460;
}

.products2-1-1-section01 .with-btn .follow-bnt.active:before, .products2-1-1-section01 .with-btn .follow-bnt:hover:before {
  background-image: url(../images/product/icon_love_hover.png);
}

.products2-1-1-section01 .form-custom {
  position: relative;
}

.products2-1-1-section01 .form-custom:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #555050 transparent transparent transparent;
  top: 20px;
  right: 12px;
  pointer-events: none;
}

.products2-1-1-section01 .form-custom select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .products2-1-1-section01 .form-custom {
    min-width: 200px;
  }
}

.products2-1-1-section01 .color-select {
  position: relative;
}

.products2-1-1-section01 .color-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.products2-1-1-section01 .color-select:before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 15px;
  left: calc(50% - 60px);
}

.products2-1-1-section01 .color-select:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #555050 transparent transparent transparent;
  top: 20px;
  right: 12px;
  pointer-events: none;
}

.products2-1-1-section01 .color-select.gold:before {
  background: #d7ba8a;
}

.products2-1-1-section01 .color-select.silver:before {
  background: #c8c8c8;
}

.products2-1-1-section01 .color-select.rose-gold:before {
  background: #d78c63;
}

.products2-1-1-section01 .color-select .form-control {
  text-align: center;
}

.products2-1-1-section01 .qtyform {
  border: 1px solid #ced4da;
  width: 100%;
  height: 45px;
  margin-bottom: 1rem;
}

.products2-1-1-section01 .qtyform input.qtyplus {
  width: 33px;
  height: 33px;
  border: none;
  background-image: url(../images/product/plus.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  padding: 0;
  text-indent: -999px;
}

.products2-1-1-section01 .qtyform input.qtyplus:hover {
  background-image: url(../images/product/plus_hover.png);
}

.products2-1-1-section01 .qtyform .qty {
  width: calc(100% - 80px);
  height: 43px;
  text-align: center;
  border: 0;
  padding: 0;
}

.products2-1-1-section01 .qtyform input.qtyminus {
  width: 33px;
  height: 33px;
  border: none;
  background-image: url(../images/product/minus.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  padding: 0;
  text-indent: -999px;
}

.products2-1-1-section01 .qtyform input.qtyminus:hover {
  background-image: url(../images/product/minus_hover.png);
}

.products2-1-1-section02 {
  margin-bottom: 3.64583vw;
}

@media (max-width: 991px) {
  .products2-1-1-section02 {
    padding: 9.33333vw 0;
    overflow-x: hidden;
  }
}

.products2-1-1-section02 .container-custom .cart-detail-tab {
  padding-bottom: 3.64583vw;
  margin-bottom: 3.64583vw;
  border-bottom: 1px solid #ececec;
  width: 100%;
}

.products2-1-1-section02 .container-custom .cart-detail-tab .nav-item {
  text-align: center;
  font-weight: 300;
  display: block;
  margin: 0 15px;
}

@media (max-width: 991px) {
  .products2-1-1-section02 .container-custom .cart-detail-tab .nav-item {
    width: 60%;
    margin: 0 0 15px 0;
  }
}

.products2-1-1-section02 .container-custom .cart-detail-tab .nav-item .nav-link {
  display: block;
  background: #fff;
  padding: 9px 35px;
  color: #2a2424;
  border: 1px solid #ececec;
  border-radius: 0;
}

.products2-1-1-section02 .container-custom .cart-detail-tab .nav-item .nav-link:hover, .products2-1-1-section02 .container-custom .cart-detail-tab .nav-item .nav-link.active {
  border: 1px solid #b49460;
  background: #b49460;
  color: #fff;
}

.products2-1-1-section02 .container-custom .product3_slider {
  width: calc(100% - 50px);
  margin: 0 -7.5px;
}

@media (max-width: 991px) {
  .products2-1-1-section02 .container-custom .product3_slider {
    width: calc(100% + 90px);
    -webkit-transform: translate3d(-15px, 0px, 0px);
    transform: translate3d(-15px, 0px, 0px);
    margin: 0;
  }
}

.products2-1-1-section02 .container-custom .product3_slider .product3_slider-item {
  margin: 0 7.5px;
}

@media (max-width: 991px) {
  .products2-1-1-section02 .container-custom .product3_slider .product3_slider-item {
    margin: 0 15px;
  }
}

.products2-1-1-section02 .container-custom .product3_slider .product3_slider-item .img-wrap {
  position: relative;
  margin-bottom: 10px;
}

.products2-1-1-section02 .container-custom .product3_slider .product3_slider-item .img-wrap .img-item {
  padding-top: 75%;
}

.products2-1-1-section03 {
  padding: 3.64583vw 0;
  background: #f2f1ed;
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .products2-1-1-section03 {
    padding: 9.33333vw 0;
    overflow-x: hidden;
  }
}

.products2-1-1-section03 h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.products2-1-1-section03 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

@media (max-width: 991px) {
  .products2-1-1-section03 .col-lg-6 {
    margin-bottom: 50px;
  }
}

.products2-1-1-section03 .product4_slider {
  width: calc(100% - 50px);
  margin: 0 -7.5px;
}

@media (max-width: 991px) {
  .products2-1-1-section03 .product4_slider {
    width: calc(100% + 90px);
    -webkit-transform: translate3d(-15px, 0px, 0px);
    transform: translate3d(-15px, 0px, 0px);
    margin: 0;
  }
}

.products2-1-1-section03 .product4_slider .product4_slider-item {
  margin: 0 7.5px;
}

@media (max-width: 991px) {
  .products2-1-1-section03 .product4_slider .product4_slider-item {
    margin: 0 15px;
  }
}

.products2-1-1-section03 .product4_slider .product4_slider-item .img-wrap {
  position: relative;
  margin-bottom: 10px;
}

.products2-1-1-section03 .product4_slider .product4_slider-item .img-wrap .img-item {
  padding-top: 75%;
}

.products2-1-1-1-section01 {
  padding: 150px 0 2.60417vw;
  background: #f7f6f4;
}

@media (max-width: 991px) {
  .products2-1-1-1-section01 {
    padding: 80px 0 30px;
  }
}

.products2-1-1-1-section01 h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.products2-1-1-1-section01 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

.products2-1-1-1-section01 p {
  line-height: 32px;
}

.products2-1-1-1-section-kv {
  padding: 10.41667vw 0 5.20833vw;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #FFFFFF 30%, #F2F1ED 30%);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FFFFFF), color-stop(30%, #F2F1ED));
  background: linear-gradient(180deg, #FFFFFF 30%, #F2F1ED 30%);
  /* W3C */
}

@media (max-width: 991px) {
  .products2-1-1-1-section-kv {
    padding: 9.33333vw 0;
  }
}

.products2-1-1-1-section-kv h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.products2-1-1-1-section-kv h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

.products2-1-1-1-section-kv p {
  text-align: center;
  margin-bottom: 0;
}

.products2-1-1-1-section02 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.1/pic_01.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-1-section02 {
    padding: 26.66667vw 0;
  }
}

.products2-1-1-1-section02 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-1-section02 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-1-section02-2 {
  margin-bottom: 5.20833vw;
  padding: 277.5px 0;
  background-image: url(../images/product/2.1.1.1/pic_02.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-1-section02-2 {
    padding: 26.66667vw 0;
  }
}

.products2-1-1-1-section02-2 .title {
  text-align: center;
  font-size: 30px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-1-section02-2 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-1-section03 {
  margin-bottom: 6.25vw;
}

.products2-1-1-1-section03 h4 {
  font-size: 22px;
  font-weight: 300;
  color: #b49460;
  text-align: center;
}

.products2-1-1-1-section03 p {
  text-align: center;
}

.products2-1-1-1-section03 .img-wrap {
  position: relative;
}

.products2-1-1-1-section03 .img-wrap p {
  display: inline-block;
  position: absolute;
  background: #ededed;
  padding: 15px 35px;
  bottom: 0;
  right: 0;
  margin: 0;
}

.products2-1-1-1-section03 .img-wrap .img-item {
  padding-top: 60%;
}

.products2-1-1-1-section04 {
  margin-bottom: 3.64583vw;
  padding: 3.64583vw 0 0 0;
  background: #f2eee0;
}

.products2-1-1-1-section04 .img-wrap {
  position: relative;
  margin-bottom: 10px;
}

.products2-1-1-1-section04 .img-wrap .img-item {
  padding-top: 60%;
}

.products2-1-1-1-section04 h4 {
  font-size: 22px;
  font-weight: 300;
  color: #b49460;
  text-align: center;
  margin-bottom: 15px;
}

.products2-1-1-1-section04 p {
  text-align: center;
  margin-bottom: 70px;
}

.products2-1-1-1-section05 {
  margin-bottom: 5.20833vw;
}

.products2-1-1-1-section05 .img-wrap {
  position: relative;
  margin-bottom: 10px;
}

.products2-1-1-1-section05 .img-wrap .img-item {
  padding-top: 60%;
}

.products2-1-1-1-section05 h4 {
  font-size: 22px;
  font-weight: 300;
  color: #b49460;
  text-align: center;
  margin-bottom: 15px;
}

.products2-1-1-1-section05 p {
  text-align: center;
}

.products2-1-1-2-section02 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.2/pic_01.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-2-section02 {
    padding: 26.66667vw 0;
  }
}

.products2-1-1-2-section02 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-2-section02 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-2-section02-2 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.2/pic_02.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-2-section02-2 {
    padding: 26.66667vw 0;
  }
}

.products2-1-1-2-section02-2 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-2-section02-2 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-2-section02-3 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.2/pic_03.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-2-section02-3 {
    padding: 26.66667vw 0;
  }
}

.products2-1-1-2-section02-3 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-2-section02-3 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-3-section02 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.3/pic_02.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-3-section02 {
    padding: 26.66667vw 0;
  }
}

.products2-1-1-3-section02 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-3-section02 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-3-section02-2 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.3/pic_01.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-3-section02-2 {
    padding: 26.66667vw 0;
  }
}

.products2-1-1-3-section02-2 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-3-section02-2 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-4-section02 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.4/pic_01.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-4-section02 {
    padding: 26.66667vw 0;
    margin-bottom: 13.33333vw;
  }
}

.products2-1-1-4-section02 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-4-section02 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-4-section02-2 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.4/pic_02.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-4-section02-2 {
    padding: 26.66667vw 0;
    margin-bottom: 13.33333vw;
  }
}

.products2-1-1-4-section02-2 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-4-section02-2 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-4-section02-3 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.4/pic_03.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-4-section02-3 {
    padding: 26.66667vw 0;
    margin-bottom: 13.33333vw;
  }
}

.products2-1-1-4-section02-3 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-4-section02-3 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-4-section02-4 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.4/pic_04.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-4-section02-4 {
    padding: 26.66667vw 0;
    margin-bottom: 13.33333vw;
  }
}

.products2-1-1-4-section02-4 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-4-section02-4 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-4-section02-5 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.4/pic_05.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-4-section02-5 {
    padding: 26.66667vw 0;
    margin-bottom: 13.33333vw;
  }
}

.products2-1-1-4-section02-5 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-4-section02-5 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-4-section02-6 {
  margin-bottom: 5.20833vw;
  padding: 265px 0;
  background-image: url(../images/product/2.1.1.4/pic_06.jpg);
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .products2-1-1-4-section02-6 {
    padding: 26.66667vw 0;
    margin-bottom: 13.33333vw;
  }
}

.products2-1-1-4-section02-6 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
  color: #fff;
}

.products2-1-1-4-section02-6 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #fff;
  z-index: 2;
}

.products2-1-1-4-section03 {
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .products2-1-1-4-section03 {
    margin-bottom: 13.33333vw;
  }
}

.products2-1-1-4-section03 .container-custom {
  max-width: 960px;
  margin: 0 auto;
}

.custom-list > li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  text-align: justify;
}

.custom-list > li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #b49460;
  position: absolute;
  top: 8px;
  left: 0px;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.search-section01 {
  background: #F2F1ED;
}

.search-section01 .container-custom {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.search-section01 .container-custom .input-group {
  margin-bottom: 3.64583vw;
}

@media (max-width: 991px) {
  .search-section01 .container-custom .input-group {
    margin-bottom: 6.66667vw;
  }
}

.search-section01 .container-custom .input-group .form-control {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #F2F1ED;
  text-align: center;
  padding: 55px 0;
  border-bottom: 1px solid #c6c5c3;
}

.search-section01 .container-custom .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-section01 .container-custom .input-group .input-group-append .btn {
  border-bottom: 1px solid #c6c5c3;
  border-radius: 0;
}

.search-section01 .container-custom .input-group .input-group-append img {
  width: 30px;
}

.search-section01 .container-custom h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
}

.search-section01 .container-custom h2 span {
  margin: 0 15px;
  font-size: 200%;
  color: #b49460;
  display: inline-block;
}

.search-section01 .container-custom .search-section-item {
  margin-bottom: 5.20833vw;
  width: 100%;
}

@media (max-width: 991px) {
  .search-section01 .container-custom .search-section-item {
    margin-bottom: 9.33333vw;
  }
}

.search-section01 .container-custom .search-section-item .img-wrap {
  width: 100px;
  margin-right: 45px;
}

.search-section01 .container-custom .search-section-item .text-item {
  width: calc(100% - 145px);
}

.search-section01 .container-custom .search-section-item .text-item h4 {
  font-size: 20px;
  font-weight: 300;
  color: #b49460;
  margin-bottom: 15px;
}

.search-section01 .container-custom .search-section-item .text-item p {
  margin-bottom: 0;
}

.search-section01 .container-custom .search-section-item .text-item .more {
  width: 40px;
}

.search-section01 .container-custom .search-section-item .text-item .more img {
  width: 100%;
}

.search-section01 .container-custom .search-section-item2 {
  margin-bottom: 5.20833vw;
  width: 100%;
}

@media (max-width: 991px) {
  .search-section01 .container-custom .search-section-item2 {
    margin-bottom: 9.33333vw;
  }
}

.search-section01 .container-custom .search-section-item2 .text-item h4 {
  font-size: 20px;
  font-weight: 300;
  color: #b49460;
  margin-bottom: 15px;
}

.search-section01 .container-custom .search-section-item2 .text-item p {
  margin-bottom: 30px;
}

.search-section01 .container-custom .search-section-item2 .text-item .more {
  width: 40px;
}

.search-section01 .container-custom .search-section-item2 .text-item .more img {
  width: 100%;
}

.contactus-section01 {
  background: #F2F1ED;
  padding-bottom: 50px;
}

.contactus-section01 .container-custom {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.contactus-section01 .container-custom .form-custom-select {
  position: relative;
}

.contactus-section01 .container-custom .form-custom-select .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #F2F1ED;
  text-align: center;
  height: 100px;
  border-bottom: 1px solid #c6c5c3;
}

.contactus-section01 .container-custom .form-custom-select:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9px 4px 0 4px;
  border-color: #555050 transparent transparent transparent;
  top: 50px;
  right: 12px;
  pointer-events: none;
}

.contactus-section01 .container-custom .form-custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contactus-section01 .container-custom .form-custom {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #F2F1ED;
  text-align: center;
  padding: 55px 0;
  border-bottom: 1px solid #c6c5c3;
}

.contactus-section01 .container-custom .form-custom:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contactus-section01 .container-custom p {
  margin-bottom: 50px;
}

.contactus-section01 .container-custom .email-link {
  color: #b49460;
  text-decoration: underline;
  position: relative;
  display: block;
  margin-bottom: 120px;
}

.contactus-section01 .container-custom .email-link:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #b49460;
  bottom: -60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.contactus-section01 .container-custom .color1 {
  color: #b49460;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.specil-section-kv {
  padding: 150px 0 0vw;
}

@media (max-width: 991px) {
  .specil-section-kv {
    padding: 80px 0 0 0;
  }
}

.specil-section-kv .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
}

.specil-section-kv .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 1;
}

.specil-section-kv .title2 {
  text-align: center;
  font-size: 18px;
  color: #2a2424;
  padding-top: 25px;
  margin-bottom: 50px;
}

.specil-section01 {
  margin-bottom: 5.20833vw;
}

.specil-section01 .specil_slider .specil_slider-item {
  position: relative;
}

.specil-section01 .specil_slider .specil_slider-item .img-wrap .img-item {
  padding-top: 56.25vw;
}

@media (max-width: 991px) {
  .specil-section01 .specil_slider .specil_slider-item .img-wrap .img-item {
    padding-top: 128vw;
  }
}

@media (min-width: 1921px) {
  .specil-section01 .specil_slider .specil_slider-item .img-wrap .img-item {
    padding-top: 1080px;
  }
}

.specil-section01 .specil_slider .specil_slider-item .text-item {
  position: absolute;
  left: 6.25vw;
  bottom: 5.98958vw;
  width: 41.66667vw;
}

@media (max-width: 991px) {
  .specil-section01 .specil_slider .specil_slider-item .text-item {
    left: 15px;
    bottom: 45px;
    width: calc(100% - 30px);
  }
}

.specil-section01 .specil_slider .specil_slider-item .text-item h2 {
  color: #fff;
  border-bottom: 1px solid #b49460;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 32px;
}

@media (max-width: 991px) {
  .specil-section01 .specil_slider .specil_slider-item .text-item h2 {
    font-size: 24px;
  }
}

.specil-section01 .specil_slider .specil_slider-item .text-item p {
  color: #b49460;
  font-size: 24px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .specil-section01 .specil_slider .specil_slider-item .text-item p {
    font-size: 19px;
  }
}

.specil-section01 .slick-dots {
  bottom: -10px;
  margin: 0 10px;
  height: 5px;
}

@media (max-width: 991px) {
  .specil-section01 .slick-dots {
    -webkit-transform: translate3d(30px, 0px, 0px);
            transform: translate3d(30px, 0px, 0px);
    width: initial;
  }
}

.specil-section01 .slick-dots li {
  height: 5px;
  width: 15px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.specil-section01 .slick-dots li button {
  height: 5px;
  width: 15px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.specil-section01 .slick-dots li button:before {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  top: 0;
  width: 15px;
  height: 5px;
  content: '';
  border-radius: 0px;
  background: #d9d9d9;
}

.specil-section01 .slick-dots li.slick-active, .specil-section01 .slick-dots li:hover {
  width: 15px;
}

.specil-section01 .slick-dots li.slick-active button, .specil-section01 .slick-dots li:hover button {
  width: 15px;
}

.specil-section01 .slick-dots li.slick-active button:before, .specil-section01 .slick-dots li:hover button:before {
  width: 15px;
  background: #b49460;
}

.specil-section02 .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.specil-section02 .row .col-lg-6 {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .specil-section02 .row .col-lg-6 {
    margin-bottom: 9.33333vw;
  }
}

.specil-content-section-kv {
  background-size: cover;
  background-position: center;
  padding-top: 56.25vw;
  position: relative;
  margin-bottom: 5.20833vw;
}

@media (max-width: 991px) {
  .specil-content-section-kv {
    padding-top: 128vw;
    margin-bottom: 9.33333vw;
  }
}

@media (min-width: 1921px) {
  .specil-content-section-kv {
    padding-top: 1080px;
  }
}

.specil-content-section-kv .text-item {
  position: absolute;
  left: 6.25vw;
  bottom: 5.98958vw;
  width: 41.66667vw;
}

@media (max-width: 991px) {
  .specil-content-section-kv .text-item {
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
  }
}

.specil-content-section-kv .text-item h2 {
  color: #fff;
  border-bottom: 1px solid #b49460;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 32px;
}

@media (max-width: 991px) {
  .specil-content-section-kv .text-item h2 {
    font-size: 24px;
  }
}

.specil-content-section-kv .text-item p {
  color: #b49460;
  font-size: 24px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .specil-content-section-kv .text-item p {
    font-size: 19px;
  }
}

.specil-content-section-kv-01 {
  background-image: url(../images/specil/kv.jpg);
}

.specil-img {
  position: relative;
  margin-bottom: 110px;
}

.specil-img .img-wrap .img-item {
  padding-top: 75%;
}

.specil-img .text-item {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.5);
}

.specil-img .text-item span {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 15px;
}

.specil-img .text-item:hover {
  background: #fff;
  color: #2a2424;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.store-section01 {
  padding: 150px 0 5.20833vw;
  position: relative;
}

.store-section01:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 26.04167vw;
  background: #F2F1ED;
  top: 100px;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .store-section01 {
    padding: 80px 0 0 0;
  }
  .store-section01:before {
    top: 60px;
    height: 40vw;
  }
}

.store-section01 h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.store-section01 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

.store-section01 .right-list {
  top: 150px;
}

.store-section02 {
  padding-top: 720px;
  margin-bottom: 5.20833vw;
  background-position: center;
}

@media (max-width: 991px) {
  .store-section02 {
    padding-top: 85.33333vw;
  }
}

.store-section02-bg01 {
  background-image: url(../images/store/img01.jpg);
}

.store-section02-bg02 {
  background-image: url(../images/store/img02.jpg);
}

.store-section02-bg03 {
  background-image: url(../images/store/img03.jpg);
}

.store-section03 {
  margin-bottom: 5.20833vw;
  text-align: center;
}

.store-section03 h2 {
  color: #b49460;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.store-section03 p {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.store-section03 p span {
  position: relative;
  top: 2px;
  right: 0;
}

.store-section03 p span img {
  width: 10px;
  display: initial;
}

.store-section03 .more {
  padding: 40px 0;
  width: 45px;
  margin: 0;
}

.store-section03 .more img {
  width: 100%;
}

.store-section03 .line {
  width: 40px;
  height: 1px;
  background-color: #b49460;
  display: block;
  margin: 40px auto;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.news-section01 {
  padding: 150px 0 5.20833vw;
  position: relative;
}

.news-section01:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 26.04167vw;
  background: #F2F1ED;
  top: 100px;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .news-section01 {
    padding: 80px 0;
  }
  .news-section01:before {
    top: 60px;
    height: 40vw;
  }
}

.news-section01 h2 {
  font-size: 25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 70px;
}

.news-section01 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background: #b49460;
  bottom: -25px;
  left: 0;
}

.news-section01 .right-list {
  top: 150px;
}

.news-section02 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.news-section02 .news-item {
  display: block;
  text-align: center;
  margin-bottom: 5.20833vw;
}

.news-section02 .news-item h4 {
  color: #b49460;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
  text-align: justify;
  margin-bottom: 30px;
  text-align: center;
}

.news-section02 .news-item p {
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 30px;
  text-align: center;
}

.news-section02 .news-item .img-item {
  font-size: 0;
  position: relative;
  margin-bottom: 30px;
  padding-top: 75%;
}

.news-section02 .news-item .img-item img {
  width: 100%;
  max-width: 100%;
}

.news-section02 .news-item .more {
  width: 40px;
}

.news-section02 .news-item .more img {
  width: 100%;
}

.news-section03 {
  background: #F2F1ED;
  padding: 3.64583vw 0;
}

@media (max-width: 991px) {
  .news-section03 {
    padding: 9.33333vw 15px;
  }
}

.news-section03 .news-list {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.news-section03 .news-list li a {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-section03 .news-list li a span {
  display: inline-block;
  font-size: 12px;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.news-section03 .news-list li a p {
  width: calc(100% - 90px);
  font-size: 17px;
  color: #2a2424;
  margin-bottom: 0;
}

.news-section03 .news-list li a:hover {
  border-bottom: 1px solid #b49460;
}

.news-section03 .news-list li a:hover span {
  color: #b49460;
}

.news-section03 .news-list li a:hover p {
  color: #b49460;
}

body {
  overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: 'Noto Serif TC', serif;
}

.btn.focus, .btn:focus, .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

* {
  color: #2a2424;
}

h5 {
  font-size: 113.33333%;
  color: #ddd;
}

h4 {
  font-size: 113.33333%;
}

h3 {
  font-size: 126.66667%;
}

h2 {
  font-size: 186.66667%;
}

h1 {
  font-size: 266.66667%;
}

legend {
  font-size: 120%;
  margin: 0;
}

em {
  font-size: 86.66667%;
}

p {
  font-size: 100%;
}

a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.line-height-normal {
  line-height: normal;
}

.text-orange {
  color: #FF8249;
}

.text-blue {
  color: #1F4397 !important;
}

.text-green2 {
  color: #4da6a0;
}

.text-red {
  color: red;
}

.text-gray {
  color: #8391A4;
}

.text-purple {
  color: #8c2da3;
}

.text-bold {
  font-weight: bold;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-red {
  background: red;
}

.bg-orange {
  background: #ff6000;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #000;
}

.bg-custom {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #105E6C), color-stop(0, #fff));
  background: linear-gradient(180deg, #105E6C 50%, #fff 0);
  /* W3C */
}

.text1 {
  font-size: 1rem;
}

.text2 {
  font-size: 2rem;
}

.text3 {
  font-size: 3rem;
}

.text4 {
  font-size: 4rem;
}

.text6 {
  font-size: 6rem;
}

.text12 {
  font-size: 12px;
}

.text13 {
  font-size: 13px !important;
}

.text14 {
  font-size: 14px !important;
}

.text16 {
  font-size: 16px !important;
}

.text19 {
  font-size: 19px !important;
}

.text22 {
  font-size: 22px;
}

.text24 {
  font-size: 24px;
}

.text26 {
  font-size: 26px;
}

.text28 {
  font-size: 28px;
}

.text32 {
  font-size: 32px;
}

.text100 {
  font-size: 100px;
}

.line-h38 {
  line-height: 38px;
}

.w-100 {
  width: 100% !important;
}

.w-80 {
  width: 80% !important;
}

.w-60 {
  width: 60% !important;
}

.w-50 {
  width: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.w-min-50px {
  min-width: 50px !important;
}

.w-80px {
  width: 80px !important;
}

.w-120px {
  width: 120px !important;
}

.w-175px {
  width: 175px !important;
  line-height: 30px !important;
}

.w-222px {
  width: 222px !important;
  text-align: left;
}

.w-320px {
  width: 320px !important;
  height: 64px;
}

.w-400px {
  width: 400px !important;
}

.w-100-img img {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.h-80 {
  height: 80% !important;
}

.h-75 {
  height: 75% !important;
}

.h-60 {
  height: 60% !important;
}

.h-50 {
  height: 50% !important;
}

.h-25 {
  height: 25% !important;
}

.h-36px {
  height: 36px !important;
}

.h-45px {
  height: 45px !important;
}

.h-46px {
  height: 46px !important;
}

.h-72px {
  height: 72px !important;
}

.h-120px {
  min-height: 120px !important;
}

.h-138px {
  min-height: 138px !important;
}

.h-170px {
  min-height: 170px !important;
}

.h-175px {
  min-height: 175px !important;
}

.h-195px {
  min-height: 195px;
}

.h-214px {
  min-height: 214px;
}

.h-240px {
  min-height: 240px !important;
}

.h-320px {
  min-height: 320px !important;
}

.h-400px {
  min-height: 400px !important;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.over-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.over-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 120px;
}

.over-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px;
}

.over-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.number-items {
  counter-reset: num;
}

.number-items .number-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.number-items .number-list > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 20px;
  font-style: italic;
  color: #dd5500;
  font-weight: bolder;
  position: absolute;
  top: -4px;
  left: 0;
}

ul.dash > li {
  position: relative;
  padding-left: 10px;
}

ul.dash > li:before {
  content: '-';
  display: block;
  color: #2a2424;
  position: absolute;
  top: -3px;
  left: 0;
}

ul.circle {
  padding-left: 20px;
}

ul.circle > li {
  list-style-type: circle;
  margin-bottom: 5px;
}

ul.decimal {
  padding-left: 20px;
}

ul.decimal > li {
  list-style-type: decimal;
  margin-bottom: 5px;
}

ul.disc {
  padding-left: 20px;
}

ul.disc > li {
  list-style-type: disc;
  margin-bottom: 5px;
}

ul.disc > li a {
  display: block;
}

ul.disc > li a:hover {
  color: #dd5500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

ul.cjk {
  padding-left: 20px;
}

ul.cjk > li {
  list-style-type: cjk-ideographic;
  margin-bottom: 5px;
}

.border-n {
  border: none !important;
}

.border-tb {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.border-t {
  border-top: 1px solid #ececec;
}

.border-r {
  border-right: 1px solid #ededed;
}

.border-b {
  border-bottom: 1px solid #ddd;
}

.border-b-custom {
  border-bottom: 1px solid #b49460;
}

.border-b-g {
  border-bottom: 1px solid #ededed;
}

.border-b-2b {
  border-bottom: 2px solid #0f51a3;
}

.border-t-w {
  border-top: 1px solid #fff;
}

.border-md-r {
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}

.border-back {
  position: relative;
}

.border-back span {
  background: #fff;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
}

.border-back:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.underline {
  text-decoration: underline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-80px {
    width: 80px !important;
  }
  .w-md-120px {
    width: 120px !important;
  }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-md-240px {
    width: 240px !important;
  }
  .w-md-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-md-400px {
    width: 400px !important;
  }
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-80px {
    width: 80px !important;
  }
  .w-sm-120px {
    width: 120px !important;
  }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important;
  }
  .w-sm-240px {
    width: 240px !important;
  }
  .w-sm-320px {
    width: 320px !important;
    height: 64px;
  }
  .w-sm-400px {
    width: 400px !important;
  }
}

.gift-section01 {
  background-color: #f2f1ed;
  padding: 3.64583vw 0;
}

@media (max-width: 991px) {
  .gift-section01 {
    padding: 13.33333vw 0 9.33333vw;
  }
}

.gift-section01 .cart-detail-tab {
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .gift-section01 .cart-detail-tab {
    width: 80%;
  }
}

@media (max-width: 1280px) {
  .gift-section01 .cart-detail-tab {
    width: 100%;
  }
}

.gift-section01 .cart-detail-tab .nav-item {
  text-align: center;
  font-weight: 300;
  display: block;
  margin: 15px;
  min-width: 155px;
}

@media (max-width: 991px) {
  .gift-section01 .cart-detail-tab .nav-item {
    width: 45%;
    margin: 2.5%;
  }
}

.gift-section01 .cart-detail-tab .nav-item .nav-link {
  display: block;
  background: #fff;
  padding: 9px 35px;
  color: #2a2424;
  border: 1px solid #ececec;
  border-radius: 0;
}

.gift-section01 .cart-detail-tab .nav-item .nav-link:hover, .gift-section01 .cart-detail-tab .nav-item .nav-link.active {
  border: 1px solid #b49460;
  background: #b49460;
  color: #fff;
}

.gift-section02 {
  position: relative;
}

@media (max-width: 991px) {
  .gift-section02 {
    padding-top: 9.33333vw;
  }
}

.gift-section02 .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 10px;
  text-indent: 10px;
  position: relative;
}

.gift-section02 .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 2;
}

.gift-section02 .title2 {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-top: 25px;
  z-index: 2;
}

.gift-section02 .gift-section02-item {
  background-image: url(../images/gift/kv_01.jpg);
  background-size: cover;
  background-position: center;
  height: 1080px;
  position: relative;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-item {
    height: 480px;
    margin-bottom: 50px;
  }
}

.gift-section02 .gift-section02-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
  left: 0;
}

.gift-section02 .gift-section02-item .gift-section02-content {
  position: absolute;
  top: 15.36458vw;
  right: 14.32292vw;
  height: 430px;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-item .gift-section02-content {
    width: 100%;
    height: initial;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}

.gift-section02 .gift-section02-item .gift-section02-content h3 {
  font-size: 32px;
  letter-spacing: 10px;
  color: #fff;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-item .gift-section02-content h3 {
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.gift-section02 .gift-section02-item .gift-section02-content h4 {
  font-size: 20px;
  font-weight: 300;
  padding-top: 40px;
  color: #fff;
  margin-left: 45px;
}

.gift-section02 .gift-section02-item .gift-section02-content p {
  font-size: 17px;
  padding-top: 40px;
  line-height: 32px;
  color: #fff;
  margin-left: 45px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-item .gift-section02-content p {
    display: none;
  }
}

.gift-section02 .gift-section02-item .gift-section02-content .more {
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 30px 10px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-item .gift-section02-content .more {
    display: none;
  }
}

.gift-section02 .gift-section02-item .gift-section02-content .more:hover {
  background: #dfc23c;
  color: #2f2f2f;
}

.gift-section02 .gift-section02-2-item {
  background-image: url(../images/gift/kv_02.jpg);
  background-size: cover;
  height: 1080px;
  position: relative;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-2-item {
    height: 480px;
    margin-bottom: 50px;
  }
}

.gift-section02 .gift-section02-2-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
  left: 0;
}

.gift-section02 .gift-section02-2-item .gift-section02-content {
  position: absolute;
  top: 15.36458vw;
  right: 14.32292vw;
  height: initial;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-2-item .gift-section02-content {
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}

.gift-section02 .gift-section02-2-item .gift-section02-content h3 {
  font-size: 32px;
  letter-spacing: 10px;
  color: #fff;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-2-item .gift-section02-content h3 {
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.gift-section02 .gift-section02-2-item .gift-section02-content h4 {
  font-size: 20px;
  font-weight: 300;
  padding-top: 40px;
  color: #fff;
  margin-left: 45px;
}

.gift-section02 .gift-section02-2-item .gift-section02-content p {
  font-size: 17px;
  padding-top: 40px;
  line-height: 32px;
  color: #fff;
  margin-left: 45px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-2-item .gift-section02-content p {
    display: none;
  }
}

.gift-section02 .gift-section02-2-item .gift-section02-content .more {
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 30px 10px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-2-item .gift-section02-content .more {
    display: none;
  }
}

.gift-section02 .gift-section02-2-item .gift-section02-content .more:hover {
  background: #dfc23c;
  color: #2f2f2f;
}

.gift-section02 .gift-section02-3-item {
  background-image: url(../images/gift/kv_03.jpg);
  background-size: cover;
  height: 1080px;
  position: relative;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-3-item {
    height: 480px;
    margin-bottom: 50px;
  }
}

.gift-section02 .gift-section02-3-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
  left: 0;
}

.gift-section02 .gift-section02-3-item .gift-section02-content {
  position: absolute;
  top: 15.36458vw;
  right: 14.32292vw;
  height: initial;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-3-item .gift-section02-content {
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}

.gift-section02 .gift-section02-3-item .gift-section02-content h3 {
  font-size: 32px;
  letter-spacing: 10px;
  color: #fff;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-3-item .gift-section02-content h3 {
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.gift-section02 .gift-section02-3-item .gift-section02-content h4 {
  font-size: 20px;
  font-weight: 300;
  padding-top: 40px;
  color: #fff;
  margin-left: 45px;
}

.gift-section02 .gift-section02-3-item .gift-section02-content p {
  font-size: 17px;
  padding-top: 40px;
  line-height: 32px;
  color: #fff;
  margin-left: 45px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-3-item .gift-section02-content p {
    display: none;
  }
}

.gift-section02 .gift-section02-3-item .gift-section02-content .more {
  margin-top: 40px;
  color: #fff;
  border: 1px solid #fff;
  padding: 30px 10px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-3-item .gift-section02-content .more {
    display: none;
  }
}

.gift-section02 .gift-section02-3-item .gift-section02-content .more:hover {
  background: #dfc23c;
  color: #2f2f2f;
}

@media (max-width: 991px) {
  .gift-section02 h4 {
    color: #2a2424;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px;
  }
}

.gift-section02 .gift-section02-slick {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 15px;
  left: 15px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-slick {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: initial;
  }
}

.gift-section02 .gift-section02-slick .about_slider_index {
  margin-bottom: 0;
  width: 18.75vw;
  height: 6.25vw;
}

.gift-section02 .gift-section02-slick .about_slider_index + .about_slider_index {
  margin-left: 20px;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-slick .about_slider_index + .about_slider_index {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-slick .about_slider_index {
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
  }
}

.gift-section02 .gift-section02-slick .about_slider_index .slick-dots {
  bottom: 5px;
  right: 5px;
  width: initial;
}

.gift-section02 .gift-section02-slick .about_slider_index .slick-dots li {
  height: 10px;
  width: 10px;
  margin: 0 2.5px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.gift-section02 .gift-section02-slick .about_slider_index .slick-dots li button {
  height: 10px;
  width: 10px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

.gift-section02 .gift-section02-slick .about_slider_index .slick-dots li button:before {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  top: 0;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50px;
  background: #c8c8c8;
}

.gift-section02 .gift-section02-slick .about_slider_index .slick-dots li.slick-active button:before, .gift-section02 .gift-section02-slick .about_slider_index .slick-dots li:hover button:before {
  background: #b49460;
}

.gift-section02 .gift-section02-slick .gift-section02-slick-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  position: relative;
  width: 19.01042vw;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-slick .gift-section02-slick-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}

.gift-section02 .gift-section02-slick .gift-section02-slick-item .img-wrap {
  width: 6.25vw;
  height: 6.25vw;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-slick .gift-section02-slick-item .img-wrap {
    width: 32vw;
    height: 32vw;
  }
}

.gift-section02 .gift-section02-slick .gift-section02-slick-item .text-item {
  width: calc(100% - 6.25vw);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gift-section02 .gift-section02-slick .gift-section02-slick-item .text-item h4 {
  font-size: 0.83333vw;
}

.gift-section02 .gift-section02-slick .gift-section02-slick-item .text-item p {
  font-size: 0.625vw;
  margin: 0;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-slick .gift-section02-slick-item .text-item {
    width: calc(100% - 32vw);
  }
}

.gift-section02 .gift-section02-slick .gift-section02-slick-item .color-list {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.gift-section02 .gift-section02-slick .gift-section02-slick-item .color-list li {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 2.5px;
}

.gift-section02 .gift-section02-slick .gift-section02-slick-item .color-list li:before {
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0;
}

.gift-section02 .gift-section02-slick .more {
  width: 6.25vw;
  height: 6.25vw;
  background: #dfc23c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2a2424;
}

@media (max-width: 991px) {
  .gift-section02 .gift-section02-slick .more {
    width: 100%;
    height: 13.33333vw;
    line-height: 13.33333vw;
    margin-left: 0px;
  }
}

.gift-section02 .gift-section02-slick .more img {
  width: 30px;
  margin: 0 auto;
}

.gift-detail-section-kv {
  background-size: cover;
  background-position: center;
  padding-top: 56.25vw;
  position: relative;
}

@media (max-width: 991px) {
  .gift-detail-section-kv {
    padding-top: 128vw;
  }
}

@media (min-width: 1921px) {
  .gift-detail-section-kv {
    padding-top: 1080px;
  }
}

.gift-detail-section-kv-01 {
  background-image: url(../images/gift/kv_01.jpg);
}

.gift-detail-section-kv-02 {
  background-image: url(../images/gift/kv_02.jpg);
}

.gift-detail-section-kv-03 {
  background-image: url(../images/gift/kv_03.jpg);
}

.gift-detail-section-kv h2 {
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 2.5vw;
}

@media (max-width: 991px) {
  .gift-detail-section-kv h2 {
    font-size: 6.4vw;
  }
}

.gift-detail-section-kv h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 25px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -37px;
  background: #e2e2e2;
  z-index: 2;
}

.gift-section03 {
  background-color: #f2f1ed;
  padding: 3.64583vw 0;
}

.gift-section03 h2 {
  margin-bottom: 70px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 5px;
}

.gift-section03 h2 span {
  letter-spacing: 0px;
  font-size: 75%;
}

.gift-section03 h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  background: #f2f1ed;
  bottom: -1px;
  left: 0;
}

.gift-section03 .gift-section03-item {
  position: relative;
  overflow: hidden;
}

.gift-section03 .gift-section03-item .img-wrap .img-item {
  padding-top: 70%;
}

.gift-section03 .gift-section03-item .text-item {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: calc(100% - 60px);
  line-height: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0 25px;
}

.gift-section03 .gift-section03-item .text-item:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #ffffff;
  top: 20px;
  right: 30px;
}

.gift-section03 .gift-section03-item:hover .text-item {
	color: #dfc23c;
  /*bottom: 0;*/
}

.text-en {
  font-family: 'Arial' !important;
}

.back-item {
  position: relative;
}

.back-item .share-list-2 {
  position: absolute;
  top: 60px;
  right: 0;
}

@media (max-width: 991px) {
  .back-item .share-list-2 {
    padding-top: 25px;
    position: initial;
  }
}

.ck-edit {
  margin-bottom: 50px;
}

.ck-edit img {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .ck-edit img {
    width: 100%;
  }
}

.ck-edit p {
  text-align: justify;
}

.color-list li {
  position: relative;
  padding: 5px 20px;
}

.color-list li:before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 9.5px;
  left: 0;
}

.color-list li.gold:before {
  background: #d7ba8a;
}

.color-list li.silver:before {
  background: #c8c8c8;
}

.color-list li.rose-gold:before {
  background: #d78c63;
}

.right-list {
  position: absolute;
  top: 50px;
  right: 30px;
}

.right-list li a {
  display: block;
  padding-bottom: 10px;
  margin-right: 10px;
  letter-spacing: 3px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.right-list li a.search-btn {
  background-image: url(../images/index/menu/search.png);
  background-size: cover;
  width: 30px;
  height: 30px;
}

.right-list li a:hover {
  border-bottom: 1px solid #b49460;
  color: #b49460;
}

.right-list li a:hover.search-btn {
  background-image: url(../images/index/menu/search_hover.png);
  border: none;
}

@media (max-width: 991px) {
  .right-list {
    display: none;
  }
}

.main_tb .main_tb-title .row {
  padding: 0px;
  margin: 0;
}

.main_tb .main_tb-title .row [class^=col] {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
  background: #b49460;
  text-align: center;
}

@media (max-width: 991px) {
  .main_tb .main_tb-title {
    display: none;
  }
}

.main_tb .main_tb-title2 .row {
  padding: 0px;
  margin: 0;
}

.main_tb .main_tb-title2 .row [class^=col] {
  color: #fff;
  padding: 15px;
  background: #b49460;
}

.main_tb .main_tb-body {
  counter-reset: num;
}

.main_tb .main_tb-body .row {
  padding: 10px 0px;
  margin: 0;
}

.main_tb .main_tb-body .row:nth-child(even) {
  background: rgba(193, 193, 193, 0.2);
}

.main_tb .main_tb-body .row .main_tb-title {
  color: #b49460;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 991px) {
  .main_tb .main_tb-body .row .main_tb-title {
    font-size: 17px;
  }
}

.main_tb .main_tb-body .row .main_tb-date {
  color: #8391A4;
  font-size: 12px;
}

@media (max-width: 991px) {
  .main_tb .main_tb-body .row .main_tb-date {
    font-size: 17px;
  }
}

@media (min-width: 992px) {
  .main_tb .main_tb-body .row .main_tb-date {
    text-align: center;
  }
}

.main_tb .main_tb-body .row .main_tb-download {
  width: 30px;
  height: 30px;
  background-image: url(../images/7.2.1/download@2x.png);
  background-size: cover;
  margin: 0 auto;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
}

@media (max-width: 991px) {
  .main_tb .main_tb-body .row .main_tb-download {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .main_tb .main_tb-body .row .main_tb-download {
    text-align: center;
  }
}

.main_tb .main_tb-body .row:hover .main_tb-title {
  color: #E3191F;
}

.main_tb .main_tb-body .row:hover .main_tb-download {
  background-image: url(../images/7.2.1/download_hover@2x.png);
}

.main_tb .main_tb-body .row a {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .main_tb .main_tb-body .row [class^=col] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 0 15px;
    margin-bottom: 5px;
    text-align: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_tb .main_tb-body .row [class^=col]:before {
    content: attr(data-title) " ";
    color: #000;
    font-weight: 700;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 17px;
    color: #333;
    margin: 0 10px 0px 0;
  }
}

.main_tb .main_tb-body-text {
  counter-reset: num;
}

.main_tb .main_tb-body-text .row {
  margin: 0;
}

@media (min-width: 992px) {
  .main_tb .main_tb-body-text .row {
    display: table;
    width: 100%;
  }
}

.main_tb .main_tb-body-text .row [class^=col] {
  padding: 15px;
  color: #1a1a1a;
  font-weight: 700;
}

@media (min-width: 992px) {
  .main_tb .main_tb-body-text .row [class^=col] {
    outline: 1px solid rgba(193, 193, 193, 0.2);
    display: table-cell;
    vertical-align: middle;
  }
}

.main_tb .main_tb-body-text .row:nth-child(even) {
  background: rgba(193, 193, 193, 0.2);
}

@media (min-width: 992px) {
  .main_tb .main_tb-body-text .row:nth-child(even) [class^=col] {
    outline: 1px solid #fff;
  }
}

@media (max-width: 991px) {
  .main_tb .main_tb-body-text .row [class^=col] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 7.5px;
    margin-bottom: 0px;
    text-align: left;
  }
  .main_tb .main_tb-body-text .row [class^=col]:before {
    content: attr(data-title) " ";
    background: #b49460;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 7.5px;
    min-width: 90px;
    font-size: 17px;
    margin: 0 10px 0px 0;
  }
}

.main_tb .main_tb-body-text2 {
  counter-reset: num;
}

.main_tb .main_tb-body-text2 .row {
  margin: 0;
}

@media (min-width: 992px) {
  .main_tb .main_tb-body-text2 .row {
    display: table;
    width: 100%;
  }
}

.main_tb .main_tb-body-text2 .row [class^=col] {
  padding: 15px;
  color: #1a1a1a;
  font-weight: 700;
}

@media (min-width: 992px) {
  .main_tb .main_tb-body-text2 .row [class^=col] {
    outline: 1px solid rgba(193, 193, 193, 0.2);
    display: table-cell;
    vertical-align: middle;
  }
}

.main_tb .main_tb-body-text2 .row:nth-child(even) {
  background: rgba(193, 193, 193, 0.2);
}

@media (min-width: 992px) {
  .main_tb .main_tb-body-text2 .row:nth-child(even) [class^=col] {
    outline: 1px solid #fff;
  }
}

.custom-table {
  width: 100%;
  overflow-x: auto;
}

.custom-table .table tr,
.custom-table .table td {
  vertical-align: middle;
}

.custom-table .table th,
.custom-table .table td {
  border: #eee solid 1px;
}

.custom-table .table thead {
  background: #b49460;
  color: #fff;
  padding: 0;
}

.custom-table .table thead th {
  vertical-align: middle;
}

.custom-table .table tbody tr {
  vertical-align: middle;
}

.custom-table .table tbody tr:nth-child(even) {
  background: rgba(193, 193, 193, 0.2);
}

.custom-table-01 thead {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .custom-table-02 tr,
  .custom-table-02 td {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .custom-table-03 thead {
    white-space: nowrap;
  }
}

.custom-table-03 tbody tr,
.custom-table-03 tbody td {
  text-align: center;
}

@media (max-width: 991px) {
  .custom-table-04 .table {
    width: 1200px;
  }
}

.modal-header {
  border: none;
}

.modal-header .modal-title {
  color: #000;
  font-size: 24px;
}

.modal-header .close span {
  font-size: 50px;
  line-height: 20px;
}

.slick-disabled {
  display: none !important;
}

.custom-arrow .slick-next {
  top: initial;
  bottom: 10px;
  right: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/next.png);
  opacity: .7;
}

.custom-arrow .slick-next:focus, .custom-arrow .slick-next:hover {
  opacity: 1;
}

.custom-arrow .slick-prev {
  top: initial;
  bottom: 10px;
  left: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/previous.png);
  opacity: .7;
}

.custom-arrow .slick-prev:focus, .custom-arrow .slick-prev:hover {
  opacity: 1;
}

.custom-arrow2 .slick-next {
  top: initial;
  bottom: 35px;
  right: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/next.png);
  opacity: .7;
}

.custom-arrow2 .slick-next:focus, .custom-arrow2 .slick-next:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .custom-arrow2 .slick-next {
    bottom: 20px;
  }
}

.custom-arrow2 .slick-prev {
  top: initial;
  bottom: 35px;
  left: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/previous.png);
  opacity: .7;
}

.custom-arrow2 .slick-prev:focus, .custom-arrow2 .slick-prev:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .custom-arrow2 .slick-prev {
    bottom: 20px;
  }
}

.custom-arrow3 .slick-next {
  right: -15px;
  outline: 0;
  width: 21px;
  height: 42px;
  z-index: 2;
  background: url(../images/index/next.png);
  background-size: cover;
  opacity: .7;
}

.custom-arrow3 .slick-next:focus, .custom-arrow3 .slick-next:hover {
  opacity: 1;
}

.custom-arrow3 .slick-prev {
  display: none !important;
}

.custom-arrow3 .slick-dots {
  bottom: 20px;
}

.custom-arrow3 .slick-disabled {
  display: none !important;
}

.custom-arrow4 .slick-next {
  right: 0px;
  top: 40%;
  outline: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  background: url(../images/index/next.png);
  background-size: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  opacity: .8;
}

.custom-arrow4 .slick-next:focus, .custom-arrow4 .slick-next:hover {
  opacity: 1;
}

.custom-arrow4 .slick-prev {
  display: none !important;
}

.custom-arrow4 .slick-dots {
  bottom: 20px;
}

.custom-arrow4 .slick-disabled {
  display: none !important;
}

.custom-arrow5 .slick-next {
  top: 65px;
  right: -25px;
  outline: 0;
  width: 11px;
  height: 27px;
  z-index: 2;
  background: url(../images/index/next2.png);
  background-size: cover;
  opacity: .7;
}

.custom-arrow5 .slick-next:focus, .custom-arrow5 .slick-next:hover {
  opacity: 1;
}

.custom-arrow5 .slick-prev {
  display: none !important;
}

.custom-arrow5 .slick-dots {
  bottom: 20px;
}

.custom-arrow5 .slick-disabled {
  display: none !important;
}

.custom-arrow-text .slick-next {
  top: initial;
  bottom: 90px;
  right: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/next.png);
  opacity: .7;
}

.custom-arrow-text .slick-next:focus, .custom-arrow-text .slick-next:hover {
  opacity: 1;
}

.custom-arrow-text .slick-prev {
  top: initial;
  bottom: 90px;
  left: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/previous.png);
  opacity: .7;
}

.custom-arrow-text .slick-prev:focus, .custom-arrow-text .slick-prev:hover {
  opacity: 1;
}

.custom-arrow-text2 .slick-next {
  top: initial;
  bottom: 7.5%;
  right: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/next.png);
  opacity: .7;
}

.custom-arrow-text2 .slick-next:focus, .custom-arrow-text2 .slick-next:hover {
  opacity: 1;
}

.custom-arrow-text2 .slick-prev {
  top: initial;
  bottom: 7.5%;
  left: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/previous.png);
  opacity: .7;
}

.custom-arrow-text2 .slick-prev:focus, .custom-arrow-text2 .slick-prev:hover {
  opacity: 1;
}

.custom-arrow-text60 .slick-next {
  top: initial;
  bottom: 60px;
  right: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/next.png);
  opacity: .7;
}

.custom-arrow-text60 .slick-next:focus, .custom-arrow-text60 .slick-next:hover {
  opacity: 1;
}

.custom-arrow-text60 .slick-prev {
  top: initial;
  bottom: 60px;
  left: 10px;
  outline: 0;
  width: 50px;
  height: 10px;
  z-index: 2;
  background: url(../images/about/previous.png);
  opacity: .7;
}

.custom-arrow-text60 .slick-prev:focus, .custom-arrow-text60 .slick-prev:hover {
  opacity: 1;
}

.img-wrap .img-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.img-wrap .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn-cart {
  background: #dfc23c;
  color: #242a2a;
  display: inline-block;
  padding: 17.5px 55px;
  border-radius: 0;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

.btn-cart:before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/product/icon_shopcar.png);
  background-size: cover;
  width: 25px;
  height: 25px;
  top: 15px;
  left: 15px;
}

.btn-cart:hover {
  color: #fff;
}

.btn-cart:hover:before {
  background-image: url(../images/product/icon_shopcar_hover.png);
}

@media (max-width: 991px) {
  .btn-cart {
    min-width: 200px;
  }
}

.form-custom .form-control {
  outline: none;
  border-radius: 0;
  height: 45px;
}

@media (min-width: 768px) {
  .form-custom {
    min-width: 200px;
  }
}

.prev-price {
  font-size: 14px;
  text-decoration: line-through;
}

.price {
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
  position: relative;
  display: block;
}

.price::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 3px;
  background: #fff552;
}

.qa-inner {
  margin-bottom: 40px;
}

.qa-inner .qa-tab_cont {
  padding: 15px;
  border-bottom: 1px dashed #000;
}

.qa-inner .qa-tab_cont .qa-tab_item_top {
  cursor: pointer;
  position: relative;
  font-size: 1.2rem;
  display: block;
}

.qa-inner .qa-tab_cont .qa-tab_item_top:after {
  position: absolute;
  content: '\f067';
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 4px;
  right: 15px;
}

.qa-inner .qa-tab_cont .qa-tab_item_top > i {
  font-size: 1.5rem;
  color: #feb03e;
}

.qa-inner .qa-tab_cont .qa-tab_item_bottom {
  margin-top: 20px;
  font-size: 1.2rem;
  display: none;
}

.qa-inner .qa-tab_cont.opened .qa-tab_item_top:after {
  content: '\f068';
}

.qa-inner .qa-tab_cont.opened .qa-tab_item_bottom {
  display: block;
}

.row75 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row75 [class^=col] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row30 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.row30 [class^=col] {
  padding-right: 30px;
  padding-left: 30px;
}

.container-custom180 {
  width: 100%;
  padding-right: 9.375vw;
  padding-left: 9.375vw;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .container-custom180 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-custom320 {
  width: 100%;
  padding-right: 16.66667vw;
  padding-left: 16.66667vw;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .container-custom320 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-custom420 {
  width: 100%;
  padding-right: 21.875vw;
  padding-left: 21.875vw;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991px) {
  .container-custom420 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (max-width: 991px) {
  .col-20 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .p-mo-0 {
    padding: 0;
  }
}

.nav.nav-tabs {
  border: none;
}

.nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: .25rem 1.5rem;
}

.nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #000;
}
/*# sourceMappingURL=custom.css.map */