@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
input, select, textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
}
input, textarea, button {
	margin: 0;
	padding: 0;
}
input[type="button"], input[type="reset"], input[type="submit"], button {
	cursor: pointer;
}
input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
:focus {
	outline: 0;
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
:-moz-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
::-moz-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
::-ms-input-placeholder {
 color: #8c8c8c;
 opacity: 1;
}
::placeholder {
 color: #8c8c8c;
 opacity: 1;
}
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
body, button, input, select, textarea {
	font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", 微軟正黑體, Arial, Helvetica, sans-serif;
}
body {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	background-color: #f6f6f6;
	color: #2e2e2e;
}
body > * {
	-webkit-box-flex: 0;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
}
select {
	color: #2e2e2e;
}
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mt-20{margin-top: 20px !important;}
/* header */
.header {
	-webkit-box-flex: 0;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	position: relative;
	/*height: 78px;*/
	height: 100px;
	/*background-color: #fafafa;*/
	padding-right: 25px;
}

/*.header .head {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}*/


.header .head {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    /*background-color: #fafafa;*/
}



.header h1.logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #007aa3;
	/*margin-left: 40px;*/
}
.header h1.logo img {
	display: block;
	max-height: 44px;
	margin-right: 10px;
}
.head-invest h1.logo {
	font-size: 32px;
	letter-spacing: 2px;
}
.head-invest h1.logo img {
	margin-right: 10px;
}
/* nav */
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: 25px;
}
.nav li + li {
	margin-left: 10px;
}

/*
.nav li a {
	display: block;
	min-width: 200px;
	height: 60px;
	line-height: 60px;
	background-color: #007aa3;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 0 30px;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}   */

.nav li a {
    display: block;
    line-height: 60px;  
    -webkit-border-radius: 10px;
                    border-radius: 10px;
    /*color: #fff;*/
	color: #302c2c;
    font-size: 29px;
    font-weight: 600;
    text-align: center;
    padding: 0 30px;
     -webkit-transition: all .15s ease;
		-moz-transition: all .15s ease;
        n: all .15s ease;
                     transition: all .15s ease;
}



