@charset "utf-8";


/* layout -----------------------------------------------*/
#wrap								{ position: relative; }
#control							{ zoom: 1; z-index: 500; position: absolute; position: fixed; top: 0; left: 0; width: 100%; height: 110px; margin: 0 auto; }
#control							{ _overflow-x: hidden; _position: absolute !important; }
#control #header					{ zoom: 1; position: relative; min-width: 300px; max-width: 980px; width: 980px; height: 110px; margin: 0 auto; padding: 0 10px; }
#control #headerCont				{ width: 100%; height: 100%; }
#control #headerLeft				{ position: absolute; top: 0; right: 100%; width: 1000%; height: 100%; margin-right: -10px; background: #000;}
#control #headerRight			{ position: absolute; top: 0; left: 100%; width: 1000%; height: 100%; margin-left: -10px; background: url("../images/menu/bg.png") repeat 0 0; _background: #000; }
#conbody							{ zoom: 1; position: relative; width: 100%; background: #fff; }
#conbody:after					{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#conbody .part					{ zoom: 1; position: relative; min-height: 0; height: auto !important; height: 0;  }
#conbody .partInner			{ zoom: 1; position: relative; width: 100%; min-width: 1000px; margin:0 auto; overflow: hidden; }
#conbody .part .content		{ zoom: 1; position: relative; min-width: 300px; max-width: 980px; width: 980px; margin: 0 auto; padding: 0 10px 30px 10px; }
#conbody .part .contentInner	{ zoom: 1; position: relative; min-height: 640px; height: auto !important; height: 640px; padding-top: 150px; }
#conbody #footer					{ position: relative; background-color: #0f0f0f; }
#conbody #footer .footerInner		{ position: relative; min-width: 300px; max-width: 980px; width: 980px; margin: 0 auto; padding: 0 10px; background-color: #0f0f0f; }


/* control -----------------------------------------------*/
/* logo */
#control #logo				{ zoom: 1; position: relative; float: left; background: #000; }
#control #logo a				{ position: relative; display: inline-block; width: 359px; height: 110px; padding-top: 0px; color: #fff; font-weight: bold; vertical-align: top; }
#control #logo a span		{ display: inline-block; width: 359px; }
#control #logo a span img	{ width: 100%; }

/* menu */
#control #menu				{ zoom: 1; position: relative; float: left; min-height: 0; height: auto !important; height: 0; }
#control #menu ul				{ zoom: 1; position: relative; float: left; padding-left: 1px; padding-bottom: 1px; }
#control #menu ul:after		{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#control #menu ul li			{ display: inline; position: relative; float: left; width: 124px; height: 110px; font-size: 14px; font-family: arial, helvetica; text-align: center; }
#control #menu ul li a		{ display: block; position: relative; height: 100%; margin-right: 1px; background: url("../images/menu/bg.png") repeat 0 0; _background: #000; color: #fff; font-weight: bold; vertical-align: top; }
#control #menu ul li a span	{ display: block; position: relative; padding-top: 47px; font-family: "Nanum Gothic";}
#control #menu ul li a:hover		{ color: #ffd84d }
#control #menu ul li.on a		{ color: #fff }





/* contentBody */
.part .contentBody { position: static; }



/* home
-----------------------------------------------*/
#conbody #home .content		{ padding-bottom: 0; }
#conbody #home .contentInner	{ min-height: 720px; height: auto !important; height: 720px; padding: 0; }
#conbody #home .partInner	{ overflow: visible; }
#home .bottom					{ z-index: 200; zoom: 1; position: absolute; bottom: 0; left: 0; width: 100%; min-height: 155px; height: auto !important; height: 165px; background: url("../images/common/blank.gif") repeat 0 0; }
#home .bottom:after				{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .bottomInner				{ zoom: 1; position: relative; }
#home .bottomInner:after		{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .bottom .sideA			{ zoom: 1; position: relative; float: left; padding-top: 54px; }
#home .bottom .sideA:after		{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .bottom .sideB			{ zoom: 1; position: relative; float: right; padding-bottom: 15px; }
#home .bottom .sideB:after		{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }

