@charset "utf-8";
.intro {
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  height: 450px;
}
.intro_info {
  margin-top: 40px;
  height: 100%;
}
.intro_info_titel {
  width: 100%;
  color: rgba(130, 9, 14, 0.84);
  text-align: center;
  font-size: 2.0vw;
  font-weight: 600;
}
.intro_info_detail {
  margin-top: 30px;
  padding: 0 15%;
}
.intro_info_detail span {
  text-justify: auto;
  text-align: justify;
  font-size: 1.2vw;
  Line-height: 1.3vw;
  display: block;
  text-indent: 2em;
  margin-bottom: 5px;
}
.intro_info_detail span a {
  font-size: 0.8vw;
}
.intro_info_more {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.intro_info_more button {
  width: 120px;
  height: 40px;
  color: white;
  background-color: black;
}
.intro_ad_slider {
  position: relative;
  display: table;
  width: 100%;
  padding: 0 10%;
  height: 448px;
}
.intro_ad_slider .slider_control {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  list-style: none;
  width: 100%;
  margin-top: 10px;
  padding: 0;
}
.intro_ad_slider .slider_control li {
  position: absolute;
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}
.intro_ad_slider .slider_control li img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}
.intro_ad_slider .slider_control_nav {
  position: absolute;
  top: 0;
  bottom: 0;
  text-indent: -9999px;
  z-index: 999;
  margin: auto 0;
  height: 32px;
  width: 32px;
  text-decoration: none;
}
.intro_ad_slider .slider_control_nav:active,
.intro_ad_slider .slider_control_nav:visited,
.intro_ad_slider .slider_control_nav:link,
.intro_ad_slider .slider_control_nav:focus {
  opacity: 1.0;
  text-decoration: none;
  outline: 0;
}
.intro_ad_slider .prev {
  background-image: url("../images/prev.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.intro_ad_slider .next {
  background-image: url("../images/next.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  right: 15px;
}
