@charset "utf-8";

/* Font */
@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');
}

/* 蹂멸퀬�� */
@font-face {
    font-family: 'NotoSansKR';
    src: url('/tpl/webfont/NotoSansKR-Regular.eot');
    src: url('/tpl/webfont/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'),
        url('/tpl/webfont/NotoSansKR-Regular.woff') format('woff'),
        url('/tpl/webfont/NotoSansKR-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 100;
    src: url('/tpl/webfont/NotoSansKR-Thin.eot');
    src: url('/tpl/webfont/NotoSansKR-Thin.eot?#iefix') format('embedded-opentype'),
        url('/tpl/webfont/NotoSansKR-Thin.woff') format('woff'),
        url('/tpl/webfont/NotoSansKR-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 300;
    src: url('/tpl/webfont/NotoSansKR-Light.eot');
    src: url('/tpl/webfont/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'),
        url('/tpl/webfont/NotoSansKR-Light.woff') format('woff'),
        url('/tpl/webfont/NotoSansKR-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 500;
    src: url('/tpl/webfont/NotoSansKR-Medium.eot');
    src: url('/tpl/webfont/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'),
        url('/tpl/webfont/NotoSansKR-Medium.woff') format('woff'),
        url('/tpl/webfont/NotoSansKR-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 700;
    src: url('/tpl/webfont/NotoSansKR-Bold.eot');
    src: url('/tpl/webfont/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'),
        url('/tpl/webfont/NotoSansKR-Bold.woff') format('woff'),
        url('/tpl/webfont/NotoSansKR-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 900;
    src: url('/tpl/webfont/NotoSansKR-Black.eot');
    src: url('/tpl/webfont/NotoSansKR-Black.eot?#iefix') format('embedded-opentype'),
        url('/tpl/webfont/NotoSansKR-Black.woff') format('woff'),
        url('/tpl/webfont/NotoSansKR-Black.ttf') format('truetype');
}


/*Defalut */
* {
    margin: 0;
    padding: 0
}

body,
td,
th,
div,
span,
input,
select,
textarea {
    font-family: 'NotoSansKR';
    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: #648cd8;
    text-decoration: underline;
}

a:active {
    color: #648cd8;
    text-decoration: none;
}

#wrap {
    width: 100%;
    min-width: 980px;
}

#header {
    width: 100%;
    background: url("/images/kor01-14-0136/common/top_bg.gif") repeat-x 0 0;
}

#header > div {
    margin: 0 auto;
    width: 980px;
    height: 96px;
}

#header > div:after {
    content: "";
    display: block;
    clear: both;
}

#logo {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 332px;
    height: 55px;
}

#login {
    float: right;
    margin-top: 20px;
    text-align: right;
}

#login ul:after {
    content: "";
    display: block;
    clear: both;
}

#login li {
    float: left;
    padding-left: 10px;
    margin-left: 10px;
    background: url(/images/kor01-14-0136/common/bar.gif) no-repeat 0 4px;
}

#login li:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}

#login li a {
    font-size: 10px;
    color: #999;
}

#login li a:hover,
#login li a:active {
    text-decoration: none;
    color: #999;
}

#login img {
    vertical-align: middle;
}

#gnb {
    float: left;
    width: 100%;
    height: 40px;
}

#footer {
    width: 100%;
    border-top: 1px solid #999;
}

#footer .address {
    line-height: 1.8;
}