html {
  font-size: 25px;
}

body {
  font-size: 1.6rem;
}

/* ---------- EFFECT ---------- */

.mainNewsEffectTitle {
  position: relative;
  transform: translateY(80%);
  opacity: 0;
}

.joinEffectTitle {
  position: relative;
  transform: translateY(80%);
  opacity: 0;
}

.lastIssueEffectTitle {
  position: relative;
  transform: translateY(80%);
  opacity: 0;
}

.onEffectTitle {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}

.onEffect {
  transition: 1s 0.5s;
}

/* -------------------- */

h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-family: "DalseoHealing";
  margin-bottom: 1.5rem;
}

h2 > strong {
  font-family: "DalseoHealing";
  font-weight: 600;
}

.sliderArrow .slick-arrow {
  position: absolute;
  left: 50%;
  z-index: 999;
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  font-size: 0;
  border: 0.15rem solid #020202;
  border-right: none;
  border-bottom: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.newsSliderArrow .slick-arrow {
  top: -7%;
}

.newsSliderArrow .slick-prev {
  margin: 0 0 0 -11.5rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.newsSliderArrow .slick-next {
  margin: 0 0 0 11.5rem;
  transform: translate(-50%, -50%) rotate(-225deg);
}

.issueSliderArrow .slick-arrow {
  top: -15.5%;
}

.issueSliderArrow .slick-prev {
  margin: 0 0 0 -10.5rem;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.issueSliderArrow .slick-next {
  margin: 0 0 0 10.5rem;
  transform: translate(-50%, -50%) rotate(-225deg);
}

/* ---------- MAIN ---------- */

#coverPage {
  overflow: hidden;
  padding: 0;
  position: relative;
}

#coverPage > .coverMain {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 998;
  opacity: 0;
}

#coverPage > .coverMain1 {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 996;
  opacity: 0;
}

#coverPage > .coverMain2 {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: 997;
  opacity: 0;
}

#coverPage > .coverMain3 {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
  z-index: 998;
  opacity: 0;
}

#coverPage > .coverTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
}

.homeCover.swiper-slide-active > div > #coverPage > .coverMain {
  opacity: 1;
  transition: 0.3s;
}

.homeCover.swiper-slide-active > div > #coverPage > .coverMain1 {
  top: 50%;
  opacity: 1;
  transition: 3s 0.5s;
}

.homeCover.swiper-slide-active > div > #coverPage > .coverMain2 {
  top: 50%;
  opacity: 1;
  transition: 3s 0.7s;
}

.homeCover.swiper-slide-active > div > #coverPage > .coverMain3 {
  top: 50%;
  opacity: 1;
  transition: 3s 0.9s;
}

.homeCover.swiper-slide-active > div > #coverPage > .coverTitle {
  opacity: 1;
  transition: 3s 1s;
}

/* ---------- MAIN - MAINNEWS ---------- */

#mainNews {
  padding: 3.7rem 0 2rem 0;
}

#mainNews .newsSlider {
  opacity: 0;
}

#mainNews .newsSlider .newsBox {
  padding: 0 1.1rem;
}

#mainNews .newsSlider .newsBox > a > .newsImg {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}

#mainNews .newsSlider .newsBox > a > .newsDesc {
  display: block;
  padding: 2.5rem 1.1rem;
}

#mainNews .newsSlider .newsBox > a > .newsDesc > h3 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
}

#mainNews .newsSlider .newsBox > a > .newsDesc > p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

/* ---------- MAIN - POINT ---------- */

#join {
  padding: 3.6rem 1.1rem 3.7rem 1.1rem;
  background-color: #f9f9f9;
}

#join > h2 {
  margin-bottom: 0px;
  line-height: 2.8rem;
  margin-bottom: 1rem;
}

#join .contentBox {
  display: flex;
  gap: 2.5rem;
  flex-direction: column;
  opacity: 0;
}

#join .contentBox > li > a > img {
  margin-bottom: 1.2rem;
}

#join .contentBox > li > a > p {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5rem;
  height: 1.5rem;
}

#join .contentBox > li > a > p::after {
  display: inline-block;
  position: relative;
  top: 0.1rem;
  left: 0.2rem;
  content: "\e93e";
  font-family: "xeicon";
  font-size: 1.4rem;
  line-height: 1.4rem;
  height: 1.4rem;
}

/* ---------- MAIN - YOUTUBEVIDEO ---------- */

#youtubeVideo {
  padding: 2.9rem 1.1rem 3.6rem 1.1rem;
  background-color: #f5fbff;
}

#youtubeVideo > .titleBox {
  display: flex;
  justify-content: space-between;
  padding: 0 1.1rem;
  margin-bottom: 1rem;
  align-items: flex-end;
}

#youtubeVideo > .titleBox > h2 {
  font-size: 1.7rem;
  text-align: left;
  margin-bottom: 0;
  font-family: "DalseoHealing";
}

#youtubeVideo > .titleBox > h2 > p {
  font-size: 1.7rem;
  line-height: 3.1rem;
  text-align: left;
  margin-bottom: 0;
  font-family: "DalseoHealing";
}

