
@charset "utf-8";
.notice_slide{position:relative;}
.notice_slide .swiper-container{padding:0 2px;}
.notice_slide .in{position:relative; border:1px solid #ddd; border-radius: var(--item_r); background-color: #fff; padding:40px; text-align: left!important; align-content: space-between; transition: .3s; height: 250px;} 
.notice_slide .in .in_ca{font-size:1em; color:var(--mainColor); font-weight: 400; line-height: 1; padding: 8px 10px; border: 1px solid var(--mainColor); display: inline-block;} 
.notice_slide .in .in_tt{font-size:1.25em; color:#333; margin-bottom: 10px; line-height: 1.4; font-weight: 600;} 
.notice_slide .in .in_tw{font-size: .937em; font-weight: 500; color:#999;}
.notice_slide .in .in_date{font-size:.938em; font-weight: 400; color:#333;}
.notice_slide .in .more_wrap{width:100%;}
.notice_slide .in:hover{border-color:var(--Color02); background: var(--Color02);}

.notice_slide .in:hover .in_tt{color: #fff;}
.notice_slide .in:hover .in_tw{ color:#ddd;}
.notice_slide .in:hover .in_date{ color:#fff;}


.arr_st .in-btn .xi{font-size: 2.25em; color: rgba(221, 221, 221,.6); margin-left:10px; transition: .3s; cursor: pointer;}
.arr_st .in-btn:hover .xi{color: #999;}

.arr_st .in-pagen{width:100%; height: 4px; position: relative; background: #ddd; margin-top: 2.5em;}
.arr_st .in-pagen .swiper-pagination-progressbar-fill{background-color:var(--mainColor);}

.arr_st.arr_co{position: absolute; top: 25%; right: 0;} 
.arr_st.arr_co .in-btn{border: 0; width: auto;}
.arr_st.arr_co:before{content: ''; display: block; width: 1px; height: 23px; background: #ddd; position: absolute; top: 50%; left: 56%; transform: translateY(-50%);}
 