header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 14rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #homeBtn {
    width: 6rem;
}
header #homeBtn img {
    width: 100%;
}

nav {
    background-color: #fff;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    padding: 1rem 0;
}
nav a {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #7e8e9d;
    border-right: 1px solid #c7c8ca;
}
nav a:last-child {
    border: none;
}
nav a img {
    width: 50%;
}

main {
    padding-bottom: 8rem;
}
main .bnr {
    height: 53rem;
    background-image: url(../img/back-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 1.5rem;
}
main .bnr h2 {
    padding: 3rem 0;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}
main .bnr .shortcut {}
main .bnr .shortcut .top {
    display: flex;
    justify-content: space-between;
    height: 25rem;
    margin-bottom: 1.5rem;
}
main .bnr .shortcut .top > a {
    text-align: center;
    padding-top: 19rem;
    width: calc(50% - 0.75rem);
    background: #e7eff9;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 1.5rem;
    background-image: url(../img/menu-icon-1.png);
    background-position: center center;
    background-size: 6rem;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
main .bnr .shortcut .top .right {
    width: calc(50% - 0.75rem);
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
main .bnr .shortcut .top .right a {
    padding: 1.5rem;
    line-height: 1.4;
    width: 100%;
    height: calc(50% - 0.75rem);
    background: #e7eff9;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 1.5rem;
    background-position: right 1.5rem bottom 1.5rem;
    background-size: 4rem;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
main .bnr .shortcut .top .right a:nth-of-type(1) {
    background-image: url(../img/menu-icon-2.png);
}
main .bnr .shortcut .top .right a:nth-of-type(2) {
    background-image: url(../img/menu-icon-3.png);
}
main .bnr .shortcut > a {
    display: flex;
    align-items: center;
    padding: 0 2rem;
    width: 100%;
    height:7rem;
    background: #e7eff9;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 1.5rem;
    background-position: right 2rem center;
    background-size: 3.5rem;
    background-repeat: no-repeat;
    background-image: url(../img/menu-icon-4.png);
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
main .qna {
    padding: 2.5rem 1.5rem;
}
main .qna h2 {
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .qna h2 a {
    font-size: 1.6rem;
    color: #808080;
}
main .qna .contents {}
main .qna .contents .open {
    background: #f2f4f4;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 1.5rem;
    border-radius: 1.5rem;
    overflow: hidden;
}
main .qna .contents .open h3 {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.2;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .qna .contents .open h3 img {
    width: 1.5rem;
}
main .qna .contents .open pre {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #00305a;
}
main .qna2 {
    padding: 2.5rem 1.5rem;
}
main .qna2 h2 {
    font-size: 2rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .qna2 h2 a {
    font-size: 1.6rem;
    color: #808080;
}
main .qna2 .contents {
    border-radius: 1.5rem;
    overflow: hidden;
}
main .qna2 .contents .open {
    background: #f2f4f4;
    border-bottom: 1px solid #dadada;
}
main .qna2 .contents .open:last-child {
    border: none;
}
main .qna2 .contents .open h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .qna2 .contents .open h3 img {
    width: 1.5rem;
}
main .qna2 .contents .open pre {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    color: #00305a;
}
main .qna2 .pagination {
    text-align: center;
    margin-top: 3rem;
}
main .qna2 .pagination a {
    font-size: 1.6rem;
    width: 2rem;
    display: inline-block;
}
main .qna2 .pagination strong {
    width: 2rem;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 900;
}

/* 항공편 */
#sub {
    padding: 0 1.5rem 8rem;
}
main .select {
    border-radius: 4rem;
    background: #e2e6e9;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    width: 60%;
    margin: 0 auto 2rem;
}
main .select a {
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 2rem;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .select a:nth-of-type(1) {
    background: #fff;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    color: #00305a;
    font-weight: 800;
}
main .select2 {
    border-radius: 4rem;
    background: #e2e6e9;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    width: 60%;
    margin: 0 auto 2rem;
}
main .select2 a {
    font-size: 1.8rem;
    font-weight: 600;
    border-radius: 2rem;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .select2 a:nth-of-type(2) {
    background: #fff;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    color: #00305a;
    font-weight: 800;
}
main > p {
    font-size: 1.5rem;
    color: #053c70;
    text-align: center;
    margin-bottom: 2rem;
}
main #busFrm {
    position: relative;
    margin-bottom: 1.5rem;
}
main #busFrm input {
    border: 1px solid #053c70;
    border-radius: 1.5rem;
    height: 6rem;
    background: #f2f3f4;
    width: 100%;
    font-size: 1.6rem;
    padding: 0 1.5rem;
}
main #busFrm input::placeholder {
    font-size: 1.3rem;
}
main #busFrm button {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
}
main #busFrm button img {
    width: 100%;
}
main #result {}
main #result .box {
    background: #f4f4f4;
    margin-bottom: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #c9c9c9;
    padding: 2rem;
    text-align: center;
}
main #result .box .time {
    background: #fff;
    padding: 0.7rem 1rem;
    border: 1px solid #c9c9c9;
    border-radius: 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #00305a;
    width: max-content;
    margin: 0 auto;
}
main #result .box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0 2rem;
}
main #result .box .top span {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: #00305a;
    width: 50%;
}
main #result .box .top img {
    width: 2.5rem;
}
main #result .box .middle {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
}
main #result .box .middle .left {
    width: 50%;
    border-right: 1px solid #c9c9c9;
}
main #result .box .middle .left .content {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}
main #result .box .middle .left .content span {
    font-size: 1.6rem;
    font-weight: 800;
}
main #result .box .middle .left p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #909090;
    line-height: 1.2;
}
main #result .box .middle .right {
    width: 50%;
}
main #result .box .middle .right .city {
    font-size: 1.6rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 0.8rem;
}
main #result .box .middle .right p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #909090;
}
main #result .box .bottom {
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main #result .box .bottom .left {
    width: 50%;
    margin-left: 1.5rem;
    text-align: left;
}
main #result .box .bottom .left .status {
    margin-bottom: 0.8rem;
}
main #result .box .bottom .left .status span {
    font-size: 1.6rem;
    font-weight: 800;
}
main #result .box .bottom .left p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #909090;
}
main #result .box .bottom > p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(to right, #00cfe9, #0099dd);
    border-radius: 1.5rem;
    padding: 1.5rem;
}

