@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');
}

/*Defalut */
* {
    margin: 0;
    padding: 0
}

body,
td,
th,
div,
span,
input,
select,
textarea {
    font-family: 'Noto Sans KR';
    font-size: 12px;
    color: #7c7b7b;
    line-height: 16px;
    box-sizing: border-box;
}

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;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    box-sizing: border-box;
}

ul,
ol,
dl,
dd,
dt,
li {
    list-style-type: none;
    box-sizing: border-box;
}

img,
th,
td,
fieldset,
iframe {
    border: 0;
    box-sizing: border-box;
}

img {
    border: 0;
    vertical-align: top;
    outline: none;
    box-sizing: border-box;
}

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 {
    text-decoration: none;
}

a:hover {
    color: #0b96d4;
    text-decoration: underline;
}

a:active {
    color: #0b96d4;
    text-decoration: none;
}

/* Layout */
#wrap {
    position: relative;
    width: 100%;
    min-width: 980px;
    background: #fff;
}

#wrap:before {
    content: '';
    position: absolute;
    width: 1920px;
    height: 1px;
    top: 131px;
    background: #ddd;
}

#sub_container {
    position: relative;
    width: 980px;
    margin: 30px auto 50px;
}

#sub_container:after {
    content: "";
    display: block;
    clear: both;
}

#footer {
    width: 100%;
    padding: 30px 0 15px;
    border-top: 1px solid #dbdfdf;
}

#footer > div {
    width: 980px;
    margin: 0 auto;
}

#footer > div:after {
    content: "";
    display: block;
    clear: both;
}

/* Header */
#header {
    position: relative;
    margin: 0 auto;
    width: 980px;
    height: 132px;
    border-bottom: 1px solid #ddd;
}

#header #lnb {
    position: absolute;
    top: 20px;
    right: 0;
}

#lnb ul:after {
    content: "";
    display: block;
    clear: both;
}

#lnb li {
    float: left;
    margin-left: 15px;
}

#lnb li:first-child {
    margin-left: 0;
}

#header #logo {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#header #gnb {
    position: absolute;
    top: 70px;
    right: 0;
}

.visual {
    width: 100%;
    height: 138px;
    text-align: center;
    background: url(/images/kor01-14-0032/sub/sub_top1.png) no-repeat #1aa097 center center;
}

.visual h2 {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-left: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 35px;
    width: 1280px;
    height: 85px;
    line-height: 1;
}

/* Sub */
#container:after {
    content: "";
    display: block;
    clear: both;
}

#left_menu {
    float: left;
    width: 191px;
}

#left_menu h2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 82px;
    color: #13a89e;
    font-weight: 600;
    font-size: 30px;
    border-bottom: 5px solid #13a89e;
}

#left_menu .leftbanner {
    margin-top: 40px;
}

#left_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#left_menu > ul:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

#left_menu > ul:nth-child(2) li {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 36px;
}

#left_menu > ul:nth-child(2) li a {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
    color: #787878;
    font-weight: 600;
    font-size: 13px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #d7d7d7;
}

#left_menu > ul:nth-child(2) li a:hover {
    text-decoration: none;
}

#left_menu > ul:nth-child(2) li._on a {
    color: #13a89e;
    border-bottom: 1px solid #13a89e;
}


#contents {
    float: right;
    width: 724px;
}

#contents .con_title p {
    margin-bottom: 20px;
}

#contents .con_title h3 {
    margin-bottom: 50px;
    color: #04183d;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

#quick {
    position: absolute;
    right: -30px;
    top: 0;
}
