* {
    transition: 0.3s;
}
#header {
    display: none;
}

/* main */
#main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/renewal_abc/franchise-main.png);
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    position: relative;
    height: 100vh;
    min-height: 780px;
}

.main-logo {
    width: 100px;
    position: absolute;
    left: 40px;
    top: 30px;
}

.main-top-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.main-top-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.main-top-div>p:first-child {
    text-align: center;
    font-family: 'Paperlogy-Bold';
    font-size: 44px;
    font-weight: 700;
    line-height: 140%; /* 61.6px */
    letter-spacing: -1.1px;
    background: linear-gradient(90deg, #5C5FFF 0%, #4148A8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-top-div>p:last-child {
    color: #111;
    text-align: center;
    font-family: 'Paperlogy-Regular';
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 100.8px */
    letter-spacing: -1.8px;
}

.main-top-div>p:last-child>span {
    font-family: 'Paperlogy-Bold';
}

.main-top-container>p {
    color: rgba(17, 17, 17, 0.90);
    text-align: center;
    font-size: 24px;
    line-height: 150%; /* 36px */
    letter-spacing: -0.6px;
}

.main-top-container>p span {
    background: linear-gradient(90deg, #5C5FFF 0%, #4148A8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.scroll-down {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #111;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.45px;
    animation: bounceY 1s infinite;
    position: absolute;
    bottom: 60px;
}

@keyframes bounce {
    0%, 100% {
        transform: none;
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    50% {
        transform: translate(5px);
        animation-timing-function: cubic-bezier(.55,.055,.675,2);
    }
}

@keyframes bounceY {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: translateY(10px);
    }
}


@keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-40%);
    }
}

@keyframes marquee2 {
    0% {
      transform: translateX(-40%);
    }
    100% {
      transform: translateX(0%);
    }
}


/* memoji-section */
#memoji-section {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 120px 100px 100px;
    justify-content: center;
    align-items: center;
    background: #FFF;
}

.memoji-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
}

.st-tit-div {
    display: flex;
    align-items: end;
    gap: 5px;
    position: relative;
}

.st-tit {
    color: #111;
    font-size: 48px;
    font-family: 'Paperlogy-Light';
    line-height: 140%; /* 67.2px */
    letter-spacing: -1.2px;
    white-space: nowrap;
}

.st-tit span {
    font-family: 'Paperlogy';
}

.memoji-wrap {
    width: 100%;
    display: flex;
    gap: 20px;
}

.memoji-item {
    width: calc(25% - 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.memoji-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-sizing: border-box;
}

.memoji-div img {
    width: 45%;
}

.memoji-div p {
    color: #505050;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
}

.memoji-bubble {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: linear-gradient(180deg, #0044C3 0%, #007BDA 100%);
    box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    word-break: keep-all;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
}

.memoji-bubble img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -15px;
}

.memoji-container>p {
    color: #111;
    font-family: 'Paperlogy-Light';
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.8px;
    margin: 0 auto;
    text-align: center;
    word-break: keep-all;
}

.semibold-p {
    font-family: 'Paperlogy';
}


/* solution-section */
#solution-section {
    width: 100%;
    border-top: 1px solid rgba(17, 17, 17, 0.25);
    background: #E5EDFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-top {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    padding: 120px 0 60px 100px;
    flex-direction: column;
}

.solution-top-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.solution-top-div {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.solution-top-div span {
    color: #111;
    font-family: 'Paperlogy';
    font-size: 56px;
    line-height: 140%; /* 78.4px */
    letter-spacing: -1.4px;
}

.solution-top-div img {
    width: 124px;
}

.solution-top-wrap>p {
    color: rgba(17, 17, 17, 0.80);
    font-size: 20px;
    font-weight: 300;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.number-wrap {
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(17, 17, 17, 0.25);
    border-top: 1px solid rgba(17, 17, 17, 0.25);
}

.number-item {
    width: 33.3%;
    display: flex;
    height: 300px;
    box-sizing: border-box;
    padding: 0 0 0 110px;
    justify-content: flex-start;
    align-items: center;
    border-right: 1px solid rgba(17, 17, 17, 0.25);
}

.number-item:last-child {
    border-right: none;
}

.number-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.number-item-inner div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #505050;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
}

.number-item-inner p {
    color: #205DCB;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.7px;
}

.count {
    font-family: 'Montserrat';
    font-size: 72px;
    font-weight: 700;
    line-height: 100%; /* 108px */
    letter-spacing: -1.8px;
}


/* review-section */
#review-section {
    width: 100%;
    background: url(../img/renewal_abc/review-bg.png);
    background-position: top center !important;
    background-size: cover !important;
    display: flex;
    box-sizing: border-box;
    padding: 120px 100px 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    overflow: hidden;
}

.review-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.review-box {
    width: calc(25% - 15px);
    display: flex;
    box-sizing: border-box;
    padding: 40px 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.15);
    background-blend-mode: lighten;
    box-shadow: -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), 1.217px 1.134px 4.62px 0px rgba(255, 255, 255, 0.13) inset;
    backdrop-filter: blur(4px);
}

.review-box p {
    color: #111;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%; /* 36px */
    letter-spacing: -0.6px;
}

.review-box div {
    color: #111;
    text-align: center;
    font-size: 20px;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.review-swiper-container {
    width: 100%;
    display: none;
}

.review-swiper-container .swiper-wrapper {
    transition-timing-function: linear;
    align-items: stretch;
    height: auto;
}

.review-swiper-container .swiper-slide {
    width: 400px;
    height: auto;
}

.review-swiper-container .review-box {
    width: 100%;
    height: 100%;
}

/* require-section */
#require-section {
    width: 100%;
    background: #FFF;
    display: flex;
    box-sizing: border-box;
    padding: 120px 0 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    overflow: hidden;
}

