@charset "UTF-8";
/* 0705이전 */
/* 0705 이후 */
.header {
    background: url(../../../images/sub/brand/gallery/header_bg.jpg) no-repeat 0 0/cover;
}

.l_sub {
    position: relative;
}

    .l_sub::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3173px;
        z-index: 1;
        background: url(../../../images/sub/brand/gallery/line_bg.png) no-repeat center top 47px/cover;
    }

    .l_sub .section {
        position: relative;
        z-index: 2;
    }

    .l_sub .section_brand {
        padding-top: 90px;
        padding-bottom: 140px;
    }

        .l_sub .section_brand .tit {
            font-family: "Nanum_Myeongjo";
            font-size: 60px;
            color: #000;
            font-weight: bold;
            position: relative;
        }

            .l_sub .section_brand .tit span {
                font-family: inherit;
                font-size: 25px;
                position: absolute;
                width: max-content;
                font-weight: bold;
            }

        .l_sub .section_brand .border {
            text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
            color: #fff;
            font-family: "Nanum_Myeongjo";
            letter-spacing: 0;
            font-size: 97px;
        }

        .l_sub .section_brand .sec_tit {
            font-family: "Nanum_Myeongjo";
            font-size: 32px;
            line-height: 42px;
            font-weight: 800;
            color: #000;
            margin-bottom: 55px;
        }

        .l_sub .section_brand .desc {
            font-size: 16px;
            line-height: 26px;
            color: #888;
        }

            .l_sub .section_brand .desc.mus {
                color: #b88e1b;
                margin-top: 25px;
            }

        .l_sub .section_brand .box {
            width: 163px;
            height: 167px;
            padding: 20px 25px;
            position: absolute;
            left: 40px;
        }

            .l_sub .section_brand .box p {
                font-size: 19px;
                color: #fff;
            }

                .l_sub .section_brand .box p span {
                    margin-top: 5px;
                    display: block;
                    font-size: 16px;
                    opacity: 0.5;
                    font-weight: 100;
                }

        .l_sub .section_brand .info_01 {
            width: 100%;
            height: 368px;
            background: url(../../../images/sub/brand/gallery/bg_01.jpg) no-repeat 0 0/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 120px;
        }

            .l_sub .section_brand .info_01 p {
                font-size: 24px;
                color: #fff;
                display: flex;
                align-items: center;
            }

                .l_sub .section_brand .info_01 p span {
                    display: block;
                    width: 14px;
                    height: 1px;
                    background-color: #fff;
                    margin-left: 5px;
                }

        .l_sub .section_brand .inner {
            position: relative;
        }

            .l_sub .section_brand .inner .content {
                display: flex;
                justify-content: space-between;
            }

            .l_sub .section_brand .inner .border {
                margin-bottom: 55px;
            }

            .l_sub .section_brand .inner .info_02 {
                padding-left: 60px;
                margin-bottom: 170px;
            }

                .l_sub .section_brand .inner .info_02 .top {
                    display: flex;
                    flex-wrap: wrap;
                    margin-bottom: 15px;
                }

                    .l_sub .section_brand .inner .info_02 .top .left {
                        padding-top: 20px;
                    }

                        .l_sub .section_brand .inner .info_02 .top .left .tit span {
                            bottom: -15px;
                        }

                    .l_sub .section_brand .inner .info_02 .top .right {
                        margin-left: auto;
                        font-size: 12px;
                        line-height: 26px;
                        color: #888;
                    }

                .l_sub .section_brand .inner .info_02 .border {
                    padding-left: 15px;
                }

                .l_sub .section_brand .inner .info_02 .content .right {
                    position: relative;
                    z-index: -1;
                    margin-top: -100px;
                    right: 85px;
                }

