.main-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main-section .main-visual {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.main-section .main_txt {
	position:absolute;
	top:30%;
	left:15%;
	z-index:10;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	max-width:1400px;
	font-size:15px;
	color:#fff;
	opacity: 0;
    transform: translate3d(0, 20px, 0);
}
.main-section .main_txt .tit {
	margin-bottom:20px;
	font-size:80px;
	font-weight: 300;
	line-height:1.3;
	letter-spacing:-2px;
	color: #fff;
}
.main-section .main_txt .txt {
	font-size:24px;
	font-weight: 300;
	line-height:1.3;
	letter-spacing:-1px;
}

.main-section .swiper-slide-active .main_txt {
	opacity: 1;
    transition: all 0.5s ease 1.0s;
    transform: translateZ(0);
}

.main-section .main_slide {
	width:100%;
	height:100%;
  background: #fff;
}
.main-section .main_slide .swiper-slide {
	height:100%;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.main-section .main_bg {
	opacity:.9;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: no-repeat;
	background-size: cover;
}

.main-section .main-visual-swiper-slide {
  overflow: hidden;
}
.main-section .main-visual-swiper-slide .main-slide-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.main-section .main-visual-swiper-slide .main-slide-text {
  position: absolute;
    left: 0;
    top: 0;
    display: grid;
    flex-direction: column;
    padding-top: 24vh;
    padding-left: 260px;
        justify-content: start;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
}
.main-section .main-visual-swiper-slide .main-slide-text .tit {
  opacity: 0;
  padding-bottom: 12px;
  transform: translate3d(0, 100px, 0);
  font-size: 50px;
  line-height: 1.221052;
  font-family: "Montserrat", "NotoSansKR", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 15px;
}
.main-section .desc-line {
    opacity: 0;
	width: 1px;
	height: 2px;
  background-color: #fff;
}

.main-section .main-visual-swiper-slide .main-slide-text .desc {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  font-size: 44px;
  line-height: 52px;
  text-align: left;
  font-weight: 600;
  padding-bottom: 20px;
}
.main-section .main-visual-swiper-slide .main-slide-text .desc span {
  font-size: 26px;
  font-weight: 300;
}
.main-section .main-visual-swiper-slide .main-slide-text .more-btn {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  padding-top: 20px;
}

.main-section .main-visual-swiper-slide1 .main-slide-bg {
  background-image: url("../../assets/images/main/main-slider-bg01.jpg");
}
.main-section .main-visual-swiper-slide2 .main-slide-bg {
  background-image: url("../../assets/images/main/main-slider-bg02.jpg");
}
.main-section .main-visual-swiper-slide3 .main-slide-bg {
  background-image: url("../../assets/images/main/main-slider-bg03.jpg");
}
.main-section .main-visual-swiper-slide.swiper-slide-active .desc-line {
    opacity: 1;
	width: 50px;
    transition-delay: 3s;
  transition-duration: 2s;
}
.main-section .main-visual-swiper-slide.swiper-slide-active .main-slide-bg {
  -webkit-transform: scale(1.01, 1.01) rotate(0.002deg);
  transform: scale(1.01, 1.01) rotate(0.002deg);
}
.main-section .main-visual-swiper-slide.swiper-slide-active .main-slide-text .tit,
.main-section .main-visual-swiper-slide.swiper-slide-active .main-slide-text .desc,
.main-section .main-visual-swiper-slide.swiper-slide-active .main-slide-text .more-btn {
  opacity: 1;
  transform: translateZ(0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 2s;
}
.main-section .main-visual-swiper-slide.swiper-slide-active .main-slide-text .tit {
  transition-delay: 1.5s;
}
.main-section .main-visual-swiper-slide.swiper-slide-active .main-slide-text .desc {
  transition-delay: 1s;
}
.main-section .main-visual-swiper-slide.swiper-slide-active .main-slide-text .more-btn {
  transition-delay: 2s;
}
.main-section .swiper-number-area {
  position: absolute;
  width: 157px;
  top: -23px;
  z-index: 1;
  display: flex;
}
.main-section .swiper-label__number {
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
  opacity: 0;
  width: 50%;
  display: block;
  text-align: center;
}
.main-section .swiper-label__number.is--active {
  opacity: 1;
}
.main-section .swiper-button-area .swiper-pagination-progressbar {
  width: 157px;
  opacity: 1;
  background: #ffffff;
}
.main-section .swiper-button-area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #242c64;
}
.main-section .main-swiper-slide-button-area {
  z-index: 11;
  margin-left: 15px;
}
.main-section .main-swiper-slide-button {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.main-section .main-swiper-slide-button.is--hide {
  display: none;
}
.main-section .main-swiper-slide-button.main-swiper-slide-button--stop {
  background-image: url("/assets/images/main/icon-stop.png");
}
.main-section .main-swiper-slide-button.main-swiper-slide-button--play {
  background-image: url("/assets/images/main/icon-play.png");
}
.main-section .swiper-button-area {
  position: absolute;
  left: 6.5vw;
  top: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;
}
.main-section .swiper-button-area.show {
  opacity: 1;
}
.main-section .swiper-button-area .swiper-pagination {
  position: relative;
  display: inline-block;
}
.main-section .swiper-button-area .swiper-pagination-progressbar {
  height: 300px;
  width: 2px;
  background: rgba(255, 255, 255, 0.41);
  -webkit-transition: background 0.8s linear;
  transition: background 0.8s linear;
}
.main-section .swiper-button-area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
  -webkit-transition: background 0.8s linear;
  transition: background 0.8s linear;
}
.main-section .pagination-wrap {
  margin-left: 6px;
  width: 50px;
  position: relative;
}
.main-section .visual-pagination-wrap .button-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .swiper-button-next, .main-section .swiper-button-prev {
  padding: 0;
  box-sizing: border-box;
  position: static;
  display: block;
  width: 17px;
  height: 17px;
  margin: 0;
  background-image: url("/assets/images/main/icon-arrow_prev.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.main-section .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("/assets/images/main/icon-arrow_next.png");
}
.main-section {
}
.main_slide {
	border-radius: 0px;
}

.visual-quick {
	position: absolute;
  top: calc(50% - 117px);
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	bottom: 60px;
	z-index: 11;
	text-align: center;
}
.visual-quick__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  gap: 5px;
  background-color: #fff;
  color: var(--main-color);
  font-size: 14px;
}
.visual-quick__link:nth-child(2) {
  background-color: #191919;
  color: #fff;
}
.visual-quick__link:nth-child(3) {
  background-color: var(--main-color);
  color: #fff;
}
.visual-scroll {
  position: absolute;
  left: 34px;
  bottom: 30px;
  z-index: 10;
}
.visual-pagination-wrap {
  position: absolute;
  width: 100%;
  bottom: 1%;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-pagination-wrap .swiper-pagination-current {
  position: static;
  color: #fff;
  font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  padding-left: -4px;
}
.visual-pagination-wrap .bar {
  display: block;
  width: 1px;
  height: 100px;
  margin: 10px 10px;
  background: rgba(255, 255, 255, 0.5);
}
.visual-pagination-wrap .swiper-pagination-total {
  position: static;
  color: rgba(255, 255, 255, 0.5);
  font-family: inherit;
  font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  padding-left: -4px;
}
.visual-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-pagination__item {
  width: 50px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.visual-pagination__item .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffffff;
}
.visual-pagination__item .point {
  fill: #ffffff;
}
.visual-pagination__item .bar {
  animation-play-state: paused;
}
.visual-pagination__item.is--active {
  background-color: transparent;
}
.visual-pagination__item.is--active .circle-progress {
  display: block;
}
.visual-pagination__item.is--active .circle-progress .bar {
  stroke-dashoffset: 113;
  animation: dash 8s linear forwards;
  animation-play-state: running;
  stroke: rgba(255, 255, 255, 0.2);
}
.visual-pagination__item.is--active .circle-progress .frame {
  stroke: rgba(255, 255, 255, 0.2);
}
.visual-pagination__item.is--active .circle-progress .bar {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-linecap: round;
  stroke-dasharray: 113;
}
.visual-pagination .circle-progress {
  transform: rotate(-90deg);
}
.visual-pagination .frame {
  display: none;
  stroke: rgba(255, 255, 255, 0.2);
}
.visual-pagination .bar {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-linecap: round;
  stroke-dasharray: 113;
}
.visual-pagination .frame, .visual-pagination .bar {
  fill: none;
  stroke: none;
}
@keyframes dash {
  to {
    stroke: #ffffff;
    stroke-dashoffset: 0;
  }
}

.main-section .swiper-pagination {
  position: relative;
  display: inline-block;
  margin: 10px 0;
}
.main-section .swiper-pagination-progressbar {
  position: static;
	width: 150px;
	background: #aaa;
	height: 1px;
}
.main-section .swiper-pagination-progressbar-fill {
	width: 150px;
  background: #000;
  height: 1px;
  -webkit-transition: background 0.8s linear;
  transition: background 0.8s linear;
  transform: translate3d(0px, 0px, 0px) scaleY(0.333333) scaleX(1);
}


.main-section .swiper-pagination-progressbar2 {
  position: static;
	width: 150px;
	background: #aaa;
	height: 1px;
}
.main-section .swiper-pagination-progressbar-fill2 {
	width: 150px;
  background: #3761a8;
  height: 1px;
  -webkit-transition: background 0.8s linear;
  transition: background 0.8s linear;
}

.main-bottom {
	margin-top: -47px;
    position: absolute;
    width: 100%;
	z-index: 10;
}

.main-section .btn-wrap {
    position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translate(-50%, 100%);
	z-index: 1000;
	color: #000;
	display: flex;
	gap: 10px;
	opacity: 0;
}
.main-section .btn-wrap .btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 34px 70px;
    background: #ece70e;
	font-size: 26px;
    cursor: pointer;
	border-radius: 40px;
}
.main-section .swiper-slide.swiper-slide-active .btn-wrap {
	opacity: 1;
	transform: translate(-50%, 0%);
    transition: all 0.5s ease 1.0s;
}
.main-section .btn-wrap .btn img {
	height: 32px;
}
.main-section .btn-wrap .btn .icon {
    width: 18px;
    height: 18px;
}

.main-section .btn-wrap .btn:hover {
    background: #111;
    color: #fff;
}


.overview-section {
  position: relative;
  background-color: #f5f5f5;
  width: 100%;
  padding: 100px 0;
}
.overview-section .section-header {
	position: relative;
  text-align: left;
  color: #777777;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
.overview-section .section-header .section-header_info {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.overview-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 0px auto 15px;
}
.overview-section .section-header .section-header_tit {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.21666;
  color: #000;
  text-transform: uppercase;
  margin: auto;
}

.overview-section .section-header .product-section-title {
  font-size: 40px;
  letter-spacing: -0.68px;
}
.overview-section .section-header .section-header_desc {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
.overview-section .thumbSwiper2 {
	width: 1300px;
	overflow: hidden;
	margin: auto;
	border-radius: 20px;
}
.overview-section .big-img {
	overflow: hidden;
	width: 60%;
	height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.overview-section .big-img.bg01 {
	background-image: url('../images/main/product01-01.jpg');
}
.overview-section .big-img.bg02 {
	background-image: url('../images/main/product01-02.jpg');
}
.overview-section .big-img.bg03 {
	background-image: url('../images/main/product01-03.jpg');
}
.overview-section .big-img.bg04 {
	background-image: url('../images/main/product01-04.jpg');
}

.overview-section .overview-cont {
	display: flex;
	margin: auto;
}
.overview-section .thumbnail-desc {
	padding: 50px;
	width: 40%;
    background-color: #fff;
}
.overview-section .thumbnail-desc h2 {
	font-size: 34px;
    line-height: 1.30;
	font-weight: 600;
	letter-spacing: -1.5px;
}
.overview-section .thumbnail-desc .desc {
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 20px;
	letter-spacing: -0.5px;
	color: #999;
}
.overview-section .overview-thumbnail {
	width: 100%;
	overflow: hidden;
}
.thumbnail-img {
	display: flex;
	margin-top: 50px;
}
.thumbnail-img .thumb-img {
	overflow: hidden;
	width: 150px;
	height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.thumbnail-img .thumb-img.bg01 {
	background-image: url('../images/main/product01-01.jpg');
}
.thumbnail-img .thumb-img.bg02 {
	background-image: url('../images/main/product01-02.jpg');
}
.thumbnail-img .thumb-img.bg03 {
	background-image: url('../images/main/product01-03.jpg');
}
.thumbnail-img .thumb-img.bg04 {
	background-image: url('../images/main/product01-04.jpg');
}
.thumbSwiper .swiper-slide {
	opacity: 0.4;
}
.right-wrap .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.overview-section .swiper-pagination {
	top: 72%;
	margin-left: 205px;
}
.overview-section .swiper-pagination-bullet-active {
    background: #000;
}










.product-section .section-header {
	position: relative;
  text-align: left;
  color: #777777;
  width: 100%;
  text-align: center;
}
.product-section .section-header .section-header_info {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.product-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 0px auto 15px;
}
.product-section .section-header .section-header_tit {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.21666;
  color: #000;
  text-transform: uppercase;
  margin: auto;
}

.product-section .section-header .product-section-title {
  font-size: 40px;
  letter-spacing: -0.68px;
}
.product-section .section-header .section-header_desc {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}



.product-section .product-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-left: 0;
}
.product-section .product-container .product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 78%;
  margin: auto;
}
.product-section .product-container .product-slide {
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  width: calc(30% - 10px);
  border-radius: 15px;
  height: 561px; 
  transition: all .9s ease;
}
.product-section .product-container .product-slide .product-slide_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-width: 100%;
  height: 100%;
}
.product-section .product-container .product-slide .product-slide-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-section .product-container .product-slide .product-slide-content::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.25);
}
.product-section .product-container .product-slide .product-slide-text {
  z-index: 21;
  box-sizing: border-box;
  padding: 0 2vw 0;
  text-align: center;
}

.product-section .product-container .product-slide .product-slide-text .product-slide__impact {
  line-height: 1.2;
  letter-spacing: 1.6px;
  font-weight: 500;
  transform: translate3d(0, 100px, 0);
  transition-delay: 0.1s;  
  font-size: 20px;
  font-family: "futura-pt", sans-serif, "Malgun Gothic", "맑은 고딕";
  color: #998C7C;
  text-transform: uppercase;
}
.product-section .product-container .product-slide .product-slide-text .product-slide__title {
  color: #fff;
  letter-spacing: -0.05em;
  font-size: 55px;
  padding: 18px 0 20px;
  transition-delay: .5s; 
  font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
}
.product-section .product-container .product-slide .product-slide-text .product-slide__title span {
  position: relative;
}
.product-section .product-container .product-slide .product-slide-text .product-slide__title span::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #fff;  
}
.product-section .product-container .product-slide .product-slide-text .product-slide__title span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #fff;  
}
.product-section .product-container .product-slide .product-slide-text .product-slide__description {
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.34px;
  margin-top: 15px;
  line-height: 1.5;
  transition-delay: .7s;
}
.product-section .product-container .product-slide.is-active {
  width: calc(70% - 10px);
}
.product-section .product-container .product-slide.product-slide.is-active .product-slide-content::after {
  opacity: 1;
}
.product-section .product-container .product-slide.is-active .product-slide-text .product-slide__title span::before {
  width: 50%;
  transition: all .8s ease;
}
.product-section .product-container .product-slide.is-active .product-slide-text .product-slide__title span::after {
  width: 50%;
  transition: all .8s ease;
}
.product-section .product-container .product-slide.is-active .product-slide-text, .product-section .product-container .product-slide.is-active .product-slide-text .product-slide__impact, .product-section .product-container .product-slide.is-active .product-slide-text .product-slide__title , .product-section .product-slide.swiper-slide-active .product-slide-text .product-slide__description {
  opacity: 1;
  transform: translate3d(0,0,0);
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: .5s; 
}

