.notice_layout{
    margin: 100px auto;
}

.notice_layout .cont_01{
position: relative;
}
/* .notice_border .swiper-slide ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
} */
.notice_border .swiper-wrapper{
    align-items: baseline
}
.notice_border .swiper-slide .img_box{
    margin-bottom: 20px;
    overflow: hidden;
}
.notice_border .swiper-slide .img_box >img{
    display: block;
    width: 100%;
}
.notice_border .swiper-slide .img_box:hover img{
    transform: scale(1.2);
    transition: all 0.8s;
}
.notice_border .swiper-slide .text_box{
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
    color: #00465F;
}
.notice_border .swiper-slide .text_box h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice_border .swiper-slide .text_box h4{
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.notice_layout .swiper-button-next{
    right: -35px;
    position: absolute;
    top: 35%;
}
.notice_layout .swiper-button-prev{
    left: -35px;
    position: absolute;
    top: 35%;
}
.notice_layout .swiper-pagination{
    margin-top: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.notice_layout .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ccc;
    display: inline-block;
}
.notice_layout .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #6ed3d1;
}
.notice_view_layout{
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
}
.notice_view_layout .cont_01{}
.notice_view_layout .cont_01 .title_box{
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    color: #00465F;
    border-bottom: solid 1px #00465F;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.notice_view_layout .cont_01 .title_box h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 700px;
    margin-bottom: 15px;
}
.notice_view_layout .cont_01 .title_box h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #888888;
}
.notice_view_layout .cont_01 .content{}

