@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-Regular.ttf') format('truetype');
}

a{
    font-family: "Noto Sans KR";
}

.clear::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

.pseudo-init {
    content: "";
    display: block
}

.btn {
    display: inline-block;
    width: 387px;
    max-width: 387px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.btn.btn-md {
    height: 44px;
    line-height: 44px
}

.btn.btn-primary {
    background: #ff5c17;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.btn.btn-disabled {
    background: #d3d3d3;
    color: #fff
}


.global-nav {
    display: none;
    position: absolute;
    top: 130px;
    left: 50%;
    width: 1184px;
    height: 315px;
    padding: 3px;
    margin-left: -586px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .08);
    border: solid 1px #d3d3d3;
    background-color: #fff;
    z-index: 100;
    box-sizing: border-box
}

.global-nav .inner {
    height: 100%;
    border: 1px solid #d6d6d6;
    box-sizing: border-box
}

.global-nav .inner::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

.global-nav .side-menu {
    width: 158px;
    height: inherit;
    float: left;
    position: relative;
    padding-top: 3px
}

.global-nav .side-menu::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0.26;
    top: 6px;
    right: 0;
    width: 1px;
    height: 96%;
    background: #707070
}

.global-nav .side-menu li {
    width: 138px;
    height: 48px;
    position: relative
}

.global-nav .side-menu li a {
    width: 100%;
    height: 48px;
    position: relative;
    z-index: 1;
    line-height: 44px;
    padding-left: 36px;
    display: block;
    font-size: 16px;
    text-align: left;
    color: #707070;
    box-sizing: border-box
}

.global-nav .side-menu li a:hover {
    color: #494949
}

.global-nav .side-menu li.active::after {
    content: "";
    display: block;
    width: 148px;
    height: 48px;
    position: absolute;
    top: 0;
    left: -10px;
    background: #ff5c17;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .1);
    border-radius: 0 25px 25px 0
}

.global-nav .side-menu li.active::before {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 17px;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    background: #fff url(/images/ico-sm-arrow-dark.png) 7px 5px no-repeat;
    z-index: 1
}

.global-nav .side-menu li.active a {
    color: #fff
}

.global-nav .gnb-contents {
    width: 973px;
    padding: 8px 22px 0 0;
    float: right
}

.global-nav .gnb-contents .top-menu {
    width: 100%;
    height: 36px;
    padding-left: 3px;
    background: #f7f7f7;
    box-sizing: border-box
}

.global-nav .gnb-contents .top-menu li {
    width: 50px;
    height: 36px;
    position: relative;
    float: left
}

.global-nav .gnb-contents .top-menu li::after {
    content: "";
    display: block;
    clear: both
}

.global-nav .gnb-contents .top-menu li a {
    width: 100%;
    height: 36px;
    display: block;
    line-height: 36px;
    opacity: .7;
    font-size: 15px;
    text-align: center;
    color: #707070
}

.global-nav .gnb-contents .top-menu li a:hover {
    opacity: 1
}

.global-nav .gnb-contents .top-menu li.active a {
    opacity: 1;
    color: #000
}

.global-nav .gnb-contents .top-menu li.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 28px;
    height: 2px;
    margin-left: -14px;
    background: #ff9d00
}

.global-nav .gnb-contents .item-list-wrapper {
    padding: 21px 0 0 18px
}

.global-nav .gnb-contents .item-list-wrapper::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

.global-nav .gnb-contents .item-list-wrapper li {
    width: 120px;
    float: left;
    margin-bottom: 30px;
    margin-right: 28px;
    text-align: left;
    padding-left: 24px;
    box-sizing: border-box;
    background: url(../images/ico-bullet-donut.png) 9px 4px no-repeat
}

.global-nav .gnb-contents .item-list-wrapper li a {
    font-size: 12px;
    text-align: left;
    color: #000
}

#header .search-form {
    position: absolute;
    top: -4px;
    left: -305px;
    display: none
}

#header .search-form input {
    width: 300px;
    height: 35px;
    padding: 0 0 0 16px;
    line-height: 35px;
    border-radius: 18px;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .08);
    border: solid .5px #dcdddd;
    background-color: #fff;
    box-sizing: border-box;
    outline: 0
}

#header .login-menu-layer {
    display: none;
    position: absolute;
    top: 33px;
    right: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .08);
    background: #fff
}

#header .login-menu-layer li {
    width: 125px;
    height: 38px;
    border: solid 1.2px #dcdddd;
    border-bottom-width: 0
}

#header .login-menu-layer li:last-child {
    border-bottom-width: 1px
}

#header .login-menu-layer li a {
    display: block;
    position: relative;
    width: 100%;
    height: 38px;
    padding-left: 18px;
    line-height: 38px;
    font-size: 16px;
    text-align: left;
    color: #707070;
    box-sizing: border-box
}

#header .login-menu-layer li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    right: 15px;
    width: 8px;
    height: 15px;
    background: url(/images/ico-layer-arrow.png) 0 0 no-repeat
}

.sns-login-btn dt {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: #707070;
    border-bottom: solid .5px #f6f6f6
}

