/*상단 플로팅 바 옵션 가리기  */


iframe.skiptranslate { 
	display: none !important; 
}

.skiptranslate { display: none !important;}
#google_translate_element {
	display:none !important;
}


.goog-logo-link { 
	display:none !important; 
} 

.goog-te-gadget {
	display:none !important;
    color: transparent !important;
    overflow: hidden;
    height: 0px !important;
    width: 0px !important;
    position: absolute;
    top: 0;
    z-index: -1;
}

/* 툴팁, 팝업 숨기기 */
#goog-gt-tt, .goog-te-balloon-frame {
    display: none !important;
}



/*원본 텍스트 팝업 안뜨게 하기*/

.goog-tooltip {
    display: none !important;
}

.goog-tooltip:hover {
    display: none !important;
}

.activity-root,
.status-message,
.started-activity-container {
    display: none !important;
}

.goog-text-highlight {
	background-color: transparent !important; 
	border: none !important; 
	box-shadow: none !important;
}

/*현재 디스플레이 된 select_box */
.goog-te-combo { 
    display: none !important;
    margin: 0 !important;
    float: right;
    padding: 5px;
}
.test{
	position: fixed;
	z-index: 0;
}