.container {
    background-color: #fff;
    color: #000;
    width: 100%;
    top: 40px;
    position: relative;
}

.w1180 {
    max-width: 1180px;
    margin: 0 auto
}

h1 {
    font-family: Pretendard, sans-serif;
    font-size: 65px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    bottom: 50px;
    max-width: 700px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-family: Pretendard, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: normal;
}

h3 {
    font-family: Pretendard, sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 25px
}

h4 {
    font-family: Pretendard, sans-serif;
    font-size: 21px;
    margin: 0 0 5px
}

p {
    font-family: Pretendard, sans-serif;
    font-size: 16px;
    margin: 0 0 15px
}

h1 span {
    font-family: RidleyGrotesk, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin: 15px 0 0
}

.container ul li {
    font-family: Pretendard, sans-serif;
    font-size: 16px;
    margin: 10px 0
}

.container ul li:last-child {
    margin: 10px 0 0
}

.galeries {
    position: relative;
    box-sizing: border-box;
}

.galeries .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    background-position: center;
    background-size: cover
}

.galeries .item:nth-child(1) {
    width: 50%;
    height: 300px;
    margin: 0 10px 15px 0
}

.galeries .item:nth-child(2) {
    width: 20%;
    height: 180px
}

.galeries .item:nth-child(3) {
    width: calc(30% - 30px);
    height: 255px;
    margin: 0 0 10px
}

.galeries .item:nth-child(4) {
    width: 30%;
    height: 540px;
    margin: 0 10px 0 0
}

.galeries .item:nth-child(5) {
    width: calc(20% - 15px);
    height: 165px;
    position: absolute;
}

.galeries .item:nth-child(6) {
    width: 20%;
    height: 285px;
    position: absolute;
    left: calc(50% + 13px);
    bottom: 370px
}

.galeries .item:nth-child(7) {
    width: 40%;
    height: 365px;
    vertical-align: bottom;
    margin: 0 10px 0 0
}

.galeries .item:nth-child(8) {
    width: calc(30% - 30px);
    height: 590px;
    margin: -45px 0 0
}

.galeries .item.full {
    margin: 0;
    width: 100%
}

.galeries .item.full:nth-child(1) {
    height: 100vh
}

.galeries .image {
    position: relative;
}

.shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 55%, rgba(251, 251, 251, 0) 57%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 55%, rgba(251, 251, 251, 0) 57%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, rgba(251, 251, 251, 0) 57%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#2a2a2a', GradientType=0);
}

.accordion {
    margin: 100px 0
}

.accordion .title_accordion {
    position: relative;
    padding: 0 0 5px;
    line-height: 1;
    margin: 0 0 15px;
    cursor: pointer;
    transition: all .4s;
    border-bottom: 1px solid #000;
}

.accordion .title_accordion:last-child {
    margin: 0
}

.accordion .title_accordion:after {
    content: '\e800';
    font-family: fontello;
    position: absolute;
    right: 20px;
    transition: all .4s;
    display: inline-block;
}

.accordion .title_accordion.title_accordion__non-icon:after {
    content: '';
    display: none;
}

.accordion .title_accordion.opened:after {
    transform: rotate(180deg);
}

.accordion .title_accordion:hover {
    color: #2e2e2e;
    border-bottom: 1px solid #2e2e2e
}

.accordion .accordion_items {
    display: none;
    padding: 0;
    margin: 0 0 15px
}

.accordion .accordion_items h3 {
    font-size: 18px;
    font-family: Pretendard, sans-serif;
    position: relative;
    padding: 0 0 0 40px;
    font-weight: normal;
}

.accordion .accordion_items p {
    font-size: 17px;
    font-family: Pretendard, sans-serif;
    padding: 0;
    margin: 0
}

.accordion .accordion_items p strong {
    font-family: Pretendard, sans-serif;
    font-weight: normal;
}

.accordion .accordion_items p img {
    margin: 0 20px 0 0
}

.accordion .accordion_items p a {
    color: #000;
    font-family: Pretendard, sans-serif;
    transition: all .4s
}

.accordion .accordion_items .col {
    padding: 0;
    margin: 25px 0
}

.accordion .accordion_items p.spacetxt {
    margin-left: 100px;
}

.accordion .accordion_items p.spacetxt-floor {
    font-weight: bold;
}

