section{padding-top: 125px;}
section:nth-child(1){padding-top: 0;}
section:nth-of-type(4){padding-top: 90px;}

section {display: flex;}
#main_sld{position: relative;}
/* #main_sld .swiper-slide{height: 804px; overflow: hidden; position: relative;} */
#main_sld .swiper-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; 
}
#main_sld .swiper-slide .main_sld_title{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;}
#main_sld .swiper-slide .main_sld_title .main_sld_title_sub{width: auto;display: inline-flex; align-items: center; justify-content: center;}
#main_sld .swiper-slide .main_sld_title .main_sld_title_sub p{font-family: 'Pretendard';}
#main_sld .swiper-slide .main_sld_title .main_sld_title_main{width: 70%; margin: 5px 0 15px;}
#main_sld .swiper-slide .main_sld_title .main_sld_title_main p{font-family: 'S-Core Dream 8'; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; letter-spacing: -1.5px;}
.main_sld_title_sub,
.main_sld_title_main {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1.2s ease;
}
.main_sld_title_sub.animate,
.main_sld_title_main.animate {
    opacity: 1;
    transform: translateY(0);
}
.main_sld_title_sub.animate{transition-delay: 0.2s;}
.main_sld_title_main.animate{transition-delay: 0.5s;}
/* #main_sld .swiper-slide img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: none; height: auto;} */
#main_sld .swiper-slide img {
    position: relative; 
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain; 
    display: block;
}
#main_sld .swiper-slide .img_banner_pc{display: block;}
#main_sld .swiper-slide .img_banner_mo{display: none;}
.swiper-pagination01{width: 100% !important; height: 42px; position: absolute; bottom: 0; left: 50% !important; transform: translateX(-50%); display: flex; gap: 10px; z-index: 2; }
.swiper-pagination01 .swiper-pagination-bullet{width: 76px; height: 9px; box-sizing: border-box; background: #fff; opacity: 1; border-radius: 0; margin: 0 !important;}
.swiper-pagination01 .swiper-pagination-bullet-active{background-color: #009a6e;}

.sec_bg{
    height: auto;
    min-height: 1392px;
    background: url(/new/images/sec01_bg.png) no-repeat center;
    background-position-y: 32%;
}
.notice_bg{
    height: auto;
    min-height: 815px;
    background: url(/new/images/notice_bg.png) no-repeat top center;
    background-position-y: 0%;
}
section .sec_title{
    font-family: 'S-Core Dream 8';
    text-align: center;
    margin-bottom: 73px;
}
section .notice_bg .sec_title{
    margin-bottom: 0px;
}
.sec01_con ul{
    height: 333px;
    padding: 60px 0; 
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 11px 11px 0 0 rgba(0, 0, 0, 0.1);
}
.sec01_con ul li{
    width: calc(100%/4);
    position: relative;
}
.sec01_con ul li::after{
    content: "";
    width: 1px;
    height: 188px;
    background-color: #b6b6b6;
    position: absolute;
    top: 0;
    right: 0;
}
.sec01_con ul li:last-child::after{
    display: none;
}
.sec01_con ul li a{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.sec01_con ul li p{
    font-size: 24px;
    font-weight: 600;
}
.sec01_con ul li img{
    margin: 11px 0 15px;
}
.more_btn{
    width: 148px;
    height: 39px;
    border: 1px solid #c9c9c9;
    border-radius: 50px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    line-height: 15px;
    font-weight: 500;
    color: #606060;
    transition: all 0.3s ease;
}
.more_btn .arr{
    width: 15px;
    height: 6px;
    background: url(/new/images/ico_more_arr_g.png) no-repeat center;
    margin-top: 6px;
}
.sec01_con ul li:hover .more_btn{
    background-color: #125e4d;
    border-color: #125e4d;
    color: #fff;
}
.sec01_con ul li:hover .more_btn .arr{
    background: url(/new/images/ico_more_arr_w.png) no-repeat center;
}

.sec02{
    margin-top: 130px;
}
.sec02_con{
    position: relative;
    height: 492px;
}
.news_tab_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 59px;
}
.news-tabs{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}
.news-tabs .news-tab{
    width: 180px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-tabs .news-tab.active{
    background-color: #125e4d;
    border: 1px solid #125e4d;
    color: #fff;
}
.goToBtn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-size: 22px;
    font-weight: 500;
}
.more_img{
    width: 32px;
    height: 32px;
    background: url(/new/images/ico_more_circle_g.png) no-repeat center;
}
.notice_bg .more_img{
    width: 32px;
    height: 32px;
    background: url(/new/images/ico_more_circle_w.png) no-repeat center;
}
.main_sec_sld{
    height: 100%;
    overflow: visible;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.main_sec_sld.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    position: relative; /* 활성 슬라이드는 정상 흐름으로 */
}
.main_sec_sld .swiper-slide{
    max-width: calc(100% / 4 - 16px);
    height: 413px;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-top: 4px;
}
.main_sec_sld .swiper-slide-active{
    margin-left: 4px;
}
.main_sec_sld .swiper-slide:hover{
    outline: 3px solid #239571;
    border: 1px solid #239571;
}
.main_sec_sld .swiper-slide a{
    display: flex;
    width: 100%;
    height: 100%;
}
.sec_sld_con{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.notice .sec_sld_con{
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding: 45px 20px;
    box-sizing: border-box;
}
.sec_sld_con .img_box{
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d0d0d0;
}
.sec_sld_con .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec_sld_con .text_box{
    width: 100%;
    height: 160px;
    padding: 35px 25px 33px;
    box-sizing: border-box;
}
.sec_sld_con .bar{
    display: flex;
    width: 80px;
    height: 1px;
    background-color: #000;
}
.sec_sld_con .title_box{
    font-weight: 700;
    line-height: 3rem;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec_sld_con .date_box{
    font-weight: 500;
    margin-top: auto;
}
.sec_sld_con .sub_txt_box {
    width: 100%;
    height: 160px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sec_sld_category {
    font-weight: 500;
}
.sec_sld_title{
    height: 50px;
    display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
/* .main_sec_sld_nav{
    position: absolute;
    bottom: 0;
} */
.main_sec_sld .swiper-button-prev{
    left: auto !important;
    right: 47px;
}
.main_sec_sld .swiper-button-prev, 
.main_sec_sld .swiper-button-next{
    top: auto !important;
    bottom: 0px !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}
.swiper-pagination02{
    position: absolute;
    top: auto !important;
    bottom: 20px;
    width: calc(100% - 84px) !important;
}
.swiper-pagination-progressbar {
    background: #c2c2c2 !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #464646 !important;
}

.sec03{
    margin-top: 185px;
}
.sec03_con{
    position: relative;
    height: 492px;
}
.notice_tab_wrap{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}
#notice {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}



.sec06{
    width: 100%; 
    height: 123px; 
    box-sizing: border-box; 
    border-top: 1px solid #d0d0d0; 
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_company{width: 100%; 
    /* margin-right: 50px;  */
    position: relative;}
.main_company .swiper-slide{height: 57px; display: flex; justify-content: center; align-items: center;}
.main_company .swiper-slide a{display: flex; align-items: center; justify-content: center;}
.main_company .swiper-slide a img{max-width: 100%; max-height: 57px; height: auto; object-fit: contain;}
.swiper-button-next01,
.swiper-button-prev01{width: 38px; height: 38px; position: absolute; top: 10px;}
.swiper-button-next01{background: url(/new/images/ico_sld_prev.png) no-repeat center; left: -50px;}
.swiper-button-prev01{background: url(/new/images/ico_sld_next.png) no-repeat center; right: -50px;}

@media only screen and (max-width: 1700px) {
    
    #main_sld{max-width: none; }

}

@media only screen and (max-width: 1670px) {
    .pc_none_1670{display: none;}
}

@media only screen and (max-width: 1500px) {
    #main_sld{width: 100%;}
}
@media only screen and (max-width: 1400px) {
    .w_1400{
        width: 100%;
        max-width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 1200px) {
    .sec_bg{
        background-size: contain;
        background-position-y: 40%;
    }
    .notice_bg{
        background-position-y: 0%;
        background-position-x: left;
        background-size: 150%;
    }
}
@media only screen and (max-width: 780px) {
    /* #main_sld .swiper-slide{height: 466px; border-radius: 0;} */
    #main_sld .swiper-slide .img_banner_pc {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    section {padding-top: 45px;}
    section:nth-of-type(4) {
        padding-top: 50px;
    }
    .sec_bg{
        min-height: 1192px;
    }
    .notice_bg{
        min-height: 367px;
    }
    section .sec_title{
        margin-bottom: 25px;
    }
    .sec01_con ul{
        height: auto;
        flex-wrap: wrap;
        padding: 0px 0;
    }
    .sec01_con ul li{
        width: calc(100%/2);
        padding: 24px 0;
    }
    .sec01_con ul li:nth-child(1),
    .sec01_con ul li:nth-child(2){
        border-bottom: 1px solid #b6b6b6;
    }
    .sec01_con ul li::after{
        height: 133px;
        top: 50%;
        transform: translateY(-50%);
    }
    .sec01_con ul li:nth-child(2)::after{
        display: none;
    }
    .sec01_con ul li img{
        height: 62px;
        margin: 0px 0 12px;
    }
    .sec01_con ul li p{
        font-size: 16px;
    }
    .more_btn{
        width: 109px;
        height: 29px;
        font-size: 13px;
        margin-top: 10px;
        gap: 5px;
    }
    .more_btn .arr{
        width: 11px;
        height: 4px;
        margin-top: 2px;
        background-size: contain !important;
    }

    .sec02{
        margin-top: 60px;
    }
    .sec02_con{
        height: 516px;
    }
    .news_tab_wrap{
        justify-content: center;
        margin-bottom: 30px;
    }
    .news-tabs{
        width: 100%;
        justify-content: center;
        gap: 8px;
    }
    .news-tabs .news-tab{
        width: calc(100% / 3 - 4px);
        max-width: 108px;
        height: 36px;
        font-size: 15px;
    }
    .goToBtn{display: none;}
    .main_sec_sld .swiper-slide{
        max-width: calc(100% / 2 - 16px);
        height: 225px;
        overflow: hidden;
        margin-right: 0;
    }
    .main_sec_sld .swiper-slide:nth-child(even){
        margin-top: 20px !important;
    }
    .main_sec_sld .swiper-slide-active {
        margin-left: 0px;
    }
    .sec_sld_con .img_box {
        height: 123px;
        overflow: hidden;
    }
    .sec_sld_con .img_box img{
        height: auto;
    }
    .sec_sld_con .text_box{
        height: 100px;
        padding: 18px 8px;
    }
    .sec_sld_title{
        height: 35px;
        font-size: 15px;
    }
    .main_sec_sld .swiper-button-prev, 
    .main_sec_sld .swiper-button-next{
        width: 25px;
        height: 25px;
    }
    .main_sec_sld .swiper-button-prev img, 
    .main_sec_sld .swiper-button-next img{
        width: 100%;
        object-fit: contain;
    }
    .main_sec_sld .swiper-button-prev{
        right: 28px;
    }
    .main_sec_sld .swiper-button-next{
        right: 1px;
    }
    .swiper-pagination02{
        width: calc(100% - 57px) !important;
        bottom: 10px;
    }

    .sec03{
        margin-top: 55px;
    }
    .notice .swiper-slide{
        height: 207px;
    }
    .notice .sec_sld_con{
        padding: 18px 8px;
        gap: 5px;
    }
    .sec_sld_con .title_box{
        font-size: 15px;
        line-height: 2rem;
        height: 40px;
    }
    .sec_sld_con .bar{
        width: 38px;
    }
    .sec_sld_con .sub_txt_box{
        font-size: 13px;
        height: 80px;
        -webkit-line-clamp: 4;
    }
    .sec_sld_con .date_box{
        font-size: 13px;
        margin-top: 0;
    }
    
    .sec06{
        height: 70px;
    }

}

@media only screen and (max-width: 425px) {
    .w_1400{
        padding: 0 10px;
    }
    #main_sld .swiper-slide .img_banner_pc{display: none;}
    #main_sld .swiper-slide .img_banner_mo{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    #main_sld .swiper-slide .main_sld_title{ width: 100%; top: 25%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
    #main_sld .swiper-slide .main_sld_title .main_sld_title_sub{ height: 35px;}
    #main_sld .swiper-slide .main_sld_title .main_sld_title_main{width: 90%; margin: 0px 0 15px;}
    #main_sld .swiper-slide .main_sld_title .main_sld_title_main p{font-size: 30px; line-height: 40px; text-align: center; -webkit-line-clamp: 3; word-wrap: break-word;}
    .swiper-pagination01{gap: 5px; height: 54px;}
    .swiper-pagination01 .swiper-pagination-bullet{
        width: 42px;
    }

    .sec_bg{
        background: url(/new/images/sec01_bg_m.png) no-repeat center;
        background-position-y: 40%;
        background-size: contain;
    }
    .notice_bg {
        background: url(/new/images/notice_bg_m.png) no-repeat top left;
        background-position-y: 0%;
        background-size: contain;
    }

}
@media only screen and (max-width: 360px) {

}