@charset "utf-8";
#wrap {
  width: 100%;
}




.inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1300px;
}
.section {
  /* width: 100vw; */
  width: 100%;
  height: 100vh;
  padding: 150px 0;
}




.title-container {
  /* width: 90%; */
  margin: 0 auto;
}
.title-container .title {
  font-size: 4.9rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1em;
}




.title-container .sub-content {
  font-size: 2rem;
  text-align: center;
  color: #666;
  font-weight: 400;
  text-align: center;
}




/* section01 */




.visual-swiper-container {
  position: relative;
  max-height: 100vh;
  padding: 0;
}
.visual-swiper-container .swiper {
  width: 100%;
  height: 100%;
}




.visual-swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #232323;
  /* Center slide text vertically */
  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;
  color: #fff;
  font-size: 6rem;
}




.visual-swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.visual-swiper-container .swiper-pagination-vertical.swiper-pagination-bullets,
.visual-swiper-container .swiper-vertical > .swiper-pagination-bullets {
  left: 2vw;
  right: initial;
}




.visual-swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 5px;
  height: 30px;
  display: block;
  /* margin-bottom: 2vh; */
  border-radius: 0;
  transition: all 0.3s;
}




.visual-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.visual-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  height: 120px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 10px;
  left: 30px;
  width: 35px;
}




.visual-swiper-container .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.visual-swiper-container .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}




.visual-swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 10px;
}




.visual-content {
  position: relative;
}




.visual-content .text-content {
  width: 80%;
  position: absolute;
  top: 55%;
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.5s;
  transform: translateY(-50%);
}




/* 1111 ºñÁÖ¾ó Ãß°¡ */
.visual-content.swiper-slide-active .text-content {
  opacity: 1;
  top: 45%;
  /* left: 0; */
}




.visual-content04.swiper-slide-active .text-content {
  top: 43%;
}




.visual-content .text-content p.title {
  font-size: 6rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  /* top: 100px;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.3s; */
}




.visual-content .text-content p.sub-title {
  text-align: left;
  font-size: 1.8rem;
  /* top: 100px;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.3s; */
}




/* s:: slide01 */
.visual-content.visual-content01 {
  background: url('/default/img/swiper_bg01.jpg') no-repeat top / cover;
}




.visual-content.visual-content01 .logo-container {
  /* background-color: yellow; */
  max-width: 500px;
  margin: 0 auto 50px;
  position: relative;
}




.visual-content.visual-content01 .logo-container img {
  object-fit: contain;
}




.visual-content.visual-content01 .sub-txt {
  font-size: 1.8rem;
  padding-top: 1.5em;
  /* background-color: salmon; */
  position: relative;
}




.visual-content.visual-content01 .sub-txt::before {
  content: '';
  display: inline-block;
  width: 332px;
  height: 4px;
  background-color: #419de8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* e::slide01 */




/* s::slide02 */
.visual-content.visual-content02 {
  background: url('/default/img/swiper_bg02.jpg') no-repeat top / cover;
}




.visual-content.visual-content02 .title,
.visual-content.visual-content04 .title {
  padding-bottom: 0.5em;
}




.visual-content.visual-content02 .sub-title,
.visual-content.visual-content04 .sub-title {
  padding-top: 1em;
  position: relative;
}




.visual-content.visual-content02 .sub-title::before,
.visual-content.visual-content04 .sub-title::before {
  position: absolute;
  width: 332px;
  height: 4px;
  background-color: #419de8;
  content: '';
  top: 0;
  left: 0;
}
/* e::slide02 */




/* s::slide03 */
.visual-content.visual-content03 {
  background: url('/default/img/swiper_bg03.jpg') no-repeat top / cover;
}




.visual-content.visual-content03 .text-content {
  /* background-color: yellow; */
}




.visual-content.visual-content03 .text-content p.title {
  text-align: right;
  padding-bottom: 0.5em;
}




.visual-content.visual-content03 .text-content p.sub-title {
  padding-top: 1em;
  position: relative;
  font-size: 1.8rem;
  text-align: right;
}




.visual-content.visual-content03 .text-content p.sub-title::before {
  content: '';
  display: inline-block;
  width: 332px;
  height: 4px;
  background-color: #419de8;
  position: absolute;
  right: 0;
  top: 0;
}
/* e::slide03 */




.visual-content.visual-content04 {
  background: url('/default/img/swiper_bg04.jpg') no-repeat top / cover;
}
/*e:: section01 */




/* s::section02 */
.section02 {
  /* padding: 150px 0; */
}




.section02 .counter-wrap {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10vh;
}




.section02 .counter-wrap .circle-content {
}




.counter-wrap .circle-content .circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid #419de8;
  position: relative;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
}




.counter-wrap .circle-content .circle:hover {
  background-color: #419de8;
}




.counter-wrap .circle-content .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-weight: 800;
  color: #419de8;
  font-family: 'NanumSquare', san-serif;
}




