@charset "utf-8";
@keyframes img_right{
  0%{transform: translateX(-500px); opacity: 0}
}
@keyframes img_left{
  0%{transform: translateX(500px); opacity: 0}
}
@media screen and (min-width:1024px){

  .wrap{
    /* width: 100%;
    background: #283644; */
  }
  
  .header_backscreen{
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%; */
    height: 120px;
    /* background: rgba(26, 24, 115, 0.4);
    z-index: 100; */
    box-shadow: 0 1px 5px 0 rgba(255,255,255,0.4);
  }
  
  
  header{
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%; */
    height: 120px;
    /* z-index: 999; */
  }
  
  
  .header_center{
    position: relative;
    width: 90.234%;
    /* height: 100%;
    margin: 0 auto; */
  }
  
  h1{
    /* float: left; */
    width: 250px;
    height: 75px;
    /* margin-top: 24px; */
  }
  
  h1>a{
    /* display: block; 
    width: 100%;
    height: 100%; */
    background: url(../img/logo/1024_head_logo.png)no-repeat center/cover;
  }
  
  .m_btn{
    /* float: right; */
    /* width: 50px;
    height: 47px;
    margin-top: 50px;
    background: url(../img/logo/768_gnb.png)no-repeat center/cover; */
    display: none;
  }
  
  .m_close_btn{
    /* float: right; */
    /* width: 50px;
    height: 47px;
    margin-top: 50px;
    background: url(../img/logo/768_close_btn.png)no-repeat center/cover; */
    /* position: relative;
    z-index: 20; */
    display: none;
  }

  
    nav{
      clear: none;
      position: absolute;
      left: 400px;
      top: -100px;
      width: 520px;
      height: auto;
      background: none;
      display: block !important;
    }
    
    nav .gnb{
      display: flex;
      gap: 45px;
      padding-top: 0;
      width: 100%;
      margin: 0 ;
    }

    .gnb li{
      float: left;
      width: 100%;
      margin-top: 78px;
    }
    
    .gnb li a{
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      margin-bottom: 0px;
      font-size: 26px;
      line-height: 32px;
      font-family: "Cabin";
      color: #fff;
      text-transform: none;
    }
    
    .gnb li a:hover{
      color: #fff;
      
    }
    
    .gnb li a::after{
      /* content: "";
      display: inline-block; */
      /* margin-bottom: 3px;
      margin-left: 12px;
      width: 17px;
      height: 17px; */
      /* background: url(../img/logo/360plus.png)no-repeat center/cover; */
      display: none;
    }
    
    .language{
      /* width: 87.5%; */
      /* margin: 0 auto 60px;
      border-top: 2px solid #ddd;
      border-bottom: 2px solid #ddd; */
      display: none;
    }
    
    
    .language li a{
      /* position: relative;
      display: block;
      width: 100%; */
      /* font-size: 24px;
      line-height: 65px; */
      /* color: #fff; */
      /* text-align: center; */
      display: none;
    }
    
    .language li img{
      /* position: absolute; */
      /* top:17px; */
      /* left: 0px; */
      /* width: 30px;
      height: 30px; */
      display: none;
    }
    
    .language li span{
      /* display: block; */
      /* margin-left: 50px; */
      display: none;
    }
    
    nav .sns{
      /* display: flex;
      justify-content: center;
      gap: 60px;
      width: 87.5%;
      margin: 60px auto 0; */
      display: none;
    }
    
    nav .sns a img{
      width: 30px;
      height: 30px;
      display: none;
    }
  /* ----------------------------- */
  
  main{
  
  }
  
  /* 비쥬얼 섹션 */
  
  .visual_section{
    /* position: relative;
    width: 100%;
    height: 900px; */
    background: url(../img/visual/Ballantines-Prestige-18-Year-Old.jpg)no-repeat 52%center/cover;
  }
  
  .visual_wrap{
    /* position: relative;
    width: 100%;
    height: 900px;
    background: rgba(0,0,0,0.3); */
  }
  
  .visual_text{
    /* position: absolute; */
    top: 284px;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 90.234%;
    /* color: #fff; */
  }
  
  .visual_text strong{
    /* width: 100%; */
    font-size: 38px;
    line-height: 48px;
    /* font-family: "leferi"; */
  }
  
  .visual_text p{
    width: 90.234%;
    /* word-break: keep-all; */
    padding-top: 68px;
    font-size: 28px;
    line-height: 38px;
  }
  
  /* 어바웃 섹션 */
  
  .about_section{
    /* position: relative;
    width: 100%;
    background: #00172E;
    color: #fff;
    text-align: center; */
    padding-top: 22px;
  }
  
  .about_section .about_background{
    /* position: absolute; */
    top: -250px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/visual/about_background.png)no-repeat top/cover;
  }
  
  .about_section .about_wrap{
    /* position: relative;
    z-index: 10; */
  }
  
  .about_section .about_text{
    width: 90.234%;
    /* margin: 0 auto; */
  }
  
  .about_section .about_text>div img{
    /* width: 305px;
    height: 83px; */
    margin-bottom: 50px;
  }
  
  .about_section .about_text strong{
    font-size: 26px;
    line-height: 35px;
    /* word-break: keep-all;
    font-weight: normal; */
  }
  
  .about_section .about_text p{
    width: 100%;
    margin: 50px auto 100px;
    font-size: 20px;
    line-height: 29px;
    /* word-break: keep-all; */
    
  }

  .about_section .about_text p br:nth-child(2){
    /* display: none; */
  }
  
  .about_section .our_story_btn{
    padding-bottom: 170px;
  }
  
  .about_section .our_story_btn a{
    /* position: relative;
    display: block;
    width: 213px;
    height: 58px;
    margin: 0 auto;
    text-align: left;
    padding-left: 38px;
    font-size: 18px;
    line-height: 58px;
    background: #fff;
    color: #000;
    font-family: "leferi";  */
    /* padding-top: 3px; */
  }
  
  .about_section .our_story_btn a span{
    /* position: absolute;
    top: 17px;
    left: 151px;
    background: url(../img/logo/arrow01.png)no-repeat center/cover;
    width: 25px;
    height: 24px; */
  }

  .about_section .our_story_btn a:hover{
    /* background: #313350;
    color: #fff; */
  }

  .about_section .our_story_btn a:hover span{
    /* background: url(../img/logo/arrow_white.png)no-repeat center/cover;
    width: 25px;
    height: 24px; */
  }
  
  /* 컬렉션 섹션 */
  
  .collection_section{
    /* width: 100%;
    background: #1C2630;
    color: #fff; */
    padding-bottom: 108px;
  }
  
  .collection_wrap{
    
    /* margin: 0 auto; */
    /* text-align: left; */
  }
  
  .collection_wrap h2{
    /* font-family: "leferi"; */
    /* font-size: 50px;
    padding-top: 144px; */
  }
  
  .collection_wrap .top_text{
      width: 90.234%; 
      /* margin: 0 auto;
      word-break: keep-all; */
  }
  
  .collection_wrap .top_text p{
    /* font-size: 20px;
    line-height: 29px;
    margin-top: 34px; */
    /* word-break: keep-all; */
  }
  
  /* 컬렉션 박스1 */
  
  .collection_wrap .c_box1{
    /* position: relative; */
    /* height: auto; */
    text-align: left;
    margin: 0 auto;
    margin-top: 149px;
  }
  
  .collection_wrap .c_box1 .imgbox1::after{
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
    /* background:  rgba(0,0,0,0.2); */
  }
  
  .collection_wrap .c_box1 .imgbox1{
    float: left;
    /* position: relative;
    top: 0;
    left: 0; */
    width: 40%;
    height: 800px;
    background: url(../img/collection/img001.png)no-repeat 60%center/cover;
  }
  
  
  .collection_wrap .c_box1 .textbox1{
    /* position: relative; */
    float: right;
    width: 40%;
    margin-left: 8%;
    margin-right: 5%;
    padding-top: 178px;
  }
  
  .collection_wrap .c_box1 .textbox1 h3{
    /* position: relative; */
    width: 90%;
    /* margin-top: 130px;
    margin-left: 54px;
    font-size: 34px; */
    /* font-weight: 500;
    text-align: left; */
  }
  
  .collection_wrap .c_box1 .textbox1 h3::after{
    content: " ";
    display: block;
    position: absolute;
    top: -74px;
    left: -10px;
    width: 305px;
    height: 95px;
    background: url(../img/logo/768_c_logo1.png) no-repeat center/contain;
  }
  
  .collection_wrap .c_box1 .textbox1 p{
    width: auto;
    font-size: 18px;
    line-height: 26px;
    margin: 39px 0 82px;
    /* word-break: keep-all; */
  }
  
  .collection_wrap .c_box1 .textbox1 a{
    position: relative;
    display: block;
    width: 50%;
    height: 100%;
    margin-left: 150px;
    /* font-size: 18px;
    font-weight: bold;
    color: #fff; */
  }
  
  .collection_wrap .c_box1 .textbox1 a::after{
    /* content: " ";
    display: inline-block;
    width: 11px;
    height: 21px;
    background: url(../img/logo/arrow02.png)no-repeat center/cover;
    vertical-align: -3px;
    margin-left: 8px; */
  }
  
  
  .collection_wrap .c_box1 .bottle12 img{
    /* position: absolute; */
    top: 109px;
    left: 31%;
    /* transform:translateY(-50%); */
    width: 184px;
    height: 560px;
    /* margin-left: 0px; */
    /* opacity: 0; */
  }

  .collection_wrap .c_box1.on .bottle12 img {
    /* opacity: 1; */
    animation: img_right 0.5s 0.1s ease-in backwards;
  }

  /* 컬렉션 박스2 */
  .collection_wrap .c_box2{
    /* position: relative; */
    height: auto;
    /* text-align: left; */
    margin-top: 0px;
  }
  
  .collection_wrap .c_box2 .imgbox2::after{
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
    /* background:  rgba(0,0,0,0.2); */
  }
  
  .collection_wrap .c_box2 .imgbox2{
    float: right;
    /* position: relative;
    top: 0;
    left: 0; */
    width: 40%;
    height: 800px;
    background: url(../img/collection/img2.png)no-repeat 60%center/cover;
  }
  
  .collection_wrap .c_box2 .textbox2{
    /* position: relative; */
    /* top: 480px;
    right: 0; */
    float: left;
    width: 50%;
    margin-right: 0%;
    margin-top: 192px;
  }
  
  .collection_wrap .c_box2 .textbox2 h3{
    /* position: relative;
    width: auto;
    margin-top: 95px;
    font-size: 34px; */
    /* font-weight: 500; */
    text-align: left;
    margin-left: 50px;
  }
  
  .collection_wrap .c_box2 .textbox2 h3 br{
    /* display: none; */
  }

  .collection_wrap .c_box2 .textbox2 h3 span{
    /* position: relative;
    z-index: 2; */
  }
  
  .collection_wrap .c_box2 .textbox2 h3 span::after{
    /* content: " ";
    display: block;
    position: absolute;
    top: -40px;
    left: 20px;
    width: 481px;
    height: 76px;
    background: url(../img/logo/768_c_logo2.png) no-repeat center/contain; */
  }

  .collection_wrap .c_box2 .textbox2 h3::after {
    /* display: none; */
  }
  
  .collection_wrap .c_box2 .textbox2 p{
    width: auto;
    /* font-size: 18px;
    line-height: 26px; */
    margin: 26px 0 82px 50px;
    /* word-break: keep-all; */
    
  }
  
  .collection_wrap .c_box2 .textbox2 a{
    /* position: relative;
    display: block;
    width: 50%;
    height: 100%; */
    margin-left: 219px;
    /* font-size: 18px;
    font-weight: bold;
    color: #fff; */
  }
  
  .collection_wrap .c_box2 .textbox2 a::after{
    /* content: " ";
    display: inline-block;
    width: 11px;
    height: 21px;
    background: url(../img/logo/arrow02.png)no-repeat center/cover;
    vertical-align: -3px;
    margin-left: 8px; */
  }
  
  .collection_wrap .c_box2 .bottle18 img{
    /* position: absolute; */
    top: 95px;
    left: 53%;
    /* transform: translateY(-50%); */
    width: 155px;
    height: 609px;
    z-index: 30;
    /* margin-left: 0; */
    /* opacity: 0; */
  }

  .collection_wrap .c_box2.on .bottle18 img {
    /* opacity: 1; */
    animation: img_left 0.5s 0.1s ease-in backwards;
  }
  
  /* 컬렉션 박스3 */
  .collection_wrap .c_box3{
      /* position: relative; */
      height: auto;
      /* text-align: left;
      margin: 0 auto; */
      margin-top: 0px;
  }
  
  .collection_wrap .c_box3 .imgbox3::after{
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; */
    /* background:  rgba(0,0,0,0.2); */
  }
  
  .collection_wrap .c_box3 .imgbox3{
    float: left;
    /* position: relative;
    top: 0;
    left: 0; */
    width: 40%;
    height: 800px;
    background: url(../img/collection/img3.png)no-repeat 65%center;
  }
  
  .collection_wrap .c_box3 .textbox3{
    /* position: relative; */
    float: right;
    width: 42%;
    margin-left: 5%;
    margin-right: 8%;
    padding-top: 187px;
  }
  
  .collection_wrap .c_box3 .textbox3 h3{
    /* position: relative;
    width: 100%;
    margin-top: 130px;
    margin-left: 54px;
    font-size: 34px; */
    /* font-weight: 500;
    text-align: left; */
  }
  
  .collection_wrap .c_box3 .textbox3 h3::after{
    /* content: " ";
    display: block;
    position: absolute;
    top: -100px;
    left: -35px;
    width: 436px;
    height: 150px;
    background: url(../img/logo/768_c_logo3.png) no-repeat center/contain; */
  }
  
  .collection_wrap .c_box3 .textbox3 p{
    width: auto;
    /* font-size: 18px;
    line-height: 26px; */
    margin: 39px 0 98px;
    /* word-break: keep-all; */
  }
  
  .collection_wrap .c_box3 .textbox3 a{
    /* position: relative;
    display: block; */
    width: 90%;
    /* height: 100%;
    margin-left: 94px; */
    /* font-size: 18px;
    font-weight: bold;
    color: #fff; */
  }
  
  .collection_wrap .c_box3 .textbox3 a::after{
    /* content: " ";
    display: inline-block;
    width: 11px;
    height: 21px;
    background: url(../img/logo/arrow02.png)no-repeat center/cover;
    vertical-align: -3px;
    margin-left: 8px; */
  }
  
  .collection_wrap .c_box3 .bottle30 img{
    /* position: absolute; */
    top: 105px;
    left: 28%;
    right: 0;
    /* transform: translateY(-50%); */
    /* width: 220px;
    height: 590px; */
    /* margin-left: 0; */
    /* opacity: 0; */
  }

  .collection_wrap .c_box3.on .bottle30 img {
    /* opacity: 1; */
    animation: img_right 0.5s 0.1s ease-in backwards;
  }
  
  .collection_wrap .load_more{
    width: 315px;
    /* margin: 0 auto; */
    padding-top: 77px;

  }
  
  .collection_wrap .load_more a{
    /* display: block;
    width: 100%;
    height: 100%; */
    font-size: 40px;
    /* font-family: "leferi";
    color: #fff; */
  }
  
  /* **______칵테일섹션______** */
  .cocktails_section{
    /* width: 100%;
    height: 100%;
    background: #283644;
    color: #fff; */
  }
  
  .cocktails_wrap{
    width: 90.234%;
    /* margin: 0 auto;
    text-align: center; */
  }
  
  .cocktails_wrap h2{
    /* font-family: "leferi"; */
    /* font-size: 50px; */
    padding-top: 182px;
    /* text-align: left; */
  }
  
  .cocktails_wrap p{
    /* font-size: 20px;
    line-height: 29px; */
    /* margin-top: 34px; */
    /* text-align: left; */
    /* word-break: keep-all; */
  }

  .cocktails_wrap p br:nth-child(2){
    /* display: none; */
  }
  
  .cocktails_wrap .cocktail_menu {
    /* display: flex;
    justify-content: space-around; */
    width: 90.234%;
    margin: 87px auto 109px;
  }


  .cocktails_wrap .cocktail_menu li a{
    /* display: block;
    width: 100%;
    height: 100%; */
    /* margin-bottom: 0px; */
    font-size: 22px;
    /* color: #fff; */
  }

  .cocktails_wrap .cocktail_menu li .active{
    font-size: 28px;
    text-decoration: underline;
  }

  .cocktails_wrap .cocktail_menu li a:hover{
    /* transform: scale(1.2); */
    /* text-decoration: underline; */
  }
  
  .cocktail_slider_wrap{
    width: 424px;
    height: 701px;
    /* margin: 0 auto; */
  }
  
  .cocktail_slider_wrap .cocktail_slider{
    /* position: relative;
    width: 100%;
    height: 100%; */
    margin-top:  109px;
  }
  /* 칵테일박스 1 */
  .cocktail_slider .cocktail_box1{
     /* position: absolute;
    top: 0;
    left: 0; 
    width:  100%;
    height: 100%;
    color: #000;  */
  }
  
  .cocktail_slider .cocktail_box1 .cocktail_img{
    /* position: relative; */
    width: 424px;
    /* height: 471px; */
    /* background: url(../img/cocktail_recipe/c01.jpg)no-repeat center/cover; */
  }
  
  .cocktail_slider .cocktail_box1 .cocktail_img .img_arrow img{
    /* position: absolute; */
    bottom: 15px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
  
  .cocktail_slider .cocktail_box1 .cocktail_text{
    width: 424px;
    height: 230px;
    /* background: #fff; */
  }
  
  .cocktail_box1 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    /* margin-left: 30px; */
    padding-top: 18px;
  }
  
  .cocktail_box1 .cocktail_text .taste span{
    /* display: inline-block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    border-radius: 50px;
    text-align: center; */
    /* font-size: 12px;
    line-height: 22px;
    margin-left: 6px; */
  }
  
  .cocktail_box1 .cocktail_text .taste span:nth-child(1){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_box1 .cocktail_text .taste span:nth-child(2){
    /* width: 64px;
    height: 20px; */
  }
  
  .cocktail_box1 .cocktail_text .taste span:nth-child(3){
    /* width: 83px;
    height: 20px; */
  }
  
  .cocktail_box1 .cocktail_text strong{
    /* float: left; */
    font-size: 30px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 18px;
    /* margin-left: 30px;
    width: 70%; */
  }
  
  .cocktail_box1 .cocktail_text p{
    /* float: left; */
    font-size: 18px;
    line-height: 26px;
    /* text-align: left;
    margin-top: 21px;
    margin-left: 30px; */
    /* word-break: keep-all; */
    /* width: 90%; */
  }
  
  /* 칵테일박스 2 */
  .cocktail_slider .cocktail_box2{
    /* position: absolute;
    top: 0%;
    left: 110%;
    width: 100%;
    height: 100%;
    color: #000; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_img{
    /* position: relative; */
    width: 424px;
    /* height: 471px; */
    /* background: url(../img/cocktail_recipe/c02.jpg)no-repeat center/cover; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_img .img_arrow img{
    /* position: absolute; */
    bottom: 15px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text{
    width: 424px;
    height: 230px;
    /* background: #fff; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    /* margin-left: 30px; */
    padding-top: 18px;
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text .taste span{
    /* display: inline-block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    border-radius: 50px;
    text-align: center; */
    /* font-size: 12px;
    line-height: 22px;
    margin-left: 6px; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text .taste span:nth-child(1){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text .taste span:nth-child(2){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text .taste span:nth-child(3){
    /* width: 100px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text strong{
    /* float: left; */
    font-size: 30px;
    /* font-family: "leferi"; */
    margin-top: 25px;
    /* margin-left: 30px; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text p{
    /* float: left; */
    font-size: 18px;
    line-height: 26px;
    /* text-align: left;
    margin-top: 38px;
    margin-left: 30px; */
    /* word-break: keep-all; */
    /* width: 90%; */
  }
  
  /* 칵테일박스3 */
  .cocktail_slider .cocktail_box3{
    /* position: absolute;
    top: 0%;
    left: 220%;
    width: 100%;
    height: 100%;
    color: #000; */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_img{
    /* position: relative; */
    width: 424px;
    /* height: 471px; */
    /* background: url(../img/cocktail_recipe/c03.jpg)no-repeat center/cover; */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_img .img_arrow img{
    /* position: absolute; */
    bottom: 15px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text{
    width: 424px;
    height: 230px;
    /* background: rgba(0,0,0,0.3); */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    /* margin-left: 30px; */
    padding-top: 18px;
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text .taste span{
    /* display: inline-block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    border-radius: 50px;
    text-align: center; */
    /* font-size: 12px;
    line-height: 22px;
    margin-left: 6px; */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text .taste span:nth-child(1){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text .taste span:nth-child(2){
    /* width: 64px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text .taste span:nth-child(3){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text strong{
    /* float: left; */
    font-size: 30px;
    /* font-family: "leferi"; */
    /* text-align: left; */
    margin-top: 18px;
    /* margin-left: 30px; */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text p{
    /* float: left; */
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    margin-top: 25px;
    /* margin-left: 30px; */
    /* word-break: keep-all; */
    width: 85%;
  }
  
  /* 칵테일박스4 */
  .cocktail_slider .cocktail_box4{
    /* position: absolute;
    top: 0%;
    left: 330%;
    width: 100%;
    height: 100%;
    color: #000; */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_img{
    /* position: relative; */
    width: 424px;
    /* height: 471px; */
    /* background: url(../img/cocktail_recipe/c04.png)no-repeat center/cover; */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_img .img_arrow img{
    /* position: absolute; */
    bottom: 15px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text{
    width: 424px;
    height: 230px;
    /* background: rgba(0,0,0,0.3); */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    /* margin-left: 30px; */
    padding-top: 18px;
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text .taste span{
    /* display: inline-block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    border-radius: 50px;
    text-align: center; */
    /* font-size: 12px;
    line-height: 22px;
    margin-left: 6px; */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text .taste span:nth-child(1){
    /* width: 64px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text .taste span:nth-child(2){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text .taste span:nth-child(3){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text strong{
    /* float: left; */
    font-size: 30px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 25px;
    /* margin-left: 30px; */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text p{
    /* float: left; */
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    /* margin-top: 38px;
    margin-left: 30px; */
    /* word-break: keep-all; */
    /* width: 90%; */
  }
  
  /* 칵테일박스5 */
  .cocktail_slider .cocktail_box5{
    /* position: absolute;
    top: 0%;
    left: 440%;
    width: 100%;
    height: 100%;
    color: #000; */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_img{
    /* position: relative; */
    width: 424px;
    /* height: 471px; */
    /* background: url(../img/cocktail_recipe/c05.jpg)no-repeat center/cover; */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_img .img_arrow img{
    /* position: absolute; */
    bottom: 15px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text{
    width: 424px;
    height: 230px;
    /* background: rgba(0,0,0,0.3); */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    /* margin-left: 30px; */
    padding-top: 18px;
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text .taste span{
    /* display: inline-block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    border-radius: 50px;
    text-align: center; */
    /* font-size: 12px;
    line-height: 22px;
    margin-left: 6px; */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text .taste span:nth-child(1){
    /* width: 64px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text .taste span:nth-child(2){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text .taste span:nth-child(3){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text strong{
    /* float: left; */
    font-size: 30px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 18px;
    /* margin-left: 30px; */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text p{
    /* float: left; */
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    /* margin-top: 21px;
    margin-left: 30px; */
    /* word-break: keep-all; */
    width: 85%;
  }

  .cocktail_slider .cocktail_box5 .cocktail_text p br{
    /* display: none; */
  }
  
  /* 칵테일박스6 */
  .cocktail_slider .cocktail_box6{
    /* position: absolute;
    top: 0%;
    left: 550%;
    width: 100%;
    height: 100%;
    color: #000; */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_img{
    /* position: relative; */
    width: 424px;
    /* height: 471px; */
    /* background: url(../img/cocktail_recipe/c06.png)no-repeat center/cover; */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_img .img_arrow img{
    /* position: absolute; */
    bottom: 15px;
    right: 20px;
    width: 38px;
    height: 38px;
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text{
    width: 424px;
    height: 230px;
    /* background: rgba(0,0,0,0.3); */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    /* margin-left: 30px; */
    padding-top: 18px;
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text .taste span{
    /* display: inline-block;
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    border-radius: 50px;
    text-align: center; */
    /* font-size: 12px;
    line-height: 22px;
    margin-left: 6px; */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text .taste span:nth-child(1){
    /* width: 80px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text .taste span:nth-child(2){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text .taste span:nth-child(3){
    /* width: 70px;
    height: 20px; */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text strong{
    /* float: left; */
    font-size: 30px;
    /* font-family: "leferi"; */
    /* text-align: left; */
    /* margin-top: 20px; */
    /* margin-left: 30px; */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text p{
    /* float: left; */
    font-size: 18px;
    line-height: 26px;
    /* text-align: left; */
    /* margin-top: 25px; */
    /* margin-left: 30px; */
    /* word-break: keep-all; */
    /* width: 90%; */
  }
  
  .cocktail_pager{
    /* width: 80%;
    height: 50px;
    margin: 40px auto 100px;
    position: relative; */
  }
  
  .cock_swiper-pagination {
    /* font-size: 0; */
    
  }
  
  .cock_swiper-pagination .swiper-pagination-current::before{
    /* content: "0"; */
  }
  
  .cock_swiper-pagination .swiper-pagination-total::before{
    /* content: "0"; */
  }
  
  .cock_swiper-pagination span{
    /* display: block;
    font-size: 16px; */
  }

  .cock_swiper-pagination span:first-child{
    /* font-size: 18px;
    font-weight: bold; */
  }
  
  
  .cocktail_pager .pager_left img{
    position: absolute;
    top: 40%;
    left: 397px;
    width: 30px;
    height: 18px;
  }
  
  .cocktail_pager .pager_right img{
    position: absolute;
    top: 40%;
    right: 397px;
    width: 30px;
    height: 18px;
  }
  
  /* ***가이드섹션*** */
  .guide_section{
    /* width: 100%;
    height: 100%;
    background: #283644;
    color: #333; */
    padding-bottom: 214px;
  }
  
  .guide_wrap{
    width: 90.234%;
    /* margin: 0 auto;
    text-align: center; */
  }
  
  .guide_wrap h2{
    /* font-family: "leferi"; */
    /* font-size: 50px;
    color: #fff;
    text-align: left; */
  }
  
  .guide_box{
    /* margin-top: 70px;
    display: flex;
    justify-content: space-between; */
  }
  
  .guide_box>div{
    /* position: relative; */
    /* float: none; */
    width: 23.051%;
    height: 350px;
    /* background: #fff; */
    /* margin-bottom: 0px; */
  }
  .guide_box>div:hover::before{
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); */
  }
  
  .guide_box>div:nth-child(odd){
    /* margin-right: 0; */
  }
  /* 가이드 박스1 */
  .g_box01 .box_inner{
    /* position: relative;
    text-align: center;
    margin: 0 auto; */
  }
  
  .guide_box .box_inner>a>div{
    /* position: absolute; */
    top: 104px;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 122px;
    height: 122px;
    /* background: url(../img/guide/whisky.png)no-repeat center/contain; */
  }
  .guide_box>div br{
    display: none;
  }

  .g_box01 .box_inner>a p{
    font-size: 20px;
    line-height: 20px;
    padding-top: 250px;
  }
  
  /* 가이드 박스2 */
  .g_box02 .box_inner{
    /* position: relative;
    text-align: center;
    margin: 0 auto; */
  }
  
  .g_box02 .box_inner>a>div{
    /* background-image: url(../img/guide/alcohol.png); */
  }
  
  .g_box02 .box_inner>a p{
    font-size: 20px;
    line-height: 20px;
    padding-top: 250px;
  }
  
  /* 가이드 박스3 */
  .g_box03 .box_inner{
    /* position: relative;
    text-align: center;
    margin: 0 auto; */
  }
  
  .g_box03 .box_inner>a>div{
    /* background-image: url(../img/guide/research.png); */
  }
  
  .g_box03 .box_inner>a p{
    font-size: 20px;
    line-height: 20px;
    padding-top: 250px;
  }
  
  /* 가이드 박스4 */
  .g_box04 .box_inner{
    /* position: relative;
    text-align: center;
    margin: 0 auto; */
  }
  
  .g_box04 .box_inner>a>div{
    /* background-image: url(../img/guide/faq3png.png); */
  }
  
  .g_box04 .box_inner>a p{
    font-size: 20px;
    line-height: 20px;
    padding-top: 250px;
  }
  

  
  /* 블로그섹션 */
  
  .blog_section{
      /* clear: both; */
      /* position: relative;
      width: 100%; */
      height: 2780px;
      /* background: url(../img/blog/12-1-scaled.jpg)no-repeat center/cover; */
      /* color: #fff; */
      overflow: visible;
    }
  
  .blog_img_back{
    /* width: 100%;
    height: 100%;
    background: #00172E;
    opacity: 0.7;
    position: absolute; */
  }  
  
  .blog_wrap{
      /* position: relative; */
      width: 90.234%;
      /* margin: 0 auto;
      text-align: center; */
    }
  
    .blog_section .blog_wrap h2{
      /* font-family: "leferi"; */
      font-size: 50px;
      padding-top: 120px;
      margin-bottom: 70px;
      text-align: left;
      /* color: #fff; */
    }
  
    .blog_wrap .main_text{
      float: left;
      width: 50%;
      /* margin: 0 auto;
      text-align: center; */
      position:sticky;
      top: 46px;
    }

    .blog_wrap .main_text p{
      /* font-size: 18px;
      line-height: 26px;
      word-break: keep-all; */
      width: 80%;
      margin-bottom: 50px;
      /* display: block; */
      text-align: left;
    }

    .blog_wrap .main_text p br{
      /* display: none; */
    }
  
    .blog_wrap .main_text strong{
      font-size: 24px;
      line-height: 32px;
      /* word-break: keep-all;
      font-weight: 500; */
      display: block;
      width: 90%;
      text-align: left;
    }
    
    .blog_slider_wrap{
      float: right;
      width: 50%;
      height: 100%;
      margin: 0;
    }
  
    .blog_slider_wrap .blog_slider{
      display: block;
      /* position: relative;
      width: 100%;
      height: 100%; */
      margin-top: 0px;
    }
  
    .blog_slider_wrap .blog_slider>div{
      position: relative;
      width: 451px;
      height: 606px;
      margin-bottom: 30px;
    }
  
    .blog_slider_wrap .blog_slider>div .b_box_full{
      /* width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.3); */
    }
  
    .blog_slider_wrap .blog_slider .b_box01{
      
      background: url(../img/blog/ballantines-whisky-guide-whiskydrinks-scaled-2.jpeg)no-repeat center/cover;
    }
  
    .blog_slider_wrap .blog_slider .b_box02{
      left: 0%;
      background: url(../img/blog/Picture11.jpg)no-repeat center/cover;
    }
  
    .blog_slider_wrap .blog_slider .b_box03{
      left: 0%;
      background: url(../img/blog/golden_hour.png)no-repeat center/cover;
    }
  
    .blog_slider_wrap .blog_slider .b_box04{
      left: 0%;
      background: url(../img/blog/Ballantines-Stay-True-Social-Asset-1-scaled-new.jpg)no-repeat center/cover;
    }
  
  
    .blog_slider_wrap .blog_slider>div h3{
      /* position: absolute; */
      top: 123px;
      left: 20px;
      /* font-size: 17px; */
      /* text-align: left; */
    }
  
    .blog_slider_wrap .blog_slider>div strong{
      /* position: absolute; */
      top: 177px;
      left: 20px;
      /* text-align: left; */
      /* font-size: 27px;
      line-height: 30px; */
      /* font-weight: 500;
      word-break: keep-all; */
    }
  
    .blog_slider_wrap .blog_slider>div p{
      /* position: absolute; */
      left: 20px;
      width: 95%;
      /* font-size: 16px;
      line-height: 22px; */
      margin-top: 20px;
      /* text-align: left;
      word-break: keep-all; */
    }
  
    .blog_slider_wrap .blog_slider>div:nth-child(2) p{
      top: 235px;
    }
  
    .blog_slider_wrap .blog_slider>div:nth-child(3) p{
      top: 236px;
    }
  
    .blog_slider_wrap .blog_slider>div:nth-child(4) p{
      top: 239px;
    }
  
    .blog_slider_wrap .blog_slider>div a{
      /* position: absolute; */
      top: 456px;
      /* left: 50%;
      transform: translateX(-50%); */
      width: 168px;
      height: 50px;
      /* background: #fff;
      color: #000; */
      /* font-size: 18px; */
      line-height: 50px;
    }

    .blog_slider_wrap .blog_slider>div a:hover{
      /* background: #313350;
      color: #fff; */
    }
  
    .blog_wrap .blog_direct_btn a{
      /* position: absolute; */
      top: 683px;
      left: 20%;
      transform: none;
      /* color: #fff; */
      font-size: 26px;
    }
  
    .blog_wrap .blog_direct_btn a img{
      /* position: absolute; */
      top: 3px;
      left: 110px;
      width: 30px;
      height: 30px;
    }
  
  
    /* ***____ 아워스토리 ___*** */
  .ourstory_section{
    /* width: 100%;
    background: #1C2630;
    color: #fff; */
    padding-top: 160px;
  }
  
  
  .ourstory_section .ourstory_wrap{
    width: 100%;
    margin: 0;
    text-align: center;
  }
  
  .ourstory_wrap h2{
    /* font-family: "leferi"; */
    /* font-size: 50px;
    text-align: left; */
    /* color: #fff; */
    margin-left: 57px;
  }
  
  .ourstory_slider_wrap{
    position: relative;
    width: 100%;
    margin: 0;
    height: 800px;
  }

  .ourstory_slider_wrap .ourstory_slider{
    /* display: block;
    position: relative; */
    width: 100%;
    /* height: 100%; */
    margin-top: 121px;
  
  }
  
  .ourstory_slider_wrap .ourstory_slider>div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
    margin-bottom: 0px;
  }
  
  .ourstory_slider_wrap .ourstory_slider>div>.os_back{
    display: none;
  }
  
  .ourstory_slider_wrap .ourstory_slider>div:nth-child(2n){
    margin-left: 0;
  }

  .ourstory_slider_wrap .ourstory_slider .s_box01{
    position: relative;
    left: 0;
    background: url(../img/ourstory/os_back1.png)no-repeat center/cover;
  
  }

  .ourstory_slider_wrap .ourstory_slider .s_box02{
    left: 100%;
    background: url(../img/ourstory/os_back2.png)no-repeat center/cover;
  }
  
  .ourstory_slider_wrap .ourstory_slider .s_box03{
    left: 200%;
    background: url(../img/ourstory/os_back3.png)no-repeat center/cover;
  }
  
  .ourstory_slider_wrap .ourstory_slider .s_box04{
    left: 300%;
    background: url(../img/ourstory/os_back4.png)no-repeat center/cover;
  }

  .ourstory_slider_wrap .ourstory_slider .os_inner{
    position: relative;
    width: 917px;
    height: 100%;
    margin: 0 auto;
  }

  .ourstory_slider_wrap .ourstory_slider .os_inner>div{
    position: absolute;
    top: 50%;
    left: 79px;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
  }

  .ourstory_slider_wrap .ourstory_slider .s_box01 .os_inner>.os_img1{
    background: url(../img/ourstory/os_img1.png)no-repeat center/cover;
    z-index: 30;
  }


  .ourstory_slider_wrap .ourstory_slider .s_box02 .os_inner>.os_img2{
    background: url(../img/ourstory/os_img2.png)no-repeat center/cover;
    z-index: 30;
  }

  .ourstory_slider_wrap .ourstory_slider .s_box03 .os_inner>.os_img3{
    background: url(../img/ourstory/os_img3.png)no-repeat center/cover;
    z-index: 30;
  }

  .ourstory_slider_wrap .ourstory_slider .s_box04 .os_inner>.os_img4{
    background: url(../img/ourstory/os_img4.png)no-repeat center/cover;
    z-index: 30;
  }

  
  .ourstory_slider_wrap .ourstory_slider .os_inner .bf_logo{
    position: absolute;
    top: 191px;
    left: 354px;
    transform: none;
    width: 568px;
    height: 419px;
    background: url(../img/ourstory/os_1024logo.png)no-repeat center/cover;
  }
  
  .ourstory_slider_wrap .ourstory_slider div>h3{
    /* position: absolute; */
    top: 204px;
    left: 0px;
    transform: none;
    font-size: 26px;
    line-height: 100px;
    width: 260px;
    height: 100px;
    background: #1a206e;
    /* font-weight: normal;
    text-align: center; */
    z-index: 31;
  }

  .ourstory_slider_wrap .ourstory_slider .s_box04 h3{
    line-height: 30px;
    padding-top: 23px;
  }
  
  .ourstory_slider .s_text_box{
    display: block;
    text-align: left;
    word-break: keep-all;
  }

  .ourstory_slider .s_text_box strong{
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
  }

  .ourstory_slider .s_text_box p{
    font-size: 18px;
    line-height: 26px;
  }

  .ourstory_slider .s_box01 .s_text_box{
    margin-top: 184px;
    margin-left: 420px;
  }

  .ourstory_slider .s_box01 .s_text_box p{
    padding-top: 45px;
  }

  .ourstory_slider .s_box02 .s_text_box{
    margin-top: 164px;
    margin-left: 420px;
  }

  .ourstory_slider .s_box02 .s_text_box p{
    padding-top: 30px;
  }

  .ourstory_slider .s_box03 .s_text_box{
    margin-top: 184px;
    margin-left: 420px;
  }

  .ourstory_slider .s_box03 .s_text_box p{
    padding-top: 45px;
  }

  .ourstory_slider .s_box04 .s_text_box{
    margin-top: 154px;
    margin-left: 420px;
  }

  .ourstory_slider .s_box04 .s_text_box p{
    padding-top: 30px;
  }


  .ourstory_slider .s_text_box br{
    display: none;
  }

  .ourstory_slider_wrap .ourstory_slider div a{
    display: block;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
  }

  .ourstory_slider_wrap .ourstory_slider div a::after{
    content: '';
    display: inline-block;
    background: url(../img/ourstory/os_box_arrow.png)no-repeat center/cover;
    width: 14px;
    height: 16px;
    margin-left: 8px;
  }

  .swiper-button-next,.swiper-button-prev,.swiper-pagination{
    display: block;
  }
  
  .ourstory_wrap .os_direct_btn{
    /* position: relative; */
    margin-top: 0px;
    /* width: 100%; */
    padding-bottom: 0px;
  }
  .ourstory_wrap .os_direct_btn a{
    display: none;
  }
  
  .ourstory_wrap .os_direct_btn a img{
    display: none;
  }

  .ourstory_slider_wrap .swiper-button-next{
    position: absolute;
    top: 60%;
    right: 10px;
  }

  .ourstory_slider_wrap .swiper-button-prev{
    position: absolute;
    top: 60%;
    left: 10px;
  }

  .ourstory_slider_wrap .swiper-pagination .swiper-pagination-bullet{
    background: #ddd;
  }
  
  /* -------footer------- */
  
  footer{
    /* width: 100%;
    height: 100%;
    background: #081d32;
    color: #fff;
    text-align: center; */
  }
  
  .main_footer{
  
  }
  
  .top_footer{
    width: 90.234%;
    /* margin: 0 auto; */
  }
  
  .footer_logo a{
    /* display: block;
    width: 100%;
    height: 100%; */
    padding-top: 78px;
    padding-bottom: 100px;
  }
  
  .footer_logo a img{
    /* display: block; */
    width: 308px;
    height: 83px;
    /* margin: 0 auto; */
  }
  
  .top_footer .first_ul{
    /* margin: 0 auto;
    display: inline-block; */
  }
  
  .top_footer .first_ul li{
    /* float: left;
    color: #fff;
    margin: 0 auto; */
    
  }
  
  .top_footer .first_ul li a{
    /* display: block;
    width: 100%;
    height: 100%; */
    font-size: 22px;
    /* font-family: "leferi";
    color: #fff; */
  }
  
  .top_footer .first_ul li:nth-child(1) a::after{
    /* content: "|";
    margin-left: 20px; */
  }
  
  .top_footer .first_ul li:nth-child(2) a{
    /* margin-left: 20px; */
  }
  
  
  .top_footer .second_ul{
    /* clear: both;
    width: 100%; */
    margin-top: 10px;
    margin-bottom: 56px;
  }
  
  .top_footer .second_ul li{
    /* display: inline-block;
    text-align: center; */
  }
  
  .top_footer .second_ul li a{
    /* display: inline-block;
    width: 100%;
    height: 100%; */
    font-size: 20px;
    /* line-height: 35px; */
    /* margin-left: 5px;
    color: #fff; */
  }
  
  .top_footer .second_ul li a::after{
    /* content: "|";
    margin-left: 0 25px; */
  }
  
  .top_footer .second_ul li:last-child a::after{
    /* content: "";
    margin: 0; */
  }
  
  .middle_footer{
    /* clear: both; */
  }
  
  .footer_sns ul{
    /* display: flex;
    gap: 38px; */
    /* width: 39.166%;
    margin: 0 auto; */
  }
  
  .footer_sns ul li{
    /* display: inline-block;   */
    padding-bottom: 50px;
    /* margin: 0 auto; */
  }

  .footer_sns ul li img{
    /* width: 34px;
    height: 34px; */
  }
  
  .middle_text{
    /* background: #00172E; */
    padding-top: 40px;
  }
  
  .middle_text>p{
    /* margin: 0 auto; */
    font-size: 18px;
    padding-top: 0; 
  }
  
  .middle_text>p:nth-child(2){
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 30px;
    word-break: keep-all;
  }

  .middle_text>p:nth-child(2) br{
    /* display: none; */
  }
  
  .bottom_footer{
    display: none;
  }




}