header {
  height: 122px; /* 배너 높이 + 헤더 */
}

#header_area {
  width: 100%;
  height: auto;
  background: white;
  position: fixed;
  left: 0;
  top: -1px;
  z-index: 2000;
}

/* 어플 배너 */
.top-banner {
  width: 100%;
  max-width: 768px;
  height: 60px;
  background-color: #fafafa;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.banner_contents {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.banner_image {
  height: 12px;
  width: 12px;
  position: relative;
  left: 0;
  top: 0;
}

.banner_image img {
  margin-right: 2px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -13px;
  left: 0;
}

.top-banner-app-icon {
  margin-left: 27px;
}

.m_top-banner-text_area {
  width: auto;
  height: auto;
  margin-left: 10px;
}

.m_top-banner-text1 {
  color: #595959;
  font: normal 11px/13px 'Noto Sans KR';
  margin-bottom: 0;
}

.m_top-banner-text2 {
  color: black;
  font: normal 13px/22px 'Noto Sans KR';
  margin-bottom: 0;
}

.download_btn {
  width: 70px;
  height: 23px;
  border: solid 1px #E73754;
  border-radius: 13px;
  margin-right: 15px;
  text-align: center;
}

.download_btn a {
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: center;
}

.app_down-text {
  text-align: center;
  font: 500 13px/20px 'Noto Sans KR';
  color: #E73754;
}

/* 헤더 */
.m_header-top-menu {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  height: 62px;
  padding: 0 20px;

  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  background-color: white;
  position: relative;
  left: 0;
  top: 0;

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

/* 모바일 메뉴 */
.m_side_menu_area {
  width: 100%;
  height: 100%;

  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #000000bd;
  opacity: 0;
}

.background {
  width: 20%; height: 100%;
  float: left;
  position: relative;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .m_side_menu_area {
    width: 768px;
    right: 50%;
    transform: translateX(50%);
    border-right: solid 1px rgb(213, 213, 213);
  }
  .background {
    width: 20%;
    height: 100%;
    float: left;
    position: relative;
    left: 0;
    top: 0;
  }
}

.m_side_menu_content {
  width: 80%;
  height: 100%;
  background-color: #FFFFFF;
  margin: 0 auto;
  float: right;
  position: relative;
  right: -80%;
  top: 0;
}

.side-logo {
  margin-top: 40px;
  margin-left: 35px;
}



/* 메인메뉴 */
ul.m_main_menu_lists {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0 20px;
  list-style-type: none !important;
}

ul.m_main_menu_lists li {
  width: 100%;
  height: auto;
  margin-top: 5px;
  border-radius: 10px;
  list-style-type: none !important;
}

li.m_main_menu_li {
  width: 100%;
  height: auto;
  padding: 5px 0px 5px 15px;
  border: solid 2px transparent;
  color: #212121;
  font: 500 18px/36px "Noto sans KR";
  position: relative;
  left: 0;
  top: 0;
  transition: all 0.2s ease-out;
}
li.m_main_menu_li:hover {
  border: solid 2px palevioletred;
}

li.m_main_menu_li::after {
  content:"";
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  left: 0;
  bottom: -5px;
}
li.m_main_menu_li:nth-child(3)::before {
  content:"";
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  left: 0;
  top: -5px;
}
.m_main_menu_li > span {
  position: absolute;
  right: 0;
  top: 5px;
}

.i_m_submenu_down_btn {
  margin-right: 15px;
  cursor: pointer;
  transition: transform .2s;
}
.i_m_submenu_down_btn.rotated {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(25%) sepia(89%) saturate(1486%) hue-rotate(328deg) brightness(104%) contrast(102%);
}


li.m_main_menu_li a {
  width: 100%;
  height: 36px;
  display: block;
  color: #212121;
}
#exist_submenu {
  height: 50px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
#exist_submenu.change_text_color {
  color: #E73754;
}
#exist_submenu.open {
  height: 210px;
}
li.m_submenu_li > a {
  color: #5A5A5A;
}
.m_submenu_li a:hover {
  color: #212121;
}

ul.m_submenu_lists {
  width: 100%;
  height: auto;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  left: 0;
  top: 0;
}

ul.m_submenu_lists::before {
  content:"";
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: rgb(255, 222, 222);
  position: absolute;
  left: 10px;
  top: 0;
}
li.m_submenu_li {
  width: 100%;
  height: 36px;
  padding: 5px 10px;
  transition: all 0.1s ease-out;
}
li.m_submenu_li:hover {
  background: rgb(255, 222, 222);
}


/* 스마트스토어 광고 배너 */
.m_side_event_banner {
  margin-top: 25px;
  width: 100%;
  height: auto;
}

.m_side_event_banner_text img{
  width: 86%;
  height: auto;
  object-fit: contain;
  margin-left: 7%;
}

.m_side_event_banner_1 {
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif;
  text-align: left;
}