@charset "utf-8";

@import url(reset.css);
@import url(../layout.css);

/* layout.css 변경 시작*/

.container {
    max-width: 1300px !important;
}
.header .container .hd-button-box {
    /* margin-top: 30px; */
}

.preview-list {
    position: absolute !important;
    right: 0 !important;
    bottom: 0;
}

.header.is-scrolled {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.hd-link-btn{
    padding: 10px 24px;
}



/* layout.css 변경 끝*/


#new_main_wrap{
    /* height: 100vh; */
    position: relative; /* 자식 요소에 대해 상대적 위치 설정 */
    overflow: hidden;
}

.mian_banner_container{
    position: relative;
    max-width: 1300px;
    height: 100vh;
    min-height: 900px;
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

.content_left {
    display: flex;
    flex-direction: column;
    width: 60%;
    gap: 100px;

    
    z-index: 10;
    margin-bottom: 70px;


}




.content_left .sentence {
    font-size: 5.5rem;
    font-weight: 600;
    line-height: 105px;
    color: #222;
    transition: all 0.9s ease;
}
.content_left .sentence span{
    color: #0056ff;
    ;
}

.content_left .fade {
    opacity: 0;
}
.content_left #sentenceList {
    display: none; /* 기본적으로 숨김 */
}

.content_left .content_left_btn_wrap{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
}

.content_left .content_left_btn_wrap .content_left_btn{
    display: flex;   
    align-items: center;
    gap: 20px;
    padding-left: 20px;
    width: 305px;
    height: 90px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 13px 0px #0000001A;    
}

.content_left .content_left_btn_wrap .content_left_btn div p:nth-child(1){
    font-size: 21px;
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.content_left .content_left_btn_wrap .content_left_btn div p:nth-child(2){
    font-size: 15px;
    color: #666;
    letter-spacing: -0.02rem;
}


.content_right {
    width: 40%;
}




.mian_notice_banner{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 100px;
    background-color: #ECF2FE;
}

.mian_notice_banner .m_n_b_inner{
    max-width: 1300px;
    height: 100px;
    margin: 0 auto;
    display: flex;   
    align-items: center;

    font-size: 20px;
}

.mian_notice_banner .m_n_b_inner p{
    font-size: 22px;
    font-weight: 600;
    color: #000;
    width: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.mian_notice_banner .m_n_b_inner p span{
    color: #0056ff;
    font-size: 12px;
}
.main_notice_list{
    width: 100%;
}
.main_notice_list li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
}
.main_notice_list .main_notice_list_txt{
    border-bottom: 1px solid #000;
}
.main_notice_list .new_notice_list{
    width: auto;
    background-color: #0056ff;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 39px;
    padding: 3px 15px;
}

.m_n_l_btn{
    display: flex;
    gap: 20px;
    padding-top: 18px;
}
.m_n_l_btn img{
    width: 15px;
}

.m_n_l_btn span{
    display: block;
    width: 1px;
    height: 14px;
    background-color: #D9D9D9;
}


.content_right2 {
    position: relative;
    /* width: 100%; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.background-image {
    object-fit: cover;
    margin-top: 250px;
    width: 80%;
}
.overlay-image {
    position: absolute;
    width: 260px; /* 나타날 이미지 크기 */
    height: auto;
    top: 70%;
    left: 76%;
    transform: translate(-50%, -50%);
    opacity: 0; /* 초기에는 숨김 */
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.overlay-image.visible {
    opacity: 1; /* 보이도록 설정 */
    transform: translate(-50%, -50%) scale(1.2); /* 약간 커지는 효과 */
}

.overlay-image2{
    width: 60px;
    top: 81%;
    left: 88%;
}






#no_pc{
    display: none !important;
}





@media all and (max-width:1024px){
    .header {padding:0 10px;}
    /* .container { width:auto; } */
    .gnb__item { margin-right:18px !important; }
    .header .container .hd-button-box .hd-right-btn { margin-right:12px !important; }
    .header .container .hd-button-box .hd-right-btn:last-child {margin-right:0 !important;  }
}



/* header 1023px */
@media screen and (max-width:1023px) {

    #no_mob{
        display: none;
    }    
    #no_pc{
        display: block !important;
    }

    .header .container .hd-button-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 0;
    }

    .content_left .sentence{
        font-size: 3.5rem;
        line-height: 140%;
    }

    .mian_banner_container{
        /* height: 100%; */
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .content_left {
        margin-top: 140px;
        gap: 50px;
        /* height: 60%; */
    }
    .content_right{
        /* height: 40%; */
    }
    .content_right2{
        /* width: 100%; */
    }
    .background-image{
        max-width: 350px;
        bottom: -100px !important;
        right: 40px;
        margin-top: 0;

    }

    .overlay-image{
        width: 200px;
        top: 60%;
    }

    .overlay-image2{
        width: 50px;
        top: 74%;
        left: 87%;
    }


    .mian_notice_banner, .mian_notice_banner .m_n_b_inner  {
        height: 80px;
    }
    .m_n_b_inner{
        width: 96%;
        margin: 0 auto;
    }


}


