section,
section * {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

section {
    overflow: hidden;
}

.mc-con {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 4;
}

.main_sc {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* sc01 */
#sc01 {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 75vh;
    background-color: #276B2B;
}

#sc01::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.main-caption{
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 4;
    display: flex;
    align-items: center;
}
.sc01-tit{
    flex: 1;
    padding-right: 100px;
}
.sc01-tit > h5{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid rgba(232, 115, 90, 0.35);
    background: rgba(232, 115, 90, 0.18);
    color: #F9B8A8;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
}
.sc01-tit > h2{
    font-size: 52px;
    color: #fff;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
}
.sc01-tit > h2 > span{
    color: #E9835A;
}
.sc01-tit > p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 40px;
}
.sc01-btn{
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}
.sc01-btn > a{
    display: inline-flex;
    padding: 1rem 25px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.10);
    gap: 8px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}
.sc01-btn > a:first-child{
    border-color: #E8735A;
    background: #E8735A;
    box-shadow: 0 4px 20px 0 rgba(232, 115, 90, 0.35);
}
.sc01-btn > a:first-child:hover{
    background: #d4604a;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(232, 115, 90, 0.45);
}
.sc01-btn > a:last-child:hover{
    background: rgba(255,255,255,0.18);
}
.sc01-wrap{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.sc01-count{
    display: flex;
    align-items: center;
    gap: 10px;
}
.sc01-count > p{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}
.sc01-count > h5{
    font-size: 28px;
    font-weight: 800;
    color: #E8735A;
}
.sc01-count > h5 > span{
    color: #fff;
}
.sc01-count:nth-child(1) > h5{
    min-width: 114px;
}
.sc01-count:nth-child(2) > h5{
    min-width: 65px;
}
.sc01-count:nth-child(3) > h5{
    min-width: 57px;
}
.sc01-cont{
    width: 420px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    padding: 30px;
}
.sc01-cont > h5{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    gap: 8px;
}
.sc01-cont > h5 > span{
    color: #E8735A;
}
.sc01-cont > ul > li{
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.06);
    margin-bottom: 10px;
    transition: .3s;
}
.sc01-cont > ul > li > span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(232, 115, 90, 0.20);
    font-size: 15px;
    color: #E8735A;
}
.sc01-sv-tit > h5{
    color: rgba(255, 255, 255, 0.90);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
}
.sc01-sv-tit > p{
    color: rgba(255, 255, 255, 0.45);
    font-size: 11px;
    font-weight: 400;
}
.sc01-cont > ul > li:last-child{
    margin-bottom: 24px;
}
.sc01-cont > ul > li:hover {
    background: rgba(255, 255, 255, 0.12);
}
.sc01-caption{
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    background: #E8735A;
}
.sc01-caption > p{
    font-size: 11px;
    color: #fff;
    font-weight: 400;
}
.sc01-caption > h5{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    gap: 8px;
}

/* sc02 */
#sc02{
    border-top: 1px solid #E2EBE2;
    border-bottom: 1px solid #E2EBE2;
    background: #FFF;
}
.sc02-wrap{
    width: 100%;
    display: flex;
}
.sc02-box{
    width: calc((100% - 380px) / 2);
    padding: 50px 30px 50px 0;
}
.sc02-box:nth-child(2){
    padding: 50px 30px;
    border-left: 1px solid #E2EBE2;
    border-right: 1px solid #E2EBE2;
}
.sc02-box:nth-child(3){
    width: 380px;
    padding: 50px 0 50px 40px;
}
.sc02-tit{
    width: 100%;
    margin-bottom: 20px;
}
.sc02-tit > h5{
    font-size: 12px;
    color: #E8735A;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.sc02-tit > h5 > span{
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: #E8735A;
}
.sc02-tit > h3{
    font-size: 20px;
    color: #222;
    font-weight: 800;
}

.sc02-wz{
    width: 100%;
}
.mpr_li{
    width: 100%;
}
.mpr_li > li{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #E2EBE2;
}
.mpr_li > li:last-child{
    border-bottom: 0;
}
.mpr_li > li > .date{
    color: #9CA3AF;
    font-size: 12px;
    font-weight: 400;
}
.mpr_li > li > .title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.mpr_li > li > .title > a{
    color: #222;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    transition: .2s;
}

.mpr_li > li > .title > .cate > span{
    display: inline-block;
    padding: 5px 0;
    text-align: center;
    border-radius: 4px;
    background: #EDF7EE;
    color: #3A9B3F;
    font-size: 11px;
    font-weight: 700;
    min-width: 40px;
}
.mpr_li > li > .title > .cate > span.new{
    color: #D97706;
    background: #FEF3C7;
}