.swiper-control-area .swiper-control-control {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 25px;
  position: relative;
  padding: 0 5px;
  box-sizing: border-box;
}
.product-section .swiper-number-area {
  position: absolute;
  width: 157px;
  top: -23px;
  z-index: 1;
  display: flex;
}
.product-section .swiper-label__number.is--active {
  opacity: 1;
}
.product-section .main-swiper-slide-button-area {
  z-index: 11;
  margin-left: 5px;
}
.product-section .product-section.active .swiper-slide-active .product-slide-img-area {
  opacity: 1;
  transform: translateZ(0);
}
.product-section .product-section.active .swiper-slide-active .product-slide-text {
  opacity: 1;
  transform: translateZ(0);
}



.product-section {
  position: relative;
  padding: 100px 0;
}

.product-section-header {
  width: 72.917vw;
  margin: 0 auto 30px;
  font-size: 28px;
  letter-spacing: -0.56px;
  color: #998C7C;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif, "Malgun Gothic", "맑은 고딕";
}

.product-section .product-wrap {
  height: 100%;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
}


.business-section .swiper-container {
  position: initial;
}
.business-section .product-container {
}


.business-section .swiper-slide:not(.swiper-slide-active) {
	opacity: .3;
	transition: all .8s ease;
}
.business-section .swiper-slide.swiper-slide-prev {
	opacity: 1;
	transition: all .8s ease;
}
.business-section .swiper-slide.swiper-slide-next {
	opacity: 1;
	transition: all .8s ease;
}


