@charset "utf-8";

@font-face {
  font-family: "NanumSquareRound";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff")
    format("woff");
  font-weight: normal;
  font-display: swap;
}

/* 기본프로그램 사용자모듈 메뉴 - PC */
.all_m_btn {
  padding: 10px;
  background: #323337;
}
.all_m_btn img {
  position: absolute;
  top: 28%;
  left: 15px;
  width: 10%;
  max-width: 40px;
  cursor: pointer;
}
.all_m_btn .mutit {
  text-align: center;
  font-weight: 900;
  font-size: 26px;
  color: #fff;
}
.pro_m_wrap {
  display: none;
  font-family: "Nanum Gothic", sans-serif;
  transition: all 0.3s linear;
}
.pro_m_wrap .m_menu {
  width: 200px;
}
.pro_m_wrap .bg_black {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

/* 기본프로그램 사용자모듈 메뉴 - MOBILE */
.pro_m_wrap .subleftmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pro_m_wrap .subleftmenu li {
  border-bottom: 1px solid #515155;
  background: #323337;
}
.pro_m_wrap .subleftmenu a {
  display: block;
  color: #b5b2b2;
  font-size: 14px;
  padding: 11px 5px 11px 15px;
  font-family: "Noto Sans KR";
}
.sub_title_m {
  font-size: 28px !important;
  font-weight: bold;
  color: #fff !important;
  padding: 12px 5px 12px 15px !important;
}
.pro_m_wrap .subleftmenu a:hover {
  background: #307dd4;
  color: #fff;
}
.sub_title_m:hover {
  background: #323337 !important;
  cursor: default;
}

@media all and (max-width: 999px) {
  .pro_m_wrap {
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 999;
  }
  .pro_m_wrap.view {
    left: 0;
  }
}

/* basic */
.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 1400px) {
  .inner {
    width: 93.75%;
  }
}

/* 햄버거 메뉴 */
#header .m_btn {
  display: none;
  width: 24px;
  margin: 0 auto;
  text-align: right;
  cursor: pointer;
}
#header .m_btn i {
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: 3px 0;
  background: #000;
  transition: all 0.5s;
}
#header .m_btn i:nth-of-type(2) {
  width: 84%;
}
#header .m_btn.on i:nth-of-type(1) {
  margin: 11px 0 -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
#header .m_btn.on i:nth-of-type(2) {
  width: 0;
  margin: 0;
}
#header .m_btn.on i:nth-of-type(3) {
  margin: 0 0 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

@media all and (max-width: 1024px) {
  #header .gnb {
    display: none;
  }
  #header .m_btn {
    display: inline-block;
  }
}

/* 모바일 메뉴 */
.m_menu_bg {
  z-index: 101;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#m_menu {
  z-index: 102;
  position: fixed;
  right: -100%;
  top: 0;
  width: 500px;
  max-width: 80%;
  height: 100%;
  background-color: #fff;
  box-sizing: Border-box;
  transition: all 0.5s;
  overflow-y: auto;
}
#m_menu.on {
  right: 0;
}
#m_menu .top_box {
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
#m_menu .top_box .close_btn {
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
}
#m_menu .top_box .close_btn i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
}
#m_menu .top_box .close_btn i:first-of-type {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
  -moz-transform: rotate(45deg) translate(9px, 9px);
  -ms-transform: rotate(45deg) translate(9px, 9px);
  -o-transform: rotate(45deg) translate(9px, 9px);
  transform: rotate(45deg) translate(9px, 9px);
}
#m_menu .top_box .close_btn i:last-of-type {
  -webkit-transform: rotate(-45deg) translate(-7px, 8px);
  -moz-transform: rotate(-45deg) translate(-7px, 8px);
  -ms-transform: rotate(-45deg) translate(-7px, 8px);
  -o-transform: rotate(-45deg) translate(-7px, 8px);
  transform: rotate(-45deg) translate(-7px, 8px);
}
#m_menu .login_box {
  padding: 20px 0;
  background-color: #292929;
  text-align: center;
}
#m_menu .login_box a {
  position: relative;
  padding: 0 30px;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.04em;
}
#m_menu .login_box a:first-of-type:before {
  content: "";
  position: absolute;
  right: -1px;
  top: calc(50% - 7px);
  width: 2px;
  height: 15px;
  background-color: #fff;
}
#m_menu .gnb_box {
  border-top: 1px solid #ddd;
}
#m_menu .gnb_box > ul > li {
  border-bottom: 1px solid #dddddd;
}
#m_menu .gnb_box > ul > li > a {
  position: relative;
  display: block;
  padding: 20px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  letter-spacing: -0.04em;
  box-sizing: border-box;
}
#m_menu .gnb_box .depth02 {
  display: none;
  padding: 10px 0;
  background-color: #000;
}
#m_menu .gnb_box .depth02 li a {
  position: relative;
  display: block;
  padding: 7px 20px;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.04em;
  box-sizing: border-box;
}