.form-bg{
    width: 100%;
}
.form-con{
    width: 100%;
}
.form-wrap{
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
}
.form-box{
    width: calc((100% - 10px) / 2);
}
.form-box.st{
    width: 100%;
}
.form-box > h5{
    font-size: 12px;
    color: #4b5563;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-tit{
    font-size: 12px;
    color: #4b5563;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-textarea{
    width: 100%;
    margin-bottom: 1rem;
}
.form-textarea textarea{
    width: 100%;
}
.form-box input{
    width: 100%;
    padding: 10px 13px;
    border-radius: 8px;
    border: 1px solid #E2EBE2;
    background: #F7F9F7;
    font-size: 13px;
    color: #4b5563;
    font-weight: 400;
}
.form-box input::placeholder{
    color: #757575;
}
.form-select{
    width: 100%;
    padding: 10px 13px;
    border-radius: 8px;
    border: 1px solid #E2EBE2;
    background: #F7F9F7;
    font-size: 13px;
    color: #4b5563;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border: 0;
    font-size: 13px;
    color: #4b5563;
    font-weight: 400;
}
.form-textarea textarea {
    width: 100%;
    height: 70px;
    padding: 14px 17px;
    color: #4b5563;
    font-weight: 400;
    outline: none;
    border-radius: 8px;
    border: 1px solid #E2EBE2;
    background: #F7F9F7;
    resize: none;
    font-size: 13px;
    transition: .3s;
}
.form-textarea textarea::placeholder{
    color: #757575;
}
.form-btn{
    width: 100%;
}
.form-btn > button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .2s;
    border-radius: 8px;
    background: #3A9B3F;
    padding: 1rem;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}
.form-btn > button:hover{
    background: #276B2B;
    transform: translateY(-1px);
}

/* sc03 */
#sc03{
    padding: 100px 0;
    background: #F0F7F0;
}
#sc03::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sc03-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.sc03-tit > h5{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    border: 1px solid rgba(58, 155, 63, 0.20);
    background: rgba(58, 155, 63, 0.10);
    margin-bottom: 1rem;
    font-size: 12px;
    color: #3A9B3F;
    font-weight: 700;
}
.sc03-tit > h3{
    font-size: 28px;
    color: #222;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 1rem;
}
.sc03-tit > p{
    font-size: 13px;
    color: #4b5563;
    font-weight: 400;
    line-height: 1.6;
}
.sc03-wrap{
    width: 100%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.sc03-box{
    width: calc((100% - 40px) / 3);
    border-radius: 16px;
    border: 1px solid #C2DFC4;
    background: #FFF;
    overflow: hidden;
    transition: .3s;
}
.sc03-img{
    display: flex;
    width: 100%;
}
.sc03-img img{
    width: 100%;
}
.sc03-caption{
    width: 100%;
    padding: 24px;
}
.sc03-caption > span{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #EDF7EE;
    font-size: 16px;
    color: #3A9B3F;
}
.sc03-caption > h5{
    display: flex;
    gap: 5px;
    margin-bottom: 1rem;
    font-size: 11px;
    color: #3A9B3F;
    font-weight: 700;
    letter-spacing: 0.88px;
    align-items: center;
}
.sc03-caption > h3{
    font-size: 16px;
    color: #222;
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #D4EBD6;
}
.sc03-caption > p{
    font-size: 13px;
    color: #4b5563;
    font-weight: 400;
    line-height: 1.6;
}
.sc03-box:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.13);
}

