/* index.php start ===================================================== */
.mypage_company_home{
  background-color: #fafafa;
  padding-top: 56px;
  padding-bottom: 128px;
  color: #1c1c1c;
}
.mypage_company_home section{
  padding-bottom: 80px;
}
.mypage_company_home section:last-child{
  padding-bottom: 0;
}

.box-style{
  border: solid 1px #d5d5d5;
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 44px;
}

.row{
  display: flex;
}

.title_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.title_wrap h2{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.84px;
   color: #1c1c1c;
}
.title_wrap a{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #3a3a3a;
  flex-shrink: 0;
  position: relative;
  padding-right: 16px;
  margin-right: 12px;
}
.title_wrap a::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 16px;
  height: 2px;
  background: #3a3a3a;
}
.title_wrap a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 2px;
  height: 16px;
  background: #3a3a3a;
}

.opacity img {
position: absolute; top: 0; left: 0; width: 100%; height: auto; opacity: 0.8; z-index: -1;
}

/* section 1 =================== */
.sc_con1 .profile_wrap{
  width: 100%;
  display: flex;
  gap: 31px;
}
.sc_con1 .profile_wrap .logo_wrap{
  width: 210px;
  height: 120px;
  border-radius: 5px;
  border: solid 1px #d5d5d5;
  overflow: hidden;
  position: relative;
}
.sc_con1 .profile_wrap .logo_wrap img.company_logo{
  width: 120%;
  position: absolute;
  top: 47%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.sc_con1 .profile_wrap .logo_wrap .btn_photo{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 22px;
}
.sc_con1 .profile_wrap .logo_wrap .btn_photo img{
  width: 100%;
}

.sc_con1 .profile_wrap .info_wrap{
  margin-top: 10px;
}
.sc_con1 .profile_wrap .info_wrap a{
  font-size: 36px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: -1.08px;
  text-align: left;
  position: relative;
}
.sc_con1 .profile_wrap .info_wrap a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(50%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border: solid #1c1c1c;
  border-width: 0 2px 2px 0;
}
.sc_con1 .profile_wrap .info_wrap .text_wrap{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  letter-spacing: -0.54px;
  line-height: 1.2;
  text-align: left;
  color: #878787;
  gap: 2px;
}

/* section 2 =================== */
.mypage_company_home .sc_con2 {
  padding-bottom: 75px;
}
.sc_con2 .row {
  align-items: stretch;
  gap: 26px;
}

.sc_con2 .left_wrap{
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 554px;
  flex-shrink: 0;
}
.sc_con2 .left_wrap .box_wrap_1{
  display: flex;
  align-items: center;
  padding: 40px 44px;
}
.sc_con2 .left_wrap .box_wrap_1 h3{
  font-size: 28px;
  letter-spacing: -0.84px;
  font-weight: 700;
  flex-shrink: 0;
  transform: translatex(4px);
  color: #1c1c1c;
}
.sc_con2 .left_wrap .box_wrap_1 ul{
  margin-left: 27px;
  display: flex;
  align-items: center;
  flex: 1;
}
.sc_con2 .left_wrap .box_wrap_1 ul li{
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 33px;
  transform: translate(-1px, 4px);
  color: #1c1c1c;
}
.sc_con2 .left_wrap .box_wrap_1 ul li:last-child{
  padding-right: 0;
}
.sc_con2 .left_wrap .box_wrap_1 ul li::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: .5px;
  height: 80px;
  background: #d5d5d5;
}
.sc_con2 .left_wrap .box_wrap_1 ul li:last-child:after{
  display: none;
}
.sc_con2 .left_wrap .box_wrap_1 ul li span{
  font-size: 80px;
  font-weight: 500;
}
.sc_con2 .left_wrap .box_wrap_1 ul li p{
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  word-break: auto-phrase;
  transform: translate(1px, -3px);
  letter-spacing: -0.6px;
}

.sc_con2 .left_wrap .box_wrap_2{
  display: flex;
  flex-direction: column;
  padding: 34px 44px;
}
.sc_con2 .left_wrap .box_wrap_2 .paid_wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 20px 42px 20px 28px;
  border-bottom: 1px solid #d5d5d5;
}
.sc_con2 .left_wrap .box_wrap_2 .paid_wrap:first-child{
  padding: 5px 42px 20px 28px;
}
.sc_con2 .left_wrap .box_wrap_2 .paid_wrap:last-child{
  border-bottom: 0;
  padding: 20px 42px 0 28px;
}

.sc_con2 .left_wrap .box_wrap_2 h4 {
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
  letter-spacing: -1.1px;
}
.sc_con2 .left_wrap .box_wrap_2 a {
  color: #878787;
  font-size: 18px;
  position: relative;
  letter-spacing: -0.9px;
  margin-top: 3px;
}
.sc_con2 .left_wrap .box_wrap_2 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translate(50%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border: solid #878787;
  border-width: 0 1.5px 1.5px 0;
}


