/*=========================================== 
==================== 눈누 폰트 =============== 
============================================*/
@import url(//fonts.googleapis.com/earlyaccess/jejuhallasan.css);

/*===========================================
================= fullpage.js ===============
============================================*/
#fp-nav ul li:nth-last-child(1) a {
  display: none;
}
#fp-nav {
  display: block;
  margin-top: -40px !important;
}
.fp-controlArrow.fp-prev {
  left: 150px;
}
.fp-controlArrow.fp-next {
  right: 150px;
}
/* .fp-tableCell {
  padding-top: 40px;
  box-sizing: border-box;
} */
@media (max-width: 1024px) {
  #fp-nav {
    display: none;
  }
  .fp-controlArrow.fp-prev {
    left: 20px;
  }
  .fp-controlArrow.fp-next {
    right: 20px;
  }
  /* .fp-tableCell {
    padding-top: 0px;
  } */
}
/*===========================================
================= 공통 넓이 ===============
============================================*/
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.font_middle {
  font-weight: 500 !important;
}
.com_topText {
  color: #ed1953 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding-bottom: 4px !important;
  font-family: Montserrat, "sans-serif";
}
.margin_top100 {
  margin-top: 100px;
}
@media (max-width: 1280px) {
  .w1280 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  .margin_top100 {
    margin-top: 0px;
  }
}
@media (max-width: 800px) {
  .com_topText {
    font-size: 13px;
  }
}
/*===========================================
==================== 배너 ====================
============================================*/
#banner {
  position: relative;
}
.swiper-container.swiper-container-initialized.swiper-container-horizontal {
  height: 100% !important;
}
.section1 {
  position: relative;
}
.banner_wrap {
  position: relative;
  /* height: 100vh; */
}
.banner_bg1 {
  background-color: #c4b098;
  width: 100% !important;
}
.banner_bg2 {
  background-color: #f4be6b;
  width: 100% !important;
  height: 100%;
}
.banner_bg3 {
  background-color: #a7b19b;
  width: 100% !important;
}
.snack_img1,
.snack_img2,
.snack_img3 {
  height: 100vh;
  /* height: calc(100vh - 64px); */
  background-repeat: no-repeat;
  background-position: left -200px bottom -168px;
  background-size: 60vw;
}
.snack_img1 {
  background-image: url(/img/banner01.png);
}
.snack_img2 {
  background-image: url(/img/banner02.png);
}
.snack_img3 {
  background-image: url(/img/banner03.png);
}
.snack_test {
  height: 100% !important;
}
#banner .swiper-container-pointer-events {
  height: 100% !important;
}
.banner_texts {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(0%, 70%);
  /* width: 45vw; */
  display: inline-block;
  z-index: 1;
}
.banner_texts_tit {
  font-family: "Jeju Hallasan", cursive;
  font-size: 60px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 40px;
  box-sizing: border-box;
  line-height: 1.2;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 30%);
}
.banner_texts_cont {
  width: 600px;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
  box-sizing: border-box;
}
.banner_nav {
  float: left;
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 1;
}
.banner_nav::before {
  content: "";
  display: block;
  clear: both;
}
.banner_next,
.banner_prev {
  position: relative;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  float: left;
  cursor: pointer;
}
.banner_prev {
  position: relative;
  margin-right: 180px;
}
.banner_prev::before {
  content: "PREV";
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 170%;
  color: #fff;
  font-weight: 300;
}
.banner_prev img {
  position: absolute;
  top: 16px;
  left: 23px;
  transition: all 0.25s;
}
.banner_prev:hover.banner_prev img {
  left: -23px;
  transition: all 0.25s;
}
.banner_next img {
  position: absolute;
  top: 16px;
  left: -23px;
  transition: all 0.25s;
}
.banner_next::before {
  content: "NEXT";
  display: inline-block;
  position: absolute;
  top: 30%;
  right: 78px;
  color: #fff;
  font-weight: 300;
}
.banner_next:hover.banner_next img {
  left: 23px;
  transition: all 0.25s;
}
.banner_scroll_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}
.banner_scroll {
  align-self: flex-end;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  transform-origin: top;
  z-index: 1;
}
.scr_t {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-top: 6px;
}
.t_mb {
  display: none;
}
.scr_i {
  padding: 8px 14px 20px 38px;
}
.scr_i_icon {
  width: 12px;
}
.scr_icon {
  fill: #fff;
}
.bounce {
  animation-name: bounce;
  animation-timing-function: linear;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 1600px) {
  .snack_img1,
  .snack_img2,
  .snack_img3 {
    background-size: 70vw;
    background-position: left -270px bottom -120px;
  }
  .banner_texts_tit {
    font-size: 50px;
  }
  .banner_texts_cont {
    width: 34vw;
    font-size: 16px;
  }
  #banner .owl-nav {
    bottom: 24%;
  }
}
@media (max-width: 1280px) {
  .snack_img1,
  .snack_img2,
  .snack_img3 {
    background-size: 74vw;
    background-position: left -270px bottom -30px;
  }
  #banner .owl-nav {
    bottom: 22%;
  }
}
@media (max-width: 1100px) {
  .banner_texts_tit {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .snack_img1,
  .snack_img2,
  .snack_img3 {
    background-size: 95vw;
    background-position: left -308px bottom 26px;
  }
  .banner_texts {
    /* bottom: 48%; */
    bottom: 40%;
  }
  .banner_nav {
    display: none;
  }
  #banner .owl-nav {
    bottom: 18%;
  }
}
@media (max-width: 800px) {
  .snack_img1 {
    background-image: url(/img/mb/banner_mb01.png);
  }
  .snack_img2 {
    background-image: url(/img/mb/banner_mb02.png);
  }
  .snack_img3 {
    background-image: url(/img/mb/banner_mb03.png);
  }
  .snack_img1,
  .snack_img2,
  .snack_img3 {
    background-size: 82vw;
    background-position: left 56px bottom -200px;
  }
  .banner_texts {
    left: 0;
    bottom: 80%;
    padding-left: 40px;
  }
  .banner_texts_cont {
    width: 50%;
  }
  .banner_pagination {
    display: block;
    /* position: absolute;
    bottom: 4%;
    width: 100%;
    text-align: center;
    border: 1px solid; */
    z-index: 1;
  }
  .banner_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    margin-right: 10px;
  }
  .banner_pagination .swiper-pagination-bullet-active {
    background: #ccc;
    width: 12px;
    height: 12px;
  }
  .banner_scroll_wrap {
    display: none;
  }
}
@media (max-width: 700px) {
  .snack_img1,
  .snack_img2,
  .snack_img3 {
    background-size: 100vw;
    background-position: left -17px bottom -154px;
  }
  .banner_scroll_wrap {
    transform: translate(-50%, -15%);
  }
}
@media (max-width: 500px) {
  .banner_texts {
    bottom: 55%;
    padding-left: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 61%;
  }
  .banner_texts_tit {
    font-size: 40px;
  }
  .banner_texts_cont {
    display: none;
  }
}
@media (max-width: 400px) {
  .banner_texts_tit {
    font-size: 34px;
  }
}
/*===========================================
================= 섹션2 - 사업현황 =============
============================================*/
#section2 {
  width: 100%;
}
.section2 {
  background-image: url(/img/sec2_bg01.png);
  background-position: center bottom 10%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sec2_texts {
  color: #fff;
  font-weight: 200;
}
.sec2_text_top {
  padding: 0px !important;
}
.sec2_texts.middle {
  font-size: 44px;
  padding-bottom: 80px;
  line-height: 1.5;
}
.sec2_texts.cont {
  font-size: 20px;
  width: 45%;
  padding-bottom: 60px;
  line-height: 1.5;
}
.sec2_wrap > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.sec2_wrap > ul > li {
  position: relative;
  width: 15%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0.8px solid #fff;
  transition: all 1s;
  cursor: pointer;
}
.sec2_wrap > ul > li:hover {
  background-color: #af9c82;
  border: none;
  transition: all 1s;
}
.sec2_icon {
  text-align: center;
  padding: 40px 0 20px 0;
}
.sec2_icon01 {
  width: 90px;
  fill: #fff;
}
.sec2_icon_txt {
  text-align: center;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 300;
}
.arrow {
  display: block;
  background-image: url(/img/sec2_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 12px;
  height: 24px;
  margin-top: 9vh;
}
@media (max-width: 1024px) {
  .sec2_texts.cont {
    width: 60%;
  }
  .sec2_wrap > ul > li {
    width: 16%;
  }
  .sec2_icon01 {
    width: 75px;
  }
}
@media (max-width: 800px) {
  #section2 .fp-tableCell {
    padding-top: 30px;
    box-sizing: border-box;
  }
  .sec2_texts.middle {
    font-size: 34px;
    line-height: 1.3;
    padding-bottom: 60px;
  }
  .sec2_texts.cont {
    font-size: 18px;
    width: 80%;
    display: none;
  }
  .sec2_icon {
    padding: 30px 0 15px 0;
  }
  .sec2_icon01 {
    width: 70px;
  }
  .sec2_icon_txt {
    font-size: 13px;
  }
  .sec2_wrap > ul {
    justify-content: flex-start;
  }
  .sec2_wrap > ul > li {
    margin-bottom: 40px;
  }
  .arrow {
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 8vh;
  }
  .sec2_wrap > ul > li {
    width: 25%;
  }
  .sec2_icon01 {
    width: 75px;
  }
  .section2 {
    background-position: right 30% bottom;
    width: 100%;
  }
}
@media (max-width: 600px) {
  /* .section2 {
    background-position: bottom right -400px;
  } */
  .sec2_texts.middle {
    font-size: 28px;
  }
  .sec2_texts.cont {
    font-size: 16px;
  }
  .sec2_icon01 {
    width: 50px;
  }
  .arrow {
    margin: 6.5vh -8px;
  }
}
@media (max-width: 500px) {
  .sec2_wrap {
    padding-top: 64px;
  }
  .sec2_texts.middle {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .sec2_texts.cont {
    font-size: 16px;
    width: 100%;
  }
  .sec2_icon01 {
    width: 40px;
  }
  .sec2_wrap > ul > li {
    width: 36%;
    margin-bottom: 30px;
  }
  .sec2_icon {
    padding: 32px 0 20px 0;
  }
}
@media (max-width: 375px) {
  .sec2_texts.middle {
    font-size: 18px;
  }
  .sec2_texts.cont {
    font-size: 14px;
  }
  .sec2_icon01 {
    width: 38px;
  }
  .sec2_icon {
    padding: 20px 0 10px 0;
  }
  .sec2_wrap > ul > li {
    width: 35%;
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .sec2_wrap {
    padding-top: 45px;
  }
}
@media (max-width: 320px) {
  .arrow {
    margin: 6.5vh -11px;
  }
}

/*===========================================
================= 섹션3 - 어바웃 =============
============================================*/
#section3 .fp-tableCell {
  display: block;
}
.sec3_bg {
  position: relative;
  width: 100%;
  height: 60vh;
  background-image: url(/img/sec3_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec3_texts {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.sec3_texts_tit {
  font-size: 50px;
  font-weight: bold;
  font-family: Montserrat, "sans-serif";
  padding-bottom: 20px;
  box-sizing: border-box;
}
.sec3_texts_cont {
  font-size: 20px;
}
.sec3_sub {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 0;
  margin-top: -250px !important;
  padding-bottom: 20px;
}
.sec3_sub > li {
  position: relative;
  display: inline-block;
  /* float: left; */
  width: 30%;
  box-sizing: border-box;
  margin-top: 40px;
  /* width: 30%; */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.sec3_sub li:hover .bg {
  opacity: 1;
  top: -3%;
  transition: all 0.3s;
}
.sec3_sub li:nth-child(1):hover .bg:before {
  background: url(/img/sec3_sub01.png) no-repeat;
}
.sec3_sub li:nth-child(2):hover .bg:before {
  background: url(/img/sec3_sub02.png) no-repeat;
}
.sec3_sub li:nth-child(3):hover .bg:before {
  background: url(/img/sec3_sub03.png) no-repeat;
}
.sec3_sub li:nth-child(1):hover .bg {
  opacity: 3;
}
.sec3_sub .bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  opacity: 0.5;
}
.sec3_sub > li > a > img {
  width: 100%;
}
.sec3_sub li:nth-child(1) .bg {
  background: #036c63;
}
.sec3_sub li:nth-child(2) .bg {
  background: #fcaf39;
}
.sec3_sub li:nth-child(3) .bg {
  background: #82263f;
}
.sec3_sub .bg {
  position: absolute;
  /* top: 5%;
  left: 63%;
  margin-left: -265px;
  width: 426px;
  height: 515px; */
  top: -4.7%;
  left: 60%;
  margin-left: -265px;
  width: 450px;
  height: 550px;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 15px 15px rgb(0 0 0 / 20%);
  border: none;
}
.sec3_sub_texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: inline-block;
  z-index: 999999;
}
.sec3_icon {
  fill: #fff;
  width: 110px;
}
.sec3_sub_top {
  padding: 20px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #da355c;
  letter-spacing: 2px;
  font-family: "Montserrat";
}
.sec3_sub_tit {
  position: relative;
  font-size: 35px;
  color: #fff;
}
.sec3_sub_bar {
  width: 2px;
  height: 40px;
  background-color: #fff;
  display: inline-block;
  margin: 15px 0;
}
.sec3_sub_cont {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
/* @media (max-width: 1280px) {
  .sec3_icon {
    fill: #fff;
    width: 0px;
  }
} */
/* @media (max-width: 1400px) {
  .sec3_sub {
    width: 1000px;
  }
  .sec3_texts {
    top: 30%;
  }
} */
@media (max-width: 1280px) {
  .sec3_sub .bg {
    left: 71%;
    margin-left: -265px;
    width: 390px;
    height: 452px;
  }
  .sec3_sub {
    width: 100%;
  }
  /* .sec3_sub {
    margin-top: -160px !important;
  } */
  .sec3_icon {
    width: 90px;
  }
  .sec3_sub_top {
    padding: 15px 0 6px 0;
    font-size: 12px;
  }
  .sec3_sub_tit {
    font-size: 26px;
  }
  .sec3_sub_bar {
    width: 1px;
    height: 25px;
    margin: 10px 0;
  }
  .sec3_sub_cont {
    font-size: 14px;
    line-height: 1.3;
  }
  .sec3_sub .bg {
    left: 63%;
    margin-left: -196px;
    width: 310px;
    height: 397px;
  }
}
@media (max-width: 800px) {
  .sec3_texts {
    top: 34%;
  }
  .sec3_texts_tit {
    font-size: 34px;
  }
  .sec3_texts_cont {
    font-size: 15px;
  }
  .sec3_sub {
    margin-top: -290px !important;
  }
  .sec3_sub li:hover .bg {
    display: none;
  }
  .sec3_sub > li {
    display: block;
    width: 100%;
    height: 22vh;
    margin-top: 0;
    overflow: hidden;
  }
  .sec3_icon {
    display: none;
  }
  .sec3_sub > li > a > img {
    width: 80%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
}
@media (max-width: 500px) {
  .sec3_texts {
    top: 32%;
  }
  .sec3_sub > li {
    height: 18vh;
  }
  .sec3_sub {
    margin-top: -270px !important;
  }
  .sec3_sub_texts {
    top: 49%;
  }
  .sec3_sub_tit {
    font-size: 25px;
  }
  .sec3_texts_cont {
    display: none;
  }
  .sec3_sub_bar {
    transform: rotate(90deg);
    margin: 0px 0;
  }

  .sec3_sub_cont {
    font-size: 12px;
    padding-top: 0px;
  }
  .sec3_sub_top {
    display: none;
  }
}
@media (max-width: 375px) {
  .sec3_texts {
    top: 36%;
  }
  .sec3_sub {
    margin-top: -198px !important;
  }
}
/*===========================================
========= 섹션4 - 보도자료/인증서  ===========
============================================*/

.sec4_wrap {
  padding-top: px;
}
.sec4_01 {
  position: relative;
  display: block;
}
.sec4_01_mb {
  display: none;
}
.container {
  overflow: hidden;
}
.sec4_imgT01 {
  position: absolute;
  top: 0%;
  left: -74px;
  display: block;
  height: 100%;
}
.sec4_bg01 {
  display: block;
  width: 100%;
}
.sec4_bg02 {
  display: none;
}
.sec4_btns {
  display: block;
  text-align: right;
  padding-bottom: 30px;
}
.sec4_btns li.active {
  background-color: #4d3f2b;
  color: #fff;
}
.sec4_btns li {
  display: inline-block;
  padding: 14px 35px;
  box-sizing: border-box;
  border-radius: 25px;
  margin-left: 14px;
  color: #4d3f2b;
  border: 1px solid #4d3f2b;
  cursor: pointer;
}
.sec4_btns li:nth-last-child(1) {
  padding: 14px 40px;
}
.sec4_btns li:nth-last-child(2) {
  margin-left: 0;
}
.sec4_cont.item {
  display: none;
}
.sec4_imgT02_wrap {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  text-align: right;
}
#section4 .sec4_02.swiper-container {
  position: relative;
  height: 55vh;
}
#section4 .sec4_02 .swiper-slide {
  transform: scale(0.8);
  height: 50vh;
}
#section4 .sec4_02 .swiper-slide img {
  width: 100%;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}
#section4 .sec4_02 .swiper-slide-active {
  transform: scale(1);
  transition: all 0.4s;
}
.sec4_02 .swiper-pagination {
  bottom: 0;
}
.sec4_02 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #666;
}
.sec4_02 .swiper-pagination-bullet-active {
  width: 30px;
  height: 12px;
  border-radius: 20px;
  background: #4d3f2b;
}
.sec4_slide_btns {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec4_slide_btn {
  display: inline-block;
  border: 1px solid #4d3f2b;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 51px;
  margin-left: 10px;
  transition: all 0.3s;
}
.sec4_slide_btn:nth-child(1) {
  margin-left: 0;
}
.sec4_slide_btn:hover {
  background: #4d3f2b;
  transition: all 0.3s;
}
.sec4_slide_btn:hover .sec4_btn_icon {
  fill: #fff;
  transition: all 0.3s;
}
.sec4_btn_icon {
  width: 20px;
  fill: #4d3f2b;
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  #section4 .sec4_02.swiper-container {
    height: 48vh;
  }
  .sec4_imgT02 {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  #section4 .sec4_02.swiper-container {
    height: 34vh;
  }
}
@media (max-width: 1000px) {
  #section4 .sec4_02.swiper-container {
    height: 55vh;
  }
  .sec4_imgT02 {
    width: 70%;
  }
}
@media (max-width: 920px) {
  #section4 .sec4_02.swiper-container {
    height: 48vh;
  }
}
@media (max-width: 800px) {
  .sec4_bg01 {
    display: none;
  }
  .sec4_01 {
    display: none;
  }
  .sec4_01_mb {
    display: block;
    width: 100%;
  }
  .sec4_01_btns {
    display: none;
  }
  .sec4_btns {
    display: block;
    text-align: right;
    padding: 64px 20px 30px 20px !important;
  }
  #section4 .sec4_02.swiper-container {
    height: 40vh;
  }
}
@media (max-width: 730px) {
  #section4 .sec4_02.swiper-container {
    height: 41vh;
  }
}
@media (max-width: 600px) {
  #section4 .sec4_02.swiper-container {
    height: 62vh;
  }
  .sec4_wrap {
    position: relative;
  }
  .sec4_01_btns {
    display: block;
  }
  .sec4_btns {
    text-align: center;
    padding-right: 0;
    padding-top: 60px;
  }
  .sec4_01_btns {
    bottom: -10%;
  }
  .sec4_slide_btns {
    bottom: 0%;
    right: 0;
    left: 50%;
    transform: translateX(-50px);
    z-index: 2;
  }
  .sec4_01_mb {
    padding-bottom: 60px;
  }
  .sec4_01 {
    /* margin-bottom: 60px !important; */
    /* padding-bottom: 60px; */
  }
  .sec4_01_btns {
    bottom: 0% !important;
  }
  .sec4_imgT02_wrap {
    text-align: center;
    padding-bottom: 25px;
  }
  .sec4_btns li {
    padding: 10px 25px;
  }
  .sec4_btns li:nth-last-child(1) {
    padding: 10px 30px !important;
    margin-left: 0;
  }
  .sec4_btns li,
  .sec4_btns li:nth-last-child(1) {
    margin-left: 8px;
    font-size: 14px;
  }
  .sec4_btns li:nth-last-child(1) {
    padding: 10px 25px;
    margin-left: 8px;
    font-size: 14px;
  }
  .sec4_02 .swiper-pagination {
    display: none;
  }
}
@media (max-width: 500px) {
  #section4 .sec4_02.swiper-container {
    height: 60vh;
  }
}
@media (max-width: 400px) {
  #section4 .sec4_02.swiper-container {
    height: 50vh;
  }
  /* .sec4_imgT02_wrap {
    display: none;
  } */
}
@media (max-width: 400px) {
  .sec4_btns {
    padding: 64px 20px 10px 20px !important;
  }
}
/*===========================================
================= 섹션5 - 제품  ===============
============================================*/
.sec5_texts {
  position: relative;
  text-align: center;
  z-index: 2;
}
.sec5_texts_top {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ed1853;
  padding-bottom: 12px;
}
.sec5_texts_tit {
  font-size: 44px;
  font-weight: bold;
  color: #1c1c1c;
  padding-bottom: 20px;
}
.sec5_texts_cont {
  font-size: 18px;
  color: #6f6967;
}
.sec5_cont {
  position: relative;
}
.sec5_cont > img {
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 900px;
}
.sec5_cont > ul {
  position: relative;
  z-index: 2;
  padding-top: 10vh;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec5_cont > ul > li:nth-of-type(odd) img {
  padding-top: 100px;
}
.sec5_icon {
  width: 48px;
  padding-top: 210px;
}
.sec5_point > img {
  padding-right: 10px;
}
.sec5_point {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 42%;
}
.sec5_point_tit {
  font-size: 24px;
  color: #15aa9d;
}
.sec5_point_cont {
  font-size: 16px;
  padding-left: 88px;
  padding-top: 12px;
  color: #1c1c1c;
  line-height: 1.4;
}
.section5_wrap .swiper-pagination {
  position: absolute;
  bottom: 0.5%;
  margin: 0;
}
.section5_wrap .swiper-pagination-bullet {
  position: relative;
  padding-top: 34px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  opacity: 1;
  margin: 0 24px !important;
  background: none !important;
}
.section5_wrap .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid #000;
}
.section5_wrap .swiper-pagination-bullet-active {
  color: #fff;
}
.section5_wrap .swiper-pagination-bullet-active::before {
  border: 1px solid #15aa9d;
  background: #15aa9d !important;
  z-index: -1;
}
@media (max-width: 1280px) {
  .sec5_point {
    width: 40vw;
    bottom: 12px;
  }
  .sec5_point_tit {
    font-size: 20px;
  }
  .sec5_point_cont {
    padding-top: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 1024px) {
  .section5_wrap .swiper-pagination {
    position: absolute;
    bottom: 12%;
    margin: 0;
  }
}
@media (max-width: 1000px) {
  .sec5_item1_1,
  .sec5_item1_3 {
    width: 150px;
  }
  .sec5_item1_2 {
    width: 230px;
  }
  .sec5_cont > img {
    bottom: -20%;
    width: 683px;
  }
  .sec5_icon {
    padding-top: 143px;
  }
  .sec5_point {
    width: 40vw;
    bottom: -30px;
  }
  .sec5_point br {
    display: none;
  }
  .section5_wrap .swiper-pagination {
    bottom: 6.5%;
  }
}
@media (max-width: 700px) {
  .sec5_texts_top {
    padding-bottom: 8px;
  }
  .sec5_texts_tit {
    font-size: 34px;
    padding-bottom: 12px;
  }
  .sec5_text {
    font-size: 16px;
  }
  .sec5_cont > ul {
    padding: 40px 0 100px 0;
  }
  .sec5_cont > ul > li:nth-of-type(odd) img {
    display: none;
  }
  .sec5_item1_1,
  .sec5_item1_3 {
    width: 150px;
  }
  .sec5_item1_2 {
    width: 230px;
  }
  .sec5_cont > img {
    bottom: -20%;
    width: 683px;
  }
  .sec5_icon {
    display: none;
  }
  .sec5_point > img {
    display: none;
  }
  .sec5_point {
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  .sec5_point br {
    display: block;
  }
  .sec5_point_cont {
    padding: 0;
    padding-top: 10px;
  }
  .section5_wrap .swiper-pagination-bullet {
    margin: 0 10px !important;
  }
}
@media (max-width: 500px) {
  .sec5_cont > ul {
    padding: 30px 0 94px 0;
  }
  .sec5_texts_tit {
    font-size: 28px;
    padding-bottom: 12px;
  }
  .sec5_texts_cont {
    display: none;
  }
  .sec5_cont > img {
    bottom: 15%;
    width: 500px;
  }
  .sec5_item1_2 {
    width: 206px;
  }
  .section5_wrap .swiper-pagination-bullet {
    margin: 0 6px !important;
  }
  .section5_wrap .swiper-pagination-bullet {
    padding-top: 24px;
    width: 55px;
    height: 55px;
    line-height: 14px;
    font-size: 12px;
  }
  .section5_wrap .swiper-pagination-bullet::before {
    width: 55px;
    height: 55px;
  }
  .sec5_point_tit {
    font-size: 16px;
  }
  .sec5_point_cont {
    font-size: 13px;
  }
  .section5_wrap .swiper-pagination {
    bottom: 0.5%;
  }
}
@media (max-width: 375px) {
  .sec5_item1_2 {
    width: 140px;
  }
}
@media (max-width: 340px) {
  .section5_wrap .swiper-pagination-bullet::before {
    width: 50px;
    height: 50px;
  }
  .section5_wrap .swiper-pagination-bullet {
    margin: 0px 2px !important;
  }
}
