/* ==========================================================================
   responsive size
   ========================================================================== */
#wrap {
  overflow: hidden;
}

#container {
  padding-bottom: 12.5rem;
  min-height: calc(100% - 25rem);
}
@media (max-width: 600px) {
  #container {
    padding-bottom: 7.5rem;
  }
}
.section {
  padding: 5.625rem 5rem 0;
}
.section > .inner {
  position: relative;
  margin: 0 auto;
  max-width: 90rem;
}
.section > .inner h4.title {
  line-height: 2.5rem;
  font-size: 2.125rem;
  font-weight: 700;
  color: #111;
}
.section > .inner .contents {
  position: relative;
  margin-top: 40px;
}
.section > .inner .title_area {
  display: flex;
  align-items: center;
}
.section > .inner .title_area .desc {
  flex: 1;
  padding-left: 40px;
  line-height: 24px;
  font-weight: 400;
  font-size: 20px;
  color: #111;
}
.section > .inner .blank {
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 0 0 100%;
  margin-top: -0.0625rem;
  margin-bottom: -0.0625rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 5.625rem 0;
}
.section > .inner .blank .msg {
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
}

@media (max-width: 600px) {
  .section {
    padding: 2.5rem 0.9375rem 0;
  }
  .section > .inner h4.title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .section > .inner .contents {
    margin-top: 0.625rem;
  }
  .section > .inner .title_area {
    display: block;
  }
  .section > .inner .title_area .desc {
    margin-top: 0.625rem;
    padding-left: 0;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .section > .inner .blank {
    text-align: center;
    padding: 5.625rem 0;
  }
  .section > .inner .blank .msg {
    font-size: 1rem;
  }
}
.hr {
  position: relative;
  margin: 5.625rem auto 0;
  padding: 0 5rem;
  border: 0;
}
.hr::before {
  content: "";
  display: block;
  margin: 0 auto;
  max-width: 90rem;
  height: 0.0625rem;
  background-color: #E5E5E5;
}
.hr.hr_lg {
  height: 1.125rem;
  border: 0;
  background-color: #F2F2F2;
}
.hr.hr_lg::before {
  display: none;
}

@media (max-width: 600px) {
  .hr {
    margin-top: 2.5rem;
    padding: 0 0.9375rem;
  }
}
.submenu_area {
  position: relative;
  padding: 0 5rem;
  height: 350px;
}
.submenu_area .submenu_background {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.submenu_area .inner {
  position: relative;
  padding-top: 140px;
  max-width: 90rem;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.submenu_area .inner .title {
  font-family: "Pretendard";
  line-height: 50px;
  font-weight: 600;
  font-size: 40;
  color: #444;
}
.submenu_area .inner .desc {
  padding-top: 10px;
  line-height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #444;
}
.submenu_area .nav_sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.submenu_area .nav_sub .lst_submenu {
  display: flex;
}
.submenu_area .nav_sub .lst_submenu a {
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 17px;
  font-weight: 300;
  color: #444;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.submenu_area .nav_sub .lst_submenu a.on {
  border: 0;
  background-color: #fff;
  font-weight: 500;
  color: #111;
}
.submenu_area .nav_sub .lst_submenu:first-child a {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
  .submenu_area {
    padding: 0;
    height: 360px;
    background-image: url(../img/sub/bg_product_m.webp);
    background-position: right;
  }
  .submenu_area .inner {
    padding-top: 100px;
  }
  .submenu_area .inner .title {
    font-size: 2.625rem;
    line-height: 3.25rem;
    letter-spacing: -0.0625rem;
  }
  .submenu_area .inner .desc {
    margin: 0 auto;
    padding-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    word-break: keep-all;
    color: #D1D1D1;
  }
  .submenu_area .nav_sub .lst_submenu {
    display: flex;
    flex-flow: row wrap;
  }
  .submenu_area .nav_sub .lst_submenu a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    flex: 1 0 0;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 0.875rem;
  }
}
.pagetitle_area {
  padding: 0 5rem;
}
.pagetitle_area .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 4.9375rem;
  max-width: 90rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 0.875rem;
  border-bottom: 0.0625rem solid #111;
}
.pagetitle_area .inner .title {
  line-height: 3.3125rem;
  font-size: 2.8125rem;
  font-weight: 700;
  color: #111;
}
.pagetitle_area .inner .selectbox.sort_box {
  width: 176px;
  height: 40px;
}
.pagetitle_area .inner .selectbox.sort_box .form_control {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: solid 1px #aaa;
  padding: 7px;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 300;
  color: #454545;
  background-color: #f6f2ed;
  max-height: 100px;
  overflow-y: auto;
}
.pagetitle_area .inner .selectbox.sort_box .form_control option {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #aaa;
  padding: 7px;
  font-family: "Pretendard";
  font-size: 16px;
  font-weight: 300;
  color: #454545;
  background-color: #f6f2ed;
  margin-left: 7px;
}

.pagenavi_area {
  padding: 0 5rem 0;
}
.pagenavi_area .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 1.875rem;
  max-width: 90rem;
}
.pagenavi_area .inner .breadcrumb {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagenavi_area .inner .breadcrumb li {
  position: relative;
  padding-left: 1.875rem;
  line-height: 1.3125rem;
  color: #111;
  font-size: 1.125rem;
}
.pagenavi_area .inner .breadcrumb li:first-child {
  padding-left: 0;
}
.pagenavi_area .inner .breadcrumb li:first-child::before {
  display: none;
}
.pagenavi_area .inner .breadcrumb li::before {
  content: ">";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.125rem;
  line-height: 1.3125rem;
}
.pagenavi_area .inner .breadcrumb li.home a {
  display: block;
  width: 1.25rem;
  height: 1.3125rem;
  background: url(../img/sub/ico_home.svg) no-repeat 50% 50%;
}

@media (max-width: 600px) {
  .pagenavi_area {
    padding: 0 0.9375rem 0;
  }
  .pagenavi_area .inner {
    padding-top: 0.8125rem;
  }
  .pagenavi_area .inner .breadcrumb li {
    padding-left: 1.25rem;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }
  .pagenavi_area .inner .breadcrumb li::before {
    left: 0.5rem;
  }
  .pagenavi_area .inner .breadcrumb li.home a {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem 0.75rem;
  }
}
/* ==========================================================================
Product
========================================================================== */
.sec_recruit {
  padding-top: 4.375rem;
}
.sec_recruit .inner .contents {
  margin-top: 0;
}
.sec_recruit .img {
  position: relative;
}
.sec_recruit .img img {
  display: block;
  width: 100%;
}
.sec_recruit .img .desc {
  position: absolute;
  top: 50%;
  left: 4.375rem;
  transform: translateY(-50%);
}
.sec_recruit .img .desc .desc_main {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.375rem;
  color: #fff;
}
.sec_recruit .img .desc .desc_sub {
  margin-top: 1.875rem;
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 200;
  color: #fff;
}
.sec_recruit .lst_history {
  display: flex;
  justify-content: space-between;
  margin-top: 9.375rem;
  padding: 0 5.4375rem;
}
.sec_recruit .lst_history li {
  width: 17.625rem;
  text-align: center;
}
.sec_recruit .lst_history li .year {
  line-height: 2.3125rem;
  font-size: 2rem;
  font-weight: 700;
  color: #A64826;
}
.sec_recruit .lst_history li .desc {
  padding-top: 1rem;
  line-height: 1.75rem;
  font-size: 1.375rem;
  font-weight: 600;
  color: #111;
}
.sec_recruit .lst_history li .img {
  overflow: hidden;
  margin-top: 1.875rem;
  width: 17.625rem;
  height: 17.625rem;
  border-radius: 50%;
}

@media (min-width: 601px) and (max-width: 1440px) {
  .sec_recruit .img .desc .desc_main {
    line-height: 2.375rem;
    font-size: 2rem;
  }
  .sec_recruit .img .desc .desc_sub {
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
  .sec_recruit .lst_history {
    padding: 0;
  }
  .sec_recruit .lst_history li {
    width: calc(33.3333% - 1.875rem);
  }
  .sec_recruit .lst_history li .img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .sec_recruit {
    padding-top: 2.5rem;
  }
  .sec_recruit .img .desc {
    top: 4.25rem;
    left: 1.5rem;
    right: 2.5rem;
    transform: translateY(0);
  }
  .sec_recruit .img .desc .desc_main {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #fff;
  }
  .sec_recruit .img .desc .desc_sub {
    margin-top: 1.25rem;
    line-height: 1.375rem;
    font-size: 0.875rem;
    font-weight: 300;
    color: #fff;
  }
  .sec_recruit .lst_history {
    margin-top: 3.75rem;
    flex-direction: column;
    align-items: center;
    gap: 3.75rem;
    padding: 0;
  }
  .sec_recruit .lst_history li {
    width: 100%;
  }
  .sec_recruit .lst_history li .desc {
    padding-top: 0.875rem;
    line-height: 1.5rem;
    font-size: 1.125rem;
  }
  .sec_recruit .lst_history li .img {
    overflow: hidden;
    margin: 1.875rem auto 0;
    width: 13.375rem;
    height: 13.375rem;
    border-radius: 50%;
  }
}
.sec_vision {
  padding: 11.5625rem 5rem 9rem;
}
.sec_vision .inner {
  max-width: unset;
}
.sec_vision .desc_area {
  margin: 0 auto;
  max-width: 90rem;
}
.sec_vision .desc_area::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% + 1.0625rem);
  right: -5rem;
  width: auto;
  height: 22.5rem;
  background: url(../img/sub/bg_vision.png) no-repeat 50% 50%/cover;
}
.sec_vision .desc_area h3.title {
  line-height: 3.125rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #111;
}
.sec_vision .desc_area .desc {
  padding-top: 1rem;
  width: calc(50% - 8.75rem);
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
}

