@charset "utf-8";
/* CSS Document */


#main { width:100%; background:#cee1db url(/layout/img/hp_news.jpg) no-repeat center top;}

#top { width:100%; height:330px;}
#top .container{ height:330px;}
#top .container .tit{ display:inline-block; float:left; margin-top:35px; font-size:14px;}
#top .container h1{ margin-bottom:20px; font-size:22px; line-height:28px;}
#top .container p{ margin-bottom:10px;}
#top .container .info{ width:250px; font-size:12px}


/***********************************************
		LISTING
***********************************************/
#cnt { width:100%; background:#e6e6e6;}
#cnt .container { padding:25px 0; }

.tab { width:100%; overflow:hidden;}
.tab a{ display:inline-block; height:22px; line-height:22px; padding:0 10px; color:#164b4f;}
.tab a:hover,
.tab a.active{ color:#1eb4c7; background:#ffffff;}
.tab em{ display:inline-block; width:1px; height:20px; line-height:20px; margin:0; padding:0; background:#ffffff;}

.form { width:100%; overflow:hidden; background:#ffffff;}
.form h5{ font-size:12px; margin-bottom:10px; }
.form .privacy{ font-size:11px;}
.form .privacy a{ color:#1eb4c7; font-weight:bold;}

.form form{ padding:20px 10px;}
