body {
    /* font-family: 'Montserrat', sans-serif; */
	font-family: 'Spoqa Han Sans', 'Sans-serif'; 
}



.back {
    color: #373b4d;
    font-weight: 800;
    margin-left: 10%;
    font-size: 2.5em;
    font-style: italic;
	transition: all .4s;
}
.back:hover {
    color: #ffd22d;
}
.produce {
    text-align: center;
}
.produce h1 {
    /* font-family: 'Montserrat', sans-serif; */
	font-family: 'Spoqa Han Sans', 'Sans-serif'; 
    margin-top: .5em;
    margin-bottom: .3em;
    font-size: 4em;
}
.produce .sub_tit {
    margin-bottom: 1.3em;
    font-size: 2em;
    font-weight: bold;
}
.produce .name {
    font-size: 1.5em;
    color: #373b4d;
    font-weight: 500;
	
}
.produce .text {
    width: 60%;
    margin: 8em auto 4em;
    line-height: 2em;
    font-size: 16px;
    text-align: left;
    word-break: keep-all;
	font-family: 'Spoqa Han Sans', 'Sans-serif';
	 font-weight: 300;
}

/* container */
.content {
    position: relative;
    padding: 0 20vw;
    height: 85%;
}


/* swiper */
.gallery-thumbs {
    height: 35% !important;
}
.gallery-thumbs .swiper-slide {
    height: 65% !important;
}


@media only screen and (max-width: 1400px) {
    .back {
        margin-left: 5%;
    }
    .produce h1 {
        font-size: 3.5em;
    }
    .produce .sub_tit {
        margin-bottom: 1em;
    }
    .produce .text {
        width: 80%;
        margin: 5em auto 2em;
    }
    .content {
        padding: 0 13vw;
    }
    .gallery-thumbs {
        height: 30% !important;
    }
}
@media only screen and (max-width: 1000px) {
    .back {
        margin-left: 3%;
        font-size: 2em;
    }
    .produce h1 {
        font-size: 3em;
    }
    .produce .sub_tit {
        margin-bottom: .8em;
    }
    .produce .text {
        width: 90%;
        margin: 4em auto 0em;
    }
    .content {
        padding: 0 7vw;
        height: 75%;
    }
    .gallery-thumbs {
        height: 25% !important;
    }
    .gallery-top {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .back {
        margin-left: 3%;
        font-size: 25px;
    }
    .produce h1 {
        margin-top: 25px;
        font-size: 35px;
    }
    .produce .sub_tit {
        margin-bottom: 25px;
    }
    .produce .name {
        font-size: 18px;
    }
    .produce .text {
        margin: 2em auto 0em;
        line-height: 27px;
    }
    .content {
        padding: 0 5vw;
        height: 60%;
    }
    .gallery-thumbs .swiper-slide {
        height: 50% !important;
    }
}
@media only screen and (max-width: 640px) {

    .produce h1 {
        font-size: 30px;
    }
    .produce .sub_tit {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .produce .name {
        font-size: 18px;
    }
    .content {
        height: 50%;
    }
    .gallery-thumbs {
        height: 15% !important;
    }
    .gallery-thumbs .swiper-slide {
        height: 70% !important;
    }
}
@media only screen and (max-width: 420px) {
    .produce .text {
        word-break: break-all;
        font-size: 15px;
        line-height: 25px;
    }
}