@charset "utf-8";
/* pop up */
.modal_pop {
  position: fixed;
  top: 16%;
  min-height: 440px;
  width: 960px;
  background: #FFFFFF;
  z-index: 10001;
}

.modal_pop .close_btn {
  cursor: pointer;
  float: right;
}
.modalWindow {
  width: 960px;
  margin: 0 auto;
}

.modalWindow .modalWindowTitle {
  width: 960px;
  margin-top: -32px;
  z-index: 100;
}

.modalWindow .modalWindowContent {
  padding: 40px 0;
  text-align: left;
}

.safety_modal_title {
  font-weight: bold;
  padding: 15px 15px 0 15px;
  font-size: 16px;
}

.safety_modal_item {
	margin: 0;
}

.safety_modal_item ul {
	width: 880px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.safety_modal_item ul {
	width: 880px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.safety_modal_item ul li {
	display: inline-block;
	width: 200px;
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	vertical-align: top;
}

.safety_modal_item ul li a {
	color: #646464;
}

.safety_modal_item ul li a:hover {
	color: #ff0000;
}

.safety_modal_item ul li a:hover img {
	background-color: #fff;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


.safety_modal_item ul li a p {
	margin-top: 20px;
}

.bGg {
	width: 100%;
	height: 120%;
	background-color: #fff;
	filter: alpha(opacity=75)!important;
	-moz-opacity: 0.75;
	opacity: 0.75;
	position: fixed;
	top: -50px;
	left: 0px;
	z-index: 10000;
	cursor: pointer;
	display: none;
}

.safe_01,.safe_02,.safe_03,.safe_04,.safe_05,.safe_06 {
    height: 639px;
}