.counter-wrap .circle-content .circle:hover .count {
  color: #fff;
  font-size: 7rem;
}
.counter-wrap .circle-content .circle-tit:before {
  width: 0px;
  height: 3px;
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #419de8;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}




.counter-wrap .circle-content:hover .circle-tit:before {
  width: 80%;
  right: 0;
}




.counter-wrap .circle-tit {
  font-size: 2.2rem;
  font-weight: 500;
  /* background-color: yellow; */
  padding-bottom: 0.5em;
  text-align: center;
  padding-top: 1em;
  word-break: keep-all;
  position: relative;
  color: #419de8;
}




/* e::section02 */




/* s::section03 */
.section03 {
  background-color: #f2f2f2;
  padding: 80px 0;
}




.section03 .title-container {
  text-align: center;
}




.section03 .title-container .title-01 {
  font-size: 4rem;
}




.section03 .title-container .title-02 {
  font-size: 5rem;
  font-weight: 500;
}




.section03 .chart-content {
  /* background-color: yellow; */
  width: 100%;
  min-height: 500px;
  margin-top: 10vh;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.section03 .main-chart-wrap {
  width: 480px;
  height: 480px;
  margin: 0 auto;
}




.section03 .main-chart-wrap img {
  object-fit: contain;
  width: 100%;
  height: auto;
}




/* 
.section03 .chart-content .chart-wrap {
  width: 470px;
  height: 470px;
}
















































.section03 .chart-content .chart-wrap #mainChart {
  width: 100%;
  height: 100%;
}
.section03 .chart-content .chart-box {
  width: 40%;
  background-color: salmon;
} */




.section03 .chart-content .acodian-box {
  width: 60%;
  /* background-color: skyblue; */
  padding-top: 7vh;
}
.icondian-wrap li {
  margin-bottom: 3vh;
  height: 57px;
}
.icondian-wrap .title {
  font-size: 1.6rem;
  font-weight: 400;
  /* padding-bottom: 0.5em; */
  padding: 0 0 0.7em 0.4em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #419de8;
  position: relative;
  transition: all 0.3s;
  height: 57px;
  letter-spacing: -0.2px
}
.icondian-wrap .title:hover,
.icondian-wrap .title.on {
  font-weight: bold;
  font-size: 2.4rem;
}




.icondian-wrap .red-point {
  font-size: 2.5rem;
  padding-right: 1em;
  font-weight: bold;
  color: #419de8;
}




.icondian-wrap .title + p {
  padding: 0.5em 0em 2em 0.4em;
  display: none;
  font-size: 2rem;
  color: #666;
}




/* .icondian-wrap .title::after {
  content: '';
  background: url('/default/img/SVG/up-btn-red.svg') no-repeat center / 45% 45%;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
} */




.icondian-wrap .title.on::after {
  content: '';
  transform: rotate(0deg);
}
/* e::section03 */




/* s::section04 */
.section04 {
  padding-top: 100px;
  height: initial;
}
.section04 .title-container .title {
  padding-bottom: 0em;
  color: #419de8;
}




.section04 .title-container .sub-content {
  padding-top: 1em;
}




.main-prod-banner {
  /* background-color: yellow; */
  min-height: 670px;
  margin-top: 10vh;
  overflow: hidden;
  flex-wrap: wrap;
  padding-bottom: 5vh !important;
}




.banner-box > img {
  width: 100%;
}




.main-prod-banner .banner-content {
  width: 50%;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* min-height: 618.47px; */
  /* overflow: hidden; */
}




.main-prod-banner .banner-content img {
  transition: all 0.3s;
  height: 100%;
}




.banner-content .btn-content {
  /* background-color: salmon; */
  width: 60%;
  margin: 0 auto;
  position: absolute;
  bottom: 5vh;
  left: 40%;
  transform: translateX(-50%);
  cursor: pointer;
}




.banner-content .btn-content .logo-container {
  width: 274px;
  height: 79px;
  margin-bottom: 2vh;
}




.banner-content .btn-content .logo-container.nav-bnr-logo {
  width: initial;
  /* height: 110px; */
  height: 140px;
}




.banner-content .btn-content .banner-txt {
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.5px;
  margin-bottom: 1em;
}




.banner-content .btn-content .manual-down-btn {
  border: 1px solid #fff;
  width: 225px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s;
  border-radius: 25px;
}
.banner-content .btn-content .manual-down-btn.eng_modify {
    width: 256px;
}






.swiper-horizontal > .swiper-pagination-bullets.main-prod-pag-btn,
.swiper-pagination-bullets.swiper-pagination-horizontal.main-prod-pag-btn {
  bottom: 0;
}




/* .main-prod-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.main-prod-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {








































} */




.main-prod-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  margin-right: 1em !important;
}




.main-prod-swiper .swiper-pagination-bullet-active {
  background-color: #b3b3b3;
  width: 50px;
  border-radius: 25px;
}
.banner-content .btn-content .manual-down-btn a {
  display: inline-block;
  width: 100%;
  padding-left: 1.5em;
  /* text-align: center; */
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s;
  background: url('http://bmlkorea.cafe24.com/base_1/img/SVG/download-btn.svg') no-repeat 90% center / 20px 20px;
}
.banner-content .btn-content .manual-down-btn:hover {
}
.banner-content .btn-content .manual-down-btn:hover {
  background-color: #419de8;
  border: 1px solid #419de8;
}
.banner-content .btn-content {
  /* background-color: salmon; */
}
.banner-content .btn-content .hover-content {
  opacity: 1;
  transition: all 0.3s;
  /* background-color: black; */
  position: relative;
}




.banner-content .btn-content .hover-content p {
  opacity: 0;
  height: 0;
  transition: all 0.3s;
}




.banner-content:hover .btn-content .hover-content p {
  opacity: 1;
  height: 60px;
}




/* .banner-content .banner-box img {
  transform: scale(0.8);
} */
.banner-content:hover .banner-box img {
  transform: scale(1.1);
}
/* e::section04 */




/* s::section05 */
.section05 {
  padding: 0 0 50px;
  overflow: visible;
  height: initial;
}
.section05 .title-container {
  position: relative;
}




.section05 .title-container p {
  font-size: 5rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}




.section05 .title-container .btn-box {
  /* background-color: skyblue; */
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}




.section05 .title-container .btn-box a {
  display: inline-block;
  /* padding: 0.3em 1.2em; */
  font-size: 2rem;
  font-weight: 400;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #808080;
  transition: all 0.3s;
}
.section05 .bnr-swiper-container {
  padding-bottom: 5vh;
}
.section05 .title-container .btn-box a:hover {
  background-color: #808080;
  color: #fff;
}




.prod-banner-swiper {
  min-height: 768px;
  height: 800px !important;
  margin-top: 5vh;
  display: flex;
}




.prod-banner-swiper > div {
  width: calc(100% / 4);
  /* background-color: salmon; */
  height: 100%;
  height: 768px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}




.prod-banner-swiper .text-box-content {
  position: absolute;
  width: 100%;
  bottom: 80px;
  padding-left: 2em;
  z-index: 2;
  /* background-color: skyblue; */
}




.prod-banner-swiper .text-box-content .bnr-title {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1em;
  transition: all 0.3s;
  position: absolute;
  min-height: 100px;
  bottom: 100%;
}




.prod-banner-swiper .text-box-content .bnr-txt {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2em;
  position: absolute;
  bottom: -100%;
  /* bottom: 0; */
  opacity: 0;
  transition: all 0.3s;
}




.prod-banner-swiper .text-box-content .more-btn a {
  display: inline-block;
  width: 110px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  color: #666;
  font-size: 1.5rem;
  text-align: center;
}




/* hover-effect */
.prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
  /* height: 100%; */
  opacity: 1;
  bottom: 20px;
}




.prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
  bottom: 120px;
}




.prod-banner-swiper .prod-banner-wrap:hover:after {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}




.bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.bnr-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2vh;
}




.bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.bnr-swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  opacity: 1;
  margin-right: 0.8em;
  /* background-color: skyblue; */
}




.bnr-swiper-container .swiper-pagination-bullet-active {
  border: 1px solid #b3b3b3 !important;
  width: 50px !important;
  border-radius: 20px !important;
  background-color: #b3b3b3 !important;
}
/* e::section05 */




/* s::section06 */
.section06 {
  padding: 0 0 50px;
  height: initial;
}
.section06 .title-container,
.section07 .title-container {
  font-size: 6rem;
  text-align: center;
  color: #333;
  margin-bottom: 65px;
}




.section06 .title-container p,
.section07 .title-container p {
  padding: 1em 0 0.5em;
  font-weight: bold;
  position: relative;
}




.section06 .title-container p:after,
.section07 .title-container p:after {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: #419de8;
  width: 105px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}




.partner-banner-container {
  width: 80%;
  max-width: 1510px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}




.partner-banner-container .swiper-slide {
  width: calc(100% / 5);
}
/* e::section06 */




/* s::section07 */
.section07 {
  padding: 0 0 5px;
  height: initial;
}




.section07 .content-box {
  background-color: #f2f2f2;
  height: 590px;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}




.section07 .content-box > div {
  width: 50%;
  overflow: hidden;
}




.section07 .map-container iframe {
  width: 100%;
  height: 100%;
}




.section07 .content-box > div.right-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* e::section07 */




/* s:: ¹ø¿ªº» ÄÚµå */
.translated-ltr .title-container .sub-content br {
  display: none;
}
.translated-ltr .chart-box {
  width: 400px;
  height: 400px;
}




.translated-ltr .chart-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}




.translated-ltr .section03 .chart-content .acodian-box {
  width: 60%;
}




.translated-ltr .banner-content .btn-content .manual-down-btn {
  width: 260px;
}
/* e:: ¹ø¿ª¹ø ÄÚµå */




/* wide¸ð´ÏÅ× ¹èÀ² */
@media (min-width: 2200px) {
  .section {
    height: initial;
  }
  .prod-banner-swiper > div {
    height: initial;
    overflow: hidden;
  }




  .prod-banner-wrap img {
    width: 100%;
  }
  .section03 {
    height: initial;
  }
  .bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .bnr-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }




  .main-prod-banner {
    padding-bottom: 5vh !important;
  }




  .main-prod-banner .banner-content,
  .main-prod-banner .banner-box {
    max-height: 670px;
    overflow: hidden;
  }




  .main-prod-banner .banner-box img {
    width: 100%;
  }
}




