@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
}

* {font-family: 'GmarketSansLight',sans-serif; }
.f_l {float:left; }
.t_c {text-align:center;}

.bg_gray {background:#aaa;}
.bg_sgray  {background:#eee;}
.bg_white {background:#FFF;}
.bg_red{background:#ff6600;}
.bg_blue{background:#264588;}
.bg_wblue{background:#eaf7ff;}
.bg_green{background:#a0bd2d;}


.pd_h_1 {clear:both; height:1px;}
.pd_h_6 {clear:both; height:6px;}
.pd_h_10 {clear:both; height:10px;}
.pd_h_15 {clear:both; height:15px;}
.pd_h_20 {clear:both; height:20px;}
.pd_h_30 {clear:both; height:30px;}
.pd_h_40 {clear:both; height:40px;}
.pd_h_50 {clear:both; height:50px;}
.pd_h_60 {clear:both; height:60px;}
.pd_h_70 {clear:both; height:70px;}
.pd_h_80 {clear:both; height:80px;}
.pd_h_90 {clear:both; height:90px;}
.pd_h_100 {clear:both; height:100px;}
.pd_h_110 {clear:both; height:110px;}
.pd_h_120 {clear:both; height:120px;}
.pd_h_130 {clear:both; height:130px;}
.pd_h_160 {clear:both; height:160px;}
.pd_h_180 {clear:both; height:180px;}
.pd_h_200 {clear:both; height:200px;}
.pd_h_250 {clear:both; height:250px;}
.pd_h_300 {clear:both; height:300px;}

.f_w {font-weight:bold;}
.f_c_g {color:#548c2b; }
.f_c_b {color:#264588; }

.h4 {
font-weight:bold; font-size:14px;padding-bottom:10px;
}

.stlt_top {
font-size:16px;
font-weight:bold;
color:#264588;
line-height:20px;
padding-bottom:10px;
}


.tbl  th{
padding:5px 0;
font-weight:500;
font-size:14px;
background:#8DA6A6;
color:#FFF;
text-align:center;
line-height:25px;
}


.tbl  td {
padding:5px;
font-size:12px;
text-align:center;
border:solid 1px #EEE;
line-height:25px;
}

.tbl  tr:hover {
background:#EEE;
}

.tbl  {
width:100%;
margin:auto;
}

