/* 웹폰트 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Sans+KR:wght@300;400;500;700&family=Noto+Sans+Thai:wght@300;400;500;700&display=swap');

:lang(ko) * {
    word-break: keep-all;
    overflow-wrap: break-word;
}

:lang(en) *, :lang(es) * {
    word-break: normal;
    overflow-wrap: break-word;
}

:lang(ja) * {
    word-break: break-word;
    overflow-wrap: break-word;
}

:lang(zh) *, :lang(zh-cn) *, :lang(zh-tw) * {
    word-break: break-all;
    overflow-wrap: break-word;
}

/* 다국어 폰트 적용 */
html, body, h1, h2, h3, h4, h5, h6, p, input, button, textarea, .btn {
    font-family: "SF Pro KR", "SF Pro Display", "SF Pro Icons", -apple-system, BlinkMacSystemFont, 'Noto Sans', 'Noto Sans Thai', 'Noto Sans JP', 'Noto Sans KR', meiryo, sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 16px;
    position: relative;
    min-height: 100%;
}

body {
    flex-direction: column;
    -ms-overflow-style: none;
    -webkit-touch-callout: none;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    /*overflow: overlay;*/
}

main {
    width: 100%;
    padding-bottom: 100px;
    margin-bottom: 350px;
}

input {
    outline: none;
    border: none;
    background-color: transparent;
    width: 100%;
}

.form-control::-webkit-input-placeholder {
    color: #BAC0C6;
    font-weight: 300;
}

.form-control:-ms-input-placeholder {
    color: #BAC0C6;
    font-weight: 300;
}

.form-control::-moz-placeholder {
    color: #BAC0C6;
    font-weight: 300;
    opacity: 1;
}

.form-control::placeholder {
    color: #BAC0C6;
    font-weight: 300;
    opacity: 1;
}

.form-control {
    padding: 0.5rem 0.75rem;
}

