/* =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, blockquote, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html , body {
    height: 100%;
}
body {
  /*line-height: 1; */
 /*background:#111;*/
  font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
  margin: 0;padding: 0;
 }

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

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

/** {
  -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: #333;
  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: #0793e2; 
}



  h1{font-size: 2.4em;}
  h2{font-size: 1.28em;}
  h3{font-size: 1.1em;} 
  h4{font-size: 0.9em;} 
  h5{font-size: 0.8em;} 
  h6{font-size: 0.7em;}  

/* 首頁內文 框架
---------------------------------------------------------------*/
  .contentword,.contentorganic{
    width:90%;
    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%;
  }

  /*footer*/
.footer{
  padding: 2% 3% 1% 3%;
  background: #fff;
  /*position: fixed;*/
  bottom: 0;
  margin: 8% 0 0 0;
}
.footer a{
  color: #4d4d4d;
  font-weight: bold;
}
.footer a img{
  vertical-align:middle;
}
.subopt{
  margin: 2% 0;
  max-width: 50%;
}


/*footer*/
.copyright{
  font-size: 14px;
  color: #4d4d4d;
  font-weight:bold; 
  position: relative;
}
.copyright div{
  border-right:0px solid #232323;
  padding: 0 0% 0 0;
  float: left;
  text-align: left;
}
.copyright div:last-child{
  border-right:0px solid #232323;
}

.webonly{
  display: none;
}
.mobonly{
  display: block
}

@media (min-width: 600px) {

  h1{font-size: 3em;}
  h2{font-size: 2em}
  h3{font-size: 1.4em} 
  h4{font-size: 1.1em} 
  h5{font-size: .9em} 
  h6{font-size: .8em}   
  
  
.contentword{
    width:80%;
  }
.contentorganic{
    width:80%;
  }
}



@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:24.99%; }
  .col-4x { width:33.33%; }
  .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: 1400px;
    /*background: #f35;*/
  }
   .contentorganic{ 
    width: 90%;
    margin: 0 auto;
  }

  .webonly{
    display: block;
  }
  .mobonly{
    display: none;
  }

  /*footer*/
  .subopt{
    margin: -1% 0 1% 0;
  }
  .footer{
    margin: 0% 0 0 0;
  }
  .footer a img{
    vertical-align:text-bottom;
  }
  
  .copyright div{
    border-right:1px solid #232323;
    text-align: center;
  }

  .allsubopt{
    width: 94%;
    float: right;
  }
  .copyright{
    width:80%;
    float: none;
    margin: 0 auto;
  }

}


@media (min-width: 1200px) {

  .contentword{ 
    width:100%;
    max-width: 1160px;
  }

  .contentorganic{ 
    width: 90%;
    margin: 0 auto;
    height: 500px;
    /*background: #ff0;*/
  }
  


}


@media (min-width: 1300px) {

 .allsubopt{
    width: 58.33%;
    float: left;
    font-size: 12px
  }
  .copyright{
    width:41%;
    float: none;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 17%;
    font-size: 12px;
  }
   /*footer*/
  .footer{
    padding: 2% 1% 1% 1%;
  }

}

@media (min-width: 1400px) {

 .allsubopt, .copyright{

    font-size: 13px
  }
 
}


@media (min-width: 1600px) {
 
  .contentword{ 
    max-width: 1400px;
  }

  .copyright{
    width: 41.66%;
    font-size: 14px;
    color: #4d4d4d;
    font-weight:bold; 
    position: absolute;
    right: 0;
    bottom: 0%;
  }
  .subopt{
    margin: 0% 0;
  }
  .allsubopt{
    font-size: 16px;
  }
   /*footer*/
  .footer{
    padding: 2% 4% 1% 4%;
    margin: 0% 0 0 0;
  }

}


