@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&family=Roboto+Slab:wght@100;200;300;400;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
.material-symbols-outlined {
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 0;
}
/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Pretendard Variable", "Roboto Condensed", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
}

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {display: none;}
 */

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
    .col-sm-40 {
        width: 40%;
    }
    .col-sm-60 {
        width: 60%;
    }
    .col-sm-80 {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
    }
    .col-md-40 {
        width: 40%;
    }
    .col-md-60 {
        width: 60%;
    }
    .col-md-80 {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }
    .col-lg-40 {
        width: 40%;
    }
    .col-lg-60 {
        width: 60%;
    }
    .col-lg-80 {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}
/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    width: 16%;
    box-shadow: 0px 1px 12px -9px;
    box-shadow: none;
}
.navbar.navbar-inverse .container {
    width: auto;
    padding: 0;
}
.navbar.navbar-inverse .navbar-header {
    padding: 10rem 7rem 0;
    margin: 0 0 8rem;
    float: none;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 2rem;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    float: none !important;
    padding: 0 7rem;
}
.nav.navbar-nav {
    float: none !important;
    margin-right: 0 !important;
}
.nav.navbar-nav > li {
    float: none;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 0.9rem 0;
    font-size: 1.4rem;
    color: #444;
    letter-spacing: 0;
    font-family: "Roboto Slab", "Noto Serif KR", serif;
    margin-bottom: 1.8rem;
}
.nav.navbar-nav > li > a .caret {
    display: none;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus {
    color: #000000;
    background: none;
    text-decoration: underline;
}
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 0.8rem 1.5rem;
}
.nav.navbar-nav li .dropdown-menu li a:hover {
}

@media (max-width: 767px) {
    html {
        font-size: 2vw;
    }
    #site {
    }

    .navbar.navbar-inverse {
        right: 0;
        bottom: auto;
        margin: 0;
        width: auto;
    }
    .navbar.navbar-inverse .navbar-header {
        padding: 0;
        margin: 0;
        float: none;
    }
    .navbar-header .navbar-brand {
        margin-top: 12px;
        margin-left: 15px !important;
        width: 200px;
    }
    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }
    .nav.navbar-nav {
        float: none !important;
        margin-right: -15px !important;
    }
    .nav.navbar-nav > li > a {
        padding: 0.9rem 0;
        font-size: 1.8rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site {
    }
    .navbar.navbar-inverse {
        width: 25%;
    }
    .navbar.navbar-inverse .navbar-header {
        padding: 10rem 3rem 0;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        float: none !important;
        padding: 0 3rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site {
    }
    .navbar.navbar-inverse {
        width: 20%;
    }
    .navbar.navbar-inverse .navbar-header {
        padding: 10rem 3rem 0;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        float: none !important;
        padding: 0 3rem;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: calc((100% - 114rem) / 2);
    right: calc((100% - 114rem) / 2);
}
#mainCarousel .carousel-inner .item h1 {
}
#mainCarousel .carousel-inner .item p {
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 75rem) / 2);
        right: calc((100% - 75rem) / 2);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 97rem) / 2);
        right: calc((100% - 97rem) / 2);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#site main {
    padding-left: calc(16% + 3rem);
    min-height: 100vh;
}

.board_box_video {
    padding-top: 5rem;
}
.board_box_video .page-header {
    display: none;
}
.board_box_video .type_thumb {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.1rem;
}
.board_box_video .type_thumb::before,
.board_box_video .type_thumb::after {
    display: none;
}
.board_box_video .type_thumb > .col-xs-6 {
    padding: 0;
    width: 100%;
}
.board_box_video .type_thumb .inner {
    margin: 0;
    border: 0;
    position: relative;
}
.board_box_video .type_thumb .inner:hover {
}
.board_box_video .type_thumb .inner .top {
}
.board_box_video .type_thumb .inner .top a {
}
.board_box_video .type_video .top a:before {
    display: none;
}
.board_box_video .type_thumb .inner .top a .thumb {
    height: auto;
    background-size: 130%;
    padding-top: 56.23%;
}
.board_box_video .type_thumb .inner .bottom {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.board_box_video .type_thumb .inner:hover .bottom {
    opacity: 1;
}
.board_box_video .type_thumb .inner .bottom .title {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.board_box_video .type_thumb .inner .bottom .title a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
}
.board_box_video .type_thumb .inner .bottom .title a:hover {
    text-decoration: none;
}
.board_box_video .type_thumb .inner .bottom .title a .subject {
    letter-spacing: 0.034em;
    font-size: 1.7rem;
}
.board_box_video .type_thumb .inner:hover .bottom .title a .subject {
}
.board_box_video .type_thumb .bottom .info {
    display: none;
}

@media (max-width: 767px) {
    #site main {
        padding-left: 0;
        min-height: auto;
    }
    .board_box_video {
        padding-top: 50px;
    }
    .board_box_video .type_thumb {
        grid-template-columns: 1fr;
        gap: 0.2rem 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site main {
        padding-left: calc(25% + 3rem);
        min-height: 100vh;
    }
    .board_box_video .type_thumb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.1rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site main {
        padding-left: calc(20% + 3rem);
        min-height: 100vh;
    }
    .board_box_video .type_thumb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.1rem;
    }
}

