@charset "utf-8";

/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
}

.stickyHeader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 118px;
    background-image: url(../newImages/top.jpg);
    background-repeat: repeat-x;
    z-index: 900;
}

#logoDiv {
    display: flex;
    width: 50%;
    justify-content: flex-start;
    align-items: center;
}

#menuDiv {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    height: 110px;
}

#logo {
    height: 110px;
}

.topMenu {
    max-width: 1050px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    flex-flow: row wrap;
}

.topMenu ul {
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 50px;
}

.topMenu ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
    margin-right: 20px;
}

#firstLi {
    width: 28px;
    height: 28px;
    background-image: url(../newImages/menu1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    transition: 0.3s ease;
    cursor: pointer;
    margin-top: -1px;
}

.topMenu ul li:nth-of-type(2),
.topMenu ul li:nth-of-type(3),
.topMenu ul li:nth-of-type(4) {
    width: 113px;
    height: 28px;
    background-size: 113px 28px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease;
    cursor: pointer;
}

.topMenu ul li:nth-of-type(2) {
    background-image: url(../newImages/btn1_tc.png);
}

.topMenu ul li:nth-of-type(2):hover {
    background-image: url(../newImages/btn1_tc_o.png);
}

.topMenu ul li:nth-of-type(3) {
    background-image: url(../newImages/btn2_tc.png);
}

.topMenu ul li:nth-of-type(3):hover {
    background-image: url(../newImages/btn2_tc_o.png);
    transition: 0.3s ease;
}

.topMenu ul li:nth-of-type(4) {
    background-image: url(../newImages/btn3_tc.png);
}

.topMenu ul li:nth-of-type(4):hover {
    background-image: url(../newImages/btn3_tc_o.png);
}

#langLi {
    display: none;
    margin-right: -20px;
    margin-top: 41px;
    transition: 0.3s ease;
}

#btn3 {
    margin-right: 0px;
}


/* 
.topMenu ul li:hover ul {
    display: block;
    margin-top: 41px;
    transition: 0.3s ease;
} */

#langLi li {
    margin-bottom: 5px;
}

#langLi li:nth-of-type(1) {
    width: 28px !important;
    HEIGHT: 28px!important;
    background-image: url(../newImages/langCN.png)!important;
    background-size: 28px 28px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    transition: 0.3s ease!important;
    cursor: pointer!important;
}

#langLi li:nth-of-type(1):hover {
    background-image: url(../newImages/langCNo.png)!important;
    transition: 0.3s ease!important;
}

#langLi li:nth-of-type(2) {
    width: 28px!important;
    HEIGHT: 28px!important;
    background-image: url(../newImages/langSC.png)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 28px 28px;
    transition: 0.3s ease!important;
    cursor: pointer!important;
}

#langLi li:nth-of-type(2):hover {
    background-image: url(../newImages/langSCo.png)!important;
    transition: 0.3s ease!important;
}

#langLi li:nth-of-type(3) {
    width: 28px!important;
    HEIGHT: 28px!important;
    background-image: url(../newImages/langEN.png)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 28px 28px;
    transition: 0.3s ease!important;
    cursor: pointer!important;
}

#langLi li:nth-of-type(3):hover {
    background-image: url(../newImages/langENo.png)!important;
    transition: 0.3s ease!important;
}

.topLanding {
    width: 100%;
    padding-top: 118px;
    background-image: url(../newImages/bg.jpg);
    display: flex;
    height: 450px
}

.topLandingLeft {
    display: flex;
    width: 20%;
    background-image: url(../newImages/golden-left.png);
    background-repeat: no-repeat;
    background-size: 419px 621px;
    background-position: -203px -56px;
}

.topLandingCenter {
    display: flex;
    justify-content: center;
    width: 60%;
    align-items: flex-end;
    flex-flow: row wrap;
}

.topLandingRight {
    display: flex;
    width: 20%;
    background-image: url(../newImages/golden-right.png);
    background-repeat: no-repeat;
    background-size: 419px 621px;
    background-position: -11px -56px;
}

#mainImg {
    height: auto;
    width: 70%;
    align-self: center;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 200px;
}

.text1 {
    color: #731f1a;
    font-size: 60px;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    padding-top: 50px;
}

#clickEnter {
    background-image: url(../newImages/test.png);
    width: 400px !important;
    HEIGHT: 81px!important;
    background-size: 400px 81px;
    background-repeat: no-repeat;
    display: flex;
    flex: 0 0 100%;
    cursor: pointer;
    margin: 50px auto;
}

.intro {
    width: 100%;
    display: table;
    background-color: #731f1a;
    padding-top: 50px;
    padding-bottom: 50px;
}

.intro .introInside {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
    /* font-family: 'Noto Sans TC', sans-serif; */
    color: #fff;
    padding-left: 25px;
    padding-right: 25px
}

