@charset "utf-8";


/*===== 프로필 =====*/
.profile-wr {clear:both;position:relative;padding-top:80px;}
.profile-wr:before {content: "";position: absolute;width:2000px;left:50%;top: 0;margin-left:-1000px;padding:80px 0 60px 0;background-color: #f7f7f7;height:100%;z-index:-1;}
.profile-wr .history {overflow:hidden;position:relative;margin-top:80px;}
.profile-wr .history:first-child {margin-top:0;}
.profile-wr .history .title {float:left;width:21.4%;}
.profile-wr .history .history-list {float:left;width:78.6%;border-top:3px solid #333;border-bottom:1px solid #dcdcdc;padding:50px 0;}

@media all and (max-width:799px) {
	.profile-wr {padding-top:60px;}
	.profile-wr:before {padding:60px 0 40px 0;}
	.profile-wr .history {margin-top:50px;}
	.profile-wr .history .history-list {padding:35px 0;}
}
@media all and (max-width:499px) {
	.profile-wr {padding-top:50px;}
	.profile-wr:before {padding:50px 0 40px 0;}
	.profile-wr .history {margin-top:40px;}
	.profile-wr .history .title, .profile-wr .history .history-list {float:none;width:auto;}
	.profile-wr .history .history-list {padding:25px 0;}
}