@charset "euc-kr";
@font-face{
    src: url("/font/MBC_NEW_OTF_L.otf");
    font-family: 'mbcL';
}
@font-face{
    src: url("/font/MBC_NEW_OTF_M.otf");
    font-family: 'mbcM';
}
@font-face{
    src: url("/font/MBC_NEW_OTF_B.otf");
    font-family: 'mbcB';
}

.cf:after{
    content: "";
    display: block;
    clear: both;
}
*{ margin:0;padding:0; }
html,body{ width:100%; height:100%; }
a {text-decoration: none; outline: none}
a:hover, a:active {text-decoration: none;}
button { appearance: none; 	-moz-appearance: none;	-webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}
body { 
    background-color: #000; font-family: 'mbcL';
    /* ½ºÅ©·Ñ¹Ù ¼û±â±â */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.title-wrap{
    background-color: #222;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.title-wrap a{
    font-size: 12px;
    color: #8CC8FF;
    position: absolute;
    left: 16px;
    display: none;
}
.title-wrap a img{
    vertical-align: middle;
    margin-right: 4px;
}
.menu-title{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.local_menu{
    color: #fff;
}
.local_menu h5, .local_menu h6{
    font-size: 14px;
    padding: 16px 28px;
    border-bottom: 1px solid #fff;
    position: relative;
    cursor: pointer;
}
.local_menu h5::after, .local_menu h6::after{
    content:url(/images/tpeg-connect/arrow_right.png);
    position: absolute;
    right: 20px;    
}
.local_sub{
    display: none;
}
.local_sub li{
    border-bottom: 1px solid #fff;
}
.local_sub button{
    display: block;
    width: 100%;
    font-family: "mbcL";
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: none;
    border: none;
    padding: 16px 28px;
    cursor: pointer;
}

