@charset "UTF-8";
/* 全局設定 */
/*
Pork Jackson BG2019
*/
/* 寬度參數 */
/* 基本 RWD 判斷 */
/* 判斷一般中小型手機可能旋轉螢幕 */
/* 基本 RWD 判斷，針對可能如 iPhone X 這類超高比例螢幕
  最大寬度 不超過450，最小高度，不低於800
*/
/* ------- 各種單體定義 ------- */
html {
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

body {
  overflow-x: hidden;
  height: 100dvh;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: 0;
}

button:active {
  opacity: 0.5;
}

p {
  word-wrap: break-word;
}

/*# sourceMappingURL=basic.css.map */