/* //메인 중단영역 */

/* 서브페이지 */
#site > .container {
    width: 100%;
    padding-left: 0;
    max-width: none;
}
#site main.subWrapper {
}

.subHeader {
    display: none;
}
.subHeader .container {
}
.subHeader .container h2 {
}
.subHeader .container .breadcrumb {
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active {
}

.subMenu {
}
.subMenu .nav {
}
.subMenu .nav > li {
}
.subMenu .nav > li > a {
}
.subMenu .nav > li.active > a {
}

.subContent {
    padding-top: 11rem;
}
.subContent_title {
}
.subContent_title h3 {
    margin: 0 0 10.5rem;
    font-size: 3.6rem;
    color: #000;
    line-height: 1;
    font-weight: 800;
    font-family: "Roboto Slab", "Noto Serif KR", serif;
}
.subContent .content,
.bbs-section {
    padding-bottom: 10rem;
}
.bbs-area .board_wrapper {
    margin-top: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.subContent .content h4 {
    margin: 0 0 3rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: #b38742;
    font-family: "Roboto Slab", "Noto Serif KR", serif;
}
.subContent .content h4::before {
    content: "";
}

#site main.subWrapper#about {
    /* background: url(/public/img/sub/bg-about.jpg) no-repeat center / cover; */
}
#about .subContent_title h3 {
}
.about-zuri {
    /* background: rgb(0 0 0 / 55%); */
    margin-top: 15rem;
}
.about-zuri .image {
    margin: 0 0 8rem;
    text-align: left;
}
.about-zuri .image img {
    width: 300px;
    margin-left: 0;
}
.about-zuri .text {
    text-align: center;
    width: 40rem;
}
.about-zuri .text p {
    text-align: left;
    font-size: 1.7rem;
    margin: 0 0 3.4rem;
    font-weight: 500;
    text-shadow: 0px 0px 10px #fff;
}
.about-zuri .text p.intro {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4em;
    letter-spacing: -0.02em;
}
.about-zuri .text p.epil {
    font-weight: 700;
    margin: 0;
}

.cam-list .cam h5,
.discount-box h5,
.option-wrap .option h5 {
    margin: 0 0 1.5rem;
    font-size: 1.9rem;
    color: #000;
    font-weight: 700;
}
/* .cam-list .cam h5::before,
.discount-box h5::before,
.option-wrap .option h5::before{
    content: '';
    display: block;
    width: 3rem;
    height: 0.1rem;
    background: #000;
    margin: 0 0 1.5rem;
} */
.cam-table-box {
    overflow-x: auto;
}
.table-style01 {
    width: 100%;
    min-width: 900px;
}
.table-style01 tbody tr:nth-child(even),
.table-style01 thead {
    background-color: #f9ece5;
}
.table-style01 {
    border-bottom: 1px solid #ddd;
}
.table-style01 th,
.table-style01 td {
    padding: 17px 10px;
    text-align: center;
    /* border: 2px solid #ddd; */
    font-size: 15px;
    color: #1a1a1a;
    letter-spacing: 0.02em;
    border-left: 0;
    border-right: 0;
}
.table-style01 th {
    font-weight: 600;
    font-size: 15px;
}
.table-style01 td {
}
.table-style01 thead th:nth-child(1) {
    border-right: 0;
}
.table-style01 thead th:nth-child(2) {
    border-left: 0;
}
.table-style01 thead th {
}
.table-style01 tbody th {
}
#product .subContent .content.con1 {
    padding-bottom: 20rem;
}
.cam-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem 3rem;
}
.cam-list .cam {
    background-color: #f9ece5;
    padding: 35px;
}
.cam-list .cam h5 {
    font-family: "Noto Serif KR", serif;
    letter-spacing: -0.034em;
}
.cam-list .cam .sub-txt {
    margin-bottom: 14px;
}
.cam-list .cam .sub-txt p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
.cam-list .cam .sub-txt p + p {
    margin-top: 3px;
}
.cam-list .cam .li-cam {
}
.cam-list .cam .li-cam > li {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    padding-left: 1rem;
    position: relative;
}
.cam-list .cam .li-cam > li::before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: #555;
    position: absolute;
    top: 0.7rem;
    left: 0;
    border-radius: 50%;
}

