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,
sub,
sup,
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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

img {
    display: block;
    border: none;
}

@-webkit-keyframes bg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes train {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: -466px;
    }
}

@keyframes train {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: -466px;
    }
}

@-webkit-keyframes car-left {
    0% {
        margin-left: -5%;
    }

    100% {
        margin-left: 100%;
    }
}

@keyframes car-left {
    0% {
        margin-left: -5%;
    }

    100% {
        margin-left: 100%;
    }
}

@-webkit-keyframes car-right {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: -5%;
    }
}

@keyframes car-right {
    0% {
        margin-left: 100%;
    }

    100% {
        margin-left: -5%;
    }
}

@-webkit-keyframes airplane {
    0% {
        margin-left: 0%;
        margin-top: 40%;
    }

    100% {
        margin-left: 100%;
        margin-top: 0%;
    }
}

@keyframes airplane {
    0% {
        margin-left: 0%;
        margin-top: 40%;
    }

    100% {
        margin-left: 100%;
        margin-top: 0%;
    }
}

@-webkit-keyframes camera {
    0% {
        margin-left: 100%;
        margin-top: 0%;
    }

    8% {
        margin-left: 80%;
        margin-top: 5%;
    }

    16% {
        margin-left: 65%;
        margin-top: 3%;
    }

    24% {
        margin-left: 50%;
        margin-top: 7%;
    }

    36% {
        margin-left: 38%;
        margin-top: 5%;
    }

    42% {
        margin-left: 23%;
        margin-top: 2%;
    }

    46% {
        margin-left: 13%;
        margin-top: 5%;
    }

    50% {
        margin-left: 0%;
        margin-top: 8%;
    }

    58% {
        margin-left: 18%;
        margin-top: 7%;
    }

    62% {
        margin-left: 35%;
        margin-top: 4%;
    }

    72% {
        margin-left: 50%;
        margin-top: 2%;
    }

    80% {
        margin-left: 62%;
        margin-top: 5%;
    }

    88% {
        margin-left: 75%;
        margin-top: 2%;
    }

    94% {
        margin-left: 88%;
        margin-top: 4%;
    }

    100% {
        margin-left: 100%;
        margin-top: 0%;
    }
}

@keyframes camera {
    0% {
        margin-left: 100%;
        margin-top: 0%;
    }

    8% {
        margin-left: 80%;
        margin-top: 5%;
    }

    16% {
        margin-left: 65%;
        margin-top: 3%;
    }

    24% {
        margin-left: 50%;
        margin-top: 7%;
    }

    36% {
        margin-left: 38%;
        margin-top: 5%;
    }

    42% {
        margin-left: 23%;
        margin-top: 2%;
    }

    46% {
        margin-left: 13%;
        margin-top: 5%;
    }

    50% {
        margin-left: 0%;
        margin-top: 8%;
    }

    58% {
        margin-left: 18%;
        margin-top: 7%;
    }

    62% {
        margin-left: 35%;
        margin-top: 4%;
    }

    72% {
        margin-left: 50%;
        margin-top: 2%;
    }

    80% {
        margin-left: 62%;
        margin-top: 5%;
    }

    88% {
        margin-left: 75%;
        margin-top: 2%;
    }

    94% {
        margin-left: 88%;
        margin-top: 4%;
    }

    100% {
        margin-left: 100%;
        margin-top: 0%;
    }
}

@-webkit-keyframes cloud {
    0% {
        left: 1%;
    }

    50% {
        left: 2%;
    }

    100% {
        left: 1%;
    }
}

@keyframes cloud {
    0% {
        left: 1%;
    }

    50% {
        left: 2%;
    }

    100% {
        left: 1%;
    }
}

@-webkit-keyframes car {
    0% {
        margin-left: -443px;
    }

    100% {
        margin-left: 100%;
    }
}

@keyframes car {
    0% {
        margin-left: -443px;
    }

    100% {
        margin-left: 100%;
    }
}

