@charset "utf-8";

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

strong {
    color: #cf0505;
    font-weight: normal;
}

.cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    mix-blend-mode: difference;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 999;
    transition: transform 0.2s, width 0.5s, height 0.5s;
}
.cursor.active {
    width: 60px; 
    height: 60px;
}
section {
    width: 80%;
    margin: 0 auto;
    padding: 5rem 0;
}

section .titletxt {
    display: flex;
    align-items: center;
    gap: 50px;
}

section h2 {
    font-size: 3rem;
    padding: 10px 0;
    font-family: 'title';
}

section p {
    font-family: 'Paperozi';
    font-size: 1.2rem;
}

section .subt {
    font-family: 'OngleIpSeaBreeze';
    font-size: 2rem;
    position: relative;
}

section .subt i {
    position: relative;
    z-index: 9;
}

section .subt span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(255, 0, 0, 0.3);
    z-index: 1;
    transform: skew(-20deg);
}

::selection {
    background-color: #111;
    color: #fff;
}

strong::selection {
    background-color: #fff;
    color: #111;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #111;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

html,
body {
    overflow-x: hidden;
    background: #f7f7f7;
}
.btneffect::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    clip-path: circle(0% at 50% 50%);
    background-color: #f2f2f2;
    transition: all .5s;
}
.btneffect:hover::before {
    clip-path: circle(70.7% at 50% 50%);
}
.btneffect:hover {
    color: #111 !important;
}

/* video */
.video-wrapper {
    width: 100%;
    height: 100vh;

}

video {
    mask-image: url('../images/hooptext.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 50%;
    -webkit-mask-image: url('../images/hooptext.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 50%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all 1.5s ease-out;
}

.content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all .5s;
}

/* header */
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1rem 3rem;
    display: flex;
    justify-content: space-between;
    z-index: 999;
    background: linear-gradient(rgba(255, 255, 255, 0.5), transparent);
}

.content .logo {
    width: 200px;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    font-weight: normal;
    background: url('../images/flogo.png')no-repeat left center/contain;
}

