@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/



/************
1.5 1500px
************/

@media only screen and (max-width: 1500px)
{
	.cart_extra_1
	{
		padding-right: 0px;
	}
	.cart_extra_2
	{
		padding-left: 0px;
		margin-top: 80px;
	}
}


/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.cart_extra_content
	{
		padding-left: 60px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.cart_icon
	{
		width: 18px;
	}
	.cart_num
	{
		top: 10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.cart_extra_content
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	.cart_extra_total_list li:last-child::before
	{
		width: calc(100% + 36px);
	}
}

