@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');


* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Pretendard', sans-serif; color: #222; }
button, input, textarea, select,a { font-family: 'Pretendard', sans-serif; }
div,h1,h2,h3,h4,h5,h6,p { font-family: 'Pretendard', sans-serif; }
section { padding: 80px 0; }
.t-p-0 { padding-top: 0 !important; }
.t-b-0 { padding-bottom: 0 !important; }
.bg-yellow { background-color: #f7f2e5; }
.bg-light-silver { background-color: #f9fdff; }
.bg-silver { background-color: #e5e5e5; }
.m-b-10 { margin-bottom: 10px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-30 { margin-bottom: 30px; }
.m-b-40 { margin-bottom: 40px; }
.m-b-50 { margin-bottom: 50px; }
.m-b-60 { margin-bottom: 60px; }
.m-b-70 { margin-bottom: 70px; }
.m-b-80 { margin-bottom: 80px; }
.m-b-90 { margin-bottom: 90px; }
.m-b-100 { margin-bottom: 100px; }
.m-w-90 { max-width: 90%; }
.m-w-80 { max-width: 80%; }
.m-w-70 { max-width: 70%; }
.m-w-60 { max-width: 60%; }
.m-w-50 { max-width: 50%; }
.m-w-40 { max-width: 40%; }
.m-w-30 { max-width: 30%; }
.m-w-20 { max-width: 20%; }
.m-w-10 { max-width: 10%; }
.recruit-img-wrap { position: relative; max-width: 100%; }
.recruit-img-wrap img { width: 100%; height: auto; display: block; }
.link-01 { position: absolute; left: 8%; top: 58%; width: 80%; height: 4%; display: block; }
.recruit-img-wrap2 { position: relative; max-width: 100%; }
.recruit-img-wrap2 img { width: 100%; height: auto; display: block; }
.link-02 { position: absolute; left: 10%; top: 15%; width: 31%; height: 3.2%; display: block; }
@media(max-width:767px) {
  section { padding: 40px 0; }
}
.recruit-team { display: grid; grid-template-columns: repeat(2,1fr); gap: 40px 60px; max-width: 1000px; margin: auto; background: #e6e8ff; justify-items: left; padding: 50px; }
.team strong { display: block; font-size: 26px; font-weight: 700; margin-bottom: 8px; }
.team p { margin: 4px 0; font-size: 22px; }
.team a { color: #000; text-decoration: none; }
.team a:hover { color: #2c3f8f; }
/* 모바일 */
@media (max-width:768px) {
  .recruit-team { padding: 50px 20px; gap: 40px 40px}
  .team strong { font-size: 18px; }
  .team p { font-size: 16px; }
  .link-phone-main { position: absolute; left: 42%; top: 22.5%; width: 70%; height: 16%; }
  .link-phone-sub { position: absolute; left: 42%; top: 41%; width: 28%; height: 10%; }
  .link-insta { position: absolute; left: 42%; top: 58%; width: 25%; height: 10%; }
}
.army-contact-img { position: relative; max-width: 100%; }
.army-contact-img img { width: 100%; height: auto; display: block; }
.link-phone-main { position: absolute; left: 42%; top: 22.5%; width: 38%; height: 16%; }
.link-phone-sub { position: absolute; left: 42%; top: 41%; width: 28%; height: 10%; }
.link-insta { position: absolute; left: 42%; top: 58%; width: 25%; height: 10%; }
.youtube-wrap { width: 100%; max-width: 1080px; aspect-ratio: 16/9; }
.youtube-wrap iframe { width: 100%; height: 100%; border: 0; }
@media (max-width:768px) {
  .link-phone-main { position: absolute; left: 42%; top: 22.5%; width: 52%; height: 16%; }
  .link-phone-sub { position: absolute; left: 42%; top: 41%; width: 40%; height: 10%; }
  .link-insta { position: absolute; left: 42%; top: 58%; width: 25%; height: 10%; }
}