123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- /*****************************************
- 유답소프트 SGC이앤씨 협력업체포탈시스템[회원가입]
- 작성일:2014.06
- 작성자:유답소프트_문윤정
- ******************************************/
- @charset "euc-kr";
- body {
- margin:0;
- padding:0;
- background-color :#ffffff;
- font-family:'dotum','Arial','돋움';
- font-size : 12px ;
- letter-spacing:normal;
- color:#6c6c6c;
- scroollbar : auto;
- border:0;
- list-style:none;
- }
- table {border:0;}
- img {border:0 ; vertical-align:middle; padding:0;}
- input { font-size: 12px; background-color:white; color:#323232; height:18px; border: 1px solid #CBCBCB; vertical-align: middle;}
- input[type=checkbox], input[type=radio] { border: 0; vertical-align: middle;}
- select{font-size: 12px; background-color:white; border:#cdcdcd solid 1px; height:20px; width:134px; color:#050507;line-height:12px;}
- textarea{font-size: 12px; background-color:white; border:#cdcdcd solid 1px; color:#050507;line-height:14px}
- #join_wrap{ width:100%; height:auto; vertical-align:top; padding:0 0 0 0; list-style:none; padding-top: 74px;}
- #blank_h15{ height:15px; position:inherit;}
- #blank_h5{ height:5px; position:inherit;}
- /*********************contents**************************/
- /* 소타이틀 */
- #title02{ width:auto; padding:0;}
- #title02 ul{ margin:0;padding:0; display: inline ;}
- #title02 ul li{display:inline; font-size:12px; color:#333333; list-style:none; font-weight:bold;text-align:left; }
- /*table01*/
- #table01{ text-align:left; font-size:12px; list-style:none; border-style:solid; border-color:#cccccc; border-width:1px; }
- #table01 input{ font-size:12px; color:#323232; text-align:left; }
- #table01 table{ font-size:12px; color:#323232; line-height:28px;}
- #table02{ text-align:left; font-size:12px; list-style:none; border-top:solid #cccccc 1px;border-bottom:solid #cccccc 1px; width:100%;}
- #table02 input{ font-size:12px; color:#323232; text-align:left; }
- #table02 table{ font-size:12px; color:#323232; line-height:28px;}
- /*조건검색 input box*/
- #input01{ text-align:left; background-color:#FFFFFF;line-height:28px; height:28px;}
- #input01 ul{ display:inline; margin:0px;padding-left:3px; }
- #input01 ul li{ padding-left:3px;display:inline; overflow:hidden; vertical-align:middle;}
- /**/
- #td_title01{ background-color:#f5fae3; line-height:28px;text-align:center;}
- #td_title01 ul{ display:inline;margin:0px;}
- #td_title01 ul li{display:inline; vertical-align:middle; color:#323232;padding:0 10px 0 0; font-weight:bold;}
- #td_title02{ background-color:#f4f2f3; line-height:28px;text-align:center;}
- #td_title02 ul{ display:inline;margin:0px;}
- #td_title02 ul li{display:inline; vertical-align:middle; color:#323232;padding:0; font-weight:bold;}
- #td_title03{ background-color:#ffffff; line-height:28px;text-align:center;padding:30px;}
- #td_title03 ul{ display:inline;margin:0px;}
- #td_title03 ul li{display:inline; vertical-align:middle; color:#323232;}
- .td_title04{ background-color:#f4f2f3; line-height:28px;}
- .td_title04 ul{ display:inline;margin:0px;padding-left:10px;}
- .td_title04 ul li{display:inline; vertical-align:middle; color:#565455; text-align:left;padding:0 10px 0 0; font-weight:bold;}
- /*sheet_td*/
- #sheet_td { text-align:left; line-height:25px; width:auto; color:#323232}
- #sheet_td a{ text-align:left; line-height:25px; width:auto; color:#323232;}
- #sheet_td ul{ display:inline; margin:0px;padding-left:0px;padding-right:7px; }
- #sheet_td ul li{display:inline; padding:0 0 0 7px ;}
- #sheet_td ul li a{ text-decoration:none; padding:6px 10px 6px 0px ;}
- #sheet_td ul li a:hover{ text-align:left; background: url(../img/sheet_over_bg.gif) repeat-x left top; line-height:25px; }
- #header {
- width:100%;
- height:74px;
- position:fixed;
- min-width: 1200px;
- z-index:99;
- background: url("/img/supplier/login/login_header_bg.gif") repeat-x;
- }
- #supplier-main-menu {
- width: 920px;
- height: 74px;
- position: relative;
- margin: auto;
- text-align: center;
- }
- ul.main-menu li {
- width: 125px;
- height: 103px;
- display: block;
- position: relative;
- float: left;
- padding: 0px;
- vertical-align: bottom;
- }
- ul.main-menu li.logo {
- width: 280px;
- display : inline;
- text-align: left;
- }
- ul.main-menu li.logo img {
- vertical-align: middle;
- padding-top: 16px;
- }
- #footer {
- width:100%;
- height:64px;
- background-color: #535665;
- text-align: center;
- }
- #footer {
- /* position:fixed; */
- bottom:0;
- z-index: -999;
- }
- #footer p {
- /* padding-top: 10px; */
- }
- .required {
- background: url('/img/buyer/icon/newrequired.gif') no-repeat;
- background-position: 3px center;
- background-color:#f4f2f3;
- }
|