/*******************************************
	폰트 
********************************************/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('../font/icofont/icofont.min.css');

/*******************************************
	YELLOW-FINGER
********************************************/
/*
https://cdn.rawgit.com/mfd/f3d96ec7f0e8f034cc22ea73b3797b59/raw/856f1dbb8d807aabceb80b6d4f94b464df461b3e/gotham.css
*/




/*******************************************
	공통요소
********************************************/
	* {	margin: 0px; padding: 0px; -webkit-overflow-scrolling : touch; outline: 0 none !important; font-family: 'Noto Sans KR', sans-serif;; }

	html, body {
		display: inline-block; width: 100%; height: auto;
		margin: 0px; padding: 0px;
		font-size: 14px;
		font-family: 'Noto Sans KR', sans-serif;
	}
	body { -webkit-overflow-scrolling: touch; float: left; }

	::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: #efefef; }
	::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
	::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; background: #efefef; }
	::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.2); }
	::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.2); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.1); }



	h1,h2,h3,h4,h5 {
		font-weight: normal;
	}

	a							{ text-decoration: none; }
	li, ul, ol					{ list-style: none; }


	/* float */
	.left						{ float: left;  }
	.right						{ float: right; } 
	.clear						{ clear: both;  }

	/* text-align */
	.text_left					{ text-align: left; }
	.text_right					{ text-align: right; }
	.text_center				{ text-align: center; }

	/* display */
	.display_inline_block		{ display: inline-block; }
	.display_none				{ display: none; }
	.display_block				{ display: block; }
	.display_table				{ display: table; }
	.display_table_cell			{ display: table-cell; }

	/* position */
	.position_relative			{ position: relative; }
	.position_absolute			{ position: absolute; }
	.position_fixed				{ position: fixed; }

	.slow {
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
	}


	.bold		{ font-weight: 700; }

	.fly {
		opacity: 0;

		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;

		transform: translateY(50px) translateX(0px) scale(1) translate3d(0, 0, 0);
		-webkit-transform: -webkit-translateY(50px) -webkit-translateX(0px) -webkit-scale(1) -webkit-translate3d(0, 0, 0);
		-moz-transform: -moz-translateY(50px) -moz-translateX(0px) -moz-scale(1) -moz-translate3d(0, 0, 0);
		-o-transform: -o-translateY(50px) -o-translateX(0px) -o-scale(1) -o-translate3d(0, 0, 0);
	}

	.show-block {
		opacity: 1;

		transform: translateY(0px) translateX(0px) scale(1) translate3d(0, 0, 0);
		-webkit-transform: -webkit-translateY(0px) -webkit-translateX(0px) -webkit-scale(1) -webkit-translate3d(0, 0, 0);
		-moz-transform: -moz-translateY(0px) -moz-translateX(0px) -moz-scale(1) -moz-translate3d(0, 0, 0);
		-o-transform: -o-translateY(0px) -o-translateX(0px) -o-scale(1) -o-translate3d(0, 0, 0);
	}

	input, select, textarea {
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
				border-radius: 0px;
	}



/*******************************************
	YELLOW-FINGER
********************************************/
#wrap, #mo_wrap {
	width: 100%; height: auto;
	min-height: calc(100vh - 180px);

	box-sizing: border-box;
}

/******/

#gnb {
	width: 100%; height: 50px;
	box-sizing: border-box;
	padding: 15px 0px;
	background-color: #0e2842;
}


#gnb > div {
	left: 50%;
	width: 100%; max-width: 1640px; height: 100%;
	padding: 0px 30px;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}

#gnb .link {
	width: auto; height: 20px;
	font-size: 14px; color: #fff; text-align: left;
	box-sizing: border-box;
}

#gnb .link a {
	width: auto; height: 20px; line-height: 20px;
	font-size: 14px; color: #fff; text-align: left;
	box-sizing: border-box;
}

#gnb .link .bar {
	width: 1px; height: 14px;
	margin: 0px 12px;
	margin-top: 3px;
	background-color: #fff;
	box-sizing: border-box;
}

.m_gbn {
	width: 100%; height: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.m_gbn > div {
	left: 50%;
	width: auto; height: 100%;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}

.m_gbn a {
	width: auto; height: 20px; line-height: 20px;
	font-size: 14px; color: #fff; text-align: left;
	box-sizing: border-box;
}

.m_gbn .bar {
	width: 1px; height: 14px;
	margin: 0px 12px;
	margin-top: 4px;
	background-color: #fff;
	box-sizing: border-box;
}


/******/



#header {
	top: 50px; left: 0px;
	width: 100%; height: 132px;
	z-index: 1;
	box-sizing: border-box;
}

