.introText {
  padding-top: clamp(1.25rem, 4.27vw, 3.25rem);
  margin-bottom: clamp(1.25rem, 3.3vw, 2.5rem);
}
.introText h2.housing {
  display: block;
  margin: 0 0 3px;
  font-size: clamp(1.688rem, 0.75rem + 3.125vw, 3.125rem);
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.introText h2.safe {
  display: block;
  margin-bottom: clamp(0.75rem, 1.23vw, 0.9375rem);
  font-size: clamp(1.688rem, 0.75rem + 3.125vw, 3.125rem);
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
}
.introText h2.safe span {
  display: block;
  color: #00C1AF;
  text-align: center;
}
.introText .desc {
  max-width: 1120px;
  margin: 0 auto;
  font-size: clamp(0.875rem, 0.712rem + 0.543vw, 1.125rem);
  font-weight: 300;
  line-height: 1.45;
  text-align: center;
}
.introText .desc strong {
  font-weight: 600;
}
.introText .desc i {
  font-weight: 500;
  color: #00C1AF;
  font-style: normal;
}

.mainpic {
  position: relative;
  margin-bottom: clamp(1.5rem, 3.9vw, 3rem);
}
.mainpic IMG,
.mainpic VIDEO {
  width: 100%;
  height: auto;
  border-radius: clamp(15px, 1.64vw, 20px);
  aspect-ratio: 40/57;
}
.mainpic .countdownHolder {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F6F6F6;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 100%;
  padding: 12px 10px 9px;
  max-width: 220px;
}
.mainpic .countdownHolder span.title {
  display: block;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.mainpic .countdownHolder .timerHolder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.mainpic .countdownHolder .timerHolder .timebox span.timer {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.mainpic .countdownHolder .timerHolder .timebox span.label {
  display: block;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}

.presidentIntro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 27px;
  margin-bottom: 28px;
}
.presidentIntro IMG {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.presidentIntro .intro {
  display: block;
  padding: 0 10px;
}
.presidentIntro .intro h2.title {
  margin: 0 0 10px;
  font-size: clamp(2.5rem, 2.092rem + 1.359vw, 3.125rem);
  font-weight: 500;
  line-height: 1;
  color: #00C1AF;
}
.presidentIntro .intro span.position {
  display: block;
  margin-bottom: 24px;
  font-size: clamp(1.25rem, 1.005rem + 0.815vw, 1.625rem);
  line-height: 1.45;
  font-weight: 300;
  font-style: italic;
  color: #00C1AF;
}
.presidentIntro .intro span.txt {
  display: block;
  font-size: clamp(1.625rem, 1.576rem + 0.163vw, 1.7rem);
  line-height: 1.45;
  font-weight: 300;
}
.presidentIntro .intro span.txt strong {
  font-weight: 500;
}
.presidentIntro .intro span.txt i, .presidentIntro .intro span.txt em {
  color: #00C1AF;
  font-weight: 500;
  font-style: normal;
}

.newsHolder {
  margin-bottom: 24px;
}
.newsHolder h2.title {
  margin: 0 0 23px 14px;
  font-size: clamp(2rem, 1.266rem + 2.446vw, 3.125rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.newsHolder h2.title A {
  color: black;
  text-decoration: none;
}
.newsHolder .newsListHolder {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 10px;
}
.newsHolder .newsListHolder IMG {
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.newsHolder .newsListHolder .newsList {
  display: flex;
  flex-flow: column nowrap;
  background-color: #BCF0ED;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 3px 0 24px;
}
.newsHolder .newsListHolder .newsList .newsItem {
  padding: 10px 22px 0;
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
}
.newsHolder .newsListHolder .newsList .newsItem A {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  color: black;
  font-size: clamp(0.875rem, 0.63rem + 0.815vw, 1.25rem);
  line-height: 1.45;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.45;
  max-height: calc(1.45 * 3 * clamp(0.875rem, 0.467rem + 1.359vw, 1.5rem));
}
.newsHolder .newsListHolder .newsList .newsItem span.desc {
  display: block;
  font-weight: 300;
  font-size: clamp(0.875rem, 0.712rem + 0.543vw, 1.125rem);
  line-height: 1.45;
}
.newsHolder .newsListHolder .newsList .newsItem .dateNarr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  margin-bottom: 12px;
  margin-top: auto;
}
.newsHolder .newsListHolder .newsList .newsItem .dateNarr .dateHolder {
  display: grid;
  align-items: center;
  grid-template-columns: 18px 1fr;
  gap: 8px;
}
.newsHolder .newsListHolder .newsList .newsItem .dateNarr .dateHolder span.icon.calendar {
  display: block;
  width: 18px;
  height: 18px;
  background: url("/assets/i/sprite.svg?v1") -184px -156px no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .newsHolder .newsListHolder .newsList .newsItem .dateNarr .dateHolder span.icon.calendar {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
.newsHolder .newsListHolder .newsList .newsItem .dateNarr .dateHolder span.date {
  display: block;
  font-size: clamp(0.75rem, 0.505rem + 0.815vw, 1.125rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.newsHolder .newsListHolder .newsList .newsItem .dateNarr span.icon.arr {
  display: block;
  width: 15px;
  height: 15px;
  background: url("/assets/i/sprite.svg?v1") -187px -192px no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .newsHolder .newsListHolder .newsList .newsItem .dateNarr span.icon.arr {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
.newsHolder .newsListHolder .newsList .newsItem span.line {
  display: block;
  height: 1px;
  background-color: black;
}

.hostInfoContainer {
  background-color: #FF9B48;
  margin-bottom: 16px;
}

.hostInfoHolder {
  padding-bottom: 10px;
}
.hostInfoHolder IMG {
  width: 100%;
  height: auto;
  margin-bottom: 9px;
}
.hostInfoHolder .hostText {
  margin-bottom: 21px;
}
.hostInfoHolder .hostText .txt {
  display: none;
}
.hostInfoHolder .hostText .txt-m {
  font-size: clamp(1.625rem, -0.576rem + 7.337vw, 5rem);
  line-height: 1;
  font-weight: 500;
  color: #F7F7F7;
}
.hostInfoHolder .hostText .txt-m span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.hostInfoHolder .hostText .txt-m span.txt2 {
  font-weight: 300;
}
.hostInfoHolder .registerNtext {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hostInfoHolder .registerNtext a {
  display: block;
  padding: 10px 43px;
  margin-bottom: 15px;
  background-color: white;
  font-size: clamp(1.125rem, 0.799rem + 1.087vw, 1.625rem);
  font-weight: 500;
  line-height: 1;
  color: black;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
}
.hostInfoHolder .registerNtext .txt {
  text-align: center;
  font-size: clamp(0.875rem, 0.712rem + 0.543vw, 1.125rem);
  line-height: 1.45;
  color: white;
}
.hostInfoHolder .registerNtext .txt span.medium {
  font-weight: 500;
}

.urbanTrace {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 39fr 55fr;
  gap: 10px;
  grid-template-areas: "titledesc titledesc" "trace1 trace2" "trace1 trace3";
  margin-bottom: 22px;
}
.urbanTrace .titleNdesc {
  grid-area: titledesc;
  margin-bottom: 10px;
}
.urbanTrace .titleNdesc h2.title {
  max-width: 176px;
  margin: 0 0 13px 14px;
  color: #000;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.23;
  text-transform: uppercase;
}
.urbanTrace .titleNdesc h2.title A {
  text-decoration: none;
  color: black;
}
.urbanTrace .titleNdesc span.desc {
  display: block;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}
.urbanTrace .trace {
  display: flex;
  align-items: flex-end;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.urbanTrace .trace h3.title {
  margin: 0 0 10px 10px;
  font-size: 18px;
  line-height: 1.125;
  font-weight: 500;
  color: white;
}
.urbanTrace .trace h3.title span {
  display: block;
  font-weight: 300;
}
.urbanTrace .trace.trace1 {
  grid-area: trace1;
  height: 386px;
}
.urbanTrace .trace.trace2 {
  grid-area: trace2;
}
.urbanTrace .trace.trace3 {
  grid-area: trace3;
}

.keyMessage {
  margin-bottom: 16px;
}
.keyMessage h2.title {
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: content-box;
  max-width: min-content;
  margin: 0 0 10px;
  color: #000;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.23;
}
.keyMessage .messages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  padding-left: 14px;
  padding-right: 14px;
}
.keyMessage .messages .message .titleNquote {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 10px;
}
.keyMessage .messages .message .titleNquote .titleNposition {
  padding-top: 14px;
}
.keyMessage .messages .message .titleNquote .titleNposition h3.title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: uppercase;
}
.keyMessage .messages .message .titleNquote .titleNposition span.position {
  display: block;
  color: #00C1AF;
  font-size: clamp(1rem, 0.837rem + 0.543vw, 1.25rem);
  font-style: italic;
  font-weight: 300;
  line-height: 1.45;
}
.keyMessage .messages .message .titleNquote span.icon.quote {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 83px;
  height: 58px;
  background: url("/assets/i/sprite.svg?v1") 0 -323px no-repeat;
}
@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .keyMessage .messages .message .titleNquote span.icon.quote {
    background-image: url("/assets/i/sprite.svg?v1");
  }
}
.keyMessage .messages .message .txt {
  font-size: clamp(0.875rem, 0.59rem + 0.951vw, 1.313rem);
  font-weight: 300;
  line-height: 1.45;
}
.keyMessage .messages .message .txt strong {
  font-weight: 500;
}
.keyMessage .messages .message .txt i, .keyMessage .messages .message .txt em {
  color: #00C1AF;
  font-style: normal;
  font-weight: 500;
}

@media (min-width: 768px) {
  .introText h2.safe span {
    display: inline;
  }
  .introText .desc {
    line-height: 1.45;
  }
  .mainpic .countdownHolder {
    left: auto;
    right: 91px;
    transform: none;
  }
  .mainpic IMG,
  .mainpic VIDEO {
    aspect-ratio: 68/25;
  }
}
@media (min-width: 900px) {
  .presidentIntro {
    grid-template-columns: 67fr 69fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .presidentIntro IMG {
    border-radius: 20px;
  }
  .presidentIntro .intro {
    padding: 10px 0 0;
  }
  .newsHolder {
    margin-bottom: 117px;
  }
  .newsHolder h2.title {
    margin: 0 0 40px 0;
  }
  .newsHolder .newsListHolder {
    grid-template-columns: 157fr 111fr;
    gap: 20px;
    padding: 0;
  }
  .newsHolder .newsListHolder IMG {
    border-radius: 20px;
  }
  .newsHolder .newsListHolder .newsList {
    border-radius: 20px;
    padding: 0;
  }
  .newsHolder .newsListHolder .newsList .newsItem {
    padding: 14px 34px 0;
    transition: all 0.2s linear;
  }
  .newsHolder .newsListHolder .newsList .newsItem A {
    margin-bottom: 6px;
  }
  .newsHolder .newsListHolder .newsList .newsItem span.desc {
    margin-bottom: 6px;
    display: none;
  }
  .newsHolder .newsListHolder .newsList .newsItem .dateNarr {
    padding-top: 12px;
  }
  .newsHolder .newsListHolder .newsList .newsItem .dateNarr .dateHolder {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }
  .newsHolder .newsListHolder .newsList .newsItem .dateNarr .dateHolder span.icon.calendar {
    width: 38px;
    height: 38px;
    background-position: -123px -156px;
  }
  .newsHolder .newsListHolder .newsList .newsItem:HOVER {
    background: linear-gradient(90deg, #9CE5E1 0%, #BCF0ED 100%);
  }
  .newsHolder .newsListHolder .newsList .newsItem:first-child {
    padding-top: 28px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .newsHolder .newsListHolder .newsList .newsItem:last-child {
    padding-bottom: 26px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .hostInfoContainer {
    margin-bottom: 78px;
  }
  .hostInfoHolder {
    display: grid;
    grid-template-columns: 556fr 785fr;
    grid-template-rows: auto 1fr;
    gap: 0 20px;
    position: relative;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px 24px;
    box-sizing: content-box;
  }
  .hostInfoHolder IMG {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-bottom: 26px;
  }
  .hostInfoHolder .hostText {
    grid-row: 1/3;
    grid-column: 1/2;
    padding-top: 56px;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
  .hostInfoHolder .hostText .txt {
    display: block;
    font-size: clamp(1.625rem, -0.576rem + 7.337vw, 5rem);
    line-height: 1.28;
    font-weight: 300;
    color: #F7F7F7;
  }
  .hostInfoHolder .hostText .txt span.medium {
    font-weight: 500;
  }
  .hostInfoHolder .hostText .txt-m {
    display: none;
  }
  .hostInfoHolder .registerNtext {
    max-width: 556px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: flex-start;
    transform: translateX(-42px);
  }
  .hostInfoHolder .registerNtext a {
    padding: 20px 62px;
    border-radius: 4px;
    margin-bottom: 27px;
    transition: all 0.2s linear;
  }
  .hostInfoHolder .registerNtext a:HOVER {
    color: #FF9B48;
  }
  .hostInfoHolder .registerNtext .txt {
    color: black;
    line-height: 1.45;
  }
  .urbanTrace {
    grid-template-columns: 15fr 19fr 11fr;
    grid-template-rows: 107fr 205fr;
    gap: 20px;
    grid-template-areas: "titledesc trace2 trace3" "trace1 trace2 trace3";
    margin-bottom: 64px;
  }
  .urbanTrace .titleNdesc {
    margin-bottom: 28px;
  }
  .urbanTrace .titleNdesc h2.title {
    margin: 0 0 15px 0;
    max-width: 100%;
    font-size: 60px;
    line-height: 1.08;
  }
  .urbanTrace .titleNdesc span.desc {
    padding: 0;
  }
  .urbanTrace .trace {
    border-radius: 20px;
  }
  .urbanTrace .trace h3.title {
    margin: 0 0 22px 22px;
    font-size: 32px;
  }
  .urbanTrace .trace.trace1 {
    height: auto;
  }
  .keyMessage {
    margin-bottom: 96px;
  }
  .keyMessage h2.title {
    display: none;
  }
  .keyMessage .messages {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .keyMessage .messages .message {
    border-right: solid 1px black;
  }
  .keyMessage .messages .message .titleNquote {
    margin-bottom: 30px;
  }
  .keyMessage .messages .message .titleNquote .titleNposition h3.title {
    max-width: 280px;
    font-size: 40px;
    line-height: 1.2;
  }
  .keyMessage .messages .message .titleNquote .titleNposition span.position {
    max-width: 424px;
    min-height: 88px;
    text-wrap: pretty;
  }
  .keyMessage .messages .message .titleNquote span.icon.quote {
    width: 152px;
    height: 106px;
    background-position: 0 -217px;
  }
  .keyMessage .messages .message:first-child {
    padding-right: 30px;
  }
  .keyMessage .messages .message:last-child {
    padding-left: 30px;
    border-right: none;
  }
}
@media (min-width: 1216px) {
  .newsHolder .newsListHolder .newsList .newsItem span.desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.45;
    max-height: calc(1.45 * 3 * clamp(0.875rem, 0.712rem + 0.543vw, 1.125rem));
  }
}