﻿@charset "UTF-8";
body {
    background: #000;
    font-family: 'cwTeXHei', 'Play', 'Segoe UI', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
}

body,
section,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

center {
    margin: 0 auto;
    position: relative;
    text-align: left;
}

section center {
    width: 1366px;
}

h2 {
    font-size: 40px;
    line-height: 1.08654;
    color: #FF7200;
    font-weight: 200;
   /* letter-spacing: -0.014em;
*/
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #ddd;
    margin-bottom: 20px;
}

h3 span {
    color: #FF7200;
}

h4 {
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25em;
    color: #bbb;
}

@media screen and (max-width: 1366px) {
    section center {
        width: 960px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {
    section center {
        width: 640px;
    }
}

@media screen and (max-width: 640px) {
    section center {
        width: 320px;
    }
    section div {
        position: relative !important;
        width: auto !important;
        left: auto !important;
        top: auto !important;
        height: auto !important;
        padding: 0 10px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 13px;
    }
}
