
/******************************************************
@ Reset Css
******************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, /*p*/, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,input,select,textarea,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{	
	padding:0px;
	margin:0px;
	vertical-align:top
}
html {overflow-y:scroll}
html, body {width:100%;-webkit-text-size-adjust:none;}
body{position:relative;min-width:320px;}
ul, ol {list-style-type:none}
h1,h2,h3,h4,h5,h6,th{font-weight:400}
table{border-collapse:collapse;border-spacing:0}
img,fieldset{border:0;outline:none}
label {cursor:pointer}
i, em, address {font-style:normal}
caption,legend{visibility:hidden;width:0px;height:0px;font-size:0px;line-height:0px}
img{max-width:100%}

/* html5 ie9 else */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
   display:block;
   padding:0;
   margin:0
}


/* header */

.header-bar {
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #e43e42;
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;
	transition: ease .3s all;
}
#header.sticky .header-bar {
	bottom: 0px;
	height: 4px;
}
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}
.bg-basic {
	background-repeat: no-repeat;
}
.bg-cover {
	background-size: cover;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-center {
	background-position: center center;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #555;
}
a:active,
a:focus,
a:visited {
	color: #000;
}
a:hover {
	-webkit-transition: .3s ease;
	     -o-transition: .3s ease;
	        transition: .3s ease;
	color: #000;
}
p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 4rem;
}
h3,
.h3 {
  font-size: 3rem;
}
h4,
.h4 {
  font-size: 1.9rem;
}

h5,
.h5 {
  font-size: 2rem;
}
h6,
.h6 {
  font-size: 1rem;
}
button {
	border: 0px;
	background
}
#header {
	position: fixed;
	padding: 20px;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 100;
	-webkit-transition: .3s ease;
         -o-transition: .3s ease;
            transition: .3s ease;
}
#header > h1 {
	float: left;
}
#navigation {
	float: right;
}
#header.sticky {
	position: fixed;
	padding: 0 20px;
	top: 0;
	z-index: 150;
	height: 50px;
	background-color: rgba(0,0,0,0.8);
}
#header.sticky a {
	color: #fff;
}
#header h1 {
	margin: 0;
	padding-left: 0;
}
#header h1 a {
	display: inline-block;
	padding: 8px 9px;
	width: 55px;
	height: 50px;
}
#header.sticky a > svg path {
	fill: white;
}
#gnb {
    float: left;
}

li.lang-item {
	position: relative;
	float: left;
	height: 50px;
	line-height: 50px;

}
li.lang-item:after {
	content: "|";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	font-weight: 600;
}
li.lang-item:last-child:after {
	content: "";
}


#gnb li a:hover {
	color: #af0004;
}

#gnb li {
	float: left;
	height: 50px;
	line-height: 50px;
	transition: ease .3s background;
	background: transparent;
}
#header.sticky #navigation li a {
	color: #fff;
	text-decoration: none;
}
#navigation li a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	height: 50px;
}
#gnb li a {
	margin: 0 15px;
}

/* logo and side navigation for mobile */

#btnNav {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 50px;
	height: 50px;
    font-size: 30px;
	text-align: center;
	cursor: pointer;
    text-decoration: none;
	background: transparent;
	z-index: 300;
	color: #fff;
}
#btnNav span {
	position: absolute;
	top: 22px;
	left: 14px;
	display: block;
	width: 22px;
	height: 3px;
	background: #000;
	transition: ease-out .5s all;
}
#btnNav span:nth-child(1) {
	top: 13px;
}
#btnNav span:nth-child(4) {
	top: 31px;
}
#navigation.active+#btnNav span {
	background: #fff;
}
#navigation.active+#btnNav span:nth-child(1),
#navigation.active+#btnNav span:nth-child(4) {
	width: 0%;
	left: 50%;
	top: 22px;
}
#navigation.active+#btnNav span:nth-child(2) {
	transform: rotate(135deg);
}
#navigation.active+#btnNav span:nth-child(3) {
	transform: rotate(-135deg);
}
#header.sticky #btnNav span {
	background: #fff;
}
#btnNav:focus {
	outline: none;
}
.wrap-page-nav {
	text-align: center;
}

/* content */

.row {
	overflow: hidden;
	padding: 60px 0 85px;
	text-align: center;
	-webkit-transition: .3s ease;
     -o-transition: .3s ease;
        transition: .3s ease;
}
.inner-row {
	width: 800px;
	margin: 0 auto;
}
h2, h3 {
	color: #000;
	margin: 25px 0 30px;
	font-family: 'NanumSquareRound';
	clear: both;
}
h2 p {
	margin: 0;
}
span.underbar {
	display: inline-block;
	width: 50px;
	border-top: 1px solid #333;
	margin-bottom: 10px;
}
span.vertical-bar {
	display: inline-block;
	width: 5px;
	height: 35px;
    vertical-align: top;
	background-color: #555;
}
span.lighter {
	font-weight: lighter;
	font-size: 20px;
	color: #bbb;
}
.bg-round {
	font-size: 1.5rem;
	float: left;
	padding: 4px 15px;
	display: inline-block;
	border-radius: 20px;
	margin: 10px 0 20px;
	-webkit-transition: .3s ease;
     -o-transition: .3s ease;
        transition: .3s ease;
}
.bg-round-black {
	background-color: #555;
	color: #fff;
}
.bg-round-white {
	background-color: #fff;
	color: #5d5050;
}
a.btn-square {
	display: block;
	margin: 0 auto;
	width: 250px;
	height: 50px;
	text-indent: -20px;
	line-height: 50px;
	border: 1px solid #888;
	background-repeat: no-repeat;
	background-position: 200px center;
}
a.btn-download {
	background-image: url('../images/arrow-down.png');
}
img, div, p {
	-webkit-transition: .3s ease;
     -o-transition: .3s ease;
        transition: .3s ease;
}

