﻿@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;
    /* height: 1000px;
 background-color: rgba(255, 255, 255, 0.5);
*/
}

h2 {
    font-size: 36px;
    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;
}

*, *:before, *:after{      
    box-sizing: border-box;
}

.row:after{
    content:'';
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}
.column{
    float: left;
}
.xl-6{
    width: 50%;
}
@media screen and (max-width: 1366px) {
    section center {
        width: 960px;
        /*  height: 1000px;
  background-color: rgba(255, 255, 255, 0.5);
*/
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {
    section center {
        width: 640px;
    }
    h3 {
        line-height: 1.55;
    }   
    .md-12{
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    section center {
        width: 320px;
    }
    section .frame{
        width: auto !important;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 13px;
    }
}