@charset "utf-8";

@keyframes bottle_img {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes txt_right{
  0%{transform: translateX(-200px); opacity: 0;}
}

@keyframes txt_top{
  0%{transform: translateY(100px);
    opacity: 0;
  }
}

.wrap {
  width: 100%;
  background: #283644;
}

.header_backscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  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: 77.777%;
  height: 100%;
  margin: 0 auto;
}

h1 {
  float: left;
  width: 170px;
  height: 46px;
  margin-top: 24px;
  position: relative;
  z-index: 20;
}

h1>a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo/ballantines_white_logo.svg)no-repeat center/cover;
}

.m_btn {
  float: right;
  width: 30px;
  height: 29px;
  margin-top: 40px;
  background: url(../img/logo/menu_open.svg)no-repeat center/cover;
  /* display: none; */
}

.m_close_btn {
  float: right;
  width: 30px;
  height: 29px;
  margin-top: 40px;
  background: url(../img/logo/menu_close.svg)no-repeat center/cover;
  position: relative;
  z-index: 20;
  display: none;
}

nav {
  clear: both;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 865px;
  background: rgba(6, 5, 38, 0.9);
  padding-top: 85px;
  display: none;
}

nav .gnb {
  padding-top: 110px;
  width: 77.777%;
  margin: 0 auto 104px;
}

.gnb li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 45px;
  font-family: "leferi";
  color: #fff;
  text-transform: uppercase;
}

.gnb li a:hover {
  color: #4774A1;
}

.gnb li a::after {
  content: "";
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(../img/logo/360plus.png)no-repeat center/cover;
}

.language {
  width: 77.777%;
  margin: 0 auto 60px;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}


.language li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}

.language li img {
  position: absolute;
  top: 15px;
  left: 0px;
  width: 20px;
  height: 20px;
}

.language li span {
  display: block;
  margin-left: 30px;
}

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


nav .sns {
  display: flex;
  justify-content: space-between;
  width: 77.777%;
  margin: 60px auto 0;
}

nav .sns a img {
  width: 22px;
  height: 22px;
}

main {}

/* 비쥬얼 섹션 */

.visual_section {
  position: relative;
  width: 100%;
  height: 900px;
  background: url(../img/visual/Ballantines-Prestige-18-Year-Old.jpg)no-repeat 68%center/cover;
}

.visual_wrap {
  position: relative;
  width: 100%;
  height: 900px;
  background: rgba(0, 0, 0, 0.3);
}

.visual_text {
  position: absolute;
  top: 185px;
  left: 50%;
  transform: translateX(-50%);
  width: 77.777%;
  color: #fff;

}

.visual_text strong {
  width: 100%;
  font-size: 26px;
  line-height: 30px;
  font-family: "leferi";
  /* text-shadow: 4px 3px 5px #848484; */
}

.visual_text strong span{
  display: inline-block;
  opacity: 0;
  animation: txt_right 0.8s 0s ease-in backwards;
}

.visual_text strong span:nth-of-type(1){
  opacity: 1;
  animation-delay: 0.2;
}

.visual_text strong span:nth-of-type(2){
  opacity: 1;
  animation-delay: 0.4s;
}

.visual_text strong span:nth-of-type(3){
  opacity: 1;
  animation-delay: 0.6s;
}

.visual_text p {
  width: 53.33%;
  word-break: keep-all;
  padding-top: 36px;
  font-size: 16px;
  line-height: 22px;
  animation: txt_top 0.5s 1s ease-in backwards;
}

/* 어바웃 섹션 */

.about_section {
  position: relative;
  width: 100%;
  background: #00172E;
  color: #fff;
  text-align: center;
  padding-top: 56px;
}

.about_section .about_background {
  position: absolute;
  top: -167px;
  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: 77.777%;
  margin: 0 auto;
}

.about_section .about_text>div img {
  width: 220px;
  height: 60px;
  margin-bottom: 31px;
}

.about_section .about_text strong {
  font-size: 18px;
  line-height: 24px;
  word-break: keep-all;
  font-weight: normal;
}

