/* Home */

#all_wrap_inner {
	padding-top: 2.6em;
}
#clothes {
	margin-right: 80px;
}
#clothes_inner {
	padding: 0;
	margin-left: 0;
	min-width: auto;
}

.page_home #waist {
	float: left;
	width: calc(100% - (300px + 2.1em));
	margin-right: 2.1em;
}
#home_note {
	position: relative;
}
#home_note h3 {
	font-weight: 600;
}
.page_home #waist #home_note .inner {
	padding: 0;
}
#note_recently {
	position: relative;
	padding: 5.3em 4.7em 3.4em;
	background: #fff;
}
#note_recently .note_wrapper::after {
	position: absolute;
	bottom: -2.72em;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #e9e9e9;
}
#note_list {
	margin-bottom: 4em;
	margin-bottom: 20px;
	padding: 4.7em 5.8em 6.8em 4.7em;
	background: #fff;
}
#note_recently .note_date_pane {
	top: 0;
	right: 0;
	padding: 1.5em 1.54em 0.9em;
}
.note_date_pane .note_date_month {
	margin-bottom: 1em;
	font-size: 0.77em;
	line-height: 1em;
}
.note_date_pane .note_date_day {
	margin-bottom: 0.5em;
	font-size: 1.9em;
	line-height: 1em;
}
.note_date_pane .note_date_year {
	font-size: 0.73em;
	line-height: 1em;
}
#note_list ul li {
    line-height: 1.2em;
}
#note_list li:not(:last-child) {
    margin-bottom: 1em;
}
#note_list ul li .note_date {
	float: left;
	width: 9em;
	margin-right: 2.3em;
}
#note_list ul li .note_title {
	float: left;
	width: calc(100% - (9em + 2.3em));
}
#note_list ul li a {
	color: #115dab !important;
}
#home_note_logo {
	position: absolute;
	bottom: 30px;
	right:25px;
	width: 150px;
}


#skirt {
	float: right;
	width: 300px;
}
#skirt_profile {
	padding: 332px 2.6em 2em;
	margin-bottom: 20px;
	background: url(../images/home/profile_image.jpg) no-repeat center / cover;
	color: #fff !important;
}
#skirt_profile h4 {
	margin-bottom: 1.1em;
	font-size: 1.1em;
}
#skirt_profile h4 span {
	margin-left: 0.62em;
	font-size: 0.57em;
}
#skirt_profile h5 {
	margin-bottom: 2.45em;
	font-size: 0.71em;
	line-height: 1.6em;
	line-height: 1.8em;
}
#skirt_profile .link a {
	color: #fff !important;
	font-size: 0.57em;
	font-size: 0.9em;
}

#skirt_music {
	padding: 1.3em 0;
	margin-bottom: 1.1em;
	background: #c5cbce;
	overflow: hidden;
}
#skirt_books {
	padding: 1.3em 0;
	background: #d0cbc3;
	overflow: hidden;
}

#skirt_music h3.title,
#skirt_books h3.title {
	padding: 0 1.03em;
	margin-bottom: 1.4em !important;
	font-size: 1.02em !important;
	color: #fff;
}
#skirt_music_slide .swiper-wrapper,
#skirt_books_slide .swiper-wrapper {
	align-items: center;
}

#home_feature {
	margin-bottom: 1.5em;
}
#home_feature_pane {
	position: relative;
	padding: 20px 15px;
	min-height: 145px;
	background: #e4e3d5;
}
#home_feature_image {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 100px;
}
#home_feature_text {
	margin-left: 125px;
	width: calc(100% - 140px);
}
#home_feature_text_heading {
	margin-bottom: 0.6em;
}
#home_feature_text h3 {
	font-size: 1.3em;
	font-weight: 600;
}
#home_feature_text h4 {
	margin-top: 0.2em;
	font-size: 1em;
	font-weight: 600;
}

#home_feature_text p {
	margin-bottom: 0;
	font-size: 0.95em;
	line-height: 1.55em;
}
#home_feature_link {
	position: absolute;
	right: 15px;
	top: 15px;
}
#home_feature_link a {
	display: block;
	padding: 0.6em 1em;
	line-height: 1.2em;
	text-decoration: none;
	border-radius: 200px;
	text-align: center;
	background: #FFF;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#home_feature_link a:hover {
	color: #FFF !important;
	background: #111;
		-o-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}


@media screen and (max-width:1175px) and (min-width:601px) {
	
	.page_home #waist {
		float: none;
		width: 100%;
		margin-right: 0;
	}
    #skirt {
		float: left;
		width: 100%;
	}
	#skirt_profile {
		padding: 100px 2.6em;
		padding: 130px 2.6em;
		background: url(../images/home/profile_image.jpg) no-repeat top -150px center / cover !important;
	}
	#skirt_profile_data {
		float: right;
	}
	#skirt_profile h4 {
		font-size: 1.5em;
	}
	#skirt_profile h4 span {
		display: block;
		margin-left: 0;
	}
	#skirt_profile h5 {
		font-size: 0.98em;
		line-height: inherit;
	}
	#skirt_music {
		float: left;
		width: calc((100% - 20px) / 2);
	}
	#skirt_books {
		float: right;
		width: calc((100% - 20px) / 2);
	}
	
}