﻿


/*SUB6*/
.form_box {
    border-top: 2px solid #fff;
    font-size: 1.2rem;
}
.form_group{
    padding: 1.3rem 0;
    border-bottom: 1px solid #555;
}
.form_group_ttl {
    font-weight: 600;
    width: 200px;
    padding-left: 2rem;
    font-size: 1.5rem;
}
.form_group input,
.form_group textarea{
    padding: .5rem .3rem;
}
.form_flex {
    display: flex;
}
.form_style {
    background-color: #555;
    color: #fff;
    text-indent: 8px;
}
.form_input {
    width: 30%;
}
.form_ttl_input {
    width: 75%;
}
.form_group textarea {
    width: 75%;
    height: 240px;
}

.cont_box {
    border-top: 2px solid #fff;
    margin-top: 3rem;
    padding: 2rem 3rem;
    height: 200px;
    background-color: #444;
    overflow: auto;
}
.cont_box h2{
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0 0 2rem;
}
.cont_box h3 {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1.3rem 0 .5rem;
}
.cont_box ul li,
.cont_box p{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #ddd;
}
.form_checkbox{
    font-size: 1.2rem;
    padding: .6rem 0;
}
.form_btn{
    margin: 5rem auto 0;
    width: 20%;
    text-align: center;
    padding: 1rem 2rem;
    background-color: #555;
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 6px;
    cursor: pointer;
}
.board_box {
    border-top: 2px solid #fff;
    font-size: 1.1rem;
}

.board_box th {
    font-size: 1.4rem; 
    font-weight: 600;
    text-align: center;
}
.table_no{
    width: 10%;
}
.table_ttl {
    width: 60%;
}
.table_date {
    width: 20%;
}
.table_lock {
    width: 10%; 
}
.table_img_lock {
    width: 1.4rem;
    margin-top: 4px;
}



@media(max-width: 767px) {
    .form_flex {
        flex-direction: column;
        gap: 1.4rem;
    }
    .form_style{
        margin-left: 1.6rem;
    }
    .form_input {
        width: 75%;
    }
}


/*END SUB6*/



.main-slide-item {
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}

    .main-slide-item img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.main-slide-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--text-color);
    display: flex;
}

.item-content-wrapper {
    padding-left: 5rem;
    width: 40%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .item-content-wrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(0,0,0,0.8),rgba(0,0,0,0));
    }

.item-content-title {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-size: 900;
}

.movie-infos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: calc(var(--space-top) / 2);
}

.movie-info {
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 600;
}

    .movie-info span {
        margin-left: 5px;
    }

    .movie-info i {
        color: var(--main-color);
    }

    .movie-info ~ .movie-info { /*.movie-info 형제들*/
        margin-left: 5px;
    }

.item-content-description {
    font-size: .9rem;
    margin-top: var(--space-top);
    line-height: 1.5rem;
}

.item-action {
    margin-top: var(--space-top);
}

/* owl-carousel */
.carousel-nav-center {
    position: relative;
}

    .carousel-nav-center .owl-nav button i { /*(.owl-nav)제이쿼리 owlCarousel로 만든 네비게이션 버튼 -> 개발자 모드로 클래스네임 확인 */
        font-size: 3rem;
        background-color: rgba(0,0,0,0.6);
        border-radius: 50%;
    }

    .carousel-nav-center .owl-nav button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        outline: none;
    }

    .carousel-nav-center .owl-nav .owl-prev { /*전 화살표*/
        position: absolute;
        left: 5px;
    }

    .carousel-nav-center .owl-nav .owl-next { /*후 화살표*/
        position: absolute;
        right: 5px;
    }

.owl-nav button:hover i {
    color: var(--main-color);
}

/* 사진 콘텐츠 시간설정(숨기기) */
.top-down {
    transform: translateY(-50px);
    transition: .5s ease-in-out;
    visibility: hidden; /*요소 숨김*/
    opacity: 0;
}

.delay-2 {
    transition-delay: .2s;
}

.delay-4 {
    transition-delay: .4s;
}

.delay-6 {
    transition-delay: .6s;
}

/* 사진 콘텐츠 시간설정(보이기) */
.owl-item.active .top-down { /*(.owl-item.active) 제이쿼리 owlCarousel로 만든 네비게이션 버튼 개발자모드로 클래스네임 확인*/
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.movie-item {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 140%;
    cursor: pointer;
}

    .movie-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: transform .3s linear; /*linear 일정한 속도로 이동*/
    }

    .movie-item:hover img {
        transform: scale(1.2);
    }

.movie-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding-left: 1rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8),rgba(0,0,0,0));
}

.movie-item-title {
    color: var(--text-color);
    font-size: 1.5rem;
    position: relative;
    font-weight: 700;
}

/* 셀렉트 창 반응형을 위한 작업 by.최민석 */
@media (min-width: 767px) {

    .form_title {
        width: 59%;
    }

    .form_select {
        width: 15%;
        margin-left: 10px;
    }

    .form_select_time {
        padding: .5rem .3rem;
        width: 30%;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {

    .form_select {
        width: 75%;
    }

    .form_select_time {
        padding: .5rem .3rem;
        width: 75%;
    }

    .form_btn {
        width: 100%;
    }
}

/* 팝업 by.최민석 */
#pop1 {
    position: fixed;
    left: 30%;
    top: 16%;
    z-index: 9999;
}
    #pop1 img {
        max-height: 500px;
    }

.ui-widget-content {
    background-color: #E5E5E5;
}

.img-responsive1 {
    margin: 0 auto;
}

.popupBtn {
    margin: 1%;
    padding: 3%;
    text-align: center;
    border-radius: 7px;
}

.mapIcon {
    margin-right: 8px;
}

.mapTitle {
    font-size:2em;
    font-weight:600;
}

.star {
    color: #ff0000;
    margin-right:3px;
}