/* 대중교통 */
main .bnr2 {
    height: 22rem;
    background-image: url(../img/sub-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 2.5rem;
}
main .bnr2 h2 {
    padding: 1.5rem 0;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
    border-top: 2px solid #fff;
    width: max-content;
}
main .way {
    padding: 4rem 5rem;
    display: flex;
    justify-content: space-between;
}
main .way a {
    font-size: 1.8rem;
    font-weight: 800;
    border: 1px solid #dfdfdf;
    border-radius: 1rem;
    padding: 1.2rem 0;
    width: calc(100% / 3 - 0.75rem);
    text-align: center;
    color: #7a8794;
}
main .way .bus {
    background: #063d70;
    color: #f2f3f4;
    border: 1px solid #063d70;
}
main > .contents {
    padding: 0 1.5rem;
}
main .contents .image {
    border: 1px solid #c9c9c9;
    border-radius: 1rem;
    height: 30rem;
    overflow: auto;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
}
main .contents .image img {
    height: 70%;
}
main .contents .image2 {
    width: 100%;
}
main .contents .image2 img {
    width: 100%;
}
main .contents > p {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    color: #a5a5a5;
    padding: 1rem 0;
}
main .contents > p img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
main .contents > h2 {
    font-size: 2rem;
    font-weight: 800;
    padding: 2rem 0;
}
main .contents > pre {
    font-size: 1.6rem;
    line-height: 1.4;
    background: #f4f4f4;
    border-radius: 1rem;
    padding: 1.5rem;
}
main .contents > h3 {
    font-size: 2rem;
    font-weight: 800;
    padding: 2rem 0 1rem;
}
main .contents > .gray {
    color: #333;
    font-size: 1.6rem;
    padding: 0 0 2rem 0;
}
main #searchFrm {
    position: relative;
    margin-bottom: 1.5rem;
}
main #searchFrm input {
    border: 1px solid #053c70;
    border-radius: 1.5rem;
    height: 6rem;
    background: #f2f3f4;
    width: 100%;
    font-size: 1.6rem;
    padding: 0 1.5rem;
}
main #searchFrm button {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
}
main #searchFrm button img {
    width: 100%;
}
main .busNumber {
    padding: 1.5rem 0;
    display: flex;
    flex-flow: row wrap;
    gap: 0.5rem;
}
main .busNumber a {
    /* width: calc(100% / 4 - 0.5rem); */
    width: max-content;
    border: 1px solid #c9c9c9;
    background: #f4f4f4;
    padding: 1.2rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 900;
    justify-content: center;
}
.busNumber a.active {
    background-color: #5e99ff; /* 선택된 링크 배경 색상 */
    color: white; /* 선택된 링크 폰트 색상 */
}
main .busContents {
    background: #f4f4f4;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
main .busContents .top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
}
main .busContents .top p {
    width: 50%;
    border-right: 1px solid #c9c9c9;
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 800;
    color: #053c70;
}
main .busContents .top p:last-child {
    border: none;
}
main .busContents .middle p:last-child {
    border: none;
}
main .busContents .bottom p:last-child {
    border: none;
}
main .busContents .top p span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .busContents .middle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
}
main .busContents .middle p {
    width: 50%;
    border-right: 1px solid #c9c9c9;
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 800;
    color: #053c70;
}
main .busContents .middle p span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .busContents .bottom {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
}
main .busContents .bottom p {
    width: 50%;
    border-right: 1px solid #c9c9c9;
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 800;
    color: #053c70;
}
main .busContents .bottom p span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .busContents .box > p {
    padding: 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 800;
    color: #053c70;
    line-height: 1.2;
}
main .busContents .box > p:nth-of-type(1) {
    border-bottom: 1px solid #c9c9c9;
    padding-right: 55%;
}
main .busContents .box > p span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
}
main .contents .lim {
    background: none;
    padding: 3rem 0 2rem;
}
main .contents .lim b {
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.4;
}
main .contents > a {
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 5rem;
    padding: 1.5rem 0;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center;
    color: #053c70;
    width: 100%;
}

