/**
 * @file	: _style/main.css
 * @author	: (주)아람씨앤씨
 * @brief	: 기본 메인 레이아웃 CSS 파일
 **/
@import url(table.css.php);

html, body {width:100%; height:780px; margin:0px;padding:0px;}
html {overflow-x:hidden;overflow-y:hidden;}
body {background:#FFF; font-size:0.75em; color: #666;}
img {border:none; margin:0px; padding:0px;}
div, h1, h2, h3, h4, h5, h6, td, input, a, select, li, dt, dd, fieldset {font-size: inherit; font-family: "굴림", "맑은 고딕"; font-weight: normal; color:inferit; line-height: 1.5em;}
span {font-size: inherit; font-family: "굴림", "맑은 고딕"; font-weight: normal; color: inherit; line-height: inherit;}
h1, h2, h3, h4, h5, h6, ul, dl, li, dt, dd, p, fieldset {margin:0px; padding:0px;}
input, select, img, button {vertical-align:middle;}
input.text {height:14px; border:1px solid #90a3bc; margin:0px 0px 0px 0px; padding:4px 0px 0px 0px;}
input.centered {text-align:center;}
input.butType {height:18px; border:1px solid #90a3bc; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.inputbox {font-family: 굴림; font-size:9pt; height:15px; color:#555b6c; border:1px solid #bfbfbf; margin:0px; padding:2px 0px 0px 2px;}
.searchselect {font-family: 굴림; font-size:9pt; height:19px; color:#555b6c; border:1px solid #bfbfbf; margin:0px; padding:0px 0px 1px 0px;}
.selectbox {font-family: 돋움; font-size:8pt; height:19px; color:#555b6c; border:1px solid #7f9db9; margin:0px; padding:0px 0px 2px 0px;}

/* 링크 된 폰트 세팅 */
a {color:#787878; text-decoration:none;}
a:link {color: #787878; text-decoration:none;}
a:visited {color:#787878; text-decoration:none;}
a:active {color:#4a66c1; text-decoration:none;}
a:hover {color:#4a66c1; text-decoration:none;}

.fleft {float:left;}
.fright {float:right;}
.fclear {clear:both;}
.forValue {display: none;}

/* Contents */
h1 {padding:15px 0px 7px 0px; margin:0px;}
dl,	ul,	ol {list-style-type:none;}
fieldset.fieldset {border:none; margin:0px; padding:0px;}


/* MainLayout */
#wrap {width:100%; height:588px; background:url('/english/images/main_bg.gif') 0px 0px repeat-x;}
#layout {width:930px; height:588px; margin-left:auto; margin-right:auto; text-align:center;}

/* Top */
#top {width:930px; height:55px; text-align:left; background:url('/english/images/top_bg.jpg') 0px 0px no-repeat;}
.gnb_logo {width:293px; height:37px; float:left; margin:18px 0px 0px 0px;}
h1 {margin:0px; padding:0px;}
.menu_list {width:241px; height:15px; float:right; margin:30px 0px 0px 0px}
.menu_list ul li {list-style:none; font-size:0; line-height:0; float:left; margin:0px; padding:0px;}

/* Main */
#main {width:930px; height:497px; float:left; margin:0px; padding:0px;}

/* Gnb */
#gnb {width:930px; height:36px; text-align:center; margin: 0px; padding: 0px; background:url('/english/images/main_menu_bg.gif') 0px 0px repeat-x;}
.gnb ul li {list-style:none; margin:0px; padding:0px; float:left;}

/* Footer */
#footer {clear:both; width:100%; height:77px; margin:0px; background:url('/english/images/footerBack.gif') 0px 0px repeat-x; float:left;}
#footer .address {width:930px; height:150px; margin-left:auto; margin-right:auto;}
#footer .logo {width:187px; height:24px; margin-top:32px; float:left; text-align:left;}
#footer .divide1 {width:2px; height:41px; margin-left:21px; margin-top:25px; float:left; text-align:left;}
#footer .copyright {width:555px; height:21px; margin-left:24px; margin-top:35px; float:left; text-align:left;}
#footer .copyright ul {width:555px; list-style:none; float:left;}
#footer .copyright li.btmcopyright {float:left;}
#footer .copyright li.btmmenu {float:left; margin-top:3px;width:555px;}



#footer .certification {width:97px; height:55px; margin-left:42px; margin-top:20px; float:left; text-align:right;}









