@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;

	border-bottom: 2px solid #ff6e27;

	background-color: #f6f3e8;
	background: url("../images/kv_bg.jpg");
	background-repeat: repeat;
}

.kv .theater{
	position: relative;

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

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

.kv .theater .slogan{
	position: absolute;
	top: 20px;
	left: calc(50% - 550px);
	width: 749px;
	z-index: 2;
}


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

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

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

.kv .theater .peopletxt{
	position: absolute;
	display: none;
	width: 246px;
	top: 570px;
	left: calc(50% - 420px);
	z-index: 2;
}

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

.kv .theater .signboard{
	position: absolute;
	width: 558px;
	top: 230px;
	left: calc(50% - 570px);
}

.kv .theater .signboardcheck{
	position: absolute;
	display: none;
	width: 32px;
	left: calc(50% - 473px);
	z-index: 2;
}

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

.kv .theater .signboardcheck.c1{
	top: 278px;
}

.kv .theater .signboardcheck.c2{
	top: 328px;
}

.kv .theater .signboardcheck.c3{
	top: 376px;
}

.kv .theater .signboardcheck.c4{
	top: 426px;
}


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

	top: 110px;
	left: calc(50% + 242px);
}

.kv .theater .clapperboard .group{
	position: absolute;
	top: 130px;
	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;
	z-index: 3;
}

.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: 468px;
	left: calc(50% - 350px);

	width: 182px;
	height: 46px;

	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.jpg);
	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% + 245px);
	bottom: 0;
	color: #3b3b3b;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
}

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

	text-align: center;
}

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

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

.summary{
	position: relative;
	padding: 30px 0 0px 0;

	background: #ffdece;
}

.summary .headtitle{
	display: none;
	width: 220px;
	margin: 0 auto;
}

.summary .collection{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 50px 0;
	margin: 0 auto;
	z-index: 2;
}

.summary .collection .item{
	position: relative;
	display: inline-block;
	width: 24.6666666%;
}

.summary .collection .item.vdiable{
	display: none;
}

.summary .collection .item.spec{
	width: 26%;
}

.summary .collection .item a{
	text-decoration: none;
}

.summary .collection .item .block{
	position: relative;
	width: 100%;
}

/*
.summary .collection .item .block:before{
	content: "";
	
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: #cd3457;
	top: 8px;
	left: 8px;
	border-radius: 15px 15px 0 15px;
	z-index: -2;
}
*/

.summary .collection .item .block::after{
	content: "+";
	
	position: absolute;
	padding: 0px 6px 3px 6px;
	background: #ff406e;
	bottom: 0px;
	right: 10px;

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

	color: #FFF;

	z-index: 0;
}

.summary .collection .item .block .detail{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 10px 0 8px;

	border-right: 1px solid #ff2552;

	/*
	border: 2px solid #cd3457;
	border-radius: 15px 15px 0 15px;
	background: #FFF;
	*/
}

.summary .collection .item:last-child .block .detail{
	border-right: 0px;
}

.summary .collection .item .block .detail .icon{
	position: relative;
	width: 60px;
	padding-right: 5px;
}

.summary .collection .item .block .detail .info{
	position: relative;
	flex: 1;
	font-size: 16px;
	letter-spacing: 0;
	color: #ff406e;
}

.summary .collection .item .block .detail .info .title{
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0;
}

.summary .collection .item .block .detail .info .title span.extra{
	font-size: 13px;
	color: #414141;

	letter-spacing: 0;
}

.summary .collection .item .block .detail .info .memo{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0;
}

.summary .collection .item .block .detail .info .memo::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;

	background: red;
}


.summary .collection .item .block .detail .info .memo span.highlight{
	color: #ff2552;
}

.summary .collection .item .block .detail .info .memo span.big{
	font-size: 24px;
}

.summary .collection .item .block .nag{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;

	padding: 16px 12px;
	border: 2px solid #000;
	background: #FFFFFF;

	text-align: left;

	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;

	letter-spacing: 0;
	color: #000000;
	text-decoration: none;

	z-index: 3;

	visibility: hidden;
}

.summary .collection .item a:hover .block .nag{
	visibility: visible;

}

.summary .collection .item .block .nag span.highlight{
	color: #ff2552;
}

.summary .collection .item .block .nag span.extra{
	font-size: 13px;
	color: #808080;
}

.summary .collection .item .block .nag span.extra.spec{
	display: block;
	width: 100%;
	line-height: 1;
	padding-bottom: 6px;
}

.summary .collection .item .block .nag ul{
	margin: 0;
	padding-left: 20px;
}

.summary .tel{
	position: relative;
	width: 80vw;
	margin: 0 auto;
}

.summary .tel img{
	
	width: 100%;
}

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

	background: #ffefd6;
}

.character::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 21px;
	top: -21px;
	left: 0;
	background: url("../images/character_bg_top.jpg") no-repeat center;
	background-size: auto 100%;
	background-repeat: repeat-x;
}

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

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

