                /* 사목지침 2025년 스타일 */
                .year{}
                .year.y2025{}
                .y2025 .main_title{
                    font-size: 25px;
                    font-weight: 700;
                    margin-bottom: 40px;
                }
                .y2025 .text{
                    font-size: 20px;
                    line-height: 1.7;
                    margin-bottom: 40px;
                }
                .y2025 .text.mb0{
                    margin-bottom: 0;
                }
                .y2025 .box_st{
                    position: relative;
                    border: 1px solid #222222;
                    padding: 40px;
                    padding-top: 60px;
                    margin-top: 70px
                }
                .y2025 .box_st .title{
                    position: absolute;
                    top: 0px;
                    left: 15px;
                    font-size: 22px;
                    display: inline-block;
                    padding: 10px 20px;
                    transform: translateY(-50%);
                    background-color: #fff;
                    font-weight: 600;
                    line-height: 1.3;
                }
                .y2025 .box_st .item{
                    margin-bottom: 55px;
                }
                .y2025 .box_st .item .tit{
                    font-size: 20px;
                    margin-bottom: 40px;
                    font-weight: 600;
                    color:#004A9C;
                }
                .y2025 .box_st .item .con{
                    font-size: 20px;
                    line-height: 1.7;
                }
                .y2025 .box_st .item:last-child{
                    margin-bottom: 0;
                }
                .y2025 .sub_title{
                    font-size: 20px;
                    font-weight: 600;
                    margin-top:80px;
                    margin-bottom: 20px;
                }
                .y2025 .list_st{
                    margin-top: 105px;
                }
                .y2025 .list_st .tit{
                    font-size: 25px;
                    font-weight: 700;
                    text-align: center;
                    padding-bottom: 110px;
                }
                .y2025 .list_st .con{
                    display:flex;
                    max-width: 1024px;
                    width: 100%;
                    margin: 0 auto;
                    border:1px solid #222;
                    border-radius: 50px;
                    overflow: hidden;
                }
                .y2025 .list_st .con .left{
                    width: 30%;
                }
                .y2025 .list_st .con .left .image{
                    position: relative;
                    height:100%;
                }
                .y2025 .list_st .con .left .image img{
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                .y2025 .list_st .con .left .image .white_text{
                    position: absolute;
                    top: 40px;
                    left: 40px;
                    color: #fff;
                    z-index: 1;
                    font-size: 30px;
                    color: #fff;
                    font-weight: 600;
                }
                .y2025 .list_st .con .right{
                    width: 70%;
                }
                .y2025 .list_st .con .right ul{
                    padding: 38px 50px;
                    height: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    gap: 4px;
                }
                .y2025 .list_st .con .right ul li{
                    font-size: 20px;
                    line-height: 1.7;
                }
                @media (max-width: 1520px) {}
                @media (max-width: 1300px) {}
                @media (max-width: 1024px) {}
                @media (max-width: 767px) {
                    .y2025 .main_title{
                        font-size: 20px;
                        margin-bottom: 35px;
                    }
                    .y2025 .text{
                        font-size: 15px;
                    }
                    .y2025 .box_st{
                        padding-left: 25px;
                        padding-right: 25px;
                    }
                    .y2025 .box_st .title{
                        font-size: 18px;
                        width: calc(100% - 30px);
                    }
                    .y2025 .box_st .item .con{
                        font-size: 15px;
                    }
                    .y2025 .box_st .item .tit{
                        font-size: 17px;
                        margin-bottom: 25px;
                    }
                    .y2025 .sub_title{
                        font-size: 18px;
                        margin-top: 50px;
                    }
                    .y2025 .list_st{
                        margin-top: 45px;
                        font-size: 16px;
                    }
                    .y2025 .list_st .tit{
                        font-size: 21px;
                        padding-bottom: 35px;
                    }
                    .y2025 .list_st .con .left{
                        width: 20%;
                    }
                    .y2025 .list_st .con .right{
                        width: 80%;
                    }
                    .y2025 .list_st .con .right ul{
                        padding: 20px 25px;
                    }
                    .y2025 .list_st .con .right ul li{
                        font-size: 15px;
                    }
                    .y2025 .list_st .con .left .image .white_text{
                        top: 40px;
                        left: 20px;
                        font-size: 20px;
                    }
                }
                @media (max-width: 425px) {}