/* custom css */
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/* 컨텐츠 */

.swiper-pagination-bullets.two-pagination .swiper-pagination-bullet-active.two_bullet{
  background-color: transparent !important;
}

.two_bullet{
  background-color: transparent !important;
 /* pointer-events: none;
  opacity: 0;*/
}

.swiper-pagination-bullets.two-pagination .swiper-pagination-bullet-active {
  background-color: #1f7ad1 !important;
}

.swiper-pagination-bullet {
  background: none;
  border: 2px solid white;
  opacity: 1;
}

.swiper-pagination-bullets.two-pagination .swiper-pagination-bullet {
  background: none;
  border: 2px solid #1f7ad1;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: white;
}

*{padding:0; margin:0; box-sizing: border-box;}
html,
body {
  width: 100%;
  position: relative;
  margin: 0;
  height: 100%;
  padding: 0;
  overflow-x: auto;
}

body {
  font-size: 14px;
  color: #000;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

ul {
  padding-left: 0px;
}



.black_tit {
  color: black !important;
}

.swiper {
  width: 100% !important;
  height: 100% !important;
}

.swiper-slide {
  display: flex;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .slick-track{
  display: flex !important;
}
.slick-slider{
  align-items: center;
}
.slick-slide{
  box-sizing: border-box;
  flex-grow: 1;
  margin: 0 5px;
  min-width: 33.33%;
} */

.slick-arrow{
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background-size: 36px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
}
.slick-arrow[aria-label="Previous"]{
  background-position: 8px; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231F7AD1'%3E%3Cpath d='M400-80 0-480l400-400 71 71-329 329 329 329-71 71Z'/%3E%3C/svg%3E");
}
.slick-arrow[aria-label="Next"]{
  background-position: center; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231F7AD1'%3E%3Cpath d='m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z'/%3E%3C/svg%3E");
}

.inner-swiper-container {
  width: 100%;
  height: 100%;
}

.inner-swiper-slide {
  width: auto;
  height: 100%;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container {
  margin: 10px;
}

.page1_contents {
  position: absolute;
  color: #fff;
  text-shadow: 3px 3px 10px #111;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.page1_contents h1 {
  font-size: 62px;
  text-align: left;
  margin-right: 20px;
  display: inline-block;
}

.page1_contents p {
  font-size: 28px;
  margin-top: 10px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.page {
  position: relative;
  height: 100%;
  margin: 0 auto;
}

.page_contents {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

h1 {
  font-size: 60px;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  color: #1f7ad1;
  margin-bottom:5px;
}

p {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 500;
  line-height:1.3;
}

.lf_sec2 {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  padding: 0;
}

.lf_sec2.test{
  display: flex;
  align-items: center;
}

.rf_sec2 {
  width: 50%;
  position: absolute;
  right: 0;
  height: 100%;
}

.lf_sec2-2 {
  width: 100%;
  max-width: 1200px;
  padding-left: 632px;
}

.rf_sec2-2 {
  width: 50%;
  position: absolute;
  left: 0;
  height: 100%;
}

.swiper-container {
  margin: 0;
}

.scroll_ani {
  position: absolute;
  height: 60px;
  width: 40px;
  left: 50%;
  bottom: 8%;
  border: 2px solid #fff;
  border-radius: 50px;
  z-index: 2;
  transform: translate(-50%, -50%);
  animation: scrollani_1 5000ms linear infinite;
}

.scroll_ani div {
  width: 5px;
  margin: 0 auto;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  margin-top: 5px;
  animation: scrollani_2 5000ms linear infinite;
}

@keyframes scrollani_1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 0;
  }

  42% {
    opacity: 1;
  }

  58% {
    opacity: 1;
  }

  62% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scrollani_2 {
  0% {
    margin-top: 5px;
  }

  42% {
    margin-top: 5px;
  }

  46% {
    margin-top: 5px;
  }

  54% {
    margin-top: 15px;
  }

  58% {
    margin-top: 21px;
  }

  100% {
    margin-top: 21px;
  }
}

.main03 {
  color: #fff;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}

.main03 h3 {
  color: #fff;
}


.main_dd-one h1, .main_dd-one p {
  opacity: 1 !important;
  transform: translateY(0) !important ;
  transition:none !important ;
}



.footer-slide{height:0 !important;}
#page1.hide h1,
#page1.hide p {
  opacity: 0;
  transform: translateY(100px);
}

#page1 h1,
#page1 p {
  opacity: 1;
  transform: translateY(0);
  transition: all 750ms ease-out;
}

#page1 p {
  transition-delay: 300ms;
}

.subpage.hide h1,
.subpage.hide h3,
.subpage.hide p {
  opacity: 0;
  transform: translateY(100px);
}

.subpage.hide div .page2_main-rf {
  opacity: 0;
}

.subpage h1,
.subpage h3,
.subpage p {
  opacity: 1;
  transform: translateY(0);
  transition: all 750ms ease-out;
}


.subpage h1 {
  transition-delay: 300ms;
}

.subpage p {
  transition-delay: 600ms;
}

#page3.hide h1,
#page3.hide h3,
#page3.hide p {
  opacity: 0;
  transform: translateY(100px);
}

#page3 h1,
#page3 h3,
#page3 p {
  opacity: 1;
  transform: translateY(0);
  transition: all 750ms ease-out;
}

