.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* btn__floating */
#btn__floating {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px 25px 40px;
  background: #fff;
  border: 4px solid #1CABE2;
  border-radius: 25px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 999;
  transition: transform 0.3s ease;
  transform-origin: 100% 100%;
}
#btn__floating:hover {
  transform: scale(1.04);
}
.floating__tit {
  font-size: 24px;
  font-weight: 600;
  color: #2D2926;
  line-height: 1.4em;
}
.floating__tit strong {
  font-size: 30px;
  color: #1CABE2;
}
.floating__img {
  display: block;
  width: 61px;
}
/* header */
.header--mobile {
  display: none;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 80px;
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; */
  transition: all 0.3s ease;
  /* border: 1px solid #000; */
}
.header__logo {
  flex: 1 1 auto;
  max-width: 540px;
}
.header__logo img {
  width: 100%;
  height: auto;
  vertical-align: text-top;
  transition: all 0.3s ease;
}
.nav__scroll {
  flex-shrink: 0;
}
nav {
  display: flex;
  align-items: center;
}
.header__lists {
  display: flex;
  align-items: center;
  min-width: max-content;
}
.header__lists li {
  margin: 0 40px;
  font-size: 24px;
  color: #2D2926;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.header__lists li::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #2D2926;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s;
}
.header__lists li:hover::before,
.header__lists li.on::before {
  width: 100%;
}
.btn__translate {
  display: block;
  width: 105px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 2.2em;
  color: #2D2926;
  border-radius: 50px;
  border: 1px solid #2D2926;
  margin-left: 40px;
  transition: all 0.3s ease;
}
.btn__translate:hover {
  color: #374EA2 !important;
  border-color: #374EA2 !important;
}
.light .header__logo img {
  filter: brightness(0) invert(1);
}
.light .header__lists li,
.light .btn__translate {
  color: #fff;
}
.light .btn__translate {
  border-color: #fff;
  
}
.light .header__lists li::before {
  background: #fff;
}
.header.hide {
  opacity: 0;
  pointer-events: none;
}

/* 공통 */
.m-only {
  display: none;
}
.section {
  /* min-height: 937px; */
}
.section__inner {
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
}
.section__title {
  font-family: 'Teko';
  font-size: 180px;
  font-weight: 500;
  line-height: 1em;
}
.section__title--sub {
  font-size: 60px;
  font-weight: 300;
}
.section__title--sub strong {
  font-weight: 700;
}
.txt--underline {
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 3px;
}
.slide__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 150px;
}
.btn__slide {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.btn--prev {
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/icon_prev@2x.png) no-repeat 0 0 / contain;
}
.btn--next {
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/icon_next@2x.png) no-repeat 0 0 / contain;
  margin-left: 30px;
}
.fraction {
  font-size: 16px;
  color: #222;
  text-align: right;
}
.btn--hover {
  transition: transform 0.3s ease;
}
.btn--hover:hover {
  transform: scale(1.04);
}
/* .btn--hover:disabled {
  transform: none !important;
  box-shadow: none !important;
} */

/* section__visual */
#section__visual {
  text-align: center;
  color: #fff;
}
.visual__inner {
  max-width: 1280px;
}
.visual--video {
  background: #1CABE2 url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/visual_bg.png)repeat-x 50% 0 / contain;
  padding-bottom: 200px;
}
.visual--together {
  background: #F3FBFD;
  padding: 140px 0;
}
.visual__title {
  font-size: 160px;
  color: #fff;
  margin-top: 100px;
}
.video__box {
  aspect-ratio: 16 / 9;
  margin-top: 30px;
}
.video__box iframe,
.video__box img {
  width: 100%;
  height: 100%;
  border: none;
}
.visual--together .section__title--sub {
  color: #2D2926;
}
.section__title--big {
  font-size: 150px;
  margin-top: 20px;
  color: #1CABE2;
}
.visual__txt {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.visual__txt--des {
  border-top: 1px dashed #1CABE2;
  border-bottom: 1px dashed #1CABE2;
  padding: 60px 0;
  margin: 50px 0;
}
.des__txt {
  font-size: 24px;
  line-height: 2.1em;
  color: #1CABE2;
}
.visual__txt--tit {
  font-size: 60px;
  font-weight: 300;
  color: #1CABE2;
  line-height: 1.5em;
}

/* section__partnership */
#section__partnership {
  padding-bottom: 100px;
}
#section__partnership .title__area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}
#partnership__swiper .swiper-slide a {
  width: 100%;
}
.partnership__title {
  font-size: 100px;
  color: #000;
}
.slide__img {
  margin-bottom: 20px;
}
.slide__img img {
  display: block;
  width: 100%;
}
/* .cont--tit {
  display: -webkit-box;   
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
} */
.cont--tit span {
  display: inline;
  font-size: 22px;
  font-weight: 500;
  color: #77777A;
  line-height: 1.72em;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
}
#partnership__swiper .swiper-slide:hover .cont--tit span {
  color: #222;
  background-size: 100% 1px;
}
.cont--des {
  font-size: 18px;
  font-weight: 300;
  color: #77777A;
  line-height: 1.8em;
  margin: 20px 0;
}
.cont--date {
  font-size: 14px;
  color: #77777A;
}

