/** @format */
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
@font-face {
  font-family: "KimjungchulMyungjo-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulMyungjo-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* custom untide */
.btn_new { display: block; padding: 8px 15px; background: #ffa200; color: #fff; font-size: 120%; transition: 0.5s all; }
.btn_new:hover { box-shadow: 7px 7px 0 #ff7700; color: #fff; }
.btn_new img { width: 23px; float: left; margin-top: 3px; margin-right: 5px; }
@media only screen and (max-width: 766px) {
.btn_new { font-size: 110%;  }
.btn_new img { width: 20px; float: left; margin-top: 3px; margin-right: 5px; }
}

/** @format */
#voice-body {
  background-color: #000;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 15px;
  color: #f1f1f1;
  font-family: "Pretendard Variable", sans-serif;
  word-break: keep-all;
  scroll-behavior: smooth;
}
#voice-body .highlight {
  color: #ffa400;
}
#voice-body .voice-bf-said {
  font-size: 18px;
  font-family: "Pretendard Variable", sans-serif;
  font-weight: 600;
  color: #f1f1f1;
}
@media (min-width: 767px) {
  #voice-body .voice-bf-said {
    font-size: 20px;
    font-family: "Pretendard Variable", sans-serif;
    font-weight: 600;
    color: #f1f1f1;
  }
}
@media (min-width: 1280px) {
  #voice-body .voice-bf-said {
    font-size: 24px;
    font-family: "Pretendard Variable", sans-serif;
    font-weight: 600;
    color: #f1f1f1;
  }
}
@media (min-width: 1536px) {
  #voice-body .voice-bf-said {
    font-size: 24px;
    font-family: "Pretendard Variable", sans-serif;
    font-weight: 600;
    color: #f1f1f1;
  }
}
@media (min-width: 1920px) {
  #voice-body .voice-bf-said {
    font-size: 40px;
    font-family: "Pretendard Variable", sans-serif;
    font-weight: 600;
    color: #f1f1f1;
  }
}

.voice-section {
  position: relative;
  border-bottom: 1px solid #f1f1f1;
}

.voice-section-container {
  width: 100%;
  height: 100%;
}

@media (min-width: 767px) {
  .voice-br-mobile {
    display: none;
  }
}

.voice-br-web {
  display: none;
}
@media (min-width: 767px) {
  .voice-br-web {
    display: block;
  }
}

.voice-qoute {
  font-size: 17px;
  font-family: "nanumsquare", sans-serif;
}
@media (min-width: 1440px) {
  .voice-qoute {
    font-size: 24px;
  }
}

.voice-section-content {
  padding: 24px;
}
@media (min-width: 1440px) {
  .voice-section-content {
    padding: 48px;
  }
}

#voice-donation {
  width: 150px;
  position: fixed;
  top: 88px;
  right: 25px;
  z-index: 999999;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
  display: none;
}
#voice-donation:hover {
  cursor: pointer;
  box-shadow: 8px 8px 0 0 rgb(255, 102, 0);
}
@media (min-width: 1440px) {
  #voice-donation {
    display: block;
  }
}

#voice-donation-mobile {
  height: 50px;
  width: 100%;
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center;
  background-color: #ffa400;
  position: fixed;
  bottom: 0;
  z-index: 999;
  transition: all 1s;
}
#voice-donation-mobile img {
  width: 200px;
}
@media (min-width: 1440px) {
  #voice-donation-mobile {
    display: none;
  }
}

/** @format */
.voice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 16px 24px;
  z-index: 9999;
  transition: all 1s;
}
.voice-header img {
  width: 104px;
}
@media (min-width: 767px) {
  .voice-header img {
    width: 128px;
  }
}
@media (min-width: 1280px) {
  .voice-header img {
    width: 160px;
  }
}
.voice-header #voice-bf-black {
  display: none;
}
.voice-header p {
  font-size: 14px;
  color: #ffffff;
}
@media (min-width: 767px) {
  .voice-header p {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 1280px) {
  .voice-header p {
    font-size: 18px;
    font-weight: 700;
  }
}

#voice-section-0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #171717;
  overflow: hidden;
}
#voice-section-0 .voice-title {
  position: relative;
  z-index: 100;
}
#voice-section-0 .voice-section-desc {
  font-size: 16px;
  font-weight: 600;
}
#voice-section-0 .voice-section-title {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1px;
}
@media (min-width: 767px) {
  #voice-section-0 .voice-section-title {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  #voice-section-0 .voice-section-title {
    font-size: 64px;
  }
}
#voice-section-0 .voice-section-0-circle {
  background-color: #000;
  box-shadow: rgba(120, 120, 120, 0.6) 0px 0px 24px 0px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}

