@charset "euc-kr";
/* CSS Document */

/* Mobile Layout: 480px and below. */
.popup_menu {
	display:none;
	
}

.popup_bottom {
	display:none;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 550px) {

.popup_menu {
	display:none;
}

.popup_bottom {
	display:none;
}

}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
.popup_menu {
	font-family: 'Nanum Gothic', serif;
	display:block;
	position:absolute;
	background:url(/keei/keei_portal/images/09_popup/09_popup_right.gif) no-repeat top right;
	height:391px;
	width:100%;
	max-width:930px;
	float:right;
	margin:80px 0 0 0;
}

.popup_menu .popup_menu_layout {
	float:left;
	background:url(/keei/keei_portal/images/09_popup/09_popup_left.gif) no-repeat top left;
	height:391px;
	width:100%;
	max-width:930px;
}

.popup_menu .popup_menu_layout .popup_menu_top {
	float:left;
	width:100%;
	height:44px;
}

.popup_menu .popup_menu_layout .popup_menu_top .pmt_close {
	float:right;
	background:#ffffff;
	border:1px solid #c4c4c4;
	width:67px;
	height:23px;
	text-align:center;
	line-height:23px;
	cursor:pointer;
	margin:12px 12px 0 0;
}

.popup_menu .popup_menu_layout ul {
	float:left;
	width:10%;
	margin:0 1% 0 3%;
	height:347px;
}

.pmt_top {
	margin:25px 0 5px 0;
}

.popup_menu .popup_menu_layout ul li {
	float:left;
	width:100%;
}

.popup_menu .popup_menu_layout ul li a {
	display:block;
	float:left;
	background:none;
	padding-left:0;
	width:100%;
	height:28px;
	margin-top:0;
	margin-left:0;
	color:#4f4f4f;
	font-size:12px;
	text-decoration:none;	
}

.popup_menu .popup_menu_layout ul li a:hover {
	color:#068cd3;
	text-decoration:underline;
}

.popup_menu .popup_menu_layout ul li a b {
	float:left;
	color:#434343;
	font-size:14px;
}

.popup_bottom {
	display:block;
	position:absolute;
	background:url(/keei/keei_portal/images/09_popup/09_popup_bottom.gif) no-repeat top left;
	width:914px;
	height:343px;
	cursor:default;
	margin:0;
}

.popup_bottom .pb_btn {
	font-family: 'Nanum Gothic', serif;
	float:right;
	background:#ffffff;
	border:1px solid #c4c4c4;
	width:69px;
	height:23px;
	margin:12px 12px 0 0;
	text-align:center;
	line-height:23px;
	cursor:pointer;
}

.popup_bottom .pb_01 {
	float:left;
	background: url(/keei/keei_portal/images/09_popup/09_popup_image01.gif) top left;
	width:191px;
	height:228px;
	cursor:pointer;
	margin:76px 0 0 86px;
}

.popup_bottom .pb_02 {
	float:left;
	background: url(/keei/keei_portal/images/09_popup/09_popup_image02.gif) top left;
	width:191px;
	height:228px;
	cursor:pointer;
	margin:76px 0 0 86px;
}


.popup_bottom .pb_03 {
	float:left;
	background: url(/keei/keei_portal/images/09_popup/09_popup_image02.gif) top left;
	width:191px;
	height:228px;
	cursor:pointer;
	margin:76px 0 0 86px;
}

.popup_bottom .pb_site {
	float:left;
	width:191px;
	height:228px;
	cursor:pointer;
	margin:76px 0 0 86px;
}

}