/* section__weact */
#section__weact {
  background: rgba(28, 171, 226, 0.05);
  padding-bottom: 180px;
}
.weact__inner {
  max-width: 1640px;
  position: relative;
}
#section__weact .title__area {
  position: absolute;
  top: 100px;
  left: 20px;
  z-index: 10;
}
.weact__title {
  color: #1CABE2;
  margin-top: 30px;
}
.weact__content {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.weact__box {
  width: 50%;
  padding: 90px 50px 90px 120px;
  background: #fff;
}
.box--sub {
  font-size: 28px;
  font-weight: 300;
  margin: 50px 0 20px;
}
.box--tit {
  font-size: 50px;
  font-weight: 700;
  color: #1CABE2;
  line-height: 1.48em;
}
#weact__swiper {
  position: relative;
  width: 50%;
}
#weact__swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.weact__navigation {
  position: absolute;
  top: 40px;
  right: 60px;
  z-index: 10;
}

/* section__process */
#section__process {
  background: #1CABE2;
  padding: 100px 0;
}
#section__process .title__area {
  padding-left: 80px;
  padding-right: 120px;
  color: #fff;
  position: relative;
}
#section__process .title__area::after {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/process_arrow@2x.png) no-repeat 0 0 / contain;
  position: absolute;
  bottom: 32px;
  right: 0;
}
.process__content {
  display: flex;
  margin-top: 60px;
  background: #fff;
}
.process__box {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 80px;
}
.process__box01 {
  border-right: 1px solid #E8E8E8;
}
.process__box02 {
  flex-shrink: 0;
}
.process__order {
  font-size: 22px;
  font-weight: 900;
  text-decoration: underline;
}
.process__title {
  font-size: 60px;
  font-weight: 700;
  color: #1CABE2;
  line-height: 1.33em;
  margin: 30px 0 60px;
}
.process__box01 .process__title span {
  font-size: 55px;
}
.process__box02 .process__title {
  color: #374EA2;
  margin-bottom: 40px;
}
.process__des {
  font-size: 20px;
  font-weight: 300;
  color: #77777A;
  line-height: 1.7em;
}
.process__box01 .process__des {
  font-size: 22px;
  padding-left: 120px;
  position: relative;
}
.process__box01 .process__des::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/step1_icon@2x.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.process__des strong {
  font-weight: 700;
  color: #2D2926;
}
.process__box01 .process__des strong {
  font-weight: 300;
}
.process__des--tag {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: inline-block;
  padding: 8px 10px 10px 10px;
  background: #374EA2;
}
.process__des--sm {
  font-size: 14px;
  line-height: 1.2em;
  position: absolute;
  top: 50px;
  right: 0;
}
.step02__process {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.step02__order {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 180px;
  position: relative;
}
.step02__order02 {
  flex-basis: 200px;
  padding: 0 5px;
}
.step02__process li::after {
  content: '';
  display: block;
  width: 48px;
  height: 16px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/process_arrow02@2x.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 34px;
  right: -16px;
}
.step02__process li:last-child:after {
  display: none;
}
.section__des {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8em;
}
#section__process .section__des li {
  position: relative;
  /* padding-left: 34px; */
  padding-left: 15px;
  color: #374EA2;
}
#section__process .section__des li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #374EA2;
  position: absolute;
  top: 15px;
  left: 0;
  background-size: contain;
}
/* #section__process .section__des li::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  left: 0;
  background-size: contain;
}
#section__process .section__des li:first-child::before {
  background-image: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/icon_heart_check_blue@2x.png);
}
#section__process .section__des li:last-child:before {
  background-image: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/icon_gift_blue@2x.png);
} */
.process__icon {
  width: 80px;
  margin-bottom: 20px;
}
.btn__support {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 80px;
  background: #1CABE2;
  margin-top: auto;
}
.btn__support strong {
  font-weight: 700;
}