.voice-scroll-down {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 999;
}
.voice-scroll-down svg {
  width: 20px;
}
.voice-scroll-down p {
  color: #f1f1f1;
  font-size: 13px;
}

#voice-section-1 {
  border-bottom: 1px solid #171717;
}
#voice-section-1 .voice-section-container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-x: hidden;
}
#voice-section-1 .voice-section-container #voice-section-msg-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 2s;
  filter: blur(10px);
  opacity: 0;
  height: 100%;
}
#voice-section-1 .voice-section-container p {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  font-family: "Pretendard Variable", sans-serif !important;
}
@media (min-width: 767px) {
  #voice-section-1 .voice-section-container p {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {
  #voice-section-1 .voice-section-container p {
    font-size: 64px;
  }
}
#voice-section-1 .voice-section-container #section-1-audio {
  position: fixed;
  bottom: 80px;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 9999;
  padding: 0 30px;
}
#voice-section-1 .voice-section-container button {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#voice-section-1 .voice-section-container button svg {
  width: 24px;
}
#voice-section-1 .voice-section-container button #section-1-pause-btn {
  display: none;
}
#voice-section-1 .voice-section-container #audioCanvas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
}
#voice-section-1 .voice-section-container #voice-section-msg-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
  font-size: 18px;
  font-family: "Pretendard Variable", sans-serif;
  font-weight: 600;
  color: #f1f1f1;
  text-align: center;
  width: 100%;
  filter: blur(10px);
  opacity: 0;
  transition: all 2s;
}
@media (min-width: 767px) {
  #voice-section-1 .voice-section-container #voice-section-msg-2 {
    font-size: 20px;
    font-family: "Pretendard Variable", sans-serif;
    font-weight: 600;
    color: #f1f1f1;
  }
}
@media (min-width: 1280px) {
  #voice-section-1 .voice-section-container #voice-section-msg-2 {
    font-size: 24px;
    font-family: "Pretendard Variable", sans-serif;
    font-weight: 600;
    color: #f1f1f1;
  }
}
@media (min-width: 1536px) {
  #voice-section-1 .voice-section-container #voice-section-msg-2 {
    font-size: 24px;
    font-family: "Pretendard Variable", sans-serif;
    font-weight: 600;
    color: #f1f1f1;
  }
}
@media (min-width: 1920px) {
  #voice-section-1 .voice-section-container #voice-section-msg-2 {
    font-size: 40px;
    font-family: "Pretendard Variable", sans-serif;
    font-weight: 600;
    color: #f1f1f1;
  }
}
#voice-section-1 .voice-section-container .voice-campaigner-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  transition: all 1s;
}
@media (min-width: 767px) {
  #voice-section-1 .voice-section-container .voice-campaigner-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  #voice-section-1 .voice-section-container .voice-campaigner-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1920px) {
  #voice-section-1 .voice-section-container .voice-campaigner-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
#voice-section-1 .voice-section-container .voice-campaigner-grid .voice-campaigner-item {
  opacity: 0;
  margin: auto;
  aspect-ratio: 3/4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
#voice-section-2 {
  border-bottom: 1px solid #171717;
}
#voice-section-2 .voice-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 1536px) {
  #voice-section-2 .voice-section-container {
    flex-direction: row;
  }
}
#voice-section-2 .voice-section-container .voice-section-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 100;
  transition: all 1s;
  width: 100%;
  gap: 16px;
  background-color: transparent;
}
@media (min-width: 1536px) {
  #voice-section-2 .voice-section-container .voice-section-content {
    border-bottom: none;
    height: 100%;
    text-align: left;
    align-items: start;
    padding: 64px;
  }
}
#voice-section-2 .voice-section-container .voice-section-content .voice-section-2-caption {
  font-size: 13px;
  color: #888;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 767px) {
  #voice-section-2 .voice-section-container .voice-section-content .voice-section-2-caption {
    font-size: 16px;
  }
}
#voice-section-2 .voice-section-container .voice-section-content .voice-qoute {
  font-size: 14px;
}
@media (min-width: 767px) {
  #voice-section-2 .voice-section-container .voice-section-content .voice-qoute {
    font-size: 20px;
  }
}
#voice-section-2 .voice-section-container .voice-section-content .voice-qoute .voice-changed-color {
  transition: all 1s;
}
#voice-section-2 .voice-section-container .voice-section-effect {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
#voice-section-2 .voice-section-container .voice-section-effect .voice-decibel-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  text-align: center;
}
#voice-section-2 .voice-section-container .voice-section-effect .voice-decibel-wrap #voice-decibel {
  color: #323232;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 32px;
  transition: all 1s;
  line-height: 130%;
}
#voice-section-2 .voice-section-container .voice-section-effect .voice-decibel-wrap #voice-decibel-caption {
  font-size: 13px;
  color: #888;
  font-weight: 500;
  transition: all 2s;
  width: fit-content;
  padding: 0 2px;
}
#voice-section-2 .voice-section-container .voice-section-effect .voice-decibel-circle {
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 999px;
  transform-origin: 50% 50%;
  width: 200px;
  position: relative;
  z-index: 80;
}
#voice-section-2 #voice-section-2-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 40;
  text-align: center;
}

