﻿
/******************************
PROJECT COLOR
******************************/
/******************************
PROJECT SIZE
******************************/
/*** PAGE ***/
@media only screen and (max-width:767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}

.categorypath-aboutus #maincontent {
  display: none;
  min-height: unset;
}
.categorypath-aboutus .page-main {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}

.ewcAboutUs {
  position: relative;
  display: block;
}
.ewcAboutUs_banner {
  width: 100%;
}
.ewcAboutUs_banner img {
  display: block;
}
.ewcAboutUs_pageTitle {
  margin: 40px 0;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}
.ewcAboutUs_pageTitle h1 {
  font-size: 40px;
}
.ewcAboutUs_section1 {
  margin: 80px auto calc(32vw - 100px) auto;
  width: 60%;
  text-align: center;
}
.ewcAboutUs_section1 h2 {
  font-family: "Cormorant Garamond", "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
  font-weight: 500;
  text-transform: uppercase;
}
.ewcAboutUs_section1 p {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  margin-top: 36px;
}
.ewcAboutUs_section1 img {
  width: 100%;
  margin-top: 52px;
  position: absolute;
  width: 60%;
  left: 20%;
  z-index: 1;
}
.ewcAboutUs_section2 {
  background-color: #dde0d1;
  display: flex;
  position: relative;
}
.ewcAboutUs_section2 p {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-top: calc(6vw + 140px);
  margin-bottom: 120px;
}
.ewcAboutUs_section2 #pattern {
  background-image: url("../images/common/pattern.png");
  background-size: cover;
  filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(254deg) brightness(116%) contrast(107%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -50%;
}
.ewcAboutUs_section3 {
  display: flex;
  padding: 120px 5% 80px 5%;
  gap: 7%;
}
.ewcAboutUs_section3_start {
  min-width: 240px;
  padding: 0 0 32px;
}
.ewcAboutUs_section3_start h1 {
  font-family: "Cormorant Garamond", "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
}
.ewcAboutUs_section3_end p {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.ewcAboutUs_section3_left h1 {
  font-family: "Cormorant Garamond", "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
  font-weight: 500;
  text-transform: uppercase;
}
.ewcAboutUs_section3_right p {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  margin-bottom: 40px;
}
.ewcAboutUs_section4 img {
  width: 93%;
}
.ewcAboutUs_section4_content {
  background-color: #ffffff;
  position: relative;
  top: 0;
  width: 58%;
  padding: 48px 72px 0px 72px;
  margin-left: auto;
  margin-right: 7%;
  margin-top: -300px;
  margin-bottom: 100px;
}
.ewcAboutUs_section4_content h2 {
  font-family: "Cormorant Garamond", "Noto Sans TC", "Noto Sans SC", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, serif;
  font-weight: 500;
}
.ewcAboutUs_section4_content p {
  font-size: 18px;
  letter-spacing: 0em;
  line-height: 1.25em;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  margin-top: 36px;
}

@media only screen and (max-width: 1023px) {
  .ewcAboutUs p {
    font-size: 18px;
    line-height: 1.5em;
  }
  .ewcAboutUs_section1 {
    width: 90%;
    margin-bottom: 300px;
  }
  .ewcAboutUs_section1 h2 {
    text-transform: capitalize;
  }
  .ewcAboutUs_section1 img {
    width: 80%;
    left: 10%;
  }
  .ewcAboutUs_section2 p {
    width: 90%;
    margin-top: calc(45vw - 190px);
  }
  .ewcAboutUs_section3 {
    padding: 80px 5% 40px 5%;
  }
  .ewcAboutUs_section3_left h1 {
    font-size: 36px;
  }
  .ewcAboutUs_section4_content {
    padding: 24px 28px;
    width: 75%;
    margin-top: -150px;
    margin-bottom: 80px;
  }
  .ewcAboutUs_section4_content p {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .ewcAboutUs_section3 {
    justify-content: space-between;
    gap: unset;
  }
  .ewcAboutUs_section3_start {
    min-width: 240px;
    max-width: 240px;
  }
  .ewcAboutUs_section3_end {
    min-width: calc(100% - 240px - 30px);
    max-width: calc(100% - 240px - 30px);
  }
}
@media only screen and (max-width:767px) {
  .ewcAboutUs_banner {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ewcAboutUs_section1 {
    margin-top: 40px;
  }
  .ewcAboutUs_section1 h2 {
    font-size: 24px;
  }
  .ewcAboutUs_section1 img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    left: 0;
  }
  .ewcAboutUs_section2 p {
    margin: 96px auto;
  }
  .ewcAboutUs_section3 {
    flex-wrap: wrap;
    padding: 0px 5% 40px 5%;
  }
  .ewcAboutUs_section3_start {
    padding: 32px 0;
    min-width: unset;
  }
  .ewcAboutUs_section3_left {
    width: 100%;
    margin: 40px 0;
  }
  .ewcAboutUs_section3_right p {
    margin-bottom: 24px;
  }
  .ewcAboutUs_section4_content {
    padding: 16px 20px;
    width: 90%;
    margin-right: 0;
    margin-top: -56px;
    margin-bottom: 40px;
  }
  .ewcAboutUs_section4_content h2 {
    font-size: 24px;
  }
}