@charset "euc-kr"; /* 요소(element) 여백 초기화 */ html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, p, address, pre, cite, form, fieldset, input, textarea, select, table, th, td { margin: 0; padding: 0; border: 0; /*font-weight:normal;*/ font-family:나눔고딕, NanumGothic, ng, 'NanumGothicWeb', "Malgun Gothic", AppleSDGothic, "돋움", dotum; font-style:normal; } /* 테이블속성 */ table { border-collapse: collapse; border-spacing:0; border:0 none; } caption, th, td { text-align:left; font-weight: normal; } /* 테두리 없애기 */ fieldset, img, abbr,acronym { border:0 none; } /* 목록 */ ol, ul { list-style:none; } /* 숨김 요소 */ .screen_out{ visibility:hidden; overflow:hidden; position:absolute; left:-9999px; width:0; height:0; font-size:0; line-height:0;} /* body 스타일 */ body { color:#555; font-size: 0.813em; line-height:1.2em; font-family:'NanumGothic', 'Dotum', 'Gulim', 'Lucida Grande', Verdana, Helvetica, sans-serif; } /* 이미지, 폼관련 요소 */ img { vertical-align:top; } label, select, input, textarea { vertical-align:middle; } /*******************************************/ .popupWrap{ width:500px; margin:0 auto; padding-top:15px; font-size:14px; } .popupTitle{ position:relative; display:block; height:50px; line-height:50px; padding-left:120px ; font-size:17px; font-weight:600; background: url('../images/hardware/popup_title.png') #e9e9e9 no-repeat 21px 14px; border:1px solid #d0d0d0; } .popupTitle span{ color:#626262; } .popupTitle a.close{ position:absolute; right:0; top:12px; width:50px; height:40px; } /*******************************************/ .popupInfo{ width:500px; margin-top:10px; font-size:13px; border:1px solid #cdcdcd; border-right:none; border-bottom:none; } .popupInfo th{ height:35px; line-height:35px; text-align:center; font-weight:600; border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd; background: #f8f8f8; } .popupInfo td{ padding-left:10px; border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd; } .popupView{ width:500px; } .popupView li{ float:left; width:233px; padding: 5px; margin:10px 10px 0 0; border:1px solid #dcdcdc; } .popupView li.last{ margin-right:0; } .popupView li.once{ width:488px; margin-right:0; text-align:center; } .accountbookView p{ margin-top:15px; color:#ff6600; font-size:13px; font-weight:600; text-align:center; } .accountbookView li{ float:left; width:480px; height:325px; margin-top:10px; padding:10px; border:1px solid #dcdcdc; } .accountbookView li h3{ height:23px; }