#header > div {
	left: 50%;
	width: 100%; max-width: 1640px; height: 100%;
	padding: 0px 30px;

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}

#header .logo {
	width: auto; height: 68px; 
	margin-top: 32px;
	z-index: 2;
	box-sizing: border-box;
}

#header .logo a {
	width: auto; height: 100%; 
	box-sizing: border-box;
}

#header .logo a img {
	width: auto; height: 100%; 
	box-sizing: border-box;
}



#header .btn {
	width: auto; height: 24px; line-height: 24px;
	margin-top: 54px;
	z-index: 2;
	box-sizing: border-box;
}

#header .btn > a:first-child { margin-left: 0px; }
#header .btn > a {
	width: auto; height: 100%;
	margin-left: 16px;
	box-sizing: border-box;
}

#header .btn > a.btn_01 > img {
	width: auto; height: 20px;
	margin-top: 2px;
	box-sizing: border-box;
}

#header .btn > a.btn_02 > img {
	width: auto; height: 26px;
	margin-top: -3px;
	box-sizing: border-box;
}

#header .btn > a.btn_03 > img {
	width: auto; height: 24px;
	margin-top: 0px;
	box-sizing: border-box;
}


#header .nav {
	top: 0px; left: 50%; 
	width: 100%; height: 24px; line-height: 24px;
	margin-top: 54px;


    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	z-index: 1;
	box-sizing: border-box;
}

#header .nav ul { 
	left: 50%;
	max-width: 100%; width: auto; height: 100%; 

    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
	box-sizing: border-box;
}
#header .nav ul li:first-child { margin-left: 0px; }
#header .nav ul li { width: auto; height: 100%; margin-left: 30px; }
#header .nav ul li a { 
	width: auto; height: 100%; 
	font-size: 18px; color: #fff; text-align: center;
	padding: 0px 5px;
	
	box-sizing: border-box;
}




#footer {
	top: 0px; left: 0px;
	width: 100%; height: 180px;
	background-color: #081827;
	box-sizing: border-box;
}

#footer > div {
	left: 50%;
	width: 100%; max-width: 1640px; height: 100%;
	padding: 0px 30px;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);

	box-sizing: border-box;
}

#footer .box {
	left: 0px; top: 50%;
	width: 100%; height: auto; line-height: 1.8;
	font-size: 14px; color: rgba(255,255,255,.5); text-align: center;


    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);

	box-sizing: border-box;
}








#header .m_nav {
	display: none;
	top: 50%; right: 20px;
	width: 23px; height: 18px;

    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	cursor: pointer;
	box-sizing: border-box;
}
#header .m_nav > div { width: 100%; height: 100%; box-sizing: border-box; }
#header .m_nav > div > div {
	left: 0px;
	width: 100%; height: 3px;
	border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
}

#header .m_nav > div > div:nth-child(1) { top: 0px; }
#header .m_nav > div > div:nth-child(2) { 
	top: 50%; 

    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);

}
#header .m_nav > div > div:nth-child(3) { bottom: 0px; }



#m_menu {
	display: none;
	top: 0px; right: 0px;
	width: 210px; height: auto;
	background-color: rgba(0,0,0,.95);
	z-index: 9999;
	box-sizing: border-box;
}

#m_menu > div {
	width: 100%; height: auto;
	padding: 85px 20px;
	box-sizing: border-box;
}

#m_menu > div > div.bar {
	width: 100%; height: 1px;
	background-color: #fff;
	margin: 20px 0px;
	opacity: 0.3;
	box-sizing: border-box;
}
 
#m_menu > div > ul {
	width: 100%; height: auto;
	box-sizing: border-box;
}

#m_menu > div > ul > li {
	width: 100%; height: auto;
	padding: 5px 0px;
	box-sizing: border-box;
}

#m_menu > div > ul > li > a {
	width: 100%; height: auto; line-height: 1.5;
	padding: 5px 0px;
	font-size: 16px; color: #fff; text-align: center;
	box-sizing: border-box;
}




#m_menu > div > div.close {
	top: 33.5px; right: 20px;
	width: 20px; height: 18px;

    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	cursor: pointer;
	box-sizing: border-box;
}

