.landscape {
    display: none;
}
.index-main-bg-landscape {
    display: none;
}
.gg-footer .background-landscape {
    display: none;
}
@media screen and (orientation:landscape) {
    .landscape {
        display: block;
    }
    .roof {
        display: none;
    }
    #slider-bar {
        display: none;
    }
    .landscape #map-indicator {
        background-image: url('../images/map-indicator.png');
        background-size: contain;
        background-repeat:no-repeat;
        background-position: center center;
        width: 4rem;
        height: 4rem;
        position: fixed;
        right: 0;
        top: 50%;
        margin-top: -2rem;
        z-index: 20;
    }
    #content-wrapper {
        top: 0 !important;
        transform: translateX(100vw);
        transition: transform .5s !important;
    }

    .landscape-slide-in #content-wrapper {
        transform: translateX(60px);
    }
    .landscape-slide-in #map-indicator {
        display: none;
    }

    #map-bg {
        opacity: 0;
        background:rgba(0,0,0,0.3);
        transition: opacity .5s;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 10;
        pointer-events: none;
    }
    .landscape-slide-in #map-bg {
        opacity: 1;
        pointer-events: all;
    }
    #content-wrapper {
        z-index: 14;
    }
    #map-close {
        position: fixed;
        left: 14px;
        top: 50%;
        width: 36px;
        height: 36px;
        background-image: url('../images/close.png');
        background-size: contain;
        background-repeat:no-repeat;
        background-position: center center;
        margin-top: -18px;
    }
    .spriteguide {
        top: 1rem;
    }
    .spriteguide .sprite {
        left: 10px;
    }
    .spriteguide .mapguide {
        position: absolute;
        z-index: 1;
        top: 79px;
        padding: 42px 0 20px;
    }
    .spriteguide .mapguide li {
        height: 80px;
        cursor: pointer;
        width: 80px;
    }
    .spriteguide .mapguide li.guide_1 {
        background-size: 60px auto;
    }
    .spriteguide .mapguide li.guide_2 {
        background-size: 60px auto;
    }

    .pop-marker {
        border-radius: 50px !important;
        font-size: 12px !important;
        padding: 3px 6px !important;
        line-height: 14px !important;
    }
    .pop-marker .event {
        width: 34px !important;
        height: 34px !important;
        top: -40px !important;
        margin-left: -17px !important;
    }
    .index-main-bg {
        display: none !important;
    }
    .index-main-bg-landscape {
        display: block !important;
    }

    .home .gg-footer, .home .gg-header {
        display: block !important;
    }
    .ctbox.home {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .home .gg-header {
        height: 54px;
        line-height: 54px;
        font-size: 20px;
    }
    .home .gg-header .back {
        width: 60px;
        height: 54px;
        background-size: auto 20px;
    }
    .gg-footer .background {
        display: none;
    }
    .gg-footer .background-landscape {
        display: block;
    }
    .gg-footer .menu-btn {
        bottom: 63px !important;
        left: 17px !important;
        width: 25px !important;
        height: 25px !important;
        top: auto !important;
    }
    .gg-footer .search-btn {
        bottom: 63px !important;
        right: 17px !important;
        width: 25px !important;
        height: 25px !important;
        top: auto !important;
    }
    .gg-footer .icon {
        width: 76px !important;
    }

    .landscape-slide-in .gg-footer {
        transform: translateY(200px);
        transition: transform .5s;
    }
    .gg-hide-menu.animate-menu .person {
        bottom: auto;
        top: 0px;
        width: 220px;
    }
    .gg-hide-menu.animate-menu .bac {
        width: 900px;
        bottom: -1000px;
        display: block;
        left: 50%;
        margin-left: -450px;
    }
    .gg-hide-menu.animate-menu .menus {
        display: none;
    }
    .gg-hide-menu .index {
        background-image: url('../images/menu_icons.png');
        background-position: -166px 26px;
        background-size: 400px auto;
        background-repeat: no-repeat;
        left: 14%;
        bottom: 40px;
        width: 98px;
        height: 148px;
    }
    .gg-hide-menu .ing {
        background-image: url('../images/menu_icons.png');
        background-position: 10px -104px;
        background-size: 400px auto;
        background-repeat: no-repeat;
        left: 24%;
        bottom: 40px;
        width: 98px;
        height: 148px;
    }
    .gg-hide-menu .walk {
        background-image: url('../images/menu_icons.png');
        background-position: -97px -104px;
        background-size: 400px auto;
        background-repeat: no-repeat;
        left: 43%;
        bottom: 40px;
        width: 98px;
        height: 148px;
    }

    .gg-hide-menu .study {
        background-image: url('../images/menu_icons.png');
        background-position: -204px -104px;
        background-size: 400px auto;
        background-repeat: no-repeat;
        left: 62%;
        bottom: 40px;
        width: 98px;
        height: 148px;
    }

    .gg-hide-menu .search {
        background-image: url('../images/menu_icons.png');
        background-position: -310px -104px;
        background-size: 400px auto;
        background-repeat: no-repeat;
        left: 80%;
        bottom: 40px;
        width: 98px;
        height: 148px;
    }

    .gg-hide-menu .close {
        background-image: url('../images/menu_icons.png');
        background-position: -179px -314px;
        background-size: 400px auto;
        background-repeat: no-repeat;
        left: 53%;
        bottom: 6px;
        width: 48px;
        height: 48px;
    }
}