#footer_area {
  clear: both;
  float: left;
  width: 100%;
  background: url(/public/assets/images/mem/ft_bg.gif) repeat-x;
  margin-top: 20px;
  z-index: 1000;
}
#footer_area h2 {
  display: none;
}
.footer {
  position: relative;
  margin: 0 auto;
  width: 990px;
  height: 108px;
  font-weight: normal;
}
.footer h2 {
  display: none;
}
.footer .ft_menu {
  height: 38px;
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
}
.footer .ft_menu li {
  display: inline-block;
  line-height: 38px;
  padding-left: 38px;
  font-weight: bold;
}
.footer .logo {
  clear: both;
  width: 109px;
  height: 44px;
  background: url(/public/assets/images/mem/footer_logo.png) no-repeat;
  position: absolute;
  top: 49px;
  left: 48px;
}
.footer .info {
  position: absolute;
  top: 59px;
  left: 208px;
}
.footer .info li {
  display: block;
  color: #999;
  line-height: 16px;
  font-size: 12px;
}

/* 사이트 링크 */
.footer .site-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 12px;
  color: #999;
  letter-spacing: -0.05em;
}
.footer .site-link h4 {
  position: relative;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  background: url(/public/assets/images/mem/ico_arrow.png) no-repeat 100% 0;
  cursor: pointer;
  font-size: 12px;
}
.footer .site-link h4 .go {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 36px;
  background: #fff url(/public/assets/images/mem/ico_arrow.png) no-repeat 50%
    50%;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}
.footer .site-link .on h4 .go {
  background-image: url(/public/assets/images/mem/ico_arrow.png);
}
.footer .site-link h4 .go a {
  color: #fff;
}
.footer .site-link h4 span {
  display: block;
}
.footer .site-link ul {
  display: none;
}
.footer .site-link .on ul {
  display: block;
  background: #fff;
  padding-bottom: 3px;
}
.footer .site-link .on h4 {
  background: url(/public/assets/images/mem/ico_arrow.png) no-repeat 100% 0;
}
.footer .site-link .off ul {
  display: none;
}
.footer .site-link .off h4 {
  background: url(/public/assets/images/mem/ico_arrow.png) no-repeat 100% 0;
}
.footer .major-site {
  position: relative;
  float: left;
  width: 225px;
  margin-right: -1px;
  border: 1px solid #d9d9d9;
  z-index: 100;
}
.footer .major-site ul {
  position: absolute;
  bottom: 36px;
  left: -1px;
  width: 225px;
  border: 1px solid #d9d9d9;
}
.footer .major-site ul li {
  line-height: 22px;
  padding-left: 20px;
  list-style: none;
}
.footer .rel-site {
  position: relative;
  float: left;
  width: 225px;
  border: 1px solid #d9d9d9;
}
.footer .rel-site ul {
  display: none;
  position: absolute;
  bottom: 36px;
  left: -1px;
  width: 225px;
  border: 1px solid #d9d9d9;
  z-index: 100;
}
.footer .rel-site ul li {
  line-height: 22px;
  padding-left: 20px;
  list-style: none;
}

/*  */
.center {
  text-align: center;
}
.mbox02 h2 {
  padding: 2rem 0 1rem;
}
.mbox02 .join02 img {
  height: 167px;
}
.join_end {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2rem;
  padding: 3rem;
}
.join_end .image {
  width: 100px;
  height: 100px;
  margin-right: 2rem;
}
.join_end .image img {
  width: 100%;
}
.join_end h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  text-align: center;
}
.join_end .desc {
  text-align: center;
}
.join_end .desc em {
  font-weight: bold;
}
.join_end .desc .blue {
  color: #3b8cd1;
}
.join_end .desc .oran {
  color: #ef7d00;
}

.rule02 table {
  width: 100%;
}
.label_hidden {
  display: none;
}

.filer_regist {
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0 3rem;
  border-bottom: 1px solid #d9d9d9;
  width: 600px;
  margin: 0 auto;
}
.filer_inner {
  padding-left: 50px;
}
.filer_inner h2 {
  padding: 0 0 0.8rem 0;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
}
.filer_inner dl {
  margin: 1rem 0 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filer_inner dl dd {
  padding: 0.3rem 0 0.3rem 0.4rem;
  font-size: 0.875rem;
}
.filer_inner dl dd input[type="text"] {
  border: 1px solid #d9d9d9;
  min-width: 200px;
  padding: 0.5rem;
  outline: 0;
  border-radius: 5px;
  transition: 0.4s ease-in-out;
}
.filer_inner dl dd input[type="text"]:focus {
  border-color: #0982f0;
  background-color: #d0e8ff;
}
.filer_inner dl dd em {
  font-weight: bold;
}

.filer_regist_btn {
  display: flex;
  justify-content: center;
}
.filer_regist_btn a {
  display: inline-block;
  text-align: center;
  min-width: 300px;
  background-color: #3b8cd1;
  color: #fff;
  padding: 1rem 0;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.875rem;
}
.filer_regist_btn a:hover {
  background-color: #ef7d00;
}

.not_regist {
  padding: 3rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not_regist a {
  display: inline-block;
  background-color: #888;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  font-weight: bold;
}
.not_regist a:hover {
  background-color: #ef7d00;
}
.not_inner {
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
}
.not_inner h2 {
  padding: 0;
  margin-bottom: 0.3rem;
  font-size: 1rem;
  letter-spacing: -0.5px;
}
.not_inner p {
  text-transform: capitalize;
}