/* issue */
#home .issue										{
	zoom: 1;
	z-index: 100;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 120px;
}
#home .issue h3										{ position: absolute; width: 0; height: 0; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; }
#home .issue .visual								{ z-index: 1;position: relative; width: 100%; height: 600px; margin: 0 auto; padding-top: 60px; overflow: hidden; }
#home .issue .visual ul								{ position: relative; width: 100%; height: 100%; }
#home .issue .visual ul li							{ zoom: 1; position: absolute; top: 0; left: 100%; width: 100%; height: 100%; text-align: center; }
#home .issue .visual ul li.on,
#home .issue .visual ul li:first-child				{ left: 0; }
#home .issue .visual ul li:after					{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .issue .visual ul li a						{ position: absolute; top: 30px; left: 0; display: block; width: 100%; height: 440px; background: url("../images/common/blank.gif") repeat 0 0; color: #fff; font-size: 0; line-height: 0; text-indent: -9999px; }
#home .issue .visual ul li .cont					{ display: table; position: absolute; top: 0; *top: 180px; left: 90px; float: left; width: auto; height: 100%; text-align: left; }
#home .issue .visual ul li .contInner				{ display: table-cell; width: auto; padding-bottom: 25px; vertical-align: middle; }
#home .issue .visual ul li .cont ul					{ width: auto; height: auto; }
#home .issue .visual ul li .cont ul li				{ position: static; top: auto; left: auto; width: auto; height: auto; text-align: left; }
#home .issue .visual ul li .cont .tit				{ padding-bottom: 5px; color: #fff; font-size: 40px; font-family: Arial; font-weight: bold; letter-spacing: -1px; line-height: 1; word-break: break-all; word-wrap:break-word; }
#home .issue .visual ul li .cont .headline			{ padding-bottom: 10px; color: #ffd84d; font-size: 16px; font-weight: bold; word-break: break-all; word-wrap:break-word; }
#home .issue .visual ul li .cont .summary			{ width: 355px; padding-bottom: 10px; color: #B1A9A3; line-height: 1.4; word-break: break-all; word-wrap:break-word; }
#home .issue .visual ul li .cont .award				{ zoom: 1; position: relative; }
#home .issue .visual ul li .cont .award:after		{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .issue .visual ul li .cont .award li			{ position: static; float: none; width: auto; height: auto; color: #B1A9A3; font-size: 12px; line-height: 1.5; word-break: break-all; word-wrap:break-word; }
#home .issue .visual ul li .cont .award li strong	{ color: #B1A9A3; }
#home .issue .visual ul li .cont .more				{ zoom: 1; display: inline-block; *display: inline; margin-top: 20px; padding: 6px 12px; border: 1px solid #2e2e2e; color: #fff; font-size: 11px; font-family: Arial; font-weight: bold; line-height: 1.2; }
#home .issue .visual ul li .obj						{ width: 100%; text-align: right; }
#home .issue .visual ul li .single					{ position: relative; }
#home .issue .visual ul li .single .large			{ display: block; }
#home .issue .visual ul li .single .small			{ display: none; }
#home .issue .visual ul li .single .small span { padding: 0 2px; }
#home .issue .paging								{  }
#home .issue .paging .location						{ z-index: 2; position: absolute; top: 127px; right: 75px; color: #fff; font-size: 13px; }
#home .issue .paging .btn							{ z-index: 2; position: absolute; top: 50%; overflow: hidden; width:66px; height: 140px; margin-top: -70px; border: 0 none; background: none; color: #fff; font-size: 0; line-height: 0; text-indent: -99999px; cursor: pointer; }
#home .issue .paging .btn.out						{ opacity: 0.3; -ms-filter: alpha(opacity=30); filter: alpha(opacity=30); }
#home .issue .ctrl									{ z-index: 3; position: absolute; top: 110px; right: 0; width: 50px; height: 24px; padding: 14px; }
#home .issue .ctrl .btn								{ z-index: 1; position: relative; float: left; width: 25px; height: 24px; margin-left: -1px; border: 0 none; background: none; color: #fff; font-size: 0; line-height: 0; text-indent: -99999px; cursor: pointer; }
#home .issue .ctrl .btn.play.on						{ z-index: 2; background-position: 0 -24px; }
#home .issue .ctrl .btn.stop.on						{ z-index: 2; background-position: 0 -24px; }

