@font-face {
    font-family: 'Archer Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Archer Medium'), url('font/Archer-Medium-Pro.woff') format('woff');
}

body {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
    font-family:  Arial,'微軟正黑體',Microsoft JhengHei,Sans-Serif;
}

.show {
    display: block;
}

.hide {
    display: none;
}


/*-----------System setting start--------------*/

input[type="text"],
input[type="text"]:focus {
    outline: none;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
}

input,
input:focus {
    outline: none;
}

.bothClear {
    clear: both;
}

.img100A {
    width: 100%;
    height: 100%;
}

.img100H {
    width: auto;
    height: 100%;
}

.img100W {
    width: 100%;
    height: auto;
}

#main {
    position: relative;
    width: 100%;
    height: auto%;
    background-color: #fff;
        overflow-x: hidden;
}



/*-----------System setting end--------------*/


/*-----------Menu setting start--------------*/

#header {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 10;
    background-color:#fff;
    box-shadow: 0px 2px 10px #999;
    display: none;
}
#header .logoarea{
  position: absolute;
  width:158px;
  height:31px;
  left:10px;
  top:10px;
  background-image: url(../img/core/mclogo.png);
  background-size: cover;
  cursor: pointer;
}

#header .menuareactrl{
  position: absolute;
  right:10px;
  top:12px;
  width:30px;
  height:30px;
  cursor: pointer;
  display: none;
}

#header .menuareactrl_o{
  background-image: url(../img/index/header_menu_icon_black.png);
  background-size: 100% 100%;
  position: absolute;
  display:block;
  top:15px;
  left:-0%;
  width:90%;
  height:70%
}

#header .menuareactrl_c{
  background-image: url(../img/index/header_menu_close_black.png);
  background-size: 100% 100%;
  position: absolute;
  display:none;
    top: 15px;
    left: 0px;
    width: 80%;
    height: 80%;
}


#header .menuarea{
  position: absolute;
  right:10px;
  width:auto;
  height:100%;
  display:block ;
}
#header .menuarea .node{
    position: relative;
    display: block;
    float: left;
    margin-top:20px;
    padding :0 10px;
    cursor: pointer;
    border-right:1px solid #ccc;
    font-size: 14px;
    color:#3C3C3C;
    font-weight: bold;
}
#header .menuarea .node:first-child{
    border-left:1px solid #ccc;
}



#header .menuarea .node:hover{

    color:#00aebb;
}