.form-select {
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

    a:link {
        color: unset;
    }

    a:visited {
        color: unset;
    }

    a:hover {
        color: unset;
    }

    a:active {
        color: unset;
    }

a, span {
    display: inline-block;
}

a, button {
    cursor: pointer;
}

a, span, p {
    word-break: keep-all;
}

a, button, span, input, ul, li, div {
    -webkit-tap-highlight-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input, select, button, textarea {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: rgba(105, 169, 238, 0.69);
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.shadow-md {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.125) !important;
}

.text-sub {
    font-size: 0.9rem;
}

.text-sm {
    font-size: 0.8rem;
}

.text-xsm {
    font-size: 0.75rem;
}

.text-blue {
    color: #4D94E6;
}

.text-blue-2 {
    color: #43A5F6;
}

.text-red {
    color: #DA5542;
}

.text-red2 {
    color: #FF4A30;
}

.text-orange {
    color: #F16317;
}

.form-control.border-red {
    border-color: #EA684B;
}

.text-green {
    color: #57B59A;
}

.text-darkgray {
    color: #4a5055;
}

.text-lightgray {
    color: rgb(147,152,157);
}

.cursor-pointer {
    cursor: pointer;
}

.bg-white {
    background-color: #fff !important;
}

.bg-green {
    background-color: #E4F8E1;
}

.bg-skyblue {
    background-color: #E9F4FC;
}

.bg-lightgray {
    background-color: #F5F6F7;
}

.bg-lightgray-40 {
    background-color: rgba(245, 247, 248, 0.4);
}

.bg-red {
    background-color: #DA5542;
}

.bg-blue {
    background-color: #4D94E6;
}

.bg-blue2 {
    background-color: #43A5F6;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

a.btn-common,
button.btn-common {
    width: 140px;
    height: 2.5rem;
    font-size: 16px;
    background: #43A5F6;
    border-radius: 4px;
    transition: 0.2s;
    color: #fff;
}

    a.btn-common:hover,
    button.btn-common:hover {
        background: #43A5F6;
        color: #fff;
    }

button.btn-gray {
    font-size: 16px;
    background: #EAEDEF;
    border-radius: 4px;
    transition: 0.2s;
    color: #000;
}

    button.btn-gray:hover {
        background: #EAEDEF;
        color: #000;
    }

button.btn-lightblue {
    /*height: 2.5rem;*/
    font-size: 16px;
    background: #69A9ED;
    border-radius: 4px;
    transition: 0.2s;
    color: #fff;
}

    button.btn-lightblue:hover {
        background: #69A9ED;
        color: #fff;
    }

button.btn-blue {
    /*height: 2.5rem;*/
    font-size: 16px;
    background: #43A5F6;
    border-radius: 4px;
    color: #fff;
}

    button.btn-blue:hover {
        background: #43A5F6;
        color: #fff;
    }

button.btn-white {
    /*height: 2.5rem;*/
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #CFD4D9;
    color: #6D7479;
    font-weight: 500;
}

    button.btn-white:hover {
        background: #fff;
        color: #6D7479;
    }

button.btn-red {
    /*height: 2.5rem;*/
    font-size: 16px;
    background: #DA5542;
    border-radius: 4px;
    border: 1px solid #DA5542;
    color: #fff;
    font-weight: 500;
}

    button.btn-red:hover {
        background: #DA5542;
        color: #fff;
    }

button.btn-signup-blue {
    color: #fff;
    font-weight: 500;
    background-color: #4A6388;
    border-color: #fff;
}

    button.btn-signup-blue:hover {
        color: #fff;
        background-color: #2C4467;
        border-color: #4A6388;
    }

button.btn-signup-white {
    color: #4A6388;
    font-weight: 500;
    background-color: #fff;
    border-color: #4A6388;
}

    button.btn-signup-white:hover {
        color: #fff;
        background-color: #2C4467;
        border-color: #4A6388;
    }

button.btn-terms {
    /*height: 2.5rem;*/
    font-size: 1rem;
    background: #fff;
    color: #6D7479;
    font-weight: 500;
    border-color: #dee2e6;
}

    button.btn-terms:hover {
        /*background: rgba(67, 165, 246, 0.1);*/
        background-color: #fff;
        /*color: #43A5F6;*/
        color: #6D7479;
        font-weight: 700;
    }

.badge {
    display: inline-block;
    width: 100%;
    text-wrap: wrap;
}

    .badge.badge-specialprice {
        background-color: #43A5F6;
        font-weight: 400;
        padding: 0.4em;
        font-size: 0.6em;
        /*font-size: 0.9em;*/
    }

    .badge.badge-reservationprice {
        background-color: #283CF4;
        font-weight: 400;
        padding: 0.4em;
        font-size: 0.6em;
        /*font-size: 0.9em;*/
    }

img.banner.new {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1.25rem;
    margin-top: 0.75rem;
    /*width: 3.5rem;*/
    /*height: 4.875rem;*/
    width: 4.625rem;
    height: 1.625rem;
}

button.btn-kakao {
    display: flex;
    height: 60px;
    padding: 7px 13px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid #E9ECEF;
    background: #FAE100;
}

.btn-kakao-txt {
    color: #381E1F;
    font-family: Noto Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

button.btn-naver-reservation {
    display: flex;
    height: 60px;
    padding: 7px 13px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid #E9ECEF;
    background: #4D94E6;
}

.btn-naver-reservation-txt {
    color: #FFF;
    font-family: Noto Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.aside-txt {
    color: #858C93;
    text-align: center;
    font-family: Noto Sans;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15px */
}


/* Spinner css
-------------------------------------------------- */
.spinner-background {
    position: fixed;
    width: 100vw;
    bottom: 0;
    background-color: black;
    z-index: 1055;
    opacity: 0.5;
    /*transition: opacity 0.5s;*/
}


/* ------------------------------- Field Category ------------------------------------- */
.list-nav {
    overflow: auto;
    margin-bottom: 2rem;
}

    .list-nav::-webkit-scrollbar {
        display: none;
    }

    .list-nav::-webkit-scrollbar-thumb {
        display: none;
    }

    .list-nav::-webkit-scrollbar-track {
        display: none;
    }

    .list-nav ul {
        display: flex;
        /*justify-content: flex-start;*/
        justify-content: center;
        flex-wrap: nowrap;
    }

    .list-nav .nav-pills .nav-item {
        padding: 0.3rem 0.2rem;
    }

    .list-nav .nav-pills .nav-link {
        padding: 0.5rem 0.5rem;
        border-radius: 1.5rem;
        border: 1px solid rgba(0,0,0,0.1);
        color: #4A5154;
        background-color: #fff;
        font-size: 0.9rem;
        font-weight: 500;
        word-break: keep-all;
        white-space: pre;
    }

        .list-nav .nav-pills .nav-link.active {
            background-color: #43A5F6;
            border: 1px solid #43A5F6;
            color: #fff;
        }

.kakao_talk_cs_banner {
    margin-right: 0px !important;
    width: 120px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #CFD4D9;
    background: #FFF;
    display: flex;
    justify-content: space-evenly;
    padding: 1px;
}

    .kakao_talk_cs_banner:hover {
        cursor: pointer;
    }

    .kakao_talk_cs_banner img {
        width: 16px;
    }

    .kakao_talk_cs_banner > p {
        color: #94989E;
        font-family: Nanum Gothic;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        margin-block: auto;
    }

.footer-top .talk_banner_desc {
    font-size: 12px !important;
    color: #94989E !important;
}

.footer-bottom .footer-bottom-wrap {
    margin-top: 20px;
    display: inline-flex;
}

    .footer-bottom .footer-bottom-wrap > div:nth-child(1) {
        display: inline-block;
    }

.corp_intro_and_terms {
    display: flex;
    justify-items: flex-end;
    font-family: Noto Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
/**
 * 필드 페이지 분기를 위한 별도 CSS
 */
#floating_div_field {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 20px;
    flex-direction: column;
    z-index: 999;
    width: 56px;
}

    #floating_div_field > .quickmenu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        #floating_div_field > .quickmenu > a.link_mail {
            width: 65px !important;
            height: 65px !important;
            background: url(../assets/images/btn-email.svg);
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: 100% 100%;
        }

            #floating_div_field > .quickmenu > a.link_mail .blind {
                overflow: hidden;
                position: absolute;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                border: 0;
                white-space: nowrap;
                clip: rect(0, 0, 0, 0);
            }


#floating_div > .quickmenu > a.link_mail {
    width: 65px !important;
    height: 65px !important;
    background: url(../assets/images/btn-email.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}

    #floating_div > .quickmenu > a.link_mail .blind {
        overflow: hidden;
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        white-space: nowrap;
        clip: rect(0, 0, 0, 0);
    }

#floating_div > .quickmenu .talk_expose_green {
    border: 0;
}

#floating_div > .quickmenu > div:first-child {
    border-radius: 0px 10px 0px 0px;
}

