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

img.img-height-full{
	height: 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: #0693c2;
}

.kv .theater{
	position: relative;

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

.kv .theater .project{
	position: absolute;
	top: 0px;
	left: calc(50% - 600px);
	width: 194px;
}

.kv .theater .slogan{
	position: absolute;
	width: 703px;
	top: 46px;
	left: calc(50% - 514px);
	z-index: 2;
	opacity: 1;
}

.kv .theater .slogan.show{
	opacity: 0;
	animation: sloganmove 2s forwards; /* forwards 讓動畫停在最後狀態 */
}

@keyframes sloganmove {
    0%{
      transform: scale(0);
      opacity:0;
    }
    50% {
      transform: scale(0);
      opacity:0;
    }
    75% {
      transform: scale(1.05);
      opacity:1;
    }
    100% {
      transform: scale(1);
      opacity:1;
    }
}


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

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

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

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

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

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

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

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

	top: 110px;
	left: calc(50% + 242px);
	z-index: 3;
}

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

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

	width: 184px;
	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.png);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 3;
}

.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 .road{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;

	background: url("../images/kv_ill_road.jpg") !important;
	background-size: auto 100% !important;
	background-repeat: repeat-x !important;
	z-index: 1;
}

.kv .theater .trafficgo{
	position: absolute;
	width: 613px;
	bottom: 90px;
	left: calc(50% + 72px);
	z-index: 1;
}

.kv .theater .trafficlight{
	position: absolute;
	width: 719px;
	bottom: 90px;
	left: calc(50% - 1200px);
	z-index: ;
}

.kv .theater .car{
	position: absolute;
	width: 555px;
	bottom: calc(90px * 0.5);
	left: calc(50% - 300px);
	z-index: 2;
}

.kv .theater .head{
	position: absolute;
	width: 192px;
	bottom: 198px;
	left: calc(50% - 20px);
	z-index: 4;

	/*animation: myheadmove 6s infinite;*/
	animation-name: myheadmove;
	animation-duration: 6s;
	animation-iteration-count: 1; /* 設定動畫只執行一次 */
  animation-fill-mode: forwards; /* 讓動畫停留在最後一幀 */
	animation-delay: 5s;
}

@keyframes myheadmove {
  0% {transform: rotate(0deg);}
  12% {transform: rotate(-10deg);}
  24% {transform: rotate(0deg);}
  36% {transform: rotate(-10deg);}
  48% {transform: rotate(0deg);}
}

.kv .theater .hand{
	position: absolute;
	width: 130px;
	bottom: 190px;
	left: calc(50% - 84px);
	z-index: 3;

	/*animation: myhandmove 6s infinite;*/
	animation-name: myhandmove;
	animation-duration: 6s;
	animation-iteration-count: 1; /* 設定動畫只執行一次 */
  animation-fill-mode: forwards; /* 讓動畫停留在最後一幀 */
	animation-delay: 5s;
	transform-origin: center right; /* 指定旋轉中心，例如左上角 */
}

@keyframes myhandmove {
  0% {transform: rotate(0deg);}
  8% {transform: rotate(-5deg);}
  16% {transform: rotate(0deg);}
  24% {transform: rotate(-5deg);}
  32% {transform: rotate(0deg);}
  40% {transform: rotate(-5deg);}
  48% {transform: rotate(0deg);}
}

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

	text-align: center;
}

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

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

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

	background: #8dc252;
}

.character .headtitle{
	width: 100%;
	text-align: center;
}

.character .headtitle img{
	display: inline-block;
	height: 86px;
}

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

.character .scenario{
	position: relative;
	padding: 0 0px;
	z-index: 1;
}

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

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

.character .scenario .item .detail{
	display: block;
	font-weight: bold;

	border: 2px solid #000;
	background: #FFF;

	box-shadow: 6px 6px 0px 0px rgba(0 ,0 ,0 ,0.1);
}

.character .scenario .item .detail .research{
	position: relative;
	display: block;
	width: 100%;

	padding: 20px 40px;

	border-bottom: 2px solid #000;
	background: #fff78d;

	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.2;
	color: #000;
}

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

.character .scenario .item .detail .research .cover{
	display: block;
	position: absolute;
	width: 83px;

	top: 50%;
	left: calc(50% - 200px);

	transform: translateY(-50%);
}

.character .scenario .item .detail .research .lecture{
	width: 100%;
	text-align: center;
	line-height: 1.3;
}

