@charset "utf-8";

/* MAIN VISUAL */
.main_slider { position: relative; width: 100%; height: 740px; opacity: 0; visibility: hidden; overflow: hidden;
	transition: all 1.2s ease;
}
.main_slider.slick-initialized { opacity: 1; visibility: visible; }
.main_slider .slick-list { z-index: 1; }
.main_slider .slide { position: relative; height: 740px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main_slider .slide:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0; z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;   
}
.main_slider .slide .loading { display: none; position: absolute; top: 44%; left: 0; width: 100%; }
.main_slider.active .slide.slick-active { z-index: 1; }

.main_slider .slide .bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; min-height: 100%; z-index: -1; background-position: center center; background-repeat: no-repeat; background-size: cover;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 3.8s linear;
	-moz-transition: all 3.8s linear;
	transition: all 3.8s linear;
}
.main_slider.active .slide.slick-active .bg { 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.main_slider .slide .image-entity { width: 100%; opacity: 0; visibility: hidden; }

.main_slider .slick-arrow { position: absolute; top:50%; display: block; width: 95px; height: 95px; margin-top:-48px; z-index: 7; border:none; background: none; outline: none; text-indent: -999em; cursor: pointer; opacity: 0.5; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.main_slider .slick-arrow:hover { opacity: 1; }
.main_slider .slick-arrow.slick-prev { left:58px; background: url(../images/btn_prev.png) left top no-repeat; }
.main_slider .slick-arrow.slick-next { right:58px; background: url(../images/btn_next.png) left top no-repeat; }

.main_slider .slick-dots { position: absolute; top: 100%; left: 0; width: 100%; margin-top: -80px; text-align: center; z-index: 2; }
.main_slider .slick-dots li { display: inline-block; width: 10px; height: 10px; margin: 0 5px; border-radius: 10px; overflow: hidden; }
.main_slider .slick-dots li button { position: relative; display: block; width: 10px; height: 10px; cursor: pointer; font-size: 0; background-color: rgba(255,255,255,0.6); outline: none;  
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.main_slider .slick-dots li.slick-active { }
.main_slider .slick-dots li.slick-active button { background-color: #19af62; }

.mainVisual { position: relative; }
.mainVisual .vi_logo { position: absolute; left: 50%; top: 126px; width: 87px; height: 74px; margin-left: -610px; background: url(../images/main/vi_logo.png) left top no-repeat; z-index: 90; }
.mainVisual .intro { position: absolute; left: 50%; bottom: -56px; width: 1280px; height: auto; margin-left: -640px; z-index: 90; }
.mainVisual .intro .txt_box { text-align: left; }
.mainVisual .intro .txt_box .txt1 { display: block; opacity: 0; font-size: 30px; font-weight: 500; line-height: 56px; color: #fff; text-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1); 
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.7s;
	-moz-transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.7s;
	transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.7s;
}
.mainVisual .intro .txt_box .txt2 { display: block; opacity: 0; font-size: 30px; font-weight: 500; line-height: 56px; color: #000;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.6s;
	-moz-transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.6s;
	transition: all 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1.6s;
}
.load .mainVisual .intro .txt_box .txt1 { opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
	
}
.load .mainVisual .intro .txt_box .txt2 { opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transform: translateX(0);
}


/* BUSINESS */
.mbs { position: relative; padding: 74px 0 28px; text-align: center; }
.mbs_list { position: relative; width: 100%; }
.mbs_list:after { content: ''; display: block; clear: both; visibility: hidden; } 
.mbs_list li { position: relative; float: left; text-align: center; width: 298px; margin-right: 29px; }
.mbs_list li:last-child { margin-right: 0; } 
.mbs_list li .image { position: relative; overflow: hidden; } 
.mbs_list li .image img { display: block; width: 100%; max-width: 100%;
    -webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mbs_list li a:hover .image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.mbs_list li .tit { font-size: 20px; color: #000; margin-top: 14px; }
.mbs_list li .tit strong { font-weight: 600; }

/* CUSTOMER SERVICE */
.mcs { position: relative; padding: 34px 0; text-align: center; background: #e8efe2; }
.mcs_box { position: relative; width: 100%; }
.mcs_box:after { content: ''; display: block; clear: both; visibility: hidden; }
.mcs_box .item { position: relative; float: left; text-align: center; width: 25%; }
.mcs_box .item .wp { }
.mcs_box .item .ico { display: block; width: 177px; height: 177px; margin: 0 auto 18px; background: #fff; border-radius: 50%; box-shadow: 0 0 14px rgba(0, 0, 0, .2); overflow: hidden; }
.mcs_box .item .tit { font-size: 20px; font-weight: 600; line-height: 1.3; color: #000; text-transform: uppercase; }
.mcs_box .item .desc { color: #000; }

