@charset "utf-8";
/* CSS Document */

html, body {
    position: relative;
    color: #3f3f3f;
    font-size: 13px;
    font-family: 'NanumGothic', 'malgun gothic', dotum, sans-serif;
    background-color: #fff;
    letter-spacing: -0.02em;
}

html, body, form, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, pre, input, blockquote, th, td, thead, tbody, legend, label, select, option, button, fieldset, select, textarea {
    margin: 0;
    padding: 0;
}

button {
    cursor: pointer;
}

ol, ul, dl {
    list-style: none;
}

fieldset, img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

input, select, button {
    vertical-align: middle;
    color: #333;
    font-size: 13px;
    font-family: 'NanumGothic', 'Noto sans CJK', 'malgun gothic', dotum, sans-serif;
    outline: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    width: 1px;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

p {
    line-height: 21px;
}

a {
    text-decoration: none;
    cursor: pointer;
}

address {
    font-style: normal;
}

section, article, aside, hgroup, header, footer, nav, figure, figcaption, time, mark, canvas, video, audio, details, summary {
    display: block;
}

#skipnavi li {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

    #skipnavi li a {
        display: inline-block;
        width: 1px;
        height: 1px;
        overflow: hidden;
        margin-bottom: 1px;
        padding: 0;
        white-space: nowrap;
        background: none;
    }

        #skipnavi li a:hover, #skipnavi li a:focus, #skipnavi li a:active {
            width: 100%;
            height: 20px;
            font-size: 14px;
            padding: 10px 0;
            color: #fff;
            background: #555;
        }

.hidden_bx {
    display: inline-block !important;
    width: 1px !important;
    height: 1px !important;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    padding: 0;
    margin: 0;
    background: none;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.tc {
    text-align: center !important;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}


.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml24 {
    margin-left: 24px;
}

.mr0 {
    margin-right: 0px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.font_color1 {
    color: #ff7200;
}

.font_wb {
    font-weight: 600;
}

hr {
    width: 100%;
    height: 1px;
    border: 0;
    padding: 0;
    background: url(../images/dotted1.gif);
    margin: 20px 0;
}

.font_color1 {
    color: #2170da !important;
}

.font_color2 {
    color: #7da118 !important;
}

.font_color3 {
    color: #ff7200 !important;
}

h1 {
    padding-top: 31px;
}

h3 {
    padding-bottom: 20px;
    border-bottom: 2px solid #7f8284;
    color: #005084;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

h4 {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    padding-left: 18px;
    background: url(../images/h4_icon.gif) no-repeat 0 4px;
}

    h4 span {
        color: #005084;
    }

/* tab */
.tab_bx {
    width: 100%;
    height: 53px;
    margin-bottom: 15px;
}

    .tab_bx li {
        float: left;
        margin-left: 1px;
        width: 246px;
        height: 53px;
    }

        .tab_bx li:first-child {
            margin-left: 0;
        }

    .tab_bx a {
        width: 246px;
        height: 39px;
        padding-top: 14px;
        text-align: center;
        display: block;
        font-weight: 600;
        font-size: 16px;
        color: #408cbe;
        background: url(../images/tab_bg.png) no-repeat 0 0;
    }

        .tab_bx a:hover {
            color: #005084;
        }

        .tab_bx a.on {
            color: #408cbe;
            background: url(../images/tab_bg2.png) no-repeat 0 0;
            color: #fff;
        }

/* graybx */
.graybx_1 {
    border: 1px solid #dadada;
    border-top: 0;
    background: #fcfcfc url(../images/dotted1.gif) repeat-x top;
    padding: 698px;
    padding: 20px;
}

    .graybx_1 > li {
        line-height: 22px;
    }

        .graybx_1 > li.dot1 {
            padding-left: 10px;
            background: url(../images/dot2.gif) no-repeat 0 9px;
        }

/* span icon */
.icon_1 {
    display: inline-block;
    width: 12px;
    height: 13px;
    margin-right: 5px;
    vertical-align: top;
    background: url(../images/icon_1.png) no-repeat 50% 50%;
    line-height: 13px;
}

.icon_2 {
    width: 32px;
    height: 32px;
    border-radius: 0;
    background: #3f3f3f url(../images/icon_2.png) no-repeat 50% 50%;
    border: 1px solid #3f3f3f;
    line-height: 13px;
}

    .icon_2:hover {
        background-color: #646464;
    }

    .icon_2:active {
        background-color: #1459d2;
        border: 1px solid #1459d2;
    }

.icon_3 {
    display: inline-block;
    width: 12px;
    height: 13px;
    margin-right: 5px;
    vertical-align: top;
    background: url(../images/icon_3.png) no-repeat 50% 50%;
}

.icon_4 {
    padding-left: 15px;
    background: url(../images/icon_4.png) no-repeat 2px 6px;
}

.icon_5 {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url(../images/icon_5.gif) no-repeat 50% 50%;
}

.icon_6 {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/title_st1.gif) no-repeat left 50%;
}

.icon_7 {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(../images/icon_6.gif) no-repeat left 50%;
}

.icon_8 {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    background: url(../images/icon_7.gif) no-repeat left 50%;
}

/* title style */
.title_st1 {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
    background: url(../images/title_st1.gif) no-repeat 0 50%;
}

/* top */
#top_bx {
    width: 100%;
    height: 90px;
    background: url(../images/bg_top.jpg) no-repeat 50% top;
    background-size: cover;
}

#gnb {
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.side_menu {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 3px solid #333;
}

    .side_menu li {
        height: 12px;
        padding: 5px 10px 0 12px;
        float: left;
        background: url(../images/sidemenu_line.gif) no-repeat left 10px;
    }

        .side_menu li:first-child {
            background: none;
        }

        .side_menu li a {
            font-size: 12px;
            font-weight: 600;
            color: #3f3f3f;
        }

            .side_menu li a:hover {
                color: #126fab;
            }

/* navi */
#gnb_bx {
    position: absolute;
    top: 55px;
    right: 0;
}

    #gnb_bx > ul > li {
        float: left;
        height: 34px;
        padding: 0 33px;
        position: relative;
    }

        #gnb_bx > ul > li a {
            height: 100%;
            display: block;
            text-indent: -9999px;
        }

        #gnb_bx > ul > li.last {
            padding-right: 0;
        }

.gnb_sub {
    width: 162px;
    position: absolute;
    display: none;
    top: 26px;
    left: 19px;
    z-index: 100;
    border-top: 2px solid #f00422;
}

#gnb_bx > ul > li:hover > ul {
}

#gnb_bx > ul > li > ul > li {
    width: 162px;
    height: 31px;
    background: #01416d;
    margin-bottom: 1px;
    color: #fff;
}

    #gnb_bx > ul > li > ul > li:hover {
        background: #003455;
    }

    #gnb_bx > ul > li > ul > li > a {
        color: #fff;
        display: block;
        padding: 8px 0 0 12px;
        font-weight: 600;
        text-indent: 0;
    }

#gnb_bx.blue .dropdown {
    display: block;
}

.menu_1 {
    background: url(../images/gnb1_1.png) no-repeat 50% top;
    width: 81px;
}

    .menu_1:hover {
        background: url(../images/gnb1_1_over.png) no-repeat 50% top;
    }

.menu_2 {
    background: url(../images/gnb1_2.png) no-repeat 50% top;
    width: 100px;
}

    .menu_2:hover {
        background: url(../images/gnb1_2_over.png) no-repeat 50% top;
    }

.menu_3 {
    background: url(../images/gnb1_3.png) no-repeat 50% top;
    width: 67px;
}

    .menu_3:hover {
        background: url(../images/gnb1_3_over.png) no-repeat 50% top;
    }

.menu_4 {
    background: url(../images/gnb1_4.png) no-repeat 50% top;
    width: 83px;
}

    .menu_4:hover {
        background: url(../images/gnb1_4_over.png) no-repeat 50% top;
    }



/* 메인 */
#main_bx {
    border-top: 2px solid #175f8d;
    background-color: #f8fafc;
}

    #main_bx > div {
        width: 970px;
        margin: 0 auto;
        padding: 45px 19px 28px 19px;
        background-color: #fff;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
    }

.main_bx1 {
    width: 970px;
    height: 290px;
    padding-right: 21px;
    position: relative;
    overflow: hidden;
}

    .main_bx1 .text_bx {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 500;
    }

.mainbx2 {
    width: 970px;
    margin-top: 30px;
}

    .mainbx2 ul {
        width: 970px;
        height: 123px;
        padding: 3px;
        background: url(../images/main/mainbx2_bg.png) no-repeat 0 0;
        margin-top: 17px;
    }

        .mainbx2 ul > li {
            float: left;
            width: 9.8%;
            border-left: 1px solid #dadada;
        }

            .mainbx2 ul > li:first-child {
                border-left: 0;
                width: 10%;
            }

            .mainbx2 ul > li:last-child {
                width: 10.2%;
            }

            .mainbx2 ul > li > a {
                display: block;
                padding-top: 75px;
                height: 44px;
                text-align: center;
                color: #3f3f3f;
                font-weight: 500;
                width: 100%;
                font-size: 13px;
            }

                .mainbx2 ul > li > a:hover {
                    color: #fff;
                }

