/* ========================= [ base ] */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
}

/* ========================= [ #page ] */

#page {
  width: 100vw;
  margin: 0;
  padding: 0;
  position: relative;
}

/* ===== #navi */
#navi {
  width: 90%;
  height: 45px;
  position: relative;
  display: flex;
  margin: 0;
  padding: 2% 5% 0;
  background: #000;
  z-index: 999;
}

#navi .logo {
  width: 108px;
  height: 32px;
}
#navi .logo img {
  width: 100%;
  margin-top: 7px;
}

#navi .head-navi {
  float: right;
  height: 15px;
  font-size: 13px;
  margin: 8px 0 0;
}

#navi .head-navi li {
  display: inline;
  font-size: 13px;
  padding: 0 10px;
  border-right: 1px #333 solid;
}

#navi .head-navi li:last-child {
  border: none;
}

/* ===== #copy */
#copy {
  position: relative;
  height: 30px;
  margin-top: -30px;
  border-top: 1px #000000 solid;
  background: #202020;
  color: #ffffff;
  font-size: 11px;
  z-index: 10;
}

#content-wrap {
  padding-bottom: 1rem;
  /* Footer height */
}

footer {
  position: relative;
  padding: 3% 0;
  width: 100%;
  font-size: 11px;
  background: #000;
  /*border-top: 1px #000000 solid;*/
  color: #fff;
  z-index: 20;
}

/* ============================================== [ 以上模版不可編輯] */

/* ============================================ [ 以下模版可進行編輯 ] */

/* ========================= [ #main ] */
#main {
  width: 100vw;
  height: auto;
  background-image: url(page_bg.png);
  background-repeat: repeat;
}

/* ===== #head */
#main #head {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#main #head .slogan {
  position: relative;
  width: 100%;
}
#main #head .slogan img {
  position: relative;
  width: 100%;
}

#main #head .bt-purchase {
  width: 75%;
}

.content {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: -10%;
}

.content img {
  width: 100%;
}

.cv-area {
  margin: 0 auto;
  width: 80%;
  padding-top: 5%;
}

.cv-area li {
  padding-bottom: 31px;
  z-index: 9999;
}

.section3 .premium_list li {
  width: 70%;
  padding-bottom: 10%;
}

.notice {
  padding-bottom: 5%;
}
