.banner {
    width: 100vw;
    height: 100vh;
    max-height: 368px;
    background-image: url("/image/temple_banner.jpg");
    background-position: center, center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(217, 202, 156, .5);
    position: relative;
}

.banner p {
    max-width: 163px;
    color: #F2F2F2;
    font-size: 32px;
    padding: 168px 0;
    text-align-last: justify;
    margin: 0 auto;
}

.banner div {
    content: "";
    width: 100vw;
    height: 100vh;
    max-height: 368px;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
}


.nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100vw;
    max-width: 1064px;
    margin: 45px auto 120px;
}

.footer_nav {
    margin: 0;
    margin: 72px auto;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nav a {
    width: 60px;
    height: 25px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #1B337D;
    font-weight: bold;
    text-align-last: justify;
}

.nav li:nth-child(4) a,
.nav li:nth-child(6) a,
.nav li:nth-child(8) a {
    width: 105px;
}

.nav li:nth-child(1) a,
.nav li:nth-child(10) a {
    width: 83px;
}

.nav li:nth-child(3) a {
    width: 38px;
}

.nav a:hover {
    color: #9D0208;
    border-bottom: 4px solid #9D0208;
    box-sizing: border-box;
}


.content {
    width: 920px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    /* border: 1px solid #000; */
}

#tab {
    width: 11000px;
    display: flex;
}

/*頁籤div內容*/
#temple01,
#temple02,
#temple03,
#temple04,
#temple05,
#temple06,
#temple07,
#temple08,
#temple09,
#temple10,
#temple11 {
    width: 920px;
    margin: 0 auto;
}


.temple_img {
    max-width: 819px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
}

.temple_img img {
    width: 400px;
}

#temple01_img360,
#temple02_img360,
#temple03_img360,
#temple04_img360,
#temple05_img360,
#temple06_img360,
#temple07_img360,
#temple08_img360,
#temple09_img360,
#temple10_img360,
#temple11_img360 {
    max-width: 819px;
    height: 100vh;
    max-height: 300px;
    /* border: 1px solid #000; */
    margin: 0 auto 20px;
}

.vedio {
    max-width: 819px;
    margin: 0 auto 50px;
}

#temple05 .vedio,
#temple08 .vedio {
    margin-bottom: 0;
}

.vedio iframe {
    vertical-align: bottom;
}

.title {
    width: 100vw;
    max-width: 820px;
    height: 201px;
    position: relative;
    display: flex;
    justify-content: center;
    /* margin: 0; */
    margin: 0 auto;
    margin-bottom: 50px;
}

.title1 {
    position: absolute;
    top: 0;
}

.title2 {
    position: absolute;
    bottom: 0;
}

.title1 img {
    max-width: 110px;
    margin-right: 550px;
}

.title2 img {
    max-width: 326px;
}

.title_text {
    max-width: 820px;
    margin: 0 auto 100px;
}

.title_text p {
    color: #370617;
    font-size: 14px;
    letter-spacing: 0.3rem;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 24px;
}

.temple_content_text {
    max-width: 820px;
    margin: 0 auto 50px;
}

.temple_content_text h2 {
    color: #9D0208;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin-bottom: 35px;
    margin-left: 10px;
}

.temple_content_text p {
    color: #370617;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.3rem;
    margin-bottom: 24px;
    text-align: justify;
}

.temple_arch {
    text-align: center;
    max-width: 915px;
    margin: 0 auto;
}

.temple_arch>img {
    width: 220px;
    vertical-align: middle;
    margin-bottom: 2px;
    display: flex;
    margin-left: auto;
    margin-right: 7%;
}

.temple_arch_content {
    width: 100%;
    background-color: #1B337D;
    border-radius: 20px;
    margin: 0 auto;
    /* padding-bottom: 106px; */
}

.temple_arch_content>img {
    width: 100%;
    max-width: 755px;
    margin: 60px auto 75px;
}

.temple_arch_content .arch_text p {
    max-width: 700px;
    color: #F2F2F2;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.3rem;
    /* margin-bottom: 24px; */
    text-align: justify;
    text-align: center;
    margin: 0 auto 24px;
}

.temple_arch_content .arch_img img {
    max-width: 724px;
    margin: 82px 0 82px;
}

/* #temple01 .title,
#temple02 .title,
#temple06 .title,
#temple07 .title {
    margin-bottom: 50px;
} */

/* #temple01 .temple_content_text p,
#temple02 .temple_content_text p,
#temple06 .temple_content_text p,
#temple07 .temple_content_text p{
    text-align: center;
    font-weight: 500;
    
} */
#temple01_img360,
#temple02_img360,
#temple03_img360,
#temple04_img360,
#temple06_img360,
#temple07_img360,
#temple09_img360,
#temple10_img360,
#temple11_img360 {
    margin-bottom: 0;
}

#temple02 .temple_content_text,
#temple06 .temple_content_text {
    margin-bottom: 87px;
}

#temple07 .temple_content_text {
    margin-bottom: 123px;
    max-width: 653px;
}

#temple02 .temple_arch_content>img {
    margin-bottom: 0;
}

#temple02 .temple_arch_content .arch_img img {
    margin: 65px 0 82px;
}

#temple07 .temple_arch_content .arch_text p {
    max-width: 742px;
    letter-spacing: 0.25rem;
}

#temple07 .temple_arch_content .arch_img img {
    margin-top: 117px;
}