.mainbx2_01 {
    background: url(../images/mainbx2_01_icon.png) no-repeat 50% 24%;
}

    .mainbx2_01:hover {
        background: #5bc877 url(../images/mainbx2_01_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_02 {
    background: url(../images/mainbx2_02_icon.png) no-repeat 50% 24%;
}

    .mainbx2_02:hover {
        background: #58c67d url(../images/mainbx2_02_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_03 {
    background: url(../images/mainbx2_03_icon.png) no-repeat 50% 24%;
}

    .mainbx2_03:hover {
        background: #54c386 url(../images/mainbx2_03_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_04 {
    background: url(../images/mainbx2_04_icon.png) no-repeat 50% 24%;
}

    .mainbx2_04:hover {
        background: #51c08d url(../images/mainbx2_04_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_05 {
    background: url(../images/mainbx2_05_icon.png) no-repeat 50% 24%;
}

    .mainbx2_05:hover {
        background: #4dbd98 url(../images/mainbx2_05_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_06 {
    background: url(../images/mainbx2_06_icon.png) no-repeat 50% 24%;
}

    .mainbx2_06:hover {
        background: #48bba2 url(../images/mainbx2_06_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_07 {
    background: url(../images/mainbx2_07_icon.png) no-repeat 50% 24%;
}

    .mainbx2_07:hover {
        background: #45b8ab url(../images/mainbx2_07_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_08 {
    background: url(../images/mainbx2_08_icon.png) no-repeat 50% 24%;
}

    .mainbx2_08:hover {
        background: #40b4b4 url(../images/mainbx2_08_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_09 {
    background: url(../images/mainbx2_09_icon.png) no-repeat 50% 24%;
}

    .mainbx2_09:hover {
        background: #3db2bd url(../images/mainbx2_09_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_10 {
    background: url(../images/mainbx2_10_icon.png) no-repeat 50% 24%;
}

    .mainbx2_10:hover {
        background: #39b0c5 url(../images/mainbx2_10_icon_over.png) no-repeat 50% 24%;
    }

.mainbx2_11 {
    background: url(../images/mainbx2_11_icon.png) no-repeat 50% 24%;
}

    .mainbx2_11:hover {
        background: #37aecc url(../images/mainbx2_11_icon_over.png) no-repeat 50% 24%;
    }

.main_bx3 {
    width: 970px;
    height: 507px;
    margin-top: 45px;
    position: relative;
}

.mainbx3_1 {
    width: 370px;
    height: 507px;
    background: #dadada;
}

.mainbx3_2 {
    width: 582px;
    height: 507px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/mainbx3_2_bg.png) no-repeat;
}

.mainbx3_2_1 {
}

    .mainbx3_2_1 > .title {
        margin: 19px 0 0 20px;
        height: 32px;
    }

.mainbx3_2_1_list {
    margin: 19px 20px 0 20px;
}

    .mainbx3_2_1_list > ul > li {
        float: left;
        width: 100%;
        height: 36px;
    }

        .mainbx3_2_1_list > ul > li.part2 {
            float: left;
            width: 50%;
            height: 36px;
        }

        .mainbx3_2_1_list > ul > li span {
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            display: inline-block;
            width: 77px;
        }

.mainbx3_2_1_list2 span {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    width: 77px;
    margin-top: 7px;
}

.mainbx3_input {
    width: 126px;
    height: 23px;
    border: 1px solid #bbcbe0;
    text-align: center;
}

.mainbx3_2_1_list2 ul {
    float: left;
}

.mainbx3_btn1 {
    width: 31px;
    height: 25px;
    display: inline-block;
    border-radius: 3px;
    background: #004a8e url(../images/icon_calender.png) no-repeat 50% 50%;
    margin-left: 3px;
    vertical-align: middle;
}

    .mainbx3_btn1:hover {
        background-color: #003464;
    }

.mainbx3_btn2 {
    width: 55px;
    height: 18px;
    padding-top: 3px;
    margin: 2px 1px 0 0;
    display: inline-block;
    border-radius: 3px;
    background-color: #2295de;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    text-align: center;
}

    .mainbx3_btn2:hover, .mainbx3_btn3:hover {
        background-color: #3db4ff;
    }

.mainbx3_btn3 {
    width: 44px;
    height: 18px;
    padding-top: 3px;
    margin-top: 2px;
    display: inline-block;
    border-radius: 3px;
    background-color: #2295de;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    text-align: center;
}

.mainbx3_2_1_list3 {
    border-top: 1px solid #fff;
    padding-top: 11px;
    text-align: right;
}

    .mainbx3_2_1_list3 > a {
        width: 115px;
        height: 26px;
        padding-top: 8px;
        display: inline-block;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        color: #383838;
        background-color: #fff7b5;
        border-radius: 4px;
    }

        .mainbx3_2_1_list3 > a:hover {
            background-color: #fff17c;
        }

.mainbx3_2_2 {
    height: 209px;
    padding: 40px 20px 0 20px;
    overflow: auto;
}

.mainbx3_2_2_list1 {
    height: 27px;
    margin-bottom: 6px;
    display: table;
}

    .mainbx3_2_2_list1 > li {
        height: 27px;
        display: table-cell;
    }

        .mainbx3_2_2_list1 > li:first-child {
            width: 226px;
            height: 17px;
            color: #fff;
            padding-top: 10px;
        }

            .mainbx3_2_2_list1 > li:first-child span {
                width: 46px;
                text-align: right;
                display: inline-block;
            }

    .mainbx3_2_2_list1 a {
        display: block;
        height: 21px;
        padding: 6px 12px 0 12px;
        border-radius: 4px;
        background-color: #fff;
        color: #00416d;
        font-size: 12px;
        font-weight: 600;
        color: #00416d;
        white-space: nowrap;
    }

        .mainbx3_2_2_list1 a:hover {
            background-color: #daf3ff;
        }

.mainbx3_2_2_list3 {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 12px 0;
    text-align: right;
}

/* 2017-05-11 하단부분 수정*/

.main_bx4 > div > ul > li > a:hover {
    text-decoration: underline;
}

.main_bx4 {
    width: 970px;
    height: 520px;
    margin-top: 35px;
    position: relative;
}

    .main_bx4 a {
        display: inline-block;
    }

    .main_bx4 > div {
        border: 1px solid #dedede;
    }

.main_bx4_1 {
    position: absolute;
    top: 0px;
    left: 329px;
    width: 312px;
    height: 280px;
    background: #4a7ac1 url(../images/mainbx4_dotbg1.png);
}

    .main_bx4_1 > div {
        background: url(../images/main_linkbx_bg1.png) no-repeat;
        width: 134px;
        height: 135px;
        position: absolute;
        top: 34%;
        right: 2%;
        margin-right: 0;
    }

/*
.main_bx4_2 {
	position:absolute;
	top:0; left:658px;
	width:312px; height:210px;
	background:#3497cf url(../images/main_linkbx_bg6.png) no-repeat 95% 60%;
}
.main_bx4_3 {
	position:absolute;
	top:0; left:0px;
	width:312px; height:140px;
	background:#1ca5be url(../images/main_linkbx_bg5.png) no-repeat 96% 70%;
}
*/

.main_bx4_2 {
    position: absolute;
    top: 0;
    left: 0px;
    width: 312px;
    height: 210px;
    background: #3497cf url(../images/mainbx4_dotbg6.png);
}

    .main_bx4_2 > div {
        background: url(../images/main_linkbx_bg6.png) no-repeat;
        width: 134px;
        height: 135px;
        position: absolute;
        top: 30%;
        right: 2%;
        margin-right: -25px;
    }

.main_bx4_3 {
    position: absolute;
    top: 270px;
    left: 658px;
    width: 312px;
    height: 136px;
    background: #139cb5 url(../images/mainbx4_dotbg5.png);
}

    .main_bx4_3 > div {
        background: url(../images/main_linkbx_bg5.png) no-repeat;
        width: 134px;
        height: 135px;
        position: absolute;
        top: 38%;
        right: 2%;
        margin-right: -50px;
    }

.main_bx4_4 {
    position: absolute;
    top: 295px;
    left: 329px;
    width: 312px;
    height: 111px;
    background: #7f9913 url(../images/mainbx4_dotbg4.png);
}

    .main_bx4_4 > div {
        background: url(../images/main_linkbx_bg4.png) no-repeat;
        width: 71px;
        height: 67px;
        position: absolute;
        top: 35%;
        right: 2%;
        margin-right: -0px;
    }

.main_bx4_5 {
    position: absolute;
    top: 226px;
    left: 0px;
    width: 312px;
    height: 180px;
    background: #13a968 url(../images/mainbx4_dotbg3.png);
}

    .main_bx4_5 > div {
        background: url(../images/main_linkbx_bg3.png) no-repeat;
        width: 83px;
        height: 82px;
        position: absolute;
        top: 35%;
        right: 2%;
        margin-right: -0px;
    }

