@media (max-width: 600px) { /*mo*/
    .social-icon-img {
        width: 40px;
        height: 40px;
    }
    .footer-title {
        font-size: 20px;
    }
	.frame_profile {
		width: 128px;
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 0;
		pointer-events: none;
	}
	.favatar_profile {
		min-height: 100px;
		position: absolute;
		width: 100px;
		height: auto;
		cursor: pointer;
		display: block;
		border-radius: 100px;
		top: 30px;
		left: 14px;
	}
	.cproav{
		display: table-cell;
		width: 128px;
		height: 157px;
		vertical-align: top;
		position: relative;
		border-radius: 5px;
		overflow: hidden;
	}
	.frame_noborder{
		border: 0 !important;
		position: relative;
		top: 18px;
		left: -1px;
	}
}
@media only screen and (min-width: 1025px) { /*pc*/
	
}