@charset "utf-8";
:root {
  --en: "ITCAvantGardeGothicStd";
  --ko: "Noto Sans KR", sans-serif;
  --point: #7ed3de;
  --point1: #7EA4FF;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}
.wrap {
  min-width: 1920px;
}
.wrap .header {
  display: flex;
  justify-content: center;
}
.wrap .header .inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 40px 0 20px;
  width: 1500px;
}
.wrap .header .link.home {
  display: flex;
  align-items: center;
  gap: 31px;
}
.wrap .header .link.home img{
  position: relative;
  top:-7px;
}

.wrap .header .link.home span {
  position: relative;
  font-family: var(--en);
  font-size: 24px;
  font-weight: 600;
  color: var(--point1);
}
.wrap .header .link.home span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translateY(-50%);
  width: 2px;
  height: 18px;
  background: #e6e6e6;
}
.wrap .header .gnb {
  padding-right: 132px;
}
.wrap .header .gnb ul {
  display: flex;
  gap: 80px;
}
.wrap .header .gnb ul li {
  font-family: var(--en);
  font-size: 16px;
  font-weight: 600;
}
.wrap .header .gnb ul li.active {
  color: var(--point1);
}
.wrap .header .gnb ul li:hover {
  color: var(--point1);
}
.wrap .container {
  min-width: 1920px;
}
.wrap .container .contents {
  width: 100%;
}
.wrap .container .contents .banner.main {
  position: relative;
  height: 601px;
  background: url("../image/recruit/main_banner.png") no-repeat;
  background-size: cover;
}
.wrap .container .contents .banner.main p {
  position: absolute;
  top: 430px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.015em;
}
.wrap .container .contents .area.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 116px 0 67px;
}
.wrap .container .contents .area.title .name {
  font-family: var(--en);
  font-size: 40px;
  font-weight: 600;
}
.wrap .container .contents .area.title .explain {
  font-size: 14px;
  font-weight: 500;
}
.wrap .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 50px 0;
  border-top: 1px solid #ddd;
}
.wrap .footer .site-map {
  display: flex;
  align-items: center;
  gap: 68px;
  padding-bottom: 20px;
}
.wrap .footer .site-map li a {
  font-size: 13px;
  font-weight: 500;
}
.wrap .footer .site-map li a[lang="en"] {
  font-family: var(--en);
}
.wrap .footer .site-map li button {
  font-size: 13px;
  font-weight: 500;
}
.wrap .footer .address {
  font-size: 13px;
  font-weight: 500;
}
.wrap .footer .address span {
  font-family: var(--en);
}
.wrap .footer .copyright {
  font-size: 13px;
  font-weight: 500;
}
/* 개인정보처리방침 */
.privacy_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9050;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 50px;
  overflow-y: auto;
  display: none;
}
.privacy_pop .pop_bg {
  width: 840px;
  margin: 0 auto 50px;
  position: relative;
  background: #ffffff;
  padding: 70px 70px 30px;
}
.privacy_pop .pop_bg .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../image/privacy_close.png") no-repeat center;
}
.privacy_pop .pop_bg h2 {
  font-size: 27px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 40px;
}
.privacy_pop .pop_bg section {
  padding-bottom: 20px;
}
.privacy_pop .pop_bg section p {
  font-size: 12px;
  font-weight: 500;
  color: #696969;
  margin-bottom: 20px;
  word-break: keep-all;
}
.privacy_pop .pop_bg section h3 {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.privacy_pop .pop_bg section dl dt {
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}
.privacy_pop .pop_bg section dl dd {
  font-size: 12px;
  color: #696969;
  font-weight: 500;
  margin-bottom: 20px;
  word-break: keep-all;
}
.privacy_pop .pop_bg .privacy_tbl {
  width: 100%;
  border-top: 2px solid #000;
  margin-bottom: 20px;
}
.privacy_pop .pop_bg .privacy_tbl tr {
  border-bottom: 1px solid #c7c7c7;
}
.privacy_pop .pop_bg .privacy_tbl th {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  background: #f0f0f0;
  height: 22px;
}
.privacy_pop .pop_bg .privacy_tbl td {
  font-size: 12px;
  font-weight: 500;
  color: #696969;
  height: 22px;
  text-align: center;
}
.privacy_pop .pop_bg .privacy_tbl td:nth-child(2) {
  text-align: left;
}
