#main {
    position: relative;
}
#main:after {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 780px;
    content: "";
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
#main .section.main-cover {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    height: 685px;
    min-width: 1400px;
    background: #0F0319 url(img/cover.jpg) no-repeat center 0;
}
#main .section.main-cover .section-wrap {
    position: relative;
    margin: 0 auto;
    width: 1400px;
    height: 780px;
}
#footer {
    height: 242px;
    min-width: 1400px;
    background:#2f3239;
    width: 100%;
    position: fixed;
    bottom: 0px;
}
#footer .footer-wrap {
    margin: 0 auto;
    width: 1400px;
}
#footer .footer-wrap .link {
    padding: 45px 0 0;
    margin-left: -40px;
}
#footer .footer-wrap .link ul {
    font-size: 0;
}
#footer .footer-wrap .link ul li {
    display: inline-block;
}
#footer .footer-wrap .link ul li+li:before {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 13px -2px;
    width: 1px;
    height: 11px;
    background:#9fa5af;
    content: ""}
#footer .footer-wrap .link ul li a {
    color:#9fa5af;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    -webkit-transition-property: -webkit-text-decoration;
    transition-property: -webkit-text-decoration;
    transition-property: text-decoration;
    transition-property: text-decoration, -webkit-text-decoration;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
}
#footer .footer-wrap .link ul li a:hover {
    text-decoration: underline;
}
#footer .footer-wrap .link ul li a strong {
    color:#fff;
    font-weight: 400;
}
#footer .footer-wrap .info-wrap {
    margin: 20px 0 0;
}
#footer .footer-wrap .info-wrap .info {
    font-size: 0;
}
#footer .footer-wrap .info-wrap .info>*, #footer .footer-wrap .info-wrap .info>* a {
    display: inline-block;
    color:#797e86;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
#footer .footer-wrap .info-wrap .info>*+* {
    margin-left: 13px;
}
#footer .footer-wrap .info-wrap .info .biz-info {
    border-bottom: 1px solid#90959c;
    color:#90959c;
}
#footer .footer-wrap .copyright {
    color:#646972;
    font-size: 12px;
    line-height: 18px;
}
#footer .footer-wrap .copyright .channel-info {
    display: block;
    margin: 22px 0 0;
    color:#797e86;
    font-size: 12px;
    font-style: normal;
    line-height: 18px;
}
#footer .footer-wrap .copyright .bi {
    margin: 22px 0 0;
}
#footer .footer-wrap .copyright .bi * {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-indent: -10000em;
}
#footer .footer-wrap .copyright .bi *+* {
    margin-left: 15px;
}
#footer .footer-wrap .copyright .bi .nhn {
    width: 40px;
    height: 10px;
    background: url(img/nhn.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .naver {
    width: 51px;
    height: 10px;
    background: url(img/naver.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .enpgames {
    width: 113px;
    height: 16px;
    background: url(img/enpgames.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .eyedentitygames {
    width: 155px;
    height: 15px;
    background: url(img/eyedentitygames.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .iahgames {
    width: 77px;
    height: 16px;
    background: url(img/iahgames.png) no-repeat 0 0;
}
#footer .footer-wrap .copyright .bi .barunson {
    width: 81px;
    height: 14px;
    background: url(img/barunson.png) no-repeat 0 0;
}