 @keyframes lds-ripple {
   0% {
     top: 28px;
     left: 28px;
     width: 0;
     height: 0;
     opacity: 1;
   }
   100% {
     top: -1px;
     left: -1px;
     width: 58px;
     height: 58px;
     opacity: 0;
   }
 }

 
 body section.slideshow {
   position: relative;
   display: block;
   width: 100%;
   height: 100%;
   margin: 0 auto;
   visibility: hidden;
   overflow: hidden;
 }
 body section.slideshow .navigationOut{
  position: absolute;
  display: block;
  width: calc(100vh + 40px);
  height: calc(100vh + 40px);
  padding: 0;
  margin: 0;
  margin-top: -60px;
  right: -36%;
  top: 0;
  z-index: 10;
 }
 body section.slideshow ul.navigation {
  position: relative;
  width: 100%;
  height: 100%;
 }
 body section.slideshow ul.navigation:after{
  content: ""; position: absolute; width: calc(100% - 92px); height:calc(100% - 92px);
  z-index: -1; border:1px solid #fff;border-radius: 100%;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
 }

 body section.slideshow ul.navigation li.navigation-item {
   position: absolute;
   display: inline-block;
   width: 92px;
   height: 92px;
   padding: 10px;
   text-align: center;
   cursor: pointer;
   border-radius: 50%;
   transition: border 0.6s ease-in-out;
 }
 body section.slideshow ul.navigation li.navigation-item .navigation-item_in{
  width: 100%; height: 100%; overflow: hidden;
 }
 body section.slideshow ul.navigation li.navigation-item.active .navigation-item_in{

  transform: scale(4);

 }
 body section.slideshow ul.navigation li.navigation-item.active{ display: block!important; }

 body section.slideshow ul.navigation li.navigation-item .rotate-holder {
   position: fixed;
   display: block;
   width: 0;
   height: 0;
   left: -9999px;
   top: -9999px;
 }
 body section.slideshow ul.navigation li.navigation-item .background-holder {
   position: absolute;
   display: block;
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 50%;
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   opacity: 1;
   visibility: visible;
   transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
 }
 .his_prev.swiper-button-disabled, .his_next.swiper-button-disabled{
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
 }
 body section.slideshow ul.navigation li.navigation-item:hover .background-holder {
   opacity: 1;
 }
 body section.slideshow ul.navigation li.navigation-item .background-holder .bg{ 
  width: 100%; height: 100%; overflow: hidden; background-size: cover; border-radius: 2px;
  transition: all 0.6s ease-in-out;
 }
 body section.slideshow ul.navigation li.navigation-item.active .background-holder .bg{
  transform: scale(3);
 }
 body section.slideshow ul.navigation li.navigation-item .background-holder .imgs{ width: 100%; }
 body section.slideshow ul.navigation li.navigation-item .background-holder .imgs .imgFix .imgFix_in{ overflow: initial; }
 body section.slideshow .detail {
  height: 100%; overflow: hidden; position: relative; width: 476px; 
 }
 body section.slideshow .detail .detail-item {
   display: block;
   visibility: hidden;
   transition: opacity 0.3s ease-in-out;
   position: absolute;
   top: 50%; transform: translateY(-50%);
   left: 0;
 }
 body section.slideshow .detail .detail-item .headline {
   display: block;
   width: 100%;
   overflow: visible;
   white-space: nowrap;
   box-sizing: border-box;
   z-index: 2;
   line-height: 1.4;
   font-size: 72px;
   color: #fff;
   opacity: 0;
 }
 body section.slideshow .detail .detail-item.active .headline{ opacity: 1; }
 body section.slideshow .detail .detail-item .txtBox_txt{ color: #fff; font-size:16px;}

 body section.slideshow .detail .detail-item .headline .letter {
   font-family: DDINPRO;
   position: relative;
   display: inline-block;
   opacity: 0;
   visibility: hidden;
   color: #FFFFFF;
   font-size: 72px;
   font-weight: 600;
   font-kerning: none;
   white-space: nowrap;
   box-sizing: border-box;
 }



 body section.slideshow .detail .detail-item.active {
   opacity: 1;
   visibility: visible;
 }

 @media screen and (max-width: 1600px) {
  body section.slideshow .navigationOut{
   right: -32%;
  }
}
@media screen and (max-width: 1538px) {
  body section.slideshow .navigationOut{
  width: 680px;
  height: 680px;
   right: -24%; margin-top: -38px; 
  }
  body section.slideshow ul.navigation:after{
    width: 620px; 
    height:620px;
  }
  body section.slideshow ul.navigation li.navigation-item{
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1440px) {
  body section.slideshow .navigationOut{
    right: -28%;
  }
  body section.slideshow .detail .detail-item .headline,body section.slideshow .detail .detail-item .headline .letter{
    font-size:60px;
  }
}
@media screen and (max-width: 1380px) {
  body section.slideshow .navigationOut{
    right: -30%;
  }
  body section.slideshow .detail .detail-item .headline,body section.slideshow .detail .detail-item .headline .letter{
    font-size:54px;
  }
}
@media screen and (max-width: 1280px) {
  body section.slideshow .navigationOut{
    right: -32%;
  }
  body section.slideshow .detail .detail-item .headline,body section.slideshow .detail .detail-item .headline .letter{
    font-size:50px;
  }
}
@media screen and (max-width: 1180px) {
  body section.slideshow .navigationOut{
    right: -34%;
  }
  body section.slideshow .detail .detail-item .headline,body section.slideshow .detail .detail-item .headline .letter{
    font-size:48px;
  }
}
@media screen and (max-width: 1025px) {
  body section.slideshow .navigationOut{
    right: -36%;
  }
  body section.slideshow .detail{ width: 420px; }
  
  body section.slideshow .detail .detail-item .headline,body section.slideshow .detail .detail-item .headline .letter{
    font-size:46px;
  }
}

@media screen and (max-width: 880px) {
  .indexhistory .pcshow{ display: none; }
  .indexhistory .mshow{ display: block; position: relative; z-index: 1; }
  .indexhistory .indexhistory_in{ position: relative; z-index: 1; }
  body section.slideshow{ width: 100vw; height: 100vw; }
  .indexhistory{ height: auto; }
  .indexhistory_in .hr_outBox{ padding:0; }
  body section.slideshow .navigationOut{
    right: auto; width: 120%; height: 120%; margin-top: -78vw;
    margin-left: -11%;
  }
  body section.slideshow ul.navigation:after{ width: 92%; height: 92%; }
  .indexhistory .txtBox{ position: initial; padding:0; padding-bottom: 76px; margin-top: -40vw; display: none; }
  body section.slideshow .detail{ display: none; }
  .indexhistory .txtBox .historySwiperBnt{ width: 100%; padding:0 20% }
  .indexhistory .txtBox .mdetail-item{ display: none; padding:0 24px;
    margin-top: -50px;
  }
  .indexhistory .txtBox .mdetail-item .mtxtBox_txt{ 
    padding-top: 10px;
  }
  .mhisTabBox_inner{ width: 100%; margin-top: -40vw; padding:0 60px; position: relative; overflow: hidden; 
    margin-left: auto;
    margin-right: auto;
  }
  .mhistorySw { width: 100%; overflow: hidden; }
  .mhistorySw .swiper-slide{ text-align: center; font-size:40px; font-weight: bold; color: #fff; }
  .mhisTabBox_inner  .beerSwBtn{ width: 36px; height: 36px; line-height: 36px; margin-top: -18px; }
  .beerSwBtn i{ font-size:24px; }
  .mhistoryTxtBox{ padding-bottom: 60px; }
  .mhistoryTxtBox .mtxtBox_txt{ display: none; color: #fff; text-align: center; }
  .mhistoryTxtBox .mtxtBox_txt.active{ display: block; }

}

@media screen and (max-width: 640px){
  body section.slideshow ul.navigation li.navigation-item{ width: 48px; height: 48px; }
  body section.slideshow ul.navigation li.navigation-item.active .background-holder .bg{ transform: scale(3); }
  .mhisTabBox_inner{ padding:0 50px;}
  .mhisTabBox_inner .beerSwBtn{ width: 32px; height: 32px; line-height: 32px; margin-top: -16px; }
}
@media screen and (max-width:540px){
  .indexhistory{ height: 538px; }
  .mhisTabBox{ margin-top: -72vw; }
}
@media screen and (max-width:440px){
  .indexhistory{ height: 550px; }
}
@media screen and (max-width:375px){
  .indexhistory{ height: 560px; }
  .mhisTabBox{ margin-top: -84vw; }
}