.main_bx4_6 {
    position: absolute;
    top: 0;
    left: 658px;
    width: 312px;
    height: 253px;
    background: #de7b4c url(../images/mainbx4_dotbg2.png);
}

    .main_bx4_6 > div {
        background: url(../images/main_linkbx_bg2.png) no-repeat;
        width: 108px;
        height: 150px;
        position: absolute;
        top: 35%;
        right: 2%;
        margin-right: -0px;
    }

.main_bx4_9 {
    position: absolute;
    top: 430px;
    left: 0;
    width: 968px;
    height: 67px;
    background: #696ba6 url(../images/link_bxbg.png) no-repeat 50% 50%;
}

    .main_bx4_9 > ul > li {
        width: 20%;
        padding-top: 20px;
        text-align: center;
        float: left;
    }

        .main_bx4_9 > ul > li > a {
            display: inline-block;
            color: #fff;
            font-weight: 600;
            padding: 0 0 4px 20px;
            line-height: 15px;
            text-align: left;
        }

.main_bx4 > div > p {
    padding-top: 10px;
    width: 100%;
    background-color: #fff;
    height: 24px;
}

.main_bx4_ul1 {
    margin-top: 15px;
}

.main_bx4_ul2 {
}

.main_bx4_link1_w {
    padding: 4px 0 4px 40px;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link1_w.png) no-repeat 20px 50%;
}

.main_bx4_link2_w {
    padding: 4px 0 4px 40px;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link2_w.png) no-repeat 20px 50%;
}

.main_bx4_link3_w {
    padding: 4px 0 4px 40px;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link3_w.png) no-repeat 20px 50%;
}

.main_bx4_link4_w {
    padding: 4px 0 4px 40px;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link4_w.png) no-repeat 20px 50%;
}

.main_bx4_link5_w {
    padding: 4px 0 4px 40px;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link5_w.png) no-repeat 20px 50%;
}

.main_bx4_link1_b {
    padding: 4px 0 4px 40px;
    display: block;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link1_b.png) no-repeat 20px 50%;
}

.main_bx4_link2_b {
    padding: 4px 0 4px 40px;
    display: block;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link2_b.png) no-repeat 20px 50%;
}

.main_bx4_link3_b {
    padding: 4px 0 4px 40px;
    display: block;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link3_b.png) no-repeat 20px 50%;
}

.main_bx4_link4_b {
    padding: 4px 0 4px 40px;
    display: block;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link4_b.png) no-repeat 20px 50%;
}

.main_bx4_link5_b {
    padding: 4px 0 4px 40px;
    display: block;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/main_bx4_link5_b.png) no-repeat 20px 50%;
}

.main_bx4_9_icon1 {
    background: url(../images/main_bx4_link1_w.png) no-repeat 0 7px;
}

.main_bx4_9_icon2 {
    background: url(../images/main_bx4_link2_w.png) no-repeat 0 7px;
}

.main_bx4_9_icon3 {
    background: url(../images/main_bx4_link3_w.png) no-repeat 0 7px;
}

.main_bx4_9_icon4 {
    background: url(../images/main_bx4_link4_w.png) no-repeat 0 7px;
}

.main_bx4_9_icon5 {
    background: url(../images/main_bx4_link5_w.png) no-repeat 0 7px;
}

#footer_bx {
    width: 100%;
    height: 78px;
    background: url(../images/bg_bottom.jpg) no-repeat bottom;
}

    #footer_bx > div {
        width: 1010px;
        height: 78px;
        margin: 0 auto;
        position: relative;
    }

.footer_logo {
    position: absolute;
    top: 20px;
    left: 34px;
}

.footer_address {
    padding: 14px 0 0 148px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}

    .footer_address li {
        height: 16px;
    }

        .footer_address li p {
            display: inline-block;
            padding-right: 10px;
        }

.copytight {
    font-size: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}

.footer_address p.right_line {
    padding-right: 15px;
    margin-right: 15px;
    background: url(../images/copyright_line.gif) no-repeat right 3px;
}

.footer_linkbx {
    position: absolute;
    top: 18px;
    right: 0;
    width: 160px;
    padding: 3px;
    padding-top: 5px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

    .footer_linkbx li {
        width: 140px;
        height: 100%;
        text-align: center;
        display: inline-block;
    }

        .footer_linkbx li a {
        }

    .footer_linkbx img {
        width: 100%;
    }

/*
.footer_linkbx {
	position:absolute;
	top:18px; right:0;
	background:#fff;
	border:1px solid #dadada;
	border-radius:3px;
	width:310px; height:42px;
	overflow:hidden;
}
.footer_linkbx li {
	width:155px; height:100%;
	float:left;
	text-align:center;
	display:table;
}
.footer_linkbx li a {
	display:table-cell;
	vertical-align:middle;
}
*/

/* 서브 */
#sub_bx {
    border-top: 2px solid #175f8d;
    background-color: #f8fafc;
}

    #sub_bx > div {
        width: 1010px;
        margin: 0 auto;
        padding: 20px 0;
        background-color: #fff;
        border-right: 1px solid #ececec;
        border-left: 1px solid #ececec;
        position: relative;
    }

.lnb_bx {
    width: 179px;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 30px 10px 0 19px;
}

#left_menu {
    margin-top: 35px;
}

    #left_menu a {
        display: block;
    }

    #left_menu > li {
        background: url(../images/dot2.gif) no-repeat 5px 20px;
        border-bottom: 1px solid #dadada;
    }

        #left_menu > li > a {
            padding: 13px 0 10px 14px;
            font-size: 14px;
            line-height: 16px;
            font-weight: 600;
            color: #3f3f3f;
        }

            #left_menu > li > a:hover {
                color: #01416d;
            }

        #left_menu > li > ul {
            padding: 10px 0;
            background: url(../images/dotted1.gif) repeat-x top;
        }

            #left_menu > li > ul > li > a {
                color: #3f3f3f;
                font-size: 13px;
                line-height: 13px;
                padding: 5px 0 5px 17px;
                background: url(../images/lnb_2depth_bg1.png) no-repeat 7px 50%;
            }

                #left_menu > li > ul > li > a:hover {
                    color: #f00422;
                    background: url(../images/lnb_2depth_bg2.png) no-repeat 7px 50%;
                }

                #left_menu > li > ul > li > a.on {
                    color: #ff7200;
                    font-weight: 600;
                    background: url(../images/lnb_2depth_bg3.png) no-repeat 7px 50%;
                }

        #left_menu > li.on {
            background: url(../images/dot1.gif) no-repeat 5px 20px;
        }

            #left_menu > li.on > a {
                height: 26px;
                padding: 14px 0 10px 14px;
                font-size: 14px;
                line-height: 14px;
                font-weight: 600;
                color: #126fab;
            }

#content {
    width: 740px;
    border-left: 1px solid #dadada;
    padding: 30px 0 60px 35px;
    margin-left: 209px;
}

#content_link {
    width: 970px;
    padding: 30px 0 60px 20px;
}

.page_location {
    width: 100%;
    height: 21px;
    padding: 5px 0;
    border-bottom: 1px solid #dadada;
    text-align: right;
    font-size: 12px;
}

    .page_location > li {
        height: 18px;
        padding: 3px 13px 0 20px;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        background: url(../images/location_arrow.gif) no-repeat 0 50%;
    }

        .page_location > li.home {
            height: 21px;
            padding: 0 13px 0 0;
            padding-left: 0;
            background: none;
        }

#contents_bx {
    min-height: 582px;
    margin-top: 30px;
}

/* 테이블 */
.table_st1 {
    border-top: 2px solid #408cbd;
    width: 100%;
    font-size:13px;
}

    .table_st1 td, .table_st1 th {
        border: 1px solid #dadada;
        padding: 10px 0;
    }

    .table_st1 thead th {
        background: #005084;
        color: #fff;
        font-weight: 600;
        border: 1px solid #00416d;
        border-top: 0;
    }

    .table_st1 tbody th {
        background: #f1f5f9;
        color: #333;
    }

    .table_st1 tbody td {
        padding: 10px;
    }

.table_inbtnbx {
    /*! height: 30px; */
    display: inline-block;
}

.table_st2 {
    width: 100%;
}

    .table_st2 thead th {
        padding: 12px 10px;
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        background: #004a8e;
    }

    .table_st2 tbody tr {
        background: url(../images/dotted3.gif) repeat-x bottom;
    }

    .table_st2 td {
        color: #fff;
        text-align: center;
        padding: 10px;
        font-size: 12px;
    }

    .table_st2 a {
        width: 75px;
        color: #fff;
        display: inline-block;
        padding: 7px 0;
        text-align: center;
        background: rgba(0,70,99,0.4);
        border-radius: 4px;
        margin-top: 7px;
        font-weight: 600;
    }

        .table_st2 a:hover {
            color: #fff7b5;
        }

