@charset "utf-8";
@media all and (min-width: 600px) and (max-width: 1024px) {
    /* br_gallery */
    .tb .space_100 .br_gallery {
        margin-top: 4rem;
    }
    .tb .space_100 .br_gallery .top_area > div:first-child .img_scale .img_wrap {
        width: 100%;
        height: 40rem;
    }
    .tb .space_100 .br_gallery .top_area > div:last-child {
        width: 100%;
        position: inherit;
        bottom: 0;
        margin: 4rem auto;
    }
    .tb .space_100 .br_gallery .top_area > div:last-child::after {
        display: none;
    }
    .tb .space_100 .br_gallery .bottom_area {
        margin-top: 0;
    }
    .tb .space_100 .inner2 .top_area {
        margin-top: 4rem;
    }
    .tb .space_100 .inner2 .bottom_area {
        margin-top: 4rem;
    }
    .tb .space_100 .inner2 .bottom_area ul {
        margin-top: 2rem;
    }
    /* br_gallery END */
}
@media all and (max-width: 599px) {
    /* inner2 */
    .mb .space_100 .sub_tit > p:last-of-type {
        width: calc(100% - 6rem);
        margin: 2rem auto 0 auto;
    }
    .mb .space_100 .inner2 .top_area {
        display: block;
        margin-top: 2rem;
    }
    .mb .space_100 .inner2 .top_area > div:first-child {
        width: auto;
        display: block;
        justify-content: space-between;
        text-align: center;
    }
    .mb .space_100 .inner2 .top_area > div:first-child p {
        position: static;
        margin-top: 2.6rem;
    }
    .mb .space_100 .inner2 .top_area > div:first-child ul {
        position: static;
        margin-top: 1rem;
        text-align: center;
    }
    .mb .space_100 .inner2 .top_area > div:last-child {
        width: 100%;
        margin-top: 2rem;
    }
    .mb .space_100 .inner2 .bottom_area {
        margin-top: 4rem;
    }
    .mb .space_100 .inner2 .bottom_area ul {
        margin-top: 2rem;
    }
    /* inner2 END */

    /* br_gallery */
    .mb .space_100 .br_gallery {
        margin-top: 3rem;
    }
    .mb .space_100 .br_gallery .top_area > div:first-child .img_scale .img_wrap {
        width: 100%;
        height: 30rem;
    }
    .mb .space_100 .br_gallery .top_area > div:last-child {
        width: 100%;
        height: auto;
        padding: 4rem 0;
        position: inherit;
        bottom: 0;
        margin: 2rem auto;
    }
    .mb .space_100 .br_gallery .top_area > div:last-child::after {
        display: none;
    }
    .mb .space_100 .br_gallery .bottom_area {
        margin-top: 0;
    }
    .mb .space_100 .inner3.br_gallery .top_area > div:last-child .cube,
    .mb .space_100 .inner4.br_gallery .top_area > div:last-child .cube,
    .mb .space_100 .inner5.br_gallery .top_area > div:last-child .cube,
    .mb .space_100 .inner6.br_gallery .top_area > div:last-child .cube {
        position: initial;
        transform: none;
        margin: 0 auto 2rem auto;
    }
    .mb .space_100 .br_gallery .top_area > div:last-child .floor {
        position: initial;
        transform: none;
        text-align: center;
    }
    .mb .space_100 .br_gallery .top_area > div:last-child .floor ul {
        margin: 0 auto;
    }
    /* br_gallery END */
}

/* 공통 */
.space_100 .sub_visual.space .sub_visual_bg {
    background: url(../img/space/sub_space_bg.jpg) no-repeat center/cover;
}
.space_100 .sub_tit > p:last-of-type {
    margin-top: 2rem;
    line-height: 1.4;
}
/* 공통 END */

