.title {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.title h2 {
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif; font-size: 5em; color: #1f1f1f;
}
.title p {
    font-family: 'Pretendard','Noto Sans KR', sans-serif, 'Noto Serif', serif; font-size: 1.2em; font-weight: 500; color: #666;
    line-height: 1.4em;
}
.title>.btn_more {
    margin-top: 30px;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ topBanner ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#topBanner {
    position: relative;
    width: calc(100% - 100px);
    margin: 90px auto 0;
}
#topBanner .top_img li {
    position: absolute; left: 0; top: 0;
    display: none;
    width: 100%;
}
#topBanner .top_img li:nth-child(1) {
    display: block;
}
#topBanner .top_img li img {
    border-radius: 30px;
    width: 100%;
}


#topBanner .top_controls {
    position: absolute; left: 50%; bottom: 5%; transform: translateX(-50%);
    display: flex;
}

#topBanner .top_controls .top_stop {
    /* position: absolute; left: 46%; bottom: 4.5%; */
    width: 20px; height: 20px;
    background: none; border: none;
    cursor: pointer;
    overflow: hidden;
}
#topBanner .top_controls .top_page {
    display: flex; align-items: center; justify-content: center;
}
#topBanner .top_controls .top_page li {
    width: 12px; height: 12px;
    margin: 0 3px;
    border: 1px solid #fff; border-radius: 6px;
    box-sizing: border-box; cursor: pointer; transition-duration: 0.5s;
}
#topBanner .top_controls .top_page li.top_select {
    width: 40px;
    background-color: #fff;
}


#topBanner .btns {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    display: flex; justify-content: space-between;
    width: 100%;
}
#topBanner .btns button {
    position: relative;
    display: flex; flex-direction: column-reverse;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    gap: 8px 0;
}
#topBanner .btns button::before, #topBanner .btns button::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
}
#topBanner .btns button::before {
    width: 150px;
    border: none;
    opacity: 0.3;
}
#topBanner .btns button::after {
    position: absolute;
    width: 80px;
    transition: all 0.4s ease-in-out;
}
#topBanner .btns button:hover::after {
    width: 100%;
}
#topBanner .btns button span {
    padding: 0 20px;
    color: #fff;
}
#topBanner .btns .top_prev {
    align-items: flex-end;
}

#topBanner .top_text li {
    position: absolute; left: 14%; top: 35%;
    display: flex; flex-direction: column; justify-content: flex-start;
    opacity: 0;
}
#topBanner .top_text li:first-child {
    opacity: 1;
}
#topBanner .top_text li .type {
    width: fit-content; height: 42px;
    margin-bottom: 30px; padding: 10px 20px;
    line-height: initial;
    border-radius: 21px;
}
#topBanner .top_text li h2 {
    margin-bottom: 40px;
    font-family: "Pretendard Variable", Pretendard; font-size: 2.2em; font-weight: normal;color: #fff;
    line-height: 1.4em;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
#topBanner .top_text li h2 strong {
    display: block;
    font-size: 1.2em;
}
#topBanner .top_text li:first-child h2 {margin-left: 0;}
#topBanner .top_text li p {
    font-size: 1.2em; color: #fff; font-weight: 400;
}
#topBanner .top_text li:first-child p {margin-left: 0;}


#topBanner .top_poster li {
    position: absolute; right: 17%; bottom: -2%;
    display: none;
}
#topBanner .top_poster li:first-child {
    display: block;
}
#topBanner .top_poster li h3 {
    margin-bottom: 15px;
    font-family: "Pretendard Variable", Pretendard; font-size: 1.1em; font-weight: normal; color: #fff;
    text-align: center;
}
#topBanner .top_poster li img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Pick ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#pick {
    position: relative;
    width: 100%;
    padding: 150px 0 0;
    overflow: hidden;
}
#pick .title {
    position: absolute; left: 50%; top: 15%; transform: translateX(-50%);
    z-index: 998;
    opacity: 0;
}
#pick .pick_img ul li:nth-child(1) {
    position: relative; left: 22%;
    width: 27.7%;
}
#pick .pick_img ul li:nth-child(2) {
    position: relative; left: 65%;
    width: 13.5%;
    margin-top: -7%;
}
#pick .pick_img ul li:nth-child(3) {
    position: relative; left: 6%;
    width: 23%;
}
#pick .pick_img ul li:nth-child(4) {
    position: relative; left: 84%;
    width: 18%;
    margin-top: -15%;
}
#pick .pick_img ul li:nth-child(5) {
    position: relative; left: 20%;
    width: 16.14%;
    margin-top: -3%;
}
#pick .pick_img ul li:nth-child(6) {
    position: relative; left: 55%;
    width: 34.1%;
    margin-top: -10%;
}
#pick .pick_img ul li a img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ Vote ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#vote {
    position: relative;
    display: flex; justify-content: center;
    width: 100%;
    overflow: hidden;
}
#vote .vote_left {
    position: relative; left: -700px;
    display: flex; flex-direction: column; justify-content: center;
    width: 700px;
    opacity: 0;
}
#vote .vote_left .title .vote_controls {
    display: flex; justify-content: space-evenly; align-items: center;
    width: 100%;
    margin-top: 30px;
}
#vote .vote_left .title .vote_controls button {
    width: 30px;
    border: none; background: none;
}
#vote .vote_left .title .vote_controls button img {
    width: 100%;
}


