/* 푸터 */
/* 푸터 */
/* 푸터 */

/* ================================
   하단 문의 영역
================================ */

.contact_box {
  width: 100%;
  min-width: 0;
  background-color: #282c35;
  box-sizing: border-box;
}

.contact {
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-height: 120px;
  margin: 0 auto;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: #fff;
  box-sizing: border-box;
}

.contact p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 1px;
  color: #999;
  margin: 0;
  word-break: keep-all;
}

.contact p span {
  color: #fff !important;
  font-size: 22px !important;
  text-decoration: none;
  letter-spacing: 1px;
}

.contact a {
  display: inline-block;
  text-decoration: none;
  flex-shrink: 0;
}

.contact button {
  background-color: transparent;
  cursor: pointer;
}

.sub-btn {
  font-size: 18px;
  width: 250px;
  height: 60px;
  box-sizing: border-box;
}

.sub-btn.brightness {
  color: #fff;
  border: 1px solid #666;
  transition: 0.25s;
}

.sub-btn.brightness:hover {
  background-color: #fae100;
  color: #333333;
  font-weight: 700;
}

/* ================================
   Footer
================================ */

#footer {
  width: 100%;
  min-width: 0;
  background-color: #282c35;
  margin: 0 auto;
  font-size: 14px;
  border-top: 1px solid #666;
  box-sizing: border-box;
}

#footer .footW {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  overflow: visible;
  position: relative;
  letter-spacing: 1px;
  box-sizing: border-box;
}

#footer .footW a {
  color: #999;
}

#footer .footW a:hover {
  color: #ddd;
  text-decoration: none;
}

/* ================================
   Footer 상단 링크
================================ */

.ft_link {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 260px 25px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  box-sizing: border-box;
}

.ft_link li {
  border-left: 1px solid #666;
  text-align: center;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
}

.ft_link li:first-child {
  padding-left: 0;
}

.ft_link li a {
  text-decoration: none;
  color: #999;
}

.ft_link li a:hover {
  text-decoration: none;
  color: #e70014;
}

/* ================================
   Footer 정보 영역
================================ */

#footer .footInfo {
  margin-left: 0 !important;
  padding-right: 390px;
  box-sizing: border-box;
}

#footer .footW .footInfo .fList {
  padding-left: 0 !important;
}

#footer .footW .footInfo .txt {
  color: #666;
  line-height: 1.7;
  word-break: keep-all;
}

#footer .footW .footInfo .txt span.bar {
  display: inline-block;
  padding: 2px 8px 0 0;
  margin-right: 8px;
}

/* 인증마크 */
#footer .footer_mark {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 350px;
}

#footer .footer_mark img {
  display: block;
  width: 100%;
  height: auto;
}

/* ================================
   SNS
================================ */

#f_sns {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
}

#f_sns ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#f_sns ul.icons li {
  display: inline-block;
  padding: 0 0.7em 0 0;
}

#f_sns ul.icons li:last-child {
  padding-right: 0;
}

#f_sns .icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

#f_sns .icon > .label {
  display: none;
}

#f_sns .icon.style2 {
  transition: all 0.2s ease;
  border-radius: 50px;
  display: inline-block;
  padding: 12px 10px;
  border: solid 1px rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.075);
}

#f_sns .icon.style2:before {
  display: block;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.25em;
  font-size: 1.35em;
}

#f_sns .icon.style2:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

/* ================================
   Family Site
================================ */

#footer .family_site {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 170px;
  height: 34px;
}

#footer .family_site .btn_family {
  display: block;
  width: 170px;
  height: 34px;
  line-height: 34px;
  border: none;
  border-bottom: 1px solid #989898;
  color: #989898;
  position: relative;
  font-size: 14px;
  background: url(/theme/winiz/img/ico_up_b.png) 100% 50% no-repeat;
  cursor: pointer;
  text-align: left;
  z-index: 10;
}

#footer .family_site .btn_family.on {
  background: url(/theme/winiz/img/ico_down_b.png) 100% 50% no-repeat;
}

#footer .family_site .site_list {
  width: 110%;
  position: absolute;
  background: #282c35;
  border: 1px solid #999;
  border-radius: 3px;
  bottom: 36px;
  left: -9px;
  z-index: 9;
  display: none;
  padding: 0;
  margin: 0;
}

#footer .family_site .site_list.open {
  display: block;
}

#footer .family_site li {
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

#footer .family_site li a {
  width: 100%;
  padding: 11px 10px;
  color: #989898;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

#footer .family_site ul a:hover {
  background: #494c53;
  color: #fff;
}

/* ================================
   숨김 텍스트
================================ */

.blind {
  left: -50000px !important;
  top: -50000px;
  position: absolute;
}

/* ================================
   사이드 플로팅 버튼
================================ */

/* 문의하기 */

.consult {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 138px;
  right: 20px;
  z-index: 1000;
  text-align: center;
  border-radius: 50%;
  background-color: #ebd700; /* background-color: rgb(255, 153, 28); */
  font-family: "Noto Sans KR", sans-serif;
}

.consult:hover {
  box-shadow:
    rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: all 0.2s;
}
.consult a {
  display: block;
  width: 100%;
  height: 100%;
}

