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

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

.nopadding{
	padding: 0 !important;
}

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

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

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

.small-br{
	display: none;
}

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;
	/*overflow-x: hidden;*/
}

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

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

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

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

img{
	display: block;
}

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

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

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

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

	margin: 0 auto;
}

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

	margin: 0 auto;
}

.container-moderate{
	display: block;
	max-width: 1200px;
	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;
  /*background: #ffffff;*/
}
.ldio-5cksq6krpib {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-5cksq6krpib div { box-sizing: content-box; }

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

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

	background: #FFF;
	border-bottom: 2px solid #d0214a;

	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: #2c2e2e;
	
	letter-spacing: 0;
}

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

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: #d0214a;
	text-decoration: none;

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

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


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

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

header .collection .product a:first-child{

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

	border-right: 1px solid #c2c2c2;
}

header .collection .product a:last-child{
}

.kv{
	position: relative;
	background: #faf8f0;

	background: url("../images/kv_bg.jpg") no-repeat center;
	background-size: cover;
}

.kv img.kv-full-img{
	width: 100% !important;
	height: auto !important;
}

.kv .theater{
	position: relative;

	width: 100%;
	max-width: 1920px;
	margin: 0 auto;

	padding-bottom: 160px;
}

.kv .theater .catalogue{
	position: relative;
	display: flex;
	width: 100%;
	padding-top: 20px;
	flex-direction: row;
}

.kv .theater .catalogue .project{
	width: 194px;
}

.kv .theater .catalogue .slogan{
	display: flex;
	width: 723px;
	flex-wrap: wrap;

	margin-left: 20px;
}

.kv .theater .catalogue .slogan .title{
	width: 723px;
}

.kv .theater .catalogue .slogan .sub-title{
	width: 723px;
}

.kv .theater .intro{
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 3;
}

.kv .theater .intro .clapperboard{
	position: relative;
	float: right;
	width: 271px;

	margin-left: 30px;
}

.kv .theater .intro .clapperboard .group{
	position: absolute;
	top: 130px;
	padding-left: 10px;
	padding-right: 10px;
}

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

	padding-bottom: 10px;
}

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

	font-size: 15px;
	color: #b2b2b2;
	letter-spacing: 0;
}

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

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

	background: #e6e6e6;
}

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

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

	font-size: 16px;

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

	flex-grow: 1;

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

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

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

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



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

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

	background: #e6e6e6;
}

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

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

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

.kv .theater .intro .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 .intro .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: #fff000;
}

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

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

.kv .theater .intro .clapperboard p.extra{
	position: absolute;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 5px;

	letter-spacing: 0;
}

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

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

	margin: 10px auto 0;

	padding: 6px 30px;

	font-size: 22px;
	text-align: center;
	border: 2px solid #000;
	font-weight: bold;
	letter-spacing: 0;
	
	text-decoration: none;

	color: #000;

	background: #fff000;
}

.kv .theater .intro .clapperboard .group .sendbtn a:hover{
	color: #FFF;
	background: #d0214a;
}

.kv .theater .intro .detail{
	position: relative;
	float: right;
	width: 393px;

	margin-top: 25px;
}

.kv .theater .intro .detail .checkicon{
	position: absolute;
	width: 25px;

	left: 23px;

	transform: scale(1.3);
}

.kv .theater .intro .detail .checkicon.c1{
	top: 80px;
}

.kv .theater .intro .detail .checkicon.c2{
	top: 160px;
}

.kv .theater .intro .detail .checkicon.c3{
	top: 210px;
}

.kv .theater .intro .detail .checkicon.c4{
	top: 260px;
}

.kv .theater .intro .detail .sendbtn{
	position: absolute;
	top: 300px;
	left: 22px;
}

.kv .theater .intro .detail .sendbtn a{
	position: relative;
	display: inline-block;

	padding: 6px 20px 6px 50px;

	font-size: 25px;
	text-align: center;
	border: 2px solid #000;
	font-weight: bold;
	letter-spacing: 0;
	text-decoration: none;

	color: #000;

	background: #fff000;
	background-image: url("../images/send_btn_calculator_icon.png");
	background-position: left 20px center;
	background-size: 15px 20px;
	background-repeat: no-repeat;
}


.kv .theater .intro .detail .sendbtn a:hover{
	color: #FFF;

	background: #d0214a;
	background-image: url("../images/send_btn_calculator_icon_over.png");
	background-position: left 20px center;
	background-size: 15px 20px;
	background-repeat: no-repeat;
}

.kv .theater .illbgleft{
	position: absolute;
	width: 210px;
	left: calc(50% - 850px);
	bottom: 0;
}

.kv .theater .illbgright{
	position: absolute;
	width: 190px;
	left: calc(50% + 660px);
	bottom: 0;
}

.kv .theater .protagonist{
	position: absolute;
	display: none;
	width: 630px;
	left: calc(50% - 660px);
	bottom: 0;

	z-index: 1;
}

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

.kv .theater .speak{
	position: absolute;
	display: none;
	width: 158px;
	left: calc(50% - 620px);
	top: 248px;

	z-index: 1;
}

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

