header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
}
header h1 {
    width: 6rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 2rem;
    position: absolute;
    left: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}

.navBg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 70%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    padding: 6rem 1.5rem 0;
}
nav button {
    width: 2rem;
    position: absolute;
    top: 2rem;
    left: 1.5rem;
}
nav button img {
    width: 100%;
}
nav > a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    padding: 2rem 1rem;
}
nav > a img {
    width: 2.5rem;
}
nav .sub {
    padding: 0 1rem;
    display: flex;
    flex-flow: column nowrap;
}
nav .sub a {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.5rem 0;
}

main {
    padding: 0 1.5rem 10rem;
}
main .reservation {
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
    height: 15rem;
    margin: 3rem 0;
    background-image: url(../img/main-btn-1.png);
    background-size: 18rem;
    background-position: right top 3rem;
    background-repeat: no-repeat;
}
main .reservation h2 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .reservation a {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    padding: 1.2rem 0;
    border-radius: 0.5rem;
    background: #826eff;
    text-align: center;
}
main .shortcut {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}
main .shortcut a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 1.5rem;
    width: 25%;
}
main .shortcut a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}
main .shortcut a span {
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}
main .info {
    padding: 3rem 0;
}
main .info > a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: #826eff;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
}
main .info > a img {
    height: 5rem;
}
main .info .bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}
main .info .bottom a {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    background: #a78af7;
    width: 50%;
    padding: 2.5rem 0;
    border-radius: 0.5rem;
    text-align: center;
}
main .info .bottom a:nth-of-type(2) {
    background: #7395f0;
}
main .qna {}
main .qna .category {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #7b66ff;
    margin-bottom: 2rem;
}
main .qna .category a {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main .qna .category a:nth-of-type(4) {
    padding: 1rem 2rem;
}
main .qna .category a:last-child {
    padding: 1rem 2rem;
}
main .qna .category a.active {
    color: #fff;
    background: #826eff;
}
main .qna .content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    gap: 1rem;
}
main .qna .content a {
    line-height: 1.4;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
}
main .qna .content a span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #826eff;
    margin-right: 1rem;
}

main .amenities {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}
main .amenities a {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 1rem;
    width: calc(100% / 6);
}
main .amenities a img {
    border-radius: 100%;
    width: 4rem;
    height: 4rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main .amenities a span {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
}
main .graph {
    padding-top: 1rem;
    width: 100%;
}
main .graph img {
    width: 100%;
}

/* 서브 */
main > h2 {
    font-size: 1.6rem;
    color: #fff;
    padding: 2rem 0;
    border-radius: 0.5rem;
    background: #826eff;
    text-align: center;
    font-weight: 600;
    margin: 2rem 0;
}
main > h2.white {
    background: none;
    color: #333;
    font-weight: 800;
    padding: 0;
}
main .categorySwiper {
    height: max-content;
    overflow: hidden;
    padding: 0.5rem;
    margin-bottom: 2rem;
}
main .categorySwiper .swiper-wrapper {}
main .categorySwiper .swiper-wrapper .swiper-slide {
    border-radius: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1.2rem 0;
}
main > h3 {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    background: #826eff;
    color: #fff;
    padding: 0.8rem 1.2rem;
    width: max-content;
    margin-bottom: 1rem;
}
main > h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}
main > pre b {
    font-size: 1.4rem;
    font-weight: 600;
}
main > pre em {
    font-size: 1.4rem;
    font-weight: 600;
    color: #826eff;
}
main > pre a {
    border-radius: 5rem;
    display: inline-block;
    padding: 1.5rem 3rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    background: #f2f2f2;
    margin-left: 1rem;
}
main > img {
    width: 100%;
    margin-bottom: 4rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main .box {
    border-radius: 0.5rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}
main .box:nth-of-type(6) {
    margin-bottom: 4rem;
}
main .box p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.7;
}
main .box p b {
    font-size: 1.5rem;
    font-weight: 600;
    color: #826eff;
    margin-top: 1rem;
    display: inline-block;
}
main .subSel {
    position: relative;
    margin: 2rem 0;
    background-image: url(../img/arrow-3.png);
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: right 1.5rem center;
    background-color: #826eff;
    border-radius: 0.5rem;
}
main .subSel > a {
    font-size: 1.6rem;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}
main .subSel .subOption {
    border-radius: 0.5rem;
    width: 100%;
    position: absolute;
    top: 6.5rem;
    background: #fff;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column nowrap;
    z-index: 2222;
}
main .subSel .subOption a {
    font-size: 1.6rem;
    padding: 1.5rem 0;
    text-align: center;
    font-weight: 600;
}

