/* =====================================

	* �됱궗�쇱젙 
	
====================================== */
/* common */
.sch-wrap {
    margin-bottom: 50px;
}
.sch-wrap.type3 .form-group{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 19px 20px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
}
.sch-wrap.type3 .form-item{
    height: 30px;
    padding: 0 20px;
    border: 0;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
}
.sch-wrap.type3 .sch-cate{
    width: 150px;
}
.sch-wrap.type3 .sch-key{
    position: relative;
    padding-right: 70px;
    width: calc(100% - 155px);
    border-left: 1px solid #d0d0d0;
}
.sch-wrap.type3 .btn-sch{
    position: absolute;
    top: 0;
    right: 10px;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/board/ic_sch_black.png');
}
.sch-wrap.type3.skin1 .form-group,
.sch-wrap.type3.skin2 .form-group,
.sch-wrap.type3.skin3 .form-group{
    border-radius: 50px;
}
.sch-wrap.type3.skin2 .btn-sch{
    right: 0;
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
}
.sch-wrap.type3.skin3 .sch-key{
    padding-right: 155px;
}
.sch-wrap.type3.skin3 .btn-sch{
    right: 0;
    width: 155px;
    padding: 0 30px;
    padding-left: 75px;
    border-radius: 50px;
    background-color: #5a6a86;
    background-position: 30px center;
    background-image: url('../image/board/ic_sch_white.png');
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
}

.btn-ev.ev-cate{
    background-color: #556278;
    border-color: #556278;
    color: #fff;
}
.btn-ev.ev-cate01{
    background-color: #288eaf;
    border-color: #288eaf;
    color: #fff;
}
.btn-ev.ev-cate02{
    background-color: #815bb4;
    border-color: #815bb4;
    color: #fff;
}
.btn-ev.ev-cate03{
    background-color: #f2fdec;
    border-color: #f2fdec;
    color: #4ea61d;
}
.btn-ev .plus,
.btn-ev .chk{
    display: inline-block;
    vertical-align: middle;
}
.btn-ev .plus{
    margin-top: -5px;
    margin-right: 10px;
}
.btn-ev .chk{
    margin-top: -6px;
    margin-right: 3px;
}

.tooltip-wrap{
    position: relative;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.ic-new{
    margin: 0 5px;
}
.ic-new{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #eb2457;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.07em;
    text-align: center;
}
.bbs-tit:has(.ic-new) > a{
    max-width: calc(100% - 30px);
}
.ic-tooltip{
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #12a8aa;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/sub/ic_like.png');
    vertical-align: middle;
}
.tooltip-con{
    display: none;
    position: absolute;
    top: calc(100% + 15px);
    left: -20px;
    z-index: 2;
    width: 710px;
    padding: 30px 25px;
    border-radius: 10px;
    background-color: #12a8aa;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: -0.045em;
    box-shadow: 0 14px 18px rgba(182,182,182,0.5);
}
.tooltip-con:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: -10px;
    left: 28px;
    border-right: 10px solid transparent;
    border-top: solid #12a8aa transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #12a8aa;
}
.tooltip-con li:before{
    background-color: #fff;
}

/* 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: 35px;
    height: 35px;
    margin: 1px;
    border-radius: 3px;
    border: 1px solid transparent;
    vertical-align: top;
    transition: 0.3s ease;
}
.paging > .num:hover,
.paging > .num.on,
.paging > .num:hover > a,
.paging > .num.on > a{
    font-weight: 700;
    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;
    font-weight: 500;
    color: #b3b3b3;
    transition: 0.3s ease;
}
.paging > li:not(.num){
    background-repeat: no-repeat;
    background-position: center;
    border-color: #cecece;
    background-color: #fff;
    transition: 0.3s ease;
}
.paging > li:not(.num):hover{
    background-color: #f7f7f7;
}
.paging .first{
    background-image: url('../image/board/ic_first.png');
}
.paging .prev{
    margin-right: 15px;
    background-image: url('../image/board/ic_prev.png');
}
.paging .next{
    margin-left: 15px;
    background-image: url('../image/board/ic_next.png');
}
.paging .last{    
    background-image: url('../image/board/ic_last.png');
}


/* Type A */
.ev-wrap{
    width: 100%;
    letter-spacing: -0.045em;
}
.type1 .ev-contop{
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 60px;
    text-align: center;
}
.type1 .ev-year{
    padding: 0 120px;
}
.type1 .ev-year *{
    display: inline-block;
    vertical-align: middle;
}
.type1 .ev-year .year{
    margin: 0 10px;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
}
.type1 .ev-year .btn-year{
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.type1 .ev-year .btn-year-prev{
    background-image: url('../image/sub/ic_cal_prev.png');
}
.type1 .ev-year .btn-year-next{
    background-image: url('../image/sub/ic_cal_next.png');
}
.type1 .ev-year .btn-year-prev:hover{
    background-image: url('../image/sub/ic_cal_prev_on.png');
}
.type1 .ev-year .btn-year-next:hover{
    background-image: url('../image/sub/ic_cal_next_on.png');
}
.btn.btn-today{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 35px;
    border-radius: 50px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    color: #6a6a6a;
    box-shadow: 0 0 7px rgba(188,183,169,0.4);
}
.type1 .ev-cal-wrap{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.type1 .ev-cal{
    width: 55%;
}
.type1 .cal-table{
    width: 100%;
    border-top: 2px solid #144393;
    table-layout: fixed;
}
.type1 .cal-table th{
    padding: 22px 0;
    font-size: 2rem;
    font-weight: 600;
    color: #6a6a6a;
}
.type1 .cal-table th,
.type1 .cal-table td{
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.3;
    text-align: center;
}
.type1 .cal-table .sun,
.type1 .cal-table .sun .num{
    color: #e61b1b !important;
}
.type1 .cal-table .sat,
.type1 .cal-table .sat .num{
    color: #2197f1 !important;
}
.type1 .cal-table td{    
    position: relative;
    height: 140px;
    padding: 15px 0 25px;
    vertical-align: top;
}
.type1 .cal-table td > a{
    display: block;
    width: 100%;
    height: 100%;
}
.type1 .cal-table .ev-cate-wrap{
    position: absolute;
    top: 10px;
    width: 100%;
    line-height: 1;
    text-align: center;
}
.type1 .cal-table .ev-cate{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: top;
}
.type1 .cal-table .ev-cate01{
    background-color: #ed1a47;
}
.type1 .cal-table td .num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    line-height: 1;
    transition: 0.3s ease;
}
.type1 .cal-table td:hover .num,
.type1 .cal-table td.on .num{
    background-color: #eff5ff;
}

.type1 .ev-cal-list{
    width: 45%;
}
.type1 .ev-cal-list .btn-wrap{
    margin-top: 0;
    margin-bottom: 30px;
}
.type1 .btn-ev{
    display: inline-block;
    padding: 8px 30px;
    margin: 4px;
    border-radius: 10px;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 5px 7px rgba(64,127,123,0.1);
}
.type1 .ev-cal-list ul{    
    border-top: 2px solid #144393;
}
.type1 .ev-cal-list ul > li{
    position: relative;
    padding: 35px 30px;
    padding-right: 110px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    line-height: 1.3;
}
.type1 .ev-cal-list .date{
    font-size: 2.4rem;
    color: #144393;
}
.type1 .ev-cal-list .tit{
    display: block;
    margin: 5px 0 10px;
    font-size: 2.5rem;
    color: #111;
}
.type1 .ev-cal-list .place{
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url('../image/sub/ic_cal_place.png');
    font-size: 1.5rem;
    color: #616161;
}
.type1 .btn-ev-more{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: 7px 20px;
    border: 1px solid #144393;
    border-radius: 4px;
    color: #144393;
    font-size: 1.3rem;
    font-weight: 600;
}
.type1 .no-data{
    padding: 50px 20px !important;
    background-color: #eff5ff;
    font-size: 1.6rem;
    font-weight: 600;
    color: #495d90;
    text-align: center;
}

.type1:has(.ev-list) .ev-contop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
}
.type1:has(.ev-list) .ev-year{
    padding: 0;
}
.type1 .ev-contop .btn-wrap{
    margin-top: 0;
}
.type1 .ev-list{
    border-top: 2px solid #144393;
}
.type1 .ev-list > li{
    position: relative;
    padding: 35px 40px;
    padding-right: 150px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.3;
}
.type1 .ev-list .date{
    display: inline-block;
    padding: 20px 30px;
    border-radius: 30px 0 30px 0;
    background-color: #495d90;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.type1 .ev-list .date strong{
    display: block;
    font-size: 2.4rem;
}
.type1 .ev-list .btn-ev-more{
    right: 40px;
}
.type1 .ev-list .ev-list-con{
    display: inline-block;
    padding-left: 35px;
    vertical-align: middle;
}
.type1 .ev-list .tit{
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    color: #111111;
}
.type1 .ev-list .place{
    margin-top: 5px;
    font-size: 1.6rem;
    color: #616161;
    line-height: 1.3;
}

