@charset "utf-8";


.footer {
    padding-top: 107px;
    padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
    .footer {
        padding-top: 370px;
        padding-bottom: 70px;
    }
}

.footer.dark {
/*    background-color: #272c31;*/
}

@media screen and (min-width: 1024px) {
    .footer.dark {
        background-color: transparent;
    }
}

.copyright {
    font-size: 11px;
    color: #272c31;
    text-align: center;
    /*font-family: AppleSDGothicNeo, 'Titillium Web', 'NanumSquare', 'Malgun Gothic', sans-serif;*/
}

@media screen and (min-width: 1024px) {
	.copy-txt {
		text-align: center;
		margin-bottom: 10px;
	}
	.copy-txt  .copyright{
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
	}

    .copyright {
        font-size: 14px;
    }
}

.footer.dark .copyright {
    opacity: .5;
}