#m_menu > div > div.close > div {
	left: 0px;
	width: 100%; height: 3px;
	border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
}


#m_menu > div > div.close > div:nth-child(1) { 
    top: 8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#m_menu > div > div.close > div:nth-child(2) { 
    bottom: 7px;
    top: auto;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#upBtn {
	display: none;
	right: 30px; bottom: 30px;
	width: 50px; height: 50px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #dddddd;
	z-index: 9998;
	box-sizing: border-box;
}

#upBtn img {
	top: 50%; left: 50%;
	width: 18px; height: 11px;
	margin-left: -9px;
	margin-top: -5.5px;
}







@media (max-width: 479px){ 
	#header { height: 70px; }
	#header > div { padding: 0px 15px; }
	#header .logo { height: 45px; margin-top: 12.5px; }
	#header .nav { display: none;}
	#header .btn { display: none; }
 	
	#footer	{ height: 134px; }
	#footer > div { padding: 0px 15px; }
	#footer .box { font-size: 12px; }


	#wrap { min-height: calc(100vh - 134px); }

	
	#header .m_nav { display: inline-block; right: 15px; }

	#m_menu > div > div.close { top: 35px; right: 15px; }
	#m_menu > div { padding: 70px 20px; }

	
	#upBtn {  
		right: 20px; bottom: 20px;
		width: 34px; height: 34px; 
	}
	#upBtn img {
		width: 12px; height: 8px;
		margin-left: -6px; 
		margin-top: -4px;
	}
}

@media (max-width: 749px) and (min-width: 480px) { 
	#header { height: 70px; }
	#header > div { padding: 0px 20px; }
	#header .logo { height: 45px; margin-top: 12.5px; }
	#header .nav { display: none;}
	#header .btn { display: none; }
 	
	#footer	{ height: 140px; }
	#footer > div { padding: 0px 20px; }
	#footer .box { font-size: 12px; }


	#wrap { min-height: calc(100vh - 150px); }


	#header .m_nav { display: inline-block; }
	#m_menu > div > div.close { top: 35px; }
	#m_menu > div { padding: 70px 20px; }
	
	#upBtn {  
		right: 20px; bottom: 20px;
		width: 34px; height: 34px; 
	}
	#upBtn img {
		width: 12px; height: 8px;
		margin-left: -6px; 
		margin-top: -4px;
	}

}

@media (max-width: 1023px) and (min-width: 750px) { 
	#header { height: 85px; }
	#header > div { padding: 0px 20px; }
	#header .logo { height: 45px; margin-top: 20px; }
	#header .nav { display: none;}
	#header .btn { display: none; }
 	
	#footer	{ height: 150px; }
	#footer > div { padding: 0px 20px; }


	#wrap { min-height: calc(100vh - 150px); }
	#header .m_nav { display: inline-block; }

	
	#upBtn {  
		right: 20px; bottom: 20px;
		width: 34px; height: 34px; 
	}
	#upBtn img {
		width: 12px; height: 8px;
		margin-left: -6px; 
		margin-top: -4px;
	}
}


@media (max-width: 1279px) and (min-width: 1024px) { 
	#header { height: 100px; }
	#header > div { padding: 0px 20px; }
	#header .logo { height: 50px; margin-top: 25px; }
	#header .nav { margin-top: 38px; }
	#header .nav ul li { margin-left: 15px; }
	#header .nav ul li a { font-size: 15px; }
	#header .btn { margin-top: 42px; }
	#header .btn > a.btn_01 > img { height: 14px; margin-top: 4px; }
	#header .btn > a { margin-left: 15px; }
	#header .btn > a.btn_02 > img { height: 20px; margin-top: -0px; }
	#header .btn > a.btn_03 > img { height: 18px; margin-top: 3px; }
 	
	#footer	{ height: 150px; }
	#footer > div { padding: 0px 20px; }


	#wrap { min-height: calc(100vh - 150px); }

}

@media (min-width: 1024px) { 
	#m_menu { display: none !important; }
}

@media (max-width: 1024px) { 
	#gnb { display: none !important; } 
	#header { top: 0px; }
}


/*
	@media (max-width: 479px){ 

	}

	@media (max-width: 749px) and (min-width: 480px) { 

	}

	@media (max-width: 1023px) and (min-width: 750px) { 

	}


	@media (max-width: 1279px) and (min-width: 1024px) { 

	}
*/