﻿ html,body{margin: 0;padding: 0;} .pagebox{ position:relative; }@font-face { font-family: barlowsemicondensed-medium; src: url('../font/barlowsemicondensed-medium.woff-webfont.ttf') format('truetype'); } a{text-decoration:none;} a:hover,a:active{text-decoration:none;} a:focus{text-decoration:none;} ::placeholder{ font-size:12px !important; }  ::-webkit-scrollbar { width: 9px; background-color: #fff; } ::-webkit-scrollbar-thumb { border: solid 2px #fff; width: 5px; border-radius: 0px; background-color: #666; } ::-webkit-scrollbar-corner { background-color: #fff; } ::-webkit-scrollbar:horizontal { height: 9px; } ::-webkit-selection { background: #a6acb3; color: #fff; } ::-moz-selection { background: #a6acb3; color: #fff; } ::selection { background: #a6acb3; color: #fff; }  @keyframes circleProgressLoad_right { 0% { transform: rotate(45deg); } 50%, 100% { transform: rotate(225deg); } } @keyframes circleProgressLoad_left { 0%, 50% { transform: rotate(45deg); } 100% { transform: rotate(225deg); } }