@charset "utf-8";

#popup_container {
	display: none;
	position: fixed;
	z-index: 10000;
}

.popup_box {
	position: fixed;
	background-color: #fff;
	overflow-y: auto;
	border: 1px solid #666;
}
.popup_box button {
	position: absolute;
	z-index: 1;
	background-color: transparent;
	font-size: 40px;
	right: 0;
	cursor: pointer;
	color: #fff;
}

.not_see_today {
	cursor: pointer;
	background-color: #000;
	color: #999;
	line-height: 18px;
	padding: 5px 20px;
	font-size: 13px;
}
.popup_contents {
	width: 100%;
}

ul,
li {
	list-style: none;
}

.popLayout1 {
	width: 100%;
	position: relative;
	background: #000 url(/img/popup/pop01_bg.png) no-repeat center center;
	-ms-overflow-style: none;
	overflow-y: scroll;
}
.popLayout1::-webkit-scrollbar {
	display: none;
}
.popLayout1 .fr-view {
	font-size: 14px;
	width: 100%;
}
.popLayout1 .fr-view h2 {
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: rgb(176, 191, 15);
	padding-top: 10px;
}
.popLayout1 .fr-view .pophead {
	height: 50px;
	display: block;
}
.popLayout1 .fr-view .content {
	padding: 20px;
	color: #fff;
}
.popLayout1 .fr-view .content p {
	line-height: 20px;
}

.popLayout2 {
	width: 100%;
	position: relative;
	background: #000 url(/img/popup/pop02_bg.png) no-repeat center center;
	-ms-overflow-style: none;
	overflow-y: scroll;
}
.popLayout2::-webkit-scrollbar {
	display: none;
}
.popLayout2 span {
	position: absolute;
	width: 54px;
	height: 54px;
}
.popLayout2 .fr-view {
	font-size: 14px;
	width: 100%;
}
.popLayout2 .fr-view h2 {
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: rgb(176, 191, 15);
	padding-top: 10px;
}
.popLayout2 .fr-view h2 em {
	border-bottom: 1px solid rgb(176, 191, 15);
	display: inline-block;
}
.popLayout2 .fr-view .content {
	padding: 20px;
	color: #fff;
}
.popLayout2 .fr-view .content p {
	line-height: 20px;
}

.popLayout3 {
	width: 100%;
	position: relative;
	background: #000 url(/img/popup/pop03_bg.png) no-repeat center center;
	-ms-overflow-style: none;
	overflow-y: scroll;
}
.popLayout3::-webkit-scrollbar {
	display: none;
}
.popLayout3 .fr-view {
	font-size: 14px;
	width: 100%;
}
.popLayout3 .fr-view h2 {
	text-align: center;
	height: 50px;
	display: block;
	line-height: 50px;
	color: rgb(176, 191, 15);
	font-size: 24px;
	font-weight: bold;
}
.popLayout3 .fr-view .content {
	padding: 20px;
	color: #fff;
}
.popLayout3 .fr-view .content p {
	line-height: 20px;
}

.popLayout4 {
	width: 100%;
	position: relative;
	background: #f0ede4;
}
.popLayout4 .fr-view {
	font-size: 14px;
	width: 100%;
}
.popLayout4 .fr-view h2 {
	height: 50px;
	display: block;
	line-height: 50px;
	color: #352621;
	text-align: center;
}
.popLayout4 .fr-view .content {
	padding: 30px;
}
.popLayout4 .fr-view .content p {
	line-height: 20px;
}
.popLayout4 .fr-view .footer {
	padding: 30px;
	text-align: center;
	background: #ff7c6a;
}
.popLayout4 .fr-view .footer p {
	line-height: 20px;
	color: #fff;
}

.popLayout5 {
	width: 100%;
	padding: 10px;
	position: relative;
	background: #e1e0e0;
}
.popLayout5 .fr-view {
	font-size: 14px;
	width: 100%;
	border: 3px solid #666;
}
.popLayout5 .fr-view h2 {
	height: 70px;
	display: block;
	line-height: 70px;
	text-align: center;
}
.popLayout5 .fr-view .content {
	padding: 0 30px 30px;
}
.popLayout5 .fr-view .content p {
	line-height: 20px;
}
@media (max-width: 500px) {
	.popup_box {
		width: 100% !important;
		position: static !important;
		left: auto;
		top: auto;
		transform: none;
	}

	#popup_container {
		position: absolute !important;
		width: 90%;
		left: 50%;
		top: 5%;
		transform: translateX(-50%);
	}
	#popup_container img {
		width: 100% !important;
	}
}
