@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.mainArea {
  position: relative;
}
@media only screen and (max-width: 960px) {
  #siteID img {
    width: auto !important;
    max-width: 90px;
  }
}
@media screen and (max-width: 834px) {
  #siteID img {
    width: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .main_txt {
    left: 50% !important;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 40px !important;
  }
}
