/home/mjc1/public_html/html/millennium/service_review_detail.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
94
95
96
97
98
99
<?php include_once("./_common2.php"); ?>
<?php 
include("./Page/common/header.php"); ?>
<?php

// ¸î¸íÀÌ ÀÌ ÆäÀÌÁö¿¡ µé¾î¿Ô´ÂÁö Ä«¿îÆÃ
if($_SERVER['REMOTE_ADDR']!='58.151.27.172' && $_SERVER['REMOTE_ADDR']!='115.138.35.2' && $_SESSION['service_cnt_flg'] != "1"){ // »ç³»ÀÇ ´ë±¸, ¼­¿ï ¾ÆÀÌÇǰ¡ ¾Æ´Ò °æ¿ì¿¡¸¸

    
$today date("Y-m-d"); // ¿À´Ã³¯Â¥
    
$time date("H");
    
$page basename($_SERVER['PHP_SELF']);
    if(
end(explode('.'basename($_SERVER['PHP_SELF']))) == "php") {
        
$sql "SELECT * FROM mBoard_page_count WHERE inflow_date = '{$today}' AND page = '{$page}' ORDER BY inflow_time DESC";
        
$res mysql_query($sql,$connect_web);
        
$row mysql_fetch_array($res);

        if(!
$row || $row['inflow_time'] != $time){ // µ¥ÀÌÅͰ¡ ¾øÀ» ¶§
            
$insertsql "INSERT INTO mBoard_page_count(inflow_date, inflow_time, count, page, page_kr) VALUES ('{$today}', '{$time}', 1, '{$page}', 'Á¦Ç°/¼­ºñ½º ÀÌ¿ë Èıâ')";
            
mysql_query($insertsql,$connect_web);
        } else { 
// µ¥ÀÌÅͰ¡ ÀÖÀ» ¶§
            
$updatesql "UPDATE mBoard_page_count SET count = count+1 WHERE inflow_date = '{$today}' AND inflow_time = '{$time}' AND page = '{$page}'";
            
mysql_query($updatesql,$connect_web);
        }
    }

    
$_SESSION['service_cnt_flg'] = "1";
}

?>


<style>
.review_detail_tit{height:263px;}
.review_detail_tit{background:url('./img/customer/board_title/service_review_detail_tit2-2.png') center no-repeat;}
.review_detail_layout{text-align:center;padding:70px 0 60px;}
/* .review_detail_layout div, .review_detail_layout span, .review_detail_layout dl, .review_detail_layout dt, .review_detail_layout dd, .review_detail_layout ul, .review_detail_layout ol, .review_detail_layout li, .review_detail_layout h1, .review_detail_layout h3, .review_detail_layout h4, .review_detail_layout h5, .review_detail_layout h6,.review_detail_layout blockquote,.review_detail_layout p,.review_detail_layout address,.review_detail_layout pre,.review_detail_layout cite,.review_detail_layout form,.review_detail_layout fieldset,.review_detail_layout input,.review_detail_layout textarea,.review_detail_layout select, .review_detail_layout table,.review_detail_layout th,.review_detail_layout td {font-family:'NanumBarunGothic', sans-serif !important;} */

.review_detail_layout .list {display:flex;flex-wrap: wrap;}
.review_detail_layout .list .list_li {flex-basis: 282px;flex-shrink: 0;margin-bottom:28px;margin-right:24px;}
.review_detail_layout .list .list_li:nth-child(4n) {margin-right:0px;}
.review_card {width:282px;box-sizing:border-box;border-radius:8px;border:1px solid #ccc;transition: 0.2s;}
.review_card .review_company {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding:20px 20px 18px 20px;text-align:left;border-bottom:1px solid #ccc;}
.review_card .review_company h2{font-size:24px;line-height:24px;font-weight:900;color:#6868FF;font-family: ³ª´®½ºÄù¾î, 'NanumSquare', sans-serif;margin-bottom:16px;}
/*.review_card .review_company ul{width:100%;display:flex;justify-content:space-between;}*/
/* .review_card .review_company ul li{float:left;font-size:13px;line-height:13px;font-family: ³ª´®½ºÄù¾î, 'NanumSquare', sans-serif;color:#707070;}
.review_card .review_company ul li:last-child{padding-right:10px;margin-left:10px;}
.review_card .review_company ul li em{font-weight:600;color:#6868FF;} */


.list_header{width:100%;position:relative; overflow:hidden;height:56px;background-color: #424242;}
.list_header li /*  .service_detail_list li */{float:left; display:block; height:100%;}
.list_header li {text-align:center;line-height:56px;font-size:16px;font-weight:600;color:#fff;}
.list_header li:not(:last-child){border-right: 2px dashed #767676;}

.service_detail_list{/* display: flex;align-items: center; */width:100%;border-bottom: 1px solid #E8E8E8;}
.service_detail_list::after{content:'';clear:both;display:block;}
.service_detail_list td{text-align:center; box-sizing:border-box;padding:22px 20px; line-height:180%;font-size: 16px;box-sizing:border-box;}
.service_detail_list:nth-of-type(2n){background-color:#fff;}
.service_detail_list:nth-of-type(2n-1){background-color:#F9F9F9;}

tr .date{letter-spacing: -1.2px;}
tr .comp_name{}
.service_detail_list .comp_name{font-weight:600;}
tr .comp_type{}
tr .review_contents{}
.test_btn,
.test_btn2 {margin:0 auto;width:290px;height:56px;}

.service_detail_list td:not(:last-child){border-right: 2px dashed #DDDDDD;}



/* º£½ºÆ®¸®ºä / ÀϹݸ®ºä ±¸ºÐ 24.06.12 ÀÌÇöÁ¤ Ãß°¡ */
#normal {display:none}

#tab_btn {display:flex; flex-wrap:wrap; text-align:center; } 
#btn_1, #btn_2 {position:relative; cursor:pointer; font-size:21px; z-index:1; width:50%; line-height:50px; box-sizing: border-box; color:#777; font-weight:600 }
 
#btn_1::before,
#btn_2::before {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index:-1; border-bottom: 50px solid #eee; border-left: 0 solid transparent; border-right: 25px solid transparent;}

#btn_1.active, 
#btn_2.active {color:#fff; font-weight:600}
 
#btn_1.active::before,
#btn_2.active::before {content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index:-1; border-bottom: 50px solid #2FAECA; border-left: 0 solid transparent; border-right: 25px solid transparent;}


.number_format {font-size: 17px;font-weight: 600;color: #424242;text-align: right;margin-bottom: 20px;position: absolute;right: 30px;top: 45px;}
</style>
 

    <div class="review_detail_tit"></div>
    <div class="wrap">
        <?php include("./service_review_detail_inc.php"); ?>
    
    </div><!-- //wrap -->


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