/* pc/mobile */
.mobile{
    display: none !important;
}
@media screen and (max-width:860px) {
    .pc{display: none !important;}
    .mobile{display: block !important;}
}


/* main */
main{
    width: 100%;
    height: 90vh;
    background-image: url(/img/main_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 0 5rem 5rem;
}
main::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 5rem 5rem;
    z-index: 0;
}
.main-text{
    width: 100%;
    display: inline-block;
    font-size: 3.5rem;
    line-height: 4.2rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 1;

    font-family: 'yg-jalnan';
}
.btn-wrap{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 10rem;
    background-color: #ffca3d;
    border-radius: 80%;
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.btn-border{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9.25rem;
    height: 9.25rem;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}
.imgbox{
    width: 4.5rem;
}
.btn-border p{
    font-size: 1.1rem;
    color: #fff;
}
/* //main */


/* section01 - 지원사업소개 */
#section01{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.wrap_01{
    display: flex;
}
.left01{
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.left01 ul li{
    margin-top: 1rem;
    cursor: pointer;
    color: #777;
}
.left01 ul li:first-child{
    margin-top: 0;
}
.achieve{
    color: #60ab82 !important;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.achieve::before{
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #60ab82;
    margin-right: 10px;
    /* clear: both; */
}




.imgbox01{
    width: 95%;
    float: right;
}
.imgbox01 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right01{
    width: 64%;

}
.textbox01{
    width: 25rem;
    height: 10rem;
    background-color: #fff09a;
    position: absolute;
    bottom: -30px;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    border-radius: 0 1rem 0 1rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.textbox01 p{
    display: block;
    margin: 0.5rem 0;
    color: #555;
    font-size: 0.8rem;
}
.textbox01 a{
    color: #555;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.textbox01 a img{
    width: 16px;
    margin-left: 10px;
}
.right01_wrap{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}
.right01_wrap:first-child{
    display: block;
}
/* //section01 */

/* section01 - 모바일 */
#section01-m{
    display: none;
}
.imgbox01-0-m{
    display: flex;
    justify-content: center;
}
#section01-m>h1{
    text-align: center;
    margin-bottom: 2rem;
}
.boxs01{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.box{
    display: block;
    height: 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    color: #fff;
    border-radius: 1.5rem;
}
.box::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;

    border-radius: 1.5rem;
}
.box:nth-child(1){
    background-image: url(/img/section01-1.jpg);
}
.box:nth-child(2){
    background-image: url(/img/section01-2.jpg);
}
.box:nth-child(3){
    background-image: url(/img/section01-3.jpg);
}
.box:nth-child(4){
    background-image: url(/img/section01-4.jpg);
}
.box:nth-child(5){
    background-image: url(/img/section01-5.jpg);
}
.box:nth-child(6){
    background-image: url(/img/section01-6.jpg);
}
.box p{
    position: absolute;
    bottom: 15px;
    right: 30px;
    font-size: 1.5rem;
    font-weight: 700;
}
/* //section01 - 모바일 */




/* section02 */
#section02{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}
.boxs02{
    width: 100%;
    height: 80vh;
    background-color: #60ab82;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    border-radius: 5rem 0 5rem 0;

    position: relative;
}
.boxs02::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    position: absolute;
    z-index: 1;

    border-radius: 5rem 0 5rem 0;
}
.box-02{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;

}
.box-02>div{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    color: #fff;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.box-02 p{
    text-align: center;
}
.box-02 span{
    font-size: 2rem;
    font-weight: 700;
}
.box-02:nth-child(1){
    background-image: url(/img/banner01.png);
    border-radius: 5rem 0 0 0;
}
.box-02:nth-child(2){
    background-image: url(/img/banner02.png);
}
.box-02:nth-child(3){
    background-image: url(/img/banner03.png);
    border-radius: 0 0 5rem 0;
}

.btn02{
    border-radius: 50px;
    color: #fff;
    border-color: #fff;
}
/* //section02 */






