.mo_img{
	display:block;
}

#section0 .swiper-container{
    height: 100vh;
}

#section0 .visual{
    height: 100vh;
    position: relative;
}

#section0 .visual01{
/*	background: url('../images/main/visual01.jpg') no-repeat center top;*/
    background-size: cover;
}

	#section0 .visual01 > img{
		width:100%;
		height:100%;
	}
/*
#section0 .visual .text{
    position: absolute;
    left: 8%;
    top: 40%;
    transform: translateY(-50%);
}

#section0 .visual .text .txt{
    margin-top: 2.5rem;
    padding-left: 1.5rem;
    color: #fff;
    font-size: 2.3rem;
}


#section0 .swiper-pagination{
    width: auto;
    position: absolute;
    left: 9%;
    top: 60%;
    transform: translateY(-50%);
    bottom: auto;
}

*/

#section0 .visual .text{
position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


#section0 .visual .text .txt{
/*margin-top: 2.5rem; */
    /* padding-left: 40.5rem; */
    color: #fff;
    font-weight: 600;
    font-size: 73px;
    text-align: center;
}


#section0 .swiper-pagination{
	width: auto;
    position: absolute;
    left: 50%;
    top: 93%;
    transform: translate(-50%, -50%);
    bottom: auto;
}



#section0 .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    position: relative;
    background: none;
    opacity: 1;
}

#section0 .swiper-pagination-bullet::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    boroder:1px solid #fff;
    border-radius: 50%;
    opacity: .3;
}

#section0 .swiper-pagination-bullet i{
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    opacity: .3;
}

#section0 .swiper-pagination-bullet.swiper-pagination-bullet-active i{
    opacity: 1;
}

#section0 .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
    opacity: .3;
}

#section0 .swiper-pagination-bullet i::before{
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 1px;
    top: 1px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#section0 .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    opacity: 0;
}

#section0 .swiper-pagination-bullet .wrapper {
  width: 40px;
  height: 40px;
  position: absolute; 
  clip: rect(0px, 40px, 40px, 20px); 
}

#section0 .swiper-pagination-bullet .circle {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  left:0;
  top: 0;
  clip: rect(0px, 20px, 40px, 0px);
}
#section0 .swiper-pagination-bullet div[data-anim~=base] {
  -webkit-animation-iteration-count: 1; 
  -webkit-animation-fill-mode: forwards; 
  -webkit-animation-timing-function:linear; 
}

#section0 .swiper-pagination-bullet.swiper-pagination-bullet-active .wrapper[data-anim~=wrapper] {
  -webkit-animation-duration: 0.01s; 
  -webkit-animation-delay: 2.5s; /* Wait half of the animation */
  -webkit-animation-name: close-wrapper; 
}

#section0 .swiper-pagination-bullet.swiper-pagination-bullet-active .circle[data-anim~=left] {
  -webkit-animation-duration: 5s; /* Full animation time */
  -webkit-animation-name: left-spin;
}

#section0 .swiper-pagination-bullet.swiper-pagination-bullet-active .circle[data-anim~=right] {
  -webkit-animation-duration: 2.5s; /* Half animation time */
  -webkit-animation-name: right-spin;
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}

#section1{
    min-height: 100vh;
    background: url('../images/main/sec01_bg.png') no-repeat center top;
    background-size: cover;
}

.Tit{
    text-align: center;
}

.Tit h2{
    font-size: 5.2rem;
    color: #555;
    font-weight: 500;
}

.Tit p{
    margin-top: 1.5rem;
    line-height: 1.7;
    font-size: 2.1rem;
    color: #666;
    font-weight: 300;
}

.kind{
    width: 122rem;
    margin: 6.5rem auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    text-align: center;
}

.kind li{
    width: 25%;
    display: inline-block;
    margin: 0 1rem;
    transform:translate(0);
}

.kind .id01{
    transform: translateY(1.8rem);
}
.kind .id02{
    transform: translateY(4.8rem);
}
.kind .id04{
    transform: translateY(3rem);
}

