@import url('//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700,800');
* { box-sizing: border-box; }

html, body { height:100%; min-height: 100%;
/* Adjust font size */
    text-stroke:0.6px;
		-webkit-text-stroke: 0.6px rgba(0, 0, 0, 0.1);
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px; 
}
body { font-family: 'NanumSquare', 'Nanum Gothic', serif; }
h1 { font-size: 40px; font-weight: 300; margin-bottom: 0; line-height: 1.4;}
h1.h1 {font-size: 40px; font-weight: 600;  margin-bottom: 0;}
h2 { font-size: 28px; font-weight: 300; margin-bottom: 0; line-height: 1.4;}
h2.h2 {font-size: 28px; font-weight: 600;  margin-bottom: 0;}
h3 { font-size: 24px; font-weight: 300; margin-bottom: 0; line-height: 1.4;}
h3.h3 {font-size: 24px; font-weight: 600;  margin-bottom: 0;}
h4 { font-size: 18px; font-weight: 300; margin-bottom: 0; line-height: 1.4;}
h4.h4 {font-size: 18px; font-weight: 600;  margin-bottom: 0;}
h5 { font-size: 16px; font-weight: 300; margin-bottom: 0; line-height: 1.4;}
h5.h5 {font-size: 16px; font-weight: 600;  margin-bottom: 0;}
h6 { font-size: 14px; font-weight: 300; margin-bottom: 0; line-height: 1.4;}
h6.h6 {font-size: 14px; font-weight: 600;  margin-bottom: 0;}
p { font-size: 13px; font-weight: 300; margin-bottom: 0; line-height: 1.4;}
p.p {font-size: 13px; font-weight: 600;  margin-bottom: 0;}
em { font-size: 1.2em; }
small { font-size: 0.8em; }
b { font-weight: 500; }
i { font-style: italic; }
button, input { 
	appearance: button; -moz-appearance: button; -webkit-appearance: button; 
}
button:hover {
cursor: pointer;
}

a { color: #000; }
a:hover { color: #000;  text-decoration: none;}
.bg_default {
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
    background-color: #f9f9f9;
}
.myeongjo {
	 font-family: 'Nanum Myeongjo', serif; 
}
.section {
	padding: 80px 0;
}
.bg_basic {
    background-color: #f7fbf2;
}
.ta-r {
    text-align: right;
}
.ta-l {
    text-align: left;
}
.ta-c {
    text-align: center;
}