/* CSS Document */

@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://example.com/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
html, body {
	margin: 0px;
	background-color: #F4F4F4;
	color: #1B1C1D;
}
#input-file {
	display: none
}
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.top-title {
	background-color: #FFF;
	padding: 20px 10px 10px 20px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.top-title img {
	width: 110px;
	height: auto;
}
.slide-box {
	max-width: 100%;
	min-width: 250px;
	padding: 20px;
	margin: 0px auto;
}
.swiper-container {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}
.swiper-button-prev::after, .swiper-button-next::after {
	width: 15px;
	height: 24px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #1B1C1D;
}
.swiper-button-prev, .swiper-button-next {
	width: 24px;
	height: 24px;
	top: 43%;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.swiper-pagination-bullet-active {
	background-color: #fbbd08;
}
.swiper-container .swiper-slide .sw-container {
	margin: 10px 0px 60px;
	border: 1px solid #EEEEEE;
	background-color: #FFF;
	padding: 0px 5px 25px;
	min-height: 350px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 30px;
}
.sw-container .main-title {
	font-weight: bold;
	font-size: 24px;
	color: #1B1C1D;
	margin-bottom: 5px;
}
.sw-container .btn-func {
	background-color: #2185d0;
	padding: 10px 40px 10px;
	color: #FFF;
	font-size: 15px;
	border: 0px;
	border-radius: 5px;
	margin-top: 10px;
}
.box-container {
	margin: -10px 20px 0px;
	padding: 15px 0px;
}
.box-func {
	border-top: 1px solid #dedede;
	text-align: left;
	overflow: hidden;
}
.box-func .btn-func {
	width: 48%;
	margin: 0px;
	padding: 10px 5px;
	background-color: #dedede;
	border: 0px;
	border-radius: 5px;
	color: #959595;
	display: inline-block;
}
.box-func label.btn-func {
	padding: 4px 0px 9px;
	text-align: center;
}
.box-func .btn-func:active {
	background-color: #2185d0;
	color: #FFF;
}
.b-line {
	border-bottom: 1px solid #dedede;
	padding-bottom: 5px;
}
.b-line span {
	display: block;
	margin-top: 5px;
}
.b-line .data-txt {
	display: block;
	color: #2185d0;
	overflow: hidden;
	font-size: 12px;
}
.swiper-container .swiper-slide .img-box {
	width: 200px;
	height: 180px;
	margin: 15px auto 0px;
}
.swiper-container .swiper-slide.s-1 .img-box {
	background: url(../img/m1_qr_reader.png) no-repeat;
	background-size: contain;
}
.swiper-container .swiper-slide.s-2 .img-box {
	background: url(../img/m2_gps.png) no-repeat;
	background-size: contain;
}
.swiper-container .swiper-slide.s-3 .img-box {
	background: url(../img/m3_camera.png) no-repeat;
	background-size: contain;
}
.swiper-container .swiper-slide.s-4 .img-box {
	background: url(../img/m4_noti.png) no-repeat;
	background-size: contain;
}
.swiper-container .swiper-slide.s-5 .img-box {
	background: url(../img/m5_chat.png) no-repeat;
	background-size: contain;
}
.s-4 .send-box {
	position: absolute;
	top: 120px;
	width: 220px;
	left: 50%;
	margin-left: -110px;
	text-align: left;
}
.s-4 .send-box span {
	margin-left: 15px;
	font-size: 13px;
	font-weight: bold;
}
.s-4 .send-box .frm_input {
	background-color: rgba(255,255,255,0.75);
	border: 1px solid #ddd;
	padding: 5px 11px;
	margin: 5px;
	width: 185px;
}
.s-4 .send-box textarea {
	height: 55px;
}
.appcycle {
	margin-top: -50px;
}
.appcycle .data-txt {
	display: inline-block;
	height: 61px;
	width: 100%;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	overflow-y: scroll;
	margin-top: -12px;
	font-size: 11px;
}
.appcycle .b-line .data-txt p {
	line-height: 12px;
	font-size: 11px;
	margin-left: 5px;
	margin-bottom: 0px;
}
