﻿@charset "utf-8";
/*@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);*/
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);
/*@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);*/
@import url(sub.css) screen and (min-width:700px);
@import url(kselmobile.css) screen and (max-width:700px);
@import url(layout.css) screen and (max-width:700px);

@media screen and (min-width:700px) {
#m_display { display:none;}
.m_display { display:none;}
}

@media screen and (max-width:700px) {
#pc_display { display:none;}
.pc_display { display:none;}
}

html,body,div,span,object,iframe,img,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:'Nanum Barun Gothic', sans-serif;
	letter-spacing: -1px;
	}
	
a {
	text-decoration: none;
	}
	
	
input,select,textarea{
	font-family:'Nanum Barun Gothic', sans-serif;
	font-size:12px;	
	}
	
ol, ul, li { list-style: none; }

p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;

a:link {font-family:'Nanum Barun Gothic', sans-serif; text-decoration:none;}
a:visited {font-family:'Nanum Barun Gothic', sans-serif; text-decoration:none;}
a:hover {font-family:'Nanum Barun Gothic', sans-serif; text-decoration:underline;}
a:active {font-family:'Nanum Barun Gothic', sans-serif; text-decoration:underline;}