/* s:: ³ëÆ®ºÏ ¹èÀ² */
@media (max-width: 1560px) {
  .section {
    height: initial;
  }
  .visual-content .text-content p.title {
    font-size: 5rem;
  }
  .counter-wrap .circle-content .circle {
    width: 100%;
    height: 100%;
  }




  .counter-wrap .circle-content .count {
    font-size: 5.5rem;
  }
  .counter-wrap .circle-content .circle:hover .count {
    font-size: 6rem;
  }




  #mainChart {
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }




  .main-prod-banner {
    min-height: 530px;
  }




  .prod-banner-swiper > div {
    /* height: 576px; */
    height: 500px;
  }




  .prod-banner-swiper > div img {
    /* width: 100%; */
    object-fit: contain;
  }




  .bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .bnr-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
  .prod-banner-swiper {
    /* height: 650px !important;
    min-height: 600px; */
    height: 500px !important;
    min-height: initial;
  }




  .prod-banner-swiper .text-box-content {
    bottom: 50px;
  }
  .prod-banner-swiper .text-box-content .bnr-title {
    font-size: 2.4rem;
  }
  .counter-container .circle-content {
    width: 220px;
    height: 220px;
  }




  .section03 {
    height: 110vh;
  }
  .section06 {
    padding: 50px 0;
  }




  .chart-box {
    width: 400px;
    height: 400px;
    text-align: center;
  }




  .chart-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }




  .section03 .chart-content {
    margin-top: 3vh;
  }




  .banner-content .btn-content .hover-content p {
    font-size: 1.6rem;
  }
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title,
  .prod-banner-swiper .prod-banner-wrap .bnr-title {
    font-size: 2.8rem;
    padding-right: 0.5em;
  }
  .prod-banner-swiper .prod-banner-wrap .bnr-txt,
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
    font-size: 1.4rem;
    word-break: keep-all;
    width: 80%;
  }




  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
    bottom: 30px;
  }
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt br,
  .prod-banner-swiper .prod-banner-wrap .bnr-txt br {
    display: none;
  }




  .section06 .title-container,
  .section07 .title-container {
    font-size: 4rem;
  }
}
/* e:: ³ëÆ®ºÏ ¹èÀ² */




/* s:: È­¸é Àý¹Ý ¹èÀ² */
@media (max-width: 1280px) {
  .title-container .title {
    font-size: 4rem;
  }




  .title-container .sub-content {
    font-size: 1.7rem;
  }




  .counter-container .circle-content {
    width: 185px;
    height: 185px;
  }
  .section02 .counter-wrap {
    margin: 10vh auto;
  }
  .section03 .chart-content {
    min-width: 1000px;
  }
  .main-prod-banner {
    min-width: 1200px;
  }
  .banner-content .btn-content .logo-container {
    width: 200px;
    height: initial;
  }
  .banner-content .btn-content .hover-content {
    width: 100%;
  }




  .banner-content:hover .btn-content .hover-content p {
    height: 80px;
  }




  .section06 .title-container,
  .section07 .title-container {
    font-size: 4rem;
  }




  .section07 .content-box {
    height: initial;
  }




  .section .map-container {
    height: 400px;
  }
  .section07 .content-box > div {
    width: 100%;
  }
}
/* e:: È­¸é Àý¹Ý ¹èÀ² */




/* ¹Ì´ÏÇÇ¾¾ */
@media (max-width: 1279px) {
  .inner {
    min-width: 750px;
    width: 90%;
  }
  .visual-content .text-content p.title {
    font-size: 3.6rem;
  }




  .visual-content.visual-content01 .logo-container {
    max-width: 300px;
    margin: 0 auto 5vh;
  }
  .title-container .title {
    font-size: 3.6rem;
  }




  .title-container .sub-content {
    font-size: 1.7rem;
    width: 90%;
    margin: 0 auto;
  }




  .title-container .sub-content br {
    display: none;
  }
  .counter-container .circle-content {
    width: 150px;
    height: 150px;
  }




  .counter-wrap .circle-content .count {
    font-size: 4rem;
  }




  .counter-wrap .circle-content:hover .count {
    font-size: 4.6rem;
  }




  .counter-wrap .circle-tit {
    font-size: 2rem;
  }




  .section03 .title-container .title-01 {
    font-size: 3.2rem;
  }




  .section03 .title-container .title-02 {
    font-size: 4rem;
  }




  .section03 .chart-content {
    min-width: initial;
  }




  .chart-box {
    width: 300px;
    height: 300px;
  }
  .acodian-box {
    min-width: 60%;
  }




  .icondian-wrap .title:hover,
  .icondian-wrap .title.on,
  .icondian-wrap .title {
    font-size: 1.8rem;
  }
  .main-prod-banner {
    min-width: initial;
    min-height: initial;
  }
  .main-prod-banner .banner-content {
    max-height: 332.8px;
  }




  .main-prod-banner .banner-content img {
    height: 100%;
    object-fit: cover;
  }
  .section05 .title-container p {
    font-size: 3.6rem;
  }
  .banner-content .btn-content .manual-down-btn a {
    font-size: 1.6rem;
    background-size: 15px 15px;
  }




  .banner-content .btn-content .manual-down-btn {
    width: 180px;
    line-height: 40px;
    height: 40px;
  }




  .prod-banner-swiper > div {
    height: 410px;
  }
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title,
  .prod-banner-swiper .prod-banner-wrap .bnr-title {
    font-size: 2rem;
  }
  .prod-banner-swiper > div img {
    width: 100%;
    object-fit: cover;
  }
  .prod-banner-swiper {
    height: initial !important;
    padding-bottom: 5vh;
  }
}




/* s:: ´õ¹Ì´Ï */
@media (max-width: 1024px) {
  .inner {
    width: 85%;
    min-width: initial;
  }




  .translated-ltr .chart-box {
    width: 300px;
    height: 300px;
  }




  .translated-ltr .acodian-box {
    min-width: 62%;
  }




  .translated-ltr .banner-content .btn-content .manual-down-btn {
    width: 120px;
  }




  .main-prod-banner {
    padding-bottom: 7vh !important;
  }




  .translated-ltr .icondian-wrap .title:hover,
  .translated-ltr .icondian-wrap .title.on,
  .translated-ltr .icondian-wrap .title {
    font-size: 1.4rem;
  }
}




/* ÅÂºí¸´ ´ëÇü */
@media (max-width: 820px) {
  .visual-swiper-container {
    height: 60vh;
  }




  .section {
    padding: 80px 0;
  }




  .section03 .chart-content {
    flex-direction: column;
  }




  .section03 .chart-content .acodian-box {
    width: 80%;
  }




  .section03 {
    height: initial;
  }
  .translated-ltr .section03 .chart-content .acodian-box {
    width: 90%;
  }
}




/* ÅÂºí¸´ ¼ÒÇü*/
@media (max-width: 768px) {
  .title-container .title {
    font-size: 2.8rem;
  }
  .inner {
    width: 85%;
    min-width: initial;
  }




  .visual-swiper-container {
    height: 55vh;
  }




  .section {
    padding: 50px 0;
  }




  .section03 .title-container .title-01 {
    font-size: 2.4rem;
  }




  .section03 .title-container .title-02 {
    font-size: 3rem;
  }
}




/* s::¸ð¹ÙÀÏ */




