@charset "UTF-8";
.lower_main_recruit {
			background-image: url(../img/common/lower_main.png);
	    background-size: cover;
	    background-position: top center;
}

.btns {
	text-align: center;
	padding-top: 20px;
}

/**
 * TODAY'S ATTENDANCE
 */
.sec2 .schedule_tab {
	width: 25%;
	cursor: pointer;
}
.sec2 .schedule_tab {
	color: rgba(15,14,12,.3);
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	height: 45px;
	background-color: #f1e8df;
	position: relative;
}


.sec2 .schedule_tab .active {
	background-image: url(../img/common/bg_003.jpg);
	color: #fff;
}

@media screen and (max-width: 550px) {
	.sec2 .schedule_tab li {
		width: 50%;
	}
	.sec2 .schedule_tab li:nth-of-type(-n+2) {
		border-bottom: 1px solid #6f6157;
	}
	.sec2 .schedule_tab li:nth-of-type(odd)::before {
		display: none;
	}
	.sec2 .schedule_tab li::before {
		height: 100%;
	}
	.sec2 .schedule li:nth-of-type(even)::after {
		content: '';
		height: 100%;
		width: 1px;
		background-color: #6f6157;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 410px) {
	.sec2 .schedule li {
		font-size: 3.6vw;
	}
}


.tab_content.active {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tab_content li {
	position: relative;
	width: calc(25% - 8px);
	height: 250px;
	margin-top: 10px;
	overflow: hidden;
}
.tab_content li:not(:nth-of-type(4n)) {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {
	.tab_content li {
		width: -webkit-calc(50% - 2px);
		width: calc(50% - 2px);
		height: auto;
		margin-top: 4px;
	}
	.tab_content li:nth-of-type(odd) {margin-right: 4px;}
	.tab_content li:nth-of-type(even) {margin-right: 0;}
}


.tab_content figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	border: 1px solid #dedede;
}
.tab_content figure img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.tab_content figure {
		position: static;
	}
}


.tab_content a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: -moz-linear-gradient(bottom, #1f1a14 10%, transparent 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(bottom, #1f1a14 10%,transparent 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, #1f1a14 -1%,transparent 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.tab_content .detail {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}
.tab_content .detail > * {
	display: block;
}
.tab_content .time,
.tab_content .name {
	font-size: 2rem;
}
.tab_content .time {
	color: #d2ad6e;
	margin-bottom: 8px;
}
.tab_content .time::before {
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../img/common/img_004.svg);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
}
.tab_content .name {
	margin-bottom: 5px;
}

.tab_content .new_therapist::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/common/new_icon.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 51px;
	height: 51px;
}
.tab_content .age,
.tab_content .t_size {
	font-weight: bold;
}
.tab_content .age {
	font-size: 1.4rem;
}
.tab_content .t_size {
	font-size: 1.2rem;
}

@media screen and (max-width: 375px) {
	.tab_content .time, .tab_content .name {
		font-size: 1.6rem;
	}
	.tab_content .t_size {
		font-size: 1rem;
	}
	.tab_content .age {
		font-size: 1.2rem;
	}
}



.pagination_nav {
	padding-top: 30px;
	display: flex;
	list-style: none;
	justify-content: center;
	text-align: center;
}
.pagination_nav li {
	margin: 0 5px;
	border-radius: 14px;
}
.pagination_nav li:hover {
    background-color: #D9EAF4;
}
.pagination_nav li.active {
    background-color: #1f1a14;
    color: #ffffff;
}
.pagination_nav li,
.pagination_nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f1e8df;
	border-radius: 14px;

}
.pagination_nav li a,
.pagination_nav li.active {
	padding: 6px 10px;
}