@charset "UTF-8";

/*
 * Global
 * @file global.scss
 * @author idchoi2@gmail.com
 * @description JCC Global 변수 및 함수 정의
*/
/*
 * Layout
*/
/*
 * Font
*/
/*
@font-face {
  font-family: 'ClearSansRegular';
  src: url("../font/clearsans/clearsans_regular_macroman/ClearSans-Regular-webfont.eot");
  src: url("../font/clearsans/clearsans_regular_macroman/ClearSans-Regular-webfont.eot?iefix") format("eot"), url("../font/clearsans/clearsans_regular_macroman/ClearSans-Regular-webfont.woff") format("woff"), url("../font/clearsans/clearsans_regular_macroman/ClearSans-Regular-webfont.ttf") format("truetype"), url("../font/clearsans/clearsans_regular_macroman/ClearSans-Regular-webfont.svg#webfont") format("svg"); }
@font-face {
  font-family: 'ClearSansBold';
  src: url("../font/clearsans/clearsans_bold_macroman/ClearSans-Bold-webfont.eot");
  src: url("../font/clearsans/clearsans_bold_macroman/ClearSans-Bold-webfont.eot?iefix") format("eot"), url("../font/clearsans/clearsans_bold_macroman/ClearSans-Bold-webfont.woff") format("woff"), url("../font/clearsans/clearsans_bold_macroman/ClearSans-Bold-webfont.ttf") format("truetype"), url("../font/clearsans/clearsans_bold_macroman/ClearSans-Bold-webfont.svg#webfont") format("svg"); }
/*
 * Color
*/
/*
 * Misc
*/
/*
 * Footer
 * @file footer.scss
 * @author idchoi2@gmail.com
 * @description 푸터 영역 스타일 정의
*/
#footer {
	padding: 30px 0;
	font-size: 13px;
	background: #f3f3f3;
}

#footer .container {
	position: relative;
}

#footer #logo-bottom {
	width: 80px;
	height: 26px;
	margin-bottom: 30px;
}

#footer .footer-inner-wrap {
	width: 100%;
	position: relative;
}

#footer .footer-inner-wrap>.row {
	display: flex;
}

#footer .footer-cnt {
	line-height: 20px;
}

#footer .footer-cnt a {}

#footer .footer-cnt .br-mobile {
	display: none;
}

.footer_phone {
	position: absolute;
	right: 0;
}

.footer_phone a {
	display: block;
	font-size: 24px;
	font-weight: 600;
	padding-left: 28px;
	background: url("../img/icon-phone-black.svg") no-repeat left center / 20px;
}

.footer_right {
	align-self: flex-end;
	display: flex;
	justify-content: flex-end;
}

.footer-sns-wrap {
	display: flex;
	align-items: center;
	height: 27px;
	margin-right: 10px;
}

.footer-sns-wrap a {
	width: 24px;
	height: 24px;
}

.footer-sns-wrap a~a {
	margin-left: 8px;
}

.footer-sns-wrap a img {
	width: 100%;
}

#footer .family-wrap {}

#footer .btn-family-wrap {
	text-align: right;
}

#footer .btn-family {
	width: 177px;
	height: 27px;
}

#footer #img-map {
	width: 309px;
	height: 259px;
}

#footer #footer-nav-wrap .footer-nav li {
	width: 100%;
	display: block;
	margin-bottom: 18px;
}

#footer #footer-nav-wrap .footer-nav li a {
	display: inline-block;
	font-weight: 700;
	font-size: 13px;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

#footer #footer-nav-wrap .footer-nav li ul {
	margin-top: 10px;
}

#footer #footer-nav-wrap .footer-nav li ul li.sub {
	margin-bottom: 12px;
}

#footer #footer-nav-wrap .footer-nav li ul li.sub a {
	color: #666;
	font-weight: 400;
	border-bottom: none;
	padding-bottom: 0;
}

#footer .family_sub {
	z-index: 1;
	display: none;
	width: 680px;
	height: 200px;
	background: #555;
	position: absolute;
	top: -200px;
	right: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	font-weight: 300;
}

#footer .family_sub .btn-footer {
	position: absolute;
	right: 10px;
	top: 7px;
}

#footer .family_sub>ul {
	overflow: hidden;
	height: 100%;
}

#footer .family_sub>ul>li {
	width: 130px;
	float: left;
	border-left: 1px solid #666;
	height: 100%
}

#footer .family_sub>ul>li>span {
	border-bottom: 1px solid #666;
	display: inline-block;
	width: 100%;
	padding: 7px 0px 7px 0px;
}

#footer .family_sub>ul>li>span em {
	padding-left: 13px;
}

#footer .family_sub>ul>li:first-child {
	width: 145px;
}

#footer .family_sub ul li.third {
	width: 119px;
}

#footer .family_sub ul li.fourth {
	width: 145px;
}

#footer .family_sub ul li.last {
	width: 136px;
}

#footer .family_sub>ul>li a {
	color: #fff;
}

#footer .family_sub>ul>li>ul>li {
	padding: 2px 10px 2px 13px;
}

#footer .family_sub>ul>li>ul>li:first-child {
	padding-top: 5px;
}

#footer .family_sub>ul>li>ul>li a:hover {
	text-decoration: underline;
}

@media (min-width: 920px) and (max-width: 1070px) {
	#footer .family_sub {
		bottom: 109px;
		right: 10px;
	}
}

@media (min-width: 1070px) and (max-width: 1160px) {
	#footer .family_sub {
		bottom: 129px;
		right: 10px;
	}
}

#btn-top-wrap {
	position: absolute;
	top: -125px;
	right: -0px;
}

#btn-top-wrap #btn-top {
	width: 35px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	position: fixed;
	bottom: 0;
	background: url("../img/btn-to-top-gray.png") no-repeat center center;
}

@media (max-width: 820px) {
	#btn-top-wrap #btn-top {
		bottom: 20%;
	}

	#footer .footer-cnt .br-mobile {
		display: block;
	}
}

@media (max-width: 767px) {
	#footer .btn-family-wrap {
		text-align: left;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#btn-top-wrap #btn-top {
		width: 35px;
		height: 35px;
		background-size: 35px 35px;
	}
}

/*# sourceMappingURL=footer.css.map */