.about_section .about_text p {
  margin: 56px 0px;
  font-size: 16px;
  line-height: 22px;
  word-break: keep-all;
}

.about_section .our_story_btn {
  padding-bottom: 111px;
}

.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: #4774A1;
  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: 60px;
}

.collection_wrap {
  margin: 0 auto;
  text-align: center;
}

.collection_wrap h2 {
  font-family: "leferi";
  font-size: 36px;
  padding-top: 100px;
}

.collection_wrap .top_text {
  width: 77.77%;
  margin: 0 auto;
  word-break: keep-all;
}

.collection_wrap .top_text p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 36px;
  word-break: keep-all;
}

/* 컬렉션 박스1 */

.collection_wrap .c_box1 {
  position: relative;
  height: 760px;
  text-align: center;
  margin: 0 auto;
  margin-top: 130px;
}

.collection_wrap .c_box1 .imgbox1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.collection_wrap .c_box1 .imgbox1 {
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  height: 480px;
  background: url(../img/collection/img001.png)no-repeat 50%center/cover;
}


.collection_wrap .c_box1 .textbox1 {
  position: relative;
}

.collection_wrap .c_box1 .textbox1 h3 {
  position: relative;
  width: 290px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}

.collection_wrap .c_box1 .textbox1 h3::after {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 30px;
  width: 270px;
  height: 59px;
  background: url(../img/logo/c_ballentine_logo.png) no-repeat center/contain;
}

.collection_wrap .c_box1 .textbox1 p {
  width: 77.777%;
  font-size: 16px;
  line-height: 22px;
  margin: 464px auto 0;
  word-break: keep-all;
}

.collection_wrap .c_box1 .textbox1 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 55px;
  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: 61px;
  left: 50%;
  /* transform: translateX(-50%); */
  width: 120px;
  height: 363px;
  margin-left: -60px;
  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: 760px;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}

.collection_wrap .c_box2 .imgbox2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.collection_wrap .c_box2 .imgbox2 {
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  height: 480px;
  background: url(../img/collection/img2.png)no-repeat 40%center/cover;
}

.collection_wrap .c_box2 .textbox2 {
  position: relative;
}

.collection_wrap .c_box2 .textbox2 h3 {
  position: relative;
  width: 290px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 34px;
  font-weight: 500;
  text-align: left;
}

.collection_wrap .c_box2 .textbox2 h3 span {
  position: relative;
  z-index: 2;
}

.collection_wrap .c_box2 .textbox2 h3::after {
  content: " ";
  display: block;
  position: absolute;
  top: 40px;
  left: 30px;
  width: 270px;
  height: 59px;
  background: url(../img/logo/SINGLEMALT\ .png) no-repeat center/contain;
}

.collection_wrap .c_box2 .textbox2 p {
  width: 77.777%;
  font-size: 16px;
  line-height: 22px;
  margin: 430px auto 0;
  word-break: keep-all;
}

.collection_wrap .c_box2 .textbox2 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 55px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/* .collection_wrap .c_box2.on .textbox2 a{
  opacity: 1;
  animation: txt_right 1s 0.4s ease-in backwards;
} */

.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: 71px;
  left: 50%;
  /* transform: translateX(-50%); */
  width: 95px;
  height: 376px;
  margin-left: -48px;
  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;
  /* width: 360px; */
  height: 760px;
  text-align: center;
  margin: 0 auto;
  margin-top: 100px;
}

.collection_wrap .c_box3 .imgbox3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.collection_wrap .c_box3 .imgbox3 {
  position: absolute;
  top: 280px;
  left: 0;
  width: 100%;
  height: 480px;
  background: url(../img/collection/img3.png)no-repeat 65%center;
}

.collection_wrap .c_box3 .textbox3 {
  position: relative;
}

.collection_wrap .c_box3 .textbox3 h3 {
  position: relative;
  width: 290px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 500;
  text-align: left;
}

.collection_wrap .c_box3 .textbox3 h3::after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 254px;
  height: 84px;
  background: url(../img/logo/b30.png) no-repeat center/contain;
}

