dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
body,
td {
	margin: 0;
	padding: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.top {
	width: 100%;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top>img{
	margin-left: 27px;
}

.search {
	position: relative;
	margin-right: 50px;
}

.search input {
	border-radius: 15px;
	border: 3px solid #448fe3;
	padding-left: 20px;
	outline: none;
}

.search_ico {
	position: absolute;
	right: 20px;
	top: 5px;
	width: 25px;
	height: 25px;
	background: url(../img/sy_ss.png) no-repeat center/cover;
}

.top_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top_list li img {
	margin-right: 10px;
}

.top_list li {
	background-color: #007cdc;
	flex-shrink: 1;
	flex-grow: 1;
	border-right: 1px solid #0870c1;
}

.top_list li:hover{
	background-color: #108ff0;
}

.top_list li:last-child{
	border: none;
}

.top_list .on {
	background-color: #108ff0;
}

.top_list li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	padding: 10px 0;
}