#require-section .st-tit-div {
    box-sizing: border-box;
    padding: 0 100px;
}

.require-swiper-container {
    width: 100%;
}

.require-swiper-container .swiper-wrapper {
    transition-timing-function: linear;
}

.require-swiper-container .swiper-slide {
    width: 320px !important;
}

.require-box {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.require-box img {
    width: 100%;
}

.require-box p {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 25px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    color: #505050;
    text-align: center;
    font-size: 20px;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
}


/* second3-section */
#second3-section {
    width: 100%;
    background: url(../img/renewal_abc/second3-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    display: flex;
    overflow: hidden;
}

.second3-left {
    display: flex;
    width: 660px;
    box-sizing: border-box;
    padding: 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
}

.second3-div {
    width: 288px;
    aspect-ratio: 1 / 1;
    position: relative;
    color: #0CB2C9;
    text-align: center;
    font-family: 'Paperlogy-ExtraBold';
    font-size: 72px;
    line-height: 125%; /* 90px */
    letter-spacing: -1.8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second3-div img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.second3-left .st-tit {
    color: #FFF;
    font-family: 'Paperlogy';
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.second3-left .st-tit span {
    font-family: 'Paperlogy-Light';
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.8px;
}

.go-portfolio {
    border-radius: 999px;
    display: flex;
    box-sizing: border-box;
    padding: 12px 24px;
    align-items: center;
    gap: 8px;
    border: 0.5px solid #FFF;
}

.go-portfolio:hover {
    background: rgba(255, 255, 255, 0.05);
}

.go-portfolio>span {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.45px;
    opacity: 0.9;
}

.go-portfolio>svg {
    animation: bounce 1.4s linear infinite;
}

.second3-right {
    width: calc(100% - 660px);
    box-sizing: border-box;
    padding: 0 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 900px;
}

.img-swiper-container, .img-swiper-container2 {
    width: calc(50% - 20px);
}

.img-swiper-container2 {
    margin-top: 55%;
}

.img-swiper-container .swiper-wrapper, .img-swiper-container2 .swiper-wrapper, .img-swiper-container3 .swiper-wrapper, .port-swiper-container .swiper-wrapper {
    transition-timing-function: linear;
}

.img-swiper-container .swiper-slide, .img-swiper-container2 .swiper-slide, .img-swiper-container3 .swiper-slide {
   border-radius: 20px;
   height: fit-content;
   overflow: hidden;
}

.img-swiper-container img, .img-swiper-container2 img, .img-swiper-container3 img, .port-swiper-container img {
    width: 100%;
    height: auto;
}

.img-swiper-container .swiper-slide:hover, .img-swiper-container2 .swiper-slide:hover, .img-swiper-container3 .swiper-slide:hover, .portswiper-container .swiper-slide:hover {
   box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.25);
   transform: translateY(-10px);
}

.img-swiper-container3 {
    display: none;
    width: 100%;
}

.second3-mo {
    padding-bottom: 80px;
    display: none;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}

.port-swiper-container {
    width: 100%;
    display: block;
}

.port-swiper-container .swiper-slide {
    width: 330px !important;
    border-radius: 20px;
    height: fit-content;
    overflow: hidden;
}

/* section3 */
#section3 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #013749;
    overflow: hidden;
    margin-bottom: -2px;
}

.st3-inner {
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    border-radius: 0px 0px 40px 40px;
}

.st3-inner .st-tit-div {
    width: 100%;
    padding: 0 100px;
}

.st3-img-container {
    box-sizing: border-box;
    padding: 0 32px;
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.logo-swiper-container {
    width: 100%;
    white-space: nowrap;
}

.logo-swiper-container .swiper-wrapper {
    transition-timing-function: linear;
}

.logo-swiper-container .swiper-slide {
    width: 140px;
}

.logo-swiper-container img {
    width: 100%;
}

.st3-bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 0 100px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.st3-bottom>p {
    color: #000;
    font-size: 20px;
    font-weight: 200;
    line-height: 130%;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

hr {
    display: block !important;
}

.st3-bottom hr {
    width: 100%;
    height: 1px;
    background: #000 !important;
    border: none !important;
    margin: 0 !important;
    transition: width 0.3s ease;
}


/* desktop-section */
#desktop-section {
    width: 100%;
    background: linear-gradient(180deg, #013749 0%, #111 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.desktop-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.desktop-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.desktop-div p:first-child {
    color: #FFF;
    font-family: 'Paperlogy-Regular';
    font-size: 28px;
    line-height: 130%; /* 36.4px */
    letter-spacing: -0.7px;
    text-align: center;
}

.desktop-div p:last-child {
    color: #FFF;
    font-family: 'Paperlogy-Regular';
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 72.8px */
    letter-spacing: -1.4px; 
    text-align: center;   
}

.desktop-div p span {
    color: #0CB2C9;
    font-family: 'Paperlogy-Bold';
}

.desktop-img-div {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.desktop-bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.desktop-bubble p {
    border-radius: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, #FFF 100%);
    box-sizing: border-box;
    padding: 20px 30px;
    gap: 5px;
    color: #111;
    text-align: center;
    font-size: 24px;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.6px;
}

.desktop-bubble p span {
    color: #0090A4;
}

.desktop-bubble img {
    margin-top: -2px;
}

.desktop {
    max-width: 700px;
    width: 90%;
}


/* admin-section */
#admin-section {
    width: 100%;
    background: url(../img/renewal_abc/admin-bg.png);
    background-position: bottom center !important;
    background-size: cover !important;
    display: flex;
    box-sizing: border-box;
    padding: 120px 100px 200px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
}

.admin-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.admin-box {
    width: calc(25% - 15px);
    display: flex;
    aspect-ratio: 16 / 15;
    box-sizing: border-box;
    padding: 40px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0px 24px 48px 0px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(6px);
}

.admin-box p {
    color: #111;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
    word-break: keep-all;
}


/* preview-section */
#preview-section {
    width: 100%;
    background: #E8EFFF;
    display: flex;
    box-sizing: border-box;
    padding: 0px 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    align-self: stretch;
    margin-top: -2px;
}

.preview-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.preview-top>p {
    color: rgba(17, 17, 17, 0.70);
    font-family: 'Paperlogy-Regular';
    font-size: 20px;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
}

.preview-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.preview-wrap {
    width: 440px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: hidden;
    padding: 0 20px;
    margin-left: -20px;
}

.preview-nav-wrap {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.preview-btn {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    cursor: pointer;
}

.preview-btn:hover {
    background: #D3E2FF;
}

#preview-name {
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

.preview-swiper-container {
    width: 100%;
}

.preview-bubble {
    width: 100%;
    position: relative;
}

.preview-content {
    display: flex;
    box-sizing: border-box;
    padding: 30px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.30);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, #FFF 100%);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.09);
}

.check {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    color: #333;
    font-size: 20px;
    line-height: 24px; /* 120% */
    letter-spacing: -0.5px;
}

.preview-bubble svg {
    position: absolute;
    right: 0;
    bottom: -38.236px;
}

.mo-bubble {
    display: none;
    position: static !important;
}

.preview-img {
    width: calc(98% - 440px);
}

.preview-img img {
    width: 100%;
}


/* section7 */
#section7 {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    background: #111;
    display: flex;
    box-sizing: border-box;
    padding: 120px 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    overflow: hidden;
}

.st7-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#section7 .st-tit {
    color: #FFF;
}