.character .scenario{
	padding: 0 0px;
}

.character .scenario .item{
	padding-top: 60px;
}

.character .scenario .item.i1{
	padding-top: 0px;
}

.character .scenario .item .role{
	display: flex;
	align-items: center;
}

.character .scenario .item .cover{
	width: 124px;
	margin-left: 60px;
}

.character .scenario .item .title{
	flex: 1;
	display: flex;
	align-items: center;
}

.character .scenario .item .title img{
	height: 61px;
}

.character .scenario .item .detail{
	display: block;
	padding: 20px 40px;
	border-radius: 15px;
	border: 2px solid #ff6e27;
	background: #FFF;
	font-weight: bold;
}

.character .scenario .item .detail .research{
	display: block;

	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000;
}

.character .scenario .item .detail .research span.highlight{
	color: #ff2552;
}

.character .scenario .item .detail .research span.extra{
	font-size: 14px;
	color: #808080;
}

.character .scenario .item .detail{
	display: block;
}

.character .scenario .item .detail hr{

	width: 100%;
	height: 3px;

	padding: 0;
	margin: 15px 0;

	border-top: 3px dashed #ff6e27;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.character .scenario .item .detail .commentary{
	display: flex;
	align-items: center;
}

.character .scenario .item .detail .commentary .facia{
	width: 90px;
}

.character .scenario .item .detail .commentary .memo{
	position: relative;
	flex: 1;
	padding-left: 15px;

	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #000;
}

/*
.character .scenario .item .detail .commentary .memo:before{
	content: "";
	position: absolute;
	width: calc(31px * 0.9);
	height: calc(30px * 0.9);
	top: 10px;
	left: 6px;
	background: url("../images/mainpoint_scenario_check.png");
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: top center !important;
}
*/

.character .scenario .item .detail .commentary .memo span.highlight{
	color: #ff2552;
}

.character .scenario .item .detail .commentary .memo span.big{
	font-size: 28px;
}

.character .scenario .item .detail .commentary .memo span.heavy{
}

.character .scenario .item .detail .commentary .memo span.extra{
	font-size: 14px;
	color: #808080;
}

.calculate{
	position: relative;
	padding: 20px 0 20px 0;
	
	background: #ffdcc6;
}

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

.calculate .illbg{
	position: absolute;
}

.calculate .illbg.i1{ width: 123px; bottom: 120px; left: calc(50% - 500px); }

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

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

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

	padding: 0 50px 50px 50px;
}

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

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

.calculate .step .milestone{

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

	border: 2px solid; #000;
	border-radius: 15px;

	background: #ffdc65;

	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: #FFF;

	border: 2px solid #444;

	cursor: pointer;
}

.calculate .step .formobj .formdetail .sex .item.chs{
	background: #ff7e3f;
	color: #FFF;
}

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

	width: 52px;
	height: 57px;

	left: 15px;
	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: 52px;
	height: 57px;

	left: 15px;
	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.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.calculate .step .formbtn a:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.25s ease;
}


.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{
	padding-bottom: 10px;
}

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

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

	padding-left: 30px;

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

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

	transform: translateY(-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;
	top: 50%;
	left: calc(0% + 4px);

	transform: translateY(-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: #000;
	letter-spacing: 0;
}

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

.calculate .step .formobj .formdetail .result span.showtitle{
	display: inline-block;
	width: 120px;
	padding: 15px;

	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;

	color: #000;

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

	border-radius: 15px;
	border: 3px solid #000;

}

.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;
	letter-spacing: 0;
}

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

.calculate .step .formobj .formdetail .result .detail .monthpay span.money{
	flex: 1;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;

	text-align: right;
	color: #3b3b3b;

	border: 1px solid #000;

	background: #FFF;
}

.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: 40px 0 40px 0;

	background: #f7f7f7;
}

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

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

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

	text-align: center;

	color: #3b3b3b;
}


.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: #000;
}

.guideline .catalogue .tahead.i1{
	width: 312px;
	top: 32px;
	left: 0px;
	text-align: center;

	color: #FFF;
}

.guideline .catalogue .tahead.i2{
	width: 220px;
	top: 16px;
	left: 314px;
	text-align: center;
	color: #36b6b8;
}

.guideline .catalogue .tahead.i3{
	width: 238px;
	top: 16px;
	left: 536px;
	text-align: center;
	color: #fff58b;
}

.guideline .catalogue .tahead.i4{
	width: 218px;
	top: 16px;
	left: 776px;
	text-align: center;
	color: #fff58b;
}

.guideline .catalogue .tbhead{
	position: absolute;

	width: 56px;
	left: 0px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
	color: #ff2552;
	text-align: center;
}

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

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

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

.guideline .catalogue .tbhead span.extra{
	color: #666;
	font-size: 13px;
}

