@charset "UTF-8";

/* main */
.main {
    position: relative;
}

/* community */
/* comm-container */
.comm-list-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 48px 40px 136px 40px;
    font-size: 0;
    line-height: 0;
    min-height: calc(100% - 85px);
}

.comm-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 48px 40px 136px 40px;
    font-size: 0;
    line-height: 0;
    min-height: calc(100% - 85px);
}

/* comm - side */
.side {
    display: inline-block;
    z-index: 20;
    width: 240px;
    vertical-align: top;
}

.side .side-btn {
    display: none;
}

.side .side-list .side-link {
    display: block;
    position: relative;
    word-break: keep-all;
}

.side .side-list .side-link:hover {
    text-decoration: underline;
}

.side .side-list .side-phone {
    margin-top: 0 !important;
    margin-bottom: 15px;
}

.side .side-list .side-phone-link {
    display: block;
    color: #ff6000;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

.side .side-list>.side-item+.side-item {
    /* margin-top: 8px; */
    margin-top: 15px;
}

.side .side-list>.side-item>.side-link {
    color: #3b3b40;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.side .side-list>.side-item.active>.side-link {
    color: #2ca449;
}

.side .side-list .side-heading {
    margin-top: -8px;
    padding-top: 19px;
    border-top: 1px solid #e5e8ec;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

.side .side-list .side-heading .side-image {
    display: inline-block;
    max-width: 35px;
}

.side .side-list .side-heading .side-heading-text {
    margin-left: 3px;
}

.side .side-list .side-depth2 {
    margin-top: 20px;
    padding: 19px 0;
    border-top: 1px solid #e5e8ec;
}

.side .side-list .side-depth2 .side-item+.side-item {
    margin-top: 8px;
}

.side .side-list .side-depth2 .side-item .side-link {
    padding-left: 28px;
    color: #383b40;
    font-size: 14px;
    line-height: 22px;
}

.side .side-list .side-heading+.side-depth2 .side-item .side-link {
    padding-left: 40px;
}

.side .side-list .side-depth2 .side-item.active .side-link {
    font-weight: 600;
}

.side .side-list .side-depth2 .side-item .side-link:before,
.side .side-list .side-depth2 .side-item .side-link:after {
    position: absolute;
    background-repeat: no-repeat;
}

.side .side-list .side-depth2 .side-item .side-link:before {
    top: 7px;
    left: 1px;
    width: 6px;
    height: 7px;
    background-image: url(../images/sub/side_arrow.png);
    background-size: 6px auto;
}

.side .side-list .side-depth2 .side-item .side-link:after {
    display: block;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/sub/side_icon.png);
    background-size: 20px auto;
}

.side .side-list .side-heading+.side-depth2 .side-item .side-link:after {
    left: 13px;
}

.side .side-list .side-heading+.side-depth2 .side-item .side-link:before {
    display: block;
}

.side .side-list .side-depth2 .side-item .side-link.image:after {
    background-image: url(../images/sub/side_icon_image.png);
}

.side .side-list .side-depth2 .side-item .side-link.movie:after {
    background-image: url(../images/sub/side_icon_movie.png);
}

.side .side-list .side-heading+.side-depth2 {
    margin-top: 0;
    padding-top: 12px;
    border-top: 0;
}

.comm-list-container:not(.auth) .side+.main {
    display: inline-block;
    width: calc(100% - 240px);
    padding: 0 144px;
    vertical-align: top;
    transition: padding 0.25s ease-in-out;
}

.comm-container:not(.auth) .side+.main {
    display: inline-block;
    max-width: 860px;
    width: 860px;
    margin-left: 40px;
    padding: 30px;
    vertical-align: top;
    transition: padding 0.25s ease-in-out;
    border: 1px solid #ebecef;
}

.side .side-footer {
    margin-top: 24px !important;
    padding-top: 16px;
    border-top: 1px solid #e5e8ec;
}

.side .side-footer-link {
    display: block;
    padding: 10px 12px;
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    background-color: #fff;
    color: #383b40;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
}

.side .side-item.faq.active .side-footer-link,
.side .side-footer-link:hover {
    border-color: #2ca449;
    color: #2ca449;
    text-decoration: none;
}

.region-page-side {
    display: none;
}

@media all and (max-width: 1800px) {
    .comm-list-container:not(.auth) .side+.main {
        padding: 0 0 0 40px;
    }
}

@media all and (max-width: 1400px) {
    .side {
        width: 210px;
    }

    .comm-list-container:not(.auth) .side+.main {
        width: calc(100% - 210px);
    }

    .comm-container:not(.auth) .side+.main {
        width: calc(100% - 280px);
    }
}

@media (min-width: 1024px) {
    .side .side-list .side-phone-link {
        pointer-events: none;
        cursor: default;
    }
}

@media all and (min-width: 769px) {
    .comm-list-container.auth .side {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .comm-list-container {
        min-height: calc(100dvh - 216px);
        padding: 86px 20px 80px 20px;
    }

    .comm-container {
        min-height: calc(100dvh - 216px);
        padding: 86px 20px 80px 20px;
    }

    .side {
        position: fixed;
        top: 57px;
        right: -230px;
        bottom: 0;
        z-index: 29;
        width: 230px;
        padding-bottom: 57px;
        background-color: rgba(255, 255, 255, 0.97);
        transition: all 0.25s ease-in-out;
    }

    .region-page-side {
        display: block;
    }

    .side.active {
        opacity: 1;
        visibility: inherit;
        right: 0;
    }

    .side:before {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: calc(100vw + 300px);
        background-color: rgba(0, 0, 0, 0.1);
        transition: all 0.5s ease-in-out;
    }

    .side.active:before {
        opacity: 1;
        visibility: inherit;
    }

    .side .side-btn {
        display: none;
        position: absolute;
        top: 15px;
        left: -26px;
        z-index: 1;
        width: 26px;
        height: 60px;
        border: 0;
        border-radius: 4px 0 0 4px;
        background-color: #383b40;
        color: #fff;
        font-size: 0;
        line-height: 0;
    }

    .side .side-btn:before,
    .side .side-btn:after {
        display: block;
        position: absolute;
        top: 0;
        left: 1px;
        right: 0;
        bottom: 0;
        width: 8px;
        height: 2px;
        margin: auto;
        background-color: #fff;
    }

    .side .side-btn:before {
        top: 5px;
        transform: rotate(45deg);
    }

    .side .side-btn:after {
        top: -5px;
        transform: rotate(-45deg);
    }

    .side.active .side-btn:before {
        top: -5px;
    }

    .side.active .side-btn:after {
        top: 5px;
    }

    .side .side-list {
        opacity: 0;
        visibility: hidden;
        position: relative;
        z-index: 1;
        height: 100%;
        padding: 20px;
        background-color: #fff;
        transition: all 0.25s ease-in-out;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .side.active .side-list {
        opacity: 1;
        visibility: inherit;
    }

    .side+.main {
        display: block !important;
        width: 100% !important;
        padding: 5px !important;
        margin-left: 0 !important;
        border: none !important;
    }

    .side-open .side+.main {
        filter: blur(1px);
    }

    .side .side-footer-link {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 22px;
    }
}

@media all and (max-width: 640px) {
    .comm-list-container {
        padding-top: 76px;
        padding-bottom: 107px;
    }

    .comm-container {
        padding: 76px 0px 107px;
    }
}

/* comm - sub */
.sub-head {
    overflow: hidden;
    margin-bottom: 32px;
}

.sub-title {
    display: inline-block;
    color: #383b40;
    font-size: 36px;
    font-weight: 600;
    line-height: 56px;
    vertical-align: top;
}

.sub-head .sub-search {
    float: right;
    width: 480px;
    margin: 4px 0;
    border: 1px solid #d8dadd;
    border-radius: 4px;
    background-color: #fff;
}

.sub-head .sub-search .search-inp {
    width: calc(100% - 60px);
    height: 46px;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
    font-size: 14px;
}

.sub-head .sub-search .search-inp::placeholder {
    color: #adb2bb;
}

.sub-head .sub-search .search-btn {
    width: 60px;
    height: 46px;
    background: url(../images/sub/search_icon.png) no-repeat center / 24px auto;
}

.upload-title-container {
    display: flex;
    align-items: center;
    margin: 24px 0;
    gap: 1rem;
    line-height: 40px;
}

.upload-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.upload-title-btn {
    padding: 0 12px;
    border: 0;
    border-radius: 4px;
    background-color: #383b40;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.15s ease-in-out;
    word-break: keep-all;
}

.receive-message-container {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.receive-message-container input {
    width: 20px;
    height: 20px;
}

.receive-message-container label {
    font-size: 16px;
    line-height: 22px;
}

.sub-head .phone-top {
    visibility: hidden;
}

@media (min-width: 1024px) {
    .sub-head .phone-top a {
        pointer-events: none;
        cursor: default;
    }
}

@media all and (max-width: 1000px) {
    .sub-head .sub-search {
        float: none;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .sub-head {
        margin-bottom: 12px;
    }

    .sub-title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 32px;
    }

    .sub-head .phone-top a {
        color: #e94343;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        line-height: normal;
        margin-bottom: 20px;
    }
}

/* comm - empty */
.content-container .empty {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    font-size: 1.25rem;
    color: #878787;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

.list-faq-guide {
    margin-top: 32px;
    padding: 20px 24px;
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    background-color: #fafbfc;
    font-size: 0;
    line-height: 0;
}

.list-faq-guide p {
    display: inline-block;
    margin: 0 16px 0 0;
    color: #383b40;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    vertical-align: top;
}

.list-faq-guide a {
    display: inline-block;
    color: #2ca449;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    vertical-align: top;
}

.list-faq-guide a:hover {
    text-decoration: underline;
}

.wanted-board-guide {
    border-color: #dfe7e2;
    background-color: #f8fbf9;
}


.wanted-form-section {
    margin: 22px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid #e5e8ec;
}

.wanted-basic-field {
    margin-bottom: 8px;
}

.wanted-basic-field label {
    display: block;
    margin: 0;
    color: #383b40;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
}

.wanted-basic-field p {
    margin: 4px 0 0;
    color: #6f747c;
    font-size: 14px;
    line-height: 22px;
}

.wanted-title-field+#title {
    margin-bottom: 0;
}

.wanted-content-section {
    margin-bottom: 10px;
}

.wanted-form-section+.wanted-form-section {
    margin-top: 20px;
}

.wanted-section-head {
    margin-bottom: 14px;
}

.wanted-section-head h3 {
    margin: 0;
    color: #383b40;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
}

.wanted-section-head p {
    margin: 4px 0 0;
    color: #6f747c;
    font-size: 14px;
    line-height: 22px;
}

.wanted-field-group {
    margin-bottom: 16px;
}

.wanted-field-label,
.wanted-meta-field span {
    display: block;
    margin-bottom: 8px;
    color: #383b40;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.wanted-region-selects {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 76px;
    gap: 8px;
}

.wanted-region-selects select,
.wanted-region-selects button,
.wanted-meta-field input,
.wanted-meta-field select {
    width: 100%;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    background-color: #fff;
    color: #383b40;
    font-size: 14px;
}

.wanted-region-selects button {
    padding: 0;
    border-color: #259740;
    background-color: #259740;
    color: #fff;
    font-weight: 800;
}

.wanted-region-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
    padding: 0;
}

.wanted-region-list li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 0 8px 0 12px;
    border: 1px solid #d9e7dc;
    border-radius: 16px;
    background-color: #f7fbf8;
    color: #2f343c;
    font-size: 14px;
    font-weight: 700;
}

.wanted-region-remove {
    position: relative;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 50%;
    background-color: #e6ece8;
    color: #5f646d;
    font-size: 0;
}

.wanted-region-remove span {
    position: relative;
    z-index: 1;
    color: #6d747c;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.wanted-region-remove:hover,
.wanted-region-remove:focus {
    outline: 0;
    background-color: #dce7e1;
}

.wanted-region-remove:hover span,
.wanted-region-remove:focus span {
    color: #259740;
}

.wanted-meta-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.wanted-contact-fields {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    align-items: start;
}

.wanted-meta-field {
    display: block;
    margin: 0;
}

.wanted-budget-field {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px 12px;
    min-width: 0;
}

.wanted-budget-field>span {
    grid-column: 1;
}

.wanted-budget-picker {
    grid-column: 1 / -1;
    border: 1px solid #d6dde5;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(36, 45, 54, 0.035);
}

.wanted-budget-backdrop {
    display: none;
}

.wanted-budget-picker.is-disabled {
    opacity: 0.55;
}

.wanted-budget-targets,
.wanted-budget-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
    align-items: center;
    gap: 0;
    padding: 12px 14px;
}

.wanted-budget-targets>span,
.wanted-budget-controls>span {
    color: #383b40;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.wanted-budget-target,
.wanted-budget-control {
    height: 52px;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    background-color: #fff;
    color: #383b40;
    font-weight: 700;
}

.wanted-budget-target {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: left;
    gap: 10px;
    padding: 0 36px 0 16px;
    white-space: nowrap;
    transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

.wanted-budget-target:focus {
    outline: 0;
}

.wanted-budget-target:focus-visible {
    border-color: #22a447;
    box-shadow: 0 0 0 3px rgba(34, 164, 71, 0.14);
}

.wanted-budget-target:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #8a9099;
    border-bottom: 2px solid #8a9099;
    transform: translateY(-65%) rotate(45deg);
}

.wanted-budget-target.is-selected {
    border-color: #22a447;
    background-color: #fbfffc;
}

.wanted-budget-target.is-selected:after {
    border-color: #22a447;
}

.wanted-budget-picker.is-open .wanted-budget-target.is-active {
    border-color: #22a447;
    color: #1b8d39;
    box-shadow: 0 0 0 3px rgba(34, 164, 71, 0.12), inset 0 0 0 1px #22a447;
}

.wanted-budget-picker.is-open .wanted-budget-target.is-active:after {
    border-color: #22a447;
    transform: translateY(-35%) rotate(225deg);
}

.wanted-budget-picker.is-open .wanted-budget-target.is-active.is-empty {
    border-color: #b8c0ca;
    color: #383b40;
    box-shadow: 0 0 0 3px rgba(56, 59, 64, 0.07);
}

.wanted-budget-picker.is-open .wanted-budget-target.is-active.is-empty:after {
    border-color: #8a9099;
}

.wanted-budget-target span {
    margin: 0;
    color: #1f252d;
    font-size: 16px;
    font-weight: 800;
}

.wanted-budget-target strong {
    color: #7b838c;
    font-size: 18px;
    font-weight: 900;
    white-space: nowrap;
}

.wanted-budget-target.is-selected strong,
.wanted-budget-target.is-active strong {
    color: #15933a;
}

.wanted-budget-target.is-active.is-empty strong {
    color: #7b838c;
}

.wanted-budget-panel {
    display: none;
    border-top: 1px solid #e5e8ec;
    padding-bottom: 12px;
}

.wanted-budget-picker.is-open .wanted-budget-panel {
    display: block;
}

.wanted-budget-active {
    margin: 0;
    padding: 14px 14px 0;
    color: #4f5862;
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
}

.wanted-budget-presets {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 14px;
    border-left: 1px solid #e5e8ec;
    border-top: 1px solid #e5e8ec;
}

.wanted-budget-preset {
    height: 48px;
    border: 0;
    border-right: 1px solid #e5e8ec;
    border-bottom: 1px solid #e5e8ec;
    background-color: #fff;
    color: #19222b;
    font-size: 16px;
    font-weight: 800;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.wanted-budget-preset:hover,
.wanted-budget-preset:focus {
    outline: 0;
    background-color: #f3f8f5;
}

.wanted-budget-preset.is-in-range {
    background-color: #b9efc8;
    color: #10351d;
}

.wanted-budget-preset.is-selected {
    background-color: #25a943;
    color: #fff;
}

.wanted-budget-control {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: stretch;
    overflow: hidden;
}

.wanted-budget-control button {
    height: 100%;
    border: 0;
    background-color: #f7f8fa;
    color: #5f646d;
    font-size: 24px;
    line-height: 1;
}

.wanted-budget-control .wanted-budget-manual {
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border-right: 1px solid #e5e8ec;
    border-left: 1px solid #e5e8ec;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    color: #1f252d;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.wanted-budget-control .wanted-budget-manual:focus {
    outline: 0;
    background-color: #f8fbf9;
}

@media all and (min-width: 769px) and (max-width: 1200px) {
    .wanted-budget-controls {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .wanted-budget-controls>span {
        line-height: 18px;
    }
}

.wanted-budget-footer {
    display: flex;
    justify-content: flex-end;
    padding: 12px 14px 0;
}

.wanted-budget-footer button {
    height: 34px;
    padding: 0 12px;
    border: 1px solid #d8dde3;
    border-radius: 4px;
    background-color: #fff;
    color: #383b40;
    font-size: 13px;
    font-weight: 700;
}

.wanted-budget-footer button:hover,
.wanted-budget-footer button:focus {
    border-color: #259740;
    color: #259740;
}

.wanted-budget-option,
.wanted-budget-negotiable {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin-top: 0;
    min-height: 24px;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.wanted-budget-negotiable:hover,
.wanted-budget-negotiable:focus-within {
    color: #259740;
}

.wanted-budget-negotiable span {
    color: #383b40;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.wanted-budget-negotiable:hover span,
.wanted-budget-negotiable:focus-within span {
    color: #259740;
}

.wanted-field-help {
    grid-column: 1 / -1;
    margin: 7px 0 0;
    color: #7a8088;
    font-size: 13px;
    line-height: 20px;
}

.wanted-phone-field {
    display: none;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.wanted-inline-check {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    margin: 0;
    color: #4b5058;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.wanted-inline-check input {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.wanted-inline-check.wanted-budget-negotiable {
    min-height: 24px;
    gap: 6px;
    line-height: 20px;
}

.wanted-inline-check.wanted-budget-negotiable input {
    margin: 0;
}

.wanted-phone-agree {
    min-height: auto;
}

.wanted-meta-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 18px 0 0;
    padding: 0;
    border: 1px solid #e2e7e3;
    border-radius: 6px;
    background-color: #fbfdfb;
    overflow: hidden;
}

.wanted-meta-summary-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 44px;
    border-bottom: 1px solid #e8ece9;
}

.wanted-meta-summary-row:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.wanted-meta-summary dt,
.wanted-meta-summary dd {
    margin: 0;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 20px;
}

.wanted-meta-summary dt {
    background-color: #f2f7f3;
    color: #259740;
    font-weight: 800;
}

.wanted-meta-summary dd {
    color: #383b40;
}

@media all and (max-width: 768px) {

    .wanted-meta-fields,
    .wanted-meta-summary {
        grid-template-columns: 1fr;
    }

    .wanted-region-selects {
        grid-template-columns: 1fr;
    }

    .wanted-budget-presets {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 10px;
    }

    .wanted-budget-picker.is-open {
        position: fixed;
        right: 10px;
        bottom: calc(74px + env(safe-area-inset-bottom));
        left: 10px;
        z-index: 121;
        max-height: calc(100dvh - 96px - env(safe-area-inset-bottom));
        border-radius: 10px 10px 6px 6px;
        box-shadow: 0 -12px 32px rgba(20, 28, 36, 0.18);
    }

    .wanted-budget-backdrop.is-open {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 120;
        background-color: rgba(18, 24, 32, 0.36);
        backdrop-filter: blur(1px);
    }

    .wanted-budget-picker.is-open::before {
        content: "";
        display: block;
        width: 36px;
        height: 4px;
        margin: 8px auto 0;
        border-radius: 999px;
        background-color: #d7dde5;
    }

    .wanted-budget-picker.is-open .wanted-budget-panel {
        max-height: calc(100dvh - 185px - env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .wanted-budget-targets,
    .wanted-budget-controls {
        grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
        gap: 0;
        padding: 10px;
    }

    .wanted-budget-targets>span,
    .wanted-budget-controls>span {
        line-height: 18px;
    }

    .wanted-budget-target,
    .wanted-budget-control {
        height: 48px;
    }

    .wanted-budget-target {
        gap: 6px;
        padding: 0 28px 0 10px;
    }

    .wanted-budget-target span {
        font-size: 15px;
    }

    .wanted-budget-target strong {
        font-size: 16px;
    }

    .wanted-budget-active {
        padding: 10px 12px 0;
        font-size: 12px;
        line-height: 18px;
    }

    .wanted-budget-preset {
        height: 40px;
        font-size: 15px;
    }

    .wanted-budget-control {
        grid-template-columns: 34px minmax(0, 1fr) 34px;
    }

    .wanted-budget-control button {
        font-size: 20px;
    }

    .wanted-budget-control .wanted-budget-manual {
        font-size: 15px;
    }

    .wanted-budget-footer {
        padding: 8px 10px 10px;
    }

    .wanted-field-help {
        margin-top: 8px;
        font-size: 12px;
        line-height: 18px;
    }

    #wantedAddRegionBtn {
        width: 100%;
    }

    .wanted-meta-summary-row,
    .wanted-meta-summary-row:nth-last-child(-n + 2) {
        border-bottom: 1px solid #e8ece9;
    }

    .wanted-meta-summary-row:last-child {
        border-bottom: 0;
    }
}

.faq-container {
    border-top: 2px solid #383b40;
}

.faq-head {
    padding: 32px 0 24px;
    border-bottom: 1px solid #e5e8ec;
}

.faq-head h2 {
    margin: 0 0 8px;
    color: #383b40;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.faq-head p {
    margin: 0;
    color: #5f646d;
    font-size: 16px;
    line-height: 26px;
}

.faq-body {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 32px;
    padding-top: 28px;
}

.faq-index {
    position: sticky;
    top: 96px;
    align-self: start;
    padding: 16px;
    border: 1px solid #e4e9e6;
    border-radius: 8px;
    background-color: #f8faf9;
}

.faq-index strong {
    display: block;
    margin-bottom: 10px;
    color: #383b40;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
}

.faq-index a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 8px;
    border-radius: 6px;
    color: #4f545c;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.faq-index a:hover,
.faq-index a:focus {
    background-color: #fff;
    color: #259740;
    text-decoration: none;
}

.faq-index em {
    flex: 0 0 auto;
    color: #8a9099;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.faq-list {
    min-width: 0;
    margin: 0;
    padding: 0;
}

.faq-group {
    scroll-margin-top: 96px;
    margin-bottom: 28px;
    border: 1px solid #e5e8ec;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
}

.faq-group:last-child {
    margin-bottom: 0;
}

.faq-group-head {
    padding: 20px 22px 18px;
    border-bottom: 1px solid #eef1f4;
    background-color: #fbfcfb;
}

.faq-group-head span {
    display: inline-block;
    margin-bottom: 7px;
    color: #259740;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
}

.faq-group h3 {
    margin: 0 0 6px;
    color: #383b40;
    font-size: 20px;
    font-weight: 800;
    line-height: 29px;
    word-break: keep-all;
    text-wrap: balance;
}

.faq-group-head p {
    margin: 0;
    color: #6f747c;
    font-size: 14px;
    line-height: 23px;
    word-break: keep-all;
}

.faq-group-items {
    padding: 0 22px;
}

.faq-item {
    border-bottom: 1px solid #e5e8ec;
    background-color: #fff;
    transition: background-color 0.15s ease-in-out;
}

.faq-item:last-child {
    border-bottom: 0;
}

.faq-item:hover,
.faq-item[open] {
    background-color: #fafbfc;
}

.faq-item summary {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 20px 0;
    color: #383b40;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    word-break: keep-all;
    text-wrap: pretty;
}

.faq-item summary:hover {
    color: #2ca449;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-marker {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #2ca449;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 24px;
    text-align: center;
}

.faq-question {
    flex: 1 1 auto;
}

.faq-toggle {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #5f646d;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

.faq-toggle-plus,
.faq-toggle-minus {
    display: block;
}

.faq-toggle-minus {
    display: none;
}

.faq-item[open] .faq-toggle {
    border-color: #2ca449;
    color: #2ca449;
}

.faq-item[open] .faq-toggle-plus {
    display: none;
}

.faq-item[open] .faq-toggle-minus {
    display: block;
}

/* Legacy fallback if summary children are not rendered for any reason. */
.faq-item summary:after {
    content: "+";
    display: none;
}

.faq-item[open] summary:after {
    content: "-";
}

.faq-answer {
    padding: 0 44px 22px 34px;
}

.faq-item p {
    position: relative;
    margin: 0;
    color: #4f545c;
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
}

.faq-item p:before {
    content: "A";
    position: absolute;
    top: 1px;
    left: 2px;
    color: #2ca449;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

.faq-action {
    margin-top: 32px;
    text-align: right;
}

.faq-action-link {
    display: inline-block;
    padding: 0 32px;
    border-radius: 4px;
    background-color: #259740;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
}

.faq-action-link:link,
.faq-action-link:visited,
.faq-action-link:focus {
    color: #fff;
}

.faq-action-link:hover {
    background-color: #1d8034;
    color: #fff;
    text-decoration: none;
}

/* region landing */
.region-page {
    min-height: calc(100% - 85px);
    padding-bottom: 96px;
    background-color: #fff;
}

.region-inner {
    margin: 0 auto;
    padding: 0 32px;
}

.region-hero {
    padding: 72px 0 56px;
    border-bottom: 1px solid #e5e8ec;
    background-color: #f7faf8;
}

.region-eyebrow {
    margin: 0 0 14px;
    color: #259740;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
}

.region-hero h1 {
    margin: 0;
    color: #20242a;
    font-size: 42px;
    font-weight: 800;
    line-height: 54px;
}

.region-hero-text {
    max-width: 780px;
    margin: 18px 0 0;
    color: #4f545c;
    font-size: 18px;
    line-height: 30px;
    word-break: keep-all;
}

.region-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.region-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    height: 48px;
    padding: 0 22px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.region-action-primary {
    background-color: #259740;
    color: #fff;
}

.region-action-primary:link,
.region-action-primary:visited,
.region-action-primary:focus,
.region-action-primary:hover {
    color: #fff;
    text-decoration: none;
}

.region-action-secondary {
    border: 1px solid #ccd4dc;
    background-color: #fff;
    color: #2f343c;
}

.region-action-secondary:link,
.region-action-secondary:visited,
.region-action-secondary:focus,
.region-action-secondary:hover {
    color: #2f343c;
    text-decoration: none;
}

.region-section {
    padding: 56px 0;
}

.region-section+.region-section {
    border-top: 1px solid #eef1f3;
}

.region-section-head {
    margin-bottom: 24px;
}

.region-section-head h2,
.region-info-grid h2 {
    margin: 0;
    color: #20242a;
    font-size: 28px;
    font-weight: 800;
    line-height: 38px;
}

.region-section-head p,
.region-info-grid p {
    max-width: 760px;
    margin: 10px 0 0;
    color: #5b6068;
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
}

.region-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
}

.region-card {
    overflow: hidden;
    border: 1px solid #dfe4e8;
    border-radius: 6px;
    background-color: #fff;
}

.region-card a {
    display: block;
    height: 100%;
    color: inherit;
}

.region-card a:hover {
    text-decoration: none;
}

.region-card-thumb {
    display: block;
    aspect-ratio: 4 / 3;
    background-color: #eef1f3;
}

.region-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.region-card-body {
    display: block;
    padding: 16px;
}

.region-card-body strong {
    display: block;
    min-height: 52px;
    color: #252a31;
    font-size: 17px;
    font-weight: 800;
    line-height: 26px;
    word-break: keep-all;
}

.region-card-body span {
    display: block;
    margin-top: 10px;
    color: #7a8088;
    font-size: 14px;
    line-height: 20px;
}

.region-empty {
    padding: 28px;
    border: 1px solid #dfe4e8;
    border-radius: 6px;
    background-color: #f8fafb;
    text-align: center;
}

.region-empty p {
    margin: 0;
    color: #5b6068;
    font-size: 16px;
    line-height: 24px;
}

.region-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 36px;
    align-items: start;
}

.region-check-list {
    margin: 0;
    padding: 22px 24px;
    border: 1px solid #dfe4e8;
    border-radius: 6px;
    background-color: #fbfcfd;
}

.region-check-list li {
    position: relative;
    padding-left: 18px;
    color: #3f454d;
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
}

.region-check-list li+li {
    margin-top: 10px;
}

.region-check-list li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #259740;
}

.region-faq-list {
    border-top: 1px solid #dfe4e8;
}

.region-faq-item {
    border-bottom: 1px solid #dfe4e8;
}

.region-faq-item summary {
    cursor: pointer;
    padding: 20px 0;
    color: #252a31;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    word-break: keep-all;
}

.region-faq-item p {
    margin: 0;
    padding: 0 0 22px;
    color: #5b6068;
    font-size: 16px;
    line-height: 26px;
    word-break: keep-all;
}

.region-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.region-related-links a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #d2d9df;
    border-radius: 4px;
    color: #2f343c;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
}

.region-related-links a:hover {
    border-color: #259740;
    color: #259740;
    text-decoration: none;
}

.region-page {
    background:
        linear-gradient(180deg, #f8fbf9 0, #fff 420px),
        #fff;
}

.region-hero {
    position: relative;
    overflow: hidden;
    padding: 84px 0 72px;
    border-bottom: 1px solid #e1e8e4;
    background:
        linear-gradient(135deg, rgba(37, 151, 64, 0.10), rgba(255, 255, 255, 0) 42%),
        #f4f8f5;
}

.region-hero:before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(37, 151, 64, 0), rgba(37, 151, 64, 0.38), rgba(37, 151, 64, 0));
}

.region-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    gap: 60px;
    align-items: center;
}

.region-hero-copy {
    position: relative;
    z-index: 1;
}

.region-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(37, 151, 64, 0.18);
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.78);
    color: #1f8738;
    font-size: 13px;
    letter-spacing: 0;
}

.region-hero h1 {
    max-width: 620px;
    margin-top: 18px;
    color: #1e252b;
    font-size: 48px;
    line-height: 60px;
}

.region-hero-text {
    max-width: 690px;
    color: #46505a;
}

.region-keywords {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 720px;
    margin-top: 22px;
}

.region-keywords span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #dbe7df;
    border-radius: 999px;
    background-color: #fff;
    color: #3d464e;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.region-actions {
    gap: 12px;
    margin-top: 30px;
}

