@charset "utf-8";

.story {
    position: relative;
    overflow: hidden;
}

.story::before {
    content: "";
    background: url(/system_panel/uploads/images/20260827142105339882.svg) no-repeat bottom/contain;
    position: absolute;
    bottom: 0;
    right: -20px;
    max-width: 343px;
    width: 18%;
    height: 348px;
}

.story .inner {
    padding: 39px 0 113px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.story .sec-head,
.message .sec-head,
.info .sec-head,
.access .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.story .sec-head::after,
.message .sec-head::after,
.info .sec-head::after,
.access .sec-head::after {
    left: 0;
    right: 0;
    margin: auto;
}

.story .text {
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
}

.story .catch {
    font-weight: 500;
    font-size: clamp(1.5rem, 1.257rem + 1.04vw, 2.5rem);
    text-align: center;
    color: #f78c49;
}

.story .desc p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    text-align: center;
    color: #000;
}

.message {
    background: #fcf5ef;
}

.message .inner {
    padding: 70px 0 80px;
}

.message .column {
    display: flex;
    gap: 5%;
}

.message .column .sec-img {
    max-width: 425px;
    width: 51%;
}

.message .column .sec-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.message .column .catch {
    font-weight: 400;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    color: #000;
}

.message .column .catch br {
    display: none;
}

.message .column .desc p {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    color: #000;
}

.message .column .name {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.message .column .name .tit-sub {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    color: #000;
}

.message .column .name .tit-main {
    font-weight: 500;
    font-size: clamp(1.25rem, 1.189rem + 0.26vw, 1.5rem);
    color: #000;
}

.info .inner {
    padding: 80px 0;
}

.info .sec-body {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.info .item {
    display: grid;
    grid-template-columns: 20% 1fr;
    padding: 24px 0;
    border-bottom: 1px solid #e5e5e5;
}

.info .item:first-child {
    padding-top: 0;
}

.info .item .dt {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #efa228;
}

.info .item .dd {
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(28/16);
    color: #000;
}

.info .item:nth-child(2n) {
    background: #fcf5ef;
}

.access .inner {
    padding-bottom: 120px;

    margin: 0 auto;
}

.access .sec-body {
    width: 80%;
    margin: 0 auto;
}

.access .inner .map iframe {
    width: 100%;
    height: 456px;
    border: none;
}

.access .inner .map {

    display: flex;
    flex-direction: column;
    gap: 24px;
}

.access .inner .map .desc p {
    font-weight: 500;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    color: #000;
}

.access .inner .map .desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 1280px) {
    .message .column .sec-img {
        width: 58%;
    }

    .info .sec-body {
        width: 82%;
    }
}

@media (max-width: 1023px) {
    .story .inner {
        padding: 40px 0 120px;
    }

    .message .inner,
    .info .inner {
        padding: 40px 0 32px;
    }

    .message .column {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .access .sec-body {
        width: 83%;
    }
}

@media (max-width: 767px) {

    .story .sec-head,
    .message .sec-head,
    .info .sec-head,
    .access .sec-head {
        margin-bottom: 20px;
    }

    .story .text {
        gap: 16px;
        width: 90%;
        margin: 0 auto;
    }

    .story .desc {
        width: 90%;
        margin: auto;
    }

    .message .column .catch br {
        display: block;
    }

    .message .column .sec-img {
        width: 80%;
    }

    .info .sec-body,
    .access .sec-body {
        width: 90%;
    }

    .info .item {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .access .inner .map iframe {
        height: 166px;
    }

.story::before {
    max-width: 203px;
    width: 100%;
    bottom: -100px;
}
}