html{font-size:10px}
@media screen and (max-width:768px){
  html{font-size:87.5%}
}
.error_page{width:49.4rem;/*margin-top: 20%*/ margin:10% auto;padding:4.6rem 8.6rem;border:1px solid #c1c1c1;}
.error_title{border-bottom:1px solid #e8e8e8;padding-bottom:2rem;margin-bottom:2rem;font-size:2.4rem;font-weight:600;text-align:center;white-space:nowrap;}
.error_submit{padding-bottom:20px;border-bottom:1px solid #e8e8e8;font-size:16px;line-height:20px;margin-bottom:35px;text-align:center;}
.home_button{display:block;width:130px;height:40px;margin:auto;border:1px solid #bbb;background:#f8f8f8;font-size:14px;font-weight:600;line-height:38px;text-align:center}

.icon_403{background:url(/img/common/error_icon.png) 0 -38px;width:30px;height:41px;display:inline-block;margin-right:12px;vertical-align:-40%;}
.icon_404{background:url(/img/common/error_icon.png) 0 0;width:37px;height:37px;display:inline-block;margin-right:12px;vertical-align:-40%}
.icon_500{background:url(/img/common/error_icon.png) 0 -80px;width:40px;height:40px;display:inline-block;margin-right:12px;vertical-align:-40%}
.icon_others{background:url(/img/common/error_icon.png) 0 -120px;width:37px;height:34px;display:inline-block;margin-right:12px;vertical-align:-40%;margin-left:-30px}

@media screen and (max-width:1024px){
  .error_page{margin: 20% auto;}
  .m_button_type1{ padding:3px 9px;color:rgba(255,255,255,.5);font-size:12px;display:inline-block!important;border:1px solid rgba(255,255,255,.15);line-height:normal}
  .error_title{border-bottom:1px solid #e8e8e8;padding-bottom:20px;margin-bottom:20px;font-size:20px;font-weight:600;text-align:center;white-space:normal;}
  .error_submit{padding-bottom:17.5px;border-bottom:1px solid #e8e8e8;font-size:14px;line-height:17.5px;margin-bottom:30px;text-align:center;}
  .home_button{display:block;width:113px;height:35px;margin:auto;border:1px solid #bbb;background:#f8f8f8;font-size:14px;font-weight:600;line-height:33px;text-align:center}
}
@media screen and (max-width:768px){
  .error_page{width:98%;max-width: 494px;padding:22px 40px;margin: 20% auto;border:1px solid #c1c1c1;}
}