@media (min-width: 601px) and (max-width: 1440px) {
  .sec_vision {
    padding: 5.625rem 5rem 3.75rem;
  }
}
@media (max-width: 600px) {
  .sec_vision {
    padding: 5.625rem 0.9375rem 0;
  }
  .sec_vision .desc_area {
    margin: 0 auto;
    max-width: 90rem;
  }
  .sec_vision .desc_area::after {
    content: "";
    overflow: hidden;
    display: block;
    position: relative;
    top: auto;
    left: -0.9375rem;
    right: auto;
    margin-top: 1.875rem;
    width: calc(100% + 1.875rem);
    height: 15.8125rem;
  }
  .sec_vision .desc_area h3.title {
    line-height: 2.0625rem;
    font-size: 1.75rem;
  }
  .sec_vision .desc_area .desc {
    padding-top: 0.75rem;
    width: 100%;
    line-height: 1.25rem;
    font-size: 1rem;
  }
}
.sec_talent {
  padding: 11.875rem 5rem 12.5rem;
  background-color: #F8F8F8;
}
.sec_talent .inner > h3.title {
  line-height: 3.125rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #111;
}
.sec_talent .inner > .desc {
  padding-top: 1rem;
  width: 100%;
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
}
.sec_talent .inner .lst_talents {
  display: flex;
  gap: 2.25rem;
  margin-top: 3.125rem;
}
.sec_talent .inner .lst_talents li {
  flex: 1;
  padding: 3.75rem 2.8125rem 3.6875rem;
  border-radius: 0.375rem;
  border: 0.125rem solid #ECECEC;
  box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.05);
  background-color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 7.4375rem;
}
.sec_talent .inner .lst_talents li .title {
  line-height: 2.0625rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: #111;
}
.sec_talent .inner .lst_talents li .desc {
  padding-top: 12.375rem;
  line-height: 1.625rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #111;
  word-break: keep-all;
}
.sec_talent .inner .lst_talents li:nth-child(1) {
  background-image: url(../img/sub/ico_talent1.svg);
}
.sec_talent .inner .lst_talents li:nth-child(2) {
  background-image: url(../img/sub/ico_talent2.svg);
}
.sec_talent .inner .lst_talents li:nth-child(3) {
  background-image: url(../img/sub/ico_talent3.svg);
}
.sec_talent .inner .lst_talents li:nth-child(4) {
  background-image: url(../img/sub/ico_talent4.svg);
}

