.event-main img{
    width: 100%;
}

.event-main{

}

.event-main .low-title-common {
    background-image: url(../images/event/event-title-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.event-main .low-title-common h1 {
    padding: 13px 45px;
}

.event-main .low-common__sub-heading img{
    width: 633px;
}

.event-main-contents {
    background-image: url(../images/event/event-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 60px;
    background-attachment: fixed;
}

.category_list {
	display: flex;
	flex-wrap: wrap;
	width: 867px;
	max-width: 100%;
	margin: 0px auto 46px;
	justify-content: space-between;
	font-weight: 500;
	align-items: center;
}

.category_list p {
    font-size: .22rem;
    color: #2C89D5;
    letter-spacing: 0.16em;
    font-weight: bold;
}

.category_list ul {
	display: flex;
	flex-wrap: wrap;
	width: 84%;
	justify-content: space-between;
}

.category_list li {
	font-size: .18rem;
    background-color: #fff;
	box-shadow: 0px 5px 0px 0px #69A2D1;
    border: solid 1px #69A2D1;
	border-radius: 50px;
	width: 21%;
	text-align: center;
	margin-bottom: 15px;
}

.category_list li a {
	padding: 7px 1px;
	display: block;
}

.category_list li.selected,
.category_list li:hover {
	background-color: #D4EDFF;
	transform: translateY(3px);
    box-shadow: 0px 3px 0px 0px #69A2D1;
}

.category_list img {
	width: 20px;
	max-width: 100%;
	vertical-align: middle;
	margin-right: 10px;
}

.category_list li:hover {
	background: #D4EDFF;
	color: #FFF;
}

.other-color{
    color: #959595;
}

.guardian-color{
    color: #FF484B;
}


.work-color{
    color: #19AE70;
}

.all-color{
    color: #2C89D5;
}


.event-list-corner {
    width: 1040px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	position:relative;
}
.event-list-corner::after{
	content: "";
	width: 30%;
	height: 0;
}

.event-list {
    background-color: #fff;
    width: 30%;
    display: block;
    color: #000;
    padding: 19px 18px 25px;
    border: solid 1px #A3A3A3;
    border-radius: 10px;
    margin-bottom: 40px;
}

.event-list__imgwrap{
    margin-bottom: 15px;
	aspect-ratio: 3 / 2;
    width: 100%;
    overflow: hidden;
}
.event-list__img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}

.event-list__date {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 19px;
}

.event-list__date p {
    font-size: .13rem;
    border: solid 1px;
    padding: 1px 0px;
    border-radius: 7px;
    width: 90px;
    text-align: center;
}

.event-list__date time{
    font-size: .13rem;
    color: #828282;
    letter-spacing: 0.2em;
}

.event-list__date span{
    font-size: .15rem;
}

.event-list__text p {
    font-size: .15rem;
    padding: 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.event-list__none {
    text-align: center;
    width: 100%;
    font-size: .19rem;
    margin-bottom: 20px;
}
.empty_btn{
    margin: 0 auto;
    width: 151px;
    display: block;
}

@media screen and (max-width:800px){
	.event-main .low-common__sub-heading img {
		width: 253px;
	}
    .category_list li a {
        padding: 4px 1px;
        display: block;
    }

    .event-main-contents {
        padding-top: 50px;
        padding-bottom: 50px;
    	background-attachment: unset;
    }

    .category_list ul{
        width: 100%;
        padding: 0 20px;
    }

    .category_list li{
        width: 45%;
    }

    .category_list p {
        font-size: .26rem;
        margin: 0 auto 20px;
    }

    .category_list {
        margin: 0px auto 60px;
    }

    .event-list {
        background-color: #fff;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
}