.region-actions a {
    position: relative;
    overflow: hidden;
    height: 50px;
    border-radius: 6px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.region-action-primary {
    box-shadow: 0 12px 24px rgba(37, 151, 64, 0.22);
}

.region-action-primary:hover,
.region-action-secondary:hover {
    transform: translateY(-2px);
}

.region-action-secondary:hover {
    border-color: #9fb2a7;
    box-shadow: 0 10px 22px rgba(31, 45, 36, 0.08);
}

.region-hero-gallery {
    position: relative;
    min-height: 360px;
}

.region-hero-shot {
    position: absolute;
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background-color: #edf2ef;
    box-shadow: 0 24px 52px rgba(29, 42, 34, 0.20);
    transition: transform 260ms ease, box-shadow 260ms ease;
}

.region-hero-shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.region-hero-shot:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(29, 42, 34, 0.24);
}

.region-hero-shot:hover img {
    transform: scale(1.045);
}

.region-hero-shot-1 {
    top: 0;
    left: 52px;
    width: 286px;
    height: 210px;
    z-index: 2;
}

.region-hero-shot-2 {
    right: 0;
    bottom: 36px;
    width: 246px;
    height: 184px;
    z-index: 3;
}

.region-hero-shot-3 {
    left: 0;
    bottom: 0;
    width: 210px;
    height: 154px;
    z-index: 1;
    opacity: 0.92;
}