.kind a{
    display: block;
    position: relative;
    width: 28.4rem;
    height: 38.2rem;
    margin: 0 auto;
}

.kind .id01 a{
 background: url('../images/main/sec01_box01.png') no-repeat left top;
    background-size: 100%;
}
.kind .id02 a{
background: url('../images/main/sec01_box02.png') no-repeat left top;
    background-size: 100%;
}
.kind .id03 a{
    background: url('../images/main/sec01_box03.png') no-repeat left top;
    background-size: 100%;
}
.kind .id04 a{
    background: url('../images/main/sec01_box04.png') no-repeat left top;
    background-size: 100%;
}

.kind a:hover::before{
    content: '';
    width: 41rem;
    height: 48.7rem;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    background: url('../images/main/sec01_shadow.png') no-repeat left top;
    background-size: 100%;
    z-index: -1;
}

.kind .id01 a:hover{
    background: url('../images/main/sec01_box01_on.png') no-repeat left top;
    background-size: 100%;
}
.kind .id02 a:hover{
    background: url('../images/main/sec01_box02_on.png') no-repeat left top;
    background-size: 100%;
}
.kind .id03 a:hover{
    background: url('../images/main/sec01_box03_on.png') no-repeat left top;
    background-size: 100%;
}
.kind .id04 a:hover{
    background: url('../images/main/sec01_box04_on.png') no-repeat left top;
    background-size: 100%;
}

.kind a .name{
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 600;
    transition: all 0.2s ease-in;
}

.kind a:hover .name{
    top: 36%;
}

.kind a .desc{
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 60%;
    padding: 0 3.5rem;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 300;
    opacity: 0;
    transition: all 0.2s linear;
}

.kind a:hover .desc{
    top: 52%;
    opacity: 1;
}

.kind a .more{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 75%;
    left: 50%;
    margin: 0 auto;
    transition: all 0.2s linear;
    opacity: 0;
}

.more{
    display: block;
    width: 16rem;
    height: 4rem;
    position: relative;
    padding-left: 2rem;
    color: #f49f1a;
    text-align: left;
    line-height: 3.9rem;
    font-size: 1.6rem;
    font-weight: 500;
    background: #fff;
    border-radius: 30px;
}

.kind a:hover .more{
    top: 67%;
    opacity: 1;
}

.more::before{
    content: '';
    width: 1.3rem;
    height: 4px;
    position: absolute;
    right: 2rem;
    top: 1.7rem;
    background: url('../images/main/arr_more.gif') no-repeat left top;
    background-size: 100%;
}

#section2{
    min-height: 100vh;
    background: url('../images/main/sec02_bg.png') no-repeat left top;
    background-size: cover;
}

.recipe{
    width: 100%;
    max-width: 120rem;
    position: relative;
    margin: 5rem auto 0;
    border: 10px solid #fcd22e;
    border-radius: 20px;
}
.recipe::before{
    content: '';
    width: 95%;
    height: 6rem;
    position: absolute;
    left: 50%;
    bottom: -7rem;
    transform: translateX(-50%);
    background: url('../images/main/sec02_shadow.png') no-repeat left top;
    background-size: 100%;
}

.recipe .swiper-slide{
    overflow: hidden;
    padding: 2rem 4.5rem 2rem 5rem;
}

.recipe .swiper-slide .img{
    width: 50%;
    float: right;
}

.recipe .swiper-slide .img img{
    width: 100%;
	max-height:420px;
	min-height : 307.77px;
}

.recipe .swiper-slide .text{
    width: 42%;
    position: absolute;
    left: 5rem;
    top: 50%;
    transform: translateY(-50%);
}

.recipe .swiper-slide .text .name{
    font-size: 4.6rem;
    font-weight: 600;
    color: #111;
	word-break : break-all;
}

.recipe .swiper-slide .text .desc{
    margin-top: 1.5rem;
    font-size: 1.7rem;
    color: #888;
    font-weight: 300;
	word-break : break-all;
}

.recipe .swiper-slide .text .more{
    display: block;
    margin-top: 5rem;
    line-height: 3.8rem;
    border: 1px solid #ddd;
}

