@charset "UTF-8";

/*=====pageTop=====*/
#pageTop {
  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 8;
  cursor: pointer;
  transition: 0.3s;
}

#pageTop:hover {
  opacity: 0.8 !important;
}

#pageTop a:hover,
#pageTop a:active,
#pageTop:hover,
#pageTop a:hover img {
  opacity: 1;
}

.page_top_icon {
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  box-shadow: 0 5px 0 #00000027;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page_top_icon img {
  width: 100%;
  height: auto;
  max-width: 14px;
}

.page_top_icon p {
  line-height: 16px;
  font-size: 15px;
  font-weight: bold;
  color: #0950A0;
}

.page_top_icon p:first-of-type {
  margin: 3px 0 2px;
}

/*=====*/

.footerArea {
  background-color: #0950A0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 45px;
  position: absolute;
  bottom: 0;
}

.icn_foot {
  position: absolute;
  left: 50%;
  display: flex;
  bottom: 33px;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {

}
