@font-face {
  font-family: "S-CoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "S-CoreDream";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
#container.portfolio {
  padding-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.03em;
  font-family: "S-CoreDream", "NanumSquare", "NanumSquareNeo", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
  color: #58595B;
}

strong {
  font-weight: normal;
}

.tit_comm {
  display: block;
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 600;
}

.desc {
  line-height: 1.8;
}

.wrap_tit.flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.wrap_tit.flex .tit_comm {
  flex-shrink: 0;
}
.wrap_tit.flex .desc {
  max-width: 900px;
  margin-top: 0;
}

.wrap_tit + .contents {
  margin-top: 3em;
}

.wrap_tit .desc {
  margin-top: 1.6em;
}

.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: 1024px) {
  .wrap_tit.flex {
    display: block;
  }
  .wrap_tit.flex .desc {
    margin-top: 1em;
  }
}
#visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: url(../../img/portfolio/p7/p7_visual.jpg) center/cover;
}
#visual .contents {
  text-align: center;
  color: #fff;
}
#visual .contents .title {
  font-size: 3.6em;
  font-weight: 100;
  line-height: 1.2;
}
#visual .contents .conts {
  margin-top: 3em;
  line-height: 2;
}
#visual .contents span {
  display: block;
}
@media screen and (max-width: 768px) {
  #visual .contents .title {
    font-size: 48px;
  }
}

@media screen and (max-width: 768px) {
  .section1 img {
    height: 80vw;
  }
}