.recipe .swiper-button-prev,
.recipe .swiper-button-next{
    width: 3.8rem;
    height: 6.9rem;
    left: -9.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/main/sec02_arr.png') no-repeat left top;
    background-size: 100%;
}

.recipe .swiper-button-next{
    left: auto;
    top: 41.5%;
    right: -9rem;
    transform: scaleX(-1)
}

#section3{
    min-height: 100vh;
    background: url('../images/main/sec03_bg.jpg') no-repeat center top;
    background-size: cover;
}

#section3::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 7%;
    background: url('../images/main/sec03_int.png') no-repeat center top;
    background-size: cover;
    transition: all 0.3s ease-out;
    z-index: 1
}

#section3.right::before{
    margin-left: 14%;
}

#section3.left::before{
    margin-left: 0;
}

#section3 .right,
#section3 .left{
    position: relative;
    padding: 22rem 0 16rem;
    z-index: 5;
    text-align: center;
    transition: all 0.2s ease-out;
}

#section3 .right{
    width: 50%;
    float: left;
}

#section3.right .right{
    width: 57%;
}
#section3.right .left{
    width: 43%;
    padding-top: 30rem;
}

#section3 .left{
    width: 50%;
    float: right;
}

#section3.left .right{
    width: 43%;
    padding-left: 10%;
    padding-top: 35rem;
}
#section3.left .left{
    width: 57%;
}

#section3 .head{
    margin-bottom: 1rem;
    color: #fff;
    font-size: 5.2rem;
    font-weight: 600;
}

#section3 .left .head{
    margin-left: 16%;
    text-align: left;
}

#section3.left .left .head{
    margin-left: 0%;
    text-align: center;
}

#section3 .text{
    display: none;
    margin-bottom: 2.7rem;
    opacity: 0;
    transition: all 0.3s ease-out;
}

#section3.left .left .text,
#section3.right .right .text{
    display: block;
    opacity: 1;
    margin-bottom: 5rem;
}

#section3 .text .txt{
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.4;
}

#section3 .text .tit{
    margin-top: .4rem;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
}

#section3 .text .tit b{
    position: relative;
    font-weight: 600;
    color: #ef860a;
    font-size: 2.6rem;
}

#section3 .text .tit b::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #ef860a;
}

#section3 .text .tit2{
    margin-top: .4rem;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 500;
}

#section3 .text .tit2 b{
    position: relative;
    font-weight: 600;
    color: #FDDE67;
    font-size: 2.6rem;
}

#section3 .text .tit2 b::before{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #FDDE67;
}



#section3 .img{
    display: block;
    margin: 0 0 0 15%;
}

#section3 .more{
    margin: 4rem auto 0;
    display: none;
    opacity: 0;
    transition: all 0.3s ease-out;
}

#section3.left .left .more,
#section3.right .right .more{
    display: block;
    opacity: 1;
}

#section3 .icon{
    display: block;
    width: 10rem;
    margin: 0 auto;
}

#section3 .icon img{
    width: 100%;
}

#section3.right .icon{
    width: 15rem;
}











#section4{
    min-height: 100vh;
    background: #f3eeea;
}

#section4 .clear{
    max-width: 1200px;
    margin: -16rem auto 0;
}

.news{
    width: 50%;
    float: left;
    padding-right: 3.8rem;
}

.news .head{
    margin-bottom: 4rem;
    overflow: hidden;
}

.news .head h2{
    float: left;
    font-size: 5.2rem;
    color: #555;
    line-height: 1;
    font-weight: 500;
}

.news .head .link{
    margin-top: 2.2rem;
    float: right;
    position: relative;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.8;
	background : #f49f1a;
	border-radius : 30px;
	/* padding-left : 2rem; */
	width:12rem;
	text-align:center;
}

.news ul li a{
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.8rem;
    border-bottom: 1px solid #fff;
}

.news .date{
    width: 8rem;
    height: 8rem;
    margin-right: 2rem;
    float: left;
    padding-top: 2rem;
    text-align: center;
    font-family: 'Roboto';
    border-radius: 1rem;
    background: #fff;
}

