@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;
  }
}