#floating_div > .quickmenu > div:last-child {
    border-radius: 0px 0px 0px 10px;
}

#floating_div > .quickmenu .kakao_btn_position {
    display: flex;
    justify-content: center;
    align-items: center;
}

#floating_div_field > .quickmenu .kakao_btn {
    width: 65px;
    height: 65px;
    padding: 7.5px 10px;
    background-color: #FFE81A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 800;
    line-height: normal;
    font-size: 17px;
}

    #floating_div_field > .quickmenu .kakao_btn .ico_kko_btn {
        width: 36px;
        height: 36px;
    }

#floating_div_field > .quickmenu > div.talk_banner_div div.talk_banner_preview {
    width: 65px !important;
    height: 65px !important;
    border-radius: 10px 0px 0px 0px;
}

    #floating_div_field > .quickmenu > div.talk_banner_div div.talk_banner_preview > span {
        margin-left: 3px;
    }

    #floating_div_field > .quickmenu > div.talk_banner_div div.talk_banner_preview > em {
        display: none;
    }

#floating_div_field > .quickmenu .click_top {
    width: 65px;
    height: 65px;
    padding: 7.5px 10px;
    background-color: #D6DCE1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 800;
    line-height: normal;
    font-size: 17px;
}

    #floating_div_field > .quickmenu .click_top > img {
        width: 65px;
        height: 65px;
    }



