@import "./font.css";
@import "./base.css";

/* ========================================= color =========================================*/
:root {
  --cf: #fff;
  --c7: #777;
  --title: #222;
  --BNK-logo: #d7000f;
  --BNK-Main: #d7000f;
  --BNK-Sub: #6f634f;
  --BNK-Point1: #ffe8dc;
  --BNK-Point2: #f8f9fc;
  --BNK-Point3: #f3f4f8;
  --BNK-BG: #fff8f5;
  --Text-Main: #222;
  --Text-Sub1: #777;
  --Text-Sub2: #aaa;
}

.container {
  background: #f9f9f9;
  max-width: 480px;
  margin: 0 auto;
  overflow: hidden;
}

.container .container-inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 85.34px;
}

/* header */
.container .container-inner .header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85.34px;
  border-bottom: 1px solid #ededed;
  box-sizing: border-box;
  padding: 0 26.69px;
  position: fixed;
  top: 0;
  left: calc(50% - 240px);
  max-width: 480px;
  background: white;
  z-index: 5;
}

.container .container-inner .header:hover {
}

.container .container-inner .header a.logo {
  width: 236.02px;
  height: 34.75px;
  background-image: url(../img/bnk_rchada_logo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.container .container-inner .header .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.container .container-inner .header .header-right .menu-bg {
  display: none;
  position: fixed;
  left: 0;
  left: calc(50% - 240px);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgb(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  max-width: 480px;
}

.container .container-inner .header .header-right .menu-bg.on {
  display: block;
  opacity: 1;
  visibility: inherit;
}

.container .container-inner .header .header-right .menu-list {
  position: fixed;
  top: 0;
  left: calc(50% - 240px);
  width: 100%;
  height: 100%;
  background: white;
  /* border-radius: 40.03px 0 0 40.03px; */
  box-shadow: 0 -7px 13px rgb(0, 0, 0, 0.1);
  right: 0;
  transition: 0.3s;
  transition: 0.15s ease-in-out;
  transform: translateY(100%);
  z-index: 3;
  max-width: 480px;
}

.container .container-inner .header .header-right .menu-list.on {
  transform: translateX(0);
  overflow-y: scroll;
}

.container .container-inner .header .header-right .menu-list .menu-list-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26.69px;
  box-sizing: border-box;
  border-bottom: 1px solid #dedede;
  height: 85.34px;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-top
  a.home {
  width: 236.02px;
  height: 34.7px;
  background-image: url(../img/bnk_rchada_logo.png);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-top
  .menu-close {
  background-image: url(../img/close_btn_black.svg);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: none;
}

.container .container-inner .header .header-right .menu-list .menu-list-inner {
  padding: 66.77px 40.03px;
  height: calc(100vh + 129.6px);
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item {
  position: relative;
  padding-bottom: 53.38px;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item:last-child {
  padding-bottom: 0;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  a.menu-link {
  display: flex;
  align-items: center;
  position: relative;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  a.menu-link::before {
  content: "";
  width: 22.66px;
  height: 26.69px;
  background: url(../img/ico_head_1.svg);
  background-size: 100% auto;
  margin-right: 10px;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item:nth-child(2)
  a.menu-link::before {
  content: "";
  width: 26.69px;
  height: 25.34px;
  background: url(../img/ico_head_2.svg);
  background-size: 100% auto;
}

.container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item:nth-child(3)
  a.menu-link::before {
  content: "";
  width: 25.34px;
  background: url(../img/ico_head_3.svg);
  background-size: 100% auto;
}

.container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item:nth-child(4)
  a.menu-link::before {
  content: "";
  background: url(../img/ico_head_4.svg);
  background-size: 100% auto;
}

.container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item:nth-child(5)
  a.menu-link::before {
  content: "";
  width: 26.69px;
  height: 25.34px;
  background: url(../img/ico_head_5.svg);
  background-size: 100% auto;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  a.menu-link
  .img-box {
  width: 30.72px;
  display: flex;
  align-items: center;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  a.menu-link
  .img-box
  img {
  height: 20.02px;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  a.menu-link
  p {
  font-size: 21.36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item:hover
  a.menu-link
  p {
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  .submenu-list {
  margin-top: 20.02px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 0;
}

.container
  .container-inner
  .header:hover
  .header-right
  .menu-bg
  .menu-item
  .submenu-list {
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item:hover
  .submenu-list {
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  .submenu-list
  a.submenu-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  .submenu-list
  a.submenu-item::before {
  content: "";
  width: 3.98px;
  height: 3.98px;
  border-radius: 100%;
  background: #777;
  margin-right: 10.66px;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  .submenu-list
  a.submenu-item
  p {
  font-size: 16.03px;
  font-weight: 400;
  line-height: normal;
  color: var(--Text-Sub1, #777);
  letter-spacing: -0.34px;
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-list-inner
  .menu-item
  .submenu-list
  a.submenu-item:hover
  p {
  /* color: #d7000f; */
}

.container .container-inner .header .header-right .search-btn {
  width: 30px;
  height: 30px;
  background-image: url(../img/search-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: none;
}

.container .container-inner .header .header-right .menu-btn {
  width: 38.4px;
  height: 24px;
  cursor: pointer;
  position: fixed;
  right: 26.69px;
  top: calc(25.87px - 0.5px);
  z-index: 4;
}

.container .container-inner .header .header-right .menu-btn.on {
  bottom: auto;
  top: 33px;
}

.container .container-inner .header .header-right .menu-btn b {
  position: absolute;
  height: 5.52px;
  background: #222;
  width: 39.98px;
  right: 0;
  border-radius: 133.34px;
  display: block;
}

.container .container-inner .header .header-right .menu-btn b:nth-child(1) {
  width: 24px;
  background: #d7000f;
}

.container .container-inner .header .header-right .menu-btn b:nth-child(2) {
  top: 50%;
}

.container .container-inner .header .header-right .menu-btn b:nth-child(3) {
  top: 100%;
}

.container .container-inner .header.on .header-right .menu-btn {
  background-image: url(../img/menu-btn-on.svg);
}

/* footer */

.container .container-inner .footer {
  width: 100%;
  /* border-top: 1px solid #E4E2DF; */
  /* padding-top: 30px; */
}

.container .container-inner .footer .footer-inner {
}

.container .container-inner .footer .footer-inner .footer-top {
}

.container .container-inner .footer .footer-inner .footer-top .counsel-list {
  display: flex;
  height: 86.4px;
  position: fixed;
  bottom: -0.96px;
  width: 100%;
  max-width: 480px;
  z-index: 1;
  background: var(--BNK-BG, #fff8f5);
}

.container .container-inner .footer .footer-inner .footer-top .counsel-list a {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5.33px;
  position: relative;
  border-left: 1px solid var(--BNK-Point1, #ffe8dc);
  background: var(--BNK-BG, #fff8f5);
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.on {
  background: #d7000f;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a:hover {
  background: #d7000f;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a:first-child {
  border-left: none;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a
  img {
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a
  p {
  color: var(--Text-Main, #222);
  font-family: Pretendard;
  font-size: 17.33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.on
  p {
  color: #fff;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a:hover
  p {
  color: #fff;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.kakao-link {
  background: #f4e81b;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.kakao-link
  img {
  height: 24px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.kakao-link
  p {
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.phone-link
  img {
  height: 28.8px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.phone-link
  p {
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.consult-link {
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.consult-link
  img {
  height: 24px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a.consult-link
  img.instruct_box {
  width: 202.66px;
  height: 53.33px;
  position: absolute;
  bottom: 100%;
  left: 46%;
  transform: translateX(-50%);
  animation:
    bounceBall 2s ease infinite,
    disappear 20s infinite;
}

.container .container-inner .footer .footer-inner .footer-top .link-list {
  display: flex;
  align-items: center;
  background: #f6f4f2;
  justify-content: center;
  padding: 23.66px 0;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .link-list
  .link-item {
  padding: 0 13.34px;
  cursor: pointer;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .link-list
  .link-item:first-child {
  padding-left: 0;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .link-list
  .link-item
  p {
  font-size: 17.33px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.34px;
  color: #aaa;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .link-list
  .link-border {
  width: 1px;
  height: 17.76px;
  background: #aaa;
}

.container .container-inner .footer .footer-inner .footer-bottom {
  padding: 53.33px 39.98px;
  background: #f6f4f2;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-left {
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-left
  a.logo {
  width: 248px;
  height: 36px;
  background-image: url(../img/bnk_rchada_logo_footer.png);
  background-position: center;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-left
  .info-box {
  padding: 13.34px 0;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-left
  .info-box.kb-info-box {
  border-bottom: 1px dotted #dedede;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-left
  .info-box.kb-info-box
  p.txt1 {
  font-size: 17.33px;
  line-height: 29.28px;
  letter-spacing: -0.04em;
  color: #222222;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-left
  .info-box
  .info-row {
  display: flex;
  /* align-items: center; */
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-left
  .info-box
  .info-row
  p.info-title {
  font-size: 18.67px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: #aaaaaa;
  width: 159.98px;
  flex-shrink: 0;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-left
  .info-box
  .info-row
  p.info-cont {
  font-size: 18.67px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.04em;
  color: #222222;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right {
  display: none;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list {
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item {
  width: 240px;
  height: 56px;
  border-radius: 28px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.phone-counsel-item {
  background: #6f634f;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.kakao-counsel-item {
  background: #f4de27;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.estimate-counsel-item {
  background: #000000;
  margin-bottom: 0;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item
  .counsel-item-inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item
  .counsel-item-inner
  img {
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.phone-counsel-item
  .counsel-item-inner
  img {
  width: 18px;
  height: 22px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.kakao-counsel-item
  .counsel-item-inner
  img {
  width: 28.19px;
  height: 26px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.estimate-counsel-item
  .counsel-item-inner
  img {
  width: 18px;
  height: 18px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item
  .counsel-item-inner
  p {
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.phone-counsel-item
  .counsel-item-inner
  p {
  /* font-family: Montserrat; */
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  color: white;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.kakao-counsel-item
  .counsel-item-inner
  p {
  color: black;

  font-size: 16px;
  font-weight: 700;
  line-height: 23.68px;
  letter-spacing: -0.02em;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-bottom
  .footer-bottom-right
  .counsel-list
  .counsel-item.estimate-counsel-item
  .counsel-item-inner
  p {
  font-size: 16px;
  font-weight: 700;
  line-height: 23.68px;
  letter-spacing: -0.02em;
  color: white;
}

.container .container-inner .footer .footer-inner .footer-underground {
  padding: 26.64px 39.98px 80.02px;
  background: #222222;
  margin-bottom: 57.89px;
}

.container .container-inner .footer .footer-inner .footer-underground h3 {
  color: #ededed;
  font-size: 18.77px;
}

.container .container-inner .footer .footer-inner .footer-underground h4 {
  color: #ededed;
  font-size: 17.76px;
}

.container .container-inner .footer .footer-inner .footer-underground ul {
  margin-top: 10.56px;
}

.container .container-inner .footer .footer-inner .footer-underground ul li {
  color: #ededed;
  font-size: 17.33px;
  line-height: 29.28px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-underground
  ul
  li::before {
  content: "• ";
}

.container .container-inner .footer .footer-inner .footer-underground ul li b {
  text-decoration: underline;
}

/* fixed-consult */
.container .container-inner .fixed-consult {
}

.container .container-inner .fixed-consult .consult-btn {
  width: 120px;
  height: 120px;
  background: #6f634f;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.container .container-inner .fixed-consult .consult-btn p {
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: -0.02em;
  text-align: left;
  color: white;
}

.container .container-inner .fixed-consult .consult-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  box-shadow: -5px -10px 30px 0px #00000033;
  border-radius: 20px 20px 0 0;
  display: none;
  background: white;
  z-index: 1;
}

.container .container-inner .fixed-consult .consult-bar .consult-close {
  width: 20px;
  height: 20px;
  background-image: url(../img/close-btn.svg);
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.container .container-inner .fixed-consult .consult-bar .consult-top {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 35px 0 25px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-title {
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-title
  p {
  font-size: 22px;
  font-weight: 700;
  line-height: 31.86px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #222222;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont {
  display: flex;
  gap: 50px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list {
  display: flex;
  gap: 20px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item {
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  p.title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20.27px;
  letter-spacing: -0.02em;
  color: #222222;
  margin-bottom: 15px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  p.title
  span {
  color: #d7000f;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  input {
  border: none;
  outline: none;
  border-bottom: 1px solid #dedede;
  height: 38px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #aaaaaa;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  input.empty {
  border-color: #d7000f;
  border-width: 2px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item:nth-child(1)
  input {
  width: 280px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item:nth-child(2)
  input {
  width: 250px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .check-box {
  display: flex;
  gap: 4.8px;
  align-items: center;
  cursor: pointer;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .check-box
  .check-area {
  width: 18.05px;
  height: 18.05px;
  border-radius: 100%;
  background-image: url(../img/check_off.svg);
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .check-box.on
  .check-area {
  background-image: url(../img/check_on.svg);
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .agree-box
  .agree-box-inner-all {
  display: flex;
  gap: 4.8px;
  align-items: center;
  cursor: pointer;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .agree-box
  .agree-box-inner-all
  .check_area {
  width: 18.05px;
  height: 18.05px;
  border-radius: 100%;
  background-image: url(../img/check_off.svg);
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .agree-box
  .agree-box-inner-all.on
  .check_area {
  background-image: url(../img/check_on.svg);
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .check-box
  .text-area {
  display: flex;
  align-items: center;
  gap: 5px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .check-box
  .text-area
  p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #222222;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .check-box
  .text-area
  p
  span {
  color: #d7000f;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .check-box
  .text-area
  img {
  width: 16px;
  height: 16px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row {
  display: flex;
  gap: 5px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box {
  position: relative;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box
  .checked-option {
  height: 42px;
  border: 1px solid #dedede;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/down_arrow_lightgrey.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box.brand-box
  .checked-option {
  width: 100px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box.model-box
  .checked-option {
  width: 145px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box
  .checked-option
  p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #aaaaaa;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box
  .checked-option
  img {
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box
  .option-list {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  background: white;
  border: 1px solid #dedede;
  border-top: none;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box
  .option-list
  .option-item {
  cursor: pointer;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .consult-list
  .consult-item
  .select-row
  .select-box
  .option-list
  .option-item
  p {
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #aaaaaa;
  text-align: center;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .submit-btn {
  width: 200px;
  height: 100px;
  background: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-top
  .consult-cont
  .submit-btn
  p {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: white;
}

.container .container-inner .fixed-consult .consult-bar .consult-bottom {
  width: 100%;
  display: flex;
  height: 50px;
  min-width: 1280px;
}

.container .container-inner .fixed-consult .consult-bar .consult-bottom a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a
  .consult-inner {
  display: flex;
  gap: 10px;
  align-items: center;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a
  .consult-inner
  p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20.27px;
  letter-spacing: -0.02em;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a.kakao-consult {
  background: #f4e81b;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a.kakao-consult
  .consult-inner {
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a.kakao-consult
  .consult-inner
  img {
  width: 23.85px;
  height: 22px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a.kakao-consult
  .consult-inner
  p {
  color: black;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a.phone-consult {
  background: #777777;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a.phone-consult
  .consult-inner {
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a.phone-consult
  .consult-inner
  img {
  width: 19.97px;
  height: 20px;
}

.container
  .container-inner
  .fixed-consult
  .consult-bar
  .consult-bottom
  a.phone-consult
  .consult-inner
  p {
  color: white;
}

/* popup */
.container .container-inner .popup_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #00000080;
  z-index: 5;
  display: none;
}

.container .container-inner .popup_bg .popup {
  position: fixed;
  left: 50%;
  max-width: 480px;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  background: white;
}

.container .container-inner .popup_bg .popup .popup_close {
  background-image: url(../img/close_btn_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-position: center;
}

.container .container-inner .popup .popup_close_bar {
  position: absolute;
  top: 19.2px;
  left: 50%;
  width: 115.2px;
  height: 15.84px;
  padding: 9.6px 0;
  margin-left: -57.6px;
  border-radius: 133.34px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.container .container-inner .submit_popup.popup .popup_close {
  height: 18.24px;
  width: 18.24px;
  position: absolute;
  /* [ux] left:90%(top 없음) → 우상단 고정 + 스크롤바 위로 */
  top: 24px;
  right: 24px;
  left: auto;
  z-index: 3;
}

.container .container-inner .popup .popup_close_bar span {
  width: 115.2px;
  height: 5.52px;
  background: #222;
  border-radius: 133.34px;
  display: block;
}

.container .container-inner .term_popup_bg {
}

.container .container-inner .term_popup_bg .term_popup {
  padding: 19.92px;
  width: 90%;
}

.container .container-inner .term_popup_bg .term_popup .popup_close {
  position: absolute;
  right: 19.92px;
  top: 19.92px;
  width: 20.06px;
  height: 20.06px;
}

.container .container-inner .term_popup_bg .term_popup .popup_inner {
}

.container
  .container-inner
  .term_popup_bg
  .term_popup
  .popup_inner
  .popup_title {
  padding-bottom: 19.92px;
  border-bottom: 4.8px solid #222222;
}

.container
  .container-inner
  .term_popup_bg
  .term_popup
  .popup_inner
  .popup_title
  p {
  font-size: 23.9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #222222;
}

.container
  .container-inner
  .term_popup_bg
  .term_popup
  .popup_inner
  .popup_cont {
  margin-top: 19.92px;
  background: #f5f5f3;
  box-sizing: border-box;
}

.container
  .container-inner
  .term_popup_bg
  .term_popup.privacy_term_popup
  .popup_inner
  .popup_cont {
  padding: 19.92px;
  max-height: 432px;
  overflow-y: scroll;
}

.container
  .container-inner
  .term_popup_bg
  .term_popup.privacy_term_popup
  .popup_inner
  .popup_cont
  p {
  font-size: 19.2px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.container
  .container-inner
  .term_popup_bg
  .term_popup.email_term_popup
  .popup_inner
  .popup_cont {
  padding: 43.2px 24px;
}

.container
  .container-inner
  .term_popup_bg
  .term_popup.email_term_popup
  .popup_inner
  .popup_cont
  img {
  width: 86.4px;
  margin: 0 auto;
  display: block;
}

.container
  .container-inner
  .term_popup_bg
  .term_popup.email_term_popup
  .popup_inner
  .popup_cont
  p {
  font-size: 19.2px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  color: #222222;
  margin-top: 19.92px;
}

.container .container-inner .submit_popup_bg {
  transition: 0.3s;
  opacity: 0;
}

.container .container-inner .submit_popup_bg.on {
  display: block;
}

.container .container-inner .submit_popup_bg.on.animate {
  opacity: 1;
}

.container .container-inner .submit_popup_bg .submit_popup {
  /* [ux] 고정 80vh → 내용 높이(빈 여백·헤더 가림 해소), max-height로만 상한 */
  height: auto;
  max-height: 86vh;
  width: 100%;
  border-radius: 26.69px 26.69px 0 0;
  padding: 39.98px;
  /* [ux] 스크롤바 숨김으로 우측 여백 비대칭 해소 */
  padding-right: 39.98px;
  bottom: 0;
  top: auto;
  left: calc(50% - 240px);
  box-sizing: border-box;
  transform: translateY(100%);
  transition: 0.3s;
  max-width: 480px;
}

.container .container-inner .submit_popup_bg .submit_popup.on {
  transform: translateY(0);
}

.container .container-inner .submit_popup_bg .submit_popup .popup_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19.92px 26.54px;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
}

.container .container-inner .submit_popup_bg .submit_popup .popup_top img {
  width: 282.67px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_top
  .popup_close {
  width: 20.06px;
  height: 20.06px;
}

.container .container-inner .submit_popup_bg .submit_popup .popup_cont {
  /* [ux] 내용 높이에 맞추되(빈 여백 제거) 길면 내부 스크롤 */
  height: auto;
  max-height: calc(86vh - 163.2px);
  /* [ux] 스크롤바 시작점을 X 아래로 내려 침범 방지(폼 margin-top 축소로 보정) */
  margin-top: 28.8px;
  /* [ux] 스크롤 가능 표시 위해 얇은 회색 스크롤바 노출(빨강→회색) */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cccccc transparent;
  padding-right: 4.8px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont::-webkit-scrollbar {
  width: 7.2px; /* [ux] 얇게 노출(스크롤 인지) */
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont::-webkit-scrollbar-thumb {
  background-color: #cccccc; /* [ux] 빨강→연한 회색 */
  border-radius: 13.34px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont::-webkit-scrollbar-track {
  /* background-color: #DEDEDE; */
  border-radius: 13.34px;
}

.container .container-inner .submit_popup_bg .submit_popup .cont_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 43.2px;
  gap: 9.6px;
}

.container .container-inner .submit_popup_bg .submit_popup .cont_top img {
  width: 73.01px;
  margin-bottom: 13.34px;
  display: none;
}

.container .container-inner .submit_popup_bg .submit_popup .cont_top p {
  font-size: 23.9px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  text-align: center;
  font-weight: 400;
  box-sizing: border-box;
  height: 62.4px;
  width: max-content;
  /* position: absolute;
    left: 50%;
    top: 31.34px;
    transform: translateX(-50%); */
}

.container .container-inner .submit_popup_bg .submit_popup .cont_top p b {
  color: #d7000f;
}

.container .container-inner .submit_popup_bg .submit_popup .cont_top p span {
}

.container .container-inner .submit_popup_bg .submit_popup .popup_cont form {
  margin-top: 9.6px; /* [ux] popup_cont margin-top로 보정(스크롤바 X 침범 방지) */
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .input_box {
  margin-bottom: 13.25px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .input_box
  p {
  font-size: 15.94px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #222222;
  margin-bottom: 13.25px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .input_box
  p
  span.yellow {
  color: #d7000f;
}

/* [ux] 추가질문: .add_q_box(=.input_box 밖) textarea 미스타일(cols=30 좁음) → 입력박스 자산 맞춤 + width:100% */
.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .add_q_box
  textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1.01px solid #dedede;
  border-radius: 4.99px;
  padding: 10.99px 19.92px;
  height: 106.18px;
  resize: none;
  outline: none;
  font-size: 15.94px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #777777;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .input_box
  p
  span.grey {
  color: #777777;
  font-weight: 400;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .input_box
  input {
  border: 1.01px solid #dedede;
  padding: 16.94px 19.92px;
  border-radius: 4.99px;
  /* font-family: Montserrat; */
  font-size: 15.94px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #777777;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .input_box
  input.empty {
  border-color: #d7000f;
  border-width: 2px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .input_box
  textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1.01px solid #dedede;
  border-radius: 4.99px;
  padding: 10.99px 19.92px;
  height: 106.18px;
  resize: none;
  outline: none;

  font-size: 15.94px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #aaaaaa;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .input_box
  .agree-box {
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box {
  display: flex;
  gap: 4.8px;
  cursor: pointer;
  align-items: center;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box
  .agree-box-inner {
  display: flex;
  align-items: center;
  gap: 4.8px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box
  .agree-box-inner
  .check_area {
  background-image: url(../img/agree_off.svg);
  width: 18.05px;
  height: 18.05px;
  background-repeat: no-repeat;
  background-size: cover;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box
  .agree-box-inner.on
  .check_area {
  background-image: url(../img/agree_on.svg);
  height: 18.72px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box
  .agree-box-inner-all {
  display: flex;
  gap: 4.8px;
  align-items: center;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box
  .agree-box-inner-all
  .check_area {
  background-image: url(../img/agree_off.svg);
  width: 18.05px;
  height: 18.05px;
  background-repeat: no-repeat;
  background-size: cover;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box
  .agree-box-inner-all.on
  .check_area {
  background-image: url(../img/agree_on.svg);
  height: 18.72px;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box
  p {
  font-size: 15.94px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #888888; /* [ux] 동의 텍스트 회색·두께 줄임 */
}
.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box.opt-row
  p {
  color: #aaaaaa; /* [ux] 선택 동의는 더 연한 회색 */
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .agree-box
  a {
  font-size: 15.94px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #bbbbbb; /* [ux] 자세히보기 연한회색 */
  text-decoration: underline;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .submit_btn {
  height: 81.89px;
  background: #d7000f;
  border-radius: 4.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%; /* [ux] 주 전환 버튼 풀폭 */
  margin: 23.28px auto 0;
  box-sizing: border-box;
  transition: background 0.15s;
}
/* [ux] 필수값 미작성 시 비활성화(회색), 채워지면 빨강 — JS가 is-disabled 토글 */
.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .submit_btn.is-disabled {
  background: #cccccc;
  cursor: not-allowed;
  pointer-events: none;
}

.container
  .container-inner
  .submit_popup_bg
  .submit_popup
  .popup_cont
  form
  .submit_btn
  p {
  font-size: 18.58px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #f6f6ff;
}

/* 240923 */

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-item
  a.menu-link
  p
  span {
  color: red;
  font-size: 16.61px;
  display: block;
  /* line-height: 1; */
}

.container
  .container-inner
  .header
  .header-right
  .menu-list
  .menu-item
  a.menu-link
  p
  span.dot {
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 100%;
  top: -2.5px;
  animation: bounceBall 2s ease infinite;
  padding: 0;
  position: relative;
}

/* 240925 */
.alert-bg {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  display: none;
}

.alert-bg .alert-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 5.89156px 5.89156px 11.7831px rgb(0 0 0 / 30%);
  border-radius: 12px;
  box-sizing: border-box;
  max-width: 325px;
  max-height: 100%;
  padding-top: 55px;
  position: relative;
  width: fit-content;
}

.alert-bg .alert-box .alert-inner {
  width: 250px;
}

.alert-bg .alert-box .alert-inner .alert-close {
  background-image: url(../img/btn_popup_close.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}

.alert-bg .alert-box .alert-inner img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 26px;
}

.alert-bg .alert-box .alert-inner p.alert-title {
  word-break: keep-all;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.02em;
  color: #222222;
}

.alert-bg .alert-box .alert-inner a.alert-btn {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
  border-radius: 12px;
  background-color: #d7000f;
  box-sizing: border-box;
  margin: 30px auto 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.alert-bg .alert-box .alert-inner a.alert-btn p {
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #ffffff;
  font-size: 17px;
}

.alert-bg .alert-box .alert-inner a.alert-btn:hover {
  background: #d7000f;
}

.alert-bg .alert-box .alert-inner a.alert-btn:hover p {
  color: white;
}

/* 250523 */
.container .container-inner .header .header-right .menu-btn {
  top: auto;
  bottom: 34.08px;
  right: 28.8px;
  top: auto;
  bottom: 36px;
  right: calc(50% - 210px);
}

.container .container-inner .header .header-right a.phone-link {
  width: 67px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5.33px;
  height: 85.34px;
  /* right: 0; */
  /* position: fixed; */
}

.container .container-inner .header .header-right a.phone-link img {
  height: 28.8px;
}

.container .container-inner .header .header-right a.phone-link p {
  color: var(--Text-Main, #222);
  font-family: Pretendard;
  font-size: 17.33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a:last-child.on {
  background: var(--BNK-BG, #fff8f5);
}

.container
  .container-inner
  .footer
  .footer-inner
  .footer-top
  .counsel-list
  a:last-child:hover {
  background: var(--BNK-BG, #fff8f5);
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes bounceBall {
  0% {
    transform: translate(-50%, -15px);
  }

  10% {
    transform: translate(-50%, 0);
  }

  20% {
    transform: translate(-50%, -10px);
  }

  30% {
    transform: translate(-50%, 0);
  }

  40% {
    transform: translate(-50%, -5px);
  }

  50% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes bounceBox1 {
  0% {
    bottom: calc(100% - 4.8px);
  }

  10% {
    bottom: calc(100% - 26.4px);
  }

  20% {
    bottom: calc(100% - 12px);
  }

  30% {
    bottom: calc(100% - 26.4px);
  }

  40% {
    bottom: calc(100% - 19.2px);
  }

  50% {
    bottom: calc(100% - 26.4px);
  }

  100% {
    bottom: calc(100% - 26.4px);
  }
}

@keyframes bounceBox2 {
  0% {
    right: calc(100% + 16.8px);
  }

  10% {
    right: calc(100% - 4.8px);
  }

  20% {
    right: calc(100% + 9.6px);
  }

  30% {
    right: calc(100% - 4.8px);
  }

  40% {
    right: calc(100% + 2.4px);
  }

  50% {
    right: calc(100% - 4.8px);
  }

  100% {
    right: calc(100% - 4.8px);
  }
}

@keyframes bounceBox3 {
  0% {
    right: 33.6px;
  }

  10% {
    right: 12px;
  }

  20% {
    right: 26.4px;
  }

  30% {
    right: 12px;
  }

  40% {
    right: 19.2px;
  }

  50% {
    right: 12px;
  }

  100% {
    right: 12px;
  }
}

@keyframes disappear {
  0% {
    display: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* .modal-back — 뒤로 버튼 (kakao/form 모달 공용) */
.modal-back {
  display: none;
  align-items: center;
  gap: 4px;
  font-size: 15.94px;
  text-decoration: none;
  margin-bottom: 14.4px;
}

.kakao_card_popup .modal-back {
  color: #555;
}

.submit_popup .modal-back,
.submit_compare .modal-back {
  color: #222;
  font-weight: 700;
  position: absolute;
  top: 24px;
  left: 28.8px;
}

/* vw-to-px: transformed */
@media (max-width: 480px) {
  .container .container-inner {
    padding-top: 17.78vw;
  }

  /* header */
  .container .container-inner .header {
    height: 17.78vw;
    padding: 0 5.56vw;
    left: 0;
  }

  .container .container-inner .header a.logo {
    width: 49.17vw;
    height: 7.24vw;
  }

  .container .container-inner .header .header-right .menu-list {
    /* border-radius: 8.34vw 0 0 8.34vw; */
    box-shadow: 1.39vw 1.39vw 2.78vw rgb(0, 0, 0, 0.15);
  }

  .container .container-inner .header .header-right .menu-list .menu-list-top {
    padding: 0 5.56vw;
    height: 17.71vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-top
    a.home {
    width: 49.17vw;
    height: 7.23vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-top
    .menu-close {
    width: 5vw;
    height: 5vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner {
    padding: 13.91vw 8.34vw;
    height: calc(100vh + 27vw);
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item {
    padding-bottom: 11.12vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item
    a.menu-link::before {
    width: 4.72vw;
    height: 5.56vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item:nth-child(2)
    a.menu-link::before {
    width: 5.56vw;
    height: 5.28vw;
  }

  .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item:nth-child(3)
    a.menu-link::before {
    width: 5.28vw;
  }

  .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item:nth-child(5)
    a.menu-link::before {
    width: 5.56vw;
    height: 5.28vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item
    a.menu-link
    .img-box {
    width: 6.4vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item
    a.menu-link
    .img-box
    img {
    height: 4.17vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item
    a.menu-link
    p {
    font-size: 4.45vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item
    .submenu-list {
    margin-top: 4.17vw;
    gap: 3.125vw 0;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item
    .submenu-list
    a.submenu-item::before {
    width: 0.83vw;
    height: 0.83vw;
    margin-right: 2.22vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-list-inner
    .menu-item
    .submenu-list
    a.submenu-item
    p {
    font-size: 3.34vw;
    letter-spacing: -0.07vw;
  }

  .container .container-inner .header .header-right .menu-btn {
    width: 8vw;
    height: 5vw;
    right: 6vw;
    top: auto;
    bottom: 7.5vw;
  }

  .container .container-inner .header .header-right .menu-btn.on {
    top: calc(7.19vw - 0.5px);
  }

  .container .container-inner .header .header-right .menu-btn b {
    height: 1.15vw;
    width: 8.33vw;
    border-radius: 27.78vw;
  }

  .container .container-inner .header .header-right .menu-btn b:nth-child(1) {
    width: 5vw;
  }

  .container .container-inner .footer .footer-inner .footer-top .counsel-list {
    height: 18vw;
    bottom: -0.2vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .counsel-list
    a {
    gap: 1.11vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .counsel-list
    a
    p {
    font-size: 3.61vw;
    letter-spacing: -0.02vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .counsel-list
    a.kakao-link
    img {
    height: 5vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .counsel-list
    a.phone-link
    img {
    height: 6vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .counsel-list
    a.consult-link
    img {
    height: 5vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .counsel-list
    a.consult-link
    img.instruct_box {
    width: 42.22vw;
    height: 11.11vw;
  }

  .container .container-inner .footer .footer-inner .footer-top .link-list {
    padding: 4.93vw 0;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .link-list
    .link-item {
    padding: 0 2.78vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .link-list
    .link-item
    p {
    font-size: 3.61vw;
    letter-spacing: -0.07vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-top
    .link-list
    .link-border {
    height: 3.7vw;
  }

  .container .container-inner .footer .footer-inner .footer-bottom {
    padding: 11.11vw 8.33vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-bottom
    .footer-bottom-left
    a.logo {
    width: 51.67vw;
    height: 7.50vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-bottom
    .footer-bottom-left
    .info-box {
    padding: 2.78vw 0;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-bottom
    .footer-bottom-left
    .info-box.kb-info-box
    p.txt1 {
    font-size: 3.61vw;
    line-height: 6.1vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-bottom
    .footer-bottom-left
    .info-box
    .info-row
    p.info-title {
    font-size: 3.89vw;
    width: 33.33vw;
  }

  .container
    .container-inner
    .footer
    .footer-inner
    .footer-bottom
    .footer-bottom-left
    .info-box
    .info-row
    p.info-cont {
    font-size: 3.89vw;
  }

  .container .container-inner .footer .footer-inner .footer-underground {
    padding: 5.55vw 8.33vw 16.67vw;
    margin-bottom: 12.06vw;
  }

  .container .container-inner .footer .footer-inner .footer-underground h3 {
    font-size: 3.91vw;
  }

  .container .container-inner .footer .footer-inner .footer-underground h4 {
    font-size: 3.7vw;
  }

  .container .container-inner .footer .footer-inner .footer-underground ul {
    margin-top: 2.2vw;
  }

  .container .container-inner .footer .footer-inner .footer-underground ul li {
    font-size: 3.61vw;
    line-height: 6.1vw;
  }

  .container
    .container-inner
    .fixed-consult
    .consult-bar
    .consult-top
    .consult-cont
    .consult-list
    .consult-item
    .check-box {
    gap: 1vw;
  }

  .container
    .container-inner
    .fixed-consult
    .consult-bar
    .consult-top
    .consult-cont
    .consult-list
    .consult-item
    .check-box
    .check-area {
    width: 3.76vw;
    height: 3.76vw;
  }

  .container
    .container-inner
    .fixed-consult
    .consult-bar
    .consult-top
    .consult-cont
    .agree-box
    .agree-box-inner-all {
    gap: 1vw;
  }

  .container
    .container-inner
    .fixed-consult
    .consult-bar
    .consult-top
    .consult-cont
    .agree-box
    .agree-box-inner-all
    .check_area {
    width: 3.76vw;
    height: 3.76vw;
  }

  .container .container-inner .popup .popup_close_bar {
    top: 4vw;
    width: 24vw;
    height: 3.3vw;
    padding: 2vw 0;
    margin-left: -12vw;
    border-radius: 27.78vw;
  }

  .container .container-inner .submit_popup.popup .popup_close {
    height: 3.8vw;
    width: 3.8vw;
    top: 5vw;
    right: 5vw;
  }

  .container .container-inner .popup .popup_close_bar span {
    width: 24vw;
    height: 1.15vw;
    border-radius: 27.78vw;
  }

  .container .container-inner .term_popup_bg .term_popup {
    padding: 4.15vw;
  }

  .container .container-inner .term_popup_bg .term_popup .popup_close {
    right: 4.15vw;
    top: 4.15vw;
    width: 4.18vw;
    height: 4.18vw;
  }

  .container
    .container-inner
    .term_popup_bg
    .term_popup
    .popup_inner
    .popup_title {
    padding-bottom: 4.15vw;
    border-bottom: 1vw solid #222222;
  }

  .container
    .container-inner
    .term_popup_bg
    .term_popup
    .popup_inner
    .popup_title
    p {
    font-size: 4.98vw;
  }

  .container
    .container-inner
    .term_popup_bg
    .term_popup
    .popup_inner
    .popup_cont {
    margin-top: 4.15vw;
  }

  .container
    .container-inner
    .term_popup_bg
    .term_popup.privacy_term_popup
    .popup_inner
    .popup_cont {
    padding: 4.15vw;
    max-height: 90vw;
  }

  .container
    .container-inner
    .term_popup_bg
    .term_popup.privacy_term_popup
    .popup_inner
    .popup_cont
    p {
    font-size: 4vw;
  }

  .container
    .container-inner
    .term_popup_bg
    .term_popup.email_term_popup
    .popup_inner
    .popup_cont {
    padding: 9vw 5vw;
  }

  .container
    .container-inner
    .term_popup_bg
    .term_popup.email_term_popup
    .popup_inner
    .popup_cont
    img {
    width: 18vw;
  }

  .container
    .container-inner
    .term_popup_bg
    .term_popup.email_term_popup
    .popup_inner
    .popup_cont
    p {
    font-size: 4vw;
    margin-top: 4.15vw;
  }

  .container .container-inner .submit_popup_bg .submit_popup {
    border-radius: 5.56vw 5.56vw 0 0;
    padding: 8.33vw;
    padding-right: 8.33vw;
    left: 0;
  }

  .container .container-inner .submit_popup_bg .submit_popup .popup_top {
    padding: 4.15vw 5.53vw;
  }

  .container .container-inner .submit_popup_bg .submit_popup .popup_top img {
    width: 58.89vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_top
    .popup_close {
    width: 4.18vw;
    height: 4.18vw;
  }

  .container .container-inner .submit_popup_bg .submit_popup .popup_cont {
    max-height: calc(86vh - 34vw);
    margin-top: 6vw;
    padding-right: 1vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont::-webkit-scrollbar {
    width: 1.5vw; /* [ux] 얇게 노출(스크롤 인지) */
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont::-webkit-scrollbar-thumb {
    border-radius: 2.78vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont::-webkit-scrollbar-track {
    border-radius: 2.78vw;
  }

  .container .container-inner .submit_popup_bg .submit_popup .cont_top {
    margin-top: 9vw;
    gap: 2vw;
  }

  .container .container-inner .submit_popup_bg .submit_popup .cont_top img {
    width: 15.21vw;
    margin-bottom: 2.78vw;
  }

  .container .container-inner .submit_popup_bg .submit_popup .cont_top p {
    font-size: 4.98vw;
    height: 13vw;
    top: 6.53vw;
  }

  .container .container-inner .submit_popup_bg .submit_popup .popup_cont form {
    margin-top: 2vw; /* [ux] popup_cont margin-top로 보정(스크롤바 X 침범 방지) */
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .input_box {
    margin-bottom: 2.76vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .input_box
    p {
    font-size: 3.32vw;
    margin-bottom: 2.76vw;
  }

  /* [ux] 추가질문: .add_q_box(=.input_box 밖) textarea 미스타일(cols=30 좁음) → 입력박스 자산 맞춤 + width:100% */
  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .add_q_box
    textarea {
    border: 0.21vw solid #dedede;
    border-radius: 1.04vw;
    padding: 2.29vw 4.15vw;
    height: 22.12vw;
    font-size: 3.32vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .input_box
    input {
    border: 0.21vw solid #dedede;
    padding: 3.53vw 4.15vw;
    border-radius: 1.04vw;
    font-size: 3.32vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .input_box
    textarea {
    border: 0.21vw solid #dedede;
    border-radius: 1.04vw;
    padding: 2.29vw 4.15vw;
    height: 22.12vw;
    font-size: 3.32vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box {
    gap: 1vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box
    .agree-box-inner {
    gap: 1vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box
    .agree-box-inner
    .check_area {
    width: 3.76vw;
    height: 3.76vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box
    .agree-box-inner.on
    .check_area {
    height: 3.9vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box
    .agree-box-inner-all {
    gap: 1vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box
    .agree-box-inner-all
    .check_area {
    width: 3.76vw;
    height: 3.76vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box
    .agree-box-inner-all.on
    .check_area {
    height: 3.9vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box
    p {
    font-size: 3.32vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .agree-box
    a {
    font-size: 3.32vw;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .submit_btn {
    height: 17.06vw;
    border-radius: 1vw;
    margin: 4.85vw auto 0;
  }

  .container
    .container-inner
    .submit_popup_bg
    .submit_popup
    .popup_cont
    form
    .submit_btn
    p {
    font-size: 3.87vw;
  }

  /* 240923 */

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-item
    a.menu-link
    p
    span {
    font-size: 3.46vw;
  }

  .container
    .container-inner
    .header
    .header-right
    .menu-list
    .menu-item
    a.menu-link
    p
    span.dot {
    top: -0.52vw;
  }

  /* 250523 */
  .container .container-inner .header .header-right .menu-btn {
    /* bottom: 7.1vw; */
    /* right: 6vw; */
  }

  .container .container-inner .header .header-right a.phone-link {
    width: 13.96vw;
    gap: 1.11vw;
    height: 17.78vw;
  }

  .container .container-inner .header .header-right a.phone-link img {
    height: 6vw;
  }

  .container .container-inner .header .header-right a.phone-link p {
    font-size: 3.61vw;
    letter-spacing: -0.02vw;
  }

  @keyframes bounceBox1 {
    0% {
      bottom: calc(100% - 1vw);
    }

    10% {
      bottom: calc(100% - 5.5vw);
    }

    20% {
      bottom: calc(100% - 2.5vw);
    }

    30% {
      bottom: calc(100% - 5.5vw);
    }

    40% {
      bottom: calc(100% - 4vw);
    }

    50% {
      bottom: calc(100% - 5.5vw);
    }

    100% {
      bottom: calc(100% - 5.5vw);
    }
  }

  @keyframes bounceBox2 {
    0% {
      right: calc(100% + 3.5vw);
    }

    10% {
      right: calc(100% - 1vw);
    }

    20% {
      right: calc(100% + 2vw);
    }

    30% {
      right: calc(100% - 1vw);
    }

    40% {
      right: calc(100% + 0.5vw);
    }

    50% {
      right: calc(100% - 1vw);
    }

    100% {
      right: calc(100% - 1vw);
    }
  }

  @keyframes bounceBox3 {
    0% {
      right: 7vw;
    }

    10% {
      right: 2.5vw;
    }

    20% {
      right: 5.5vw;
    }

    30% {
      right: 2.5vw;
    }

    40% {
      right: 4vw;
    }

    50% {
      right: 2.5vw;
    }

    100% {
      right: 2.5vw;
    }
  }

  .modal-back {
    font-size: 3.32vw;
    margin-bottom: 3vw;
  }

  .submit_popup .modal-back,
  .submit_compare .modal-back {
    top: 5vw;
    left: 6vw;
  }

  .container .container-inner .header .header-right .menu-list {
    left: 0;
  }

  .container .container-inner .header .header-right .menu-bg.on {
    left: 0;
  }
}
