@charset "utf-8";

main:after {
	background: #A6DCF7;
}

div.title2 .page-title {
	background: url(../images/exhibition/exhibition_ttl.png) no-repeat center/cover;
}
header div.title2 .page-title {
	width: 600px;
	height: 105px;
}
@media only screen and (max-width: 1099px) {
	header div.title2 .page-title {
		width: 50%;
		height: 100px;
		background-size: contain;
	}
}
#exhibition {
	background: #d1ecfb;
	position: relative;
}
#exhibition:after {
	content: "";
	width: 100%;
	height: 400px;
	background: #A6DCF7;
	background: linear-gradient(0deg,rgba(166, 220, 247, 1) 0%, rgba(209, 236, 251, 1) 50%);
	position: absolute;
	bottom: 0;
}
#exhibition .wrap {
  position: relative;
  padding: 80px 0;
  z-index: 2;
}

#exhibition h2.title {
	width: 860px;
	max-width: 95%;
	margin: 0 auto 40px;
	text-align: center;
}
#exhibition h2.title span {
	display: block;
	width: 100%;
	color: var(--pink);
	font-size: 23px;
	line-height: 1;
	margin-top: 20px;
}

#exhibition .search{
	width: 100%;
    min-height: 280px;
}

#exhibition .keyword_list{
	width: 60%;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}
@media only screen and (max-width: 1099px) {
	#exhibition .keyword_list{
		width: 95%;
	}
}
#exhibition .keyword_list li{
	margin: 20px 0;
}
#exhibition .keyword_list li a{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border:1px solid  #fff;
	background: #fff;
	color: #0b4e95;
	padding: 10px 20px;
	border-radius: 40px;
}
#exhibition .keyword_list li a:hover{
	background: #0b4e95;
	border: 1px solid  #0b4e95;
	opacity: 1;
	color: #fff;
}
#exhibition .keyword_list li.active a{
	background: #0b4e95;
	color: #fff;
}
#exhibition .keyword_list li.active a:hover{
	opacity: 1;
	background: #0b4e95;
	color: #fff;
	border-color: #fff;
}

@media only screen and (max-width: 820px) {
	#exhibition .keyword_list li a{
		font-size: 16px;
		padding: 10px 20px;
	}
	#exhibition .keyword_list li a:hover {
		background: #fff;
	    border: 1px solid #061b78;
	    color: #061b78;
	}
	#exhibition .keyword_list li.active a {
		background: #061b78;
		color: #fff;
	}
	#exhibition .keyword_list li.active a:hover {
		opacity: 1;
		background: #061b78;
		color: #fff;
	}
}



#exhibition .clear-refine{
	width: 250px;
	margin: 20px auto;
	position: relative;
}
#exhibition .clear-refine input{
	position: relative;
	border: 2px solid #b6cadf;
	font-size: 18px;
	color: #0b4e95;
	padding: 15px 20px;
	border-radius: 40px;
	background: #b6cadf;
	width: 100%;
	display: block;
	font-weight: bold;
}

#exhibition .clear-refine:before{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f01e";
	font-weight: 900;
	color: #0b4e95;
	z-index: 1;
	top: 50%;
	transform: translate(0,-50%);
	left: 20px;
}
#exhibition .clear-refine input:hover{
	background: #0b4e95;
	color: #b6cadf;
}
#exhibition .clear-refine:hover:before{
	color: #b6cadf;
}


#exhibition ul.sponsor-list li{
	background: #fff;
	padding: 115px 35px 35px 35px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
	z-index: 1;
	border-radius: 20px;
}
/*#exhibition ul.sponsor-list li:last-child{*/
/*	margin-bottom: 0;*/
/*}*/
#exhibition ul.sponsor-list li.non-active{
	display: none;
}
#exhibition ul.sponsor-list li .item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
#exhibition ul.sponsor-list li .item .logo{
	width: 320px;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 1299px) {
	#exhibition ul.sponsor-list li .item .logo{
		width: 30%;
	}
}
#exhibition ul.sponsor-list li .item .logo img{
	max-width: 90%;
	margin: 0 auto;
	max-height: 255px;
}

#exhibition ul.sponsor-list li .item .logo.logo_square img{
	max-width: 85%;
	margin: 0 auto;
	max-height: 190px;
}
#exhibition ul.sponsor-list li .item .logo.w80 img{
	max-width: 80%;
	margin: 0 auto;
	max-height: 190px;
}
#exhibition ul.sponsor-list li .item .logo.w70 img{
	max-width: 70%;
	margin: 0 auto;
	max-height: 190px;
}


#exhibition ul.sponsor-list li .item .contents{
	width: 750px;
}
@media only screen and (max-width: 1299px) {
	#exhibition ul.sponsor-list li .item .contents{
		width: 65%;
	}
}
#exhibition ul.sponsor-list li .item .contents .title{
	color: var(--navy);
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.6;
}
#exhibition ul.sponsor-list li .item .contents .corp{
	color: var(--navy);
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}
#exhibition ul.sponsor-list li .item .contents .description{
	color: var(--navy);
	font-size: 16px;
	line-height: 1.6;
}
#exhibition ul.sponsor-list li .item .contents .linkbtn{
	margin: 30px 0 0;
	float: right;
}
#exhibition ul.sponsor-list li .item .contents .linkbtn a{
	display: block;
	width: 100%;
	text-align: center;
	color: var(--blue);
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding: 0 55px 0 0;
}
#exhibition ul.sponsor-list li .item .contents .linkbtn a:after {
	position: absolute;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	width: 50px;
	height: 50px;
	background: var(--blue);
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
#exhibition ul.sponsor-list li .item .contents .linkbtn a:hover{
	text-decoration: underline;
	opacity: 1;
}
#exhibition ul.sponsor-list li .item .contents .linkbtn a:hover:after {
	text-decoration: none;
}
#exhibition ul.sponsor-list li ul.tags{
	position: absolute;
	top: 30px;
	right: 0;
	left: 0;
	margin: auto;
	width: 95%;
	display: flex;
	justify-content: center;
	gap: 0 20px;
	background: #00A4DD;
	background: linear-gradient(0deg,rgba(0, 164, 221, 1) 0%, rgba(38, 111, 223, 1) 100%);
	border-radius: 50px;
	padding: 5px 0;
}
#exhibition ul.sponsor-list li ul.tags li{
	border: none;
	background: #00A4DD;
	background: linear-gradient(0deg,rgba(0, 164, 221, 1) 0%, rgba(38, 111, 223, 1) 100%);
	color: #fff;
	padding: 5px 15px;
	font-size: 24px;
	margin-bottom: 0;
}
#exhibition ul.sponsor-list li ul.tags li:last-child{
	margin-bottom: auto;
}

