
#footer  {
  background-color: #051229;
}
#footer footer {
  position: relative;
}
#footer .clear {
  clear: both;
}
#footer legend {
  display: none;
}
#footer #layer-file-footer {
  display: none;
  position: absolute;
  padding: 20px;
  border: 1px solid #333;
  background: #fff;
  z-index: 30;
  top: -250px !important;
  left: 160px !important;
}
#footer .btnTop {
  display: none;
}

/*추가css*/
#footer .ft_navi {
  overflow: hidden;
  padding: 25px 0;
}
#footer .ft_navi .inner {
  width: 1300px;
  margin: auto;
}
#footer .ft_navi .inner .left {
  width: 100%;
}
#footer .ft_navi .inner .left  p {
  font-size: 12px;
  color: #fff;
}
#footer .ft_navi .inner .left p {
  display: inline-block;
  /* padding: 11px; */
  text-align: left;
}
#footer .ft_navi .inner .left .ft_depth1 > li:last-child {
  margin-right: 0px;
}
#footer .ft_navi .inner .left .ft_depth2 {
  margin-top: 20px;
}
#footer .ft_navi .inner .left .ft_depth2 li {
  margin-top: 10px;
}
#footer .ft_navi .inner .left .ft_depth2 li:first-child {
  margin-top: 0;
}
#footer .ft_navi .inner .left .ft_depth2 li a {
  display: block;
  font-size: 18px;
  color: #bdbdbd;
  font-weight: 400;
}
#footer .ft_navi .inner .left .ft_depth2 li a:hover {
  color: #fff;
}

#footer .f_top {
  overflow: hidden;
  padding: 20px 0;
}
#footer .f_top .inner {
  max-width: 1300px;
  margin: 0 auto;
}
#footer .f_top .left {
  float: left;
  width: 55%;
}
#footer .f_top .right {
  float: right;
  margin-top: -20px;
}
#footer .f_top .site_name {
  display: block;
  clear: both;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
#footer .f_top .d_info {
  font-size: 12px;
  color: #fff;
}
#footer .f_top .d_info strong {
  font-weight: 500;
}
#footer .f_top .d_info p {
  font-weight: 300;
  line-height: 1.5;
}
#footer .f_top .d_info p span {
  display: inline-block;
  margin-right: 10px;
}

#footer .f_bottom {
  height: 50px;
  color: #fff;
  line-height: 50px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
#footer .f_bottom .inner {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
}
#footer .f_bottom .left {
  font-size: 13px;
}
#footer .f_bottom .right a {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  font-size: 15px;
}
#footer .f_bottom .right a:hover {
  color: #fff;
}
#footer .f_bottom .right a:first-child {
  margin-right: 5px;
}

#footer .f_quick_bnr {
  position: fixed;
  bottom: 90px;
  right: 54px;
  z-index: 99999;
  text-align: right;
}
#footer .f_quick_bnr img {
  max-width: 88%;
}

@media screen and (max-width: 1920px) {
  #footer .btnTop {
    display: none;
  }
  #footer .f_quick_bnr {
    right: 15px;
  }
}
@media screen and (max-width: 1600px) {
  #footer .f_quick_bnr {
    right: 15px;
  }
  #footer .f_quick_bnr img {
    height: 95px;
    max-width: 100%;
  }
  #footer .btnTop {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #footer .ft_navi .inner {
    padding: 0 16px 0 16px;
  }
  #footer .ft_navi .inner .left .ft_depth1 li > strong {
    font-size: 20px;
    color: #fff;
  }
  #footer .ft_navi .inner .left .ft_depth2 li a {
    display: block;
    font-size: 16px;
    color: #bdbdbd;
    font-weight: 400;
  }
  #footer footer .f_top,
  #footer footer .f_bottom .inner {
    margin: 0 15px;
  }
  #footer .f_top .d_info {
    width: calc(100% - 220px);
  }
  #footer .f_top .left {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  #footer .ft_navi .inner {
    max-width: 100%;
    margin: auto;
  }
  #footer .f_top {
    padding: 25px 0;
  }
  #footer .f_top .site_name {
    margin-bottom: 10px;
  }
  #footer .f_top .left {
    width: 550px;
  }
  #footer .f_top .right {
    margin-top: 0;
  }
  #footer .f_top .right img {
    display: none;
  }
  #footer .f_bottom {
    font-size: 13px;
  }
  #footer .f_quick_bnr {
    display: none;
  }
  #footer .btnTop {
    display: none;
  }
  #familySite {
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  #footer .ft_navi {
    /* display: none; */
  }
  #footer .f_top .site_name {
    font-size: 16px;
  }
  #footer .f_top .d_info p {
    font-size: 14px;
  }
  #footer .f_top .d_info {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 675px) {
  #footer .ft_navi {
    /* display: none; */
  }
  #footer .f_top .right {
    display: none;
  }
  #footer .f_bottom {
    height: auto;
    line-height: 1.5;
    padding: 15px 0;
    text-align: center;
  }
  #footer .f_top .d_info {
    float: none;
    width: auto;
  }
  #familySite {
    display: block;
    position: static;
    width: 160px;
    margin: 0 auto;
    margin-top: 15px;
  }
  #footer .f_top .site_name {
    font-size: 14px;
  }
  #footer .f_top .d_info p {
    font-size: 13px;
  }
  #footer .f_bottom {
    font-size: 11px;
  }
  #footer .btnTop {
    right: 15px;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 15px;
    background: url("../../img/common/btn_top.png") no-repeat center;
    background-size: cover !important;
    text-indent: -9999px;
    z-index: 99999;
    cursor: pointer;
  }
}
@media screen and (max-width: 375px) {
  #footer .ft_navi {
    /* display: none; */
  }
  #footer .f_bottom {
    font-size: 10px;
  }
}

