.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content .left-content {
	position: relative;
	width: 950px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.l-content .left-content * {
	box-sizing: border-box;
}
/*****main visual banner ***/
.l-content * {
	box-sizing: border-box;
}

/*** gift ****/
.l-content .yellow-border {
	height: 40px;
	width: 100%;
	background: linear-gradient(#f5efbe, #fff075);
}
.l-content .gift-section {
	background: url("/pr/new_registration/images/bg-gift.jpg") no-repeat center center;
	padding: 90px 100px;
	position: relative;
}
.l-content .gift-section:before {
	content: '';
	display: inline-block;
	background: url("/pr/new_registration/images/deco1.png") no-repeat;
	width: 209px;
	height: 149px;
	position: absolute;
	right: 32px;
	top: 55px;
	z-index: 2;
}
.l-content .gift-section:after {
	content: '';
	display: inline-block;
	background: url("/pr/new_registration/images/deco2.png") no-repeat;
	width: 87px;
	height: 84px;
	position: absolute;
	left: 107px;
	bottom: 40px;
	z-index: 2;
}
.l-content .gift-box {
	width: 750px;
	background: #fce8c7;
	position: relative;
	padding: 40px 40px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.4);
}
.l-content .center {
	text-align: center;
}
.l-content .title-red-bg {
	background: #ff0909;
	color: #fcff00;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	padding: 8px 20px;
	margin: 0;
}
.l-content .title-sub {
	color: #111;
	margin: 5px 0 0 0;
	font-size: 18px;
}
.l-content .le-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.l-content .gift-section .le-row {
	margin-top: 25px;
}
.l-content .le-row .column-2 {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}
.l-content .le-row .column-3 {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.l-content .le-row .column-4 {
	width: 33.33333%;
	padding-left: 10px;
	padding-right: 10px;
}
.l-content .le-row .column-5 {
	width: 41.66666%;
	padding-left: 10px;
	padding-right: 10px;
}
.l-content .le-row .column-7 {
	width: 58.33333%;
	padding-left: 10px;
	padding-right: 10px;
}
.l-content .br-txt {
	color: #6c0000;
}
.l-content .red-btn {
	border-radius: 4px;
	background: #ff0909;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	width: 240px;
	display: inline-block;
	box-shadow: 0 2px 0px rgba(253,165,142,1);
	text-decoration: none;
	margin: 10px 15px 0 15px;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

/****feature****/
.l-content .feature-section {
	background: url("/pr/new_registration/images/bg-feature.jpg") no-repeat center center;
	padding: 90px 100px;
}
.l-content .title-red-bg2 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	background: #c00000;
	margin: 0;
	display: inline-block;
	padding: 8px 20px;
}
.l-content .f-box {
	border-radius: 10px;
	text-align: center;
	padding: 10px 10px 15px 10px;
	height: 100%;
}
.l-content .f-box img {
	margin-bottom: 5px;
}
.l-content .feature-section .le-row {
	margin-top: 30px;
}
.l-content .support-box {
	width: 750px;
	height: 164px;
	background: url("/pr/new_registration/images/bg-spport.jpg") right bottom no-repeat;
	margin: 40px auto 0 auto;
	position: relative;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
}
.l-content .support-box label {
	background: #d6aa47;
	width: 106px;
	height: 22px;
	line-height: 22px;
	border-radius: 11px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	left: 20px;
	top: -11px;
}
.l-content .blk-link {
	color: #004098;
}
.l-content .blk-link:hover {
	color: #004bb1
}
.l-content .list-square {
	margin: 0;
	padding: 0;
}
.l-content .list-square li {
	list-style: none;
	padding-left: 12px;
	position: relative;
	margin: 5px 0;
}
.l-content .list-square li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: url("/pr/new_registration/images/square.jpg") no-repeat;
	position: absolute;
	left: 0;
	top: 7px;
}

/***gift section 2 ****/
.l-content .gift-section2 {
	background: url("/pr/new_registration/images/bg-gift2.jpg") top center no-repeat;
	padding: 70px 100px;
}
.l-content .g-box2 {
	background: linear-gradient(-45deg, #e7a305 10%, #fdb66d 50%, #e7a305 90%);;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 16px;
}
.l-content .g-box2 div {
	background: #b61100;
	padding: 10px 0;
}
.l-content .g-box2 a {
	color: #fff;
}
.l-content .g-box2 a:hover {
	color: #fcff00;
}
.l-content .title-white {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin: 0 0 25px 0;
}
.l-content .gift-box3 {
	margin-top: 40px;
}
.l-content .gift-box3 img {
	margin-top: -25px;
}

/*** condition ****/
.l-content .condition-section {
	padding: 40px 100px;
	background: #fcf6ed;
}
.l-content .condition-section h2 {
	font-weight: bold;
	font-size: 24px;
	color: #a40400;
	margin: 0;
	text-align: center;
}
.l-content .list-square2 {
	margin-top: 20px;
	padding: 0;
}
.l-content .list-square2 li {
	list-style: none;
	padding-left: 12px;
	position: relative;
	margin: 5px 0;
}
.l-content .list-square2 li:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: url("/pr/new_registration/images/square2.jpg") no-repeat;
	position: absolute;
	left: 0;
	top: 7px;
}

/***form area****/
.l-content .form-area {
    position: relative;
    background: #f2f6f8;
}
.l-content .form-area .header {
	background: #0169c6;
	padding: 25px 0;
	text-align: center;
	position: relative;
	color: #fff;
	overflow: hidden;
	z-index: 1;
}
.l-content .form-area .header:after {
	content: none;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 180px solid transparent;
	border-right: 650px solid #5ec5ff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.l-content .form-area .header .text-1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 5px;
}
.l-content .form-area .header .text-main {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.l-content .form-area .header .text-main:before, .l-content .form-area .header .text-main:after {
	content: none;
	display: inline-block;
	position: absolute;
}
.l-content .form-area .header .note {
	margin-top: 5px;
	font-size: 13px;
}
.l-content .form-area .form-wrap {
	padding: 0 15px 30px 15px;
}
.l-content .form-area .form-control {
	border: 1px solid #acacac;
	background: #fff;
	width: 100%;
	height: 40px;
	padding: 3px 20px;
	font-size: 15px;
	outline: none;
	box-shadow: none;
}
.l-content .form-area .form-control.type-2 {
	border-width: 0 0 1px 0;
	border-style: dashed;
	padding: 0 0 0 0;
}
.l-content .form-area .form-group {
	margin-bottom: 20px;
}
.l-content .form-area .form-group .label-group {
	margin-bottom: 5px;
}
.l-content .form-area .form-group .label-group label {
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
.l-content .form-area .form-group .label-group .req {
	color: #000;
	font-size: 18px;
	margin-left: 5px;
}
.l-content .form-area .form-group .label-group .note {
	font-size: 12px;
	color: #000;
	margin-top: -2px;
}
.l-content .form-area .form-group .input-group p.ferror {
	color: red;
	margin-top: 5px;
	font-size: 12px;
	display: block;
}
.l-content .form-area .form-group .input-group .list {
	margin-left: 30px;
}
.l-content .form-area .form-group .input-group .list li label {
	font-size: 15px;
	color: #272526;
}
.l-content .form-area .form-group .input-group .list li label span {
	position: relative;
	top: -1px;
	margin-left: 5px;
}
.l-content .form-area .form-group .input-group .list.l-col {
	display: flex;
	flex-wrap: wrap;
}
.l-content .form-area .form-group .input-group .list.l-col li + li {
	margin-left: 35px;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2 li {
	width: 220px;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2.many-item {
	margin-bottom: -10px;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2.many-item li {
	width: 300px;
	margin-bottom: 10px;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2.many-item li + li {
	margin-left: 0;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2.many-item li:nth-child(2n) {
	width: 450px;
}
.l-content .form-area .form-group .input-group .list.l-row li + li {
	margin-top: 10px;
}

.l-content .gift {
    padding: 30px 0;
    width: 100%;
    position: relative;
    z-index: 1;
}
.l-content .gift h2 {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 24px;
}
.l-content .gift .le-row .column-2 {
	align-self: center;
	padding-left: 0;
    padding-right: 0;

}
.l-content .gift ul li {
	margin-bottom: 10px;
	position: relative;
}
.l-content .gift ul li span {
	position: absolute;
	top: 0;
	left: -26px;
	background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-weight: bold;
}

.l-content .benefit {
	padding: 30px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.l-content .benefit .b-title {
	font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
	text-align: center;
}
.l-content .benefit .b-title span {
	color: #dd0000;
    font-size: 56px;
    margin-right: 7px;
}

.l-content .form-area form {
	background: #fff;
	padding: 30px 30px 30px 30px;
	width: 100%;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	border: solid 8px #fc0;
	border-top: 0;
}
.l-content .form-area .f-title {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	background: #fc0;
	text-align: center;
	padding: 8px 10px;
	margin: 30px 0 0 0;
	width: 100%;
}
.l-content .form-area form .a-form .b-title {
	width: 188px;
	height: 43px;
	margin: 0 280px 0 1px;
	background-color: #ffef74;
	padding: 4px 4px 0 4px;
}
.l-content .form-area form .a-form .b-title p {
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.2;
	letter-spacing: normal;
	text-align: center;
	color: #323124;
	border-style: dashed;
	border-width: 1px 1px 0 1px;
	border-color: #838383;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-content .form-area form .a-form.a-form2 {
	margin-top: 20px;
}
.l-content .form-area form .a-form.a-form2 .form-group .label-group {
	min-height: auto;
	margin-bottom: 12px;
}
.l-content .form-area form .a-form.a-form2 .form-group .input-group .note2 {
	font-size: 15px;
	color: #272526;
	margin-top: 20px;
	font-style: italic;
	padding-left: 25px;
}
.l-content .form-area form .a-form.a-form2 .form-group .input-group .form-control.type-2 {
	margin-left: 25px;
	margin-top: 10px;
	height: 30px;
	width: 92%;
}
.l-content .form-area form .a-form.a-form2 .form-group + .form-group {
	margin-top: 25px;
}
.l-content .form-area form .form-group-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-content .form-area form .form-group-wrap .form-group {
	width: 100%;
}
.l-content .form-area .button-group {
	text-align: center;
}
.l-content .form-area .button-group button {
	background-color: #ff730a !important;
	width: 100%  !important;
	height: 45px;
	outline: none;
	margin-top: 10px;
	margin-bottom: 20px;
	box-shadow: inset 0 1px 0 0 #ff730a, 0 2px 0 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-weight: bold;
}
.l-content .form-area .button-group button:hover {
	opacity: 0.8;
}
.l-content .form-area .button-group .form-wrap__note {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-style: italic;
	text-align: left;
}
.l-content .form-area__note {
	width: 780px;
	margin: 27px auto;
}
.l-content .form-area__note p {
	background: #ededed;
	font-size: 15px;
	color: #272526;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.l-content .form-area__note p label {
	margin-right: 5px;
	font-weight: bold;
}
.l-content .form-area__note p:before, .l-content .form-area__note p:after {
	content: "";
	width: 28px;
	height: 37px;
	display: block;
	position: absolute;
	top: 0;
}

/*** related service ***/
.l-content .rp-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.l-content .rp-list .item-2 {
	width: 50%;
	padding: 10px 10px;;
}
.l-content .rp-list .item {
	width: 25%;
	padding: 10px 10px;
}
.l-content .rp-section {
	margin-top: 40px;
}
.l-content .rp-section h2 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #be1414;
	margin: 0 0 10px 0;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	text-transform: uppercase;
}
.l-content .ferror {
	color: #d00;
}