body>footer,
body>footer h2 {
  color: #0C0C0C;
}

body>footer .pc {
  display: block;
}

body>footer .mo {
  display: none;
}

@media only screen and (max-width: 1024px) {

  body>footer .pc {
    display: none;
  }

  body>footer .mo {
    display: block;
  }
}

body>footer h2 {
  font-weight: var(--fontweight-l);
}

body>footer section.footer-right li,
body>footer section article li a,
body>footer section article.customer_service address {
  color: #0C0C0C;
  font-size: 11px;
  font-weight: var(--fontweight-m);
}

body>footer>div {
  display: flex;
  justify-content: space-between;
}

body>footer section.footer-left {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 275px));
}

body>footer section.footer-right {
  max-width: 450px;
}

body>footer article.customer_service ul.shortcut-links li {
  line-height: 14px;
}

body>footer article.customer_service ul.shortcut-links li:not(:last-child) {
  margin-bottom: 30px;
}

body>footer article.customer_service ul.shortcut-links li:last-child {
  margin-bottom: 10px;
}

body>footer article.recruit a {
  display: inline-block;
  width: auto;
}

body>footer article.social ul {
  display: block;
}

body>footer article dl.dropdown {
  border: solid 1px #000;
  width: 160px;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

body>footer article dl.dropdown:before {
  content: "";
  width: 13px;
  height: 7px;
  background: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/ico-dropdown.svg') no-repeat center center;
  /* background: url('/images/ico-angle-down.svg') no-repeat center center; */
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  transition: ease-out .2s;
}

body>footer article dl.dropdown.z20 {
  z-index: 20;
}

body>footer article dl.dropdown>* {
  line-height: 23px;
  padding: 0 10px;
}

body>footer article dl.dropdown>dt.placeholder {
  color: #808080;
}

body>footer article dl.dropdown>dd {
  position: absolute;
  top: 23px;
  left: -1px;
  border: solid 1px #000;
  background-color: #fff;
  border-top: none;
  width: calc(100% + 2px);
  z-index: 10;
}

body>footer article dl.dropdown:not(:hover)>dd {
  display: none;
}

body>footer article dl.dropdown:hover {
  border-bottom-color: transparent;
}

body>footer article dl.dropdown:hover>dt.placeholder {
  font-size: 0;
}

body>footer article dl.dropdown:hover:before {
  transform: rotate(180deg);
}

body>footer article dl.dropdown>dd ul.sns>li a {
  padding-left: 15px;
  position: relative;
  display: block;
}

body>footer article dl.dropdown>dd ul.sns>li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

body>footer article dl.dropdown>dd ul.sns>li a.facebook:before {
  /* background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/facebook.svg'); */
  background-image: url('/images/sns/facebook.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.instagram:before {
  /* background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/instagram.svg'); */
  background-image: url('/images/sns/instagram.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.kakao:before {
  /* background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/kakao.svg'); */
  background-image: url('/images/sns/kakao.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.line:before {
  background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/line.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.pinterest:before {
  /* background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/pinterest.svg'); */
  background-image: url('/images/sns/pinterest.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.wechat:before {
  /* background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/wechat.svg'); */
  background-image: url('/images/sns/wechat.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.weibo:before {
  /* background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/weibo.svg'); */
  background-image: url('/images/sns/weibo.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.x:before {
  background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/x.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.xiaohongshu:before {
  background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/xiaohongshu.svg');
}

body>footer article dl.dropdown>dd ul.sns>li a.youtube:before {
  /* background-image: url('https://s3-cloud-bucket-ader.s3.ap-northeast-2.amazonaws.com/s3-cloud-bucket-ader-user/images/social/youtube.svg'); */
  background-image: url('/images/sns/youtube.svg');
}

body>footer article.social ul>li:not(:last-child) {
  margin-bottom: 4px;
}

body>footer article dl.dropdown a:after {
  background: none;
}

body>footer p.copyright {
  font-size: 12px;
  font-weight: var(--fontweight-m);
}

/* responsive.css */
@media only screen and (max-width: 1024px) {

  body>footer {
    padding: 0;
    height: auto;
  }

  body>footer h1,
  body>footer h2 {
    font-size: 12px;
    padding: 0 20px;
    line-height: 42px;
    position: relative;
  }

  body>footer h2 {
    font-size: 11px;
    font-weight: var(--fontweight-m);
  }

  body>footer section {
    display: block;
  }

  body>footer section>article {
    display: list-item;
    border-bottom: solid 1px var(--border-color);
  }

  body>footer section>article:last-child {
    border-bottom: solid 1px var(--footer-border);
  }

  body>footer section>article h2~* {
    display: none !important;
  }

  body>footer section>article:not(.recruit) h2:before,
  body>footer section>article:not(.recruit) h2:after {
    content: "";
    width: 9px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 26px;
    background: #888;
    transition: ease-out .2s;
  }

  body>footer section>article:not(.on) h2:before {
    transform: rotate(90deg);
  }

  body>footer section>article.on {
    padding: 0 20px 15px 20px;
  }

  body>footer section>article.on h2 {
    margin-left: -20px;
    width: calc(100% + 40px);
    margin-bottom: 15px;
  }

  body>footer section>article.on h2~* {
    display: block !important;
    padding: 0 10px;
  }

  body>footer section>article.about.on p br {
    display: none;
  }

  body>footer section>article.rules.on h2 {
    margin-bottom: 0;
  }

  body>footer section>article.rules.on ul>li {
    line-height: 42px;
  }

  body>footer section>article.rules.on ul>li~li {
    margin-top: 0;
  }

  body>footer section>article.rules.on ul>li:last-child {
    border-bottom: none;
  }

  body>footer section>article.social.on h2 {
    margin-bottom: 0;
  }

  body>footer section>article.social.on ul {
    margin-left: 0px;
    gap: 0;
  }

  body>footer article.social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: left;
  }

  body>footer article.social a:hover {
    opacity: .5;
  }

  body>footer article.social a>img {
    max-height: inherit;
    height: 14px;
  }

  body>footer p.copyright {
    margin-top: 20px;
    padding: 0;
    font-size: 12px;
    line-height: 100%;
  }
}

@media only screen and (max-width: 1024px) {

  body>footer>div {
    display: block;
  }

  body>footer section.footer-left {
    display: block;
  }

  body>footer article dl.dropdown {
    border: none;
    width: auto;
  }

  body>footer article dl.dropdown:before {
    display: none;
  }

  body>footer article dl.dropdown>dd {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    border: none;
    padding: 0;
  }

  body>footer article dl.dropdown:not(:hover)>dd {
    display: block;
  }

  body>footer article dl.dropdown>dd ul.sns>li a:before {
    top: 15px;
  }

  body>footer article.social ul>li:not(:last-child) {
    margin-bottom: 0px;
  }

  body>footer article.recruit a {
    width: 100%;
  }

  .footer-bottom {
    font-size: 11px;
    font-weight: var(--fontweight-m);
    padding: 20px;
  }

  .footer-bottom li {
    font-size: 11px;
    font-weight: var(--fontweight-m);
  }
}

/* 위챗 QR */
#wechat-qrcode-cont {
  cursor: pointer;
}

#wechat-qrcode-cont {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .75);
  position: fixed;
  display: none;
  align-items: center;
  z-index: 100000;
  font-size: 13px;
}

#wechat-qrcode-cont>article {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-bottom: none;
}

#wechat-qrcode-cont>article .box {
  display: inline-block;
  position: relative;
}

#wechat-qrcode-cont>article .box header {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  background: #000;
  color: #fff;
}

#wechat-qrcode-cont>article .box ul {
  width: 100%;
  padding: 10px 0;
}

#wechat-qrcode-cont>article .box ul>li {
  line-height: 45px;
}

#wechat-qrcode-cont.on {
  display: flex;
}