.page {
  min-height: 100vh;
  background: url(../images/bg/1.jpg) top / cover fixed no-repeat;
  padding: 20vh 0vh 12vh 0vh;
  background-position-y: -15vh;
}
.page::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), #1b140b);
}
.page__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 6vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /* font-family: 'HeirofLightBold'; */
  color: #ede0cb;
  text-shadow: 0vh 1vh 2vh rgba(0, 0, 0, 0.422);
  height: 250px;
}
.page__title_name {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 5vh;
  margin: 0 auto;
  /* font-family: 'HeirofLightBold'; */
  color: #ede0cb;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.8));
}
.page__title_name2 {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5vh;
  margin: 0 auto;
  /* font-family: 'HeirofLightBold'; */
  color: #fff;
  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: 3.5vh;
margin-bottom:10px;
    color: #e9d7a6;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 35%, #e9d7a6 70%, #d6c28f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
font-weight:bold;
}
}
.page__title img {
  width: 22vh;
margin:0 !important;

}
@media screen and (max-width: 1024px) {
  .page__title {
    height: 150px !important;
  }
  .page__title_name {
    font-size: 3vh !important;
  }
  .page__title_name2 {
    font-size: 1.5vh !important;
  }
  .page__title img {
    width: 18vh !important;
  }
}
.page_content {
  width: 50%;
  margin: 0 auto;
  background-color: rgba(37, 33, 26, 0.95);
  border: 0.2vh solid rgba(104, 91, 68, 0.65);
  position: relative;
  box-shadow: 0vh 2vh 5vh rgba(0, 0, 0, 0.215);
  padding: 6vh;
}
.page_decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page_decoration img {
  width: 12vh;
  height: auto;
  position: absolute;
}
.page_decoration img:nth-child(1) {
  left: 0;
  top: 0;
}
.page_decoration img:nth-child(2) {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.page_decoration img:nth-child(3) {
  right: -0.75vh;
  top: 0.75vh;
  transform: rotate(90deg);
}
.page_decoration img:nth-child(4) {
  left: -0.8vh;
  bottom: 0.75vh;
  transform: rotate(-90deg);
}
.page_text h1 {
  color: white;
  font-size: 3vh;
  margin-bottom: 1vh;
}
.page_text p {
  color: rgba(255, 255, 255, 0.459);
  font-size: 1.5vh;
  margin-bottom: 2rem;
}
.page_text img {
  max-width: 60%;
}

.guide-inform_area{
  background: linear-gradient(180deg,
    rgba(174,148,115,.08) 0%,
    rgba(0,0,0,.35) 100%);
  border: 1px solid rgba(174,148,115,.35);
  border-radius: 10px;
  padding: 26px 28px;
  box-shadow:
    inset 0 0 40px rgba(174,148,115,.08),
    0 8px 30px rgba(0,0,0,.45);
}


.guide_text{
  position: relative;
  padding-left: 22px;
}


.guide_text::before{
  content:'';
  position:absolute;
  left:0;
  top:6px;
  bottom:6px;
  width:4px;
  border-radius:4px;
  background: linear-gradient(
    to bottom,
    #f3d48c,
    #AE9473,
    #6f5838
  );
  box-shadow: 0 0 10px rgba(174,148,115,.35);
}


.guide_title{
  display:block;
  margin-bottom:18px;
}


.guide_text p{
  margin-bottom:12px;
  line-height:1.9;
}


.img_content img{
  border-radius:6px;
  border:1px solid rgba(174,148,115,.35);
  box-shadow:
    0 6px 18px rgba(0,0,0,.55),
    inset 0 0 12px rgba(174,148,115,.12);
  transition:.25s ease;
}


.img_content img:hover{
  transform: translateY(-4px);
  box-shadow:
    0 14px 32px rgba(0,0,0,.65),
    0 0 12px rgba(174,148,115,.35);
}
  .guide_title{
  display:block;
  margin-bottom:18px;
  font-size:26px;
  font-weight:900;
  color:#e9d7a6; 
  letter-spacing:0.5px;
}
  .point{
  color:#AE9473;
  font-weight:800;
}
  .img_content{
  display:flex;
  gap:14px;         
  align-items:flex-start;
}