@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

* {
   box-sizing: border-box;
 }

html {
    scroll-behavior: smooth;
}
 html, body {
    padding: 0;
    margin: 0;
    background: #fff;
 }
body {
    font-family: 'Pretendard', sans-serif;
    color: #222;
    line-height: 1.7;
    word-break: keep-all;
}

 img {
    max-width: 100%;
    vertical-align: top;
 }

 .clearfix::before,
.clearfix::after {
   content: " ";
   display: table;
}

.clearfix::after {
   clear: both;
}

/* 크롬, 엣지, 사파리 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 파이어폭스 */
input[type=number] {
  -moz-appearance: textfield;
}


a {
    color: inherit;
    text-decoration: none;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

 /* 최상단 정부 안내 바 */
.gov-top-bar {
    width: 100%;
    height: 29px;
    background: #edf1f5;
}

.gov-top-bar .inner {
    width: 100%;
    max-width: 1280px;
    height: 100%;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
}

.gov-mark {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #222;
    line-height: 1;
    white-space: nowrap;
}

.gov-mark img {
    display: block;
    width: 22px;
    height: auto;
    flex-shrink: 0;
}

/* 메인 헤더 */
.service-header {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.service-header .inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    height: 126px;
    display: flex;
    align-items: center;
}

.service-brand {
    display: flex;
    align-items: center;
    gap: 62px;
}

.service-brand .logo {
    display: block;
    width: 59px;
    height: auto;
    flex-shrink: 0;
}

.service-brand .title {
    font-size: 23px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
    padding: 0;
}

/* 모바일 */
@media (max-width: 768px) {
    .gov-top-bar {
    height: auto;
    min-height: 28px;
    }

    .gov-top-bar .inner {
        padding: 6px 16px;
    }

    .gov-mark {
    font-size: 14px;
    gap: 6px;
    white-space: normal;
    line-height: 1.3;
    }

    .gov-mark img {
    width: 20px;
    }

    .service-header .inner {
    height: 88px;
    padding-left: 16px;
    padding-right: 16px;
    }

    .service-brand {
    gap: 28px;
    }

    .service-brand .logo {
    width: 46px;
    }

    .service-brand .title {
    font-size: 18px;
    }
}

.welfare-content-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px 18px 80px;
    background: #fff;
}

.welfare-content-top {
    position: relative;
    margin-bottom: 30px;
}

.welfare-page-title {
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    letter-spacing: -0.04em;
}

.welfare-top-utils {
    position: absolute;
    top: 2px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.welfare-util-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.welfare-util-btn img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.welfare-summary-box {
    padding: 40px 30px;
    margin-bottom: 54px;
    background: #eef2f7;
    border: 1px solid #d7dde3;
    border-radius: 12px;
}

.welfare-summary-box p {
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    color: #555;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.welfare-summary-box p + p {
    margin-top: 20px;
}

.welfare-section {
    margin-bottom: 54px;
}

.welfare-section-last {
    margin-bottom: 0;
}

.welfare-section-title {
    margin: 0 0 34px;
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    color: #111;
    letter-spacing: -0.04em;
}

.welfare-info-table {
    border-top: 2px solid #c6ccd2;
    border-bottom: 1px solid #c6ccd2;
}

.welfare-info-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
}

.welfare-info-th,
.welfare-info-td {
    display: table-cell;
    vertical-align: top;
    padding: 14px 0;
    font-size: 16px;
    line-height: 1.75;
    color: #222;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.welfare-info-th {
    width: 125px;
    font-weight: 700;
    color: #111;
}

.welfare-info-td {
    color: #333;
}

.welfare-sub-section {
    margin-bottom: 42px;
}

.welfare-sub-section:last-child {
    margin-bottom: 0;
}

.welfare-sub-title {
    margin: 0 0 18px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
    letter-spacing: -0.03em;
}

.welfare-text {
    font-size: 16px;
    line-height: 2;
    color: #444;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.welfare-link {
    color: #3f66d1;
    text-decoration: underline;
}

