﻿body {
}

thead th {
    text-align: center;
}

.ser02-wrap {
}

.ser02-con {
}

.ser02-tbl {
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #333;
}

    .ser02-tbl thead tr th {
        padding: 15px 0;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        font-weight: 500;
        color: #333;
        box-sizing: border-box;
        border-bottom: 1px solid #333;
    }

    .ser02-tbl tbody tr {
        border-bottom: 1px solid #ddd;
    }

        .ser02-tbl tbody tr.ser02-question {
            cursor: pointer;
            border-bottom: 1px solid #ddd;
        }

/*        .ser02-tbl tbody tr.ser02-answer {
            display: none;
        }*/

        .ser02-tbl tbody tr th {
            padding: 20px 0;
            font-size: 16px;
            line-height: 30px;
            letter-spacing: 0;
            font-weight: 300;
            color: #333;
            text-align: center;
        }

        .ser02-tbl tbody tr td {
            padding: 20px 0;
            font-size: 0;
            overflow: hidden;
        }

            .ser02-tbl tbody tr td > img {
                width: 31px;
                height: 31px;
                margin-right: 15px;
                display: block;
                float: left;
            }

            .ser02-tbl tbody tr td > span {
                width: calc(100% - 46px);
                font-size: 16px;
                line-height: 30px;
                letter-spacing: 0;
                font-weight: 300;
                color: #333;
                display: block;
                float: left;
                word-break: keep-all;
            }

            .ser02-tbl tbody tr td > i {
                position: absolute;
                top: 50%;
                right: 25px;
                width: 19px;
                height: 9px;
                display: block;
                font-style: normal;
            }

                .ser02-tbl tbody tr td > i img {
                    width: 100%;
                    display: block;
                }

                    .ser02-tbl tbody tr td > i img.on {
                        display: none;
                    }

        .ser02-tbl tbody tr.on td > i img.off {
            display: none;
        }

        .ser02-tbl tbody tr.on td > i img.on {
            display: block;
        }

/*        .ser02-tbl tbody tr.ser02-answer td > img {
            margin-top: 5px;
        }*/

.ser02-pager {
    margin-top: 50px;
    font-size: 0;
    text-align: center;
}

    .ser02-pager > a {
        width: 35px;
        height: 35px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        display: inline-block;
        vertical-align: top;
    }

        .ser02-pager > a img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .ser02-pager > a.ser-prev1 {
            margin-left: -1px;
        }

        .ser02-pager > a.ser-next2 {
            margin-left: -1px;
        }

.ser02-pager-n {
    margin: 0 15px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}

    .ser02-pager-n a {
        margin-right: 5px;
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 33px;
        letter-spacing: 0;
        font-weight: 400;
        color: #333;
        border: 1px solid #ccc;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        background: #fff;
        transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
    }

        .ser02-pager-n a:last-of-type {
            margin-right: 0;
        }

        .ser02-pager-n a:hover {
            background: #333;
            border: 1px solid #333;
            color: #fff;
        }

        .ser02-pager-n a.active {
            background: #333;
            border: 1px solid #333;
            color: #fff;
        }

.info03 {
}

.info03-in {
    overflow: hidden;
}

.info03-btn {
    margin-top: 10px;
    width: calc(100% - 360px);
    float: left;
}

    .info03-btn a {
        margin-right: 5px;
        padding: 0 5px;
        font-size: 15px;
        line-height: 1;
        letter-spacing: 0;
        font-weight: 500;
        color: #444;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        position: relative;
    }

        .info03-btn a:first-of-type {
            padding-left: 0;
        }

        .info03-btn a:after {
            font-size: 13px;
            content: "|";
            color: #444;
            position: absolute;
            right: -5px;
            top: 0;
        }

        .info03-btn a.on {
            color: #006fc4;
        }

        .info03-btn a:hover {
            color: #006fc4;
        }

