@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);
}

#contentwrap {
    width: 100%;
}

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

header {
    width: 100%;
    height: 200px;
    background-color: #d71514;
    position: relative;
    margin: 0 auto;
}

.header {
    position: relative;
    width: 1280px;
    left: 50%;
    transform: translateX(-50%);
}

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

#lnb2 {
    width: 195px;
    height: 250px;
    padding-top: 30px;
    margin-left: 30px;
    position: absolute;
    z-index: 1;
    margin-top: -110px;
}

#lnb2 ul li {
    width: 195px;
    height: 78px;
    padding-top: 10px;
}

#lnb2 ul li img {
    width: 100%;
}

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

#content {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

#inside {
    width: 1280px;
    margin: 0 auto;
    padding-top: 30px;
}

#text h1 {
    font-size: 36px;
    color: #faf3e2;
}

#text > p {
    float: right;
    margin-top: -20px;
}

#line {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgba(250, 243, 226, 60%);
    margin-top: 10px;
}
