@charset "UTF-8";
/**
*
* @authors Your Name (you@example.org)
* @date    2016-12-10 16:57:22
* @version $Id$
*/

/*
purple #B1658B;
red #CA2420;
blue #326295;
orange #F89829;
*/

*, *::before, *::after {
  box-sizing: Border-box;
}

/*768*/
.lihsi-pad{
	display: none !important;
}


.lihsi-mobile{
	display: none !important;
}

/*481*/
.lihsi-small-mobile{
	display: none !important;
}


.nopadding{
	padding: 0 !important;
}

.txt-left{
	text-align: left;
}

.txt-center{
	text-align: center;
}

.txt-color-pinky{
	color: #ff406e;
}

input:focus,select:focus,textarea:focus {outline:0;}

html,body{
	letter-spacing: 3px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif;
}

html{
  box-sizing: border-box;
  
}

body{
	background: #ffffff;
}

body.noscroll{
	overflow-y: hidden!important;
}

body,input,button,select,textarea{
	font-family: "微軟正黑體", "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap{
	position: relative;
	width: 100%;
	height: auto;

	background: #efefef;
	overflow-x: hidden;
}

img{
	display: block;
}

img.img-full{
	width: 100%;
}

.container-full{
	display: block;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.container-base{
	display: block;
	max-width: calc(1100px + (15px * 2));
	width: 100%;
	padding: 0px 15px;

	margin: 0 auto;
}
	
.container-sub{
	display: block;
	max-width: 900px;
	width: 100%;
	padding: 0 15px;

	margin: 0 auto;
}

.container-small{
	display: block;
	max-width: 720px;
	width: 100%;
	padding: 0 15px;

	margin: 0 auto;
}

.cursor-pointer{
	cursor: pointer;
}


/***** loading start *****/

.loading-mask{
	display: flex;
	position: fixed;
	top: 0;
	left: 0;

	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;
	background: #f7f6f0;

	z-index: 999;
}

.loading-mask.complete{
	display: none;
}

@keyframes ldio-5cksq6krpib {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-5cksq6krpib div {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 10px solid #e15b64;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-5cksq6krpib div {
  animation: ldio-5cksq6krpib 1s linear infinite;
  top: 100px;
  left: 100px
}
.loadingio-spinner-rolling-2an3ew4770t {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.ldio-5cksq6krpib {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-5cksq6krpib div { box-sizing: content-box; }

/***** loading end *****/

header{
	position: relative;
	display: flex;
	width: 100%;
  
  padding: 20px 0px;

	background: #de1249;

	z-index: 10;
}

header .collection{
	display: flex;
	align-items: center;
}

header .collection .logo{
	width: 198px;
	display: inline-block;
}

header .collection .logo img{
	display: inline-block;
	width: 100%;
}

header .collection .logo a{
	display: inline-block;
}

header .collection nav{
	display: inline-block;
	flex: 1;
	padding: 0 15px 0 0;
	text-align: right;
}

header .collection nav ul{
	display: flex;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}

header .collection nav ul li{
	position: relative;
	display: inline-block;
	float: left;

	padding: 0 15px;
}

header .collection nav ul li::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;

	background: #e6e6e6;

	top: 50%;
	right: 0;

	transform: translateY(-50%);
}

header .collection nav ul li:last-child{
	padding-right: 0;
}

header .collection nav ul li:last-child::after{
	display: none;
}

header .collection nav ul li a{
	display: flex;
	padding-left: calc(24px + 10px);

	align-items: center;
	min-height: 30px;

	font-size: 18px;
	font-weight: bold;
	text-decoration: none;

	color: #FFF;
	
	letter-spacing: 0;
}

header .collection nav ul li a:hover{
	color: #FFF;
}

header .collection nav ul li a.icon{
	background-size: 24px 30px !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

header .collection nav ul li a.icon-1{
	background: url("../images/nav_icon_1.png");
}

header .collection nav ul li a.icon-2{
	background: url("../images/nav_icon_2.png");
}

header .collection nav ul li a.icon-3{
	background: url("../images/nav_icon_3.png");
}

header .collection nav ul li a.icon-4{
	background: url("../images/nav_icon_4.png");
}

header .collection nav ul li .hot{
	position: absolute;
	display: inline-block;
	width: 48px;
	right: 0px;
	top: -23px;
}

@keyframes headerHotAnimate {
  50%  {margin-top: -8px;}
  100% {margin-top: 0px;}
}

header .collection nav ul li .hot img{
	width: 100%;
}

header .collection .contact{
	width: 252px;
	align-items: center;
	display: inline-block;
}

header .collection .contact a{
	display: block;
}

header .collection .contact a img{
	width: 100%;
}

header .collection .product{
	flex: 1;
	text-align: right;
}

header .collection .product a{
	display: inline-block;
	padding-top: 32px;

	letter-spacing: 0;

	color: #FFF;
	text-decoration: none;

	background: url("../images/nav_m_icon_1.png");
	background-size: calc(30px * 1) calc(25px * 1) !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
}

header .collection .product a:hover{
	color: #FFF;
	text-decoration: none;
}


header .collection .product a.pd{
	background: url("../images/nav_m_icon_1.png");
}

header .collection .product a.kn{
	background: url("../images/nav_m_icon_2.png");
}

header .collection .product a:first-child{

	padding-left: 10px;
	padding-right: 10px;

	border-right: 1px solid #c2c2c2;
}

.kv{
	position: relative;
	background-color: #f6f3e8;
}

.kv .theater{
	position: relative;

	width: 100%;
	height: 700px;
	margin: 0 auto;
}

.kv .theater .project{
	position: absolute;
	top: 20px;
	left: calc(50% - 555px);
	width: 130px;
}

.kv .theater .slogan{
	position: absolute;
	top: 35px;
	left: calc(50% - 400px);
	width: 625px;
}


.kv .theater .people{
	position: absolute;
	display: none;
	width: 562px;
	left: calc(50% - 290px);
	bottom: 0;
	z-index: 1;
}

.kv .theater .people.show{
	display: block;
	animation: kvFadeIn 0.6s ease;
}

@keyframes kvFadeIn {
	 0% {
    opacity: 0;
    left: calc(50% - 190px);
  }
  100% {
    opacity: 1;
    left: calc(50% - 290px);
  }
}

.kv .theater .peoplebg{
	position: absolute;
	display: none;
	width: 1920px;
	bottom: 0;
	left: calc(50% - 960px);
}

.kv .theater .peoplebg.show{
	display: block;
}

.kv .theater .signboard{
	position: absolute;
	width: 240px;
	top: 500px;
	left: calc(50% - 120px);
}

.kv .theater .signboard .s1{
	top: 500px;
	left: calc(50% - 120px);
}

.kv .theater .signboard .intro{
	position: relative;
	width: 100%;
	padding: 10px;
	border-radius: 15px;
	background: #FFF;
}

.kv .theater .clapperboard{
	position: absolute;
	width: 313px;

	top: 100px;
	left: calc(50% + 252px);
}

.kv .theater .clapperboard .group{
	position: absolute;
	top: 110px;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

.kv .theater .clapperboard .group .team{
	display: flex;
	align-items: cneter;

	padding-bottom: 10px;
}

.kv .theater .clapperboard .group .team span.team-title{
	white-space: nowrap;

	font-size: 15px;
	font-weight: bold;
	color: #3b3b3b;
	letter-spacing: 0;
}

.kv .theater .clapperboard .group .team .forname{
	display: flex;
	width: 130px;
	align-items: center;
}

.kv .theater .clapperboard .group .team .forname input[type='text']{
	width: 1px;
	height: 30px;
	flex: 1;
	padding: 3px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #3b3b3b;
	background: #FFF;
}

.kv .theater .clapperboard .group .team .forage{
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.kv .theater .clapperboard .group .team .forage select{
	display: inline-block;
	position: relative;
	flex: 1;
	height: 30px;
	padding: 3px 3px 3px 6px;
	
	border: 1px solid #3b3b3b;
	border-radius: 0;

	font-size: 16px;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	flex-grow: 1;

	background: #FFF;
	background-image: url("../images/calculate_select_icon.png");
	background-position: right 5% center;
	background-size: 8px 6px;
	background-repeat: no-repeat;
	background-position: center right 10px;

	border-radius: 5px;
}

.kv .theater .clapperboard .group .team .forsex{
	display: flex;
	align-items: center;
}

.kv .theater .clapperboard .group .team .forsex label{
	display: inline-flex;
	padding-right: 10px;
	font-size: 15px;
	font-weight: bold;
	padding-right: 5px;
	align-items: center;
	color: #3b3b3b;
}

.kv .theater .clapperboard .group .team .forsex label input[type='radio']{
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	border-radius: 50%;
	border: 1px solid #808080;
	cursor: pointer;
	background: #FFF;
}

.kv .theater .clapperboard .group .team .forsex label input[type='radio']:checked::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 50%;
	left: 50%;transform: translate(-50%, -50%);
	background: #d0214a;
	border: 1px solid #000;
}

.kv .theater .clapperboard .group .team .formobile{
	display: flex;
	align-items: center;
	width: 100%;
}

.kv .theater .clapperboard .group .team .formobile input[type='text']{
	width: 1px;
	height: 30px;
	padding: 3px;
	flex: 1;
	font-size: 14px;

	border-radius: 5px;
	border: 1px solid #3b3b3b;
	background: #fff;
}

.kv .theater .clapperboard .group .team .formobile{
	display: flex;
	align-items: center;
	width: 100%;
}

.kv .theater .clapperboard .group label.agreement{
	display: flex;
	position: relative;
	line-height: 1.5;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.kv .theater .clapperboard .group label.agreement input[type='checkbox']{
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;

	border: 1px solid #808080;
	cursor: pointer;

	background: #FFF;
}

.kv .theater .clapperboard .group label.agreement input[type='checkbox']:checked::after{
	content: "";
	display: inline-block;
	position: absolute;
	
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;

	border: 1px solid #000;

	transform: translate(-50%, -50%);

	background: #d0214a;
}

.kv .theater .clapperboard .group label.agreement .memo{
	flex: 1;
	padding-left: 10px;
	letter-spacing: 0;
	color: #3b3b3b;
}

.kv .theater .clapperboard .group label.agreement .memo a{
	color: #3b3b3b;
	text-decoration: underline;
}

.kv .theater .clapperboard .group .sendbtn{
	text-align: center;
}

.kv .theater .clapperboard .group .sendbtn a{
	display: inline-block;

	width: 170px;
	height: 46px;

	margin: 20px auto 0;

	padding: 8px 30px 0 30px;

	font-size: 22px;
	text-align: center;

	font-weight: bold;
	letter-spacing: 0;
	
	text-decoration: none;

	color: #FFF;

	background: url(../images/project_sendbtn.png);
	background-size: 100%;
	background-repeat: no-repeat;

	text-indent: -999999px;
}

.kv .theater .clapperboard .group .sendbtn a:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.25s ease;
}

.kv .theater a.calcbtn{
	position: absolute;
	display: inline-block;

	top: 478px;
	left: calc(50% + 258px);

	width: 170px;
	height: 108px;

	padding: 8px 30px 0 30px;

	font-size: 22px;
	text-align: center;

	font-weight: bold;
	letter-spacing: 0;
	
	text-decoration: none;
	text-indent: -99999px;

	color: #FFF;

	background: url(../images/kv_calc_btn.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.kv .theater a.calcbtn:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.25s ease;
}

.kv .theater p.memo{
	position: absolute;
	left: calc(50% - 540px);
	top: 630px;
	color: #3b3b3b;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
}

.header-phone{
	display: flex;
	align-items: center;
	padding: 15px;
	background: #ffffff;

	text-align: center;
}

.header-phone a.tel{
	display: inline-block;
	width: 80%;
	max-width: 505px;
}

.header-phone img{
	width: 100%;
}

.character{
	position: relative;
	padding: 60px 0;

	background: #f6f3e8;
}


.character .illbg{
	content: "";
	position: absolute;
}

.character .illbg.i1{ top: 560px; left: calc(50% - 780px); width: 153px; }

.character .headtitle{
	width: 287px;
	margin: 0 auto;
}

.character p.example{
	padding-top: 5px;
	color: #3b3b3b;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
}

.character .group{
	display: block;
}

.character .group .item{
	position: relative;
	margin-bottom: 30px;
	border-radius: 30px;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.05) 1.95px 1.95px 2.6px;
	overflow-x: hidden;
	border: 1px solid #ffd7d5;
}

.character .group .item .outline{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 30px 20px 120px;
	background: #ffd7d5;
}

.character .group .item .outline .cover{
	width: 100px;
	margin-right: 10px;
}

.character .group .item .outline .info .title{
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	letter-spacing: 0;
}

.character .group .item .outline .info .title span.highlight{
	font-size: 38px;
	font-weight: bold;
	color: #ff0747;
}

.character .group .item .outline .info .title span.extra{
	font-size: 16px;
	font-weight: 500;
}

.character .group .item .outline .info .memo{
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0;
	color: #000;
}

.character .group .item .outline .info .memo span.highlight{
	font-size: 38px;
	font-weight: bold;
	color: #ff0747;
}

.character .group .item .outline .info .memo span.highlightspec{
	color: #f95319;
}

.character .group .item .outline .info .memo span.extra{
	font-size: 14px;
}

.character .group .item .detail{
	padding: 30px;

	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}

.character .group .item .detail span.highlight{
	color: #ff0747;
}

.character .group .item .detail span.extra{
	font-size: 14px;
}

.character .group .item .detail ol{
	margin: 0;
}

.character .group .item .detail p.small{
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 14px;
}

.character .group .item .detail .treat{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.character .group .item .detail .treat a{
	display: inline-block;
}

.character .group .item .detail .treat a:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.25s ease;
}

.character .group .item .detail .treat .left img{
	width: 247px;
}

.character .group .item .detail .treat .center img{
	width: 21px;
	margin: 0 15px;
}

.character .group .item .detail .treat .right img{
	width: 247px;
}


.knowledge{
	position: relative;
	padding: 60px 0 80px 0;

	background: #ffd2da;
}

.knowledge::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 45px;
	top: -23px;
	left: 0;
	background: url("../images/knowledge_bg_top.png") no-repeat center;
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.knowledge .illbg{
	position: absolute;
}

.knowledge .illbg.i1{ width: 273px; top: -300px; left: calc(50% + 500px); }
.knowledge .illbg.i2{ width: 23px; top: 1220px; left: calc(50% - 600px); }
.knowledge .illbg.i3{ width: 23px; top: 660px; left: calc(50% + 500px); }

.knowledge .headtitle{
	position: relative;
	width: 407px;
	margin: 0 auto;
}

.knowledge .group{
	position: relative;
	padding-top: 123px;
}

.knowledge .group::before{
	position: absolute;
	content: "";
	width: 321px;
	height: 113px;
	top: 14px;
	left: calc(50% - 160px);
	background: url("../images/knowledge_ill_three_man.png") no-repeat center;
	background-size: auto 100%;
	background-repeat: repeat-x;
	z-index: 1;
}

.knowledge .group .item{
	position: relative;
	margin-bottom: 30px;
	border-radius: 30px;
	background: #fef967;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	overflow-x: hidden;
}

.knowledge .group .item .question{
	position: relative;
	padding: 35px;
	background: #FFF;
	border-radius: 30px;
}

.knowledge .group .item .question .title{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 3px solid #4c1c11;
}

.knowledge .group .item.i1 .question .title img{
	width: 470px;
}

.knowledge .group .item.i2 .question .title img{
	width: 418px;
}

.knowledge .group .item.i3 .question .title img{
	width: 539px;
}

.knowledge .group .item .question .intro{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000;
}

.knowledge .group .item .question .intro span.highlight{
	color: #ff0747;
}

.knowledge .group .item .question .intro span.extra{
	font-size: 14px;
}

.knowledge .group .item .advantage{
	padding: 20px 80px;
	background: #fef967;
}

.knowledge .group .item .advantage .title{
	display: flex;
	justify-content: center;
	align-items: center;

	padding-bottom: 15px;
	border-bottom: 2px dashed #000;

	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;

	color: #000;
}

.knowledge .group .item .advantage .title .icon{
	width: 28px;
	padding-bottom: 5px;
}

.knowledge .group .item .advantage .memo{
	padding-top: 15px;
	text-align: center;

	font-size: 26px;
	font-weight: 500;
	letter-spacing: 0;

	text-align: center;
	color: #000;
}

.knowledge .group .item .advantage .memo span.highlight{
	font-size: 36px;
	font-weight: bold;
	color: #ff0747;
}

.knowledge .group .item .advantage .memo span.extra{
	font-size: 16px;
	font-weight: 500;
}

.calculate{
	position: relative;
	padding: 40px 0 80px 0;
	
	background: #feefc4;
}

.calculate::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 45px;
	top: -23px;
	left: 0;
	background: url("../images/calculate_bg_top.png") no-repeat center;
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.calculate .illbg{
	position: absolute;
}

.calculate .illbg.i1{ width: 92px; top: 360px; left: calc(50% + 400px); }
.calculate .illbg.i2{ width: 92px; top: 420px; left: calc(50% - 700px); }
.calculate .illbg.i3{ width: 329px; bottom: 60px; left: calc(50% - 700px); }

.calculate .headtitle{
	position: relative;
	display: block;
	width: 287px;
	margin: 0 auto;
}

.calculate .maincontent{
	position: relative;
	width: 515px;
	padding: 3px;
	margin: 40px auto 0 auto;

	background: #FFF;
	border: 3px solid #000;
	border-radius: 30px;

	box-shadow: rgba(204, 204, 204, 0.5) -10px -10px 0px;
}

.calculate .maincontent::before{
	content: "";
	position: absolute;
	width: 46px;
	height: 72px;

	top: -48px;
	left: 5%;

	background: url("../images/calculate_note_cramp.png") no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.calculate .step{
	position: relative;
	display: inline-block;
	width: 100%;

	padding: 50px;
}

.calculate .step.spec{
	padding-top: 0px;
}

.calculate .step.close{
	display: none;
}

.calculate .step .milestone{

	padding: 10px;
	margin: 0 -30px 40px -30px;

	border-bottom: 2px dashed #333333;

	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	color: #333333;

	text-align: center;
}

.calculate .step.spec .milestone{
	margin: 0 -30px 20px -30px;
}

.calculate .step .formobj{
	display: flex;
	padding-bottom: 20px;
	align-items: center;
}

.calculate .step .formobj .formtitle{
	padding-right: 15px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;

	color: #000000;
}

.calculate .step .formobj .formdetail{
	flex: 1;
}

.calculate .step .formobj .formdetail .sex{
	display: flex;

	align-items: center;
	justify-content: flex-start;
}

.calculate .step .formobj .formdetail .sex .item{
	position: relative;

	width: calc(46% - 10px);

	padding: 10px 15px 10px 10px;
	margin-right: 15px;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: right;
	background: #feffe6;

	border: 2px solid #444;
	border-radius: 30px;

	cursor: pointer;
}

.calculate .step .formobj .formdetail .sex .item.chs{
	background: #fcd031;
	color: #000;
}

.calculate .step .formobj .formdetail .item.male::after{
	content: "";
	position: absolute;

	width: 76px;
	height: 62px;

	left: 5px;
	bottom: 0;

	background: url("../images/calculate_sex_male.png") no-repeat;
	background-size: 100% 100%;
}

.calculate .step .formobj .formdetail .item.female::after{
	content: "";
	position: absolute;

	width: 76px;
	height: 62px;

	left: 5px;
	bottom: 0;

	background: url("../images/calculate_sex_female.png") no-repeat;
	background-size: 100% 100%;
}

.calculate .step .formobj .formdetail .age{
	display: inline-block;
	width: calc(50% - 10px);
}

.calculate .step .formobj .formdetail .age select{
	display: inline-block;
	position: relative;
	width: 100%;

	padding: 8px;
	
	border: 1px solid #808080;
	border-radius: 5px;

	font-size: 20px;

	color: #000;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	background: #FFF;
	background-image: url("../images/calculate_select_icon.png");
	background-position: right 5% center;
	background-size: 20px 15px;
	background-repeat: no-repeat;
	background-position: center right 10px;
}

.calculate .step .formobj .formdetail .mobile{
	display: inline-block;
	width: 100%;
}

.calculate .step .formobj .formdetail .mobile input[type='text']{
	width: 100%;
	padding: 6px 8px;
	border: 1px solid #808080;
	border-radius: 5px;
	font-size: 20px;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.calculate .step .formobj .formdetail label.agreement{
	display: flex;
	position: relative;
	margin-bottom: 12px;
	padding-top: 2px;
	line-height: 1.5;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.calculate .step .formobj .formdetail label.agreement input[type='checkbox']{
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;

	border: 1px solid #808080;
	cursor: pointer;

	background: #FFF;
}

.calculate .step .formobj .formdetail label.agreement input[type='checkbox']:checked::after{
	content: "";
	display: inline-block;
	position: absolute;
	
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);

	background: #d0214a;
}

.calculate .step .formobj .formdetail label.agreement .memo{
	flex: 1;
	padding-left: 10px;
	letter-spacing: 0;
}

.calculate .step .formobj .formdetail label.agreement .memo a{
	color: #000;
	text-decoration: underline;
}

.calculate .step .formbtn{
	display: block;
	padding-top: 20px;
	text-align: center;
}

.calculate .step .formbtn a{
	position: relative;
	display: inline-block;

	width: 217px;
	height: 56px;

	padding: 8px 30px 0 30px;

	font-size: 30px;
	text-align: center;

	font-weight: bold;
	letter-spacing: 0;
	
	text-decoration: none;
	text-indent: -999999999px;

	overflow-x: hidden;

	color: #FFF;

	background: url(../images/calculate_sendbtn.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.calculate .step .formbtn a:hover{
	background: url(../images/calculate_sendbtn_over.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.calculate .step .formobj .plan{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.calculate .step .formobj .plan .item{
	width: 32%;
	text-align: center;
}

.calculate .step .formobj .plan .item label{
	display: block;
	cursor: pointer;
	letter-spacing: 0;

	padding-bottom: 20px;
}

.calculate .step .formobj .plan .item label .cover{
}

.calculate .step .formobj .plan .item label .cover img{
	margin: 0 auto;
	width: 100%;
	max-width: 96px;
}

.calculate .step .formobj .plan .item label .memo{
	display: inline-block;
	padding: 10px 10px 5px 10px;

	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #3b3b3b;
}

.calculate .step .formobj .plan .item label span{
	position: relative;
	color: #000000;

	padding-bottom: 30px;

	font-size: 16px;
	letter-spacing: 0;
}

.calculate .step .formobj .plan .item label span::before{
	content: "";
	position: absolute;
	bottom: 0%;
	left: 50%;

	transform: translateX(-50%);

	width: 26px;
	height: 26px;
	border: 1px solid #808080;
	border-radius: 50%;
	background: #FFF;
}

.calculate .step .formobj .plan .item label.chs span::after{
	content: "";
	position: absolute;
	bottom: calc(0% + 4px);
	left: 50%;

	transform: translateX(-50%);

	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #d0214a;
}

.calculate .step .formobj .plan .item label span i{

	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #d0214a;
	letter-spacing: 0;
}

.calculate .step .formobj .formdetail .result{
	display: flex;
	flex-wrap: wrap;
	align-items: center;

	border-radius: 15px;
	border: 3px solid #000;
	overflow-x: hidden;
}

.calculate .step .formobj .formdetail .result span.showtitle{
	display: inline-block;
	width: 100%;
	padding: 10px 5px;

	font-size: 16px;
	font-weight: bold;

	color: #000;

	background: #fcd031;

	text-align: center;
	letter-spacing: 0;

}

.calculate .step .formobj .formdetail .result .detail{
	flex: 1;
	flex-wrap: wrap;
}

.calculate .step .formobj .formdetail .result .detail .monthpay{
	display: flex;

	align-items: center;
	padding: 5px 0;
	letter-spacing: 0;
}

.calculate .step .formobj .formdetail .result .detail .monthpay span.memo{
	flex: 1;
	font-size: 18px;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
}

.calculate .step .formobj .formdetail .result .detail .monthpay span.money{
	flex: 1;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #3b3b3b;
}

.calculate .step .formobj .formdetail .result .detail .monthpay span.money i{
	padding-right: 5px;
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #d0214a;
}

.calculate .step .formbtnfinall{
	display: block;
	padding-top: 10px;
	text-align: center;
}

.calculate .step .formbtnfinall a{
	display: inline-block;
	width: 240px;
}

.calculate .step .formbtnfinall a img{
	width: 100%;
}

.guideline{
	position: relative;
	padding: 0px 0 80px 0;

	background: #fff3ed;
}

.guideline::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 45px;
	top: -45px;
	left: 0;
	background: url("../images/guideline_bg_top.png") no-repeat center;
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.guideline .headtitle{
	position: relative;
	width: 287px;
	margin: 0 auto;
}

.guideline p.example-memo{
	padding-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;

	color: #3b3b3b;
}

.guideline p.example-memo span.highlight{
	color: #ff0747;
}

.guideline p.example-memo i.heavytxt{
	font-size: 32px;
	font-style: normal;
}

.guideline p.unit{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #3b3b3b;
	letter-spacing: 0;
}

.guideline .catalogue{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.guideline .catalogue .tahead{
	position: absolute;

	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	color: #000000;

	text-align: center;
}

.guideline .catalogue .tahead span.highlight{
	color: #fdfa00;
}

.guideline .catalogue .tahead.i1{
	top: 32px;
	left: 178px;
}

.guideline .catalogue .tahead.i2{
	top: 32px;
	left: 544px;
}

.guideline .catalogue .tahead.i3{
	top: 32px;
	left: 706px;
}

.guideline .catalogue .tahead.i4{
	top: 32px;
	left: 874px;
}

.guideline .catalogue .tbhead{
	position: absolute;

	width: 130px;
	left: 6px;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
	color: #000000;
	text-align: center;
}

.guideline .catalogue .tbhead.i1{
	top: 128px;
}

.guideline .catalogue .tbhead.i2{
	top: 250px;
}

.guideline .catalogue .tbhead.i3{
	top: 392px;
}

.guideline .catalogue .tbhead.i4{
	top: 486px;
}

.guideline .catalogue .tca{
	position: absolute;
	width: 354px;
	left: 144px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0;
	color: #000;

	text-align: left;
}

.guideline .catalogue .tca span.extra{
	padding-left: 2px;
	color: #666;
	font-size: 13px;
}

.guideline .catalogue .tca.i1{
	top: 90px;
}

.guideline .catalogue .tca.i2{
	top: 130px;
}

.guideline .catalogue .tca.i3{
	top: 167px;
}

.guideline .catalogue .tca.i4{
	top: 205px;
}

.guideline .catalogue .tca.i5{
	top: 282px;
}

.guideline .catalogue .tca.i6{
	top: 244px;
}

.guideline .catalogue .tca.i7{
	top: 320px;
}

.guideline .catalogue .tca.i8{
	top: 360px;
}

.guideline .catalogue .tca.i9{
	top: 410px;
}

.guideline .catalogue .tca.i10{
	top: 464px;
	text-align: center;
}

.guideline .catalogue .tca.i11{
	top: 504px;
	text-align: center;
}

.guideline .catalogue .tcb{
	position: absolute;

	width: 154px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0;
	color: #3b3b3b;
	text-align: center;

	left: 504px;
}

.guideline .catalogue .tcb span.highlight{
	color: #ff0747;
}

.guideline .catalogue .tcb.i1{
	top: 90px;
}

.guideline .catalogue .tcb.i2{
	top: 130px;
}

.guideline .catalogue .tcb.i3{
	top: 168px;
}

.guideline .catalogue .tcb.i4{
	top: 206px;
}

.guideline .catalogue .tcb.i5{
	top: 244px;
}

.guideline .catalogue .tcb.i6{
	top: 282px;
}

.guideline .catalogue .tcb.i7{
	top: 322px;
}

.guideline .catalogue .tcb.i8{
	top: 464px;
}

.guideline .catalogue .tcb.i9{
	top: 504px;
}

.guideline .catalogue .tcc{
	position: absolute;

	width: 166px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0;
	color: #3b3b3b;
	text-align: center;

	left: 662px;
}

.guideline .catalogue .tcc span.highlight{
	color: #ff0747;
}

.guideline .catalogue .tcc.i1{
	top: 90px;
}

.guideline .catalogue .tcc.i2{
	top: 130px;
}

.guideline .catalogue .tcc.i3{
	top: 168px;
}

.guideline .catalogue .tcc.i4{
	top: 206px;
}

.guideline .catalogue .tcc.i5{
	top: 244px;
}

.guideline .catalogue .tcc.i6{
	top: 282px;
}

.guideline .catalogue .tcc.i7{
	top: 322px;
}

.guideline .catalogue .tcc.i8{
	top: 464px;
}

.guideline .catalogue .tcc.i9{
	top: 504px;
}


.guideline .catalogue .tcd{
	position: absolute;

	width: 164px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0;
	color: #3b3b3b;
	text-align: center;

	left: 832px;
}

.guideline .catalogue .tcd span.highlight{
	color: #ff0747;
}

.guideline .catalogue .tcd.i1{
	top: 90px;
}

.guideline .catalogue .tcd.i2{
	top: 130px;
}

.guideline .catalogue .tcd.i3{
	top: 168px;
}

.guideline .catalogue .tcd.i4{
	top: 206px;
}

.guideline .catalogue .tcd.i5{
	top: 244px;
}

.guideline .catalogue .tcd.i6{
	top: 282px;
}

.guideline .catalogue .tcd.i7{
	top: 322px;
}

.guideline .catalogue .tcd.i8{
	top: 464px;
}

.guideline .catalogue .tcd.i9{
	top: 504px;
}


.guideline .catalogue .tce{
	position: absolute;
	width: 474px;
	left: 516px;

	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	color: #3b3b3b;
}

.guideline .catalogue .tce span.extra{
	padding-left: 2px;
	color: #666;
	font-size: 13px;
}

.guideline .catalogue .tce.i1{
	top: 360px;
}

.guideline .catalogue .tce.i2{
	top: 402px;
}

.guideline .catalogue .like{
	position: absolute;
	width: 42px;
	height: 38px;
	top: -8px;
	left: 778px;
}

.guideline .notice{
	width: 1000px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
	letter-spacing: 0;
}

.paradigm{
	position: relative;
	padding: 40px 0 30px 0;

	background: #ffe3cf;
}

.paradigm::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 45px;
	top: -45px;
	left: 0;
	background: url("../images/paradigm_bg_top.png") no-repeat center;
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.paradigm .illbg{
	position: absolute;
}

.paradigm .illbg.i1{ top: 570px; left: calc(50% - 700px); width: 262px; }
.paradigm .illbg.i2{ bottom: 30px; left: calc(50% + 450px); width: 269px; }

.paradigm .headtitle{
	position: relative;
	width: 288px;
	margin: 0 auto;
}

.paradigm .outline{
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-items: flex-start;
}

.paradigm .outline .role{
	width: 101px;
}

.paradigm .outline .detail{
	flex: 1;
	padding-left: 10px;
	color: #444;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
}

.paradigm .outline .detail span.highlight{
	font-size: 32px;
}

.paradigm .timesheet{
	position: relative;
	width: 100%;
	padding: 90px 0 15px 0;
	text-align: center;
}

.paradigm .timesheet img.line{
	width: 100%;
	max-width: 639px;
	margin: 0 auto;
}

.paradigm .timesheet button.icon{
	position: absolute;
	width: 98px;
	height: 106px;

	opacity: 0;

	border: 0;

	text-indent: -999999px;
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;

	cursor: pointer;
}

.paradigm .timesheet button.icon.chs, .paradigm .timesheet a.icon:hover{
	opacity: 1;
}

.paradigm .timesheet button.icon.i1{
	top: 36px;
	left: 6px;
	background: url("../images/paradigm_timesheet_year_45.png") no-repeat top center;
}

.paradigm .timesheet button.icon.i2{
	top: 36px;
	left: 200px;
	background: url("../images/paradigm_timesheet_year_55.png") no-repeat top center;
}

.paradigm .timesheet button.icon.i3{
	top: 36px;
	left: 392px;
	background: url("../images/paradigm_timesheet_year_75.png") no-repeat top center;
}

.paradigm .timesheet button.icon.i4{
	top: 36px;
	left: 584px;
	background: url("../images/paradigm_timesheet_year_85.png") no-repeat top center;
}

.paradigm .pannel{
	position: relative;
	padding: 30px 50px;
}

.paradigm .pannel .item{
	display: none;
	flex-direction: column; /* 或 row，依據需求 */
	width: 100%;
	min-width: 0; /* 重點，防止撐破 */
	min-height: 570px;
	background: #fef967;
	border-radius: 30px;

	box-shadow: rgba(0, 0, 0, 0.05) 2.4px 2.4px 3.2px;

	overflow: hidden;
  transition: opacity 1s ease;
}

.paradigm .pannel .item.chs{
	display: flex;
	animation: paradigmFadeIn 0.6s ease;
}

@keyframes paradigmFadeIn {
	 0% {
    opacity: 0;
    scale: 0.95;
  }
  50% {
    opacity: 0.5;
    scale: 1.05;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}


.paradigm .pannel .item .info{
	width: 100%;
	padding: 40px 0 0 0;
	background: #FFF;
	flex: 1;

	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0;
	color: #3e3e3e;
}

.paradigm .pannel .item .info .inner{
	padding: 5px 56px;
}

.paradigm .pannel .item .info .inner.spec{
	background: #f5f5f5;
}

.paradigm .pannel .item .info .inner span.title{
	display: inline-block;
	min-width: 168px;
	padding: 3px 10px;
	font-size: 19px;
	text-align: center;
	background: #ffdc50;
	border-radius: 30px;
}

.paradigm .pannel .item .info .inner span.highlight{
	color: #ff0747;
}

.paradigm .pannel .item .info .inner span.title.spec{
	margin-top: 10px;
}

.paradigm .pannel .item .info .inner .child{
	position: relative;
	padding: 5px 0 5px 30px;
}

.paradigm .pannel .item .info .inner .child::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 26px;
	transform: translateY(-50%);
	background: url("../images/paradigm_shield_icon.png") no-repeat center left;
}

.paradigm .pannel .item .result{
	position: relative;
	width: 100%;
	padding: 30px 80px;

	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0;

	color: #424242;
}

.paradigm .pannel .item .result .money{
	position: absolute;
	width: 100%;
	text-align: center;

	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;

	color: #ff0747;
}

.paradigm .pannel .item .result .money span.highlight{

	font-size: 46px;
}

.paradigm .pannel a.arrow{
	position: absolute;
	width: 48px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.paradigm .pannel a.arrow.left{
	left: 22px;
}

.paradigm .pannel a.arrow.right{
	right: 22px;
}

.paradigm .heavytxt h1{
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	color: #7e7e7e;
}

.paradigm .memo{
	display: block;
	padding-top: 20px;
}

.paradigm .memo p{
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.5;
}

.paradigm p.unit{
	text-align: right;
	font-size: 14px;
	letter-spacing: 0;
	margin: 10px 0 0 0;
}

/****/
.demand{
	position: relative;
	display: none;
	padding: 60px 0;

	background: #daf7ff;
}


.demand::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0;
	background: url("../images/demand_bg_top.png") no-repeat center;
	background-size: auto 100%;
	background-repeat: repeat-x;
}

.demand .pannel{
	width: 608px;
	height: 762px;
	padding: 220px 50px 0 50px;
	margin: 0 auto;
	background: url("../images/demand_m_pannel.png") no-repeat top center;
}

.demand .pannel .group{
	display: flex;
	align-items: center;
	padding-bottom: 30px;

	font-size: 26px;
}

.demand .pannel .group span.title{
	display: inline-block;
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #3b3b3b;
	letter-spacing: 0;
}

.demand .pannel .group .item{
	display: flex;
	align-items: center;
}

.demand .pannel .group .item:first-child{
	flex: 1;
	padding-right: 20px;
}

.demand .pannel .group label.forsex{
	display: flex;
	padding-right: 30px;
	align-items: center;

	font-size: 26px;
	font-weight: bold;
	color: #3b3b3b;
}

.demand .pannel .group input[type='text']{
	width: 0;
	flex: 1;
	border-radius: 5px;
	border: 1px solid #3b3b3b;
	font-size: 26px;
}

.demand .pannel .group select{
	display: inline-block;
	position: relative;
	width: 120px;
	height: 43px;
	padding: 3px 3px 3px 6px;

	color: #000;
	
	border: 1px solid #808080;
	border-radius: 5px;

	font-size: 26px;

	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	background: #FFF;
	background-image: url("../images/calculate_select_icon.png");
	background-position: right 5% center;
	background-size: 20px 15px;
	background-repeat: no-repeat;
	background-position: center right 10px;
}


.demand .pannel .group input[type='radio']{
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	border-radius: 50%;
	border: 1px solid #808080;
	cursor: pointer;
	background: #FFF;
}

.demand .pannel .group input[type='radio']:checked::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	top: 50%;
	left: 50%;transform: translate(-50%, -50%);
	background: #d0214a;
	border: 1px solid #000;
}

.demand .pannel .group label.agreement{
	display: flex;
	position: relative;
	margin-bottom: 12px;
	line-height: 1.5;
	cursor: pointer;
	font-size: 26px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.demand .pannel .group label.agreement input[type='checkbox']{
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	border: 1px solid #808080;
	cursor: pointer;
	background: #FFF;
}

.demand .pannel .group label.agreement input[type='checkbox']:checked::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 50%;transform: translate(-50%, -50%);
	background: #d0214a;
	border: 1px solid #000;
}

.demand .pannel .group label.agreement .memo{
	flex: 1;
	padding-left: 20px;
	line-height: 32px;
	letter-spacing: 1px;
	color: #3b3b3b;
}

.demand .pannel .group label.agreement .memo a, demand .pannel .group label.agreement .memo a:hover{
	color: #3b3b3b;
}

.demand .pannel .sendbtn{
	text-align: center;
}

.demand .pannel .sendbtn a{
	display: inline-block;

	width: 215px;
	height: 56px;

	margin: 20px auto 0;

	padding: 8px 30px 0 30px;

	font-size: 30px;
	text-align: center;

	font-weight: bold;
	letter-spacing: 0;

	text-indent: -999999px;
	
	text-decoration: none;

	color: #FFF;

	background: url(../images/project_sendbtn.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.demand .pannel .sendbtn a:hover{
	
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.25s ease;
	
}

.demand .warning{
	margin: 0 auto;
	padding-top: 30px;
	width: 520px;
	color: #888888;
}

.demand .warning h2{
	font-size: 22px;
	font-weight: normal;
}

.poplayout{
	position: relative;
	width: 100%;
	max-width: 800px;

	margin: 30px auto;

	padding: 50px 50px 50px 0;
}

.poplayout a.closebtn{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	opacity: 1;
}

.poplayout a.closebtn img{
	width: 100%;
}

.popinner{
	border-radius: 15px;

	max-width: 726px;

	background: #FFF;

	margin: 0 auto;
	overflow: hidden;

	border: 2px solid #d0214a;
}

.popinner span.title{
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	font-size: 32px;
	font-weight: bold;

	text-align: center;
	color: #FFF;
	background: #ff406e;
}

.popinner .info{
	display: flex;
	align-items: center;

	padding: 30px 50px;
	letter-spacing: 0;

	font-weight: bold;
}

.popinner .info .content{
	flex: 1;

	font-size: 26px;
	line-height: 34px;
}

.popinner .info .content span.light{
	color: #ff406e;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	font-weight: bold;
}

.popinner .info .people{
	width: 175px;
	text-align: center;
}

.popinner .info .people img{
	width: 95%;
	margin: 0 0 0 auto;
}

.popinner .sharegroup{
	display: flex;
	width: 100%;

	justify-content: center;
	align-items: center;
}

.popinner .sharegroup .item{
	flex: 1;
	text-align: center;
}

.popinner .sharegroup .item img{
	width: 80px;
	margin: 0 auto;
}

.popinner .sharegroup .item a span.sharetxt, .popinner .sharegroup .item a span.sharetxt:hover{
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.popinner .btn{
	width: 220px;
	margin: 0 auto;
}

.popinner .btn a{
	display: flex;
	align-items: center;
	justify-content: center;

	padding: 15px;

	background: #d0214a;

	border: 2px solid #000;

	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0;

	color: #FFF;
	text-decoration: none;
}

.popinner .btn a:hover{
	color: #000;
	background: #68e8ff;
	text-decoration: none;
}

.popinner .btn a img{
	width: 30px;
}

.popinner .memo{
	display: inline-block;
	width: 100%;
	padding: 30px 60px;

	letter-spacing: 0;
}

/********/

/*彈跳表格 完整給付項目 start*/

.benefit{
	width: 100%;
}

.benefit table{
	width: 100%;

	border-radius: 30px 30px 0 0;
	border: 2px solid #000;

	background: #fef967;
	overflow-x: hidden;
}

.benefit table thead tr td{
	padding: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	color: #000;
	border-bottom: 2px solid #000;
	overflow: hidden;
}

.benefit table tbody tr{
	display: flex;
}

.benefit table tbody tr td{
	position: relative;
	display: flex;
	flex: 1;
	align-items: center;
	padding: 5px 5px;
	background: #fffdd1;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	color: #3b3b3b;
}

.benefit table tbody tr td.xstyle{
	flex-wrap: wrap;
}

.benefit table tbody tr:nth-child(odd) td{
	background: #FFF;
}

.benefit table.multi tbody tr td:first-child{
	border-right: 2px solid #000;
}

.benefit table tbody tr td span.num{
	display: inline-block;
	width: 35px;
	text-align: center;
	align-content: flex-start;
}

.benefit table tbody tr td span.extra{
	font-size: 14px;
}

.benefit table tbody tr td.xstyle span.extra{
	padding-left: 35px;
}

.benefit table tbody tr td .spec{
	display: flex;
	align-items: flex-start;
}

.benefit table tbody tr td .spec .xthing{
	flex: 1;
}


.benefit table.green{
	background: #64b873;
	border: 2px solid #64b873;
}

.benefit table.green tbody tr td{
	background: #c9e6ce;
}

.benefit table.orange{
	background: #ffd2da;
	border: 2px solid #ffd2da;
}

.benefit table.orange tbody tr td{
	background: #fff1f4;
}

.benefit table.green tbody tr:nth-child(odd) td, .benefit table.orange tbody tr:nth-child(odd) td{
	background: #FFF;
}

/*彈跳表格 完整給付項目 end*/


/********/

footer{
	position: relative;
	display: block;
	background: #FFF;
	z-index: 1;
}

footer .specmemo{
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	text-align: center;
}

footer .specmemo a{
	display: inline-block;
	color: #FFF;
	background: #808080;
	width: 80%;
	max-width: 250px;

	padding: 15px 30px;

	font-size: 22px;
	font-weight: bold;

	border-radius: 5px;

	text-decoration: none;
	margin: 0 auto;
}

footer .specmemo a:hover{
	text-decoration: none;
}

footer .memo{
	position: relative;
	padding: 15px 15px;
	text-align: center;

	border-top: 2px solid #d1d1d1;
	border-bottom: 2px solid #d1d1d1;

	margin: 0 auto;
}

footer .memo a.tel{
	display: inline-block;
	width: 491px;
	margin: 0 auto;
}

footer .memo a.open{
	position: absolute;
	width: 170px;
	top: 15px;
	left: calc(50% + 400px);

	display: inline-block;

	padding: 0;
	margin-left: 15px;
}

footer .memo a.open img{
	width: 100%;
}

footer .memo .askrelax{
	position: relative;
	display: flex;

	justify-content: center;
	align-items: flex-end;

	padding: 20px 15px;
}

footer .memo .askrelax a{
	margin: 0 15px;
}

footer .memo .askrelax a img.ask{
	width: 220px;
}

footer .memo .askrelax a img.relax{
	width: 220px;
}

footer .memo .askrelax{
	position: relative;
	display: flex;

	justify-content: center;
	align-items: flex-end;

	padding: 20px 15px;
}

footer .memo .extra-logo{
	max-width: 198px;
	width: 50%;
	margin: 10px auto;
}

footer .detail{
	padding: 15px 15px;
	background: #f5f5f5;
	text-align: center;

	font-size: 15px;
	color: #333;

	letter-spacing: 0;

	font-weight: normal;
}

footer .detail .extra{
	display: inline-block;
	padding-right: 10px;
}

footer .detail .extra a{
	color: #333;
	text-decoration: none;
}

footer .detail .extra a:hover{
	color: #dc164b;
}

.stickybottom a{
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #000;
}

.stickybottom a img{
	width: 26px;
	margin-right: 3px;
}


/*大於等於1921*/
@media (min-width: 1921px) {
}


/*小於等於1920*/
@media (max-width: 1920px) {
}

/*小於等於1800*/
@media (max-width: 1800px) {
}

/*小於等於1600*/
@media (max-width: 1600px) {
}

/*小於等於1441*/
@media (max-width: 1441px) {
}

/*小於等於1280*/
@media (max-width: 1280px) {

	.container-base, .container-sub{
		max-width: calc(920px + (15px * 2));
	}

	.container-small{
		max-width: 620px;
	}

	header{
		padding: 15px 0 15px 0;
	}

	header .collection .logo{
		width: calc(198px * 0.8);
	}

	header .collection .contact{
		width: calc(252px * 0.8);
	}

	header .collection nav ul li a{
		font-size: 16px;
	}

	header .collection nav ul li .hot{
		width: 42px;
		top: -16px;
	}

	.kv .theater{
		height: 550px;
	}

	.kv .theater .project{
		width: calc(130px * 0.8);
		left: calc(50% - 465px);
	}

	.kv .theater .slogan{
		width: calc(625px * 0.8);
		left: calc(50% - 340px);
	}

	.kv .theater .peoplebg{
		width: 1280px;
		left: calc(50% - 640px);
	}

	.kv .theater .people{
		width: calc(562px * 0.68);
		left: calc(50% - 190px);
	}

	@keyframes kvFadeIn {
	 0% {
	    opacity: 0;
	    left: calc(50% - 90px);
	  }
	  100% {
	    opacity: 1;
	    left: calc(50% - 190px);
	  }
	}

	.kv .theater .clapperboard{
		top: 30px;
		left: calc(50% + 195px);
	}

	.kv .theater a.calcbtn{
		width: calc(170px * 0.8);
		top: 400px;
		left: calc(50% + 210px);
	}

	.kv .theater p.memo{
		top: 480px;
		left: calc(50% - 460px);
	}

	.character .headtitle{
		width: calc(287px * 0.8);
	}

	.character p.example{
		font-size: 16px;
	}

	.character .group .item .outline{
		padding: 15px 15px 15px 60px;
	}

	.character .group .item .outline .cover{
		width: 80px;
	}

	.character .group .item .outline .info .title{
		font-size: 24px;
	}

	.character .group .item .outline .info .title span.highlight{
		font-size: 32px;
	}

	.character .group .item .outline .info .memo{
		font-size: 22px;
	}

	.character .group .item .outline .info .memo span.highlight{
		font-size: 32px;
	}

	.character .group .item .detail{
		padding: 20px 30px;
		font-size: 18px;
	}

	.character .group .item .detail .treat .left img{
		width: calc(247px * 0.8);
	}

	.character .group .item .detail .treat .right img{
		width: calc(247px * 0.8);
	}

	.character .group .item .detail .treat .center img{
		width: calc(21px * 0.8);
		margin: 0 10px;
	}

	.knowledge .headtitle{
		width: calc(407px * 0.8);
	}

	.knowledge .group{
		padding-top: 100px;
	}

	.knowledge .group::before{
		width: calc(321px * 0.8);
		height: calc(113px * 0.8);

		top: 12px;
	}

	.knowledge .group .item .question{
		padding: 20px;
	}

	.knowledge .group .item.i1 .question .title img{
		width: 100%;
	}

	.knowledge .group .item.i2 .question .title img{
		width: 100%;
	}

	.knowledge .group .item.i3 .question .title img{
		width: 100%;
	}

	.knowledge .group .item .question .intro{
		font-size: 18px;
	}

	.knowledge .group .item .advantage{
		padding: 15px 40px;
	}

	.knowledge .group .item .advantage .title{
		font-size: 22px;
	}

	.knowledge .group .item .advantage .memo{
		padding-top: 10px;
		font-size: 22px;
	}

	.knowledge .group .item .advantage .memo span.highlight{
		font-size: 32px;
	}

	.calculate .headtitle{
		width: calc(287px * 0.8);
	}

	.guideline .headtitle{
		width: calc(287px * 0.8);
	}

	.guideline p.example-memo{
		width: 790px;
		font-size: 18px;

		text-align: left;
		margin: 0 auto;
		padding-top: 5px;
	}

	.guideline p.example-memo i.heavytxt{
		font-size: 26px;
	}

	.guideline p.unit{
		width: 790px;
		font-size: 13px;
	}

	.guideline .catalogue{
		width: 790px;
	}

	.guideline .catalogue .tahead{
		font-size: 18px;
	}

	.guideline .catalogue .tahead.i1{
		top: 28px;
		left: 122px;
	}

	.guideline .catalogue .tahead.i2{
		top: 28px;
		left: 430px;
	}

	.guideline .catalogue .tahead.i3{
		top: 28px;
		left: 562px;
	}

	.guideline .catalogue .tahead.i4{
		top: 28px;
		left: 692px;
	}

	.guideline .catalogue .tbhead{
		font-size: 15px;
		width: 100px;
		left: 6px;
		text-align: center;
	}

	.guideline .catalogue .tbhead.i1{
		top: 100px;
	}

	.guideline .catalogue .tbhead.i2{
		top: 196px;
	}

	.guideline .catalogue .tbhead.i3{
		top: 310px;
	}

	.guideline .catalogue .tbhead.i4{
		top: 380px;
	}

	.guideline .catalogue .tca, .guideline .catalogue .tcb, .guideline .catalogue .tcc, .guideline .catalogue .tcd, .guideline .catalogue .tce{
		font-size: 15px;
	}

	.guideline .catalogue .tca{ width: 286px; left: 110px; }

	.guideline .catalogue .tca.i1{ top: 70px; }
	.guideline .catalogue .tca.i2{ top: 101px; }
	.guideline .catalogue .tca.i3{ top: 130px; }
	.guideline .catalogue .tca.i4{ top: 161px; }
	.guideline .catalogue .tca.i5{ top: 192px; }
	.guideline .catalogue .tca.i6{ top: 221px; }
	.guideline .catalogue .tca.i7{ top: 252px; }
	.guideline .catalogue .tca.i8{ top: 282px; }
	.guideline .catalogue .tca.i9{ top: 324px; }
	.guideline .catalogue .tca.i10{ top: 367px; }
	.guideline .catalogue .tca.i11{ top: 397px; }

	.guideline .catalogue .tcb{ width: 124px; left: 398px; }

	.guideline .catalogue .tcb.i1{ top: 70px; }
	.guideline .catalogue .tcb.i2{ top: 101px; }
	.guideline .catalogue .tcb.i3{ top: 130px; }
	.guideline .catalogue .tcb.i4{ top: 161px; }
	.guideline .catalogue .tcb.i5{ top: 192px; }
	.guideline .catalogue .tcb.i6{ top: 221px; }
	.guideline .catalogue .tcb.i7{ top: 252px; }
	.guideline .catalogue .tcb.i8{ top: 367px; }
	.guideline .catalogue .tcb.i9{ top: 397px; }

	.guideline .catalogue .tcc{ width: 136px; left: 522px; }

	.guideline .catalogue .tcc.i1{ top: 70px; }
	.guideline .catalogue .tcc.i2{ top: 101px; }
	.guideline .catalogue .tcc.i3{ top: 130px; }
	.guideline .catalogue .tcc.i4{ top: 161px; }
	.guideline .catalogue .tcc.i5{ top: 192px; }
	.guideline .catalogue .tcc.i6{ top: 221px; }
	.guideline .catalogue .tcc.i7{ top: 252px; }
	.guideline .catalogue .tcc.i8{ top: 367px; }
	.guideline .catalogue .tcc.i9{ top: 397px; }

	.guideline .catalogue .tcd{ width: 130px; left: 658px; }

	.guideline .catalogue .tcd.i1{ top: 70px; }
	.guideline .catalogue .tcd.i2{ top: 101px; }
	.guideline .catalogue .tcd.i3{ top: 130px; }
	.guideline .catalogue .tcd.i4{ top: 161px; }
	.guideline .catalogue .tcd.i5{ top: 192px; }
	.guideline .catalogue .tcd.i6{ top: 221px; }
	.guideline .catalogue .tcd.i7{ top: 252px; }
	.guideline .catalogue .tcd.i8{ top: 367px; }
	.guideline .catalogue .tcd.i9{ top: 397px; }

	.guideline .catalogue .tce{ width: 382px; left: 402px; }

	.guideline .catalogue .tce.i1{ top: 282px; }
	.guideline .catalogue .tce.i2{ top: 316px; }

	.guideline .catalogue .like{
		width: calc(45px * 0.8);
		height: calc(38px * 0.8);

		top: -4px;
		left: 616px;
	}

	.guideline .notice{
		width: 790px;
		padding-bottom: 5px;
		font-size: 13px;
	}

	.paradigm .headtitle{
		width: calc(288px * 0.8);
	}

	.paradigm .outline .role{
		width: calc(101px * 0.8);
	}

	.paradigm .outline .detail{
		font-size: 18px;
	}

	.paradigm .outline .detail span.highlight{
		font-size: 24px;
	}

	.paradigm .timesheet{
		padding: 70px 0 10px 0;
	}

	.paradigm .timesheet button.icon{
		width: calc(98px * 0.8);
		height: calc(106px * 0.8);
	}

	.paradigm .timesheet button.icon.i1{
		top: 32px;
		left: -10px;
	}

	.paradigm .timesheet button.icon.i2{
		top: 32px;
		left: 166px;
	}

	.paradigm .timesheet button.icon.i3{
		top: 32px;
		left: 345px;
	}

	.paradigm .timesheet button.icon.i4{
		top: 32px;
		left: 522px;
	}

	.paradigm .heavytxt{
		padding-top: 40px;
	}

	.paradigm .heavytxt h1{
		font-size: 20px;
	}

	.paradigm .pannel{
		padding: 20px 15px;
	}

	.paradigm .pannel .item .info{
		padding: 20px 0 0 0;
	}

	.paradigm .pannel .item .info .inner{
		padding: 5px 46px;
	}


	.paradigm .pannel .item .info .inner span.title{
		font-size: 16px;
		min-width: 14px;
	}

	.paradigm .pannel .item .info .inner{
		font-size: 18px;
	}

	.paradigm .pannel .item{
		min-height: 480px;
	}

	.paradigm .pannel .item .result{
		padding: 20px 50px;
		font-size: 16px;
	}

	.paradigm .pannel .item .result .money{
		font-size: 24px;
	}

	.paradigm .pannel .item .result .money span.highlight{
		font-size: 32px;
	}

	.paradigm .pannel a.arrow.left{
		left: -10px;
	}

	.paradigm .pannel a.arrow.right{
		right: -10px;
	}

	.paradigm .memo{
		padding-top: 10px;
	}

	.paradigm .memo p{
		font-size: 13px;
	}

	.paradigm p.unit{
		font-size: 13px;
		letter-spacing: 0;
		margin: 10px 0 0 0;
	}
	

	footer .memo a.tel{
		width: calc(491px * 0.8);
	}

	footer .memo .askrelax a{
		margin: 0 10px;
	}

	footer .memo .askrelax a img.ask{
		width: calc(220px * 0.8);
	}

	footer .memo .askrelax a img.relax{
		width: calc(220px * 0.8);
	}

	footer .memo a.open{
		left: calc(50% + 200px);
	}
}

/*小於等於1160*/
@media (max-width: 1160px) {

	
}

/*小於等於1024*/
/* pad default */
@media (max-width: 1024px) {

	.poplayout{
		width: 90%;
		padding: 50px 0px 50px 0;
	}

	.poplayout a.closebtn{
		width: 35px;
		height: 35px;
	}

}

/*小於等於992*/
@media (max-width: 992px) {
	.popinner{
		max-width: auto;
		width: 100%;
	}

	.popinner span.title{
		padding: 10px 15px;
		font-size: 28px;
	}

	.popinner .info{
		display: block;

		padding: 30px 25px;
	}

	.popinner .info .content{
		width: 100%;
		flex: none;

		font-size: 26px;
		line-height: 34px;
		text-align: center;
	}

	.popinner .info .people{
		display: inline-block;
		width: 100%;
		text-align: center;
	}

	.popinner .info .people img{
		width: auto;
		margin: 0 auto;
	}

	.popinner .btn{
		width: 320px;
		margin: 0 auto;
	}

	.popinner .btn a{
		font-size: 24px;
	}

	.popinner .btn a img{
		width: 30px;
	}

	.popinner .memo{
		padding: 30px;
	}
}

/*小於等於960*/
@media (max-width: 960px) {

	.container-base, .container-sub{
		max-width: calc(720px + (15px * 2));
	}

	header{
		padding: 15px 0 15px 0;
	}

	header .collection .logo{
		width: calc(198px * 0.65);
	}

	header .collection .contact{
		width: calc(252px * 0.65);
	}

	header .collection nav ul li{
		padding: 0 8px;
	}

	header .collection nav ul li a{
		font-size: 16px;
		padding-left: calc(18px + 4px);
	}

	header .collection nav ul li a.icon{
		background-size: 18px 20px !important;
	}

	header .collection nav ul li .hot{
		width: 30px;
		top: -12px;
	}

	.kv img.main-bg{
		width: 960px;
		margin: 0 calc(50% - 480px);
	}

	.kv .theater{
		height: 420px;
	}

	.kv .theater .project{
		width: calc(130px * 0.6);
		left: calc(50% - 365px);
		top: 10px;
	}

	.kv .theater .slogan{
		width: calc(625px * 0.65);
		left: calc(50% - 280px);
		top: 24px;
	}

	.kv .theater .peoplebg{
		width: 960px;
		left: calc(50% - 480px);
	}

	.kv .theater .people{
		width: calc(562px * 0.515);
		left: calc(50% - 135px);
	}

	@keyframes kvFadeIn {
	 0% {
	    opacity: 0;
	    left: calc(50% - 100px);
	  }
	  100% {
	    opacity: 1;
	    left: calc(50% - 135px);
	  }
	}

	.kv .theater .clapperboard{
		width: calc(313px * 0.8);
		left: calc(50% + 130px);
	}

	.kv .theater .clapperboard .group{
		top: 83px;
		padding: 0 15px;
	}

	.kv .theater .clapperboard .group .team .forname{
		width: 110px;
	}

	.kv .theater .clapperboard .group .team .forage{
		padding-left: 5px;
	}

	.kv .theater .clapperboard .group .team .forage select{
		font-size: 13px;
		background-image: url("../images/calculate_select_icon.png");

		background-position: center right 5px;
	}

	.kv .theater .clapperboard{
		top: 10px;
	}

	.kv .theater .clapperboard .group .team{
		padding-bottom: 5px;
	}

	.kv .theater .clapperboard .group .sendbtn a{
		margin: 5px auto 0 0;
		width: calc(170px * 0.70);
		height: calc(46px * 0.70);

		padding: 4px 10px 0 10px;
		font-size: 18px;
	}

	.kv .theater a.calcbtn{
		width: calc(170px * 0.55);
		height: calc(108px * 0.55);
		top: 300px;
		left: calc(50% + 140px);
		padding: 4px 10px 0 10px;
		font-size: 18px;
	}

	.kv .theater p.memo{
		top: 366px;
		left: calc(50% - 360px);
		font-size: 11px;
	}

	.knowledge::before{
		height: 25px;
		top: -8px;
	}

	.calculate::before{
		height: 25px;
		top: -8px;
	}

	.calculate .illbg.i3{
		width: calc(329px * 0.5);
		left: calc(50% - 440px);
	}

	.guideline{
		padding-top: 40px;
	}

	.guideline::before{
		height: 25px;
		top: -8px;
	}

	.paradigm::before{
		height: 25px;
		top: -8px;
	}

	.paradigm .illbg.i2{
		width: calc(269px * 0.5);
		left: calc(50% + 320px);
		bottom: 100px;
	}

	footer .memo a.tel{
		width: calc(491px * 0.65);
	}

	footer .memo a.open{
		width: 140px;
		left: calc(50% + 180px);
	}

	footer .memo .askrelax a{
		margin: 0 8px;
	}

	footer .memo .askrelax a img.ask{
		width: calc(220px * 0.7);
	}

	footer .memo .askrelax a img.relax{
		width: calc(220px * 0.7);
	}

	footer .detail .extra{
		display: inline-block;
		width: 100%;
		padding-right: 0;
		padding-bottom: 5px;
	}
}

/*小於等於768*/
@media (max-width: 768px) {

	.lihsi-desktop{
		display: none !important;
	}

	.lihsi-pad{
		display: block !important;
	}

	.lihsi-mobile{
		display: block !important;
	}

	.lihsi-small-mobile{
		display: none !important;
	}

	.mobile-nopadding{
		padding: 0 !important;
	}

	header{
  	padding: 10px;
	}

	header .collection{
		display: flex;
		align-items: center;
	}

	header .collection .logo{
		width: 160px;
	}

	header .collection nav{
		display: none;
	}

	.kv{
		padding-bottom: 0px;
	}

	.kv .theater{
		height: auto;
	}

	.kv .theater .project{
		width: 16%;
		left: 2%;
		top: 3vw;
		z-index: 2;
	}

	.kv .theater .slogan{
		width: 82%;
		top: 7vw;
		left: 4%;
		z-index: 2;
	}

	.kv .theater .peoplebg{
		position: relative;
		width: 100%;
		left: auto;
	}

	.kv .theater .people{
		width: 76%;
		left: auto;
		right: 0;
		bottom: 0;
	}

	@keyframes kvFadeIn {
		0% {
	    opacity: 0;
	    left: auto;
	    right: -60px;
	  }
	  100% {
	    opacity: 1;
	    left: auto;
	    right: 0;
	  }
	}

	.kv .theater a.calcbtn{
		display: none;
	}

	.kv .theater .clapperboard{
		display: none;
	}

	.kv .theater p.memo{
		padding: 0 0 0 3%;
		top: auto;
		left: 0;
		bottom: 15px;
		font-size: 14px;
		color: #000;
		text-shadow: none;
		font-weight: bold;
		z-index: 2;
	}

	.character .group .item .outline{
		padding: 15px 15px 15px 20px;
	}

	.character .group .item .outline .info .title{
		padding-bottom: 5px;
		font-size: 22px;
	}

	.character .group .item .outline .info .memo{
		font-size: 20px;
	}

	.character .group .item .outline .info .memo span.highlight{
		font-size: 28px;
	}

	.character .group .item .outline .cover{
		width: 66px;
	}

	.character p.example{
		padding-top: 10px;
		margin-bottom: 5px;
	}

	.character .group .item .detail ol{
		padding-left: 30px;
	}

	.calculate .illbg{
		display: none;
	}

	.guideline p.unit{
		width: 584px;
		padding-bottom: 5px;
	}

	.guideline .notice{
		width: 584px;
		padding-top: 5px;
	}

	.paradigm .heavytxt{
		display: none;
	}

	.paradigm .pannel .maintitle{
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.paradigm .pannel .maintitle span.unit{
		position: absolute;
		bottom: auto;
		top: 40px;
		right: 10px;
	}

	.guideline p.example-memo{
		width: 584px;
	}

	.guideline .catalogue{
		width: 587px;
	}

	.guideline .catalogue .tahead
	{
		font-size: 22px;
	}

	.guideline .catalogue .tahead.i1{
		top: 32px;
		left: 78px;
	}

	.guideline .catalogue .tahead.i2, .guideline .catalogue .tahead.i4{
		display: none;
	}

	.guideline .catalogue .tahead.i3{
		top: 32px;
		left: 426px;
	}

	.guideline .catalogue .tbhead{
		font-size: 22px;
		width: 60px;
		left: 11px;
		text-align: center;
	}

	.guideline .catalogue .tbhead.i1{
		top: 120px;
	}

	.guideline .catalogue .tbhead.i2{
		top: 226px;
	}

	.guideline .catalogue .tbhead.i3{
		top: 402px;
	}

	.guideline .catalogue .tbhead.i4{
		top: 512px;
	}

	.guideline .catalogue .tca, .guideline .catalogue .tcb, .guideline .catalogue .tcc, .guideline .catalogue .tcd, .guideline .catalogue .tce{
		font-size: 19px;
		width: 156px;
	}

	.guideline .catalogue .tca{
		width: 250px;
		left: 75px;
	}

	.guideline .catalogue .tca.i1{ top: 89px; }
	.guideline .catalogue .tca.i2{ top: 128px; }
	.guideline .catalogue .tca.i3{ top: 166px; }
	.guideline .catalogue .tca.i4{ top: 225px; }
	.guideline .catalogue .tca.i5{ top: 262px; }
	.guideline .catalogue .tca.i6{ top: 299px; }
	.guideline .catalogue .tca.i7{ top: 336px; }
	.guideline .catalogue .tca.i8{ top: 372px; }
	.guideline .catalogue .tca.i9{ top: 441px; }
	.guideline .catalogue .tca.i10{ top: 498px; }
	.guideline .catalogue .tca.i11{ top: 537px; }

	.guideline .catalogue .tcb, .guideline .catalogue .tcd{
		display: none;
	}

	.guideline .catalogue .tcc{
		width: 250px;
		left: 334px;
	}

	.guideline .catalogue .tcc.i1{ top: 89px; }
	.guideline .catalogue .tcc.i2{ top: 128px; }
	.guideline .catalogue .tcc.i3{ top: 166px; }
	.guideline .catalogue .tcc.i4{ top: 225px; }
	.guideline .catalogue .tcc.i5{ top: 262px; }
	.guideline .catalogue .tcc.i6{ top: 299px; }
	.guideline .catalogue .tcc.i7{ top: 336px; }
	.guideline .catalogue .tcc.i8{ top: 498px; }
	.guideline .catalogue .tcc.i9{ top: 537px; }

	.guideline .catalogue .tce{ width: 250px; left: 334px; text-align: left; font-size: 15px; }

	.guideline .catalogue .tce.i1{
		top: 375px;
	}

	.guideline .catalogue .tce.i2{
		top: 426px;
	}

	.guideline .catalogue .like{
		left: 498px;
		top: 2px;
	}

	.knowledge{
		padding-top: 20px;
	}

	.paradigm .timesheet{
		min-width: 590px;
	}

	.paradigm .illbg{
		display: none;
	}

	.demand{
		display: block;
		padding: 40px 0;
	}

	.demand .warning h2{
		display: block;
		text-align: center;
	}

	/*21項 完整給付項目 start*/

	.benefit table{

		border-radius: 20px 20px 0 0;
	}

	.benefit table thead tr td{
		padding: 6px;
		font-size: 18px;
	}

	.benefit table tbody tr td{
		padding: 3px 1px;

		font-size: 14px;
	}

	.benefit table tbody tr:nth-child(odd) td{
		background: #FFF;
	}

	.benefit table tbody tr td span.num{
		display: inline-block;
		width: 30px;
	}

	.benefit table tbody tr td.xstyle span.extra{
		padding-top: 3px;
		padding-left: 30px;
	}

	/*21項 完整給付項目 end*/

	footer .memo{
		border-bottom: 0px;
	}

	footer .detail{
		margin-bottom: 80px;
		line-height: 22px;
	}
}

/*小於等於575*/
/*mobile*/
@media (max-width: 575px) {

	.character{
		padding: 30px 0 10px 0;
	}

	.knowledge{
		padding: 30px 0 10px 0;
	}

	.calculate{
		padding: 30px 0 30px 0;
	}

	.guideline{
		padding: 30px 0 30px 0;
	}

	.paradigm{
		padding: 30px 0 15px 0;
	}

	.demand .pannel{
		width: calc(591px * 0.6);
		height: calc(696px * 0.6);
		padding: 122px 30px 0 30px;
		background: url("../images/demand_m_pannel.png") no-repeat top center;
		background-size: 100% auto;
	}

	.demand .pannel .group{
		padding-bottom: 10px;

		font-size: 18px;
	}

	.demand .pannel .group span.title{
		padding-right: 2px;
		font-size: 18px;
	}

	.demand .pannel .group .item:first-child{
		padding-right: 12px;
	}

	.demand .pannel .group label.forsex{
		padding-right: 15px;
		font-size: 18px;
	}

	.demand .pannel .group input[type='text']{
		font-size: 20px;
		height: 34px;
	}

	.demand .pannel .group select{
		width: 100px;
		height: 34px;

		font-size: 20px;
	}

	.demand .pannel .group input[type='radio']{
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}

	.demand .pannel .group input[type='radio']:checked::after{
		width: 26px;
		height: 26px;
	}

	.demand .pannel .group label.agreement{
		margin-bottom: 5px;
		line-height: 20px;
		cursor: pointer;
		font-size: 18px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.demand .pannel .group label.agreement input[type='checkbox']{
		width: 30px;
		height: 30px;

		margin-top: 0px;
	}

	.demand .pannel .group label.agreement input[type='checkbox']:checked::after{
		width: 26px;
		height: 26px;
	}

	.demand .pannel .group label.agreement .memo{
		padding-left: 7px;
		line-height: 24px;
		letter-spacing: 0px;
		font-size: 16px;
	}

	.demand .pannel .sendbtn a{
		margin: 3px auto 0;
	}

	.popinner span.title{
		padding: 10px 15px;
		font-size: 22px;
	}

	.popinner .info{
		display: block;

		padding: 20px 20px;
	}

	.popinner .info .content{

		padding-top: 20px;

		font-size: 18px;
		line-height: 26px;
		text-align: left;
	}

	.popinner .info .people img{
		max-width: 160px;
	}

	.popinner .sharegroup .item img{
		width: 60px;
		margin: 0 auto;
	}

	.popinner .btn{
		width: 240px;
	}

	.popinner .btn a{
		font-size: 22px;
	}

	.popinner .btn a img{
		width: 20px;
	}

	.popinner .memo{
		padding: 20px;
		line-height: 22px;
	}

	.demand .warning{
		width: 100%;
		padding-top: 0;
	}

	.demand .warning h2{
		letter-spacing: 0;
		line-height: 1.5;
		font-size: 18px;
		padding-top: 15px;
		margin: 0;
	}

	.stickybottom a{
		width: 40%;
    padding: 10px;
    margin: 0 5px;
    font-size: 22px;
	}

}

@media (max-width: 480px) {

	.lihsi-pad{
		display: none !important;
	}
	
	.lihsi-small-mobile{
		display: block !important;
	}

	.kv .theater p.memo{
		font-size: 11px;
		bottom: 10px;
		padding: 0 0 0 15px;
	}

	.character p.example{
		font-size: 14px;
		margin-bottom: 10px;
	}

	.character .group .item .outline{
		padding: 10px;
	}

	.character .group .item .outline .cover{
		width: 60px;
	}

	.character .group .item .outline .info .title{
		font-size: 20px;
	}

	.character .group .item .outline .info .title span.highlight{
		font-size: 28px;
	}

	.character .group .item .outline .info .title span.highlight.m-normal{
		font-size: 20px;
	}

	.character .group .item .outline .info .memo span.highlight{
		font-size: 26px;
	}

	.character .group .item .outline .info .memo{
		font-size: 16px;
	}

	.character .group .item .detail{
		padding: 15px;
		font-size: 16px;
	}

	.character .group .item .outline .info .memo span.extra{
		font-size: 13px;
	}

	.character .group .item .detail span.extra{
		font-size: 11px;
	}

	.character .group .item .detail .treat{
		justify-items: center;
		padding-top: 15px;
	}

	.character .group .item .detail .treat .left, .character .group .item .detail .treat .right{
		width: 45%;
	}

	.character .group .item .detail .treat .left img, .character .group .item .detail .treat .right img{
		width: 100%;
	}

	.character .group .item .detail .treat .center{
		padding: 0 5px;
		width: 10%;
	}

	.character .group .item .detail .treat .center img{
		margin: 5px auto;
	}

	.knowledge .group{
		padding-top: 70px;
	}

	.knowledge .group::before{
		width: 220px;
		height: 75px;
		top: 0;
		left: calc(50% - 110px);

		background-repeat: no-repeat;
	}

	.knowledge .group .item .question .title{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.knowledge .group .item .question .intro{
		font-size: 16px;
	}

	.knowledge .group .item .advantage{
		padding: 10px 20px;
	}

	.knowledge .group .item .advantage .title{
		font-size: 18px;
		padding-bottom: 5px;
	}

	.knowledge .group .item .advantage .memo{
		font-size: 18px;
	}

	.knowledge .group .item .advantage .memo span.highlight{
		font-size: 26px;
	}

	.knowledge .group .item .advantage .memo span.extra{
		font-size: 13px;
	}

	.guideline p.example-memo{
		width: 100%;
		font-size: 16px;
		padding-bottom: 0;
		line-height: 1.2;
	}

	.guideline p.example-memo i.heavytxt{
		font-size: 24px;
	}

	.guideline p.unit{
		width: 360px;
	}

	.guideline .notice{
		width: 360px;
		line-height: 1.2;
	}

	.guideline .catalogue{
		width: 360px;
	}

	.guideline .catalogue .tahead{
		font-size: 15px;
	}

	.guideline .catalogue .tahead.i1{
		left: 30px;
		top: 20px;
		width: 152px;

		font-size: 15px;
	}

	.guideline .catalogue .tahead.i3{
		left: 260px;
		top: 20px;
	}

	.guideline .catalogue .like{
		width: calc(45px * 0.5);
		height: calc(38px * 0.5);
		top: 2px;
		left: 310px;
	}

	.guideline .catalogue .tbhead{
		width: 37px;
		left: 6px;
		font-size: 13px;
	}

	.guideline .catalogue .tbhead.i1{ top: 80px;}
	.guideline .catalogue .tbhead.i2{ top: 156px;}
	.guideline .catalogue .tbhead.i3{ top: 278px;}
	.guideline .catalogue .tbhead.i4{ top: 366px;}

	.guideline .catalogue .tca, .guideline .catalogue .tcb, .guideline .catalogue .tcc, .guideline .catalogue .tcd, .guideline .catalogue .tce{
		font-size: 13px;
	}

	.guideline .catalogue .tca span.extra{
		font-size: 10px;
		color: #000;
	}

	.guideline .catalogue .tca span.highlight{
		color: #f95319;
	}

	.guideline .catalogue .tca{ width: 155px; left: 45px;}

	.guideline .catalogue .tca.i1{ top: 54px; }
	.guideline .catalogue .tca.i2{ top: 90px; }
	.guideline .catalogue .tca.i3{ top: 114px; }
	.guideline .catalogue .tca.i4{ top: 151px; }
	.guideline .catalogue .tca.i5{ top: 174px; }
	.guideline .catalogue .tca.i6{ top: 197px; }
	.guideline .catalogue .tca.i7{ top: 219px; }
	.guideline .catalogue .tca.i8{ top: 243px; }
	.guideline .catalogue .tca.i9{ top: 304px; }
	.guideline .catalogue .tca.i10{ top: 354px; }
	.guideline .catalogue .tca.i11{ top: 378px; }

	.guideline .catalogue .tcc{
		width: 120px;
		left: 220px;
	}

	.guideline .catalogue .tcc.i1{ top: 60px; }
	.guideline .catalogue .tcc.i2{ top: 90px; }
	.guideline .catalogue .tcc.i3{ top: 121px; }
	.guideline .catalogue .tcc.i4{ top: 151px; }
	.guideline .catalogue .tcc.i5{ top: 174px; }
	.guideline .catalogue .tcc.i6{ top: 197px; }
	.guideline .catalogue .tcc.i7{ top: 219px; }
	.guideline .catalogue .tcc.i8{ top: 354px; }
	.guideline .catalogue .tcc.i9{ top: 378px; }

	.guideline .catalogue .tce{ width: 150px; left: 206px; font: 9px; }

	.guideline .catalogue .tce.i1{ top: 243px; }
	.guideline .catalogue .tce.i2{ top: 278px; }

	.guideline .catalogue .tce span.extra{
		font-size: 9px;
	}

	.paradigm p.chs-memo{
		font-size: 16px;
	}

	.paradigm .outline .role{
		width: calc(101px * 0.6);
	}

	.paradigm .outline .detail{
		font-size: 14px;
	}

	.paradigm .outline .detail span.highlight{
		font-size: 18px;
	}

	.paradigm .timesheet{
		width: 340px;
		padding-top: 40px;
		min-width: auto;
		margin: 0 auto;
	}

	.paradigm .timesheet button.icon{
		width: calc(98px * 0.5);
		height: calc(106px * 0.5);
		cursor: pointer;
  	touch-action: manipulation;
	}

	.paradigm .timesheet button.icon.i1{
		top: 15px;
		left: -8px;
	}

	.paradigm .timesheet button.icon.i2{
		top: 15px;
		left: 94px;
	}

	.paradigm .timesheet button.icon.i3{
		top: 15px;
		left: 196px;
	}

	.paradigm .timesheet button.icon.i4{
		top: 15px;
		left: 297px;
	}

	.paradigm .pannel{
		padding: 15px;
	}

	.paradigm .pannel .item{
		min-height: 440px;
		width: 100%;
	}

	.paradigm .pannel .item .info .inner{
		padding: 5px 24px;
		font-size: 16px;
	}

	.paradigm .pannel .item .info .inner span.title{
		font-size: 13px;
	}

	.paradigm .pannel .info{
		padding: 20px 0px;
	}

	.paradigm .pannel .item .result{
		font-size: 14px;
	}

	.paradigm .pannel .item .result .money{
		font-size: 18px;
	}

	.paradigm .pannel .item .result .money span.highlight{
		font-size: 26px;
	}

	.paradigm .pannel .maintitle{
		font-size: 16px;
	}



	.paradigm .pannel .info .circumstance{
		padding-top: 15px;
	}

	.paradigm .pannel .info span.outline{
		font-size: 18px;
		line-height: 1.4;
	}

	.paradigm .pannel .maintitle span.highlight{
		font-size: 28px;
	}

	.paradigm .pannel .info .circumstance .tables .tthead .sub{
		padding: 5px;
		font-size: 16px;
	}

	.paradigm .pannel .info .circumstance .tables .group .sub{
		padding: 5px;
		font-size: 16px;
	}

	.paradigm .pannel .info .circumstance .title{
		font-size: 18px;
		line-height: 1.3;
	}

	.paradigm .pannel .maintitle{
		padding-top: 0px;
		padding-bottom: 30px;
	}

	.paradigm .pannel .maintitle span.unit{
		bottom: auto;
		top: 40px;
		right: 10px;
		font-size: 13px;
	}

	.paradigm .pannel .info .circumstance .tables .result{
		font-size: 16px;
	}

	.paradigm .pannel .info .circumstance .tables .result span.highlight{
		font-size: 22px;
	}

	.paradigm .pannel .info .circumstance span.item{
		font-size: 14px;
	}

	.paradigm .pannel .info .circumstance .tables .tthead .sub:first-child{
		width: 188px;
	}
	.paradigm .pannel .info .circumstance .tables .group .sub:first-child{
		width: 188px;
	}

	.paradigm .pannel .info .circumstance .tables.style-spec-1 .tthead .sub:first-child{
		width: 91px;
	}

	.paradigm .pannel .info .circumstance .tables.style-spec-1 .group .sub:first-child{
		width: 91px;
	}

	.character .maincontent{
		width: 360px;
	}

	.character .maincontent p.mutter{
		margin-bottom: 5px;
	}

	.character .maincontent table.disease thead tr th{
		font-size: 20px;
	}

	.character .maincontent table.disease tbody tr.subject td .group .intro{
		font-size: 18px;
	}

	.character .maincontent table.disease tbody tr.subject td .group .intro span.highlight{
		font-size: 23px;
	}

	.character .maincontent table.disease tbody tr.subject td .group .icon{
		padding-right: 3px;
		width: 36px;
	}

	.character .maincontent table.disease tbody tr.memo td{
		padding: 5px 10px;
		font-size: 14px;
	}

	.character .maincontent table.disease tbody tr.subject td .group .intro span.extra{
		font-size: 11px;
	}

	.character .group .item .detail p.small{
		margin-top: 10px;
	}

	.calculate .maincontent{
		width: calc(100% - 30px);
		padding: 20px 10px 10px 10px;
	}

	.calculate .step .milestone{
		margin: 0 0 40px 0;
	}

	.calculate .step.spec .milestone{
		margin: 0 0 20px 0;
	}

	.calculate .step .formobj .formdetail .item.male::after{
		width: calc(76px * 0.8);
		height: calc(62px * 0.8);
	}

	.calculate .step .formobj .formdetail .item.female::after{
		width: calc(76px * 0.8);
		height: calc(62px * 0.8);
	}

	.calculate .step{
		padding: 15px 10px 30px 10px;
	}

	.calculate .step .formobj{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.calculate .step .formobj .formtitle{
		font-size: 16px;
	}

	.calculate .step .formobj .formdetail .sex .item{
		width: calc(46% - 6px);
		padding: 10px 12px 10px 0;
		font-size: 16px;
	}

	.calculate .step .formbtn{
		padding-top: 0px;
	}

	.calculate .step .formobj .plan .item label .memo{
		font-size: 14px;
	}

	.calculate .step .formobj .plan .item label span{
		font-size: 14px;
	}

	.calculate .step .formobj .formdetail{
		padding-top: 0px;
	}

	.calculate .step .formobj .formdetail .result span.showtitle{
		padding: 15px 8px;
		font-size: 14px;
	}

	.calculate .step .formobj .formdetail .result .detail .monthpay span.memo{
		font-size: 16px;
	}

	.calculate .step .formobj .formdetail .result .detail .monthpay span.money{
		padding: 6px;
		font-size: 16px;
	}

	.stickybottom.ahs a{
		width: 40%;
    padding: 10px;
    margin: 0 5px;
    font-size: 22px;
	}

	.demand{
		padding: 30px 0 20px 0;
	}
}

/*小於等於414*/
@media (max-width: 414px) {
	
}

/*小於等於380*/
@media (max-width: 380px) {

}



/*小於等於350*/
@media (max-width: 350px) {
}