.product-section .product-container .product-slide-swiper-slide .product-slide-img {
	border-radius: 20px;
	height: 500px;
	text-align: center;
	background: #f3f3f3;
	overflow: hidden;
}

.product-section .product-container .product-slide-swiper-slide .product-slide-box {
  position: relative;
  z-index: 1;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  height: 280px;
}
.product-section .product-container .product-slide-swiper-slide .product-slide-box img {
	width: 100%;
	height: 300px;
}
.product-section .product-container .product-slide-swiper-slide.swiper-slide-active .swiper-control-area {
  display: block;
}
.product-section .product-container .product-slide-swiper-slide .product-slide-text {
	text-align: left;
	padding: 0 30px 30px;
}
.product-section .product-container .product-slide-swiper-slide span {
  position: relative;
  z-index: 10;
  width: 100%;
}
.product-section .product-container .product-slide-swiper-slide span::after {
  content: '';
  display: block;
  width: 0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1;
  background: linear-gradient(to top, #bfffa1 40%, transparent 40%);
}
.product-section .product-container .product-slide-swiper-slide:hover span::after {
  width: 100%;
  transition: width .3s;
}

.product-section .btn-arrow {
  width: 36px;
  height: 36px;
  line-height: 42px;
  border-radius: 50%;
  border: solid 1px #ccc;
  text-align: center;
  margin: auto;
  transition: all 0.5s ease;
}
.product-section .btn-arrow i {
  font-size: 25px;
  width: 30px;
  height: 30px;
  color: #ccc;
  transition: all 0.5s ease;
}
.product-section .product-container .product-slide-swiper-slide:hover .btn-arrow {
  transition: all 0.5s ease;
  border: solid 1px #000;
}
.product-section .product-container .product-slide-swiper-slide:hover i {
  transition: all 0.5s ease;
  color: #000;
}
.product-section .product-container .product-slide-swiper-slide .tit {
  position: relative;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
  transition-delay: .5s;
  padding-bottom: 15px;
  font-size: 22px;
  padding-top: 30px;
  width: 100%;
}
.product-section .product-container .product-slide-swiper-slide .desc {
  position: relative;
  color: #777;
  font-weight: 400;
  letter-spacing: -0.05em;
  transition-delay: .5s;
  font-size: 15px;
  width: 100%;
}



.business-wrap .btn {
	margin-top: 50px;
}
.business-wrap .btn .view-btn {
    position: relative;
	padding: 10px 50px;
	border-radius: 40px;
	background: #000;
	color: #fff;
	font-weight: 600;
	display: inline-flex;
    align-items: center;
	gap: 10px;
}
.business-wrap .btn .view-btn svg {
	transition: all .3s ease;
}
.business-wrap .btn .view-btn:hover svg {
	transform: translate(50%, 0%);
	transition: all .3s ease;
}

.business-section .swiper-button-area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  left: 50%;
  margin-top: 250px;
  transform: translate(-50%, 0%);
  text-align: center;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  opacity: 1;
  z-index: 11;
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;
  justify-content: center;
}
.business-section .swiper-button-area .swiper-pagination {
  position: relative;
  display: inline-block;
}
.business-section .swiper-pagination-progressbar {
  position: static;
	width: 86%;
	background: #eeeeee;
	height: 2px;
}
.business-section .swiper-pagination-progressbar-fill {
  background: #3761a8;
  height: 2px;
}
/* .business-section .swiper-button-next, .business-section .swiper-button-prev {
  padding: 0;
  box-sizing: border-box;
  position: static;
  display: block;
  top: 0;
  left: auto;
  right: 0;
  width: 40px;
  height: 40px;
  background: #ddd;
  z-index: 10000;
  border-radius: 50%;
}
.business-section .swiper-button-prev {
  right: 0px;
}
.business-section .swiper-button-next {
  background: #03113c;
}
.business-section .arrow {
    position: relative;
    display: flex;
    width: 17px;
    height: 1px;
    margin: 19px auto;
    background: #fff;
}
.business-section .arrow:before {
    top: 300%;
    transform: rotate(-45deg);
	background: #fff;
}
.business-section .arrow:before, .business-section .arrow:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 1px;
    right: 0;
}
.business-section .arrow:after {
    bottom: 300%;
    transform: rotate(45deg);
}
.business-section .swiper-button-prev .arrow {
    background: #03113c;
}
.business-section .swiper-button-prev .arrow:before, .business-section .swiper-button-prev .arrow:after {
    background: #03113c;
}
.business-section .swiper-button-prev span {
    transform: rotate(180deg);
}

.business-section .swiper-button-prev:hover {
	color: #03113c;
}
.business-section .swiper-button-next:hover {
	color: #ddd;
}
.business-section .swiper-button-prev:hover .arrow {
    color: #ddd;
}
.business-section .swiper-button-prev:hover .arrow:before, .business-section .swiper-button-prev:hover .arrow:after {
    color: #ddd;
}
.business-section .swiper-button-next:hover .arrow {
    color: #03113c;
}
.business-section .swiper-button-next:hover .arrow:before, .business-section .swiper-button-next:hover .arrow:after {
    color: #03113c;
} */