#voice-section-3 {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
#voice-section-3 .voice-bf-said {
  padding: 64px 0;
  flex: 1;
  color: #323232;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#voice-section-3 .voice-section-effect {
  position: relative;
  flex: 2;
  overflow: hidden;
}
#voice-section-3 .voice-section-effect .voice-circle-group {
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  #voice-section-3 .voice-section-effect .voice-circle-group {
    transform: scale(1.1);
  }
}
@media (min-width: 1536px) {
  #voice-section-3 .voice-section-effect .voice-circle-group {
    transform: scale(1.1);
  }
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(1) {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  font-weight: 600;
  width: 200px;
  height: 200px;
  background-color: white;
  position: absolute;
  top: 35%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(2) {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #888;
  font-weight: 600;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 65%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 49;
  text-align: center;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(3) {
  position: absolute;
  top: 35%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 48;
  text-align: center;
  width: 360px;
  height: 360px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(4) {
  position: absolute;
  top: 35%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 46;
  text-align: center;
  width: 520px;
  height: 520px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(5) {
  position: absolute;
  top: 35%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 44;
  text-align: center;
  width: 680px;
  height: 680px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(6) {
  position: absolute;
  top: 35%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 42;
  text-align: center;
  width: 840px;
  height: 840px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(7) {
  position: absolute;
  top: 35%;
  left: 25%;
  transform: translate(-50%, -50%);
  z-index: 40;
  text-align: center;
  width: 1000px;
  height: 1000px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(8) {
  position: absolute;
  top: 65%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 47;
  text-align: center;
  width: 360px;
  height: 360px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(9) {
  position: absolute;
  top: 65%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 45;
  text-align: center;
  width: 520px;
  height: 520px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(10) {
  position: absolute;
  top: 65%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 43;
  text-align: center;
  width: 680px;
  height: 680px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(11) {
  position: absolute;
  top: 65%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 41;
  text-align: center;
  width: 840px;
  height: 840px;
}
#voice-section-3 .voice-section-effect .voice-circle-group .voice-circle-item:nth-child(12) {
  position: absolute;
  top: 65%;
  left: 75%;
  transform: translate(-50%, -50%);
  z-index: 39;
  text-align: center;
  width: 1000px;
  height: 1000px;
}

#voice-section-4 {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 0;
  padding-bottom: 0;
  gap: 16px;
}
@media (min-width: 1536px) {
  #voice-section-4 {
    padding: 64px 24px;
  }
}
#voice-section-4 .voice-bf-said {
  color: #323232;
  text-align: center;
  padding: 0 32px;
}
#voice-section-4 .voice-graph-numbers {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 767px) {
  #voice-section-4 .voice-graph-numbers {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  #voice-section-4 .voice-graph-numbers {
    padding: 32px;
  }
}
#voice-section-4 .voice-graph-numbers .voice-graph-number-item .voice-graph-number-caption {
  color: #888;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
}
@media (min-width: 767px) {
  #voice-section-4 .voice-graph-numbers .voice-graph-number-item .voice-graph-number-caption {
    margin-bottom: 8px;
  }
}
@media (min-width: 1920px) {
  #voice-section-4 .voice-graph-numbers .voice-graph-number-item .voice-graph-number-caption {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
#voice-section-4 .voice-graph-numbers .voice-graph-number-item .voice-graph-number-value {
  text-align: center;
  font-size: 24px;
  color: #ffa400;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  line-height: 150%;
}
@media (min-width: 767px) {
  #voice-section-4 .voice-graph-numbers .voice-graph-number-item .voice-graph-number-value {
    text-decoration-thickness: 4px;
  }
}
#voice-section-4 .voice-graph-numbers .voice-graph-number-item .voice-graph-number-value span {
  font-family: "Red Hat Display", sans-serif;
  font-style: italic;
  font-size: 32px;
}
@media (min-width: 1920px) {
  #voice-section-4 .voice-graph-numbers .voice-graph-number-item .voice-graph-number-value span {
    font-size: 64px;
    font-weight: 700;
  }
}
#voice-section-4 .voice-section-4-graph {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 1440px;
}
#voice-section-4 .voice-section-4-graph #voice-graph {
  display: none;
}
@media (min-width: 1280px) {
  #voice-section-4 .voice-section-4-graph #voice-graph {
    display: block;
  }
  #voice-section-4 .voice-section-4-graph #voice-graph #voice-graph-line {
    transition: all 1s;
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}
#voice-section-4 .voice-section-4-graph #voice-graph-tablet {
  display: none;
}
@media (min-width: 767px) {
  #voice-section-4 .voice-section-4-graph #voice-graph-tablet {
    display: block;
  }
  #voice-section-4 .voice-section-4-graph #voice-graph-tablet #voice-graph-line-tablet {
    transition: all 1s;
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}
@media (min-width: 1280px) {
  #voice-section-4 .voice-section-4-graph #voice-graph-tablet {
    display: none;
    transform: scaleY(0);
    transition: all 1s;
  }
}
#voice-section-4 .voice-section-4-graph #voice-graph-mobile #voice-graph-line-mobile {
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 2s;
}
@media (min-width: 767px) {
  #voice-section-4 .voice-section-4-graph #voice-graph-mobile {
    display: none;
  }
}

