@charset "UTF-8";
/* CSS Document */
html,body{
font-family:"Helvetica","Hiragino Sans GB","Microsoft YaHei",sans-serif !important;
padding:0px;
margin:0px;
overflow-x:hidden;
-webkit-overflow-scrolling: touch; 
background:#fff;
color:#444;
letter-spacing: 0.5px;
line-height: 1.5;
font-size: 14px;
font-weight: 400;
	}	
ul{
padding:0px;
margin:0px;
list-style: none;
  }  
a{
text-decoration:none;	
	}	
a:hover,a:focus,a:active{
outline:none !important;	 
text-decoration:none;
	}
.mt-5{
margin-top: 5px !important;
  }  
.header {
  background: #fff;
  height: 70px;
  overflow-x: hidden;
  }
.header .header-logo {
  margin-top: 15px;
  width: 90px;
  height: auto;
  }
.header ul.menu{
  float: right;
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin:0px;
  }
.header ul.menu li{
  display: inline-block;
  height:70px;
  cursor:pointer;
  }
.header ul.menu li a{
  padding: 15px;
  color: #666;
  display: inline-block;
  line-height: 40px;
  }
.burger{
  float: right;
  padding: 15px 10px;
  line-height:53px;
  display: inline-block;
  color:#666;
  }
.header ul.menu li a:hover{
  background: #f4f4f4;
  }
.header .flag,
#language-list  .flag{
  margin-right: 7px;
  position: relative;
  top: -1px;
  } 
.flag img{
  width: 18px;
  }   
.header .fa-caret-down{
  margin-left: 7px;
  } 
.account-user-photo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #e9eff2;
  margin: 0 8px;
  position: relative;
  vertical-align: bottom ;
  overflow: hidden;
  top:-12px;
  background-size: cover;
  background-position: center;
  }
.kk-sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  top: 0;
  right: -330px;
  background-color: white;
  border-width: 1px;
  overflow-x: hidden;
  transition: 0.3s;
  padding: 45px;
  opacity: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 9999999999;
  }
.kk-sidenav::-webkit-scrollbar, .kk-sidenav::scrollbar {
  display: none;
  }
.kk-sidenav.open {
  right: 0;
  transition: 0.3s;
  opacity: 1;
  }
.kk-sidenav ul.nav-menu li{
  border-bottom: 1px solid #eee;
  padding: 0;
  }
.kk-sidenav ul.nav-menu li.asset-btn{
  border-bottom:0;
  }
.kk-sidenav ul.nav-menu li.active{
  background-color: transparent;
  border-color: transparent;
  }
.kk-sidenav ul.nav-menu li a{
  display: block;
  padding: 15px;
  line-height: 40px;
  }
.kk-sidenav ul.nav-menu li.active h5{
  color:#26bec9;
  }
.asset-btn, .close-button {
  border: 0 !important;/*蓋掉上面那個important*/
  height:50px;
  }
ul.nav-menu li h5{
  font-weight: 400;
  line-height: 1;
  font-size: 16px;
  color:#333;
  margin:10px 0;
  }
ul.nav-menu li:hover{
  background-color: #f4f4f4;
  }
ul.nav-menu li i.fa-caret-down{
  color:#666;
  margin:0px 5px;
  }  
ul.nav-menu.nav-menu-son{
  margin-top: 0px;  
  margin-bottom: 0px;
  transition: all ease-in-out .3s;
  height: 0px;
  overflow: hidden;
  }  
ul.nav-menu.nav-menu-son li{
  padding:2.5px 30px;
  border-bottom:none !important;
  border-radius: none;
  }        
ul.nav-menu.nav-menu-son li .li-text{
  font-size: 14px;
  }     
ul.nav-menu.nav-menu-son li.active .li-text{
  color:#26BEC9;
  }   
ul.nav-menu.nav-menu-son li.active:hover,ul.nav-menu.nav-menu-son li.active:focus{
  background:none;
  }      
ul.nav-menu.nav-menu-son li i{
  margin-right: 10px;
  }     
ul.nav-menu li.has-son.open ul.nav-menu-son{
  height: 75px;
  margin-top: 10px;
  }
#keywordBlock{

  }  
.slideTogglePage{
  font-size: 20px !important;
  }  
.kk-sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  top: 0;
  right: -330px;
  background-color: white;
  border-width: 1px;
  overflow-x: hidden;
  transition: 0.3s;
  padding: 45px;
  opacity: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 9999999999;
  }
.kk-sidenav::-webkit-scrollbar, .kk-sidenav::scrollbar {
  display: none;
  }
