
@charset "utf-8";

/* 초기화 */
html{height: 100%; overflow-x: hidden;}
body {height: 100%; overflow-x: hidden; margin:0;padding:0;font-size:0.75em;font-family: 'Poppins'; background:#000001;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family: 'Unna', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em; background-color: transparent; border: none;}
input, button {margin:0;padding:0;font-family: 'Poppins';font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'Poppins'; font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

table{border-collapse: collapse; width: 100%;}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

*:focus{
	outline: none;
}

/*safari*/
input, textarea {
 -webkit-appearance:none;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

/* GnB header mobile */
.black_container{
    font-size: 0;
    width: 100%;
    height: auto;
    background-color: #000;
}
header{
    width: 100%;
    position: relative;
    overflow: hidden;
	z-index:999;
}
header .m_lysithea_logo{
    margin: 16px 0 0 16px;
    width: 44px;
    height: 44px;
    display: inline-block;
}
header .m_lysithea_logo img{
    width:100%; 
}
header button{
    cursor: pointer;
    margin: 16px 16px 0 0;
    width: 40px;
    height: 40px;
    float: right;
    background: url('../../images/m-main/m-icon-menu.png') no-repeat center / 40px;
}
header nav{
    /* transition: all .5s linear; */
    background-color: #000;
    position: absolute;
    display: block;
    top: 66px;
    left: 9999px;
    width: 100%;
    z-index: 999;
}
header nav.is-active{
    left: 0;
}
header nav ul {
  position:absolute;
  top:40%;
  left:0;
  width:100%;
  transform: translateY(-50%);
}
header nav ul li{
    padding: 16px 0;
    text-align: center;
}
header nav ul li a{
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #fff;
}
footer{
    padding: 0 24px 38px;
    background-color: #000;
}
footer a{
    text-decoration: underline;
    font-family: AppleSDGothicNeo;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
footer small{
    display: block;
    font-family: Poppins;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.2;
    letter-spacing: normal;
    color: #fff;
}