/* section__survey */
#section__survey {

}
.survey__inner {
  display: flex;
  min-height: 937px;
}
.survey__left {
  background: #374EA2;
  color: #fff;
  padding: 100px 80px 100px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
#section__survey .section__title,
#section__process .section__title {
  font-family: 'Paperozi';
  font-size: 70px;
  font-weight: 700;
  line-height: 1.48em;
  margin: 30px 0;
}
#section__survey .section__title--sub,
#section__process .section__title--sub {
  font-size: 46px;
  font-weight: 300;
  line-height: 1.48em;
}
.survey__pagination {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: auto;
}
.survey__pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 !important;
  opacity: 1 !important;
  font-size: 0;
}
.survey__pagination .swiper-pagination-bullet-active {
  width: 35px;
  height: 35px;
  line-height: 33px;
  background: #2D2926;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
#section__survey .swiper-button-disabled {
  display: none;
}

#survey__swiper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.survey__box {
  width: 100%;
  padding: 100px 100px 0;
}
.survey__order {
  width: 35px;
  line-height: 35px;
  background: #2D2926;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
.survey__title {
  font-size: 70px;
  font-weight: 700;
  color: #374EA2;
  line-height: 1.28em;
  margin: 30px 0 50px;
}
.survey__title span {
  font-weight: 300;
}
.survey__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  width: 100%;
}
.btn__wordcloud {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3em;
  color: #000;
  width: calc((100% - 40px) / 3);
  min-height: 70px;
  padding: 10px 5px;
  background: #F3F5F7;
  border-radius: 100px;
  cursor: pointer;
}
.btn__wordcloud:has(input:checked) {
  background: #374EA2;
  color: #fff;
}
.survey__box:nth-of-type(3) .btn__wordcloud {
  width: calc((100% - 20px) / 2);
}
.survey__process {
  width: 100%;
  display: flex;
  gap: 10px;
  padding: 0 100px 70px;
  margin-top: 40px;
}
.btn__next,
.btn__last {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: #2D2926;
  flex: 1;
  line-height: 80px;
  
}
.btn__next:disabled,
.btn__last:disabled {
  background: #f0f0f0;
  color: #77777A;
  transform: none !important;
}

.btn__prev {
  font-size: 24px;
  font-weight: 500;
  color: #2D2926;
  border: 1px solid #2D2926;
  width: 140px;
  line-height: 80px;
}
.btn__last {
  background: #374EA2;
  display: none;
}
.survey__thankyou {
  width: 100%;
  display: none;

}

/* thankyou */
.thankyou__inner {
  display: flex;
  /* min-height: 100vh; */
}
.thankyou__box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 90px 100px 60px;
}
.thankyou__sub {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.66em;
}
.thankyou__sm {
  font-size: 16px;
  opacity: 0.8;
  margin-top: 16px;
}
.thankyou__des {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.66em;
}
.btn__thankyou {
  width: 100%;
  line-height: 80px;
  border: 1px solid #fff;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin-top: auto;
}

