.btnArea{
    margin: 0;
    background: #fff;
    z-index: 1;
    position: relative;
}

/* main */
#main_sc{
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    /* border-radius: 30px; */
    overflow: hidden;
    /* background: url("https://paranpenguin.co.kr/files/thumbnails/141/300/1200x675.crop.jpg?t=1759304709")no-repeat center / 100%; */
}
#main_sc:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.text-container {
    width: 80vw;
    max-width: 80rem;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
}
.text-container svg {
  width: 100%;
  height: auto;
  display: block;
  font-weight: 700;
}
.text-container svg text {
  font-size: 100px;
  stroke-width: 5;
  letter-spacing: -2px;
}
.text-container svg text.text-logo {
  stroke: #fff;
  animation: 5s forwards alternate animate-text;
}
@keyframes animate-text {
  0% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 32%;
  }
  50% {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
  }
  80%, 100% {
    fill: #fff;
    stroke: transparent;
    stroke-width: 0;
    stroke-dashoffset: -25%;
    stroke-dasharray: 32% 0;
  }
}
.rising_text{
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
}
.staggered-rise-in {
  position: relative;
  display: flex;
  justify-content: center;
  white-space: pre;
  overflow: hidden;
}
.staggered-rise-in span {
  transform: translateY(100%);
  animation: rise-in 1s forwards;
  animation-delay: 3s;
  line-height: 1.5em;
  color:#fff;
}
@keyframes rise-in {
  to {
    transform: translateY(-12%);
  }
}
.rising_text .title {
  font-size: 20px;
  line-height: 1em;
  letter-spacing:1.5px;
}
.rising_text .subtitle {
  /* margin-top: -px; */
  font-size: 20px;
  line-height: 1em;
  letter-spacing:1.5px;
}

/* work_wrap */
#work_wrap{
    width: calc(100% + 1px);
    margin: 1080px auto 0;
    padding: 100px 0 160px;
    text-align: center;
    background-color: #fff;
    z-index: 1;
    position: relative;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
#work_wrap h2{
    font-size: 62px;
    line-height: 1em;
    font-weight: 700;
    color: #1c1d1d;
}
#work_wrap .sub_tit{
    font-size: 20px;
    line-height: 1em;
    font-weight: 300;
    color: #1c1d1d;
    margin-top: 12px;
}
#work_wrap .work_item{
    max-width: 1440px;
    height: 640px;
    margin: 32px auto 0;
    display: flex;
    justify-content: space-evenly;
}
#work_wrap .work_item .wrap01{
    width: calc(50% - 20px);
    margin-right: 20px;
}
#work_wrap .work_item .wrap01 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
#work_wrap .work_item .wrap01 a::after,
#work_wrap .work_item .wrap02 .wrapA a::after,
#work_wrap .work_item .wrap02 .wrapB .wrap_le a::after,
#work_wrap .work_item .wrap02 .wrapB .wrap_ri a::after{
    display: block;
    content:"";
    width: 100%;
    height: 45%;
    background:linear-gradient(180deg,rgba(61, 61, 61, 0) 0%, rgba(61, 61, 61, 1) 88%);
    position: absolute;
    bottom: 0;
    left: 0;
}
#work_wrap .work_item .wrap01 a img{
    height: 100%;
    width: auto;
}
#work_wrap .work_item .wrap02{
    width: 50%;
    overflow: hidden;
}
#work_wrap .work_item .wrap02 .wrapA a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 310px;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
#work_wrap .work_item .wrap02 .wrapA a img{
    width: 100%;
    height: auto;
}
#work_wrap .work_item .wrap01 a img,
#work_wrap .work_item .wrap02 .wrapA a img,
#work_wrap .work_item .wrap02 .wrapB .wrap_le a img,
#work_wrap .work_item .wrap02 .wrapB .wrap_ri a img{
    transition: all 0.3s;
}
#work_wrap .work_item .wrap01 a:hover img,
#work_wrap .work_item .wrap02 .wrapA a:hover img,
#work_wrap .work_item .wrap02 .wrapB .wrap_le a:hover img,
#work_wrap .work_item .wrap02 .wrapB .wrap_ri a:hover img{
    transform: scale(1.05);
}
#work_wrap .work_item .wrap02 .wrapB{
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: space-evenly;
}
#work_wrap .work_item .wrap02 .wrapB .wrap_le,
#work_wrap .work_item .wrap02 .wrapB .wrap_ri{
    width: calc(50% - 10px);
}
#work_wrap .work_item .wrap02 .wrapB .wrap_le{
    margin-right: 20px;
}
#work_wrap .work_item .wrap02 .wrapB .wrap_le a,
#work_wrap .work_item .wrap02 .wrapB .wrap_ri a{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    border-radius: 30px;
}
#work_wrap .work_item .wrap02 .wrapB .wrap_le a img,
#work_wrap .work_item .wrap02 .wrapB .wrap_ri a img{
    height: 100%;
    width: auto;
}
#work_wrap .work_item a {
    position: relative;
}
#work_wrap .work_item a .text_wrap{
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    text-align: left;
    z-index: 1;
}
#work_wrap .work_item a .text_wrap p{
    font-size: 32px;
    line-height: 1em;
    font-weight: 700;
}
#work_wrap .work_item a .text_wrap span{
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
}