.news .date p{
    font-size: 2.4rem;
    line-height: 1;
    color: #f49f1a;
}

.news .date span{
    color: #999;
    font-size: 1.5rem;
}

.news .text{
    width: calc(100% - 10rem);
    float: left;
}

.news .text .tit{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.9rem;
    color: #333;
    font-weight: 500;
}

.news .text .desc{
    margin-top: .8rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.5rem;
    color: #666;
    font-weight: 300;
}


.video-wrap{
	width: 50%;
    float: right;
    padding-left: 3.8rem;
}

.video-wrap .head{
    margin-bottom: 1rem;
    font-size: 2.6rem;
    color: #333;
    font-weight: 700;
	word-break : break-all;
}

.video-wrap .txt{
    font-size: 1.5rem;
    color: #666;
    font-weight: 300;
	word-break : break-all;
}

.video-wrap .video{
	min-height : 275px;
	max-height : 275px;
	max-width : 562px;
	min-width : 100%;
}

.video-wrap .video > img{
	min-height : 275px;
	max-height : 275px;
	max-width : 562px;
	min-width : 100%;
}
.main-top{
    position: absolute;
    right: 2.5%;
    margin-top: 2.5rem;
}


footer{
    position: absolute;
    width: 100%;
    bottom: 0;
}



@media screen and (max-width: 1200px){
    .kind{
        width: 100%;
    }
    
    .kind a{
        width: 100%;
    }

    .kind a:hover::before{
        width: 150%;
        top: 68%;
    }
    
    .kind a .name{
        font-size: 2.7rem;
    }

    .kind a:hover .name{
        top: 25%;
    }

    .kind a .desc{
        font-size: 1.5rem;
    }
    
    .kind a:hover .desc{
        top: 45%;
    }
    
    .kind a .more{
        width: 14rem;
    }
    
    .kind a:hover .more{
        top: 65%
    }
    
    .recipe{
        width: 80%;
    }
    
    .recipe .swiper-slide{
        padding-right: 2.5rem;
    }
    
    .recipe .swiper-slide .text{
        left: 2.5rem;
    }
    
    .recipe .swiper-slide .text .name{
        font-size: 3.5rem;
        line-height: 1.2;
    }
    
    .recipe .swiper-slide .text .desc{
        font-size: 1.4rem;
    }
    
    .recipe .swiper-slide .text .more{
        margin-top: 3rem;
    }

}

@media screen and (max-width: 1000px){
    .kind a{
        height: 32rem;
    }
}



@media screen and (max-width: 900px){
    #section0 .visual .text .title img{
        width: 90%;
    }
    
    #section1{
        min-height:auto;
        padding: 10rem 0;
        background: url(../images/main/m_sec01_bg.png) no-repeat center top;
        background-size: cover;
    }
    
    .kind{
        width: 85%;
        display: block;
    }
    
    .kind li{
        width: 20rem;
        margin: 0 3rem 3rem;
    }
    
    .kind li{
        transform: translateY(0) !important;
    }
    
    .kind a{
        height: 27rem;
    }
    
    #section2{
        min-height: auto;
        padding: 10rem 0;
    }
    
    .recipe{
        width: 65%;
    }
    
    .recipe .swiper-slide{
        padding: 3rem 3rem 4rem;
    }
    
    .recipe .swiper-slide .img{
        width: 100%;
        max-width: 450px;
        float: none;
        margin: 0 auto 3rem;
    }
    
    .recipe .swiper-slide .text{
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0);
        width: 100%;
    }
    
    #section3{
        min-height: auto;
        overflow: hidden;
        background: url(../images/main/m_sec03_bg.jpg) no-repeat center top;
        background-size: cover;
    }

    #section3::before{
        height: 100%;
        margin-left: 0;
        background: url('../images/main/m_sec03_int.png') no-repeat center bottom;
        background-size: 100%;
    }

    #section3.right::before{
        margin-top: -46%;
        margin-left: 0;
    }

    #section3.left::before{
        margin-top: -24%;
    }

    #section3 .right{
        width: 100%;
        float: none;
        padding:8rem 0 9rem;
    }

    #section3 .left{
        width: 100%;
        float: none;
        padding: 5rem 0 3rem;
    }

    #section3.right .right{
        width: 100%;
    }
    #section3.right .left{
        width: 100%;
        padding:7rem 0 9rem;
    }

    #section3.left .right{
        width: 100%;
        padding-left: 0;
        padding: 7rem 0 8rem;
    }
    #section3.left .left{
        width: 100%;
        padding: 8rem 0 12rem;
    }  

    #section3 .head{
        margin-bottom: 1rem;
        font-size: 3.8rem;
    }

    #section3 .left .head{
        margin-left: 0;
        margin-bottom: 1.5rem;
        text-align: center;
    }
    
    #section3 .text{
        margin-bottom: 1.5rem;
    }

    #section3.left .left .text,
    #section3.right .right .text{
        margin-bottom: 2rem;
    }

    #section3 .text .tit b::before{
        height: 1px;
    }

    #section3 .img{
        width: 180%;
        margin: 0 0 0 4%;
    }

    #section3 .more{
        margin: 1.5rem auto 0;
    }

    #section3 .icon{
        width: 8rem;
    }

    #section3.right .icon{
        width: 11rem;
    }

    #section4{
        min-height: 100rem; 
    }
    
    #section4 .clear{
        margin-top: -23rem;
    }
    
    
    
}



