@charset "utf-8";

.profile {}
.profile .sec-profile {
	margin-bottom: 170px;
}
.profile .sec-profile .inner {
	max-width: 1166px;
    width: 100%;
    margin: 0 auto;
}
.profile .sec-profile .inner .profile_area {
	margin-bottom: 113px;
}
.profile .sec-profile .inner .profile_area figure {
	width: 294px;
	margin-right: 125px;
}
.profile .sec-profile .inner .profile_area figure img {
	width: 100%;
	height: auto;
}
.profile .sec-profile .inner .profile_area .text_box {
	width: 582px;
	font-size: 14px;
}
.profile .sec-profile .inner .profile_area .text_box ul {
	margin-bottom: 60px;
}
.profile .sec-profile .inner .profile_area .text_box ul li {
	margin-bottom: 20px;
}
.profile .sec-profile .inner .profile_area .text_box ul li span {
	width: 80px;
}
.profile .sec-profile .inner .btn_area {
	display: flex;
    justify-content: center;
}
.profile .sec-profile .inner .btn_area a {
	padding: 14px 50px;
    border: 1px #C4C4C4 solid;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
.profile .sec-profile .inner .btn_area a:hover {
	background: #333;
	color: #fff;
}