#youtubeVideo > .titleBox > h2 > strong {
  font-family: "DalseoHealing";
  font-weight: 600;
  color: #009ae9;
  font-size: 2.5rem;
}

#youtubeVideo > .titleBox > div > a > img {
  width: 7.4rem;
}

#youtubeVideo > .videoBox {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 3rem;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

#youtubeVideo > .videoBox > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------- MAIN - LASTISSUE ---------- */

#lastIssue {
  padding: 3.6rem 2.2rem 3.9rem 2.2rem;
}

#lastIssue .issueSlider {
  opacity: 0;
}

#lastIssue .issueSlider .slick-slide {
  padding: 0 0.4rem;
}

#lastIssue .issueSlider .slick-list {
  padding: 0 -0.4rem;
}

#lastIssue .issueSlider .issueBox {
  overflow: hidden;
}

#lastIssue .issueSlider .issueBox > a > img {
  box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
  margin-bottom: 0.9rem;
}

#lastIssue .issueSlider .issueBox > a > p {
  font-size: 1.3rem;
  line-height: 2.2rem;
  text-align: center;
}

/* Modal */

.swipe_modal {
  display: initial;
  position: fixed;
  bottom: 2.2rem;
  width: 34rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

/* ---------- FOOTER ---------- */
.blank {
  margin-right: 1rem;
}

footer {
  width: 100%;
  font-size: 1rem;
  padding: 5rem 0;
  margin: 0 auto;
  background-color: #f9f9f9;
  letter-spacing: -0.05rem;
}

footer > h3 {
  margin-bottom: 2rem;
  text-align: center;
}

footer > #pubInfo {
  display: inline-block;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  font-size: 1.1rem;
  line-height: 1.8rem;
  margin-bottom: 2rem;
  text-align: left;
}

footer > #pubInfo > li > strong {
  font-weight: bold;
  margin-right: 0.5rem;
}

footer > #sns {
  display: flex;
  gap: 1rem;
  font-size: 2rem;
  margin-bottom: 2rem;
  justify-content: center;
  overflow: hidden;
}

footer > #sns > li > a > i {
  border-radius: 50%;
  padding: 0.5rem;
  color: #ffffff;
}

footer > #sns > li > a > img {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

footer > #sns > li:nth-child(1) > a > i {
  background-color: #03c460;
}

footer > #sns > li:nth-child(2) > a > i {
  background-color: #2a569c;
}

footer > #sns > li:nth-child(3) > a > i {
  background-color: #30a6df;
}

footer > #sns > li:nth-child(4) > a > i {
  background: linear-gradient(
    225deg,
    rgba(75, 90, 168, 1) 0%,
    rgba(222, 60, 112, 1) 58%,
    rgba(238, 169, 67, 1) 93%
  );
}

footer > #sns > li:nth-child(5) > a > i {
  background-color: #d3161e;
}

footer > p {
  text-align: center;
  font-size: 1rem;
  color: #949494;
}

/* ---------- MEDIA ---------- */