.section2 {
  background-color: #E6E7E8;
}
.section2 .row1 .contents {
  margin-top: 150px;
}
.section2 .row1 .pc {
  text-align: center;
}
.section2 .row1 .pc span {
  display: block;
  font-size: 28px;
  font-weight: 200;
  line-height: 1.2;
}
.section2 .row1 .pc .top span, .section2 .row1 .pc .bottom span {
  line-height: 1.5;
}
.section2 .row1 .pc .top:after,
.section2 .row1 .pc .bottom:before {
  display: block;
  width: 438px;
  height: 53px;
  margin: 0 auto;
  border: 1px solid #58595B;
  content: "";
}
.section2 .row1 .pc .top:after {
  border-bottom: none;
}
.section2 .row1 .pc .bottom:before {
  border-top: none;
}
.section2 .row1 .pc .group_circle {
  position: relative;
}
.section2 .row1 .pc [class^=circle] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 290px;
  border-radius: 100%;
  border: 1px solid #58595B;
  transition: 1s;
}
.section2 .row1 .pc [class^=circle] span {
  opacity: 0;
  transform: translateY(0.5em);
  transition: 0.5s;
}
.section2 .row1 .pc [class^=circle]:not(.circle1) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section2 .row1 .pc .circle1 {
  position: relative;
  z-index: 2;
}
.section2 .row1 .pc .circle2, .section2 .row1 .pc .circle3 {
  background-color: #E6E7E8;
  z-index: 1;
}
.section2 .row1 .pc .circle2 span, .section2 .row1 .pc .circle3 span {
  transition-delay: 0.5s;
}
.section2 .row1 .pc .circle4, .section2 .row1 .pc .circle5 {
  background-color: #58595B;
  color: #fff;
}
.section2 .row1 .pc .circle4 span, .section2 .row1 .pc .circle5 span {
  transition-delay: 0.5s;
}
.section2 .row1 .pc .circle3:after, .section2 .row1 .pc .circle4:after {
  position: absolute;
  width: 0;
  height: 30px;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  background: url(../../img/portfolio/p7/p7_sect2_arrow.png) no-repeat right center/46px auto;
  transition: 0.6s;
  content: "";
}
.section2 .row1 .pc .circle3:after {
  transition-delay: 1.3s;
}
.section2 .row1 .pc .circle4:after {
  transition-delay: 1s;
}
.section2 .row1 .pc.aos-animate [class^=circle] span {
  opacity: 1;
  transform: translateY(0);
}
.section2 .row1 .pc.aos-animate .circle2 {
  margin-left: -220px;
}
.section2 .row1 .pc.aos-animate .circle3 {
  margin-left: 220px;
}
.section2 .row1 .pc.aos-animate .circle4 {
  margin-left: -555px;
}
.section2 .row1 .pc.aos-animate .circle5 {
  margin-left: 555px;
}
.section2 .row1 .pc.aos-animate .circle3:after, .section2 .row1 .pc.aos-animate .circle4:after {
  width: 46px;
}
.section2 .row2 {
  margin-top: 200px;
}
.section2 .row2 .contents {
  display: flex;
  gap: 8px;
}
.section2 .row2 .item {
  width: 100%;
}
.section2 .row2 img {
  width: 100%;
}
.section2 .row2 .conts {
  margin-top: 12px;
  text-align: center;
}
@media screen and (max-width: 1480px) {
  .section2 .row1 .contents {
    margin-top: 10.13vw;
  }
  .section2 .row1 .pc span {
    font-size: 1.89vw;
  }
  .section2 .row1 .pc .top:after,
  .section2 .row1 .pc .bottom:before {
    width: 29.59vw;
    height: 3.58vw;
  }
  .section2 .row1 .pc [class^=circle] {
    width: 19.59vw;
    height: 19.59vw;
  }
  .section2 .row1 .pc .circle3:after, .section2 .row1 .pc .circle4:after {
    height: 2vw;
    margin-top: -1vw;
    background-size: 3.1vw auto;
  }
  .section2 .row1 .pc.aos-animate .circle2 {
    margin-left: -14.86vw;
  }
  .section2 .row1 .pc.aos-animate .circle3 {
    margin-left: 14.86vw;
  }
  .section2 .row1 .pc.aos-animate .circle4 {
    margin-left: -37.5vw;
  }
  .section2 .row1 .pc.aos-animate .circle5 {
    margin-left: 37.5vw;
  }
  .section2 .row1 .pc.aos-animate .circle3:after, .section2 .row1 .pc.aos-animate .circle4:after {
    width: 3.1vw;
  }
  .section2 .row2 {
    margin-top: 13.51vw;
  }
}
@media screen and (max-width: 768px) {
  .section2 .row1 .contents {
    margin-top: 40px;
  }
  .section2 .row1 .pc span {
    font-weight: 300;
  }
  .section2 .row2 {
    margin-top: 60px;
  }
  .section2 .row2 .contents {
    display: block;
    margin: 32px -20px 0;
    padding: 0 10vw 0 20px;
  }
  .section2 .row2 .contents .slick-list {
    overflow: visible;
  }
  .section2 .row2 .contents .item {
    padding-right: 12px;
  }
}
@media screen and (max-width: 640px) {
  .section2 .row1 .pc {
    display: none;
  }
  .section2 .row1 .mo {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}

.section3 {
  background: #58595B;
  color: #fff;
}
.section3 .contents {
  margin-top: 150px;
  text-align: center;
}
.section3 .contents img {
  width: 220px;
}
@media screen and (max-width: 1480px) {
  .section3 .contents {
    margin-top: 10.13vw;
  }
  .section3 .contents img {
    width: 14.86vw;
  }
}
@media screen and (max-width: 1024px) {
  .section3 .contents img {
    width: 160px;
  }
}

.section4 {
  background: #B1BABF;
}
.section4 [class^=item] {
  width: 100%;
}
.section4 .item1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section4 .item1 img {
  width: 320px;
  max-width: 100%;
}
.section4 .item2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .section4 .item1 {
    padding: 20px;
  }
}

.section5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  height: 100dvh;
  padding: 120px 80px;
  background: url(../../img/portfolio/p7/p7_sect5_img01.jpg) center/cover;
}
.section5 .title {
  display: block;
  width: 100%;
  font-size: 3.2em;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}
.section5 .symbol {
  width: 200px;
}
@media screen and (max-width: 1480px) {
  .section5 {
    padding: 8.1vw 5.4vw;
  }
  .section5 .symbol {
    width: 13.5vw;
  }
}
@media screen and (max-width: 768px) {
  .section5 {
    padding: 40px 20px;
  }
  .section5 .title {
    font-size: 8.8vw;
  }
  .section5 .symbol {
    width: 90px;
  }
}

.section6 {
  padding-bottom: 0;
}
.section6 .dual {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .section6 .dual {
    margin-top: 24px;
  }
}

