@charset "utf-8";
/* CSS Document */

/*-----css基本設定---------*/
*, body, h1, h2, h3, h4, h5, h6, a, p, select  {
	font-family: "Noto Sans TC","微軟正黑體", "Microsoft JhengHei", sans-serif, Arial, Helvetica;
}
/*文字反選顏色*/
::selection, ::-moz-selection {
	background: #e78d09;
	color: #ffffff;
}

/*a:focus {
	background-color: #F7AD00 !important;
}*/
a {
	transition: .5s;
}
/*a:hover {
	filter:brightness(110%);
	transition: .5s;
}*/
/*a:focus img {
	-webkit-filter:saturate(0.2);
}*/


/*--行動版隱藏--*/
.mob {
	display: none !important;
}


html {
	height: 100%;
	margin: 0;
}
body {
	margin: 0;
	min-height: 100%;
}

/*清除格式*/
.CleanFormat { 
	clear: both;
}
#article::after, section::after, header::after, .StoryManGroup::after {
	content: "";
	display: block;
	clear: both;
}

/*分隔線*/
.Dividers {
	margin: 10px auto;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #373b80;
}

/*------------------------WebStart----------------------*/
#wrap {
	display: block;
	position: relative;
}
/*-------------------------Header-----------------------*/
header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 50;
}

.Logo {
    display: block;
}

.Logo div {
    display: inline-block;
}

.Logo div {
    margin: 0 20px 0 0;
}


.BannerLogo {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
}

/*---------------------------Menu-----------------------*/
nav {
    display: block;
    height: 50px;
    width: 100%;
    background:url(../img/navBg.png);
    box-shadow: 0 0 6px;
}
nav ul {
    text-align: center;
    font-size: 0;
    display: block;
    width: calc(95% - 4px);
    max-width: 1096px;
    height: 50px;
    margin: 0 auto;
}
nav li {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    line-height: 50px;
}
nav li a {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    transition: none;
}
nav li.active a {
    color: #C1272D;
}
nav li a:hover {
    border-bottom: 2px solid #C1272D;
    color: #C1272D;
}

/*-----手機版選單------*/


/*-------------------------BODY-------------------------*/
article {
    padding-top: 100vh;
    position: relative;
    z-index: 1;
}
section {
    background: #ffffff;
}
/*-------------------------FOOTER-----------------------*/
footer {
    display: block;
    position: relative;
    background: #122e52;
    text-align: center;
    z-index: 5;
    padding: 10px 0;
    color: #fff;
}
.footerLogo img {
    display: inline-block;
    margin: 0 10px;
    padding: 20px 0;
}
#CopyRight {
    font-size: 0.7rem;
}
/*--------------------------共用項目-------------------------------*/
/*--單元標題--*/
.BkName {
    margin-bottom: 50px;
}
.BkName img {
    display: block;
    margin: 0 auto;
    width: 95%;
    max-width: 417px;
    height: auto;
}


/*--回到頂端--*/
#ScrolTopBtn {
    width: 30px;
    position: fixed;
    right: 30px;
    display: none;
    z-index: 99;

    animation-name: TopBtn;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes TopBtn {
    0%{
		opacity: 0;
		bottom: calc(50% - 195px);
	}
	10%{
		opacity: 1;
	}
	90%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		bottom: calc(50% - 95px);
	}
}


#ScrolTopBtn a {
	display: block;
}
#ScrolTopBtn img {
	display: block;
	width: 100%;
	height: auto;
}

/*--頁碼--*/
.pagesCtrl {
    font-size: 16px;
    transition: .3s;
    text-align: center;
    position: relative;
}
.pagesCtrl li {
    vertical-align: middle;
    width: auto;
	margin-bottom: 0;
}
.pagesCtrl a {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #012D7F;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.pagesCtrl a:hover, .pagesCtrl a.activ {
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    background: #012D7F;
    font-size: 30px;
}
/*--------------------------內容開始-------------------------------*/
/*-----主視覺-----*/
#BannerBk {
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

	
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.BannerTxt {
    width: 100%;
    color: #ffffff;
    top: -136px;
    position: absolute;
    text-align: center;
}

