@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 100 900;
  font-display: swap;
  src: url('./font/PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Noto Sans KR Variable';
  font-weight: 100 900;
  font-display: swap;
  src: url('./font/NotoSansKR-Variable.woff2') format('woff2-variations');
}

/* 기본 */
* { margin: 0; padding: 0; list-style: none; font-family: 'Pretendard Variable', 'Noto Sans KR Variable', sans-serif; }

/* 로고 */
.logo5mD043 { position: absolute; left: 50%; bottom: 41px; transform: translateX(-50%); z-index: 80;  }
.logo5mD043 > img { max-width: 110px; max-height: 30px; }

/* 배경 */
.back5mD043{ width: 100%; height:100%; background-color: #e6e6e6; background-size:100% 100%; }

/* 상단 메뉴 */
.mm5mD043{ height: 39px; background-color: #f7f7f7; border-bottom: 1px solid #e3e1e1; }
.mmpopbtn5mD043{ position: relative; float: left; width: 45px; height: 39px; }
.mmpopbtn5mD043 a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
.morebars { display: flex; width: 25px; height: 18px; flex-direction: column; justify-content: space-between; }
.morebars > span { display: block; width: 100%; height: 2px; border-radius: 2px; background-color: #000; }

/* 팝업 메뉴 */
.bbg5mD043 { position: absolute;  width:100%; height: 100%; background-color: rgba(0,0,0,0.6); z-index: 70;}
.mmpop5mD043{ left:-210px; top: 0; width: 210px; height: 100%; background-color:#fff; }
.bbg5mD043, .mmpop5mD043 { opacity: 0; visibility: hidden; transition: all 0.3s; }
.bbg5mD043.active { opacity: 1; visibility: visible; }
.mmpop5mD043.active { opacity: 1; visibility: visible; left: 0; }
.mmpop_ul5mD043{ position: absolute; left: 40px; top: 80px; width: 130px; height: calc(100% - 100px); overflow: auto; }
.mmpop_ul5mD043 > li{ width: 100%; height: 30px; border-bottom: 1px solid #ebebeb; padding: 5px 0; }
.mmpop_ul5mD043 > li a { display: flex; width: 100%; height: 100%; align-items: center; column-gap: 8px; text-decoration: none; }
.mmpop_ul5mD043 > li p{ font-size:15px; color:#000; }
.mmopclosebtn5mD043{ position: absolute; right: 0; top: 0; width: 45px; height: 39px; }
.mmopclosebtn5mD043 a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center;}
.mmopclosebtn5mD043 span{ position: absolute; top: 50%; left: 50%; width: 25px; height: 2px; border-radius: 2px; background: #000; display: block; }
.mmopclosebtn5mD043 span:first-child{transform:translate(-50%,-50%) rotate(45deg);}
.mmopclosebtn5mD043 span:last-child{transform:translate(-50%,-50%) rotate(-45deg);}
.sns_nav5mD043{ position: absolute; left: 0; bottom: 0; width:100%; height:35px; }

/* 검색 */
.searchbtn5mD043 { position: relative; float: right; width: 45px; height: 39px; }
.searchbtn5mD043 a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
.search5mD043 { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 70;
  width: calc(60% - 30px); max-width: 300px; height: 32px; padding: 0 15px; border-radius: 32px; background-color: #fff; display: flex; }
.search5mD043.active { opacity: 1; visibility: visible; }
.searchtxt5mD043{ width: calc(100% - 32px); height: 32px; font-size: 13px; border: none; background-color: #fff; }
.search_btn5mD043 { width: 22px; height: 22px; padding: 5px; }

/* 하단 메뉴 */
#lowersect{ z-index:62; display: block; position: absolute; }
.lower5mD043{ height: 39px; background-color: #f7f7f7; border-top: 1px solid #e3e1e1; }
.mm_ulE001 { display: flex; width: 100%; height: 100%; flex-direction: row; justify-content: center; align-items: center; column-gap: 5px; }
.mm_ulE001 > li{ width: 40px; height: 39px;}
.mm_ulE001 > li > a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
.mm_ulE001 > li.pshow5mD043{ width: 84px; height: 20px; background-color: #ededed; border-radius: 2px; text-align: center; font-size:11px; line-height: 20px; margin: 0 5px; }
.firstbtn5mD043 > a { transform: rotate(180deg); }
.prevbtn5mD043 > a { transform: rotate(180deg); }

.mm_ul_imgE001{width:25px;height:21px;margin:9px 0 0 14px;}
.mm_ul_imgE001:active{margin:10px 0 0 15px;}