/* inner2 */
.space_100 .inner2 .top_area {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
}
.space_100 .inner2 .top_area > div:first-child {
    position: relative;
    width: 36rem;
}
.space_100 .inner2 .top_area > div:first-child p {
    position: absolute;
    top: 0;
    line-height: 1.3;
}
.space_100 .inner2 .top_area > div:first-child ul {
    position: absolute;
    bottom: 0;
    line-height: 1.8;
}
.space_100 .inner2 .top_area > div:last-child {
    width: calc(100% - 36rem);
    height: 30rem;
    background: url(../img/space/center_bg.jpg) no-repeat center/cover;
}
/* inner2 END */

/* inner2 */
.space_100 .inner2 .bottom_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 6rem;
}
.space_100 .inner2 .bottom_area > p::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 2.5rem;
    left: -12rem;
    width: 10rem;
    height: 0.1rem;
    background-color: #333;
}
.space_100 .inner2 .bottom_area > p {
    align-self: flex-end;
    transform: rotate(90deg) translate(-7.4rem, 7.5rem);
    position: relative;
    transition: none;
}
.space_100 .inner2 .bottom_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 36rem);
}
.space_100 .inner2 .bottom_area ul li {
    position: relative;
    width: calc((100% - 320px) / 3);
    padding: 4rem;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s;
}
.space_100 .inner2 .bottom_area ul li:nth-child(-n + 3) {
    margin-bottom: 4rem;
}
.space_100 .inner2 .bottom_area ul li:nth-child(2) {
    margin-right: 40px;
    margin-left: 40px;
}
.space_100 .inner2 .bottom_area ul li:nth-child(4) {
    margin-right: 40px;
}
.space_100 .inner2 .bottom_area ul li:hover {
    z-index: 10;
    background-color: #005ad4;
    box-shadow: 0 4px 16px rgba(0, 90, 212, 0.5);
    animation: bounce_ani1 0.8s ease-in-out;
}
@media all and (max-width: 1600px) {
    /* inner2 */
    .space_100 .inner2 .top_area {
        display: block;
    }
    .space_100 .inner2 .top_area > div:first-child {
        width: auto;
        display: flex;
        justify-content: space-between;
    }
    .space_100 .inner2 .top_area > div:first-child p {
        position: static;
        margin-top: 2.6rem;
    }
    .space_100 .inner2 .top_area > div:first-child ul {
        position: static;
        text-align: right;
    }
    .space_100 .inner2 .top_area > div:last-child {
        width: 100%;
        margin-top: 4rem;
    }
    .space_100 .inner2 .bottom_area {
        display: block;
    }
    .space_100 .inner2 .bottom_area > p {
        align-self: flex-start;
        transform: none;
        text-align: center;
    }
    .space_100 .inner2 .bottom_area > p::before {
        display: none;
    }
    .space_100 .inner2 .bottom_area ul {
        width: 100%;
        margin-top: 3rem;
    }
    .space_100 .inner2 .bottom_area ul li strong::before {
        height: 8rem;
    }
    /* inner2 END */
}
@media all and (max-width: 1200px) {
    .space_100 .inner2 .bottom_area ul li {
        width: calc((100% - 200px) / 2);
    }
    .space_100 .inner2 .bottom_area ul li:nth-child(-n + 4) {
        margin-bottom: 4rem;
    }
    .space_100 .inner2 .bottom_area ul li:nth-child(2n) {
        margin-right: 0;
        margin-left: 40px;
    }
}
@media all and (max-width: 700px) {
    .space_100 .inner2 .bottom_area ul li {
        width: 100%;
    }
    .space_100 .inner2 .bottom_area ul li:nth-child(-n + 4) {
        margin-bottom: 2rem;
    }
    .space_100 .inner2 .bottom_area ul li:nth-child(2n) {
        margin-right: 0;
        margin-left: 0;
    }
}

