
/* top 버튼  */
#floater {position:absolute; visibility:visible}




/* 본문 전체 */
html, body { width:100%; height:735px; }
body, div, td, th {
	margin:0; padding:0;
	font: 12px/1.5em, verdana, sans-serif;
	color:#707070;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #dfdfdf;
	scrollbar-darkshadow-color: #f7f7f7 ;
	scrollbar-shadow-color: #dfdfdf;
	scrollbar-arrow-color: #757575;
	scrollbar-track-color: #fff;
	scrollbar-base-color:#f7f7f7;
}

#id, #pw { font-size:9pt; border:1 solid #bfbfbf; color:616161; background-color:ffffff; font-family:돋움; }
#submit { font-size:9pt; border:1 solid #bfbfbf; color:616161; background-color:f2f2f2; font-family:돋움; }
dt { float:left; width:100px; }
img {border:none}

td, p, li { text-align: justify; }
h1{text-align:left;margin-left:23px;margin-top:0;margin-bottom:10px;}

.h1_title {
	width:612px;
	margin-top:14px;
	margin-bottom:14px;
	text-align:left;
}

a:link			{color:#555555; text-decoration:none;}
a:visited		{color:#555555; text-decoration:none;}
a:hover			{color:#977d46; text-decoration:none;}
a:active			{color:#977d46; text-decoration:none;}


/* 텍스트 세로 정렬 */
.ver_at{ vertical-align:top; }
.ver_am{ vertical-align:middle; }
.ver_ab{ vertical-align:bottom; }


/* 텍스트 가로 정렬 */
.txt_al{ text-align:left; }
.txt_ac{ text-align:center; }
.txt_ar{ text-align:right; }



/* =top
----------------------------------------------------------------------- 전체 top 배경이미지 */
.top_bg{
	width:100%;
	background-image: url(../img/top_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.top_bg2 {
	width:100%;
	background-image: url(../img/top_bg2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.top_navi{ height:131px; }

.top_navi td.cate{
	font-family:verdana;
	font-size:9px;
	vertical-align:bottom;
	text-align:right;
	padding-bottom:5px;
	border:0px solid #000000;
}

.top_navi td span.cate_on{
	font-family:verdana;\
	font-size:9px;
	font-weight:bold;
	color:#0d5978;
}


/* left */
.left_menu{ width:240px; vertical-align:top; text-align:right; }
.left_menu_img{ margin-right:30px; }


/* right */
.right_img{
	width:40px;
    vertical-align:top;
	padding-top:50px;
	padding-left:10px;
}


/* content
------------------------------------------------------------------------------------------------------------*/

/* 컨텐츠td */
.content_bg {
	width:720px;
	height:480px;
	vertical-align:top;
	border-top:1px solid #dbdbdb;
	text-align:left;
}

.content_bg2 {
	width:720px;
	vertical-align:top;
	border-top:1px solid #dbdbdb;
	text-align:left;
}


.bottom_img{
	background-image: url(../img/img_bottom01.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.content_table01,
.content_table02,
.content_table03,
.content_table04,
.content_table05,
.content_table06 {
	width:684px;
	margin-top:35px;
	background-position:right top;
	background-repeat:no-repeat;
}

.content_table01 { background-image: url(../img/img_content01.jpg); }
.content_table02 { background-image: url(../img/img_content02.jpg); background-position:right 25px; }
.content_table03 { background-image: url(../img/img_content03.jpg); }
.content_table04 { background-image: url(../img/img_content04.jpg); }
.content_table05 { background-image: url(../img/img_content05.jpg); }
.content_table06 { background-image: url(../img/img_content06.jpg); }

.content_txt_head	{ padding-left:0px; }
.content_txt_stit		{ padding-top:30px; }

.content_txt_sstit{
	padding-left:10px;
	padding-top:30px;
}

.content_arrow_txt{
	padding-top:10px;
	padding-left:16px;
}

.content_txt_body {
	padding-top:10px;
	padding-left:32px;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#707070;

}

.content_txt_body01 { padding-top:20px; }
.content_txt_body09 { padding-top:20px; padding-left:0px; }

/* tab */
.tab_bg{
	padding-top:20px;
	padding-left:24px;
	background-image: url(../img/tab_bg.gif);
	background-position:20px bottom;
	background-repeat:no-repeat;
}

.year01{
	width:218px;
	height:30px;
	vertical-align:top;
}

.content01{
	height:30px;
	vertical-align:top;
}


/* footer */
.footer{ width:720px; margin-bottom:68px; }


/* 버튼 들어가는 테이블 */
.button_table{ margin:46px 0 120px 24px; }



/* 문단 줄 길이 조정 */
.line_h15 { line-height:15px; }


/* 테이블 기본 사이즈 1000 */
.t1000 { width:980px; }

/* index 오른쪽 테이블 크기 */
.t760 { width:740px; }


/* padding _ 패딩 pad, margin _ 마진 mar */
.pad_4 { padding:4px; }
.pad_5 { padding:5px; }

.pad_r30 { padding-right:30px; }

.pad_t10 { padding-top:10px; }
.pad_t20 { padding-top:20px; }

.pad_b5 { padding-bottom:5px; }
.pad_b10 { padding-bottom:10px; }

.pad_l5 { padding-left:5px; }
.pad_l20 { padding-left:20px; }

.mar_l30 { margin-left:30px; }
.mar_l20 { margin-left:20px; }

.mar_b30 { margin-bottom:30px; }
.mar_r30 { margin-right:30px; }

.mar_t10 { margin-top:10px; }
.mar_t20 { padding-top:20px; }
.mar_t40 { margin-top:40px; }


/* index 왼쪽 메뉴 하단 td 회색선 1px */
.idx_gray_bline {
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.idx_grat_bline2 {
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:1px;
}

/* index 게시판 글씨와 여백사이즈 */
.txtz {
	color:#707070;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

/* index 사진출력 부분 글씨 */
.txtz2 {
	word-spacing:-0.1em; line-height:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	font-size:9px;
	text-align: left;
}


/* more about faq */
#faq { width: 684px; margin-bottom:20px; border-bottom: 1px solid #eaeaea;  }
#faq h3 { margin: 5px 0; padding: 10px 0 0 45px; border-top: 1px solid #eaeaea; color: #AFA462; background:url(../img/bu_q.gif) 21px 10px no-repeat; font-size: 13px; font-weight: normal; }
#faq p {
	color:#707070;
	list-style:none; margin:2px 0 15px 4px; padding: 10px 0 0 43px;
	background:url(../img/fa.gif) 21px 10px no-repeat;
	line-height:1.5em;
	font-size:11px;
}

/* =menagement */

.em { color:#5a6c11; }
.txtz4 {
	font-size:11px; list-style:none; margin: 10px 10px 10px 20px; padding:0;
	line-height:1.4em;
	color:#707070;
}

.txtz4 img { margin: 0 0 10px -5px; display: block; }
.order { float: left; clear: left; width: 7px; margin-left: -1px; height: 50px;}

ul.txtz5  {
	margin:0 0 0 10px;
	padding:0px;
	list-style:none;
}

ul.txtz5 li {
	margin: 8px 0px;
	text-align: justify;
	font-size:11px;
	list-style:none;
	background:url(../img/t_dot.gif) left 8px no-repeat;
	line-height:15px;
	padding-left:10px;
	padding-right: 10px;
	color:#707070
}

.txtz6 {
	font-size:11px;
	line-height:1.5em;
	padding: 0 0px 0 22px;
	color:#707070;
}

.content_txt_gline {
	padding-bottom:10px;
	padding-top:10px;
	border-bottom-color:#eaeaea;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/* close up board -  */
.board_st {
	width:600px;
	margin-top:41px;
	border-top-color:#eaeaea;
	border-top-style:solid;
	border-top-width:1px;
}

/* 게시판 기본 td 스타일 - 하단 회색 1px 선 */

.board_st td {
	border-bottom-color:#eaeaea;
	border-bottom-style:solid;
	border-bottom-width:1px;
	height:27px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* 게시판 옅은 푸른회색 폰트색 */
.board_no {
	color:#83a8b7;
}

/* 게시판 하단 버튼 */

.board_pagnum {
	background-color:#f4f4f4;
	border-top-color:#eaeaea;
	border-top-style:solid;
	border-top-width:1px;
	width:600px;
	height:28px;
	margin-top:28px;
	margin-bottom:10px;
}


/* 앨범용 하단 버튼 */
.board_pagnum2 {
	width:660px;
	margin-top:58px;
	margin-bottom:140px;
}

/* 앨범용 하단 페이지 컬러1 */
.board_pf {
	padding-left:15px;
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}
/* 앨범용 하단 페어지 컬러2 */
.board_bf {
	padding-right:15px;
	font-size:11px;
}

/* 게시판 txt 리스트 스타일 */

.board_listx {
	color:black;
	background-color: white;
	font-size:11px;
}

/* 앨범 txt 리스트 스타일 */
.board_listx2 {
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#cccccc;
	font-size:12px;
	color:#9a9a9a;
}


/* 게시판 txt 입력폼 스타일 */

.board_sect {
	background-color:#e0e0e0;
	font-size:11px;
	width:125px;
	height:18px;
	border: 1px solid #d7d7d7;
	padding:3px;
	margin:0px;
}

/* 앨범 txt 입력폼 스타일 */
.board_sect2 {
	background-color:#FFFFFF;
	font-size:11px;
	width:125px;
	height:21px;
	border-color:#cccccc;
	border-width:1px;
	padding:3px;
	margin:0px;
	color:#9a9a9a;
	border-style:solid;
}

.board_title2 {
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#e98900;
	font-size:11px;
	padding-left:6px;
}

/* 앨범 썸네일 이미지 배경 - 그림 사이즈 107 78  */
.img_s {
	background-color:#f1f1f1;
	padding:5px;
}

/* 앨범 썸네일  제목 폰트 컬러 */
.ti_l {
	color:#c89127; font-weight:bold;
}


/* 왼쪽메뉴  top 상단 회색 라인 */
.menu_l {
	margin-left:20px;
	margin-right:30px;
	width:190px;
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:1px;
}

.pad_l10 {
	padding-left:10px;
}

.pad_l30 {
	padding-left:30px;
}

.pad_l40 {
	padding-left:40px;
}

.mar_l7 {
	margin-left:7px;
}


/* index 이미지에 new표시 */
.new_icon { margin: 0 2px 0 0; }

/* overseas */
#overseas { position: relative; width: 210px; height: 34px; padding: 15px 0 10px 55px; background: url(../img/idx_bg_overseas.gif) no-repeat 9px 8px; }
#overseas img { padding-top: 7px; vertical-align: top; cursor: pointer; }
#overseas img.projectName { margin:0; padding-top: 14px; padding-left: 5px; background: url(../img/idx_overseas.gif) 6px 0 no-repeat; }

#overseas div.project { margin: 0 8px; text-align: center; }

/* 08.03.05 추가 */
.content_txt_body01 h3 { margin: 10px 0 16px 0; }
.content_txt_body01 h4 { margin: 10px 0 10px 9px; }

/* 08.03.13 추가 */
.content_txt_body01 h3.oversea, .content_txt_body01 h4.oversea {
	font-weight: normal; font-family: arial, sans-serif;
}

.content_txt_body01 h3.oversea { width: 495px; margin: 0 0 25px 15px; padding: 10px 0 5px 20px; color: #427d93; font-size: 30px;
	background: url(../img/bu_h3.gif) 0 7px no-repeat;}
.content_txt_body01 h4.oversea { width: 25%; margin: 25px 0 -5px 21px; color: #0d5978; font-size: 18px; border-bottom: 1px solid #aec6cc; }
