.___popup.popnotice>.___popupwin {
	width: 700px;
    height: 400px;
    color: #464E50;
    border-radius: 10px;
    overflow: hidden;
}

.___popup.popnotice>.___popupwin h4.poptitle {
	background: #f8f0e5;
    font-weight: bold;
    text-align: center;
    padding: 25px;
    line-height: 40px;
    font-size: 26px;
    color: #f36b05;
}

.___popup.popnotice>.___popupwin .popcontent {
	padding: 10px 25px;
    line-height: 1.6em;
    font-size: 20px;
	text-align: center;
	margin-top: 30px;
}

.___popup.popnotice>.___popupwin .popbottom {
    position: absolute;
    height: 90px;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px 25px;
}

.___popup.popnotice>.___popupwin .popbottom button {
	font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    color: #464E50;
}

.___popup.popnotice>.___popupwin .popbottom .checkarea {
	position: absolute;
    right: 25px;
    bottom: 45px;
    font-size: 18px;
}

.___popup.popnotice>.___popupwin .popbottom .checkarea input[type=checkbox] {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}