.region-hero-stat {
    position: absolute;
    right: 24px;
    top: 30px;
    z-index: 4;
    min-width: 118px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.90);
    box-shadow: 0 18px 36px rgba(29, 42, 34, 0.14);
    backdrop-filter: blur(10px);
}

.region-hero-stat strong,
.region-hero-stat span {
    display: block;
}

.region-hero-stat strong {
    color: #1f8738;
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
}

.region-hero-stat span {
    margin-top: 3px;
    color: #44505a;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
}

.region-section {
    padding: 68px 0;
}

.region-section-head {
    margin-bottom: 28px;
}

.region-section-head h2,
.region-info-grid h2 {
    color: #1f252b;
    font-size: 30px;
    line-height: 50px;
}

.region-section-head p,
.region-info-grid p {
    color: #66707a;
}

.region-card-grid {
    gap: 24px;
}

.region-card {
    border-color: #e3e8ec;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(35, 45, 55, 0.06);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.region-card:hover {
    transform: translateY(-6px);
    border-color: #cfdad4;
    box-shadow: 0 24px 46px rgba(35, 45, 55, 0.13);
}

.region-card-thumb {
    position: relative;
    overflow: hidden;
}

.region-card-thumb:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 24, 20, 0) 54%, rgba(16, 24, 20, 0.18));
    opacity: 0;
    transition: opacity 220ms ease;
}

.region-card-thumb img {
    transition: transform 520ms ease;
}

.region-card:hover .region-card-thumb img {
    transform: scale(1.055);
}

.region-card:hover .region-card-thumb:after {
    opacity: 1;
}

.region-card-body {
    padding: 18px 18px 20px;
}

.region-card-body strong {
    color: #222a31;
}

.region-card-date {
    color: #8a929a;
}

.region-info-grid {
    gap: 52px;
}

.region-check-list {
    border-color: #e3e8ec;
    border-radius: 8px;
    background-color: #fbfcfb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 16px 34px rgba(35, 45, 55, 0.06);
}

.region-faq-list {
    border-top-color: #dfe6e2;
}

.region-faq-item summary {
    position: relative;
    list-style: none;
    padding-right: 42px;
    transition: color 160ms ease;
}

.region-faq-item summary::-webkit-details-marker {
    display: none;
}

.region-faq-item summary:after {
    content: "+";
    position: absolute;
    top: 20px;
    right: 4px;
    width: 28px;
    height: 28px;
    border: 1px solid #d5ddd8;
    border-radius: 50%;
    color: #259740;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.region-faq-item[open] summary {
    color: #1f8738;
}

.region-faq-item[open] summary:after {
    content: "-";
    background-color: #259740;
    color: #fff;
    transform: rotate(180deg);
}

.region-faq-item p {
    max-width: 840px;
}

.region-related-links a {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 8px 22px rgba(35, 45, 55, 0.04);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, color 180ms ease;
}

.region-related-links a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(35, 45, 55, 0.09);
}

.region-page.region-motion-ready .region-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 560ms ease, transform 560ms ease;
    transition-delay: var(--region-delay, 0ms);
}

.region-page.region-motion-ready .region-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.region-page.region-motion-ready .region-card.region-reveal.is-visible:hover {
    transform: translateY(-6px);
}

.region-hero {
    padding: 62px 0 52px;
}

.region-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: 46px;
}

.region-hero h1 {
    margin-top: 14px;
    font-size: 42px;
    line-height: 52px;
}

.region-hero-text {
    max-width: 640px;
    margin-top: 14px;
    font-size: 17px;
    line-height: 29px;
}

.region-keywords {
    margin-top: 16px;
}

.region-actions {
    margin-top: 22px;
}

.region-actions a {
    height: 46px;
}

.region-hero-gallery {
    min-height: 296px;
}

.region-hero-shot {
    box-shadow: 0 18px 38px rgba(29, 42, 34, 0.17);
}

.region-hero-shot-1 {
    left: 42px;
    width: 252px;
    height: 188px;
}

.region-hero-shot-2 {
    bottom: 30px;
    width: 220px;
    height: 164px;
}

.region-hero-shot-3 {
    width: 184px;
    height: 136px;
}

.region-hero-stat {
    right: 18px;
    top: 22px;
}

.region-section {
    padding: 48px 0;
}

.region-section+.region-section {
    border-top: 1px solid #eef2ef;
}

.region-post-section {
    background: linear-gradient(180deg, #fff 0, #fbfcfb 100%);
}

.region-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.region-section-head h2,
.region-info-grid h2 {
    font-size: 27px;
    line-height: 36px;
}

.region-post-count {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #dfe8e2;
    border-radius: 999px;
    background-color: #fff;
    color: #259740;
    font-size: 13px;
    font-weight: 900;
}

.region-card-grid {
    gap: 18px;
}

.region-card {
    box-shadow: 0 8px 22px rgba(35, 45, 55, 0.055);
}

.region-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(35, 45, 55, 0.12);
}

.region-card-thumb {
    aspect-ratio: 16 / 10;
}

.region-card-body {
    padding: 14px 15px 16px;
}

.region-card-body strong {
    min-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.region-card-date {
    margin-top: 10px;
    font-size: 13px;
}

.region-support-section {
    padding: 44px 0 58px;
    background-color: #fff;
}

.region-support-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
    gap: 18px;
    align-items: stretch;
}

.region-support-card {
    border: 1px solid #e2e8e4;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 16px 34px rgba(35, 45, 55, 0.055);
}

.region-point-card {
    grid-row: span 2;
    padding: 26px;
    background:
        linear-gradient(145deg, rgba(37, 151, 64, 0.08), rgba(255, 255, 255, 0) 58%),
        #fbfcfb;
}

.region-support-label {
    margin: 0 0 9px;
    color: #259740;
    font-size: 13px;
    font-weight: 900;
    line-height: 18px;
}

.region-support-card h2 {
    margin: 0;
    color: #20272d;
    font-size: 22px;
    line-height: 30px;
}

.region-point-card>p:not(.region-support-label) {
    margin-top: 14px;
    color: #63707a;
    font-size: 15px;
    line-height: 25px;
}

