@charset "UTF-8";
@font-face{font-family:"Pretendard Variable";font-weight:45 920;font-style:normal;font-display:swap;src:local("Pretendard Variable"),url("/font/web/PretendardVariable.woff2") format("woff2-variations");}
#bo_v > header {
  display: none;
}

@keyframes ddm_m {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ddm_m_reverse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blk2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pc-inline {
  display: inline;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}

.pc {
  display: flex;
}

.pc-mobile {
  display: flex;
}

.mobile-pc {
  display: none;
}

.footer_right {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  right: 6vw;
  gap: 1vw;
}

.footer_right_icon {
  width: 16.1%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_right img {
  width: 100%;
}

div.footer_right_top {
  justify-content: flex-end;
  gap: 0.5vw;
}

.footer_right_bot {
  color: #fff;
  font-size: 0.8vw;
  line-height: 1.4;
  opacity: 0.5;
  text-decoration: underline;
  cursor: pointer;
}

.footer_title {
  font-family: "Pretendard variable" !important;
}

.footer_bottom p:nth-child(2) {
  padding-bottom: 2%;
}

.footer_bottom p:nth-of-type(3) {
  margin-top: 3%;
}

.quickAgree {
  white-space: nowrap;
}

.quick_checkbox {
  accent-color: #f4a81c;
  margin: 0 0.5% 0 3%;
}

.quickAgree a {
  font-family: "Pretendard variable";
  font-size: 0.6em;
  color: #fff;
  display: flex;
  width: 100%;
  justify-content: center;
}

.ddm_logo {
  left: 0;
  width: 100% !important;
  margin-bottom: -24%;
}

.tel_logo2 {
  margin-bottom: -7%;
}

.quick_m1 {
  display: none;
}

.mobile_background {
  padding-bottom: 1.5%;
  padding-top: 0.7%;
  background: #911d1e;
}

.quick_3 {
  margin-bottom: -9%;
}

/*개인정보 처리 방침*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 37px;
  border: 1px solid #888;
  width: 48%;
  border-radius: 30px;
  padding-top: 0;
}

.close,
.close_terms,
.close_price {
  color: #aaa;
  float: right;
  font-size: 33px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 1%;
  margin-right: 0%;
  z-index: 1;
  position: relative;
}

.close:hover,
.close:focus,
.close_terms:hover,
.close_terms:focus,
.close_price:hover,
.close_price:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#policyWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  z-index: 2000;
  height: 50px;
  margin-left: -50px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}

#policy,
#terms,
#price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  height: 530px;
  margin: 0 auto;
  padding: 1px;
  text-align: left;
}

#policy div.policy_title,
#terms div.policy_title,
#price div.policy_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  height: 75px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: -3vw;
}

#policy div.policy_title h2,
#terms div.policy_title h2,
#price div.policy_title h2 {
  font-weight: 700;
  font-size: 25px;
  color: #000;
}

#policy div.policy_con,
#terms div.policy_con,
#price div.policy_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 20px 0px 20px 0px;
  background: #fff;
  border-radius: 10px;
}

#policy p.policy_text,
#terms p.policy_text,
#price p.policy_text {
  overflow-y: scroll;
  height: 400px;
  padding-right: 20px;
  font-size: 14px;
  text-align: justify;
  line-height: 18px;
}

#price p.policy_text img {
  width: 100%;
  display: block;
  margin: 10px 0;
}

#policyLoader {
  padding-top: 10px;
}

@font-face {
  font-family: "GmarketSansBold";
  src: url("/font/web/GmarketSansBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.footer_top {
  width: 80%;
  padding-top: 0vw;
  padding-bottom: 2vw;
  /* display: none; */
  justify-content: space-between;
}

.footer_top_tel {
  width: 11.5%;
  color: #6F6F6F;
  font-family: "Suit";
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1vw;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: -0.05vw;
  font-size: 1.7vw;
  white-space: nowrap;
}

.footer_top_tel > img {
  width: 12.982%;
}

/* quick */
.footer-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.footer_input_form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer_input_form .footer_input::placeholder {
  /* padding: 0 0.5vw; */
  font-family: "Pretendard variable";
  font-size: 0.9vw;
  text-align: center;
}

.footer_input_form .footer_input:focus::placeholder {
  opacity: 0;
}

.quickAgree_fornt span {
  text-decoration: underline;
}

.quick_logo {
  left: 9%;
  bottom: 0;
  width: 10.8662%;
  cursor: pointer;
  z-index: 2;
  /* animation: left_right 2s infinite; */
}

.quick_logo_2 {
  left: 15.5%;
  bottom: 0%;
  width: 8.5%;
}

.footer_call {
  width: 17%;
  cursor: pointer;
}

.quick_submit_div img {
  width: 100%;
}

/* quick */
.footer_logo img {
  width: 100%;
}

.copy {
  margin-top: 1.5vw;
  opacity: 0.6 !important;
  font-size: 0.85vw !important;
}

.form_footer img {
  width: 100%;
}

.form_footer {
  width: 5.67%;
  right: 2%;
  top: -230%;
  transform: translateY(-50%);
  z-index: 11111111;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_bottom p {
  color: black;
  font-size: 0.9vw;
  line-height: 1.4;
  opacity: 0.9;
}

.footer {
  display: flex;
  background: white;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 3% 0% 9%;
  font-size: calc(1rem + (1vw - 0.48rem) * 1.3889);
  position: relative;
}

.footer_top_line {
  width: 100%;
  height: 1px;
  background-color: black;
  opacity: 0.5;
  left: 0;
  bottom: 0;
  margin-bottom: 2vw;
}

.footer_logo {
  /* top: 40%;
  right: 5%;
  transform: translateY(-50%); */
  width: 10.021%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.footer_bottom {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: "Pretendard variable";
  font-weight: 300;
  box-sizing: border-box;
  text-align: center;
}

.footer_mid {
  font-size: 0.9vw;
  color: black;
  text-decoration: underline;
  font-family: "Pretendard variable";
  margin-bottom: 2vw;
  cursor: pointer;
  right: unset;
  top: 74%;
  opacity: 0.7;
}

.contact_serviceright {
  height: 100%;
  background: var(--tc);
  width: 27%;
  right: unset;
  left: 0;
}

.contact_service {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: -0.1%;
  z-index: 999;
  padding: 0.6% 0%;
  color: white;
  background-color: var(--fc);
}

.footer_input_form .footer_input {
  width: 29%;
  height: 2.7vw;
  white-space: nowrap;
  font-size: 0.85vw;
  font-family: "Pretendard variable";
  box-sizing: border-box;
  padding: 0 1vw;
  margin-right: 0;
  border: none;
  outline: none;
  margin: 0 1%;
  border-radius: 0.5vw;
  border-right: 1px solid var(--main-brown);
}

.quickAgree_fornt {
  /* width: 54.5%; */
  /* margin-bottom: 0.5%; */
  font-size: 0.85vw;
  /* width: 54.5%; */
  /* margin-bottom: 0.5%; */
  font-family: "Pretendard Variable";
  display: flex;
  position: relative;
  color: black;
}

.quickAgree_checkbox {
  width: 0.9vw;
  height: 0.9vw;
  z-index: 1;
  appearance: none;
  scale: 1;
  background-color: white;
  cursor: pointer;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.quickAgree_checkbox:checked::before {
  /* background-color: #fff;
  background-image: url(/images/q_check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
  border-radius: 50%; */
  content: "";
  display: inline-block;
  width: 0.6vw;
  height: 0.6vw;
  background-color: black;
  border: 1px solid white;
  box-sizing: border-box;
  border-radius: 50%;
}

.quick_call_absol {
  width: 12.633%;
  top: unset;
  transform: unset;
  cursor: pointer;
  z-index: 2;
  font-size: 1vw;
  font-family: "Pretendard variable";
  left: 12.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quick_call_absol img {
  width: unset;
  min-width: unset;
}

.contact_mid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  z-index: 1;
  font-family: "Pretendard variable";
  margin: 0% 0% 0% -2.9%;
  transform: unset;
}

.quick_agree {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  gap: 0.3vw;
  top: unset;
  left: 68.5%;
  transform: unset;
  z-index: 2;
}

.quick_submit_div {
  left: 80%;
  top: unset;
  width: 11.214%;
  cursor: pointer;
  z-index: 3;
  animation: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tothetop a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tothetop img {
  width: 100%;
}

.tothetop {
  width: 2.6772%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11111111;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*개인정보 처리 방침*/
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .pc-inline {
    display: none !important;
  }
  .tablet {
    display: flex;
  }
  .mobile {
    display: none;
  }
  .footer_bottom p:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer_bottom div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: rgba(255, 255, 255, 0.4509803922);
    font-size: 0.5em;
  }
  .tel_logo {
    display: none;
  }
  .mobile_background {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 3%;
  }
  .pc-mobile {
    display: none;
  }
  .mobile-pc {
    display: flex;
  }
  .footer_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: "Pretendard-Regular";
    text-align: center;
  }
  /*     .footer_bottom p:nth-of-type(1) {
             justify-content: flex-start;
         }

         .footer_bottom p:nth-of-type(2) {
             justify-content: flex-start;
         }
  */
  .footer_bottom p:nth-of-type(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* justify-content: flex-start; */
    padding-top: 3%;
  }
  .ddm_logo {
    left: 0;
    width: 100% !important;
    margin-bottom: -16%;
    margin-right: -63%;
    display: none;
  }
  .contact-form-top {
    width: 123% !important;
  }
  .mobile_inputs input {
    height: 30px !important;
  }
  .form-button2 {
    margin-top: 0%;
    width: 41%;
  }
  #contact-form {
    background: transparent !important;
    width: 95% !important;
    margin-left: 3% !important;
    margin-bottom: -1% !important;
  }
  .form-button2 img {
    width: 96% !important;
    padding-left: 0 !important;
  }
  .modal-content {
    background-color: #fefefe;
    margin: 7% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 86%;
    border-radius: 30px;
  }
  .footer {
    padding-bottom: 36%;
    padding-top: 8%;
    font-size: 3.5vw;
  }
  .contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 4.5%;
    margin-left: -2%;
    padding-bottom: 0.8%;
  }
  .quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 2.8vw;
    color: black;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
  }
  .footer_bottom p {
    font-size: 3.2vw;
  }
  /* 퀵 */
  .contact_service {
    height: 19vw;
    align-items: flex-end;
    justify-content: flex-start;
  }
  .contact_mid {
    width: 66%;
    margin: 0% 0% 1% 1%;
  }
  .footer_input_form .footer_input {
    width: 33%;
    height: 6.5vw;
    font-size: 3.2vw;
    margin-right: 1%;
  }
  .footer_input_form .footer_input::placeholder {
    font-size: 2.6vw;
  }
  .quick_logo {
    left: 3%;
    top: -57%;
    width: 25%;
  }
  .quick_logo_2 {
    display: none;
  }
  .quick_call_absol p {
    display: none;
  }
  .quick_call_absol span {
    font-size: 3.5vw;
  }
  .footer_link .quickAgree_fornt {
    font-size: 3.1vw;
  }
  .quick_agree .quickAgree_fornt {
    font-size: 2.8vw;
  }
  .quickAgree_checkbox {
    width: 3.3vw;
    height: 3.3vw;
  }
  .quickAgree_checkbox:checked::before {
    scale: 0.6;
    width: 100%;
    height: 100%;
  }
  .form_footer {
    width: 17%;
    right: 2%;
    top: -135%;
  }
  .footer_bottom > div {
    /* justify-content: flex-start; */
    align-items: center;
    color: #fff;
    flex-direction: column;
  }
  .footer_bottom > div > p {
    padding: 0 !important;
    margin: 0 !important;
  }
  .footer_bottom p:nth-of-type(2) {
    justify-content: center;
    display: flex;
    /*         justify-content: flex-start; */
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 6vw;
  }
  div.footer_top {
    padding-bottom: 6vw;
    order: -2;
    justify-content: center;
  }
  .footer_top_line {
    margin-bottom: 6vw;
  }
  .footer_top_tel {
    width: 33.5%;
    color: #6F6F6F;
    font-family: "Suit";
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.1vw;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.05vw;
    font-size: 4.7vw;
    white-space: nowrap;
  }
  div.footer_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0vw;
    gap: 3vw;
    position: relative;
    order: -1;
    margin-bottom: 8vw;
  }
  div.footer_right_top {
    justify-content: center;
    gap: 2.5vw;
  }
  .footer_right_bot {
    color: #fff;
    font-size: 2.8vw;
    line-height: 1.4;
    opacity: 0.5;
    text-decoration: underline;
    cursor: pointer;
  }
  div.footer_vweb {
    margin-top: 3vw;
    font-weight: 400;
  }
  .copy {
    font-size: 3.2vw !important;
  }
  .quick_agree {
    left: 68%;
    top: 66%;
    gap: 1.3vw;
  }
  .footer_mid {
    font-size: 3.2vw;
    color: black;
    text-decoration: underline;
    font-family: "Pretendard variable";
    margin-bottom: 4vw;
    cursor: pointer;
    position: static;
  }
  .con16top5th {
    width: 88.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -21%;
    margin-left: 10%;
  }
  .tothetop2 {
    position: fixed;
    right: -4% !important;
    top: unset !important;
    z-index: 11111111;
    opacity: 1;
    width: 24% !important;
    bottom: 20%;
  }
  .tothetop2 a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
  }
  .contact_serviceright {
    height: 100%;
    background: var(--tc);
    width: 50%;
    right: unset;
    left: 0;
  }
  .quick_call_absol {
    width: 42%;
    left: 4.5%;
    top: 13%;
  }
  .quick_submit_div {
    left: 59%;
    top: 8%;
    width: 37%;
    font-size: 3.5vw;
    padding: 0vw 0;
  }
  .tothetop {
    width: 11%;
    right: 2.5%;
    top: unset;
    position: fixed;
    bottom: 105%;
  }
  .footer_logo {
    width: 32%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-left: 0;
  }
}
.footer_vweb {
  opacity: 0.6 !important;
  font-size: 0.85vw !important;
  margin-top: 0.2vw;
  cursor: pointer;
  font-family: "Pretendard variable";
  font-weight: 200;
  text-transform: uppercase;
}