/* section03 */
#section03{
    width: 100%;
    height: 100vh;
    
    background: url(/img/main_bg_02.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
}
#section03 .inner{
    width: 100%;
}
.title03{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
}
.news{
    display: flex;
    justify-content: space-between;
}
.newsBox{
    width: 48%;
    /* border-bottom: 2px solid #ccc; */
}
.news_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}
.news_top>p{
    font-size: 1.5rem;
    font-weight: 500;
}
.news_top>a{
    display: inline-block;
    width: 20px;
    padding: 3px;
    box-sizing: border-box;
}

.latest_board>h1{
    display: none;
}
.btn_more{
    display: none;
}

.main-list li{
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.main-list li b{
    color: #555;
}
.main-list li span{
    font-size: 0.9rem;
    font-weight: normal;
    color: #999;
}
/* //section03 */





@media screen and (max-width:1480px) {
    .main-text{
        font-size: 3.2rem;
        line-height: 3.8rem;
    }
}
@media screen and (max-width:1400px) {
    .imgbox01-0{
        width: 30px;
    }
    /* .btn-wrap{
        width: 180px;
        height: 180px;
    }
    .btn-border{
        width: 165px;
        height: 165px;
    } */
    .left01 ul{
        margin: 20px 0;
    }
    .imgbox{
        width: 80px;
    }

    .iconbox02{
        width: 4rem;
    }
    .box-02 span{
        font-size: 1.7rem;
    }
    
    .news_top>p{
        font-size: 1.2rem;
    }
}
@media screen and (max-width:1280px) {
    .main-text{
        font-size: 3rem;
        line-height: 3.5rem;
    }
}
@media screen and (max-width:1127px) {
    .btn-wrap{
        width: 9rem;
        height: 9rem;
    }
    .btn-border{
        width: 8.25rem;
        height: 8.25rem;
    }
    .imgbox{
        width: 60px;
    }
}
@media screen and (max-width:1024px) {
    .main-text{
        font-size: 2.8rem;
        line-height: 3.3rem;
    }
    main{
        height: 80vh;
    }
}

@media screen and (max-width:860px) {
    .main-text{
        font-size: 3rem;
        line-height: 3.5rem;
        top: 53%;
    }
main{
    height: 500px;
    border-radius: 0 0 3rem 3rem;
}
main::after{
    border-radius: 0 0 3rem 3rem;
}
#section01{
    display: none;
}
#section01-m{
    display: block;
    height: 100vh;
    margin-top: 100px;
}

#section02{
    height: auto;
    margin: 100px auto 0;
    justify-content: center;
}
.boxs02{
    grid-template-columns: 1fr;
    height: 100vh;
}
.box-02 p{
    display: none;
}
.box-02>div{
    gap: 8px;
}
.box-02 span{
    font-size: 1.5rem;
}
#section03{
    margin-top: 80px;
}
}

@media screen and (max-width:768px) {
    .main-text{
        width: 100%;
    }
    #section01-m{
        height: auto;
    }
    #section03{
        height: auto;
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .boxs01{
        grid-template-columns: 1fr;
    }
    .news {
    flex-direction: column;
    }
    .newsBox{
        width: 100%;
        height: 48%;
    }
    .notice{
        margin-bottom: 50px;
    }
}

@media screen and (max-width:550px) {
    .main-text{
        font-size: 2.8rem;
        line-height: 3.2rem;
    }
    .imgbox01-0-m img,.imgbox03{
        width: 25px;
    }
    .imgbox01-0-m{
        width: 100%;
    }
    .imgbox01-0-m img{
        display: inline-block;
        text-align: center;
    }
    .boxs02{
        border-radius: 3rem 0 3rem 0;
    }
    .boxs02::before{
        border-radius: 3rem 0 3rem 0;
    }
    .box-02:nth-child(1){
        border-radius: 3rem 0 0 0;
    }
    .box-02:nth-child(3){
        border-radius: 0 0 3rem 0
    }
    .iconbox02{
        width: 3.5rem;
    }

    .btn-wrap{
        width: 8rem;
        height: 8rem;
    }
    .btn-border {
    width: 7.25rem;
    height: 7.25rem;
    }
    .imgbox{
        width: 50px;
    }
}
@media screen  and (max-width:375px){
    .main-text{
        font-size: 2.6rem;
        line-height: 3rem;
    }
}