html, body {
	position: relative;
	height: 100%;
  }
  body {
	background: #fff;
	/*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
	font-size: 16px;
	color:#000;
	margin: 0;
	padding: 0;
  }

  .swiper-top {
	width: 100%;
	position:fixed;
	overflow:hidden;
	background:#fff;
  }

  .swiper-menu {
	width: 100%;
	position:fixed;
	overflow:hidden;
	background:#fff;
	bottom:0px;
	border-top:1px solid #EFEFEF;
	height:65px;
  }

  .swiper-wrapper{
	display: flex;
  }

  .swiper-menu .swiper-slide {
	text-align: center;
	background: #FFF;
	padding:12px 0px 3px 0px;
	box-sizing: border-box;
	font-weight:normal;
	border-bottom:3px solid #FFF;
	color:#999;
	flex: 1;
	/*width:20%;*/
	/*width:33%;*/
  }


  .swiper-container {
	width: 100%;
	height: 100%;
  }
  .swiper-container .swiper-slide {
	text-align: left;
	font-size: 1.1em;
	background: #fff;
	padding:0px 0px 65px 0px !important;
	box-sizing: border-box;
	overflow:auto !important;
  }

  .swiper-container .swiper-slide::-webkit-scrollbar {
	display: none;
  }


  .sel{border-bottom:0px solid #010534 !important;color:#81ab1f !important;}/*81ab1f A0CC3A - 텍스트와 이미지*/
  .material-icons{font-size:30px !important;}
  .fa{font-size:30px !important;}