#home .issue .ctrl .btn span						{ }
#home .issue .ctrl .btn.play .txtPlay				{  }
#home .issue .ctrl .btn.stop .txtStop				{  }
#home .issue .visual .nsIssueList					{ position: absolute; top: 50%; left: 0; width: 100%; text-align: center; }
#home .issue .visual .nsIssueList a					{ color: #fff; }

/* news */
#home .news					{ position: relative; float: left; width: 315px; min-height: 77px; height: auto !important; height: 77px; padding-right: 50px; padding-bottom: 30px; }
#home .news h3				{ zoom: 1; display: inline-block; *display: inline; height: 20px; color: #fff; font-size: 13px; font-family: Arial; font-weight: bold; }
#home .news h3 span			{ padding-left: 10px; color: #3a3a3a; font-weight: normal; }
#home .news ul				{ zoom: 1; position: relative; }
#home .news ul li			{ position: relative; padding: 2px 65px 2px 0; line-height: 1.2; }
#home .news ul li .tit		{  }
#home .news ul li .tit a	{ display: inline-block; max-width: 100%; _width: 100%; overflow: hidden; color: #a49d97; white-space: nowrap; text-overflow: ellipsis; vertical-align: top; }
#home .news ul li .time		{ position: absolute; top: 4px; right: 0; color: #9d9d9d; font-size: 11px; font-family: dotum; }
#home .news .more			{ position: absolute; top: -5px; left: 60px; line-height: 1; }
#home .news .more a			{ display: inline-block; padding: 7px 5px; color: #ffd84d; font-size: 10px; font-family: Arial; }

/* blog */
#home .blog							{ zoom: 1; position: relative; float: left; overflow: hidden; width: 405px; padding-bottom: 30px; }
#home .blog:after					{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .blog h3						{ height: 22px; color: #fff; font-size: 13px; font-family: Arial; font-weight: bold; }
#home .blog .quick					{ zoom: 1; position: relative; float: left; }
#home .blog .quick:after			{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .blog .quick .tit				{ float: left; padding: 0 0 2px 0; font-family: Arial; }
#home .blog .quick .tit a			{ display: block; width: 200px; height: 41px; padding: 10px 0 0 20px; background-color: #333533; color: #fff; font-size: 12px; line-height: 1; }
#home .blog .quick .tit span		{ display: inline-block; }
#home .blog .quick ul				{ float: left; width: 180px; }
#home .blog .quick ul li			{ float: left; width: 50%; vertical-align: top; text-align: center; width: 180px;}
#home .blog .quick ul li span		{ display: block; padding-left: 2px; }
#home .blog .quick ul li a			{ display: block; height: 31px; padding-top: 18px; border: 1px solid #464646; color: #fff; font-size: 12px; font-family: "Nanum Gothic"; }
#home .blog .quick ul li a img		{ vertical-align: top; }

/* request */
#home .request					{ clear: both; float: right; position: relative; width: 210px; padding-bottom: 15px; text-align: right; }
#home .request h3				{ height: 20px; color: #fff; font-size: 13px; font-family: Arial; font-weight: bold; }
#home .request .summary			{ height: 18px; color: #cbcbcb; font-size: 12px; font-weight: bold; }
#home .request .info			{ zoom: 1; position: relative; float: right; }
#home .request .info:after		{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .request .info .tel		{ float: left; display: inline-block; padding-right: 5px; color: #ffd84d; font-size: 36px; font-weight: bold; letter-spacing: -1px; line-height: 1.2; }
#home .request .info .tel a		{ color: #ffd84d; }
#home .request .info .email		{ float: left; display: inline-block; padding-top: 4px; padding-left: 2px; vertical-align: top; }

