@charset "utf-8";

section#instractor {
	width: 100%;
	margin: auto;
	padding-top: 120px;
}

/* INSTRACTOR */
.instractor-box {
    max-width: 1160px;
    width: 95%;
    margin: 60px auto;
    background: #f7f7f7;
    overflow: hidden;
    padding: 4%;
}

.top-instractor-box {
    margin: 0 auto 100px;
    width: 100%;
    overflow: hidden;
}

.top-instractor-box .instractor-img {
    width: 45%;
    float: left;
    padding: 0 10% 0 0;
}

.top-instractor-box .instractor-img a.view {
    text-align: center;
    margin: 30px auto 0;
    border: 1px solid #fff;
    padding: 4% 0;
    background: rgba(255,255,255,0.00);
    color: #fff;
    display: block;
    transition: .3s;
	-webkit-transition: .3s;
}

.top-instractor-box .instractor-img a.view:hover {
    background: rgba(255,255,255,0.25);
    color: #ff0004;
	border: 1px solid #ff0004;
}

.top-instractor-box .instractor-text-box {
    width: 55%;
    float: left;
}

.top-instractor-box .instractor-text-box h3.i-name {
    font-size: 16px;
    color: #000;
    line-height: 180%;
    padding:0 0 0 4%;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 600;
}


.top-instractor-box .schedule {
    position: relative;
    background: #ffeeea;
    margin: 30px 0 0 0;
    padding: 4%;
}

.top-instractor-box .schedule h3.schedule-text {
    font-size: 20px;
    position: absolute;
    top: -32px;
    font-family: 'Libre Franklin', sans-serif;
    color: #ff2604;
    font-weight: 600;
}

.top-instractor-box .schedule dt {
    font-size: 100%;
    margin-bottom: 2%;
    border-bottom: 1px solid #000000;
    line-height: 24px;
}

.i-profile .red{
	color: #ff0004;
	margin: auto;
	display: inline-block;
	width: auto;
	text-align: center;
	line-height: 24px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 180%;
	font-weight: 600;
}

p.i-profile-text {
    margin: 40px auto 0;
    line-height: 170%;
}

.title {
    width: 100%;
    float: left;
    margin: 40px auto 0;
}

.title dl {
    width: 100%;
    float: left;
    margin: 0 0 13px 0;
}

.title dt {
    width: 6%;
    float: left;
    padding-right: 2%;
}

.title dd {
    width: 84%;
    float: left;
}

.other-member {
    max-width: 1162px;
    width: 100%;
    margin: auto;
}

.instractor-list {
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

ul.lister {
    list-style-type: none;
    margin: 0;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.lister li {
    display: inline-block;
    margin-right: 2.5%;
    padding-top: 30px;
    width: 18%;
    vertical-align: top;
}

.lister li:nth-child(5n) {
    margin-right: 0;
}

.lister li a h4.instractor-name {
    text-align: center;
    color: #181818;
    font-size: 16px;
    margin: 8% 0 0 0;
    transition:.3s;
    -webkit-transition:.3s;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 700;
}

.lister li a h5.genre {
    text-align: center;
    color: #2a70ef;
    font-size: 100%;
    margin: 3% 0 0 0;
    line-height: 19px;
    transition:.3s;
    -webkit-transition:.3s;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 600;
}

.lister li:hover a h4.instractor-name,.lister li:hover a h5.genre{
    color: #ff0004;
}
@media screen and (max-width: 991px){
.lister li {
    width: 31.6%;
}
	
.lister li:nth-child(3n) {
    margin-right: 0;
}
	
.lister li:nth-child(5n) {
    margin-right: 1%;
}
}

@media screen and (max-width: 767px){

.top-instractor-box .instractor-img {
    width: 100%;
    padding: 0;
    margin: auto;
}

.top-instractor-box .instractor-img img {
    text-align: center;
    margin: auto;
    display: block;
}

.top-instractor-box .instractor-text-box {
    width: 100%;
    float: left;
}
ul.lister{
	padding: 0;
}

.lister li,.lister li:last-child {
    width: 48%;
    text-align: center;
    padding: 5% 2% 0 2%;
    margin: 0;
}

.title dt {
    width: 10%;
    padding-right: 3%;
}

.title dd {
    width: 90%;
}


}

