// Global Sheet *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding: 0; &:before, &:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } *{ outline:none; } a { text-decoration: none; outline:none; &:hover, &:focus { outline:none; transition:0.3s ease 0s; -moz-transition:0.3s ease 0s; -webkit-transition:0.3s ease 0s; } } img { vertical-align: middle; } body { background-color: #aaaaaa; margin: 0; padding: 0; color: $black; font-family:$arial-font; } header, section, footer, aside, article, figure { display: block; } .clr{ clear:both; line-height:0; font-size:0; } input[type="text"]{ border:1px solid $main-blue; border-radius: 0px; } select{ -webkit-appearance: menulist-button; -webkit-border-radius: 0px; border-radius: 0px; border:1px solid $main-blue; } .dn{ display:none; } .dn-h{ height: 0px; opacity: 0; display: table-column; width: 0px !important; } .db{ display:block; } .click-disable{ pointer-events:none; opacity:0.4; }