/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {/*table, caption, tbody, tfoot, thead, tr, th, td,blockquote,
*/
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
 /* vertical-align: baseline;*/
}
blockquote
{
  font-style: italic;
  /*font-family: Georgia, Times, "Times New Roman", serif;*/
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
  float: left;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html body {
    height: 100%;
}
body {
  line-height: 1; 
  font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
 }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; 
}

ol, ul {
  /*list-style: none; */}

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
/*table {
  border-collapse: collapse;
  border-spacing: 0; }*/

a img {
  border: none; }

img{max-width:100%;}

ol, ul {
  /*list-style: none;*/
  /*float:left;*/
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/*table {
  border-collapse: collapse;
  border-spacing: 0;
}*/

a {
  cursor: pointer;
}

.scroll{
 /* overflow: scroll!important;*/
   -webkit-overflow-scrolling: touch;
   height: inherit!important;
}
.fix{
  position: fixed!important;
  z-index:10!important;
  overflow: scroll;
  height:100%;
  left: 0;
  background: #fff;
  top:0;
  border-top:6px solid #f7921e;
}
.hidden{
  overflow: hidden;
}

.backtotop{
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  /*background: #5eb8ce;*/
  color: #5eb8ce;
  /*position: absolute;*/
  z-index: 109;
  margin: 10px 0 ;
  bottom: 10%;/*40*/
  position: fixed;
  right:5%;
  border:1.5px solid #5eb8ce;
}
.backtotop a{
  color: #5eb8ce;
  font-size: 20px;
}
.backtotop:hover{
  color: #fff;
  background: #5eb8ce;
  cursor: pointer;
}
.backtotop:hover a{
  color: #fff;
}
/** {
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: width .6s; /* Safari */
   /* -webkit-transition-timing-function: linear; /* Safari */
   /* transition: width .6s;
    transition-timing-function: linear;
}*/

/*div{
  -webkit-transition: width .6s; /* Safari */
   /* -webkit-transition-timing-function: linear; /* Safari */
   /* transition: width .6s;
    /*transition-timing-function: linear;
}*/


/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
*/
::selection {
  background: #71c6c1;
  color: #fff;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  /*line-height: 1.1;
  /*font-weight: 300; */
}

a {
  text-decoration: none;
  color: #3cb5f9;
  -o-transition:color .3s linear,background .3s linear;
  -webkit-transition:color .3s linear,background .3s linear;
  -moz-transition:color .3s linear,background .3s linear;
  transition:color .3s linear,background .3s linear
}

a:hover {
  color: #0066e0; /**/
}

input::placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}

  h1{font-size: 3.0em;}
  h2{font-size: 2.0em;}
  h3{font-size: 1.6em;} 
  h4{font-size: 1.4em;} 
  h5{font-size: 1.2em;} 
  h6{font-size: 1.05em;}  

/* 首頁內文 框架
---------------------------------------------------------------*/
  .contentword,.contentwordsear{
    width:88%;
    margin: 0% auto;
  }

  

  .contentwords{
    width:100%;
    margin: 0% auto;
  }
  
  .co-1x,.co-2x,.co-3x,.co-4x,.co-5x,.co-6x,.co-7x,.co-8x,.co-9x,.co-10x,.po-1x,.po-2x,.po-3x,.po-4x,.po-5x,.po-6x,
  .col-1x,.col-2x,.col-3x,.col-4x,.col-5x,.col-6x,.col-7x,.col-8x,.col-9x,.col-10x,.col-11x,.col-12x
  {
    float:left;
    position: relative;
    /*overflow: hidden;*/
    width: 100%;
  }

  .com-1s,.com-2s,.com-3s,.com-4s,.com-5s,.com-6s,.com-7s,.com-8s,.com-9s.com-10s{
    float:left;
    position: relative;
  }
  .com-1s {  width:10%; }
  .com-2s {  width:20%; }
  .com-3s {  width:30%; }
  .com-4s {  width:40%; }
  .com-5s {  width:50%; }
  .com-6s {  width:60%; }
  .com-7s {  width:70%; }
  .com-8s {  width:80%; }
  .com-9s {  width:90%; }
  .com-10s{  width:100%; }


  /*FOOTER*/
  .footer{
    background:#f7921e; 
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0% 0 0 0;
  }
  .footerlogo{
    background:#fff; 
    text-align:center;
  }
  .footerintro{
    float: right;
    padding: 3% 0;
    border-bottom:2px solid #fff;
  }
  .footerintro div{
    margin: 0 0 2% 0;
  }
  .footer h6{
    margin: 0 0 3% 0;
  }
  .footer p{
    line-height: 22px;
    font-size: 15px;
  }
  .sublink{
    margin: 1% 0 2% 0;
  }
  .sublink p{
    text-align: center;
  }
  .sublink a{
    padding: 0 1%;
    color: #fff;
    border-right:1px solid #fff;
}

