:root {
  --font-pri: "Inter", sans-serif;
  --font-sec: "Manrope", sans-serif;
  --font-third: "Open Sans", sans-serif; }

.row {
  --col-gap: 2.4rem;
  --row-gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--col-gap) / 2 * -1) calc(var(--row-gap) * -1); }

.col {
  width: 100%;
  padding: 0 calc(var(--col-gap) / 2);
  margin-bottom: var(--row-gap); }
  .col-11 {
    width: calc(11/12 * 100%); }
  .col-10 {
    width: calc(10/12 * 100%); }
  .col-9 {
    width: calc(9/12 * 100%); }
  .col-8 {
    width: calc(8/12 * 100%); }
  .col-7 {
    width: calc(7/12 * 100%); }
  .col-6 {
    width: 50%; }
  .col-5 {
    width: calc(5/12 * 100%); }
  .col-4 {
    width: calc(4/12 * 100%); }
  .col-3 {
    width: calc(3/12 * 100%); }
  .col-2 {
    width: calc(2/12 * 100%); }
  .col-1 {
    width: calc(1/12 * 100%); }

/*------------------------------------------------------------
	Clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	Font
------------------------------------------------------------*/
/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
.recuirtdt {
  font-size: 1.6rem;
  color: #1e1e1e;
  line-height: 1.6;
  padding-top: 6.4rem; }
  @media screen and (max-width: 575.98px) {
    .recuirtdt {
      font-size: 1.4rem; } }
  @media screen and (max-width: 575.98px) {
    .recuirtdt {
      padding-top: 2.4rem; } }
  .recuirtdt .tt-post {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1e1e1e; }
    @media only screen and (max-width: 1200px) {
      .recuirtdt .tt-post {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 800px) {
      .recuirtdt .tt-post {
        font-size: 2.7rem; } }
    @media screen and (max-width: 575.98px) {
      .recuirtdt .tt-post {
        font-size: 2.4rem; } }
  .recuirtdt .recuirt-time {
    font-size: 1.6rem; }
    @media screen and (max-width: 575.98px) {
      .recuirtdt .recuirt-time {
        font-size: 1.4rem; } }
  .recuirtdt .option-list {
    display: flex;
    column-gap: 4.5rem;
    flex-wrap: wrap;
    margin-top: 1.6rem; }
    @media screen and (max-width: 1199.98px) {
      .recuirtdt .option-list {
        column-gap: 1.6rem; } }
    @media screen and (max-width: 576.98px) {
      .recuirtdt .option-list {
        column-gap: 1.2rem; } }
  .recuirtdt .option-item {
    color: #373435; }
    @media screen and (max-width: 576.98px) {
      .recuirtdt .option-item {
        width: calc(50% - 0.6rem); } }
  .recuirtdt .box-btn {
    margin-top: 0; }
    .recuirtdt .box-btn .tt-post {
      font-weight: 600; }
    .recuirtdt .box-btn .is-sx {
      flex: 1; }
    .recuirtdt .box-btn .btn {
      height: 4.2rem;
      font-size: 1.4rem;
      font-weight: 500;
      padding: 1.6rem 3.2rem; }
      @media screen and (max-width: 575.98px) {
        .recuirtdt .box-btn .btn {
          font-size: 1.2rem; } }
    @media screen and (max-width: 575.98px) {
      .recuirtdt .box-btn {
        position: fixed;
        justify-content: space-between;
        bottom: 6.2rem;
        width: 100%;
        left: 0;
        z-index: 105;
        padding: 2.4rem 1.6rem;
        background: #fff;
        display: flex;
        align-items: center;
        gap: 1rem;
        border-radius: 16px 16px 0px 0px;
        border: 1px solid #f5f2f2;
        background: #fff;
        box-shadow: 0px -8px 50px 4px rgba(0, 0, 0, 0.15); }
        .recuirtdt .box-btn .btn {
          font-size: 1.2rem;
          padding: 1.6rem;
          width: 132px; } }

.recuirtdt-desc {
  margin: 1.2rem 0; }

.recuirtdt-img {
  margin: 1.2rem 0; }
  .recuirtdt-img img {
    width: 100%;
    height: auto;
    border-radius: 0.8rem; }

.recuirtdt-time {
  font-size: 1.6rem;
  color: #ed6536;
  margin: 1.2rem 0; }
  @media screen and (max-width: 575.98px) {
    .recuirtdt-time {
      font-size: 1.4rem; } }
  .recuirtdt-time strong {
    font-weight: 700; }

#applyModal .tt-third {
  color: #690804;
  margin-bottom: 0.4rem; }

.recuirtdt-wrap {
  display: flex;
  flex-wrap: wrap; }

.recuirtdt-left {
  flex: 1; }
  @media screen and (max-width: 767.98px) {
    .recuirtdt-left {
      width: 100%;
      flex: unset; } }

.recuirtdt-right {
  width: 30%;
  padding-left: 7.2rem; }
  .recuirtdt-right .tt-four {
    font-weight: 600;
    line-height: 1.3; }
  @media screen and (max-width: 1400.98px) {
    .recuirtdt-right {
      padding-left: 3.2rem; } }
  @media screen and (max-width: 1199.98px) {
    .recuirtdt-right {
      padding-left: 1.6rem; } }
  @media screen and (max-width: 767.98px) {
    .recuirtdt-right {
      padding-left: 0; } }
  @media screen and (max-width: 575.98px) {
    .recuirtdt-right {
      display: none; } }

.recuirtdt-list {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem; }
  @media screen and (max-width: 767.98px) {
    .recuirtdt-list {
      row-gap: 1.2rem; } }

.recuirtdt-inner {
  position: sticky;
  top: 12rem; }
  @media screen and (max-width: 767.98px) {
    .recuirtdt-inner {
      width: 30rem;
      position: fixed;
      top: 0;
      right: -100%;
      bottom: 0;
      transition: 0.3s ease;
      z-index: 110;
      padding: 2rem 1.5rem;
      padding-top: 4rem;
      background: #fff; }
      .recuirtdt-inner.is-active {
        right: 0; } }
  .recuirtdt-inner .good-close {
    display: none;
    position: absolute;
    top: 1.2rem;
    right: 1.2rem; }
    @media screen and (max-width: 767.98px) {
      .recuirtdt-inner .good-close {
        display: block; } }

.recuirtdt-item {
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: #f2f4f7; }
  .recuirtdt-item .article-view {
    margin-bottom: 1.6rem; }
  .recuirtdt-item .recuirt-time {
    font-size: 1.4rem; }
  .recuirtdt-item .recuirtdt-tt {
    font-weight: 600;
    line-height: 1.3;
    font-size: 2.4rem;
    margin-bottom: 0.4rem;
    color: #1e1e1e; }
    @media only screen and (max-width: 1200px) {
      .recuirtdt-item .recuirtdt-tt {
        font-size: 2rem; } }
    @media only screen and (max-width: 800px) {
      .recuirtdt-item .recuirtdt-tt {
        font-size: 1.7rem; } }
    @media only screen and (max-width: 575.98px) {
      .recuirtdt-item .recuirtdt-tt {
        font-size: 1.6rem; } }
  @media screen and (max-width: 991.98px) {
    .recuirtdt-item {
      padding: 2rem 1.5rem; } }

.recuirtdt-text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media screen and (max-width: 575.98px) {
    .recuirtdt-text {
      font-size: 1.2rem; } }

.recuirtdt-share {
  margin-top: 6rem; }
  .recuirtdt-share .tt-four {
    font-weight: 600;
    line-height: 1.3; }
  .recuirtdt-share .social-list {
    margin-top: 1.2rem; }
  .recuirtdt-share .social-link {
    border-radius: 50%;
    transition: 0.3s ease; }
    .recuirtdt-share .social-link img {
      width: 3.2rem;
      height: 3.2rem;
      transition: 0.3s ease; }
    .recuirtdt-share .social-link:hover {
      background: #00512e; }
      .recuirtdt-share .social-link:hover img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(103%) contrast(103%); }
  @media screen and (max-width: 767.98px) {
    .recuirtdt-share {
      margin-top: 3.2rem; } }

body.p-recuirtdt {
  background: #fff; }

.recuirtdt-cate {
  display: none; }
  @media screen and (max-width: 767.98px) {
    .recuirtdt-cate {
      display: flex;
      justify-content: center;
      align-items: center;
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 4rem;
      height: 4rem;
      border: 1px solid #e0dede;
      background: #fff;
      z-index: 105; }
      .recuirtdt-cate img {
        width: 2.4rem;
        height: 2.4rem; } }
