@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@200;300;400;500;600;700&family=Oswald:wght@400&display=swap");
body, html {
  font-family: 'Noto Serif TC', sans-serif;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  background-color: #252626;
  color: #fff;
  background-image: url(../images/body_bg_deco_01.png);
  background-repeat: repeat-y;
  background-position: center top;
}

a {
  text-decoration: none;
  color: #fff;
}

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

.hide {
  display: none;
}

.clear-fix {
  clear: both;
}

::placeholder {
  color: #fffd;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fffd;
}

::-ms-input-placeholder {
  color: #fffd;
}

header {
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 0 0 0;
}

header .header-div {
  position: relative;
  z-index: 2;
}

header .header-div .top-div .outer-div {
  margin: 0 auto;
  max-width: 1350px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

header .header-div .top-div .outer-div .brand {
  padding-top: 15px;
}

header .header-div .top-div .outer-div .brand a {
  display: flex;
  margin-left: -85px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

header .header-div .top-div .outer-div .brand a img {
  height: 118px;
  transition: 0.5s ease;
}

header .header-div .top-div .outer-div .links .navi {
  display: inline-flex;
  align-items: center;
}

header .header-div .top-div .outer-div .links .navi li {
  display: inline-block;
  margin-left: 70px;
}

header .header-div .top-div .outer-div .links .navi li:first-child {
  margin-left: 0;
}

header .header-div .top-div .outer-div .links .navi li a {
  font-size: 18px;
  color: #fff;
  padding: 0px 15px;
  display: inline-block;
  position: relative;
  font-family: 'Questrial', sans-serif;
}

header .header-div .top-div .outer-div .links .navi li a span {
  display: block;
  text-align: center;
  font-weight: 500;
  min-width: 100px;
}

header .header-div .top-div .outer-div .links .navi li a span:nth-child(1) {
  opacity: 1;
}

header .header-div .top-div .outer-div .links .navi li a span:nth-child(2) {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
}

header .header-div .top-div .outer-div .links .navi li a:hover {
  color: #fff;
}

header .header-div .top-div .outer-div .links .navi li a:hover span:nth-child(1) {
  opacity: 0;
}

header .header-div .top-div .outer-div .links .navi li a:hover span:nth-child(2) {
  opacity: 1;
}

.body-brand-had-bg header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(12vw + 160px);
  height: 220px;
  background-color: #292a2a;
}

.scroll.body-brand-had-bg header:before {
  background-color: transparent;
}

.scroll header {
  background-color: rgba(37, 39, 38, 0.95);
  padding-top: 10px;
  padding-bottom: 10px;
}

.scroll header .header-div {
  position: relative;
}

.scroll header .header-div .top-div .outer-div {
  align-items: center;
}

.scroll header .header-div .top-div .outer-div .brand {
  padding-top: 0;
}

.scroll header .header-div .top-div .outer-div .brand img {
  height: 70px;
}

main {
  margin-top: 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media all and (max-width: 1800px) {
  .body-brand-had-bg header:before {
    width: calc(10vw + 160px);
  }
}

@media all and (max-width: 1700px) {
  .body-brand-had-bg header:before {
    width: calc(8vw + 160px);
  }
}

@media all and (max-width: 1580px) {
  .body-brand-had-bg header:before {
    width: 19vw;
  }
  header .header-div .top-div .outer-div .brand a {
    margin-left: 0;
  }
}

@media all and (max-width: 1480px) {
  .body-brand-had-bg header:before {
    width: 16vw;
  }
}

@media all and (max-width: 1240px) {
  .body-brand-had-bg header:before {
    width: 200px;
  }
  header .header-div .top-div .outer-div .links .navi li {
    margin-left: 20px;
  }
}

@media all and (max-width: 992px) {
  .body-brand-had-bg header:before {
    background-color: transparent;
  }
  header {
    padding: 12px 0;
    background-color: #252726;
  }
  header .header-div .top-div {
    top: 0;
  }
  header .header-div .top-div .outer-div .brand {
    padding-top: 0;
  }
  header .header-div .top-div .outer-div .brand a img {
    height: 70px;
  }
  header .header-div .top-div .outer-div .links {
    display: none;
  }
  .scroll header {
    padding: 12px 0;
  }
  .scroll header .header-div .top-div .outer-div .brand img {
    height: 70px;
  }
  main {
    margin-top: 94px;
  }
}

footer {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

footer .footer-div .block-title h2 {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  letter-spacing: 10px;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.8;
  margin: 0;
}

footer .footer-div .block-title h2 span.golden {
  color: #c4a381;
}

footer .footer-div .block-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  height: 2px;
  width: 100px;
  background-color: #fff;
}

footer .footer-div .outer-div {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 15px;
}

footer .footer-div .top-div {
  background-color: #111212;
  background-image: url(../images/contact_deco.svg);
  background-position: right 25px;
  background-repeat: no-repeat;
  padding: 90px 0 200px 0;
  position: relative;
}

footer .footer-div .top-div .info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 175px;
}

footer .footer-div .top-div .info-list .col {
  /*width: calc(100% / 4);*/
}

footer .footer-div .top-div .info-list .col h3 {
  font-size: 32px;
  font-family: 'Oswald', sans-serif;
  line-height: 1.4;
}

footer .footer-div .top-div .info-list .col .sub-top {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .footer-div .top-div .info-list .col .sub-top img {
  margin-right: 10px;
}

footer .footer-div .top-div .info-list .col .sub-bottom {
  margin-top: 15px;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}

footer .footer-div .top-div .info-list .col:nth-child(2) .sub-bottom {
  font-size: 22px;
  font-weight: 700;
}

footer .footer-div .top-div .info-list .col:nth-child(2) .sub-bottom span {
  font-weight: 400;
}

footer .footer-div .bottom-div {
  padding: 40px 0;
  text-align: center;
  font-size: 18px;
}

footer .footer-div .bottom-div img {
  margin-bottom: 25px;
}

.toggle-btn {
  display: none;
  position: fixed;
  top: 27px;
  right: 15px;
  width: 26px;
  height: 30px;
  z-index: 889;
  background: none;
  border: none;
  padding: 0;
}

.toggle-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: 0.5s ease;
}

.float-div {
  position: fixed;
  z-index: 11;
  left: 30px;
  bottom: 150px;
  width: 30px;
}

.float-div .deco {
  position: relative;
  text-align: center;
  height: 155px;
  margin-bottom: 15px;
}

.float-div .deco:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #5b5d5d;
}

