@charset "utf-8";
/* CSS Document */
/*------
Exhibition Photo
-----*/
/*Exhibition*/
#exhibition h2{ text-align:center;}
#exhibition h2 span{ color:var(--web-theme-color-blue);}
#exhibition p{ width:min(90%,1250px); margin:0 auto; margin-top:3rem;}
#exhibition .grid{grid-template-columns:repeat(2,60rem); justify-content: center; grid-column-gap:4rem;  margin-top:6rem;}
.exhibition-content{ background-color:var(--web-theme-color-white);}
.exhibition-content img{ padding:1.2rem; box-shadow: 0 0 10px rgba(80,80,80,0.5);}
@media screen and (max-width: 1023px) {
#exhibition p{ width:100%; margin:0; margin-top:3rem;}	
#exhibition .grid{grid-template-columns:1fr; margin-top:4rem; grid-row-gap:2rem; }
}
