body
#effect
{
 background-color:#610B0B;
 position:relative;	
 width:100%;
 height:100%;
 margin-left:0px;
 box-shadow:0px 0px 10px 0px #610B0B;
}
#effect p
{
 /*color:#F79F81;*/
}
#curtain1
{
	top:0px;
	position:absolute;
	left:0px;
	width:50%;
	height:100%;
	z-index:3000;
}
#curtain2
{
	top:0px;
	position:absolute;
	width:50%;
	height:100%;
	right:0px;
	z-index:3000;
}
#curtain_buttons input[type="button"]
{
 margin-top:20px;
 width:150px;
 height:45px;
 border-radius:2px;
 color:white;
 background-color:#B43104;
 border:none;
 border-bottom:6px solid #8A2908;
}

.fixed-curtain
{
	position:fixed;
	z-index:3000;
	width: 100%;
    height: 100%;
}
.curtain-contents {
    z-index: 3500;
    color: #fff;
    text-align: center;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.curtain-contents.apply h3 {
    font-size: 27px !important;
    margin-left: -5px !important;
}

.curtain-contents.apply h1 {
    font-size: 44px !important;
    font-weight: bold !important;
    text-shadow: 0px 1px 3px rgb(0 0 0 / 24%) !important;
    color: yellow !important;
    margin-bottom: 2px !important;
}

.curtain-contents.apply p {
    color: #fff !important;
    line-height: 1.88 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-top: 24px !important;
    margin-bottom: 23px !important;
}

.curtain-contents.apply .btn {
    padding: 8.40px 21px !important;
    font-size: 15.62px !important;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 21%) !important;
    background: #e21c1c !important;
    border: 1px solid #ffffffba !important;
    color: #fff !important;
}