.m_main {
    background-color: #8C8C76;
}
.profile_wrap .inner {
    position: relative;    
}
.profile_wrap .inner .profile_img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  z-index: -30;
  width: 450px;
  height: 812px;
}
.profile_wrap .inner .profile_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_wrap .main_profile {
    position: relative;
    width: 100%;
    height: 812px;
}
.profile_wrap .main_profile::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -50;
    width: 100%;
    height: 100%;
    background-color: #8E7978;
    content: "";
}
.profile_wrap .main_profile::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(141, 120, 120, 0), rgba(141, 120, 120, 1) 70%);
    content: "";
}
.profile_wrap .main_profile .profile_detail {
    position: absolute;
    left: 0;
    bottom: 50px;
}
.profile_wrap .main_profile .profile_detail h2 {
    font-size: 32px;
    margin-bottom: 60px;
    color: rgba(255, 255, 255, 0.9);
}
.profile_wrap .main_profile .profile_detail h2 em {
    color: #fff;
}
.profile_wrap .main_profile .profile_detail span {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
}
.profile_wrap .main_profile .profile_detail strong {
    display: inline-block;
    font-size: 28px;
    padding-bottom: 6px;
    color: rgba(255, 255, 255, 0.8);
    border-top: 0.5px solid rgba(255, 255, 255, 0.4);
}
.profile_wrap .inner .career {
    position: relative;
    padding: 80px 0 150px 0;
    color: rgba(255, 255, 255, 0.8);
}
.profile_wrap .inner .career::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -20;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 26, 87, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    content: "";
}
.profile_wrap .inner .career h2 {
    font-size: 32px;
    margin-bottom: 50px;
}
.profile_wrap .inner .career h2 em {
    font-size: 40px;
    color: #fff;
}
.profile_wrap .inner .career .career_list {
    font-size: 15px;
}
.profile_wrap .inner .career .career_list > ul {
    padding-left: 20px;
}
.profile_wrap .inner .career .career_list > ul > li {
    position: relative;
    margin-bottom: 50px;
}
.profile_wrap .inner .career .career_list > ul > li::before {
    position: absolute;
    left: -16px;
    top: 8px;
    width: 0.5px;
    height: calc(100% + 50px);
    background-color: #8691AD;
    content: "";
}
.profile_wrap .inner .career .career_list > ul > li:last-child:before {
    display: none;
}
.profile_wrap .inner .career .career_list > ul > li:last-child {
    margin-bottom: 0;
}
.profile_wrap .inner .career .career_list ul li h3 {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.9);
}
.profile_wrap .inner .career .career_list ul li h3::before {
    position: absolute;
    left: -20px;
    top: calc(50% - 6px);
    transform: translate(0, -50%);
    width: 8px;
    height: 8px;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #8691AD;
    border-radius: 100px;
    content: "";
}
.profile_wrap .inner .career .career_list ul li ul {
    margin-bottom: 30px;
}
.profile_wrap .inner .career .career_list ul li ul:last-child {
    margin-bottom: 0;
}
.profile_wrap .inner .career .career_list ul li ul li {
    margin-bottom: 8px;
}
.profile_wrap .inner .career .career_list ul li ul li:last-child {
    margin-bottom: 0;
}
.profile_wrap .inner .career .career_list ul li ul li em {
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(transparent 60% , rgba(141, 120, 120, 0.75) 0);
    background-size: 100%;
}
