@charset "utf-8";
@import "contents.css";
@import "table_style.css";
/* @import "nanumgothic.css"; */

* {
    margin: 0;
    padding: 0
}

html {
    overflow-y: scroll;
    height: 100%;
    /* overflow:hidden 크롬에서 팝업창 띄울때 오른쪽 스크롤 생기는 문제 해결 */
}

body {
    position: relative;
    background: #fff;
    font: 13px 'Nanum Gothic';
    line-height: 160%;
    padding: 0;
    -webkit-text-size-adjust: none;
    color: #666
        /*word-break:break-all*/
}

img {
    vertical-align: top
}

img,
fieldset,
iframe {
    border: 0 none
}

li {
    list-style: none
}

table,
td {
    border-collapse: collapse
}


/*a:link , a:visited {color:#666;}*/
a:link {
    text-decoration: none;
    color: #666;
}

/* a:link {text-decoration:none;} */
a:visited {
    text-decoration: none;
    color: #666;
}

/* a:visited {text-decoration:none;} */
a:hover {
    text-decoration: none;
    color: #525252;
}

/* caption{display:none} */
.blind {
    position: absolute !important;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
input,
button,
select {
    font-family: 'Nanum Gothic', sans-serif;
}


.image {
    width: 18px;
    height: 18px;
    margin: 2px 0px 2px 0px;
}

img,
input,
select,
button {
    vertical-align: middle
}

img,
fieldset,
iframe {
    border: 0 none
}

label,
button {
    cursor: pointer
}

button * {
    position: relative
}

button img {
    left: -3px;
    *left: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* table caption{display:none} */
/* caption, legend, .skip{display:none;} */
table caption {
    position: absolute !important;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

caption,
legend,
.skip {
    position: absolute !important;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

textarea {
    overflow: auto;
    font-family: 'Nanum Gothic';
}

select {
    height: 21px;
    font-size: 100%;
    color: #444;
    vertical-align: middle
}

.text_left {
    text-align: left !important;
    padding-left: 7px !important;
}

.text_center {
    text-align: center !important;
}

.text_right {
    text-align: right !important;
    padding-right: 10px !important;
}

.font18 {
    font-size: 18px;
    padding: 10px 0px;
    font-weight: 700;
}

input[type=submit] {
    background: #5b9327;
    color: #fff;
    font-weight: 700;
    padding: 4px 15px;
    border: 0px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
}

input[type=text] {
    padding: 2px;
    border: 1px solid #bfbfbf;
}

input[type=password] {
    padding: 2px;
    border: 1px solid #bfbfbf;
}

input[type=radio] {
    padding-right: 5px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.noleft_line {
    border-left: none !important;
}

/* base */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 95px;
    text-align: center;
    background: url('../images/common/gnb-bg.gif') repeat-x center bottom;
    z-index: 20;
    border-bottom: 1px solid #0082cc;
}

.wrap {
    margin: 0 auto;
    width: 100%
}

.container,
.footer {
    position: relative;
}

.header {
    height: 95px;
    text-align: center;
    background: url('../images/common/gnb-bg.gif') repeat-x center bottom
}

.container_wrap {
    position: relative;
    margin: 60px auto 30px auto;
    overflow: hidden;
    width: 1110px;
    min-height: 700px;
    padding-top: 80px;
}

.container {
    float: left;
    position: relative;
    width: 610px;
}

.aside {
    float: right;
    position: relative;
    width: 472px;
    height: 100%
}

/* header */
.topMenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 1110px;
    line-height: 32px;
    text-align: right;
    font-size: 11px;
    color: #9e9e9e;
}

.topMenu a:link {
    font-size: 11px;
    color: #283c48;
    display: inline-block;
    margin: 0px 3px;
}

.topMenu a:visited {
    font-size: 11px;
    color: #529DC0;
}

.topMenu a:hover {
    font-size: 11px;
    color: #004C92;
}

/*.topMenu a:link , a:visited {color:#9e9e9e;}*/


.mainBg {
    /*background:url('../images/common/main-bg.gif') repeat 0 0*/
}

/*메인지도*/
.map {
    width: 610px;
    height: 542px;
    border: #ddd 1px solid;
    background: #fff;
    position: relative;
    z-index: 10;
}

.map_navi {
    width: 97%;
    line-height: 49px;
    padding-right: 3%;
    background: url('../images/main/tx-trans.png') repeat 0 0;
    text-align: right;
    position: absolute;
    z-index: 12;
}

.map_navi span {
    float: left;
    margin-left: 20px;
    font-size: 16px;
    color: #60b9e2;
}

.map_navi button {
    line-height: 20px;
    height: 20px;
    border: 0;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
}

.btnGreen {
    background: #5eb716;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
}

.btnBlue {
    background: #00639b;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
}

.btnGray {
    background: #909090;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
}

.btnWhite {
    background: #fff;
    font-size: 13px;
    width: 22px;
    text-align: center;
}

.btnWhite2 {
    background: #fff;
    font-size: 0px;
    width: 22px;
    text-align: center;
    padding-left: 7px;
}

/* .btnWhite2{background:#fff;font-size:0px;width:22px;text-align:center;} */
.map_navi button img {
    margin-top: 2px
}

.mapList {
    width: 570px;
    padding: 10px 20px 20px;
    border: #ddd 1px solid;
    background: #fff;
    margin-top: 20px;
}

.mapList h2 {
    line-height: 35px;
    font-size: 16px;
}

.mapList h2 a {
    float: right;
    font-size: 12px;
    font-weight: 400;
    padding-right: 16px;
    background: url('../images/main/btn-more.gif') no-repeat right 10px
}

.mapList h2 span {
    padding-left: 10px;
    border-left: #0082CC 5px solid;
}

.mapList table {
    width: 100%;
    margin-top: 10px
}

.mapList table th {
    line-height: 30px;
    border-top: #c6d0c6 1px solid;
    border-bottom: #c6d0c6 1px solid;
    background: #e0e6e0
}

.mapList table .bdL {
    border-left: #c6d0c6 1px solid
}

.mapList table .bdR {
    border-right: #c6d0c6 1px solid
}

.mapList table td {
    line-height: 15px;
    border-bottom: #ddd 1px solid;
    font-size: 12px;
    text-align: center
}

.mapList table tr {
    height: 36px;
}

.banner {
    width: 385px;
    background: green;
    height: 68px;
    margin-bottom: 11px;
}

.lineGraph {
    width: 430px;
    margin-bottom: 11px;
    padding: 5px 20px 20px;
    background: #fff;
}

.piGraph {
    width: 430px;
    padding: 5px 20px 20px;
    background: #fff;
    margin-bottom: 11px;
}

.graphArea {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    text-align: center
}

.notice {
    width: 430px;
    height: 102px;
    padding: 10px 20px 20px;
    border: #ddd 1px solid;
    background: #fff;
    margin-top: 10px;
}

.notice ul {
    margin-top: 15px
}

.notice ul li {
    line-height: 25px;
    width: 100%
}

.notice ul li span {
    float: right
}

.aside h2 {
    line-height: 35px;
    font-size: 16px;
    margin-bottom: 10px;
}

.aside h2 a {
    float: right;
    font-size: 12px;
    font-weight: 400;
    padding-right: 16px;
    background: url('../images/main/btn-more.gif') no-repeat right 10px
}

.aside h2 span {
    padding-left: 10px;
    border-left: #0082CC 5px solid
}

/* navigation */
#navForm {
    position: fixed;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1100px;
    height: 60px
}

#navForm .logo {
    float: left;
    margin-top: -18px;
}

#navForm #navi {
    position: absolute;
    margin-top: 0px;
    right: 0;
    overflow: hidden;
    height: 60px;
    width: 800px
}

