@charset "UTF-8";
/* 영상 */
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap");
.movieBig {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieBig .btnPlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1023px 이하일때*/
/*반응형, 브라우저 크기가 1024px 이상일때*/
/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
@media (max-width: 768px) {
  html {
    font-size: 0.8rem;
  }
}

* {
  box-sizing: border-box;
}

html, body {
  color: #3e3a39;
  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.04em;
  line-height: 1;
  font-weight: 400;
  font-family: "Nanum Gothic", 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: #3e3a39;
}

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 */
.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.layer-popup .popup-container {
  margin: 0 auto;
}
.layer-popup .popup-container.w-400 {
  max-width: 400px;
}
.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}

.popupWrap {
  width: 48rem;
  height: auto;
  display: none;
  background-color: #f1f1f5;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  background-color: transparent;
  background: url("../images/btn_popClose.svg") no-repeat center center;
}
.popupWrap .popHeader {
  height: 12.8rem;
}
.popupWrap .popContent {
  padding: 3rem 2.5rem 4.75rem;
}
.popupWrap .popContent dl dd {
  margin-top: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 140%;
  color: #767676;
}
.popupWrap .popContent dl dd .underline {
  color: #222;
  border-bottom: 1px solid #222;
}
.popupWrap .popContent dl dd strong {
  color: #444;
}
.popupWrap .popContent dl dd .bul__list li {
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 140%;
}
.popupWrap .popContent dl + dl {
  margin-top: 2rem;
}
.popupWrap[class*=popCheat] .btn_popClose {
  background-image: url("../images/btn_popClose_01.svg");
}

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

body {
  background: #7ecbef url("../images/content_bg.png") no-repeat center bottom/auto 42.75rem;
}
body.short {
  background-position: center bottom -30rem;
}
@media screen and (max-width: 500px) {
  body {
    background-size: auto 200px;
  }
  body.short {
    background-position: center bottom;
  }
}

html, body {
  letter-spacing: -1px;
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
}

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

