/* BASIC css start */
.headerNews {
    display: none;
}
.headerWrapper {
    opacity: 0.001;
    position: fixed !important;
}
.headerWrapper:hover {
    transition: 0.3s;
    opacity: 1;
}
.listPageContainer {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    transition: 0.5s;
    /* overflow: hidden; */
}
.listContents {
    margin: 5rem;
}
.sections {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}
.section {
    height: 100vh;
    min-height: 64rem;
    width: 100%;
    overflow: hidden;
}
.modelMainImg {
    /* width: 100vw; */
}
.modelMainImg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.modelProducts {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    /* gap: 1rem; */
    padding: 5rem;
    /* background-color: #000; */
}
.modelProducts .modelVideo {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.modelProducts .modelVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.modelPrd {
    /* height: 50rem; */
    height: 54rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;

    background-color: #ffffff;
    padding: 2rem;
}
.modelPrdImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    /* background-color: #aaa; */
}
.modelPrdText {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
    justify-content: space-between;

    /* background-color: antiquewhite; */
}

.modelPrdText h2 {
    font-size: 5.25rem;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 5.25rem;
}
.modelPrdTextItem {
    padding: 1rem 0 0.25rem;
    margin-top: auto;
    /* background-color: aliceblue; */
    /* flex */
}
.modelPrdTextItem h3 {
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 0.375rem;
}
.modelPrdTextItem h4 {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-bottom: 0.375rem;
    border-bottom: 1px solid var(--black);
    width: fit-content;
    display: flex;
}
.modelPrdTextItem h4 span {
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    top: 0.55rem;
    right: -0.5rem;
    padding-right: 0.5rem;
}
.modelPrdTextItem h4 span svg {
    width: 1.5rem;
    stroke-width: 2px;
    stroke: #000;
    fill: none;
}
.modelPrdTextItem:hover span {
    transition: 0.3s;
    padding-left: 1rem;
}
.butterfliesContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#butterflyCanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modelPrd1-1 .modelPrdImg {
    width: 35rem;
    height: 35rem;
}
.modelPrd1-2 .modelPrdImg {
    width: 25rem;
    height: 35rem;
}
.modelPrd2-1 .modelPrdImg {
    width: 40rem;
    height: 100%;
}
.modelPrd2-2 .modelPrdImg {
    width: 30rem;
    height: 33rem;
}
.modelPrd3-1 .modelPrdImg {
    width: 30rem;
    height: 40rem;
}
.modelPrd3-2 .modelPrdImg {
    width: 50rem;
    height: 35rem;
}
.modelPrd4-1 .modelPrdImg {
    width: 27rem;
    height: 32rem;
}
.modelPrd4-2 .modelPrdImg {
    width: 30rem;
    height: 42rem;
}
.modelPrd4-3 .modelPrdImg {
    margin-top: 3rem;
    width: 24rem;
    height: 34rem;
}
.collectionHead {
    text-align: center;
    padding: 1.5rem 0;
    background-color: #00000008;
    width: 100%;
    min-width: 100vw;
}
.collectionTittle {
    /* color: var(--darkgrey); */
    font-size: 1.25rem;
}
.listCategory > div {
    margin-bottom: 2rem;
}
/* »ç¿ëÀÚ ÅÂ±× ´ÙÃ£´Ù, ¸®½ºÆ®¿¡¼± ¿ì¼± ¹Ì³ëÃâ */
#allfinder-layer {
    display: none;
}
/* ¼½¼Çº° ¾Ö´Ï¸ÞÀÌ¼Ç */
.visible {
}
.section1 {
    /* opacity: 0; */
}
.section1.visible {
    /* transition: 1.5s;
    opacity: 1; */
}
.section3 {
    background-color: var(--black);
}
.section3 img {
    opacity: 0;
    transform: translateX(10%);
}

.section3.visible img {
    transition: 1.5s;
    opacity: 1;
    transform: translateX(0%);
}

.section5 img {
    opacity: 0;
    transform: scale(1.3);
}

.section5.visible img {
    transition: 1.5s;
    opacity: 1;
    transform: scale(1);
}
.section7 {
    /* opacity: 0; */
    filter: blur(1.5rem);
    overflow: hidden;
}
.section7.visible {
    transition: 1.5s;
    opacity: 1;
    filter: blur(0rem);
}
.section7 .section7Img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: infinite;

    /* transform: rotateZ(20deg) scale(3); */
}
.section7.visible .section7Img {
    transition: 1.5s;
    /* transform: rotateZ(0deg) scale(1); */
}
.section7.visible .section7Img:nth-child(1) {
    animation-name: tsItemAni1;
}

.section7.visible .section7Img:nth-child(2) {
    animation-name: tsItemAni2;
}

.section7.visible .section7Img:nth-child(3) {
    animation-name: tsItemAni3;
}
.section .modelPrd {
    opacity: 0;
    transform: translateX(20%);
}
.section .modelVideo {
    display: none;
    /* opacity: 0; */
}
.section.visible .modelVideo {
    display: block;
    /* opacity: 1; */
}
.section.visible .modelPrd {
    transition: 1.2s;
    opacity: 1;
    transform: translateY(0%);
}
.snsPromotion {
    width: 100%;
    background-color: #000;
    /* background: url(../../assets/blackglitter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.snsPromotion * {
    color: var(--white);
}

.filterVideo {
    width: 30rem;
}
.filterText {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}
.filterText h1 {
    font-size: 4rem;
}
.filterTextA h5 {
    display: flex;
}
.filterTextA h5 span {
    font-size: 1.5rem;
    font-weight: 300;
    position: relative;
    top: 0.55rem;
    right: -0.5rem;
    padding-right: 0.5rem;
}
.filterTextA h5 span svg {
    width: 1.5rem;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
}

@keyframes tsItemAni1 {
    0% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tsItemAni2 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes tsItemAni3 {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.only_glitter {
    position: absolute;
    /* z-index: 1; */
    top: 0;
    left: 0;
    opacity: 0;
    mix-blend-mode: screen;

    /* animation-name: glittering; */
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
@keyframes glittering {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

/* BASIC css end */