.business-section .slider-number-text {
  color: #666;
  font-family: "Montserrat", "NotoSansKR", sans-serif, "Malgun Gothic", "맑은 고딕";
  font-size: 18px;
  letter-spacing: -1.08px;
  margin-right: 5px;
  transform: rotate(-90deg);
}
.business-section .slider-number-text--total {
  margin-left: 5px;
  margin-right: 0;
}
.business-section .swiper-control-area {
  display: flex;
  padding-top: 50px;
}








.info-section {
	background-image: url('../images/main/info-bg.jpg');
    background-attachment: fixed;
    background-color: #f8f8f8;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 1;
  padding: 100px 0;

}
.info-section .section-header {
	position: relative;
  text-align: left;
  color: #777777;
  width: 100%;
  text-align: center;
}
.info-section .section-header .section-header_info {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.info-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 0px auto 15px;
}
.info-section .section-header .section-header_tit {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.21666;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
}

.info-section .section-header .product-section-title {
  font-size: 40px;
  letter-spacing: -0.68px;
}
.info-section .section-header .section-header_desc {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}

.info-section .info-wrap .cont-wrap {
  width: 1300px;
	display: flex;
	justify-content: space-around;
	gap: 80px;
	border-radius: 20px;
	border: solid 1px #444;
	padding: 100px 80px;
	background: rgba(0,0,0,0.5);
	opacity: 1;
	transform: translate3d(0, 20px, 0);
	margin: 50px auto;
}
.info-section .info-wrap .content {
  position: relative;
  text-align: center;
  width: 33%;
}
.info-section .info-wrap .content:after {
	content: '';
	position: absolute;
	top: 40px;
	right: -40px;
	width: 1px;
	height: 150px;
	z-index: 1000;
	background: #444;
}
.info-section .info-wrap .content:last-child:after {
	display: none;
}
.info-section .info-wrap .content p {
  font-size: 18px;
  font-weight: 400;
  color: #bbb;
}
.info-section .info-wrap .content .count {
	font-size: 20px;
	color: #fff;
}
.info-section .info-wrap .content .counterNum {
  font-family: "Montserrat", sans-serif;
	font-size: 80px;
	font-weight: 600;
	color: #fff;
}
.info-section .info-wrap .counter-wrap {
	margin-top: 30px;
	margin-bottom: 20px;
}
.info-section .info-wrap h2 {
	color: #fff;
  font-weight: 400;
	font-size: 20px;
	font-weight: 500;
  letter-spacing: -1px;
	z-index: 100;
	margin-bottom: 10px;
}
.info-section .info-wrap .ti {
	color: #fff;
	font-weight: 100;
	font-size: 50px;
	padding-bottom: 50px;
}
.info-section.active .info-wrap .bg {
	transform: scale(1,1) rotate(0.002deg);
}
.info-section.active .info-wrap h2 {
	opacity: 1;
  transition: all 0.5s ease 1.5s;
      transform: translateZ(0);
}
.info-section.active .info-wrap .cont-wrap {
	opacity: 1;
  transition: all 0.5s ease 1.5s;
      transform: translateZ(0);
}



