@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;}
body { 
    width: 100%;
    overflow: hidden; 
    background-color: #000; 
    font-family: 'mbcL';
}
iframe{
    margin: 0;padding: 0;
}
.cttsum{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content:flex-start;
}
#ifrMenu{
    max-width: 316px;
    height: 100%;
}
#ifrSum{
    width: 100%;
}