.section-inner {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .section-inner {
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

main {
  position: relative;
  overflow: hidden;
}

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

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

figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subTitle {
  position: relative;
  margin-bottom: 1.75rem;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: inherit;
}
.subTitle:before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 1.3rem;
  height: 1.2rem;
  background: url("../images/title_point.svg") no-repeat 0 0/auto 1.2rem;
}

.ani, .pt {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
}

header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background-color: #fff;
  z-index: 1000;
}
header .section-inner {
  width: 45rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: block;
  width: 11.9rem;
  height: 4.5rem;
  background: url("../images/brandLogo.png") no-repeat 0 center/11.9rem auto;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header.fixed {
  transition: 0.5s ease-in-out;
}
.headingWrap {
  background: url("../images/heading_bg.png") no-repeat center 0/auto 15.5rem;
  overflow: hidden;
}
.headingWrap .section-inner {
  padding: 2.5rem 0 3rem;
}
.headingWrap .keyvisual {
  height: 36.15rem;
}
@media screen and (max-width: 768px) {
  .headingWrap .keyvisual {
    height: auto;
  }
}

.contentWrap {
  min-height: 42.5rem;
}
@media screen and (max-width: 768px) {
  .contentWrap {
    min-height: 550px;
  }
}

.menuArea {
  background-color: #0097e8;
}
.menuArea .section-inner {
  height: 5.35rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuArea .tabUI {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.75rem;
}
.menuArea .tabUI > li {
  position: relative;
  flex: 1;
}
.menuArea .tabUI > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuArea .tabUI li {
  position: relative;
  height: 2.5rem;
  background-color: #0059be;
  border-radius: 100vw;
  border: 1px solid #fff;
  text-indent: -9999px;
  box-shadow: 3px 3px 0 #0070dc;
}
.menuArea .tabUI li:nth-of-type(1) a {
  width: 100%;
  height: 100%;
  background: url("../images/menu_text_01.png") no-repeat center center/auto 0.95rem;
}
.menuArea .tabUI li:nth-of-type(2) a {
  width: 100%;
  height: 100%;
  background: url("../images/menu_text_02.png") no-repeat center center/auto 0.95rem;
}
.menuArea .tabUI li:nth-of-type(3) a {
  width: 100%;
  height: 100%;
  background: url("../images/menu_text_03.png") no-repeat center center/auto 0.95rem;
}
.menuArea .tabUI li:nth-of-type(4) a {
  width: 100%;
  height: 100%;
  background: url("../images/menu_text_04.png") no-repeat center center/auto 0.95rem;
}
.menuArea .tabUI li:nth-of-type(1) a {
  background-size: auto 0.8rem;
}
.menuArea .tabUI li:nth-of-type(3) a {
  background-size: auto 1.65rem;
}
.menuArea .tabUI li.active {
  background-color: #002386;
}
.menuArea .tabUI li.active:before {
  content: "";
  position: absolute;
  top: -0.65rem;
  right: -0.4rem;
  width: 3.2rem;
  height: 1.7rem;
  background: url("../images/tab_active.png") no-repeat center center/auto 1.6rem;
}
@media screen and (max-width: 768px) {
  .menuArea .section-inner {
    height: auto;
    padding: 1.5rem 0;
  }
  .menuArea .tabUI {
    flex-flow: row wrap;
    gap: 0.75rem;
  }
  .menuArea .tabUI li {
    flex: none;
    width: calc(50% - 20px);
  }
}

.tabContainer {
  position: relative;
  width: 800px;
  margin: 0 auto;
}
.tabContainer .tabContent {
  padding: 5rem 0;
}
.tabContainer #menu01 {
  padding: 1.5rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .tabContainer {
    width: 100%;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.joinInfoWrap .info-box {
  position: relative;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #000;
}
.joinInfoWrap .info-box + .info-box {
  margin-top: 1.25rem;
  background-color: #f1f1f1;
}
.joinInfoWrap .info-box:after {
  content: "";
  position: absolute;
  top: 0.25rem;
  right: -0.35rem;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 195, 239, 0.7);
  border: 1px solid #108dd3;
  z-index: -1;
}
.joinInfoWrap .info-box .cont-area {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
}
.joinInfoWrap .info-box .cont-area dt span {
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008bd5;
  border-radius: 0 1rem 0 0;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #000;
  background-position: 0.6rem center;
  background-repeat: no-repeat;
  background-size: auto 1rem;
  text-indent: -999px;
}
.joinInfoWrap .info-box .cont-area dt span.title_01 {
  background-image: url("../images/info_title_text_01.png");
}
.joinInfoWrap .info-box .cont-area dt span.title_02 {
  background-image: url("../images/info_title_text_02.png");
}
.joinInfoWrap .info-box .cont-area dt span.title_03 {
  background-image: url("../images/info_title_text_03.png");
}
.joinInfoWrap .info-box .cont-area dt span.title_04 {
  background-image: url("../images/info_title_text_04.png");
}
.joinInfoWrap .info-box .cont-area dt span.title_05 {
  background-image: url("../images/info_title_text_05.png");
}
.joinInfoWrap .info-box .cont-area dt span.title_06 {
  background-image: url("../images/info_title_text_06.png");
}
.joinInfoWrap .info-box .cont-area dt span.title_07 {
  background-image: url("../images/info_title_text_07.png");
}
.joinInfoWrap .info-box .cont-area dt span.warning {
  background-color: transparent;
}
.joinInfoWrap .info-box .cont-area dt small {
  display: block;
  font-size: 0.9rem;
  padding: 0.25rem 0 0 0.75rem;
}
.joinInfoWrap .info-box .cont-area dd {
  padding-left: 1.25rem;
}
.joinInfoWrap .info-box .cont-area dd figure img {
  width: 100%;
  max-width: none;
}
.joinInfoWrap .info-box .cont-area + .cont-area {
  margin-top: 2.75rem;
}
.joinInfoWrap .info-box .cont-area.schedule dd {
  padding-right: 3.1rem;
}
.joinInfoWrap .info-box .cont-area.schedule dd .schedule-list {
  display: grid;
  grid-template-columns: 5.3rem 7rem 5.3rem;
  gap: 0 3.2rem;
  margin-top: 10px;
  justify-content: center;
  text-align: center;
}
.joinInfoWrap .info-box .cont-area.schedule dd .schedule-list li strong {
  height: 2.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1rem;
}
.joinInfoWrap .info-box .cont-area.schedule dd .schedule-list li p {
  margin-top: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: inherit;
  color: #726f6e;
}
.joinInfoWrap .info-box .cont-area.schedule dd .comment {
  margin-top: 15px;
}
.joinInfoWrap .info-box .cont-area.prize table {
  width: 100%;
  border-style: solid;
  border-width: 1px 0;
  border-color: #008bd5;
}
.joinInfoWrap .info-box .cont-area.prize table td {
  height: 1.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: inherit;
  text-align: center;
}
.joinInfoWrap .info-box .cont-area.prize table td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.joinInfoWrap .info-box .cont-area.prize table th {
  font-style: normal;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: inherit;
  background-color: #e0f3fa;
}
.joinInfoWrap .info-box .cont-area.prize table tr:not(:last-child) td,
.joinInfoWrap .info-box .cont-area.prize table tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 768px) {
  .joinInfoWrap .info-box .cont-area {
    grid-template-columns: auto;
  }
  .joinInfoWrap .info-box .cont-area dt span {
    width: 7.5rem;
    display: inline-block;
  }
  .joinInfoWrap .info-box .cont-area dt small {
    display: inline-block;
  }
  .joinInfoWrap .info-box .cont-area dd {
    padding: 0;
    margin-top: 10px;
  }
}

.mailLink {
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.bul__list li {
  position: relative;
  padding-left: 0.7rem;
  font-style: normal;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.7rem;
}
.bul__list li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.bul__list.dot li:before {
  content: "•";
  left: -5px;
  color: #009fd9;
}
.bul__list.dash li {
  font-size: 0.75rem;
  line-height: 1.3rem;
}
.bul__list.dash li:before {
  content: "-";
}

.process-list li {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
}
.process-list li .step-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: inherit;
  height: 33px;
  background-color: #dbf1fc;
  border-radius: 100vw;
  border: 1px solid #b1e1f7;
  color: #0075dd;
}
.process-list li div {
  padding-left: 0.75rem;
  padding-top: 4px;
  color: #3e3a39;
  font-style: normal;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2rem;
}
.process-list li div p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.2rem;
}
.process-list li div a {
  color: #3e3a39;
}
.process-list li + li {
  margin-top: 0.5rem;
}
.process-list li:nth-of-type(2) {
  margin-bottom: 1.5rem;
}
.process-list li:nth-of-type(3) div p {
  margin-top: 5px;
}
.process-list li:not(:last-child) .step-box:before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: url("../images/step_arrow.png") no-repeat center center;
}

