#event_datail article{
	display:flex;
	gap:5rem;
}

#event_datail article .event-single-main{
	width:calc(80% - 2.5rem);
}

#event_datail article .event-single-bg{
    width: calc(20% - 2.5rem);
    position: relative;
}

#event_datail article .event-single-main .post-thumbnail{
	aspect-ratio:4 / 2.5;
}

#event_datail article .event-single-bg p{
font-size: 100px;
    transform: rotate(90deg);
    white-space: nowrap;
    position: absolute;
    left: 25%;
    bottom: 100%;
    width: 100%;
    transform-origin: bottom left;
    line-height: 1;
    color: #242E31;
	font-family:var(--en);
}

.event-datail-text{
	margin-top:2rem;
	margin-bottom:7rem;
	padding-bottom:7rem;
	border-bottom:1px solid #B9B9B9;
}

.event-item{
	margin-top:5rem;
}

.event-item:first-child{
	margin-top:0;
}

.event-item h2{
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 10px;
    padding-left: 2rem;
}

.event-item h2:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	transform:translatey(-50%);
	width:15px;
	height:15px;
	background:var(--accent);
}

#event_datail .btn-wrap,
#topics_datail .btn-wrap{
	margin-top:7rem;
}

#event_datail .btn-wrap .arrow,
#topics_datail .btn-wrap .arrow{
    border-radius:100px;
}

#event_datail .btn-wrap .arrow[data-color=red]::before,
#topics_datail .btn-wrap .arrow[data-color=red]::before{
    border-bottom: 1px solid var(--main-r);
    border-left: 1px solid var(--main-r);
	border-top:initial;
	border-right:initial;
}

#event_datail .btn-wrap a:hover .arrow[data-color=red]::after,
#topics_datail .btn-wrap a:hover .arrow[data-color=red]::after{
    border-bottom: 1px solid var(--accent);
    border-left: 1px solid var(--accent);
	border-top:initial;
	border-right:initial;
}

#event_datail .btn-wrap .arrow[data-color=red]::after,
#topics_datail .btn-wrap .arrow[data-color=red]::after{
    border-bottom: 1px solid var(--main-r);
    border-left: 1px solid var(--main-r);
	border-top:initial;
	border-right:initial;
}

#event_datail .btn-wrap a:hover .arrow::before,
#topics_datail .btn-wrap a:hover .arrow::before{
   left:30%;
}

#event_datail .btn-wrap .arrow[data-color=red]::after,
#topics_datail .btn-wrap .arrow[data-color=red]::after{
   left:70%;
}

#event_datail .btn-wrap a:hover .arrow::after,
#topics_datail .btn-wrap a:hover .arrow::after{
    left: 51%;
}

.entry-form{
	margin-top:20rem;
}

.entry-form h3{
	text-align:center;
	margin-bottom:5rem;
	padding-bottom:2rem;
	position:relative;
	font-size:2.5rem;
}

.entry-form h3:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	transform:translatex(-50%);
	width:100px;
	height:1px;
	background:var(--accent);
}


/*********************
  EVENT ENTRY
*********************/
.single-event .hero-content .page-title {
    font-size: 4rem;
}

.single-event .hero-content {
    mix-blend-mode: initial;
	top:60%;
}

.single .hero-breadcrumbs {
    position: initial;
    width: 100%!important;
    text-align: left!important;
    background:initial!important;
    line-height: 2;
	padding:0!important;
}

.term-event-entry .post-archive a{
    display: flex;
    background: var(--sub);
	align-items:center;
	position:relative;
}

.term-event-entry .post-archive a .arrow{
	position:absolute;
	top:50%;
	right:2rem;
	transform:translatey(-50%);
    width: 2rem;
    height: 2rem;
}

.term-event-entry .post-archive a .arrow{
	transition:all .2s;
}

.term-event-entry .post-archive a:hover .arrow{
	right:1.5rem;
}

.term-event-entry .post-archive a .arrow:before{
	border-top: 2px solid var(--accent);
    border-right: 2px solid var(--accent);
    width: 1rem;
    height: 1rem;
    content: "";
    transition: all .4s ease-in;
    transform: translate(-50%, -50%) rotate(45deg);
}

.term-event-entry .post-archive .post-evententry{
    width: 40%;
    display: flex;
    aspect-ratio: initial;
}

.term-event-entry .post-data-wrap{
    width: 60%;
    padding: 3rem 5rem;
}

.term-event-entry .post-archive article{
	margin-bottom:3rem;
}

.term-event-entry .post-archive article:last-child{
	margin-bottom:0;
}

.term-event-entry .post-archive .post-day{
    aspect-ratio: initial;
    position: initial;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
height: initial;
}

.term-event-entry .post-archive img{
width: 100%;
    aspect-ratio: 4 / 3;
}

.archive-other{
	margin-top:2rem;
	color:#ddd;
}

.archive-other span:first-child{
	margin-right:1rem;
	padding-right:1rem;
	border-right:1px solid;
}

.archive-other span{
	font-family:var(--en);
	font-size:12px;
}

/*********************
  EVENT REPORT
*********************/

.term-event-report .report-archive .post-thumbnail {
    aspect-ratio:4 / 3;
}

.term-event-report .post-wrap article {
    width: calc(100% / 3 - 2rem);
}


/*********************
  TOPICS
*********************/
.topics-datail-data{
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
    border-top: 1px solid;
    padding-top: 2rem;
}

.term-list{
margin-bottom: 5rem;
    justify-content: center;
    gap: 3rem;
}

.term-list li{
width: calc(100% / 5 - 2.4rem);
    text-align: center;
}

.term-list li a{
display: block;
    padding:2rem;
	border:1px solid;
}

.term-list li.on a,
#page__topics .term-list li:first-child a{
    background: var(--accent);
	border:1px solid var(--accent);
}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1400px) {
#event_datail article .event-single-bg p {
    font-size: 90px;
}
#event_datail article {
    gap: 3rem;
}
#event_datail article .event-single-main {
    width: calc(80% - 1.5rem);
}
#event_datail article .event-single-bg {
    width: calc(20% - 1.5rem);
}
}

@media screen and (max-width:1200px) {
.single-event .hero-content .page-title {
    font-size: 3rem;
}
.entry-form {
    margin-top: 15rem;
}
#topics_datail{
	padding-top:15rem;
	}
.side-content p {
    font-size: 2rem;
    line-height: 1.5!important;
}
.side-content h4 {
    font-size: 13px;
}
}

@media screen and (max-width:960px) {
.side-content p {
    font-size: 1.8rem;
}
.side-content h4 {
    font-size: 13px;
}
.term-event-entry .post-data-wrap {
    padding: 1rem 3rem;
}
.archive-other {
    margin-top: 1rem;
}
.term-event-report .post-wrap article {
    width: calc(100% / 2 - 1.5rem);
}
.term-list {
    justify-content: flex-start;
}
.term-list li {
    width: calc(100% / 3 - 2rem);
}
}

@media screen and (max-width:767px) {
.term-event-entry .post-archive .post-day {
    width: 20%;
}
.term-event-entry .post-archive img {
    width: 100%;
    aspect-ratio: initial;
}
.term-event-entry .post-archive .post-thumbnail{
width: 80%;
    aspect-ratio: 4 / 2;
	}
.term-event-entry .post-archive .post-evententry {
    aspect-ratio: initial;
	width:100%;
}
.term-event-entry .post-data-wrap {
    width: 100%;
    padding: 1rem;
}
.term-event-entry .post-archive a {
    flex-wrap: wrap;
}
.archive-other {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1 !important;
}
.post-archive .post-title {
    font-size: 1.4rem;
}
#event_datail article .event-single-main {
    width: 100%;
}
.event-single-bg{
	display:none;
	}
.single-event .hero-content{
    width: 100%;	
	}
.single-event .hero-content .page-title {
    font-size: 2rem;
}
.single-event #page_header {
    height: 30rem;
}
.event-item h2 {
    font-size: 1.4rem;
    padding-left: 1.5rem;
}

.event-item h2:before {
    width: 10px;
    height: 10px;
}
.entry-form {
    margin-top: 10rem;
}

.entry-form h3 {
    font-size: 2rem;
}

.term-event-report .post-wrap article {
    width: calc(100% / 2 - 0.5rem);
}

#post__pager .page-numbers li a, #post__pager .page-numbers li span {
    width: 40px;
    height: 40px;
}

.term-list {
    gap: 1rem;
}

.term-list li {
    width: calc(100% / 2 - 0.5rem);
}
.term-list li a {
    padding: 1rem;
}
.post-archive .post-title {
    font-size: 13px;
}
#topics_datail {
    padding-top: 10rem;
}
}