a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    position: relative;
    overflow-x: hidden;
    font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif
}

button,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

:focus,
a:active,
a:focus,
a:hover,
button:focus {
    text-decoration: none;
    outline: 0
}

button {
    background: 0 0;
    border: none
}

img {
    max-width: 100%;
    height: auto
}

.modal-modal,
a,
button {
    background-color: transparent;
    border: none;
    cursor: pointer
}

button.close {
    width: 54px;
    height: 54px;
    background: url(//landing.mangot5.com/template/la/event/nav/images/close.png) no-repeat 0 0;
    background-size: contain;
    overflow: hidden;
    text-indent: -10000em;
    cursor: pointer;
    border: 0;
    opacity: 1;
    position: absolute;
    right: 1rem;
    top: -54px;
    z-index: 999
}

.modal-dialog {
    width: 100%;
    max-width: 1400px;
    margin: 8vh auto 0 auto;
    text-align: center;
    pointer-events: auto
}

@media only screen and (max-width:480px) {
    .modal-dialog {
        margin: 40% auto
    }
}

.modal-dialog iframe {
    max-width: 100%
}

@media only screen and (max-width:350px) {
    .modal-dialog iframe {
        max-height: 60vh
    }
}

body {
    background: #fff;
    color: #000;
    font-family: 'Microsoft JhengHei', Verdana, Geneva, sans-serif;
    font-weight: 400;
    line-height: 36px;
    font-size: 16px
}

h2 {
    margin: 70px 0 0;
    font-size: 24px;
    color: #fff
}

@media only screen and (max-width:480px) {
    h2 {
        font-size: 15px;
        margin-top: 40px
    }
}

p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px
}

@media only screen and (max-width:480px) {
    p {
        font-size: 12px;
        line-height: 16px
    }
}

#particles-js {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none
}

@media only screen and (max-width:1200px) {
    #particles-js {
        display: none
    }
}

.header {
    position: relative;
    background: url(../images/header_bg.jpg) no-repeat 50% 0;
    height: 950px;
    padding-top: 50px;
    z-index: 1;
    background-size: cover
}

@media only screen and (max-width:768px) {
    .header {
        height: 123.69vw;
        padding-top: 10px
    }
}

.header .logo {
    margin-left: 2vw
}

@media only screen and (max-width:350px) {
    .header .logo img {
        width: 30vw
    }
}

.header .title {
    position: absolute;
    z-index: 1;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    bottom: 50px;
    max-width: 1062px;
    width: 100%
}

@media only screen and (max-width:768px) {
    .header .title {
        bottom: 20px;
        width: 100%
    }
}

.header .btnMB,
.header .btnPC {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px
}

@media only screen and (max-width:768px) {

    .header .btnMB,
    .header .btnPC {
        justify-content: center
    }
}

@media only screen and (max-width:480px) {

    .header .btnMB,
    .header .btnPC {
        margin-top: 0
    }
}

.header .btnMB li,
.header .btnPC li {
    margin: 0 10px
}

@media only screen and (max-width:480px) {

    .header .btnMB li,
    .header .btnPC li {
        margin: 0 3px
    }
}

.header .btnMB li a,
.header .btnPC li a {
    background: rgba(25, 37, 53, .7);
    border-radius: 25px;
    padding: 6px 39px;
    font-size: 20px;
    color: #d6dcff;
    font-weight: 700;
    font-family: 'Microsoft JhengHei', sans-serif, Arial
}

@media only screen and (max-width:768px) {

    .header .btnMB li a,
    .header .btnPC li a {
        font-size: 16px
    }
}

@media only screen and (max-width:480px) {

    .header .btnMB li a,
    .header .btnPC li a {
        font-size: 14px;
        padding: 6px 20px
    }
}

.header .btnMB li a:hover,
.header .btnPC li a:hover {
    background: rgba(254, 218, 4, .8);
    color: #fff
}

.header .btnMB {
    display: none
}

main {
    position: relative;
    background: url(../images/bg.png) repeat 0 0;
    text-align: center;
    overflow: hidden;
    padding: 76px 0 215px
}

@media only screen and (max-width:768px) {
    main::after {
        height: 122.65vw
    }
}

main section {
    position: relative
}

main section .con {
    position: relative
}

main section .con::after,
main section .con::before {
    position: absolute;
    content: '';
    z-index: 1;
    left: 50%
}

@media only screen and (max-width:1200px) {

    main section .con::after,
    main section .con::before {
        display: none
    }
}

main section .con .c1btn {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 72px
}

@media only screen and (max-width:1200px) {
    main section .con .c1btn {
        bottom: 6vw
    }
}

main section .con .c1btn a {
    margin: 0 20px;
    display: block;
    width: 235px
}

@media only screen and (max-width:1200px) {
    main section .con .c1btn a {
        width: 18.333vw
    }
}

@media only screen and (max-width:480px) {
    main section .con .c1btn a {
        margin: 0 5px
    }
}

