@charset "UTF-8";
@import url("global.css");

*:focus, *:active {outline: none; -moz-outline-style: none;-webkit-tap-highlight-color: transparent;}
:link:focus, :visited:focus {outline: none;}

.pcFlex {display: flex !important;}
.moFlex {display: none !important;}

header .header h1.txtHide a {display: block; width: 100%; height: 100%;}
.auditionInfo ul li a {color: #fff; text-decoration: underline;}
.footer .ftLogo {cursor: pointer;}

.newsView .view img {max-width: 100%; height: auto !important;}

@media all and (max-width:960px) {
    .pcFlex {display: none !important;}
    .moFlex {display: flex !important;}

    .mGnb ul li {width: 14.167vw; text-align: center;}
    .mGnb ul li:first-child {text-align: left;}
    .mGnb ul li:last-child {text-align: right;}
}
