@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..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%;
  font: inherit;
  vertical-align: baseline;
}

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 {
  content: "";
  content: none;
}

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

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

input, button, textarea {
  outline: none;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a {
  color: #666;
}

body {
  font-family: "Noto Sans", sans-serif, serif;
  line-height: 140%;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #212721;
}

input, textarea, select {
  padding-left: 5px;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  margin: 0;
}

input[type=radio], input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
}

button {
  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
  cursor: pointer;
}

iframe, video {
  width: 100%;
  max-width: 100%;
}

a {
  color: #212721;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.flex, .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}

#scrollBars::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 10px;
}

#scrollBars::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#scrollBars::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #DA8F8F), color-stop(0.72, #DA8F8F), color-stop(0.86, #DA8F8F));
}

.container {
  margin: auto;
  max-width: 1920px;
}

footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
}
footer .container .row {
  padding: 0;
}
footer .container .row div {
  flex: 0 0 25%;
  text-align: center;
  background-color: #a1c90f;
  line-height: 25px;
  padding: 10px 0 5px;
  border-left: solid 1px #fff;
}
footer .container .row div a {
  color: #fff;
  font-size: 14px;
}
footer .container .row div svg {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 3px;
}
@media (max-width: 576px) {
  footer .container .row div span {
    display: block;
  }
}
footer .container .row div:first-child {
  border-left: none;
}

.formWrap {
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .formWrap .container {
    padding-top: 0;
  }
}
.formWrap .title {
  font-size: 36px;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  padding-bottom: 50px;
}
.formWrap .title span {
  position: relative;
}
.formWrap .content {
  max-width: 1140px;
  margin: auto;
  padding: 50px 30px 50px;
}
@media (max-width: 576px) {
  .formWrap .content {
    padding: 50px 0 0px;
  }
}
.formWrap .content .row {
  padding: 0;
}
.formWrap .content .row .col {
  flex: 0 0 50%;
  padding: 0 30px;
}
@media (max-width: 576px) {
  .formWrap .content .row .col {
    flex: 0 0 100%;
  }
}
.formWrap .content .row .col .inputRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.formWrap .content .row .col .inputRow input[type=text], .formWrap .content .row .col .inputRow select {
  flex: 0 0 100%;
  height: 45px;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  padding: 0;
  background-color: transparent;
}
.formWrap .content .row .col .inputRow input[type=text] option, .formWrap .content .row .col .inputRow select option {
  color: #000 !important;
}
.formWrap .content .row .col .inputRow input[type=text] {
  padding-left: 10px;
}
.formWrap .content .row .col .inputRow label {
  flex: 0 0 100%;
  padding-left: 5px;
  position: relative;
}
.formWrap .content .row .col .inputRow label span {
  position: absolute;
  left: -10px;
  top: 0px;
  color: #c02;
}
.formWrap .content #twzipcode {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formWrap .content #twzipcode input {
  display: none;
}
.formWrap .content #twzipcode p {
  flex: 0 0 100%;
  padding-left: 5px;
}
.formWrap .content #twzipcode select {
  flex: 0 0 calc(50% - 30px);
  height: 45px;
  border: solid 1px #bdbdbd;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  padding: 0;
  margin-bottom: 30px;
  background-color: transparent;
}
@media (max-width: 576px) {
  .formWrap .content #twzipcode select {
    flex: 0 0 100%;
  }
}
.formWrap .content #twzipcode select option {
  color: #000 !important;
}
.formWrap .content .rowCode {
  padding: 0 30px;
}
.formWrap .content .rowCode div {
  position: relative;
}
.formWrap .content .rowCode div a {
  position: absolute;
  right: 0;
  bottom: -5px;
  border: none !important;
}
.formWrap .content .rowCode div input {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  padding: 0;
  background-color: transparent;
}
.formWrap .content .checkWrap {
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 375px) {
  .formWrap .content .checkWrap {
    font-size: 13px;
  }
}
.formWrap .content .checkWrap input[type=checkbox] {
  position: relative;
  top: 2px;
  left: -3px;
}
.formWrap .content .checkWrap a {
  border-bottom: solid 1px #212121;
}
.formWrap .content .sendWrap {
  text-align: center;
  padding: 10px 30px;
}
.formWrap .content .sendWrap button {
  width: 150px;
  line-height: 52px;
  display: block;
  background-color: #a1c90f;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  margin: auto;
  border: none;
}

