@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  font-family: "Pretendard", "Malgun Gothic", dotum, sans-serif;
  background: #fff;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-family: "Pretendard", "Malgun Gothic", dotum, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}

label,
input,
button,
select,
img {
  vertical-align: middle;
  font-size: 1em;
}

input,
button {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", "Malgun Gothic", dotum, sans-serif;
  font-size: 1em;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

textarea,
select {
  font-family: "Pretendard", "Malgun Gothic", dotum, sans-serif;
  font-size: 1em;
}

select {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

hr {
  display: none;
}

pre {
  overflow-x: scroll;
  font-size: 1.1em;
}

a {
  color: #000;
  text-decoration: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0 0 5px #9ed4ff;
  -moz-box-shadow: 0 0 5px #9ed4ff;
  box-shadow: 0 0 5px #9ed4ff;
  border: 1px solid #558ab7 !important;
}

/**************************************************
	Variables (공통색상 지정)
**************************************************/
:root {
  color-scheme: light dark;
}

/**************************************************
	Public
**************************************************/
html {
  min-width: 1300px;
  overflow-x: hidden;
}

body[data-theme=light-mode] {
  --background-color: #ffffff;
  --point-color: #f7f7f7;
  --text-color: #1b1b1b;
  --button-color: #ffe97d;
}

body[data-theme=dark-mode] {
  --background-color: #1b1b1b;
  --point-color: #111111;
  --text-color: #f7f7f7;
  --button-color: #ffe97d;
}

body {
  position: relative;
  padding-bottom: 50px;
  font-family: "Pretendard", sans-serif;
  background: var(--background-color);
}

@font-face {
  font-family: "DepartureMono";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2409-1@1.0/DepartureMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/**************************************************
	Layout
**************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 40%;
  max-width: 400px;
  height: 100%;
  background: var(--point-color);
  text-align: center;
  z-index: 999;
}
header h1 {
  font-family: "DepartureMono";
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--text-color);
  text-align: center;
}
header .logo {
  display: inline-block;
  max-width: 100px;
  margin: 30px 0 45px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  box-sizing: border-box;
}
header .logo img {
  max-width: 100%;
}
header p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  word-break: keep-all;
}
header ul {
  margin-top: 25px;
}
header ul li {
  font-weight: 200;
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  opacity: 0.6;
}
header .btns {
  margin-top: 25px;
  font-size: 0;
}
header .btns button {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding: 8px 12px;
  border: 0;
  border-radius: 3px;
  font-family: "DepartureMono";
  font-weight: 400;
  font-size: 12px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 400px;
  text-align: center;
}
footer .copyright {
  font-size: 12px;
  font-weight: 200;
  line-height: 40px;
  color: var(--text-color);
  opacity: 0.25;
}

#mainWrap {
  padding: 50px 60px;
  padding-left: 460px;
}
#mainWrap section ul {
  display: flex;
  flex-flow: column wrap;
  align-content: start;
  height: 2200px;
  max-height: 2200px;
  margin: -20px -10px;
  overflow: hidden;
}
#mainWrap section ul li {
  position: relative;
  display: inline-block;
  break-inside: avoid;
  width: calc(25% - 20px);
  margin: 20px 10px;
}
#mainWrap section ul li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: none;
  border: 0;
}
#mainWrap section ul li figure {
  background: rgba(0, 0, 0, 0.05);
  margin: 0;
  backdrop-filter: blur(4px);
}
#mainWrap section ul li img {
  width: 100%;
}
#mainWrap section ul li .wa {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  background: #00b906;
  color: #fff;
  border-radius: 3px;
}
#mainWrap section ul li .info {
  margin-top: 20px;
  padding: 0 5px;
}
#mainWrap section ul li .info p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
}
#mainWrap section ul li .info span {
  font-size: 13px;
  line-height: 20px;
  color: var(--text-color);
  opacity: 0.3;
}

/**************************************************
	Public
**************************************************/
html {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

header {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

/**************************************************
	Layout
**************************************************/
@media screen and (max-width: 1300px) {
  html {
    min-width: 320px;
  }
  header {
    max-width: 200px;
  }
  header .inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
  header h1 {
    font-size: 20px;
    line-height: 30px;
  }
  header .logo {
    margin: 15px 0 25px;
    max-width: 70px;
  }
  header p {
    font-size: 14px;
    line-height: 21px;
  }
  header ul {
    margin-top: 15px;
  }
  header ul li {
    font-size: 12px;
    line-height: 18px;
  }
  header .btns {
    margin-top: 20px;
  }
  header .btns button {
    margin: 0 2px;
    padding: 5px 8px;
    font-size: 10px;
  }
  footer {
    padding-left: 200px;
  }
  footer .copyright {
    font-size: 10px;
    line-height: 30px;
  }
  #mainWrap {
    padding: 25px 30px;
    padding-left: 230px;
  }
  #mainWrap section ul {
    margin: -10px -5px;
  }
  #mainWrap section ul li {
    width: calc(33.3333333333% - 10px);
    margin: 10px 5px;
  }
}
@media screen and (max-width: 750px) {
  header {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  header .inner {
    position: relative;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
  }
  header h1 {
    position: absolute;
    top: 0;
    left: 60px;
    font-size: 17px;
    line-height: 60px;
  }
  header .logo {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 30px;
    margin: 0;
    border: 0;
  }
  header .btns {
    position: absolute;
    top: 18px;
    right: 20px;
    margin: 0;
  }
  header .btns button {
    padding: 5px;
    margin: 0;
    margin-left: 5px;
  }
  header p,
  header ul {
    display: none;
  }
  footer {
    padding-left: 0;
  }
  #mainWrap {
    padding: 20px;
    padding-top: 90px;
  }
  #mainWrap section ul li {
    width: calc(50% - 10px);
  }
  #mainWrap section ul li .info {
    margin-top: 15px;
  }
  #mainWrap section ul li .info p {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 22px;
  }
  #mainWrap section ul li .info span {
    font-size: 11px;
    line-height: 17px;
  }
}

/*# sourceMappingURL=style.css.map */
