@charset "UTF-8";
.preview-note {
  background: #232323;
  color: #fff;
  font-size: 36px;
  padding: 33px 20px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .preview-note {
    font-size: 24px;
  }
}

.preview-tool {
  background: #232323;
  padding: 33px 20px;
  margin-bottom: 40px;
}

.event-title {
  color: #232323;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .event-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.event-title span {
  position: relative;
  text-decoration: underline;
  text-decoration-color: rgba(255, 203, 46, 0.2);
  text-decoration-thickness: 15px;
  text-underline-offset: -15px;
  display: inline-block; /* 可換行 */
  white-space: normal; /* 允許自動換行 */
  word-break: break-word; /* 遇到長字可斷行 */
}

.event-main {
  padding: 20px;
}
.event-main .event-content {
  background: #fff;
  padding: 40px 40px 0 40px;
  border-radius: 40px;
  background-image: url(../images/grids.png);
  background-repeat: repeat;
}
@media (max-width: 992px) {
  .event-main .event-content {
    padding: 40px 20px 0 20px;
  }
}
.event-main .event-content .breadcrumbs {
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 14px;
  color: #737373;
  margin-bottom: 40px;
}
.event-main .event-content .breadcrumbs li {
  display: flex;
}
.event-main .event-content .breadcrumbs li:not(:last-child):after {
  content: ">";
  margin: 0 10px;
  color: #abcdfe;
}
.event-main .event-content .breadcrumbs li * {
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
.event-main .event-content .breadcrumbs li .active {
  color: #abcdfe;
  border-bottom: 1px #abcdfe solid;
  display: block;
}
.event-main .event-content .breadcrumbs li span {
  color: #2e81fd;
}
.event-main .event-content .event-cover {
  text-align: center;
  padding: 40px 0 35px 0;
}
.event-main .event-content .event-cover img {
  max-width: 100%;
  border-radius: 40px;
}
.event-main .event-content .event-info {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 40px 0;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info {
    display: block;
    padding: 40px 0 20px 0;
  }
}
.event-main .event-content .event-info article {
  width: 49%;
}
.event-main .event-content .event-info article.full {
  width: 100%;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info article {
    width: 100%;
  }
}
.event-main .event-content .event-info article .block-info {
  border-bottom: 1px #82b3fe solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info article .block-info {
    padding-bottom: 5px;
  }
}
.event-main .event-content .event-info article .block-info .name {
  color: #589afd;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 2.4px;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info article .block-info .name {
    margin-bottom: 10px;
  }
}
.event-main .event-content .event-info article .block-info .name:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffcb2e;
  position: absolute;
  left: 0;
  top: 6px;
}
.event-main .event-content .event-info article .block-info .tag {
  background: linear-gradient(180deg, #82b3fe 0%, #2e81fd 100%);
  color: #fff;
  border-width: 0px;
  line-height: 40px;
  padding: 0 15px;
  height: 40px;
  border-radius: 999px;
  margin-bottom: 10px;
  margin-right: 3px;
  display: inline-block;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info article .block-info .tag {
    font-size: 14px;
  }
}
.event-main .event-content .event-info article .block-info p {
  color: #737373;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info article .block-info p {
    font-size: 14px;
    line-height: 20px;
  }
}
.event-main .event-content .event-info article .block-info .connect {
  padding: 0;
  list-style: none;
  margin: 0;
}
.event-main .event-content .event-info article .block-info .connect li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #737373;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info article .block-info .connect li {
    font-size: 14px;
  }
}
.event-main .event-content .event-info article .block-info .connect li:last-of-type {
  margin-bottom: 0;
}
.event-main .event-content .event-info article .block-info .connect li.phone:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/phone.svg) no-repeat center center;
  background-size: 20px 20px;
  left: 0;
  top: 4px;
}
.event-main .event-content .event-info article .block-info .connect li.mail:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/mail.svg) no-repeat center center;
  background-size: 20px 20px;
  left: 0;
  top: 5px;
}
.event-main .event-content .event-info article .block-info .map {
  margin-top: 10px;
}
.event-main .event-content .event-info article .block-info .map > div {
  position: relative;
  width: 100%;
  padding-top: 52%;
}
.event-main .event-content .event-info article .block-info .map > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.event-main .event-content .event-info article .block-info .qa-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.event-main .event-content .event-info article .block-info .qa-list li {
  margin-bottom: 20px;
}
.event-main .event-content .event-info article .block-info .qa-list li:last-child {
  margin-bottom: 0;
}
.event-main .event-content .event-info article .block-info .qa-list li .q {
  font-weight: 500;
  font-size: 18px;
  color: #737373;
  position: relative;
  cursor: pointer;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info article .block-info .qa-list li .q {
    font-size: 14px;
  }
}
.event-main .event-content .event-info article .block-info .qa-list li .q:after {
  content: "";
  background: url("../images/qa-arrow.svg") center center no-repeat;
  width: 18px;
  height: 9px;
  background-size: 18px 9px;
  position: absolute;
  right: 0;
  top: 10px;
}
.event-main .event-content .event-info article .block-info .qa-list li .q.open:after {
  transform: rotate(180deg);
}
.event-main .event-content .event-info article .block-info .qa-list li .q.open + .a {
  display: block;
}
.event-main .event-content .event-info article .block-info .qa-list li .a {
  color: #737373;
  line-height: 30px;
  font-size: 16px;
  display: none;
  margin-top: 10px;
}
.event-main .event-content .event-info aside {
  width: 49%;
  padding: 4px;
  top: 100px;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info aside.iaminterest {
    z-index: 1000;
  }
}
@media (max-width: 992px) {
  .event-main .event-content .event-info aside {
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    left: 0;
    height: 60%;
    padding: 0;
    bottom: -100%;
    transition: bottom 0.3s ease;
  }
  .event-main .event-content .event-info aside.open {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .event-main .event-content .event-info aside {
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    left: 0;
    height: 99%;
    padding: 0;
    bottom: -100%;
    transition: bottom 0.3s ease;
  }
  .event-main .event-content .event-info aside.open {
    bottom: 0;
  }
}
.event-main .event-content .event-info aside .aside-wp {
  border-radius: 60px;
  border: 2px #82b3fe solid;
  height: 100%;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info aside .aside-wp {
    border: 0;
    box-shadow: 0 -2px 12px rgba(46, 129, 253, 0.2);
    background: #fff;
    border-radius: 15px;
    padding: 0 15px;
  }
}
.event-main .event-content .event-info aside .aside-wp .aside-box {
  position: relative;
  z-index: 1;
  border-radius: 60px;
  margin: auto;
  border: 4px #d5e6ff solid;
  height: 100%;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info aside .aside-wp .aside-box {
    border: 0;
  }
}
.event-main .event-content .event-info aside .aside-wp .aside-box .title {
  background: #fff;
  padding: 17px 10px;
  font-weight: bold;
  color: #589afd;
  text-align: center;
  border-radius: 55px 55px 0 0;
  position: relative;
  font-size: 16px;
}
@media (min-width: 993px) {
  .event-main .event-content .event-info aside .aside-wp .aside-box .title {
    background: #82b3fe;
    color: white;
    padding: 26px 10px;
    font-size: 20px;
  }
  .event-main .event-content .event-info aside .aside-wp .aside-box .title:before {
    position: absolute;
    content: "";
    background: url(../images/event-bg1.png) no-repeat top;
    background-size: contain;
    width: 32%;
    height: 86%;
    top: 1px;
    left: 10px;
  }
  .event-main .event-content .event-info aside .aside-wp .aside-box .title:after {
    position: absolute;
    content: "";
    background: url(../images/event-bg2.png) no-repeat bottom;
    background-size: contain;
    width: 41%;
    height: 98%;
    bottom: 0px;
    right: 10px;
  }
}
.event-main .event-content .event-info aside .aside-wp .aside-box .title .close {
  width: 24px;
  height: 24px;
  background: url(../images/icon/close.svg) no-repeat center center;
  background-size: 24px 24px;
  position: absolute;
  right: 10px;
  top: 18px;
  border: 0;
  padding: 0;
  z-index: 2;
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box {
  background: #fff;
  padding: 35px 10px;
  border: 2px #82b3fe solid;
  border-radius: 0 0 55px 55px;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info aside .aside-wp .aside-box .form-box {
    border: 0;
    border-bottom: 1px #d5e6ff dashed;
    border-top: 1px #d5e6ff dashed;
    border-radius: 0;
    height: calc(100% - 135px);
    overflow-x: auto;
    /* WebKit-specific styling for more detailed customization */
  }
  .event-main .event-content .event-info aside .aside-wp .aside-box .form-box::-webkit-scrollbar {
    width: 6px; /* Sets scrollbar width */
  }
  .event-main .event-content .event-info aside .aside-wp .aside-box .form-box::-webkit-scrollbar-thumb {
    background-color: #82b3fe; /* Sets thumb color */
    border-radius: 6px; /* Rounds the corners of the thumb */
  }
  .event-main .event-content .event-info aside .aside-wp .aside-box .form-box::-webkit-scrollbar-track {
    background-color: #eaf2ff; /* Sets track color */
  }
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 25px;
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box ul li.full {
  width: 100%;
}
@media (max-width: 768px) {
  .event-main .event-content .event-info aside .aside-wp .aside-box .form-box ul li {
    width: 100%;
  }
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box ul li label {
  font-size: 14px;
  color: #589afd;
  display: block;
  margin-bottom: 10px;
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box ul li label i {
  color: red;
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box .aside-content {
  padding: 0 20px;
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box .aside-content img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.event-main .event-content .event-info aside .aside-wp .aside-box .form-box .aside-content p {
  font-size: 20px;
  color: #737373;
  font-weight: 700;
  margin: 40px 0;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info aside.preview-aside {
    height: auto;
    position: relative;
  }
  .event-main .event-content .event-info aside.preview-aside.finish {
    margin: 40px 0;
  }
  .event-main .event-content .event-info aside.preview-aside .form-box {
    border-bottom: 0 !important;
  }
}
.event-main .event-content .event-info aside.preview-aside .aside-wp {
  box-shadow: none;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info aside.preview-aside .aside-wp {
    height: auto;
  }
}
@media (max-width: 767px) {
  .event-main .event-content .event-info aside.preview-aside .aside-wp {
    border: 2px #82b3fe solid;
    padding: 0;
  }
}
.event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box {
  border: 4px #d5e6ff solid;
}
@media (max-width: 767px) {
  .event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box {
    border: 0;
  }
}
.event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .title {
  background: #82b3fe;
  color: white;
  padding: 26px 10px;
  font-size: 20px;
}
.event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .title:before {
  position: absolute;
  content: "";
  background: url(../images/event-bg1.png) no-repeat top;
  background-size: contain;
  width: 32%;
  height: 86%;
  top: 1px;
  left: 10px;
}
.event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .title:after {
  position: absolute;
  content: "";
  background: url(../images/event-bg2.png) no-repeat bottom;
  background-size: contain;
  width: 41%;
  height: 98%;
  bottom: 0px;
  right: 10px;
}
@media (max-width: 767px) {
  .event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .title {
    background: #fff;
    padding: 17px 10px;
    font-weight: bold;
    color: #589afd;
    text-align: center;
    border-radius: 20px 20px 0 0;
    position: relative;
    font-size: 16px;
  }
  .event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .title:before, .event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .title:after {
    display: none;
  }
}
.event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .title .close {
  display: none;
}
.event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .form-box {
  height: auto;
}
@media (max-width: 992px) {
  .event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .form-box {
    border-radius: 0 0 55px 55px;
  }
}
@media (max-width: 767px) {
  .event-main .event-content .event-info aside.preview-aside .aside-wp .aside-box .form-box {
    padding-bottom: 0;
  }
}
.event-main .event-content .event-info aside .get-time {
  color: #82b3fe;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.fixed-join {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  border-radius: 15px;
  background: #fff;
  z-index: 2;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -2px 12px rgba(46, 129, 253, 0.2);
}
@media (max-width: 992px) {
  .fixed-join {
    display: flex;
  }
}
.fixed-join .go {
  background: linear-gradient(180deg, #82b3fe 0%, #2e81fd 100%);
  color: #fff;
  border-width: 0px;
  line-height: 40px;
  width: 180px;
  height: 40px;
  border-radius: 999px;
  display: block;
  font-size: 16px;
  position: relative;
}
.fixed-join .go::after {
  content: "";
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  margin-left: 15px;
}

.page-banner h1 {
  padding-left: 0;
}
.page-banner .step {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  max-width: 890px;
  width: 100%;
}
.page-banner .step li {
  padding: 0;
  margin: 0;
  width: 25%;
  color: #82b3fe;
  position: relative;
}
.page-banner .step li:first-of-type .bar {
  border-radius: 15px 0 0 15px;
}
.page-banner .step li:last-of-type .bar {
  border-radius: 0 15px 15px 0;
}
@media (max-width: 992px) {
  .page-banner .step li:last-of-type .bar {
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 767px) {
  .page-banner .step li:last-of-type .bar {
    border-radius: 0 8px 8px 0;
  }
}
.page-banner .step li.ing {
  color: #2e81fd;
}
.page-banner .step li.ing::before {
  content: "";
  background: url(../images/checked.png) no-repeat center center;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  display: block;
  position: absolute;
  left: 0px;
  top: -8px;
}
@media (max-width: 1440px) {
  .page-banner .step li.ing::before {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    top: -6px;
  }
}
@media (max-width: 767px) {
  .page-banner .step li.ing::before {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: 0px;
    top: -2px;
  }
}
.page-banner .step li.ing.not-step1::before {
  left: -15px;
}
.page-banner .step li.success {
  color: #2e81fd;
}
.page-banner .step li.success .bar {
  background: #2e81fd;
  border: 4px #fff solid;
}
.page-banner .step li .bar {
  width: 100%;
  height: 28px;
  background: #fff;
  margin-bottom: 10px;
  border-top: 4px #d5e6ff solid;
  border-bottom: 4px #d5e6ff solid;
  border-right: 2px #d5e6ff solid;
  border-left: 2px #d5e6ff solid;
}
@media (max-width: 1440px) {
  .page-banner .step li .bar {
    height: 16px;
    border-top: 1px #d5e6ff solid;
    border-bottom: 1px #d5e6ff solid;
  }
}
@media (max-width: 992px) {
  .page-banner .step li .bar {
    border-top: 1px #d5e6ff solid;
    border-bottom: 1px #d5e6ff solid;
  }
}
@media (max-width: 767px) {
  .page-banner .step li .bar {
    height: 16px;
    border-top: 1px #d5e6ff solid;
    border-bottom: 1px #d5e6ff solid;
  }
}
.page-banner .step li span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-banner .step li span {
    font-size: 14px;
  }
}

.apply-box {
  background-color: #fff;
  border-radius: 0 0 60px 60px;
  padding: 80px 0 0 0;
  background-image: url(../images/grids.png);
  background-repeat: repeat;
  position: relative;
}
.apply-box.step-bg::before {
  content: "";
  background: url(../images/step-icon1.png) no-repeat center center;
  width: 130px;
  height: 192px;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media (max-width: 1440px) {
  .apply-box.step-bg::before {
    top: -15px;
    left: 0px;
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .apply-box.step-bg::before {
    display: none;
  }
}
.apply-box.step-bg:after {
  content: "";
  background: url(../images/step-icon2.png) no-repeat center center;
  width: 128px;
  height: 203px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 10%;
}
@media (max-width: 1440px) {
  .apply-box.step-bg:after {
    top: auto;
    right: 0px;
    bottom: 35%;
  }
}
@media (max-width: 767px) {
  .apply-box.step-bg:after {
    display: none;
  }
}
.apply-box.step-bg .container:before {
  content: "";
  background: url(../images/step-icon3.png) no-repeat center center;
  width: 120px;
  height: 125px;
  background-size: contain;
  position: absolute;
  right: 0%;
  bottom: 12%;
}
@media (max-width: 1440px) {
  .apply-box.step-bg .container:before {
    display: none;
  }
}
.apply-box .container {
  position: relative;
  z-index: 1;
  min-height: 530px;
}

.note-box {
  width: 100%;
  border-radius: 60px;
  border: 2px #82b3fe solid;
  background: #eaf2ff;
  padding: 5px;
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  font-size: 16px;
}
@media (max-width: 992px) {
  .note-box {
    margin-bottom: 40px;
  }
}
.note-box article {
  background: #fff;
  border: 2px #82b3fe solid;
  border-radius: 55px;
  padding: 40px;
}
.note-box article .scrollbar {
  height: 286px;
  overflow-x: auto;
  padding-right: 20px;
}
@media (max-width: 1440px) {
  .note-box article .scrollbar {
    height: 400px;
  }
}
.note-box article .scrollbar::-webkit-scrollbar {
  width: 6px; /* Sets scrollbar width */
}
.note-box article .scrollbar::-webkit-scrollbar-thumb {
  background-color: #82b3fe; /* Sets thumb color */
  border-radius: 6px; /* Rounds the corners of the thumb */
}
.note-box article .scrollbar::-webkit-scrollbar-track {
  background-color: #eaf2ff; /* Sets track color */
}
.note-box article .scrollbar p {
  color: #646464;
}

.btn-style {
  color: #82b3fe;
  background-color: #d5e6ff;
  color: #82b3fe;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  height: 68px;
  cursor: pointer;
  width: 240px;
  border: 2px #82b3fe solid;
  margin: auto;
  z-index: 1;
  display: block;
  position: relative;
}
.btn-style span {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  height: 100%;
  top: -5px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 20px;
}
@media (max-width: 992px) {
  .btn-style span {
    font-size: 16px;
  }
}
.btn-style.w-300 {
  width: 300px;
}
.btn-style:hover {
  color: #82b3fe;
}
.btn-style:after {
  content: ""; /* Add content property */
  position: absolute;
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px #82b3fe solid;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 0;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .btn-style {
    position: relative;
    bottom: -23px;
    margin: auto auto 40px auto;
    display: block;
  }
}

.s-text {
  font-size: 12px;
  color: #a1a1a1;
  text-align: center;
  margin-top: 12px;
}

.block-info {
  border-bottom: 1px #82b3fe solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.block-info .name {
  color: #589afd;
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 20px;
}
.block-info .name:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ffcb2e;
  position: absolute;
  left: 0;
  top: 6px;
}
.block-info .subtitle {
  font-size: 18px;
  color: #737373;
  margin-bottom: 20px !important;
}
.block-info .upload-img {
  max-width: 240px;
  margin-bottom: 10px;
}
.block-info .upload-img img {
  width: 100%;
}
.block-info #upload-file {
  opacity: 0;
  height: 0;
}
.block-info .file-btn {
  width: 93px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #82b3fe;
  border-radius: 999px;
  border: 1px #82b3fe solid;
  text-align: center;
  background: #fff;
  font-weight: bold;
}
.block-info .tag {
  background: linear-gradient(180deg, #82b3fe 0%, #2e81fd 100%);
  color: #fff;
  border-width: 0px;
  line-height: 40px;
  padding: 0 12px;
  height: 40px;
  border-radius: 999px;
  margin-bottom: 10px;
  display: inline-block;
}
.block-info p {
  color: #737373;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.block-info p.remark {
  font-size: 16px;
  line-height: 24px;
  color: #a1a1a1;
  margin-top: 10px;
}
.block-info .connect {
  padding: 0;
  list-style: none;
  margin: 0;
}
.block-info .connect li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
.block-info .connect li:last-of-type {
  margin-bottom: 0;
}
.block-info .connect li.phone:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/phone.svg) no-repeat center center;
  background-size: 20px 20px;
  left: 0;
  top: 4px;
}
.block-info .connect li.phone.top-10::before {
  top: 10px;
}
.block-info .connect li.mail:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/mail.svg) no-repeat center center;
  background-size: 20px 20px;
  left: 0;
  top: 5px;
}
.block-info .connect li.mail.top-10::before {
  top: 10px;
}
.block-info .map {
  margin-top: 10px;
}
.block-info .map > div {
  position: relative;
  width: 100%;
  padding-top: 52%;
}
.block-info .map > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.block-info .qa-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.block-info .qa-list li {
  margin-bottom: 20px;
}
.block-info .qa-list li:last-child {
  margin-bottom: 0;
}
.block-info .qa-list li .q {
  font-weight: 600;
  font-size: 18px;
  color: #737373;
  position: relative;
  cursor: pointer;
}
.block-info .qa-list li .q:after {
  content: "";
  background: url("../images/qa-arrow.svg") center center no-repeat;
  width: 12px;
  height: 6px;
  background-size: 12px 6px;
  position: absolute;
  right: 0;
  top: 10px;
}
.block-info .qa-list li .q.open:after {
  transform: rotate(180deg);
}
.block-info .qa-list li .q.open + .a {
  display: block;
}
.block-info .qa-list li .a {
  color: #737373;
  line-height: 30px;
  font-size: 16px;
  display: none;
  margin-top: 10px;
}

.apply-form .form-group {
  max-width: 360px;
}
.apply-form .form-group.w-600 {
  max-width: 600px;
}
.apply-form .form-group.w-800 {
  max-width: 800px;
}
.apply-form .form-group.file-box {
  max-width: 480px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply-form .form-group.file-box .input {
  width: calc(100% - 100px);
}
.apply-form .form-group.full {
  max-width: 100%;
}
.apply-form .form-group .flex {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.apply-form .form-group .flex li {
  width: 49%;
}
@media (max-width: 767px) {
  .apply-form .form-group .flex li {
    width: 100%;
  }
}
.apply-form .form-group .flex li p {
  color: #a1a1a1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.input {
  border-radius: 16px;
  width: 100%;
  border: 2px #d5e6ff solid;
  height: 40px;
  background: #fff;
  padding: 0 15px;
  color: #737373;
  font-size: 16px;
  background-color: #fff;
}
.input.danger {
  border: 2px #fa7d69 solid;
}
.input::-moz-placeholder {
  color: #a1a1a1;
}
.input::placeholder {
  color: #a1a1a1;
}
.input.date {
  padding-right: 50px;
  background: #fff url(../images/icon/input-date.svg) no-repeat center right 15px;
  background-size: 24px 24px;
}
.input.time {
  padding-right: 50px;
  background: #fff url(../images/icon/input-time.svg) no-repeat center right 15px;
  background-size: 24px 24px;
}

select.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 標準屬性 */
  background: #fff url(../images/icon/select.svg) no-repeat center right 15px;
  background-size: 12px 6px;
  padding-right: 40px;
}

.textarea-box {
  height: 300px;
  padding: 25px 20px;
}
.textarea-box textarea {
  width: 100%;
  height: 100%;
  border: 0;
  resize: none;
  outline: none;
  color: #737373;
}
.textarea-box textarea::-moz-placeholder {
  color: #a1a1a1;
  font-size: 16px;
}
.textarea-box textarea::placeholder {
  color: #a1a1a1;
  font-size: 16px;
}
.textarea-box textarea::-webkit-scrollbar {
  width: 6px; /* Sets scrollbar width */
}
.textarea-box textarea::-webkit-scrollbar-thumb {
  background-color: #82b3fe; /* Sets thumb color */
  border-radius: 6px; /* Rounds the corners of the thumb */
}
.textarea-box textarea::-webkit-scrollbar-track {
  background-color: #eaf2ff; /* Sets track color */
}

.check {
  display: flex;
  flex-wrap: wrap;
  /* 隱藏原生 radio */
  /****************************/
  /******* checkbox 樣式 ******/
  /****************************/
  /* 勾勾 (選中狀態) */
  /* 用 ::after 畫出勾勾 */
  /****************************/
  /******* checkbox 樣式 ******/
  /****************************/
  /****************************/
  /********* radio 樣式 ********/
  /****************************/
  /****************************/
  /********* radio 樣式 ********/
  /****************************/
}
.check input[type=radio],
.check input[type=checkbox] {
  display: none;
}
.check label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  margin: 6px 15px 6px 0;
  padding-left: 28px; /* 預留方框位置 */
  color: #737373 !important;
  margin-bottom: 20px;
}
.check input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #d5e6ff;
  border-radius: 4px; /* 方形框，可調整圓角 */
  background: #fff;
  transition: all 0.2s ease;
}
.check input[type=checkbox]:checked + label::before {
  background-color: #f2f7ff;
  border-color: #d5e6ff;
}
.check input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 6px;
  height: 12px;
  border-right: 2px solid #82b3fe; /* 勾勾右邊 */
  border-bottom: 2px solid #82b3fe; /* 勾勾下邊 */
  transform: translateY(-50%) rotate(45deg);
}
.check .add-field {
  display: block;
  width: 100%;
  position: relative;
}
.check .add-field input[type=text] {
  width: 200px;
}
.check input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #d5e6ff;
  border-radius: 100%; /* 方形框，可調整圓角 */
  background: #fff;
  transition: all 0.2s ease;
}
.check input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 4px;
  width: 13px;
  height: 13px;
  background: #82b3fe;
  border-radius: 100%;
}