.companyContent {
  padding-top: 50px;
  max-width: 1140px;
  margin: auto;
}
.companyContent .companyData {
  padding-bottom: 30px;
}
.companyContent .companyData .row {
  align-items: center;
}
.companyContent .companyData .row .data {
  padding: 30px;
  flex: 0 0 50%;
}
@media (max-width: 960px) {
  .companyContent .companyData .row .data {
    flex: 0 0 100%;
    padding-top: 0;
  }
}
.companyContent .companyData .row .data .dataCol {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
@media (max-width: 960px) {
  .companyContent .companyData .row .data .dataCol {
    padding: 5px 0;
  }
}
.companyContent .companyData .row .data .dataCol span {
  flex: 0 0 100px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .companyContent .companyData .row .data .dataCol span {
    flex: 0 0 100%;
    font-size: 14px;
  }
}
.companyContent .companyData .row .data .dataCol strong {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .companyContent .companyData .row .data .dataCol strong {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 17px;
  }
}
.companyContent .companyData .row .googleMap {
  padding: 30px;
  flex: 0 0 50%;
}
@media (max-width: 960px) {
  .companyContent .companyData .row .googleMap {
    flex: 0 0 100%;
    order: -2;
  }
}
.companyContent .companyData .row .googleMap iframe {
  width: 100% !important;
  height: 420px !important;
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
}
@media (max-width: 576px) {
  .companyContent .companyData .row .googleMap iframe {
    height: 360px !important;
  }
}
@media (max-width: 375px) {
  .companyContent .companyData .row .googleMap iframe {
    height: 300px !important;
    padding: 7.5px;
    border-radius: 15px;
  }
}

.companyDataEmpty .data {
  display: none;
}
.companyDataEmpty .row .googleMap {
  flex: 0 0 100%;
}

.companyDataEmptyAll {
  display: none;
}

.privacy {
  max-width: 1140px;
  margin: auto;
  padding: 80px 30px;
}
.privacy ol {
  list-style: auto;
  padding: 30px 20px;
}
.privacy ol li {
  padding-bottom: 20px;
  text-align: justify;
}
.privacy ol li p {
  padding-bottom: 10px;
}
.privacy ol li ul {
  list-style: cjk-ideographic;
  padding-left: 32px;
}
.privacy ol li ul li {
  padding-bottom: 5px;
}
.privacy h1 {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 15px;
  font-family: "Noto Serif TC", serif;
}

.rePage {
  text-align: center;
}
.rePage a {
  display: block;
  max-width: 128px;
  margin: auto;
  padding: 16px 25px;
  background-color: #e9e9e9;
  border-radius: 5px;
  color: #000;
}
.rePage a:hover {
  box-shadow: 0px 2px 7px #939393;
}

.editBtn, .deleteBtn {
  display: none !important;
}

.pc {
  display: block !important;
}
@media (max-width: 576px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media (max-width: 576px) {
  .mobile {
    display: block !important;
  }
}
.mobile img {
  width: 100%;
  max-width: 576px;
}

.insertedGraphics .graphicLayout {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.insertedGraphics .graphicLayout .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
.insertedGraphics .graphicLayout .col-2-xs {
  flex: 0 0 100%;
  max-width: 100%;
}
.insertedGraphics .graphicLayout .col-2:nth-child(1) {
  padding-right: 30px;
}
.insertedGraphics .graphicLayout .col-2:nth-child(2) {
  padding-left: 30px;
}
.insertedGraphics .graphicLayout .col-2-xs:nth-child(1) {
  margin-bottom: 15px;
}
.insertedGraphics .graphicLayout .col-2-xs:nth-child(2) {
  margin-top: 15px;
}

.map {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.map .mask {
  display: none;
  position: sticky;
  top: 15px;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 576px) {
  .map .mask {
    display: block;
  }
}
.map .mask img {
  max-width: 47px;
  position: absolute;
  width: 47px !important;
  animation: hand 3s infinite ease-in-out;
}
@media (max-width: 576px) {
  .map #aerial {
    max-width: initial;
    width: 1000px;
  }
}

@keyframes hand {
  from {
    left: 30%;
  }
  to {
    left: 70%;
  }
}
.listWrap {
  max-width: 1280px;
  margin: 60px auto;
}
.listWrap .areaSelect {
  margin-bottom: 30px;
  text-align: right;
}
.listWrap .areaSelect select {
  width: 168px;
  height: 42px;
  border-radius: 5px;
  border: solid 1px #bfbfbf;
}
.listWrap .edmTable .header {
  border-top: solid 1px #e2e4e3;
  margin-top: 5px;
  background-color: #f1f4f9;
}
.listWrap .edmTable .row {
  padding: 0;
  border-bottom: solid 1px #e2e4e3;
  cursor: pointer;
}
.listWrap .edmTable .row:hover {
  background-color: #fafafa;
}
.listWrap .edmTable .row section {
  border-left: solid 1px #e2e4e3;
  text-align: left;
  line-height: 40px;
  padding: 15px;
}
.listWrap .edmTable .row .list {
  flex: 0 0 10%;
}
.listWrap .edmTable .row .state {
  flex: 0 0 10%;
  border-right: solid 1px #e2e4e3;
  text-align: center;
}
.listWrap .edmTable .row .state i {
  font-size: 20px;
  color: #6c727e;
}
.listWrap .edmTable .row .area {
  flex: 0 0 15%;
}
.listWrap .edmTable .row .name {
  flex: 0 0 40%;
}
.listWrap .edmTable .row .view {
  flex: 0 0 25%;
}
.listWrap .edmTable .row .view .selected {
  position: relative;
  width: 200px;
  border: solid 1px #e2e4e3;
  height: 40px;
  border-radius: 5px;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  color: #6c727e;
}
.listWrap .edmTable .row .view .selected img {
  position: absolute;
  right: 10px;
  top: 15px;
  line-height: 0;
}
.listWrap .edmTable .row .view .selected .options {
  position: absolute;
  top: 105%;
  left: 0px;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 3;
  box-shadow: 0px 0px 12px #b2b4b7;
  background: #fff;
}
.listWrap .edmTable .row .view .selected .options a {
  display: block;
  padding-left: 10px;
}
.listWrap .edmTable .row .view .selected .options a:hover {
  background-color: #f1f4f9;
}
.listWrap .edmTable .row .view .selected .optionsToggle {
  display: block;
}
.listWrap .edmTable .closeRow {
  cursor: no-drop;
  background-color: #fafafa;
}

.pageWrap {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin: 100px auto;
}
.pageWrap a, .pageWrap span {
  display: inline-block;
  margin: 0 5px;
}

.copyright {
  position: fixed;
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 48px;
  bottom: 0;
  left: 0;
  background-color: #f1f4f9;
}

.deleteBlockBtn {
  display: none;
}

.insertedSlick .slick .slider img {
  width: 100%;
}
.insertedSlick .slick .arrow {
  background-color: transparent;
  font-size: 26px;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 50%;
  border: none;
  cursor: pointer;
}
.insertedSlick .slick .prevArrow {
  left: 30px;
}
.insertedSlick .slick .nextArrow {
  right: 30px;
}
.insertedSlick .slick .slick-dots {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 36px;
  width: 100%;
  left: 0;
}
.insertedSlick .slick .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 1px #bfbfbf;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 5px;
  cursor: pointer;
}
.insertedSlick .slick .slick-dots li button {
  display: none;
}
.insertedSlick .slick .slick-dots .slick-active {
  background-color: #ffffff;
}

.slick-slide img {
  width: 100%;
}

.sortable-ghost {
  opacity: 0.4;
  border: 2px dashed #d80c18;
}/*# sourceMappingURL=style.css.map */