.sns-login-btn dd {
    overflow: hidden;
    text-align: left
}

.sns-btn-in-login {
    overflow: hidden;
    text-align: center
}

.sns-login-btn dd a {
    display: inline-block;
    width: 79px;
    height: 79px;
    text-indent: -9999px
}

.sns-login-btn dd a.google {
    background: url(/images/ico-sns-google.png) 0 0 no-repeat
}

.sns-login-btn dd a.naver {
    background: url(/images/ico-sns-naver.png) 0 0 no-repeat
}

.sns-login-btn dd a.facebook {
    background: url(/images/ico-sns-facebook.png) 0 0 no-repeat
}

.sns-login-btn dd a.kakao {
    background: url(/images/ico-sns-kakao.png) 0 0 no-repeat
}

.pagination {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.pagination a {
    width: 20px;
    height: 20px;
    margin: 0 4px;
    line-height: 18px;
    opacity: .5;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #707070
}

.pagination a.active {
    opacity: 1;
    color: #000
}

.pagination a.next,
.pagination a.prev {
    width: 24px;
    height: 24px;
    opacity: 1
}

.pagination a.prev {
    background: url(/images/ico-page-prev.png) 0 0 no-repeat
}

.pagination a.next {
    background: url(/images/ico-page-next.png) 0 0 no-repeat
}

.card-item {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16)
}

.card-item .name {
    font-size: 17px;
    text-align: left;
    color: #000;
    padding-top:5px;
}

.card-item .name .categories {
    margin-top: 5px;
    font-size: 11px !important;
    /*font-weight: 600 !important;*/
    text-align: left;
    color: #707070
}

.card-item .name .categories span::after {
    display: inline-block;
    margin: 0 0 0 4px;
    content: "|"
}

.card-item .name .categories span:last-child::after {
    display: none
}

.card-item .info li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 1.58;
    text-align: left;
    color: #000;
    background-repeat: no-repeat
}

.card-item .info li:last-child {
    margin-bottom: 0
}

.card-item .info li.address {
    background-image: url(../images/ico-sm-map.svg);
    background-position: 0 2px;
    background-size: 15px 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
}

.card-item .info li.phone {
    background-image: url(/images/ico-sm-phone.svg);
    background-size: 8px 9px;
    background-position: 3px 5px;
}

.card-item .info li.description {
    background-image: url(/images/ico-sm-docs.svg);
    background-size: 9px 9px;
    background-position: 3px 5px;
}

.card-item .star {
    width: 71px;
    height: 28px;
}

.foodie-illustration {
    width: 100%;
    margin-top: 100px;
    height: 483px;
    background: url(/images/img_illustration.png) no-repeat;
    background-size: cover !important;

    background-position: center;
}

.nav-tabs2 {
    position: relative;
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #d3d3d3
}

.nav-tabs2::after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both
}

.nav-tabs2 li {
    width: 116px;
    height: 38px;
    position: relative;
    top: 1px;
    float: left;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #d3d3d3
}

.nav-tabs2 li.active {
    border-bottom-color: #fff
}

.nav-tabs2 li.active a {
    color: #ff5c17
}

.nav-tabs2 li a {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #707070;
    text-align: center
}

.modal-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101
}

.modal-popup .modal-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #bbb;
    opacity: .31
}

.modal-popup .modal-body {
    width: 410px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    padding: 32px 32px 26px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    border: solid 1px #d3d3d3;
    background-color: #fff;
    z-index: 101;
    box-sizing: border-box
}

.modal-popup .icon {
    margin-bottom: 21px;
    text-align: center
}

.modal-popup .message {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.76;
    text-align: center;
    color: #9d9d9d
}

.modal-popup .btn-area {
    text-align: center
}

.modal-popup .btn-area .btn {
    width: 121px;
    height: 44px;
    margin: 0 6px;
    line-height: 44px;
    font-size: 15px;
    font-weight: 500
}

.ad-banner {
    width: 1180px;
    height: 182px !important;
    position: relative;
    margin: 0 auto;
}

.ad-banner .btn-close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    right: -8px;
    background: url(/images/ico-close-banner.png) 0 0 no-repeat
}

.policy-wrapper {
    width: 1000px;
    margin: 30px auto 124px;
    box-shadow: 2.3px 2.3px 9.4px 0 rgba(0, 0, 0, .11);
    border: solid 1px #dcdddd;
    background-color: #fff
}

.policy-wrapper .header {
    height: 40px;
    padding: 12px 0 0 34px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
    text-align: left;
    color: #ff5c17;
    box-sizing: border-box;
    background: url(/images/ico-circle-arrow.png) 12px 11px no-repeat
}

.policy-wrapper .contents {
    padding: 49px 73px
}

.policy-wrapper .contents h2 {
    margin-bottom: 40px;
    font-size: 18px;
    color: #000
}

.policy-wrapper .contents h3 {
    margin-bottom: 20px;
    font-size: 17px;
    color: #000
}

.policy-wrapper .contents p {
    margin-bottom: 40px;
    font-size: 17px;
    color: #707070;
    line-height: 29px
}