.table_st3 {
    border-top: 2px solid #408cbd;
    width: 100%;
}

    .table_st3 td, .table_st3 th {
        border-bottom: 1px solid #dadada;
        padding: 10px 0;
    }

    .table_st3 thead th {
        background: #005084;
        color: #fff;
        font-weight: 600;
        border: 1px solid #00416d;
        border-top: 0;
    }

    .table_st3 thead td {
        font-size: 12px;
    }

    .table_st3 tbody th {
        background: #f1f5f9;
        color: #333;
    }

.none_trbg tr:hover {
    background-color: #fff !important;
}

.table_st3 tbody tr:hover {
    background-color: #fcfcfc;
}

.table_st3 tbody td {
    padding: 10px;
    font-size: 12px;
}

    .table_st3 tbody td:first-child {
        text-align: center;
    }

    .table_st3 tbody td a {
        color: #3f3f3f;
        font-weight: 600;
    }

        .table_st3 tbody td a:hover {
            color: #f00422;
        }

/* 리스트 테이블 */
.table_st4 {
    border-top: 2px solid #408cbd;
    width: 740px;
    font-size:13px;
 }

    .table_st4 td, .table_st4 th {
        border: 1px solid #dadada;
        padding: 10px 0;
    }

    .table_st4 thead th {
        background: #e9f4fd;
        color: #2e6e9e;
        font-weight: 600;
        border: 1px solid #2e6e9e;
        font-size: 11px;
        border-top: 0;
    }

    .table_st4 tbody th {
        background: #f1f5f9;
        color: #333;
    }

/* 리스트 테이블 */
.table_st5 {
    border-top: 2px solid #408cbd;
    width: 740px;
    height: 350px;
    font-size: 13px;
}

    .table_st5 td, .table_st5 th {
        border: 1px solid #dadada;
        padding: 10px 0;
    }

    .table_st5 thead th {
        background: #e9f4fd;
        color: #2e6e9e;
        font-weight: 600;
        border: 1px solid #2e6e9e;
        font-size: 11px;
        border-top: 0;
    }

    .table_st5 tbody th {
        background: #f1f5f9;
        color: #333;
    }
   
    
    
/* 페이징 */
.paging {
    position: relative;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    top: 23px;
    display: block;
}
.paging a {
    color:#3f3f3f;
    padding:10px;
    border:1px solid #F6F6F6;
    background:#fff;
}
    .paging a:hover {
        background: #F6F6F6;
    }
    .paging strong {
        color: #f1f5f9 !important;
        background: #2e6e9e;
        padding: 10px;
    }
/* 버튼 */
.btn_bx {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 2px solid #646464;
    text-align: right;
}

.btnst_1 {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px;
    border: 1px solid #1479ba;
    background: #2295de;
    color: #fff;
    font-weight: 600;
}

    .btnst_1:hover {
        background: #1459d2;
    }

.btnst_2 {
    display: inline-block;
    width: 50px;
    height: 22px;
    padding-top: 4px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    border-radius: 4px;
    background: #349fa3;
    border: 1px solid #349fa3;
}

    .btnst_2:hover {
        background: #289195;
    }

.btnst_3 {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 3px;
    border: 1px solid #00416d;
    background: #005084;
    color: #fff;
    font-weight: 600;
}

    .btnst_3:hover {
        background: #00416d;
    }

.btnst_4 {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid #00416d;
    background: #005084;
    color: #fff;
    font-weight: 600;
}

    .btnst_4:hover {
        background: #00416d;
    }

.btnst_5 {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 3px;
    border: 1px solid #349fa3;
    background: #44afb3;
    color: #fff;
    font-weight: 600;
}

    .btnst_5:hover {
        background: #349fa3;
    }

.btnst_6 {
    display: inline-block;
    padding: 7px 25px;
    border-radius: 3px;
    border: 1px solid #00416d;
    background: #005084;
    color: #fff;
    font-weight: 600;
}

    .btnst_6:hover {
        background: #00416d;
    }

.selectst_1 {
    width: 80%;
    height: 30px;
    border: 1px solid #3f3f3f;
}

    .selectst_1 option {
        padding: 5px 0 5px 10px;
    }

