@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;
  }
}
@media (min-width: 1024px) {
  #sideTab {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    z-index: 39;
    height: calc(100vh - 48rem);
    position: sticky;
    top: 8rem;
    right: 0;
    transition: 0.3s;
    background-color: #ffffff;
  }
  #sideTab.isFull {
    height: 90svh;
  }
  #sideTab.open .toggle::before {
    display: inline-block;
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    transform: rotate(90deg);
  }
  #sideTab.open #sideTabWrap {
    border: 1px solid #d7dce5;
    border-radius: 1.6rem;
    background: #fff;
    width: 45vw;
    height: 100%;
    min-width: 45vw;
    max-width: 45vw;
    width: 100%;
    position: relative;
    display: block;
    margin-right: 2rem;
    transition: 0.1s ease-in-out;
  }
  #sideTab .toggle {
    width: 2.4rem;
    height: 6rem;
    border: none;
    border-radius: 0.8rem 0 0 0.8rem;
    background: #d7dce5;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  #sideTab .toggle::before {
    display: inline-block;
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    color: #fff;
    transform: rotate(-90deg);
  }
  #sideTab #sideTabWrap {
    width: 0;
    overflow: hidden;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.1);
  }
  #sideTab #sideTabWrap #adWrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-direction: column;
  }
  #sideTab #sideTabWrap #adWrap .ad-img {
    width: 14.1rem;
    height: 13.2rem;
    background-image: url("/bizlife/ad-cat.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    border: none !important;
  }
  #sideTab #sideTabWrap #adWrap p {
    text-align: center;
    color: #858a93;
    font-size: 2rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.06rem;
  }
  #sideTab #sideTabWrap #adWrap p span {
    color: #4759ca;
    font-weight: 900;
  }
  #sideTab #sideTabWrap #skeleton-block {
    width: 100%;
    height: 100%;
    padding-right: 2.8rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton1 {
    width: 100%;
    height: 4.6rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1.2rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton1 .div1 {
    width: 3rem;
    height: 3rem;
    border: none;
    border-radius: 50%;
    background: #e7ebee;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton1 .div2 {
    width: 7rem;
    height: 3rem;
    border: none;
    border-radius: 1.5rem;
    background: #e7ebee;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton2 {
    margin-top: 2.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    flex-direction: column;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton2 .div1 {
    width: 21.4rem;
    height: 2.6rem;
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton2 .div2 {
    width: 42.4rem;
    height: 2.6rem;
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
    margin-top: 0.9rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton2 .div3 {
    width: 24.6rem;
    height: 2.6rem;
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton3 {
    border: 1px solid #d7dce5;
    border-radius: 1.6rem;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.1rem;
    flex-direction: column;
    padding: 1.7rem 2rem;
    margin-top: 2.5rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton3 .div1::before {
    content: "";
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
    width: 10.4rem;
    height: 2.2rem;
    display: inline-block;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton3 .div1::after {
    content: "";
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
    width: 13.9rem;
    height: 2.2rem;
    display: inline-block;
    margin-left: 1.6rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton4 {
    margin-top: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton4 .div1 {
    width: 10rem;
    height: 5.4rem;
    border: none;
    border-radius: 0.8rem;
    background: #e7ebee;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton4 .div2 {
    width: auto;
    height: 5.4rem;
    border: none;
    border-radius: 0.8rem;
    background: #e7ebee;
    flex-grow: 1;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton5 {
    margin-top: 4.1rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton5 .div1 {
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
    width: 10.3rem;
    height: 2.6rem;
    margin-bottom: 0.8rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton5 .div2 {
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
    width: 43.6rem;
    height: 2rem;
    margin-top: 0.6rem;
  }
  #sideTab #sideTabWrap #skeleton-block .skeleton5 .div3 {
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
    width: 20.6rem;
    height: 2rem;
    margin-top: 0.6rem;
  }
  #sideTab #sideTabWrap #infoWrap {
    height: 100%;
    padding-bottom: 2rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo {
    height: inherit;
    padding-left: 2.8rem;
    position: relative;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo::-webkit-scrollbar {
    width: 0.6rem;
    background-color: #f8f9fa;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo::-webkit-scrollbar-thumb {
    width: 100%;
    background-color: #d7dce5;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0.43rem;
    background: #fff;
    padding: 1.6rem 0;
    padding-right: 2.8rem;
    position: sticky;
    top: 0;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-header .move-btn {
    width: 3rem;
    height: 3rem;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-header .move-btn:hover {
    background-color: rgba(231, 235, 238, 0.5019607843);
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-header .move-btn.left::after {
    content: "\f053";
    font-family: "FontAwesome";
    color: #000;
    font-size: 1.4rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-header .move-btn.right::after {
    content: "\f054";
    font-family: "FontAwesome";
    color: #000;
    font-size: 1.4rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-header .newWindow {
    width: 7rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
    background: #fff;
    color: #1e2229;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 100%;
    padding: 0.75rem 1.14rem;
    margin-left: 0.8rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-header .newWindow::before {
    content: "\f08e";
    font-family: "FontAwesome";
    display: inline-block;
    color: #d1d1d3;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-header .newWindow:hover {
    border: 1px solid rgba(231, 235, 238, 0.5019607843);
    border-radius: 2.3rem;
    background: rgba(231, 235, 238, 0.5019607843);
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body {
    padding-right: 2.8rem;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 10rem);
    overflow-y: auto;
    overscroll-behavior: none;
    height: 19rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .badges {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.4rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .deadline {
    width: auto;
    height: 2.6rem;
    border: none;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0 0.8rem;
    font-size: 1.4rem;
    font-weight: 600;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 1rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .deadline.red {
    color: #ea273a;
    background-color: #fff2f2;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .deadline.green {
    color: #1a9da7;
    background-color: #ecf8f9;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .deadline.purple {
    color: #4759ca;
    background-color: #f1f3ff;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .deadline:empty {
    display: none;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .survey {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #475dca;
    padding: 0 0.8rem;
    border-radius: 3rem;
    background: #fff;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .survey::after {
    content: "상담중";
    color: #475dca;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .survey::before {
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.8rem;
    background-color: #475dca;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .title {
    color: #1e2229;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.066rem;
    text-wrap: wrap;
    margin-bottom: 1.2rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .category-block .res {
    color: #5e46e4;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .category-block .res:empty::after {
    display: none;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .category-block .res::after {
    content: "|";
    margin-left: 1.2rem;
    color: #d7dce5;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res {
    color: #1a9da7;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
    word-break: keep-all;
    white-space: normal;
    overflow-wrap: break-word;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.ekta:before {
    content: "한국관광협회중앙회";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.debc:before {
    content: "장애인기업종합지원센터";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.textra:before {
    content: "한국섬유수출입협회";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.gcon:before {
    content: "경기콘텐츠진흥원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.de:before {
    content: "직접수행";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.cba:before {
    content: "충청북도기업진흥원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.ktr:before {
    content: "한국화학융합시험연구원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.cbist:before {
    content: "충북과학기술혁신원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.kfri:before {
    content: "한국식품연구원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.korfish:before {
    content: "한국수산회";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.gitc:before {
    content: "경북it융합산업기술원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.nwfc:before {
    content: "기초자치단체";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.kocca:before {
    content: "한국콘텐츠진흥원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.kotra-gno:before {
    content: "kotra경기북부지원본부";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.at-jn:before {
    content: "한국농수산식품유통공사광주전남지역본부";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.kotra-dg:before {
    content: "kotra대구경북지원단";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.jepa:before {
    content: "전라남도중소기업일자리경제진흥원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.jbba:before {
    content: "전북특별자치도경제통상진흥원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.kotra:before {
    content: "대한무역투자진흥공사";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.kised:before {
    content: "창업진흥원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.gnti:before {
    content: "경남무역";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.jvada:before {
    content: "전주벤처기업육성촉진지구발전협의회";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.tourgsnd:before {
    content: "경상남도관광협회";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.tipa:before {
    content: "중소기업기술정보진흥원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.mss:before {
    content: "지방중소벤처기업청";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.diew:before {
    content: "대구경북고용복지연구원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.khidi:before {
    content: "한국보건산업진흥원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.kosmes:before {
    content: "중소벤처기업진흥공단";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.gmstartup:before {
    content: "광명시창업지원센터";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.startup:before {
    content: "충남대학교 창업지원단";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.gtrans:before {
    content: "경기교통공사";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.ripc:before {
    content: "부산지식재산센터";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.buva:before {
    content: "사단법인부산벤처기업협회";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.aseic:before {
    content: "아셈중소기업친환경혁신센터(aseic)";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.gtp:before {
    content: "경기테크노파크";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.ekr:before {
    content: "한국농어촌공사 농어촌자원개발원";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.opusbiz:before {
    content: "(주)오퍼스이앤씨";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.dongguk:before {
    content: "동국대학교캠퍼스타운사업단";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.creativekorea:before {
    content: "전북창조경제혁신센터";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.ac-dc:before {
    content: "(주)에이씨엔디씨";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .info-wrap .implementingAgency-block .res.jntp:before {
    content: "재단법인전남테크노파크";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .summarized-info-block {
    border: 1px solid #d7dce5;
    border-radius: 0.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.6rem;
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .summarized-info-block p {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .summarized-info-block p::before {
    display: inline-block;
    width: 12rem;
    color: #858a93;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.048rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .summarized-info-block p.startDate::before {
    content: "접수 시작일";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .summarized-info-block p.endDate::before {
    content: "접수 마감일";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .summarized-info-block p.location::before {
    content: "지역";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey {
    width: 100%;
    height: 5.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border: none;
    border-radius: 2.5rem;
    background: #1e2229;
    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);
    margin-top: 1rem;
    min-height: 5.4rem;
    cursor: pointer;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey:hover {
    background-color: #3947a2;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey::before {
    content: "상담하기";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey.ing {
    background-color: #d1d1d3;
    cursor: not-allowed;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey.ing:hover {
    background-color: #d1d1d3;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey.ing::before {
    content: "상담 신청 완료";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey.chat {
    gap: 0.6rem;
    background-color: #fee500;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey.chat:hover {
    filter: brightness(0.9);
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey.chat::before {
    content: "\f075";
    font-family: "FontAwesome";
    transform: rotateY(180deg);
    color: #191919;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-survey.chat::after {
    content: "오픈톡방 입장하기";
    color: #191919;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button {
    border: 1px solid #d1d1d3;
    border-radius: 2.5rem;
    background: #fff;
    width: 10rem;
    height: 5.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button span {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button .save-icon {
    width: 1.8rem;
    height: 2.4rem;
    background-image: url("/bizlife/save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button .save-icon.true {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button .share-icon::before {
    content: "\f1e0";
    font-size: 2rem;
    color: #d1d1d3;
    font-family: "FontAwesome";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button:hover {
    border: 1px solid #4759ca;
    border-radius: 2.5rem;
    background: #f1f3ff;
    color: #4759ca;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button:hover.btnSave .save-icon {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button:hover.btnShare .share-icon::before {
    color: #4759ca;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button.true {
    border: 1px solid #4759ca;
    border-radius: 2.5rem;
    background: #fff;
    color: #4759ca;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button.true.btnSave .save-icon {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button.true.btnShare .share-icon {
    background-image: url("/bizlife/true-Union.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap button.true:hover {
    background-color: #f1f3ff;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap .apply-btn {
    border: none;
    border-radius: 2.5rem;
    background: #1e2229;
    height: 5.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    flex-grow: 1;
    background-color: #4759ca;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .button-wrap .apply-btn:hover {
    background-color: #3947a2;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block {
    margin-top: 4rem;
    margin-bottom: 8rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.8rem;
    flex-direction: column;
    margin-bottom: 5rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block.block:has(p:empty) {
    display: none;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block.block:empty {
    display: none;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block b {
    color: #1e2229;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.066rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block p {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    text-wrap: wrap;
    height: -moz-fit-content;
    height: fit-content;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block.files ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    flex-direction: column;
    width: 100%;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block.files ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.8rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block.files ul li::before {
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 1.6rem;
    color: #858a93;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block.files ul li a {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 160%;
    word-break: keep-all;
    text-wrap: wrap;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block.files ul li:hover::before {
    color: #4759ca;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block.files ul li:hover a {
    color: #4759ca;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .tab-info-body .bottom-info-text-block .block img {
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .blocksurvey {
    padding-top: 2rem;
    padding-right: 2.8rem;
    padding-bottom: 2rem;
    background-color: #fff;
    position: sticky;
    bottom: 0;
    margin-right: 1rem;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .blocksurvey .button-survey {
    width: 100%;
    height: 5.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border: none;
    border-radius: 2.5rem;
    background: #1e2229;
    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);
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .blocksurvey .button-survey:hover {
    background-color: #3947a2;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .blocksurvey .button-survey::before {
    content: "상담하기";
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .blocksurvey .button-survey.ing {
    background-color: #d1d1d3;
    cursor: not-allowed;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .blocksurvey .button-survey.ing:hover {
    background-color: #d1d1d3;
  }
  #sideTab #sideTabWrap #infoWrap .blockInfo .blocksurvey .button-survey.ing::before {
    content: "상담 신청 완료";
  }
}
@media screen and (min-width: 1024px) and (max-width: 1900px) {
  #sideTab.open #sideTabWrap {
    min-width: 40vw;
    max-width: 40vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  #sideTab.open #sideTabWrap {
    min-width: 35vw;
    max-width: 35vw;
  }
}
* {
  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;
}

@media (min-width: 1024px) {
  header aside .snb-block-main ul.snb-ul-block li.support {
    background-color: #4759ca;
  }
  header aside .snb-block-main ul.snb-ul-block li.support p {
    color: #fff;
  }
  section.recommend-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-direction: column;
    width: 100%;
    gap: 4rem;
    padding-top: 4rem;
    padding-right: 2rem;
  }
  section.recommend-section .recommend-service-scroll-block {
    width: 100%;
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card {
    border: 1px solid #d5d9f3;
    border-radius: 2.6rem;
    background: #f8f9fd;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    gap: 2rem;
    padding: 2rem;
    align-items: stretch;
    cursor: pointer;
    transform: translateY(0);
    transition: 0.3s cubic-bezier(0.6, 0.1, 0.2, 1);
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card:hover {
    transform: translateY(-12px);
    transition: 0.3s cubic-bezier(0.6, 0.1, 0.2, 1);
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 18rem;
    height: 18rem;
    border-radius: 1.6rem;
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card .service-desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    gap: 0.8rem;
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card .service-desc .service-title {
    color: #1e2229;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.06rem;
    word-wrap: break-word;
    text-wrap: wrap;
    word-break: keep-all;
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card .service-desc .price-block {
    display: flex;
    flex-direction: column;
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card .service-desc .origin-price {
    color: #6a6b6d;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.048rem;
    text-decoration: line-through;
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card .service-desc .sale-price {
    color: #1e2229;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.066rem;
  }
  section.recommend-section .recommend-service-scroll-block .recommend-service-block .service-card .service-desc .sale-price .sale-percent {
    color: #4759ca;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.066rem;
  }
  section.recommend-section .banner-block {
    width: 100%;
  }
  section.recommend-section .banner-block .banner {
    border: none;
    border-radius: 1.6rem;
    background: #eaeaea;
    height: 16rem;
    width: 100%;
  }
  section.recommend-section .recommend-biz-block {
    width: 100%;
    position: relative;
  }
  section.recommend-section .recommend-biz-block .recommend-biz-title {
    color: #1e2229;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.1164rem;
    margin-bottom: 2rem;
  }
  section.recommend-section .recommend-biz-block .swiper-wrapper {
    padding: 0.2rem 0;
    display: flex;
    align-items: stretch;
  }
  section.recommend-section .recommend-biz-block .swiper-button-block {
    height: 26.2rem;
    width: 100%;
    position: absolute;
    top: 4.8rem;
  }
  section.recommend-section .recommend-biz-block .swiper-button-block .swiper-button {
    width: 4rem;
    height: 4rem;
    border: none;
    border-radius: 5rem;
    background: #f3f5f6;
  }
  section.recommend-section .recommend-biz-block .swiper-button-block .swiper-button:hover {
    border: 1px solid #d7dce5;
    background-color: #fff;
  }
  section.recommend-section .recommend-biz-block .swiper-button-block .swiper-button::after {
    content: "\f077";
    font-family: fontawesome;
    transform: rotate(-90deg);
    font-size: 2.2rem;
    color: #000;
  }
  section.recommend-section .recommend-biz-block .swiper-button-block .swiper-button.swiper-button-prev {
    left: -2rem;
  }
  section.recommend-section .recommend-biz-block .swiper-button-block .swiper-button.swiper-button-next {
    right: -2rem;
  }
  section.recommend-section .recommend-biz-block .swiper-button-block .swiper-button.swiper-button-next::after {
    transform: rotate(90deg);
  }
}
@media (min-width: 1024px) and (max-width: 1800px) {
  section.recommend-section .recommend-service-block .service-card .service-desc .sale-price {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1024px) and (max-width: 1680px) {
  section.recommend-section .recommend-service-block {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
  section.recommend-section .recommend-service-block .service-card {
    flex-direction: column;
  }
  section.recommend-section .recommend-service-block .service-card img {
    margin: 0 auto;
  }
  section.recommend-section .recommend-service-block .service-card .service-desc {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 1023px) {
  .main {
    position: relative;
  }
  .main .recommend-section .recommend-service-scroll-block {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 0 2rem 2rem 2rem;
  }
  .main .recommend-section .recommend-service-scroll-block::-webkit-scrollbar {
    display: none;
  }
  .main .recommend-section .recommend-service-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    gap: 2rem;
    width: -moz-max-content;
    width: max-content;
  }
  .main .recommend-section .recommend-service-block .service-card {
    border: 1px solid #d5d9f3;
    border-radius: 1.6rem;
    background: #f8f9fd;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
    max-width: 36rem;
    min-width: 36rem;
    align-items: stretch;
  }
  .main .recommend-section .recommend-service-block .service-card img {
    width: 12rem;
    height: 12rem;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 1.2rem;
  }
  .main .recommend-section .recommend-service-block .service-card .service-desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
  }
  .main .recommend-section .recommend-service-block .service-card .service-desc .service-title {
    color: #1e2229;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.054rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: block;
    max-width: 18rem;
    word-break: keep-all;
  }
  .main .recommend-section .recommend-service-block .service-card .service-desc .price-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    flex-direction: column;
  }
  .main .recommend-section .recommend-service-block .service-card .service-desc .price-block .origin-price {
    color: #6a6b6d;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.048rem;
    text-decoration: line-through;
  }
  .main .recommend-section .recommend-service-block .service-card .service-desc .price-block .sale-price {
    color: #1e2229;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.06rem;
  }
  .main .recommend-section .recommend-service-block .service-card .service-desc .price-block .sale-price .sale-percent {
    color: #4759ca;
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.06rem;
  }
  .main .recommend-section .recommend-biz-block {
    padding: 0 2rem;
    position: relative;
    padding-right: 0;
  }
  .main .recommend-section .recommend-biz-block .recommend-biz-title {
    padding: 2rem 0;
    color: #1e2229;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.072rem;
  }
  .main .recommend-section .recommend-biz-block .swiper {
    padding-bottom: 4rem;
  }
  .main .recommend-section .recommend-biz-block .swiper-button-block {
    width: 96%;
    position: absolute;
    top: 53%;
  }
  .main .recommend-section .recommend-biz-block .swiper-button-block .swiper-button {
    width: 4rem;
    height: 4rem;
    border: none;
    border-radius: 5rem;
    background: #f3f5f6;
  }
  .main .recommend-section .recommend-biz-block .swiper-button-block .swiper-button:hover {
    border: 1px solid #d7dce5;
    background-color: #fff;
  }
  .main .recommend-section .recommend-biz-block .swiper-button-block .swiper-button::after {
    content: "\f077";
    font-family: fontawesome;
    transform: rotate(-90deg);
    font-size: 2.2rem;
    color: #000;
  }
  .main .recommend-section .recommend-biz-block .swiper-button-block .swiper-button.swiper-button-prev {
    left: -2rem;
  }
  .main .recommend-section .recommend-biz-block .swiper-button-block .swiper-button.swiper-button-next {
    right: 2rem;
  }
  .main .recommend-section .recommend-biz-block .swiper-button-block .swiper-button.swiper-button-next::after {
    transform: rotate(90deg);
  }
  .main .card-section .blockTop .topTitle {
    padding: 4rem 2rem 2rem 2rem;
    padding-top: 0;
  }
  .main .card-section .blockTop .topTitle p {
    color: #1e2229;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 100%;
  }
  .main .card-section .blockTop .topTitle .tooltip {
    display: none;
  }
  .filter-wrap .storageFilter {
    display: none;
  }
  #sideTab {
    display: none;
  }
  .swiper-slide .supportCard .card-body .text-block .title {
    font-size: 1.6rem;
    height: 4rem;
  }
  .swiper-slide .supportCard .card-body .text-block .subTitle {
    font-size: 1.4rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.3rem;
  }
  .swiper-slide .supportCard {
    min-height: 25.5rem;
    max-height: 25.5rem;
  }
}
@media (max-width: 479px) {
  .swiper-slide .supportCard .card-body .submitDate {
    gap: 0.4rem;
  }
  .swiper-slide .supportCard .card-body .submitDate p.startDate::before {
    content: "시작일";
  }
  .swiper-slide .supportCard .card-body .submitDate p.endDate::before {
    content: "마감일";
  }
}