@media (max-width: 395px){
	#logo{
		display: block;
		margin-bottom: 	10px;
	}
	#logo_img{
		width: 180px;
	}
	.header_mobile_account{
		left:0;
		margin-right: 0;
	}
	.header_mobile_search{
		margin-left: 	50px;
			left:0;
	}
	.main_recommendation_popular_authors{
		width: 100%;
	}
	.wa{
	display: block;
    float: none;
    margin-top: 20px;
	}
	.main_recommendation_more{
		padding-top: 20px;
	}
	header{
		height: 295px;
	}
	/* .top_header_line{
		height: 90px;
	} */
	/* .top_header_line a{
		display: block;
	} */
	.top_header_line p{
		text-align: right;
	}
	.main_banner{
		width: 100%;
		height: 175px;
	}
	.first{		
		background-position: 50%;
	}
	.second{
		background-position: 50%;
	}
	.third{
		background-position: 50%;
	}
	.header_cart_window{
		width: calc(100% - 30px);
	}
	.header_cart_item_name_p{
		width: calc(100% - 137px);
	}
	.header_cart_item_author_p{
		width: calc(100% - 137px);
	}
}