.selectid {
    width: 80%;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

    .selectid:hover {
        width: 80%;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
    }

.multis_bx {
    position: relative;
    height: 30px;
}

.selectst_2 {
    width: 128px;
    height: 24px;
    border: 1px solid #bbcbe0;
}

.selectst_3 {
    width: 80px;
    height: 25px;
    border: 1px solid #7f8284;
}

.input_date {
    height: 30px;
    width: 98px;
    border: 1px solid #3f3f3f;
    padding: 0 10px;
}

.board_intput1 {
    height: 25px;
    width: 120px;
    border: 1px solid #7f8284;
    padding: 0 10px;
    vertical-align: top;
    border-radius: 2px;
}

/* about */
.about1_1_bx1 {
    width: 100%;
    height: 174px;
    padding-top: 205px;
    background: url(../images/about1_1_img1.jpg) no-repeat 0 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
}

    .about1_1_bx1 > p {
        line-height: 24px;
    }

.about1_1_bx2 {
    border-top: 2px solid #005084;
    margin-bottom: 10px;
    position: relative;
}

    .about1_1_bx2 > p {
        width: 110px;
        height: 25px;
        padding: 45px 0 0 10px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .about1_1_bx2 > dl {
        padding: 15px 0;
        margin-left: 120px;
        width: 620px;
        background: url(../images/dotted1.gif) repeat-x bottom;
        display: table;
        overflow: auto;
    }

        .about1_1_bx2 > dl > dt, .about1_1_bx2 > dl > dd {
            display: table-cell;
        }

        .about1_1_bx2 > dl > dt {
            width: 18%;
            padding-left: 2%;
            vertical-align: middle;
            font-weight: 600;
        }

        .about1_1_bx2 > dl > dd {
            width: 78%;
            padding-right: 2%;
        }

.about1_2_bx1 {
    width: 100%;
    height: 116px;
    padding-top: 192px;
    background: url(../images/about1_2_img1.jpg) no-repeat 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
}

    .about1_2_bx1 > p {
        line-height: 24px;
        padding-left: 40px;
    }

.about1_2_span1 {
    font-size: 15px;
    font-weight: 600;
    color: #3782e8;
}

.about1_2_bx2 {
    margin-top: 7px;
}

    .about1_2_bx2 > li {
        margin-bottom: 5px;
    }

        .about1_2_bx2 > li:first-letter {
            color: #005084;
            font-weight: 600;
        }

.about1_3_bx1 {
    width: 100%;
    height: 105px;
    padding-top: 180px;
    background: url(../images/about1_3_img1.jpg) no-repeat 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
}

    .about1_3_bx1 > p {
        line-height: 24px;
        padding-left: 40px;
    }

.about1_3_bx2 {
    padding: 0 4px 6px 0;
    line-height: 100%;
    background: url(../images/text_pointline.gif) no-repeat right bottom;
    display: inline-block;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 600;
}

.about1_3_bx3 {
    line-height: 21px;
    width: 100%;
    margin-top: 7px;
}

.about1_3_bx4 {
    padding: 0 4px 3px 0;
    line-height: 100%;
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #dadada;
}

/* board */
.page_bx {
    margin-top: 30px;
    text-align: center;
}

    .page_bx ul {
        display: inline-block;
    }

        .page_bx ul li {
            float: left;
        }

.pagelist a {
    padding: 2px 12px 4px 12px;
    float: left;
    display: block;
    color: #3f3f3f;
    font-weight: 600;
    border-right: 1px solid #dadada;
}

    .pagelist a:first-child {
        border-left: 1px solid #dadada;
    }

    .pagelist a:hover {
        color: #2170da;
    }

    .pagelist a.on {
        color: #408cbd;
        background: url(../images/page_underline.gif) no-repeat 50% 18px;
    }

.blank_bx {
    padding: 30px 0 !important;
    font-weight: 600;
}

.download {
    font-weight: 600;
    color: #005084;
}

    .download:hover {
        color: #f00422;
    }

.list_style1 {
    line-height: 22px;
}

    .list_style1 > li {
        padding-left: 8px;
        margin-left: 6px;
        background: url(../images/dot2.gif) no-repeat 0 9px;
    }

/*-- 관련사이트1 백업 --*/
.link_bx {
    position: relative;
    margin-bottom: 20px;
}

    .link_bx > div {
        width: 153px;
        height: 100%;
        padding-left: 20px;
        text-align: left;
        position: absolute;
        top: 0;
        left: 0;
    }

        .link_bx > div > img {
            padding-top: 30px;
        }

    .link_bx > dl {
        margin-left: 0;
    }

        .link_bx > dl > dt {
            font-size: 14px;
            font-weight: 600;
            padding: 10px 0 11px 12px;
            border: 1px solid #dadada;
            border-top: 0;
            border-bottom: 0;
            background: url(../images/dotted1.gif) repeat-x bottom;
        }

            .link_bx > dl > dt:first-child {
                border-top: 1px solid #dadada;
            }

        .link_bx > dl > dd {
            border: 1px solid #dadada;
            border-top: 0;
            padding: 10px 0 11px 12px;
            overflow-wrap:break-word;
        }

    .link_bx a {
        display: block;
        color: #3f3f3f;
        padding: 0 15px 0 9px;
        margin-top: 7px;
        background: url(../images/dot3.gif) no-repeat 0px 7px;
    }

        .link_bx a:first-child {
            margin-top: 0px;
        }

        .link_bx a:hover {
            color: #f00422;
        }

.link_bx1 {
    background-color: #005083;
}

.link_bx2 {
    background-color: #01416d;
}

.link_bx3 {
    background-color: #126fac;
}

.link_bx4 {
    background-color: #005083;
}

.link_bx5 {
    background-color: #2a83bd;
}

.link_bx6 {
    background-color: #01416d;
}

.link_bx7 {
    background-color: #126fac;
}

.link_bx8 {
    background-color: #005083;
}
/*-- 관련사이트 백업 끝 --*/

/* 관련사이트 */
.link_bx_1 {
    width: 235px;
    position: relative;
    margin: 0 0 20px 10px;
    float: left;
}

    .link_bx_1 > div {
        text-align: center;
        padding-top: 20px;
        height: 130px;
    }

    .link_bx_1 > dl {
        height: 341px;
        border: 1px solid #dadada;
        border-top: 0;
    }

        .link_bx_1 > dl > dt {
            font-size: 14px;
            font-weight: 600;
            padding: 10px 0 11px 12px;
            background: url(../images/dotted1.gif) repeat-x bottom;
        }

            .link_bx_1 > dl > dt:first-child {
                border-top: 1px solid #dadada;
            }

        .link_bx_1 > dl > dd {
            padding: 10px 0 11px 12px;
        }

    .link_bx_1 a {
        display: block;
        color: #3f3f3f;
        padding: 0 15px 0 9px;
        margin-bottom: 5px;
        background: url(../images/dot3.gif) no-repeat 0px 7px;
    }

        .link_bx_1 a:hover {
            color: #f00422;
        }

.link_bx11 {
    background-color: #696ba6;
}

.link_bx12 {
    background-color: #8862a3;
}

.link_bx13 {
    background-color: #a4ce24;
}

.link_bx14 {
    background-color: #529efe;
}

.link_bx15 {
    background-color: #53b2bb;
}

.link_bx16 {
    background-color: #48ac8c;
}

.link_bx17 {
    background-color: #fc9f4d;
}

.link_bx18 {
    background-color: #ffb80e;
}

/* 사이트맵 */
.sitemap_bx1, .sitemap_bx2, .sitemap_bx3, .sitemap_bx4 {
    width: 184px;
    height: 470px;
    margin-right: 1px;
    float: left;
}

    .sitemap_bx1 a, .sitemap_bx2 a, .sitemap_bx3 a, .sitemap_bx4 a {
        color: #3f3f3f;
    }

        .sitemap_bx1 a:hover, .sitemap_bx2 a:hover, .sitemap_bx3 a:hover, .sitemap_bx4 a:hover {
            color: #f00422;
        }

.sitemap_bx1 {
    background-color: #005083;
}

.sitemap_bx2 {
    background-color: #01416d;
}

.sitemap_bx3 {
    background-color: #126fac;
}

.sitemap_bx4 {
    background-color: #005083;
}

    .sitemap_bx1 p, .sitemap_bx2 p, .sitemap_bx3 p, .sitemap_bx4 p {
        margin: 30px 10px 0 10px;
        height: 40px;
    }

    .sitemap_bx1 > ul, .sitemap_bx2 > ul, .sitemap_bx3 > ul, .sitemap_bx4 > ul {
        margin: 0 10px;
        background-color: #fff;
        height: 380px;
    }

        .sitemap_bx1 > ul > li, .sitemap_bx2 > ul > li, .sitemap_bx3 > ul > li, .sitemap_bx4 > ul > li {
            padding-bottom: 1px;
            background: url(../images/dotted1.gif) repeat-x bottom;
            min-height: 49px;
        }

            .sitemap_bx1 > ul > li > a, .sitemap_bx2 > ul > li > a, .sitemap_bx3 > ul > li > a, .sitemap_bx4 > ul > li > a {
                display: block;
                padding: 18px 0 0 14px;
                font-size: 14px;
                font-weight: 600;
            }

            .sitemap_bx1 > ul > li > ul, .sitemap_bx2 > ul > li > ul, .sitemap_bx3 > ul > li > ul, .sitemap_bx4 > ul > li > ul {
                margin: 12px 10px 15px 17px;
            }

                .sitemap_bx1 > ul > li > ul > li > a, .sitemap_bx2 > ul > li > ul > li > a, .sitemap_bx3 > ul > li > ul > li > a, .sitemap_bx4 > ul > li > ul > li > a {
                    height: 20px;
                    display: block;
                }

.text_infobx {
    margin-top: 15px;
    padding: 15px 10px 15px 25px;
    border: 2px solid #408cbd;
    line-height: 140%;
    font-weight: 600;
    color: #005084;
    background: url(../images/title_st1.gif) no-repeat 12px 22px;
}


#header_m {
    display: block;
    height: 60px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 76%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 76%,#eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 76%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    box-shadow: 0px 0px 10px #555;
    z-index: 2;
    border-bottom: 3px solid #094c80;
}

    #header_m .menu {
        position: absolute;
        right: 0px;
        top: 2%;
        margin: 15px 13px 0;
    }

        #header_m .menu a {
            display: block;
        }

    #header_m .logo a {
        display: block;
        width: 80%;
        margin-top: 14px;
        margin-left: 2%;
    }

#m_nav {
    display: none;
    position: absolute;
    top: 61px;
    right: 0;
    width: 100%;
    height: 1000px;
    background-color: #fff;
    z-index: 1002;
    box-sizing: border-box;
    border-bottom: 2px solid #094c80;
}

    #m_nav .m_deps1 {
        position: absolute;
        right: 0;
        width: 100%;
    }

        #m_nav .m_deps1 > li {
            padding: 0;
            position: relative;
        }

            #m_nav .m_deps1 > li > a {
                position: relative;
                display: block;
                width: 100%;
                font-size: 15px;
                font-weight: 600;
                color: #232323;
                padding: 11px 20px;
                box-sizing: border-box;
                border-bottom: 1px solid #ddd;
            }

                #m_nav .m_deps1 > li > a > .arr {
                    display: block;
                    width: 40px;
                    height: 39px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    cursor: pointer;
                    background: url(../images/icon_arr.png) no-repeat center center;
                }

                #m_nav .m_deps1 > li > a:hover {
                    color: #000;
                }

    #m_nav .title {
        color: #fff;
        height: 30px;
        font-size: 27px;
        padding: 9px 9px !important;
        background: url(../images/m_menu_bg.png) 0 0 #094c80;
    }

        #m_nav .title span {
            font-size: 11px;
            display: inline-block;
            float: right;
            margin: 2px 0 0 0;
            background: #fff;
            border-radius: 100px;
            color: #333;
            padding: 5px 15px;
            cursor: pointer;
        }


    #m_nav .m_deps2 {
        padding: 4px 0;
        background: #f5f5f5;
        border-bottom: 1px solid #ddd;
    }

        #m_nav .m_deps2 > li {
            margin-left: 38px;
        }

            #m_nav .m_deps2 > li > a {
                display: block;
                font-weight:700;
                padding: 6px 0;
                color: #595959;
            }

                #m_nav .m_deps2 > li > a:hover {
                    font-weight: 700;
                    color: #595959;
                }

    #m_nav .m_deps3 {
        padding: 5px 0 5px 0;
        color: #96a8c4;
    }

        #m_nav .m_deps3 > li {
            margin-left: 12px;
        }

            #m_nav .m_deps3 > li > a {
                display: block;
                padding: 6px 0;
                color:#7f8284;
                position:relative;
            }
                #m_nav .m_deps3 > li > a:hover {
                    font-weight: 700;
                    color:#000;
                }
                #m_nav .m_deps3 > li > a:after {
                    display: inline-block;
                    content: '';
                    background: #bbb;
                    width: 2px;
                    height: 2px;
                    left: -8px;
                    top: 12px;
                    position: absolute;
                }

#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: .80;
    filter: alpha(opacity=80);
}

    #fade .close {
        display: block;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
    }

#m_nav .close_icon {
    display: none;
    overflow: hidden;
    text-indent: -999px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: -80px;
    cursor: pointer;
}

/* only mobile main */

