@charset "UTF-8";
body,
input,
select,
textarea {
  font-family: "Noto Sans KR", sans-serif;
}

/* 전체 공통 */
/* font-size: 62.5%; 62.5% = 10px */
/* 1rem = 10px, 1.6rem = 16px */
html {
  font-size: 6px;
  line-height: 1.5;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 상단 공통 */
#header {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-weight: 400;
  height: 13.5rem;
  max-width: 640px;
  margin: 0 auto;
  color: #424242;
  background-color: #fff;
}
#header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.header article {
  width: 100%;
  height: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  padding: 0 20px;
}
.header .navi-left, .header .navi-right {
  width: 5rem;
  height: 5rem;
  font-size: 4rem;
  color: inherit;
}
.header .navi-left a, .header .navi-right a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
  height: 100%;
  color: inherit;
}
.header .navi-left i, .header .navi-right i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.header .navi-left i::before, .header .navi-right i::before {
  margin: 0;
  line-height: 1;
}
.header #logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header #logo a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: block;
}
.header #logo img {
  width: 10rem;
}

#header.none {
  height: 0;
}
#header.none article {
  height: 0;
}

/*shop 상세 페이지*/
#header.shop::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#header.shop article {
  height: 100%;
}
#header.shop article > div {
  margin: 0 3rem;
}
#header.shop .navi-back, #header.join.shop .navi-close {
  width: 6rem;
  height: 6rem;
  font-size: 6rem;
}
#header.shop .navi-back a, #header.join.shop .navi-close a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  height: 100%;
}
#header.shop .navi-back i, #header.join.shop .navi-close i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
#header.shop .navi-back i::before, #header.join.shop .navi-close i::before {
  margin: 0;
  line-height: 1;
}
#header.shop .maps_title {
  color: #111;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1;
  word-break: keep-all;
}

/*join 상세 페이지*/
#header.join::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#header.join article {
  height: 100%;
}
#header.join article > div {
  margin: 0 3rem;
}
#header.join .navi-back, #header.join .navi-close {
  width: 6rem;
  height: 6rem;
  font-size: 5rem;
}
#header.join .navi-back a, #header.join .navi-close a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  height: 100%;
}
#header.join .navi-back i, #header.join .navi-close i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
#header.join .navi-back i::before, #header.join .navi-close i::before {
  margin: 0;
  line-height: 1;
}
#header.join .navi-close {
  font-size: 2.5rem;
}
#header.join .maps_title {
  color: #111;
  font-weight: 500;
  font-size: 3.75rem;
  line-height: 1;
  word-break: keep-all;
}

#header .member {
  color: inherit;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 11rem;
}
#header .member a {
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

#menu-right .Label.memberInfo {
  padding: 15px 20px;
  padding-top: 5px;
}
#menu-right .Label.memberInfo .tit {
  font-size: 2.4rem;
  padding: 5px 0;
  font-weight: 600;
  color: #757575;
  letter-spacing: 0.01em;
}
#menu-right .Label.memberInfo p {
  margin: 5px 0;
  color: #222;
  font-size: 2.5rem;
  font-weight: 600;
}
#menu-right .Label.memberInfo p span {
  color: #9e9e9e;
  font-weight: 700;
  margin-right: 10px;
}