.business-section {
  position: relative;
  background-color: #fff;
  padding: 120px 0 100px;
}
.business-section .section-header {
	position: relative;
  text-align: left;
  color: #777777;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.business-section .section-header .section-header_info {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.business-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 0px auto 15px;
}
.business-section .section-header .section-header_tit {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.21666;
  color: #000;
  text-transform: uppercase;
  margin: auto;
}

.business-section .section-header .product-section-title {
  font-size: 40px;
  letter-spacing: -0.68px;
}
.business-section .section-header .section-header_desc {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}

.business-section .business-wrap {
	width: 100%;
	margin: auto;
}
.business-section .business-wrap .cont-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 2rem;
}
.business-section .card:nth-child(1) .box .icon .iconBox {
  background: #d3b19a;
}
.business-section .card:nth-child(2) .box .icon .iconBox {
  background: #70b3b1;
}
.business-section .card:nth-child(3) .box .icon .iconBox {
  background: #d05fa2;
}
.business-section .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.business-section .card ul li {
  text-transform: uppercase;
  background: var(--clr-tag);
  color: #282828;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 0.375rem 0.625rem;
  border-radius: 0.188rem;
}
.business-section .card ul .branding {
  color: #fff;
}
.business-section .card ul .packaging {
  color: #fff;
}
.business-section .card ul .marketing {
  color: #fff;
}
.business-section .card .content {
  padding: 0.938rem 0.625rem;
}
.business-section .card .content h3 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 600;
}
.business-section .card .content p {
  margin: 0.625rem 0 1.25rem;
  color: #888;
  font-weight: 400;
  font-size: 14px;
}
.business-section .card-inner {
  position: relative;
  width: inherit;
  height: 18.75rem;
  background: var(--clr);
  border-radius: 1.25rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.business-section .card-inner .box {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
}
.business-section .card-inner .box .imgBox {
  position: absolute;
  inset: 0;
}
.business-section .card-inner .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.business-section .card-inner .box .imgBox img:hover {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}
.business-section .card-inner .box .icon {
  position: absolute;
  bottom: -0.375rem;
  right: -0.375rem;
  width: 6rem;
  height: 6rem;
  background: var(--clr);
  border-top-left-radius: 50%;
}
.business-section .card-inner .box .icon:hover .iconBox {
  transform: scale(1.1);
}
.business-section .card-inner .box .icon::before {
  position: absolute;
  content: "";
  bottom: 0.375rem;
  left: -1.25rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
}
.business-section .card-inner .box .icon::after {
  position: absolute;
  content: "";
  top: -1.25rem;
  right: 0.375rem;
  background: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
}
.business-section .card-inner .box .icon .iconBox {
  position: absolute;
  inset: 0.625rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.business-section .card-inner:nth-child(1n) .box .icon .iconBox {
  background: #d3b19a;
}
.business-section .card-inner:nth-child(2n) .box .icon .iconBox {
  background: #70b3b1;
}
.business-section .card-inner:nth-child(3n) .box .icon .iconBox {
  background: #d05fa2;
}

.business-section .card-inner .box .icon .iconBox span {
  color: #fff;
  font-size: 1.5rem;
}


.business-section .swiper-button-next, .business-section .swiper-button-prev {
	opacity: 0.4;
}
.business-section .swiper-button-next:hover, .business-section .swiper-button-prev:hover {
	opacity: 1;
}



.media-section {
  background-image: url('/assets/images/main/media-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
.media-section .section-header {
	position: relative;
  text-align: left;
  color: #777777;
  width: 100%;
  text-align: center;
}

.media-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 0px auto 15px;
}
.media-section .section-header .section-header_tit {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.21666;
  color: #fff;
  text-transform: uppercase;
  margin: auto;
}

.media-section .section-header .product-section-title {
  font-size: 40px;
  letter-spacing: -0.68px;
}
.media-section .section-header .section-header_desc {
  font-size: 18px;
  font-weight: 400;
  color: #aaa;
}
.media-section .media-inner {
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80px;
}
.media-section .media-inner .media-cont {
  width: 1200px;
  height: 520px;
}



.board-section {
  position: relative;
  padding: 100px 0;
  background-image: url('/assets/images/main/main-board-bg.jpg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.board-section .section-header {
	position: relative;
  text-align: left;
  color: #777777;
  width: 100%;
  text-align: center;
}
.board-section .section-header .section-header_info {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.board-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 0px auto 15px;
}
.board-section .section-header .section-header_tit {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.21666;
  color: #000;
  text-transform: uppercase;
  margin: auto;
}

.board-section .section-header .product-section-title {
  font-size: 40px;
  letter-spacing: -0.68px;
}
.board-section .section-header .section-header_desc {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}

.board-section .board-wrap {
	width: 100%;
	text-align: center;
	margin: 50px 0;
}
.board-section .board-wrap table {
	width: 100%;
	text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.board-section .board-wrap table tr {
	font-weight: 300;
}
.board-section .board-wrap table tr a:hover {
	font-weight: 400;
}
.board-section .board-wrap table tr td {
	font-weight: 400;
	font-size: 20px;
	padding: 5px 30px;
    border-bottom: 0px solid #eee;
}
.board-section .board-wrap table tr td.date {
	font-size: 18px;
	color: #888;
	width: 16%;
	text-align: center;
}
.board-section .board-wrap table tr td.subject {
	text-align: left;
}
.board-section .board-wrap table tr td.link {
	font-size: 24px;
	color: #999;
	width: 6%;
	text-align: center;
}

.board-wrap .cont-wrap {
	width: 70%;
	display: flex;
	gap: 20px;
	margin: auto;
	align-items: flex-start;
}
.board-wrap .cont-wrap table {
	border-collapse: separate;
	background: #fff;
	border-radius: 20px;
	padding-bottom: 30px;
	box-shadow: 0rem 1rem 3rem rgba(13, 14, 15, 0.08);
}
.board-wrap .cont-wrap table .tit {
	border-radius: 30px;
	background: #000;
	color: #fff;
	display: block;
	width: 110px;
	font-size: 16px;
	font-weight: 600;
	padding: 7px 10px;
	margin: 20px 30px;
}

.board-wrap .link {
  position: relative;
  text-decoration: none;
}

.board-wrap .link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px; /* 텍스트 아래 간격 */
  width: 100%;
  height: 1px;
  background: #111;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.board-wrap .link:hover::after {
  transform: scaleX(1);
}

.board-wrap .view .icon .iconBox {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  background: #000;
  width: 30px;
  color: #fff;
  height: 30px;
  background: #000;
}
.board-wrap .view .icon .iconBox:hover {
  background: #d3b19a;
}
.board-wrap .view .icon {
	display: flex;
    justify-content: flex-end;
}



.location-section {
  background-image: url('/assets/images/main/media-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.location-section .section-header {
  width: 100%;
  background: none;
  padding: 0px;
  width: 100%;
  color: #222;
  text-align: center;
}

.location-section .section-header-inner {
  padding: 150px 0 0px;
}
.location-section .section-header-inner .section-header_info {
  font-size: 36px;
  font-weight: 600;
}
.location-section .section-header .section-header_line {
  width: 38px;
  height: 1px;
  margin: 25px auto;
}

.location-section .section-header .section-header_desc {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
.location-section .section-header .section-header_desc span {
  font-weight: 600;
}
.location-section .section-header .location__link {
  opacity: 0;
  transform: translateX(-3vw);
  transition: all .8s ease;
  display: block;
  margin-bottom: 10px;
}
.location-section .location-inner {
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 150px;
}
.location-section .location-inner li {
  display: inline-block;
  position: relative;
}
.location-section .location-inner li p.tit {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  top: 20px;
  left: 30px;
}
.location-section .location-inner li:nth-child(1) {
}
.location-section .location-inner li:nth-child(2) {
  transform: translate(0%, -10%);
}
.location-section .location-inner li:nth-child(3) p.tit {
  color: #3761a8;
}
.location-section .location-inner li p.plus {
  position: absolute;
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  margin-top: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.location-section .location-inner li.white p.plus {
  color: #3761a8;
}

.location-section .location-header {

}
.location-section .location-box {
  opacity: 0;
  transition: all .8s ease;
}
.location-section .location-box .location-text__link {
  display: block;
  margin-top: 20px;
}
.location-section .location-box .location-text__title {
  font-size: 24px;
  line-height: 2.70833;
  margin: 0 0 15px;
}
.location-section .location-box .location-text__title:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
}

.location-section .root_daum_roughmap {
	width: 100%;
	height: 400px;
}

.location-section .location-box .location-text-area li {
  display: flex;
  padding-top: 10px;
}
.location-section .location-box .location-text-area li .tit {
  display:flex;
  align-items: center;
  width: 90px;
  font-size: 20px;
  color: #172d53;
  box-sizing: border-box;
  letter-spacing: -0.05em;
  font-weight: bold;
}
.location-section .location-box .location-text-area li .tit:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 100%;
  margin-right: 15px;
  background-color: #172d53;
}
.location-section .location-box .location-text-area li .desc {
  padding-top: 4px;
}
.location-section .location-img-area {
  opacity: 0;
  transition: all .8s ease;
}

.location-section.is-active .location__link {
  transition-delay: .7s;
}
.location-section.is-active .location-box {
  transition-delay: 1.2s;
}


.location-section li.dark {
  --background: #03113c;
  --shadow: 0 4px 20px -2px rgba(18, 22, 33, 0.5);
  --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.9);
}
.location-section li.white {
  --background: #fff;
  --text: #3761a8;
  --shadow: 0 4px 20px -2px rgba(18, 22, 33, 0.3);
  --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.6);
}
.location-section .button.fast {
  --duration: 0.32s;
}

.location-section li {
  --background: #3761a8;
  --text: #fff;
  --font-size: 26px;
  --duration: 0.44s;
  --move-hover: -4px;
  --shadow: 0 4px 20px -2px rgba(18, 22, 33, 0.5);
  --shadow-hover: 0 4px 20px -2px rgba(18, 22, 33, 0.9);
  --font-shadow: var(--font-size);
  padding: 200px 140px;
  width: 130px;
  font-weight: bold;
  line-height: var(--font-size);
  display: block;
  outline: none;
  text-decoration: none;
  font-size: 28px;
  margin: 0 20px;
  letter-spacing: 0.5px;
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  transform: translateY(var(--y)) translateZ(0);
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
}

.location-section li div {
  display: flex;
  overflow: hidden;
  text-shadow: 0 var(--font-shadow) 0 var(--text);
  justify-content: center;
}
.location-section li div span {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-style: normal;
  transition: transform var(--duration) ease;
  transform: translateY(var(--m)) translateZ(0);
}

.location-section li div span:nth-child(1) {
  transition-delay: 0.05s;
}
.location-section li div span:nth-child(2) {
  transition-delay: 0.1s;
}
.location-section li div span:nth-child(3) {
  transition-delay: 0.15s;
}
.location-section li div span:nth-child(4) {
  transition-delay: 0.2s;
}
.location-section li div span:nth-child(5) {
  transition-delay: 0.25s;
}
.location-section li div span:nth-child(6) {
  transition-delay: 0.3s;
}
.location-section li div span:nth-child(7) {
  transition-delay: 0.35s;
}
.location-section li div span:nth-child(8) {
  transition-delay: 0.4s;
}
.location-section li div span:nth-child(9) {
  transition-delay: 0.45s;
}
.location-section li div span:nth-child(10) {
  transition-delay: 0.5s;
}
.location-section li div span:nth-child(11) {
  transition-delay: 0.55s;
}
.location-section li:hover {
  /* --y: var(--move-hover); */
  --shadow: var(--shadow-hover);
}
.location-section li:hover span {
  --m: calc(var(--font-size) * -1);
}
.location-section li .reverse {
  --font-shadow: calc(var(--font-size) * -1);
}
.location-section li .reverse:hover span {
  --m: calc(var(--font-size));
}
/*오시는길end*/



@-webkit-keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translate3d(40px, 0, 0);
  }
	100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translate3d(40px, 0, 0);
  }
	100% {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}



.customer-section {
  background-image: url('../images/main/customer-bg.jpg');
  background-attachment: fixed;
  background-color: #f8f8f8;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.customer-section:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.customer-section .customer-inner {
	width: 1200px;
	padding: 100px 0;
	margin: auto;
	text-align: center;
}
.customer-section .customer-inner .tit {
	font-size: 34px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 50px;
}
.customer-section .btn-wrap a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    color: #fff;
	font-size: 20px;
    outline: 0;
    border: 1px solid #fff;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    transition: background-color .3s linear, border .3s linear, color .3s linear;
    border-radius: 5px;
}
.customer-section .btn-wrap a:hover {
	background: #fff;
	color: #222;
}