#voice-section-5 .voice-section-5-video-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1536px) {
  #voice-section-5 .voice-section-5-video-container {
    height: 100vh;
    position: sticky;
    flex-direction: unset;
    top: 0;
  }
}
#voice-section-5 .voice-section-5-video-container iframe {
  position: relative;
  aspect-ratio: 16/9;
  z-index: 50;
  transition: all 1s;
  height: 100%;
}
#voice-section-5 .voice-section-5-video-container .voice-bf-said {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9;
  background-color: transparent;
  width: 100%;
  background-color: #ffffff;
  color: #323232;
}
@media (min-width: 1536px) {
  #voice-section-5 .voice-section-5-video-container .voice-bf-said {
    aspect-ratio: unset;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
  }
}

#voice-section-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
#voice-section-6 .voice-bf-said {
  color: #323232;
}
#voice-section-6 .voice-origin button {
  cursor: pointer;
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#voice-section-6 .voice-origin button svg {
  width: 24px;
}
#voice-section-6 .voice-origin button #section-6-pause-btn {
  display: none;
}

#voice-section-6 {
  background-color: #ffffff;
  padding: 64px 24px;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#voice-section-6 .voice-bf-said {
  color: #323232;
  text-align: center;
}
#voice-section-6 .voice-origin {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
#voice-section-6 .voice-origin img {
  width: 200px;
  margin: auto;
}
#voice-section-6 .voice-origin .voice-origin-msg {
  font-family: "MaruBuriSemiBold", serif;
  font-weight: 400;
  line-height: 170%;
  color: #888;
  text-align: center;
}
#voice-section-6 .voice-origin .voice-origin-msg span {
  display: block;
}
#voice-section-6 .voice-origin .voice-origin-msg-2 {
  font-family: "Pretendard Variable", sans-serif;
  font-weight: 500;
  color: #888;
  font-size: 17px;
}
@media (min-width: 1536px) {
  #voice-section-6 .voice-origin .voice-origin-msg-2 {
    font-size: 19px;
  }
}
#voice-section-6 .voice-origin .voice-origin-msg-3 {
  font-family: "Pretendard Variable", sans-serif;
  font-weight: 700;
  color: #888;
  font-size: 17px;
}
@media (min-width: 1536px) {
  #voice-section-6 .voice-origin .voice-origin-msg-3 {
    font-size: 19px;
  }
}

