.service-top-bg {
    width: 100%;
    position: relative;
}

.service-top-bg img {
    width: 100%;
    position: relative;
    z-index: -1;
}

.service-top-bg video {
    position: absolute;
    top: 0; left: 0;
}

.service-top-bg video,
.service-top-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.service-top-bg::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.section-service-description {
    position: relative;
    background-image: url(../images/public/main-background-white.png);
    background-size: 100%;
    display: flex;
}

.service-description-main {
    position: relative;
    width: 100%;
    height: 54vw;
    margin-top: -16%;
    background-image: url(../images/service/service-description-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-description-main.service-events-list-main {
    height: auto; padding-top: 12%;
}

.service-description-main.service-details-main {
    height: auto; padding-top: 18%;
}

.service-events-list-main .row > div:nth-child(n + 4) {
    margin-top: 30px;
}

.section-service-module {
    position: relative;
    background-image: url(../images/service/service-module-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -18%;
    padding-top: 10%;
    padding-bottom: 90px;
    z-index: 5;
    pointer-events: none;
}

.service-description-container {
    align-self: flex-start;
    margin-top: 13%;
}

.service-module-container {
    pointer-events: auto;
}

.service-module-guide-container,
.service-module-charges-container {
    margin-bottom: 150px;
}

.service-module-route-container {
    margin-bottom: 150px;
}

.service-description-decoration-left,
.service-description-decoration-right {
    position: absolute;
    width: 24%;
    height: 0;
    padding-bottom: 24%;
    background-image: url(../images/service/service-description-decoration.png);
    background-size: 100%;
    background-repeat: no-repeat;
    animation: rotate 30s infinite linear;
}

.service-description-decoration-left {
    left: -12%;
}

.service-description-decoration-right {
    right: -12%;
    transform: rotateY(180deg);
}

.service-common-content {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
      segoe ui, Roboto, Helvetica, Arial, 
      sans-serif;;
    color: var(--font-gray-4C);
}

.service-common-line {
    width: 2px;
    height: 3vw;
    margin: 0 0 20px;
    background-color: var(--font-brown);
}

.service-exhibitions-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    margin-left: auto;
    --swiper-pagination-color: var(--font-brown);
}

.service-exhibitions-container .swiper-pagination {
    bottom: -27px !important;
    padding-right: 15px !important;
    text-align: right !important;
}

.service-exhibitions-box {
    width: 100%;
}

.service-exhibitions-item {
    border: 1px dashed var(--font-brown);
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 40px;
}

.service-exhibitions-box .service-exhibitions-item:last-child {
    margin-bottom: 0;
}

.service-exhibitions-title {
    font-size: 20px;
    color: var(--font-brown);
}

.service-exhibitions-content {
    min-width: 70px;
}

.service-exhibitions-temperature,
.service-exhibitions-humidity {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
      segoe ui, Roboto, Helvetica, Arial, 
      sans-serif;;
    font-size: 14px;
    color: var(--font-gray-4C);
}

.service-exhibitions-temperature span,
.service-exhibitions-humidity span {
    color: var(--font-brown);
}

.service-floor-nav-box {
    margin-top: 90px;
    margin-bottom: 30px;
}

.service-guide-nav-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.service-floor-nav-item-rel {
    position: relative;
    width: 100%;
    padding-bottom: 28%;
}

.service-floor-nav-item {
    font-size: 26px;
    color: var(--font-white);
}

.service-floor-nav-item-abs {
    cursor: pointer;
    background-image: url(../images/service/service-floor-nav-item.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-floor-nav-item.active .service-floor-nav-item-abs {
    background-image: url(../images/service/service-floor-nav-item-active.png);
}

.service-guide-nav-container {
    margin-bottom: 60px;
}

.service-guide-nav-container .service-guide-nav-box:not(:first-child) {
    display: none;
}

.service-guide-nav-item {
    position: relative;
    font-size: 22px;
    color: var(--font-white);
    cursor: pointer;
    margin: 0 20px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-guide-nav-item.active::before {
    position: absolute;
    top: 100%;
    width: 80px;
    height: 26px;
    content: "";
    background-image: url(../images/service/service-guide-nav-item-active.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.service-guide-map-container .service-guide-map-box:not(:first-child) {
    display: none;
}

.service-guide-map-box .service-guide-map-item:not(:first-child) {
    display: none;
}

.service-guide-map-box {
    position: relative;
}

.service-guide-map-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-guide-map-item img {
    max-width: 90%;
}

.service-guide-map-box::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    max-width: 84px;
    width: 8%;
    padding-bottom: 16%;
    max-height: 148px;
    background-image: url(../images/service/guide-map-compass.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.service-guide-map-box:nth-of-type(1)::before {
    top: 60%;
    bottom: auto;
}

.service-guide-map-box:nth-of-type(2) {
    margin-bottom: 300px;
}

.service-guide-map-box:nth-of-type(2)::before {
    top: 100%;
    bottom: auto;
}

.service-module-charges-container {
    position: relative;
    width: 100%;
    background-color: #85463d;
    display: flex;
    align-items: center;
    height: 180px;
    border-radius: 90px;
}

.service-charges-lable {
    min-width: 180px;
    min-height: 180px;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background-color: var(--font-white);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.service-charges-lable-title {
    font-size: 26px;
    color: var(--font-brown);
}

.service-charges-box {
    padding: 0 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-charges-item {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
      segoe ui, Roboto, Helvetica, Arial, 
      sans-serif;;
}

.service-charges-icon img {
    max-width: 100%;
}

.service-charges-title {
    font-size: 16px;
    color: var(--font-white);
    margin-top: 10px;
}

.service-route-box {
    border: 1px solid var(--font-white);
    padding: 15px;
    position: relative;
    margin-top: 100px;
}

.service-route-select-box {
    background-color: #85463d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    margin-bottom: 20px;
    position: relative;
}

.service-route-select-box::before {
    content: "";
    width: 70px;
    height: 80px;
    position: absolute;
    left: 13%;
    top: -95px;
    background-image: url(../images/public/mmy-zs.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.service-route-select-box.service-route-select-item-active-0::before {
    left: 13%;
}

.service-route-select-box.service-route-select-item-active-1::before {
    left: 46.5%;
}

.service-route-select-box.service-route-select-item-active-2::before {
    left: 80%;
}

.service-route-select-item {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.service-route-select-item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 50%;
    background-color: var(--font-white);
    position: absolute;
    right: 0;
}

.service-route-select-icon {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.service-route-select-icon img {
    max-height: 30px;
}

.service-route-select-title {
    font-size: 26px;
    color: var(--font-white);
}

.service-route-select-item {
    width: 33.33%;
}

.service-route-map-box img {
    width: 100%;
}

.service-route-map-item{
    display: block;
}
.service-route-map-item:not(:first-child){
    display: none;
}

.service-route-map-item img{
    width: 100%;
}

.service-route-content-box {
    margin: 50px 0 50px 0;
}

.service-route-content-box .service-route-content-item:not(:first-child) {
    display: none;
}

/* .service-route-content-item {} */

.service-route-content-site {
    text-align: center;
    font-size: 26px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
      segoe ui, Roboto, Helvetica, Arial, 
      sans-serif;;
    color: var(--font-white);
    margin-bottom: 10px;
}

.service-route-content {
    text-align: center;
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
      segoe ui, Roboto, Helvetica, Arial, 
      sans-serif;;
    color: var(--font-white);
}

.service-route-content:not(:last-of-type) {
    margin-bottom: 10px;
}

.service-module-card-container {
    position: relative;
}

.service-card-box {
    position: relative;
    display: flex;
    flex-wrap: wrap-reverse;
    height: 1100px;
    overflow: hidden;
    pointer-events: auto;
}

.service-card-decoration-line {
    transform: translateY(-40%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    pointer-events: none;
}

.service-card-decoration-line img {
    width: 100%;
}

.service-card-decoration-treasure {
    transform: translateY(-60%) translateX(24%);
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    z-index: 5;
    pointer-events: none;
}

.service-card-decoration-treasure img {
    width: 100%;
}

.service-card-box-left {
    width: 35%;
    height: 100%;
    background-color: var(--font-white);
    flex-grow: 1;
    padding: 130px 0 130px 150px;
}

.service-card-box-right {
    width: 65%;
    height: 100%;
    background-image: url(../images/service/service-card-box-right-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 130px 80px 130px 0;
}

.service-card-left-content {
    position: relative;
    height: 100%;
    background-image: url(../images/service/service-card-box-left-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 50px 80px 50px;

}

.service-card-left-content-item-box {
    height: 100%;
}

.service-card-left-content-item {
    height: 100%;
}

.service-card-left-content-item:not(:first-of-type) {
    display: none;
}

.service-card-file-box {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-card-file {
    width: 48%;
    /* margin-bottom: 30px; */
    display: flex;
    align-items: center;
    flex-direction: column;
}

.service-card-file img {
    max-width: 100%;
}

.service-card-file-name {
    color: var(--font-white);
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
      segoe ui, Roboto, Helvetica, Arial, 
      sans-serif;;
    margin-top: 10px;
}

.service-card-left-tab {
    padding-right: 38px;
    justify-content: space-between;
}

.service-card-left-tab .nav-item {
    width: 48%;
}

.service-card-left-tab a {
    position: relative; 
    display: block; 
    width: fit-content;
    margin: 0 auto;
    cursor: pointer; 
    font-size: 22px;
    color: var(--font-white);
}

.service-card-left-tab a img {
    position: absolute;
    width: 60%;
    left: 50%; bottom: -30%;
    transform: translateX(-50%);
    pointer-events: none;
}

.service-card-left-tab a img {
    display: none;
}

.service-card-left-tab .active img {
    display: block;
}

.service-card-left-text {
    margin-top: 60px;
    height: 560px;
    overflow-y: auto;
    padding-right: 10px;
}

.yy-service-card-left-text {
    margin-top: 35px;
}

.service-card-left-text h1,
.service-card-left-text h2,
.service-card-left-text h3,
.service-card-left-text h4,
.service-card-left-text h5,
.service-card-left-text h6 {
    color: var(--font-white);
    font-size: 18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
      segoe ui, Roboto, Helvetica, Arial, 
      sans-serif;;
    margin-bottom: 10px;
}

.service-card-left-text p {
    color: var(--font-white);
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 
      segoe ui, Roboto, Helvetica, Arial, 
      sans-serif;;
    margin-bottom: 30px;
    text-indent: 2em;
    word-break: break-all;
}

.service-card-left-text p a {
    color: var(--font-brown)
}

.service-card-right-content {
    height: 100%;
    position: relative;
    background-color: var(--font-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}

.service-card-right-content-item {
    cursor: pointer;
    position: relative;
    width: 25%;
    display: flex;
    justify-content: center;
}

.service-card-right-content-item.active::before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background-color: var(--font-brown);
}

.service-card-right-content-item img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: transform .35s;
    transition: transform .35s;
}

.service-card-right-title {
    color: var(--font-white);
    font-size: 32px;
    -webkit-box-orient: vertical;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    position: absolute;
    top: 10%; z-index: 1;
    padding-right: 15%;
    -webkit-transition: transform .35s;
    transition: transform .35s;
}

.service-card-right-content-item:hover .service-card-right-title,
.service-card-right-content-item:hover img {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media (max-width: 1699px) {
    .service-description-main {
        height: 58vw !important;
    }

    .service-description-main.service-details-main,
    .service-description-main.service-events-list-main {
        height: auto !important;
    }

    .service-card-box {
        height: 1000px !important;
    }

    .service-card-box-left {
        padding: 130px 0px 130px 130px !important;
    }

    .service-card-box-right {
        padding: 130px 60px 130px 0px !important;
    }

    .service-card-left-text {
        height: 450px !important;
    }

    .service-card-right-content {
        padding: 90px !important;
    }

    .service-card-left-tab a {
        font-size: 20px;
    }
}

@media (max-width: 1599px) {
    .service-description-main {
        height: 62vw !important;
    }

    .service-description-main.service-details-main,
    .service-description-main.service-events-list-main {
        height: auto !important;
    }

    .service-card-box {
        height: 950px !important;
    }

    .service-card-box-left {
        padding: 130px 0px 130px 100px !important;
    }

    .service-card-box-right {
        padding: 130px 50px 130px 0px !important;
    }

    .service-card-left-text {
        height: 400px !important;
    }

    .service-card-right-content {
        padding: 80px !important;
    }

    .service-card-left-tab a {
        font-size: 18px;
    }
}

@media (max-width: 1499px) {
    .service-description-main {
        height: 66vw !important;
    }

    .service-description-main.service-details-main,
    .service-description-main.service-events-list-main {
        height: auto !important;
    }

    .service-card-box {
        height: 900px !important;
    }

    .service-card-box-left {
        padding: 130px 0px 130px 80px !important;
    }

    .service-card-box-right {
        padding: 130px 40px 130px 0px !important;
    }

    .service-card-left-text {
        height: 350px !important;
    }

    .service-card-right-content {
        padding: 70px !important;
    }

    .service-card-left-tab a {
        font-size: 16px;
    }
}

@media (max-width: 1399px) {

    .service-floor-nav-item {
        font-size: 22px !important;
    }

    .service-guide-nav-item {
        font-size: 20px !important;
    }

    .service-route-select-title,
    .service-route-content-site {
        font-size: 22px !important;
    }

    .service-card-box-left {
        width: 40% !important;
    }

    .service-card-box-right {
        width: 60% !important;
    }

    .service-card-right-content {
        padding: 60px !important;
    }

    .service-card-right-title {
        font-size: 26px !important;
        padding-right: 13% !important;
    }
}

@media (max-width: 1199px) {
    .service-description-main {
        height: 70vw !important;
    }

    .service-description-main.service-details-main,
    .service-description-main.service-events-list-main {
        height: auto !important;
    }

    .service-floor-nav-item {
        font-size: 20px !important;
    }

    .service-guide-nav-item {
        font-size: 18px !important;
    }

    .service-route-select-title,
    .service-route-content-site {
        font-size: 20px !important;
    }

    .service-route-content {
        font-size: 16px !important;
    }

    .service-card-box {
        height: auto !important;
    }

    .service-card-box-left {
        width: 50% !important;
    }

    .service-card-box-right {
        width: 50% !important;
        height: auto !important;
    }

    .service-card-right-content {
        padding: 20px !important;
    }

    .service-card-right-title {
        font-size: 22px !important;
    }
}

@media (max-width: 991px) {

    .service-common-line {
        height: 25px!important;
        margin: 0 0 15px!important;
    }

    .service-module-route-container {
        margin-bottom: 100px !important;
    }

    .service-module-guide-container {
        margin-bottom: 120px !important;
    }

    .service-module-charges-container {
        margin-bottom: 100px !important;
    }

    .service-guide-map-box:nth-of-type(2) {
        margin-bottom: 200px !important;
    }

    .service-description-main {
        height: auto !important;
        padding-bottom: 30vw !important;
    }

    .service-description-main.service-details-main,
    .service-description-main.service-events-list-main {
        padding-bottom: 0 !important;
    }

    .service-description-right {
        margin-top: 50px !important;
    }

    .service-description-right .common-component-module-title.right {
        text-align: left !important;
    }

    .service-floor-nav-box {
        margin-top: 60px !important;
        margin-bottom: 20px !important;
    }

    .service-floor-nav-item {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .service-guide-nav-container {
        margin-bottom: 30px !important;
    }

    .service-guide-nav-item {
        font-size: 20px !important;
        margin: 0 10px 30px 10px !important;
    }

    .service-guide-nav-item.active::before {
        width: 60px !important;
        height: 19px !important;
    }

    .service-route-box {
        margin-top: 80px !important;
    }

    .service-route-select-box::before {
        width: 50px !important;
        height: 60px !important;
        top: -75px !important;
        left: 11.5%;
    }

    .service-route-select-box.service-route-select-item-active-0::before {
        left: 11.5%;
    }
    
    .service-route-select-box.service-route-select-item-active-1::before {
        left: 45%;
    }
    
    .service-route-select-box.service-route-select-item-active-2::before {
        left: 78.5%;
    }

    .service-route-select-icon img {
        max-height: 20px !important;
    }

    .service-route-select-icon {
        margin-right: 20px !important;
    }

    .service-route-content-box {
        margin: 40px 0 40px 0!important;
    }

    .service-module-charges-container {
        height: auto !important;
    }

    .service-charges-box {
        padding: 20px !important;
        flex-wrap: wrap !important;
    }

    .service-charges-item {
        width: 33% !important;
        margin-bottom: 15px !important;
        padding: 0 4%;
    }

    .service-charges-item:nth-last-of-type(1),
    .service-charges-item:nth-last-of-type(2),
    .service-charges-item:nth-last-of-type(3) {
        margin-bottom: 0px !important;
    }

    .service-card-box-left {
        width: 100% !important;
        padding: 0px !important;
    }

    .service-card-box-right {
        width: 100% !important;
        padding: 0px !important;
    }

    .service-card-left-text {
        margin-top: 45px !important;
        height: auto !important;
        padding: 0!important;
    }

    .service-card-left-tab {
        padding-right: 0px;
    }

    .service-card-left-text h1,
    .service-card-left-text h2,
    .service-card-left-text h3,
    .service-card-left-text h4,
    .service-card-left-text h5,
    .service-card-left-text h6 {
        font-size: 16px;
    }

    .service-card-left-text p {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }

    .service-card-file img {
        max-width: 150px;
    }

    .service-card-right-content {
        padding: 20px 20% !important;
    }
}

@media (max-width: 767px) {
    .section-service-module {
        padding-top: 15%;
    }

    .service-common-content {
        font-size: 16px !important;
    }

    .service-exhibitions-title {
        font-size: 18px !important;
    }

    .service-floor-nav-item {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .service-guide-nav-item {
        font-size: 18px !important;
        margin: 0 8px 22px 8px !important;
    }

    .service-guide-nav-item.active::before {
        width: 40px !important;
        height: 13px !important;
    }

    .service-guide-map-box:nth-of-type(5)::before {
        top: 100% !important;
        bottom: auto !important;
    }

    .service-guide-map-box:nth-of-type(6)::before {
        top: 100% !important;
        bottom: auto !important;
    }

    .service-route-select-icon {
        margin-right: 15px !important;
    }

    .service-route-content-box {
        margin: 35px 0 35px 0!important;
    }

    .service-charges-lable {
        min-width: 150px!important;
        min-height: 150px!important;
        width: 150px!important;
        height: 150px!important;
    }

    .service-charges-lable-title {
        font-size: 22px!important;
    }

    .service-card-right-content {
        padding: 20px 15% !important;
    }

    .service-route-select-box::before {
        width: 30px !important;
        height: 40px !important;
        top: -55px !important;
        left: 11.5%;
    }

    .service-route-select-box.service-route-select-item-active-0::before {
        left: 11.5%;
    }
    
    .service-route-select-box.service-route-select-item-active-1::before {
        left: 45.5%;
    }
    
    .service-route-select-box.service-route-select-item-active-2::before {
        left: 79%;
    }
}

@media (max-width: 575px) {

    .service-route-select-title,
    .service-route-content-site {
        font-size: 18px !important;
    }

    .service-route-content {
        font-size: 14px !important;
    }

    .service-route-content-box {
        margin: 30px 0 30px 0!important;
    }

    .service-route-select-box {
        height: 60px!important;
    }

    .service-floor-nav-item {
        font-size: 18px !important;
    }

    .service-guide-nav-item {
        font-size: 16px !important;
    }

    .service-guide-nav-item.active::before {
        width: 30px !important;
        height: 10px !important;
    }

    .service-module-charges-container {
        flex-direction: column !important;
    }

    .service-charges-box {
        padding: 30px 20px 20px 20px !important;
    }

    .service-card-decoration-treasure {
        transform: translateY(-90%) translateX(24%);
    }
    .service-card-left-content {
        padding: 60px 15px 60px 15px!important;
    }

    .service-card-right-content {
        padding: 15px !important;
    }

    .service-card-right-title {
        font-size: 20px !important;
    }
}

@media (max-width: 499px) {

    .service-route-select-title,
    .service-route-content-site {
        font-size: 16px !important;
    }

    .service-route-select-icon img {
        max-height: 15px !important;
    }

    .service-route-content-box {
        margin: 20px 0 20px 0!important;
    }

    .service-module-route-container {
        margin-bottom: 80px !important;
    }

    .section-service-module {
        padding-bottom: 50px !important;
    }

    .service-module-guide-container {
        margin-bottom: 100px !important;
    }

    .service-module-charges-container {
        margin-bottom: 80px !important;
    }

    .service-guide-map-box:nth-of-type(2) {
        margin-bottom: 120px !important;
    }

    .service-floor-nav-box {
        margin-top: 40px !important;
    }

    .service-floor-nav-item {
        font-size: 16px !important;
        padding: 0 10px !important;
    }

    .service-guide-nav-item {
        font-size: 14px !important;
    }

    .service-route-box {
        margin-top: 60px !important;
    }

    .service-route-select-icon {
        margin-right: 10px !important;
    }

    .service-card-file {
        width: 100% !important;
    }
}