.sc_con2 .right_wrap .job_wrap ul li{
  padding: 20px 25px;
  display: flex;
  gap: 12px;
  border-bottom: 1px solid #d5d5d5;
}
.sc_con2 .right_wrap .job_wrap ul li:first-child{
  padding: 0 25px 20px;
}
.sc_con2 .right_wrap .job_wrap ul li:last-child{
  padding: 20px 25px 0;
  border-bottom: 0;
}
.sc_con2 .right_wrap .job_wrap ul li i.state{
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  flex-shrink: 0;
}
.sc_con2 .right_wrap .job_wrap ul li i.state.mark1{
  border: 1px solid #df222c;
  color: #df222c;
}
.sc_con2 .right_wrap .job_wrap ul li i.state.mark2{
  border: 1px solid var(--brandColor);
  color: var(--brandColor);
}
.sc_con2 .right_wrap .job_wrap ul li a{
  margin-top: 9px;
}
.sc_con2 .right_wrap .job_wrap ul li h5{
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.6px;
}
.sc_con2 .right_wrap .job_wrap ul li .detail_wrap{
  margin-top: 10px;
  display: flex;
  gap: 16px;
  letter-spacing: -0.48px;
}
.sc_con2 .right_wrap .job_wrap ul li .detail_wrap span{
  color: #878787;
  font-size: 16px;
  position: relative;
}
.sc_con2 .right_wrap .job_wrap ul li .detail_wrap span::after{
  content:'';
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translate(50%, -50%);
  width: .5px;
  height: 10px;
  background-color: #d5d5d5;
}
.sc_con2 .right_wrap .job_wrap ul li .detail_wrap span:last-child:after{
  display: none;
}


/* section 3 =================== */
.mypage_company_home .sc_con3 {
  padding-bottom: 82px;
}
.sc_con3 .title_wrap h2{
  margin-top: 1px;
  margin-left: 5px;
}
.sc_con3 .box-style{
  padding-bottom: 13px;
}
.sc_con3 .table_wrap{
  overflow: hidden;
}
.sc_con3 table{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.sc_con3 table tr{
  line-height: 58px;
  border-top: 1px solid #d5d5d5;
  text-align: center;
  font-size: 20px;
}
.sc_con3 table tr th{
  background-color: #fafafa;
  font-weight: 600;
  letter-spacing: -0.6px;
  
}

.sc_con3 table tr td{
  letter-spacing: -0.8px;
  line-height: 65.9px;
}

.sc_con3 table i.state{
  font-size: 16px;
  font-weight: 500;
  padding: 3px 9px;
  border-radius: 13.5px;
  margin-right: 11px;

}

.sc_con3 table i.state.on{
 border: solid 1px var(--brandColor);
 color: var(--brandColor);
}
.sc_con3 table i.state.off{
 border: solid 1px #d5d5d5;
 color: #878787;
}

.sc_con3 table span{
  padding-right: 1px;
  letter-spacing: -0.9px;
  word-spacing: 2px;
}



/* section 4 =================== */
.sc_con4 .row{
  gap: 26px;
}

.sc_con4 .left_wrap .title_wrap {
  padding-left: 5px;
}
.sc_con4 .left_wrap .title_wrap a{
  margin-right: 8px;
}
.sc_con4 .left_wrap .con_area{
  display: flex;
  flex-direction: column;
  width: 617px;
  height: 267px;
  flex-shrink: 0;
  gap: 26px;
  padding-top: 35px;
}
.sc_con4 .left_wrap .tab_menu ul{
  display: flex;
  gap: 10px;
}
.sc_con4 .left_wrap .tab_menu ul li{
  padding: 9px 14px;
  border-radius: 18.5px;
  border: solid 1px #d5d5d5;
  cursor: pointer;
  letter-spacing: -0.5px;
  color: #878787;
  font-weight: 500;
  font-size: 16px;
}
.sc_con4 .left_wrap .tab_menu ul li.active{
  border: solid 1px var(--brandColor);
  color: var(--brandColor);
  background-color: #f2f7fc;
}
.sc_con4 .left_wrap .tab_wrap{
  display: none;
  flex: 1;
}
.sc_con4 .left_wrap .tab_wrap.active{
  display: block;
}
.sc_con4 .left_wrap .tab_wrap ul li{
  padding: 17px 29px;
  border-bottom: 1px solid #d5d5d5;
}
.sc_con4 .left_wrap .tab_wrap ul li:first-child{
  padding: 0 29px 19px;
}
.sc_con4 .left_wrap .tab_wrap ul li:last-child{
  border-bottom: 0;
  padding:  18px 29px 0;
}
.sc_con4 .left_wrap .tab_wrap ul li a{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.7px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc_con4 .left_wrap .tab_wrap ul li a b{
  color: var(--brandColor);
  margin-right: 5px;
}

.sc_con4 .right_wrap{ 
  flex: 1;
}

.sc_con4 .right_wrap ul li{
  padding: 19px 29px 16px 24px;
  border-bottom: 1px solid #d5d5d5;
}

.sc_con4 .right_wrap ul li:first-child{
  padding: 3px 29px 16px 24px;

}
.sc_con4 .right_wrap ul li:last-child{
  padding: 19px 29px 0 24px;
  border-bottom: 0;
}

.sc_con4 .right_wrap ul li a{
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: -0.7px;
}

.sc_con4 .right_wrap ul li a p{
  padding-right: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  font-weight: 500;
  transition: all .3s;
}
.sc_con4 .right_wrap ul li a:hover p{
  color: var(--brandColor);
}
.sc_con4 .right_wrap ul li a span{
  flex-shrink: 0;
  color: #878787;
}

/* //index.php end ===================================================== */
