* { box-sizing: border-box; word-break: keep-all;}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f1f1f;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 6vw;
  background: rgba(247, 243, 239, 0.92);
  backdrop-filter: blur(16px);
}
.logo {
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #4b1024;
  font-size: 24px;
}
nav { display: flex; gap: 24px; font-size: 15px; }
.hero {
  /*min-height: calc(100vh - 78px);*/
  /*padding: 13vh 6vw;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 80% 20%, rgba(100, 18, 45, 0.18), transparent 34%),
    linear-gradient(135deg, #fbf7f3 0%, #efe3dc 100%);
}
.eyebrow {
  color: #7a2442;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 16px 0;
  font-size: clamp(42px, 7vw, 86px);
  letter-spacing: -0.07em;
  line-height: 1.02;
}
.hero p { max-width: 680px; font-size: 20px; line-height: 1.7; color: #5a514d; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid #4b1024;
  border-radius: 999px;
  color: #4b1024;
  font-weight: 700;
}
.btn.primary { background: #4b1024; color: #fff; }
.page { width: min(1120px, 88vw); margin: 0 auto; padding: 72px 0 120px; }
.page h1 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -0.06em; margin: 0 0 36px; }
.page h2 { margin-top: 52px; color: #4b1024; }
.content-box,
.faq-item {
  background: #fff;
  border: 1px solid rgba(70, 18, 32, 0.1);
  border-radius: 22px;
  padding: 28px;
  margin-bottom: 18px;
  box-shadow: 0 12px 40px rgba(30, 20, 20, 0.06);
}
.faq-item summary { cursor: pointer; font-weight: 800; font-size: 18px; }
.faq-item p { line-height: 1.7; color: #5a514d; }
.event-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 8px; }
.tab-btn {
  border: 1px solid #4b1024;
  background: transparent;
  color: #4b1024;
  border-radius: 999px;
  padding: 11px 20px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}
.tab-btn.active { background: #4b1024; color: #fff; }
.award-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 18px;
}
.award-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(70, 18, 32, 0.1);
  box-shadow: 0 14px 42px rgba(30, 20, 20, 0.07);
}
.award-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #e6ded8;
}
.award-info { padding: 20px; }
.award-info span,
.modal-card span {
  display: inline-flex;
  color: #7a2442;
  font-weight: 900;
  margin-bottom: 8px;
}
.award-info h3 { margin: 0 0 8px; font-size: 21px; letter-spacing: -0.04em; }
.award-info p { margin: 0; color: #6a625f; }
.empty { color: #777; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: rgba(20, 8, 12, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px;
}
.modal[hidden] { display: none; }
.modal-content { width: min(620px, 86vw); }
.modal-card {
  background: #fff;
  border-radius: 28px;
  padding: 24px;
  cursor: pointer;
}
.modal-card img { width: 100%; border-radius: 18px; aspect-ratio: 4 / 3; object-fit: cover; background: #e6ded8; }
.modal-card h2 { margin: 8px 0; color: #1f1f1f; }
.modal-card p { line-height: 1.6; color: #5a514d; }
.modal-card small { color: #7a2442; font-weight: 700; }
.modal-close,
.modal-arrow {
  position: absolute;
  border: 0;
  background: #fff;
  color: #4b1024;
  cursor: pointer;
  font-weight: 900;
}
.modal-close { top: 24px; right: 24px; border-radius: 999px; padding: 12px 18px; }
.modal-arrow { top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; font-size: 32px; }
.modal-arrow.left { left: 24px; }
.modal-arrow.right { right: 24px; }
.back-link { color: #7a2442; font-weight: 800; }
.speaker { font-weight: 800; color: #4b1024; }
.description { line-height: 1.8; color: #5a514d; max-width: 760px; }
.detail-images { display: grid; gap: 24px; margin-top: 40px; }
.detail-images img { width: 100%; border-radius: 20px; background: #e6ded8; }
#mobileMenuButton{display: none;}
.pc{display: block;}
.mo{display: none;}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}


.header-inner {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  width: 132px;
}

.nav {
  display: flex;
  gap: 72px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  color: #111;
}

.nav a.active {
  color: #ef2b2d;
}

.hero {
  border-radius: 14px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  /* height: 560px; */
  object-fit: cover;
  border-radius: 14px;
}

.section {
  padding: 92px 0;
}

