/* empl.php start ===================================================== */
.opacity img {
position: absolute; top: 0; left: 0; width: 100%; height: auto; opacity: 0.6; z-index: -1;
}


/* head_menu---------------------- */
.head_menu{
  background-color: #fff;
  height: 95px;
}
.head_menu .inner{
  height: 100%;
  display: flex;
  align-items: center;
  gap: 100px;
}
.head_menu .inner a{
  position: relative;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #3a3a3a;
  padding-left: 23px;
  flex-shrink: 0;
}
.head_menu .inner a::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border: solid #3a3a3a;
  border-width: 0 0 2px 2px;
  transform: translate(0, -50%) rotate(45deg);
}

.head_menu .ann_name{
  display: flex;
  align-items: center;
  gap: 12px;
}
.head_menu .ann_name i{
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 30px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #3a3a3a;
}
.head_menu .ann_name h3{
  font-size: 20px;
  font-weight: 600;
  color: #3a3a3a;
  letter-spacing: -0.6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* mypage_company_appl---------------------- */
.mypage_company_appl{
  background-color: #fafafa;
  padding: 50px 0 94px;
}
.mypage_company_appl .inner{
  position: relative;
}


/* appl_li---------------------- */
.appl_li{
  position: absolute;
  top: 0;
  transform: translate(-100%, 0);
  left: -26px;
}

.appl_li ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.appl_li ul li a{
  width: 232px;
  height: 140px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  display: flex;
  align-items: stretch;
  padding: 22px 0 22px 26px ;
  border-radius: 5px;
  transition: all .3s;
  gap: 12px;
}
.appl_li ul li a:hover{
  background-color: #fafafa;
}
.appl_li ul li .photo{
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-image: url(../img/mypage/profile_photo2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}

.appl_li ul li .appl_info{
  flex: 1;
}

.appl_li ul li .appl_info .name{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.72px;
}
.appl_li ul li .appl_info .gender_age{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  color:#3a3a3a;
  margin-top: 6px;
}

.appl_li ul li .appl_info .career{
  margin-top: 12px;
  line-height: 1.2;
}
.appl_li ul li .appl_info .career p{
  color: var(--brandColor);
  font-size: 14px;;
  letter-spacing: -0.42px;
}
.appl_li ul li .appl_info .career .edu{
  font-size: 14px;
  letter-spacing: -0.42px;
  color: #3a3a3a;
}

/* section---------------------- */
section{
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 64px;
  margin-top: 60px;
}

/* section appl_area---------------------- */
.appl_area{
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.appl_area .top_box{
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 36px;
  display: flex;
  gap: 28px;
  align-items: center;
}
.appl_area .top_box .photo{
  width: 140px;
  height: 180px;
  background-image: url(/img/mypage/profile_photo1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.appl_area .top_box .appl_wrap{
  display: flex;
  flex: 1;
}
.appl_area .top_box .appl_wrap .appl_info{
  flex: 1;
}
.appl_area .top_box .name{
  display: flex;
  align-items: center;
}
.appl_area .top_box .name h3{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.9px;
}
.appl_area .top_box .name span{
  width: 66px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #3a3a3a;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin-left: 12px;
}
.appl_area .top_box .name button{
  width: 20px;
  height: 20px;
  background-image: url(../img/main/grey_star.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 10px;
}
.appl_area .top_box .name button.active{
  background-image: url(../img/mypage/yellow_star.png);
}
.appl_area .top_box .age{
  font-size: 20px;
  font-weight: 500;
  color: #3a3a3a;
  letter-spacing: -0.6px;
  margin-top: 12px;
}
.appl_area .top_box .info_wrap{
  margin-top: 30px;
  width: max-content;
}
.appl_area .top_box .info_wrap ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.appl_area .top_box .info_wrap ul li:last-child{
  grid-column: 1 / -1;
  margin-top: 20px;
}
.appl_area .top_box .info_wrap ul li{
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative
}
.appl_area .top_box .info_wrap ul li:first-child{
 padding-right: 22px;
}
.appl_area .top_box .info_wrap ul li:first-child::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 0.5px;
  height: 12px;
  background-color: #d5d5d5;
}
.appl_area .top_box .info_wrap ul li:nth-child(2){
  padding-left: 22px;
}
.appl_area .top_box .info_wrap ul li p{
  font-size: 20px;
  color: #878787;
  letter-spacing: -0.6px;
}
.appl_area .top_box .info_wrap ul li span{
  font-size: 20px;
  color: #3a3a3a;
  letter-spacing: -0.6px;
  font-weight: 500;
}
.appl_area .top_box .appl_date{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 7px;
}
.appl_area .top_box .appl_date p{
  font-size: 18px;
  letter-spacing: -0.54px;
  text-align: right;
  color: #3a3a3a;
}

.appl_area .bottom_box{
  padding-top: 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.appl_area .bottom_box .box_li{
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  flex: 1;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 150px;
}
.appl_area .bottom_box .text_wrap{
  margin-top: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.appl_area .bottom_box span{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
  color: #878787;
  text-align: center;
}
.appl_area .bottom_box h4{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-align: center;
}
.appl_area .bottom_box p{
  font-size: 20px;
  letter-spacing: -0.6px;
  color: #3a3a3a;
  text-align: center;
  margin-top: 8px;
}


/* section--------------------- */

.mypage_company_appl section .title_wrap{
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #d5d5d5;
}
.mypage_company_appl section .title_wrap h2{
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.9px;
}
.mypage_company_appl section .title_wrap p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.66px;
  color: var(--brandColor);
  margin-left: 20px;
}

.mypage_company_appl section .con_wrap ul{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 26px;
}
.mypage_company_appl section .con_wrap ul li{
  padding: 36px 0;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: stretch;
}
.mypage_company_appl section .con_wrap ul li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.mypage_company_appl section .con_wrap .date_wrap{
  width: 248px;
  flex-shrink: 0;
}
.mypage_company_appl section .con_wrap .date_wrap p{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.66px;
  color: #3a3a3a;
}
.mypage_company_appl section .con_wrap .date_wrap span{
  font-size: 22px;
  font-weight: 500;
  color: #878787;
  letter-spacing: -0.66px;
  margin-top: 10px;
  display: block;
}
.mypage_company_appl section .con_wrap .detail_wrap{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.mypage_company_appl section .con_wrap .detail_wrap h2{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.84px;
  width: 100%;
  text-align: left;
}
.mypage_company_appl section .con_wrap .detail_wrap p{
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.66px;
  color: #3a3a3a;
  margin-top: 20px;
  width: 100%;
  text-align: left;

}

/* section license_area--------------------- */
.mypage_company_appl .license_area .con_wrap ul li{
  align-items: center;
}
.mypage_company_appl .license_area .con_wrap .detail_wrap{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row;
}
.mypage_company_appl .license_area .con_wrap .detail_wrap h2{
  min-width: fit-content;
}
.mypage_company_appl .license_area .con_wrap .detail_wrap p{
  margin-top: 0;
}