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

.video-section {
    position: relative;
}
.video-section .video-container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-top: -60px;
	padding-bottom: 56.25%;
}
.video-section .video-container iframe, .video-section .video-container object, .video-section .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-section-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.main-section .main-visual {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.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;
  -webkit-transform: scale(1.2, 1.2) rotate(0.002deg);
  transform: scale(1.2, 1.2) rotate(0.002deg);
  -webkit-transition: transform 4000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: transform 4000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 4000ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 4000ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.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;
  left: 20px;
  top: 34%;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
}
.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: 1px;
	background: #aaa;
	height: 150px;
}
.main-section .swiper-pagination-progressbar-fill {
	width: 1px;
  background: #3761a8;
  height: 150px;
  -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;
}

.product-section .section-header {
	position: relative;
  text-align: left;
  color: #777777;
  width: 35%;
  background: #3761a8;
  height: 100%;
  padding: 200px 0 350px 140px;
  background: url(../images/main/product-bg.jpg) no-repeat;
  background-size: cover;
	z-index: 100;
}
.product-section .section-header:before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.product-section .section-header .section-header_info {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.product-section .section-header .section-header_line {
  display: block;
  content:"";
  width: 1px;
  height: 38px;
  background-color: #D8D8D8;
  margin: 7px auto;
}
.product-section .section-header .section-header_tit {
  font-size: 70px;
  font-weight: 400;
  line-height: 1.21666;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin: auto;
}

.product-section .section-header .product-section-title {
  font-size: 34px;
  letter-spacing: -0.68px;
}
.product-section .section-header .section-header_desc {
  font-size: 17px;
  letter-spacing: -0.05em;
	line-height: 24px;
  padding: 14px 0 54px;
  color: #fff;
}



.product-section {
  padding: 0vw 0;
  background-color: #f9f9f9;
}
.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;
  background-color: #f9f9f9;
  display: flex;
}

.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: 65%;
  margin-top: 120px;
  margin-left: 50px;
}


.product-section .swiper-container {
  position: initial;
}
.product-section .product-container {
}
.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;
}
.product-section .product-container .product-slide-swiper-slide .product-slide-box img {
	height: 500px;
}
.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: #191919;
  letter-spacing: -0.05em;
  transition-delay: .5s;
  padding-bottom: 41px;
  font-size: 20px;
  padding-top: 30px;
  text-align: center;
  width: 100%;
}

.product-section .swiper-button-area {
  position: absolute;
  left: 130px;
  top: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -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;
}
.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: #f8f8f8;
  z-index: 10000;
  border-radius: 50%;
}
.product-section .swiper-button-prev {
  right: 0px;
}
.product-section .swiper-button-next {
  background: #03113c;
}
.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: #03113c;
}
.product-section .swiper-button-prev .arrow:before, .product-section .swiper-button-prev .arrow:after {
    background: #03113c;
}
.product-section .swiper-button-prev span {
    transform: rotate(180deg);
}

.product-section .swiper-button-prev:hover {
	background: #03113c;
	transition: all .3s ease;
}
.product-section .swiper-button-next:hover {
	background: #fff;
	transition: all .3s ease;
}
.product-section .swiper-button-prev:hover .arrow {
    background: #fff;
	transition: all .3s ease;
}
.product-section .swiper-button-prev:hover .arrow:before, .product-section .swiper-button-prev:hover .arrow:after {
    background: #fff;
	transition: all .3s ease;
}
.product-section .swiper-button-next:hover .arrow {
    background: #03113c;
	transition: all .3s ease;
}
.product-section .swiper-button-next:hover .arrow:before, .product-section .swiper-button-next:hover .arrow:after {
    background: #03113c;
	transition: all .3s ease;
}

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

/*실적 end*/

/*오시는길*/
.location-section {
  background-image: url('../images/main/location-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: 28px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 50px;
}
.customer-section .customer-inner .tit b {
	font-size: 38px;
}
.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;
	margin-right: 10px;
}
.customer-section .btn-wrap a:hover {
	background: #fff;
	color: #222;
}
.customer-section .btn-wrap a:last-child {
	margin-right: 0px;
}



.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) {
  .video-section .video-container {
    position: relative;
    height: 0;
    overflow: hidden;
    margin-top: 60px;
    padding-bottom: 150%;
  }
  .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-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: 284px;
	margin-left: 54px;
  }

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

  .product-section .product-container .product-slide-swiper-slide .product-slide-box img {
	height: 100%;
  }

}



@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: 1%;
		/* transform: translate(-50%, 0); */
		top: 5%;
		bottom: 100px;
		z-index: 11;
		/* display: inline;
		writing-mode: horizontal-tb; */
	}
	.main-section .visual-pagination-wrap .button-area {
	}

	.location-section {
		background-size: 250% 100%;
	}
	.location-section .location-inner li {
		display: block;
	}
	.location-section .section-header-inner {
		padding: 80px 0 10px;
	}
	.location-section .section-header-inner .section-header_info {
		font-size: 24px;
	}
	.location-section .section-header .section-header_desc {
		font-size: 14px;
	}

	.location-section .location-inner {
		margin: 50px 10px 80px;
	}
	.location-section li {
		padding: 140px 90px;
	}

	.location-section .root_daum_roughmap {
		width: 90%;
		height: 300px;
		box-sizing: border-box;
	}
	
	.location-section .location-inner li:nth-child(2) {
	  transform: translate(0%, 5%);
	}
	.location-section .location-inner li:nth-child(3) {
	  transform: translate(0%, 10%);
	}

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

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

	.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 .customer-inner .tit b {
		font-size: 28px;
	}
	.customer-section .btn-wrap a {
		padding: 10px 22px;
		color: #fff;
		font-size: 16px;
	}

}





