@media only screen and (max-width:768px){
.home-title {
    padding-top: 0;
    line-height: 1;
    min-width: 180px;
    padding-right: 50px;
    width: auto;
    height: auto;
    background: no-repeat;
    top: 30px;
    left: 5%;
}
.home.en .home-title {
    top: 30px;
    padding-right: 50px;
}
.home-title .title{
    writing-mode: inherit;
    letter-spacing: 10px;
    font-size: 26px;
    line-height: 1.3;
}
.home-title .subtitle{
    font-size: 20px;
    letter-spacing: 10px;
    writing-mode: inherit;
    position: relative;
    right: 0;
    top: 0;
}
.home-title .icon{
    position: absolute;
    right: 0;
    top: 0;
}
.home.en .home-title{
    min-width: 150px;
}
.home.en .homeculture .home-title {
    left: 5%;
}
.home.en .home-title .title {
    letter-spacing: 6px;
}
.home.en .home-title .subtitle {
    letter-spacing: 6px;
    font-size: 20px;
}
.homebanner {
    height: 280px;
    min-height: auto;
    max-height: auto;
}
.homebanner .text {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 80px;
}
.homebanner .entext {
    left: 20px;
    bottom: 10px;
    z-index: 20;
    width: 50%;
    height: auto;
}
.homebanner .entext img{
    width: 100%;
    height: auto;
}
.homebanner .swiper-pagination {
    bottom: 20px;
}
.homebanner .swiper-button-prev,.homebanner .swiper-button-next{
    display: none;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
}
.homeculture {
    height: auto;
    min-height:auto;
    max-height: 100%;
    background: #FFF url(../img/bg-homeculture.jpg) no-repeat left bottom;
    background-size: cover;
}
.homeculture .wrap {
    position: relative;
    width: 100%;
    padding: 110px 5% 160px;
    background: url('../img/bg-about-right.png') no-repeat right top;
    background-size: 45% auto;
}
.homeculture .box-content {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.homeculture .box-content .text {
    flex: auto;
    width: 100%;
    padding: 0 0 0;
}
.homeculture .box-content .subtitle {
    font-size: 18px;
}
.homeculture .box-content .title {
    font-size: 24px;
}
.homeculture .box-content .desc {
    padding-top: 16px;
    font-size: 15px;
    -webkit-line-clamp: none;
}
.home.en .homeculture .box-content .desc {
    line-height: 1.5;
}
.home.en .homeculture .box-content .text {
    padding-top: 0;
}
.home-discovery {
    margin-top: 20px;
}
.home-discovery a {
    font-size: 14px;
}
.homeculture .box-content .pic {
    display: block;
    flex: auto;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-right: 0;
}
.homeculture .box-content .pic .img01 {
    right: unset;
    top: 0;
    width: 58%;
}
.homeculture .box-content .pic .img02 {
    top: 0;
    left: 65%;
    width: 35%;
    position: relative;
}
.homeculture .box-content .pic .img03 {
    position: relative;
    left: 65%;
    width: 35%;
    top: 0;
    margin-top: 15px;
}
.homeculture .img-left {
    left: 5%;
    bottom: 10px;
    width: 38%;
    height: auto;
}
.homeculture .img-right{
    display: none;
}
.homeculture .bg {
    display: none;
}
.foodhot {
    height: auto;
    min-height:auto;
    max-height: auto;
    background: #e2d6c0 url('../img/bg-foodhot.jpg') no-repeat center bottom;
    background-size: cover;
}
.foodhot .wrap {
    position: relative;
    width: 100%;
    padding: 50px 5% 100px;
    height: auto;
    display: block;
}
.foodhot .home-title {
    top: 0;
    left: 0;
}
.foodhot .foodhot-box {
    position: relative;
    left: 0;
    margin-top: 0;
    width: 100%;
    z-index: 20;
    display: flex;
    justify-content: space-between;
}
.foodhot .foodhot-main {
    display: block;
    width: 58%;
    height: auto;
    padding-top: 73px;
}
.foodhot .page-box {
    display: none;
}
.foodhot .foodhot-side {
    display: flex;
    width: 35%;
    margin-left: 0;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30px;
}
.foodhot .foodhot-side .side-item:last-child{
    display: none;
}
.foodhot .foodhot-side .side-item {
    flex: auto;
    width: 100%;
    margin-right: 0;
}
.foodhot .foodhot-side .side-item .item {
    background-color: #fff;
    padding: 10px 10px 10px;
    width: 100%;
    margin: 0 0 15px;
}
.foodhot .side-item .item .pic {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.foodhot .side-item .item .text .desc {
    padding-top: 8px;
    font-size: 10px;
    -webkit-line-clamp: 2;
}
.foodhot .side-item .item .text .middleBox {
    font-size: 12px;
    padding: 5px 0;
    border-top: 1px solid #EDEDED;
}
.foodhot .side-item .item .feature {
    font-size: 10px;
    padding: 5px 0 5px 15px;
}
.foodhot .side-item .item .feature::after {
    left: 2px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
}
.foodhot .foodhot-img {
    left: 5%;
    right: unset;
    bottom: 28px;
}
.foodhot.foodcha {
    height: auto;
    min-height:auto;
    max-height: auto;
    background: #e1d3b9 url('../img/bg-foodcha.jpg') no-repeat center top;
    background-size: cover;
}
.foodhot.foodcha .foodhot-box {
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.foodhot.foodcha .foodhot-side .side-item:first-child{
    display: none;
}
.foodhot.foodcha .foodhot-side .side-item:last-child {
    display: block;
}
.foodhot.foodcha .home-title {
    left: unset;
    top: 0;
    right: 0;
}
.foodhot.foodcha .home-discovery{
    float: right;
}
.foodhot.foodcha .foodhot-img {
    left: unset;
    right: 5%;
    width: 100px;
    bottom: 0;
}
.foodnews {
    height: auto;
    min-height:auto;
    max-height: auto;
    background: #ccb78c url('../img/bg-foodnews.jpg') no-repeat center top;
    background-size: cover;
}
.foodnews .wrap {
    position: relative;
    width: 100%;
    padding: 40px 5% 200px;
    height: auto;
}
.foodnews .home-title {
    top: 0;
    left: 0;
}
.foodnews .foodnews-box {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 20;
    margin-top: 0;
    display: flex;
    padding-top: 40px;
    justify-content: flex-start;
    flex-direction: column;
}
.foodnews .swiper-wrapper {
    flex-direction: column;
    justify-content: flex-start;
}
.foodnews .foodnews-box .news-item {
    width: 100%;
    margin-right: 0;
}
.foodnews .foodnews-box .news-item-box {
    width: 100%;
    margin-right: 0;
}
.foodnews .page-box{
    display: none;
}
.foodnews .foodnews-box .item {
    display: none;
    margin-bottom: 25px;
}
.foodnews .foodnews-box .item.n01{
    display: block;
    margin-top: 30px;
}
.foodnews .foodnews-box .item .pic .date {
    right: 15px;
    bottom: -40px;
    width: 48px;
    height: 100px;
}
.foodnews .foodnews-box .item .pic .date .year {
    font-size: 12px;
    line-height: 15px;
}
.foodnews .foodnews-box .item .pic .date .month {
    font-size: 12px;
    line-height: 15px;
}
.foodnews .foodnews-box .item .pic .date .day {
    margin-top: 26px;
    font-size: 23px;
    line-height: 29px;
}
.foodnews .foodnews-box .item .pic .date::after {
    left: 24px;
    bottom: 35px;
    height: 22px;
    width: 1px;
}
.foodnews .foodnews-box .item .text {
    margin-top: 18px;
}
.foodnews .foodnews-box .item .text .subtitle {
    font-size: 18px;
}
.foodnews .foodnews-box .item .text .title {
    padding-top: 5px;
    font-size: 22px;
}
.foodnews .foodnews-box .item .text .title a{
    display: block;
    max-width: 300px;
}
.foodnews .foodnews-box .item .text .desc {
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.45;
}
.foodnews .foodnews-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
    height: auto;
}
.home.en .foodhot.foodcha .home-title {
    left: unset;
    top: 0;
    right: 0;
}
.home.en .foodhot.foodcha .foodhot-main {
    padding-top: 73px;
}
.home.en .foodnews .foodnews-box .item.n01 {
    margin-top: 38px;
}
.homevision {
    width: 100%;
    height: 280px;
    min-height: auto;
    max-height: auto;
}
.homevision .icon-play {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
}
.home-privacy {
    width: 100%;
    max-width: 100%;
    padding: 30px 30px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001
}
.home-privacy .text {
    font-size: 15px;
}
.home-privacy .btn button {
    width: 48%;
    margin: 0 15px;
    font-size: 15px;
    letter-spacing: 3px;
}

}