.text-danger {
  font-size: 18px;
  color: #fa7d69 !important;
  display: block;
  margin-top: 20px;
}

.add-btn {
  width: 210px;
  height: 40px;
  border: 2px #82b3fe solid;
  text-align: center;
  display: flex;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
  background: #fff;
  border-radius: 32px;
  color: #82b3fe;
  margin-top: 20px;
}
.add-btn::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon/plus.svg) no-repeat center center;
  background-size: 16px 16px;
  margin-right: 10px;
}

.preview-tool .btn-box {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.preview-tool .btn-box .btn {
  width: 48%;
  height: 40px;
  border-radius: 24px;
  border: 2px #82b3fe solid;
  text-align: center;
  font-size: 16px;
  color: #82b3fe;
  background: #fff;
  cursor: pointer;
}
.preview-tool .btn-box .btn:hover {
  background: #d5e6ff;
}
.preview-tool .btn-box .btn.next {
  border-color: #2e81fd;
  background: #2e81fd;
  color: #fff;
}

.button-group {
  display: flex;
  justify-content: space-between;
  max-width: 530px;
  margin: auto;
}
.button-group .cancel-btn {
  width: 49%;
  height: 40px;
  border-radius: 32px;
  border-width: 2px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #82b3fe;
  border: 2px solid #82b3fe;
  background: #fff;
}
.button-group .ok-btn {
  width: 49%;
  height: 40px;
  border-radius: 32px;
  border-width: 2px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  border: 2px solid #2e81fd;
  background: #2e81fd;
}/*# sourceMappingURL=event.css.map */