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

@font-face {
  font-family: "gt-americamono";
  src: url("../src/fonts/GT-America-Mono-Regular.woff") format("woff");
  font-weight: 500;
  unicode-range: U+0-10FFFF;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
div,
section,
main,
video {
  ‌margin: 0;
  text-decoration: none;
  ‌padding: 0;
  ‌border: 0;
  ‌font-size: 100%;
  ‌font: inherit;
  ‌vertical-align: baseline;
  box-sizing: border-box;
}
a {
  color: #141414;
}
* {
  font-family: gt-americamono, Pretendard;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  ‌display: block;
}
body {
  background-color: #141414;
  color: #cccccc;
  margin: 0;
}
.navwrapper {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 9;
  border-bottom: solid 1px #141414;
}
.navwrapper.two {
  height: 160px;
}
.navwrapper.two .etdTrigger {
  background-color: #141414;
  color: #cccccc;
}
.navwrapper.three .secondetdTrigger {
  background-color: #141414;
  color: #cccccc;
}
.navwrapper.three {
  height: 220px;
}
.navwrapper .onedepth {
  display: grid;
  position: relative;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  background-color: #cccccc;
}
.navwrapper .twodepth {
  position: relative;
  display: grid;
  background-color: #cccccc;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 60px;
}
.navwrapper .threedepth {
  position: relative;
  display: grid;
  background-color: #cccccc;
  grid-template-columns: 1fr 1fr 1fr;
  height: 60px;
}
.twodepth .navmenu {
  background-color: #cccccc;
}
.linkBtn {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../src/img/link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.mainsymbol {
  display: block;
  height: 100px;
}
.navwrapper a.active {
  background-color: #141414;
  color: #cccccc;
}
a.active .symbol {
  background-image: url(../src/img/symbol_white.svg);
}
.partner {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin: 80px 40px;
}
.support {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;

  align-items: center;
  justify-items: center;
  margin: 30px 0px;
  width: 50%;
  left: 25%;
}
.exArtistblock {
  flex-basis: 25%;
}
.exArtistblock .txtbox {
  margin-bottom: 20px;
}
.cooperation {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  margin: 30px 0px;
  width: 50%;
  left: 25%;
}
.onedepth .symbol {
  width: 100px;
  height: 100px;
  background-image: url(../src/img/symbol.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-size: 60px;
}
.navwrapper a {
  display: grid;
  border-right: solid 1px #141414;
  border-bottom: solid 1px #141414;
  height: 100%;
  justify-content: center;
  grid-auto-flow: column;
  gap: 10px;
  align-items: center;
  color: #141414;
  cursor: pointer;
}
.dwn {
  transition: all 0.3s ease;
}
.dwn.up {
  transform: rotate(180deg);
}
.navwrapper a:hover {
  background-color: #141414;
  color: #cccccc;
}
.grid_2 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.grid_2.auto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(100px, auto);
  gap: 20px;
}
.grid_3 {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.intro {
  flex-basis: 50%;
}
.intro .col2 {
  margin-bottom: 20px;
}
.artist {
  flex-basis: 25%;
  margin-top: 0;
  margin-bottom: 40px;
  height: fit-content;
}
.maincontent {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.maincontent small {
  display: block;
  margin: 10px 0px 0px 0px;
  font-size: 0.7em;
}
.maincontent small.credit {
  font-size: 10px;
  line-height: 15px;
}
.wrapper1200.moregap {
  top: 220px;
}
.wrapper1200 {
  position: relative;
  top: 150px;
  width: 1200px;
  max-width: calc(100vw - 40px);
  left: 50%;
  transform: translateX(-50%);
}
.fullboxHead {
  background-color: #cccccc;
  width: 100%;
  color: #141414;
  padding: 40px 0px;
  text-align: center;
  text-decoration: underline;
  font-size: 25px;
  margin: 20px 0px;
}
.eng {
  background-color: #cccccc;
  color: #141414;
  font-size: 12px !important;
  line-height: 18px !important;
}
.kor {
  background-color: #cccccc;
  color: #141414;
  line-height: 24px !important;
  word-spacing: -5px;
}
.col2 {
  flex: 1;
  height: fit-content;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.5em;
}
.col4 {
  flex: 1;
  height: fit-content;
}
.txtbox {
  padding: 20px 10px;
  font-size: 14px;
  line-height: 19px;
}
.txtcenter {
  text-align: center;
}
.halfboxHead {
  background-color: #cccccc;
  color: #141414;
  width: 100%;
  padding: 40px 0px;
  text-align: center;
  font-size: 22px;
}
.credit {
  font-size: 15px;
  line-height: 28px;
}
.wrapcredit {
  padding: 50px;
  margin: 50px;
}
table {
  border: solid 1px #141414;
  border-collapse: collapse;
}
td {
  width: 150px;
  background-color: #cccccc;
  color: #141414;
  font-size: 12px;
  height: 60px;
  text-align: center;
  border-collapse: collapse;
}
td.schedule {
  background-color: #141414;
  color: #cccccc;
  border: none;
  border-collapse: collapse;
}

.ilsee {
  font-size: 15px;
  line-height: 22px !important;
  font-weight: normal;
  text-decoration: none;
  display: block;
  margin-top: 30px;
}
.circleLoc {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border: solid 1px #141414;
  border-radius: 15px;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.fullworm {
  background-color: #cccccc;
  padding: 20px;
}
.artistthumb {
  display: block;
  position: relative;
  left: 50%;
  top: 20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  transform: translateX(-50%);
}
canvas {
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}
.atmlogo {
  width: 150px;
  height: 72px;
  background: url("../src/img/atm_logo.svg");
  position: absolute;
  background-size: contain;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 40px #969696);
}
.mo {
  display: none;
}
.gridtable {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(13, minmax(55px, auto));
  grid-gap: 2px;
}
.griditem {
  display: grid;
  background-color: #cccccc;
  color: #141414;
  align-items: center;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}
.schedule {
  background-color: #141414;
  color: #cccccc;
}
.head1 {
  grid-column: 2 / 4;
}
.head2 {
  grid-column: 4 / 6;
}
.head3 {
  grid-column: 6 / 8;
}
.head4 {
  grid-column: 8 / 10;
}
.rows2_10 {
  grid-row: 2/10;
}
.rows3_6 {
  grid-row: 3/6;
}
.col4_5 {
  grid-column: 4/5;
}

.col5_6 {
  grid-column: 5/6;
}
.col6_7 {
  grid-column: 6/7;
}
.col7_8 {
  grid-column: 7/8;
}
.col4_6 {
  grid-column: 4/6;
}
.col6_8 {
  grid-column: 6/8;
}
.col8_10 {
  grid-column: 8/10;
}

.col8_9 {
  grid-column: 8/9;
}
.col2_4 {
  grid-column: 2/4;
}
.col3_4 {
  grid-column: 3/4;
}
.rows3_5 {
  grid-row: 3/5;
}
.rows8_10 {
  grid-row: 8/10;
}
.rows5_6 {
  grid-row: 5/6;
}
.rows2_5 {
  grid-row: 2/5;
}
.rows9_11 {
  grid-row: 9/11;
}
.rows6_8 {
  grid-row: 6/8;
}
.rows9_13 {
  grid-row: 9/13;
}
.rows10_13 {
  grid-row: 10/13;
}
.rows2_6 {
  grid-row: 2/6;
}
.rows9_12 {
  grid-row: 9/11;
}
.rows5_7 {
  grid-row: 5/7;
}
.rows10_12 {
  grid-row: 10/12;
}
.rows12_14 {
  grid-row: 12/14;
}
@media screen and (max-width: 720px) {
  body {
    font-size: 11px;
  }
  .mo {
    display: block;
  }
  .pc {
    display: none;
  }
  .wrapper1200 {
    position: relative;
    top: 100px;
    width: 1200px;
    max-width: 100vw;
    left: 0;
    transform: translateX(0);
    padding: 10px;
  }
  .wrapper1200.moregap {
    top: 100px;
  }
  .gridtable {
    margin-bottom: 40px;
  }

  .griditem {
    min-width: 10vw;
    font-size: 9px;
    padding: 10px 0px;
    color: #cccccc;
    background-color: transparent;
    border-bottom: solid 1px #cccccc;
  }
  .grid_2 {
    flex-direction: column;
    gap: 0;
  }
  .grid_3 {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .top {
    align-items: start;
  }
  .fullboxHead {
    font-size: 16px;
    padding: 35px 25px;
  }
  .halfboxHead {
    font-size: 15px;
    padding: 35px 25px;
  }
  .grid_2.auto {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(100px, auto);
    gap: 20px;
  }
  .credit {
    font-size: 12px;
    line-height: 19px;
  }
  .wrapcredit {
    padding: 20px;
    margin: 20px 0px;
  }
  .maincontent {
    padding: 20px;
  }
  .onedepth_mo {
    display: grid;
    position: relative;
    grid-template-columns: 100px 1fr;
    justify-content: center;
    align-items: center;
    background-color: #cccccc;
    font-size: 14px;
  }
  .onedepth_mo .symbol {
    width: 100px;
    height: 100px;
    background-image: url(../src/img/symbol.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-size: 60px;
  }
  a.navmenu {
    padding: 20px;
  }
  .onemoredepth {
    display: block;
    background-color: #cccccc;
  }
  .navwrapper.mo {
    background-color: #141414;
  }
  .navwrapper a {
    display: grid;
    border-right: none;
    border-bottom: solid 1px #141414;
    height: 100%;
    justify-content: center;
    grid-auto-flow: column;
    gap: 10px;
    align-items: center;
    color: #141414;
    cursor: pointer;
  }
  .navwrapper.Etd {
    height: 100%;
    background-color: rgba(14, 14, 14, 0.95);
  }
  .twodepth.on {
    height: 240px !important;
  }
  .twodepth.onmax {
    height: 420px !important;
  }
  .twodepth.on a {
    height: 60px;
  }
  .onemoredepth a {
    padding-left: 20px;
    /* text-align: left; */
    justify-content: left;
  }
  .threedepth.on {
    height: 180px !important;
  }
  .navwrapper.mo .threedepth {
    position: relative;
    display: block;
    background-color: #cccccc;
    height: fit-content;
  }
  .mo .threedepth {
    height: 0 !important;
    overflow: hidden;
    display: block !important;
    transition: all ease 0.3s;
  }
  .mo .threedepth.on {
    height: 180px !important;
  }
  .twodepth.on a {
  }
  .mo .twodepth {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0px;
    display: block;
    transition: all ease 0.3s;
  }
  #moMenu {
    background-color: #141414;
    color: #cccccc;
  }

  .navwrapper a:hover {
    background-color: #cccccc;
    color: #141414;
  }
  .navwrapper a.active {
    background-color: #141414;
    color: #cccccc;
  }
  .partner img {
    transform: scale(0.7);
  }
  .support img {
    transform: scale(0.7);
  }
  .cooperation {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    left: 0%;
  }
  .support {
  }
  .partner {
    display: flex;
    flex-wrap: wrap;
  }
  .cooperation img {
    transform: scale(0.7);
  }
  .support {
    display: flex;
    margin: 30px 0px;
    width: 100%;
    left: 0;
  }
  .fullworm {
    margin-bottom: 80px;
  }
}