/* sc04 */
#sc04{
    padding: 80px 0;
    background: #0D1F2D;
}
#sc04::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.sc04-tit{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.sc04-tit > h5{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    font-size: 12px;
    color: #E8735A;
    font-weight: 700;
}
.sc04-tit > h3{
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    line-height: 1.3;
}
.sc04-tit > h3 > span{
    color: #E8735A;
}
.sc04-wrap{
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.sc04-box{
    width: calc((100% - 3rem) / 4);
    padding: 30px 24px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    transition: .3s;
}
.sc04-box > span{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid rgba(0, 194, 168, 0.25);
    background: rgba(0, 194, 168, 0.15);
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #E8735A;
    margin-bottom: 20px;
}
.sc04-box > h5{
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    gap: 8px;
}
.sc04-box > h5 > span{
    color: #E8735A;
}
.sc04-box > p{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
    line-height: 1.6;
}
.sc04-box:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

/* sc05 */
#sc05{
    padding: 80px 0;
}
.gal-tit{
    width: 100%;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.gal-tit > a{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3A9B3F;
    font-size: 13px;
    font-weight: 600;
    transition: .2s;
}
.gal-tit > a:hover{
    gap: 12px;
}
.sect-tit > h5{
    color: #E8735A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sect-tit > h3{
    color: #222;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}
.sect-tit > h3 > span{
    color: #3A9B3F;
}
.sect-tit > p{
    color: #9CA3AF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}

.gal-wrap{
    width: 100%;
}
.gal-wrap .xe-widget-wrapper {
    overflow: visible;
}
.galwz{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.galwz > li{
    width: calc((100% - 3rem) / 4);
}
.galwz > li > .thumb{
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    transition: .3s;
}
.galwz > li > .thumb img{
    width: 100%;
}
.galwz > li > .thumb:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.13);
}
.gal-caption{
    width: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(7, 63, 99, 0.85) 0%, transparent 55%);
    opacity: 0;
    transition: 0.3s;
    display: flex;
    align-items: flex-end;
    padding: 16px;
}
.galwz-tit{
    width: 100%;
}
.galwz-tit > h5{
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 4px;
}
.galwz-tit > p{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400;
}
.galwz > li > .thumb:hover .gal-caption{
    opacity: 1;
}
.galwz > li > .thumb > span{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3A9B3F;
    font-size: 13px;
    transform: scale(0.6);
    opacity: 0;
    transition: 0.25s;
}
.galwz > li > .thumb:hover > span{
    opacity: 1;
    transform: scale(1);
}

/* sc06 */
#sc06{
    padding-bottom: 80px;
}
#sc06 .sect-tit > h3 > span{
    color: #E8735A;
}
#sc06 .gal-tit > a{
    color: #E8735A;
}

/* sc07 */
#sc07{
    padding-bottom: 80px;
}
#sc07 .sect-tit > h5{
    color: #3A9B3F;
}

@media(min-width:601px) {
    #sc01-card-pc{
        display: block;
        width: 100%;
    }
    #sc01-card-mo{
        display: none;
    }
}
@media(min-width:1200px) {

    .d-lg-flex {
        display: flex;
    }

    .ani.up.delay {
        transition: 1s opacity 0.2s, 1s transform 0.2s;
    }

    .ani.up.delay2 {
        transition: 1s opacity 0.5s, 1s transform 0.5s;
    }

    .ani.up.delay3 {
        transition: 1s opacity 0.8s, 1s transform 0.8s;
    }

    .ani.up.delay4 {
        transition: 1s opacity 1.1s, 1s transform 1.1s;
    }

    
}

@media(max-width:1600px) {
    #sc01{
        height: 80vh;
    }
    .sc01-tit > h2{
        font-size: 48px;
    }
    .sc01-tit > p{
        margin-bottom: 35px;
    }
    .sc01-btn{
        margin-bottom: 35px;
    }
    .sc01-wrap{
        padding-top: 20px;
    }
}

@media(max-width:1440px) {
    .mc-con{
        max-width: 1200px;
    }
    .main-caption{
        max-width: 1200px;
        top: auto;
        bottom: 14%;
        transform: translate(-50%, 0);
    }
    .sc01-tit > h5{
        margin-bottom: 1rem;
    }
    .sc01-tit > h2{
        font-size: 44px;
        margin-bottom: 1rem;
    }
    .sc01-tit > p{
        line-height: 1.6;
        margin-bottom: 24px;
    }
    .sc01-btn > a{
        font-size: 14px;
    }
    .sc01-btn{
        margin-bottom: 24px;
        gap: 8px;
    }
    .sc01-wrap{
        padding-top: 1rem;
    }
    .sc01-count > h5{
        font-size: 26px;
    }
    .sc01-cont{
        padding: 20px;
        border-radius: 16px;
    }
    .sc01-cont > ul > li{
        padding: 10px;
        margin-bottom: 6px;
    }
    .sc01-cont > ul > li:last-child{
        margin-bottom: 1rem;
    }
    .sc01-caption{
        padding: 12px;
        gap: 6px;
    }
    .sc01-cont > h5{
        margin-bottom: 1rem;
    }
    .mpr_li > li > .title > a{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 220px;
    }
}

@media(max-width:1199px) {
    
    .d-none {
        display: none;
    }

    
}

@media(max-width:800px) {
    
}

@media(max-width:600px) {
    
}

/* animation */

.ani.up {
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

.ani.up.act {
    transform: translateY(0);
    opacity: 1;
}

.ani.left {
    transform: translateX(100px);
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
}

.ani.left.act {
    transform: translateX(0);
    opacity: 1;
}

.ani.right {
    transform: translateX(-100px);
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
}

.ani.right.act {
    transform: translateX(0);
    opacity: 1;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.05;
    }

    100% {
        opacity: 1;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes scroll {
    0% {
        transform: translateY(-5px) translateX(.5px);
        opacity: 0;
    }

    100% {
        transform: translateY(5px) translateX(.5px);
        opacity: 1;
    }
}