@media (max-width: 650px) {
  /* s::°øÅë */
  .section {
    height: auto;
    padding: 5vh 0;
  }




  .inner {
    width: 90%;
    min-width: initial;
  }




  .title-container .title {
    font-size: 2.4rem;
  }




  .title-container .sub-content {
    font-size: 1.4rem;
    word-break: keep-all;
    line-height: 1.6;
    width: 100%;
    padding: 0.5em;
  }




  .title-container .sub-content br {
    display: none;
  }
  /* e::°øÅë */
  /* s::section01 */
  .visual-content.visual-content01 .logo-container {
    max-height: 65px;
  }
  .section01 {
    padding: 0;
  }
  .visual-content .text-content {
    top: 50%;
  }
  .visual-swiper-container .swiper {
    height: 60vh;
  }
  .visual-content .text-content p.title {
    font-size: 2rem;
  }




  .visual-content.visual-content01 .logo-container {
    max-width: 200px;
    margin: 0 auto 10px;
  }




  .visual-content.visual-content01 .sub-txt,
  .visual-content .text-content p.sub-title,
  .visual-content.visual-content03 .text-content p.sub-title {
    font-size: 1.4rem;
  }




  .visual-content.visual-content01 .sub-txt::before,
  .visual-content.visual-content02 .sub-title::before,
  .visual-content.visual-content03 .text-content p.sub-title::before,
  .visual-content.visual-content04 .sub-title::before {
    width: 50%;
  }




  .visual-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .visual-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    height: auto;
    width: auto;
    top: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }




  .visual-swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    display: inline-block;
  }




  .visual-content .text-content {
    top: 56%;
  }




  .visual-content.swiper-slide-active .text-content {
    top: 50%;
  }
  /* e::section01 */




  /* s::section02 */
  .section02 .counter-wrap {
    justify-content: space-between;
  }




  .counter-container .circle-content {
    height: auto;
    width: 49%;
    padding-bottom: 5vh;
    margin: 0 auto;
    text-align: center;
  }




  .counter-container .circle-content .circle {
    width: 120px;
    height: 120px;
  }




  .counter-wrap .circle-content .count {
    font-size: 3rem;
  }




  .counter-wrap .circle-content .circle:hover .count {
    font-size: 3.6rem;
  }




  .counter-wrap .circle-tit {
    font-size: 1.6rem;
  }




  .counter-container .circle-content:nth-child(n + 3) {
    padding-bottom: 0;
  }




  /* e::section02 */




  /* s::section03 */
  .section03 .title-container .title-01,
  .section03 .title-container .title-02 {
    font-size: 1.7rem;
    word-break: keep-all;
  }




  .section03 .chart-content {
    margin: 0 auto;
    min-width: initial;
  }




  .chart-box {
    width: 100%;
    height: auto;
    max-width: 250px;
    max-height: 250px;
    margin: 10px auto;
  }




  .section03 .main-chart-wrap {
    width: 80%;
    height: initial;
    margin-top: 5vh;
  }




  .section03 .chart-content .acodian-box {
    width: 100%;
    margin: 0 auto;
  }




  .icondian-wrap .title {
    font-size: 1.3rem;
    height: 45px;
    line-height: 45px;
    letter-spacing: -1px;
  }




  .icondian-wrap li {
    margin-bottom: 0;
  }




  .icondian-wrap .red-point {
    font-size: 1.5rem;
  }




  .icondian-wrap .title:hover,
  .icondian-wrap .title.on {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }
  /* e::section03 */




  /* s::section04 */
  .main-prod-banner {
    min-width: initial;
    padding-bottom: 5vh !important;
  }
  .main-prod-banner .banner-content {
    width: 100%;
  }




  .banner-content .btn-content {
    height: auto;
    width: 90%;
    left: 5vw;
    transform: initial;
  }




  .banner-box {
    width: 100%;
    height: 100%;
  }
  .main-prod-banner .banner-content {
    max-height: 260px;
  }
  .banner-content .btn-content .logo-container {
    width: 50%;
    height: auto;
    max-height: 50px;
  }




  .banner-content .btn-content .manual-down-btn {
    width: 50%;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    position: relative;
  }




  .banner-content:hover .btn-content .hover-content p {
    height: 60px;
  }




  .banner-content .btn-content .manual-down-btn a {
    font-size: 1.4rem;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 15px 15px;
  }




  .banner-content .btn-content .hover-content p {
    font-size: 1.4rem;
  }




  .section04 .title-container .title {
    padding: 0 0.2em;
  }
  /* e::section04 */




  /* s::section05 */
  .section05 .title-container {
    height: auto;
  }
  .section05 .title-container p {
    font-size: 2.4rem;
  }
  .main-prod-banner {
    margin-top: 5vh;
  }
  .section05 .title-container .btn-box {
    top: initial;
    bottom: 0;
    transform: initial;
  }




  .section05 .title-container .btn-box a {
    font-size: 1.4rem;
    width: 80px;
    height: 35px;
    line-height: 35px;
  }




  .prod-banner-swiper {
    height: auto !important;
    min-height: auto;
    /* height: 50vh; */
  }
  .section05 .bnr-swiper-container {
    padding-bottom: 0;
  }
  .prod-banner-swiper > div {
    /* height: 100%; */
    height: 40vh;
    overflow: hidden;
  }
  .prod-banner-swiper > div img {
    height: 100%;
  }
  .prod-banner-swiper .text-box-content {
    bottom: 10px;
    padding-left: 0.5em;
  }




  .prod-banner-swiper .text-box-content .bnr-title,
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
    font-size: 1.6rem;
    padding-right: 0.5em;
  }




  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
    margin-bottom: 0;
  }




  .prod-banner-swiper .text-box-content .bnr-title {
    bottom: 0;
  }




  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
    font-size: 1.2rem;
    word-break: keep-all;
    padding-right: 1em;
  }




  /* .prod-banner-swiper .text-box-content .bnr-txt br {
    display: none;
  } */




  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
    bottom: 120px;
  }
  .prod-banner-swiper .text-box-content .more-btn a {
    font-size: 1.2rem;
    width: 70px;
    height: 25px;
    line-height: 25px;
  }




  .prod-banner-swiper .prod-banner-wrap .bnr-txt,
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
    width: 90%;
  }




  .prod-banner-swiper .prod-banner-wrap .bnr-txt br,
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt br {
    display: none;
  }




  .bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .bnr-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }




  .bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .bnr-swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 0.5em;
  }




  .bnr-swiper-container .swiper-pagination-bullet-active {
    border: 1px solid #b3b3b3 !important;
    width: 30px !important;
    border-radius: 30px !important;
    background-color: #b3b3b3 !important;
  }
  /* e::section05 */




  /* s::section06 */
  .section06 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section06 .title-container,
  .section07 .title-container {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
  /* e::section06 */




  /* s::section07 */
  .partner-banner-container .swiper-slide img {
    width: 100%;
  }
  /* e::section07 */




  /* s::section08 */
  .section07 .content-box {
    height: auto;
  }
  .section07 .content-box > div {
    width: 100%;
    min-height: 50vh;
  }
  /* e::section08 */




  .main-prod-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 0.5em !important;
  }
  .main-prod-swiper .swiper-pagination-bullet-active {
    width: 35px;
  }




  .counter-wrap .circle-content:hover .count {
    font-size: 3.6rem;
  }




  .banner-content .btn-content .logo-container.nav-bnr-logo {
    height: 80px;
    margin-bottom: 0;
    max-height: initial;
  }
}




/* ¿ÏÀü ¼ÒÇüÆù */




@media (max-width: 375px) {
  .prod-banner-swiper > div {
    height: 50vh;
  }
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
    bottom: 130px;
  }
}
@charset "utf-8";
#wrap {
  width: 100%;
}




.inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1300px;
}
.section {
  /* width: 100vw; */
  width: 100%;
  height: 100vh;
  padding: 150px 0;
}




.title-container {
  /* width: 90%; */
  margin: 0 auto;
}
.title-container .title {
  font-size: 4.9rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1em;
}




.title-container .sub-content {
  font-size: 2rem;
  text-align: center;
  color: #666;
  font-weight: 400;
  text-align: center;
}




/* section01 */




.visual-swiper-container {
  position: relative;
  max-height: 100vh;
  padding: 0;
}
.visual-swiper-container .swiper {
  width: 100%;
  height: 100%;
}




.visual-swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #232323;
  /* Center slide text vertically */
  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;
  color: #fff;
  font-size: 6rem;
}




.visual-swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.visual-swiper-container .swiper-pagination-vertical.swiper-pagination-bullets,
.visual-swiper-container .swiper-vertical > .swiper-pagination-bullets {
  left: 2vw;
  right: initial;
}




.visual-swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 5px;
  height: 30px;
  display: block;
  /* margin-bottom: 2vh; */
  border-radius: 0;
  transition: all 0.3s;
}




.visual-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.visual-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  height: 120px;
  top: 50%;
  transform: translateY(-50%);
  bottom: 10px;
  left: 30px;
  width: 35px;
}




.visual-swiper-container .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.visual-swiper-container .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}




.visual-swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 10px;
}




.visual-content {
  position: relative;
}




.visual-content .text-content {
  width: 80%;
  position: absolute;
  top: 55%;
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.5s;
  transform: translateY(-50%);
}




/* 1111 ºñÁÖ¾ó Ãß°¡ */
.visual-content.swiper-slide-active .text-content {
  opacity: 1;
  top: 45%;
  /* left: 0; */
}




.visual-content04.swiper-slide-active .text-content {
  top: 43%;
}




.visual-content .text-content p.title {
  font-size: 6rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  /* top: 100px;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.3s; */
}




.visual-content .text-content p.sub-title {
  text-align: left;
  font-size: 1.8rem;
  /* top: 100px;
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.3s; */
}




/* s:: slide01 */
.visual-content.visual-content01 {
  background: url('/default/img/swiper_bg01.jpg') no-repeat top / cover;
}




.visual-content.visual-content01 .logo-container {
  /* background-color: yellow; */
  max-width: 500px;
  margin: 0 auto 50px;
  position: relative;
}




.visual-content.visual-content01 .logo-container img {
  object-fit: contain;
}




.visual-content.visual-content01 .sub-txt {
  font-size: 1.8rem;
  padding-top: 1.5em;
  /* background-color: salmon; */
  position: relative;
}




.visual-content.visual-content01 .sub-txt::before {
  content: '';
  display: inline-block;
  width: 332px;
  height: 4px;
  background-color: #419de8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
/* e::slide01 */




/* s::slide02 */
.visual-content.visual-content02 {
  background: url('/default/img/swiper_bg02.jpg') no-repeat top / cover;
}




.visual-content.visual-content02 .title,
.visual-content.visual-content04 .title {
  padding-bottom: 0.5em;
}




.visual-content.visual-content02 .sub-title,
.visual-content.visual-content04 .sub-title {
  padding-top: 1em;
  position: relative;
}




.visual-content.visual-content02 .sub-title::before,
.visual-content.visual-content04 .sub-title::before {
  position: absolute;
  width: 332px;
  height: 4px;
  background-color: #419de8;
  content: '';
  top: 0;
  left: 0;
}
/* e::slide02 */




/* s::slide03 */
.visual-content.visual-content03 {
  background: url('/default/img/swiper_bg03.jpg') no-repeat top / cover;
}




.visual-content.visual-content03 .text-content {
  /* background-color: yellow; */
}




.visual-content.visual-content03 .text-content p.title {
  text-align: right;
  padding-bottom: 0.5em;
}




.visual-content.visual-content03 .text-content p.sub-title {
  padding-top: 1em;
  position: relative;
  font-size: 1.8rem;
  text-align: right;
}




.visual-content.visual-content03 .text-content p.sub-title::before {
  content: '';
  display: inline-block;
  width: 332px;
  height: 4px;
  background-color: #419de8;
  position: absolute;
  right: 0;
  top: 0;
}
/* e::slide03 */




.visual-content.visual-content04 {
  background: url('/default/img/swiper_bg04.jpg') no-repeat top / cover;
}
/*e:: section01 */




/* s::section02 */
.section02 {
  /* padding: 150px 0; */
}




.section02 .counter-wrap {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10vh;
}




.section02 .counter-wrap .circle-content {
}




.counter-wrap .circle-content .circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 2px solid #419de8;
  position: relative;
  transition: all 0.3s;
  left: 50%;
  transform: translateX(-50%);
}




.counter-wrap .circle-content .circle:hover {
  background-color: #419de8;
}




.counter-wrap .circle-content .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  font-weight: 800;
  color: #419de8;
  font-family: 'NanumSquare', san-serif;
}




.counter-wrap .circle-content .circle:hover .count {
  color: #fff;
  font-size: 7rem;
}
.counter-wrap .circle-content .circle-tit:before {
  width: 0px;
  height: 3px;
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #419de8;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}




.counter-wrap .circle-content:hover .circle-tit:before {
  width: 80%;
  right: 0;
}




.counter-wrap .circle-tit {
  font-size: 2.2rem;
  font-weight: 500;
  /* background-color: yellow; */
  padding-bottom: 0.5em;
  text-align: center;
  padding-top: 1em;
  word-break: keep-all;
  position: relative;
  color: #419de8;
}




/* e::section02 */




/* s::section03 */
.section03 {
  background-color: #f2f2f2;
  padding: 80px 0;
}




.section03 .title-container {
  text-align: center;
}




.section03 .title-container .title-01 {
  font-size: 4rem;
}




.section03 .title-container .title-02 {
  font-size: 5rem;
  font-weight: 500;
}




.section03 .chart-content {
  /* background-color: yellow; */
  width: 100%;
  min-height: 500px;
  margin-top: 10vh;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.section03 .main-chart-wrap {
  width: 480px;
  height: 480px;
  margin: 0 auto;
}




.section03 .main-chart-wrap img {
  object-fit: contain;
  width: 100%;
  height: auto;
}




/* 
.section03 .chart-content .chart-wrap {
  width: 470px;
  height: 470px;
}
















































.section03 .chart-content .chart-wrap #mainChart {
  width: 100%;
  height: 100%;
}
.section03 .chart-content .chart-box {
  width: 40%;
  background-color: salmon;
} */




.icondian-wrap li {
  margin-bottom: 3vh;
  height: 57px;
}
.icondian-wrap .title {
  font-size: 1.6rem;
  font-weight: 400;
  /* padding-bottom: 0.5em; */
  padding: 0 0 0.7em 0.4em;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #419de8;
  position: relative;
  transition: all 0.3s;
  height: 57px;
  letter-spacing: -0.2px;
}
.icondian-wrap .title:hover,
.icondian-wrap .title.on {
  font-weight: bold;
  font-size: 2.4rem;
}




.icondian-wrap .red-point {
  font-size: 2.5rem;
  padding-right: 1em;
  font-weight: bold;
  color: #419de8;
}




.icondian-wrap .title + p {
  padding: 0.5em 0em 2em 0.4em;
  display: none;
  font-size: 2rem;
  color: #666;
}




/* .icondian-wrap .title::after {
  content: '';
  background: url('/default/img/SVG/up-btn-red.svg') no-repeat center / 45% 45%;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 0;
} */




.icondian-wrap .title.on::after {
  content: '';
  transform: rotate(0deg);
}
/* e::section03 */




/* s::section04 */
.section04 {
  padding-top: 100px;
  height: initial;
}
.section04 .title-container .title {
  padding-bottom: 0em;
  color: #419de8;
}




.section04 .title-container .sub-content {
  padding-top: 1em;
}




.main-prod-banner {
  /* background-color: yellow; */
  min-height: 670px;
  margin-top: 10vh;
  overflow: hidden;
  flex-wrap: wrap;
  padding-bottom: 5vh !important;
}




.banner-box > img {
  width: 100%;
}




.main-prod-banner .banner-content {
  width: 50%;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* min-height: 618.47px; */
  /* overflow: hidden; */
}




.main-prod-banner .banner-content img {
  transition: all 0.3s;
  height: 100%;
}




.banner-content .btn-content {
  /* background-color: salmon; */
  width: 60%;
  margin: 0 auto;
  position: absolute;
  bottom: 5vh;
  left: 40%;
  transform: translateX(-50%);
  cursor: pointer;
}




.banner-content .btn-content .logo-container {
  width: 274px;
  height: 79px;
  margin-bottom: 2vh;
}




.banner-content .btn-content .logo-container.nav-bnr-logo {
  width: initial;
  /* height: 110px; */
  height: 140px;
}




.banner-content .btn-content .banner-txt {
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.5px;
  margin-bottom: 1em;
}




.banner-content .btn-content .manual-down-btn {
  border: 1px solid #fff;
  width: 225px;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s;
  border-radius: 25px;
}
.swiper-horizontal > .swiper-pagination-bullets.main-prod-pag-btn,
.swiper-pagination-bullets.swiper-pagination-horizontal.main-prod-pag-btn {
  bottom: 0;
}




/* .main-prod-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.main-prod-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {




} */




.main-prod-swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  margin-right: 1em !important;
}




.main-prod-swiper .swiper-pagination-bullet-active {
  background-color: #b3b3b3;
  width: 50px;
  border-radius: 25px;
}
.banner-content .btn-content .manual-down-btn a {
  display: inline-block;
  width: 100%;
  padding-left: 1.5em;
  /* text-align: center; */
  font-size: 2rem;
  color: #fff;
  transition: all 0.3s;
  background: url('https://sh-ips.com/default/img/SVG/download-btn.svg') no-repeat 90% center / 20px 20px;
}
.banner-content .btn-content .manual-down-btn:hover {
}
.banner-content .btn-content .manual-down-btn:hover {
  background-color: #419de8;
  border: 1px solid #419de8;
}
.banner-content .btn-content {
  /* background-color: salmon; */
}
.banner-content .btn-content .hover-content {
  opacity: 1;
  transition: all 0.3s;
  /* background-color: black; */
  position: relative;
}




.banner-content .btn-content .hover-content p {
  opacity: 0;
  height: 0;
  transition: all 0.3s;
}




.banner-content:hover .btn-content .hover-content p {
  opacity: 1;
  height: 60px;
}




/* .banner-content .banner-box img {
  transform: scale(0.8);
} */
.banner-content:hover .banner-box img {
  transform: scale(1.1);
}
/* e::section04 */




/* s::section05 */
.section05 {
  padding: 0 0 50px;
  overflow: visible;
  height: initial;
}
.section05 .title-container {
  position: relative;
}




.section05 .title-container p {
  font-size: 5rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}




.section05 .title-container .btn-box {
  /* background-color: skyblue; */
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}




.section05 .title-container .btn-box a {
  display: inline-block;
  /* padding: 0.3em 1.2em; */
  font-size: 2rem;
  font-weight: 400;
  width: 130px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #808080;
  transition: all 0.3s;
}
.section05 .bnr-swiper-container {
  padding-bottom: 5vh;
}
.section05 .title-container .btn-box a:hover {
  background-color: #808080;
  color: #fff;
}




.prod-banner-swiper {
  min-height: 768px;
  height: 800px !important;
  margin-top: 5vh;
  display: flex;
}




.prod-banner-swiper > div {
  width: calc(100% / 4);
  /* background-color: salmon; */
  height: 100%;
  height: 768px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}




.prod-banner-swiper .text-box-content {
  position: absolute;
  width: 100%;
  bottom: 80px;
  padding-left: 2em;
  z-index: 2;
  /* background-color: skyblue; */
}




.prod-banner-swiper .text-box-content .bnr-title {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1em;
  transition: all 0.3s;
  position: absolute;
  min-height: 100px;
  bottom: 100%;
}




.prod-banner-swiper .text-box-content .bnr-txt {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 2em;
  position: absolute;
  bottom: -100%;
  /* bottom: 0; */
  opacity: 0;
  transition: all 0.3s;
}




.prod-banner-swiper .text-box-content .more-btn a {
  display: inline-block;
  width: 110px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  color: #666;
  font-size: 1.5rem;
  text-align: center;
}




/* hover-effect */
.prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
  /* height: 100%; */
  opacity: 1;
  bottom: 20px;
}




.prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
  bottom: 120px;
}




.prod-banner-swiper .prod-banner-wrap:hover:after {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}




.bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.bnr-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 2vh;
}




.bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.bnr-swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  opacity: 1;
  margin-right: 0.8em;
  /* background-color: skyblue; */
}




.bnr-swiper-container .swiper-pagination-bullet-active {
  border: 1px solid #b3b3b3 !important;
  width: 50px !important;
  border-radius: 20px !important;
  background-color: #b3b3b3 !important;
}
/* e::section05 */




/* s::section06 */
.section06 {
  padding: 0 0 50px;
  height: initial;
}
.section06 .title-container,
.section07 .title-container {
  font-size: 6rem;
  text-align: center;
  color: #333;
  margin-bottom: 65px;
}




.section06 .title-container p,
.section07 .title-container p {
  padding: 1em 0 0.5em;
  font-weight: bold;
  position: relative;
}




.section06 .title-container p:after,
.section07 .title-container p:after {
  position: absolute;
  display: inline-block;
  content: '';
  background-color: #419de8;
  width: 105px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}




.partner-banner-container {
  width: 80%;
  max-width: 1510px;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
}




.partner-banner-container .swiper-slide {
  width: calc(100% / 5);
}
/* e::section06 */




/* s::section07 */
.section07 {
  padding: 0 0 5px;
  height: initial;
}




.section07 .content-box {
  background-color: #f2f2f2;
  height: 590px;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}




.section07 .content-box > div {
  width: 50%;
  overflow: hidden;
}




.section07 .map-container iframe {
  width: 100%;
  height: 100%;
}




.section07 .content-box > div.right-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* e::section07 */




/* s:: ¹ø¿ªº» ÄÚµå */
.translated-ltr .title-container .sub-content br {
  display: none;
}
.translated-ltr .chart-box {
  width: 400px;
  height: 400px;
}




.translated-ltr .chart-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}




.translated-ltr .section03 .chart-content .acodian-box {
  width: 60%;
}




.translated-ltr .banner-content .btn-content .manual-down-btn {
  width: 260px;
}
/* e:: ¹ø¿ª¹ø ÄÚµå */




/* wide¸ð´ÏÅ× ¹èÀ² */
@media (min-width: 2200px) {
  .section {
    height: initial;
  }
  .prod-banner-swiper > div {
    height: initial;
    overflow: hidden;
  }




  .prod-banner-wrap img {
    width: 100%;
  }
  .section03 {
    height: initial;
  }
  .bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .bnr-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }




  .main-prod-banner {
    padding-bottom: 5vh !important;
  }




  .main-prod-banner .banner-content,
  .main-prod-banner .banner-box {
    max-height: 670px;
    overflow: hidden;
  }




  .main-prod-banner .banner-box img {
    width: 100%;
  }
}




/* s:: ³ëÆ®ºÏ ¹èÀ² */
@media (max-width: 1560px) {
  .section {
    height: initial;
  }
  .visual-content .text-content p.title {
    font-size: 5rem;
  }
  .counter-wrap .circle-content .circle {
    width: 100%;
    height: 100%;
  }




  .counter-wrap .circle-content .count {
    font-size: 5.5rem;
  }
  .counter-wrap .circle-content .circle:hover .count {
    font-size: 6rem;
  }




  #mainChart {
    width: 400px;
    height: 400px;
    margin: 0 auto;
  }




  .main-prod-banner {
    min-height: 530px;
  }




  .prod-banner-swiper > div {
    /* height: 576px; */
    height: 500px;
  }




  .prod-banner-swiper > div img {
    /* width: 100%; */
    object-fit: contain;
  }




  .bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .bnr-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
  .prod-banner-swiper {
    /* height: 650px !important;
    min-height: 600px; */
    height: 500px !important;
    min-height: initial;
  }




  .prod-banner-swiper .text-box-content {
    bottom: 50px;
  }
  .prod-banner-swiper .text-box-content .bnr-title {
    font-size: 2.4rem;
  }
  .counter-container .circle-content {
    width: 220px;
    height: 220px;
  }




  .section03 {
    height: 110vh;
  }
  .section06 {
    padding: 50px 0;
  }




  .chart-box {
    width: 400px;
    height: 400px;
    text-align: center;
  }




  .chart-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }




  .section03 .chart-content {
    margin-top: 3vh;
  }




  .banner-content .btn-content .hover-content p {
    font-size: 1.6rem;
  }
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title,
  .prod-banner-swiper .prod-banner-wrap .bnr-title {
    font-size: 2.8rem;
    padding-right: 0.5em;
  }
  .prod-banner-swiper .prod-banner-wrap .bnr-txt,
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
    font-size: 1.4rem;
    word-break: keep-all;
    width: 80%;
  }




  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
    bottom: 30px;
  }
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt br,
  .prod-banner-swiper .prod-banner-wrap .bnr-txt br {
    display: none;
  }




  .section06 .title-container,
  .section07 .title-container {
    font-size: 4rem;
  }
}
/* e:: ³ëÆ®ºÏ ¹èÀ² */




/* s:: È­¸é Àý¹Ý ¹èÀ² */
@media (max-width: 1280px) {
  .title-container .title {
    font-size: 4rem;
  }




  .title-container .sub-content {
    font-size: 1.7rem;
  }




  .counter-container .circle-content {
    width: 185px;
    height: 185px;
  }
  .section02 .counter-wrap {
    margin: 10vh auto;
  }
  .section03 .chart-content {
    min-width: 1000px;
  }
  .main-prod-banner {
    min-width: 1200px;
  }
  .banner-content .btn-content .logo-container {
    width: 200px;
    height: initial;
  }
  .banner-content .btn-content .hover-content {
    width: 100%;
  }




  .banner-content:hover .btn-content .hover-content p {
    height: 80px;
  }




  .section06 .title-container,
  .section07 .title-container {
    font-size: 4rem;
  }




  .section07 .content-box {
    height: initial;
  }




  .section .map-container {
    height: 400px;
  }
  .section07 .content-box > div {
    width: 100%;
  }
}
/* e:: È­¸é Àý¹Ý ¹èÀ² */




/* ¹Ì´ÏÇÇ¾¾ */
@media (max-width: 1279px) {
  .inner {
    min-width: 750px;
    width: 90%;
  }
  .visual-content .text-content p.title {
    font-size: 3.6rem;
  }




  .visual-content.visual-content01 .logo-container {
    max-width: 300px;
    margin: 0 auto 5vh;
  }
  .title-container .title {
    font-size: 3.6rem;
  }




  .title-container .sub-content {
    font-size: 1.7rem;
    width: 90%;
    margin: 0 auto;
  }




  .title-container .sub-content br {
    display: none;
  }
  .counter-container .circle-content {
    width: 150px;
    height: 150px;
  }




  .counter-wrap .circle-content .count {
    font-size: 4rem;
  }




  .counter-wrap .circle-content:hover .count {
    font-size: 4.6rem;
  }




  .counter-wrap .circle-tit {
    font-size: 2rem;
  }




  .section03 .title-container .title-01 {
    font-size: 3.2rem;
  }




  .section03 .title-container .title-02 {
    font-size: 4rem;
  }




  .section03 .chart-content {
    min-width: initial;
  }




  .chart-box {
    width: 300px;
    height: 300px;
  }
  .acodian-box {
    min-width: 60%;
  }




  .icondian-wrap .title:hover,
  .icondian-wrap .title.on,
  .icondian-wrap .title {
    font-size: 1.8rem;
  }
  .main-prod-banner {
    min-width: initial;
    min-height: initial;
  }
  .main-prod-banner .banner-content {
    max-height: 332.8px;
  }




  .main-prod-banner .banner-content img {
    height: 100%;
    object-fit: cover;
  }
  .section05 .title-container p {
    font-size: 3.6rem;
  }
  .banner-content .btn-content .manual-down-btn a {
    font-size: 1.6rem;
    background-size: 15px 15px;
  }




  .banner-content .btn-content .manual-down-btn {
    width: 180px;
    line-height: 40px;
    height: 40px;
  }




  .prod-banner-swiper > div {
    height: 410px;
  }
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title,
  .prod-banner-swiper .prod-banner-wrap .bnr-title {
    font-size: 2rem;
  }
  .prod-banner-swiper > div img {
    width: 100%;
    object-fit: cover;
  }
  .prod-banner-swiper {
    height: initial !important;
    padding-bottom: 5vh;
  }
}




/* s:: ´õ¹Ì´Ï */
@media (max-width: 1024px) {
  .inner {
    width: 85%;
    min-width: initial;
  }




  .translated-ltr .chart-box {
    width: 300px;
    height: 300px;
  }




  .translated-ltr .acodian-box {
    min-width: 62%;
  }




  .translated-ltr .banner-content .btn-content .manual-down-btn {
    width: 120px;
  }




  .main-prod-banner {
    padding-bottom: 7vh !important;
  }




  .translated-ltr .icondian-wrap .title:hover,
  .translated-ltr .icondian-wrap .title.on,
  .translated-ltr .icondian-wrap .title {
    font-size: 1.4rem;
  }
}




/* ÅÂºí¸´ ´ëÇü */
@media (max-width: 820px) {
  .visual-swiper-container {
    height: 60vh;
  }




  .section {
    padding: 80px 0;
  }




  .section03 .chart-content {
    flex-direction: column;
  }




  .section03 .chart-content .acodian-box {
    width: 80%;
  }




  .section03 {
    height: initial;
  }
  .translated-ltr .section03 .chart-content .acodian-box {
    width: 90%;
  }
}




/* ÅÂºí¸´ ¼ÒÇü*/
@media (max-width: 768px) {
  .title-container .title {
    font-size: 2.8rem;
  }
  .inner {
    width: 85%;
    min-width: initial;
  }




  .visual-swiper-container {
    height: 55vh;
  }




  .section {
    padding: 50px 0;
  }




  .section03 .title-container .title-01 {
    font-size: 2.4rem;
  }




  .section03 .title-container .title-02 {
    font-size: 3rem;
  }
}




/* s::¸ð¹ÙÀÏ */




