/* exhibition_reco.asp에서 분리한 CSS */
.top20-section { max-width: 1320px; margin: 100px auto 60px auto; }
.top20-subtitle { font-size:1.1rem; font-weight:700; color:#0059ff; letter-spacing:-0.5px; text-align:left; margin-bottom:15px; }
.top20-title { font-size:2.5rem; font-weight:700; color:#222; letter-spacing:0px; text-align:left; margin-bottom:40px; }
.swiper { width: 100%; height: 450px; padding-bottom: 40px; }
.swiper-slide { display: flex; justify-content: center; align-items: center; }
.top20-swiper { margin: 0 auto; left: 0; }
.swiper-wrapper { display: flex; height: 500px; }
.top20-card { background:#fff; border:1.5px solid #eee; border-radius:30px; box-shadow:0 2px 8px rgba(0,0,0,0.06); width:300px; min-height:200px; margin:0 8px; padding:10px 0; display:flex; flex-direction:column; align-items:center; transition:box-shadow .2s; position: relative; }
.top20-card:hover { box-shadow:0 8px 24px rgba(0,0,0,0.13); border:solid 2px  #399fff; }
.top20-logo { width:170px; object-fit:contain; margin:24px 0 10px 0; border-radius: 10px;}
.top20-name { font-size:1.13rem; font-weight:700; color:#222; margin-bottom:6px; }
.top20-date { font-size:0.98rem; color:#666; margin-bottom:3px; display:flex; align-items:center; gap:6px; justify-content:center; }
.top20-place { font-size:0.97rem; color:#888; margin-bottom:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:90%; }
.top20-date i,
.top20-place i {
  font-size: 14px;
  background: linear-gradient(135deg, #0059ff, #00c3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
}
.top20-badges { display:flex; gap:8px; justify-content:center; margin-bottom:12px; }
.top20-badge { font-size:0.93rem; font-weight:600; border-radius:8px; padding:4px 14px; }
.top20-badge.blue { background:#2d2dbb; color:#fff; }
.top20-badge.green { background:#e6f7f1; color:#1a8c6e; border:1px solid #b2e5d6; }
.top20-rank {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 40px;
  height: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
  z-index: 10;
}
.top20-rank.rank-1 { background: linear-gradient(135deg, #ffd700, #ffed4e); color: #333; }
.top20-rank.rank-2 { background: linear-gradient(135deg, #c0c0c0, #e8e8e8); color: #333; }
.top20-rank.rank-3 { background: linear-gradient(135deg, #cd7f32, #daa520); color: #fff; }
.top20-rank.rank-4-10 { background: linear-gradient(135deg, #0059ff, #00c3ff); color: #fff; }
.top20-rank.rank-11-20 { background: linear-gradient(135deg, #6c757d, #adb5bd); color: #fff; }
.swiper-pagination-progressbar {
  background: rgba(0, 140, 255, 0.24);
  border-radius: 20px;
  height: 6px;
  overflow: hidden;
}
.swiper-pagination-progressbar-fill {
  background: linear-gradient(90deg, #00c3ff, #000dca) !important;
  border-radius: 20px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 89, 255, 0.3);
}
.swiper-button-prev,
.swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  color: #242424 !important;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #000000 !important;
  transform: scale(1.5);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px !important;
  font-weight: bold;
}
@media (max-width:1100px) { .top20-section { max-width: 98vw; } .top20-card { width: 90vw; min-width: 220px; } }
.top20-name-eng { font-size: 0.98rem; color: #4a4a4a; margin-bottom: 4px;  }
.top20-card-link { display: block; text-decoration: none; color: inherit; }
.top20-card-link:visited { color: inherit; }
.top20-card-link:hover .top20-card { box-shadow:0 8px 24px rgba(0,0,0,0.18); border-color:solid 3px #2d2dbb; }

/* 국가별 인기 박람회 TOP20 섹션 */
.country-exhibition-section {
  width: auto;
  margin: 100px 50px;
  background: #ededed;
  border-radius: 60px;
  padding: 100px 100px;
  position: relative;
  overflow: hidden;
}

.country-exhibition-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/images/pattern-bg.png') repeat;
  opacity: 0.03;
  pointer-events: none;
}

.country-exhibition-header {
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
  left: 140px;
}

.country-exhibition-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0059ff;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.country-exhibition-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  letter-spacing: -1px;
  margin: 0;
}

.country-exhibition-content {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
}

.country-exhibition-text {
  flex: 0 0 400px;
  padding-right: 40px;
}

.country-exhibition-text h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.country-exhibition-text p {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 30px 0;
}

.country-exhibition-slider {
  flex: 1;
  display: flex;
  position: relative;
  width:800px;
  overflow: hidden;
  height: 100%;
  flex-direction: column;    /* 세로 배치 */
  align-items: flex-start; /* 자식들을 좌측 정렬 */
}

.country-exhibition-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  left:0;
}

.country-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.country-card {
  position: relative;
  width: 320px;
  height: 420px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  min-width: 280px;
}
.country-card.left-tall {
  height: 500px;
  transition: height 0.3s;
}

.country-card-number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 2.5rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
  z-index: 3;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.country-card-image {
  position: relative;
  height: 280px;
  background: linear-gradient(135deg, #333 0%, #555 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.country-card-image.circle {
  background: linear-gradient(135deg, #ff4757 0%, #ff3742 100%);
}

.country-card-image.circle2 {
  background: linear-gradient(135deg, #2f3542 0%, #535c68 100%);
}

.country-card-image img {
  width: 160px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

.country-card-content {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.country-name {
  font-size: 1.8rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.2;
}

.country-name-eng {
  font-size: 1.6rem;
  font-weight: 700;
  color: #494949;
  margin-bottom: 12px;
  line-height: 1.3;
}

.country-desc {
  font-size: 1.1rem;
  color: #888;
  line-height: 1.4;
}

/* 호버 효과 */
.country-card:hover {
  transform: translateY(-8px);
}

.country-card:hover .country-card-image {
  transform: scale(1.05);
}

/* 네비게이션 버튼 */
.country-nav-prev,
.country-nav-next {
  width: 50px !important;
  height: 50px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  border-radius: 50% !important;
  color: #0059ff !important;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: absolute !important;
  top: 450px !important;
  transform: translateY(-50%) !important;
  z-index: 10;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.country-nav-prev {
  left: -25px !important;
}

.country-nav-next {
  right: -25px !important;
  display: block !important;
}

.country-nav-prev:hover,
.country-nav-next:hover {
  background: #0059ff !important;
  color: #fff !important;
  transform: translateY(-50%) scale(1.1) !important;
}

.country-nav-prev::after,
.country-nav-next::after {
  font-size: 18px !important;
  font-weight: bold;
}

/* 반응형 디자인 */
@media (max-width: 1400px) {
  .country-exhibition-content {
    gap: 60px;
  }
  
  .country-exhibition-text {
    flex: 0 0 350px;
  }
  
  .country-exhibition-text h3 {
    font-size: 2rem;
  }
}

@media (max-width: 1200px) {
  .country-exhibition-content {
    flex-direction: column;
    gap: 40px;
  }
  
  .country-exhibition-text {
    flex: none;
    padding-right: 0;
    text-align: center;
  }
  
  .country-exhibition-text h3 {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .country-exhibition-section {
    padding: 40px 20px;
    margin: 60px auto 40px auto;
  }
  
  .country-exhibition-title {
    font-size: 2rem;
  }
  
  .country-exhibition-text h3 {
    font-size: 1.6rem;
  }
  
  .country-exhibition-text p {
    font-size: 1rem;
  }
  
  .country-exhibition-swiper {
    height: 280px;
  }
  
  .country-card-content {
    padding: 20px;
  }
  
  .country-card-number {
    font-size: 2rem;
    top: 15px;
    left: 15px;
  }
  
  .country-name {
    font-size: 1.1rem;
  }
}

.consult-board-wrap {
  max-width: 1320px;
  margin: 40px auto 40px auto;
  padding: 50px 40px;
}
.consult-board-header {
  padding: 0 0 30px 0;
}
.consult-board-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.consult-board-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0059ff;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 5px;
}
.consult-board-title {
  font-size: 2.2rem;
  font-weight: 700;
}
.consult-board-btn {
  display: inline-block;
  padding: 8px 22px;
  background-color: #da00ff;
  color: #fff;
  font-weight: 600;
  border-radius: 15px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(45,45,187,0.08);
  transition: background-color 0.3s;
}
.consult-board-btn:hover {
  background-color: #ed86ff;
  color:#fff;
  transition: background-color 0.3s;
}
.consult-board-outer {
  overflow: hidden;
  height: 450px;
  border-radius: 30px;
  background: linear-gradient(90deg, #f8faff 0%, #f3f6ff 100%);
  box-shadow: 0 2px 8px rgba(45,45,187,0.04);
}
.consult-board-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.05rem;
  table-layout: fixed;
}
.consult-board-table th, .consult-board-table td {
  padding: 10px 8px;
  text-align: center;
  height: 44px;
  font-size: 1.01rem;
  background: #fff;
  box-sizing: border-box;
  word-break: break-all;
}
.consult-board-table th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #003cff;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.08rem;
  border-top: none;
  height: 48px;
}
.consult-board-table tbody {
  position: relative;
  z-index: 0;
}
.consult-board-table tr {
  display: table-row;
  width: auto;
  table-layout: auto;
  transition: none;
}
.consult-board-table tr.rolling-out,
.consult-board-table tr.rolling-in {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
.consult-board-table td.subject {
  text-align: left;
  padding-left: 16px;
  font-weight: 500;
}
.consult-board-table td.status {
  font-weight: 600;
}
.consult-board-table td.status[data-status="답변완료"] {
  color: #1a8c6e;
}
.consult-board-table td.status[data-status="처리중"] {
  color: #ff9100;
}
.consult-board-table td.status[data-status="접수중"] {
  color: #2d2dbb;
}
@media (max-width: 900px) {
  .consult-board-wrap { padding: 10px 2vw; }
  .consult-board-outer { height: 180px; }
  .consult-board-table th, .consult-board-table td { font-size: 0.95rem; padding: 7px 3px; }
}
.consult-board-table tbody.rolling {
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
  will-change: transform;
}
.consult-board-table col:nth-child(1) { width: 7%; }
.consult-board-table col:nth-child(2) { width: 12%; }
.consult-board-table col:nth-child(3) { width: 40%; }
.consult-board-table col:nth-child(4) { width: 16%; }
.consult-board-table col:nth-child(5) { width: 16%; }
.consult-board-table col:nth-child(6) { width: 9%; }
.consult-board-table thead tr {
  background: #f5f5f5;
}
.custom-slider-portfolio {
  position: relative;
  width: 100vw;
  min-width: 800px;
  min-height: 600px;
  max-height: 700px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.custom-slide-portfolio {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
  display: flex; align-items: center; justify-content: center;
  z-index: 1;
  transform: translateX(40px);
}
.custom-slide-portfolio.active {
  opacity: 1; pointer-events: auto; z-index: 2;
  transform: translateX(0);
}
.slide-content {
  display: flex; width: 100vw; max-width: 1340px; height: 100%;
  align-items: center; justify-content: flex-start;
}
.slide-text {
  position: absolute;
  left: 200px;
  top: 90px;
  z-index: 10;
  color: #fff; padding: 60px 40px 40px 80px; min-width: 400px;
}
.slide-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.2;
  display: block;
}
.slide-subtitle {
  font-size: 3.2rem;
  font-weight: 800;
  color: #ffd600;
  margin-bottom: 18px;
  line-height: 1.2;
  display: block;
}
.slide-desc { margin-top: 20px; font-size: 1.2rem; line-height: 1.8em;}
.slide-media img, .slide-media video { 
  max-height: 700px; 
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
  width: auto;
  height: auto;
  object-fit: cover;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.slide-media img {
  max-height: 730px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
  width: auto;
  height: auto;
  object-fit: cover;
}
.slide-nav {
  position: absolute;
  left: 375px;
  top: 500px;
  transform: none;
  z-index: 10;
  display: flex; align-items: center; gap: 16px;
}
.slide-prev, .slide-next {
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: #0059ff; color: #fff; font-size: 1.5rem; cursor: pointer;
  transition: background 0.2s;
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.slide-prev::before, .slide-next::before {
  content: '';
  display: block;
  width: 11px; height: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
}
.slide-prev::before {
  transform: rotate(-135deg);
  left: 14px; top: 13px;
}
.slide-next::before {
  transform: rotate(45deg);
  right: 14px; top: 13px;
}
.slide-prev:hover, .slide-next:hover { background: #00c3ff; }
.slide-prev:disabled, .slide-next:disabled { 
 
}
.slide-prev:disabled:hover, .slide-next:disabled:hover { 
  background: #0059ff; 
}
.slide-index { color: #fff; font-size: 1.1rem; border-radius: 8px; padding: 4px 16px; }
@media (max-width: 900px) {
  .slide-content { flex-direction: column; }
  .slide-text, .slide-media { padding: 20px; min-width: 0; }
}
.slide-media {
  position: absolute;
  left: -100px;
  top: 0px;
  z-index: 6;
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.4,0,0.2,1), opacity 0.7s cubic-bezier(0.4,0,0.2,1);
  transform: translateX(100%);
  pointer-events: none;
  width: auto;
  height: auto;
  overflow: visible;
}
.slide-media.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 7;
  width: auto;
  height: auto;
  overflow: visible;
}
.slide-media.to-left {
  opacity: 0;
  transform: translateX(-100%);
  z-index: 2;
}
.slide-media.to-right {
  opacity: 0;
  transform: translateX(100%);
  z-index: 2;
}
.slide-media-container {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  overflow: visible;
  pointer-events: none;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.industry-exhibition-section {
  max-width: 1320px;
  margin: 100px auto 60px auto;
  text-align: center;
}
.industry-exhibition-header {
  margin-bottom: 18px;
  text-align: left;
}
.industry-exhibition-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 4px 0;
  letter-spacing: -1px;
}
.industry-exhibition-header p {
  font-size: 1.05rem;
  color: #888;
  margin: 0;
}
.industry-exhibition-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0059ff;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 15px;
}
.industry-exhibition-title {
  font-size: 2.2rem;
  font-weight: 700;
}
.industry-exhibition-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.industry-exhibition-nav:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.1);
}
.industry-exhibition-nav.prev,
.industry-exhibition-nav.next {
  width: 50px !important;
  height: 50px !important;
  color: #242424 !important;
  opacity: 0.8;
  transition: all 0.3s ease;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  padding: 0;
}
.industry-exhibition-nav.prev {
left: 25px;
}
.industry-exhibition-nav.next {
right: 25px;
}
.industry-exhibition-nav.prev:hover,
.industry-exhibition-nav.next:hover {
  color: #000000 !important;
  transform: translateY(-50%) scale(1.5);
  background: none;
  box-shadow: none;
  border: none;
}
.industry-exhibition-nav svg {
width: 20px;
height: 20px;
fill: #c2c2c2;
}
.industry-exhibition-nav.prev svg,
.industry-exhibition-nav.next svg {
  width: 56px;
  height: 56px;
  font-weight: bold;
  display: block;
}
.industry-exhibition-slider {
  margin: 0 auto;
  display: block;
  position: relative;
  margin-bottom: 40px;
  width: auto;
  box-sizing: border-box;
}
.industry-exhibition-swiper {
      margin:0 auto;
      left: 0;
    }
.industry-exhibition-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.industry-exhibition-nav {
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.industry-exhibition-card {
  position: relative;
  min-width: 280px;
  height: 360px;
  border-radius: 22px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  transition: background-size 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
}
.industry-exhibition-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.13);
  z-index: 1;
  transition: background 0.4s;
  pointer-events: none;
  border-radius: 22px;
}
.industry-exhibition-card:hover::before {
  background: rgba(0,0,0,0.32);
}
.industry-exhibition-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  background-size: 130%;
}
.industry-exhibition-card:active {
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.industry-exhibition-card.bg1 { background-image: url('../../images/industry/industry1.jpg'); }
.industry-exhibition-card.bg2 { background-image: url('../../images/industry/industry2.jpg'); }
.industry-exhibition-card.bg3 { background-image: url('../../images/industry/industry3.jpg'); }
.industry-exhibition-card.bg4 { background-image: url('../../images/industry/industry4.jpg'); }
.industry-exhibition-card.bg5 { background-image: url('../../images/industry/industry5.jpg'); }
.industry-exhibition-card.bg6 { background-image: url('../../images/industry/industry6.jpg'); }
.industry-exhibition-card.bg7 { background-image: url('../../images/industry/industry7.jpg'); }
.industry-exhibition-card .industry-title {
  position: absolute; left: 24px; top: 24px;
  color: #fff; font-size: 1.25rem; font-weight: 600;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 2;
}
.industry-exhibition-card .industry-arrow {
  position: absolute; right: 24px; bottom: 24px;
  z-index: 2;
  transition: transform 0.5s ease-in-out;
  display: inline-block;
}
.industry-exhibition-card:hover .industry-arrow {
  transform: rotate(-30deg);
}
@media (max-width: 900px) {
  .industry-exhibition-card { min-width: 180px; height: 200px; }
  .industry-exhibition-header h2 { font-size: 1.2rem; }
}
@media (max-width:1100px) {
  .industry-exhibition-section { max-width: 98vw; }
  .industry-exhibition-card { width: 90vw; min-width: 220px; }
}
.industry-exhibition-card:hover::before {
  background: rgba(0,0,0,0.32);
} 

/* country-slider-controls 하단 중앙 정렬 */
.country-slider-controls {
  display: flex;
  justify-content: left;
  gap: 30px;
  margin-top: 24px;
}

.country-slider-prev,
.country-slider-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #222222;
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.country-slider-prev:hover,
.country-slider-next:hover {
  background: #222;
  color: #fff;
} 

.top20-info-left {
  text-align: left;
} 