@charset "utf-8";
a{
    text-decoration: none;
}
body.active{
    overflow: hidden;
}
.wrep{
    background: #EEF1F4;
    display: flex;
    justify-content: center;
}
.wrep_contents{
    padding:40px 0;
    width: 1000px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.banner{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.banner_area_top{
    display: flex;
    justify-content: space-between;
}
.banner_area_top_item1{
    width: 770px;
    height: 450px;
    background: url(../images/index/banner_area_top_item1.png) no-repeat center center;
    background-size:cover ;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.banner_area_top_item1_inbox{
    background: rgba(0, 0, 0, 0.5);
    padding: 14px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 325px;
    overflow-y: auto;
}
.banner_area_top_item1_inbox h1{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #ffce5d;
}
.banner_area_top_item1_inbox a p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner_area_top_item1_inbox a p i{
    visibility: hidden;
    opacity: 0;
}
.banner_area_top_item2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner_area_top_item2_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #ffff;
    border-radius: 10px;

}
.banner_area_top_item2_grid a{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 105px;
    height: 87.5px;
    padding-top: 6px;
}
.banner_area_top_item2_grid_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.banner_area_top_item2_grid_item_p{
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #383e3c;
}
.banner_area_top_item2_grid_item_icon{
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_area_top_item2_grid_item_icon img{
    width: unset;
}

.banner_area_top_item2_grid a{
    border-bottom: 1px solid #E3E5E8;
}
.banner_area_top_item2_grid a:nth-child(7){
    border-bottom:unset;
}
.banner_area_top_item2_grid a:nth-child(8){
    border-bottom:unset;
}
.banner_area_top_item2_grid a:nth-child(odd){
    border-right: 1px solid #E3E5E8;
}

.banner_area_bottom{
    width: 100%;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-radius: 10px;
}
.banner_area_bottom a{
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    border-right:1px solid #E3E5E8;
}

.banner_area_bottom a:last-child{
    border-right:unset;
}

.banner_area_bottom a p{
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -1.5px;
    color: #565A61;
}
.banner_area_bottom a p br{
    display: none;
}
.banner_area_bottom_imgbox{
    position: relative;
}
.banner_area_bottom_img{
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}
.banner_area_bottom_imgbox.active .banner_area_bottom_img{
    transform: scale(1.1);
}
.section{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.section h1{
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
    letter-spacing: -1px;
    color: #121212;
}
.section_grid_1{
    display: grid;
    grid-template-columns: 1fr;
}
.section_grid_2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.section_grid_3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.section_grid_item{
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.section_grid_item:hover .section_grid_item_img img{
    transform: scale(1.2);
    filter: grayscale(70%);
}
.section_grid_item_img{
    height: 190px;
    border-bottom: 1px solid #E3E5E8;
    overflow: hidden;
    display: flex;
}
.section_grid_item_img img{
    transition: 0.3s;
    object-fit: cover;
}
.section_grid_item_p{
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    gap: 6px;
    padding:12px;
}
.section_grid_item_p2{
    display: flex;
    flex-direction: column;
}
.section_grid_item_p h2{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: #191919;
    text-align: center;
}
.section_grid_item_p p{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-align: center;
}

.slides_box{
    position: relative;
    display: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next{
    width: 16px !important;
    height: 29px !important;
    right: calc(0% - 57px) !important;
    background: url(../images/index/bg_swiperAfter.png) no-repeat center center;
    background-size:cover ;
}
.swiper-button-prev{
    width: 16px !important;
    height: 29px !important;
    left:calc(0% - 57px) !important;
    background: url(../images/index/bg_swiperPrev.png) no-repeat center center;
    background-size:cover ;
}

.top_arrow_button{
    position: fixed;
    bottom: 26px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    cursor: pointer;
}
.top_arrow_button.active{
    visibility: visible;
    opacity: 1;

}
.swiper-slide img{
    width: 100% !important;
}

/* 게시물 */
.post_area{
    width: 100%;
    height: 340px;
}
.postSwiper_butbox{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-top: 20px;
    gap: 50px;
}
.postSwiper{
    height: calc(100% - 40px);
}
.postslide{
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
    cursor: pointer;
}
.postslide_img{
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
}
.postslide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.postslide_txtbox{
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 240px);
}
.postslide_txtbox p{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: #191919;
    text-align: center;
}
.postSwiper_pagination,
.postSwiper_prev,
.postSwiper_next{
    position: unset !important;
    margin: unset !important;
}
.postSwiper_pagination{
    width: fit-content !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #343434 !important;
}
.postslide:hover .postslide_img img {
    transform: scale(1.2);
    filter: grayscale(70%);
}

.banner_addition{
    width: 100%;
}
.banner_addition img{
    width: 100%;
    object-fit: cover;
}