@charset "euc-kr";

/* Common Style */
html { height:100%; }
body { background:url('../images/bg_patten.jpg') top center repeat-x; margin:0px; padding-bottom:10px; min-width:1000px; height:100%; font:12px/18px dotum, verdana, sans-serif; color:#878787; overflow:auto; overflow-x:hidden; scrollbar-highlight-color: #dbdbdb; scrollbar-shadow-color: #dbdbdb; scrollbar-arrow-color: #dbdbdb; scrollbar-face-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; }
p, div, form, input, select, textarea, ul, ol, li, dl, dt, dd, table, caption, tr, th, td { margin:0; padding:0; font:12px/18px dotum, verdana, sans-serif; color:#878787; }
table { border-collapse:collapse; border-spacing:0px; }
img, fieldset { border:none; margin:0px; display:inline; }
ul, ol, li { list-style:none; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; }
legend, hr { display:none; }
a:link, a:visited, a:active { font-size:12px; color:#878787; text-decoration:none; select-dummy:expression(this.hideFocus=true); }
a:hover { font-size:12px; color:#1db1cb; text-decoration:underline; select-dummy:expression(this.hideFocus=true); }

/* Sub UI Division */
#topArea { width:100%; background:url('../images/sub_bg.gif') top left repeat-x; }
	#top { background:url('../images/sub_top_bg.gif') right bottom no-repeat;clear:both; width:1000px; height:200px; position:relative; top:0px; left:50%; margin: 0 0 0 -500px; }
/*		#topLeft { float:left; }*/
		#topMenu { float:left; width:1000px; height:200px; }
/*		#topRight { float:left; }*/
/*
	#top { clear:both; width:1280px; height:200px; position:relative; top:0px; left:50%; margin: 0 0 0 -640px; }
		#topLeft { float:left; }
		#topMenu { float:left; width:1000px; height:200px; }
		#topRight { float:left; }
*/

	#middleArea { width:1000px; position:relative; top:0px; left:50%; margin:0 0 0 -500px; clear:both; }
		#leftMenu { width:270px; height:480px; margin: -67px 0 0 0; float:left; }
			#leftFla { position:absolute; width:250px; height:480px; margin-left:20px; }
		#contents { width:680px; float:left; margin:40px 0 0 30px; }
			h { margin:0px; padding:0px; }
#hSpacer { height:80px; clear:both; }
#bottomArea { width:100%; border:2px solid #30469c; border-right:none; clear:both; }
	#footer { width:1000px; height:81px; position:relative; top:0px; left:50%; margin:0 0 0 -500px; }

	/* Division for Layer-Popup */
	#smogLayer { position:absolute; left:0; top:0; background-color:#FFFFFF; filter:alpha(opacity=60); opacity:0.40; z-index:10; display:none; border:0px solid red; }
	#commonLayerPopup { width:0px; height:0px; display:none; }
	#debugLayer { width:0px; height:0px; display:none; background-color:#FFFFFF; border:1px solid black; }

	#expLayer { z-index:100; display:none; } /*¿¬»ó·ÂÃ¼Çè°ü*/

	/* Non-Background for iframe*/
	#ifm_Body { margin:0; padding:0; background:none; text-align:left; }

/* Main Page Layer */
#mainFlash { margin:0px; padding:0px; text-align:center; width:100%; height:750px; } 

/* Layer On/Off */
.on { display:block; }
.off { display:none; }

/* Font Weight */
.normal { font-weight:normal; }
.bold { font-weight:bold; } 

/* Font Style */
.orange { color:#eb5e00; }
.dark_b { color:#394fa9; }
.italic { font-style:italic; }

/* Text Align */
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }
.va_t { vertical-align:top; }
.va_m { vertical-align:middle; }
.va_b { vertical-align:text-bottom; }

/* Text Color */
.sky { color:#1db1cb; }
.gray { color:#9c9c9c; }
.lblack { color:#666666; }

/* Float Style */
.float_l { float:left; }
.float_r { float:right; }
.clear { clear:both; }

/* Font Size */
.f11 { font-size:11px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f15 { font-size:15px; }
.c_txt { font-size:12px; color:#646464; }


/* Margin Style */
.mtop5 { margin-top:5px; }
.mtop10 { margin-top:10px; }
.mtop15 { margin-top:15px; }
.mtop20 { margin-top:20px; }
.mtop25 { margin-top:25px; }
.mtop30 { margin-top:30px; }
.mtop35 { margin-top:35px; }
.mtop40 { margin-top:40px; }
.mtop50 { margin-top:50px; }
.mtop65 { margin-top:65px; }
.mtop80 { margin-top:80px; }
.mleft5 { margin-left:5px; }
.mleft15 { margin-left:15px; }
.mleft20 { margin-left:20px; }
.mleft25 { margin-left:25px; }
.mleft30 { margin-left:30px; }
.mleft35 { margin-left:35px; }
.mleft45 { margin-left:45px; }
.mleft50 { margin-left:50px; }
.mleft60 { margin-left:60px; }
.mright5 { margin-right:5px; }

/* Padding Style */
.ptop10 { padding-top:10px; }
.tpad25 { padding-top:25px; }
.tpad30 { padding-top:30px; }
.tpad35 { padding-top:35px; }
.tpad40 { padding-top:40px; }
.lpad20 { padding-left:20px; }
.lpad25 { padding-left:25px; }
.lpad30 { padding-left:30px; }
.pleft30 { margin-left:30px; }

/* Cursor Style */
.hand { cursor:pointer; }

/* Letter Spacing */
.ls-1 { letter-spacing:-1px; }

	/* Image Border Style */
	img.border { border:1px solid #c7c7c7; }
	img.border_g { border:1px solid #41a8b9; }
	img.brd_green { border:2px solid #41a8b9; margin-top:12px; }
	img.brd_gray { border:2px solid #aaaaaa; margin-top:12px; }

/* Style for Select, ComboBox, DropDown Menu */
/*select{ behavior: url('../inc/selectBox.htc'); }
.iePngFix {behavior:url('../inc/iepngfix.htc'); }*/



/* Recognizing Division Area by bordering */
.t { border:1px solid red; }




/* Language Learning for Tab */
.learning_size { width:680px; height:30px; border-bottom:1px solid #d9d9d9; }
.learning_c_size { background:#f0f1f9; padding:0 0 40px 0; border-bottom:1px solid #d9d9d9; }
.learning_c { height:350px; overflow:auto; overflow-x:hidden; width:640px; }

/* Style for Board */
#contents #eventBoard { padding-bottom:10px; clear:both; }
#contents #eventBoard table.fixed { table-layout:fixed; }
#contents #eventBoard td { padding:5px 0 3px 0; background:url('../images/careers/dash.gif') bottom left repeat-x; color:#878787; font-size:11px; }
#contents #eventBoard input.gray { height:18px; border-top:1px solid #9d9d9d; border-left:1px solid #9d9d9d; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; background-color:#f5f5f5; }
#contents #eventBoard select.gray { background-color:#f4f4f4; }
#contents #eventBoard textarea.gray { height:15px; border-top:1px solid #9d9d9d; border-left:1px solid #9d9d9d; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; background-color:#f5f5f5; }
#contents #eventBoard .eventView { background:none; height:295px; vertical-align:top; }
#contents #eventBoard .eventViewLine { background:url('../images/careers/line.gif'); height:2px; margin:0px; padding:0px; }
#contents #eventBoard .blueline { height:1px; background-color:#4257b0; margin:0px; padding:0px; }
#contents #eventBoard .noline { background:none; }
#contents #eventBoard .notice { background-color:#f5f5f5; }
#contents #eventBoard .bgSky { background-color:#f0fafb; }
#contents #eventBoard .box { border-top:1px solid #9d9d9d; border-left:1px solid #9d9d9d; border-right:1px solid #dbdbdb; border-bottom:1px solid #dbdbdb; background-color:#f5f5f5; }
#contents #eventBoard a:link, a:visited, a:active { font-size:11px; color:#878787; text-decoration:none; }
#contents #eventBoard a:hover { font-size:11px; color:#1db1cb; text-decoration:underline; }

#contents #eventView { width:680px; text-align:center; }
#contents #eventViewBtn { width:680px; text-align:center; }

/* Style for Search Division */
#search { width:158px;height:22px;background:url('../images/careers/temp4.jpg') no-repeat; padding: 0 0 0 8px; }
#search input { width:95px;border:none;background-color:#e6e6e6; }

/* Style for Paging of Board */
#paging { width:680px; text-align:center; padding-top:10px; }
#paging a:link, a:visited, a:active { font-size:12px; color:#777777; text-decoration:none; }
#paging a:hover { font-size:12px; color:#1db1cb; text-decoration:underline; }
#paging a.current {  font-size:12px; color:#1db1cb; text-decoration:underline; font-weight:bold; }

/* Style for Paging of Board - Dark Blue */
#paging2 { width:680px; text-align:center; padding-top:10px; }
#paging2 a:link, a:visited, a:active { font-size:12px; color:#777777; text-decoration:none; }
#paging2 a:hover { font-size:12px; color:#3c53ae; text-decoration:underline; }
#paging2 a.current {  font-size:12px; color:#3c53ae; text-decoration:underline; font-weight:bold; }

/* Style for Recruit of Table - W */
#tb_tab .td3 { width:177px;height:620px; background:url('../images/careers/sub03_ifm_bg3.gif') no-repeat; }
#tb_tab .td4 { width:503px;height:620px; background:url('../images/careers/sub03_ifm_bg4.gif') no-repeat; }
#tb_tab .tb_tab_con2 { width:460px; height:570px; overflow:auto; overflow-x:hidden; margin:20px; }

/* Style for Recruit of Table - H */
#recruit { width:680px; }
#recruit .real_con { margin:0 0 0 35px; width:620px; }
#recruit .real_con table { margin:0 0 0 35px; }

/* Style for Tab of Layer */
#menu1 {  }
#menu2, #menu3, #menu4, #menu5, #menu6 { display:none; }

#con1 {  }
#con2, #con3, #con4, #con5, #con6 { display:none; }

#tab11 {  }
#tab12, #tab13, #tab14, #tab15, #tab16 { display:none; }

/* Style for Table of Sitemap */ /* 2008.08.07 Ãß°¡ */
.sitemap td { background:url('../images/customer/sitemap_line.gif') bottom no-repeat; height:23px; }
.sitemap .bornone { background:none; }
