@charset "utf-8";

html,body {
    width: 100%;
    height: 100%;
}
/* main */
main {
    width: 100%;
    height: 100%;
    margin-bottom: 80px;

    /* outline: 2px solid greenyellow;   */ 
}
main .video-box {    
    width: 100%;
    height: 100%;
    overflow: hidden;

    position: relative;      
}
main .video-box video {
    /* height: calc(100% + 200px); */
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);   
}
/*************** article new *************************/
/* section article {
    padding-top: 50px;
} */
section article.new {
    /* width: 1440px; */
    width: 1280px;    
    margin: 0 auto;

    /* position: relative; */ 
    margin-bottom: 120px;
}
article.new .title {
    margin-bottom: 50px;
}
article.new .title .sec-tit {
    color: #b81c2e;
    text-align: center;
    font-size: 34px;
    font-weight: 700;  
    font-family: "Noto Sans KR", serif;  
}
article.new .title h3 {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-family: "Noto Sans KR", serif;
}


/* !!! 추가 !!! */
article.new .new-content {
    width: 100%;
    position: relative; /* .s-btn의 기준 */

    /* outline: 2px solid red; */
}

article.new .new-list { /* 실제 보여지는 공간! */
    /* width: 1440px;
    margin: 0 auto; */
    width: 100%;
    overflow: hidden;
    
}
article.new .new-list ul { /* 슬라이드 시, 이동!! */
    width: 400%;
}
article.new .new-list ul::after {
    content: "";
    display: block;
    clear: both;
}
article.new .new-list ul li {
    float: left;
    width: 25%;
    border-radius: 20px;
    overflow: hidden;
}
article.new .new-list ul li a {}
article.new .new-list ul li img {
    width: 100%;
    display: block;  
    
}

/* 좌우버튼 */
.new .new-content .s-btn {
    width: 50px;
    height: 50px;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    /* color: #000; */
}
.new .new-content .prev {
    left: -80px;
}
.new .new-content .next  {
    right: -80px;
}

.new .new-content .s-btn a {
    background-color: #fff;
    border-radius: 50%;
}

.new .new-content .s-btn a:hover {
    background-color: #b81c2e;
}
.s-btn img {
    width: 100%;
    display: block;
}
/******************************flow ****************************/


article.flow {
    width: 100%;
    height: 100px; 
    background-image: url(../images/pattern_01.jpg); 
    background-position: center; 
    overflow: hidden; 

    margin-bottom: 120px;
}

article.flow .flow-txt { /* 흘러가는 덩어리!!!! */
   
    width: 150%;
    white-space: nowrap; 

    position: relative;
    left: 0;
}


