@charset "UTF-8";
.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

@media (min-width: 1024px) {
  header nav {
    width: 100vw;
    height: 7rem;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    background-color: #fff;
    border-bottom: 1px solid #e7ebee;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    padding: 0 3rem;
  }
  header nav .main-logo {
    width: 11.8rem;
    height: 3rem;
    min-width: 11.8rem;
    max-width: 11.8rem;
    width: 100%;
    background-image: url("/sellerlife/sellochomes_logo.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  header nav .main-tab-block {
    flex-grow: 1;
    margin-left: 11.2rem;
  }
  header nav .main-tab-block .tab-block {
    width: -moz-fit-content;
    width: fit-content;
    height: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
  }
  header nav .main-tab-block .tab-block a {
    color: #2c2e30;
    font-size: 2rem;
    font-weight: 500;
    line-height: 7rem;
    width: -moz-fit-content;
    width: fit-content;
    height: 7rem;
    border: none;
    margin-bottom: 0.1rem;
  }
  header nav .main-tab-block .tab-block a.active {
    color: #1e2229;
    font-size: 2rem;
    font-weight: 800;
    line-height: 7rem;
    background-color: #fff;
    padding: 0;
    border-bottom: 3px solid #1e2229;
  }
  header nav .main-tab-block .tab-block .orders {
    color: rgba(129, 129, 129, 0.7);
    cursor: default;
  }
  header nav .main-right-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.6rem;
  }
  header nav .main-right-block .bizlife-manual-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
  }
  header nav .main-right-block .bizlife-manual-block .icon {
    width: 4rem;
    height: 4rem;
    background-image: url("../../assets/img/manual.png");
    background-size: 4rem 4rem;
    background-position: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
  }
  header nav .main-right-block .bizlife-manual-block .icon .messege {
    opacity: 0;
    width: 6.9rem;
    height: 4rem;
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.2s ease;
    cursor: default;
  }
  header nav .main-right-block .bizlife-manual-block .icon .messege p {
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
  }
  header nav .main-right-block .bizlife-manual-block .icon:hover {
    background-image: url("../../assets/img/manual-hover.png");
    background-size: 4rem 4rem;
    background-position: 0;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  header nav .main-right-block .bizlife-manual-block .icon:hover .messege {
    opacity: 1;
    transition: 0.8s ease;
  }
  header nav .main-right-block .extension-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    margin-right: 0.4rem;
  }
  header nav .main-right-block .extension-block:hover p {
    color: #3868eb;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: auto;
  }
  header nav .main-right-block .extension-block .icon {
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/global-assets/img/extension.svg");
    background-size: 1.6rem 1.6rem;
    background-position: 0;
    background-color: #fff;
    background-repeat: no-repeat;
  }
  header nav .main-right-block .extension-block p {
    color: #2c2e30;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: normal;
  }
  header nav .main-right-block .payment-block {
    border: none;
    border-radius: 3rem;
    background: #1e2229;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    padding: 0.8rem 1.6rem;
  }
  header nav .main-right-block .shoppingcart-block {
    border: 1px solid #e7ebee;
    border-radius: 3rem;
    background: #fff;
    padding: 0.8rem 1rem;
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
  }
  header nav .main-right-block .shoppingcart-block:hover {
    border: 1px solid #e7ebee;
    border-radius: 3rem;
    background: #dddddd;
  }
  header nav .main-right-block .shoppingcart-block .shoppingcart-count {
    border: nonr;
    border-radius: 1rem;
    background: rgba(71, 89, 202, 0.1019607843);
    color: #4759ca;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: normal;
    padding: 0rem 0.8rem;
  }
  header nav .main-right-block .shoppingcart-block .shoppingcart-count:empty {
    display: none;
  }
  header nav .main-right-block .login-block {
    border: 1px solid #e7ebee;
    border-radius: 3rem;
    background: #fff;
    padding: 0.8rem 1rem;
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
  }
  header nav .main-right-block .login-block:hover {
    border: 1px solid #e7ebee;
    border-radius: 3rem;
    background: #dddddd;
  }
  header nav .main-right-block .header-search {
    width: 2.2rem;
    height: 2.2rem;
    background-image: url("/bizlife/img/darkgraySearch.png");
    background-size: contain;
    background-position: cover;
    background-color: #fff;
    background-repeat: no-repeat;
    margin-right: 1.2rem;
  }
  header nav .main-right-block .header-btn {
    border: none;
    border-radius: 3rem;
    background: #1e2229;
    padding: 0.8rem 1.6rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
  }
  header nav .main-right-block .header-btn.connect {
    border: none;
    border-radius: 3rem;
    background: #fff;
    color: #2c2e30;
    padding: 0.8rem 0.8rem;
    padding-left: 0;
  }
  header nav .main-right-block .mypage-block {
    border: 1px solid #e7ebee;
    border-radius: 3rem;
    background: #fff;
    padding: 0.8rem 1.6rem;
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
    position: relative;
    cursor: pointer;
  }
  header nav .main-right-block .mypage-block .icon {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    margin-left: 1.2rem;
  }
  header nav .main-right-block .mypage-block .icon::before {
    content: url("/global-assets/img/arrow-down-mc.svg");
    transition: 0.2s;
    position: absolute;
    top: 0.6rem;
    right: 1.2rem;
  }
  header nav .main-right-block .mypage-block ul {
    display: none;
    color: #5d6165;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    border: 1px solid #1e2229;
    border-radius: 1.8rem;
    background: #fff;
    width: 9.6rem;
    height: auto;
    position: absolute;
    top: 3.8rem;
    right: -6.3rem;
    transform: translate(-50%, 0%);
    padding: 0.8rem;
  }
  header nav .main-right-block .mypage-block ul li:hover {
    background-color: #e9e9ea;
    color: #1e2229;
    border-radius: 1rem;
  }
  header nav .main-right-block .mypage-block ul li a {
    padding: 0.8rem;
    display: block;
    text-wrap: nowrap;
    text-align: center;
  }
  header nav .main-right-block .mypage-block.click {
    color: #3868eb;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: normal;
  }
  header nav .main-right-block .mypage-block.click .icon::before {
    content: url("/global-assets/img/arrow-down-pcBlue.svg");
    transform: rotate(-180deg);
    transition: 0.2s;
    position: absolute;
    top: 1rem;
  }
  header nav .main-right-block .mypage-block.click ul {
    display: block;
  }
  header nav .main-right-block .mypage-block:hover {
    background-color: #e9e9ea;
  }
  header aside {
    padding: 7rem 1rem 1rem 1rem;
    transition: width ease;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 39;
    max-height: 100%;
    min-height: 100%;
  }
  header aside .snb-block-main {
    height: 84vh;
    padding-bottom: 4rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header aside .snb-block-main::-webkit-scrollbar {
    width: 0.8rem;
    background-color: #f1f3f3;
  }
  header aside .snb-block-main::-webkit-scrollbar-thumb {
    background-color: #bababa;
    border-radius: 2.4rem;
  }
  header aside .snb-block-main ul.snb-ul-block {
    padding-bottom: 0.4rem;
  }
  header aside .snb-block-main ul.snb-ul-block li {
    border: none;
    border-radius: 2.3rem;
    background: #fff;
    cursor: pointer;
    width: 16rem;
  }
  header aside .snb-block-main ul.snb-ul-block li:not(:has(.bizlife)):hover {
    background-color: #4758ca;
  }
  header aside .snb-block-main ul.snb-ul-block li a {
    padding: 1rem 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.2rem;
    color: #2c2e30;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: auto;
    margin-top: 0.4rem;
  }
  header aside .snb-block-main ul.snb-ul-block li a.new {
    position: relative;
  }
  header aside .snb-block-main ul.snb-ul-block li a.new::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border: none;
    border-radius: 50%;
    background: #fc4c4e;
    right: 1rem;
    top: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  header aside .snb-block-main ul.snb-ul-block li a.new::before {
    content: "N";
    position: absolute;
    right: 1.45rem;
    top: 0.8rem;
    z-index: 3;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
  }
  header aside .snb-block-main ul.snb-ul-block li a:hover p {
    color: #fff;
  }
  header aside .snb-block-main ul.snb-ul-block li a:hover.new::after {
    background-color: #fff;
  }
  header aside .snb-block-main ul.snb-ul-block li a:hover.new::before {
    color: #4759ca;
  }
  header aside .snb-block-main ul.snb-ul-block li a.bizlife {
    color: #1e2229;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 0;
    padding: 1.2rem 2rem 1rem 1.2rem;
    padding: 1.6rem 1.8rem;
    padding-bottom: 1rem;
  }
  header aside .snb-block-main ul.snb-ul-block li a.bizlife:hover {
    background-color: #fff;
  }
  header aside .snb-block-main ul.snb-ul-block li a.bizlife:hover p {
    color: #1e2229;
  }
  header aside .snb-block-main ul.snb-ul-block li:nth-child(1) {
    margin-top: 0;
  }
  .mobileBottomNav {
    display: none;
  }
  .mobileSnb {
    display: none;
  }
}
@media (max-width: 1023px) {
  header nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1.65%;
    padding: 2rem;
  }
  header nav .main-logo {
    width: 13.3rem;
    height: 3rem;
    min-width: 13.3rem;
    max-width: 11.8rem;
    width: 100%;
    background-image: url("/sellerlife/sellochomes_logo.png");
    background-size: 100%;
    background-position: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    display: none;
  }
  header nav .main-tab-block .tab-block a {
    color: #1e2229;
    font-size: 2.6rem;
    font-weight: 700;
    display: none;
  }
  header nav .main-tab-block .tab-block a.active {
    background-color: #fff !important;
    padding: 0;
    aspect-ratio: 4.3/1;
    display: block;
  }
  header nav .main-right-block {
    display: none;
  }
  header .snb-block {
    display: none;
  }
  .mobileBottomNav {
    width: 100%;
    height: 6.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    position: fixed;
    bottom: 0;
    aspect-ratio: 1/0.13;
    background-color: #fff;
    z-index: 40;
    border-top: 1px solid #e7ebee;
  }
  .mobileBottomNav #mobileBottomNavBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .mobileBottomNav #mobileBottomNavBlock a,
  .mobileBottomNav #mobileBottomNavBlock button {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
    gap: 0.6rem;
  }
  .mobileBottomNav #mobileBottomNavBlock a::before,
  .mobileBottomNav #mobileBottomNavBlock button::before {
    content: "";
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
  }
  .mobileBottomNav #mobileBottomNavBlock a::after,
  .mobileBottomNav #mobileBottomNavBlock button::after {
    color: #858a93;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%;
  }
  .mobileBottomNav #mobileBottomNavBlock .home::before {
    content: "";
    display: inline-block;
    background-image: url("/bizlife/mobile/home.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.8rem;
    height: 2.8rem;
  }
  .mobileBottomNav #mobileBottomNavBlock .home::after {
    content: "홈";
    color: #858a93;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%;
  }
  .mobileBottomNav #mobileBottomNavBlock .home:hover::before, .mobileBottomNav #mobileBottomNavBlock .home.select::before {
    content: "";
    background-image: url("/bizlife/mobile/home-hover.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.8rem;
    height: 2.8rem;
  }
  .mobileBottomNav #mobileBottomNavBlock .home:hover::after, .mobileBottomNav #mobileBottomNavBlock .home.select::after {
    color: #1e2229;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%;
  }
  .mobileBottomNav #mobileBottomNavBlock .support::before {
    background-image: url("/bizlife/mobile/support.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobileBottomNav #mobileBottomNavBlock .support::after {
    content: "지원 사업";
  }
  .mobileBottomNav #mobileBottomNavBlock .support:hover::before, .mobileBottomNav #mobileBottomNavBlock .support.select::before {
    content: "";
    background-image: url("/bizlife/mobile/support-hover.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.8rem;
    height: 2.8rem;
  }
  .mobileBottomNav #mobileBottomNavBlock .support:hover::after, .mobileBottomNav #mobileBottomNavBlock .support.select::after {
    color: #1e2229;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%;
  }
  .mobileBottomNav #mobileBottomNavBlock .calculator::before {
    background-image: url("/bizlife/mobile/calculator.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobileBottomNav #mobileBottomNavBlock .calculator::after {
    content: "대출 계산기";
  }
  .mobileBottomNav #mobileBottomNavBlock .calculator:hover::before, .mobileBottomNav #mobileBottomNavBlock .calculator.select::before {
    content: "";
    background-image: url("/bizlife/mobile/calculator-hover.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.8rem;
    height: 2.8rem;
  }
  .mobileBottomNav #mobileBottomNavBlock .calculator:hover::after, .mobileBottomNav #mobileBottomNavBlock .calculator.select::after {
    color: #1e2229;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%;
  }
  .mobileBottomNav #mobileBottomNavBlock .storage::before {
    background-image: url("/bizlife/mobile/storage.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobileBottomNav #mobileBottomNavBlock .storage::after {
    content: "내 정보";
  }
  .mobileBottomNav #mobileBottomNavBlock .storage.notlogin::after {
    content: "로그인";
  }
  .mobileBottomNav #mobileBottomNavBlock .storage:hover::before, .mobileBottomNav #mobileBottomNavBlock .storage.select::before {
    content: "";
    background-image: url("/bizlife/mobile/storage-hover.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.8rem;
    height: 2.8rem;
  }
  .mobileBottomNav #mobileBottomNavBlock .storage:hover::after, .mobileBottomNav #mobileBottomNavBlock .storage.select::after {
    color: #1e2229;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%;
  }
  .mobileBottomNav #mobileBottomNavBlock .menu::before {
    background-image: url("/bizlife/mobile/menu.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobileBottomNav #mobileBottomNavBlock .menu::after {
    content: "메뉴";
    color: #1e2229;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%;
  }
  .mobileBottomNav #mobileBottomNavBlock .menu.select::before {
    content: "";
    background-image: url("/bizlife/mobile/menu-hover.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 2.8rem;
    height: 2.8rem;
  }
  .mobileSnb {
    width: 0vw;
    height: 100svh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #f9f9fa;
    transition: ease 0.3s;
  }
  .mobileSnb.open {
    width: 100%;
    height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 2rem;
  }
  .mobileSnb .mobileSnb-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 10rem;
  }
  .mobileSnb .mobileSnb-block::-webkit-scrollbar {
    display: none;
  }
  .mobileSnb .mobileSnb-block .mobileSnb-title {
    color: #1e2229;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 100%;
  }
  .mobileSnb .mobileSnb-block .shoppingcart-block {
    border: 1px solid #d7dce5;
    border-radius: 2rem;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #858a93;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    width: 100%;
    padding: 1.4rem;
    transition: ease 0.2s;
    gap: 0.4rem;
  }
  .mobileSnb .mobileSnb-block .shoppingcart-block:hover {
    background-color: #fff;
    transition: ease 0.2s;
  }
  .mobileSnb .mobileSnb-block .shoppingcart-block .shoppingcart-count {
    color: #858a93;
    font-size: 1.6rem;
    font-weight: 400;
    border: 1px solid #d7dce5;
    border-radius: 50%;
    background: #f9f9fa;
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    flex-direction: column;
    width: 100%;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block {
    border: none;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0px 6px 16px 0px rgba(133, 138, 147, 0.1);
    padding: 3rem;
    padding-bottom: 1rem;
    width: 100%;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block .menu-block-title {
    color: #858a93;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 2rem;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block .menu-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    color: #1e2229;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 100%;
    gap: 0.8rem;
    padding: 2.4rem 0;
    position: relative;
    width: 100%;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block .menu-row::after {
    content: "\f077";
    font-family: "FontAwesome";
    color: #858a93;
    transform: rotate(90deg);
    font-size: 1.6rem;
    position: absolute;
    right: 0;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block .menu-row.login-check::after {
    display: none;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block .menu-row:hover {
    font-weight: 600;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block .menu-row.support::before {
    content: "";
    width: 2.8rem;
    height: 3.4rem;
    background-image: url("/bizlife/mobile/support-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block .menu-row.calculator::before {
    content: "";
    width: 2.8rem;
    height: 3.4rem;
    background-image: url("/bizlife/mobile/calculator-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mobileSnb .mobileSnb-block .snb-menu-block .menu-block .menu-row.storage::before {
    content: "";
    width: 2.8rem;
    height: 3.4rem;
    background-image: url("/bizlife/mobile/storage-icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
#tippy-1 {
  z-index: 9999999 !important;
}
#tippy-1 .tippy-content .tippy-bold {
  color: #1ae5bc;
  font-weight: inherit;
}

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  body {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
}
* {
  text-wrap: nowrap;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input::-ms-clear,
input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.hidden {
  display: none !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(204, 204, 204, 0.3137254902);
  border-radius: 25px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(55, 63, 87, 0.3137254902);
  border-radius: 25px;
}

.modal:focus-visible {
  outline: transparent !important;
}
.modal .modal-dialog-m {
  border: none;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 100%;
}
.modal .modal-dialog-m .modal-content {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modal .modal-dialog-m .modal-content .modal-header {
  padding: 2rem 2rem;
  display: flex;
  border-bottom: none;
  justify-content: flex-end;
}
.modal .modal-dialog-m .modal-content .modal-header .modal-title {
  color: #1e2229;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  flex-grow: 1;
}
.modal .modal-dialog-m .modal-content .modal-header .close-modal::after {
  content: "\f00d";
  font-family: "FontAwesome";
  color: #858a93;
  font-size: 2rem;
}
.modal .modal-dialog-m .modal-content .modal-body {
  padding: 1rem 3rem 3rem 3rem;
}
.modal .modal-dialog-m .modal-content .modal-body p {
  color: #1e2229;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}
.modal .modal-dialog-m .modal-content .modal-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  background-color: #fff;
  padding: 0 2rem 2rem 2rem;
}
.modal .modal-dialog-m .modal-content .modal-footer button {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  padding: 1.2rem 2rem;
}
.modal .modal-dialog-m .modal-content .modal-footer button.modal-footer-okBtn {
  border: none;
  border-radius: 2.5rem;
  background: #4759ca;
  color: #fff;
  height: 4.8rem;
  background-color: #4759ca;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.modal .modal-dialog-m .modal-content .modal-footer button.modal-footer-okBtn:hover {
  background-color: #3947a2;
}
.modal .modal-dialog-m .modal-content .modal-footer button.modal-footer-clearBtn {
  border-radius: 2.5rem;
  background: #fff;
  color: #858a93;
  height: 4.8rem;
  background-color: #fff;
  border: 1px solid #d7dce5;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.modal .modal-dialog-m .modal-content .modal-footer button.modal-footer-clearBtn:hover {
  background-color: #f2f3f6;
}

#shareModal .modal-dialog-default .modal-content .modal-body-default {
  margin-top: 0;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .err {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  border-radius: 0.4rem;
  background: rgba(30, 34, 41, 0.9);
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .err::before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  display: inline-block;
  background-image: url("/bizlife/Link.png");
  background-size: contain;
  background-position: cover;
  background-repeat: no-repeat;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .err.show {
  opacity: 1;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  padding: 2rem 0;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block .share-button-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  border: 1px solid #d7dce5;
  border-radius: 1.2rem;
  background: #fff;
  padding: 2rem;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block .share-button-block .share-link {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  transition: 0.3s;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block .share-button-block .share-link.link {
  width: 8rem;
  height: 8rem;
  background-color: #e5e7ea;
  border-radius: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block .share-button-block .share-link.link::after {
  content: "\f0c1";
  font-family: "FontAwesome";
  color: #9fa4ab;
  font-size: 3rem;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block .share-button-block .share-link.kakao {
  background-image: url("/bizlife/share-kakao.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block .share-button-block .share-desc {
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 600;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block .share-button-block:hover {
  border: 1px solid #858a93;
}
#shareModal .modal-dialog-default .modal-content .modal-body-default .btn-block .share-button-block:hover .share-link {
  transition: 0.3s;
  filter: brightness(0.9);
}
#shareModal .modal-footer-default {
  display: none;
}

#surveyModal .modal-header-default .modal-title-default {
  color: #1e2229;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}
#surveyModal .modal-body-default {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  flex-direction: column;
  min-height: 40rem;
  overflow-y: auto;
}
#surveyModal .modal-body-default .survey {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  margin: 0;
  /* Chrome, Safari, Edge 등 WebKit 기반 브라우저 */
  /* Firefox */
}
#surveyModal .modal-body-default .survey p {
  max-width: 8.7rem;
  min-width: 5rem;
  width: 100%;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
  margin-right: 1rem;
}
#surveyModal .modal-body-default .survey p.required-input-name::after {
  content: "*";
  color: #ee0412;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  margin-left: 0.4rem;
}
#surveyModal .modal-body-default .survey.block1 {
  align-items: flex-start;
}
#surveyModal .modal-body-default .survey .survey-name {
  width: 41.3rem;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  text-wrap: wrap;
  word-break: keep-all;
}
#surveyModal .modal-body-default .survey .survey-price {
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
}
#surveyModal .modal-body-default .survey .survey-price::after {
  content: " 원";
}
#surveyModal .modal-body-default .survey input[type=text],
#surveyModal .modal-body-default .survey input[type=number] {
  border: 1px solid #e7ebee;
  border-radius: 0.8rem;
  background: #fff;
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  width: auto;
  height: 4.6rem;
  padding: 0 1.6rem;
  flex-grow: 1;
  min-width: 20%;
}
#surveyModal .modal-body-default .survey input[type=text]::-moz-placeholder, #surveyModal .modal-body-default .survey input[type=number]::-moz-placeholder {
  color: #94a1b0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
}
#surveyModal .modal-body-default .survey input[type=text]::placeholder,
#surveyModal .modal-body-default .survey input[type=number]::placeholder {
  color: #94a1b0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
}
#surveyModal .modal-body-default .survey input[type=text]:focus,
#surveyModal .modal-body-default .survey input[type=number]:focus {
  border: 1px solid #4759ca;
  border-radius: 0.8rem;
  background: #fff;
}
#surveyModal .modal-body-default .survey input[type=text]:focus::-moz-placeholder, #surveyModal .modal-body-default .survey input[type=number]:focus::-moz-placeholder {
  color: #fff;
}
#surveyModal .modal-body-default .survey input[type=text]:focus::placeholder,
#surveyModal .modal-body-default .survey input[type=number]:focus::placeholder {
  color: #fff;
}
#surveyModal .modal-body-default .survey input[type=text].not-filed,
#surveyModal .modal-body-default .survey input[type=number].not-filed {
  border-color: #ee0412;
}
#surveyModal .modal-body-default .survey input[type=number]::-webkit-outer-spin-button,
#surveyModal .modal-body-default .survey input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#surveyModal .modal-body-default .survey input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
#surveyModal .modal-body-default .survey.block5 {
  width: 100%;
  margin: 0.8rem 0;
  flex-direction: column;
  align-items: start;
}
#surveyModal .modal-body-default .survey.block5 b {
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  display: block;
  width: 100%;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox {
  margin-top: 1.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
  flex-wrap: wrap;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  width: calc(50% - 0.6rem);
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  border: 1px solid #d1d1d3;
  border-radius: 0.4rem;
  background: transparent;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block input[type=checkbox]:checked {
  border: 1.5px solid #4759ca;
  border-radius: 0.4rem;
  background-image: url("/bizlife/cheked.png");
  background-size: 2rem;
  background-position: 50%;
  background-color: none;
  background-repeat: no-repeat;
  outline: none;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block input[type=checkbox]:checked:focus {
  outline: none;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block input[type=checkbox]:checked:hover {
  outline: 1px solid 4759CA;
  border: none;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block input[type=checkbox]:hover {
  outline: 1px solid #4759ca;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block input[type=checkbox]:focus {
  outline: none;
  border: 1px solid #4759ca;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block input[type=checkbox]:focus:hover {
  outline: 1px solid #4759ca;
  border: none;
}
#surveyModal .modal-body-default .survey.block5 .blockCheckbox .block label {
  color: #1e2229;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  pointer-events: auto;
}
#surveyModal .modal-footer-default {
  width: 100%;
  background-color: #fff;
  padding: 0 2rem 2rem 2rem;
}
#surveyModal .modal-footer-default .modal-footer-okBtn {
  width: 100%;
  height: 4.8rem;
  border: none;
  border-radius: 2.5rem;
  background: #4759ca;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  background-color: #4759ca;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#surveyModal .modal-footer-default .modal-footer-okBtn:hover {
  background-color: #3947a2;
}

#checkedDeleteModal .modal-dialog {
  max-width: 40rem;
}
#checkedDeleteModal .modal-content {
  border-radius: 2rem;
  overflow: hidden;
}
#checkedDeleteModal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 6rem 2rem 5rem 2rem;
}
#checkedDeleteModal .modal-body .modal-desc {
  color: #1e2229;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.066rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
  gap: 2rem;
}
#checkedDeleteModal .modal-body .modal-desc::before {
  content: "\f2ed";
  font-family: "Font Awesome 6 Free";
  color: #c8cdef;
  font-size: 5rem;
}
#checkedDeleteModal .modal-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
  background-color: #fff;
  padding: 0 2rem 2rem 2rem;
}
#checkedDeleteModal .modal-footer button {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
  padding: 1.2rem 2rem;
}
#checkedDeleteModal .modal-footer button.modal-footer-okBtn {
  border: none;
  border-radius: 2.5rem;
  background: #4759ca;
  color: #fff;
  height: 4.8rem;
  background-color: #4759ca;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#checkedDeleteModal .modal-footer button.modal-footer-okBtn:hover {
  background-color: #3947a2;
}
#checkedDeleteModal .modal-footer button.modal-footer-clearBtn {
  border-radius: 2.5rem;
  background: #fff;
  color: #858a93;
  height: 4.8rem;
  background-color: #fff;
  border: 1px solid #d7dce5;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
#checkedDeleteModal .modal-footer button.modal-footer-clearBtn:hover {
  background-color: #f2f3f6;
}

#bizGlobalAlertModal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 40rem;
  min-height: 30rem;
}
#bizGlobalAlertModal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
  padding: 2rem;
}
#bizGlobalAlertModal .modal-dialog .modal-content .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #1e2229;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.066rem;
  width: 100%;
  min-height: 20rem;
  padding-bottom: 0;
  text-wrap: wrap;
  word-break: keep-all;
  text-align: center;
}
#bizGlobalAlertModal .modal-dialog .modal-content .modal-body * {
  text-wrap: wrap;
  display: inline-block;
}
#bizGlobalAlertModal .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
  padding: 0;
}
#bizGlobalAlertModal .modal-dialog .modal-content .modal-footer button.modal-footer-okBtn {
  border: none;
  border-radius: 2.5rem;
  background: #4759ca;
  background-color: #4759ca;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.036rem;
  min-height: 5rem;
  width: 100%;
}
#bizGlobalAlertModal .modal-dialog .modal-content .modal-footer button.modal-footer-okBtn:hover {
  background-color: #3947a2;
}