Showing source for: https://bongfood.kr/
Duration: 1.796395s
Server: Apache/2.4.38 (Unix) OpenSSL/1.0.1e-fips PHP/5.5.8

<!DOCTYPE html>
<html lang="ko">
    <head>
        <meta charset="utf-8">
        <meta content="no" http-equiv="imagetoolbar">
        <meta content="IE=Edge" http-equiv="X-UA-Compatible">
        <title>
   잘차림도시락
        </title>
        <link href="https://bongfood.kr/css/default.css?ver=210618" rel="stylesheet">
        <link href="https://bongfood.kr/js/font-awesome/css/font-awesome.min.css?ver=210618" rel="stylesheet">
        <!--[if lte IE 8]>
<script src="https://bongfood.kr/js/html5.js"></script>
<![endif]-->
        <script>
            var g5_url = "https://bongfood.kr";
            var g5_bbs_url = "https://bongfood.kr/bbs";
            var g5_is_member = "";
            var g5_is_admin = "";
            var g5_is_mobile = "";
            var g5_bo_table = "";
            var g5_sca = "";
            var g5_editor = "";
            var g5_cookie_domain = "";
            var g5_shop_url = "https://bongfood.kr/shop";
        </script>
        <script src="https://bongfood.kr/js/jquery-1.12.4.min.js?ver=210618">
        </script>
        <script src="https://bongfood.kr/js/jquery-migrate-1.4.1.min.js?ver=210618">
        </script>
        <script src="https://bongfood.kr/js/jquery.menu.js?ver=210618">
        </script>
        <script src="https://bongfood.kr/js/common.js?ver=210618">
        </script>
        <script src="https://bongfood.kr/js/wrest.js?ver=210618">
        </script>
        <script src="https://bongfood.kr/js/placeholders.min.js?ver=210618">
        </script>
    </head>
    <body>
        <style>
            @font-face {
                font-family
                :
                 
                "S-CoreDream-2ExtraLight"
                ;
                
                     
                src
                :
                 
                url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/S-CoreDream-2ExtraLight.woff")
                 
                format("woff")
                ;
                
                     
                font-weight
                :
                 
                normal
                ;
                
                     
                font-style
                :
                 
                normal
                ;
            }
            @font-face {
                font-family
                :
                 
                "S-CoreDream-5Medium"
                ;
                
                     
                src
                :
                 
                url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/S-CoreDream-5Medium.woff")
                 
                format("woff")
                ;
                
                     
                font-weight
                :
                 
                normal
                ;
                
                     
                font-style
                :
                 
                normal
                ;
            }
            @font-face {
                font-family
                :
                 
                "S-CoreDream-4Regular"
                ;
                
                     
                src
                :
                 
                url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/S-CoreDream-4Regular.woff")
                 
                format("woff")
                ;
                
                     
                font-weight
                :
                 
                normal
                ;
                
                     
                font-style
                :
                 
                normal
                ;
            }
            html, body {
                height              : 100%;
                font-family         : "S-CoreDream-2ExtraLight";
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: auto;
            }
            .left_con {
                position            : fixed;
                width               : 180px;
                height              : 100%;
                background-color    : #383b44;
                display             : block;
            }
            .logo_img {
                width               : 180px;
                padding             : 0px;
                border-bottom       : 1px solid #595d64;
            }
            .bell {
                float               : right;
                padding             : 10px 20px 0 0;
            }
            .bell img {
                width               : 28px;
                height              : auto;
                margin-top          : 4px;
            }
            .bell span {
                position            : absolute;
                background          : red;
                border-radius       : 100%;
                padding             : 2px 7px;
                margin-left         : 18px;
                color               : #fff;
                font-family         : "S-CoreDream-5Medium";
            }
            .main_div {
                padding-left        : 180px;
                height              : 100%;
            }
            .store_img {
                display             : block;
                width               : 100%;
                height              : 100%;
                border-radius       : 100%;
                text-align          : center;
                font-size           : 0px;
                text-indent         : -9999px;
                overflow            : hidden;
                /* background: url(../img/p-chill.png) no-repeat center; */
                background-size     : cover;
                border              : 2px solid transparent;
                box-sizing          : border-box;
            }
            .store_img > img {
                display             : block;
                width               : 100%;
                height              : 100%;
                border-radius       : 100%;
                text-align          : center;
                font-size           : 0px;
                text-indent         : -9999px;
                overflow            : hidden;
                background-size     : cover;
                border              : 2px solid transparent;
                box-sizing          : border-box;
            }
            .lnb-money {
                margin              : 0;
                height              : 130px;
                border-top          : 3px solid #a5afb8;
                border-bottom       : 3px solid #a5afb8;
            }
            .lnb-money .lnb-money-inner > .lnb-pop {
                padding             : 0 30px;
                float               : left;
                display             : block;
                width               : 100%;
                font-size           : 15px;
                color               : #fff;
                text-align          : center;
                vertical-align      : top;
                overflow            : hidden;
            }
            .lnb-money .lnb-money-inner > .lnb-pop .lnb-p-size {
                display             : inline-block;
                width               : 55px;
                height              : 55px;
                font-size           : 30px;
                font-weight         : bold;
                text-align          : center;
                line-height         : 55px;
                border              : 0px solid red;
                box-sizing          : border-box;
                border-radius       : 50%;
                background-color    : #269BAF;
                vertical-align      : top;
            }
            .ld-bo {
                float               : right;
                text-align          : right;
                width               : calc((100% - 65px));
                vertical-align      : top;
            }
            .clearfix::before, .clearfix::after {
                display             : block;
                clear               : both;
                content             : "";
            }
            .lnb-money .lnb-money-inner > .lnb-pop .lnb-p-money {
                margin-left         : 5px;
                display             : inline-block;
                height              : 35px;
                line-height         : 35px;
                vertical-align      : top;
                font-size           : 22px;
                font-weight         : bold;
                color               : #5CD1E5;
            }
            .shaft {
                text-align          : right;
            }
            .shaft > a {
                padding             : 0 14px;
                display             : inline-block;
                min-width           : 50px;
                height              : 24px;
                line-height         : 24px;
                font-size           : 12px;
                color               : #5CD1E5;
                border              : 1px solid #5CD1E5;
                box-sizing          : border-box;
                border-radius       : 15px;
            }
            .lnb-body-inner {
                padding             : 0;
            }
            .lnb-body-inner .lnb-body-tit {
                font-size           : 15px;
                height              : 40px;
                line-height         : 40px;
                padding             : 0 0 0 20px;
                color               : white;
            }
            ul {
                margin              : 0;
                padding             : 0;
                list-style          : none;
            }
            .lnb-body-inner > ul > li {
                display             : block;
                border-bottom       : 1px solid #595d64;
                height              : 35px;
            }
            .lnb-body-inner > ul > li .n {
                margin-left         : 14px;
                width               : 26px;
                height              : auto;
            }
            .lnb-body-inner > ul > li > a {
                padding-left        : 5px;
                display             : block;
                height              : 35px;
                font-size           : 15px;
                line-height         : 45px;
                color               : #fff;
                letter-spacing      : -0.08px;
            }
            .lnb-body-inner > ul > li > a > span {
                font-size           : 12px;
            }
            .arrow {
                margin-right        : 10px;
            }
            .lnb-body-inner > ul > li > a img {
                width               : 22px;
                height              : auto;
                margin-right        : 7px;
                margin-top          : -4px;
            }
            .lnb-body-inner > ul > li > a:hover {
                background          : #161719;
            }
            .lnb-body-inner > ul > li > a.on {
                color               : #fbfbfb;
                font-weight         : bold;
                background-color    : #191919;
            }
            a:link, a:visited {
                text-decoration     : none;
            }
            .cate {
                border              : 1px solid white;
                font-size           : 15pt;
                padding             : 10px;
                border-radius       : 5px;
                color               : white;
            }
            .orderdiv {
                /*height            : calc((100% - 60px));*/
            	height:909px;
            	/*background-color:#222327;*/
            }
            .on {
                background-color    : #269BAF;
            }
            .initem {
                border              : 1px solid #5CD1E5;
                height              : 80px;
                width               : 300px;
                display             : inline-block;
                cursor              : pointer;
            }
            .imgarea {
                float               : left;
                width               : 80px;
                height              : 80px;
                margin-top          : 7px;
                margin-left         : 7px;
            }
            .txtarea {
                float               : right;
                width               : calc((100% - 90px));
                padding             : 10px;
                overflow            : hidden;
                text-overflow       : ellipsis;
                white-space         : normal;
                word-wrap           : break-word;
            }
            .itemsub {
                height              : 30px;
                font-size           : 12pt;
            }
            .itemprice {
                height              : 30px;
                font-size           : 12pt;
            }
            /*
            .c_btn {
                width: 20px;
                height: 20px;
                line-height: 20px;
                font-size: 15px;
                color: #fff;
                background-color: #5CD1E5;
                border-radius: 5px;
                border: 0;
            }
            */
            .c_btn1 {
                width               : 30px;
                height              : 30px;
                line-height         : 0px;
                font-size           : 23px;
                color               : #fff;
                background-color    : #E52D2D;
                border-radius       : 50%;
                border              : 0;
            }
            .c_btn2 {
                width               : 30px;
                height              : 30px;
                line-height         : 0px;
                font-size           : 23px;
                color               : #fff;
                background-color    : #2D98A8;
                border-radius       : 50%;
                border              : 0;
            }
            .total_money_now {
                background-color    : #EAEAEA;
                padding             : 10px 10px;
                margin              : 10px;
                border-radius       : 5px;
            }
            .tot-left {
                float               : left;
                font-weight         : 900;
                font-size           : 22px;
            }
            .tot-right {
                float               : right;
                font-weight         : 900;
                font-size           : 22px;
            }
            .total-go > a {
                display             : block;
                height              : 50px;
                line-height         : 50px;
                text-align          : center;
                color               : #fff;
                text-decoration     : none;
                background-color    : #E62C2D;
                border-radius       : 5px;
                font-size           : 20px;
                margin              : 10px;
            }
            .total-go2 > a {
                display             : block;
                height              : 50px;
                line-height         : 50px;
                text-align          : center;
                color               : #fff;
                text-decoration     : none;
                background-color    : #353942;
                border-radius       : 5px;
                font-size           : 20px;
                margin              : 10px;
            }
            .point-money {
                text-align          : center;
                margin              : 0 auto;
                margin-top          : 30px;
            }
            .point-money ul li {
                display             : inline-block;
                font-size           : 16pt;
                font-weight         : bold;
                color               : #fff;
            }
            .point-money a {
                font-size           : 14pt;
                color               : #fff;
                line-height         : 34px;
            }
            ::-webkit-scrollbar {
                display             : none;
            }
            @media ( max-width: 1046px ) {
                .lnb-body-inner {
                    height              : 260px;
                    overflow            : scroll;
                }
            }
        </style>
        <div class="left_con">
            <div class="logo_img">
                <a href="/store/">
                    <img src="/img/logo.png" style="width:180px;">
                </a>
            </div>
            <div class="bell">
                <span>
                    3
                </span>
                <img src="/img/bell.png">
            </div>
            <div style="padding-top:32px;padding-bottom:20px;">
                <div style="width:80px;height:80px;margin:0 auto;">
                    <div class="store_img">
                        <img src="/img/no_profile.gif">
                    </div>
                </div>
            </div>
            <div style="border-bottom: 1px solid #595d64; padding-bottom:35px;">
                <div style="text-align:center;color:white;font-size:15pt;">
                </div>
                <div style="text-align:center;padding-top:10px;">
                    <a href="/bbs/login.php?url=/store/index.php" style="color:white;border:1px solid white;padding:5px 20px;font-size:10pt; height:28px;">
                        로그인
                    </a>
                </div>
            </div>
            <div style="color: white;">
                <p>
                    기업은행
                </p>
                <p>
                    409-134193-01-012
                </p>
                <p>
                    봉봉컴퍼니
                </p>
            </div>
            <div class="lnb-money">
                <!--
        <div class="lnb-money-inner clearifx">
            <div class="lnb-pop clearfix">
                <div class="lnb-p-size"><img src="img/point.png"></div>
                <div class="ld-bo clearfix">
                    <div class="lnb-p-money">0P</div>
                    <div class="shaft">
                        <a href="./ybpoint.php">충전</a>
                    </div>
                </div>
            </div>
        </div>
		-->
                <!-- 포인트충전 -->
                <div class="point-money">
                    <ul>
                        <li>
                            <img src="/img/point.png">
                        </li>
                        <li>
       0P
                        </li>
                    </ul>
                    <a href="/store/ybpoint.php">
                        충전
                        <img src="/img/plus.png" style="padding-left:7px; vertical-align: middle;">
                    </a>
                </div>
                <!-- 포인트충전 -->
            </div>
            <div class="lnb-body clearfix">
                <div class="lnb-body-inner">
                    <!-- <h1 class="lnb-body-tit">관리항목</h1> -->
                    <ul>
                        <li>
                            <a class="" href="/store/item_order.php?clear=1">
                                <img src="/img/m-icon1.png">
        발주하기
                                <img class="arrow" src="/img/m-icon.png">
                            </a>
                        </li>
                        <li>
                            <a class="" href="/store/order_history.php">
                                <img src="/img/m-icon2.png">
                                발주내역
                                <img class="arrow" src="/img/m-icon.png">
                            </a>
                        </li>
                        <li>
                            <a class="" href="/store/order_jungsan.php">
                                <img src="/img/m-icon2.png">
                                통계
                                <img class="arrow" src="/img/m-icon.png">
                            </a>
                        </li>
                        <li>
                            <a class="" href="/store/ybpoint_log.php">
                                <img class="arrow" src="/img/m-icon3.png">
                                포인트관리
                                <img class="arrow" src="/img/m-icon.png">
                            </a>
                        </li>
                        <li>
                            <a class="" href="/store/test.php">
                                <img src="/img/m-icon5.png">
                                주문&nbsp;콜
                                <img class="arrow" src="/img/m-icon.png">
                            </a>
                        </li>
                        <li>
                            <a class="" href="/store/itemlist.php">
                                <img src="/img/m-icon4.png">
                                상품관리
                                <img class="arrow" src="/img/m-icon.png">
                            </a>
                        </li>
                        <li>
                            <a class="" href="/bbs/qalist.php">
                                <img src="/img/m-icon4.png">
                                1:1문의
                                <img class="arrow" src="/img/m-icon.png">
                            </a>
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <div class="main_div">
            <!-- <div style="background-color:black; font-size:20pt; color:white;text-align:center;padding:10px;height:60px;">
	 
    </div> -->
            <div class="orderdiv" style="">
                <!-- ie6,7에서 사이드뷰가 게시판 목록에서 아래 사이드뷰에 가려지는 현상 수정 -->
                <!--[if lte IE 7]>