.collection_wrap .c_box3 .textbox3 p {
  width: 77.777%;
  font-size: 16px;
  line-height: 22px;
  margin: 454px auto 0;
  word-break: keep-all;
}

.collection_wrap .c_box3 .textbox3 a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 85px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/* .collection_wrap .c_box3.on .textbox3 a{
  opacity: 1;
  animation: txt_right 1s 0.4s ease-in backwards;
} */

.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: 61px;
  left: 50%;
  /* transform: translateX(-50%); */
  width: 141px;
  height: 379px;
  margin-left: -70px;
  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: 184px;
  margin: 0 auto;
  margin-top: 60px;
}

.collection_wrap .load_more a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-family: "leferi";
  color: #fff;
}

/* **______칵테일섹션______** */
.cocktails_section {
  width: 100%;
  height: 100%;
  background: #283644;
  color: #fff;
  overflow: hidden;
}

.cocktails_wrap {
  width: 77.777%;
  margin: 0 auto;
  text-align: center;
}

.cocktails_wrap h2 {
  font-family: "leferi";
  font-size: 36px;
  padding-top: 100px;
}

.cocktails_wrap p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 36px;
  word-break: keep-all;
}

.cocktails_wrap .cocktail_menu {
  margin-top: 35px;
}

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

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

.cocktails_wrap .cocktail_menu li a:hover {
  transform: scale(1.2);
  text-decoration: underline;
}

.cocktail_slider_wrap {
  width: 280px;
  height: 441px;
  margin: 0 auto;
}

.cocktail_slider_wrap .cocktail_slider {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

/* 칵테일박스 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: 280px;
  height: 280px;
  background: url(../img/cocktail_recipe/c01.jpg)no-repeat center/cover;
}

.cocktail_slider .cocktail_box1 .cocktail_img .img_arrow img {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 25px;
  height: 25px;
}

.cocktail_slider .cocktail_box1 .cocktail_text {
  width: 280px;
  height: 161px;
  background: #fff;
}

.cocktail_box1 .cocktail_text .taste {
  float: left;
  font-family: "leferi";
  margin-left: 22px;
  padding-top: 10px;
}

.cocktail_box1 .cocktail_text .taste span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  border-radius: 50px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  margin-left: 4px;
}

.cocktail_box1 .cocktail_text .taste span:nth-child(1) {
  width: 50px;
  height: 15px;
}

.cocktail_box1 .cocktail_text .taste span:nth-child(2) {
  width: 44px;
  height: 15px;
}

.cocktail_box1 .cocktail_text .taste span:nth-child(3) {
  width: 63px;
  height: 15px;
}

.cocktail_box1 .cocktail_text strong {
  float: left;
  font-size: 24px;
  font-family: "leferi";
  text-align: left;
  margin-top: 11px;
  margin-left: 23px;
}

.cocktail_box1 .cocktail_text p {
  float: left;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 11px;
  margin-left: 23px;
  word-break: keep-all;
}

/* 칵테일박스 2 */
.cocktail_slider .cocktail_box2 {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
  height: 100%;
  color: #000;
}

.cocktail_slider .cocktail_box2 .cocktail_img {
  position: relative;
  width: 280px;
  height: 280px;
  background: url(../img/cocktail_recipe/c02.jpg)no-repeat center/cover;
}

.cocktail_slider .cocktail_box2 .cocktail_img .img_arrow img {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 25px;
  height: 25px;
}

.cocktail_slider .cocktail_box2 .cocktail_text {
  width: 280px;
  height: 161px;
  background: #fff;
}

.cocktail_slider .cocktail_box2 .cocktail_text .taste {
  float: left;
  font-family: "leferi";
  margin-left: 22px;
  padding-top: 10px;
}

.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: 10px;
  line-height: 15px;
  margin-left: 4px;
}

.cocktail_slider .cocktail_box2 .cocktail_text .taste span:nth-child(1) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box2 .cocktail_text .taste span:nth-child(2) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box2 .cocktail_text .taste span:nth-child(3) {
  width: 80px;
  height: 15px;
}

