/* =========================================================
   Template: BusinessLoan Type1
========================================================= */

.business-type1-page {
    --main: #44ffc1;
    --sub: #25a18b;
    --bg-dark: #0f1115;
    --text-sub: #b5b5b5;

    width: 100%;
    max-width: 800px;
    min-width: 320px;
    min-height: 100vh;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-family: 'S-CoreDream', 'SUIT', 'Pretendard', 'Noto Sans KR', sans-serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    word-break: keep-all;
    background:
            url('https://land.withusmk.co.kr/assets/loan/loan_share/loan_share_compare/main_bg.webp')
            no-repeat center / cover scroll #030814;
}

.business-type1-page * {
    box-sizing: border-box;
}

.business-type1-page p {
    color: #fff;
    word-break: keep-all;
}

.business-type1-page img {
    max-width: 100%;
    border: none;
}

.business-type1-page button {
    all: unset;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.business-type1-page select {
    appearance: none;
    -webkit-appearance: none;
    color: #666;
    background-image: url('https://land.withusmk.co.kr/assets/etc/file/selct_arrow.png');
    background-repeat: no-repeat;
    background-position: center right 12px;
    cursor: pointer;
}

.business-type1-wrap {
    min-height: 100vh;
    overflow: hidden;
}

.business-type1-inner {
    width: 95%;
    margin: 0 auto;
    padding: 10% 0;
}

.business-type1-hero {
    text-align: center;
}

.business-type1-logo {
    display: block;
    width: 50%;
    margin: 0 auto 1.5em;
    filter: brightness(20.5);
}

.business-type1-hero-t {
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 0.4em 1em;
    border: 1.5px solid #3f5077;
    border-radius: 5em;
    background: #ffffff18;
    backdrop-filter: blur(10px);
    font-size: 1.5em;
}

.business-type1-hero h1 {
    margin: 0.2em 0;
    font-size: 3.4em;
    line-height: 125%;
    font-weight: 800;
}

.business-type1-hero h1 span {
    font-size: 1.17em;
}

.business-type1-hero h1 em {
    font-style: normal;
}

.business-type1-hero-sub {
    margin-top: 0.5em;
    color: var(--text-sub) !important;
    font-size: 1.8em;
}

.business-type1-tcolor {
    color: var(--main);
    font-weight: 700;
}

.business-type1-calc {
    position: relative;
    width: 95%;
    margin: 3em auto 2em;
    padding: 3em 0 0.5em;
    border: 1.5px solid #555;
    border-radius: 1em;
    background: #ffffff27;
    backdrop-filter: blur(5px);
    text-align: center;
}

.business-type1-calc > p {
    position: absolute;
    top: -0.8em;
    left: 50%;
    width: 60%;
    margin-bottom: 0.5em;
    padding: 0.3em 0.5em;
    transform: translateX(-50%);
    border-radius: 5em;
    background: #09856a;
    box-shadow: 0 10px 5px #00000025;
    color: #fff;
    font-size: 1.5em;
    line-height: 120%;
}

.business-type1-result {
    position: relative;
    width: 60%;
    margin: 0.5em auto;
    padding: 0.2em 0;
    border-radius: 1.5em;
    background: linear-gradient(130deg, #0baf8c, #10daae, #09856a);
    box-shadow: 0 3px 3px 1px #0000001f;
    font-size: 2em;
    font-weight: 600;
    animation: businessType1Cta 0.5s infinite alternate forwards;
}

.business-type1-result::after {
    content: "";
    position: absolute;
    bottom: -0.45em;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-top: 0.5em solid #11d4aa;
}

.business-type1-slider {
    width: 80%;
    height: 1.3em;
    margin: 1.5em 0;
    border-radius: 5em;
    outline: none;
    background: #ffff00;
    -webkit-appearance: none;
    animation: businessType1Slider 1s infinite alternate forwards;
}

.business-type1-slider::-webkit-slider-thumb {
    width: 2.5em;
    height: 2.5em;
    border: 3px solid var(--main);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 255, 180, 0.8);
    cursor: pointer;
    transition: transform 1s;
    -webkit-appearance: none;
}

.business-type1-slider:active::-webkit-slider-thumb {
    transform: scale(1.2);
}

.business-type1-slider-ticks {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0.3em auto 0;
}

.business-type1-slider-ticks span {
    position: relative;
    color: #888;
    font-size: 1em;
}

.business-type1-slider-ticks span::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    width: 2px;
    height: 8px;
    transform: translateX(-50%);
    background: #666;
}

.business-type1-compare {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1em;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.753);
    backdrop-filter: blur(10px);
}

.business-type1-table {
    display: grid;
    grid-template-columns: 0.6fr 0.7fr 1.7fr;
    border: 1.5px solid #464242;
    border-radius: 0.5em;
    font-size: 1.5em;
}

.business-type1-cell {
    padding: 0.1em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    line-height: 250%;
    text-align: center;
}

