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

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

.videoEffectTitle {
  position: relative;
  transform: translateX(-20%);
  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: "NanumSquareNeo";
  margin-bottom: 1.5rem;
  letter-spacing: -0.2rem;
}

h2 > strong {
  font-family: "NanumSquareNeo";
  font-weight: 700;
}

.sliderArrow .slick-arrow {
  position: absolute;
  left: 50%;
  z-index: 999;
  width: 2.3rem;
  height: 2.3rem;
  padding: 0;
  font-size: 0;
  border: 0.15rem solid #8e8e8e;
  border-radius: 50%;
  outline: none;
  background: transparent;
  /* background-color: #ffffff; */
}

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

.newsSliderArrow .slick-prev {
  margin: 0 0 0 -7rem;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/arrow.png");
  background-size: 16px;
  background-position: 47% center;
  background-repeat: no-repeat;
}

.newsSliderArrow .slick-next {
  margin: 0 0 0 7rem;
  transform: translate(-50%, -50%) rotate(180deg);
  background-image: url("../img/common/arrow.png");
  background-size: 16px;
  background-position: 42% center;
  background-repeat: no-repeat;
}

/* 이전 소직지 보기 화살표 버튼*/
#lastIssue .slick-arrow {
  top: -16.2%;
}

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

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

/* ---------- 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 > .coverMain1-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  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 > .coverMain1 {
  top: 50%;
  opacity: 1;
  transition: 1s;
}

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

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

.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: 0.5s;
}

/* 모리 */

@keyframes moriAnimation {
  0% {
    scale: 0;
    -webkit-transform: translateZ(-1400px) translateY(500px);
    transform: translateZ(-1400px) translateY(500px);
    opacity: 0;
  }
  100% {
    scale: 100%;
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

#coverPage > .coverWall {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

#coverPage > .coverMori {
  position: absolute;
  right: 4.8%;
  bottom: 13.59%;
  width: 32%;
  z-index: 999;
  opacity: 0;
  animation: moriAnimation 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

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

#mainNews {
  padding: 3.7rem 0 2rem 0;
  /* background-color: #F9F9F9; */
}

#mainNews .newsSlider {
  opacity: 0;
}

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

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

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

#mainNews .newsSlider .newsBox > a > .newsDesc > h3 {
  font-family: "NanumSquareNeo";
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.2rem;
  margin-bottom: 0.5rem;
}

#mainNews .newsSlider .newsBox > a > .newsDesc > p {
  font-family: "NanumSquareNeo";
  font-size: 1.5rem;
  line-height: 2.2rem;
}

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

#join {
  padding: 3.6rem 1.1rem 3.2rem 1.1rem;
  background-color: #f5fbff;
}

#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: 2.5rem;
  flex-direction: column;
  opacity: 0;
}

#join .contentBox > li > .newsBtn > p {
  padding-left: 1rem;
  margin-top: 0.8rem;
  padding-right: 1rem;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.7rem;
  height: 1.7rem;
  font-family: "NanumSquareNeo";
}

#join .contentBox > li > .newsBtn > p::after {
  display: inline-block;
  position: relative;
  top: 0.3rem;
  content: "";
  background: url("../img/common/btn.png") no-repeat center center/cover;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}

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

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

#youtubeVideo>.titleBox>h2>strong {
    font-family: 'NanumSquareNeo';
    font-weight: 700;
    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: 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: -1px;
}

#lastIssue .issueSlider {
  opacity: 0;
}

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

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

#lastIssue .issueSlider .slick-prev {
  margin: 0 0 0 -10.5rem;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/arrow.png");
  background-size: 16px;
  background-position: 47% center;
  background-repeat: no-repeat;
}
#lastIssue .issueSlider .slick-next {
  margin: 0 0 0 10.5rem;
  transform: translate(-50%, -50%) rotate(180deg);
  background-image: url("../img/common/arrow.png");
  background-size: 16px;
  background-position: 42% center;
  background-repeat: no-repeat;
}

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

