/* Import Local SCSS Files */
/* Font Family */
/* Font Size */
/* Gray Color*/
/* Object Color*/
/* box-shadow */
/* line */
/* padding & margin */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
}

.inner {
  width: 1440px;
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button {
  cursor: pointer;
}

input {
  border: none;
}

li {
  padding: 0;
  list-style: none;
}

/* Fontawesome */
/* Web fonts*/
/* NCLNeovibes-Demo */
@font-face {
  font-family: "NCLNeovibes-Demo";
  src: url("../ncl_neovibes/NCLNeovibes-Demo.otf");
}
/* Noto+Sans+KR, Poppins */
section.section03 {
  width: 100%;
  max-height: 650px;
  background: #F34300;
  color: #0B090A;
}
section.section03 .inner {
  padding: 100px 0;
}
section.section03 .inner .news-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section03 .inner .news-title h1 {
  font-size: 2.4rem;
  color: #0B090A;
  font-family: "NCLNeovibes-Demo";
}
section.section03 .inner .news-title .news-icon-box {
  width: 100px;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section03 .inner .news-title .news-icon-box .swiper-button-next,
section.section03 .inner .news-title .news-icon-box .swiper-button-prev {
  color: #0B090A;
}
section.section03 .inner .news-title .news-icon-box .swiper-button-next::after {
  content: "next";
  font-size: 2rem;
  font-weight: 800;
}
section.section03 .inner .news-title .news-icon-box .swiper-button-prev::after {
  content: "prev";
  font-size: 2rem;
  font-weight: 800;
}
section.section03 .inner .swiper.newsSwiper {
  width: 100%;
  height: 312px;
  margin-top: 60px;
}
section.section03 .inner .swiper.newsSwiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  min-height: 100%;
}
section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide {
  padding: 30px 25px;
  margin-top: 60px;
  border-top: 3px solid #0B090A;
  border-bottom: 1px solid #0B090A;
}
section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content:hover h4 {
  text-decoration: underline;
}
section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content h4 {
  color: #0B090A;
  line-height: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  font-family: "Noto+Sans+KR", sans-serif;
  margin-bottom: 10px;
}
section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content p {
  color: #0B090A;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.85rem;
  font-family: "Noto+Sans+KR", sans-serif;
}
section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content .content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content .content-bottom .news-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content .content-bottom span {
  color: #0B090A;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
}

/* responsive Mobile */
@media (max-width: 767px) {
  * {
    font-size: 12px;
  }
  /* section.section03 */
  section.section03 {
    width: 100%;
    max-height: 360px;
  }
  section.section03 .inner {
    width: 90%;
    padding: 50px 0;
  }
  section.section03 .inner .news-title h1 {
    font-size: 2.4rem;
    font-family: "NCLNeovibes-Demo";
  }
  section.section03 .inner .news-title .news-icon-box .swiper-button-next::after {
    content: "next";
    font-size: 2rem;
    font-weight: 800;
  }
  section.section03 .inner .news-title .news-icon-box .swiper-button-prev::after {
    content: "prev";
    font-size: 2rem;
  }
  section.section03 .inner .swiper.newsSwiper {
    width: 100%;
    height: 208px;
    margin-top: 10px;
  }
  section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
    margin-top: 0px;
  }
  section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content h4 {
    margin-bottom: 0px;
  }
  section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content p {
    line-height: 16px;
  }
  section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content .content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  section.section03 .inner .swiper.newsSwiper .swiper-wrapper .swiper-slide a.news-content .content-bottom .news-next {
    width: 25px;
    height: 25px;
  }
}