#page3 h1 {
  transition-delay: 300ms;
}

#page3 p {
  transition-delay: 600ms;
}

.h_page3{
  width:100%; height: 100%;max-width: 1200px;margin: 0 auto;
  display:flex; 
  text-align: center;
  align-items: center;
}

.bgFill::after{
  content: '';
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -2;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.5);
}


.h_page3 p{
  font-size:18px;
  color:black;
}

.h_page3_branch_list{
  display: flex;
  border-top: #1f7ad1 1px solid;
  border-bottom: #1f7ad1 1px solid;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 23px;
}
.h_page3_branch_list li{
  display: block; cursor: pointer; 
  padding: 15px 0;
}

.outbox{
  position: relative;
 }
.slideBig{
  overflow: auto;
  max-width: 1200px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: none;
}
.slideBig::-webkit-scrollbar{
  display: none;
}
.sliderBranch{
  align-items: center;
  display: flex;
  padding: 2% 0 0;
}
.page3_item{
  padding: 0 1%;
  min-width: 33.33%;
}
.page3_itbox{
  position: relative;
  background-color: rgba(255, 255, 255,0.5);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 4% 4% 11%;
  height: 450px;
  display: flex;
  flex-direction: column;
}
.page3_itbox:after{
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(2px);
}

.page3_item h3{
  position: relative;
  font-size: 25px;
  line-height: 85px;
  color:black;
  z-index: 2;
  font-weight: 600;
}
.page3_item h3::after{
  content: '';
  display: block;
  position: absolute;
  width: 80%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1f7ad1;
}

