@charset "utf-8";
@media screen and (min-width:768px){

  .wrap{
    /* width: 100%;
    background: #283644; */
  }
  
  .header_backscreen{
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%; */
    height: 110px;
    /* background: rgba(26, 24, 115, 0.4);
    z-index: 100; */
  }
  
  
  header{
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999; */
  }
  
  
  .header_center{
    width: 87.5%;
    /* height: 100%;
    margin: 0 auto; */
  }
  
  h1{
    /* float: left; */
    width: 232px;
    height: 70px;
    /* margin-top: 24px; */
    /* position: relative;
    z-index: 20; */
  }
  
  h1>a{
    /* display: block; 
    width: 100%;
    height: 100%; */
    background: url(../img/logo/768_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; */
  }
  
  nav{
    /* clear: both;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; */
    height: 900px;
    /* background: rgba(6, 5, 38, 0.9); */
    padding-top: 100px;
    /* display: none; */
  }
  
  nav .gnb{
    /* padding-top: 110px; */
    width: 87.5%;
    margin: 0 auto 87px;
    text-align: center;
  }
  
  .gnb li a{
    /* position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 12px; */
    font-size: 32px;
    line-height: 55px;
    /* font-family: "leferi";
    color: #fff;
    text-transform: uppercase; */
  }
  
  .gnb li a:hover{
    /* color: #4774A1; */
  }
  
  .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; */
  }
  
  .language{
    width: 87.5%;
    /* margin: 0 auto 60px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd; */
    text-align: center;
  }
  
  
  .language li a{
    /* position: relative;
    display: block;
    width: 100%; */
    font-size: 24px;
    line-height: 65px;
    /* color: #fff; */
    text-align: center;
    width: 180px;
    margin: 0 auto;
  }
  
  .language li img{
    /* position: absolute; */
    top:17px;
    left: 0px;
    width: 30px;
    height: 30px;
    left: 20px;
  }
  
  .language li span{
    /* display: block; */
    margin-left: 50px;
  }

  .language li a:hover {
    background: #fff;
    color: #333;
    width: 180px;
  }

  nav .sns{
    display: flex;
    justify-content: center;
    gap: 60px;
    width: 87.5%;
    margin: 60px auto 0;
  }
  
  nav .sns a img{
    width: 30px;
    height: 30px;
  }
  
  main{
  
  }
  
  /* 비쥬얼 섹션 */
  
  .visual_section{
    /* position: relative;
    width: 100%;
    height: 900px; */
    background: url(../img/visual/Ballantines-Prestige-18-Year-Old.jpg)no-repeat 75%center/cover;
  }
  
  .visual_wrap{
    /* position: relative;
    width: 100%;
    height: 900px;
    background: rgba(0,0,0,0.3); */
  }
  
  .visual_text{
    /* position: absolute; */
    top: 199px;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 87.5%;
    /* color: #fff; */
  }
  
  .visual_text strong{
    /* width: 100%; */
    font-size: 32px;
    line-height: 40px;
    /* font-family: "leferi"; */
  }
  
  .visual_text p{
    width: 87.5%;
    /* word-break: keep-all; */
    padding-top: 31px;
    font-size: 20px;
    line-height: 29px;
  }
  
  /* 어바웃 섹션 */
  
  .about_section{
    /* position: relative;
    width: 100%;
    background: #00172E;
    color: #fff;
    text-align: center; */
    padding-top: 71px;
  }
  
  .about_section .about_background{
    /* position: absolute; */
    top: -200px;
    /* left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/visual/about_background.png)no-repeat center/cover; */
  }
  
  .about_section .about_wrap{
    /* position: relative;
    z-index: 10; */
  }
  
  .about_section .about_text{
    width: 87.5%;
    /* margin: 0 auto; */
  }
  
  .about_section .about_text>div img{
    width: 305px;
    height: 83px;
    margin-bottom: 67px;
  }
  
  .about_section .about_text strong{
    font-size: 20px;
    line-height: 29px;
    /* word-break: keep-all;
    font-weight: normal; */
  }
  
  .about_section .about_text p{
    width: 80%;
    margin: 40px auto 106px;
    /* font-size: 16px;
    line-height: 22px;
    word-break: keep-all; */
  }
 
  .about_section .about_text p br:nth-child(2){
    display: none;
  }
  
  .about_section .our_story_btn{
    padding-bottom: 187px;
  }
  
  .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: 85px;
  }
  
  .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: 87.5%; 
      /* 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: 115px;
  }
  
  .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{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: url(../img/collection/img001.png)no-repeat 90%center/cover;
  }
  
  
  .collection_wrap .c_box1 .textbox1{
    /* position: relative; */
    width: 52%;
    margin-left: 10%;
  }
  
  .collection_wrap .c_box1 .textbox1 h3{
    position: relative;
    width: 100%;
    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: 100%;
    height: 100%; */
    margin-left: 94px;
    /* 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: 290px;
    left: auto;
    right: 10%;
    transform: none;
    width: 184px;
    height: 560px;
    margin-left: 0;
    /* opacity: 0; */
  }

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

  /* 컬렉션 박스2 */
  .collection_wrap .c_box2{
    /* position: relative; */
    height: 864px;
    text-align: left;
    margin-top: 170px;
  }
  
  .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{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: url(../img/collection/img2.png)no-repeat 40%center/cover;
  }
  
  .collection_wrap .c_box2 .textbox2{
    /* position: relative; */
    /* top: 480px;
    right: 0; */
    float: right;
    width: 72%;
    margin-right: 8%;
  }
  
  .collection_wrap .c_box2 .textbox2 h3{
    position: relative;
    width: auto;
    margin-top: 95px;
    font-size: 34px;
    /* font-weight: 500; */
    text-align: right;
    
  }
  
  .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: 46px 0 98px 170px;
    /* word-break: keep-all; */
    
  }
  
  .collection_wrap .c_box2 .textbox2 a{
  /* position: relative;
    display: block; */
    width: 50%;
    /* height: 100%; */
    margin-left: 271px;
    /* 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: 250px;
    left: 10%;
    transform: none;
    width: 155px;
    height: 609px;
    margin-left: 0;
    /* opacity: 0; */
  }

  .collection_wrap .c_box2.on .bottle18 img {
    /* opacity: 1;
    animation: bottle_img 0.5s 0.1s ease-in backwards; */
  }
  
  /* 컬렉션 박스3 */
  .collection_wrap .c_box3{
      /* position: relative; */
      height: 864px;
      text-align: left;
      margin: 0 auto;
      margin-top: 170px;
  }
  
  .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{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: url(../img/collection/img3.png)no-repeat 65%center;
  }
  
  .collection_wrap .c_box3 .textbox3{
    /* position: relative; */
    width: 52%;
    margin-left: 10%;
  }
  
  .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 112px;
    /* word-break: keep-all; */
  }
  
  .collection_wrap .c_box3 .textbox3 a{
    /* position: relative;
    display: block;
    width: 100%;
    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: 320px;
    left: auto;
    right: 2%;
    transform: none;
    width: 220px;
    height: 590px;
    margin-left: 0;
    /* opacity: 0; */
  }
  .collection_wrap .c_box3.on .bottle30 img {
    /* opacity: 1;
    animation: bottle_img 0.5s 0.1s ease-in backwards; */
  }
  
  .collection_wrap .load_more{
    width: 244px;
    /* margin: 0 auto; */
    padding-top: 92px;

  }
  
  .collection_wrap .load_more a{
    /* display: block;
    width: 100%;
    height: 100%; */
    font-size: 30px;
    /* font-family: "leferi";
    color: #fff; */
  }
  
  /* **______칵테일섹션______** */
  .cocktails_section{
    /* width: 100%;
    height: 100%;
    background: #283644;
    color: #fff; */
    /* overflow: hidden; */
  }
  
  .cocktails_wrap{
    width: 87.5%;
    /* margin: 0 auto;
    text-align: center; */
  }
  
  .cocktails_wrap h2{
    /* font-family: "leferi"; */
    font-size: 50px;
    padding-top: 150px;
    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: 87.5%;
    margin: 59px auto 143px;
  }


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

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

  .cocktails_wrap .cocktail_menu li a:hover{
    /* transform: scale(1.2); */
    /* text-decoration: underline; */
  }
  
  .cocktail_slider_wrap{
    width: 397px;
    height: 657px;
    /* margin: 0 auto; */
  }
  
  .cocktail_slider_wrap .cocktail_slider{
    /* position: relative;
    width: 100%;
    height: 100%; */
    margin-top:  143px;
  }
  /* 칵테일박스 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: 397px;
    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: 30px;
    height: 30px;
  }
  
  .cocktail_slider .cocktail_box1 .cocktail_text{
    width: 397px;
    height: 186px;
    /* background: #fff; */
  }
  
  .cocktail_box1 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    margin-left: 30px;
    padding-top: 15px;
  }
  
  .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: 26px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 12px;
    margin-left: 30px;
    width: 70%;
  }
  
  .cocktail_box1 .cocktail_text p{
    /* float: left; */
    font-size: 16px;
    line-height: 20px;
    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: 397px;
    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: 30px;
    height: 30px;
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text{
    width: 397px;
    height: 186px;
    /* background: #fff; */
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    margin-left: 30px;
    padding-top: 15px;
  }
  
  .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: 26px;
    /* font-family: "leferi"; */
    margin-top: 20px;
    margin-left: 30px;
  }
  
  .cocktail_slider .cocktail_box2 .cocktail_text p{
    /* float: left; */
    font-size: 16px;
    line-height: 20px;
    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: 397px;
    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: 30px;
    height: 30px;
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text{
    width: 397px;
    height: 186px;
    /* background: rgba(0,0,0,0.3); */
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    margin-left: 30px;
    padding-top: 15px;
  }
  
  .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: 26px;
    /* font-family: "leferi"; */
    /* text-align: left; */
    margin-top: 12px;
    margin-left: 30px;
  }
  
  .cocktail_slider .cocktail_box3 .cocktail_text p{
    /* float: left; */
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-top: 11px;
    margin-left: 30px;
    /* word-break: keep-all; */
  }
  
  /* 칵테일박스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: 397px;
    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: 30px;
    height: 30px;
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text{
    width: 397px;
    height: 186px;
    /* background: rgba(0,0,0,0.3); */
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    margin-left: 30px;
    padding-top: 15px;
  }
  
  .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: 26px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 20px;
    margin-left: 30px;
  }
  
  .cocktail_slider .cocktail_box4 .cocktail_text p{
    /* float: left; */
    font-size: 16px;
    line-height: 20px;
    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: 397px;
    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: 30px;
    height: 30px;
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text{
    width: 397px;
    height: 186px;
    /* background: rgba(0,0,0,0.3); */
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    margin-left: 30px;
    padding-top: 15px;
  }
  
  .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: 26px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 12px;
    margin-left: 30px;
  }
  
  .cocktail_slider .cocktail_box5 .cocktail_text p{
    /* float: left; */
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-top: 21px;
    margin-left: 30px;
    /* word-break: keep-all; */
    width: 90%;
  }

  .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: 397px;
    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: 30px;
    height: 30px;
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text{
    width: 397px;
    height: 186px;
    /* background: rgba(0,0,0,0.3); */
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text .taste{
    /* float: left;
    font-family: "leferi"; */
    margin-left: 30px;
    padding-top: 15px;
  }
  
  .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: 26px;
    /* font-family: "leferi"; */
    /* text-align: left; */
    margin-top: 20px;
    margin-left: 30px;
  }
  
  .cocktail_slider .cocktail_box6 .cocktail_text p{
    /* float: left; */
    font-size: 16px;
    line-height: 20px;
    /* 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: 266px;
    width: 22px;
    height: 18px;
  }
  
  .cocktail_pager .pager_right img{
    /* position: absolute; */
    top: 40%;
    right: 266px;
    width: 22px;
    height: 18px;
  }
  
  /* ***가이드섹션*** */
  .guide_section{
    /* width: 100%;
    height: 100%;
    background: #283644;
    color: #333; */
    padding-bottom: 150px;
  }
  
  .guide_wrap{
    width: 87.5%;
    /* 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.214%;
    height: 250px;
    /* background: #fff; */
    margin-bottom: 0px;
  }
  .guide_box>div:nth-child(3), .guide_box>div:nth-child(4){
    /* margin-bottom: 0; */
  }

  .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: 57px;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
    height: 115px;
    /* background: url(../img/guide/whisky.png)no-repeat center/contain; */
  }
  
  .g_box01 .box_inner>a p{
    font-size: 18px;
    line-height: 20px;
    padding-top: 194px;
  }
  
  .g_box01:hover{
    background: url(../img/guide/1-1-scaled.jpg)no-repeat center/cover;
  }

  .g_box01:hover p{
    color: #fff;
  }
  .g_box01:hover .box_inner>a>div{
    display: none;
  }

  /* 가이드 박스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: 18px;
    line-height: 20px;
    padding-top: 194px;
  }

  .g_box02:hover{
    background: url(../img/guide/barley10-aspect-ratio-16-9.png)no-repeat 60%center/cover;
  }

  .g_box02:hover p{
    color: #fff;
  }
  .g_box02:hover .box_inner>a>div{
    display: none;
  }
  
  /* 가이드 박스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: 18px;
    line-height: 20px;
    padding-top: 194px;
  }

  .g_box03:hover{
    background: url(../img/guide/indenture-andrew-hunter-george-ballantyne-scaled-e1610548512198.jpg)no-repeat center/cover;
  }

  .g_box03:hover p{
    color: #fff;
  }
  .g_box03:hover .box_inner>a>div{
    display: none;
  }
  
  /* 가이드 박스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: 18px;
    line-height: 20px;
    padding-top: 194px;
  }
  
  .g_box04:hover{
    background: url(../img/guide/Ballantines-Finest-and-nosing-glass_large-aspect-ratio-16-9.png)no-repeat center/cover;
  }

  .g_box04:hover p{
    color: #fff;
  }
  .g_box04:hover .box_inner>a>div{
    display: none;
  }
  
  /* 블로그섹션 */
  
  .blog_section{
      /* clear: both; */
      /* position: relative;
      width: 100%; */
      height: 1347px;
      /* background: url(../img/blog/12-1-scaled.jpg)no-repeat center/cover; */
      /* color: #fff; */
      /* overflow: hidden; */
    }
  
  .blog_img_back{
    /* width: 100%;
    height: 100%;
    background: #00172E;
    opacity: 0.7;
    position: absolute; */
  }  
  
  .blog_wrap{
      /* position: relative; */
      width: 87.5%;
      /* margin: 0 auto;
      text-align: center; */
    }
  
    .blog_section .blog_wrap h2{
      /* font-family: "leferi"; */
      font-size: 50px;
      padding-top: 87px;
      margin-bottom: 48px;
      /* color: #fff; */
    }
  
    .blog_wrap .main_text{
      width: 87.5%;
      /* margin: 0 auto;
      text-align: center; */
    }

    .blog_wrap .main_text p{
      /* font-size: 18px;
      line-height: 26px;
      word-break: keep-all; */
      margin-bottom: 70px;
      display: block;
    }

    .blog_wrap .main_text p br{
      display: none;
    }
  
    .blog_wrap .main_text strong{
      font-size: 22px;
      line-height: 28px;
      /* word-break: keep-all;
      font-weight: 500; */
      display: inline-block;
      width: 70%;
    }
    
    .blog_slider_wrap{
      width: 90%;
      height: 500px;
      margin: 0 auto;
      overflow: visible;
    }
  
    .blog_slider_wrap .blog_slider{
      /* position: relative;
      width: 100%;
      height: 100%; */
      margin-top: 151px;
    }
  
    .blog_slider_wrap .blog_slider>div{
      /* position: absolute;
      top: 0; */
      width: 60%;
      /* height: 100%; */
    }
  
    .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{
      /* left: 0;
      background: url(../img/blog/ballantines-whisky-guide-whiskydrinks-scaled-2.jpeg)no-repeat center/cover; */
    }
  
    .blog_slider_wrap .blog_slider .b_box02{
      /* left: 110%;
      background: url(../img/blog/Picture11.jpg)no-repeat center/cover; */
    }
  
    .blog_slider_wrap .blog_slider .b_box03{
      /* left: 220%;
      background: url(../img/blog/golden_hour.png)no-repeat center/cover; */
    }
  
    .blog_slider_wrap .blog_slider .b_box04{
      /* left: 330%;
      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: 100px;
      left: 13px;
      font-size: 17px;
      /* text-align: left; */
    }
  
    .blog_slider_wrap .blog_slider>div strong{
      /* position: absolute; */
      top: 162px;
      left: 13px;
      /* 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: 13px;
      width: auto;
      font-size: 16px;
      line-height: 22px;
      /* 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: 424px;
      /* left: 50%;
      transform: translateX(-50%); */
      width: 153px;
      height: 42px;
      /* background: #fff;
      color: #000; */
      font-size: 18px;
      line-height: 42px;
    }

    .blog_slider_wrap .blog_slider>div a:hover{
      /* background: #313350;
      color: #fff; */
    }
  
    .blog_wrap .blog_direct_btn a{
      /* position: absolute; */
      top: 1212px;
      /* left: 50%;
      transform: translateX(-50%);
      color: #fff;
      font-size: 18px; */
    }
  
    .blog_wrap .blog_direct_btn a img{
      position: absolute;
      top: 2px;
      left: 70px;
      width: 20px;
      height: 20px;
    }
  
  
    /* ***____ 아워스토리 ___*** */
  .ourstory_section{
    /* width: 100%;
    background: #1C2630;
    color: #fff; */
    padding-top: 130px;
  }
  
  
  .ourstory_section .ourstory_wrap{
    width: 87.5%;
    /* margin: 0 auto;
    text-align: center; */
  }
  
  .ourstory_wrap h2{
    /* font-family: "leferi"; */
    font-size: 50px;
    text-align: left;
    /* color: #fff; */
  }
  
  .ourstory_slider_wrap{
    width:100%;
    margin: 0 auto;
  }
  
  .ourstory_slider_wrap .ourstory_slider{
    display: block;
    position: relative;
    /* width: 87.5%; */
    height: 100%;
    margin-top: 140px;
  
  }
  
  .ourstory_slider_wrap .ourstory_slider>div{
    /* position: absolute;
    top: 0; */
    float: left;
    width: 48.809%;
    height: 312px;
    margin-bottom: 204px;
    margin-right: 2.382%;
  }

  .ourstory_slider_wrap .ourstory_slider>div .os_back{
    /* width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4); */
  }
  
  .ourstory_slider_wrap .ourstory_slider>div:nth-child(2n){
    margin-right: 0;
  }
  
  
  
  .ourstory_slider_wrap .ourstory_slider .s_box01{
    position: relative;
    
    /* background: url(../img/ourstory/Picture909.jpg)no-repeat center/cover; */
  }
  
  .ourstory_slider_wrap .ourstory_slider .s_box02{
    
    /* background: url(../img/ourstory/ballantines-prohibition.jpg)no-repeat center/cover; */
  }
  
  .ourstory_slider_wrap .ourstory_slider .s_box03{
    
    /* background: url(../img/ourstory/ballantines-sandy.jpg)no-repeat center/cover; */
  }
  
  .ourstory_slider_wrap .ourstory_slider .s_box04{
    
    /* background: url(../img/ourstory/BALLANTINES_COLA_SODA_NEAT_ONTHEROCKS-1X1-16X9-scaled.jpg)no-repeat center/cover; */
  }

  .ourstory_slider_wrap .ourstory_slider>div .bf_logo{
    position: absolute;
    top: 325px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 103px;
    background: url(../img/ourstory/ballentine_lec.png)no-repeat center/cover;
  }
  
  .ourstory_slider_wrap .ourstory_slider div>h3{
    /* position: absolute; */
    top: 360px;
    /* left: 50%; */
    transform: translateX(-50%);
    font-size: 18px;
    width: 60%;
    /* font-weight: normal;
    text-align: center; */
  }
  
  .ourstory_slider .s_text_box{
    /* display: none; */
  }

  .ourstory_slider_wrap .ourstory_slider div a{
    /* display: none; */
  }

  /* .swiper-button-next,.swiper-button-prev,.swiper-pagination{
    display: none;
  } */
  
  .ourstory_wrap .os_direct_btn{
    /* position: relative; */
    margin-top: 0px;
    width: 100%;
    padding-bottom: 120px;
  }
  .ourstory_wrap .os_direct_btn a{
      /* position: relative;
      color: #fff;
      font-size: 18px; */
  }
  
  .ourstory_wrap .os_direct_btn a img{
    /* position: absolute;
    top: 4px;
    left: 90px;
    width: 20px;
    height: 20px; */
  }
  
  /* -------footer------- */
  
  footer{
    /* width: 100%;
    height: 100%;
    background: #081d32;
    color: #fff;
    text-align: center; */
  }
  
  .main_footer{
  
  }
  
  .top_footer{
    width: 87.5%;
    /* margin: 0 auto; */
  }
  
  .footer_logo a{
    /* display: block;
    width: 100%;
    height: 100%; */
    padding-top: 78px;
    padding-bottom: 82px;
  }
  
  .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: 20px;
    /* 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: 15px;
    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: 18px;
    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: 59px;
    /* margin: 0 auto; */
  }

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

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

}