article.flow .flow-txt li {
   
    margin: 0 20px; 
    white-space: nowrap; 

    padding-left: 70px;
    background-image: url(../images/Subtract.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left 50%;

    /* outline: 2px solid lime; */
}

/* .flow-txt li .image {
    width: 30px; 
    height: 30px; 
    margin-right: 40px; 
    object-fit: cover; 
} */

.flow-txt li .text {
    font-size: 30px;
    color: #fff; 
    font-family: 'GyeonggiBatangBOTFA';
    line-height: 105px; 
    white-space: nowrap; 
    display: inline-block;
}

/********************* article best-menu *************************/

article.best-menu {
    width: 1280px;
    margin: 0 auto 100px;  

    overflow: hidden;
    position: relative; /* menu-btn 기준 */
   /*  background-color: aqua; */
}
article.best-menu .title {
    margin-bottom: 50px;
}
article.best-menu .title .sec-tit {
    color: #b81c2e;
    text-align: center;
    font-size: 34px;
    font-weight: 700;  
    font-family: "Noto Sans KR", serif; 
    margin-bottom: -10px;   
}
article.best-menu .title h3 {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-family: "Noto Sans KR", serif;
    margin: 14px auto;
}

article.best-menu .viewer {
    width: 33.33%;
    margin: 0 auto;
    height: 480px;

    position: relative; /* li의 기준! */
    /* outline: 2px solid red */
}
.best-menu .viewer .box-wrap {
    position: relative;
    left: 0;
}
.best-menu .viewer li {
    width: 100%;
    text-align: center;

    position: absolute;
    top: 0; 
}


/* 음료 디자인 */
/* 왼쪽1번 */
.best-menu .viewer .box-wrap .tea1 {
    left: -190%;
    transform: scale(0.8);
    opacity: 0.1;
}
/* 왼쪽 2번 */
.best-menu .viewer .box-wrap .tea2 {
    left: -100%;
    transform: scale(0.9);
    opacity: 0.5;
}
/* center */
.best-menu .viewer .box-wrap .tea3 {
    left: 0;
    transform: scale(1);
}
/* 오른쪽 1번 */
.best-menu .viewer .box-wrap .tea4 {
    left: 100%;
    transform: scale(0.9);
    opacity: 0.5;
}
/* 오른쪽 2번 */
.best-menu .viewer .box-wrap .tea5 {
    left: 190%;
    transform: scale(0.8);
    opacity: 0.1;
}

/* 이미지 크기 조절 */
.best-menu .viewer .box-wrap .img-box {
    width: 300px;
    margin: 0 auto 30px;
   /*  outline: 2px solid yellow; */
}
.best-menu .viewer .box-wrap .img-box img {
    width: 100%;
    display: block;
}

/*********************** caption**********************/
.best-menu .viewer li .caption {
    width: 100%;
    margin: 0 auto;
    text-align: center;

    display: none;
}
.best-menu .viewer .caption h4 {
    /* outline: 2px solid greenyellow; */
    font-size: 18px;
    font-weight: bold;
}
.best-menu .viewer .caption p {
   /*  outline: 2px solid tomato; */
}
/********* button *********/
.best-menu .menu-btn {
    width: 33.33%;

    position: absolute; 
    left: 50%;
    top: 300px;
    transform: translateX(-50%);
}
.menu-btn img {
    width: 50px;
    height: 50px;
    display: block;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.menu-btn .btn-prev {
    float: left;
}
.menu-btn .btn-next{
    float: right;
   /*  outline: 2px solid red; */
}
/***************** view ***********************/
.viewer .box-wrap .img-box {
    position: relative;
}

.viewer .box-wrap .img-box .view { 
    /* background-color: #c32032; */
    background-color: rgba(195,32,50,0.9);
    color: #fff;

    width: 210px;
    height: 210px;
    border-radius: 50%;
    /* padding: 10px 10px; */

    text-align: center;
    
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    display: none;
}
.viewer .box-wrap .img-box .view .v-tit {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.viewer .box-wrap .img-box .view .v-des {
    font-size: 14px;
    padding: 0 20px;
    word-break: keep-all;
}

/* hover */
.box-wrap .img-box:hover .img{
    opacity: 0.4;
    transition: all 0.5s;
}
.box-wrap .img-box:hover .view  {
    display: inline-block;
}

/************* section 주문방법 ***************/

section.banner {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* height: 500px; */
    padding: 120px 0;
    background: url(../images/sencha.jpg)  no-repeat center; 
    text-align: center;

    /* background-color: rgba(0,0,0,0.5); */

    /* outline: 2px solid blue; */
}

section.banner .banner-box {
   /*  outline: 2px solid blueviolet; */
    /* padding-top: 140px;  */
}

section.banner .banner-box .order {
    color:bisque;
    font-size: 20px;
  
    margin-bottom: 40px;
}
.banner .banner-box .custom {
    color: #fff;
    
    font-size: 24px;
    margin-bottom: 6px;

    font-family: 'GyeonggiBatangROTFA';
}
.banner .banner-box .custom2 {
    color: #fff;

    font-size: 36px;
    margin-bottom: 50px ;

    font-family: 'GyeonggiBatangBOTFA'; 
}

.banner .banner-box .btn {
    color: #fff;
    font-size: 16px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 12px 20px;

    border-radius: 50px;
}

.banner .banner-box .btn:hover {
    /* color: #000; */
    background-color: #b81c2e;
    border-color:  #b81c2e;
    
}