#voice-section-7 {
  background-color: #f9f9f9;
  color: #323232;
  overflow: hidden;
  padding: 128px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}
#voice-section-7 .voice-section-7-container {
  width: 100%;
  max-width: 840px;
  position: relative;
  height: 320px;
  overflow: visible;
}
#voice-section-7 .voice-section-7-container #voice-section-7-effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
#voice-section-7 .voice-section-7-container .voice-business-circle {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 130%;
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(1) {
  width: 184px;
  height: 184px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(2) {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 10%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
@media (min-width: 767px) {
  #voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(2) {
    position: absolute;
    top: 10%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 50;
    text-align: center;
  }
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(3) {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 10%;
  left: 85%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
@media (min-width: 767px) {
  #voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(3) {
    position: absolute;
    top: 10%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 50;
    text-align: center;
  }
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(4) {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 90%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
@media (min-width: 767px) {
  #voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(4) {
    position: absolute;
    top: 90%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 50;
    text-align: center;
  }
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(5) {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 90%;
  left: 85%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
@media (min-width: 767px) {
  #voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(5) {
    position: absolute;
    top: 90%;
    left: 70%;
    transform: translate(-50%, -50%);
    z-index: 50;
    text-align: center;
  }
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(6) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(7) {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
@media (min-width: 767px) {
  #voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(7) {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
    z-index: 50;
    text-align: center;
  }
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(8) {
  position: absolute;
  top: 50%;
  left: 93%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
@media (min-width: 767px) {
  #voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(8) {
    position: absolute;
    top: 50%;
    left: 93%;
    transform: translate(-50%, -50%);
    z-index: 50;
    text-align: center;
  }
}
#voice-section-7 .voice-section-7-container .voice-business-circle:nth-child(9) {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  text-align: center;
}
#voice-section-7 .voice-section-7-container .voice-business-main {
  font-weight: 600;
}
#voice-section-7 .voice-section-7-container .voice-business-sub {
  color: #888;
  font-weight: 600;
  box-shadow: none;
  border: none;
  border-radius: 0;
  font-size: 14px;
  background-color: transparent;
}

#voice-section-8 {
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-bottom: none;
  overflow: hidden;
}
@media (min-width: 1440px) {
  #voice-section-8 {
    flex-direction: row;
  }
}
#voice-section-8 #voice-section-8-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(32, 32, 32, 0.5);
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  opacity: 0;
}
#voice-section-8 #voice-section-8-popup .voice-section-8-popup-content {
  background-color: white;
  border-radius: 8px;
  width: 100%;
  max-width: 300px;
  height: auto;
  color: #323232;
  font-weight: 600;
  text-align: left;
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 7px 29px 0px;
}
@media (min-width: 1536px) {
  #voice-section-8 #voice-section-8-popup .voice-section-8-popup-content {
    max-width: 480px;
    padding: 48px;
    font-size: 18px;
  }
}
#voice-section-8 .voice-section-content {
  color: #323232;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  padding: 64px 0;
  position: relative;
}
@media (min-width: 1440px) {
  #voice-section-8 .voice-section-content {
    border-right: 1px solid #f1f1f1;
    align-items: start;
    padding: 48px;
  }
}
#voice-section-8 .voice-section-content .voice-qoute {
  font-size: 14px;
  font-family: "nanumsquare", sans-serif;
}
@media (min-width: 1536px) {
  #voice-section-8 .voice-section-content .voice-qoute {
    font-size: 20px;
    text-align: left;
  }
}
#voice-section-8 .voice-section-content .voice-bf-said {
  color: #323232;
}
@media (min-width: 1440px) {
  #voice-section-8 .voice-section-content .voice-bf-said {
    text-align: left;
  }
}
#voice-section-8 .voice-section-content .voice-impact-title {
  font-weight: 700;
  padding: 8px;
  color: #323232;
  font-family: "nanumsquare", sans-serif;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width: 1536px) {
  #voice-section-8 .voice-section-content .voice-impact-title {
    width: unset;
    padding: 0;
    font-size: 16px;
    bottom: 16px;
    right: 32px;
    left: unset;
    transform: none;
  }
}
#voice-section-8 .voice-impact-list {
  flex: 3;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1440px) {
  #voice-section-8 .voice-impact-list {
    flex: 1;
  }
}
#voice-section-8 .voice-impact-list .voice-qoute {
  flex: 1;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords {
  flex: 20;
  display: flex;
  flex-direction: column;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item {
  cursor: pointer;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #f1f1f1;
  color: #323232;
}
@media (min-width: 767px) {
  #voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item {
    padding: 0 32px;
  }
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(1) {
  border-top: 1px solid #f1f1f1;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(1):hover {
  background-color: rgb(255, 231, 221);
  transition: all 0.5s;
}
@media (min-width: 1280px) {
  #voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(1) {
    border-top: none;
  }
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(2):hover {
  background-color: rgb(248, 245, 238);
  transition: all 0.5s;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(3):hover {
  background-color: rgb(223, 237, 248);
  transition: all 0.5s;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(4):hover {
  background-color: rgb(241, 241, 241);
  transition: all 0.5s;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(5):hover {
  background-color: rgb(209, 221, 222);
  transition: all 0.5s;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(6):hover {
  background-color: rgb(254, 255, 244);
  transition: all 0.5s;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(7):hover {
  background-color: rgb(251, 255, 244);
  transition: all 0.5s;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(8):hover {
  background-color: rgb(221, 245, 237);
  transition: all 0.5s;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item:nth-child(9):hover {
  background-color: rgb(238, 225, 242);
  transition: all 0.5s;
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item .voice-keyword-name {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 767px) {
  #voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item .voice-keyword-name {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  #voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item .voice-keyword-name {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  #voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item .voice-keyword-name {
    font-size: 32px;
  }
}
#voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item .voice-keyword-desc {
  color: #888;
  font-size: 14px;
}
@media (min-width: 767px) {
  #voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item .voice-keyword-desc {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  #voice-section-8 .voice-impact-list .voice-impact-keywords .voice-keyword-item .voice-keyword-desc {
    font-size: 20px;
  }
}
#voice-section-8 .voice-impact-list .voice-qoute {
  color: #888;
  text-align: left;
  padding: 4px;
  padding-left: 24px;
}

#voice-section-9 {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
#voice-section-9 .voice-section-9-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
#voice-section-9 .voice-section-9-container .voice-section-9-header {
  padding: 64px 16px;
  text-align: center;
  z-index: 999;
}
#voice-section-9 .voice-section-9-container .voice-section-9-header p:nth-child(1) {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (min-width: 767px) {
  #voice-section-9 .voice-section-9-container .voice-section-9-header p:nth-child(1) {
    font-size: 18px;
  }
}
@media (min-width: 1536px) {
  #voice-section-9 .voice-section-9-container .voice-section-9-header p:nth-child(1) {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  #voice-section-9 .voice-section-9-container .voice-section-9-header p:nth-child(1) {
    font-size: 28px;
  }
}
#voice-section-9 .voice-section-9-container #voice-section-9-effect {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  text-align: center;
}
#voice-section-9 ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
#voice-section-9 ul li {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #171717;
}
#voice-section-9 ul li:nth-child(1) {
  border-top: 1px solid #171717;
}
#voice-section-9 ul li div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 24px;
  transition: all 0.5s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
