/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

//

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

img {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

@font-face {
    font-family: 'digital-7';
    src: url('../fonts/digital-7.ttf');
}

.PicStyle {
    border-radius: 15px;
}

.Body {
    background-color: #000;
    background-image: url(../images/BackgoundPic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Logo {
    margin: auto;
    width: 11%;

}

.Header {
    background-color: #323e7d;
    width: auto;
    height: 60px;
}

.Activity_PC_All {
    display: flex;
    flex-wrap: wrap;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 100px;
    padding-top: 100px;
    justify-content: center;
}


.foreword {
    padding-top: 50px;
    padding-left: 250px;
    padding-right: 250px;
}

.Activity_PC_Description {
    width: 25%;
    margin: 25px;
    position: relative;
    justify-content: center;
}

.Hot {
    position: absolute;
    right: -32px;
    top: -10px;
}

.ActivityMBTextTopic {
    color: #000;
    text-decoration: none;
    font-size: 16pt;
    font-weight: 900;
    display: flex;
    justify-content: center;
    margin-bottom: 10px
}

.ActivityMBTextTopic:hover {
    color: #153570
}


.ActivityMBTextContent {
    color: #fff;
    text-decoration: none;
    font-size: 13pt;
    font-weight: 500;
    letter-spacing: 2px;
}

.ActivityMBTextContent:hover {
    color: #fff;
}

#ImportText {
    text-decoration: none;
    font-weight: 600;
    font-size: 12pt;
    color: #edb61b;
    letter-spacing: 2px;
}

.Activity_PC_Button {
    width: 50%;
    background-color: #edf7ff;
    position: absolute;
    top: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 50px;
    transition-duration: 0.5s;
    border: 2px solid #797ce5;
    font-weight: bolder;
    
}

.Activity_PC_Button:hover {
    transform: scale(1.1);
    cursor: pointer;

}

.ActivityPCButton {
    font-size: 13pt;
    color: #2a329d;
    font-weight: bolder;
    text-decoration: none;
    transition-duration: 0.5s;
    letter-spacing: 5px;

}

.ActivityPCButton:hover {
    color: #8a2cb9;
}

.NoticDetail {
    margin-left: 215px;
    margin-right: 215px;
    margin-bottom: 50px;
    border-radius: 20px 20px 20px 20px;
}

.QA {
    margin-left: 215px;
    margin-right: 215px;
    margin-bottom: 50px;
    border-radius: 20px 20px 20px 20px;
}

input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.NoticDetailTitle {
    color: #B6E7E3;
    font-size: 14pt;
    display: flex;
    justify-content: space-between;
    background: #00000085;
    font-weight: bolder;
    cursor: pointer;
    padding: 15px;
    border: solid 1px #fff;
    letter-spacing: 5px;

}

.QATitle {
    color: #B6E7E3;
    font-size: 14pt;
    display: flex;
    justify-content: space-between;
    background: #00000085;
    font-weight: bolder;
    cursor: pointer;
    padding: 15px;
    border: solid 1px #fff;
    letter-spacing: 5px;
}

.QATitle::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

.NoticDetailTitle::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

input:checked + .QATitle::after {
    transform: rotate(90deg);
}

input:checked + .NoticDetailTitle::after {
    transform: rotate(90deg);
}

.NoticDetailContent {
    font-size: 13pt;
    color: #fff;
    background: #ffffff2b;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    /*border:solid 8px #ffce90;*/
}

.Question1,
.Question2,
.Question3,
.Question4,
.Question5,
.Question6 {
    color: #fff;
    font-size: 13pt;
    display: flex;
    justify-content: space-between;
    background: #00000085;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 25px 5px 25px;
    border: solid 1px #fff;
    letter-spacing: 5px
}

.Question1::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

.Question2::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

.Question3::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

.Question4::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

.Question5::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

.Question6::after {
    content: "❯";
    text-align: center;
    transition: all 0.35s;
}

input:checked + .Question1::after {
    transform: rotate(90deg);
}

input:checked + .Question2::after {
    transform: rotate(90deg);
}

input:checked + .Question3::after {
    transform: rotate(90deg);
}

input:checked + .Question4::after {
    transform: rotate(90deg);
}

input:checked + .Question5::after {
    transform: rotate(90deg);
}

input:checked + .Question6::after {
    transform: rotate(90deg);
}

.Answer1,
.Answer2,
.Answer3,
.Answer4,
.Answer5,
.Answer6 {
    color: #fff;
    font-size: 13pt;
    background: #ffffff2b;
    padding: 5px 25px 5px 25px;
    font-weight: 500;
    padding-left: 50px;
}


#Wordhieght {
    padding-bottom: 0rem;
}

.Link {
    cursor: pointer;
    color: #6cff00;
}

.Footer {
    width: auto;
    height: 75px;
    background-color: #323e7d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CopyRight {
    text-decoration: none;
    color: #000;
    display: flex;
    font-weight: bolder;
    color: #fff;
}


.Activity1MBBanner,
.Activity2MBBanner,
.Activity3MBBanner,
.Activity4MBBanner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Activity1MBTopic,
.Activity2MBTopic,
.Activity3MBTopic,
.Activity4MBTopic {
    position: absolute;
}

.Activity1MBContent,
.Activity2MBContent,
.Activity3MBContent,
.Activity4MBContent {
    width: 100%;
    background-color: burlywood;
    padding: 20px
}

.ActivityMBText {
    text-decoration: none;
    color: #000;
    font-size: 15pt;
    font-weight: bolder;
}

.ActivityNBButton {
    border-radius: 0px;
    background-color: #26769B;
    cursor: pointer;
    width: 50%;
    margin: 0 auto 20px auto;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%vh;
}

.ActivityPCButtonText {
    color: #fff;
    text-decoration: none;
}

.MB_Environment {
    display: none;
}


@media screen and (max-width:1920px) {

    .Activity_PC_Description {
        margin: 25px;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .MB_Environment {
        display: none;
    }

    .SocialMBBar {
        display: none;
    }

    .Activity_PC_All {
        display: flex;
        flex-wrap: wrap;
        padding-right: 100px;
        padding-left: 100px;
        padding-bottom: 100px;
        padding-top: 100px;
        justify-content: center;
    }

    .Hot {
        right: -15px;
    }

    .Activity_PC_Button {
        top: 285px;
    }
}

@media screen and (max-width:1600px) {
    .Hot {
        right: -30px;
    }

    .Activity_PC_Button {
        top: 240px;
    }

}

@media screen and (max-width:1440px) {
    .Activity_PC_All {
        display: flex;
        padding-right: 70px;
        padding-left: 70px;
        padding-bottom: 70px;
        padding-top: 70px;
    }

    .Activity_PC_Description {
        margin: 25px;
        position: relative;
    }

    .QA {
        margin-left: 185px;
        margin-right: 185px;
        margin-bottom: 50px;
    }

    .SocialBar {
        position: fixed;
        right: 0px;
        padding: 5px;
        top: 360px;
    }

    .NoticDetail {
        margin-left: 185px;
        margin-right: 185px;
        margin-bottom: 50px;
    }

    .Hot {
        right: -30px;
    }

    .Activity_PC_Button {
        top: 225px;
    }

}

@media screen and (max-width:1290px) {
    .Activity_PC_Text {}

    .Activity_PC_Description {
        margin: 25px;
        position: relative;
    }

    .forewordSupport {
        width: 60%;
    }

    .Activity_PC_Button {
        top: 190px;
    }

    .QA {
        margin-left: 165px;
        margin-right: 165px;
    }

    .NoticDetail {
        margin-left: 165px;
        margin-right: 165px;
    }
}


@media screen and (max-width:1200px) {

    .Activity_PC_Description {
        margin: 25px;
        position: relative;
    }

    .Activity_PC_Text {}

    .Activity_PC_Button {
        top: 170px;
        height: 30px;
    }

    .QA {
        margin-left: 145px;
        margin-right: 145px;
    }

    .NoticDetail {
        margin-left: 145px;
        margin-right: 145px;
    }
}

@media screen and (max-width:912px) {
    .forewordSupport {
        width: 80%;
    }

    .Activity_PC_All {
        display: flex;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .NoticDetail {
        margin-left: 85px;
        margin-right: 85px;
        margin-bottom: 50px;
    }

    .QA {
        margin-left: 85px;
        margin-right: 85px;
        margin-bottom: 50px;
    }

    .Activity_PC_Description {
        margin: 25px;
        position: relative;
    }

    .Activity_PC_Text {}

    .SocialBar {
        position: fixed;
        right: 0px;
        padding: 0px;
        top: 180px;
        width: 50px;

    }

    .ActivityPCTextTopic {
        color: #B6E7E3;
        text-decoration: none;
        font-size: 14pt;
        font-weight: 900;
        display: flex;
        justify-content: center;
    }

    .ActivityPCTextContent {
        font-size: 10pt;
    }

    #ImportText {
        font-size: 10pt;
    }

    .Hot {
        width: 40%;
        right: -22px;
    }

    .Activity_PC_Button {
        top: 145px;
        height: 25px;
    }

    .ActivityPCButton {
        font-size: 11pt;
    }

    .NoticDetailTitle {
        color: #B6E7E3;
        font-size: 13pt;
        padding: 10px;
        letter-spacing: 3px;
    }

    .QATitle {
        color: #B6E7E3;
        font-size: 13pt;
        padding: 10px;
        letter-spacing: 3px;
    }

}

@media screen and (max-width:834px) {


    .Activity_PC_Description {
        margin: 25px;
        position: relative;
    }

    .Activity_PC_Text {}

    .Activity_PC_Button {
        top: 125px;
        height: 25px;
    }

    .ActivityPCButton {
        font-size: 10pt;
        letter-spacing: 3px;
    }


    .QA {
        margin-left: 75px;
        margin-right: 75px;
        margin-bottom: 50px;
    }

    .NoticDetail {
        margin-left: 75px;
        margin-right: 75px;
        margin-bottom: 50px;
    }

    .foreword {
        padding-top: 30px;
        padding-left: 60px;
        padding-right: 60px;
    }

}

@media screen and (max-width:768px) {
    .foreword {
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .Activity_PC_All {
        display: flex;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .Activity_PC_Text {}

    .Activity_PC_Description {
        margin: 25px;
        position: relative;
    }

    #ImportText {
        letter-spacing: 0px;
    }

    .NoticDetail {
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 50px;
    }


    .QA {
        margin-left: 60px;
        margin-right: 60px;
        margin-bottom: 50px;
    }

    .QATitle::after {
        content: "❯";
        text-align: center;
        transition: all 0.35s;
        margin-right: 20px;
    }

    .NoticDetailTitle::after {
        content: "❯";
        text-align: center;
        transition: all 0.35s;
        margin-right: 20px;
    }

    .ActivityPCTextContent {
        font-size: 9pt;
    }

    .Activity_PC_Button {
        top: 115px;
        height: 25px;
    }

    .Hot {
        width: 40%;
        right: -20px;
        top: -5px;
    }

    .Logo {
        width: 25%;
    }
}

@media screen and (max-width:540px) {
    .PC_Environment {
        display: none;
    }

    .MB_Environment {
        display: block;
    }

    .carousel-control-prev-icon {
        background-image: none;
    }

    .QA {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .NoticDetail {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .Header {
        width: auto;
        height: 40px;
    }

    .Footer {
        height: 50px;
    }

    .CopyRight {
        font-size: 12px;
    }

    .NoticDetailTitle {
        border-radius: 0px;
    }

    .Notice1Content,
    .Notice2Content,
    .Notice3Content {
        border-radius: 0px;
        padding: 20px;
    }

    .QATitle {
        border-radius: 0px;
    }

    .Answer1 {
        border-radius: 0px;
    }

    .ActivityMbDescription {
        display: flex;
        position: relative;
        padding: 0px 38px;
        justify-content: center;
        margin-bottom: 20px
    }

    .Notice1,
    .Notice2,
    .Notice3 {
        font-size: 18px;
        font-weight: bolder;
    }

    .Notice1Content,
    .Notice2Content,
    .Notice3Content {
        font-size: 12pt;
        font-weight: bolder;
    }

    .Question1,
    .Question2,
    .Question3,
    .Question4,
    .Question5,
    .Question6 {
        font-size: 18px;
        font-weight: bolder;
    }

    .Answer1 {
        font-size: 12pt;
        font-weight: bolder
    }

    .Detail1 {
        font-size: 12pt;
    }

    .Activity_Mb_Button {
        width: 50%;
        background-color: #edf7ff;
        position: absolute;
        top: 220px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        border-radius: 50px;
        transition-duration: 0.5s;
        border: 2px solid #797ce5;
    }

    .Activity_Mb_Button:hover {
        transform: scale(1.1);
        cursor: pointer;

    }

    .ActivityMbButton {
        font-size: 12pt;
        color: #2a329d;
        font-weight: bolder;
        text-decoration: none;
        transition-duration: 0.5s;
        letter-spacing: 5px;

    }

    #ImportText {
        font-size: 12pt;
    }

    .ActivityPCTextContent {
        font-size: 12pt;
    }

    .foreword {
        padding: 15px;
    }

    .forewordSupport {
        padding: 15px;
    }

    .Hot {
        width: 25%;
        right: 4px;
        top: -10px;
    }
}

@media screen and (max-width:414px) {
    .Activity_Mb_Button {
        width: 50%;
        background-color: #edf7ff;
        position: absolute;
        top: 155px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        border-radius: 50px;
        transition-duration: 0.5s;
        border: 2px solid #797ce5;
    }

    .Hot {
        width: 25%;
        right: 10px;
        top: -8px;
    }
}

@media screen and (max-width:375px) {
    .Activity_Mb_Button {
        width: 50%;
        background-color: #edf7ff;
        position: absolute;
        top: 145px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 30px;
        border-radius: 50px;
        transition-duration: 0.5s;
        border: 2px solid #797ce5;
    }
    .Hot {
        width: 25%;
        right: 15px;
        top: -7px;
    }
}

@media screen and (max-width:320px) {}