#navForm #navi li {
    float: left;
    text-align: center;
    height: inherit;
}

#navForm #navi li.menu01 {
    width: 130px;
}

#navForm #navi li.menu02 {
    width: 130px;
}

#navForm #navi li.menu03 {
    width: 135px;
}

#navForm #navi li.menu04 {
    width: 135px;
}

#navForm #navi li.menu05 {
    width: 135px;
}

#navForm #navi li.menu06 {
    width: 135px;
}

#navForm #navi li a.menu {
    z-index: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #555555;
    padding: 10px;
    margin-top: 10px;
    width: 80%;
}

#navForm #navi li a:hover.menu {
    color: #0082cc;
}

.submenu {
    z-index: 300;
    position: absolute;
    left: 0;
    top: 95px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    visibility: hidden;
    background: url('../images/common/navi_bg.png') repeat-x 0 0
}

.submenu a {
    padding-left: 10px;
    color: #555555;
    line-height: 30px
}

/* .submenu a:hover{color:#fff9f5} */
.submenu a:hover {
    color: #0082cc
}

/*2016/12/07 마진값 수정*/
.smbox1 {
    margin-right: 300px
}

/*2016/12/07 마진값 수정*/
.smbox2 {
    margin-right: 125px
}

.smbox3 {
    margin-left: 150px
}

