/*
	/module/top_2016/css/hicbc.com.pc.css
	-----------------------------------
	v1.0
	Last Updated: 2017-01-01
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2017-01-01
	-----------------------------------
*/


/*
	[Content]
	00:	Global Navigation
	01:	Base Layout
	02:	Global Footer
	-----------------------------------
*/


/*
	00:	Global Navigation
----------------------------------------- */


#global-nav {
	border-bottom: 2px solid #39414e;
}

/*
#global-nav {
	display: none;
}

@media screen and (min-width: 40em) {
	#global-nav {
		display: none;
	}
}
*/


/*
	01:	Base Layout
----------------------------------------- */


.c2-l { float: left; }
.c2-r { float: right; }

	
	
#cbc-container {
}
#cbc-wrap {
}
#cbc-content {
}
#cbc-pickup-block,
#cbc-content-block {
	min-width:980px;
}
#cbc-main-block {
}
#cbc-aside-block {
}

@media (min-width: 1281px) {
	#cbc-pickup-block,
	#cbc-content-block {
		min-width:1280px;
	}
}





/*
	02:	Global Footer
----------------------------------------- */

#global-footer {
	min-width:980px;
	background: #434343;
	padding:26px 0 1px;
	width: 100%;
}
#global-footer a {
	color: #FFF;
}

#footer-list {
	width: 960px;
	margin: 0 auto 2.25em;
}
.footer-list-section {
	width: 300px;
	float: left;
	margin: 0 10px 2em;
}
.footer-list-section h2 {
	padding: 0 9px 12px;
	font-weight: bold;
	line-height: 2em;
	border-bottom: 1px solid #a1a1a1;
}
.footer-list-section ul {
	list-style: none;
	margin-top: 1em;
}
.footer-list-section li {
	padding: 0 9px;
	line-height: 2em;
}
.footer-list-section .list li:before {
	font-family: FontAwesome;
	content: '\f0da';
	margin-right: 0.35em;
	color: #a1a1a1;
}

#copyright {
	width: 100%;
	background-color: #313131;
	font-size: 0.857em;
	line-height: 1.714em;
	text-align: center;
	color: #FFF;
	padding: 1.143em 0 1.25em;
}
#copyright p {
	width:960px;
	margin: 0 auto;
}


@media (min-width: 1281px) {
	#global-footer,
	#copyright p {
		min-width:1280px;
	}
	#footer-list {
		width: 1280px;
	}
}