.gps-wrapper {
    width: 600px;
    padding-top: 220px;
    margin: 0 auto;
    text-align: center
}

.gps-wrapper .message {
    margin: 8px 0 36px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    text-align: center;
    color: #9d9d9d
}

.gps-wrapper .btn-primary {
    width: 170px;
    height: 50px;
    background: #e5004f;
    font-size: 17px;
    font-weight: 400
}

#sudo {
    height: 30px;
    background-color: #FFFFFF;
}

#incheon {
    height: 30px;
    background-color: #FFFFFF;
}

#busan {
    height: 30px;
    background-color: #FFFFFF;
}

#daegu {
    height: 30px;
    background-color: #FFFFFF;
}

#gju {
    height: 30px;
    background-color: #FFFFFF;
}

#daejun {
    height: 30px;
    background-color: #FFFFFF;
}

#regionContent2 .top-menu {
    height: 36px;
}

#daejun li {
    width: 100px;
}

#gju li {
    width: 100px;
}

#busan li {
    width: 100px;
}

#daegu li {
    width: 100px;
}

.star-img {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 5px;
}

.delete-btn {
    width: 30px;
    height: 20px;
    margin: 14.5px 9px 14.5px 65px;
    padding: 5px 10px;
    border-radius: 3px;
    border: solid 1px #d3d3d3;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-family: NotoSansKR;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    color: #9d9d9d;
}

.star-position {
    width: 71px;
    height: 28px;
    position: absolute;
    top: 16px;
    right: 10px;
}

.star-box {
    float: right;
}

.hide-text-1 {
    display: block;
    padding-top: 2px;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.hide-text-2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}

.best-div {
    height: 16px;
    line-height: 19px;
    margin-bottom: 5px;
    background: #9872ff;
    color: white;
    font-size: 10px;
    text-align: center;
    width: 45px;
    border-radius: 3px;
}

.li-div-best {
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    margin-top: -15px;
}

.best-div-mypage {
    width: 48px;
    height: 20px;
    margin: 14.5px 9px 14.5px 50px;
    padding: 5px 10px;
    border-radius: 3px;
    border: solid 0px #d3d3d3;
    background: #9872ff;
    color: #9d9d9d;
    font-size: 12px;
    font-weight: normal;
    font-family: NotoSansKR;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    cursor: default;
    color: white;
}



@media(max-width:700px) {
    .btn{
        width: 100%;
    }
    .policy-wrapper{
        width: 100%;
    }

    .policy-wrapper .contents{
        padding: 25px 25px;
    }
    .global-nav {
        display: none;
        position: absolute;
        top: 95px;
        width: 98%;
        margin-left: 5px;
        height: 430px !important;
        left: 0px;
        padding: 3px;
        box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .08);
        border: solid 1px #d3d3d3;
        background-color: #fff;
        z-index: 100;
        box-sizing: border-box
    }
    .global-nav .gnb-contents .top-menu li{
        width: 48px;
    }
    .global-nav .side-menu li.active::before{
        background: unset;

    }

    .global-nav .side-menu li.active::after{
        left: unset;
        width: 100%;
        border-radius: unset;
    }

    .global-nav .side-menu li a{
        width: 80px;
        padding-left: 12px;
        text-align: center;
        padding-right: 12px;
        font-size: 15px;
    }

    .global-nav .side-menu{
        display: flex;
        height: unset;
    }

    .global-nav .gnb-contents .top-menu {
        width: 95%;
        height: 110px;
        padding-left: 3px;
        margin-left: 8px;
        background: #f7f7f7;
        box-sizing: border-box;
        overflow-x: auto; /* 가로 스크롤을 활성화 */
        white-space: nowrap; /* 모든 아이템을 한 줄에 표시 */
    }

    .global-nav .gnb-contents{
        width: 100%;
        padding: 8px 8px 0px 0px;
    }
    .global-nav .gnb-contents .item-list-wrapper li{
        width: 150px !important;
    }
    #regionContent2 .top-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
    #scrollBeforeButton{
        left: 0px !important;
    }
    #scrollRightButton{
        right: 5px !important;
    }
    .global-nav .gnb-contents .item-list-wrapper{
        padding: 25px 17px 25px 15px !important;
        height: 290px;
        overflow-y: auto;
    }
    .global-nav .side-menu::after{
        background: unset;
    }
    .sns-login-btn dt{
        padding-bottom: 0px;
    }
    .login-form .sns-login-btn{
        margin-top: 30px !important;
    }

    .delete-btn{
        width: 24px !important;
        height: 20px;
        margin: 22px 0px 0px 0px!important;
    }
    .delete-btn2 {
        width: 24px !important;
        height: 20px;
        margin: 15px 0px 0px 0px!important;
    }
}
.delete-btn2 {
    width: 30px;
    height: 20px;
    margin: 14.5px 9px 14.5px 65px;
    padding: 5px 10px;
    border-radius: 3px;
    border: solid 1px #d3d3d3;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    font-family: NotoSansKR;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: center;
    color: #9d9d9d;
}
