@charset "UTF-8";
@font-face {
  font-family: "KiaSignature";
  src: url("../font/KiaSignatureLight.woff") format("woff"), url("../font/KiaSignatureLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquareNeo";
  src: url("../font/KiaSignatureRegular.woff") format("woff"), url("../font/KiaSignatureRegular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "KiaSignature";
  src: url("../font/KiaSignatureBold.woff") format("woff"), url("../font/KiaSignatureBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1023px 이하일때*/
/*반응형, 브라우저 크기가 1024px 이상일때*/
/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

html, body {
  color: #fff;
}

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.03em;
  line-height: 1;
  font-weight: 700;
  font-family: "KiaSignature", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
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,
select,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

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 {
  word-break: keep-all;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden;
}
@media (min-width: 800px) {
  html.scroll-disable,
  body.scroll-disable {
    overflow: visible;
  }
}

body {
  overflow-x: hidden;
}

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

figure img {
  display: block;
}
figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 768px) {
  .pcVer {
    display: none;
  }
}

.mVer {
  display: none;
}
@media (max-width: 768px) {
  .mVer {
    display: block;
  }
}

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

@media (max-width: 768px) {
  span.br {
    display: block;
  }
}
#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
  background: linear-gradient(180deg, #000 20%, #05141F 42%, #05141F 78%, #000 100%);
  overflow-x: hidden;
}

section {
  position: relative;
  margin: 0 auto;
}

main {
  position: relative;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 1000;
}
header .section-inner {
  width: 100%;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  header .section-inner {
    padding: 0 25px;
  }
}
header .gnbWrap {
  position: relative;
  height: 80px;
  z-index: 100;
}
header .logo {
  display: block;
  width: 180px;
  height: 80px;
  background: url("../images/brandLogo.svg") no-repeat center center/80px auto;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  header .logo {
    width: 80px;
  }
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header nav .box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header nav ul {
  display: flex;
  gap: 0 20px;
}
header nav ul li {
  position: relative;
  width: 180px;
  height: 80px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 80px;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
header nav ul li a span {
  position: relative;
  display: inline-block;
}
@media (max-width: 1280px) {
  header nav ul li {
    width: auto;
  }
}
header.fixed {
  transition: 0.5s ease-in-out;
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
  header .logo {
    position: relative;
    height: 60px;
    width: 86px;
    background-size: 86px auto;
    z-index: 2000;
  }
  header .logo.dark {
    background-image: url("../images/brandLogo_d.svg");
  }
  header .m_btn_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: url("../images/m_btn_menu.svg") no-repeat center center/auto 21px;
  }
  header .gnbWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    z-index: 1000;
  }
  header .gnbWrap ul {
    display: block;
    width: 100%;
  }
  header .gnbWrap ul li {
    margin-left: 0 !important;
    width: 100%;
    padding-left: 30px;
    height: 80px;
    font-size: 24px;
  }
  header .gnbWrap ul li:before {
    display: none;
  }
  header .gnbWrap ul li a {
    display: block;
    text-align: left;
    font-weight: 700;
    color: #05141F;
  }
  header .gnbWrap .box {
    display: block;
    background-color: #fff;
    height: 100%;
  }
  header .gnbWrap .m_btn_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
  }
  header .gnbWrap .m_btn_close:before, header .gnbWrap .m_btn_close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #05141F;
  }
  header .gnbWrap .m_btn_close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .gnbWrap .m_btn_close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  footer {
    text-indent: -9999px;
    background: url("../images/brandLogo.svg") no-repeat center center/auto 26px;
  }
}

.section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 30px;
  border: 3px solid #01E1CF;
  color: #01E1CF;
  border-radius: 100vw;
  font-size: 24px;
}
@media (max-width: 768px) {
  .section-title span {
    height: 50px;
    padding: 0 20px;
    border-width: 2px;
    font-size: 20px;
  }
}

h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
}
@media (max-width: 768px) {
  h3 {
    font-style: normal;
    font-size: 38px;
    line-height: 50px;
  }
}

