@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../font/NotoSansKR-Regular.ttf) format("truetype");
}

@font-face {
    font-family: '비앤빛 라식체';
    src: url(../font/BnviitLasik.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR';
}
a:any-link {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    vertical-align: top;
}

.hidden {
    position: absolute;
    text-indent: -9999px;
}

.fonT {
    font-family: '비앤빛 라식체';
}

/*******************************************/

#wrap {
    width: auto;
    min-width: 1280px;
    background-color: rgb(40, 40, 40, 85);
}

/*******************************************/

header {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

#headerimg {
    width: 1920px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    background-color: #d71514;
    transform: translateX(-50%);
}

#headerimg img {
    width: 100%;
}

#lnbtn:hover {
    opacity: 80%;
}