#container.portfolio {
  padding-top: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "NanumSquareNeo", "NanumSquare", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
}

strong {
  display: block;
}

@media screen and (max-width: 1024px) {
  #container.portfolio {
    font-size: 16px;
  }
}
.tit_comm {
  font-weight: bold;
}

.info_comm {
  display: flex;
}
.info_comm .tit_comm {
  width: 480px;
}
.info_comm .contents {
  flex-grow: 1;
}
.info_comm .desc {
  line-height: 1.8;
}
.info_comm p + p {
  margin-top: 1em;
}
@media screen and (max-width: 1024px) {
  .info_comm {
    display: block;
  }
  .info_comm .contents {
    margin-top: 2em;
  }
}

#visual {
  height: 100vh;
  height: 100dvh;
  background: url(../../img/portfolio/p9/p9_visual.jpg) center/cover;
}

.section1 {
  height: 100vh;
  height: 100dvh;
  min-height: 740px;
  max-height: 1300px;
  padding: 150px 0;
  background: url(../../img/portfolio/p9/p9_sect1_img01.jpg) no-repeat right bottom/auto 100%;
}
.section1 .typo {
  margin-top: 120px;
  line-height: 1;
}
.section1 .item {
  position: relative;
  font-size: 1.2em;
  font-weight: 800;
}
.section1 .item:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: 1.2s;
  content: "";
}
.section1 .item.aos-animate:after {
  width: 100%;
}
.section1 .item:first-child:after {
  transition-delay: 0.2s;
}
.section1 .item:nth-child(2):after {
  transition-delay: 0.6s;
}
.section1 .item:nth-child(3):after {
  transition-delay: 1s;
}
.section1 .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding: 80px 0;
    background-size: 150% auto;
  }
}

.section2 {
  padding: 60px 0;
  text-align: center;
}
.section2 svg {
  width: 520px;
  max-width: 85%;
  height: auto;
  margin: 0 auto;
}
.section2 path {
  vector-effect: non-scaling-stroke;
}
.section2 .use-transform {
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 1024px) {
  .section2 {
    padding: 40px 0;
  }
}

.section3 .top {
  background: url(../../img/portfolio/p9/p9_sect3_bg1.jpg) bottom center/100% 100%;
}
.section3 .top:after {
  display: block;
  height: 8px;
  background: url(../../img/portfolio/p9/p9_sect3_line.jpg) 100% 100%;
  content: "";
}
.section3 .top .info_comm {
  padding: 150px 0 80px;
}
.section3 .symbol {
  padding: 250px 0;
  background: url(../../img/portfolio/p9/p9_sect3_bg2.jpg) top center/100% 100%;
}
.section3 .symbol .wfix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
.section3 .symbol [class^=item] {
  position: relative;
  width: 212px;
  height: 212px;
  background: rgba(230, 231, 232, 0.7);
  border-radius: 20px;
}
.section3 .symbol [class^=item] img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s 0.5s;
  opacity: 0.5;
}
.section3 .symbol [class^=item].aos-animate img {
  opacity: 1;
}
.section3 .symbol .item1.aos-animate img {
  margin: 72px 0 0 72px;
}
.section3 .symbol .item2.aos-animate img {
  margin: -94px 0 0 94px;
}
@media screen and (max-width: 1024px) {
  .section3 .top .info_comm {
    padding: 80px 0 40px;
  }
  .section3 .top:after {
    height: 6px;
  }
  .section3 .symbol {
    padding: 24.4vw 0;
  }
  .section3 .symbol .wfix {
    gap: 12vw;
  }
  .section3 .symbol [class^=item] {
    width: 20.7vw;
    height: 20.7vw;
    border-radius: 1.95vw;
  }
  .section3 .symbol .item1.aos-animate img {
    margin: 7vw 0 0 7vw;
  }
  .section3 .symbol .item2.aos-animate img {
    margin: -9.17vw 0 0 9.17vw;
  }
}

.section4 {
  padding: 150px 0;
}
.section4 .contents {
  margin-top: 32px;
  color: #fff;
}
.section4 [class^=color] {
  padding: 20px 0 40px;
}
.section4 [class^=color] .wfix {
  display: flex;
}
.section4 [class^=color] .wfix > div {
  flex-grow: 1;
}
.section4 [class^=color] .wfix .tit {
  width: 40%;
}
.section4 [class^=color] .wfix [class^=item] {
  width: 30%;
}
.section4 .color1 {
  height: 620px;
  max-height: 100vh;
  max-height: 100dvh;
  background-color: #00B6BE;
}
.section4 .color2 {
  background-color: #EAE8E7;
}
.section4 .color3 {
  background-color: #A7A9AC;
  margin-top: 130px;
}
.section4 .color4 {
  background-color: #59636A;
}
@media screen and (max-width: 1024px) {
  .section4 {
    padding: 80px 0;
    font-size: 13px;
  }
  .section4 .contents {
    margin-top: 20px;
  }
  .section4 [class^=color] .wfix {
    flex-wrap: wrap;
  }
  .section4 [class^=color] .wfix .tit {
    width: 100%;
    margin-bottom: 24px;
    font-size: 15px;
  }
  .section4 [class^=color] .wfix .item1 {
    width: 60%;
  }
  .section4 [class^=color] .wfix .item2 {
    width: 40%;
  }
  .section4 .color1 {
    height: 80vw;
  }
}

.section5 .tit_typo {
  padding: 20px 110px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.section5 .tit_typo img {
  width: 300px;
}
.section5 .item {
  display: flex;
  align-items: center;
  gap: 200px;
  padding: 60px 110px;
  border-bottom: 1px solid #aaa;
}
.section5 .img {
  width: 300px;
  flex-shrink: 0;
}
.section5 .contents {
  flex-grow: 1;
}
.section5 .info {
  display: flex;
  gap: 100px;
}
.section5 .txt {
  margin-top: 80px;
}
@media screen and (max-width: 1480px) {
  .section5 .tit_typo, .section5 .item {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .section5 .item {
    gap: 12vw;
  }
  .section5 .info {
    gap: 6.75vw;
    font-size: 16px;
  }
  .section5 .txt {
    margin-top: 5.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .section5 .tit_typo, .section5 .item {
    padding-left: 0;
    padding-right: 0;
  }
  .section5 .tit_typo img {
    width: 29vw;
  }
  .section5 .item {
    gap: 10%;
    padding: 40px 0;
  }
  .section5 .img {
    width: 30%;
  }
}
@media screen and (max-width: 540px) {
  .section5 .item {
    display: block;
    overflow: hidden;
  }
  .section5 .img {
    float: left;
    width: 40vw;
    margin: 0 20px 20px 0;
  }
  .section5 .info {
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    font-size: 14px;
    height: 40vw;
  }
  .section5 .txt {
    margin-top: 40px;
  }
}

.section6 {
  padding-top: 150px;
}
.section6 img {
  width: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section6 {
    padding-top: 80px;
  }
}