.guideline .catalogue .tca{
	position: absolute;
	width: 250px;
	left: 62px;
	font-size: 18px;
	/*font-weight: bold;*/
	letter-spacing: 0;
	color: #3c3c3c;

	text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.guideline .catalogue .tca.i10{
	top: 606px;
}

.guideline .catalogue .tca.i11{
	width: 306px;
	top: 646px;
	left: 8px;
	text-align: center;
}

.guideline .catalogue .tcb{
	position: absolute;

	width: 218px;

	left: 315px;

	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #ff2552;
	text-align: center;
}

.guideline .catalogue .tcb span.highlight{
	font-size: 20px;
	color: #ff2552;
}

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

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

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

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

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

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

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

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

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

.guideline .catalogue .tcb.i10{
	top: 602px;
}

.guideline .catalogue .tcb.i11{
	top: 654px;
}

.guideline .catalogue .tcc{
	position: absolute;

	width: 238px;

	left: 536px;

	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #ff2552;
	text-align: center;
}

.guideline .catalogue .tcc span.highlight{
	color: #ff2552;
	font-size: 20px;
}

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

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

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

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

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

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

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

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

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

.guideline .catalogue .tcc.i10{
	top: 602px;
}

.guideline .catalogue .tcc.i11{
	top: 654px;
}

.guideline .catalogue .tcd{
	position: absolute;

	width: 218px;

	left: 776px;

	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	color: #ff2552;
	text-align: center;
}

.guideline .catalogue .tcd span.highlight{
	font-size: 20px;
	color: #ff2552;
}

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

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

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

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

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

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

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

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

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

.guideline .catalogue .tcd.i10{
	top: 602px;
}

.guideline .catalogue .tcd.i11{
	top: 654px;
}


.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 .notice{
	width: 1000px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 14px;
	color: #000;
	letter-spacing: 0;
}

.paradigm{
	position: relative;
	padding: 20px 0 0px 0;

	background: #fcf2d1;
}

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

.paradigm .illbg{
	position: absolute;
}

.paradigm .illbg.i1{ bottom: 120px; left: calc(50% + 350px); width: 269px; }

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

.paradigm .outline{
	position: relative;
	padding-bottom: 10px;
}

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

.paradigm .outline .detail{
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	color: #444;

	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
}

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

.paradigm .timesheet img.line{
	width: 100%;
	max-width: 410px;
	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: calc(50% - 222px);
	background: url("../images/paradigm_timesheet_year_32.png") no-repeat top center;
}

.paradigm .timesheet button.icon.i2{
	top: 36px;
	left: calc(50% - 49px);
	background: url("../images/paradigm_timesheet_year_40.png") no-repeat top center;
}

.paradigm .timesheet button.icon.i3{
	top: 36px;
	left: calc(50% + 124px);
	background: url("../images/paradigm_timesheet_year_50.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: 540px;
	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 40px;
}

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

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

.paradigm .pannel .item .info .inner span.extra.spec{
	display: block;
	margin-top: -5px;
	padding-bottom: 5px;
}

.paradigm .pannel .item .info .inner span.big{
	font-size: 32px;
}

.paradigm .pannel .item .info .inner table{

  border-collapse: separate;
  width: 100%;
  border-spacing: 0;
  border: 2px solid #ff7e3f;
}

.paradigm .pannel .item .info .inner table th{
	width: 50%;
	padding: 5px;
  background-color: #ff7e3f;
  color: #ffffff;
}

.paradigm .pannel .item .info .inner table td{
  width: 50%;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ff7e3f;
  border-left: 1px solid #ff7e3f;
}

.paradigm .pannel .item .info .inner table tr:nth-of-type(2) td{
  border-top: none;
}

.paradigm .pannel .item .info .inner table tr td:first-child{
  border-left: none;
  text-align: left;
}

.paradigm .pannel .item .info .inner table th{
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
  
.paradigm .pannel .item .info .inner table tr:nth-of-type(1) th {
    border-top: none;
}

.paradigm .pannel .item .info .inner table tr:first-child th:first-child {
  border-top: none;
  border-left: none;
}

.paradigm .pannel .item .info .inner table tr:last-of-type{
  border-bottom: 2px solid #6b675d;
}


.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 .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;
}

.paradigm .illmoneybg{
	width: 160px;
	padding: 5px 40px;
}

.htag{
	padding: 0 0 30px 0;
	margin: 0;
	background: #fcf2d1;
}

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


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

	background: #ffe4c9;
}


.demand::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 30px;
	top: 0px;
	left: 0;
	background: url("../images/demand_bg_top.jpg") 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.jpg") 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: 530px;
	}

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

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

	.kv .theater .signboard{
		width: calc(558px * 0.8);
		left: calc(50% - 480px);
		top: 200px;
	}

	.kv .theater .peopletxt{
		width: calc(246px * 0.8);
		top: 480px;
		left: calc(50% - 360px);
	}

	.kv .theater .people{
		width: calc(440px * 0.8);
		left: calc(50% - 140px);
	}

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

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

	.kv .theater a.calcbtn{
		width: calc(182px * 0.8);
		height: calc(46px * 0.8);
		top: 390px;
		left: calc(50% - 310px);
	}

	.kv .theater .signboardcheck{
		width: calc(32px * 0.8);
		left: calc(50% - 406px);
	}

	.kv .theater .signboardcheck.c1{
		top: 238px;
	}

	.kv .theater .signboardcheck.c2{
		top: 278px;
	}

	.kv .theater .signboardcheck.c3{
		top: 317px;
	}

	.kv .theater .signboardcheck.c4{
		top: 356px;
	}

	.kv .theater p.memo{
		left: calc(50% + 196px);
		margin-bottom: 10px;
		font-size: 13px;
	}

	.summary .collection .item .block::after{
		right: 5px;
	}

	.summary .collection .item .block .detail{
		padding: 0 4px 0 2px;
	}

	.summary .collection .item .block .detail .icon{
		width: 46px;
	}

	.summary .collection .item .block .detail .info .title{
		font-size: 18px;
	}

	.summary .collection .item .block .detail .info .memo{
		font-size: 14px;
	}

	.summary .collection .item .block .detail .info .memo span.big{
		font-size: 20px;
	}

	.summary .collection .item .block .nag{
		padding: 8px 6px;
		font-size: 14px;
	}

	.summary .collection .item .block .nag span.extra{
		font-size: 11px;
	}

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

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

	.character .scenario .item{
		padding-top: 30px;
	}

	.character .scenario .item .cover{
		width: calc(124px * 0.8);
	}

	.character .scenario .item.i1{
		padding-top: 10px;
	}

	.character .scenario .item.i2 .title{
		max-width: calc(713px * 0.7);
	}

	.character .scenario .item.i3 .title{
		max-width: calc(641px * 0.7);
	}

	.character .scenario .item .title img{
		height: calc(61px * 0.8);
	}

	.character .scenario .item .detail{
		padding: 20px 30px;
	}

	.character .scenario .item .detail .research{
		font-size: 18px;
	}

	.character .scenario .item .detail .research span.extra{
		font-size: 13px;
	}

	.character .scenario .item .detail hr{
		margin: 10px 0;
	}

	.character .scenario .item .detail .commentary .facia{
		width: calc(90px * 0.8);
	}

	.character .scenario .item .detail .commentary .memo{
		padding-left: 20px;
		font-size: 18px;
	}

	/*
	.character .scenario .item .detail .commentary .memo:before{
		width: calc(31px * 0.7);
		height: calc(30px * 0.7);
		top: 13px;
		left: 10px;
	}
	*/

	.character .scenario .item .detail .commentary .memo span.big{
		font-size: 26px;
	}

	.character .scenario .item .detail .commentary .memo span.extra{
		font-size: 13px;
	}

	.character .scenario .item .detail .tool .headline .child{
		font-size: 16px;
	}

	.character .scenario .item .detail .tool .genus .child{
		font-size: 16px;
	}

	.character .scenario .item .detail hr{
		height: 2px;
		border-top: 2px dashed #ff6e27;
	}

	.calculate{
		padding-bottom: 20px;
	}

	.character .scenario .item .detail .tool{
		margin-top: 15px;
	}

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

	.calculate .maincontent{
		margin-top: 20px;
	}

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

	.guideline p.example-memo{
		font-size: 16px;
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

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

	.guideline .catalogue{
		width: 790px;
	}

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

	.guideline .catalogue .tahead.i1{
		width: 246px;
		top: 26px;
		left: 0px;
	}

	.guideline .catalogue .tahead.i2{
		width: 174px;
		top: 14px;
		left: 248px;
	}

	.guideline .catalogue .tahead.i3{
		width: 188px;
		top: 14px;
		left: 424px;
	}

	.guideline .catalogue .tahead.i4{
		width: 172px;
		top: 14px;
		left: 612px;
	}

	.guideline .catalogue .tbhead{
		font-size: 15px;
		width: 44px;
		left: 0px;
	}

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

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

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

	.guideline .catalogue .tbhead span.extra{
		font-size: 11px;
	}

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

	.guideline .catalogue .tca{ width: 200px; left: 50px; }

	.guideline .catalogue .tca.i1{ top: 74px; }
	.guideline .catalogue .tca.i2{ top: 110px; }
	.guideline .catalogue .tca.i3{ top: 147px; }
	.guideline .catalogue .tca.i4{ top: 182px; }
	.guideline .catalogue .tca.i5{ top: 218px; }
	.guideline .catalogue .tca.i6{ top: 256px; }
	.guideline .catalogue .tca.i7{ top: 308px; }
	.guideline .catalogue .tca.i8{ top: 375px; }
	.guideline .catalogue .tca.i9{ top: 426px; }
	.guideline .catalogue .tca.i10{ top: 478px; }
	.guideline .catalogue .tca.i11{ top: 508px;  width: 248px; left:0 }

	.guideline .catalogue .tca span.extra{
		font-size: 11px;
	}

	.guideline .catalogue .tcb{ width: 174px; left: 248px; }
	.guideline .catalogue .tcb span.highlight{
		font-size: 16px;
	}

	.guideline .catalogue .tcb.i1{ top: 73px; }
	.guideline .catalogue .tcb.i2{ top: 109px; }
	.guideline .catalogue .tcb.i3{ top: 144px; }
	.guideline .catalogue .tcb.i4{ top: 181px; }
	.guideline .catalogue .tcb.i5{ top: 218px; }
	.guideline .catalogue .tcb.i6{ top: 260px; }
	.guideline .catalogue .tcb.i7{ top: 320px; }
	.guideline .catalogue .tcb.i8{ top: 381px; }
	.guideline .catalogue .tcb.i9{ top: 433px; }
	.guideline .catalogue .tcb.i10{ top: 476px; }
	.guideline .catalogue .tcb.i11{ top: 517px; }

	.guideline .catalogue .tcc{ width: 190px; left: 423px; }
	.guideline .catalogue .tcc span.highlight{
		font-size: 16px;
	}

	.guideline .catalogue .tcc.i1{ top: 73px; }
	.guideline .catalogue .tcc.i2{ top: 109px; }
	.guideline .catalogue .tcc.i3{ top: 144px; }
	.guideline .catalogue .tcc.i4{ top: 181px; }
	.guideline .catalogue .tcc.i5{ top: 218px; }
	.guideline .catalogue .tcc.i6{ top: 260px; }
	.guideline .catalogue .tcc.i7{ top: 320px; }
	.guideline .catalogue .tcc.i8{ top: 381px; }
	.guideline .catalogue .tcc.i9{ top: 433px; }
	.guideline .catalogue .tcc.i10{ top: 476px; }
	.guideline .catalogue .tcc.i11{ top: 517px; }

	.guideline .catalogue .tcd{ width: 176px; left: 612px; }
	.guideline .catalogue .tcd span.highlight{
		font-size: 16px;
	}

	.guideline .catalogue .tcd.i1{ top: 73px; }
	.guideline .catalogue .tcd.i2{ top: 109px; }
	.guideline .catalogue .tcd.i3{ top: 144px; }
	.guideline .catalogue .tcd.i4{ top: 181px; }
	.guideline .catalogue .tcd.i5{ top: 218px; }
	.guideline .catalogue .tcd.i6{ top: 260px; }
	.guideline .catalogue .tcd.i7{ top: 320px; }
	.guideline .catalogue .tcd.i8{ top: 381px; }
	.guideline .catalogue .tcd.i9{ top: 433px; }
	.guideline .catalogue .tcd.i10{ top: 476px; }
	.guideline .catalogue .tcd.i11{ top: 517px; }

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

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

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

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

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

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

	.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: 38px;
		left: 82px;
	}

	.paradigm .timesheet button.icon.i2{
		top: 38px;
		left: 256px;
	}

	.paradigm .timesheet button.icon.i3{
		top: 38px;
		left: 428px;
	}

	.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;
		font-size: 18px;
	}

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

	.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: 11px;
		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: 380px;
	}

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

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

	.kv .theater .peopletxt{
		width: calc(246px * 0.6);
		top: 340px;
		left: calc(50% - 315px);
	}

	.kv .theater .people{
		width: calc(440px * 0.6);
		left: calc(50% - 150px);
	}

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

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

	.kv .theater .clapperboard .group{
		top: 96px;
		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 .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 .signboard{
		width: calc(558px * 0.6);
		left: calc(50% - 406px);
		top: 136px;
	}

	.kv .theater .signboardcheck{
		width: calc(32px * 0.6);
		left: calc(50% - 349px);
	}

	.kv .theater .signboardcheck.c1{
		top: 165px;
	}

	.kv .theater .signboardcheck.c2{
		top: 195px;
	}

	.kv .theater .signboardcheck.c3{
		top: 224px;
	}

	.kv .theater .signboardcheck.c4{
		top: 254px;
	}

	.kv .theater a.calcbtn{
		width: calc(182px * 0.55);
		height: calc(46px * 0.55);
		top: 280px;
		left: calc(50% - 266px);
		padding: 4px 10px 0 10px;
	}

	.kv .theater p.memo{
		left: calc(50% + 130px);
		font-size: 9px;
	}

	.summary .collection .item .block::after{
		font-size: 12px;
		padding: 3px 6px;
	}

	.summary .collection .item .block .detail .icon{
		width: 28px;
	}

	.summary .collection .item .block .detail .info .title{
		font-size: 14px;
	}

	.summary .collection .item .block .detail .info .memo{
		font-size: 12px;
		padding-top: 0;
	}

	.summary .collection .item .block .detail .info .memo span.big{
		font-size: 15px;
	}

	.summary .collection .item .block .nag{
		font-size: 12px;
		padding: 10px;
		line-height: 1.2;
	}

	.summary .collection .item .block .nag span.extra{
		font-size: 9px;
	}

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

	.calculate .illbg.i1{
		width: calc(123px * 0.8);
		left: calc(50% - 360px);
	}

	.guideline{
		padding-top: 40px;
	}

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

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

	.paradigm .illbg.i1{
		width: calc(269px * 0.8);
		left: calc(50% + 290px);
		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;
		border: 0;
	}

	.kv .theater{
		height: 115vw;
	}

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

	.kv .theater .slogan{
		width: 86%;
		top: 1vw;
		left: 2%;
		z-index: 2;
	}

	.kv .theater .peopletxt{
		position: relative;
		top: 94vw;
		width: 46%;
		left: 2%;
	}

	.kv .theater .people{
		width: 68%;
		left: calc(50% - 12%);
		right: 0;
		bottom: 0;
	}

	@keyframes kvFadeIn {
		0% {
	    opacity: 0;
	    left: calc(50% - 20%);
	  }
	  100% {
	    opacity: 1;
	    left: calc(50% - 12%);
	    right: 0;
	  }
	}

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

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

	.kv .theater .signboard{
		width: 62%;
		left: 2%;
		top: 38vw;
	}

	.kv .theater .signboardcheck
	{
		width: 5.5vw;
		left: 4%;
	}

	.kv .theater .signboardcheck.c1{
		top: 45vw;
	}

	.kv .theater .signboardcheck.c2{
		top: 53.3vw;
	}

	.kv .theater .signboardcheck.c3{
		top: 61.5vw;
	}

	.kv .theater .signboardcheck.c4{
		top: 70vw;
	}

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

	.summary{
		position: relative;
		padding: 30px 0 30px 0;

		background: #f2f0ed;
	}

	.summary::before{
		content: "";
		position: absolute;
		width: 100%;
		height: 25px;
		top: 0px;
		left: 0;
		background: url("../images/summary_bg_top_m.jpg") no-repeat center;
		background-size: auto 100%;
		background-repeat: repeat-x;
	}

	.summary .headtitle{
		display: block;
	}

	.summary .ill-people{
		display: none !important;
	}

	.summary .collection{
		flex-wrap: wrap;
		padding: 20px;
	}

	.summary .collection .item{
		width: 100%;
		margin-bottom: 30px;

		border-radius: 15px;
		border-right: 0;

		border: 2px solid #ff6e27;

		overflow: hidden;
	}

	.summary .collection .item.spec{
		width: 100%;
	}

	.summary .collection .item.vdiable{
		display: block;
	}

	.summary .collection .item:last-child{
		margin-bottom: 0;
	}

	.summary .collection .item .block::after{
		display: none;
	}

	.summary .collection .item .block .detail .icon{
		width: 70px;
		padding-right: 10px;
	}

	.summary .collection .item .block .detail{
		padding: 20px;
		background: #ffdece;

		border: 0;

		border-bottom: 2px solid #ff6e27;
	}

	.summary .collection .item .block .detail .info{
		flex: none;
		width: 300px;
	}

	.summary .collection .item .block .detail .info .title{
		font-size: 26px;
	}

	.summary .collection .item .block .detail .info .memo{
		font-size: 20px;
	}

	.summary .collection .item .block .detail .info .memo::after{
		display: none;
	}

	.summary .collection .item .block .detail .info .memo span.big{
		font-size: 26px;
	}

	.summary .collection .item .block .nag{
		position: relative;
		display: block;
		font-size: 20px;
		line-height: 1.5;
		padding: 20px;


		border: 0;

		visibility: visible;
		z-index: 0;
	}

	.summary .collection .item .block .nag span.extra{
		font-size: 13px;
	}

	.summary .collection .item .block .nag span.extra.spec{
		display: inline-block;
		width: auto;
		padding-bottom: 0;
	}

	.character::before{
		height: 19px;
		top: -19px;
		background: url("../images/character_bg_top_m.jpg") no-repeat center;
	}

	.character .headtitle{
		width: 572px;
	}

	.character .scenario .item .cover{
		width: calc(124px * 0.6);
		margin-left: 30px;
	}

	.character .scenario .item.i1{
		padding-top: 30px;
	}

	.character .scenario .item{
		padding-top: 20px;
	}

	.character .scenario .item .title img{
		height: calc(90px * 0.8);
	}

	.character .scenario .item .detail .commentary .facia{
		width: calc(90px * 0.8);
	}

	.calculate .headtitle{
		width: 220px;
	}

	.calculate .illbg{
		display: none;
	}

	.guideline .headtitle{
		width: 220px;
	}

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

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

	.guideline p.example-memo{
		padding-left: 30px;
		text-align: left;
		font-size: 20px;
	}

	.guideline .catalogue{
		width: 587px;
	}

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

	.guideline .catalogue .tahead.i1{
		width: 346px;
		top: 32px;
		left: 0px;
	}

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

	.guideline .catalogue .tahead.i2{
		width: 234px;
		top: 22px;
		left: 348px;
		color: #fff58b;
	}

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

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

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

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

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

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

	.guideline .catalogue .tca.i1{ top: 104px; }
	.guideline .catalogue .tca.i2{ top: 157px; }
	.guideline .catalogue .tca.i3{ top: 207px; }
	.guideline .catalogue .tca.i4{ top: 258px; }
	.guideline .catalogue .tca.i5{ top: 308px; }
	.guideline .catalogue .tca.i6{ top: 362px; }
	.guideline .catalogue .tca.i7{ top: 434px; }
	.guideline .catalogue .tca.i8{ top: 525px; }
	.guideline .catalogue .tca.i9{ top: 599px; }
	.guideline .catalogue .tca.i10{ top: 670px; }
	.guideline .catalogue .tca.i11{ top: 716px; width: 346px; }

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

	.guideline .catalogue .tcb{
		width: 234px;
		left: 348px;
		font-size: 18px;
	}

	.guideline .catalogue .tcb span.highlight{
		font-size: 22px;
	}

	.guideline .catalogue .tcb.i1{ top: 102px; }
	.guideline .catalogue .tcb.i2{ top: 155px; }
	.guideline .catalogue .tcb.i3{ top: 205px; }
	.guideline .catalogue .tcb.i4{ top: 256px; }
	.guideline .catalogue .tcb.i5{ top: 306px; }
	.guideline .catalogue .tcb.i6{ top: 365px; }
	.guideline .catalogue .tcb.i7{ top: 450px; }
	.guideline .catalogue .tcb.i8{ top: 532px; }
	.guideline .catalogue .tcb.i9{ top: 605px; }
	.guideline .catalogue .tcb.i10{ top: 670px; }
	.guideline .catalogue .tcb.i11{ top: 726px;}

	/*
	.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;
	}
	*/

	.paradigm .headtitle{
		width: 220px;
	}

	.paradigm .heavytxt{
		display: none;
	}

	.paradigm .outline{
		padding-bottom: 0;
	}

	.paradigm .outline .detail{
		bottom: 5px;
	}

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

	.paradigm .illbg{
		display: none;
	}

	.htag{
		background: #ffe4c9;
	}

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

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

	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;
	}

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

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

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

	.demand .pannel{
		width: calc(610px * 0.6);
		height: calc(724px * 0.6);
		padding: 132px 28px 0 28px;
		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{
		height: 135vw;
	}

	.kv .theater .slogan{
		width: 90%;
		top: 2.5vw;
		left: 2%;
	}

	.kv .theater .signboard{
		width: 64%;
	}

	.kv .theater .people{
		width: 77%;
		left: calc(50% - 15%);
	}

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

	.kv .theater .peopletxt{
		top: 100vw;
		width: 42%;
	}

	.kv .theater .signboardcheck.c1{
		top: 50.4vw;
	}

	.kv .theater .signboardcheck.c2{
		top: 58.9vw;
	}

	.kv .theater .signboardcheck.c3{
		top: 67.4vw;
	}

	.kv .theater .signboardcheck.c4{
		top: 76vw;
	}

	.kv .theater .signboard{
		top: 43vw;
	}

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

	.header-phone{
		padding: 10px 10px 5px 10px;
	}

	.header-phone a.tel{
		width: 76%;
		margin-left: -15%; /*20250718客戶硬要跟別的商品不一樣*/
	}

	.summary .headtitle{
		width: calc(220px * 0.62);
	}

	.summary .ill-people{
		display: block !important;
		position: absolute;
		top: 40px;
		left: calc(50% + 70px);
		width: 80px;
	}

	.summary .collection{
		padding: 20px 0;
	}

	.summary .collection .item{
		margin-bottom: 15px;
	}

	.summary .collection .item .block .detail{
		padding: 3vw 5vw;
		justify-content: flex-start;
	}

	.summary .collection .item .block .detail .info{
		width: auto;
	}

	.summary .collection .item .block .detail .info .title{
		font-size: 22px;
	}

	.summary .collection .item .block .detail .info .memo{
		padding-bottom: 0;
		font-size: 19px;
	}

	.summary .collection .item .block .detail .info .memo span.big{
		font-size: 26px;
	}

	.summary .collection .item .block .detail .icon{
		width: 60px;
		padding-right: 10px;
	}

	.summary .collection .item .block .nag{
		padding: 3vw 5vw;
		font-size: 17px;
		line-height: 6vw;
	}

	.summary .collection .item .block .nag span.extra{
		font-size: 11px;
	}

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

	.character .headtitle{
		width: calc(572px * 0.62);
	}

	.character p.example{
		font-size: 11px;
		margin-bottom: 0px;
	}

	.character .scenario .item .title img{
		height: calc(90px * 0.64);
	}

	.character .scenario .item .detail{
		padding: 15px 15px;
	}

	.character .scenario .item .detail .research{
		font-size: 16px;
	}

	.character .scenario .item .detail .commentary{
		align-items: center;
	}

	.character .scenario .item .detail .commentary .facia{
		width: calc(90px * 0.7);
	}

	.character .scenario .item .detail .commentary .memo span.big{
		font-size: 20px;
	}

	.character .scenario .item .detail .commentary .memo{
		font-size: 16px;
		padding-left: 10px;
		line-height: 1.4;
	}

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

	.character .scenario .item .detail .commentary .memo 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;
	}

	.calculate .headtitle{
		width: calc(220px * 0.62);
	}

	.guideline .headtitle{
		width: calc(220px * 0.62);
	}

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

	.guideline p.unit{
		width: 360px;
		font-size: 11px;
		font-weight: normal;
	}

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

	.guideline .catalogue{
		width: 360px;
	}

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

	.guideline .catalogue .tahead.i1{
		left: 0px;
		top: 20px;
		width: 218px;
		font-size: 15px;
	}

	.guideline .catalogue .tahead.i2{
		width: 140px;
		top: 14px;
		left: 220px;
	}

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

	.guideline .catalogue .tbhead.i1{ top: 80px;}
	.guideline .catalogue .tbhead.i2{ top: 206px;}
	.guideline .catalogue .tbhead.i3{ top: 354px;}

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

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

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

	.guideline .catalogue .tca{ width: 182px; left: 41px;}

	.guideline .catalogue .tca.i1{ top: 64px; }
	.guideline .catalogue .tca.i2{ top: 95px; }
	.guideline .catalogue .tca.i3{ top: 126px; }
	.guideline .catalogue .tca.i4{ top: 156px; }
	.guideline .catalogue .tca.i5{ top: 188px; }
	.guideline .catalogue .tca.i6{ top: 220px; }
	.guideline .catalogue .tca.i7{ top: 263px; }
	.guideline .catalogue .tca.i8{ top: 322px; }
	.guideline .catalogue .tca.i9{ top: 367px; }
	.guideline .catalogue .tca.i10{ top: 409px; }
	.guideline .catalogue .tca.i11{ top: 438px; width: 220px; left: 0px; }

	.guideline .catalogue .tbhead span.extra{
		font-size: 11px;
	}


	.guideline .catalogue .tcb span.highlight{
		font-size: 13px;
	}

	.guideline .catalogue .tcb{
		width: 140px;
		left: 218px;
	}

	.guideline .catalogue .tcb.i1{ top: 64px; }
	.guideline .catalogue .tcb.i2{ top: 95px; }
	.guideline .catalogue .tcb.i3{ top: 126px; }
	.guideline .catalogue .tcb.i4{ top: 156px; }
	.guideline .catalogue .tcb.i5{ top: 188px; }
	.guideline .catalogue .tcb.i6{ top: 225px; }
	.guideline .catalogue .tcb.i7{ top: 275px; }
	.guideline .catalogue .tcb.i8{ top: 327px; }
	.guideline .catalogue .tcb.i9{ top: 372px; }
	.guideline .catalogue .tcb.i10{ top: 409px; }
	.guideline .catalogue .tcb.i11{ top: 446px; }

	.paradigm .headtitle{
		width: calc(220px * 0.62);
	}

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

	.paradigm .outline .role{
		width: 95%;
		margin: 0 auto;
	}

	.paradigm .outline .detail{
		font-size: 13px;
		bottom: 0;
		left: 0;
		padding-left: 15%;
		text-align: left;

	}

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

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

	.paradigm .timesheet button.icon.i1{
		top: 20px;
		left: -2px;
	}

	.paradigm .timesheet button.icon.i2{
		top: 20px;
		left: 128px;
	}

	.paradigm .timesheet button.icon.i3{
		top: 20px;
		left: 258px;
	}

	.paradigm .pannel{
		padding: 15px;
	}

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

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

	.paradigm .pannel .item .info .inner span.big{
		font-size: 22px;
	}

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

	.paradigm .pannel .item .info .inner span.extra{
		font-size: 11px;
	}

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

	.paradigm .illmoneybg{
		width: 80px;
		padding: 5px;
	}

	.paradigm p.unit{
		margin-top: 5px;
	}

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

	.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: 0px 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(52px * 0.8);
		height: calc(57px * 0.8);
	}

	.calculate .step .formobj .formdetail .item.female::after{
		width: calc(52px * 0.8);
		height: calc(57px * 0.8);
	}

	.calculate .step{
		/*padding: 0px 10px 30px 10px;*/
		padding: 0 0 30px 0;
	}

	.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 .formobj .formdetail .result .detail .monthpay span.money i{
		font-size: 18px;
	}

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

	.calculate .step .formobj .plan .item label span{
		font-size: 16px;
	}

	.calculate .step .formobj .plan .item label span i{
		font-size: 18px;
	}

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

	.calculate .step .formobj .formdetail .result span.showtitle{
		width: 110px;
		padding: 15px 8px;
		font-size: 16px;
	}

	.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;
	}

	.htag h1{
		line-height: 1.4;
		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) {

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

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

}



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