.discount-box {
    background: #f9ece5;
    padding: 3.5rem 0 2.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5rem;
}
.discount-box h5 {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4em;
    color: #af7553;
    position: relative;
    color: #333;
}
.discount-box h5::before {
    content: "";
    display: block;
    width: 1rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    left: -2rem;
    top: 1.1rem;
}
.discount-box p {
    font-size: 1.6rem;
    color: #8f3500;
    font-weight: 500;
    text-align: left;
}
.discount-box p small {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    color: #333;
}

.option-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
}
.option-wrap .option {
    padding: 2rem 2.7rem 0;
    background: #f8f8f8;
    height: 240px;
}
.option-wrap .option:nth-child(1),
.option-wrap .option:nth-child(2) {
    grid-column: span 2;
}
.option-wrap .option h5 {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 2rem;
    line-height: 1.3em;
}
.option-wrap .option p {
    font-size: 1.5rem;
}

.board_wrapper {
    margin-top: 0;
}
.table.table_default tr th,
.table.table_default tr td {
    background: #fff;
    border-bottom-color: #ddd;
}

#film .subContent {
    padding-top: 5rem;
}
#film .subContent_title {
    display: none;
}
#film .bbs-section {
}
#film .bbs-section .container {
    max-width: 100%;
    padding: 0;
}
#film .bbs-section #film_view {
    max-width: 1170px;
    margin: auto;
}

.table_video {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0.1rem;
    margin: 0;
}
.table_video::before,
.table_video::after {
    display: none;
}
.table_video > .col-xs-6 {
    padding: 0;
    width: 100%;
    margin: 0;
}
.table_video .inner {
    margin: 0;
    border: 0;
    position: relative;
}
.table_video .inner:hover {
}
.table_video .inner .top {
}
.table_video .inner .top a {
    color: #fff;
}
.table_video .type_video .top a:before {
    display: none;
}
.table_video .inner .top a .thumb {
    height: auto;
    background-size: 130%;
    padding-top: 56.23%;
}
.table_video .top a:before {
    display: none;
}
.table_video .inner .bottom {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.table_video .inner:hover .bottom {
    opacity: 1;
}
.table_video .inner .bottom .title {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.table_video .inner .bottom .title a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.table_video .inner .bottom .title a:hover {
    text-decoration: none;
}
.table_video .inner .bottom .title a span {
    color: #fff;
}
.table_video .inner:hover .bottom .title a span {
    color: #fff;
}
.table_video .bottom .info {
    display: none;
}

#reservation .note-box {
    margin: 0 0 5rem;
    font-size: 1.5rem;
}
#reservation .note-box p {
    margin-bottom: 0.3rem;
    color: #666;
}
#reservation .note p {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    color: #999;
}
#reservation .note p:last-child {
    margin: 0;
}

