html {
  font-size: 25px;
}

body {
  font-size: 1.6rem;
}

/* Modal */

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

.bottomLine::after {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  height: 0.1rem;
  background-color: #d9d9d9;
  top: 3.5rem;
}

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

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

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

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

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

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

    .onEffectSubTitle {
        opacity: 1;
        transform: translateX(0);
        transition: 1s;
    }

    .onEffect {
        transition: 1s 0.5s;
    } */

h2 {
  font-size: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  font-family: "NanumSquare";
  margin-bottom: 1.8rem;
}

h2 > strong {
  font-family: "NanumSquare";
  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: -8%;
}

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

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

.videoSliderArrow .slick-arrow {
  top: -12%;
}

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

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

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

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

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

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

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

#coverPage > .coverMain {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  z-index: 996;
  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 {
  top: 50%;
  opacity: 1;
  transition: 1.5s;
}

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

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

#mainNews {
  padding: 3.5rem 0;
}

#mainNews .newsSlider {
  /* opacity: 0; */
}

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

#mainNews .newsSlider .newsBox > a {
  cursor: pointer;
}

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

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

#mainNews .newsSlider .newsBox > a > .newsDesc > h3 {
  font-family: "NanumSquare";
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 0.7rem;
}

#mainNews .newsSlider .newsBox > a > .newsDesc > p {
  font-family: "NanumSquare";
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

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

#youtubeVideo {
  padding: 3.5rem 0px;
}

#youtubeVideo > .videoSlider {
  /* opacity: 0; */
}

#youtubeVideo > .videoSlider .videoBox {
  padding: 0 1rem;
}

#youtubeVideo > .videoSlider .videoBox > .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.7rem;
  height: 3.4rem;
  text-align: center;
  line-height: 1.6rem;
  border: 0.1rem solid #202020;
  margin: 0 auto;
}

#youtubeVideo > .videoSlider .videoBox > .btnBox > a {
  font-size: 1.8rem;
}

#youtubeVideo > .videoSlider .videoBox > .frameBox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

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

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

#join {
  padding: 3.5rem 1.1rem;
}

#join .contentBox {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

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

#join .contentBox > li > a > p {
  font-size: 1.8rem;
  line-height: 1.8rem;
  height: 1.8rem;
}

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

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

#lastIssue {
  padding: 3.5rem 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;
}

/* ---------- 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 > h3 > a > img {
  width: 12rem;
}

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: center;
}

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;
}

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

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

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

footer > #sns > li:nth-child(3) > 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(4) > a > i {
  background-color: #d3161e;
}

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

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

@media all and (max-width: 900px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 16px;
  }

  .bottomLine::after {
    position: relative;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    top: 35px;
  }

  h2 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    font-family: "NanumSquare";
    margin-bottom: 18px;
  }

  h2 > strong {
    font-family: "NanumSquare";
    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: -8%;
  }

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

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

  .videoSliderArrow .slick-arrow {
    top: -12%;
  }

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

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

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

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

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

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

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

  #coverPage > .coverMain {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    z-index: 996;
    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 {
    top: 50%;
    opacity: 1;
    transition: 1.5s;
  }

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

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

  #mainNews {
    padding: 35px 0 35px 0;
  }

  #mainNews .newsSlider {
    /* opacity: 0; */
  }

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

  #mainNews .newsSlider .newsBox > a {
    cursor: pointer;
  }

  #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: "NanumSquare";
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 7px;
  }

  #mainNews .newsSlider .newsBox > a > .newsDesc > p {
    font-family: "NanumSquare";
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
  }

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

  #youtubeVideo {
    padding: 35px 0px 35px 0px;
  }

  #youtubeVideo > .videoSlider {
    /* opacity: 0; */
  }

  #youtubeVideo > .videoSlider .videoBox {
    padding: 0 10px;
  }

  #youtubeVideo > .videoSlider .videoBox > .btnBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 34px;
    text-align: center;
    line-height: 16px;
    border: 1px solid #202020;
    margin: 0 auto;
  }

  #youtubeVideo > .videoSlider .videoBox > .btnBox > a {
    font-size: 18px;
  }

  #youtubeVideo > .videoSlider .videoBox > .frameBox {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
  }

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

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

  #join {
    padding: 35px 11px 35px 11px;
  }

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

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

  #join .contentBox > li > a > p {
    font-size: 18px;
    line-height: 18px;
    height: 18px;
  }

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

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

  #lastIssue {
    padding: 35px 22px 35px 22px;
  }

  #lastIssue .issueSlider {
    /* opacity: 0; */
  }

  #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 > h3 > a > img {
    width: 120px;
  }

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

  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:nth-child(1) > a > i {
    background-color: #2a569c;
  }

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

  footer > #sns > li:nth-child(3) > 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(4) > a > i {
    background-color: #d3161e;
  }

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