.page3_icontent{
  position: relative;
  flex-grow: 1;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page3_itop_content,
.page3_ibottom_content{
  display: flex; text-align: left;
}
.page3_itop_content .fa-solid{
  font-size:25px;
  margin: 0px 15px;
  color: #13568D;
}
.page3_icontent li p{
  margin:0;
}
.page3_itop_content{
  margin-bottom: 20px;
}
.page3_ibottom_content .fa-solid{
  margin: 0px 15px;
  font-size:20px;
  color: #13568D;
} 

.controlBtn{
    position: absolute;
    gap: 40px;
    bottom: -10%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.controlBtn input:first-child{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%2313568D'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' opacity='.87'/%3E%3Cpath d='M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z'/%3E%3C/svg%3E");
}
.controlBtn input:last-child{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%2313568D'%3E%3Cpath d='m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z'/%3E%3C/svg%3E");
}
.controlBtn input:first-child:hover{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffff'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none' opacity='.87'/%3E%3Cpath d='M17.51 3.87L15.73 2.1 5.84 12l9.9 9.9 1.77-1.77L9.38 12l8.13-8.13z'/%3E%3C/svg%3E");
}
.controlBtn input:last-child:hover{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23ffff'%3E%3Cpath d='m321-80-71-71 329-329-329-329 71-71 400 400L321-80Z'/%3E%3C/svg%3E");
}
.controlBtn input{
  display: block;
  text-indent: -9999px;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 20px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.controlBtn input:hover{
  background-color: #1f7ad1;
}

.h_page_title{
  font-size:60px;
}

.page2_main-rf {
  opacity: 1;
  transition: all 750ms ease-out;
  transition-delay: 900ms;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.page2_main-rf_li {
  margin-right: 27px;
  position: relative;
}

.page2_main-rf_li:last-child {
  margin-right: 0;
  /* 마지막 요소에 마진 없음 */
}

.page2_main-rf_li img {
  height: 395px;
}

.page2_main-rf_li span {
  color: #fff;
  font-size: 25px;
  position: absolute;
  bottom: 0;
  margin-left: 10px;
  left: 0;
  margin-bottom:10px;
}

.page2_main-rf_li {
  width: 180px;
  /* 기본 너비 */
  transition: width 0.6s ease;
  /* 너비 변경을 부드럽게 만듭니다. */
}

.page2_main-rf_li:hover {
  width: 80%;
  /* 호버되었을 때 너비 변경 */
}

/* 아무 것도 호버되지 않았을 때의 스타일 */
.page2_main-rf:not(:hover) .page2_main-rf_li {
  width: 50%;
  /* 아무 것도 호버되지 않았을 때 너비 변경 */
}

/* 아무 것도 호버되지 않았을 때의 스타일 */
.page2_main-rf:not(:hover) .page2_main-rf_li img{
  object-fit: cover; width: 100%;
}
#page2{
  background:#fff;
}
#page2 .swiper-button-next,
#page2 .swiper-button-prev {
  z-index: 99;
  top: auto;
  bottom: 44px;
  width: 17px;
  height: 30px;
  color: #1C1B1F;
}

#page2 .swiper-button-next {
  right: 48%;
}

#page2 .swiper-button-prev {
  left: 48%;
}

#page2 .swiper-button-next::after,
#page2 .swiper-button-prev::after {
  font-size: 24px;
}
.main04 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main04_top-content {
  text-align: center;
}

.main04_middle-content{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top:25px;
}

.main04_li {
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main04_li h3 {
  font-size: 30px;
  color: black;
}

.main04_li img{
  width: auto;
  height: auto;
}

.main04_bottom-content{
  display: flex;
  margin-top:60px;
}

.m04_b-content{
  width: 100%;
  position: relative;
}

.m04_b-content img{
  height: 200px;
}

.m04_b-content h3{
  position: absolute;
  margin-left: 23px;
  top:50%;
  transform: translateY(-50%);
  font-size: 30px;
  color:#fff;
  text-shadow:3px 3px 10px #111;
}

.m04_b-content {
  cursor: pointer;
  position: relative; /* 하위 요소에 대한 위치 지정을 위해 상위 요소에 relative 설정 */
}

.m04_b-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 어두운 색상 설정 (투명도 조절 가능) */
  transition: background-color 0.3s ease; /* 호버 시 transition 효과 적용 */
}

.m04_b-content.m04_b-select::after{
  background-color: transparent;
}

.m04_b-content:hover::after {
  background-color: transparent; /* 호버 시 배경 투명하게 변경 */
}

#page4.hide h3,
#page4.hide h1,
#page4.hide p,
#page4.hide .support_btn{opacity: 0; transform: translateY(100px); }



/*#page4.hide .main04_li{opacity: 0; transform: translateY(100px);}*/
#page4 h3,
#page4 h1,
#page4 p,
#page4 .support_btn{opacity: 1 ; transform: translateY(0); transition: all 750ms ease-out; }




#page4 h1{
  transition-delay: 300ms;
}

#page4 .main04_li h1{
  transition:0ms;
}

#page4 .main04_li h3{
  transition:0ms;
}

#page4 p{
  transition-delay: 600ms;
}

#page4 .support_btn{
  transition-delay: 900ms;
}

#page4 .m04_b-content h3{
  /*transition-delay: 900ms;*/
  transition: none;
}

.main04_li h3 {
  font-weight: 600;
}