/**
 * 원래 플로팅 배너 CSS
*/
#floating_div {
    position: fixed;
    bottom: 20px;
    right: 10px;
    flex-direction: column;
    z-index: 999;
    width: 56px;
}

    #floating_div > .quickmenu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        #floating_div > .quickmenu .kakao_btn {
            width: 65px;
            height: 65px;
            padding: 7.5px 10px;
            background-color: #FFE81A;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-weight: 800;
            line-height: normal;
            font-size: 17px;
        }

            #floating_div > .quickmenu .kakao_btn .ico_kko_btn {
                width: 36px;
                height: 36px;
            }

        #floating_div > .quickmenu > div:first-child {
            border-radius: 10px 0px 0px 0px;
        }

        #floating_div > .quickmenu > button:last-child {
            border-radius: 0px 0px 0px 10px;
        }

        #floating_div > .quickmenu > div.talk_banner_div div.talk_banner_preview {
            /*padding: 7.5px 10px;*/
            width: 65px !important;
            height: 65px !important;
            border-radius: 10px 0px 0px 0px;
        }

            #floating_div > .quickmenu > div.talk_banner_div div.talk_banner_preview > span {
                margin-left: 3px;
            }



            #floating_div > .quickmenu > div.talk_banner_div div.talk_banner_preview > em {
                display: none;
                color: #00C73C;
            }

        #floating_div > .quickmenu .click_top {
            width: 65px;
            height: 65px;
            padding: 7.5px 10px;
            background-color: #D6DCE1;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 800;
            line-height: normal;
            font-size: 12px;
        }

            #floating_div > .quickmenu .click_top > img {
                width: 65px;
                height: 65px;
            }



/* Product Price
----------------------------------------------- */
.content-pc {
    display: block;
}

.content-mobile {
    display: none !important;
}

.product-normalprice {
    color: #838383;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    text-decoration-line: line-through;
}

.product-normalprice-mb {
    color: #858B93;
    font-family: SF Pro;
    font-size: 8px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 12px */
    text-decoration-line: line-through;
}

.discount-box {
    background-color: #43A5F6;
    color: white;
    padding: 6px 10px;
    border-radius: 3px;
}

.product-md-9 {
    flex: 0 0 auto;
    width: 75%;
}

.product-md-3 {
    flex: 0 0 auto;
    width: 25%;
}

.product-md-8 {
    flex: 0 0 auto;
    width: 75%;
}

.product-md-4 {
    flex: 0 0 auto;
    width: 40px;
    text-align: center;
}

/*20240131 추가 [S]*/
/* input
------------------------------------------------- */
.mw-40 {
    min-width: 40px;
}
/*20240131 추가 [E]*/

/* 모바일 대응
------------------------------------------------- */
.mobile {
    display: none;
    justify-content: space-evenly;
}

:lang(en) .list-nav .nav-pills .nav-link {
    padding: 0.5rem 0.5rem;
}

@media (max-width: 1059px) {
    html {
        font-size: 14px;
    }

    main {
        /*margin-bottom: 500px;*/
    }

    .content-container {
        margin: 0 auto;
        padding: 0.75rem;
        background-color: #fff;
        width: 100vw;
    }

    .mobile-none {
        display: none;
    }

    .mobile {
        display: block;
    }

    button.btn-common {
        height: 3rem;
    }

    button.btn-white {
        font-size: 1rem;
    }

    button.btn-mobile {
        font-size: 0.8rem;
    }

    img.mobile-logo {
        height: 26px;
    }

    div.mobile-logo {
        width: 190px;
        height: 30px;
    }

    img.banner.new {
        margin-left: 0.5rem;
        margin-top: 0.75rem;
        /*width: 80%;
        height: 80%;*/
    }

    .footer-bottom .footer-bottom-wrap {
        display: block;
    }

    #floating_div {
        right: 10px;
    }

    #floating_div_field {
        display: block;
        right: 10px;
    }

    .content-pc {
        display: none !important;
    }

    .content-mobile {
        display: block !important;
    }

    .list-nav ul {
        justify-content: flex-start;
    }
}