@media all and (max-width: 768px) {
    .welfare-content-wrap {
        padding: 16px 16px 60px;
    }

    .welfare-page-title {
        padding-right: 64px;
        font-size: 24px;
    }

    .welfare-summary-box {
        padding: 18px 18px 17px;
        margin-bottom: 40px;
        border-radius: 10px;
    }

    .welfare-summary-box p {
        font-size: 15px;
        line-height: 1.8;
    }

    .welfare-section {
        margin-bottom: 40px;
    }

    .welfare-section-title {
        margin-bottom: 24px;
        font-size: 22px;
    }

    .welfare-info-row {
        display: block;
        padding: 12px 0;
    }

    .welfare-info-th,
    .welfare-info-td {
        display: block;
        width: 100%;
        padding: 0;
        font-size: 15px;
        line-height: 1.8;
    }

    .welfare-info-th {
        margin-bottom: 4px;
    }

    .welfare-sub-section {
        margin-bottom: 30px;
    }

    .welfare-sub-title {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .welfare-text {
        font-size: 15px;
        line-height: 1.8;
    }
}

.welfare-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #555;
}

.welfare-breadcrumb a {
    color: #333;
    text-decoration: none;
}

.welfare-breadcrumb a:hover {
    text-decoration: underline;
}

.welfare-breadcrumb .home {
    display: flex;
    align-items: center;
    gap: 4px;
}

.welfare-breadcrumb i {
    font-size: 13px;
    color: #555;
}

.welfare-breadcrumb .divider {
    color: #aaa;
}

.welfare-breadcrumb .current {
    color: #777;
}

.welfare-footer {
    background: #efefef;
    border-top: 1px solid #d8d8d8;
}

.welfare-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 28px 32px 0;
}

.welfare-footer-top {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    padding-bottom: 34px;
}

.welfare-footer-left {
    flex: 1;
    min-width: 0;
}

.welfare-footer-logo {
    margin-bottom: 22px;
}

.welfare-footer-logo img {
    display: block;
    width: 50px;
    height: auto;
}

.welfare-footer-org {
    margin-bottom: 26px;
}

.welfare-footer-org:last-child {
    margin-bottom: 0;
}

.welfare-footer-org strong {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
    letter-spacing: -0.03em;
}

.welfare-footer-org p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #111;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.welfare-footer-right {
    width: 475px;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    flex-shrink: 0;
}

.welfare-footer-contact {
    flex: 1;
    min-width: 0;
}

.welfare-footer-contact-item {
    margin-bottom: 18px;
}

.welfare-footer-contact-item:last-child {
    margin-bottom: 0;
}

.welfare-footer-contact-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
    letter-spacing: -0.03em;
    word-break: keep-all;
}

.welfare-footer-contact-item p {
    margin: 0;
    font-size: 17px;
    line-height: 1.5;
    color: #111;
    letter-spacing: -0.03em;
}

.welfare-footer-contact-item p.email {
    font-size: 17px;
    font-weight: 400;
}

.welfare-footer-side {
    width: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex-shrink: 0;
}

.welfare-footer-sns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.welfare-footer-sns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.welfare-footer-sns img {
    display: block;
    width: 32px;
    height: 32px;
}

.welfare-footer-marks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.welfare-footer-marks img {
    display: block;
    height: 34px;
    width: auto;
}

.welfare-footer-bottom {
    border-top: 1px solid #d7d7d7;
    padding: 22px 0 30px;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    letter-spacing: -0.02em;
}

.welfare-floating-mobile {
    display: none;
}