.ex-container {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 60px;
}
.ex-box-wrap:nth-child(1),
.ex-box-wrap:nth-child(2),
.ex-box-wrap:nth-child(3){
    margin-bottom: 50px;
}
.ex-box {
    width: calc(33.3% - 13px);
    border-radius: 12px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
}

.ex-box-inner {
    width: 100%;
    background: #FFF;
    display: flex;
    padding: 28px 0px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.type {
    color: #0CB2C9;
    text-align: center;
    font-size: 14px;
    line-height: 150%; /* 21px */
    letter-spacing: -0.35px;
}

.type-tit {
    color:#191919;
    text-align: center;
    font-size: 24px;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.6px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
}

.ex-box-inner>p {
    color: #191919;
    font-size: 18px;
    font-weight: 200;
    line-height: 150%; /* 27px */
    letter-spacing: -0.45px;
    margin-top: 4px;
}

.ex-img-div {
    width: 100%;
    aspect-ratio: 1 / 0.75;
    display: flex;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 75%, rgba(0, 0, 0, 0.85) 100%);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.ex-img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.more-view {
    display: none;
    gap: 6px;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #FFF;
    background: #000;
    box-sizing: border-box;
    padding: 12px 24px;
    cursor: pointer;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.more-view>span {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 160%; /* 19.2px */
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.ex-img-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(5px);
    border-radius: 4px 4px 0 0;
    z-index: 100;
    transition: 0.3s;
    opacity: 0;
}

.ex-box:hover .ex-img-div::before {
    opacity: 1;
    transition: 0.3s;
}

.ex-box:hover .more-view {
    display: flex;
    transition: 0.3s;
}

.more-view:hover {
    background: #111;
}

/* section8 */
#section8 {
    display: flex;
    box-sizing: border-box;
    padding: 120px 0;
    align-items: center;
    justify-content: center;
    gap: 60px;
    background: #FFF;
}

#section8 .st-tit-div {
    width: 100%;
    color: #191919;
    box-sizing: border-box;
    padding: 0 100px;
}

#section8 .st-tit>span {
    font-family: Montserrat;
    font-weight: 600;
    margin-right: 8px;
}

.st8-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.process-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #DDD;
}

.process-wrap {
    width: 33.33%;
    border-top: 1px solid #DDD;
    display: flex;
    box-sizing: border-box;
    padding: 40px 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.process-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.num {
    color: #0CB2C9;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
}

.process-tit {
    color: #191919;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.6px;
}

.process-tit.red{
    color: var(--Red, #FF2020);
}

.process-div>p {
    color: #505050;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.45px;
}

.process-wrap:hover .num, .process-wrap:hover .process-tit {
    color: #F68F5D;
    transition: 0.3s;
}

.st8-bottom-txt {
    color: #999;
    text-align: center;
    font-size: 16px;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
}

.line {
    display: none;
    width: 1px;
    height: 85%;
    border: 1px solid #DDD;
    position: absolute;
    left: 42px;
    top: 50px;
}

/* contact */
#contact {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FFF 18.89%, #111 25.9%);
    padding: 160px 0;
    margin-top: -2px;
}

.contact-ellipse {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-bg {
    width: 150%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.contact-container {
    max-width: 1360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    box-sizing: border-box;
    z-index: 15;
}

.contact-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: #111;
}

.contact-div p:first-child {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
}

.contact-div p:last-child {
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy-Light';
    font-size: 52px;
    line-height: 130%; /* 67.6px */
    letter-spacing: -1.3px;
}

.contact-container p span {
    color: #23D8F2;
}

.contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 100px;
}

.flex-input {
    width: 100%;
    display: flex;
    gap: 40px;
}

.item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

label {
    color: #FFF;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 130% !important; /* 20.8px */
    letter-spacing: -0.4px !important;
}

input[type="text"] {
    width: 100%;
    display: flex;
    height: 44px;
    box-sizing: border-box;
    padding: 8px;
    align-items: center;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
}

input[type="text"]::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, 0.35);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
}

