@charset "UTF-8";
/* WooridaumL */
@font-face {
  font-family: "Wooridaum";
  font-style: normal;
  font-weight: 300;
  src: local("WooridaumL"), url("../font/WooridaumL.ttf") format("truetype");
}
/* WooridaumR */
@font-face {
  font-family: "Wooridaum";
  font-style: normal;
  font-weight: 400;
  src: local("WooridaumR"), url("../font/WooridaumR.ttf") format("truetype");
}
/* WooridaumB */
@font-face {
  font-family: "Wooridaum";
  font-style: normal;
  font-weight: 700;
  src: local("WooridaumB"), url("../font/WooridaumB.ttf") format("truetype");
}
@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 300;
  src: local("Pretendard-Light"), url("../font/Pretendard-Light.woff2") format("woff2"), local("Pretendard-Light"), url("../font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 400;
  src: local("Pretendard-Regular"), url("../font/Pretendard-Regular.woff2") format("woff2"), local("Pretendard-Regular"), url("../font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 600;
  src: local("Pretendard-SemiBold"), url("../font/Pretendard-SemiBold.woff2") format("woff2"), local("Pretendard-SemiBold"), url("../font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "pretendard";
  font-style: normal;
  font-weight: 700;
  src: local("Pretendard-Bold"), url("../font/Pretendard-Bold.woff2") format("woff2"), local("Pretendard-Bold"), url("../font/Pretendard-Bold.woff") format("woff");
}
/* reset */
html, body {
  color: #123F6D;
  word-break: keep-all;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "pretendard", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
img,
figure,
select,
section,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #123F6D;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
html,
body {
  height: 100%;
}

/* 공통 */
img {
  max-width: 100%;
}

#wrap {
  position: relative;
  min-width: 360px;
  min-height: 100%;
  width: 100%;
  background: #0067AC url("../images/bg.svg") no-repeat right 0/auto 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 78px 1fr 80px;
}

.section-inner {
  position: relative;
  width: 1342px;
  margin: 0 auto;
}
@media (max-width: 1342px) {
  .section-inner {
    width: 100%;
    padding: 0 27px;
  }
}

header {
  position: relative;
  width: 100%;
  height: 78px;
  z-index: 1000;
}
header .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: block;
  width: 260px;
  height: 78px;
  background: url("../images/brandLogo.svg") no-repeat 0 center/260px auto;
  z-index: 998;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header .m_btn_menu {
  position: absolute;
  top: 0;
  right: 25px;
  width: 80px;
  height: 80px;
  background: url("../images/m_btn_menu.svg") no-repeat center center/auto 24px;
}
header nav {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header nav a {
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header nav > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
}
header nav > ul li {
  width: 204px;
  height: 78px;
}
@media (max-width: 960px) {
  header nav > ul {
    gap: 0;
  }
  header nav > ul li {
    width: 150px;
  }
}
@media (max-width: 700px) {
  header .logo {
    width: 210px;
    background-size: 210px auto;
  }
  header nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #0080CA;
  }
  header nav ul {
    flex-flow: column nowrap;
    align-items: flex-start;
    text-align: left;
  }
  header nav ul li {
    width: 100%;
  }
  header nav ul li a {
    padding-left: 30px;
    justify-content: flex-start;
  }
  header .m_btn_menu {
    display: block;
  }
}

footer {
  background-color: #123F6D;
}
footer .section-inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .section-inner .copyright {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}
footer .section-inner .copyright a {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 700px) {
  footer .section-inner .copyright {
    font-size: 11px;
    line-height: 14px;
  }
  footer .section-inner .copyright span {
    display: block;
  }
  footer .section-inner span img {
    height: 27px;
  }
}

.contentWrap {
  height: 100%;
  padding: 0 30px 32px 0;
  display: grid;
  grid-template-rows: 1fr 260px;
}
@media (max-width: 1342px) {
  .contentWrap {
    grid-template-rows: auto;
  }
}
@media (max-width: 700px) {
  .contentWrap {
    padding-right: 0;
  }
}

.headingArea {
  background-color: #fff;
  display: flex;
  align-items: center;
}
.headingArea .section-inner {
  display: grid;
  grid-template-columns: 584px 1fr;
  align-items: center;
}
@media (max-width: 1342px) {
  .headingArea .section-inner {
    grid-template-columns: 1fr 350px;
    width: 660px;
    padding: 45px 0 62px;
    align-items: flex-start;
  }
  .headingArea .section-inner .heading-visual img {
    width: 100%;
    max-width: none;
    height: auto;
  }
  .headingArea .section-inner .heading-content .heading-text {
    padding: 0;
  }
  .headingArea .section-inner .heading-content .heading-text img {
    width: 271px;
  }
  .headingArea .section-inner .heading-content h2 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (max-width: 700px) {
  .headingArea .section-inner {
    width: 100%;
    grid-template-columns: auto;
    padding: 194px 27px 46px;
    height: auto;
  }
  .headingArea .section-inner .heading-content {
    order: 2;
  }
  .headingArea .section-inner .heading-content h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .headingArea .section-inner .heading-content .heading-text {
    position: absolute;
    top: 17px;
    left: 22px;
  }
  .headingArea .section-inner .heading-content .heading-text img {
    width: 238px;
  }
  .headingArea .section-inner .heading-visual {
    order: 1;
  }
}
@media (max-height: 1080px) {
  .headingArea .section-inner {
    height: auto;
  }
}
.headingArea .heading-content .heading-text {
  padding: 20px 0 0 65px;
}
.headingArea .heading-content .heading-text img {
  width: 390px;
}
.headingArea .heading-content h2 {
  margin-top: 17px;
  font-family: "Wooridaum";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 66px;
  color: #113f6D;
  letter-spacing: -0.02em;
}
.headingArea .heading-content h2 strong {
  color: #0080CA;
}
@media (max-width: 1100px) {
  .headingArea .heading-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 63px;
  }
  .headingArea .heading-content h2 span {
    display: block;
  }
}
@media (max-width: 700px) {
  .headingArea .heading-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 60px;
  }
}
.headingArea .heading-visual img {
  width: 517px;
  height: 517px;
}
@media (min-width: 1342px) and (max-height: 1080px) {
  .headingArea .heading-visual img {
    height: 500px;
    max-width: none;
  }
}
@media (max-width: 1100px) {
  .headingArea h2 {
    margin-top: 25px;
  }
}
@media (max-width: 700px) {
  .headingArea {
    height: auto;
  }
}

.recruit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 23px;
}
.recruit__list > .link {
  width: auto;
  height: 200px;
  display: grid;
  grid-template-rows: 1fr 50px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.recruit__list > .link dl {
  padding: 20px 20px 0;
}
.recruit__list > .link dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.recruit__list > .link dl dt small {
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.recruit__list > .link dl dd {
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #0067AC;
}
.recruit__list > .link p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #0080CA;
}
.recruit__list > .link p span {
  position: relative;
  display: inline-block;
}
.recruit__list > .link p span:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: -35px;
  width: 14px;
  height: 14px;
  background: url("../images/icon_arrow.svg") no-repeat right center/auto 14px;
}
@media (min-width: 701px) and (max-width: 1342px) {
  .recruit__list > .link {
    height: 160px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 160px;
    border: 1px solid #1B83E6;
  }
  .recruit__list > .link p {
    position: relative;
    padding: 15px 0 0 20px;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 28px;
  }
  .recruit__list > .link p span {
    position: initial;
  }
  .recruit__list > .link p span:before {
    position: absolute;
    top: auto;
    bottom: 25px;
    right: 15px;
    width: 24px;
    height: 24px;
    background-size: auto 24px;
  }
}
@media (max-width: 700px) {
  .recruit__list > .link {
    height: auto;
  }
  .recruit__list > .link dl {
    padding: 10px 20px;
  }
  .recruit__list > .link dl dt {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
  }
  .recruit__list > .link dl dt span {
    display: block;
  }
  .recruit__list > .link dl dt small {
    font-size: 15px;
    font-weight: 500;
  }
  .recruit__list > .link dl dd {
    margin-top: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    color: #0067AC;
  }
}