.region-point-card .region-check-list {
    margin-top: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.region-point-card .region-check-list li {
    padding: 13px 0 13px 28px;
    border-top: 1px solid #e2e9e5;
    color: #323b43;
}

.region-point-card .region-check-list li:first-child {
    border-top: 0;
}

.region-faq-card,
.region-related-card {
    padding: 22px 24px;
}

.region-support-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.region-support-head .region-support-label {
    margin-bottom: 6px;
}

.region-faq-list {
    border-top: 1px solid #e4ebe7;
}

.region-faq-item summary {
    padding: 17px 40px 17px 0;
    font-size: 16px;
    line-height: 24px;
}

.region-faq-item summary:after {
    top: 14px;
    right: 0;
    width: 24px;
    height: 24px;
    font-size: 17px;
    line-height: 22px;
}

.region-faq-item p {
    margin: -3px 0 17px;
    color: #64717a;
    font-size: 14px;
    line-height: 24px;
}

.region-related-card {
    display: grid;
    grid-template-columns: minmax(170px, 0.65fr) minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.region-related-card .region-support-head {
    display: block;
    margin-bottom: 0;
}

.region-related-links {
    gap: 8px;
}

.region-related-links a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 14px;
    box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {

    .region-page.region-motion-ready .region-reveal,
    .region-card,
    .region-card-thumb img,
    .region-hero-shot,
    .region-hero-shot img,
    .region-actions a,
    .region-related-links a {
        transition: none;
    }

    .region-card:hover,
    .region-action-primary:hover,
    .region-action-secondary:hover,
    .region-related-links a:hover,
    .region-hero-shot:hover {
        transform: none;
    }
}

@media all and (max-width: 768px) {
    .region-inner {
        padding: 0 20px;
    }

    .region-hero-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .region-hero {
        padding: 44px 0 38px;
    }

    .region-hero h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .region-hero-text {
        font-size: 16px;
        line-height: 26px;
    }

    .region-keywords {
        gap: 6px;
        margin-top: 18px;
    }

    .region-keywords span {
        min-height: 30px;
        font-size: 13px;
    }

    .region-hero-gallery {
        min-height: 214px;
    }

    .region-hero-shot-1 {
        left: 28px;
        width: 66%;
        height: 158px;
    }

    .region-hero-shot-2 {
        right: 0;
        bottom: 0;
        width: 48%;
        height: 124px;
    }

    .region-hero-shot-3 {
        left: 0;
        bottom: 12px;
        width: 38%;
        height: 96px;
    }

    .region-hero-stat {
        right: 10px;
        top: 10px;
        min-width: 92px;
        padding: 10px 12px;
    }

    .region-hero-stat strong {
        font-size: 24px;
        line-height: 28px;
    }

    .region-actions a {
        flex: 1 1 140px;
        min-width: 0;
    }

    .region-section {
        padding: 38px 0;
    }

    .region-section-head {
        display: block;
        margin-bottom: 20px;
    }

    .region-section-head h2,
    .region-info-grid h2 {
        font-size: 23px;
        line-height: 32px;
    }

    .region-post-count {
        margin-top: 10px;
    }

    .region-card-grid,
    .region-info-grid,
    .region-support-grid {
        grid-template-columns: 1fr;
    }

    .region-card-grid {
        gap: 16px;
    }

    .region-card-body strong {
        min-height: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .region-check-list {
        padding: 18px;
    }

    .region-support-section {
        padding: 34px 0 44px;
    }

    .region-support-grid {
        gap: 14px;
    }

    .region-point-card,
    .region-faq-card,
    .region-related-card {
        padding: 20px;
    }

    .region-point-card {
        grid-row: auto;
    }

    .region-support-card h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .region-related-card {
        display: block;
    }

    .region-related-card .region-support-head {
        margin-bottom: 14px;
    }

    .region-faq-item summary {
        font-size: 17px;
        line-height: 26px;
    }

    .list-faq-guide {
        margin-top: 24px;
        padding: 16px;
    }

    .list-faq-guide p,
    .list-faq-guide a {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }

    .list-faq-guide p {
        margin: 0 0 4px;
    }

    .faq-head {
        padding: 24px 0 18px;
    }

    .faq-head h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .faq-head p,
    .faq-item p {
        font-size: 15px;
        line-height: 24px;
    }

    .faq-body {
        display: block;
        padding-top: 20px;
    }

    .faq-index {
        position: static;
        margin-bottom: 20px;
        padding: 14px;
    }

    .faq-index strong {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .faq-index div {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 2px;
        -webkit-overflow-scrolling: touch;
    }

    .faq-index a {
        flex: 0 0 auto;
        min-width: 132px;
        padding: 9px 10px;
        border: 1px solid #e5e8ec;
        background-color: #fff;
    }

    .faq-index em {
        display: none;
    }

    .faq-group {
        scroll-margin-top: 18px;
        margin-bottom: 18px;
    }

    .faq-group-head {
        padding: 18px 18px 16px;
    }

    .faq-group h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .faq-group-items {
        padding: 0 18px;
    }

    .faq-item summary {
        padding: 20px 4px 20px 0;
        font-size: 17px;
        line-height: 26px;
    }

    .faq-toggle {
        width: 28px;
        height: 28px;
    }

    .faq-toggle:before {
        width: 12px;
    }

    .faq-toggle:after {
        height: 12px;
    }

    .faq-answer {
        padding: 0 42px 22px 34px;
    }

    .faq-action {
        text-align: left;
    }
}

/* 회원 전용 본문 안내 */
.member-content-gate {
    margin-top: 28px;
    padding: 30px 32px;
    border: 1px solid #dfe7e2;
    border-radius: 8px;
    background-color: #f8fbf9;
    text-align: center;
}

.member-content-gate-kicker {
    margin: 0 0 8px !important;
    color: #259740 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 20px !important;
}

.member-content-gate h2 {
    margin: 0;
    color: #24272d;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    word-break: keep-all;
}

.member-content-gate p {
    margin: 12px 0 0 !important;
    color: #5f646d !important;
    font-size: 16px !important;
    line-height: 25px !important;
    word-break: keep-all;
}

.member-content-gate-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 24px auto 0;
    max-width: 360px;
}

.member-content-gate-primary,
.member-content-gate-secondary {
    flex: 1 1 0;
    height: 46px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 800;
    line-height: 46px;
    text-align: center;
}

.member-content-gate-primary,
.member-content-gate-primary:link,
.member-content-gate-primary:visited,
.member-content-gate-primary:focus {
    background-color: #259740;
    color: #fff;
}

.member-content-gate-secondary,
.member-content-gate-secondary:link,
.member-content-gate-secondary:visited,
.member-content-gate-secondary:focus {
    border: 1px solid #2f343c;
    background-color: #fff;
    color: #2f343c;
}

.member-content-gate-primary:hover,
.member-content-gate-secondary:hover {
    text-decoration: none;
}

@media all and (max-width: 768px) {
    .member-content-gate {
        padding: 24px 20px;
    }

    .member-content-gate h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .member-content-gate p,
    .member-content-gate-primary,
    .member-content-gate-secondary {
        font-size: 15px !important;
    }
}

/* comm - comment */

.comment-container {
    margin: 20px 0;
}

.comment-container .comment-write-container .comment-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.comment-container .comment-write-container .comment-head .comment-title {
    font-size: 24px;
    font-weight: 600;
}

.comment-container .comment-write-container .comment-body {
    display: none;
    margin-bottom: 20px;
}

.comment-container .comment-write-container .comment-body .comment-regist-btn-container {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.comment-container .comment-write-container .comment-body .comment-input {
    width: 100%;
    padding: 10px;
    color: #000;
    border: 1px solid #d8dadd;
    min-height: 100px;
    font-size: 16px;
    line-height: 22px;
    resize: none;
}

.comment-container .comment-write-container .comment-btn {
    padding: 0 24px;
    border: 0;
    border-radius: 4px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    transition: background-color 0.15s ease-in-out;
    word-break: keep-all;
}

/* comm - comment list */
.comment-list-container .comment-list {
    padding: 40px 0;
}

.comment-list-container .comment-list .comment-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border: 1px solid #b7b7b7;
}

.comment-list-container .comment-list .comment-item .comment-head {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid #d8dadd;
}

.comment-list-container .comment-list .comment-item .comment-head .info-layer {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    /* align-items: center; */
    justify-content: center;
}

.comment-list-container .comment-list .comment-item .comment-head .info-layer .comment-nickname {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.comment-list-container .comment-list .comment-item .comment-head .info-layer .comment-date {
    font-size: 14px;
    line-height: 20px;
    color: #878787;
}

.comment-list-container .comment-list .comment-item .comment-head .edit-layer {
    display: flex;
    gap: 0.5rem;
}

.comment-list-container .comment-list .comment-item .comment-head .edit-layer .comment-btn {
    font-size: 16px;
    line-height: 22px;
    color: #111;
    background-color: transparent;
    border: 1px solid #adadad;
    padding: 7px 15px;
}

.comment-list-container .comment-list .comment-item .comment-head .edit-layer .comment-btn:hover {
    background-color: #a0a0a0;
    color: #fff;
}

.comment-list-container .comment-list .comment-item .comment-body {
    padding: 15px 5px;
}

.comment-list-container .comment-list .comment-item .comment-body .comment-content {
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
}

.comment-list-container .comment-list .comment-item .comment-foot {
    display: flex;
    gap: 1rem;
}

.comment-list-container .comment-list .comment-item .comment-foot .comment-delete {
    color: #878787;
    cursor: pointer;
}

/* comm - post btn */
.post-btn-container {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-btn-container .btn-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-btn-container .btn-wrapper.list {
    justify-content: flex-end;
}

.post-btn-container .btn-wrapper .post-btn {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #adadad;
    color: #111;
}

.post-btn-container .btn-wrapper .post-btn.write {
    background-color: #2ca449;
    color: #fff;
}

.post-btn-container .post-btn:hover {
    background-color: #a0a0a0;
    color: #fff;
}

/* comm - pagination */
.pagination-wrap {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.pagination-wrap .pagination {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.pagination-wrap .btn-write+.pagination {
    margin-right: -70px;
}

.pagination-wrap .pagination .page-item {
    display: inline-block;
    vertical-align: top;
}

.pagination-wrap .pagination .page-item+.page-item {
    margin-left: 8px;
}

.pagination-wrap .pagination .page-item .page-link {
    width: 40px;
    height: 50px;
    padding: 0;
    border-color: #d8dadd;
    border-radius: 2px;
    transition: background-color 0.15s ease-in-out;
}

.pagination-wrap .pagination .page-item.page-control .page-link {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 12px;
}

.pagination-wrap .pagination .page-item.page-control.first .page-link {
    background-image: url(../images/sub/paging_first.png);
}

.pagination-wrap .pagination .page-item.page-control.prev .page-link {
    background-image: url(../images/sub/paging_prev.png);
}

.pagination-wrap .pagination .page-item.page-control.next .page-link {
    background-image: url(../images/sub/paging_next.png);
}

.pagination-wrap .pagination .page-item.page-control.last .page-link {
    background-image: url(../images/sub/paging_last.png);
}

.pagination-wrap .pagination .page-item:not(.page-control) .page-link {
    padding: 0;
    color: #383b40;
    font-size: 14px;
    line-height: 38px;
}

.pagination-wrap .pagination .page-item:not(.page-control).active .page-link {
    border-color: #2ca449;
    background-color: #2ca449;
    color: #fff;
}

.pagination-wrap .pagination .page-item:not(.page-control).active .page-link:hover {
    background-color: #259740;
}

.comm-phone-info {
    visibility: hidden;
    clear: both;
    color: #e94343;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding-top: 20px;
}

.pagination-wrap .page-btn.btn-write {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
}

form.form-write {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-write .pagination-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

.pagination-wrap .page-btn {
    float: right;
    padding: 0 48px;
    border: 0;
    border-radius: 4px;
    background-color: #259740;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    transition: background-color 0.15s ease-in-out;
    word-break: keep-all;
}

.pagination-wrap .btn-del {
    background-color: #ff4949;
}

.pagination-wrap .btn-del:hover {
    background-color: #ff2c2c;
}

.pagination-wrap .page-btn:hover {
    background-color: #1d8034;
}

.pagination-wrap.text-right .page-btn {
    float: none;
}

.pagination-wrap .page-btn+.page-btn {
    margin-left: 8px;
}

.pagination-wrap .page-btn.btn-modify,
.pagination-wrap .page-btn.btn-list {
    background-color: #007bff;
}

.pagination-wrap .page-btn.btn-modify:hover,
.pagination-wrap .page-btn.btn-list:hover {
    background-color: #1586ff;
}

.pagination-wrap .page-btn.btn-del {
    float: left;
}

@media all and (max-width: 1000px) {
    .pagination-wrap .pagination {
        display: block;
        margin-right: 0 !important;
        margin-bottom: 12px;
    }

    .pagination-wrap .page-btn.btn-write {
        position: static;
        float: right;
    }
}

@media all and (max-width: 768px) {
    .pagination-wrap .pagination .page-item+.page-item {
        margin-left: 4px;
    }

    .pagination-wrap .pagination .page-item .page-link {
        width: 30px;
        height: 30px;
    }

    .pagination-wrap .pagination .page-item:not(.page-control) .page-link {
        font-size: 12px;
        line-height: 28px;
    }

    .pagination-wrap .page-btn {
        padding: 0 24px;
        font-size: 14px;
        line-height: 46px;
    }
}

/* comm - gallery */
.gallery .gallery-list {
    margin: 0 -16px;
}

.gallery .gallery-list .gallery-item {
    display: inline-block;
    width: calc(25% - 32px);
    margin: 0 16px 48px 16px;
    vertical-align: top;
}

.gallery .gallery-list .gallery-item a {
    display: block;
}

.gallery .gallery-list .gallery-item a>span {
    display: block;
}

.gallery .gallery-list .gallery-item a .gallery-img {
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    justify-content: center;
}

.gallery .gallery-list .gallery-item a .gallery-img img {
    /* width: 100%; */
    width: auto;
    height: 200px;
    object-fit: cover;
    transition: transform 0.25s ease-in-out;
}

.gallery .gallery-list .gallery-item a:hover .gallery-img img,
.gallery .gallery-list .gallery-item a:hover .gallery-img video {
    transform: scale(1.05);
}

.gallery .gallery-list .gallery-item a .gallery-img video {
    /* width: 100%; */
    width: auto;
    height: 200px;
    object-fit: cover;
    aspect-ratio: 1/1;
    transition: transform 0.25s ease-in-out;
}

.gallery .gallery-list .gallery-item a .gallery-text {
    margin-top: 32px;
}

.gallery .gallery-list .gallery-item a .gallery-text>span {
    display: block;
}

.gallery .gallery-list .gallery-item a .gallery-text .gallery-title {
    overflow: hidden;
    color: #383b40;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 28px;
    white-space: nowrap;
}

.gallery .gallery-list .gallery-item a .gallery-text .gallery-writer {
    color: #383b40;
    font-size: 13px;
    line-height: 20px;
}

.gallery .gallery-list .gallery-item a .gallery-text .gallery-info {
    margin-top: 8px;
}

.gallery .gallery-list .gallery-item a .gallery-text .gallery-info span {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    vertical-align: top;
}

.gallery .gallery-list .gallery-item a .gallery-text .gallery-info span+span {
    margin-left: 11px;
}

.gallery .gallery-list .gallery-item a .gallery-text .gallery-info span+span:before {
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #adb2bb;
}

.map-select-preview {
    display: none;
    margin: 15px 0;
    width: 100%;
    height: auto;
}

.map-select-preview .preview-map {
    width: 100%;
    height: 350px;
}

@media all and (max-width: 1000px) {
    .gallery .gallery-list {
        margin: 0 -8px;
    }

    .gallery .gallery-list .gallery-item {
        width: calc(50% - 16px);
        margin: 0 8px 24px 8px;
    }
}

@media all and (max-width: 640px) {
    .gallery .gallery-list {
        margin: 0 -4px;
    }

    .gallery .gallery-list .gallery-item {
        width: calc(50% - 8px);
        margin: 0 4px 24px 4px;
    }

    .gallery .gallery-list .gallery-item a .gallery-text {
        margin-top: 12px;
    }

    .gallery .gallery-list .gallery-item a .gallery-text .gallery-title {
        font-size: 16px;
        line-height: 24px;
    }

    .gallery .gallery-list .gallery-item a .gallery-img video {
        height: 200px;
    }
}

/* comm - board */
.board .board-list .board-item {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e8ec;
}

.board .board-list .board-item a {
    display: block;
    min-height: 136px;
    padding: 10px 0 10px 172px;
}

.board .board-list .board-item a .board-img {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 136px;
    height: 136px;
    border-radius: 4px;
}

.board .board-list .board-item a .board-img img {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translateX(-50%);
    transition: transform 0.25s ease-in-out;
}

.board .board-list .board-item a:hover .board-img img {
    transform: translateX(-50%) scale(1.05);
}

.board .board-list .board-item a .board-text {
    display: block;
}

.board .board-list .board-item a .board-text>span {
    display: block;
}

.board .board-list .board-item a .board-text .board-title {
    overflow: hidden;
    color: #383b40;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 28px;
    white-space: nowrap;
}

.board .board-list .board-item a .board-text .board-cont {
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    margin-top: 8px;
    color: #383b40;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.board .board-list .board-item a .board-text .board-info {
    margin-top: 8px;
}

.board .board-list .board-item a .board-text .board-info span {
    position: relative;
    color: #747983;
    font-size: 13px;
    line-height: 20px;
}

.board .board-list .board-item a .board-text .board-info span+span {
    margin-left: 11px;
}

.board .board-list .board-item a .board-text .board-info span+span:before {
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #adb2bb;
}

.board .board-list .board-item a .board-text .board-info span.writer {
    color: #383b40;
}

@media all and (max-width: 768px) {
    .board .board-list .board-item {
        margin-bottom: 12px;
        padding-bottom: 13px;
    }

    .board .board-list .board-item a {
        padding-left: 155px;
    }

    .board .board-list .board-item a .board-text .board-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media all and (max-width: 640px) {
    .board .board-list .board-item {
        padding-bottom: 8px;
    }

    .board .board-list .board-item a {
        min-height: 80px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 95px;
    }

    .board .board-list .board-item a .board-img {
        width: 80px;
        height: 80px;
    }

    .board .board-list .board-item a .board-text .board-cont {
        margin-top: 4px;
    }
}

/* notice */
.notice .notice-list .notice-item {
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e8ec;
}

.notice .notice-list .notice-item a {
    display: block;
    min-height: 136px;
    padding: 10px 0;
}

.notice .notice-list .notice-item a .notice-text {
    display: block;
}

.notice .notice-list .notice-item a .notice-text>span {
    display: block;
}

.notice .notice-list .notice-item a .notice-text .notice-title {
    overflow: hidden;
    color: #383b40;
    font-size: 20px;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 28px;
    white-space: nowrap;
}

.notice .notice-list .notice-item a .notice-text .notice-cont {
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    margin-top: 8px;
    color: #383b40;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: pre-wrap;
}

.notice .notice-list .notice-item a .notice-text .notice-info {
    margin-top: 8px;
}

.notice .notice-list .notice-item a .notice-text .notice-info span {
    position: relative;
    color: #747983;
    font-size: 13px;
    line-height: 20px;
}

.notice .notice-list .notice-item a .notice-text .notice-info span+span {
    margin-left: 11px;
}

.notice .notice-list .notice-item a .notice-text .notice-info span+span:before {
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #adb2bb;
}

.notice .notice-list .notice-item a .notice-text .notice-info span.writer {
    color: #383b40;
}

@media all and (max-width: 768px) {
    .notice .notice-list .notice-item {
        margin-bottom: 12px;
        padding-bottom: 13px;
    }

    .notice .notice-list .notice-item a {
        padding-left: 0;
    }

    .notice .notice-list .notice-item a .notice-text .notice-title {
        font-size: 16px;
        line-height: 24px;
    }
}

@media all and (max-width: 640px) {
    .notice .notice-list .notice-item {
        padding-bottom: 8px;
    }

    .notice .notice-list .notice-item a {
        min-height: 80px;
        padding: 0;
    }

    .notice .notice-list .notice-item a .notice-text .notice-cont {
        margin-top: 4px;
    }
}

/* map */
.map-container {
    overflow: hidden;
    position: relative;
    height: calc(100dvh - 90px);
    /* font-size: 0; */
    /* line-height: 0; */
}

.map-container+footer {
    display: none;
}

.map .map-control-btn-group {
    width: auto;
    height: auto;
    box-sizing: content-box;
    background-color: transparent;
    padding: 0;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 2;
    gap: 4px;
    align-items: flex-start;
}

.map .map-control-btn-group .map-type-toggle {
    display: flex;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px;
    overflow: hidden;
}

.map .map-control-btn-group .map-type-toggle .map-type-btn {
    font-family: "Pretendard";
    cursor: pointer;
    padding: 0 12px;
    height: 32px;
    border: none;
    background-color: #fff;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: normal;
    line-height: 32px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.map .map-control-btn-group .map-type-toggle .map-type-btn:hover {
    background-color: #f0f0f0;
}

.map .map-control-btn-group .map-type-toggle .map-type-btn.active {
    background-color: #3396ff;
    color: #fff;
    font-weight: bold;
}

.map .map-control-btn-group .map-control-btn {
    font-family: "Pretendard";
    cursor: pointer;
    width: 32px;
    height: 32px;
    user-select: none;
    -webkit-user-drag: none;
    border: none;
    color: rgb(0, 0, 0);
    font-weight: normal;
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px;
}

.map .map-control-btn-group .map-control-btn.use_district {
    background: #fff url("https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png") -354px -154px no-repeat;
}

.map .map-control-btn-group .map-control-btn.terrain {
    background: #fff url("https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png") -304px -154px no-repeat;
}

.map .map-control-btn-group .map-control-btn.roadview {
    background: #fff url("https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png") -6px -403px no-repeat;
    /* -6 353 */
}

/* map - side */
.map-side {
    /* display: none; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 400px;
    background-color: #fff;
}

/* .map-side.active {
    display: block;
} */
.map-side .side-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.map-side .side-wrap::-webkit-scrollbar {
    display: none;
}

.map-side.map-side-open .side-wrap {
    box-shadow: none;
}

.map-side .side-info {
    position: relative;
    padding: 24px 20px;
}

.map-side .side-info .close-btn {
    display: none;
}

.map-side .side-info .info-address {
    color: #383b40;
    font-size: 12px;
    line-height: 18px;
}

.map-side .side-info .info-address span:first-child {
    display: block;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.map-side .side-info .info-text {
    margin-top: 12px;
    color: #383b40;
    font-size: 13px;
    line-height: 20px;
}

.map-side .side-info .info-text p+p {
    margin-top: 2px;
}

.map-side .side-system {
    padding: 10px 20px;
    border-top: 8px solid #f4f6f8;
    color: #383b40;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
    line-height: 24px;
}

.map-side .side-system img {
    height: 24px;
    margin-right: 8px;
    vertical-align: top;
}

.map-side .side-tab {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    border-top: 1px solid #e5e8ec;
}

.map-side .side-tab .tab-list .tab-item {
    display: inline-block;
    vertical-align: top;
}

.map-side .side-tab .tab-list .tab-item+.tab-item {
    margin-left: 20px;
}

.map-side .side-tab .tab-list .tab-item button {
    position: relative;
    height: 48px;
    border: 0;
    color: #747983;
    font-size: 13px;
    line-height: 22px;
    transition: color 0.15s ease-in-out;
}

.map-side .side-tab .tab-list .tab-item.active button {
    color: #4db860;
    font-weight: 600;
}

.map-side .side-tab .tab-list .tab-item button:before {
    display: block;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -3px;
    height: 3px;
    background-color: #4db860;
    transition: bottom 0.25s ease-in-out;
}

.map-side .side-tab .tab-list .tab-item.active button:before {
    bottom: 0;
}

.map-side .side-tab .tab-refresh {
    /* position: absolute; */
    top: 15px;
    right: 20px;
    color: #747983;
    font-size: 12px;
    line-height: 18px;
}

.map-side .side-tab .tab-refresh .refresh-btn {
    padding-left: 16px;
    border: 0;
    background: url(../images/sub/tab_refresh.png) no-repeat left center / auto 12px;
    vertical-align: top;
}

.map-side .side-tab .tab-refresh span {
    vertical-align: top;
}

.map-side .side-panel {
    border-top: 1px solid #e5e8ec;
}

.map-side .side-panel .panel {
    display: none;
    /* padding: 20px 15px; */
    /* padding: 0 15px; */
    /* padding-top: 20px; */
    padding-bottom: 5px;
    /* padding: 20px 0px; */
}

.map-side .side-panel .panel.tab-building .item-name {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-side .side-panel .panel .panel-list {
    /* padding: 0 15px; */
}

.map-side .side-panel .panel.active {
    display: block;
}

.map-side .side-panel .panel .panel-item:hover {
    background-color: #f4f6f8;
    cursor: pointer;
}

.map-side .side-panel .panel .panel-item {
    /* margin-top: 26px; */
    padding: 20px;
}

.map-side .side-panel .panel .panel-item.active {
    background-color: beige;
}

.map-side .side-panel .panel .panel-item a {
    display: block;
    position: relative;
    min-height: 80px;
    padding: 0 0 0 96px;
}

.map-side .side-panel .panel .panel-item a>span {
    display: flex;
}

.map-side .side-panel .panel .panel-item a .panel-img {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

.map-side .side-panel .panel .panel-item a .panel-img img {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto 0;
    transform: translateX(-50%);
    transition: transform 0.25s ease-in-out;
}

.map-side .side-panel .panel .panel-item a:hover .panel-img img {
    transform: translateX(-50%) scale(1.05);
}

.map-side .side-panel .panel .panel-more {
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: 50px;
    /* position: absolute;
    bottom: -20px; */
}

.map-side .side-panel .panel .panel-more .loading-image {
    display: none;
}

.map-container .panel-info .info-sns {
    position: relative;
    /* padding-left: 20px; */
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    /* background-size: auto 16px; */
    background-size: auto 21px;
    color: #383b40;
    /* font-size: 12px; */
    font-size: 13px;
    /* line-height: 18px; */
    line-height: 24px;
    vertical-align: top;
    background-position-y: center;
}

.map-container .panel-info .info-sns.naver {
    background-image: url(../images/sub/sns_naver.png);
}

.map-container .panel-info .info-sns.blog {
    background-image: url(../images/sub/sns_blog.png);
}

.map-container .panel-info .info-sns.youtube {
    background-image: url(../images/sub/sns_youtube.png);
}

.map-container .panel-info .info-sns.jeonbang {
    background-image: url(../images/sub/jeonbang-icon.png);
}

.map-container .panel-info .info-date {
    position: relative;
    margin-left: 11px;
    color: #383b40;
    /* font-size: 12px; */
    font-size: 13px;
    /* line-height: 18px; */
    line-height: 24px;
}

.map-container .panel-info .info-date:before {
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    width: 3px;
    height: 3px;
    margin: auto 0;
    border-radius: 50%;
    background-color: #adb2bb;
}

.map-side .side-panel .panel .panel-item a .panel-title {
    overflow: hidden;
    margin-top: 4px;
    color: #383b40;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    line-height: 22px;
    white-space: nowrap;
}

.map-side .side-panel .panel .panel-item a .panel-text {
    display: -webkit-box;
    overflow: hidden;
    max-height: 36px;
    margin-top: 2px;
    color: #747983;
    font-size: 12px;
    text-overflow: ellipsis;
    line-height: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.map-side .side-detail {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 401px;
    border-right: 1px solid #d8dadd;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    transition: all 0.25s ease-in-out;
}

.map-side.map-side-open .side-detail {
    opacity: 1;
    visibility: inherit;
    right: 400px;
}

.map-side .side-detail .side-detail-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 35px 0 50px 0;
}

.map-side .side-detail .side-detail-wrap::-webkit-scrollbar {
    display: none;
}

.map-side .side-detail .detail-img {
    overflow: hidden;
}

.map-side .side-detail .detail-img img,
.map-side .side-detail .detail-img video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.map-side .side-detail .detail-head {
    position: relative;
    padding: 24px 20px 10px 20px;
    border-bottom: 1px solid #ddd;
}

.map-side .side-detail .detail-head .detail-title {
    padding-right: 30px;
    color: #383b40;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    word-break: keep-all;
}

.map-side .side-detail .detail-head .detail-address {
    padding-right: 30px;
    color: #5a5f67;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    word-break: keep-all;
}

.map-side .side-detail .detail-head .panel-info {
    margin-top: 8px;
    display: flex;
}

.map-side .side-detail .detail-head .detail-share {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    background: url(../images/sub/share_btn.png) no-repeat center / 24px auto;
}

.map-side .side-detail .detail-head .share-list {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 160px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.25s ease-in-out;
}

.map-side .side-detail .detail-head .share-list.active {
    opacity: 1;
    visibility: inherit;
    top: 60px;
    z-index: 1;
}

.map-side .side-detail .detail-head .share-list .share-item a {
    display: block;
    padding: 14px 14px 14px 48px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
    background-size: auto 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.map-side .side-detail .detail-head .share-list .share-item.kakao a {
    background-image: url(../images/sub/share_icon1.png);
}

.map-side .side-detail .detail-head .share-list .share-item.facebook a {
    background-image: url(../images/sub/share_icon2.png);
}

.map-side .side-detail .detail-head .share-list .share-item.copy a {
    background-image: url(../images/sub/share_icon3.png);
}

.map-side .side-detail .detail-head .share-list .share-item.down a {
    background-image: url(../images/sub/share_icon4.png);
}

.map-side .side-detail .detail-head .share-list .share-item.band a {
    background-image: url(../images/sub/share_icon5.png);
}

.map-side .side-detail .detail-body {
    margin-top: 16px;
    padding: 0 20px 24px 20px;
    font-size: 13px;
    line-height: 20px;
}

.map-side .side-detail .detail-foot {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    gap: 10px;
}

.map-side .side-detail .detail-foot button,
.map-side .side-detail .detail-foot .button {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 12px;
    background-color: transparent;
    border: 1px solid #adadad;
    color: #111;
}

.map-side .side-detail .detail-foot button:hover,
.map-side .side-detail .detail-foot .button:hover {
    background-color: #a0a0a0;
    color: #fff;
}

.map-side .side-detail .detail-close {
    position: absolute;
    /* top: 24px; */
    top: 5px;
    /* left: -30px; */
    left: 5px;
    width: 30px;
    height: 30px;
    /* border: solid 1px #d8dadd;
    border-radius: 4px 0 0 4px; */
    border: none;
    background: #fff url(../images/sub/detail_close.png) no-repeat center / 15px auto;
    background-color: transparent;
    /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12); */
    box-shadow: none;
    z-index: 2;
}

.map-container .main {
    display: inline-block;
    z-index: 10;
    width: calc(100% - 400px);
    /* width: 100%; */
    height: 100%;
    vertical-align: top;
    transition: all 0.2s ease-in;
}

.map-side.active~.main.main {
    /* width: calc(100% - 400px); */
}

.map-wrapper {
    width: 100%;
    height: 100%;
    float: left;
}

.map-wrapper.fold {
    width: 50%;
}

@media all and (max-width: 1168px) {
    .map-wrapper.fold {
        width: 0%;
    }
}

.roadview-wrapper {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

.roadview-wrapper .close-btn {
    position: absolute;
    /* top: 24px; */
    top: 5px;
    /* left: -30px; */
    left: 5px;
    width: 30px;
    height: 30px;
    border: none;
    background: #fff url(../images/sub/detail_close.png) no-repeat center / 15px auto;
    background-color: transparent;
    /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12); */
    box-shadow: none;
    z-index: 2;
}

@media all and (max-width: 1168px) {
    .roadview-wrapper {
        width: 100%;
    }
}

.map {
    height: 100%;
    background-color: #f7f7f7;
}

.map-phone-top {
    position: absolute;
    top: 3px;
    margin-left: 20px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #d8dadd;
    border-radius: 4px;
    padding: 3px 5px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

.map-phone-top a {
    color: #e94343;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.map-phone-top a span {
    font-size: 15px;
    margin-right: 3px;
}

.map-wrapper.fold~.map-phone-top {
    display: none;
}

@media (min-width: 1024px) {
    .map-phone-top a {
        pointer-events: none;
        cursor: default;
    }
}

.map-search {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    /* left: 40px; */
    width: -webkit-fill-available;
    max-width: 400px;
    border: 1px solid #d8dadd;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

.map-wrapper.fold~.map-search {
    display: none;
}

.map-search .search-panel fieldset .search-query {
    /* width: calc(100% - 60px); */
    width: 100%;
    height: 46px;
    padding: 0 20px 0 20px;
    border: 0;
    background-color: #fff;
    font-size: 14px;
}

.map-search .search-panel fieldset .search-query::placeholder {
    color: #adb2bb;
}

.map-search .search-panel fieldset .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 46px;
    border: 0;
    background: url(../images/sub/search_icon.png) no-repeat center / 24px auto;
}

.map-search .search-auto {
    display: none;
    max-height: 325px;
    padding: 16px 20px;
    border-top: 1px solid #d8dadd;
    overflow-x: hidden;
    overflow-y: auto;
}

.map-search .search-auto .auto-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
    border-bottom: 1px inset;
    padding-bottom: 5px;
}

.map-search .search-auto .auto-item:hover {
    background-color: #ededed;
}

.map-search .search-auto .auto-item .item-address strong {
    color: #2ca449;
    font-weight: 600;
}

.map-search .search-auto.active {
    display: block;
}

.map-search .search-auto .auto-list .auto-item+.auto-item {
    margin-top: 8px;
}

.map-search .search-auto .auto-list .auto-item .auto-keyword {
    color: #383b40;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    /* display:block;*/
}

.map-search .search-auto .auto-list .auto-item .auto-keyword strong {
    color: #2ca449;
    font-weight: 600;
}

.map-regist-btn {
    display: none;
}

.map-wrapper.fold~.map-regist-btn {
    display: none;
}

@media all and (min-width: 769px) {
    .map-container .side {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .map-container {
        height: calc(100dvh - 56px);
        padding-bottom: 57px;
        transform: translateY(56px);
    }

    .map-container .side {
        top: 0;
    }

    .map-side {
        /* right: -320px; */
        /* max-width: 320px; */
        /* right: -100%; */
        top: 100%;
        width: 100%;
        padding-bottom: 57px;
        transition: all 0.25s ease-in-out;
    }

    .map-side.active {
        /* right: 0; */
        top: calc(100% - 184px - 55px);
    }

    .map-side.active.show {
        top: 0;
    }

    .map-side .side-btn {
        display: block;
        position: absolute;
        top: 150px;
        left: -30px;
        z-index: 1;
        width: 30px;
        height: 30px;
        border: 0;
        border-radius: 4px 0 0 4px;
        background-color: #383b40;
        color: #fff;
        font-size: 0;
        line-height: 0;
    }

    .map-side.active .side-btn {
        /* background-color: transparent; */
        /* top: 150px; */
        /* left: 0; */
        /* background-color: #eaeaea; */
        top: 0;
        left: 50%;
        background-color: transparent;
        transform: translateX(-50%) rotate(-90deg);
        z-index: 3;
    }

    .map-side.active.show .side-btn {
        transform: translateX(-50%) rotate(90deg);
    }

    .map-side .side-btn:before,
    .map-side .side-btn:after {
        display: block;
        position: absolute;
        top: 0;
        left: 1px;
        right: 0;
        bottom: 0;
        width: 8px;
        height: 2px;
        margin: auto;
        background-color: #fff;
    }

    .map-side.active .side-btn:before,
    .map-side.active .side-btn:after {
        background-color: #000;
    }

    .map-side .side-btn:before {
        top: 5px;
        transform: rotate(45deg);
    }

    .map-side .side-btn:after {
        top: -5px;
        transform: rotate(-45deg);
    }

    .map-side.active .side-btn:before {
        top: -5px;
    }

    .map-side.active .side-btn:after {
        top: 5px;
    }

    .map-side .side-info {
        padding: 40px 20px;
    }

    .map-side .side-info .close-btn {
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 30px;
        height: 30px;
        border: none;
        background: #fff url(../images/sub/detail_close.png) no-repeat center / 15px auto;
        background-color: transparent;
        box-shadow: none;
        z-index: 2;
    }

    .map-side .side-info .info-address span:first-child {
        font-size: 16px;
    }

    .map-side .side-detail {
        /* right: -360px; */
        /* width: 320px; */
        right: -100%;
        width: 100%;
        z-index: 3;
    }

    .map-side.map-side-open .side-detail {
        right: 0;
    }

    .map-side .side-detail .detail-body {
        padding: 0 20px 80px 20px;
    }

    .map-side .side-detail .ck.ck-editor {
        padding: 0 8px;
    }

    .map-side .side-detail .detail-head .detail-title {
        font-size: 16px;
        line-height: 24px;
    }

    .map-side .side-detail .detail-head .detail-address {
        font-size: 14px;
        line-height: 22px;
    }

    .map-side .side-detail .detail-head .detail-share {
        top: 23px;
    }

    .map-side .side-detail .detail-close {
        /* top: 140px; */
        top: 0px;
        /* left: -30px; */
        left: 0px;
        z-index: 4;
        border-right: 0;
        background-color: white;
        /* background-color: #000; */
        box-shadow: none;
        border: none;
    }

    .map-container .main {
        display: block;
        width: 100%;
    }

    .map-search {
        top: 41px;
        margin-left: 20px;
        margin-right: 20px;
        /* left: 20px; */
        /* width: 280px; */
    }

    .map-regist-btn {
        display: block;
        position: absolute;
        right: 20px;
        bottom: 20px;
        z-index: 40;
        width: 56px;
        height: 56px;
        padding: 12px 0 0 0;
        border-radius: 50%;
        background-color: #2ca449;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
        color: #fff !important;
        font-size: 13px;
        text-align: center;
        line-height: 16px;
        transition: background-color 0.15s ease-in-out;
    }

    .map-regist-btn:hover {
        background-color: #259740;
    }
}

/* 로그인 */
.form-custom .sub-title {
    margin-bottom: 24px;
    font-weight: 600;
}

.form-custom .form-label {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
}

.form-custom .required-text {
    color: red;
}

.form-custom .form-control {
    position: relative;
    height: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
}

.form-custom .form-control:focus {
    z-index: 2;
}

.form-custom .form-control[type="file"] {
    padding-top: 7px;
    padding-bottom: 7px;
}

.form-custom .form-label+.form-control {
    margin-bottom: 16px;
    border-radius: 4px;
}

.form-custom .input-group {
    margin-bottom: 16px;
}

.form-custom .input-group.type-address {
    margin-top: 16px;
    margin-bottom: 8px;
}

.form-custom .input-group.alert-group-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 10px 0;
}

.form-custom .input-group .form-control {
    border-radius: 4px;
}

.form-custom .input-group select.form-control {
    height: auto;
    padding-left: 6px;
}

.form-custom .input-group .form-control+select.form-control {
    margin-left: 8px;
}

.form-custom input[type="text"] {
    margin-bottom: -1px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.form-custom input[type="password"] {
    margin-bottom: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.form-custom .form-check-label {
    font-size: 16px;
    line-height: 22px;
}

.form-custom .input-type-add {
    height: 36px;
    margin-left: auto;
    padding: 0 17px;
    border: 0;
    border-radius: 4px;
    background-color: #2ca449;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.15s ease-in-out;
}

.form-custom .input-type-add:hover {
    background-color: #259740;
}

.form-custom .input-address-list {
    margin-top: 16px;
    margin-bottom: 16px;
}

.form-custom .input-address-list .input-address-item {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-align: left;
}

.form-custom .input-address-list .input-address-item+.input-address-item {
    margin-top: 8px;
}

.form-custom .input-address-list .input-address-title {
    padding: 8px 28px 8px 8px;
    border-bottom: 1px solid #ced4da;
    font-size: 14px;
    line-height: 22px;
    word-break: keep-all;
}

.form-custom .input-address-list .input-address-title span {
    font-weight: 600;
}

.form-custom .input-address-list .input-address-text {
    padding: 8px;
}

.form-custom .input-address-list .input-address-text div {
    font-size: 14px;
    line-height: 22px;
}

.form-custom .input-address-list .input-address-text .text-address {
    position: relative;
    padding-left: 14px;
}

.form-custom .input-address-list .input-address-text .text-address:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    width: 5px;
    height: 1px;
    background-color: #383b40;
}

.form-custom .input-address-list .input-address-text .text-type {
    margin-top: 4px;
    padding: 4px 15px;
    border-radius: 15px;
    background-color: #f7f7f7;
}

.form-custom .input-address-list .input-address-del {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    background: url(../images/sub/detail_close.png) no-repeat center / 10px auto;
}

.form-custom .input-agree {
    margin: 24px 0;
}

.form-custom .form-control:disabled,
.form-custom .form-control[readonly] {
    background-color: #f7f7f7;
}

.form-custom .input-box {
    display: flex;
}

.form-custom .input-box .form-control+.clear-btn {
    display: none;
    width: 60px;
    height: auto;
    background-image: url(../images/sub/detail_close.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center;
    background-color: #eaeaea;
    cursor: pointer;
    border: 1px solid #ced4da;
}

.form-custom .input-box .form-control+.clear-btn:hover {
    background-color: #d8dadd;
}

.form-custom .input-box .form-control[readonly]+.clear-btn {
    display: block;
}

.form-custom .input-group-text {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.form-custom .inputText {
    color: #777;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    word-break: keep-all;
    padding: 7px 0;
}

.form-custom .inputText strong {
    color: red;
    font-weight: 600;
}

.form-custom .login-btn {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 8px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    transition: background-color 0.15s ease-in-out;
}

.form-custom .mypage-btn-wrapper {
    display: flex;
    gap: 20px;
}

.form-custom .mypage-btn-wrapper button {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 8px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    transition: background-color 0.15s ease-in-out;
}

.form-custom .mypage-btn-wrapper .btn-modify {
    background-color: #259740;
}

.form-custom .mypage-btn-wrapper .btn-withdrawal {
    background-color: #383b40;
}

.form-custom .btn-login {
    background-color: #383b40;
    color: #fff;
}

.form-custom .btn-logout {
    border: 1px solid #383b40;
    background-color: #fff;
    color: #383b40;
}

.form-custom .btn-login:hover {
    background-color: #2b2e33;
}

.form-custom .btn-kakao {
    background-color: #ffdf00;
    color: #383b40;
}

.form-custom .btn-kakao:hover {
    background-color: #efd102;
}

.form-custom .btn-naver {
    background-color: #01c73c;
}

.form-custom .btn-find {
    background-color: #2ca449;
    color: #fff;
}

.form-custom .btn-find:hover {
    background-color: #259740;
}

.form-custom .btn-naver:hover {
    background-color: #00c139;
}

.form-custom .login-btn.btn-kakao:before,
.form-custom .login-btn.btn-naver:before {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: 24px auto;
    vertical-align: middle;
}

.form-custom .btn-kakao:before {
    background-image: url(../images/sub/login_kakao.png);
}

.form-custom .btn-naver:before {
    background-image: url(../images/sub/login_naver.png);
}

.form-custom .login-btn span {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.form-custom .btn-bottom {
    margin-top: 12px;
    text-align: left;
}

.form-custom .btn-bottom a {
    font-size: 14px;
    line-height: 22px;
}

.form-custom .btn-bottom a+a {
    float: right;
}

.form-custom .btn-bottom a:hover {
    text-decoration: underline;
}

.form-custom.form-sign {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding: 66px 0;
    text-align: center;
}

.form-custom.form-sign .inputText {
    margin-top: -8px;
}

.form-custom.form-write .inputText {
    margin-top: 16px;
    margin-bottom: 4px;
}

.form-custom.form-write .form-control {
    border-bottom-left-radius: 4px;
}

.form-custom.form-write .form-control {
    border-bottom-right-radius: 4px;
}

.form-custom.form-write .form-control+.form-control {
    margin-top: 8px;
}

.form-custom.form-write .pagination-wrap {
    margin-top: 48px;
}

.form-custom.form-write .place-container {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 22px;
    gap: 8px;
    max-height: 500px;
    overflow-y: auto;
}

.form-custom.form-write .place-container .place-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #adadad;
    margin-bottom: 16px;
    padding: 10px 15px;
    cursor: pointer;
}

.form-custom.form-write .place-container .place-item strong.highlighted {
    color: #2ca449;
    font-weight: 600;
}

.form-custom.form-write .place-container .place-item:hover {
    background-color: #a1a1a1;
    color: #fff;
}

.form-custom.form-write .place-container .place-item .place-item-title {
    font-weight: 600;
}

.form-custom a.find-pw {
    display: block;
    margin-bottom: 4px;
    color: #777;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    text-align: right;
    margin-top: 20px;
}

.form-custom a.find-pw:hover {
    font-weight: 600;
}

.board-write .form-custom.form-write .input-group.type-file {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
}

.board-write .form-custom.form-write .file-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: calc(100% - 88px);
    padding: 0 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #fff;
    color: #6c757d;
    font-size: 14px;
    font-size: 16px;
    line-height: 44px;
    transition: all 0.15s ease-in-out;
}

.board-write .form-custom.form-write .file-text.hidden {
    opacity: 0;
    visibility: hidden;
}

.board-write .form-custom.form-write .btn-upload {
    width: 80px;
    margin-left: 8px;
    border-radius: 4px;
    background-color: #2ca449;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 46px;
    transition: background-color 0.15s ease-in-out;
}

.board-write .form-custom.form-write .btn-upload:hover {
    background-color: #259740;
}

/* .upload {
    margin-top: 24px;
} */
.upload-list {
    margin: 0 -4px;
}

.upload-item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    /* width: calc(16.66% - 8px); */
    height: 200px;
    margin: 0 4px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
}

.upload-item input {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
}

.upload-item label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.image-preview {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/sub/noImg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media all and (max-width: 1400px) {
    .upload-list {
        margin: -4px;
    }

    .upload-item {
        /* width: calc(33.33% - 8px); */
        height: 160px;
        margin: 4px;
    }
}

@media all and (max-width: 768px) {
    .form-custom .input-group-text {
        padding: 0 4px;
    }

    .form-custom .form-control {
        font-size: 14px;
    }

    .form-custom.form-sign {
        padding: 24px 0;
    }

    .form-custom.form-write .pagination-wrap {
        margin-top: 24px;
    }

    .board-write .form-custom.form-write .btn-upload {
        font-size: 14px;
    }

    .form-custom .form-check-label {
        font-size: 14px;
    }

    .board-write .form-custom.form-write .file-text {
        font-size: 14px;
    }
}

@media all and (max-width: 640px) {
    .upload-item {
        height: 100px;
    }

    .form-custom .input-address-list .input-address-title span {
        display: block;
    }
}

/* 공통 상세페이지 */
.common-view .view-head {
    position: relative;
    /* 20250513 고객사 요청으로 인한 속성 변경 */
    /* padding-right: 56px; */
    padding-right: 26px;
    padding-bottom: 16px;
    border-bottom: 2px solid #383b40;
}

.common-view .view-head .view-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    word-break: keep-all;
}

.common-view .view-head .view-share {
    position: absolute;
    top: 0;
    right: 0;
}

.common-view .view-head .view-share .share-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 0;
    background: url(../images/sub/share_btn.png) no-repeat center / 24px auto;
    vertical-align: top;
}

.common-view .view-head .view-share .share-list {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 1;
    width: 160px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.25s ease-in-out;
}

.common-view .view-head .view-share .share-list.active {
    opacity: 1;
    visibility: inherit;
    right: 60px;
}

/* .common-view .view-head .view-share .share-item a, */
.common-view .view-head .view-share .share-item button {
    display: block;
    padding: 14px 14px 14px 48px;
    background-repeat: no-repeat;
    background-position: 16px 12px;
    background-size: auto 24px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.common-view .view-head .view-share .share-item.kakao button {
    background-image: url(../images/sub/share_icon1.png);
}

.common-view .view-head .view-share .share-item.band button {
    background-image: url(../images/sub/share_icon5.png);
}

.common-view .view-head .view-share .share-pdf {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    border: 0;
    background: url(../images/sub/share_pdf.png) no-repeat center / 24px auto;
    vertical-align: top;
}

.common-view .view-body {
    margin-bottom: 48px;
    border-bottom: 1px solid #ddd;
}

.common-view .view-body .view-info {
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
    text-align: right;
}

.common-view .view-body .view-info li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    vertical-align: top;
    word-break: keep-all;
}

.common-view .view-body .view-info li+li {
    margin-left: 21px;
}

.common-view .view-body .view-info li+li:before {
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    bottom: 0;
    width: 1px;
    height: 12px;
    margin: auto 0;
    background-color: #ddd;
}

.common-view .view-body .view-info .info-type:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/sub/view_icon1.png) no-repeat center / 15px auto;
    vertical-align: top;
}

.common-view .view-body .view-info .info-address a:hover {
    text-decoration: underline;
}

.common-view .view-body .view-info .info-address a:before {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/sub/view_icon2.png) no-repeat center / 15px auto;
    vertical-align: top;
}

.common-view .view-body .view-cont {
    padding: 48px 8px;
    text-align: center;
}

.common-view .view-body .view-cont .post-content p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
}

.common-view .view-body .view-cont .post-content {
    text-align: left;
    overflow-wrap: anywhere;
    word-break: keep-all;
}

.common-view .view-body .view-cont .post-content ul,
.common-view .view-body .view-cont .post-content ol {
    margin: 0 0 16px 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
}

.common-view .view-body .view-cont .post-content li {
    display: block;
    min-height: 0;
    margin: 0;
    line-height: 1.5;
}

.common-view .view-body .view-cont .post-content li+li {
    margin-top: 4px;
}

.common-view .view-body .view-cont .post-content figure {
    display: block;
    margin: 16px 0;
    line-height: 0;
    text-align: center;
}

.common-view .view-body .view-cont .post-content img,
.common-view .view-body .view-cont .post-content video,
.common-view .view-body .view-cont .post-content iframe {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 16px auto 0;
    clear: both;
}

.common-view .view-body .view-cont .post-content figure img,
.common-view .view-body .view-cont .post-content li img:first-child {
    margin-top: 0;
}

.common-view .view-body .view-cont .post-content.guest-client-restricted img {
    max-height: 320px;
    object-fit: cover;
    object-position: top center;
}

.common-view .view-body .view-cont .post-content a.text-blue-600 {
    color: #155dfc;
}

.common-view .view-body .view-cont .post-content a .underline {
    text-decoration-line: underline;
}

.common-view .view-body .view-cont .post-content th,
.common-view .view-body .view-cont .post-content td {
    font-size: 16px;
    line-height: 22px;
}

.common-view .view-body .view-cont .post-content h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    text-align: left;
}

.common-view .view-body .view-cont .post-content h2 {
    font-size: 2rem;
    line-height: 1.25;
    text-align: left;
}

.common-view .view-body .view-cont .post-content h3 {
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: left;
}

.common-view .view-body .view-cont .post-content i {
    font-style: italic;
}

.common-view .view-body .view-cont .post-image-content {
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.common-view .view-body .view-cont .thumbnail-image-content {
    display: flex;
    padding: 25px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.common-view .view-body .view-cont .thumbnail-image-content>strong {
    line-height: 30px;
}


.common-view .view-body .view-cont .thumbnail-image-content .thumbnail-preview {
    height: 160px;
    overflow: hidden;
    position: relative;
    margin: 0 4px;
    border: 1px solid #ced4da;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    aspect-ratio: 1 / 1;
}


.common-view .view-body .view-cont .post-image-content img,
.common-view .view-body .view-cont .thumbnail-image-content img {
    min-width: 50%;
    max-width: 100%;
    /* object-fit: cover; */
}

.common-view .view-body .view-cont .thumbnail-image-content strong {
    font-size: 20px;
}

.common-view .view-body .view-cont p {
    font-size: 16px;
    line-height: 24px;
}

.common-view .view-body .view-cont p+img,
.common-view .view-body .view-cont img+img {
    margin-top: 20px;
}

@media all and (max-width: 768px) {
    .common-view .view-head {
        padding-bottom: 8px;
    }

    .common-view .view-head .view-title {
        font-size: 18px;
        line-height: 26px;
    }

    .common-view .view-body {
        margin-bottom: 24px;
    }

    .common-view .view-body .view-info {
        padding: 8px 0;
    }

    .common-view .view-body .view-info li {
        display: block;
        font-size: 14px;
        line-height: 22px;
    }

    .common-view .view-body .view-info li+li {
        margin-left: 0;
    }

    .common-view .view-body .view-info li+li:before {
        display: none;
    }

    .common-view .view-body .view-cont {
        /* 고객 요청으로 인한 padding 속성 변경 (24px 0px -> 24px 8px)_20241029 */
        padding: 24px 8px;
        /* 고객 요청으로 인한 font-weight 속성 추가_20241029 */
        font-weight: 500;
    }

    .common-view .view-body .view-cont p {
        font-size: 16px;
        line-height: 22px;
    }

    .common-view .view-body .view-cont .post-content h1 {
        font-size: 32px;
        line-height: 50px;
    }

    .common-view .view-body .view-cont .post-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .common-view .view-body .view-cont .post-content h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .common-view .view-body .view-cont .post-content img,
    .common-view .view-body .view-cont .post-content video,
    .common-view .view-body .view-cont .post-content iframe {
        margin-top: 12px;
    }

    .common-view .post-btn-container {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 15px;
    }

    .common-view .post-btn-container .btn-wrapper {
        justify-content: flex-end;
    }
}

/* 이용약관 & 개인정보 보호방침 */
.privacy {
    overflow: hidden;
}

.privacy h3 {
    margin-top: 48px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.privacy h3:first-child {
    margin-top: 0;
}

.privacy h4 {
    margin-top: 24px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.privacy h5 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.privacy p {
    margin-top: 12px;
    color: #444;
    font-size: 16px;
    line-height: 26px;
}

.privacy ol,
.privacy ul {
    overflow: visible;
    margin-left: 20px;
    list-style: decimal;
}

.privacy ol li,
.privacy ul li {
    margin-top: 8px;
    color: #444;
    font-size: 16px;
    line-height: 22px;
}

.privacy ol li a.link,
.privacy ul li a.link {
    text-decoration: underline;
}

.privacy ol li a.link:hover,
.privacy ul li a.link:hover {
    font-weight: 600;
}

@media all and (max-width: 768px) {
    .privacy h3 {
        margin-top: 32px;
        font-size: 20px;
        line-height: 24px;
    }

    .privacy h4 {
        margin-top: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .privacy p {
        margin-top: 4px;
        font-size: 14px;
        line-height: 22px;
    }

    .privacy ol li {
        margin-top: 4px;
        font-size: 14px;
    }

    /* .ck.ck-editor__editable_inline {
        padding: 0 !important;
    } */
}

/* community region links */
.community-region-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: -8px 0 20px;
    padding: 10px 0;
    border-top: 1px solid #e5e8ec;
    border-bottom: 1px solid #e5e8ec;
}

.community-region-nav span,
.community-region-nav__title {
    flex: 0 0 auto;
    color: #2ca449;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    word-break: keep-all;
}

.community-region-nav div,
.community-region-nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.community-region-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 10px;
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    background-color: #f8faf9;
    color: #383b40;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
    word-break: keep-all;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.community-region-nav a:hover,
.community-region-nav a:focus-visible {
    border-color: #2ca449;
    background-color: #effaf2;
    color: #2ca449;
    text-decoration: none;
    outline: none;
}

/* region landing final overrides */
.region-page {
    padding-bottom: 72px;
    background-color: #fff;
}

.region-inner {
    padding: 0 24px;
}

.region-hero {
    padding: 54px 0 42px;
    border-bottom: 1px solid #e5e8ec;
    background: #fff;
}

.region-hero:before,
.region-keywords,
.region-keyword-line,
.region-actions,
.region-hero-gallery,
.region-hero-panel,
.region-support-section {
    display: none;
}

.region-hero-layout {
    display: block;
}

.region-eyebrow {
    display: block;
    min-height: 0;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2ca449;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.region-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #20242a;
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.025em;
}

.region-hero-text {
    max-width: 760px;
    margin: 16px 0 0;
    color: #4f545c;
    font-size: 17px;
    line-height: 30px;
    word-break: keep-all;
}

.region-hero-text span {
    display: block;
}

.region-section {
    padding: 46px 0;
}

.region-section+.region-section {
    border-top: 1px solid #eef1f3;
}

.region-post-section {
    background-color: #fff;
}

.region-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.region-section-head h2 {
    margin: 0;
    color: #20242a;
    font-size: 25px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.015em;
}

.region-section-head p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #6f747c;
    font-size: 15px;
    line-height: 24px;
    word-break: keep-all;
}

.region-post-count {
    flex: 0 0 auto;
    min-height: 0;
    padding: 4px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8a9099;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.region-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 18px;
    margin: 0;
    padding: 0;
}

.region-card {
    overflow: hidden;
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    transition: border-color 0.16s ease, transform 0.16s ease;
}

.region-card a {
    display: block;
    height: 100%;
    color: inherit;
}

.region-card a:hover {
    text-decoration: none;
}

.region-card:hover,
.region-page.region-motion-ready .region-card.region-reveal.is-visible:hover {
    border-color: #c5ccd4;
    transform: translateY(-2px);
    box-shadow: none;
}

.region-card-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-color: #f3f4f6;
}

.region-card-thumb:after {
    content: none;
}

.region-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.region-card:hover .region-card-thumb img {
    transform: scale(1.025);
}

.region-card-body {
    display: block;
    padding: 14px 14px 15px;
}

.region-card-body strong {
    min-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    color: #383b40;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.region-card-date {
    display: block;
    margin-top: 8px;
    color: #8a9099;
    font-size: 13px;
    line-height: 20px;
}

.region-load-area {
    margin-top: 30px;
    text-align: center;
}

.region-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 44px;
    padding: 0 22px;
    border: 1px solid #383b40;
    border-radius: 4px;
    background-color: #383b40;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

a.region-load-more,
a.region-load-more:visited {
    color: #fff;
}

.region-load-more:hover,
.region-load-more:focus {
    background-color: #2b2e33;
    color: #fff;
    text-decoration: none;
}

.region-load-more:disabled {
    cursor: wait;
    opacity: 0.72;
}

.region-load-more.is-loading:after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 9px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: regionSpin 0.8s linear infinite;
}

.region-load-note {
    margin: 10px 0 0;
    color: #8a9099;
    font-size: 13px;
    line-height: 20px;
}

.region-faq-section {
    padding-top: 42px;
}

.region-faq-list {
    margin: 0;
    border-top: 2px solid #383b40;
}

.region-faq-item {
    border-bottom: 1px solid #e5e8ec;
    background-color: #fff;
}

.region-faq-item summary {
    position: relative;
    list-style: none;
    padding: 18px 34px 18px 0;
    color: #383b40;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    cursor: pointer;
    transition: color 0.15s ease;
}

.region-faq-item summary::-webkit-details-marker {
    display: none;
}

.region-faq-item summary:after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8a9099;
    font-size: 20px;
    line-height: 24px;
}

.region-faq-item[open] summary {
    color: #20242a;
}

.region-faq-item[open] summary:after {
    content: "-";
    background: transparent;
    color: #383b40;
    transform: none;
}

.region-faq-item p {
    max-width: 760px;
    margin: -4px 0 18px;
    color: #6f747c;
    font-size: 15px;
    line-height: 25px;
    word-break: keep-all;
}

.region-related-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 22px;
}

.region-related-links span {
    color: #747983;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
}

.region-related-links a {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #383b40;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.region-related-links a+a:before {
    content: "";
    width: 3px;
    height: 3px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #adb2bb;
}

.region-related-links a:hover {
    transform: none;
    box-shadow: none;
    color: #2ca449;
    text-decoration: none;
}

.region-index-section {
    padding-top: 46px;
}

.region-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
}

.region-index-card {
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.16s ease, transform 0.16s ease;
}

.region-index-card:hover {
    border-color: #c5ccd4;
    transform: translateY(-2px);
}

.region-index-card a {
    display: block;
    min-height: 178px;
    padding: 22px;
    color: inherit;
}

.region-index-card a:hover {
    text-decoration: none;
}

.region-index-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.region-index-card-head strong {
    color: #20242a;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
}

.region-index-card-head em {
    flex: 0 0 auto;
    color: #2ca449;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
}

.region-index-card-text,
.region-index-card-areas {
    display: block;
    margin-top: 12px;
    color: #5f646d;
    font-size: 15px;
    line-height: 25px;
    word-break: keep-all;
}

.region-index-card-areas {
    margin-top: 14px;
    color: #8a9099;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
}

.region-page.region-motion-ready .region-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
    transition-delay: var(--region-delay, 0ms);
}

.region-page.region-motion-ready .region-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes regionSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {

    .region-page.region-motion-ready .region-reveal,
    .region-card,
    .region-card-thumb img,
    .region-load-more,
    .region-faq-item summary {
        transition: none;
    }

    .region-card:hover,
    .region-page.region-motion-ready .region-card.region-reveal.is-visible:hover {
        transform: none;
    }

    .region-load-more.is-loading:after {
        animation: none;
    }
}

@media all and (max-width: 1024px) {
    .region-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .region-index-grid {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 768px) {
    .community-region-nav {
        display: block;
        margin: 0 0 16px;
        padding: 10px 0 12px;
    }

    .community-region-nav div,
    .community-region-nav__links {
        flex-wrap: nowrap;
        gap: 6px;
        margin-top: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .community-region-nav div::-webkit-scrollbar,
    .community-region-nav__links::-webkit-scrollbar {
        display: none;
    }

    .community-region-nav a {
        flex: 0 0 auto;
        min-height: 30px;
        padding: 4px 6px;
    }

    .region-page {
        padding-bottom: 48px;
    }

    .region-inner {
        padding: 0 20px;
    }

    .region-hero {
        padding: 34px 0 30px;
    }

    .region-hero h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .region-hero-text {
        margin-top: 12px;
        font-size: 15px;
        line-height: 26px;
    }

    .region-section {
        padding: 34px 0;
    }

    .region-section-head {
        display: block;
        margin-bottom: 18px;
    }

    .region-section-head h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .region-post-count {
        display: block;
        margin-top: 8px;
        padding-top: 0;
    }

    .region-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .region-card-body strong {
        min-height: 0;
    }

    .region-faq-section {
        padding-top: 32px;
    }

    .region-faq-item summary {
        padding: 16px 30px 16px 0;
        font-size: 15px;
        line-height: 24px;
    }

    .region-faq-item summary:after {
        top: 16px;
    }

    .region-faq-item p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* region landing - final product pass */
.region-page {
    padding-bottom: 72px;
    background-color: #fff;
}

.region-inner {
    padding: 0 24px;
}

.region-hero {
    padding: 54px 0 42px;
    border-bottom: 1px solid #e5e8ec;
    background: #fff;
}

.region-hero:before,
.region-keywords,
.region-keyword-line,
.region-actions,
.region-hero-gallery,
.region-hero-panel,
.region-support-section {
    display: none;
}

.region-hero-layout {
    display: block;
}

.region-eyebrow {
    display: block;
    min-height: 0;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2ca449;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.region-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #20242a;
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.025em;
}

.region-hero-text {
    max-width: 720px;
    margin: 16px 0 0;
    color: #4f545c;
    font-size: 17px;
    line-height: 30px;
    word-break: keep-all;
}

.region-section {
    padding: 46px 0;
}

.region-section+.region-section {
    border-top: 1px solid #eef1f3;
}

.region-post-section {
    background-color: #fff;
}

.region-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.region-section-head h2 {
    margin: 0;
    color: #20242a;
    font-size: 25px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.015em;
}

.region-section-head p {
    max-width: 720px;
    margin: 8px 0 0;
    color: #6f747c;
    font-size: 15px;
    line-height: 24px;
    word-break: keep-all;
}

.region-post-count {
    flex: 0 0 auto;
    min-height: 0;
    padding: 4px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8a9099;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.region-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 18px;
    margin: 0;
    padding: 0;
}

.region-card {
    overflow: hidden;
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: none;
    transition: border-color 0.16s ease, transform 0.16s ease;
}

.region-card a {
    display: block;
    height: 100%;
    color: inherit;
}

.region-card a:hover {
    text-decoration: none;
}

.region-card:hover,
.region-page.region-motion-ready .region-card.region-reveal.is-visible:hover {
    border-color: #c5ccd4;
    transform: translateY(-2px);
    box-shadow: none;
}

.region-card-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-color: #f3f4f6;
}

.region-card-thumb:after {
    content: none;
}

.region-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.28s ease;
}

.region-card:hover .region-card-thumb img {
    transform: scale(1.025);
}

.region-card-body {
    display: block;
    padding: 14px 14px 15px;
}

.region-card-body strong {
    min-height: 50px;
    display: -webkit-box;
    overflow: hidden;
    color: #383b40;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    word-break: keep-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.region-card-date {
    display: block;
    margin-top: 8px;
    color: #8a9099;
    font-size: 13px;
    line-height: 20px;
}

.region-load-area {
    margin-top: 30px;
    text-align: center;
}

.region-load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 44px;
    padding: 0 22px;
    border: 1px solid #383b40;
    border-radius: 4px;
    background-color: #383b40;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

a.region-load-more,
a.region-load-more:visited {
    color: #fff;
}

.region-load-more:hover,
.region-load-more:focus {
    background-color: #2b2e33;
    color: #fff;
    text-decoration: none;
}

.region-load-more:disabled {
    cursor: wait;
    opacity: 0.72;
}

.region-load-more.is-loading:after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 9px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    animation: regionSpin 0.8s linear infinite;
}

.region-load-note {
    margin: 10px 0 0;
    color: #8a9099;
    font-size: 13px;
    line-height: 20px;
}

.region-faq-section {
    padding-top: 42px;
}

.region-faq-list {
    margin: 0;
    border-top: 2px solid #383b40;
}

.region-faq-item {
    border-bottom: 1px solid #e5e8ec;
    background-color: #fff;
}

.region-faq-item summary {
    position: relative;
    list-style: none;
    padding: 18px 34px 18px 0;
    color: #383b40;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    cursor: pointer;
    transition: color 0.15s ease;
}

.region-faq-item summary::-webkit-details-marker {
    display: none;
}

.region-faq-item summary:after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8a9099;
    font-size: 20px;
    line-height: 24px;
}

.region-faq-item[open] summary {
    color: #20242a;
}

.region-faq-item[open] summary:after {
    content: "-";
    background: transparent;
    color: #383b40;
    transform: none;
}

.region-faq-item p {
    max-width: 760px;
    margin: -4px 0 18px;
    color: #6f747c;
    font-size: 15px;
    line-height: 25px;
    word-break: keep-all;
}

.region-related-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 22px;
}

.region-related-links span {
    color: #747983;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
}

.region-related-links a {
    display: inline-flex;
    align-items: center;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #383b40;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.region-related-links a+a:before {
    content: "";
    width: 3px;
    height: 3px;
    margin-right: 12px;
    border-radius: 50%;
    background-color: #adb2bb;
}

.region-related-links a:hover {
    transform: none;
    box-shadow: none;
    color: #2ca449;
    text-decoration: none;
}

.region-page.region-motion-ready .region-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
    transition-delay: var(--region-delay, 0ms);
}

.region-page.region-motion-ready .region-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes regionSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {

    .region-page.region-motion-ready .region-reveal,
    .region-card,
    .region-card-thumb img,
    .region-load-more,
    .region-faq-item summary {
        transition: none;
    }

    .region-card:hover,
    .region-page.region-motion-ready .region-card.region-reveal.is-visible:hover {
        transform: none;
    }

    .region-load-more.is-loading:after {
        animation: none;
    }
}

@media all and (max-width: 1024px) {
    .region-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 768px) {
    .region-page {
        padding-bottom: 48px;
    }

    .region-inner {
        padding: 0 20px;
    }

    .region-hero {
        padding: 34px 0 30px;
    }

    .region-hero h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .region-hero-text {
        margin-top: 12px;
        font-size: 15px;
        line-height: 26px;
    }

    .region-section {
        padding: 34px 0;
    }

    .region-section-head {
        display: block;
        margin-bottom: 18px;
    }

    .region-section-head h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .region-post-count {
        display: block;
        margin-top: 8px;
        padding-top: 0;
    }

    .region-card-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .region-card-body strong {
        min-height: 0;
    }

    .region-faq-section {
        padding-top: 32px;
    }

    .region-faq-item summary {
        padding: 16px 30px 16px 0;
        font-size: 15px;
        line-height: 24px;
    }

    .region-faq-item summary:after {
        top: 16px;
    }

    .region-faq-item p {
        font-size: 14px;
        line-height: 24px;
    }
}

/* region landing - restrained editorial pass */
.region-page {
    min-height: auto;
    padding-bottom: 72px;
    background-color: #fff;
}

.region-inner {
    padding: 0 40px;
}

.region-hero {
    padding: 52px 0 44px;
    border-bottom: 1px solid #e5e8ec;
    background: #fff;
}

.region-hero:before {
    content: none;
}

.region-hero-layout {
    grid-template-columns: minmax(0, 1fr) 284px;
    gap: 56px;
    align-items: end;
}

.region-eyebrow {
    display: block;
    min-height: 0;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2ca449;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
}

.region-hero h1 {
    max-width: none;
    margin: 0;
    color: #20242a;
    font-size: 38px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.02em;
}

.region-hero-text {
    max-width: 650px;
    margin-top: 18px;
    color: #4f545c;
    font-size: 17px;
    line-height: 30px;
}

.region-keywords,
.region-hero-gallery {
    display: none;
}

.region-keyword-line {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 12px;
    max-width: 720px;
    margin: 18px 0 0;
    color: #6f747c;
    font-size: 14px;
    line-height: 22px;
}

.region-keyword-line span {
    color: #383b40;
    font-weight: 800;
}

.region-keyword-line b {
    position: relative;
    color: #5f646d;
    font-weight: 600;
}

.region-keyword-line b+b:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 10px 3px 0;
    border-radius: 50%;
    background-color: #adb2bb;
}

.region-actions {
    gap: 8px;
    margin-top: 24px;
}

.region-actions a {
    min-width: 132px;
    height: 42px;
    padding: 0 18px;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.region-action-primary {
    box-shadow: none;
    background-color: #2ca449;
}

.region-action-primary:hover,
.region-action-secondary:hover {
    transform: none;
}

.region-action-primary:hover {
    background-color: #259740;
}

.region-action-secondary {
    border-color: #d8dadd;
}

.region-action-secondary:hover {
    border-color: #b9bec6;
    box-shadow: none;
}

.region-hero-panel {
    border-top: 2px solid #383b40;
}

.region-hero-panel dl {
    margin: 0;
}

.region-hero-panel div {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e8ec;
}

.region-hero-panel dt,
.region-hero-panel dd {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.region-hero-panel dt {
    color: #747983;
    font-weight: 600;
}

.region-hero-panel dd {
    color: #383b40;
    font-weight: 800;
}

.region-section {
    padding: 46px 0;
}

.region-section+.region-section {
    border-top: 1px solid #eef1f3;
}

.region-post-section {
    background: #fff;
}

.region-section-head {
    align-items: flex-start;
    margin-bottom: 22px;
}

.region-section-head h2,
.region-info-grid h2,
.region-support-card h2 {
    color: #20242a;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    letter-spacing: -0.01em;
}

.region-section-head p,
.region-info-grid p {
    margin-top: 8px;
    color: #6f747c;
    font-size: 15px;
    line-height: 24px;
}

.region-post-count {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #747983;
    font-size: 14px;
    line-height: 24px;
}

.region-card-grid {
    gap: 22px 18px;
}

.region-card {
    border-color: #e5e8ec;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color 0.15s ease;
}

.region-card:hover,
.region-page.region-motion-ready .region-card.region-reveal.is-visible:hover {
    transform: none;
    border-color: #c8ced6;
    box-shadow: none;
}

.region-card-thumb {
    aspect-ratio: 4 / 3;
    background-color: #f3f4f6;
}

.region-card-thumb:after {
    content: none;
}

.region-card-thumb img {
    transition: transform 0.2s ease;
}

.region-card:hover .region-card-thumb img {
    transform: scale(1.025);
}

.region-card-body {
    padding: 14px 14px 15px;
}

.region-card-body strong {
    min-height: 50px;
    color: #383b40;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px;
    word-break: keep-all;
}

.region-card-date {
    margin-top: 8px;
    color: #8a9099;
    font-size: 13px;
    line-height: 20px;
}

.region-support-section {
    padding: 40px 0 0;
    background-color: #fff;
}

.region-support-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 16px;
    align-items: start;
}

.region-support-card {
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

.region-point-card {
    padding: 22px 24px;
    background: #fff;
}

.region-support-label {
    margin-bottom: 8px;
    color: #2ca449;
    font-size: 13px;
    font-weight: 800;
    line-height: 20px;
}

.region-point-card>p:not(.region-support-label) {
    margin-top: 10px;
    color: #6f747c;
    font-size: 15px;
    line-height: 25px;
}

.region-point-card .region-check-list {
    margin-top: 18px;
}

.region-point-card .region-check-list li {
    padding: 12px 0 12px 18px;
    border-top-color: #eef1f3;
    color: #4f545c;
    font-size: 14px;
    line-height: 22px;
}

.region-point-card .region-check-list li:before {
    top: 20px;
    width: 4px;
    height: 4px;
    background-color: #adb2bb;
}

.region-faq-card,
.region-related-card {
    padding: 22px 24px;
}

.region-support-head {
    display: block;
    margin-bottom: 10px;
}

.region-faq-list {
    border-top-color: #e5e8ec;
}

.region-faq-item summary {
    padding: 15px 28px 15px 0;
    color: #383b40;
    font-size: 15px;
    font-weight: 800;
    line-height: 24px;
}

.region-faq-item summary:after {
    top: 15px;
    right: 0;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8a9099;
    font-size: 18px;
    line-height: 22px;
}

.region-faq-item[open] summary {
    color: #383b40;
}

.region-faq-item[open] summary:after {
    background: transparent;
    color: #383b40;
    transform: none;
}

.region-faq-item p {
    max-width: none;
    margin: -2px 0 16px;
    color: #6f747c;
    font-size: 14px;
    line-height: 24px;
}

.region-related-card {
    display: block;
}

.region-related-links {
    gap: 8px;
}

.region-related-links a {
    min-height: 34px;
    padding: 0 11px;
    border-radius: 4px;
    box-shadow: none;
    color: #383b40;
    font-size: 13px;
    font-weight: 700;
}

.region-related-links a:hover {
    transform: none;
    border-color: #b9bec6;
    box-shadow: none;
}

@media all and (max-width: 1024px) {
    .region-hero-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .region-hero-panel {
        max-width: 520px;
    }

    .region-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .region-support-grid {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 768px) {
    .region-page {
        padding-bottom: 48px;
    }

    .region-inner {
        padding: 0 20px;
    }

    .region-hero {
        padding: 34px 0 30px;
    }

    .region-hero-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .region-hero h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .region-hero-text {
        margin-top: 12px;
        font-size: 15px;
        line-height: 26px;
    }

    .region-keyword-line {
        margin-top: 14px;
        font-size: 13px;
        line-height: 21px;
    }

    .region-actions {
        margin-top: 20px;
    }

    .region-actions a {
        flex: 1 1 130px;
        height: 42px;
    }

    .region-hero-panel div {
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 12px 0;
    }

    .region-section {
        padding: 34px 0;
    }

    .region-section-head {
        display: block;
    }

    .region-section-head h2,
    .region-info-grid h2,
    .region-support-card h2 {
        font-size: 21px;
        line-height: 30px;
    }

    .region-post-count {
        display: block;
        margin-top: 8px;
    }

    .region-card-grid,
    .region-support-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .region-card-body strong {
        min-height: 0;
    }

    .region-support-section {
        padding-top: 28px;
    }

    .region-point-card,
    .region-faq-card,
    .region-related-card {
        padding: 18px;
    }
}

/* final region/community placement overrides */
.community-region-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: -8px 0 20px;
    padding: 10px 0;
    border-top: 1px solid #e5e8ec;
    border-bottom: 1px solid #e5e8ec;
}

.community-region-nav span,
.community-region-nav__title {
    flex: 0 0 auto;
    color: #2ca449;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
    word-break: keep-all;
}

.community-region-nav div,
.community-region-nav__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.community-region-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 10px;
    border: 1px solid #e5e8ec;
    border-radius: 4px;
    background-color: #f8faf9;
    color: #383b40;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    white-space: nowrap;
    word-break: keep-all;
    transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.community-region-nav a:hover,
.community-region-nav a:focus-visible {
    border-color: #2ca449;
    background-color: #effaf2;
    color: #2ca449;
    text-decoration: none;
    outline: none;
}

.region-page {
    padding-bottom: 72px;
    background-color: #fff;
}

.region-hero {
    padding: 54px 0 42px;
    border-bottom: 1px solid #e5e8ec;
    background: #fff;
}

.region-hero:before,
.region-keywords,
.region-keyword-line,
.region-actions,
.region-hero-gallery,
.region-hero-panel,
.region-support-section {
    display: none;
}

.region-hero-layout {
    display: block;
}

.region-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #20242a;
    font-size: 40px;
    font-weight: 800;
    line-height: 52px;
    letter-spacing: -0.025em;
}

.region-hero-text {
    max-width: 760px;
    margin: 16px 0 0;
    color: #4f545c;
    font-size: 17px;
    line-height: 30px;
    word-break: keep-all;
}

.region-hero-text span {
    display: block;
}

.region-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.region-faq-list {
    border-top: 2px solid #383b40;
}

.region-related-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-top: 22px;
}

.region-related-links span {
    color: #747983;
    font-size: 14px;
    font-weight: 800;
    line-height: 22px;
}

.region-related-links a {
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #383b40;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.region-related-links a:hover {
    transform: none;
    box-shadow: none;
    color: #2ca449;
    text-decoration: none;
}

@media all and (max-width: 1024px) {
    .region-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 768px) {
    .community-region-nav {
        display: block;
        margin: 0 0 16px;
        padding: 10px 0 12px;
    }

    .community-region-nav div,
    .community-region-nav__links {
        flex-wrap: nowrap;
        gap: 6px;
        margin-top: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .community-region-nav div::-webkit-scrollbar,
    .community-region-nav__links::-webkit-scrollbar {
        display: none;
    }

    .community-region-nav a {
        flex: 0 0 auto;
        min-height: 30px;
        padding: 4px 6px;
    }

    .region-hero {
        padding: 34px 0 30px;
    }

    .region-hero h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .region-hero-text {
        margin-top: 12px;
        font-size: 15px;
        line-height: 26px;
    }

    .region-card-grid {
        grid-template-columns: 1fr;
    }

    .region-index-card a {
        min-height: auto;
        padding: 18px;
    }
}