@charset 'utf-8';
	/*익스지원*/
@font-face {font-family:NanumGothic; src:url('/addon/greetingMgt/font/NanumGothic.eot');}
@font-face {font-family:NanumGothicB; src:url('/addon/greetingMgt/font/NanumGothicBold.eot');}
@font-face {font-family:NanumGothicEB; src:url('/addon/greetingMgt/font/NanumGothicExtraBold.eot');}
@font-face {font-family:NanumGothicC; src:url('/addon/greetingMgt/font/NanumGothicCoding.eot');}
@font-face {font-family:NanumGothicCB; src:url('/addon/greetingMgt/font/NanumGothicCodingBold.eot');}
@font-face {font-family:NanumGothicL; src:url('/addon/greetingMgt/font/NanumGothicLight.eot');}
@font-face {font-family:NanumGothicM; src:url('/addon/greetingMgt/font/NanumMyeongjo.eot');}
@font-face {font-family:NanumGothicMB; src:url('/addon/greetingMgt/font/NanumMyeongjoBold.eot');}
@font-face {font-family:NanumGothicMEB; src:url('/addon/greetingMgt/font/NanumMyeongjoExtraBold.eot');}
@font-face {font-family:NanumGothicPEN; src:url('/addon/greetingMgt/font/NanumPen.eot');}
@font-face {font-family:NanumGothicBRUSH; src:url('/addon/greetingMgt/font/NanumBrush.eot');}
/*크롬사파리지원*/
@font-face {font-family:NanumGothic; src:url('/addon/greetingMgt/font/NanumGothic.woff');}
@font-face {font-family:NanumGothicB; src:url('/addon/greetingMgt/font/NanumGothicBold.woff');}
@font-face {font-family:NanumGothicEB; src:url('/addon/greetingMgt/font/NanumGothicExtraBold.woff');}
@font-face {font-family:NanumGothicC; src:url('/addon/greetingMgt/font/NanumGothicCoding.woff');}
@font-face {font-family:NanumGothicCB; src:url('/addon/greetingMgt/font/NanumGothicCodingBold.woff');}
@font-face {font-family:NanumGothicL; src:url('/addon/greetingMgt/font/NanumGothicLight.woff');}
@font-face {font-family:NanumGothicM; src:url('/addon/greetingMgt/font/NanumMyeongjo.woff');}
@font-face {font-family:NanumGothicMB; src:url('/addon/greetingMgt/font/NanumMyeongjoBold.woff');}
@font-face {font-family:NanumGothicMEB; src:url('/addon/greetingMgt/font/NanumMyeongjoExtraBold.woff');}
@font-face {font-family:NanumGothicPEN; src:url('/addon/greetingMgt/font/NanumPen.woff');}
@font-face {font-family:NanumGothicBRUSH; src:url('/addon/greetingMgt/font/NanumBrush.woff');}


/*인사말*/
.greetingMgt{ font-family:NanumGothicB; color:#444; text-align:left; margin-bottom:100px; width:100%;}
.greetingMgt .imgDiv{width:20%; float:left; margin-top:50px;}
.greetingMgt img{ margin:0 auto;  margin-bottom:5px; max-width:350px; }
.greetingMgt .infoDiv{float:left; width:70%; margin-left:40px;}
.greetingMgt .greeting_info_01{ font-size:24px; color:#4188bf; font-family:NanumGothicMEB; line-height:26px; margin:0 0 20px 0; }
.greetingMgt .greeting_sign{ text-align:left; margin-top:30px;}
.greetingMgt .greeting_sign strong{font-family:NanumGothicPEN; font-size:30px; margin-left:10px;}
.greetingMgt .greeting_txt {margin-top:50px;}
.greetingMgt .greeting_txt p { margin-bottom:10px; line-height:24px;}

.greetingMgt .greeting_botDiv {float:left; margin-top:30px; }


@media (max-width: 480px) {
	
	.greetingMgt .imgDiv{width:100%; text-align:center; }
	.greetingMgt .infoDiv{text-align:left; width:100%; overflow:hidden; margin:0 auto;}

}