.notice_view_layout .cont_01 .content .img_box{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.notice_view_layout .cont_01 .content .text_box{
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page_btn{
    border-bottom: solid 1px #00465F;
    border-top: solid 1px #00465F;
    box-sizing: border-box;

}
.page_btn li{
    padding: 15px 0 15px 30px;
}
.page_btn li:first-child{
    border-bottom: solid 1px #00465F;
}
.page_btn li a{
    display: flex;
    gap: 20px;
}
.page_btn li a p{
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
.list_btn{}
.list_btn a{
    display: block;
    text-align: center;
    font-weight: 700px;
    font-size: 24px;
    line-height: 30px;
    color: #00465F;
    padding: 10px 0;
    max-width: 150px;
    width: 100%;
    margin: 15px auto;
    border: solid 1px #00465F;
    border-radius: 20px;
}
.review_layout{
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
}
.review_layout .cont_01{}
.category{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.category ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    flex-wrap: wrap
}
.category .writing_btn{
    width: 20%;
}
.category .writing_btn a{
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #00465F;
    text-align: right;
}
.category ul li{
    text-align: center;
}
.category ul li a{
    font-size: 20px;
    line-height: 35px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #00465F;
    border-bottom: solid 0px #00465F; 
    position: relative;
    display: inline-block;
    width: 100%;
}
.category ul li a::after{
    position: absolute; 
    content:""; 
    display: block; 
    transition: width 250ms ease-out; 
    left: auto; 
    right: 0;  
    width: 0;
    border-bottom: solid 2px #00465F; 
    transition: all 0.3s;
}
.category ul li a:hover::after{
    width: 100%; left: 0; right: auto;
}
.category ul li .clicked{
    border-bottom: solid 2px #6ed3d1;
    color: #6ed3d1;
}
.review_layout .content{ 
    margin-top: 30px;  
}
.review_layout .content ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 2%;
}
.review_layout .content ul li{
    width: 32%;
    margin-bottom: 30px;
}
.review_layout .content ul li .img_box{}
.review_layout .content ul li .img_box >img{
    display: block;
    width: 100%;
}
.review_layout .content ul li .text_box{
    font-family: 'Noto Sans KR', sans-serif;
    color: #00465F;
}
.review_layout .content ul li .text_box h3{
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.review_layout .content ul li .text_box p{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.review_layout .num_page{
    margin-top: 30px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.review_layout .num_page p{
    font-family: 'Noto Sans KR', sans-serif;
    color: #00465F;
    font-size: 20px;
}
.review_layout .num_page p a{
    display: block;
    width: 100%;
}
.review_view_layout .title_box{
    display: flex;
    border-bottom: solid 1px #00465F;
    margin: 120px auto 10px;
    font-family: 'Noto Sans KR', sans-serif;
    color: #00465F;
    text-align: center;
}
.review_view_layout .title_box >div{
    width: 50%;
}
.review_view_layout .title_box .left{
    text-align: left;
}
.review_view_layout .title_box .left p{
    font-size: 18px;
    line-height: 25px;
    color: #6ed3d1;
}
.review_view_layout .title_box .left h2{
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
}
.review_view_layout .title_box .right{
}
.review_view_layout .title_box .right .two_text{
    display: flex;
    border-bottom: solid 1px #00465F;
} 
.review_view_layout .title_box .right .two_text p:first-child{
    background-color: #00465F;
    width: 30%;
    color: #fff;
    border-bottom: solid 1px #fff;
}
.review_view_layout .title_box .right .two_text p:last-child{
    width: 70%;
}
.review_view_layout .title_box .right .two_text p{
    font-size: 16px;
    line-height: 20px;
   box-sizing: border-box;
    padding: 10px;
}
.review_view_layout .title_box .right .three_text{
    display: flex;
}
.review_view_layout .title_box .right .three_text > p:first-child{
    background-color: #00465F;
    width: 30%;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
}
.review_view_layout .title_box .right .three_text > .be_af_text{
    display: flex;
    width: 70%;
}
.review_view_layout .title_box .right .three_text > .be_af_text div{
    width: 50%;
    font-size: 18px;
    line-height: 25px;
}
.review_view_layout .title_box .right .three_text > .be_af_text div:first-child{
    border-right: solid 1px #00465F;
}
.review_view_layout .title_box .right .three_text > .be_af_text div p:first-child{
    border-bottom: solid 1px #00465F;
}
.review_view_layout .num_text{
    margin-bottom: 20px;
}
.review_view_layout .num_text p{
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    color: #9b9b9b;
}
.review_view_layout .content .img_box{
    text-align: center;
    margin-bottom: 20px;
}
.review_view_layout .content .text_box{
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
}
.online_layout{
    padding-top: 120px;
}
.online_layout .cont_01{
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}
.online_layout .cont_01 > div{
    width: 50%;
}
.online_list{}
.online_list li{
    display: flex;
    margin-bottom: 15px;
    gap: 10px;
    font-size: 22px;
    line-height: 30px;
    font-family: 'Noto Sans KR', sans-serif;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: #00465f4f 0px 3px 8px;
    border-radius: 15px;
    color: #00465F;
}
.online_list label{
    /* width: 37%; */
    min-width: 165px;
    border-right: solid 1px #00465F;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}
.online_list input[type="text"]{
    border: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    background-color: #fcfefd;
}
.online_list input[type="date"]{
    border: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    background-color: #fcfefd;
}
.online_list select{
    border: none;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    background-color: #fcfefd;
}
.consulting_check{
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
}
.consulting_check label{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #00465F;
    font-weight: 500;
}
.consulting_check input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border: solid 3px #00465F;
}
.consulting_check input[type="checkbox"] + label{
    display: inline-block;
    
}
.consulting_check input[type="checkbox"]:checked + label::after{
    content:'✔';
    font-size: 18px;
    width: 15px;
    height: 15px;
    text-align: center;
    position: absolute;
    left: 6.5px;
    top:0px;
    color: #00465F;
}
.online_layout .submit_btn{
margin-top: 30px;
}
.online_layout .submit_btn input[type="submit"]{
    max-width: 400px;
    font-size: 20px;
    line-height: 25px;
    border: solid 2px #00465F;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    border-radius: 15px;
    color: #00465F;
    margin: 0 0 0 auto;
    cursor: pointer;
    display: block;
    width: 100%;
    background-color: #fff;
    
}
.online_layout .submit_btn input[type="submit"]:hover{
    background-color: #00465F;
    color: #fff;
}

@media screen and (max-width: 1350px){
    .online_list label{
        min-width: 145px;
        font-size: 16px;
    }
    .online_list input[type="text"],
    .online_list select{
        font-size: 16px;
    }
}

@media screen and (max-width: 1080px){
    /* .online_list li,
    .online_list input[type="text"],
    .online_list input[type="date"],
    .online_list select{
        font-size: 18px;
        line-height: 25px;
    } */
    .online_layout .cont_01{
        gap: 20px;
    }
    .online_list label{
        width: 30%;
    }
}
@media screen and (max-width: 768px){
    .notice_layout .swiper-button-next{
        width: 15px;
        right: -20px;
        z-index: 99;
    }
    .notice_layout .swiper-button-prev{
        width: 15px;
        left: -20px;
        z-index: 99;
    }
    .notice_border .swiper-slide .text_box h3{
        font-size: 18px;
        line-height: 20px;
    }
    .notice_border .swiper-slide .text_box h4{
        margin-bottom: 5px;
    }
    .notice_layout .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .notice_view_layout{
        padding: 50px 0;
    }
    .list_btn a{
        font-size: 18px;
        line-height: 25px;
    }
    .review_layout{
        padding: 50px 0;
    }
    .category{
        gap: 20px;
        flex-direction: column;
    }
    .category ul{
        flex-wrap: nowrap;
        width: 100%;
    }
    .category ul li a{
        font-size: 16px;
        line-height: 20px;
    }
    .category ul li{
        min-width: 75px;

    }
    .category .writing_btn a{
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }
    .category .writing_btn{
        width: 100%;
    }
    .review_layout .content ul li{
        width: 49%;
        margin-bottom: 30px;
    }
    .review_view_layout .title_box{
        flex-direction: column;
        row-gap: 20px;
        margin: 75px auto 10px;
    }
    .review_view_layout .title_box >div{
        width: 100%;
    }
    .review_view_layout .title_box .left p{
        font-size: 16px;
        line-height: 20px;
    }
    .review_view_layout .title_box .left h2{
        font-size: 20px;
        line-height: 30px;
    }
    .review_view_layout .title_box .right .two_text:first-child{
        border-top: solid 1px #00465F;
    }
    .review_view_layout .title_box .right{
        border-right: solid 1px #00465F;
    }
    .review_view_layout .content .text_box{
        font-size: 20px;
        line-height: 30px;
    }
    .online_layout{
        padding-top: 50px;
    }
    .online_layout .cont_01{
        flex-direction: column;
        gap: 0px;
    }
    .online_layout .cont_01 > div{
        width: 100%;
    }
    .online_list li{
        padding: 15px 10px;
    }
    .online_list li,
    .online_list input[type="text"],
    .online_list input[type="date"],
    .online_list select{
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 570px){
    .online_list li{
        padding: 10px 7px;
    }
    .online_list label{
        min-width: 105px;
    }
    .consulting_check{
        align-items: start;
    }
    .consulting_check label{
        font-size: 16px;
    }
}