html {
    font-size: 25px;
}

body {
    font-size: 1.6rem;
}

h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: 'NanumSquare';
}

h2>strong {
    font-family: 'NanumSquare';
}

.sliderArrow .slick-arrow {
    position: absolute;
    left: 50%;
    z-index: 999;
    padding: 0;
    font-size: 0;
    border: none;
    outline: none;
    background: url('../img/common/btn.png') no-repeat center center/cover;
}

.newsSliderArrow .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
}

.issueSliderArrow .slick-arrow {
    width: 1.9rem;
    height: 1.9rem;
}

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

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

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

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

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

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

.sliderDots .slick-dots {
    position: absolute;
    left: 1.3rem;
    bottom: 38.5%;
    transform: translateY(-50%);
    display: flex;
    gap: 0.5rem;
    width: 8.9rem;
    justify-content: center;
}

.sliderDots .slick-dots li {
    display: inline-block;
    width: 1.8rem;
    height: 0.2rem;
    cursor: pointer;
    background-color: #FFFFFF;
    transition: 0.5s;
}

.sliderDots .slick-dots li::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background-color: #145192;
    transition: 0.5s;
}

.sliderDots .slick-dots li.slick-active {
    width: 4.3rem;
}

.sliderDots .slick-dots li.slick-active::after {
    width: 4.3rem;
}

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

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

#mainNews {
    padding: 0;
}

#mainNews::after {
    display: block;
    content: "";
    height: 0.05rem;
    width: calc(100% - 4.2rem);
    background-color: #b3b3b3;
    margin: 0 auto;
}

#mainNews .newsTop {
    padding: 1.6rem 2.1rem 1.3rem 2.1rem;
    display: flex;
    justify-content: space-between;
}

#mainNews .newsTop>div {
    display: flex;
    gap: 0.5rem;
}

#mainNews .newsTop>p {
    font-size: 2.1rem;
    line-height: 3.3rem;
    height: 3.3rem;
}

#mainNews .newsTop>p>strong {
    font-size: 3.3rem;
    line-height: 3.3rem;
    height: 3.3rem;
    color: #155D97;
}

#mainNews .newsTop>figure {
    width: 4.6rem;
}

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

#mainNews .newsSlider .newsBox>.newsDesc {
    display: block;
    padding: 2.4rem 2.1rem 3rem 2.1rem;
}

#mainNews .newsSlider .newsBox>.newsDesc::after {
    display: block;
    content: "";
    width: 100%;
    height: 0.05rem;
    color: #B3B3B3;
}

#mainNews .newsSlider .newsBox>.newsDesc>h2 {
    font-size: 2.1rem;
    margin-bottom: 1.1rem;
}

#mainNews .newsSlider .newsBox>.newsDesc>h2::after {
    position: relative;
    transform: translateY(-1.1rem);
    z-index: -1;
    display: block;
    content: "";
    width: 13.8rem;
    height: 0.3rem;
    background-color: #D7E7F4;
}

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

#mainNews .newsSlider .newsBox>.newsDesc>p {
    font-family: 'NanumSquare';
    font-size: 1.7rem;
    line-height: 2.5rem;
    margin-bottom: 1.8rem;
}

#mainNews .newsSlider .newsBox>.newsDesc>a {
    display: inline-block;
    width: 9.1rem;
    font-family: 'NanumSquare';
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: center;
    border: 0.05rem solid #202020;
}

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

#join {
    padding: 3.1rem 2.1rem;
}

#join:after {
    display: block;
    position: relative;
    content: "";
    height: 0.05rem;
    width: 100%;
    background-color: #b3b3b3;
    transform: translate(-50%, -50%);
    top: 3.1rem;
    left: 50%;
}


#join>h2 {
    margin-bottom: 1.2rem;
    line-height: 2.8rem;
}

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

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

#lastIssue {
    padding: 3.1rem 2.1rem;
}

#lastIssue h2 {
    margin-bottom: 2.3rem;
}

#lastIssue h2::after {
    position: relative;
    transform: translateY(-0.8rem);
    z-index: -1;
    display: block;
    content: "";
    width: 15.8rem;
    height: 0.3rem;
    background-color: #D7E7F4;
}

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

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

