#main{
	width: 1100px;
    margin: 0 auto;
}

.title-area{
	color: #d9c6a5;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 10px 15px;
	position: relative;
}

.title-area .return-btn{
	position: absolute;
	left: 20px;
    top: 15px;
	color: #d9c6a5;
	text-decoration: none;
	font-size: 25px;
	font-weight: 500;
}

.content-area-bg{
	border-radius: 25px; 
	padding: 5px; 
	background: radial-gradient(circle farthest-corner at center, #844122, #edd688);
}

.content-area{
	background-color: #ffffff;
	padding: 30px 80px;
	border-radius: 25px;
	overflow: auto;
}

/*feature-bar*/
.feature-bar{
	padding:10px;
}

.feature-bar .panel-row{
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.feature-bar .panel-row:first-child{
	margin-top:0px;
}

.feature-bar .panel-row .panel{
	margin-left: 10px;
}

.feature-bar .panel-row .panel:first-child{
	margin-left: 0;
}

.feature-bar .pick-date{
	border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 18px;
    width: 160px;
    padding: 7px 0;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.feature-bar .game-store, .feature-bar .date-type{
	border: 1px solid #ccc;
	padding: 0 25px 0 10px;
	border-radius: 7px;
	font-size: 18px;
	height: 35px;
    line-height: 35px;
	text-align: center;
}

/*main-content*/
.main-content{
	background-color: #FFF;
}

.main-content .order-iframe{
	width:100%;
	height:100%;
}
