p {
  margin: 0;
  padding: 0; }

#MainArea2025 {
  width: 770px;
  margin-left: 0px; /*12px;*/
  font-family: 'Arial', 'Helvetica', sans-serif;
  margin-bottom: 30px; }

#top-head-wrap {
  color: #fff;
  margin-top: 0px; /*20px;*/
  padding: 18px 20px;
  background: url("../img/top-head-img.png") top right 20px, -webkit-gradient(linear, left top, right bottom, from(#14215d), to(#000729));
  background: url("../img/top-head-img.png") top right 20px, linear-gradient(to bottom right, #14215d, #000729);
  background-repeat: no-repeat; }

#top-head-title {
  font-size: 16px;
  font-weight: bold;
  width: 420px;
  line-height: 1.4;
  margin: 0; }

.top-contents-wrap {
  margin-top: 50px; }

h3.top-contents-title {
  font-size: 20px;
  font-weight: bold;
  border-left: #000e4e 6px solid;
  padding-left: 10px;
  margin-bottom: 12px;/*20px;*/ }

#whats-new-wrap {
  width: 100%;
  height: 300px;
  border: none; }

#search-block {
  height: 46px;
  position: relative;
  width: 600px; }
  #search-block input {
    width: 554px;
    font-size: 16px;
    padding: 0 10px;
    border: #dbdbdb 1px solid;
    border-radius: 5px 0 0 5px;
    height: 46px;
    margin: 0; }
  #search-block button {
    width: 46px;
    height: 46px;
    background-color: #000e4e;
    color: #FFF;
    -webkit-box-align: center;
            align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    #search-block button:hover {
      opacity: 0.8; }
    #search-block button img {
      vertical-align: top; }

#purpose-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin: -15px 0 0;
  list-style: none; }
  #purpose-list button {
    width: 182px;
    background: #000e4e;
    margin-top: 15px;
    padding: 22px 0;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: none;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer; }
    #purpose-list button:hover {
      opacity: 0.8; }

#category-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin: -15px 0 0;
  list-style: none; }
  #category-list button {
    width: 182px;
    min-height: 130px;
    background: #eeeeee;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
    border: #dbdbdb 1px solid;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    #category-list button:hover {
      opacity: 0.8; }
    #category-list button img {
      margin: 0 auto; }
      #category-list button img.mt5 {
        margin-top: 5px; }
      #category-list button img.mt10 {
        margin-top: 10px; }
    #category-list button p {
      margin: auto auto 0; }

.information-wrap.flex-column2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .information-wrap.flex-column2 > div {
    width: 378px;
    position: relative; }

.information-button a {
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  vertical-align: middle;
  background: #000e4e;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  min-height: 70px;
  position: relative;
  font-size: 14px; }
  .information-button a.bt-proav {
    padding: 0 0 0 5px; }
  .information-button a.bt-support::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%; }
  .information-button a:hover {
    opacity: 0.8;
    color: #FFF; }
  .information-button a img.space15-r {
    margin-right: 15px; }
  .information-button a img.space10-l {
    margin-left: 10px; }