.main05{
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.8);
}

.page2{
  width: 100%;
  max-width: 1200px;
}

.swiper-pagination2 {
  top: 50% !important;
  z-index: 11 !important;
  text-align: start !important;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

#page3 .swiper-button-next, #page3 .swiper-button-prev{
  z-index:99;
  top:auto;
  bottom:44px;
  width:17px;
  height:30px;
  color:#fff;
}
#page3 .swiper-button-next{
  right:48%;
}
#page3 .swiper-button-prev{
  left:48%;
}
#page3 .swiper-button-next::after, #page3 .swiper-button-prev::after{
  font-size:24px;
}
#page6.hide h3,
#page6.hide h1,
#page6.hide p,
#page6.hide .card1,
#page6.hide .card2,
#page6.hide .card3,
#page6.hide .top1,
#page6.hide .top2,
#page6.hide .top3{opacity: 0; transform: translateY(100px); }

#page6 h3,
#page6 h1,
#page6 p,
#page6 .card1,
#page6 .card2,
#page6 .card3,
#page6 .top1,
#page6 .top2,
#page6 .top3{opacity: 1 ; transform: translateY(0); transition: all 750ms ease-out; }

#page6 h1{
    transition-delay: 300ms;
}
#page6 h3{
    font-weight:500;
}

#page6 p{
    transition-delay: 600ms;
    margin:10px 0 0;
}

#page6 .card1 {
    transition-delay: 900ms;
}

#page6 .card2 {
    transition-delay: 1200ms;
}

#page6 .card3 {
    transition-delay: 1500ms;
}

#page6 .top1 {
    transition-delay: 900ms;
}

#page6 .top2 {
    transition-delay: 1200ms;
}

#page6 .top3 {
    transition-delay: 1500ms;
}

.page6_bottom-content {
    display: flex;
    margin-top:60px;
}

.page6_bottom-li {
    width: 100%;
    max-width: 384px;
    max-height: 383px;
    margin-right: 24px;
}

.page6_bottom-li:last-child {
    margin-right: 0; /* 마지막 요소에 마진 없음 */
}


.page6_bottom-li_top {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    font-size:20px;
    margin-bottom:20px;
}

.li_top-content {
    margin-right: 10px;
}

/* card */

.page6_card {
    position:relative;
    max-width: 384px;
    max-height: 384px;
    color:#fff;
    height: 384px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition:all 0.4s;
    background-size: 100%;
    cursor: pointer;
}

.page6_card.card1 {
    background: url('https://hansolrentcar.co.kr/hansol/theme/c_rentcar/img/main/main06-1.png') center no-repeat;
}

.page6_card.card2 {
    background: url('https://hansolrentcar.co.kr/hansol/theme/c_rentcar/img/main/main06-2.png') center no-repeat;
}

.page6_card.card3 {
    background: url('https://hansolrentcar.co.kr/hansol/theme/c_rentcar/img/main/main06-3.png') center no-repeat;
}

.page6_card a{
    color:#fff;
    text-decoration:none;
    transition:all 0.2s
}
.page6_card .color-overlay {
    max-width: 384px;
    max-height: 384px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.page6_card:hover .page6_card-info {
    opacity: 1;
    bottom: 40px;
}
.page6_card:hover .color-overlay {
    background: rgba(64, 84, 94,0.5);
}
.page6_card:hover .page6_title-content{
    margin-top: 70px;
    opacity: 1;
}
.page6_title-content {
    text-align: center;
    margin: 45% 0 0 0;
    width: 100%;
    transition:all 0.6s;
    position:absolute;
    z-index: 30;
    top:0;
    left:0;
    opacity: 0;
}
/*
.page6_card:hover .sec1_card_title:after{
    width:20%
}
*/
.page6_card h3, .page6_card h1 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    display:inline-block;
}
.page6_card h3 a{
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition:all 0.2s;
    font-size: 20px;
}
.page6_card h3 a:hover{
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}
/*
.page6_card_title:after {
    content: " ";
    display: block;
    height: 2px;
    margin: 20px auto;
    width:20%;
    border: 0;
    background: #54C3FD;
    transition:all 0.2s

}
*/

