@font-face {
  font-family: "Yeongdo-Rg";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.2/Yeongdo-Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
#container.portfolio {
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.03em;
}

strong {
  font-weight: normal;
}

.tit_comm {
  display: block;
  padding-top: 0.5em;
  font-family: "Yeongdo-Rg", "NanumSquare", "NanumSquareNeo", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
  font-size: 3.44em;
  line-height: 1.1;
  font-weight: normal;
}
.tit_comm.mid {
  font-size: 1.77em;
}

.desc {
  line-height: 1.8;
}

.wrap_tit .desc {
  margin-top: 1em;
  font-size: 1.33em;
}

.contents {
  margin-top: 60px;
}

.img.full img {
  width: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}

.dual {
  display: flex;
}
.dual > div {
  flex-grow: 1;
}

section {
  padding: 150px 0;
}

section.img_area {
  padding: 0;
}

@media screen and (max-width: 1480px) {
  section {
    padding: 10.13vw 0;
  }
}
@media screen and (max-width: 1024px) {
  #container.portfolio {
    font-size: 16px;
  }
  section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .tit_comm {
    font-size: 7vw;
  }
  .tit_comm.mid {
    font-size: 24px;
  }
  .wrap_tit .desc {
    margin-top: 1em;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .tit_comm {
    font-size: 32px;
  }
}
#visual {
  position: relative;
  height: 100vh;
  height: 100dvh;
  background: url(../../img/portfolio/p5/p5_visual.jpg) center/cover;
}
#visual .conts {
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  text-align: center;
}
#visual .conts .tit_comm {
  font-size: 5.7vh;
}
#visual .conts .desc {
  font-weight: bold;
  margin-top: 0;
  padding-top: 0.75em;
  font-size: 2.2vh;
}
@media screen and (min-height: 1080px) {
  #visual .conts .tit_comm {
    font-size: 62px;
  }
  #visual .conts .desc {
    font-size: 24px;
  }
}
@media screen and (max-height: 980px) {
  #visual {
    background-position: center 80%;
  }
}

.section1 {
  background: url(../../img/portfolio/p5/p5_sect1_img01.jpg) center bottom/cover;
  color: #fff;
  text-align: center;
}
.section1 .wfix {
  max-width: 1000px;
}
.section1 .tit_row {
  display: block;
  font-size: 1.33em;
}
.section1 .row1 .img {
  position: relative;
}
.section1 .row1 .img:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 28px;
  transform: translateY(-50%);
  background: url(../../img/portfolio/p5/p5_sect1_img03.png) no-repeat 0 center/auto 28px;
  transition: 4s 0.2s;
  content: "";
}
.section1 .row1 .img.aos-animate:after {
  width: 100%;
}
.section1 .row1 .img:last-child {
  display: none;
}
.section1 .row2,
.section1 .row2 .wrap_box,
.section1 .row3 {
  position: relative;
  padding-top: 72px;
}
.section1 .row2:before,
.section1 .row2 .wrap_box:before,
.section1 .row3:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  transform: translateX(-50%);
  background: #fff;
  transition: 0.5s;
  content: "";
}
.section1 .row2.aos-animate:before,
.section1 .row2 .wrap_box.aos-animate:before,
.section1 .row3.aos-animate:before {
  height: 72px;
}
.section1 .row2 .box {
  display: flex;
  padding: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}
.section1 .row2 .box .item {
  width: 100%;
  padding: 0 24px;
}
.section1 .row2 .box .item + .item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.section1 .row2 .box .tit {
  display: block;
  font-size: 1.33em;
  line-height: 1.3;
}
.section1 .row2 .box .desc {
  margin-top: 1.8em;
}
.section1 .row3 {
  padding-top: 120px;
}
.section1 .row3:before {
  top: 24px;
}
@media screen and (max-width: 640px) {
  .section1 .row1 .img:first-child {
    display: none;
  }
  .section1 .row1 .img:last-child {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  .section1 .row1 .img:last-child:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transform: unset;
    background: url(../../img/portfolio/p5/p5_sect1_img04.png) no-repeat center 0/100% auto;
  }
  .section1 .row1 .img:last-child.aos-animate:after {
    width: 100%;
    height: 100%;
  }
  .section1 .row2 .box {
    flex-direction: column;
    padding: 0 20px;
  }
  .section1 .row2 .box .item {
    padding: 24px 0;
  }
  .section1 .row2 .box .item + .item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .section1 .row2 .box .desc {
    margin-top: 1em;
  }
}

.section2 {
  background: #000;
  color: #fff;
  text-align: center;
}
.section2 .wrap_tit {
  color: #0072BC;
}
.section2 .contents {
  display: flex;
  gap: 80px;
}
.section2 .item {
  width: 100%;
  padding: 40px;
}
.section2 .conts {
  margin-top: 2.2em;
  text-align: left;
}
.section2 .tit.neo {
  font-size: 20px;
  font-weight: bold;
}
.section2 .desc {
  margin-top: 1em;
  font-weight: 300;
  word-break: normal;
}
@media screen and (max-width: 1480px) {
  .section2 .contents {
    gap: 5.4vw;
  }
  .section2 .item {
    padding: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .section2 > .img img {
    height: 90vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section2 .contents {
    gap: 32px;
  }
  .section2 .item {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .section2 .contents {
    display: block;
    margin-left: -20px;
  }
  .section2 .item {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .section2 .item + .item {
    margin-top: 32px;
  }
  .section2 .item .img {
    width: 30%;
    min-width: 160px;
  }
  .section2 .conts {
    margin-top: 0;
  }
}

.section3 {
  padding: 0;
}
.section3 .wrap_tit {
  padding: 180px 0;
  text-align: center;
  color: #0072BC;
}
@media screen and (max-width: 1480px) {
  .section3 .wrap_tit {
    padding: 12.16vw 0;
  }
  .section3 .img img {
    min-height: 60vw;
  }
}

.section4 {
  padding: 100px 0;
}
.section4 .dual {
  align-items: center;
}
.section4 .item2 {
  width: 456px;
  color: #0072BC;
}
.section4 .item2 .conts {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .section4 {
    padding: 70px 0;
  }
  .section4 .dual {
    display: block;
  }
  .section4 .item2 {
    display: flex;
    gap: 24px;
    width: 100%;
    align-items: center;
  }
  .section4 .item2 img {
    width: 60vw;
    margin-left: -20vw;
  }
  .section4 .item2 .conts {
    margin-top: 0;
    word-break: normal;
  }
}

.section6 {
  background-color: #E6E7E8;
  color: #0072BC;
  text-align: center;
}

.section7 {
  background-color: #E6E7E8;
}
.section7 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}