.section7 .contents {
  background: #EAE8E4;
  margin-top: 12px;
}
.section7 .wfix {
  display: flex;
  justify-content: flex-end;
  background: url(../../img/portfolio/p7/p7_sect7_img01.png) no-repeat left center/60% auto;
}
.section7 .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  height: 100vh;
  height: 100dvh;
  max-height: 1080px;
  padding: 150px 0;
}
.section7 .logo img {
  width: 280px;
}
.section7 .img {
  margin-top: 12px;
}
@media screen and (max-width: 1480px) {
  .section7 .inner {
    max-height: 100vw;
    padding: 10.13vw 0;
  }
  .section7 .logo img {
    width: 18.9vw;
  }
}
@media screen and (max-width: 768px) {
  .section7 .wfix {
    display: block;
    background: none;
  }
  .section7 .inner {
    width: auto;
    height: auto;
    max-height: none;
    padding: 80px 0;
  }
  .section7 .logo {
    text-align: right;
  }
  .section7 .logo:before {
    display: block;
    width: 320px;
    height: 320px;
    margin: 24px auto;
    background: url(../../img/portfolio/p7/p7_sect7_img01.png) no-repeat center center/contain;
    content: "";
  }
  .section7 .logo img {
    width: 140px;
  }
}

.section8 {
  display: flex;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  background: url(../../img/portfolio/p7/p7_sect8_img01.jpg) center/cover;
  color: #fff;
}
.section8 .wfix {
  display: flex;
  justify-content: flex-end;
}
.section8 .wrap_tit {
  width: 60%;
  max-width: 500px;
}
.section8 .wrap_tit .tit_comm {
  display: block;
}
@media screen and (max-width: 768px) {
  .section8 {
    align-items: flex-end;
    height: 120vw;
  }
  .section8 .wfix {
    padding-bottom: 10.6vw;
  }
  .section8 .wrap_tit {
    width: 50%;
  }
  .section8 .wrap_tit .desc {
    font-size: 14px;
    word-break: normal;
  }
}

.section9 {
  padding-bottom: 0;
}
.section9 .contents {
  margin-top: 120px;
}
.section9 [class^=row] .wfix {
  max-width: 1200px;
}
.section9 [class^=row] .inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.section9 [class^=row] .tit {
  width: 180px;
  flex-shrink: 0;
}
.section9 .line {
  height: 240px;
  margin: 60px 0 60px 300px;
}
.section9 .line:after {
  display: block;
  width: 1px;
  height: 0;
  margin: 0 auto;
  background: #000;
  opacity: 0.5;
  transition: 1s;
  content: "";
}
.section9 .line.aos-animate:after {
  height: 240px;
}
.section9 .row3 {
  margin-top: 150px;
  background: #EBEEF0;
  padding: 180px 0;
}
.section9 .row3 .img {
  flex-grow: 1;
}
.section9 .row3 .img svg {
  width: 100%;
}
.section9 .row3 .img svg [class^=line] {
  stroke-dasharray: var(--len, 1000);
  stroke-dashoffset: var(--len, 1000);
  opacity: 0;
}
.section9 .row3 .img.aos-animate svg.run [class^=line] {
  opacity: 1;
  animation: draw-line 1s ease forwards;
}
.section9 .row3 .img.aos-animate svg.run .line1 {
  animation-delay: 0s;
}
.section9 .row3 .img.aos-animate svg.run .line2 {
  animation-delay: 0.1s;
}
.section9 .row3 .img.aos-animate svg.run .line3 {
  animation-delay: 0.2s;
}
.section9 .row3 .img.aos-animate svg.run .line4 {
  animation-delay: 0.3s;
}
.section9 .row3 .img.aos-animate svg.run .line5 {
  animation-delay: 0.4s;
}
.section9 .row3 .img.aos-animate svg.run .line6 {
  animation-delay: 0.5s;
}
.section9 .row3 .img.aos-animate svg.run .line7 {
  animation-delay: 0.6s;
}
.section9 .row3 .img.aos-animate svg.run .line8 {
  animation-delay: 0.7s;
}
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (max-width: 1480px) {
  .section9 .contents {
    margin-top: 8.1vw;
  }
  .section9 [class^=row] .inner {
    gap: 5.4vw;
  }
  .section9 [class^=row] .tit {
    width: 12.16vw;
  }
  .section9 .line {
    height: 16.2vw;
    margin: 4vw 0 4vw 20.2vw;
  }
  .section9 .line.aos-animate:after {
    height: 16.2vw;
  }
  .section9 .row3 {
    margin-top: 10.13vw;
    padding: 12.16vw 0;
  }
}
@media screen and (max-width: 768px) {
  .section9 .contents {
    margin-top: 40px;
  }
  .section9 [class^=row] .inner {
    flex-direction: column;
    gap: 24px;
  }
  .section9 [class^=row] .tit {
    display: block;
    width: auto;
    text-align: center;
  }
  .section9 .line {
    height: 80px;
    margin: 24px auto;
  }
  .section9 .line.aos-animate:after {
    height: 80px;
  }
  .section9 .row3 {
    margin-top: 40px;
    padding: 40px 0;
  }
}

