/home/mjc1/public_html/html/millennium/buypaper.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?php include_once("./_common2.php"); ?>
<? 
include("./Page/common/header.php"); ?>

<style>
    .hw_sub_contents h1,.hw_sub_contents h2,.hw_sub_contents h3 ,.hw_sub_contents h4, .hw_sub_contents a,.hw_sub_contents p,.hw_sub_contents div,.hw_sub_contents label,.hw_sub_contents span, .hw_sub_contents em, .hw_sub_contents button, .hw_sub_contents th, .hw_sub_contents td{font-weight:600;}
    .hw_wrap {width: 100% !important;}
    .select_width { width:100%;}
    .contents {margin: 70px auto 50px !important;width:1920px !important;max-width:1920px;position:relative;min-height:600px;}
    .hw_sub_contents {float:none !important; width: 1200px !important; margin: auto;}
    .aside_menu {float:none !important; position: absolute;width: 216px;left: 100px;}
    .section {width:1200px !important;}

    .buyTitle {width: 1200px !important;}
    
    .buySection {width: 1200px !important;margin-top: 20px;font-size: 13px;border-top: 1px solid #dcdcdc;}
    .buySection th, .buySection td {font-size:16px;font-weight:500;transform:skew(-0.1deg);border:none;padding:0 8px !important;}
    .buySection th {color:#012D6A;background:none;text-align:center;}
    .buySection tr {border:none;height:52px;}
    .buySection .priceTd {text-align:right !important;}
    .buySection .label {color:#707070;margin-left:12px;font-size:14px;}
    .buySection input, .buySection select {font-size:12px;padding:10px !important;;border: 1px solid #CCCCCC !important;margin-right:12px;height:auto !important;}
    .buySection input[type=radio]{min-width:inherit;margin-right:8px;}
    .tel_box {min-width:100px !important;}
    .s_btn {background: #012D6A !important;font-size:14px;color:#fff !important;border-radius:5px !important;padding:10px 43px !important;cursor:pointer;}
    .s_btn a {padding:10px 43px;}
    .s_btn a:hover{color:#fff;}
    .buySection td.pointPrice {padding-right: 15px;text-align: right;color: #fff;font-size: 16px !important;font-weight: 600;background:#012D6A;}
</style>

    <div class="hw_wrap">

        <div class="contents">
            <div class="aside_menu">
                <? include("./Page/paper/leftNavi.html"); ?>
            </div><!-- //leftNavi -->

            <div class="hw_sub_contents">
                <!-- ¿ëÁö¹è¼ÛÈ®ÀΠÀÏ ¶§ -->
                <? if ($category_code == "99") { ?>
                <h1>
                    <img src="./img/titlebar/buypaper_99.jpg" alt="¿ëÁö¹è¼ÛÈ®ÀÎ">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth2">¿ëÁö¹è¼ÛÈ®ÀÎ</span>
                    </p>
                </h1>

                <div class="section">
                    <h2><img src="./img/customer/board_title/paper99_top2.png" alt="¿ëÁö¹®ÀÇ : 1566-8680"></h2>
                    <? include('./delivery.php'); ?>
                <!-- ¿ëÁö¹è¼ÛÈ®ÀΠÀÏ ¶§ ³¡ -->


                <!-- ¿ëÁö¼Ò°³ÀÏ ¶§ -->

                <?} else {?>

                <h1>
                    <img src="./img/titlebar/buypaper.jpg" alt="Àü»ê¿ëÁö">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth2">Àü»ê¿ëÁö</span>
                    </p>
                </h1>

                <div class="section1">
                    <h2><img src="./img/paper/paper_title2.jpg" alt="¿ëÁö¹®ÀÇ : 1566-8680"></h2>
                    <? include("./productpaperlist.php"); ?>

                <? ?>

                </div><!-- //section -->

            </div><!-- //hw_sub_contents -->
        </div><!-- //contents -->
    </div><!-- //wrap -->

<? include("./Page/common/footer.php"); ?>

<script language="javascript">

    function submitForm( siteURL ){  //»õâÀ¸·Î ¶ç¿ì´Â
        var win = window.open( siteURL, 'newWin', 'status=0,toolbar=0,scrollbars=1,resizable=1,width=520,height=520' ); 
        document.forms.search.action = siteURL; 
        document.forms.search.target = 'newWin'; 
        document.forms.search.submit(); 
    }



</script>