<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 怨듯넻 */
.playfair {
    font-family: 'Playfair Display', serif !important;
}
select { 
    border:none;
    border-radius:0; /* �꾩씠�� �ы뙆由� 蹂대뜑 �놁븷湲� */ 
    -webkit-appearance:none; /* �붿궡�� �놁븷湲� for chrome*/ 
    -moz-appearance:none; /* �붿궡�� �놁븷湲� for firefox*/ 
    appearance:none /* �붿궡�� �놁븷湲� 怨듯넻*/ 
}



/* main �곸뿭 */
.main_head {
    font-size:95px;
    line-height: 110px;
    color:#fff;
    font-weight: 100;
    text-align: center;
}
.main_second_head {
    margin-top:20px !important;
}
.main_introduction {
    font-size:70px;
    padding:0;
    margin:0;
    color:#782027;
}
.main_video_head {
    color:#000 !important;
}
.main_video_head &gt; p {
    font-size:36px;
    line-height: 46px;
    margin-top: 50px !important;
}
/* video �곸뿭 */
.video-image {
    width:1200px;
}

/* 紐낆삁�� �꾨떦 �곸뿭 */
.contestants-section .inner:before {
    right:0;
}
.half_of_fame {
    font-family: 'Noto Sans KR', sans-serif;;
    width:300px;
    height:50px;
    letter-spacing: 4px;
    float: right;
    background-color: transparent;
    border:none;
    font-size: 20px;
    appearance:none !important;
    -webkit-appearance:none !important;
    -moz-appearance:none !important;
    position: relative;
    margin-bottom: 50px;
    padding:10px 0;
}
select::-ms-expand{
    display:none;
  }
.select__arrow{
    width:13px;
    height:13px;
    background-color:#f2f2f2;
    position: absolute;
    top :19px;
    right: 10px;
    pointer-events: none;
    border-style :solid;
    border-width: 10px 7px 0 7px;
    border-color: #000 transparent transparent transparent;
}</pre></body></html>