#ev-popup .popup-contents{
    max-width: 700px;
    border-radius: 5px;
}
#ev-popup .popup-conbox{    
    padding-bottom: 60px;
    border-radius: 5px;
}
#ev-popup .btn-popup-close{
    position: absolute;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #144393;
}
#ev-popup .btn-wrap{
    margin-top: 30px;
}

/* Type B */
.type2 .ev-contop{
    position: relative;
    padding: 20px 0;
    margin-bottom: 40px;
    border: 1px solid #d5dbe1;
    border-radius: 15px;
    text-align: center;
    letter-spacing: -0.045em;
}
.type2 .ev-contop .btn-ev-arrow{
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.btn-ev-arrow.btn-ev-first{
    left: 20px;
    background-image: url('../image/sub/ic_cal_first.png');
}
.btn-ev-arrow.btn-ev-prev{
    left: 50px;
    background-image: url('../image/sub/ic_cal_prev_typeb.png');
}
.btn-ev-arrow.btn-ev-next{
    right: 50px;
    background-image: url('../image/sub/ic_cal_next_typeb.png');
}
.btn-ev-arrow.btn-ev-last{
    right: 20px;
    background-image: url('../image/sub/ic_cal_last.png');
}
.type2 .ev-year{
    padding: 0 120px;
}
.type2 .ev-year a,
.type2 .ev-year .slick-slide{
    display: inline-block;
    float: none;
    position: relative;
    padding: 0;
    font-size: 2.2rem;
    line-height: 1;
    vertical-align: middle;
}
.type2 .ev-year a{
    width: calc(20% - 4px);
}
.type2 .ev-year a span{
    padding: 5px 0;
}
.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 span,
.type2 .ev-year .slick-current span{
    display: inline-block;
    padding: 5px 3px;
    font-size: 3rem;
    font-weight: 600;
    color: #144393;
    box-shadow: inset 0 -15px 0 #eff5ff;
}
.type2 .ev-year .slick-list{
    padding: 0 !important;
}
.type2 .ev-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    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: 20px 20px;
    font-size: 1.8rem;
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
}
.type2 .ev-list > li > div + div{
    border-left: 1px solid #e5e5e5;
}
.type2 .ev-list .date{
    width: 25%;
}
.type2 .ev-list .btn-wrap{
    width: 180px;
}
.type2 .ev-list .bbs-admin{
    width: 120px;
}
.type2 .no-data{
    padding: 50px 20px;
    font-size: 1.6rem;
    text-align: center;
}
.type2 .ev-con-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.type2 .ev-con{
    padding-right: 25px;
}
.type2 .ev-con .tit{
    font-size: 2rem;
    font-weight: 600;
}
.type2 .ev-con .place{
    margin-top: 10px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-image: url('../image/sub/ic_cal_place.png');
    font-size: 1.6rem;
    font-weight: 600;
    color: #616161;
}
.type2 .btn-ev-more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #144393;
    background-color: #144393;
    color: #fff;
    vertical-align: top;
}
.type2 .btn-ev-more .plus{
    display: inline-block;
    margin-left: 20px;
    font-size: 11px;
    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/sub/ic_modify.png');
}
.bbs-admin .btn-delete{
    background-color: #d4628d;
    background-image: url('../image/sub/ic_cal_delete.png');
}
.board-view + .btn-wrap{
    text-align: right;
}
.btn.btn-board{
    display: inline-block;
    min-width: 100px;
    padding: 10px 20px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.045em;
    text-align: center;
}
.btn.btn-list{
    background-color: #525d71;
    border-color: #525d71;
    color: #fff;
}
.btn.btn-modify{
    background-color: #144393;
    border-color: #144393;
    color: #fff;
}
.btn.btn-delete{
    background-color: #12a8aa;
    border-color: #12a8aa;
    color: #fff;
}
.btn.btn-reply{
    background-color: #fff;
    border-color: #18a3a2;
    color: #18a3a2;
}
.btn.btn-cancel{
    background-color: #a7adb0;
    border-color: #a7adb0;
    color: #fff;
}
.btn.btn-write{
    background-color: #ea740c;
    border-color: #ea740c;
    color: #fff;
}

/* view */
.ev-view-wrap{
    letter-spacing: -0.04em;
}
.ev-view-contop{
    padding: 40px 20px 10px;
    border-top: 2px solid #144393;
    border-bottom: 1px solid #e5e5e5;
}
.ev-view-tit{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}
.ev-view-tit .btn-ev{
    margin: 0 15px;
    margin-top: -5px;
    vertical-align: middle;
}
.ev-view-info{
    font-size: 1.6rem;
}
.ev-view-info ul{
    margin-top: 20px;
    text-align: center;
}
.ev-view-info ul > li{
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.1;
    vertical-align: top;
}
.ev-view-info ul > li + li:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 3px;
    left: 0;
    width: 2px;
    height: 13px;
    background-color: #d5d5d5;
}
.ev-view-info p{
    margin-top: 15px;
}
.ev-view-contents{
    overflow-x: auto;
    min-height: 400px;
    padding: 25px;
    border-bottom: 1px solid #e5e5e5;
    font-family: initial;
    font-size: 1.8rem;
    font-weight: 500;
}
.ev-view-contents *{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}
.ev-view-attach{
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.ev-view-attach .view-attach-con{
    display: flex;
    letter-spacing: -0.045em;
}
.ev-view-attach .view-attach-con .tit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    padding: 40px 0;
    background-color: #eff5ff;
    border-radius: 5px 5px 25px 5px;
    border-right: 1px solid #e5e5e5;
    font-size: 2.2rem;
    font-weight: 600;
    color: #144393;
    text-align: center;
}
.ev-view-attach .view-attach-con .con{
    padding: 30px 20px;
}
.ev-view-attach .view-attach-con .con > a{
    display: block;
    font-size: 1.6rem;
}
.ev-view-attach .view-attach-con .con > a img{
    margin-top: -5px;
    margin-left: 10px;
    vertical-align: middle;
}
.ev-view-attach .view-attach-con .con > a + a{
    margin-top: 10px;
}
.ev-view-wrap .btn-wrap .btn-type1{
    min-width: 115px;
    padding: 12px 20px;
}

