/* footer */

footer {
  width: 100%;
  padding-top: 70px;
  background-color: #161616;
  color: #fff;
  position: relative;
  z-index: 2;
}

footer a {
  color: #fff;
}

.footer-inner-box {
	max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-inner-total-wrap {
  display: flex;
  width: 100%;  
  justify-content: space-between;  
}

.footer-inner-1 ul li:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-inner-1 ul li:nth-child(1) span:nth-child(1) {
  font-size: 1.43rem;
  font-weight: 800;
  color: #ababab;
}

.footer-inner-1 ul li:nth-child(1) span:last-child {
  font-size: 1.0rem;
  font-weight: 600;
  color: #ababab;
  line-height: 1.4;
}

.footer-inner-1 ul li:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}

.footer-inner-1 .logos {
  display: flex;
  justify-content: space-between;
}/*250915*/

.footer-inner-1 .logos li {
  margin: 0 !important;
}/*250915*/

.footer-inner-1 .logos img {
  height: 78px;
}/*250915*/

.footer-select-wrap li div {
  margin-bottom: .5rem;
}

.footer-select {
  width: 241px;
  height: 42px;
  color: #e64242;
  border: 1px solid #e64242;
  background-color: #161616;
  font-size: 0.875rem;
  padding: 0 20px;
  cursor: pointer;
  border-radius:0 !important;
}

.footer-util-menu {
  margin-top: 2rem;
  text-align: right;
}
.footer-util-menu a {
  padding: 0 .2rem 0 1rem;
  color: rgba(255,255,255,.7);
  font-size: .92rem;
  transition: .3s;
  white-space: nowrap;
  margin-bottom: .5rem;
  display: inline-block;
}
.footer-util-menu a:first-child {
  padding: 0 .2rem 0 0;
}
.footer-util-menu a.imp {
  color: rgba(255,255,255,1);
  text-decoration: underline;
}
.footer-util-menu a:hover {
  color: rgba(255,255,255,1);
}

.footer-inner-1 ul li:nth-child(3) {
  margin-top: 32px;
  display: inline-flex;
  flex-direction: column;
  font-size: 0.875rem;
  color: #ababab;
  font-weight: 600;
  line-height: 21px;
}

.footer-inner-1 ul li:nth-child(4) {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.footer-inner-1 ul li:nth-child(4) dl {
  display: flex;
  gap: 20px;
}

.footer-inner-1 ul li:nth-child(4) dl dt {
  width: 50px;
  color: #ababab;
  text-align: justify;
  display: block;
  font-weight: 800;
}

.footer-inner-1 ul li:nth-child(4) dl dd {
  font-weight: 600;
}

.footer-inner-1 ul li:nth-child(4) span:last-child {
  font-weight: 400;
}

/* .footer-inner-2 {
} */

.footer-inner-2-menu-wrap {
/*   margin-top: 97px; */
  /* margin-left: 51px;
  margin-right: 114px; */
  width: 520px;
  display: grid;
  justify-content: space-around;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.footer-menu-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
  white-space: nowrap;
  line-height: 22px;
}

.footer-menu-main span {
  font-weight: 700;
  color: #e64242;
  font-size: .95rem;
}

.footer-sub-menu-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 7rem;
}
.footer-sub-menu-wrap li ul li {
  position: relative;
  padding: 0 0 0 15px;
}
.footer-sub-menu-wrap li ul li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background: url(../images/ico_sub.svg) center no-repeat;
  background-size: 100% auto;
  filter: invert(100%);
  opacity: .5;
}
.footer-sub-menu-wrap a:hover {
  color: #e64242;
  transition: .3s;
}

.footer-inner-1 {
	width:300px;
}

.footer-inner-3 {
	width:300px;
}

.footer-icons-wrap {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 800;
  text-align: right;
  margin-bottom: 2rem;
}

.footer-icons-wrap ul {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
}

.footer-inner-bottom {
  color: #fff;
  background-color: #161616;
  width: 100%;
  /* max-width: 1304px; */
  text-align: left;
  margin-top: 80px;
}
.footer-inner-bottom .copyright li {
  display: flex;
  flex-wrap: wrap;
}
.footer-inner-bottom .copyright li span {
  width: 25%;
  font-size: .85rem;
  line-height:1.6;
  font-weight: 400;
  margin-bottom: 1rem;
}
.footer-inner-bottom .copyright li span b {
  display: inline-block;
  border-bottom: 1px solid rgba(255,255,255,.4);
  margin-bottom: 7px;
  padding-bottom: 3px;
  font-weight: 400;
}
.footer-inner-bottom .copyright dl {
  display: flex;
}
.footer-inner-bottom .copyright dt {
  color: rgba(255,255,255,.6);
  width: 60px;
}