/* footer */

#ft {
	margin-top: 50px;
	border-top: 1px solid #eee;
}
.inner-ft {
	padding: 50px 0;
	font-size: 1.1rem;
	width: 800px;
	margin: 0 auto;
}


@media screen and (max-width:1280px) {
	h2,
	.h2 {
		font-size: 3.5rem;
	}
	h3,
	.h3 {
	  font-size: 2.8rem;
	}
	h4,
	.h4 {
	  font-size: 1.8rem;
	}
	h5,
	.h5 {
	  font-size: 1.5rem;
	}
}

@media screen (max-width:992px) {
	#btnNav {
	    display: block;
	}
}

@media screen and (max-width:992px) {
	body {
		font-size: 1.4rem;
	}
	h2,
	.h2 {
		font-size: 3.25rem;
	}
	h3,
	.h3 {
	  font-size: 2.6rem;
	}
	h4,
	.h4 {
	  font-size: 1.6rem;
	}
	h5,
	.h5 {
	  font-size: 1.3rem;
	}
	span.lighter {
	    font-size: 1.5rem;
	}
	span.vertical-bar {
		height: 30px;
		width: 4px;
	}
	.row {
		width: 100%;
	}
	.inner-row,
	.inner-ft {
		width: 90%;
	}
	#header h1 a {
		margin: 0 auto;
	}
	#header h1 svg {
		width: 80%;
    	height: auto;
    	padding-top: 5px;
	}
	#navigation {
		width: 0;
	    height: 100%;
	    position: fixed;
	    top: 0;
 		right: 0;
	    background-color: #333;
	    overflow-x: hidden;
	    transition: 0.5s;
	    z-index: 200;
	    display: block;
	}
	#navigation.active {
		width: 250px;
	}
	#gnb {
		margin-top: 100px;
	}
	#gnb li {
		float: none;
		clear: both;
	}
	#gnb li a {
	    color: #fff;
   		font-size: 1.5rem;
   		padding: 5px 20px;
	}
	#header.sticky #btnNav {
		top: 2px;
	}
	#ft {
	    margin-top: 0;
	}
	#ft img {
		width: 150px;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.3rem;
	}
	h2, h3 {
		margin: 0 0 30px;
	}
	h2,
	.h2 {
		font-size: 3rem;
	}
	h3,
	.h3 {
		font-size: 2.4rem;
	}
	h4,
	.h4 {
	    font-size: 1.4rem;
	}
	h5,
	.h5 {
	  font-size: 1.1em;
	}
	.bg-round {
		margin: 20px 0;
		font-size: 1.2rem;
	}
	.row3 .bg-round-black {
	   	margin-bottom: 10px;
	}
	span.vertical-bar {
		height: 25px;
		width: 3px;
	}
	a.btn-square {
		background-position: 160px center;
	}
	.col-xs-3 {
		padding-right: 10px;
	    padding-left: 10px;
	}
	.inner-ft .col-sm-9 {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	body {
		font-size: 1.2rem;
	}
	h2,
	.h2 {
		font-size: 2.5rem;
	}
	h3,
	.h3 {
		font-size: 2rem;
	}
	h4,
	.h4 {
	    font-size: 1.2rem;
	}
	h5,
	.h5 {
	  font-size: 1em;
	}
	.row {
		padding: 30px 0;
	}
	.side-nav {
		padding-top: 15px;
	}
	span.lighter {
	    font-size: 1.3rem;
	}
	span.vertical-bar {
		height: 20px;
		width: 2px;
	}
	a.btn-square {
		background-position: 130px center;
	}
	.inner-ft {
		font-size: 0.75rem;
	}
	#btnNav {
		right: 10px;
	}
	.side-nav a {
		font-size: 1rem;
	}
}
@media screen and (max-width: 460px) {
	body {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 330px) {
	body {
		font-size: 1rem;
	}
	h2,
	.h2 {
		font-size: 2rem;
	}
	h3,
	.h3 {
		font-size: 1.5rem;
	}
}

.thes-clearfix:after{
	content: "";
	display: block;
	clear: both;
}
.entry-footer {
	display: none;
}
.top-btn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	line-height: 80px;
	cursor: pointer;
}
.top-btn.show {
	opacity: 1;
}
.top-btn i {
	font-size: 40px;
	color: #fff;
}