/* Bloomy common footer */
.bloomy-footer {
  overflow: hidden;
  width: 100%;
  background: #fff;
  font-family: var(--mf, "Pretendard Variable"), "Pretendard", sans-serif;
}

.bloomy-footer * {
  box-sizing: border-box;
}

.bloomy-footer a,
.bloomy-footer button {
  font-family: inherit;
}

.bloomy-footer img {
  display: block;
  width: 100%;
}

.bloomy-footer_top {
  overflow: hidden;
  height: 27.821522vw;
  background: #05130b;
  border-radius: 0 0 4.199475vw 4.199475vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 6vw;
  gap: 7vw;
}

.bloomy-footer_top_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bloomy-footer_top_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bloomy-footer_col {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.bloomy-footer_col h2 {
  margin: 0;
  color: #71994b;
  font-family: var(--mf, "Pretendard Variable"), "Pretendard", sans-serif;
  font-size: 1.049869vw;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.8vw;
  white-space: nowrap;
}

.bloomy-footer_location {
  width: 24.041995vw;
}

.bloomy-footer_map {
  overflow: hidden;
  width: calc(var(--px) * 458);
  aspect-ratio: 458/177;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.052493vw;
}

.bloomy-footer_addr_kr {
  margin: 0.997375vw 0 0;
  color: #fff;
  font-size: 0.839895vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  white-space: nowrap;
}

.bloomy-footer_addr_en {
  margin: 0.577428vw 0 0;
  color: #a1bc89;
  font-size: 0.629921vw;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.bloomy-footer_hours_table {
  display: flex;
  gap: 1.627297vw;
}

.bloomy-footer_hours_table p {
  margin: 0;
  color: #fff;
  font-size: 0.944882vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.888889;
  white-space: nowrap;
}

.bloomy-footer_hours_table p:first-child {
  font-size: 1.049869vw;
  font-weight: 500;
  line-height: 1.7;
}

.bloomy-footer_hours_table strong {
  font-weight: 700;
}

.bloomy-footer_note {
  margin: 0.524934vw 0 0;
  color: #fff;
  font-size: 0.682415vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.384615;
  white-space: nowrap;
}

.bloomy-footer_reserve {
  width: 21.312336vw;
}

.bloomy-footer_phone {
  width: calc(var(--px) * 364);
  aspect-ratio: 364/35;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.104987vw;
}

.bloomy-footer_buttons {
  display: flex;
  gap: 0.472441vw;
  margin-top: 1.417323vw;
}

.bloomy-footer_buttons a {
  display: block;
  width: calc(var(--px) * 185);
  aspect-ratio: 185/53;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloomy-footer_reserve_note {
  margin: 1.942257vw 0 0;
  color: #fff;
  font-size: 0.682415vw;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.769231;
  white-space: nowrap;
}

.bloomy-footer_wordmark {
  z-index: 0;
  left: 3.254593vw;
  top: 19.370079vw;
  width: calc(var(--px) * 1793);
  aspect-ratio: 1793/110;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloomy-footer_bottom {
  min-height: 16.955381vw;
  background: #fff;
}

.bloomy-footer_bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5.564304vw;
  width: 100%;
  height: 1px;
  background: #f4f4f4;
}

.bloomy-footer_links {
  z-index: 1;
  left: 9.448819vw;
  top: 2.572178vw;
  display: flex;
  align-items: center;
  gap: 1.574803vw;
}

.bloomy-footer_links a,
.bloomy-footer_links button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #71994b;
  font-size: 0.839895vw;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.bloomy-footer_links .bloomy-footer_price {
  width: 5.826772vw;
  height: 2.257218vw;
  border-radius: 1.128609vw;
  background: #71994b;
  color: #fff;
  font-weight: 700;
}

.bloomy-footer_sns {
  z-index: 1;
  left: 82.204724vw;
  top: 2.047244vw;
  display: flex;
  align-items: center;
  gap: 1.889764vw;
}

.bloomy-footer_sns a {
  display: block;
}

.bloomy-footer_sns a:nth-child(1) {
  width: calc(var(--px) * 34);
  aspect-ratio: 34/31;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloomy-footer_sns a:nth-child(2),
.bloomy-footer_sns a:nth-child(3) {
  width: calc(var(--px) * 33);
  aspect-ratio: 33/33;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bloomy-footer_info {
  left: 43.727034vw;
  top: 7.664042vw;
  width: 12.650919vw;
  margin: 0;
  color: #282828;
  font-size: 0.629921vw;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.416667;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .bloomy-footer_top {
    height: auto;
    padding: 11vw 0 12vw;
    border-radius: 0 0 8vw 8vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .bloomy-footer_top_bg {
    display: none;
  }
  .bloomy-footer_col,
  .bloomy-footer_wordmark {
    position: relative;
    left: auto;
    top: auto;
    width: 84%;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
  }
  .bloomy-footer_col h2 {
    font-size: 4vw;
  }
  .bloomy-footer_map {
    width: 100%;
    margin-top: 1.8vw;
  }
  .bloomy-footer_addr_kr {
    margin-top: 3vw;
    font-size: 3.2vw;
    line-height: 1.3;
    white-space: normal;
  }
  .bloomy-footer_addr_en {
    margin-top: 1.4vw;
    font-size: 2.5vw;
    line-height: 1.3;
    white-space: normal;
  }
  .bloomy-footer_hours,
  .bloomy-footer_reserve {
    margin-top: 9vw;
  }
  .bloomy-footer_hours_table {
    gap: 6vw;
    margin-top: 2vw;
  }
  .bloomy-footer_hours_table p,
  .bloomy-footer_hours_table p:first-child {
    font-size: 3.1vw;
    line-height: 1.75;
  }
  .bloomy-footer_note,
  .bloomy-footer_reserve_note {
    margin-top: 3vw;
    font-size: 2.7vw;
    line-height: 1.55;
    white-space: normal;
    text-align: center;
  }
  .bloomy-footer_phone {
    width: 70vw;
    margin-top: 1.4vw;
  }
  .bloomy-footer_buttons {
    gap: 2vw;
    margin-top: 4vw;
  }
  .bloomy-footer_buttons a {
    width: 35vw;
  }
  .bloomy-footer_wordmark {
    width: 90%;
    margin-top: 8vw;
    opacity: 0.45;
    display: none;
  }
  .bloomy-footer_bottom {
    min-height: auto;
    padding: 7vw 0 7vw;
  }
  .bloomy-footer_bottom::before {
    top: 20vw;
    height: 0.3vw;
  }
  .bloomy-footer_links,
  .bloomy-footer_sns,
  .bloomy-footer_info {
    position: relative;
    left: auto;
    top: auto;
    width: 84%;
    margin-right: auto;
    margin-left: auto;
  }
  .bloomy-footer_links {
    justify-content: center;
    gap: 3vw;
  }
  .bloomy-footer_links a,
  .bloomy-footer_links button {
    font-size: 2.8vw;
  }
  .bloomy-footer_links .bloomy-footer_price {
    width: 19vw;
    height: 7vw;
    border-radius: 3.5vw;
    line-height: 0.5;
  }
  .bloomy-footer_sns {
    justify-content: center;
    gap: 5vw;
    margin-top: 13vw;
  }
  .bloomy-footer_sns a:nth-child(1),
  .bloomy-footer_sns a:nth-child(2),
  .bloomy-footer_sns a:nth-child(3) {
    width: 6vw;
  }
  .bloomy-footer_info {
    margin-top: 5vw;
    font-size: 2.8vw;
    line-height: 1.6;
    white-space: normal;
  }
}