main section .con .c1btn a img {
    opacity: 1
}

main section .con .c1btn a:hover {
    background: url(../images/btn11.png) no-repeat 0 0
}

main section .con .c1btn a:hover img {
    opacity: 0
}

main section .con .c1btn a:nth-of-type(2):hover {
    background: url(../images/btn22.png) no-repeat 0 0
}

main section.s1 .con::before {
    background: url(../images/deco11.png) no-repeat 0 0;
    width: 304px;
    height: 231px;
    top: -75px;
    margin-left: 416px;
}

main section.s1 .con::after {
    background: url(../images/deco12.png) no-repeat 0 0;
    width: 259px;
    height: 304px;
    top: 512px;
    margin-left: -786px;
}

main section.s2 {
    margin: 20px 0
}

main section.s2 .con::after {
    background: url(../images/deco22.png) no-repeat 0 0;
    width: 145px;
    height: 126px;
    top: auto;
    bottom: -161px;
    margin-left: -477px;
}

main section.s2 .con .c1btn a {
    width: 235px
}

@media only screen and (max-width:1200px) {
    main section.s2 .con .c1btn a {
        width: 23.166vw
    }
}

main section.s2 .con .c1btn a:hover {
    background: url(../images/btn33.png) no-repeat 0 0
}

main section.s3 .con::before {
    background: url(../images/deco31.png) no-repeat 0 0;
    width: 554px;
    height: 774px;
    top: -270px;
    margin-left: 280px;
}

main section.s3 .con::after {
    background: url(../images/deco32.png) no-repeat 0 0;
    width: 411px;
    height: 759px;
    top: 546px;
    margin-left: -872px;
}

main section.s3 .con .mm1 {
    position: absolute;
    background: url(../images/deco33.png) no-repeat 0 0;
    width: 695px;
    height: 838px;
    top: auto;
    left: 50%;
    bottom: -390px;
    margin-left: 290px;
}

main section.s3 .con .mm2 {
    position: absolute;
    background: url(../images/deco23.png) no-repeat 0 0;
    width: 134px;
    height: 125px;
    top: auto;
    left: 50%;
    bottom: 687px;
    margin-left: 274px;
}

@media only screen and (max-width:1200px) {

    main section.s3 .con .mm1,
    main section.s3 .con .mm2 {
        display: none
    }
}

main .notice {
    padding: 80px 0 0
}

#goTop {
    display: block;
    position: fixed;
    bottom: 74px;
    right: 30px;
    background: url(../images/gotop.png) no-repeat 0 0;
    width: 203px;
    height: 95px;
    z-index: 998;
    transition: all .2s ease-in-out;
}

@media only screen and (max-width:768px) {
    #goTop {
        right: 0px;
        scale: 0.8;
    }
}

@media only screen and (max-width:425px) {
    #goTop {
        right: -20px;
        scale: 0.6;
    }
}

#goTop:hover {
    background: url(../images/gotop_hover.png) no-repeat 0 0;
    bottom: 79px
}

button.close {
    width: 90px;
    height: 90px;
    background: url(../images/close.png) no-repeat 0 0
}

@media only screen and (max-width:1024px) {
    button.close {
        top: -70px;
        scale: 0.8;
    }
}

@media only screen and (max-width:425px) {
    button.close {
        right: 0rem;
        top: -61px;
        scale: 0.5;
    }
}

.navbar-toggler-icon {
    background-image: url(../images/hamburger.svg)
}

.navbar-toggler-icon:focus {
    outline: unset
}

.navbar-toggler-icon .fas.fa-bars {
    color: #fff
}

.navbar {
    padding: 0;
    background-color: #000
}

.navbar .navbar-nav {
    align-items: center
}

@media only screen and (max-width:768px) {
    .navbar li.nav-item {
        width: 100%;
        display: inline-block;
        margin: auto;
        text-align: center
    }
}

.navbar a.nav-link {
    color: #fff;
    padding: .8rem 1.5rem;
    padding-right: 1rem;
    padding-left: 1rem
}

.navbar a.nav-link:hover {
    background-color: #484848
}

footer {
    font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
    background-color: #212750
}

footer .copyright ul.clearfix {
    text-align: center
}

@media only screen and (max-width:480px) {
    footer .copyright ul.clearfix {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
}

footer .copyright ul.clearfix li {
    margin-bottom: 12px
}

@media only screen and (max-width:480px) {
    footer .copyright ul.clearfix li:last-child img {
        margin-bottom: 8px
    }
}

footer .copyright ul.clearfix li span {
    line-height: 1.6
}

@media only screen and (max-width:480px) {
    footer .copyright ul.clearfix li span {
        width: 100%;
        text-align: center
    }
}

footer .copyright ul.clearfix li p {
    line-height: 1.4
}

@media only screen and (max-width:480px) {
    footer .copyright ul.clearfix li p {
        font-size: 12px
    }
}