input[type="text"]:focus {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    outline: none;
}

textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(255, 255, 255, 0.05);
    height: 120px;
    box-sizing: border-box;
    padding: 8px;
    resize: none;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
}

.form-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.agree-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.round-checkbox {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50px;
    appearance: none;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #222;
}

.round-checkbox:checked::before {
    font-size: 100%;
    color: #fff;
    position: relative;
}

.round-checkbox:checked {
    background-image: url("../img/redesign/check.png");
    background-size: 12px !important;
    background-position: center center !important;
    background-color: #222;
    background-repeat: no-repeat;
    border: none;
}

.agree-wrap label {
    font-weight: 400;
    font-size: 12.003px !important;
    line-height: 160% !important;
}

.agree-open {
    font-weight: 600;
    cursor: pointer;
}

.c-btn {
    display: flex;
    width: 200px;
    box-sizing: border-box;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    line-height: 28px; /* 140% */
    font-weight: 600;
    letter-spacing: -0.5px;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #0CB2C9 3%, #0090A4 100%);
    box-shadow: 0px 0px 8px 0px rgba(67, 71, 240, 0.40);
    transition: 0.3s;
}

.c-btn:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(90deg, #0CB2C9 3%, #0090A4 100%);
    transition: 0.3s !important;
}

.st2-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    z-index: 10;
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #FFF;
}

.st2-marquee:hover {
    background: #F68F5D;
    transition: 0.2s;
}

.st2-marquee>.marquee-content {
    display: inline-flex;
    gap: 10px;
    padding-left: 10%;
    animation: marquee 10s linear infinite;
}

.st2-marquee>.marquee-content p {
    color: #111;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%; /* 48px */
    letter-spacing: -1.2px;
}

/* type popup */
.type-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    background: rgba(0, 0, 0, 0.50);
    display: none;
    justify-content: center;
    z-index: 10000;
}

.close-type {
    position: absolute;
    top: 0;
    right: -80px;
    cursor: pointer;
}

.mo-c {
    display: none;
}

.popup-container {
    max-width: 1000px;
    width: 90%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 20px 40px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.60);
    position: absolute;
    top: 5%;
    height: 90vh;
}

.popup-content-container {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
}

.popup-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
}

.popup-tit-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.popup-logo {
    width: 72px;
}

.popup-tit-div>p {
    color: #000;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    line-height: 130%; /* 57.2px */
    letter-spacing: -1.1px;
}

.popup-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.popup-content-wrap>p:first-child {
    color: #111;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
}

.compose {
    width: 80%;
}

.compose2 {
    width: 100%;
}

.mo-compose {
    display: none;
}

.popup-content-wrap>p:last-child {
    color: #FF2020;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
}

.popup-img-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.popup-img-txt {
    width: 100%;
    padding: 20px 0;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -0.45px;
}

#type1 .popup-img-txt {
    background: linear-gradient(0deg, #111 0%, #111 100%), #FFF;
}

#type2 .popup-img-txt {
    background: #003F2A;
}

#type3 .popup-img-txt {
    background: #0B754B;
}

#type4 .popup-img-txt {
    background: #52662C;
}

#type5 .popup-img-txt {
    background: #A43030;
}

#type6 .popup-img-txt {
    background: #191919;
}

.popup-img-container>img {
    width: 100%;
    margin-top: -1px;
}


/* 위로 */
#fixed-up {
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    border-radius: 4px;
    border: 0.2px solid #FFF;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px);
    opacity: 0;
}

#fixed-up.show {
    animation: fadeInUp 0.3s ease-in-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#fixed-up:hover {
    transform: translateY(-10px);
    background: #222;
    transition: 0.3s;
}

#fixed-up>p, .go-contact>p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
}


/* 모바일 문의하기 */
.go-contact {
    display: none;
    width: 70px;
    height: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(0, 170, 255, 0.65) 0%, rgba(0, 109, 181, 0.65) 100%);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(5px);
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 1000;
}

.go-contact img {
    width: 26px;
}

.go-contact:hover {
    transform: translateY(-10px);
}

/* 하단 고정 문의 */
#fixed-contact {
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    padding: 0 40px;
    background:  #111;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1001;
    transform: translateX(100%);
}

#fixed-contact.show {
    transform: translateX(0);
}

#fixed-contact>b {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    display: none;
    cursor: pointer;
}

.fixed-contact-form {
    max-width: 1340px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.fixed-contact-form input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #222;
    border-radius: 4px;
}

.fixed-contact-form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.35);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
}

.fixed-contact-form .form-wrap {
    flex-direction: row;
    gap: 24px;
    white-space: nowrap;
    box-sizing: border-box;
    padding-left: 8px;
}

.fixed-contact-form .agree-wrap label {
    font-size: 14px !important;
    line-height: 160% !important;
    letter-spacing: -0.35px !important;
}

