

  .page__title {
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 6vh;
margin: 0 auto;
position: relative;
z-index: 1;
color: #ede0cb;
text-shadow: 0vh 1vh 2vh rgba(0, 0, 0, 0.3);
width: 1170px;
height: 250px;
        position: relative; width: 100%; aspect-ratio: 16/5; overflow: hidden; margin-bottom: 10px;
}
.page__title_name {position: absolute;top: 32%;left: 50%;transform: translate(-50%, -50%);display: flex;align-items: center;justify-content: center;color: white;font-size: 5vh;margin: 0 auto;color: #fff;filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));}
.page__title_name2 {position: absolute;top: 64%;left: 50%;transform: translate(-50%, -50%);display: flex;align-items: center;justify-content: center;color: white;font-size: 2.2vh;margin: 0 auto;color: #ffe297;filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 1));text-align: center;flex-direction: column;width: 100%;}
.page__title_name2 span {font-size: 4vh;margin-bottom: 0.3vh;font-family:&#39;Warhaven&#39; !important;color:#fff;}
.page__title img {width: 14vh;margin-right: 0vh;filter: drop-shadow(1px 1px 1px black);}
        
   
        
@media screen and (max-width: 1200px) {
.page__title {
height: 150px !important;
}
.page__title_name {
font-size: 3vh !important;
top: 25%;
}
.page__title_name2 {
font-size: 1.5vh !important;
}
.page__title img {
width: 10vh !important;
}
}
            
            .inpage_title { 
            color:#ffe297 !important;
            }

			.accordion {
  width: 100%;
}
.accordion-item {
  
}
.accordion-button {
  background-color: rgba(0, 0, 0, 0.2);
   

  color: #fff;
  padding: 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
	 border-left: 4px solid #e0caaf ;
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 5px;
  
}
.accordion-button:hover {
  
      background-color: rgba(0, 0, 0, 0.4);
}
.accordion-content {
  padding: 14px 20px;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(0, 0, 0, 0.2);

}

.downloadList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 0;
  text-align:center;
}
  


.downloadList li {
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
    background-color: rgba(0, 0, 0, 0.2);

  padding: 20px;
  box-sizing: border-box;
}

.downloadList li dl {
  display: block;
  gap: 20px;
  align-items: center;
}

.downloadList li dl dt img {
  width: 128px;
  height: 128px;
  border-radius: 17px;
}

.downloadList li dl dd.tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.downloadList li dl dd.txt01,
.downloadList li dl dd.txt02 {
  font-size: 14px;
  color: #ccc;
  text-align: center;
  display: block; 
  margin-top: 4px;
}


.downloadList li dl dd.btn {
  margin-top: 10px;
}

.downloadList li dl dd.btn a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 50px;
  line-height: 50px;
 background-color: #ffe297;
    color: #000;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  padding: 0 20px 0px 20px;
font-weight:bold;
}

.downloadList li dl dd.btn a:hover {
  background: #dcdcf7;  
   transition-duration: 0.8s;
}
  
  .downloadList p {
    font-weight:bold;
    font-size:24px; color:#fff;
    margin-top:10px;
  }

  .ev-card {
        background: linear-gradient(to bottom, #3a3a3a, #222222, #111111);
    border-radius: 10px;
    padding: 40px 10px;
    width: 570px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;
}
.ev-card:hover {
    transform: translateY(-5px);
}
  .ev-card img {
    width: 200px;
    height: auto;
    margin: 70px 5px 5px 5px;
}

  .ev-card-container {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;

}
  .ev-top {
   background-color: #171717;
    color: #ccc;

    font-size: 18px;

    padding: 10px 0px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
  .ev-top .ev-title {
  color: #fff; 
font-family:'Warhaven' !important;
font-size: 28px;"

  }