#main_m {
    width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box;
}

    #main_m > #main_bx1 {
        width: 100% !important;
        height: auto !important;
    }

        #main_m > #main_bx1 .fotorama {
            width: 100% !important;
            height: 210px;
            padding: 0;
            box-sizing: border-box;
            background-image: url(../images/banner_11.jpg);
        }

        #main_m > #main_bx1 img {
            width: 100% !important;
        }

    #main_m > .main_bx4 {
        width: 100% !important;
        height: auto !important;
    }


    #main_m .main_m_box {
        width: 100%;
        display: inline-block;
        background: url(../images/mainbx3_2_bg.png) center top;
    }

    #main_m .main_bx4 > div > p {
        padding-top: 10px;
        padding-left: 10px;
        box-sizing: border-box;
        width: 100%;
        background-color: #fff;
        height: 42px;
        font-size: 15px;
        font-weight: bold;
    }

    #main_m .main_m_box ul {
        padding: 10px;
        box-sizing: border-box;
        display: inline-block;
    }

        #main_m .main_m_box ul li {
            width: 49%;
            float: left;
        }

    #main_m > .mainbx2 {
        width: 100% !important;
    }

        #main_m > .mainbx2 > ul {
            width: 100% !important;
            height: auto !important;
            display: inline-block;
            border: 4px solid #408cbe;
            box-sizing: border-box;
            padding: 0 !important;
        }

            #main_m > .mainbx2 > ul > li {
                width: 50% !important;
                height: auto !important;
                display: inline-block;
                border-bottom: 1px solid #dadada;
                box-sizing: border-box;
            }

    #main_m .mainbx2 ul > li:first-child {
        border-left: 0;
        padding-left: 1px !important;
        width: 10%;
    }

.main_bx2_m {
    display: block;
    position: relative;
}

    .main_bx2_m li {
        display: block;
        position: relative;
        margin-top: 10px;
        height: 50px;
        box-sizing: border-box;
    }

    .main_bx2_m a {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        display: block;
        background: #dadada;
        padding: 16px 22px;
    }

    .main_bx2_m .bn_01 a {
        background: url(../images/bn_03_bg.png) top left no-repeat #173459;
    }

    .main_bx2_m .bn_02 a {
        background: url(../images/bn_02_bg.png) top left no-repeat #173459;
    }

    .main_bx2_m .bn_03 a {
        background: url(../images/bn_01_bg.png) top left no-repeat #173459;
    }

    .main_bx2_m i {
        background: url(../images/icon_arr3.png) no-repeat;
        width: 14px;
        height: 16px;
        position: relative;
        top: 6px;
        left: 13px;
        display: inline-block;
    }
.main_bx1 .fotorama img {
    position:absolute;
}
.main_bx1 .fotorama .txt01 {
    position: relative;
    top: 48px;
    left: 20px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 5px 5px 5px #3f3f3f;
}

.main_bx1 .fotorama .txt02 {
    position: relative;
    top: 72px;
    left: 20px;
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    width: 82%;
    font-size: 15px;
    text-shadow: 5px 5px 5px #3f3f3f;
}



@media screen and (min-width: 3000px) {
    /* PC */
    .m {
        display: none;
    }

    .pc {
        display: block;
    }
    #top_bx {
        display:block;
        width: 100%;
        height: 90px;
        background: url(../images/bg_top.jpg) no-repeat 50% top;
        background-size: cover;
    }
    .lnb_bx {
        display: block;
        width: 179px;
        position: absolute;
        top: 20px;
        left: 0;
        padding: 30px 10px 0 19px;
    }
    #content {
        width: 740px;
        border-left: 1px solid #dadada;
        padding: 30px 0 60px 35px;
        margin-left: 209px;
    }
    .page_location {
        display:block;
        width: 100%;
        height: 21px;
        padding: 5px 0;
        border-bottom: 1px solid #dadada;
        text-align: right;
        font-size: 12px;
    }
    #sub_bx > div {
        width: 1010px;
        margin: 0 auto;
        padding: 20px 0;
        background-color: #fff;
        border-right: 1px solid #ececec;
        border-left: 1px solid #ececec;
        position: relative;
    }
    .tab_bx li {
        float: left;
        margin-left: 1px;
        width: 246px;
        height: 53px;
    }
    .tab_bx a {
        width: 246px;
        height: 39px;
        padding-top: 14px;
        text-align: center;
        display: block;
        font-weight: 600;
        font-size: 16px;
        color: #408cbe;
        border:0;
        background: url(../images/tab_bg.png) no-repeat 0 0;
    }
        .tab_bx a.on {
            color: #408cbe;
            background: url(../images/tab_bg2.png) no-repeat 0 0;
            color: #fff;
        }
    .about1_1_bx1 {
        width: 100%;
        height: 174px;
        padding-top: 205px;
        background: url(../images/about1_1_img1.jpg) no-repeat 0 0;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        line-height: 100%;
    }
    .about1_1_bx2 > p {
        width: 110px;
        height: 25px;
        padding: 45px 0 0 10px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .about1_1_bx2 > dl {
        padding: 15px 0;
        margin-left: 120px;
        width: 620px;
        background: url(../images/dotted1.gif) repeat-x bottom;
        display: table;
        overflow: auto;
    }
    #footer_bx {
        width: 100%;
        height: 78px;
        background: url(../images/bg_bottom.jpg) no-repeat bottom;
    }
    #footer_bx > div {
        width: 1010px;
        height: 78px;
        margin: 0 auto;
        position: relative;
    }
    .footer_logo {
        position: absolute;
        top: 20px;
        left: 34px;
    }
    .footer_linkbx {
        position: absolute;
        top: 18px;
        right: 0;
        width: 160px;
        padding: 3px;
        padding-top: 5px;
        background: #fff;
        overflow: hidden;
        text-align: center;
    }
    .main_bx1 {
        width: 970px;
        height: 290px;
        padding-right: 21px;
        position: relative;
        overflow: hidden;
    }
    #contents_bx img.img{
       width:auto;
    }
    a[class*="btnst_"] {
        margin-bottom: 0;
    }
    .table_st4 {
        border-top: 2px solid #408cbd;
        width: 740px;
        font-size: 13px;
    }
    .table_st5 {
        border-top: 2px solid #408cbd;
        width: 740px;
        height: 350px;
        font-size: 13px;
    }

    #sub_bx {
        border-top: 2px solid #175f8d;
        background-color: #f8fafc;
        overflow: unset;
    }
    h3 {
        padding-bottom: 20px;
        border-bottom: 2px solid #7f8284;
        color: #005084;
        font-size: 30px;
        line-height: 30px;
        font-weight: 600;
    }
    .table_inbtnbx {
        height: 30px;
        display: inline-block;
    }
    .table_st1 tbody th {
        width: auto;
        display: table-cell;
    }
    .table_st1 tbody td {
        width: auto;
        display: table-cell;
    }
    .main_bx4_link2_w {
        padding: 4px 0 4px 40px;
        display: block;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        background: url(../images/main_bx4_link2_w.png) no-repeat 20px 50%;
    }
}

@media screen and (max-width: 999px) {
    /* mobile */
    .m {
        display: block;
    }

    .pc {
        display: none;
    }
    #top_bx {
        display:none;
    }
    .lnb_bx {
        display: none;
    }
    #content {
        width: 100%;
        border-left: 1px solid #dadada;
        padding: 10px 10px 20px 10px;
        box-sizing: border-box;
        margin-left: 0;
    }
    #sub_bx > div {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
        border-right: 1px solid #ececec;
        border-left: 1px solid #ececec;
        position: relative;
    }
    .page_location {
        display:none;
    }
    .tab_bx li {
        float: left;
        margin-left: 1px;
        width: 49%;
        height: 53px;
    }
    .tab_bx a {
        width: 100%;
        height: 32px;
        padding-top: 14px;
        text-align: center;
        display: block;
        font-weight: 600;
        font-size: 16px;
        color: #408cbe;
        background: #fff;
        border: 3px solid #dadada;
    }
        .tab_bx a.on {
            color: #408cbe;
            background: #408cbe;
            color: #fff;
            border-top: 3px solid #206ea1;
            border-right: 0;
            border-bottom: 3px solid #206ea1;
            border-left :0;
        }
    .about1_1_bx1 {
        width: 100%;
        height: auto;
        padding-top: 0;
        padding: 15px;
        box-sizing: border-box;
        background: url(../images/about1_1_img1_m.jpg) no-repeat center center #005084;
        border-top: 3px solid #00416d;
        border-bottom: 3px solid #00416d;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 15px;
        line-height: 100%;
    }
    .about1_1_bx2 > p {
        width: 100%;
        height: 25px;
        padding: 10px 0 0 10px;
        position: relative;
        top: 0;
        left: 0;
    }
    .about1_1_bx2 > dl {
        padding: 15px 0;
        margin-left: 0;
        width: 100%;
        background: url(../images/dotted1.gif) repeat-x bottom;
        display: table;
        overflow: auto;
    }
    #footer_bx {
        width: 100%;
        height: auto;
        background: url(../images/bg_bottom.jpg) no-repeat bottom;
    }
    #footer_bx > div {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }
    .footer_logo {
        position: inherit;
        top: 10px  ;
        left: unset;
        padding:0 0 0 10px ;
        box-sizing:border-box;
        /*width:100%;*/
    }

    .footer_address {
        padding: 10px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
    }
    .footer_linkbx {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 160px;
        padding: 3px;
        padding-top: 5px;
        background: #fff;
        overflow: hidden;
        text-align: center;
    }
    .main_bx1 {
        width: 100%;
        height: auto;
        padding-right: 0;
        position: relative;
        overflow: hidden;
    }
    #contents_bx img.img {
        width: 100%;
    }
    a[class*="btnst_"] {
     margin-bottom:5px;
    }
    .table_st4 {
        border-top: 2px solid #408cbd;
        width: 100%;
        font-size: 13px;
    }
    .table_st5 {
        border-top: 2px solid #408cbd;
        width: 100%;
        height: 350px;
        font-size: 13px;
    }

    #sub_bx {
        border-top: 2px solid #175f8d;
        background-color: #f8fafc;
        overflow:hidden;
        padding-top:5px;
    }
    h3 {
        padding-bottom: 20px;
        border-bottom: 2px solid #7f8284;
        color: #005084;
        font-size: 25px;
        line-height: 30px;
        font-weight: 600;
    }
    .table_inbtnbx {
        height: auto;
        display: inline-block;
        margin-top:5px;
    }
    .table_st1 { display:block; }
    .table_st1 tbody { display:block; width:100%; }
    .table_st1 tbody tr { display:block; width:100%; }
    .table_st1 tbody tr th {
        width:25%;
        display:inline-block;
        border:0;
        background:#fff;
        box-sizing:border-box;
    }
    .table_st1 tbody tr td {
        width: 68%;
        display: inline-block;
        border: 0;
        box-sizing:border-box;
    }
    .main_bx4_link2_w {
        padding: 4px 0 4px 18px;
        display: block;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        background: url(../images/main_bx4_link2_w.png) no-repeat 5px 50%;
    }

}







