@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@font-face {
  font-family: "Icomoon";

  font-display: swap;
  src: url("../fonts/icomoon.woff") format("woff");
}

span {
  top: 0;
}
span i {
  font-size: inherit;
}
.body {
  font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo",
    "Noto Sans KR", sans-serif;
}
.toggle {
  position: relative;
  display: block;
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
  font-size: var(--bodyText);
}
.brown{
  color:#a3563d;
}
.bgArea {
  background-color: var(--keycol);
  padding: 40px 0;
}
.toggle span {
  cursor: pointer;
  font-size: var(--bodyText);
  padding: 0 0.15em;
  margin: 0.15em;
  transition: background-color ease 0.3s;
}
.toggle span:hover {
  background-color: #99e5f8;
}
.toggle span.activate {
  background-color: #99e5f8;
}
.en {
  display: none;
}
.articleAuthor.en.display {
  display: block;
}
.articleAuthor.kr.display {
  display: block;
}
.articleAuthor.en {
  display: none;
}
.kr {
  display: none;
}
.articleAuthor.kr {
  display: none;
}
.display {
  display: block;
}

.center {
  text-align: center;
}
.wider {
  letter-spacing: 0.35em;
}
.body.small{
  font-size:calc(var(--bodyTextsmall)*0.9) !important;
  padding-top:0 !important;
}
.body i {
  font-size: 0.9rem;
}
.body.en i {
  font-size: 100%;
}
.body.oblique {
  font-size: 0.9rem;
}
.highlight {
  background-color: #e7ea9d;
  font-size: inherit;
}
.bold {
  font-weight: 700 !important;
  font-size: inherit;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  --keycol: #adb6f9;
  --bodyText: 1.95vh;
  --bodyLineheight: 1.7;
  --bodyLineheightserif: 1.8;
  --headingText: 6vh;
  --headingLineheight: 1.45;
  --heading2Text: 2.2vh;
  --heading2Lineheight: 4.2vh;

  --titleText: 2.2vh;
  --titleLineheight: 2.5vh;
  --subTitleText: 1vw;
  --subTitleLineheight: 1.45;
  --subInfoText: 0.75vw;
  --subInfoLineheight: 1.5;
  --subInfoBody: 12.5px;
  --subInfoLinehwight: 1.45;
  --bodyTextsmall: 1.5vh;
  --bodyLineheightsmall: 1.85;
  --bodyLineheightsmallcapt: 1.65;
  font-size: 1.2vw;
  word-break: keep-all;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
html,
body {
  /* scroll-behavior: smooth; */
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
}
.bgKeycol {
  /* background-color: var(--keycol) !important; */
}
.Qtitle {
  font-weight: 700 !important;
  font-family: "Pretendard Variable", Pretendard, "Apple SD Gothic Neo",
    "Noto Sans KR";
  margin-bottom: -0.5rem !important;
  padding-left: 3em !important;
}
.Qtitle i {
  font-size: 95%;
}
.centerAlign {
  text-align: center;
}
.articleCol ul.notesList {
  display: block;
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}
.articleCol ul.notesList li {
  height: auto;
  min-height: 0;
  margin-bottom: 2em;
}
.indentedP {
  padding-left: 4em !important;
}
.quote_indent {
  margin-top: 0em;
  padding: 0 0 0 10% !important;
  font-size: 0.8rem !important;
  width: 70% !important;
  text-indent: 3em;
}
dd {
  display: none;
}
dt {
  display: block;
  background-color: white;
  border-bottom: solid 0.5px black;
  font-size: 1rem;
  width: 100%;
  cursor: pointer;
}
dt:hover {
  background-color: #d8d8d8;
}
.innerNAv a {
  transition: opacity ease 0.3s;
}
.quotesLink {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  transition: opacity ease 0.3s;
}
.quotesLink:hover {
  opacity: 0.3;
}
.innerNav a:hover {
  opacity: 0.3;
}
.rollani {
  position: relative;
  animation: marqueeVertical 8s linear infinite;
}
.nowrap {
  white-space: nowrap;
  font-size: inherit;
}
@keyframes marqueeVertical {
  0% {
    top: 0;
  }
  35% {
    top: 0%;
  }
  40% {
    top: -100%;
  }
  95% {
    top: -100%;
  }
  100% {
    top: -200%;
  }
}
html,
body {
  font-family: "roc-grotesk", "Pretendard Variable", Pretendard,
    "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--titleText);
  line-height: var(--titleLineheight);
  width: 100%;
  height: 100%;
}
a {
  display: inline-block;
  text-decoration: none;
  color: black;
  font-size: inherit;
}
.mobreak {
  word-break: keep-all;
  font-size: inherit;
}
.gridWrapper {
  width: 80%;
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.ColTwoGrid {
  display: grid;
  font-size: 14px;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
  margin-bottom: 30px;
}
.ColTwoGrid div {
  font-size: 14px;
  border-bottom: solid 1px black;
  padding: 0.5em;
  text-align: center;
  line-height: 1.55;
  word-break: break-all;
}
.ColOneGrid {
  display: grid;
  font-size: 14px;
  grid-template-columns: 1fr;
  gap: 0.5em;
}
.alignLeft {
  text-align: left;
  font-size: inherit;
}
.ColOneGrid div {
  line-height: 1.75;
}
.ColOneGridBox {
  display: grid;
  font-size: 14px;
  grid-template-columns: 1fr;
  gap: 0.5em;
}
.ColOneGridBox div {
  font-size: 14px;
  line-height: 1.75;

  border: solid 1px black;
  padding: 2em;
  text-align: center;
}

.ColOneGrid div {
  font-size: 14px;
  border-bottom: solid 1px black;
  padding: 0.5em;
  text-align: center;
}
h2 {
  font-size: var(--headingText);
  line-height: var(--headingLineheight);
  font-weight: 300;
  text-align: center;
  margin: 2rem 1rem;
  padding: 2rem 0rem 0rem 0rem;
}
h2.en {
  line-height: 120%;
  letter-spacing: -0.015em;
}
.subHeading {
  font-size: 130%;
  width: 60%;
}
.body.notesAuth {
  width: 60%;
  font-size: var(--bodyTextsmall);
  border-top: solid 1px black;
  margin-top: 5em;
}
h3 {
  position: relative;
  font-size: var(--heading2Text);
  line-height: var(--heading2Lineheight);
  font-weight: 500;
  text-align: center;
  margin: 2rem 0rem;
  width: 60%;
  left: 20%;
}
.sanserif {
  font-family: "roc-grotesk", "Pretendard Variable", Pretendard,
    "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: inherit;
}

h3.bottomLine {
  width: 80%;
  left: 10%;
  padding-bottom: 0.5em;
  border-bottom: solid 1px black;
  box-sizing: content-box;
}
h4.recommend {
  position: relative;
  font-size: var(--bodyText);
  line-height: var(--bodyLineheight);
  padding: 1rem 0.5rem;
  left: 10%;
  width: 80%;
  font-weight: 500;
}
.menuWrap {
  position: fixed;
  display: none;
  border-left: solid 0.5rem white;
  border-right: solid 0.5rem rem white;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  height: fit-content;
  top: calc(var(--titleLineheight) + 2rem + 0.5px);
  z-index: 3;
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.15);
}
.recommendAuthor {
  font-size: inherit;
  margin: 1rem;
  display: block;
}
.smallTitle {
  display: block;
  margin-top: 0.5rem;
  font-size: 60%;
}

li .smallTitle {
  font-size: 80%;
  margin-top: 0rem;
}
.topBorder {
  border-top: solid 1px black;
  padding-top: 2rem;
}
.dashBorder {
  border: dashed 1px black;
  padding: 1rem;
}
.centerd {
  text-align: center;
}
h3 hr {
  border-top: 1px dotted black;
}
.articleAuthor {
  text-align: center;
  font-size: 1.7vh;
  margin-bottom: 2rem;
  display: block;
}
.right {
  text-align: right;
}
.afterLine::after {
  content: "";
  position: absolute;
  height: 3rem;
  background-color: black;
  width: 1px;
  left: 50%;
  bottom: -2rem;
}
.articleVideo {
  display: block;
  text-align: left;
  font-size: var(--subInfoBody);
  margin: 0.25rem 2rem 2rem 1rem;
}
.serif .oblique {
  font-style: oblique;
  font-size: inherit;
}
.qutoesbox {
  border: solid 1px black;
  width: 80%;
  left: 10%;
  position: relative;
}
.oblique {
  font-style: oblique !important;
  kerning: 205%;
  font-size: inherit;
}
.Qtext {
  position: relative;
  line-height: var(--bodyLineheight);
  margin: 1rem 0rem 0.5rem 0rem;
  left: 8%;
  letter-spacing: 0.75px;
  width: 70%;
  padding: 0.2rem;
  font-size: var(--bodyText);
  font-weight: 500;
}
.numbering {
  position: relative;
  line-height: var(--bodyLineheightsmall);
  font-size: var(--bodyTextsmall);
  padding: 1rem 1rem;
}
.thumbnum {
  display: block;
  line-height: var(--bodyLineheightsmallcapt);
  font-size: var(--bodyTextsmall);
  margin: 0.25rem 0 0.25rem 0;
}
.columnHead {
  position: relative;
  line-height: var(--bodyLineheightsmall);
  font-size: var(--bodyTextsmall);
  padding: 0.5rem 1rem;
  border-bottom: solid 1px black;
}
.note {
  font-size: 12px;
  position: relative;
  top: -1em;
}
.moreMarginTopBottom {
  margin-top: 5rem !important;
  margin-bottom: 4rem !important;
}
.notes {
  position: relative;

  width: 50%;
  margin: 2.5rem 0rem;
  line-height: 1.7;
  left: 25%;
}
.notes i {
  font-size: 1em;
}
.innerpara {
  margin: 1.25rem 0rem 3rem 0;

  position: relative;
  /* swidth: 100%; */
}
.small {
  font-size: 60%;
}
.leftalign {
  text-align: left !important;
}
a.underline {
  display: inline;
  color: black;
  transition: all ease 0.3s;
  word-break: break-all;
}
a.underline:hover {
  opacity: 0.3;
}
.underline {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.5px;
}
.highlight.underline {
  background-color: transparent;
  font-size: inherit;
  text-decoration-color: #d8e6f5 !important;
  text-decoration: underline;
  text-underline-offset: -1em;
  text-decoration-thickness: 1.25em;
  text-decoration-skip-ink: none;
  font-size: 0.9rem;
}
.notesNum {
  position: relative;
  font-size: 70%;
  margin-right: 0.5em;
  margin-left: 0.25em;
  font-family: "roc-grotesk", "Pretendard Variable", sans-serif;
  top: -0.6em;
}
.notes {
  font-size: var(--bodyTextsmall);
}
.iee {
  font-size: inherit;
  background-color: #dfdfdf;
}
.articleCol2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 10%;
}
.col2-6em-auto {
  position: relative;
  display: grid;
  left: 10%;
  width: 80%;
  grid-template-columns: 2em 1fr;
}
.col2-6em-auto .body {
  width: 100%;
  margin: 1em 0;
  padding: 0;
}
.articleCol2 .body {
  line-height: var(--bodyLineheightsmall);
  font-size: var(--bodyTextsmall);
  left: 0;
  padding: 10% 0;
  width: 100%;
}
ul,
li {
  font-size: inherit;
  list-style: none;
}

