.main-container.main-jobdetail {
  padding: 0;
}
.section-jobdetail-header {
  padding-top: 120px;
  padding-bottom: 50px;
  background: #000000;
}
.jobdetail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.jobdetail-content {
  width: 510px;
  max-width: 100%;
}

.jobdetail-becrum , .jobdetail-becrum:hover {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #b3b3b3;
  margin-bottom: 8px;
}

.jobdetail-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 16px;
}
.jobdetail-location {
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jobdetail-location-text {
  margin-left: 8px;
}
.jobdetail-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-detail-share-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jobdetail-share-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-right: 40px;
}
.jobdetail-share-item {
  margin-right: 24px;
}
.jobdetail-share-item:last-child {
  margin-right: 0;
}
.section-jobdetail-main {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #e5e5e5;
}
.jobdetail-content-list-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 24px;
  padding-left: 24px;
  position: relative;
}
.jobdetail-content-list-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #0031a7;
  transform: translateY(-50%);
  margin-top: 2px;
}
.jobdetail-content-list {
  padding-left: 24px;
}
.jobdetail-content-list-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 8px;
  position: relative;
}
.jobdetail-content-list-item::after{
  content: '';
  position: absolute;
  top: 12px;
  left: -20px;
  width: 6px;
  height: 6px;
  background-color: #737373;
  border-radius: 50%;
}
.jobdetail-content-main {
  width: 640px;
  max-width: 100%;
  margin-right: 80px;
}
.jobdetail-form {
  width: 560px;
  max-width: 100%;
  padding: 40px 56px;
  background-color: #fff;
}
.jobdetail-content-list-box {
  margin-bottom: 40px;
}
.jobdetail-content-list-box:last-child {
  margin-bottom: 0;
}
.jobdetail-main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.form-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #0031a7;
  margin-bottom: 40px;
}
.form-main {
  margin-left: -15px;
  margin-right: -15px;
}
.form-main-label {
  font-size: 14px;
  line-height: 150%;
  color: #737373;
  margin-bottom: 8px;
}
.form-select {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.form-select input,
.form-select textarea {
  width: 100%;
  border: none;
  outline: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #b3b3b3;
}
.form-select input.error,
.form-select textarea.error {
  border-bottom: 1px solid #d92d20;
}
.form-select svg.form-select-svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.form-select-option {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
}
.form-select-option.active {
  display: block;
}
.form-select-option-list {
  width: 100%;
  background-color: #d9d9d9;
  padding: 0 20px;
}
.form-select-option-item {
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.form-select-option-item span {
  position: relative;
}
.form-select-option-item span::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.form-select-option-item span:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.row.row-form {
  margin-bottom: 40px;
  max-width: 100%;
}
.form-drag {
  border: 1px dashed #b3b3b3;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px;
}
.form-drag-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #737373;
}
.form-drag-label.hide{
  display: none;
}
.form-drag-svg {
  margin-right: 10px;
}
.form-drag-label-text-label {
  color: #0031a7;
  text-decoration: underline;
}
#form-drag-file {
  display: none;
}
.form-become-note {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}
.PrivacyPolicy {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #0031a7;
}
.PrivacyPolicy:hover {
  text-decoration: underline;
}

.jobdetail-form-btn {
  border: none;
  outline: none;
  padding: 8px 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #0031a7;
  color: #fff;
  font-weight: 500;

  transition: 0.15s ease all;
}
.jobdetail-form-btn:hover {
  background-color: #000000;
}
.jobdetail-form-btn svg {
  transition: 0.15s ease-in-out all;
  margin-top: 6px;
}
.jobdetail-form-btn:hover svg {
  transform: rotate(45deg);
}

.form-drag-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-drag-result.hide{
  display: none;
}
.form-drag-result-close {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.form-drag-result-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #000000;
  margin-right: 8px;
}
.form-drag-result-size {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #737373;
}

.career-template-default .button_submit_wrapper {
  position: relative;
  margin-top: 16px;
  width: fit-content;
}
.career-template-default .button_submit_wrapper #form-submit {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  padding-right: 44px;  
  background-color: #0031a7;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  transition: all 0.15s ease-in-out;
  border: none;
  box-shadow: none;
}
.career-template-default .button_submit_wrapper:hover #form-submit {
  background-color: #000000;
}
.career-template-default .button_submit_wrapper svg {
  position: absolute;
  top: 9px;
  right: 14px;
  transition: all 0.15s ease-in-out;
}
.career-template-default .button_submit_wrapper:hover svg {
  transform: rotate(45deg);
}

@media screen and (min-width : 1024px) and (max-width : 1366px) and (orientation: landscape){
  .career-template-default .button_submit_wrapper #form-submit{
    border-radius: unset;
    padding: 8px 16px 12px;
    padding-right : 44px;
  }
  .form-select input, .form-select textarea{
    border-radius: unset;
  }
  
}

@media screen and (min-width: 576px) and (max-width: 1310px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
  .section-jobdetail-header{
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .jobdetail-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .jobdetail-main {
    flex-direction: column;
  }
  .jobdetail-becrum {
    margin-bottom: 24px;
  }
  .jobdetail-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 24px;
  }
  .jobdetail-content {
    margin-bottom: 16px;
  }
  .section-jobdetail-main {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .jobdetail-content-list-box:last-child {
    margin-bottom: 40px;
  }
  .col-form {
    margin-bottom: 40px;
  }
  .row.row-form {
    margin: 0;
  }
  .jobdetail-form {
    padding: 40px 20px;
  }
  .section-jobdetail-main {
    max-width: 100%;
  }
  .jobdetail-content-main {
    margin: 0;
    padding: 0 20px;
  }
  .global-container-jobdetail {
    padding: 0;
  }
  .col-form {
    padding: 0;
  }
  .jobdetail-content-main {
    width: 100%;
  }
  .jobdetail-form {
    width: 100%;
  }
  .form-main {
    margin-left: 0px;
    margin-right: 0px;
  }
  .col-form {
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
  .col-form {
    padding-right: 0px;
  }
}