/* .consult .consult_img { background-color: #e70014; border-radius: 10px 10px 0 0; } */
.consult .consult_img img {
  display: inline-block;
  padding: 10px 0;
  width: 35px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.consult .consult_img .consult_af {
  display: none;
}
.consult .consult_txt {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-weight: 600;
  text-shadow:
    -1px 0px #fff,
    0px 1px #fff,
    1px 0px #fff,
    0px -1px #fff;
}

/* 납품처보기 */
.side_map_wrap {
  position: fixed;
  right: 20px;
  bottom: 264px;
  width: 70px;
  height: 70px;
  z-index: 100;
  font-family: "Noto Sans KR", sans-serif;
}

/* 메인 버튼 */
.side_map {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background-color: #e70114;
  border-radius: 50%;
  z-index: 3;
}

.side_map a {
  display: block;
  width: 100%;
  height: 100%;
}

.side_map:hover {
  box-shadow:
    rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.side_map img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.side_map p {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-weight: 600;
  text-shadow:
    -1px 0px #fff,
    0px 1px #fff,
    1px 0px #fff,
    0px -1px #fff;
}

/* 국내/해외 공통 */
.domestic_map,
.overseas_map {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(0);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease;
  z-index: 2;
}

.domestic_map a,
.overseas_map a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #e70014;
  text-align: center;
  text-decoration: none;
}

.domestic_map a p,
.overseas_map a p {
  margin: 0;
  font-size: 22px;
  line-height: 70px;
  font-weight: bold;
  color: #fff;
}

.domestic_map a:hover,
.overseas_map a:hover {
  background-color: #b90010;
}

/* JS가 클래스 붙였을 때 열림 */
.side_map_wrap.is-open .domestic_map {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-80px);
}

.side_map_wrap.is-open .overseas_map {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-160px);
}

/* 카카오채널 */
.kakao_chat {
  position: fixed;
  right: 20px;
  bottom: 390px;
  background-color: #fae100;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  z-index: 100;
  font-family: "Noto Sans KR", sans-serif;
}
.kakao_chat a {
  display: block;
  width: 100%;
  height: 100%;
}
.kakao_chat:hover {
  box-shadow:
    rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  transition: all 0.2s;
}
.kakao_chat img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kakao_chat p {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  font-weight: 600;
  text-shadow:
    -1px 0px #fff,
    0px 1px #fff,
    1px 0px #fff,
    0px -1px #fff;
}

#top_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ddd;
  color: #ddd;
  text-align: center;
  font-size: 20px;
  z-index: 101;
  background-color: transparent;
  border-radius: 50px;
}
#top_btn:hover {
  border-color: #e70014;
  background: #e70014;
  color: #fff;
}
#top_btn i::before {
  font-size: 24px;
}

@media (max-width: 1350px) {
  .consult,
  .side_map_wrap,
  .kakao_chat {
    display: none;
  }
  
  #top_btn {
    width: 50px;
    height: 50px;
    border-color: #e70014;
    background: #e70014;
    color: #fff;
  }
  #top_btn i::before {
    position: absolute;
    left: 15px;
    bottom: 10px;
  }
}

/* ================================
   1200px 이하
================================ */

@media (max-width: 1200px) {
  .contact {
    max-width: none;
  }

  #footer .footW {
    max-width: none;
  }

  .ft_link {
    padding-right: 240px;
  }

  #footer .footInfo {
    padding-right: 360px;
  }
}

/* ================================
   900px 이하
================================ */

@media (max-width: 900px) {
  .contact {
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
    padding: 30px 20px;
  }

  .contact p {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact p span {
    font-size: 20px !important;
  }

  .contact a {
    width: 100%;
  }

  .contact .sub-btn {
    width: 100%;
  }
  .sub-btn.brightness {
    background: #fae100;
    color: #333333;
    font-weight: 700;
  }

  #footer .footW {
    padding: 30px 20px 40px;
  }

  .ft_link {
    padding: 0 0 25px;
    justify-content: flex-start;
  }

  #footer .footInfo {
    padding-right: 0;
  }

  #footer .footer_mark {
    position: static;
    margin: 25px 0 0;
  }

  #f_sns {
    position: static;
    text-align: left;
    margin-top: 25px;
  }

  #footer .family_site {
    position: relative;
    right: auto;
    bottom: auto;
    width: 220px;
    margin-top: 25px;
  }

  #footer .family_site .btn_family {
    width: 220px;
  }

  #footer .family_site .site_list {
    width: 100%;
    left: 0;
  }
}

/* ================================
   767px 이하
================================ */

@media (max-width: 767px) {
  .contact {
    padding: 28px 16px;
    text-align: left;
  }

  .contact p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.3px;
  }

  .contact p span {
    font-size: 19px !important;
  }

  .sub-btn {
    height: 52px;
    font-size: 16px;
  }

  #footer .footW {
    padding: 28px 16px 36px;
  }

  .ft_link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    padding-bottom: 22px;
  }

  .ft_link li {
    padding: 0 10px;
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    position: relative;
  }

  #footer .footW .footInfo .txt {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: -0.3px;
    margin-top: 5px !important;
  }

  #footer .footW .footInfo .txt span.bar {
    margin-right: 10px;
    padding-right: 0;
  }

  #footer .footer_mark {
    margin-top: 20px;
  }

  #f_sns ul.icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  #f_sns ul.icons li {
    padding: 0;
  }

  #f_sns .icon.style2 {
    padding: 10px 9px;
  }

  #footer .family_site {
    width: 100%;
    max-width: 240px;
  }

  #footer .family_site .btn_family {
    width: 100%;
  }
}

/* ================================
   480px 이하
================================ */

@media (max-width: 480px) {
  .contact {
    padding: 26px 14px;
  }

  .contact p {
    font-size: 13px;
  }

  .contact p span {
    font-size: 18px !important;
  }

  #footer .footW {
    padding: 26px 14px 34px;
  }

  .ft_link li {
    width: 100%;
    padding: 0;
  }

  #footer .family_site {
    max-width: none;
  }
}