.main-section-title-wrap-footer li {
  color: #fff !important;
}

.footer-popup-wrap {
  margin-top: 26px;
}

.footer-inner-bottom div {
  max-width: 1440px;
  border-top: 1px solid #fff;
  margin: auto;
  padding: 40px 0;
  font-weight: 500;
  font-size: 1rem;
}

.footer-logo-img-wrap img {
  width: 100%;
  max-width: 307px;
}

/* 셀렉트 옵션 스타일링 */
.footer-select option {
  background-color: #161616;
  color: #fff;
}

/* 2024.06.27 개인정보처리방침 흰색 */
.footer-inner-1 ul li:nth-child(3) a:first-child {
  color: #fff;
  text-decoration: underline;
}
.footer-link-btn {
    width: 50px;
    height: 42px;
    border-radius: 0;
    border: 0;
    font-weight: 700;
    background-color: #e64242;
    color: #fff;
}

@media (max-width: 1300px) {
    .footer-inner-2-menu-wrap {
      width:480px;
    }
}

@media (max-width: 1200px) {
    .footer-inner-2 {
      display: none;
    }

    .footer-menu-main span {
      cursor: pointer;
      pointer-events: auto;
    }

    .footer-sub-menu-wrap {
      display: none;
    }

    .footer-sub-menu-wrap li {
      margin-bottom: 1rem;
    }
    
    .footer-inner-box {
      max-width:1120px;
    }
}

@media (max-width: 1000px) {
    .footer-inner-bottom .copyright li span {
      width:50%;
    }
    .footer-inner-3 {
      width: 50%;
    }
    .footer-icons-wrap{
      text-align: left;
    }
    .footer-icons-wrap ul{
      justify-content: flex-start;
    }
    .footer-util-menu {
      text-align: left;
    }
    .footer-util-menu a {
      padding: 0 1rem 0 .2rem;
    }
}

@media (max-width: 768px) {
    
    footer {
      margin-top:2rem;
    } 
    
    .footer-inner-total-wrap {
      flex-direction:column;
      align-items:center;
      text-align:center;
    }
    
    .footer-inner-1 ul li:nth-child(1) {
      gap:5px;
    }	
    
    .footer-inner-1 ul li:nth-child(1) span:nth-child(1) {
      font-size: 1rem !important;
    }

    .footer-inner-1 ul li:nth-child(1) span:last-child {
      font-size: 0.75rem !important;
    }

    .footer-logo-img-wrap img {
      max-width: 200px !important;
    }
    
    .footer-inner-1 ul li:nth-child(2) {
      margin-top:30px;
    }
    
    .footer-inner-1 ul li:nth-child(3) {
      margin-top:20px;
    }
    
    .footer-inner-1 ul li:nth-child(4) {
      margin-top:20px;
      gap:8px;
    }
    
    .footer-inner-1 ul li:nth-child(4) span {
      margin:0 auto;
    }
    
    .footer-inner-1 ul li:nth-child(4) dl dt {
      text-align:end;
    }  
    
    /*.footer-inner-1 .logos img {
      height: 70px;
    }250912*/
    
    .footer-inner-3 {
      width:100%; 
      margin-top:30px;
    }
    
    .footer-icons-wrap {
      text-align:center;
    }
    
    .footer-icons-wrap ul {
      justify-content:center;
    }
    
    .footer-popup-wrap {
      display:none;  
    }
    
    .footer-inner-bottom {
      margin-top:36px;
      text-align:center;
    }

    .footer-util-menu {
      text-align: center;
    }

    .footer-util-menu a {
      text-align: center;
      font-size: .8rem;
    }

    .footer-inner-bottom .copyright li span {
      width:100%;
    }
    .footer-inner-bottom .copyright li span dl {
      justify-content: center;
    }
}

/* 20241108 웹접근성 이미지 추가 */
.dv-WAMARK {
	width: 100%;
	max-width: 180px;
	margin: 16px auto 0;
	padding: 20px;
	background-color: #fff;
	border-radius: 8px;
}
/* 20241108 웹접근성 이미지 추가 */
.dv-WAMARK > a {
	display: block;
	width: 80%;
	margin: 0 auto;
}
/* 20241108 웹접근성 이미지 추가 */
.dv-WAMARK > a >  img {
	display: block;
	width: 100%;
}
/* 20241108 모바일에선 화면 크기로 웹접근성 이미지 안보이게 추가 */
@media screen and (max-width:768px) {
	.dv-WAMARK {
		display: none;
	}
}