.WebTitle {
    font-size: 2.8rem;
    border-bottom: 1px solid #fff;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
    width: calc(301px - 1.5rem);
    margin: 0 auto;
}
.WebSecTitle {
    font-size: 2rem;
    letter-spacing: 1.5rem;
    padding-left: 1.5rem;
}

.scrollBox {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ScrollAni {
    display: inline-block;
    width: 10px;
    height: 200px;
    position: relative;
    margin-right: 10px;
}

.ScrollBall {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ffffff;
    position: absolute;
	
	animation-name: BallDown;
    animation-duration: 5s;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes BallDown{
    0%{
		top: 0;
		opacity: 0;
	}
    10%{
      	opacity: 1;  
    }
	90%{
		top: calc(100% - 10px);
    	opacity: 1;  
    }
	100%{
        top: calc(100% - 10px);
		opacity: 0;
    }
}

.ScrollLine {
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #ffffff;
    left: 4px;
}

.ScrollTxt {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.5rem;
}




/*-------區塊1--------*/
#KvBk {
    padding-bottom: 100px;
    position: relative;
}

.OverBannerTxt {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 1rem;
    padding: 20px 0 0 1rem;
    margin-bottom: 50px;
}

.XLine {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 100px;
    position: relative;
}

.XLine div {
    display: block;
    width: 1px;
    height: 100%;
    background: #000;
    position: absolute;
    right: calc(50% - 0.5px);
}

.XLine div:first-child {
    transform: rotate(90deg);
}

.WebKv {
    display: block;
    width: 95%;
    margin: 0 auto;
    max-width: 1700px;
    font-size: 0;
}

/*.WebKvBk {
    display: inline-block;
    vertical-align: middle;
}
*/
.WebKvBk {
    display: block;
    vertical-align: middle;
    width: 910px;
    margin: 0 auto;
}

.WebKvVideo {
    display: inline-block;
    width: 560px;
    vertical-align: bottom;
    position: relative;
}

.WebKvVideo video {
    display: block;
    width: 100%;
    height: auto;
}

.WebKvTop {
    display: block;
    font-size: 0;
    margin-bottom: 50px;
}

.WebKvTitleTxt {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 560px);
    position: relative;
}

.WebKvSlogan {
    padding-left: 30px;
}

.WebKvSlogan div {
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: 1rem;
    font-weight: bold;
    color: #122e52;
}

.WebKvLargeBk {
    background: #ffffff;
    padding: 20px;
    width: calc(75% + 280px);
    max-width: 600px;
    margin: 0 0 50px -280px;
}

.WebKvLargeBk > div {
    display: block;
    border: 2px solid #122e52;
    padding: 10px 0;
}

.WebKvLargeBk img {
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto;
    max-width: 450px;
}
.WebKvSTxt {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .8rem;
    color: #122e52;
    width: 100%;
    max-width: 780px;
    text-align: justify;
}

.WebKvPowerLine {
    display: inline-block;
    background: #122e52;
    height: 2px;
    width: calc(100% - 200px);
    vertical-align: middle;
}

.WebKvPower {
    display: block;
    width: 100%;
    max-width: 780px;
    font-size: 0;
}

.WebKvPowerTxt {
    display: inline-block;
    font-size: 3rem;
    color: #122e52;
    letter-spacing: .5rem;
    padding-left: .5rem;
    vertical-align: middle;
    width: calc(200px - .5rem);
    text-align: right;
}


/*--手錶指針--*/
/*.WebKvWatch {
    display: inline-block;
    vertical-align: middle;
    width: 255px;
    height: 449px;
    background: url(../images/PaperStyleWatch.png);
    position: relative;
    margin-left: 15%;
}*/
.WebKvWatch {
    display: none;
    vertical-align: middle;
    width: 255px;
    height: 449px;
    background: url(../images/PaperStyleWatch.png);
    position: relative;
    margin-left: 15%;
}


