body {
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
}

.header-2 {
    background-color: rgba(124, 43, 39, 0.9);
}

.slideshow-container {
    width: 80%;
    margin-left: 10%;
    margin-top: 70px;
}

.slide {
    display: none;
}

.fade {
    animation: fade 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.content {
    width: 80%;
    margin-left: 10%;
    margin-top: 50px;
}

.make-tabs {
    display: flex;
    justify-content: space-around;
}

.make-tab {
    background-color: rgba(124, 43, 39, 0.9);
    color: white;
    width: 100px;
    height: 45px;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.make-tab-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.show {
    width: 32%;
    height: 390px;
    border: #7c2b27 solid 1px;
    margin-top: 30px;
}

.show img {
    width: 100%;
}

.show h2 {
    font-weight: lighter;
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
}

.show p {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: lighter;
}

@font-face {
    font-family: "qjq";
    src: url("../images/qjq.ttf");
}

.show span {
    color: #7c2b27;
    font-weight: bolder;
}

.content-2 {
    display: flex;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    align-items: center;
}

.content-2 img {
    width: 50%;
    height: 400px;
}

h1 {
    font-size: 45px;
    text-align: center;
    margin: 20px auto;
    font-family: qjq;
    font-weight: lighter;
    color: #7c2b27;
}

.c2-r {
    background-image: url("../images/show/img_9.png");
    background-size: cover;
    height: 400px;
    width: 50%;
}

.c2-r ul {
    list-style-type: none;
}
.c2-r ul li{
    border-bottom: rgba(244, 244, 244, 0.5) solid 0.5px;
    width: 90%;
}
.c2-r h2 {
    color: white;
    font-weight: lighter;
    text-align: left;
    font-size: 18px;
}

.c2-r p {
    color: white;
    font-weight: lighter;
    text-align: left;
}

.c2-r span {
    margin-left: 100px;
}
