#meta_area .meta_l button {
  background: none;
  border: 0;
  box-sizing: border-box;
  height:40px;
  line-height:40px;
  padding:0 20px;
  margin-top:50px;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  font-size: inherit;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
}
#meta_area .meta_l button::before, button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

#meta_area .meta_l .draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#meta_area .meta_l .draw::before, #meta_area .meta_l .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
#meta_area .meta_l .draw::before {
  top: 0;
  left: 0;
}
#meta_area .meta_l .draw::after {
  bottom: 0;
  right: 0;
}
#meta_area .meta_l .draw:hover {
  color: #60daaa;
}
#meta_area .meta_l .draw:hover::before, #meta_area .meta_l .draw:hover::after {
  width: 100%;
  height: 100%;
}
#meta_area .meta_l .draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
#meta_area .meta_l .draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

#meta_area .meta_l .meet:hover {
  color: #fff;
  font-weight:400;
}
#meta_area .meta_l .meet::after {
  top: 0;
  left: 0;
}
#meta_area .meta_l .meet:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
#meta_area .meta_l .meet:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}




#m_contents .m_banner .m_book button {
  background: none;
  border: 0;
  box-sizing: border-box;
  height:30px;
  line-height:30px;
  padding:0 10px;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
  font-size: inherit;
  font-weight: 400;
  position:absolute;
  vertical-align: middle;
  bottom:20px; right:25px;
  font-size:15px;
  
}
#m_contents .m_banner .m_book button::before, button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

#m_contents .m_banner .m_book .draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#m_contents .m_banner .m_book .draw::before, #m_contents .m_banner .m_book .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
#m_contents .m_banner .m_book .draw::before {
  top: 0;
  left: 0;
}
#m_contents .m_banner .m_book .draw::after {
  bottom: 0;
  right: 0;
}
#m_contents .m_banner .m_book .draw:hover {
  color: #60daaa;
}
#m_contents .m_banner .m_book .draw:hover::before, #m_contents .m_banner .m_book .draw:hover::after {
  width: 100%;
  height: 100%;
}
#m_contents .m_banner .m_book .draw:hover::before {
  border-top-color: #60daaa;
  border-right-color: #60daaa;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
#m_contents .m_banner .m_book .draw:hover::after {
  border-bottom-color: #60daaa;
  border-left-color: #60daaa;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

#m_contents .m_banner .m_book .meet:hover {
  color: #fff;
  font-weight:400;
}
#m_contents .m_banner .m_book .meet::after {
  top: 0;
  left: 0;
}
#m_contents .m_banner .m_book .meet:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
#m_contents .m_banner .m_book .meet:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

