@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
body, html {
  font-family: "Noto Serif TC", serif;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  color: #605c57;
  letter-spacing: 2px;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3, p {
  text-align: justify;
  text-justify: inter-word;
}

p , .link-small , #contact_button , .fs-18{
  font-size: 18px !important;
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #B1B1B1;
}

::placeholder {
  color: #B1B1B1;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
}
header .header-div {
  position: relative;
  padding: 0;
}
header .header-div:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 55vw;
  height: 1px;
  background-color: #605c57;
}
header .header-div .outer-div {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .header-div .outer-div .brand a {
  display: flex;
}
header .header-div .outer-div .brand a img {
  height: 96px;
}
header .header-div .outer-div .links {
  padding-left: 45px;
}
header .header-div .outer-div .links .navi {
  display: flex;
}
header .header-div .outer-div .links .navi li {
  display: inline-block;
  position: relative;
}
header .header-div .outer-div .links .navi li.active a {
  background-color: #847f78;
  color: #fff;
}
header .header-div .outer-div .links .navi li.active a span:nth-child(1) {
  opacity: 1;
}
header .header-div .outer-div .links .navi li.active a span:nth-child(2) {
  opacity: 0;
}
header .header-div .outer-div .links .navi li a {
  font-weight: 400;
  font-size: 16px;
  color: #605c57;
  padding: 70px 0px;
  min-width: 148px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
header .header-div .outer-div .links .navi li a span:nth-child(1) {
  position: absolute;
  opacity: 0;
}
header .header-div .outer-div .links .navi li a:hover {
  background-color: #847f78;
  color: #fff;
}
header .header-div .outer-div .links .navi li a:hover span:nth-child(1) {
  opacity: 1;
}
header .header-div .outer-div .links .navi li a:hover span:nth-child(2) {
  opacity: 0;
}

.scroll header {
  /*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);*/
}

main {
  margin-top: 160px;
  position: relative;
}

@media all and (max-width: 1720px) {
  header .header-div:before {
    width: 45vw;
  }
}
@media all and (max-width: 1600px) {
  header .header-div:before {
    width: 42vw;
  }
}
@media all and (max-width: 1366px) {
  header .header-div:before {
    width: 38vw;
  }
}
@media all and (max-width: 1200px) {
  header .header-div:before {
    width: 0;
    background-color: transparent;
  }
  header .header-div .outer-div {
    padding: 10px 30px;
  }
  header .header-div .outer-div .brand a img {
    height: 72px;
  }
  header .header-div .outer-div .links {
    display: none;
  }
  main {
    margin-top: 102px;
  }
}
@media all and (max-width: 640px) {
  header .header-div:before {
    width: 0;
    background-color: transparent;
  }
  header .header-div .outer-div {
    padding: 10px 15px;
  }
  header .header-div .outer-div .brand a img {
    height: 58px;
  }
  main {
    margin-top: 78px;
  }
}
footer {
  position: relative;
  z-index: 2;
  background-color: #847f78;
  padding-top: 50px;
}
footer .section-footer .block-outer {
  max-width: 900px;
  margin: 0 auto;
}
footer .section-footer .society-div {
  text-align: center;
}
footer .section-footer .society-div a {
  margin: 0 10px;
  transition: 0.5s ease;
}
footer .section-footer .society-div a img {
  height: 38px;
}
footer .section-footer .society-div a:hover {
  opacity: 0.3;
}
footer .section-footer .contact-div {
  padding: 30px 0;
}
footer .section-footer .contact-div a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 25px 0;
}
footer .section-footer .contact-div a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
footer .section-footer .info-div {
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  color: #fff;
}
footer .section-footer .info-div span {
  margin: 0 15px;
}
footer .section-footer .info-div a {
  color: #fff;
}
footer .section-footer .copyright-div {
  padding: 30px 0 60px 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.body-home footer {
  padding-top: 0;
}

.toggle-btn {
  display: none;
  position: fixed;
  top: 35px;
  right: 30px;
  height: 30px;
  z-index: 889;
  background: none;
  border: none;
  padding: 0 5px;
  border: 1px solid #605c57;
}
.toggle-btn span {
  display: block;
  width: 18px;
  height: 1px;
  background: #605c57;
  margin: 5px 0;
  transition: 0.5s ease;
}
.toggle-btn span:last-child {
  /*width: 12px;*/
}

.body-mobile-active {
  overflow: hidden;
}
.body-mobile-active #mobile-nav {
  display: block;
}
.body-mobile-active .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -6px;
}
.body-mobile-active .toggle-btn span:nth-child(2) {
  transform: rotate(135deg);
}
.body-mobile-active .toggle-btn span:last-child {
  display: none;
}
.body-mobile-active .overlay {
  display: block;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.hide {
  display: none;
}

.body-popup-active {
  overflow: hidden;
}

.overlay {
  /*z-index: 128;*/
  z-index: 3;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}

.popup-div {
  display: none;
  width: 315px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 900;
  top: 100px;
  left: calc(50% - 177.5px);
  max-height: calc(100vh - 150px - 100px);
  overflow-y: auto;
  padding: 50px 45px;
}
.popup-div.popup-change-password {
  padding: 20px 55px 50px 55px;
}
.popup-div.popup-sipping-rates {
  width: 756px;
  left: calc(50% - 423px);
  padding: 25px 45px;
  border-radius: 20px;
}
.popup-div.popup-sipping-rates .outer-div .btn-close {
  top: 25px;
  right: 25px;
}
.popup-div.popup-sipping-rates .outer-div .div-top {
  position: relative;
  z-index: 8;
}
.popup-div.popup-sipping-rates .outer-div .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-family: 700;
}
.popup-div.popup-sipping-rates .outer-div .div-bottom {
  padding: 0 55px;
  margin-top: 20px;
}
.popup-div.popup-sipping-rates .outer-div .table .thead .tr {
  border-bottom: 1px solid #B1B1B1;
  padding-bottom: 20px;
}
.popup-div.popup-sipping-rates .outer-div .table .thead .tr .td {
  font-size: 14px;
  font-weight: 700;
  color: #605c57;
}
.popup-div.popup-sipping-rates .outer-div .table .tr {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.popup-div.popup-sipping-rates .outer-div .table .tr .td {
  font-size: 12px;
  color: #B1B1B1;
  line-height: 2;
}
.popup-div.popup-sipping-rates .outer-div .table .tr .td:nth-child(1) {
  width: 70%;
}
.popup-div.popup-sipping-rates .outer-div .table .tr .td:nth-child(2) {
  width: 15%;
}
.popup-div.popup-sipping-rates .outer-div .table .tr .td:nth-child(2) {
  width: 15%;
}
.popup-div.popup-sipping-rates .outer-div .table .tbody {
  margin-top: 20px;
}
.popup-div.popup-sipping-rates .outer-div .disclaimer {
  margin-top: 50px;
  margin-bottom: 10px;
}
.popup-div.popup-sipping-rates .outer-div .disclaimer .box {
  border-radius: 20px;
  background: #F5F5F7;
  padding: 30px;
}
.popup-div.popup-sipping-rates .outer-div .disclaimer .box h3 {
  font-size: 14px;
  color: #605c57;
  font-weight: 700;
}
.popup-div.popup-sipping-rates .outer-div .disclaimer .box P {
  font-size: 12px;
  color: #B1B1B1;
  margin-top: 20px;
}
.popup-div.popup-add-more-item {
  width: 756px;
  left: calc(50% - 423px);
  padding: 25px 45px;
}
.popup-div.popup-add-more-item .outer-div {
  width: 590px;
  margin: 0 auto;
}
.popup-div.popup-add-more-item .outer-div .btn-close {
  top: 25px;
  right: 25px;
}
.popup-div.popup-add-more-item .outer-div .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-family: 700;
  margin-left: -70px;
}
.popup-div.popup-add-more-item .outer-div .form-div .item .col-3-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-div.popup-add-more-item .outer-div .form-div .item .col-3-2 .keyin-item:nth-child(1) {
  width: calc(100% - 190px);
}
.popup-div.popup-add-more-item .outer-div .form-div .item .col-3-2 .keyin-item:nth-child(2) {
  width: 190px;
  text-align: right;
}
.popup-div.popup-login {
  width: 415px;
  border-radius: 20px;
}
.popup-div.popup-login .div-top img {
  width: 130px;
  margin-left: -20px;
}
.popup-div.popup-login .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-family: 700;
  margin-left: -20px;
}
.popup-div.popup-login .div-bottom {
  margin-top: 30px;
}
.popup-div .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(../images/icon_popup_close_gray.svg);
  background-color: transparent;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  border: none;
  width: 20px;
  height: 20px;
  z-index: 10;
}
.popup-div .sales-flyers .div-top p {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
}
.popup-div .sales-flyers .div-top p .green {
  color: #605c57;
}
.popup-div .sales-flyers .div-middle {
  margin-top: 30px;
}
.popup-div .sales-flyers .div-middle .img img {
  width: 312px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.popup-div .sales-flyers .div-bottom {
  margin-top: 30px;
  text-align: center;
}
.popup-div .sales-flyers .div-bottom .action button {
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #605c57;
  font-size: 12px;
  line-height: 45px;
  color: #fff;
  margin: 0 auto;
}
.popup-div .sales-flyers .div-bottom .action button:hover {
  opacity: 0.3;
}
.popup-div .sales-flyers .div-bottom .or {
  color: #686868;
  font-size: 12px;
  position: relative;
  text-align: center;
  margin: 10px 0;
}
.popup-div .sales-flyers .div-bottom .or span {
  background-color: #fff;
  padding: 0 10px;
}
.popup-div .sales-flyers .div-bottom .or:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F5F5F7;
}
.popup-div .change-password .div-top h3 {
  font-size: 14px;
  color: #605c57;
  font-weight: 700;
  margin-left: -30px;
}
.popup-div .change-password .div-top p {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
  margin-top: 10px;
}
.popup-div .change-password .div-top p .green {
  color: #605c57;
}
.popup-div .change-password .div-bottom {
  margin-top: 10px;
}
.popup-div .change-password .form-div .item.action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-div .change-password .form-div .item.action button {
  width: 45%;
  margin: 0;
}
.popup-div.popup-360-degrees {
  width: 795px;
  left: calc(50% - 442.5px);
  padding: 25px 45px;
  border-radius: 20px;
}
.popup-div.popup-360-degrees .outer-div .btn-close {
  top: 25px;
  right: 25px;
}
.popup-div.popup-360-degrees .outer-div .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-weight: 700;
}
.popup-div.popup-360-degrees .outer-div .div-bottom {
  margin-top: 20px;
}
.popup-div.popup-360-degrees .outer-div .div-bottom .box {
  overflow: hidden;
  border-radius: 20px;
}
.popup-div.popup-360-degrees .outer-div .div-bottom img {
  width: 100%;
}
.popup-div.popup-360-degrees .outer-div .div-bottom video {
  width: 100%;
}
.popup-div.popup-360-degrees .outer-div .div-bottom iframe {
  width: 100%;
}
.popup-div.popup-imprint-card {
  width: 400px;
  left: calc(50% - 200px);
  padding: 0;
  border-radius: 20px;
}
.popup-div.popup-imprint-card .imprint-card .deco {
  height: 57px;
}
.popup-div.popup-imprint-card .imprint-card .deco span {
  height: 57px;
}
.popup-div.popup-common-shipping-fees {
  width: 795px;
  left: calc(50% - 442.5px);
  padding: 25px 45px;
  border-radius: 20px;
}
.popup-div.popup-common-shipping-fees .outer-div .btn-close {
  top: 25px;
  right: 25px;
}
.popup-div.popup-common-shipping-fees .outer-div .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-weight: 700;
}
.popup-div.popup-common-shipping-fees .outer-div .div-bottom {
  margin-top: 20px;
}
.popup-div.popup-common-shipping-fees .outer-div .div-bottom .table-common-shipping-fees .tr {
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-right: 30px;
}
.popup-div.popup-common-shipping-fees .outer-div .div-bottom .table-common-shipping-fees .tr:first-child {
  border-bottom: 1px solid #605c57;
  margin-bottom: 15px;
}
.popup-div.popup-common-shipping-fees .outer-div .div-bottom .table-common-shipping-fees .tr:first-child .td {
  padding: 15px 0;
}
.popup-div.popup-common-shipping-fees .outer-div .div-bottom .table-common-shipping-fees .tr:last-child {
  border-bottom: none;
}
.popup-div.popup-common-shipping-fees .outer-div .div-bottom .table-common-shipping-fees .tr .td {
  font-size: 16px;
  color: #686868;
  width: 20%;
  text-align: center;
  padding: 5px 0;
}
.popup-div.popup-common-shipping-fees .outer-div .div-bottom .table-common-shipping-fees .tr .td:nth-child(1) {
  font-weight: 700;
}
.popup-div.popup-common-shipping-fees .outer-div .div-bottom .table-common-shipping-fees .tr .tag {
  border: 1px solid #605c57;
  font-size: 12px;
  border-radius: 100px;
  color: #605c57;
  padding: 0 10px;
}
.popup-div.popup-check-inventor {
  width: 755px;
  left: calc(50% - 442.5px);
  padding: 25px 45px;
  border-radius: 20px;
}
.popup-div.popup-check-inventor .outer-div .btn-close {
  top: 25px;
  right: 25px;
}
.popup-div.popup-check-inventor .outer-div .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-weight: 700;
}
.popup-div.popup-check-inventor .outer-div .div-bottom {
  margin-top: 20px;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .quantity-check .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .quantity-check .item input {
  font-size: 16px;
  border: 1px solid #B1B1B1;
  line-height: 43px;
  padding: 0 15px;
  width: calc(100% - 150px);
  border-radius: 5px;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .quantity-check .item input:hover {
  border-color: #605c57;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .quantity-check .item input:active {
  border-color: #605c57;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .quantity-check .item button {
  border-radius: 5px;
  min-width: 110px;
  line-height: 43px;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .inventory-list {
  margin-top: 20px;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .inventory-list .item .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .inventory-list .item .two-cols .col01 {
  font-size: 20px;
  font-weight: 700;
  color: #3A3A3A;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .inventory-list .item .two-cols .col01 span {
  margin-left: 20px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15) inset;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .inventory-list .item .two-cols .col02 {
  font-size: 15px;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .inventory-list .item .two-cols .col02.color-red {
  color: #EE702E;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .inventory-list .item .two-cols .col02.color-green {
  color: #605c57;
}
.popup-div.popup-check-inventor .outer-div .div-bottom .inventory-list .item .two-cols .col02 a {
  color: #4286DE;
  text-decoration: underline;
}
.popup-div.popup-add-more-items {
  width: 755px;
  left: calc(50% - 422.5px);
  padding: 25px 45px;
  border-radius: 20px;
}
.popup-div.popup-add-more-items .outer-div .btn-close {
  top: 25px;
  right: 25px;
}
.popup-div.popup-add-more-items .outer-div .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-weight: 700;
}
.popup-div.popup-add-more-items .outer-div .div-bottom {
  margin-top: 20px;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items {
  margin: 0 55px;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item .controller {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item .controller select {
  font-size: 16px;
  color: #B1B1B1;
  width: calc(100% - 122px);
  height: 45px;
  padding: 0 10px;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item .controller select:hover {
  border-color: #605c57;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item .controller select:active {
  border-color: #605c57;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item .controller button {
  min-width: 112px;
  height: 32px;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box {
  background-color: #F5F5F7;
  padding: 25px 10px 25px 30px;
  border-radius: 20px;
  margin: 20px 0;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar {
  overflow: hidden;
  overflow-y: auto;
  height: 140px;
  padding-right: 25px;
  /* Track */
  /* Handle */
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(150, 200, 62, 0.2);
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar::-webkit-scrollbar-track {
  border-radius: 20px;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar::-webkit-scrollbar-thumb {
  background: #605c57;
  border-radius: 20px;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar .sub-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar .sub-item .col01 {
  width: calc(100% - 120px);
  font-size: 20px;
  color: #3A3A3A;
  font-weight: 700;
  line-height: 1.4;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar .sub-item .col02 {
  width: 120px;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar .sub-item .col02 button {
  background-color: transparent;
  border-radius: 5px;
  min-width: 112px;
  line-height: 20px;
  border: 1px solid #605c57;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar .sub-item .col02 button:hover {
  background-color: #cbe49f;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.add-item-list .box .scrollbar .sub-item .col02 button:active {
  background-color: #605c57;
  color: #fff;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.action {
  margin-top: 20px;
}
.popup-div.popup-add-more-items .outer-div .div-bottom .add-more-items .item.action button {
  border-radius: 5px;
  min-width: 100%;
  height: 45px;
}
.popup-div.popup-email-company-view {
  padding: 25px 50px 50px 50px;
  border-radius: 20px;
  width: 408px;
  left: calc(50% - 254px);
}
.popup-div.popup-email-company-view .btn-close {
  top: 25px;
  right: 25px;
}
.popup-div.popup-email-company-view .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-weight: 700;
}
.popup-div.popup-email-company-view .div-bottom {
  margin-top: 20px;
}
.popup-div.popup-email-company-view .div-bottom .form-div .item textarea {
  height: 70px;
}
.popup-div.popup-email-company-view .div-bottom .form-div .item.action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-div.popup-email-company-view .div-bottom .form-div .item.action button {
  width: auto;
  min-width: 178px;
  margin: 0;
}
.popup-div.popup-order-sample {
  padding: 25px 25px;
  border-radius: 20px;
  width: 534px;
  left: calc(50% - 294px);
}
.popup-div.popup-order-sample .btn-close {
  top: 25px;
  right: 25px;
}
.popup-div.popup-order-sample .div-top h2 {
  font-size: 20px;
  color: #605c57;
  font-weight: 700;
}
.popup-div.popup-order-sample .div-bottom {
  margin-top: 20px;
}
.popup-div.popup-order-sample .div-bottom .list-items .item .img-desc {
  display: flex;
  flex-wrap: wrap;
}
.popup-div.popup-order-sample .div-bottom .list-items .item .img-desc .img {
  width: 110px;
}
.popup-div.popup-order-sample .div-bottom .list-items .item .img-desc .img img {
  width: 90px;
  border-radius: 20px;
  overflow: hidden;
}
.popup-div.popup-order-sample .div-bottom .list-items .item .img-desc .desc {
  width: calc(100% - 110px);
  font-size: 15px;
  color: #686868;
}
.popup-div.popup-order-sample .div-bottom .list-items .item .img-desc .desc .green {
  color: #605c57;
}
.popup-div.popup-order-sample .div-bottom .list-items .item .img-desc .desc a {
  color: #605c57;
  text-decoration: underline;
}
.popup-div.popup-order-sample .div-bottom .list-items .item.action {
  margin-top: 20px;
}
.popup-div.popup-order-sample .div-bottom .list-items .item.action button {
  min-width: 100%;
  border-radius: 5px;
  line-height: 43px;
}

.loading-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 7;
  background-color: #fff;
}
.loading-div.active {
  display: flex;
}
.loading-div h3 {
  color: #605c57;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50px;
  border-top: 10px solid #605c57;
  border-radius: 100px;
  width: 50px;
  height: 50px; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.body-popup-active .popup-div.active {
  display: block;
}

#mobile-nav {
  z-index: 130;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding-top: 0px;
  padding-bottom: 40px;
  overflow-y: auto;
  width: 100%;
  background-color: #fff;
}
#mobile-nav .outer {
  padding: 0 30px;
}
#mobile-nav .brand {
  padding-top: 15px;
}
#mobile-nav .brand a img {
  height: 72px;
}
#mobile-nav .navi {
  margin-top: 30px;
}
#mobile-nav .navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-nav .navi ul li {
  display: block;
}
#mobile-nav .navi ul li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: #3A3A3A;
  display: block;
  justify-content: space-between;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}
#mobile-nav .navi ul li a span {
  display: inline-block;
  margin: 0 5px;
}

.gotop {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 60;
  opacity: 0;
  transition: 0.5s ease;
}

.scroll .gotop {
  opacity: 1;
}

@media all and (max-width: 1200px) {
  .toggle-btn {
    display: inline-block;
  }
}
@media all and (max-width: 1100px) {
  footer .section-send-mail .block-top .block-outer {
    display: block;
  }
  footer .section-send-mail .block-top .block-outer .col01 {
    width: 100%;
  }
  footer .section-send-mail .block-top .block-outer .col01 h3 {
    text-align: center;
  }
  footer .section-send-mail .block-top .block-outer .col01 p {
    text-align: center;
  }
  footer .section-send-mail .block-top .block-outer .col02 {
    width: 100%;
    margin-top: 15px;
  }
  footer .section-send-mail .block-top .block-outer .col02 .form-div {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media all and (max-width: 992px) {
  .gotop {
    right: 0;
  }
  .gotop img {
    width: 36px;
  }
}
@media all and (max-width: 640px) {
  .toggle-btn {
    top: 25px;
    right: 15px;
  }
  footer .block-outer {
    padding: 0 15px;
  }
  footer .section-footer .society-div a img {
    width: 36px;
  }
  footer .section-footer .contact-div {
    padding: 15px;
  }
  footer .section-footer .contact-div a {
    font-size: 14px;
    padding: 10px 0;
  }
  footer .section-footer .info-div {
    font-size: 14px;
  }
  footer .section-footer .info-div span {
    display: block;
    margin: 0;
  }
  footer .section-footer .copyright-div {
    padding: 15px 0 30px 0;
    font-size: 14px;
  }
}
.section-home-owl-banner {
  position: relative;
  padding-left: 120px;
  padding-bottom: 80px;
  max-width: 100%;
}
.section-home-owl-banner .block-outer {
  position: relative;
  /*max-width: calc(100% - 200px);*/
  max-width: 100%;
  padding: 0;
}
.section-home-owl-banner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #847f78;
}
.section-home-owl-banner .owl-carousel-banner .item {
  position: relative;
}
.section-home-owl-banner .owl-carousel-banner .item .img .mobile {
  display: none;
}
.section-home-owl-banner .owl-carousel-banner .item .img img {
  animation: zoom 20s infinite;
  width: 100%;
}
.section-home-owl-banner .owl-carousel-banner .owl-item {
  overflow: hidden;
}
.section-home-owl-banner .owl-carousel-banner .owl-item.active .item .slogan {
  left: 0;
  opacity: 1;
}
.section-home-owl-banner .slogan {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 1.5s ease;
  z-index: 2;
}
.section-home-owl-banner .slogan img {
  width: -moz-max-content;
  width: max-content;
}
.section-home-owl-banner .slogan .mobile {
  display: none;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
@media all and (max-width: 992px) {
  .section-home-owl-banner {
    padding-left: 10vw;
    padding-bottom: 10vw;
  }
  .section-home-owl-banner .block-outer {
    max-width: 100%;
    padding: 0;
  }
  .section-home-owl-banner .owl-carousel-banner .item .img .web {
    display: none;
  }
  .section-home-owl-banner .owl-carousel-banner .item .img .mobile {
    display: block;
  }
  .section-home-owl-banner .slogan img {
    width: 70vw;
  }
  .section-home-owl-banner .slogan .web {
    display: none;
  }
  .section-home-owl-banner .slogan .mobile {
    display: block;
  }
}
.title h2 {
  color: #605c57;
  font-size: 40px;
}

.sub-title h3 {
  font-size: 24px;
  text-align: center;
}

.block-outer {
  max-width: 1480px;
  padding: 0 20px;
  margin: 0 auto;
}

.pagination {
  text-align: center;
}
.pagination a {
  color: #605c57;
  font-size: 24px;
  display: inline-block;
  padding: 0 15px;
}
.pagination a:hover {
  background-color: #605c57;
  color: #fff;
}

.link a {
  display: block;
  font-size: 24px;
  border: 1px solid #605c57;
  color: #605c57;
  padding: 30px 0;
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
}
.link a:hover {
  background-color: #605c57;
  color: #fff;
}
.link a.link-small {
  font-size: 20px;
}

.section-detail-outer {
  padding: 30px 0 60px 0;
  overflow: hidden;
}

.story-wrapper .top-div {
  background-image: url(./../images/story/story_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.story-wrapper .top-div .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.story-wrapper .top-div .two-cols .col {
  width: 50%;
}
.story-wrapper .top-div .two-cols .col:nth-child(1) {
  text-align: right;
}
.story-wrapper .top-div .two-cols .col:nth-child(1) img {
  margin-bottom: -67px;
  margin-right: 50px;
}
.story-wrapper .top-div .two-cols .col:nth-child(1) img.mobile {
  display: none;
}
.story-wrapper .top-div .two-cols .col:nth-child(2) {
  padding-top: 100px;
}
.story-wrapper .top-div .two-cols .col .sub-title h3 {
  font-size: 24px;
}
.story-wrapper .top-div .two-cols .col .sub-title h3:first-child {
  margin-left: -85px;
}
.story-wrapper .top-div .two-cols .col .detail {
  padding-top: 40px;
  padding-left: 40px;
}
.story-wrapper .top-div .two-cols .col .detail P {
  font-size: 18px;
  /*font-family: $fontFamilyNotoSans;*/
  line-height: 2.5;
}
.story-wrapper .top-div .two-cols .col .sign {
  margin-top: 50px;
  text-align: right;
}
.story-wrapper .top-div .two-cols .col .sign h4 {
  font-size: 24px;
  padding-right: 90px;
}
.story-wrapper .top-div .two-cols .col .sign h5 {
  font-size: 18px;
}
.story-wrapper .middle-div {
  padding-top: 100px;
}
.story-wrapper .middle-div .sub-title {
  display: none;
  margin-bottom: 30px;
  overflow: hidden;
}
.story-wrapper .middle-div .sub-title h3:nth-child(1) {
  margin-left: -100px;
}
.story-wrapper .middle-div .sub-title h3:nth-child(2) {
  margin-right: -100px;
}
.story-wrapper .middle-div .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.story-wrapper .middle-div .two-cols:last-child {
  margin-bottom: 0;
}
.story-wrapper .middle-div .two-cols .col {
  width: 48%;
}
.story-wrapper .middle-div .two-cols .col p {
  font-size: 18px;
  /*font-family: $fontFamilyNotoSans;*/
  line-height: 2.5;
  text-align: left;
}
.story-wrapper .bottom-div {
  padding-top: 70px;
}
.story-wrapper .bottom-div .video {
  margin-top: 30px;
  text-align: center;
}
.story-wrapper .bottom-div .video iframe {
  width: 1180px;
  height: 660px;
  margin: 0 auto;
}
.story-wrapper .bottom-div .link {
  margin-top: 80px;
}

.projects-wrapper .list-items {
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  flex-wrap: wrap;
}
.projects-wrapper .list-items .item {
  width: calc(33.3333333333% - 80px);
  margin: 40px;
}
.projects-wrapper .list-items .item a {
  display: block;
}
.projects-wrapper .list-items .item .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s ease;
}
.projects-wrapper .list-items .item .img img {
  width: 100%;
}
.projects-wrapper .list-items .item .info {
  padding: 30px 0;
  text-align: center;
}
.projects-wrapper .list-items .item .info h3 {
  color: #605c57;
  font-size: 24px;
  text-align: center;
}
.projects-wrapper .list-items .item .info p {
  color: #605c57;
  font-size: 24px;
  text-align: center;
}
.projects-wrapper .list-items .item:hover .img {
  transform: scale(1.1, 1.1);
}

.project-detail-wrapper .detail {
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 65px;
}
.project-detail-wrapper .detail .one-img {
  margin-bottom: 50px;
}
.project-detail-wrapper .detail .one-img img {
  width: 100%;
}
.project-detail-wrapper .detail .two-imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.project-detail-wrapper .detail .two-imgs .sub-item {
  width: calc(50% - 25px);
}
.project-detail-wrapper .detail .two-imgs .sub-item img {
  width: 100%;
}
.project-detail-wrapper .detail .info {
  font-size: 18px;
  margin-bottom: 80px;
  line-height: 2.5;
}
.project-detail-wrapper .detail .info .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.project-detail-wrapper .detail .info .two-cols .col01 {
  width: 385px;
}
.project-detail-wrapper .detail .info .two-cols .col02 {
  width: calc(100% - 385px);
}
.project-detail-wrapper .detail .info .two-cols .project-title {
  margin-bottom: 50px;
}
.project-detail-wrapper .detail .info .two-cols h3 {
  font-size: 18px;
  /*font-family: $fontFamilyNotoSans;*/
  /*font-weight: 800;*/
  line-height: 1.6;
}
.project-detail-wrapper .detail .info .two-cols p {
  font-size: 18px;
}
.project-detail-wrapper .detail .video {
  text-align: center;
  margin-bottom: 50px;
}
.project-detail-wrapper .detail .video iframe {
  width: 1180px;
  height: 660px;
  margin: 0 auto;
}
.project-detail-wrapper .detail .link {
  margin-bottom: 50px;
}
.project-detail-wrapper .detail .link a {
  min-width: 230px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.project-detail-wrapper .detail .link a.width-100 {
  max-width: 100%;
}
.project-detail-wrapper .detail .before-after {
  margin: 80px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.project-detail-wrapper .detail .before-after .sub-item {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.project-detail-wrapper .detail .before-after .sub-item span {
  display: inline-block;
  position: absolute;
  left: 50px;
  top: 20px;
  color: #fff;
  font-size: 24px;
}
.project-detail-wrapper .detail .before-after .sub-item img {
  width: 100%;
}
.project-detail-wrapper .detail.theme02 {
  max-width: 1480px;
}
.project-detail-wrapper .detail.theme02 .sub-title h3 {
  font-size: 30px;
}
.project-detail-wrapper .detail.theme02 .sub-info {
  margin-top: 20px;
}
.project-detail-wrapper .detail.theme02 .sub-info p {
  font-size: 18px;
  text-align: center;
  /*font-family: $fontFamilyNotoSans;*/
}
.project-detail-wrapper .detail.theme02 .link {
  margin-top: 30px;
}
.project-detail-wrapper .other-link-outer {
  margin-top: 60px;
}
.project-detail-wrapper .other-link-outer .link {
  max-width: 1180px;
  margin: 0 auto;
}

.service-wrapper .list-items {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.service-wrapper .list-items .item {
  border-bottom: 1px solid #605c57;
  padding: 50px 0;
}
.service-wrapper .list-items .item:first-child {
  border-top: 1px solid #605c57;
}
.service-wrapper .list-items .item .three-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
}
.service-wrapper .list-items .item .three-cols .col01 {
  width: 25%;
}
.service-wrapper .list-items .item .three-cols .col01 .sub-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service-wrapper .list-items .item .three-cols .col01 .sub-item div:nth-child(1) {
  width: 175px;
}
.service-wrapper .list-items .item .three-cols .col01 .sub-item div:nth-child(2) {
  width: calc(100% - 175px);
}
.service-wrapper .list-items .item .three-cols .col01 .sub-item div h3 {
  width: 100%;
}
.service-wrapper .list-items .item .three-cols .col01 .sub-item div h4 {
  color: #847f78;
}
.service-wrapper .list-items .item .three-cols .col02 {
  width: 25%;
}
.service-wrapper .list-items .item .three-cols .col03 {
  width: 50%;
}
.contact-wrapper .info {
  margin-top: 60px;
  padding-bottom: 35px;
}
.contact-wrapper .info p {
  text-align: center;
  font-size: 24px;
  line-height: 2;
}
.contact-wrapper .info p i {
  font-style: normal;
}
.contact-wrapper .form-div {
  margin-top: 20px;
}
.contact-wrapper .form-div .list-items {
  padding: 30px 0;
  border-top: 1px solid #605c57;
  /*border-bottom: 1px solid $colorGray;*/
}
.contact-wrapper .form-div .list-items .item {
  margin-top: 90px;
}
.contact-wrapper .form-div .list-items .item .three-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-wrapper .form-div .list-items .item .three-cols .col01 {
  width: calc(33.3333333333% - 55px);
}
.contact-wrapper .form-div .list-items .item .three-cols .col02 {
  width: calc(66.6666666667% - 27.5px);
}
.contact-wrapper .form-div .list-items .item .three-cols .col {
  width: calc(33.3333333333% - 55px);
}
.contact-wrapper .form-div .list-items .item .three-cols .label h3 {
  font-size: 18px;
}
.contact-wrapper .form-div .list-items .item .three-cols .control {
  margin-top: 30px;
  position: relative;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.contact-wrapper .form-div .list-items .item .three-cols .control input {
  border: none;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #847f78;
  width: 100%;
  color: #605c57;
  transition: 0.5s ease;
}
.contact-wrapper .form-div .list-items .item .three-cols .control input:hover {
  border-color: #e8e6e3;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .btn-select {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: transparent;
  font-family: "Noto Serif TC", serif;
  padding: 10px 0;
  border-bottom: 1px solid #847f78;
  transition: 0.5s ease;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .btn-select:hover {
  border-color: #e8e6e3;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .btn-select span {
  display: inline-block;
  width: calc(100% - 25px);
  font-size: 18px;
  text-align: left;
  color: #605c57;
  font-weight: 400;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .btn-select i {
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url(./../images/icon_arrow_down.png);
  background-position: center;
  background-repeat: no-repeat;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown {
  border: 1px solid #605c57;
  padding: 20px 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 40px;
  width: calc(100% - 40px);
  z-index: 88;
  /*max-height: 250px;*/
  overflow-y: auto;
  display: none;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown a {
  display: block;
  color: #605c57;
  font-size: 18px;
  line-height: 2;
  padding: 10px 15px;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown a:hover {
  background-color: #847f78;
  color: #fff;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown span {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown span:first-child {
  margin-top: 0;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown::-webkit-scrollbar {
  width: 8px;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 20px;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown::-webkit-scrollbar-thumb {
  background: #605c57;
  border-radius: 5px;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown::-webkit-scrollbar-thumb:hover {
  background: #847f78;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container:hover .btn-select i {
  transform: rotate(180deg);
}
.contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container:hover .dropdown {
  display: block;
}
.contact-wrapper .form-div .list-items .item .three-cols .control textarea {
  width: 100%;
  resize: none;
  border: none;
  font-size: 18px;
  padding: 0;
  border-bottom: 1px solid #847f78;
  color: #605c57;
  height: 80px;
  transition: 0.5s ease;
}
.contact-wrapper .form-div .list-items .item .three-cols .control textarea:hover {
  border-color: #e8e6e3;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-list .sub-item {
  width: 50%;
  padding: 10px 0;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #605c57;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container input:checked ~ .checkmark {
  background-color: #605c57;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.contact-wrapper .form-div .action {
  text-align: center;
  margin-top: 70px;
}
.contact-wrapper .form-div .action button {
  font-size: 24px;
  padding: 25px 0;
  min-width: 225px;
  border: 1px solid #605c57;
  background-color: transparent;
  color: #605c57;
  font-family: "Noto Serif TC", serif;
}
.contact-wrapper .form-div .action button:hover {
  background-color: #605c57;
  color: #fff;
}

@media all and (max-width: 1366px) {
  .block-outer {
    max-width: 1200px;
  }
  .contact-wrapper .form-div {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1200px) {
  .contact-wrapper .form-div .list-items {
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: none;
  }
  .contact-wrapper .form-div .list-items .item {
    margin-top: 30px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols {
    display: block;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .col {
    width: 100%;
    margin-top: 50px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .col01 {
    width: 100%;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .col02 {
    width: 100%;
    margin-top: 30px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control {
    margin-top: 15px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown {
    top: 40px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-list {
    margin-top: 5px;
  }
  .project-detail-wrapper .detail .video iframe {
    width: 100%;
    height: 55vw;
  }
  .project-detail-wrapper .detail.theme02 {
    max-width: 1200px;
  }
}
@media all and (max-width: 1140px) {
  .story-wrapper .top-div .two-cols {
    margin-top: 30px;
  }
  .story-wrapper .top-div .two-cols .col .sub-title {
    display: none;
  }
  .story-wrapper .top-div .two-cols .col .detail {
    display: none;
  }
  .story-wrapper .top-div .two-cols .col .sign {
    text-align: left;
    margin-left: 50px;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(1) {
    text-align: left;
    width: 60%;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(1) img {
    margin-right: 0;
    margin-left: -30px;
    margin-bottom: 0;
    height: 120vw;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(1) img.web {
    display: none;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(1) img.mobile {
    display: block;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(2) {
    width: 40%;
    padding-top: 40vw;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(2) .sign {
    margin-top: 0;
    margin-left: 80px;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(2) .sign h5 {
    padding-left: 30px;
  }
}
@media all and (max-width: 1024px) {
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container:hover .dropdown {
    display: none;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container:hover .btn-select i {
    transform: rotate(0deg);
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container.active .btn-select i {
    transform: rotate(180deg);
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container.active .dropdown {
    display: block;
  }
}
@media all and (max-width: 992px) {
  .title h2 {
    font-size: 36px;
  }
  .link a {
    font-size: 20px;
    padding: 20px 0;
  }
  .block-outer {
    padding: 0 30px;
  }
  .pagination a {
    font-size: 20px;
  }
  .contact-wrapper .info {
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .contact-wrapper .info p {
    font-size: 20px;
  }
  .contact-wrapper .form-div {
    margin-top: 0;
  }
  .contact-wrapper .form-div .list-items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .col {
    margin-top: 30px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .label h3 {
    font-size: 16px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control {
    margin-top: 5px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control input {
    font-size: 16px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control textarea {
    font-size: 16px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .btn-select span {
    font-size: 16px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown {
    padding: 10px;
    width: calc(100% - 20px);
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown span {
    font-size: 16px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .dropdown-container .dropdown a {
    padding: 5px 0px;
    font-size: 16px;
  }
  .contact-wrapper .form-div .list-items .item .three-cols .control .checkbox-container {
    font-size: 16px;
  }
  .contact-wrapper .form-div .action {
    margin-top: 60px;
  }
  .contact-wrapper .form-div .action button {
    font-size: 20px;
    padding: 20px 0;
    min-width: 225px;
  }
  .project-detail-wrapper .block-outer {
    padding: 0 30px;
  }
  .project-detail-wrapper .detail {
    margin-top: 30px;
  }
  .project-detail-wrapper .detail .info {
    margin-bottom: 30px;
  }
  .project-detail-wrapper .detail .info .two-cols {
    display: block;
  }
  .project-detail-wrapper .detail .info .two-cols p {
    font-size: 16px;
    line-height: 2.1;
  }
  .project-detail-wrapper .detail .info .two-cols .col01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .project-detail-wrapper .detail .info .two-cols .col01 .project-title {
    /*width: 50%;*/
    margin-bottom: 0;
  }
  .project-detail-wrapper .detail .info .two-cols .col01 .project-title h3 {
    font-size: 18px;
  }
  .project-detail-wrapper .detail .info .two-cols .col01 .project-desc {
    width: 50%;
  }
  .project-detail-wrapper .detail .info .two-cols .col02 {
    width: 100%;
    margin-top: 30px;
  }
  .project-detail-wrapper .detail .one-img {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
  }
  .project-detail-wrapper .detail .two-imgs {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
  }
  .project-detail-wrapper .detail .two-imgs .sub-item {
    width: 50%;
  }
  .project-detail-wrapper .detail .video {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 30px;
  }
  .project-detail-wrapper .detail .link {
    margin-bottom: 30px;
  }
  .project-detail-wrapper .detail .before-after {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .project-detail-wrapper .detail.theme02 .sub-title h3 {
    /*font-size: 24px;*/
    font-size: 22px;
  }
  .project-detail-wrapper .detail.theme02 .sub-info p {
    font-size: 16px;
  }
  .service-wrapper .block-outer {
    padding: 0 30px;
  }
  .service-wrapper .list-items {
    padding: 50px 0;
  }
  .service-wrapper .list-items .item {
    padding: 30px 0;
  }
  .service-wrapper .list-items .item .three-cols {
    display: block;
    font-size: 20px;
  }
  .service-wrapper .list-items .item .three-cols .col01 {
    width: 100%;
  }
  .service-wrapper .list-items .item .three-cols .col01 .sub-item {
    justify-content: center;
  }
  .service-wrapper .list-items .item .three-cols .col01 .sub-item div:nth-child(1) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .service-wrapper .list-items .item .three-cols .col01 .sub-item div:nth-child(1) h3 {
    text-align: right;
    width: calc(50% - 10px);
    padding-right: 10px;
  }
  .service-wrapper .list-items .item .three-cols .col01 .sub-item div:nth-child(1) h4 {
    width: calc(50% - 10px);
    padding-left: 10px;
    position: relative;
  }
  .service-wrapper .list-items .item .three-cols .col01 .sub-item div:nth-child(1) h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 1px;
    height: 20px;
    background-color: #605c57;
  }
  .service-wrapper .list-items .item .three-cols .col01 .sub-item div:nth-child(1).single h3 {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  .service-wrapper .list-items .item .three-cols .col01 .sub-item div:nth-child(2) {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .service-wrapper .list-items .item .three-cols .col02 {
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }
  .service-wrapper .list-items .item .three-cols .col03 {
    width: 100%;
  }
  .service-wrapper .list-items .item .three-cols .col03 p {
    text-align: center;
  }
  .projects-wrapper .block-outer {
    padding: 0 30px;
  }
  .projects-wrapper .list-items {
    margin-left: -20px;
    margin-right: -20px;
  }
  .projects-wrapper .list-items .item {
    width: calc(33.3333333333% - 40px);
    margin: 20px;
  }
  .projects-wrapper .list-items .item .info h3 {
    font-size: 20px;
  }
  .projects-wrapper .list-items .item .info p {
    font-size: 20px;
  }
  .story-wrapper .middle-div {
    padding-top: 30px;
  }
  .story-wrapper .bottom-div {
    padding-top: 30px;
  }
  .story-wrapper .bottom-div .video {
    margin-left: -30px;
    margin-right: -30px;
  }
  .story-wrapper .bottom-div .video iframe {
    width: 100%;
    height: 55vw;
  }
  .story-wrapper .bottom-div .link {
    margin-top: 30px;
  }
}
@media all and (max-width: 768px) {
  .projects-wrapper .list-items .item {
    width: calc(50% - 40px);
  }
  .story-wrapper .top-div {
    background-image: url(./../images/story/story_bg_mobile.png);
  }
  .story-wrapper .middle-div .sub-title {
    display: block;
  }
  .story-wrapper .middle-div .two-cols {
    display: block;
    margin-bottom: 30px;
  }
  .story-wrapper .middle-div .two-cols .col {
    width: 100%;
  }
  .story-wrapper .middle-div .two-cols .col:nth-child(2) {
    margin-top: 30px;
  }
}
@media all and (max-width: 720px) {
  .project-detail-wrapper .detail .before-after {
    display: block;
  }
  .project-detail-wrapper .detail .before-after .sub-item {
    width: 100%;
  }
  .project-detail-wrapper .detail .before-after .sub-item span {
    left: 20px;
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .section-detail-outer {
    padding: 30px 0;
  }
  .title h2 {
    font-size: 28px;
  }
  .title h2 span {
    display: block;
  }
  .link a {
    font-size: 16px;
  }
  .link a.link-small {
    font-size: 14px;
  }
  .contact-wrapper .info p {
    font-size: 16px;
  }
  .contact-wrapper .info p span {
    display: block;
  }
  .contact-wrapper .info p i {
    display: none;
  }
  .contact-wrapper .form-div .action button {
    font-size: 16px;
  }
  .pagination a {
    font-size: 16px;
  }
  .service-wrapper .list-items .item .three-cols {
    font-size: 16px;
  }
  .projects-wrapper .list-items {
    margin-left: 0;
    margin-right: 0;
  }
  .projects-wrapper .list-items .item {
    width: 100%;
    margin: 20px 0;
  }
  .projects-wrapper .list-items .item:hover .img {
    transform: scale(1.05, 1.05);
  }
  .projects-wrapper .list-items .item .info {
    padding-top: 15px;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(1) img {
    height: 100vw;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(2) .sign {
    margin-left: 0;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(2) .sign h4 {
    font-size: 20px;
  }
  .story-wrapper .top-div .two-cols .col:nth-child(2) .sign h5 {
    font-size: 16px;
    padding-left: 20px;
  }
  .story-wrapper .middle-div .sub-title h3:nth-child(1) {
    margin-left: 0;
    text-align: left;
  }
  .story-wrapper .middle-div .sub-title h3:nth-child(2) {
    margin-right: 0;
    text-align: right;
  }
  .story-wrapper .middle-div .two-cols .col p {
    font-size: 16px;
    line-height: 2.1;
  }
  .project-detail-wrapper .detail.theme02 .sub-block {
    margin-bottom: 80px;
  }
}

.w-25{width: 25% !important; }
.w-50{width: 50% !important; }
.w-75{width: 75% !important; }
.w-100{width: 100% !important; }
/*# sourceMappingURL=main.css.map */