.character .scenario .item .detail .commentary{
	position: relative;
	flex: 1;

	padding: 30px;

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

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

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

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

.character .popbtn{
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.character .popbtn a{
	display: inline-block;
	width: 307px;
}

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

.statistics{
	position: relative;
	padding: 40px 0;

	background: #ffdcbf;
}

.statistics .headtitle{
	width: 100%;
	text-align: center;
}

.statistics .headtitle img{
	display: inline-block;
	height: 86px;
}

.statistics .subtitle{
	width: 100%;
	padding-top: 20px;
	text-align: center;
}

.statistics .subtitle img{
	display: inline-block;
	height: 39px;
}

.statistics .scenario{
	position: relative;
	padding: 0 0px;
	z-index: 1;
}

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

.statistics .scenario .item:first-child{
	padding-top: 0px;
}

.statistics .scenario .item .role{
	display: flex;
	align-items: flex-end;
}

.statistics .scenario .item .cover{
	width: 136px;
}

.statistics .scenario .item.i2 .cover{
	width: 188px;
}


.statistics .scenario .item .cover img{
	max-width: 100%;
	margin: 0 auto;
}

.statistics .scenario .item.i1 .cover img{
	width: 79px;
}

.statistics .scenario .item.i2 .cover img{
	width: 188px;
}

.statistics .scenario .item.i3 .cover img{
	width: 115px;
}

.statistics .scenario .item .title{
	flex: 1;
	display: flex;
	align-items: center;
	padding-bottom: 30px;
}

.statistics .scenario .item .title img{
	height: 54px;
}

.statistics .scenario .item .detail{
	display: block;
	
	border: 2px solid #000;
	background: #FFF;

	box-shadow: 6px 6px 0px 0px rgba(0 ,0 ,0 ,0.1);

	font-weight: bold;
}

.statistics .scenario .item .detail .research{
	display: block;
	padding: 20px 40px;
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000;
}

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

.statistics .scenario .item .detail .research .piechart{
	width: 447px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.statistics .scenario .item .detail .research .pietable{
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.statistics .scenario .item .detail .research .pietable table{
  border-collapse: collapse;
  width: auto; /* 依內容自動，也可改為100% */
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.statistics .scenario .item .detail .research .pietable th,
.pietable td {
  border: 2px solid #000;
  padding: 8px 12px;
}

/* 表頭第一列底色 */
.statistics .scenario .item .detail .research .pietable thead th{
  background-color: #ffee61; /* 淡黃色，可調整 */
  color: #000;
}

/* 左側第一列底色 */
.statistics .scenario .item .detail .research .pietable tbody th{
  background-color: #fff8a2; /* 淡黃色，可調整 */
  color: #000;
}

/* 內容字體顏色為紅色 */
.statistics .scenario .item .detail .research .pietable tbody td{
  color: #dc164b; /* 亮紅色，可調整 */
}

/* 表格內換行內容居中顯示 */
.statistics .scenario .item .detail .research .pietable td{
  vertical-align: middle;
}

.statistics .scenario .item .detail .intro{
	display: block;
	width: 100%;
	padding: 20px 40px;
	background: #fff8a2;
	overflow-x: hidden;
}

.statistics .scenario .item .detail .intro .medal{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.statistics .scenario .item .detail .intro .medal .icon{
	width: 28px;
}

.statistics .scenario .item .detail .intro .medal span.title{
	display: inline-block;
	flex: none;
	padding: 0 0 0 5px;

	font-size: 24px;
	font-weight: bold;
	color: #58431e;
	letter-spacing: 0;
}

.statistics .scenario .item .detail .intro hr{

	width: 100%;
	height: 3px;

	padding: 0;
	margin: 15px 0;

	border-top: 2px dashed #58431e;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.statistics .scenario .item .detail .intro .commentary{
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: 0 40px;
}



.statistics .scenario .item .detail .intro .commentary .memo{
	position: relative;
	flex: 1;
	padding-left: 40px;
	padding-bottom: 5px;

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

.statistics .scenario .item .detail .intro .commentary .memo span.highlight{
	color: #dc164b;
}

.statistics .scenario .item .detail .intro .commentary .memo span.big{
	font-size: 36px;
	line-height: 0;
}

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

.statistics .scenario .item .detail .intro .commentary .memo .facia{
	position: absolute;
	width: 25px;
	top: 10px;
	left: 0;
}

.calculate{
	position: relative;
	padding: 40px 0;
	
	background: #8dc252;
}

.calculate .illbg{
	position: absolute;
}

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

.calculate .headtitle{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.calculate .headtitle img{
	height: 86px;
	margin: 0 auto;
}

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

	background: #FFF;
	border: 2px solid #000;
	border-top: none;
	box-shadow: 6px 6px 0px 0px rgba(0 ,0 ,0 ,0.1);
}

.calculate .maincontent::before{
	content: "";
	position: absolute;
	width: calc(100% + 30px);
	height: 20px;
	left: 50%;
	top: 0;

	transform: translateX(-50%);
	background: #ff7336;
	border: 2px solid #000;
}

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

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

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

.calculate .step .milestone{

	padding: 10px;
	margin: 0 0px 60px 0px;

	border-bottom: 2px dashed #000;

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

	text-align: center;
}

.calculate .step .milestone.spec{
	margin-bottom: 40px;
}

.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: #dc164b;
	color: #FFF;
}

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

	width: 54px;
	height: 88px;

	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: 54px;
	height: 77px;

	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: 223px;
	height: 54px;

	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: 141px;
}

.calculate .step .formobj .plan .item label span{
	position: relative;
	display: inline-block;
	width: 100%;
	color: #000000;

	padding-bottom: 30px;

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

	text-align: center;
	color: #3b3b3b;
}

.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: 4px;
	left: 50%;

	transform: translateX(-50%);

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

.calculate .step .formobj .plan .item label span i{
	display: inline-block;
	width: 100%;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #d0214a;
	letter-spacing: 0;
	text-align: center;
}

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

	border: 2px solid #3b3b3b;
	border-radius: 15px;

	overflow-x: hidden;
}

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

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

	color: #3b3b3b;

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

	border-bottom: 2px solid #3b3b3b;

	background: #fff8a2;

}

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

.calculate .step .formobj .formdetail .result .detail .monthpay{
	display: flex;
	flex: 1;
	align-items: center;
	padding: 5px;
	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;
	padding: 0;
	font-size: 18px;
	font-weight: bold;

	text-align: left;
	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: 40px 0;

	background: #ffdcbf;
}

.guideline .headtitle{
	display: block;
	width: 100%;
	text-align: center;
}

.guideline .headtitle img{
	display: inline-block;
	height: 86px;
}

.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 span.highlight{
	color: #dc164b;
}

.guideline .catalogue .promotion{
	position: absolute;
	width: 51px;
	top: -14px;
	left: calc(50% + 240px);
}

.guideline .catalogue .tahead{
	position: absolute;

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

	text-align: center;
}

.guideline .catalogue .tahead.i1{
	width: 430px;
	top: 28px;
	left: 0px;
	text-align: center;
}

.guideline .catalogue .tahead.i2{
	width: 186px;
	top: 28px;
	left: 432px;
	text-align: center;
}

.guideline .catalogue .tahead.i3{
	width: 186px;
	top: 28px;
	left: 618px;
	text-align: center;
}

.guideline .catalogue .tahead.i4{
	width: 186px;
	top: 28px;
	left: 804px;
	text-align: center;
}

.guideline .catalogue .tbhead{
	position: absolute;

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

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

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

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

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

.guideline .catalogue .tca{
	position: absolute;
	width: 152px;
	left: 124px;
	font-size: 18px;
	letter-spacing: 0;
	color: #000000;

	text-align: left;
}

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

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

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

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

.guideline .catalogue .tca.i4{
	width: 306px;
	top: 514px;
}

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

.guideline .catalogue .tca.i6{
	width: 306px;
	top: 646px;
}

.guideline .catalogue .tca.i7{
	width: 306px;
	top: 684px;
}

.guideline .catalogue .tca.i8{
	width: 306px;
	top: 726px;
}

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

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

.guideline .catalogue .tca.i11{
	width: 306px;
	top: 907px;
}

.guideline .catalogue .tca.i12{
	width: 306px;
	top: 946px;
}

.guideline .catalogue .tcb{
	position: absolute;

	width: 148px;

	left: 280px;

	font-size: 14px;
	letter-spacing: 0;
	color: #000000;
	text-align: left;
}

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

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

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

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

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

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

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

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

.guideline .catalogue .tcc{
	position: absolute;

	width: 182px;

	left: 434px;

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

.guideline .catalogue .tcc span.big{
	font-size: 26px;
}

.guideline .catalogue .tcc span.extra{
	font-size: 18px;
	font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.guideline .catalogue .tcc.i12{
	top: 903px;
}

.guideline .catalogue .tcc.i13{
	top: 941px;
}

.guideline .catalogue .tcd{
	position: absolute;

	width: 182px;

	left: 622px;

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

.guideline .catalogue .tcd span.big{
	font-size: 26px;
}

.guideline .catalogue .tcd span.extra{
	font-size: 18px;
	font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.guideline .catalogue .tcd.i12{
	top: 903px;
}

.guideline .catalogue .tcd.i13{
	top: 941px;
}

.guideline .catalogue .tce{
	position: absolute;

	width: 182px;

	left: 806px;

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

.guideline .catalogue .tce span.big{
	font-size: 26px;
}

.guideline .catalogue .tce span.extra{
	font-size: 18px;
	font-weight: normal;
}

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

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

.guideline .catalogue .tce.i3{
	top: 280px;
}

.guideline .catalogue .tce.i4{
	top: 354px;
}

.guideline .catalogue .tce.i5{
	top: 434px;
}

.guideline .catalogue .tce.i6{
	top: 508px;
}

.guideline .catalogue .tce.i7{
	top: 562px;
}

.guideline .catalogue .tce.i8{
	top: 678px;
}

.guideline .catalogue .tce.i9{
	top: 720px;
}

.guideline .catalogue .tce.i10{
	top: 772px;
}

.guideline .catalogue .tce.i11{
	top: 842px;
}

.guideline .catalogue .tce.i12{
	top: 903px;
}

.guideline .catalogue .tce.i13{
	top: 941px;
}

.guideline .catalogue .tcf{
	position: absolute;

	width: 554px;
	top: 642px;
	left: 434px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	color: #3c3c3c;
	text-align: center;
}

.guideline .catalogue .tcf span.big{
	font-size: 20px;
}

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

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

	background: #8dc252;
}

.paradigm .illbg{
	position: absolute;
}

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

.paradigm .headtitle{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.paradigm .headtitle img{
	height: 86px;
	margin: 0 auto;
}

.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: 173px;
	height: 104px;

	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% - 264px);
	background: url("../images/paradigm_timesheet_year_20.png") no-repeat top center;
}

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

.paradigm .timesheet button.icon.i3{
	top: 36px;
	left: calc(50% + 86px);
	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: 2px solid #000;
	background: #FFF;

	box-shadow: 6px 6px 0px 0px rgba(0 ,0 ,0 ,0.1);

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

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

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

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

.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 td.mix{
	color: #FFF;
	background: #dc164b;
	text-align: center !important;
}

.paradigm .pannel .item .info .inner table td.mix span.highlight{
	color: #ffea00;
}

.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 .murmur{
	display: inline-block;
	width: 100%;
	padding-top: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}

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

.roadline{
	position: relative;
	width: 100%;
	height: 78px;
	background: url("../images/roadline.jpg");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
}

.roadline .ill{
	position: absolute;

	bottom: 0;
	left: 0;
}

.roadline .ill.i1{
	width: 345px;

	bottom: 45px;
	left: calc(50% - 30px);
}

.roadline .ill.i2{
	width: 245px;

	bottom: 45px;
	left: calc(50% - 750px);
}

.htag{
	position: relative;
	padding: 0 0 30px 0;
	margin: 0;
	background: #8dc252;
}

.htag h1{
	position: relative;
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0;
	text-align: center;
	color: #FFF;
	z-index: 1;
}

/**---背景小插圖 start---***/

.globalbgill{
	position: absolute;
	z-index: 0;
}

.globalbgill.sharpe-1{
	width: 98px;
}

.globalbgill.sharpe-2{
	width: 64px;
}

.globalbgill.sharpe-3{
	width: 63px;
}

.globalbgill.sharpe-4{
	width: 75px;
}

.globalbgill.sharpe-5{
	width: 63px;
}

.globalbgill.sharpe-6{
	width: 240px;
}

.globalbgill.sharpe-7{
	width: 215px;
}

.globalbgill.sharpe-8{
	width: 240px;
}

.globalbgill.sharpe-9{
	width: 70px;
}

.globalbgill.sharpe-10{
	width: 373px;
}

.globalbgill.sharpe-11{
	width: 155px;
}

.globalbgill img{
	width: 100%;
}

.globalbgill.character-location-1{
	left: calc(50% - 600px);
	top: 6%;
}

.globalbgill.character-location-2{
	left: calc(50% - 820px);
	top: 45%;
}

.globalbgill.character-location-3{
	left: calc(50% - 520px);
	bottom: 1%;
}

.globalbgill.character-location-4{
	left: calc(50% + 820px);
	top: 20%;
}

.globalbgill.character-location-5{
	left: calc(50% + 720px);
	bottom: 7%;
}

.globalbgill.character-location-6{
	left: 0;
	top: 58%;
}

.globalbgill.character-location-7{
	right: 0;
	top: 42%;
}

.globalbgill.statistics-location-1{
	left: calc(50% + 500px);
	top: 8%;
}

.globalbgill.statistics-location-2{
	left: calc(50% - 660px);
	top: 45%;
}

.globalbgill.statistics-location-3{
	left: calc(50% - 680px);
	bottom: 10%;
}

.globalbgill.statistics-location-4{
	left: calc(50% + 620px);
	top: 66%;
}

.globalbgill.statistics-location-5{
	left: calc(50% - 800px);
	bottom: 4%;
}

.globalbgill.statistics-location-6{
	left: 0;
	top: 58%;
}

.globalbgill.statistics-location-7{
	right: 0;
	top: 42%;
}

.globalbgill.calculate-location-1{
	left: calc(50% - 800px);
	top: 30%;
}

.globalbgill.calculate-location-2{
	left: calc(50% - 600px);
	top: 50%;
}

.globalbgill.calculate-location-3{
	left: calc(50% - 680px);
	top: 80%;
}

.globalbgill.calculate-location-4{
	left: calc(50% + 720px);
	top: 35%;
}

.globalbgill.calculate-location-5{
	left: calc(50% + 580px);
	top: 65%;
}

.globalbgill.calculate-location-6{
	left: calc(50% + 320px);
	top: 48%;
}

.globalbgill.calculate-location-7{
	right: 0;
	bottom: 0;
}

.globalbgill.guideline-location-1{
	left: calc(50% - 800px);
	top: 58%;
}

.globalbgill.guideline-location-2{
	left: calc(50% + 600px);
	top: 45%;
}

.globalbgill.guideline-location-3{
	left: calc(50% + 700px);
	top: 70%;
}

.globalbgill.paradigm-location-1{
	left: calc(50% - 800px);
	top: 300px;
}

.globalbgill.paradigm-location-2{
	left: calc(50% - 600px);
	top: 700px;
}

.globalbgill.paradigm-location-3{
	left: calc(50% + 800px);
	top: 400px;
}

.globalbgill.paradigm-location-4{
	left: calc(50% + 380px);
	top: 700px;
}

.globalbgill.htag-location-1{
	display: none;
	left: 0;
	bottom: 0;
}


/**---背景小插圖 end---***/

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

	background: #ffdcbf;
}

.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 .title{
	width: 100%;
	padding-bottom: 30px;
}

.benefit .title img{
	width: 362px;
	margin: 0 auto;
}

.benefit table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

.benefit thead th {
  background-color: #ffe880; /* 淡黃色 */
  padding: 12px;
  border: 1px solid #f5d97f;
}

.benefit thead tr th:first-child {
	width: 228px;
}

.benefit thead tr th:nth-child(3) {
	width: 244px;
}

.benefit tbody td, 
.benefit tbody th {
	border: 1px solid #f5d97f;
  padding: 6px;
  vertical-align: middle;
  text-align: left;
}

.benefit tbody tr:nth-child(2) {
  background-color: #ffffff; /* 第二列白色 */
}

.benefit tbody tr {
  background-color: #fff8d9; /* 淺黃 */
}

.benefit tbody tr:nth-child(2) {
  background-color: #ffffff; /* 第二列白色 */
}

.benefit tbody th {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.benefit tbody th .group{
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefit tbody th .group .cover{
	width: 81px;
}

.benefit tbody th .group .detail{
	padding-left: 5px;
	text-align: center;
}


.benefit tbody th span.extra{
	font-size: 18px;
}

.benefit tbody td span.extra{
	font-size: 16px;
}

.benefit tbody td:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}

.benefit table span.highlight{
	color: #dc164b;
}

.benefit table span.heavy{
	font-weight: bold;
}

.benefit table span.big{
	font-size: 26px;
}


/*彈跳表格 完整給付項目 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) {

	/**---背景小插圖 start---***/

	.globalbgill.sharpe-1{
		width: calc(98px * 0.8);
	}

	.globalbgill.sharpe-2{
		width: calc(64px * 0.8);
	}

	.globalbgill.sharpe-3{
		width: calc(63px * 0.8);
	}

	.globalbgill.sharpe-4{
		width: calc(75px * 0.8);
	}

	.globalbgill.sharpe-5{
		width: calc(63px * 0.8);
	}

	.globalbgill.sharpe-6{
		width: calc(240px * 0.8);
	}

	.globalbgill.sharpe-7{
		width: calc(215px * 0.8);
	}

	.globalbgill.sharpe-8{
		width: calc(240px * 0.8);
	}

	.globalbgill.sharpe-9{
		width: calc(70px * 0.8);
	}

	.globalbgill.sharpe-10{
		width: calc(373px * 0.8);
	}

	.globalbgill.sharpe-11{
		width: calc(155px * 0.8);
	}

	.globalbgill.character-location-1{
		left: calc(50% - 510px);
		top: 6%;
	}

	.globalbgill.character-location-2{
		left: calc(50% - 620px);
		top: 45%;
	}

	.globalbgill.character-location-3{
		left: calc(50% - 500px);
		bottom: 1%;
	}

	.globalbgill.character-location-4{
		left: calc(50% + 620px);
		top: 20%;
	}

	.globalbgill.character-location-5{
		left: calc(50% + 520px);
		bottom: 7%;
	}

	.globalbgill.character-location-6{
		left: calc(50% - 800px);
		top: 58%;
	}

	.globalbgill.character-location-7{
		right: auto;
		left: calc(50% + 630px);
		top: 42%;
	}

	.globalbgill.statistics-location-1{
		left: calc(50% + 450px);
		top: 8%;
	}

	.globalbgill.statistics-location-2{
		left: calc(50% - 600px);
		top: 45%;
	}

	.globalbgill.statistics-location-3{
		left: calc(50% - 640px);
		bottom: 10%;
	}

	.globalbgill.statistics-location-4{
		left: calc(50% + 580px);
		top: 66%;
	}

	.globalbgill.statistics-location-5{
		left: calc(50% - 750px);
		bottom: 4%;
	}

	.globalbgill.statistics-location-6{
		left: calc(50% - 800px);
		top: 58%;
	}

	.globalbgill.statistics-location-7{
		right: auto;
		left: calc(50% + 630px);
		top: 42%;
	}

	.globalbgill.calculate-location-1{
		left: calc(50% - 600px);
		top: 30%;
	}

	.globalbgill.calculate-location-2{
		left: calc(50% - 400px);
		top: 50%;
	}

	.globalbgill.calculate-location-3{
		left: calc(50% - 480px);
		top: 80%;
	}

	.globalbgill.calculate-location-4{
		left: calc(50% + 620px);
		top: 35%;
	}

	.globalbgill.calculate-location-5{
		left: calc(50% + 480px);
		top: 65%;
	}

	.globalbgill.calculate-location-6{
		left: calc(50% + 280px);
		top: 48%;
	}

	.globalbgill.calculate-location-7{
		right: auto;
		left: calc(50% + 630px);
		bottom: 0;
	}

	.globalbgill.guideline-location-1{
		left: calc(50% - 680px);
		top: 58%;
	}

	.globalbgill.guideline-location-2{
		left: calc(50% + 580px);
		top: 45%;
	}

	.globalbgill.guideline-location-3{
		left: calc(50% + 620px);
		top: 70%;
	}

	.globalbgill.paradigm-location-1{
		left: calc(50% - 700px);
		top: 400px;
	}

	.globalbgill.paradigm-location-2{
		left: calc(50% - 500px);
		top: 700px;
	}

	.globalbgill.paradigm-location-3{
		left: calc(50% + 600px);
		top: 400px;
	}

	.globalbgill.paradigm-location-4{
		left: calc(50% + 330px);
		top: 600px;
	}

/**---背景小插圖 end---***/

}

/*小於等於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: 580px;
	}

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

	.kv .theater .slogan{
		width: calc(703px * 0.8);
		top: 38px;
		left: calc(50% - 430px);
	}

	.kv .theater .signboard{
		width: calc(400px * 0.8);
		left: calc(50% - 428px);
		top: 196px;
	}

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

	.kv .theater a.calcbtn{
		width: calc(184px * 0.8);
		height: calc(46px * 0.8);
		top: 412px;
		left: calc(50% - 400px);
	}

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

	.kv .theater .signboardcheck{
		left: calc(50% - 430px);
	}

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

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

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

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

	.kv .theater .road{
		height: calc(90px * 0.8);
	}

	.kv .theater .trafficgo{
		width: calc(613px * 0.8);
		bottom: calc(90px * 0.8);
		left: calc(50% + 110px);
	}

	.kv .theater .trafficlight{
		width: calc(719px * 0.8);
		bottom: calc(90px * 0.8);
		left: calc(50% - 980px);
	}

	.kv .theater .car{
		width: calc(555px * 0.8);
		bottom: calc(90px * 0.8 * 0.5);
		left: calc(50% - 248px);
	}

	.kv .theater .head{
		width: calc(192px * 0.8);
		bottom: 160px;
		left: calc(50% - 22px);
	}

	.kv .theater .hand{
		width: calc(130px * 0.8);
		bottom: 156px;
		left: calc(50% - 72px);
	}

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

	.character .headtitle img{
		height: calc(86px * 0.8);
	}

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

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


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

	.character .scenario .item .detail .research .cover{
		width: 60px;
		left: calc(50% - 150px);
	}

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

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

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

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

	.character .popbtn a{
		width: calc(307px * 0.8);
	}

	.statistics .headtitle img{
		height: calc(86px * 0.8);
	}

	.statistics .subtitle img{
		height: calc(39px * 0.8);
	}

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

	.statistics .scenario .item .cover{
		width: calc(136px * 0.8);
	}

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

	.statistics .scenario .item.i1 .cover img{
		width: calc(79px * 0.8);
	}

	.statistics .scenario .item.i2 .cover img{
		width: calc(188px * 0.8);
	}

	.statistics .scenario .item.i3 .cover img{
		width: calc(115px * 0.8);
	}

	.statistics .scenario .item .detail .research{
		padding: 20px 30px;
		font-size: 18px;
	}

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

	.statistics .scenario .item .detail .research .piechart{
		width: calc(467px * 0.8);
	}

	.statistics .scenario .item .detail .research .pietable{
		padding-bottom: 0;
	}

	.statistics .scenario .item .detail .research .pietable table{
		font-size: 18px;
	}

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

	.statistics .scenario .item .detail .intro .medal .icon{
		width: calc(28px * 0.8);
	}

	.statistics .scenario .item .detail .intro .medal span.title{
		font-size: 22px;
	}

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

	.statistics .scenario .item .detail .intro .commentary .memo{
		padding-left: 22px;
		font-size: 18px;
	}

	.statistics .scenario .item .detail .intro .commentary .memo .facia{
		width: calc(25px * 0.8);
		top: 6px;
	}

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

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

	.calculate .headtitle img{
		height: calc(86px * 0.8);
	}

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

	.calculate .maincontent::before{
		width: calc(100% + 18px);
	}

	.guideline .headtitle img{
		height: calc(86px * 0.8);
	}

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

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

	.guideline .catalogue{
		width: 790px;
	}

	.guideline .catalogue .promotion{
		width: calc(51px * 0.8);
		top: -14px;
		left: calc(50% + 190px);
	}

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

	.guideline .catalogue .tahead.i1{
		width: 340px;
		top: 22px;
	}

	.guideline .catalogue .tahead.i2{
		width: 146px;
		top: 22px;
		left: 342px;
	}

	.guideline .catalogue .tahead.i3{
		width: 146px;
		top: 22px;
		left: 488px;
	}

	.guideline .catalogue .tahead.i4{
		width: 146px;
		top: 22px;
		left: 636px;
	}

	.guideline .catalogue .tbhead{
		width: 94px;
		font-size: 17px;
	}

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

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

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

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

	.guideline .catalogue .tca{
		width: 118px;
		left: 97px;
		font-size: 15px;
	}

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

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

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

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

	.guideline .catalogue .tca.i4{
		width: 242px;
		top: 406px;
	}

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

	.guideline .catalogue .tca.i6{
		width: 242px;
		top: 506px;
	}

	.guideline .catalogue .tca.i7{
		width: 242px;
		top: 539px;
	}

	.guideline .catalogue .tca.i8{
		width: 242px;
		top: 572px;
	}

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

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

	.guideline .catalogue .tca.i11{
		width: 242px;
		top: 715px;
	}

	.guideline .catalogue .tca.i12{
		width: 242px;
		top: 745px;
	}

	.guideline .catalogue .tcb{
		width: 120px;
		left: 220px;
		font-size: 11px;
	}

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

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

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

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

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

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

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

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

	.guideline .catalogue .tcc{
		width: 146px;
		left: 342px;
		font-size: 17px;
	}

	.guideline .catalogue .tcc span.big{
		font-size: 22px;
	}

	.guideline .catalogue .tcc span.extra{
		font-size: 15px;
	}

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

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

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

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

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

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

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

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

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

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

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

	.guideline .catalogue .tcc.i12{
		top: 712px;
	}

	.guideline .catalogue .tcc.i13{
		top: 743px;
	}

	.guideline .catalogue .tcd{
		width: 146px;
		left: 490px;
		font-size: 17px;
	}

	.guideline .catalogue .tcd span.big{
		font-size: 22px;
	}

	.guideline .catalogue .tcd span.extra{
		font-size: 15px;
	}

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

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

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

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

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

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

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

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

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

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

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

	.guideline .catalogue .tcd.i12{
		top: 712px;
	}

	.guideline .catalogue .tcd.i13{
		top: 743px;
	}

	.guideline .catalogue .tce{
		width: 146px;
		left: 636px;
		font-size: 17px;
	}

	.guideline .catalogue .tce span.big{
		font-size: 22px;
	}

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

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

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

	.guideline .catalogue .tce.i3{
		top: 222px;
	}

	.guideline .catalogue .tce.i4{
		top: 282px;
	}

	.guideline .catalogue .tce.i5{
		top: 342px;
	}

	.guideline .catalogue .tce.i6{
		top: 400px;
	}

	.guideline .catalogue .tce.i7{
		top: 442px;
	}

	.guideline .catalogue .tce.i8{
		top: 536px;
	}

	.guideline .catalogue .tce.i9{
		top: 568px;
	}

	.guideline .catalogue .tce.i10{
		top: 608px;
	}

	.guideline .catalogue .tce.i11{
		top: 664px;
	}

	.guideline .catalogue .tce.i12{
		top: 712px;
	}

	.guideline .catalogue .tce.i13{
		top: 743px;
	}

	.guideline .catalogue .tcf{
		width: 438px;
		top: 507px;
		left: 342px;
		font-size: 15px;
	}

	.guideline .catalogue .tcf span.big{
		font-size: 17px;
	}

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

	.paradigm .headtitle img{
		height: calc(86px * 0.8);
		margin: 0 auto;
	}

	.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(173px * 0.8);
		height: calc(104px * 0.8);
	}

	.paradigm .timesheet button.icon.i1{
		top: 36px;
		left: 49px;
	}

	.paradigm .timesheet button.icon.i2{
		top: 36px;
		left: 224px;
	}

	.paradigm .timesheet button.icon.i3{
		top: 36px;
		left: 398px;
	}

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

	.roadline{
		height: calc(78px * 0.8);
	}

	.roadline .ill.i1{
		width: calc(345px * 0.8);
		bottom: 40px;
		left: calc(50% - 30px);
	}

	.roadline .ill.i2{
		width: calc(245px * 0.8);

		bottom: 40px;
		left: calc(50% - 590px);
	}

	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: 440px;
	}

	.kv .theater .project{
		width: calc(194px * 0.6);
		left: calc(50% - 390px);
	}

	.kv .theater .slogan{
		width: calc(703px * 0.6);
		left: calc(50% - 334px);
		top: 28px;
	}

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

	.kv .theater .clapperboard .group{
		top: 90px;
		padding: 0 24px 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(400px * 0.6);
		left: calc(50% - 330px);
		top: 150px;
	}

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

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

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

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

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

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

	.kv .theater .road{
		height: calc(90px * 0.6);
	}

	.kv .theater .trafficgo{
		width: calc(613px * 0.6);
		bottom: calc(90px * 0.6);
		left: calc(50% + 86px);
	}

	.kv .theater .trafficlight{
		width: calc(719px * 0.6);
		bottom: calc(90px * 0.6);
		left: calc(50% - 750px);
	}

	.kv .theater .car{
		width: calc(555px * 0.6);
		bottom: calc(90px * 0.6 * 0.5);
		left: calc(50% - 210px);
	}

	.kv .theater .head{
		width: calc(192px * 0.6);
		bottom: 120px;
		left: calc(50% - 36px);
	}

	.kv .theater .hand{
		width: calc(130px * 0.6);
		bottom: 118px;
		left: calc(50% - 78px);
	}

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

	.character{
		padding: 40px 0 100px 0;
	}

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

	.paradigm .illbg.i1{
		width: calc(269px * 0.8);
		left: calc(50% + 290px);
		bottom: 100px;
	}

	.roadline{
		height: calc(78px * 0.6);
	}

	.roadline .ill.i1{
		width: calc(345px * 0.6);
		bottom: 30px;
		left: calc(50% - 30px);
	}

	

	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: 20%;
		left: 0%;
		top: 0;
		z-index: 2;
	}

	.kv .theater .slogan{
		width: 94%;
		top: 9vw;
		left: calc(50% - (94% / 2));
		z-index: 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: 70%;
		left: 5%;
		top: 36vw;
	}

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

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

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

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

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

	.kv .theater .car{
		width: 66%;
		bottom: 5vw;
		left: calc(50% - 20%);
	}

	.kv .theater .head{
		width: 20%;
		bottom: 23vw;
		left: calc(50% + 15%);
	}

	.kv .theater .hand{
		width: 15%;
		bottom: 23vw;
		left: calc(50% + 6.5%);
	}

	.kv .theater .trafficgo{
		width: 9%;
		bottom: calc(90px * 0.6);
		left: calc(50% - 22%);
	}

	.kv .theater .trafficlight{
		width: 88%;
		bottom: calc(90px * 0.6);
		left: calc(50% - 116%);
	}


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

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

	.statistics .scenario .item .detail .intro .commentary .memo .facia{
		width: calc(25px * 0.6);
	}

	.calculate .illbg{
		display: none;
	}

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

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

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

	.guideline .catalogue{
		width: 587px;
	}

	.guideline .catalogue .tahead, .guideline .catalogue .tbhead, .guideline .catalogue .tca, .guideline .catalogue .tcb, .guideline .catalogue .tcc, .guideline .catalogue .tcd, .guideline .catalogue .tce, .guideline .catalogue .tcf{
		display: none;
	}

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

	.paradigm .heavytxt{
		display: none;
	}

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

	.paradigm .illbg{
		display: none;
	}

	.htag{
		background: #ffdcbf;
	}

	.htag h1{
		color: #7e7e7e;
	}

	.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 80px 0;
	}

	.character .headtitle img{
		height: calc(86px * 0.6);
	}

	.statistics{
		padding: 30px 0;
	}

	.statistics .headtitle img{
		height: calc(86px * 0.6);
	}

	.statistics .subtitle img{
		height: calc(39px * 0.5);
	}

	.calculate{
		padding: 30px 0;
	}

	.calculate .headtitle img{
		height: calc(86px * 0.6);
	}

	.statistics .scenario .item .detail .intro .commentary{
		padding: 0 15px;
	}

	.guideline{
		padding: 30px 0;
	}

	.guideline .headtitle img{
		height: calc(86px * 0.6);
	}

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

	.paradigm .headtitle img{
		height: calc(86px * 0.6);
	}

	.roadline .ill.i1{
		width: calc(345px * 0.65);

		bottom: 26px;
		left: calc(50% - 50px);
	}

	.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: 92%;
		left: calc(50% - (92% / 2));
	}

	.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 p.memo{
		font-size: 11px;
		bottom: 0px;
		padding: 0 0 0 15px;
	}

	.kv .theater .car{
		width: 92%;
		bottom: 6.8vw;
		left: calc(50% - 42%);
	}

	.kv .theater .head{
		width: 30%;
		bottom: 32vw;
		left: calc(50% + 6%);
	}

	.kv .theater .hand{
		width: 20%;
		bottom: 32vw;
		left: calc(50% - 4%);
	}

	.kv .theater .trafficgo{
		width: 12%;
		bottom: calc(90px * 0.6);
		left: calc(50% - 22%);
	}

	.kv .theater .trafficlight{
		width: 110%;
		bottom: calc(90px * 0.6);
		left: calc(50% - 134%);
	}

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

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

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

	.character .scenario .item .detail .research{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 15px;
		font-size: 16px;
	}

	.character .scenario .item .detail .research .cover{
		position: absolute;
		display: inline-block;
		width: 90px;
		padding: 0 15px;

		left: calc(50% - 160px);
		top: 50%;
		transform: translateY(-50%);
	}

	.character .scenario .item .detail .research .lecture{
		width: auto;
		font-size: 24px;
	}

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

		font-size: 16px;
		line-height: 1.4;
	}
	

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

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

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

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

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

	.statistics .scenario .item .detail .research{
		padding: 20px 15px;
		font-size: 16px;
	}

	.statistics .scenario .item .detail .intro{
		padding: 20px 15px;
	}

	.statistics .scenario .item .detail .intro .commentary{
		align-items: flex-start;
		padding: 0 15px;
	}

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

	.statistics .scenario .item .detail .intro .commentary .memo{
		font-size: 16px;
		padding-left: 20px;
		padding-bottom: 3px;
		line-height: 1.4;
	}

	.statistics .scenario .item .detail .intro .commentary .memo .facia{
		width: calc(25px * 0.5);
		top: 6px;
	}

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

	.statistics .scenario .item .detail .intro .commentary .memo span.extra{
		font-size: 11px;
	}

	.statistics .scenario .item .detail .research .pietable table{
		width: 100%;
		font-size: 14px;
	}

	.statistics .scenario .item .detail .research .pietable th, .pietable td{
		padding: 4px 3px;
	}

	.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 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: 280px;
		padding-top: 40px;
		min-width: auto;
		margin: 0 auto;
	}

	.paradigm .timesheet button.icon{
		width: calc(173px * 0.6);
		height: calc(104px * 0.6);
		cursor: pointer;
  	touch-action: manipulation;
	}

	.paradigm .timesheet button.icon.i1{
		top: 12px;
		left: -34px;
	}

	.paradigm .timesheet button.icon.i2{
		top: 12px;
		left: 88px;
	}

	.paradigm .timesheet button.icon.i3{
		top: 12px;
		left: 206px;
	}

	.paradigm .pannel a.arrow.left{
		width: 36px;
	}

	.paradigm .pannel a.arrow.right{
		width: 36px;
	}

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

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

	.statistics .scenario .item .title{
		padding-bottom: 15px;
	}

	.statistics .maincontent{
		width: 360px;
	}

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

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

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

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

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

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

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

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

	.calculate{
		padding: 30px 0;
	}

	.calculate .maincontent{
		width: calc(100% - 30px);
		padding: 30px 10px 10px 10px;
	}

	.calculate .step .milestone{
		margin: 0 0 40px 0;
		font-size: 20px;
	}

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

	.calculate .step.spec .milestone{
		margin: 0 0 20px 0;
		font-size: 22px;
	}

	.calculate .step .formobj .formdetail .item.male::after{
		width: calc(54px * 0.8);
		height: calc(88px * 0.8);
	}

	.calculate .step .formobj .formdetail .item.female::after{
		width: calc(54px * 0.8);
		height: calc(77px * 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{
		padding-bottom: 10px;
	}

	.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{
		padding: 15px 8px;
		font-size: 16px;
	}

	.calculate .step .formobj .formdetail .result .detail{
		padding: 5px;
	}

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

	.character .popbtn{
		padding-top: 10px;
	}

	.character .popbtn a{
		width: calc(307px * 0.7);
	}

	.paradigm .murmur{
		font-size: 11px;
	}

	.htag h1{
		line-height: 1.4;
		font-size: 18px;
	}

	/**---背景小插圖 start---***/

	.globalbgill.sharpe-1{
		width: calc(98px * 0.5);
	}

	.globalbgill.sharpe-2{
		width: calc(64px * 0.5);
	}

	.globalbgill.sharpe-3{
		width: calc(63px * 0.5);
	}

	.globalbgill.sharpe-4{
		width: calc(75px * 0.5);
	}

	.globalbgill.sharpe-5{
		width: calc(63px * 0.5);
	}

	.globalbgill.sharpe-6{
		width: calc(240px * 0.5);
	}

	.globalbgill.sharpe-7{
		width: calc(215px * 0.5);
	}

	.globalbgill.sharpe-8{
		width: calc(240px * 0.5);
	}

	.globalbgill.sharpe-9{
		width: calc(70px * 0.5);
	}

	.globalbgill.sharpe-10{
		width: calc(373px * 0.5);
	}

	.globalbgill.sharpe-11{
		width: calc(155px * 0.5);
	}

	.globalbgill.character-location-1{
		left: calc(50% - 180px);
		top: 4%;
	}

	.globalbgill.character-location-3{
		left: calc(50% - 160px);
		bottom: 0.5%;
	}

	.globalbgill.character-location-7{
		right: auto;
		left: calc(50% + 130px);
		top: 36%;
	}

	.globalbgill.statistics-location-7{
		left: calc(50% + 130px);
		top: auto;
		bottom: 0;
	}

	.globalbgill.htag-location-1{
		display: block;
		width: 30vw;
		left: 0;
		bottom: 0;
	}

	/**---背景小插圖 end---***/

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

	.demand{
		padding: 30px 0 20px 0;
	}

	.benefit .title{
		padding-bottom: 20px;
	}

	.benefit .title img{
		width: 280px;
	}

	.benefit table{
		font-size: 18px;
	}

	.benefit thead tr th:first-child{
		width: 32%;
	}

	.benefit tbody td:nth-child(2){
		line-height: 1.2;
		font-size: 16px;
	}

	.benefit thead tr th:nth-child(3){
		width: 38%
	}

	.benefit tbody th{
		padding: 6px 0;
		font-size: 18px;
		text-align: center;
	}

	.benefit tbody th .group .detail{
		padding-left: 0;
	}

	.benefit tbody th span.extra{
		font-size: 14px;
	}

	.benefit tbody th .group{
		flex-wrap: wrap;
	}

	.benefit table span.big{
		font-size: 22px;
	}

	.benefit tbody th .group .cover{
		width: 68px;
	}
}

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

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

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

}



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