@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

.hero-section {
    margin-top: 100px;
}
.banner-container {
    max-width: 1600px;
    margin:0 auto;
    width: 100%;
}
.hero-container {
    max-width: 1340px;
    margin:0 auto;
    width: 100%;
}

.hero2-container {
    max-width: 1120px;
    margin:0 auto;
    width: 100%;
}
.sub-section {
    margin-top:80px;
    background: rgb(249, 249, 249);
}

.badge-purple {
    background-color: rgb(173, 70, 255);;
}

.bg-blue {
    background-color: rgb(44, 78, 160);
}
.btn-blue {
    background-color: rgb(44, 78, 160);
    color: white;
    border: 0;
}

.bg-gradient_eco {
    background: linear-gradient(90deg, #16E0D4, #3694F2, #5A3BEE);
}

.txt-gradient {
    background: linear-gradient(90deg, #16E0D4, #3694F2, #5A3BEE);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.time_width {
    width: 100px;
}
@media (max-width: 992px) {
    .hero-section {
        margin-top: 50px;
    }
    .sub-section {
        margin-top: 50px;
    }
}
/* nav */
.navbar-toggler {
    border: 0;
    padding: 0;
}
.navbar-toggler-icon {
    width: 1.2rem;
    height: 1.2rem;
}
.navbar-brand {
    font-size:1rem;
}
.highlight_btn {
    margin-left: 5px;
    padding: 0.8rem 4rem;
    text-align: center;
    max-width: 150px;
    min-width: 150px;
    border-radius: 40px;
    background: rgb(44, 78, 160);
    border: 1px solid transparent;
    color: white;
    transition: all .3s;
}
.highlight_btn:hover {
    background: transparent;
    border: 1px solid rgb(44, 78, 160);
    color: rgb(44, 78, 160);
}
.navbar {
    height:100px;
}
/* nav */

/* main */
.hero-section {
    background: url("../../img/tem22/main_bg.svg") center center;
}
.main-flex {
    display: flex;
    justify-content: space-between;
}
.main_wrap {
    display: flex;
    flex-direction: column;
}
.main_title_img {
    width: 90%;
    aspect-ratio: 649/274;
}
.mobile_main_img {
    scale: 1.4;
    position: relative;
    right: -180px;
}
.btn-green {
    background-color: rgb(44, 78, 160);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 20px;
    padding: 0.8rem 1.2rem;
    transition: 0.2s;
    width: 350px;
}
.btn-green:hover {
    border: 1px solid rgb(44, 78, 160);
    background: transparent;
    color: rgb(44, 78, 160);
}
.icon {
    margin-right: 30px;
}
.icon:last-child {
    margin-right: 0;
}
.icon img {
    width: 35px;
    opacity: 0.8;
    transition: all .3s;
}
.icon:hover img {
    scale: 1.2;
    opacity: 1;
}
.stats {
    background-color: rgb(249, 249, 249);
    padding: 7rem 0;
    text-align: center;
}
.stat-card {
    border-radius: 1rem;
    /*padding: 2rem;*/
    transition: 0.3s;
    overflow: hidden;

}
.stat-card:hover {
    transform: scale(1.1);
}
.section_title {
    font-family: "SUITE";
    font-weight: 600;
    font-size: 4rem;
    background: linear-gradient(90deg, #16E0D4, #3694F2, #5A3BEE);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.main_arrow {
    position: absolute;
    bottom:100px;
    left:50%;
    transform: translateX(-50%);
}
.main_arrow img {
    transition: all .3s;
}
.main_arrow:hover img {
    scale: 1.1;
}
.main_bg {
    scale: 1;
    position: relative;
    right: -100px;
    top: -10px;
}
/* main */

/* footer */
.tem22_footer {
    background-color: rgb(44, 78, 160);
    color: #fff;
    padding: 2rem 0;
    font-size: 1rem;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.rights {
    font-size:12px;
    text-align: right;
}
/* footer */

/* sub */
.sub_title {
    color: rgb(44, 78, 160);
    font-size:4.5rem;
    line-height:1.1;
}
.intro_text {
    font-size: 1.2rem;
    line-height: 2.2;
    color: rgb(44, 78, 160);
    letter-spacing: 0;
}
.sub2_bg_img {
    position: relative;
    background: none;
    z-index: 0;
}

.sub2_bg_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../../img/tem22/sub2_bg_img.png") center center / cover no-repeat;
    opacity: 0.1;
    filter: grayscale(100%);
    z-index: -1;
}
.sub_section_img_wrap {
    max-height: 220px;
}
.sub_section_img_wrap img {
    margin-top:-50px;
    max-height:450px;
    object-fit:contain;
    scale: 1.2;
}
.lh-16 {
    line-height: 1.6;
}
.max-w-800 {
    max-width: 800px;
    width: 100%;
    margin:0 auto;
}
.max-w-1000 {
    max-width: 1000px;
    width: 100%;
    margin:0 auto;
}
.py-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.bg-custom {
    background: #293445;
}
.qr-box {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
}
.bg-main {
    background: #2E4F21;
}
/* sub */
/* sub3 - 지원사업 안내 */
.sub3_bg_color {
    background-color: #F7FDFF;
}
.eco-card {
    position: relative;
    border-radius: 16px;
    background: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.eco-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.eco-title {
    width: 100%;
    word-break: keep-all;
}

.eco-number {
    position: absolute;
    top: 0;
    right: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgb(24, 166, 97);
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 8px 8px 12px;
}

.eco-link {
    font-weight: 600;
    color: #16c5a8;
    text-decoration: none;
    transition: 0.3s;
}

.eco-link:hover {
    color: #00bfa5;
    text-decoration: underline;
}

.eco-icon {
    position: absolute;
    bottom: 40px;
    right: 30px;
    opacity: 1;
}

.eco-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.eco-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}
/* sub3 - 지원사업 안내 */
/* sub4 - 문의사항 */
.sub3_bg_color {
    background-color: #ECF3F2;
}
.left_sub4 {
    background: url("../../img/tem22/sub4_bg.svg");
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_sub4 img {
    width: 245px;
}
.icon-border {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 5px;
}
/* sub4 - 문의사항 */
/* sub5 - 사전신청 */
.sub5_title {
    font-size: 2.5rem;
}
.sub5_main_desc {
    word-break: break-word;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -1.35px;
    text-align: center;
    color: rgb(44, 78, 160);
    margin-bottom: 5rem;
}
.confirm_btn {
    position: absolute;
    top:0;
    right:0;
    width: 125px;
    height: 125px;
    background: rgb(44, 78, 160);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s;
}
.confirm_btn a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.confirm_btn:hover {
    scale: 1.1;
}
/* 전체 섹션 */
.section-preapply {
    background: #f8fafc;
    padding: 4rem 0;
    color: #333;
}

/* 카드 공통 */
.preapply-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 카드 내부 텍스트 */
.preapply-card h5 {
    font-weight: 700;
    color: #111;
}

.preapply-card p,
.preapply-card ul {
    font-size: 0.9rem;
}

/* 버튼 스타일 */
.btn-eco-blue {
    background-color: rgb(44, 78, 160);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 9999px;
    padding: 1.2rem 1.5rem;
    font-weight: 600;
    transition: all 0.2s ease;
    display: block;
}

.btn-eco-blue:hover {
    border: 1px solid rgb(44, 78, 160);
    background: #fff;
    color: rgb(44, 78, 160);
}

.btn-eco-dark {
    background: #111;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 9999px;
    padding: 1.2rem 1.5rem;
    font-weight: 600;
    transition: all 0.2s ease;
    display: block;
}

.btn-eco-dark:hover {
    border: 1px solid #111;
    background: #fff;
    color: #111;
}

.btn-eco-last-blue {
    background-color: rgb(44, 78, 160);
    border: 1px solid transparent;
    color: #fff;
    border-radius: 9999px;
    padding: 1.2rem 5rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-eco-last-blue:hover {
    border: 1px solid rgb(44, 78, 160);
    background: #fff;
    color: rgb(44, 78, 160);
}

/* 일정 박스 */
.schedule-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    padding: 2rem 1rem;
}

.schedule-item {
    border: 1px solid rgb(44, 78, 160);
    border-radius: 0.75rem;
    padding: 1rem;
    min-height: 105px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.schedule-item .fw-bold {
    font-size: 1rem;
    color: #111;
}
.sub5_icon_box {
    padding: 0.8rem;
    background: #EEF2FF;
    border-radius: 50%;
}
/* 안내문 단락 */
.preapply-desc {
    max-width: 930px;
    margin: 0 auto 3rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.2;
    color: rgb(44, 78, 160);
    letter-spacing: -0.5px;
    word-break: keep-all;
}

/* 반응형 */
@media (max-width: 768px) {
    .preapply-card {
        margin-bottom: 1.5rem;
    }
    .schedule-item {
        margin-bottom: 1rem;
    }
}

/* sub5 - 사전신청 */
@media all and (max-width: 992px) {
    .highlight_btn {
        width: 100%;
        max-width: 500px;
    }
    .hero-section {
        padding: 3rem 0;
    }
    .navbar {
        height:auto;
    }
    .main-flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .mobile_main_img {
        scale: 1;
        width: 100%;
        position: relative;
        right: 0;
    }
    .banner-container {
        padding:0 15px;
    }
    .hero-container {
        padding:0 15px;
    }
    .hero2-container {
        padding:0 15px;
    }
    .hero-title {
        font-size: 5rem;
    }
    .btn-green {
        width: 100%;
    }
    .section_title {
        font-size: 2.5rem;
    }
    .footer_flex {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .rights {
        text-align: center;
    }
    .sub_title {
        font-size:2.5rem;
    }
    .sub_section_img_wrap {
        max-height: 220px;
    }
    .sub_section_img_wrap img {
        margin-top:0;
        max-height:450px;
        object-fit:contain;
    }
    .confirm_btn {
        position: relative;
        margin-bottom: 2.5rem;
        transform: translateX(-50%);
        left: 50%;
    }
    .main_arrow {
        position: absolute;
        bottom: 30px;
        right: 30px;
        left: auto;
        transform: translateX(0);
    }
    .main_bg {
        scale: 1;
        position: relative;
        right: 0;
    }
}
@media all and (max-width: 480px) {
    .navbar-brand {
        font-size: 0.9rem;
    }
    .main-flex {
        justify-content: center;
    }
    .main_wrap {
        justify-content: center;
        text-align: center;
    }
    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    .mobile_main_img {
        text-align: center;
    }
    .mobile_main_img img {
        width: 80%;
    }
}

