@charset "utf-8";

.footer .inner {
  border-bottom: 0;
}

.footer-menu {
  position: relative;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0px;
  z-index: 9999;
}

.footer-menu .inner {
}

.footer-menu-list {
  display: flex;
  justify-content: space-between;
}

.footer-menu-list > li {
  position: relative;
}

.footer-menu-list > li::after {
  position: absolute;
  top: 2px;
  right: -36px;
  content: "";
  width: 1px;
  height: 12px;
  background: rgba(0, 0, 0, 0.3);
}

.footer-menu-list > li:last-child::after {
  content: none;
}
.footer-menu-list > li > a {
  font-size: 1.3rem;
  list-style: 16px;
  color: #333;
  white-space: nowrap;
}

.footer-menu-list > li > a > strong {
  font-weight: 700;
}

.footer-menu-list > li > a > i::before {
  display: inline-block;
  position: relative;
  content: "";
  width: 8px;
  height: 6px;
  margin-left: 4px;
  vertical-align: 2px;
  background: url("../images/icon_arrow.svg") no-repeat center;
}

.more-list {
  display: none;
  position: absolute;
  top: 20px;
  left: 0px;
  padding: 17px;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.more-list > li {
  margin-bottom: 16px;
}

.more-list > li:last-child {
  margin-bottom: 0px;
}

.more-list > li > a {
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}

.footer-menu-list > li:hover .more-list {
  display: block;
}
.footer-main {
  padding: 30px 0px 55px 0px;
}

.footer-main-left {
  float: left;
  width: 50%;
  padding-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-main-right {
  float: right;
  width: 50%;
  padding-left: 30px;
}

.company-name {
  margin-right: 10px;
  float: left;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}
.company-info {
  width: 80%;
  float: left;
}

.company-info > li {
  margin-bottom: 15px;
  font-size: 1.2rem;
  color: #666;
  line-height: 17px;
}

.company-info > li:last-child {
  margin-bottom: 0px;
}

.company-info > li > span {
}

.company-info > li > span.f-line::after {
  display: inline-block;
  position: relative;
  content: "";
  width: 1px;
  height: 10px;
  margin: 0px 3px;
  background: #b2b2b2;
  vertical-align: -1px;
}

.company-info li a {
  color: #666;
}

.company-info li a.line {
  color: #4195ff;
  text-decoration: underline;
}

.company-info > li > b {
  color: #111;
  font-weight: 700;
}

.company-info > li > p {
  font-size: 11px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}
/* caniuse.com을 통해 확인합니다 */
.company-info > li > .copy {
  font-size: 11px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.footer-mobile {
  display: none;
}
.footer-mobile .inner {
  background: #fafafa;
  padding: 30px 30px 0px 30px;
  text-align: center;
}
.footer-mobile .inner > div {
  display: inline-block;
}
.footer-mobile-menu {
}

.footer-mobile-menu a,
.footer-mobile-info a {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  font-size: 11px;
  color: #333;
  margin-bottom: 5px;
}

.footer-mobile-menu a strong,
.footer-mobile-info a strong {
  font-weight: 700;
}

.b-line {
  display: none;
}
.a-line::after {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  content: "";
  width: 1px;
  height: 12px;
  background: #afafaf;
}

.a-more::after {
  position: absolute;
  right: -8px;
  content: "";
  width: 10px;
  height: 10px;
  background: url("../images/footer_arrow.svg") no-repeat center;
}

.a-line-prev::after {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 1px;
  height: 12px;
  background: #afafaf;
}

.footer-mobile-info > a:first-child {
  margin-right: 10px;
}

.footer-mobile-info {
  margin: 25px 0;
}
.footer-mobile-desc {
  display: block;
  position: relative;
  padding: 0 15%;
  margin-bottom: 95px;
  font-size: 10px;
  line-height: 14px;
  /* 줄내림 시 단어는 잘라서 내리지 말라 */
  /* 반대로 단어씩 잘라서 내려라 */
  word-break: keep-all;
  color: #b2b2b2;
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
  .footer-menu {
    display: none;
  }
  .footer-main {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
}

@media screen and (max-width: 760px) {
}
