.swiper-container {
	z-index:9999;
	position:relative;
	background:#fff;
}
.naverda {
	width:1000px;
	margin:0 auto
}
.indextop {
	height:115px;
	z-index:999;
	-moz-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
	user-select:none;
}
.indextop .toptwoda {
	height:41px
}
.indextop .topone {
	height:101px;
	width:1116px;
	margin:0 auto;
	/* padding:12px 0; */
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.topone .logo{
	width:301px; 
}
.topone .telepho {
	-moz-user-select:text;
	-webkit-user-select:text;
	-ms-user-select:text;
	-khtml-user-select:text;
	user-select:text;
	/* width:162px; */
	height:34px;
	border-radius:20px;
	color:#fff;
	margin:12px 0 0 0;
	font-size:16px;
	text-align:center;
	line-height:34px;
	background: #00a0e8;
    padding: 0px 12px;
}
.telepho .span {
	text-indent:5px;
	float:left
}
.topone .right .trial{
	background:#FF5E3C;color:#fff;line-height:32px;border-radius:5px;
    width: 88px;
    text-align:center; 
    margin: 12px 0 0 20px; 
} 