@charset "utf-8";
@import "/sites/gs/style/css/layout_master.css";

/**[팝업]********************************************************/
	#_masterPopup {
		display: none;
		background-color: #333;
	}
	#_masterPopup ._masterPopupInner{
		width: 100%;
		margin: auto;
	}
	#_masterPopup ._masterPopupContent{
		height: 92px;
	}
	#_masterPopup ._masterPopupIframe{
		display: block;
		width: 100%;
		height: 100%;
	}
	#_masterPopup ._masterPopupForm{
		border-top: 1px solid #626262;
		overflow: hidden;
		text-align: right;
		height: 28px;
	}
	#_masterPopupCheck ,
	#_masterPopupClose {
		line-height: 28px;
		display: inline-block;
		color: #999;
	}
	#_masterPopupCheck {
	}
	#_masterPopupClose {
		line-height: 28px;
		display: inline-block;
		background-color: transparent;
		background-image: url(../images/popupClose.gif);
		background-repeat: no-repeat;
		background-position: right 50%;
		padding-right: 20px;
		margin-left: 1em;
	}

/**[다단]********************************************************/
/*	.multipleDiv .multipleContentsDiv{
		 min-height: 100px;
	    margin: auto;
		position: relative;
	}*/
	.multipleDiv ._multipleDivObjTool {
	  top: auto !important;
	  bottom: 0;
	}
