/* ----------------------------------------------------------------
    Font Family
-----------------------------------------------------------------*/
/* ³ª´®°íµñ ½ºÅ¸ÀÏÁöÁ¤ */
@font-face {
    font-family: 'Nanum Gothic';
    src: url('../font/NanumGothic.eot');
    src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumGothic.woff') format('woff'),
         url('../font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; 
} 
body {
	font-family: 'Nanum Gothic', sans-serif, Malgun Gothic, Dotum, µ¸¿ò;
	font-size: 14px;
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: inherit;
	line-height: 140%;
}

p, ul, li, small, a, strong { 
	font-family: inherit;
}


/* ----------------------------------------------------------------
    Font Size
-----------------------------------------------------------------*/
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }


h1 small { font-size: 30px; }
h2 small { font-size: 24px; }
h3 small { font-size: 20px; }
h4 small { font-size: 18px; }
h5 small { font-size: 12px; }
h6 small { font-size: 11px; }


small { font-size: 85%; }

p + p { margin-top: 10px; }



/* ----------------------------------------------------------------
    Text Align
-----------------------------------------------------------------*/
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }




/* ----------------------------------------------------------------
    Text Transform
-----------------------------------------------------------------*/
.uppercase { text-transform: uppercase; }
.capitalize { text-transform: capitalize; }
.lowercase { text-transform: lowercase; }




/* ----------------------------------------------------------------
    Text Decortaion
-----------------------------------------------------------------*/
a, a:link, a:visited, a:hover, a:active { text-decoration: none; }
del { text-decoration: line-through; }
ins { text-decoration: underline; }
a:hover { transition: all ease-in-out 0.3s; }


/* ----------------------------------------------------------------
    Font Style
-----------------------------------------------------------------*/
.strong { font-weight: bold; }
.normal { font-weight: normal; }
.italic { font-style: italic; }
address { font-style: italic; }
em, dfn, cite { font-style: italic; }




/* ----------------------------------------------------------------
    Custom Style
-----------------------------------------------------------------*/

