@font-face {
  font-family: PP Mori;
  src: url(../assets/fonts/PP_Mori/PPMori-SemiBold.otf);
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: PP Mori;
  src: url(../assets/fonts/PP_Mori/PPMori-SemiBoldItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: PP Mori;
  src: url(../assets/fonts/PP_Mori/PPMori-Regular.otf);
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: PP Mori;
  src: url(../assets/fonts/PP_Mori/PPMori-RegularItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: PP Mori;
  src: url(../assets/fonts/PP_Mori/PPMori-Extralight.otf);
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: PP Mori;
  src: url(../assets/fonts/PP_Mori/PPMori-ExtralightItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
}
body {
  padding: 0;
  line-height: 19.6px;
  font-size: 14px;
  margin: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  font-display: swap;
  font-weight: 400;
  font-family: PP Mori, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}
a,
p {
  padding: 0;
  line-height: 19.6px;
  font-size: 14px;
}
h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 25.2px;
}
.italic {
  font-style: italic;
}
a {
  color: #0000FF;
  cursor: pointer;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clickable {
  cursor: pointer;
}
.contain .logo {
  padding: 40px 20px 20px 20px;
  align-items: center;
}
.contain .logo img {
  width: 100%;
  max-width: 1000px;
}
.contain .p2p-symbol {
  padding: 121px 76px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.contain .p2p-symbol img {
  width: 100%;
  max-width: 800px;
}
.contain .catalog-info {
  padding: 20px 20px 80px 20px;
}
.contain .catalog-info h4 {
  color: #AEAEAE;
  font-weight: 400;
  line-height: 19.6px;
  font-size: 14px;
}
.contain .catalog-info p {
  color: black;
}
.contain .catalog-info .artist-list {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 20px 0px;
  margin: 20px 0px;
}
.contain .curator-note {
  color: white;
  background-color: black;
  padding: 20px;
}
.contain .curator-note .title {
  opacity: 0.5;
}
.contain .curator-note h1 {
  margin: 10px 0px;
}
.contain .curator-note .content {
  padding-top: 40px;
}
.contain .curator-note .footnote {
  font-size: 9px !important;
  line-height: 11.2px;
  margin-top: 40px;
}
.contain .curator-note .footnote a {
  color: inherit;
  text-decoration: underline;
  font-size: 9px !important;
  line-height: 11.2px;
}
.contain .artworks:last-child {
  padding-bottom: 110px;
}
.contain .artworks {
  padding: 110px 0px 0px 0px;
}
.contain .artworks img {
  width: 100%;
}
.contain .artworks .content {
  padding: 30px 20px 0px 20px;
}
.contain .artworks .content .artist {
  font-size: 24px;
  font-weight: 400;
  line-height: 25.2px;
  color: black;
  text-decoration: none;
}
.contain .artworks .content .artwork-title {
  margin: 5px 0px 10px 0px;
}
.contain .artworks .content .describe {
  white-space: pre-line;
}
.contain .artworks .content .description {
  white-space: pre-line;
  margin-top: 30px;
}
.contain .artworks .content .description .title {
  color: #AEAEAE;
  margin-bottom: 5px;
}
.contain .artworks .content .description a {
  color: black;
}
.contain .artworks .content .description .m-l-50 {
  margin-left: 50px;
}
.contain .artworks .content .bio {
  white-space: pre-line;
  margin-top: 30px;
}
.contain .artworks .content .bio .title {
  color: #AEAEAE;
  margin-bottom: 5px;
}
.contain .artworks .content .personal-info {
  margin-top: 30px;
}
.contain .artworks .content .personal-info p,
.contain .artworks .content .personal-info div {
  border-bottom: 1px solid #DBDBDB;
  margin: 0px 0px 5px 0px !important;
  line-height: 25px;
}
.contain .artworks .content .personal-info .website {
  text-decoration: none;
}
.contain .artworks .content .personal-info p > a {
  text-decoration: none;
  margin-left: 10px;
}
.contain .artworks .footer-img {
  margin-top: 30px;
}

.footer {
  background: #000000;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}
.footer .heading {
  padding-bottom: 20px;
}
.footer .heading:first-child {
  padding: 20px 0;
}
.footer .title-padding {
  padding: 20px 0 15px;
}
.footer hr {
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.5;
  height: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.footer .sponsor {
  font-weight: 400;
  font-size: 24px;
  line-height: 25px;
}
.footer .sponsor-logo {
  width: 350px;
  height: 165px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

@media all and (min-width: 800px) and (max-width: 1400px) {
  .contain {
    max-width: 768px;
  }
  .contain .logo {
    padding: 40px 0px 20px 0px;
  }
  .contain .catalog-info {
    padding: 20px 0px 80px 0px;
  }
  .contain .catalog-info .artist-list {
    padding: 20px 0px;
    margin: 20px 0px;
  }
  .contain .curator-note {
    padding: 30px;
  }
  .contain .curator-note h1 {
    margin: 10px 0px;
  }
  .contain .curator-note .content {
    padding-top: 40px;
  }
  .contain .artworks {
    padding: 110px 0px 0px 0px;
  }
  .contain .artworks .content {
    padding: 60px 0px 0px 0px;
  }
  .contain .artworks .footer-img {
    margin-top: 20px;
  }

  .footer .sponsor-group {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .sponsor-space-right {
    margin-right: 15px;
  }
  .footer .sponsor-space-left {
    margin-left: 0;
  }
}
@media all and (min-width: 1400px) {
  .contain {
    max-width: 1200px;
  }
  .contain .logo {
    padding: 40px 0px 20px 0px;
  }
  .contain .catalog-info {
    padding: 20px 0px 80px 0px;
  }
  .contain .catalog-info .artist-list {
    padding: 20px 0px;
    margin: 20px 0px;
  }
  .contain .curator-note {
    padding: 40px;
  }
  .contain .curator-note h1 {
    margin: 10px 0px;
  }
  .contain .curator-note .content {
    padding-top: 40px;
  }
  .contain .artworks {
    padding: 110px 0px 0px 0px;
  }
  .contain .artworks .content {
    padding: 60px 0px 0px 0px;
  }

  .footer .sponsor-group {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .sponsor-space-right {
    margin-right: 20px;
  }
  .footer .sponsor-space-left {
    margin-left: 20px;
  }
}