.content .logo a {
    font-family: 'title';
    font-size: 2rem;
    display: block;
    padding-left: 60px;
    background: linear-gradient(50deg,
            #ffcdcd 15%,
            #ffffe1 30%,
            #fff 60%, #d0ffe8 80%);
    background-clip: text;
    background-size: 200% 200%;
    color: transparent;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.content .logo img {
    width: 60px;
    filter: invert(95%);
}

.menu {
    font-family: 'title';
    max-width: 600px;
    font-size: 1.3rem;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

.menu ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.menu ul li a {
    display: block;
    padding: 0 15px;
    width: 100%;
    height: 25px;
    overflow: hidden;
}

.menu ul li a span {
    display: block;
    text-align: center;
    transition: all .3s;
}

.menu ul li:hover a span {
    transform: translateY(-25px);
}

.menu ul li.on a span {
    transform: translateY(-25px);
}

.menu ul li a span::after {
    font-family: 'OngleIpSeaBreeze';
    display: block;
    text-align: center;
    white-space: nowrap;
}

.menu ul li:nth-child(1) a span::after {
    content: '프로젝트';
}

.menu ul li:nth-child(2) a span::after {
    content: '상품안내';
}


.menu ul li:nth-child(3) a span::after {
    content: '자주하는질문';
}

.menu ul li:nth-child(4) a span::after {
    content: '연락하기';
}
/* info */
.info {
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    z-index: 999;
    transition: all .5s;
}
.info .info-box a {
    display: block;
}
.info .info-box img {
    width: 50px;
    border-radius: 10px;
}
/* main-text */
.inner {
    width: 80%;
    margin: 100vh auto 100px;
}

.inner h3:nth-child(1) {
    font-family: 'OngleIpSeaBreeze';
    font-size: 3rem;
    padding: 2rem 0;
}

.inner h3 {
    text-align: center;
    font-family: 'Paperozi';
    font-size: 1.5rem;
    position: relative;
    padding: 0.5rem 0;
    font-weight: 400;
    line-height: 1.7;
}

.inner h4 {
    font-family: 'title';
    text-align: center;
    padding: 2rem 0;
    font-size: 2rem;
    font-weight: normal;
}

/* project */
.project-box {
    width: 80%;
    margin: 0 auto;
    padding: 5rem 0;
    position: relative;
}

.project-box .pro-text {
    width: 50%;
}

.project-box .pro-text p {
    font-size: 1.5rem;
    cursor: pointer;
    padding: 2rem 0;
    position: relative;
    padding-left: 10px;
}

.project-box .pro-text p.on {
    font-weight: bold;
}

.project-box .pro-text p::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
}

.project-box .pro-text p::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    transition: all 1s;
}

.project-box .pro-text p:hover::after {
    width: 100%;
}

.project .pro-img {
    width: 50%;
    height: 90%;
    position: absolute;
    right: 0;
    top: 0;
}

.project .pro-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.project .pro-img img:nth-child(1) {
    display: block;
}

.project .link {
    margin: 2rem 0;
    display: flex;
    gap: 10px;
}

.project .link a {
    width: 220px;
    text-align: center;
    padding: 1rem 2rem;
    background-color: #111;
    color: #f2f2f2;
    display: block;
    transition: all .5s;
    position: relative;
}

.project .link span {
    position: relative;
    z-index: 9;
}
/* option */
.option br {
    display: none;
}
.option-wrap {
    padding: 5rem 0;
}

.option-text {
    display: flex;
    gap: 10px;
}

.option-text p {
    font-size: 1.5rem;
    padding: 0.5rem 2rem;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.option-text p.on {
    background-color: #111;
    color: #f2f2f2;
}

.option-text-sub {
    padding: 1rem 0;
}

.option-text-sub>* {
    display: none;
}

.option-text-sub>*::after {
    content: '';
    display: block;
    clear: both;
}

.option-text-sub>*.on {
    display: block;
}

.option-text-sub>*>* {
    float: left;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.option-img {
    margin-top: 1rem;
    margin: 0 auto;
}

.option-img .img-opt {
    display: none;
}

.option-img .img-opt.on {
    display: block;
}

.option-img .img-opt::after {
    content: '';
    display: block;
    clear: both;
}

.option-img .img-opt .img-item {
    width: 32%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.option-img .img-opt .img-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    top: 0; left: 0;
    transition: all .5s;
}
.option-img .img-opt .img-item:hover::after {
    opacity: 0;
}
.option-img .img-opt .img-item img {
    display: block;
}
.movie-slide {
    width: 98.6%;
    margin: 0;
}

.img-opt .swiper-button-next {
    color: #111;
    width: 50px;
    height: 50px;
    padding: 15px;
    background-color: #f2f2f2;
    top: 0;
    left: auto;
    right: 0;
    margin-top: 0;
}

.img-opt .swiper-button-prev {
    color: #111;
    width: 50px;
    height: 50px;
    padding: 15px;
    background-color: #f2f2f2;
    top: 0;
    left: auto;
    right: 50px;
    margin-top: 0;
}

.option-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.option-img .img-item {
    position: relative;
}

.option-img .img-item .text-opt {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    font-family: 'Paperozi';
    padding: 1rem;
    line-height: 1.6;
    z-index: 9;
    position: relative;
}

.option-img .img-item .text-opt h4 {
    font-size: 1.5rem;
    text-shadow: 0 0 10px white;
}

.watch {
    font-family: 'Paperozi';
    line-height: 2;
}
.watch br {
    display: none;
}
/* q&a */
.qanda-box {
    display: flex;
    justify-content: space-between;
}
.q-box {
    font-family: 'Paperozi';
    padding: 5rem 0;
    font-size: 1.2rem;
    cursor: pointer;
    width: 45%;
}

.q-box .question {
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #111;
    font-weight: 500;
}

.q-box .question:nth-child(1) {
    border-top: 1px solid #111;
}

.q-box .answer {
    padding: 2rem 2rem;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    display: none;
}

.q-box .answer a {
    text-decoration: underline;
    font-weight: 500;
}
.process {
    width: 50%;
    margin: 5rem 0;
    height: 70vh;
    border: 1px solid #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.process h3 {
    font-family: 'title';
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    margin-top: 2rem;
}
.process ul {
    width: 50%;
    margin: 2rem auto;
    position: relative;
}
.process ul::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #111;
}
.process ul::after {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 0%;
    background-color: #cf0505;
}
.process ul.on::after {
    animation: line 7s linear forwards;
}
@keyframes line {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}
.process li {
    position: relative;
}
.process li:nth-child(2n) {
    text-align: right;
}
.process li::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #111;
    border-radius: 50%;
    z-index: 9;
}
.process li.on:nth-child(1)::after {
    animation: color 0.1s 0.5s linear forwards;
}
.process li.on:nth-child(2)::after {
    animation: color 0.1s 1.8s linear forwards;
}
.process li.on:nth-child(3)::after {
    animation: color 0.1s 3s linear forwards;
}
.process li.on:nth-child(4)::after {
    animation: color 0.1s 4s linear forwards;
}
.process li.on:nth-child(5)::after {
    animation: color 0.1s 5.2s linear forwards;
}
.process li.on:nth-child(6)::after {
    animation: color 0.1s 6.3s linear forwards;
}
@keyframes color {
    0% {
        background-color: #111;
    transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }
    100% {
        background-color: #cf0505;
    transform: translate(-50%, -50%) scale(1);
    }
}
.process h5 {
    font-family: 'Paperozi';
    font-size: 1.2rem;
    line-height: 2;
}
.process p {
    font-size: 1rem;
}
/* company */
.company {
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
}

.company img {
    height: 40px;
    margin: 0 10px;
}

/* contact */
.contact {
    line-height: 1.6;
}
.contact-box {
    display: flex;
    padding: 3rem 0;
    align-items: center;
    justify-content: space-between;
}
.contact-box .contact-txt {
    padding: 1rem;
    word-break: keep-all;
}
.contact-box .contact-txt h3 {
    font-family: 'Paperozi';
    font-size: 3rem;
    padding: 0;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 800;
}
.contact-box .contact-txt h4 {
    font-family: 'Paperozi';
    font-size: 1.2rem;
    padding: 0;
}
.contact-box .contact-txt h4 strong {
    font-weight: 600;
}
.contact-box .contact-txt h5 {
    font-family: 'Paperozi';
    font-size: 2rem;
    margin-top: 20px;
}
.contact form {
    font-family: 'Paperozi';
    width: 50%;
    border: 1px solid #ddd;
    padding: 2rem;
    margin: 2rem 0;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    position: relative;
}
.contact form::before {
    content: 'send mail';
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: -20px;
    font-size: 3rem;
    font-style: italic;
    font-weight: bold;
    color: #111;
}
.contact h3,
.contact h4 {
    font-weight: 500;
    padding: 0.5rem 0;
}
.contact h3 {
    margin-top: 10px;
}
#your-name,
#phone,
#msg {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    padding: 1rem;
    outline: none;
    position: relative;
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
}