/* newsletter */
#home .newsletter				{ clear: both; float: right; position: relative; width: 210px; padding-bottom: 15px; text-align: right; }
#home .newsletter h3			{ height: 20px; color: #fff; font-size: 13px; font-family: Arial; font-weight: bold; }
#home .newsletter .summary		{ height: 18px; color: #cbcbcb; font-size: 12px; font-weight: bold; }
#home .newsletter .info			{ zoom: 1; position: relative; float: right; }
#home .newsletter .info:after	{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#home .newsletter .info .txt	{ float: left; display: inline-block; padding-top: 3px; padding-right: 5px; color: #ffd84d; font-size: 12px; font-weight: bold; line-height: 1.2; }
#home .newsletter .info .txt a	{ color: #ffd84d; }
#home .newsletter .info .email	{ float: left; display: inline-block; padding-top: 3px; padding-left: 2px; vertical-align: top; }


/* works
-----------------------------------------------*/
#conbody #works .contentInner	{ min-height: 0; margin: 0 -10px; padding-left: 10px; padding-right: 10px; }
#works .contentHead				{ color: #fff; }
#works .mobileLink				{ z-index: 100; position: absolute; top: 132px; right: 20px; color: #fff; }


/* workList */
#works .workList							{ zoom: 1; position: relative; margin: 0 -5px; padding: 0 0 30px 0; letter-spacing: -4px; }
#works .workList:after						{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#works .workList li							{ position: relative; display: inline; clear: both; }
#works .workList .title						{ z-index: 2; zoom: 1; position: relative; display: inline-block; *display: inline; clear: both; width: 320px; height:300px; padding: 0 5px; vertical-align: top; letter-spacing: 0; }
#works .workList .title .subject			{ position: absolute; bottom: 5%; left: 0; width: 100%; height: 30px; color: #fff; font-size: 14px; text-align: center; }
#works .workList .title .subject span		{ display: inline-block; padding: 0 20px; _color: #000; _background: #fff; }
#works .workList .title .subject span		{ display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; }
#works .workList .title .thumb				{ display: inline-block; width: 100%; color: #fff; }
#works .workList .title .thumb img			{ width: 100%; vertical-align: top; }
#works .workList .title .thumb .loaderImg	{ position: absolute; top: 50%; left: 50%; width: auto; margin: -32px 0 0 -16px; }
#works .workList .title a					{ display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/common/blank.gif") repeat 0 0; }
#works .workList .title a span				{ position: absolute; width: 0; height: 0; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; }
#works .workList .title .line				{ position: absolute; bottom: -6px; _bottom: -7px; left: 0; display: inline-block; display: none; width: 100%; height: 12px; background: url("../images/works/bg_title_on.gif") no-repeat 50% 100%; }
#works .workList .detail					{ z-index: 1; zoom: 1; position: relative; display: none; clear: both; float: left; width: 100%; letter-spacing: 0; background: #fff; text-align: left; }
#works .workList .detail .detailLeft		{ position: absolute; top: 0; right: 100%; width: 1000%; height: 100%; margin-left: -10px; background: #fff; }
#works .workList .detail .detailLeft div	{ width: 100%; height: 100%; _height: expression(this.parentNode.parentNode.offsetHeight); }
#works .workList .detail .detailRight		{ position: absolute; top: 0; left: 100%; width: 1000%; height: 100%; background: #fff; }
#works .workList .detail .detailRight div	{ width: 100%; height: 100%; _height: expression(this.parentNode.parentNode.offsetHeight); }
#works .workList .detail .detailCont		{ display: none; zoom: 1; position: relative; clear: both; overflow: hidden; height: 0; }
#works .workList .detail .cont				{ zoom: 1; position: relative; clear: both; padding: 110px 140px; word-break: break-all; word-wrap: break-word; }
#works .workList .detail .cont .close		{ display: inline-block; position: absolute; top: 45px; right: 10px; width: 41px; height: 41px; background: url("../images/works/btn_detail_close.png") no-repeat 0 0; _background-image: url("../images/works/btn_detail_close.gif"); font-size: 0; line-height: 0; text-indent: -99999px; }
#works .workList .detail .cont .close:last-child { background: none; }
#works .workList .detail .blogContents		{ zoom: 1; position: relative; clear: both; }
#works .workList li.more					{ zoom: 1; position: relative; display: inline-block; *display: inline !important; clear: both; width: 320px; height:300px; vertical-align: top; letter-spacing: 0; background: url("../images/works/more.png") no-repeat 50% 50%; _background-image: url("../images/works/more.gif"); }
#works .workList li.more a					{ display: inline-block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/common/blank.gif") repeat 0 0; }
#works .workList li.more a span				{ position: absolute; width: 0; height: 0; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; }