.accordion_items .col {
    border: none;
}

.upload_pdf {
    width: 500px;
    margin: 20px auto 50px;
    padding: 8px 0;
    text-align: center;
    transition: all .4s;
    background-color: #fff;
    border: 2px solid #000;
}

.upload_pdf a {
    color: #000;
    text-transform: uppercase;
    font-family: Pretendard, sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    transition: all .4s
}

.upload_pdf a:before {
    content: '\e801';
    font-family: fontello;
    font-size: 15px;
    padding: 0 10px 0 0
}

.upload_pdf:hover {
    background: #2e2e2e;
    color: white;
    cursor: pointer;
}

.upload_pdf:hover a {
    color: white;
}

.vrlink {
    width: 500px;
    margin: 20px auto 50px;
    padding: 8px 0;
    text-align: center;
    transition: all .4s;
    background: #2e2e2e;
    color: white;
    border: 2px solid #2e2e2e;
}

.vrlink a {
    text-transform: uppercase;
    font-family: Pretendard, sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 1;
    transition: all .4s;
    color: white;
}

.vrlink:hover {
    background: #fff;
    color: #000;
    cursor: pointer;
}

.vrlink:hover a {
    color: #000;
}

.col {
    border: 1px solid #000;
    padding: 30px;
    margin: 40px 0 0
}

.col h2 {
    font-family: Pretendard, sans-serif;
    font-size: 21px;
    margin: 0 0 25px
}

.col .desc h3 {
    padding: 0;
    margin: 20px 0;
    font-family: Pretendard, sans-serif;
    text-transform: none;
}

.col .desc h3.info-title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.info-cont {
    display: flex;
    margin: 25px;
}

.info-cont-title {
    width: 100px;
}

.info-img {
    display: flex;
    justify-content: center;
    margin-top: 45px;
}

.info-txt {
    margin: 40px;
}

.info-detail-txt {
    margin-bottom: 10px;
}

.spaceimg {
    margin-top: -55px;
}

img.image.info-img {
    height: auto;
    margin-bottom: 45px;
}

.desc .img_info_text {
    width: 90%;
    text-align: right;
}

.desc .double_image {
    width: 45%;
    height: 280px;
    float: left;
    margin: 0% 2.5%;
    object-fit: cover;
}

.desc .diff_size_double_image_s {
    width: 35%;
    height: 280px;
    float: left;
    margin: 0% 2.5%;
    object-fit: contain;
}

.desc .diff_size_double_image_l {
    width: 55%;
    height: 280px;
    float: left;
    margin: 0% 2.5%;
    object-fit: contain;
}

.desc .long_image {
    width: 95%;
    height: 190px;
    float: left;
    margin: 0% 2.5%;
    object-fit: cover;
}

.desc .image {
    width: 100%;
    object-fit: contain;
    height: 600px;
}

.desc {
    display: inline-block;
    margin: auto;
    width: 100%;
}

.chapo {
    text-align: center;
    margin: 50px auto;
    max-width: 830px;
    line-height: 1.3
}

.chapo p {
    font-family: Pretendard, sans-serif;
    font-size: 21px;
    margin: 0;
    padding: 0 0 20px
}

.chapo p a {
    color: #000;
    text-decoration: underline;
}

.operation-buttons, .operation-data {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    box-sizing: border-box
}

.operation-data__table {
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #111;
    text-align: left
}

.operation-data__td, .operation-data__th {
    padding: 32px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top
}

.operation-data__th {
    width: 17%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2916666667;
    color: #111;
    text-align: left
}

.operation-data__th-title {
    width: 50%;
}

.operation-data__th-info {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    margin-top: 15px;
}

.operation-data__td {
    font-size: 18px;
    line-height: 1.7222222222;
    color: #666
}

.operation-buttons {
    margin-top: 40px;
    margin-bottom: 80px
}

.operation-buttons .a-button {
    max-width: 384px
}

.shuttle-info__row li:first-child {
    margin-right: 70px;
}

.mentioned_item_box th {
    color: #111111;
    padding-right: 60px;
    display: flex;
}

.mentioned_item_box td {
    padding-bottom: 20px;
}

.mentioned_item_box__table td p {
    display: flex;
}

.mentioned_item_box__table td p i {
    margin-right: 6px;
}

