/home/mjc1/public_html/html/millennium/mypagepaper.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
<?php include_once("./_common2.php"); ?>
<? 
include("./Page/common/header.php"); ?>

<style>
    .subContents h1,.subContents h2,.subContents h3 ,.subContents h4, .subContents a,.subContents p,.subContents div,.subContents label,.subContents span, .subContents em, .subContents button, .subContents th, .subContents td{font-weight:600;}
    .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;}
    .subContents {float:none !important; width: 1200px !important; margin: auto;}
    .asideMenu {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="wrap">

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

            <div class="subContents">
                <h1>
                    <img src="./img/titlebar/mypagepaper.jpg" alt="»óǰ¹è¼ÛÈ®ÀÎ">
                    <p>
                        <span class="home"><a href="intro.php">Home</a></span>
                        <span class="depth">></span>
                        <span class="depth1">¸¶ÀÌÆäÀÌÁö</span>
                        <span class="depth">></span>
                        <span class="depth2">»óǰ¹è¼ÛÈ®ÀÎ</span>
                    </p>
                </h1>

                <div class="section">
                    <!--<h2><img src="./img/paper/paper99_top.jpg" alt="±âÁ¸Å¸ÀÌÆ²¹è³Ê"></h2>-->
                    <h2><img src="./img/customer/board_title/paper99_top2.png" alt="¿ëÁö¹è¼Û" usemap="#cu_as_top"/></h2>
                    <? include('./delivery.php'); ?>
                </div><!-- //section -->

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

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