@keyframes bounce_ani1 {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -2rem, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -1rem, 0);
    }
    90% {
        transform: translate3d(0, -0.5rem, 0);
    }
}
.space_100 .inner2 .bottom_area ul li strong {
    display: block;
    width: 100%;
    margin-bottom: 0.8rem;
    font-family: "Roboto", "Noto Sans KR", sans-serif;
    letter-spacing: 0;
}
.space_100 .inner2 .bottom_area ul li:hover strong {
    color: #a2f2ff;
}
.space_100 .inner2 .bottom_area ul li strong::before {
    content: "";
    display: block;
    height: 10rem;
    margin: 0 auto 2rem auto;
    transition: all 0.3s;
}
.space_100 .inner2 .bottom_area ul li:nth-child(1) strong::before {
    background: url(../img/space/kp_icon1.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(2) strong::before {
    background: url(../img/space/kp_icon2.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(3) strong::before {
    background: url(../img/space/kp_icon3.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(4) strong::before {
    background: url(../img/space/kp_icon4.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(5) strong::before {
    background: url(../img/space/kp_icon5.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(1):hover strong::before {
    background: url(../img/space/kp_hover_icon1.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(2):hover strong::before {
    background: url(../img/space/kp_hover_icon2.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(3):hover strong::before {
    background: url(../img/space/kp_hover_icon3.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(4):hover strong::before {
    background: url(../img/space/kp_hover_icon4.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li:nth-child(5):hover strong::before {
    background: url(../img/space/kp_hover_icon5.svg) no-repeat center;
}
.space_100 .inner2 .bottom_area ul li p {
    line-height: 1.4;
}
.space_100 .inner2 .bottom_area ul li:hover p {
    color: rgba(255, 255, 255, 0.8);
}
/* inner2 END*/

/* inner3 */
.space_100 .inner3.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url(../img/space/mp_rolling/mp_rolling_bg18.jpg) no-repeat center/cover;
}
.space_100 .inner3.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 18.8rem;
}
.space_100 .inner3.br_gallery .top_area > div:last-child .cube a {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 6.8rem;
    font-size: 0;
    background: url(../img/space/mp_cube.svg) no-repeat center;
    transition: all 0.3s;
}
.space_100 .inner3.br_gallery .top_area > div:last-child .cube a.on {
    background: url(../img/space/mp_cube_on.svg) no-repeat center;
}
.space_100 .inner3.br_gallery .top_area > div:last-child .cube a:nth-child(1) {
    z-index: 10;
}
.space_100 .inner3.br_gallery .top_area > div:last-child .cube a:nth-child(2) {
    margin-top: 4rem;
    z-index: 9;
}
.space_100 .inner3.br_gallery .top_area > div:last-child .cube a:nth-child(3) {
    margin-top: 8rem;
    z-index: 8;
}
.space_100 .inner3.br_gallery .top_area > div:last-child .cube a:nth-child(4) {
    margin-top: 12rem;
    z-index: 7;
}
/* inner3 END*/

/* inner4 */
.space_100 .inner4.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url(../img/space/gr_rolling/gr_rolling_bg7.jpg) no-repeat center/cover;
}
.space_100 .inner4.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 12.7rem;
}
.space_100 .inner4.br_gallery .top_area > div:last-child .cube a {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 7.7rem;
    font-size: 0;
    background: url(../img/space/gr_cube.svg) no-repeat center;
    transition: all 0.3s;
}
.space_100 .inner4.br_gallery .top_area > div:last-child .cube a.on {
    background: url(../img/space/gr_cube_on.svg) no-repeat center;
}
.space_100 .inner4.br_gallery .top_area > div:last-child .cube a:nth-child(1) {
    z-index: 10;
}
.space_100 .inner4.br_gallery .top_area > div:last-child .cube a:nth-child(2) {
    margin-top: 5rem;
    z-index: 9;
}
/* inner4 END */

/* inner5 */
.space_100 .inner5.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url("../img/space/bs_rolling/bs_rolling_bg1.jpg") no-repeat center/cover;
}
.space_100 .inner5.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 10.2rem;
}
.space_100 .inner5.br_gallery .top_area > div:last-child .cube a.on {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 10.2rem;
    font-size: 0;
    background: url(../img/space/bs_cube_on.svg) no-repeat center;
    transition: all 0.3s;
}
/* inner5 END */

/* inner6 */
.space_100 .inner6.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url("../img/space/dj_rolling/dj_rolling_bg1.jpg") no-repeat center/cover;
}
.space_100 .inner6.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 10.2rem;
}
.space_100 .inner6.br_gallery .top_area > div:last-child .cube a.on {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 10.2rem;
    font-size: 0;
    background: url(../img/space/bs_cube_on.svg) no-repeat center;
    transition: all 0.3s;
}
/* inner6 END */

/* inner7 */
.space_100 .inner7.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url("../img/space/gj_rolling/gj_rolling_bg1.jpg") no-repeat center/cover;
}
.space_100 .inner7.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 10.2rem;
}
.space_100 .inner7.br_gallery .top_area > div:last-child .cube a.on {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 10.2rem;
    font-size: 0;
    background: url(../img/space/bs_cube_on.svg) no-repeat center;
    transition: all 0.3s;
}
/*
.space_100 .inner7.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 12.7rem;
}
.space_100 .inner7.br_gallery .top_area > div:last-child .cube a {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 7.7rem;
    font-size: 0;
    background: url(../img/space/gr_cube.svg) no-repeat center;
    transition: all 0.3s;
}
.space_100 .inner7.br_gallery .top_area > div:last-child .cube a.on {
    background: url(../img/space/gr_cube_on.svg) no-repeat center;
}
.space_100 .inner7.br_gallery .top_area > div:last-child .cube a:nth-child(1) {
    z-index: 10;
}
.space_100 .inner7.br_gallery .top_area > div:last-child .cube a:nth-child(2) {
    margin-top: 5rem;
    z-index: 9;
}
*/
/* inner7 END */

/* inner8 */
.space_100 .inner8.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url("../img/space/dg_rolling/dg_rolling_bg.jpg") no-repeat center/cover;
}
.space_100 .inner8.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 10.2rem;
}
.space_100 .inner8.br_gallery .top_area > div:last-child .cube a.on {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 10.2rem;
    font-size: 0;
    background: url(../img/space/bs_cube_on.svg) no-repeat center;
    transition: all 0.3s;
}
/* inner8 END */

/* inner9 */
.space_100 .inner9.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url("../img/space/snu_rolling/snu_rolling_bg1.jpg") no-repeat center/cover;
}
.space_100 .inner9.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 10.2rem;
}
.space_100 .inner9.br_gallery .top_area > div:last-child .cube a.on {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 10.2rem;
    font-size: 0;
    background: url(../img/space/bs_cube_on.svg) no-repeat center;
    transition: all 0.3s;
}
/* inner9 END */

/* inner10 */
.space_100 .inner10.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url("../img/space/uni_rolling/uni_rolling_bg1.png") no-repeat center/cover;
}
.space_100 .inner10.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 10.2rem;
}
.space_100 .inner10.br_gallery .top_area > div:last-child .cube a.on {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 10.2rem;
    font-size: 0;
    background: url(../img/space/bs_cube_on.svg) no-repeat center;
    transition: all 0.3s;
}
/* inner10 END */

/* inner11 */
.space_100 .inner11.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url("../img/space/sil_rolling/sil_rolling_bg1.jpg") no-repeat center/cover;
}
.space_100 .inner11.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 10.2rem;
}
.space_100 .inner11.br_gallery .top_area > div:last-child .cube a.on {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 10.2rem;
    font-size: 0;
    background: url(../img/space/bs_cube_on.svg) no-repeat center;
    transition: all 0.3s;
}
/* inner11 END */