#msg {
    resize: none;
    height: 100px;
}
#msg::placeholder {
    font-family: 'Paperozi';
}
input[type="radio"] {
    margin: 0 1rem;
}
label {
    cursor: pointer;
}

.agree-box .toggle {
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
}
.agree-box .toggle::after {
    content: '';
    position: absolute;
    top:29%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #111;
    border-right: 2px solid #111;
    transform:translateY(-50%) rotate(45deg);
    transition: all .3s;
}

.agree-box .toggle.on::after {
    transform:translateY(-50%) rotate(225deg);
}
.agree-box * {
    font-size: 1rem;
}
.agree-box > ul {
    background-color: rgba(255, 255, 255, 0.3);
    margin: 10px 0;
    padding: 10px;
    display: none;
}
.agree-box > ul > li {
    font-weight: 500;
    padding-left: 20px;
}
.agree-box > ul > li li{
    font-weight: normal;
    padding-left: 20px;
}
input[type="submit"] {
    font-family: 'Paperozi';
    display: block;
    width: 100%;
    margin-top: 10px;
    border: none;
    padding: 1rem;
    font-size: 1.2rem;
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

/* footer */
.footer {
    font-family: 'Paperozi';
    background-color: #111;
    padding: 2rem 0;
    color: #969696;
    text-align: center;
}

.footer .footertext {
    width: 60%;
    margin: 0 auto;
    line-height: 2;
    display: flex;
    justify-content: space-between;
}

.footer .flogo {
    text-align: center;
    padding-top: 10px;
}

.footer img {
    width: 100px;
    object-fit: contain;
    filter: invert(60%);
}

.footer .sns {
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
    text-decoration: underline;
}

.footer a {
    padding-left: 15px;
}