@charset "UTF-8";
/* 0705이전 */
/* 0705 이후 */
.header {
    background-color: #333;
}

.l_sub {
    padding-bottom: 150px;
}

    .l_sub .section_heritage {
        margin: 90px 0 0;
        position: relative;
        width: 100%;
        height: 993px;
        display: flex;
    }

        .l_sub .section_heritage > div .tit {
            font-size: 60px;
            font-weight: bold;
            line-height: 80px;
            padding-top: 135px;
        }

        .l_sub .section_heritage .left {
            width: calc(100% - 638px);
            background: url(http://www.xi.co.kr/Content/static/images/sub/brand/ex.jpg) no-repeat left bottom/cover;
            position: relative;
        }

            .l_sub .section_heritage .left > .tit {
                text-align: right;
            }

            .l_sub .section_heritage .left > .desc {
                font-size: 14px;
                line-height: 27px;
                width: 400px;
                position: absolute;
                right: 480px;
            }

            .l_sub .section_heritage .left .box {
                position: absolute;
                bottom: 0;
                right: 0;
                height: 500px;
                display: flex;
            }

                .l_sub .section_heritage .left .box > div {
                    width: 535px;
                }

                .l_sub .section_heritage .left .box .wrap_cont {
                    background-color: #333333;
                    padding: 40px 60px 93px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }

                    .l_sub .section_heritage .left .box .wrap_cont .tag {
                        font-weight: bold;
                        font-size: 16px;
                        color: #fff;
                    }

                    .l_sub .section_heritage .left .box .wrap_cont .desc {
                        font-size: 16px;
                        line-height: 27px;
                        color: #fff;
                    }

                        .l_sub .section_heritage .left .box .wrap_cont .desc strong {
                            display: block;
                            font-weight: bold;
                            margin-bottom: 15px;
                        }

        .l_sub .section_heritage .right {
            width: 638px;
            background: url(http://www.xi.co.kr/Content/static/images/sub/brand/heritage_bg_02.jpg) no-repeat right bottom/cover;
        }

            .l_sub .section_heritage .right .tit {
                color: #fff;
            }

    .l_sub .section_history {
        padding-top: 175px;
    }

        .l_sub .section_history .inner .year_pagination {
            position: sticky;
            top: 90px;
            padding-top: 60px;
            padding-bottom: 20px;
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            overflow: hidden;
            margin-bottom: 70px;
            z-index: 9;
            background-color: #fff;
        }

            .l_sub .section_history .inner .year_pagination::before, .l_sub .section_history .inner .year_pagination::after {
                content: "";
                position: absolute;
                width: 50px;
                height: 100%;
                background-color: #fff;
                top: 0;
            }

            .l_sub .section_history .inner .year_pagination::before {
                left: 0;
            }

            .l_sub .section_history .inner .year_pagination::after {
                right: 0;
            }

            .l_sub .section_history .inner .year_pagination .arrow {
                display: block;
                width: 50px;
                height: 50px;
                position: relative;
                z-index: 2;
            }

                .l_sub .section_history .inner .year_pagination .arrow.disabled {
                    pointer-events: none;
                }

                    .l_sub .section_history .inner .year_pagination .arrow.disabled::before {
                        background-color: rgba(0, 0, 0, 0.1);
                    }

                .l_sub .section_history .inner .year_pagination .arrow::before {
                    content: "";
                    position: absolute;
                    width: 50px;
                    height: 50px;
                    border-radius: 50%;
                    background-color: rgba(0, 0, 0, 0.4);
                }

                .l_sub .section_history .inner .year_pagination .arrow .icon {
                    width: 36px;
                    height: 13px;
                    background-image: url(http://www.xi.co.kr/Content/static/images/sub/brand/icon_h_arrow.png);
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                }

                .l_sub .section_history .inner .year_pagination .arrow .icon_arrow_left {
                    right: -7px;
                    transform: translateY(-50%) rotate(180deg);
                }

                .l_sub .section_history .inner .year_pagination .arrow .icon_arrow_right {
                    left: -3px;
                }

            .l_sub .section_history .inner .year_pagination > div {
                overflow-x: auto;
                width: 1100px;
                padding-top: 50px;
            }

            .l_sub .section_history .inner .year_pagination ::-webkit-scrollbar {
                -webkit-appearance: none;
            }

                .l_sub .section_history .inner .year_pagination ::-webkit-scrollbar:horizontal {
                    height: 1px;
                }

                .l_sub .section_history .inner .year_pagination ::-webkit-scrollbar:vertical {
                    width: 1px;
                }

            .l_sub .section_history .inner .year_pagination ::-webkit-scrollbar-thumb {
                background-color: rgba(0, 0, 0, 0);
                border-radius: 0;
            }

            .l_sub .section_history .inner .year_pagination ::-webkit-scrollbar-track {
                background-color: rgba(0, 0, 0, 0);
            }

            .l_sub .section_history .inner .year_pagination .wrap_year {
                display: flex;
                align-items: center;
                position: relative;
                width: 1100px;
                top: -9px;
            }

                .l_sub .section_history .inner .year_pagination .wrap_year li {
                    padding: 0 50px;
                    position: relative;
                }

                    .l_sub .section_history .inner .year_pagination .wrap_year li:last-of-type::after {
                        content: "~";
                        position: absolute;
                        top: -40px;
                        right: 28px;
                        font-size: 20px;
                        color: #d9d9d9;
                    }

                    .l_sub .section_history .inner .year_pagination .wrap_year li:last-of-type.active::after {
                        top: -46px;
                        color: #948c76;
                        font-size: 32px;
                    }

                    .l_sub .section_history .inner .year_pagination .wrap_year li::before {
                        content: "";
                        position: absolute;
                        width: 100%;
                        height: 1px;
                        top: 50%;
                        left: 0;
                        background-color: #c2c2c2;
                    }

                    .l_sub .section_history .inner .year_pagination .wrap_year li.disabled {
                        pointer-events: none;
                    }

                    .l_sub .section_history .inner .year_pagination .wrap_year li:first-of-type {
                        padding-left: 75px;
                    }

                    .l_sub .section_history .inner .year_pagination .wrap_year li a {
                        position: relative;
                        top: -40px;
                        font-size: 20px;
                        font-weight: bold;
                        color: #d9d9d9;
                    }

                        .l_sub .section_history .inner .year_pagination .wrap_year li a::before, .l_sub .section_history .inner .year_pagination .wrap_year li a::after {
                            content: "";
                            position: absolute;
                            left: 50%;
                            transform: translateX(-50%);
                            border-radius: 50%;
                            transition: all 0.2s;
                        }

                        .l_sub .section_history .inner .year_pagination .wrap_year li a::before {
                            width: 12px;
                            height: 12px;
                            bottom: -37px;
                            background-color: #c2c2c2;
                        }

                    .l_sub .section_history .inner .year_pagination .wrap_year li.active a {
                        color: #948c76;
                        font-size: 32px;
                        top: -46px;
                    }

                        .l_sub .section_history .inner .year_pagination .wrap_year li.active a::before {
                            width: 30px;
                            height: 30px;
                            bottom: -45px;
                            background-color: #dfdcd6;
                        }

                        .l_sub .section_history .inner .year_pagination .wrap_year li.active a::after {
                            width: 18px;
                            height: 18px;
                            bottom: -39px;
                            background-color: #948c76;
                        }

        .l_sub .section_history .inner .history {
            position: relative;
            margin-top: 30px;
        }

            .l_sub .section_history .inner .history::before {
                content: "";
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: -30px;
                width: 1px;
                height: 100%;
                background: url(http://www.xi.co.kr/Content/static/images/sub/brand/dotted.png) repeat-y 0 0/contain;
            }

            .l_sub .section_history .inner .history .cont {
                display: flex;
            }

                .l_sub .section_history .inner .history .cont + .cont {
                    padding-top: 115px;
                }

                .l_sub .section_history .inner .history .cont:last-of-type {
                    padding-bottom: 150px;
                }

                .l_sub .section_history .inner .history .cont:nth-of-type(even) {
                    flex-direction: row-reverse;
                }

                    .l_sub .section_history .inner .history .cont:nth-of-type(even) .wrap_img {
                        text-align: right;
                    }

                    .l_sub .section_history .inner .history .cont:nth-of-type(even) .wrap_cont {
                        text-align: right;
                        padding-left: 0;
                        padding-right: 75px;
                    }

                        .l_sub .section_history .inner .history .cont:nth-of-type(even) .wrap_cont::before {
                            left: auto;
                            right: -10px;
                        }

                        .l_sub .section_history .inner .history .cont:nth-of-type(even) .wrap_cont ul li {
                            display: inline-block;
                        }

                .l_sub .section_history .inner .history .cont > div {
                    width: 50%;
                }

                .l_sub .section_history .inner .history .cont .wrap_img .swiper-slide {
                    text-align:center;
                }

                .l_sub .section_history .inner .history .cont .wrap_img img {
                    width: 524px;
                    background: #eee;
                    height: 398px;
                }

                .l_sub .section_history .inner .history .cont .wrap_img .swiper-button-next, .l_sub .section_history .inner .history .cont .wrap_img .swiper-button-prev {
                    color: #fff;
                    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
                }

                .l_sub .section_history .inner .history .cont .wrap_img .swiper-button-next {
                    right: 67px;
                }

                .l_sub .section_history .inner .history .cont .wrap_img .swiper-button-prev {
                    left: 67px;
                }

                .l_sub .section_history .inner .history .cont .wrap_cont {
                    position: relative;
                    padding-left: 75px;
                    padding-top: 60px;
                }

                    .l_sub .section_history .inner .history .cont .wrap_cont::before {
                        content: "";
                        position: absolute;
                        left: -10px;
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                        background-color: #c2c2c2;
                    }

                    .l_sub .section_history .inner .history .cont .wrap_cont .year {
                        font-size: 60px;
                        font-weight: bold;
                        color: #000;
                        margin-bottom: 55px;
                    }

                    .l_sub .section_history .inner .history .cont .wrap_cont .award {
                        margin-bottom: 55px;
                    }

                    .l_sub .section_history .inner .history .cont .wrap_cont ul li {
                        font-size: 16px;
                        color: #666;
                        line-height: 44px;
                        position: relative;
                        padding-left: 5px;
                    }

                        .l_sub .section_history .inner .history .cont .wrap_cont ul li::before {
                            content: "";
                            position: absolute;
                            width: 2px;
                            height: 2px;
                            border-radius: 50%;
                            background-color: #666;
                            left: 0;
                            top: 22px;
                        }
