#fp-nav {display: flex; align-items: center; top: auto; left: 22px !important; bottom: 55px;}
#fp-nav .nav_nm, #fp-nav .bottom_nm {font-size: 12px; font-weight: 600;}
#fp-nav .nav_nm {color: #32c6a8;}
#fp-nav .bottom_nm {margin-top: 0 !important; color: #fff;}
#fp-nav .seperator {display: inline-block; height: 10px; width: 1px; background: #fff;  -webkit-transform: rotate(15deg); transform: rotate(15deg); margin: 0 10px;}
#fp-nav ul {display: none;}

.left_tooltip {position: fixed; left: 0; top: 0; display: flex; justify-content: center; align-items: center; width: 100px; height: 100%; border-right: 1px solid rgb(255,255,255,0.1); z-index: 2; }
.left_tooltip .f18 {-webkit-transform: rotate(90deg);  transform: rotate(90deg); position: absolute; color: #fff; font-weight: 500; letter-spacing: 5px;}



/******** VISUAL ********/
#mainVisual {overflow:hidden; width:100%; height:100vh; position:relative;background-color:#000;}
.main-visual-con, .main-visual-con .slick-list, .main-visual-con .slick-track, .main-visual-item{height:100%;}
.main-visual-con{z-index:1;}
/* VISUAL :: 이미지 */
.main-visual-item{position:relative;}
.main-visual-item .main-visual-img {width:100%; height:100%; background-size:cover !important; -webkit-transform: scale(1.3,1.3); transform: scale(1.3,1.3); -webkit-transition:transform 5000ms  ease-in-out ; transition:transform 5000ms ease-in-out ;}
.video_bg_wrap .video_bg {width: 100%; overflow: hidden; margin: 0px auto; position: relative; object-fit: cover;}
.video_bg_wrap .video_bg video {width: 100%; overflow: hidden; overflow-x: hidden;  overflow-y: hidden; height: 100%; width: 100%; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px;}
.video_bg_wrap .dim {background: #1c797c; width: 100%; height: 100%;  z-index: 1; position: absolute; opacity: 0.4;}
.main-visual-item.item0 .main-visual-img {background:#000 url('../images/main_visual_bg1.jpg') no-repeat 50% 50%;}
.main-visual-item.item1 .main-visual-img {background:#000 url('../images/main_visual_bg2.jpg') no-repeat 50% 50%;}
/* VISUAL :: 텍스트 */
.main-visual-item .main-visual-txt-con {position:absolute; left:0px; top:0; width:100%; height:100%; z-index: 2;}
.main-visual-item .main-visual-txt-con .wrapper {display: flex; justify-content: flex-start; align-items: flex-end; height: 100%;}
.main-visual-item .main-visual-txt-con .visual_txt {margin-bottom: 20vh;}
.main-visual-item .visual_txt .f64 {color:#fff; font-weight: 400; overflow: hidden; margin-bottom: 15px;}
.main-visual-item .visual_txt .f64:last-child {margin-bottom: 0;}
.main-visual-item .visual_txt .f64 span {opacity:0; display: inline-block;}
.main-visual-item .visual_txt .f64 strong {font-weight: 700;}
/* VISUAL :: active효과 */
.main-visual-item.active-item .main-visual-img {-webkit-transform: scale(1.0,1.0) rotate(0.002deg); transform: scale(1.0,1.0) rotate(0.002deg);}
.main-visual-item.active-item .visual_txt .f64 span {-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.main-visual-item.active-item .visual_txt .f64:nth-child(1) span { -webkit-animation-delay:0.3s; animation-delay:0.3s;}
.main-visual-item.active-item .visual_txt .f64:nth-child(2) span { -webkit-animation-delay:0.5s; animation-delay:0.5s;}
@keyframes text-active-animation {
	from {opacity:0;filter:Alpha(opacity=0); -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0);}
	to {opacity:1.0;filter:Alpha(opacity=100); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}
/* VISUAL :: 페이지네이션 */
.main_slide_dots {position: absolute; left: 166px; bottom: 38vh; z-index: 2; display: flex;}
.main_slide_dots li {width: 16px; height: 16px; margin: 0 10px; display: flex; justify-content: center; align-items: center; position: relative; cursor: pointer;}
.main_slide_dots li:first-child {margin-left: 0;}
.main_slide_dots li:last-child {margin-right: 0;}
.main_slide_dots li button {font-size: 0;}
.main_slide_dots .circle-box {position:relative; margin:auto; width:100%; height:100%; z-index:11; box-sizing:border-box; font-size: 0;}
.main_slide_dots .circle-box svg{overflow: visible; position:static; top:0; left:0; width:10px; height:10px; margin: 6px; fill:#fff; stroke:#fff; transform: rotate(-90deg);}
.main_slide_dots .circle-box svg circle {transform-origin: center; stroke-dasharray: 360; stroke-dashoffset: 360; stroke-dashoffset: 17px;}
.main_slide_dots li.slick-active .dot .circle-box {position:relative; margin:auto; width:100%; height:100%; z-index:11; box-sizing:border-box; font-size: 0;}
.main_slide_dots li.slick-active .dot .circle-box svg { fill:none; width:16px; height:16px; stroke:#32c6a8; margin: 0;}
.main_slide_dots li.slick-active .dot .circle-box svg .circle {stroke: #32c6a8; stroke-width: 25px;}
/* VISUAL :: 스크롤 다운 */
#mainVisual .scroll_down {position: absolute; right:115px; bottom: 50px; z-index: 9;}
#mainVisual .scroll_down .txt {position: relative; color:#fff; font-size: 13px; font-weight: 700; transform: rotate( 90deg); margin: 75px 0; letter-spacing: 1px; font-family: 'Pretendard', 'sans-serif';}
@-webkit-keyframes scroll_down_txt { 
	0% {top:10px; opacity: 0;}
	100% {top:60px; opacity: 1;}
} 
#mainVisual .scroll_down .icon {position: relative; top: 24px; left: 39px; animation: scroll_down_icon 1.5s linear ; -webkit-animation: scroll_down_icon 1.5s linear; animation-timing-function:ease-in-out; animation-iteration-count: infinite;}
#mainVisual .scroll_down .icon img {width: 15px; height: 28px; }
#mainVisual .scroll_down .scroll-circle-box {display: block;position: relative; width: 16px; height: 28px; border: 2px solid #fff; margin: 10px auto 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px;}
#mainVisual .scroll_down .scroll-circle-box:before {position: absolute; content: ""; left: 5px; top: 5px; width: 2px; height: 6px; background-color: #fff; opacity: 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; animation: mouseScroll 1.5s infinite;}
@-webkit-keyframes mouseScroll { 
	0% { opacity:1; transform: translateY(0px) }
	100% {opacity:0; transform: translateY(8px)}
} 
/* VISUAL :: 처음들어왔을때 검은화면 */
.main-bk-bg {width: 100%; height: 100%; position: fixed; z-index: 9999999; top: 0; left: 0; opacity: 1; visibility: visible; background-color: #000;}
/******** VISUAL 끝 ********/


/******** PARTNERS *********/
.partners {background: #102a3c; width: 100%; height: 100%; display: flex; flex-flow: column; justify-content: center; position: relative;}
.partners_bg {position: absolute; top: 0; left: 0; background: url('../images/partners_bg.png') no-repeat bottom center / cover; width: 100%; height: 65%;}
.partners .text {}
.partners .text .f20 {color: #32c6a8; font-weight: 700; margin-bottom: 30px; overflow: hidden;}
.partners .text .f20 span {display: inline-block;}
.partners .text .title {}
.partners .text .title .f56 {color: #fff; margin-bottom: 10px; overflow: hidden;}
.partners .text .title .f56:last-child {margin-bottom: 0;}
.partners .text .title .f56 span {display: inline-block;}
.active .partners .text .f20 span, .active .partners .text .title .f56 span {-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.active .partners .text .f20 span {-webkit-animation-delay:0.1s; animation-delay:0.1s;}
.active .partners .text .title .f56:nth-child(1) span { -webkit-animation-delay:0.3s; animation-delay:0.3s;}
.active .partners .text .title .f56:nth-child(2) span { -webkit-animation-delay:0.5s; animation-delay:0.5s;}
.partners .logo_sliding_wrap {margin-top: 150px; display: flex;}
.partners .logo_sliding_wrap .logo {display: flex; -webkit-animation: loop 25s infinite linear; animation: loop 25s infinite linear; }
.partners .logo_sliding_wrap .logo .box {display: flex; justify-content: center; align-items: center; width: 288px; height: 140px; border-radius: 100px; background: #fff; margin: 0 20px;}
.partners .logo_sliding_wrap .logo .box img {}
@keyframes loop {
	100% {-webkit-transform: translateX(-100%); transform: translateX(-100%);}
}
/******** PARTNERS 끝 *********/


/******** VITO *********/
.vito_wrap {position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center;}
.vito_wrap .bg_wrap {width: 100%; height: 100%; position: absolute;}
.vito_wrap .bg_wrap .image {width: 100%; height: 100%; margin: 0 auto; overflow: hidden;}
.vito_wrap .bg_wrap .image img {width: 100%; height: 100%; object-fit: cover;}
.vito_wrap .f60 {position: absolute; color: #fff; text-shadow: 0px 0px 30px rgb(0,0,0,0.5); padding: 0 16px; text-align: center;}
.vito_wrap .f60 span {display: block; margin-bottom: 10px;}
.vito_wrap .f60 span:last-child {margin-bottom: 0;}
/* VITO :: active효과 */
.active .vito_wrap .bg_wrap {-webkit-animation: vito_bg_animation 1.2s cubic-bezier(0.0, 0.0, 0.58, 1.0) both; animation: vito_bg_animation 1.2s cubic-bezier(0.0, 0.0, 0.58, 1.0) both; -webkit-animation-delay:0.5s; animation-delay:0.5s;}
.active .vito_wrap .bg_wrap .image {-webkit-animation: vito_bg_img 1.2s cubic-bezier(0.42, 0.0, 0.58, 1.0) both; animation: vito_bg_img 1.2s cubic-bezier(0.0, 0.0, 0.58, 1.0) both; -webkit-animation-delay:0.5s; animation-delay:0.5s;}
.active .vito_wrap .f60 { -webkit-animation: vito_text_animation 1.5s cubic-bezier(0,.38,.52,1) both; animation: vito_text_animation 1.5s cubic-bezier(0,.38,.52,1) both; -webkit-animation-delay:1.5s; animation-delay:1.5s;}
@keyframes vito_bg_animation {
	0% {-webkit-transform: translate3d(0, 40%, 0); transform: translate3d(0, 40%, 0);}
	100% {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}
@keyframes vito_bg_img {
	0% {width: 60%; height: 30%;}
	100% {width: 100%; height: 100%;}
}
@keyframes vito_text_animation {
	0% {opacity:0;filter:Alpha(opacity=0); -webkit-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0);}
	100% {opacity:1.0;filter:Alpha(opacity=100); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
}
/******** VITO 끝 *********/


/******** BUSINESS *********/
.business_wrap { position: relative; width: 100%; height: 100%;}
.business_wrap .business_tab {position: absolute; bottom: 0; right: 0; display: flex; z-index: 1;}
.business_wrap .business_tab .tab {display: flex; align-items: center; justify-content: space-between; background: #fff; width: 320px; height: 170px; border-top-left-radius: 30px; border-top-right-radius: 30px; padding: 0 40px 0 60px; cursor: pointer; transition: all 0.2s;}
.business_wrap .business_tab .tab .f24 {color: #aaa; font-weight: 600; transition: all 0.2s;}
.business_wrap .business_tab .tab .icon_box {width: 70px; height: 70px; border: 1px solid #eee; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: all 0.2s;}
.business_wrap .business_tab .tab .icon_box .icon {display: inline-block; width: 26px; height: 20px; transition: all 0.2s;}
.business_wrap .business_tab .tab1 .icon_box .icon {background: url('../images/business_icon1.png') no-repeat center / cover;}
.business_wrap .business_tab .tab2 .icon_box .icon {background: url('../images/business_icon2.png') no-repeat center / cover;}
.business_wrap .business_tab .tab3 .icon_box .icon {background: url('../images/business_icon3.png') no-repeat center / cover;}
.business_wrap .business_tab .tab:hover {transform: translateY(20px); transition: all 0.2s;}
.business_wrap .business_tab .tab:hover .icon_box {background: #32c6a8;  border: 1px solid #32c6a8; transition: all 0.2s;}
.business_wrap .business_tab .tab:hover .f24 {color: #000;}
.business_wrap .business_tab .tab.active {background: #32c6a8; border-top-left-radius: 100px; transform: translateY(0);}
.business_wrap .business_tab .tab.active .f24 {color: #fff;}
.business_wrap .business_tab .tab.active .icon_box {border: 1px solid #36d9b8; background: #36d9b8; flex-shrink: 0;}
.business_wrap .business_tab .tab1:hover .icon_box .icon, .business_wrap .business_tab .tab1.active .icon_box .icon {background: url('../images/business_icon1_on.png') no-repeat center / cover; transition: all 0.2s;}
.business_wrap .business_tab .tab2:hover .icon_box .icon, .business_wrap .business_tab .tab2.active .icon_box .icon {background: url('../images/business_icon2_on.png') no-repeat center / cover; transition: all 0.2s;}
.business_wrap .business_tab .tab3:hover .icon_box .icon, .business_wrap .business_tab .tab3.active .icon_box .icon {background: url('../images/business_icon3_on.png') no-repeat center / cover; transition: all 0.2s;}
.business_wrap .business_tab_con {width: 100%; height: 100%;}
.business_wrap .business_tab_con .tab_con {width: 100%; height: 100%; display: block; position: relative; display: none;}
.business_wrap .business_tab_con .tab_con .inner {display: flex; height: 100%; width: 100%;}
.business_wrap .business_tab_con .tab_con .blur_bg {width: 100%; height: 100%; z-index: -1; position: absolute; top: 0; left: 0; filter: blur(8px); -webkit-filter: blur(8px);}
.business_wrap .business_tab_con .tab_con.con1 .blur_bg {background: url('../images/business_bg1.jpg') no-repeat center / cover;}
.business_wrap .business_tab_con .tab_con.con2 .blur_bg {background: url('../images/business_bg2.jpg') no-repeat center / cover;}
.business_wrap .business_tab_con .tab_con.con3 .blur_bg {background: url('../images/business_bg3.jpg') no-repeat center / cover;}
.business_wrap .business_tab_con .tab_con .bg {width: 100%; height: 100%; position: relative;}
.business_wrap .business_tab_con .tab_con .bg .image {width: 100%; height: 100%; display: flex; align-items: center;}
.business_wrap .business_tab_con .tab_con .bg img {width: 100%; object-fit: cover;}
.business_wrap .business_tab_con .tab_con .text {position: absolute;  z-index: 2; top: 290px;}
.business_wrap .business_tab_con .tab_con .text .f78 {display: inline-block; color: #fff; text-shadow: 0px 0px 14px rgb(0,0,0,0.15); padding-right: 20px; overflow: hidden; text-wrap: nowrap;}
.business_wrap .business_tab_con .tab_con .text .f78 span {display: inline-block;}
.active .business_wrap .business_tab_con .tab_con .text .f78 span {-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; -webkit-animation-delay:0.1s; animation-delay:0.1s;}
/* BUSINESS :: PLUS 아이콘 */
.business_tab_con .item_wrap .item {position: absolute;cursor: pointer;text-align: center; transform: translate(-50%, -50%);z-index: 5;}
.business_tab_con .con1 .item_wrap .item1 {top: calc(610 / 1400 * 100%); left: calc(145 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item2 {top: calc(835 / 1400 * 100%); left: calc(145 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item3 {top: calc(650 / 1400 * 100%); left: calc(370 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item4 {top: calc(420 / 1400 * 100%); left: calc(650 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item5 {bottom: calc(430 / 1400 * 100%); right: calc(860 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item6 {bottom: calc(280 / 1400 * 100%); right: calc(860 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item7 {top: calc(445 / 1400 * 100%); right: calc(695 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item8 {bottom: calc(478 / 1400 * 100%); right: calc(445 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item9 {bottom: calc(740 / 1400 * 100%); right: calc(430 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item10 {bottom: calc(710 / 1400 * 100%); right: calc(215 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item11 {bottom: calc(430 / 1400 * 100%); right: calc(110 / 1920 * 100%);}
.business_tab_con .con1 .item_wrap .item12 {bottom: calc(650 / 1400 * 100%); left: calc(500 / 1920 * 100%);}


.business_tab_con .con2 .item_wrap .item1 {top: calc(355 / 1400 * 100%); left: calc(265 / 1920 * 100%);}
.business_tab_con .con2 .item_wrap .item2 {top: calc(345 / 1400 * 100%); left: calc(745 / 1920 * 100%);}
.business_tab_con .con2 .item_wrap .item3 {top: calc(600 / 1400 * 100%); left: calc(690 / 1920 * 100%);}
.business_tab_con .con2 .item_wrap .item4 {top: calc(445 / 1400 * 100%); right: calc(488 / 1920 * 100%);}
.business_tab_con .con2 .item_wrap .item5 {bottom: calc(620 / 1400 * 100%); right: calc(310 / 1920 * 100%);}
.business_tab_con .con2 .item_wrap .item6 {top: calc(580 / 1400 * 100%); right: calc(62 / 1920 * 100%);}
.business_tab_con .con2 .item_wrap .item7 {top: calc(500 / 1400 * 100%); left: calc(560 / 1920 * 100%);}
.business_tab_con .con2 .item_wrap .item8 {top: calc(650 / 1400 * 100%); left: calc(1000 / 1920 * 100%);}



.business_tab_con .con3 .item_wrap .item1 {top: calc(355 / 1400 * 100%); left: calc(320 / 1920 * 100%);}
.business_tab_con .con3 .item_wrap .item2 {top: calc(470 / 1400 * 100%); left: calc(490 / 1920 * 100%);}
.business_tab_con .con3 .item_wrap .item3 {top: calc(585 / 1400 * 100%); left: calc(615 / 1920 * 100%);}
.business_tab_con .con3 .item_wrap .item4 {bottom: calc(525 / 1400 * 100%); left: calc(575 / 1920 * 100%);}
.business_tab_con .con3 .item_wrap .item5 {top: calc(255 / 1400 * 100%); right: calc(775 / 1920 * 100%);}
.business_tab_con .con3 .item_wrap .item6 {top: calc(515 / 1400 * 100%); right: calc(930 / 1920 * 100%);}
.business_tab_con .con3 .item_wrap .item7 {top: calc(660 / 1400 * 100%); right: calc(115 / 1920 * 100%);}
.business_tab_con .con3 .item_wrap .item8 {top: calc(400 / 1400 * 100%); right: calc(600 / 1920 * 100%);}
.business_tab_con .con3 .item_wrap .item9 {top: calc(660 / 1400 * 100%); right: calc(800 / 1920 * 100%);}



.business_tab_con .item_wrap .item .marker {border-radius: 50%; position: relative;}
.business_tab_con .item_wrap .item .marker span {display: inline-block; width: 45px; height: 45px;  background: #fff; border-radius: 50%; z-index: 2; position: relative; display: flex; justify-content: center; align-items: center; transition: all 0.2s;}
.business_tab_con .item_wrap .item .marker span i {font-size: 30px; color: #32c6a8; transition: all 0.2s;}
.business_tab_con .item_wrap .item .marker:before,
.business_tab_con .item_wrap .item .marker:after{display: block;content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%); border-radius:50%; background:#fff; opacity:0; transition:0.3s;  z-index: 1;}
.business_tab_con .item_wrap .item .marker:before{animation:motion 3s ease-in infinite 0s;}
.business_tab_con .item_wrap .item .marker:after{animation:motion 3s ease-in infinite 1.5s; animation-delay: 1.5s;}
.business_tab_con .item_wrap .item .marker:hover:before,
.business_tab_con .item_wrap .item .marker:hover:after{background:#32c6a8;}
.business_tab_con .item_wrap .item .marker:hover span {transform: scale(0.8); background: #32c6a8; transition: all 0.2s;}
.business_tab_con .item_wrap .item .marker:hover span i {transform: scale(1.2); color: #fff; transition: all 0.2s;}
@keyframes motion{
	0%{
		opacity:0.1;
		width:10px;height:10px;
	}
	50%{
		opacity:0.9;
	}
	100%{
		opacity:0;
		width:80px;height:80px;
	}
}
/* BUSINESS :: 팝업 */
.business_popup_wrap {position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 999; background: rgba(0,0,0,0.5); display: none;}
.business_popup_wrap.on {display: inline-block;}
.business_popup_wrap .pop_box {width: 100%; max-width: 650px; height: 380px; background: #fff; position: relative; top: 50%; left: calc(50% - 20px); transform: translate(-50%, -50%); padding: 40px; margin: 0 20px; border-radius: 30px; display: flex; justify-content: center; align-items: center; display: none;}
.business_popup_wrap .pop_box.on {display: flex;}
.business_popup_wrap .pop_box .close_btn {width: 50px; height: 50px; border-radius: 50%; background: #32c6a8; position: absolute; top: 20px; right: 20px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all 0.2s; z-index: 2;}
.business_popup_wrap .pop_box .close_btn:hover {background: #13b594; transition: all 0.2s;}
.business_popup_wrap .pop_box .close_btn i {font-size: 18px; color: #fff; font-weight: 700;}
.business_popup_wrap .left {width: 50%;}
.business_popup_wrap .left .business_popup_swiper {}
.business_popup_wrap .left .business_popup_swiper .business_pop_slide {display: flex; justify-content: center;}
.business_popup_wrap .left .swiper-pagination {display: flex; justify-content: center; align-items: center; margin-top: 10px; position: static;}
.business_popup_wrap .left .swiper-pagination-bullet {background: #ddd; width: 6px; height: 6px; opacity: 1; margin: 0 8px;}
.business_popup_wrap .left .swiper-pagination-bullet-active {width: 12px; height: 12px; background: #32c6a8;}
.business_popup_wrap .right {width: 50%;}
.business_popup_wrap .right .text_wrap {}
.business_popup_wrap .right .text_wrap .title {margin-bottom: 30px;}
.business_popup_wrap .right .text_wrap .title .f16 {color: #32c6a8; font-weight: 800; margin-bottom: 2px;}
.business_popup_wrap .right .text_wrap .title .f28 {font-weight: 600;}
.business_popup_wrap .right .text_wrap .f14 {color: #666;}
/******** BUSINESS 끝 *********/


/******** SOLUTION *********/
.solution_wrap {width: 100%; height: 100%; display: flex; flex-flow: column; justify-content: center; background: #f7f7f7;}
.solution_wrap .wrapper {flex-flow: column;}
.solution_wrap .title {text-align: center;}
.solution_wrap .title .f20 {margin-bottom: 22px; overflow: hidden;}
.solution_wrap .title .f20 span {color: #32c6a8; font-weight: 700; display: inline-block;}
.solution_wrap .title .f52 {overflow: hidden;}
.solution_wrap .title .f52 span {display: inline-block;}
.solution_wrap .solution_tab {display: flex; align-items: center; margin-top: 45px;}
.solution_wrap .solution_tab li {background: #fff; color: #999; font-weight: 600; cursor: pointer; width: 150px; height: 50px; border-radius: 50px; display: flex; justify-content: center; align-items: center; margin: 0 5px; transition: all 0.2s;}
.solution_wrap .solution_tab li:first-child {margin-left: 0;}
.solution_wrap .solution_tab li:last-child {margin-right: 0;}
.solution_wrap .solution_tab li:hover, .solution_wrap .solution_tab li.active {background: #32c6a8; color: #fff; transition: all 0.2s;}
.solution_wrap .solution_tab_con {width: 100%; padding-left: 140px; margin-top: 50px;}
.solution_wrap .solution_con {display: none;}
.solution_wrap .solution_con .solution_swiper {}
.solution_wrap .solution_swiper .solution_item {width: 316px;}
.solution_wrap .solution_swiper .solution_item:last-child {margin-right: 140px;}
.solution_wrap .solution_swiper .solution_item .box {display: flex; flex-flow: column; background: #fff; border-radius: 10px;  height: 400px; padding: 0 20px; text-align: center;}
.solution_wrap .solution_swiper .solution_item .box .image {padding: 55px 0;}
.solution_wrap .solution_swiper .solution_item .box .image img {}
.solution_wrap .solution_swiper .solution_item .box .txt {margin-top: 30px; font-weight: 700; color: #222; transition: all 0.2s;}
.solution_wrap .solution_swiper .solution_item .box:hover .txt {color: #32c6a8; transition: all 0.2s;}
.solution_wrap .solution_swiper .scrollbar {margin-top: 50px; position: static; width: calc(100% - 140px); height: 4px; background: #e6e6e6;}
.solution_wrap .solution_swiper .scrollbar .swiper-scrollbar-drag {background: #222; border-radius: 0;}
/* SOLUTION :: active효과 */
.active .solution_wrap .title .f20 span, .active .solution_wrap .title .f52 span, .active .solution_wrap .solution_tab {-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.active .solution_wrap .title .f20 span {-webkit-animation-delay:0.1s; animation-delay:0.1s;}
.active .solution_wrap .title .f52 span {-webkit-animation-delay:0.2s; animation-delay:0.2s;}
.active .solution_wrap .solution_tab {-webkit-animation-delay:0.3s; animation-delay:0.3s;}
/******** SOLUTION 끝 *********/


/******** ABOUT *********/
.about_wrap .wrapper {flex-flow: column;}
.about_wrap .title {width: 100%; height: 132px; display: flex; flex-flow: column; align-items: center; justify-self: unset;color: #000;}
.about_wrap .title .f52 {display: block; white-space: nowrap; overflow: hidden; margin-bottom: 8px;}
.about_wrap .title .f52:last-child {margin-bottom: 0;}
.about_wrap .title .f52 span {color: #32c6a8;}
.about_wrap .box_wrap {display: flex; margin-top: 120px; width: 100%; max-width: 1360px;}
.about_wrap .box_wrap .box {border-radius: 12px; padding: 50px; position: relative; margin-right: 5px; display: flex; align-items: flex-start; flex: 1 1 33.3%;}
.about_wrap .box_wrap .box:last-child {margin-right: 0;}
.about_wrap .box_wrap .box .shape {position: absolute; right: 40px; top: 40px; display: flex;}
.about_wrap .box_wrap .box .shape .img {flex:none; position:relative; width:100px; height: 100px; display: inline-block;}
.about_wrap .box_wrap .box .shape .img i, .about_wrap .box_wrap .box .shape .img img {display:inline-block; box-sizing:border-box; transition:1s ease 0s;}
.about_wrap .box_wrap .box .shape .img.ani01 i{position:absolute; left:50%; transform: translateX(-50%); width: 5px; height:100%; background: #9abbdc;}
.about_wrap .box_wrap .box .shape .img.ani01 i:nth-of-type(1){opacity:1; top:0;}
.about_wrap .box_wrap .box .shape .img.ani01 i:nth-of-type(2){opacity:0.5; top:0;}
.about_wrap .box_wrap .box .shape .img.ani01 i:nth-of-type(3){opacity:0.6; top:0;}
.about_wrap .box_wrap .box .shape .img.ani01 i:nth-of-type(4){opacity:0.2; top:0;}
.about_wrap .box_wrap .box .shape .img.ani02 i{position:absolute; left:0px; width:100%; height:5px; background: #9dd9cd;}
.about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(1){opacity:1; top:0;}
.about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(2){opacity:0.8; top:0;}
.about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(3){opacity:0.6; top:0;}
.about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(4){opacity:0.4; top:0;}
.about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(5){opacity:0.2; top:0;}
.about_wrap .box_wrap .box .shape .img.ani03 {width:90px; height: 90px; }
.about_wrap .box_wrap .box .shape .img.ani03 img {position:absolute; left:0px; top: 0; opacity: 0;}
.about_wrap .box_wrap .box .text {padding-top: 60px;}
.about_wrap .box_wrap .box .text .f28 {color: #222; font-weight: 600; margin-bottom: 30px;}
.about_wrap .box_wrap .box .text .f16 {color: #222; letter-spacing: -0.5px;}
.about_wrap .box_wrap .box .text .f16 span {display: flex; margin-bottom: 4px;}
.about_wrap .box_wrap .box .text .f16 span:last-child {margin-bottom: 0;}
.about_wrap .box_wrap .box .text .f16 span strong {width: 16px; font-weight: 400; flex-shrink: 0;}
.about_wrap .box_wrap .box.box1 {background: #f1f5f9;}
.about_wrap .box_wrap .box.box2 {background: #f1f6f5;}
.about_wrap .box_wrap .box.box3 {background: #f6f6f1;}
/* ABOUT :: active효과 */
.active .about_wrap .title .f52:nth-child(1) {width: 15ch; animation: typing 2s steps(15), blink .5s step-end infinite alternate; border: none;}
.active .about_wrap .title .f52:nth-child(2) {width: 25.5ch; animation: typing 2s steps(18), blink .5s step-end infinite alternate; animation-delay:0s; border-right: 6px solid #32c6a8;}
@keyframes typing {
	0% {width: 0; border-right: 6px solid #32c6a8;}
	100% {border-right: 6px solid #32c6a8;}
}
@keyframes blink {
	50% {border-color: transparent}
}
.active .about_wrap .box_wrap .box .shape .img.ani01 i:nth-of-type(2){transform: rotate(45deg); transition-delay:1s;}
.active .about_wrap .box_wrap .box .shape .img.ani01 i:nth-of-type(3){transform: rotate(90deg); transition-delay:1s;}
.active .about_wrap .box_wrap .box .shape .img.ani01 i:nth-of-type(4){transform: rotate(135deg); transition-delay:1s;}
.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(2){transform:translateY(24px); transition-delay:1s}
.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(3){transform:translateY(48px); transition-delay:1s;}
.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(4){transform:translateY(71px); transition-delay:1s;}
.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(5){transform:translateY(95px); transition-delay:1s;}
.active .about_wrap .box_wrap .box .shape .img.ani03 img {transform: rotate(360deg); opacity: 1; transition-delay:1s;}
/******** ABOUT 끝 *********/


/******** INQUIRY *********/
.inquiry_wrap {display: flex; height: 100%;}
.inquiry_wrap .left {width: 40%; display: flex; align-items: center;}
.inquiry_wrap .left .wrapper {flex-flow: column; align-items: flex-start;}
.inquiry_wrap .left .text {}
.inquiry_wrap .left .text .f20 {margin-bottom: 30px; overflow: hidden;}
.inquiry_wrap .left .text .f20 span {display: inline-block; color: #32c6a8; font-weight: 700;}
.inquiry_wrap .left .text .f52 {overflow: hidden;}
.inquiry_wrap .left .text .f52:last-child {margin-top: 6px;}
.inquiry_wrap .left .text .f52 span {display: inline-block;}
.inquiry_wrap .left .speech_bubble {margin-top: 60px; background: #f1f6f5; border-radius: 15px; padding: 60px 45px; position: relative; animation: speech_bubble_move 1.5s infinite;}
@-webkit-keyframes speech_bubble_move { 
	0% {transform: translateY(0px)}
	50% {transform: translateY(20px)}
	100% {transform: translateY(0px)}
} 
.inquiry_wrap .left .speech_bubble::before {content: ''; position: absolute; top: -28px; left: 80px; display: inline-block; width: 0; height: 0; border-bottom: 18px solid #f1f6f5; border-top: 10px solid transparent; border-left: 12px solid transparent; border-right: 12px solid transparent;}
.inquiry_wrap .left .speech_bubble .title {display: flex; margin-bottom: 20px;}
.inquiry_wrap .left .speech_bubble .title .f20 {font-weight: 700;}
.inquiry_wrap .left .speech_bubble .title .f20 span.f24 {color: #32c6a8; font-weight: 700;}
.inquiry_wrap .left .speech_bubble .title .icon {background: url('../images/speech_bubble_icon.png') no-repeat center / cover; width: 44px; height: 35px; margin-left: 15px;} 
.inquiry_wrap .left .speech_bubble .f16 {font-weight: 500;}
.inquiry_wrap .right {width: 60%; background: url('../images/inquiry_bg.jpg') no-repeat center / cover; display: flex; align-items: center;}
.inquiry_wrap .right .contactform {width: 100%; padding: 0 190px;}
.inquiry_wrap .right .contactform .item {margin-bottom: 20px;}
.inquiry_wrap .right .contactform .row {display: flex; justify-content: flex-end;}
.inquiry_wrap .right .contactform button {display: flex; background: #32c6a8; justify-content: space-between; align-items: center; border-radius: 50px; width: 200px; height: 70px; padding: 0 25px 0 30px;}
.inquiry_wrap .right .contactform button .f16 {color: #fff; font-weight: 700;}
.inquiry_wrap .right .contactform button .arrow {width: 30px; height: 30px; border-radius: 50%; background: #fff; display: flex; justify-content: center; align-items: center; flex-shrink: 0;}
.inquiry_wrap .right .contactform button .arrow span {display: inline-block; background: url('../images/btn_arrow.png') no-repeat center / cover; width: 7px; height: 9px;}
.inquiry_wrap .right .contactform button:hover {background: #13b594; transition: all 0.3s;}
/* INQUIRY :: active효과 */
.active .inquiry_wrap .left .text .f20 span, .active .inquiry_wrap .left .text .f52 span {-webkit-animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both; animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;}
.active .inquiry_wrap .left .text .f20 span {-webkit-animation-delay:0.1s; animation-delay:0.1s;}
.active .inquiry_wrap .left .text .f52:nth-child(2) span {-webkit-animation-delay:0.2s; animation-delay:0.2s;}
.active .inquiry_wrap .left .text .f52:nth-child(3) span {-webkit-animation-delay:0.3s; animation-delay:0.3s;}
/******** INQUIRY 끝 *********/






@media (max-width: 1920px) {
	.main_slide_dots {bottom: 42vh;}
}


@media (max-width: 1850px) {
	#mainVisual .scroll_down {right: -15px;}
	.inquiry_wrap .right .contactform {padding: 0 60px;}
	.inquiry_wrap .left .speech_bubble {padding: 50px 35px; margin-right: 40px;}
}


@media (max-width: 1750px) {
	.solution_wrap .title {margin-top: 40px;}
	.solution_wrap .title .f20 {margin-bottom: 16px;}
	.solution_wrap .solution_tab {margin-top: 35px;}
	.solution_wrap .solution_swiper .solution_item {width: auto;}
	.solution_wrap .solution_swiper .solution_item .box {height: auto;}
	.solution_wrap .solution_swiper .solution_item .box .txt {margin-top: 0; padding-bottom: 25px;}
	.solution_wrap .solution_swiper .solution_item .box .image {padding: 30px 0;}
	.solution_wrap .solution_swiper .scrollbar {margin-top: 30px;}
	.about_wrap .box_wrap {margin-top: 80px;}
	.business_wrap .business_tab .tab {width: 280px; height: 140px;}
	.business_wrap .business_tab .tab .f24 {font-size: 22px; line-height: 34px;}
}


@media (max-width: 1600px) {
	.left_tooltip {width: 80px;}
	#fp-nav.left {left: 11px !important;}
	.partners .logo_sliding_wrap {margin-top: 80px;}
	.partners .logo_sliding_wrap .logo .box {width: 260px; height: 120px; margin: 0 10px;}
	.main-visual-item .visual_txt .f64 {margin-bottom: 5px;}
	.about_wrap .title {height: 112px;}
	.about_wrap .box_wrap .box {padding: 30px 40px 40px;}
	.about_wrap .box_wrap .box .text .f28 {margin-bottom: 20px;}
	.about_wrap .box_wrap .box .shape {top: 30px;}
	.about_wrap .box_wrap .box .shape .img {width: 80px; height: 80px;}
	.about_wrap .box_wrap .box .shape .img.ani03 {width: 80px; height: 80px;}
	.about_wrap .box_wrap .box .shape .img.ani03 img {width: 100%;}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(2){transform:translateY(18px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(3){transform:translateY(36px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(4){transform:translateY(54px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(5){transform:translateY(72px);}
}


@media (max-width: 1440px) { 
	.partners .text {margin-top: 40px;}
	.solution_wrap .title .f20 {margin-bottom: 10px;}
	.solution_wrap .solution_tab {margin-top: 25px;}
	.solution_wrap .solution_tab_con {padding-left: 136px;}
	.solution_wrap .solution_swiper .scrollbar {margin-top: 20px; width: calc(100% - 136px);}
	.solution_wrap .solution_swiper .solution_item:last-child {margin-right: 136px;}
	.solution_wrap .solution_swiper .solution_item .box .image img {width: 15vw; max-width: 180px; min-width: 110px;}
	.about_wrap .title {margin-top: 40px;}
	.about_wrap .box_wrap {margin-top: 50px;}
	.about_wrap .box_wrap .box {padding: 30px 30px 35px;}
	.about_wrap .box_wrap .box .shape {top: 30px; right: 30px;}
	.inquiry_wrap .left .speech_bubble {padding: 40px 30px; margin-right: 30px;}
	.inquiry_wrap .right .contactform {margin-top: 40px;}
	.inquiry_wrap .right .contactform .item {margin-bottom: 10px;}
	.inquiry_wrap .left .text {margin-top: 20px;}
	.inquiry_wrap .left .text .f20 {margin-bottom: 20px;}
	.business_wrap .business_tab .tab {width: 260px; height: 120px; border-top-left-radius: 20px; border-top-right-radius: 20px;}
	.business_wrap .business_tab .tab.active {border-top-left-radius: 80px;}
	.business_wrap .business_tab .tab .f24 {font-size: 20px; line-height: 30px;}
	.business_wrap .business_tab .tab .icon_box {width: 50px; height: 50px;}
	.main_slide_dots {left: 145px;}
}


@media (max-width: 1200px) {
	#fp-nav.left {display: none !important;}
	.left_tooltip {display: none !important;}
	.left_tooltip .f18 {font-size: 16px;}
	.partners .text .f20 {margin-bottom: 15px;}
	.partners .text .title .f56 {margin-bottom: 4px;}
	.partners .logo_sliding_wrap {margin-top: 60px;}
	.partners .logo_sliding_wrap .logo .box {width: 220px; height: 100px; margin: 0 4px;}
	.partners .logo_sliding_wrap .logo .box img {width: 120px; height: 34px; object-fit: contain;}
	.solution_wrap .title .f20 {margin-bottom: 6px;}
	.solution_wrap .solution_tab {margin-top: 20px;}
	.solution_wrap .solution_tab_con {padding-left: 16px; margin-top: 35px;}
	.solution_wrap .solution_swiper .solution_item:last-child {margin-right: 16px;}
	.solution_wrap .solution_swiper .scrollbar {width: calc(100% - 16px);}
	.about_wrap .title {height: 90px;}
	.about_wrap .title .f52 {margin-bottom: 4px;}
	.inquiry_wrap .right .contactform {padding: 0 20px;}
	.inquiry_wrap .right .contactform button {height: 60px;}
	.inquiry_wrap .left .text .f20 {margin-bottom: 14px;}
	.inquiry_wrap .left .text .f52:last-child {margin-top: 0;}
	.inquiry_wrap .left .speech_bubble {margin-right: 0; margin-top: 40px;}
	.business_wrap .business_tab .tab {width: 240px; height: 100px; }
	.business_wrap .business_tab .tab .f24 {font-size: 18px; line-height: 28px;}
	.business_wrap .business_tab .tab:hover {transform: translateY(10px);}
	.business_wrap .business_tab .tab.active {transform: translateY(0);}
	.business_tab_con .item_wrap .item .marker span {width: 25px; height: 25px;}
	.business_tab_con .item_wrap .item .marker span i {font-size: 18px;}
	@keyframes motion{
		0%{
			opacity:0.1;
			width:10px;height:10px;
		}
		50%{
			opacity:0.9;
		}
		100%{
			opacity:0;
			width:50px;height:50px;
		}
	}
	.main_slide_dots {left: 20px; bottom: 40vh;}
	.vito_wrap .f60 span {margin-bottom: 4px;}
	.vito_wrap .f60 span:last-child {margin-bottom: 0;}
}


@media (max-width: 1024px) { 
	.main-visual-item .main-visual-txt-con .visual_txt {margin-bottom: 18vh;}
	#mainVisual .scroll_down {right: -26px; bottom: 24px;}
	#mainVisual .scroll_down .txt {font-size: 12px; margin: 60px 0;}
	.partners .logo_sliding_wrap .logo .box {width: 200px; height: 90px;}
	.partners .logo_sliding_wrap .logo .box img {width: 100px; height: 30px;}
	.solution_wrap .title {margin-top: 0;}
	.solution_wrap .solution_swiper .scrollbar {margin-top: 10px;}
	.about_wrap .title {margin-top: 20px; height: 76px;}
	.about_wrap .title .f52 {margin-bottom: 0;}
	.about_wrap .box_wrap {margin-top: 40px;}
	.about_wrap .box_wrap .box {padding: 20px 22px 25px;}
	.about_wrap .box_wrap .box .text {padding-top: 50px;}
	.about_wrap .box_wrap .box .text .f28 {margin-bottom: 10px;}
	.about_wrap .box_wrap .box .shape {top: 20px; right: 22px;}
	.about_wrap .box_wrap .box .shape .img {width: 60px; height: 60px;}
	.about_wrap .box_wrap .box .shape .img.ani03 {width: 60px; height: 60px;}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(2){transform:translateY(13px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(3){transform:translateY(26px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(4){transform:translateY(39px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(5){transform:translateY(52px);}
	.inquiry_wrap .left .speech_bubble {padding: 28px 25px; margin-top: 30px;}
	.inquiry_wrap .left .speech_bubble .title {margin-bottom: 12px;}
	.inquiry_wrap .left .speech_bubble .title .icon {width: 30px; height: 20px;}
	.inquiry_wrap .right .contactform .item {margin-bottom: 6px;}
}


@media (max-width: 959px) { 

}


@media (max-width: 768px) {
	.solution_wrap .solution_swiper .solution_item .box .image {padding: 20px 0;}
	.about_wrap .title {height: 60px;}
	.about_wrap .box_wrap {margin-top: 20px; flex-flow:column;}
	.about_wrap .box_wrap .box {margin-bottom: 6px; justify-content: space-between; align-items: flex-start; padding: 25px 20px;}
	.about_wrap .box_wrap .box .shape {position: static; order: 2;}
	.about_wrap .box_wrap .box .text {order: 1; padding-top: 0; padding-right: 40px;}
	.about_wrap .box_wrap .box .text .f28 {margin-bottom: 4px;}
	.inquiry_wrap .left .speech_bubble .title {display: inline-block; width: 100%;}
	.inquiry_wrap .left .speech_bubble .title .f20 {}
	.inquiry_wrap .left .speech_bubble .title .icon {position: absolute; top: 30px; right: 30px;margin-left: 0; display: none;}
	.business_wrap .business_tab {position: static; padding: 80px 0 40px; width: calc(100% - 28px); margin: 0 14px;}
	.business_wrap .business_tab .tab {border-radius: 10px; height: auto; padding: 10px 20px; width: 33.3%; margin: 0 2px; border: 1px solid #eee;}
	.business_wrap .business_tab .tab:hover {transform: translateY(0);}
	.business_wrap .business_tab .tab.active {border: none; border-radius: 10px;}
	.business_wrap .business_tab .tab .f24 {font-size: 16px; line-height: 26px;}
	.business_wrap .business_tab_con {height: auto;}
	.business_wrap .business_tab_con .tab_con .inner {flex-flow: column;}
	.business_wrap .business_tab_con .tab_con .blur_bg {display: none;}
	.business_wrap .business_tab_con .tab_con .bg {order: 2;}
	.business_wrap .business_tab_con .tab_con .bg .image {align-items: flex-start; padding: 0 16px;}
	.business_wrap .business_tab_con .tab_con .bg img {height: auto;}
	.business_wrap .business_tab_con .tab_con .text {position: static; order: 1; margin-bottom: 30px;}
	.business_wrap .business_tab_con .tab_con .text .f78 {color: #222;}
	.business_popup_wrap .pop_box {width: calc(100% - 32px); max-width: 100%; border-radius: 20px;}
	.business_popup_wrap .pop_box .close_btn {width: 40px; height: 40px;}
	.business_popup_wrap .pop_box .close_btn i {font-size: 16px;}
	.vito_wrap .f60 span {margin-bottom: 0;}
	.business_tab_con .con1 .item_wrap .item1 {top: calc(600 / 1400 * 100%); left: calc(175 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item2 {top: calc(835 / 1400 * 100%); left: calc(175 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item3 {top: calc(590 / 1400 * 100%); left: calc(390 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item4 {top: calc(420 / 1400 * 100%); left: calc(650 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item5 {bottom: calc(373 / 1400 * 100%); right: calc(835 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item6 {bottom: calc(215 / 1400 * 100%); right: calc(835 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item7 {top: calc(445 / 1400 * 100%); right: calc(665 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item8 {bottom: calc(435 / 1400 * 100%); right: calc(445 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item9 {bottom: calc(680 / 1400 * 100%); right: calc(430 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item10 {bottom: calc(665 / 1400 * 100%); right: calc(215 / 1920 * 100%);}
	.business_tab_con .con1 .item_wrap .item11 {bottom: calc(325 / 1400 * 100%); right: calc(110 / 1920 * 100%);}
	.business_tab_con .con2 .item_wrap .item1 {top: calc(380 / 1400 * 100%); left: calc(265 / 1920 * 100%);}
	.business_tab_con .con2 .item_wrap .item2 {top: calc(345 / 1400 * 100%); left: calc(745 / 1920 * 100%);}
	.business_tab_con .con2 .item_wrap .item3 {top: calc(600 / 1400 * 100%); left: calc(690 / 1920 * 100%);}
	.business_tab_con .con2 .item_wrap .item4 {top: calc(445 / 1400 * 100%); right: calc(488 / 1920 * 100%);}
	.business_tab_con .con2 .item_wrap .item5 {bottom: calc(535 / 1400 * 100%); right: calc(310 / 1920 * 100%);}
	.business_tab_con .con2 .item_wrap .item6 {top: calc(605 / 1400 * 100%); right: calc(62 / 1920 * 100%);}
	.business_tab_con .con3 .item_wrap .item1 {top: calc(410 / 1400 * 100%); left: calc(320 / 1920 * 100%);}
	.business_tab_con .con3 .item_wrap .item2 {top: calc(470 / 1400 * 100%); left: calc(510 / 1920 * 100%);}
	.business_tab_con .con3 .item_wrap .item3 {top: calc(585 / 1400 * 100%); left: calc(635 / 1920 * 100%);}
	.business_tab_con .con3 .item_wrap .item4 {bottom: calc(470 / 1400 * 100%); left: calc(575 / 1920 * 100%);}
	.business_tab_con .con3 .item_wrap .item5 {top: calc(195 / 1400 * 100%); right: calc(730 / 1920 * 100%);}
	.business_tab_con .con3 .item_wrap .item6 {top: calc(495 / 1400 * 100%); right: calc(870 / 1920 * 100%);}
	.business_tab_con .con3 .item_wrap .item7 {top: calc(625 / 1400 * 100%); right: calc(115 / 1920 * 100%);}
}


@media (max-width: 640px) {
	.partners .text .f20 {margin-bottom: 10px;}
	.partners .logo_sliding_wrap {margin-top: 40px;}
	.partners .logo_sliding_wrap .logo .box {width: 170px; height: 80px;}
	.partners .logo_sliding_wrap .logo .box img {width: 90px; height: 25px;}
	.solution_wrap .solution_swiper .solution_item .box .txt {font-size: 15px; line-height: 25px;}
	.solution_wrap .solution_tab li {width: 120px;}
	.about_wrap .box_wrap .box {padding: 20px 16px;}
	.about_wrap .box_wrap .box .text {padding-right: 20px;}
	.about_wrap .box_wrap .box .text .f28 {font-size: 16px; line-height: 24px;}
	.about_wrap .box_wrap .box .text .f16 {font-size: 14px; line-height: 20px;}
	.about_wrap .box_wrap .box .shape .img, .about_wrap .box_wrap .box .shape .img.ani03 {width: 46px; height: 46px;}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(2){transform:translateY(10px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(3){transform:translateY(20px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(4){transform:translateY(30px);}
	.active .about_wrap .box_wrap .box .shape .img.ani02 i:nth-of-type(5){transform:translateY(40px);}
	.business_popup_wrap .pop_box {padding: 20px;}
	.business_popup_wrap .pop_box .close_btn {top: 14px; right: 14px;}
}


@media (max-width: 540px) {
	.about_wrap .title {margin-top: 40px; height: 60px;}
	.about_wrap .box_wrap {margin-top: 10px;}
	.about_wrap .box_wrap .box .text {padding-right: 10px;}
	.about_wrap .box_wrap .box .shape .img, .about_wrap .box_wrap .box .shape .img.ani03 {width: 40px; height: 40px;}
	.inquiry_wrap {flex-flow: column; justify-content: space-between;}
	.inquiry_wrap .left, .inquiry_wrap .right {width: 100%;}
	.inquiry_wrap .left {padding-top: 60px; height: 45%; align-items: center;}
	.inquiry_wrap .left .wrapper {flex-flow: nowrap; align-items: flex-start;}
	.inquiry_wrap .left .text {width: 40%; margin-top: 0; padding-right: 20px;}
	.inquiry_wrap .left .text .f20 {margin-bottom: 6px;}
	.inquiry_wrap .left .speech_bubble {padding: 12px 18px; width: 60%; margin-top: 0; animation: speech_bubble_move 1s infinite;}
	.inquiry_wrap .left .speech_bubble .title {margin-bottom: 6px;}
	.inquiry_wrap .left .speech_bubble .f16 {font-size: 12px; line-height: 18px;}
	.inquiry_wrap .left .speech_bubble .title .f20, .inquiry_wrap .left .speech_bubble .title .f20 span.f24 {font-size: 15px; line-height: 21px;}
	.inquiry_wrap .left .speech_bubble::before {top: 20px; left: -24px; border-bottom: 10px solid transparent; border-top: 10px solid transparent; border-left: 12px solid transparent; border-right: 12px solid #f1f6f5;}
	@-webkit-keyframes speech_bubble_move { 
		0% {transform: translateY(0px)}
		50% {transform: translateY(6px)}
		100% {transform: translateY(0px)}
	} 
	.inquiry_wrap .right {height: 55%;}
	.inquiry_wrap .right .contactform {padding: 20px 16px; display: flex; flex-wrap: wrap;margin: 0;}
	.inquiry_wrap .right .contactform .item {flex: 1 1 calc(50% - 2px); margin: 0 2px 6px;}
	.inquiry_wrap .right .contactform .item:nth-child(odd) {margin-left: 0;}
	.inquiry_wrap .right .contactform .item:nth-child(even) {margin-right: 0;}
	.inquiry_wrap .right .contactform .row {width: 100%;}
	.inquiry_wrap .right .contactform button {height: 54px; padding: 0 15px 0 20px; width: 100%;}
	.business_wrap .business_tab .tab {border-radius: 10px; padding: 10px 12px;}
	.business_wrap .business_tab .tab.active {border-radius: 10px;}
	.business_wrap .business_tab .tab .icon_box {width: 40px; height: 40px;}
	.business_wrap .business_tab .tab .icon_box .icon {width: 15px; height: 12px;}
	.business_popup_wrap .pop_box {flex-flow: column; height: auto; padding: 25px 20px; margin-top: 20px;}
	.business_popup_wrap .left, .business_popup_wrap .right {width: 100%;}
	.business_popup_wrap .left {margin-bottom: 16px;}
	.business_popup_wrap .left .swiper-pagination {margin-top: 6px;}
	.business_popup_wrap .right .text_wrap .title {margin-bottom: 8px;}
	.business_popup_wrap .right .text_wrap .title .f16 {margin-bottom: 0;}
}


@media (max-width: 479px) {
	.partners .text {margin-top: 20px;}
	.partners .logo_sliding_wrap .logo .box {width: 110px; height: 62px;}
	.partners .logo_sliding_wrap .logo .box img {width: 70px; height: 20px;}
	.solution_wrap .title {margin-top: 20px;}
	.solution_wrap .solution_tab li {width: 110px; padding: 0 4px; margin: 0 2px; font-size: 15px;}
	.business_wrap .business_tab .tab {height: 56px; padding: 0 8px;}
	.business_wrap .business_tab .tab .icon_box {width: 30px; height: 30px;}
	.business_wrap .business_tab .tab .f24 {font-size: 15px; line-height: 17px;}
	.business_popup_wrap .left .business_popup_swiper .business_pop_slide img {height: 100%; max-height: 200px;}
	.business_popup_wrap .pop_box .close_btn {top: 8px; right: 8px;}
	.business_tab_con .item_wrap .item .marker span {width: 20px; height: 20px;}
	.business_tab_con .item_wrap .item .marker span i {font-size: 16px;}
	@keyframes motion{
		0%{
			opacity:0.1;
			width:10px;height:10px;
		}
		50%{
			opacity:0.9;
		}
		100%{
			opacity:0;
			width:40px;height:40px;
		}
	}
}


@media (max-width: 375px) {
	.solution_wrap .solution_tab li {width: 95px;}
	.about_wrap .title {height: 52px;}
	.about_wrap .title .f52 {font-size: 18px; line-height: 26px;}
	.about_wrap .box_wrap .box {padding: 12px 16px;}
	.about_wrap .box_wrap .box .shape {display: none;}
	.about_wrap .box_wrap .box .text {padding-right: 0;}
	.about_wrap .box_wrap .box .text .f28 {font-size: 14px; line-height: 22px;}
	.about_wrap .box_wrap .box .text .f16 {font-size: 12px; line-height: 18px;}
	.inquiry_wrap .right .contactform {padding: 15px 16px 10px;}
	.inquiry_wrap .left {align-items: flex-end;}
	.inquiry_wrap .left .text {margin-bottom: 20px;}
	.business_popup_wrap .pop_box {padding: 15px 20px;}
	.business_popup_wrap .left .business_popup_swiper .business_pop_slide img {max-height: 150px;}
	.business_popup_wrap .right .text_wrap .title .f28 {font-size: 16px; line-height: 24px;}
}