/* 모바일 */
@media screen and (max-width: 768px){
	.recipe .swiper-slide .img img{
		max-height:150px;
	}

	.video-wrap .video{
		min-height : 0px;
	}
	.video-wrap .video > img{
		min-height : 0px;
	}

	.mo_img{
		display : block;
	}

	.pc_img{
		display : none;
	}	
    
    #section0 .visual01{
/*        background: url('../images/main/m_visual01.jpg') no-repeat center top;*/
        background-size: cover;
    }
/*    
    #section0 .visual .text{
        left: 3%;
        top: 35%;
    }
	*/
    
    #section0 .visual .text .title img{
        width: 75%;
    }
    
    #section0 .visual .text .txt{
        margin-top: 2rem;
        padding-left: .5rem;
        font-size: 2.5rem;
    }
    /*
    #section0 .swiper-pagination{
        left: 3%;
        top: 56%;
    }
	*/
    
    #section0 .swiper-pagination-bullet{
        width: 30px;
        height: 30px;
    }
    
    #section0 .swiper-pagination-bullet i{
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }

    #section0 .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
        width: 30px;
        height: 30px;
    }

    #section0 .swiper-pagination-bullet .wrapper {
      width: 30px;
      height: 30px;
      clip: rect(0px, 30px, 30px, 15px); 
    }

    #section0 .swiper-pagination-bullet .circle {
      width: 30px;
      height: 30px;
      clip: rect(0px, 15px, 30px, 0px);
    }
    
    .Tit h2{
        font-size: 2.3rem;
    }
    
    .Tit p {
        margin-top: 1rem;
        line-height: 1.5;
        font-size: 1.1rem
    }
    
    
    .kind{
        width: 100%;
        margin-top: 2.5rem;
    }
    
    .kind li{
        width: 11rem;
        margin: 0 1rem 1rem;
    }
    
    .kind a{
        height: 15rem;
    }
    
    .kind a:hover::before{
        display: none;
    }
    
    .kind a .name{
        font-size: 1.6rem;
    }
    
    .kind a:hover .name{
        top: 28%;
    }
    
    .kind a .desc{
        padding: 0 1.5rem;
        line-height: .9em;
        font-size: 1rem;
    }
    .kind a:hover .name{
		line-height : .9em;
	}
    .kind a:hover .desc{
        top: 50%;
    }
    
    .kind a .more {
        width: 8rem;
    }
    
    .kind a:hover .more{
        top: 74%;
    }
    
    .more{
        height: 2rem;
        padding-left: 1rem;
        line-height: 2rem;
        font-size: 1rem;
    }
    
    .more::before{
        width: .7rem;
        right: 1rem;
        top: .85rem
    }
    
    #section3::before{
        background-position: center top;
    }
    
    #section3.right::before{
        margin-top: -50%;
        margin-left: 0;
    }

    #section3.left::before{
        margin-top: 10%;
    }
    
    #section3.left .left{
        padding: 6rem 0 8rem;
    }
    
    #section3.left .right{
        padding: 4rem 0;
    }
    
    #section3.right .left{
        padding: 3rem 0 3rem;
    }
    
    #section3.right .right{
        padding: 5rem 0;
    }
    
    #section3 .head{
        font-size: 2.8rem;
    }
    
    #section3 .text .txt{
        font-size: 1.2rem;
    }

    #section3 .text .tit{
        font-size: 1.3rem;
    }

	#section3 .text .tit2{
		font-size : 1.2rem;
	}

	#section3 .text .tit2 b{
		font-size : 1.5rem;
	}

    #section3 .text .tit b{
        font-size: 1.5rem;
    }
    
    #section3 .more{
        width: 9rem;
        margin: 1.5rem auto 0;
    }
    
    #section3 .icon{
        width: 4.5rem;
    }

    #section3.right .icon{
        width: 7rem;
    }

    
    
    
    
    .recipe{
        width: 77%;
        margin-top: 3rem;
        border: 5px solid #fcd22e;
        border-radius:13px;
    }
    
    .recipe::before{
        bottom: -6.2rem;
    }
    
    .recipe .swiper-slide{
        padding:1.5rem 1rem 2.5rem;
    }
    
    .recipe .swiper-slide .img{
        width: 100%;
        max-width: 450px;
        margin: 0 auto 1.7rem;
    }
    
    .recipe .swiper-slide .text .name{
        font-size: 2.3rem;
		word-break:break-all;
    }
    
    .recipe .swiper-slide .text .desc{
        margin-top: 1rem;
        font-size: 1rem;
    }
    
    .recipe .swiper-slide .text .more{
        margin-top: 2rem;
        margin-left: .5rem;
        width:9rem;
        line-height: 1.7rem;
    }
    
    .recipe .swiper-slide .text .more::before{
        top: .75rem;
    }
    
    .recipe .swiper-button-prev, 
    .recipe .swiper-button-next{
        width: 1.8rem;
        height: 3.4rem;
        left: -3.1rem;
    }
    
    .recipe .swiper-button-next{
        top: 44.5%;
        left: auto;
        right: -3.1rem;
    }
    
    #section4{
        min-height: 100vh;
    }
    
    #section4 .clear{
        width: 91%;
        padding: 2rem 0 3.5rem;
        margin-top: 0;
    }
    
    .news{
        float: none;
        width: 100%;
        padding-right: 0;
    }
    
    .news .head h2{
        font-size: 2.7rem;
    }
    
    .news .head .link{
        margin-top: 1.2rem;
        font-size: .9rem;
		width: 6rem;

    }
    
    .news li:nth-child(3){
        display: none;
    }
    
    .news .head{
        margin-bottom: .5rem;
    }
    
    .news ul li a{
        padding: 1.3rem 0;
    }
    
    .news .date{
        width: 5.5rem;
        height: 5.5rem;
        padding-top: 1.7rem;
        margin-right: 1rem;
        border-radius: .6rem;
    }
    
    .news .date p{
        font-size: 1.45rem;
        line-height: .7;
    }
    
    .news .date span{
        font-size: 1rem;
    }
    
    .news .text{
        width: calc(100% - 6.5rem);
    }
    
    .news .text .tit{
        font-size: 1.2rem;
    }
    
    .news .text .desc{
        font-size: .9rem;
    }
    
    .video-wrap{
        float: none;
        width: 100%;
        padding-left: 0;
		margin-top:40px;
    }
    
    .video-wrap .head{
        margin-bottom: .8rem;
		margin-top : 1.1rem;
        font-size: 1.5rem;
    }
    
    .video-wrap .txt{
        font-size: .9rem;
    }
    
    
    footer{
        position: relative;
    }
    
    .main-top{
        display: none;
    }
    
    
    
    
}







