﻿@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); 
header {
    height: 35px;
    z-index: 5;
}
body, td, th, caption, input, select, textarea, caption, div {
    font-family: 'Noto Sans KR', sans-serif;
    background-color: #ffffff;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.table_Line {
    border-bottom: 1px solid #8b6e4c;
    padding: 10px;
}
p {
    font-family: 'Noto Sans KR', sans-serif;
    
    font-size: 16px;
}
a, a:hover {
    color: #000000;
}
.pg_title {
    padding: 2px 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background-image: url('');
    width : 100%;
}

.top-box {

    height: 65px;
    background-color: #181f29;
    background-image: url('../images/notice/Img_top_ntc.png');
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.top-box-fixed {

    height: 65px;
    background-color: #181f29;
    background-image: url('../images/notice/Img_top_ntc.png');
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.center-full {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
}


.center-title {
    width: 100%;
    height: 65px;
    background-color: #ffffff;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
}

.center-title:after {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
}
.center-title img {
    vertical-align: middle;
}
.center-line {
    width: 95%;
    background-color: #8b6e4c;
    float: left;
    padding: 0px 20px 0px 10px;
    box-sizing: border-box;
    height: 1px;
    border-width: 0px;
    letter-spacing: 0px;
    word-spacing: 0;
    z-index: 3;
    position:absolute;
    top: 120px;
    left: 30px;
}
.center-line2 {
    width: 100%;
    background-color: #ffffff;
    float: left;
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    height: 10px;
    border-width: 0px;
    letter-spacing: 0px;
    word-spacing: 0;
    z-index: 4;
    position: absolute;
    top: 125px;
    left: 00px;
}
.center-box {
    width: 100%;
    background-color: #ffffff;
    float: left;
    padding: 0px 10px 20px 40px;
    box-sizing: border-box;
    font-size: 16px;
    border-width: 0px;
    letter-spacing: 0;
    word-spacing: 0;
    font-family: 'Noto Sans KR', sans-serif;
}
.center-box a{
    color: #000000;
}
.center-list {
    width: 100%;
    background-color: #ffffff;
    float: left;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    font-size: 16px;
    border-width: 0px;
}
.center-list a {
    color: #000000;
    text-decoration: none;
}
.center-list a:hover {
    color: #000000;
    text-decoration: none;
}

.btn_style_button2 {
    background-image: url(../images/notice/Img_pageon_ntc.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    color: #4D4D4D;
    cursor: pointer;
    font-size: 22px;
    height: 30px;
    width: 30px;
    letter-spacing: 0px;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    font-family: 'Noto Sans KR', sans-serif;
    
}
.btn_style_button {
    background-image: url(../images/notice/Img_pageoff_ntc.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    color: #867361;
    display: inline-block;
    height: 34px;
    width: 34px;
    margin-right: 2px;
    position: relative;
    text-decoration: none !important;
    padding: 0px 2px 8px 0px;
}


.btn_style_button_sel {
    background-image: url(../images/notice/Img_pageon_ntc.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    color: #ffffff;
    display: inline-block;
    height: 34px;
    width: 34px;
    margin-right: 0px;
    position: relative;
    text-decoration: none !important;
    padding: 0px 2px 8px 0px;
}


.bottom-box {
    width: 100%;
    height: 47px;
    background-color: #181f29;
    float: left;
    background-image: url('../images/notice/Img_bottom_ntc.png');
    border-width: 0px;
}