#voice-section-9 ul li .voice-section-9-cover {
  z-index: 50;
  background-color: #000;
  color: #ffffff;
}
#voice-section-9 ul li .voice-section-9-cover .voice-section-9-wrap {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
#voice-section-9 ul li .voice-section-9-cover .voice-section-9-wrap svg {
  width: 32px;
}
#voice-section-9 ul li .voice-section-9-under {
  z-index: 30;
  background-color: #ffffff;
  color: #323232;
}
#voice-section-9 ul li .voice-section-9-under .voice-section-9-wrap {
  font-size: 15px;
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
@media (min-width: 1536px) {
  #voice-section-9 ul li .voice-section-9-under .voice-section-9-wrap {
    font-size: 24px;
    padding: 0 48px;
  }
}

#voice-section-10 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}
#voice-section-10 .voice-ending {
  padding: 48px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 10;
}
#voice-section-10 .voice-ending .voice-ending-headline {
  font-size: 24px;
  font-family: "KimjungchulMyungjo-Bold", serif;
}
@media (min-width: 767px) {
  #voice-section-10 .voice-ending .voice-ending-headline {
    font-size: 32px;
  }
}
@media (min-width: 767px) {
  #voice-section-10 .voice-ending .voice-ending-txt {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  #voice-section-10 .voice-ending .voice-ending-txt {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1920px) {
  #voice-section-10 .voice-ending .voice-bf-said {
    font-size: 32px;
  }
}
#voice-section-10 .voice-section-10-donation {
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 767px) {
  #voice-section-10 .voice-section-10-donation {
    flex-direction: row;
    gap: 16px;
  }
}
#voice-section-10 .voice-section-10-donation a {
  padding: 12px 40px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 10;
  transition: all 0.5s;
}
#voice-section-10 .voice-section-10-donation a:hover {
  cursor: pointer;
  box-shadow: 4px 4px 0 0 gray;
}
@media (min-width: 767px) {
  #voice-section-10 .voice-section-10-donation a {
    font-size: 18px;
  }
}
#voice-section-10 .voice-section-10-donation a:nth-child(1) {
  color: #ffffff;
  background-color: #ffa400;
}
#voice-section-10 .voice-section-10-donation a:nth-child(2) {
  color: #323232;
  background-color: rgb(255, 217, 0);
}
#voice-section-10 #voice-section-10-dimmed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 5;
}

