@charset "utf-8";

/*  ------------------------import------------------------  */
/*
@import url('https://fonts.googleapis.com/css?family=Lato:900,700,400,300,100');
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
*/
@import url("import/font-awesome.min.css");
@import url("import/flickity.min.css");
@import url("import/owl.carousel.min.css");
@import url("import/owl.theme.default.min.css");
@import url("import/footable.bootstrap.min.css");
@import url("import/bootstrap-select.min.css");
@import url("import/fileinput.min.css");
@import url("import/responsive.css");

/*  ------------------------Fonts------------------------  */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?fi1pcb');
    src: url('../fonts/icomoon.eot?fi1pcb#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?fi1pcb') format('truetype'), url('../fonts/icomoon.woff?fi1pcb') format('woff'), url('../fonts/icomoon.svg?fi1pcb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*  ------------------------共用Style------------------------  */

body {
    font-family: 'Lato', 'Open Sans', sans-serif;
    font-weight: normal;
    color: #333;
}

::selection {
    background: rgba(209, 192, 165, .85);
    color: #FFF;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', 'Open Sans', sans-serif;
}

a {
    color: #333;
    transition: color .2s linear;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
}

a:hover,
a:focus,
a:active {
    color: #f90;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.logo h1 {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url(../images/godess_g.png) center top no-repeat;
    width: 448px;
    height: 76px;
    margin: 0 auto;
}

.carousel-control {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider .carousel-control.right,
.slider .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.hover_nav {
    list-style: none;
}

.breadcrumb {
    background: transparent;
    font-size: 12px;
    margin: 0 0 10px;
    font-weight: 300;
    float: right;
    padding: 0;
}


/*.breadcrumb:before {
    content: "現在位置：";
    display: inline-block;
}*/

.breadcrumb a {
    color: #aaa;
}

.breadcrumb a:hover {
    color: #f90;
}

.breadcrumb>.active {
    color: #666;
    font-weight: 300;
}

.machine img {
    width: 100%;
    height: auto;
}

.machine .row:nth-child(1) {
    margin-bottom: 30px;
}

.table_rela {
    position: relative;
}

.footer_logo {
    margin: 0;
    display: block;
    position: relative;
    width: 10vw;
    height: 20vh;
}

.footer_logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.textedit {
    line-height: 26px;
    color: #666;
}

.textedit p {
    font-weight: 300;
    font-size: 16px;
}

.edit_imgbox {
    background: #fff;
    border: 1px solid #ddd;
    float: left;
    padding: 15px;
    border-radius: 10px;
}

.edit_imgbox img {
    max-height: 300px;
}

.stage1 {
    list-style: cjk-ideographic;
}

.stage1 >li {
    font-size: 20px;
}

.stage1 h2 {
    font-size: 20px;
}

.stage1 >li >ol {
    font-weight: 300;
    font-size: 16px;
}

.stage1 >li >ol >li >.stage2 {
    margin: 15px 0;
}

.stage1 >li >ul {
    font-size: 15px;
    font-weight: 300;
}

.stage2 {
    font-weight: 300;
    list-style-type: lower-alpha;
}

.stage2 li {
    font-size: 15px;
}

.date {
    display: block;
    color: #ccc;
}

.m_tag {
    display: inline-block;
    padding: 2px 5px;
    text-transform: capitalize;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
}

.btns {
    display: inline-block;
    padding: 5px 10px;
    text-transform: capitalize;
    border-radius: 10px;
    color: #fff;
    font-weight: 400;
}

.black {
    background: #333;
}

.grey{
    background: #888;
}

.red_back{
    background: #ea5858;
}

.yellow_back{
    background: #ffc800;
}

.green_back{
    background: #0baa3b;
}

.purple_back{
    background: #cc02cc;
}

.red {
    color: #ea5858;
}

.side_title .red {
    font-size: 13px;
    color: #ea5858;
    font-weight: 300;
}

.searchmark {
    color: #F00;
    font-weight: 700;
}

.ih-item.square {
    position: relative;
    border: none;
    box-shadow: none;
}

#gotop {
    display: none;
    width: 22px;
    height: 38px;
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 100;
    cursor: pointer;
}


/*#gotop:after {
    content: '\f077';
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
}

#gotop:hover {
    border: 2px solid #f90;
}*/

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.btn-block {
    border: none;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    padding: 7.5px 0;
    border-radius: 5px;
}
