@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
button,
a,
table {
  font-family: "Noto Sans TC", "Roboto", sans-serif;
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* for Chrome、Safari */
  -moz-user-select: none; /* for Mozilla、Firefox */
}

button,
a {
  cursor: pointer;
}

body {
  background-color: #fcfcea;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
body .main {
  width: 1440px;
  height: 1080px;
  box-sizing: border-box;
  padding: 30px;
  border: 3px solid #808080;
  margin: 0 auto;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/vive_bg.png);
  background-size: cover;
  background-position: center;
}
body .main .tool {
  width: 443px;
  height: 100%;
  margin-right: 30px;
  display: grid;
  grid-template-rows: 25% 75%;
}
body .main .tool .tool_list {
  background-color: #fff;
  box-sizing: border-box;
  border: 3px solid #808080;
}
body .main .tool .tool_list .title {
  width: 100%;
  height: 50px;
  text-align: center;
  border-bottom: 3px solid #2fb390;
  font-size: 32px;
  font-weight: 600;
  background-color: #fff68c;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .tool .tool_list .title img {
  width: 40px;
  margin-right: 5px;
}
body .main .tool .tool_list .title span {
  transform: translateY(2.5px);
}
body .main .tool .tool_list .content {
  padding: 22.5px 30px;
  display: flex;
  justify-content: space-between;
}
body .main .tool .tool_list .content button {
  width: calc(25% - 22.5px);
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
}
body .main .tool .tool_list .content button img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
body .main .tool .tool_list .content button:hover, body .main .tool .tool_list .content button.active {
  background-color: #ccc;
}
body .main .tool .tool_list #size_content,
body .main .tool .tool_list #tolerance_content {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
}
body .main .tool .tool_list #size_content input,
body .main .tool .tool_list #tolerance_content input {
  width: calc(100% - 65px);
}
body .main .tool .tool_list #size_content #show_size,
body .main .tool .tool_list #size_content #tolerance_show_size,
body .main .tool .tool_list #tolerance_content #show_size,
body .main .tool .tool_list #tolerance_content #tolerance_show_size {
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .tool .tool_list #size_content #show_size #show_size_content,
body .main .tool .tool_list #size_content #show_size #tolerance_show_size_content,
body .main .tool .tool_list #size_content #tolerance_show_size #show_size_content,
body .main .tool .tool_list #size_content #tolerance_show_size #tolerance_show_size_content,
body .main .tool .tool_list #tolerance_content #show_size #show_size_content,
body .main .tool .tool_list #tolerance_content #show_size #tolerance_show_size_content,
body .main .tool .tool_list #tolerance_content #tolerance_show_size #show_size_content,
body .main .tool .tool_list #tolerance_content #tolerance_show_size #tolerance_show_size_content {
  width: 30%;
  padding-bottom: 30%;
  background-color: #000;
  border-radius: 999px;
}
body .main .tool .color {
  background-color: #fff;
  box-sizing: border-box;
  border: 3px solid #808080;
  margin-top: 30px;
  position: relative;
}
body .main .tool .color .title {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 55px;
  border-bottom: 3px solid #2fb390;
  font-size: 32px;
  font-weight: 600;
  background-color: #fff68c;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .main .tool .color .title img {
  width: 40px;
  margin-right: 5px;
}
body .main .tool .color .title span {
  transform: translateY(2.5px);
}
body .main .tool .color .content {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 30px 10px 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
body .main .tool .color .content button {
  width: calc(16.6666666667% - 5px);
  border: none;
  padding-bottom: calc(16.6666666667% - 5px);
  margin-bottom: 5px;
  cursor: pointer;
}
body .main .tool .color .customize {
  width: 100%;
  box-sizing: border-box;
  padding: 0 30px;
}
body .main .tool .color .customize ._main_color {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 15px auto;
}
body .main .tool .color .customize ._main_color button {
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  border-radius: 999px;
  padding-bottom: 30px;
  box-sizing: border-box;
  border: none;
  background-color: #fff;
  border: 1px solid #ccc;
}
body .main .tool .color .customize ._main_color span {
  font-size: 22px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 900;
  margin-top: 5px;
}
body .main .tool .color .customize .customize_color {
  width: 100%;
}
body .main .tool .color .customize .customize_color .revise_color {
  margin-bottom: 15px;
}
body .main .tool .color .customize .customize_color .customize_color_content {
  width: 100%;
  height: 75px;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: 50% 50%;
  position: relative;
}
body .main .tool .color .customize .customize_color .customize_color_content #color_selection {
  position: absolute;
  left: calc(100% + 5px);
  bottom: 25px;
  width: 270px;
  height: 145px;
  z-index: 1;
}
body .main .tool .color .customize .customize_color .customize_color_content #color_selection button {
  width: 35px;
  height: 35px;
  background: #808080;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  border-radius: 999px;
  position: absolute;
  right: 0;
  left: 0;
  top: -15px;
  margin: auto;
}
body .main .tool .color .customize .customize_color .customize_color_content #color_selection input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
body .main .tool .color .customize .customize_color .customize_color_content button {
  border: none;
  margin: 2.5px;
}
body .main .tool .color .customize .customize_color .customize_color_content button img {
  display: none;
}
body .main .tool .color .customize .customize_color .customize_color_content button input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
}
body .main .tool .color .customize .customize_color span {
  margin-top: 7.5px;
  height: 22.5px;
  font-size: 22px;
  font-weight: 900;
  width: 100%;
  display: block;
  text-align: center;
}
body .main .tool .color .color_btn {
  margin-top: 30px;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  text-align: center;
  line-height: 53px;
  font-size: 24px;
  font-weight: 600;
}
body .main .tool .color .color_btn button {
  margin-left: 7.5px;
  margin-right: 7.5px;
  box-shadow: 5px 5px 10px #808080;
  height: 45px;
  width: 125px;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #77c4a1;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
body .main .tool .color .color_btn button img {
  display: none !important;
}
body .main .tool .color .color_btn button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body .main .tool .color .color_btn button:hover {
  background-color: #77c4a1;
  color: #fff;
}
body .main .canvas {
  width: 900px;
  position: relative;
}
body .main .canvas .canvas_box {
  width: 900px;
  height: 900px;
  background-color: #fff;
  box-sizing: border-box;
  border: 3px solid #808080;
  position: absolute;
  top: 0;
  left: 0;
}
body .main .canvas .btn {
  margin-top: 25px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 900px;
  left: 0;
}
body .main .canvas .btn button {
  white-space: nowrap;
  margin-left: 7.5px;
  margin-right: 7.5px;
  box-shadow: 5px 5px 10px #808080;
  height: 75px;
  width: 235px;
  font-size: 2.5rem;
  font-weight: 600;
  background-color: #fff;
  border-radius: 65px;
  border: 1px solid #77c4a1;
  cursor: pointer;
  transition: 0.3s;
  color: #000;
}
body .main .canvas .btn button:hover {
  background-color: #77c4a1;
  color: #fff;
}
body .illustrate {
  width: 1440px;
  height: 1080px;
  box-sizing: border-box;
  padding: 30px;
  border: 3px solid #808080;
  margin: 0 auto;
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 999;
  background-image: url(../images/bg.png);
  background-size: cover;
}
body .illustrate .illustrate_top {
  left: 30px;
  top: 20px;
  position: absolute;
  width: calc(100% - 275px);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .illustrate .illustrate_top h1 img {
  width: 560px;
}
body .illustrate .illustrate_top button {
  background-color: transparent;
  border: none;
  color: #fff;
  width: 175px;
  font-size: 48px;
  border-radius: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
body .illustrate .illustrate_top button img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .illustrate .illustrate_top button:hover {
  background-color: transparent;
}
body .illustrate .illustrate_bottom {
  left: 75px;
  top: 200px;
  position: absolute;
  width: calc(100% - 250px);
  height: calc(100% - 150px - 80px);
  box-sizing: border-box;
  overflow: hidden;
}
body .illustrate .illustrate_bottom .illustrate_bottom_track {
  width: 100%;
  height: 100%;
  display: flex;
  transition: 0.6s;
}
body .illustrate .illustrate_bottom .illustrate_bottom_track .item {
  box-sizing: border-box;
  display: none;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
body .illustrate .illustrate_bottom .illustrate_bottom_track .item img {
  width: 100%;
}
body .illustrate .illustrate_bottom .illustrate_bottom_track .item h2 {
  font-size: 52px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
body .illustrate .illustrate_bottom .illustrate_bottom_track .item p {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
  display: flex;
}
body .illustrate .illustrate_bottom .illustrate_bottom_track .item p::before {
  content: url(../images/icon.png);
  margin-right: 15px;
}
body .illustrate .illustrate_bottom .illustrate_bottom_track .item p:last-child {
  margin-bottom: 0;
}
body .illustrate .bookmark {
  position: absolute;
  right: 0;
  top: 85px;
}
body .illustrate .bookmark ul li {
  text-align: center;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-lr;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 30px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.6s;
  margin-left: auto;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  height: 250px;
}
body .illustrate .bookmark ul li:last-child {
  margin-bottom: 0;
}
body .illustrate .bookmark ul li img {
  width: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}
body .illustrate .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fcfcea;
  z-index: 1;
  display: flex;
  cursor: pointer;
}
body .illustrate .cover img {
  width: 100%;
}

img {
  -webkit-user-drag: none;
}

#mask {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}

#mask.active {
  opacity: 1;
  pointer-events: auto;
}

#archive_win, #remake_win, #return_win {
  width: 425px;
  min-height: 285px;
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
  display: grid;
  grid-auto-rows: 40px calc(100% - 40px);
}
#archive_win .title, #remake_win .title, #return_win .title {
  background-color: #7fa17e;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#archive_win .title span, #remake_win .title span, #return_win .title span {
  transform: translateY(2.5px);
}
#archive_win .title button, #remake_win .title button, #return_win .title button {
  padding: 0;
  width: 35px;
  height: 30px;
  font-size: 30px;
  margin: 0;
  position: absolute;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e84730;
  border-radius: 5px;
  bottom: 5px;
  right: 32.5px;
}
#archive_win .content, #remake_win .content, #return_win .content {
  background-color: #fff;
  padding: 30px 30px 15px 30px;
  font-size: 18px;
  line-height: 1.5;
  display: grid;
  grid-template-rows: auto 32.5px;
}
#archive_win .content p, #remake_win .content p, #return_win .content p {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#archive_win .content p._title, #remake_win .content p._title, #return_win .content p._title {
  display: flex;
  align-items: center;
}
#archive_win .content p._title .icon, #remake_win .content p._title .icon, #return_win .content p._title .icon {
  margin-right: 10px;
}
#archive_win .content p.remake_text, #remake_win .content p.remake_text, #return_win .content p.remake_text {
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
}
#archive_win .content p.remake_text .icon, #remake_win .content p.remake_text .icon, #return_win .content p.remake_text .icon {
  position: absolute;
  right: calc(100% + 5px);
  top: 5px;
}
#archive_win .content .radio, #remake_win .content .radio, #return_win .content .radio {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 30px;
  margin-left: 1.75em;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 900;
}
#archive_win .content .radio span, #remake_win .content .radio span, #return_win .content .radio span {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27px;
  box-sizing: border-box;
  border: 1px solid #000;
  margin-right: 5px;
}
#archive_win .content .radio span input, #remake_win .content .radio span input, #return_win .content .radio span input {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
#archive_win .content .radio.active span::before, #remake_win .content .radio.active span::before, #return_win .content .radio.active span::before {
  content: "";
  background-image: url(../images/done_icon.svg);
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#archive_win .content a, #remake_win .content a, #return_win .content a {
  margin-top: 40px;
  display: block;
  margin-left: auto;
  height: 32.5px;
  width: 69.5px;
  background-color: #f4a300;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
#archive_win .content .btn, #remake_win .content .btn, #return_win .content .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
#archive_win .content .btn button, #remake_win .content .btn button, #return_win .content .btn button {
  height: 32.5px;
  width: 70px;
  background-color: #f4a300;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}
#archive_win .content .btn button:nth-child(1), #remake_win .content .btn button:nth-child(1), #return_win .content .btn button:nth-child(1) {
  margin-right: 5px;
}
#archive_win .content .btn button:nth-child(2), #remake_win .content .btn button:nth-child(2), #return_win .content .btn button:nth-child(2) {
  width: calc(100% - 75px);
}
#archive_win.active, #remake_win.active, #return_win.active {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=ui.css.map */