/* Eric Meyer's Reset CSS v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'WooridaumB';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/WooridaumB.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
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,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 22px;
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  box-sizing: border-box;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  border: none;
  background: none;
  cursor: pointer;
}

#header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 100px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 50px 40px;
  box-sizing: border-box;
}
#header .logo {
  max-width: 180px;
}
#header .logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .logo > a > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#header #gnb ul {
  display: flex;
    align-items: center;
    top:40px;
    position: absolute;
    left: 50%;
    transform: translate( -50%);
}
#header #gnb ul li {
  margin:0 30px;
}
#header #gnb ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#header #gnb ul li a span {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1b;
}
#header .switch-btn {
  margin-right: auto;
}
#header .user-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}

#wrap {
  width: 100vw;
  height: 100vh;
  padding: 103px 50px 50px;
  background: #f1f3f8;
  box-sizing: border-box;
}

.section {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}

.left-container {
  width: 400px;
}

.container {
  width: calc(100% - 400px);
  margin-left: 100px;
}

.menu-wrap {
  display: none;
  position: fixed;
  top: 82px;
  left: 0;
  width: 100%;
  height: calc(100% - 82px);
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
}
.menu-wrap.active {
  display: block;
}
.menu-wrap .menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  height: 100%;
}
.menu-wrap .menu-cont {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.menu-wrap .menu-cont .menu-title {
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
}
.menu-wrap .menu-cont .menu-list {
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
.menu-wrap .menu-cont .menu-list li {
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.switch-btn {
  position: relative;
  display: inline-flex;
  width: 220px;
  height: 40px;
  background-color: #dfe3eb;
  border-radius: 20px;
  overflow: hidden;
}
.switch-btn .switch-input {
  display: none;
}
.switch-btn .switch-btn-item {
  display: inline-block;
  width: 50%;
  height: 100%;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  color: #666;
  transition: color 0.3s ease;
  font-size: 18px;
}
.switch-btn .switch-btn-item:hover {
  color: #333;
}
.switch-btn .switch-input:checked + .switch-btn-item {
  background-color: #1454ff;
  color: #fff;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 0;
  height: 0;
  margin: -1px;
  overflow: hidden;
  line-height: 0;
}

.arr-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  position: relative;
}
.arr-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.arr-icon.black::after {
  border-top: 1px solid #111;
  border-right: 1px solid #111;
}

.popup-wrap {
  display: none;
}
.popup-wrap.active {
  display: block;
}/*# sourceMappingURL=common.css.map */



