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

  .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: 1520px;
    /* height: 100%;
    margin: 0 auto; */
  }

  h1 {
    /* float: left; */
    /* width: 250px;
    height: 75px; */
    /* margin-top: 24px; */
    margin-left: 0px;
  }

  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: 861px;
    top: -105px;
    width: 654px;
    height: auto;
    /* background: none; */
    /* display: none; */
  }

  nav .gnb {
    /* display: flex; */
    gap: 70px;
    /* 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: 30px;
    line-height: 36px;
    /* font-family: "Cabin";
    color: #fff;
    text-transform: none; */
  }

  .gnb li a:hover{
    /* color: #4774A1; */
    /* display: none; */
  }
  
  .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: 1050px;
    background: url(../img/visual/Ballantines-Prestige-18-Year-Old.jpg)no-repeat center/cover;
  }


  .visual_wrap {
    /* position: relative; */
    width: 100%;
    height: 1050px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.3);
  }

  .visual_text {
    /* position: absolute; */
    /* top: 284px; */
    /* left: 50%;
    transform: translateX(-50%); */
    width: 1520px;
    /* color: #fff; */
  }

  .visual_text strong {
    /* width: 100%; */
    font-size: 40px;
    line-height: 58px;
    /* font-family: "leferi"; */
  }

  .visual_text p {
    width: 100%;
    /* word-break: keep-all; */
    /* padding-top: 68px; */
    font-size: 30px;
    line-height: 45px;
  }

  /* 어바웃 섹션 */

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

  .about_section .about_background {
    position: absolute;
    top: -330px;
    left: 0;
    width: 100%;
    height: 1420px;
    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: 1520px;
    /* 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 strong br:nth-child(2) {
    display: none;
  }

  .about_section .about_text p {
    /* width: 100%; */
    margin: 55px 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: 125px;
  }

  .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 {
    position: relative;
    /* width: 100%;
    background: #1C2630;
    color: #fff; */
    padding-bottom: 125px;
    /* z-index: 100; */
    overflow: hidden;
  }

  .collection_wrap {

    /* margin: 0 auto; */
    /* text-align: left; */
  }

  .collection_wrap h2 {
    /* font-family: "leferi"; */
    /* font-size: 50px; */
    padding-top: 142px;
  }

  .collection_wrap .top_text {
    width: 1520px;
    /* 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: 178px;
  }

  .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: 50%;
    /* height: 800px;
    background: url(../img/collection/img001.png)no-repeat 60%center/cover; */
  }


  .collection_wrap .c_box1 .textbox1 {
    /* position: relative; */
    /* float: right; */
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    /* padding-top: 178px; */
  }

  .collection_wrap .c_box1 .textbox1 h3 {
    /* position: relative; */
    width: 100%;
    /* margin-top: 130px; */
    margin-left: 176px;
    /* 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: 70%;
    font-size: 18px;
    line-height: 26px;
    margin: 39px 154px 100px 176px;
    /* word-break: keep-all; */
  }

  .collection_wrap .c_box1 .textbox1 a {
    /* position: relative;
    display: block;
    width: 50%;
    height: 100%; */
    margin-left: 340px;
    /* 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: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 245px;
    height: 696px;
      /* margin-left: 0px; */
    /* opacity: 0; */
  }

  .collection_wrap .c_box1.on .bottle12 img {
    /* opacity: 1; */
    animation: img_right2 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: 50%;
    /* 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: 626px;
    /* margin-top: 95px;
    font-size: 34px;
    font-weight: 500; */
    text-align: left;
    margin: 0 140px 0 auto;
    padding-top: 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: 116px;
    /* 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: 626px;
    /* font-size: 18px;
    line-height: 26px; */
    margin: 0 140px 0 auto;
    /* word-break: keep-all; */
    padding: 24px 0px 120px;
  }

  .collection_wrap .c_box2 .textbox2 a {
    position: relative;
    display: block;
    width: 626px;
    height: 100%;
    /* font-size: 18px;
    font-weight: bold;
    color: #fff; */
    margin: 0 140px 0 auto;
    padding-left: 180px;
  }

  .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: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 206px;
    height: 712px;
    z-index: 30;
      /* margin-left: 0; */
    /* opacity: 0; */
  }

  .collection_wrap .c_box2.on .bottle18 img {
    /* opacity: 1; */
    animation: img_left2 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: 50%;
    /* height: 800px;
    background: url(../img/collection/img3.png)no-repeat 65%center; */
  }

  .collection_wrap .c_box3 .textbox3 {
    /* position: relative; */
    float: right;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    /* padding-top: 187px; */
  }

  .collection_wrap .c_box3 .textbox3 h3 {
    /* position: relative;
    width: 100%;
    margin-top: 130px; */
    margin-left: 177px;
    /* 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: 70%;
    /* font-size: 18px;
    line-height: 26px; */
    margin: 25px 173px 100px 177px;
    /* word-break: keep-all; */
  }

  .collection_wrap .c_box3 .textbox3 a {
    /* position: relative;
    display: block; */
    /* width: 90%;
    height: 100%; */
    margin-left: 333px;
    /* 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: 38px;
    left: 50%;
    /* right: 0; */
    transform: translateX(-50%);
    width: 280px;
    height: 723px;
    /* margin-left: 0; */
    /* opacity: 0; */
  }

  .collection_wrap .c_box3.on .bottle30 img {
    /* opacity: 1; */
    animation: img_right2 0.5s 0.1s ease-in backwards;
  }

  .collection_wrap .load_more {
    /* width: 315px; */
    /* margin: 0 auto; */
    padding-top: 108px;

  }

  .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: 1520px;
    /* margin: 0 auto;
    text-align: center; */
  }

  .cocktails_wrap h2 {
    /* font-family: "leferi"; */
    /* font-size: 50px; */
    padding-top: 129px;
    /* 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 {
    display: none;
  }

  .cocktails_wrap p br:nth-child(2) {
    display: block;
  }

  .cocktails_wrap .cocktail_menu {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 1520px;
    margin: 104px auto 82px;
  }


  .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: 100%;
    height: 960px;
    /* margin: 0 auto; */
  }

  .cocktail_slider_wrap .swiper-slide {
    width:500px;
    position: static;
  }

  .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: 500px;
    height: 570px;
    /* 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: 48px;
    height: 48px;
  }

  .cocktail_slider .cocktail_box1 .cocktail_text {
    width: 500px;
    height: 240px;
    /* 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: 32px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 22px;
    /* margin-left: 30px;
    width: 70%; */
  }

  .cocktail_box1 .cocktail_text p {
    /* float: left; */
    /* font-size: 18px;
    line-height: 26px; */
    /* text-align: left; */
    margin-top: 31px;
    /* margin-left: 30px; */
    /* word-break: keep-all; */
    /* width: 90%; */
  }

  .swiper-slide .swiper-slide-shadow-left{
    background-image: linear-gradient(to left, rgba(0, 0, 0, .0), rgba(0, 0, 0, 0));
  }

  .swiper-slide .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0), rgba(0, 0, 0, 0));
  }

  /* 칵테일박스 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: 500px;
    height: 570px;
    /* 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: 48px;
    height: 48px;
  }

  .cocktail_slider .cocktail_box2 .cocktail_text {
    width: 500px;
    height: 240px;
    /* 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: 32px;
    /* font-family: "leferi"; */
    margin-top: 30px;
    /* margin-left: 30px; */
  }

  .cocktail_slider .cocktail_box2 .cocktail_text p {
    /* float: left; */
    /* font-size: 18px;
    line-height: 26px; */
    /* text-align: left; */
    margin-top: 42px;
    /* 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: 500px;
    height: 570px;
    /* 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: 48px;
    height: 48px;
  }

  .cocktail_slider .cocktail_box3 .cocktail_text {
    width: 500px;
    height: 240px;
    /* 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: 32px;
    /* font-family: "leferi"; */
    /* text-align: left; */
    margin-top: 30px;
    /* margin-left: 30px; */
  }

  .cocktail_slider .cocktail_box3 .cocktail_text p {
    /* float: left; */
    /* font-size: 18px;
    line-height: 26px;
    text-align: left; */
    margin-top: 42px;
    /* 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: 500px;
    height: 570px;
    /* 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: 48px;
    height: 48px;
  }

  .cocktail_slider .cocktail_box4 .cocktail_text {
    width: 500px;
    height: 240px;
    /* 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: 32px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 30px;
    /* margin-left: 30px; */
  }

  .cocktail_slider .cocktail_box4 .cocktail_text p {
    /* float: left; */
    /* font-size: 18px;
    line-height: 26px;
    text-align: left; */
    margin-top: 42px;
    /* 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: 500px;
    height: 570px;
    /* 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: 48px;
    height: 48px;
  }

  .cocktail_slider .cocktail_box5 .cocktail_text {
    width: 500px;
    height: 240px;
    /* 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: 32px;
    /* font-family: "leferi";
    text-align: left; */
    margin-top: 30px;
    /* margin-left: 30px; */
  }

  .cocktail_slider .cocktail_box5 .cocktail_text p {
    /* float: left; */
    /* font-size: 18px;
    line-height: 26px;
    text-align: left; */
    margin-top: 31px;
    /* 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: 500px;
    height: 570px;
    /* 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: 48px;
    height: 48px;
  }

  .cocktail_slider .cocktail_box6 .cocktail_text {
    width: 500px;
    height: 240px;
    /* 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: 32px;
    /* font-family: "leferi"; */
    /* text-align: left; */
    margin-top: 30px;
    /* margin-left: 30px; */
    width: 100%;
  }

  .cocktail_slider .cocktail_box6 .cocktail_text p {
    /* float: left; */
    /* font-size: 18px;
    line-height: 26px; */
    /* text-align: left; */
    margin-top: 42px;
    /* 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: 644px;
    width: 50px;
    height: 18px;
  }

  .cocktail_pager .pager_right img {
    /* position: absolute; */
    top: 40%;
    right: 644px;
    width: 50px;
    height: 18px;
  }

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

  .guide_wrap {
    width: 1520px;
    /* 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: center;
    gap: 40px;
  }

  .guide_box>div {
    /* position: relative; */
    /* float: none; */
    width: 286px;
    height: 460px;
    /* 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: 121px;
    /* left: 50%;
    transform: translateX(-50%); */
    width: 170px;
    height: 170px;
    /* 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: 320px;
  }

  /* 가이드 박스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: 320px;
  }

  /* 가이드 박스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: 320px;
  }

  /* 가이드 박스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: 320px;
  }



  /* 블로그섹션 */

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

  .blog_section .blog_wrap h2 {
    /* font-family: "leferi"; */
    /* font-size: 50px; */
    padding-top: 160px;
    margin-bottom: 82px;
    text-align: left;
    /* color: #fff; */
  }

  .blog_wrap .main_text {
    /* float: left; */
    width: 65%;
    /* margin: 0 auto;
      text-align: center; */
    /* position: sticky;
    top: 46px; */
  }

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

  .blog_wrap .main_text p br {
    display: block;
  }

  .blog_wrap .main_text strong {
    font-size: 30px;
    line-height: 45px;
    /* word-break: keep-all;
      font-weight: 500; */
    /* display: block;
    width: 90%;
    text-align: left; */
  }

  .blog_slider_wrap {
    /* float: right; */
    width: 35%;
    /* 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: 520px;
    height: 640px;
    margin-bottom: 50px;
  }

  .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: 130px;
    left: 25px;
    /* font-size: 17px; */
    /* text-align: left; */
  }

  .blog_slider_wrap .blog_slider>div strong {
    /* position: absolute; */
    top: 200px;
    left: 25px;
    /* text-align: left; */
    /* font-size: 27px; */
    line-height: 32px;
    /* font-weight: 500;
      word-break: keep-all; */
    width: 85%;
  }

  .blog_slider_wrap .blog_slider>.b_box01 strong br:nth-child(2) {
    display: none;
  }

  .blog_slider_wrap .blog_slider>div p {
    /* position: absolute; */
    left: 25px;
    width: 90%;
    /* font-size: 16px;
      line-height: 22px; */
    margin-top: 0px;
    /* text-align: left;
      word-break: keep-all; */
  }

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

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

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

  .blog_slider_wrap .blog_slider>div a {
    /* position: absolute; */
    top: 467px;
    /* left: 50%;
      transform: translateX(-50%); */
    width: 194px;
    height: 53px;
    /* background: #fff;
      color: #000; */
    /* font-size: 18px; */
    line-height: 53px;
  }

  .blog_slider_wrap .blog_slider>div a:hover {
    /* background: #313350;
      color: #fff; */
  }

  .blog_wrap .blog_direct_btn a {
    /* position: absolute; */
    top: 763px;
    /* 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: 200px;
  }


  .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; */
    width: 1520px;
    margin: auto;
  }

  .ourstory_slider_wrap {
    /* position: relative; */
    /* width: 100%;
    margin: 0; */
    height: 1100px;
  }

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

  }

  .ourstory_slider_wrap .ourstory_slider>div {
    /* position: absolute;
    top: 0;
    width: 100%; */
    height: 900px;
    /* 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: 1450px;
    /* height: 100%;
    margin: 0 auto; */
  }

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

  .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: 190px;
    left: 613px;
    /* transform: none; */
    width: 842px;
    height: 621px;
    background: url(../img/ourstory/os_1920logo.png)no-repeat center/cover;
  }

  .ourstory_slider_wrap .ourstory_slider div>h3 {
    /* position: absolute; */
    top: 265px;
    left: 0px;
    /* transform: none; */
    font-size: 30px;
    line-height: 154px;
    width: 342px;
    height: 154px;
    /* background: #1a206e; */
    /* font-weight: normal;
    text-align: center; */
    /* z-index: 31; */
  }

  .ourstory_slider_wrap .ourstory_slider .s_box04 h3 {
    line-height: 37px;
    padding-top: 42px;
  }

  .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; */
    width: 95%;
  }

  .ourstory_slider .s_box01 .s_text_box {
    margin-top: 240px;
    margin-left: 600px;
  }

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

  .ourstory_slider .s_box02 .s_text_box {
    margin-top: 240px;
    margin-left: 600px;
  }

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

  .ourstory_slider .s_box03 .s_text_box {
    margin-top: 240px;
    margin-left: 600px;
  }

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

  .ourstory_slider .s_box04 .s_text_box {
    margin-top: 240px;
    margin-left: 600px;
  }

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


  .ourstory_slider .s_text_box br {
    /* display: none; */
  }

  .ourstory_slider_wrap .ourstory_slider div a {
    display: block;
    position: absolute;
    bottom: 229px;
    left: 974px;
    transform: none;
    /* color: #fff; */
    font-size: 26px;
  }

  .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: 20px;
  }

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

  .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 {
    display: flex;
    /* justify-content: space-around; */
    width: 1520px;
    /* margin: 0 auto; */
  }

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

  .footer_logo a img {
    /* display: block; */
    /* width: 308px;
    height: 83px; */
    /* margin: 0 auto; */
  }

  .top_footer .first_ul {
    margin: 0;
    display: block;
    margin-top: 142px;
    margin-left: 312px;
  }

  .top_footer .first_ul li {
    float: none;
    /* color: #fff;
    margin: 0 auto; */
    width: 200px;

  }

  .top_footer .first_ul li a {
    /* display: block;
    width: 100%;
    height: 100%; */
    font-size: 30px;
    line-height: 45px;
    /* font-family: "leferi";
    color: #fff; */
  }

  .top_footer .first_ul li:nth-child(1) a::after {
    /* content: "|";
    margin-left: 20px; */
    display: none;
  }

  .top_footer .first_ul li:nth-child(2) a {
    margin-left: 0px;
  }


  .top_footer .second_ul {
    /* clear: both;
    width: 100%; */
    margin-top: 114px;
    margin-bottom: 0px;
    margin-left: 492px;
  }

  .top_footer .second_ul li {
    display: block;
    text-align: left;
  }

  .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; */
    display: none;
  }

  .top_footer .second_ul li:last-child a::after {
    /* content: "";
    margin: 0; */
  }

  .middle_footer {
    /* clear: both; */
    background: #081d32;
    width: 1520px;
    margin: 0 auto;
  }

  .middle_footer .footer_sns ul {
    float: right;
    /* display: flex;
    gap: 38px; */
    width: 249px;
    margin: 0;
    margin-right: 50px;
    margin-top: 35px;
  }

  .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: #081d32;
    padding-top: 28px;
    margin-left: 235px;
  }

  .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: block;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin: 20px auto;
    background: #00172E;
    padding-top: 30px;
    padding-bottom: 30px;
  }

}