@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,p,dl,dd{margin:0;}
body{
    _min-width:1920px;
    color:#373737;
    font-family:'Noto Sans KR', sans-serif !important;
    letter-spacing:0;
	font-size:18px;
	font-weight:normal;
	overflow: hidden;
}

h1, h2, h3{font-family:'PLAY', sans-serif;}
h4, h5, h6{font-family:'Noto Sans KR', sans-serif;}

ul{
    margin:0;
    padding:0;
    list-style:none;
}

a{
    text-decoration:none;
    color:#373737;
}

.inner{
    width:1300px;
    margin:0 auto;
}
#header .inner{position:relative}



.cf::after{
    content:"";
    display:block;
    clear:both;
}



#container{float:none !important; width:auto !important;margin:0!important;}


@font-face {
    font-family: 'KHNPHD';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KHNPHD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PLAY', sans-serif;
	src: local("PLAY"),
		 url('/fonts/PLAY.eot') format('embedded-opentype'),
      	 url('/fonts/PLAY.woff') format('woff'),
     	 url('/fonts/PLAY-REGULAR.ttf') format('truetype'),
     	 url('/fonts/PLAY-BOLD.ttf') format('truetype'),
     	 url('/fonts/PLAY.svg#NanumGothic') format('svg'),
     	 url('/fonts/PLAY.woff') format('woff');
	font-style: normal;
}

@media(max-width:393px){
body{font-size:14px}	
	}