.nav li a:hover {
	/*background-color: #f3576c;*/
        background: linear-gradient(to top, #242424, #070707);
	    color: #ffffff;
}
.nav li a.arrow {
	position: relative;
}
.nav li a.arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: 23px;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* user */
.header .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #007aa3;
	font-size: 22px;
}
.header .user:before {
	content: "";
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/icon_member.png) no-repeat center;
	margin-right: 5px;
}
.header .logout {
	display: block;
	height: 44px;
	line-height: 44px;
	background-color: #007aa3;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0 20px;
	margin-left: 10px;
}
/* m-user */
.header .m-mem {
	display: none;
}
.header .m-mem .user {
	position: relative;
	height: 47px;
	background-color: #fafafa;
	border-top: 1px solid #007aa3;
	padding: 0 12px;
}
.header .m-mem .user:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 5px;
	background-color: #007aa3;
}
.header .m-mem .logout {
	margin-left: auto;
}
/* m-hamburger */
.m-hamburger {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	right: 15px;
	width: 46px;
	height: 46px;
}
.m-hamburger i {
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 14px;
	margin-left: 8px;
	width: 30px;
	height: 3px;
	background-color: #007aa3;
	-webkit-border-radius: 99px;
	border-radius: 99px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.m-hamburger i:nth-child(1) {
	top: 0;
}
.m-hamburger i:nth-child(2) {
	top: 8px;
}
.m-hamburger i:nth-child(3) {
	top: 16px;
}
.m-hamburger.active i:nth-child(1) {
	top: -3px;
	left: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m-hamburger.active i:nth-child(2) {
	opacity: 0;
	width: 0;
}
.m-hamburger.active i:nth-child(3) {
	top: 18px;
	left: 5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* m-nav */
.m-nav {
	display: none;
	position: fixed;
	z-index: 99;
	top: 78px;
	left: 0;
	right: 0;
	background-color: #007aa3;
}
.m-nav li a {
	display: block;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	padding-left: 44px;
}
.m-nav li + li {
	border-top: 1px solid #fff;
}
/* footer */
.footer {
	/*background-color: #007aa3;*/
	background-color: #008080;

	color: #000000;
	margin-top: auto;
}
.footer .foot-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*padding: 50px 80px 10px;*/
	    padding: 15px 90px 15px;
}
.foot-invest .foot-info {
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer .foot-info h4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
}
/* unit */
.footer .unit {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	-webkit-flex: 3;
	flex: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.footer .unit section {
	width: 50%;
}
.footer .unit-logo {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.footer .unit-logo img {
	display: block;
}
/* contact */
.footer .contact {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}
.footer .contact li {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding-left: 30px;
}
.footer .contact li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: no-repeat center;
}
.footer .contact li.tel:before {
	background-image: url(../images/footer_tel.png);
}
.footer .contact li.address:before {
	background-image: url(../images/footer_address.png);
}
.footer .contact li.email:before {
	background-image: url(../images/footer_email.png);
}
.footer .copyright {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	text-align: center;
}
.foot-invest .copyright {
	height: 34px;
	line-height: 34px;
	margin-top: auto;
}
/* main */
.main {
	-webkit-box-flex: 0;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
}
.main-title {
	/*font-size: 34px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	background-color: #007aa3;
	color: #fff;
	padding: 10px 0;*/
	
	font-size: 30px;
    line-height: 80px;
    font-weight: bold;
    text-align: center;
	text-align: left;
    /*background-color: #eaeaea;*/
	/*background-color: #337ab7;*/
    /*color: #2b2a2a;	*/
	color: #337ab7;	
	border-bottom: 3px #337ab7 solid;
	
}


/* INDEX */
.i-banner img{width: 100%; height: auto;}
.i-article{
	background: #f4f4f4;
	padding-top: 45px; padding-bottom: 72px;
}

.i-article-t {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 29px;
    text-align: center;
    color: #007aa3;
}

.i-article-list{
	display: flex;
	flex-wrap: wrap;
	margin: -5px -11px 0;
}
.i-article-item{ 	
	padding: 5px 22px 16px;
 }
.i-article-photo img{ width: 100%; height: auto; }
.i-article-item a{ 
	color: #007aa3; 
	padding: 16px; background: #fff;
	border-radius: 20px;
	display: block;
}
.i-article-item a:hover{ box-shadow: 0 0 0 3px #007aa3; }
.i-article-item section{
 	padding: 12px; padding-bottom: 0;
}
.i-article-item time{ font-weight: 700; text-align: right; display: block; }
.i-article-paragraph{ color: #2e2e2e; line-height: 1.8; margin-bottom: 18px; }

.i-article-name{ font-size: 18px; margin-bottom: 12px; font-weight: 700; }
.i-article-title{ font-size: 22px; line-height: 1.4; margin-bottom: 12px; }

.btn-more-article{ display: block; background: #007aa3; color: #fff; text-align: center; padding: 12px;
border-radius: 12px; font-size: 19px; margin: 0 auto; width: calc( 100% - 22px);}

.btn-more-article:hover{ background: #006689; }

@media screen and (max-width: 1440px) {
.header {
	padding-right: 20px;
}
.header .user {
	font-size: 18px;
}
.header .user:before {
	width: 34px;
	height: 34px;
	background-size: 34px;
	margin-right: 4px;
}
.header .logout {
	height: 34px;
	line-height: 34px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 18px;
	padding: 0 16px;
	margin-left: 8px;
}
.nav {
	margin-left: 20px;
}
.nav li + li {
	margin-left: 8px;
}
.nav li a {
	min-width: 160px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	padding: 0 24px;
}
.nav li a.arrow:before {
	margin-top: -5px;
	right: 20px;
	width: 10px;
	height: 10px;
}
}

@media screen and (max-width: 1280px) {
.footer .foot-info {
	padding: 10px 10%;
}
}

@media screen and (max-width: 1200px) {
.header {
	padding-right: 76px;
}
.nav {
	display: none;
}
.m-hamburger {
	display: block;
}
.head-invest {
	padding-right: 12px;
}
.head-invest h1.logo {
	font-size: 22px;
	letter-spacing: 0;
}
.head-invest .m-hamburger {
	display: none;
}
}

@media screen and (max-width: 1024px) {
.header {
	height: 46px;
}
.header h1.logo {
	margin-left: 12px;
}
.header h1.logo img {
	display: block;
	max-height: 34px;
}
.head-invest h1.logo {
	font-size: 16px;
}
.head-invest h1.logo img {
	max-height: 24px;
	margin-right: 8px;
}
.header .user {
	font-size: 14px;
	line-height: 18px;
}
.header .user:before {
	width: 28px;
	height: 28px;
	background-size: 28px;
	margin-right: 3px;
}
.header .logout {
	height: 28px;
	line-height: 28px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 14px;
	padding: 0 12px;
	margin-left: 6px;
}
.header .m-nav {
	top: 46px;
}
.footer .foot-info {
	padding: 10px 20px;
}
.main-title {
	font-size: 22px;
	line-height: 26px;
	padding: 5px 0;
}

.i-article-item {
    padding-left: 12px;padding-right: 12px
}
.i-article-list{ margin-left: -6px; margin-right: -6px }

}

@media screen and (max-width: 768px) {
.header .mem {
	display: none;
}
.header .m-mem {
	display: block;
}
.head-invest {
	padding-right: 76px;
}
.head-invest .m-hamburger {
	display: block;
}
.footer .foot-info {
	padding: 10px 10%;
}
.footer .foot-info h4 {
	font-size: 12px;
	line-height: 22px;
}
.footer .unit-logo {
	height: 30px;
}
.footer .unit-logo img {
	max-height: 20px;
}
.footer .contact li {
	position: relative;
	font-size: 10px;
	line-height: 20px;
	padding-left: 20px;
}
.footer .contact li:before {
	width: 20px;
	height: 20px;
	background-size: 16px auto;
}
.footer .copyright {
	height: 34px;
	line-height: 34px;
	font-size: 10px;
}


.i-article-list{ padding-left: 30px; padding-right: 30px }
.i-article{ padding-bottom: 10px }
.i-article-item a:hover{ box-shadow: none; }


}

@media screen and (max-width: 600px) {
.footer .foot-info {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 10px 10%;
}
.footer .foot-info > * {
	-webkit-box-flex: 0;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
}
.footer .unit {
	display: block;
}
.footer .unit section + section {
	margin-top: 20px;
}
.foot-invest .unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	flex-wrap: wrap;
}
.foot-invest .unit section + section {
	margin-top: 0;
}
.foot-invest .foot-info {
	display: block;
	padding-bottom: 0;
}
.foot-invest .copyright {
	width: 100%;
}








}

@media screen and (max-width: 380px) {
.footer .foot-info {
	padding: 10px 15px;
}
.footer .contact {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin-left: 10px;
}
}

@media screen and (max-width: 360px) {
.head-invest h1.logo {
	font-size: 12px;
}
.header .user {
	font-size: 12px;
	line-height: 16px;
}
}

@media screen and (max-width: 320px) {
.footer .foot-info {
	padding: 10px;
}
}
.form-box {
	padding: 30px 0;
}
.register-box {
	padding: 30px;
}
.form-box .form-title {
	font-size: 34px;
	line-height: 50px;
	font-weight: bold;
	text-align: center;
}
.form-box ul {
	padding: 20px 0 30px;
}
.form-box li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.form-box li + li {
	margin-top: 20px;
}
.form-box .form-label {
	display: block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	text-align: right;
	white-space: nowrap;
	padding-right: 18px;
}
.register-box .form-label {
	width: 265px;
}
.form-box .form-group {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.form-box .form-input {
	display: block;
	width: 100%;
	max-width: 690px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #2e2e2e;
	font-size: 22px;
	padding: 0 20px;
}
.form-box .form-input:focus {
	/*border: 1px solid #007aa3;*/
	border:1px solid #FF5722 ;
}
/* 填寫框不可修 */
.form-box .form-input:disabled {
	background-color: #eaeaea;
	border: 1px solid #bcbcbc;
}
.form-box .form-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	max-width: 690px;
	height: 60px;
	background: #fff url(../images/select-arrow.png) no-repeat right;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #2e2e2e;
	font-size: 22px;
	padding: 0 44px 0 20px;
}
.form-box .form-select::-ms-expand {
 display: none;
}
.form-box .form-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.form-box .form-address > * + * {
	margin-left: 10px;
}
.form-box .form-address select {
	width: auto;
	min-width: 160px;
}
.form-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.verify-content .form-btn {
	margin: 15px 0;
}
/* 共用按鈕 */
.btn-common {
	display: inline-block;
	width: 214px;
	/*height: 86px;*/
	/*ine-height: 86px;*/
	background-color: #007aa3;
	border: none;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	/*font-size: 30px;*/
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	-webkit-transition: background-color .15s ease;
	-moz-transition: background-color .15s ease;
	-o-transition: background-color .15s ease;
	transition: background-color .15s ease;
}
.btn-cancel {
	background-color: #8c8c8c;
}
.btn-common:hover {
	background-color: #f3576c;
}
/* 登入/註冊按鈕 */
.btn-login, .btn-register {
	line-height: 60px;
	/*height: 96px;*/
	/*padding-left: 34px;*/
	position: relative;
	width: 330px;	
	height: 55px;	
	background: #ef4040 no-repeat left;
	/*background: #007aa3 no-repeat left;*/
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}
.btn-login:before, .btn-register:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 96px;
	height: 96px;
	background: no-repeat center;
}

/*.btn-login:before {
	background-image: url(../images/icon_login.png);
}
.btn-register:before {
	background-image: url(../images/icon_register.png);
}*/

@media screen and (max-width: 1280px) {
.form-box {
	max-width: 960px;
	padding: 20px 0;
	margin: 0 auto;
}
.form-box ul {
	padding: 20px 25px;
}
.form-box .form-input, .form-box .form-select, .form-box .form-check {
	max-width: 100%;
}
.form-box .form-label {
	width: 180px;
}
.form-box .form-address {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.form-box .form-address input {
	width: 100%;
	margin: 10px 0 0;
}
}

@media screen and (max-width: 1024px) {
.form-box li + li {
	margin-top: 12px;
}
.form-box .form-title {
	font-size: 22px;
	line-height: 24px;
}
.form-box .form-label {
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding-right: 12px;
}
.register-box .form-label {
	width: 150px;
}
.form-box .form-input {
	height: 44px;
	font-size: 16px;
	padding: 0 16px;
}
.form-box .form-select {
	height: 44px;
	font-size: 16px;
	padding: 0 44px 0 16px;
}
.btn-common {
	width: 120px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
}
.btn-login, .btn-register {
	width: 176px;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	/*padding-left: 27px;*/
}
.btn-login:before, .btn-register:before {
	width: 54px;
	height: 54px;
	background-size: auto 34px;
}
}

@media screen and (max-width: 768px) {
.form-box {
	padding: 15px 0;
}
.form-box ul {
	padding: 15px 25px;
}
.form-box li {
	display: block;
}
.form-box .form-label {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
}

@media screen and (max-width: 414px) {
.register-box ul {
	padding: 15px;
}
.form-box .form-address select {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
}
}
.step {
	counter-reset: step;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 20px;
	margin: 20px 0;
}
.step li {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
}
.step li:before {
	counter-increment: step;
	content: "Step"counter(step);
	position: relative;
	z-index: 1;
	display: block;
	width: 108px;
	height: 108px;
	background: #d4d4d4 no-repeat center 34px;
	border: 1px solid #a4a4a4;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 44px;
	text-align: center;
	margin: 0 auto 10px;
}
.step li.step-1:before {
	background-image: url(../images/icon_verify01.png);
}
.step li.step-2:before {
	background-image: url(../images/icon_verify02.png);
}
.step li.step-3:before {
	background-image: url(../images/icon_verify03.png);
}
.step li.step-4:before {
	background-image: url(../images/icon_verify04.png);
}
.step li.step-5:before {
	background-image: url(../images/icon_verify05.png);
}
.step li + li:after {
	content: "";
	position: absolute;
	top: 43px;
	left: -50%;
	width: 100%;
	height: 22px;
	background-color: #d4d4d4;
	border: 1px solid #a4a4a4;
}
.step li.active {
	color: #f3576c;
}
.step li.active:before {
	background-color: #f3576c;
	border: 1px solid #fff;
}
.step li.active:after {
	background-color: #f3576c;
	border: 1px solid #fff;
}
.step li.success {
	color: #007aa3;
}
.step li.success:before {
	background-color: #007aa3;
	border: 1px solid #fff;
}
.step li.success:after {
	background-color: #007aa3;
	border: 1px solid #fff;
}
.verify-content {
	padding: 0 15px 15px;
}
.verify-box {
	background-color: #fff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 25px;
	margin-top: 10px;
}
.verify-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #007aa3;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	padding: 6px 0;
}
.verify-title h3 {
	margin-right: 20px;
}
.verify-msg {
	font-size: 26px;
	line-height: 44px;
	text-align: center;
	padding: 50px 0;
}
.note-msg {
	color: #f3576c;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 6px 0;
}
.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.apply-data li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.apply-data li + li {
	margin-top: 8px;
}
.apply-data label {
	display: block;
	width: 150px;
	font-size: 18px;
	text-align: right;
	white-space: nowrap;
	margin-right: 15px;
}
.data-input {
	display: block;
	width: 100%;
	max-width: 428px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	padding: 0 15px;
}
.ic-area-wrap{
	align-items: flex-end;
}
.ic-area{
	width: 428px; margin-right: 15px;
}

.data-input:disabled {
	background-color: #eaeaea;
}
/* check */
.form-check {
	/*cursor: pointer; */
	position: relative;
	display: table;
	font-size: 18px;
	line-height: 30px;
}
.form-check input[type="checkbox"], .form-check input[type="radio"] {
	display: none;
}
.form-check input[type="checkbox"] + span {
	display: block;
}
.form-check input[type="checkbox"] + span:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 8px;
}
.form-check input[type="checkbox"]:checked + span:before {
	background: #FF9800  url(../images/checkmark.png) no-repeat center;
}
.form-check input[type="checkbox"]:disabled + span:before {
	background-color: #d4d4d4;
}
.form-check input[type="radio"] + span {
	position: relative;
	display: block;
}
.form-check input[type="radio"] + span:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 8px;
}
.form-check input[type="radio"]:checked + span:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 20px;
	height: 20px;
	background-color: #007aa3;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.check-list {
	margin: 10px 0;
}
.check-list li + li {
	margin-top: 15px;
}
.check-list .form-check input[type="checkbox"] + span:before {
	margin-right: 20px;
}
.check-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.check-inline .form-check {
	margin: 0 25px 10px 0;
}
.register-box .form-check {
	height: 44px;
	line-height: 44px;
	margin: 0 20px 20px 0;
}
.register-box .form-check input[type="checkbox"] + span:before {
	margin-top: 7px;
}
.check-inline .form-check input[type="checkbox"] + span:before {
	margin-right: 8px;
}
.form-radio {
	cursor: pointer;
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.form-radio input[type="radio"] {
	display: none;
}
.form-radio input[type="radio"]:checked + .checkmark {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background-color: #007aa3;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.check-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.check-table table {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin: 10px 0;
}
.check-table table th, .check-table table td {
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	padding: 8px;
}
.check-table thead th {
	font-weight: bold;
}
.check-table thead th:nth-child(1), .check-table thead th:nth-child(2) {
	width: 1px;
	text-align: center;
}
.check-table table .form-radio {
	margin: 0 auto;
}
.search-check li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.search-check li + li {
	margin-top: 10px;
}
.search-check .check-title {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	white-space: nowrap;
	padding-right: 6px;
}
.search-check .form-check {
	/*min-width: 8em;*/
	font-size: 21px;
}
.check-msg {
	margin-top: -10px;
	margin-left: 38px;
}
.num-list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.num-list > li + li {
	/* margin-top: 20px; */
}
.num-list label {
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	white-space: nowrap;
}
.form-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.form-num li {
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 10px;
	margin-right: 20px;
}
.form-num input {
	display: block;
	width: 26px;
	height: 36px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	padding: 0;
	margin-right: 3px;
}
.rule-box {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	height: 320px;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 30px 0;
}
/*.rule-box::-webkit-scrollbar {
 display: none;
}*/

.rule-box:after {
	 content: "";
	 display: block;
	 height: 20px;
}

.rule-box strong {
	font-weight: bold;
	text-decoration: underline;
}
.agree-box {
	font-size: 16px;
	padding: 20px 30px;
}
.agree-box h3 {
	font-weight: bold;
	line-height: 40px;
}
.agree-box .form-check {
	font-size: 16px;
}
.agree-box .form-check + .form-check {
	margin-top: 6px;
}
.agree-btn .btn-cancel {
	margin-left: 130px;
}
.date-info {
	font-size: 26px;
	text-align: center;
	margin: 30px 10px;
}

.hint{
	color: #d8011f;
    font-size: 18px;
	padding: 13px;
	padding-left: 53px;
	border-radius: 25px;
	background: url(../images/icon_remark2.png) no-repeat 8px center, #ffe7e7;
	width: 95%;
	border: 2px solid #fff;
}
.hint+.hint{margin-top: 2px;}

/*.check-list.set-pl{padding-left: 15px;}*/

.hint.bg-no-icon{
	background:#ffe7e7;
	align-items: center;
	border-radius: 50px;
	justify-content: center;
	padding: 8px 15px;
}
.sm-remark{
	width: 34px;
	height: 32px;
	margin-right: 10px;
	display: inline-block;
	background: url(../images/icon_remark2.png) no-repeat center;
}
.hint.bg-no-icon a{
	color: #d8011f;
	font-size: 22px;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
.m-auto{margin: 0 auto;}
.mb30{margin-bottom: 30px !important;}
.mb10{margin-bottom: 10px !important;}
.mb5{margin-bottom: 5px !important;}





@media screen and (max-width: 1280px) {
.step {
	padding: 0 10px;
}
.step li {
	font-size: 20px;
	line-height: 24px;
}
.step li:before {
	width: 90px;
	height: 90px;
	background-position: center 30px;
	background-size: 50px;
	font-size: 16px;
	line-height: 36px;
}
.step li + li:after {
	top: 35px;
	height: 20px;
}
}

@media screen and (max-width: 1080px) {
.check-table {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.check-table table {
	width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
}
}

@media screen and (max-width: 1024px) {
.step li {
	font-size: 18px;
	line-height: 22px;
}
}

@media screen and (max-width: 768px) {
.step {
	display: block;
	padding: 0;
	margin: 10px 0;
}
.step li {
	background-color: #d4d4d4;
	line-height: 34px;
	text-align: left;
	padding-left: 48px;
}
.step li:before {
	counter-increment: step;
	content: counter(step);
	position: absolute;
	top: 50%;
	left: 12px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	background-image: none;
	margin: -12px 0 0;
}
.step li + li:after {
	content: none;
}
.step li.active {
	background-color: #f3576c;
	color: #fff;
}
.step li.success {
	background-color: #007aa3;
	color: #fff;
}
.verify-title {
	font-size: 20px;
	line-height: 24px;
}
.verify-msg {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 20px 0;
}
.verify-msg p + p {
	margin-top: 10px;
}
.note-msg {
	font-size: 16px;
	line-height: 20px;
}
.apply-data label {
	width: 140px;
	font-size: 16px;
	margin-right: 10px;
}
.data-input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	max-width: none;
	font-size: 16px;
	padding: 0 10px;
}
.form-check {
	font-size: 16px;
	line-height: 26px;
}
.form-check input[type="checkbox"] + span:before {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.register-box .form-check {
	margin-bottom: 0;
}
.register-box .form-check input[type="checkbox"] + span:before {
	margin-top: 10px;
}
.form-check input[type="checkbox"]:checked + span:before {
	background-size: 26px;
}
.form-check input[type="radio"] + span:before {
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.form-check input[type="radio"]:checked + span:after {
	top: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
}
.form-radio {
	width: 26px;
	height: 26px;
}
.form-radio input[type="radio"]:checked + .checkmark {
	margin-top: -8px;
	margin-left: -8px;
	width: 16px;
	height: 16px;
}
.check-list li + li {
	margin-top: 10px;
}
.check-table {
	display: block;
}
.check-table table {
	width: 100%;
}
.check-table table th, .check-table table td {
	font-size: 16px;
	padding: 5px;
}
.num-list > li {
	display: block;
}
.form-num li {
	padding: 0;
	margin-left: 0;
}
.num-list > li + li {
	margin-top: 10px;
}
.search-check .check-title {
	font-size: 18px;
}
.search-check .form-check {
	min-width: 0;
	font-size: 18px;
}
.check-msg {
	margin-left: 34px;
}
.rule-box {
	padding: 10px 15px 0;
}
.agree-box {
	padding: 20px 0;
}
.agree-btn .btn-cancel {
	margin-left: 30px;
}
.date-info {
	font-size: 16px;
	margin: 0 10px 20px;
}
}

@media screen and (max-width: 600px) {
.apply-data li {
	display: block;
}
.apply-data label {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
}

@media screen and (max-width: 414px) {
.verify-content {
	padding: 0 10px 15px;
}
.verify-box {
	padding: 10px;
}
.form-num input {
	width: 24px;
	height: 34px;
}
}

@media screen and (max-width: 350px) {
.form-num input {
	width: 20px;
	height: 30px;
}
}


/*-----------*/
.main-title.set-h{height: 17px;}
.help{background: #e8e8e8; color: #007aa3; text-align: center;
padding: 88px 0 35px;}

.help .wrapper{width: 880px;}

.help-title{font-size: 32px; font-weight: 700; letter-spacing: 2px;
margin-bottom: 20px;}

.help-text{font-size: 18px; letter-spacing: 2px;
margin-bottom: 50px; line-height: 1.6;}

.info-list{
	font-weight: 700;
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;  


	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

	margin-bottom: 73px;
	padding: 0 10px;
}
.info-list li{ text-align: left;}
.info-list a{text-decoration: underline; color: #007aa3;font-size: 17px;}
.info-list h5{margin-bottom: 7px; }


.info-list li:nth-child(1){width: 360px;}
.info-list li:nth-child(2){width: 327px;}

.balloon{
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;  
	font-size: 16px;
}
.balloon-main {font-size: 18px; font-weight: 700;}

.balloon strong{font-weight: 700; text-align: left; display: block; margin-top: 3px;}
.balloon li img{margin-bottom: 45px; vertical-align: top;}
.balloon li:nth-child(1){width: 150px; margin-left: 65px;}
.balloon li:nth-child(2){width: 36px; margin-right: 63px;}
.balloon li:nth-child(3){width: 157px;}
.balloon li:nth-child(4){width: 36px;}
.balloon li:nth-child(5){width: 134px;}
.balloon li:nth-child(6){width: 41px;}
.balloon li:nth-child(7){width: 118px;}

.balloon li:nth-child(3) p{width: 3em; margin: 0 auto;}
.balloon li:nth-child(5) p{width: 2em; margin: 0 auto;}
.balloon li:nth-child(7) p{width: 3em; margin: 0 auto;}

.d-flex{
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex; 
}
.flex-wrap{
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}


.card-area{
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
	 -webkit-align-items: center;
	 -moz-box-align: center;
	 -moz-align-items: center;
	 -ms-flex-align: center;
 	color: #2E2E2E; margin-bottom: 22px;
	padding: 16px 20px 16px 12px; background: #fff; border-radius: 15px; border:1px solid #bcbcbc;
}
.j-verify-area{padding-top: 60px;}
.j-verify{font-size: 22px;}
.v-hint-title{font-weight: 700; color: #007aa3; margin-bottom: 14px; }	
.card-area .hint-text{margin-top: 12px;}
.hint-text{color: #F3576C; font-size: 0.8em; font-weight: 700;}

.v-desc{
	-webkit-box-align: center;
	 -webkit-align-items: center;
	 -moz-box-align: center;
	 -moz-align-items: center;
	 -ms-flex-align: center;
}
.v-desc div{ padding-left: 12px; }
.v-already-verify{
	width: 360px;
	flex: none;
}
.btn-common2{
	/*{background: #007aa3; color: #fff; border-radius: 8px; border: none;
	font-weight: 700; font-size: 30px; padding: 16px 24px;    display: inline-block;}*/
    background: #007aa3;
    color: #fff;
    border-radius: 15px;
    border: none;
    font-weight: 700;
    font-size: 25px;
    padding: 16px 23px;
    display: inline-block;}

.btn-common2:hover{background: #F3576C;}

.btn-common.btn-red{background: #F3576C;}
.btn-common.btn-red:hover{background: #e5495d;}

.btn-sm2{padding: 12px 10px; font-size: 20px; min-width: 112px;}
.btn-common2.disabled{background: #a4a4a4;}
.v-already-verify .btn-common2{margin-bottom: 5px; width: 100%;}  
.show-info-area {margin-bottom: 40px;}
.show-info-area h2{
	text-align: center;
	font-size: 30px;
	color: #007aa3;
	margin-bottom: 10px;
}
.show-info-area .verify-box{padding-bottom: 15px;}
.show-info-area .form-btn{
	margin: 15px 0;
}
.show-info-area .form-btn .btn-common{
	margin: 0 20px;
}


.title-md{color: #007aa3; font-weight: 700; text-align: center; padding: 8px; font-size: 22px;}

.table-common{font-size: 18px; max-width: 988px; width: 100%; margin: 0 auto; }
.table-common th{background: #007aa3; color: #fff; white-space: nowrap; }
.table-common th, .table-common td{padding: 12px 10px;text-align: center;border:1px solid #808080; vertical-align: middle; }
.table-common-sm td{ padding: 3px 10px;}
.v-service th{line-height: 1.5}
.text-left{text-align: left !important;}

.table-common.license{ margin: 10px auto;}
.table-common tr:nth-child(odd){background: #f2f2f2;}

.table-common.v-service tr:nth-child(odd){background: #fff;}
.table-common.v-service tr:nth-child(even){background: #f2f2f2;}
.table-common.v-service th{
	white-space: normal;
	line-height: 1.2;
}

.table-common.business-apply{}
.table-common.business-apply tr th:nth-child(2){width: 20%;}
.table-common.business-apply tr th:nth-child(3){width: 35%;}

.title-lg{color: #007aa3; font-weight: 400; text-align: center; margin-bottom: 12px; font-size: 32px;
letter-spacing: 1px;}

.title-mt{margin-top: 44px;}
.notice{
	
	/*background: #ffe7e7; 
	border-radius: 120px;
	border:2px solid #fff; */
	padding: 25px;

  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 30px;
  width: 1230px; margin-left: auto; margin-right: auto;
}

.notice-list h4{font-size: 22px; font-weight: 700; margin-bottom: 10px;
	color: #f3576c;
}

.notice-list{ padding-left: 24px;}
.notice-list ul{
    counter-reset: num;
    padding-left: 1.8em;
    font-size: 16px;
}
.notice-list li{line-height: 1.2; margin-bottom: 6px;    position: relative;}
.notice-list li:before {
    content: counter(num) "。";
    counter-increment: num;
    position: absolute;
    left: -1.5em;
}

/*----頁碼------*/
.pagination {
    display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex; 

	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    padding-left: 0;
    list-style: none;
    margin: 22px 0;
}

.page-link {
    padding: 0 0.75rem; height: 37px; line-height: 37px;
}
.page-link {
    position: relative;
    display: block;
    color: #007aa3;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link:hover, .page-link.current{background: #007aa3; color: #fff;}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}





/*-----實驗場域 (地圖)-----*/
.map-wrapper{
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;  
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.map-area img{max-width: 100%; height: auto;}
.map-area, .map-link-area, .side-field-info-wrap{width: 50%;}
.map-link-area, .side-field-info-wrap{margin-top: 30px;}

.side-field-info-wrap{
	height: 824px;
	overflow-y: auto;
	margin-bottom: 25px;
}

.map-area{margin-bottom: 66px; margin-left: -100px;}
.map-link-area h3{font-size: 21px; font-weight: 700; margin-bottom: 12px; padding-left: 2px; color: #007aa3;}
.map-link{
	margin: 0 -6px;
	margin-bottom: 18px;
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;  

	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;	

}
.map-link li{
	width: 33.3%; padding: 0 6px 8px; 
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex; 

}
.map-link li a{
	display: block;
	width: 100%;
	border: 2px solid #007aa3;
	border-radius: 5px;
	color: #007aa3;
	font-size: 17px;
	background: #fff;
    padding: 10px 7px; padding-left: 14px;
    height: 50px;
    
    display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex; 

	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-moz-align-items: center;
	-ms-flex-align: center;

	transition: background 0.3s ease;
}

.map-link li a i {
    background: #007aa3;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    padding: 8px 10px;
    border-radius: 75px;
    display: inline-block;
    margin-left: 5px;
    width: 80px;
    text-align: center;
}

.map-link li a:hover, .map-link li.active a{background: #007aa3; color: #fff;}
.map-link li a:hover i, .map-link li.active a i{background: #0082c3;}
.map-link li a span{display: inline-block; white-space: nowrap;}


.blue-title{font-size: 22px; font-weight: 700; margin-bottom: 20px; color: #007aa3;}

.card-search{ margin-top: 16px;
	padding: 13px 24px; font-size: 20px; line-height: 1.2; margin-bottom: 8px;
}
.card-search section{margin-bottom: 10px;}
.amount-info{
    margin-bottom: 22px;
    padding: 11px 24px 5px;
    border-radius: 15px;
	background: #007aa3; color: #fff;
	font-size: 16px;
}

.amount-info ul li{
	display: inline-block; padding-right: 16px;margin-bottom: 6px;
}
.amount-info span{
	vertical-align: middle; font-weight: 700;
	font-size: 20px; color: #007aa3; background: #fff; padding: 4px 8px; text-align: center;
	border-radius: 25px; min-width: 60px; display: inline-block;
}
.amount-info.change-number-style span{
	color: #fff; background: transparent;
	vertical-align: text-top;
    font-weight: 400;
    padding: 0;
    text-align: left;
}

.login-area .form-label{
	/*font-size: 30px; color: #007aa3; */
    font-size: 26px;
    color: #373332;	
}


.login-btn-area{
	margin-bottom: 37px;
	padding-left: 240px;
}

.login-btn-area .btn-login{margin-right: 22px;}

.btn-forget{
color: #FF9800 ; background: url(../images/icon_forgetpassword.png) no-repeat;
padding-left: 40px; text-decoration: underline; background-size: 35px;
height: 38px; font-size: 25px; display: inline-block; line-height: 34px;
}

.forget{text-align: center;  margin-left: 228px;width: 690px; 
}
.btn-modify{
	height: 50px;padding: 0 30px; background: #fff; color: #007aa3;
	border-radius: 50px;
}
.main-title{position: relative;}
.btn-modify.set-position{position: absolute; font-size: 22px; 
	right: 26px;}

.mr-0{margin-right: 0 !important;}
/*.login-box{padding-left: 64px;}*/
.title-investors{font-size: 46px;}
.investors-login-box{padding-top: 20px; padding-left: 64px;}
.investors-login-box ul{padding-top: 0;}

.investors-login-box .login-btn-area{padding-left: 410px;}

.j-hint{color: #F3576C; font-size: 22px; font-weight: 700; padding-left: 250px;}

.forget-box{padding-top: 93px;}

.forget-box.form-box ul{padding-bottom: 15px;}

.form-box.set-m{padding: 0 0 40px;}

.hide{display: none !important;}



.modal-head{padding-left: 24px; margin-bottom: 20px;  padding-right: 40px;}			  
.modal-head ul li{
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;  
	line-height: 1.5;
}
.modal-head ul li h4{
	color: #007aa3; font-weight: 700; white-space: nowrap;
}

.field{
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex; 
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.field-item{
	width: 49%;
}
.side-field-info-wrap .field-item{width: 96%; margin-bottom: 15px;}
.field-name{color: #fff; background: #007aa3; padding: 12px; border-radius: 50px;
font-size: 22px; margin-bottom: 20px;text-align: center;}
.field-head{

	align-items: flex-end;
	margin-bottom: 10px;
}
.field-head h3{margin-right: 8px;}
.field-line-link, .field-fb-link{
	width: 40px; height: 40px;
	display: inline-block;
	font-size: 0;
	margin: 0 4px;
}
.field-line-link{
	background: url(../images/icon-line.png) no-repeat;
}
.field-fb-link{
	background: url(../images/icon-fb.png) no-repeat;
}

.field-desc{margin-bottom: 20px;padding: 0 20px 0 23px;}
.field-desc h3{color: #007aa3; font-size: 22px; font-weight: 700; 
margin-bottom: 5px;}

.field-info{margin-top: 15px; margin-left: -3px;}
.field-info li{
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: -webkit-flex; 
	display: flex;  
	line-height: 1.5;
	margin-bottom: 10px;	
}
.field-info li h4{
	padding-left: 32px; color: #007aa3; 
	background-size: 28px;
	background-position: 0 center;
	background-repeat: no-repeat;
	font-weight: 700; padding-right: 8px;
	height: 30px; line-height: 30px;
	white-space: nowrap;
}
.field-info div{padding-top: 2px; padding-left: 5px;}
.fi-phone h4{
	background-image: url(../images/icon_tel.png);
}
.fi-email h4{
	background-image: url(../images/icon_email.png);
}

.fi-address h4{
	background-image: url(../images/icon_address.png);
}
.fi-web h4{
	background-image: url(../images/icon_web.png);
}

.fi-web a{color: #000; }
.fi-web a:hover{
	color: #007aa3; text-decoration: underline;
}

.fi-project h4{
	background-image: url(../images/icon_project.png);
}

.fi-project-list a{display: inline-block; padding: 4px 18px; color: #fff;
font-weight: 700; border-radius: 8px; margin-bottom: 6px; margin-right: 6px;
background:  #007aa3;
}
.fi-project-list a:hover{background: #F3576C;}
.field-info div.fi-project-list{ padding-left: 0; margin-top: -4px;}
/*-----新增刪除電號水號input--------*/
.remove_field, .remove_field_water{
	padding: 0 8px;
	background: #747474;
	height: 40px; line-height: 40px;
	color:#fff;
	border-radius:5px;
	border:none;
	display: inline-block;
	font-size: 16px;
	width: 116px;
	text-align: center;
	font-size: 0;
	position: relative;
 }

.add_field_button, .add_field_button_water{
	padding: 0 8px;
	background: #007aa3;
	height: 40px; line-height: 40px;
	color:#fff;
	border-radius:5px;
	border:none;
	display: inline-block;
	font-size: 0;
	width: 116px;
	text-align: center;
	position: relative;
}
.add_field_button:before{
	content: "(+)新增電號";
	font-size: 16px;
}
.add_field_button_water:before{
	content: "(+)新增水號";
	font-size: 16px;
}

.remove_field:before{
	content: "(-)刪除電號";
	font-size: 16px;
} 
.remove_field_water:before{
	content: "(-)刪除水號";
	font-size: 16px;
}



.input_fields_wrap{padding-left: 15px; }
.input-row{margin-bottom: 9px;}
.input_fields_wrap .data-input{
	width: 428px;
	margin-right: 10px;
}

#Map area{ cursor: pointer;}


.show-mob{ display: none; }

/*---RWD-----*/
@media screen and (max-width: 1440px) {
	.btn-modify.set-position{ font-size: 18px; 	right: 20px;}
	.map-area{
		margin-left: -40px;
	}
	
}

@media screen and (max-width: 1280px) {
	.map-wrapper, .j-inner-wrapper{width: 100%; padding: 0 10px;}
	.form-box .login-area .form-label{
		width: auto;
	}
	.login-btn-area, .investors-login-box .login-btn-area{
		padding-left: 0; text-align: center; margin-bottom: 20px;
	}
	.forget{width: 100%; margin-left: 0;}
	.login-area .form-label{font-size: 20px;}
	.btn-forget {	   
	    padding-left: 25px;
	    background-size: 20px;
	    height: 30px;
	    font-size: 18px;
	    line-height: 30px;
	    background-position: 0 center;
	}
	.j-verify-area{padding-top: 20px;}
	.investors-login-box, .login-box{padding-left: 0;}
	.j-hint{padding-left: 90px; line-height: 1.2; padding-right: 10px;}
	.login-wrapper .notice{width: 96%; margin-left: 2%;}
	.reset-box .login-area .form-label{
		width: 100px;
	}


}



@media screen and (max-width: 1260px) {
	/*-----.wrapper{width: 100%; padding: 0 10px;} ------暫定~等整合!!!!!!!!!!!-----*/

	.btn-common2 {font-size: 20px;}
	.j-verify .btn-common2{white-space: nowrap}
	.v-desc div{line-height: 1.2}
	.notice{width: 100%;}
	.map-link li a i{width: auto;}
	.hint{width: 100%;}
}

@media screen and (max-width: 1024px) {
	.btn-modify.set-position{ right: 10px;}
	.btn-modify {
	    height: 25px;
	    padding: 0 15px;
	    border-radius: 10px;
	}
	.forget-box {
	    padding-top: 40px;
	}
	.map-area{width: 100%; text-align: center;	}
	.map-link-area{width: 100%;margin-bottom: 20px; margin-top: 0;}
	.side-field-info-wrap{
		margin-top: 10px;
		width: 100%;
		height: auto;
	}
	.map-wrapper{
		-webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.map-area{margin-left: -3%; margin-bottom: 20px;	}
	.map-link li a i{font-size: 16px;}
	.amount-info, .card-search{padding-left: 15px;padding-right: 15px;}
	.card-area{padding: 15px;}
	.table-common.license {
	    margin: 0 auto;
	}

	.v-already-verify{width: 280px;}
	.hint {
		border-radius: 10px;
		line-height: 1.3;
	}
	.hint.bg-no-icon a{font-size: 18px;}
}

@media screen and (max-width: 900px) {
	.help{padding-top: 65px;}
	.help .wrapper {
	    width: 100%; padding: 0 10px;
	}
	.help-text{width: 80%; margin-left: auto; margin-right: auto;}
	.info-list{
		width: auto;
	    margin-left: auto;
	    margin-right: auto; margin-bottom: 40px;
	    display: inline-block; 
	}
	.info-list li, .info-list li:nth-child(1){width: 100%;}
	.info-list li:nth-child(2){width: 100%;}	
	.info-list li{margin-bottom: 23px;}	
	.balloon li:nth-child(1){width: auto; margin-left: 0;}
	.balloon li:nth-child(2){width: auto; margin-right: 0;}
	.balloon li:nth-child(3){width: auto;}
	.balloon li:nth-child(4){width: auto;}
	.balloon li:nth-child(5){width: auto;}
	.balloon li:nth-child(6){width: auto;}
	.balloon li:nth-child(7){width: auto;}
	.balloon li{padding: 0 1%;}
	.balloon{
		-webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -moz-box-pack: center;
	    -moz-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	
}

@media screen and (max-width: 768px){
	.show-pc{ display: none; }
	.show-mob{ display: block; }
	.j-verify{
		-webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;

	}
	.v-desc{width: 100%; margin-bottom: 10px;}
	.v-btn-area{text-align: right; width: 100%;}
	.table-common{font-size: 14px;}
	.btn-sm2{font-size: 14px; }
	.notice-icon{
		width: 50px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		-webkit-flex: none;
		flex: none;
	}	
	.login-btn-area, .investors-login-box .login-btn-area{padding: 0 25px;}
	.j-verify { font-size: 18px;}
	.j-hint{padding-left: 30px; font-size: 16px;}
	.amount-info span{font-size: 16px;}

	.check-table.set-display table thead tr{
		display: none;
	}
	.check-table.set-display table:nth-child(1) thead tr{
		display: table-row;
	}
	/* .set-m-display-none thead{
		display: none;
	} */
	.check-table.set-display tbody td{width: 36px;}
	.check-table.set-display table{
		margin: 0;
	}
	.check-table.set-display{margin: 10px 0;}
	.amount-info.change-number-style span{vertical-align: initial;}
}

@media screen and (max-width: 767px){
	.v-service th span{
		display:inline-block;
	}
	.side-field-info-wrap .field-item{width: 100%;}
	.input_fields_wrap {
		padding-left: 0;
	}
	.input_fields_wrap .data-input{width: auto;}
	.check-list .form-check input[type="checkbox"] + span:before {
		margin-right: 10px;
	}
	.remove_field, .remove_field_water, .add_field_button, .add_field_button_water{
		width: 105px;
	}
	.main-title.set-h {
	    height: 12px;
	}
	.i-article{ padding-top: 20px }
	.i-article-t{ margin-bottom:10px }
	.i-article-item{ padding-bottom: 5px }

	.i-article-list {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.btn-more-article{ margin-top: 37px }
}




@media screen and (max-width: 500px) {
	.btn-sm2{min-width: auto; }
	.business-apply tr th.l-date, .business-apply tr td.l-date{
		width: 90px;word-break: break-all;}
	.business-apply .btn-sm2{width: 50px; padding: 6px;}
	.business-apply .btn-sm2.disabled{padding: 6px 2px;}
	.business-apply.table-common-sm td {padding: 3px 5px;}
	.notice-icon{width: 30px; margin: 0 auto 8px;}
	.notice-list {padding-left: 0; width: 100%;}
	.notice{
		-webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;

	}
	.notice h4{text-align: center;}
	.notice{padding:10px;    border-radius: 15px; }
	.login-btn-area{
		
		display: -webkit-box;  
		display: -ms-flexbox;  
		display: -webkit-flex; 
		display: flex;  

		-webkit-box-pack: justify;
	    -webkit-justify-content: space-between;
	    -moz-box-pack: justify;
	    -moz-justify-content: space-between;
	    -ms-flex-pack: justify;
	    justify-content: space-between;

		

	}
	.investors-login-box .login-btn-area{
		-webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -moz-box-pack: center;
	    -moz-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	.login-btn-area .btn-common {
	    margin: 0; width: calc( 50% - 5px );
	}
	.help-title {
	    font-size: 22px;
	    letter-spacing: 1px;
	    margin-bottom: 10px;
	}
	.help-text{
		font-size: 16px;
	    letter-spacing: 0;
	    margin-bottom: 30px;
	    line-height: 1.4;
	    width: 90%;
	}
	.btn-modify { padding: 0 8px;}
	.btn-modify.set-position{position: relative; margin-left: 8px; right: 0;}

}

@media screen and (max-width: 460px) {
	.map-link li{width: 50%;}
	.amount-info span{min-width: auto;}
	.ic-area-wrap{
		flex-wrap: wrap;
	}
	.ic-area{
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	
}




@media screen and (max-width: 414px) {
	.balloon-main{width: 3em;}
	.help-text{width: 96%;}
	.login-area .form-label{font-size: 18px;}
	.v-desc img{width: 80px;}
	.v-desc div{ width: calc(100% - 80px); }
	.license tr th.l-date, .license tr td.l-date{
		width: 100px;word-break: break-all;}
	.notice-list h4 {font-size: 18px;}
	.table-common.v-service th{padding: 5px;}
}

@media screen and (max-width: 360px) {
	.table-common.v-service tbody th{
		width: 100px;
	}
	.table-common.v-service th {
		padding: 5px 2px;
	}
	.add_field_button:before{
		content: "+新增";
		font-size: 16px;
	}
	.add_field_button_water:before{
		content: "+新增";
		font-size: 16px;
	}
	
	.remove_field:before{
		content: "-刪除";
		font-size: 16px;
	} 
	.remove_field_water:before{
		content: "-刪除";
		font-size: 16px;
	}
	.remove_field, .remove_field_water, .add_field_button, .add_field_button_water {
		width: 65px;
	}
}

@media screen and (max-width: 340px) {
	.balloon li img { margin-bottom: 25px;}
	.balloon li:nth-child(1) img{height: 35px;}
	.balloon li:nth-child(3) img{height: 35px;}
	.balloon li:nth-child(5) img{height: 35px;}
	.balloon li:nth-child(7) img{height: 35px;}

	.balloon li:nth-child(2) img{height: 45px;}
	.balloon li:nth-child(4) img{height: 45px;}
	.balloon li:nth-child(6) img{height: 45px;}

	.business-apply tr th.l-date, .business-apply tr td.l-date{font-size: 12px;}
	.business-apply .btn-sm2{font-size: 12px; width: 45px;}
	.business-apply.table-common-sm td{ padding: 3px;}
}
@media screen and (max-width: 320px) {
	.v-desc{flex-direction: column;}
	.v-desc div{width: 100%;}
	.v-hint-title {text-align: center; margin-bottom: 8px; margin-top: 8px;}
	.table-common.license td{ padding: 3px;}
	.license tr th.l-date, .license tr td.l-date{width: 85px;}
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;  
		top: 0;
		left: 0; 
	}
	
	.reveal-modal {		
		width: 1254px;
		/*height:698px;*/
		top: 100px;
		left: 50%;
		margin-left: -627px;
		padding: 20px; padding-right: 10px;
		/*transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);	*/		
		position: absolute;
		z-index: 1000;
		border-radius: 20px;
		background-color:#fff;
		visibility:hidden;
	}

	.reveal-modal-v-service {
		width: 1000px;		
		margin-left: -500px;		
	}


	.modal-wrapper{
		max-height:698px; overflow-y: auto;  padding-right: 10px;
	}
	.reveal-modal .close-reveal-modal {
		font-size: 52px;
		width: 40px; height: 40px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 8px;
		color: #007aa3;
		font-weight: bold;
		cursor: pointer;
		background: #fff;
	} 

	.reveal-modal-v-service .close-reveal-modal {
		font-size: 52px;
		width: 40px;
		height: 40px;
		line-height: 35px;
		position: absolute;
		top: -20px;
		right: -10px;
		color: #007aa3;
		font-weight: bold;
		cursor: pointer;
		background: #fff;
		border-radius: 50%;
		text-align: center;
	}
		
	@media only screen and (max-width: 1280px) {
	  .reveal-modal {top: 5%; padding-right: 20px;}
	  .modal-wrapper{max-height: inherit; padding-right: 0;}

	  .reveal-modal {		
		width: 96%;
		left: 2%;
		margin-left: 0;
	}


    }
    @media only screen and (max-width: 1024px) {
	  .field-item{width: 100%;}
	  .reveal-modal{padding-left: 10px; padding-right: 10px;}
	  .field-desc{padding: 0 10px;}
	  .modal-head{padding-left: 10px; margin-bottom: 15px;}
    }
	 
	@media only screen and (max-width: 380px) {
		.field-info li{
			-webkit-flex-wrap: wrap;
		    -moz-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		    -o-flex-wrap: wrap;
		    flex-wrap: wrap; 

			margin-bottom: 12px;}
	  	.field-info div.fi-project-list{margin-top: 0; width: 100%;}
	  	.field-name{margin-bottom: 15px;}
	}		
					