.mentioned_item_box__did {
    width: 100%;
}

.mentioned_item_box__did table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.mentioned_item_box__did th {
    padding-right: 0;
    display: table-cell;
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
    padding: 18.5px;
    width: 20%;
}

.mentioned_item_box__did td {
    padding: 18.5px 0;
}

.mentioned_item_box__did tr {
    border-bottom: 1px solid #d9d9d9;
}

/* 대관 신청서 */
.application_form_table {
    border-spacing: 15px;
    width: 100%;
}

.application_form_table .appl_form_th {
    width: 30%;
    border-bottom: 1px solid #b3b3b3;
    background-color: #f8f8f8;
    font-weight: normal;
    padding: 10px
}

.application_form_table .appl_form_th .appl_form_th-info {
    line-height: 1.2;
    font-size: 14px;
    margin-left: 18px;
}

.application_form_table .appl_form_td {
    border-bottom: 1px solid #cccccc;
}

.application_form_table .appl_form_td_2 {
    border: 1px solid #cccccc;
}

.application_form_table .appl_form_td .form_input {
    font-weight: bold;
    color: #111111;
    padding: 10px;
    width: 95%;
}

.application_form_table .appl_form_td .form_input::placeholder {
    color: #cccccc;
    font-weight: normal;
}

.application_form_table .appl_form_td_2 .form_textarea {
    font-weight: bold;
    color: #111111;
    padding: 10px;
    width: 95%;
    resize: none;
    overflow: hidden;
    height: 100px;
}

.application_form_table .appl_form_td_2 .form_textarea::placeholder {
    color: #cccccc;
    font-weight: normal;
}

.text_red {
    margin: 5px;
    color: #d83946;
}

/* 신청서 맨 하단 동의 사항 */
.application_form_table .appl_form_th_2 {
    border-bottom: 1px solid #b3b3b3;
    background-color: #f8f8f8;
    font-weight: normal;
    padding: 20px;
}

.application_form_table .appl_form_th_2 p {
    line-height: 1.4;
    display: flex;
}

.application_form_table .appl_form_th_2 p i {
    font-style: initial;
    margin-right: 6px;
}

.application_form_table .appl_form_th_2 .bold_black_text {
    font-weight: bold;
    color: #111111;
    margin-bottom: 11px;
}

.application_form_table .appl_form_th_2 .bold_text {
    font-weight: bold;
    color: #666666;
    line-height: 1.3;
    margin-top: 16px;
}

.application_form_table .appl_form_th_2 .text_center {
    text-align: center;
    padding: 15px;
}

.application_form_table .appl_form_th_2 .text_center .change_box_location {
    display: inline-block;
}

/* checkbox css */
.checkbox_input {
    display: none;
}

.checkbox_input:checked + .checkbox_label .label_icon {
    border-color: #111;
    background: url(../../images/icon_input_checked.svg) no-repeat center center #111
}

.checkbox_label {
    display: inline-flex;
    align-items: center;
    padding: 10px;
}

.checkbox_label .label_icon {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: solid 1px #999;
    background-color: #fff;
}

.checkbox_label .label_text {
    margin-right: 12px;
    margin-left: 12px;
    font-weight: bold;
    color: #111111;
}

.catering_option .label_text {
    font-weight: 500;
}

.catering_option .label_icon {
    margin-right: 8px;
}

.mentioned_item_box__did [desktop] {
    display: table;
}

.mentioned_item_box__did [mobile] {
    display: none;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.loading .loading__background {
    background: #00000054;
    width: 100%;
    height: 100%;
}

.title__text {
    position: unset;
    line-height: 1.2;
    color: #111111;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-nav {
    position: fixed;
    top: 220px;
    left: 40px;
    z-index: 2;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    transform: translateZ(0)
}

.main-nav.is-invert {
    color: #999;
    z-index: 30
}

.main-nav.is-invert .main-nav__anchor:before {
    background-color: #999
}

.main-nav__item + .main-nav__item {
    margin-top: 11px
}

.main-nav__anchor {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    line-height: 24px;
    color: inherit;
    transition: all .15s ease-out;
    font-size: 16px;
}

.main-nav__anchor:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 3px;
    transform: translateY(-50%);
    border-radius: 1.5px;
    background: rgba(255, 255, 255, .3);
    transition: all .15s ease-out
}

