/***********************************************************************************
* Copyright (C)RFLOGIX since 2010.08.24 (rflogix@rflogix.com)
************************************************************************************
* ● 프로젝트	: RFLOGIX-홈페이지
* ○ 파일		: common.css
* ○ 생성		: 2017.03.30(목요일)
* ○ 최종변경	: 2017.03.30(목요일)
***********************************************************************************/



/***********************************************************************************
* 기본 관련
***********************************************************************************/




/***********************************************************************************
* page_footer
***********************************************************************************/

.page_footer {width:100%; overflow:hidden; background:#0a0a0a; position:relative;}
.page_footer .footer_wrap {max-width:1100px; padding:0 0 40px 0; margin:0 auto; overflow:hidden; position:relative;}
.page_footer .footer_wrap .footer {width:calc(100% - 20px); float:left; padding:30px 10px 0 10px;}

.page_footer .footer_wrap .footer h5 {
font-family:'Dosis'; font-size:14px; color:#999; text-transform:uppercase; letter-spacing:3px; line-height:40px;
border-bottom:1px solid #232323; padding:0; margin:0;
}
.page_footer .footer_wrap .footer ul {padding:0;}
.page_footer .footer_wrap .footer ul>li {
	width:100%;
	line-height:18px;
	list-style:none;
	font-size:11px; color:#333;
}
.page_footer .footer_wrap .footer ul>li>a {
	font-size:12px; color:#666;
	margin-right:5px;
	transition:color 0.5s;
}
.page_footer .footer_wrap .footer ul>li>a:hover {color:#fff; text-decoration:none}

.page_footer .footer_wrap .footer ul>li label {width:65px; font-weight:normal; color:#666; display:inline-block;}

.page_footer .footer_wrap .footer.notice li {line-height:20px; color:#999; margin:0;}
.page_footer .footer_wrap .footer.notice li label {width:110px;}
.page_footer .footer_wrap .footer.notice li a {color:#999;}

.page_footer .footer_wrap .footer.hour li {line-height:20px; color:#999; margin:0;}
.page_footer .footer_wrap .footer.hour li label {width:80px;}

.page_footer .footer_wrap .footer.contact li {line-height:20px; color:#999; margin:0;}
.page_footer .footer_wrap .footer.contact a {color:#999;}

@media (min-width:760px) {
	.page_footer .footer_wrap .footer {width:calc((100% - 60px) / 3);}
}

@media (min-width:1100px) {
	.page_footer .footer_wrap .footer {width:calc((100% - 60px) / 3);}
}

.page_footer .footer_copyright {width:100%; padding:30px 0; position:relative; background:black;}
.page_footer .footer_copyright .footer_logo {width:100%; margin-bottom:12px; text-align:center; position:relative;}
.page_footer .footer_copyright .footer_logo img {width:136px; display:inline-block;}
.page_footer .footer_copyright .footer_copy {width:100%; text-align:center; font-family:'Open Sans'; font-size:10px; color:#333;}
