html {
  font-size: 25px;
}

body {
  font-size: 1.6rem;
}

.banner_img {
  margin-bottom: 1rem;
}

/* UI 페이드 전환 */
.swiper-ui {
  transition: opacity 0.2s ease;
}
.swiper-ui.is-hidden {
  opacity: 0;
  pointer-events: none;
}

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

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

.onEffect {
  transition: 1s 0.5s;
}

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

h2 > strong {
  font-family: "NanumSquare";
  font-weight: bold;
}

.sliderArrow .slick-arrow {
  position: absolute;
  left: 50%;
  z-index: 999;
  padding: 0;
  font-size: 0;
  border-top: 0.1rem solid #202020;
  border-left: 0.1rem solid #202020;
  border-bottom: none;
  border-right: none;
  outline: none;
  background: rgba(0,0,0,0);
  z-index: 99999;
  /*background: transparent; 251016수정 완*/
}

.newsSliderArrow .slick-arrow {
  width: 2.7rem;
  height: 2.7rem;
  top: 85%;
}

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

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

.issueSliderArrow .slick-arrow {
  width: 1.6rem;
  height: 1.6rem;
  top: -15.8%;
}

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

.sliderDots .slick-dots {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  justify-content: center;
}

.sliderDots .slick-dots li {
  display: inline-block;
  width: 30%;
  height: 0.1rem;
  cursor: pointer;
  background-color: #f1f1f1;
}

.sliderDots .slick-dots li::after {
  content: "";
  display: block;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  width: 0;
  height: 0.4rem;
  background: #fc4c30;
}

.sliderDots .slick-dots li.slick-active::after {
  width: 100%;
}

.sliderDots .slick-dots li button {
  display: none;
}

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

#mainNews {
  padding: 0;
}

#mainNews .newsSlider {
  position: relative;
  top: 100px;
  opacity: 0;
}

.homeCover.swiper-slide-active > div > #mainNews > .newsSlider {
  top: 0;
  opacity: 1;
  transition: 1.5s;
}

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

#mainNews .newsSlider .newsBox > a > .newsDesc {
  display: block;
  padding: 2rem 2.3rem;
  text-align: center;
}

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

#mainNews .newsSlider .newsBox > a > .newsDesc > p {
  font-family: "NanumSquare";
  font-size: 1.7rem;
  line-height: 2.5rem;
}

/* Modal */

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

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

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

#join > h2 {
  /* position: relative; */
  line-height: 2.8rem;
}

#join > p {
  /* position: relative; */
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2.2rem;
  right: 20%;
}

#join .contentBox {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  opacity: 0;
}
#join .contentBox > li {
  width: 94%;
  margin: auto;
}

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

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

/* AI */
#lastIssue .aiTxt {
  font-size: 26px;
  text-align: center;
  margin-top: 0.3rem;
  margin-bottom: 3.3rem;
  letter-spacing: -0.1rem;
}

#lastIssue .issueSlider {
  opacity: 0;
}

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

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

#lastIssue .issueSlider .issueBox {
  border-radius: 1rem;
  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 ---------- */

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.2rem;
  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: 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(3) > a > i {
  background-color: #d3161e;
}

footer > #sns > li:nth-child(4) > a > i {
  background-color: #ffe900;
  color: #3b1d1d;
}

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

/* New Sns Logo Image */

footer > .sns {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
}