@keyframes infinite_round {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.l_sub .section_brand .inner .around {
    position: absolute;
    top: 655px;
    z-index: 9;
    left: 305px;
    animation: infinite_round 20s infinite linear;
}

.l_sub .section_brand .inner .info_03 {
    margin-bottom: 155px;
}

    .l_sub .section_brand .inner .info_03 .box {
        background-color: #948c76;
        display: flex;
        align-items: flex-end;
        margin-top: -70px;
    }

        .l_sub .section_brand .inner .info_03 .box p span {
            color: #d1c8b0;
        }

.l_sub .section_brand .inner .info_04 {
    padding-right: 50px;
    margin-top: 265px;
}

    .l_sub .section_brand .inner .info_04 .right {
        text-align: right;
        margin-right: 110px;
    }

        .l_sub .section_brand .inner .info_04 .right .tit span {
            bottom: 0;
        }

        .l_sub .section_brand .inner .info_04 .right .border {
            margin-top: -30px;
            padding-right: 60px;
        }

    .l_sub .section_brand .inner .info_04 .content {
        margin-right: -79px;
        position: relative;
        z-index: -1;
        margin-top: -40px;
        display: flex;
        align-items: center;
    }

        .l_sub .section_brand .inner .info_04 .content .left {
            text-align: right;
        }

.l_sub .section_brand .inner .info_05 {
    padding-right: 40px;
}

    .l_sub .section_brand .inner .info_05 .content {
        align-items: flex-end;
    }

        .l_sub .section_brand .inner .info_05 .content .left {
            position: relative;
        }

            .l_sub .section_brand .inner .info_05 .content .left .box {
                background-color: #7e8f94;
                top: -50px;
                right: -50px;
                left: auto;
            }

                .l_sub .section_brand .inner .info_05 .content .left .box p {
                    text-align: right;
                }

        .l_sub .section_brand .inner .info_05 .content .right {
            position: relative;
            top: 50px;
        }

            .l_sub .section_brand .inner .info_05 .content .right .s_desc {
                margin-top: 18px;
                font-size: 12px;
                line-height: 22px;
                color: #969696;
            }

.l_sub .section_space .inner .sec_tit, .l_sub .section_map .inner .sec_tit {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
}

.l_sub .section_space {
    background: url(../../../images/sub/brand/gallery/bg_02.jpg) no-repeat 0 0/cover;
    padding: 80px 0;
}

    .l_sub .section_space .inner .wrap_tab {
        display: flex;
        justify-content: space-between;
    }

        .l_sub .section_space .inner .wrap_tab .tabs {
            width: 165px;
        }

            .l_sub .section_space .inner .wrap_tab .tabs ul li {
                height: 211px;
                border: 2px solid #948c76;
                color: #948c76;
                background-color: #fff;
                position: relative;
            }

                .l_sub .section_space .inner .wrap_tab .tabs ul li::after {
                    content: "";
                    display: none;
                    position: absolute;
                    right: -20px;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 20px;
                    height: 55px;
                    background: url(../../../images/sub/brand/gallery/icon_tab_active.png) no-repeat 0 0/contain;
                }

                .l_sub .section_space .inner .wrap_tab .tabs ul li.active {
                    background-color: #948c76;
                    color: #fff;
                }

                    .l_sub .section_space .inner .wrap_tab .tabs ul li.active::after {
                        display: block;
                    }

                .l_sub .section_space .inner .wrap_tab .tabs ul li a {
                    width: 100%;
                    height: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 22px;
                    line-height: 31px;
                    text-align: center;
                }

        .l_sub .section_space .inner .wrap_tab .tab_content .box {
            background-color: #fff;
            display: none;
        }

            .l_sub .section_space .inner .wrap_tab .tab_content .box.active {
                display: block;
            }

            .l_sub .section_space .inner .wrap_tab .tab_content .box .floor {
                width: 1000px;
                padding: 40px 50px;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab,
                .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab_02 {
                    width: 280px;
                }

                    .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab a,
                    .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab_02 a {
                        width: 100%;
                        height: 85px;
                        background-color: #f7f7f7;
                        border-bottom: 1px solid #dbdbdb;
                        display: flex;
                        align-items: center;
                    }

                        .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab a p,
                        .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab_02 a p {
                            width: 80px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 22px;
                            font-weight: 500;
                        }

                        .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab a ul,
                        .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab_02 a ul {
                            color: #333;
                            font-size: 15px;
                            line-height: 24px;
                        }

                        .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab a.active,
                        .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab_02 a.active {
                            background-color: #434a5d;
                        }

                            .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab a.active p,
                            .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab_02 a.active p {
                                color: #fff;
                            }

                            .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab a.active ul,
                            .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .left_tab_02 a.active ul {
                                color: #fff;
                            }

                .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .right_img,
                .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .right_img_02 {
                    height: 352px;
                }

                    .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .right_img img,
                    .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .right_img_02 img {
                        display: none;
                    }

                        .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .right_img img.active,
                        .l_sub .section_space .inner .wrap_tab .tab_content .box .floor .right_img_02 img.active {
                            display: block;
                        }

.l_sub .section_map {
    padding-top: 80px;
}

    .l_sub .section_map .inner .wrap_map {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .l_sub .section_map .inner .wrap_map .map {
            width: 580px;
        }

            .l_sub .section_map .inner .wrap_map .map .map_box {
                margin-bottom: 25px;
                border: 1px solid #dbdbdb;
                position: relative;
            }

                .l_sub .section_map .inner .wrap_map .map .map_box .btns_set {
                    position: absolute;
                    display: flex;
                    align-items: center;
                    bottom: 25px;
                    right: 25px;
                    z-index: 1;
                }

                    .l_sub .section_map .inner .wrap_map .map .map_box .btns_set a {
                        width: 107px;
                        height: 40px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        color: #fff;
                        font-size: 14px;
                    }

                        .l_sub .section_map .inner .wrap_map .map .map_box .btns_set a + a {
                            margin-left: 5px;
                        }

                        .l_sub .section_map .inner .wrap_map .map .map_box .btns_set a:first-of-type {
                            background-color: #434a5d;
                        }

                        .l_sub .section_map .inner .wrap_map .map .map_box .btns_set a:last-of-type {
                            background-color: #909193;
                        }

            .l_sub .section_map .inner .wrap_map .map .info {
                margin-bottom: 20px;
            }

                .l_sub .section_map .inner .wrap_map .map .info .address {
                    font-size: 18px;
                    line-height: 26px;
                    font-weight: 500;
                    margin-bottom: 5px;
                }

                .l_sub .section_map .inner .wrap_map .map .info .etc {
                    display: flex;
                    align-items: center;
                }

                    .l_sub .section_map .inner .wrap_map .map .info .etc div {
                        font-size: 15px;
                        color: #888;
                        line-height: 26px;
                        display: flex;
                        align-items: center;
                        padding-right: 20px;
                        margin-right: 20px;
                        position: relative;
                    }

                        .l_sub .section_map .inner .wrap_map .map .info .etc div::after {
                            content: "";
                            position: absolute;
                            width: 1px;
                            height: 14px;
                            background-color: #888;
                            right: 0;
                            top: 50%;
                            transform: translateY(-50%);
                        }

                        .l_sub .section_map .inner .wrap_map .map .info .etc div:last-of-type::after {
                            display: none;
                        }

            .l_sub .section_map .inner .wrap_map .map .transport p {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                font-size: 15px;
                line-height: 35px;
                color: #888;
            }

                .l_sub .section_map .inner .wrap_map .map .transport p + p {
                    margin-top: 5px;
                }

                .l_sub .section_map .inner .wrap_map .map .transport p .icon {
                    width: 35px;
                    height: 35px;
                    margin-right: 10px;
                }

                .l_sub .section_map .inner .wrap_map .map .transport p .icon_bus {
                    background-image: url(../../../images/sub/brand/gallery/icon_bus.png);
                }

                .l_sub .section_map .inner .wrap_map .map .transport p .icon_subway {
                    background-image: url(../../../images/sub/brand/gallery/icon_subway.png);
                }