/* paging sh style ADD - 181029 */

.pg_sh3 {
    position: relative;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 5px 0 20px;
    text-align: center;
}

    .pg_sh3 strong, .pg_sh3 a {
        display: inline-block;
        box-sizing: border-box;
        padding: 5px 10px;
        margin: 0 1px;
        background: White;
        color: #333;
        font-size: 12px;
        border: 1px solid #F6F6F6;
    }

    .pg_sh3 strong {
        background: #2e6e9e;
        color: #ffffff;
    }

    .pg_sh3 a:hover {
        color: #2e6e9e;
        border: 1px solid #2e6e9e;
    }

@media only screen and (max-width: 999px) {
    .pg_sh3 {
        position: relative;
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin: 18px 0 54px;
        text-align: center;
    }
        .pg_sh3 a, .pg_sh3 strong {
            display: inline-block;
            padding: 5px 7px;
        }

    .pg_sh3 .li01,
    .pg_sh3 .li02,
    .pg_sh3 .li03,
    .pg_sh3 .li04 {
        position: absolute;
        top: 0;
        display: inline-block;
        width: 22%;
        overflow: hidden;
        text-indent: -999px;
        padding: 10px 10px;
        border: 1px solid #eaeaea;
        box-sizing: border-box;
        margin: 40px 0 0 0;
        cursor: pointer;
    }

    .pg_sh3 .li01 {
        background: url(../images/btn-arrow01.jpg) center center no-repeat #ffffff;
        left: 0;
    }

    .pg_sh3 .li02 {
        background: url(../images/btn-arrow02.jpg) center center no-repeat #ffffff;
        left: 26%;
    }

    .pg_sh3 .li03 {
        background: url(../images/btn-arrow03.jpg) center center no-repeat #ffffff;
        left: 52%;
    }

    .pg_sh3 .li04 {
        background: url(../images/btn-arrow04.jpg) center center no-repeat #ffffff;
        left: 78%;
    }

    .pg_sh3 .li01:hover {
        background: url(../images/btn-arrow01.jpg) center center no-repeat #ffffff;
        border: 1px solid #eaeaea;
    }

    .pg_sh3 .li02:hover {
        background: url(../images/btn-arrow02.jpg) center center no-repeat #ffffff;
        border: 1px solid #eaeaea;
    }

    .pg_sh3 .li03:hover {
        background: url(../images/btn-arrow03.jpg) center center no-repeat #ffffff;
        border: 1px solid #eaeaea;
    }

    .pg_sh3 .li04:hover {
        background: url(../images/btn-arrow04.jpg) center center no-repeat #ffffff;
        border: 1px solid #eaeaea;
    }
}

.bx_style1 {
    padding: 30px 20px 130px 20px;
    background: url(../images/box_topborder.gif) no-repeat;
    border: 1px solid #dadada;
    border-top: 0;
    position: relative;
}

.bx_style1_inbx {
    margin: 20px;
    background: #ebf2f7;
    padding: 20px;
    text-align: center;
    border: 1px solid #d7e5ef;
}

    .bx_style1_inbx p {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 2px solid #175f8d;
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 22px;
    }

    .bx_style1_inbx ol {
        text-align: left;
    }

        .bx_style1_inbx ol li {
            padding-bottom: 5px;
            margin-bottom: 7px;
            display: block;
            background: url(../images/inbx_dot.gif) repeat-x bottom;
            font-weight: 600;
        }

            .bx_style1_inbx ol li span {
                display: inline-block;
                width: 17px;
            }

.inbx_sign {
    position: absolute;
    bottom: 27px;
    right: 20px;
    padding-right: 95px;
}

.inbx_sign1 {
    text-align: right;
    font-weight: 600;
}

.inbx_sign2 {
    position: absolute;
    top: 29%;
    right: 0;
}


/* 
    181019-table style

*/
.table_st001 {
    width: 100%;
    border-top: 2px solid #408cbd;
}

    /*.table_st001 tbody tr:hover {
        background: #f3fafd;
    }*/

    .table_st001 thead {
        border-left: 1px solid #408cbd;
    }

        .table_st001 thead th {
            color: #408cbd;
            font-size: 13px;
            background: #e9f4fd;
            padding: 12px 0;
            border-right: 1px solid #408cbd;
            border-bottom: 1px solid #408cbd;
            text-align: center;
        }

            .table_st001 thead th.tin_bx {
                position: relative;
                padding: 0;
                border-top: 0;
            }

                .table_st001 thead th.tin_bx ul {
                    border-top: 1px solid #366100;
                    padding-left: 1px;
                }

.tin_p4, tin_p3, tin_p5 {
    width: 100%;
    padding: 0;
}

.table_st001 thead th.tin_bx .tin_p4 li {
    width: 25%;
    height: 100%;
    float: left;
    padding: 12px 0;
    box-sizing: border-box;
    border-right: 1px solid #366100;
}

.table_st001 thead th.tin_bx .tin_p3 li {
    width: 33%;
    height: 100%;
    float: left;
    padding: 12px 0;
    box-sizing: border-box;
    border-right: 1px solid #366100;
}

.table_st001 thead th.tin_bx .tin_p5 li {
    width: 20%;
    height: 100%;
    float: left;
    padding: 12px 0;
    box-sizing: border-box;
    border-right: 1px solid #366100;
}

.table_st001 tbody td {
    padding: 10px 5px;
    border-right: 1px solid #e3e8e9;
    border-bottom: 1px solid #e3e8e9;
    text-align: left;
    font-size: 13px;
}

    .table_st001 tbody td.list_type01 {
        text-align: center;
    }

td.t_head {
    font-weight: bold;
    text-align: center !important;
}

.table_st001 tbody td:first-child {
    border-left: 1px solid #e3e8e9;
}

.table_st001 tbody td.tin_bx {
    padding: 0;
    padding-left: 1px;
}

    .table_st001 tbody td.tin_bx .tin_p4 li {
        width: 25%;
        height: 100%;
        float: left;
        padding: 9px 0;
        box-sizing: border-box;
        border-right: 1px solid #e8e8e8;
    }

    .table_st001 tbody td.tin_bx .tin_p3 li {
        width: 33%;
        height: 100%;
        float: left;
        padding: 9px 0;
        box-sizing: border-box;
        border-right: 1px solid #e8e8e8;
    }

    .table_st001 tbody td.tin_bx .tin_p5 li {
        width: 20%;
        height: 100%;
        float: left;
        padding: 9px 0;
        box-sizing: border-box;
        border-right: 1px solid #e8e8e8;
    }

