﻿@charset "utf-8";
/* CSS Document */

.inside {
    margin-top: 15px;
}
/* 현재 페이지 번호*/
.numeric_number {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-position: under;
}

/* 페이징 */
.list_number {
    padding-right: 0.5em;
}

.bbs_list{
    min-width:545px;
}

/* 리스트 테이블*/
.list_area {
    font-size: 15px;
    margin-left: 5px;
}

.list_area td {
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media(max-width:730px){

    .list_area {
        font-size: 15px;
        margin-left: 5px;
        font-size: 8.5pt;
    }
    .line_map {
        width: 98.3%;
        margin-left: 10px;
        border-bottom: 2px solid #000;
        display: inline-block;
        padding-bottom: 10px;
    }
    .Search_list {
        float: left !important;
        margin-top:0px !important;
    }
    .line_map .text-right .sim_navi span {
        font-size: 29px;
        font-weight: bold;
    }
    .line_map .text-right .sim_navi {
        display: inline-block;
        width: 73%;
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .Search_bar{
        float:revert !important;
    }
    .list_area td{
        white-space:nowrap;
        text-overflow:ellipsis !important;
    }
    .intro-main, .center_work_wrap {
        font-size: 12px !important;
        text-align: left;
        line-height: 1.8;
        
        width: 100%;
    }
    .intro-img {
        margin-bottom:20px !important;
    }
        .intro-img img {
            width: 98% !important;
            margin-left: -5px !important;
        }
    .intro-wrap_img img {
        margin-left:-20px !important;
    }

    .center_work_wrap h2 {
        font-size: 28px;
        color: #0049b6;
    }
    .center_work_wrap span {
        font-size: 40px !important;
        color: #002051;
    }
    .center_work_wrap_img1 img {
        width: 100% !important;
        margin-left: 0px !important;
    }

}
/* 검색조건 */
.ddlSearch {
    width: 100px;
    height: 35px;
    border-color: #2c7be4;
    border-width: 1.5px 1.5px 1.5px 1.5px;
    font-weight: 900;
    border-right:none;
}
/* 조건 드롭다운*/
.Search_list {
    float: right;
    margin-top: 10px;
}
/* 검색버튼 */
.imgButSearch {
    width: 80px;
    height: 35px;
    margin-left: -5px;
}
/* 검색어 입력*/
.txtSearch {
    width: 250px;
    height: 35px;
    border-color: #2c7be4;
    border-width: 1.5px 1.5px 1.5px 1.5px
}
.Search_bar {
    float: right;
    margin-top: 10px;
}

/* 센터소개 인사말*/
.intro-main, .center_work_wrap {
    font-size: 18px;
    text-align: left;
    line-height: 1.8;
    width: 100%;
}
/* 인사말 상단 이미지 */
.intro-wrap_img {
    /*margin-top: 15px;*/
}
.intro-wrap_img img {
    width:100%;
}
/* 인사말 하단 이미지 */
.intro-img {
    margin-bottom: 60px;
}
.intro-img img{
    width:100%;
}

/* 주요업무 중간 이미지*/
.center_work_wrap_img1{
    /*margin-top:30px;*/
    width:100%;
}
.center_work_wrap_img1 img{
    width: 100%;
    
}
/* 주요업무 하단 이미지*/
.center_work_wrap_img2{
    margin-top:60px;
    width:100%;
}
.center_work_wrap_img2 img{
    width: 100%;
}