﻿@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;
*/

*{
	box-sizing: border-box;
}

img{
	display: block;
}

html,body{
	letter-spacing: 3px;
	font-family: "微軟正黑體", "微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height: 100% !important;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #f7efe4;
}

body{
	overflow-x: hidden;
}

img.illfull{
	width: 100%;
}

span.lighlight{
	color: #dc164b;
}

.lihsi-desktop{
	display: block !important;
}

.lihsi-mobile{
	display: none !important;
}

.nodesktop{
	display: none !important;
}

.nopadding{
	padding: 0 !important;
}

.wrap{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.inner-block{
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

header{
	position: relative;
	display: block;
	top: 0;
	width: 100%;
	margin: 0 auto;
	background: #dc164b;
	z-index: 10;
}

header .navblock{
	padding: 15px 20px;
}

.kv{
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	z-index: 1;
	overflow-x: hidden;
}

.kv img{
	width: 100%;
	margin: 0 auto;
}

.kv .txt{
	position: absolute;
	width: 23%;
	top: 3%;
	left: 24.5%;

	animation: zoomInOut 2s infinite;
}

@keyframes zoomInOut {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.kv .txt img{
	width: 100%;
	margin: auto;
}

.kv .catalog{
	position: absolute;
	display: flex;
	width: 100%;
	bottom: 0;
	justify-content: center;
	align-items: center;

	gap: 0 20px;
}

.kv .catalog a.item{
	display: inline-block;
	width: 153px;
}

.kv .catalog a.item:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.25s ease;
}

.kv .catalog a.item img{
	width: 100%;
	margin: 0 auto;
}

.summary{
	position: relative;
	width: 100%;
	padding: 30px 0 0 0;
	text-align: center;

	color: #584e4c;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
}

.summary span.extra{
	font-size: 14px;
	font-weight: normal;
}

section.mainblock{
	position: relative;
	display: block;
	padding: 30px;
}

section.mainblock.skin{
	background: #f7efe4;
}

section.mainblock.blue{
	background: #d5f4ff;
}

section.mainblock.yellow{
	background: #fff9b3;
}

section.mainblock.pinky{
	background: #ffefef;
}

.solution-wrapper{
    position: relative;
}

.solution-wrapper .headtitle{
	position: absolute;
	display: inline-block;
	width: 252px;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.solution-wrapper .solution{
	position: relative;
	display: block;
	width: 100%;

	padding: 50px 0 0 0;
	margin-top: 32px;

	border: 2px solid #fd6e42;
	border-radius: 30px;

	background: #FFF;

	overflow: hidden; /* 只影響內容，不影響標題 */
}

.solution-wrapper .solution .containment{
	display: block;
	width: 100%;
	padding: 40px 60px;
}

.solution-wrapper .solution .containment.case{
	background: #fffed5 ;
}

.solution-wrapper .solution .containment .movieposter{
	display: block;
	width: 100%;
	max-width: 702px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.solution-wrapper .solution .containment .intro{
	display: block;
	width: 100%;
}

.solution-wrapper .solution .containment .intro .item{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 30px;
	padding-bottom: 10px;

	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000000;
}

.solution-wrapper .solution .containment .intro .item::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 19px;
	height: 19px;
	background: url("../images/solution_intro_item_icon.webp") center left no-repeat;
}

.solution-wrapper .solution .containment .intro .item span.highlight{
	color: #ff5377;
}

.solution-wrapper .solution .containment .intro .item span.extra{
	font-size: 14px;
	font-weight: normal;
}

.solution-wrapper .solution .containment .chart{
	display: inline-block;
	width: 100%;
	padding-top: 20px;
}

.solution-wrapper .solution .containment .chart span.extra{
	display: inline-block;
	width: 100%;
	padding: 10px 0 0 10px;
	font-size: 14px;
	letter-spacing: 0;
	color: #444444;
}

.solution-wrapper .solution .containment .slogan{
	display: flex;
	justify-content: center;
	align-items: center;
}

.solution-wrapper .solution .containment .slogan .linebg{
	display: inline-block;
	width: 28px;
}

.solution-wrapper .solution .containment .slogan .title{
	display: inline-block;
	text-align: center;
	padding: 0 5px;

	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	color: #fd6e42;
}

.solution-wrapper .solution .containment .slogan .title span.extra{
	font-size: 14px;
	font-weight: normal;
}

.solution-wrapper .solution .containment .guideline{
	position: relative;
	display: block;
	padding-top: 30px;
}

.solution-wrapper .solution .containment .guideline .project-wrapper{
	position: relative;
	display: block;
	width: 100%;
	max-width: 620px;
	padding-top: 22px;
	margin: 0 auto;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .label{
	position: absolute;
	display: inline-block;
	width: 275px;
	top: 0;
	left: 30px;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project{
	display: flex;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	padding: 60px 15px 36px 15px;

	border: 2px solid #00a8ff;
	border-radius: 30px;
	background: #FFF;

	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project.pinky{
	border: 2px solid #ff5279;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project.orange{
	border: 2px solid #ff6f3d;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project .title{
	display: block;
	width: 100%;
	padding-bottom: 20px;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project .title img{
	width: 100%;
	max-width: 314px;
	margin: 0 auto;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project .group{
	display: inline-block;
	text-align: left;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project .group .item{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0 0 10px 35px;

	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0;
	color: #000000;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project .group .item::before{
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
	width: 22px;
	height: 22px;

	background: url("../images/solution_project_item_icon_1.webp") center left no-repeat;
	background-size: cover;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project.pinky .group .item::before{
	background: url("../images/solution_project_item_icon_2.webp") center left no-repeat;
	background-size: cover;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project.orange .group .item::before{
	background: url("../images/solution_project_item_icon_3.webp") center left no-repeat;
	background-size: cover;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project .group .item span.highlight{
	color: #ff5377;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project .group .item span.heavy{
	font-weight: bold;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project a.btn{
	display: inline-block;
	width: 100%;
	max-width: 283px;
}

.solution-wrapper .solution .containment .guideline .project-wrapper .project a.btn:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: 0.25s ease;
}

.claim-wrapper{
    position: relative;
    padding-top: 58px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.claim-wrapper .headtitle{
	position: absolute;
	display: inline-block;
	width: 379px;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.claim-wrapper .claim{
	position: relative;
	display: block;
	width: 100%;
	max-width: 770px;

	padding: 100px 0 0 0;
	margin: 0 auto;

	border: 2px solid #fd6e42;
	border-radius: 30px;

	background: #ffffec;

	overflow: hidden; /* 只影響內容，不影響標題 */
}

.claim-wrapper .claim .containment{
	display: block;
	width: 100%;
	max-width: 430px;
	padding: 0px 15px 30px 15px;
	margin: 0 auto;
}

.claim-wrapper .claim .containment .commodore{
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
	justify-items: center;
	padding-bottom: 20px;
}

.claim-wrapper .claim .containment .commodore .bellwether{
	position: relative;
    padding-right: 3px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    color: #3b3b3b;
}

.claim-wrapper .claim .containment .commodore .follower{
	flex: 1;
}

.claim-wrapper .claim .containment .commodore .follower input[type=text]{
	width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3b3b3b;
    background: #FFF;
    font-size: 20px;
    user-select: none;
}

.claim-wrapper .claim .containment .commodore .follower select{
	display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 20px 10px 10px;
    border-radius: 0;
    font-size: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    flex-grow: 1;
    background: #FFF;
    background-image: url(../images/select_icon.webp);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: center right 8px;

    border-radius: 10px;
    border: 1px solid #3b3b3b;
}

/*
.claim-wrapper .claim .containment .commodore .captcha{
	display: inline-block;
	width: 100px;
	padding-left: 5px;
}
*/

.claim-wrapper .claim .containment .commodore .capthcha_img {
    width: 100px;
    padding-left: 5px;
}

.claim-wrapper .claim .containment .commodore .capthcha_img img{
	width: 100%;
}

.claim-wrapper .claim .containment .commodore .judge{
	width: 100%;
	padding-top: 10px;
}

.claim-wrapper .claim .containment .commodore .judge label{
	display: inline-block;
    padding: 0;
    margin-right: 0px;
    cursor: pointer;
}

.claim-wrapper .claim .containment .commodore .judge label a{
	color: #4c4c4c;
}

.claim-wrapper .claim .containment .commodore .judge label a:hover{
	color: #4c4c4c;
}

.claim-wrapper .claim .containment .commodore .judge input[type=checkbox] {
    display: none;
}

.claim-wrapper .claim .containment .commodore .judge input[type=checkbox] + span {
    display: inline-block;
    padding-left: 36px;
    background: url("../images/Agree.webp") no-repeat;
    background-size: 26px auto;
    user-select: none;
    font-size: 16px;
    letter-spacing: 0px;
	line-height: 20px;
    color: #4c4c4c;
}

.claim-wrapper .claim .containment .commodore .judge input[type=checkbox]:checked + span {
    background: url("../images/AgreeCheck.webp") no-repeat;
    background-size: 26px auto;
}

.claim-wrapper .claim .containment a.senbtn{
	display: block;
	width: 100%;
	max-width: 304px;
	margin: 0 auto;
}

.transition{
	display: block;
	width: 100%;
}


footer{
	display: flex;

	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

	width: 100%;
	padding: 30px 15px 130px 15px;
	border-top: 5px solid #dc164b;

	background: #262626;
}

footer .info{
	padding-right: 10px;
	color: #FFF;
	font-size: 22px;
	letter-spacing: 0;
}

footer .info span.huge{
	font-size: 36px;
}

footer .info a, footer .info a:hover{
	color: #FFF;
	text-decoration: none;
}

footer .address{
	width: 100%;
	padding: 10px 5px 0 5px;
	color: #FFF;
	letter-spacing: 0;
	font-size: 14px;
	text-align: center;
}

.getit{
	position: fixed;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 7;
	background: url(../images/getit_bg.webp);
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.getit a{
	position: relative;
	display: block;
	width: 100%;

	background: #ff5151;
}

.getit a img.getitbg{
	height: 70px;
	margin: 0 auto;
}

.getit a .icon{
	position: absolute;
	width: 50px;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

.getit a .icon img{
	width: 100%;
}


/*小於等於1600*/
@media (max-width: 1600px) {

	.kv img {
		width: 1600px;
		margin: 0 calc(50% - 800px);
	}

	.kv .txt{
		width: 366px;
		left: calc(50% - 408px);
	}

	footer{
		padding: 30px 15px 110px 15px;
	}

	.getit a{
		position: relative;
		display: block;
		width: 100%;

		background: #ff5151;
	}

	.getit a img.getitbg{
		height: 60px;
	}

	.getit a .icon{
		width: 40px;
		top: -15px;
	}

}

/*小於等於1023*/
@media (max-width: 1023px) {

	.send {
		padding-bottom: 15px;
	}

	.kv img{
		width: 1200px;
		margin: 0 calc(50% - 600px);
	}

	.kv .txt{
		width: 280px;
		left: calc(50% - 308px);
	}

}

/*小於等於768*/
@media (max-width: 768px) {
	
	.lihsi-desktop{
		display: none !important;
	}

	.lihsi-mobile{
		display: block !important;
	}

	.nodesktop{
		display: block !important;
	}

	.wrap{
		width: 768px;
	}

	.kv{
		padding-bottom: 0;
	}

	.kv img{
		width: 100%;
		margin: 0 auto;
	}

	.kv .txt{
		top: 4%;
		width: 58%;
		left: 5%;
	}

	.kv .catalog{
		gap: 10px;
	}

}

/*小於等於720*/
@media (max-width: 720px) {

	
	
	.wrap{
		width: 768px;
	}
}

/*小於等於620*/
@media (max-width: 620px) {

}


/*小於等於480*/
@media (max-width: 480px) {

	header .navblock{
		padding: 10px 20px;
	}

	header img.logo{
		width: 160px;
	}

	.wrap{
		width: 100%;
	}

	.kv .catalog{
		gap: 5px;
	}

	.kv .catalog a.item{
		width: 122px;
	}

	.summary{
		padding: 20px 0px 0 0px;
		font-size: 16px;
	}

	.summary.mobile-small-padding-top{
		padding-top: 5px;
	}

	.summary span.extra{
		font-size: 11px;
	}

	section.mainblock{
		padding: 15px;
	}

	.solution-wrapper .headtitle{
		width: calc(252px * 0.8);
		top: -25px;
	}

	.solution-wrapper .solution{
		padding: 40px 0 0 0;
		border-radius: 20px;
	}

	.solution-wrapper .solution .containment{
		padding: 20px 15px;
	}

	.solution-wrapper .solution .containment .intro .item{
		padding-left: 20px;
		padding-bottom: 5px;
		font-size: 16px;
		line-height: 1.3;
	}

	.solution-wrapper .solution .containment .intro .item::before{
		width: 15px;
		height: 15px;
		top: 6px;
		background-size: cover;
	}

	.solution-wrapper .solution .containment .chart{
		padding-top: 10px;
	}

	.solution-wrapper .solution .containment .chart span.extra{
		padding-left: 0;
		padding-bottom: 5px;
		font-size: 10px;
	}

	.solution-wrapper .solution .containment .slogan .title{
		font-size: 16px;
		line-height: 1.4;
	}

	.solution-wrapper .solution .containment .slogan .title span.extra{
		font-size: 11px;
	}

	.solution-wrapper .solution .containment .guideline{
		padding-top: 20px;
	}

	.solution-wrapper .solution .containment .guideline .project-wrapper{
		padding-top: 17px;
	}

	.solution-wrapper .solution .containment .guideline .project-wrapper .label{
		width: calc(275px * 0.8);
		left: 18px;
	}

	.solution-wrapper .solution .containment .guideline .project-wrapper .project{
		padding: 40px 15px 20px 15px;
		border-radius: 20px;
	}

	.solution-wrapper .solution .containment .guideline .project-wrapper .project .title img{
		max-width: 280px;
	}

	.solution-wrapper .solution .containment .guideline .project-wrapper .project .group .item{
		padding-left: 22px;
		padding-bottom: 10px;
		font-size: 18px;
		line-height: 1.5;
	}

	.solution-wrapper .solution .containment .guideline .project-wrapper .project .group .item::before{
		top: 5px;
		width: 16px;
		height: 16px;
		background-size: cover;
	}

	.solution-wrapper .solution .containment .intro .item span.extra{
		font-size: 11px;
	}

	.solution-wrapper .solution .containment .guideline .project-wrapper .project a.btn{
		max-width: 220px;
	}

	.solution-wrapper .solution .containment .slogan .linebg{
		width: 20px;
	}

	.claim-wrapper{
		margin-top: 15px;
		padding-top: 40px;
	}

	.claim-wrapper .headtitle{
		width: 280px;
	}

	.claim-wrapper .claim{
		padding: 70px 0 0 0;
	}

	.claim-wrapper .claim .containment .commodore{
		padding-bottom: 15px;
	}

	.claim-wrapper .claim .containment .commodore .bellwether{
		font-size: 16px;
	}

	.claim-wrapper .claim .containment .commodore .follower input[type=text]{
		padding: 5px;
		border-radius: 5px;
		font-size: 16px;
	}

	.claim-wrapper .claim .containment .commodore .follower select{
		padding: 5px 14px 5px 5px;
		border-radius: 5px;
		font-size: 16px;

		background-image: url(../images/select_icon.webp);
	    background-size: 8px 6px;
	    background-repeat: no-repeat;
	    background-position: center right 6px;
	}

	/*
	.claim-wrapper .claim .containment .commodore .captcha{
		width: 80px;
	}
	*/

	.claim-wrapper .claim .containment .commodore .capthcha_img {
	    width: 80px;
	}

	.claim-wrapper .claim .containment .commodore .judge input[type=checkbox] + span{
		font-size: 14px;
	}

	.claim-wrapper .claim .containment a.senbtn{
		max-width: 220px;
	}

	footer{
		padding: 30px 15px 80px 15px;
	}

	footer .address{
		font-size: 11px;
		line-height: 1.5;
	}

	.character{
		padding: 30px 0 10px 0;
	}

	.character .group{
		padding: 20px 4% 0px 4%;
	}

	.character .group .ahalf .battalion .icon img{
		width: calc(82px * 0.6);
		height: calc(71px * 0.6);
	}

	.character .group .ahalf .battalion .item .team .title{
		font-size: 20px;
	}

	.character .group .ahalf .battalion .item .team .detail{
		font-size: 16px;
		min-height: 96px;
	}

	.character .group .ahalf .battalion .item .team .detail span.byextra{
		font-size: 11px;
	}

	/*
	.character .group .item .icon{
		width: 20%;
	}

	.character .group .item .detail{
		width: 80%;
		font-size: 16px;
		letter-spacing: 1px;
	}

	.character .group .item .detail span.huge{
		font-size: 26px;
	}
	*/

	.character .extra{
		font-size: 11px;
	}

	.formblock{
		padding: 20px 0;
	}

	.formblock .subject{
		padding-bottom: 20px;
	}

	.formblock .persondata{
		max-width: auto;
		padding: 0 10.5%;
	}

	.formblock .persondata .colony{
		padding-bottom: 10px;
	}

	.formblock .persondata .colony .bellwether{
		letter-spacing: 0;
		width: 90px;
		font-size: 16px;
		padding: 0 10px;
	}

	.formblock .persondata .colony input[type=text]{
		font-size: 16px;
	}

	.formblock .persondata .colony input[type=radio] + span{

		padding-left: 30px;
		font-size: 16px;

		background: url("../images/TypeBox.webp") center left no-repeat;
		background-size: 25px auto;
	}

	.formblock .persondata .colony input[type=radio]:checked + span {
	    background: url("../images/Type.webp") center left no-repeat;
	    background-size: 25px auto;
	}

	.formblock .persondata .colony .judge input[type=checkbox] + span{
		padding-left: 28px;
		background: url("../images/Agree.webp") no-repeat;
		background-size: 22px auto;
	}

	.formblock .persondata .colony .judge input[type=checkbox]:checked + span{
		background: url("../images/AgreeCheck.webp") no-repeat;
		background-size: 22px auto;
	}

	.character .sixdisease{
		padding-top: 20px;
	}

	h1{
		padding: 10px 5px;
		font-size: 16px;
	}

	.judge{
		letter-spacing: 0;
	}

	.send{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	footer .info{
		font-size: 2.6vw;
	}

	footer .info span.huge{
		font-size: 4.5vw;
	}

	footer a img.memobtn{
		width: 30vw;
	}

	.getit a img.getitbg{
		height: 55px;
	}

	.getit a .icon{
		width: 36px;
		top: -14px;
	}
}

/*小於等於380*/
@media (max-width: 380px) {
}

/*小於等於320*/
@media (max-width: 320px) {
}

