
/* 모바일에서 좌우로 움직이지 않도록 */
.container{
	overflow-x: hidden;
}

/* 카트 아이콘 */
.cart{color:#111; background-color:#fff;}
.cart.active{color:#fff; background-color:#ff6f61;}

/* 하트 아이콘 */
.heart{color:#111; background-color:#fff;}
.heart.active{color:#fff; background-color:#ff6f61;}

/* wishlist 하트 아이콘 */
.fe-heart.active { color:#ff99cc; }

/* shop 페이지 상품리스트 이미지 호버시 나타나는 상세 아이콘 */
.btn-white-primary:focus { background-color: #fff; color: #111; border-color: #fff; }
.btn-white-primary:hover { background-color: #fff; color: #111; border-color: #fff; }

.rightQuickMenuBtn {
	width: 50px;
	height: 50px;
	top: 250px;
	/* right: 70px; */
	right: 0px;
	z-index: 10;
	position: fixed;
	color:#FFFFFF;
	background: #000000;
	text-align: center;
	/*
	border-left: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	*/
}

.card-img-bot{
	color : gray;
	position : absolute;
	left : 70%;
	bottom : 0%;
	z-index : 2;
}

.card-img-bot:hover{
	color : black;
	cursor: pointer;
}

#quick_menu_btn_cart:before {
	content: attr(data-cart-items);
	position: absolute;
	top: 1.8rem;
	right: -1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 19px;
	height: 19px;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: white;
	color: black;
}

.menu_btm_bar{
	border-top: 1px solid #ff6f61;
}

.menu_btm_bar a{
	color: #111;
}

.bold{
	color:red;
}

.nav-link{
	font-size: 0.9rem !important;
}

@media (min-width: 992px)
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

/*모든 버튼 라운드*/
.round{
	border-radius: 7px;
}

.no-select{
	-ms-user-select: none;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}



@media (max-width: 800px){
	.card-lg .card-body, .card-lg .card-footer {
		padding: 1rem;
	}
}

#menu2{
	background-color: #e7e7e7;
	position: fixed; 
	top: 91px; 
	width: 100%; 
	z-index:100; 
	border-bottom: 1px solid #e5e5e5!important; 
	padding-bottom:5px; 
	padding-left:8px;
}

.text-color-point{
	color: #e33e38;
}

.ltab{
	font-size: 2rem;
}

.dot {
	height: 18px;
	width: 18px;
	background-color: black; 
	border-radius: 50%;
	display: inline-block;
	position: absolute; 
	right: 5px; 
	top: -10px;
	color: white;
	text-align: center;
}

.dot_top {
	height: 18px;
	width: 18px;
	background-color: #ff014a; 
	border-radius: 50%;
	display: inline-block;
	position: absolute; 
	right: -8px; 
	color: white;
	text-align: center;
	font-size: 12px;
}


.btn-secondary {
	color: #fff;
	background-color: #FF014A;
	border-color: #FF014A;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #b00033;
	border-color: #b00033;
}


.btn-outline-secondary {
    color: #777;
    background-color: #fff;
    border-color: #777;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #FF014A;
    border-color: #FF014A;
}


.btn-notsel {
	background-color: #c7c7c7;
    border-color: #c7c7c7;
    color: #999;
}

.btn-notsel:hover {
	background-color: #c7c7c7;
    border-color: #c7c7c7;
    color: #999;
}

.flickity-nav .is-nav-selected::after {
	background-color: #FF014A;
}

.text-primary {
	color: #FF014A!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #FF014A;
	background-color: transparent;
	border-color: #bababa #bababa transparent;
}

.nav-link.active::before {
	content: "";
	position: absolute;
	left: 0.75rem;
	right: 0.75rem;
	bottom: 0.25rem;
	border-top: 1px solid #FF014A;
}

@font-face {
	font-family: 'yg-jalnan';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.photo{
	width:80px;
	height:80px;
	margin-right:2px;
}

.photo2{
	width:80px;
	height:80px;
	margin-right:2px;
}