/* 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');
}

/*Defalut */
* {
    margin: 0;
    padding: 0
}

body,
td,
th,
div,
span,
input,
select,
textarea {
    font-family: 'NanumGothic', '나눔고딕';
    font-size: 12px;
    color: #7c7b7b;
    line-height: 20px;
}

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,
button,
span,
p,
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;
}

p {
    margin-top: 12px;
}

/* Link */
a:link {
    color: #7d7d7d;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #7d7d7d;
}

a:hover {
    color: #0b96d4;
    text-decoration: underline;
}

a:active {
    color: #0b96d4;
    text-decoration: none;
}

/* layout */
#footer_color {
    width: 100%;
    height: 100%;
    background: #3a3a3a;
}

#logo {
    margin-left: 10px;
    margin-top: 10px;
    float: left;
    width: 150px;
    height: 104px;
    position: relative;
    z-index: 100;
}

#topmenu {
    float: left;
    position: relative;
    width: 620px;
    height: 104px;
    margin-top: 40px;
    left: 20px;
}

#login {
    position: relative;
    top: 5px;
    float: left;
    margin-top: 37px;
    width: 210px;
    height: 104px;
    left: 22px;
}

#login li {
    float: left;
    margin-left: 20px;
}

#wrap {
    position: relative;
    width: 100%;
    min-width: 980px;
}

#header {
    position: absolute;
    width: 100%;
    height: 104px;
    background: url("/images/kor04-17-0363/common/top_bg.png") repeat-x 0 0;
}

#header > div {
    margin: 0 auto;
    width: 1000px;
}

#top {
    float: right;
    margin-top: 47px;
}

#top ul:after {
    content: "";
    display: block;
    clear: both;
}

#top li {
    float: left;
    margin-left: 15px;
}

#top li:first-child {
    margin-left: 0px;
}

#container {
    margin: 0 auto;
    width: 980px;
    height: 100%;
}

#container:after {
    content: "";
    display: block;
    clear: both;
}

#container #leftmenu {}

#container #leftmenu h2 {
    background: url(/images/kor04-17-0363/sub/img_bg_left.jpg) no-repeat;
    width: 100%;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffff;
    font-size: 26px;
    line-height: 1;
    box-sizing: border-box;
}

#container #leftmenu > ul:nth-child(2) {}

#container #leftmenu > ul:nth-child(2) li {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border: 1px solid #d4d4d4;
    border-top: none;
}

#container #leftmenu > ul:nth-child(2) li a {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    color: #505050;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
}

#container #leftmenu > ul:nth-child(2) li a._on {
    background: #dfdfdf;
}

#contents .con_title h3 {
    float: left;
    color: #353535;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

#footer {
    padding: 30px 0;
    margin: 0 auto;
    width: 980px;
}

#footer:after {
    content: "";
    display: block;
    clear: both;
}

#footer_color {
    width: 100%;
    height: 100%;
    background: #3a3a3a;
}
