@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; } /* 제목요소 */ h1, h2, h3, h4, h5, h6 { font-size:100%; 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:#000; font-size: 0.813em; /*10pt 13px*/ line-height:1.2em; font-family:'NanumGothic', 'Dotum', 'Gulim', 'Lucida Grande', Verdana, Helvetica, sans-serif; background:url('../images/common/top_background.png') repeat-x center top; } /* 이미지, 폼관련 요소 */ img { vertical-align:top; } label, select, input, textarea { vertical-align:middle; } /*******************************************/ .popupWrap{ width:500px; margin:0 auto; padding-top:15px; font-size:14px; } .popupTitle{ display:block; height:50px; line-height:50px; padding-left:120px ; font-size:17px; font-weight:600; background: url('./popup_title.png') #e9e9e9 no-repeat 21px 14px; border:1px solid #d0d0d0; } .popupTitle span{ color:#626262; } .popupInfo{ height:106px; margin-top:20px; border:1px solid #dcdcdc; border-bottom:none; } .popupInfo li{ float:left; height:35px; line-height:35px; border-bottom:1px solid #dcdcdc; } .infoTitle{ width:99px; background: #f8f8f8; text-align:center; font-weight:600; } .infoContents1{ width:150px; text-align:center; } .infoContents2{ width:384px; padding-left:15px; } .popupView{ margin-top:15px; text-align:center; } .popupView p{ width:498px; height:280px; border:1px solid #dcdcdc; } .popupView li{ float:left; width:233px; height:280px; padding: 5px; border:1px solid #dcdcdc; } .imgR{ margin-left:9px; } .imgOnly{ margin-top:10px; } /*************************************/ .buyWrap{ width:330px; margin:0 auto; padding-top:10px; font-size:14px; } .buyTitle{ display:block; height:40px; line-height:40px; padding-left:100px ; font-size:17px; font-weight:600; background: url('./cscenter_title.png') #e9e9e9 no-repeat 12px 9px; border:1px solid #d0d0d0; } .buyTitle span{ color:#626262; } .buyInfo{ height:80px; line-height:80px; font-size:15px; text-align:center; } .buyInfo span{ color: #fe4600; font-size:25px; font-weight:600; } .buyBottom{ padding-top:15px; color: #626262; font-size:15px; font-weight:600; text-align:center; border-top:1px solid #d0d0d0; }