#slider{
  background: #232323!important;
 /* overflow-y: scroll;
  height: 300px!important;*/
  z-index: 1049!important;
  overflow:hidden;overflow-y:auto;
-webkit-overflow-scrolling: touch;
}

.webonly{
  display: none!important;
}

.mobonly{
  display: block!important;
}

.openslide{
  float: right;
  width:45px;
  /*background: #f00;*/
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  right:0;
  z-index: 99999;
  margin:22px 0 0 0
}
.openslide a{
  color:#454545;
}

.sociallink{
  border-top:1px solid #ccc;
  margin: 3% 0 0 0;
  padding: 5% 0;
}
.sociallink a{
 font-size: 22px;
 color: #cbcbcb;
}
.sociallink a:hover,.sociallink a:active{

 color: #f7921e;
}
.sociallink div{
  width:22.99%;/*24.99*/
}



/*--extra set--*/
.tophead{
  border-top:6px solid #f7921e;
  background: #fff;
  z-index: 1047;
}


/*關於威凱爾-內頁上方標題*/
.abouthead{
/* background: url(../image/about.jpg);
  background-size: 100%;

  background-attachment:fixed;*/
 
  overflow: hidden;
position: absolute;
 /* top:80px;*/

}

.abouthead img{
  width:237%;
  max-width: 252%;
  right: 0;
  
}

