@charset "utf-8";

/* 내용관리 */
.ctt_admin {
    display: none;
}

/* #ctt {margin:10px 0;padding:20px;background:#fff}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center} */

/* Vision: Standard & Connection - 원형 1개→2개 갈라짐 */
.vision-split-circles {
    position: relative;
    width: 100%;
    overflow: visible;
}

.vision-split-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10rem;
    height: 10rem;
}

@media (min-width: 768px) {
    .vision-split-circle {
        width: 280px;
        height: 280px;
    }
}

@media (min-width: 1024px) {
    .vision-split-circle {
        width: 467px;
        height: 467px;
    }
}

.vision-split-circle img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-split-circle .relative.z-10 {
    position: relative;
    z-index: 10;
}

/* Vision: Bible / Standard&Connection / Nexus 스크롤 스택 */
.vision-stack-wrap {
    height: 300vh;
}

.vision-stack {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-stack .rounded-full {
    position: relative;
}

.vision-stack .rounded-full img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vision-stack .rounded-full .relative.z-10 {
    position: relative;
    z-index: 10;
}

/* Vision: 2개→4개 opacity*/
.vision-four-circles__item--second {
    opacity: 0;
    transform: scale(0.8);
}

/* Vision: 퍼즐 스크롤드리븐 */
.vision-puzzle-pin {
    background: #212121;
}

.vision-puzzle-sticky {
    background: #212121;
}

.vision-puzzle-box {
    position: relative;
}

.vision-puzzle-box img {
    pointer-events: none;
}

.vision-puzzle-top {
    opacity: 1;
}

.vision-puzzle-bottom {
    opacity: 1;
}

.vision-puzzle-zoom {
    opacity: 0;
    transform: scale(1);
}