.WatchClock {
    display: block;
    position: absolute;
    width: 125px;
    top: 196px;
    left: 21px;
}

.WatchClock img {
    display: block;
    width: 100%;
    height: auto;
}

.WatchClock {
    display: block;
    position: absolute;
    width: 125px;
    top: 196px;
    left: 21px;
    transform-origin: 95px 5px;
	
	animation-name: clockRun;
    animation-duration: 60s;
    animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes clockRun{
    0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}




/*---------人物介紹------------*/
#KvMan {
    padding: 100px 0;
    background: url(../images/KvBg.jpg);
    display: block;
    background-position: top center;
}
.KvManM {
    background: url(../images/mkvmanbg.png) repeat-x , #fff !important;
    background-size: 100% auto !important;
    background-position: center 200px !important;
}

#KvMan ul {
    display: block;
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
}

#KvMan ul li {
    display: block;
    margin-bottom: 100px;
    transition: 1s;
    opacity: 0;
    margin-top: 50px;
    font-size: 0;
}

#KvMan ul li > div {
    display: inline-block;
    vertical-align: bottom;
}

.KvManImg {
    width: calc(90% - 520px);
    background-size: auto 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: 2s;
}

#KvMan ul li:hover .KvManImg {
     background-size: auto 110% !important;
}

.KvManImg img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    position: relative;
    left: 20px;
    top: -20px;
}

.KvManInfo {
    width: 520px;
    color: #ffffff;
}

.KvManSlogan {
    font-size: 2.6rem;
    margin-bottom: 50px;
}
.KvManSlogan p {
    font-size: 2.6rem;
}
.KvManNameBk {
    margin-bottom: 20px;
    padding: 0 0px 20px;
    border-bottom: 2px #fff solid;
}

.KvManName {
    font-size: 5rem;
}

.KvManTitle {
    font-size: 2rem;
}

.KvManInfoTxt p {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .3rem;
    text-align: justify;
    margin-bottom: 10px;
}
.KvManInfoTxt p:last-child {
    margin-bottom: 0;
}


.KvManNameBk, .KvManInfoTxt, .KvManReadMoreBk {
	opacity: 0;
}



.KvManReadMoreBk {
    display: block;
    font-size: 0;
}

.KvManReadMoreLine {
    height: 2px;
    width: calc(100% - 200px);
    background: #fff;
}

.KvManReadMoreBk > div {
    display: inline-block;
    vertical-align: middle;
}

.KvManReadMoreBtn {
    border: 2px solid #fff;
    width: 196px;
}

.KvManReadMoreBtn a {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    transition: 1.5s;
    padding-left: 10px;
}

.KvManReadMoreBtn a:hover {
    background: #fff;
    color: #122e52;
    padding-left: 85px;
}

.KvManInfoTxt {
    margin-bottom: 20px;
}




li#KvMan1 .KvManImg {
    margin-right: 10%;
}

/*li#KvMan1 > div {
    float: left;
}

li#KvMan2 > div {
    float: right;
}*/

li#KvMan2 .KvManImg {
    margin-left: 10%;
}

#KvMan ul li::after {content: "";display: block;clear: both;}



/*----------kv VIDEO----------*/
#KvVideo, #WatchVideo {
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
}

#KvVideo iframe, #WatchVideo iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/*---------手錶代表人物----------*/
#Story {
    display: block;
    text-align: center;
    padding: 100px 0 50px;
    font-size: 0;
}
.StoryManGroupL, .StoryManGroupR {
    display: inline-block;
    width: 45%;
    max-width: 800px;
    vertical-align: top;
    margin: 0 2.5%;
}



#Story > div > div {
    width: 100%;
    padding-bottom: 100px;
    display: block;
    position: relative;
    opacity: 0;
    transition: 1s;
    margin-top: 50px;
}

.StoryTitle {
    display: block;
    padding: 50px 5%;
}