.pagetopic .topic{
  background:rgba(255,176,29,.4);
  color: #fff;
  padding: 29% 0%;
  display:table;
  z-index: 2;
}
.alwcenter{
  display: table-cell;
  vertical-align: middle;
}
.pagetopic .topic h2,.pagetopic .topic h5{
  /*margin: 3% 0;*/
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.pagetopic .topic .top{
  border-bottom: 2px solid #fff;
  padding: 0 0 5% 0;
  margin: .5% 0 5% 0;
}

/*關閉側邊選單的按鈕*/
.closeslide{
  color: #fff;
  font-size: 30px;
  float: right;
  width: 50px;
  height: 40px;
  margin: 6% 6% 5% 0 ;
  /*background: #f00;
  background:url(../image/close.png);*/
  text-align: center;
  line-height: 35px;
  font-weight: lighter;
}
.closeslide:hover{
  cursor: pointer;
}
.slide-reveal-overlay{
  -o-transition:color .3s linear,background .3s linear;
  -webkit-transition:color .3s linear,background .3s linear;
  -moz-transition:color .3s linear,background .3s linear;
  transition:color .3s linear,background .3s linear
}

.tops{
  width: 8.33%;
  margin: 0 10% 0 0; 
}

.newtopic{
  height: 100%;
}
.newtop{
  z-index: 5;
  height: 100%;
}
.one{
  /*background: #ff0;*/
}
.newimg{
  z-index: 1;
  margin: 0% 0 0 0;
  top:0;
  position: absolute;
}
.wword{
  margin: 0% 0 0% 0;
  padding: 25% 0;
  height: 100%;
  top:calc(50% - 40px);
}
.wword:before{
  content: '';
  float: right;
  width: 100%;
  height: 100%;
  background: #f00;
  position: absolute;
  z-index: -1;
  top:0;

}

  .copyright{
    text-align: center;
    
    font-weight: normal;
    margin: .5% 0 2% 0;
  }

  .copyright p{
    font-size: 13px!important;
  }


@media (min-width: 600px) {

  h1{font-size: 3.6em;}
  h2{font-size: 3em}
  h3{font-size: 2.5em} 
  h4{font-size: 2.0em} 
  h5{font-size: 1.5em} 
  h6{font-size: 1em}   

  .pagetopic .topic{
    width:50%;
  }

  .backtotop{
    bottom: 10px;
  }

  .footerlogo{
    width:20%;
  }
  .footer h6{
    margin: 0 0 1% 0;
  }
  .footerintro div{
    margin: 0 0 0% 0;
  }

}

@media (min-width: 1000px) {

  .co-1x{ width:10%; }
  .co-2x{ width:20%; }
  .co-3x{ width:30%; }
  .co-4x{ width:40%;}
  .co-5x{ width:50%;}
  .co-6x{ width:60%;}
  .co-7x{ width:70%;}
  .co-8x{ width:80%;}
  .co-9x{ width:90%;}
  .co-10x{ width:100%;}

  .po-1x{ width:16.5%; }
  .po-2x{ width:33.5%; }
  .po-3x{ width:50%;   }
  .po-4x{ width:66.5%; }
  .po-5x{ width:83.5%; }
  .po-6x{ width:100%;  }

  .col-1x { width:8.33%;  }
  .col-2x { width:16.66%; }
  .col-3x { width:21.99%; }
  .col-4x { width:33.1%; }
  .col-5x { width:41.66%; }
  .col-6x { width:50%;    }
  .col-7x { width:58.33%; }
  .col-8x { width:66.66%; }
  .col-9x { width:75%;    }
  .col-10x{ width:83.33%; }
  .col-11x{ width:91.66%; }
  .col-12x{ width:100%;   }

  .contentword{ 
    width:88%;
    max-width: 1200px;
  }
  .contentwords{ 
    width:88%;
    max-width: 1300px;
  }

  .webonly{
    display: block!important;
  }

  .mobonly{
    display: none!important;
  }

  h1{font-size: 74px;}
  h2{font-size: 50px;}
  h3{font-size: 45px;} 
  h4{font-size: 30px;} 
  h5{font-size: 22px;} 
  h6{font-size: 20px;}   

  .backtotop{
    right:10%;
    bottom:10%;
  }
}
@media (min-width: 1000px) {
  
  .contentwordsear{
    width:90%;
    max-width:90%; 
    /*background: antiquewhite;*/
    /*height:50px;*/
  }

  .openslide{
    right:-40px;
	  margin:40px 0 0 0
  }

  .abouthead img{
    max-width: 100%;
  }
  .pagetopic .topic{
    padding: 70px 70px;
        height: 190px;
  }
  .pagetopic .topic h2,.pagetopic .topic h5{
    text-align: left;
    width: 100%;
    float:left;
  }
  .pagetopic .topic h5{
   line-height: 30px;
   margin: 0 0 5px 0; 
  }
  .pagetopic .topic{
    width:26.99%;
  }
  .footer h6{
    margin: 0 0 3% 0;
  }
  .footer p{
    font-size: 12px;
  }

  h1{font-size: 60px;}
  h2{font-size: 40px;}
  h3{font-size: 35px;} 
  h4{font-size: 30px;} 
  h5{font-size: 20px;} 
  h6{font-size: 18px;}   


}
@media (min-width: 1200px) {

   h1{font-size: 74px;}
  h2{font-size: 50px;}
  h3{font-size: 48px;} 
  h4{font-size: 33px;} 
  h5{font-size: 27px;line-height: 50px;} 
  h6{font-size: 20px;}   


  .openslide{
    float: right;
    width:45px;
    /*background: #f00;*/
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    position: relative;
     right:0px;
  }
  .openslide a{
    color:#454545;
  }

  .abouthead img{
  width:200%;
    max-width: 100%;
  }
  .pagetopic .topic{/*內頁上方標題*/
    padding: 11% 4%;
    height:165px;
  }
  .footer p{
    font-size: 15px;
  }

  .sociallink div{
  width:19.99%;/*24.99*/
}

}

@media (min-width: 1300px) {

  .contentwords{ 
    max-width: 85%;
  }
  .pagetopic .topic{/*內頁上方標題*/
    padding: 16.5% 4%;

    height: inherit;
  }

  .footerintro{
    padding: 3% 0;
  }

  .contentwordsear{
  
    max-width:90%; 
  
  }


}

@media (min-width: 1600px) {
 
  .contentwords{ 
    max-width: 68%;
  }

  .pagetopic .topic{/*內頁上方標題*/
    padding: 25% 60px;
    height: 130px;
  }

  .contentwordsear{
  
    max-width:70%; 
  
  }
   

}

@media (min-width: 1700px) {
 
  .contentwords{ 
    max-width: 68%;
  }

  .pagetopic .topic{/*內頁上方標題*/
    padding: 23.5% 60px;
    height: 130px;
  }


   

}


