@charset "utf-8";
.wrap { width:100% ;}
.sect-wrap {max-width:1200px; width:100%; margin: 0 auto;position:relative;letter-spacing:0;}
/* sect1 */

.main { height:750px; overflow:hidden; position:relative; width:100%;}
.main #mainSlider {width:100%;}
.main .slide {width:100%; height:750px; background:url("../images/mainslide-1.png") no-repeat center center ; background-size:cover;
-ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1); 
    -moz-transform: scale(1.1,1.1); 
    -webkit-transform: scale(1.1,1.1); 
     transform: scale(1.1,1.1);
	-webkit-transition:transform 5000ms  ease-in-out ;
	-moz-transition:transform 5000ms ease-in-out ;
	-o-transition:transform 5000ms ease-in-out ;
	-ms-transition:transform 5000ms ease-in-out ;
    transition:transform 5000ms ease-in-out ;	
}
.main .slide02 {background:url("../images/mainslide-2.png") no-repeat center center;}
.main .slide03 {background:url("../images/mainslide-3.png") no-repeat center center;}
.main .slide04 {background:url("../images/mainslide-4.png") no-repeat center center;}

/* 메인 슬라이드 :: active효과 */
.main .active-item{
	-ms-transform: scale(1.0,1.0) rotate(0.0001deg);
    -o-transform: scale(1.0,1.0) rotate(0.0001deg);
    -moz-transform: scale(1.0,1.0) rotate(0.0001deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.0001deg);
     transform: scale(1.0,1.0) rotate(0.0001deg);
}

.main .text {max-width:1200px; margin: 0 auto; margin-top:250px; }

/* 메인 비주얼 :: 텍스트 */
.slide .main-slide-txt-wrap{position:relative; top:50%; left:0px; width:100%; margin-top:-175px; text-align: left;} 
.slide .main-slide-txt-wrap .main-slide-txt1,
.slide .main-slide-txt-wrap .main-slide-txt2{
	opacity:0;filter:Alpha(opacity=0);
	-ms-transform: translateX(-50px); 
    -o-transform: translateX(-50px); 
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px); 
     transform: translateX(-50px);
	-webkit-transition:opacity 1.0s, transform 1.0s;
	-moz-transition:opacity 1.0s, transform 1.0s;
	-o-transition:opacity 1.0s, transform 1.0s;
	-ms-transition:opacity 1.0s, transform 1.0s;
	transition:opacity 1.0s, transform 1.0s;
}