.search-box {
    width: 340px;
    float: right;
    font-size: 0;
}

    .search-box select {
        min-width: 70px;
        height: 35px;
        line-height: 30px;
        margin-right: 5px;
        border: 1px solid #d7d7d7;
        display: inline-block;
        vertical-align: top;
        -webkit-appearance: auto;
        appearance: auto;
    }

    .search-box #ins-txt {
        width: 220px;
        height: 35px;
        color: #666;
        border-right: 0;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
    }

    .search-box .search_btn {
        width: 33px;
        height: 35px;
        text-align: center;
        line-height: 33px;
        border: 1px solid #0370c5;
        background: #0370c5;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

        .search-box .search_btn a img {
            vertical-align: middle;
            display: inline-block;
        }

/*.info03-tbl {
    margin-top: 20px;
}

    .info03-tbl table {
        width: 100%;
    }

        .info03-tbl table tr th {
            font-weight: 600;
            text-align: center;
            padding: 17px 0 17px 0;
            color: #222222;
            background: #f2f8fb;
            border-top: 1px solid #006fc4;
            font-size: 15px;
            border-bottom: solid 1px #dae7ee;
        }

        .info03-tbl table tr td {
            padding: 17px 0;
            color: #444444;
            font-size: 15px;
            text-align: center;
            border-bottom: #d9d9d9 1px solid;
        }

            .info03-tbl table tr td:first-child {
                border-left: 0;
            }

            .info03-tbl table tr td.text_l {
                text-align: left !important;
            }

            .info03-tbl table tr td a {
                color: #555;
            }

.page_num {
    text-align: center;
    margin: 50px auto;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    height: 40px;
}

    .page_num a {
        font-size: 12px;
        width: 30px;
        height: 30px;
        margin: 0 2px;
        background: #fff;
        display: inline-block;
        border: 1px solid #dddddd;
        color: #555;
    }

        .page_num a img {
            display: inline;
            padding: 6px 9px;
            background: none;
        }

    .page_num .page_n {
        width: 29px;
        height: 29px;
        border: 1px solid #fff;
        line-height: 29px;
        margin: 0
    }

    .page_num .page_p {
        width: 29px;
        height: 29px;
        border: 1px solid #fff;
        line-height: 29px;
        margin: 0
    }

    .page_num .page_r {
        margin-right: 20px;
    }

    .page_num .page_l {
        margin-left: 20px;
    }

    .page_num a:hover {
        color: #e0e0e0;
        font-weight: 500;
        background: #006fc4;
        border: 1px solid #006fc4;
    }

    .page_num .page_n {
        width: 30px;
        height: 30px;
        margin: 0 2px;
        background: none;
        border: 0;
    }

    .page_num .page_p {
        width: 30px;
        height: 30px;
        margin: 0 2px;
        background: none;
        border: 0;
    }

    .page_num .page_n:hover {
        width: 30px;
        height: 30px;
        border: 0;
        line-height: 29px;
        background: none;
    }

    .page_num .page_p:hover {
        width: 30px;
        height: 30px;
        border: 0;
        line-height: 29px;
        background: none;
    }

    .page_num a.on {
        color: #e0e0e0;
        font-weight: 500;
        background: #006fc4;
        border: 1px solid #006fc4;
    }

    .page_num .page_n:hover a {
        color: #0181cc;
    }

    .page_num .page_p:hover a {
        color: #0181cc;
    }

.xx:hover {
    background: none !important;
}

.view_table_type_y {
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #006fc4;
    border-bottom: 1px solid #006fc4;
}

    .view_table_type_y th {
        text-align: left;
        font-weight: 500;
        padding: 15px 0 15px 20px;
        color: #222222;
        background: #f2f8fb;
        border-bottom: 1px solid #e1e1e1;
        border-left: 0;
        border-right: 0;
        font-size: 15px;
    }

    .view_table_type_y td {
        font-weight: 300;
        text-align: left;
        padding: 15px 10px;
        color: #666;
        border-bottom: 1px solid #e1e1e1;
        border-right: 0;
        border-left: 0;
    }

        .view_table_type_y td textarea {
            width: 95%;
            height: 200px;
        }

        .view_table_type_y td input[type=text] {
            width: 99%;
        }

        .view_table_type_y td.cont {
            height: 200px;
            line-height: 160%;
            padding-right: 20px;
        }

    .view_table_type_y .img_td img {
        height: 130px;
        max-width: 350px;
        cursor: pointer;
    }

.view_btn_list {
    width: 100%;
    text-align: right;
    margin: 30px 0 80px;
}

    .view_btn_list input[type=button] {
        padding: 8px 0;
        background: #fff;
        color: #006fc4;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        border: 2px solid #006fc4;
        width: 120px;
        text-align: center;
        margin-left: 5px;
    }*/

.ser02-question {
    cursor: pointer;
}

/*.smartOutput {
    font-size: 16px;
}*/

/* 답변 기본 숨김 */
.ser02-answer {
    display: none;
}

    /* 열렸을 때 */
    .ser02-answer.open {
        display: table-row;
    }

    .ser02-answer td span div, .ser02-answer td span div p {
        font-size: 1em;
    }

/* 화살표 */
.ser02-question .on {
    display: none;
}

.ser02-question.open .off {
    display: none;
}

.ser02-question.open .on {
    display: inline-block;
}


/**/
.paging {
    margin-top: 30px;
    text-align: center;
}

    .paging a {
        margin: 0 4px;
        cursor: pointer;
    }

        .paging a.on {
            font-weight: bold;
        }


/**/
.w1260 {
    width: 1260px;
    margin: 0 auto;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.faq-paging {
    margin-top: 50px;
}