Z    */
.type3 .ev-contop{
    margin-bottom: 40px;
    letter-spacing: -0.045em;
}
.ev-contit-wrap{
    display: inline-block;
    vertical-align: middle;
}
.ev-contit{
    display: inline-block;
    padding: 0 2px 5px;
    font-size: 3rem;
    font-weight: 600;
    color: #144393;
    line-height: 1;
    box-shadow: inset 0 -15px 0 #eff5ff;
    vertical-align: middle;
}
.type3 .ev-contop .form-group{
    float: right;
}
.type3 .ev-contop .form-group .form-item{
    margin: 0 2px;
}
.type3 .ev-contop .ev-btn-wrap{
    float: left;
    width: 100%;
}
.type3 .ev-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.type3 .ev-btn-wrap .btn-wrap{
    margin: 0;
}
.type3 .btn-ev{
    display: inline-block;
    padding: 14px 30px;
    margin: 6px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.1;
}
.type3 .btn-ev:has(.plus),
.type3 .btn-ev:has(.chk){
    padding-left: 20px;
    padding-right: 20px;
}
.type3 .btn-ev.btn-line{
    border-color: #144393;
}
.type3 .ev-cal-wrap{
    display: flex;
    gap: 30px;
}
.type3 .ev-cal-wrap + .ev-cal-wrap{
    margin-top: 30px;
}
.type3 .ev-cal{
    flex: 0 0 auto;
    width: 360px;
    padding: 30px 10px; 
    border: 1px solid #dfdfdf;
    background-color: #fff;
    border-radius: 5px;
}
.type3 .ev-cal .year{
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    color: #556278;
    text-align: center;
}
.type3 .cal-table th,
.type3 .cal-table td{
    font-size: 1.5rem;
    text-align: center;
    vertical-align: middle;
}
.type3 .cal-table th{
    padding: 10px 0;
    font-weight: 600;
}
.type3 .cal-table td{
    padding: 5px 0;
}
.type3 .cal-table .sun,
.type3 .cal-table .sun .num{
    color: #c32a31 !important;
}
.type3 .cal-table .sat,
.type3 .cal-table .sat .num{
    color: #144393 !important;
}
.type3 .cal-table .num{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 600;
    vertical-align: top;
}
.type3 .cal-table a[class ^= "ev-cate"]{
    display: block;
}
.type3 .cal-table a[class ^= "ev-cate"] .num{
    color: #fff !important;
}
.type3 .ev-cate01 .num{
    background-color: #915bc7;
}
.type3 .ev-cate02 .num{
    background-color: #dc9300;
}
.type3 .ev-cate03 .num{
    background-color: #4ea61d;
}
.type3 .ev-cal-list{
    width: calc(100% - 360px);
    border-top: 2px solid #144393;
    border-bottom: 1px solid #dfdfdf;
}
.type3 .ev-list-tit{
    padding: 17px 20px;
    background-color: #eff5ff;
    font-size: 2rem;
    font-weight: 600;
    color: #144393;
    line-height: 1.3;
}
.type3 .ev-cal-list ul{
    padding: 25px;
}
.type3 .ev-cal-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.7rem;
    line-height: 1.3;
}
.type3 .ev-cal-list li.no-data{
    padding: 0 !important;
}
.type3 .ev-cal-list li + li{
    margin-top: 30px;
}
.type3 .ev-cal-list li > a{
    width: calc(100% - 15px);
    padding-right: 15px;
}
.type3 .ev-cal-list .date,
.type3 .ev-cal-list .tit{
    display: inline-block;
    vertical-align: middle;
}
.type3 .ev-cal-list .date{
    width: 200px;
    font-weight: 700;
}
.type3 .ev-cal-list .tit{
    width: calc(100% - 205px);
}
.type3 .ev-cal-list span[class^="ev-cate"]{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle;
}
.ev-cal-list .ev-cate01{
    background-color: #dc9300;
}
.ev-cal-list .ev-cate02{
    background-color: #915bc7;
}
.ev-cal-list .ev-cate03{
    background-color: #4ea61d;
}
.btn.btn-like{
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;   
    background-position: center;
    background-image: url('../image/sub/ic_like_off.png');
}
.btn.btn-like.on{
    background-image: url('../image/sub/ic_like_on.png');
}
.type3 .sch-wrap{
    padding: 20px;
    background-color: #eff5ff;
    text-align: center;
}
.type3 .sch-wrap .form-item{
    height: 45px;
    margin: 0 4px;
    border-color: #cdcdcd;
    border-radius: 2px;
}
.type3 .sch-wrap + .ev-btn-wrap{
    margin-top: 40px;
    margin-bottom: 40px;
}
.type3 .sch-cate{
    width: 130px;
}
.type3 .sch-key{
    width: 60%;
    max-width: 700px;
}
.type3 .btn-sch,
.type3 .btn-reset{
    width: 45px;
    height: 45px;
    margin: 0 4px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-position: center;
}
.type3 .btn-sch{
    background-image: url('../image/sub/ic_sch.png');
    background-color: #144393;
}
.type3 .btn-reset{
    background-image: url('../image/sub/ic_reset.png');
    background-color: #556278;
}
.type3 .ev-list{
    border-top: 2px solid #144393;
}
.type3 .ev-list > li{
    display: flex;
    align-items: center;
    padding: 30px 40px;
    border-bottom: 1px solid #dfdfdf;
}
.type3 .ev-list .cate{
    width: 15%;
}
.type3 .ev-list .ev-list-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85%;
}
.type3 .ev-list .list-type-dot{
    margin-top: 10px;
}
.type3 .ev-list .list-type-dot > li:before{
    top: 10px;
}
.type3 .ev-con .tit{
    font-size: 2rem;
    font-weight: 700;
}
.type3 .ev-list .btn-ev{
    border-radius: 50px;
}
.type3 .ev-list .btn-wrap{
    margin: 0;
}
.type3 .ev-list .bbs-admin{
    display: inline-block;
    vertical-align: middle;
}
.type3 .btn-homepage{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/sub/ic_homepage.png');
    vertical-align: middle;
}
.type3 .ev-list .btn-like{
    margin: 0 10px;
    vertical-align: middle;
}
.type3 .no-data{
    justify-content: center;
    padding: 50px 20px !important;
    font-size: 1.6rem;
    text-align: center;
}

