@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/*font-family: 'Noto Sans KR', sans-serif !important;*/

  *{
            margin: 0;
            padding:0;
			 -webkit-text-size-adjust: none;
	  /*ũ�ҽ���� ��Ʈ������ �ּһ����� ��ֱ�*/
        }
        
        img{
            border: 0;
        }
        
        ul,li{
            list-style: none;
        }
        
        a{
            text-decoration: none !important;
            color: black ;
        }

body{
	width: 100%;
	height: auto;
	position: relative;
	font-family: 'Noto Sans KR', sans-serif !important;
}

#m_header{
	display: none;
}

#m_nav{
	display: none;
}

header{
	width: 100%;
	height: 100px;
	padding: 10px 0;
}

header:after{
	content: "";
	display: block;
	clear: both;
}

#head_logo{
	float: left;
	width: 255px;
	height: 80px;
}

#head_logo img{
	width: 100%;
}


#pc_hdmenu{
	float: right;
}

#pc_hdmenu:after{
	content: "";
	display: block;
	clear: both;
}

#pc_hdmenu li{
	float: left;
}

#pc_hdmenu li a{
	display: block;
	font-size: 17px;
	line-height: 80px;
	font-weight: 400;
}

#pc_hdmenu li:nth-child(1){
	margin-right: 135px;
} 

#pc_hdmenu li:nth-child(2){
	margin-right: 100px;
} 

#pc_hdmenu li:nth-child(3){
	margin-right: 95px;
} 

#pc_hdmenu li a:hover{
	font-weight: 600;
	transform: scale(1.1);
	color: #6998E0;
}

@media all and (max-width:1200px) {
	
	header{
		display: none;
	}
	
	#m_header{
		width: 100%;
		height: 60px;
		position: relative;
		padding: 5px 15px;
	}
	
	#hambuger{
		width: 22px;
		height: auto;
		margin-top: 17px;
		cursor: pointer;
	}
	
	#hambuger li{
		width: 100%;
		height: 2px;
		background-color: black;
		margin-top: 5px;
	}
	
	#m_head_logo{
		position: absolute;
		top: 5px;
		left: 50%;
		height: 50px;
		margin-left: -26.25px;
	}
	
	#m_head_logo img{
		height: 100%;
	}
	
	
	#pc_header{
		display: none;
	}
	
	#m_header{
		display: block;
		position:relative;
	}
	
	#m_nav{
		display: block;
		width: 100vw;
		position: fixed;
		top: 0;
		background-color: rgba(255,255,255,0.95);
		z-index: 99999;
		left: -100vw;
	}
	
	#m_nav li{
		height: 65px;
		border-bottom: 1px solid #d3d3d3;
		text-align: center;
	}
	
	#m_nav li:nth-child(1) {
		line-height: 60px;
	}
	
	#m_nav li a{
		display: block;
		font-size: 20px;
		line-height: 65px;
		text-align: center;
	}
	
	#close{
		font-size: 40px;
		text-align: center;
		line-height: 60px;
		cursor: pointer;
		background-color: rgba(87,87,87,0.90);
		color: white;
	}
	
	.move1{
		animation-name:move1;
		animation-duration: 0.3s;
		animation-timing-function: ease-in-out;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
	}
	
	
	
}


@keyframes move1{
	0%{
		left:-100vw;
	}
	
	100%{
		left:0;
	}
}


.hdfix{
	position: fixed !important;
	top: 0;
	left: 0;
	background-color: white;
	animation-name: hdfix;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	z-index: 9999;
}

@keyframes hdfix{
	0%{
		top: -110px;
	}
	
	100%{
		top: 0px;
	}
}








footer{
	background-color: #575757;
	width: 100%;
	height: auto;
	padding: 60px 15px;
}

footer p{
	font-size: 18px;
	color: white;
	word-break: keep-all;
	text-align: center;
	line-height: 25px;
	font-weight: 300;
}

footer p:nth-child(2){
	margin-top: 20px;
}

@media all and (max-width:1200px) {
	
	footer{
		padding: 30px 15px;
	}
	
	footer p{
		font-size: 15px;
		line-height: 20px;
	}
}

@media all and (max-width:600px) {
	footer p{
		font-size: 12px;
	}
}



