.fixed-contact-form .c-btn {
    width: auto;
    box-sizing: border-box;
    padding: 12px 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.4px;
}

.round-checkbox:checked {
    background-image: url("../img/redesign/check.png");
    background-size: 12px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    border: 1px solid #0CB2C9;
}

/* 문의하기 toggle */
#toggle-contact {
    display: flex;
    width: 160px;
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 900;
    border-radius: 50px 0px 0px 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.10);
    border-bottom: 2px solid rgba(255, 255, 255, 0.10);
    border-left: 2px solid rgba(255, 255, 255, 0.10);
    background: #111;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.4px;
    cursor: pointer;
    opacity: 1;
}

#toggle-contact:hover {
    background: #222;
}

#toggle-contact.none {
    opacity: 0;
}

#fixed-contact-close {
    position: absolute;
    right: 0px;
    display: flex;
    width: 80px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px 0px 0px 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.10);
    border-bottom: 2px solid rgba(255, 255, 255, 0.10);
    border-left: 2px solid rgba(255, 255, 255, 0.10);
    background: #111;
    cursor: pointer;
}

#fixed-contact-close:hover {
    background: #222;
}


/* 1280px */
.big-br {
    display: none;
}

/* 600px */
.mo-br {
    display: none;
}

@media(min-width: 1600px) {
    .desktop {
        max-width: 800px;
    }
    #contact {
        background: linear-gradient(180deg, #FFF 27.89%, #111 27.9%);
    }
}

@media(max-width: 1500px) {
    #memoji-section {
        padding: 120px 60px 100px;
    }
    .solution-top {
        padding: 120px 0 60px 60px;
    }
    .number-item {
        padding: 0 0 0 60px;
    }
    #review-section {
        padding: 120px 60px 100px;
    }
    #require-section .st-tit-div {
        padding: 0 60px;
    }
    .st3-inner .st-tit-div, .st3-bottom {
        padding: 0 60px;
    }
    #admin-section {
        padding: 120px 60px 180px;
    }
    #preview-section {
        padding: 0 60px;
    }
    .second3-left {
        width: 580px;
        padding: 100px 60px;
    }
    .second3-right {
        width: calc(100% - 580px);
        padding: 0 60px 0 0;
    }
    #section7 {
        padding: 120px 60px;
    }
    #section8 .st-tit-div {
        padding: 0 60px;
    }
    .contact-form {
        padding: 0 60px;
    }
}

@media(max-width: 1400px) {
    .fixed-contact-form input[type="text"] {
        max-width: 170px;
    }
    #fixed-contact .c-btn {
        padding: 12px 48px;
    }
    #review-section {
        padding: 120px 0 100px;
    }
    #review-section .st-tit-div {
        box-sizing: border-box;
        padding: 0 60px;
    }
    .review-wrap {
        display: none;
    }
    .review-swiper-container {
        display: flex;
    }
}

@media(max-width: 1280px) {
    .big-br {
        display: block;
    }
    .main-logo {
        top: 20px;
        left: 20px;
    }
    #fixed-contact {
        padding: 0 82px 0 20px;
        gap: 8px;
    }
    .fixed-contact-form {
        gap: 8px;
    }
    .fixed-contact-form .form-wrap {
        padding-left: 4px;
        gap: 16px;
    }
    .fixed-contact-form .c-btn {
        padding: 12px 40px;
    }
    .fixed-contact-form input[type="text"] {
        max-width: 160px;
    }
    #fixed-contact-close {
        width: 70px;
    }
    .main-top-div>p:first-child {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .main-top-div>p:last-child {
        font-size: 64px;
        letter-spacing: -1.6px;
    }
    .main-logo {
        width: 90px;
    }
    .main-top-container>p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #memoji-section {
        padding: 100px 60px;
    }
    .memoji-bubble {
        padding: 30px 5px;
    }
    .memoji-div p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .memoji-container>p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .img-swiper-container, .img-swiper-container2 {
        display: none;
    }
    .img-swiper-container3 {
        display: block;
    }
    .second3-div {
        width: 260px;
        font-size: 64px;
        letter-spacing: -1.6px;
    }
    .second3-left .st-tit span {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .solution-top {
        padding: 100px 0 60px 60px;
    }
    .solution-top-div span {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .solution-top-div img {
        width: 110px;
    }
    .number-item {
        height: 270px;
    }
    .count {
        font-size: 64px;
        letter-spacing: -1.6px;
    }
    #review-section, #require-section {
        padding: 100px 0 80px;
    }
    #st3-inner {
        padding: 80px 0;
    }
    .big-no-br {
        display: none;
    }
    .desktop-div p:first-child {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .desktop-div p:last-child {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    .desktop-bubble p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .desktop-bubble img {
        width: 30px;
    }
    #admin-section {
        padding: 100px 60px 160px;
    }
    .admin-box img {
        width: 80px;
    }
    .admin-box p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .preview-wrap {
        width: 380px;
    }
    .preview-content {
        gap: 20px;
    }
    .preview-img {
        width: calc(98% - 380px);
    }
    #section7 {
        padding: 100px 60px;
    }
    #section8 {
        padding: 100px 0;
    }
    .ex-box {
        width: calc(50% - 10px);
    }
    .popup-container {
        max-width: none;
        width: 100%;
        height: 100%;
        left: 0;
        transform: none;
        top: 0;
        border-radius: 0;
        padding: 60px 20px 20px;
    }
    .popup-content-inner {
        gap: 60px;
    }
    .close-type {
        right: 24px;
        top: 24px;
    }
    .pc-c {
        display: none;
    }
    .mo-c {
        display: block;
    }
    .contact-div p:first-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .contact-div p:last-child {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
}

