@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@font-face {
  font-family: "Freesentation";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cafe24SsurroundAir";
  src: url("https://gcore.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24SsurroundAir.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#container.portfolio {
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #CE8D6F;
  font-family: "Nanum Gothic", "NanumSquare", "NanumSquareNeo", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
  letter-spacing: -0.04em;
}
#container.portfolio strong {
  font-weight: normal;
}
#container.portfolio .tit_comm {
  font-size: 30px;
  line-height: 1.2;
}
#container.portfolio .tit_mid {
  font-size: 36px;
  line-height: 1.2;
}
#container.portfolio .tit_large {
  font-size: 45px;
  line-height: 1.2;
}
#container.portfolio .tit_underline {
  position: relative;
  display: inline-flex;
  padding: 0 0.5em 8px;
}
#container.portfolio .tit_underline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #CE8D6F;
  transition: 1s 0.5s;
  content: "";
}
#container.portfolio .tit_underline.aos-animate:after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #container.portfolio {
    font-size: 15px;
  }
  #container.portfolio .tit_comm {
    font-size: 20px;
  }
  #container.portfolio .tit_mid {
    font-size: 24px;
  }
  #container.portfolio .tit_large {
    font-size: 30px;
  }
}

section {
  padding: 150px 0;
}

section.section_img {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0;
}
section.section_img .item {
  width: 100%;
}
section.section_img .img {
  width: 100%;
}
section.section_img img {
  width: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
section.section_img .dual {
  display: flex;
}

@media screen and (max-width: 1480px) {
  section {
    padding: 10.13vw 0;
  }
  section.section_img {
    gap: 2.16vw;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 80px 0;
  }
  section.section_img {
    gap: 12px;
  }
}
.free {
  letter-spacing: 0;
  font-family: "Freesentation", "Nanum Gothic", "NanumSquare", "NanumSquareNeo", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
}

.cafe {
  letter-spacing: 0;
  font-family: "Cafe24SsurroundAir", "Nanum Gothic", "NanumSquare", "NanumSquareNeo", HelveticaNeue-Light, AppleSDGothicNeo-Light, "Malgun Gothic", sans-serif !important;
}

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

.section1 {
  padding: 80px 0;
  background: #F2F0F0;
}
.section1 .wfix {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.section1 .contents {
  width: 700px;
  max-width: 100%;
}
.section1 .tit_large {
  display: block;
}
.section1 .desc {
  margin-top: 1.8em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .section1 {
    padding: 7.81vw 0;
  }
}
@media screen and (max-width: 768px) {
  .section1 {
    padding: 60px 0;
  }
}

.section2 {
  text-align: center;
}
.section2 .contents {
  margin-top: 32px;
}
.section2 .contents:before {
  display: block;
  width: 1px;
  height: 140px;
  margin: 0 auto;
  background: #CD9E88;
  transform: scale(1, 0);
  transform-origin: top;
  transition: 1s 0.3s;
  content: "";
}
.section2 .contents.aos-animate:before {
  transform: scale(1, 1);
}
.section2 .list {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.section2 .item {
  width: 100%;
}
.section2 .sub {
  display: block;
  margin-top: 1em;
}
.section2 .img {
  margin-top: 1em;
}
.section2 .img img {
  width: 100%;
}
.section2 [class^=row] + [class^=row] {
  margin-top: 150px;
}
.section2 .row2 .img {
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .section2 .contents {
    margin-top: 24px;
  }
  .section2 .contents:before {
    height: 13.6vw;
  }
  .section2 .list {
    margin-top: 24px;
  }
  .section2 [class^=row] + [class^=row] {
    margin-top: 14.64vw;
  }
}
@media screen and (max-width: 768px) {
  .section2 .list {
    display: block;
    margin: 24px -20px 0;
    padding: 0 40px;
  }
  .section2 .slick-list {
    overflow: visible;
  }
  .section2 .item {
    width: auto;
    padding: 0 8px;
  }
}

.section3 {
  padding: 80px 0;
}
.section3 .tit_mid {
  display: block;
}
.section3 p {
  margin-top: 1.8em;
  line-height: 1.8;
}

.section4 .dual .img, .section4 .dual .conts {
  width: 50% !important;
}
.section4 .dual .img img {
  height: 100%;
}
.section4 .dual .conts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 80px;
  background: #DCBCAE;
  color: #fff;
  text-align: center;
}
.section4 .dual .conts p {
  font-size: 1.66em;
}
.section4 .dual .conts p + p {
  margin-top: 1em;
}
@media screen and (max-width: 1480px) {
  .section4 .dual .conts {
    padding: 40px 5.4vw;
  }
}
@media screen and (max-width: 768px) {
  .section4 .dual {
    flex-direction: column;
  }
  .section4 .dual .img, .section4 .dual .conts {
    width: 100% !important;
  }
  .section4 .dual .conts {
    padding: 40px 32px;
  }
  .section4 .dual .conts p {
    font-size: 20px;
    transition-delay: 0s;
  }
}

.section5 {
  padding: 60px 0;
}
.section5 .wfix {
  display: flex;
  justify-content: flex-end;
}
.section5 .contents {
  width: 700px;
  max-width: 100%;
}
.section5 .tit_large {
  display: block;
}
.section5 p {
  margin-top: 1.8em;
  line-height: 2;
}

.section6 {
  position: relative;
  background: #DCBCAE;
}
.section6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../img/portfolio/p2/p2_sect6_pattern.png) repeat center/420px auto;
  opacity: 0;
  transition: 1.5s 1s;
  content: "";
}
.section6 .wfix {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.section6 .title img {
  width: 720px;
}
.section6.aos-animate:before {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .section6:before {
    background-size: 210px auto;
  }
  .section6 .wfix {
    max-height: 120vw;
  }
  .section6 .title img {
    max-width: calc(100% - 40px);
  }
}

.section7 {
  background: #F2F0F0;
  text-align: center;
}
.section7 .contents {
  margin-top: 100px;
}
.section7 [class^=row] {
  display: flex;
  justify-content: space-around;
  gap: 40px;
}
.section7 .row1 [class^=item] {
  width: 560px;
}
.section7 .row1 .item2 {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.section7 .row1 .item2 .inner {
  position: relative;
  margin-left: 60px;
}
.section7 .row1 .item2 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.section7 .row1 .item2 svg path {
  stroke: black;
  fill: none;
  stroke-width: 1.5;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.section7 .row2 {
  margin-top: 100px;
  align-items: center;
}
.section7 .row2 [class^=item] {
  width: 100%;
}
.section7 .row2 .sign {
  flex-shrink: 0;
  width: 110px;
  padding-bottom: 80px;
}
.section7 .row2 .conts {
  display: flex;
  align-items: center;
  height: 2.4em;
  justify-content: center;
  margin-top: 12px;
}
@media screen and (max-width: 1480px) {
  .section7 .contents {
    margin-top: 6.75vw;
  }
  .section7 [class^=row] {
    gap: 2.7vw;
  }
  .section7 .row1 [class^=item] {
    width: 37.83vw;
  }
  .section7 .row1 .item2 .inner {
    margin-left: 4vw;
  }
  .section7 .row1 .item2 .inner img {
    width: 15.8vw;
  }
  .section7 .row2 {
    margin-top: 6.75vw;
  }
  .section7 .row2 .sign {
    width: 7.43vw;
  }
}
@media screen and (max-width: 768px) {
  .section7 .row1 {
    gap: 24px;
  }
  .section7 .row1 [class^=item] {
    width: calc(50% - 12px);
  }
  .section7 .row2 {
    flex-direction: column;
    margin-top: 60px;
  }
  .section7 .row2 .img {
    width: 40vw;
    max-width: 210px;
    margin: 0 auto;
  }
  .section7 .row2 .sign {
    width: 80px;
    padding-bottom: 0;
    margin: 20px auto;
  }
}

.section8 {
  padding-bottom: 32px;
  text-align: center;
}
.section8 .row1 .contents {
  display: flex;
  gap: 10px;
  margin-top: 80px;
  padding: 80px 0;
}
.section8 .row1 [class^=item] {
  width: 100%;
  aspect-ratio: 1/2.037;
  background: url(../../img/portfolio/p2/p2_sect8_img01.png) no-repeat center/contain;
  transition: 0.5s;
}
.section8 .row1 .item21 {
  transition-delay: 2.8s;
}
.section8 .row1 [class^=item].aos-animate {
  transform: scaleX(-1);
}
.section8 .row1 .aos-animate .item21 {
  background-image: url(../../img/portfolio/p2/p2_sect8_img02.png);
}
.section8 .row2 {
  margin-top: 80px;
}
.section8 .row2 .wrap_color {
  display: flex;
  margin-top: 100px;
  text-align: left;
}
.section8 .row2 [class^=item] {
  display: flex;
  gap: 8px;
  width: 15%;
  min-width: 254px;
  height: 30vw;
  max-height: 50vh;
  padding: 40px;
  color: #fff;
}
.section8 .row2 [class^=item]:before {
  display: inline-block;
  content: "●";
}
.section8 .row2 .item1 {
  background: #DCBCAE;
  flex-grow: 1;
  padding-left: 80px;
  color: rgba(0, 0, 0, 0.8);
}
.section8 .row2 .item2 {
  background: #CD9E88;
}
.section8 .row2 .item3 {
  background: #F2F0F0;
  width: 20%;
  color: rgba(0, 0, 0, 0.8);
}
.section8 .row2 .item4 {
  background: #58595B;
}
.section8 .row2 .item5 {
  background: #939598;
  padding-right: 80px;
}
.section8 .row2 .inner {
  letter-spacing: 0;
}
.section8 .row2 .conts {
  margin-top: 8px;
  font-size: 13px;
}
@media screen and (max-width: 1480px) {
  .section8 .row1 .contents {
    margin-top: 5.4vw;
    padding: 5.4vw 0;
  }
  .section8 .row2 {
    margin-top: 5.4vw;
  }
  .section8 .row2 .wrap_color {
    margin-top: 6.75vw;
  }
  .section8 .row2 [class^=item] {
    padding: 24px;
    min-width: 224px;
  }
  .section8 .row2 .item1 {
    padding-left: 20px;
  }
  .section8 .row2 .item5 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1135px) {
  .section8 .row1 [class^=item]:nth-child(-n+5) {
    display: none;
  }
  .section8 .row2 .wrap_color {
    flex-wrap: wrap;
  }
  .section8 .row2 .wrap_color [class^=item] {
    width: 30%;
    min-width: 0;
  }
  .section8 .row2 .wrap_color .item1 {
    width: 70%;
  }
  .section8 .row2 .wrap_color .item3 {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .section8 .row1 [class^=item]:nth-child(-n+8) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section8 {
    padding-bottom: 12px;
  }
  .section8 .row1 [class^=item]:nth-child(-n+12) {
    display: none;
  }
  .section8 .row1 .item-1 {
    transition-delay: 0.1s;
  }
  .section8 .row1 .item-2 {
    transition-delay: 0.2s;
  }
  .section8 .row1 .item-3 {
    transition-delay: 0.3s;
  }
  .section8 .row1 .item-4 {
    transition-delay: 0.4s;
  }
  .section8 .row1 .item-5 {
    transition-delay: 0.5s;
  }
  .section8 .row1 .item-6 {
    transition-delay: 0.6s;
  }
  .section8 .row1 .item-7 {
    transition-delay: 0.7s;
  }
  .section8 .row1 .item-8 {
    transition-delay: 0.8s;
  }
  .section8 .row1 .item-9 {
    transition-delay: 0.9s;
  }
  .section8 .row1 .item-10 {
    transition-delay: 1s;
  }
  .section8 .row1 .item-11 {
    transition-delay: 1.1s;
  }
  .section8 .row1 .item-12 {
    transition-delay: 1.2s;
  }
  .section8 .row1 .item-13 {
    transition-delay: 1.3s;
  }
  .section8 .row1 .item-14 {
    transition-delay: 1.4s;
  }
  .section8 .row1 .item-15 {
    transition-delay: 1.5s;
  }
  .section8 .row1 .item-16 {
    transition-delay: 1.6s;
  }
  .section8 .row1 .item-17 {
    transition-delay: 1.7s;
  }
  .section8 .row1 .item-18 {
    transition-delay: 1.8s;
  }
  .section8 .row1 .item-19 {
    transition-delay: 1.9s;
  }
  .section8 .row1 .item-20 {
    transition-delay: 2s;
  }
  .section8 .row1 .item-21 {
    transition-delay: 2.1s;
  }
  .section8 .row1 .item-22 {
    transition-delay: 2.2s;
  }
  .section8 .row2 {
    margin-top: 60px;
  }
  .section8 .row2 .wrap_color [class^=item] {
    width: 50%;
    height: auto;
    max-height: none;
    padding: 20px;
  }
  .section8 .row2 .wrap_color [class^=item]:before {
    display: none;
  }
  .section8 .row2 .wrap_color .item1 {
    width: 100%;
  }
}