@charset "UTF-8";
/* CSS Document */

.group-map{
	background-image: url(/attending/guide/east-eur/images/map-east-eur.png);
}

.bt-east-eur01 {
  top: 122px;
  left: 415px;
}

.bt-east-eur02 {
  top: 217px;
  left: 335px;
}

.bt-east-eur03 {
  top: 282px;
  left: 260px;
}

.bt-east-eur04 {
  top: 330px;
  left: 260px;
}
.bt-east-eur05 {
  top: 380px;
  left: 320px;
}

.bt-east-eur06 {
  top: 300px;
  left: 445px;
}

.bt-east-eur07 {
  top: 342px;
  left: 610px;
}

.bt-east-eur08 {
  top: 465px;
  left: 575px;
}

.map-text01{
    top: 66%;
    left: 40%;
}

.bg_ill li.ill01::before {
    top: 45px;
    left: 560px;
    width: 120px;
    background-image: url(/attending/guide/east-eur/images/ill02.png);
}
/*.bg_ill li.ill02::before {
    top: 130px;
    left: 330px;
    width: 130px;
    background-image: url(/attending/guide/east-eur/images/ill01.png);
}*/
.bg_ill li.ill03::before {
    top: 205px;
    left: 460px;
    width: 130px;
    background-image: url(/attending/guide/east-eur/images/ill04.png);
}
.bg_ill li.ill04::before {
    top: 375px;
    left: 490px;
    width: 110px;
    background-image: url(/attending/guide/east-eur/images/ill05.png);
}
.bg_ill li.ill05::before {
    top: 300px;
    left: 150px;
    width: 100px;
    background-image: url(/attending/guide/east-eur/images/ill06.png);
}

.info_cts03 .tab-contents-wraper:nth-child(6) dt{
	width:auto;
}

.info_cts01_btn_wapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info_cts01_btn_wapper li {
    width: 24%;
    margin-bottom: 2% !important;
}

.info_cts01_btn_wapper .btn {
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #57c6ef;
    border-radius: 15px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    padding: 15px 50px;
    transition: opacity 0.3s;
}

.info_cts01_btn_wapper .btn:hover {
  opacity: var(--hoverOpacity);
}

.info_cts01_btn_wapper .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 23px;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgba(255,255,255,1);
  border-right: 1px solid rgba(255,255,255,1);
  transform: translateY(-50%) rotate(45deg);
  transition: opacity 0.3s;
}

.info_cts01_btn_wapper .btn:hover::after {
  opacity: var(--hoverOpacity);
}