.type3 .ev-view-contop{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    padding: 30px 25px;
    background-color: #eff5ff;
}
.type3 .ev-view-contop .btn-ev{
    margin: 0;
    border-radius: 50px;
}
.type3 .ev-tit-wrap{
    padding-left: 15px;
}
.type3 .ev-view-info ul{
    margin-top: 15px;
}
.type3 .ev-view-tit{
    text-align: left;
}
.type3 .ev-view-info ul > li:first-child{
    padding-left: 0;
}
.type3 .ev-view-attach{
    border-radius: 5px 5px 25px 5px;
    background-color: #eff5ff;
}
.type3 .ev-view-contop p{
    flex: 0 0 auto;
    width: 100%;
}
.type3 .ev-view-contop p > a{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('../image/sub/ic_ev_link.png');
}
.type3 .ev-view-attach .view-attach-con .tit{
    justify-content: start;
    align-items: start;
    width: 210px;
    padding: 25px;
    background-repeat: no-repeat;
    background-position: right 40px bottom 25px;
    background-image: url('../image/sub/ic_attach_file.png');
    border: 0;
    border-radius: 0;
}
.type3 .ev-view-attach .view-attach-con .con{
    position: relative;
    padding: 25px 20px;
}
.type3 .ev-view-attach .view-attach-con .con:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #ced6e4;
}

/* Type D */
.type4 .ev-contop{
    margin-bottom: 30px;
}
.type4 .ev-year{
    margin-bottom: 50px; 
    text-align: center;
}
.type4 .ev-year *{
    display: inline-block;
    vertical-align: middle;
}
.type4 .ev-year .year{
    margin: 0 10px;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: 1;
}
.type4 .ev-year .btn-year{
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s ease;
}
.type4 .ev-year .btn-year-prev{
    background-image: url('../image/sub/ic_cal_prev.png');
}
.type4 .ev-year .btn-year-next{
    background-image: url('../image/sub/ic_cal_next.png');
}
.type4 .ev-year .btn-year-prev:hover{
    background-image: url('../image/sub/ic_cal_prev_on.png');
}
.type4 .ev-year .btn-year-next:hover{
    background-image: url('../image/sub/ic_cal_next_on.png');
}
.type4 .ev-btn-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.type4 .ev-cate-wrap{
    display: flex;
    gap: 20px;
}
.type4 .ev-cate-wrap span[class^="ev-cate"]{
    display: inline-block;
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
    letter-spacing: -0.045em;
    vertical-align: middle;
}
.type4 .ev-cate-wrap span[class^="ev-cate"]:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.type4 .ev-cate-wrap .ev-cate01:before{
    background-color: #915bc7;
}
.type4 .ev-cate-wrap .ev-cate02:before{
    background-color: #dc9300;
}
.type4 .ev-cate-wrap .ev-cate03:before{
    background-color: #4ea61d;
}
.type4 .ev-cate-wrap .ev-cate04:before{
    background-color: #fc5c85;
}
.type4 .ev-btn-wrap .btn-wrap{
    margin: 0;
}
.type4 .ev-btn-wrap .form-group{
    display: inline-block;
    vertical-align: top;
}
.type4 .btn-wrap .form-item{
    width: 105px;
    height: 45px;
    margin: 4px;
}
.type4 .btn-ev{
    display: inline-block;
    padding: 12px 20px;
    margin: 4px;
    border-radius: 3px;
    border: 1px solid transparent;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.1;
}
.type4 .btn-ev.btn-line{
    border-color: #144393;
}

.type4 .cal-table{
    width: 100%;
    border-top: 2px solid #556278;
    table-layout: fixed;
}
.type4 .cal-table th,
.type4 .cal-table td{
    border: 1px solid #dfdfdf;
    letter-spacing: -0.045em;
}
.type4 .cal-table th:first-child,
.type4 .cal-table td:first-child{
    border-left: 0;
}
.type4 .cal-table th:last-child,
.type4 .cal-table td:last-child{
    border-right: 0;
}
.type4 .cal-table th{
    padding: 20px;
    border-bottom: 0;
    background-color: #eff5ff;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d2d2c;
    text-align: center;
}
.type4 .cal-table .sun,
.type4 .cal-table .sun .num{
    color: #e93c69 !important;
}
.type4 .cal-table .sat,
.type4 .cal-table .sat .num{
    color: #144393 !important;
}
.type4 .cal-table td{
    padding: 20px;
    vertical-align: bottom;
}
.type4 .cal-table .today{
    background-color: #f6f6f6;
}
.type4 .ev-cal-con{
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 60px;
    vertical-align: bottom;
}
.type4 .ev-cal-con > a{
    display: block;
    font-size: 14px;
    line-height: 1.3;
    color: #2d2d2c;
}
.type4 .ev-cal-con > a span{
    vertical-align: top;
}
.type4 .ev-cal-con > a + a{
    margin-top: 5px;
}
.type4 .ev-cal-con a[class^="ev-cate"]{
    position: relative;
    padding-left: 15px;
}
.type4 .ev-cal-con a[class^="ev-cate"]:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.type4 .ev-cal-con .ev-cate01:before{
    background-color: #915bc7;
}
.type4 .ev-cal-con .ev-cate02:before{
    background-color: #dc9300;
}
.type4 .ev-cal-con .ev-cate03:before{
    background-color: #59ac2b;
}
.type4 .ev-cal-con .ev-cate04:before{
    background-color: #fc5c85;
}
.type4 .ev-tooltip-con{
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 2;
    min-width: 310px;
    padding: 15px;
    background-color: #fffee1;
    border: 1px solid #556278;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 500;
    box-shadow: 0 8px 10px rgba(182,182,182,0.2);
}
.type4 .cal-table td:last-child .ev-tooltip-con{
    left: auto;
    right: 0;
}

.type4 .ev-view-contop{
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    padding: 30px 25px;
    background-color: #eff5ff;
}
.type4 .ev-view-contop .btn-ev{
    margin: 0;
    border-radius: 50px;
}
.type4 .ev-tit-wrap{
    padding-left: 15px;
}
.type4 .ev-view-info ul{
    margin-top: 15px;
}
.type4 .ev-view-tit{
    text-align: left;
}
.type4 .ev-view-info ul > li:first-child{
    padding-left: 0;
}
.type4 .ev-view-attach{
    border-radius: 5px 5px 25px 5px;
    background-color: #eff5ff;
}
.type4 .ev-view-contop p{
    flex: 0 0 auto;
    width: 100%;
}
.type4 .ev-view-contop p > a{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url('../image/sub/ic_ev_link.png');
}
.type4 .ev-view-attach .view-attach-con .tit{
    justify-content: start;
    align-items: start;
    width: 210px;
    padding: 25px;
    background-repeat: no-repeat;
    background-position: right 40px bottom 25px;
    background-image: url('../image/sub/ic_attach_file.png');
    border: 0;
    border-radius: 0;
}
.type4 .ev-view-attach .view-attach-con .con{
    position: relative;
    padding: 25px 20px;
}
.type4 .ev-view-attach .view-attach-con .con:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #ced6e4;
}

