.TOP .backimg {
    /*background-image: url("/assets/img/TOP_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
	background-color:#f6f6f6;
}
.TOP .logo {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}
.TOP .login_list > a {
    border-radius: 4px;
    margin: 10px;
    text-align: center;
	padding: 5px 0;
}
.TOP .copy {
    color: #fff;
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
}
.TOP .bottom {
    top: 220px;
    position: absolute;
    bottom: 60px;
    width: 100%;
}
.TOP .container {
    height: 100%;
    background-color: #fff;
}
.TOP .CONTENTS {
    height: 100%;
}
.TOP .WRAPPER {
    height: 100%;
	box-shadow: none;
}
.TOP a {
    display: block;
}
.TOP .top-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}
.TOP .indicator {
    margin: 25px auto 0;
    width: 90px;
}
.TOP .login_list > a.category.one {
    background-color: #eb5e0b;
}
.TOP .login_list > a.category.two {
    background-color: #9b0805;
}
.TOP .login_list .category > img {
    margin: 0 auto;
    width: 110px;
}



@media (min-width: 768px){
.TOP .CONTENTS {
   margin: 0 auto;
    padding-right: 0;
    width: 768px;
}

}
