
		
		.custom-div-01 {
			display: block;
			width: 100%;
			height: auto;
			max-width: 1400px;
			margin: 0 auto;
		}
		.sub_contents {
			word-break: break-word;
			box-sizing: border-box;
			padding-right: 10px;
			float: left;
			width: calc(100% - 330px);
		}
		.btn_righr {
			float: left;
			margin-top: 0;
			width: 330px;
			box-sizing: border-box;
			padding: 35px 0;
		}
		@media all and (max-width: 1024px) {
			.sub_contents {
				width: 100% !important;
			}
			.btn_righr {
				width: 100% !important;
				padding-top: 0 !important;
			}
		}