/* section1 */
.ch-slide-container {
    position: relative;
}

.ch-slide-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.ch-slide-bg .ch-slide-bg-item {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 2.5s;
}

.ch-slide-bg .ch-slide-bg-item.ch-slide-active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.ch-slide-txt {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ch-slide-txt .ch-slide-txt-item {
    opacity: 0;
    transform: translate(0, -50%);
    transition: all 3s;
    transition-delay: 0.15s;
}

.ch-slide-txt .ch-slide-txt-item.ch-slide-active {
    opacity: 1;
    transform: translate(0, 0);
}

.ch-slide-txt .ch-slide-txt-item:nth-child(1) {
    position: absolute;
    left: 50%;
    margin-top: 530px;
    margin-left: -580px;
}

.ch-slide-txt .ch-slide-txt-item:nth-child(2) {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -300px;
}

.ch-slide-txt .ch-slide-txt-item:nth-child(3) {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-top: 500px;
    margin-left: -610px;
}

/* PC movie rightbar */
.movie-bar {
    position: absolute;
    /* position: fixed; */
    margin-top: 0px;
    z-index: 99;
    right: 0px;
    width: 301px;
    height: 798px;
    background-color: #55514e;
}
.movie-bar a {
    display: block;
    text-align: center;
    padding: 0px;
    transition: all 0.3s ease;
    color: white;
    font-size: 33px;
}
.movie-bar a:hover {
    background-color: #55514e;
}
.movie-bar .active {
    background-color: #55514e;
}

/* MOBILE QUICK */
.mobile-quick {
    position: fixed;
    margin-top: 0px;
    z-index: 9999;
    right: 0px;
    width: 80px;
    background-color: black;
}

.mobile-quick .txt {
    color: white;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 4px;
}

.mobile-quick a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 13px;
}
.mobile-quick a:hover {
    background-color: #000;
}
.mobile-quick .active {
    background-color: black;
}

/* 공통패턴 */
.ok-pattern {
    background-color: #55514e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%234d4743' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M29 58.58l7.38-7.39A30.95 30.95 0 0 1 29 37.84a30.95 30.95 0 0 1-7.38 13.36l7.37 7.38zm1.4 1.41l.01.01h-2.84l-7.37-7.38A30.95 30.95 0 0 1 6.84 60H0v-1.02a28.9 28.9 0 0 0 18.79-7.78L0 32.41v-4.84L18.78 8.79A28.9 28.9 0 0 0 0 1.02V0h6.84a30.95 30.95 0 0 1 13.35 7.38L27.57 0h2.84l7.39 7.38A30.95 30.95 0 0 1 51.16 0H60v27.58-.01V60h-8.84a30.95 30.95 0 0 1-13.37-7.4L30.4 60zM29 1.41l-7.4 7.38A30.95 30.95 0 0 1 29 22.16 30.95 30.95 0 0 1 36.38 8.8L29 1.4zM58 1A28.9 28.9 0 0 0 39.2 8.8L58 27.58V1.02zm-20.2 9.2A28.9 28.9 0 0 0 30.02 29h26.56L37.8 10.21zM30.02 31a28.9 28.9 0 0 0 7.77 18.79l18.79-18.79H30.02zm9.18 20.2A28.9 28.9 0 0 0 58 59V32.4L39.2 51.19zm-19-1.4a28.9 28.9 0 0 0 7.78-18.8H1.41l18.8 18.8zm7.78-20.8A28.9 28.9 0 0 0 20.2 10.2L1.41 29h26.57z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* 공통패턴2 */
.ok-pattern2 {
    background-color: #605146;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23564437' fill-opacity='0.4' fill-rule='nonzero'%3E%3Cpath d='M29 58.58l7.38-7.39A30.95 30.95 0 0 1 29 37.84a30.95 30.95 0 0 1-7.38 13.36l7.37 7.38zm1.4 1.41l.01.01h-2.84l-7.37-7.38A30.95 30.95 0 0 1 6.84 60H0v-1.02a28.9 28.9 0 0 0 18.79-7.78L0 32.41v-4.84L18.78 8.79A28.9 28.9 0 0 0 0 1.02V0h6.84a30.95 30.95 0 0 1 13.35 7.38L27.57 0h2.84l7.39 7.38A30.95 30.95 0 0 1 51.16 0H60v27.58-.01V60h-8.84a30.95 30.95 0 0 1-13.37-7.4L30.4 60zM29 1.41l-7.4 7.38A30.95 30.95 0 0 1 29 22.16 30.95 30.95 0 0 1 36.38 8.8L29 1.4zM58 1A28.9 28.9 0 0 0 39.2 8.8L58 27.58V1.02zm-20.2 9.2A28.9 28.9 0 0 0 30.02 29h26.56L37.8 10.21zM30.02 31a28.9 28.9 0 0 0 7.77 18.79l18.79-18.79H30.02zm9.18 20.2A28.9 28.9 0 0 0 58 59V32.4L39.2 51.19zm-19-1.4a28.9 28.9 0 0 0 7.78-18.8H1.41l18.8 18.8zm7.78-20.8A28.9 28.9 0 0 0 20.2 10.2L1.41 29h26.57z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* 최종사이트 */

/* 메인타이틀공통 */
.ok-main-title h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
    font-weight: 700;
    color: #a47b5b;
}
@media (min-width: 768px) {
    .ok-main-title h1 {
        font-size: 39px;
    }
}
@media (min-width: 992px) {
    .ok-main-title h1 {
        font-size: 38px;
    }
}

@media (min-width: 1200px) {
    .ok-main-title h1 {
        font-size: 38px;
    }
}

.ok-main-title h2 {
    font-size: 19px;
    letter-spacing: -0.8px;
    font-weight: 400;
    color: #c6b7ae;
    line-height: 1.5rem;
}

@media (min-width: 1200px) {
    .ok-main-title h2 {
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
}

.ok-main-title h3 {
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 400;
    color: #b39775;
}

/* bootstrap swipper 디자인수정 */
.btn-primary {
    margin-top: 10px;
    color: #fff;
    background: #4da0af;
    border-color: #4da0af;
    font-size: 12px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

/* line */
.ok-line {
    position: relative;
    padding-bottom: 30px;
}

.ok-line::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    height: 2px;
    background-color: #d8d8d8;
}

/* swiper 디자인 */

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
    position: fixed;
    top: 50%;
    width: 30px;
    height: 72px;
    margin-top: -45px;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
}

/* mobile-fix */
.fixed-buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 1999;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

/* .fixed-buttons a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.fixed-buttons .fix1 {
    background-color: #5a292a;
    width: 25%;
    height: 70px;
}

.fixed-buttons .fix1 img {
    width: 25%;
}

.fixed-buttons .fix2 {
    background-color: #273558;
    width: 25%;
    height: 70px;
}

.fixed-buttons .fix2 img {
    width: 25%;
}

.fixed-buttons .fix3 {
    background-color: #5a292a;
    width: 25%;
    height: 70px;
}

.fixed-buttons .fix3 img {
    width: 25%;
}
.fixed-buttons .fix4 {
    background-color: #273558;
    width: 25%;
    height: 70px;
}

.fixed-buttons .fix4 img {
    width: 25%;
}
