.buildingBanners > div span {
  background: var(--textColor);
}

.buildingBanners > div h1 {
  color:background: var(--textColor);;
  text-shadow: none;
}

.buildingBanners > div h2 {
  color:background: var(--textColor);;
}

.right img {
  max-width: 355px;
  height: auto;
  margin-bottom: 2em;
}

.right p {
  font-size: 0.9rem;
}

.buildingInfo .right {
  margin-top: 5em;
}

.buildingInfo .left {
  margin-top: 0 !important;
}

#building .decoration {
  top: 260px !important;
}

.phoneImg {
  display: none;
}

/* philosophy */
.philosophyInfo h2, .serviceInfo h2 {
  writing-mode: vertical-rl;
  font-size: 2.8rem;
  line-height: 1.2em;
  font-weight: 600;
}

.philosophyInfo, .serviceInfo {
  display: flex; 
  justify-content: flex-start;
  margin: 47px 0 0 0;
}

.philosophyInfo2 img {
  width:300px;
}

.philosophyInfo2 p {
  text-align: right;
  padding-right: 6em;
}

.philosophyBg{
  width: 100%;
  height: 560px;
  background: #C7DDE9;
  display: block;
  position: absolute;
  left: 0; 
  top: -60px;
  z-index: 1;
}

.philosophyData {
  padding-left: 300px;;
  margin: 0 auto;
  max-width: calc(var(--menuWidth) + var(--max-info-width));
  position: relative;
  display: flex;
  justify-content: space-between;
}

.philosophyData > div {
  width: 25%;
}

.philosophyData > span {
  width: 1px;
  height: 6em;
  display: block;
  background: var(--mainColor);
  margin-top: 5em; 
}

.philosophyData > div h3 {
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

#philosophyData {
 background: #C7DDE9; 
 padding-bottom: 6em;
}

.philosophyData > div {
  font-size: 0.9rem;
  line-height: 1.2em;
}

/* service */
#service {
  padding: 2em 0 8em 0;
}

.serviceInfo .right {
  display: flex;
}

.serviceInfo .right .items {
  margin-left: 2em;
}

.serviceInfo .right .items p:not(.note) {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.serviceInfo .right .items p:first-child {
  margin-top: 0;
}

.serviceInfo .right .items p.note {
  margin-left: 2em;
}

.serviceInfo .right .items img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  margin-right: 2em;
}

.buildingInfo {
  margin: 47px 0 140px 0;
}

@media screen and (max-width: 1200px) {
  .buildingBanners > div h1 {
    font-size: 1.8rem;
  }
  .buildingBanners > div {
    margin: 1em;
  }
  .articles article .caseImg  {
    width: 392px;
    height: 206.5px;
  }
  .buildingInfo > .right, .lectureInfo > .right {
    width: 392px;
  }
}

@media screen and (max-width: 1000px) {
  .decoration img {
      height: 15rem;
      width: 15rem;
  }
}

@media screen and (max-width: 850px) {
  .articles article .caseImg  {
    width: 313.6px;
  }
  .buildingInfo > .right, .lectureInfo > .right {
    width: 313.6px;
  }
  
  .decoration img {
    height: 12rem;
    width: 12rem;
  }
}

@media screen and (max-width: 750px) {
  .philosophyData {
    padding-left: 0;
    flex-direction: column;
  }
  .philosophyData > div {
    width: 100%;
  }
  .philosophyData > span {
    width: 60%;
    height: 1px;
    display: block;
    background: var(--mainColor);
    margin: 1em auto;
  }
  .philosophyInfo2 p {
    padding-right: 0; 
    display: flex;
    justify-content: center;
  }
  .philosophyInfo2 p img {
    width: 70%;
  }
  .serviceInfo .right, .philosophyInfo {
    flex-direction: column;
    align-items: center;
  }
  .philosophyInfo, .serviceInfo {
    justify-content: center;
    flex-direction: column;
  }
  .serviceInfo .right .items {
    margin-left: 0;
}
  .buildingInfo .right {
    margin-top: 0;
  }
  .buildingInfo {
    flex-direction: column;
    align-items: center;
  }
  .philosophy, .serviceInfo {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .serviceInfo .left {
    display: none;
  }
  .buildingBanners > div h1 {
    font-size: 3rem;
  }
  .buildingBanners > div h2 {
    font-size: 2rem;
  }
  .buildingBanners img {
    content: url('../../main/img/bn/bn02.jpg');
  }
  .decoration img {
    display: none;
  }
  .phoneImg {
    display: block;
    width: 70%;
  }
  .articles article .caseImg  {
    width: 90%;
  }
  .buildingInfo > .right, .lectureInfo > .right {
    width: 100%;
  }
  .right img {
    max-width: unset;
    width: 100%;
  }
  .philosophy, .philosophyData, .serviceInfo {
    margin: 0 3em;
  }
  .philosophyData {
    max-width: 100%;
  }
  .philosophyBg {
    top: -40px;
    height: 500px;
  }
}