/* header 768px */
@media screen and (max-width:767px) {
    #no_mob, #pc{
        display: none;
    }
    #no_pc, #mobile{
        display: block !important;
    }

    .mian_banner_container{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    

    .content_left {
        display: flex;
        flex-direction: column;
        width: 98%;
        gap: 35px;
        margin-top: 0px !important;
    }

    .content_left .sentence{
        font-size: 2.2rem;
        line-height: 140%;
        text-align: center;
        /* margin-top: 150px; */
    }

    .content_left .content_left_btn_wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

    .content_left .content_left_btn_wrap .content_left_btn {
        display: flex;
        align-items: center;
        gap: 20px;
        padding-right: 20px;
        width: auto;
        height: 48px;
        border-radius: 12px;
        box-shadow: 0px 0px 13px 0px #0000001A;
    }

    .content_left .content_left_btn_wrap img{
        width: 27px !important;
        height: 27px !important;
    }

    .content_left .content_left_btn_wrap .content_left_btn div p:nth-child(1) {
        font-size: 16px;
    }


    .content_right2 {
        width: 115%;
        height: auto;
    justify-content: space-around;
    }

    .background-image{
        max-width: 360px;
        bottom: -150px !important;
        right: 20px;
    }

    .overlay-image{
        position: relative !important;
        width: 150px;
        top: 20%;
    }

    .overlay-image2{
        width: 40px;
        top: 55%;
        left: 45%;
    }

    .mian_banner_container{
        min-height: 0;

        
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
    }
    
    .mian_banner_container .content_right img {
        /* position: fixed; */
        position: absolute;
        bottom: -150px;
        right: 18%;
    }



    .header .container .hd-button-box{
        margin-top: 0;
    }

    .m_n_b_inner{
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start !important;
    }
    .main_notice_list{
        width: 80%;
    }

    
    .mian_notice_banner .m_n_b_inner {
        font-size: 16px;
        padding: 10px;
    }
    .mian_notice_banner .m_n_b_inner p{
        font-size: 16px;
    }

    .mian_notice_banner .m_n_b_inner p span {
        font-size: 8px;
    }

    .m_n_l_btn img {
        width: 8px;
    }

    .main_notice_list .new_notice_list {
        font-size: 12px;
        padding: 4px 15px;
    }


    .m_n_l_btn {
        padding-top: 35px;
    }


    .preview-list{
        position: relative !important;
    }

}

/* header 768px */
/* @media screen and (max-width:380px) {
    .mian_banner_container {
        min-height: 0;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        display: flex;
    }

    .overlay-image {
        position: relative !important;
        width: 130px;
        top: -15%;
    }

    .overlay-image2 {
        width: 30px;
        top: 20%;
        left: 50%;
    }
} */

/* header 768px */
@media screen and (max-width: 380px) {
    .content_left {
        margin-top: 0px;
    }
    .background-image {
        
        max-width: 250px;
        bottom: -115px !important;
    }
    .background-image {
        /* bottom: -60px !important; */
    }

    .mian_banner_container .content_right img {
        
        right: 25%;
    }

}