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

@media (min-width: 1024px) {
  .filter-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 1.6rem;
  }
  .filter-wrap .top-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
  .filter-wrap .top-filter .search-wrap {
    width: auto;
    height: 4.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border: none;
    border-radius: 3.5rem;
    background: #f5f5f5;
    max-width: 76rem;
    min-width: 40rem;
    flex-grow: 1;
    position: relative;
    cursor: text;
  }
  .filter-wrap .top-filter .search-wrap .search-input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 2.1rem;
    background: transparent;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
    text-align: start;
    padding: 0.8rem 4.8rem 0.8rem 1.8rem;
  }
  .filter-wrap .top-filter .search-wrap .search-input.active {
    border: 1px solid #4759ca;
    border-radius: 2.1rem;
    background: #e4f8f3;
  }
  .filter-wrap .top-filter .search-wrap .search-input:focus {
    outline: none;
    box-shadow: none;
  }
  .filter-wrap .top-filter .search-wrap .search-input:focus::-moz-placeholder {
    color: #f5f5f5;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
  }
  .filter-wrap .top-filter .search-wrap .search-input:focus::placeholder {
    color: #f5f5f5;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
  }
  .filter-wrap .top-filter .search-wrap .search-input::-moz-placeholder {
    color: #9fa4ab;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
    opacity: 1;
  }
  .filter-wrap .top-filter .search-wrap .search-input::placeholder {
    color: #9fa4ab;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
    opacity: 1;
  }
  .filter-wrap .top-filter .search-wrap input::-ms-clear,
  .filter-wrap .top-filter .search-wrap input::-ms-reveal {
    width: 0;
    height: 0;
    display: none;
  }
  .filter-wrap .top-filter .search-wrap input::-webkit-search-decoration,
  .filter-wrap .top-filter .search-wrap input::-webkit-search-cancel-button,
  .filter-wrap .top-filter .search-wrap input::-webkit-search-results-button,
  .filter-wrap .top-filter .search-wrap input::-webkit-search-results-decoration {
    display: none;
  }
  .filter-wrap .top-filter .search-wrap .search-icon {
    width: 5rem;
    height: 3rem;
    background-image: url("/bizlife/gray-search.png");
    background-size: 1.8em 1.8rem;
    background-position: 40% 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translate(0%, -50%);
    cursor: pointer;
  }
  .filter-wrap .top-filter .toggle-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed {
    width: -moz-fit-content;
    width: fit-content;
    height: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6rem;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed input[type=checkbox],
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed input[type=checkbox] {
    opacity: 0;
    display: none;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed .toggleSwitch,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed .toggleSwitch {
    width: 3.6rem;
    height: 2rem;
    border: 1px solid #858a93;
    border-radius: 1rem;
    background: #fff;
    display: block;
    position: relative;
    top: 40%;
    margin-top: -16px;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed .toggleSwitch .toggleButton,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed .toggleSwitch .toggleButton {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #858a93;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed input:checked + .toggleSwitch,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed input:checked + .toggleSwitch {
    border: 1px solid #4759ca;
    border-radius: 1rem;
    background: #fff;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed input:checked + .toggleSwitch .toggleButton,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed input:checked + .toggleSwitch .toggleButton {
    left: 16px;
    background: #4759ca;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed input:checked ~ .toggle-title,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed input:checked ~ .toggle-title {
    color: #4759ca;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed .toggle-title,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed .toggle-title {
    color: #858a93;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    float: right;
  }
  .filter-wrap .bottom-filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem 0;
    flex-wrap: wrap;
    flex-grow: 1;
    width: 100%;
    min-width: 40vw;
  }
  .filter-wrap .bottom-filter .sort-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    margin-left: 1.6rem;
  }
  .filter-wrap .bottom-filter .sort-section .sort {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
  }
  .filter-wrap .bottom-filter .sort-section .sort button {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .filter-wrap .bottom-filter .sort-section .sort button.selected {
    color: #4759ca;
  }
  .filter-wrap .bottom-filter .sort-section .sort div {
    color: #d7dce5;
  }
  .filter-wrap .bottom-filter .filter-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    position: relative;
    flex-wrap: wrap;
    flex-grow: 1;
    max-width: 76rem;
  }
  .filter-wrap .bottom-filter .accordion {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.4rem;
    flex-grow: 1;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button {
    border: 1px solid #d1d1d3;
    border-radius: 2.3rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: auto;
    width: 100%;
    height: 4.6rem;
    min-width: 9.6rem;
    max-width: 14rem;
    padding: 2rem;
    text-align: center;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button:hover {
    border: 1px solid #000;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate, .filter-wrap .bottom-filter .accordion .accordion-button.endDate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    width: auto;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.startDate:has(span:not(:empty)), .filter-wrap .bottom-filter .accordion .accordion-button.startDate.endDate:has(span:not(:empty)), .filter-wrap .bottom-filter .accordion .accordion-button.endDate.startDate:has(span:not(:empty)), .filter-wrap .bottom-filter .accordion .accordion-button.endDate.endDate:has(span:not(:empty)) {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #fff;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.selected, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.selected {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #4759ca;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.selected p, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.selected p {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.filterOk, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.filterOk {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #f1f3ff;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.filterOk.selected p, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.filterOk.selected p {
    color: #4759ca;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate p, .filter-wrap .bottom-filter .accordion .accordion-button.endDate p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate p span, .filter-wrap .bottom-filter .accordion .accordion-button.endDate p span {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button p {
    width: 100%;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button p span {
    color: #6a6b6d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    display: none;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button .icon {
    transition: 0.2s ease;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button .icon::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #1e2229;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.selected {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #4759ca;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.selected p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.selected .icon {
    transition: 0.2s ease;
    transform: rotate(180deg);
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.selected .icon::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #fff;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #f1f3ff;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk p {
    color: #4759ca;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk .icon {
    transition: 0.2s ease;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk .icon::after {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #1e2229;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk.selected .icon {
    transform: rotate(180deg);
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk.selected .icon::after {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #4759ca;
  }
  .filter-wrap .storageFilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    gap: 1rem 0;
    min-width: 58rem;
  }
  .filter-wrap .storageFilter .blockTab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
  }
  .filter-wrap .storageFilter .blockTab button {
    border: 1px solid #d1d1d3;
    border-radius: 2.3rem;
    background: #fff;
    width: -moz-fit-content;
    width: fit-content;
    height: 4.6rem;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    padding: 2rem;
  }
  .filter-wrap .storageFilter .blockTab button.selected {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #4759ca;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
  }
  .filter-wrap .accordion-block {
    display: block;
    flex-grow: 1;
    margin-top: 1rem;
    overflow: hidden;
    width: 100%;
  }
  .filter-wrap .accordion-block .accordion-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    border: 1px solid #d7dce5;
    border-radius: 0.8rem;
    background: #fff;
    width: 100%;
    padding: 1rem 1.8rem;
    flex-wrap: wrap;
    max-height: 20.4rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .filter-wrap .accordion-block .accordion-content::-webkit-scrollbar {
    width: 0.8rem;
    background-color: #f1f3f3;
  }
  .filter-wrap .accordion-block .accordion-content::-webkit-scrollbar-thumb {
    background-color: #bababa;
    border-radius: 2.4rem;
  }
  .filter-wrap .accordion-block .accordion-content label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    padding: 1.2rem 1.8rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 20%;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox] {
    width: 2rem;
    height: 2rem;
    border: 1px solid #d1d1d3;
    border-radius: 0.4rem;
    background: transparent;
  }
  .filter-wrap .accordion-block .accordion-content label 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;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:checked:focus {
    outline: none;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:checked:hover {
    outline: 1px solid 4759CA;
    border: none;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:hover {
    outline: 1px solid #4759ca;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:focus {
    outline: none;
    border: 1px solid #4759ca;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:focus:hover {
    outline: 1px solid #4759ca;
    border: none;
  }
  .filter-wrap .accordion-block .accordion-content#location label {
    width: 8%;
    min-width: 18rem;
  }
  .filter-wrap .accordion-block .accordion-content#category label {
    width: 8%;
    min-width: 18rem;
  }
  .filter-wrap .accordion-block .accordion-content#implementingAgency label {
    width: 50%;
    min-width: 36rem;
  }
  .filter-wrap .accordion-block .selected-block {
    border: none;
    border-radius: 0.8rem;
    background: #f9f9fa;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    flex-direction: row-reverse;
  }
  .filter-wrap .accordion-block .selected-block.selected-block:has(.selected-item:empty) {
    display: none;
  }
  .filter-wrap .accordion-block .selected-block .selected-item {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0rem;
    flex-wrap: wrap;
  }
  .filter-wrap .accordion-block .selected-block .selected-item .selected {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.8rem 1.2rem;
  }
  .filter-wrap .accordion-block .selected-block .selected-item .selected .delete::after {
    content: "×";
    cursor: pointer;
    color: #bbb;
    font-size: 2rem;
    line-height: 2.8rem;
    height: 3rem;
  }
  .filter-wrap .accordion-block .selected-block .selectedReset {
    width: 9.2rem;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    color: #858a93;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .filter-wrap .accordion-block .selected-block .selectedReset::after {
    content: "선택 초기화";
  }
  .filter-wrap .accordion-block .selected-block .selectedReset::before {
    content: "\f01e";
    font-family: "FontAwesome";
    font-size: 1.6rem;
  }
}
@media (max-width: 1500px) {
  .filter-wrap {
    gap: 1rem;
  }
  .filter-wrap .top-filter {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .filter-wrap {
    position: relative;
  }
  .filter-wrap .top-filter .search-wrap {
    width: inherit;
    height: 4.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border: none;
    border-radius: 3.5rem;
    background: #f5f5f5;
    margin-top: 1.2rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    position: relative;
    cursor: text;
  }
  .filter-wrap .top-filter .search-wrap .search-input {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 2.1rem;
    background: transparent;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
    text-align: start;
    padding: 0.8rem 4.8rem 0.8rem 1.8rem;
  }
  .filter-wrap .top-filter .search-wrap .search-input.active {
    border: 1px solid #4759ca;
    border-radius: 2.1rem;
    background: #e4f8f3;
  }
  .filter-wrap .top-filter .search-wrap .search-input:focus {
    outline: none;
    box-shadow: none;
  }
  .filter-wrap .top-filter .search-wrap .search-input:focus::-moz-placeholder {
    color: #f5f5f5;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
  }
  .filter-wrap .top-filter .search-wrap .search-input:focus::placeholder {
    color: #f5f5f5;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
  }
  .filter-wrap .top-filter .search-wrap .search-input::-moz-placeholder {
    color: #9fa4ab;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
    opacity: 1;
  }
  .filter-wrap .top-filter .search-wrap .search-input::placeholder {
    color: #9fa4ab;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: auto;
    opacity: 1;
  }
  .filter-wrap .top-filter .search-wrap input::-ms-clear,
  .filter-wrap .top-filter .search-wrap input::-ms-reveal {
    width: 0;
    height: 0;
    display: none;
  }
  .filter-wrap .top-filter .search-wrap input::-webkit-search-decoration,
  .filter-wrap .top-filter .search-wrap input::-webkit-search-cancel-button,
  .filter-wrap .top-filter .search-wrap input::-webkit-search-results-button,
  .filter-wrap .top-filter .search-wrap input::-webkit-search-results-decoration {
    display: none;
  }
  .filter-wrap .top-filter .search-wrap .search-icon {
    width: 5rem;
    height: 3rem;
    background-image: url("/bizlife/gray-search.png");
    background-size: 1.8em 1.8rem;
    background-position: 40% 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translate(0%, -50%);
    cursor: pointer;
  }
  .filter-wrap .top-filter .toggle-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed {
    width: -moz-fit-content;
    width: fit-content;
    height: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.6rem;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed input[type=checkbox],
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed input[type=checkbox] {
    opacity: 1;
    display: none;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed .toggleSwitch,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed .toggleSwitch {
    width: 3.6rem;
    height: 2rem;
    border: 1px solid #858a93;
    border-radius: 1rem;
    background: #fff;
    display: block;
    position: relative;
    top: 40%;
    margin-top: -16px;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed .toggleSwitch .toggleButton,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed .toggleSwitch .toggleButton {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #858a93;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed input:checked + .toggleSwitch,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed input:checked + .toggleSwitch {
    border: 1px solid #4759ca;
    border-radius: 1rem;
    background: #fff;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed input:checked + .toggleSwitch .toggleButton,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed input:checked + .toggleSwitch .toggleButton {
    left: 16px;
    background: #4759ca;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed input:checked ~ .toggle-title,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed input:checked ~ .toggle-title {
    color: #4759ca;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed .toggle-title,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed .toggle-title {
    color: #858a93;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    float: right;
  }
  .filter-wrap .bottom-filter {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    gap: 1rem 0;
  }
  .filter-wrap .bottom-filter .filter-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    position: relative;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2rem 0 2rem;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .filter-wrap .bottom-filter .filter-block::-webkit-scrollbar {
    display: none;
  }
  .filter-wrap .bottom-filter .filter-block::after {
    width: 2rem;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 1rem;
    background-color: #fff;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .filter-wrap .bottom-filter .accordion {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
    overflow: auto;
  }
  .filter-wrap .bottom-filter .accordion::-webkit-scrollbar {
    display: none;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button {
    border: 1px solid #d1d1d3;
    border-radius: 2.3rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 20%;
    height: 4.6rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 2rem;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate, .filter-wrap .bottom-filter .accordion .accordion-button.endDate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.startDate:has(span:not(:empty)), .filter-wrap .bottom-filter .accordion .accordion-button.startDate.endDate:has(span:not(:empty)), .filter-wrap .bottom-filter .accordion .accordion-button.endDate.startDate:has(span:not(:empty)), .filter-wrap .bottom-filter .accordion .accordion-button.endDate.endDate:has(span:not(:empty)) {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #f1f3ff;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.selected, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.selected {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #4759ca;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.selected p, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.selected p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.selected .icon, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.selected .icon {
    transform: rotate(180deg);
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.selected .icon::after, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.selected .icon::after {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #fff;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate.selected:focus, .filter-wrap .bottom-filter .accordion .accordion-button.endDate.selected:focus {
    outline: 0px solid transparent;
    --tw-ring-color: transparent;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate p, .filter-wrap .bottom-filter .accordion .accordion-button.endDate p {
    justify-content: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0rem;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.startDate p span, .filter-wrap .bottom-filter .accordion .accordion-button.endDate p span {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button p {
    width: 100%;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button p span {
    color: #6a6b6d;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    display: none;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button .icon::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #1e2229;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.selected {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #4759ca;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.selected p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.selected .icon {
    transform: rotate(180deg);
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.selected .icon::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #fff;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #f1f3ff;
    --tw-ring-color: transparent;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk p {
    color: #4759ca;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk .icon::after {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #4759ca;
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk.selected .icon {
    transform: rotate(180deg);
  }
  .filter-wrap .bottom-filter .accordion .accordion-button.filterOk.selected .icon::after {
    content: "\f077";
    font-family: "FontAwesome";
    font-size: 1.1rem;
    color: #4759ca;
  }
  .filter-wrap .sort-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.8rem;
    position: absolute;
    bottom: -5.6rem;
    width: 100%;
    padding: 2rem;
  }
  .filter-wrap .sort-section .sort {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
  }
  .filter-wrap .sort-section .sort button {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .filter-wrap .sort-section .sort button.selected {
    color: #4759ca;
  }
  .filter-wrap .sort-section .sort div {
    color: #d7dce5;
  }
  .filter-wrap .storageFilter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    gap: 1rem 0;
    padding: 0 2rem;
  }
  .filter-wrap .storageFilter .blockTab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.8rem;
  }
  .filter-wrap .storageFilter .blockTab button {
    border: 1px solid #d1d1d3;
    border-radius: 2.3rem;
    background: #fff;
    width: -moz-fit-content;
    width: fit-content;
    height: 4.6rem;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    padding: 2rem;
  }
  .filter-wrap .storageFilter .blockTab button.selected {
    border: 1px solid #4759ca;
    border-radius: 2.3rem;
    background: #4759ca;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 100%;
  }
  .filter-wrap .accordion-block {
    display: block;
    flex-grow: 1;
    margin-top: 1rem;
    padding: 0 2rem;
  }
  .filter-wrap .accordion-block .accordion-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    border: 1px solid #d7dce5;
    border-radius: 1.6rem;
    background: #fff;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 20.4rem;
    flex-wrap: wrap;
    padding: 1rem 1.8rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .filter-wrap .accordion-block .accordion-content::-webkit-scrollbar {
    width: 0.8rem;
    background-color: #f1f3f3;
  }
  .filter-wrap .accordion-block .accordion-content::-webkit-scrollbar-thumb {
    background-color: #bababa;
    border-radius: 2.4rem;
  }
  .filter-wrap .accordion-block .accordion-content label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 100%;
    padding: 1.2rem 0rem;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 50%;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox] {
    width: 2rem;
    height: 2rem;
    border: 1px solid #d1d1d3;
    border-radius: 0.4rem;
    background: transparent;
  }
  .filter-wrap .accordion-block .accordion-content label 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;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:checked:focus {
    outline: none;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:checked:hover {
    outline: 1px solid 4759CA;
    border: none;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:hover {
    outline: 1px solid #4759ca;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:focus {
    outline: none;
    border: 1px solid #4759ca;
  }
  .filter-wrap .accordion-block .accordion-content label input[type=checkbox]:focus:hover {
    outline: 1px solid #4759ca;
    border: none;
  }
  .filter-wrap .accordion-block .accordion-content#location label {
    width: 20%;
    min-width: 18rem;
    flex-shrink: 1;
  }
  .filter-wrap .accordion-block .accordion-content#category label {
    width: 20%;
    min-width: 18rem;
  }
  .filter-wrap .accordion-block .accordion-content#implementingAgency label {
    width: 20%;
    min-width: 32rem;
    flex-grow: 1;
  }
  .filter-wrap .accordion-block .selected-block {
    border: none;
    border-radius: 1.6rem;
    background: #f9f9fa;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0rem;
    flex-direction: row-reverse;
    padding: 1.2rem;
    max-width: 100%;
  }
  .filter-wrap .accordion-block .selected-block.selected-block:has(.selected-item:empty) {
    display: none;
  }
  .filter-wrap .accordion-block .selected-block .selected-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0rem;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .filter-wrap .accordion-block .selected-block .selected-item::-webkit-scrollbar {
    display: none;
    width: 0.8rem;
    background-color: #f1f3f3;
  }
  .filter-wrap .accordion-block .selected-block .selected-item::-webkit-scrollbar-thumb {
    background-color: #bababa;
    border-radius: 2.4rem;
  }
  .filter-wrap .accordion-block .selected-block .selected-item .selected {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.8rem 1.2rem;
  }
  .filter-wrap .accordion-block .selected-block .selected-item .selected .delete::after {
    content: "×";
    cursor: pointer;
    color: #bbb;
    line-height: 2.8rem;
    height: 3rem;
    font-size: 2rem;
  }
  .filter-wrap .accordion-block .selected-block .selectedReset {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    color: #858a93;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .filter-wrap .accordion-block .selected-block .selectedReset::before {
    content: "\f01e";
    font-family: "FontAwesome";
    font-size: 1.6rem;
    color: #858a93;
  }
}
@media screen and (max-width: 1023px) and (max-width: 340px) {
  .filter-wrap .top-filter .toggle-wrapper {
    gap: 1.2rem;
    padding: 0;
    justify-content: center;
  }
  .filter-wrap .top-filter .toggle-wrapper .toggle-closed,
  .filter-wrap .top-filter .toggle-wrapper .toggle-viewed {
    gap: 0.4rem;
  }
}
::-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;
}

@media (min-width: 1024px) {
  .supportCard {
    border: 1px solid #d7dce5;
    border-radius: 1.6rem;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    width: 100%;
    padding: 2rem 2.4rem 1.8rem 2.4rem;
    box-sizing: border-box;
    margin: 0 2.2rem 0 0;
    cursor: pointer;
  }
  .supportCard.rd {
    position: relative;
    overflow: hidden;
  }
  .supportCard.rd::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    background-color: #f4f6f8;
    opacity: 0.77;
    content: "";
  }
  .supportCard.rd::after {
    content: "공고마감";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #9fa4ab;
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }
  .supportCard.isShowing {
    background-color: #f7f8ff;
    border: 1px solid #4759ca;
  }
  .supportCard.isShown {
    border: 1px solid #ebebeb;
  }
  .supportCard.isShown .card-body .text-block .title {
    opacity: 0.3;
  }
  .supportCard .card-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .supportCard .card-top .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;
  }
  .supportCard .card-top .deadline.red {
    color: #ea273a;
    background-color: #fff2f2;
  }
  .supportCard .card-top .deadline.green {
    color: #1a9da7;
    background-color: #ecf8f9;
  }
  .supportCard .card-top .deadline.purple {
    color: #4759ca;
    background-color: #f1f3ff;
  }
  .supportCard .card-top .deadline:empty {
    display: none;
  }
  .supportCard .card-top .susBadge {
    padding: 0 0.8rem;
    border-radius: 3rem;
    background: #fff;
    display: none;
  }
  .supportCard .card-top .susBadge.new {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-color: #4759ca;
  }
  .supportCard .card-top .susBadge.new::before {
    content: "NEW";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .supportCard .card-top .susBadge.end {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-color: #ea273a;
  }
  .supportCard .card-top .susBadge.end::before {
    content: "마감임박";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .supportCard .card-top .susBadge.survey {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #475dca;
  }
  .supportCard .card-top .susBadge.survey::after {
    content: "상담중";
    color: #475dca;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .supportCard .card-top .susBadge.survey::before {
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.8rem;
    background-color: #475dca;
  }
  .supportCard .card-top .save-icon-block {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0;
  }
  .supportCard .card-top .save-icon-block .save-icon {
    width: 1.8rem;
    height: 2.4rem;
    background-image: url("/bizlife/save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  .supportCard .card-top .save-icon-block .save-icon.true {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  .supportCard .card-top .save-icon-block .save-icon.true, .supportCard .card-top .save-icon-block .save-icon:hover {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .supportCard .card-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    margin-top: 1.6rem;
    overflow: hidden;
  }
  .supportCard .card-body .text-block {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 1.8rem;
  }
  .supportCard .card-body .text-block .title {
    color: #1e2229;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.06rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 4.8rem;
    vertical-align: text-top;
    margin-top: 0.2rem;
  }
  .supportCard .card-body .text-block .subTitle {
    color: #6a6b6d;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.048rem;
    margin-top: 1.6rem;
    text-wrap: wrap;
    height: 4.8rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
  }
  .supportCard .card-body .text-block .subTitle.subTitle:empty {
    height: 4.8rem;
  }
  .supportCard .card-body .submitDate {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .supportCard .card-body .submitDate p {
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
  }
  .supportCard .card-body .submitDate p:before {
    margin-right: 0.4rem;
  }
  .supportCard .card-body .submitDate p.startDate::before {
    content: "접수 시작일";
  }
  .supportCard .card-body .submitDate p.endDate::before {
    content: "접수 마감일";
  }
  .supportCard .card-body .submitDate .divLine {
    color: #858a93;
  }
  .supportCard .card-body .info-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
  .supportCard .card-body .info-wrap .block.category-block .res {
    color: #5e46e4;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
  }
  .supportCard .card-body .info-wrap .block.category-block .res:empty::after {
    display: none;
  }
  .supportCard .card-body .info-wrap .block.category-block .res::after {
    content: "|";
    margin-left: 1.2rem;
    color: #d7dce5;
  }
  .supportCard .card-body .info-wrap .block.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;
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ekta:before {
    content: "한국관광협회중앙회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.debc:before {
    content: "장애인기업종합지원센터";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.textra:before {
    content: "한국섬유수출입협회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gcon:before {
    content: "경기콘텐츠진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.de:before {
    content: "직접수행";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.cba:before {
    content: "충청북도기업진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ktr:before {
    content: "한국화학융합시험연구원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.cbist:before {
    content: "충북과학기술혁신원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kfri:before {
    content: "한국식품연구원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.korfish:before {
    content: "한국수산회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gitc:before {
    content: "경북it융합산업기술원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.nwfc:before {
    content: "기초자치단체";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kocca:before {
    content: "한국콘텐츠진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra-gno:before {
    content: "kotra경기북부지원본부";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.at-jn:before {
    content: "한국농수산식품유통공사광주전남지역본부";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra-dg:before {
    content: "kotra대구경북지원단";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jepa:before {
    content: "전라남도중소기업일자리경제진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jbba:before {
    content: "전북특별자치도경제통상진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra:before {
    content: "대한무역투자진흥공사";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kised:before {
    content: "창업진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gnti:before {
    content: "경남무역";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jvada:before {
    content: "전주벤처기업육성촉진지구발전협의회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.tourgsnd:before {
    content: "경상남도관광협회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.tipa:before {
    content: "중소기업기술정보진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.mss:before {
    content: "지방중소벤처기업청";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.diew:before {
    content: "대구경북고용복지연구원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.khidi:before {
    content: "한국보건산업진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kosmes:before {
    content: "중소벤처기업진흥공단";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gmstartup:before {
    content: "광명시창업지원센터";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.startup:before {
    content: "충남대학교 창업지원단";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gtrans:before {
    content: "경기교통공사";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ripc:before {
    content: "부산지식재산센터";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.buva:before {
    content: "사단법인부산벤처기업협회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.aseic:before {
    content: "아셈중소기업친환경혁신센터(aseic)";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gtp:before {
    content: "경기테크노파크";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ekr:before {
    content: "한국농어촌공사 농어촌자원개발원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.opusbiz:before {
    content: "(주)오퍼스이앤씨";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.dongguk:before {
    content: "동국대학교캠퍼스타운사업단";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.creativekorea:before {
    content: "전북창조경제혁신센터";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ac-dc:before {
    content: "(주)에이씨엔디씨";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jntp:before {
    content: "재단법인전남테크노파크";
  }
}
@media (max-width: 1023px) {
  .swiper-slide .supportCard {
    border: 1px solid #d7dce5;
    border-radius: 1.6rem;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
    width: 100%;
    padding: 2rem 2.4rem 1.8rem 2.4rem;
    box-sizing: border-box;
    margin: 0 2.2rem 0 0;
    cursor: pointer;
  }
  .swiper-slide .supportCard.rd {
    position: relative;
    overflow: hidden;
  }
  .swiper-slide .supportCard.rd::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    background-color: #f4f6f8;
    opacity: 0.77;
    content: "";
  }
  .swiper-slide .supportCard.rd::after {
    content: "공고마감";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #9fa4ab;
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }
  .swiper-slide .supportCard.isShowing {
    background-color: #f7f8ff;
    border: 1px solid #4759ca;
  }
  .swiper-slide .supportCard.isShown {
    border: 1px solid #ebebeb;
  }
  .swiper-slide .supportCard.isShown .card-body .text-block .title {
    opacity: 0.3;
  }
  .swiper-slide .supportCard .card-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .swiper-slide .supportCard .card-top .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;
  }
  .swiper-slide .supportCard .card-top .deadline.red {
    color: #ea273a;
    background-color: #fff2f2;
  }
  .swiper-slide .supportCard .card-top .deadline.green {
    color: #1a9da7;
    background-color: #ecf8f9;
  }
  .swiper-slide .supportCard .card-top .deadline.purple {
    color: #4759ca;
    background-color: #f1f3ff;
  }
  .swiper-slide .supportCard .card-top .deadline:empty {
    display: none;
  }
  .swiper-slide .supportCard .card-top .susBadge {
    padding: 0 0.8rem;
    border-radius: 3rem;
    background: #fff;
    display: none;
  }
  .swiper-slide .supportCard .card-top .susBadge.new {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-color: #4759ca;
  }
  .swiper-slide .supportCard .card-top .susBadge.new::before {
    content: "NEW";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .swiper-slide .supportCard .card-top .susBadge.end {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-color: #ea273a;
  }
  .swiper-slide .supportCard .card-top .susBadge.end::before {
    content: "마감임박";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .swiper-slide .supportCard .card-top .susBadge.survey {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #475dca;
  }
  .swiper-slide .supportCard .card-top .susBadge.survey::after {
    content: "상담중";
    color: #475dca;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .swiper-slide .supportCard .card-top .susBadge.survey::before {
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.8rem;
    background-color: #475dca;
  }
  .swiper-slide .supportCard .card-top .save-icon-block {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0;
  }
  .swiper-slide .supportCard .card-top .save-icon-block .save-icon {
    width: 1.8rem;
    height: 2.4rem;
    background-image: url("/bizlife/save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  .swiper-slide .supportCard .card-top .save-icon-block .save-icon.true {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  .swiper-slide .supportCard .card-top .save-icon-block .save-icon.true, .swiper-slide .supportCard .card-top .save-icon-block .save-icon:hover {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .swiper-slide .supportCard .card-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    margin-top: 1.6rem;
    overflow: hidden;
  }
  .swiper-slide .supportCard .card-body .text-block {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 1.8rem;
  }
  .swiper-slide .supportCard .card-body .text-block .title {
    color: #1e2229;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.06rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 4.8rem;
    vertical-align: text-top;
    margin-top: 0.2rem;
  }
  .swiper-slide .supportCard .card-body .text-block .subTitle {
    color: #6a6b6d;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.048rem;
    margin-top: 1.6rem;
    text-wrap: wrap;
    height: 4.8rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
  }
  .swiper-slide .supportCard .card-body .text-block .subTitle.subTitle:empty {
    height: 4.8rem;
  }
  .swiper-slide .supportCard .card-body .submitDate {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .swiper-slide .supportCard .card-body .submitDate p {
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
  }
  .swiper-slide .supportCard .card-body .submitDate p:before {
    margin-right: 0.4rem;
  }
  .swiper-slide .supportCard .card-body .submitDate p.startDate::before {
    content: "접수 시작일";
  }
  .swiper-slide .supportCard .card-body .submitDate p.endDate::before {
    content: "접수 마감일";
  }
  .swiper-slide .supportCard .card-body .submitDate .divLine {
    color: #858a93;
  }
  .swiper-slide .supportCard .card-body .info-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.category-block .res {
    color: #5e46e4;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.category-block .res:empty::after {
    display: none;
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.category-block .res::after {
    content: "|";
    margin-left: 1.2rem;
    color: #d7dce5;
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.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;
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ekta:before {
    content: "한국관광협회중앙회";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.debc:before {
    content: "장애인기업종합지원센터";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.textra:before {
    content: "한국섬유수출입협회";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gcon:before {
    content: "경기콘텐츠진흥원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.de:before {
    content: "직접수행";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.cba:before {
    content: "충청북도기업진흥원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ktr:before {
    content: "한국화학융합시험연구원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.cbist:before {
    content: "충북과학기술혁신원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kfri:before {
    content: "한국식품연구원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.korfish:before {
    content: "한국수산회";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gitc:before {
    content: "경북it융합산업기술원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.nwfc:before {
    content: "기초자치단체";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kocca:before {
    content: "한국콘텐츠진흥원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra-gno:before {
    content: "kotra경기북부지원본부";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.at-jn:before {
    content: "한국농수산식품유통공사광주전남지역본부";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra-dg:before {
    content: "kotra대구경북지원단";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jepa:before {
    content: "전라남도중소기업일자리경제진흥원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jbba:before {
    content: "전북특별자치도경제통상진흥원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra:before {
    content: "대한무역투자진흥공사";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kised:before {
    content: "창업진흥원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gnti:before {
    content: "경남무역";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jvada:before {
    content: "전주벤처기업육성촉진지구발전협의회";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.tourgsnd:before {
    content: "경상남도관광협회";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.tipa:before {
    content: "중소기업기술정보진흥원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.mss:before {
    content: "지방중소벤처기업청";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.diew:before {
    content: "대구경북고용복지연구원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.khidi:before {
    content: "한국보건산업진흥원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kosmes:before {
    content: "중소벤처기업진흥공단";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gmstartup:before {
    content: "광명시창업지원센터";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.startup:before {
    content: "충남대학교 창업지원단";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gtrans:before {
    content: "경기교통공사";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ripc:before {
    content: "부산지식재산센터";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.buva:before {
    content: "사단법인부산벤처기업협회";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.aseic:before {
    content: "아셈중소기업친환경혁신센터(aseic)";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gtp:before {
    content: "경기테크노파크";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ekr:before {
    content: "한국농어촌공사 농어촌자원개발원";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.opusbiz:before {
    content: "(주)오퍼스이앤씨";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.dongguk:before {
    content: "동국대학교캠퍼스타운사업단";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.creativekorea:before {
    content: "전북창조경제혁신센터";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ac-dc:before {
    content: "(주)에이씨엔디씨";
  }
  .swiper-slide .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jntp:before {
    content: "재단법인전남테크노파크";
  }
  .supportCard {
    width: 100%;
    height: auto;
    padding: 2.4rem;
    border-top: 1px solid #d7dce5;
  }
  .supportCard.rd {
    position: relative;
    overflow: hidden;
  }
  .supportCard.rd::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    background-color: #f4f6f8;
    opacity: 0.77;
    content: "";
  }
  .supportCard.rd::after {
    content: "모집마감";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #9fa4ab;
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
  }
  .supportCard.isShowing {
    background-color: #f1f3ff;
    border: 1px solid #4759ca;
    border-right: none;
    border-left: none;
  }
  .supportCard.isShown .card-body .text-block .title {
    opacity: 0.3;
  }
  .supportCard .card-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .supportCard .card-top .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;
  }
  .supportCard .card-top .deadline.red {
    color: #ea273a;
    background-color: #fff2f2;
  }
  .supportCard .card-top .deadline.green {
    color: #1a9da7;
    background-color: #ecf8f9;
  }
  .supportCard .card-top .deadline.purple {
    color: #4759ca;
    background-color: #f1f3ff;
  }
  .supportCard .card-top .deadline:empty {
    display: none;
  }
  .supportCard .card-top .susBadge {
    padding: 0 0.8rem;
    border-radius: 3rem;
    background: #fff;
    display: none;
  }
  .supportCard .card-top .susBadge.new {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-color: #4759ca;
  }
  .supportCard .card-top .susBadge.new::before {
    content: "NEW";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .supportCard .card-top .susBadge.end {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    background-color: #ea273a;
  }
  .supportCard .card-top .susBadge.end::before {
    content: "마감임박";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .supportCard .card-top .susBadge.survey {
    width: fit-contetn;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid #475dca;
  }
  .supportCard .card-top .susBadge.survey::after {
    content: "상담중";
    color: #475dca;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
  }
  .supportCard .card-top .susBadge.survey::before {
    content: "";
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.8rem;
    background-color: #475dca;
  }
  .supportCard .card-top .save-icon-block {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0;
  }
  .supportCard .card-top .save-icon-block .save-icon {
    width: 1.8rem;
    height: 2.4rem;
    background-image: url("/bizlife/save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  .supportCard .card-top .save-icon-block .save-icon.true {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  .supportCard .card-top .save-icon-block .save-icon.true, .supportCard .card-top .save-icon-block .save-icon:hover {
    background-image: url("/bizlife/true-save.png");
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .supportCard .card-body {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    margin-top: 1.4rem;
    overflow: hidden;
  }
  .supportCard .card-body .text-block {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 1.8rem;
  }
  .supportCard .card-body .text-block .title {
    color: #1e2229;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.06rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    height: 4.3rem;
    vertical-align: text-top;
    margin-top: 0.2rem;
  }
  .supportCard .card-body .text-block .subTitle {
    color: #6a6b6d;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.048rem;
    margin-top: 1.4rem;
    text-wrap: wrap;
    height: 4.4rem;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .supportCard .card-body .submitDate {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
  }
  .supportCard .card-body .submitDate p {
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 100%;
  }
  .supportCard .card-body .submitDate p:before {
    margin-right: 0.4rem;
  }
  .supportCard .card-body .submitDate p.startDate::before {
    content: "접수 시작일";
  }
  .supportCard .card-body .submitDate p.endDate::before {
    content: "접수 마감일";
  }
  .supportCard .card-body .submitDate .divLine {
    color: #858a93;
  }
  .supportCard .card-body .info-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.8rem;
    margin-top: 1.6rem;
  }
  .supportCard .card-body .info-wrap .block.category-block .res {
    color: #5e46e4;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0;
  }
  .supportCard .card-body .info-wrap .block.category-block .res:empty::after {
    display: none;
  }
  .supportCard .card-body .info-wrap .block.category-block .res::after {
    content: "|";
    margin-left: 1.2rem;
    color: #d7dce5;
  }
  .supportCard .card-body .info-wrap .block.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;
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ekta:before {
    content: "한국관광협회중앙회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.debc:before {
    content: "장애인기업종합지원센터";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.textra:before {
    content: "한국섬유수출입협회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gcon:before {
    content: "경기콘텐츠진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.de:before {
    content: "직접수행";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.cba:before {
    content: "충청북도기업진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ktr:before {
    content: "한국화학융합시험연구원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.cbist:before {
    content: "충북과학기술혁신원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kfri:before {
    content: "한국식품연구원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.korfish:before {
    content: "한국수산회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gitc:before {
    content: "경북it융합산업기술원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.nwfc:before {
    content: "기초자치단체";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kocca:before {
    content: "한국콘텐츠진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra-gno:before {
    content: "kotra경기북부지원본부";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.at-jn:before {
    content: "한국농수산식품유통공사광주전남지역본부";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra-dg:before {
    content: "kotra대구경북지원단";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jepa:before {
    content: "전라남도중소기업일자리경제진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jbba:before {
    content: "전북특별자치도경제통상진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kotra:before {
    content: "대한무역투자진흥공사";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kised:before {
    content: "창업진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gnti:before {
    content: "경남무역";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jvada:before {
    content: "전주벤처기업육성촉진지구발전협의회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.tourgsnd:before {
    content: "경상남도관광협회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.tipa:before {
    content: "중소기업기술정보진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.mss:before {
    content: "지방중소벤처기업청";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.diew:before {
    content: "대구경북고용복지연구원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.khidi:before {
    content: "한국보건산업진흥원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.kosmes:before {
    content: "중소벤처기업진흥공단";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gmstartup:before {
    content: "광명시창업지원센터";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.startup:before {
    content: "충남대학교 창업지원단";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gtrans:before {
    content: "경기교통공사";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ripc:before {
    content: "부산지식재산센터";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.buva:before {
    content: "사단법인부산벤처기업협회";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.aseic:before {
    content: "아셈중소기업친환경혁신센터(aseic)";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.gtp:before {
    content: "경기테크노파크";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ekr:before {
    content: "한국농어촌공사 농어촌자원개발원";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.opusbiz:before {
    content: "(주)오퍼스이앤씨";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.dongguk:before {
    content: "동국대학교캠퍼스타운사업단";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.creativekorea:before {
    content: "전북창조경제혁신센터";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.ac-dc:before {
    content: "(주)에이씨엔디씨";
  }
  .supportCard .card-body .info-wrap .block.implementingAgency-block .res.jntp:before {
    content: "재단법인전남테크노파크";
  }
}
@media (min-width: 1024px) {
  .supportCard-skeleton-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 8rem;
    gap: 2rem;
    min-width: 58rem;
    margin-top: -8rem;
  }
  .supportCard-skeleton-block .supportCard-skeleton {
    overflow: hidden;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-picture {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox {
    width: 100%;
    height: 28.9rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.4rem;
    flex-direction: column;
    border: 1px solid #d7dce5;
    border-radius: 0.8rem;
    background: none;
    padding: 2.5rem;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div1 {
    width: 42%;
    height: 2.6rem;
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div2 {
    width: 90%;
    height: 2.6rem;
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div2:nth-child(2) {
    margin-top: 1.8rem;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div2:nth-child(4) {
    margin-top: 4.4rem;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div3 {
    margin-top: 0.4rem;
    width: 57%;
    height: 2.6rem;
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div4 {
    margin-top: 2rem;
    border-top: 1px solid #e7ebee;
    width: 100%;
    height: 3.8rem;
    padding-top: 1.6rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div4 .div5 {
    width: 7%;
    height: 2.2rem;
    min-width: 1.8rem;
    border: none;
    border-radius: 0.2rem;
    background: #e7ebee;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div4 .div6 {
    flex-grow: 1;
    width: 100%;
    height: 2.2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
  }
  .supportCard-skeleton-block .supportCard-skeleton .supportCard-descBox .div4 .div6::after {
    width: 2.2rem;
    height: 2.2rem;
    min-width: 2.2rem;
    background-image: url("/bizlife/img/save.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
  }
}
@keyframes shine-avatar {
  0% {
    background-position: 0rem;
  }
  40%, 100% {
    background-position: 57rem;
  }
}
@media screen and (max-width: 1680px) {
  .supportCard-skeleton-block {
    grid-template-columns: repeat(2, minmax(28rem, 48%)) !important;
  }
}
@media (min-width: 1024px) {
  .main {
    margin-top: 7rem;
    margin-left: 18rem;
    padding: 0 0 8rem 2rem;
    width: calc(100% - 18rem);
  }
  .main section.card-section .blockTop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.2rem;
    padding: 4rem 0;
    padding-right: 6rem;
    width: 100%;
  }
  .main section.card-section .blockTop.open {
    width: calc(100% - 16rem - 40vw);
    padding-right: 0rem;
  }
  .main section.card-section .blockTop .topTitle {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.6rem;
    flex-grow: 1;
  }
  .main section.card-section .blockTop .topTitle p {
    color: #000;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.12rem;
    cursor: default;
  }
  .main section.card-section .blockTop .topTitle p span {
    color: #4759ca;
    margin: 0 0.8rem;
  }
  .main section.card-section .blockTop .topTitle .tooltip {
    width: 2.2rem;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    border: 2px solid #858a93;
    border-radius: 50%;
    background: #fff;
    position: relative;
  }
  .main section.card-section .blockTop .topTitle .tooltip::after {
    content: "\f129";
    font-family: "FontAwesome";
    font-size: 1.2rem;
    color: #858a93;
  }
  .main section.card-section .blockTop .topTitle .tooltip:hover .tooltip-innerbox {
    display: flex;
  }
  .main section.card-section .blockTop .topTitle .tooltip-innerbox {
    border: 1px solid #4759ca;
    border-radius: 0.8rem;
    background: #fff;
    position: absolute;
    top: 3.2rem;
    left: 50%;
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.6rem;
    flex-direction: column;
    box-shadow: 0px 6px 6px 0px rgba(71, 89, 202, 0.15);
    padding: 1.4rem;
    transform: translate(-50%, 0);
    z-index: 1;
    transition: ease 3s;
    display: none;
  }
  .main section.card-section .blockTop .topTitle .tooltip-innerbox::before {
    content: "";
    position: absolute;
    top: -1.4rem;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    filter: drop-shadow(0px -1px 0px #4759ca);
  }
  .main section.card-section .blockTop .topTitle .tooltip-innerbox span {
    margin: 0 0.2rem;
  }
  .main section.card-section .blockTop .topTitle .tooltip-innerbox span.name::after {
    content: " :";
  }
  .main section.card-section .blockTop .topTitle .tooltip-innerbox span.count::after {
    content: "건";
  }
  .main section.card-section .main-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
    position: relative;
    margin-top: 0rem;
    width: 100%;
    height: 100%;
    align-items: stretch;
  }
  .main section.card-section .main-block .main-left {
    flex-grow: 1;
    min-width: 35vw;
  }
  .main section.card-section .main-block .main-left .blocksupportCard {
    max-width: 100%;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .supportCardBox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(39vw, 1fr));
    justify-content: space-between;
    gap: 1.6rem 2rem;
    flex-wrap: wrap;
    margin-bottom: 8rem;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .supportCardBox.supportCardBox:not(:has(.supportCard)) {
    width: 100%;
    height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    flex-direction: column;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .supportCardBox.supportCardBox:not(:has(.supportCard))::before {
    display: inline-block;
    content: "";
    width: 24rem;
    height: auto;
    aspect-ratio: 1/0.7;
    background-image: url("/bizlife/nocampaign.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .supportCardBox.supportCardBox:not(:has(.supportCard))::after {
    content: "신청가능한 공고가 없어요";
    color: #858a93;
    font-size: 2rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.06rem;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .supportCardBox.supportCardBox:not(:has(.supportCard))#surveyCardBox::after {
    content: "상담신청한 공고가 없어요";
    color: #858a93;
    font-size: 2rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.06rem;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .notLogin-wrap {
    width: 100%;
    height: 40rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    flex-direction: column;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .notLogin-wrap .notLogin {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.6rem;
    flex-direction: column;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .notLogin-wrap .notLogin::before {
    display: inline-block;
    content: "";
    width: 16.1rem;
    height: 16.83rem;
    background-image: url("/bizlife/img/post/nocampaign.png");
    background-size: contain;
    background-position: cover;
    background-repeat: no-repeat;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .notLogin-wrap .notLogin::after {
    content: "로그인이 필요한 서비스입니다.";
    color: #858a93;
    font-size: 2rem;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.06rem;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .notLogin-wrap .login {
    border: 1px solid #e7ebee;
    border-radius: 3rem;
    background: #fff;
    color: #1e2229;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.8rem 1.6rem;
  }
  .main section.card-section .main-block .main-left .blocksupportCard .notLogin-wrap .login::before {
    content: "로그인";
  }
  .main section.card-section .main-block .right-wrap {
    width: calc(40% - 6rem);
    height: 100vh;
    position: fixed;
    top: 9rem;
    right: 0rem;
    background-color: rgba(255, 0, 0, 0.281);
    overflow-y: scroll;
    padding: 2rem;
    display: none;
  }
}