#reservation .board_wrapper .board_write_table {
    border: 0;
}
#reservation .board_wrapper .board_write_table tr {
    display: flex;
    /* grid-template-columns: 21rem 1fr 1fr; */
}
#reservation .board_wrapper .board_write_table tr#item_6,
#reservation .board_wrapper .board_write_table tr#item_email,
#reservation .board_wrapper .board_write_table tr#item_7 {
    padding-top: 2rem;
}
#reservation .board_wrapper .board_write_table tr th,
#reservation .board_wrapper .board_write_table tr td {
    border: 0;
    font-size: 1.6rem;
    padding: 0 2rem 2.2rem 0;
}
#reservation .board_wrapper .board_write_table tr th {
    background: none;
    width: 21rem;
    font-size: 1.5rem;
    letter-spacing: -0.034em;
    padding-right: 4rem;
    font-weight: 700;
}
#reservation .board_wrapper .board_write_table tr th .required_text {
    color: #f00;
    left: -1px;
    top: 2px;
}
#reservation .board_wrapper .board_write_table tr td {
    flex: 1;
}
#reservation .board_wrapper .board_write_table tr td[colspan="2"] {
}
#reservation .board_wrapper .board_write_table tr td input[type="text"] {
    width: 100%;
    border: 0;
    /* border-bottom: 1px solid #ddd; */
    background: #f8f8f8;
    height: 36px;
}
#reservation .board_wrapper .board_write_table tr#item_captcha input[type="text"] {
    width: 222px;
}
#reservation .board_wrapper .board_write_table tr#item_0 th,
#reservation .board_wrapper .board_write_table tr#item_5 th {
}
#reservation .board_wrapper .board_write_table tr#item_0 td,
#reservation .board_wrapper .board_write_table tr#item_5 td,
#reservation .board_wrapper .board_write_table tr#item_6 td {
    display: flex;
    gap: 1rem 1.5rem;
    flex-wrap: wrap;
    flex: 1;
}
#reservation .board_wrapper .board_write_table tr#item_0 td .radio-inline,
#reservation .board_wrapper .board_write_table tr#item_5 td .checkbox-inline,
#reservation .board_wrapper .board_write_table tr#item_6 td .checkbox-inline {
    margin: 0 !important;
}
#reservation .board_wrapper .board_write_table tr#item_0 td .radio-inline input[type="radio"],
#reservation .board_wrapper .board_write_table tr#item_5 td .checkbox-inline input[type="radio"],
#reservation .board_wrapper .board_write_table tr#item_6 td .checkbox-inline input[type="radio"] {
}
#reservation .board_wrapper .board_write_table tr#item_0 td .radio-inline span,
#reservation .board_wrapper .board_write_table tr#item_5 td .checkbox-inline span,
#reservation .board_wrapper .board_write_table tr#item_6 td .checkbox-inline span {
    font-size: 1.5rem;
}
#reservation .board_wrapper .board_write_table tr#item_0 td .radio-inline span::before,
#reservation .board_wrapper .board_write_table tr#item_5 td .checkbox-inline span::before,
#reservation .board_wrapper .board_write_table tr#item_6 td .checkbox-inline span::before {
    font-size: 1em;
}
#reservation .board_wrapper .board_write_table tr#item_0 td .radio-inline .custom_radio:checked + span::before,
#reservation .board_wrapper .board_write_table tr#item_5 td .checkbox-inline .custom_radio:checked + span::before,
#reservation .board_wrapper .board_write_table tr#item_6 td .checkbox-inline .custom_radio:checked + span::before {
}
#reservation .board_wrapper .board_write_table #item_agree .checkbox label {
    margin-top: 0.5rem;
    border-bottom: 1px solid #999;
    letter-spacing: -0.034em;
    font-weight: 500;
}
.board_wrapper .table.board_write_table tbody tr td :where(.btn, .form-control) {
    height: 36px;
}
.rules-wrap {
    border: 1px solid #ddd;
    max-height: 40rem;
    overflow: hidden;
    overflow-y: scroll;
    padding: 3rem;
}
.rules-wrap .rule-box {
}
.rules-wrap .rule-box h5 {
    font-size: 1.7rem;
    margin: 0 0 2rem;
    font-weight: 700;
}
.rules-wrap .rule-box .des {
}
.rules-wrap .rule-box .des h6 {
    font-size: 1.6rem;
    margin: 3rem 0 1rem;
}
.rules-wrap .rule-box .des p {
    font-size: 1.4rem;
}
.rules-wrap .rule-box .des p.note {
    margin: 10px 0 0 !important;
    color: #c70000;
}
.rules-wrap .rule-box .des p:last-child {
    margin: 0;
}
.rules-wrap .rule-box .li-rule {
}
.rules-wrap .rule-box .li-rule > li {
    font-size: 1.4rem;
    margin-top: 0.1rem;
}
.rules-wrap .rule-box .li-rule > li::before {
    content: "";
}
.dl-rule {
    padding: 1.8rem;
    background: #fafafa;
}
.dl-rule dt {
    font-weight: 500;
    font-size: 1.5rem;
}
.dl-rule dd {
    font-size: 1.4rem;
}

.btn.btn-primary {
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #222;
    border-color: #222;
}

#form_contact #list_btn {
    display: none;
}

.board_data_view {
    border-top: none;
    border-bottom: 1px solid #eee;
}

.board_data_view .contents_wrap {
    padding: 50px 0;
}
.board_data_view .header_wrap {
    text-align: left;
    border-bottom: 0;
    border-bottom-color: #ddd;
}

#film .board_data_view .header_wrap {
    text-align: center;
    padding-top: 6rem;
}

