/home/mjc1/public_html/j3demo/skinm/footer/footerinfo03.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
<?php
$cur_img_url 
$j3_imgm_url."/".$sk['sk_img_path'];
$bank_list bankbook_get();
$notice_list notice_simple_get(1);

if(
$skin_css!=''){
    echo 
$skin_css;
} else {
?>
<style>
.ft_quick_menu li a img{ display: block;text-align: center;width: 50%;padding: 5px 0;margin: 0 auto;}
.ft_quick_menu li a span{display: block;line-height: 10px;padding-bottom: 10px}
.ft_call_btn{    background: #656565;
    border: none;
    /* padding: 5px 10px; */
    width: 80%;
    font-size: 12px;
    color: #fff;
    border-radius: 30px;
    padding: 5px 0;
    /* margin: 0 auto; */
    margin: 5px 5px 5px;
    /* text-align: center; */}
.ft_call_btn a{color:#fff;font-weight:600;}
</style>
<?php }?>

<!-- 고객센터 -->
    <div class="class_skin_idx_<?php echo $sk_idx;?>">
        <h1 class="screen_out">하단메뉴</h1>
        <div class="width_full height60 align_c black_line_t black_line_b bg_white" style="display:table;">
            <h2 class="screen_out">회원메뉴/PC버전보기</h2>
            <ul class="ft_quick_menu">
                <li class="float_l black_line_r ellipsis" style="width:19.75%;"><a class="in_block width_full custom3 txt13 l_height35 space_1 bold hdgnb_11_class"><img src="<?php echo $cur_img_url;?>/cecenter_btn1.png"><span>1:1문의</span></a></li>
                <li class="float_l black_line_r ellipsis" style="width:19.75%;"><a class="in_block width_full custom3 txt13 l_height35 space_1 bold hdgnb_mypage_class"><img src="<?php echo $cur_img_url;?>/cecenter_btn2.png"><span>마이페이지</span></a></li>
                <li class="float_l black_line_r ellipsis" style="width:19.75%;"><a class="in_block width_full custom3 txt13 l_height35 space_1 bold hdgnb_order_class"><img src="<?php echo $cur_img_url;?>/cecenter_btn3.png"><span>주문내역</span></a></li>
                <li class="float_l black_line_r ellipsis" style="width:19.75%;"><a class="in_block width_full custom3 txt13 l_height35 space_1 bold hdgnb_cart_class"><img src="<?php echo $cur_img_url;?>/cecenter_btn4.png"><span>장바구니</span></a></li>
                <li class="float_l ellipsis" style="width:19.75%;"><a class="in_block width_full custom3 txt13 l_height35 bold space_1" href='../shop'><img src="<?php echo $cur_img_url;?>/cecenter_btn5.png"><span>PC버전</span></a></li>
            </ul>
        </div>
        <div class="p0_10 height30 l_height30 bg_gray4 white">
            <h2 class="float_l mr10 txt14">Notice</h2>
            <p><em class="float_l in_block txt13 ellipsis" style="width:52%;"><a href='<?php echo $notice_list[0]['href'];?>' class='white'><?php echo $notice_list[0]['w_subject'];?></a></em><span class="float_r gray2 txt12"> <a class="p0_5 box20 align_c" href='<?php echo "{$j3_shop_url}/board.php?b_table=notice";?>'><img src="<?php echo $cur_img_url;?>/ico_more.png" alt="메뉴" class="p3 box14"></a>
        </div>
        <div class="p15_0 p0_10" style="height:110px;">
            <h2 class="screen_out">고객센터</h2>
            <div class="float_l" style="width:48.5%;">
                <h3 class="mb5 txt14">CS center</h3>
                <p class="mb5 custom1 txt24 bold l_height24 space_1"><?php echo $configshop['telno1'];?></p>
                <p class="txt10 l_height15 space_1"><?php echo $configshop['work_time'];?></p>
                <button class="ft_call_btn"><a  href="tel:<?php echo $configshop['telno1'];?>">고객센터 전화연결</a></button>
            </div>
            <div class="float_r" style="width:48.5%;">
                <h3 class="mb5 txt14">Online-Bank</h3>
<?php
    
foreach($bank_list as $key=>$val){
        if(
$key==2){ break; }
?>
                <p class="txt10 l_height19 space_1"><?php echo "{$val['bk_name']} : {$val['acntnumber']}";?><span class="gray block">( 예금주 : <?php echo $val['accountholder'];?> )</span></p>
<?php
    
}
?>
            </div>
        </div>
    </div>
    <!-- //고객센터 -->