@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); */
/* @import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css); */
/*@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* @font-face {
  font-family: "Godo";
  font-style: normal;
  font-weight: 400;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}

@font-face {
  font-family: "Godo";
  font-style: normal;
  font-weight: 700;
  src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2') format('woff2'), url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff') format('woff');
} */

* {
  margin: 0;
  padding: 0;
  outline: none;
}

*:focus {outline: none;}

body {
    color: #333;
    font-family: "Noto Sans KR", sans-serif;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6 {
	/* font-size: 10px; */
}

a {
    text-decoration: none;
    color: #333;
}

button {
    border:none;
    background-color: transparent;
    cursor: pointer;
}

input {
    vertical-align: middle;
}

input[type="submit"],
input[type="checkbox"],
label {
  cursor: pointer;
}

address {
	font-style: normal;
}

.hidden {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999em;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.clfix:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    display: block;
    white-space: nowrap;
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    white-space: inherit;
    height: 4.8em;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.bgrn {background-repeat: no-repeat;}
.bgpc {background-position: center;}
.bg100p {background-size: 100%;}

.fnt-ngo {font-family: "Nanum Gothic", sans-serif;}
.fnt-nsqre {font-family: 'NanumSquare', sans-serif;}
.fnt-ngocd {font-family: "Nanum Gothic Coding", sans-serif;}
.fnt-nbrush {font-family: "Nanum Brush Script", sans-serif;}
.fnt-npen {font-family: "Nanum Pen Script", sans-serif;}
.fnt-nbarun {font-family: "Nanum Barun Gothic", sans-serif;}
.fnt-nmj {font-family: "Nanum Myeongjo", sans-serif;}
.fnt-noto {font-family: "Noto Sans KR", sans-serif;}
.fnt-godo {font-family: "Godo", Sans-serif;}