/* 헤더 */
/* HEADER ===================================================*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 100;
}

/* inner: 1920 기준 중앙정렬 */
#header .header_wrap {
  width: 100%;
  padding: 16px 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header

/* 로고 */
.logo {
  width: 167px;
  height: 48px;
  flex-shrink: 0;
  aspect-ratio: 167/48;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* 전화 버튼 */
.tel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 28px;
  padding: 10px 12px;
  gap: 8px;
  border-radius: 8px;
  background: var(--GREY-700, #444);
  text-decoration: none;
}

@media (max-width: 768px) {
  .tel_btn {
    width: 200px;
  }
}

.tel_btn img {
  width: 21.9px;
  aspect-ratio: 1/1;
}
.tel_btn p {
  color: #fff;
  /* font-family: Pretendard; */
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.24px;
}

/* 반응형 패딩 */
@media (max-width: 1400px) {
  #header .inner {
    padding: 16px 40px;
  }
}

@media (max-width: 1024px) {
  #header .inner {
    padding: 16px 24px;
  }
}

/* 상담 ===================================================================*/
.consult_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #444;
  box-shadow: 0 -4px 20px rgba(96, 96, 96, 0.4);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(16px, 3vw, 24px) 0;
}

.consult_wrap .consult_box {
  width: min(1400px, 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
  padding: 0 clamp(20px, 4vw, 40px);
}

/* 왼쪽 영역 */
.consult_wrap .left_box {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 40px);
}

.consult_wrap .left_box .txt {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
  font-family: Pretendard, sans-serif;
}

.consult_wrap .left_box .txt p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.consult_wrap .left_box .txt span {
  color: var(--pri-400, #f55057);
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.24px;
}

/* 입력 영역 */
.consult_wrap .input_wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

.consult_wrap .input_box {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.consult_wrap .input_box label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.consult_wrap .input_box input {
  width: 240px;
  height: 40px;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  border: 1px solid var(--GREY-500, #727272);
  background: var(--GREY-600, #5b5b5b);
}

.consult_wrap .input_box input::placeholder {
  color: #999;
}

/* 구분선 */
.consult_wrap .line {
  width: 1px;
  height: 63px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* 오른쪽 버튼 */
.consult_wrap .right_box {
  display: flex;
  align-items: center;
}

.consult_wrap .tel_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 40px;
  gap: 16px;
  border-radius: 5px;
  background: var(--pri-400, #f55057);
  transition: background 0.3s ease;
  border: none;
}

.consult_wrap .tel_btn:hover {
  background: #e14e4e;
}

.consult_wrap .tel_btn p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.consult_wrap .tel_btn img {
  width: 28px;
  height: 28px;
}

/* ✅ 반응형 */
@media (max-width: 1024px) {
  .consult_wrap {
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .consult_wrap .consult_box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
  }
  .consult_wrap .left_box {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }
  .consult_wrap .input_wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .consult_wrap .input_box input {
    width: clamp(200px, 80vw, 360px);
  }
  .consult_wrap .line {
    display: none;
  }
  .consult_wrap .right_box {
    width: 100%;
  }
  .consult_wrap .tel_btn {
    width: 100%;
    height: 56px;
  }
  .footer_wrap {
    height: 290px !important;
  }
}

/* footer ================================================================*/

.footer_wrap {
  width: 100%;
  background: #4c4c4e;
  padding: 56px 0;
  color: #ccc;
  height: 211px;
}

.footer_box {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

/* ===== Left Box ===== */
.footer_box .left_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_box .logo_box img {
  width: 166.533px;
  height: 48px;
  aspect-ratio: 166.53/48;
}

.footer_box .left_box p {
  color: var(--GREY-300, #aaa);

  /* Body 1/Regular - 14 */
  /* font-family: Pretendard; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.07px;
}

/* ===== Right Box ===== */
.footer_box .right_box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
}

.footer_box .right_box .info_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
}

.footer_box .right_box .info_list li {
  color: #fafafa;

  /* Body 1/Regular - 18 */
  /* font-family: Pretendard; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.09px;
  text-align: left;
}

.footer_box .right_box .privacy_link {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.footer_box .right_box .privacy_link p {
  color: #fafafa;

  /* Body 1/Regular - 18 */
  /* font-family: Pretendard; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.09px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-align: left;
}

.footer_box .right_box .privacy_link:hover {
  color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .footer_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
  .footer_box .right_box {
    align-items: center;
  }
  .footer_box .right_box .info_list {
    text-align: center;
  }
}
