.hp-map {
    position: relative;
    z-index: 1;
    font-family: "Poppins", sans-serif;
}

.map-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-bg canvas {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.map-wrap {}

.map-content {
    position: absolute;
    top: 180px;
    left: 1025px;
    z-index: 8;
}

.map-title {}

.map-title h2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5em;
    color: #fff;
    text-transform: uppercase;
}

.map-title h2 span {
    display: block;
    font-family: "Yeseva One", serif;
    font-size: 3.5em;
    letter-spacing: 0.025em;
    margin-top: 0.27142857em;
}

.map-list {
    margin-top: 37px;
    column-count: 2;
    column-gap: 45px;
    margin-left: -19px;
}

.map-list li {
    display: block;
}

.map-list li a {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 1.025em 2.75em;
    width: 11.3em;
    display: flex;
    align-items: center;
    margin-bottom: 0.45em;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.map-list li a:before,
.map-list li a:after {
    content: "";
    position: absolute;
    left: 1.15em;
    top: 0.85em;
    width: 0.55em;
    aspect-ratio: 11/27;
    background: url(../images/map/icon.png) center/cover no-repeat;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.map-list li a:after {
    left: 0.85em;
    top: 0.55em;
    width: 1.15em;
    aspect-ratio: 23/33;
    background: url(../images/map/hover.png) center/cover no-repeat;
    opacity: 0;
}

.map-list li a:hover,
.map-list li a.hover {
    color: #000;
    background: #fff;
}

.map-list li a:hover:before,
.map-list li a.hover:before {
    opacity: 0;
}

.map-list li a:hover:after,
.map-list li a.hover:after {
    opacity: 1;
}

.map-list li a span {
    z-index: 1
}

.map-list li:last-child a {
    margin-bottom: 0
}

.map-outer {}

.map-inner {}

.map-transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
}

.map-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.map-hover {
    pointer-events: none;
    z-index: 5;
}

.map-hover div {
    position: absolute;
}

.map-hover div>img {
    opacity: 0;
    z-index: 6;
    position: relative;
    transform: scale(0.7);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.map-hover div.hover>img {
    opacity: 1;
    transform: none;
}

.map-hover div span,
.map-hover div em {
    position: absolute;
    pointer-events: none;
    color: #fff;
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 5;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    text-shadow: 2px 2px 0px #0d1235, -2px 2px 0px #0d1235, -2px -2px 0px #0d1235, 2px -2px 0px #0d1235;
}

.map-hover div span.sm {
    position: absolute !important;
}

.map-hover div em {
    opacity: 0;
    transform: scale(0.7);
    z-index: 6;
}

.map-hover div.hover span {
    opacity: 0;
}

.map-hover div.hover em {
    opacity: 1;
    transform: none;
}

.map-hover div em:before {
    content: "";
    position: absolute;
    left: 48%;
    top: -43px;
    transform: translateX(-50%);
    width: 23px;
    aspect-ratio: 23/33;
    background: url(../images/map/pin.png) center/cover no-repeat;
}

.map-hover div.hover>img {
    opacity: 1
}

.map-hover div.hover span {
    transform: none !important
}

.map-hover div.hover span:before {
    opacity: 1
}

.map-text {}

.map-text.p-none {
    pointer-events: none;
}

.map-text>div {
    position: absolute;
    z-index: 4;
}

.map-text>div a {
    position: relative;
    display: block;
    text-align: center;
}

.map-hover div span.sm,
.map-text>div a {
    display: block;
    position: relative;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: none;
    color: #fff;
    text-shadow: 1px 1px 0px #0d1235, -1px 1px 0px #0d1235, -1px -1px 0px #0d1235, 1px -1px 0px #0d1235;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.map-hover div span.sm::before,
.map-text>div a:before {
    content: "";
    position: absolute;
    width: 8.31px;
    aspect-ratio: 1/1;
    top: 45%;
    left: -17px;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #fff;
    border: 1px solid #0d1245;
}

.map-text>div a.bot:before {
    top: auto;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.map-text>div a.top:before {
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.map-text>div a.right::before {
    left: auto;
    right: -17px;
}

.map-extra {
    pointer-events: none;
}

.map-extra.hover {
    pointer-events: all;
}

@media screen and (max-width: 991px) {
    #hp-map {
        transform: none !important;
    }

    .hp-map {
        height: auto !important;
        padding: 60px 0;
    }

    .map-content {
        position: relative;
        left: auto;
        top: auto;
    }

    .map-title h2 {
        font-size: 17px;
        text-align: center;
    }

    .map-list {
        width: max-content;
        max-width: 100%;
        margin: 50px auto auto;
    }

    .map-list li a {
        font-size: 17px;
        padding-right: 2em;
        width: 10em;
    }
}

@media screen and (max-width: 480px) {
    .map-list {
        column-count: 1;
    }
}