.sub_top > .ms_royal_title_wrap {
    padding-top: 402px;
}

.sub_top>.sub_top_text>h4 {
    line-height: 44px;
    height: 53px;
}
.queen_wrap {
    width:100%;
    padding-top:150px;
    margin-bottom: 50px;
    box-sizing: border-box;
    position: relative;
}

.queen_wrap > .queen {
    width:1200px;
    margin:0 auto;
    position: relative;
}
.queen_wrap > .queen > .queen_title {
    padding-top:100px;
    box-sizing: border-box;
    margin-bottom:100px;
}
.queen_wrap > .queen > .queen_title > p {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #000;
    line-height: 14px;
}
.queen_wrap > .queen > .queen_title > h4 {
    font-size:70px;
    font-weight: 300;
    color:#9b2e8d;
    line-height: 84px;
    height: 156px;
}
.queen_wrap > .queen > .queen_name {
    border-left:1px solid #000;
    width:100%;
    height:409px;
    display: block;
    padding-left:98px;
    box-sizing: border-box;
}
.queen_wrap > .queen > .queen_name > strong {
    display: block;
    font-size:26px;
    color:#000;
    font-weight: 600;
    line-height: 25px;
}

.queen_wrap > .queen > .queen_name > p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 14px;
    margin-top: 13px;
}

.queen_wrap > .queen > .photobox {
    width:470px;
    height:710px;
    background:url(/assets/images/winner/korea_winner.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top:0;
    right:0;
}
.queen_wrap > .queen > .queen_video > p {
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom:50px;
    color:#000;
    font-weight: 300;
    margin-top: 50px;
    line-height: 14px;
}
/* 공통 비디오 세션 */
.video_section {
    width:100%;
    height:410px;
    background: #000;
    position: relative;
    margin-bottom: 50px;
}
/* .video_section::before {
    content:'';
    width:52px;
    height:52px;
    background:url(/assets/images/common/PLAY-BUTTON.png) no-repeat;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
} */

.video_section > img {
    cursor: pointer;
    opacity: 0.5;
    width: 100%;
}

.video_section .play-btn {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/assets/images/common/PLAY-BUTTON.png) center center no-repeat;
}

.video_section > .typhography{
    font-size: 32px;
    line-height:2.4;
    cursor: pointer;
}

/* // 공통 비디오 세션 */
.bg {
    width:100%;
    height:621px;
    position: absolute;
    left:0;
    bottom:100px;
    z-index: -1;
    background-color: #f5f5f5;
}

.hall_of_fame_gk {
    width:100%;
    padding-top:150px;
    box-sizing: border-box;
}

.hof_last_gal {
    margin-bottom: 100px;
}

.hall_of_fame_gk > .hall_of_fame_gk_wrap {
    width:1200px;
    margin:0 auto;
    position: relative;
}
.hall_of_fame_gk > .hall_of_fame_gk_wrap::before {
    content:'';
    width:1px;
    height:100px;
    position: absolute;
    top:-150px;
    right:0;
    background-color:#000;
}
.hall_of_fame_gk > .hall_of_fame_gk_wrap > p {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: right;
    margin-bottom: 50px;
    color:#000;
    line-height: 14px;
    font-weight: 300;
}
.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames {
    display: flex;
    /* justify-content: space-between; */
    /* justify-content: space-around; */
    justify-content:space-between;
}
.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames:last-child {
    justify-content: flex-start;
}

.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames:last-child > .fame:nth-child(2) {
    margin:0 45px;
}
.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames > .fame {
    width:370px;
    height:auto;
    text-align: center;
    /*margin-bottom: 25px;*/
}

.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames:last-child > .fame > .fame_name {
    margin-bottom: 50px;
}

.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames > .fame > .fame_img {
    width:100%;
    height:458px;
    background-color:#000;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}
.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames > .fame > .fame_name {
    letter-spacing:-1px;
    margin-bottom: 60px;
}
.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames > .fame > .fame_name > strong {
    font-size:26px;
    display: block;
    font-weight: 600;
    color:#000;
    line-height: 25px;
}

.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames > .fame:last-child > .fame_name > strong {
    margin-bottom: 50px;
}
/*.hall_of_fame_gk > .hall_of_fame_gk_wrap > .fames > .fame > .fame_name > p {
    font-size:18px;
    color: #000;
}*/
.plus_btn {
    text-align: center;
    font-size:18px;
    font-weight: 500;
    width:280px;
    height:50px;
    position: relative;
    margin-top:35px;
}

.hof_btn {
    margin-top: 0;
}

.gal_btn {
    margin-top: 60px;
}

.plus_btn > a {
    display: block;
    width:100%;
    height:100%;
    line-height: 50px;
    color:#000;
    font-weight: 600;
}
.plus_btn > a::after {
    content:'▼';
    font-size: 11px;
    margin-left: 20px;
    /*position: absolute;
    top:1px;*/
    position: relative;
    top: -2px;
}
.main_line_camp_wrap {
    width:100%;
    padding-top:150px;
    box-sizing: border-box;
    overflow: hidden;
}

.main_line_camp_wrap > .main_line_camp {
    width:1200px;
    margin:0 auto;
    position: relative;
}
.main_line_camp_wrap > .main_line_camp > p {
    font-size: 36px;
    letter-spacing: -0.5px;
    color: #000;
    margin-bottom: 50px;
    line-height: 33px;
}
.main_line_camp_wrap > .main_line_camp > .video_section {
    margin-bottom: 100px;
}

.main_line_camp_wrap > .main_line_camp > .video_section .play-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(/assets/images/common/PLAY-BUTTON.png) center center no-repeat;
}

.main_line_camp_wrap > .main_line_camp > .video_section > p {
    font-size: 26px;
    margin-top: 20px;
    color:#000;
}

.main_line_camp_wrap > .main_line_camp .swiper-button-prev {
    position: absolute;
    left:0;
    top:338px;
}
.main_line_camp_wrap > .main_line_camp .swiper-button-next {
    position: absolute;
    right:0;
    top:338px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main_line_camp_wrap > .main_line_camp .swiper-button-prev,
    .main_line_camp_wrap > .main_line_camp .swiper-button-next {
        top:316px;
    }
}

.main_line_camp_wrap > .main_line_camp .swiper-slide {
    width:244px;
    height:368px;
    background-color:#000;
}
.swiper-scrollbar {
    width:2000px !important;
    left:0 !important;
}
.swiper-scrollbar > .swiper-scrollbar-drag {
    width:300px !important;
    background-color:#EBB032;
}
.main_line_camp_wrap > .main_line_camp .swiper-slide > span {
   display: block;
}

#interview {
    padding-bottom:150px;
}
.contestants-list-wrappers {
    margin-bottom: 100px;
}

.contestants-list-wrappers:last-child {
    margin-bottom: 150px;
}

.contestants-list-wrappers > .swiper-container {
    height:423px;
}
.contestants-list-wrappers:last-child > .swiper-container {
    height:auto;
}
.contestants-list-wrappers p {
    font-size: 36px;
    line-height: 31px;
    height: 33px;
    letter-spacing: -0.5px;
    color: #000;
    margin-bottom: 50px;
}

.main_line_camp_wrap > .main_line_camp > .video_section.new_video {
    margin-bottom: 150px;
}