.smbox4 {
    margin-left: 416px
}

.smbox5 {
    margin-left: 686px
}

.main_content {
    margin: 0 auto;
    width: 1000px
}

.main-box1 {
    width: 975px;
    height: 350px;
    background: url('../images/main/main-boxbg1.gif') no-repeat top right
}

.main-box5 {
    width: 962px;
    height: 219px;
    background: url('../images/main/main-boxbg5.gif') no-repeat top left
}

/* lnb */
.lnb {
    float: left;
    width: 210px
}

.lnb-title {
    width: 210px;
    height: 129px;
    border-bottom: #eee 1px solid
}

.lnb-title h4 {
    position: absolute;
    right: 10px;
    top: 60px;
    font-size: 28px;
    line-height: 35px;
    text-align: right;
    letter-spacing: -1px;
    color: #333
}

.lnb-title span {
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 11px;
    letter-spacing: -0.3px;
    color: #ccc
}

.lnb ul {
    padding: 0;
    width: 207px;
    margin-left: 1px
}

.lnb ul li {
    line-height: 30px
}

.lnb ul li a {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px
}

.lnb ul li a:hover {
    color: #333
}

.lnb ul li a {
    color: #888
}

.lnb ul li>ul {
    padding: 5px 0;
    border-top: #ddd 1px solid;
    background: #f9f9f9
}

.lnb ul li>ul li {
    line-height: 25px;
    border-bottom: none
}

.lnb ul li>ul li a {
    display: block;
    font-size: 1em;
    font-weight: 400
}

.lnb ul li>ul li a:hover {
    color: #333
}

.lnb ul li>ul li a {
    color: #888
}

.lnb dl {
    margin: 10px 0px 0px 7px
}

.lnb dl dd {
    float: left;
    margin: 2px
}

/* footer */
/* .footer{clear:both;position:relative;overflow:hidden;margin-top:35px;width:100%;height:87px;border-top:#ccc 1px solid;background-color:#283c48;} */
.footer {
    clear: both;
    position: relative;
    overflow: hidden;
    margin-top: 41px;
    width: 100%;
    height: 87px;
    border-top: #ccc 1px solid;
    background-color: #283c48;
}

.copyright {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 1100px;
    height: 87px;
    background: url('../images/common/footer-logo.png') no-repeat 0 25px;
    font-size: 12px;
}

.copyright .alternate {
    display: none;
}

.footer_btn {
    position: absolute;
    right: 150px;
    top: 30px;
}

/*.personal{line-height:35px;color:#888}
.personal span{padding:0 10px;color:#ddd}*/
.adress {
    margin: 25px 0 0 300px;
    line-height: 18px;
    color: #788f9a;
}

.adress small {
    font-size: 11px;
    color: #788f9a;
}

/* All */
.colorR {
    color: #ff6600 !important
}

.noPd {
    padding: 0 !important
}

.tCenter {
    text-align: center !important
}

.tLeft {
    text-align: left !important
}

.noBg {
    background: none !important
}

.noBd {
    border: none !important
}

.noBdr {
    border-right: none !important
}

.noMg {
    margin: 0px !important
}

.fRight {
    float: right !important
}

.w220 {
    width: 220px !important
}

.w250 {
    width: 250px !important
}

.w280 {
    width: 280px !important
}

.w300 {
    width: 300px !important
}

.brL {
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px
}

.brR {
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px
}

.brA {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}



/*검색버튼*/
.btnSearch {
    background: #00639b;
    color: #fff;
    font-weight: 700;
    padding: 4px 15px;
    border: 0px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
}

button.grayBtn {
    display: inline-block;
    background: #57646c;
    border: none;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
}

/* Tabsp */
.tab_box {
    display: block;
    width: 100%;
    max-height: 500px;
}

.tabsp {
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    margin-top: 0px;
}

.tabsp a {
    text-decoration: none;
}

.tabsp li {
    width: 49%;
    float: left;
    display: block;
    line-height: 18px;
    text-align: center;
    background-color: #eee;
    padding: 15px 0px;
    border: 2px solid #eee;
    border-bottom: 2px solid #0082cc;
}

