
.visual-section .inner {
    padding:0 25px;
    position:relative;
}
.visual-section .inner .typho_inner {
    position: absolute;
    top:44%;
    left:50%;
    transform: translate(-50%,-50%);
    min-width:316px;
}
.visual-section .inner .typhography {
    font-family: Lato;
    font-weight: 300;
    letter-spacing: 8px;
    width:100%;
    line-height: 15px;
    height: 18px;
    margin-bottom: 15px;
}
.visual-section .inner .line {
    width: 1px;
    height: 35px;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
}
.visual-section .inner .main_head {
    color:#fff;
    font-size: 5.7rem;
    line-height: 1.35;
    margin:0 auto;
    font-weight: 300;
    white-space:nowrap;
    margin-top: 5px;
}
.visual-section .inner .title {
    margin:10px 0;
    font-weight: 300;
    font-size: 2rem;
}

.typho_inner .typhography {
    font-size: 2.5rem;
}
    
.visual-section .inner button {
    position: absolute;
    left:50%;
    bottom:75px;
    transform: translateX(-50%) !important;
}
.introduction-section h3.heading {
    font-size: 1.5rem;
    letter-spacing: 2.5px;
    padding-top: 0;
    line-height: 14px;
    padding-bottom: 17px;
}

.introduction-section .inner {
    padding: 0 0;
    padding-left:25px;
}

.introduction-section .couter {
    margin: 6px 0 21px 0;
    padding-right: 50px;
    text-align: right;    
}

/* line 233, src/assets/scss/_main.scss */
.introduction-section .couter b {
    font-size: 10rem;
    color: #09185b;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1;
    font-family: "geosanslight";
}

/* line 240, src/assets/scss/_main.scss */
.introduction-section .couter span {
    display: inline-block;
    position: relative;
    top: 1px;
    font-size: 1.5rem;
    font-weight: 600;
    vertical-align: bottom;
    color: #000;
    line-height: 15px;
}

/* line 245, src/assets/scss/_main.scss */
.introduction-section .couter div {
    font-weight: 550;
    font-size: 1.5rem;
    letter-spacing: -1px;
    color: #000;
    line-height: 15px;
    margin-top: 15px;
}

.odometer {
    margin-right: 7.5px;
    display: inline-block;
    height: 85px;
}

.odometer span {
    color: #000;
}

.introduction-section .link {
    letter-spacing: -1px;
    padding:5px 65px 5px 0;
    margin: 17px 0 30px;
}
.introduction-section .typhography {
    line-height: 2;
    letter-spacing: -1px;
    font-size:1.5rem;
    font-weight: 300;
}

.introduction-section:before {
    height: 54%;
}

.youtube_img {
    width:100%;
    /*
    height:150px;
    */
    height:197px;
    background-color:#000;
    margin-bottom:25px;
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.youtube_img::before {
    content:'';
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3);
    position: absolute;
    top:0;
    left:0;
}

.video-section {
    padding: 50px 25px 75px 25px;
}

.video-section:before {
    height: 50px;
}

.video-section h3.heading {
    padding-top: 23px;
    line-height: 14px;
}

.video_img {
    width:100%;
    /*
    height:150px;
    */
    height:196.47px;
    background-color:#000;
    margin-bottom:25px;
    cursor: pointer;
    position: relative;
}
.video_img::before {
    content:'';
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.3);
    position: absolute;
    top:0;
    left:0;
}
#frist_video {
    background:url(/assets/images/thumbnail/thumb1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
#secound_video {
    background:url(http://image.kpbrand.co.kr/queenseonduk/2021/gallery/thumbnail/mo-2021-promotion-thumb.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.contestants-section {
    padding-bottom: 75px;
}

.contest_wrap li {
    height: 188px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 64%;
}

.main_1st_slide_container .swiper-button-next,
.main_1st_slide_container .swiper-button-prev {
    top: auto !important;
}

.plusbtn {
    margin: 35px auto 0;
}

@media screen and (max-width: 365px) {
    .video-section .video_title {
        font-size: 1.9rem;
    }
}