.linkArea {
  position: absolute;
  top: calc(50% - 337px);
  left: calc(50% + 455px);
}
.linkArea .link-inner {
  display: grid;
  grid-template-columns: auto;
  gap: 15px 0;
  background-color: #fff;
}
.linkArea .link-inner .link {
  position: relative;
  width: 200px;
  height: 200px;
  padding: 15px 27px;
  border: 2px solid #1B83E6;
  border-radius: 10px;
}
.linkArea .link-inner .link:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 56px;
}
.linkArea .link-inner .link dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 46px;
}
.linkArea .link-inner .link dl dt span {
  display: inline-block;
  padding-right: 30px;
  background: url("../images/icon_arrow_d.svg") no-repeat right center;
}
.linkArea .link-inner .link dl dt span.none {
  background-image: none;
}
.linkArea .link-inner .link dl dd {
  margin-top: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.linkArea .link-inner .link:nth-child(1):before {
  background-image: url("../images/link_icon_01.png");
}
.linkArea .link-inner .link:nth-child(2):before {
  background-image: url("../images/link_icon_02.png");
}
@media (max-width: 1342px) {
  .linkArea {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 25px 0;
    background-color: #fff;
  }
  .linkArea .link-inner {
    height: auto;
    width: 660px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 0 26px;
    justify-content: center;
  }
  .linkArea .link-inner .link {
    width: 317px;
    height: 180px;
  }
}
@media (max-width: 700px) {
  .linkArea {
    padding: 0;
  }
  .linkArea .link-inner {
    width: 100%;
    padding: 32px 27px 44px;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .linkArea .link-inner .link {
    width: 100%;
    height: 117px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }
  .linkArea .link-inner .link dl dt {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
  }
}

.recruit-wrap {
  background-color: #B5DDFE;
}
.recruit-wrap .section-inner {
  padding: 30px 0;
  display: grid;
}
@media (max-width: 1342px) {
  .recruit-wrap .section-inner {
    justify-content: center;
  }
  .recruit-wrap .recruit__list {
    width: 660px;
    grid-template-columns: auto;
    gap: 16px 0;
  }
}
@media (max-width: 700px) {
  .recruit-wrap .section-inner {
    padding: 30px 27px;
    display: block;
  }
  .recruit-wrap .recruit__list {
    width: 100%;
    grid-template-columns: auto;
    gap: 24px 0;
  }
}/*# sourceMappingURL=style.css.map */