/* morphing wrap */
#morphing_wrap{
    width: calc(100% + 1px);
    padding: 0 0 160px;
    background: #fff;
    z-index: 1;
    position: relative;
}
#morphing_wrap .morphing_con{
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text-wrap {
    font-size: 62px;
    line-height: 1em;
    font-weight: 700;
    color: #1c1d1d;
    letter-spacing: -3px;
}
.fade-target {
    opacity: 0.2;
    margin: 0 -8px;
}
.text-wrap .sub_txt{
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
    color: #1c1d1d;
    margin-top: 12px;
    letter-spacing: 0;
}
.morphing_video{
    width: 60%;
    aspect-ratio: 16 / 9;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.morphing_video iframe{
    width: 105%;
    height: 105%;
}
/* contact short cut */
#contact_wrap {
    width: calc(100% + 1px);
    padding: 0 0 80px;
    text-align: center;
    background: #fff;
    z-index: 1;
    position: relative;
}
#contact_wrap .shape_wrap{
    max-width: 96%;
    height: 420px;
    margin: 0 auto;
    border-radius: 30px;
    background: #1c1d1d;
    overflow: hidden;
    position: relative;
}
#contact_wrap .round_shape{
    width: 1200px;
    height: 1200px;
    margin: 30px auto 0;
    border-radius: 50%;
    box-shadow:0 0 20px #fff, -20px 0 80px #f0f, 20px 0 80px #0ff,
    inset 0 0 50px #fff,
    inset 50px 0 80px #f0f,
    inset -50px 0 80px #0ff,
    inset 50px 0 300px #f0f,
    inset -50px 0 300px #0ff;
    animation: pulsate 4s linear infinite;
}
@keyframes pulsate {
  50% {
    box-shadow:
      0 0 20px #fff,
      20px 0 80px #f0f,
      -20px 0 80px #0ff,
      inset 0 0 50px #fff,
      inset -50px 0 80px #f0f,
      inset 50px 0 80px #0ff,
      inset -50px 0 300px #f0f,
      inset 50px 0 300px #0ff;
  }
}
#contact_wrap h2{
    font-size: 62px;
    line-height: 1em;
    font-weight: 700;
    color: rgba(255,255,255,0.8);
    z-index: 1;
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translatex(-50%);
    display: block;
}
.link {
    width: 10rem;
    height: 10rem;
    display: inline-block;
    font: 300 1.55rem/1.4 "Josefin Sans";
    text-transform: uppercase;
    letter-spacing: 0.1175em;
    word-spacing: 0.3em;
    text-decoration: none;
    position: absolute;
    z-index: 1;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.link:after{
    content: "";
    display: block;
    width: 0%;
    height: 0%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
}
.link:hover:after{
    width: 110%;
    height: 110%;
}
.link:hover .link__svg{
    fill: #1c1d1d;
    stroke: #1c1d1d;
}
.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: #fff;
    stroke: #fff;
    stroke-width: 0.05em;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s;
}
.link__face, .link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.link:hover .link__face, .link:hover .link__arrow {
    transform: scale(1.1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
.link__arrow {
    stroke-width: 0.075em;
}
.link__text {
    animation: rotateReverse normal infinite 20s linear;
    transform-origin: 50% 50%;
}
.link:hover .link__text {
    animation-play-state: paused;
}
@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotateReverse {
    to {
        transform: rotate(-360deg);
    }
}


/* 일반 데스크탑 */
@media (max-width: 1280px) {
    #morphing_wrap .morphing_con{
        width: 90%;
    }
}

/* 작은 데스크탑 / 랩탑 */
@media (max-width: 1080px) {
    .text-container svg text{
        font-size: 88px;
    }
    #work_wrap h2{
        font-size: 56px;
    }
    #work_wrap .sub_tit{
        font-size: 16px;
    }
    #work_wrap .work_item{
        width: 90%;
        flex-wrap: wrap;
        height: fit-content;
    }
    #work_wrap .work_item .wrap01,
    #work_wrap .work_item .wrap02{
        width: 100%;
    }
    #work_wrap .work_item .wrap01{
        height: 310px;
        margin-bottom: 20px;
        margin-right: 0;
    }
    #work_wrap .work_item .wrap01 a img{
        width: 100%;
        height: auto;
    }
    #work_wrap .work_item .wrap01 a:hover img,
    #work_wrap .work_item .wrap02 .wrapA a:hover img,
    #work_wrap .work_item .wrap02 .wrapB .wrap_le a:hover img,
    #work_wrap .work_item .wrap02 .wrapB .wrap_ri a:hover img {
        transform: scale(1);
    }
    #work_wrap .work_item .wrap02 .wrapA a img{
        width: 100%;
        height: auto;
    }
    .text-wrap{
        font-size: 56px;
    }
    .text-wrap .sub_txt{
        font-size: 16px;
    }
    .morphing_video {
        width: 55%;
    }
    #contact_wrap .shape_wrap {
        height: 330px;
    }
    #contact_wrap .round_shape{
        width: 800px;
        height: 800px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    #contact_wrap h2 {
        font-size: 56px;
        top: 24%;
    }
    .link {
        width: 8rem;
        height: 8rem;
    }
    .link:hover .link__text {
        animation-play-state:running;
    }
    .link:hover .link__svg {
        fill: #fff;
        stroke: #fff;
    }
    .link:hover:after {
        width: 0;
        height: 0;
    }
}

