.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: 50%;
	left: 200px;
	z-index:10;
	font-size:15px;
	color:#fff;
	opacity: 0;
}
.main-section .swiper-slide-active .main_txt {
	opacity: 1;
}

.main-section .main_txt .tit {
	margin-bottom:10px;
	font-size: 60px;
	font-weight: 500;
	line-height:1.3;
	letter-spacing:-2px;
	color: #fff;
    opacity: 0;
}
.main-section .swiper-slide-active .tit {
    opacity: 1;
	animation: visualTit3 1s both 0.6s;
}
@keyframes visualTit3 {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
.main-section .main_txt .txt {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -1px;
    opacity: 0;
}
.main-section .swiper-slide-active .txt {
    opacity: 1;
    transition: all 1.0s 1.5s;
}

.main-section .main_slide {
	width:100%;
	height:100%;
	background:#000;
}
.main-section .main_slide .swiper-slide {
	height:100%;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.main-section .main_bg {
	opacity:1;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:center no-repeat;
	background-size:cover;
}
.main-section .main_bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* 투명도 조절 */
  z-index: 1;
}

.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");
}

.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%;
  left: 20px;
  bottom: 3%;
  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 5s 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;
}



.overview-section {
  position: relative;
  background-color: #fff;
  width: 100%;
}
.overview-container {
	margin: 150px;
}
.overview-section .overview-wrap {
	display: flex;
	gap: 100px;
}
.overview-section .left-wrap {
	width: 850px;
	overflow: hidden;
}
.overview-section .left-wrap .big-img {
	overflow: hidden;
	width: 850px;
	height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.overview-section .left-wrap .big-img.bg01 {
	background-image: url('/assets/images/main/product01-01.jpg');
}
.overview-section .left-wrap .big-img.bg02 {
	background-image: url('/assets/images/main/product01-02.jpg');
}
.overview-section .left-wrap .big-img.bg03 {
	background-image: url('/assets/images/main/product01-03.jpg');
}
.overview-section .left-wrap .big-img.bg04 {
	background-image: url('/assets/images/main/product01-04.jpg');
}
.overview-section .right-wrap {
	padding: 50px 0;
	width: 44%;
}
.overview-section .right-wrap h2 {
	font-size: 38px;
	font-weight: bold;
	line-height: 55px;
	letter-spacing: -4px;
}
.overview-section .right-wrap .desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-top: 20px;
	letter-spacing: -0.5px;
	color: #666;
}
.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;
}













.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; 
}

.product-section .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;
  background: rgba(163,132,56,0.1);
  padding: 150px 0 100px;
}

.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: 80%;
  margin: 50px auto 0;
}
.product-section .product-slide-swiper-slide {
	overflow: hidden;
}

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


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


.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: 360px;
}
.product-section .product-container .product-slide-swiper-slide .product-slide-box .img-box {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.product-section .product-container .product-slide-swiper-slide .product-slide-box .img-box img {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-section .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-section .img-box:hover .img-hover {
    opacity: 1;
}

.product-section .product-container .product-slide-swiper-slide.swiper-slide-active .swiper-control-area {
  display: block;
}
.product-section .product-container .product-slide-swiper-slide .tit {
  position: relative;
  color: #000;
  letter-spacing: -0.05em;
  transition-delay: .5s;
  padding-bottom: 41px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 5px 0;
  text-align: left;
  width: 100%;
}

.product-section .swiper-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  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;
}
.product-section .swiper-button-area .swiper-pagination {
  position: relative;
  display: inline-block;
}
.product-section .swiper-pagination-progressbar {
  position: static;
	width: 86%;
	background: #eeeeee;
	height: 2px;
}
.product-section .swiper-pagination-progressbar-fill {
  background: #3761a8;
  height: 2px;
}
.product-section .swiper-button-next, .product-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%;
}
.product-section .swiper-button-prev {
  right: 0px;
}
.product-section .swiper-button-next {
  background: #a38438;
}
.product-section .arrow {
    position: relative;
    display: flex;
    width: 17px;
    height: 1px;
    margin: 19px auto;
    background: #fff;
}
.product-section .arrow:before {
    top: 300%;
    transform: rotate(-45deg);
	background: #fff;
}
.product-section .arrow:before, .product-section .arrow:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 1px;
    right: 0;
}
.product-section .arrow:after {
    bottom: 300%;
    transform: rotate(45deg);
}
.product-section .swiper-button-prev .arrow {
    background: var(--main-color);
}
.product-section .swiper-button-prev .arrow:before, .product-section .swiper-button-prev .arrow:after {
    background: var(--main-color);
}
.product-section .swiper-button-prev span {
    transform: rotate(180deg);
}

.product-section .swiper-button-prev:hover {
	background: #a38438;
}
.product-section .swiper-button-next:hover {
	background: #ddd;
}
.product-section .swiper-button-prev:hover .arrow {
    background: #ddd;
}
.product-section .swiper-button-prev:hover .arrow:before, .product-section .swiper-button-prev:hover .arrow:after {
    background: #ddd;
}
.product-section .swiper-button-next:hover .arrow {
    background: #a38438;
}
.product-section .swiper-button-next:hover .arrow:before, .product-section .swiper-button-next:hover .arrow:after {
    background: #a38438;
}