.main-nav__anchor.is-active {
    font-size: 18px;
    color: #111
}

.main-nav__anchor.is-active:before {
    width: 10px;
    background-color: #111 !important
}

.notice-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 100;
    opacity: 0;
    transition: opacity .6s ease;
    will-change: opacity
}

.notice-popup.is-active {
    opacity: 1
}

.notice-popup__wrap {
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 295px;
    max-height: 90vh;
    box-sizing: border-box;
    transform: translate(305px, -50%);
    text-align: center;
}

.notice-popup__body {
    overflow-y: auto;
    padding: 50px 0 30px;
    background: linear-gradient(180deg, #fcd9df 0, #f3e3e3 48.44%, #cfe0fe 100%)
}

.notice-popup__icon {
    margin: 0 auto 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #4b37d5 url(../../images/icon_notice-popup.svg) no-repeat 50% 50%;
    position: relative;
    bottom: 0;
}

.notice-popup__item {
    text-align: center
}

.notice-popup__title {
    display: block;
    padding: 0 40px;
    font-size: 24px;
    line-height: 1.5416666667;
    color: #000
}

.notice-popup__content {
    margin-top: 18px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.2;
    color: #666
}

.notice-popup__p {
    line-height: 1.2;
    font-size: 20px;
}

.notice-popup__foot {
    height: 40px;
    background: #fff;
    box-sizing: border-box
}

.notice-popup__foot .a-radio {
    float: left;
    padding: 9px 20px
}

.notice-popup__foot .a-radio__icon {
    width: 16px;
    height: 16px
}

.notice-popup__foot .a-radio__text {
    margin-left: 5px;
    font-size: 14px;
    line-height: 1.5714285714;
    color: #000
}

.notice-popup__close {
    padding: 9px 20px;
    float: right;
    font-size: 14px;
    line-height: 1.5714285714;
    color: #000
}

.notice-popup .swiper-pagination {
    position: relative;
    top: -1px;
    z-index: 30;
    margin-top: 30px;
    font-size: 0
}

.notice-popup .swiper-pagination-bullet {
    position: relative;
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 1px solid #111;
    border-radius: 50%;
    opacity: 1;
    transition: background .2s ease-in-out;
    box-sizing: border-box
}

.notice-popup .swiper-pagination-bullet-active {
    background: #111
}

@media screen and (max-width: 1400px) {
    .main-nav {
        display: none
    }
}

@media (max-width: 1180px) {
    .notice-popup__wrap {
        transform: translate(-50%, -50%)
    }

    .w1180 {
        max-width: 100%;
        padding: 0 20px
    }

    .galeries .item.full:nth-child(1) {
        height: 550px
    }
}

@media (max-width: 900px) {
    h1 {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    h1 {
        color: #000
    }

    .operation-data {
        padding: 0 20px
    }

    .operation-data__row, .operation-data__tbody {
        display: block
    }

    .operation-data__row {
        padding: 20px 0;
    }

    .operation-data__td, .operation-data__th {
        display: block;
        padding: 0;
        border: 0
    }

    .operation-data__th {
        width: 100%;
        font-size: 20px;
        line-height: 1.65;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .operation-data__td {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.33
    }

    .operation-buttons {
        padding: 0 20px;
        margin-bottom: 200px
    }

    .operation-buttons .a-button {
        padding: 18px;
        height: 56px;
        font-size: 16px
    }

    .mentioned_item_box__table tbody, .mentioned_item_box__table tr {
        display: block
    }

    .mentioned_item_box__table th {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .application_form_table {
        display: flex;
        flex-direction: column;
    }

    .application_form_table > tbody > tr {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
    }

    .application_form_table > tbody > tr .appl_form_th {
        width: 50%;
        background-color: #f8f8f8;
        font-weight: normal;
        padding: 15px 5px;
        margin-right: 10px;
    }

    .application_form_table > tbody > tr .appl_form_td {
        width: 100%;
        align-content: center;
    }

    .application_form_table .appl_form_td_2 {
        width: 100%;
    }

    .application_form_table .appl_form_th_2 .text_center .change_box_location {
        display: block;
    }

    .application_form_table .appl_form_th .appl_form_th-info {
        margin-left: 0px;
    }

    .operation-data__th-info {
        margin-top: 0px;
    }

    .mentioned_item_box__did td {
        width: 33%;
    }

    .mentioned_item_box__did tr {
        display: table-row;
    }

    .mentioned_item_box__did tbody {
        display: table-row-group;
    }

    .mentioned_item_box__did [desktop] {
        display: none;
    }

    .mentioned_item_box__did [mobile] {
        display: table;
    }

    .checkbox_label {
        width: 45%;
        padding: 10px 4px;
    }

    .change_box_location .checkbox_label {
        width: fit-content;
    }

    .catering_option {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .catering_option .checkbox_label .label_text {
        margin: 0;
    }
}

@media (max-width: 700px) {
    .upload_pdf {
        width: 100%;
        margin: 20px auto 40px
    }

    .vrlink {
        width: 100%;
        margin: 20px auto 40px
    }

    .galeries .item:nth-child(1) {
        width: 50%;
        height: 300px;
        margin: 0 5px 5px 0
    }

    .galeries .item:nth-child(2) {
        width: calc(50% - 10px);
        height: 160px;
        margin: 0
    }

    .galeries .item:nth-child(4) {
        width: 50%;
        height: 240px;
        margin: 3px 0 0
    }

    .galeries .item:nth-child(5), .galeries .item:nth-child(6) {
        width: calc(25% - 8px);
        height: 132px;
        margin: 0 5px 5px 0;
        top: 168px;
        bottom: auto;
    }

    .galeries .item:nth-child(5) {
        right: 24%
    }

    .galeries .item:nth-child(6) {
        right: 0;
        left: auto;
        margin: 0
    }

    .galeries .item:nth-child(7) {
        width: calc(50% - 10px);
        height: 240px;
        margin: 0 0 0 5px
    }

    .galeries .item:nth-child(3), .galeries .item:nth-child(8) {
        display: none
    }

    .galeries .item.full:nth-child(1) {
        width: 100%;
        height: 300px;
        margin: 0
    }

    h1 {
        font-size: 22px;
        bottom: 25px
    }

    h1 span {
        font-size: 14px
    }

    .chapo {
        margin: 25px auto
    }

    .chapo p {
        font-size: 18px
    }

    h2 {
        font-size: 18px
    }

    h3, h4 {
        font-size: 16px
    }

    p {
        font-size: 14px
    }

    .col h2 {
        font-size: 18px
    }

    .accordion .accordion_items .col {
        margin: 0
    }

    .accordion .accordion_items h3 {
        margin: 0 0 15px
    }

    .accordion .title_accordion:after {
        right: 0
    }

    .upload_pdf a {
        font-size: 16px
    }

    .vrlink a {
        font-size: 16px
    }

    .contact h2 {
        font-size: 24px
    }

    h1 {
        position: relative;
        bottom: 0;
        margin: 30px 0 0
    }

    .accordion .accordion_items .col .desc {
        margin: 0 0 20px
    }

    .desc .double_image {
        height: 170px;
        margin: 10px;
        width: 90%;
    }

    .desc .diff_size_double_image_s {
        height: 170px;
        margin: 10px;
        width: 90%;
    }

    .desc .diff_size_double_image_l {
        height: 170px;
        margin: 10px;
        width: 90%;
        object-fit: cover;
    }

    .desc .long_image {
        width: 90%;
        height: 100px;
    }

    .desc .img_info_text {
        font-size: 10px !important;
        text-align: center;
    }

    .desc .image {
        height: 400px;
    }

    .desc {
        display: inline-block;
        margin: auto;
        width: 100%;
    }

    .col .desc h3.info-title {
        font-size: 22px;
    }

    .col .desc h3.info-title.info-table-title {
        display: none;
    }

    .accordion .accordion_items p.spacetxt {
        margin-left: 25px;
    }

    .info-img {
        display: block;
        margin-top: 15px;
    }

    .info-txt {
        margin: 10px;
    }

    .info-cont {
        display: inline;
        font-size: 17px;
    }

    .info-cont-title {
        margin-bottom: 4px;
    }

    img.image.info-img.info-table {
        display: none;
    }
}

@media (max-width: 350px) {
    .accordion .accordion_items p, .upload_pdf a {
        font-size: 13px
    }

    .accordion .accordion_items p, .vrlink a {
        font-size: 13px
    }

    .operation-data {
        padding: 0;
    }
}