/* workList : detail background */
#works .workList .detail					{ background: #fff url("../images/works/bg_detail_bottom.png") repeat-x 0 100%; _background-image: url("../images/works/bg_detail_bottom.gif"); }
#works .workList .detail .detailLeft		{ background: #fff url("../images/works/bg_detail_bottom.png") repeat-x 0 100%; _background-image: url("../images/works/bg_detail_bottom.gif"); }
#works .workList .detail .detailLeft div	{ background: url("../images/works/bg_detail_top.png") repeat-x 0 0; _background-image: url("../images/works/bg_detail_top.gif"); }
#works .workList .detail .detailRight		{ background: #fff url("../images/works/bg_detail_bottom.png") repeat-x 0 100%; _background-image: url("../images/works/bg_detail_bottom.gif"); }
#works .workList .detail .detailRight div	{ background: url("../images/works/bg_detail_top.png") repeat-x 0 0; _background-image: url("../images/works/bg_detail_top.gif"); }
#works .workList .detail .detailCont		{ background: url("../images/works/bg_detail_top.png") repeat-x 0 0; _background-image: url("../images/works/bg_detail_top.gif"); }

/* workList : display */
#works .workList li.on .detail				{ zoom: 1; display: inline-block; *display: inline; }
#works .workList li.on .title .line			{ display: block; }
#works .workList li.on .detail .detailCont	{ display: block; height: auto; }

/* philosophy */
#works .philosophy					{ zoom: 1; position: relative; min-height: 252px; height: auto !important; height: 252px;}
#works .philosophy:after				{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#works .philosophy .typo				{ float: left; width: 586px; height: 300px; margin: 0 auto; padding-top: 60px; text-align: center; }
#works .philosophy .typo .object		{  }
#works .philosophy ul					{ float: right; width: 345px; }
#works .philosophy ul li				{ padding-bottom: 20px; line-height: 1.4; }
#works .philosophy ul li h4			{ color: #fff; font-size: 34px; font-weight: bold; }
#works .philosophy ul li h4 strong	{ color: #ffd84d; }
#works .philosophy ul li p			{ color: #acaa9f; }


/* company
-----------------------------------------------*/
#company				{ color: #fff; text-align: center; }
#company .contentHead	{ color: #fff; }
#company .contentHead p	{ top: 65%; }




/* philosophy */
#company .philosophy					{ zoom: 1; position: relative; min-height: 252px; height: auto !important; height: 252px;}
#company .philosophy:after				{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#company .philosophy .typo				{ float: left; width: 586px; height: 300px; margin: 0 auto; padding-top: 60px; text-align: center; }
#company .philosophy .typo .object		{  }
#company .philosophy ul					{ float: right; width: 345px; }
#company .philosophy ul li				{ padding-bottom: 20px; line-height: 1.4; }
#company .philosophy ul li h4			{ color: #fff; font-size: 34px; font-weight: bold; }
#company .philosophy ul li h4 strong	{ color: #cfaf6c; }
#company .philosophy ul li p			{ color: #acaa9f; }

/* client */
#company .client			{ zoom: 1; position: relative; }
#company .client:after		{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#company .client ul			{ padding: 0 15px; letter-spacing: -4px !important; }
#company .client ul li		{ zoom: 1; display: inline-block !important; *display: inline !important; width: 190px; text-align: center; letter-spacing: 0; }


