@charset "utf-8";

a:link {
  display: block;
  transition: .3s
}

a:link:hover {
  opacity: 0.6
}

.mainvidual .mainimg {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 220px;
}

#page_title h2 {
  position: absolute;
  font-size: 56px;
  text-align: center;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    #page_title h2 {
        left: 5%;
        font-size: 20px;
    }
}
.arrow01,
.arrow02 {
  position: relative;
}

.cube_btn_wrap {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 4px;
  transition: 0.2s all ease 0s;
}

.cube_btn {
  position: relative;
  padding: 15px;
  font-weight: bold;
  text-decoration: none;
  background: #ff4119;
  color: #fff;
  box-shadow: 0 4px 0 #b03318;
  border-radius: 5px;
}

.cube_btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}

.btn_icon {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-right: 10px;
  width: auto;
}

.btn_icon img {
  height: 100%;
  width: auto;
}

.btn_txt {
  display: inline-block;
  font-weight: bold;
}

.sec-inner {
  max-width: 980px;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}