.headingWrap .section-inner {
  padding-top: 80px;
  height: 860px;
}
.headingWrap .heading-title {
  position: absolute;
  bottom: 75px;
  left: 0;
  z-index: 10;
}
.headingWrap .heading-title dt, .headingWrap .heading-title dd {
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
}
.headingWrap .heading-title dd {
  margin-top: 20px;
}
.headingWrap .link_apply {
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 280px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  padding-left: 24px;
  background: #FF6525 url("../images/link_arrow.svg") no-repeat right 24px center/auto 39px;
  font-size: 20px;
  z-index: 10;
}
.headingWrap .keyvisual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 780px;
  background: url("../images/heading_visual.jpg") no-repeat center top 80px/auto 780px;
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 980px) {
  .headingWrap {
    background-size: auto 650px;
  }
  .headingWrap .heading-title {
    left: 25px;
  }
  .headingWrap .link_apply {
    right: 25px;
  }
  .headingWrap .keyvisual {
    width: 100%;
    height: 760px;
    background: url("../images/heading_visual.jpg") no-repeat center top 80px/auto 650px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .headingWrap {
    background-size: auto 350px;
  }
  .headingWrap .section-inner {
    padding-top: 430px;
    height: 700px;
  }
  .headingWrap .heading-title {
    position: relative;
    bottom: auto;
  }
  .headingWrap .link_apply {
    margin-top: 40px;
    position: relative;
    bottom: auto;
    right: auto;
  }
  .headingWrap .keyvisual {
    width: 100%;
    height: 430px;
    background: url("../images/heading_visual.jpg") no-repeat center top 80px/auto 350px;
    z-index: 1;
  }
}

.shareWrap .section-inner {
  padding: 158px 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: cetner;
}
.shareWrap .section-inner .title p {
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.shareWrap .section-inner .share-group {
  padding-right: 56px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 0 23px;
}
.shareWrap .section-inner .share-group a {
  width: 83px;
  height: 83px;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auot 83px;
}
.shareWrap .section-inner .share-group a:nth-of-type(1) {
  background-image: url("../images/share_icon_01.svg");
}
.shareWrap .section-inner .share-group a:nth-of-type(2) {
  background-image: url("../images/share_icon_02.svg");
}
.shareWrap .section-inner .share-group a:nth-of-type(3) {
  background-image: url("../images/share_icon_03.svg");
}
@media (min-width: 769px) and (max-width: 980px) {
  .shareWrap .section-inner {
    padding: 158px 25px 100px;
  }
}
@media (max-width: 768px) {
  .shareWrap .section-inner {
    padding: 70px 25px 64px;
    display: grid;
  }
  .shareWrap .section-inner .title p {
    margin-top: 10px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .shareWrap .section-inner .share-group {
    margin-top: 38px;
    gap: 0 20px;
  }
  .shareWrap .section-inner .share-group a {
    width: 70px;
    height: 70px;
    background-size: auto 70px;
  }
}

.applyInfoWrap {
  padding: 98px 0 0 0;
}
.applyInfoWrap .mid-title {
  margin-bottom: 78px;
}
.applyInfoWrap .mid-title dt {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
}
.applyInfoWrap .mid-title dd {
  margin-top: 27px;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
}
.applyInfoWrap .mid-title dd p {
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .applyInfoWrap {
    padding-top: 60px;
  }
  .applyInfoWrap .mid-title {
    margin-bottom: 34px;
  }
  .applyInfoWrap .mid-title dt {
    font-size: 20px;
    line-height: 30px;
  }
  .applyInfoWrap .mid-title dd {
    margin-top: 14px;
    font-style: normal;
    font-size: 38px;
    line-height: 50px;
  }
  .applyInfoWrap .mid-title dd p {
    font-style: normal;
    font-size: 38px;
    line-height: 50px;
  }
}
.applyInfoWrap .section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .applyInfoWrap .section-title {
    margin-bottom: 61px;
  }
}
.applyInfoWrap .grid-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.applyInfoWrap .grid-info > li {
  padding: 30px;
}
.applyInfoWrap .grid-info > li strong {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
}
.applyInfoWrap .grid-info > li p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
.applyInfoWrap .grid-info > li p small {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #ccc;
}
.applyInfoWrap .grid-info > li p strong {
  font-size: 20px;
}
.applyInfoWrap .grid-info > li p.t18 {
  font-size: 18px;
  line-height: 30px;
}
.applyInfoWrap .grid-info > li:nth-of-type(2), .applyInfoWrap .grid-info > li:nth-of-type(3) {
  background-color: #78B9FF;
}
@media (max-width: 768px) {
  .applyInfoWrap .grid-info {
    margin: 0 -25px;
    grid-template-columns: auto;
  }
  .applyInfoWrap .grid-info > li {
    padding: 20px 30px 33px;
    min-height: 140px;
  }
  .applyInfoWrap .grid-info > li strong {
    margin-bottom: 14px;
  }
  .applyInfoWrap .grid-info > li p {
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
  }
  .applyInfoWrap .grid-info > li p small {
    font-size: 14px;
  }
  .applyInfoWrap .grid-info > li p strong {
    font-size: 20px;
  }
  .applyInfoWrap .grid-info > li p.t18 {
    font-size: 16px;
    line-height: 26px;
  }
  .applyInfoWrap .grid-info > li:nth-of-type(3) {
    background-color: transparent;
  }
  .applyInfoWrap .grid-info > li:nth-of-type(2), .applyInfoWrap .grid-info > li:nth-of-type(4) {
    background-color: #78B9FF;
  }
}

.programWrap {
  padding-top: 72px;
}
.programWrap .section-title {
  margin-bottom: 46px;
}
.programWrap .grid-program {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 40px;
}
.programWrap .grid-program li {
  padding: 270px 0 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px #fff;
  background-position: center top 30px;
  background-repeat: no-repeat;
  background-size: auto 220px;
}
.programWrap .grid-program li:nth-of-type(1) {
  background-image: url("../images/program_icon_01.png");
}
.programWrap .grid-program li:nth-of-type(2) {
  background-image: url("../images/program_icon_02.png");
}
.programWrap .grid-program li:nth-of-type(3) {
  background-image: url("../images/program_icon_03.png");
}
.programWrap .grid-program li dl {
  color: #000;
  text-align: center;
}
.programWrap .grid-program li dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 108px;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
}
.programWrap .grid-program li dl dd {
  margin-top: 20px;
}
.programWrap .grid-program li dl dd p {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
.programWrap .grid-program li dl dd small {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .programWrap {
    padding-top: 61px;
  }
  .programWrap .section-title {
    margin-bottom: 32px;
  }
  .programWrap .grid-program {
    grid-template-columns: auto;
  }
}

.eventWrap {
  padding-top: 94px;
}
.eventWrap .section-title {
  margin-bottom: 25px;
}
.eventWrap .section-title + p {
  margin-bottom: 53px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}
.eventWrap .grid-event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
.eventWrap .grid-event li {
  padding: 30px 0 16px;
}
.eventWrap .grid-event li figure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.eventWrap .grid-event li figure img {
  width: 220px;
}
.eventWrap .grid-event li figure.gift img {
  width: 280px;
}
.eventWrap .grid-event li .desc-text {
  margin: 20px 0;
  height: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  text-align: center;
}
.eventWrap .grid-event li .desc-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
.eventWrap .grid-event li .desc-text small {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.eventWrap .grid-event li:nth-of-type(1) p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 102px;
}
@media (max-width: 768px) {
  .eventWrap {
    padding-top: 90px;
  }
  .eventWrap .section-title {
    margin-bottom: 15px;
  }
  .eventWrap .grid-event {
    grid-template-columns: auto;
  }
  .eventWrap .grid-event li + li {
    border-top: 1px solid #6D6E71;
  }
}

.mapWrap .section-inner {
  padding-top: 110px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.mapWrap .section-inner p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}
.mapWrap .section-inner .info-wrap {
  position: relative;
  padding: 21px 0;
}
.mapWrap .section-inner .info-wrap p {
  margin-top: 10px;
}
.mapWrap .section-inner .info-wrap .link_map {
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 180px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  padding-left: 24px;
  background: #A384FF url("../images/link_arrow.svg") no-repeat right 24px center/auto 39px;
  font-size: 20px;
}
.mapWrap .section-inner .address-wrap figure {
  border-radius: 20px;
  box-shadow: 0 0 20px #fff;
  overflow: hidden;
}
.mapWrap .section-inner .address-wrap p {
  margin-top: 23px;
}
@media (min-width: 769px) and (max-width: 980px) {
  .mapWrap .section-inner {
    grid-template-columns: auto;
  }
  .mapWrap .section-inner .info-wrap .link_map {
    margin-top: 24px;
    position: relative;
    bottom: auto;
    left: 0;
  }
  .mapWrap .section-inner .address-wrap {
    margin-top: 56px;
  }
}
@media (max-width: 768px) {
  .mapWrap .section-inner {
    grid-template-columns: auto;
  }
  .mapWrap .section-inner .info-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
  .mapWrap .section-inner .info-wrap .link_map {
    margin-top: 24px;
    position: relative;
    bottom: auto;
    left: 0;
  }
  .mapWrap .section-inner .address-wrap {
    margin-top: 56px;
  }
}

.faqWrap .section-inner {
  padding-top: 168px;
}
.faqWrap .section-inner h3 {
  margin-bottom: 39px;
}
.faqWrap .section-inner .faq-list {
  display: grid;
  gap: 40px 0;
}
.faqWrap .section-inner .faq-list > li dl > *:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 30px;
  font-weight: 700;
}
.faqWrap .section-inner .faq-list > li dt {
  position: relative;
  padding: 10px 0 10px 42px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.faqWrap .section-inner .faq-list > li dt:before {
  content: "Q.";
}
.faqWrap .section-inner .faq-list > li dt:after {
  content: "";
  position: absolute;
  bottom: 16px;
  right: 32px;
  display: block;
  width: 25px;
  height: 14px;
  background: url("../images/faq_arrow.svg") no-repeat center center/auto 14px;
  transition: 0.3s;
}
.faqWrap .section-inner .faq-list > li dd {
  position: relative;
  display: none;
  padding: 10px 0 0 42px;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
.faqWrap .section-inner .faq-list > li dd:before {
  content: "A.";
}
.faqWrap .section-inner .faq-list > li.active dt:after {
  transform: rotate(180deg);
}
.faqWrap .section-inner .faq-list > li.active dd {
  display: block;
}
@media (max-width: 768px) {
  .faqWrap .section-inner {
    padding-top: 96px;
  }
  .faqWrap .section-inner h3 {
    margin-bottom: 35px;
  }
  .faqWrap .section-inner .faq-list > li dl > *:before {
    font-size: 24px;
  }
  .faqWrap .section-inner .faq-list > li dt {
    padding: 0 43px 10px 42px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
  }
  .faqWrap .section-inner .faq-list > li dt:before {
    top: 0;
  }
  .faqWrap .section-inner .faq-list > li dt:after {
    top: 5px;
    right: 0;
    background-size: 16px auto;
  }
  .faqWrap .section-inner .faq-list > li dd {
    padding: 10px 0 0 42px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
  }
}/*# sourceMappingURL=style.css.map */