/* recruit
-----------------------------------------------*/
#recruit .contentHead	{ color: #2f2f2f; }
#recruit .contentHead p	{ color: #2f2f2f; }

/* headline */
#recruit .headline			{ padding: 10px 0 80px 0; color: #5b5b5b; font-size: 75px; font-weight: normal; letter-spacing: -8px; line-height: 1; }
#recruit .headline strong	{ color: #484848; font-style: normal; font-weight: normal; }
#recruit .headline em		{ color: #841a62; font-style: normal; font-weight: normal; }
#recruit .headline span		{ font-style: normal; font-weight: normal; }

/* recruitInfo */
#recruit .recruitInfo					{ zoom: 1; position: relative; padding-bottom: 20px; border-bottom: 1px solid #d5d8d9; }
#recruit .recruitInfo:after				{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#recruit .recruitInfo .tit				{ border-bottom: 1px solid #d5d8d9; padding-bottom: 13px; color: #202020; font-size: 26px; letter-spacing: -2px; }
#recruit .recruitInfo dl				{ zoom: 1; position: relative; float: left; padding-top: 13px; font-size: 14px; font-weight: bold; letter-spacing: -1px; }
#recruit .recruitInfo dl:after			{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#recruit .recruitInfo dl dt				{ float: left; clear:both; padding: 5px 0; color: #484848; }
#recruit .recruitInfo dl dt span		{ color: #841a62; }
#recruit .recruitInfo dl dd				{ padding: 5px 0 5px 90px; color: #5b5b5b; letter-spacing: 0; }
#recruit .recruitInfo .download			{ position: relative; float: left; width: 305px; padding: 18px 0 0 40px; letter-spacing: -4px; }
#recruit .recruitInfo .download .btn	{ zoom: 1; display: inline-block; *display: inline; padding: 0 7px; letter-spacing: 0; }
#recruit .recruitInfo .download .btn a	{ display: inline-block; width: 135px; height: 29px; padding-top: 13px; background-color: #841a62; color: #fff; text-align: center; }

/* recruitField */
#recruit .recruitField						{ zoom: 1; position: relative; overflow: hidden; padding-top: 15px; }
#recruit .recruitField ul					{ zoom: 1; position: relative; margin: 0 -20px; letter-spacing: -4px; }
#recruit .recruitField ul:after				{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#recruit .recruitField ul li				{ zoom: 1; display: inline-block; *display: inline; width: 255px; vertical-align: top; letter-spacing: 0; }
#recruit .recruitField ul li .box			{ padding: 20px; }
#recruit .recruitField ul li .tit			{ padding-top: 5px; background: url("../images/recruit/field_line.gif") no-repeat 0 0; color: #1a1a1a; font-size: 13px; }
#recruit .recruitField ul li .tit strong	{ display: block; margin-left: -2px; font-size: 30px; font-weight: bold; letter-spacing: -1px; }
#recruit .recruitField ul li .desc			{ padding-top: 12px; color: #484848; font-size: 13px; line-height: 1.5; text-align: justify; }


/* contact
-----------------------------------------------*/
#contact .contentHead	{ z-index: 3; color: #fff; }
#contact .contentHead p	{ top: 42%; color: #fff; }

/* contactMap */
#contact .contactMap			{ zoom: 1; position: relative; margin-top: -11%; padding-bottom: 70px; }
#contact .contactMap .map		{ display: inline-block; }
#contact .contactMap .map img	{ width: 100%; max-width: 640px; _width: 640px; height: auto; }

