yyy-group/net/sub/sub02_02.php
2023-06-20 10:48:26 +09:00

203 lines
5.2 KiB
PHP

<? $mNum = "2"; $sNum = "2";?>
<? include "../include/header.php"; ?>
<? include "../include/visual.php"; ?>
<div id="container">
<? include "../include/left_menu02.php"; ?>
<div id="contArea">
<div class="sub-title">
<h2>제품안내</h2>
<div class="path"><span class="home">Home</span> <span class="arrow"></span> Hosting <span class="arrow"></span> 제품안내</div>
</div>
<div class="real-cont">
<!--// content -->
<div class="product-cnt">
<p><img src="../images/sub/product_img1.jpg" alt="저가형 - 보급형 HP DL360 G6"></p>
<div class="col">
<div class="pro-title type1">저가형</div>
<div class="table01">
<table>
<caption>저가형</caption>
<colgroup>
<col width="120px">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>E5503</td>
</tr>
<tr>
<th>Core</th>
<td>4core / 2.0Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>8G</td>
</tr>
<tr>
<th>HDD</th>
<td>SAS / SSD / SATA 혼합구성 가능</td>
</tr>
<tr>
<th class="none">임대료</th>
<td class="none"><strong class="text-blue"><span class="line-through">25만원</span> > 15만원</strong><span class="text-gray">(회선비 별도)</span></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col">
<div class="pro-title type1">보급형</div>
<div class="table01">
<table>
<caption>보급형</caption>
<colgroup>
<col width="120px">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>E5530 / E5540</td>
</tr>
<tr>
<th>Core</th>
<td>4core / 2.4Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>8G</td>
</tr>
<tr>
<th>HDD</th>
<td>SAS / SSD / SATA 혼합구성 가능</td>
</tr>
<tr>
<th class="none">임대료</th>
<td class="none"><strong class="text-blue"><span class="line-through">35만원</span> > 25만원</strong><span class="text-gray">(회선비 별도)</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="product-cnt">
<p><img src="../images/sub/product_img2.jpg" alt="고급형 HP DL360 G7"></p>
<div class="col">
<div class="pro-title type2">고급형 1</div>
<div class="table01">
<table>
<caption>고급형 1</caption>
<colgroup>
<col width="120px">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>X5560*2</td>
</tr>
<tr>
<th>Core</th>
<td>8core / 2.8Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>16G</td>
</tr>
<tr>
<th>HDD</th>
<td>SAS / SSD / SATA 혼합구성 가능</td>
</tr>
<tr>
<th class="none">임대료</th>
<td class="none"><strong class="text-blue"><span class="line-through">45만원</span> > 35만원</strong><span class="text-gray">(회선비 별도)</span></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col">
<div class="pro-title type2">고급형 2</div>
<div class="table01">
<table>
<caption>고급형 2</caption>
<colgroup>
<col width="120px">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>X5650*2</td>
</tr>
<tr>
<th>Core</th>
<td>12core / 2.6Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>16G</td>
</tr>
<tr>
<th>HDD</th>
<td>SAS / SSD / SATA 혼합구성 가능</td>
</tr>
<tr>
<th class="none">임대료</th>
<td class="none"><strong class="text-blue"><span class="line-through">55만원</span> > 45만원</strong><span class="text-gray">(회선비 별도)</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="product-cnt">
<p><img src="../images/sub/product_img3.jpg" alt="하이엔드 HP DL360P GEN8"></p>
<div class="col">
<div class="pro-title type3">하이엔드</div>
<div class="table01">
<table>
<caption>하이엔드</caption>
<colgroup>
<col width="120px">
<col>
</colgroup>
<tbody>
<tr>
<th>CPU</th>
<td>E5-2690v2*2</td>
</tr>
<tr>
<th>Core</th>
<td>20core / 3.0Ghz</td>
</tr>
<tr>
<th>RAM</th>
<td>32G</td>
</tr>
<tr>
<th>HDD</th>
<td>SAS / SSD / SATA 혼합구성 가능</td>
</tr>
<tr>
<th class="none">임대료</th>
<td class="none"><strong class="text-blue"><span class="line-through">65만원</span> > 55만원</strong><span class="text-gray">(회선비 별도)</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- content //-->
</div>
</div>
</div>
<? include "../include/footer.php"; ?>