.sub p {
    margin-bottom: 0;
}

/* FAQ */
.faq-page .faq-container {
    max-width: 1040px;
    padding-bottom: 100px;
}
.faq-page .title {margin-bottom: 56px;}
.faq-page .title h2 {color: #1a1a1a;}
.faq-page .title p {
    margin-top: 12px;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}
.faq-page .title-sub {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #1a1a1a !important;
    font-size: 21px;
    font-weight: 500;
}
.faq-page .title-sub::before {
    width: 4px;
    height: 21px;
    border-radius: 2px;
    background: #ff710d;
    content: "";
}
.faq-page .panel-group,
.faq-page .panel {margin-bottom: 0;}
.faq-page .panel {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}
.faq-page .panel + .panel {margin-top: 10px;}
.faq-page .panel-heading {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background: #fff;
}
.faq-page .panel-heading > [data-toggle="collapse"] {
    position: relative;
    display: block;
    width: 100%;
    min-height: 64px;
    padding: 18px 58px 18px 20px;
    color: #333;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}
.faq-page .panel-heading > [data-toggle="collapse"]:hover,
.faq-page .panel-heading > [data-toggle="collapse"]:focus-visible {
    background: #f8f8f8;
    color: #f26121;
    outline: none;
}
.faq-page .panel-heading > [data-toggle="collapse"]::before {display: none;}
.faq-page .panel-heading > [data-toggle="collapse"]::after {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    content: "";
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease, border-color .2s ease;
}
.faq-page .panel-heading > [data-toggle="collapse"]:not(.collapsed)::after {
    border-color: #ff710d;
    transform: translateY(-35%) rotate(225deg);
}
.faq-page .panel-title {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}
.faq-page .panel-title::before,
.faq-page .panel-body::before {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.faq-page .panel-title::before {
    border: 1px solid #ff710d;
    color: #ff710d;
    content: "Q";
}
.faq-page .panel-body {
    position: relative;
    display: block;
    min-height: 70px;
    padding: 20px 24px 20px 66px;
    border-top: 1px solid #e5e5e5;
    background: #f8f8f8;
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}
.faq-page .panel-body::before {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ff710d;
    color: #fff;
    content: "A";
}
.faq-page .panel-body p {
    color: inherit;
    line-height: inherit;
}
.faq-page .panel-body a {
    color: #f26121;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.faq-page .faq_q {display: none;}

/* Cabana / Myun Yeok Gong Bang */
.cbn-etc-page .cbn-etc-container {
    max-width: 1140px;
    padding-bottom: 80px;
}
.cbn-etc-page .title p {
    max-width: 760px;
    margin: 12px auto 0;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}
.cbn-etc-page .cbn-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.cbn-etc-page .cbn-tabs .nav-item {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    padding: 0 5px;
}
.cbn-etc-page .cbn-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    height: calc(100% - 8px);
    padding: 10px 8px;
    font-size: 16px;
    line-height: 1.35;
    white-space: normal;
}
.cbn-etc-page .cbn-pane-title {
    margin: 0 0 30px;
    color: #1a1a1a;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
}
.cbn-etc-page .carousel {
    overflow: hidden;
    margin-top: 0 !important;
    border-radius: 12px;
    background: #f8f8f8;
}
.cbn-etc-page .carousel-inner,
.cbn-etc-page .carousel-item {
    width: 100%;
}
.cbn-etc-page .object_image_waterpark img {
    display: block;
    width: 100%;
    height: auto;
}
.cbn-etc-page .carousel-control-prev,
.cbn-etc-page .carousel-control-next {
    width: 10%;
    opacity: .85;
}
.cbn-etc-page .carousel-indicators {margin-bottom: 14px;}
.cbn-etc-page .carousel-indicators li {
    width: 24px;
    height: 4px;
    margin-right: 4px;
    margin-left: 4px;
    border: 0;
    border-radius: 2px;
}
.cbn-etc-page .n-table {
    table-layout: fixed;
    color: #333;
    font-size: 16px;
    text-align: left;
    overflow-wrap: anywhere;
}
.cbn-etc-page .n-table th {
    width: 25%;
    background: #f8f8f8;
    color: #1a1a1a;
    font-weight: 500;
}
.cbn-etc-page .n-table td {
    color: #333;
    text-align: left;
    line-height: 1.6;
}
.cbn-etc-page .n-table .tl {padding-left: 20px;}

@media screen and (max-width: 580px) {
    .cbn-etc-page .cbn-etc-container {
        padding-right: 16px;
        padding-bottom: 56px;
        padding-left: 16px;
    }
    .cbn-etc-page .title p {
        margin-top: 8px;
        font-size: 14px;
    }
    .cbn-etc-page .cbn-tabs {gap: 10px;}
    .cbn-etc-page .cbn-tabs .nav-item {
        flex: 0 0 calc(50% - 5px);
        width: calc(50% - 5px);
        max-width: calc(50% - 5px);
        padding: 0;
    }
    .cbn-etc-page .cbn-tabs .nav-link {
        min-height: 58px;
        height: 100%;
        margin-bottom: 0 !important;
        font-size: 14px;
    }
    .cbn-etc-page .tab-content {padding: 36px 0 !important;}
    .cbn-etc-page .cbn-pane-title {margin-bottom: 20px;}
    .cbn-etc-page .carousel {border-radius: 8px;}
    .cbn-etc-page .carousel-control-prev,
    .cbn-etc-page .carousel-control-next {width: 15%;}
    .cbn-etc-page .n-table {font-size: 14px;}
    .cbn-etc-page .n-table col:first-child {width: 34% !important;}
    .cbn-etc-page .n-table col:last-child {width: 66% !important;}
    .cbn-etc-page .n-table th,
    .cbn-etc-page .n-table td,
    .cbn-etc-page .n-table .tl {padding: 14px 10px;}
}

@media screen and (max-width: 580px) {
    .faq-page .faq-container {
        padding-right: 16px;
        padding-bottom: 64px;
        padding-left: 16px;
    }
    .faq-page .title {margin-bottom: 38px;}
    .faq-page .title p {
        margin-top: 8px;
        font-size: 14px;
    }
    .faq-page .title-sub {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .faq-page .panel {border-radius: 8px;}
    .faq-page .panel-heading > [data-toggle="collapse"] {
        min-height: 58px;
        padding: 15px 44px 15px 15px;
    }
    .faq-page .panel-heading > [data-toggle="collapse"]::after {right: 18px;}
    .faq-page .panel-title {
        gap: 10px;
        font-size: 16px;
        line-height: 1.5;
    }
    .faq-page .panel-title::before,
    .faq-page .panel-body::before {
        flex-basis: 26px;
        width: 26px;
        height: 26px;
    }
    .faq-page .panel-body {
        min-height: 62px;
        padding: 17px 16px 17px 54px;
        font-size: 14px;
        line-height: 1.7;
    }
    .faq-page .panel-body::before {
        top: 17px;
        left: 15px;
    }
}
.enjoy {
    height: 590px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.enjoy .container {
    margin-top: 5em;
}
.enjoy h2 {
    letter-spacing: 20px;
    margin-bottom: 30px;
}
.enjoy-des {
    background-color: #f9f5eb;
    text-align: center;
    padding: 4em 0;
}
.enjoy-des h2 {
    margin: 1em 0;
}

/* Shared multilingual facility pages */
.enjoy-page .enjoy-page-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.enjoy-page .enjoy-page-hero.sand {background-image: url('/img/enjoy/bg_sandsub.jpg');}
.enjoy-page .enjoy-page-hero.horizon {background-image: url('/img/enjoy/bg_horizonsub.jpg');}
.enjoy-page .enjoy-page-hero.mirage {background-image: url('/img/enjoy/bg_mirage4.jpg');}
.enjoy-page .enjoy-page-hero.palm {background-image: url('/img/enjoy/bg_palm11.jpg');}
.enjoy-page .enjoy-page-hero.oasis {background-image: url('/img/main/bg_model5.jpg');}
.enjoy-page .enjoy-des .nav-pills {
    margin-right: -5px;
    margin-left: -5px;
}
.enjoy-page .enjoy-des .nav-item {padding: 0 5px;}
.enjoy-page .enjoy-des .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    height: calc(100% - 8px);
    line-height: 1.35;
}
.enjoy-page .tab-pane > .text-center {margin-bottom: 30px;}
.enjoy-page .tab-pane > .text-center h2 {margin-bottom: 10px;}
.enjoy-page .object_image_waterpark img {
    width: 100%;
    height: auto;
}
.enjoy-page .n-table {
    table-layout: fixed;
    overflow-wrap: anywhere;
}
.enjoy-page .n-table th {width: 25%;}
.enjoy-page .n-table td {text-align: left;}
.enjoy-page .enjoy-page-map {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 70px;
}
.enjoy-page .enjoy-page-icon {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 580px) {
    .n-table th, .n-table td {font-size: 14px;}
    .n-table td ul li {line-height: 1.3;}
    .enjoy {height: 350px;}
    .enjoy h2 {letter-spacing: 0; margin-bottom: 15px;}
    #sand-tab {gap: 10px;}
    #sand-tab .nav-item {
        flex: 0 0 calc(50% - 5px);
        width: calc(50% - 5px);
        max-width: calc(50% - 5px) !important;
        padding: 0;
    }
    .enjoy-page .enjoy-des {padding: 48px 0 32px;}
    .enjoy-page .enjoy-des h2 {margin: 20px 0;}
    .enjoy-page .enjoy-des .nav-link {
        min-height: 58px;
        padding: 10px 8px;
        white-space: normal;
    }
    .enjoy-page .tab-content {padding: 32px 0 !important;}
    .enjoy-page .carousel {margin-top: 20px !important;}
    .enjoy-page .n-table col:first-child {width: 34% !important;}
    .enjoy-page .n-table col:last-child {width: 66% !important;}
    .enjoy-page .n-table th,
    .enjoy-page .n-table td {padding: 14px 10px;}
    .enjoy-page .enjoy-page-map {
        gap: 20px;
        padding-bottom: 40px;
    }
}