.kk-sidenav.open {
  right: 0;
  transition: 0.3s;
  opacity: 1;
  }
.nav-menu .list-group-item{
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #e6e7e8!important;
  }
.nav-menu li {
  cursor: pointer;
  }
.nav-menu > .asset-btn {
  height: 50px;
  border: 0!important;
  }
.nav-menu > li:first-child:hover, #language-close-main-sidenav:hover {
  background-color: white;
  }
.li-text {
  font-size: 16px;
  }
.li-text.active{
  color:#26bec9;
  }
.close-botton {
  position: absolute;
  top: 5px;
  font-size: 30px;
  color: #626366;
  }
#side-menu{
  padding:0;
  font-size: 16px;
  }
#side-menu ul li a{
  padding:0 10px;
  margin:15px 0;
  color:#999;
  transition: 0s;
  border-left:3px solid transparent;
  line-height: 1.5;
  }
#side-menu ul li a:hover{
  background: transparent;
  border-left-color: #666;
  }
#side-menu ul li.active a{ 
  color:#666;
  font-weight: bold;
  border-left-color: #666;
  }   
.app-promote{

  }
.app-promote section h2{
transition: all ease-in-out .5s;  
opacity: 0;
 } 
.app-promote section.active h2{
transform:translateY(10px);
opacity: 1;
 }  