@media(max-width: 1150px) {
    .memoji-wrap {
        flex-wrap: wrap;
        gap: 40px 20px;
    }
    .memoji-item {
        width: calc(50% - 10px);
        gap: 28px;
    }
    .memoji-div img {
        width: 40%;
    }
    .admin-wrap {
        flex-wrap: wrap;
    }
    .admin-box {
        width: calc(50% - 10px);
        flex-direction: row;
        aspect-ratio: unset;
        padding: 25px 40px;
    }
    .admin-box p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .preview-container {
        flex-direction: column;
        align-items: center;
    }
    .preview-wrap {
        width: 50%;
        margin: 0;
    }
    .preview-img {
        width: 100%;
        margin-top: -50px;
    }
    .preview-img.mt-30 {
        margin-top: 30px;
    }
    .preview-img.mt-100 {
        margin-top: -100px;
    }
    .preview-img.mt-120 {
        margin-top: -120px;
    }
    .preview-bubble {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mo-bubble {
        display: block;
        margin-top: -2px;
    }
    .pc-bubble {
        display: none;
    }
    .st2-marquee {
        padding: 15px 0;
    }
    .st2-marquee>.marquee-content p {
        font-size: 40px;
        letter-spacing: -1px;
    }
}

@media(max-width: 1024px) {
    #fixed-contact, #toggle-contact, #fixed-contact-close {
        display: none;
    }
    .go-contact {
        display: flex;
    }
    #fixed-up {
        bottom: 90px;
    }
    .go-contact:hover, #fixed-up:hover {
        transform: translateY(-5px);
    }
    #memoji-section {
        padding: 100px 40px;
    }
    .second3-left {
        width: 550px;
        padding: 100px 40px;
    }
    .second3-right {
        width: calc(100% - 550px);
        padding: 0 40px 0 0;
    }
    .solution-top {
        padding: 100px 0 60px 40px;
    }
    .number-item {
        padding: 0 0 0 40px;
    }
    #review-section .st-tit-div {
        padding: 0 40px
    }
    .review-swiper-container .swiper-slide {
        width: 350px !important;
    }
    #require-section .st-tit-div {
        padding: 0 40px;
    }
    .st3-inner .st-tit-div, .st3-bottom {
        padding: 0 40px;
    }
    #admin-section {
        padding: 100px 40px 120px;
    }
    #preview-section {
        padding: 0 40px;
    }
    #section7 {
        padding: 100px 40px;
    }
    #section8 .st-tit-div {
        padding: 0 40px;
    }
}