.section10 .contents {
  display: flex;
}
.section10 [class^=item] {
  height: 490px;
  padding: 24px;
  font-size: 16px;
}
.section10 .tit {
  display: block;
}
.section10 .conts {
  margin-top: 1em;
  font-size: 0.875em;
}
.section10 .item1 {
  width: 40%;
  background: url(../../img/portfolio/p7/p7_sect10_img01.png);
  background-size: 100% 100%;
  color: #fff;
}
.section10 .item2 {
  flex-grow: 1;
  background: #EAECED;
  min-width: 180px;
}
.section10 .item3 {
  background-color: #BCBEC0;
}
.section10 .item4 {
  background-color: #B09455;
}
.section10 .item3, .section10 .item4 {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .section10 .contents {
    margin: 40px -40px 0;
  }
  .section10 .conts {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .section10 .contents {
    display: block;
    margin: 24px -20px 0;
  }
  .section10 [class^=item] {
    width: auto;
    height: auto;
    padding: 20px;
  }
  .section10 .item1 {
    height: 320px;
    max-height: 60vw;
  }
  .section10 .inner {
    display: flex;
  }
  .section10 .tit {
    width: 160px;
  }
  .section10 .conts {
    margin-top: 0;
  }
}

.section11 {
  padding-bottom: 0;
}
.section11 .row1 {
  position: relative;
  margin-top: 40px;
}
.section11 .row1 .img img {
  width: 100%;
}
.section11 .row1 .conts {
  position: absolute;
  top: 80px;
  right: 80px;
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1480px) {
  .section11 .row1 .conts {
    font-size: 3.37vw;
  }
}
@media screen and (max-width: 1024px) {
  .section11 .row1 .conts {
    top: 40px;
    right: 40px;
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .section11 .row1 .img img {
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section11 .row1 .conts {
    top: 32px;
    right: auto;
    left: 20px;
    font-size: 24px;
  }
  .section11 .row2 .img img {
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.section12 {
  margin-top: 12px;
  background: #ECEDEE;
  padding-top: 0;
}
.section12 .contents {
  margin-top: 12px;
}
.section12 .contents img {
  width: 100%;
}
.section12 .contents .item1 .img {
  width: 50%;
}
.section12 .contents .item2 {
  display: flex;
  flex-direction: row-reverse;
  margin-top: -88px;
}
.section12 .contents .item2 .conts {
  width: 42%;
  padding-top: 132px;
  padding-right: 80px;
}
.section12 .contents .item2 .conts .tit_comm {
  display: block;
}
.section12 .contents .item2 .img {
  width: 58%;
}
@media screen and (max-width: 1024px) {
  .section12 .contents .item2 {
    display: block;
    overflow: hidden;
  }
  .section12 .contents .item2 .img {
    float: right;
    margin-left: 20px;
    margin-bottom: 12px;
  }
  .section12 .contents .item2 .conts {
    width: auto;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section12 .contents .wfix {
    padding: 0;
  }
  .section12 .contents .item1 .img {
    width: auto;
  }
  .section12 .contents .item2 {
    margin-top: 12px;
  }
  .section12 .contents .item2 .conts {
    padding-top: 32px;
    margin: 0 20px;
  }
  .section12 .contents .item2 .img {
    float: none;
    width: auto;
    margin-left: 0;
  }
}