@-webkit-keyframes earth {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes earth {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes goon {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes goon {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    100% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

@-webkit-keyframes click01 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    20% {
        opacity: 1;
    }

    30% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes click01 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    20% {
        opacity: 1;
    }

    30% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes click02 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes click02 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes click03 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0%);
        transform: scale(0%);
    }

    10% {
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes click03 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0%);
        transform: scale(0%);
    }

    10% {
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.anisec .animate {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
}

.anisec .animate.show {
    opacity: 1;
}

.anisec .animate.show.inifite {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-animation: goon 1.5s infinite;
    animation: goon 1.5s infinite;
}

.anisec .animate.fadeInUp.show {
    -webkit-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
}

#smenu figure {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

nav #mainmenu,
section > div.con {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    z-index: 2;
}

nav #mainmenu:after,
section > div.con:after {
    content: " ";
    display: block;
    clear: both;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

html {
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

html * {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: "Century Gothic", "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
    line-height: 1.4em;
}

html *:before,
html *:after {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-family: "Century Gothic", "Microsoft JhengHei", "Apple LiGothic Medium", "PMingLiU", "sans-serif", "serif";
    line-height: 1.4em;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

img {
    max-width: 100%;
}

#wrap {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    background-color: #2b2420;
}

#gotop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1;
    display: none;
    width: 60px;
    height: 60px;
}

#gotop:hover {
    opacity: 0.8;
}

iframe[name="google_conversion_frame"] {
    display: none;
}

#smenu {
    display: none;
    position: fixed;
    z-index: 1000;
    right: 25px;
    top: 5px;
    right: 10px;
    padding: 12px 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#smenu figure {
    background-color: #b18739;
    width: 30px;
    height: 4px;
    margin: 6px 0;
}

#smenu:before,
#smenu:after {
    background-color: #b18739;
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition:
        transform 0.5s,
        -webkit-transform 0.5s;
}

#header.down #smenu figure,
#header.down #smenu:before,
#header.down #smenu:after {
    background-color: #050505;
}

.active #smenu {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.active #smenu figure,
.active #header.down #smenu figure {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.active #smenu:before {
    background-color: #050505;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.active #smenu:after {
    background-color: #050505;

    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-10px) rotate(135deg);
    transform: translateY(-10px) rotate(135deg);
}

@media (max-width: 768px) {
    #smenu {
        display: block;
    }
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-right-wrap,
.menu-wrap,
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fbshare svg path {
    fill: orange;
}

@media (min-width: 769px) {
    .menu-wrap li,
    .social li {
        margin: 0 5px;
    }

    .menu-wrap a img,
    .social a img {
        width: 40px;
        height: 40px;
    }
}

@media (min-width: 769px) {
    .header_content,
    nav,
    #mainmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        top: 0;
        z-index: 99;
        width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1028px;
    }

    .menu {
        font-size: 20px;
        font-weight: bold;
        margin: 0 10px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: transparent;
    }

    .down .menu {
        height: 60px;
        position: relative;
        color: #0d0608;
    }

    .down .menu:after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: 0px;
        left: 0;
        background: transparent;
    }

    .down .menu:hover:after {
        background: #632f17;
    }

    .down .social a img {
        width: 32px;
        height: 32px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
}

.logo-pc-sticky {
    width: 80px;
}

.logo-pc-sticky2 {
    width: 80px;
}

@media (max-width: 768px) {
    .logo-pc a {
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    nav {
        position: fixed;
        z-index: 999;
        background: #c8a74f;
        top: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: -100%;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: scroll;
    }

    nav #mainmenu {
        padding: 10px;
        max-width: 500px;
        margin: 60px auto 20px auto;
        width: 75%;
    }

    nav #mainmenu li a {
        display: block;
        font-size: 20px;
        color: #fff;
        position: relative;
        margin: 15px auto;
        text-align: center;
    }

    nav #mainmenu li a.active {
        font-weight: bold;
        color: #632f17;
    }

    nav #mainmenu li:hover a {
        font-weight: bold;
        color: #632f17;
    }

    nav ul.social {
        display: table;
        margin: auto;
        width: 120px;
    }

    nav ul.social li.fbshare {
        display: inline-block;
        width: 48%;
        text-align: center;
        vertical-align: middle;
    }

    nav ul.social li.line {
        display: inline-block;
        width: 48%;
        text-align: center;
        vertical-align: middle;
    }

    nav ul.social li.line img {
        margin: 0 auto 0 16px;
    }
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 60px;
}

#header.down {
    background-color: #c8a74f;
    margin-top: 0px;
}
@media (max-width: 980px) {
    #header {
        background-color: transparent;
    }
}

#header.down .header_content {
    border-bottom: 0;
}

#header.down .header_content:after {
    display: none;
}

.active nav {
    top: 0;
}

section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

section > div.con {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2.title {
    font-weight: bold;
    font-size: 66px;
    text-align: center;
    color: #c9a063;
    position: relative;
    padding-bottom: 2rem;
    display: table;
    margin: auto;
}

h2.title div.year {
    font-size: 110px;
    color: #27a038;
}

h2.title > span {
    font-size: 66px;
    color: #864800;
    font-weight: bolder;
    letter-spacing: 20px;
}

h2.title:after,
h2.title:before {
    display: block;
    content: "";
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 32px;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#survey h2.title > span,
#report h2.title > span {
    color: #ffffff;
}

#survey h2.title:after,
#survey h2.title:before,
#report h2.title:after,
#report h2.title:before {
    background-image: url(../images/title-b.png);
}

