.site-main {
    width: auto;
    margin: 0;
}

.location-page-source {
    color: #222;
}

.location-page-source ol,
.location-page-source ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.location-page-source a {
    color: inherit;
    text-decoration: none;
}

.location-page-source img {
    display: block;
    max-width: 100%;
}

.location-page-source .inner.container {
    display: flex;
    justify-content: center;
}

.location-page-source .content-wrap {
    width: min(1332px, 100%);
    max-width: 1332px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.location-page-source .content-body {
    margin-top: 40px;
}

.location-locale-block[hidden] {
    display: none;
}

.aboutkto-map {
    display: flex;
    gap: 26px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.aboutkto-map .left-element {
    flex: 0 0 604px;
    width: 604px;
    padding: 30px 0;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #f8f8f8;
}

.aboutkto-map .left-element .map {
    position: relative;
    width: 479px;
    margin: 0 auto;
}

.aboutkto-map .left-element .map ul li {
    position: absolute;
}

.aboutkto-map .left-element .map ul li a {
    display: block;
}

.aboutkto-map .left-element .map ul li a .point {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 28px;
    background: url("../images/location/ico-map-point.svg") no-repeat 0 0 / contain;
    vertical-align: middle;
}

.aboutkto-map .left-element .map ul li a .name {
    position: absolute;
    top: -100000px;
    left: -100000px;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    text-indent: 100000px;
}

.aboutkto-map .left-element .map ul li.active {
    z-index: 9;
}

.aboutkto-map .left-element .map ul li.active .point {
    background-image: url("../images/location/ico-map-point-on.svg");
}

.aboutkto-map .left-element .map ul li.active .name {
    position: relative;
    top: 2px;
    left: 0;
    display: inline;
    width: auto;
    height: auto;
    margin-left: 3px;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #4a63ad;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-indent: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.aboutkto-map .left-element .map ul.seoul li:nth-child(1) {
    top: 22%;
    left: 44.5%;
}

.aboutkto-map .left-element .map ul.seoul li:nth-child(2) {
    top: 18%;
    left: 23.5%;
}

.aboutkto-map .right-element {
    flex: 1 1 0;
    min-width: 360px;
}

.aboutkto-map .right-element > ul {
    border-top: 2px solid #4a5577;
}

.aboutkto-map .right-element > ul > li > a {
    display: block;
    padding: 20px 50px 19px 16px;
    border-bottom: 1px solid #ddd;
    background: url("../images/location/ico-map-arrow.svg") no-repeat 93% center;
    color: #444;
    font-weight: 600;
}

.aboutkto-map .right-element > ul > li .info {
    display: none;
    padding: 20px 16px;
    border-bottom: 1px solid #ddd;
    background-color: #f8f8f8;
}

.aboutkto-map .right-element > ul > li.active > a {
    color: #d22a49;
}

.aboutkto-map .right-element > ul > li.active .info {
    display: block;
}

.aboutkto-map .right-element > ul > li .info p {
    margin: 0;
    color: #222;
    line-height: 1.4;
}

.aboutkto-map .right-element > ul > li .info p + p {
    margin-top: 8px;
}

.aboutkto-map .right-element > ul > li .info dl {
    margin: 0;
}

.aboutkto-map .right-element > ul > li .info dl dt {
    margin: 10px 0;
    color: #d22a49;
    font-weight: 600;
}

.aboutkto-map .right-element > ul > li .info dl dd {
    margin: 0;
}

.aboutkto-map .right-element > ul > li .info dl dd + dd {
    margin-top: 20px;
}

.aboutkto-map .right-element > ul > li .info dl dd .public-title {
    margin: 0 0 10px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.aboutkto-map .right-element > ul > li .info dl dd > span {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 26px;
    border: 1px solid #ce6596;
    border-radius: 4px;
    background-color: #fff;
    color: #4a63ad;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.aboutkto-map .right-element > ul > li .info ul {
    margin-top: 10px;
}

.aboutkto-map .right-element > ul > li .info ul li {
    color: #222;
    font-size: 16px;
    line-height: 1.45;
}

.bul-bar > li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 12px;
}

.bul-bar > li::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 4px;
    height: 2px;
    content: "";
    background-color: #d22a49;
}

.bul-bar > li:last-child {
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .location-page-source .content-wrap {
        padding-top: 100px;
    }
}

@media (max-width: 1279px) {
    .location-page-source .content-wrap {
        padding-top: 0;
    }

    .aboutkto-map {
        gap: 20px;
    }

    .aboutkto-map .left-element {
        flex: 1 1 58%;
        width: auto;
    }

    .aboutkto-map .left-element .map {
        width: min(479px, 82%);
    }

    .aboutkto-map .right-element {
        flex: 1 1 42%;
        min-width: 340px;
    }
}

@media (max-width: 1024px) {
    .aboutkto-map {
        display: block;
    }

    .aboutkto-map .left-element {
        display: none;
    }

    .aboutkto-map .right-element {
        min-width: 0;
    }
}
