

* {
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 500; 
}
* > p { 
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
} 


.main-cont{
  max-width:1280px;
  width: 90%; 
  margin: 0 auto;
}
.main-cont h4{
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #121212;
    line-height: 3.2rem;
    margin: 0;
    margin-bottom: 30px;
  }
.main-cont h5 {
  font-size: 1.2rem; 
  font-weight: 800; 
  line-height: var(--main-line-height);
  margin-top: 50px;
  margin-bottom: 20px;
}
.main-cont h5 span{
  color: #7619e8;
}

.career__mes { 
  margin-top: 140px;
}
label{
  display: block;
}
.upload-name, .upload-name::placeholder {
  font-size: 16px;
}
.main-form input[type=text], .main-form input[type=email], .main-form input[type=tel] {
  width: 70%;
  height: 32px;
  font-size: 1rem;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  outline: none;
  padding: 24px 10px;
  display: block;
}
select{
  display: block;
}

input::placeholder {
  color: #b4b4b4;
  font-weight: 400;
  font-size: 1rem;
}

.main-form .info{
  color:#b4b4b4;
  margin-top: 14px;
  font-weight: 300;
}
/* 경력 */
select {
  width: 17%;
  height: 50px;
  font-size: 1rem;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  outline: none;
  padding: 5px 10px;
}
.career{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#career option {
  padding: 5px 0;
}
#career_duration{
  width: 52%;
  min-width: 275px;
}

/* 개인정보 */
.privacy > div {
    width: 70%;
}
.privacy p {
  color:#b4b4b4; margin-bottom: 30px;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6rem;
}
.privacy .pri_txt {
  border:1px solid #b3b3b3;
  border-radius: 10px; 
  padding:20px;
  height:215px;
  background:#fff;
  overflow-y: scroll;
}

.pri_txt::-webkit-scrollbar {
  width: 14px;
}
.pri_txt::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 10px;
  background-clip: padding-box;
  border: 4px solid transparent;
}
.pri_txt::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 10px;
}
.pri_agree{margin: 20px 0 80px;}


.pri_agree .spanover {
  color:#575757; padding-left:25px !important;
  margin-left: 5px; font-weight: 400;
}
.pri_agree input[type=checkbox] {display:none;} 
.pri_agree input[type="checkbox"] + .spanover {position:relative;}
.pri_agree input[type="checkbox"] + .spanover:before {content:'';position:absolute;top:-2px;left:-5px; width:21px; height: 21px; background:url('/common/image/arrow/unselect.svg') no-repeat center; cursor: pointer; border-radius: 0px;float: right;}
.pri_agree input[type="checkbox"]:checked + .spanover:before {background:url('/common/image/arrow/select.svg') no-repeat center center; float: right}

#submit{
  width: 214px;
  height: 60px;
  background-color: #7619e8;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.2rem;
  margin-bottom: 100px;
}
.file__zone {
  width: 70%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.file__zone .additem {
  border: 1px solid #7619e8;
  color: #7619e8;
  font-size: 16px;
  height: 50px;
  background: #fff; 
  padding: 0px 20px;
  border-radius: 8px; 
  cursor: pointer;
  line-height: 50px;
}
.file__items {
  width: 80%;
}
.file__item {
  margin-bottom: 10px;
}
.input__upfile {
  cursor: pointer;
  width: 100%;
}
.upload-name {
    height: 50px;
    padding: 0 10px;
    border: 1px solid #b3b3b3;
    border-radius: 8px;
    width: 100%;
    color: #b4b4b4;
    pointer-events: none; 
}
input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

@media(max-width:720px){
  .privacy > div {
      width: 100%;
  }
  .upload-name {
      width: 100%;
  }
  .main-form input[type=text], .main-form input[type=email], .main-form input[type=tel] {
    width: 100%;
  }
  select {
    width: 25%;
    min-width: 106px;
    padding: 5px 1px;
  }
  .pri_agree{
    display: flex;
    justify-content: center;
  }
  .apply-btn{
    display: flex;
    justify-content: center;
  }
  .file__zone {
    width: 100%;
  }
  .file__items {
    width: 75%;
  }
  .file__zone .additem {
    font-size: 12px;
    padding: 0px 10px;
  }
}
@media(max-width:480px){
  select {
    min-width: 82px;
  }
}