

/* Footer (하단메시지)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer{position:relative;background:#1c1a1b;padding:10px 10px 30px;z-index:100;}
#footer > div{position:relative;margin:0 auto; max-width:1200px; width:100%;}

#footer a {
    color:#fff !important;
}

.footer-menu{height:60px;z-index:100;}
.footer-menu:after{content:""; display:block; clear:both;}
.footer-menu .menu{float:right; padding:30px 0px 0 0;}
.footer-menu .menu li{display:inline-block; margin-left:10px; padding-left:10px; line-height:12px;color:#333;}
.footer-menu .menu li:first-child{margin-left:0; padding-left:0; border-left:0;}
.footer-menu .menu li a{line-height:12px; font-size:14px;color:#fff;}
.footer-menu .menu li a:hover{text-decoration:underline !important;}

.footer-info{margin-top:10px;padding:10px 0;}
.footer-info:after{content:""; display:block; clear:both;}
.footer-menu .footer-logo{float:left; margin:30px 0 0 0;}
.footer-menu .footer-logo img{
    height:20px;
}
.footer-info .info{position:relative;padding:10px 0; font-size:14px; color:#fff;line-height:23px;}
.footer-info .info span.pc_view{color:#6a7079;padding:0 5px;}
.footer-info .copyright{margin-top:10px; color:#ababab;}
#footer > div .family_wrap{position:absolute;right:0;top:5px;}
#footer > div .family_wrap select{background:#404650;color:#fff;border-radius:40px;border:0;padding:10px;font-size:14px;}


.back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50%;
    background: #fff;
    opacity: .85;
    border:1px solid #000;
}
.back-to-top i {
    position: relative;
    top: 5px;
}
.back-to-top i:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 12px !important;
    left: -5px;
}
.back-to-top i:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 12px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px !important;
    right: -5px;
}

.back-to-top:hover {
    opacity: 1;
}

/* 아래는 후이즈 소스에서 변경 ! */
@media only screen and (max-width: 1200px) {
	.nav-btn {z-index: 999;display: block;position: fixed; top: 17px;right: 20px;width: 30px;height: 20px;cursor: pointer;}
	.nav-btn span {position: absolute;left: 50%;display: block;margin-left: -15px;width: 30px;height:3px;background: #ce112d;transition: .2s all linear;border-radius:20px;}
	.nav-btn span:nth-child(1) {top: 0;}
	.nav-btn span:nth-child(2) {top: 10px;}
	.nav-btn span:nth-child(3) {top: 20px;}
	.nav-btn.nav-close {position: fixed;}
	.nav-btn.nav-close span:nth-child(1) {top: 50%;transform: rotate(45deg);}
	.nav-btn.nav-close span:nth-child(2) {margin-left: 0;width: 0;}
	.nav-btn.nav-close span:nth-child(3) {top: 50%;transform: rotate(-45deg);}
}

