.brandStory {
  background: url(../../main/img/bg/bg_texture-02.png);
  background-size: cover;
}

.brandStory img {
  width: 28%;
}

.aboutTitleRWD {
  display: none;
}

.brandContentRWD {
  display: none;
}

article {
  display: flex;
  justify-content: center;
}

article > img {
  display: block;
  object-fit: cover;
  margin-bottom: 4em;
  margin-right: 4em;
}

article > div {
  width: 50%;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutTitle {
  display: flex;
  width: 100%;
  align-items: baseline;
}

.hrLine {
 height: 2px; 
}

.aboutTitle h3 {
  color: var(--mainColor); 
  font-weight: 500;
  min-width: 6em;
  letter-spacing: 6px;
}

p.subtitle {
  font-size: 1.35em;
  letter-spacing: 4px;
  font-weight: 500;
  margin-top: 2em;
}

.content {
  color: var(--bg-gray);
  line-height: 2em;
  text-align: center;
}

.brandPhilosophy {
  background-color: #DBD8D6;
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  position: relative;
}

.brandPhilosophy .bg {
  position: relative;
  text-align: center;
}

.brandPhilosophy .bg > img {
  width: 468px;
  height: 444px;
}

.brandPhilosophy .brandText {
  position: absolute;
  text-align: center;
  top: 35%;
  left: 41%;
}

.brandPhilosophy .brandText .title {
  font-family: 'Noto Serif TC', serif;
  font-size: 2.5em;
}

.brandPhilosophy .brandText .subTitle {
  font-family: 'Courier Prime', monospace;
  font-size: 0.8em;
  letter-spacing: 0px;
}

.brandText1, .brandText2, .brandText3, .brandText4, .brandText5 {
  font-family: 'Noto Serif TC', serif;
  position: absolute;
  font-size: 1.5em;
  color: white;
}

.brandContent1, .brandContent2, .brandContent3, .brandContent4, .brandContent5 {
  position: absolute;
  color: var(--mainColor);
}

.brandPhilosophy .brandText1 {
  top: 15%;
  left: 39%;
}

.brandPhilosophy .brandText2 {
  top: 39%;
  left: 71%;
}

.brandPhilosophy .brandText3 {
  top: 77%;
  left: 59%;
}

.brandPhilosophy .brandText4 {
  top: 77%;
  left: 20%;
}

.brandPhilosophy .brandText5 {
  top: 39%;
  left: 8%;
}

.brandPhilosophy .brandContent1 {
  top: -18%;
  left: 30%;
}

.brandPhilosophy .brandContent2 {
  top: 34%;
  right: -48%;
}

.brandPhilosophy .brandContent3 {
  bottom: 5%;
  right: -28%;
}

.brandPhilosophy .brandContent4 {
  bottom: 5%;
  left: -10%;
}

.brandPhilosophy .brandContent5 {
  top: 34%;
  left: -52%;
}

/* @media screen and (min-width: 1000px) { */
/* } */

/* @media screen and (max-width: 820px) { */
/*   #content article > div:not(.imgDiv) { */
/*     padding: 3em 4em; */
/*   } */
/*   .brandStory > img { */
/*     width: 30%; */
/*     object-fit: contain; */
/*   } */
/*   .brandValue > div:first-child { */
/*     width: 70% !important; */
/*   } */
/*   .brandValue > div:nth-child(2) { */
/*     width: 30% !important; */
/*   } */
/*   .endBorder { */
/*     height: 150px !important; */
/*   } */
/* } */


/* @media screen and (max-width: 500px) { */
/*   article { */
/*     flex-direction: column; */
/*     align-items: center; */
/*   } */
/*   .brandStory > img { */
/*     margin-top: 3em; */
/*   } */
/*   #content article > div:not(.imgDiv) { */
/*     width: 100% !important; */
/*     padding: 3em 3em; */
/*   } */
/*   article.brandValue { */
/*     flex-direction: column-reverse; */
/*   } */
/*   article.brandValue > div > img { */
/*     padding-bottom: 0; */
/*   } */
/*   .businessPolicy > img { */
/*     margin-top: 3em; */
/*   } */
/*   .endNav { */
/*     flex-wrap: wrap; */
/*   } */
/*   .endBorder { */
/*     display: none; */
/*   } */
/*   .endNav div div { */
/*     margin: 0 1em; */
/*   } */
/* } */

/* @media screen and (max-width: 500px) { */
/*   #content article > div:not(.imgDiv) { */
/*     padding: 3em 2em; */
/*   } */
/*   div p.subtitle { */
/*     margin-bottom: 1.2em; */
/*     font-size: 1.2em; */
/*   } */
/*   .content { */
/*     font-size: 0.8em; */
/*   } */
/* }   */

@media screen and (max-width: 820px) {
  article {
    flex-direction: column;
    align-items: center;
  }
  article > div {
    width: 80%;
    padding-top: 0;
  }
  article.brandStory, article.brandValue, article.businessPolicy {
    padding: 0 2em !important;
  }
  .brandStory > img {
    width: 80% !important;
    margin: 2em 0;
  }
  .brandValue > div:nth-child(2) {
    width: 100% !important;
  }
  .aboutTitle {
    display: none;
  }
  .aboutTitleRWD {
    display: block !important;
    text-align: center;
    margin-top: 2em;
    color: var(--mainColor);
  }
  div p.subtitle {
    font-size: 17px !important;
  }
  .enSentence {
    font-size: 16px !important;
  }
  .author {
    font-size: 16px !important;
  }
  .content {
    font-size: 14px !important;
  }
  .content:last-child {
    margin-bottom: 3em !important;
    line-height: 2em;
  }
  .brandPhilosophy .bg > img {
    width: 350px;
    height: 332px;
  }
  .brandText1, .brandText2, .brandText3, .brandText4, .brandText5 {
    font-size: 1em;
  }
  .brandPhilosophy .brandText .title {
    font-size: 1.5em;
  }
  .brandPhilosophy .brandText {
    left: 39%;
  }
  .brandContent1, .brandContent2, .brandContent3, .brandContent4, .brandContent5 {
    display: none;
  }
  .brandPhilosophy {
    height: 40vh;
  }
  .brandContentRWD {
    display: flex;
    justify-content: center;
    background: #DBD8D6;
    padding-bottom: 3em;
    display: block;
  }
  .brandDiv {
    width: 40%;
    display: flex;
    margin: 0 auto;
  }
  .numberImgRWD {
    width: 30%;
    height: fit-content;
    margin-top: .5em;
  }
  .brandContent1RWD {
    padding: 0;
    margin: 0;
    margin-top: 1em;
  }
  .brandText1RWD {
    font-family: 'Noto Serif TC';
    font-size: 1.5em;
    color: var(--mainColor);
    padding: 0;
    margin: 0;
    margin-top: .5em;
  }
  .hrLineRWD {
    height: 2px;
    width: 200px;
    border-bottom: 1px solid var(--mainColor);
    margin-top: 2.2em;
  }
  .banner img {
    content: url('../../main/img/mobile_03-bn.jpg');
  }
}

@media screen and (max-width: 768px) {
  .brandDiv {
    width: 45%;
  }
}  

@media screen and (max-width: 428px) {
  .brandPhilosophy {
    height: 60vh;
  }
  .brandDiv {
    width: 80%;
  }
}

@media screen and (max-width: 375px) {
  .brandText1RWD {
    font-size: 1.2em;
    padding-top: .5em;
  }
  article.brandStory {
    padding: 0 !important;
  }
}