.bar_wrap {
  position:absolute;
  bottom:70px;
  left:50%;
  transform:transitionX(-50%);
  z-index:10;
}
.bar_wrap > p {
  font-size:22px;
  color:white;
  font-weight:bold;
  text-align:center;
}
.bar {
  width:160px;
  height:3px;
  background:#aaa;
  position:relative;
}

.back {
  display:inline-block;
  width:0%;
  height:100%;
  background:#3761a8;
  position:absolute;
  top:0;
  left:0;
}

.animation {
  animation: 5s start linear;
}


@keyframes start {
  0% {
    width:0%
  }
  100% {
    width:100%
  }
}

@media screen and (max-width:1730px) {
	.main-visual .video-container {
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.main-visual .video-container .main-visual-video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 330%;
		height: 100%;
	}
	.product-section .product-container .product-slide .product-slide-text .product-slide__description {
		font-size: 14px;
	}
}



@media screen and (max-width:990px) {

	.main-section .main_txt {
		position: absolute;
		top: 25%;
		left: 30px;
		max-width: 100%;
	}
	.main-section .main_txt .tit {
		font-size: 42px;
	}
	.main-section .main_txt .txt {
		font-size: 20px;
	}


	.overview-container {
		margin: 10px 10px 20px;
	}
	.overview-section .overview-wrap {
		display: block;
		gap: 0px;
	}
	.overview-section .left-wrap {
		width: 100%;
		overflow: hidden;
	}
	.overview-section .right-wrap {
		padding: 20px 0;
		width: 100%;
		display: inline-flex;
        flex-direction: column-reverse;
	}
	.overview-section .right-wrap h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.overview-section .right-wrap .desc {
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
	}
	.thumbnail-img {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.thumbnail-img .thumb-img {
		height: 70px;
	}


  .main-video .main-video-swiper-slide .main-slide-text .main-img {
    width: 35vw;
  }
  .main-video .main-video-swiper-slide .main-slide-text .main-copyright {
    font-size: 7vw;
    letter-spacing: -0.05em;
  }
	.visual-content .main-visual-swiper-slide .main-slide-text .main-slide-text--impact {
		font-size: 6vw;
	}
  .main-video .main-video-swiper-slide .main-slide-text .desc {
    font-size: 4vw;
    letter-spacing: -0.05em;
  }
	.visual-content .swiper-pagination-area {
    left: auto;
		right: 5vw;
    bottom: 4vw;
	}
	.visual-content .swiper-pagination-area .swiper-pagination-progressbar {
		width: 50px;
	}
  .main-visual .main-visual-swiper-slide .main-slide-text .main-img {
    width: 35vw;
  }
  .main-visual .main-visual-swiper-slide .main-slide-text .main-copyright {
    font-size: 7vw;
    letter-spacing: -0.05em;
  }
  .main-visual .main-visual-swiper-slide .main-slide-text .desc {
    font-size: 4vw;
    letter-spacing: -0.05em;
  }
  .section-header .section-header_tit {
    font-size: 7vw;
    letter-spacing: -0.05em;
  }
  .section-header .product-section-title {
    font-size: 6vw;
    letter-spacing: -0.05em;
  }
  .section-header .section-header_desc {
    font-size: 4vw;
    letter-spacing: -0.05em;
  }
  .product-section .product-container .product-slide  {
    flex-direction: column;
  }
	.product-section .product-container .product-slide .product-slide-text .product-slide__impact {
		font-size: 4vw;
	}
	.product-section .product-container .product-slide .product-slide-text .product-slide__title {
		font-size: 5vw;
		padding: 3vw 0 0;
	}
	.product-section .product-container .product-slide .product-slide-text .product-slide__description {
		font-size: 3.2vw;
	}
   .product-section .product-container {
    width: 100%;
    box-sizing: border-box;
  }
   .product-section .product-container .product-slide-swiper-slide {
    flex-direction: column;
    gap:3vw;
  }
   .product-section .product-container .product-slide-swiper-slide .product-slide-box {
    width: 100%;
  }
   .product-section .product-container .product-slide-swiper-slide .product-slide-text {
    padding: 5vw;
  }
   .product-section .product-container .product-slide-swiper-slide .product-slide-text .product-slide__impact {
    font-size: 3.2vw;
    padding: 1vw 3vw;
  }
   .product-section .product-container .product-slide-swiper-slide .product-slide-text .product-slide__title {
    margin-top: 3vw;
    font-size: 4vw;
  }
   .product-section .product-container .product-slide-swiper-slide .product-slide-text .product-slide__description {
    font-size: 3.2vw;
  }
   .product-section .product-container .product-slide-swiper-slide .product-slide-text .product-slide__link {
    font-size: 3.2vw;
    margin-top: 3vw;
    width: 23vw;
    height: 7vw;
    padding: 1vw 3vw;
  }

  .product-section .swiper-button-area {
    position: absolute;
	top: 0;
    left: 0px;
	margin-top: 130px;
	margin-left: 0px;
	width: 100%;
  }

  .product-section .swiper-button-next, .product-section .swiper-button-prev {
    background-size: 34px;
  }
  .product-section .swiper-button-area {
    gap: 10px;
  }

  .product-section .product-container .product-slide-swiper-slide .product-slide-box img {
	height: 300px;
  }

}



@media screen and (max-width:990px) {

	.main-section {
		padding: 70px 0px 50px;
	}
	.main_slide {
		border-radius: 0px;
	}
	.main-section {
		height: 500px;
	}

	.main-section .main-visual-swiper-slide .main-slide-text {
		position: absolute;
		right: 0;
		top: 0;
		display: grid;
		flex-direction: column;
		padding-top: 20vh;
		padding-left: 70px;
		width: 100%;
		padding-right: 0px;
		justify-content: start;
	}
	.main-section .main-visual-swiper-slide .main-slide-text .desc {
		opacity: 0;
		transform: translate3d(0, 100px, 0);
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		font-weight: 300;
		padding-bottom: 20px;
		font-weight: 400;
	}
	.main-section .main-visual-swiper-slide .main-slide-text .desc span {
		font-size: 22px;
		font-weight: 500;
	}
	.main-section .main-visual-swiper-slide .main-slide-text .tit {
		padding-bottom: 12px;
		font-size: 36px;
		padding-top: 20px;
		text-align: left;
	}
	.main-section .main-visual-swiper-slide .main-slide-text .tit:before {
		position: absolute;
		left: 0;
		right: auto;
		top: 13px;
		width: 40px;
		height: 2px;
	}
	.main-section .main-visual-swiper-slide .main-slide-text .more-btn {
		width: 120px;
		text-align: left;
	}
	.main-section .btn-wrap {
		margin-top: 0px;
		z-index: 10;
		bottom: 70px;
	}

	.main-section .main_bg {
		width: 100%;
		height: 100%;
		background: top no-repeat;
		background-size: 150%;
	}
	.main-bottom {
		margin-top: -14px;
	}

	.main-section .btn-wrap .btn {
		padding: 20px 34px;
		font-size: 16px;
		cursor: pointer;
		border-radius: 40px;
		white-space:nowrap;
		justify-content: center;
		gap: 10px;
		color: #000;
	}
	.main-section .btn-wrap .btn img {
		height: 24px;
	}

	.business-wrap .btn .view-btn {
		position: relative;
		padding: 4px 30px;
		border-radius: 40px;
		background: #000;
		color: #fff;
		font-weight: 600;
		display: inline-flex;
		align-items: center;
		gap: 10px;
	}

	.visual-pagination-wrap {
		left: 0%;
		/* transform: translate(-50%, 0); */
		bottom: 10px;
		z-index: 11;
		/* display: inline;
		writing-mode: horizontal-tb; */
	}

	.overview-section {
		padding: 80px 0 50px;
	}
	.overview-section .section-header {
	    margin-bottom: 50px;
	}
	.overview-section .section-header .section-header_tit {
		font-size: 36px;
	}
    .overview-section .section-header .section-header_desc {
        font-size: 14px;
        padding: 5px 0 0px;
        font-weight: 300;
    }
	.overview-section .thumbSwiper2 {
		width: 100%;
		overflow: hidden;
		margin: auto;
		border-radius: 20px;
	}
	.overview-section .overview-cont {
		display: inline-block;
	}
	.overview-section .big-img {
		overflow: hidden;
		width: 100%;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.overview-section .thumbnail-desc {
		padding: 25px;
		width: 100%;
		background-color: #fff;
	}
	.overview-section .thumbnail-desc h2 {
		font-size: 22px;
	}
	.overview-section .swiper-pagination {
		top: auto;
		bottom: -8%;
		margin-left: auto;
	}
	.overview-section .thumbnail-desc .desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 20px;
	}


	.product-section {
		display: block;
		padding: 80px 0 50px;
	}
	.product-section .section-header {
		position: relative;
		text-align: center;
		width: 100%;
		padding: 0px 60px 30px;
		box-sizing: border-box;
	}
	.product-section .section-header .section-header_info {
		font-size: 15px;
	}
	.product-section .section-header .section-header_tit {
		font-size: 36px;
		text-align: center;
	}
	.product-section .section-header .section-header_desc {
		font-size: 14px;
		padding: 5px 0 0px;
		font-weight: 300;
	}
	.product-section .product-wrap {
		height: 100%;
		width: 100%;
		margin: 70px 0 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.product-section .product-container .product-slide-swiper-slide .tit {
		padding-bottom: 20px;
		font-size: 22px;
		padding-top: 10px;
	}

	.product-section .product-container .product-slide-swiper-slide .tit {
		width: 100%;
	}
	.product-section .btn-arrow {
	  width: 36px;
	  height: 36px;
	  line-height: 42px;
	  border-radius: 50%;
	  border: solid 1px #ccc;
	  text-align: center;
	  margin: 10px auto 0;
	  transition: all 0.5s ease;
	}


	.info-section {
		padding: 80px 0;
	}
	.info-section .section-header .section-header_tit {
		font-size: 36px;
	}
	.info-section .section-header .section-header_desc {
		font-size: 14px;
	}

	.info-section .info-wrap {
		box-sizing: border-box;
		padding: 0 10px;
	}
	.info-section .info-wrap .cont-wrap {
		width: 100%;
		gap: 0px;
		padding: 50px 0px 10px;
		margin: 30px auto;
		box-sizing: border-box;
		display: inline-block;
		text-align: center;
	}
	.info-section .info-wrap .content {
		width: 100%;
		margin-bottom: 50px;
	}
	.info-section .info-wrap .content:after {
		width: 0px;
	}
	.info-section .info-wrap .content .counterNum {
		font-size: 60px;
	}
	.info-section .info-wrap .ti {
		padding-bottom: 0px;
	}
	.info-section .info-wrap .counter-wrap {
		margin-top: 20px;
		margin-bottom: 10px;
	}


	.business-section {
		padding: 0px 0 50px;
	}
	.business-section .section-header {
	    margin-bottom: 30px;
	}
	.business-section .section-header .section-header_tit {
		font-size: 26px;
	}
    .business-section .section-header .section-header_desc {
        font-size: 14px;
        padding: 5px 0 0px;
        font-weight: 300;
    }
	.business-section .business-wrap {
		width: 100%;
		padding: 0 10px;
	}
	.business-section .card .content h3 {
		font-size: 22px;
	}
	.business-wrap .btn {
		margin-top: 20px;
	}
	.business-section .swiper-button-area {
		margin-top: 150px;
	}


	.media-section .section-header .section-header_tit {
		font-size: 36px;
	}
	.media-section .section-header .section-header_desc {
		font-size: 14px;
	}
	.media-section {
		padding: 80px 0;
	}
	.media-section .media-inner {
	  padding: 10px;
	  margin-top: 40px;
	}
	.media-section .media-inner .media-cont {
	  width: 100%;
	  height: 300px;
	}

	.board-section {
		position: relative;
		padding: 50px 0;
		background-image: url(/assets/images/main/main-board-bg.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.board-wrap .cont-wrap {
		width: 100%;
		display: inline-block;
	}

	.board-section .section-header .section-header_tit {
		font-size: 36px;
	}
	.board-section .section-header .section-header_desc {
		font-size: 14px;
	}
	.board-section .board-wrap {
		margin: 0px;
		padding: 0 10px;
	}
	.board-section .board-wrap table {
		width: 100%;
		padding-bottom: 13px;
	}
	.board-section .board-wrap table:first-child {
		margin-bottom: 15px;
	}
	.board-section .board-wrap table tr td.link {
		width: 10%;
	}
	.board-section .board-wrap table tr td {
		font-size: 16px;
		padding: 3px 10px;
		border-bottom: 0px solid #eee;
	}
	.board-wrap .cont-wrap table .tit {
		width: 80px;
		font-size: 14px;
		padding: 5px 7px;
		margin: 14px;
	}




	.customer-section {
	  background-attachment: inherit;
	}

	.customer-section .customer-inner {
		width: 100%;
		padding: 100px 20px;
	}
	.customer-section .customer-inner .tit {
		font-size: 20px;
		color: #fff;
		font-weight: 400;
		margin-bottom: 40px;
	}
	.customer-section .btn-wrap a {
		padding: 10px 22px;
		color: #fff;
		font-size: 16px;
	}

}