@charset "utf-8";
.title_bg_wrap{width: 100%; height: 31vw; min-height: 400px; background-repeat: no-repeat !important; background-size: cover !important; background-position: center; position: relative; top: 0; left: 0; background: #000;background-image: url('/../../img/sub_title6.png');}
.title_bg_wrap .text_wrap{position: absolute;width: calc(100% - 40px);text-align: center;color: #fff;top: 50%; left: 50%; transform: translate(-50%, -50%);}
.title_bg_wrap .text_wrap b{font-size: 3.0em;font-weight: 500;}

.register .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
@media all and (max-width:575px) {
	.register .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
}