.kv .theater .protagonist-small{
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.kv .theater .protagonist-small.p1{
	left: calc(50% - 640px);
	z-index: 2;
}

.kv .theater .protagonist-small.p2{
	left: calc(50% - 560px);
	z-index: 2;
}

.kv .theater .protagonist-small.p3{
	left: calc(50% - 442px);
	z-index: 3;
}

.kv .theater .protagonist-small.p4{
	left: calc(50% - 380px);
	z-index: 2;
}

.kv .theater .protagonist-small img.close{
	display: none;
}


/********/
.summary{
	position: relative;
	background: #fff000;

	padding: 30px 0;
	z-index: 4;
}

.summary .collection{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}

.summary .collection .item{
	position: relative;
	display: inline-block;
	width: 25%;
	padding: 0px 10px;
}

.summary .collection .item:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;

	background: #4e4e4e;

	top: 50%;
	right: 0;

	transform: translateY(-50%);
}

.summary .collection .item:last-child:after{
	display: none;
}

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

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

.summary .collection .item .block .detail{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

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

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

.summary .collection .item .block .detail .info{
	position: relative;

	font-size: 22px;
	padding-bottom: 5px;
	color: #ff406e;

	border-bottom: 1px solid #000;
	flex: 1;
}

.summary .collection .item .block .detail .info:after{
	content: "+";
	
	position: absolute;
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0px;
	right: 0;

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

	color: #fff000;
	right: 0px;
	text-align: center;
}

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

.summary .collection .item .block .detail .info span.memo{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #414141;
	letter-spacing: 0;
}

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

	padding: 20px;
	border: 2px solid #000000;
	background: #FFFFFF;

	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 0;
	color: #000000;
	text-decoration: none;
	visibility: hidden;
}

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

.summary .collection .item .block .nag i{
	font-style: normal;
	color: #d0214a;
}

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

.summary .collection .item .block .nag .extramurmur{
	font-size: 13px;
	font-weight: 400;
	color: #000;
	line-height: normal;
}

.horse{
	padding: 5px 0;
	background: #d0214a;
}

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

.horse .collection span.title{
	display: inline-block;
	padding: 3px 8px;

	color: #d0214a;
	background: #FFF;

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

.horse .collection .runner{
	display: inline-block;
	padding: 10px;

	color: #FFF;
	flex: 1;
}

.horse .collection .runner ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.horse .collection .runner ul li{
	display: flex;
	align-items: center;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0;
	font-weight: 300;
}

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

.header-phone img{
	width: 80%;
	max-width: 505px;

}

.mainpoint{
	position: relative;
	background: url("../images/mainpoint_bg.jpg") no-repeat center;
	background-size: cover;
}

.mainpoint .lightspot{
	position: absolute;
	z-index: 1;
}

.mainpoint .lightspot.upon{
	width: 1097px;
	top: 0;
	left: calc(50% - 840px);
}

.mainpoint .lightspot.under{
	width: 313px;
	bottom: 0;
	right: calc(50% - 840px);
}

.mainpoint .theater{
	position: relative;
	display: flex;
	width: 1100px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 2;
}

.mainpoint .theater .slogan{
	padding-top: 50px;
}

.mainpoint .theater .slogan .blockl{
	float: left;
	padding-right: 20px;
}

.mainpoint .theater .slogan .blockl .time{
	position: relative;
	width: 320px;
}

.mainpoint .theater .slogan .blockl .time .upon{
	position: absolute;
	width: 250px;
	top: 8px;
	left: 35px;
}

.mainpoint .theater .slogan .compensation{
	width: 320px;
}

.mainpoint .theater .slogan .blockr{
	float: right;
}

.mainpoint .theater .slogan .blockr .title{
	width: 500px;
	padding-bottom: 20px;
}

.mainpoint .theater .slogan .blockr .subtitle{
	width: 449px;
}

.mainpoint .theater .force{
	display: flex;
	padding-top: 30px;
	justify-content: center;
}

.mainpoint .theater .force .item{
	padding: 0 15px;
	width: 130px;
}

.mainpoint .theater .disease{
	position: relative;
	width: 100%;
}

.mainpoint .theater .disease .actor{
	width: 470px;
	margin: 0 auto;
}

.mainpoint .theater .disease .item{
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
}

.mainpoint .theater .disease .item .cover{
	width: 100px;
}

.mainpoint .theater .disease .item.i1{
	top: 60px;
	left: calc(50% - 480px);
}

.mainpoint .theater .disease .item.i2{
	top: 180px;
	left: calc(50% - 410px);
}

.mainpoint .theater .disease .item.i3{
	top: 60px;
	right: calc(50% - 480px);
}

.mainpoint .theater .disease .item.i4{
	top: 180px;
	right: calc(50% - 410px);
}

.mainpoint .theater .disease .item.i5{
	top: 300px;
	right: calc(50% - 480px);
}

.mainpoint .theater .disease .dialogbox{
	display: none;
	position: absolute;
	width: 36vw;
	top: 27vw;
	left: 26vw;
}

.mainpoint .theater .disease .dialogbox .dialogboxmsg{
	position: absolute;
	display: inline-block;
	top: 4.2vw;
	left: 5vw;
	width: 32vw;
	letter-spacing: 0;

	font-size: 3.5vw;
	font-weight: bold;
	line-height: 5vw;
	color: #000;
}

.mainpoint .theater .disease .dialogbox .dialogboxmsg span.highlight{
	color: #d0214a;
}

.mainpoint .theater .disease .compensationbtn{
	position: absolute;
	width: 56vw;
	top: 4vw;
	left: 5vw;
}

.mainpoint .theater .disease p{
	padding-left: 10px;
	padding-right: 0;

	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 20px;
}

.mainpoint .theater .disease p.spec{
	padding-left: 0px;
	padding-right: 10px;
}

.conventional_title{
	position: relative;
	width: 900px;
	margin: 80px auto 0 auto;
}

.conventional_title:before{
	content: "";
	position: absolute;
	top: -80px;
	left: 50%;
	width: 51px;
	height: 50px;

	transform: translateX(-50%);
}

.conventional_title.forcalculate:before{
	background: url("../images/calculate_title_icon.png") no-repeat;
	background-size: 100%;
}

.conventional_title.forcharacter:before{
	background: url("../images/character_title_icon.png") no-repeat;
	background-size: 100%;
}

.conventional_title.forguideline:before{
	background: url("../images/guideline_title_icon.png") no-repeat;
	background-size: 100%;
}

.conventional_title.forparadigm:before{
	background: url("../images/paradigm_title_icon.png") no-repeat;
	background-size: 100%;
}

.conventional_title.fordataexplain:before{
	background: url("../images/dataexplain_title_icon.png") no-repeat;
	background-size: 100%;
}

.conventional_title:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 2px;
	background: #000;

	transform: translateX(-50%);
}

