
#bo_v >header{
    display: none;
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }

    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m_reverse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }

    49%{
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@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;
}

/*개인정보 처리 방침*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 37px;
    border: 1px solid #888;
    width: 48%;
    height: 70vh;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.close {
    line-height: 1;
    color: #aaa;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}

#policy {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    margin: 0 auto;
    padding: 1px;
    text-align: left;
}

#policy div.policy_title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    height: auto;
}

#policy div.policy_title h2 {
    grid-column: 2;
    font-weight: 700;
    font-size: 25px;
    color: var(--color-black);
}

#policy div.policy_title .close {
    grid-column: 3;
    justify-self: end;
}

#policy div.policy_con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #fff;
    border-radius: 10px;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

#policy p.policy_text {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
    box-sizing: border-box;
}

#policyLoader {
    padding-top: 10px
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.footer_top {
    width: 80%;
    padding-top: 0vw;
    padding-bottom: 2vw;
    /* display: none; */
    justify-content: space-between;
}

/* quick */

.footer-form{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: row;
    width: 100%;
}

.footer_input_form{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}

.footer_input_form .footer_input::placeholder {
    /* padding: 0 0.5vw; */
    font-family: 'Pretendard variable';
    font-size: 0.9vw;
    text-align: center;
}

.footer_input_form .footer_input:focus::placeholder {
    opacity: 0;
}

.quick_submit_div img {
    width: 100%;
}
/* quick */

.footer_logo img {
    width: 100%;
}

.copy {
    margin-top: 1.5vw;
    opacity: 0.6 !important;
    font-size: 0.85vw !important;
}

.footer_bottom p {
    color: black;
    font-size: 0.9vw;
    line-height: 1.4;
    opacity: 0.9;
}

.footer {
    display: flex;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 3% 0% 9%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    position: relative;
}

.footer_top_line {
    width: 100%;
    height: 1px;
    background-color: black;
    opacity: 0.5;
    left: 0;
    bottom: 0;
    margin-bottom: 2vw;
}

