/* webfont start */
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PalchilMM-Daily-Italic';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201@1.0/87MMILSANG-Oblique.woff2') format('woff2');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerif_ExtraCondensed-SemiBoldItalic';
  src: url('../fonts/NotoSerif_ExtraCondensed-SemiBoldItalic.ttf') format('truetype');
}
/* webfont end */

html {
  height: 100%;
}
body {
  font-family: 'Noto Serif Display', 'noto-serif-extracondensed', 'PalchilMM-Daily-Italic', 'Pretendard', sans-serif;
  background-color: #eff1ee;
  height: 100%;
  color: #131215;
  font-size: 14px;
  line-height: 1;
  word-break: keep-all;
}

/*main*/
h1 {
  font-family: 'Noto Serif Display', 'noto-serif-extracondensed', serif;
  font-weight: bolder;
  font-style: italic;
  font-size: 4.2em;
  letter-spacing: -0.04em;
  margin-bottom: 3vh;
  line-height: 0.9;
  background-image: linear-gradient(to right, #779080 1%, #9dc3b4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
h2 {
  font-family: 'PalchilMM-Daily-Italic', 'Pretendard', sans-serif;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 4%;
  color: #00df88;
}
main, footer {
  margin: 0 auto;
}
main {
  max-width: 550px;
}
section {
  font-size: 1.5em;
  line-height: 140%;
  padding: 8vw;
}
/* li {
  padding-bottom: 1vh;
} */
p {
  font-family: 'PalchilMM-Daily-Italic', 'Pretendard', sans-serif;
}
.sub {
  display: block;
  font-family: 'PalchilMM-Daily-Italic', "Pretendard", sans-serif;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1.2;
}
img {
  display: block;
  width: 100%;
  border-radius: 2%;
}


/*nav*/
nav {
  transition: all 0.4s ease;
}
.overlay {
  width: 16%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,80,48,0), rgba(0,80,48,1));
  position: fixed;
  right: 0;
  bottom: 0;
}
nav > ol {
  width: 100%;
  background-color: rgb(0,80,48,0.8);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-flow: row nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
nav > ol > li {
  box-sizing: content-box;
  text-align: center;
  padding: 1.5vw 0;
  flex: 0 0 auto;
  min-width: min-content;
}
nav > ol > li:first-child > a {
  border-left: 0;
}
nav > ol > li > a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  border-left: 1px solid rgb(255,255,255,0.5);
  padding: 4vw 7vw;
  text-align: center;
}

/*info*/
#info > img {
  width: 100vw;
  position: relative;
  bottom: 0;
  right: 8vw;
  border-radius: 0;
  z-index: -1;
}
#info ol + ul {
  padding-top: 3vh;
}
#info ol > li:last-child {
  font-size: 1em;
  color: #0e8f5c;
}
#info p{
  padding: 0px;
  font-family: "noto-sans-extracondensed", 'PalchilMM-Daily-Italic', "Pretendard", serif;
  font-size: 1.3em;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  line-height: 1.3;
}
#info i {
  font-size: 0.8em;
  font-weight: 400;
}
#info a {
  display: block;
  color: #0e8f5c;
  font-weight: 600;
  text-decoration: none;
  font-size: 1em;
  font-style: italic;
  font-family: "noto-sans-extracondensed", 'PalchilMM-Daily-Italic', "Pretendard", serif;
}
#info .gil {
  display: inline-block;
  font-size: 0.8em;
  color: #0e8f5c;
  vertical-align: middle;
}
.link {
  text-decoration: underline;
}
#info .date {
  font-family: "noto-sans-extracondensed", 'PalchilMM-Daily-Italic', "Pretendard", serif;
  font-weight: 600;
  font-size: 1.3em;
  font-style: italic;
}
#info .logo {
  font-size: 0;
  padding-top: 3vh;
}
#info .logo img {
  width: 20vw;
}
#info .logo > li:last-child {
  font-family: "noto-sans-extracondensed", "Pretendard", serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-style: normal;
}

/*intro*/
#intro p {
  font-size: 0.7em;
}


/*conductor*/
#conductor b {
  font-size: 1.5em;
  color: #0e8f5c;
  font-weight: bolder;
}
#conductor p {
  font-size: 0.7em;
}


/*description*/
#des {
  padding-top: 7vh;
  margin-bottom: 6vh;
}
#des li + li {
  padding-top: 5vh;
}
#des b {
  line-height: 1.5;
  font-family: 'noto-sans-extracondensed', 'pretendard', sans-serif;
  font-weight: bolder;
  font-style: italic;
  color: #0e8f5c;
  font-size: 1.2em;
}
#des p {
  font-size: 0.7em;
  line-height: 2;
}
#des blockquote {
  width: 85%;
  margin: 0 auto;
  font-style: italic;
}
#des blockquote .sub {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 200;
}
.mov {
  font-family: 'noto-sans-extracondensed', 'pretendard', sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #0e8f5c;
  line-height: 1.5;
}
.mov i {
  color: #0e8f5c;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 0.9em;
}
.mov em {
  font-size: 0.8em;
  color: #00df88;
}
#des .lyrics {
  display: block;
  color: #adb0b6;
  line-height: 1.6;
}

/*tenuto*/
#tenuto ul + ul {
  padding-top: 6vh;
}
#tenuto li + li {
  padding-top: 2vh;
}
#tenuto .sub {
  display: inline-block;
}
#tenuto li {
  padding-bottom: 0;
}
#tenuto #tenuto li:last-child {
  padding-top: 6vh;
}
#tenuto img + img {
  margin-top: 1vh;
}
#tenuto p {
  font-weight: 200;
  font-size: 0.9em;
  line-height: 1.5;
}
/* #tenuto .mov {
  color: #5983b5;
} */
#member {
  font-weight: 500;
}


/* support */
#support p {
  font-size: 0.8em;
}

#support input {
  display: inline-block;
  font-family: "noto-sans-extracondensed", "Pretendard", serif;
  font-size: 1.2em;
  background: none;
  border: none;
  letter-spacing: 0.05em;
}

/*footer*/
footer {
  background-color: #005030;
  padding: 10vw;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
}
#sns {
  font-size: 0;
}
#sns li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  padding-bottom: 0;
}
#logo {
  width: 18vw;
}
#insta a::after{
  background: url('../img/insta.png') no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  width: 6vw;
  height: 6vw;
}
#kakao a::after{
  background: url('../img/kakao.png') no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  width: 6vw;
  height: 6vw;
}
#yt a::after{
  background: url('../img/yt.png') no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  width: 6vw;
  height: 6vw;
}
footer > p > a {
  color: #ffffff;
}
footer > p + p {
  padding-top: 0.4vh;
}
footer > span {
  display: block;
  font-size: 0.8em;
  padding-top: 2vh;
  padding-bottom: 8vh;
}