.cocktail_slider .cocktail_box2 .cocktail_text strong {
  float: left;
  font-size: 24px;
  font-family: "leferi";
  margin-top: 11px;
  margin-left: 23px;
}

.cocktail_slider .cocktail_box2 .cocktail_text p {
  float: left;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 30px;
  margin-left: 23px;
  word-break: keep-all;
}

/* 칵테일박스3 */
.cocktail_slider .cocktail_box3 {
  position: absolute;
  top: 0%;
  left: 200%;
  width: 100%;
  height: 100%;
  color: #000;
}

.cocktail_slider .cocktail_box3 .cocktail_img {
  position: relative;
  width: 280px;
  height: 280px;
  background: url(../img/cocktail_recipe/c03.jpg)no-repeat center/cover;
}

.cocktail_slider .cocktail_box3 .cocktail_img .img_arrow img {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 25px;
  height: 25px;
}

.cocktail_slider .cocktail_box3 .cocktail_text {
  width: 280px;
  height: 161px;
  background: #fff;
}

.cocktail_slider .cocktail_box3 .cocktail_text .taste {
  float: left;
  font-family: "leferi";
  margin-left: 22px;
  padding-top: 10px;
}

.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: 10px;
  line-height: 15px;
  margin-left: 4px;
}

.cocktail_slider .cocktail_box3 .cocktail_text .taste span:nth-child(1) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box3 .cocktail_text .taste span:nth-child(2) {
  width: 44px;
  height: 15px;
}

.cocktail_slider .cocktail_box3 .cocktail_text .taste span:nth-child(3) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box3 .cocktail_text strong {
  float: left;
  font-size: 24px;
  font-family: "leferi";
  text-align: left;
  margin-top: 11px;
  margin-left: 23px;
}

.cocktail_slider .cocktail_box3 .cocktail_text p {
  float: left;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 11px;
  margin-left: 23px;
  word-break: keep-all;
}

/* 칵테일박스4 */
.cocktail_slider .cocktail_box4 {
  position: absolute;
  top: 0%;
  left: 300%;
  width: 100%;
  height: 100%;
  color: #000;
}

.cocktail_slider .cocktail_box4 .cocktail_img {
  position: relative;
  width: 280px;
  height: 280px;
  background: url(../img/cocktail_recipe/c04.png)no-repeat center/cover;
}

.cocktail_slider .cocktail_box4 .cocktail_img .img_arrow img {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 25px;
  height: 25px;
}

.cocktail_slider .cocktail_box4 .cocktail_text {
  width: 280px;
  height: 161px;
  background: #fff;
}

.cocktail_slider .cocktail_box4 .cocktail_text .taste {
  float: left;
  font-family: "leferi";
  margin-left: 22px;
  padding-top: 10px;
}

.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: 10px;
  line-height: 15px;
  margin-left: 4px;
}

.cocktail_slider .cocktail_box4 .cocktail_text .taste span:nth-child(1) {
  width: 44px;
  height: 15px;
}

.cocktail_slider .cocktail_box4 .cocktail_text .taste span:nth-child(2) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box4 .cocktail_text .taste span:nth-child(3) {
  width: 63px;
  height: 15px;
}

.cocktail_slider .cocktail_box4 .cocktail_text strong {
  float: left;
  font-size: 24px;
  font-family: "leferi";
  text-align: left;
  margin-top: 11px;
  margin-left: 23px;
}

.cocktail_slider .cocktail_box4 .cocktail_text p {
  float: left;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 30px;
  margin-left: 23px;
  word-break: keep-all;
}

/* 칵테일박스5 */
.cocktail_slider .cocktail_box5 {
  position: absolute;
  top: 0%;
  left: 400%;
  width: 100%;
  height: 100%;
  color: #000;
}

.cocktail_slider .cocktail_box5 .cocktail_img {
  position: relative;
  width: 280px;
  height: 280px;
  background: url(../img/cocktail_recipe/c05.jpg)no-repeat center/cover;
}

.cocktail_slider .cocktail_box5 .cocktail_img .img_arrow img {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 25px;
  height: 25px;
}