@media (min-width: 960px) {
    h2.title:after,
    h2.title:before {
        height: 70px;
        width: 70px;
        bottom: 40px;
    }
}

h2.title:after {
    right: -65px;
}

h2.title:before {
    left: -75px;
}

h2.title b {
    display: block;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
}

h2.title b span {
    font-size: 38px;
}

#forum h2 {
    margin-bottom: 10px;
}

#forum h2 > span {
    letter-spacing: 10px;
}

#forum b {
    font-weight: 500;
}

#forum .btns a {
    background: #ff9d24;
}

#forum .btns a:hover {
    background: #27a038;
}

@media (max-width: 480px) {
    #forum h2 > span {
        letter-spacing: 3px;
    }
}

#award h2 {
    color: #fff;
    padding-top: 20%;
}

#award h2 > span {
    color: #fff;
}

#award h2:after {
    background: #fdef0b;
}

#award .title b {
    font-weight: 500;
}

#award .year,
#award b,
#award span {
    color: #fff;
}

#award .dedication_light {
    background-image: url(../images/light.png);
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

#award.active .dedication_light {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.btns {
    text-align: center;
}

.btns li {
    display: inline-block;
    margin: 10px 20px;
}

.btns li.icon a:after {
    content: "";
    display: flex;
    justify-content: center;
    width: 100%;
    height: 20px;
    background-image: url(../images/button-arrow-new.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btns a {
    display: block;
    background: #c59b4d;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    width: 250px;
    padding: 18px 0;
}

.btns a:hover {
    background-color: #9e7830;
}

.btns a:hover:after {
    background: url(../images/button-arrow-dark.png) center center no-repeat;
}

.btns a::after {
    content: "";
    display: block;
    width: 47px;
    height: 19px;
    background: url(../images/button-arrow.png) center center no-repeat;
    margin: 6px auto 0;
}

#survey {
    overflow: hidden;
}

#survey .title b {
    font-weight: 500;
}

.mores.show .btns li.icon a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.white .btns a {
    background-color: #ffffff;
    color: #cab328;
}

.white .btns a::after {
    background: url(../images/button-arrow-gold.png) center center no-repeat;
}

.white .btns a:hover {
    color: #ffffff;
    background-color: #9e7830;
}

.white .btns a:hover::after {
    background: url(../images/button-arrow.png) center center no-repeat;
}

.active .fadeinup {
    opacity: 0;
}

.active .fadeinup.active {
    -webkit-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
    opacity: 1;
}

.fadeinup {
    opacity: 0;
}

.fancybox-close {
    background-image: url(../images/dialog-close.png) !important;
    background-size: cover !important;
    top: 15px !important;
    right: 15px !important;
}

.fancybox-close:hover {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .fancybox-skin {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.boxcon h4.title {
    display: table;
    color: #a07729;
    font-size: 36px;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
}

.boxcon h4.title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    height: 2px;
    background: #a07729;
    margin: 20px auto;
}

ul.tabs {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: #a07729 1px solid;
}

ul.tabs li {
    display: inline-block;
    width: auto !important;
    margin: 0 !important;
}

ul.tabs li.active a::after {
    background: #a07729;
}

ul.tabs li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px;
    margin: 1px 0;
    color: #a07729;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

ul.tabs li a::after {
    content: "";
    content: "";
    width: 100%;
    height: 5px;
    background: transparent;
    position: absolute;
    left: 0;
    bottom: -2.5px;
    width: 100%;
    height: 4px;
    background: transparent;
    margin: 0 auto;
}

.tab_container .tab_content {
    max-width: 1000px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    #awardList .tab_content {
        padding: 0;
    }
}

.table-wrap {
    background-color: #a07729;
    padding: 40px 20px 30px;
    margin: 40px auto 100px;
    position: relative;
}

.table-wrap:last-child {
    margin-bottom: 0;
}

.table-wrap div {
    background-color: #8b5d13;
    position: absolute;
    width: 70%;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -36px;
    min-width: 200px;
}

.table-wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
}

.table-wrap li span {
    line-height: 50px;
    font-size: 20px;
    background: #ffffff;
    width: 160px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #a07729;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.table-wrap li p {
    font-size: 18px;
    color: #ffffff;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media (max-width: 480px) {
    .table-wrap li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 12px;
    }
}