.wz-signature {
  padding-left: 0.2rem;
  font-family: Icomoon, sans-serif;
  font-size: 70%;
}
.tag {
  display: inline-block;
  margin-bottom: 10px;
  height: 14px;
  line-height: 10px;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  transition: all ease 0.3s;
}
.listTitle {
  display: block;
  width:80%;

  font-size: var(--subTitleText);
  line-height: var(--subTitleLineheight);
}
.thumb.noBd {
  border: none;
}
.author {
  margin: 0.3vw 0 0.9vw 0;
  font-size: var(--subInfoText);
  line-height: var(--subInfoText);
  display: block;
  color: #525252;
  transition: color ease 0.3s;
}
.body.serif {
  line-height: var(--bodyLineheightserif);
}
.body.serif.indent {
  margin-top: -1rem;
  padding-top: 0em;
  text-indent: 2em;
}
.body.indent {
  margin-top: -1rem;
  padding-top: 0em;
  text-indent: 2em;
}
span.indent {
  display: block;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0rem;
  padding-top: 0em;
  text-indent: 2em;
}
.progressbar {
  position: fixed;
  bottom: 0px;
  width: calc(100% - 1rem);
  left: 0.5rem;
  height: 3px;
  background-color: #d2d2d2;
}
.indicator {
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: black;
}
.serif {
  font-family: "agchoijeongho-screen", serif;
  font-weight: 400;
  font-style: normal;
  kerning: -10;
}
.dialog {
  padding: 0.5rem 5rem !important;
}
.work {
  text-indent: 4rem;
}
.body {
  position: relative;
  font-size: var(--bodyText);
  line-height: var(--bodyLineheight);
  padding: 1rem 0.5rem;
  width: 80%;

  left: 10%;
}
.paraGlyph {
  width: auto;
  height: var(--bodyText);
  position: relative;
  vertical-align: sub;
}
.logo {
  background-image: url("../images/Logo_Black.svg");
  width: 11.874vh;
  height: var(--titleLineheight);
  background-repeat: no-repeat;
  display: block;
}
.utilBtn {
  background-image: url("../images/utilBtn.svg");
  width: var(--titleLineheight);
  height: var(--titleLineheight);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all ease 0.3s;
  cursor: pointer;
}
.utilBtn.close {
  transform: rotate(45deg);
}
.thumb {
  max-height: 8vw;
  max-width: 8vw;
  position: absolute;
  bottom: 10px;
  /* left: 50%; */
  right: 0.5rem;
  z-index: -1;
  object-fit: scale-down;
  /* transform: translateX(-50%); */
  padding: 0.5rem;
  /* border-top: solid 1px black; */
}
.rollingTitle {
  overflow: hidden;
  height: var(--titleLineheight);
  position: relative;
  top: 0.5vw;
}
.rollingTitle span {
  text-align: center;
  display: block;
  font-family: "roc-grotesk", "Pretendard Variable", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--titleText);
  line-height: var(--titleLineheight);
}
header {
  top: 0;
}
.contentWrap {
  position: relative;
  top: calc(var(--titleLineheight) + 2.5rem);
}
.articles {
  display: flex;
}
.half_sticky_Col {
  margin: 0 0 0 0.5rem;
  position: sticky;
  top: calc(var(--titleLineheight) + 2.5rem);
  width: 50vw;
  height: calc(100vh - var(--titleLineheight) - 2.5rem);
  float: left;
  background-color: #f2f2f2;
  /* background-image: url(../images/bg_texture.jpg); */
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  clear: both;

  max-width: calc(100% - 1rem);
  margin: 0 0.5rem;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.onlyNav.onlyPC {
  display: flex !important;
}
.onlyNav .half_sticky_Col {
  height: 5rem;
}
.onlyNav .articleCol {
  height: 5rem;
  padding-bottom: 0;
}

.half_sticky_Col.cover {
  background-image: url(../images/55cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
}
.subTitle {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  width: 15vh;
  padding: 0.4rem 0.5rem 0.2rem 0.5rem;
  top: auto;
  border-radius: 1rem;
  display: block;
  font-size: var(--titleText);
  text-align: center;
  transform: translateX(-50%);
  font-family: "roc-grotesk", "Pretendard Variable", san-serif;
  line-height: var(--titleLineheight);
  color: var(--keycol);
  background-color: white;
  border: solid 2px var(--keycol);
}
.relativeLink {
  text-decoration: underline;
  font-size: 100%;
  text-underline-offset: 4px;
  transition: all ease 0.3s;
}
.relativeLink:hover {
  opacity: 0.3;
}
.colTitle {
  position: absolute;
  display: block;
  font-size: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.colTitle img {
  max-height: 60vh;
  max-width: 25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.gridTable {
  grid-template-columns: 1fr;
  position: relative;
  display: grid;
  grid-auto-flow: row;
  font-size: var(--bodyTextsmall);
  align-items: center;
  justify-content: center;
  width: 90%;
  left: 5%;
}
p.epil {
  font-size: var(--bodyTextsmall);
  line-height: var(--bodyLineheightsmall);
  width: calc(100% - 2.5rem);
  text-indent: -2.5rem;
  padding-left: 2.5rem;
}
.gridEpil {
  position: relative;
  display: grid;
  width: 90%;
  left: 5%;
  gap: 0.25rem;
}
.Copyright {
  margin: 2rem 0rem;
  position: relative;
  left: 5%;
  text-indent: 0rem !important;
  padding-left: 0 !important;
}
.Copyright img {
  width: 200px;
  left: 0;
  margin-top: 1rem;
  position: absolute;
}
.creditGrid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  width: 60%;
  position: relative;
  left: 5%;
}
.creditGrid div {
  font-size: var(--bodyTextsmall);
  padding: 0.15em;
}
.gridLine {
  diplay: grid;
  border-top: solid 1px black;
  grid-template-columns: 2fr 5fr 2fr 0.4fr 2fr;
}
.epilName {
  padding: 0.1em 0.3em;
  font-size: inherit;
  background-color: #dfdfdf;
}
.gridTable div {
  display: grid;
  font-size: inherit;
  align-items: center;
  padding: 0.25rem;
}
.gridTable span {
  padding: 0.5rem;
  font-size: inherit;
}
.articleCOl ol.newsList {
  display: block;
  font-size: 12px;
}
.body.list {
  padding: 0.2em 0;
}
.articleCol .newsList li {
  height: fit-content;
  min-height: auto;
}
.imgCopyright {
  display: block;
  position: absolute;
  bottom: calc(0.25rem + 25px);
  text-align: center;
  width: 100%;
  left: 0;
  font-size: var(--subInfoBody);
  line-height: var(--subInfoLineheight);
}
.body.en {
  line-height: 150%;
}
.work_link {
  position: absolute;
  top: 50%;

  transform: translate();
  text-align: center;
  width: 100%;
  font-size: var(--subInfoBody);
  line-height: var(--subInfoLineheight);
}
.work_link a {
  margin: 20px;
  padding: 12px;
  border: solid 1px black;
  border-radius: 2px;
  transition: opacity ease 0.3s;
}
.work_link a:hover {
  opacity: 0.3;
}
.fullImg .imgCopyright {
  position: initial;
  padding: 0rem;
  /* bottom: calc(0.25rem + 25px); */
  padding: 1rem 1rem 0rem 1rem;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: var(--subInfoBody);
  line-height: var(--subInfoLineheight);
  line-height: 1.5;
}
.smallImg {
  height: 60% !important;
}
.fullImg.stretchSvg {
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  margin: 0;
  transform: translate(0%, -50%);
}
.fullImg.stretchSvg img {
  width: 100%;
  height: 100%;
}
.quotes {
  position: relative;
  width: 60%;
  left: 25%;
}
.splitImg .imgCopyright {
  position: relative;

  padding: 1rem 1rem 0rem 1rem;
}

.artistName {
  border-bottom: solid 1px black;
  box-sizing: content-box;
  margin-top: 5rem;
}
.artistCV {
  display: block;
  position: relative;
  font-size: var(--bodyTextsmall);
  line-height: var(--bodyLineheightserif);
  column-count: 2;
  position: relative;
  padding: 1rem;
  width: 80%;
  left: 10%;
}
.relNotes {
  display: block;
  position: relative;
  font-size: var(--bodyTextsmall);
  line-height: var(--bodyLineheightserif);
  position: relative;
  padding: 1rem 3rem;
  width: 100%;
  left: auto;
  padding-left: 50%;
}
.essayIndicator {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: var(--subInfoBody);
}
.colImg {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  top: 50%;
  width: 65%;
  height: 90%;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fullImg {
  position: absolute;
  display: flex;
  gap: 0rem;
  flex-direction: column;
  top: 50%;
  width: 85%;
  height: 90%;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.splitImg {
  position: absolute;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 0;
  flex-direction: column;
  gap: 1rem;
  row-gap: 0.5rem;
  top: 50%;
  width: 85%;
  max-height: 90%;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.splitImg div {
  height: 100%;
  max-height: 100%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  gap: 0rem;
}
.splitImg div img {
  width: 100%;
  max-height: calc(87.75vh - 5rem);
}
.fullImg img {
  max-height: calc(100svh - 13.5rem);
  max-width: 100%;
}
.fullImg div {
  max-width: 100%;
  max-width: 100%;
  height: fit-content;
  max-height: 100%;
  display: inline-flex;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fullImg div img {
  max-width: 100%;
  max-height: calc(87.75vh - 5rem);
}
.smallTxt {
  font-size: 11px;
  line-height: 1.85;
}
.colImg div {
  max-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.colImg div img {
  width: 100%;
}
.pastVol {
  margin-top: 1rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pastWrap {
  width: fit-content;
  display: flex;
  flex-direction: row;
}
.pastVol li {
  width: 20vw;
  padding: 0 0rem 0.5rem 0;
  /* border-right: solid 0.5px black; */
  border-bottom: solid 0.5px black;
  margin: 0.5rem;
  text-align: center;
  font-family: "roc-grotesk", "Pretendard Variable", sans-serif;
  font-size: var(--subTitleText);
}
.pastVol img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  /* max-width: 400px; */
}
.articleCol {
  font-family: "roc-grotesk", "Pretendard Variable", sans-serif;
  width: 50vw;
  float: left;
  position: relative;
  /* padding-bottom: 15rem; */
}
.articleCol.index {
  padding-bottom: 0.5rem;
}
.articleCol ul {
  display: grid;
  grid-template-columns: 0.5fr 1fr 1fr;
  gap: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  /* border-top: solid 1px #efefef; */
}
.articleCol ul a li {
  position: relative;
  padding: 1rem;
  border-right: solid 0.5px black;
  border-bottom: solid 0.5px black;
  padding: 0.5rem 0.5rem 1rem;
  font-size: var(--subTitleText);
  line-height: var(--subTitleLineheight);
  transition: all ease 0.3s;
  min-height: 15vw;
}
.articleCol ul a li:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.articleCol ul li:hover .tag {
  color: white;
}
.articleCol ul li:hover .author {
  color: white;
}
.categoryList {
  padding: 0.5rem 0.5rem 1rem;
  border-bottom: solid 0.5px black;
  background-color: white;
  font-size: var(--subTitleText);
  line-height: var(--subTitleLineheight);
  display: flex;
  align-items: top;
  justify-content: center;
  text-align: center;
}
.storyLi li:nth-child(1) {
  grid-row: 1 / span 2;
}
.artistLi li:nth-child(1) {
  grid-row: 1 / span 2;
}
.essayLi li:nth-child(1) {
  grid-row: 1;
}
.viewLi li:nth-child(1) {
  grid-row: 1 / span 2;
}
.newsLi li:nth-child(1) {
  grid-row: 1 / span 2;
}
.articleCol li {
  min-height: 12vw;
  /* background-color: white; */
}
.colordLogo {
  background-image: url(../images/Logo_Colored.svg);
  width: calc(90% - 80px);
  left: calc(5% + 40px);
  height: auto;
  aspect-ratio: 1/0.21054;
  position: absolute;
  top: 40px;
}
header {
  position: fixed;
  display: block;
  width: 100%;
  background-color: white;
  height: calc(var(--titleLineheight) + 2rem);
  z-index: 2;
}
.headerWrapper {
  position: fixed;
  width: calc(100% - 2rem);
  height: var(--titleLineheight);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 2.2vh auto 2.2vh;
  justify-content: space-between;
  border-bottom: solid 0.5px black;
  margin: 0 0.5rem;
  background-color: white;
  padding: 1rem 0.5rem;
  z-index: 1;
}
.firstDepth {
  padding: 1rem;

  text-align: center;
}
.firstDepth::after {
  content: "+";
  position: relative;
  margin: 0.5rem;
  transition: all ease 0.7s;
}
.firstDepth.on::after {
  content: "-";
}
footer {
  height: 200px;
}
.menuWrap ul a {
  width: 100%;
  text-align: center;
  background-color: white;
  font-size: var(--bodyTextsmall);
  line-height: var(--bodyLineheightsmall);
  padding: 0.5rem;
}
.menuWrap ul a:hover {
  background-color: #d2d2d2;
}
.menuWrap ul {
  background-color: white;
  border-bottom: solid 0.5px black;
}
.signature {
  background-image: url(../images/Logo_Black_signature.png);

  width: 10vw;
  height: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
}
footer {
}
.footerText {
  bottom: 1rem;
  font-size: var(--bodyTextsmall);
  line-height: 1.2;
}
.pastWrap li {
  transition: background-color ease 0.7s;
}
.pastWrap li img {
  position: relative;
  z-index: -1;
}
.pastWrap li:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.twitter {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-image: url(../images/sns_twitter.png);
}
.facebook {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-image: url(../images/sns_facebook.png);
}
.youtube {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-image: url(../images/sns_youtube.png);
}
.blogger {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-image: url(../images/sns_blogger.png);
}
.snsbtnWrap {
  display: flex;
  flex-direction: rows;
  gap: 0.25rem;
}
.snsbtnWrap div:hover {
  opacity: 0.3;
}
footer {
  position: relative;
  padding: 1rem 0.5rem;
  height: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  align-items: end;
}
.Btn {
  cursor: pointer;
  display: block;
  box-sizing: content-box;
  width: var(--titleLineheight);
  height: var(--titleLineheight);
  background-repeat: no-repeat;
  background-color: white;
  border: solid 1rem white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.Btn:hover {
  opacity: 0.3;
}
.prev {
  background-image: url(../images/arrow_prev.svg);
  left: 0;
  display: none;
}
.next {
  background-image: url(../images/arrow_next.svg);
  right: 0;
}
.scrollContainer {
  position: relative;
  position: relative;
  display: inline-block;
  width: 100%;
}
.innerNav {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 2rem;
  gap: 0.25rem;
}

/* .prevIcon {
  width: var(--bodyText);
  height: calc(var(--bodyText) * 1.4);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_prev.svg");
}
.nextIcon {
  width: var(--bodyText);
  height: calc(var(--bodyText) * 1.4);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_next.svg");
}
.innerNav span {
  font-size: var(--bodyText);
} */
.prevIcon {
  width: var(--bodyTextsmall);
  height: calc(var(--bodyTextsmall) * 1.4);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_prev.svg");
}
.nextIcon {
  width: var(--bodyTextsmall);
  height: calc(var(--bodyTextsmall) * 1.4);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/arrow_next.svg");
}
.innerNav span {
  font-size: var(--bodyTextsmall);
}
.prevArticle span {
  text-align: left;
}
.nextArticle span {
  text-align: right;
}
.prevArticle {
  display: grid;
  width: 50%;
  justify-content: start;
  grid-template-columns: var(--bodyText) auto;
  gap: 0.5em;
}
.nextArticle {
  display: grid;
  width: 50%;
  justify-content: end;
  grid-template-columns: auto var(--bodyText);
  gap: 0.5em;
}
.onlyMO {
  display: none !important;
}
.onlyPC {
  display: block !important;
}
.articleCol.last {
  padding-bottom: 7rem;
}
@media screen and (max-width: 1024px) {
  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

    --bodyText: 1.8vh;
    --bodyLineheight: 1.7;
    --bodyLineheightserif: 1.8;
    --headingText: 5vh;
    --headingLineheight: 1.45;
    --heading2Text: 2.2vh;
    --heading2Lineheight: 4.2vh;

    --titleText: 1.8vh;
    --titleLineheight: 2.25vh;
    --subTitleText: 1.7vw;
    --subTitleLineheight: 1.45;
    --subInfoText: 1.2vw;
    --subInfoLineheight: 1.45;
    --subInfoBody: 13px;
    --subInfoLinehwight: 1.45;
    --bodyTextsmall: 14px;
    --bodyLineheightsmall: 1.85;
    font-size: 1.2vw;
    word-break: keep-all;
  }
  .relativeLink {
    font-size: 100%;
  }
  .body.oblique {
    font-size: 1rem;
  }
  h3.bottomLine {
    width: 80%;
    left: 10%;
    padding-bottom: 0.5em;
    border-bottom: solid 1px black;
    box-sizing: content-box;
    font-size: 18px;
  }
  .onlyPC {
    display: none !important;
  }
  .onlyMO {
    display: block !important;
  }
  .articleVideo.serif.onlyMo {
    padding-top: 1rem;
  }
  .articleCol ul {
    display: grid;
    grid-template-columns: 100%;
    gap: 0.5rem;
    margin-top: 0;
    /* border-top: solid 1px #efefef; */
  }
  .smallImg {
    height: auto !important;
  }
  .articleCol ul a li {
    min-height: calc(14vw + 20px);
    font-size: var(--subTitleText);
    line-height: var(--subTitleLineheight);
  }
  .articleCol ul a li:hover {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
  }
  .articleCol ul li:hover .tag {
    color: white;
  }
  .categoryList {
    min-height: 1rem !important;
    padding: 0.5rem 0.5rem 0.5rem;
  }
  .storyLi li:nth-child(1) {
    grid-row: 1;
  }
  .artistLi li:nth-child(1) {
    grid-row: 1;
  }
  .essayLi li:nth-child(1) {
    grid-row: 1;
  }
  .viewLi li:nth-child(1) {
    grid-row: 1;
  }
  .thumb {
    max-height: 14vw;
    max-width: 12vw;
  }
  .pastVol li {
    width: 28vw;
  }
  .Btn:hover {
    opacity: 1;
  }
  .half_sticky_Col {
    margin: 0 0 0 0.5rem;
    position: relative;
    top: auto;
    width: calc(100% - 1rem);
    max-height: calc(100svh - 7.5rem);
    height: fit-content;
    display: block;
    margin-bottom: 2rem;
    background-color: #f2f2f2;
    overflow: hidden;
  }
  .half_sticky_Col.cover {
    position: sticky;
    top: calc(var(--titleLineheight) + 2.5rem);
    width: 50vw;
    height: calc(100vh - var(--titleLineheight) - 2rem);
    max-height: 100vh;
    width: 50vw;
    margin-bottom: 0;
    float: left;

    background-size: cover;
    background-position: center center;
  }
  .articleCol {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 5rem;
  }
  .articleCol.last {
    padding-bottom: 10rem;
  }
  .articles {
    display: block;
  }
  .articles.index {
    display: flex;
  }
  .articleCol.index {
    width: 50vw;
    float: left;
    position: relative;
  }
  .splitImg div {
    height: 100%;
    max-height: 100%;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    column-gap: 1rem;
  }
  .gridWrapper {
    width: 80%;
    left: 10%;
    top: 0;
    position: relative;
    transform: translate(0);
    text-align: center;
    margin: 5em 0;
  }
  .innerNav {
    padding: 1rem 0.75rem;
  }
  .innerNav span {
    font-size: var(--bodyText);
    line-height: 1.7;
  }
  .fullImg {
    position: relative;
    left: 7.5%;
    /* top: 50%; */
    margin: 2rem 0rem;
    width: 90%;
    left: 5%;
    height: 90%;
    max-height: calc(100svh - 11.5rem);
    top: 0%;
    /* margin-left: 5%; */
    transform: translate(0%, 0%);
  }
  .fullImg div img {
    max-height: calc(90svh - 12rem);
  }
  .fullImg .imgCopyright {
    display: block;
    position: static;
    padding: 1rem 1rem 0rem 1rem;
    /* bottom: calc(0.25rem + 25px); */
    text-align: center;
    width: 100%;
    left: 0;
    font-size: var(--subInfoBody);
    line-height: var(--subInfoLineheight);
    line-height: 1.5;
  }
  .imgCopyright {
    display: block;
    position: relative;

    padding: 1rem;
    /* bottom: calc(0.25rem + 25px); */
    text-align: center;
    width: 100%;
    left: 0;
    font-size: var(--subInfoBody);
    line-height: var(--subInfoLineheight);
    line-height: 1.5;
  }
  .colImg {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0rem;
    top: 0;
    width: 65%;
    height: 90%;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .splitImg {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: column;
    gap: 0 2.5%;

    top: 0%;
    width: 95%;
    max-height: 90%;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, 0%);
    margin: 2rem 0;
  }

  .splitImg .imgCopyright {
    margin: 0;
    display: block;
  }
  .prevIcon {
    width: var(--bodyTextsmall);
    height: calc(var(--bodyTextsmall) * 1.4);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_prev.svg");
  }
  .nextIcon {
    width: var(--bodyTextsmall);
    height: calc(var(--bodyTextsmall) * 1.4);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_next.svg");
  }
  .innerNav span {
    font-size: var(--bodyTextsmall);
  }
  .signature {
    width: 150px;
    height: 31px;
  }
  .onlyNav .articleCol {
    height: 10rem;
  }
  .articleAuthor {
    text-align: center;
    font-size: 13px;
    margin-bottom: 2rem;
  }
  .gridWrapper .smallTitle {
    padding-top: 0.5em;
    font-size: 12px;
  }
  .quotes {

        font-size: 11px;
        padding-left: 3em !important;
        font-size:var(--bodyText);
}
@media screen and (max-width: 767px) {
  .grid2Col {
    grid-template-columns: 1fr !important;
  }
  .col2-6em-auto {
    position: relative;
    display: grid;
    left: 5%;
    width: 90%;
    grid-template-columns: 60px 1fr;
  }
  h3 {
    font-size: 14px !important;
  }
  * {
    --headingText: 30px;
    --headingLineheight: 1.45;
    --bodyText: 15px;
    --heading2Text: 18px;
    --heading2Lineheight: 1.6;
    --subInfoBody: 12px;
    --subInfoLinehwight: 19px;
    --bodyTextsmall: 12px;
    --bodyLineheightsmall: 1.8;
    --subTitleText: 15px;
    --subTitleLineheight: 1.55;
    --subInfoText: 12px;
    --subInfoLineheight: 1.45;
  }
  .gridWrapper {
    width: 90%;
    left: 5%;
    top: 0;
    position: relative;
    transform: translate(0);
    text-align: center;
    margin: 5em 0;
  }
  .author {
    margin: 5px 0 9px 0;
  }
  .body {
    padding: 1rem;
    width: 100%;
    left: 0;
  }

  .notes {
    width: 75%;
    left: 5%;
  }
  .articleCol2 .body {
    line-height: var(--bodyLineheightsmall);
    font-size: var(--bodyTextsmall);
    left: 0;
    padding: 1rem 0;
    width: 100%;
  }
  .half_sticky_Col {
    margin-bottom: 2rem;
  }
  .half_sticky_Col.nolimit {
    max-height: 2000px;
  }
  .half_sticky_Col.cover {
    position: relative;
    width: calc(100% - 1rem);
    top: 0;
    height: calc(100vh - var(--titleLineheight) - 10rem);
  }
  .articles.index {
    display: block;
  }
  .articleCol.index {
    width: 100%;
    float: left;
    position: relative;
  }
  .thumb {
    max-height: 22vw;
    max-width: 18vw;
  }
  .articleCol ul a li {
    min-height: calc(22vw + 20px);
  }
  .articleCol2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1rem;
  }
  footer {
    position: relative;
    padding: 1rem 0.5rem;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    justify-content: start;
    align-items: end;
  }
  .colImg {
    width: 85%;
  }
  h3 {
    width: 60%;
    left: 20%;
  }

  .prevIcon {
    width: var(--bodyTextsmall);
    height: calc(var(--bodyTextsmall) * 1.4);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_prev.svg");
  }
  .nextIcon {
    width: var(--bodyTextsmall);
    height: calc(var(--bodyTextsmall) * 1.4);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/arrow_next.svg");
  }
  .innerNav span {
    font-size: var(--bodyTextsmall);
  }
  .artistCV {
    width: 90%;
    left: 10%;
  }
  .gridLine {
    display: grid;
    border-top: solid 1px black;
    grid-template-columns: 2fr 5fr 2fr 0.4fr 2fr;
    grid-template-columns: 2.5fr 4.75fr 3.5fr 0.4fr 4fr;
  }
  .mobreak {
    word-break: break-all;
    font-size: inherit;
  }
  .body.notesAuth {
    width: 90%;
    left: 5%;
    font-size: var(--bodyTextsmall);
    border-top: solid 1px black;
    margin-top: 5em;
    padding: 1rem 0;
    clear: both;
  }
  .articleCol .newsList li {
    font-size: 11px;
  }
  .fullImg.stretchSvg {
    transform: translate(0%, 0%);
  }
  .quote_indent {
    margin-top: 0em;
    padding: 0 0 0 10% !important;
    font-size: 0.8rem !important;
    width: 90% !important;
    text-indent: 3em;
  }
}