@media all and (max-width: 768px) {
    .welfare-footer-inner {
        padding: 20px 22px 0;
    }

    .welfare-footer-top {
        display: block;
        padding-bottom: 12px;
    }

    .welfare-footer-left {
        margin-bottom: 28px;
    }

    .welfare-footer-logo {
        margin-bottom: 18px;
    }

    .welfare-footer-logo img {
        width: 54px;
    }

    .welfare-footer-org {
        margin-bottom: 28px;
    }

    .welfare-footer-org strong {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.35;
    }

    .welfare-footer-org p {
        font-size: 16px;
        line-height: 1.45;
    }

    .welfare-footer-right {
        width: 100%;
        display: block;
    }

    .welfare-footer-contact {
        width: 100%;
    }

    .welfare-footer-contact-item {
        margin-bottom: 28px;
    }

    .welfare-footer-contact-item strong {
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 1.4;
    }

    .welfare-footer-contact-item p {
        font-size: 18px;
        line-height: 1.45;
    }

    .welfare-footer-contact-item p.email {
        font-size: 18px;
        font-weight: 700;
    }

    .welfare-footer-side {
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    .welfare-footer-sns {
        justify-content: flex-start;
        gap: 12px;
        margin-top: 0;
        margin-bottom: 18px;
    }

    .welfare-footer-sns img {
        width: 32px;
        height: 32px;
    }

    .welfare-footer-marks {
        justify-content: flex-end;
        gap: 6px;
        padding-right: 6px;
    }

    .welfare-footer-marks img {
        height: 30px;
    }

    .welfare-footer-bottom {
        padding: 16px 0 14px;
        font-size: 15px;
        text-align: center;
    }

    .welfare-floating-mobile {
        position: fixed;
        right: 14px;
        bottom: 72px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .welfare-floating-btn {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    }

    .welfare-floating-chat {
        background: #655ce7;
    }

    .welfare-floating-chat img {
        display: block;
        width: 31px;
        height: 31px;
    }

    .welfare-floating-top {
        background: #6b61ee;
        color: #fff;
        font-size: 22px;
    }
}

.welfare-visual-slider-wrap {
    position: relative;
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding-bottom: 66px;
    overflow: visible;
    margin-bottom: 80px;
}

.welfare-visual-slider {
    position: relative;
}

.welfare-visual-slide {
    outline: none;
}

.welfare-visual-slide a {
    display: block;
}

.welfare-visual-slide img {
    display: block;
    width: 100%;
    height: auto;
}

/* slick 기본 버튼 영역 완전 재정의 */
.welfare-visual-slider .slick-prev,
.welfare-visual-slider .slick-next {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    z-index: 20;
    transform: translateY(-50%);
}

/* 기본 아이콘 제거 */
.welfare-visual-slider .slick-prev::before,
.welfare-visual-slider .slick-next::before {
    content: "";
    display: none !important;
}

/* 버튼 위치 */
.welfare-visual-slider .slick-prev {
    left: -88px;
}

.welfare-visual-slider .slick-next {
    right: -88px;
}

/* 우리가 그릴 화살표 */
.welfare-visual-slider .slick-prev::after,
.welfare-visual-slider .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    border-top: 3px solid #7c7c7c;
    border-right: 3px solid #7c7c7c;
}

/* 이전 */
.welfare-visual-slider .slick-prev::after {
    transform: translate(-35%, -50%) rotate(-135deg);
}

/* 다음 */
.welfare-visual-slider .slick-next::after {
    transform: translate(-65%, -50%) rotate(45deg);
}

/* 하단 페이지 표시 */
.welfare-visual-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.welfare-visual-slider .slick-dots li {
    width: 23px;
    height: 23px;
    margin: 0;
}

.welfare-visual-slider .slick-dots li button {
    width: 23px;
    height: 23px;
    padding: 0;
    border: 1px solid #cfcfcf;
    background: #fff;
    color: #777;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    
}

.welfare-visual-slider .slick-dots li button::before {
    display: none !important;
}

.welfare-visual-slider .slick-dots li.slick-active button {
    background: #1d469b;
    border-color: #1d469b;
    color: #fff;
}

@media all and (max-width: 768px) {
    .welfare-visual-slider-wrap {
        max-width: 100%;
        padding-bottom: 54px;
    }

    .welfare-visual-slider .slick-prev,
    .welfare-visual-slider .slick-next {
        width: 40px;
        height: 40px;
    }

    .welfare-visual-slider .slick-prev {
        left: 8px;
    }

    .welfare-visual-slider .slick-next {
        right: 8px;
    }

    .welfare-visual-slider .slick-prev::after,
    .welfare-visual-slider .slick-next::after {
        width: 18px;
        height: 18px;
        border-top: 2px solid #7c7c7c;
        border-right: 2px solid #7c7c7c;
    }

    .welfare-visual-slider .slick-dots {
        bottom: -40px;
    }

    .welfare-visual-slider .slick-dots li,
    .welfare-visual-slider .slick-dots li button {
        width: 22px;
        height: 22px;
    }

    .welfare-visual-slider .slick-dots li button {
        font-size: 13px;
        line-height: 22px;
    }

    .welfare-visual-slide .slide-inner {
        width: 80%;
        margin: 0 auto;
    }

    .welfare-visual-slide img {
        width: 100%;
        display: block;
    }
}