body {
    background: #000;
    background: url(../img/story/bg_00.webp) no-repeat center/cover #000;
    background-attachment: fixed;
    height: 100vh;
    transition: .3s;
}
body::-webkit-scrollbar {
    display: none;
}
.header.active {
    display: none;
}
.story_cont_wrap .shadow {
    display: none;
}
.story_cont_wrap.dnf .planet.n1 .shadow,
.story_cont_wrap.dnf .planet.n4 .shadow,
.story_cont_wrap.dnf .planet.n5 .shadow,
.story_cont_wrap.dnf .planet.n6 .shadow,
.story_cont_wrap.dnf .planet.n7 .shadow,
.story_cont_wrap.dnf .planet.n8 .shadow,
.story_cont_wrap.dnf .planet.n9 .shadow,
.story_cont_wrap.ak .planet.n4 .shadow {
    display: block;
}
.sec01 {
    height: 100vh;
    overflow: hidden;
}
.story_tit {
    margin-top: 12rem;
    color: #fff;
    text-align: center;
    font-size: 4rem;
    font-family: Barlow;
    font-weight: 600;
    line-height: 0.7;
}
.story_cont_wrap {
    /* margin-top: 16rem; */
    position: relative;
    /* overflow-x: scroll; */
    padding: 14rem 0 18rem;
    padding-top: 5%;
}