@media(max-width: 900px) {
    .st-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .main-top-div>p:first-child {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .main-top-div>p:last-child {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .main-top-container>p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .scroll-down {
        font-size: 16px;
        letter-spacing: -0.4px;
        gap: 12px;
    }
    .scroll-down svg {
        width: 54px;
        height: 54px;
    }
    #memoji-section .st-tit-div svg {
        position: absolute;
        right: 13px;
        bottom: 0px;
    }
    #second3-section {
        flex-direction: column;
    }
    .second3-left {
        width: 100%;
        padding: 80px 40px 60px;
    }
    .second3-left .go-portfolio, .second3-right {
        display: none;
    }
    .second3-div {
        margin: 0 auto;
    }
    .second3-left .st-tit span {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .second3-mo {
        display: flex;
    }
    .solution-top-div span {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .solution-top-div img {
        width: 90px;
    }
    .solution-top-wrap>p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .count {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .number-item {
        height: 240px;
    }
    .number-item-inner p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .review-swiper-container .swiper-slide {
        width: 300px !important;
    }
    .review-box {
        padding: 30px 15px;
        gap: 15px;
    }
    .review-box p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .review-box div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .require-swiper-container .swiper-slide {
        width: 280px !important;
    }
    .require-box p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .st3-img-container {
        gap: 30px;
    }
    .logo-swiper-container .swiper-slide {
        width: 110px;
    }
    .st3-inner {
        padding: 60px 0;
        gap: 60px;
    }
    .st3-bottom>p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .big-no-br2 {
        display: none;
    }
    .desktop-div p:first-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .desktop-div p:last-child {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .admin-wrap {
        gap: 10px;
    }
    .admin-box {
        width: calc(50% - 5px);
        justify-content: flex-start;
        padding: 20px 30px;
    }
    .admin-box img {
        width: 65px;
    }
    .admin-box p {
        font-size: 20px;
        letter-spacing: -0.5px;
        text-align: left;
    }
    .preview-wrap {
        width: 440px;
    }
    .ex-box-inner {
        gap: 15px;
    }
    .process-wrap {
        width: 50%;
    }
    .popup-content-container {
        gap: 60px;
    }
    .popup-logo {
        width: 60px;
    }
    .popup-tit-div>p {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .popup-tit-div>b {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .popup-content-wrap {
        gap: 12px;
    }
    .popup-content-wrap>p:first-child {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .popup-content-wrap>p:last-child {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .compose {
        width: 90%;
    }
    #contact {
        padding: 60px 0 80px;
        background: #111;
    }
    .contact-div {
        gap: 20px;
    }
    .contact-ellipse {
        display: none;
    }
    .contact-div p:first-child {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .contact-div p:last-child {
        font-size: 40px;
        letter-spacing: -1px;
    }
    .contact-form {
        padding: 0 40px;
    }
}

@media(max-width: 768px) {
    #memoji-section {
        padding: 80px 20px;
        gap: 50px;
    }
    .memoji-container {
        width: 100%;
    }
    .memoji-wrap {
        width: 95%;
        margin: 0 auto;
    }
    .solution-top {
        padding: 80px 20px 50px 20px;
        gap: 40px;
    }
    .number-wrap {
        flex-wrap: wrap;
        border: none;
    }
    .number-item {
        width: 100%;
        height: auto;
        justify-content: center;
        padding: 40px;
        border-right: none;
        border-top: 1px solid rgba(17, 17, 17, 0.25);
    }
    .number-item-inner {
        align-items: center;
        gap: 24px;
    }
    #review-section {
        padding: 80px 0;
        gap: 50px;
        box-shadow: 2.146px 2px 9.24px 0px rgba(255, 255, 255, 0.13) inset, 1.217px 1.134px 4.62px 0px rgba(255, 255, 255, 0.13) inset, -11.15px -10.392px 48px -12px rgba(0, 0, 0, 0.15), -1.5px -1.5px 5px -8px rgba(0, 0, 0, 0.10);
        backdrop-filter: blur(4px);
    }
    #review-section .st-tit-div, #require-section .st-tit-div {
        padding: 0 20px;
    }
    #require-section {
        padding: 80px 0;
        gap: 50px;
    }
    .second3-left {
        padding: 80px 20px 60px;
    }
    .port-swiper-container .swiper-slide {
        width: 290px !important;
    }
    .st3-inner {
        padding: 50px 0;
        gap: 50px;
    }
    .st3-inner .st-tit-div, .st3-bottom {
        padding: 0 20px;
    }
    .logo-swiper-container .swiper-slide {
        width: 100px;
    }
    #admin-section {
        padding: 80px 20px;
        gap: 50px;
    }
    .admin-box {
        padding: 20px 25px;
    }
    .admin-box img {
        width: 55px;
    }
    #preview-section {
        padding: 0 20px;
        gap: 50px;
    }
    #section7 {
        padding: 80px 20px;
        gap: 50px;
    }
    .ex-container {
        flex-direction: column;
        gap: 12px;
    }
    .ex-box {
        width: 100%;
        display: flex;
    }
    /* .ex-box:first-child {
        order: 5;
    }
    .ex-box:nth-child(2) {
        order: 6;
    }
    .ex-box:nth-child(3) {
        order: 3;
    }
    .ex-box:nth-child(4) {
        order: 4;
    }
    .ex-box:nth-child(5) {
        order: 1;
    }
    .ex-box:last-child {
        order: 2;
    } */
    .ex-box-inner {
        width: 50%;
        padding: 28px;
        align-items: start;
        justify-content: center;
    }
    .ex-box-inner>p {
        margin: 0;
    }
    .type-tit {
        height: auto;
    }
    .ex-img-div {
        width: 50%;
    }
    .ex-img {
        height: 100%;
        object-fit: cover;
    }
    .project-swiper-container .swiper-slide {
        width: 350px;
    }
    .popup-content-inner {
        gap: 40px;
    }
    .project-button-back, .project-button-forward {
        width: auto;
        height: auto;
        padding: 8px;
    }
    .project-button-back>svg, .project-button-forward>svg {
        width: 20px;
        height: 20px;
    }
    .compose {
        width: 70%;
    }
    .compose2 {
        width: 90%;
    }
    .pc-compose {
        display: none;
    }
    .mo-compose {
        display: block;
    }
    #contact {
        padding: 40px 0 80px;
    }
    .contact-form {
        padding: 0 20px;
    }
}

