div.film-layer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 23;
	background: #000;
	opacity: .8;
}
div.film-layer-spare {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 22;
	background: #000;
	opacity: .8;
}
div.side-navi {
	position: fixed;
	width: 300px;
	height: 100%;
	left: -300px;
	top: 0;
	opacity: 1;
	z-index: 25;
	color: #74777d;
	background: #fff;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
div.side-navi.open {
	left: 0;
}
div.side-navi .box-1 {
	padding: 30px 20px 30px 20px;
	background: #f6f8fa;
}
div.side-navi .box-1 p.t1 {
	font-size: 24px;
	font-family: 'SBAggro';
	font-weight: 300;
	color: #1c1e1f;
}
div.side-navi .box-1 p.t2 {
	line-height: 20px;
}
div.side-navi .box-2 {
	background: #fff;
	padding: 20px;
	border-bottom: 10px solid #f6f8fa;
}
div.side-navi .box-2 span {
	display: block;
	font-weight: 500;
	padding-bottom: 10px;
}
div.side-navi .box-2 div.bns {
	text-align: center;
}
div.side-navi .box-2 div.bns a {
	display: inline-block;
	width: 49%;
	color: #74777d;
	font-size: 13px;
	padding: 10px 0 40px 0;
	border-radius: 10px;
}
div.side-navi .box-2 div.bns a:first-child {
	background: #f6f8fa url('../images/ic_menu1.png') 50% 73% no-repeat;
	background-size: 18px auto;
}
div.side-navi .box-2 div.bns a:last-child {
	background: #f6f8fa url('../images/ic_menu2.png') 50% 73% no-repeat;
	background-size: 18px auto;
	margin-left: 2%;
}
div.side-navi .box-3 {
	background: #fff;
	padding: 20px;
}
div.side-navi .box-3 span {
	display: block;
	font-weight: 500;
	padding-bottom: 10px;
}
div.side-navi .box-3 ul {

}
div.side-navi .box-3 li {
	border-bottom: 1px solid #cacdd3;
}
div.side-navi .box-3 li a {
	display: block;
	padding: 10px 0;
	color: #74777d;
	background: url('../images/ic_rightarrow2.png') 100% 50% no-repeat;
	background-size: 5px auto;
}

/* 01 */
header {
	position: fixed;
	height: 65px;
	width: 100%;
	background: #f6f8fa;
	left: 0; top: 0;
	z-index: 10;
}
header div.connect-info {
	position: absolute;
	top: 19px; right: 18px;
	font-size: 14px;
	font-weight: 500;
	color: #464b53;
}
header div.connect-info span.f {
	color: #cacdd3;
	margin: 0 2px;
}
header div.connect-info span.s {
	color: #f68930;
}
header a.nav {
	position: absolute;
	width: 35px; height: 28px;
	top: 20px; left: 20px;
}
header a.nav span {
	position: absolute;
	width: 100%;
	height: 3px;
	background: #74777d;
	border-radius: 2px;
}
header a.nav span:nth-child(1) {
	top: 2px;
}
header a.nav span:nth-child(2) {
	top: 12px;
}
header a.nav span:nth-child(3) {
	top: 22px;
}

section {
	padding: 65px 0px 60px 0px;
	letter-spacing: -1px;
}

section.main-section {
	
}
section.main-section div.area-1 {
	padding: 0 20px 0 20px;
}
section.main-section p.txt1 {
	font-family: 'SBAggro';
	font-size: 25px;
	color: #1c1e1f;
	line-height: 36px;
	padding: 45px 0 0 0;
	font-weight: 300;
}
section.main-section p.txt1 span {
	color: #f68930;
}
section.main-section p.txt2 {
	font-size: 18px;
	color: #74777d;
	padding: 20px 0 60px 0;
}
section.main-section a.btn-apply {
	display: block;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	border-radius: 15px;
	padding: 15px 0;
	margin: 100px 0;
	text-align: center;
	background: rgb(247,147,63);
	background: linear-gradient(90deg, rgba(247,147,63,1) 0%, rgba(248,172,77,1) 50%, rgba(252,193,45,1) 100%);
}

section.main-section div.area-2 {
	padding: 0 20px 0 20px;
}
section.main-section div.graybox {
	background: rgb(254,254,255);
	background: linear-gradient(180deg, rgba(254,254,255,1) 0%, rgba(243,245,248,1) 10%, rgba(243,245,248,1) 90%, rgba(254,254,255,1) 100%);
	padding-bottom: 100px;
}
section.main-section div.area-2 div.img-container-center {
	padding: 50px 0 40px 0;
}
section.main-section div.area-2 ul {

}
section.main-section div.area-2 li {
	background: #fff url('../images/ic_check.png') 30px 50% no-repeat;
	background-size: 33px auto;
	border-radius: 15px;
	padding: 20px 0 30px 80px;
	margin-bottom: 10px;
}
section.main-section div.area-2 li p {
	font-size: 22px;
	color: #1c1e1f;
}
section.main-section div.area-2 li p span {
	font-size: 18px;
	color: #74777d;
}

section.main-section div.area-3 {
	padding: 0 20px 0 20px;
}
section.main-section div.document-ready {
	border-radius: 15px;
	background: #f3f5f8;
	text-align: center;
	padding: 10px;
}
section.main-section div.document-ready p.f {
	font-size: 22px;
	color: #74777d;
	padding: 50px 0 0 0;
}
section.main-section div.document-ready p.s {
	font-size: 21px;
	color: #74777d;
	font-weight: 700;
	padding: 40px 0 15px 0;
}
section.main-section div.document-ready a.view-doc {
	display: block;
	font-size: 21px;
	color: #74777d;
	font-weight: 700;
	padding: 25px 0 25px 0;
	margin: 50px 40px 0 40px;
	border-top: 1px solid #dadde3;
}
section.main-section div.document-ready ul {
	width: 95%;
	margin: 0 auto;
}
section.main-section div.document-ready li {
	float: left;
	width: 33.3%;
	text-align: center;
}
section.main-section div.document-ready li div {
	display: inline-block;
	width: 95px;
	height: 110px;
	text-align: center;
	/*
	background: url('../images/img_document.png') 50% 0 no-repeat;
	background-size: 100% auto;
	font-size: 16px;
	color: #74777d;
	font-weight: 700;
	word-break: keep-all;
	padding: 30px 15px 0 15px;
	margin: 0 5px;
	box-shadow: 0 0 5px #eee;
	*/
}
section.main-section div.document-ready li div img {
	width: 100%;
}
section.main-section div.document-ready li p {
	padding-top: 10px;
	line-height: 21px;
}

section.main-section div.area-4 {
	padding: 100px 20px 20px 20px;
}
section.main-section div.area-4 p.txt1 {
	padding: 0 0 50px 0;
}
section.main-section div.area-4 ul {

}
section.main-section div.area-4 li {
	background: #fff url('../images/ic_check.png') 30px 50% no-repeat;
	background-size: 33px auto;
	border-radius: 15px;
	padding: 25px 0 30px 80px;
	margin-bottom: 10px;
}
section.main-section div.area-4 li p {
	font-size: 16px;
	color: #1c1e1f;
}
section.main-section div.area-4 p.t1 {
	font-size: 20px;
	color: #1c1e1f;
	padding: 45px 0 30px 0;
	line-height: 28px;
}
section.main-section div.area-4 p.t1 span {
	font-weight: 700;
}
section.main-section div.area-4 p.t2 {
	padding: 0px 0 20px 0;
	font-size: 16px;
	color: #74777d;
}


/* 02 */
header {
	position: fixed;
	height: 65px;
	width: 100%;
	background: #f6f8fa;
}
header div.location {
	position: absolute;
	top: 64px; 
	/*right: 18px;*/
	font-size: 14px;
	font-weight: 500;
	color: #464b53;
	width: 100%;
	background: rgb(254,254,255);
	background: linear-gradient(180deg, rgba(254,254,255,1) 0%, rgba(255,255,255,1) 75%, rgba(254,254,255,0) 100%);
	padding: 8px 0 10px 0;
	height: 30px;
	text-align: right;
}
header div.location span.f {
	color: #cacdd3;
	margin: 0 2px;
}	
header div.location span.s {
	color: #f68930;
	margin-right: 18px;
}
header a.go-back {
	position: absolute;
	width: 35px; height: 37px;
	top: 15px; left: 10px;
	background: url('../images/ic_leftarrow.png') 50% 50% no-repeat;
	background-size: auto 80%;
	z-index: 11;
}
header h2 {
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	font-size: 22px;
	color: #464b53;
	text-align: center;
	font-weight: 500;
	letter-spacing: -1px;
}

div.talk-area p.left {
	position: relative;
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	color: #464b53;
	margin-bottom: 5px;
}
div.talk-area p.left span {
	display: inline-block;
	background: #eaeced;
	padding: 5px 20px;
	border-radius: 18px;
}
div.talk-area p.right {
	font-size: 22px;
	font-weight: 500;
	text-align: right;
	color: #f68930;
	margin: 25px 0px;
}
div.talk-area p.right.co {
	margin: 0px 0 5px 0px;
}
div.talk-area p.right span {
	display: inline-block;
	background: #fff8e6;
	padding: 5px 20px;
	border-radius: 18px;
}
div.talk-area p.right span.gray {
	display: inline-block;
	background: #eaeced;
	padding: 5px 20px;
	border-radius: 18px;
}
div.talk-area p.left a.need-doc {
	position: absolute;
	right: 0;
	top: 10px;
	color: #f68930;
	font-size: 15px;
}
div.gray-box {
	border-radius: 15px;
	background: #f3f5f8;
	text-align: center;
	padding: 20px;
	text-align: left;
	margin: 30px 0;
}
div.gray-box p.t {
	position: relative;
	color: #464b53;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
}
div.gray-box p.s {
	color: #74777d;
	font-size: 17px;
	line-height: 30px;
}
div.gray-box a.add-file-btn {
	display: block;
	padding: 13px 0;
	text-align: center;
	color: #74777d;
	font-size: 17px;
	border: 1px solid #e6e8ea;
	background: #fff;
	margin-top: 20px;
	border-radius: 10px;
}
div.gray-box p.s span.blank {color: #f3f5f8}

div.btn-both {
	margin: 20px 0;
	text-align: center;
}
div.btn-both a {
	width: 47.5%;
	display: inline-block;
	padding: 10px 0 15px 0;
	text-align: center;
	margin: 0 1%;
	font-size: 18px;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
}
div.btn-both a.gray {
	background: #74777d;
}
div.btn-both a.yellow {
	background: #f68930;
}
div.phone-btn a.complete-btn-1.notyet {
	background: #cacdd3 !important;
}
div.btn-both a.green {
	background: #78d084;
}
div.btn-both a span {
	display: block; 
	font-size: 28px;
	font-weight: 700;  
}

div.btn-one {
	margin: 20px 0;
	text-align: center;
}
div.btn-one a.btn-apply {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 15px;
	padding: 15px 0;
	/*margin: 30px 0;*/
	text-align: center;
	background: rgb(247,147,63);
	background: linear-gradient(90deg, rgba(247,147,63,1) 0%, rgba(248,172,77,1) 50%, rgba(252,193,45,1) 100%);
}
div.btn-one a.btn-apply.notyet {
	background: #cacdd3;
}
div.btn-fixed-bottom a.btn-apply.notyet {
	background: #cacdd3;
}
div.btn-one a.btn-apply.dark {
	background: #74777d;
}
div.btn-one a.btn-apply.green {
	background: #78d084;
}

div.btn-one a.btn-apply.final-sign-btn {
	width: 90%;
	margin: 0 auto;
}

div.btn-fixed-bottom a.btn-apply-count {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 15px;
	padding: 15px 0;
	text-align: center;
	background: rgb(247,147,63);
	background: linear-gradient(90deg, rgba(247,147,63,1) 0%, rgba(248,172,77,1) 50%, rgba(252,193,45,1) 100%);
}

section.content-section p.title-txt {
	color: #464b53;
	font-size: 29px;
	font-weight: 500;
	line-height: 35px;
}
section.content-section div.document-ready {
	border-radius: 15px;
	background: #f3f5f8;
	text-align: center;
	padding: 10px;
}
section.content-section div.document-ready p.f {
	font-size: 22px;
	color: #74777d;
	padding: 50px 0 0 0;
}
section.content-section div.document-ready p.s {
	font-size: 21px;
	color: #74777d;
	font-weight: 700;
	padding: 40px 0 15px 0;
}
section.content-section div.document-ready a.view-doc {
	display: block;
	font-size: 21px;
	color: #74777d;
	font-weight: 700;
	padding: 25px 0 25px 0;
	margin: 50px 40px 0 40px;
	border-top: 1px solid #dadde3;
}
section.content-section div.document-ready ul {
	width: 95%;
	margin: 0 auto;
}
section.content-section div.document-ready li {
	float: left;
	width: 33.3%;
	text-align: center;
}
section.content-section div.document-ready li div {
	display: inline-block;
	width: 95px;
	height: 110px;
	text-align: center;
}
section.content-section div.document-ready li div img {
	width: 100%;
}
section.content-section div.document-ready li p {
	padding-top: 10px;
	line-height: 21px;
}
.apply-need-document a.btn-apply {
	display: block;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	border-radius: 15px;
	padding: 15px 0;
	margin: 100px 0;
	text-align: center;
	background: rgb(247,147,63);
	background: linear-gradient(90deg, rgba(247,147,63,1) 0%, rgba(248,172,77,1) 50%, rgba(252,193,45,1) 100%);
}

section.content-section div.process {
	text-align: center;
	padding: 0 0 40px 0;
}
section.content-section div.process a.f {
	display: inline-block;
	width: 19%;
	padding: 15px 10px;
	background: #f6f8fa;
	border-radius: 18px;
	font-size: 13px;
	color: #9ea4a9;
}
section.content-section div.process span.arr {
	display: inline-block;
	width: 3.5%;
	background: url('../images/ic_rightarrow1.png') 50% 50% no-repeat;
	background-size: 6px auto;
	height: 100%;
}
section.content-section div.process a.on {
	font-size: 13px;
	color: #74777d;
	font-weight: 700;
	background: #fff8e6;
}
div.ins-select p.tit {
	color: #74777d;
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
}
div.ins-select ul.ins-list {
	
}
div.ins-select ul.ins-list li {
	float: left; 
	cursor: pointer;
	border: 1px solid #e6e8ea;
	border-radius: 13px;
	background: #fff;
	width: 31%;
	height: 100px;
	overflow: hidden;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0 0.7% 5px 0.7%;
}
@media (min-width: 1024px) {
	div.ins-select ul.ins-list li {
		width: 104px;
	}
}
div.ins-select ul.ins-list li.selected {
	border: 1px solid #f68930;
}
div.ins-select ul.ins-list li div.logo {
	padding-bottom: 5px;
}
div.ins-select ul.ins-list li div.name {
	font-size: 12px;
	color: #74777d;   
}
div.ins-select ul.ins-list li div.fax {
	font-size: 12px;
	color: #d51515;   
}


div.agree-detail {
	position: fixed;
	z-index: 23;
	left: 50%; top: 50%;
	width: 340px;
	height: 500px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px #000;
	margin: -250px 0 0 -170px;
}
div.agree-detail a.close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X3.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
a.private-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X3.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
a.qr-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X3.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
div.agree-detail p.title-txt {
	color: #464b53;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 40px 0 10px 0;
	line-height: 35px;
}
div.agree-detail div.detail-txt {
	height: 300px;
	margin: 0 20px;
	overflow-y: auto;
	font-size: 12px;
	color: #999;
}


div.agreement {
	position: fixed;
	z-index: 21;
	/*bottom: 0;*/
	bottom: -100%;
	width: 100%;
	height: 80%;
	background: #fff;
	border-radius: 30px 30px 0 0;
	box-shadow: 0 0 20px #ccc;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}
div.agreement.on {
	bottom: 0%;
}
div.agreement div.inner {
	padding: 0 20px;
	height: 55%; /* control */
}
div.agreement div.inner div.details {
	height: 100%;
	overflow-y: auto;
}
div.agreement div.inner div.details li {
	position: relative;
	font-size: 13px;
	padding: 8px 30px 8px 0;
	background: url('../images/ic_rightarrow1.png') 100% 50% no-repeat;
	background-size: 6px auto;
}
div.agreement div.inner div.details li:first-child {
	font-size: 14px;
	font-weight: 500;
}
div.agreement div.inner div.details li a {
	position: absolute;
	width: 80px;
	height: 20px;
	right: 0;
	color: #464b53;
	letter-spacing: -1px;
}
div.agreement a.close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X3.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
div.agreement p.title-txt {
	color: #464b53;
	font-size: 26px;
	font-weight: 500;
	text-align: center;
	padding: 50px 0 20px 0;
	line-height: 35px;
}
div.agreement div.btn-one {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}
div.agreement div.btn-one a.btn-apply {
	display: block;
	width: 88%;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 15px;
	padding: 15px 0;
	margin: 0px auto;
	text-align: center;
	background: #cacdd3;
}
div.agreement div.btn-one a.btn-apply.on {
	background: rgb(247,147,63);
	background: linear-gradient(90deg, rgba(247,147,63,1) 0%, rgba(248,172,77,1) 50%, rgba(252,193,45,1) 100%);
}



div.private-agreement {
	position: fixed;
	z-index: 25;
	width: 350px;
	height: 490px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -175px;
}
div.private-agreement div.inner {
	padding: 0 20px;
	height: 68%; /* control */
}
div.private-agreement div.inner div.details {
	height: 100%;
	overflow-y: auto;
	color: #999;
	font-size: 13px;
}
div.private-agreement a.close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X3.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
div.private-agreement p.title-txt {
	color: #464b53;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	padding: 25px 0 20px 0;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}
div.private-agreement span.private-close-btn {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	padding: 6px 15px;
}
div.private-agreement div.pri-c {
	padding: 15px 0 0 0;
	text-align: center;
	border-top: 1px solid #ccc;
}


div.mobile-event-qr {
	position: fixed;
	z-index: 25;
	width: 350px;
	height: 420px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
	left: 50%;
	top: 50%;
	margin: -250px 0 0 -175px;
}
div.mobile-event-qr div.inner {
	padding: 0 20px;
	height: 64%; /* control */
}
div.mobile-event-qr div.inner div.details {
	height: 100%;
	color: #999;
	font-size: 13px;
}
div.mobile-event-qr a.close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X3.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
div.mobile-event-qr p.title-txt {
	color: #464b53;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
	padding: 25px 0 20px 0;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}
div.mobile-event-qr span.qr-close-btn {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 16px;
	padding: 6px 15px;
}
div.mobile-event-qr div.pri-c {
	padding: 15px 0 15px 0;
	text-align: center;
	border-top: 1px solid #ccc;
}
div.mobile-event-qr p.txt-qr {
	font-size: 15px;
	color: #333;
	text-align: center;
	padding: 15px 0 30px 0;
}
div.mobile-event-qr div.qr {
	margin: 0 auto;
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
}


div.info-wrap {
	padding: 20px;
	color: #74777d;
	border: 1px solid #e3e4e8;
	border-radius: 12px;
	margin-bottom: 10px;
}
div.info-wrap p.input-tit {
	font-size: 15px;
	color: #74777d;
}
div.info-wrap div.input-inner {
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
}
div.info-wrap-nobd {
	padding: 10px 0;
	color: #74777d;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}

div.info-wrap-list {
	padding: 0 20px;
	color: #74777d;
	border: 1px solid #e3e4e8;
	border-radius: 12px;
	margin-bottom: 10px;
}
div.info-wrap-list div.apply-completed {
	padding: 15px 0;
	border-bottom: 1px solid #e3e4e8;
}
div.info-wrap-list > div:last-child {
	border-bottom: 0;
}
div.info-wrap-list div.apply-completed div.f {
	float: left;
	width: 60px;
}
div.info-wrap-list div.apply-completed div.s {
	float: left;
}
div.info-wrap-list div.apply-completed div.s p.txt-1 {
	color: #74777d;
	font-size: 22px;
	font-weight: 500;
}
div.info-wrap-list div.apply-completed div.s p.txt-2 {
	color: #74777d;
	font-size: 15px;
}

ul.added-file {

}
ul.added-file li {
	background: #f6f8fa;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 8px;
}
ul.added-file li span {
	float: left;
	font-size: 15px;
	color: #74777d;
}
ul.added-file li a {
	float: right;
}
ul.added-file li a img {
	vertical-align: middle;
}

div.info-wrap-confirm {
	padding: 20px 0;
	color: #74777d;
	border-radius: 12px;
	margin-bottom: 10px;
}
div.info-wrap-confirm p.input-tit {
	font-size: 15px;
	color: #74777d;
}
div.info-wrap-confirm div.input-inner {
	font-size: 22px;
	font-weight: 500;
}

div.final-sign {
	position: fixed;
	/*bottom: -100%;*/
	bottom: -550px;
	left: 50%;
	width: 100%;
	height: 530px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	z-index: 22;
	max-width: 500px;

	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
div.final-sign.on {
	bottom: 0;
}
div.final-sign div.inner-top {
	height: 20%;
}
div.final-sign div.inner {
	position: relative;
	background: #fff;
	border-radius: 30px 30px 0 0;
	box-shadow: 0 0 20px #ccc;
	padding: 30px 20px 0 20px;
	/*height: 75%;  control */
	height: 500px;
}
div.final-sign div.inner div.details {
	height: 100%;
	overflow-y: auto;
}
div.final-sign div.inner div.remake {
	text-align: center;
	padding: 15px 0;
	color: #464b53;
}
div.final-sign div.inner a.close-x {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X2.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

div.final-sign p.txt-nd {
	font-size: 15px;
	color: #464b53;
}
div.final-sign div.sign-area {
	height: 210px;
	border: 1px solid #e3e4e8;
}

div.banner-area {
	background: #f3eeff url('../images/img_gene.png') 30px 50% no-repeat;
	background-size: 120px auto;
	min-height: 180px;
	text-align: right;
	padding: 30px 25px;
	font-size: 20px;
	color: #464b53;
}
div.banner-area span.orange {
	font-weight: 700;
	font-size: 25px;
}
div.banner-area span.round-rect {
	font-size: 20px;
	color: #74777d;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 20px;
	font-weight: 700;
	border: 2px solid #74777d;
	margin-bottom: 10px;
}

div.adver-area {
	min-height: 375px;
	text-align: center;
	padding: 50px 25px;
	font-size: 20px;
	color: #464b53;
	font-size: 13px;
}
div.adver-area.t1 {
	background: #f8f3ff;
}
div.adver-area.t2 {
	background: #f5fcff;
}
div.adver-area a {
	color: #464b53;
}
div.adver-area.t3 {
	background: #f5fff6;
}
div.adver-area.t4 {
	background: #fffbf2;
}
div.adver-area div.image {

}
div.adver-area div.image img {
	width: 30%;
	margin: 0 auto;
}
div.adver-area p.t-1 {
	margin-top: 30px;
	color: #464b53;
}
div.adver-area p.t-2 {
	font-size: 30px;
	color: #464b53;
	font-weight: 700;
	line-height: 38px;
	padding: 20px 0;
	width: 280px;
	margin: 0 auto;
	word-break: keep-all;
}
div.adver-area p.t-3 {
	color: #74777d;
}


div.number-remain {

}
div.number-remain input[type="tel"] {
	font-size: 22px;
	font-weight: 500;
	border: 0;
	padding: 13px 0;
	border-bottom: 2px solid #66646b;
}
p.consult-completed-text {
	color: #74777d;
	font-size: 22px;
}

div.expert-name {
	border: 1px solid #e3e4e8;
	border-radius: 15px;
	padding: 17px 25px 20px 25px;
	color: #74777d;
	font-size: 15px;
}
div.expert-name div.picture {
	float: left;
}
div.expert-name div.info {
	float: left;
	margin-left: 20px;
}
div.expert-name p.name {
	color: #464b53;
	font-weight: 500;
	font-size: 25px;
}
div.expert-name p.name span {
	font-size: 15px;
}
div.expert-name a {
	display: block;
}

p.document-txt {
	color: #464b53;
	font-size: 24px;
	text-align: center;
}
p.document-txt-sm {
	color: #74777d;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	padding: 40px 0 15px 0;
}
div.need-documents {

}
div.need-documents a.updown.up {
	display: block;
	padding: 15px 20px;
	background: #f6f8fa url('../images/ic_arrowup.png') 90% 50% no-repeat;
	color: #74777d;
	border-radius: 12px;
	background-size: 15px auto;
}
div.need-documents a.updown.down {
	display: block;
	padding: 15px 20px;
	background: #f6f8fa url('../images/ic_arrowdown.png') 90% 50% no-repeat;
	color: #74777d;
	border-radius: 12px;
	background-size: 15px auto;
}
div.need-documents ul {
	margin: 10px 0;
}
div.need-documents li {
	padding: 5px 20px;
}
div.need-documents li p {
	float: left;
	color: #74777d;
	font-size: 16px;
}
div.need-documents li p span {
	display: inline-block;
	font-size: 13px;
	border: 1px solid #b5b6c4;
	padding: 5px;
	border-radius: 8px;
	margin-right: 15px;
}
div.need-documents li span.view {
	float: right;
	color: #f68930;
	font-weight: 500;
	font-size: 13px;
	margin-top: 3px;
}

div.inner-wrap {
	margin-bottom: 10px;
}
div.inner-wrap ul.show {
	display: block; 
}
div.inner-wrap ul.hide {
	display: none; 
}

div.doc-wrap {
	border-radius: 20px;
	overflow: hidden;
}
div.doc-wrap table {
	width: 100%;
}
div.doc-wrap th {
	background: #eaeced;
	color: #74777d;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	width: 100px;
	border-bottom: 1px solid #fff;
}
div.doc-wrap td {
	padding: 13px 12px;
	background: #f6f8fa;
	border-bottom: 1px solid #fff;
}
div.doc-wrap td p.p-1 {
	color: #74777d;
	font-size: 16px;
	font-weight: 500;
}
div.doc-wrap td p.p-1 span {
	font-size: 12px;
}
div.doc-wrap td p.p-2 {
	color: #74777d;
	font-size: 12px;
	font-weight: 500;
}
div.doc-wrap td p.p-3 {
	color: #999;
	font-size: 12px;
	font-weight: 300;
}
div.doc-wrap td p.p-4 {
	color: #74777d;
	font-size: 12px;
	font-weight: 300;
}
div.doc-wrap td p.p-5 {
	color: #74777d;
	font-size: 12px;
	font-weight: 500;
}

/* 03 */
div.steps {
	padding: 0 0 0 40px;
}
div.steps div.f {
	position: relative;
	float: left;
	color: #9ea4a9;
	font-size: 15px;
}
div.steps div.f span {
	font-size: 18px;
	font-weight: 500;
	color: #74777d;
}
div.steps div.f::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #74777d;
	left: -30px; top: 19px;
	border-radius: 50%;
}
div.steps div.s {
	position: relative;
	float: left;
	font-size: 15px;
	color: #9ea4a9;
	padding: 0 0 0 20px;
}
div.steps div.s span {
	font-size: 18px;
	font-weight: 500;
	color: #74777d;
}
div.steps > div:nth-child(2) {
	margin: 40px 0;
}
div.steps > div:nth-child(2) div.s::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 172px;
	background: #74777d;
	left: -57px; top: -62px;
}

div.good-bloom {
	color: #74777d;
	padding: 10px 0 10px 50px;
	background-size: 30px auto;
	border: 1px solid #e3e4e8;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #ccc;
}

.verynice {
	background: #fff url('/images/ico_verynice.png') 10px 50% no-repeat;
}
.nice {
	background: #fff url('/images/ico_nice.png') 10px 50% no-repeat;
}
.normal {
	background: #fff url('/images/ico_normal.png') 10px 50% no-repeat;
}
.bad {
	background: #fff url('/images/ico_bad.png') 10px 50% no-repeat;
}
.verybad {
	background: #fff url('/images/ico_verybad.png') 10px 50% no-repeat;
}

div.box-bloom {
	color: #74777d;
	padding: 10px 20px;
	border: 1px solid #e3e4e8;
	border-radius: 20px;
	box-shadow: 5px 5px 8px #ccc;
}
div.month-fee {
	text-align: center;
	color: #1c1e1f;
	font-size: 18px;
}
div.month-fee span.money {
	font-size: 35px;
	font-weight: 700;
}
div.ins-status {
	color: #74777d;
	padding: 10px 0 10px 0px;
	background: #f6f8fa;
	background-size: 30px auto;
	border-radius: 20px;
	text-align: center;
}
div.ins-status span {
	margin: 0 8px;
}
div.ins-wrap-list {
	padding: 0 20px;
	color: #74777d;
	border: 1px solid #e3e4e8;
	border-radius: 12px;
	margin-bottom: 35px;
	box-shadow: 0 3px 3px #ccc;
}
div.ins-wrap-list div.inner-list {
	padding: 15px 0;
	border-bottom: 1px solid #e3e4e8;
	color: #74777d;
	font-size: 15px;
}
div.ins-wrap-list div.inner-list p span {
	font-size: 21px;
	font-weight: 500;
}
div.ins-wrap-list div.inner-list:last-child {
	border-bottom: 0;
}
div.ins-head {
	padding-bottom: 10px;
}
div.ins-head div.f {
	float: left;
	width: 80px;
}
div.ins-head div.s {
	position: absolute;
	padding: 0 0 0 60px;
	font-size: 21px;
	color: #74777d;
	font-weight: 500;
	line-height: 24px;
}
div.ins-head div.s span {
	font-size: 15px;
	color: #74777d;
	font-weight: 400;
}
div.ins-head div.t {
	float: right;
	width: 60px;
}

div.bottom-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	background: rgb(254,254,255);
	background: linear-gradient(0deg, rgba(254,254,255,1) 0%, rgba(255,255,255,1) 85%, rgba(254,254,255,0) 100%);
}

section.ins-apply-process .btn-both,
section.ins-apply-process .btn-one {
	position: fixed;
	bottom: -140px;
	left: 0;
	width: 91.5%;
	padding: 0 4.5%;
	z-index: 11;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition-delay: 1s;
}
section.ins-apply-process .btn-both.show,
section.ins-apply-process .btn-one.show {
	bottom: 0px;
}

div.first-blank {
	height: 100%;
	border: 1px solid red;
}

.alram-selected-ins div.inbox {
	padding: 20px 20px;
	max-height: 60vh;
	overflow-y: auto;
}
.alram-selected-ins div.inbox li {
	padding: 3px 0;
	color: #74777d;
	font-size: 16px;
	font-weight: 500;
}
.alram-selected-ins div.inbox input.fax {
	font-size: 14px;
}
.alram-selected-ins p.tit {
	text-align: center;
	color: #464b53;
	font-size: 18px;
	font-weight: 500;
	background: #f6f8fa;
	padding: 15px 0;
	border-radius: 20px 20px 0 0;
}
.alram-selected-ins div.a-1 {

}
.alram-selected-ins div.g-box {
	background: #f6f8fa;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	color: #74777d;
	font-size: 16px;
}
.alram-selected-ins p.txt-1 {
	font-size: 15px;
	color: #74777d;
}
.alram-selected-ins p.txt-2 {
	font-size: 12px;
	color: #74777d;
}
.alram-selected-ins span.address-search {
	background: #74777d;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 15px;
	color: #fff;
}

.event-input div.inbox {
	padding: 0px 20px 20px 20px;
	max-height: 60vh;
	overflow-y: auto;
}
.event-input div.inbox li {
	padding: 3px 0;
	color: #74777d;
	font-size: 16px;
	font-weight: 500;
}
.event-input div.inbox input.fax {
	font-size: 14px;
}
.event-input p.tit {
	text-align: center;
	color: #464b53;
	font-size: 18px;
	font-weight: 500;
	background: #f6f8fa;
	padding: 15px 0;
	border-radius: 20px 20px 0 0;
}
.event-input div.a-1 a {
	font-size: 13px;
}
.event-input div.g-box {
	background: #f6f8fa;
	border-radius: 12px;
	padding: 15px;
	text-align: center;
	color: #74777d;
	font-size: 16px;
}
.event-input p.txt-1 {
	font-size: 15px;
	color: #74777d;
}
.event-input p.txt-2 {
	font-size: 12px;
	color: #74777d;
}
.event-input span.address-search {
	background: #74777d;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 15px;
	color: #fff;
}
.event-input input[type="text"] {
	font-size: 15px;
}
.event-input input[type=checkbox].large + label {
	font-size: 13px !important;
}
.event-input div.ar-1 {
	margin-top: 10px;
}
.event-input div.ar-1 a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 15px;
	vertical-align: middle;
}
.event-input div.ar-1 a.on {   
	background: #f68930;
	color: #fff;
}
.event-input div.ar-2 {
	margin: 10px 0;
}
.event-input div.ar-3 {
	margin: 10px 0 10px 0;
}
.event-input div.ar-5 {
	margin: 10px 0 20px 0;
}
.event-input div.ar-5 select {
	border: 1px solid #ccc;
 	padding: 7px 11px;	
	height: 33px;
	font-size: 15px;
}

.event-input div.ar-4 {
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.event-input div.ar-4 a {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 20px;
	vertical-align: middle; 
}
.event-input div.ar-4 a.app {
	background: #f68930;
	color: #fff;
}
.event-input div.view-d {
	max-height: 100px;
	overflow-y: auto;
	background: #eee;
	padding: 10px;
	font-size: 12px;
}

div.agreement-infomation {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 50;
	background: #fff;
}
div.agreement-infomation h2 {
	height: 65px;
	background: #eee;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 65px;
}
div.agreement-infomation div.content {
	padding: 20px;
	color: #999;
	font-size: 13px;
}
div.agreement-infomation div.content p.ptxt {
	color: #333;
}

div.agreement-infomation table{border-top: 1px solid #615f5f;font-size: 12px;}
div.agreement-infomation table th, 
div.agreement-infomation table td{border:solid #ddd;border-width:0 1px 1px 0;line-height: 1.5;vertical-align: middle;}
div.agreement-infomation table th{background-color: #f2f2f2;padding: 10px 10px 10px 18px;text-align: left;}
div.agreement-infomation table td{padding: 10px 10px 10px 15px;}
div.agreement-infomation table .last{border-right: 0;}
div.agreement-infomation table .ac{text-align: center;padding: 10px;}

div.private-agree {
	padding-bottom: 15px !important;
}
div.private-agree span {
	float: left;
}
div.private-agree label {
	font-size: 14px !important;
	color: #74777d;
}
div.private-agree a.private-btn {
	float: right;
	font-size: 12px;
	background: rgba(247,147,63,1);
	color: #fff;
	padding: 3px 7px;
	border-radius: 4px;
}

/* modals */
.alram-selected-ins {
	position: fixed;
	z-index: 25;
	background: #fff;
	width: 90%;
	max-width: 400px;
	max-height: 90vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
}
.event-input {
	position: fixed;
	z-index: 25;
	background: #fff;
	width: 90%;
	max-width: 400px;
	max-height: 90vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
}


.modal-need-document {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
}
.apply-need-document {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
}
.load-insurance-list {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
}
.load-insurance-result {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
}
.need-doc-diagnosis {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
	min-height: 100%;
}
.need-document-view {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
	min-height: 100%;
}
.doc-ready-view {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
	min-height: 100%;
}
.completed-consulting {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
}
.completed-behalf-apply {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	background: #fff;
	width: 100%;
	min-height: 100%;
}
.last-step-apply {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
	background: #fff;
	width: 100%;
	min-height: 100%;
}


div.event-inner-content {
	text-align: center;
}
div.event-inner-content img {
	width: 100%;
	max-width: 700px;
}

/* global */
input[type=checkbox].small {
	display:none;
}
input[type=checkbox].small + label { 
	display: inline-block;
	cursor: pointer; 
	padding-left: 28px; 
	background-repeat: no-repeat;
	background-image: url('../images/ic_checkoff.png');
	width: auto;
	height: 20px;
	background-size: 20px auto;
	color: #464b53;
}
input[type=checkbox].small:checked + label {
	background-image: url('../images/ic_checkon.png');
}
input[type=checkbox].small:disabled + label {
	background-image: url('../images/ic_checkdisabled.png');
}

input[type=checkbox].large {
	display:none;
}
input[type=checkbox].large + label { 
	display: inline-block;
	cursor: pointer; 
	padding-left: 30px; 
	background-repeat: no-repeat;
	background-image: url('../images/ic_checkoff.png');
	width: auto;
	height: 24px;
	background-size: 24px auto;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
}
input[type=checkbox].large:checked + label {
	background-image: url('../images/ic_checkon.png');
}
input[type=checkbox].large:disabled + label {
	background-image: url('../images/ic_checkdisabled.png');
}

input[type=radio].large {
	display:none;
}
input[type=radio].large + label { 
	display: inline-block;
	cursor: pointer; 
	padding-left: 30px; 
	background-repeat: no-repeat;
	background-image: url('../images/ic_checkoff.png');
	width: auto;
	height: 24px;
	background-size: 24px auto;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
}
input[type=radio].large:checked + label {
	background-image: url('../images/ic_checkon.png');
}
input[type=radio].large:disabled + label {
	background-image: url('../images/ic_checkdisabled.png');
}

.text-c {
	text-align: center;
}
.text-r {
	text-align: right;
}
.bold {
	font-weight: 700;
}
a.question-btn {
	display: inline-block;
	width: 100%;
	color: #74777d;
	/*
	background: url('../images/ic_rightarrow1.png') 100% 50% no-repeat;
	background-size: 6px auto;
	*/
	padding: 10px 0;
}
a.global-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X2.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
a.talk-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X2.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
a.new-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X2.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
a.agreement-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X2.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
a.doc-ready-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X2.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
a.doc-view-close {
	position: absolute;
	top: 20px; right: 20px;
	width: 20px;
	height: 20px;
	background: url('../images/ic_X2.png') 0 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
label.pic-button {
	display: inline-block;
	width: 50%;
	color: #74777d;
	font-weight: 700;
	background: url('../images/ic_camera.png') 50% 40% no-repeat;
	background-size: 45px auto;
	padding: 80px 0 20px 0;
	border: 1px solid #e3e4e8;
	text-align: center;
	border-radius: 12px;
}
input[type="file"]#addPictures {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}
p.s-tit {
	color: #74777d;
	font-size: 20px;
	padding-bottom: 5px;
}
p.s-txt {
	color: #74777d;
	font-size: 18px;
	padding-bottom: 5px;
}
ul.txt-list {
	color: #74777d;
	font-size: 16px;
	padding: 5px 0;
}
input.no-border {
	font-size: 18px;
	font-weight: 500;
	border: 0;
}
input.line-border {
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #ccc;
	padding: 7px 15px;
}
input::placeholder {
	color: #cacdd3;
}
div.btn-fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0px 0 0px 0;
	padding: 20px 0;
	background: rgb(254,254,255);
	background: linear-gradient(0deg, rgba(254,254,255,1) 0%, rgba(255,255,255,1) 85%, rgba(254,254,255,0) 100%);
}
div.btn-fixed-bottom div {
	padding: 0 20px;
}
div.btn-fixed-bottom a.btn-apply {
	display: block;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	border-radius: 15px;
	text-align: center;
	padding: 15px 0;
	background: rgb(247,147,63);
	background: linear-gradient(90deg, rgba(247,147,63,1) 0%, rgba(248,172,77,1) 50%, rgba(252,193,45,1) 100%);
}
div.btn-fixed-bottom a.btn-apply.gray {
	background: #74777d !important;
}
div.btn-fixed-bottom.none {
	display: none;
}
.orange {color: #f68930 !important;}
.dark {color: #1c1e1f;}
section.content-section {
	padding: 110px 20px 150px 20px;
	letter-spacing: -1px;
}
section.content-section-nopd {
	padding: 50px 20px 60px 20px;
	letter-spacing: -1px;
}
.img-container-center { text-align: center; }
.bg-white {background: #fff !important;}
.bg-trans {background: transparent !important;}
.txt-white {color: #fff !important;}

.toggle-switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 32px;
	cursor: pointer;
}
  
.toggle-switch.off input[type="checkbox"] {
	display: none;
}

.toggle-switch.off .toggle-switch-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #74777d;
	border-radius: 20px;
	box-shadow: inset 0 0 0 2px #ccc;
	transition: background-color 0.3s ease-in-out;
	font-size: 11px;
	color: #fff;
}
.toggle-switch-background span.a {
	display: inline-block;
	margin: 7px 0 0 10px;
}
.toggle-switch-background span.b {
	display: inline-block;
	margin: 7px 0 0 9px;
}

.toggle-switch.off .toggle-switch-handle {
	position: absolute;
	top: 3px;
	left: 4px;
	width: 26px;
	height: 26px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease-in-out;
}

.toggle-switch.off .toggle-switch::before {
	content: "";
	position: absolute;
	top: -25px;
	right: -35px;
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
	text-shadow: 1px 1px #fff;
	transition: color 0.3s ease-in-out;
}

.toggle-switch.on input[type="checkbox"] {
	display: none;
}
.toggle-switch.on .toggle-switch-handle {
	position: absolute;
	top: 3px;
	left: 4px;
	width: 26px;
	height: 26px;
	background-color: #fff;
	border-radius: 50%;
	transition: transform 0.3s ease-in-out;
	transform: translateX(45px);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
}

.toggle-switch.on .toggle-switch-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	transition: background-color 0.3s ease-in-out;
	font-size: 11px;
	color: #fff;
	background-color: #05c46b;
	box-shadow: inset 0 0 0 2px #04b360;
}

.toggle-switch.on .toggle-switch:before {
	content: "On";
	color: #05c46b;
	right: -15px;
}

.toggle-switch.on  .toggle-switch-background .toggle-switch-handle {
	transform: translateX(26px);
}

.w-10-p {width: 10% !important;}
.w-20-p {width: 20% !important;}
.w-30-p {width: 30% !important;}
.w-40-p {width: 40% !important;}
.w-45-p {width: 45% !important;}
.w-50-p {width: 50% !important;}
.w-60-p {width: 60% !important;}
.w-70-p {width: 70% !important;}
.w-80-p {width: 80% !important;}
.w-90-p {width: 90% !important;}
.w-100-p {width: 100% !important;}

.m-t-0 {margin-top: 0px !important;}
.m-t-5 {margin-top: 5px !important;}
.m-t-10 {margin-top: 10px !important;}
.m-t-20 {margin-top: 20px !important;}
.m-t-30 {margin-top: 30px !important;}
.m-t-40 {margin-top: 40px !important;}
.m-t-50 {margin-top: 50px !important;}
.m-t-60 {margin-top: 60px !important;}
.m-t-70 {margin-top: 70px !important;}
.m-t-80 {margin-top: 80px !important;}
.m-t-90 {margin-top: 90px !important;}
.m-t-100 {margin-top: 100px !important;}

.m-l-0 {margin-left: 0px !important;}
.m-l-5 {margin-left: 5px !important;}
.m-l-10 {margin-left: 10px !important;}
.m-l-20 {margin-left: 20px !important;}
.m-l-30 {margin-left: 30px !important;}
.m-l-40 {margin-left: 40px !important;}
.m-l-50 {margin-left: 50px !important;}
.m-l-60 {margin-left: 60px !important;}
.m-l-70 {margin-left: 70px !important;}
.m-l-80 {margin-left: 80px !important;}
.m-l-90 {margin-left: 90px !important;}
.m-l-100 {margin-left: 100px !important;}

.m-b-0 {margin-bottom: 0px !important;}
.m-b-10 {margin-bottom: 10px !important;}
.m-b-20 {margin-bottom: 20px !important;}
.m-b-30 {margin-bottom: 30px !important;}
.m-b-40 {margin-bottom: 40px !important;}
.m-b-50 {margin-bottom: 50px !important;}

.p-t-0 {padding-top: 0px !important;}
.p-t-5 {padding-top: 5px !important;}
.p-t-10 {padding-top: 10px !important;}
.p-t-20 {padding-top: 20px !important;}
.p-t-30 {padding-top: 30px !important;}
.p-t-40 {padding-top: 40px !important;}
.p-t-50 {padding-top: 50px !important;}
.p-t-100 {padding-top: 100px !important;}

input {
	border-radius: 0;
}

input[type="text"] {
	-moz-animation: none;
}

@media screen and (min-width: 800px){
	div.wrapper {
		width: 800px;
		margin: 0 auto;
	}
}

/* */
.swiper {
	width: 100%;
	height: 100%;
	/*
	overflow-x: hidden;
	overflow-y: visible !important;	
	*/
}
.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination-bullet-active {
	background: #74777d !important;
}
/*
.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal, 
.swiper-pagination-custom, .swiper-pagination-fraction {
	height: 60px;
	bottom: -68px !important;
}
*/

div.film-loading {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 22;
	background: #000;
	opacity: .8;
}
.alram-loading {
	position: fixed;
	z-index: 25;
	width: 90%;
	max-width: 400px;
	max-height: 90vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loading{ text-align:center; padding-top:50px;}
.loading_txt{padding-top:40px; font-size:22px; line-height:30px; letter-spacing:-1.8px; font-weight:400; color:#fff;}

.twink_loading span{width:22px; height:22px; background:gray; display:inline-block; border-radius:0%; animation:loading 1s linear infinite; }
.twink_loading span:nth-child(1){ animation-delay: 0s; background: rgb(47, 237, 40); }
.twink_loading span:nth-child(2){ animation-delay: 0.2s; background: rgb(255, 187, 0); }
.twink_loading span:nth-child(3){ animation-delay: 0.4s; background: rgb(255, 36, 36); }

@keyframes loading{ 0%{opacity: 0; transform: scale(0.5);} 50%{opacity: 1; transform: scale(1.2);} 100%{opacity: 0; transform: scale(0.5);}}

/* spinner */
div.spinner-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100px;
	height: 100px;
  }
  
  @keyframes animation {
	0% {
	  stroke-dasharray: 1 98;
	  stroke-dashoffset: -105;
	}
	50% {
	  stroke-dasharray: 80 10;
	  stroke-dashoffset: -160;
	}
	100% {
	  stroke-dasharray: 1 98;
	  stroke-dashoffset: -300;
	}
  }
  
  #spinner-svg-circle {
	fill:transparent;
	stroke:rgba(247,147,63,1);
	stroke-width: 7px;
	stroke-linecap: round;
	filter:url(#spinner-filter-circle);
	transform-origin: center;
	animation-name: animation;
	animation-duration: 1.2s;
	animation-timing-function: cubic-bezier;
	animation-iteration-count: infinite;
  }

  /* 20240221 add */
.telephone-inquiry {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 23;
	background: #fff;
	width: 100%;
	min-height: 100%;
	text-align: center;
}
.telephone-inquiry p.phone-txt {
	color: #464b53;
	font-size: 29px;
	font-weight: 500;
	line-height: 35px;
	padding: 20px 0 40px 0;
}
.telephone-inquiry p.phone-txt-1,
.telephone-inquiry p.phone-txt-2 {
	color: #464b53;
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
	padding: 20px 0 40px 0;
}
.telephone-inquiry p.phone-txt-2 span {
	color: rgb(247,147,63);
}

p.sss-tit {
	font-size: 16px;
	color: rgb(247,147,63);
	padding-bottom: 5px;
}
span.elec-sign {
	font-size: 16px;
	color: #999;
}
p.title-txttxt {
	font-size: 20px;
	text-align: center;
}
div.lmg-image {
	text-align: center;
	padding: 20px 0 30px 0;
}
div.lms-personal-info li {
	padding: 3px 0;
	color: #74777d;
	font-size: 16px;
	font-weight: 500;
}
div.lms-personal-info li input[type=checkbox].large + label {
	font-size: 16px;
	font-weight: 500;
}
div.lms-personal-info a.agree-1,
div.lms-personal-info a.agree-2 {
	float: right;
	width: 50px;
	height: 30px;
	font-size: 14px;

	background: url('../images/ic_rightarrow1.png') 100% 50% no-repeat;
	background-size: 6px auto;	
	text-indent: -9999px;
}

div.agreement-infomation {
	top: 0; left: 0;
}

div.final-sign {
	z-index: 23;
}
  /* 20240221 //add */