.overview-section {
  padding: 150px 0;
  background-color: #fff;
}
.overview-section .section-header {
  width: 100%;
  background: none;
  padding: 0px;
  color: #222;
  text-align: center;
}

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

.overview-wrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.overview-section .section-header .section-header_desc {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
.overview-section .section-header .section-header_desc span {
  font-weight: 600;
}
.overview-section .overview-slide-swiper-slide {
	display: flex;
	justify-content: space-between;
}
.overview-section .overview-left {
	padding: 100px 150px;
}
.overview-section .overview-left h2 {
	font-size: 40px;
	color: #222;
	opacity: 0;
    transform: translate3d(0, 20px, 0);
}
.overview-section .overview-left .eng {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	font-family: "Montserrat", "NotoSansKR", sans-serif;
	opacity: 0;
    transform: translate3d(0, 20px, 0);
}
.overview-section .overview-left .desc {
	font-size: 18px;
	color: #222;
	margin-top: 20px;
	opacity: 0;
    transform: translate3d(0, 20px, 0);
}
.overview-section .overview-left .more-btn a {
	font-size: 15px;
	color: #222;
	margin-top: 100px;
	display: flex;
    align-items: center;
    gap: 7px;
	opacity: 0;
    transform: translate3d(0, 20px, 0);
}
.overview-section .overview-left .more-btn a:hover {
	font-weight: 600;
    transition: all 0.5s ease 0s;
}
.overview-section .overview-left .more-btn a:hover span {
	transform: translate3d(10px, 0px, 0);
    transition: all 0.5s ease 0s;
}
.overview-section .overview-right {
	position: relative;
	display: flex;
    align-items: center;
}
.overview-section .overview-right span {
	position: absolute;
	font-size: 136px;
	font-weight: bold;
    color: #eee;
	right: 0px;
	bottom: -60px;
	opacity: 0;

}
.overview-slide-swiper-slide {
	height: 560px;
}

.overview-section .swiper-slide-active .overview-left h2 {
    opacity: 1;
    transition: all 0.5s ease 0.5s;
    transform: translateZ(0);
}
.overview-section .swiper-slide-active .overview-left .eng {
    opacity: 1;
    transition: all 0.5s ease 1s;
    transform: translateZ(0);
}
.overview-section .swiper-slide-active .overview-left .desc {
    opacity: 1;
    transition: all 0.5s ease 1.5s;
    transform: translateZ(0);
}
.overview-section .swiper-slide-active .overview-left .more-btn a {
    opacity: 1;
    transition: transform, opacity 0.5s ease 2s;
    transform: translateZ(0);
}
.overview-section .swiper-slide-active .overview-right span {
    opacity: 0.7;
    transition: transform, opacity 0.5s ease 1.5s;
    transform: translate(0);
}

@media screen and (max-width:990px) {
    .overview-section {
		padding: 50px 0 0;
	}
	.overview-section .section-header {
	  padding: 0px 0 20px;
	}
	.overview-slide-swiper-slide {
		height: 100%;
	}
	.overview-section .section-header-inner .section-header_info {
        font-size: 24px;
    }
	.overview-section .section-header .section-header_desc {
        font-size: 14px;
    }
	.overview-section .overview-slide-swiper-slide {
		display: inline-block;
	}
	.overview-section .overview-left {
		padding: 0 30px 30px;
	}
	.overview-section .overview-left h2 {
		font-size: 24px;
	}
	.overview-section .overview-left .eng {
		font-size: 16px;
	}
	.overview-section .overview-left .desc {
		font-size: 14px;
	}
	.overview-section .overview-left .more-btn a {
		font-size: 15px;
		margin-top: 30px;
	}
	.overview-wrap {
		border: 0px solid #eee;
	}
	.overview-section .overview-right span {
		position: absolute;
		font-size: 54px;
		font-weight: bold;
		color: #eee;
		right: 0px;
		bottom: -18px;
		opacity: 0;
	}
}





.more-btn span {
    position: relative;
}

.more-btn span::after {
    content: '';
    width: 8px; /* 사이즈 */
    height: 8px; /* 사이즈 */
    border-top: 1px solid #121212; /* 선 두께 */
    border-right: 1px solid #121212; /* 선 두께 */
    display: inline-block;
    transform: rotate(45deg); /* 각도 */
    position: absolute;
    top: 0px; /* 기본 0px 값으로 해주세요 */
    left: 0px; /* 기본 0px 값으로 해주세요 */
	margin-top: -3px;
}