.copy {
	position: absolute;
	width:100%;
    -top: calc(50% + 190px);
    bottom: 100px;
    color: #fff;
    text-align: center;
    padding: 0px 40px;
    word-break: keep-all;
    font-size: 9px;
    line-height: 1.4;
    opacity: 0.9;
}


/* 트래커 로고 크기 조정 */
#wrap > div#left h1 img {
	height: 21px;
}

.login .top img {
	width:100%;
	max-width: 296px;
}