.StoryManAni {
    display: block;
    width: 100%;
	 -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.StoryTitle img {
    display: block;
    width: 100%;
    height: auto;
}

.StoryTitleTxt {
    display: block;
    padding: 0 10%;
}

.StoryTitleTxt p {
    text-align: justify;
    font-size: 1rem;
    letter-spacing: .3rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.StoryImg {
    display: block;
    width: 100%;
    background-size: 100% !important;
    background-position:  center !important;
    position: relative;
    z-index: 1;
}

.StoryImg img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: 2s;
}
.StoryMan:hover img {
    opacity: 1;
}

.StoryManName {
    display: block;
    width: 80%;
    padding: 20px 0;
    text-align: center;
    background: #ffffff;
    margin: -56px auto 0;
    position: relative;
    z-index: 2;
}

.StoryManName div {
    text-align: center;
    font-size: 1.5rem;
}

.StoryManWorld {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    color: #122e52;
    font-weight: bold;
/*	width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: 3s;
    margin: 0 auto 20px;*/
}

.StoryManStory {
    padding: 0 10%;
    margin-bottom: 30px;
}

.StoryManStory p {
    font-size: 1rem;
    letter-spacing: .3rem;
    text-align: justify;
    font-weight: 300;
}

.StoryManHandWrit {
    font-size: 1.2rem;
    text-align: right;
    padding: 0 10%;
    color: #122e52;
    font-weight: bold;
}



/*--手機介紹--*/
.StoryWatchImg img {
    display: block;
    width: 100%;
    height: auto;
}

.StoryWatchImg {
    display: block;
    position: relative;
}

.StoryWatchImg > div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-size: 100% auto !important;
}

#StoryWatchInfo {
    display: block;
    padding: 30px 5%;
    border: 1px solid #000;
    text-align: left;
    height: 4rem;
}
#StoryWatchInfo p {
    letter-spacing: .3rem;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 300;
}
.StoryWatchImgRun {
    animation-name: StoryWatchImgRun;
    animation-duration: 10s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
	animation-fill-mode: forwards;
}

@keyframes StoryWatchImgRun {
    0%{
		background-position: top;
	}
	100%{
		background-position: bottom;
	}
}




/*---------錶款介紹------------*/
#LonginesWatch {
    background: url(../images/watchBg.jpg);
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.WatchTitle {
    text-align: center;
    margin-bottom: 50px;
}
.WatchTitle span {
    font-size: 2rem;
    font-weight: bold;
    color: #122e52;
    display: inline-block;
}
.WatchInfoBk {
    display: block;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0;
}
ul.WatchList {
    display: block;
    width: 280px;
    margin: 0 auto 50px;
    position: relative;
    vertical-align: middle;
}
ul.WatchList li {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.watchBk, ul.WatchList li img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.WatchInfo {
    display: block;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}


#WatchName {
    font-size: 1.5rem;
    color: #122e52;
    font-weight: bold;
    margin-bottom: 10px;
}
.WatchBtn {
    margin-bottom: 30px;
}
.WatchInfoTxt p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 300;
    text-align: justify;
    color: #122e52;
    line-height: 2rem;
}
.WatchBtn ul {
    font-size: 0;
    display: block;
    text-align: center;
}
.WatchBtn ul li {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 20px;
    filter: brightness(0.5);
    transition: .3s;
}
.WatchBtn ul li:last-child {
    margin-right: 0;
}
.WatchBtn ul li.active {
    border: 1px solid #707070;
    filter: brightness(1);
    transform: scale(1.5);
}
.WatchBtn ul li:hover {
    transform: scale(1.5);
    filter: brightness(1);
}
.WatchBtn ul li a {
    display: block;
}

.WatchBtn ul li img {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-position: center 40% !important;
}




/*---------活動步驟說明-----------*/
#ActEvenBk {
	background: url("../images/evenBg.jpg");
	background-size: cover;
	background-position: top center;
	padding: 100px 0 50px;
}

.ActStepBk {
    margin-bottom: 50px;
}

.ActEvenNoteBk {
    text-align: center;
}

.ActEvenNoteBk p {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    color: #122e52;
}

