@font-face {
    font-family: 'NexonLv2Gothic light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'NexonLv2Gothic gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'NexonLv2Gothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* 전체 요소에 폰트 적용 */
* {
    margin: 0 auto; 
    padding: 0; 
    list-style: none; 
    text-decoration: none; 
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    padding-top: 90px;
}

#wrap {
    max-width: 100vw; 
    overflow: hidden;
    min-height: calc(100vh - 90px);
    display: flex;
    flex-direction: column;
}

/* 헤더 고정 */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0px 1px 5px -2px #ccc;
    z-index: 1000;
}

.menu {
    max-width: 1220px;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.logo {
    float: left; 
    width: 178px; 
    height: 70px;
    margin-top: 20px;
    margin-left: 0;
}

.navi {
    float: right; 
    margin-top: 30px;
    margin-right: 0;
}

.navi>li {
    float: left;
}

.navi>li>a {
    display: block;
    font-size: 22px; 
    font-weight: bold; 
    text-align: center; 
    font-family: 'NexonLv2Gothic', sans-serif;
    padding: 0 45px;
    color: #000;
}

/* 화면 크기별 대응 */
@media screen and (max-width: 1260px) {
    .navi>li>a {
        padding: 0 30px;
        font-size: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .navi>li>a {
        padding: 0 20px;
        font-size: 18px;
    }
}

/* 푸터 */
footer {
    width: 100%; 
    height: 220px; 
    background-color: #444; 
    overflow: hidden;
    margin-top: auto;
}

.bt {
    max-width: 1220px; 
    width: 100%;
    margin: 60px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.bt img {
    float: left;
    margin-top: 20px;
}

.cp {
    max-width: 1000px;
    width: 80%;
    float: left;
    color: #ffffff;
    margin-top: 10px; margin-left: 30px;
    padding: 0;
    margin-bottom: 5px;
}
.imfor{float: left; color: #fff; font-weight: 200; margin-top: 10px}

.cp a {
    color: #ffffff;
}

.cp li {
    float: left; 
    margin-right: 15px; 
    font-size: 17px;
}