.conventional_title h2{
	position: relative;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	z-index: 1;
	background: url("../images/all_title.png") no-repeat;
	background-position: 0px;

	text-indent: -999999px;
}

.conventional_title.forcalculate h2{
	background-position: 0px 0px;
}

.conventional_title.forcharacter h2{
	background-position: 0px -180px;
}

.conventional_title.forguideline h2{
	background-position: 0px -69px;
}

.conventional_title.forparadigm h2{
	background-position: 0px -146px;
}

.conventional_title.fordataexplain h2{
	background-position: 0px -150px;
}

.conventional_content{
	position: relative;
	width: 900px;
	margin: 80px auto 0 auto;
}

.calculate{
	position: relative;
	padding: 80px 0;
	background: url("../images/calculate_bg.png") repeat center;
}

.calculate .chandelier{
	position: absolute;
	top: 0;
	right: calc(50% - 670px);
}

.calculate .happygirl{
	position: absolute;
	bottom: 0;
	right: calc(50% - 840px);
}

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

.calculate .step{
	width: 360px;
	margin: 30px auto 0;
}

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

.calculate .step .milestone{

	padding: 10px;
	margin-bottom: 10px;

	border-radius: 15px;
	background: #000;

	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	color: #FFF;

	text-align: center;
}

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

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

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

	color: #000000;
}

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

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

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

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

	width: calc(50% - 10px);

	padding: 10px 20px;

	font-size: 20px;
	font-weight: bold;
	text-align: right;
	background: #FFF;

	border: 1px solid #808080;

	cursor: pointer;
}

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

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

	width: 44px;
	height: 60px;

	left: 10px;
	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: 44px;
	height: 60px;

	left: 10px;
	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: 0;

	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: 0;
	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{
	display: inline-block;
	padding: 15px 30px;

	font-size: 30px;
	font-weight: bold;
	border: 2px solid #000;
	color: #FFF;
	background: #d0214a;

	text-decoration: none;
}

.calculate .step .formbtn a:hover{
	background: #68e8ff;
	color: #000;
}

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

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

	padding-left: 30px;

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

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

	transform: translateY(-50%);

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