.tabsp li:hover {
    background: #ceecf5;
    cursor: pointer;
}

.tabsp li a {
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 600;
}

.tabsp .active {
    background: #ffffff;
    border: 2px solid #0082cc;
    border-bottom: 2px solid #ffffff;
}

.tabsp .active a {
    color: #0082cc;
}

.tab_in_padd {
    width: 97%;
    padding: 1% 1.5%;
}

.tab_in_padd li {
    margin-bottom: 10px;
}

.tabsp li:hover a {
    width: 100%;
    color: #0082cc;
}

.tab_container {
    display: inline-block;
}

/* file upload */
.fileupload {
    width: 620px;
    display: inline-block;
}

.w100p {width:100%;}
.w99p {width:99%;}
.w98p {width:98%;}
.w97p {width:97%;}
.w96p {width:96%;}
.w95p {width:95%;}
.w94p {width:94%;}
.w93p {width:93%;}
.w92p {width:92%;}
.w91p {width:91%;}
.w90p {width:90%;}
.w89p {width:89%;}
.w88p {width:88%;}
.w87p {width:87%;}
.w86p {width:86%;}
.w85p {width:85%;}
.w84p {width:84%;}
.w83p {width:83%;}
.w82p {width:82%;}
.w81p {width:81%;}
.w80p {width:80%;}
.w79p {width:79%;}
.w78p {width:78%;}
.w77p {width:77%;}
.w76p {width:76%;}
.w75p {width:75%;}
.w74p {width:74%;}
.w73p {width:73%;}
.w72p {width:72%;}
.w71p {width:71%;}
.w70p {width:70%;}
.w69p {width:69%;}
.w68p {width:68%;}
.w67p {width:67%;}
.w66p {width:66%;}
.w65p {width:65%;}
.w64p {width:64%;}
.w63p {width:63%;}
.w62p {width:62%;}
.w61p {width:61%;}
.w60p {width:60%;}
.w59p {width:59%;}
.w58p {width:58%;}
.w57p {width:57%;}
.w56p {width:56%;}
.w55p {width:55%;}
.w54p {width:54%;}
.w53p {width:53%;}
.w52p {width:52%;}
.w51p {width:51%;}
.w50p {width:50%;}
.w49p {width:49%;}
.w48p {width:48%;}
.w47p {width:47%;}
.w46p {width:46%;}
.w45p {width:45%;}
.w44p {width:44%;}
.w43p {width:43%;}
.w42p {width:42%;}
.w41p {width:41%;}
.w40p {width:40%;}
.w39p {width:39%;}
.w38p {width:38%;}
.w37p {width:37%;}
.w36p {width:36%;}
.w35p {width:35%;}
.w34p {width:34%;}
.w33p {width:33%;}
.w32p {width:32%;}
.w31p {width:31%;}
.w30p {width:30%;}
.w29p {width:29%;}
.w28p {width:28%;}
.w27p {width:27%;}
.w26p {width:26%;}
.w25p {width:25%;}
.w24p {width:24%;}
.w23p {width:23%;}
.w22p {width:22%;}
.w21p {width:21%;}
.w20p {width:20%;}
.w19p {width:19%;}
.w18p {width:18%;}
.w17p {width:17%;}
.w16p {width:16%;}
.w15p {width:15%;}
.w14p {width:14%;}
.w13p {width:13%;}
.w12p {width:12%;}
.w11p {width:11%;}
.w10p {width:10%;}
.w9p {width:9%;}
.w8p {width:8%;}
.w7p {width:7%;}
.w6p {width:6%;}
.w5p {width:5%;}
.w4p {width:4%;}
.w3p {width:3%;}
.w2p {width:2%;}
.w1p {width:1%;}

.mar_t8 {margin-top:8px;}
.mar_t0 {margin-top: 0px;}
.mar_t10 {margin-top: 10px;}
.mar_t20 {margin-top: 20px;}
.mar_t30 {margin-top: 30px;}
.mar_l10 {margin-left: 10px;}
.mar_l20 {margin-left: 20px;}
.mar_r10 {margin-right: 10px;}
.mar_r20 {margin-right: 20px;}
.mar_b10 {margin-bottom: 10px;}
.txt_blue {color:#428bdf;}
.txt_c_red {color: #d2252c;}

.float_r {float: right;}