/home/mjc1/public_html/sms/sms_notice.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?
header
("Content-type:text/html;charset=euc-kr"); 
@
extract($_REQUEST);

?>
<html>
<head>
<meta charset="euc-kr">
<style>
    #main_table {margin:0 0 10px;width:377px;}
    #main_table .mall_info {margin:0 0 10px;border-top:2px solid #012d6a;}
    #main_table .mall_info caption,
    #main_table h4 {line-height:2em;font-size:1.0em;font-weight:bold;}
    #main_table .mall_info th,
    #main_table .mall_info td {height:25px;line-height:13px;padding:3px 0;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;}
    #main_table .mall_info th:last-child,
    #main_table .mall_info td:last-child {border-right:0px none;}
    #main_table .mall_info td {padding-left:10px;text-align:left;font-size:11px;}
    #main_table .mall_info th {font-weight:600;text-align:center;}
    #main_table .mall_info thead th {padding:10px 0;font-size:1em;background:#ececec;}
    #main_table .mall_info tbody th {font-size:11px;vertical-align:middle;background:#f8f8f8;}
    #main_table .mall_info td .bold {color:#CE0000;font-weight:600;}
    #main_table .mall_info td.gray {font-weight:bold;text-align:center;background:#fcfcfc;}
    #main_table p {padding:3px 0 0;height:25px;line-height:25px;font-size:14px;}
    #main_table .mall_etc p {text-align:left;}
</style>
</head>
<body>
<div><img src='sms_notice.png' width=377></div>
<div id="main_table">
    <table width="100%" class="mall_info">
        <tbody>
            <tr>
                <th width=120>¹ý °ü·Ã Âü°í ÀÚ·á</th>
                <td>KISA È¨ÆäÀÌÁö</td>
            </tr>
            <tr>
                <th>±¤°í¼º ¹®Àڠǥ±â <br>Àǹ« ¾È³»¼­ º¸±â</th>
                <td>KISA È¨ÆäÀÌÁö</td>
            </tr>
            <tr>
                <th>±¤°í¼º ¹®ÀÚ <br>FAQ ´Ù¿î·Îµå</th>
                <td>KISA È¨ÆäÀÌÁö</td>
            </tr>
            <tr>
                <th>±¤°í Ç¥±â¹ý À§¹Ý ½Ã</th>
                <td>1ȸ(7.5¹é¸¸ ¿ø), 2ȸ(15¹é¸¸ ¿ø), 3ȸ(3õ¸¸ ¿ø)</td>
            </tr>
            <tr>
                <th>½ÃÀÛ¹®±¸</th>
                <td>¢º SMS ¡æ (±¤°í) + ³»¿ë + ¹«·á(¼ö½Å)°ÅºÎ 080XXXXXXXX<br>
                    ¢º LMS/MMS ¡æ (±¤°í)¾÷ü¸í
                </td>
            </tr>
        </tbody>
    </table>
    <span style='color:red;font-size:12px;font-weight:bold;'>¡Ø ±¤°í¼º ¹®ÀÚ ¹ß¼Û °í°´´ÔµéÀº ¹Ýµå½Ã À§»çÇ× Áؼö ¹Ù¶ø´Ï´Ù.</span>
</div>
</body>
</html>