.comment {
  margin-top: 10px;
  font-size: 0.75rem;
  color: #717071;
}

.botLink-group {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.25rem;
}
.botLink-group .link {
  width: 15.2rem;
  height: 3.75rem;
  text-indent: -9999px;
  background-size: auto 3.75rem;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.botLink-group .link.home {
  background-image: url("../images/link_01.png");
}
.botLink-group .link.career {
  background-image: url("../images/link_02.png");
}
@media screen and (max-width: 768px) {
  .botLink-group {
    gap: 0 10px;
  }
  .botLink-group .link {
    width: 158px;
    height: 38px;
    background-size: auto 38px;
  }
}

.frame-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
}
.frame-box + .info-box {
  margin-top: 1.25rem;
}
.frame-box:after {
  content: "";
  position: absolute;
  top: 0.25rem;
  right: -0.35rem;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 195, 239, 0.7);
  border: 1px solid #108dd3;
  z-index: -1;
}

.link-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1rem;
}

.guide-text {
  margin-top: 25px;
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #3a3a3a;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: inherit;
  letter-spacing: -0.05em;
  border-radius: 100vw;
}
.guide-text span {
  margin-left: 0.4rem;
  font-weight: 700;
  color: #ff902c;
}
@media screen and (max-width: 768px) {
  .guide-text {
    height: auto;
    display: block;
    padding: 10px 20px;
    line-height: 18px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */