@CHARSET "UTF-8";
@font-face{
	font-family: 'NanumSquare';
	src: url('/font/NanumBarunGothicBold.ttf') format('truetype');
}
body{
	font-family: NanumSquare;
	font-size : 14px;
  	position: absolute;
  	padding: 0;
  	margin: 0;
  	border:0px;
  	width: 100%;
  	height: 100%;
  	background-color: #fff;
  	align-items: center;
  	justify-content: center;
}
table{
	font-size : 14px;
}
.topbar{
	font-family: NanumSquare;
	display: grid;
	grid-template-columns: 0.5fr 1fr 8fr 1fr 0.5fr;
	gap: 30px;
	height:70px;
	background-color: rgba(255,255,255,0);
	-webkit-transition-duration:0.4s;
	-webkit-transition-timing-function:ease;
	transition-duration:0.4s;
	transition-timing-function:ease;
	position:fixed;
	max-width: 750px;
	justify-content: center;
	align-items: center;
	text-align:center;
	clear:both;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 3;
}
.topbar_m{
	background-color:rgba(255,255,255,1);
	-webkit-transition-duration:0.4s;
	-webkit-transition-timing-function:ease;
	transition-duration:0.4s;
	transition-timing-function:ease;
}
.topbar_h{
	background-color:rgba(255,255,255,0.5);
	-webkit-transition-duration:0.4s;
	-webkit-transition-timing-function:ease;
	transition-duration:0.4s;
	transition-timing-function:ease;
}
.menu_icon{
	margin:0px;
	padding:5px;
	border:0px;
	position:relative;
	float:left;
	top : 5px;
}
.menu_button{
	width:30px;
	height:30px;
	display:flex;
	z-index:2;
	justify-content: center;
	align-items: center;
}
.menu_button input{
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;

	cursor: pointer;

	opacity: 0; /* hide this */
	z-index: 3; /* and place it over the hamburger */

	-webkit-touch-callout: none;
}
.menu_button img {
	width: 35px;
}
.milylounge{
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin-top: 15px;
 }
.milylounge img {
	 width: 230px;
 }
.menu_content{
	font-family: NanumSquare;
	position: fixed;
	left:-250px;
	top: 0px;
	width: 250px;
	height: 100%;
	z-index:100;
	overflow: hidden;
	background-image: url("/imgs/newimg/navbar/카테고리-백그라운드.png");
	z-index:201;
}
.menu_content .menu_top{
	display: grid;
	grid-template-columns: 1fr 5fr 1fr;
	width: 90%;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 30px auto;
}
.menu_content .menu_top img{
	 width: 100%;
 }
/*#cover{*/
/*width:100%;*/
/*height:100%;*/
/*position:fixed;*/
/*top:0px;*/
/*left:0px;*/
/*background-color:#000;*/
/*opacity:0.5;*/
/*z-index:10;*/
/*display:none;*/
/*}*/
.menu_content img{
	color: white;
}
.menu_content ul{
	padding: 0 0 0 35px;
}
.menu_content li{
	color: black;
	padding:11px 0 11px;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	left: 50px;
}
.line {
	height: 20px;
	width: 90%;
	margin: 0 5%;
}
.modal_back_menu {
	display: flex;
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	top: 0;
	z-index: 1;
}
.modal_menu {
	display: flex;
	background: rgba(0,0,0,0);
	position: absolute;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	max-width: 750px;
	top: 100%;
	transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
.modal_up_menu {
	top: 0;
}
.modal_menu .popup_menu {
	display: none;
	grid-template-rows: 39fr 7fr;
	margin: 15px;
	width: 60%;
}
.modal_menu .popup_menu .top_container {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	position: relative;
}
.modal_menu .top_img2 {
	display: flex;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 100%;
	transition: 0.6s;
}
.modal_menu .popup_menu .bottom_img_menu {
	display: grid;
	grid-template-columns: 44fr 27fr;
	grid-template-rows: 1fr;
}
.modal_menu .popup_menu .bottom_img_menu img {
	width: 100%;
	object-fit: contain;
}
@media (max-width: 750px) {
	 .menu_button img {
		 width: 20px;
	 }
	 .milylounge img {
		 width: 170px;
	 }
 }
/*.member{*/
/*padding: 35px 0 30px 35px;*/
/*}*/
/*.member>span{*/
/*	display: block;*/
/*	padding-bottom: 13px;*/
/*}*/
/*#loginplz{*/
/*	text-decoration: underline;*/
/*	color: #3c78ff;*/
/*}*/
/*.membermenu{*/
/*	padding: 17px 0 0 0;*/
/*}*/
/*.playground {*/
/*  border-radius: 6px;*/
/*  width: 100%;*/
/*  padding: 0;*/
/*  display: block;*/
/*  bottom : -5%;*/
/* }*/
/*.bar-container {*/
/*  position: relative;*/
/*  flex: 0 0 30%;*/
/*  margin: 0 auto;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*.progressTag {*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
/*  display: block;*/
/*  height: 10px;*/
/*  border-radius: 7px;*/
/*  color: white;*/
/*  width: 99px;*/
/*}*/
/*progress::-webkit-progress-bar {*/
/*  background-color: #b6b6b6;*/
/*  border-radius: 8px;*/
/*}*/
/*progress::-webkit-progress-value {*/
/*  background-color: #287d5b;*/
/*  border-radius: 8px;*/
/*}*/
/*progress::-moz-progress-bar {*/
/*  background-color: #eee;*/
/*  border-radius: 8px;*/
/*}*/