.page6_intro {
    width: 170px;
    margin: 0 auto;
    color: #ddd;
    font-style: italic;
    line-height: 18px;
}
.page6_intro a{
    color: #ddd
}
.page6_intro a:hover{
    text-decoration:underline
}
.page6_card-info {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    font-size: 18px;
    line-height: 24px;
    opacity: 0;
    bottom: -40px;
    left: 0;
    position: absolute;
    z-index: 30;
    transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.page6_card-info a{
    display:block;
    width:100px;
    margin:15px auto;
    background:#fff;
    color:#444;
    padding:3px 10px;
    font-size:0.8em
}
.page6_card-info a:hover{
    background: #54C3FD;
    color:#fff;
}
.page6_card-info a:hover span{
    filter: brightness(10);
    opacity:1
}

.swiper-container-hidden {
    display: none;
}

.go_page_btn{
  position: absolute;
  top: 10%;
  right: 0;
  width: 60px;
  text-align: center;
  height: 150px;
  font-size: 11px;
  padding-right: 27px;
  writing-mode: vertical-rl;
  background-color: #13568D;
  color:white;
  z-index: 9999999999;
  transition: all 0.3s ease;
  transform: translateX(10px);
}

.go_page_btn:hover{
  transform: translateX(0px);
  padding-right: 20px;
}


/* popup */

.pop_up_tcontent{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
  height: 80%;
  max-width: 500px;
  max-height: 750px;
  z-index: 100000000000000000000;
}

.pop_up_spans{
  position:relative;
  bottom:0px;
  left:0px;
  width: 100%;
  max-width:500px;
  font-size:15px;
  display:flex;
  flex-direction: column;
}
.pop_up_btns {
  display:flex;
  justify-content: space-around;
  background:#13568D;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.control-buttons{
  text-align: center;
  margin-top: 7px;
  margin-right: 70px;
}

.pop-pagination{
  position:relative;
  top: -14px !important;
  /*top: calc(0% + 545px) !important;*/
}

.pop-container{
  height: calc(100% - 30px);
}

.pop-pagination .swiper-pagination-bullet{
  width: 13px;
  height: 13px;
}

.pop_text_title{
  font-size:24px;
  margin-bottom: 30px;
}

.pop_text_content{
  font-size: 17px;
  text-align: left;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pauseButton, #playButton{
  position: relative; z-index: 999; cursor: pointer;
}

.pop_img{
  height: auto !important;
}

.back_pop{
  background-color: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.pop_img{
  position: absolute;
}

.pop_text_slide{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.pop_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100% - 50px);
  margin-top: 30px;
  overflow: hidden;
  z-index: 2;
  width: 300px;
  text-align: center;
}

.popup {
  overflow: hidden;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  width: 100%;
  height: calc(100% - 30px);
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 100000000000000000000;
}

.pop-pagination .swiper-pagination-bullet{
  background-color: #a6a0a0;
}

.pop-pagination .swiper-pagination-bullet-active{
  background-color: #1f7ad1;
}

.li_top-content_a{
  display:flex;
}

.support_btn{
  width:204px;
  height:60px;
  background-color: #1f7ad1;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size:24px;
  align-items: center;
  justify-content: center;
  margin-top:25px;
}

.support_btn img{
  margin-left:10px;
  width:30px;
  height:30px;
}


/* test */

.with_content{
  display: none;
}

.with_content.on{
  display: block;
}


.with_item img{
  width:40px;
}

.with_items{
  display: flex;
  margin-top: 20%;
  color:#fff;
}

.with_item{
  width:384px;
  font-size: 30px;
}

.with_top{
  display: flex;
  width:100%;
  justify-content: space-between;
  margin-bottom:10px;
  height:40px;
}

.with_item:not(:last-child){
  margin-right: 24px;
}

.with_gauge_container {
  width: 100%;
  background-color: #D9D9D9;
  overflow: hidden;
  position: relative;
  height: 8px;
  border-radius: 50px;
}
.with_gauge {
  width: 0%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
  transition: width 5s;
}
