/* =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, 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; }

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;
  word-break: break-word;
}


/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: Avant;
  src: url(ITCAvantGardeStd-XLt.otf);
}

html,body {
    height: 100%;
}
body {
  font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
  font-size: 1em; 
 }


/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.1;
  color: inherit;
}

a {
  text-decoration: none;
  color: #3cb5f9;
  outline: none!important;
  -o-transition:color .15s linear,background .15s linear;
  -webkit-transition:color .15s linear,background .15s linear;
  -moz-transition:color .15s linear,background .15s linear;
  transition:color .15s linear,background .15s linear
  }

  a:focus,a:active {
  text-decoration: none;
  color: #3cb5f9;
  outline: none!important;
  outline-width: 0px!important;
  -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; }


.bgblack{
  background:#000;
  text-transform:uppercase;
  -o-transition:color .5s linear,background .5s linear;
  -webkit-transition:color .5s linear,background .5s linear;
  -moz-transition:color .5s linear,background .5s linear;
  transition:color .5s linear,background .5s linear
}

.gostore{
  color: #5f5f5f;
  font-size: 12px;
  letter-spacing:1px;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 13px;
  text-align: center;
}
.gostore:hover{
  color:#f5a300;
}

.fa{
  margin: 0 5px 0 0;
}
.minwidth{
  min-width:1000px;
  }



  .text-center { text-align: center;  }
  .text-left   { text-align: left;    }
  .text-justify{ text-align: justify; }
  .flex{ display:flex;align-items: center;flex-wrap: nowrap; }
  
  .floatleft   { float: left;  }
  .floatright  { float: right!important; }

  .areas{
    /*padding: 0 10px;*/
  }
  .areasma{
    margin: 0 5px;
  }

  h1{ font-size: 2.8em;}
  h2{ font-size: 2.4em;}
  h3{ font-size: 2.0em;} 
  h4{ font-size: 1.5em;} 
  h5{ font-size: 1.2em;} 
  h6{ font-size: 1.1em;}  

/* 首頁內文 框架
---------------------------------------------------------------*/
  .contentword{
    width:88%;
    margin: 0% auto;
    padding: 4% 0;
    height: 100%
  }

  .col-1x,.col-2x,.col-3x,.col-4x,.col-5x,.col-6x,.col-7x,.col-8x,.col-9x,.col-10x,.col-11x,.col-12x,
  .po-1x,.po-2x,.po-3x,.po-4x,.po-5x,.po-6x,
  .pov-1x,.pov-2x,.pov-3x,.pov-4x,.pov-5x,.pov-6x,
  .co-1x,.co-2x,.co-3x,.co-4x,
  .com-1s,.com-2s,.com-3s,.com-4s,.com-5s,.com-6s,.com-7s,.com-8s,.com-9s,.com-10s,
  .dom-1s,.dom-2s,.dom-3s,.dom-4s,.dom-5s,.dom-6s,.dom-7s,.dom-8s,.dom-9s,.dom-10s,
  .bol-1x,.bol-2x,.bol-3x.bol-4x,.bol-5x,.bol-6x,.bol-7x,.bol-8x,.bol-9x,.bol-10x,
  .col-1s,.col-2s,.col-3s,.col-4s,.col-5s,.col-6s,.col-7s,.col-8s,.col-9s,.col-10s{
    float: left;
    position: relative;
    /*width:100%;*/
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;    
  }

  .com-1s {  width:12.5%; }
  .com-2s {  width:25%; }
  .com-3s {  width:37.5%; }
  .com-4s {  width:50%; }
  .com-5s {  width:62.5%; }
  .com-6s {  width:75%; }
  .com-7s {  width:87.5%; }
  .com-8s {  width:100%; }

  .co-1x{ width:25%; }
  .co-2x{ width:49%; }
  .co-3x{ width:75%; }
  .co-4x{ width:100%;}

  .col-1x { width:calc(100%/12*1); }
  .col-2x { width:calc(100%/12*2); }
  .col-3x { width:calc(100%/12*3); }
  .col-4x { width:calc(100%/12*4); }
  .col-5x { width:calc(100%/12*5); }
  .col-6x { width:calc(100%/12*6); }
  .col-7x { width:calc(100%/12*7); }
  .col-8x { width:calc(100%/12*8); }
  .col-9x { width:calc(100%/12*9); }
  .col-10x{ width:calc(100%/12*10); }
  .col-11x{ width:calc(100%/12*11); }
  .col-12x{ width:100%; }

  .col-1s { width:11%; }
  .col-2s { width:20%; }
  .col-3s { width:30%; }
  .col-4s { width:40%; }
  .col-5s { width:50%; }
  .col-6s { width:60%; }
  .col-7s { width:70%; }
  .col-8s { width:80%; }
  .col-9s { width:90%; }
  .col-10s{ 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%; }
  
  .pov-1x {width:20%;}
  .pov-2x {width:40%;}
  .pov-3x {width:60%; }
  .pov-4x {width:80%;}
  .pov-5x {width:100%;}

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

  .mob-textleft{text-align:inherit;}
  .mob-textright{ text-align: inherit;}
  .mob-text-tight{padding:0 0 0 0px;}

  @media (min-width: 1000px) and (max-width: 1600px){

    .bol-1x { width:calc(100%/10*1); }
    .bol-2x { width:calc(100%/10*2); }
    .bol-3x { width:calc(100%/3); }
    .bol-4x { width:calc(100%/10*4); }
    .bol-5x { width:calc(100%/10*5); }
    .bol-6x { width:calc(100%/10*6); }
    .bol-7x { width:calc(100%/10*7); }
    .bol-8x { width:calc(100%/10*8); }
    .bol-9x { width:calc(100%/10*9); }
    .bol-10x{ width:calc(100%/10*10); }

    .label {
      min-width: 100px!important;
    }

    

  }

  @media (min-width: 1200px) and (max-width: 1500px){
    .noteflex{ display:block;align-items: center;flex-wrap: nowrap; }
  }