style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449
  1. /**
  2. * 업무 화면 디자인 CSS
  3. **/
  4. @charset "utf-8";
  5. /* CSS Start */
  6. BODY {
  7. /* SCROLLBAR-3DLIGHT-COLOR : #595959;
  8. SCROLLBAR-ARROW-COLOR : #FFFFFF;
  9. SCROLLBAR-BASE-COLOR : #CFCFCF;
  10. SCROLLBAR-DARKSHADOW-COLOR : #FFFFFF;
  11. SCROLLBAR-FACE-COLOR : #CFCFCF;
  12. SCROLLBAR-HIGHLIGHT-COLOR : #FFFFFF;
  13. SCROLLBAR-SHADOW-COLOR : #595959;
  14. background-color : #ffffff; */
  15. }
  16. TABLE.search_edge_table {
  17. width : 100%;
  18. background-color : #C3C3C3;
  19. cellpadding : 0px;
  20. cellspacing : 1px;
  21. }
  22. TABLE.insert_button_table {
  23. width : 100%;
  24. cellpadding : 0px;
  25. cellspacing : 0px;
  26. align : left;
  27. }
  28. table.form-table {
  29. width: 100%;
  30. text-align: left;
  31. background-color: #C8CAC9;
  32. font-size: 12px;
  33. font-weight: bold;
  34. border-spacing: 1px;
  35. }
  36. TABLE.search_table {
  37. width: 100%;
  38. text-align: left;
  39. background-color: #C8CAC9;
  40. font-size: 12px;
  41. font-weight: bold;
  42. border-spacing: 1px;
  43. }
  44. TABLE.search_table02 {
  45. width : 100%;
  46. align : center;
  47. table-layout:fixed;
  48. background-color : #e8f2f4;
  49. border-top: 1px solid; border-top-color: #bcbcbc;
  50. }
  51. .now_location {
  52. COLOR : #3F7793;
  53. TEXT-DECORATION: none;
  54. }
  55. TABLE.data_table {
  56. width : 100%;
  57. align : center;
  58. table-layout:fixed;
  59. background-color : #C3C3C3;
  60. }
  61. TD {
  62. font-family : "굴림", "돋음", "Arial";
  63. font-size : 9pt;
  64. color : #5e5e5e;
  65. text-decoration : none;
  66. }
  67. TD.button_text1 {
  68. height:20;
  69. text-indent : 5px;
  70. font-family : "굴림", "돋음", "Arial";
  71. font-size : 9pt;
  72. padding : 0 0 0 0;
  73. color : #FFFFFF;
  74. font-weight : bold;
  75. background-image: url(/img/buyer/button/bt.gif);
  76. }
  77. TD.button_text2 {
  78. height:20;
  79. text-indent : 5px;
  80. font-family : "굴림", "돋음", "Arial";
  81. font-size : 9pt;
  82. padding : 0 0 0 0;
  83. color : #FFFFFF;
  84. font-weight : bold;
  85. background-image: url(/img/buyer/button/bt.gif);
  86. }
  87. /*
  88. SELECT {
  89. background-position : top left;
  90. background-repeat : no-repeat;
  91. }
  92. */
  93. TD.required {
  94. background-image: url(/img/buyer/icon/newrequired.gif);
  95. background-repeat: no-repeat;
  96. background-position: 10px center ;
  97. }
  98. TH.required {
  99. background-image: url(/img/buyer/icon/newrequired.gif);
  100. background-repeat: no-repeat;
  101. background-position: 10px center ;
  102. }
  103. SELECT.required {
  104. background-image : url(/img/buyer/icon/required.gif);
  105. background-position : top left;
  106. background-repeat : no-repeat;
  107. }
  108. /* 화면 타이틀의 테이블 */
  109. .screen_title_table {
  110. width : 100%;
  111. cellpadding : 0px;
  112. cellspacing : 0px;
  113. align : center;
  114. }
  115. #body_wrap{ width:100%; margin:10px 10px 10px 10px; height:auto; vertical-align:top; text-align:left; list-style:none;}
  116. #title{ margin-left:0px; padding-bottom:7px;}
  117. #title ul{ margin:0; padding:0; display: inline-block; line-height:26px; background-image:url(/img/buyer/template/sys_title_bg.gif); background-repeat:no-repeat; width:363px}
  118. #title ul li{ display:inline;font-size:12px; color:#ffffff; text-align:left; list-style:none; margin-left:27px; font-weight:bold;}
  119. /* 화면 타이틀의 텍스트 속성 */
  120. .screen_title_text {
  121. font-family : "굴림", "돋음", "Arial";
  122. font-size : 14px;
  123. font-weight : bold;
  124. color : black;
  125. }
  126. /* 화면 팝업 타이틀의 텍스트 속성 */
  127. .screen_pop_title_text {
  128. font-family : "굴림", "돋음", "Arial";
  129. font-size : 14px;
  130. font-weight : bold;
  131. color : black;
  132. padding-right: 3px;
  133. }
  134. /* 검색 조건 - 검색 타이틀 영역 */
  135. .search_table_title {
  136. background-color : #e8f2f4;
  137. text-indent : 5px;
  138. font-family : "돋움";
  139. font-size : 11px;
  140. color : #545766;
  141. font-weight : bold;
  142. }
  143. /* 검색 조건 - 검색 데이터 영역 */
  144. .search_table_data {
  145. background-color : #FEFEFE;
  146. }
  147. .search_table_data_padding_left {
  148. background-color : #FEFEFE;
  149. padding-left:10px;
  150. }
  151. /* 검색조건 영역과 검색버튼 영역을 구분하는 세로선 */
  152. .search_table_vertical_line {
  153. width : 1px;
  154. background-color : #C3C3C3;
  155. }
  156. /* 검색버튼 영역 */
  157. .search_button {
  158. background-color : #FEFEFE;
  159. }
  160. /* 검색버튼 DIV */
  161. .button_style {
  162. CURSOR : pointer;
  163. TEXT-ALIGN : CENTER;
  164. }
  165. /* 버튼 좌측 */
  166. TD.button_left1 {
  167. width : 10;
  168. height : 20;
  169. background-image: url(/img/buyer/button/bt_left_search.gif);
  170. }
  171. /* 버튼 좌측 */
  172. TD.button_left2 {
  173. width : 10;
  174. height : 20;
  175. background-image: url(/img/buyer/button/bt_left_search.gif);
  176. }
  177. /* 버튼 우측 */
  178. TD.button_right {
  179. width : 8;
  180. height : 20;
  181. background-image: url(/img/buyer/button/bt_right.gif);
  182. }
  183. /* 검색조건 가로 구분선 */
  184. TD.search_table_horizon_line {
  185. height : 1px;
  186. background-image: url(/img/buyer/common/dot_cols.gif);
  187. }
  188. /* 검색조건 영역과 데이터 영역의 구분 간격 */
  189. TD.search_data_div_height {
  190. width : 100%;
  191. height : 6px;
  192. background-color : #FFFFFF;
  193. vertical-align: top;
  194. }
  195. /* */
  196. .sheet_table_style{
  197. border : 0;
  198. width : 100%;
  199. border-spacing: 0px 0px ;
  200. }
  201. /* 입력 - 타이틀 영역 */
  202. .insert_table_title {
  203. background-color : #e1e0e0;
  204. /* text-indent : 5px; */
  205. padding-left : 20px;
  206. color : #FFFFFF;
  207. font-family : "돋움";
  208. font-size : 11px;
  209. color : #5e5e5e;
  210. font-weight : bold;
  211. }
  212. /* 입력 - 데이터 영역 */
  213. .insert_table_data {
  214. background-color : #FEFEFE;
  215. }
  216. /*************/
  217. /* 입력 폼 필드 */
  218. /*************/
  219. .req {
  220. background-image : url(/img/buyer/icon/required.gif);
  221. background-position : top left;
  222. background-repeat : no-repeat;
  223. }
  224. /* 일반 */
  225. .input {
  226. FONT-FAMILY : "굴림", "Arial" ;
  227. FONT-SIZE : 9pt ;
  228. BORDER : #6A6A6A ;
  229. BORDER-STYLE : solid ;
  230. BORDER-TOP-WIDTH : 1px ;
  231. BORDER-RIGHT-WIDTH : 1px ;
  232. BORDER-BOTTOM-WIDTH : 1px ;
  233. BORDER-LEFT-WIDTH : 1px ;
  234. COLOR : #595A5A ;
  235. PADDING-LEFT : 3px;
  236. PADDING-RIGHT : 3px;
  237. PADDING-TOP : 2px;
  238. }
  239. /* SELECT */
  240. .input_select {
  241. FONT-FAMILY : "굴림", "Arial" ;
  242. FONT-SIZE : 9pt ;
  243. BORDER : #6A6A6A ;
  244. BORDER-STYLE : solid ;
  245. BORDER-TOP-WIDTH : 1px ;
  246. BORDER-RIGHT-WIDTH : 1px ;
  247. BORDER-BOTTOM-WIDTH : 1px ;
  248. BORDER-LEFT-WIDTH : 1px ;
  249. COLOR : #595A5A ;
  250. PADDING-LEFT : 3px;
  251. PADDING-TOP : 2px;
  252. }
  253. .input_select2 {
  254. FONT-FAMILY : "굴림", "Arial" ;
  255. FONT-SIZE : 9pt ;
  256. BORDER : 1 solid #224585 ;
  257. BORDER-STYLE : solid ;
  258. COLOR : #224585 ;
  259. cursor : text ;
  260. height : 12 ;
  261. background-color : #ffffff ;
  262. }
  263. /* INPUT TAG Style size-1 를 해줘야 크기가 같다. */
  264. .input_bold {
  265. FONT-FAMILY : "bold", "Verdana" ;
  266. FONT-SIZE : 9pt ;
  267. BORDER : #6A6A6A ;
  268. BORDER-STYLE : solid ;
  269. BORDER-TOP-WIDTH : 1px ;
  270. BORDER-RIGHT-WIDTH : 1px ;
  271. BORDER-BOTTOM-WIDTH : 1px ;
  272. BORDER-LEFT-WIDTH : 1px ;
  273. COLOR : #595A5A ;
  274. PADDING-LEFT : 3px;
  275. PADDING-TOP : 0.5px;
  276. }
  277. /* INPUT TAG Style */
  278. .input_textarea {
  279. FONT-FAMILY : "굴림", "Verdana" ;
  280. FONT-SIZE : 9pt ;
  281. BORDER : #6A6A6A ;
  282. BORDER-STYLE : solid ;
  283. BORDER-TOP-WIDTH : 1px ;
  284. BORDER-RIGHT-WIDTH : 1px ;
  285. BORDER-BOTTOM-WIDTH : 1px ;
  286. BORDER-LEFT-WIDTH : 1px ;
  287. COLOR : #595A5A ;
  288. PADDING-LEFT : 3px;
  289. PADDING-TOP : 2px;
  290. }
  291. /* INPUT TAG Style */
  292. .input_blank {
  293. FONT-FAMILY : "굴림", "Verdana" ;
  294. FONT-SIZE : 9pt ;
  295. BORDER-STYLE : solid ;
  296. BORDER : 0px ;
  297. COLOR : #595A5A ;
  298. PADDING-LEFT : 3px;
  299. PADDING-TOP : 2px;
  300. }
  301. /* INPUT TAG Style size-1 를 해줘야 크기가 같다. */
  302. .input_blank_bold {
  303. FONT-FAMILY : "bold", "Arial" ;
  304. FONT-SIZE : 9pt ;
  305. BORDER-STYLE : solid ;
  306. BORDER : 0px ;
  307. COLOR : #595A5A ;
  308. PADDING-LEFT : 3px;
  309. PADDING-TOP : 0.5px;
  310. }
  311. .input_blank_title {
  312. FONT-FAMILY : "굴림", "Verdana" ;
  313. FONT-SIZE : 9pt ;
  314. BORDER-STYLE : solid ;
  315. BORDER : 0px ;
  316. PADDING-LEFT : 3px;
  317. PADDING-TOP : 2px;
  318. BACKGROUND-COLOR : #5F86B6 ;
  319. COLOR : #ffffff ;
  320. }
  321. /* 2011.11.15 CSS 추가 */
  322. .tab_table .tab_title {
  323. text-align : center;
  324. width : 110px;
  325. height : 20px;
  326. display : inline;
  327. margin : 0px;
  328. font-family : "돋움";
  329. font-size : 12px;
  330. font-weight : bold;
  331. cursor : pointer;
  332. background-image : url('/img/buyer/tab/tab_off.gif');
  333. }
  334. /* main page 추가사항 */
  335. html {
  336. filter: expression(document.execCommand("BackgroundImageCache", false, true));
  337. }
  338. /*로그인후 메인*/
  339. .sub_top{ background-image:url('/img/buyer/main/sub_011.gif'); background-repeat:repeat-x; background-attachment:fixed;}
  340. /*상단관리자*/
  341. .t_white01_11 {
  342. font-family: "돋움";
  343. font-size: 11px;
  344. color:#575664;
  345. line-height:20px;
  346. text-align:right; }
  347. img {border:0}
  348. /*2depth menu*/
  349. /* .smenu {font-family:"돋움"; font-size:12px; color:#dcedfd; text-decoration:none; line-height:30px; padding:0px; padding-left:10px; padding-right:10px; text-align:right;} */
  350. .smenu {font-family:"돋움"; font-size:12px; color:#fff; text-decoration:none; line-height:32px; padding:0px; padding-left:10px; padding-right:10px; text-align:right;}
  351. .smenu {}
  352. .smenu:link {}
  353. .smenu:hover {font-weight:bold; letter-spacing:-1px; color:#fff}
  354. /*상단관리자*/
  355. .t_white01_11 {font-family: "돋움"; font-size: 11px; color:#575664; line-height:20px; text-align:right; padding-right:10px; }
  356. .ftit_table { PADDING-BOTTOM: 5px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 10px }
  357. .gnbArea{clear:both;position:relative;z-index:30;}
  358. .gnbArea .gnb{width:100%;}
  359. .gnbArea ul:after{content:'';display:block;clear:both;}
  360. .gnbArea .depth{float:left;display:inline;height:42px;margin-right:28px;}
  361. .gnbArea .on{background:url(../new_img/common/bg_gnb_on.gif) no-repeat 50% 33px;}
  362. .gnbArea .depth1_1{width:76px;margin-left:18px;}
  363. .gnbArea .depth1_2{width:76px;}
  364. .gnbArea .depth1_3{width:62px;}
  365. .gnbArea .depth1_4{width:62px;}
  366. .gnbArea .depth1_5{width:72px;margin-right:277px;}
  367. .gnbArea .depth1_6{width:47px;margin-right:17px;}
  368. .gnbArea .depth1_7{width:59px;margin-right:17px;}
  369. .gnbArea .depth1_8{width:82px;margin-right:0;}
  370. .gnbArea .depth1_8.on{background:none;}
  371. .b-iframe {width:100%; height:100%;}