html,body{
    font-family: 'NotoSansKR', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    min-width: 1200px;
    max-width: 2000px;
    overflow-x: hidden;
}
body.noscroll{
    overflow-y: hidden;
}

.p{
    display: block;
}
.m{
    display: none;
}
#wrap{
    width: 100%;
    position: relative;
}
.hide{
    position: absolute;
    z-index: -10;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
    display: none;
}
.inner{
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

header{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 5.4rem;
    justify-content: space-between;
    padding: 0 2rem;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 99;
}
header.active{
    background-color: #fff;
    position: fixed;
    border-bottom: 1px solid #eee;
}
header .logo a{
    width: 200px;
    height: 3.5rem;
    display: block;
    background: url('http://ourplacekorea.com/wp/images/common/logo.png')no-repeat center;
    background-size: contain;
}
header #gnb{
    position: absolute;
    right:15rem;
    width: 55%;
    color: #000;
    font-weight: 500;

}
header #gnb .depth-1{
    display: flex;
    align-items: center;
    width: 100%;
}
header #gnb .depth-1 li{
    box-sizing: border-box;
    position: relative;
    width: 25%;
    text-align: center;
    z-index: 99;
}
header #gnb .depth-1 li:hover .depth-2{
    display: block;
}
header #gnb .depth-1 li a{
    display: block;
    width: 100%;
    padding: 2.3rem 0;
}
header #gnb .depth-1 li a:hover{
    color: #336693;
}

header #gnb .depth-2{
    display: none;
    background-color: #fff;
    position: absolute;
    top: 5rem;
    width: 100%;
    z-index: 99;
}
header #gnb .depth-2 li{
    width: 100%;

}
header #gnb .depth-2 li a{
    padding: 1rem 0;
}
#gnb-sub-box{
    position: absolute;
    left: 0;
    top: 5.4rem;
    background-color: #fff;
    width: 100%;
    height: 15rem;
    display: none;
    z-index: 98;
}


.hMenu{
    width: 10rem;
    display: flex;
    align-items: center;
    margin-right: 3rem;
}
.hMenu .lang{
    text-align: center;
    font-size: 0.875rem;
    width:8rem;
    margin-right: 1.5rem;
}
.hMenu .lang li{
    position: relative;
    width: 100%;
}
.hMenu .lang li a{
    box-sizing: border-box;
    display: block;
    height: 2rem;
    line-height: 1.7rem;
    width: 100%;
    position: relative;
}
.hMenu .lang > li > a{
    border-right: 1.5px solid #ccc;
}
.hMenu .lang > li:hover .lang-sub{
    display: block;
}
.hMenu .lang li a i{
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: url('http://ourplacekorea.com/wp/images/common/lang-arrow.png')no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}
.hMenu .lang li ul{
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    display: none;
}
.hMenu .lang li ul li a{
    box-sizing: border-box;
    display: block;
    height: 2rem;
    line-height: 1.7rem;
    width: 100%;
}

.hMenu .lnb-open-btn{
    background: url('http://ourplacekorea.com/wp/images/common/hMenu.png')no-repeat center;
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    cursor: pointer;
}
.hMenu .lnb-open-btn.x-btn{
    background: url('http://ourplacekorea.com/wp/images/common/x2.png')no-repeat center;
}
.lnb-menu{
    display: none;
    width: 100%;
    height: 20rem;
    position: absolute;
    top: 4rem;
    z-index: 99;
}
.lnb-menu.on{
    position: fixed;
    top: 5rem;
}
.lnb-sub{
    background-color: #fff;
    width: 100%;
    height: 15rem;
}
.lnb-sub .right{
    width: 55%;
    position: absolute;
    top: 1rem;
    right: 15rem;
    display: flex;
}
.lnb-sub .right .lnb-sub-con{
    box-sizing: border-box;
    width: 25%;
    text-align: center;
}
.lnb-sub .right .lnb-sub-con li a{
    display: block;
    width: 100%;
    padding: 1rem 0;
}
.lnb-sub .right .lnb-sub-con li:hover{
    font-weight: 500;
}
.lnb-sub .right .lnb-sub-box{
    position: relative;
}
.lnb-sub .right .lnb-sub-box:hover::before{
    content: '';
    width: 60%;
    height: 4px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* footer */
footer{
    background-color: #171717;
    color: #838383;
}
footer .support-logo{
    background-color: #131313;
}
footer .support-logo .img{
    width: 100%;
}
footer .support-logo .img img{
    width: 100%;
}
footer .company-info{

    padding: 1.5rem 0;
}
footer .company-info .left{
    margin-right: 3rem;
}
footer .company-info .inner{
    display: flex;
    align-items: center;
}
footer .company-info .info-txt{
    display: flex;
    align-items: center;
}
footer .company-info .info-txt b{
    font-size: 0.875rem;
    margin-right: 2rem;
}
footer .company-info .info-txt p{
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 300;
}
footer .company-info .info-txt p span{
    display: block;
    font-weight: 400;
    font-size: 0.8rem;
}
footer .company-info .right ul li{
    border-left: 1.5px solid;
    box-sizing: border-box;
    margin-right: 1.5rem;
    padding-left: 0.5rem;
    
}
footer .copy{
    padding: 1.5rem 0;
    border-top: 1px solid #666;
    box-sizing: border-box;
    font-size: 0.8rem;
}


/* aside */
aside{
    position: fixed;
    width: 7px;
    height: 150px;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    z-index: 5;
}
aside ul{
    display: flex;
    flex-wrap: wrap;
}
aside ul li{
    width: 7px;
    height: 7px;
    box-sizing: border-box;
    margin-bottom:20px;
    background-color: #fff;
    border-radius: 100%;
}
aside ul li button{
    text-indent: -9999px;
    display: block;
    background-color: #fff;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0;
}
aside ul li.active{
    background-color: #99d467;
}

/* 공통 */

.swiper-button-prev::after{
    content: '';
    text-indent: -9999px;
    width: 2rem;
    height: 2rem;
    background: url('http://ourplacekorea.com/wp/images/common/slide-prev-btn.png')no-repeat center;
    background-size: contain;
}
.swiper-button-next::after{
    content: '';
    text-indent: -9999px;
    width: 2rem;
    height: 2rem;
    background: url('http://ourplacekorea.com/wp/images/common/slide-next-btn.png')no-repeat center;
    background-size: contain;
}

@media all and (max-width:1400px){
    header #gnb{
        right: 13rem;
    }
    header #gnb .depth-1 li{
        font-size: 0.875rem;
    }
    .hMenu{
        margin-right: 0;
    }
}


