﻿body {
    width: 100%;
    margin: 0 auto;
    color: #151522;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px
}

.copyright-section {
    text-align: center;
    margin: 50px 0 0 0;
    padding: 10px;
    background-color: #eee
}

.index-section {
    padding-left: 20px
}

    .index-section ul li {
        line-height: 20px;
        list-style-type: disc
    }

        .index-section ul li .list-title {
            font-weight: bold
        }

        .index-section ul li a {
            font-weight: normal
        }

        .index-section ul li div {
            margin-top: 5px
        }

/************** 공지상세 *************/
/* common */
.notice .notice_title {
    min-height: 140px;
    padding: 30px 20px 19px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    font-family: Malgun Gothic, '맑은고딕'
}

    .notice .notice_title > div {
        display: table-cell;
        vertical-align: middle;
        min-height: 52px;
    }

    .notice .notice_title h2 {
        font-size: 17px;
        font-weight: normal;
        line-height: 26px;
        margin: 0;
    }

    .notice .notice_title .date {
        font-size: 14px;
        color: #DBE6F6;
        padding-top: 18px;
        box-sizing: border-box;
    }

.notice .notice_cont { /*font-size:15px;line-height:22px;*/
    color: #151522;
    padding: 15px 25px 25px;
    box-sizing: border-box;
    white-space: normal;
    line-height: inherit;
}

    .notice .notice_cont img {
        max-width: 100% !important;
        width: inherit !important;
        height: auto !important;
    }

    .notice .notice_cont table {
        width: 100% !important;
    }

@media (min-width: 320px) {
}

/* light */
.notice_light {
    background: #fff;
}

    .notice_light .notice_title {
        background: #00499C;
        color: #fff;
    }

        .notice_light .notice_title .date {
            color: #DBE6F6;
        }
/* dark */
.notice_dark {
    background: #1E2430
}

    .notice_dark .notice_title {
        background: #141414;
        color: #F8F8F8;
    }

        .notice_dark .notice_title .date {
            color: #A0A7AE;
        }

    .notice_dark .notice_cont {
        color: #F8F8F8 !important;
    }

        .notice_dark .notice_cont * {
            color: #F8F8F8 !important;
        }

        .notice_dark .notice_cont a, .notice_dark .notice_cont a * {
            color: #6974dc !important;
        }

        .notice_dark .notice_cont span {
            background-color: transparent !important;
        }

        .notice_dark .notice_cont a {
        }

            .notice_dark .notice_cont a span {
            }

/************** 약관 : term_cont *************/
.webView_cont, .term_cont {
    font-size: 13px;
    line-height: 160%;
    white-space: pre-line;
    padding: 20px;
    word-break: keep-all;
}

.term_cont {
    background-color: transparent;
}

    .term_cont h2 {
        font-size: 15px;
        font-weight: bold;
    }

    .term_cont span {
        display: block;
    }

    .term_cont .term_tit {
        font-size: 13px;
        font-weight: bold;
    }

    .term_cont .term_subtit {
        font-size: 13px;
        text-decoration: underline;
    }

    .term_cont a {
        text-decoration: underline;
    }

    .term_cont .link a {
        color: #3484e7;
    }

.privacy-table {
    white-space: normal;
    padding: 5px 0;
}

    .privacy-table table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

        .privacy-table table thead th {
            text-align: left;
            padding: 5px;
            background-color: #f5f5f5;
            border-bottom: 1px solid #c5ccd4;
            border-top: 1px solid #929ba6;
            color: #505050;
            text-align: center;
        }

        .privacy-table table td {
            padding: 8px;
            border-bottom: 1px solid #e9e9e9;
            border-left: 1px solid #e9e9e9;
            vertical-align: middle;
        }

            .privacy-table table td:first-child {
                border-left: 0 none
            }

        .privacy-table table .line {
            border-left: 1px solid #ccc;
        }

        .privacy-table table td.point {
            font-size: 14px;
            color: #3484e7;
            text-decoration: underline;
        }

.privacy-table_row table tbody th {
    text-align: center;
    padding: 5px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #c5ccd4;
    border-top: 1px solid #929ba6;
    color: #505050;
    text-align: center;
    vertical-align: middle;
}

.privacy-table_row table tbody td {
    border-bottom: 1px solid #c5ccd4;
    border-top: 1px solid #929ba6;
}

.privacy-table .btn--text-ty {
    border: 1px solid #b7b7b7;
    background: #fcfcfc;
    padding: 0 5px;
    font-size: 11px;
    border-radius: 2px;
    color: #6c6c6c;
    text-decoration: none
}

    .privacy-table .btn--text-ty:hover, .btn--text-ty:focus {
        text-decoration: underline;
    }

.privacy-table td strong {
    color: #3484e7;
    text-decoration: underline;
    font-size: 14px;
}

.term_dark {
    background-color: #1e2430;
    color: #f8f8f8;
}

    .term_dark .privacy-table table thead th {
        border-color: #4d575f;
        background-color: #0D1125;
        color: #f8f8f8;
    }

    .term_dark .privacy-table table td {
        border-color: #4d575f;
    }

    .term_dark .privacy-table table .line {
        border-color: #4d575f;
    }

    .term_dark .privacy-table table td.point {
        color: #78A6E5
    }

    .term_dark .privacy-table_row table tbody th {
        background-color: #0D1125;
        border-color: #4d575f;
        color: #f8f8f8;
    }

    .term_dark .privacy-table_row table tbody td {
        border-color: #4d575f;
    }

    .term_dark a {
        color: #f8f8f8;
    }

    .term_dark .link a {
        color: #3484e7;
    }

    .term_dark .privacy-table td strong {
        color: #3484e7;
    }

.taL {
    text-align: left !important
}

.taC {
    text-align: center !important
}
