@charset "UTF-8";
footer {
  padding: 15px 0;
  background: #e3e3e3;
  color: #666;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer img {
  width: 80px;
}
@media (min-width: 1024px) {
  footer img {
    width: 140px;
  }
}
footer a {
  padding: 5px;
}
footer .copyright {
  color: #555;
  font-size: 11px;
  line-height: 150%;
}
@media (min-width: 1024px) {
  footer .copyright {
    font-size: 14px;
  }
}

.go-to-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  background: url("https://menu.mt.co.kr/microweb/static/k-meta/go-to-top.png") no-repeat center/cover;
  opacity: 0;
  transition: opacity 0.25s;
  pointer-events: none;
}
.go-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .go-to-top {
    display: none;
  }
}

#wrap header {
  width: 100%;
  height: 311.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("https://menu.mt.co.kr/microweb/static/k-meta/bg_header_50.jpg");
  background-position: center;
  background-size: 1192px;
  background-repeat: no-repeat;
  color: white;
}
@media (min-width: 1024px) {
  #wrap header {
    height: 500px;
    background-position: center;
    background-size: 2332px;
    background-repeat: no-repeat;
  }
}
@media (min-width: 2333px) {
  #wrap header {
    background-size: cover;
  }
}
#wrap header > * {
  margin: 0 auto;
}
#wrap header > * img {
  width: inherit;
}
#wrap header .logo {
  margin-top: 45px;
  width: 118.5px;
}
@media (min-width: 1024px) {
  #wrap header .logo {
    width: 202.518px;
    margin-top: 60px;
  }
}
#wrap header .title {
  margin-top: 17px;
  width: 265.071px;
}
@media (min-width: 1024px) {
  #wrap header .title {
    margin-top: 25px;
    width: 530.142px;
  }
}
#wrap header dl.partners {
  display: flex;
  align-items: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  line-height: 140%;
  margin-top: 21.5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
@media (min-width: 1024px) {
  #wrap header dl.partners {
    margin-top: 29px;
    font-size: 24px;
  }
}
#wrap header dl.partners dt {
  white-space: nowrap;
  text-shadow: 0 0 2.5px rgba(0, 0, 0, 0.8);
}
#wrap header dl.partners dt:nth-of-type(2) {
  margin-left: 7.5px;
}
@media (min-width: 1024px) {
  #wrap header dl.partners dt:nth-of-type(2) {
    margin-left: 48px;
  }
}
#wrap header dl.partners dd[title=과학기술정보통신부] {
  margin-left: 7.5px;
  width: 112px;
}
@media (min-width: 1024px) {
  #wrap header dl.partners dd[title=과학기술정보통신부] {
    margin-left: 15px;
    width: 188px;
  }
}
#wrap header dl.partners dd[title=머니투데이] {
  margin-left: 9.5px;
  width: 56px;
}
@media (min-width: 1024px) {
  #wrap header dl.partners dd[title=머니투데이] {
    margin-left: 17px;
    width: 100px;
  }
}
#wrap header dl.partners dd[title=한국메타버스산업협회] {
  margin-left: 9.5px;
  width: 53.5px;
}
@media (min-width: 1024px) {
  #wrap header dl.partners dd[title=한국메타버스산업협회] {
    margin-left: 17px;
    width: 95px;
  }
}

