/* animation
----------------------------------------*/
/* animation mixins
----------------------------------------*/
/* main button color
----------------------------------------*/
.tpl-title-wrap .sec-title {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.sec-content {
	padding-bottom: 160px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 750px) {
	.sec-content {
		padding-bottom: 0;
	}
}

.search-area {
	position: relative;
	display: flex;
	align-items: center;
	padding: 83px 4.285% 87px;
	margin-bottom: 90px;
}

@media screen and (max-width: 750px) {
	.search-area {
		display: block;
		padding: 12.4vw 5.33333vw 5.73333vw;
		margin-bottom: 13.33333vw;
	}
}

.search-area .title {
	font-size: 32px;
	font-weight: 500;
	color: #00315e;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	.search-area .title {
		font-size: 5.33333vw;
		margin-bottom: 5.73333vw;
	}
}

.search-area .search-wrap {
	margin-left: auto;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.search-area .search-wrap {
		justify-content: flex-end;
	}
}

.search-area .search-wrap .label {
	font-size: 16px;
	color: #00315e;
	margin-right: 34px;
}

@media screen and (max-width: 750px) {
	.search-area .search-wrap .label {
		font-size: 3.2vw;
		margin-right: 1.2em;
	}
}

.search-area .search-box {
	position: relative;
}

.search-area .search-btn {
	color: #00315e;
	border: 1px solid #00315e;
	display: inline-block;
	width: 180px;
	padding: 30px;
	line-height: 1;
	position: relative;
}

@media screen and (max-width: 750px) {
	.search-area .search-btn {
		width: 29.33333vw;
		padding: 4vw;
	}
}

.search-area .search-btn:after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #00315e;
	border-right: 1px solid #00315e;
	position: absolute;
	top: calc(50% - 5px);
	right: 10%;
	transform: rotate(45deg);
}

.search-area .search-btn.is-open:after {
	transform: rotate(-135deg);
}

.search-area .year-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 3;
	width: 100%;
	border: 1px solid #00315e;
	border-top: none;
}

.search-area .year-list a {
	display: block;
	padding: 10px 30px;
	color: #00315e;
	background-color: #FFF;
}

@media screen and (min-width: 751px) {
	.search-area .year-list a:hover {
		color: #0082e2;
	}
}

@media screen and (max-width: 750px) {
	.search-area .year-list a {
		padding: 1.33333vw 4vw;
	}
}

.search-area .year-list li:first-child a {
	padding-top: 20px;
}

.search-area .year-list li:last-child a {
	padding-bottom: 20px;
}

.search-area:after {
	content: '';
	display: block;
	width: 75%;
	height: 100%;
	background-color: rgba(0, 91, 172, 0.07);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media screen and (max-width: 750px) {
	.search-area:after {
		width: 50%;
	}
}

.cont-wrap {
	padding: 0 12.5%;
}

@media screen and (max-width: 750px) {
	.cont-wrap {
		padding: 0;
	}
}

.cont-wrap + .cont-wrap {
	margin-top: 110px;
}

@media screen and (max-width: 750px) {
	.cont-wrap + .cont-wrap {
		margin-top: 21.33333vw;
	}
}

.cont-wrap .sec-title {
	font-size: 28px;
	font-weight: 500;
	color: #00315e;
	padding-left: 4.285%;
	margin-bottom: 56px;
}

@media screen and (max-width: 750px) {
	.cont-wrap .sec-title {
		font-size: 4.8vw;
		margin-bottom: 7.73333vw;
		padding-left: 5.33333vw;
	}
}

.event-list-wrap {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.event-list-wrap .item {
	display: flex;
	background-color: white;
}

.event-list-wrap .item a {
	color: #00315e;
}

@media screen and (min-width: 751px) {
	.event-list-wrap .item a:hover {
		color: #0082e2;
	}
}

.date-wrap {
	width: 140px;
	background-color: #eee;
	border-bottom: 1px solid #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 36px 0;
}

@media screen and (max-width: 750px) {
	.date-wrap {
		width: 18.66667vw;
		padding: 4.8vw 0;
	}
}

.date-wrap p {
	color: #00315e;
	font-size: 14px;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	.date-wrap p {
		font-size: 2.8vw;
	}
}

.date-wrap .label {
	margin-bottom: .5em;
}

.date-wrap .date {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 30px;
	margin-bottom: .1em;
}

@media only screen and (max-width: 750px) {
	.date-wrap .date {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 750px) {
	.date-wrap .date {
		font-size: 6vw;
	}
}

.date-wrap .date span {
	font-size: 20px;
	display: inline-block;
	line-height: 30px;
	vertical-align: bottom;
}

@media screen and (max-width: 750px) {
	.date-wrap .date span {
		font-size: 4vw;
		line-height: 6vw;
	}
}

.date-wrap .week {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}

@media only screen and (max-width: 750px) {
	.date-wrap .week {
		letter-spacing: 0;
	}
}

.date-wrap .date-col {
	display: flex;
	align-items: flex-end;
}

.date-wrap .date-col + .date-col {
	position: relative;
	padding-top: 1em;
}

.date-wrap .date-col + .date-col:before {
	content: '';
	display: block;
	width: 1px;
	height: .8em;
	background-color: #00315e;
	position: absolute;
	top: 0;
	left: 50%;
}

.date-wrap .date-col .date {
	margin-bottom: 0;
}

@media screen and (max-width: 750px) {
	.date-wrap .date-col .date {
		font-size: 4.53333vw;
	}
	.date-wrap .date-col .date span {
		font-size: 3.06667vw;
		line-height: 4.53333vw;
	}
}

.date-wrap .date-col .week {
	padding-bottom: .3em;
}

@media screen and (max-width: 750px) {
	.date-wrap .date-col .week {
		font-size: 2.66667vw;
	}
}

.detail-wrap {
	flex: 1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 20px 40px;
}

@media screen and (max-width: 750px) {
	.detail-wrap {
		padding: 4.53333vw 4vw;
	}
}

.detail-wrap .tag {
	font-size: 12px;
	line-height: 1;
	color: #00315e;
	border: 1px solid #00315e;
	padding: 6px 8px;
	display: inline-block;
	margin-bottom: 12px;
}

@media screen and (max-width: 750px) {
	.detail-wrap .tag {
		font-size: 2.66667vw;
		padding: 2px 4px;
		margin-bottom: 0.66667vw;
	}
}

.detail-wrap .body {
	display: block;
}

@media screen and (min-width: 751px) {
	.detail-wrap .body {
		max-width: 40em;
	}
}

@media screen and (max-width: 750px) {
	.detail-wrap .body {
		font-size: 2.93333vw;
	}
}

/*# sourceMappingURL=../../../_map/renew_assets/event/css/style.css.map */
