.right-header .noti span {
    position: absolute;
    right: -3px;
    top: 0;
    width: 16px;
    height: 16px;
    background-color: #f8b62d;
    border-radius: 50%;
    display: block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    line-height: 16px;
}

.footer-flex .footer-left+div {
    padding-top: 25px;
    padding-bottom: 60px;
}

.top-arrow {
    right: unset;
}

.goods-empty {
    text-align: center;
    margin-top: 76px;
}

#container.has-moMenu {
    position: sticky;
}

.popup .popup-box.w-520 {
    width: 520px;
}

.popup .popup-box.w-520 .popup-cont {
    padding: 0;
}

.popup .popup-box.w-520 .coupon-top {
    position: relative;
    height: 74px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}

.popup .popup-box.w-520 .coupon-top .close-btn {
    position: absolute;
    left: 20px;
    max-width: 30px;
}

.popup .popup-box.w-520 .coupon-top .close-btn img {
    width: 100%;
}

.popup .popup-box.w-520 .coupon-top .coupon-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
    min-width: 252px;
    text-align: center;
}

.popup .popup-box.w-520 .coupon-cont {
    padding: 20px;
}

.popup .popup-box.w-520 .popup-cont.save .coupon-top {
    border-bottom: none;
}

.popup .popup-box.w-520 .popup-cont.save .coupon-top .coupon-title {
    font-weight: 500;
}

.popup .popup-box.w-520 .popup-cont.save .coupon-cont {
    padding-top: 11px;
}

.page-switch-search-area .result-section .search-tips button.search_history_name {
	border-right-style: hidden;
	border-radius: unset;
	background: unset;
	padding: 7px 6px 7px 14px;
}

.page-switch-search-area .result-section .search-tips button.search_history_delete {
	border-left-style: hidden;
	border-radius: unset;
	padding: 7px 14px 7px 10px;
	width: 21px;
}

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

.comments p span:after {
	position: unset;
	content: unset;
	left: unset
}

.menu-list li {
	margin-bottom: 20px;
}

@media (max-width: 768px) {
    header {
        display: block !important;
    }

    .mo-detail {
        z-index: 5;
    }

    .goods-empty {
        margin-top: 46px;
    }

    /* 반응형 풀 페이지 일 때 */
    .popup .popup-box.full {
        width: 100%;
    }

    .page-switch-alarm-area {
        position: relative;
        margin-top: -120px;
        height: 100vh;
    }

	div#search-mobile-modal {
		position: relative;
		z-index: 100;
	}

    .page-switch-search-area {
        position: relative;
        margin-top: -120px;
        height: 95vh;
    }

	#search-mobile-modal #container .mo-detail h1 {
		width: unset;
		top: unset;
		transform: initial !important;
		position: unset;
	}

    .input-box.search-form input[type='text'] {
   	    font-weight: 400;
   	    width: 100%;

    }

    .download-guide {
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80vh;
    }
    .guide-text {
        padding: 20px;
    }
    .guide-text p {
        font-size: 14px;
        line-height: 18px
        
    }
    .art-app img {
        width: 50vw;
        height: 50vw;
    }
}

@media screen and (max-width: 1100px) {
    .ticket-box {
        position: fixed;
        right: 10px;
        bottom: 20px;
        z-index: 99;
    }

    .coach-mark-area {
        z-index: 1000;
    }


    .coach_filter {
        margin-top: 225px;
    }

    .coach_filter-img {
        width: 136px;
        margin-left: 190px;
    }

    .top-arrow {
        position: fixed;
        right: 20px;
        bottom: 116px;
        z-index: 99;
    }
}