.cocktail_slider .cocktail_box5 .cocktail_text {
  width: 280px;
  height: 161px;
  background: #fff;
}

.cocktail_slider .cocktail_box5 .cocktail_text .taste {
  float: left;
  font-family: "leferi";
  margin-left: 22px;
  padding-top: 10px;
}

.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: 10px;
  line-height: 15px;
  margin-left: 4px;
}

.cocktail_slider .cocktail_box5 .cocktail_text .taste span:nth-child(1) {
  width: 44px;
  height: 15px;
}

.cocktail_slider .cocktail_box5 .cocktail_text .taste span:nth-child(2) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box5 .cocktail_text .taste span:nth-child(3) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box5 .cocktail_text strong {
  float: left;
  font-size: 24px;
  font-family: "leferi";
  text-align: left;
  margin-top: 11px;
  margin-left: 23px;
}

.cocktail_slider .cocktail_box5 .cocktail_text p {
  float: left;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 11px;
  margin-left: 23px;
  word-break: keep-all;
}

/* 칵테일박스6 */
.cocktail_slider .cocktail_box6 {
  position: absolute;
  top: 0%;
  left: 500%;
  width: 100%;
  height: 100%;
  color: #000;
}

.cocktail_slider .cocktail_box6 .cocktail_img {
  position: relative;
  width: 280px;
  height: 280px;
  background: url(../img/cocktail_recipe/c06.png)no-repeat center/cover;
}

.cocktail_slider .cocktail_box6 .cocktail_img .img_arrow img {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 25px;
  height: 25px;
}

.cocktail_slider .cocktail_box6 .cocktail_text {
  width: 280px;
  height: 161px;
  background: #fff;
}

.cocktail_slider .cocktail_box6 .cocktail_text .taste {
  float: left;
  font-family: "leferi";
  margin-left: 22px;
  padding-top: 10px;
}

.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: 10px;
  line-height: 15px;
  margin-left: 4px;
}

.cocktail_slider .cocktail_box6 .cocktail_text .taste span:nth-child(1) {
  width: 60px;
  height: 15px;
}

.cocktail_slider .cocktail_box6 .cocktail_text .taste span:nth-child(2) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box6 .cocktail_text .taste span:nth-child(3) {
  width: 50px;
  height: 15px;
}

.cocktail_slider .cocktail_box6 .cocktail_text strong {
  float: left;
  font-size: 24px;
  font-family: "leferi";
  text-align: left;
  margin-top: 11px;
  margin-left: 23px;
}

.cocktail_slider .cocktail_box6 .cocktail_text p {
  float: left;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 30px;
  margin-left: 23px;
  word-break: keep-all;
}

.cocktail_pager {
  width: 100%;
  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;
  margin-bottom: 5px;
}

.cocktail_pager .pager_left img {
  position: absolute;
  top: 40%;
  left: 95px;
  width: 20px;
  height: 18px;
}

.cocktail_pager .pager_right img {
  position: absolute;
  top: 40%;
  right: 95px;
  width: 20px;
  height: 18px;
}

/* ***가이드섹션*** */
.guide_section {
  width: 100%;
  height: 100%;
  background: #283644;
  color: #333;
  padding-bottom: 105px;
}

.guide_wrap {
  width: 77.777%;
  margin: 0 auto;
  text-align: center;
}

.guide_wrap h2 {
  font-family: "leferi";
  font-size: 36px;
  color: #fff;
}

.guide_box {
  margin-top: 61px;
}

.guide_box>div {
  float: left;
  width: 47.142%;
  height: 214px;
  background: #fff;
  margin-bottom: 41px;
}

.guide_box>div:nth-child(3),
.guide_box>div:nth-child(4) {
  margin-bottom: 0;
}

.guide_box>div:nth-child(odd) {
  margin-right: 5.716%;
}

