/* BASIC css start */
/* 
	ÇÏ´Ü 
*/
footer {
  margin-top: 240px;
  font-family: var(--fontfamily1);
  font-size: var(--hc_bd_small);
  font-weight: var(--hc_regular);
  line-height: 2;
  background: var(--hc_color_level3);
}

.hc_ft_businessGuide {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin: 0 auto;
  padding: 76px 0 40px;
}
.hc_ft_businessGuide div:nth-child(1) {
  margin-right: 400px;
}

.hc_ft_businessGuide ul {
  margin-bottom: 58px;
}

.hc_ft_cs li:nth-child(2) {
  margin: 30px 0 68px;
}

.hc_ft_help li {
  list-style: disc;
  margin-left: 20px;
}

.hc_ft_help li:nth-child(1) {
  list-style: none;
  margin-left: 0;
}

.hc_ft_pigment li:nth-child(1) {
  margin-bottom: 42px;
}
.hc_copyright {
	padding: 30px 90px 35px;
	text-align: right;
	border-top: 1px solid var(--hc_dark_color);
}

.hc_badge {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index:9999;
  width:32px;
  height:100px;
}

.hc_badge_up {
	transform: rotate(272deg);
	position: relative;
	left: 1px;
}

.hc_badge_down {
	transform: rotate(-272deg);
	position: relative;
	left: -1px;
}

/* BASIC css end */

