@charset "utf-8";
#copyright_contents{
	display: none;
	z-index: 40;
    position: relative;
    width: 100%;
    height: calc(100% - 82px);
    top: 0px;
    overflow-y: auto;
    background-color: #fff;
}

#copyright_contents .ios,
#copyright_contents .android{
    display: none;
    padding: 10px 10px 90px 10px;
    font-size: 9px;
}