#vote .vote_right {
    position: relative; left: calc(100% - 700px);
    width: calc(100% - 700px);
    overflow: hidden;
    opacity: 0;
}
#vote .vote_right .vote_list {
    position: relative;
    width: 2040px;
}
#vote .vote_right .vote_list::after {
    content: ""; display: block; clear: both;
}
#vote .vote_right .vote_list li {
    display:block;
    float: left;
    width: 320px; height: 500px;
    margin-right: 20px; margin-bottom: 1.3%;  
    background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 30px;
    box-sizing: border-box; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
#vote .vote_right .vote_list li a {
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end;
    height: -webkit-fill-available;
    padding: 30px;
}
#vote .vote_right .vote_list li.vote_list1 {background-image: url(../img/vote/vote1.png);}
#vote .vote_right .vote_list li.vote_list2 {background-image: url(../img/vote/vote2.png);}
#vote .vote_right .vote_list li.vote_list3 {background-image: url(../img/vote/vote3.png);}
#vote .vote_right .vote_list li.vote_list4 {background-image: url(../img/vote/vote4.png);}
#vote .vote_right .vote_list li.vote_list5 {background-image: url(../img/vote/vote5.png);}
#vote .vote_right .vote_list li.vote_list6 {background-image: url(../img/vote/vote6.png);}
#vote .vote_right .vote_list li .cat { margin-bottom: 30px;}
#vote .vote_list li .cat span {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 1.1em;
}
#vote .vote_list li .cat span.state {
    margin-left: 12px;
}
#vote .vote_list li .cat span.state_on {
    background-color: #fff; border: 1px solid #1f1f1f;
    color: #1f1f1f;
}
#vote .vote_list li .cat span.state_off {
    background-color: #1f1f1f; border: 1px solid #fff;
    color: #fff;
}
#vote .vote_right .vote_list li h3 {
    display: -webkit-box;
    margin-bottom: 20px;
    color: #fff; font-size: 1.2em; font-family: 'Pretendard','Noto Sans KR', sans-serif, 'Noto Serif', serif; font-weight: 500;
    line-height: 1.3em; word-break: keep-all;
    overflow: hidden;
    -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
#vote .vote_right .vote_list li p {
    color: #ddd;
}








/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ top10 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#top10 {
    position: relative;
    display: flex; flex-direction: column; align-items: center;
    overflow: hidden;
    width: 100%;
}
#top10 .title h2 {margin-bottom: 150px;}
#top10 .top10_wrap .top10_contents {
    position: relative;
    display: flex; flex-direction: column; align-items: center;
    z-index: 998;
}
#top10 .top10_wrap .top10_contents ul {
    position: relative;
    display: flex; justify-content: flex-start;
    width: 250%;
    margin-left: -25%;
}
#top10 .top10_wrap .top10_contents ul li {
    position: relative;
    width: 8%;
    margin: 0 1%;
}
#top10 .top10_wrap .top10_contents ul li .top10_img span {
    position: absolute; left: 8%; top: -18%;
    font-family: "Montserrat", sans-serif; font-size: 7vw; font-weight: bold; color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#top10 .top10_wrap .top10_contents ul li .top10_img img {
    width: 100%;
    border-radius: 30px; 
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
#top10 .top10_wrap .top10_contents .top10_text dl {
    margin-top: 15px; padding: 0px 15px;
    text-align: center;
}
#top10 .top10_wrap .top10_contents .top10_text dl dt {
    color: #1f1f1f; font-size: 1.1em; font-weight: 500;
    line-height: 1.4em;
    word-break: keep-all;
    overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box;-webkit-box-orient: vertical;
}
#top10 .top10_wrap .top10_contents .top10_text dl dd {
    margin-top: 10px;
    font-size: 1em; color: #999;
    line-height: 1.4em;
}