.business-type1-cell:nth-child(3n) {
    color: var(--main);
    font-size: 1.5em;
    font-weight: 700;
}

.business-type1-head {
    background: linear-gradient(#555, #1b1b1b);
    color: #ccc !important;
}

.business-type1-head-center {
    line-height: 400%;
}

.business-type1-bad {
    color: #ccc !important;
    font-size: 0.9em;
}

.business-type1-good {
    color: var(--main) !important;
    font-size: 1.3em;
    line-height: 150%;
}

.business-type1-notice {
    width: 95%;
    margin: 1em auto 0;
    color: #999 !important;
    font-size: 0.9em;
}

.business-type1-highlight {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 2em auto;
    padding: 1.5em;
    overflow: hidden;
    border: 1.5px solid #464242;
    border-radius: 1em;
    background: linear-gradient(90deg, #1b1b1bb6, #333333b0, #1b1b1bbd);
    background-size: 150% 150%;
    backdrop-filter: blur(4px);
}

.business-type1-highlight p {
    font-size: 2em;
    font-weight: 500;
    line-height: 160%;
}

.business-type1-highlight .business-type1-tcolor {
    display: inline-block;
    font-size: 1.7em;
}

.business-type1-highlight p em {
    display: inline-block;
    margin-top: 0.5em;
    color: #ccc;
    font-size: 0.7em;
    font-style: normal;
    line-height: 170%;
}

.business-type1-highlight::after {
    content: "";
    position: absolute;
    top: 0;
    left: -70%;
    width: 20%;
    height: 100%;
    transform: skewX(-50deg);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    animation: businessType1Shine 1.5s cubic-bezier(0.6, -0.28, 0.74, 0.05) infinite;
}

.business-type1-mini-graph.vertical {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: flex-end;
    width: 30%;
    gap: 3.5em;
}

.business-type1-g-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15%;
    gap: 0.3em;
}

.business-type1-bar-wrap {
    display: flex;
    align-items: flex-end;
    width: 50%;
    height: 10em;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(255,255,255,0.1);
}

.business-type1-bar {
    width: 100%;
    height: 100%;
    transform-origin: bottom;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.business-type1-g-item.business-type1-bad {
    margin-bottom: -1.5%;
}

.business-type1-g-item.business-type1-bad .business-type1-bar {
    background: linear-gradient(180deg, #ff4d4d, #ff0000);
}

.business-type1-g-item.business-type1-good .business-type1-bar {
    background: linear-gradient(180deg, #00ff9d, #00c250);
    box-shadow: 0 0 10px rgba(0,255,150,0.5);
}

.business-type1-g-item span {
    color: #aaa;
    font-size: 1.5em;
}

.business-type1-g-item.business-type1-good span {
    color: var(--main);
    font-weight: 700;
}

.business-type1-cta {
    text-align: center;
}

.business-type1-cta p {
    margin-bottom: 1em;
    font-size: 1.4em;
}

.business-type1-cta button {
    width: 80%;
    padding: 0.3em 0;
    border-radius: 5em;
    background: linear-gradient(15deg, #00ff9d, #1f9900, #fff12e);
    box-shadow: 0 8px 20px rgba(0,200,83,0.6);
    color: #ffff00;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    animation: businessType1Cta 0.5s infinite alternate forwards;
}

.business-type1-cta button span {
    display: inline-block;
    transform: translateY(-0.05em);
    font-family: 'Pretendard-Bold', 'SUIT', sans-serif;
    font-size: 1.2em;
    font-weight: bolder;
}

.business-type1-form-btm {
    width: 95%;
    margin: 0 auto;
    padding-top: 2em;
    text-align: center;
    font-weight: normal;
    line-height: 150%;
}

.business-type1-precheck-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.7);
}

.business-type1-precheck-modal.active {
    display: flex;
}

.business-type1-precheck-inner {
    width: 90%;
    max-width: 700px;
    padding: 4.5em 0;
    border: 1.5px solid #414141;
    border-radius: 1em;
    background: linear-gradient(15deg, #33333365, #11111165, #33333375);
    backdrop-filter: blur(5px);
    text-align: center;
}

.business-type1-precheck-inner p {
    margin-bottom: 1em;
    color: var(--main);
    font-size: 2em;
    font-weight: 700;
}

.business-type1-precheck-btns button {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0.5em 0;
    border-radius: 5em;
    background: #fff;
    color: #000;
    font-size: 2em;
    font-weight: 500;
    text-align: center;
}

.business-type1-precheck-btns button:first-child {
    margin-bottom: 0.5em;
}

.business-type1-form-wrap {
    position: fixed;
    inset: 0;
    left: 50%;
    z-index: 9999;
    display: none;
    width: 100%;
    max-width: 800px;
    padding: 5% 0;
    overflow-y: auto;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
}

.business-type1-form-wrap.active {
    display: block;
}

.business-type1-form-inner {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0;
    border-radius: 0.5em;
    background: #ffffffb4;
    backdrop-filter: blur(5px);
}

.business-type1-form-inner form {
    padding: 3% 5%;
    overflow: visible;
    border-radius: 0.5em;
}

.business-type1-form-inner p {
    color: #000;
    font-size: 1.4em;
}

.business-type1-form-inner ul li {
    margin-bottom: 1.5em;
    list-style: none;
}

.business-type1-form-inner ul li p:first-child {
    margin-bottom: 0.5em;
    font-size: 1.5em;
    font-weight: 600;
}

.business-type1-form-inner ul li input,
.business-type1-form-inner ul li select {
    padding: 0.9em 0.7em;
    border: 1px solid #e5e5e5;
    border-radius: 5em;
    background-color: #fff;
    box-shadow: 2px 2px 10px #0000002f;
    color: #666;
}

.business-type1-form-inner ul li input[type='text'] {
    width: 100%;
}

.business-type1-phone {
    display: flex;
    align-items: center;
    gap: 5px;
}

.business-type1-form-tel input,
.business-type1-form-tel select {
    width: 33.3% !important;
}

.business-type1-select-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1%;
}

.business-type1-select-box select {
    width: 100%;
}

.business-type1-radio-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em;
}

.business-type1-radio-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
}

.business-type1-radio-box label {
    position: relative;
    width: 100%;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.business-type1-radio-box input[type='radio'] {
    position: absolute;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 40px;
    padding: 0;
    transform: translateX(-50%);
    transition: 0.3s;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.business-type1-radio-box span {
    position: relative;
    z-index: 1;
    display: block;
    color: #666;
    cursor: pointer;
}

.business-type1-radio-box input[type='radio']:checked {
    background: var(--sub);
}

.business-type1-radio-box input[type='radio']:checked + span {
    color: #fff;
}

.business-type1-form-policy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5em;
    color: #000;
    font-size: 1em;
    font-weight: 200;
}

.business-type1-form-policy input {
    margin-right: 5px;
    cursor: pointer;
}

.business-type1-form-policy label {
    margin-right: 5px;
    cursor: pointer;
}

.business-type1-policy-link {
    color: #000 !important;
    font-size: 1em;
    font-weight: 200;
    cursor: pointer;
}

.business-type1-form-inner input::placeholder {
    color: #666;
}

.business-type1-form-inner > form > button {
    width: 100%;
    padding: 0.4em 0;
    border: none;
    border-radius: 5em;
    background: var(--sub);
    color: #fff;
    font-size: 2.5em;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    animation: businessType1FormBtn 2s infinite forwards;
}

.business-type1-form-inner > form > button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.business-type1-loading-wrap {
    margin-bottom: 1.5em;
    text-align: center;
}

.business-type1-loading-wrap img {
    width: 13%;
    margin-bottom: 1em;
}

.business-type1-loading-wrap p {
    color: #000;
    font-size: 1.3em;
    font-weight: 300;
}

.business-type1-loading-con {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.2em;
    margin-bottom: 1em;
}

.business-type1-loading-box {
    width: 0.5em;
    height: 1em;
    background: var(--sub);
    animation: businessType1LoadingFade 1s infinite ease-in-out;
}

.business-type1-loading-box:nth-child(1) { animation-delay: 0s; }
.business-type1-loading-box:nth-child(2) { animation-delay: 0.2s; }
.business-type1-loading-box:nth-child(3) { animation-delay: 0.4s; }
.business-type1-loading-box:nth-child(4) { animation-delay: 0.6s; }
.business-type1-loading-box:nth-child(5) { animation-delay: 0.7s; }
.business-type1-loading-box:nth-child(6) { animation-delay: 0.8s; }
.business-type1-loading-box:nth-child(7) { animation-delay: 0.9s; }

.business-type1-close {
    display: inline-block;
    margin-top: -2%;
    margin-left: 91%;
    color: #555 !important;
    font-size: 1.5em;
    font-weight: 700;
}

@keyframes businessType1LoadingFade {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 1; }
}

@keyframes businessType1Shine {
    0% { left: -70%; }
    100% { left: 120%; }
}

@keyframes businessType1FormBtn {
    0%, 50% {
        transform: translateY(-7px);
        box-shadow: 0 7px 0 0 #005332;
        color: #fff000;
    }
    50.01%, 100% {
        transform: translateY(0);
        box-shadow: none;
        color: #fff;
    }
}

@keyframes businessType1Cta {
    0% { transform: translateY(-2px); }
    100% { transform: translateY(2px); }
}

@keyframes businessType1Slider {
    0% {
        box-shadow: rgba(0, 255, 200, 0.5) 0 0 20px 3px, rgba(0, 255, 200, 0.5) 0 0 20px 3px;
    }
    100% {
        box-shadow: rgba(0, 255, 200, 0.4) 0 0 10px, rgba(0, 255, 200, 0.4) 0 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .business-type1-page {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .business-type1-page {
        font-size: 10px;
    }

    .business-type1-radio-box span {
        font-size: 1.2em;
    }
}
