/*header*/
body {
    font-family: "Microsoft JhengHei", "SF Pro TC", "SF Pro Text", "PingFang TC", Arial, sans-serif;
    font-size: 18px;
    text-align: justify;
    box-sizing: border-box;
    line-height: 1.8;
}

.overflowhiden {
    overflow: hidden;
}

a {
    text-decoration: none;
    display: block;
    font-size: 20px;
    color: #0F0000;
}

img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 18px;
    margin: 0px 0 10px 0;
}

h2 {
    font-size: 24px;
    color: #AC885F;
    margin: 20px 0 20px 0;
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: 800;
    color: #AC885F;
    margin-top: 10px;
    margin-bottom: 0;
}

.wrapper {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

header {
    background-color: rgba(172, 136, 95, 0.9);
    height: 55px;
    padding: 20px 30px 0px 30px;
    box-sizing: border-box;
    line-height: 55px;
    position: absolute;
    z-index: 15;
    top: 0;
    left: 0;
    width: 100%;
}

header a {
    float: left;
    font-size: 22px;
    padding: 0 10px;
    color: #FFFFFF;
}

header .social a {
    float: right;
}

.keyvisual_pc {
    position: relative;
    overflow: hidden;
    max-height: 1009px;
    z-index: 1;
}

.keyvisual_m,
.keyvisual_s {
    display: none;
}

.keyvisual_pc .topic {
	text-align: center;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
    padding: 10px 25px 25px 25px;
    z-index: 15;
    background:rgba(33,31,33,0.85) ;
}
.keyvisual_pc,h1 {
    font-size: 65px;
    color: #ffffff;
    margin: 0;
}

.keyvisual_pc h2 {
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.keyvisual_pc i {
    display: block;
    font-size: 40px;
    color: #FFFFFF;
}

.introduce {
    width: 750px;
    margin: 0 auto;
    padding: 40px 0;
}

.letter {
    padding: 0 0 40px 0;
}

.letter img {
    width: 650px;
    height: auto;
    margin: 0 auto;
}

.album {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.mainPic,
.otherPic {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    float: left;
}

.mainPic:before {
    content: '';
    display: block;
    position: absolute;
    width: 360px;
    height: 80px;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(25, 25, 25, 0), #191919);
}

.mbPicNum {
    display: block;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    z-index: 3;
    left: 20px;
    font-weight: 400;
    padding-right: 25px;
}

.mbPicNum:last-child {
    padding-right: 0;
}

.mbPicNum a {
    color: #ffffff;
    font-size: 18px;
}

.mainPic img,
.otherPic img {
    width: 360px;
    height: 250px;
}

.share {
    height: 40px;
    text-align: center;
    clear: both;
    padding: 40px 0;
}

.share a {
    display: inline-block;
    color: #AC885F;
    font-size: 28px;
    padding: 0 10px;
}

.more {
    height: 180px;
    padding: 70px 0 40px 0;
    background-color: rgba(222, 199, 172, 0.15);
    overflow: hidden;
}

.more .more_left {
    width: 415px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 0px;
}

.more .more_left .db {
    display: block;
    width: 80px;
    height: 80px;
    border: 1.5px solid #AC885F;
    margin: 0 auto;
}

.more .more_left .db p {
    color: #AC885F;
    padding: 15px 20px;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
    font-size: 20px;
}

.more .more_left wrapper {
    height: 290px;
}

.more .more_right {
    width: 700px;
    display: inline-block;
}

.more .more_right p {
    padding: 10px 0 5px 0;
}

.more .article {
    border-top: solid #AC885F;
    border-width: thin;
}

.more .article p:hover {
    color: #AC885F;
    font-weight: 800;

}

.more .article:last-child {
    border-bottom: solid #AC885F;
    border-width: thin;
}

.sidenav {
    height: 100vh;
    width: 0;
    transition: 0.5s;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-y: auto;
    padding: 80px 0;
    text-align: center;
    display: none;
}

.sidenavfull {
    width: 100%;
}

.sidenav div {
    width: 1000px;
    margin: 0 auto;
}

.sidenav a:hover {
    color: #f2b369;
}

.sidenav .closebtn {
    color: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
    padding-right: 25px;
}

.sidenav .pic {
    margin-bottom: 75px;
    text-align: left;
}

.sidenav .pic:last-child {
    padding-bottom: 80px;
}

.sidenav h2 {
    margin-top: 20px;
}

.sidenav p {
    color: #FFFFFF;
    font-size: 16px;
    width: 85%;
}

.sidenav p.aj {
    margin-top: 20px;
}

footer .copyright {
    margin-bottom: 20px;
    clear: both;
    text-align: center;
    line-height: 60px;
    margin: 0;
    font-size: 18px;
    color: #120C0C;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .wrapper {
        width: 96%;
        margin-bottom: 40px;
        padding: 0 15px;
    }

    .introduce {
        width: 95%;
    }

    header {
        z-index: 5;
        top: 0;
        left: 0;
    }

    .keyvisual_m {
        position: relative;
        overflow: hidden;
        height: 1009px;
        z-index: 1;
    }

    .keyvisual_pc,
    .keyvisual_s {
        display: none;
    }

    .keyvisual_m {
        display: block;
    }

    .keyvisual_m .topic {
	text-align: center;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
    padding: 5px 15px 20px 15px;
    z-index: 15;
    background:rgba(33,31,33,0.85) ;
	width: 70%;
    }

    .keyvisual_m,
    h1 {
        font-size: 65px;
        color: #ffffff;
        margin: 0;
    }

    .keyvisual_m h2 {
        color: #FFFFFF;
        margin: 0 0 20px 0;
    }

    .keyvisual_m i {
        display: block;
        font-size: 40px;
        color: #FFFFFF;
    }

    .mainPic,
    .otherPic {
        padding-right: 0;
        float: none;
    }

    .mainPic:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 90px;
    }

    .mbPicNum {
        display: block;
        color: #ffffff;
        position: absolute;
        bottom: 10px;
        z-index: 3;
        left: 20px;
        font-weight: 400;
        padding-right: 25px;
    }

    .mbPicNum:last-child {
        padding-right: 0;
    }

    .mbPicNum a {
        font-size: 18px;
    }

    .mainPic img,
    .otherPic img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .share {
        height: 20px;
        padding: 20px 0;
    }

    .share a {
        display: inline-block;
        color: #AC885F;
        font-size: 28px;
        padding: 0 10px;
    }

    .more {
        height: auto;
        padding: 30px 100px 10px 100px;
    }

    .more h3 {
        margin-bottom: 15px;
    }

    .more .more_left {
        width: 100%;
        position: relative;
        top: 0;
    }

    .more .more_right {
        width: 100%;
    }

    .more .article {
        width: 100%;
    }
 	.sidenav {
        height: 95%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        background-color: #000000;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 80px 0;
        text-align: center;
    }

	.sidenavfull {
	    width: 100%;
	}

    .sidenav div {
        width: 90%
    }

    .sidenav .closebtn {
        color: #FFFFFF;
        position: fixed;
        top: 0;
        right: 0;
        font-size: 26px;
        border-bottom: none;
        padding-right: 15px;
    }

    .sidenav .pic {
        margin-bottom: 50px;
        width: 95%;
    }

    .sidenav .pic:last-child {
        padding-bottom: 35px;
    }

    .sidenav h2 {
        margin-top: 15px;
        font-size: 20px;
    }

    .sidenav p {
        font-size: 16px;
        width: 100%;
    }

    .sidenav p.aj {
        margin-top: 15px;
    }
    footer .wrapper {
        margin-bottom: 0;
    }

    footer .copyright {
        margin-bottom: 15px;
        clear: both;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    a {
        font-size: 20px;
    }

    p {
        margin: 0px 0 10px 0;
    }

    h2 {
        font-size: 22px;
        margin: 20px 0 20px 0;
    }

    h3 {
        font-size: 20px;
        font-weight: 800;
        margin-top: 10px;
    }

    .wrapper {
        width: 92%;
        margin-bottom: 40px;
        padding: 0 15px;
    }

    header {
        height: 45px;
        padding: 10px 20px 0px 20px;
        line-height: 55px;
        position: absolute;
        z-index: 15;
        top: 0;
        left: 0;
    }

    header a {
        font-size: 20px;
        padding: 0 10px;
    }

    .keyvisual_pc,
    .keyvisual_m {
        display: none;
    }

    .keyvisual_s {
        display: block;
    }

    .keyvisual_s {
        position: relative;
        overflow: hidden;
        height: auto;
    }

    .keyvisual_s .topic {
	text-align: center;
    position: absolute;
	left: 50%;
	top:55%;
	transform: translate(-50%, -50%);
    padding: 0px 5px 15px 5px;
    z-index: 15;
    background: rgba(33,31,33,0.85);
	width: 80%;
    }

    .keyvisual_s,
    h1 {
        font-size: 35px;
        color: #ffffff;
    }

    .keyvisual_s h2 {
        font-size: 20px;
        color: #FFFFFF;
        margin: 0 0 15px 0;
    }

    .keyvisual_s i {
        display: block;
        font-size: 30px;
        color: #FFFFFF;
    }

    .introduce {
        width: 95%;
        padding: 20px 0 10px 0;
    }

    .letter {
        padding: 0 0 20px 0;
    }

    .letter img {
        width: 95%;
    }

    .mainPic,
    .otherPic {
        padding-right: 0;
        float: none;
    }

    .mainPic:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 60px;
    }

    .mbPicNum {
        display: block;
        color: #ffffff;
        position: absolute;
        bottom: 10px;
        z-index: 3;
        left: 20px;
        font-weight: 400;
        padding-right: 25px;
    }

    .mbPicNum:last-child {
        padding-right: 0;
    }

    .mbPicNum a {
        font-size: 18px;
    }

    .mainPic img,
    .otherPic img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .share {
        height: 20px;
        padding: 20px 0;
    }

    .share a {
        display: inline-block;
        color: #AC885F;
        font-size: 28px;
        padding: 0 10px;
    }

    .more {
        height: auto;
        padding: 30px 10px 0px 10px;
    }

    .more .more_left {
        width: 100%;
        position: relative;
        top: 0;
    }

    .more .more_right {
        width: 100%;
    }

    .more .article {
        width: 100%;
    }

    .more h3 {
        margin-bottom: 15px;
    }

    .sidenav {
        height: 95%;
        width: 0;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        background-color: #000000;
        overflow-x: hidden;
        transition: 0.5s;
        padding: 80px 0;
        text-align: center;
    }

	.sidenavfull {
	    width: 100%;
	}

    .sidenav div {
        width: 90%
    }

    .sidenav .closebtn {
        color: #FFFFFF;
        position: fixed;
        top: 0;
        right: 0;
        font-size: 26px;
        border-bottom: none;
        padding-right: 15px;
    }

    .sidenav .pic {
        margin-bottom: 50px;
        width: 95%;
    }

    .sidenav .pic:last-child {
        padding-bottom: 35px;
    }

    .sidenav h2 {
        margin-top: 15px;
        font-size: 20px;
    }

    .sidenav p {
        font-size: 16px;
        width: 100%;
    }

    .sidenav p.aj {
        margin-top: 15px;
    }

    footer .wrapper {
        margin-bottom: 0;
    }

    footer .copyright {
        margin-bottom: 15px;
        clear: both;
        text-align: center;
    }
}

@media screen and (max-width: 375px) {
    a {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }
}

