#bo_v > header { display: none; }
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

.pc-inline { display: inline; }
.tablet { display: none; }
.mobile { display: none; }
.pc { display: flex; }
.pc-mobile { display: flex; }
.mobile-pc { display: none; }

/* ========================================================
   하단 고정바 — PSD: 83px, bg=#d1e4f1
   ======================================================== */
.contact_service {
    background: #d1e4f1;
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 4.3229vw;
}

/* 노란 반원 — #ffe254, x=300~519 */
.quick_bg_half {
    position: absolute;
    left: 15.625%;
    bottom: 0;
    width: 11.4063%;
    z-index: 1;
}
.quick_bg_half img { width: 100%; display: block; }

/* 코끼리 — x=341~467 */
.quick_logo_char {
    position: absolute;
    left: 17.7604%;
    bottom: 0;
    width: 6.5625%;
    z-index: 2;
}
.quick_logo_char img { width: 100%; display: block; }

/* 전화 — x=484, color=#2e4557, fontSize=20pt, weight=900 */
.quick_call_absol {
    position: absolute;
    left: 25.2083%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0.4167vw;
    cursor: pointer;
    z-index: 3;
    white-space: nowrap;
}
.quick_call_absol img { width: 1.4063vw; display: block; }
/* PSD: font=KERISKEDU_B, fontSize=20pt(큰사이즈 스타일런), color=#2e4557, tracking=-50 */
.quick_call_tel {
    font-family: 'KERIS KEDU', sans-serif;
    font-weight: 700;
    font-size: 1.8165vw; /* PSD: 34.88px actual */
    color: #2e4557;
    letter-spacing: -0.05em;
}

/* 인풋 — x=745~1295(550px), h=42px, #fff */
.contact_mid {
    position: absolute;
    left: 38.8021%;
    top: 50%;
    transform: translateY(-50%);
    width: 28.6458%;
    z-index: 3;
}
.footer-form { display: flex; width: 100%; }
.footer_input_form { display: flex; width: 100%; }
.footer_input_form .footer_input {
    width: 33.33%;
    height: 2.1875vw;
    font-size: 0.7813vw; /* PSD: 15px actual */
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 600; /* PSD: Pretendard-SemiBold */
    box-sizing: border-box;
    padding: 0 0.8vw;
    border: none;
    outline: none;
    border-radius: 0.2604vw; /* PSD: 5px */
    background: #fff;
    color: #333;
    border-right: 1px solid #374759; /* PSD: 선777 fill rgb(55,71,89) */
}
.footer_input_form .footer_input:last-child { border-right: none; }
.footer_input_form .footer_input::placeholder {
    font-family: 'Pretendard Variable', sans-serif;
    font-size: 0.7813vw;
    color: #999;
    text-align: center;
}
.footer_input_form .footer_input:focus::placeholder { opacity: 0; }

