@charset "UTF-8";
footer.ptg-footer {
  width: 100%;
  background-color: #5D6D84;
  margin-top: 100px;
  box-sizing: border-box;
  z-index: 10;
}
footer.ptg-footer .footer-inner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 40px 0px 30px 0px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  word-break: keep-all;
}
/* 로고
 --------------------------------------------- */
.footer-logo {
  width: 25%;
}
.footer-logo img {
  width: 197px;
}
/* Footer 메뉴 및 주소, 카피라이트
 --------------------------------------------- */
.link-address-wrapper {
  width: 100%;
}
.link-address-wrapper .footer-link {
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}
.link-address-wrapper .footer-link a {
  width: 10%;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1em;
}
.link-address-wrapper .bar {
  height: 10px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.377);
  font-family: dotum;
  border-right: 1px solid #B0B8C1;
  margin: 0px 10px;
}
.link-address-wrapper .address {
  width: 100%;
  font-style: normal;
  font-size: 14px;
  color: #B0B8C1;
  line-height: 175%;
}
.link-address-wrapper .address a {
  color: #B0B8C1;
}
.link-address-wrapper .point {
  color: #fff;
}
.link-address-wrapper .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}
/* 화면 맨 위로 이동 버튼
 --------------------------------------------- */
.page-top {
  position: absolute;
  top: -30px;
  right: 0;
  width: 63px;
  height: 62px;
  border: 0;
  background-color: transparent;
}
.page-top > img {
  width: 100%;
}