@charset "utf-8";

/* Font */

/*Pretendard*/
@font-face {
    font-family: 'Pretendard Variable';
    src: url('/data/css/PretendardVariable-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard Variable';
    src: url('/data/css/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('/data/css/PretendardVariable-Regular.woff2') format('woff');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Nanum Gothic';
    /* Nanum Gothic Bold x */
    font-style: normal;
    font-weight: 700;
    src: url(/static_fonts/NanumGothic-Bold.woff2) format("woff2"),
        url(/static_fonts/NanumGothic-Bold.woff) format("woff"),
        url(/static_fonts/NanumGothic-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Nanum Gothic';
    /* Nanum Gothic ExtraBold x */
    font-style: normal;
    font-weight: 800;
    src: url(/static_fonts/NanumGothic-ExtraBold.woff2) format("woff2"),
        url(/static_fonts/NanumGothic-ExtraBold.woff) format("woff"),
        url(/static_fonts/NanumGothic-ExtraBold.ttf) format("truetype");
}

@font-face {
    font-family: 'Nanum Gothic';
    /* Nanum Gothic italic x */
    font-style: italic;
    font-weight: 400;
    src: url(/static_fonts/NanumGothic-Regular-italic.woff2) format("woff2"),
        url(/static_fonts/NanumGothic-Regular-italic.woff) format("woff"),
        url(/static_fonts/NanumGothic-Regular-italic.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumGothic';
    src: url('/tpl/webfont/NanumGothic.eot');
    src: url('/tpl/webfont/NanumGothic.eot?#iefix') format('embedded-opentype'),
        url('/tpl/webfont/NanumGothic.woff') format('woff'),
        url('/tpl/webfont/NanumGothic.ttf') format('truetype');
}


/*Defalut */
* {
    margin: 0;
    padding: 0
}

body,
td,
th,
div,
span,
input,
select,
textarea {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    color: #7c7b7b;
    line-height: 16px;
}

body {
    height: 100%;
    overflow-y: scroll;
    *overflow-y: ;
    -webkit-text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button,
span,
table,
th,
td,
textarea {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol,
dl,
dd,
dt,
li {
    list-style-type: none;
}

img,
th,
td,
fieldset,
iframe {
    border: 0;
}

img {
    border: 0;
    vertical-align: top;
    outline: none
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    border-collapse: collapse;
}

textarea {
    border: 1px solid #d1d1d1;
    height: 120px;
}

input,
select,
label {
    vertical-align: middle;
}

/* Link */
a:link {
    color: #7d7d7d;
    text-decoration: none;
}

a:visited {
    color: #7d7d7d;
    text-decoration: none;
}

a:hover {
    color: #0b96d4;
    text-decoration: underline;
}

a:active {
    color: #0b96d4;
    text-decoration: none;
}


#wrap {
    position: relative;
    width: 100%;
    min-width: 980px;
}

#header {
    position: relative;
    width: 100%;
    height: 96px;
    background: #70151f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header > div {
    margin: 0 auto;
    width: 1280px;
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

#logo {}

#topmenu {}

#topmenu ul:after {
    content: "";
    display: block;
    clear: both;
}

#topmenu li {
    float: left;
    padding: 0 10px;
    height: 10px;
    line-height: 10px;
    border-left: 1px solid #3c5775;
}

#topmenu li:first-child {
    border-left: 0;
}

#topmenu li a {
    font-size: 10px;
    line-height: 10px;
    color: #fff;
}

#topmenu li a:hover,
#top li a:active {
    text-decoration: none;
    color: #fff;
}

#gnb {
}

#footer {
    margin: 0 auto;
    padding: 25px 0;
    width: 1280px;
    border-top: 1px solid #e2e2e2;
}

#footer:after {
    content: "";
    display: block;
    clear: both;
}