@media (max-width: 767px) {
    .about-zuri {
        margin-top: 5rem;
    }
    .cam-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem 2rem;
    }
    .discount-box {
        display: block;
    }
    .discount-box h5::before {
        display: none;
    }
    .discount-box p {
        margin: 1rem 0 0;
        text-align: center;
    }

    .option-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .option-wrap .option {
        padding: 3rem 2.7rem 3rem;
        height: auto;
    }
    #site > .container {
        padding-left: 15px;
    }

    #film .subContent {
        padding-top: 50px;
    }
    .table_video {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin: 0;
    }

    #reservation .board_wrapper .board_write_table tr th,
    #reservation .board_wrapper .board_write_table tr td {
        border: 0;
        font-size: 1.6rem;
        padding: 1rem 0;
    }
    #reservation .board_wrapper .board_write_table tr th {
        padding-left: 0 !important;
        font-size: 2.2rem;
    }
    #reservation .board_wrapper .board_write_table tr#item_0 td,
    #reservation .board_wrapper .board_write_table tr#item_5 td,
    #reservation .board_wrapper .board_write_table tr#item_6 td {
        gap: 0.6rem 0.6rem;
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits {
        display: none;
    }

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    #list_btn {
        display: none;
    }
    #write_btn {
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: auto;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {
    padding: 5rem 0 4rem;
    text-align: center;
    padding-left: calc(20% - 3rem);
}
footer .footer-link {
}
footer .footer-link .f-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 2rem;
    margin-bottom: 3rem;
}
footer .footer-link .f-link li {
}
footer .footer-link .f-link li > a {
    display: block;
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    color: #f00;
}
footer .footer-link .f-link li > a:hover {
    text-decoration: none;
}
footer .footer-link .f-link li > a > i {
}
footer .footer-link .f-link li.call > a {
    color: #333;
}
footer .footer-link .f-link li.insta > a {
    font-size: 3.5rem;
    background: linear-gradient(to right, #f7d899, #cf2872);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .footer-link .f-link li.youtube > a > i {
}
footer .footer-link .f-link li.kakao > a {
    border-radius: 50%;
    overflow: hidden;
    padding: 0.3rem;
    background: #fae100;
    width: 3.7rem;
}
footer .footer-link .f-link li.kakao > a > img {
}
footer .footer-link .f-link li.insta > a:hover {
    background: linear-gradient(to right, #f7d899, #cf2872);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer .footer-link .f-link li.youtube > a:hover {
    color: #f00;
}
footer .footer-link .f-link li.kakao > a:hover > img {
}
footer .footer-text {
}
footer .footer-text p {
    line-height: 1;
    font-size: 1.5rem;
    color: #666;
}
footer .footer-text p strong {
    font-weight: 600;
}
footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}
footer .footer-text ul li {
    line-height: 0.9;
    margin-top: 0.5rem;
    font-size: 1.2rem;
    opacity: 0.8;
    color: #000;
    line-height: 1;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights {
    display: block;
    font-size: 1.2rem;
    margin-top: 1.8rem;
    color: #999;
}

footer .footer-login {
    line-height: 1;
    display: inline-block;
    margin-left: 2rem;
}
footer .footer-login .login-li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    line-height: 1;
}
footer .footer-login .login-li > li {
}
footer .footer-login .login-li > li a {
    display: block;
    line-height: 1;
    color: #999;
}
footer .footer-login .login-li > li a:hover {
    color: #000;
}

@media (max-width: 767px) {
    footer {
        padding-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    footer .container {
        width: auto;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    footer .container {
        width: auto;
    }
}
/* //푸터 */

.maintenance {
    margin-top: 0.5rem;
    border: 7px solid #e5e5e5;
    padding: 5rem 2.5rem;
    text-align: center;
}
.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 6.4rem;
    margin-bottom: 1rem;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 2rem;
}
.login_container {
    padding-left: calc(16% + 3rem);
    min-height: 100vh;
}
.member_wrapper {
    /* max-width: 117.0rem; */
    margin: 0 auto;
}
/* 24-10-15 product 하단 추가 */
.commonness-wrap {
    background: #f9ece5;
    padding: 2.5rem 2rem 2.5rem;
}
.commonness-wrap li {
    font-size: 1.5rem;
    margin-top: 0.5rem;
    padding-left: 1rem;
    position: relative;
    font-weight: 500;
    color: #444;
}
.commonness-wrap li::before {
    content: "";
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: #555;
    position: absolute;
    top: 0.7rem;
    left: 0;
    border-radius: 50%;
}
.commonness-wrap li.special {
}