.float-div .links {
  text-align: center;
  display: inline-block;
  width: 30px;
}

.float-div .links a {
  display: inline-block;
  margin-bottom: 15px;
}

.float-div .links a img {
  width: 24px;
}

.float-div .links a :last-child {
  margin-bottom: 0;
}

.float-div .links a.hide {
  display: none;
}

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

.body-mobile-active .toggle-btn {
  right: 15px;
  z-index: 999;
}

.body-mobile-active .toggle-btn span {
  background-color: #fff;
}

.body-mobile-active .toggle-btn span:nth-child(1) {
  transform: rotate(-45deg);
}

.body-mobile-active .toggle-btn span:nth-child(2) {
  transform: rotate(-135deg);
  position: absolute;
  top: 9px;
}

.body-mobile-active .toggle-btn span:nth-child(3) {
  display: none;
}

.hide {
  display: none;
}

.overlay {
  z-index: 130;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #242626;
}

.body-mobile-active .overlay {
  display: block;
}

#mobile-nav {
  z-index: 130;
  display: none;
  position: fixed;
  left: 0;
  top: 0px;
  height: 100vh;
  bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
  overflow-y: auto;
  background-color: #242626;
  width: 100%;
}

#mobile-nav .brand {
  display: block;
  padding: 6px 15px;
  text-align: center;
}

#mobile-nav .brand img {
  height: 100px;
  margin-bottom: -5px;
}

#mobile-nav ul {
  margin: 0 15px;
  padding: 0;
  list-style: none;
}

#mobile-nav ul li {
  display: block;
}

#mobile-nav ul li a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Questrial', sans-serif;
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
  position: relative;
}

#mobile-nav ul li a span {
  display: inline-block;
  padding: 0 5px;
}

#mobile-nav ul li a.had_sub_navi i {
  position: absolute;
  right: 10px;
  top: 25px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #d57c2a transparent transparent transparent;
}

#mobile-nav ul li .dropdown {
  display: none;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}

#mobile-nav ul li .dropdown a {
  border: none;
  padding: 8px 0;
}

#mobile-nav ul li.active a.had_sub_navi {
  font-weight: 700;
  border-color: rgba(155, 155, 155, 0);
  color: #d57c2a;
}

#mobile-nav ul li.active a.had_sub_navi i {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent rgba(155, 155, 155, 0.7) transparent;
}

#mobile-nav ul li.active .dropdown {
  display: block;
}

.body-mobile-active #mobile-nav {
  display: block;
}