/* 태블릿 세로 */
@media (max-width: 768px) {
    .slide{
        background-size: auto 100% !important;
    }
    .text-container{
        width: 100%;
    }
    .rising_text .title,
    .rising_text .subtitle{
        font-size: 18px;
    }
    .rising_text .subtitle{
        margin-top:0;
    }
    #work_wrap{
        padding: 100px 0 120px;
    }
    #work_wrap .work_item a .text_wrap p{
        font-size: 24px;
    }
    #work_wrap .work_item a .text_wrap span {
        display: block;
        font-size: 14px;
        margin-top: 6px;
    }
    #work_wrap .work_item .wrap02 .wrapB{
        flex-wrap: wrap;
        height: fit-content;
    }
    #work_wrap .work_item .wrap02 .wrapB .wrap_le{
        margin-right: 0;
        margin-bottom: 20px;
    }
    #work_wrap .work_item .wrap02 .wrapB .wrap_le,
    #work_wrap .work_item .wrap02 .wrapB .wrap_ri{
        width: 100%;
        height: 310px;
    }
    #work_wrap .work_item .wrap02 .wrapB .wrap_le a img,
    #work_wrap .work_item .wrap02 .wrapB .wrap_ri a img{
        height: auto;
        width: 100%;
    }
    #morphing_wrap {
        padding: 0 0 120px;
    }
    #morphing_wrap .morphing_con{
        flex-wrap: wrap;
    }
    .text-wrap{
        width: 100%;
        text-align: center;
    }
    .morphing_video{
        width: 100%;
        margin-top: 32px;
    }
}

/* 모바일 */
@media (max-width: 480px) {
    #main_sc{
        width: calc(100% - 20px);
        height: calc(100% - 46px);
        top: 40px;
        left: 10px;
        border-radius: 30px;
    }
    .text-container{
        top: 35%;
    }
    .text-container svg text{
        font-size: 48px;
    }
    .rising_text{
        top: 50%;
    }
    .rising_text .title,
    .rising_text .subtitle{
        letter-spacing: 1px;
    }
    .rising_text .title, .rising_text .subtitle{
        font-size: 16px;
    }
	#work_wrap {
    	margin: 800px auto 0;
        padding: 100px 0;
	}
    #work_wrap h2{
        font-size:48px;
    }
    #work_wrap .sub_tit{
        font-size: 14px;
    }
    #work_wrap .work_item{
        margin: 24px auto 0;
    }
    #work_wrap .work_item .wrap01,
    #work_wrap .work_item .wrap02 .wrapB .wrap_le,
    #work_wrap .work_item .wrap02 .wrapB .wrap_ri{
        height: initial;
    }
    #work_wrap .work_item .wrap01 a,
    #work_wrap .work_item .wrap02 .wrapA a,
    #work_wrap .work_item .wrap02 .wrapB .wrap_le a,
    #work_wrap .work_item .wrap02 .wrapB .wrap_ri a{
        width: 100%;
        aspect-ratio: 16 / 9;
        height: initial;
        border-radius: 10px;
    }
    #work_wrap .work_item a .text_wrap p{
        font-size: 20px;
    }
    #work_wrap .work_item a .text_wrap span{
        font-size: 12px;
        font-weight: 300;
    }
    #morphing_wrap {
        padding: 0 0 100px;
    }
    .text-wrap{
        font-size: 48px;
    }
    .text-wrap .sub_txt{
        font-size: 14px;
    }
    .morphing_video{
        margin-top: 24px;
        border-radius: 10px;
    }
    #contact_wrap .shape_wrap{
        height: 240px;
        border-radius: 10px;
    }
    #contact_wrap .round_shape{
        width: 500px;
        height: 500px;
    }
    #contact_wrap h2{
        font-size: 48px;
        width: 100%;
        top: 18%;
    }
    .link {
        width: 7rem;
        height: 7rem;
        bottom: 18%;
    }
    #contact_wrap {
        padding: 0 0 50px;
    }
}
/* 모바일 */
@media (max-width: 375px) {
}