@charset "UTF-8";

.produce_21live_box {
    width: 1149px;
    position: relative;
}

.produce_21live_box h2 {
    display: flex;
    align-items: center;
    color: #000;
}

.produce_21live_box .produce_logo_01 {
    width: 16%;
    margin-right: 5px;
}

.produce_21live_box .produce_logo_02 {
    width: 7%;
    margin-right: 10px;
}

.produce_21live_box .produce_21live_txt_01 {
    margin-right: 20px;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 0.6px;
    margin-top: 5px;
}

.produce_21live_box .produce_21live_txt_02 {
    margin-top: 5px;
    font-size: 19px;
}

.produce_21live_box .swiper-button-prev {
    left: -35px;
    top: 140px;
}

.produce_21live_box .swiper-button-next {
    right: -30px;
    top: 140px;
}

.produce_21live_box .swiper-button-next,
.produce_21live_box .swiper-button-prev {
    color: #000;
}

.swiper-slide {
    padding-bottom: 10px;
}

.official_liver_img {
    padding: 0 5px;
}

.official_liver_img img {
    width: 118px;
}

.official_liver_box {
    position: relative;
}

.official_liver_box .official_liver_rank_icon,
.official_liver_box .official_liver_rank_txt {
    display: none;
}

.official_liver_box .official_liver_name {
    background: #333;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 95px;
    overflow: hidden;
    height: 21px;
    border-radius: 5px;
    padding: 0 5px;
}

.modal_official_liver_box {
    position: fixed;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s;
    z-index: 10000;
    background: #fff;
    width: 345px;
}

.modal_official_liver_box.open {
    opacity: 1;
    top: 50%;
}

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
}

.modal_bg01 {
    z-index: 9999;
}

.modal_bg_black01 {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_bg.open {
    opacity: 1;
    pointer-events: auto;
}

.modal_official_liver_container {
    background: #fff;
    padding: 10px;
}

#modal_official_liver_img img {
    width: 325px;
}

.modal_official_liver_rank_area {
    display: flex;
    align-items: center;
    position: absolute;
    top: -16px;
}

#modal_official_liver_rank_icon {
    width: 15%;
}

#modal_official_liver_rank_txt {
    font-weight: bold;
    text-shadow: 0px 0px 2px #000, 0px 0px 1px #000, 0px 0px 0px #000, 0px 0px 0px #000;
    color: #fff;
}

#modal_official_liver_rank_icon img {
    width: 100%;
}

.modal_official_liver_img_box {
    position: relative;
    margin-bottom: 20px;
}

.modal_official_liver_img_box .official_liver_name {
    background: #333;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 3px 15px;
    border-radius: 5px;
    min-width: 105px;
}

.modal_produce_logo {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.modal_produce_logo p {
    font-weight: bold;
    font-size: 12px;
}

.modal_produce_logo .modal_logo_21live {
    width: 25%;
    margin-right: 10px;
}

.modal_produce_logo .modal_produce_top_txt {
    font-size: 15px;
    line-height: 1.2;
}

.modal_produce_logo img {
    width: 100%;
}

.modal_produce_logo_box {
    display: flex;
    justify-content: space-around;
}

.modal_produce_logo_box div {
    width: 100px;
}

.modal_produce_logo_box div img {
    width: 100%;
}

.main_view_applink {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.main_view_applink div {
    width: 40%;
}

.main_view_applink_img {
    width: 100%;
}

.moview_btn {
    margin: 7px auto;
    display: flex;
    justify-content: center;
}

.moview_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 40px;
    background: #ff5b00;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    transition: .3s ease all;
}

.moview_btn a:hover {
    box-shadow: 3px 3px 10px rgb(116 43 2 / 50%);
    transform: scale(1.02);
}

.liver_movie_box {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 1080px;
    width: 90%;
    padding: 10px;
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    background: #fff;
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    border-radius: 20px;
    transition: .3s ease all;
}

.liver_movie_inner {
    border-radius: 20px;
    overflow: hidden;
}

.liver_movie_file {
    width: 100%;
    vertical-align: bottom;
}

.liver_movie_box.is-open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.movie_box_close {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: -40px;
}

[class*="movie_box_line_"] {
    width: 100%;
    height: 5px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.movie_box_line_01 {
    transform: translate(-50%, -50%) rotate(45deg);
}

.movie_box_line_02 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/*swiper??????*/
.non-slide {
    display: flex;
}

.official_liver_more {
    width: 128px;
    height: 128px;
}

.official_liver_more a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: inherit;
    height: inherit;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.official_liver_more a:hover {
    opacity: .6;
}
/*swiper??????*/