/* Body font Size */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

.pc_only {
  display: block;
}

.mo_only {
  display: none;
}

.earth {
  width: 100%;
  font-family: "Mont", "Onemobile", "NotoSans", sans-serif;
  background: url(/content/dam/glo-kr/mcs/images/event/earth_day/earth_bg.webp) 0 0/cover no-repeat;
  overflow: hidden;
}
.earth__vis {
  position: relative;
  width: 100%;
  height: 52.5vw;
}
.earth__vis__logo {
  position: absolute;
  top: 2.6vw;
  left: 4vw;
  width: 10.15vw;
  height: 7.18vw;
  background: url(/content/dam/glo-kr/mcs/images/event/earth_day/glo.svg) 0 50%/contain no-repeat;
  font-size: 0;
  text-indent: -99999px;
}
.earth__vis__inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12.5vw;
}
.earth__vis__ttl {
  color: #ffffff;
}
.earth__vis__ttl span {
  display: inline-block;
  font-size: 2.1875vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  background: #0e9024;
  padding: 0.78125vw 1.5vw 0.75vw;
  margin: 0 0 1.5vw;
}
.earth__vis__ttl h2 {
  font-size: 3.229vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-shadow: 0px 0.2vw 0.3vw rgba(0, 0, 0, 0.35);
}
.earth__vis__img {
  position: absolute;
  top: 8.75vw;
  right: 4.27vw;
  width: 32.8125vw;
}
.earth__vis__img img {
  width: 100%;
}
.earth__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.85vw;
  height: 2.8125vw;
  font-size: 0.9375vw;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: #0e9024;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0.75vw 0 0.625vw;
  margin: 1.04vw auto;
  gap: 0 0.625vw;
  transition: background 0.2s;
}
.earth__btn:after {
  content: "";
  width: 0.36vw;
  height: 0.75vw;
  background: url(/content/dam/glo-kr/mcs/images/event/earth_day/arr_ico.svg) 50% 0/contain no-repeat;
}
.earth__btn:hover {
  background: #0b741d;
}
.earth__evt {
  color: #ffffff;
  text-align: center;
  padding: 4.53125vw 0;
}
.earth__evt__ttl {
  color: #ffffff;
}
.earth__evt__ttl h2 {
  font-size: 2.7vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 0.83vw;
  text-shadow: 0px 0.2vw 0.3vw rgba(0, 0, 0, 0.35);
}
.earth__evt__ttl h2 span {
  vertical-align: top;
}
.earth__evt__ttl .earth__evt__date {
  display: inline-flex;
  align-items: center;
  font-size: 1.04vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  padding: 0.52vw 3.125vw 0.375vw;
  border: 1px solid #ffffff;
  border-radius: 2.5vw;
  background: rgba(0, 0, 0, 0.25);
}
.earth__evt__ttl .earth__evt__date .bar {
  width: 1px;
  height: 0.83vw;
  background: #ffffff;
  margin: -2px 0.33vw 0;
  vertical-align: middle;
}
.earth__evt__ttl p {
  font-size: 1.35vw;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 1.5vw 0;
  text-shadow: 0px 0.15vw 0.25vw rgba(0, 0, 0, 0.35);
}
.earth__evt__img img {
  width: 50vw;
  margin: 0 auto;
}
.earth__evt__disc {
  font-size: 1.14vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 1.04vw 0 2.6vw;
}
.earth__slide {
  padding: 5.2vw 18.85vw;
}
.earth__slide h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 2.6vw;
  gap: 0 0.3vw;
}
.earth__slide__inner {
  position: relative;
}
.earth__slide__control {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.earth__slide__control button {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625vw;
  height: 2.5vw;
  background: url(/content/dam/glo-kr/mcs/images/event/earth_day/prev_arr.svg) 0 50%/contain no-repeat;
  font-size: 0;
  transition: opacity 0.25s;
}
.earth__slide__control button.slide_next {
  left: auto;
  right: 0;
  background-image: url(/content/dam/glo-kr/mcs/images/event/earth_day/next_arr.svg);
}
.earth__slide__control button.swiper-button-disabled {
  opacity: 0;
}
.earth__slide__wrap {
  border-radius: 1.25vw;
}
.earth__slide__wrap .swiper-wrapper {
  height: auto;
}
.earth__slide__item {
  position: relative;
  width: 100%;
  height: 35.36vw;
  background: #ffffff;
  border-radius: 1.25vw;
  overflow: hidden;
}
.earth__slide__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.earth__slide__img img {
  width: 100%;
  height: auto;
}
.earth__slide__txt {
  position: absolute;
  top: 50%;
  left: 58%;
  transform: translateY(-50%);
}
.earth__slide__txt p {
  font-size: 1.66vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0c2957;
}
.earth__slide__txt .earth__btn {
  border: 0;
  background: #0c2957;
  margin: 1.5vw 0 0;
}
.earth__slide .hyperpro {
  width: 13.07vw;
  height: 3.48vw;
  background: url(/content/dam/glo-kr/mcs/images/event/earth_day/hyperpro.svg) 50% 0/contain no-repeat;
  font-size: 0;
  text-indent: -99999px;
}
.earth__notice {
  padding: 0;
  font-size: 1.09375vw;
  color: #fff;
}
.earth__notice .tit {
  font-size: 1.4583333333vw;
  font-weight: 700;
}
.earth__notice .inner {
  width: 76.25vw;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.earth__notice .top {
  width: 100%;
  height: 6.25vw;
  background: #262626;
}
.earth__notice .top .inner {
  min-height: 100%;
}
.earth__notice .top .tit {
  margin: 0 0 0 4.5833333333vw;
}
.earth__notice .top .ico_notice {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.6041666667vw;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M24.9795 35.5026V20.6379M24.9795 15.4759H25.0003M45.8337 25.0003C45.8337 36.5063 36.5063 45.8337 25.0003 45.8337C13.4944 45.8337 4.16699 36.5063 4.16699 25.0003C4.16699 13.4944 13.4944 4.16699 25.0003 4.16699C36.5063 4.16699 45.8337 13.4944 45.8337 25.0003Z' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.earth__notice .top .ico_arrow {
  width: 2.6041666667vw;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M38 30.2682L35.7812 32.4863L25.5 22.2081L15.2187 32.4863L13 30.2682L25.5 17.7719L38 30.2682Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.earth__notice .bottom {
  background: #333;
}
.earth__notice .bottom .inner {
  padding: 3.125vw 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.125vw 0;
}
.earth__notice .bottom .con {
  padding: 0;
}
.earth__notice .bottom .item {
  display: flex;
  flex-direction: column;
  gap: 1.25vw 0;
}
.earth__notice .bottom li {
  font-size: 1.0416666667vw;
  letter-spacing: -0.04em;
  padding: 0 0 0 1.0416666667vw;
  position: relative;
  font-weight: 350;
  line-height: 1.7;
  white-space: nowrap;
}
.earth__notice .bottom li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.78125vw;
  display: block;
  width: 0.2604166667vw;
  height: 0.2604166667vw;
  background: #fff;
  border-radius: 50%;
}
.earth__notice .toggle_open {
  cursor: pointer;
  transition: transform 0.4s;
}
.earth__notice .toggle_open_active {
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .earth {
    background: url(/content/dam/glo-kr/mcs/images/event/earth_day/earth_bg_m.webp) 0 0/cover no-repeat;
  }
  .earth .mo_only {
    display: block;
  }
  .earth .pc_only {
    display: none;
  }
  .earth__vis {
    height: 144vw;
  }
  .earth__vis__logo {
    top: 4.2666666667vw;
    left: 6.9333333333vw;
    width: 18.1333333333vw;
    height: 12.8vw;
  }
  .earth__vis__inner {
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 24vw 6.9333333333vw 0;
  }
  .earth__vis__ttl span {
    font-size: 4.5333333333vw;
    padding: 1.3333333333vw 3.4666666667vw 0.9333333333vw;
    margin: 0 auto 3.2vw;
  }
  .earth__vis__ttl h2 {
    font-size: 6.4vw;
  }
  .earth__vis__img {
    top: 57.3333333333vw;
    right: 3.2vw;
    width: 79.7333333333vw;
  }
  .earth__evt {
    padding: 13.3333333333vw 3.2vw;
  }
  .earth__evt__ttl h2 {
    font-size: 6.9333333333vw;
    margin: 0 0 2.4vw;
  }
  .earth__evt__ttl .earth__evt__date {
    font-size: 2.6666666667vw;
    padding: 1.8666666667vw 7.4666666667vw 1.6vw;
    border-radius: 5.3333333333vw;
  }
  .earth__evt__ttl .earth__evt__date .bar {
    height: 2.1333333333vw;
    margin: -0.2666666667vw 1.0666666667vw 0;
  }
  .earth__evt__ttl p {
    font-size: 3.4666666667vw;
    margin: 4vw auto;
  }
  .earth__evt__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .earth__evt__disc {
    font-size: 2.6666666667vw;
    margin: 2.6666666667vw 0 10.6666666667vw;
  }
  .earth__btn {
    width: 58.4vw;
    height: 11.7333333333vw;
    font-size: 3.7333333333vw;
    margin: 0 auto;
    gap: 0 2.9333333333vw;
  }
  .earth__btn:after {
    width: 1.8666666667vw;
    height: 3.2vw;
  }
  .earth__slide {
    padding: 6.6666666667vw 0 13.3333333333vw 3.2vw;
  }
  .earth__slide h2 {
    font-size: 6.9333333333vw;
  }
  .earth__slide h2 .hyperpro {
    width: 33.6vw;
    height: 8.9333333333vw;
  }
  .earth__slide .earth__slide__wrap {
    padding-right: 3.2vw;
  }
  .earth__slide__item {
    width: 79.7333333333vw !important;
    height: 85.0666666667vw !important;
    border-radius: 2.6666666667vw;
    margin: 0 5.3333333333vw 0 0;
  }
  .earth__slide__item:last-child {
    margin: 0;
  }
  .earth__slide__txt {
    top: 8vw;
    left: 0;
    width: 100%;
    text-align: center;
    transform: none;
  }
  .earth__slide__txt p {
    font-size: 4.5333333333vw;
  }
  .earth__slide__txt .earth__btn {
    width: 35.4666666667vw;
    height: 7.6vw;
    font-size: 2.9333333333vw;
    margin: 4vw auto 0;
    gap: 0 1.6vw;
  }
  .earth__slide__txt .earth__btn:after {
    width: 0.9333333333vw;
    height: 1.6vw;
  }
  .earth__slide__control {
    display: none;
  }
  .earth__notice {
    font-size: 2.9333333333vw;
    color: #fff;
  }
  .earth__notice .tit {
    font-size: 4.2666666667vw;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.02em;
    padding: 0 0 0 6.4vw;
    text-indent: -6.4vw;
    word-break: keep-all;
  }
  .earth__notice .tit .small {
    font-size: 0.875em;
    line-height: 1.33;
  }
  .earth__notice .inner {
    width: 90.6666666667vw;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .earth__notice .top {
    width: 100%;
    height: 18.6666666667vw;
    background: #262626;
  }
  .earth__notice .top .ico_notice {
    left: 0;
    width: 8.5333333333vw;
  }
  .earth__notice .top .ico_arrow {
    width: 8.5333333333vw;
    margin-right: 0;
  }
  .earth__notice .top .tit {
    margin-left: 11.2vw;
    font-size: 5.3333333333vw;
  }
  .earth__notice .bottom {
    background: #333;
  }
  .earth__notice .bottom .inner {
    width: 100%;
    padding: 6.4vw 2.1333333333vw 6.4vw 2.6666666667vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 6.4vw 0;
  }
  .earth__notice .bottom .item {
    display: flex;
    flex-direction: column;
    gap: 2.1333333333vw 0;
  }
  .earth__notice .bottom li {
    font-size: 2.9333333333vw;
    padding: 0 0 0 2.1333333333vw;
    position: relative;
    line-height: 1.5;
    word-break: keep-all;
    white-space: normal;
  }
  .earth__notice .bottom li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.3333333333vw;
    display: block;
    width: 0.5333333333vw;
    height: 0.5333333333vw;
  }
}