#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 ---------- */

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: #03c65a;
}

/* 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 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;
  line-height: 1.4;
  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: 20px;
        line-height: 28px;
        font-family: 'NanumSquare';
    }

    h2>strong {
        font-family: 'NanumSquare';
    }

    .sliderArrow .slick-arrow {
        position: absolute;
        left: 50%;
        z-index: 999;
        padding: 0;
        font-size: 0;
        border: none;
        outline: none;
        background: url('../img/common/btn.png') no-repeat center center/cover;
    }

    .newsSliderArrow .slick-arrow {
        width: 25px;
        height: 25px;
    }

    .issueSliderArrow .slick-arrow {
        width: 19px;
        height: 19px;
    }

    .newsSliderArrow .slick-prev {
        margin: 0 0 0 120px;
        transform: translate(-50%, -50%);
    }

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

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

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

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

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

    .sliderDots .slick-dots {
        position: absolute;
        left: 21px;
        bottom: 36%;
        transform: translateY(-50%);
        display: flex;
        gap: 5px;
        width: 89px;
        justify-content: center;
    }

    .sliderDots .slick-dots li {
        display: inline-block;
        width: 18px;
        height: 2px;
        cursor: pointer;
        background-color: #FFFFFF;
        transition: 0.5s;
    }

    .sliderDots .slick-dots li::after {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        background-color: #145192;
        transition: 0.5s;
    }

    .sliderDots .slick-dots li.slick-active {
        width: 43px;
    }

    .sliderDots .slick-dots li.slick-active::after {
        width: 43px;
    }

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

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

    #mainNews {
        padding: 0;
    }

    #mainNews::after {
        display: block;
        content: "";
        height: 0.5px;
        width: calc(100% - 42px);
        background-color: #b3b3b3;
        margin: 0 auto;
    }

    #mainNews .newsTop {
        padding: 16px 21px 13px 21px;
        display: flex;
        justify-content: space-between;
    }

    #mainNews .newsTop>div {
        display: flex;
        gap: 5px;
    }

    #mainNews .newsTop>p {
        font-size: 21px;
        line-height: 33px;
        height: 33px;
    }

    #mainNews .newsTop>p>strong {
        font-size: 33px;
        line-height: 33px;
        height: 33px;
        color: #155D97;
    }

    #mainNews .newsTop>figure {
        width: 46px;
    }

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

    #mainNews .newsSlider .newsBox>.newsDesc {
        display: block;
        padding: 24px 21px 30px 21px;
    }

    #mainNews .newsSlider .newsBox>.newsDesc::after {
        display: block;
        content: "";
        width: 100%;
        height: 0.5px;
        color: #B3B3B3;
    }

    #mainNews .newsSlider .newsBox>.newsDesc>h2 {
        font-size: 21px;
        margin-bottom: 11px;
    }

    #mainNews .newsSlider .newsBox>.newsDesc>h2::after {
        position: relative;
        transform: translateY(-11px);
        z-index: -1;
        display: block;
        content: "";
        width: 138px;
        height: 3px;
        background-color: #D7E7F4;
    }

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

    #mainNews .newsSlider .newsBox>.newsDesc>p {
        font-family: 'NanumSquare';
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 18px;
    }

    #mainNews .newsSlider .newsBox>.newsDesc>a {
        display: inline-block;
        width: 91px;
        font-family: 'NanumSquare';
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        border: 0.5px solid #202020;
    }

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

    #join {
        padding: 31px 21px;
    }

    #join:after {
        display: block;
        position: relative;
        content: "";
        height: 0.5px;
        width: 100%;
        background-color: #b3b3b3;
        transform: translate(-50%, -50%);
        top: 31px;
        left: 50%;
    }


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

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

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

    #lastIssue {
        padding: 31px 21px;
    }

    #lastIssue h2 {
        margin-bottom: 23px;
    }

    #lastIssue h2::after {
        position: relative;
        transform: translateY(-13px);
        z-index: -1;
        display: block;
        content: "";
        width: 158px;
        height: 3px;
        background-color: #D7E7F4;
    }

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

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

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

    /* ---------- 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: #03c65a;
  }

  /* 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;
    margin-top: 4px;
  }

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

}