﻿@charset "utf-8";
/* layers */
#wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#header {
    position: relative;
    width: 100%;
    height: 187px;
    font-family: 'Nanum Gothic';
    background: url(../img/top_bg.png);
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0px 0px 4px #d4d4d4;
    background-repeat: repeat;
    background-size:60%;
}

#contents {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-height: 400px;
}

#footer {
    position: relative;
    width: 100%;
    min-height: 128px;
    padding: 0;
    clear: both;
    color: #3f3f3f;
    border-top:1px solid #ddd;
}

    #header .top_nav {
    position:absolute;
    top:0px;
    right:15px;
    display:inline-block;
    border-top:2px solid #333; 
    padding:10px 5px 0;
}
#header .top_nav ul li {
    float:left;
    margin-left:10px;
}
#header .gnb {
    position: relative;
    width: 1100px;
    height: 142px;
    padding-top: 47px;
    margin: 0 auto;
    font-family: 'Nanum Gothic';
}

    #header .gnb .logo {
        float: left;
        position: relative;
        top: 75px;
        left: 0;
    }

        #header .gnb .logo a {
            display: block;
        }

    #header .gnb .bn {
        position: absolute;
        left: 45px;
        top: 21px;
    }

    #header .gnb .stgroup {
        text-align: right;
    }

.hide {
    display:none;
}

/* 상단메뉴 */
.gnbAll {
    position: absolute;
    right: 0px;
    bottom: 2px;
    height: 50px;
    z-index: 900;
}
.mt50 {
    margin-top:50px !important;
}
    .gnbAll .gnb_2dep > ul {
        height:51px;
        clear:both;
        padding-right: 2px;
    }
        .gnbAll .gnb_2dep > ul > li {
            float: left;
            height: 50px;
            padding: 0 20px;
            position:relative;
        }
        .gnbAll .gnb_2dep > ul > li > span {
            display:block;
            height:51px;
            cursor:pointer;
            text-align: center;
            font-size: 17px;
            color: #333;
            font-family: 'Nanum Gothic Bold';
        }
            .gnbAll .gnb_2dep > ul > li > span a {
                display: block;
                width: 100%;
                height: 100%;
                line-height: 50px;
                color: #333;
                /*padding-right: 10px;*/
            }
            .gnbAll .gnb_2dep > ul > li:hover > span,
            .gnbAll .gnb_2dep > ul > li > span.on a {
                
                box-sizing: border-box;
                font-size: 19px;
                /*padding-right: 15px;*/
                
            }
            .gnbAll .gnb_2dep > ul > li > span.on a {
                color: #02587b !important;
                border-bottom: 4px solid #02587b;
            }
                /*.gnbAll .gnb_2dep > ul > li > span a:before {
                    display: inline-block;
                    content: '';
                    width: 21px;
                    height: 20px;
                }*/
            .gnbAll .gnb_2dep > ul > li:hover > span a,
            .gnbAll .gnb_2dep > ul > li:hover > span.on a {
                color: #02587b;
            }
.gnbAll .gnb_2dep .gnb_ul {
    position: absolute;
    height: 110px;
    width: 150px;
    top: 47px;
    clear: both;
    padding-top: 5px;
    z-index: 999;
    background: #fff;
    border: 1px solid #cecece;
    border-top: 4px solid #02587b;
    margin-left: -35px;
}
.gnbAll .gnb_2dep li.m02 .gnb_ul {
    width: 150px;
    height: 120px;
    margin-left: -35px;
}
.gnbAll .gnb_2dep li.m03 .gnb_ul {
    height: 100px;
    width: 190px;
    margin-left: -35px;
}
.gnbAll .gnb_2dep li.m04 .gnb_ul {
    height: 170px;
    width: 180px;
    margin-left: -69px;
}
.gnbAll .li_01 .gnb_2dep .gnb_ul,
.gnbAll .li_02 .bg {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.gnbAll .m01:hover > .gnb_ul,
.gnbAll .m02:hover > .gnb_ul,
.gnbAll .m03:hover > .gnb_ul,
.gnbAll .m04:hover > .gnb_ul {
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity ease-out 0.2s 0.1s;
    -moz-transition: opacity ease-out 0.2s 0.1s;
    -o-transition: opacity ease-out 0.2s 0.1s;
    -ms-transition: opacity ease-out 0.2s 0.1s;
    transition: opacity ease-out 0.2s 0.1s;
}

    .gnbAll .gnb_2dep .gnb_ul > li {
        clear:both;
    }
        .gnbAll .gnb_2dep .gnb_ul > li a {
            color: #333;
            line-height: 32px;
            font-size: 14px;
            display: block;
            text-align: left;
            background: url(../img/gnb_li_bg.png) no-repeat 29px center;
            padding: 0 0 0 40px;
            box-sizing: border-box;
        }
            .gnbAll .gnb_2dep .gnb_ul > li a:hover{
                font-family: 'Nanum Gothic Bold';
                color: #02587b;
                background: url(../img/gnb_li_bg_on.png) no-repeat 29px center;
            }

/* 
    footer 
*/
#footer_line {
    position: relative;
    width: 100%;
    height: 33px;
    clear: both;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.footer_ban {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    clear: both;
}

#footer_line .mw_an_namo {
    width: 734px;
    height: 19px;
    padding: 8px 0 0 0;
    float: left;
}

