@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap&subset=chinese-traditional');
* {
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
	height:100%;
}
html,body {
    font-family:Roboto,"Noto Sans TC","Microsoft JhengHei","微軟正黑體",sans-serif;
	margin: 0;
	padding: 0;
}

/* 元素/標籤選取器 */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style: none; 
}
a img {
	border: none;
}
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
}
/* ~~這個固定寬度的容器環繞著其他 Div~~ */
.container {
	width: 100%;
    max-width: 1440px;
	min-width: 780px;
    margin: 0 auto;
	height:100%;
	font-family: Roboto, noto sans tc, "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

/* 頁首 */
.header {
	width: 100%;
	display:flex;
	flex-direction:column;
	justify-content: center;
}
.header ul {
	list-style: none;
	display:flex;
	align-items: center;
	justify-content: flex-end;
}
.header ul li {
	display:flex;
	align-items: center;
	justify-content: center;
}

/*topbar*/
.header .topbar {
    width:100%;
	background-color: #2cb7d4;
}
.topbar .cmc {
 	width: 47%;
    display: inline-block;
	vertical-align: middle;
	font-size: 1.875rem;
	color: #FFF;
	text-align: left;
	padding-left: 25px;
}
.topbar ul.login {
	width:97%;
	color: #FFF;
	margin:0 auto;
	text-align: right;
}
.topbar ul.login li {
    font-size: 1.75rem;
	font-weight: 600;
}
.topbar ul.login a,
.topbar ul.login a:visited { 
	display: block;
    padding: 20px 20px;
	color: #FFF;
}
.topbar ul.login a:hover,
.topbar ul.login a:active,
.topbar ul.login a:focus {
	background-color: #FFF259;
	color: #1A1A1A;
	transition: all .3s;
	
}
.topbar button.btn {
    font-size: 2.0625rem;
	font-weight: bold;
	color: #FFF;
    background-color: #12CAD6;
	padding:5px 20px;
    cursor: pointer;
}
.topbar button.apply {
    background-color: #222831;
}

/*navbar*/
.header .function {
    WIDTH:98%;
	margin: 0 auto;
	font-size: 0;
    display: flex;
	align-items: center;
}
.function .logo {
	width:20.8%;
    display: inline-flex;
	align-items: center;
}
.function .logo img {
    width:100%;
}
.function ul.nav {
	width:79.2%;
    display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap:wrap;
}
.function ul.nav li {
	width:20%;
    display: inline-flex;
    font-size: 1.625rem;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
}
.function ul.nav li:nth-child(3) a,
.function ul.nav li:nth-child(4) a {
    color:#E61C5D;
}
.function ul.nav a {
	display: blcok; 
	color: #222831;
	vertical-align: middle;
}
.function ul.nav a:focus,
.function ul.nav a:hover,
.function ul.nav a:active {
	color: #FF6F01;
	transition: all .3s;
}

/*content*/
.content {
    width:100%;
	height:100%;
	flex:1;
}
.main {
    width: 100%;
	margin: 0 auto;
    text-align: center;
}
.set_a {
	background:#F9E548;
	position:relative;
}
.set_b {
	background:#F9E548;
	padding:50px 0;
	position:relative;
}
.set_c {
	background:#F0F0F0;
	padding:50px 0;
	position:relative;
}
.set_d {
	background:#ECECEC;
	padding:30px 0;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.set_d h1 {
	font-size:2.6875rem;
	color:#FF3C00;
	display:flex;
	justify-content:center;
}
.set_d h2 {
	font-size:2.1875rem;
	display:flex;
	justify-content:center;
}

.set_e {
	background:#eeeeee;
	position:relative;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
.set_bg1 {
    background: url(../invoice/apply_bg.png) no-repeat;
	background-size:100% 100%;
	height:450px;
}
.set_bg1:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.set_bg1 h1 {
    display: inline;
    vertical-align: middle;
}
.set_a img:nth-child(3),
.set_b img:nth-child(1),
.set_e img:nth-child(1),
.headimg img,
.iwrap img {
	width: 100%;
	height:100%;
    margin: 0 auto;	
}
.featureList {
    width: 90%;
	max-width: 1423px;
    margin:0 auto;
	padding:10px 0;
}
.bg {
    background: #FFFFFF url(../invoice/bg.png) no-repeat scroll 50% 2%;
}
.bg1 {
    background: #FFFFFF url(../invoice/bg1.png) no-repeat scroll 50% 2%;
}
.bg2 {
    background: #FFFFFF url(../invoice/bg2.png) no-repeat scroll 50% 2%;
}
.bg3 {
    background: #FFFFFF url(../invoice/bg3.png) no-repeat scroll 50% 2%;
}
.bg4 {
    background: #FFFFFF url(../invoice/bg4.png) no-repeat scroll 50% 2%;
}
.bg5 {
    background: #FFFFFF url(../invoice/bg5.png) no-repeat scroll 50% 2%;
}
.bg6 {
    background: #FFFFFF;
}

.featureList .List-up {
	padding: 50px 0;
    text-align: center;
}
.featureList .List-up h1 {
    font-size: 3.4375rem;
	color:#FF8200;
}
.featureList .List-up h2 {
    font-size: 2.5rem;
	text-align:center;
}
.featureList .List-up img {
    max-width:100%;
    width:auto;
    margin: 0 auto;
}
.featureList .List-up hr {
    width: 10%;
	border: 4px #FF8200 solid;
	margin: 20px auto;
}
.featureList .List-up li {
    font-size: 2.1875rem;
}
.featureList .List-down .plan-title h1 {
    font-size: 1.75em;
    color: #FFFFFF;
    height: 150px;
	line-height: 150px;
}
.featureList .List-down .plan-detail h2 {
    font-size: 1.5em;
}
.featureList .List-down {
    text-align: center;
}
.featureList .List-down img {
    max-width:100%;
    width:auto;
    margin: 0 auto 50px auto;
}
.featureList .List-down hr {
    width: 80%;
	border: 1px #000000 solid;
	margin: 10px auto;
}

.featureList .List-down .pay_intro {
    width: 100%;
    margin: 15px auto;
	padding: 0 0 50px 0;
	background: #F0F0F0;
    text-align: center;
}
.plan-title {
    width: 100%;
    height: 200px;
}
.db-bg1{
    background: url(../invoice/dialog-border1.png) no-repeat scroll 0% 0%;
	background-size: 100% 100%;
	filter: drop-shadow(0px 10px 7px rgba(0, 0, 0, 0.2));
	-webkit-filter: drop-shadow(0px 10px 7px rgba(0, 0, 0, 0.2));
	z-index: -1;
}
.db-bg2{
    background: url(../invoice/dialog-border2.png) no-repeat scroll;
	background-size: 100% 100%;
	filter: drop-shadow(0px 10px 7px rgba(0, 0, 0, 0.2));
	-webkit-filter: drop-shadow(0px 10px 7px rgba(0, 0, 0, 0.2));
	z-index: -1;
}
.plan-detail {
    display: inline-block;
	background: #FFFFFF;
	box-shadow: 5px 5px 5px #D8D8D8;
    width: 48%;
    margin: 20px auto;
	padding: 30px 0;
	vertical-align: top;
}
.plan-detail p {
    font-size: 2.2em;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
}
p.special {
    width: 85%;
	margin: 50px auto 67px auto;
	color: #2C2C2C;
    border: 5px #2C2C2C solid;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
.plan-detail span {
    font-size: 30px;
	font-weight: bold;
}
.btm {
	width: 100%;
	margin: 70px auto 50px auto;
    word-spacing: -0.5em;
}
.btm-right, .btm-left {
	width: 35%;
	height: 300px;
    display: inline-block;
	vertical-align: top;
}
.btm-right {
    border-top: 4px #5C5C5C solid;
    border-left: 2px #5C5C5C solid;
}
.btm-left {
    border-bottom: 4px #5C5C5C solid;
    border-right: 2px #5C5C5C solid;
}

.btm-right a, .btm-left a {
	display: block;
	width: 200px;
	height: 190px;
	line-height: 170px;
    font-size: 1.3em;
    font-weight: bold;
    color: #FFFFFF;
}
.btm-left a {
    background: url(../invoice/btm1.png) no-repeat scroll 50% 0%;
	float: left;
}
.btm-right a {
    background: url(../invoice/btm2.png) no-repeat scroll 50% 0%;
	float: right;
	margin-top: 100px;
}
.btm a,
.btm a:visited {
    color: #FFFFFF;
}
.btm a:hover,
.btm a:active,
.btm a:focus {
	color: #81f5ff;
}

/* 表單 */
.form {
    width: 90%;
	max-width: 1423px;
    margin: 0 auto;
    padding: 30px 20px;
	font-size: 30px;
    background-color: #FFFFFF;

}
.css_table {
    display:table;
    table-layout:fixed;
}
.css_tr {
    display: table-row;
}
.css_td {
    display: table-cell;
    text-overflow:ellipsis; 
    overflow:hidden;
	vertical-align:middle;
}
.form .css_td:nth-child(1) {
	width: 24%;
	height: 50px;
	line-height: 50px;
    padding: 10px 0;
	font-size: 30px;
	font-weight: bold;
    text-align: right;
}

.form .css_td:nth-child(2) {
	width: 76%;
    padding: 10px 0 10px 10px;
	font-size: 30px;
}
span.field_name {
    font-weight:bold;
}
span.field_name::after {
    content:"▸";
}

/* 輸入input樣式 */
.form input[type="text"] {
    width:80%;
	font-size: 30px;
    height: 50px;
	line-height: 50px;
	padding: 14px 0 8px 10px;
	border: 1px #888888 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    outline: none;
}
.form textarea {
    width: 80%;
	font-size: 30px;
	height: 200px;
	padding: 10px 10px 10px 10px;
    resize:none;
    overflow:hidden;
}
.buttonDiv {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
	text-align: right;
}
.buttonDiv ul,
.page ul {
	list-style:none;
}
.buttonDiv li,
.page li {
    display: inline-block;
    text-align: center;
}
.buttonDiv li {
    width: 49%;
}
.buttonDiv li:nth-child(1) {
    text-align: right;
}
.buttonDiv li:nth-child(2) {
    text-align: left;
}
button {
	margin: 0 auto;
	border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}

.info-btn {
    width: 250px;
	border: none;
	padding: 5px 0;
	color: #000;
	background-color:#FACF00;
	font-size: 35px;
	font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    outline: none;
    cursor: pointer;
}
.info-btn:hover {
	background-color:#E8C501;
}
.go-btn {
	font-size:1.75rem;
    font-weight:bold;
	margin-top:30px;
	padding: 5px 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
	background-color:rgba(26,26,26,1);
	color:#FFF;
}
.go-btn:hover {
	background-color:rgba(26,26,26,0.6);
}
.buttonDiv .print-btn {
	padding:5px 50px;
	font-size: 2rem;
	font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background:rgba(0,175,195,1);
	color:#FFF;
}
.buttonDiv .print-btn:hover {
    color:#FFF;
    background:rgba(0,175,195,0.7);
}

/*footer*/
.footer {
	width:100%;
	background-color: #393e46;
    color: #FFF;
	position: relative;
	clear: both;
	padding: 10px 0;
	font-size:0;
}
.footer .box {
    width:93%;
	margin:20px auto;
	position: relative;
}
.bt {
	border-top:5px #222831 solid;
}
.footer .box ul {
	list-style: none; 
}
.footer .box h1 {
    width:100%;
    font-size: 3.125rem;
	color:#F9E548;
	margin:0;
}
.footer .box h2 {
    width:100%;	
    font-size: 2.15625rem;
	line-height:100%;
	margin:0;
}

.footer .box .info {
	font-size: 0;
    margin-top: 30px;
}
.footer .box .info ul.address li{
    margin:2px 0;
    font-size: 1.5625rem;
}
.footer .box .info ul.address i.fa-map-marked-alt {
	margin-right: 6px;
}
.footer .box .info ul.address i.fa-phone-alt {
	margin-left: 30px;
	margin-right: 6px;
}
.footer .box ul.address i.fa-clock {
	margin-right: 10px;
}
.footer .box .csr {
	width:25%;
	position: absolute;
    top:30px;
	right:30px;
	font-size: 0;
}
.footer .box .csr ul {
	width:100%;
}
.footer .box .csr ul li {
    width:50%;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
}
.footer .box .csr img:hover {
	opacity:0.8;
}

/*scroll-top start*/
.scroll-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    position: fixed;
    bottom: 3px;
    right: 4px;
    visibility: hidden;
    background: rgba(102, 102, 102, 0);
    z-index: 10;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: all 0.4s;
    margin: 0;
    padding: 0;
  }
  .scroll-top.visible {
    visibility: visible;
    background: rgba(102, 102, 102, 0.7);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: all 0.4s;
  }
  .scroll-top:focus,
  .scroll-top:hover {
    color: #FFFFFF;
    opacity: 1;
  }
  .scroll-top .upIcon {
    /*transform:rotate(90deg);*/
    width: 24px;
    height: 24px;
  }
  .scroll-top .upIcon::before {
    content: '';
    width: 20px;
    height: 20px;
    border-left: 4px solid rgba(255,255,255,0);
    border-top: 4px solid rgba(255,255,255,0);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: all 0.4s;
  }
  .scroll-top.visible .upIcon::before {
    border-left: 4px solid rgba(255,255,255,1);
    border-top: 4px solid rgba(255,255,255,1);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: all 0.4s;
  }

/* 電子發票查詢 */
.SearchInvoice {
    width: 100%;
    //height: 100%;
    display: table;
    background: #FFFFFF;
}

.SearchInvoice .List-up {
	margin-top: 50px;
    text-align: center;
}

.SearchInvoice .List-up h2 {
    font-size: 2.5rem;

}
.SearchInvoice .List-up hr {
    width: 5%;
	border: 4px #FACF00 solid;
	margin: 20px auto;
}


/* 商品說明頁籤 */
.Search-box {
	width: 100%;
	margin: 40px auto 60px auto;
}
.Search-box ul {
    width:90%;
	margin:30px auto;
	list-style-type:square;
	list-style-position:outside;
}
.Search-box hr {
    border:0;
	border-top:3px #E4E4E4 dotted;
	height:0;
	margin:20px auto;
	overflow:visible
}
.Search-box .ps {
    width:90%;
	margin:20px auto;
	padding:50px 0;
    background:#F0F0F0;
}
.tab button.tab-btn {
	width:85%;
	margin:10px auto;
	padding:10px 0;
	font-size:2.1875rem;
	font-weight:bold;
	box-shadow:10px 10px #BCBCBC;
}
.tab button.tab-btn:hover {
    color: #000;
    cursor: pointer;
}
.tab button.tab-btn:hover > i {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	background:#FACF00;
}

/* 頁籤 */
.tab {
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size:0;
}
.verification {
    width: 95%;
    background: #FFFFFF;
    text-align: center;
    overflow: hidden;
	margin:0 auto;

}
.tab input.tabs {
    display: none;
}
.tab label.tp {
    display: inline-block;
    width: 40%;
    padding: 15px 10px;
    font-size: 2.5rem;
	font-weight: bold; 
    text-align: center;
	vertical-align:top;
}
.tab label.tp:hover {
    color: #000;
    cursor: pointer;
}
/*
.tab label.tp:hover > i {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	background:#FACF00;
}

.tab input.tabs:checked + .tp {
	border-bottom:5px #FACF00 solid;
}
.tab input.tabs:checked + .tp > i{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
	background:#FACF00;
}
*/
#Search-tab1:checked ~ .inputform #inputform-tab1,
#Search-tab2:checked ~ .inputform #inputform-tab2 {
    display: block;
    text-align:left;
}

/* 頁籤div內容 */
.inputform {
}
/*
.inputform > div {
    padding: 20px 25px 5px;
    background: #FFFFFF;
}*/
.inputform .invoiceinfo,
.verification .invoiceinfo {
    width:100%;
}
.inputform .invoiceinfo .css_td:nth-child(1),
.verification .invoiceinfo .css_td:nth-child(1) {
	width: 24%;
    padding: 10px 0;
	font-size: 2rem;
    text-align: right;
}

.inputform .invoiceinfo .css_td:nth-child(2),
.verification .invoiceinfo .css_td:nth-child(2) {
	width: 76%;
    padding: 10px 0 10px 10px;
	font-size: 2rem;
    text-align: left;
}
.inputform .invoiceinfo input[type="text"],
.verification .invoiceinfo input[type="text"] {
	height:50px;
	display:inline-block;
	font-size: 2rem;
	padding-left: 10px;
	border: 1px #272F38 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	vertical-align:middle;
    outline: none;
}
.inputform .invoiceinfo input::placeholder {
	font-size: 1.75rem;
}
.inputform .invoiceinfo input::-webkit-input-placeholder {
	font-size: 1.75rem;
}
.inputform .invoiceinfo input:-moz-placeholder {
	font-size: 1.75rem;
}
.inputform .invoiceinfo input:-ms-input-placeholder {
	font-size: 1.75rem;
}

.inputform .invoiceinfo .css_tr:nth-child(1) input[type="text"],
.inputform .invoiceinfo .css_tr:nth-child(2) input[type="text"],
.inputform .invoiceinfo .css_tr:nth-child(3) input[type="text"],
.verification .invoiceinfo .css_tr:nth-child(1) input[type="text"],
.verification .invoiceinfo .css_tr:nth-child(2) input[type="text"],
.verification .invoiceinfo .css_tr:nth-child(3) input[type="text"],
.verification .invoiceinfo .css_tr:nth-child(4) input[type="text"],
.verification .invoiceinfo .css_tr:nth-child(5) input[type="text"] {
    width:80%;
}
.inputform .invoiceinfo .css_tr:last-child input[type="text"] {
    width:40%;
}

.validimg {
	height:100%;
}
.refresh_v_btn {
	font-size: 28px;
	font-weight: bold;
	background: #FFFFFF;
	color:#272F38;
	vertical-align:middle;
}
.refresh_v_btn::before {
    content: "◀";
}
.refresh_v_btn:hover {
	color:#C40000;
    cursor:pointer;
}

/* 新用戶 */
.wrapper {
    max-width:1423px;
	min-width: 780px;
	display:table;
	margin:0 auto;
}
.wrapper .case {
    display: table-cell;
	vertical-align: middle;
    text-align: center;
}
.wrapper .case img {
    max-width:100%;
    width:auto;
}
.wrapper .case .case_upper,
.wrapper .case .case_lower {
    width: 100%;
	vertical-align: middle;
    text-align: center;
}
.wrapper .case a {
    cursor: pointer;
}
.mwrap {
	width: 100%;
    margin: 0 auto;
	padding: 30px 0 200px 0;
	background:#F0F0F0;
}
.iwrap {
	width: 100%;
	height:100%;
    margin: 0 auto;
	background:#F0F0F0;
}
.mwrap h1,.mwrap h2,.mwrap h3,.mwrap h4,.mwrap h5,.mwrap h6,.mwrap p {
	padding-left: 10px;
	padding-right: 10px;
}
.mwrap div.headline {
	width: 95%;
	margin:10px auto;
    display:flex;
	align-items:center;
	justify-content:center;
}
.mwrap div.headline .stepboxline {
  width:100%;
  text-align: center;
  overflow: hidden;
}
.mwrap div.headline .stepboxline > span {
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2.5rem;
}
.mwrap div.headline .stepbox > span {
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2.5rem;
}
.mwrap div.headline .stepboxline > span:nth-child(1) {
  color:#FF6F3C;
}
.mwrap div.headline .stepboxline > span:nth-child(2)::after,
.mwrap div.headline .stepboxline > span:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  width: 50vw;
  color:#000;
}
.mwrap div.headline .stepboxline > span:nth-child(2)::after {
  left: calc(100% + 20px);
}
.mwrap div.headline .stepboxline > span:nth-child(1)::before {
  right: calc(100% + 20px);
}
.mwrap div.headline .stepbox span.down {
    display: block;
    width: 40px;
    text-align: center;
    margin: 10px auto;
    border: 3px solid #FF8200;
}
.mwrap div.headline ul li h3 {
    font-size:2.5rem;
	text-align:center;
	color:#373C46;
}
.mwrap div.headline ul li p {
    font-size:1.75rem;
}
.mwrap h1.headline {
	width: 100%;
    font-size: 3rem;
	margin: 50px auto 20px auto;
	text-align: center;
}
.loading {
    margin: 0 auto;
	border: 30px #12CAD6 solid;
	border-right: 30px #ECECEC solid;
	border-bottom: 30px #ECECEC solid;
	height: 200px;
	width: 200px;
    border-radius: 50%;
	-webkit-animation: loading 1s infinite linear;
	-moz-animation: loading 1s infinite linear;
	-o-animation: loading 1s infinite linear;
	animation: loading 1s infinite linear;
}
@-webkit-keyframes loading {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes loading {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-o-keyframes loading {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(360deg);
	}
}
@keyframes loading {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

span.headline {
    display:inline-block;
	background:#12CAD6;
	text-align:right;
	padding:0 5px 0 120px;
	margin-right:10px;
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;	
	-moz-border-top-left-radius:50px;
	-moz-border-bottom-left-radius:50px;	
	-webkit-border-top-left-radius:50px;
	-webkit-border-bottom-left-radius:50px;	
}
.mwrap hr.triangle {
    width:0;
    height:0;
    border-width:20px 15px 0;
    border-style:solid;
    border-color:#272F38 transparent transparent;
	margin: 5px auto;
}
.mwrap .wrap {
	width: 90%;
	height:auto;
	margin:50px auto;
	
}
.mwrap .wrap .cwrap_t {
    display:flex;
	align-items:center;
	justify-content: space-around;
}
.mwrap .wrap .cwrap_t .left,
.mwrap .wrap .cwrap_t .right{
    width:50%;
    display:flex;
	align-items:center;
	justify-content: center;
}
.mwrap .wrap .cwrap_t .frame .box {
   width:95%;
   margin:0 auto;
   border-radius:10px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   cursor:pointer;
   position: relative;
}
.mwrap .wrap .cwrap_t .left .box {
   border:2px #005792 solid;
   background:#005792;
   color:#FFF;
}
.mwrap .wrap .cwrap_t .right .box {
   border:2px #537791 solid;
   background:#537791;
   color:#FFF;
}
.mwrap .wrap .cwrap_t .frame .box:focus,
.mwrap .wrap .cwrap_t .frame .box:hover,
.mwrap .wrap .cwrap_t .frame .box:active {
   box-shadow:0px 0px 10px 5px #888888;
   transition: all .3s;
}
.mwrap .wrap .cwrap_t .frame .box .touch {
   position: absolute;
   bottom:-20px;
   right:10px;
}
.mwrap .wrap .cwrap_t .frame h1 {
    font-size:2.375rem;
	text-align:center;
	background:#FFF;
	margin:0;
	border-radius:8px 8px 0 0;
   -moz-border-radius:8px 8px 0 0;
   -webkit-border-radius:8px 8px 0 0;
}
.mwrap .wrap .cwrap_t .left h1 {
	color:#005792;
}
.mwrap .wrap .cwrap_t .right h1 {
	color:#537791;
}

.mwrap .wrap .cwrap_t .frame p {
    font-size:1.75rem;
	text-align:center;

}
.mwrap .wrap .cwrap_t .frame p:nth-child(2) {
    padding: 20px 0 5px 0;
}
.mwrap .wrap .cwrap_t .frame p:nth-child(3) {
    padding: 5px 0;
}
.mwrap .wrap .cwrap_t .frame p:nth-child(4) {
    padding: 5px 0 20px 0;
}

.mwrap .cwrap_t .frame .box p span.num {
    font-size:2.1875rem;
	font-weight:bold;
}
.mwrap .cwrap_t .frame .box p span.tx_S {
    font-size:1.4375rem;
}

/* 新用戶方案選擇2 */
.mwrap .cwrap_n {
   width:100%;
   margin:0 auto;
}
.mwrap .cwrap_n .frame {
   width:95%;
   margin:0 auto;
   border:1px #222831 solid;
   border-radius:5px;
   background:#F5F5F5;
   padding:50px 0;   
}
.mwrap .cwrap_n .frame .box {
	width:85%;
	margin:0 auto;
	background:
}
.mwrap .cwrap_n .frame .box p:before {
    content:"";
	height:100%;
	display:inline-block;
	vertical-align:middle;
}
.mwrap .cwrap_n .frame .box p span.num {
    font-size:3.125rem;
	font-weight:bold;
	
}
.mwrap .cwrap_n .frame .box p span.text_b {
    font-size:2.1875rem;
	font-weight:bold;
}
.mwrap .cwrap_n .frame .box p span.text_s {
    font-size:2.8125rem;
	font-weight:bold;
}
.mwrap .cwrap_n .frame .box p span.tx_S {
    font-size:1.4375rem;
}
.mwrap .cwrap_n .frame div.add {
    width:100%;
	padding:10px 10px;
}

.mwrap div.ad {
    width:90%;
	margin:10px auto 50px auto;
	background:#00AFC3;
    border:5px #FFF solid;
	box-shadow:10px 10px #BCBCBC;
}
.mwrap div.ad:hover {
    border:5px #FFF259 solid;
}
.mwrap div.ad h1{
    font-size:3.4375rem;
	color:#FFFFFF;
	padding:10px 30px;
}
.mwrap div.ad h1:before {
    content:"✪";
    font-size:4.375rem;
	color:#FFF259;
}
.mwrap div.ad h1:after {
    content:"⋙";
    font-size:4.0625rem;
}

span.add {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.375rem;
    font-weight: bold;
    color: #FFFFFF;
	background: #0058A5;
	padding: 5px 20px 5px 15px;
    border: 0;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 0 50px 50px 0;
}
.mwrap .cwrap_n input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.mwrap .cwrap_n input[type="radio"] + label::before {
    content: "\a0"; /*不換行空格*/
    display: inline-block;
    vertical-align: middle;
    padding: 7px;
    border-radius: 50%;
	background-color: #FFFFFF;
	cursor: pointer;
}
.mwrap .cwrap_n input[type="radio"] + label::before {
    margin-left: 10px;
    margin-right: 10px;
}

.mwrap .cwrap_n input[type="radio"]:checked + label::before {
    background-clip: content-box;
    padding: 7px;
}

.mwrap .cwrap_n input[type="radio"].radiostyle {
	top:0%;
	right:0;
}
.mwrap .cwrap_n input[type="radio"].radiostyle + label::before {
    position: absolute;
	top:0%;
	right:0;
    border: 8px solid #12CAD6;
    width: 50px;
    height: 50px;
}
.mwrap .cwrap_n input[type="radio"].radiostyle:hover + label::before {
    border: 8px solid #FF004C;
}
.mwrap .cwrap_n input[type="radio"].radiostyle:checked + label::before {
    border: 8px solid #FF004C;
    background-color: #FF004C;
}

.mwrap .cwrap_n input[type="radio"].radiostyle1 {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.mwrap .cwrap_n input[type="radio"].radiostyle1 + label::before {
    position: absolute;
    border: 5px solid #5A5A5A;
    width: 40px;
    height: 40px;
}
.mwrap .cwrap_n input[type="radio"].radiostyle1:checked + label::before {
    border: 5px solid #F05E1C;
    background-color: #F05E1C;
}

.mwrap .buttonDiv {
    text-align: center;
}

.div-checked{
	width:100%;
    margin:20px 0;
}
.div-checked:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.div-checked label {
cursor: pointer;
position: relative;
display: inline-block;
vertical-align: middle;
width: 405px;
height: 50px;
background:#FFF;
}
.div-checked label:nth-child(2) {
 margin-left:5px;
}
/**
* 按鈕透明
* @type {String}
*/
.div-checked input[type="checkbox"] {
opacity: 0;
}
/**
* checkbox選中樣式
* @type {String}
*/
.div-checked input[type="checkbox"]:checked + b {
border-color: #C30027;
color: #C30027;
}
/**
* i標籤大小
*/
.div-checked b {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 3px solid #1A1A1A;
padding-left:5px;
line-height: 45px;
font-size: 2.1875rem;
font-weight: bold;

}
/**
* 打勾效果，使用border
* @type {[type]}
*/
.div-checked span {
position: absolute;
width: 38px;
height: 38px;
top: 6px;
right: 7px;
border: 3px solid #1A1A1A;
}
.div-checked span:after {
opacity: 1;
content: "";
position: absolute;
width: 14px;
height: 24px;
background: transparent;
top: 0;
right: 7px;
border: 3px solid #FFF;
border-top: none;
border-left: none;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-o-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
/**
*選中狀態，span(三角形)樣式
* @type {String}
*/
.div-checked input[type="checkbox"]:checked + b + span {
position: absolute;
width: 38px;
height: 38px;
top: 6px;
right: 7px;
border: 3px solid #C30027;
background: #C30027;
}
.div-checked input[type="checkbox"]:checked + b + span:after {
opacity: 1;
content: "";
position: absolute;
width: 14px;
height: 24px;
background: transparent;
top: 0;
right: 7px;
border: 3px solid #FFF;
border-top: none;
border-left: none;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-o-transform: rotate(35deg);
-ms-transform: rotate(35deg);
transform: rotate(35deg);
}
.mwrap .payinfo,
.mwrap .ps {
    display:flex;
	align-items:center;
	justify-content: center;
}
.mwrap .payment {
    width:100%;
	padding:20px 0;
}
.mwrap .payment ul.plan {
    margin:10px 10px;
}
.mwrap .payment ul.plan li span.field_name {
    display:inline-block;
	vertical-align:middle;
	width:60%;
}
.mwrap .payment ul.plan li span.num {
    display:inline-block;
	width:40%;
	text-align:right;
}
.mwrap .cwrap ul.invoice_Type,
.mwrap .payment ul.pay_Type {
    display:inline-block;
	vertical-align:middle;
	margin:0;
}
.mwrap .cwrap ul.invoice_Type li,
.mwrap .payment ul.pay_Type li {
    display:inline-block;
	vertical-align:middle;
}
.mwrap .cwrap ul.invoice_info,
.mwrap .payment ul.paymentCard_info {
    margin:0;
}
.mwrap .payment ul.paymentCard_info p {
    font-size:1.875rem;
	font-weight:bold;
	color:#C30027;
	text-align:left;
}
.mwrap .payment ul.paymentCard_info p:before {
    content:"★";
}
.mwrap .cwrap ul.invoice_info li,
.mwrap .payment ul.paymentCard_info li{
    margin:10px 0;
}
span.breakpoint {
    font-size:2rem;
	font-weight:bold;
}
.mwrap .ewrap {
    display:table;
	margin: 0 auto;
}
.mwrap .ewrap .css_td {
    vertical-align:middle;
}

.mwrap .buy {
    width: 95%;
}
.mwrap .buy .frame {
    width:95%;
    display:table;
    background:#F4F4F4;
	margin:0 auto;
}
.mwrap .buy .border {
	box-shadow:10px 10px #BCBCBC;
}
.mwrap .buy .frame .box {
    width:95%;
	margin:20px auto;
	padding:0;
}
.mwrap .buy .frame .pay_total {
    font-size:2rem;
	text-align:right;
	border-top:2px #1A1A1A dotted;
	padding:10px 10px;
}
.mwrap .btn {
	padding:10px 30px;
	font-size: 2.1875rem;
	font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
	background:rgba(255,130,0,1);
	color:#FFF;
}
.mwrap .btn:hover {
    color:#FFF;
	background:rgba(255,87,34,1);
}


.mwrap .memberinfo {
    width:100%;
	margin:0 auto;
}
.memberinfo span.field_name,
.invoice_info span.field_name {
	font-size:1.5625rem;
}
.memberinfo span.field_name::after {
    color:#FF8200;
}
.payment .num {
	font-size:2.1875rem;
	font-weight:bold;
}
.mwrap .memberinfo .css_tr:nth-child(1) {
	font-size: 1.5625rem;
    font-weight:bold;
	color:#C30027;
}
.mwrap .memberinfo .css_tr:nth-child(1) .css_td:before{
    content:"※";
}
.mwrap .memberinfo .css_td:nth-child(1) {
	width: 25%;
    padding: 10px 0;
    text-align: right;
}

.mwrap .memberinfo .css_td:nth-child(2) {
	width: 75%;
    padding: 10px 0 10px 10px;
	font-size: 1.875rem;
}
.mwrap .memberinfo input[type="text"] {
    width:85%;
	height:40px;
	display:inline-block;
	font-size:1.375rem;
	padding-left: 5px;
	border: 1px #272F38 solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	vertical-align:middle;
    outline: none;
}
.mwrap .memberinfo .invoice_info input[type="text"] {
    width:68%;
}
.mwrap .cwrap_n p.checkbox {
	width:100%;
	font-size:1.5625rem;
	margin-top: 30px;
	text-align:center;
}
.mwrap .cwrap_n p.checkbox:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;  
}
.mwrap .cwrap_n input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    width:40px;
	height:40px;
}
.mwrap .cwrap_n p.checkbox span.fontset {
	cursor:pointer;
	text-decoration:underline;
	font-weight:bold;
}
.mwrap .cwrap_n p.checkbox span {
    display: inline;
    vertical-align: middle;  
}
.mwrap .cwrap .frame hr {
	border:0;
	height:0;
	border-top:4px #000000 dotted;
	margin: 30px auto;
}

.mwrap .buy .css_td {
    width: 50%;
	font-size: 2.5rem;
	font-weight:bold;
	text-align:center;
}
.payment .box {
	background:#FFFFFF;
	margin:10px auto;
	border:4px #222831 solid;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.payment .box h2 {
    font-size:2.5rem;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    vertical-align: baseline;
}
.payment .box h2::before {
    content:"⋮⋮⋮";
    font-size:3rem;
}
.payment .box hr {
    width: 100%;
	height: 0;
	border-top: 3px #222831 dotted;

}
.payment .box p {
    font-size:2.1875rem;
	margin:20px auto;
	font-weight:bold;
}
.payment .box ul{
    width: 90%;
    display:block;
	margin: 0px auto;
    list-style-type:square;
	list-style-position:outside;
}
.payment .box li{
    font-size:2rem;
	padding:30px 0 10px 0;
}
.payinfo .box {
    width:95%;
	background:#FFFFFF;
	margin:10px auto;
	padding:20px 10px;
	border:4px #222831 solid;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.payinfo .box p {
    font-size:2.1875rem;
    font-weight:bold;
	margin:20px auto;
}
.payinfo .box p:last-child {
    color:#C30027;
}

.ps .box {
    width:95%;
	margin:0 auto;
}
.ps .box h2 {
	font-size:2.5rem;
	margin:15px 0;
}
.ps .box h2 > span {
    padding:10px 15px;
	border:1px #000 solid;
}
.ps .box h2 > span::before {
    content:"⚠";
}
.ps .box hr {
    width: 100%;
	height: 0;
	border-top: 3px #222831 dotted;

}
.ps .box p {
    font-size:1.875rem;
	margin:0 auto;
}
.ps .box ul{
    width: 90%;
    display:block;
	margin: 20px auto;
    list-style-type:square;
	list-style-position:outside;
}
.ps .box li{
    font-size:1.875rem;
	padding:5px 0;
}
.ps .box li a {
    font-weight:bold;
	color:#FF5722;
}

.ps .box li a:hover {
	color:#FF8200;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.midline {
  width:100%;
  text-align:center;
  margin:0 auto;
  overflow:hidden;
}
h2.midline {
  font-size:2.8125rem
}
.midline > span {
  position: relative;
  letter-spacing: 1px;
}
.midline > span::after,
.midline > span::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 2px #BCBCBC solid;
  width: 50vw;
}
.midline > span::after {
  left: calc(100% + 20px);
}
.midline > span::before {
  right: calc(100% + 20px);
}
.leftline {
  width:90%;
  text-align:right;
  margin:0 auto;
  overflow:hidden;
}
h1.leftline {
  font-size:2.5rem
}
.leftline > span {
  position: relative;
  letter-spacing: 1px;
}
.leftline > span::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 5px #000 dashed;
  width: 50vw;
}
.leftline > span::before {
  right: calc(100% + 40px);
}
.payment input.remark_input {
	width: 50%;
    font-size:2.1875rem;
	font-weight: bold;
	padding: 5px 5px;
	border: 2px #525252 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.cwrap input[type="radio"],
.pay input[type="radio"]  {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.cwrap input[type="radio"] + label::before,
.pay input[type="radio"] + label::before {
    content: "\a0"; /*不換行空格*/
    display: inline-block;
    vertical-align:middle;
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 50%;
	background-color: #FFFFFF;
	cursor: pointer;
}
.cwrap input[type="radio"] + label::before,
.pay input[type="radio"] + label::before {
    margin-left: 10px;
    margin-right: 2px;
}
.cwrap input[type="radio"]:checked + label::before,
.pay input[type="radio"]:checked + label::before {
    background-clip: content-box;
    padding: 5px;
}
.cwrap input[type="radio"].payradiostyle + label {
    font-size:1.5625rem;
	font-weight:bold;
	display:flex;
	align-items:center;
}
.cwrap input[type="radio"].payradiostyle + label::before,
.pay input[type="radio"].payradiostyle + label::before {
    border: 5px solid #12CAD6;
}
.cwrap input[type="radio"].payradiostyle:hover + label::before,
.pay input[type="radio"].payradiostyle:hover + label::before {
    border: 5px solid #FF004C;
}
.cwrap input[type="radio"].payradiostyle:checked + label::before,
.pay input[type="radio"].payradiostyle:checked + label::before {
    border: 5px solid #FF004C;
    background-color: #FF004C;
}
.payment input.CardNumber_input {
	width: 15%;
	font-size: 2.1875rem;
	font-weight: bold;
    padding: 5px 5px;
	border: 2px #525252 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.payment span.CardNumber_input:after {
    content:"‐";
	padding-left:5px;
}
.payment select {
	font-size: 2.1875rem;
	padding: 5px 5px;
	border: 2px #525252 solid;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.payment span.monthdate:after {
    content:"月";
	padding-left:5px;
}
.payment span.yeardate:after {
    content:"年";
	padding-left:5px;
}
/* 活動清單樣式 */
.activities {
	font-size: 0;
	text-align: left;
    background: #EEEEEE;
}
.activities ul.nav  {
    width: 100%;
	list-style: none; 
    display: inline-block;
	vertical-align: middle;
    padding: 0px 50px;
}
.activities ul.nav li {
    width: 25%;
	display: inline-block;
    font-size: 1.875rem;
    font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.activities ul.nav a,
.activities ul.nav a:visited { 
	display: block;
	width: 100%;
	padding: 10px 0;
	color: #2C2C2C;
}
.activities ul.nav a:hover,
.activities ul.nav a:active,
.activities ul.nav a:focus {
	background-color: #12CAD6;
	color: #2C2C2C;
}
.T3 {
    width:0;
    height:0;
    border-width:80px 90px 0;
    border-style:solid;
    border-color:#000 transparent transparent;
	margin: 0px auto 0px auto;
}
.T4 {
    width:0;
    height:0;
    border-width:60px 50px 0;
    border-style:solid;
    border-color:#EAEAEA transparent transparent;
	margin: 0px auto 0px auto;
}
.T5 {
    width:0;
    height:0;
    border-width:60px 50px 0;
    border-style:solid;
    border-color:#FFF transparent transparent;
	margin: 0px auto 0px auto;
}
.T6 {
    width:0;
    height:0;
    border-width:60px 50px 0;
    border-style:solid;
    border-color:#00AFC3 transparent transparent;
	margin: 0px auto 0px auto;
}
.arrow {
    width:0;
    height:0;
    border-width:60px 50px 0;
    border-style:solid;
    border-color:#F5F5F5 transparent transparent;
	margin: 0px auto;
}
.arrow_b {
    width:0;
    height:0;
    border-width:60px 50px 0;
    border-style:solid;
    border-color:#F9E548 transparent transparent;
	margin: 0px auto;
}
.arrow_c {
    width:0;
    height:0;
    border-width:60px 50px 0;
    border-style:solid;
    border-color:#ECECEC transparent transparent;
	margin: 0px auto;
}

a.btn-more,
a.btn-apply {
	padding:10px 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.38);
    -webkit-box-shadow: 0 0 16px rgba(255, 255, 255, 0.38);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
a.btn-more,
a.btn-more:visited {
	font-weight:bold;
	border:3px #000 solid;
    color:#000;
}
a.btn-more:hover {
    color:#FFF;
	border:3px #AD182B solid;
    background:#AD182B;
}
a.btn-apply,
a.btn-apply:visited {
    font-size:2.1875rem;
	font-weight:bold;
	border:3px #FFF solid;
    color:#FFF;
    cursor: pointer;
}
a.btn-apply:hover {
	border:3px #FF3C00 solid;
    color:#FFF;
    background:#FF3C00;
}

.subject1 {
	width:100%;
	position:absolute;
	bottom:-8%;
	display:flex;
	justify-content:center;
}
.subject1-bg {
    width:100%;
	height:230px;
	background:url(../invoice/kvblack.png);
	padding:55px 0 110px 0;
	text-align:center;
	font-size:0;
}
.subject1-bg h1 {
    font-size:3.4375rem;
	color:#FFF;
	margin:0 auto;
}
.subject1-bg span.directing {
	margin:0 20px;	
}
.subject1-bg p {
    width:90%;
	font-size:2.8125rem;
	color:#FFF;
	margin:10px auto;
}
.subject {
	width:100%;
	padding:30px 0;
	position:relative;
	font-size:0;
}
.bgcolor_a {
    background:#F5F5F5;
}
.bgcolor_b {
    background:#00AFC3;
}
.bgcolor_c {
    background:#3D84A8;
	color:#FFF;
}
.bgcolor_d {
    background:#FFF;
}
.bgcolor_e {
    background:#F0F0F0;
	padding:50px 0;
}
.caption {
    width:100%;
	position:absolute;
	top:-13%;
}
.kvbg {
    position:absolute;
	right:1.5%;
	bottom:3%;
}
.kvbg3 {
	width:171px;
	height:255px;
    position:absolute;
	left:0%;
	top:20%;
}
.caption img {
    display:block;
	margin:0 auto;
}
.square {
    position:absolute;
	right:0;
	bottom:-25%;
}
.square img {
    width:80%;
}
.point {
    width:90%;
	padding:40px 0;
	margin:0 auto;
}
.point1_h ul {
    width:100%;
	margin:20px auto;
}
.point1_h li {
   display:inline-block;
   vertical-align:middle;
   width:33.3%;
}
.point1_h li > div {
    border:5px #FFF solid;
	position:relative;
}
.point1_h li > div:hover {
    border:5px #FF3C00 solid;
}

.point3_h ul li {
   display:inline-block;
   vertical-align:middle;
   width:50%;
}
.point3_h .num {
   font-size:3.125rem;
   font-weight:bold;
   color:#FF5722;
}
.point3_h .num::before {
   content:"$";
   font-size:2rem;
}
.point5_h > div {
   display:inline-block;
   vertical-align:middle;
}
.point5_h > div:nth-child(1) {
   width:23%;
}
.point5_h > div:nth-child(2) {
   width:77%;
}
.point5_h ul {
   width:95%;
   margin:0 auto;
   padding:10px 20px;
   list-style-type:square;
   list-style-position:outside;
}
.point5_h ul li {
   font-size:1.6875rem;
}
.point5_h a {
   background:#000;
   color:#FFF;
   width:100%;
   padding:5px 10px;
}
.point5_h h1 {
    font-size:2.6875rem;
    color:#00AFC3;
}
.point ul li > div {
   width:95%;
   margin:0 auto;
   padding:10px 3px;
   background:#FFF;
   box-shadow:0px 0px 10px 5px #D8D8D8;
   text-align:center;
   cursor:pointer;
}
.point ul li > div:hover {
   box-shadow:0px 0px 10px 5px #FF8200;
   transition: all .3s;
}
.point ul li > div > p {
   font-size:1.875rem;
}
.point ul li > div > img {
   width:30%;
}
.point img {
    display:block;
	margin:0 auto;
}
.point1_h h2,
.point2-itembox .rightbox h2,
.point4-itembox .rightbox h2 {
    font-size:2.8125rem;
	text-align:center;
}
.point1_h h1 {
    font-size:3.125rem;
	text-align:center;
	color:#FF3C00;
}
.point1_h h3 {
    font-size:2.5rem;
	text-align:center;
}
.point3_h h1 {
    font-size:2.8125rem;
	text-align:center;
	margin-bottom:40px;
}
.point3_h h1 span.scribe {
    display: block;
    width: 40px;
    text-align: center;
    margin: 10px auto;
    border: 3px solid #FF8200;
}
.point3_h h2 {
    font-size:2.8125rem;
	text-align:center;
	color:#393e46;
}
.point3_h h3 {
    font-size:2.5rem;
	text-align:center;
	color:#525050;
}
.point6_h > div {
    width:95%;
	margin:0 auto;
}
.point6_h ul {
   width:95%;
   margin:0 auto;
   padding:10px 20px;
   list-style-type:square;
   list-style-position:outside;
}
.point6_h ul li {
   font-size:1.6875rem;
}
.point6_h h1 {
    font-size:2.6875rem;
    color:#00AFC3;
}
.point6_h a {
   background:#FF3C00;
   color:#FFF;
   width:100%;
   padding:5px 10px;
}
.point6_h .stepboxline {
  text-align: center;
  overflow: hidden;
}
.point6_h .stepboxline > span {
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2.5rem;
  border:1px #000 solid;
  border-radius: 50px;
  color:#ff8200;
  background:#FFF;
  padding:0 30px;
}
.point6_h .stepboxline > span::after,
.point6_h .stepboxline > span::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid;
  width: 50vw;
  color:#000;
}
.point6_h .stepboxline > span::after {
  left: calc(100% + 20px);
}
.point6_h .stepboxline > span::before {
  right: calc(100% + 20px);
}

.point7_h {
	height:300px;
    display:flex;
	align-items:stretch;
	justify-content:flex-start;
}
.point7_h > div {
    width:30%;
	padding:10px 15px;
	margin: 0 2.5%;
    border: 1px solid #000;
	background:#F8F8F8;
    box-shadow: 10px 10px 0px #888888;
	flex:0 0 28.33%;
}
.point7_h i {
	width:100px;
	height:100px;
    font-size:3.75rem;
	background:#fff;
	border:1px #000 solid;
    border-radius:50%;
    margin:-60px auto 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
}
.point7_h p {
	display:flex;
	align-items:center;
	justify-content:center;
}
i.fa-shopee {
    background: #FFF url(../invoice/icon-shopee.png) no-repeat 20px 20px;
}
.point7_h h1 {
    font-size:2rem;
    color:#00AFC3;
	display:flex;
	justify-content:center;
}
.bgcolor_d .stepboxline {
  width:90%;
  margin:0 auto 30px auto;
  text-align: center;
  overflow: hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.bgcolor_d .stepboxline > span {
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height:1;
  border:2px #00587A solid;
  border-radius:50px;
  color:#FFF;
  background:#00587A;
  padding:10px 80px;
}
.bgcolor_d .stepboxline > span::after,
.bgcolor_d .stepboxline > span::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 3px solid;
  width: 50vw;
  color:#00587A;
}
.bgcolor_d .stepboxline > span::after {
  left: calc(100% + 20px);
}
.bgcolor_d .stepboxline > span::before {
  right: calc(100% + 20px);
}


.point8_h > div {
   display:inline-block;
   vertical-align:middle;
}
.point8_h h1 {
    font-size:2.6875rem;
}
.point8_h h1:nth-child(1) {
    color:#373C46;
}
.point8_h h1:nth-child(2) {
    color:#00AFC3;
}
.point8_h_L h1 {
    font-size:3.75rem;
	color:#FFF;
}
.point8_h_L p {
    font-size:2.5rem;
	color:#FFF;
}
.point9_h {
	height:440px;
    display:flex;
	align-items:stretch;
	justify-content:flex-start;
}
.point9_h > div {
	padding:10px 15px;
	margin: 0 2.5%;
    border: 1px solid #000;
	background:#F8F8F8;
    box-shadow: 10px 10px 0px #888888;
	flex:0 0 45%;
}
.point9_h i {
	width:100px;
	height:100px;
    font-size:3.75rem;
	background:#fff;
	border:1px #000 solid;
    border-radius:50%;
    margin:-60px auto 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
}

i.fag-batchprint {
    background: #FFF url(../invoice/icon-batchprint.png) no-repeat 20px 20px;
}
i.fag-database {
    background: #FFF url(../invoice/icon-database.png) no-repeat 20px 20px;
}
i.fag-cloud {
    background: #FFF url(../invoice/icon-cloud.png) no-repeat 20px 20px;
}
i.fag-mobile {
    background: #FFF url(../invoice/icon-mobile.png) no-repeat 15px 15px;
}
.point9_h p {
	display:flex;
	align-items:center;
	justify-content:center;
}
.point9_h h1 {
    font-size:2.1875rem;
    color:#FF6F01;
	display:flex;
	justify-content:center;
}
.point9_h ul {
    list-style-type: square;
    list-style-position: outside;
}
.point9_h ul li {
    margin-left:30px;
}
.bgcolor_e .stepboxline {
  width:90%;
  margin:0 auto 40px auto;
  text-align: center;
  overflow: hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.bgcolor_e .stepboxline > span {
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 2.5rem;
  line-height:1;
  border:2px #FF3C00 solid;
  border-radius:50px;
  color:#FFF;
  background:#FF3C00;
  padding:10px 80px;
}
.bgcolor_e .stepboxline > span::after,
.bgcolor_e .stepboxline > span::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 3px solid;
  width: 50vw;
  color:#FF3C00;
}
.bgcolor_e .stepboxline > span::after {
  left: calc(100% + 20px);
}
.bgcolor_e .stepboxline > span::before {
  right: calc(100% + 20px);
}


.point-item {
	width:100%;
    position:relative;
	font-size:0;
}
.ybg1 {
	position: absolute;
	left: 0;
	top:-60%;
}
.ybg2 {
	position:absolute;
	right:8%;
	bottom:5%;
}
.point-itembox {
	width:95%;
	margin:0 auto;
    padding: 10px 10px;
    position:relative;
	background:#DCDCDC;
	border-radius:10px;
}
.package .itembox1 {
   border:10px #005792 solid;
   margin-top:30px;
   margin-bottom:30px;
}
.package .itembox1_1 {
   border:10px #7D0633 solid;
   margin-top:30px;
   margin-bottom:30px;
}
.package .itembox2 {
   border:10px #537791 solid;
   margin-top:30px;
   margin-bottom:30px;
}
.point-itembox .itembox,
.point-itembox .itembox_A {
	width:97%;
	margin:20px auto;
	padding:20px 20px;
	background: #FFF;
    position:relative;
}
.package .itembox1 hr {
    width:98%;
	margin:0 auto;
	border:3px #005792 solid;
}
.package .itembox1_1 hr {
    width:98%;
	margin:0 auto;
	border:3px #7D0633 solid;
}
.feature {
    width:95%;
	margin:0 auto;
}
.feature h1 {
    width:97%;
    font-size:3.125rem;
	color:#00AFC3;
	border-bottom:5px #00AFC3 solid;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
}
.feature .point-itembox {
	background:#FFF;
}
.feature .point-itembox .itembox {
    border:1px #000 solid;
	border-radius: 5px;
}
.feature .point-itembox h3 {
    font-size:2.625rem;
	padding:10px 0;
}
.package .point-itembox h1 {
    font-size:2.8125rem;
	text-align:center;
	padding:10px 0;
}

.package .point-itembox h2 {
    font-size:2.5rem;
	padding:10px 0;
    color:#214672;
	display:flex;
	justify-content:center;
	align-items:center;
}
.package .point-itembox .itembox h3,
.package .point-itembox .itembox_A h3 {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.package .point-itembox b.onsale {
	padding:2px 10px;
	margin-left:10px;
    font-weight:bold;
    color:#FFF;
	background:#FF2E63;
	display:inline-flex;
	align-items:center;
}

.package .point-itembox b span {
    font-size:2.125rem;
}

.itembox1 h3,
.itembox1_1 h3{
	color:#383838;
    font-size:2.5rem;
}
.itembox2 h1 {
    color: #537791;
    border-bottom: 5px #537791 solid;
}
.itembox2 h3{
	color:#383838;
    font-size:2.5rem;
}
.package .point-itembox .itembox i,
.package .point-itembox .itembox_A i {
	display:inline-flex;
    align-items:center;
    margin-right:5px;
}
.package .point-itembox .itembox i.fa-plus-square,
.package .point-itembox .itembox_A i.fa-plus-square {
    font-size:3.125rem;
}
.itembox1 .itembox i.fa-plus-square,
.itembox1 .itembox_A i.fa-plus-square {
	color:#005792;
}
.itembox1_1 .itembox i.fa-plus-square,
.itembox1_1 .itembox_A i.fa-plus-square {
	color:#7D0633;
}
.itembox2 .itembox i.fa-plus-square,
.itembox2 .itembox_A i.fa-plus-square {
    color:#537791;
}
.package .point-itembox .itembox i.fa-check-circle,
.package .point-itembox .itembox_A i.fa-check-circle {
    font-size:2.5rem;
}
.package .point-itembox .itembox span,
.package .point-itembox .itembox_A span {
	display:inline-flex;
    align-items:center;
}
.point-itembox .itemform {
    width:100%;
	padding:20px 0;
}
.package .point-itembox .itembox p,
.package .point-itembox .itembox_A p {
    font-size:1.5625rem;
	color:#000;
	margin:0;
	display:flex;
	align-items:center;
}
.package .point-itembox .itembox p:nth-child(5) {
	margin:15px 0 10px 0;
}
.point-itembox .itembox p span.num,
.point-itembox .itembox_A p span.num {
    font-size:2rem;
	font-weight:bold;
	color:#303841;
	margin-right:2px;
}

.point-itembox .itembox p span.num_b::before,
.point-itembox .itembox_A p span.num_b::before {
    content:"$";
}
.point-itembox .itembox p span.num_b,
.point-itembox .itembox_A p span.num_b {
    font-size:2.5rem;
	font-weight:bold;
	color:#FF5722;
}
.point-itembox .itembox p span.num2,
.point-itembox .itembox_A p span.num2 {
    font-size:2rem;
	font-weight:bold;
	color:#303841;
	margin-right:2px;
}
.point-itembox .itembox p span.text_b,
.point-itembox .itembox_A p span.text_b {
    font-size:1.5625rem;
	padding:0 10px;
}
.point-itembox .itembox p span.text_s,
.point-itembox .itembox_A p span.text_s {
    font-size:1.5625rem;
	color:#000;
}
.point-itembox .itembox_A p span.text_s_1 {
    font-size:1.4375rem;
	color:#FF5722;
	padding:5px 0;
}
.point-itembox .itembox p span.text_s::before,
.point-itembox .itembox_A p span.text_s::before {
	content:"❨";
	margin:0 5px;
}
.point-itembox .itembox p span.text_s::after,
.point-itembox .itembox_A p span.text_s::after {
	content:"❩";
	margin:0 5px;
}
.point-itembox .itembox_A p span.text_s_1::before {
	content:"*";
	margin:0 5px;
}
.package .itembox1 .h2 {
    font-size:2.1875rem;
	font-weight:bold;
	color:#383838;
}
.package .itembox1_1 .h2 {
    font-size:2.1875rem;
	font-weight:bold;
	color:#383838;
}
.package .itembox2 .h2 {
    font-size:2.1875rem;
	font-weight:bold;
	color:#383838;
}
.point-itembox .itembox .area {
    position:absolute;
	right:0;
	top:0;
	display:flex;
}
.point-itembox .itembox_A .frame {
    position:absolute;
	right:20px;
	top:-10px;
	display:flex;
}
.itembox .frame .price,
.itembox_A .frame .price {
    display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width:250px;
	height:250px;
	background:#FFF;
	border:1px #222831 solid;
	border-radius: 0 0 50% 50%;
	box-shadow:3px 3px 5px 1px #BCBCBC;
}
.itembox .area .buyradio {
    display:flex;
	justify-content:center;
	align-items:center;
	width:350px;
	height:150px;
}
.itembox1 .itembox_A .frame .price h2 {
    margin:0;
	padding:0;
    font-size:2.5rem;
	color:#383838;
}
.itembox1_1 .itembox_A .frame .price h2 {
    margin:0;
	padding:0;
    font-size:2.5rem;
	color:#383838;
}
.itembox1 .itembox_A .frame .price h3,
.itembox1_1 .itembox_A .frame .price h3,
.itembox2 .itembox_A .frame .price h3 {
    font-size:2.5rem;
	color:#FF5722;
}
.itembox2 .itembox .frame .price h2,
.itembox2 .itembox_A .frame .price h2 {
	color:#383838;
}
.itembox .frame .price h4,
.itembox_A .frame .price h4 {
    margin:0;
	padding:0;
    font-size:2.5rem;
	color:#FF5722;
}
.itembox .frame .price span,
.itembox_A .frame .price span {
	font-size: 1.5625rem;
    text-decoration:line-through;
}
.point-itembox .itembox .triangle,
.point-itembox .itembox_A .triangle {
    width:0;
	height:0;
	border-color:transparent #222831;
	border-width:10px 0 0 8px;
	border-style:solid;
}

.itembox .frame button,
.itembox_A .frame button {
    font-size:1.5625rem;
    font-weight:bold;
	padding:5px 10px;
	cursor: pointer;
	margin:10px auto;
	background:#525050;
	color:#FFF;
	border-radius:5px;
}
.itembox .area .buyradio input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.itembox .area .buyradio input[type="radio"] + label {
    content: "\a0"; /*不换行空格*/
    display:inline-flex;
	align-items:center;
	justify-content:center;
	cursor: pointer;
	width:100%;
	height:100%;
}
.itembox .area .buyradio span {
	font-size:1.875rem;  
	font-weight:500;
	color:#FFF;
	background:#303841;
	padding:15px 15px;
	border-radius:50px;
}
.itembox .area .buyradio span::after {
    content: "點擊選擇此方案";
}
.itembox .area .buyradio input[type="radio"]:hover + label span{
    background:#181818;
    color:#FFE652;
	transition: all 0.3s;
}
.itembox .area .buyradio input[type="radio"]:hover + label i {
    color:#FFE652;
	transition: all 0.3s;
}
.point-itembox .itemform .itemcont {
    display:inline-block;
	vertical-align:middle;
	width:50%;
	text-align:center;
}
.point-itembox .itemform .itemcont_l {
    display:inline-block;
	vertical-align:middle;
	width:7%;
	height:350px;
	border:2px #5A5A5A solid;
	border-right:0;
}
.point-itembox .itemform .itemcont_m {
    display:inline-block;
	vertical-align:middle;
	width:86%;
	text-align:center;
}
.point-itembox .itemform .itemcont_r {
    display:inline-block;
	vertical-align:middle;
	width:7%;
	height:350px;
	border:2px #5A5A5A solid;
	border-left:0;
}

.point-itembox .itemform .itemcont .item{
    width:95%;
	margin:0 auto;
	padding:20px 20px;
	border:1px #5A5A5A solid;
	background:#FFF;
	box-shadow:10px 10px 0 #5A5A5A;
}
.package .remarks {
	width:95%;
    margin:30px auto;
	padding:30px 20px;
}
.package .remarks ul {
    width:93%;
	margin:0 auto;
	list-style-type:square;
	list-style-position:outside;
}
.package .remarks li {
    font-size:1.4375rem;
}
p.item:before {
	content:"✔";
	font-size:3.75rem;
	color:#FF8101;
}
p.word, ul.word {
    font-size:1.5rem;
}
p.more {
    font-size:2.1875rem;
	margin:30px 0;	
}
p.more_a {
    width:95%;
    margin:0 auto;
    font-size:1.5rem;
    font-weight:500;
    color:#E61C5D;
}
p.more_a:before {
    content:"※";
}
.kvbg1 {
    position:absolute;
	right:0%;
	bottom:0%;
}
.kvbg2 {
    position:absolute;
	left:0%;
	top:0%;
}
.kvbg1 img,
.kvbg2 img {
    width:100%;
}
.point2 {
	width:100%;
    position:relative;
	background:#FFFFFF url(../invoice/kvbg9-1.png) no-repeat;
	background-size:100%;
	background-position:center;
}
.point3 {
    position:relative;
	background:#F4F4F4;
}
.point4 {
	width:100%;	
    position:relative;
	background:#FFFFFF;
	background:#FFFFFF url(../invoice/kvbg7-1.png) no-repeat;
	background-size:100%;
	background-position:center
}
.point2-itembox,
.point4-itembox {
    width:95%;
    padding:100px 0;
	margin:0 auto;
}
.point3-itembox {
    width:95%;
	margin:0 auto;
}

.point3-itembox .rightbox {
    width:95%;
	margin:0 auto;
	padding:0 30px;
}

.point2-itembox .rightbox,
.point4-itembox .rightbox {
    width:50%;
	text-align:center;
	vertical-align:middle;
}
.point4-itembox .rightbox {
    margin-top:50px;
	margin-bottom:50px;
	margin-left:auto;
	margin-right:50px;
}
.point3-itembox .leftbox {
    display:table-cell;
	width:50%;
	text-align:left;
	vertical-align:middle;
}
.point2-itembox .rightbox h1,
.point4-itembox .rightbox h1,
.point3-itembox .leftbox h2 {
    font-size:3.125rem;
	text-align:center;
	color:#FF8200;
}
.point2-itembox .rightbox hr,
.point4-itembox .rightbox hr,
.point3-itembox .leftbox hr {
    width:95%;
	border-top:1px #000 solid;
	border-bottom:0;
	margin:30px 0;
}
.point2-itembox .rightbox p.word,
.point4-itembox .rightbox p.word,
.point3-itembox .leftbox p.word {
    font-size:2.1875rem;
	text-align:center;
}
.point2-itembox .rightbox p.more,
.point4-itembox .rightbox p.more,
.point3-itembox .leftbox p.more  {
    font-size:2.1875rem;
	margin:30px 0;
	text-align:center;
}

.registration {
	width:100%;
	position:relative;
	font-size:0;
    background:#00AFC3;
	color:#FFF;
}
.registration .box {
    width:95%;
	padding:40px 0;
	margin:0 auto;
}
.package .box {
    width:95%;
	padding:30px 0;
	margin:0 auto;
}

.registration h1,
.package .box h1 {
    font-size:3.125rem;
	text-align:center;
}
.registration  p,
.package .box p {
    font-size:2.1875rem;
	text-align:center;
}
.registration .box p:last-child {
    margin-top:50px;
}
.registration ul li{
    font-size:2.1875rem;
	text-align:center;
	line-height:4rem;
}
.registration ul li::before,
.registration ul li::after {
    content:"★";
}
.sub-item {
    padding:0 0 70px 0;
	background:#F0F1F3;
}
.sub-item .itemform {
    position:relative;
	display:table;
	width:95%;
	margin:70px auto 0 auto;
	padding:80px 0 50px 0;
	border-top:10px #000 dashed;
}
.sub-item .itemform .itemtitle {
    width:100%;
	position:absolute;

}
.itemtitle img {
    display:block;
	margin:0 auto;
}
.sub-item .itemform .itemcont {
    width:95%;
	display:table;
	margin:20px auto;
}
.point5-itembox {
    display:table;
	width:95%;
	margin:0 auto;
	background:#FFF;
}
.point5-itembox .leftbox {
    display:table-cell;
	width:50%;
	vertical-align:middle;
}
.point5-itembox .leftbox img{
    display:block;
	margin:0 auto;
}

.point5-itembox .rightbox {
    display:table-cell;
	width:50%;
	text-align:left;
	vertical-align:middle;
}
.point5-itembox .rightbox h1 {
    font-size:3.125rem;
}
.point5-itembox .rightbox p.word1 {
    font-size:2.1875rem;
	line-height:20px;
}
.point5-itembox .rightbox p.word2 {
    font-size:2.1875rem;
	margin-top:40px;

}
.point-itembox .title7 {
    width:16%;
	position:absolute;
	right:1%;
	top:-1%;
}

/* declare框 */
.declarebox {
    display: none;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 100%;
	height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
}
.declarebox:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.declarebox .boxcontent {
    width: 90%;
	height: 90%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: rgba(255,255,2555,1);
	border:1px #D0D0D0 solid;
	padding:60px 50px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.3s;
    animation-name: animatetop;
    animation-duration: 0.3s
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.boxcontent .terms {
    width:100%;
	height:100%;
}
.boxcontent .terms textarea {
    width:100%;
	height:calc(100% - 50px);
	padding:10px 10px;
	font-size:1.25rem;
	line-height:2.5rem;
	resize:none;
}
.boxcontent .terms h2{
    width:100%;
	height:50px;
    text-align:center;
}
.boxcontent .terms h2 span {
    font-size:1.875rem;
}

/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2.8125vw;
    font-weight: bold;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
	background: #FF3F4D;
    color: #FFF;
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.close:before {
    content: "✖";
    font-size: 3.75vw;
}

.close:hover,
.close:focus {
	background: #FF3F4D;
    color: #FFF;
    cursor: pointer;
}