#top10 .top10_wrap .list_bg {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,  calc(-50% + 30px));
    width: 30vw; height: 30vw;
    background-color: #F1EEEA;
    border-radius: 50%;
    z-index: 997;
}

#top10 .top10_wrap .top10_controls button {
    width: 30px;
    border: none; background: none;
    cursor: pointer;
    z-index: 998;
}
#top10 .top10_wrap .top10_controls button.prev {
    position: absolute; left: 36.5%; bottom: 43%;
}
#top10 .top10_wrap .top10_controls button.next {
    position: absolute; right: 36.5%; bottom: 43%;
}
#top10 .top10_wrap .top10_controls button img {
    width: 100%;
}
#top10 .btn_more {margin-top: 2%;}










/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ review ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#review {
    position: relative;
}
#review .review_wrap {
    position: relative;
    width: 92%; max-width: 1440px; height: 800px;
    margin: 0 auto;
}
#review .review_wrap .review_list {
    position: relative; 
    /* left: 50%; bottom: 0%; transform: translateX(-50%); */
    display:flex; justify-content: space-between; align-items: center;
    width: 100%;
}
#review .review_wrap .review_list li {
    position: relative; top: 400px;
    width: 23%;
    opacity: 0;
}
#review .review_wrap .review_list li a img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
#review .review_wrap .review_list li a h3 {
    display: none;
}







/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ artist ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#artist {
    position: relative;
}
#artist .artist_wrap {
    position: relative;
    display: flex; justify-content: space-between; align-items: center;
    width: 100%;
}
#artist .artist_wrap>div {
    height: 430px;
}
#artist .artist_wrap .artwork {
    position: relative; left: -460px;
    width: 24%;
    opacity: 0;
}
#artist .artist_wrap .artwork ul li {
    position: absolute; left: 0; top: 0;
    display: none;
}
#artist .artist_wrap .artwork ul li:first-child {
    display: block;
}
#artist .artist_wrap .artwork ul li img {
    border-radius: 0 30px 30px 0;
}

#artist .artist_wrap .title {
    width: 27%;
    opacity: 0;
}
#artist .artist_wrap .title .artist_controls {
    display: flex; justify-content: space-evenly; align-items: center;
    width: 100%;
    margin-top: 30px;
}
#artist .artist_wrap .title .artist_controls button {
    width: 30px;
    border: none; background: none;
}
#artist .artist_wrap .title .artist_controls button img {
    width: 100%;
}

#artist .artist_wrap .info {
    position: relative; left: 857px;
    width: 45%;
    opacity: 0;
}
#artist .artist_wrap .info ul {height: 100%;}
#artist .artist_wrap .info ul li {
    position: absolute; right: 0; top: 0;
    display: none;
    width: 100%; height: 100%;
    padding: 50px;
    background-color: #AEBD6C;
    border-radius: 30px 0 0 30px;
    box-sizing: border-box;
}
#artist .artist_wrap .info ul li .info_text {
    display: flex; flex-direction: column; justify-content: space-between; align-items: flex-end;
    height: 100%;
}
#artist .artist_wrap .info ul li:nth-child(2) {background-color: #9D7A66;}
#artist .artist_wrap .info ul li:nth-child(3) {background-color: #C4BFB9;}
#artist .artist_wrap .info ul li:nth-child(4) {background-color: #A0B0C3;}
#artist .artist_wrap .info ul li:nth-child(5) {background-color: #FB974F;}
#artist .artist_wrap .info ul li:nth-child(6) {background-color: #A2A2A2;}
#artist .artist_wrap .info ul li:nth-child(7) {background-color: #E6B4AD;}
#artist .artist_wrap .info ul li:first-child {display: block;}
#artist .artist_wrap .info ul li .name p {
    font-size: 1.2em; color: #fff; font-family: "Pretendard Variable", Pretendard;
    text-align: right; line-height: 1.4em;
}
#artist .artist_wrap .info ul li .name p.name_e {
    font-size: 1.4em; font-family: "Montserrat", sans-serif; font-weight: bold;
}
#artist .artist_wrap .info ul li .bottom {
    display: flex; justify-content: space-between; align-items: flex-end;
    width: 100%;
}
#artist .artist_wrap .info ul li .bottom p {
    font-size: 1.4em; color: #fff;
}
#artist .artist_wrap .info ul li .bottom .btn_more {
    color: #fff; border: 1px solid #fff;
}