/* contactInfo */
#contact .contactInfo					{ position: absolute; top: 0; right: 0; width: 300px; padding: 120px 0 40px 0; }
#contact .contactInfo ul				{ padding-bottom: 20px; }
#contact .contactInfo ul li				{ padding-bottom: 20px; }
#contact .contactInfo ul li .tit		{ padding-bottom: 8px; }
#contact .contactInfo ul li .tit strong { padding-right: 3px; color: #fff; font-size: 24px; }
#contact .contactInfo ul li .tit span	{ color: #BDBDBD; font-size: 12px; }
#contact .contactInfo ul li dl			{ color: #BDBDBD; font-size: 13px; }
#contact .contactInfo ul li dl dt		{ position: absolute; width: 0; height: 0; overflow: hidden; visibility: hidden; font-size: 0; line-height: 0; }
#contact .contactInfo ul li dl dd		{ padding-bottom: 3px; color: #BDBDBD; }
#contact .contactInfo ul li dl dd a		{ color: #BDBDBD; }
#contact .contactInfo .gomap			{ color: #fff; }

/* contactDetail */
#contact .contactDetail			{ clear: both; position: absolute; bottom: 0; left: 0; }
#contact .contactDetail .tit	{ padding-bottom: 15px; color: #e2e2e2; font-size: 26px; letter-spacing: -3px; }
#contact .contactDetail .desc	{ max-width: 620px; _width: 620px; padding-bottom: 20px; padding-left: 42px; background: url("../images/contact/subway.gif") no-repeat 0 0; color: #bab9b9; line-height: 1.5; }


/* footer
-----------------------------------------------*/
#footer .topBtn				{ position: absolute; top: 39px; right: 10px; }
#footer .wa					{ position: absolute; top: 37px; right: 150px; }
#footer .qr					{ position: absolute; top: 39px; right: 65px; }
#footer .copyright			{ padding: 25px 0; color: #959595; }
#footer .copyright strong	{ color: #fff; }
#footer address				{ color: #959595; font-style: normal; }
#footer dl.info				{ zoom: 1; position: relative; padding: 5px 0 25px; color: #959595; }
#footer dl.info:after		{ content: ""; display: block; clear: both; height: 0; visibility: hidden; }
#footer dl.info dt			{ float: left; clear: both; width: 30px;  }
#footer dl.info dd			{ color: #959595; }
#footer dl.info dd a		{ color: #959595; }



.plusmenu			{ display: inline; position: relative; float: left; width: 124px; height: 110px; font-size: 14px; font-family: arial, helvetica; text-align: center; }
.plusmenu a		{ display: block; position: relative; height: 100%; margin-right: 1px; background: url("../images/menu/bg.png") repeat 0 0; _background: #000; color: #fff; font-weight: bold; vertical-align: top; }
.plusmenu a span	{ display: block; position: relative; padding-top: 47px; font-family: "Nanum Gothic";}
.plusmenu .on a		{ color: #ffd84d }
.plusmenu a:hover		{ color: #ffd84d }
.mainhead	{
	font-family: "Nanum Gothic";
	font-size: 37px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 10px;
}



	#home					{ background: #000 url("../images/home/bg.jpg") no-repeat 50% 0; }
	#home .content			{ background: #000 url("../images/home/bg.jpg") no-repeat 50% 0; }
	
	#works					{ background: #212428 url("../images/works/bg.jpg") repeat-y 50% 0;  }
	#works .partInner	{ background: url("../images/works/bg_top_repeat.jpg") repeat-x 50% 0; }
	#works .contentWrap		{ background: url("../images/works/bg_top.jpg") no-repeat 50% 0; }
	#works .content			{ background: #212428 url("../images/works/bg.jpg") repeat-y 50% 0; }
	#works .contentInner	{ background: url("../images/works/bg_top.jpg") no-repeat 50% 0; }
	
	#company				{ background: #e9e9e9 url("../images/company/bg.jpg") no-repeat 50% 0; }
	#company .content		{ background: #e9e9e9 url("../images/company/bg.jpg") no-repeat 50% 0; }
	
	#recruit				{ background: #f5d152 url("../images/recruit/bg.jpg") no-repeat 50% 0; }
	#recruit .content		{ background: #f5d152 url("../images/recruit/bg.jpg") no-repeat 50% 0; }
	
	#contact				{ background: #1e2327 url("../images/contact/bg.jpg") no-repeat 50% 0; }
	#contact .content		{ background: #1e2327 url("../images/contact/bg.jpg") no-repeat 50% 0; }
	

