﻿/* 회사소개 > Story */
.story.content {
    text-align: center;
}

    .story.content .content-header {
        margin-top: 90px;
        height: 300px;
    }

        .story.content .content-header .title {
            color: #000;
            font-weight: 800;
            font-size: 36px;
            height: 300px;
            line-height: 300px;
            text-align: center;
        }

.story .content-body {
    margin-top: 80px;
    text-align: center;
}

    .story .content-body .sub-title {
        margin: 0 auto;
        font-size: 28px;
        font-weight: 800;
        text-align: center;
    }

.story img {
    max-width: 100%;
    height: auto;
}

/* CI */
.ci {
    padding-top: 50px;
    padding-bottom: 100px;
}

    .ci .content-header {
        margin-top: 90px;
        height: 300px;
    }

        .ci .content-header .title {
            color: #000;
            font-weight: 800;
            font-size: 36px;
            text-align: center;
            padding: 40px 0px 0px 0px;
        }

        .ci .content-header .sub-title {
            font-weight: 900;
            text-align: center;
            padding: 60px 0px;
            font-size: 24px;
        }

        .ci .content-header .description {
            color: #000;
            font-size: 20px;
            text-align: center;
            margin-top: 20px;
        }

    .ci .content-body {
        margin-top: 80px;
        text-align: center;
    }

        .ci .content-body .ci-content {
            display: flex;
            flex-direction: column;
            width: 850px;
            margin: 0 auto;
        }

            .ci .content-body .ci-content .ci-logo {
                margin-bottom: 80px
            }

            .ci .content-body .ci-content .ci-list {
            }

                .ci .content-body .ci-content .ci-list .ci-color {
                    display: flex;
                    flex-direction: row;
                    border-bottom: 1px solid #000;
                    padding: 16px 18px;
                    align-items: center;
                }

                    .ci .content-body .ci-content .ci-list .ci-color:first-child {
                        border-top: 1px solid #000;
                    }

                    .ci .content-body .ci-content .ci-list .ci-color.gold {
                        color: #D5B489;
                    }

                        .ci .content-body .ci-content .ci-list .ci-color.gold .pallet {
                            background-color: #D5B489;
                        }

                    .ci .content-body .ci-content .ci-list .ci-color.black {
                        color: #231815;
                    }

                        .ci .content-body .ci-content .ci-list .ci-color.black .pallet {
                            background-color: #231815;
                        }

                    .ci .content-body .ci-content .ci-list .ci-color.gray {
                        color: #E4E0DA;
                    }

                        .ci .content-body .ci-content .ci-list .ci-color.gray .pallet {
                            background-color: #E4E0DA;
                        }

                    .ci .content-body .ci-content .ci-list .ci-color .pallet {
                        display: block;
                        width: 80px;
                        height: 80px;
                        margin-right: 20px;
                    }

                    .ci .content-body .ci-content .ci-list .ci-color .color-name {
                        font-size: 32px;
                        margin-right: 20px;
                        width: 150px;
                        flex: none;
                        font-weight: 600;
                    }

                    .ci .content-body .ci-content .ci-list .ci-color .color-detail {
                        text-align: left;
                        font-size: 20px;
                        width: 180px;
                        flex: none;
                    }

                        .ci .content-body .ci-content .ci-list .ci-color .color-detail span {
                            font-size: 16.5px;
                        }

                    .ci .content-body .ci-content .ci-list .ci-color .color-description {
                        text-align: left;
                        line-height: 20px;
                        font-size: 16.5px;
                        color: #000;
                    }

    .ci img {
        max-width: 60%;
        height: auto;
    }

/* 인재채용 */
.recruit {
}

    .recruit .content-header {
        margin-top: 90px;
        height: 300px;
    }

        .recruit .content-header .title {
            color: #fff;
            font-weight: 800;
            font-size: 36px;
            height: 300px;
            line-height: 300px;
            text-align: center;
        }

        .recruit .content-header .sub-title {
            font-weight: 900;
            text-align: center;
            padding: 60px 0px;
            font-size: 24px;
        }

    .recruit .content-body {
        margin-top: 80px;
        text-align: center;
    }

        .recruit .content-body .sub-title {
            font-weight: 900;
            text-align: center;
            padding: 60px 0px;
            font-size: 24px;
        }

    .recruit img {
        max-width: 100%;
        height: auto;
    }

/* 개인정보처리방침 */
.privacy.content {
    text-align: center;
    width: 1280px;
    margin: 0 auto;
}

    .privacy.content .content-header {
        margin-top: 90px;
        height: 300px;
    }

        .privacy.content .content-header .title {
            color: #000;
            font-weight: 800;
            font-size: 36px;
            height: 300px;
            line-height: 300px;
            text-align: center;
        }

.privacy .content-body {
    margin-top: 80px;
    text-align: center;
    word-break: keep-all;
    min-height: 340px;
    font-size: 18px;
    line-height: 24px;
}

.privacy .sub-title {
    margin: 0 auto;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.privacy .privacy-box {
    text-align: left;
    line-height: 140%;
}

.privacy strong {
    font-weight: 800;
}

.privacy table {
    table-layout: fixed;
    border: 1px solid #000;
}

.privacy td {
    border: 1px solid #000;
    padding: 4px 6px;
    vertical-align: middle;
}
