.banner-container {
    position: relative;
    height: 18.75rem;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .banner-container .full-bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .banner-container .banner-wrapper {
        position: absolute;
        /*width: 91.92708333333333%;*/
        padding-left: 0;
        padding-right: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .banner-container .banner-wrapper .title {
            color: #ffffff;
            letter-spacing: 0.5rem;
            font-weight: 500;
            font-size: 1.75rem;
            padding-top: 1.4em;
        }

        .banner-container .banner-wrapper .description {
            margin-top: 0.875rem;
            width: 10.625rem;
            color: #ffffff;
            letter-spacing: 0.09375rem;
            line-height: 1.5;
        }

.main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*width: 91.92708333333333%;*/
}

    .main .breadcrumb-container {
        margin: 3rem auto 0;
        color: #000000;
        letter-spacing: 0.0625rem;
        font-family: Nobel;
    }

        .main .breadcrumb-container .breadcrumb-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            gap: 0.5rem;
        }

            .main .breadcrumb-container .breadcrumb-list li a {
                color: #000000;
            }

    .main .locations-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 3.75rem;
        margin-bottom: 5.875rem;
    }

        .main .locations-container .info-wrapper {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .main .locations-container .info-wrapper .title {
                letter-spacing: 0.125rem;
                font-weight: 500;
                font-size: 1.5rem;
            }

            .main .locations-container .info-wrapper .title-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .main .locations-container .info-wrapper .title-wrapper .reset-btn {
                    color: #7f7f7f;
                    text-decoration: underline;
                }

            .main .locations-container .info-wrapper .checkbox-list {
                display: -ms-grid;
                display: grid;
                margin-top: 2.75rem;
                padding-left: 2.25rem;
                border-left: 0.125rem solid #000000;
                -ms-grid-columns: 1fr 1fr;
                grid-template-columns: 1fr 1fr;
                row-gap: 1.875rem;
            }

                .main .locations-container .info-wrapper .checkbox-list .checkbox input {
                    margin-right: 0.625rem;
                    vertical-align: bottom;
                }

            .main .locations-container .info-wrapper .location-wrapper {
                margin-top: 3.75rem;
            }

                .main .locations-container .info-wrapper .location-wrapper .location-list {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    /*overflow-y: auto;*/
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    margin-top: 1.375rem;
                    padding: 0 1rem;
                    height: auto;
                    background-color: #f9f9f9;
                }

                    .main .locations-container .info-wrapper .location-wrapper .location-list .location-item {
                        position: relative;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        height: 6.625rem;
                    }

                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item a,
                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item a:link,
                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item a:visited,
                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item a:hover {
                            color: #000000;
                            text-decoration: none
                        }

                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item .name {
                            letter-spacing: 0.125rem;
                            font-weight: 600;
                            font-size: 1.125rem;
                            font-family: Nobel;
                            line-height: 1.94;
                            margin-top: 1.25rem;
                        }

                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item .address {
                            color: #7f7f7f;
                            letter-spacing: 0.0625rem;
                            line-height: 1.88;
                            margin-bottom: 1.25rem;
                        }

                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item:not(:last-child) {
                            border-bottom: 0.0625rem solid #d4d4d4;
                        }

                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item::after {
                            position: absolute;
                            top: 50%;
                            right: 0;
                            display: block;
                            visibility: hidden;
                            width: 1.5rem;
                            height: 1.5rem;
                            background-image: url("../icon/arrow-right-dark-icon.png");
                            background-position: center;
                            background-size: 1.5rem 1.5rem;
                            background-repeat: no-repeat;
                            content: '';
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                        }

                        .main .locations-container .info-wrapper .location-wrapper .location-list .location-item.active {
                            border-bottom: 0.0625rem solid #000000;
                        }

                            .main .locations-container .info-wrapper .location-wrapper .location-list .location-item.active .address {
                                color: #000000;
                            }

                            .main .locations-container .info-wrapper .location-wrapper .location-list .location-item.active::after {
                                visibility: visible;
                            }

        .main .locations-container .map-wrapper {
            margin-top: 1.875rem;
            width: 21.5625rem;
            height: 31.25rem;
        }

@media screen and (min-width: 577px) {
    .banner-container .banner-wrapper {
        /*width: 93.489583%;*/
    }

        .banner-container .banner-wrapper .description {
            width: 14.375rem;
        }

    .main {
        /*width: 93.489583%;*/
    }

        .main .locations-container {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            gap: 2.4375rem;
            margin-bottom: 5.3125rem;
        }

            .main .locations-container .info-wrapper {
                -ms-flex-negative: 0;
                flex-shrink: 0;
                width: 20.8125rem;
            }

                .main .locations-container .info-wrapper .location-wrapper {
                    margin-top: 3.125rem;
                }

                    .main .locations-container .info-wrapper .location-wrapper .location-list {
                        margin-top: 1.0625rem;
                        height: 22.5rem;
                        overflow-y: auto;
                    }

            .main .locations-container .map-wrapper {
                margin-top: 0;
            }
}

@media screen and (min-width: 1025px) {
    .banner-container {
        height: 25rem;
    }

        .banner-container .banner-wrapper {
            /*width: 81.625rem;*/
        }

            .banner-container .banner-wrapper .title {
                font-size: 2.625rem;
            }

            .banner-container .banner-wrapper .description {
                width: 26.875rem;
                font-size: 1.125rem;
            }

    .main {
        /*width: 81.625rem;*/
    }

        .main .locations-container {
            margin-right: auto;
            margin-left: auto;
            padding: 0;
            gap: 2.625rem;
            margin-top: 4.25rem;
            margin-bottom: 14.625rem;
        }

            .main .locations-container .info-wrapper {
                width: 30rem;
            }

                .main .locations-container .info-wrapper .title-wrapper {
                    padding-right: 2.8125rem;
                }

                .main .locations-container .info-wrapper .title {
                    font-size: 1.75rem;
                }
                .main .locations-container .info-wrapper .checkbox-list {
                    grid-template-columns: repeat(3, 1fr);
                }

                .main .locations-container .info-wrapper .location-wrapper {
                    margin-top: 5rem;
                }

                    .main .locations-container .info-wrapper .location-wrapper .location-list {
                        margin-top: 0.9375rem;
                        height: 29.125rem;
                        margin-left: -1rem;
                        overflow-y: auto;
                    }

            .main .locations-container .map-wrapper {
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
                /*margin-right: 2.25rem;*/
                height: 48.675rem;
            }
}