.gotop {
  z-index: 88;
  position: fixed;
  display: none;
  background-image: url(./../images/icon_gotop.svg);
  background-position: center;
  background-size: 100%;
  width: 36px;
  height: 36px;
  right: 20px;
  bottom: 100px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.scroll .gotop {
  display: block;
}

@media all and (max-width: 1100px) {
  footer .footer-div .top-div {
    text-align: center;
    background-size: 50% auto;
  }
  footer .footer-div .top-div .info-list {
    display: inline-block;
    margin-top: 50px;
  }
  footer .footer-div .top-div .info-list .col {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
  footer .footer-div .top-div .info-list .col h3 {
    font-size: 24px;
  }
  footer .footer-div .top-div .info-list .col .sub-top {
    justify-content: center;
    font-size: 20px;
  }
  footer .footer-div .top-div .info-list .col .sub-bottom {
    font-size: 20px;
    margin-top: 0px;
  }
  footer .footer-div .bottom-div {
    font-size: 14px;
  }
}

@media all and (max-width: 992px) {
  .toggle-btn {
    display: inline-block;
  }
  footer .footer-div .block-title h2 {
    font-size: 48px;
  }
  footer .footer-div .top-div {
    padding: 50px 0;
  }
  footer .footer-div .top-div .info-list {
    margin-top: 30px;
  }
  footer .footer-div .top-div .links .col {
    width: calc(100% / 3);
  }
  .float-div {
    left: 10px;
  }
  .scroll .float-div {
    display: none;
  }
}

@media all and (max-width: 640px) {
  footer .footer-div .block-title h2 {
    font-size: 36px;
    letter-spacing: 5px;
  }
  footer .footer-div .bottom-div {
    padding: 15px 0;
    font-size: 12px;
  }
  footer .footer-div .bottom-div img {
    height: 80px;
    margin-bottom: 10px;
  }
  .float-div {
    left: 5px;
    bottom: auto;
    top: 150px;
  }
  .float-div .links a {
    margin-bottom: 15px;
  }
  .gotop {
    right: 5px;
  }
  footer .footer-div .middle-div .outer-div {
    max-width: 100%;
  }
}

.fr-close.fr-close-outside .fr-close-icon {
  background: url(../images/icon_close.svg);
  background-size: 60% auto;
  background-position: center !important;
  width: 48px;
  height: 48px;
  background-color: transparent;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
  display: none;
}

.fr-thumbnail.fr-load-thumbnail.fr-thumbnail-active {
  outline: 4px solid #fff;
}

.fr-position-outside .fr-position-text {
  display: none;
}

.section-div .block-about-us {
  margin-top: 200px;
  margin-bottom: 160px;
}

.section-div .block-about-us .mobile-img {
  display: none;
}

.section-div .block-about-us .mobile-img img {
  width: 100%;
}

.section-div .block-about-us .three-cols {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}

.section-div .block-about-us .three-cols .col01 {
  width: calc(100% / 3 - 45px - 10px);
  padding-right: 45px;
  padding-left: 10px;
}

.section-div .block-about-us .three-cols .col02 {
  width: calc(100% / 3 - 70px);
  padding-left: 70px;
}

.section-div .block-about-us .three-cols .col03 {
  width: calc(100% / 3);
}

.section-div .block-about-us .three-cols .col03 img {
  width: 100%;
}

.section-div .block-about-us .three-cols h3 {
  font-size: 36px;
}

.section-div .block-about-us .three-cols p {
  font-size: 18px;
  color: #7a7a7a;
}

.section-div .block-about-us .three-cols .certified-license h3 {
  font-size: 24px;
  line-height: 1.2;
}

.section-div .block-about-us .three-cols .certified-license p {
  color: #fff;
  margin-top: 85px;
}

.section-div .block-contact-us {
  margin-top: 200px;
  margin-bottom: 160px;
}

.section-div .block-contact-us .block-title {
  position: relative;
  padding-bottom: 15px;
}

.section-div .block-contact-us .block-title h2 {
  position: relative;
}

.section-div .block-contact-us .block-title h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  height: 2px;
  width: 100px;
  background-color: #fff;
}

.section-div .block-contact-us .block-title h3 {
  font-size: 36px;
  text-align: center;
  margin-top: 15px;
}

.section-div .block-contact-us .contact-form .form-top .three-cols .col01 {
  padding-top: 35px;
}

.section-div .block-contact-us .contact-form .form-bottom {
  margin-top: -10px;
}

.section-div .block-contact-us .contact-form .form-bottom .three-cols .col03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.section-div .block-contact-us .contact-form .three-cols {
  display: flex;
  flex-wrap: wrap;
}

.section-div .block-contact-us .contact-form .three-cols .col01 {
  width: calc(100% / 3 - 20px);
  padding: 0 10px;
}

.section-div .block-contact-us .contact-form .three-cols .col02 {
  width: calc(100% / 3 - 20px);
  padding: 0 10px;
}

.section-div .block-contact-us .contact-form .three-cols .col03 {
  width: calc(100% / 3 - 20px);
  padding: 0 10px;
}

.section-div .block-contact-us .contact-form .three-cols h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.section-div .block-contact-us .contact-form .three-cols .sub-item {
  font-size: 18px;
}

.section-div .block-contact-us .contact-form .three-cols .sub-item .box {
  margin: 10px 0;
  background-color: #303232;
  border-radius: 6px;
}

.section-div .block-contact-us .contact-form .three-cols .sub-item .box .select-div {
  background-image: url(../images/icon_arrow_down_white.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  position: relative;
}

.section-div .block-contact-us .contact-form .three-cols .sub-item .box input {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  padding: 15px 10px;
  width: calc(100% - 20px);
}

.section-div .block-contact-us .contact-form .three-cols .sub-item .box select {
  background-color: transparent;
  border: none;
  appearance: none;
  color: #fff;
  font-size: 18px;
  padding: 15px 60px 15px 10px;
  width: 100%;
  background-color: #303232;
  background-image: url(../images/icon_arrow_down_white.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: auto 12px;
}

.section-div .block-contact-us .contact-form .three-cols .sub-item .box textarea {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  resize: none;
  width: calc(100% - 20px);
  padding: 15px 10px;
  max-height: 100px;
}

.section-div .block-contact-us .contact-form .three-cols .sub-item button {
  background-color: #bf9e7a;
  font-size: 18px;
  border-radius: 100px;
  padding: 10px 0;
  min-width: 168px;
  color: #fff;
}

.section-div .block-news-list {
  padding-top: 200px;
  padding-bottom: 160px;
}

.section-div .block-news-list .news-list {
  margin-top: 120px;
}

.section-div .block-news-list .news-list .item {
  margin-bottom: 115px;
}

.section-div .block-news-list .news-list .item:last-child {
  margin-bottom: 0;
}

.section-div .block-news-list .news-list .item .two-cols {
  display: flex;
  flex-wrap: wrap;
}

.section-div .block-news-list .news-list .item .two-cols .col01 {
  width: 900px;
}

.section-div .block-news-list .news-list .item .two-cols .col01 img {
  width: 100%;
}

.section-div .block-news-list .news-list .item .two-cols .col02 {
  width: calc(100% - 900px - 20px);
  color: #bdb1a9;
  font-size: 16px;
  padding-left: 20px;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .datetime {
  position: relative;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .datetime h3 {
  position: relative;
  display: inline-block;
  background-color: #252626;
  padding-right: 20px;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .datetime:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #bdb1a9;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .title h4 {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  position: relative;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .info {
  overflow: hidden;
  height: 285px;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .more {
  text-align: right;
  margin-top: 25px;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .more a {
  font-size: 14px;
  border-radius: 100px;
  border: 1px solid #bdb1a9;
  color: #bdb1a9;
  display: inline-block;
  padding: 2px 25px;
  font-family: 'Oswald', sans-serif;
  transition: 0.5s ease;
}

.section-div .block-news-list .news-list .item .two-cols .col02 .more a:hover {
  background-color: #bdb1a9;
  color: #252626;
}

.section-div .block-news-list .news-list .item:nth-child(odd) .two-cols .col01 {
  margin-left: calc(100% - 900px);
  margin-right: -100%;
}

.section-div .block-news-list .news-list .item:nth-child(odd) .two-cols .col02 {
  margin-right: calc(900px + 20px);
  padding-left: 0;
}

.section-div .block-project-list {
  margin-top: 200px;
}

.section-div .block-project-list .block-outer {
  max-width: calc(100%  - 200px);
  margin: 0 auto;
  padding: 0;
}

.section-div .block-project-list .block-outer .project-list {
  margin-top: 120px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

.section-div .block-project-list .block-outer .project-list .item {
  width: calc(100% / 4);
}

.section-div .block-project-list .block-outer .project-list .item .box {
  position: relative;
}

.section-div .block-project-list .block-outer .project-list .item .box .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-div .block-project-list .block-outer .project-list .item .box .img img {
  width: 100%;
}

.section-div .block-project-list .block-outer .project-list .item .box .desc {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.section-div .block-project-list .block-outer .project-list .item .box .desc h3 {
  font-size: 36px;
  text-align: center;
  margin-top: 60px;
  padding: 0 15px;
  font-weight: 400;
  line-height: 1.3;
}

.section-div .block-project-list .block-outer .project-list .item .box a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-div .block-project-list .block-outer .project-list .item .album {
  display: none;
}

.section-div .block-project-list .block-outer .project-list .item:hover .desc {
  background-color: transparent;
}

.section-div .block-project-list .block-outer .pagination-div {
  padding: 30px 0 60px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-div .block-project-list .block-outer .pagination-div a {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
  color: #7a7a7a;
}

.section-div .block-project-list .block-outer .pagination-div a:hover {
  color: #fff;
}

.section-div .block-project-list .block-outer .pagination-div a.active {
  color: #fff;
}

.section-div .block-project-list .block-outer .pagination-div a.prev {
  /*     
            background-image: url(../images/icon_arrow_left_white.svg);
            background-position: center;
            background-repeat: no-repeat;
            width: 36px;
            height: 13px;
            margin-right: 10px;
            */
}

.section-div .block-project-list .block-outer .pagination-div a.next {
  /*       
            background-image: url(../images/icon_arrow_right_white.svg);
            background-position: center;
            background-repeat: no-repeat;
            width: 36px;
            height: 13px;
            margin-left: 10px;
            */
}

.section-div .block-project-list .block-outer .pagination-div a.dot {
  width: 20px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.section-div .block-project-list .block-outer .pagination-div a.dot span {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  display: inline-block;
  background-color: #5B5C5C;
  opacity: 0.5;
}

.section-div .block-project-list .block-outer .pagination-div a.dot:hover span {
  opacity: 1;
}

.section-div .block-project-list .block-outer .pagination-div a.dot.active span {
  opacity: 1;
}

.section-div .block-portfolio {
  margin-top: 200px;
  margin-bottom: 160px;
}

.section-div .block-portfolio .block-title {
  position: relative;
  padding-bottom: 15px;
}

.section-div .block-portfolio .block-title h2 {
  position: relative;
}

.section-div .block-portfolio .block-title h2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  height: 2px;
  width: 100px;
  background-color: #fff;
}

.section-div .block-portfolio .block-title h3 {
  font-size: 36px;
  text-align: center;
  margin-top: 15px;
}

.section-div .block-portfolio .service-list {
  display: flex;
  flex-wrap: wrap;
  margin: 65px 0;
}

.section-div .block-portfolio .service-list .col01 {
  width: 450px;
  margin-left: calc(100% - 450px);
  margin-right: -100%;
}

.section-div .block-portfolio .service-list .col01 img {
  width: 100%;
}

.section-div .block-portfolio .service-list .col02 {
  width: calc(100% - 450px);
}

.section-div .block-portfolio .service-list .col02 .items-list {
  display: flex;
  flex-wrap: wrap;
}

.section-div .block-portfolio .service-list .col02 .items-list .item {
  width: calc(50% - 60px);
  padding-left: 60px;
}

.section-div .block-portfolio .service-list .col02 .items-list .item .sub-item {
  margin-bottom: 65px;
}

.section-div .block-portfolio .service-list .col02 .items-list .item .sub-item:last-child {
  margin-bottom: 0;
}

.section-div .block-portfolio .service-list .col02 .items-list .item .sub-item .sub-bottom {
  font-size: 18px;
  margin-top: 5px;
}

.section-div .block-portfolio .service-list .col02 .items-list .item .sub-item .sub-bottom big {
  font-size: 21px;
  margin-right: 10px;
}

.section-div .block-portfolio .procedure-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  width: 100%;
}

.section-div .block-portfolio .procedure-list .item {
  width: calc(100% / 3 - 25px);
  padding-left: 25px;
}

.section-div .block-portfolio .procedure-list .item .sub-item {
  margin-bottom: 75px;
  display: flex;
  flex-wrap: wrap;
  min-height: 155px;
}

.section-div .block-portfolio .procedure-list .item .sub-item:last-child {
  margin-bottom: 0;
}

.section-div .block-portfolio .procedure-list .item .sub-item .sub-col01 {
  font-size: 30px;
  color: #c4a381;
  width: 140px;
}

.section-div .block-portfolio .procedure-list .item .sub-item .sub-col02 {
  width: calc(100% - 140px);
}

.section-div .block-portfolio .procedure-list .item .sub-item .sub-col02 h4 {
  font-size: 18px;
  margin-top: 10px;
}

.section-div .block-portfolio .procedure-list .item .sub-item .sub-col02 p {
  font-size: 14px;
  margin-top: 40px;
}

.section-div .block-news-detail {
  padding-top: 200px;
  padding-bottom: 160px;
}

.section-div .block-news-detail .block-outer {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 15px;
}

.section-div .block-news-detail .block-outer .news-detail .news-img img {
  width: 100%;
}

.section-div .block-news-detail .block-outer .news-detail .news-title {
  margin-top: 30px;
}

.section-div .block-news-detail .block-outer .news-detail .news-title h3 {
  font-size: 24px;
  font-weight: 500;
}

.section-div .block-news-detail .block-outer .news-detail .news-info {
  margin-top: 30px;
  font-size: 16px;
  color: #bdb1a9;
}

.section-div .block-news-detail .block-outer .news-detail .news-info img {
  max-width: 100%;
  margin: 30px 0;
}

.section-div .block-news-detail .block-outer .news-detail .news-info h4 {
  font-size: 20px;
  color: #fff;
}

.section-div .block-news-detail .block-outer .news-detail .news-info p {
  font-size: 16px;
  margin-bottom: 36px;
}

@media all and (max-width: 1240px) {
  .section-div .block-news-list .news-list .item {
    margin-bottom: 50px;
  }
  .section-div .block-news-list .news-list .item .two-cols {
    display: block;
  }
  .section-div .block-news-list .news-list .item .two-cols .col01 {
    width: 100%;
  }
  .section-div .block-news-list .news-list .item .two-cols .col02 {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .section-div .block-news-list .news-list .item:nth-child(odd) .two-cols .col01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-div .block-project-list .block-outer {
    max-width: 100%;
  }
}

@media all and (max-width: 1024px) {
  .section-div .block-project-list .block-outer .project-list .item {
    width: 50%;
  }
}

@media all and (max-width: 992px) {
  .section-div .block-about-us {
    margin-bottom: 50px;
  }
  .section-div .block-about-us .block-outer .mobile-img {
    /*display: block;
          margin-top: 30px;*/
  }
  .section-div .block-about-us .block-outer .three-cols {
    display: block;
    margin-top: 30px;
  }
  .section-div .block-about-us .block-outer .three-cols h3 {
    font-size: 28px;
  }
  .section-div .block-about-us .block-outer .three-cols p {
    font-size: 16px;
  }
  .section-div .block-about-us .block-outer .three-cols .col01 {
    width: 100%;
    padding-left: 0px;
  }
  .section-div .block-about-us .block-outer .three-cols .col02 {
    width: 100%;
    padding-left: 0px;
  }
  .section-div .block-about-us .block-outer .three-cols .col03 {
    /*display: none;*/
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .section-div .block-about-us .block-outer .three-cols .certified-license h3 {
    font-size: 18px;
  }
  .section-div .block-about-us .block-outer .three-cols .certified-license p {
    margin-top: 30px;
  }
  .section-div .block-about-us .block-outer .certified-license {
    margin-top: 30px;
    text-align: center;
  }
  .section-div .block-about-us .block-outer .icon-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .section-div .block-about-us .block-outer .icon-list .item {
    width: calc(100% / 3);
    margin-bottom: 30px;
  }
  .section-div .block-portfolio {
    margin: 50px 0;
  }
  .section-div .block-portfolio .block-title h3 {
    font-size: 20px;
  }
  .section-div .block-portfolio .service-list {
    display: block;
    margin: 30px 0;
  }
  .section-div .block-portfolio .service-list .col01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .section-div .block-portfolio .service-list .col02 {
    width: 100%;
    margin-top: 20px;
  }
  .section-div .block-portfolio .procedure-list {
    display: block;
    margin-top: 30px;
  }
  .section-div .block-portfolio .procedure-list .item {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
  .section-div .block-portfolio .procedure-list .item .sub-item {
    margin-bottom: 30px;
    min-height: auto;
  }
  .section-div .block-portfolio .procedure-list .item .sub-item .sub-col02 p {
    margin-top: 15px;
  }
  .section-div .block-project-list {
    margin-top: 30px;
  }
  .section-div .block-project-list .block-outer .project-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section-div .block-contact-us {
    margin: 50px 0;
  }
  .section-div .block-contact-us .contact-form .three-cols {
    display: block;
  }
  .section-div .block-contact-us .contact-form .three-cols .col01 {
    width: calc(100% - 20px);
    padding-top: 0;
  }
  .section-div .block-contact-us .contact-form .three-cols .col02 {
    width: calc(100% - 20px);
  }
  .section-div .block-contact-us .contact-form .three-cols .col03 {
    width: calc(100% - 20px);
  }
  .section-div .block-contact-us .contact-form .three-cols h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 15px;
  }
  .section-div .block-contact-us .contact-form .three-cols .sub-item .box input {
    font-size: 16px;
    padding: 10px 10px;
  }
  .section-div .block-contact-us .contact-form .three-cols .sub-item .box .select-div {
    background-size: 20px auto;
  }
  .section-div .block-contact-us .contact-form .three-cols .sub-item .box select {
    font-size: 16px;
    padding: 10px 40px 10px 10px;
  }
  .section-div .block-contact-us .contact-form .three-cols .sub-item .box textarea {
    font-size: 16px;
    padding: 10px 10px;
  }
  .section-div .block-contact-us .contact-form .form-bottom {
    margin-top: 0;
  }
  .section-div .block-news-list {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .section-div .block-news-list .news-list {
    margin-top: 30px;
  }
  .section-div .block-news-detail {
    padding-top: 0px;
  }
}

@media all and (max-width: 640px) {
  .section-div .block-portfolio {
    margin: 20px 0;
  }
  .section-div .block-portfolio .service-list .col02 .items-list {
    margin-top: 30px;
  }
  .section-div .block-portfolio .service-list .col02 .items-list .item {
    width: 50%;
    padding-left: 0;
    text-align: center;
  }
  .section-div .block-portfolio .service-list .col02 .items-list .item .sub-item .sub-bottom {
    font-size: 16px;
  }
  .section-div .block-portfolio .service-list .col02 .items-list .item .sub-item .sub-bottom big {
    font-size: 18px;
    margin-right: 0;
  }
  .section-div .block-portfolio .procedure-list .item .sub-item .sub-col01 {
    font-size: 24px;
    width: 110px;
  }
  .section-div .block-portfolio .procedure-list .item .sub-item .sub-col02 {
    width: calc(100% - 110px);
  }
  .section-div .block-project-list .block-outer .project-list .item {
    /*width: 100%;*/
  }
  .section-div .block-project-list .block-outer .project-list .item .box .desc h3 {
    font-size: 24px;
  }
  .section-div .block-contact-us {
    margin: 20px 0;
  }
  .section-div .block-contact-us .contact-form .form-bottom .three-cols .sub-item button {
    min-width: auto;
    width: 100%;
  }
  .section-div .block-contact-us .contact-form .form-bottom .three-cols .col03 {
    display: block;
  }
  .section-div .block-about-us .block-outer .three-cols .col01 {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
  .section-div .block-about-us .block-outer .three-cols .col01 h3 {
    text-align: center;
  }
  .section-div .block-about-us .block-outer .three-cols .col01 p {
    text-align: center;
  }
  .section-div .block-about-us .block-outer .three-cols .col02 {
    width: calc(100% - 90px);
    padding: 0 45px;
  }
}

.anchor-div {
  position: relative;
  height: 1px;
  overflow: hidden;
}

.anchor-div span {
  display: block;
  margin-top: -50px;
  height: 50px;
}

.section-div .block-title h2 {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  letter-spacing: 10px;
  line-height: 1.968;
  margin: 0;
}

.section-div .block-title h2 span.golden {
  color: #c4a381;
}

.section-div .block-outer {
  margin: 0 auto;
  max-width: 1350px;
  padding: 0 15px;
}

.section-div .block-banner-slider {
  position: relative;
}

.section-div .block-banner-slider:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: #292a2a;
  z-index: 2;
}

.section-div .block-banner-slider .block-outer {
  max-width: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}

.section-div .block-banner-slider .block-outer .swiper-banner .swiper-slide img {
  width: 100%;
}

.section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-next {
  width: 115px;
  height: 20px;
  background-image: url(../images/icon_next_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: calc(115px + 120px);
  opacity: 0.5;
}

.section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-next:after {
  color: transparent;
}

.section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-next:hover {
  opacity: 1;
  background-image: url(../images/icon_next_white_tw.svg);
}

.section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-prev {
  width: 115px;
  height: 20px;
  background-image: url(../images/icon_prev_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 115px;
  opacity: 0.5;
}

.section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-prev:after {
  color: transparent;
}

.section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-prev:hover {
  opacity: 1;
  background-image: url(../images/icon_prev_white_tw.svg);
}

.section-div .block-banner-slider .block-outer .swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.section-div .block-home-div .block-about-us .block-outer .icon-list .item {
  margin-bottom: 70px;
}

.section-div .block-home-div .block-about-us .block-outer .icon-list .item a {
  display: block;
}

.section-div .block-home-div .block-about-us .block-outer .icon-list .item:last-child {
  margin-bottom: 0;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-wrapper {
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide {
  width: calc(100% / 4);
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide .box {
  position: relative;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide .box .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide .box .img img {
  width: 100%;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide .box .desc {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide .box .desc h3 {
  font-size: 36px;
  text-align: center;
  margin-top: 60px;
  padding: 0 15px;
  font-weight: 400;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide .box a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide .album {
  display: none;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide:hover .desc {
  background-color: transparent;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-button-next {
  display: none;
  width: 36px;
  height: 20px;
  background-image: url(../images/icon_arrow_right_white_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 15px;
  opacity: 0.5;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-button-next:after {
  color: transparent;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-button-next:hover {
  opacity: 1;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-button-prev {
  display: none;
  width: 36px;
  height: 20px;
  background-image: url(../images/icon_arrow_left_white_02.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: 15px;
  opacity: 0.5;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-button-prev:after {
  color: transparent;
}

.section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-button-prev:hover {
  opacity: 1;
}

.section-div .block-home-div .block-project .block-outer .album {
  display: none;
}

.section-div .block-home-div .block-project .block-outer .more {
  text-align: center;
  margin-top: 20px;
}

.section-div .block-home-div .block-project .block-outer .more button {
  border-radius: 100px;
  border: none;
  min-width: 320px;
  padding: 15px 0;
  color: #fff;
  font-size: 21px;
  background-color: #c09f79;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}

.section-div .block-home-div .block-project .block-outer .more button img {
  margin-left: 5px;
}

.section-div .block-home-div .block-project .block-outer .more button:hover {
  opacity: 0.5;
}

.section-div .block-home-div .block-news-list {
  background-image: url(../images/event_deco.svg);
  background-position: -70px bottom;
  background-repeat: no-repeat;
}

.section-div .block-home-div .block-news-list .block-outer .news-list {
  display: flex;
  flex-wrap: wrap;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item {
  padding-right: 15px;
  width: calc(100% / 3 - 15px);
  color: #bdb1a9;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 50px;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .datetime {
  position: relative;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .datetime h3 {
  position: relative;
  display: inline-block;
  background-color: #252626;
  padding-right: 20px;
  font-weight: 400;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .datetime:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: #bdb1a9;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .title {
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .title h4 {
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  position: relative;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .info {
  overflow: hidden;
  height: 230px;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .more {
  text-align: right;
  margin-top: 15px;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .more a {
  font-size: 14px;
  border-radius: 100px;
  border: 1px solid #bdb1a9;
  color: #bdb1a9;
  display: inline-block;
  padding: 2px 25px;
  font-family: 'Oswald', sans-serif;
  transition: 0.5s ease;
}

.section-div .block-home-div .block-news-list .block-outer .news-list .item .more a:hover {
  background-color: #bdb1a9;
  color: #252626;
}

.section-div .block-home-div .block-news-list .block-outer .more {
  text-align: center;
}

.section-div .block-home-div .block-news-list .block-outer .more button {
  border-radius: 100px;
  border: none;
  min-width: 320px;
  padding: 15px 0;
  color: #fff;
  font-size: 21px;
  background-color: #c09f79;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}

.section-div .block-home-div .block-news-list .block-outer .more button img {
  margin-left: 5px;
}

.section-div .block-home-div .block-news-list .block-outer .more button:hover {
  opacity: 0.5;
}

@media all and (max-width: 1100px) {
  .section-div .block-home-div .block-news-list {
    padding: 50px 0;
  }
  .section-div .block-home-div .block-news-list {
    background-size: 50% auto;
  }
}

@media all and (max-width: 992px) {
  .section-div .block-home-div .block-about-us .block-outer .three-cols .mobile-img {
    display: block;
    padding: 30px 0;
  }
  .section-div .block-home-div .block-about-us .block-outer .three-cols .col03 {
    display: none;
  }
  .section-div .block-home-div .block-about-us .block-outer .three-cols .icon-list .item {
    margin-bottom: 0px;
    text-align: center;
  }
  .section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide {
    width: calc(100% / 2);
  }
  .section-div .block-title h2 {
    font-size: 48px;
  }
  .section-div .block-about-us {
    margin-top: 20px;
  }
  .section-div .block-banner-slider:before {
    background-color: transparent;
    width: 0px;
    height: 0px;
  }
  .section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-prev {
    left: 10px;
    bottom: 20px;
    top: auto;
    width: 85px;
    height: 15px;
    background-size: auto 100%;
  }
  .section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-next {
    left: auto;
    right: 10px;
    bottom: 20px;
    top: auto;
    width: 85px;
    height: 15px;
    background-size: auto 100%;
  }
}

@media all and (max-width: 768px) {
  .section-div .block-home-div .block-news-list .block-outer .news-list {
    display: block;
    margin-top: 30px;
  }
  .section-div .block-home-div .block-news-list .block-outer .news-list .item {
    width: 100%;
    padding-left: 0;
    padding-bottom: 30px;
    padding-right: 0;
  }
}

@media all and (max-width: 640px) {
  .section-div .block-title h2 {
    font-size: 33px;
    letter-spacing: 5px;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  .section-div .block-title h3 {
    font-size: 30px;
  }
  .section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-next {
    display: none;
  }
  .section-div .block-banner-slider .block-outer .swiper-banner .swiper-button-prev {
    display: none;
  }
  .section-div .block-home-div .block-about-us .block-outer .three-cols .col02 {
    width: 100%;
    padding: 0;
  }
  .section-div .block-home-div .block-about-us .block-outer .icon-list {
    justify-content: center;
  }
  .section-div .block-home-div .block-about-us .block-outer .icon-list .item {
    width: 50%;
    margin: 15px 0px;
    text-align: center;
  }
  .section-div .block-home-div .block-project .block-outer .swiper-project-outer .swiper-slide .box .desc h3 {
    font-size: 24px;
  }
}
/*# sourceMappingURL=main.css.map */