.calculate .step .formobj .plan .item label.chs span:after{
	content: "";
	position: absolute;
	top: 50%;
	left: calc((26px - 18px) / 2);

	transform: translateY(-50%);

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

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

.calculate .step .formobj .formdetail .result span.showtitle{
	display: inline-block;
	padding: 20px 10px;

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

	color: #000;

	border-radius: 5px;
	border: 2px solid #000000;

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

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

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

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

.calculate .step .formobj .formdetail .result .detail .monthpay span.memo{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
}

.calculate .step .formobj .formdetail .result .detail .monthpay span.money{
	flex: 1;

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

	background: #fff9ce;
}

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


.character{
	position: relative;
	padding: 80px 0;
	background: #e2e2e2;
}

.character .group{
	width: 86%;
	margin: 30px auto 0 auto;
}

.character .group .item{
	display: block;
	border: 2px solid #555555;
	margin-bottom: 10px;
}

.character .group .item:last-child{
	margin: 0;
}

.character .group .item .subject{
	display: flex;
	padding: 3vw 5vw;
	align-items: center;
	background: #fff000;
	border-bottom: 2px solid #000;
}

.character .group .item .subject .icon{
	max-width: 81px;
	width: 14vw;
}

.character .group .item .subject .outline{
	padding-left: 3vw;
}

.character .group .item .subject .outline .maintitle{
	font-size: 6vw;
	font-weight: bold;
	padding-bottom: 5px;

	color: #d0214a;

	letter-spacing: 0;
}

.character .group .item .subject .outline .subtitle{
	font-size: 4.5vw;
	font-weight: bold;

	color: #000;

	letter-spacing: 0;
}

.character .group .item .detail{
	padding: 3vw 5vw;
	font-size: 4vw;
	font-weight: bold;
	line-height: 6vw;
	color: #000;
	background: #FFF;

	letter-spacing: 0;
	text-align: justify;
}

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

.character .group .item .detail span.extra{
	font-size: 3vw;
	color: #808080;
}

.character .group .item .detail .extramurmur{
	width: 100%;
	font-size: 4vw;
	font-weight: normal;
	color: #000;
}

.character p{
	width: 86%;
	margin: 10px auto 0 auto;

	font-size: 2.6vw;
	line-height: 4vw;

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



.guideline{
	position: relative;
	padding: 80px 0;
	background: url("../images/guideline_bg.jpg") repeat center;
}

.guideline table.specification{
	width: 100%;
	max-width: 900px;
	margin: 50px auto 0 auto;

	border-collapse: separate;
  border-spacing: 0;
	border: 2px solid #000;
	border-radius: 10px;
	overflow: hidden;

	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;

	background: #FFF;
}

.guideline table.specification tr th{
	width: 50%;

	padding: 15px;

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

	color: #fff000;
	letter-spacing: 0;

	text-align: left;

	background: #595959;
}

.guideline table.specification tr th:first-child{
	background: #333333;
}

.guideline table.specification tr th, .guideline table.specification tr td{
  border-style: solid;
  border: 1px solid #000;
}

.guideline table.specification tr td{
	padding: 15px;
	text-align: left;
}

.guideline table.specification tbody tr td.nco{
	padding: 10px;
	text-align: center;

	color: #FFF;
}

.guideline table.specification tbody tr td.nco.color-1{
	background: #d0214a;
}

.guideline table.specification tbody tr td.nco.color-2{
	background: #820724;
}

.guideline table.specification tbody tr td.nco.color-3{
	background: #f2416a;
}

.guideline table.specification tbody tr td .mixtitle{
	display: flex;
	justify-content: center;
	align-items: center;
}

.guideline table.specification tbody tr td .mixtitle .icon{
	padding-right: 5%;
}

.guideline table.specification tbody tr td .mixtitle .icon img{
	width: 40px;
}

.guideline table.specification tbody tr td .mixtitle .title{
	font-size: 16px;
}

.guideline table.specification tr td span.extra{
	font-size: 11px;
	
}

.guideline table.specification tr td span.extra{
	font-size: 11px;
}

.guideline table.specification tr td span.monitor{
	font-size: 20px;
}

.guideline table.specification tr td span.soldier{
	font-size: 14px;
}

.guideline table.specification .txt-grey{
	color: #808080;
}

.guideline table.specification .txt-red{
	color: #d0214a;
}

.guideline .hassle{
	width: 100%;
	max-width: 900px;
	padding-top: 20px;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 0;
	color: #000;
}


.paradigm{
	position: relative;
	padding: 80px 0;
	background: url("../images/paradigm_bg.jpg") repeat center;
}

.paradigm .pannel{
	margin: 50px auto 0 auto;
}

.paradigm .pannel span.txtcolor-red{
	color: #d0214a;
}

.paradigm .pannel span.txtcolor-grey{
	color: #808080 !important;
}

.paradigm .pannel .outline{
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #000;

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

.paradigm .pannel .outline span.highlight{
	font-size: 26px;
}

.paradigm .pannel .outline span.extra{
	font-size: 14px;
}

.paradigm .pannel .group{
	position: relative;
	display: flex;

	margin: 50px auto 0 auto;

	max-width: 940px;
}

.paradigm .pannel .group .item{
	position: relative;
	padding: 12px;
	height: 100%;
	background: #ffffff;

	border-radius: 10px;
}

.paradigm .pannel .group .item:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 28px;
	left: 0;
	bottom: -28px;

	background: url("../images/paradigm_item_bg.png") no-repeat top center;
}


.paradigm .pannel .group .item span.title{
	display: inline-block;
	width: 100%;

	padding: 10px;

	background: #ff7575;
	border-radius: 15px;

	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0;

	text-align: center;
}

.paradigm .pannel .group .item .cover{
	margin-top: 15px;
}

.paradigm .pannel .group .item .team{
	display: flex;
	margin-top: 15px;

	align-items: flex-start;
}

.paradigm .pannel .group .item .team .year{
	display: inline-block;
	color: #FFF;
	width: 50px;
	height: 50px;

	padding-top: 14px;

	border-radius: 50%;
	background: #ff7575;
	letter-spacing: 0;

	font-size: 13px;
	text-align: center;
}

.paradigm .pannel .group .item .team .year span.age{
	font-size: 22px;
}

.paradigm .pannel .group .item .team .detail{
	flex: 1;
	padding-left: 6px;

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

.paradigm .pannel .group .item .team .detail span.highlight{
	font-size: 24px;
	font-weight: bold;
}

.paradigm .pannel .group .item .team .detail .money{
	margin: 2px 0 4px 0;
	padding-left: 26px;

	background: url("../images/paradigm_money.png");
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center left;

	color: #d0214a;
}

.paradigm .pannel .group .item .team .memo{
	display: inline-block;
	margin: 2px 0;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

.paradigm .pannel .group .item .team span.extra{
	font-size: 11px;
	color: #808080;
}

.paradigm .pannel .group a.arrowbtn{
	position: absolute;
	display: inline-block;
	width: 59px;

	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.paradigm .pannel .group a.arrowbtn.pre{
	left: -80px;
}

.paradigm .pannel .group a.arrowbtn.next{
	right: -80px;
}

.paradigm .pannel .warning-txt{
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.paradigm .pannel .warning-txt h1{
	letter-spacing: 0;
	font-size: 20px;
	font-weight: normal;
	color: #888;
}

.owl-carousel-paradigm .owl-stage{display: flex;}
.owl-carousel-paradigm .owl-stage-outer{ height:100% !important; }

.owl-carousel-paradigm.active.center {
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}

.owl-carousel-paradigm .owl-item:not(.center){
  -webkit-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}

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

	background: url("../images/demand_m_bg.png") no-repeat top center;
	background-size: cover;
}

.demand .pannel{
	width: 520px;
	height: 623px;
	padding: 160px 30px 0 30px;
	margin: 0 auto;
	background: url("../images/demand_m_pannel.png") no-repeat top center;
}

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

	font-size: 26px;
}

.demand .pannel .group span.title{
	display: inline-block;
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #b2b2b2;
	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: #b3b3b3;
}

.demand .pannel .group input[type='text']{
	width: 0;
	flex: 1;

	font-size: 26px;
}

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

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

	font-size: 26px;

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

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


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

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

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

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

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

	margin: 0 auto;

	padding: 12px 35px;

	font-size: 25px;
	text-align: center;
	border: 2px solid #000;
	font-weight: bold;
	letter-spacing: 0;
	
	text-decoration: none;

	color: #000;

	background: #fff000;
}

.demand .pannel .sendbtn a:hover{
	color: #FFF;
	background: #d0214a;
}

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

/********/

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


/*
.stickydog{
	position: fixed;
	bottom: 10%;
	right: 1%;
	width: calc(174px * 0.6);
	z-index: 5;
}

.stickydog img{
	width: 100%;
}

.stickycat{
	position: fixed;
	top: 100px;
	right: 0;
	max-width: 109px;
	width: 16vw;
	z-index: 5;
}

.stickycat img{
	width: 100%;
}

*/

.mirrorman{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-indent: -9999999px;
}


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


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

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

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

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

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

	.conventional_title{
		width: 100%;
		margin: 60px auto 0 auto;
	}

	.conventional_title:before{
		width: calc(51px * 0.8);
		height: calc(50px * 0.8);

		top: -60px;
	}

	.conventional_title h2{
		width: calc(200px * 0.8);
		background-size: 100%;
	}

	.conventional_title.forcharacter h2{
		background-position: 0px -50px;
	}

	.conventional_title.forguideline h2{
		background-position: 0px -50px;
	}

	.conventional_title.forparadigm h2{
		background-position: 0px -110px;
	}

	.conventional_title.forcalculate h2{
		background-position: 0px 5px;
	}

	header{
		padding: 26px 0 10px 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;
	}

	.kv .theater{
		padding-bottom: 120px;
	}

	.kv .theater .illbgleft{
		width: calc(210px * 0.8);
		left: calc(50% - 620px);
	}

	.kv .theater .catalogue .project{
		width: calc(194px * 0.8);
	}

	.kv .theater .catalogue .slogan{
		margin-left: 15px;
	}

	.kv .theater .catalogue .slogan .title{
		width: calc(723px * 0.8);
	}

	.kv .theater .catalogue .slogan .sub-title{
		width: calc(723px * 0.8);
	}

	.kv .theater .intro .detail{
		width: calc(393px * 0.8);
	}

	.kv .theater .protagonist{
		width: calc(630px * 0.8);
		left: calc(50% - 460px);
	}

	.kv .theater .speak{
		width: calc(158px * 0.85);
		left: calc(50% - 430px);
		top: 254px;
	}

	.kv .theater .intro .detail .checkicon{
		transform: scale(1);
		left: 16px;
	}

	.kv .theater .intro .detail .checkicon.c1{
		top: 63px;
	}

	.kv .theater .intro .detail .checkicon.c2{
		top: 127px;
	}

	.kv .theater .intro .detail .checkicon.c3{
		top: 167px;
	}

	.kv .theater .intro .detail .checkicon.c4{
		top: 207px;
	}

	.kv .theater .intro .detail .sendbtn{
		top: 260px;
		left: 16px;
	}

	.kv .theater .protagonist-small.p1{
		left: calc(50% - 440px);
	}

	.kv .theater .protagonist-small.p2{
		left: calc(50% - 360px);
	}

	.kv .theater .protagonist-small.p3{
		left: calc(50% - 242px);
	}

	.kv .theater .protagonist-small.p4{
		left: calc(50% - 180px);
	}

	.summary .collection .item .block .detail .icon{
		padding-right: 8px;
	}

	.summary .collection .item .block .detail .icon img{
		width: calc(51px * 0.8);
	}

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

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

	.summary .collection .item .block .nag{
		font-size: 16px;
	}

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

	.horse .collection span.title{
		padding: 2px 6px;
		font-size: 14px;
	}

	.mainpoint .lightspot.upon{
		width: calc(1097px * 0.8);
		left: calc(50% - 640px);
	}

	.mainpoint .lightspot.under{
		width: calc(313px * 0.8);
		right: calc(50% - 740px);
	}

	.mainpoint .theater{
		width: 960px;
	}

	.mainpoint .theater .force .item{
		width: calc(130px * 0.8);
		padding: 0 10px;
	}

	.mainpoint .theater .slogan{
		padding-top: 36px;
	}

	.mainpoint .theater .slogan .blockl .time{
		width: calc(320px * 0.8);
	}

	.mainpoint .theater .slogan .blockl .time .upon{
		width: calc(250px * 0.8);
		top: 6px;
		left: 27px;
	}

	.mainpoint .theater .slogan .compensation{
		width: calc(320px * 0.8);
	}

	.mainpoint .theater .slogan .blockr .title{
		width: calc(500px * 0.8);
		padding-bottom: 16px;
	}

	.mainpoint .theater .slogan .blockr .subtitle{
		width: calc(449px * 0.8);
	}

	.mainpoint .theater .disease .actor{
		width: calc(470px * 0.8);
	}

	.mainpoint .theater .disease .item .cover{
		width: calc(100px * 0.8);
	}

	.mainpoint .theater .disease .item.i1{
		top: 40px;
		left: calc(50% - 420px);
	}

	.mainpoint .theater .disease .item.i2{
		top: 140px;
		left: calc(50% - 380px);
	}

	.mainpoint .theater .disease .item.i3{
		top: 40px;
		right: calc(50% - 420px);
	}

	.mainpoint .theater .disease .item.i4{
		top: 140px;
		right: calc(50% - 380px);
	}

	.mainpoint .theater .disease .item.i5{
		top: 240px;
		right: calc(50% - 420px);
	}

	.calculate{
		padding: 60px;
	}

	.character{
		padding: 60px;
	}

	.guideline{
		padding: 60px;
	}

	.guideline table.specification tbody tr td .mixtitle .icon{
		display: none;
	}

	.paradigm{
		padding: 60px;
	}

	.paradigm .pannel .group{
		max-width: calc(100% - 46px);
	}

	.paradigm .pannel .group a.arrowbtn{
		width: 46px;
	}

	.paradigm .pannel .group a.arrowbtn.pre{
		left: -23px;
	}

	.paradigm .pannel .group a.arrowbtn.next{
		right: -23px;
	}

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

	.calculate .step .formbtn a{
		padding: 10px 20px;
		font-size: 20px;
	}

	.calculate .step .formbtnfinall a{
		width: calc(240px * 0.8);
	}

	.calculate .happygirl{
		right: calc(50% - 740px);
	}

	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) {

	.conventional_title{
		margin: 40px auto 0 auto;
	}

	.conventional_title:before{
		top: -40px;
		width: calc(51px * 0.6);
		height: calc(50px * 0.6);
	}

	.conventional_title h2{
		width: calc(200px * 0.7);
	}

	.conventional_title.forcharacter h2{
		background-position: 0px -202px;
	}

	.conventional_title.forguideline h2{
		background-position: 0px -40px;
	}

	.conventional_title.forparadigm h2{
		background-position: 0px -94px;
	}


	/*
	header{
		padding: 20px 0 10px 0;
	}
	*/

	header{
		padding: 20px 0 10px 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 .theater{
		padding-bottom: 80px;
	}
	

	.kv .theater .catalogue .project{
		width: calc(194px * 0.65);
	}

	.kv .theater .catalogue .slogan{
		width: calc(723px * 0.65);

		margin-left: 15px;
	}

	.kv .theater .intro .detail{
		width: calc(393px * 0.7);
	}

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

	.kv .theater .speak{
		width: calc(158px * 0.7);
		left: calc(50% - 420px);
		top: 278px;
	}

	.kv .theater .intro .detail .checkicon{
		width: 16px;
		transform: scale(1);
		left: 16px;
	}

	.kv .theater .intro .detail .checkicon.c1{
		top: 59px;
	}

	.kv .theater .intro .detail .checkicon.c2{
		top: 115px;
	}

	.kv .theater .intro .detail .checkicon.c3{
		top: 150px;
	}

	.kv .theater .intro .detail .checkicon.c4{
		top: 186px;
	}

	.kv .theater .intro .detail .sendbtn{
		top: 220px;
		left: 14px;
	}

	.kv .theater .intro .clapperboard .group .sendbtn a{
		font-size: 18px;
		margin-top: 15px;
	}

	.kv .theater .intro .detail .sendbtn a{
		font-size: 18px;
	}

	.summary{
		padding: 15px 0;
	}

	.summary .collection .item .block .detail .icon{
		padding-right: 3px;
	}

	.summary .collection .item .block .detail .icon img{
		width: calc(51px * 0.6);
	}

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

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

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

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

	.horse .collection span.title{
		padding: 2px 6px;
		font-size: 12px;
	}

	/*
	.mainpoint .lightspot.upon{
		width: calc(1097px * 0.8);
		left: calc(50% - 640px);
	}

	.mainpoint .lightspot.under{
		width: calc(313px * 0.8);
		right: calc(50% - 740px);
	}
	*/

	.mainpoint .theater{
		width: 760px;
	}

	.mainpoint .theater .force .item{
		width: calc(130px * 0.6);
		padding: 0 10px;
	}

	.mainpoint .theater .slogan{
		padding-top: 36px;
	}

	.mainpoint .theater .slogan .blockl .time{
		width: calc(320px * 0.6);
	}

	.mainpoint .theater .slogan .blockl .time .upon{
		width: calc(250px * 0.6);
		top: 5px;
		left: 20px;
	}

	.mainpoint .theater .slogan .compensation{
		width: calc(320px * 0.6);
	}

	.mainpoint .theater .slogan .blockr .title{
		width: calc(500px * 0.6);
		padding-bottom: 16px;
	}

	.mainpoint .theater .slogan .blockr .subtitle{
		width: calc(449px * 0.6);
	}

	.mainpoint .theater .disease .actor{
		width: calc(470px * 0.6);
	}

	.mainpoint .theater .disease .item .cover{
		width: calc(100px * 0.6);
	}

	.mainpoint .theater .disease p{
		font-size: 13px;
		line-height: 16px;
	}

	.mainpoint .theater .disease .item.i1{
		top: 40px;
		left: calc(50% - 320px);
	}

	.mainpoint .theater .disease .item.i2{
		top: 140px;
		left: calc(50% - 280px);
	}

	.mainpoint .theater .disease .item.i3{
		top: 40px;
		right: calc(50% - 320px);
	}

	.mainpoint .theater .disease .item.i4{
		top: 140px;
		right: calc(50% - 280px);
	}

	.mainpoint .theater .disease .item.i5{
		top: 240px;
		right: calc(50% - 320px);
	}

	.calculate{
		padding: 40px;
	}

	.character{
		padding: 40px;
	}

	.guideline{
		padding: 40px;
	}

	.paradigm{
		padding: 40px;
	}

	.paradigm .pannel .group a.arrowbtn{
		top: 28%;
	}

	.paradigm .pannel .warning-txt{
		padding-top: 30px;
		font-size: 15px;
	}

	.paradigm .pannel .warning-txt h1{
		font-size: 15px;
	}	

	.paradigm .pannel .group .item .team .memo{
		font-size: 16px;
	}

	.paradigm .pannel .group .item .team .detail span.highlight{
		font-size: 30px;
	}

	.paradigm .pannel .group .item .team span.extra{
		font-size: 12px;
	}

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

	.calculate .step .formbtn a{
		padding: 10px 36px;
		font-size: 18px;
	}

	.calculate .step .formbtnfinall a{
		width: calc(240px * 0.65);
	}

	.calculate .happygirl{
		right: calc(50% - 740px);
	}

	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-mobile{
		display: block !important;
	}

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

	.conventional_title{
		width: 86%;
	}

	.conventional_title{
		margin: 40px auto 0 auto;
	}

	.conventional_title:before{
		top: -45px;
		width: calc(51px * 0.8);
		height: calc(50px * 0.8);
	}

	.conventional_title h2{
		width: calc(200px * 0.7);
	}

	.conventional_title.forcharacter h2{
		background-position: 0px -218px;
		width: calc(200px * 0.75);
	}

	.conventional_title.forguideline h2{
		background-position: 0px -44px;
		width: calc(200px * 0.75);
	}

	.conventional_title.forparadigm h2{
		background-position: 0px -101px;
		width: calc(200px * 0.75);
	}

	.conventional_title.forcalculate h2{
		background-position: 0px 6px;
		width: calc(200px * 0.75);
	}

	header{
  	padding: 10px;
	}

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

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

	header .collection nav{
		display: none;
	}

	.kv{
		background: url("../images/kv_bg_m.png") no-repeat center;
		background-size: cover;
	}

	.kv .theater{
		padding-bottom: 50vw;
	}

	.kv .theater .catalogue{
		flex-wrap: wrap;
	}

	.kv .theater .catalogue .slogan .title{
		width: 100%;
	}

	.kv .theater .catalogue .slogan .sub-title{
		width: 100%;
	}

	.kv .theater .catalogue .project{
		width: 56vw;
		max-width: 322px;
	}

	.kv .theater .catalogue .slogan{
		width: 100%;
		padding-top: 15px;
		margin-left: 0;
	}

	.kv .theater .intro .detail{
		float: left;
		width: 68vw;
		max-width: 440px;
		margin-top: 15px;
	}

	.kv .theater .intro .detail .checkicon{
		display: none;
	}

	.kv .theater .intro .detail .sendbtn{
		display: none;
	}

	.kv .theater .protagonist{
		width: 96vw;
		left: auto;
		right: 0;
		bottom: 0;
		margin-right: -15px;
	}

	.kv .theater .speak{
		width: 32vw;
		max-width: 158px;
		top: 78vw;
		left: 2%;
	}

	.kv .theater .protagonist-small.p1{
		width: 34vw;
		left: -11vw;
	}

	.kv .theater .protagonist-small.p2{
		width: 31vw;
		left: 3vw;
	}

	.kv .theater .protagonist-small.p3{
		width: 21vw;
		left: 20vw;
	}

	.kv .theater .protagonist-small.p4{
		width: 31vw;
		left: 32vw;
	}

	.horse .collection span.title{
		padding: 2px 3px;
	}

	.horse .collection .runner{
		padding: 10px 0px 10px 10px;
	}

	.horse .collection .runner ul li{
		padding: 5px 0;
		font-size: 14px;
	}

	.mainpoint{
		padding-top: 40px;
	}

	.mainpoint .theater{
		width: 100%;
	}

	.mainpoint .theater .slogan{
		padding-top: 36px;
	}

	.mainpoint .theater .slogan .blockl{
		width: 100%;
		padding-right: 0;
	}

	.mainpoint .theater .slogan .blockl .time{
		margin: 0 auto;
	}

	.mainpoint .theater .slogan .blockr{
		width: 100%;
	}

	.mainpoint .theater .slogan .blockr .title{
		margin: 0 auto;
	}

	.mainpoint .theater .slogan .blockr .subtitle{
		margin: 0 auto;
	}

	.mainpoint .theater .force{
		padding: 20px 15px 0 15px;
	}

	.mainpoint .theater .force .item{
		width: 20%;
		padding: 0 5px;
	}
	/*
	.mainpoint .theater .disease .item{
		display: none;
	}
	*/
	.mainpoint .theater .disease .actor{
		position: relative;
		width: 100%;
		padding-top: 6vw;
	}

	.mainpoint .theater .disease .actor img{
		transform: translateX(45vw);
		width: 80vw !important;
	}

	.mainpoint .theater .disease p{
		display: none;
	}

	.mainpoint .theater .disease .dialogbox{
		display: inline-block;
	}

	.mainpoint .theater .disease .item{
		opacity: 0.5;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

		z-index: 1;
	}

	.mainpoint .theater .disease .item.chs{
		opacity: 1;
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		
		z-index: 2;
	}

	.mainpoint .theater .disease .item.i1{
		left: 5vw;
		top: auto;
		bottom: 39vw;
	}

	.mainpoint .theater .disease .item.i2{
		left: 5vw;
		top: auto;
		bottom: 21.5vw;
	}

	.mainpoint .theater .disease .item.i3{
		left: 5vw;
		right: auto;
		top: auto;
		bottom: 4vw;
	}

	.mainpoint .theater .disease .item.i4{
		left: 21vw;
		right: auto;
		top: auto;
		bottom: 30vw;
	}

	.mainpoint .theater .disease .item.i5{
		left: 21vw;
		right: auto;
		top: auto;
		bottom: 12.5vw;
	}

	.mainpoint .theater .disease .item .cover{
		width: 20vw;
	}



	.calculate .step{
		width: 100%;
		max-width: 340px;
	}

	.calculate .step .formobj .formdetail .sex .item{
		letter-spacing: 0;
	}

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

	.guideline table.specification{
		font-size: 13px;
		margin-top: 30px;
	}

	.guideline table.specification tr th{
		padding: 10px;
		font-size: 18px;
	}

	.guideline table.specification tr td{
		padding: 10px;
	}

	.guideline table.specification tbody tr td .mixtitle .title{
		font-size: 14px;
	}

	.guideline table.specification tr td span.monitor{
		font-size: 16px;
	}

	.guideline table.specification tr td span.soldier{
		font-size: 14px;
	}

	.guideline table.specification tr td span.extra{
		font-size: 9px;
	}

	.paradigm .pannel{
		margin-top: 30px;
	}

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



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

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

	.calculate{
		padding: 40px 0 35px 0;
	}

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

	.guideline{
		padding: 40px 0 35px 0;
	}

	.paradigm{
		padding: 40px 0 35px 0;
	}

}

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

	.conventional_title{
		width: 100%;
	}

	.kv .theater .speak{
		top: 88vw;
	}

	.mainpoint .theater .slogan{
		padding-top: 22px;
	}

	.character .group{
		width: 100%;
	}

	.character .group .item .detail{
		font-size: 4.5vw;
	}

	.character p{
		width: 100%;
		line-height: 18px;
	}

	.calculate .step .formbtn a{
		padding: 10px 50px;
		font-size: 24px;
		letter-spacing: 0;
	}

	.guideline table.specification{
		line-height: 18px;
		font-size: 11px;
	}

	.guideline table.specification tr td{
		padding: 5px;
	}

	.guideline table.specification tbody tr td .mixtitle .title{
		font-size: 13px;
	}

	.guideline table.specification tbody tr td.nco{
		width: 65px;
		padding: 2px;
	}

	.guideline table.specification tr th{
		font-size: 16px;
	}

	.guideline table.specification tr td span.monitor{
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "新細明體", "蘋果儷黑體", Verdana, sans-serif;
		/*font-size: 14px;*/
	}

	.guideline table.specification tr td span.soldier{
		font-size: 12px;
	}

	.guideline table.specification tr td span.extra {
		font-size: 11px;
		font-weight: normal;
	}

	.demand .pannel{
		width: 360px;
		height: 446px;
		padding: 96px 15px 0 15px;
		background: url("../images/demand_m_pannel.png") no-repeat top center;
		background-size: 100% auto;
	}

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

		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: 80px;
		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: 12px;
		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: 22px;
		line-height: 24px;
		letter-spacing: 0px;
		font-size: 16px;

	}

	.demand .pannel .sendbtn a{

		padding: 12px 70px;

		font-size: 24px;
		text-align: center;
		border: 2px solid #000;
		font-weight: bold;
		letter-spacing: 0;
		
		text-decoration: none;

		color: #000;

		background: #fff000;
	}

	.demand .warning{
		padding-top: 20px;
		width: 360px;
	}

	.demand .warning h2{
		font-size: 18px;
		margin: 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;
	}

}

@media (max-width: 480px) {
	.small-br{
		display: block;
	}
}

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

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

	.horse .collection .runner ul li{
		height: 68px;
	}

}



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