.google-plus-iframe {
	/* background-color: black; */
	position: relative;
  top : 40px;
	left : 45px;
	width : 50px;
	-moz-transform: scale(1.5);
	-moz-transform-origin: 0 0;
	-o-transform: scale(1.5);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1.5);
	-webkit-transform-origin: 0 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;


}

.google-plus-container {
  width: 120px;
  height: 120px;
  position:relative;
  display:inline-block;
  vertical-align:middle;

}

.google-plus-icon {
    width: 100px;
    height: 100px;
    background: transparent url('../img/img_sns_2.gif') repeat;
    position: absolute;
    left:20px;
}

@media all and (max-width: 750px) {

	.google-plus-iframe {
		position: relative;
		top : 20px;
		left : 10px;
		width : 30px;
		-moz-transform: scale(1.1);
		-moz-transform-origin: 0 0;
		-o-transform: scale(1.1);
		-o-transform-origin: 0 0;
		-webkit-transform: scale(1.1);
		-webkit-transform-origin: 0 0;

	}

	.google-plus-container {
	  width: 50px;
	  height: 50px;
	  position:relative;
	  display:inline-block;
	  vertical-align:middle;
	}

	.google-plus-icon {
	    width: 50px;
	    height: 50px;
			left:10px;
	    background: transparent url('../img/img_sns_2.gif') no-repeat;
			background-size: 50px 50px;
	    position: absolute;
	}

	.sns3 {
		margin-left: 10px !important;
	}
}

/* 라이브리 CSS */
#livereHome,#livereGuide,#livereReplyWrapper,#livereReplySort,#livereNavigatorWrapper,.attach-photo-btn,#livereAttachOpenBtnsWrapper {
	display: none;
}
