@charset "UTF-8";
.ad-box {
  min-height: 80px; }
  @media screen and (max-width: 500px) {
    .ad-box {
      min-height: 180px; } }
.main_wrapper {
  background: #f8fafc;
  min-height: calc(100vh - 106px);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .main_wrapper {
      flex-direction: row;
      align-items: flex-start;
      justify-content: center;
      gap: 2rem;
      max-width: 1200px;
      margin: 0 auto;
      padding: 2rem 1rem; } }
  @media screen and (max-width: 767px) {
    .main_wrapper {
      padding: 1rem 0;
      min-height: calc(100vh - 106px); } }
.main_left_wrapper {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  width: 100%;
  max-width: 800px; }
  @media screen and (min-width: 768px) {
    .main_left_wrapper {
      width: 70%;
      flex: 1; } }
  @media screen and (max-width: 767px) {
    .main_left_wrapper {
      width: 95%;
      margin-bottom: 2rem; } }
.right_similar_wrapper {
  width: 100%;
  max-width: 800px; }
  @media screen and (min-width: 768px) {
    .right_similar_wrapper {
      width: 25%;
      min-width: 280px;
      flex-shrink: 0; } }
  @media screen and (max-width: 767px) {
    .right_similar_wrapper {
      width: 95%; } }
a {
  color: #2563eb;
  text-decoration: none;
  transition: all 0.2s ease; }
  a:hover {
    color: #134cca;
    text-decoration: underline; }