.footer_logo {
    /* top: 40%;
    right: 5%;
    transform: translateY(-50%); */
    width: 10.021%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.footer_bottom {
    width: 80%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Pretendard variable';
    font-weight: 300;
    box-sizing: border-box;
    text-align: center;
}

.footer_mid {
    font-size: 0.9vw;
    color: black;
    text-decoration: underline;
    font-family: 'Pretendard variable';
    margin-bottom: 2vw;
    cursor: pointer;
    right: unset;
    top: 74%;
    opacity: 0.7;
}

.contact_serviceright {
    height: 100%;
    background: var(--color-text);
    width: 27%;
    right: unset;
    left: 0;
}

.contact_service {
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: -0.1%;
    z-index: 999;
    padding: 0.6% 0%;
    color: white;
    background-color: var(--color-bg);
}

.footer_input_form .footer_input {
    width: 29%;
    height: 2.7vw;
    white-space: nowrap;
    font-size: 0.85vw;
    font-family: 'Pretendard variable';
    box-sizing: border-box;
    padding: 0 1vw;
    margin-right: 0;
    border: none;
    outline: none;
    margin: 0 1%;
    border-radius: 0.5vw;
    border-right: 1px solid var(--main-brown);
}

.quickAgree_fornt {
    /* width: 54.5%; */
    /* margin-bottom: 0.5%; */
    font-size: 0.85vw;
    /* width: 54.5%; */
    /* margin-bottom: 0.5%; */
    font-family: 'Pretendard Variable';
    display: flex;
    position: relative;
    color: black;
}

.quickAgree_checkbox {
    width: 0.9vw;
    height: 0.9vw;
    z-index: 1;
    appearance: none;
    scale: 1;
    background-color: white;
    cursor: pointer;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.quickAgree_checkbox:checked::before {
    content: '';
    display: inline-block;
    width: 0.6vw;
    height: 0.6vw;
    background-color: black;
    border: 1px solid white;
    box-sizing: border-box;
    /* border-radius: 50%; */
}

.quick_call_absol {
    width: 12.633%;
    top: unset;
    transform: unset;
    cursor: pointer;
    z-index: 2;
    font-size: 1vw;
    font-family: 'Pretendard variable';
    left: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_call_absol img {
    width: unset;
    min-width: unset;
}

.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    z-index: 1;
    font-family: 'Pretendard variable';
    margin: 0% 0% 0% -2.9%;
    transform: unset;
}

.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    gap: 0.3vw;
    top: unset;
    left: 68.5%;
    transform: unset;
    z-index: 2;
}

.quick_submit_div {
    left: 80%;
    top: unset;
    width: 11.214%;
    cursor: pointer;
    z-index: 3;
    animation: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tothetop a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tothetop img {
    width: 100%;
}

.tothetop {
    width: 2.6772%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11111111;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*개인정보 처리 방침*/

.footer_vweb {
    opacity: 0.6 !important;
    font-size: 0.85vw !important;
    margin-top: 0.2vw;
    cursor: pointer;
    font-family: 'Pretendard variable';
    font-weight: 200;
    text-transform: uppercase;
}

/* PSD quick/footer override: con22 + con23 */
.contact_service {
    /* heightSource: PSD quick fixed stage */
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    aspect-ratio: 1905/122;
    display: block;
    padding: 0;
    overflow: visible;
    background: transparent;
    color: #231916;
    box-sizing: border-box;
}

.contact_service::before {
    /* heightSource: PSD quick beige bar */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    aspect-ratio: 635/32;
    background: #f8f4e6;
}

.contact_serviceright {
    display: none;
}

.quick_food {
    position: absolute;
    left: 7.9%;
    bottom: 0;
    width: 8.766404%;
    display: flex;
    z-index: 1;
}

.quick_food img,
.quick_call_absol img,
.quick_submit_div img,
.tothetop img,
.footer_logo img {
    width: 100%;
    min-width: unset;
}

.quick_call_absol {
    position: absolute;
    top: 3.1vw;
    left: 17.8%;
    width: 11.653543%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contact_mid {
    position: absolute;
    top: 2.5vw;
    left: 30.7%;
    width: 34.855643%;
    margin: 0;
    z-index: 1;
    display: block;
    transform: none;
}

.footer-form,
.footer_input_form {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* heightSource: PSD quick input row 664x54 */
    aspect-ratio: 664/54;
}

.footer_input_form .footer_input {
    /* heightSource: PSD quick input rect 224x54 */
    position: relative;                 /* z-index 활성화용 */
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #ffffff;
    color: #231916;
    outline: 0;
    box-sizing: border-box;
    text-align: center;
    font-family: var(--font-main);
    font-weight: 300;
    font-size: var(--fs-16);
    line-height: 1.5;
    letter-spacing: var(--ls-tight);
}
.footer_input_form .footer_input + .footer_input {
    margin-left: -1px;                  /* 인접 보더 1px 겹쳐서 경계가 2px로 보이지 않게 */
}
.footer_input_form .footer_input:focus {
    z-index: 1;                         /* focus 보더가 인접 보더 위로 올라오게 */
    border-color: var(--color-main);
}

.footer_input_form .footer_input::placeholder {
    color: #999999;
    opacity: 1;
    font-family: var(--font-main);
    font-weight: 300;
    font-size: var(--fs-16);
    line-height: 1.5;
    letter-spacing: var(--ls-tight);
    text-align: center;
}

.quick_agree {
    position: absolute;
    top: 3.1vw;
    left: 66.1%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.3vw;
    white-space: nowrap;
    transform: none;
}

.quickAgree_checkbox {
    /* heightSource: PSD checkbox rect 18x18 */
    width: 0.944882vw;
    aspect-ratio: 1/1;
    margin: 0;
    border: 0;
    appearance: none;
    background: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.quickAgree_checkbox:checked::before {
    content: '';
    width: 0.524934vw;
    aspect-ratio: 1/1;
    background: #231916;
    display: block;
}

.quickAgree_fornt,
.quickAgree_fornt a {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    color: #999999;
    font-family: var(--font-main);
    font-weight: 300;
    font-size: var(--fs-16);
    line-height: 1.9;
    letter-spacing: var(--ls-tight);
    white-space: nowrap;
    text-decoration: none;
}

.quick_submit_div {
    position: absolute;
    top: 2.5vw;
    left: 79.1%;
    width: 10.603675%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tothetop {
    position: absolute;
    top: 2.5vw;
    right: auto;
    left: 90.1%;
    width: 2.677165%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
}

.tothetop a {
    width: 100%;
    display: flex;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 6.0vw 0 10.7vw;
    overflow: hidden;
    background: #070707;
    box-sizing: border-box;
}

.footer_top {
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
}

.footer_logo {
    width: 17.217848%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
}

.footer_top_line {
    width: 88.293963%;
    margin-top: 2.0vw;
    margin-bottom: 0;
    aspect-ratio: 1682/3;
    background: rgba(255, 255, 255, 0.2);
}

.footer_mid,
.footer_vweb,
.footer .tablet {
    display: none;
}

.footer_bottom {
    width: 100%;
    margin-top: 2.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    font-family: var(--font-main);
    font-weight: 300;
}

.footer_bottom p,
.footer_info {
    margin: 0;
    padding: 0;
    color: #999999;
    opacity: 1;
    font-family: var(--font-main);
    font-weight: 300;
    font-size: var(--fs-18);
    line-height: 1.7;
    letter-spacing: var(--ls-tight);
    text-align: center;
    white-space: nowrap;
}

.footer_info {
    width: 27.874016%;
}

.copy {
    width: 18.740157%;
    margin-top: 2.4vw;
    font-size: var(--fs-18) !important;
    opacity: 1 !important;
}

.footer_bottom .copy {
    margin-top: 2.4vw;
}

@media (max-width: 599px) {
    /* 표시 토글 — footer.css가 mobile_style.css보다 후순위라 여기서 보장 */
    .pc-mobile { display: none; }
    .mobile-pc { display: flex; }
    .pc        { display: none !important; }
    .pc-inline { display: none !important; }
    .tablet    { display: none; }
    .mobile    { display: flex; }

    .contact_service {
        /* heightSource: mobile quick bar */
        aspect-ratio: 390/74;
        background: #f8f4e6;
    }

    .contact_service::before {
        display: none;
    }

    .quick_food {
        display: none;
    }

    .quick_call_absol {
        top: 2.6vw;
        left: 3.8%;
        width: 37.948718%;
    }

    .contact_mid {
        top: 9.2vw;
        left: 3.8%;
        width: 56.410256%;
    }

    .footer_input_form,
    .footer_input_form .footer_input {
        aspect-ratio: auto;
    }

    .footer_input_form {
        height: 8vw;
    }

    .footer_input_form .footer_input {
        height: 100%;
    }

    .footer_input_form .footer_input,
    .footer_input_form .footer_input::placeholder {
        font-size: 2.820513vw;
    }

    .quick_agree {
        top: 2.5vw;
        left: 62.8%;
        width: 30%;
        gap: 1.0vw;
    }

    .quickAgree_checkbox {
        width: 4vw;
        height: 4vw;
        aspect-ratio: 1/1;
        flex-shrink: 0;
        border: 1px solid #ddd;
    }

    .quickAgree_checkbox:checked::before {
        width: 60%;
        height: 60%;
        aspect-ratio: 1/1;
    }

    .quickAgree_fornt,
    .quickAgree_fornt a {
        font-size: 2.564103vw;
        line-height: 1.4;
        color: #333;
    }

    .quick_submit_div {
        top: 8.6vw;
        left: 62.8%;
        width: 34%;
    }

    .tothetop {
        top: auto;
        bottom: 20.5vw;
        left: 86.9%;
        width: 10.256410%;
        position: fixed;
    }

    .tothetop a {
        width: 100%;
        display: flex;
        background: #f8f4e6;
    }

    .footer {
        padding: 8.2vw 0 28.2vw;
    }

    .footer_logo {
        width: 42.051282%;
    }

    .footer_top_line {
        width: 86.153846%;
        margin-top: 6.2vw;
    }

    .footer_bottom {
        margin-top: 6.2vw;
    }

    .footer_info,
    .copy {
        width: 86.153846%;
        font-size: 3.076923vw !important;
        white-space: normal;
    }

    .copy {
        margin-top: 5.1vw;
    }

    .modal-content {
        margin: 7% auto;
        padding: 20px;
        width: 86%;
        border-radius: 30px;
    }
}