#footer_line li.nosep {
    padding: 0 10px 0 0px;
    background: none transparent scroll repeat 0% 0%;
    font-family: 'Nanum Gothic Bold';
    color: #222;
}

#footer_line .mw_an_namo a {
    font-size: 0.9em;
    color: #545454;
    letter-spacing: -0.5px;
}

    #footer_line .mw_an_namo a:hover {
        color: #333;
    }

#footer_line li {
    float: left;
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline;
    letter-spacing: 0px;
    padding-top: 3px;
    line-height: 13px;
}

.footer_center {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    clear: both;
}

.flogo {
    position: absolute;
    top: 20px;
    left: 10px;
}

.footer_center address {
    position: absolute;
    top: 21px;
    left: 173px;
    color: #3f3f3f;
    font-size: 11px;
    font-style: normal;
    line-height: 130%;
}

.footer_center .font_style01 {
    color: #8c8c8c;
}

.url_link {
    position: absolute;
    float: right;
    top: 0px;
    left: 772px;
}

    .url_link select {
        border: 0px;
        width: 150px;
        height: 26px;
    }

/* main_content */
.content_in {
    position: relative;
    top: 0;
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0;

}

.content_div {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    display: table;
    padding:20px 0 20px 0;
}
    .content_div > div {
        border: 1px solid #cecece;
        box-sizing: border-box;
        overflow: hidden;
        
    }
.top_img {
    position: relative;
    height: 117px;
    margin-bottom: 10px;
}

    .top_img > p {
        display: inline-block;
        position: absolute;
        top: 14px;
        left: 324px;
        width: 450px;
        color: #ffffff;
        font-family: 'Nanum Gothic Bold';
        background: rgba(0, 13, 60, 0.75);
        padding: 15px 0;
        text-align: center;
        line-height: 24px;
        border: 3px solid rgba(255, 255, 255, 0.35);
        box-sizing: border-box;
    }

        .top_img > p > strong {
            font-size: 25px;
            color: #efe61d;
        }

.s000000 {
    background: url(../img/s000000_img.png) no-repeat 0 0;
}

.s010000 {
    background: url(../img/s010000_img.png) no-repeat 0 0;
}

.s020000 {
    background: url(../img/s020000_img.png) no-repeat 0 0;
}

.s030000 {
    background: url(../img/s030000_img.png) no-repeat 0 0;
}

.con01 {
    width: 650px;
    height: 547px;
    display: grid;
}
.con01 img{
    width: 100%;
}
.con01 .title {
    background: url(../img/m1_bg.gif);
    border-bottom: 1px solid #cecece;
    position: relative;
    height: 46px;
}
    .con01 .title .tt {
        background: url(../img/m1_title_img.png) no-repeat left center;
        font-size: 22px;
        padding-left: 29px;
        font-family: 'Nanum Gothic Bold';
        position: absolute;
        top: 9px;
        left: 14px;
        color: #0e8293;
    }
        .con01 .title .tt i {
            color: #073ca0;
            font-style:normal;
        }
    .con01 .title .gis_btn {
        position: absolute;
        right: 7px;
        top: 0;
    }
        .con01 .title .gis_btn li {
            float: left;
            margin: 7px 3px;
        }
        .con01 .title .gis_btn li a {
            display: block;
            text-indent: -9999px;
            overflow:hidden;
        }
            .con01 .title .gis_btn li a.btn01 {
                background: url(../img/m1_btn01.png) no-repeat center center;
                width:32px;
                height:32px;
            }
            .con01 .title .gis_btn li a.btn02 {
                background: url(../img/m1_btn02.png) no-repeat center center;
                width: 32px;
                height: 32px;
            }
            .con01 .title .gis_btn li a.btn03 {
                background: url(../img/m1_btn03.png) no-repeat center center;
                width: 32px;
                height: 32px;
            }
            .con01 .title .gis_btn li a.btn04 {
                background: url(../img/m1_btn04.png) no-repeat center center;
                width: 32px;
                height: 32px;
            }
            .con01 .title .gis_btn li a.btn05 {
                background: url(../img/m1_btn05.png) no-repeat center center;
                width: 32px;
                height: 32px;
            }
            .con01 .title .gis_btn li a.btn06 {
                background: url(../img/m1_btn06.png) no-repeat center center;
                width: 92px;
                height: 32px;
            }