<script>
    $(function() {
        var $sv_use = $(".sv_use");
        var count = $sv_use.length;
        $sv_use.each(function() {
            $(this).css("z-index", count);
            $(this).css("position", "relative");
            count = count - 1;
        });
    });
</script>
<![endif]-->
            </div>
        </div>
        <!--main_div-->
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://bongfood.kr/ 2024-06-05 14:34:33
2 https://thebolditalic.com/?gi=5346… 2024-06-05 14:34:33
3 https://thebolditalic.com/?gi=01e6… 2024-06-05 14:34:33
4 https://art-mengo.com/ 2024-06-05 14:34:31
5 https://thebolditalic.com/?gi=5352… 2024-06-05 14:34:30
6 https://thebolditalic.com/?gi=e4e6… 2024-06-05 14:34:30
7 https://thebolditalic.com/?gi=691a… 2024-06-05 14:34:28
8 https://thebolditalic.com/?gi=2654… 2024-06-05 14:34:27
9 https://thebolditalic.com/?gi=0aa6… 2024-06-05 14:34:27
10 https://mmsi-pkc.auth0.com/login?s… 2024-06-05 14:34:26
11 https://thebolditalic.com/?gi=45dc… 2024-06-05 14:34:25
12 https://www.inclusiveartsfest.com/ 2024-06-05 14:34:25
13 https://thebolditalic.com/?gi=bfff… 2024-06-05 14:34:23
14 https://thebolditalic.com/?gi=deb3… 2024-06-05 14:34:23
15 https://thebolditalic.com/?gi=64d3… 2024-06-05 14:34:23
16 https://thebolditalic.com/?gi=80f7… 2024-06-05 14:34:21
17 https://thebolditalic.com/?gi=920c… 2024-06-05 14:34:21
18 https://thebolditalic.com/?gi=7c58… 2024-06-05 14:34:18
19 https://thebolditalic.com/?gi=3dc9… 2024-06-05 14:34:18
20 https://thebolditalic.com/?gi=325d… 2024-06-05 14:34:18