@media (min-width: 601px) and (max-width: 1440px) {
  .sec_talent {
    padding: 5.625rem 5rem 3.75rem;
  }
  .sec_talent .inner .lst_talents {
    flex-wrap: wrap;
    gap: 2.5rem;
  }
  .sec_talent .inner .lst_talents li {
    flex: 0 0 calc(50% - 1.25rem);
  }
}
@media (max-width: 600px) {
  .sec_talent {
    padding: 5.625rem 0.9375rem 3.75rem;
  }
  .sec_talent .inner > h3.title {
    line-height: 2.0625rem;
    font-size: 1.75rem;
  }
  .sec_talent .inner > .desc {
    padding-top: 0.75rem;
    line-height: 1.25rem;
    font-size: 1rem;
  }
  .sec_talent .inner .lst_talents {
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 1.875rem;
    padding: 0 0.75rem;
  }
  .sec_talent .inner .lst_talents li {
    padding: 3.4375rem 2.5rem 3.625rem;
    background-size: 8rem 8rem;
    background-position: 50% 6.8125rem;
  }
  .sec_talent .inner .lst_talents li .title {
    line-height: 1.875rem;
    font-size: 1.625rem;
  }
  .sec_talent .inner .lst_talents li .desc {
    padding-top: 11.3125rem;
    line-height: 1.375rem;
    font-size: 1.0625rem;
  }
}
.sec_benefit {
  padding: 8.75rem 0 0;
}
.sec_benefit .inner {
  padding: 0 5rem;
  max-width: unset;
}
.sec_benefit .inner .title_area {
  display: block;
  margin: 0 auto;
  max-width: 90rem;
}
.sec_benefit .inner .title_area > h3.title {
  line-height: 3.125rem;
  font-size: 2.625rem;
  font-weight: 700;
  color: #111;
}
.sec_benefit .inner .title_area > .desc {
  padding-top: 1rem;
  padding-left: 0;
  width: 100%;
  line-height: 2rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
}
.sec_benefit .swiper-wrapper {
  transition-timing-function: linear;
}
.sec_benefit .lst_benefits {
  display: flex;
  gap: 2.25rem;
  margin-top: 4.75rem;
}
.sec_benefit .lst_benefits li {
  overflow: hidden;
  flex: 0 0 28.5rem !important;
  height: 17.5rem;
  line-height: 17.5rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sec_benefit .lst_benefits li:nth-child(5n+1) {
  background-image: url(../img/sub/bg_benefits1.png);
}
.sec_benefit .lst_benefits li:nth-child(5n+2) {
  background-image: url(../img/sub/bg_benefits2.png);
}
.sec_benefit .lst_benefits li:nth-child(5n+3) {
  background-image: url(../img/sub/bg_benefits3.png);
}
.sec_benefit .lst_benefits li:nth-child(5n+4) {
  background-image: url(../img/sub/bg_benefits4.png);
}
.sec_benefit .lst_benefits li:nth-child(5n+5) {
  background-image: url(../img/sub/bg_benefits5.png);
}

@media (max-width: 600px) {
  .sec_benefit {
    padding-top: 5.625rem;
  }
  .sec_benefit .inner {
    padding: 0 0.9375rem;
  }
  .sec_benefit .inner .title_area {
    display: block;
    margin: 0 auto;
    max-width: 90rem;
  }
  .sec_benefit .inner .title_area > h3.title {
    line-height: 2.0625rem;
    font-size: 1.75rem;
  }
  .sec_benefit .inner .title_area > .desc {
    margin-top: 0;
    padding-top: 0.75rem;
    line-height: 1.25rem;
    font-size: 1rem;
  }
  .sec_benefit .benefits {
    padding: 1.875rem 0.9375rem 0;
  }
  .sec_benefit .lst_benefits {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.25rem;
    margin-top: 0rem;
  }
  .sec_benefit .lst_benefits li {
    display: none;
    flex: 0 0 12.625rem !important;
    background-size: cover;
    line-height: 12.625rem;
    font-size: 1rem;
  }
  .sec_benefit .lst_benefits li:nth-child(1), .sec_benefit .lst_benefits li:nth-child(2), .sec_benefit .lst_benefits li:nth-child(3), .sec_benefit .lst_benefits li:nth-child(4), .sec_benefit .lst_benefits li:nth-child(5) {
    display: block;
  }
}/*# sourceMappingURL=page_career.css.map */