/* page css */

* {
  box-sizing: border-box;
}

*:before {
  box-sizing: border-box;
}

*:after {
  box-sizing: border-box;
}

.page-wrapper {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, Times New Roman,
    sans-serif;
  font-weight: 400;
}

.page-wrapper p,
.page-wrapper h3,
.page-wrapper h2,
.page-wrapper ul {
  margin: 0;
  padding: 0;
}

.page-wrapper.universe-wrap img {
  display: block;
}

.universe-wrap .inner-section {
  width: calc(100% - 80px);
  max-width: 1250px;
  margin: 0px auto 100px auto;
  color: #333333;
}

.universe-wrap .header-section {
  widows: 100%;
  max-width: 990px;
  margin: 0 auto;
}
.universe-wrap .section-title {
  font-family: "ClarinsRegular", "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 66px;
  text-align: center;
  margin: 20px 0;
}

.universe-wrap .section-subtitle {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, Times New Roman,
    sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin: 20px 0;
}

.universe-wrap .header-section h5 {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, Times New Roman,
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}

.universe-wrap .universe-content {
  width: 100%;
  max-width: 1170px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.universe-wrap .universe-content div.universe-box {
  max-width: 31.5%;
}

.universe-wrap .universe-content .universe-box .image-wrap img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.universe-wrap .universe-content .universe-box .text-group {
  text-align: center;
  margin-top: 32px;
}

.universe-wrap .universe-content .universe-box .inner-headline {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, Times New Roman,
    sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 20px;
}

.universe-wrap .universe-content .universe-box p {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, Times New Roman,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}

.universe-wrap .universe-content .universe-box a {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial, Times New Roman,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-decoration: underline;
}

.universe-wrap .universe-content .universe-box a:hover {
  color: #be0f34;
}

@media screen and (max-width: 1023px) {
  .universe-wrap .header-section {
    width: 100%;
  }
  .universe-wrap .section-title {
    font-size: 5.877vw;
  }
}

@media screen and (min-width: 761px) and (max-width: 1023px) {
  .universe-wrap .inner-section,
  .universe-wrap .header-section {
    width: 90%;
  }
}

@media screen and (max-width: 761px) {
  .universe-wrap .header-section {
    margin-bottom: 5vw;
  }
  .universe-wrap .section-title {
    font-size: 9.198vw;
  }

  .universe-wrap .universe-content .universe-box .text-group .inner-headline,
  .universe-wrap .universe-content .universe-box .text-group p,
  .universe-wrap .universe-content .universe-box a {
    font-size: 3.679vw;
    line-height: 5.256vw;
  }
  .universe-wrap .universe-content .universe-box .text-group {
    margin-bottom: 10vw;
  }
  .universe-wrap .universe-content {
    margin-top: 0;
    flex-direction: column;
  }
  .universe-wrap .universe-content div.universe-box {
    margin: 30px auto 0 auto;
  }
  .universe-wrap .universe-content div.universe-box {
    max-width: 636px;
    margin-top: 10px;
  }
  .universe-wrap .inner-section {
    margin: 0 auto;
    width: 89%;
  }
}
