@charset "utf-8";

html,
body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

.fill_white {
    fill: #fff;
}

/*해당페이지만 header가 modal 위로 가서 패치함*/
.neon_post_food .main {
    z-index: 9;
}

.vr {
    background-color: #eee !important;
    opacity: 1;
}

/*가로 스크롤 버튼 사라지도록*/
.scroll-box {
    -ms-overflow-style: none;
}

.scroll-box::-webkit-scrollbar {
    display: none;
}

.scroll-left.hidden {
    display: none;
}

.scroll-right.hidden {
    display: none;
}

.scroll-left.hidden+.scroll-right {
    display: block;
}

.scroll-right.hidden+.scroll-left {
    display: block;
}

.pswp img {
    max-width: none;
    object-fit: contain;
}

.object-fit-contain,
.object-fit-cover {
    width: 100% !important;
}
.disabled{
    opacity: 0.4;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-check-input:disabled {
    pointer-events: initial !important;
    cursor: not-allowed !important;
    background-color: #eee !important;
}

.neon_certified {
    top: 1.3rem;
    right: 2rem;
    font-size: 10rem;
    opacity: .8
}

hr {
    opacity: .1;
}

.lh-sm {
    line-height: 1.1 !important;
}

.half-rule {
    width: 40px;
    margin: 20px auto 40px;
    border: 0;
    border-top: 2px solid #323232;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}

.modal-content {
    border-width: 0;
}

/*로딩*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 50px;
}

.lds-ellipsis div {
    position: absolute;
    top: 20px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ccc !important;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*green color*/
.btn_outline_green>i,
.btn-outline-light>i {
    color: #fff;
}

.btn-check:checked+.btn_outline_green,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: #5cb85c !important;
    border-color: #5cb85c !important;
}

.btn-check:checked+.btn_outline_green>i {
    color: #5cb85c !important;
}

.btn-check:checked+.btn-outline-light {
    color: #e74b50 !important;
    border-color: #e74b50 !important;
}

.btn-check:checked+.btn-outline-light>i {
    color: #e74b50;
}

.btn.active .checked {
    display: block !important;
    left: 10%;
    position: absolute;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.fs-40 {
    font-size: 4rem !important;
}

.fs-30 {
    font-size: 3rem !important;
}

.p-container {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.pt-top {
    padding-top: 7rem;
}

.pt-top2 {
    padding-top: 147px;
}

.rounded-8 {
    border-radius: 1.8rem;
}

.rounded-10 {
    border-radius: 3rem;
}

.bg_color {
    background-color: #f6f7f7 !important;
}

.top_padding,
.neon_home_detail,
.neon_home {
    padding-top: 79px;
}

a {
    text-decoration: none;
    color: #222;
    cursor: pointer;
    display: block;
}
.bg_back{
    background-color: #f6f7f7 !important;
}
.form-check-input:checked,
.bg_primary {
    background-color: #e74b50 !important;
}

.border {
    border-color: #e8e8e8 !important;
}

.form-check-input:checked,
.border_primary {
    border-color: #e74b50 !important;
}

.border_disabled {
    border-color: #cbcbcb !important;
}

.font_Roboto_bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.tag_best {
    background-color: #4eb6dd;
}

.tag_new {
    background-color: #60b36e;
}

.tag_promotion {
    background-color: #e75f64;
}

.tag_must_try {
    background-color: #e39d3a;
}

.tag_recommand {
    background-color: #a878c8;
}

.text-small {
    font-size: 0.5rem;
}

.page-link,
.nav-link,
button {
    color: #000;
}

.main .navbar {
    padding: 1rem 0;
}

.navbar-brand img {
    height: 35px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
a:active,
a:hover,
.text_primary {
    color: #e74b50 !important;
}

.text_disabled {
    color: #cbcbcb !important;
}

.bg_gray {
    background-color: #eee;
}

.home_bg {
    background-color: #f6f7f7;
}

.btn:hover,
.active_primary .active:hover,
.btn_primary:hover,
.orange_active .active,
.orange_active a:hover,
.text_orange {
    color: #ffa23f !important;
}

.orange_active .active {
    border-color: #ffa23f !important;
}

.border_orange {
    border: 2px solid #ffa23f !important;
}

.bg_orange {
    background-color: #ffa23f !important;
}

.btn_orange {
    background-color: #ffa23f !important;
    color: #fff !important;
}

.ellipsis {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-flush .accordion-item .accordion-button,
.form-select,
.round_primary,
.form-control,
.rounded-5{
    border-radius: .6rem !important;
}*/
.btn_green,
.btn_success {
    background-color: #5cb85c !important;
    color: #fff !important;
}

.bg_green,
.bg-success {
    background-color: #5cb85c !important;
}

.text_green,
.text-success {
    color: #5cb85c !important;
}

.border_green,
.border-success {
    border-color: #5cb85c !important;
}

.bg-primary {
    background-color: #4873b8 !important;
}

/*post food- store name*/
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #f8f9fa;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:last-child {
    padding: 0;
}

.autocomplete-active,
.autocomplete-items div:hover {
    background-color: #d4d4d4;
}

.dropdown-item:active,
.btn_primary {
    background-color: #e74b50 !important;
    color: #fff !important;
}

.store_info div {
    border-right: 1px solid #dee2e6 !important;
}

.store_info div:last-child {
    border-right: 0px solid #dee2e6 !important;
}

.btn,
.form-select,
.form-control,
.form-control-lg {
    font-size: 1rem;
    padding: .8rem 1rem;
}
.form-select{
    padding: .8rem 2.5rem .8rem .8rem;
}
.fs-7 {
    font-size: .9rem !important;
}

.fs-8 {
    font-size: .8rem !important;
}

.flex-center-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.flex-between-center {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.page-item.active .page-link,
.btn-outline-primary:hover,
.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.active_primary .active,
form .active {
    background-color: #e74b50 !important;
    color: #fff !important;
    border-color: #e74b50 !important;
}

.neon_food_detail .swiper-slide-thumb-active img,
.border_active .active {
    border: 3px solid #e74b50 !important;
}

.swiper-slide-thumb-active .opacity-50:hover,
.swiper-slide-thumb-active .opacity-50 {
    opacity: 0 !important;
}

.accordion-item,
.accordion-body {
    border-width: 0px !important;
}

.accordion-button {
    background-color: #f1f1f1;
    margin-bottom: .5rem;
}

.accordion-body {
    padding: 1rem 0 !important;
}

.btn-outline-primary {
    color: #333 !important;
    border-color: #ced4da !important;
}

.title_btn:not(.collapsed) {
    color: #e74b50 !important;
    border-color: #e74b50 !important;
    background-color: #fff;
}

.order_list .border-bottom:last-child {
    border-bottom-width: 0px !important;
}

.neon_outer {
    background-color: #fff;
    border-radius: 3rem;
    border: 1rem solid #eee;
    margin: 2% 0;
}

.dropdown-toggle::after {
    display: none;
}

.main_top {
    padding-top: 12rem;
}

.vs_mark {
    z-index: 9;
    font-size: 4.2rem;
    padding: 2rem 2.5rem;
}

.certified {
    font-size: 11rem;
    opacity: 0.4
}

footer .nav-link {
    padding-left: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.text-gradient {
    color: transparent;
    background-image: linear-gradient(to right, #66D08A, #436AF4);
    -webkit-background-clip: text;
    background-clip: text;
}

.text-gradient-red {
    background-image: linear-gradient(to right, #E64C51 30%, #ffa23f);
}

.login_box {
    max-width: 450px;
}

.save_box .save {
    display: none !important;
}

.save_box:hover .save {
    display: flex !important;
}

.foot_widget .nav {
    flex-wrap: nowrap;
}

.foot_widget .collapse:not(.show) {
    display: flex;
}

.font-marker {
    font-size: 8rem;
}

.big_title{
    font-weight: 800; text-shadow: -.8rem 0 black, 0 .8rem black, .8rem 0 black, 0 -.8rem black;
}
.big_title .title_1{
    font-size: 5rem; margin-bottom: -2rem;
}
.big_title .title_2{
    font-size: 8.5rem;
}
.neon_bg1 {
    background: url(../img/neon_bg.png) center center no-repeat;
}
.py-6 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
@media screen and (max-width:767px) {
    .collapse_search {
        transform: translate(0, 0) !important;
        top: 0 !important;
        left: 0 !important;
        padding-bottom: 1rem;
    }

    .m_position_relative {
        position: relative !important;
    }

    .main .navbar {
        padding-top: .5rem;
    }

    .pt-top {
        padding-top: 11rem !important;
    }

    .pt-top2 {
        padding-top: 120px;
    }

    /* .navbar .navbar-collapse {
        padding: .5rem;
        margin-top: .5rem;
        background-color: #eee;
        border-radius: 1rem;
    } */

    .navbar .navbar-collapse .nav-link {
        background-color: #fff;
    }

    .navbar .navbar-collapse .navbar-nav .nav-item {
        flex: 1 0 0%;
        text-align: center;
    }

    .foot_widget h5 {
        padding-bottom: 1rem;
        border-bottom: 1px solid #333;
    }

    .foot_widget div:last-child h5 {
        padding-bottom: 0rem;
        border-bottom: 0px solid #333;
    }

    .foot_widget .collapse:not(.show) {
        display: none;
    }

    .nibblaa_certified {
        font-size: 5rem !important;
    }

    .liked_bar {
        border-radius: 1rem !important;
    }

    .foot_widget .fs-6 {
        font-size: .9rem !important;
    }

    .font-marker {
        font-size: 6rem;
    }

    .p-5,
    .p-4 {
        padding: 2rem !important;
    }
}

@media screen and (max-width:992px) {

    html,
    body {
        font-size: 14px;
    }

    .neon_home_detail,
    .neon_home {
        padding-top: 58px;
    }

    .queue {
        align-items: flex-start !important;
    }

    .neon_box {
        width: 100%;
        padding: 1.5rem !important;
        background-color: #fff;
    }

    .navbar .navbar-brand img {
        height: 25px !important;
        padding-left: .5rem;
    }

    .fs-50 {
        font-size: 3rem !important;
    }

    .fs-40,
    h1 {
        font-size: 2.5rem !important;
    }

    .fs-30,
    h2 {
        font-size: 2rem !important;
    }

    h4 {
        font-size: 1.2rem !important;
    }

    .rounded-10,
    .rounded-8 {
        border-radius: 1rem;
    }

    .pt-top {
        padding-top: 7rem;
    }

    .p-6 {
        padding: 2.5rem;
    }

    .p-container {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .map {
        text-align: center;
    }

    .vs_mark {
        font-size: 2rem;
    }

    .best_choice .card-body {
        padding: 1.5rem !important;
    }

    .certified {
        font-size: 6rem;
    }

    .gourmet_tale,
    .main_bg {
        background-image: none !important;
    }

    .neon_certified {
        top: 0.5rem;
        right: 1rem;
        font-size: 6rem;
    }

    .download img {
        width: 50% !important;
    }

    .m_border_0 {
        border-width: 0px !important;
    }

    .save_box .save {
        display: flex !important;
    }
    .big_title{
        font-weight: 800; text-shadow: -.4rem 0 black, 0 .4rem black, .4rem 0 black, 0 -.4rem black;
    }
    .big_title .title_1{
        font-size: 3rem; margin-bottom: -1rem;
    }
    .big_title .title_2{
        font-size: 5rem;
    }
}

@media screen and (min-width:768px) {
    .fs-50 {
        font-size: 3rem !important;
    }

    .pt-top2 {
        padding-top: 82px;
    }
}

@media screen and (min-width:922px) {
    .p-6 {
        padding: 2.5rem;
    }

    .max_768 {
        max-width: 768px;
    }

    .neon_box {
        background-color: #fff;
        border-radius: 3rem;
        border: 1rem solid #eee;
        margin: 2% auto;
        padding: 1.5rem;
        width: 600px;
    }

    .status_mark {
        left: 90% !important;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .fs-50 {
        font-size: 5rem !important;
    }

    .p-6 {
        padding: 4rem;
    }
}

@media (min-width: 1400px) {
    .p-6 {
        padding: 6rem;
    }
}