/* 가이드 박스1 */
.g_box01 .box_inner {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.guide_box .box_inner>a>div {
  position: absolute;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 98px;
  height: 98px;
  background: url(../img/guide/whisky.png)no-repeat center/contain;
}

.g_box01 .box_inner>a p {
  font-size: 16px;
  line-height: 20px;
  padding-top: 150px;
}

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

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

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



/* 블로그섹션 */

.blog_section {
  /* clear: both; */
  position: relative;
  width: 100%;
  height: 900px;
  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: 100%;
  margin: 0 auto;
  text-align: center;
}

.blog_section .blog_wrap h2 {
  font-family: "leferi";
  font-size: 36px;
  padding-top: 100px;
  margin-bottom: 36px;
  color: #fff;
}

.blog_wrap .main_text {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.blog_wrap .main_text p {
  font-size: 18px;
  line-height: 26px;
  word-break: keep-all;
  display: none;
}

.blog_wrap .main_text strong {
  font-size: 18px;
  line-height: 26px;
  word-break: keep-all;
  font-weight: 500;
  width: 60%;
}

.blog_slider_wrap {
  width: 77.7%;
  height: 345px;
  margin: 0 auto;
  overflow: visible;
}

.blog_slider_wrap .blog_slider {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 82px;
}

.blog_slider_wrap .blog_slider>div {
  /* position: absolute;
    top: 0; */
  width: 80%;
  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: 69px;
  left: 10px;
  font-size: 16px;
  text-align: left;
}

.blog_slider_wrap .blog_slider>div strong {
  position: absolute;
  top: 110px;
  left: 10px;
  text-align: left;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  word-break: keep-all;
}

.blog_slider_wrap .blog_slider>div p {
  position: absolute;
  left: 10px;
  width: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  word-break: keep-all;
}

.blog_slider_wrap .blog_slider>div:nth-child(2) p {
  top: 175px;
}

.blog_slider_wrap .blog_slider>div:nth-child(3) p {
  top: 159px;
}

.blog_slider_wrap .blog_slider>div:nth-child(4) p {
  top: 175px;
}

.blog_slider_wrap .blog_slider>div a {
  position: absolute;
  top: 273px;
  left: 50%;
  transform: translateX(-50%);
  width: 105px;
  height: 29px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 29px;
}

.blog_slider_wrap .blog_slider>div a:hover {
  background: #4774A1;
  color: #fff;
}

.blog_wrap .blog_direct_btn a {
  position: absolute;
  top: 776px;
  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: 100px;
}


.ourstory_section .ourstory_wrap {
  width: 77.777%;
  margin: 0 auto;
  text-align: center;
}

.ourstory_wrap h2 {
  font-family: "leferi";
  font-size: 36px;
  text-align: center;
  color: #fff;
}

.ourstory_slider_wrap {
  margin: 0 auto;
}

.ourstory_slider_wrap .ourstory_slider {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 60px;

}

.ourstory_slider_wrap .ourstory_slider>div {
  position: relative;
  width: 80%;
  height: 206px;
  margin-bottom: 50px;
}

.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-left: auto;
}

.ourstory_slider_wrap .ourstory_slider>div .bf_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 113px;
  height: 84px;
  background: url(../img/ourstory/ballentine_lec.png)no-repeat center/cover;
}

.ourstory_slider_wrap .ourstory_slider .s_box01 {
  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>h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  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: 40px;
  width: 100%;
  padding-bottom: 100px;
}

.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: 77.777%;
  margin: 0 auto;
}

.footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 40px;
}

.footer_logo a img {
  display: block;
  width: 170px;
  height: 46px;
  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: 18px;
  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: 47px;
  margin-bottom: 53px;
}

.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: 16px;
  line-height: 22px;
  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: 20px;
  width: 39.166%;
  margin: 0 auto;
}

.footer_sns ul li {
  display: inline-block;
  padding-bottom: 30px;
  margin: 0 auto;
}

.footer_sns ul li img {
  width: 22px;
  height: 22px;
}

.middle_text {
  background: #00172E;
}

.middle_text>p {
  margin: 0 auto;
  font-size: 14px;
  padding-top: 21px;

}

.middle_text>p:nth-child(2) {
  width: 77.777%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 28px;
}

.bottom_footer {
  display: none;
}