@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Noto Sans KR', "Nanum Gothic", Dotum, sans-serif;
	color: #000;
	background: #fff;
	font-size: 12px;
	overflow: -Scroll;
    overflow-x: hidden;
}
/*a, input {
	transition: all 0.5s;
}*/
a, a:hover, afocus, a:active, a:link, a:visited {
	text-decoration: none;
}
ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none !important;
}
/*
100 - Thin
200 - Extra Light (Ultra Light)
300 - Light
400 - Regular (Normal、Book、Roman)
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)

font-size * 10 / PS VA = real_letter_spacing。
*/

header {
	width: 100%;
	position: absolute;
	left: 0px;
	z-index: 999;
	top: 0px;
	min-height: 90px;
	transition: all 0.3s;
	display: none;
	background-color: #fff;
}

.banner{
	width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.banner_bg{
	width: 100%;
	margin:0 auto;
	margin-top:100px;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.row{
	margin-right:0px;
	margin-left: 0px;
}
.container-fluid {
	width: 100%;
	margin: 0 auto;
	padding-right:0px;
	padding-left: 0px;
}
.my_container{
	max-width: 1410px;
	width: 100%;
	margin:0 auto;
}
.logo {
	float: left;
	position: relative;
	z-index: 99;
	top: 30px;
}
.pc_nav_ul li a{
    font-weight: 500;
    color: #fff;
    /*text-shadow: 2px 2px 3px #fff;*/
}
.pc_nav_ul{
   	float: right;
}
.pc_nav_ul li{
	float: left;
	margin-bottom: -2px;
}
.pc_nav_ul li a {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 30px 30px;
    box-sizing: border-box;
    position: relative;
}
.pc_nav_ul li a:hover{
	font-weight: bold !important;
	color:#000 !important;
	/*text-shadow:2px 2px 3px #a2fda6 !important;*/
}
.pc_nav_ul li a span {
    width: 100%;
    z-index: 99;
    bottom: -2px;
    height: 3px;
    left: 0px;
    position: absolute;
}
button {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
}
.pc_nav{
	display: inline-block;
}
.mobile_nav{
	display:none;
}
.sub_menu {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #f7f7f7;
    transition: height ease 0.3s;
    height: 0px;
    z-index: 999;
    overflow: hidden;
}
header:hover .sub_menu{
  height: 280px;
}
.sub_menu_list{
    float: right;
}
.sub_menu_ul{
  float: right;
  width:24%;
  min-height: 320px;
  box-sizing: border-box;
}
.sub_menu_ul:last-child{
  border-right: none;
}
.sub_menu_ul li{
  width: 100%;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.sub_menu_ul li a{
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding-top: 15px;
}
.sub_menu_ul li a:hover{
  color: #8332aa;
}
header:hover .sub_menu{
  border-top: 1px solid #eeeeee;
}
.pc_nav_ul .active a{
	font-weight: bold !important;
	color:#000 !important;
	/*text-shadow:2px 2px 3px #a2fda6 !important;*/
}
.nav_01,.nav_02,.nav_03{
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height: 350px;
}
.my_nav {
	float: right;
	border: none;
	margin-top: 30px;
	margin-bottom: 0px;
}
.my_nav_ul > li > a {
	color: #fff;
	padding-bottom: 32px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: -0.5px;
}
.my_nav_ul > li:hover > ul {
	display: inline-block;
}
.my_nav_ul > li.open > ul {
	display: none;
}
.my_nav_ul > li > ul {
	display: none;
	left: -15px;
	padding: 15px 30px;
	box-sizing: border-box;
	min-width: 210px;
}
.my_nav_ul > li > ul:before {
	content: "";
	float: left;
	width: 18px;
	height: 2px;
	margin-left: 0px;
	margin-top: -15px;
}
.my_nav_ul > li > ul > li {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.my_nav_ul > li > ul > li:last-child {
	border-bottom: none;
}
.my_nav_ul > li > ul > li > a {
	color: #999999;
	padding: 0px;
	background: none;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 10px;
	line-height: 20px;
	padding-top: 10px;
}
.my_nav_ul > li > ul > li > a:hover {
	background: none !important;
	color: #fff;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	z-index: 9;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 935px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	width: auto !important;
	right: 14%;
	left: auto !important;
	bottom: 25px !important;
	font-size:20px;
	margin-right: 10px;
}
.swiper-pagination-current{
	font-size:20px;
	color: #000;
	font-weight: 500;
	padding-right: 10px;
}
.swiper-pagination-total{
	font-size:20px;
	color: #c1c1c3;
	font-weight: 500;
	padding-left: 10px;
}
.form-control1 {
    border: 1px solid #000 !important;
    border-radius: 50px !important;
    padding-left:30px !important;
}
.input-group-btn {
    left: -40px;
    z-index: 99;
}
.btn-search{
	border:1px solid #000;
	border-radius: 50px;
	background-color: #000;
	color:#fff
}
.btn-info:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.main_00{
	max-height: 100%;
	width: 100%
}
.left_nav{
	height: 935px;
	max-height: 100%;
	z-index:99;
	background-color: #fff;
}
.main_00_logo{
	text-align: center;
	margin-top:50px;
}
.main_00_nav ul li a{
	font-size:18px;
	color: #000;
	font-weight: bold;
	padding: 35px 45px;

}
.right_sub_menu ul li a{
	font-size:18px;
	color: #000;
	padding: 16px 20px;
}
.right_sub_menu{
	height: 935px;
	position: absolute;
	max-height:935px;
	width: 0px;
	top:0;
	left:0;
	z-index: 999;
	overflow:hidden;
	background-color: rgb(250,250,251,0.8);
}
.main_phone{
	max-width: 100%;
	background-image: url("../images/phone.png");
	height: 720px;
	background-repeat:no-repeat;
	background-position:center;
	margin-bottom: 100px;
}

.phone_animate_img01 {
    position: relative;
    animation: new_phone_move 3s infinite;
    -webkit-animation: new_phone_move 3s infinite;
}
.phone_animate_img02 {
    position: relative;
    animation: new_phone_move 4s infinite;
    -webkit-animation: new_phone_move 4s infinite;
}
.phone_animate_img03 {
    position: relative;
    animation: new_phone_move 5s infinite;
    -webkit-animation: new_phone_move 5s infinite;
}
.main_phone_left{
	margin-top:45%;
}
.main_phone_right{
	margin-top:85%;
}
.main_phone_text{
	font-size: 53px;
	font-weight: 400;
	color: #000;
	margin-bottom: 100px;
}
.main_phone_text span{
	font-size: 53px;
	font-weight: bold;
	color: #8332aa;
}
.main_04_new01{
	margin-bottom: 100px;
}
.main_04_new_text01{
	font-size: 45px;
	font-weight: bold;
	color: #000;
	margin-bottom: 100px;
}
.num_area{
	position: relative;
	max-width: 440px;
	max-height: 330px;
	height: 330px;
	box-shadow: #e1e1e1 3px 3px 3px 2px;
	border-radius:20px;
	margin-left: 30px;
	background-color: #fff;
	animation-delay:0.2s;
	animation-timing-function:ease-in-out;
}
.num_area1{
	position: relative;
	max-width: 440px;
	max-height: 330px;
	height: 330px;
	box-shadow: #e1e1e1 3px 3px 3px 2px;
	border-radius:20px;
	margin-left: 30px;
	background-color: #fff;
	animation-delay:0.3s;
	animation-timing-function:ease-in-out;
}
.num_area2{
	position: relative;
	max-width: 440px;
	max-height: 330px;
	height: 330px;
	box-shadow: #e1e1e1 3px 3px 3px 2px;
	border-radius:20px;
	margin-left: 30px;
	background-color: #fff;
	animation-delay:0.4s;
	animation-timing-function:ease-in-out;
}
.num_area_text01{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	margin-top:10%;
	margin-left:5%;
}
.num_area_text02{
	font-size: 50px;
	font-weight: 400;
	color: #000;
	bottom:45%;
	right:10%;
	position: absolute;
}
.num_area_text03{
	font-size: 80px;
	font-weight: bold;
	color: #8332aa;
	bottom:10%;
	right:10%;
	position: absolute;
}









.main_01{
	height: 500px;
	width: 100%
}
.main_01_text{
	font-size: 40px;
	font-weight: 500;
	padding-top: 100px;
	padding-left: 50px;
	color: #000;
}
.main_01_text span{
	font-size: 40px;
	font-weight: 500;
	background-image: linear-gradient(to right, #79bad6, #6369f7);
	color: transparent;
	-webkit-background-clip: text;
}
.owl-carousel .owl-item img{
	width: 220px !important;
	height: 100px;
}
.web_img{
	max-width: 100%;
}
#main-brand{
	margin-top: 50px;
}
.down_img{
	max-width:100%;
	margin-left: 80px;
}
.down_img_last{
	max-width:100%;
	margin-left: 50px;
}
.main_02{
	width:100%;
	background-color: #fff;
	height:auto;
	text-align: center;
}
.main_02_text01{
	padding-top:150px;
	padding-bottom: 30px;
}
.main_02_text02{
	font-size: 32px;
	color:#000;
	font-weight: 300;
	margin-bottom: 5px;
}
.main_02_text02 span{
	font-size: 32px;
	color:#000;
	font-weight: 500;
}
.main_02_text03{
	font-size: 50px;
	color:#000;
	font-weight: 500;
	margin-bottom: 100px;
}
.main_03{
	width:100%;
	height:auto;
	text-align: center;
}
.main_03_img{
	margin-bottom: 200px;
}
.main_03_text01{
	font-size: 54px;
	color:#000;
	font-weight: 500;
}
.main_03_text01 span{
	font-size: 54px;
	background-image: linear-gradient(to right, #653dcd, #d46740);
	color: transparent;
	-webkit-background-clip: text;
	font-weight: 500;
}
.animate_img{
	position: relative;
	animation: mymove 5s infinite;
	-webkit-animation: mymove 5s infinite;
	margin-bottom: 50px;
}
@keyframes mymove {
	50% {
		transform: translateY(50px);
	}
}
@-webkit-keyframes mymove
{
	50% {
		transform: translateY(50px);
	}
}
.main_03_text02{
	margin-top: 50px;
}
.main_03_text03{
	margin-top: 50px;
	font-size: 60px;
	color:#000;
	font-weight: 500;
}
.main_04{
	width:100%;
	background-color: #f7f7f7;
	text-align: center;
	/*padding:100px 0px;*/
}
.main_04_text{
	background-color: #fff;
	border-radius:20px;
	margin-right: 30px;
	max-width: 440px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
	box-shadow: #e1e1e1 3px 3px 3px 2px;	
}
.main_04_animate{
	animation-delay:0.2s;
	animation-timing-function:ease-in-out;
}
.main_04_animate1{
	animation-delay:0.4s;
	animation-timing-function:ease-in-out;
}
.main_04_animate2{
	animation-delay:0.6s;
	animation-timing-function:ease-in-out;
}
.main_04_text1{
	background-color: #fff;
	border-radius:20px;
	margin-right: 30px;
	max-width: 440px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
	box-shadow: #e1e1e1 3px 3px 3px 2px;
	animation-delay:0.4s;
}
.main_04_text2{
	background-color: #fff;
	border-radius:20px;
	margin-right: 30px;
	max-width: 440px;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
	box-shadow: #e1e1e1 3px 3px 3px 2px;
	animation-delay:0.6s;
}
.main_04_text img,.main_04_text1 img,.main_04_text2 img{
	height: 100px;
	max-height: 100px;
}
/*.main_04_text img,.main_04_text1 img,.main_04_text2 img{
	height: 200px;
	max-height: 220px;
}*/
.main_04_list{
	position: relative;
	left:15px;
	margin-bottom: 100px;
}
.main_04_text01{
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	color: #000;
	margin-top:30px;
}
.main_04_text02{
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	color: #000;
	margin-top:10px;
}
.main_05{
	/*padding:100px 0px;*/
	background-color: #f7f7f7;
	width: 100%;
}
.main_05_text01{
	font-size: 52px;
	text-align: left;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}
.main_05_text03{
	font-size: 36px;
	font-weight: 500;
	color: #000;
	margin-bottom: 10px;
}
.main_05_area_up{
	margin-bottom: 50px;
}
.main_05_area_down{
	margin-bottom: 100px;
}
.main_05_text04{
	font-size: 27px;
	color: #000;
}
.main_05_area_left{
	text-align: left;
	padding-left: 30px;
	margin-top:80px;
}
.main_05_box01{
	box-shadow: 0px 5px 10px #eee inset;
	padding:30px 0px;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	border-radius: 20px;
	padding-left: 30px;
	max-width: 480px;
	margin:0 auto;
}
.main_05_box02{
	box-shadow: 0px 5px 10px #eee inset;
	padding:30px 0px;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	border-radius: 20px;
	padding-left: 30px;
	max-width: 540px;   
	width: 540px;   
	height: 100px;         
	margin:0 auto;
	margin-top:-20px;
}
.main_05_box03{
	box-shadow: 0px 0px 5px 5px #eee inset;
	padding:30px 0px;
	font-size: 28px;
	font-weight: 500;
	color: #000;
	border-radius: 20px;
	padding-left: 30px;
	max-width: 600px;
	width: 600px;
	margin:0 auto;
	margin-top:-20px;       
}
.main_05_text05{
	font-size: 58px;
	font-weight: 500;
	color: #000;
	padding-top: 150px;
}
.main_05_text05 span{
	font-size: 90px;
    font-weight: 500;
    color: #636af6;
    float: right;
    margin-top: -30px;
    padding-right: 30px;
}
.clear{clear:both}



.main_06{
	/*background-image: url("../images/main06_bg.jpg");*/
	background-color: #333333;
	height: 540px;
}
.main_06_text01{
	font-size: 58px;
	text-align: center;
	font-weight: 300;
	color: #fff;
	padding-top: 80px;
}
.main_06_nav{
	min-height: 120px;
	border-radius: 20px;
	text-align: center;
	background-color: #fff;
	margin-top:50px;
}
.nav-tabs{
	border:none;
}
.nav {
    padding: 35px;
}
.nav-tabs>li{
	padding:0px 30px;
}
.nav-tabs>li>a {
    border: none;
    font-size: 32px;
    color: #bcc2bb;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #8332aa;
    background:none;
    border:none;
    font-weight: bold;
}
.nav-tabs>li>a:hover {
    border: none;
    cursor: pointer;
    color: #8332aa;
    font-weight: bold;
}
.nav>li>a:focus, .nav>li>a:hover {
    background:none;
}
.main_07{
	padding: 100px 0px;
	background-color: #f7f7f7;
}
.web_phone_img{
	max-width: 100%;
	background-image: url("../images/phone_bg_0.png");
	height: 815px;
	background-repeat:no-repeat;
	background-position: 200px 0px;
}
.web_phone_img1{
	max-width: 100%;
	background-image: url("../images/phone_bg_1.png");
	height: 815px;
	background-repeat:no-repeat;
	background-position: 200px 0px;
}
.web_phone_img2{
	max-width: 100%;
	background-image: url("../images/phone_bg_2.png");
	height: 815px;
	background-repeat:no-repeat;
	background-position: 200px 0px;
}
.web_phone_img3{
	max-width: 100%;
	background-image: url("../images/phone_bg_3.png");
	height: 815px;
	background-repeat:no-repeat;
	background-position: 250px 0px;
}
.main_07_img1{
	margin-top: 250px;
	margin-left: 5%;
}
.main_07_img2{
	margin-top: 150px;
	margin-left: 50px;
}
.main_07_img4{
	margin-top: 230px;
	margin-left: 5%;
}
.main_07_img5{
	margin-top: 370px;
}
.main_07_img6{
	margin-top: 200px;
	margin-left: 5%;
}
.main_07_img7{
	margin-top: 470px;
}
.main_07_img8{
	margin-top: 230px;
}
.main_07_img9{
	margin-top: 160px;
    margin-left: 35%;
}
.main_07_img10{
	margin-top: 340px;
    margin-left: 25%;
}
.main_07_img11{
	margin-top: 270px;
    margin-left: 25%;
}

.tab3_main_07_img2{
	margin-top: 480px;
    float: right;
}
.tab4_main_07_img1{
	margin-top: 215px;
}
.tab4_main_07_img2{
	margin-top: 360px;
    float: right;
}
.tab4_main_07_img3{
	margin-top: 150px;
	margin-left: 70px;
}
.tab5_web_phone_text {
    padding-left: 0px;
}
.main_07_img3{
	margin-top: 180px;
}
.animate_phone{
	position: relative;
	animation: phonemove 6s infinite;
	-webkit-animation: phonemove 6s infinite;
}
@keyframes phonemove {
	50% {
		transform: translateY(10px);
	}
}
@-webkit-keyframes phonemove
{
	50% {
		transform: translateY(10px);
	}
}
.animate_phone1{
	position: relative;
	animation: phone_move 3s infinite;
	-webkit-animation: phone_move 3s infinite;
}
@keyframes phone_move {
	50% {
		transform: translateY(5px);
	}
}
@-webkit-keyframes phone_move
{
	50% {
		transform: translateY(5px);
	}
}
@keyframes new_phone_move {
	50% {
		transform: translateY(10px);
	}
}
@-webkit-keyframes new_phone_move
{
	50% {
		transform: translateY(10px);
	}
}
.animate_phone2{
	position: relative;
	animation: p_move 4s infinite;
	-webkit-animation: p_move 4s infinite;
}
@keyframes p_move {
	50% {
		transform: translateY(8px);
	}
}
@-webkit-keyframes p_move
{
	50% {
		transform: translateY(8px);
	}
}
.web_phone_text{
	padding-top: 200px;
	/*padding-left: 250px;*/
}
.main_07_text02{
	font-size: 42px;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding-top: 30px;
}
.main_07_text02_n{
	font-size: 45px;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding-top: 30px;
}
.main_07_text02_b{
	font-size: 40px;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding-top: 30px;
}
.e_img_list{
	padding-left: 70px;
}
.main_07_text03{
	font-size: 40px;
	text-align: left;
	font-weight: 500;
	background-image: linear-gradient(to right, #7bbdd5, #6369f7);
	color: transparent;
	-webkit-background-clip: text;
}
.main_07_text04{
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	color: #000;
	padding-top: 30px;
}
.main_08{
	width: 100%;
    background-color: #f7f7f7;
}
.main_08_area01{
	background-color: #fff;
    border-radius: 20px;
    padding:100px 0px;
    padding-left: 50px;
}
.main_08_area01_right{
	padding-left: 50px;
}
.main_08_area02{
	background-color: #fff;
    border-radius: 20px;
    margin: 100px 0px;
    padding: 100px 0px;
    padding-left: 50px;
}
.main_08_img_li{
	max-height: 456px;
}
.main_08_text01{
	font-size: 42px;
	text-align: left;
	font-weight: bold;
	color: #000;
}
.main_08_text01 span{
	font-size: 45px;
	text-align: left;
	font-weight: bold;
	background-image: linear-gradient(to right, #7bbdd5, #6369f7);
	color: transparent;
	-webkit-background-clip: text;
}
.main_08_text02{
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	color: #000;
	padding-top: 30px;
}
.main_08_text03{
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	color: #a2a2a2;
	padding-top: 30px;
}
.main_08_line{
	display: flex;
    align-items: center;
    height: 465px;
    left: 25px;
}
.main_08_img_list{
	margin-top:50px;
}
.main_08_text04{
	text-align: center;
	font-size: 25px;
	color:#8332aa;
	background-color: #fff;
    /*border-radius: 20px;*/
	font-weight: 500;
	max-width: 100%;
	margin-top: 20px;
	padding:5px 0px;
	/*box-shadow: #eee 3px 3px 3px 2px;*/
}
.main_08_text05{
	text-align: center;
	font-size: 25px;
	color:#000;
	background-color: #fff;
    /*border-radius: 20px;*/
	font-weight: 500;
	max-width: 100%;
	margin-top: 20px;
	padding:5px 0px;
	/*box-shadow: #eee 3px 3px 3px 2px;*/
}
.main_09_text{
	padding: 100px 0px;
}
.main_09_text01{
	font-size: 42px;
	text-align: left;
	font-weight: bold;
	color: #000;
}
.main_09_text01 span{
	font-size: 45px;
	text-align: left;
	font-weight: 500;
	background-image: linear-gradient(to right, #7bbdd5, #6369f7);
	color: transparent;
	-webkit-background-clip: text;
}
.main_09_text02{
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	color:#000;
	padding-top: 20px;
}
.main_09_text02 span{
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	color:#6369f7;
}
.main_09_img_list{
	margin-top:50px;
}
.main_09_img_list .owl-carousel .owl-item img{
	width: 100% !important;
	height: 100%
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url("../images/left.png") !important;
	left: -50px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url("../images/right.png") !important;
	right: -50px !important;
}
.banner-prev{
    position: absolute;
    top:auto !important;
    width: 38px !important;
    height: 38px !important;
   	left:auto !important;
   	right: 8% !important;
   	bottom: 20px !important;
    z-index: 10;
    margin-right: 10px;
    background-size: 38px 38px !important;
    cursor: pointer;
    background-image: url('../images/n_left.png') !important;
}
.banner-next {
    position: absolute;
    top:auto !important;
    bottom: 20px !important;
    width: 38px !important;
    right: 5% !important;
    height: 38px !important;
    z-index: 10;
    margin-left: 10px;
    background-size: 38px 38px !important;
    cursor: pointer;
    background-image: url('../images/n_right.png') !important;
}
.main_10{
	width: 100%;
    background-color: #f7f7f7;
}
.main_10_text{
	padding: 100px 0px;
}
.main_10_area{
	max-height:450px;
	overflow-y: scroll;
}
#scroll_style::-webkit-scrollbar{
	width:10px;
}
.main_10_text01{
	font-size: 42px;
	text-align: left;
	font-weight: bold;
	color: #000;
}
.main_10_img{
	max-width:60px; 
	height: 78px;
	padding-top: 10px;
}
.main_10_text02{
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	color: #000;
	background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.main_10_text02:first-child{
	font-size: 30px;
	text-align: left;
	font-weight: 500;
	color: #000;
	background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 0px;
}
.main_10_text02 span{
	font-size: 22px;
	text-align: left;
	font-weight: 400;
	color: #000;
}
.main_10_text03{
	padding-left: 30px;
}
.main_11_area{
	background-color:#973cbc;
	color: #fff;
	padding: 5% 0;
	padding-left: 13%;
}
footer{
	color:#fff;
	background-color:#000000;
}
.footer_area_left{
	color: #fff;
	padding: 5% 0;
	/*padding-left: 10%;*/
}
.footer_area_right{
	text-align: right;
	color: #fff;
	padding: 5% 0;
	/*padding-right: 10%;*/
}
.footer_text01{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}
.footer_text02{
	font-size: 30px;
	font-weight: bold;
}
.footer_text03{
	font-size: 16px;
	font-weight: 400;
}
.main_11_text01{
	font-size: 52px;
	text-align: left;
	font-weight: bold;
}
.main_11_text02{
	font-size: 30px;
}
.main_11_text03{
	font-size: 20px;
	margin-top: 20px;
}
.main_11_text04{
	font-size: 20px;
	margin-top: 150px;
}
.main_11_text04:last-child{
	font-size: 20px;
	margin-top: 20px;
}
.main_11_text04 img{
	padding-right:30px;
}
.main_form{
	margin-top: 100px;
	padding-left: 18%;
    padding-right: 10%;
}
.form-control{
	border:none;
	border-bottom: 1px solid #ccc;
	box-shadow:none;
	border-radius:0px;
	padding: 6px 0px;
}
.btn-default {
    color: #fff;
    background-color: #973cbc;
    border-color: #973cbc;
    border-radius: 50px;
    padding:10px 50px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}
.btn-default:hover {
    color: #000;
    background-color: #eee;
    border-color: #e9e9eb;
}
.echats_show{
	max-width: 100%;
	width: 700px;
	height:500px;
}
.main_08_tab2{
	border-radius: 20px;
	box-shadow: 2px 2px 3px 3px #eee;
	width: 380px;
	height: 320px;
	max-width: 100%;
	margin-right: 60px;
	margin-top: 20px;
}
.main_08_tab2_text01{
	text-align:left;
	color: #000;
	font-size: 32px;
	font-weight: 500;
	padding-top: 30px;
	padding-left:10px;
}
.main_08_tab2_text02{
	text-align:left;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-left:10px;
}
.main_08_tab2_text03{
	text-align:right;
	right: 20px;
	bottom: 30px;
    position: absolute;
}
.main_08_tab2_text04{
	font-size: 45px;
	text-align: left;
	font-weight: bold;
	color: #000;
}
.main_08_tab2_text04 span{
	font-size: 45px;
	text-align: left;
	font-weight: bold;
	background-image: linear-gradient(to right, #e09399, #ad73b6);
	color: transparent;
	-webkit-background-clip: text;
}
.main_08_tab2_text05{
	padding-top:50px;
}
.main_08_tab2_text06{
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	color: #000;
	padding-left: 10px;
}
.main_08_tab2_text07{
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	color: #000;
	padding-left: 10px;
}
.tab2_03:first-child,.tab2_03_01:first-child{
	padding-top: 10px;
}
.tab2_03{
	font-size: 32px;
	padding-top: 0px;
}
.tab2_03_01{
	font-size: 32px;
	padding-top: 0px;
}
.main_08_tab2_03_bg{
	border-radius: 20px;
	box-shadow: 2px 2px 3px 3px #eee;
	max-width: 100%;
	margin-top: 20px;
	height: 330px;
	width: 600px;
	margin-right: 60px;
	margin-bottom: 50px;
	background-color: #fff;
}
.main_08_tab2_03_bg1{
	border-radius: 20px;
	box-shadow: 2px 2px 3px 3px #eee;
	max-width: 100%;
	margin-top: 20px;
	height: 330px;
	width: 600px;
	margin-right: 60px;
	margin-bottom: 50px;
}
.main_08_tab2_03{
	border-radius: 20px;
	box-shadow: 2px 2px 3px 3px #eee;
	max-width: 100%;
	margin-top: 20px;
	height: 330px;
	width: 600px;
	margin-right: 60px;
	margin-bottom: 50px;
}
.tab5_main_08_01 img,.tab5_main_08_02 img{
	padding-right: 20px;
}
.tab5_main_08_01{
	font-size: 32px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin-top: 50px;
}
.tab5_main_08_02{
	font-size: 32px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin-top: 50px;
	margin-bottom: 50px;
}
.tab5_img{
	margin-top:50px;
}
.tab5_main_08_area02 {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 100px;
    padding-left: 50px;
}
.tab5_main_08_img_list{
	margin-bottom: 100px;
}
.modal_video,.modal_img{
	position: fixed; 
	text-align: center; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	z-index: 9999; 
	display: none;
}
.table_video,.table_img{
	width: 100%; 
	height: 100%;
	background-color: rgba(50, 50, 50, 0.8);
}
.video_box,.img_box{
	width: 1120px; 
	position: relative
}
.video_play{
	width: 600px;
}
.img_play{
	max-width: 100%;
    max-height: 750px;
    margin:100px 0px;
}
.close_video{
	display: block; 
	position: absolute; 
	top: -40px; 
	z-index: 2;
	width: 100%;
	color: #fff;
}
.close_img{
	display: block; 
	position: absolute; 
	top: 40px; 
	z-index: 2;
	width: 100%;
	color: #fff;
}
.close_video:hover,.close_img:hover{
	color: #fff;
}
.icon_close{
	font-size: 27px;
	float:right;
	margin-top: 8px;
}
.icon_text{
	font-size: 27px;
	float:left;
}
.str_wrap{
  height: 450px;
}
.str_wrap1{
  height: 60px;
  margin-top:50px;
}
.str4 img,.str41 img { margin-left: 80px;}
.up_img{display: block}
.main_brand_area{
	margin-bottom: 0px;
}
.mobile_banner{
	display: none;
}
.main_00_nav{
	height: 700px;
	position: relative;
	max-height:700px;
}
.search_img{
	position: absolute;
	z-index: 99;
	top: 8px;
	left: 10px;
}
.right_part{
	padding-right: 0px;
	padding-left: 0px;
	overflow:hidden;
}
.flex-column{
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:350px;
}

@media(max-width:767px) {
	.str_wrap img {
	    max-width: 100px !important;
	    max-height:40px !important;
	}
	.str4 img,.str41 img { margin-left: 10px;}
	.main_brand_area{
		margin-bottom: 50px;
	}
	.str_wrap{
	  margin-top:20px;
	}
	.up_img{
		display: none;
	}
	.main_03_text03{
		margin-bottom: 100px;
	}
	.main_01,.main_02{
		height: auto;
	}
	.main_01_text {
	    font-size: 28px;
	    padding-top: 50px;
	    padding-left: 0px;
	    text-align: center;
	}
	.main_01_text span,.main_08_tab2_text04,.main_08_tab2_text04 span,.main_02_text03,.main_04_text01,.main_10_text01,.main_09_text01,.main_09_text01 span,.main_05_text03,.main_05_text05,.main_06_text01,.nav-tabs>li>a,.main_07_text02,.main_07_text02_n,.main_07_text03{
	    font-size: 28px;
	}
	.main_03_text01,.main_08_tab2_text01,.main_03_text01 span,.main_03_text03,.main_05_text03,.main_11_text01,.tab5_main_08_01,.tab5_main_08_02{
	    font-size: 24px;
	}
	.main_08_text01,.main_08_text01 span,.main_11_text02{
	    font-size: 22px;
	}
	.owl-carousel .owl-item img {
	    width: auto !important;
	    height: auto;
	}
	.main_02_text01,.main_03{
		padding-top: 50px;
	}
	.main_02_text02,.main_02_text02 span,.main_10_text02 span{
		font-size: 16px;
	}
	.main_09_text01,.main_09_text02{
		text-align: center;
	}
	.main_02_text03{
		/*padding-bottom: 50px;*/
	}
	.main_03_img{
		margin-bottom: 50px;
	}
	.main_04_list{
		left:0px;
	}
	/*.main_04_text{
		margin-right: 0px;
		margin-top:20px;
	}*/
	.main_05_area_left {
	    /*padding: 50px 0px;*/
	    text-align: center;
	}
	.main_05_text01,.main_05_text02{
		text-align: center;
		font-size: 30px;
	}
	.main_05_text04,.main_08_tab2_text02,.main_09_text02,.main_09_text02 span,.main_10_text02:first-child,.main_10_text02{
	    font-size: 18px;
	}
	.main_05_box02,.main_05_box03{
		width: auto;
	}
	.main_05_text05 span {
	    font-size: 55px;
	}
	.main_06{
		height: 700px;
	}
	.nav-tabs>li{
		width: 100%
	}
	.web_phone_text{
		padding-left: 30px !important;
		padding-top: 0px;
	}
	.main_07_text04,.main_08_text02 {
	    font-size: 14px;
	    font-weight: 400;
	}
	.main_08_area01,.main_08_area02,.main_10_text03,.tab5_main_08_area02{
		padding-left: 0px;
	}
	.main_08_line{
		display: none;
	}
	.main_08_text04{
		margin-bottom: 20px;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		display: none;
	}
	.main_10_text01{
		margin-bottom: 30px;
	}
	.main_10_area {
	    max-height: 440px;
	}
	.main_11_area {
	    padding-top: 100px;
	    padding-left: 20px;
	    padding-bottom: 100px;
	}
	.footer_area_left {
	    padding-top: 100px;
	    padding-left: 20px;
	    padding-bottom: 100px;
	}
	.footer_area_right {
	    padding-top: 100px;
	    padding-right: 20px;
	    padding-bottom: 100px;
	}
	.video_box,.video_play,.img_box,.img_play{
		max-width: 350px;
	}
	.tab5_web_phone_text{
	    padding-left: 30px !important;
	}
	.web_phone_img{
	    max-width: 100%;
	    background-image: url(../images/phone_bg_0.png);
	    height: 815px;
	    background-repeat: no-repeat;
	    background-position: 0px 0px !important;
	    margin-top:30px;
	}
	.main_07_img1 {
	    margin-top: 215px;
	    margin-left: 0px;
	}
	.main_07_img2 {
	    margin-top: -250px;
	    float: left;
	    right: 0px !important;
	}
	.main_07_img3 {
	    margin-top: 220px;
	    margin-left: 0px;
	}
	.web_phone_img1 {
	    max-width: 100%;
	    background-image: url(../images/phone_bg_1.png);
	    height: 815px;
	    background-repeat: no-repeat;
	    background-position: 0px 0px !important;
	    margin-top:30px;
	}
	.web_phone_img2 {
	    max-width: 100%;
	    background-image: url(../images/phone_bg_2.png);
	    height: 815px;
	    background-repeat: no-repeat;
	    background-position: 0px 0px !important;
	    margin-top:30px;
	}
	.tab3_main_07_img2 {
	    margin-top: 120px;
	    float: left;
	    right: 0px !important;
	}
	.web_phone_img3 {
	    max-width: 100%;
	    background-image: url(../images/phone_bg_3.png);
	    height: 815px;
	    background-repeat: no-repeat;
	    background-position: 0px 0px !important;
	    margin-top:30px;
	}
	.tab4_main_07_img3 {
		margin-top: 180px;
	    margin-left: 0px;
	}
	.tab4_main_07_img2 {
	    margin-top: -240px;
	    right: 0px !important;
	    float: left;
	}
	/*header {
	    position: static;
	    background-color: #dadcff;
	}*/
	.navbar-default{
		background: none;
	}
	.my_container{
		padding:0px !important;
	}
	.mobile_nav {
	    display: inline-block;
	}
	.logo{
		top:20px;
	}
	.pc_nav {
	    display: none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background:none;
	}
	.navbar-default .navbar-toggle {
	    border-color: #000;
	}
	.navbar-toggle{
		margin-top: 0px;
	}
	.sub_menu{
		display: none;
	}
	.my_nav {
		float: none;
	}
	.my_nav_ul > li > ul {
		width: 100%;
		float: left;
		position: static !important;
		background-color: rgba(0,0,0,0.5) !important;
	}
	.my_nav_ul > li.open > ul {
		display: inline-block !important;
		position: static !important;
		width: 100% !important;
		padding: 0px !important;
	}
	.my_nav_ul > li > a {
		padding: 20px 0px !important;
		text-align: center;
		font-size: 18px;
		color: #000 !important;
	}
	.my_nav_ul > li:hover > ul {
		display: none;
	}
	.my_nav_ul > li > ul:before {
		display: none;
	}
	.my_nav_ul > li > ul > li > a {
		font-size: 14px;
		text-align: center;
		color: #fff !important;
		font-weight: 400;
		padding: 20px 0px !important;
	}
}
@media(max-width:992px){	
	.main_section{
		display: none;
	}
	.head_style{
		/*position: fixed;*/
		display: block;
		background-color: #dadcff;
	}
	.main_phone_text,.main_phone_text span,.main_04_new_text01,.main_05_text01,.main_02_text03,.main_10_text01,.main_07_text02_b,.main_07_text02_n{
		font-size: 24px;
	}
	.main_05_text03,.main_09_text01,.footer_text02,.footer_text03{
		font-size: 20px;
	}
	.main_04_animate,.main_04_animate1{
		margin-bottom: 20px;
	}
	.main_04_text,.main_04_text1,.main_04_text2{
		margin-right: 0px;
	}
	.main_05_area_left {
	   margin-top:0px;
	}
	.main_02_text03 {
		margin-bottom: 50px;
	}
	.main_05_text04,.main_09_text02{
		font-size: 16px;
	}
	.main_phone_right{
		margin-top: 35%;
	}
	.num_area,.num_area1,.num_area2{
		max-width: 100%;
		margin-left:0px;
		margin-bottom: 20px;
	}
	.num_area_text02{
		font-size: 40px;
	}
	.num_area_text03 {
		font-size: 53px;
	}
	.btn-default{
		margin-bottom: 20px;
	}
	.main_07_img4,.main_07_img5,.main_07_img6{
		margin-top:130px;
	}
	.main_07_img7,.main_07_img8{
		margin-top:200px;
	}
	.main_07_img9,.main_07_img10,.main_07_img11{
		margin-top:120px;
		margin-left: 0px;
	}
	.main_08_area02{
		margin:0px;
	}
	.e_img_list{
		padding-left: 0px;
	}
	.footer_area_left{
		padding-bottom: 0px;
	}
	.mobile_banner{
		display: block;
		padding-top:80px;
	}
	.main_phone_left,.main_phone_right{
		max-width: 100%;
	}
	.main_08_area01{
		padding-bottom: 50px;
	}
	.main_08_area02{
		padding-top: 0px;
	}
	.main_08_area01_right{
		padding-left: 0px;
		margin-top:50px;
	}
}
@media(max-width:1536px){
	.tab5_web_phone_text,.web_phone_text{
		padding-left: 60px;
	}	 
	.web_phone_img3,.web_phone_img2,.web_phone_img1,.web_phone_img {
	    background-position: 210px 0px;
	}
	.tab4_main_07_img2,.tab3_main_07_img2,.main_07_img2 {
	    right: -80px;
	}
	.main_11_area {
	    padding-left: 4%;
	}
	.main_form{
		padding-right: 0px;
	}
	.form-control1{
		width: 150px !important;
	}
	.main_00_nav{
		height: 550px;
	    max-height: 550px;
	}
	.right_sub_menu {
	    height: 790px;
	    max-height: 790px;
	}
}
/*sweet alert*/
.swal-overlay .swal-button--backhome {
	background: #ccc;
}

.swal-overlay .swal-footer {
	text-align: center;
}
.swal-overlay .alertloading {
	width: 200px;
}
.swal-overlay .alertloading .swal-icon--success {
	border: none;
	margin-bottom: 32px;
}
.swal-overlay .alertloading .swal-icon--success__ring {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.swal-overlay .alertloading .swal-icon--success__ring  {
    margin: 0 auto;
    position: relative;
    border-top: 4px solid #edf8e6;
    border-right: 4px solid #edf8e6;
    border-bottom: 4px solid #edf8e6;
    border-left: 4px solid #a5dc86;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.swal-overlay .alertloading .swal-icon--success__ring  {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.swal-overlay .alertloading .swal-icon--success__line , .swal-overlay .alertloading .swal-icon--success__hide-corners , .swal-overlay .alertloading .swal-icon--success:after  , .swal-overlay .alertloading .swal-icon--success:before {
	display: none;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#form-template {
	color: #999;
	font-weight: 400;
}
#form-template label {
	font-weight: 500;
	font-size: 20px;
	color: #000;
}
#form-template label strong {
	color: #a2fda6;
	font-weight: 400;
}
#form-template label span {
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
#form-template input {
	height: 38px;
	line-height: 38px;
}
#form-template .filename {
	line-height: 28px;
}
#form-template input[type="radio"] , #form-template input[type="checkbox"] {
	height: auto;
	line-height: inherit;
	margin-right: 5px;
}
#form-template .agreement-document {
	height: 200px;
	background: #f7f7f7;
	overflow: auto;
	font-size: 12px;
	font-weight: 300;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}
#form-template input[type=file] {
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 40px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 100%;
	margin-top: -40px;
	z-index: 2;
}
#form-template .file-input {
	z-index: 1;
}
.has-feedback label ~ .form-control-feedback {
	top: 29px;
	right: 15px;
}
.help-block {
	position: absolute;
	top: 5px;
	background: #fff;
	right: 50px;
	font-size: 12px;
	font-style: normal;
	z-index: 3;
}
.form-textarea .glyphicon{
	top: 25px;
}
.agreement .help-block{
	background: none;
	bottom: 15px;
	top:auto;
}
.agreement .glyphicon{
	top: -5px;
}
.form-textarea .form-control-feedback ,.agreement .form-control-feedback{
	right: 15px;
}
.filearea.has-feedback label~.form-control-feedback {
	right: 100px;
}
.form-template-type2 .form-group:after {
	content: '';
	display: table;
	clear: both;
}
.form-template-type2 .form-group .col-sm-2 {
	line-height: 32px;
}
.form-template-type2 .has-feedback  .form-control-feedback {
	top: 2px;
	right: 15px;
}
#form-template .filearea .form-control-feedback {
	right: 100px;
}

@media (max-width: 1200px) {
	.notice-board tr td {
		display: block;
	}

	.notice-board .number,
	.notice-board .author,
	.notice-board .creat_at,
	.notice-board .view {
		display: block;
		float: left;
	}

	.notice-board .author,
	.notice-board .creat_at,
	.notice-board .view {
		color: #999;
		margin-right: 15px;
		margin-top: 5px;
		float: right;
	}

	.notice-board .author:before,
	.notice-board .creat_at:before,
	.notice-board .view:before {
		font: normal normal normal 14px/1 FontAwesome;
		display: inline-block;
		padding-right: 5px;
	}

	.notice-board .author:before {
		content: "\f007";
	}

	.notice-board .creat_at:before {
		content: "\f017";
	}

	.notice-board .view:before {
		content: "\f06e";
	}

	.notice-board thead {
		display: none;
	}

	.notice-board tr td {
		padding: 5px 0;
		text-align: left;
	}

	.notice-board tr {
		padding: 15px;
		display: block;
	}

	.notice-board tr:after {
		content: '';
		display: table;
		clear: both;
	}

	.notice-board .number,
	.notice-board .author,
	.notice-board .creat_at,
	.notice-board .view {
		width: auto;
	}

	.notice-board .number {
		background: #fff;
		border: 1px solid #ccc;
		padding: 4px 5px;
		margin-right: 5px;
		margin-bottom: 16px;
	}
}
 @-webkit-keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
 @keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