.intro .introInside .title {
    font-size: 50px;
    font-weight: bold;
}

.intro .introInside .content {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}

.intro .introInside .content1 {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

#actTitleEN .title {
    font-size: 42px;
    font-weight: bold;
}

#actTitleEN .content {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 20px;
    margin-top: 20px;
}

#actTitleEN .content1 {
    font-size: 16px;
    font-weight: 200;
    line-height: 28px;
}

.four {
    background-image: url(../newImages/bg.jpg);
    height: 400px;
    background-repeat: repeat-x;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
}

.fourDiv {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    flex-flow: row wrap;
}

.fourTitle {
    color: #731f1a;
    font-size: 45px;
    margin: auto;
    justify-content: center;
    width: 100%;
    display: flex;
    font-weight: 500;
}

.four1,
.four2,
.four3,
.four4 {
    display: flex;
    background-size: 165px 165px;
    background-repeat: no-repeat;
    width: 165px;
    height: 165px;
    margin: 10px;
    color: #fff;
    justify-content: center;
    align-items: flex-end;
}

.four1,
.four3 {
    cursor: pointer;
}

.four1Div {
    margin-bottom: 45px;
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.four2Div {
    margin-bottom: 45px;
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.four3Div {
    margin-bottom: 45px;
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.four4Div {
    margin-bottom: 45px;
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.four1 {
    background-image: url(../newImages/four1.png);
}

.four2 {
    background-image: url(../newImages/four2.png);
}

.four3 {
    background-image: url(../newImages/four3.png);
}

.four4 {
    background-image: url(../newImages/four4.png);
}

.corLogo {
    height: 360px;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    align-items: center;
}

.corLogo1 {
    display: flex;
    background-image: url(../newImages/footer_logo1.png);
    margin: 10px;
    background-size: 120px 147px;
    width: 120px;
    height: 147px;
}

.corLogo2 {
    display: flex;
    background-image: url(../newImages/footer_logo2.png);
    margin: 10px;
    background-size: 158px 147px;
    width: 158px;
    height: 147px;
}

.footer {
    background-color: #731f1a;
    text-align: center;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

.footerM {
    background-color: #731f1a;
    text-align: center;
    color: #fff;
    padding: 5px 2px 5px 2px;
    font-size: 13px;
    display: none;
}

.modal {
    /* font-family: 'Noto Sans TC', sans-serif; */
    font-family: 微軟正黑體, Verdana, Arial, Helvetica, sans-serif;
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.95;
    margin: auto;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    float: right;
    width: 30px;
    height: 30px;
    top left;
    /* width: 20px;
			height 10px; */
    /* border: 2px solid #aaaaaa; */
    color: #aaaaaa;
    cursor: pointer;
    /* border-radius: 40px; */
    /* padding-left: 10px;
			padding-top: 4px; */
    background-image: url(../newImages/exit.png);
    background-repeat: no-repeat;
}

.close:hover,
.close:focus {
    font-weight: bold;
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer;
    /* box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
			transition: all 0.3s ease; */
}

.modalTitle {
    padding-top: 65px;
    padding-bottom: 30px;
    font-size: 28px;
    text-align: center;
}

.modalContent {
    font-size: 18px;
    text-align: left;
    min-height: 400px;
    width: 80%;
    margin: auto;
}

.modalContent div {
    padding-bottom: 20px;
}

.modalContent a {
    color: rgb(0, 0, 0);
    padding-bottom: 20px;
    text-decoration: none;
}

.linkBtn {
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 30px;
}

.linkImg {
    height: 45px;
    margin: auto;
}

.mobileMark {
    display: flex;
    flex-flow: row wrap;
    height: 360px;
}

.mobileMarkLeft {
    display: flex;
    width: 50%;
}

.mobileMarkLeft img {
    width: 100%;
    align-self: center;
}

.mobileMarkRight {
    display: flex;
    width: 50%;
}

#title1Sc,
#title1En,
#content1Sc,
#content1En,
#jointSc,
#jointEn,
#four1DivSc,
#four1DivEn,
#four2DivSc,
#four2DivEn,
#four3DivSc,
#four3DivEn,
#four4DivSc,
#four4DivEn,
#popup3ContentSc,
#popup3ContentEn,
#fourTitleSc,
#fourTitleEn,
#textSc,
#textEn {
    display: none;
}

.timeTunnel img {
    width: 100%;
}

.timeTunnel {
    padding-top: 118px;
    background-color: #731F1A;
}

.timeTunnelHeader {
    background-color: #731F1A;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    font-size: 62px;
    width: 100%;
}

.timeTunnelHeader div {
    max-width: 1050px;
    margin: auto;
}

.white {
    background-color: #fff;
    color: #000;
    font-size: 62px;
    width: 100%;
    z-index: 700;
}

.red {
    background-color: #731F1A;
    padding: 30px;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.red2 {
    background-color: #a53a3a;
    padding: 30px;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.green {
    background-color: #534e47;
    padding: 30px;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.gray {
    background-color: #5a5752;
    padding: 30px;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.yellow {
    background-color: #fec10f;
    padding: 30px;
    color: #db3f32;
    padding-top: 80px;
    padding-bottom: 80px;
}

.customRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.customCol1 {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.customCol2 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}

.customCol3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
}

.customCol6 {
    flex: 0 0 66%;
    max-width: 66%;
    position: relative;
    width: 100%;
}

.flexDisplay {
    display: flex;
}

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}

.img-fluid {
    width: 95%;
    cursor: pointer;
}

.customCol1 .img-fluid {
    width: 100%;
}

.customCol1 .image-container .after {
    width: 100%;
}

.orange {
    background-color: #e76f26;
    padding: 30px;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.pale {
    background-color: #a29d94;
    padding: 30px;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.pale2 {
    background-color: #A0A0A0;
    padding: 30px;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
}

.greenTitle {
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.generalContainter {
    max-width: 1050px;
    margin: auto;
}

.innerTitle {
    font-size: 48px;
}

.para {
    width: 90%;
    /* padding-left: 10px; */
}

.single {
    padding-left: 10px;
}

.circleContainer {
    /* max-width: 1050px;
    width: 90%;
    margin: auto; */
    height: 120px;
    margin-right: auto;
    margin-left: auto;
}

.circleContainerLeft {
    float: left;
    color: #731F1A;
    display: none;
    font-size: 40px;
    cursor: pointer;
}

.circleContainerRight {
    float: right;
    color: #731F1A;
    display: none;
    font-size: 40px;
    cursor: pointer;
}

.threePicGrid {
    display: flex;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.threePicGrid img {
    width: 90%;
    max-height: 207px;
}

.threePicGrid:nth-of-type(1) {
    justify-content: flex-start;
}

.threePicGrid:nth-of-type(2) {
    justify-content: center;
}

.threePicGrid:nth-of-type(3) {
    justify-content: flex-end;
}

.threePicGrid:nth-of-type(1) div {
    text-align: start;
}

.threePicGrid:nth-of-type(2) {
    justify-content: center;
}

.threePicGrid:nth-of-type(3) {
    text-align: end;
}

.imageModal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    touch-action: manipulation;
}

.imageModalContent {
    margin: auto;
    display: block;
    /* max-width: 1050px;
    max-height: 80%; */
    width:100%;
    touch-action:manipulation;
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.img-fluid {
    cursor: pointer;
    transition: 0.3s;
}

.img-fluid:hover {
    background-color: #fff;
    opacity: 0.7;
}

.image-container {
    position: relative;
    cursor: pointer;
}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 100%;
    display: none;
    color: #FFF;
    cursor: pointer;
}

.image-container:hover .after {
    display: block;
    opacity: 0.5;
    background-color: #fff;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}

.container:hover .overlay {
    opacity: 1;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.imageModalClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    text-align: center;
}

.imageModalClose:hover,
.imageModalClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    /* font-size: 18px; */
    border: none;
    outline: none;
    /* background-color: black; */
    color: white;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    /* border-radius: 4px; */
}

.sc {
    display: none;
}

.en {
    display: none;
    text-align: justify;
}

.circleLine li .diplome {
    top: -60px !important;
    font-size: 13px !important;
}

#caption3024 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3062 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3015 {
    width: 75%;
    text-align: left;
    margin: auto;
}

#caption3057 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3042 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3039 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3004 {
    width: 50%;
    text-align: left;
    margin: auto;
}

#caption3060 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3061 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3043 {
    width: 50%;
    text-align: left;
    margin: auto;
}

#caption3056 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3055 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3054 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3051 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3050 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3063 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3068 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3069 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3049 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3048 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3047 {
    width: 70%;
    text-align: left;
    margin: auto;
}

#caption3044 {
    width: 50%;
    text-align: left;
    margin: auto;
}

.speechLink {
    color: #A3861C;
    text-decoration: none;
}

.speechLink:hover,
.speechLink:visited {
    color: #A3861C;
}

.boxLink {
    margin: auto;
    padding: 10px 60px 10px 60px;
    margin-top: 50px;
    font-size: 30px;
    text-align: center;
    width: 250px;
}

.boxBorderOrange {
    border: 2px solid #A3861C;
}

.boxBorderBlack {
    border: 2px solid #731F1A;
    color: #731F1A;
}

.boxBorderWhite {
    border: 2px solid #fff;
    color: #fff;
}

.centerImageGrid {
    position: relative;
    text-align: center;
}

.centerImageGridText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobile {
    display: none;
}

.font13 {
    font-size: 14px !important;
    text-align: left;
}

.figure {
    margin:auto;
}