.con02 {
    float: right;
    width: 440px;
    height: 547px;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
}
    .con02 span {
        display: inline-block;
        text-align: center;
    }
    .con02 p {
        width: 560px;
        line-height: 26px
    }

    .con02 img {
        display: inline-block;
        border: 3px solid #e5e5e5;
        padding: 12px;
    }
    .con02 .title {
        position: relative;
        color: #02587b;
        font-size: 16px;
        font-family: 'Nanum Gothic Bold';
        padding: 5px 10px 5px 0;
        box-sizing: border-box;
        text-align: left;
    }
        .con02 .title > a {
            position: absolute;
            right: 10px;
            display: inline-block;
            width: 100px;
            height: 17px;
            background: url(../img/m2_txt01.png) no-repeat right center;
            overflow: hidden;
            text-indent: -999px;
        }
    .con02 .txt {
        color: #0e8293;
        font-size: 12px;
        font-family: 'Nanum Gothic Bold';
        border-bottom: 2px solid #a0d8e0;
        padding: 2px 5px;
        width: 90%;
        display: inline-block;
        margin: 8px 13px 5px 13px;
        text-align: left;
        letter-spacing:-0.5px;
    }
.color_box {
    display:inline-block;
    float:right;
    font-size:10px;
    background:#f5f5f5;
    border-radius:10px;
    padding:2px 5px;
}
    .color_box .color_box01 {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #99d8dd;
    }
    .color_box .color_box02 {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #08aa92;
    }
    
/*
    site link
*/
.site_link {
    margin: 0 auto;
    padding-top: 5px;
    width: 1100px;
    height: 170px;
    border: 0 !important;
}

    .site_link h3 {
        width: 1100px;
        height: 21px;
        background: url(../img/site_link_ti.jpg) no-repeat;
        margin-bottom: 14px;
        text-indent: -9999px;
        margin-bottom: 30px;
    }

    .site_link strong {
        color: #1781bc;
    }

    .site_link li {
        float: left;
    }

        .site_link li a {
            display: block;
            width: 74px;
            height: 160px;
            float: left;
            text-align: center;
            font-size: 13px;
            letter-spacing: 0;
            margin-right: 28px;
            font-weight: bold;
            color: #333;
        }

            .site_link li a:hover {
                font-weight: bold;
                color: #1781bc;
            }

    .site_link p {
        margin-top: 8px;
    }

    .site_link li a.last {
        margin-right: 0;
    }

/* buttoun */
.btn {
    text-align: center;
    margin-top: 20px;
}

    .btn a:hover {
        text-decoration: none;
    }

.btn_01 {
    display: inline-block;
    padding: 15px 30px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background: #545454;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Nanum Gothic Bold';
}

    .btn_01:hover {
        background: #2f2f2f;
    }

.btn_02 {
    display: inline-block;
    padding: 15px 30px;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background: #0054aa;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Nanum Gothic Bold';
}

    .btn_02:hover {
        background: #003d7c;
    }

.btn_st1 {
    border: 1px solid #ddd;
    padding: 3px 5px;
    border-radius: 2px 2px 2px 2px;
    background: #fff;
    color: #333;
}

.icon_red {
    display: inline-block;
    padding: 1px 0px;
    border-radius: 10px;
    line-height: 15px;
    color: #ffffff !important;
    background: #f29f9f;
    cursor:text;
    width:62px;
}
.icon_blue {
    display: inline-block;
    padding: 1px 10px;
    border-radius: 10px;
    background: #8ccbef;
    line-height: 15px;
    color: #ffffff !important;
    cursor:text;
}
.icon_back {
    display: inline-block;
    padding: 1px 10px;
    border-radius: 10px;
    background: #8e8e8e;
    line-height: 15px;
    color: #ffffff !important;
    cursor: text;
}
.bg_gray {
    display: inline-block;
    padding: 10px;
    background: #f5f5f5;
    box-sizing: border-box;
}
    .bg_gray a {
        width: 300px;
        overflow-wrap: break-word;
        display: inline-block;
    }
        .bg_gray a:hover {
            text-decoration: underline;
            color: #1781bc;
            font-family: 'Nanum Gothic Bold';
        }




.s030201 .top_img {
    height: 265px;
}

        .s030201 .top_img .text{
            float: right;
            display: block;
            width: 329px;
            height: 206px;
            padding: 20px;
            box-sizing: border-box;
            background: #415e8a;
            font-size: 14px;
            color: #fff;
            font-weight: bold;
            line-height: 25px;
        }

        .s030201 .top_img .img {
            background: url(../img/s030201_img.JPG) no-repeat 0 0;
            height: 206px;
            width: 492px;
            float:left;
        }