.table_st002 {
    width: 100%;
    border-top: 2px solid #408cbd;
    font-size: 13px;
}

    /*.table_st001 tbody tr:hover {
        background: #f3fafd;
    }*/

    .table_st002 thead th {
        color: #fff;
        font-size: 13px;
        background: #005084;
        padding: 12px 0;
        border-bottom: 1px solid #00416d;
        border-right: 1px solid #00416d;
        text-align: center;
    }

        .table_st002 thead th.tin_bx {
            position: relative;
            padding: 0;
            border-top: 0;
        }

            .table_st002 thead th.tin_bx ul {
                border-top: 1px solid #366100;
                padding-left: 1px;
            }

            .table_st002 thead th.tin_bx .tin_p4 li {
                width: 25%;
                height: 100%;
                float: left;
                padding: 12px 0;
                box-sizing: border-box;
                border-right: 1px solid #366100;
            }

            .table_st002 thead th.tin_bx .tin_p3 li {
                width: 33%;
                height: 100%;
                float: left;
                padding: 12px 0;
                box-sizing: border-box;
                border-right: 1px solid #366100;
            }

            .table_st002 thead th.tin_bx .tin_p5 li {
                width: 20%;
                height: 100%;
                float: left;
                padding: 12px 0;
                box-sizing: border-box;
                border-right: 1px solid #366100;
            }

    .table_st002 tbody td {
        padding: 10px 5px;
        border-bottom: 1px solid #e3e8e9;
        border-right: 1px solid #e3e8e9;
        text-align: left;
    }

        .table_st002 tbody td.list_type01 {
            text-align: center;
        }

        .table_st002 tbody td:first-child {
            border-left: 1px solid #e3e8e9;
        }

        .table_st002 tbody td.tin_bx {
            padding: 0;
            padding-left: 1px;
        }

            .table_st002 tbody td.tin_bx .tin_p4 li {
                width: 25%;
                height: 100%;
                float: left;
                padding: 9px 0;
                box-sizing: border-box;
                border-right: 1px solid #e8e8e8;
            }

            .table_st002 tbody td.tin_bx .tin_p3 li {
                width: 33%;
                height: 100%;
                float: left;
                padding: 9px 0;
                box-sizing: border-box;
                border-right: 1px solid #e8e8e8;
            }

            .table_st002 tbody td.tin_bx .tin_p5 li {
                width: 20%;
                height: 100%;
                float: left;
                padding: 9px 0;
                box-sizing: border-box;
                border-right: 1px solid #e8e8e8;
            }

.tin_bx li:last-child {
    border-right: 0 !important;
}

.table_st001 tbody tr td span {
    display: none;
    color: #3f3f3f !important;
}

.table_st002 tbody tr td span {
    display: none;
    color: #3f3f3f !important;
}
/* add */
a.search_btn_l2 {
    background: #005395;
    background: -moz-linear-gradient(top, #005395 1%, #004070 100%);
    background: -webkit-linear-gradient(top, #005395 1%,#004070 100%);
    background: linear-gradient(to bottom, #005395 1%,#004070 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005395', endColorstr='#004070',GradientType=0 );
    border: 1px solid #00325a;
    color: #fff;
    padding: 0;
    float: left;
    display: inline-block;
    margin-bottom: 0;
}

.btn_s001 {
    background: #E6E6E6;
    border: 1px solid #999;
    color: #434343;
    padding: 2px 5px;
    margin: 0 5px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 0;
}

.info_txt {
    display: none;
}

.t_pc {
    display: table-cell;
}

.w100 {
    width: auto !important;
    display: inline-block !important;
    float: left;
}

.m {
    display: none;
}

.pc {
    display: block;
}

.mul {
    vertical-align: text-top;
    padding: 10px;
}

.scroll_mpc {
    overflow-x: scroll;
}

.scroll_m {
    overflow-x: scroll;
}


@media screen and (max-width:999px) {
    .m {
        display: block;
    }

    .pc {
        display: none;
    }

    .mul {
        vertical-align: text-top;
        padding: 0px;
    }

    ul .left_tab li {
        width: 40% !important;
    }

    a.search_btn_l2 {
        background: #025394;
        border: 1px solid #00325a;
        color: #fff;
        padding: 0;
        float: none;
        display: block;
        margin-bottom: 5px;
    }

    .info_txt {
        display: block;
        background: #F6F6F6;
        border: 15px solid #611d1d;
        box-sizing: border-box;
        padding: 15px;
        margin-bottom: 5px;
        font-size: 13px;
        line-height: 25px;
        font-weight: bold;
        color: #622626;
    }

    .table_st001 {
        border-top: 2px solid #408cbd;
    }

        .table_st001 thead th {
            display: none;
        }

        .table_st001 tbody tr {
            border: 1px solid #d0d0d0;
            padding: 7px 0;
        }

            .table_st001 tbody tr td {
                border: 0;
                display: inline-block;
                width: 50%;
                box-sizing: border-box;
                text-align: left;
                padding-left: 10px;
                padding-right: 5px;
            }

                .table_st001 tbody tr td.title {
                    border: 0;
                    display: inline-block;
                    width: 100%;
                    box-sizing: border-box;
                    text-align: left;
                    padding-left: 10px;
                    padding-right: 5px;
                }

                .table_st001 tbody tr td span {
                    font-weight: 600;
                    padding-right: 7px;
                    display: inline-block;
                }

                .table_st001 tbody tr td.tin_bx {
                    width: 100%;
                }

                    .table_st001 tbody tr td.tin_bx > span {
                        text-align: center;
                        display: block;
                        padding: 5px;
                        background: #e8e8e8;
                    }

                    .table_st001 tbody tr td.tin_bx > ul > li {
                        text-align: center;
                    }

        .table_st001 tbody td.list_type01,
        .table_st002 tbody td.list_type01 {
            text-align: left;
        }

    .table_st002 thead th {
        display: none;
    }

    .table_st002 tbody tr {
        border: 1px solid #d0d0d0;
        padding: 7px 0;
    }

        .table_st002 tbody tr td {
            border: 0;
            display: inline-block;
            width: 50%;
            box-sizing: border-box;
            text-align: left;
            padding-left: 10px;
            padding-right: 5px;
        }

            .table_st002 tbody tr td.title {
                border: 0;
                display: inline-block;
                width: 100%;
                box-sizing: border-box;
                text-align: left;
                padding-left: 10px;
                padding-right: 5px;
            }

            .table_st002 tbody tr td span {
                font-weight: 600;
                padding-right: 7px;
                display: inline-block;
            }

            .table_st002 tbody tr td.tin_bx {
                width: 100%;
            }

                .table_st002 tbody tr td.tin_bx > span {
                    text-align: center;
                    display: block;
                    padding: 5px;
                    background: #e8e8e8;
                }

                .table_st002 tbody tr td.tin_bx > ul > li {
                    text-align: center;
                }

    .t_pc {
        display: none !important;
    }

    .t_line {
        border-bottom: 1px solid #e3e8e9 !important;
        border-right: 1px solid #e3e8e9 !important;
        background: #f7f7f7;
    }

    .w100 {
        width: 100% !important;
    }

    .th {
        background: #f5f5f5;
        text-align: center;
        color: #000;
        border-top: 1px solid #ADADAD !important;
        border-bottom: 1px solid #e3e8e9 !important;
    }

    .paging a {
        color: #3f3f3f;
        padding: 0;
        border: 1px solid #F6F6F6;
        background: #fff;
    }

    .paging strong {
        color: #f1f5f9 !important;
        background: #2e6e9e;
        padding: 2px;
    }
    .scroll_mpc {
        overflow-x: scroll;
    }
    .scroll_m {
        overflow-x: scroll;
    }
}


/* footer ADD SH - 181115 */

#footer .f_top {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: 40px;
}

    #footer .f_top .f_topin {
        width: 100%;
        max-width: 1012px;
        margin: 0 auto;
        position: relative;
    }

#footer .f_menu {
    width: 64%;
    max-width: 680px;
    box-sizing: border-box;
}

    #footer .f_menu li {
        float: left;
        box-sizing: border-box;
    }

        #footer .f_menu li a {
            display: block;
            padding: 12px 20px 12px 0;
            float: left;
            font-size: 11.5px;
            color: #777;
        }



.system_link {
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
}

    .system_link li {
        float: left;
    }

.selectbox {
    position: relative;
    width: 50%;
    height: 40px;
    font-size: 12px;
    border-right: 1px solid #dcdcdc;
    z-index: 1;
    float: left;
    box-sizing: border-box;
}

    .selectbox:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 0;
        height: 0;
        margin-top: -1px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #888;
    }

    .selectbox label {
        position: absolute;
        top: 1px;
        left: 5px;
        padding: .8em .5em;
        color: #999;
        z-index: -1;
    }

    .selectbox select {
        width: 100%;
        height: auto;
        line-height: normal;
        font-family: inherit;
        padding: .8em .5em;
        border: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }


@media screen and (max-width:999px) {
    #footer .f_top {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        height: 94px;
    }

    .f_menu {
        display: block;
        width: 100% !important;
        height: 53px;
        position: relative;
        left: 0;
        top: 0;
    }

    .system_link {
        display: block;
        width: 100% !important;
        height: 40px;
        border-top: 1px solid #dcdcdc;
        position: relative;
        right: unset;
        left: 0;
        top: 0;
    }

    #footer .f_menu li {
        display: inline-block;
        float: none;
        width: 47%;
        text-align: center;
    }

        #footer .f_menu li a {
            display: block;
            width: 100%;
            padding: 7px 20px 0px 0;
        }
}