.ActEvenTitle {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: #122e52;
    margin-bottom: 20px;
}
.ActEvenSecTitle span {
    display: inline-block;
    font-size: 1.6rem;
    color: #122e52;
}
.ActEvenSecTitle {
    margin-bottom: 100px;
    text-align: center;
}

.ActStepList {
    display: block;
    width: 95%;
    max-width: 1700px;
    margin: 0 auto;
}

.ActStepList ul {
    font-size: 0;
}

.ActStepList ul li {
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: top;
    transition: .5s;
	margin-top: 50px;
    opacity: 0;
}

.StepGo {
	animation-name: stepGo;
	animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
	animation-fill-mode: forwards;
}
.ActStepList li.StepGo:nth-child(1){
	animation-delay:0;
}
.ActStepList li.StepGo:nth-child(2){
	animation-delay:.5s;
}
.ActStepList li.StepGo:nth-child(3){
	animation-delay:1s;
}
.ActStepList li.StepGo:nth-child(4){
    animation-delay:1.5s;
}
.ActEvenGiftBk {
	animation-delay:2s;
}
@keyframes stepGo {
	0%{
		margin-top: 50px;
    	opacity: 0;
	}
	100%{
		opacity: 1;
		margin-top: 0;
	}
}


.StepInfoTitle > div {
    font-size: 2rem;
    font-weight: bold;
    color: #122e52;
}

.StepInfoTxt p, .StepInfoTxt a {
    font-size: 1.2rem;
    line-height: 2rem;
    color: #2E2E2E;
    font-weight: normal;
}
.StepInfoTxt img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 120px;
}

.StepInfoTxt a {
    text-decoration: underline;
}

.ActStepLine {
    display: block;
    background: #122e52;
    height: 2px;
    width: 68%;
    margin: 0 auto -30px;
}


.ActEvenGiftBk {
    display: block;
    margin: 50px auto 50px;
    width: 95%;
    max-width: 800px;
    background: rgba(255, 255, 255, .6);
    position: relative;
    opacity: 0;
}

.ActWhitBoxLine {
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
}

.ActEventGift {
    text-align: center;
    position: relative;
    padding: 20px 0;
}

.ActDate {
    font-size: 2rem;
    font-weight: bold;
    color: #122e52;
}

.ActGiftTxt p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #2E2E2E;
}

.GiftImg {
    display: block;
    position: absolute;
    top: calc(50% - 100px);
    right: 1%;
}


/*---------------------------自適應內容----------------------------*/
/*--高--*/
@media only screen and (max-height: 820px) {

}
@media only screen and (max-height: 600px) {

}



/*--寬--*/
@media only screen and (max-width: 1490px) {
.ActStepList ul li {
    width: auto;
    margin: 0 10px;
}

.ActStepList ul {
    text-align: center;
}

.ActStepLine {
    display: none;
}
}
@media only screen and (max-width: 1450px) {
.WebKvWatch {
    margin-left: 8%;
}
}
@media only screen and (max-width: 1350px) {
.WebKvBk {
    display: block;
    width: 910px;
    margin: 0 auto 50px;
}

/*.WebKvWatch {
    display: block;
    margin: 0 auto;
}*/
	
.KvManName {font-size: 3rem;}

.KvManSlogan p {
    font-size: 1.8rem;
}

.KvManTitle {
    font-size: 1.5rem;
}
	

}
@media only screen and (max-width: 1260px) {
#StoryWatchInfo {
    height: 6rem;
}
}
@media only screen and (max-width: 1150px) {
.ActStepList ul li {
    width: 48%;
    margin: 1%;
}
}

@media only screen and (max-width: 1050px) {
.KvManName {font-size: 3rem;}


.KvManTitle {
    font-size: 1.5rem;
}

.KvManInfo {
    width: 40%;
}

.KvManImg {
    width: 55%;
}

li#KvMan1 .KvManImg {
    margin-right: 5%;
}
li#KvMan2 .KvManImg {
    margin-left: 5%;
}
}
@media only screen and (max-width: 960px) {
.WebKvBk {
    width: 100%;
}
.WebKvVideo {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.WebKvTitleTxt {
    display: block;
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
}

.WebKvLargeBk {
    margin: -10% auto 10px;
    width: calc(100% - 20px);
    padding: 10px;
}

.WebKvSlogan {
    text-align: center;
}

.WebKvBottom {
    display: block;
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
}

.WebKvTop {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 910px) {
#KvMan {
    padding-bottom: 1px;
}
	
#KvBk {
    padding-bottom: 0;
}

.WebKvBk {
    margin-bottom: 0;
}


#KvMan ul li > div {
    display: block;
    margin: 0 auto 30px;
}