.thankyou__box01 {
  background: #374EA2;
  align-items: center;
}
.thankyou01__title {
  font-size: 80px;
  font-weight: 700;
  color: #374EA2;
  text-shadow:
    -1px -1px 0 white,
     1px -1px 0 white,
    -1px  1px 0 white,
     1px  1px 0 white;
  margin-bottom: 20px;
}
.thankyou__box01 .thankyou__sub {
  text-align: center;
}
.thankyou01__steps {
  width: 100%;
  display: flex;
  gap: 20px;
  margin: 30px 0 20px;
}
.thankyou01__steps li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 35px 20px 40px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.thankyou01__steps--order {
  width: 35px;
  height: 35px;
  background: #000;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.thankyou__noti-box {
  width: 100%;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.txt--tag {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  padding: 6px 12px 8px;
  background: #1CABE2;
  margin-bottom: 5px;
}
.thankyou__noti--wht {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
}
.thankyou__noti--wht > span {
  position: relative;
  display: inline-block;
  padding-left: 34px;
  margin-bottom: 14px;
}
.thankyou__noti--wht img {
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.thankyou__noti--blue {
  font-size: 18px;
  color: #1CABE2;
  text-align: center;
  opacity: 0.8;
  margin-top: 2px;
}
.thankyou__box02 {
  background: #1CABE2 url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/thankyou_bg.png) no-repeat 0 0 / contain;
  position: relative;
  padding-top: 170px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.thankyou__box02::after {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/process_arrow@2x.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 70px;
  right: 70px;
}
.thankyou02__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.42em;
  margin: 30px 0;
}


/* wordcloud */
#section__wordcloud {
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/wordcloud_bg.jpg)repeat-x 50% 0 / cover;
  padding: 90px 0;
}
.wordcloud__inner {
  max-width: 1680px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordcloud__title {
  font-size: 80px;
  font-weight: 300;
  line-height: 1.37em;
  margin: 60px 0;
}
.wordcloud__title strong {
  font-weight: 700;
}
.wordcloud__total {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  min-width: 363px;
  min-height: 64px;
  border-radius: 50px;
  background: #1CABE2;
  padding: 12px 40px 8px 80px;
  position: relative;
}
.wordcloud__total::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/icon_heart_check@2x.png) no-repeat 0 0 / contain;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
#total {
  font-family: 'Teko';
  font-size: 40px;
  font-weight: 700;
  text-align: right;
  display: inline-block;
  min-width: 85px;
}
.wordcloud__result {
  /* border: 1px solid #000; */
  width: 50%;
  max-width: 800px;
  aspect-ratio: 1 / 1;
  margin-right: 60px;
}
.wordcloud-wrap {
  width: 100%;
  height: 100%;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/wordcloud_heart.png) no-repeat 50% 50% / contain;
}
canvas {
  width: 100%;
  width: 100%;
  /* border: 2px dashed pink; */
}

/* section__information */
#section__information {
  text-align: center;
}
.information__inner {
  background: #F9F9F9;
  border-radius: 60px;
  padding: 120px 0 100px;
  position: relative;
}