/* .story_cont_wrap::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}
.story_cont_wrap::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.3;
    margin: 0 4.6rem;
} */
.story_cont {
    margin-left: 17.5rem;
    /* max-width: 100vw; */
    width: 441rem;
    height: 44rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.story_cont li {
    width: 44rem;
    height: 44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    border-radius: 50%;
}
.planet_wrap {
    border-radius: 50%;
}
.planet_box {
    position: relative;
    border-radius: 50%;
}
.planet_line {
    /* content: ''; */
    position: absolute;
    border: 1px solid #eee;
    border-radius: 50%;
    transform: scale(1);
    opacity: 0;
    transition: .3s;
    width: 28rem;
    height: 28rem;
    top: 0;
}
li.planet_radian {
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    border-radius: 50%;
    width: 100%; height: 100%;
    z-index: -1;
}
li.planet_radian.n1 {
    transform: rotate(0deg);
}
li.planet_radian.n2 {
    transform: rotate(30deg);
}
li.planet_radian.n3 {
    transform: rotate(60deg);
    border-radius: 50%;
    border: 1px solid transparent;
}
li.planet_radian.mouse_act {
    z-index: 999;
}
/* li.planet_radian.n4 {
    transform: rotate(90deg);
} */
li.planet_radian p {
    width: 2.7rem;
    height: 2.7rem;
    background-color: #1b1b1b;
    border-radius: 50%;
    position: absolute;
    transform-origin: 50% 50%;
    cursor: pointer;
    /* position: relative; */
    border: 1px solid #414141;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.planet_radian p img {
    width: 0.8rem;
    height: 0.8rem;
}
.planet_radian p span {
    font-size: 0.9rem;
    position: absolute;
    left: 100%;
    white-space: nowrap;
    padding: 2rem 2rem 2rem 1rem;
}
li.planet_radian p:first-child {
    margin: 0;
    top: 0;
    right: calc(50% - 27px);
    transform: translate(-50%, -50%);
}
li.planet_radian p+p {
    top: 50%;
    right: -27px;
    transform: translate(-50%, -50%);
    margin: 0;
}

li.planet_radian.n2 img {
    transform: rotate(60deg);
}
li.planet_radian.n3 img {
    transform: rotate(120deg);
}


li.planet_radian.n1 span.txt_n1 {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    padding: 2rem;
}
li.planet_radian.n2 span.txt_n2 {
    transform: rotate(-30deg);
    top: -28px;
    left: 21px;
    margin-left: 0;
    padding: 0 2rem 2rem 1rem;
}
.planet_box.n2 li.planet_radian.n2 span.txt_n2 {
    top: -37px;
}
li.planet_radian.n3 span.txt_n3 {
    transform: rotate(-60deg);
    top: -240%;
    left: -40%;
    margin-left: 0;
    padding: 2rem;
}
.planet_box.n4 li.planet_radian.n3 span.txt_n3,
.planet_box.n5 li.planet_radian.n3 span.txt_n3,
.planet_box.n8 li.planet_radian.n3 span.txt_n3 {
    top: -200%;
    left: -16%;
}
.planet_box.n9 li.planet_radian.n3 span.txt_n3 {
    top: -270%;
    left: -65%;
}
li.planet_radian.n2 span.txt_n5 {
    transform: rotate(-30deg);
    top: -130%;
    padding: 2rem;
    left: 60%;
}
.planet_box.n4 li.planet_radian.n2 span.txt_n5,
.planet_box.n5 li.planet_radian.n2 span.txt_n5,
.planet_box.n6 li.planet_radian.n2 span.txt_n5,
.planet_box.n8 li.planet_radian.n2 span.txt_n5 {
    top: -159%;
    left: 40%;
}
li.planet_radian.n3 span.txt_n6 {
    transform: rotate(-60deg);
    top: -180%;
    left: 5%;
    padding: 2rem;
}
.planet_box.n4 li.planet_radian.n3 span.txt_n6 {
    top: -250%;
    left: -35%;
}
.planet_box {
    position: relative;
}
.planet_box::after {
    content: '';
    width: 70%;
    height: 1px;
    position: absolute;
    left: 139%;
    top: 50%;
    transform: translate(-50%);
    background-color: transparent;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    z-index: -1;
}
.planet.n9 .planet_box:last-of-type::after {
    display: none;
}
.planet_box:hover .planet_line {
    transform: scale(1.565);
    opacity: 1;
}
.planet_box:hover .planet_txt p {
    display: none;
}
.planet_img {
    position: relative;
    width: 28rem;
    height: 28rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.planet_img img {
    position: absolute;
    top: 0; left: 0;
}
.planet_txt {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.planet_txt p {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.12;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: .3s;
}
.planet_txt p.cover {
    color: rgba(255, 255, 255, 0.15);
}
.planet_img img.color {
    display: none;
}
.planet_txt p.cover {
    display: none;
}
img.cover:hover .story_cont li{
    border-color: red;
}
.planet_box:hover img.color {
    display: block;
}
.timeline {
    width: 10.5rem;
    height: 10.5rem;
    position: absolute;
    right: 1.8rem; bottom: 3rem;
    background-image: linear-gradient(to top, #121212, #000);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 999999;
}
.timeline span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
}
.timeline.circleWr .shadow {
    margin: 0;
}
.timeline .btn_wrap {
    font-size: 1.2rem;
    font-weight: 600;
}
.timeline.active .btn_wrap.off,
.timeline .btn_wrap.on {
    display: none;
}
.timeline.active .btn_wrap.on {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
}
.timeline_map {
    position: absolute;
    height: 100%;
    bottom: -100%;
    transition: 0.5s;
}
.timeline_map.active {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    height: 100vh;
    transition: 0.5s;
}
.timeline_map.active img {
    height: 100vh;
    width: 100vw;
}
.story_cont_wrap.ak p.color,
.story_cont_wrap.dnf p.color {
    opacity: 0.3 !important;
} 
.story_cont_wrap.ak .planet_box.n4 p.color,
.story_cont_wrap.dnf .planet_box.n1 p.color,
.story_cont_wrap.dnf .planet_box.n4 p.color,
.story_cont_wrap.dnf .planet_box.n5 p.color,
.story_cont_wrap.dnf .planet_box.n6 p.color,
.story_cont_wrap.dnf .planet_box.n7 p.color,
.story_cont_wrap.dnf .planet_box.n8 p.color,
.story_cont_wrap.dnf .planet_box.n9 p.color {
    opacity: 1 !important;
}
.story_cont_wrap.dnf .planet_line.dnf,
.story_cont_wrap.ak .planet_line.ak {
    border: 1px solid #df4c05;
}
.story_cont_wrap.dnf .planet_line.dnf p.act {
    border: 1px solid #df4c05;
}
.story_cont_wrap.ak .planet_line.ak.dnf p.act {
    border: 1px solid #414141;
}
.story_cont_wrap.ak .planet_line.ak p.ak_act,
.story_cont_wrap.ak .planet_line.ak.dnf p.act.ak_act {
    border: 1px solid #df4c05;
}
.story_cont_wrap.dnf .planet_line.dnf p.inact img,
.story_cont_wrap.dnf .planet_line.dnf p.inact span,
.story_cont_wrap.ak .planet_line.ak.dnf p.ak_inact img,
.story_cont_wrap.ak .planet_line.ak.dnf p.ak_inact span {
    opacity: 0.3;
}
.progress {
    position: absolute;
    bottom: 4.6rem;
    left: 0;
    margin: 0 4.6rem;
    width: 89%; height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}
.progress_track {
    position: relative;
}
.progress_thumb {
    position: absolute;
    left: 0; top: 0;
    width: 10%;
    height: 2px;
    background-color: #fff;
}