* {
  -webkit-text-size-adjust: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  box-sizing: border-box;
  text-shadow: inherit;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
img,
input,
textarea,
blockquote,
th,
td,
p,
header,
hgroup,
nav,
section,
article,
aside {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", sans-serif;
  border: none;
}

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

legend {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

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

button {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans KR", sans-serif;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: inherit;
}

button span {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

ol,
ul {
  list-style: none;
}

caption {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

label {
  cursor: pointer;
}

img,
select,
input,
textarea,
select,
button {
  vertical-align: top;
}

iframe {
  border: none;
}

a {
  border: none;
  text-decoration: none;
}

.hide,
caption {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.cboth,
.clear {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* skip */
.skip {
  position: absolute;
  top: -200px;
  display: block;
  z-index: 999;
}

.skip:focus {
  top: 0;
  background: yellow;
}

html,
body {
  height: 100%;
}

/* public */
.hidden {
  display: none;
}

.max1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.dn570 {
  display: none;
}

.gotop {
  display: none;
}

/* wrap */
#wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#wrap .limit1 {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

img {
  display: block;
  max-width: 100%;
}

.ml15 {
  margin-left: 15px;
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block;
  }
}

.nowrap {
  white-space: nowrap;
}

main {
  --h3-color: #9a02b8;
  --dt-bg-color: linear-gradient(0deg, #b14ae2 0%, #b14ae2 100%), #9a02b8;
}
main.program {
  --h3-color: #0e46aa;
  --dt-bg-color: linear-gradient(0deg, #2d6cdf 0%, #2d6cdf 100%), #9a02b8;
}
main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 10px 40px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media (min-width: 1024px) {
  main {
    gap: 40px;
    padding: 40px 20px 100px;
  }
}
main h3 {
  color: var(--h3-color);
  font-family: "S-Core", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 140%;
}
@media (min-width: 1024px) {
  main h3 {
    font-size: 30px;
  }
}
main h3 + * {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  main h3 + * {
    margin-top: 16px;
  }
}
main p {
  color: #555;
  font-size: 13px;
  line-height: 150%;
}
@media (min-width: 1024px) {
  main p {
    font-size: 18px;
  }
}
main p + p {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  main p + p {
    margin-top: 16px;
  }
}
main dl {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  main dl {
    margin-top: 20px;
  }
}
main dl dd + dt {
  margin-top: 10px;
}
@media (min-width: 500px) {
  main dl {
    display: grid;
    grid-gap: 10px 8px;
    grid-template-columns: min-content 1fr;
  }
}
@media (min-width: 500px) and (min-width: 1024px) {
  main dl {
    grid-gap: 10px 16px;
  }
}
@media (min-width: 500px) {
  main dl dt {
    grid-column: 1;
  }
  main dl dd {
    grid-column: 2;
  }
  main dl dd + dt {
    margin-top: 0;
  }
}
main dl dt {
  width: 74px;
  padding: 0 8px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: var(--dt-bg-color);
  color: #fff;
  font-family: "S-Core", sans-serif;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  main dl dt {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    width: 130px;
    height: 40px;
  }
}
main dl dd {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 150%; /* 39px */
  padding-top: 3.5px;
  word-break: break-all;
  word-wrap: break-word;
}
@media (min-width: 1024px) {
  main dl dd {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%; /* 27px */
    padding-top: 9.5px;
  }
}
main table {
  width: 100%;
  margin-top: 15px;
  font-size: 13px;
  line-height: 150%;
}
@media (min-width: 1024px) {
  main table {
    margin-top: 16px;
    font-size: 18px;
  }
}
main table tr > * {
  border: 1px solid #e0e0e0;
  padding: 16px;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
}
main table th {
  background: #f0f0f0;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}
main table td {
  color: #555;
}
main p.table-description {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
  line-height: 150%; /* 36px */
}
@media (min-width: 1024px) {
  main p.table-description {
    margin-top: 24px;
    font-size: 16px;
  }
}
main #download-application-form {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: linear-gradient(90deg, #9a02b8 0.75%, #4a02ac 99.5%);
  color: #fff;
  font-size: 15px;
  font-weight: 200;
  line-height: 120%;
  margin-top: 16px;
  height: 42px;
}
@media (min-width: 1024px) {
  main #download-application-form {
    margin-top: 16px;
    width: 400px;
    height: 68px;
    font-size: 26px;
  }
}

main.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 311.5px - 50px - 74px);
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}
@media (min-width: 1024px) {
  main.coming-soon {
    height: calc(100vh - 500px - 100px - 148px);
  }
}

main.tab-content:not(.on) {
  display: none;
}

@media (max-width: 767px) {
  table.detailed-schedule tbody tr > :nth-child(1) {
    width: 20%;
    min-width: 80px;
  }
  table.detailed-schedule tbody tr > :nth-child(2) {
    width: 16.6666666667%;
    white-space: nowrap;
  }
  table.detailed-schedule tbody th,
  table.detailed-schedule tbody td {
    padding: 16px 10px;
  }
  table.detailed-schedule tbody span {
    display: block;
  }
}
@media (min-width: 768px) {
  table.detailed-schedule tbody tr > :nth-child(1) {
    width: 24.7132429614%;
  }
  table.detailed-schedule tbody tr > :nth-child(2) {
    width: 16.8925964546%;
  }
}

.tab-menu {
  height: 50px;
  display: flex;
  justify-content: center;
  background-image: url("https://menu.mt.co.kr/microweb/static/k-meta/bg_tab.png");
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  font-family: "S-Core", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 140%;
  background-size: 302.65625vw 68.5px;
}
@media (max-width: 1023px) {
  .tab-menu {
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .tab-menu {
    height: 100px;
    background-size: 100.8854166667vw 137px;
  }
}
.tab-menu button {
  width: 50%;
  max-width: 500px;
}
.tab-menu button.on {
  text-decoration-line: underline;
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
.tab-menu button:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1002px) {
  .tab-menu button:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .tab-menu button:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1024px) {
  .tab-menu {
    font-size: 30px;
  }
}