@media (max-width: 650px) {
  /* s::°øÅë */
  .section {
    height: auto;
    padding: 5vh 0;
  }




  .inner {
    width: 90%;
    min-width: initial;
  }




  .title-container .title {
    font-size: 2.4rem;
  }




  .title-container .sub-content {
    font-size: 1.4rem;
    word-break: keep-all;
    line-height: 1.6;
    width: 100%;
    padding: 0.5em;
  }




  .title-container .sub-content br {
    display: none;
  }
  /* e::°øÅë */
  /* s::section01 */
  .visual-content.visual-content01 .logo-container {
    max-height: 65px;
  }
  .section01 {
    padding: 0;
  }
  .visual-content .text-content {
    top: 50%;
  }
  .visual-swiper-container .swiper {
    height: 60vh;
  }
  .visual-content .text-content p.title {
    font-size: 2rem;
  }




  .visual-content.visual-content01 .logo-container {
    max-width: 200px;
    margin: 0 auto 10px;
  }




  .visual-content.visual-content01 .sub-txt,
  .visual-content .text-content p.sub-title,
  .visual-content.visual-content03 .text-content p.sub-title {
    font-size: 1.4rem;
  }




  .visual-content.visual-content01 .sub-txt::before,
  .visual-content.visual-content02 .sub-title::before,
  .visual-content.visual-content03 .text-content p.sub-title::before,
  .visual-content.visual-content04 .sub-title::before {
    width: 50%;
  }




  .visual-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .visual-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    height: auto;
    width: auto;
    top: auto;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }




  .visual-swiper-container .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    display: inline-block;
  }




  .visual-content .text-content {
    top: 56%;
  }




  .visual-content.swiper-slide-active .text-content {
    top: 50%;
  }
  /* e::section01 */




  /* s::section02 */
  .section02 .counter-wrap {
    justify-content: space-between;
  }




  .counter-container .circle-content {
    height: auto;
    width: 49%;
    padding-bottom: 5vh;
    margin: 0 auto;
    text-align: center;
  }




  .counter-container .circle-content .circle {
    width: 120px;
    height: 120px;
  }




  .counter-wrap .circle-content .count {
    font-size: 3rem;
  }




  .counter-wrap .circle-content .circle:hover .count {
    font-size: 3.6rem;
  }




  .counter-wrap .circle-tit {
    font-size: 1.6rem;
  }




  .counter-container .circle-content:nth-child(n + 3) {
    padding-bottom: 0;
  }




  /* e::section02 */




  /* s::section03 */
  .section03 .title-container .title-01,
  .section03 .title-container .title-02 {
    font-size: 1.7rem;
    word-break: keep-all;
  }




  .section03 .chart-content {
    margin: 0 auto;
    min-width: initial;
  }




  .chart-box {
    width: 100%;
    height: auto;
    max-width: 250px;
    max-height: 250px;
    margin: 10px auto;
  }




  .section03 .main-chart-wrap {
    width: 80%;
    height: initial;
    margin-top: 5vh;
  }




  .section03 .chart-content .acodian-box {
    width: 100%;
    margin: 0 auto;
  }




  .icondian-wrap .title {
    font-size: 1.3rem;
    height: initial;
    line-height: initial;
    letter-spacing: -1px;
  }




  .icondian-wrap li {
    margin-bottom: 0;
    height: initial;
  }




  .icondian-wrap .red-point {
    font-size: 1.5rem;
    display: block;
  }




  .icondian-wrap .title:hover,
  .icondian-wrap .title.on {
    font-size: 1.3rem;
    letter-spacing: -1px;
  }




  .banner-content.clpath-banner .btn-content .logo-container {
    width: 40%;
    max-width: 150px;
  }




  .banner-content.clpath-banner .btn-content .logo-container img {
    width: 100%;
    object-fit: contain;
  }
  /* e::section03 */




  /* s::section04 */
  .main-prod-banner {
    min-width: initial;
    padding-bottom: 5vh !important;
  }
  .main-prod-banner .banner-content {
    width: 100%;
  }




  .banner-content .btn-content {
    height: auto;
    width: 90%;
    left: 5vw;
    transform: initial;
  }




  .banner-box {
    width: 100%;
    height: 100%;
  }
  .main-prod-banner .banner-content {
    max-height: 260px;
  }
  .banner-content .btn-content .logo-container {
    width: 50%;
    height: auto;
    max-height: 50px;
  }




  .banner-content .btn-content .manual-down-btn {
    width: 50%;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    position: relative;
  }




  .banner-content:hover .btn-content .hover-content p {
    height: 60px;
  }




  .banner-content .btn-content .manual-down-btn a {
    font-size: 1.4rem;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: 15px 15px;
  }




  .banner-content .btn-content .hover-content p {
    font-size: 1.4rem;
  }




  .section04 .title-container .title {
    padding: 0 0.2em;
  }
  /* e::section04 */




  /* s::section05 */
  .section05 .title-container {
    height: auto;
  }
  .section05 .title-container p {
    font-size: 2.4rem;
  }
  .main-prod-banner {
    margin-top: 5vh;
  }
  .section05 .title-container .btn-box {
    top: initial;
    bottom: 0;
    transform: initial;
  }




  .section05 .title-container .btn-box a {
    font-size: 1.4rem;
    width: 80px;
    height: 35px;
    line-height: 35px;
  }




  .prod-banner-swiper {
    height: auto !important;
    min-height: auto;
    /* height: 50vh; */
  }
  .section05 .bnr-swiper-container {
    padding-bottom: 0;
  }
  .prod-banner-swiper > div {
    /* height: 100%; */
    height: 40vh;
    overflow: hidden;
  }
  .prod-banner-swiper > div img {
    height: 100%;
  }
  .prod-banner-swiper .text-box-content {
    bottom: 10px;
    padding-left: 0.5em;
  }




  .prod-banner-swiper .text-box-content .bnr-title,
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
    font-size: 1.6rem;
    padding-right: 0.5em;
  }




  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
    margin-bottom: 0;
  }




  .prod-banner-swiper .text-box-content .bnr-title {
    bottom: 0;
  }




  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
    font-size: 1.2rem;
    word-break: keep-all;
    padding-right: 1em;
  }




  /* .prod-banner-swiper .text-box-content .bnr-txt br {
    display: none;
  } */




  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
    bottom: 120px;
  }
  .prod-banner-swiper .text-box-content .more-btn a {
    font-size: 1.2rem;
    width: 70px;
    height: 25px;
    line-height: 25px;
  }




  .prod-banner-swiper .prod-banner-wrap .bnr-txt,
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt {
    width: 90%;
  }




  .prod-banner-swiper .prod-banner-wrap .bnr-txt br,
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-txt br {
    display: none;
  }




  .bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets,
  .bnr-swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }




  .bnr-swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .bnr-swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 0.5em;
  }




  .bnr-swiper-container .swiper-pagination-bullet-active {
    border: 1px solid #b3b3b3 !important;
    width: 30px !important;
    border-radius: 30px !important;
    background-color: #b3b3b3 !important;
  }
  /* e::section05 */




  /* s::section06 */
  .section06 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section06 .title-container,
  .section07 .title-container {
    font-size: 2.4rem;
    margin-bottom: 1em;
  }
  /* e::section06 */




  /* s::section07 */
  .partner-banner-container .swiper-slide img {
    width: 100%;
  }
  /* e::section07 */




  /* s::section08 */
  .section07 .content-box {
    height: auto;
  }
  .section07 .content-box > div {
    width: 100%;
    min-height: 50vh;
  }
  /* e::section08 */




  .main-prod-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 0.5em !important;
  }
  .main-prod-swiper .swiper-pagination-bullet-active {
    width: 35px;
  }




  .counter-wrap .circle-content:hover .count {
    font-size: 3.6rem;
  }




  .banner-content .btn-content .logo-container.nav-bnr-logo {
    height: 80px;
    margin-bottom: 0;
    max-height: initial;
  }
}




/* ¿ÏÀü ¼ÒÇüÆù */




@media (max-width: 375px) {
  .prod-banner-swiper > div {
    height: 50vh;
  }
  .prod-banner-swiper .prod-banner-wrap:hover .bnr-title {
    bottom: 130px;
  }
}