#voice-section-11 {
  padding: 128px 24px 176px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#voice-section-11 .voice-section-11-container {
  width: 100%;
  max-width: 1024px;
}
#voice-section-11 #voice-section-11-headline {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 48px;
}
@media (min-width: 1536px) {
  #voice-section-11 #voice-section-11-headline {
    font-size: 40px;
  }
}
#voice-section-11 .voice-bf-next {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 767px) {
  #voice-section-11 .voice-bf-next {
    flex-direction: row;
  }
}
#voice-section-11 .voice-bf-next .voice-bf-next-item {
  flex: 1;
  border-top: 1px solid #f1f1f1;
  padding-top: 8px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 500;
}
#voice-section-11 .voice-bf-next .voice-bf-next-item .highlight {
  font-weight: 800;
}
@media (min-width: 1536px) {
  #voice-section-11 .voice-bf-next .voice-bf-next-item {
    font-size: 24px;
  }
}
#voice-section-11 .voice-bf-next .voice-bf-next-item a {
  padding: 0 12px;
  background-color: #f1f1f1;
  font-size: 16px;
  border-radius: 2px;
  display: inline-block;
  margin-top: 8px;
}
#voice-section-11 .voice-bf-next .voice-bf-next-item a.active {
  background-color: #ffa400;
  color: #fff;
}
#voice-section-11 #voice-go-to-top {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  padding: 16px;
  text-align: center;
  border-top: 1px solid #171717;
  color: #ffffff;
  font-weight: 800;
  transition: all 0.2s;
  background-color: #000;
}
#voice-section-11 #voice-go-to-top:hover {
  background-color: #323232;
}
@media (min-width: 1440px) {
  #voice-section-11 #voice-go-to-top {
    bottom: 0;
  }
}