.type4 .sch-wrap{
    margin-bottom: 50px;
    text-align: center;
}
.type4 .sch-wrap .form-item{
    height: 45px;
    margin: 0 4px;
    border-radius: 2px;
}
.type4 .sch-wrap select.form-item{
    width: 100px;
}
.type4 .sch-wrap .sch-key{
    width: 54%;
    max-width: 700px;
    border: 0;
    border-bottom: 2px solid #144393;
}
.type4 .sch-wrap .btn{
    height: 45px;
    padding: 0 20px;
    margin: 0 4px;
    border-radius: 2px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
}
.type4 .sch-wrap .btn img{
    margin-top: -3px;
    margin-right: 5px;
    width: 14px;
    vertical-align: middle;
}
.type4 .sch-wrap .btn-sch{
    background-color: #144393;
}
.type4 .sch-wrap .btn-reset{
    background-color: #556278;
}
.type4 .sch-wrap + .ev-btn-wrap{
    justify-content: end;
    margin-bottom: 30px;
}
.btn.btn-ev-tabmenu{
    display: none;
}
.ev-tab-wrap{
    width: 100%;
}
.ev-tab-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    box-shadow: 0 8px 8px rgba(0,0,0,0.02);
}
.ev-tab-menu > li{
    flex: 1;
    display: block;
    text-align: center;
}
.ev-tab-menu > li > a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 65px;
    font-size: 1.8rem;
    letter-spacing: -0.045em;
    line-height: 1.2;
}
.ev-tab-menu > li > a:before{
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #144393;
    transition: 0.3s ease;
}
.ev-tab-menu > li.on > a,
.ev-tab-menu > li:hover > a{
    font-weight: 700;
    color: #144393;
}
.ev-tab-menu > li.on > a:before,
.ev-tab-menu > li:hover > a:before{
    width: 100%;
}
.type4 .ev-list > li{
    display: flex;
    align-items: center;
    padding: 35px;
    border-bottom: 1px solid #dfdfdf;
    letter-spacing: -0.045em;
}
.type4 .ev-list .btn-ev{
    color: #fff;
    border-radius: 50px;
}
.type4 .ev-list .ev-cate01{
    background-color: #8c59bc;
}
.type4 .ev-list .ev-cate02{
    background-color: #dc9300;
}
.type4 .ev-list .ev-cate03{
    background-color: #4ea61d;
}
.type4 .ev-list .ev-cate04{
    background-color: #fc5c85;
}
.type4 .ev-list .cate{
    width: 17%;
}
.type4 .ev-list-con{
    width: 83%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.type4 .ev-con .tit{
    font-size: 2rem;
    font-weight: 700;
}
.type4 .ev-con ul{
    margin-top: 5px;
}
.type4 .ev-con ul > li{
    display: inline-block;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.3;
    vertical-align: middle;
}
.type4 .ev-con ul > li + li{
    margin-left: 30px;
}
.type4 .ev-con .date{
    background-image: url('../image/sub/ic_date.png');
}
.type4 .ev-con .place{
    background-image: url('../image/sub/ic_place.png');
}
.type4 .ev-list .btn-wrap{
    margin: 0;
}
.type4 .btn-homepage{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 15px;
    margin: 2px;
    background-color: #144393;
    border-radius: 4px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    vertical-align: top;
}
.type4 .btn-homepage .plus{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.type4 .ev-list .bbs-admin{
    display: inline-block;
    vertical-align: top;
}
.type4 .ev-list .bbs-admin .form-item{
    width: 85px;
    height: 35px;
    margin: 2px;
    border-color: #b4b9c2;
}
.type4 .ev-list .bbs-admin .btn{
    background-color: #fff;
    border: 1px solid #b4b9c2;
}
.type4 .ev-list .bbs-admin .btn-modify{
    background-image: url('../image/sub/ic_modify2.png');
}
.type4 .ev-list .bbs-admin .btn-delete{
    background-image: url('../image/sub/ic_delete2.png');
}
.type4 .btn-ev.ev-cate01{
    color: #fff;
}
.type4 .btn-ev.ev-cate01{
    background-color: #8c59bc;
}
.type4 .btn-ev.ev-cate02{
    background-color: #dc9300;
}
.type4 .btn-ev.ev-cate03{
    background-color: #4ea61d;
}
.type4 .btn-ev.ev-cate04{
    background-color: #fc5c85;
}


/* =====================================

	* responsive 
	
====================================== */
@media screen and (max-width: 1300px){
    /* Type C */
    .tooltip-con{
        width: 400px;
    }

    /* Type D */
    .type4 .ev-tooltip-con{
        min-width: 200%;
    }
}

@media screen and (max-width: 1024px){
    /* Type A */
    .type1 .ev-cal-wrap{
        gap: 30px;
    }
    .type1 .ev-cal-list ul > li{
        padding: 30px 0;
        padding-right: 110px;
    }

    /* Type B */
    .type2 .ev-year{
        padding: 0 80px;
    }
    .type2 .btn-ev{
        padding: 13px 20px;
    }
    .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;
    }

    /* Type C */
    .tooltip-con li:before{
        top: 10px;
    }
    .type3 .ev-cal{
        width: 300px;
    }
    .type3 .ev-cal-list{
        width: calc(100% - 300px);
    }
    
    .type3 .ev-list > li{
        padding: 30px 0;
    }
    .type3 .ev-list .cate{
        width: 20%;
    }

    /* Type D */
    .type4 .ev-list > li{
        padding: 30px 0;
    }
    .type4 .sch-wrap select.form-item{
        width: 80px;
        margin: 0 2px;
    }
    .type4 .sch-wrap .btn{
        padding: 0 15px;
        margin: 0 2px;
    }
    .type4 .sch-wrap .sch-key{
        width: 45%;
    }
}

@media screen and (max-width: 768px){
    /* list */  
    .sch-wrap {
        margin-bottom: 20px;
    }
    .sch-wrap.type3 .form-group{
        overflow: hidden;
        padding: 7px 0;
        border-radius: 5px;
    }
    .sch-wrap.type3 .form-item{
        padding: 0 10px;
        font-size: 14px;
    }
    .sch-wrap.type3 .sch-cate{
        width: 100px;
    }
    .sch-wrap.type3 .sch-key{
        padding-right: 45px;
        width: calc(100% - 105px);
    }
    .sch-wrap.type3 .btn-sch{
        right: 0;
        width: 45px;
        height: 45px;
        background-size: 16px;
    }
    .sch-wrap.type3.skin3 .sch-key{
        padding-right: 70px;
    }
    .sch-wrap.type3.skin3 .btn-sch{
        width: 70px;
        padding: 0 15px;
        padding-left: 30px;
        background-position: 15px center;
        background-size: 13px;
        font-size: 14px;
    }

    /* paging */
    .paging-wrap{
        margin-top: 30px;
    }
    .paging > li{
        width: 20px;
        height: 20px;
    }
    .paging > li > a{
        font-size: 12px;
    }
    .paging > li:not(.num){
        background-size: auto 6px;
    }
    .paging .prev{
        margin-right: 5px;
    }
    .paging .next{
        margin-left: 5px;
    }

    /* common */
    /* Type A */
    .type1 .ev-contop{
        padding-bottom: 0;
        border-bottom:  0;
        margin-bottom: 20px;
    }
    .btn.btn-today{
        display: none;
    }
    .type1 .ev-year .btn-year{
        width: 35px;
        height: 35px;
        background-size: 12px;
    }
    .type1 .ev-year{
        padding: 0;
    }
    .type1 .ev-year .year{
        font-size: 23px;
    }
    .type1 .ev-cal-wrap{
        flex-direction: column;
        gap: 15px;
    }
    .type1 .ev-cal{
        width: 100%;
    }
    .type1 .cal-table th{
        padding: 10px 0;
        font-size: 14px;
    }
    .type1 .cal-table td{
        height: 70px;
        padding: 5px 0;
    }
    .type1 .cal-table .ev-cate-wrap{
        top: 5px;
    }
    .type1 .cal-table .ev-cate{
        width: 5px;
        height: 5px;
    }
    .type1 .cal-table td .num{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .type1 .ev-cal-list{
        width: 100%;
    }
    .type1 .ev-cal-list ul > li{
        padding: 20px 5px;
        padding-right: 85px;
    }
    .type1 .ev-cal-list .date{
        font-size: 12px;
    }
    .type1 .ev-cal-list .tit{
        margin: 5px 0 10px;
        font-size: 16px;
    }
    .type1 .ev-cal-list .place{
        padding-left: 15px;
        background-size: 10px;
        font-size: 13px;
    }
    .type1 .ev-cal-list .btn-wrap{
        margin-bottom: 15px;
    }
    .type1 .btn-ev{
        margin: 2px;
        padding: 6px 15px;
        border-radius: 3px;
        font-size: 13px;
    }
    .type1 .btn-ev-more{
        right: 5px;
        padding: 6px 13px;
        border-radius: 2px;
        font-size: 12px;
    }
    .type1 .no-data{
        padding: 25px 15px !important;
        font-size: 14px;
    }

    .type1:has(.ev-list) .ev-contop{
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        margin-bottom: 15px;
    }
    .type1 .ev-contop .btn-wrap{
        width: 100%;
    }
    .type1 .ev-list > li{
        padding: 15px 10px 20px;
    }
    .type1 .ev-list > li:after{
        display: block;
        content: '';
        clear: both;
    }
    .type1 .ev-list .date{
        padding: 8px 15px;
        border-radius: 15px 0 15px 0;
        font-size: 12px;
    }
    .type1 .ev-list .date strong{
        display: inline;
        font-size: 12px;
    }
    .type1 .ev-list .ev-list-con{
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .type1 .ev-list .tit{
        font-size: 16px;
    }
    .type1 .ev-list .place{
        font-size: 14px;
    }
    .type1 .ev-list .btn-ev-more{
        position: static;
        top: auto;
        right: auto;
        transform: none;
        float: right;
        margin-top: 10px;
    }
    #ev-popup .btn-popup-close{
        top: -15px;
        right: -15px;
        width: 40px;
        height: 40px;
        background-size: 18px;
    }
    #ev-popup .popup-conbox{
        padding-bottom: 30px;
    }
    #ev-popup .btn-wrap{
        margin-top: 20px;
    }

    /* Type B */
    .type2 .ev-contop{
        margin-bottom: 15px;
        padding: 12px 0;
        border-radius: 7px;
    }
    .type2 .ev-contop .btn-ev-arrow{
        width: 25px;
        height: 25px;
        background-size: auto 15px;
    }
    .btn-ev-arrow.btn-ev-first{
        left: 10px;
    }
    .btn-ev-arrow.btn-ev-prev{
        left: 35px;
    }
    .btn-ev-arrow.btn-ev-next{
        right: 35px;
    }
    .btn-ev-arrow.btn-ev-last{
        right: 10px;
    }
    .type2 .ev-year{
        padding: 0 60px;
    }
    .type2 .ev-year a{
        display: none;
        width: 100%;
    }
    .type2 .ev-year a.active{
        display: block;
    }
    .type2 .ev-year a.active:before{
        display: none;
    }
    .type2 .ev-year a.active span, 
    .type2 .ev-year .slick-current span{
        padding: 0;
        font-size: 20px;
        box-shadow: none;
    }
    .type2 .ev-btn-wrap{
        flex-direction: column;
        align-items: start;
        gap: 10px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .type2 .ev-btn-wrap .form-item{
        margin: 0;
    }
    .type2 .ev-btn-wrap .btn-wrap{
        width: 100%;
    }
    .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{
        position: relative;
        padding: 10px 0;
    }
    .type2 .ev-list > li > div{
        display: inline-block;
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
    }
    .type2 .ev-list > li > div + div{
        border-left: 0;
    }
    .type2 .ev-list .date{
        position: relative;
        width: auto;
    }
    .type2 .ev-list .btn-wrap{
        width: 100%;
        text-align: left;
    }
    .type2 .ev-list .bbs-admin{
        position: absolute;
        right: 0;
        bottom: 10px;
        display: flex;
        align-items: center;
        width: auto;
    }
    .type2 .no-data{
        padding: 25px 15px !important;
        font-size: 14px;
    }
    .type2 .ev-list .ev-list-con{
        width: 100%;
    }
    .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: 14px;
    }
    .type2 .btn-ev-more{
        height: 35px;
        padding: 0 12px;
        border-radius: 3px;
        font-size: 14px;
    }
    .bbs-admin .form-item{
        width: auto;
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }
    .type2 .btn-ev-more .plus{
        margin-left: 15px;
    }
    .bbs-admin .btn{
        width: 32px;
        height: 32px;
        border-radius: 3px;
        background-size: 12px;
    }

    /* view */
    .ev-view-contop{
        padding: 20px 0;
    }
    .ev-view-tit{
        font-size: 17px;
    }
    .ev-view-tit .btn-ev{
        margin: 0 10px;
        margin-top: -3px;
    }
    .ev-view-info{
        font-size: 14px;
    }
    .ev-view-info ul{
        margin-top: 10px;
    }
    .ev-view-info ul > li{
        padding: 0 15px;
        font-size: 14px;
    }
    .ev-view-info ul > li + li:before{
        top: 2px;
        height: 10px;
    }
    .ev-view-info p{
        margin-top: 5px;
    }
    .ev-view-contents{
        overflow-x: auto;
        min-height: 200px;
        padding: 20px 15px;
        font-size: 14px;
        line-height: 1.5;
    }
    .ev-view-attach{
        margin-top: 15px;
        border-radius: 3px;
    }
    .ev-view-attach .view-attach-con{
        flex-direction: column;
    }
    .ev-view-attach .view-attach-con .tit,
    .ev-view-attach .view-attach-con .con{
        width: 100%;
        font-size: 14px;
    }
    .ev-view-attach .view-attach-con .tit{
        padding: 6px 10px;
        border-radius: 3px 3px 13px 3px;
        border: 0;
        border-bottom: 1px solid #e5e5e5;
    }
    .ev-view-attach .view-attach-con .con{
        padding: 10px 15px;
    }
    .ev-view-attach .view-attach-con .con > a{
        font-size: 13px;
    }
    .ev-view-attach .view-attach-con .con > a + a{
        margin-top: 5px;
    }
    .ev-view-attach .view-attach-con .con > a img{
        width: 15px;
        margin-top: -3px;
    }
    .ev-wrap .btn-wrap{
        margin-top: 20px;
    }
    .ev-view-wrap .btn-wrap .btn-type1{
        min-width: initial;
        padding: 7px 20px;
        font-size: 14px;
    }
    .ev-view-wrap .btn-wrap{
        text-align: center !important;
    }
    .ev-view-wrap .btn-wrap .btn-list{
        float: none !important;
    }

    /* Type C */
    .ev-contit-wrap{
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .ev-contit{
        padding: 0 2px 3px;
        font-size: 18px;
        box-shadow: inset 0 -8px 0 #eff5ff;
    }
    .tooltip-wrap{
        display: none;
    }
    .type3 .ev-contop{
        margin-bottom: 10px;
    }
    .type3 .btn-ev{
        padding: 7px 20px;
        margin: 2px;
        border-radius: 2px;
        font-size: 13px;
    }
    .type3 .btn-ev.btn-line{
        font-size: 14px;
    }
    .type3 .ev-contop .ev-btn-wrap{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
        float: none;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .type3 .ev-btn-wrap .btn-wrap{
        width: 100%;
        padding-right: 170px;
        margin-top: -40px;
    }
    .type3 .ev-btn-wrap .btn-ev-write{
        display: none;
    }
    .type3 .btn-ev:has(.plus), 
    .type3 .btn-ev:has(.chk){
        padding: 10px 15px;
    }
    .btn-ev .chk{
        width: 13px;
    }
    .btn-ev .chk img{
        width: 100%;
    }
    .type3 .ev-cate-wrap{
        margin-top: 10px;
    }
    .type3 .ev-cal-wrap{
        flex-direction: column;
        gap: 20px;
    }
    .type3 .ev-cal,
    .type3 .ev-cal-list{
        width: 100%;
    }
    .type3 .ev-cal{
        padding: 25px 10px;
        border-radius: 3px;
    }
    .type3 .ev-cal .year{
        margin-bottom: 15px;
        font-size: 19px;
    }
    .type3 .cal-table th, 
    .type3 .cal-table td{
        font-size: 14px;
    }
    .type3 .cal-table .num{
        width: 32px;
        height: 32px;
    }
    .type3 .ev-cal-list{
        border-top: 0;
    }
    .type3 .ev-list-tit{
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }
    .type3 .ev-cal-list ul{
        padding: 20px 10px;
    }
    .type3 .ev-cal-list li{
        font-size: 14px;
    }
    .type3 .ev-cal-list li + li{
        margin-top: 15px;
    }
    .type3 .ev-cal-list li > a{
        padding: 0;
    }
    .type3 .ev-cal-list .date{
        width: 130px;
    }
    .type3 .ev-cal-list .tit{
        width: calc(100% - 135px);
    }
    .type3 .ev-cal-list span[class^="ev-cate"]{
        width: 5px;
        height: 5px;        
    }
    .btn.btn-like{
        display: none;
    }

    .type3 .sch-wrap{
        padding: 15px;
    }
    .type3 .sch-wrap .form-item{
        height: 35px;
        margin: 0;
    }
    .type3 .sch-cate{
        width: 80px;
    }
    .type3 .sch-key{
        width: calc(100% - 150px);
    }
    .type3 .btn-sch, 
    .type3 .btn-reset{
        width: 35px;
        height: 35px;
        margin: 0px;
        margin-left: -4px;
    }
    .type3 .sch-wrap + .ev-btn-wrap{
        position: relative;
        margin: 15px 0;
    }
    .type3 .sch-wrap + .ev-btn-wrap:has(.btn-ev-write){
        display: block;
    }
    .type3 .sch-wrap + .ev-btn-wrap:has(.btn-ev-write) .form-group,
    .type3 .sch-wrap + .ev-btn-wrap:has(.btn-ev-write) .btn-wrap{        
        display: inline-block;
        vertical-align: middle;
    }
    .type3 .sch-wrap + .ev-btn-wrap:has(.btn-ev-write) .form-group{
        margin: 4px 0;
    }
    .type3 .sch-wrap + .ev-btn-wrap:has(.btn-ev-write):after{
        display: block;
        content: '';
        clear: both;
    }
    .type3 .sch-wrap + .ev-btn-wrap:has(.btn-ev-write) .btn-wrap{
        float: right;
    }
    .type3 .sch-wrap + .ev-btn-wrap .btn-wrap{
        width: auto;
        padding-right: 0;
        margin: 0;
    }
    .type3 .sch-wrap + .ev-btn-wrap .tooltip-wrap{
        display: inline-block;
        position: static;
        vertical-align: middle;
    }
    .type3 .sch-wrap + .ev-btn-wrap .ic-tooltip{
        width: 28px;
        height: 28px;
        background-size: 11px;
    }
    .tooltip-con{
        top: 45px;
        left: auto;
        right: 0;
        width: 100%;
        padding: 15px;
    }
    .tooltip-con:before{
        left: 175px;
    }
    .tooltip-con li:before{
        top: 9px;
    }
    .type3 .ev-list > li{
        flex-direction: column;
        align-items: start;
        position: relative;
        padding: 20px 0;
    }
    .type3 .ev-list .btn-ev{
        margin: 0;
    }
    .type3 .ev-list .cate{
        width: 100%;
    }
    .type3 .ev-list .ev-list-con{
        display: block;
        width: 100%;
        padding: 0 5px;
        margin-top: 10px;
    }
    .type3 .ev-con .tit{
        font-size: 16px;
    }
    .type3 .ev-list .list-type > li{
        padding-left: 10px;
        line-height: 1.3;
    }
    .type3 .ev-list .list-type-dot > li:before{
        top: 8px; 
    }
    .type3 .ev-list .btn-wrap{
        position: absolute;
        top: 20px;
        right: 5px;
        margin: 3px 0;
    }
    .type3 .btn-homepage{
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
    .type3 .ev-list .btn-like{
        display: inline-block;
        margin: 0 4px;
    }
    .btn.btn-like{
        width: 22px;
        height: 20px;
        background-image: url('../image/sub/ic_like_m.png');
        background-size: 100%;
    }
    .btn.btn-like.on{
        background-image: url('../image/sub/ic_like_on_m.png');
    }
    .type3 .ev-list .bbs-admin{
        display: none;
    }
    .type3 .no-data{
        align-items: center !important;
        padding: 25px 15px !important;
        font-size: 14px;
    }

    .type3 .ev-view-contop{
        display: block;
        padding: 20px 15px;
    }
    .type3 .ev-view-contop .btn-ev{
        margin-top: -3px;
    }
    .type3 .ev-tit-wrap{
        display: inline;
        padding-left: 10px;
        vertical-align: top;
    }
    .type3 .ev-view-tit{
        display: inline-block;
    }
    .type3 .ev-view-info{
        display: block;
        width: 100%;
    }
    .type3 .ev-view-info ul{
        margin-top: 10px;
        text-align: left;
    }
    .type3 .ev-view-info ul > li:first-child{
        padding-left: 15px;
    }
    .type3 .ev-view-contop p > a{
        padding-left: 15px;
        background-position: 0 4px;
        background-size: 10px;
    }
    .type3 .ev-view-attach{
        border-radius: 3px 3px 13px 3px;
    }
    .type3 .ev-view-attach .view-attach-con .con:before{
        display: none;
    }
    .type3 .ev-view-attach .view-attach-con .tit{
        width: 100%;
        padding: 15px 15px 0 43px;
        background-position: 15px 17px;
        background-size: 18px;
    }
    .type3 .ev-view-attach .view-attach-con .con{
        padding: 20px 15px;
    }

    /* Type D */
    .type4 .ev-contop{
        margin-bottom: 20px;
    }
    .type4 .ev-year{
        margin-bottom: 10px;
    }
    .type4 .ev-year .btn-year{
        width: 35px;
        height: 35px;
        background-size: 12px;
    }
    .type4 .ev-year .year{
        font-size: 23px;
    }
    .type4 .ev-btn-wrap{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .type4 .btn-wrap .form-item{
        width: 80px;
        height: 36px;
        margin: 2px;
    }
    .type4 .ev-btn-wrap .btn-ev{
        padding: 10px 15px;
        margin: 2px;
        font-size: 14px;
    }
    .type4 .ev-cate-wrap{
        width: 100%;
    }
    .type4 .ev-cate-wrap span[class^="ev-cate"]{
        font-size: 13px;
    }
    .type4 .ev-cate-wrap span[class^="ev-cate"]:before{
        top: 7px;
        width: 7px;
        height: 7px;
    }
    .type4 .cal-table th{
        padding: 10px 0;
        font-size: 14px;
    }
    .type4 .cal-table td{
        padding: 10px 5px;
        font-size: 12px;
    }
    .type4 .ev-cal-con{
        flex-direction: row;
        align-items: end;
        justify-content: start;
        min-height: 30px;
    }
    .type4 .ev-cal-con > a{
        display: inline-block;
        padding-left: 0;
        width: 8px;
        height: 8px;
        margin: 1px;
    }
    .type4 .ev-cal-con > a + a{
        margin: 1px;
    }
    .type4 .ev-cal-con a[class^="ev-cate"]{
        padding-left: 0;
    }
    .type4 .ev-cal-con a[class^="ev-cate"] > span{
        display: none;
    }
    .type4 .ev-cal-con a[class^="ev-cate"]:before{
        width: 8px;
        height: 8px;
        top: 0;
        left: 0;
    }

    .type4 .ev-view-contop{
        display: block;
        padding: 20px 15px;
    }
    .type4 .ev-view-contop .btn-ev{
        margin-top: -3px;
    }
    .type4 .ev-tit-wrap{
        display: inline;
        padding-left: 10px;
        vertical-align: top;
    }
    .type4 .ev-view-tit{
        display: inline-block;
    }
    .type4 .ev-view-info{
        display: block;
        width: 100%;
    }
    .type4 .ev-view-info ul{
        margin-top: 10px;
        text-align: left;
    }
    .type4 .ev-view-info ul > li:first-child{
        padding-left: 15px;
    }
    .type4 .ev-view-contop p > a{
        padding-left: 15px;
        background-position: 0 4px;
        background-size: 10px;
    }
    .type4 .ev-view-attach{
        border-radius: 3px 3px 13px 3px;
    }
    .type4 .ev-view-attach .view-attach-con .con:before{
        display: none;
    }
    .type4 .ev-view-attach .view-attach-con .tit{
        width: 100%;
        padding: 15px 15px 0 43px;
        background-position: 15px 17px;
        background-size: 18px;
    }
    .type4 .ev-view-attach .view-attach-con .con{
        padding: 20px 15px;
    }
    
    .type4.ev-wrap{
        position: relative;
    }
    .type4 .sch-wrap{
        padding: 70px 15px 20px;
        margin-bottom: 15px;
        background-color: #eff5ff;
    }
    .type4 .sch-wrap .form-group{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .type4 .sch-wrap select.form-item{
        width: calc((100% - 10px)/2);
        margin: 0;
    }
    .type4 .sch-wrap .form-item{
        height: 36px;
        margin: 0;
    }
    .type4 .sch-wrap .sch-key{
        width: 100%;
        background-color: transparent;
    }
    .type4 .sch-wrap .btn{
        width: calc((100% - 10px)/2);
        height: 36px;
        margin: 0;
        font-size: 14px;
    }
    .type4 .sch-wrap .btn img{
        width: 13px;
    }
    .type4 .sch-wrap + .ev-btn-wrap{
        flex-direction: row;
        gap: 0;
        margin-bottom: 15px;
    }

    .ev-tab-wrap{
        position: absolute;
        top: 20px;
    }
    .btn.btn-ev-tabmenu{
        display: flex;
        position: relative;
        width: calc(100% - 30px);
        margin: 0 15px;
        padding: 12px 15px;
        padding-right: 25px;
        background-color: #144393;
        border-radius: 2px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        line-height: 1.1;
    }
    .btn.btn-ev-tabmenu:after{
        display: block;
        content: '>';
        clear: both;
        position: absolute;
        top: 50%;
        transform: rotate(90deg) translateY(-50%);
        transform-origin: 0 0;
        right: 15px;
        margin-top: -5px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        transition: 0.3s ease;
    }
    .btn.btn-ev-tabmenu.on:after{        
        transform: rotate(270deg) translateY(-50%);
        margin-top: 3px;
    }
    .btn-ev-tabmenu + .ev-tab-menu{
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        width: calc(100% - 30px);
        margin: 0 15px;
        padding: 10px 0; 
        border: 1px solid #cdcdcd;
        border-radius: 0;
        background-color: #fff;
        box-shadow: none;
    }
    .btn-ev-tabmenu + .ev-tab-menu > li{
        width: 100%;
        text-align: left;
    }
    .btn-ev-tabmenu + .ev-tab-menu > li > a{
        display: block;
        height: auto;
        padding: 7px 15px;
        font-size: 14px;
    }
    .ev-tab-menu > li > a:before{
        display: none;
    }
    .ev-tab-menu > li.on > a,
    .ev-tab-menu > li:hover > a{
        color: #242424;
        font-weight: 400;
    }

    .type4 .ev-list{
        border-top: 2px solid #144393;
    }
    .type4 .ev-list > li{
        flex-direction: column;
        align-items: start;
        padding: 15px 0;
    }
    .type4 .ev-list .cate{
        width: 100%;
    }
    .type4 .ev-list .btn-ev{
        padding: 7px 20px;
    }
    .type4 .ev-con .tit{
        margin-top: 5px;
        font-size: 16px;
    }
    .type4 .ev-list-con{
        flex-direction: column;
        align-items: start;
        width: 100%;
        padding: 0 5px;
    }
    .type4 .ev-con ul > li{
        display: block;
        padding-left: 20px;
        width: 100%;
        background-size: 15px;
        background-position: 0 3px;
        font-size: 14px;
    }
    .type4 .ev-con ul > li + li{
        margin-left: 0;
        margin-top: 5px;
    }
    .type4 .ev-list .btn-wrap{
        width: 100%;
        text-align: right;
    }
    .type4 .ev-list .btn-wrap .bbs-admin{
        display: none;
    }
    .type4 .btn-homepage{
        height: auto;
        padding: 5px 10px;
        border-radius: 2px;
        font-size: 13px;
    }
    .type4 .btn-homepage .plus{
        margin-right: 5px;
    }    
    .type4 .btn-ev{
        padding: 7px 20px;
        margin: 2px;
        border-radius: 2px;
        font-size: 13px;
    }
}