body { margin: 0; padding: 0; text-align: center; } body * { font-size: 9pt; font-family: "Gulim"; color: #696969; } a { color: inherit; text-decoration: none; } a:hover { text-decoration: underline; } img { vertical-align: bottom; margin:0; } a img { margin: 0; padding: 0; border: none; } /********************* 전체를 깜싸는 div **********************/ #outer { width: 902px; position: relative; margin: 20px auto; text-align: left; } /********************* 머리글 영역 **********************/ #header { display: inline; clear: both; float: left; width: 900px; height: 96px; margin: 0px 0 10px 0; } /********************* 본문 전체 **********************/ #content { width: 687px; margin: 0; padding: 0; padding-bottom: 44px; clear: both; float: left; } /* 검색폼 영역. */ #formDiv { margin: 0; padding: 0; background: transparent url("../images/srch_bg.gif") repeat-x 0 0; } #searchForm { margin: 0; padding: 0; background: transparent url("../images/srch_l.gif") no-repeat 0 0; } #searchForm dl { display: block; text-align: center; height: 54px; margin: 0; padding: 4px; padding-top: 9px; background: transparent url("../images/srch_r.gif") no-repeat right 0; } /* 검색폼 */ #searchForm dl dt, #searchForm dl dd { display: inline; margin: 0; padding: 0; } #searchForm dl dt *, #searchForm dl dd * { vertical-align: middle; } #searchForm dl dt { } /* 검색어 입력란. */ #searchForm dd input#txtQuery { font-family: 돋움, Arial, Tahoma; FONT-SIZE: 13px; height: 33px; width: 379px; text-align: left; border: 5px solid #1A7ECA; margin: 0; padding: 4px; } /*------------------------------------ 검색 팁 부분 ----------------------------------------------*/ #help { margin: 0; margin-top: 20px; padding: 0; background: transparent url("../images/search_tip_img.gif") no-repeat 0 bottom; } #help h2 { margin: 0; padding: 0; background: white url("../images/search_tip_tl_bg.gif") repeat-x 0 bottom; } #help h2 span { display: block; height: 25px; margin: 0; padding: 0; text-indent: -5000px; background: transparent url("../images/search_tip_tl.gif") no-repeat 0 0; } #help dl { margin-top: 14px; line-height: 1.5em; padding-left: 217px; padding-right: 10px; background: transparent url("../images/search_tip_tl05.gif") no-repeat 0 0; } #help dl dt { margin-top: 10px; font-weight: bold; color: #425275; padding-left: 7px; background: transparent url("../images/cross_icon01.gif") no-repeat left 45%; } #help dl dt.first { margin-top: 0; } #help dl dd { display: list-item; margin-left: 23px; color: #808080; letter-spacing: -1px; } #help dl dd ul { list-style: none; margin-left: 18px; } #help dl dd ul li { text-indent: -9px; color: #8A93A0; } /* 관련 주제어 */ #subjectResult { float: right; width: 198px; } /********************* 바닥글 영역 **********************/ #footer { clear: both; margin-top: 10px; height: 90px; }