#student {
	padding: 50px 0;
	width: 1280px;
	margin: 0 auto;
	text-align: center;
}
.slick-prev {
    right: 60%;
    left: auto;
}
.slick-arrow {
    width: 64px;
    height: 64px;
    border: 3px #d1d1d1 solid;
    top: auto;
    bottom: -130px;
    z-index: 2;
}

.member-item {
	line-height: 100px;
	/* margin: 5px; */
	/* padding: 5px; */
	position: relative;
	text-align: center;
}
.member-item img {
	width: 100%;
}

.member-txt {
	position: relative;
	padding: 12px;
	text-align: left;
	background-color: #f1f1f1;
	height: 9em;
}
.member-txt h4 {
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #545454;
}

.member-txt .title {
	font-size: 0.7em;
}
.member-txt p {
	font-size: 16px;
	line-height: 1.4;
	color: #838383;
}
.member-txt .tag {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	overflow: hidden;
}
.member-txt .us {
	background-color: #a18aff;
}
.member-txt .jp {
	background-color: #ff8491;
}
.member-txt .sp {
	background-color: #57a8e0;
}
.member-txt .kr {
	background-color: #5cd8f1;
}



@media screen and (max-width: 1024px) {
#student {
    padding: 50px 0;
    width: 88%;
}
.member-txt h4 {
    font-size: 18px;
}
.member-txt p {
    font-size: 15px;
}	
.member-txt {
    padding: 8px;
    height: 10em;
}	
.member-txt .tag {
    width: 33px;
    height: 33px;
    font-size: 19px;
    line-height: 35px;
}	
		
}


@media screen and (max-width: 979px) {
}


@media screen and (max-width: 767px) {


}


@media screen and (max-device-width: 480px) {
	
	#student {
    padding: 50px 0;
    width: 72%;
}

	.member-txt h4 {
    font-size: 20px;
    line-height: 1.3;
}
	
	.member-txt .tag {
    width: 40px;
    height: 40px;
    font-size: 23px;
    line-height: 39px;
}
	
}

@media screen and (max-width: 360px) {

		
	#student {
    padding: 50px 0;
    width: 73%;
}

	.member-txt h4 {
    font-size: 20px;
    line-height: 1.3;
}
	
	.member-txt .tag {
    width: 40px;
    height: 40px;
    font-size: 23px;
    line-height: 39px;
}

}