.head_title_wrapper {
  padding: 2rem;
  border-bottom: 1px solid #e2e8f0;
  background: white; }
  .head_title_wrapper .left_title_wrapper {
    width: 100%; }
    .head_title_wrapper .left_title_wrapper .job_title {
      color: #1e293b;
      font-size: 2rem;
      font-weight: 700;
      margin: 0 0 1.5rem 0;
      line-height: 1.2; }
      @media screen and (max-width: 767px) {
        .head_title_wrapper .left_title_wrapper .job_title {
          font-size: 1.5rem; } }
    .head_title_wrapper .left_title_wrapper .job_profile_wrapper {
      display: flex;
      align-items: center;
      margin-bottom: 0.75rem;
      padding: 0.5rem 0; }
      .head_title_wrapper .left_title_wrapper .job_profile_wrapper .icon {
        width: 18px;
        height: 18px;
        margin-right: 0.75rem;
        opacity: 0.7; }
      .head_title_wrapper .left_title_wrapper .job_profile_wrapper span {
        color: #64748b;
        font-size: 0.95rem; }
        .head_title_wrapper .left_title_wrapper .job_profile_wrapper span a {
          color: #2563eb;
          font-weight: 600; }
          .head_title_wrapper .left_title_wrapper .job_profile_wrapper span a:hover {
            color: #1043b3; }
      @media screen and (max-width: 767px) {
        .head_title_wrapper .left_title_wrapper .job_profile_wrapper {
          flex-wrap: wrap; }
          .head_title_wrapper .left_title_wrapper .job_profile_wrapper span {
            font-size: 0.9rem; } }
  .head_title_wrapper .title_bottom {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 0.875rem; }
    .head_title_wrapper .title_bottom time {
      font-weight: 500;
      color: #1e293b; }
    .head_title_wrapper .title_bottom .apply_id {
      margin-top: 0.5rem; }
      .head_title_wrapper .title_bottom .apply_id a {
        display: inline-block;
        padding: 0.5rem 1rem;
        background: #2563eb;
        color: white;
        border-radius: 6px;
        font-weight: 500;
        transition: all 0.2s ease; }
        .head_title_wrapper .title_bottom .apply_id a:hover {
          background: #134cca;
          text-decoration: none;
          transform: translateY(-1px); }

.description_wrapper {
  padding: 2rem;
  border-bottom: 1px solid #e2e8f0;
  background: white; }
  .description_wrapper .description_title_wrapper {
    margin-bottom: 1.5rem; }
    .description_wrapper .description_title_wrapper span {
      font-size: 1.25rem;
      color: #1e293b;
      font-weight: 600; }
  .description_wrapper .description_text_wrapper {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border-left: 4px solid #2563eb;
    line-height: 1.6;
    color: #1e293b; }
    .description_wrapper .description_text_wrapper.note_info {
      background: #fef2f2;
      border-left-color: #ef4444;
      color: #dc2626;
      font-weight: 500; }
      .description_wrapper .description_text_wrapper.note_info a {
        color: #dc2626;
        font-weight: 600; }
        .description_wrapper .description_text_wrapper.note_info a:hover {
          color: #b91c1c; }

.field_wrapper {
  padding: 2rem;
  background: white; }
  .field_wrapper .field_title_wrapper .field_list {
    margin: 0;
    padding: 0; }
    .field_wrapper .field_title_wrapper .field_list .field_li {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 1rem;
      padding: 1.25rem;
      margin-bottom: 0.75rem;
      background: #f8fafc;
      border-radius: 8px;
      border: 1px solid #e2e8f0;
      list-style: none;
      transition: all 0.2s ease; }
      .field_wrapper .field_title_wrapper .field_list .field_li:hover {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
        transform: translateY(-1px); }
      .field_wrapper .field_title_wrapper .field_list .field_li:nth-child(even) {
        background: white; }
      .field_wrapper .field_title_wrapper .field_list .field_li .field_label {
        font-weight: 600;
        color: #1e293b;
        display: flex;
        align-items: center; }
      .field_wrapper .field_title_wrapper .field_list .field_li .field_data {
        color: #64748b;
        line-height: 1.5; }
        .field_wrapper .field_title_wrapper .field_list .field_li .field_data address {
          font-style: inherit;
          color: inherit; }
        .field_wrapper .field_title_wrapper .field_list .field_li .field_data a {
          color: #2563eb;
          font-weight: 500; }
          .field_wrapper .field_title_wrapper .field_list .field_li .field_data a:hover {
            color: #1043b3; }
      @media screen and (max-width: 767px) {
        .field_wrapper .field_title_wrapper .field_list .field_li {
          grid-template-columns: 1fr;
          gap: 0.5rem; }
          .field_wrapper .field_title_wrapper .field_list .field_li .field_label {
            font-size: 0.9rem; }
          .field_wrapper .field_title_wrapper .field_list .field_li .field_data {
            font-size: 0.875rem; } }
.right_similar_wrapper {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: fit-content; }
  .right_similar_wrapper .similar_container .related_title_wrapper {
    padding: 1.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    border-bottom: 1px solid #e2e8f0;
    background: #f8fafc; }
  .right_similar_wrapper .similar_container .more_wrapper {
    text-align: center;
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc; }
    .right_similar_wrapper .similar_container .more_wrapper a {
      display: inline-block;
      padding: 0.75rem 1.5rem;
      background: #2563eb;
      color: white;
      font-size: 0.875rem;
      font-weight: 500;
      text-decoration: none;
      border-radius: 8px;
      transition: all 0.2s ease; }
      .right_similar_wrapper .similar_container .more_wrapper a:hover {
        background: #134cca;
        transform: translateY(-1px);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }
  .right_similar_wrapper li {
    padding: 1rem 1.5rem;
    list-style: none;
    border-bottom: 1px solid #e2e8f0;
    transition: background-color 0.2s ease; }
    .right_similar_wrapper li:hover {
      background: #f8fafc; }
    .right_similar_wrapper li:last-child {
      border-bottom: none; }
    .right_similar_wrapper li a {
      color: #1e293b;
      font-weight: 500;
      line-height: 1.4; }
      .right_similar_wrapper li a::before {
        content: "→";
        display: inline-block;
        margin-right: 0.5rem;
        color: #2563eb;
        font-weight: bold; }
      .right_similar_wrapper li a:hover {
        color: #2563eb; }
    .right_similar_wrapper li span {
      display: block;
      margin-top: 0.5rem;
      color: #64748b;
      font-size: 0.875rem; }

/*# sourceMappingURL=detail.css.map */