.edm_sub_box { width:282px; background-color:#fafafa; padding:8px; border:1px solid #ccc; border-radius:8px; box-sizing:border-box; }
.edm_sub_title { text-align:center; font-weight:bold; color:#00a8ff; font-size:20px; }
.edm_sub_summary { margin:3px 0 10px 0; text-align:justify; color:#555; font-size:13px; }
.edm_sub_mail { display:bolck; width:100%; margin-bottom:8px; padding:8px; border:1px solid #ddd; color:#777; border-radius:8px; box-sizing:border-box; outline:none; }
.edm_sub_btn { display:block; width:100%; background-color:#00a8ff; padding:8px; color:#fff; border:none; border-radius:8px; box-sizing:border-box; cursor:pointer; transition:background-color 0.2s linear; }
.edm_sub_btn:hover { background-color:#33b9ff; transition:background-color 0.2s linear; }

.edm_status_item { width:30%; min-width:400px; margin:20px auto; text-align:center; color:#333; border:1px solid #ddd; border-radius:8px; box-sizing:border-box; overflow:hidden; }
.edm_status_title { background-color:#f6f6f6; text-align:center; padding:12px 0; border-bottom:1px solid #ddd; }
.edm_status {  font-weight:bold; font-size:21px; color:#269300;  }
.edm_content {  padding:8px; text-align:center; box-sizing:border-box; }
.edm_cont_p { margin:20px; color:#666; font-size:14px; font-weight:bold; }
.edm_content  .edm_input { width:90%; margin:4px; padding:5px; border:1px solid #ddd; border-radius:8px; box-sizing:border-box; outline:none; }
.edm_btn_box { display:block; }
.edm_btn_box .edm_btn { display:inline-block; background-color:#00a8ff; min-width:80px; margin:8px 4px; padding:4px; color:#fff; text-align:center; font-size:13px; font-weight:bold; border:none; border-radius:8px; box-sizing:border-box; cursor:pointer; transition:background-color 0.2s linear; }
.edm_btn_box .edm_btn:hover { background-color:#33b9ff; transition:background-color 0.2s linear; }


/* rwd */
@media screen and (max-width:480px) {
	.edm_status_item { width:calc(100% - 16px); min-width:auto; margin:10px auto; }
	.edm_status { font-size:16px; }
	.edm_content  .edm_input { width:100%; margin:4px auto; }
	.edm_cont_p { font-weight:normal; }
}