.section h2 {
  margin: 0 0 58px;
  text-align: center;
  font-size: 34px;
  letter-spacing: -0.04em;
}

.section h2 span {
  color: #ef2b2d;
}

.goal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 160px;
  align-items: center;
  margin-bottom: 120px;
}

.goal-row:last-child {
  margin-bottom: 0;
}

.goal-row.reverse .goal-img {
  order: 2;
}

.goal-img img {
  width: 100%;
  /*height: 360px;*/
  object-fit: cover;
  border-radius: 12px;
}

.goal-text h3 {
  margin: 0 0 28px;
  font-size: 22px;
  color: #ef2b2d;
  letter-spacing: -0.04em;
}

.goal-text p {
  margin: 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
}

.message {
  height: 470px;
  background: url("../images/message-bg.jpg") center / cover no-repeat;
}

.message-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  display: flex;
  align-items: center;
}

.message-content {
  text-align: center;
  color: #fff;
}

.message-content h2 {
  margin: 0 0 32px;
  font-size: 24px;
}

.message-content p {
  width: min(100%, 900px);
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  word-break: keep-all;
}

.values {
  background: #f3f9ff;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 88px;
}

.value-card {
  text-align: center;
}

.value-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 30px;
}

.value-card small {
  display: block;
  font-size: 12px;
  color: #ef2b2d;
  font-weight: 800;
  margin-bottom: 8px;
}

.value-card h3 {
  margin: 0 0 22px;
  font-size: 22px;
  color: #ef2b2d;
}

.value-card p {
  margin: 0 auto;
  max-width: 360px;
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
}

.cta {
  padding: 110px 0;
  background: #777 url("../images/cta-bg.png") center / cover no-repeat;
}

.cta-card {
  width: min(100% - 80px, 1040px);
  margin: 0 auto;
  padding: 58px 72px;
  border-radius: 16px;
  background: #fff;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 70px;
  align-items: center;
}

.cta-card h2 {
  margin: 0 0 22px;
  color: #ef2b2d;
  font-size: 24px;
}

.cta-card p {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
}

.cta-card a {
  display: inline-flex;
  height: 46px;
  padding: 0 28px;
  align-items: center;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.cta-card img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.footer {
  background: #111;
  color: #fff;
  padding-top: 70px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 26px;
}

.footer-sub {
  margin: 0 0 54px;
  color: #bbb;
  font-size: 14px;
}

.footer-row {
  display: flex;
  gap: 42px;
  align-items: center;
  margin-bottom: 34px;
  color: #ccc;
  font-size: 15px;
}

.footer-row strong {
  color: #fff;
  min-width: 80px;
}

.footer-bottom {
  margin-top: 70px;
  border-top: 1px solid #333;
  padding: 24px 0;
  color: #aaa;
  font-size: 13px;
}

.footer-bottom .inner {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.inner {
  width: min(100% - 100px, 1680px);
  margin: 0 auto;
}

.site-header {
  height: 72px;
  background: #fff;
}

.nav {
  display: flex;
  gap: 64px;
  font-size: 14px;
  font-weight: 700;
}

.nav a.active {
  color: #e73333;
}

.sub-visual {
  position: relative;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
}


.sub-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}

.sub-visual h1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 58px;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-align: center;
}

.intro {
  padding: 90px 0 110px;
  text-align: center;
}

.intro h2 {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.intro h2 span {
  color: #e73333;
}

.guide-section {
  width: min(100% - 100px, 1120px);
  margin: 0 auto;
  padding-bottom: 120px;
  text-align: center;
}

.guide-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: #e73333;
  font-size: 20px;
  font-weight: 800;
}

.guide-title::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e73333;
}

.center-text {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.9;
  word-break: keep-all;
}

.center-text span{
  font-size: 24px;
}

.center-text.strong {
  font-weight: 700;
  line-height: 2.1;
}

.track-grid {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.track-card {
  padding: 34px 28px;
  border-radius: 10px;
  background: #f5f6f8;
}

.track-card small {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  color: #555;
}

.track-card h3 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 500;
}

.track-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.guide-section:nth-child(6):after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #a6a6a6;
  position: relative;
  top: -123px;
  z-index: -1;
}

.schedule-item {
  text-align: center;
}

.icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
}

.schedule-item h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
}

.schedule-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.award-wrap {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
}