.product-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);
}
.product-section .slider-number-text--total {
  margin-left: 5px;
  margin-right: 0;
}
.product-section .swiper-control-area {
  display: flex;
  padding-top: 50px;
}






/* styleroom */
.styleroom-section .section-header {
	position: relative;
  text-align: left;
  color: #777777;
  width: 100%;
  text-align: center;
}
.styleroom-section .section-header .section-header_info {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.styleroom-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 50px;
  height: 2px;
  background-color: #000;
  margin: 0px auto 15px;
}
.styleroom-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;
}

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



.styleroom-section .styleroom-container {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin-left: 0;
}
.styleroom-section .styleroom-container .product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 78%;
  margin: auto;
}
.styleroom-section .styleroom-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;
}
.styleroom-section .styleroom-container .product-slide .product-slide_img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  min-width: 100%;
  height: 100%;
}
.styleroom-section .styleroom-container .product-slide .product-slide-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.styleroom-section .styleroom-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);
}
.styleroom-section .styleroom-container .product-slide .product-slide-text {
  z-index: 21;
  box-sizing: border-box;
  padding: 0 2vw 0;
  text-align: center;
}
.styleroom-section .styleroom-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;
}
.styleroom-section .styleroom-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", "맑은 고딕";
}
.styleroom-section .styleroom-container .product-slide .product-slide-text .product-slide__title span {
  position: relative;
}
.styleroom-section .styleroom-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;  
}
.styleroom-section .styleroom-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;  
}
.styleroom-section .styleroom-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;
}
.styleroom-section .styleroom-container .product-slide.is-active {
  width: calc(70% - 10px);
}
.styleroom-section .styleroom-container .product-slide.product-slide.is-active .product-slide-content::after {
  opacity: 1;
}
.styleroom-section .styleroom-container .product-slide.is-active .product-slide-text .product-slide__title span::before {
  width: 50%;
  transition: all .8s ease;
}
.styleroom-section .styleroom-container .product-slide.is-active .product-slide-text .product-slide__title span::after {
  width: 50%;
  transition: all .8s ease;
}
.styleroom-section .styleroom-container .product-slide.is-active .product-slide-text, .styleroom-section .styleroom-container .product-slide.is-active .product-slide-text .product-slide__impact, .styleroom-section .styleroom-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; 
}

.styleroom-section .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;
}
.styleroom-section .swiper-number-area {
  position: absolute;
  width: 157px;
  top: -23px;
  z-index: 1;
  display: flex;
}
.styleroom-section .swiper-label__number.is--active {
  opacity: 1;
}
.styleroom-section .main-swiper-slide-button-area {
  z-index: 11;
  margin-left: 5px;
}
.styleroom-section .product-section.active .swiper-slide-active .product-slide-img-area {
  opacity: 1;
  transform: translateZ(0);
}
.styleroom-section .product-section.active .swiper-slide-active .product-slide-text {
  opacity: 1;
  transform: translateZ(0);
}



.styleroom-section {
  position: relative;
  background-color: #fff;
  padding: 150px 0 100px;
}

.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", "맑은 고딕";
}

.styleroom-section .product-wrap {
  height: 100%;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0px;
}
.styleroom-section .product-slide-swiper-slide {
	overflow: hidden;
}

.styleroom-section .swiper-container {
  position: initial;
}
.styleroom-section .styleroom-container {
}


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


.styleroom-section .styleroom-container .product-slide-swiper-slide .product-slide-box {
  position: relative;
  z-index: 1;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  height: 360px;
}
.styleroom-section .styleroom-container .product-slide-swiper-slide .product-slide-box .img-box {
	position: relative;
	height: 250px;
	overflow: hidden;
}
.styleroom-section .styleroom-container .product-slide-swiper-slide .product-slide-box .img-box img {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-box .img-hover {
	transition: all .2s ease;
}
.img-box:hover .img-hover {
    opacity: 0.8;
	transition: all .2s ease;
}

.styleroom-section .styleroom-container .product-slide-swiper-slide.swiper-slide-active .swiper-control-area {
  display: block;
}
.styleroom-section .styleroom-container .product-slide-swiper-slide .tit {
  position: relative;
  color: #000;
  letter-spacing: -0.05em;
  transition-delay: .5s;
  padding-bottom: 41px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 5px 0;
  text-align: left;
  width: 100%;
}

.styleroom-section .swiper-button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px auto;
  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;
}
.styleroom-section .swiper-button-area .swiper-pagination {
  position: relative;
  display: inline-block;
}
.styleroom-section .swiper-pagination-progressbar {
  position: static;
	width: 86%;
	background: #eeeeee;
	height: 2px;
}
.styleroom-section .swiper-pagination-progressbar-fill {
  background: #3761a8;
  height: 2px;
}
.styleroom-section .swiper-button-next, .styleroom-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%;
}
.styleroom-section .swiper-button-prev {
  right: 0px;
}
.styleroom-section .swiper-button-next {
  background: #a38438;
}
.styleroom-section .arrow {
    position: relative;
    display: flex;
    width: 17px;
    height: 1px;
    margin: 19px auto;
    background: #fff;
}
.styleroom-section .arrow:before {
    top: 300%;
    transform: rotate(-45deg);
	background: #fff;
}
.styleroom-section .arrow:before, .styleroom-section .arrow:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 7px;
    height: 1px;
    right: 0;
}
.styleroom-section .arrow:after {
    bottom: 300%;
    transform: rotate(45deg);
}
.styleroom-section .swiper-button-prev .arrow {
    background: var(--main-color);
}
.styleroom-section .swiper-button-prev .arrow:before, .styleroom-section .swiper-button-prev .arrow:after {
    background: var(--main-color);
}
.styleroom-section .swiper-button-prev span {
    transform: rotate(180deg);
}