/* 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: 0 auto 2rem auto;
  text-align: center;
  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: 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(2) > a > i {
  background-color: #2a569c;
}

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

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

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

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

  h2 > strong {
    font-family: "NanumSquareNeo";
    font-weight: 700;
  }

  .sliderArrow .slick-arrow {
    position: absolute;
    left: 50%;
    z-index: 999;
    width: 23px;
    height: 23px;
    padding: 0;
    font-size: 0;
    border: 1.5px solid #8e8e8e;
    border-radius: 50%;
    outline: none;
    background: transparent;
    /* background-color: #ffffff; */
  }

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

  .newsSliderArrow .slick-prev {
    margin: 0 0 0 -70px;
    background-image: url("../img/common/arrow.png");
    background-repeat: no-repeat;
    background-position: 47% center;
    background-size: 7px;
  }

  .newsSliderArrow .slick-next {
    margin: 0 0 0 70px;
    background-image: url("../img/common/arrow.png");
    background-repeat: no-repeat;
    background-position: 42% center;
    background-size: 7px;
  }

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

  @keyframes ani {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0;
    }
    10.1% {
      opacity: 1;
    }
    10.2% {
      opacity: 0;
    }
    20% {
      opacity: 0;
    }
    20.1% {
      opacity: 1;
    }
    20.6% {
      opacity: 0;
    }
    30% {
      opacity: 0;
    }
    30.1% {
      opacity: 1;
    }
    30.5% {
      opacity: 1;
    }
    30.6% {
      opacity: 0;
    }
    45% {
      opacity: 0;
    }
    45.1% {
      opacity: 1;
    }
    50% {
      opacity: 1;
    }
    55% {
      opacity: 1;
    }
    55.1% {
      opacity: 0;
    }
    57% {
      opacity: 0;
    }
    57.1% {
      opacity: 1;
    }
    60% {
      opacity: 1;
    }
    60.1% {
      opacity: 0;
    }
    65% {
      opacity: 0;
    }
    65.1% {
      opacity: 1;
    }
    75% {
      opacity: 1;
    }
    75.1% {
      opacity: 0;
    }
    77% {
      opacity: 0;
    }
    77.1% {
      opacity: 1;
    }
    85% {
      opacity: 1;
    }
    85.1% {
      opacity: 0;
    }
    86% {
      opacity: 0;
    }
    86.1% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }

  #coverPage > .coverMainBlink {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: ani 3s linear both;
  }
  .homeCover.swiper-slide-active > div > #coverPage > .coverMain1 {
    top: 50%;
    opacity: 1;
    transition: 1s;
  }

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

  .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;
    /* background-color: #F9F9F9; */
  }

  /* #mainNews>h2 {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 15px;
        font-family: 'NanumSquareNeo';
    }

    #mainNews>h2>strong {
        font-family: 'NanumSquareNeo';
        font-weight: 700;
    } */

  #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: "NanumSquareNeo";
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.8px;
  }

  #mainNews .newsSlider .newsBox > a > .newsDesc > p {
    font-family: "NanumSquareNeo";
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.7px;
  }

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

  #join {
    padding: 36px 11px 32px 11px;
    background-color: #f5fbff;
  }

  #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: 25px;
    flex-direction: column;
  }

  #join .contentBox > li > .newsBtn > p {
    padding-left: 10px;
    margin-top: 8px;
    padding-right: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    height: 17px;
    font-family: "NanumSquareNeo";
  }

  #join .contentBox > li > .newsBtn > p::after {
    display: inline-block;
    position: relative;
    top: 3px;
    content: "";
    background: url("../img/common/btn.png") no-repeat center center/cover;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-left: 5px;
  }

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

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

    #youtubeVideo>.titleBox>h2>strong {
        font-family: 'NanumSquareNeo';
        font-weight: 700;
        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 .slick-prev {
    margin: 0 0 0 -100px;
    background-image: url("../img/common/arrow.png");
    background-repeat: no-repeat;
    background-position: 47% center;
    background-size: 7px;
  }
  #lastIssue .issueSlider .slick-next {
    margin: 0 0 0 100px;
    background-image: url("../img/common/arrow.png");
    background-repeat: no-repeat;
    background-position: 47% center;
    background-size: 7px;
  }

  #lastIssue .slick-arrow {
    top: -13.9%;
  }

  #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: 0 auto 20px auto;
    text-align: center;
    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: 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(2) > a > i {
    background-color: #2a569c;
  }

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

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

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

  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, 0px);
  }
  footer > p {
    text-align: center;
    font-size: 10px;
    color: #949494;
  }
}
