/* greeting */
#introduceBox .thumb .sign { left: 20%; font-size: 0.9rem; padding: 10px 20px 15px 0; }
@media  (min-width:601px) and (max-width:700px) {
  #introduceBox .thumb .sign { top: auto; left:0 !important; }
}
@media screen and (max-width:600px) {
 #introduceBox .thumb .sign	 {left:auto !important;}
}
@media screen and (max-width: 400px) {
 #introduceBox .thumb .sign{ position: relative; top: 0; width: 100%; height: auto; padding-left: 15px; text-align: left; }
  #introduceBox .thumb{ padding-bottom: 10px; }
}

/* Center location */
.box-inner h1{ position: absolute; top: 50%; left: 50%; margin-top: -17px; margin-left: -67.5px;  font-size: 22px !important; }

/* Center schedule */
.link-content .research-text h1{ text-align: center !important; }
.link-content .research-box .research-logo{ display: none !important; }
.link-content .research-box .research-textbox{ width: 100%; margin-left: 0 !important; text-align: center !important; }

