	/*ÀüÃ¼ °¨½Î´Â ¿µ¿ª*/
	.system_area {
		width: 100%;
	}
	

	/*½Ã½ºÅÛ ³¯Â¥ ¹× ½Ã°£ ¿µ¿ª*/
	.today_system_txt {
		display: table; 
		margin: 0 auto;
		font-size: 12px;
	}

	.today_system_txt p {
		display: inline-block;		
	}


	/*»ó´Ü Å¸ÀÌÆ² ÅØ½ºÆ®*/
	.today_delivery_area{
		width:100%;
	}
	.today_delivery_txt {
		display: table;
		margin: 25px auto 0px auto;
		font-size: 20px;
		font-weight: bold;
	}
	
	.today_delivery_txt p {
		margin: 0 2px;
		text-align: center;
		font-weight: 600;
		float: left;
		display: inline-block;
	}
	
	.pointColor {

		color: #0fb7f8;
	}

	/*ÅÃ¹è¹ß¼Û ÅØ½ºÆ® ¿µ¿ª*/
	.day_send_txt {
		display: table; 
		margin-left: auto; 
		margin-right: auto;
		margin-top:10px;
		margin-bottom:10px;

	}
	
	.day_send_txt p {
		padding: 2px;
		background-color: #0fb7f8;
		color: #fff;
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		display: inline-block;
	}

	/*ÇÏ´Ü ¹è¼Û¾È³»¹®±¸*/
	.delivery_pop_bottom {
		width: 100%;
		padding: 40px 0 26px 0;
		float: left;
	}

	.delivery_pop_bottom li {
		padding-left: 15px;
		padding-right:15px;
		margin: 8px 0;
	}

	.delivery_pop_bottom li p {
		font-size: 11px;
		color: #5f5f5f;
		letter-spacing: -0.5px;
	}

	.delivery_pop_bottom .info_title {
		font-weight: bold;
		font-size: 12px;
	}

	.bottom_bullet {
		float: left;
		width: 2px;
		height: 2px;
		border-radius: 15px;
		background-color: #5f5f5f;
		display: inline-block;
		margin: 6px 3px 6px 0 ;
	}