/* inner12 */
.space_100 .inner12.br_gallery .top_area > div:first-child .img_scale .scale {
    background: url("../img/space/er_rolling/er_rolling_bg1.jpg") no-repeat center/cover;
}
.space_100 .inner12.br_gallery .top_area > div:last-child .cube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-8rem, -50%);
    width: 10.8rem;
    height: 10.2rem;
}
.space_100 .inner12.br_gallery .top_area > div:last-child .cube a.on {
    display: block;
    position: absolute;
    width: 10.8rem;
    height: 10.2rem;
    font-size: 0;
    background: url(../img/space/bs_cube_on.svg) no-repeat center;
    transition: all 0.3s;
}
/* inner12 END */



/* br_gallery */
.space_100 .br_gallery {
    display: none;
    margin-top: 6rem;
}
.space_100 .br_gallery .top_area {
    position: relative;
}
.space_100 .br_gallery .top_area > div:first-child .img_scale .img_wrap {
    width: 88%;
}
.space_100 .br_gallery .top_area > div:first-child .img_scale .scale {
    height: 45rem;
}
.space_100 .br_gallery .top_area > div:first-child p {
    margin-top: 2rem;
    line-height: 1.5;
}
.space_100 .br_gallery .top_area > div:last-child {
    position: absolute;
    right: 0;
    bottom: -6rem;
    width: 46rem;
    height: 24rem;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 90, 212, 0.1);
}
.space_100 .br_gallery .top_area > div:last-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f6fafd;
    margin: 4rem 0 0 4rem;
}
.space_100 .br_gallery .top_area > div:last-child .cube a:hover {
    animation: bounce_ani2 0.8s ease-in-out;
}
@keyframes bounce_ani2 {
    0%,
    100%,
    20%,
    53%,
    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -1rem, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -0.5rem, 0);
    }
    90% {
        transform: translate3d(0, -0.2rem, 0);
    }
}
.space_100 .br_gallery .top_area > div:last-child .floor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-4rem, -50%);
}
.space_100 .br_gallery .top_area > div:last-child .floor > div {
    display: none;
}
.space_100 .br_gallery .top_area > div:last-child .floor > div.on {
    display: block;
}
.space_100 .br_gallery .top_area > div:last-child .floor p {
    color: #005ad4;
    margin-bottom: 0.8rem;
    font-family: "Roboto", "Noto Sans KR", sans-serif;
    letter-spacing: 0;
}
.space_100 .br_gallery .top_area > div:last-child .floor ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 22rem;
}
.space_100.engPage .br_gallery .top_area > div:last-child .floor ul {
    width: 25rem;
}
.space_100 .br_gallery .top_area > div:last-child .floor li {
    width: calc(100% / 2 - 0.5rem);
    line-height: 1.5;
}
.space_100 .br_gallery .top_area > div:last-child .floor li::before {
    content: "";
    display: inline-block;
    position: relative;
    top: -0.5rem;
    width: 2px;
    height: 2px;
    margin-right: 0.4rem;
    background-color: #333;
}
.space_100 .br_gallery .bottom_area {
    margin-top: 16rem;
}
.space_100 .br_gallery .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 0 !important;
}
.space_100 .br_gallery .owl-nav button {
    position: absolute;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 !important;
    font-size: 0 !important;
    border-radius: 0 !important;
    transition: all 0.3s;
}
.space_100 .br_gallery .owl-nav button:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
}
.space_100 .br_gallery .owl-prev {
    left: 0;
    background: url(../img/common/arrow_white.svg) no-repeat center/30%, rgba(0, 0, 0, 0) !important;
    transform: translateY(-50%) rotate(90deg);
}
.space_100 .br_gallery .owl-next {
    right: 0%;
    background: url(../img/common/arrow_white.svg) no-repeat center/30%, rgba(0, 0, 0, 0) !important;
    transform: translateY(-50%) rotate(-90deg);
}
.space_100 .br_gallery .owl-item {
    cursor: pointer;
    transition: all 0.3s;
}
.space_100 .br_gallery .owl-item:hover {
    opacity: 0.6;
}
.space_100 .br_gallery .imgsize {
    height: 20rem;
}
.space_100 .br_gallery .owl-item .index div {
    position: relative;
    height: 20rem;
    line-height: 20rem;
    background-color: #005ad4;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
}
/* br_gallery END */

/* opening soon */
.space_100 .ops {
	background: rgb(0,0,0,0.5);
	color: #fff;
	font-size: 7rem;
	font-weight: 500;
	line-height: 45rem;
	text-align: center;
}
.space_100 .br_gallery .owl-item .index div.ops-carousel {
	background: rgb(0,0,0,0.5);
}