
body {
	background:#fff;
  font-family: 'Pretendard', sans-serif;}

.banner {
	width:100%;
	height:45px;
	background:#ff4d43;
	color:#fff;
	line-height:45px;
	text-align:center;
}
header .menu > li.menu_list a{
  color:#444 !important;
}
header .menu > li.menu_list a:hover{
  color:#111 !important;
}
/* .background {
	position:absolute;
	width:100%;
	height:30px;
	transition:all 0.65s;
	background:var(--blue-theme-color);
	z-index:-1; } */

.background.green {
	background:var(--green-theme-color);
}
.background + section.slider {
	margin:0 auto;
	width:100%;}

section.slider .swiper-wrapper {
	padding-top:150px;
}
section.slider {
	position:relative; }

.swiper-button-prev,
.swiper-button-next { display:none; }

section.slider .swiper-scrollbar {
	width:100%;
  max-width:1200px;
	transform:translate(-50%,-50%);
	bottom:-20px;
	left:50%;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
section.slider .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  transform:translate(-50%,-50%);
  left:50%;
  z-index: 5;
  width:50%;
  height: 5px;
  margin:0 auto;
}
section.slider .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
section.slider .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--blue-theme-color);
  border-radius: 10px;
  left: 0;
  top: 0;
}
section.slider .swiper-scrollbar-cursor-drag {
  cursor: move;
}
section.slider .swiper-scrollbar-lock {
  display: none;
}





	section.login {
		width:100%;
		height:50vh;
	}


