html {
  scroll-behavior: smooth;
}

.visual_wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  overflow: hidden;
}
.visual_wrap .page_down {
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 20;
}
.visual_wrap .page_down:hover {
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.visual_wrap .swiper {
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
}
.visual_wrap .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.visual_wrap .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.visual_wrap .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}
.visual_wrap .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 3px solid #fff;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.visual_wrap .swiper-button-prev,
.visual_wrap .swiper-button-next {
  /* display: none; */
  color: rgba(255,255,255,.5);
}
.visual_wrap .swiper-slide .con_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  width: 100%;
  height: 100%;
  padding: 0% 10%;
  margin: 0;

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.visual_wrap .swiper-slide .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 10% 0 0 0;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.visual_wrap .swiper-slide .img_wrap img{
  width: 100%;
  max-width: 600px;
}
.visual_wrap .swiper-slide .text_wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 40%;
  font-family: "GmarketSansMedium", "Pretendard", "Jost", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
  transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .no{
  margin: 0;
  padding: 0;
  opacity: 0;
  font-family: "GmarketSansLight";
  font-weight: 300;
  font-size:2.0rem;
  color: rgba(255, 255, 255, 0.6);
}
.visual_wrap .swiper .text_wrap h1 {
  font-family: "GmarketSansLight";
  font-weight: 300;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: -0.5px;
  text-shadow: 0px 2px 1.96px rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap h1 strong {
  /* font-family: "GmarketSansBold"; */
  font-family: "GmarketSansMedium";
  font-weight: 900;
  font-size: 3.5rem;
}
.visual_wrap .swiper .text_wrap .con1 {
  font-family: "Pretendard", "GmarketSansMedium", "Jost", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0 0 0;
  margin-top: 2rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .con2 {
  position: relative;
  font-family: "Pretendard", "GmarketSansMedium", "Jost", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: .85rem;
  color: rgba(255, 255, 255, 0.65);
  padding: 3.5rem 0 0 0;
  margin-top: 2rem;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.visual_wrap .swiper .text_wrap .con2::after {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  width: 1px;
  height: 2rem;
  background: rgba(255, 255, 255, 0.3);
}
.visual_wrap .swiper .text_wrap .con2 strong {
  font-weight: 700;
  font-size: .95rem;
  color: rgba(255, 255, 255, 0.8);
}
.visual_wrap .swiper .text_wrap .bt {
  padding: 2rem 15% 0 0;
  margin-top: 3rem;
  opacity: 0;
}
.visual_wrap .swiper .text_wrap a {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 1);
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.5rem;
  padding: 0.3rem 2rem;
  transition: all 0.2s;
}
.visual_wrap .swiper .text_wrap a:hover {
  color: rgba(255, 255, 255, 1);
  background-color: var(--color-point);
  border: 1px solid var(--color-point);
}
.visual_wrap .swiper-slide-active {
  opacity: 1;
  transition-duration: .2s;
  transition-delay: 0.2s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.visual_wrap .swiper-slide-active .img_wrap {
  padding: 0 0 0 0;
  opacity: 1;
  transition-delay: 1s;
  transition-duration: .5s;
  transform: scale(.9);
}
.visual_wrap .swiper-slide-active .text_wrap .no {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1.5s;
  transition-duration: 0.7s;
}
.visual_wrap .swiper-slide-active .text_wrap h1 {
  opacity: 1;
  margin-top: 0;
  transition-delay: 1.5s;
  transition-duration: 0.7s;
}
.visual_wrap .swiper-slide-active .text_wrap .con1 {
  opacity: 1;
  margin-top: 0;
  transition-delay: 2s;
  transition-duration: 0.7s;
}
.visual_wrap .swiper-slide-active .text_wrap .con2 {
  opacity: 1;
  margin-top: 0;
  transition-delay: 2.5s;
  transition-duration: 0.7s;
}
.visual_wrap .swiper-slide-active .text_wrap .bt {
  opacity: 1;
  margin-top: 0;
  transition-delay: 3s;
  transition-duration: 0.7s;
}
@media (max-width: 991.98px) {
  .visual_wrap .swiper-slide .con_wrap{
    gap: 2rem;
    padding: 0% 5%;
  }
  .visual_wrap .swiper .text_wrap .no{
    font-size:1.5rem;
  }
  .visual_wrap .swiper .text_wrap h1 {
    font-size: 2.0rem;
  }
  .visual_wrap .swiper .text_wrap h1 strong {
    font-size: 2.5rem;
  }
  .visual_wrap .swiper .text_wrap .con1 {
    font-size: .9rem;
  }
  .visual_wrap .swiper .text_wrap .con2 {
    font-size: .75rem;
  }
  .visual_wrap .swiper .text_wrap .con2 strong {
    font-size: .8rem;
  }
  .visual_wrap .swiper-slide-active .img_wrap {
    transform: scale(0.6);
  }
}
@media (max-width: 767.98px) {
  .visual_wrap .swiper {
    height: 400px;
  }
  .visual_wrap .swiper-slide .con_wrap{
    flex-direction: column;
    gap: 1rem;
  }
  .visual_wrap .swiper-slide .img_wrap{
    width: 100%;
    height: 65%;
  }
  .visual_wrap .swiper-slide .text_wrap{
    width: 100%;
  }
  .visual_wrap .swiper-slide .text_wrap br{
    /* display: none; */
  }
  .visual_wrap .swiper .text_wrap .no{
    display: none;
  }
  .visual_wrap .swiper .text_wrap h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  .visual_wrap .swiper .text_wrap h1 strong {
    font-size: 1.7rem;
  }
  .visual_wrap .swiper .text_wrap .con1 {
    font-size: .9rem;
    display: none;
  }
  .visual_wrap .swiper .text_wrap .con2 {
    display: none;
  }
  .visual_wrap .swiper-slide-active .text_wrap h1 {
    margin-top: -1rem;  
  }
  .visual_wrap .swiper-pagination {
    bottom: 3%;
    display: none;
  }
  .visual_wrap .page_down {
    display: none;
  }
  .visual_wrap .swiper-button-prev,
  .visual_wrap .swiper-button-next {
    /* display: none; */
  }
}
@media (max-width: 400px) {
  .visual_wrap .swiper {
    height: 300px;
  }
}


.product_wrap{
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 100px 0;
  margin: 0 auto;
  background-image:url('/img/main_prod_bg1.png'), url('/img/main_prod_bg2.png');
  background-size:22% auto, 35% auto; 
  background-position:100% 0px ,0px 100%;
  background-repeat:no-repeat;
}
@media (max-width: 767.98px) {
  .product_wrap{
    padding: 70px 0 100px 0;
    background-size:38% auto, 55% auto; 
    background-position:100% 0px ,0px 100%;
  }
}
.product_wrap .box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  /* max-width: 1100px; */
  padding: 0 0 0 10%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .product_wrap .box{
    padding: 0;
  }
}
.product_wrap  .title {  
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 40%;
  padding: 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .product_wrap  .title {  
    gap: 2rem;
    padding: 0 30px 0 20px;
  }
}
.product_wrap  .title h2{  
  font-family: "GmarketSansLight", "Roboto", "Pretendard", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 2.0rem;
  color: #000;
}
.product_wrap .title h2 span{
  font-family: "GmarketSansBold";
  font-weight: 800;;
  color: #222222;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
.product_wrap .new{
  font-family: "Pretendard", "Roboto", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #5ba8d4;
  padding: 0;
  margin: 0 0 1rem 0;
}
.product_wrap .new strong{
  font-weight: 700;
}
.product_wrap .new span{
  border-bottom: 1px solid #c5d7e2;
}
.product_wrap .txt{
  font-family: "Pretendard", "Roboto", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 0;
  margin: 0 0 4rem 0;
}
@media (max-width: 767.98px) {
  .product_wrap .txt{
    margin: 0 0 2rem 0;
  }
  .product_wrap .txt br{
    display: none;
  }
}
.product_wrap .title a{
  font-family: "Pretendard", "Roboto", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-weight: 500;  
  font-size: .8rem; 
  color: #000;
  border: 1px solid #a5a5a5;
  border-radius: 2rem;
  padding: .7rem 2.5rem;
}
.product_wrap .title a:hover{
  color: #fff; 
  background: #5ba8d4;
  border: 1px solid #5ba8d4;
}
@media (max-width: 767.98px) {
  .product_wrap .title a{
    padding: .5rem 1.8rem;
  }
}
.product_wrap .group {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 5rem auto 0 auto;
  overflow-x: scroll;
}
/* 스크롤바 전체 기본 꾸미기 */
.product_wrap .group::-webkit-scrollbar {
  height: 5px;
}
/* 스크롤바 막대 꾸미기 */
.product_wrap .group::-webkit-scrollbar-thumb {
  background: #000000;
}
/* 스크롤바 트랙 꾸미기 */
.product_wrap .group::-webkit-scrollbar-track {
  /* background: #dddddd; */
  background-image: url('/img/scroll_bg.gif');
  background-position: left bottom;
  background-repeat: repeat-x;
}
.product_wrap .group .list {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.4rem;
}
.product_wrap .prod {
  padding: 0;
  margin: 0;
  transition: all 0.2s;
  cursor: pointer;
}
.product_wrap .pic {
  width: 280px;  
  height: 280px;
  aspect-ratio: 1 / 1; /* 1:1 비율 지정 */
  text-align: center;
  background: #f1f1f1;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .product_wrap .pic {
    width: 200px;  
    height: 200px;
  }
}
.product_wrap .pic img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1; /* 1:1 비율 지정 */
  object-fit: cover;
  object-position: center center;
  transition: all .2s;
}
.portfolio_wrap .prod:hover img {
  transform: scale(1.1);
}
.product_wrap .tt {
  text-align: center;
  font-family: "Pretendard", "GmarketSansBold", "Roboto", system-ui,
    -apple-system, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: .9rem;
  color: #3b3b3b;
  padding: 1rem 0 3rem 0;
}
@media (max-width: 767.98px) {

}



.com_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  min-height: 500px;
  background: #eae6d0;
  padding: 100px 15px;
  margin: 0 auto;
  text-align: center;
  transition: all 0.2s;
}
.com_wrap::after {
  position: absolute;
  content:'';
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 100%;
  background-image: url('/img/main_prod.png?v=2');
  background-repeat: no-repeat;
  background-size: 20% auto;
  background-position: left bottom;
}
@media (max-width: 1100px) {
  .com_wrap::after {
    display: none;
  }
}
.com_wrap .tt {
  font-family: "GmarketSansLight", "Pretendard", "Jost", system-ui, -apple-system, "Noto Sans", sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
  color: #406638;
}
.com_wrap .tt span {
  font-family: "GmarketSansBold";
  font-weight: 800;
}
.com_wrap .icons{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
.com_wrap .icons>div{
  padding: 1rem 2.5rem;
  margin: 0 auto;
  font-family: "Pretendard", "GmarketSansLight", "Jost", system-ui, -apple-system, "Noto Sans", sans-serif;
}
.com_wrap .icons h6{
  font-weight: 700;
  font-size: 1.4rem;
  color: #305e26;
  padding: 2rem 0 0 0;
  margin: 0;
}
.com_wrap .icons p{
  font-weight: 400;
  font-size: .85rem;
  color: #305e26;
  word-break: keep-all;
  word-wrap: break-word;
  padding: 1rem 0 0 0;  
  margin: 0;
}
.com_wrap .icons img{
  width: 100%;
  max-width: 247px;
}
@media (max-width: 991.98px) {
  .com_wrap .icons{
    width: 100%;
  }
  .com_wrap .icons>div{
    padding: 1rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .com_wrap {
    gap: 1.5rem;
    width: 100%;
    min-height: auto;
    padding: 70px 15px;
  }
  .com_wrap .tt {
    font-size: 2.2rem;
  }
  .com_wrap .icons{
    flex-direction: column;
  }
  .com_wrap .icons>div{
    display: flex;    
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: .5rem 1rem;
  }
  .com_wrap .icons .pic{
    width: 30%;
  }
  .com_wrap .icons .con{
    width: 70%;
    text-align: left;
    padding: 0 0 0 2rem;
  }
  .com_wrap .icons h6{
    padding: 0;
  }
  .com_wrap .icons p{
    padding: .5rem 0 0 0;  
  }
  .com_wrap .icons p br{
    display: none;
  }
}



.main_blank {
  height: 100px;
}
@media (max-width: 991.98px) {
  .main_blank {
    display: none;
  }
}






footer {
  border:none;
}