/* 개인정보 동의 — x=1305~1419, color=#000 */
.quick_agree {
    position: absolute;
    left: 67.9688%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0.2604vw;
    z-index: 3;
    white-space: nowrap;
}
.quickAgree_checkbox {
    width: 0.6vw;
    height: 0.6vw;
    appearance: none;
    background: transparent;
    cursor: pointer;
    border: 1.5px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.quickAgree_checkbox:checked::before {
    content: '';
    width: 0.35vw;
    height: 0.35vw;
    background: #333;
    border-radius: 50%;
}
.quickAgree_fornt {
    font-size: 0.7813vw; /* PSD: 15px, Pretendard-Bold */
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 700;
    color: #000;
}
.quickAgree_fornt a { color: inherit; text-decoration: none; }

/* 창업 문의하기 버튼 — x=1437~1619(182px), bg=#2e4557 */
.quick_submit_div {
    position: absolute;
    left: 77%;
    top: 50%;
    transform: translateY(-50%);
    width: 9.4792%;
    height: 2.1875vw;
    cursor: pointer;
    z-index: 3;
    background: #2e4557;
    color: #ffe254; /* PSD: fillColor rgb(255,226,84) */
    font-family: 'KERIS KEDU', sans-serif;
    font-weight: 700;
    font-size: 0.9375vw; /* PSD: 18px actual */
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border-radius: 0.2604vw; /* PSD: 5px */
    transition: background 0.2s;
}
.quick_submit_div:hover { background: #203342; }
.quick_submit_div img { display: none; }

/* TOP — tt.png 이미지 사용, x=1838~1922(84px), bg=#ffe254 */
.tothetop {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 4.375vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
}
.tothetop a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.tothetop img {
    width: 80%;
    display: block;
}

/* ========================================================
   푸터 — bg=#222
   ======================================================== */
.footer {
    display: flex;
    background: #161616; /* PSD: 사각형1152 fill rgb(22,22,22) */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 3.5vw 0 8vw;
    position: relative;
}
.footer_top {
    width: 80%;
    padding-bottom: 1.5vw;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.footer_logo {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.footer_logo img { width: 100%; }
.footer_kakao {
    position: absolute;
    right: 12.5%;
    top: 3vw;
    cursor: pointer;
}
.footer_kakao img {
    width: 3.2813vw;
    height: 3.2813vw;
    border-radius: 50%;
}
.footer_top_line { display: none; }
.footer_bottom {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Pretendard Variable', sans-serif;
    text-align: center;
    font-weight: 300;
    margin-top: 1.5vw;
}
.footer_bottom p {
    color: rgba(255,255,255,0.5);
    font-size: 0.8333vw; /* PSD: 16px */
    line-height: 1.8;
}
.footer_title { font-family: 'Pretendard Variable', sans-serif; }
.copy { margin-top: 1.5vw; opacity: 0.4 !important; font-size: 0.5729vw !important; }
.footer_mid {
    position: static;
    font-size: 0.8333vw; /* PSD: 16px */
    color: rgba(255,255,255,0.5);
    text-decoration: underline;
    font-family: 'Pretendard Variable', sans-serif;
    margin-top: 1.5vw;
    cursor: pointer;
}
.footer_vweb {
    margin-top: 0.3vw;
    cursor: pointer;
    font-family: 'Pretendard Variable', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    opacity: 0.3;
    font-size: 0.5vw;
}
.footer_right, .ddm_logo, .quick_m1, .quick_logo, .quick_logo_2,
.footer_call, .form_footer, .contact_serviceright { display: none; }

/* ============ 모달 ============ */
.modal {
    display: none; position: fixed; left: 0; top: 0;
    width: 100%; height: 100vh; overflow: hidden;
    background: rgba(0,0,0,0.4); z-index: 10000;
}
.modal-content { background: #fefefe; margin: 5% auto; padding: 37px; border: 1px solid #888; width: 48%; border-radius: 30px; padding-top: 0; }
.close { color: #aaa; float: right; font-size: 33px; font-weight: bold; cursor: pointer; margin-top: 1%; z-index: 1; position: relative; }
.close:hover, .close:focus { color: black; cursor: pointer; }
#policy { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; position: relative; height: 530px; margin: 0 auto; padding: 1px; text-align: left; }
#policy div.policy_title { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 75px; background: #fff; border-radius: 10px; margin-top: -3vw; }
#policy div.policy_title h2 { font-weight: 700; font-size: 25px; color: #000; }
#policy div.policy_con { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin-top: 10px; padding: 20px 0; background: #fff; border-radius: 10px; }
#policy p.policy_text { overflow-y: scroll; height: 400px; padding-right: 20px; font-size: 14px; text-align: justify; line-height: 18px; }

/* ============ 모바일 ============ */
@media screen and (max-width: 599px) {
    .pc { display: none; }
    .pc-inline { display: none !important; }
    .tablet { display: flex; }
    .pc-mobile { display: none; }
    .mobile-pc { display: flex; }
    .contact_service { height: 19vw; flex-wrap: wrap; align-items: flex-end; justify-content: flex-start; }
    .quick_bg_half { left: 0; width: 30%; }
    .quick_logo_char { left: 5%; width: 18%; }
    .quick_call_absol { left: 4.5%; top: 13%; transform: none; }
    .quick_call_absol img { width: 4vw; }
    .quick_call_tel { font-size: 3.8vw; }
    .contact_mid { position: static; width: 66%; margin: 0 0 1% 1%; transform: none; }
    .footer_input_form .footer_input { width: 33%; height: 6.5vw; font-size: 3.2vw; }
    .footer_input_form .footer_input::placeholder { font-size: 2.6vw; }
    .quick_submit_div { left: 59%; top: 8%; transform: none; width: 37%; height: auto; font-size: 3.5vw; padding: 1.5vw 0; }
    .quick_agree { left: 68%; top: 66%; transform: none; gap: 1.3vw; }
    .quick_agree .quickAgree_fornt { font-size: 2.8vw; }
    .quickAgree_checkbox { width: 3.3vw; height: 3.3vw; }
    .tothetop { position: fixed; width: 11vw; height: 11vw; right: 2.5%; top: unset; bottom: 22vw; border-radius: 1vw; }
    .footer { padding-bottom: 36%; padding-top: 8%; font-size: 3.5vw; }
    .footer_top { padding-bottom: 6vw; justify-content: center; }
    .footer_logo { width: 32%; }
    .footer_bottom { width: 100%; text-align: center; }
    .footer_bottom p { font-size: 3.2vw; }
    .footer_bottom > div { align-items: center; color: rgba(255,255,255,0.45); flex-direction: column; font-size: 0.5em; }
    .footer_mid { font-size: 3.2vw; margin-bottom: 4vw; position: static; }
    .footer_kakao { position: static; margin-bottom: 4vw; margin-top: 4vw; }
    .footer_kakao img { width: 8vw; height: 8vw; }
    .copy { font-size: 3.2vw !important; }
    div.footer_vweb { margin-top: 3vw; font-weight: 400; }
    .modal-content { margin: 7% auto; padding: 20px; width: 86%; }

    .quick_call_absol {
    left: 26.5%;
    top: 19%;
    transform: none;
}
.quick_call_absol img {
    width: 5vw;
}
.quick_call_tel {
    font-size: 4.8vw;
}
.quick_bg_half {
    left: 0;
    width: 35%;
}
.quick_logo_char {
    left: 5%;
    width: 22%;
}
.quick_submit_div {
    left: 67%;
    top: 11%;
    transform: none;
    width: 31%;
    height: auto;
    font-size: 3.5vw;
    padding: 1.5vw 0;
    border-radius: 2vw;
}
}