@media all and (max-width:1200px){
    html, body{
        width: 100%;
        min-width: 100%;
    }
}

@media all and (max-width:1080px){

    .p{
        display: none;
    }
    .m{
        display: block;
    }
    .inner{
        width: 90%;
    }

    /* header 1080 */
    .hMenu{
        width: auto;
    }
    .lnb-menu{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 99;
        width: 100%;
        display: none;
    }
    .lnb-menu.on{
        top: 0;
    }
    .lnb-menu .top{
        background-color: #183f93;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.5rem;
        box-sizing: border-box;
    }
    .lnb-menu .top .logo a{
        width: 200px;
        height: 3.5rem;
        display: block;
        background: url('http://ourplacekorea.com/wp/images/common/m/m_logo.png')no-repeat center;
        background-size: contain;
        text-indent: -9999px;
    }
    .lnb-menu .top .right{
        width: 15rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .lnb-menu .top .right .lang{
        display: flex;
        align-items: center;
        border: 1.5px solid #fff;
        box-sizing: border-box;
        width: 10rem;
    }
    .lnb-menu .top .right .lang li{
        box-sizing: border-box;
        width: 50%;
        text-align: center;
        font-weight: 500;
        background-color: #183f93;
        color: #fff;
    }
    .lnb-menu .top .right .lang li a{
        display: block;
        width: 100%;
        padding: 0.8rem 0;
    }
    .lnb-menu .top .right .lang li.active{
        background-color: #fff;
        color: #183f93;
    }
    .lnb-menu .top .right .close-btn{
        width: 2rem;
        height: 2rem;
        border: none;
        background-color: transparent;
        background: url('http://ourplacekorea.com/wp/images/common/m/x.png')no-repeat center;
        background-size: contain;
        text-indent: -9999px;
        cursor: pointer;
    }
    .lnb-menu .lnb-sub{
        background-color: #fff;
        box-sizing: border-box;
        position: relative;
    }
    .lnb-menu .lnb-sub .left{
        background-color: #f7f7f7;
        width: 40%;
        box-sizing: border-box;
        padding: 3rem 2rem;
        height: 100vh;
    }
    .lnb-menu .lnb-sub .left ul li{
        box-sizing: border-box;
        color: #444;
        font-weight: 500;
        font-size: 1.7rem;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        cursor: pointer;
    }
    .lnb-menu .lnb-sub .left ul li.on{
        color: #183f93;
    }
    .lnb-sub .right .lnb-sub-box:hover::before{
        content: none;
    }
    .lnb-menu .lnb-sub .right{
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        height: 100vh;
        width: 60%;
        padding: 3rem 2rem;
        box-sizing: border-box;
    }
    .lnb-menu .lnb-sub .right .lnb-sub-con{
        box-sizing: border-box;
        display: none;
        width: 100%;
    }
    .lnb-menu .lnb-sub .right .lnb-sub-con.on{
        display: block;
    }
    .lnb-menu .lnb-sub .right .lnb-sub-con ul li{
        font-weight: 400;
        font-size: 1.7rem;
        line-height: 1.3;
        margin-bottom: 1.6rem;
    }
    .lnb-sub .right .lnb-sub-con li a{
        padding: 1rem 0 1rem 2rem;
        text-align: left;
    }











    /* footer 1080 */
    footer .company-info{
        padding: 2.5rem 0;
    }
    footer .company-info .inner{
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
    }
    footer .company-info .left{
        width: 100%;
        margin-right: 0;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    footer .company-info .info-txt b{
        width: 100%;
        display: block;
        margin-right: 0;
        font-weight: 600;
        margin-bottom: 0.5rem;
        font-size: 1rem;
    }
    footer .company-info .info-txt p{
        width: 100%;
        line-height: 1.6;
    }
    footer .company-info .info-txt p span{
        font-weight: 500;
    }
    footer .company-info .right{
        width: 100%;
    }
    footer .company-info .info-txt{
        flex-wrap: wrap;
    }
    footer .company-info .right ul li{
        width: 100%;margin-right: 0;
        border-left: none;
        padding-left: 0;
    }
    footer .company-info .right ul li p{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .company-info .right ul li p span{
        display: inline-block;
        margin-right: 1rem;
    }


    footer .support-logo .supportLogo-swiper{
        background-color: #131313;
        padding: 1rem 0;
        position: relative;
    }
    footer .support-logo .supportLogo-swiper .swiper-button-next::after{
        content: '';
        background: url('http://ourplacekorea.com/wp/images/common/m/footer-next-arrow.png')no-repeat center;
        background-size: contain;
    }

    footer .support-logo .supportLogo-swiper .swiper-button-prev::after{
        content: '';
        background: url('http://ourplacekorea.com/wp/images/common/m/footer-prev-arrow.png')no-repeat center;
        background-size: contain;
    }

    footer .support-logo .supportLogo-swiper .swiper-slide .img{
        width: 100%;
        height: 3rem;
    }
    footer .supportLogo-swiper .swiper-slide:nth-child(1) .img{
        background: url('http://ourplacekorea.com/wp/images/common/m/support-logo01.jpg') no-repeat center;
        background-size: contain;
    }
    footer .supportLogo-swiper .swiper-slide:nth-child(2) .img{
        background: url('http://ourplacekorea.com/wp/images/common/m/support-logo02.jpg') no-repeat center;
        background-size: contain;
    }
    footer .supportLogo-swiper .swiper-slide:nth-child(3) .img{
        background: url('http://ourplacekorea.com/wp/images/common/m/support-logo03.jpg') no-repeat center;
        background-size: contain;
    }
    footer .supportLogo-swiper .swiper-slide:nth-child(4) .img{
        background: url('http://ourplacekorea.com/wp/images/common/m/support-logo04.jpg') no-repeat center;
        background-size: contain;
    }
    footer .supportLogo-swiper .swiper-slide:nth-child(5) .img{
        background: url('http://ourplacekorea.com/wp/images/common/m/support-logo05.jpg') no-repeat center;
        background-size: contain;
    }
    footer .supportLogo-swiper .swiper-slide:nth-child(6) .img{
        background: url('http://ourplacekorea.com/wp/images/common/m/support-logo06.jpg') no-repeat center;
        background-size: contain;
    }

    footer .copy{
        font-size: 0.75rem;
        text-align: center;
    }


    /* 공통 */
    .swiper-button-prev,
    .swiper-button-next,
    .swiper-button-prev::after,
    .swiper-button-next::after{
        width: 3.5rem !important;
        height: 3.5rem !important;
    }

    footer .support-logo .supportLogo-swiper .swiper-button-next,
    footer .support-logo .supportLogo-swiper .swiper-button-next::after,
    footer .support-logo .supportLogo-swiper .swiper-button-prev,
    footer .support-logo .supportLogo-swiper .swiper-button-prev::after{
        width: 2.5rem !important;
        height: 2.5rem !important;
    }
}

@media all and (max-width: 767px){
    html, body{
        word-break: keep-all;
    }
    /* header 767 */
    header{
        padding:0 1rem;
    }


    .lnb-menu .top{
        padding:1rem 0.5rem;
    }
    header .logo a,
    .lnb-menu .top .logo a{
        width: 130px;
        height: 2.7rem;
    }
    .lnb-menu .top .right{
        width: 9rem;
    }
    .lnb-menu .top .right .lang{
        width: 7rem;
        font-size: 0.9rem;
    }
    .lnb-menu .top .right .lang li a{
        padding: 0.5rem 0;
    }
    .lnb-menu .top .right .close-btn{
        width: 1.5rem;
        height: 1.5rem;
    }
    .lnb-menu .lnb-sub .left{
        padding: 2rem 0.5rem;
        width: 45%;
    }
    .lnb-menu .lnb-sub .left ul li,
    .lnb-menu .lnb-sub .right .lnb-sub-con ul li{
        font-size: 1rem;
    }
    .lnb-menu .lnb-sub .right .lnb-sub-con ul li{
        margin-bottom: 0;
    }
    .lnb-menu .lnb-sub .right{
        width: 55%;
        padding: 2rem 0.7rem;
    }


    /* footer 767 */
    footer .copy{
        font-size: 0.65rem;
    }
    footer .support-logo .supportLogo-swiper .swiper-button-next,
    footer .support-logo .supportLogo-swiper .swiper-button-next::after,
    footer .support-logo .supportLogo-swiper .swiper-button-prev,
    footer .support-logo .supportLogo-swiper .swiper-button-prev::after{
        width: 2rem !important;
        height: 2rem !important;
    }


}