@charset "UTF-8";
/*===========================================
aboutus/event/css/event.css
===========================================*/

/*-----------------------
education.html
edu_01.html
edu_02.html
-----------------------*/

.educationTable .linkPDF a {
  display: inline-block;
  padding: 1px 8px;
  color: #fff;
  background-color: #c90000;
  font-size: 11px;
  line-height: 1.4;
  vertical-align: middle;
}

.educationTable .linkPDF a:hover {
  text-decoration: none;
}

.btnLink.-edu2 a,
body.popup .conBlock03 .inqBtn.-edu2 a {
  background-color: #007711;
}

body.popup .conBlock03 .inqBtn.-edu2 a:hover {
  background-color: #004F0B;
}

h1.edu2 {
  color: #007711 !important;
}

/* button */
.btnLink {
  margin: 40px 0 0;
  text-align: center;
}
.btnLink a {
  position: relative;
  display: inline-block;
  padding: 20px 140px;
  background-color: #014099;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s;
}
.btnLink a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btnLink a::before {
  content: "";
  display: inline-block;
  margin: 0 10px 3px 0;
  width: 8px;
  height: 8px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: rotate(45deg);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .btnLink {
    margin: 20px 15% 0;
  }
  .btnLink a {
    display: block;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  .btnLink.-mid {
    margin: 20px 0 0;
  }
  .btnLink.-mid a {
    padding: 15px;
  }
}