﻿/* style s */



.layout-sub {
    min-height: 600px;
    width: 100%;
}

    .layout-sub .nav-area {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .layout-sub .sub-top-area {
        height: 50px;
        width: 100%;
    }

    .layout-sub .container .third-depth-box {
        width: 971px !important;
    }


        .layout-sub .container .third-depth-box li {
            border: 1px solid #ddd;
            display: inline-block;
            width: 190px;
            padding: 10px 0 10px 0;
        }

            .layout-sub .container .third-depth-box li.active {
                background: #02529b;
                color: #fff;
            }

                .layout-sub .container .third-depth-box li.active a {
                    color: #fff;
                }

            .layout-sub .container .third-depth-box li:hover, .layout-sub .container .third-depth-box li a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .layout-sub .sub-top-area > a {
        padding: 18px 30px;
        position: relative;
        top: 16px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-decoration: none;
        color: black;
    }

    .layout-sub .sub-top-area span {
        border-right: 1px solid #ddd;
        padding: 18px 30px;
        position: relative;
        top: 17px;
    }

    .layout-sub .sub-top-area span > a {
        text-decoration: none;
        color: black;
    }

    .layout-sub .current-menu-area {
        border-bottom: 1px solid #ddd;
    }

        .layout-sub .current-menu-area .container {
            border-bottom: 2px solid #02529b;
            /*height: 120px;*/
        }

        .layout-sub .current-menu-area .container .last-depth-box-wrapper{
            border-bottom: 2px solid #02529b;
        }

            .layout-sub .current-menu-area .container .depth-box {
                display: none;
                position: relative;
                width: 580px;
                margin: 38px auto;
                text-align: center;
            }

                .layout-sub .current-menu-area .container .depth-box .last-depth {
                    font-size: 30px;
                    font-weight: bold;
                    position: relative;
                }

                .layout-sub .current-menu-area .container .depth-box .left-btn-box {
                    position: absolute;
                    top: -3px;
                    left: 0;
                }

                .layout-sub .current-menu-area .container .depth-box .right-btn-box {
                    position: absolute;
                    top: -3px;
                    right: 0;
                }

                .layout-sub .current-menu-area .container .depth-box > div img {
                    cursor: pointer;
                }

    .layout-sub .tabset .contentNav {
        margin-top: 100px;
        margin-bottom: 50px;
    }

        .layout-sub .tabset .contentNav ul {
            margin: 0 auto;
            text-align: center;
        }

            .layout-sub .tabset .contentNav ul li {
                border: 1px solid #ddd;
                display: inline-block;
                width: 240px;
                text-align: center;
                margin-left: -1px;
            }

                .layout-sub .tabset .contentNav ul li.active {
                    background: #02529b;
                    color: #fff;
                }

                    .layout-sub .tabset .contentNav ul li.active a {
                        color: #fff;
                    }

                .layout-sub .tabset .contentNav ul li a {
                    padding: 12px 0px;
                    display: block;
                }

                    .layout-sub .tabset .contentNav ul li a:hover {
                        text-decoration: none;
                        background-color: #eee;
                    }

/* 17.10.10 서브 페이지 3차 메뉴 들어가는곳 상단 여백 고정 시킴*/

.tab-box {
    margin: 0 auto;
    /*margin-top: 100px;*/
    /*margin-top: 20px;*/
    margin-top: -21px;
}

.tab-box > .nav {
    background: #02529b !important;
}

    .tab-box > ul {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }

        .tab-box > ul > li {
            /*border: 1px solid #ddd;*/
            display: inline-block;
            width: 230px;
            text-align: center;
            margin-left: -1px;
        }

            .tab-box > ul > li > a {
                border-radius: 0px;
                padding: 12px 0px;
                color: #b9cad9;
            }

            .tab-box > ul > li > a:hover{
                color:white !important;
                background-color:#02529b !important;
            }

            .tab-box > ul > li.active {
                background: #02529b;
                color: #fff;
            }

                .tab-box > ul > li.active > a {
                    background: #02529b;
                    padding: 12px 0px;
                    border-radius: 0px;
                }

                    .tab-box > ul > li.active > a:hover {
                        background: #02529b;
                        color:white !important;
                    }

    .tab-box .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background: #02529b;
    }

.history-tab-box{
    margin-top: 20px;
}

.history-tab-box nav {
    background : none !important;
}

.history-tab-box > .nav {
    /*background: #02529b !important;*/
}

    .history-tab-box > ul {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px;
    }

        .history-tab-box > ul > li {
            border: 1px solid #ddd;
            display: inline-block;
            width: 240px;
            text-align: center;
            margin-left: -1px;
        }

            .history-tab-box > ul > li > a {
                border-radius: 0px;
                padding: 12px 0px;
            }

            .history-tab-box > ul > li > a:hover{
                color:white !important;
                background-color:#02529b !important;
            }

            .history-tab-box > ul > li.active {
                background: #02529b;
                color: #fff;
            }

                .history-tab-box > ul > li.active > a {
                    background: #02529b;
                    padding: 12px 0px;
                    border-radius: 0px;
                }

                    .history-tab-box > ul > li.active > a:hover {
                        background: #02529b;
                        color:white !important;
                    }


.sub-content {
    padding-bottom: 50px;
}
/* style e */