@media(max-width: 650px) {
    .st-tit-div {
        gap: 0;
    }
    .st-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .mo-br {
        display: block;
    }
    .main-logo {
        width: 76px;
    }
    .main-top-container {
        gap: 32px;
    }
    .scroll-down {
        font-size: 14px;
        letter-spacing: -0.35px;
        gap: 8px;
        bottom: 100px;
    }
    .scroll-down svg {
        width: 48px;
        height: 48px;
    }
    .memoji-bubble {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .memoji-container>p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .second3-div {
        width: 230px;
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    .second3-left .st-tit span {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .port-swiper-container .swiper-slide {
        border-radius: 12px;
    }
    .solution-top-div {
        align-items: flex-end;
        gap: 8px;
    }
    .solution-top-div span {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .solution-top-div img {
        width: 73px;
        margin-bottom: 10px;
    }
    .solution-top-wrap>p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .number-item-inner div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .count {
        font-size: 52px;
        letter-spacing: -1.3px;
    }
    .number-item-inner p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .review-swiper-container .swiper-slide {
        width: 260px !important;
    }
    .review-box {
        border-radius: 15px;
        border: 0.75px solid rgba(255, 255, 255, 0.35);
        box-shadow: -8.363px -7.794px 36px -9px rgba(0, 0, 0, 0.15), -1.125px -1.125px 3.75px -6px rgba(0, 0, 0, 0.10), 1.61px 1.5px 6.93px 0px rgba(255, 255, 255, 0.13) inset, 0.913px 0.851px 3.465px 0px rgba(255, 255, 255, 0.13) inset;
        backdrop-filter: blur(3px);
    }
    .review-box p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .review-box div {
        font-size: 15px;
        letter-spacing: -0.375px;
    }
    .mo-no-br {
        display: none;
    }
    .st3-img-container {
        gap: 20px;
        padding: 0 20px;
    }
    .logo-swiper-container .swiper-slide {
        width: 90px;
    }
    .st3-inner {
        border-radius: 0;
    }
    .st3-bottom>p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .desktop-div p:first-child {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .desktop-div p:last-child {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .desktop-img-div {
        padding-top: 30px;
    }
    .desktop-bubble p {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 15px 30px;
    }
    .desktop-bubble img {
        width: 27px;
    }
    .admin-wrap {
        gap: 20px;
    }
    .admin-box {
        width: 100%;
    }
    .preview-wrap {
        width: 400px;
    }
    #preview-name {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .check {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .st7-container {
        gap: 40px;
    }
    .ex-box-wrap{
        width: 245px;
        flex: 0 0 245px;
    }
    .type-tit {
        font-size: 16px;
        letter-spacing: -0.4px;
        margin-top: 4px;
        text-align: left;
    }
    .ex-box-inner {
        padding: 28px 16px;
        gap: 12px;
    }
    .ex-box-inner>p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .more-view {
        padding: 8px 12px;
    }
    #section8 {
        padding: 80px 0;
        gap: 50px;
    }
    #section8 .st-tit-div {
        padding: 0 20px;
    }
    .st8-container {
        gap: 40px;
    }
    .contact-div p:first-child {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .contact-div p:last-child {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    .flex-input {
        flex-direction: column;
    }
    .popup-container {
        padding: 60px 0 0;
    }
    .popup-content-inner {
        box-sizing: border-box;
        padding: 0 20px;
    }
    .popup-content-container {
        gap: 40px;
    }
    .popup-tit-div {
        gap: 12px;
    }
    .popup-logo {
        width: 50px;
    }
    .popup-tit-div>p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .popup-tit-div>b {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .popup-content-wrap>p:last-child {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    .compose {
        width: 105%;
    }
    .compose2 {
        width: 100%;
    }
    .popup-img-txt {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 16px 0;
    }
    .main-swiper-container img, .project-swiper-container img {
        border-radius: 8px;
    }
    .st8-bottom-txt {
        font-size: 16px;
        line-height: 150%; /* 24px */
        letter-spacing: -0.4px;
    }
    #fixed-up {
        width: 50px;
        height: 50px;
        bottom: 70px;
        right: 10px;
    }
    #fixed-up>svg, .go-contact img {
        width: 16px;
        height: 16px;
    }
    #fixed-up>p, .go-contact>p {
        font-size: 11px;
        line-height: 14px;
        letter-spacing: -0.275px;
    }
    .go-contact {
        width: 50px;
        height: 50px;
        right: 10px;
    }
    #fixed-contact>b {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .st3-img-container {
        gap: 20px;
    }
    .c-btn {
        width: 100%;
        padding: 14px 80px;
    }
    .form-wrap {
        align-items: start;
        flex-direction: column;
        gap: 16.5px;
    }
    .st2-marquee {
        padding: 10px 0;
    }
    .st2-marquee>.marquee-content p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
}

@media(max-width: 550px) {
    .memoji-wrap {
        gap: 60px;
    }
    .memoji-item {
        width: 100%;
    }
    .memoji-div img {
        width: 35%;
    }
    .memoji-bubble {
        width: 90%;
        font-size: 20px;
        letter-spacing: -0.5px;
    }
}

@media(max-width: 480px) {
    .scroll-down {
        bottom: 50px;
    }
    .memoji-bubble {
        width: 100%;
    }
    .port-swiper-container .swiper-slide {
        width: 240px !important;
    }
    .second3-div {
        width: 216px;
        font-size: 54px;
        letter-spacing: -1.35px;
    }
    .go-portfolio {
        width: 300px;
        justify-content: center;
    }
    .review-swiper-container .swiper-slide {
        width: 240px !important;
    }
    .require-swiper-container .swiper-slide {
        width: 250px !important;
    }
    .require-box p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .logo-swiper-container .swiper-slide {
        width: 90px;
    }
    .st3-bottom {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .st3-bottom>p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .admin-box img {
        width: 50px;
    }
    #preview-section {
        overflow: hidden;
    }
    .preview-wrap {
        width: 100%;
        padding: 0;
        overflow: visible;
    }
    .process-container {
        box-sizing: border-box;
        padding: 0 20px;
        border: none;
    }
    .process-wrap {
        width: 100%;
        flex-direction: row;
        border: none;
        align-items: start;
        padding: 30px 0;
    }
    .process-div {
        box-sizing: border-box;
        padding: 0 20px;
        align-items: start;
    }
    .num {
        border-radius: 100px;
        background: #111;
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        letter-spacing: -0.5px;
        margin-top: -7px;
        z-index: 5;
    }
    .process-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .process-div>p {
        font-size: 16px;
        letter-spacing: -0.4px;
        text-align: left;
    }
    .process-wrap:hover .num {
        color: #FFF;
        background: #F68F5D;
    }
    .process-wrap:hover .process-tit {
        color: #191919;
    }
    .line {
        display: block;
    }
    .st8-bottom-txt {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #contact {
        gap: 0;
    }
    #fixed-contact {
        display: none;
    }
    .contact-div p:last-child {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    .contact-div p:last-child span {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
}

@media(max-width: 400px) {
    .logo-swiper-container .swiper-slide {
        width: 72px;
    }
    .check {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
}

@media(max-width: 370px) {
    .st-tit, .solution-top-div span {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    .solution-top-div img {
        width: 65px;
    }
    .memoji-wrap {
        width: 100%;
    }
    .admin-box p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .contact-div p:first-child {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .contact-div p:last-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .contact-div p:last-child span {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
}