.KvManInfo {
    width: 90%;
    max-width: 800px;
}

.KvManImg {width: 100%;max-width: 400px;}

.KvManInfoTxt p {
    font-weight: 200;
    letter-spacing: .2rem;
}
li#KvMan1 .KvManImg {
    margin-right: auto;
}
li#KvMan2 .KvManImg {
    margin-left: auto;
}
.KvManSlogan {
    margin-bottom: 20px;
}
	
#Story {
    padding-top: 20px;
}
	
.StoryManGroup {
    display: block;
    width: 95%;
    margin: 0 auto;
}

	
.watchBk, ul.WatchList li img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: 0 auto;
}

.MStoryShow {
    animation-name: storyImgShow;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
	animation-fill-mode: forwards;
}

#Story > div > div {
    padding-bottom: 70px;
}
	
	
#StoryWatchInfo {
    height: 4rem;
}
	
.WebKvPowerLine {
    width: calc(100% - 130px);
}	

.WebKvPowerTxt {
    font-size: 2rem;
    width: calc(130px - .5rem);
}

	
.BannerTxt {
    top: -116px;
}

.OverBannerTxt {
    padding: 0 0 0 1.5rem;
    letter-spacing: 1.5rem;
}
	

}
@keyframes storyImgShow {
    0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@media only screen and (max-width: 800px) {
.GiftImg {
    position: relative;
    top: auto;
    right: auto;
}
}
@media only screen and (max-width: 775px){
.ActStepList ul li {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
}
}
@media only screen and (max-width: 620px){
.BannerLogo {
    left: calc(50% - 97px);
}

header {
    background: rgba(255, 255, 255, .9);
    width: calc(100% - 30px);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.Logo div, .Logo img {
    display: block;
    margin: 0 auto;
}
	
.scrollBox {
    bottom: 120px;
    left: calc(50% - 40.25px);
}

.ScrollAni {
    display: block;
    margin: 0 auto;
    height: 100px;
}

.ScrollTxt {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: .3rem;
}
	
	
	
#ScrolTopBtn {
    animation: none;
    opacity: 1;
    bottom: 20px;
    right: 10px;
    width: 25px;
}
}

@media only screen and (max-width: 600px) {
#StoryWatchInfo {
    height: 6rem;
}
}
@media only screen and (max-width: 540px) {
.ActDate {
    font-size: 1.6rem;
}

.ActGiftTxt p {
    font-size: 1rem;
}
}
@media only screen and (max-width: 450px) {
.KvManImg {
    width: 90%;
}

.KvManImg img {
    top: -10px;
    left: 10px;
}
	
.ActEvenNoteBk p {
    font-size: 1rem;
}

	
.WebKvSlogan div {
    font-size: 3rem;
    line-height: 3rem;
}
.WebKvSTxt {
    letter-spacing: .5rem;
}
.WebKvPowerLine {
    width: calc(100% - 130px);
}
.WebKvPowerTxt {
    font-size: 2rem;
    width: calc(130px - .5rem);
}	
	
#WatchName {
    font-size: 1.4rem;
}
.WatchInfoTxt p {
    line-height: 1.8rem;
}
}
@media only screen and (max-width: 410px) {
.KvManSlogan p {
    font-size: 1.5rem;
}	
.KvManName {
    font-size: 2.5rem;
}
	
.ActEvenTitle {
    font-size: 2.5rem;
}
}
@media only screen and (max-width: 400px) {

	
#StoryWatchInfo {
    height: 8rem;
}
}
@media only screen and (max-width: 350px) {

}