.slide .main-slide-txt-wrap .main-slide-txt1{display:block; font-size:60px; font-weight:600; letter-spacing:0; color:#fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.35); font-weight: 600; font-size:60px; padding-bottom:25px; text-shadow:3px 3px 3px rgba(0,0,0,.5); font-family:'Roboto'}
.slide .main-slide-txt-wrap .main-slide-txt2{font-size:20px; color:#fff; line-height:1; text-shadow: 1px 1px 1px rgba(0,0,0,0.35); -webkit-transition-delay:0.3s;-moz-transition-delay:0.3s;-o-transition-delay:0.3s;-ms-transition-delay:0.3s;transition-delay:0.3s; font-size:20px; line-height: 45px; color:#fff;}

.slide.active-item .main-slide-txt1,
.slide.active-item .main-slide-txt2,
.slide.active-item .main-slide-more-btn{
	opacity:1.0;filter:Alpha(opacity=100);
	-ms-transform: translateX(0px); 
    -o-transform: translateX(0px); 
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px); 
     transform: translateX(0px);
}


.sect1 .main-scroll-icon{position:absolute; bottom:55px; left:50%; margin-left:-41px; text-align:center; z-index:9}	/* width값에 맞게 margin-left수정 */
.sect1 .main-scroll-icon img{display: inline-block; padding-bottom: 15px;}
.sect1 .main-scroll-icon span{display:block; color:#fff; letter-spacing:2px; font-weight:300; }



.motion {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
		transform: translateY(10px);
    }
    to {
        opacity:1;
		transform: translateY(0px);
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
		transform: translateY(10px);
    }
    to {
        opacity:1;
		transform: translateY(0px);
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
     from {
        opacity:0;
		transform: translateY(10px);
    }
    to {
        opacity:1;
		transform: translateY(0px);
    }
}
@-o-keyframes fadein { /* Opera */
     from {
        opacity:0;
		transform: translateY(10px);
    }
    to {
        opacity:1;
		transform: translateY(0px);
    }
}




.sect1 .slick-dots li.slick-active button::before{
background: #0958ce;
border: 1px solid #fff;
transform: scale(1.3) translateY(1px);
}

.sect1 .slick-dots li button::before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    content: ' ';
    text-align: center;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 50%;}
/*sect1*/

.title, .sub-title{text-align:center;}
.sub-title{font-size:18px;}
.title{font-size:45px; font-weight:800; margin-bottom:15px}

.clearfix:before, .clearfix:after { display: block; content: ''; line-height: 0; }
.clearfix:after { clear:both; }
.clearfix { *zoom: 1; }

/* sect2 */
.sect2 strong{color:#000}
.l-wrap{overflow:hidden}

.l-content .l-section.full > .main-product{max-width:100%;background-color:#f1f1f1; padding-top:50px;}
.main-product{padding-bottom:60px}
.main-product .swiper-container{overflow:visible;padding-top:56px;padding-bottom:250px}
.main-product .product-wrap{position:relative;height:410px;margin:0 20px;padding:30px 30px 202px;background-color:#fff;box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.2);transition:margin 1s}

@media screen and (max-width:359px){
    .main-product .product-wrap{height:420px;}
}
@media screen and (min-width:360px) and (max-width:411px){
    .main-product .product-wrap{height:460px;}
}
.main-product .flag{display:inline-block;position:absolute;top:-16px;right:-10px;padding:0 33px;background-color:#ce0c09;font-size:17px;color:#fff;line-height:32px;font-weight:700;opacity:0;transform:translateX(70px);transition:opacity 0.3s, transform 0.5s}
.main-product .main-product-tit{display:block;margin-bottom:6px;font-size:2.8rem;font-weight:700}
.main-product .main-product-desc{overflow:hidden;max-height:147px;font-size:1.1rem}
.main-product .main-product-desc span{display:-webkit-box;overflow:hidden;color:#666;word-break:keep-all;text-overflow:ellipsis;-webkit-line-clamp:7;-webkit-box-orient:vertical;word-break:keep-all}
.main-product .hash-tag-wrap{position:absolute;right:30px;left:30px;z-index:1;min-width:1px;;margin-top:10px;transition:opacity 1s, position 1s}
.main-product .hash-tag::after{content:"";display:block;clear:both}
.main-product .hash-tag .item{float:left;margin-right:20px;margin-bottom:10px;font-size:1.4rem;font-weight:600}
.main-product .hash-tag br{display:none}
.main-product .img{position:absolute;right:-20px;bottom:-57px;width:180px;height:148px;opacity:0;transform:translateX(70px);transition:opacity 0.5s, transform 1s}
.main-product .img img{width:100%}
.main-product .btn-go-to-page{display:inline-block;position:absolute;bottom:px;left:30px;font-size:1.15rem; line-height:28px;color:#0958ce;font-weight:600;letter-spacing:1.5px}
.main-product .btn-go-to-page::before{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background-color:#0958ce}
.main-product .swiper-slide-active .flag{opacity:1;transform:translateX(0)}
@media screen and (max-width:711px){
    .main-product .flag{opacity:1;transform:translateX(0);}

}

.main-product .pagination-wrap{position:relative;height:10px;margin:0 20px}
.main-product .pagination-wrap::before{content:"";position:absolute;top:50%;right:5px;left:5px;height:1px;background-color:#dcdcdc}
.main-product .swiper-pagination{display:flex;justify-content:space-between;width:100%;height:10px}
.main-product .swiper-pagination-bullet{position:relative;top:-5px;width:20px;height:20px;margin:0 !important;background-color:transparent;outline:none}
.main-product .swiper-pagination-bullet::before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px 0 0 -5px;background-color:#666;border-radius:50%}
.main-product .swiper-pagination-bullet-active{top:-5px;width:20px;height:20px;background:#2e4ce3;background:linear-gradient(135deg, #2e4ce3 0%,#42c1e1 100%);box-shadow:0 8px 10px 0 rgba(0, 0, 0, 0.24)}
.main-product .swiper-pagination-bullet-active::before{content:none}

.main-product .inquiry-area{margin:64px 20px 0}
.main-product .inquiry-area p{margin-bottom:20px;word-break:keep-all}
.main-product .inquiry-area .btn-inquiry{display:inline-block;height:52px;padding:0 30px;background:#333;background:linear-gradient(135deg, #333 0%,#4f4f4f 100%);box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.26);line-height:52px;color:#fff}
.main-product .inquiry-area .btn-inquiry i{position:relative;top:3px;margin-left:12px}

/* active */
.main-product .swiper-slide-active .img{opacity:1;transform:translateX(0)}

/* off */
.main-product .is-off .flag,
.main-product .is-off .img,
.main-product .is-off .hash-tag-wrap{transition:opacity 0s}
.main-product .hash-tag{display:none;transition:opacity 0.4s}

@media screen and (min-width: 360px) {
    .main-product .img{bottom: -20px; width: 350px; height: 185px; right: -15px;}
		

}
@media screen and (max-width: 500px) {
	.main-product .main-product-tit{font-size:2rem; margin-bottom: 15px;}
	.main-product .main-product-desc span{margin-bottom:10px;}
}

@media screen and (min-width: 712px) {
    .main-product{padding-bottom:90px}
    .main-product .main-product-inner{max-width:712px;margin:0 auto;padding:0 20px}
    .main-product .swiper-container{height:620px;padding-top:100px;padding-bottom:144px}
    .main-product .swiper-slide{display:flex;align-items:flex-end;width:auto !important}
    .main-product .product-wrap{width:417px;height:220px;margin:0;padding:33px 40px 51px;transition:margin 0.5s, transform 1s, height 0.5s}
    .main-product .main-product-tit{margin-bottom:6px;font-size:2rem;line-height:1.3}
    .main-product .main-product-desc{max-height:105px; margin-bottom: 15px;}
    .main-product .main-product-desc span{-webkit-line-clamp:5}
	.main-product .main-product-desc span{padding:10px 0 }
    .main-product .flag{right:-28px}
    .main-product .img{right:-85px;width:380px;height:240px}
    .main-product .hash-tag-wrap{right:40px;left:40px;min-width:1px;opacity:0}
    .main-product .hash-tag::after{content:"";display:block;clear:both}
    .main-product .hash-tag .item{float:none;margin-right:0;margin-bottom:3px}
    .main-product .item01 .hash-tag{width:290px}
    .main-product .item01 .hash-tag .item{float:left;margin-right:10px}
    .main-product .hash-tag.t02 .item{float:left;margin-right:10px}
    .main-product .hash-tag.t02 .item a{pointer-events:none}
    .main-product .hash-tag.t02 .clear{clear:both}
    .main-product .item02 .hash-tag{width:180px}
/*     .main-product .item03 .main-product-tit{white-space:nowrap} */
    .main-product .btn-go-to-page{left:40px;opacity:0;pointer-events:none}
    .main-product .pagination-wrap{margin:0}
    .main-product .swiper-pagination{padding:0}

    .main-product .inquiry-area{max-width:712px;margin:76px auto 0;padding:0}
    .main-product .inquiry-area-inner{display:flex;flex-wrap:wrap}
    .main-product .inquiry-area-inner p{flex: 1; margin-right: 0px; line-height: 1.4; font-size: 17px;}
    .main-product .inquiry-area-inner .btn-inquiry{width:162px;padding:0;text-align:center}

    /* active */
    .main-product .swiper-slide-active{z-index:10}
    .main-product .swiper-slide-active .product-wrap{height:435px;padding:33px 40px 224px;transform:translateY(0)}
    .main-product .swiper-slide-active .main-product-tit{font-size:2.3rem}
    .main-product .swiper-slide-active .hash-tag-wrap{right:auto;left:auto;opacity:1}
    .main-product .swiper-slide-active .hash-tag.t02 .item a{pointer-events:auto}
    .main-product .swiper-slide-active .btn-go-to-page{opacity:1;pointer-events:auto}



}

@media screen and (min-width: 712px) and (max-width: 1199px) {
    .main-product .item01 .hash-tag .item:nth-child(n +3){clear:both}
    
    .main-product .swiper-slide-active + .swiper-slide .swiper-slide-inner,
    .main-product .swiper-slide-active + .swiper-slide + .swiper-slide .swiper-slide-inner,
    .main-product .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swiper-slide-inner{position:relative;left:85px}
}

@media screen and (min-width: 1200px) {
    .main-product{padding-bottom:150px}
    .main-product .main-product-inner{max-width:1280px;padding:0 40px}
    .main-product .swiper-container{height:720px;padding-top:100px;padding-bottom:180px}
    .main-product .product-wrap{width:493px}
    .main-product .main-product-tit{margin-bottom:15px;font-size:2rem;line-height:1.3}
    .main-product .main-product-desc{margin-bottom:20px}
    
    .main-product .swiper-pagination{max-width:1200px;margin:0 auto;padding:0}
    .main-product .swiper-pagination:before{right:0;left:0}
    .main-product .img{right: -150px; bottom: -125px; width: 430px; height: 400px;}
	.main-product .item08 .img {width:600px;}
    .main-product .inquiry-area{max-width:1280px;padding:0}
    .main-product .inquiry-area-inner{align-items:center}	
    .main-product .inquiry-area-inner .btn-inquiry{width:190px}

    .main-product .item02 .hash-tag .item{float:none}
    .main-product .item02 .hash-tag .item:nth-child(5){float:left}
    .main-product .item02 .hash-tag .item:nth-child(7){clear:both}
    .main-product .item02 .hash-tag .item a{pointer-events:none}
    .main-product .item03 .main-product-tit{white-space:normal}
    .main-product .item03 .hash-tag{width:250px}
    .main-product .item03 .hash-tag br{display:block}
    .main-product .item05 .main-product-tit{white-space:nowrap}

	.main-product .item07 .img{right: -105px; bottom: -70px; width: 490px; height: 400px;}
 
    /* active */
    .main-product .swiper-slide-active + .swiper-slide .swiper-slide-inner,
    .main-product .swiper-slide-active + .swiper-slide + .swiper-slide .swiper-slide-inner,
    .main-product .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide .swiper-slide-inner,
    .main-product .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide .swiper-slide-inner{position:relative;left:154px}
    .main-product .swiper-slide-active .product-wrap{height:490px}
    .main-product .swiper-slide-active .main-product-tit{font-size: 2rem;}
    .main-product .swiper-slide-active .item02 .hash-tag .item a{pointer-events:auto}

}
/*sect2*/


/*sect3*/
.sect3 { position: relative; padding: 100px 0; background: #b7dcfc;}
.sect3 .sect-wrap { position: relative; overflow: hidden;} 
.sect3 .list-wrap { color: #222222; width: 1200px; }
.sect3 .list-wrap li { float: left; width: calc( 25% - 27px); margin-right: 35px; overflow: hidden; height: 375px;}
.sect3 .list-wrap li span, .section02 .list-wrap li a, .section02 .list-wrap li strong { display: block; }
.sect3 .list-wrap li img { width: 100%; }
.sect3 .list-wrap li:first-child {border-top:3px solid #1a1a1a; border-bottom:3px solid #96cafb; padding-top: 30px; }
.sect3 .list-wrap li:first-child p{margin-top:15px; font-size:17px; line-height:1.5; text-align:center;  margin-bottom: 15px;}
.sect3 .list-wrap li:first-child h4,.sect3 .list-wrap li:first-child h3{font-size:45px; padding:0; text-align:center;}
.sect3 .list-wrap li:first-child h4, .sect3 .list-wrap li:first-child h5 {color:#61646a; text-align:center;}  
.sect3 .list-wrap li:first-child h5 {margin-bottom: 35px;}
.sect3 .list-wrap li:first-child div i{display:block; text-align: center; font-size: 45px; color: #0958ce;}
.sect3 .list-wrap li:last-child { margin-right: 0; }
.sect3 .list-wrap li a{display: block; width: 100%; height: 100%;}
.sect3 .list-wrap li:nth-child(2){background:url("../images/sect3-1.png") no-repeat center center; transition:.5s; }
.sect3 .list-wrap li:nth-child(3){background:url("../images/sect3-2.png") no-repeat center center; transition:.5s; }
.sect3 .list-wrap li:nth-child(4){background:url("../images/sect3-3.png") no-repeat center center; transition:.5s; }

.sect3 .list-wrap li:nth-child(2):hover {background:url("../images/sect3-1hover.png") no-repeat center center;}
.sect3 .list-wrap li:nth-child(3):hover {background:url("../images/sect3-2hover.png") no-repeat center center;}
.sect3 .list-wrap li:nth-child(4):hover {background:url("../images/sect3-3hover.png") no-repeat center center;}

/* -------- 모바일 -------- */
.main-business-inner-mobile{display:none;}
.business-list-mobile{width:100%;}
.business-list-mobile li:first-child {width:100%; border-top:3px solid #1a1a1a; border-bottom:3px solid #96cafb; padding: 30px 0; margin-bottom: 30px;} 
.business-list-mobile li:first-child p{margin-top:25px; font-size:17px; line-height:1.5; text-align:center;  margin-bottom: 15px;}
.business-list-mobile li:first-child h4,.business-list-mobile li:first-child h3{font-size:45px; padding:0; text-align: center;}
.business-list-mobile li:first-child div i{display:block; text-align: center; font-size: 45px; color: #0958ce;}

.business-list-mobile > li{float: left; width: 32%; margin-left: 1%;}
.business-list-mobile > li:nth-child(2),
.business-list-mobile > li:nth-child(3){margin-bottom:2%;}
.business-list-mobile > li > a{display:block; position:relative;}
.business-list-mobile > li.mal0{margin-left:0;}
.business-list-img-thum{width:100%; position:relative; padding-top:97.5%;}
.business-list-img-thum > span{position:absolute; top:0; left:0; bottom:0; right:0;}
.business-list-img-thum > span img{max-width:100%; width:100%; height:100%;}
.business-list-txt-thum{position:absolute; left:0; bottom:0; padding:7% 5%; width:90%; background-color:#153c9d; background-color:rgba(21,60,157,0.9);}
.business-list-txt-thum > h3{font-size:20px; line-height:36px; color:#fff; font-weight:400; letter-spacing:-1px; padding-top: 0;}
.business-list-txt-thum > p{font-size:15px; line-height:20px; color:#fff; letter-spacing:-0.5px;}

.sect3 .pc-ver{display:block; padding-top:70px;}
.sect3 .business-list-mobile{display:none;}
/*sect3*/


/*sect4*/
.sect4 { position: relative; padding: 200px 0; background:url("../images/video-background.jpg") no-repeat center bottom}
.sect4 .sub-title{margin-bottom:35px;}
.sect4 .imgbox img{margin:0 auto; width:100%;}
.sect4 .col {width:35%; padding:15px;}
.sect4 .slick-prev{left: -2rem;}
.sect4 .slick-next{right: -2rem;}
.sect4 .slick-prev::before,.sect4 .slick-next::before{color:#ddd;}

/*버튼*/
.cm-more-btn{position:relative; display:inline-block; width:50px; height:50px; background-color:#fff; color:#000; font-size:13px; transition:width 0.3s }
.cm-more-btn.black{color:#fff; background-color:#000;}
.cm-more-btn.pink{color:#fff; background-color:#e60044;}
.cm-more-btn.blue{color:#fff; background-color:#0958ce;}
.cm-more-btn .icon{display:block; width:50px; height:100%; line-height:50px; font-size:24px; text-align:center;}
.cm-more-btn .icon i{display:inline-block; transition:all 0.3s; position:relative; top:2px;}
.cm-more-btn .txt{position:absolute; top:50%; overflow:hidden; height:1em; margin-top:-0.5em; left:55px; width:150px; }
.cm-more-btn .txt em{display:inline-block; transform:translateY(100%); opacity:0; transition:all 0.3s 0s}

@media screen and (min-width:1200px){
	.cm-more-btn:hover{width:150px}
	.cm-more-btn:hover .icon i{transform:rotate(180deg)}
	.cm-more-btn:hover .txt em{ transform:translateY(0%); opacity:1; transition-delay:0.2s}
}
/*버튼*/

/*sect4*/


/*sect5*/
.sect5 {width:100%; position:relative;}
.sect5 .img01{background:url("../images/sect5-left-background.jpg") no-repeat center center; background-size:cover; width:50%; float:left; height:250px;}
.sect5 .img02{background:url("../images/sect5-right-background.jpg")no-repeat center center; background-size:cover; width:50%; float:left; height:250px;}

.sect5 .img01:hover{ }
.sect5 .img01 .txt_box{padding: 85px 0px 0 135px; width: 740px;
float: right;}
.sect5 .img01 .txt_box p {font-size: 30px; color: #fff; line-height: 1.3;}

.sect5 .img02 .txt_box{padding: 85px 0px 0 60px; float:left;}
.sect5 .img02 .txt_box .tit{font-size: 30px; color: #fff; line-height: 1.3; margin-bottom: 15px;}
.sect5 .img02 .txt_box .tit2{font-size: 22px; color: #fff; line-height: 1.3; color:#6ba6fd}
.sect5 .img02 .txt_box li{width: 170px; border-bottom: 1px solid #fff; padding: 10px 0; color: #fff; font-size: 18px;}
.sect5 .img02 .txt_box02{padding: 85px 0 0 200px;}
.sect5 .img02 .txt_box02 li a {display:block;}
.sect5 .img02 .txt_box02 li a i{float:right;position: relative;
left: -10px; transition:.5s}

.sect5 .img02 .txt_box02 li a:hover i{left:0}
/*sect5*/



/*responsive*/

@media screen and (max-width: 1200px) {
	nav.computer .gnb {display:none;}
	.sect1 .slick-dots{bottom: 2rem;}
	.slide .main-slide-txt-wrap .main-slide-txt1{font-size: 50px; line-height: 1.3;}
	.slide .main-slide-txt-wrap .main-slide-txt2{font-size: 23px; line-height: 1.5;}
	.sect-wrap { width: 100%; max-width: 100%; padding: 0 20px;}
	/* .main .slide {width:100%; height:760px;background:url(../images/mainslide-1-m.png) no-repeat center center ; background-size: cover;}
	.main .slide02 {background-image:url(../images/mainslide-2-m.png);}
	.main .slide03 {background-image:url(../images/mainslide-3-m.png);}
	.main .slide04 {background-image:url(../images/mainslide-4-m.png);}
 */
	
	.business-list-mobile li:first-child div i { transform: rotate(0.25turn); }
	.video-wrap{padding:0 10px;}

	.sect5 .img01,.sect5 .img02{width:100%;}
	.sect5 .img01 .txt_box {padding: 85px 0px 0 60px; float: none;}	

	.sect3 .pc-ver{display:none}
	.sect3 .business-list-mobile{display:block;}

	.sect4 .slick-next,.sect4 .slick-prev{display: none !important;}
}


@media screen and (max-width:1023px){
	.main,.main .slide {height:600px;}
	.main .slide {text-align:center;}
	.slide .main-slide-txt-wrap{text-align:center;}

}


@media screen and (max-width: 800px ) {
	.sect3 .business-list-mobile {padding:10px 10px 0;}
	
	

}


@media screen and (max-width: 767px) {
	.slick-prev {left:2rem;}
	.slick-next {right:2rem;}
	.main,.main .slide {height:70vh;}
	.main .text {text-align:center; text-shadow: 3px 3px 3px rgba(0,0,0,.8);} 
	.main .text h2 {font-size: 28px; line-height: 40px; } 
	.main .text p {font-size: 17px; margin-bottom: 30px; margin-top: 15px;} 

	.main .text .btn_wrap{margin: 0 auto;position: relative;font-size: 20px;padding: 10px;}
	
	.business-list-mobile > li { float: none; width: 100%; margin-left: 0; }
	.sect4 .col{width:100%;}
	.sect4 .col.video {width: 100%;}
	.sect5 .img02 .txt_box02 { padding: 85px 20px 0 0px; float: right;}
	.sect5 .img01 .txt_box {width: auto;}
}


@media screen and (max-width: 480px ) {
	.slide .main-slide-txt-wrap .main-slide-txt1{font-size:38px;}
	.slide .main-slide-txt-wrap .main-slide-txt2{font-size:20px;}
	.title {font-size: 32px;}

	.sect4 .video-wrap .sub-title, .sect4 .video-wrap .sub-title b{font-size:18px;}
	.sect5 .img01 .txt_box,.sect5 .img02 .txt_box {padding: 85px 0px 0 20px; width: auto;}
}

@media screen and (max-width: 425px ) {
	.half > .col {width:100%;}
	
	.title{font-size:40px;}
	.main .text h2 {padding-top:50px; font-size: 20px; line-height:30px;}
	.main .btn_wrap{ display: block;  height: 45px; width:220px;  margin: 0 auto;}
	.main .text .look {font-size: 14px;}
	
	.sect5 .img02{height:auto; padding-bottom:20px;}
	.sect5 .img02 .txt_box{float:none; padding: 30px 0px 0 20px;}

}

/*responsive*/