.styleroom-section .swiper-button-prev:hover {
	background: var(--main-color);
}
.styleroom-section .swiper-button-next:hover {
	background: #ddd;
}
.styleroom-section .swiper-button-prev:hover .arrow {
    background: #ddd;
}
.styleroom-section .swiper-button-prev:hover .arrow:before, .styleroom-section .swiper-button-prev:hover .arrow:after {
    background: #ddd;
}
.styleroom-section .swiper-button-next:hover .arrow {
    background: #a38438;
}
.styleroom-section .swiper-button-next:hover .arrow:before, .styleroom-section .swiper-button-next:hover .arrow:after {
    background: #a38438;
}

.styleroom-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);
}
.styleroom-section .slider-number-text--total {
  margin-left: 5px;
  margin-right: 0;
}
.styleroom-section .swiper-control-area {
  display: flex;
  padding-top: 50px;
}









.info-section {
  position: relative;
  background-color: #fff;
  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: #000;
  font-size: 20px;
  font-weight: 500;
}
.info-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 50px;
  height: 2px;
  background-color: #000;
  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: #000;
  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: 1200px;
	display: flex;
	justify-content: space-around;
	gap: 80px;
	border-radius: 20px;
	border: solid 1px #d6d5d4;
	padding: 100px 80px;
	background: rgba(251,250,249,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: #d6d5d4;
}
.info-section .info-wrap .content:last-child:after {
	display: none;
}
.info-section .info-wrap .content p {
  font-size: 18px;
  font-weight: 500;
  color: #777;
}
.info-section .info-wrap .content .count {
	font-size: 20px;
}
.info-section .info-wrap .content .counterNum {
  font-family: "Montserrat", sans-serif;
	font-size: 80px;
	font-weight: 600;
}
.info-section .info-wrap .counter-wrap {
	margin-top: 30px;
	margin-bottom: 20px;
}
.info-section .info-wrap h2 {
	color: #272727;
  font-weight: 400;
	font-size: 20px;
	font-weight: 500;
  letter-spacing: -1px;
	z-index: 100;
	margin-bottom: 10px;
}
.info-section .info-wrap .ti {
	color: #000;
	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);
}


.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;
  background-color: #f9f9f9;
  padding: 150px 0;
}
.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-top: 100px;
}
.board-section .board-wrap table {
	width: 1200px;
	text-align: center;
	margin: auto;
    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:hover {
	font-weight: 400;
}
.board-section .board-wrap table tr td {
	font-size: 22px;
	padding: 30px 0;
    border-bottom: 1px 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;
}


.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;
}
.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 .styleroom-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: 30px;
	}
	.main-section .main_txt .txt {
		font-size: 15px;
	}


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

	.overview-section .left-wrap .big-img {
		width: 100%;
		height: 250px;
	}


  .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: 100px;
	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 .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;
	}

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


	.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: 30px;
		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: 10px;
		font-size: 16px;
		font-weight: 600;
		padding-top: 10px;
	}

	.product-section .product-container .product-slide-swiper-slide .tit {
		width: 100%;
	}


	.styleroom-section {
		padding: 100px 0 0px;
	}
	.styleroom-wrap {
		margin-top: 50px;
	}
	.styleroom-section .section-header .section-header_tit {
		font-size: 30px;
	}
	.styleroom-section .section-header .section-header_desc {
		font-size: 14px;
	}


	.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;
	}


	.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 {
		padding: 80px 0;
	}
	.board-section .section-header .section-header_tit {
		font-size: 30px;
	}
	.board-section .section-header .section-header_desc {
		font-size: 14px;
	}
	.board-section .board-wrap {
		margin-top: 50px;
		padding: 0 10px;
	}
	.board-section .board-wrap table {
		width: 100%;
	}
	.board-section .board-wrap table tr td.link {
		width: 10%;
	}
	.board-section .board-wrap table tr td {
		font-size: 17px;
		padding: 20px 0;
		border-bottom: 1px solid #eee;
	}




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

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

}