/* 주차장 */
main > img {
    width: 100%;
    margin-bottom: 2rem;
}
main > h2 p {}
main > h2 p a {
    font-size: 1.6rem;
}
main #result .box3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    margin-bottom: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #c9c9c9;
    padding: 2rem 1.5rem;
}
main #result .box3 .left {}
main #result .box3 .left h3 {
    font-size: 1.8rem;
    font-weight: 900;
    color: #063d70;
    margin-bottom: 1rem;
}
main #result .box3 .left .content {
    font-size: 1.8rem;
    font-weight: 800;
}
main #result .box3 .left .content span {
    font-size: 1.8rem;
    font-weight: 800;
}
main #result .box3 p {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    background: #063d70;
    border-radius: 5rem;
    padding: 1rem 4rem;
}

/* 부대시설 */
main > h2 {
    font-size: 2rem;
    font-weight: 800;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main #amenFrm {
    position: relative;
    margin-bottom: 3rem;
}
main #amenFrm input {
    border-bottom: 2px solid #053c70;
    height: 4rem;
    width: 100%;
    font-size: 1.6rem;
}
main #amenFrm button {
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
}
main #amenFrm button img {
    width: 100%;
}
main .box2 {
    padding: 2rem;
    border: 1px solid #c9c9c9;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
}
main .box2 h3 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #00305a;
    margin-bottom: 1rem;
}
main .box2 h4 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
main .box2 p {
    font-size: 1.6rem;
    margin-bottom: 3rem;
    word-break: break-all;
}
main .box2 p:last-child {
    margin: 0;
}