@media (max-width: 480px) {
    .table-wrap li span {
        width: 100%;
        font-size: 18px !important;
    }
}

@media (max-width: 480px) {
    .table-wrap li p {
        padding-left: 0;
        padding-top: 10px;
    }
}

.sectt {
    font-size: 24px;
    font-weight: bold;
    display: table;
    margin: 35px auto 25px auto;
}

.sectt:before,
.sectt:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 1px;
    background: #000;
    margin: 0 10px;
}

.rwdvideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.rwdvideo iframe,
.rwdvideo object,
.rwdvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-grid {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.section-grid figure {
    position: relative;
    overflow: hidden;
}

.section-grid .item {
    float: left;
    width: 25%;
    -webkit-transition-property:
        opacity,
        -webkit-transform;
    transition-property:
        opacity,
        -webkit-transform;
    transition-property: transform, opacity;
    transition-property:
        transform,
        opacity,
        -webkit-transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    position: relative;
    z-index: 1;
    margin-top: -2px;
}

.section-grid figure {
    position: relative;
    overflow: hidden;
}

.section-grid figcaption {
    background-color: rgba(204, 161, 83, 0.8);
    position: absolute;
    color: #fff;
    padding-top: 15%;
    z-index: 5;
    width: 100%;
    height: 90%;
    top: 0px;
    line-height: 1.5em;
    font-weight: bold;
    top: -1px;
}

.section-grid figcaption .title {
    font-size: 130%;
    margin-bottom: 20px;
    padding: 0 7%;
}

.section-grid figcaption .content {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0 1%;
    text-align: center;
}

.section-grid figcaption .content b {
    font-size: 24px;
    line-height: 1.3em;
    color: #fff;
}

.section-grid figcaption .content strong {
    color: #ffe400;
}

.section-grid figcaption .content strong span {
    font-size: 1.3em;
    color: #ffe400;
    font-weight: bold;
}

.section-grid figcaption .content span {
    font-size: 0.9em;
    line-height: 1.3em;
}

.section-grid figcaption .content i {
    padding-right: 22px;
    background: url(../images/icon.png) left center no-repeat;
}

.section-grid figcaption .text {
    position: relative;
    top: 20%;
}

.section-grid figcaption .more a {
    font-size: 20px;
    display: table;
    margin: auto;
    padding: 2px 8px;
    color: #9b6d25;
    background: #ffffff;
    line-height: 40px;
    width: 120px;
    text-align: center;
}

@media (max-width: 980px) {
    .section-grid {
        position: relative;
    }
}

@media (max-width: 768px) {
    .section-grid figcaption .content b {
        font-size: 20px;
    }
}

@media (max-width: 720px) {
    .section-grid figcaption .content {
        font-size: 1.2em;
    }
}

@media (max-width: 980px) {
    .section-grid .item {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .section-grid .item {
        width: 100%;
    }

    .section-grid figcaption .content {
        font-size: 1em;
    }
}

footer .support-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 30px;
    background-color: #000000;
}

footer .support-wrap a {
    margin: 0 30px;
    max-width: 250px;
}

footer .component {
    background-color: #000000;
    text-align: center;
    padding: 30px 0;
}

footer .component * {
    color: #cfbb9d;
}

@media (max-width: 480px) {
    footer .support-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    footer .support-wrap a {
        margin: 15px auto;
        width: 80%;
    }

    footer .support-wrap a img {
        margin: auto;
    }
}

@media (max-width: 700px) {
    footer .component span {
        display: block;
    }
}

@media (min-width: 0px) {
    html,
    body {
        min-width: 320px;
    }
}

@media (max-width: 1000px) {
    section > div.con {
        width: 100%;
        padding: 0px 15px;
    }
}

@media (max-width: 980px) {
    #gotop img {
        width: 65px;
    }
}

@media (max-width: 768px) {
    h2.title {
        font-size: 38px;
    }

    h2.title > span {
        display: inline-block;
        font-size: 42px;
        letter-spacing: 0px;
    }

    h2.title:after {
        right: -62px;
    }

    h2.title:before {
        left: -62px;
    }

    h2.title b {
        font-size: 24px;
    }

    h2.title b span {
        display: inline-block;
        font-size: 24px;
    }

    #unit h2,
    #survey h2 {
        margin-bottom: 40px;
    }

    ul.tabs li a {
        padding: 8px 12px;
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .boxcon h4.title {
        font-size: 36px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*# sourceMappingURL=layout.css.map */
