@charset "utf-8";
html, body {
    scroll-behavior: smooth;
}
#wrap {
    width: 100%;
    border: none;
}

/* Contents */
#contents {
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: normal;
    color: #fff;
}
/* Main Image */
#contents img {
    width: 100%;
}

/* Main Image */
.main_image {
    position: relative;
}
.main_image .desc {
    /* 포지션 */
    position: absolute;
    left: 2.570093%;
    top: 78%;
    z-index: 2;
}
.main_image .desc {
    /* font-size: 1.25rem; */
    font-size: 4.357298%;
    font-weight: 400;
}
.main_image .desc h2  {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 3.050109%;
}
.main_image .desc p {
    margin-top: 6px;
    font-size: 0.75rem;
}
.main_image .desc span {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Cast */
.cast ul li {
    text-align: center;
    color: #fff;
    width: 48%;
    /* 플롯 */
    float: left;
}
.cast ul li:first-child {
    margin-right: 4%;
}
.cast ul {
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 18px;
}
.cast ul:last-child li {
    width: 32%;
    margin-right: 2%;
}
.cast .one_cast li:last-child {
    margin-right: 0;
}

/* Who */
.who {
    padding: 0 5%;
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
    line-height: 1.5;
}
.who h2 {
    padding-top: 12px;
    letter-spacing: normal;
    color: #8abf3f;
    font-size: 1.25rem;
    font-weight: 700;
}
.who h3 {
    font-weight: 500;
    color: #416114;
    margin-bottom: 10px;
}
.divider {
    margin: 0 auto;
    width: 90%;
    height: 2px;
    background: #8aa664;
    margin-top: 10px;
    margin-bottom: 12px;

}
.divider_b {
    margin: 0 auto;
    width: 90%;
    height: 2px;
    background: #8aa664;
    margin-top: 4px;
}
.who p {
    color: #cfcfcf;
}

/* Name */
.cast .name h2 {
    color: #8abf3f;
    font-weight: 700;
    font-size: 1.125rem;
    padding-top: 10px;
}
.cast .name p {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    margin-top: 6px;
    color: #c3c3c3;
}
.cast .one_cast h3 {
    color: #8abf3f;
    font-weight: 700;
    padding-top: 16px;
    margin-bottom: 4px;
}
.cast .one_cast h3+p {
    margin-bottom: 8px;
    color: #416114;
}
.cast .one_cast .name h2 {
    font-size: 0.875rem;
}
.cast .one_cast p {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

/* 추가 코딩 */
/* Move_tool Script Section */
.move_tool {
    font-family: 'Noto Sans KR', sans-serif;
}
/* Swiper */
.move_tool .swiper-container {
    width: 94%;
    padding-top: 8px;
    padding-bottom: 24px;
}
.swiper-slide {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
} 
.swiper-slide button {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0.6875rem;
    font-size: 0.75rem;
    font-weight: 400;
    color: #000;
    color: #bfd4a1;
    color: #c3d4ad;
    width: 120px;
    height: 32px;
    /* background: linear-gradient(#8aa664, #8abf3f ,#416114); */
    border: 2px solid #8aa664;
    /* border-radius: 18px; */
    letter-spacing: 0;
    cursor: pointer;
}
.divider_t {
    margin: 0 auto;
    width: 100%;
    height: 2px;
    background: #8aa664;
}
.swiper-slide button:hover {
    font-weight: normal;
    background: #8aa664;
    font-size: 0.813rem;
    color: whitesmoke;
}


.arrow {
    margin-bottom: 18px;
}
.arrow h2 {
    text-align: center;
    font-size: 0.6875rem;
    color: #dadada;
    margin-bottom: 4px;
}
.icon {
    margin: 0 auto;
    width: 16px;
}
.icon i {
    font-size: 18px;
    color: #8aa664;
}

/* Aside */
.top {
    width: 40px;
    height: 40px;
    background-color: silver;
    border-radius: 50px;
    font-size: 0.813rem;
    color: #cfcfcf;
    text-align: center;
    padding-top: 6px;
    opacity: 0.8;
    cursor: pointer;

    /* 포지션 */
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 100;
    /* 로딩시 안보이게 */
    display: none;
}
.top i {
    color: #222;
    font-size: 24px;
}