.award-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: #f7f8fa;
}

.award-table th {
  height: 54px;
  background: #111;
  color: #fff;
  font-size: 15px;
}

.award-table td {
  height: 78px;
  border: 1px solid #d7d9dd;
  font-size: 16px;
  font-weight: 600;
}

.award-table td:first-child {
  font-weight: 500;
  background: #f0f1f3;
}

.special-box {
  background: #f5f6f8;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

.special-head {
  height: 54px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.special-box p {
  margin: 0;
  padding: 34px 28px;
  font-size: 14px;
  line-height: 1.8;
}

.benefit-box {
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  background: #f5f6f8;
  border-radius: 8px;
  overflow: hidden;
}

/* .benefit-col:first-child {
  border-right: 1px solid #d7d9dd;
} */

.benefit-head {
  height: 54px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.benefit-col ul {
  margin: 0;
  padding: 30px 44px;
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

.benefit-col li {
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  width: 50%;
  padding: 5px 0 5px 50px;
}
.benefit-col ul:last-child{
  border-top: 1px solid #dddddd;
}
.benefit-col ul:last-child li{
  width: 100%;
}


.benefit-col li::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #53565c;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-text {
  margin: 24px 0 0;
  font-size: 16px;
  line-height: 1.8;
}

.apply {
  padding-bottom: 100px;
}

.apply-text {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
}

.apply-notice {
  margin: 18px 0 24px;
  color: #e73333;
  font-size: 14px;
  font-weight: 700;
}

.download-btn {
  display: inline-flex;
  height: 44px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.footer {
  background: #111;
  color: #fff;
  padding-top: 70px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 24px;
}

.footer-sub {
  margin: 0 0 54px;
  color: #bbb;
  font-size: 14px;
}

.footer-row {
  display: flex;
  gap: 42px;
  align-items: center;
  margin-bottom: 34px;
  color: #ccc;
  font-size: 15px;
}

.footer-row strong {
  min-width: 80px;
  color: #fff;
}

.footer-bottom {
  margin-top: 70px;
  border-top: 1px solid #333;
  padding: 24px 0;
  color: #aaa;
  font-size: 13px;
}

.bottom-inner {
  display: flex;
  gap: 36px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =========================
   FAQ 페이지 전용
========================= */

.sub-visual {
  position: relative;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
}

.sub-visual img {
  width: 100%;
  object-fit: cover;
  margin-top: -8vw;
}

.sub-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.sub-visual h1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.faq-section {
  max-width: 1120px;
  margin: 110px auto;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  background: #f5f6f8;
  border-radius: 14px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  font-size: 16px;
}

.faq-arrow {
  width: 10px;
  height: 10px;
  flex-shrink: 0;

  border-right: 2px solid #555;
  border-bottom: 2px solid #555;

  transform: rotate(45deg);
  transition: .25s;
}

.faq-item.active .faq-arrow {
  transform: rotate(-135deg);
}

.faq-answer {
  display: none;
  padding: 20px 5px 0 5px;
  color: #555;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 800;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-contact {
  margin-top: 80px;
  text-align: center;
  font-size: 22px;
}

.faq-contact strong {
  color: #e43b36;
}

.event-tabs{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin:50px 0;
}

.event-tabs button{
  border:none;
  padding:11px 24px;
  border-radius:30px;
  background:#efefef;
  cursor:pointer;
}

.event-tabs button.active{
  background:#d63a2f;
  color:#fff;
}

.track-title{
  width:max-content;
  margin:70px auto 35px;
  padding:8px 30px;
  background:#fdeff0;
  border-radius:30px;
  color:#d65b5b;
  font-weight:700;
}

.award-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.award-card{
  background:#fff;
  border:1px solid #ececec;
  border-radius:8px;
  overflow:hidden;
  transition:.25s;
  cursor:pointer;
}

.award-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 24px rgba(0,0,0,.08);
}

.award-thumb{
  position:relative;
  aspect-ratio:4/3;
}

.award-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.award-badge{
  position:absolute;
  top:12px;
  right:12px;
  width:52px;
  height:52px;
  border-radius:50%;
  background:#df2e2e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
  font-weight:700;
}

.award-info{
  padding:18px;
}

.speaker-name{
  color:#d63a2f;
  font-weight:700;
  margin-bottom:6px;
}

.work-title{
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
}

.work-summary{
  color:#666;
  line-height:1.6;
  font-size:14px;
}

/* 전체 컨텐츠 영역 */
.awards-wrap{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 90px 40px 120px;
  box-sizing: border-box;
}

/* Track 영역 */
.track-section{
  margin-top: 70px;
}

/* 수상작 카드 목록 */
.award-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal[hidden] {
  display: none;
}

.modal-content {
  width: min(100% - 160px, 1440px);
}

.award-modal-card {
  width: 100%;
  min-height: 760px;
  padding: 120px 86px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.12);
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 34px;
  align-items: center;
  cursor: default;
}

.award-modal-image img {
  width: 100%;
  height: 500px;
  object-fit: contain;
  background: #f5f5f5;
}

.award-modal-info h2 {
  margin: 0 0 26px;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.award-modal-prize {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 30px;
  border-radius: 999px;
  background: #fdecee;
  color: #d92d20;
  font-size: 17px;
  font-weight: 800;
}

.award-modal-line {
  width: 100%;
  height: 1px;
  margin: 44px 0;
  background: #ddd;
}

.award-modal-info h3 {
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: 800;
}

.award-modal-info p {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  color: #222;
  word-break: keep-all;
}

.modal-close {
  position: fixed;
  top: 34px;
  right: 42px;
  z-index: 10000;
  border: 0;
  background: #111;
  color: #fff;
  border-radius: 999px;
  padding: 12px 18px;
  cursor: pointer;
}

.modal-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  width: 58px;
  height: 58px;
  border: 0;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
}

.modal-arrow.left {
  left: 28px;
}

.modal-arrow.right {
  right: 28px;
}
.red-title{
  font-size: 20px;
  font-weight: 800;
}

@media(max-width:1500px){
  .modal {
    padding: 30px;
  }
  .award-modal-card{
    grid-template-columns: 0.7fr 0.75fr;
  }
}

@media(max-width:1024px){
  .modal {
    padding: 30px;
  }

  .awards-wrap{
    padding: 70px 30px 100px;
}

.award-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}


  .modal{

    padding:40px 20px;
    overflow-y:auto;
    align-items:flex-start;

}

.modal-content{

    width:100%;
    max-width:900px;
    margin:0 auto;

}

.award-modal-card{

    min-height:auto;
    padding:50px;
    grid-template-columns:1.2fr .8fr;
    gap:30px;

}

.award-modal-image img{

    height:auto;
    max-height:420px;
    object-fit:contain;

}

.award-modal-info h2{

    font-size:30px;

}

.award-modal-info p{

    font-size:15px;
    line-height:1.8;

}

}

.location{color: #d92d20; text-decoration: underline;}

/* =========================
   D-Tech Footer
========================= */

.site-footer {
  width: 100%;
  background: #111;
  color: #fff;
}

.footer-main {
  padding: 72px 0 84px;
}

.footer-inner {
  width: min(100% - 100px, 1500px);
  margin: 0 auto;
}

.footer-brand {
  margin-bottom: 64px;
}

.footer-logo {
  width: 210px;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  margin: 20px 0 0;
  color: #d4d4d4;
  font-size: 15px;
  line-height: 1.6;
}

.footer-organizations {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.footer-organization-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  align-items: center;
}

.organization-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.organization-logos {
  display: flex;
  align-items: center;
  gap: 38px;
  flex-wrap: wrap;
}

.organization-logos img {
  display: block;
  width: auto;
  max-width: 190px;
  height: 38px;
  object-fit: contain;
}

.organization-logos img:nth-child(1) {
  height: 34px;
}

.organization-logos img:nth-child(2) {
  height: 42px;
}

.organization-logos img:nth-child(3) {
  height: 31px;
}

.organization-logos img:nth-child(4) {
  height: 32px;
}

.organization-logos img:nth-child(5) {
  height: 43px;
}

.organization-logos img:nth-child(6) {
  height: 34px;
}

.sponsor-logos img {
  max-width: 160px;
  height: 44px;
}

.footer-bottom {
  border-top: 1px solid #484848;
}

.footer-bottom-inner {
  width: min(100% - 100px, 1500px);
  min-height: 98px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-bottom p {
  margin: 0;
  color: #e2e2e2;
  font-size: 14px;
  line-height: 1.7;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-divider {
  display: inline-block;
  margin: 0 8px;
  color: #777;
}
