@charset "utf-8";
/* =====================================

	* board
    
    CSS CONTENTS :
    01. list
    02. list::column width
    03. button
    04. list::paging
    05. view
    06. view::comment
    07. view::move
    08. write

====================================== */

/* =====================================

    * Type A

====================================== */

/* Type B */
.type2 .ev-contop{
    position: relative;
    border: 1px solid #d5dbe1;
    border-radius: 50px;
    text-align: center;
    letter-spacing: -0.045em;
}
.type2 .ev-contop .btn-ev-arrow{
    z-index: 1;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.btn-ev-arrow.btn-ev-first{
    left: 50px;
    background-image: url('../image/board/event/ic_cal_first.png');
}
.btn-ev-arrow.btn-ev-prev{
    left: 80px;
    background-image: url('../image/board/event/ic_cal_prev_typeb.png');
}
.btn-ev-arrow.btn-ev-next{
    right: 80px;
    background-image: url('../image/board/event/ic_cal_next_typeb.png');
}
.btn-ev-arrow.btn-ev-last{
    right: 50px;
    background-image: url('../image/board/event/ic_cal_last.png');
}
.type2 .ev-year{
    padding: 0 120px;
}

.type2 .ev-year a{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 4px);
    height: 90px;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    border-radius: 50px;
    color: #2d2d2c80;
    vertical-align: middle;
}
.type2 .ev-year a + a:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #d5dbe1;
}
.type2 .ev-year a.active{
    background-color: #1995d6;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}
.type2 .ev-year a.active::before,
.type2 .ev-year a.active + a::before{
    display: none;
}
.type2 .ev-year .slick-list{
    padding: 0 !important;
}
.type2 .ev-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
    margin-bottom: 20px;
}
.type2 .ev-btn-wrap .btn-wrap{
    margin: 0;
}
.type2 .ev-btn-wrap .form-item{
    min-width: 80px;
}
.type2 .btn-ev{
    display: inline-block;
    padding: 13px 30px;
    margin: 5px;
    border-radius: 50px;
    border: 1px solid transparent;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.1;
    vertical-align: middle;
}
.type2 .btn-ev:has(.plus){
    padding-left: 20px;
    padding-right: 20px;
}
.type2 .ev-list{
    border-top: 2px solid #144393;
}
.type2 .ev-list > li{
    display: table;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    table-layout: fixed;
} 
.type2 .ev-list > li > div{
    display: table-cell;
    padding: 40px 20px;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
}
.type2 .ev-list > li > div + div{
    border-left: 1px solid #e5e5e5;
}
.type2 .ev-list .cate{
    width: 17%;
}
.type2 .ev-list .month{
    width: 15%;
    background-color: #f3fbff;
    font-weight: 500;
    font-size: 2.4rem;
    color: #144393;
}
.type2 .ev-list .date{
    width: 15%;
}
.type2 .ev-list .ev-list-con {
    padding-left: 70px;
}
.type2 .no-data{
    padding: 40px 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    color: #144393;
}
.type2 .ev-con-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.type2 .ev-con{
    padding-right: 25px;
}
.type2 .ev-con .tit{
    font-weight: 600;
    word-break: break-all;
}
.type2 .ev-con .tag {
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-weight: 600;
}
.tag.tag-color1 {
    background-color: #144393 !important;
    color: #fff !important;
}
.tag.tag-color2 {
    background-color: #198eb9 !important;
    color: #fff !important;
}
.type2 .ev-con .place{
    margin-top: 10px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-image: url('../image/board/event/ic_cal_place.png');
    font-weight: 300;
}
.type2 .btn-ev-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 18px;
    margin: 2px;
    border-radius: 5px;
    border: 1px solid #144393;
    font-size: 1.4rem;
    font-weight: 600;
    color: #144393;
    vertical-align: top;
}
.type2 .btn-ev-more .plus{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.type2 .ev-con-wrap .btn-wrap{
    flex: 0 0 auto;
    margin: 0; 
}
.ev-con-wrap .bbs-admin{
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.bbs-admin .form-item{
    height: 35px;
    margin: 2px;
    font-size: 1.5rem;
    vertical-align: top;
}
.bbs-admin .btn{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 2px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}
.bbs-admin .btn-modify{
    background-color: #46567c;
    background-image: url('../image/board/event/ic_modify.png');
}
.bbs-admin .btn-delete{
    background-color: #d4628d;
    background-image: url('../image/board/event/ic_delete.png');
}

/* list::paging */
.paging-wrap{
    margin-top: 40px;
    text-align: center;
}
.paging{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.paging > li{
    overflow: hidden;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px;
    border-radius: 50%;
    vertical-align: top;
    transition: 0.3s ease;
}
.paging > .num:hover,
.paging > .num.on,
.paging > .num:hover > a,
.paging > .num.on > a{
    background-color: #f3f3f3;
    font-weight: 600;
    color: #000000;
}
.paging > li > a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    font-size: 1.8rem;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.paging > li:not(.num):hover{
    background-color: none;
}
.paging .first{
    background-image: url('../image/board/event/ic_first.png');
}
.paging .first:hover{    
    background-image: url('../image/board/event/ic_first_on.png');
}
.paging .prev{
    margin-right: 15px;
    background-image: url('../image/board/event/ic_prev.png');
}
.paging .prev:hover{
    background-image: url('../image/board/event/ic_prev_on.png');
}
.paging .next{
    margin-left: 15px;
    background-image: url('../image/board/event/ic_next.png');
}
.paging .next:hover{    
    background-image: url('../image/board/event/ic_next_on.png');
}
.paging .last{    
    background-image: url('../image/board/event/ic_last.png');
}
.paging .last:hover{
    background-image: url('../image/board/event/ic_last_on.png');
}

/* view */
.view-contop{
    padding: 50px 25px 25px;
    background-color: #f3fbff;
    border-top: 2px solid #144393;
    border-bottom: 1px solid #bbbbbb;
    font-size: 1.6rem;
}
.view-contop + .view-contents{
    border-top: 0;
}
.view-tit{
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    word-break: break-all;
    color: #144393;
}
.view-contop:not(:has(.view-cnt)) .view-tit{
    margin-bottom: 10px;
}
.view-info p + p {
    margin-top: 15px;
}
.view-info p > span{
    display: inline-block;
    padding: 8px 16px;
    margin-right: 10px;
    border-radius: 3px;
    background-color: #657ea8;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}
.view-link{
    padding: 20px 25px 0;
}
.view-link > a{
    display: inline-block;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url('../image/board/event/ic_view_link.png');
    font-weight: 500;
    color: #000;
    word-break: break-all;
    vertical-align: top;
}
.view-contents{
    overflow-x: auto;
    min-height: 400px;
    padding: 25px;
}
.view-contents img{
    max-width: 100%;
}

.view-attach{
    padding: 0 25px 40px;
    border-bottom: 1px solid #e2e2e2;
}
.view-attach-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 25px 30px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    background-color: #f8f8f8;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
}
.view-attach-con .con > a{
    display: block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-image: url('../image/board/event/ic_file2.png');
    transition: 0.3s ease;
    word-break: break-all;
}
.view-attach-con .con > a:hover{
    background-image: url('../image/board/event/ic_file2_on.png');
}
.view-attach-con .con > a + a{
    margin-top: 5px;
}





/* =====================================

	* responsive

====================================== */
@media screen and (max-width: 1024px){ 
    /* Type B */
    .type2 .btn-ev{
        padding: 13px 20px;
    }
    .type2 .ev-year{
        padding: 0 100px;
    } 
    .type2 .ev-list > li > div{
        padding: 15px 20px;
    }
    .type2 .ev-con-wrap{
        flex-direction: column;
    }
    .type2 .ev-con{
        width: 100%;
    }
    .type2 .ev-con-wrap .btn-wrap{
        width: 100%;
        margin-top: 10px;
        text-align: right;
    }
}

@media screen and (max-width: 768px){

    /* =====================================

        * Type A

    ====================================== */
    

    /* Type B */
    .type2 .ev-contop{
    }
    .type2 .ev-contop .btn-ev-arrow{
        width: 25px;
        height: 25px;
        background-size: auto 15px;
    }
    .btn-ev-arrow.btn-ev-first{
        left: 20px;
    }
    .btn-ev-arrow.btn-ev-prev{
        left: 40px;
    }
    .btn-ev-arrow.btn-ev-next{
        right: 40px;
    }
    .btn-ev-arrow.btn-ev-last{
        right: 20px;
    }
    .type2 .ev-year{
        padding: 0 80px;
    }
    .type2 .ev-year a{
        display: none;
        width: 100%;
        height: 50px;
    }
    .type2 .ev-year a.active{
        display: flex;
        font-size: 16px;
    }
    .type2 .ev-year a.active:before{
        display: none;
    }
    .type2 .ev-btn-wrap{
        flex-direction: column;
        align-items: start;
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .type2 .ev-btn-wrap .form-item{
        margin: 0;
    }
    .type2 .ev-btn-wrap .btn-wrap{
        width: 100%;
        text-align: right;
    }
    .type2 .btn-ev{
        margin: 2px;
        padding: 8px 20px;
        font-size: 13px;
    }
    .type2 .btn-ev:has(.plus){
        padding-left: 10px;
        padding-right: 10px;
    }
    .btn-ev .plus{
        margin-top: -3px;
        margin-right: 5px;
    }
    .type2 .ev-list > li{
        padding: 10px;
    }
    .type2 .ev-list > li > div{
        display: inline-block;
        width: auto;
        padding: 0;
        font-size: 14px;
    }
    .type2 .ev-list > li > div + div{
        border-left: 0;
    }
    .type2 .ev-list .cate{
        width: 100%;
        text-align: left;
    }
    .type2 .ev-list .month,
    .type2 .ev-list .date{
        width: auto;
        padding: 5px 10px;
    }
    .type2 .ev-list .month {
        font-size: 15px;
        font-weight: 600;
        padding: 5px 20px;
        border-radius: 3px;
    }
    .type2 .ev-list .ev-list-con {
        padding-left: 0;
    }
    .type2 .ev-con .tag {
        font-size: 15px;
    }
    .type2 .no-data{
        padding: 25px 15px !important;
        font-size: 14px;
    }
    .type2 .ev-list .ev-list-con{
        width: 100%;
        margin-top: 10px;
    }
    .type2 .ev-con{
        padding-right: 0;
    }
    .type2 .ev-con .tit{
        font-size: 16px;
    }
    .type2 .ev-con .place{
        padding-left: 15px;
        background-size: 10px;
        font-size: 13px;
    }
    .type2 .btn-ev-more{
        height: 32px;
        padding: 0 12px;
        border-radius: 3px;
        font-size: 12px;
    }
    .bbs-admin .form-item{
        width: auto;
        height: 32px;
        padding: 0 10px;
        font-size: 12px;
    }
    .type2 .btn-ev-more .plus{
        margin-right: 5px;
    }
    .bbs-admin .btn{
        width: 30px;
        height: 30px;
        border-radius: 3px;
        background-size: 12px;
    }
    .ev-con-wrap .bbs-admin {
        display: none;
    }
    
    /* list::paging */
    .paging-wrap{
        margin-top: 30px;
    }
    .paging > li{
        width: 25px;
        height: 25px;
    }
    .paging > li > a{
        font-size: 14px;
    }
    .paging > li:not(.num){
        background-size: auto 10px;
    }
    .paging .prev{
        margin-right: 5px;
    }
    .paging .next{
        margin-left: 5px;
    }

    /* view */
    .view-contop{
        padding: 20px 15px;
    }
    .view-tit{
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.3;
    }
    .view-cnt{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .view-cnt button + button{
        margin-left: 5px;
    }
    .view-cnt .icon{
        width: 20px;
        height: 20px;
        padding: 5px;
    }
    .view-cnt .icon img{
        max-width: 100%;
    }
    .view-cnt .cnt{
        margin-left: 3px;
    }
    .view-info p + p {
        margin-top: 8px;
    }
    .view-info p > span {
        padding: 5px 10px;
        margin-right: 5px;
    }
    .view-info > span{
        font-size: 14px;
    }
    .view-info > span + span:before{
        top: 6px;
        height: 10px;
    }
    .view-link{
        padding: 10px 10px 0;
    }
    .view-link > a{
        padding-left: 15px;
        background-size: 10px;
        background-position: 0 6px;
        font-size: 13px;
    }

    .view-contents{
        overflow-x: auto;
        min-height: 200px;
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.5;
    }

    .view-attach{
        padding: 0 0 20px;
    }
    .view-attach-con{
        padding: 15px;
        border-radius: 3px;
        font-size: 14px;
    }
    .view-attach-con .con > a{   
        padding-left: 20px;
        background-size: 10px;
        font-size: 12px;     
        line-height: 1.3;
    }
}