a {
  text-decoration: none;
}
#footer a.kakaoBtn_chat {
  position: fixed;
  bottom: 246px;
  text-align: center;
  right: 67px;
  z-index: 999;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset,
    rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}

#footer a.kakaoBtn_consult {
  position: fixed;
  bottom: 14px;
  text-align: center;
  right: 0;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset,
    rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
}
#footer a.doms_introduction {
  position: fixed;
  bottom: 316px;
  text-align: center;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
}
#footer a.officehub_introduction {
  position: fixed;
  bottom: 200px;
  text-align: center;
  right: 10px;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
}
.inner {
  position: relative;
}
#footer .f_top .right {
  text-align: right;
}
.go_site ul {
  position: absolute;
  top: 3px;
  right: 0;
}
.go_site ul li {
  display: inline-block;
  margin-left: 10px;
}
.go_site ul li,
.go_site ul li img {
  width: 22px;
  height: 22px;
}
.go-qna,
.go-oh_manual {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 5px;
  background-color: #16a789;
  color: #fff !important;
  /* font-weight: bold; */
  font-size: 12px;
}

@media (max-width: 1350px) {
  .go_site ul {
    display: block;
    position: static;
  }
  .go_site ul li {
    margin-right: 10px;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #footer a.kakaoBtn_chat {
    right: 10px;
  }
  #footer a.kakaoBtn_consult {
    width: 155px;
  }
}
a {
  cursor: pointer;
}

/* 신규 tj-footer-area 레이아웃용 아이콘 크기 보정 */
#footer .widget-menu ul li a img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .copyright-socails ul li a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* 전체 두께/높이 축소 */
#footer .footer-top-area {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* #footer .footer-widget .footer-title {
    margin-bottom:14px;
} */
#footer .footer-widget .footer-title .title {
  margin-bottom: 18px;
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
}
#footer .footer-widget.footer-contact-infos {
  max-width: 100%;
}
#footer .footer-widget.footer-contact-infos > .footer-title {
    margin-bottom: 14px;
}
#footer .footer-widget.footer-contact-infos .infos-item {
  margin-bottom: 14px;
}
#footer .footer-widget.footer-contact-infos .infos-item span {
  margin-bottom: 2px;
}
#footer .footer-widget.footer-contact-infos .infos-item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}
#footer .footer-copyright-area {
  padding: 16px 0;
}

/* 바로가기 링크 폰트/정렬 보정 */
#footer .widget-menu ul li {
  margin-bottom: 10px;
}
#footer .widget-menu ul li a {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--tj-color-common-white-2);
}
#footer .widget-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
#footer .widget-menu ul li a img {
  margin-top: 2px;
}

/* 패밀리 사이트 h4 클릭 토글 메뉴 (Bootstrap collapse 사용) */
#footer .footer-title--toggle {
  margin-bottom: 0;
}
#footer .footer-title--toggle .title {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  -webkit-user-select: none;
  user-select: none;
}
#footer .footer-title--toggle .title::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.2s ease;
}
#footer .footer-title--toggle .title[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