/* FAQ */
main .filter {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 2rem;
}
main .filter .faqSel {
    border-radius: 0.5rem;
    border: 1px solid #c1c1c1;
    width: 30%;
    font-size: 1.4rem;
    padding: 1.5rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
    position: relative;
}
main .filter .faqSel > a {
    font-size: 1.4rem;
    font-weight: 600;
}
main .filter .faqSel .faqOption {
    position: absolute;
    top: 5.5rem;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column nowrap;
    padding: 1rem 0;
}
main .filter .faqSel .faqOption a {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
}
main .filter .faqSel .faqOption a.selectedOption {
    color: #826eff;
    font-weight: 800;
}
main .filter label {
    width: 70%;
    border-radius: 0.5rem;
    border: 1px solid #c1c1c1;
    position: relative;
}
main .filter label input {
    padding: 1.5rem 0;
    width: 100%;
    font-size: 1.4rem;
    height: 100%;
    padding-left: 1.5rem;
}
main .filter label button {
    width: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
}
main .filter label button img {
    width: 100%;
}
main .qnaWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .qnaWrap a {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2rem 1.5rem;
    line-height: 1.4;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
main > .content {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding: 0 1.5rem;
}
main > .content h3 {
    padding: 1.5rem 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #c1c1c1;
    line-height: 1.4;
}
main > .content h3 span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #826eff;
    margin-right: 1rem;
}
main .qnaWrap a span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #826eff;
    margin-right: 1rem;
}
main > .content pre {
    padding: 1.5rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
}
main > a {
    border-radius: 5rem;
    display: inline-block;
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    background: #f2f2f2;
    margin-top: 2.5rem;
}
main .target {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
main .target .box {
    width: calc(100% / 3);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    height: 12rem;
    position: relative;
}
main .target .box img {
    height: 5rem;
    margin-bottom: 3rem;
}
main .target .box:nth-of-type(2) img {
    width: 5rem;
    height: auto;
}
main .target .box span {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    width: 100%;
}
.srtBg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.5rem;
}
.srtBg .srt {
    width: 100%;
    background: #fff;
    height: 18rem;
    z-index: 9999;
    border-radius: 1.5rem;
    overflow: hidden;
}
.srtBg .srt .title {
    background: green;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 5rem;
}
.srtBg .srt h2 {
    font-size: 1.6rem;
    font-weight: 600;
}
.srtBg .srt button {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
}
.srtBg .srt button img {
    width: 100%;
}
.srtBg .srt .content {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    height: calc(100% - 5rem);
}
main .colorWrap {
    display: flex;
    flex-flow: row wrap;
    row-gap: 1.5rem;
    justify-content: space-between;
}
main .colorWrap a {
    width: calc(50% - 0.75rem);
    height: 8rem;
    border-radius: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .telContent {}
main .telContent .number {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border-radius: 1.5rem;
    padding: 2rem;
    gap: 2rem;
    margin-bottom: 2rem;
}
main .telContent .number .image {
    width: 20%;
}
main .telContent .number .image img {
    width: 100%;
}
main .telContent .number .text {}
main .telContent .number .text h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #7395f0;
    margin-bottom: 1rem;
    background: none;
    padding: 0;
}
main .telContent .number .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .telContent h3 {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    background: #826eff;
    color: #fff;
    padding: 0.8rem 1.2rem;
    width: max-content;
    margin-bottom: 1rem;
}
main .telContent img {
    width: 100%;
}
main .telContent .numberStep {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .telContent .numberStep .box {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border-radius: 1.5rem;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    height: auto;
}
main .telContent .numberStep .box .num {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 800;
    color: #7395f0;
    border-radius: 100%;
    border: 1px solid #7395f0;
    background: #f4f3f7;
    margin-right: 2rem;
}
main .telContent .numberStep .box h4 {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
    width: 40%;
}
main .telContent .numberStep .box p {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: left;
}
main .telContent .numberStep .box p span {
    font-size: 1.4rem;
    font-weight: 600;
}
main .telContent .filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
main .telContent .filter h3 {
    font-size: 1.6rem;
    font-weight: 800;
    background: none;
    color: #333;
    width: 35%;
    padding: 0;
    margin: 0;
}
main .telContent .filter #stationSelDiv {
    border-radius: 0.5rem;
    border: 1px solid #c1c1c1;
    width: 100%;
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
    background-image: url(../img/arrow-2.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: right 1.5rem center;
    position: relative;
}
main .telContent .filter #stationSelDiv > a {
    font-size: 1.4rem;
    font-weight: 600;
}
main .telContent .filter #stationSelDiv #stationOptions {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 5.5rem;
    left: 0;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    padding: 1rem 0;
}
main .telContent .filter #stationSelDiv #stationOptions a {
    font-size: 1.4rem;
    padding: 1rem 2rem;
    font-weight: 600;
}
main .telContent .filter #stationSelDiv #stationOptions a.selectedOption {
    color: #826eff;
    font-weight: 800;
}
main .telContent table {
    width: 100%;
    border-radius: 1.5rem;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-collapse: collapse;
    overflow: hidden;
    margin-bottom: 3rem;
}
main .telContent table thead {}
main .telContent table thead tr {}
main .telContent table thead tr th {
    width: 50%;
    font-size: 1.4rem;
    font-weight: 800;
    padding: 1.5rem 0;
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
}
main .telContent table thead tr th:last-child {
    border-right: none;
}
main .telContent table tbody {}
main .telContent table tbody tr {}
main .telContent table tbody td {
    border-bottom: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    font-size: 1.4rem;
    padding: 1.5rem 0;
}
main .telContent table tbody td:nth-of-type(2) {
    border-right: none;
}
main .pagination {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination a {
    font-size: 1.6rem;
    font-weight: 600;
    width: 3rem;
    text-align: center;
}
main .pagination a.active {
    width: 3rem;
    font-size: 1.6rem;
    font-weight: 800;
    color: #826eff;
}
main .pagination a img {
    width: 1rem;
}