@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("./notice.css");
@import url("./newsletter.css");
@import url("./project/project.css");
@import url("./supporter/supporter.css");
@import url("./information/information.css");
@import url("./family/family.css");


main[mt0]{margin-top: 0;}

.y_wrap {
  max-width: 1280px;
  width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
}

.y_maxWrap {
  width: calc(100% - 20px);
  margin: 0 auto;
  position: relative;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */

.y_tap {
  display: flex;
  gap: 45px;
  font-size: 16px;
  color: #7c7c7c;
}

.y_tap > *.active {
  color: #000000;
}

.y_tap > a {
  display: flex;
  gap: 45px;
}

@media screen and (max-width: 1024px) {
  .y_tap,
  .y_tap > a {
    gap: 38px;
  }
}

@media screen and (max-width: 820px) {
  .y_tap,
  .y_tap > a {
    gap: 28px;
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .y_tap,
  .y_tap > a {
    gap: 15px;
  }
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */

.y_name dt {
  font-size: 48px;
  font-weight: bold;
}

.y_name dd {
  font-size: 20px;
  font-weight: 600;
  margin-top: calc(30 / 20 * 1em);
  color: #3d3d3d;
  line-height: calc(30 / 20);
}

@media screen and (max-width: 1024px) {
  .y_name dt {
    font-size: 38px;
  }

  .y_name dd {
    font-size: 18px;
  }
}

@media screen and (max-width: 820px) {
  .y_name dt {
    font-size: 32px;
  }

  .y_name dd {
    font-size: 16px;
  }
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */

.y_search {
  height: 44px;
  width: 340px;
  border-radius: 1000px;
  border: 1px solid #eeeeee;
  display: flex;
  overflow: hidden;
  padding: 3px;
  box-sizing: border-box;
  flex: 0 0 auto;
}

.y_search input {
  border: 0;
  height: 100%;
  flex: 1;
  padding: 0 27px;
  box-sizing: border-box;
  font-size: 16px;
  min-width: 0;
}

.y_search input::placeholder {
  color: #b1b1b1;
}

.y_search .icon {
  all: unset;
  width: 36px;
  height: 36px;
  border-radius: 1000px;
  background: var(--blue01);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  .y_search {
    width: 280px;
  }
}

@media screen and (max-width: 860px) {
  .y_search {
    width: 220px;
  }

  .y_search input {
    padding: 0 17px;
    font-size: 14px;
  }
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */

.y_paging {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  gap: 12px;
  justify-content: center;
}

.y_paging a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.y_paging i {
  font-size: 20px;
  color: var(--blue01);
}

.y_paging a.active {
  border-radius: 1000px;
  background: var(--blue01);
  color: #fff;
  width: 28px;
  height: 28px;
}

/* .y_paging .prev-double{border: 1px solid tomato;} */
/* .y_paging .next-double{border: 1px solid tomato;} */
.y_paging .prev-double i:nth-child(1){margin-right: -0.7em;}
.y_paging .next-double i:nth-child(1){margin-right: -0.7em;}



/* ========================== */

.y_taplist {
  display: flex;
  background: #ededed;
  border-radius: 1000px;
  margin: 0 auto 0;
}

.y_taplist a {
  flex: 1;
  border-radius: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(60 / 18 * 1em);
  font-size: 18px;
  font-weight: 600;
}

.y_taplist a.active {
  background: var(--blue01);
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .y_taplist a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .y_taplist a {
    font-size: 16px;
  }
}

@media screen and (max-width: 820px) {
  .y_taplist a {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .y_taplist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 0; gap: 4px; background-color: transparent;
  }

  .y_taplist a {
    border-radius: 4px;
	background-color: #ededed;
  }
}

/* ===================== */

.y_filter {
  display: flex;
  gap: 15px 35px;
  color: #878585;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
}

.y_filter a {
  position: relative;
}

.y_filter a::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(calc(35px / 2));
  display: block;
  background: #878585;
}

.y_filter a:last-child::after {
  display: none;
}

.y_filter a.active {
  color: #00407b;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .y_filter {
    font-size: 16px;
    gap: 15px 25px;
  }

  .y_filter a::after {
    transform: translateY(-50%) translateX(calc(25px / 2));
  }
}

/*  */

.y_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
  margin-top: 30px;
}

.y_card .card {
  border-radius: 32px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}

.y_card .card .img {
  display: block;
  background: #000;
  position: relative;
}

.y_card .card .img img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.y_card .card .img::after {
  content: "";
  display: block;
  padding-bottom: calc(317 / 406 * 100%);
}

.y_card .card .img .flex_tag {
  display: flex;
  gap: 10px;
  position: absolute;
  left: calc(20 / 16 * 1em);
  top: calc(20 / 16 * 1em);
  max-width: 240px;
  width: calc(100% - 30px);
}

.y_card .card .img .tag {
  font-size: 16px;
  color: #fff;
  height: calc(34 / 16 * 1em);
  background: var(--orange01);
  border-radius: calc(7 / 16 * 1em);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: calc(162 / 16 * 1em);
  max-width: calc(162 / 16 * 1em);
}

.y_card .card .img .tag.quit {
  background: #000;
  flex: calc(66 / 16 * 1em);
  max-width: calc(66 / 16 * 1em);
}

.y_card .card .desc {
  padding: 30px;
  box-sizing: border-box;
}

.y_card .card .desc h1 {
  font-weight: bold;
  font-size: 22px;
  line-height: normal;
}
.y_card .card .desc .content {
  font-size: 16px;
  color: #878585;
  margin-top: calc(30 / 16 * 1em);
  line-height: calc(26 / 16 * 1em);
}

.y_card .card .desc ul li {
  display: flex;
}

.y_card .card .desc ul li span {
  flex: none;
  margin-right: 3px;
}

.y_card .card .desc .progess {
  width: 100%;
  margin-top: 45px;
}

.y_card .card .desc .progess .day {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.y_card .card .desc .progess .day p {
  font-size: 18px;
  font-weight: bold;
  color: var(--orange01);
}

.y_card .card .desc .progess .barBox {
  margin-top: 15px;
  border-radius: 1000px;
  background: #f5f5f5;
  height: 7px;
  position: relative;
  overflow: hidden;
}

.y_card .card .desc .progess .barBox .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #00407b;
  border-radius: 1000px;
}

.y_card .card .desc .progess .price {
  margin-top: calc(17 / 18 * 1em);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
}

.y_card .card .desc .progess .price p {
  font-weight: bold;
}

.y_card .card .desc .progess .price p.today {
  color: var(--orange01);
}

.y_card .card .desc .progess .price p.complete {
  color: #878585;
}

.y_card .card .desc .progess .price span {
  font-size: calc(14 / 18 * 1em);
  color: #878585;
}

.y_card .card.disable .desc .progess * {
  color: #878585 !important;
}

.y_card .card.disable .desc .progess .barBox .bar {
  background-color: #878585;
}

.y_card .card.disable .img img {
  filter: grayscale(1);
}

@media screen and (max-width: 1024px) {
  .y_card {
    grid-template-columns: repeat(2, 1fr);
  }

  .y_card .card .img .tag {
    font-size: 14px;
  }

  .y_card .card .desc h1 {
    font-size: 20px;
  }

  .y_card .card .desc .content {
    font-size: 14px;
  }

  .y_card .card .desc .progess {
    margin-top: 35px;
  }

  .y_card .card .desc .progess .day p,
  .y_card .card .desc .progess .price {
    font-size: 16px;
  }

  .y_card .card .desc {
    padding: 20px;
  }
}

@media screen and (max-width: 820px) {
  .y_card {
    grid-template-columns: repeat(1, 1fr);
  }

  .y_card .card {
    max-width: 530px;
    margin: 0 auto;
    border-radius: 22px;
  }

  .y_card .card .desc h1 {
    font-size: 18px;
  }

  .y_card .card .desc .progess {
    margin-top: 30px;
  }

  .y_card .card .img .tag {
    font-size: 12px;
  }
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ */

.y_supporter_card_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 970px) {
  .y_supporter_card_box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.y_supporter_card {
  background: #000;
  position: relative;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.y_supporter_card > img {
  position: absolute;
  inset: 0;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.y_supporter_card::after {
  content: "";
  display: block;
  padding-bottom: calc(340 / 630 * 100%);
}

.y_supporter_card .content {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 55px 0 40px 60px;
  z-index: 2;
}

.y_supporter_card .content::after {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #0000007a, transparent);
  content: "";
  z-index: -1;
}

.y_supporter_card .content dl dt {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
}

.y_supporter_card .content dl dd {
  font-size: 18px;
  line-height: calc(29 / 18 * 1em);
  margin-top: calc(20 / 18 * 1em);
}

.y_supporter_card .content .simbol {
  position: absolute;
  right: 50px;
  top: 20px;
  width: 50px;
}
.y_supporter_card .content .simbol svg{width: 100%;}

.y_supporter_card .content .button {
  width: 178px;
  height: 44px;
  border-radius: 22px;
  background: var(--orange01);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  font-weight: 500;
  transition: background 0.4s;
}

.y_supporter_card:hover .content .button {
  background: #da5200;
}

@media screen and (max-width: 1280px) {
  .y_supporter_card .content {
    padding-left: 30px;
  }

  .y_supporter_card .content dl dt {
    font-size: 30px;
  }
  .y_supporter_card .content dl dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .y_supporter_card .content {
    padding: 35px 0 20px;
  }

  .y_supporter_card .content .simbol {
    right: 20px;
  }

  .y_supporter_card .content {
    padding-left: 20px;
  }

  .y_supporter_card .content dl dt {
    font-size: 24px;
  }
  .y_supporter_card .content dl dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 970px) {
  .y_supporter_card {
    border-radius: 22px;
  }

  .y_supporter_card::after {
    display: none;
  }

  .y_supporter_card .content {
    padding: 30px;
    position: relative;
  }

  .y_supporter_card .content .button {
    margin-top: 50px;
  }

  .y_supporter_card .content .simbol {
    width: 33px;
  }
}

@media screen and (max-width: 480px) {
  .y_supporter_card .content {
    padding: 30px 60px 30px 15px;
  }

  .y_supporter_card .content dl dt {
    font-size: 22px;
  }
  .y_supporter_card .content dl dd {
    font-size: 14px;
  }
  .y_supporter_card .content .button {
    margin-top: 30px;
    width: 148px;
  }
}

.y_modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  inset: 0;
  z-index: 9999;
  padding: 0 10%;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

.y_modal .back {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.4s;
}

.y_modal .content {
  transform: translateY(50%);
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 32px;
  padding: 110px 100px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  height: 90%;
  max-width: 100%;
  transition: transform 0.4s;
}

.y_modal.active {
  opacity: 1;
  pointer-events: all;
}

.y_modal.active .back {
  opacity: 0.8;
}

.y_modal.active .content {
  transform: translateY(0);
}

.y_modal .content > button {
  position: absolute;
  right: 45px;
  top: 37px;
  font-size: 40px;
}

.y_modal .content .scroll {
  overflow-y: auto;
  height: 100%;
}

.y_modal .content .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  padding: 0 40px;
  box-sizing: border-box;
  align-items: flex-start;
}

.y_modal .content .grid .slide {
  min-height: 0;
  gap: 13px;
  display: grid;
  grid-template-columns: 3.5fr 1fr;
}

.y_modal .content .grid .slide .imgSlide {
  border-radius: 82px 0 82px 0;
  overflow: hidden;
  aspect-ratio: 469/ 575;
  width: 100%;
}

.y_modal .content .grid .slide .thumbnailBox {
  height: 100%;
  position: relative;
}

.y_modal .content .grid .slide .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.y_modal .content .grid .slide .swiper-slide .imgBox {
  position: relative;
  height: 100%;
}

.y_modal .content .grid .slide .swiper-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.y_modal .content .grid .slide .thumbnail .swiper-slide .imgBox {
  border-radius: 12px;
  overflow: hidden;
  filter: grayscale(1);
  aspect-ratio: 1/1;
}

.y_modal
  .content
  .grid
  .slide
  .thumbnail
  .swiper-slide.swiper-slide-thumb-active
  .imgBox {
  filter: grayscale(0);
}

.y_modal .content .grid .desc dt {
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
}
.y_modal .content .grid .desc dd {
  margin-top: calc(45 / 20 * 1em);
  font-size: 20px;
  line-height: calc(32 / 20 * 1em);
}

.y_modal .one {
  margin-top: 120px;
  text-align: center;
}

.y_modal .one .tag {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  background: #605d5b;
  width: calc(170 / 16 * 1em);
  height: calc(34 / 16 * 1em);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.y_modal .one .video {
  background: #000;
  max-width: 975.14px;
  margin: 40px auto 0;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
}

.y_modal .one .video iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.y_modal .one .video img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.y_modal .one .video::after {
  content: "";
  display: block;
  padding-bottom: calc(9/16*100%);
}

.y_modal .one .tit {
  margin-top: 1em;
  font-size: 30px;
  line-height: calc(46 / 30 * 1em);
  font-weight: bold;
}

.y_modal .one .neon {
  margin-top: 55px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.y_modal .one .neon > div {
  padding-left: 40px;
  padding-right: 65px;
}

.y_modal .one .neon img:first-child {
  transform: translateY(-50%);
}

.y_modal .one .neon img:last-child {
  transform: rotate(180deg) translateY(-50%);
  margin-top: auto;
}

.y_modal .one .neon p:first-child {
  font-size: 20px;
  line-height: calc(36 / 20 * 1em);
}

.y_modal .one .neon p:first-child span {
  font-weight: bold;
}

.y_modal .one .neon p:last-child {
  color: var(--blue01);
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.y_modal .content .letter{
  margin-top: 130px; padding: 0 40px; box-sizing: border-box;
}
.y_modal .content .letter strong{
  display: block; margin-bottom: 1.3em;
  font-size: 44px; font-weight: 700; text-align: center; line-height: 1.3;
}
.y_modal .content .letter strong span{color: var(--blue01); display: inline-block;}
.y_modal .content .letter .box{
  border-top: 1px solid #ccc; box-sizing: border-box;
  padding: 0 40px; box-sizing: border-box; text-align: center;
  margin-top: max(calc(60/22*1em),40px); padding-top: max(calc(60/22*1em),40px);
  font-size: 22px;
}
.y_modal .content .letter .box p{
font-weight: 500; letter-spacing: -0.025em; line-height: 2; color: #444;
}
.y_modal .content .letter .box em{
  font-size: calc(1em + 6px); margin-top: max(calc(40/28*1em),20px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.3;
}



@media screen and (max-width: 1480px) {
  .y_modal {
    padding: 0 6%;
  }

  .y_modal .content .grid {
    gap: 80px;
  }

  .y_modal .content {
    padding: 68px 40px;
  }

  .y_modal .content > button {
    right: 30px;
    top: 20px;
    font-size: 30px;
  }

  .y_modal .content .grid .desc dt {
    font-size: 34px;
  }
  .y_modal .content .grid .desc dd {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .y_modal {
    padding: 0 20px;
  }

  .y_modal .content .grid {
    padding-left: 0;
  }

  .y_modal .one .tit {
    font-size: 26px;
  }

  .y_modal .one .neon p:first-child,
  .y_modal .one .neon p:last-child {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .y_modal .content .scroll {
    padding: 0 40px;
  }

  .y_modal .content .grid {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .y_modal .content .letter{padding: 0;}
  .y_modal .content .letter strong{font-size: max(calc(44/1024*100vw),26px);}
  .y_modal .content .letter .box{font-size: 16px;}

}

@media screen and (max-width: 820px) {
  .y_modal .content > button {
    top: 15px;
    right: 20px;
  }

  .y_modal .content {
    padding: 50px 20px;
    border-radius: 10px;
  }

  .y_modal .content .scroll {
    padding: 0 20px;
  }

  .y_modal .content .grid .slide {
    min-width: 0;
  }

  .y_modal .content .grid .slide .imgSlide {
    border-radius: 62px 0 62px 0;
  }

  .y_modal .one .video {
    border-radius: 26px;
  }

  .y_modal .content .grid .desc dt {
    font-size: 30px;
  }

  .y_modal .content .grid .desc dd {
    margin-top: 35px;
    font-size: 16px;
  }
  .y_modal .content .grid .desc dd span{display: inline-block;}

  .y_modal .one {
    margin-top: 80px;
  }

  .y_modal .one .neon {
    margin-top: 35px;
  }

  .y_modal .one .tit {
    font-size: 22px;
  }

  .y_modal .one .neon p:first-child,
  .y_modal .one .neon p:last-child {
    font-size: 16px;
  }

  .y_modal .one .neon > div {
    padding-left: 20px;
    padding-right: 40px;
  }

  .y_modal .content .letter{margin-top: 100px;}
  .y_modal .content .letter .box{padding-left: 0; padding-right: 0;}
}

@media screen and (max-width: 480px) {
  .y_modal .content{padding: 60px 10px;}
  .y_modal .content .scroll {
    padding: 0 4px;
  }

  .y_modal .content .grid .slide {
    display: block;
  }

  .y_modal .content .grid .slide .imgSlide{border-radius: 10px;}
  .y_modal .content .grid .slide .thumbnailBox {
    height: auto;
    margin-top: 10px;
  }
  .y_modal .content .grid .slide .thumbnail {
    position: static;
    width: auto;
    height: auto;
  }
  .y_modal .content .grid .slide .thumbnail .swiper-slide .imgBox{border-radius: 10px;}
  .y_modal .content .grid .desc dt {
    font-size: 26px;
  }
  .y_modal .one .tit {
    font-size: 20px;
  }

  .y_modal .one .neon img {
    width: 26px;
  }

  .y_modal .one .neon > div {
    padding-left: 10px;
    padding-right: 30px;
  }

  .y_modal .content .letter .box{font-size: 14px;}
}


/* 에티오피아 별도 */
.y_modal .content .scroll.ethiopia {
  padding: 0 40px; box-sizing: border-box;
}
.y_modal .content .scroll.ethiopia .top{
  display: flex;
  gap: 100px;
}
.y_modal .content .scroll.ethiopia .top .imgBx{
  flex: 1;
}
.y_modal .content .scroll.ethiopia .top .imgBx img{}
.y_modal .content .scroll.ethiopia .top .right{
  flex: 1;
}
.y_modal .content .scroll.ethiopia .top .right strong{
  font-size: 40px; font-weight: 700; line-height: 1.4;
}
.y_modal .content .scroll.ethiopia .top .right p{
  margin-top: calc(45 / 20 * 1em);
  font-size: 18px;
  line-height: 1.6;
}


.y_modal .content .scroll.ethiopia .bottom{margin-top: 60px;}
.y_modal .content .scroll.ethiopia .bottom .txt{
  position: relative; overflow: hidden; padding: 80px 20px; margin-bottom: 20px; border-radius: 20px;
}
.y_modal .content .scroll.ethiopia .bottom .txt .bg{
  position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat;
  filter: grayscale(0.5) opacity(0.2);
}
.y_modal .content .scroll.ethiopia .bottom .txt .bg::before {
    content:''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: max(400px,50%);
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.y_modal .content .scroll.ethiopia .bottom .txt p{
  font-size: 20px; font-family: 'Pretendard'; font-weight: 500; letter-spacing: -0.025em; line-height: 2.5;
  text-align: center; position: relative; z-index: 2;
}
.y_modal .content .scroll.ethiopia .bottom .info{
  display: flex; gap: 20px;
}
.y_modal .content .scroll.ethiopia .bottom .info > *{
  width: calc(50% - 10px); border-radius: 20px; border: 1px solid #eee; box-sizing: border-box;
  padding: 40px; box-sizing: border-box; font-size: 18px; line-height: 1.4; font-weight: 500;
}
.y_modal .content .scroll.ethiopia .bottom .info dl{}
.y_modal .content .scroll.ethiopia .bottom .info dt{
  font-size: 1.4em; font-weight: 700; margin-bottom: 12px; color: var(--blue01);
}
.y_modal .content .scroll.ethiopia .bottom .info dd{
  display: flex; align-items: flex-start; margin-bottom: 8px;
}
.y_modal .content .scroll.ethiopia .bottom .info dd:last-child{margin-bottom: 0;}
.y_modal .content .scroll.ethiopia .bottom .info dd::before {
    content:'-'; display: block; margin-right: 0.3em;
}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
  .y_modal .content .scroll.ethiopia .top{gap: 40px;}
}
@media screen and (max-width:1280px) {
  .y_modal .content .scroll.ethiopia .top .right strong{font-size: max(calc(40/1280*100vw),24px);}
  .y_modal .content .scroll.ethiopia .top .right p{font-size: 16px;}

  .y_modal .content .scroll.ethiopia .bottom .txt p{font-size: 18px;}
}
@media screen and (max-width:1024px) {
  .y_modal .content .scroll.ethiopia .top{flex-direction: column; max-width: 600px; margin: 0 auto;}
  .y_modal .content .scroll.ethiopia .top .right{text-align: center;}

  .y_modal .content .scroll.ethiopia .bottom .txt p{font-size: 16px;}
  .y_modal .content .scroll.ethiopia .bottom .info > *{font-size: 16px; padding: 30px;}
}
@media screen and (max-width:820px) {
  .y_modal .content .scroll.ethiopia{padding: 0 4px;}

  .y_modal .content .scroll.ethiopia .bottom{margin-top: 0;}

  .y_modal .content .scroll.ethiopia .bottom .txt{margin-bottom: 10px;}
  .y_modal .content .scroll.ethiopia .bottom .txt p br:not(.max-820){display: none;}

  .y_modal .content .scroll.ethiopia .bottom .info{flex-direction: column; gap: 10px;}
  .y_modal .content .scroll.ethiopia .bottom .info > *{width: 100%;}
}
@media screen and (max-width:500px) {

  .y_modal .content .scroll.ethiopia .top .right strong{font-size: 20px;}
  .y_modal .content .scroll.ethiopia .top .right p{font-size: 16px;}
  .y_modal .content .scroll.ethiopia .top .right p br:not(.max-500){display: none;}

  .y_modal .content .scroll.ethiopia .bottom .txt p{font-size: 14px; line-height: 2;}
  .y_modal .content .scroll.ethiopia .bottom .info > *{font-size: 14px;}
}
@media screen and (max-width:320px) {}






/* 헤더 */

header.one {
  background: none;
}

header.one nav > ul > li > a {
  color: #fff;
}

html.pc header.one nav > ul > li > a:hover{color: #fff !important;}
header.one nav > ul > li > a p::before{background-color: #fff;}

header.one h1 a img {
  filter: brightness(0) invert(1);
}

header.one .sponsor {
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
}

header.one .menuIco div {
  background: #fff;
}