footer > .sns > li {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer > .sns > li img {
  width: 40px;
  height: 40px;
}

footer > .sns .sns_instagram {
  background: linear-gradient(
    225deg,
    rgba(75, 90, 168, 1) 0%,
    rgba(222, 60, 112, 1) 58%,
    rgba(238, 169, 67, 1) 93%
  );
}
footer > .sns .sns_instagram img {
  width: 45px;
  height: 45px;
}

footer > .sns .sns_facebook {
  background-color: #2a569c;
}

footer > .sns > .sns_x {
  background-color: #000000;
}

footer > .sns > .sns_naver {
  background-color: #03c460;
}
footer > .sns > .sns_naver img {
  width: 35px;
  height: 37px;
}
footer > .sns > .sns_kakao {
  background-color: #ffe900;
}

footer > .sns > .sns_kakao img {
  width: 50px;
  height: 50px;
  transform: translateY(3px);
}

footer > .sns > .sns_youtube {
  background-color: #d3161e;
}
footer > .sns > .sns_youtube img {
  transform: translateX(2.5px);
  width: 55px;
  height: 55px;
}

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;
  }
  .banner_img {
    margin-bottom: 10px;
  }
  h2 {
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    font-family: "NanumSquare";
    margin-bottom: 15px;
  }

  h2 > strong {
    font-family: "NanumSquare";
    font-weight: bold;
  }

  .sliderArrow .slick-arrow {
    position: absolute;
    left: 50%;
    z-index: 999;
    padding: 0;
    font-size: 0;
    border-top: 1px solid #202020;
    border-left: 1px solid #202020;
    border-bottom: none;
    border-right: none;
    outline: none;
    background: transparent;
  }

  .newsSliderArrow .slick-arrow {
    width: 27px;
    height: 27px;
    top: 85%;
  }

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

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

  .issueSliderArrow .slick-arrow {
    width: 16px;
    height: 16px;
    top: -15.8%;
  }

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

  .sliderDots .slick-dots {
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .sliderDots .slick-dots li {
    display: inline-block;
    width: 30%;
    height: 1px;
    cursor: pointer;
    background-color: #f1f1f1;
  }

  .sliderDots .slick-dots li::after {
    content: "";
    display: block;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    width: 0;
    height: 4px;
    background: #fc4c30;
  }

  .sliderDots .slick-dots li.slick-active::after {
    width: 100%;
  }

  .sliderDots .slick-dots li button {
    display: none;
  }

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

  #mainNews {
    padding: 0;
  }

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

  #mainNews .newsSlider .newsBox > a > .newsDesc {
    display: block;
    padding: 20px 23px;
    text-align: center;
  }

  #mainNews .newsSlider .newsBox > a > .newsDesc > h3 {
    font-family: "NanumSquare";
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  #mainNews .newsSlider .newsBox > a > .newsDesc > p {
    font-family: "NanumSquare";
    font-size: 17px;
    line-height: 25px;
  }

  /* Modal */

  .swipe_modal {
    width: 90vw;
  }

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

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

  #join > h2 {
    /* position: relative; */
    line-height: 28px;
  }

  #join > p {
    /* position: relative; */
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
    right: 20%;
  }

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

  /* ---------- 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: "GmarketSansLight";
  }

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

  #youtubeVideo > .titleBox > h2 > strong {
    font-family: "GmarketSansMedium";
    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: 0 22px 39px 22px;
  }

  /* AI */
  #lastIssue .aiTxt {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 36px;
  }

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

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

  #lastIssue .issueSlider .issueBox {
    border-radius: 10px;
    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;
  }

  /* ---------- FOOTER ---------- */

  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: 12px;
    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: 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(3) > a > i {
    background-color: #d3161e;
  }

  footer > #sns > li:nth-child(4) > a > i {
    background-color: #ffe900;
    color: #3b1d1d;
  }

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

  /* New Sns Logo Image */

  footer > .sns {
    gap: 10px;
    font-size: 20px;
    margin-bottom: 20px;
  }

  footer > .sns > li {
    width: 35px;
    height: 35px;
  }

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

  footer > .sns > li img {
    width: 20px;
    height: 20px;
    transform: translateY(1px);
  }

  footer > .sns > .sns_kakao img {
    width: 22px;
    height: 22px;
  }
  footer > .sns .sns_instagram img {
    width: 21px;
    height: 21px;
  }
  footer > .sns > .sns_naver img {
    width: 17px;
    height: 18px;
  }
  footer > .sns > .sns_youtube img {
    width: 27px;
    height: 27px;
    transform: translate(1.5px, 1.5px);
  }

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