.app-promote section.main{
height: 450px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-image: url(https://image.kkday.com/image/get/s1.kkday.com/campaign_460/20171114091435_ObKPz/jpg);
color:#fff;
text-align: center;
position: relative;
font-weight: 300;
font-size: 16px;
  }  
.app-promote section.main h1{
font-size: 34px;
margin: 150px 0px 30px 0px;
color:#fff;
line-height: 1.4;
  }
.app-promote section.main .store{
margin-top: 30px;
  }  
.app-promote section.main .store img{
height: 50px;
margin:0px 5px;
  }   
.app-promote section.main .main-phone{
opacity: 0;
margin-top: 40px;
transition: all ease-in-out .5s;  
  }    
.app-promote section.main.active .main-phone{
opacity: 1;
transform: translateY(40px);
  }     
.app-promote section.main .main-phone img{
width: 400px;
max-width: unset;
  } 
.app-promote section.main .overlay{
position: absolute;
top: auto;
bottom: 0px;
left: 0px;
width: 100%;
height: 80px;
background:linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }   
.app-promote section.download{
margin-top: 120px;
position: relative;
padding-bottom: 80px;
overflow: hidden;
  }  
.app-promote section.download .phone{
width: 300px;
height: 600px;
left: -300px;
top: 0px;
position: absolute;
transition: all ease-in-out .5s;
  }  
.app-promote section.download.active .phone{
left: -80px;
  }
.app-promote section.download .phone img{
width: 100%;
  }
.app-promote section.download h2{
margin: 100px 0px 40px 0px;
font-weight: 300;
  }  
.app-promote section.download ul.type > li{
float: left;
padding: 10px 40px 40px 40px;
border-right: 1px solid #eee;
height:220px;
width: 33%;
  }  
.app-promote section.download ul.type > li:first-child{
padding-left: 0px;
width:280px;
max-width: 33%;
  } 
.app-promote section.download ul.type > li:nth-child(2){
  }     
.app-promote section.download ul.type > li:nth-child(3){
border:none;
  }   
.app-promote section.download .title{
color:#999;
margin-bottom: 15px;
font-weight: 300;
  } 
.app-promote section.download .form-control{
height: 50px;
width: 100%;
box-shadow: none;
border-color: #ddd;
  } 
.app-promote section.download .intl-tel-input{
width: 100%;
  }  
.app-promote section.download .intl-tel-input.separate-dial-code .selected-flag{
  border-radius: 4px;
  overflow: hidden;
  }  
.app-promote section.download .intl-tel-input .selected-flag .iti-arrow{
  border:none;
  background: url(https://www.kkday.com/assets/css/../img/bg_dropdown.svg);
  background-size: 11px 6px;
  background-repeat: no-repeat; 
  width: 11px;
  height: 6px;
  }  
.app-promote section.download .intl-tel-input.separate-dial-code .selected-flag,
.app-promote section.download .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{
  background: #fff;
  }     
.app-promote section.download .intl-tel-input .selected-flag .iti-flag{
  display: none;
  } 
.app-promote section.download .intl-tel-input.separate-dial-code .selected-dial-code{
  padding-left: 5px;
  }  
.app-promote section.download .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag{
  width: 50px;
  }    
.app-promote section.download .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input{
  padding-left: 55px !important;
  }    
.app-promote section.download .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag{
  width: 60px;
  }  
.app-promote section.download .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input{
  padding-left: 65px !important;
  }    
.app-promote section.download .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag{
  width: 70px;
  }  
.app-promote section.download .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input{
  padding-left: 75px !important;
  }   
.app-promote section.download .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag{
  width: 80px;
  }  
.app-promote section.download .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input{
  padding-left: 85px !important;
  }    
.app-promote section.download .intl-tel-input .country-list .flag-box{
  display: none;
  }
.app-promote section.download .btn-send{
height: 50px;
margin-top: 15px;
background: linear-gradient(141deg, #64b3f4 0%, #26bec9 50%) !important;
color:#fff;
  }  
.app-promote section.download .qrcode{
text-align: center;
  }    
.app-promote section.download .qrcode img{
max-width: 150px;
width: 100%;
  }    
.app-promote section.download .store img{
max-width: 200px;
width: 100%;
margin-bottom: 20px;
  }  
.app-promote section.feature{
background-image: url(https://image.kkday.com/image/get/s1.kkday.com/campaign_460/20171115032525_dpmur/jpg);
padding:60px 0px;
text-align:center;
z-index: 100;
  }  
.app-promote section.feature h2{
margin-bottom: 40px;
font-weight: bold;
  }   
.app-promote section.feature .icon{
font-size: 16px;
transition: all ease-in-out .8s;
opacity: 0;
  }  
.app-promote section.feature.active .icon{
transform:translateY(30px);
opacity: 1;  
  }    
.app-promote section.feature .icon .pic{
width: 260px;
height: 260px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
margin:auto;
position: relative;  
  }   
.app-promote section.feature .icon .pic .dec{
position: absolute;
background: #fff;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
transition: all ease-in-out .2s; 
  }  
.app-promote section.feature .icon:hover .pic .dec{
transform: scale(1.1,1.1);
box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  }  
.app-promote section.feature .icon.icon1 .pic,.app-promote section.feature .icon.icon2 .pic{
background-image: url(https://image.kkday.com/image/get/s1.kkday.com/campaign_460/20171115032119_xFcGW/png);
  }  
.app-promote section.feature .icon.icon1 .pic .dec,.app-promote section.feature .icon.icon2 .pic .dec{
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 54px;
font-size: 24px;
  }    
.app-promote section.feature .icon.icon1 .pic .dec{
color:#26bec9;
top: 125px;
left: 40px;
  }
.app-promote section.feature .icon.icon2 .pic .dec{
color:#ef7a70;
top: 90px;
right: 45px;  
  }    
.app-promote section.feature .icon.icon3 .pic{
background-image: url(https://image.kkday.com/image/get/s1.kkday.com/campaign_460/20171115032141_ikJgW/png);
  }  
.app-promote section.feature .icon.icon3 .pic .dec{
padding: 10px;
width: 220px;
bottom: 0px;
left:20px;
text-align:left;
border-radius: 4px;
font-size: 13px;
  }   
.app-promote section.feature .icon.icon3 .pic .dec span.line{
display: inline-block;
width: 3px;
height: 18px;
background:#4A90E2;
vertical-align: middle;
margin:0px;
border:none;
  }   
.app-promote section.feature .icon.icon3 .pic .dec .send{
position: absolute;
right: 15px;
top: 3px;
transform: rotate(45deg);
color:#26bec9;
font-size: 24px;
  }  
.app-promote section.feature .icon .title{
font-size: 20px;
font-weight: bold;
margin:15px 0px;
  }  
footer{
  background-color: #444;
  padding-top: 50px;
  }
footer ul.list-unstyled{
  margin-bottom: 40px;
  }
footer h4{
  margin-top: 0px;
  font-weight: 400;
  font-size: 16px !important;/*蓋掉行內樣式*/
  color:rgba(255,255,255,.4);
  }
footer a, footer .p {
  color:#f4f4f4;
  }
footer p{
  font-size:14px;
  line-height:20px;
  margin-bottom:10px;
  }
footer a:hover, footer a:focus {
  color: #999;
  }
footer .sns{
  text-align: left;
  margin-bottom:24px;
  font-size: 16px;
  } 
footer .sns .fa-stack{
  line-height: 21px;
  }
footer .sns .fa-inverse{
  color:#f4f4f4;
  position: relative;
  top: 10px;
  }
footer .sns .fa-circle{
  color:#555;
  }
footer .sns .fa-stack:hover .fa-circle{
  color:#26BEC9;
  }
footer .sns img{
  position: absolute;
  width: 50%;
  margin-left: -1px;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  }
footer hr{
  border-top: 1px solid #666;
  }
#contact-kkday-row{
  margin:15px 0 !important;/*蓋掉行內樣式*/
  }
footer .cr-font{
  font-size: 14px !important;
  padding: 0 15px;
  color:#f4f4f4;
  }
footer .twfooter{
  font-size: 12px !important;
  }  
footer .row:nth-child(2).twfooter{
  font-size: 12px !important;
  color:#999;
  padding-top: 20px;
  background-color: #333;
  margin:0;
  }
footer .twfooter ul.list-unstyled{
  margin-bottom: 20px;
  }

  /*Footer_dropdown menu*/ /*Event page*/
footer .btn-toolbar {
  margin-bottom: 16px;
  }
footer .btn-toolbar button {
  text-align: left;
  }
footer .btn-toolbar button .fa-caret-down{
  position: absolute;
  right: 0px;
  margin-right: 8px;
  top: 14px;
  }
footer .btn-toolbar .btn-default {
  background-color: #e9eff2;
  }
footer .btn-toolbar .btn-default:hover {
  color: #494c4f;
  background-color: #b1b1b1;
  border-color: #b1b1b1;
  }
footer .dropdown-menu {
  background-color: #666;
  }
footer .dropdown-menu li > a {
  color: white;
  }
footer .dropdown-menu li > a:hover {
  background: #26BEC9;
  }
footer .dropup .caret, .dropup .btn-lg .caret {
  position: relative;
  top: 7px;
  }
footer .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  }

@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
.app-promote section.download.active .phone{
left: -100px;
  }
}
@media (max-width: 991px) {
.app-promote section.main h1{
font-size: 26px;
  }
h2{
font-size: 22px;
  }  
.app-promote section.download h2{
margin-top: 40px;
  }  
.app-promote section.download ul.type > li:first-child{
float: none;
border-right: none;
width: 60%;
max-width:none;
  }   
.app-promote section.download ul.type > li:nth-child(2),.app-promote section.download ul.type > li:nth-child(3){
width: 50%;
  } 
.app-promote section.feature .icon .pic{
width: 220px;
height: 220px;
  }  
.app-promote section.feature .icon.icon1 .pic .dec{
top: 100px;
  }  
.app-promote section.feature .icon.icon2 .pic .dec{
top: 70px;
  }  
.app-promote section.feature .icon.icon3 .pic .dec{
width: 190px;
left:15px;
  }     
}
@media (max-width: 767px) {
.app-promote section.main{
position: relative;
min-height: 100vh;
padding-bottom: 0px;
  }    
.app-promote section.main h1{
margin:80px 0px 30px 0px;
  }  
.app-promote section.main .col-sm-4.col-xs-12{
position: static;
  }    
.app-promote section.main .main-phone{
margin:0px;
position: absolute;
right: calc(50% - 170px);
top: auto;
transform: translateY(30px);
  } 
.app-promote section.main.active .main-phone{
opacity: 1;
transform: translateY(5px);
  }   
.app-promote section.main .main-phone img{
width: 320px;
  } 
.app-promote section.main .store{
margin-bottom: 30px;
  }  
.app-promote section.main .store img{
height: 40px;
  }  
.app-promote section.download{
padding-left: 220px;
  }   
.app-promote section.download h2{
margin:20px 0px 0px 0px;
  }    
/*.app-promote section.download .phone{
width: 250px;
height: 500px;
  }  */
.app-promote section.download ul.type > li,.app-promote section.download ul.type > li:first-child{
float: none;
width: 80% !important;
height: auto;
border:none;
border-bottom: 1px solid #eee;
padding: 20px 0px;
text-align:center;
  }  
.app-promote section.download .store img{
width: 150px;
  }    
footer,footer .sns{
text-align:center;
  }

}
@media (max-width: 580px) {
body,html{
font-size: 14px;
  }  
.app-promote section.main h1{
font-size: 22px;
margin:60px 0px 30px 0px;
  }    
h2{
font-size: 20px;
  }    
.app-promote section.download .store br{
display: block;
  }    
.app-promote section.feature .icon{
margin-bottom: 30px;
font-size: 14px;
  }  
.app-promote section.feature .icon .title{
font-size: 18px;
margin:15px 0px;
  }        
}
@media (max-width: 480px) {
.app-promote section.download .phone{ 
display: none; 
  }  
.app-promote section.download{
padding: 40px 0px;
margin-top: 0px;
text-align: center;
  }      
.app-promote section.download ul.type > li,.app-promote section.download ul.type > li:first-child{
width: 100% !important;
  }  
  
}
@media (max-width: 380px) {
 
  	
}
	