:root {
    --theme-color: #e60012;
    --sub-color: #d72c26;
    --main-fs: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}

html,body {
    scroll-behavior: smooth;
    word-break: break-word;
    cursor: pointer;
}
.reset_style a:hover {
	    color: #e60012 !important;
    font-weight: 700 !important;
}

.p_page {
	padding-top: 10px;
  padding-bottom: 10px;
}