/* @media only screen and (min-width: 360px) and (max-width: 900px) { */
@media all and (max-width: 900px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 16px;
  }

  h2 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    font-family: "DalseoHealing";
    margin-bottom: 15px;
  }

  h2 > strong {
    font-family: "DalseoHealing";
    font-weight: 600;
  }

  .sliderArrow .slick-arrow {
    position: absolute;
    left: 50%;
    z-index: 999;
    width: 14px;
    height: 14px;
    padding: 0;
    font-size: 0;
    border: 1.5px solid #020202;
    border-right: none;
    border-bottom: none;
    outline: none;
    background: transparent;
    cursor: pointer;
  }

  .newsSliderArrow .slick-arrow {
    top: -7.8%;
  }

  .newsSliderArrow .slick-prev {
    margin: 0 0 0 -115px;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .newsSliderArrow .slick-next {
    margin: 0 0 0 115px;
    transform: translate(-50%, -50%) rotate(-225deg);
  }

  .issueSliderArrow .slick-arrow {
    top: -15.5%;
  }

  .issueSliderArrow .slick-prev {
    margin: 0 0 0 -105px;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .issueSliderArrow .slick-next {
    margin: 0 0 0 105px;
    transform: translate(-50%, -50%) rotate(-225deg);
  }

  /* ---------- MAIN ---------- */

  #coverPage {
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  #coverPage > .coverMain {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
    opacity: 0;
  }

  #coverPage > .coverMain1 {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 996;
    opacity: 0;
  }

  #coverPage > .coverMain2 {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: 997;
    opacity: 0;
  }

  #coverPage > .coverMain3 {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    z-index: 998;
    opacity: 0;
  }

  #coverPage > .coverTitle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
  }

  .homeCover.swiper-slide-active > div > #coverPage > .coverMain {
    opacity: 1;
    transition: 0.3s;
  }

  .homeCover.swiper-slide-active > div > #coverPage > .coverMain1 {
    top: 50%;
    opacity: 1;
    transition: 3s 0.5s;
  }

  .homeCover.swiper-slide-active > div > #coverPage > .coverMain2 {
    top: 50%;
    opacity: 1;
    transition: 3s 0.7s;
  }

  .homeCover.swiper-slide-active > div > #coverPage > .coverMain3 {
    top: 50%;
    opacity: 1;
    transition: 3s 0.9s;
  }

  .homeCover.swiper-slide-active > div > #coverPage > .coverTitle {
    opacity: 1;
    transition: 3s 1s;
  }

  /* ---------- MAIN - MAINNEWS ---------- */

  #mainNews {
    padding: 37px 0 20px 0;
  }

  #mainNews .newsSlider .newsBox {
    padding: 0 11px;
  }

  #mainNews .newsSlider .newsBox > a > .newsImg {
    width: 100%;
    height: 100%;
  }

  #mainNews .newsSlider .newsBox > a > .newsDesc {
    display: block;
    padding: 15px 11px;
  }

  #mainNews .newsSlider .newsBox > a > .newsDesc > h3 {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  #mainNews .newsSlider .newsBox > a > .newsDesc > p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }

  /* ---------- MAIN - POINT ---------- */

  #join {
    padding: 36px 11px 37px 11px;
    background-color: #f9f9f9;
  }

  #join > h2 {
    margin-bottom: 0px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  #join .contentBox {
    display: flex;
    gap: 25px;
    flex-direction: column;
  }

  #join .contentBox > li > a > img {
    margin-bottom: 12px;
  }

  #join .contentBox > li > a > p {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    height: 15px;
  }

  #join .contentBox > li > a > p::after {
    display: inline-block;
    position: relative;
    top: 1px;
    left: 2px;
    content: "\e93e";
    font-family: "xeicon";
    font-size: 14px;
    line-height: 14px;
    height: 14px;
  }

  /* ---------- MAIN - YOUTUBEVIDEO ---------- */

  #youtubeVideo {
    padding: 29px 11px 36px 11px;
    background-color: #f5fbff;
  }

  #youtubeVideo > .titleBox {
    display: flex;
    justify-content: space-between;
    padding: 0 11px;
    margin-bottom: 10px;
    align-items: flex-end;
  }

  #youtubeVideo > .titleBox > h2 {
    font-size: 17px;
    text-align: left;
    margin-bottom: 0;
    font-family: "DalseoHealing";
  }

  #youtubeVideo > .titleBox > h2 > p {
    font-size: 17px;
    line-height: 31px;
    text-align: left;
    margin-bottom: 0;
    font-family: "DalseoHealing";
  }

  #youtubeVideo > .titleBox > h2 > strong {
    font-family: "DalseoHealing";
    color: #009ae9;
    font-size: 25px;
  }

  #youtubeVideo > .titleBox > div > a > img {
    width: 74px;
  }

  #youtubeVideo > .videoBox {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
  }

  #youtubeVideo > .videoBox > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* ---------- MAIN - LASTISSUE ---------- */

  #lastIssue {
    padding: 36px 22px 39px 22px;
  }

  #lastIssue .issueSlider .slick-slide {
    padding: 0 4px;
  }

  #lastIssue .issueSlider .slick-list {
    padding: 0 -4px;
  }

  #lastIssue .issueSlider .issueBox {
    overflow: hidden;
  }

  #lastIssue .issueSlider .issueBox > a > img {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 9px;
  }

  #lastIssue .issueSlider .issueBox > a > p {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
  }

  /* Modal */

  .swipe_modal {
    width: 90vw;
  }

  /* ---------- FOOTER ---------- */
  .blank {
    margin-right: 10px;
  }

  footer {
    width: 100%;
    font-size: 10px;
    padding: 50px 0;
    margin: 0 auto;
    background-color: #f9f9f9;
    letter-spacing: -0.5px;
  }

  footer > h3 {
    margin-bottom: 20px;
    text-align: center;
  }

  footer > #pubInfo {
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: left;
  }

  footer > #pubInfo > li > strong {
    font-weight: bold;
    margin-right: 5px;
  }

  footer > #sns {
    display: flex;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    justify-content: center;
  }

  footer > #sns > li > a > i {
    border-radius: 50%;
    padding: 5px;
    color: #ffffff;
  }

  footer > #sns > li > a > img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
  }

  footer > #sns > li:nth-child(1) > a > i {
    background-color: #03c460;
  }

  footer > #sns > li:nth-child(2) > a > i {
    background-color: #2a569c;
  }

  footer > #sns > li:nth-child(3) > a > i {
    background-color: #30a6df;
  }

  footer > #sns > li:nth-child(4) > a > i {
    background: linear-gradient(
      225deg,
      rgba(75, 90, 168, 1) 0%,
      rgba(222, 60, 112, 1) 58%,
      rgba(238, 169, 67, 1) 93%
    );
  }

  footer > #sns > li:nth-child(5) > a > i {
    background-color: #d3161e;
  }

  footer > p {
    text-align: center;
    font-size: 10px;
    color: #949494;
  }
}
