@charset "UTF-8";
/* CSS Document */
/* Body and Wrapper */
body {
  background-color: #f4eeff;
}
header {
  background-color: #a6b1e1;
}
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
/* Body and Wrapper max-width: 700px */
@media screen and (max-width: 700px) {
  header {
    background-color: #a6b1e1;
  }
}
/* Zemi Study */
.zemi-study {
  background-color: #fffffe;
  margin: 120px 70px 0;
  padding: 30px 30px;
}
.zemi-study__title {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #424874 solid 2px;
}
.zemi-study__content {
  padding: 0 40px;
}
.zemi-study__content p {
  text-align: left;
  font-size: 2.0rem;
  padding-bottom: 10px;
}
.zemi-study__content-details {
  display: flex;
}
.zemi-study__content-details-image {
  width: 50%;
  text-align: left;
}
.zemi-study__content-details-image img {
  width: 90%;
}
.zemi-study__content-details-description {
  width: 50%;
  padding-top: 60px;
}
.zemi-study__content-details-description p {
  text-align: left;
  font-size: 2.0rem;
}
/* Zemi Study max-width: 1024px */
@media screen and (max-width: 1024px) {
  .zemi-study {
    margin: 60px 40px 0;
  }
  .zemi-study__title {
    font-size: 2.6rem;
  }
  .zemi-study__content {
    padding: 0 20px;
  }
  .zemi-study__content p {
    padding-bottom: 30px;
  }
  .zemi-study__content-details {
    display: flex;
  }
  .zemi-study__content-details-image img {
    width: 100%;
  }
  .zemi-study__content-details-description {
    padding-top: 50px;
    padding-left: 50px;
  }
}
/* Zemi Study max-width: 599px */
@media screen and (max-width: 599px) {
  .zemi-study {
    margin: 40px 20px 0;
    padding: 24px 20px;
  }
  .zemi-study__title {
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #424874 solid 1px;
  }
  .zemi-study__content {
    padding: 0 10px;
  }
  .zemi-study__content p {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .zemi-study__content-details {
    display: block;
  }
  .zemi-study__content-details-image {
    width: 100%;
    text-align: center;
  }
  .zemi-study__content-details-image img {
    width: 85%;
  }
  .zemi-study__content-details-description {
    text-align: left;
    width: 100%;
    padding: 10px 0 0;
  }
  .zemi-study__content-details-description p {
    padding-bottom: 0
  }
}
/* Zemi Theme */
.zemi-theme {
  margin: 120px 70px 0;
  padding: 30px 30px;
}
.zemi-theme__title {
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #424874 solid 2px;
}
.zemi-theme__top {
  margin-bottom: 40px;
}
.zemi-theme__description {
  padding: 0 40px;
}
.zemi-theme__description p {
  text-align: left;
  font-size: 2.0rem;
}
.zemi-theme__thesis {
  margin: 0 40px 0 30px;
  padding: 30px 0 10px;
  background-color: #fffffe;
  box-shadow: 10px 10px 0px 0px rgb(220 214 247);
}
.zemi-theme__graduation-thesis-title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 500;
}
.zemi-theme__graduation-thesis-description p {
  padding: 30px 40px;
  text-align: left;
  font-size: 2.0rem;
}
.zemi-theme__graduation-thesis {
  box-sizing: content-box;
  width: 100%;
}
.zemi-theme__graduation-thesis ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 60px;
}
.zemi-theme__graduation-thesis-list {
  width: 45%;
  display: flex;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: #dcd6f7 solid 2px;
}
.zemi-theme__graduation-thesis-list:nth-child(odd) {
  margin-right: 50px;
}
.zemi-theme__graduation-thesis-list img {
  width: 10%;
  padding-right: 20px;
}
.zemi-theme__graduation-thesis-list p {
  text-align: left;
  font-size: 2.0rem;
  margin: auto 20px auto 0;
}
.zemi-theme__masters-thesis-description p {
  padding: 30px 40px;
  text-align: left;
  font-size: 2.0rem;
}
.zemi-theme__masters-thesis {
  padding: 0 60px;
}
.zemi-theme__masters-thesis ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.zemi-theme__masters-thesis-list {
  width: 45%;
  display: flex;
  margin-bottom: 20px;
  list-style: none;
  border-bottom: #dcd6f7 solid 2px;
}
.zemi-theme__masters-thesis-list:nth-child(odd) {
  margin-right: 40px;
}
.zemi-theme__masters-thesis-list img {
  width: 10%;
  padding-right: 20px;
}
.zemi-theme__masters-thesis-list p {
  text-align: left;
  font-size: 2.0rem;
  margin: auto 0;
}
/* Zemi Theme max-width: 1024px */
@media screen and (max-width: 1024px) {
  .zemi-theme {
    margin: 60px 40px 0;
  }
  .zemi-theme__title {
    font-size: 2.6rem;
  }
  .zemi-theme__top {
    margin-bottom: 40px;
  }
  .zemi-theme__description {
    padding: 0 30px;
  }
  .zemi-theme__thesis {
    padding: 30px 0 10px;
  }
  .zemi-theme__graduation-thesis-description p {
    padding: 30px;
  }
  .zemi-theme__graduation-thesis ul {
    margin: 10px 0;
  }
  .zemi-theme__graduation-thesis-list:nth-child(odd) {
    margin-right: 30px;
  }
  .zemi-theme__graduation-thesis-list img {
    width: 14%;
    padding-right: 10px;
  }
  .zemi-theme__graduation-thesis-list p {
    font-size: 1.8rem;
    margin: 0;
  }
  .zemi-theme__masters-thesis {
    padding: 0;
  }
  .zemi-theme__masters-thesis-description p {
    padding: 30px;
  }
  .zemi-theme__masters-thesis-list:nth-child(odd) {
    margin-right: 30px;
  }
  .zemi-theme__masters-thesis-list img {
    width: 14%;
    padding-right: 10px;
  }
  .zemi-theme__masters-thesis-list p {
    font-size: 1.8rem;
    margin: 0;
  }
  .zemi-theme__masters-thesis-list p span {
    font-size: 1.7rem;
  }
}
/* Zemi Theme max-width: 599px */
@media screen and (max-width: 599px) {
  .zemi-theme {
    margin: 40px 20px 0;
    padding: 0;
  }
  .zemi-theme__title {
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #424874 solid 1px;
  }
  .zemi-theme__top {
    margin-bottom: 20px;
  }
  .zemi-theme__description {
    padding: 0 10px;
  }
  .zemi-theme__description p {
    font-size: 1.6rem;
  }
  .zemi-theme__thesis {
    padding: 24px 20px;
    margin: 0 5px 0 0;
    box-shadow: 5px 5px 0px 0px rgb(220 214 247);
}
.zemi-theme__thesis h3 {
  font-size: 1.6rem;
}
  .zemi-theme__graduation-thesis-description p {
    padding: 20px 0 10px;
    font-size: 1.6rem;
  }
  .zemi-theme__graduation-thesis ul {
    display: block;
    margin: 10px 20px;
  }
  .zemi-theme__graduation-thesis-list {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .zemi-theme__graduation-thesis-list:nth-child(odd) {
    margin-right: 0;
  }
  .zemi-theme__graduation-thesis-list img {
    display: none;
  }
  .zemi-theme__graduation-thesis-list p {
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
  }
  .zemi-theme__masters-thesis-description p {
    padding: 20px 0 10px;
    font-size: 1.6rem;
  }
  .zemi-theme__masters-thesis {
    padding: 0;
  }
  .zemi-theme__masters-thesis ul {
    display: block;
    margin: 10px 20px;
  }
  .zemi-theme__masters-thesis-list {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .zemi-theme__masters-thesis-list:nth-child(odd) {
    margin-right: 0;
  }
  .zemi-theme__masters-thesis-list img {
    display: none;
  }
  .zemi-theme__masters-thesis-list p {
    text-align: center;
    font-size: 1.6rem;
    margin: 0;
  }
  .zemi-theme__masters-thesis-list p span {
    font-size: 1.4rem;
  }
}
/*

COLOR

base purple: #f4eeff
base white: #fffffe
main purple: #dcd6f7
main blue: #a6b1e1
accent blue: #424874

*/