.information__title--sub {
  font-size: 60px;
  font-weight: 300;
}
.information__title--sub strong {
  font-weight: 700;
}
.information__title {
  font-size: 180px;
  font-weight: 400;
  color: #E8E8E8;
  opacity: 0.5;
  margin-top: -20px;
}
.information__navigation {
  position: absolute;
  top: 220px;
  right: 110px;
}
#information__swiper {
  margin-top: -60px;
}
#information__swiper .swiper-slide {
  width: 380px;
  height: 590px;
  border-radius: 30px;
  overflow: hidden;
}
.information__list {
  position: relative;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.information__list > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information__hover {
  width: 100%;
  height: 100%;
  background: rgba(28, 171, 226, 0.90);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Teko';
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  text-decoration: underline;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.information__list:hover .information__hover {
  opacity: 1;
}
.information__list--coming {
  font-family: 'Teko';
  font-size: 50px;
  font-weight: 300;
  color: #D8D1CA;
  border: 1px solid #D8D1CA;
  background: #F7F6F4;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}

/* section__maeum */
#section__maeum {
  padding: 140px 0;
  min-height: auto;
}
.maeum__inner {
  max-width: 1640px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn__maeum {
  position: relative;
  padding: 60px 90px 60px 100px;
  background: #1CABE2;
  width: calc(50% - 30px);
  display: flex;
  align-items: center;
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  transition: all 0.3s;
}
.btn__maeum:hover {
  box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.2);
}
.btn__maeum::after {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/process_arrow@2x.png) no-repeat 0 0 / contain;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  position: absolute;
  top: 48px;
  right: 90px;
  pointer-events: none;
}
.btn__maeum--story {
  background: #374EA2;
}
.maeum--noti {
  max-width: 1640px;
  padding: 0 20px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.maeum--noti01 {
  font-size: 26px;
  color: #77777A;
  padding-left: 35px;
  position: relative;
}
.maeum--noti01::before {
  content: '※';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.maeum--noti02 {
  font-size: 26px;
  color: #1CABE2;
  position: relative;
  padding-left: 40px;
}
.maeum--noti02::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/icon_link@2x.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 2px;
  left: 0;
}

/* section__faq */
#section__faq {
  background: #E9F7FD;
  /* padding: 175px 0 140px; */
  padding: 0 0 140px;
}
.faq__title {
  font-size: 100px;
  color: #1CABE2;
  text-align: center;
  margin-bottom: 50px;
}
.faq__list {
  background: #fff;
  overflow: hidden;
}
.faq__list + .faq__list {
  margin-top: 10px;
}
.faq__list > div {
  position: relative;
}
.faq__list > div::before {
  font-family: 'Teko';
  font-size: 40px;
  font-weight: 700;
  color: #2D2926;
  position: absolute;
  left: 100px;
}
.faq__question {
  font-size: 30px;
  color: #2D2926;
  padding: 42px 130px 42px 170px;
  cursor: pointer;
  transition: all 0.2s;
}
.faq__question::before {
  content: 'Q';
  top: 50%;
  transform: translateY(-50%);
}
.faq__question::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/icon_down@2x.png) no-repeat 0 0 / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
}
.faq__answer {
  font-size: 24px;
  color: #77777A;
  line-height: 2em;
  padding: 0 130px 0 170px;
  height: 0;
  border-top: none;
  transition: height 0.3s ease-in-out, padding 0.2s ease-in-out;
}
.faq__answer::before {
  content: 'A';
  color: #2D2926;
  top: 40px;
}
.faq__answer li {
  position: relative;
  padding-left: 15px;
}
.faq__answer li::before {
  content: '·';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__list.open > div::before {
  color: #1CABE2;
}
.faq__list.open .faq__question {
  font-weight: 700;
  color: #1CABE2;
}
.faq__list.open .faq__answer {
  padding: 40px 130px 40px 170px;
  height: auto;
  border-top: 1px solid #E8E8E8;
}
.faq__list.open .faq__question::after {
  background-image: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/icon_up@2x.png);
}
.faq__noti {
  color: #77777A;
  margin-top: 30px;
  margin-left: 100px;
  padding-left: 20px;
  position: relative;
}
.faq__noti::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.faq__noti a {
  color: #1CABE2;
  font-weight: 600;
}


/* footer */
#footer {
  background: #374EA2;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}
.footer__lists {
  margin: 20px 0;
}
.footer__lists li {
  display: inline-block;
  font-size: 18px;
  line-height: 2em;
}
.footer__lists li::after {
  content: '·';
  color: #999;
  display: inline-block;
  margin: 0 7px;
}
.footer__lists li:last-child::after {
  display: none;
}
.footer__copyright {
  font-size: 16px;
  opacity: 0.5;
}


/* popup */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.popup.active {
  display: block;
}


/* 스크롤 가능한 팝업 */
.popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.popup__box {
  width: 100%;
  min-height: 100vh;
  background-color: #E4E7EC;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  position: relative;
  padding: 150px 210px;
}
.popup__close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.popup__title {
  margin: 100px 10px;
}
.popup__title span,
.popup__title strong {
  font-family: 'SD UNICEF Hearty';
  font-size: 90px;
  font-weight: normal;
  line-height: 1.44em;
  position: relative;
}
.popup__title > span:first-child:before,
.popup__title > span:last-child:after {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.popup__title > span:first-child::before {
  top: 0;
  left: -55px;
  background-image: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/quotes_l@2x.png);
}
.popup__title > span:last-child::after {
  bottom: 70px;
  right: -60px;
  background-image: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/quotes_r@2x.png);
}
.popup__title strong {
  color: #1CABE2;
  padding: 0 10px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/popup_highlight.png) no-repeat 0 23px / 100% 72px;
}
/* .popup__title strong::before {
  content: '';
  display: block;
  width: 100%;
  height: 72px;
  background: url(https://cdn.unicef.or.kr/images/together-for-tomorrow/assets/images/popup_highlight.png) no-repeat 0 0 / 100% 90px;
  position: absolute;
  bottom: 0;
  left: 0;
} */
.popup__name {
  min-width: 250px;
  background: #2D2926;
  border-radius: 50px;
  font-family: 'Teko';
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 14px 0 10px;
}