﻿@charset "UTF-8";

/* color note

主色： #003f96
文字： #666666
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap");

body {
  color: #666666;
  font-size: 1em;
  font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

a,
a:visited,
a:after,
a:hover {
    color: #666666;
    text-decoration: none;
}

.defaultTextEditor a,
.defaultTextEditor a:visited,
.defaultTextEditor a:after,
.defaultTextEditor a:hover {
/*    text-decoration: underline;
    text-decoration-color: #003f96;
    text-decoration-thickness: 2px;*/
    color: #003f96 !important;
}
    .defaultTextEditor a.btn1 {
        color: #fff !important;
    }

    *:focus {
        outline: 2px dashed #003f96;
    }

/* bootstrap overwrite*/

/* common*/
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt30 {
  padding-top: 30px;
}

.maw570 {
  max-width: 570px;
}

.maw600 {
  max-width: 600px;
}

.maw690 {
  max-width: 690px;
}

ul.default {
  list-style-type: none;
  padding-left: 0;
}

ul.skiplist {
  position: fixed;
  z-index: 101;
  list-style-type: none;
  padding-left: 0;
}

ul.skiplist a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #003f96;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}

ul.skiplist a:focus {
  opacity: 1;
  pointer-events: auto;
}

.line {
  height: 1px;
  border-bottom: #e6e6e6 solid 1px;
}

.lineBox {
  margin: 15px 0;
  width: 100%;
  height: 1px;
  border-bottom: #e6e6e6 solid 1px;
}

.lineBox.m40 {
  margin: 50px 0;
}

.fixed {
  position: fixed;
  z-index: 100;
}

.center {
  margin: 0 auto;
}

.hover:hover {
  cursor: pointer;
  color: #003f96;
}

.display-tablet-up {
  display: block;
}

@media (max-width:640px) {
  .display-tablet-up {
    display: none;
  }

}

#app {
  overflow: hidden;
}

.si_header_mobile_menu {
  position: fixed;
  z-index: 99;
  top: 72px;
  left: 0px;
  height: calc(100vh - 72px);
  overflow-y: auto;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .si_header_mobile_menu {
    top: 48px;
    height: calc(100vh - 48px);
  }
}

.si_header_mobile_menu .m_menuBox {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.si_header_mobile_menu .m_menuBottomBox {
  border-top: 1px solid rgba(0, 0, 0, 0.16);
  margin-top: auto;
}

.si_header_mobile_menu .link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.si_header_mobile_menu a {
  position: relative;
  display: block;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  color: #404040;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.si_header_mobile_menu i {
  position: absolute;
  right: 12px;
  top: 17px;
  color: #404040;
}

.si_header_mobile_menu .subItemBox {
  display: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.si_header_mobile_menu .hasSubItem i {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.si_header_mobile_menu .hasSubItem.current i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.si_header_mobile_menu .sizeBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.si_header_mobile_menu .sizeBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #404040;
  font-size: 1em;
  border-radius: 50%;
  transition: all .5s;
}

.si_header_mobile_menu .sizeBox a:hover,
.si_header_mobile_menu .sizeBox a.current {
  background-color: #003f96;
  color: #fff;
}

.si_btn,
.si_btn-sec {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  border: solid 1px #003f96;
  background-color: #003f96;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.39;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-bottom: 20px;
}

.si_btn:focus,
.si_btn-sec:focus {
  outline-color: #e8695d;
}

.si_btn:hover {
  background-color: #FFFFFF;
  color: #003f96;
}

.si_btn-sec {
  border: solid 1px #666666;
  color: #666666;
  background-color: #FFFFFF;
}

.si_btn-sec:hover {
  border: solid 1px #003f96;
  color: #003f96;
}

.si_btn2 {
  padding: 7px 30px;
  background-color: #003f96;
  font-size: 1em;
  color: #fff;
  letter-spacing: normal;
  border: none;
  letter-spacing: 0.7px;
  border-radius: 20px;
}

.si_session_title {
  font-size: 1.25rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.7px;
  text-align: center;
  color: #666666;
}

.si_icon_br {
  width: 80px;
  height: 80px;
  border: #003f96 solid 1px;
  border-radius: 40px;
  background-color: #003f96;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
  line-height: 93px;
}

.si_icon {
  color: #FFFFFF;
  font-size: 2em;
}

.si_icon_index_action {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}

.si_icon_orginfo {
  height: 16px;
  width: auto;
  margin-bottom: 4px;
  margin-right: 10px;
}

.si_icon_more {
  height: 36px;
  width: 36px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.si_title_main {
  font-size: 2em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 1.9px;
  text-align: center;
  color: #666666;
}

.si_title_main2 {
  font-size: 2.250em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #404040;
}

.si_title_sub {
  font-size: 1.125em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: center;
  color: #666666;
}

.si_title_sub2 {
  font-size: 1.250em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #404040;
}

.si_text {
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

.si_select,
.multiselect {
  width: 100%;
  height: 46px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  color: #666666;
  -webkit-appearance: none;
  padding-left: 15px;
  background-image: url("/sitaiwan/assets/img/icon_down.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
}

.si_select.multiple,
.multiselect.multiple {
  display: none;
}

.si_select:focus {
  color: #003f96;
  background-image: url("/sitaiwan/assets/img/icon_down_active.png");
}

.si_sdg_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #10c8d1;
  margin-right: 8px;
}

.si_org_img {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.si_org_img_goods {
  height: 350px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}

.si_hidden {
  display: none;
}

/* header */
header {
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  /*
      border-bottom: solid 3px #e6e6e6;

      */
}

.header_desktop {
  display: none;
  height: 72px;
  line-height: 72px;
}

.header_mobile {
  display: block;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.header_mobile_menu {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 1.125em;
  cursor: pointer;
}

.header_mobile_menu div {
  display: inline-block;
  margin-left: 0.2rem;
}

.header_mobile_menu div:hover {
  cursor: pointer;
  color: #003f96;
}

.header_container {
  margin: 0 auto;
}

@media (max-width:990px) {
  .header_container {
    max-width: 100%;
  }

}

.header_logo_br {
  width: 40px;
  text-align: center;
  margin-right: 20px;
}

.header_logo_br_mobile {
  position: absolute;
}

.header_logo {
  height: 40px;
  line-height: 72px;
  width: auto;
}

.header_logo_mobile {
  height: 30px;
  line-height: 48px;
}

.header_left_menu {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
}

.header_left_menu .menuBox {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  -webkit-transition: padding 0.5s;
  /* Safari */
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.6px;
  color: #666;
}

    .header_left_menu .menuBox.menuBox-en,
    .header_left_menu .menuBox.menuBox-translate {
        font-size: 0.7em;
        padding: 0 10px;
    }

    .header_left_menu .menuBox > a {
        display: block;
        max-width: 115px;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

@media (max-width:980px) {
  .header_left_menu .menuBox {
    font-size: 0.938em;
    margin-right: 10px;
  }

}

.header_left_menu .menuBox:hover {
  cursor: pointer;
  color: #003f96;
}

@media (min-width:768px) {
  .header_left_menu .menuBox:hover .headerDropdownMenu {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
  }

}

.header_left_menu .menuBox.on .headerDropdownMenu {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}

.header_left_menu .menuBox:nth-of-type(1) .headerDropdownMenu,
.header_left_menu .menuBox:nth-of-type(3) .headerDropdownMenu {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header_left_menu .menuBox .title {
  color: #707070;
}

.header_left_menu .menuBox.select .title {
  color: #404040;
}

.headerDropdownMenu {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  padding-left: 0;
  list-style-type: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  line-height: 1.6;
  pointer-events: none;
  opacity: 0;
}

.headerDropdownMenu .itemBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 200px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.03);
}

.headerDropdownMenu .itemBox:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.headerDropdownMenu .itemBox>a {
  display: block;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.938em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  box-sizing: border-box;
}

.headerDropdownMenu .itemBox>a:hover,
.headerDropdownMenu .itemBox>a.current {
  color: #fff;
  background-color: #003f96;
}

.headerDropdownMenu .hasSubItem {
  position: relative;
}

.headerDropdownMenu .hasSubItem::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ddd;
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 0.813em;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.headerDropdownMenu .hasSubItem:hover::after,
.headerDropdownMenu .hasSubItem.current::after {
  color: #fff;
}

.headerDropdownMenu .hasSubItem.current::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.headerDropdownMenu .subItemBox {
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.03);
}

.headerDropdownMenu .subItemBox a {
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.headerDropdownMenu .subItemBox a:hover {
  color: #555;
}

.header_left_menu .select {
  border-bottom: #003f96 solid 3px;
}

.header_right_menu {
  height: 72px;
  color: #707070;
}

    .header_right_menu.header_right_menu-translate {
        font-size: 0.7em;
    }

    .header_right_menu div {
        display: inline-block;
    }

.header_right_menu div:first {
  border-right: #666666 solid 3px;
}

/* main */
.row.justify-content-center {
  margin-left: 0;
  margin-right: 0;
}

main {
  padding-top: 48px;
}

/* footer */
footer {
  padding-top: 40px;
  background-color: #f1f0f2;
}

footer.dark {
  background-color: #4d4d4d;
}

.footer_info {
  font-size: 0.875em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.3px;
  text-align: left;
  color: #404040;
  margin-bottom: 20px;
}

.footer_info hr {
  border-top-color: #404040;
}

.footer_info .cc {
  width: 96px;
  height: auto;
  padding-top: 10px;
}

.YTPOverlay {
  display: none;
}

.vidoe_banner_box {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 33vw;
  max-width: 100%;
  padding-top: 72px;
}

.vidoe_banner_box .slick-list {
  margin-bottom: 15px;
}

.videoItemBox {
  position: relative;
  width: 100%;
  height: 33vw !important;
}

.si_index_video {
  position: relative;
  width: 100%;
  height: 33vw;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 73px;
  margin-bottom: 20px;
  /* background-color: black; */
}

.si_index_video_m {
  width: 100%;
  height: 40vh;
  margin-top: 48px;
  /* background-color: black; */
}

.si-index-banner-bg-L {
  background-image: url("/sitaiwan/assets/img/main_bg_L.png");
  background-repeat: no-repeat;
  background-position: 15px bottom;
  background-size: contain;
  min-height: 400px;
}

@media (max-width:768px) {
  .si-index-banner-bg-L {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

}

/* page: index*/
.si-index-banner-bg-L {
  background-image: url("/sitaiwan/assets/img/main_bg_L.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  min-height: 400px;
}

@media (max-width:768px) {
  .si-index-banner-bg-L {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

}

.si-index-banner-bg-R {
  background-image: url("/sitaiwan/assets/img/main_bg_R.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  min-height: 400px;
}

.si-index-banner-bg-mobile {
  background-image: url("/sitaiwan/assets/img/main_bg_mobile.jpg");
  width: 100%;
  height: 289px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.index_banner_title_bg {
  padding: 0px 10px;
  border-radius: 10px;
  text-shadow: 0px 2px 15px rgba(255, 255, 255, 0.8);
}

.index_banner_main_title,
.index_banner_sub_title {
  display: inline-block;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  margin: 0 auto;
}

.index_banner_main_title {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 1.9px;
  color: #666666;
  margin-top: 45px;
}

.index_banner_sub_title {
  font-size: 1.125em;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.4px;
  color: #666666;
  padding-top: 20px;
  padding-bottom: 20px;
}

.index_you_can_do_item {
  text-align: center;
  margin-bottom: 50px;
}

/* page: new list */
.news_item_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news_item {
  min-height: 50px;
  padding: 15px 0px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  font-size: 1.125em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #666666;
  margin-bottom: 25px;
}

.news_item:hover {
  border: solid 1px #003f96;
  background-color: #003f96;
  color: #FFFFFF;
  cursor: pointer;
}

.news_item_date {
  margin-top: 5px;
  text-align: right;
  font-size: 0.875em;
}

/* page: news*/
.news_title {
  margin-top: 40px;
  font-size: 1.750em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1.7px;
  text-align: left;
  color: #666666;
  border-bottom: #B3B3B3 solid 1px;
}

.news_date {
  font-size: 0.875em;
}

.news_content {
  font-size: 1.125em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.file_item_container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.file_item {
  background-image: url("/sitaiwan/assets/img/icon_file.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 20px center;
  padding: 15px 15px;
  padding-left: 55px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  font-size: 1.125em;
  color: #666666;
}

.file_item span {
  margin-left: 15px;
}

.file_item:hover {
  background-image: url("/sitaiwan/assets/img/icon_file_hover.png");
  cursor: pointer;
  border: solid 1px #003f96;
  background-color: #003f96;
  color: #FFFFFF;
}

.si_news_new {
  display: inline-block;
  background-image: url("/sitaiwan/assets/img/icon_new.png");
  background-size: auto 20px;
  background-position: 20px 4px;
  background-repeat: no-repeat;
  padding-left: 75px;
}

.si_news_pin {
  display: inline-block;
  background-image: url("/sitaiwan/assets/img/icon_pin.png");
  background-size: auto 25px;
  background-position: 25px 1px;
  background-repeat: no-repeat;
  padding-left: 75px;
}

/* page: orgs */
.si_list_more {
  width: 100%;
  height: 46px;
  line-height: 46px;
  border-radius: 2px;
  border: solid 1px #666666;
  color: #666666;
  text-align: center;
}

.si_list_more:hover {
  cursor: pointer;
}

.si_sdg_tagbar_br {
  padding-left: 0;
}

.si_sdg_tagbar {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  padding-left: 34px;
  margin-bottom: 10px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 0.875em;
  overflow: hidden;
}

.card {
  height: calc(100% - 25px);
  min-height: 510px;
  margin-top: 25px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}

.card:hover {
  cursor: pointer;
  border-color: #003f96;
}

.card-title {
  color: #666666;
}

.card-text {
  height: 4.3rem;
  overflow: hidden;
}

.card-footer {
  line-height: 1;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  background-color: #FFFFFF;
  padding: 0;
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  border: 0;
  border-top: #e6e6e6 solid 1px;
  min-height: 100px;
  height: auto;
  min-height: 105px;
}

.si_card_img {
  width: 90%;
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* page: org*/
.org_container {
  border-left: solid 2px #e6e6e6;
  border-right: solid 2px #e6e6e6;
  border-bottom: solid 2px #e6e6e6;
  background-color: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.org_title {
  font-size: 1.750em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 1.7px;
  text-align: center;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 15px;
}

.org_link_btn {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  color: #666666;
  margin-bottom: 25px;
}

.org_link_btn i {
  margin-right: 5px;
}

.org_more {
  font-size: 0.875em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 0.1px;
  text-align: center;
  color: #666666;
}

.org_more i {
  margin-left: 5px;
}

.org_session {
  margin-top: 30px;
  margin-bottom: 30px;
}

.org_session_title {
  font-size: 1.125em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #666666;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.org_session_more {
  display: inline-block;
  font-size: 0.875em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.4px;
  text-align: left;
  color: #666666;
  border-bottom: #666666 solid 1px;
  margin-top: 10px;
  margin-bottom: 100px;
}

.org_session_more:hover {
  cursor: pointer;
  color: #003f96;
  border-bottom: #003f96 solid 1px;
}

.org_service_content {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 1.125em;
}

.org_service_item_name {
  font-size: 1.125em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 0px;
}

.org_service_item_price {
  font-size: 0.875em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.93;
  letter-spacing: 0.6px;
  text-align: left;
  color: #666666;
}

/* page: sdgs*/
.sdgs_logo {
  display: none;
}

.sdgs_depiction {
  text-align: center;
}

.sdgs_select {
  width: 100%;
  height: 54px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  font-size: 1.500em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  text-align: left;
  color: #666464;
  margin-top: 30px;
  margin-bottom: 20px;
}

.sdg_block {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.sdgs_map {
  width: 80%;
  margin: 0 auto;
  height: 650px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  border-radius: 6px;
  text-align: center;
}

.sdgs_map_select {
  cursor: pointer;
  fill: #003f96;
}

.sdgs_map_infobox {
  position: absolute;
  width: 300px;
  height: 200px;
  background-color: #003f96;
}

.error_bg {
  margin-top: 60px;
  width: 120px;
}

.error_main {
  min-height: 80vh;
}

.error_title {
  font-size: 1.500em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.7px;
  text-align: center;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px;
}

.error_sub_title {
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
  margin-bottom: 20px;
}

.error_status {
  margin-top: 40px;
  font-size: 1.250em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.9;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

/* RWD */
@media (min-width:768px) {
  .header_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header_mobile {
    display: none;
  }

  main {
    padding-top: 127px;
  }

  .si_btn,
  .si_btn-sec {
    width: 210px;
  }

  .sdgs_logo {
    display: block;
  }

  .sdgs_depiction {
    text-align: left;
  }

}

[v-cloak] {
  display: none;
}

/*--start--*/
.btn1 {
  display: inline-block;
  padding: 6px 20px;
  font-size: 1.125em;
  color: #fff;
  background-color: #003f96;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
}

.btn1:hover,
.btn1:visited {
  color: #fff;
}

.btn1.large {
  min-width: 125px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn2 {
  display: inline-block;
  text-align: center;
  min-width: 150px;
  padding: 5px 30px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  font-size: 1em;
  color: #404040;
  font-weight: 400;
}

.btn2 i {
  margin-right: 10px;
}

.btn3 {
  display: inline-block;
  padding: 8px 30px;
  font-size: 1.125em;
  color: #fff;
  background-color: #003f96;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.btn3:hover,
.btn3:visited {
  color: #fff;
}

.btn3.white {
  background-color: #fff;
  color: #666666;
  border: 1px solid #666666;
}

.btn3.full {
  width: 100%;
  text-align: center;
}

.btn4 {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.875em;
  letter-spacing: .028px;
  text-decoration: underline;
  color: #666666;
}

.btn4.full {
  width: 100%;
  text-align: center;
}

.btn5 {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #666666;
  border-radius: 6px;
  padding: 7px 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btn5:hover {
  background-color: #003f96;
  color: #fff;
  border-color: #003f96;
}

.titleStyle1 {
  text-align: center;
}

.titleStyle1 .title {
  display: inline-block;
  position: relative;
  padding: 0 5px 5px;
  font-size: 1.125em;
  color: #404040;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.titleStyle1 .title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #f48980;
  border-radius: 2px;
}

.titleStyle1 .title.noLine::after {
  display: none;
}

.titleStyle2 {
  text-align: center;
  padding: 20px;
  font-size: 1.375em;
  color: #404040;
  background-color: #f8e5e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
}

.titleStyle3 {
  text-align: center;
}

.titleStyle3.pad1 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.titleStyle3 .ins,
.titleStyle3 .ins-green {
  position: relative;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-size: 1.125em;
  color: #404040;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f48980));
  background-image: -webkit-linear-gradient(#f48980);
  background-image: -o-linear-gradient(#f48980);
  background-image: linear-gradient(#f48980);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: 0 100%;
}

.titleStyle3 .ins-green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72cc9f));
  background-image: -webkit-linear-gradient(#72cc9f);
  background-image: -o-linear-gradient(#72cc9f);
  background-image: linear-gradient(#72cc9f);
}

.titleStyle3 .ins-green2 {
  position: relative;
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
  color: #404040;
  font-size: 1.250em;
  font-weight: normal;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72cc9f));
  background-image: -webkit-linear-gradient(#72cc9f);
  background-image: -o-linear-gradient(#72cc9f);
  background-image: linear-gradient(#72cc9f);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: 0px 80%;
}

.titleStyle4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.250em;
  color: #003f96;
  margin-bottom: 20px;
}

.titleStyle4 i {
  margin-right: 12px;
}

.titleStyle5 {
  font-size: 1.750em;
  font-weight: 600;
  color: #404040;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mainTitle1 {
  font-size: 1.750em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.mainTitle1.center {
  text-align: center;
}

.siNumberGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
}

.siNumberGroup .no {
  font-family: HelveticaNeue;
  font-size: 3.750em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #003f96;
}

.siNumberGroup .text {
  font-size: 1em;
  text-align: center;
  color: #666666;
}

.si_search {
  position: relative;
}

.si_search input {
  width: 100%;
  height: 46px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  border-radius: 23px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.si_search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: none;
  border: none;
  color: #aaa;
}

.selectFilterBox {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .selectFilterBox {
    justify-content: center;
  }
}

.selectContainer .selectFilter {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  height: 100%;
  font-size: 1em;
  color: #666666;
  line-height: 1.5;
  letter-spacing: 0.64px;
}

@media (max-width: 991px) {
  .selectContainer .selectFilter {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.selectContainer .selectFilter::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 0;
  margin: auto;
  height: 3px;
  background-color: #666666;
  transition: all .5s;
}

@media (max-width: 991px) {
  .selectContainer .selectFilter::after {
    bottom: -10px;
  }
}

.selectContainer .selectFilter:hover::after,
.selectContainer .selectFilter.current::after {
  width: 100%;
}

@media (max-width: 991px) {
  .selectContainer [class^='col-'] {
    margin-bottom: 20px;
  }
}

.siList {
  margin-bottom: 40px;
  padding: 30px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #e6e6e6;
  background-color: #ffffff;
  border-radius: 0 50px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:640px) {
  .siList:not(.resource) {
    margin-right: 0;
    margin-left: 0;
    padding: 20px 15px;
    border-radius: 0;
  }

}

.siList .col-md-2 {
  width: 130px;
}

.siList .col-md-8 {
  width: calc(100% - 260px);
}

@media (max-width:767px) {
  .siList [class^='col-'] {
    width: 100%;
    margin-bottom: 20px;
  }

}

@media (min-width:768px) {
  .siList [class^='col-'] {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

}

.siList .tag {
  display: inline-block;
  min-width: 80px;
  font-size: 0.875em;
  color: #666666;
  padding: 2px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border-radius: 20px;
  border: solid 1.3px #666666;
}

.siList .title {
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: 0.36px;
  text-align: left;
}

.siList .title a {
  color: #404040;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.siList .title a:hover {
  color: #003f96;
}

.siList .text {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

.siList .status {
  display: inline-block;
  padding-right: 40px;
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("/sitaiwan/assets/img/icon_status.svg");
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.siList .status.ok {
  background-image: url("/sitaiwan/assets/img/icon_status_ok.svg");
}

.siList .date {
  font-size: 0.875em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
}

@media (max-width:640px) {
  .siList.resource {
    margin-left: 0;
    margin-right: 0;
  }

}

@media (max-width:767px) {
  .siList.resource .left {
    padding-right: 30px;
    padding-left: 0;
  }

}

.siList.resource .right {
  position: relative;
  width: calc(100% - 130px);
  padding-right: 40px;
}

@media (max-width:767px) {
  .siList.resource .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

}

.siList.resource .right::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/sitaiwan/assets/img/icon_status_ok.svg");
  background-size: contain;
}

@media (max-width:767px) {
  .siList.resource .right::after {
    top: -40px;
  }

}

.siList.resource .tagBox {
  margin-top: 12px;
}

.siList2 {
  margin-bottom: 30px;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #e6e6e6;
  border-radius: 50px 0 50px 50px;
}

@media (max-width:640px) {
  .siList2 {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.siList2 .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width:640px) {
  .siList2 .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.siList2 .topBox h3 {
  font-size: 1em;
  font-weight: 400;
  color: #404040;
}

@media (min-width:-641px) {
  .siList2 .topBox h3 {
    margin-bottom: 0;
  }

}

.siList2 .contentBox {
  display: none;
}

.siList2 .open .right::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.siList2 .right {
  position: relative;
  padding-right: 30px;
  font-size: 0.875em;
  font-weight: 400;
  color: #404040;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.siList2 .right.ok::after {
  background-image: url("/sitaiwan/assets/img/icon_status_ok.svg");
}

.siList2 .right::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 20px;
  height: 20px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/sitaiwan/assets/img/icon_status.svg");
}

.siList2 .fileDownload {
  margin-bottom: 10px;
}

.siList2 .fileDownload a {
  display: block;
  padding-left: 25px;
  font-size: 1em;
  color: #404040;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("/sitaiwan/assets/img/icon_file.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left 3px;
}

.siList2 .help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1em;
  color: #666;
}

.siList2 .help .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f9f7fa;
}

.siList2 label {
  margin-bottom: 0;
  margin-left: 10px;
}

.siMore {
  position: relative;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

.siMore::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #666666;
}

.siReportMore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  background-color: #f1f0f2;
}

.siReportMore.open .topTitle::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.siReportMore.open .listBox {
  display: block;
}

.siReportMore .topTitle {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  font-size: 1.250em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.siReportMore .topTitle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4.5px;
  width: 16px;
  height: 9px;
  background-image: url("/sitaiwan/assets/img/down_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.siReportMore .listBox {
  display: none;
}

.siReportMore .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-right: -15px;
  margin-left: -15px;
}

.siReportMore .list li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.siReportMore .list .title {
  font-size: 1em;
}

.siReportMore .list .date {
  font-size: 0.750em;
}

.siReportMore .box {
  border-left: 3px solid #b3b3b3;
  padding-left: 7px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #b3b3b3;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.siReportMore .box:hover {
  border-color: #404040;
  color: #404040;
}

.forumAreaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 25px 0;
  padding: 3% 40px;
  border-left: 40px solid #003f96;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media (max-width:440px) {
  .forumAreaList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.forumAreaList .left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width:441px) {
  .forumAreaList .left {
    padding-right: 20px;
  }

}

@media (max-width:440px) {
  .forumAreaList .left {
    padding-bottom: 20px;
  }

}

.forumAreaList .right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.forumAreaList .title {
  font-weight: 400;
  font-size: 1.500em;
  color: #404040;
}

.forumAreaList .item {
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.875em;
  color: #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.forumAreaList .address {
  background-position: left 5px;
  background-image: url("/sitaiwan/assets/img/icon_address.svg");
}

.forumAreaList .time {
  background-position: left 8px;
  background-image: url("/sitaiwan/assets/img/icon_time.svg");
}

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 0.875em;
  color: #404040;
}

.bread span.current {
  color: #003f96;
}

.bread span:not(:last-child)::after {
  content: "\f105";
  margin: 0 5px;
  font-size: 1em;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.forumItemOutBox {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
}

@media (max-width:641px) {
  .forumItemOutBox {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media (max-width:640px) {
  .forumItemOutBox .row {
    margin-left: 0;
    margin-right: 0;
  }

}

.forumItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #404040;
}

.forumItemBox .forumItem {
  padding-left: 20px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.forumItemBox .date {
  background-size: 15px auto;
  background-position: 0 3px;
  background-image: url("/sitaiwan/assets/img/icon_time.svg");
}

.forumItemBox .area {
  background-size: 12px auto;
  background-position: 0 2px;
  background-image: url("/sitaiwan/assets/img/icon_address.svg");
}

.forumNote {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 0.875em;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #666666;
  border-bottom: 1px solid #666666;
}

.textEditorDf {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #4d4d4d;
  font-weight: 400;
  line-height: 1.7;
}

.tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tagBox a {
  margin-right: 15px;
  padding: 3px 12px;
  font-size: 0.875em;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 20px;
}

.tagBox span {
  font-size: 0.813em;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 5px 12px;
  background-color: #003f96;
  border-radius: 2px;
  color: #fff;
}

.wrapBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapBox img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.banner {
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.banner .mobile {
  display: none;
}

@media (max-width:640px) {
  .banner .mobile {
    display: block;
  }

  .banner .pc {
    display: none;
  }

}

.banner img {
  display: block;
  width: 100%;
}

.noteBox {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #4d4d4d;
}

@media (max-width:640px) {
  .noteBox {
    padding: 20px;
  }

}

.noteBox.noPadding {
  padding: 0;
}

.noteBox2 {
  font-size: 1em;
  line-height: 1.8;
  padding-top: 15px;
  padding-bottom: 15px;
}

.noteBox2.pad1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sdgsListBox {
  background-color: #f8e5e4;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sdgsListBox .topTitle {
  text-align: center;
  font-size: 1.250em;
  font-weight: bold;
  color: #404040;
  margin-bottom: 15px;
}

.sdgsList {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.sdgsList li:not(:last-child) {
  margin-bottom: 20px;
}

.sdgsList .box {
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 0.5px #e6e6e6;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:640px) {
  .sdgsList .box {
    padding: 15px;
  }

}

.sdgsList .tag {
  position: relative;
  margin-bottom: 13px;
  font-size: 1em;
  color: #404040;
  font-weight: 400;
}

.sdgsList .tag a {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.sdgsList .tag a img {
  display: block;
  width: 100%;
}

.sdgsList .tag .ins,
.sdgsList .tag .ins-green {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.sdgsList .tag .ins::after,
.sdgsList .tag .ins-green::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #f48980;
}

.sdgsList .tag .ins-green::after {
  background-color: #72cc9f;
}

.sdgsList .title {
  width: 100%;
  margin-bottom: 5px;
}

.sdgsList .title a {
  display: block;
  font-size: 1em;
  color: #404040;
  line-height: 1.6;
}

@media (max-width:640px) {
  .sdgsList .title a {
    font-size: 1.250em;
  }

}

.sdgsList .text {
  font-size: 0.875em;
  color: #666666;
}

.sdgsOnlineProjectBox {
  padding-top: 45px;
  padding-bottom: 60px;
}

.moreOnlinePorject_br {
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}

.moreOnlinePorject {
  margin-top: 20px;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500;
  text-align: center;
  color: #666666;
  border-bottom: #666666 solid 3px;
  cursor: pointer;
}

.sdgsOnlineProjectCard {
  min-height: 420px;
  padding-bottom: 25px;
}

.sdgsOnlineProjectCard .card-title {
  font-size: 1.125em;
  line-height: 1.44;
  letter-spacing: 0.36px;
}

.sdgsOnlineProjectCard .card-subtitle {
  font-size: 0.750em;
  line-height: 1.75;
  letter-spacing: 0.24px;
}

.sdgsOnlineProjectCard .card-text {
  margin-top: 20px;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.21px;
}

.sdgsOnlineProjectSDGsBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.25rem;
}

.sdgsOnlineProjectSDGsItem {
  display: inherit;
  margin-right: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sdgsOnlineProjectSDGsTxt {
  font-size: 0.750em;
  margin-left: 5px;
}

.sdgsOnlineProjectMore {
  display: inherit;
  margin-left: auto;
}

.sdgsOnlineProjectSDGsIcon img,
.sdgsOnlineProjectMore img {
  height: 26px;
  width: 26px;
}

@media (max-width:640px) {
  .sdgsOnlineProjectBox {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .moreOnlinePorject_br {
    margin-top: 20px;
    margin-bottom: 30px;
  }

}

.projectBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.projectBox .titleStyle1 {
  margin-bottom: 25px;
}

.projectList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}

.projectList .slick-slide {
  width: calc(50% - 10px);
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.projectList .slick-list {
  padding-bottom: 30px;
}

.projectList .box {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}

.projectList .pic img {
  display: block;
  width: 100%;
}

.projectList .textBox {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.projectList .title a {
  display: block;
  margin-bottom: 5px;
  font-size: 1em;
  color: #404040;
  height: 48px;
  overflow: hidden;
}

.projectList .tag {
  margin-bottom: 12px;
  font-size: 0.750em;
  color: #666666;
}

.projectList .text {
  margin-bottom: 20px;
  font-size: 0.875em;
  line-height: 1.6;
  color: #666666;
  height: 44px;
  overflow: hidden;
}

.projectList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.750em;
  color: #666666;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.projectList .item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("/sitaiwan/assets/img/icon_status_ok.svg");
  background-size: contain;
}

.projectList .item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  margin-bottom: 5px;
  width: 100%;
}

.projectList .item img {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

ul.dotsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style-type: none;
}

ul.dotsList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.dotsList .slick-active button {
  background-color: #003f96;
}

ul.dotsList button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 50%;
  border: 1px solid #003f96;
  text-indent: -9999px;
  overflow: hidden;
}

ul.dotsList.gray .slick-active button {
  background-color: #666666;
}

ul.dotsList.gray button {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  border-color: #666666;
}

.sdgsItemOutBox {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sdgsItemOutBox.borderBottom {
  position: relative;
  margin-bottom: 30px;
}

.sdgsItemOutBox.borderBottom::after {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #666666;
}

.sdgsItemOutBox>.row {
  margin-right: 0;
  margin-left: 0;
}

.sdgsItemOutBox .bread .current {
  color: #f48980;
}

.sdgsItemOutBox .bread .green {
  color: #72cc9f;
}

.sdgsItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875em;
  color: #404040;
}

.sdgsItemBox a {
  color: #404040;
}

.sdgsItemBox.proposal {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
  color: #666;
}

.sdgsItemBox.proposal .sdgsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sdgsItemBox.proposal .iconTime {
  width: 16px;
  height: 16px;
}

.sdgsItemBox.proposal .iconTime img {
  display: block;
  width: 100%;
}

@media (max-width:480px) {
  .sdgsItemBox.proposal .sdgsShareList {
    left: auto;
    right: 0;
  }

}

.sdgsItemBox .iconAdd {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #404040;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sdgsItemBox .iconAdd::before,
.sdgsItemBox .iconAdd::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 1px;
  margin-top: -0.5px;
  margin-left: -4.5px;
  background-color: #404040;
}

.sdgsItemBox .iconAdd::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sdgsItemBox.noBorder .sdgsItem::after {
  display: none;
}

.sdgsItem {
  position: relative;
  padding-right: 8px;
  margin-right: 8px;
}

.sdgsItem:hover .sdgsShareList,
.sdgsItem.focus .sdgsShareList {
  padding-top: 25px;
  opacity: 1;
  pointer-events: auto;
}

.sdgsItem i {
  margin-right: 5px;
}

.sdgsItem:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #4d4d4d;
}

.sdgsItem.date {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 0 3px;
  background-image: url("/sitaiwan/assets/img/icon_time.svg");
}

.mediumWidth .container,
.mediumWidth .sdgsList2,
.mediumWidth .wrapBox,
.mediumWidth .titleStyle2,
.mediumWidth .sdgsList {
  max-width: 768px;
}

.mediumWidth .titleStyle2 {
  margin-left: auto;
  margin-right: auto;
}

.mediumWidth570 .container,
.mediumWidth570 .sdgsList2,
.mediumWidth570 .wrapBox,
.mediumWidth570 .titleStyle2,
.mediumWidth570 .sdgsList {
  max-width: 570px;
}

.mediumWidth570 .titleStyle2 {
  margin-left: auto;
  margin-right: auto;
}

.mediumWidth600 .container,
.mediumWidth600 .sdgsList2,
.mediumWidth600 .wrapBox,
.mediumWidth600 .titleStyle2,
.mediumWidth600 .sdgsList {
  max-width: 600px;
}

.mediumWidth600 .titleStyle2 {
  margin-left: auto;
  margin-right: auto;
}

.sdgsShareList {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  list-style-type: none;
  padding-left: 0;
  padding-top: 15px;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.sdgsShareList li:nth-of-type(1) a {
  background-color: #4366b2;
}

.sdgsShareList li:nth-of-type(2) a {
  background-color: #08a0e9;
}

.sdgsShareList li:nth-of-type(3) a {
  font-size: 1.688em;
  background-color: #4bd35a;
}

.sdgsShareList a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 1.250em;
  border-radius: 10px;
  background-color: #003f96;
  margin-right: 5px;
}

.sdgsShareList i {
  margin-right: 0;
}

.sdgsList2.default {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sdgsList2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f48980;
}

@media (min-width:641px) {
  .sdgsList2 {
    -webkit-column-count: 2;
    column-count: 2;
  }

}

.sdgsList2 li {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}

.sdgsList2 .topTitle {
  margin-bottom: 5px;
  font-size: 1.250em;
  color: #fff;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sdgsList2 .topTitle-2 {
  font-size: 1.500em;
  letter-spacing: 0.48px;
  padding-left: 0px;
  color: #fff;
  margin-bottom: 10px;
}

.sdgsList2 .textItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}

.sdgsList2 .title {
  margin-bottom: 5px;
  font-size: 1em;
  color: #404040;
}

.sdgsList2 .title .ins,
.sdgsList2 .title .ins-green {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.sdgsList2 .title .ins::after,
.sdgsList2 .title .ins-green::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #f48980;
}

.sdgsList2 .title .ins-green {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  color: #72cc9f;
}

.sdgsList2 .title .ins-green::after {
  background-color: #72cc9f;
}

.sdgsList2 .textBox {
  margin-bottom: 20px;
}

@media (min-width:481px) {
  .sdgsList2 .textBox {
    width: calc(50% - 20px);
  }

}

.sdgsList2 .textBox.full {
  width: 100%;
}

.sdgsList2 .text {
  font-size: 0.813em;
  color: #666;
  line-height: 1.6;
}

.bg_green {
  background-color: #72cc9f;
}

.bg_green2 {
  background-color: #c7eeda;
}

.doctorColumn {
  padding: 20px 0;
}

.doctorColumn .topItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

@media (max-width:440px) {
  .doctorColumn .topItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

.doctorColumn .pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width:440px) {
  .doctorColumn .pic {
    margin-bottom: 20px;
  }

}

.doctorColumn .pic img {
  display: block;
  width: 100%;
}

.doctorColumn .right {
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
  font-size: 0.875em;
  color: #404040;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width:441px) {
  .doctorColumn .right {
    margin-left: 30px;
  }

}

.doctorColumn .title {
  font-size: 1.125em;
}

.doctorColumn .about {
  margin-bottom: 3px;
}

.doctorColumn .text {
  color: #666;
  line-height: 1.8;
}

.doctorColumn .title_b {
  font-weight: bold;
  color: #404040;
}

.doctorColumn .about_b {
  font-size: 0.875em;
  font-weight: bold;
}

.whatBox {
  padding: 20px 0;
}

.whatBox .titleStyle3 {
  margin-bottom: 30px;
}

.whatBox .textBox {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8%;
  padding-right: 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.whatBox .textBox::before,
.whatBox .textBox::after {
  content: '';
  position: absolute;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #f48980;
  border-radius: 5px;
}

.whatBox .textBox::before {
  left: 0;
}

.whatBox .textBox::after {
  right: 0;
}

.whatBox .text {
  font-size: 1.125em;
  color: #404040;
  line-height: 1.6;
  font-weight: bold;
}

.whatBox .from {
  text-align: right;
  font-size: 0.813em;
  padding-top: 15px;
  color: #404040;
}

.whatBox .from .ins {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.whatBox .from .ins::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  width: 36px;
  height: 1px;
  background-color: #404040;
}

.sdgsPicList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.sdgsPicList li {
  width: 66px;
  height: 66px;
  margin: 5px;
}

.sdgsPicList li .pic {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.sdgsPicList li .pic img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  left: -20px;
  top: -5px;
  max-width: none;
  width: 100px;
}

.sdgsPicList li .pic img:hover {
  opacity: 0.75;
}

.sdgsPicList li.current .pic {
  border-color: #003f96;
}

.sdgsBoyList {
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666666;
}

.sdgsBoyList li {
  display: none;
}

.sdgsBoyList img {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.sdgsBoyList .title {
  margin-bottom: 15px;
  font-size: 1.250em;
  font-weight: bold;
  color: #404040;
}

.sdgsBoyList .text {
  color: #666;
  line-height: 1.8;
}

.historyList {
  position: relative;
}

.historyList::after {
  content: '';
  position: absolute;
  left: 80px;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background-color: #666;
}

.historyList .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.historyList .year {
  position: relative;
  width: 100px;
  padding-top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.125em;
  color: #404040;
  font-weight: bold;
}

.historyList .year::after {
  content: '';
  position: absolute;
  right: 17px;
  top: 13px;
  z-index: 1;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 5px #f48980;
  box-shadow: 0 0 0 5px #f48980;
}

.historyList .right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 20px;
}

.historyList .title {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 12px;
  border-radius: 50px;
  font-size: 1.125em;
  color: #404040;
  font-weight: bold;
  background-color: #f8e5e4;
}

.historyList .text {
  padding-left: 15px;
  color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}

.cardList.col4 li {
  width: 25%;
}

@media (max-width:767px) {
  .cardList.col4 li {
    width: 50%;
  }

}

@media (max-width:480px) {
  .cardList.col4 li {
    width: 100%;
  }

}

.cardList.col3 li {
  width: 33.333%;
}

@media (max-width:767px) {
  .cardList.col3 li {
    width: 50%;
  }

}

@media (max-width:480px) {
  .cardList.col3 li {
    width: 100%;
  }

}

.cardList.col2 li {
  width: 50%;
}

@media (max-width:480px) {
  .cardList.col2 li {
    width: 100%;
  }

}

.cardList .pic img {
  display: block;
  width: 100%;
}

.proposalList {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width:481px) and (max-width:991px) {
  .proposalList.col3 li {
    width: 50%;
  }

}

.proposalList li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalList a {
  display: block;
}

.proposalList .box {
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width:768px) {
  .proposalList .box:hover .infoText {
    opacity: 1;
    bottom: 0;
  }

}

.proposalList .box:hover .btnTxt {
  border-color: #11b9a0;
  background-color: #fff;
}

.proposalList .pic {
  position: relative;
  overflow: hidden;
}

.proposalList .infoText {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 0.750em;
  color: #666666;
  letter-spacing: .28px;
  font-weight: 500;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (min-width:768px) {
  .proposalList .infoText {
    position: absolute;
    left: 0;
    bottom: -15px;
    opacity: 0;
  }

}

.proposalList .infoText span {
  margin-right: 15px;
}

.proposalList .bottomBox {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalList .textBox {
  line-height: 1.5;
}

.proposalList h3 {
  font-size: 1.125em;
  color: #666;
  letter-spacing: .36px;
  font-weight: 500;
}

.proposalList .tag {
  font-size: 0.750em;
  color: #666666;
  letter-spacing: .24px;
}

.proposalList .text {
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 0.875em;
  letter-spacing: .21px;
}

.proposalList .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.proposalList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.750em;
  color: #666666;
}

.proposalList .item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposalList .item span:not(:last-child) {
  margin-bottom: 12px;
}

.proposalList .item img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 6px;
}

.proposalList .btnTxt {
  padding: 1px 10px 1px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  color: #11b9a0;
  border: 1px solid #cdf2eb;
  background-color: #cdf2eb;
  border-radius: 15px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.proposalList .btnTxt i {
  margin-left: 6px;
}

.resultTxt {
  color: #b3b3b3;
  font-size: 1em;
  letter-spacing: .64px;
}

.btnBack {
  display: block;
  font-size: 0.875em;
  color: #003f96;
}

.btnBack::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 6px;
  height: 10px;
  background-image: url("/sitaiwan/assets/img/arrow_left2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.btnMore {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btnMore.aCenter {
  text-align: center;
}

.btnMore a {
  display: inline-block;
  width: 100%;
  max-width: 570px;
  height: 46px;
  line-height: 46px;
  color: #b3b3b3;
  border: 1px solid #666666;
  border-radius: 2px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.btnMore a:hover {
  background-color: #666666;
  color: #fff;
}

.proposalTopBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.proposalTopBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposalTopBox .item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 1em;
  color: #666;
  margin-right: 15px;
}

@media (max-width:480px) {
  .proposalTopBox .item span {
    font-size: 0.875em;
  }

}

.proposalTopBox .item img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}

.proposalTopBox h1 {
  font-size: 1.875em;
  font-weight: 500;
  color: #404040;
  padding-top: 10px;
  padding-bottom: 5px;
}

@media (max-width:480px) {
  .proposalTopBox h1 {
    font-size: 1.500em;
  }

}

.proposalTopBox .tag {
  font-size: 1.125em;
  color: #666;
  font-weight: 500;
}

.pageBanner {
  padding-left: 0;
  padding-right: 0;
}

.pageBanner img {
  display: block;
  width: 100%;
}

.proposalTabBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fcfcfc;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.proposalTabBox .tabSelect {
  display: none;
  width: 135px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 12px;
}

@media (max-width:640px) {
  .proposalTabBox .tabSelect {
    display: block;
  }

}

.proposalTabBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

@media (max-width:640px) {
  .proposalTabBox .list {
    display: none;
  }

}

.proposalTabBox .list li {
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width:600px) {
  .proposalTabBox .list li {
    margin-left: 10px;
    margin-right: 10px;
  }

}

.proposalTabBox .list a {
  position: relative;
  display: inline-block;
  padding: 20px 8px;
  font-size: 1em;
  color: #666666;
  font-weight: 400;
}

@media (max-width:600px) {
  .proposalTabBox .list a {
    font-size: 0.875em;
  }

}

.proposalTabBox .list a::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 3px;
  margin: auto;
  background-color: #003f96;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.proposalTabBox .list a:hover,
.proposalTabBox .list a.current {
  color: #404040;
}

.proposalTabBox .list a:hover::after,
.proposalTabBox .list a.current::after {
  width: 100%;
}

.proposalTabBox .btn1 {
  color: #fff;
  font-size: 1em;
}

@media (min-width:481px) {
  .proposalTabBox .btn1 {
    margin-left: 60px;
  }

}

@media (max-width:600px) {
  .proposalTabBox .btn1 {
    font-size: 0.875em;
  }

}

@media (max-width:480px) {
  .proposalTabBox .btn1 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

}

.proposalTabBox .btn1 span {
  position: relative;
  padding-left: 20px;
}

.proposalTabBox .btn1 span::before,
.proposalTabBox .btn1 span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 12px;
  height: 2px;
  background-color: #fff;
}

.proposalTabBox .btn1 span::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.defaultTextEditor {
  color: #666;
  font-size: 1.125em;
  line-height: 1.5;
}

    .defaultTextEditor img {
        width: 100%;
        max-width: 100% !important;
        height: auto !important;
    }

.defaultTextEditor strong {
  font-weight: 600;
  color: #404040;
}

.defaultTextEditor .subTitle {
  font-size: 1.125em;
  font-weight: 600;
  color: #404040;
}

.defaultTextEditor .centerBox {
  text-align: center;
}

.defaultTextEditor .underline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#003f96));
  background-image: -webkit-linear-gradient(#003f96);
  background-image: -o-linear-gradient(#003f96);
  background-image: linear-gradient(#003f96);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: 0 100%;
}

.defaultTextEditor ol.list li {
  margin-bottom: 20px;
  color: #666;
  font-size: 1em;
  line-height: 1.5;
}

.proposalTabList .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.proposalTabList .list1 img {
  margin-bottom: 15px;
}

@media (max-width:575px) {
  .proposalTabList .linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

}

.proposalTabList .linkBox p {
  width: 100%;
}

.proposalTabList .linkBox div {
  width: 49%;
}

@media (max-width:360px) {
  .proposalTabList .linkBox div {
    width: 100%;
  }

}

.proposalTabList .linkBox .btn2 {
  width: 100%;
}

.proposalInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #666666;
}

@media (max-width:440px) {
  .proposalInfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

}

.proposalInfo .title {
  font-size: 0.875em;
  color: #404040;
}

.proposalInfo .item {
  font-size: 1em;
  color: #404040;
}

.proposalInfo>li {
  width: 100%;
  max-width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:440px) {
  .proposalInfo>li {
    max-width: 100%;
  }

  .proposalInfo>li:not(:last-child) {
    margin-bottom: 12px;
  }

}

.proposalList2 {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}

.proposalList2>li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalList2 .box {
  padding: 13px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e6e6e6;
  font-weight: 600;
  color: #404040;
}

.proposalList2 .pic {
  margin-bottom: 15px;
}

.proposalList2 .pic img {
  display: block;
  width: 100%;
}

.proposalList2 .title {
  font-size: 1.125em;
}

.proposalList2 .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1em;
}

.proposalList2 .bottom .left {
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalList2 .bottom .right {
  text-align: right;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalList2 .complete .pic {
  opacity: 0.15;
}

.proposalList2 .complete .box {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b3b3b3;
}

.proposalDateList {
  padding-bottom: 50px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.proposalDateList>li {
  position: relative;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 7px;
  padding-bottom: 7px;
}

.proposalDateList>li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
  width: 16px;
  height: 16px;
  border: 5px solid #003f96;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.proposalDateList>li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 6.5px;
  width: 2px;
  height: 100%;
  background-color: #666666;
}

.proposalDateList .box {
  padding: 12px 0 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #003f96;
  border-radius: 5px;
  background-color: #fff;
}

.proposalDateList .date {
  font-size: 0.875em;
  font-weight: 500;
  color: #666666;
  letter-spacing: .28px;
}

.proposalDateList .title {
  font-size: 1em;
  font-weight: 500;
  color: #404040;
  letter-spacing: .32px;
}

.proposalDateList .titleBox {
  position: relative;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalDateList .titleBox::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("/sitaiwan/assets/img/icon_plus_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.proposalDateList .update::before {
  border-color: #666666;
  top: auto;
  bottom: 7px;
}

.proposalDateList .update .box {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #fafafa;
  border-color: #b3b3b3;
}

.proposalDateList .update .box::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 6.5px;
  width: 2px;
  height: calc(100% - 20px);
  /* background-image: -webkit-linear-gradient(top, #fff, #fff 5px, #666666 5px, #666666); */
  background-image: -o-linear-gradient(top, #fff, #fff 5px, #666666 5px, #666666);
  background-image: linear-gradient(to bottom, #fff, #fff 5px, #666666 5px, #666666);
  background-size: 100% 12px;
}

.proposalDateList .update .box::after {
  content: '\f078';
  position: absolute;
  left: 0;
  top: -5px;
  z-index: 2;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #666666;
  transform: rotate(180deg);
}

.tabContent .tabItemBox {
  display: none;
}

.tabContent .tabItemBox.current {
  display: block;
}

.proposalStartBox {
  margin-top: 30px;
  margin-bottom: 30px;
}

.proposalStartBox h1 {
  font-weight: normal;
  color: #404040;
  font-size: 1.750em;
  padding-top: 5px;
  padding-bottom: 5px;
}

.proposalStartBox .en {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.39;
  color: #404040;
}

.proposalStartBox .btn1 {
  font-size: 1em;
}

.proposalStartBox.csr .bread {
  margin-bottom: 0;
}

@media (max-width:480px) {
  .proposalStartBox.csr h1 {
    font-size: 1.375em;
    margin-bottom: 30px;
  }

  .proposalStartBox.csr .centerBox {
    text-align: center;
  }

  .proposalStartBox.csr .subTitle {
    text-align: center;
  }

  .proposalStartBox.csr .defaultTextEditor {
    font-size: 1em;
  }

}

.formToggleBox {
  position: relative;
  padding: 20px 12px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}

.formToggleBox .toggleButton {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 42px;
}

.formToggleBox .toggleButton::before {
  content: '展開';
  padding-left: 10px;
  color: #404040;
  font-size: 0.875em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.formToggleBox .toggleButton::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 12px;
  width: 18px;
  height: 18px;
  background-image: url("/sitaiwan/assets/img/plus.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.formToggleBox .ins {
  display: none;
  padding-top: 30px;
}

.formToggleBox.show .ins {
  display: block;
}

.formToggleBox.show .toggleButton::before {
  opacity: 0;
}

.formToggleBox.show .toggleButton::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.proposalForm.success .progressBar,
.proposalForm.success .formTitleList {
  opacity: 0;
}

.proposalForm.success .formStepBox,
.proposalForm.success .formTopBox,
.proposalForm.success .button,
.proposalForm.success .formMainTitle,
.proposalForm.success .tabContent {
  display: none;
}

.proposalForm.success .proposalFormSuccess {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 20px;
}

.proposalForm.success.stepListForm .tabContent {
  display: block;
}

@media (max-width:480px) {

  .proposalForm.success.buying .progressBar,
  .proposalForm.success.buying .formTitleList {
    opacity: 1;
  }

  .proposalForm.success.buying .formTitleList {
    margin-bottom: 5px;
  }

  .proposalForm.success.buying .formStepBox,
  .proposalForm.success.buying .formTopBox {
    display: block;
  }

}

@media (max-width:480px) {
  .proposalForm.buying .bread span.current::before {
    content: "\f105";
    margin: 0 5px;
    font-size: 1em;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #404040;
  }

  .proposalForm.buying .bread span:not(.current) {
    display: none;
  }

}

@media (max-width:520px) {
  .proposalForm.buying .button {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

}

.proposalForm .radio span::before,
.proposalForm .checkBox span::before {
  top: 5px;
}

.proposalForm .radio span::after,
.proposalForm .checkBox span::after {
  top: 9px;
}

.proposalForm .error input,
.proposalForm .error textarea {
  border-color: #CF2817;
  background-image: url("/sitaiwan/assets/img/icon_close3.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 10px top 12px;
}
.proposalForm .error select {
  border-color: #CF2817;
}

.proposalForm .error::after {
    content: '這裡沒寫到哦！';
    display: block;
    padding-top: 5px;
    font-size: 0.813em;
    color: #CF2817;
    font-weight: 500;
    letter-spacing: .024px;
}

.proposalForm .enterprise,
.proposalForm .personal {
  display: none;
}

.proposalForm .enterprise.show,
.proposalForm .personal.show {
  display: block;
}

.proposalForm .bread {
  margin-bottom: 10px;
}

.proposalForm .createPhotoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.proposalForm .createPhotoBox .title {
  width: 100%;
  font-size: 1.750em;
  font-weight: 600;
  color: #404040;
  margin-bottom: 12px;
}

.proposalForm .createPhotoBox .itemPhoto {
  position: relative;
  width: 117px;
  height: 117px;
  margin-right: 25px;
}

.proposalForm .createPhotoBox .itemPhoto img {
  display: block;
  width: 100%;
}

.proposalForm .createPhotoBox .itemPhoto .inputFile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.proposalForm .createPhotoBox .itemPhoto.add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.875em;
  color: #404040;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalForm .createPhotoBox .itemPhoto.add img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.proposalForm .topTitle {
  font-size: 1.125em;
  color: #404040;
}

.proposalForm .formTopBox {
  position: relative;
  margin-top: 20px;
}

.proposalForm .formTitleList {
  position: relative;
  font-size: 1.750em;
  color: #404040;
  font-weight: 400;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.proposalForm .formTitleList.noline::after {
  display: none;
}

.proposalForm .formTitleList::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 24px;
  height: 20px;
  border: 2px solid #7e7d80;
  border-left: none;
  border-right: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#7e7d80));
  background-image: -webkit-linear-gradient(left, #7e7d80);
  background-image: -o-linear-gradient(left, #7e7d80);
  background-image: linear-gradient(to right, #7e7d80);
  background-size: 100% 2px;
  background-repeat: repeat-x;
  background-position: left 50%;
}

.proposalForm .formTitleList li {
  display: none;
  width: calc(100% - 35px);
}

.proposalForm .formTitleList li.current {
  display: block;
}

.proposalForm .formTitleList li i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposalForm .formTitleList li i img {
  width: 20px;
  margin-left: 12px;
}

.proposalForm .formTitleList2 {
  padding-right: 40px;
  padding-bottom: 10px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.36px;
  color: #404040;
  border-bottom: 1px solid #666666;
}

.proposalForm .formTitleList2 li {
  display: none;
}

.proposalForm .formTitleList2 li.current {
  display: block;
}

.proposalForm .noBox {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: -0.36px;
  color: #666;
}

.proposalForm .noBox .total::before {
  content: '/';
  display: inline-block;
  margin-left: 3px;
  margin-right: 5px;
}

.proposalForm .formSetpList {
  position: relative;
  padding-top: 20px;
  padding-bottom: 12px;
}

.proposalForm .formSetpList::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f1f0f2;
}

.proposalForm .formSetpList .stepItem {
  float: left;
  width: 25%;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.proposalForm .formSetpList .current .box {
  color: #666;
}

.proposalForm .formSetpList .current .no::before {
  background-image: url("/sitaiwan/assets/img/icon_step_current.png");
}

.proposalForm .formSetpList .check .no::before {
  background-image: url("/sitaiwan/assets/img/icon_step_ok.png");
}

.proposalForm .formSetpList .no {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-bottom: 8px;
  overflow: hidden;
  font-size: 0.750em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.83;
  letter-spacing: -0.24px;
  text-align: center;
  color: #ffffff;
  background-color: #666666;
}

.proposalForm .formSetpList .no::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.proposalForm .formSetpList .box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.750em;
  letter-spacing: -0.24px;
  text-align: center;
  color: #b3b3b3;
}

.proposalForm .textBox {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 30px;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
  color: #404040;
  letter-spacing: 0.28px;
}

@media (max-width:480px) {
  .proposalForm .textBox {
    padding: 30px 15px;
  }

}

.proposalForm .redText {
  font-size: 0.875em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #CF2817;
  margin-top: -20px;
  margin-bottom: 35px;
}

.proposalForm .redText .mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  width: 15px;
  height: 15px;
  background-color: #CF2817;
  border-radius: 50%;
  background-image: url("/sitaiwan/assets/img/icon_exclamation_mark.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 10px 15px;
}

.proposalForm .coverPic {
  position: relative;
}

.proposalForm .coverPic .pic img {
  max-width: 100%;
}

.proposalForm .coverPic .changePic {
  position: relative;
}

.proposalForm .coverPic .changePic img {
  display: block;
  width: 100%;
}

.proposalForm .coverPic .changePic input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.proposalForm .coverPic.hasPhoto .changePic {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 37px;
  height: 37px;
  background-color: #fff;
  background-image: url("/sitaiwan/assets/img/icon_camera.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}

.proposalForm .coverPic.hasPhoto .changePic img {
  display: none;
}

.proposalForm .progressBar {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #666666;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.proposalForm .progressBar .bar {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 50px;
  height: 8px;
  background-color: #003f96;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.proposalForm .formTitle {
  margin-bottom: 12px;
  font-size: 1em;
  color: #404040;
}

.proposalForm .formTitle i {
  margin-right: 15px;
  color: #003f96;
}

.proposalForm .formText {
  color: #666666;
  font-size: 1em;
  line-height: 1.5;
}

.proposalForm .inputDataBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalForm .inputDataBox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.proposalForm .inputDataBox .title {
  padding-right: 15px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  color: #b3b3b3;
}

.proposalForm .inputDataBox i {
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

.proposalForm .inputDataBox i img {
  display: block;
  width: 100%;
}

.proposalForm .inputDataBox input {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.proposalForm .inputDataBox::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: -1;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.proposalForm .inputDataBox.fileError {
  border-color: #CF2817;
}

.proposalForm .inputDataBox.fileError::after {
  background-image: url("/sitaiwan/assets/img/icon_close3.svg");
}

.proposalForm .inputDataBox.fileError i {
  opacity: 0;
}

.proposalForm .inputDataBox.fileOk {
  border-color: #003f96;
}

.proposalForm .inputDataBox.fileOk .title {
  color: #404040;
}

.proposalForm .inputDataBox.fileOk::after {
  background-image: url("/sitaiwan/assets/img/icon_success.png");
}

.proposalForm .inputDataBox.fileOk i {
  opacity: 0;
}

.proposalForm .importFileBox .ins {
  overflow-x: auto;
  border: 1px solid #666;
  border-bottom: none;
  border-radius: 3px;
}

.proposalForm .importFileBox table {
  min-width: 800px;
}

.proposalForm .importFileBox th,
.proposalForm .importFileBox td {
  width: 5%;
  height: 28px;
  padding: 3px 10px;
  border: 1px solid #666;
  border-top: none;
  border-left: none;
  font-size: 0.875em;
  font-weight: 500;
  color: #404040;
}

@media (max-width:480px) {

  .proposalForm .importFileBox th,
  .proposalForm .importFileBox td {
    font-size: 0.750em;
  }

}

.proposalForm .importFileBox .total {
  margin-top: 10px;
  font-size: 1.125em;
  line-height: 1.33;
  letter-spacing: 0.36px;
  text-align: right;
  color: #404040;
}

.proposalForm .importCheckBox {
  position: relative;
  z-index: 0;
  margin: 50px 0;
  padding-top: 45px;
  padding-bottom: 60px;
}

.proposalForm .importCheckBox .topTitle {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.36px;
  margin-bottom: 15px;
  color: #404040;
}

@media (max-width:680px) {
  .proposalForm .importCheckBox .topTitle {
    padding-left: 15px;
  }

}

.proposalForm .importCheckBox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  margin-left: -50vw;
  width: 100vw;
  height: 100%;
  background-color: #e6e6e6;
}

.proposalForm .importCheckBox .title {
  margin-bottom: 5px;
  color: #404040;
}

.proposalForm .importCheckBox .title span {
  color: #CF2817;
}

.proposalForm .importCheckBox .checkItem {
  position: relative;
  z-index: 0;
  padding: 15px;
  border-radius: 6px;
  border: solid 1px #e6e6e6;
  background-color: #ffffff;
  margin-bottom: 15px;
}

@media (min-width:681px) {
  .proposalForm .importCheckBox .checkItem::after {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    z-index: -1;
    width: calc(100% + 60px);
    height: 100%;
    border-radius: 6px;
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
  }

}

.proposalForm .importCheckBox .otherInput {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 33px;
  color: #404040;
}

.proposalForm .importCheckBox .otherInput input {
  border: none;
  border-bottom: 1px solid #666666;
}

.proposalForm .dataListBox {
  position: relative;
  z-index: 0;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.proposalForm .dataListBox .ins {
  overflow-x: auto;
}

.proposalForm .dataListBox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50vw;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
}

.proposalForm .dataListBox .dateError {
  position: relative;
}

.proposalForm .dataListBox .dateError::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 15px;
  height: 19px;
  background-image: url("/sitaiwan/assets/img/icon_exclamation_mark2.png");
  background-size: contain;
}

.proposalForm .dataListBox table {
  min-width: 570px;
}

.proposalForm .dataListBox th,
.proposalForm .dataListBox td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.proposalForm .dataListBox th:not(:last-child),
.proposalForm .dataListBox td:not(:last-child) {
  padding-right: 30px;
}

.proposalForm .dataListBox th {
  position: relative;
  font-size: 0.750em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.24px;
  color: #404040;
}

.proposalForm .dataListBox th:last-child {
  text-align: right;
}

.proposalForm .dataListBox th:last-child::after {
  width: 100%;
  left: auto;
  right: 0;
}

.proposalForm .dataListBox th::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #aaa;
}

.proposalForm .dataListBox td {
  font-size: 0.750em;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.24px;
  color: #666666;
}

.proposalForm .dataListBox .total {
  font-size: 1.125em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.36px;
  text-align: right;
  border-top: 1px solid #666666;
}

.proposalForm .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 35px;
}

@media (max-width:520px) {
  .proposalForm .button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

.proposalForm .button a {
  display: none;
  margin-left: 30px;
}

.proposalForm .button a.on {
  display: block;
}

@media (max-width:520px) {
  .proposalForm .button a {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 12px;
  }

}

.proposalForm .pic img {
  max-width: 100%;
}

.proposalForm .dateDuring {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposalForm .dateDuring input {
  width: 180px;
}

.proposalForm .dateDuring span {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width:480px) {
  .proposalForm .dateDuring {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .proposalForm .dateDuring input {
    width: 100%;
  }

}

.proposalForm .formRadioList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.proposalForm .formRadioList.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.proposalForm .formRadioList.column li {
  width: 100%;
}

.proposalForm .formRadioList li {
  width: 33.333%;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:520px) {
  .proposalForm .formRadioList li {
    width: 50%;
  }

}

@media (max-width:440px) {
  .proposalForm .formRadioList li {
    width: 100%;
  }

}

.proposalForm .formRadioList .checkBox {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.proposalForm .formRadioList .stop {
  opacity: 0.3;
  pointer-events: none;
}

.proposalForm .openInput {
  display: none;
  padding-left: 33px;
  padding-bottom: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.proposalForm .openInput input {
  margin-left: 10px;
}

.proposalForm .formMainTitle {
  font-size: 1.750em;
  font-weight: 400;
  line-height: 1.64;
  letter-spacing: -0.56px;
  color: #666;
  margin-bottom: 18px;
}

.proposalForm .uploadPhoto {
  position: relative;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.proposalForm .uploadPhoto img {
  display: block;
  width: 100%;
}

.proposalForm .uploadPhoto input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.proposalForm .uploadPhoto.textBox {
  padding: 10px;
}

.proposalForm .uploadPhoto.textBox.before::before {
  content: '';
  position: absolute;
  right: 12px;
  top: 12px;
  width: 12px;
  height: 14px;
  background-image: url("/sitaiwan/assets/img/icon_upload2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.proposalForm .uploadPhoto.textBox .title {
  margin-bottom: 5px;
}

.proposalForm .uploadPhoto.textBox .title2 {
  font-size: 1em;
  color: #666666;
}

.proposalForm .uploadPhoto.textBox .text {
  font-size: 0.875em;
  color: #888;
}

.proposalForm .uploadPhoto.textBox .text2 {
  text-align: center;
  font-size: 0.875em;
  color: #e6e6e6;
  margin-bottom: 20px;
}

.proposalForm .uploadPhoto.textBox .icon {
  width: 77px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.proposalForm .uploadBox .formTitle {
  width: 100%;
}

.proposalForm .uploadBox .uploadPhoto {
  width: 290px;
}

.proposalForm .priceInputItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}

.proposalForm .priceInputItem .formTitle {
  width: 100%;
}

.proposalForm .priceInputItem input {
  margin-right: 10px;
}

.proposalForm .successServer,
.proposalForm .addServer {
  position: relative;
  margin-bottom: 20px;
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.proposalForm .successServer::before,
.proposalForm .successServer::after,
.proposalForm .addServer::before,
.proposalForm .addServer::after {
  content: '';
  position: absolute;
  background-color: #666666;
}

.proposalForm .successServer::before,
.proposalForm .addServer::before {
  width: 13px;
  height: 1px;
  right: 10px;
  top: 20px;
}

.proposalForm .successServer::after,
.proposalForm .addServer::after {
  width: 1px;
  height: 13px;
  right: 16px;
  top: 14px;
}

.proposalForm .uploadServer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 10px 5px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.formEditor {
  border: 1px solid #666666;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.formEditor .formEditorTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  font-size: 1.250em;
  color: #404040;
  font-weight: 500;
  letter-spacing: .04px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #666666;
}

.formEditor .formEditorContent {
  overflow-y: auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 1300px;
}

@media (max-width:640px) {
  .formEditor .formEditorContent {
    padding: 20px;
  }

}

.formDataList li {
  margin-bottom: 20px;
}

.formDataList .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #e6e6e6;
  background-color: #fff;
}

@media (max-width:640px) {
  .formDataList .box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

}

.formDataList .del {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formDataList .del::before,
.formDataList .del::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #666666;
}

.formDataList .del::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.formDataList .pic {
  width: 116px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.formDataList .pic.default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 116px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formDataList .pic.default::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 11px;
  height: 13px;
  background-image: url("/sitaiwan/assets/img/icon_upload.svg");
  background-size: contain;
}

.formDataList .pic.default i {
  font-size: 2.500em;
  color: #e6e6e6;
}

.formDataList .pic .inputFile {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.formDataList .pic img {
  display: block;
  width: 100%;
}

.formDataList .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 116px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:640px) {
  .formDataList .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

}

.formDataList .right .item {
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:640px) {
  .formDataList .right .item {
    width: 100%;
  }

}

.formDataList .right .title {
  font-size: 0.875em;
  font-weight: 600;
  color: #404040;
  margin-bottom: 10px;
}

.formDataList.album .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.formDataList.album .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width:580px) {
  .formDataList.album .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .formDataList.album .top .item {
    margin-bottom: 5px;
  }

}

.formDataList.album .top .title {
  margin-bottom: 5px;
}

@media (min-width:581px) {
  .formDataList.album .top .item:nth-child(1) {
    width: 150px;
  }

  .formDataList.album .top .item:nth-child(2) {
    width: calc(100% - 150px);
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

}

.formDataList.album .albumBox {
  width: 100%;
}

.formDataList.album .albumBox .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.formDataList.album .albumItem {
  position: relative;
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:580px) {
  .formDataList.album .albumItem {
    width: 33.333%;
  }

}

@media (max-width:380px) {
  .formDataList.album .albumItem {
    width: 50%;
  }

}

.formDataList.album .albumItem img {
  display: block;
  width: 100%;
}

.formDataList.album .albumItem input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.formDataList.album .albumItem:hover .imgDel {
  opacity: 1;
  pointer-events: auto;
}

.formDataList.album .imgDel {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url("/sitaiwan/assets/img/icon_close2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-size: 18px 18px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (min-width:481px) {
  .formDataList.album .imgDel {
    opacity: 0;
    pointer-events: none;
  }

}

.addFormDataList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875em;
  color: #404040;
}

.addFormDataList::before,
.addFormDataList::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 13px;
  height: 13px;
  background-image: -webkit-gradient(linear, left top, right top, from(#404040)), -webkit-gradient(linear, left top, right top, from(#404040));
  background-image: -webkit-linear-gradient(left, #404040), -webkit-linear-gradient(left, #404040);
  background-image: -o-linear-gradient(left, #404040), -o-linear-gradient(left, #404040);
  background-image: linear-gradient(to right, #404040), linear-gradient(to right, #404040);
  background-repeat: no-repeat;
  background-size: 13px 2px, 2px 13px;
  background-position: 0 50%, 50% 0;
}

.radio.square span::before,
.checkBox.square span::before {
  border-radius: 0;
}

.radio.square span::after,
.checkBox.square span::after {
  content: '\f00c';
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  text-align: center;
  border-radius: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  font-size: 0.750em;
  color: #003f96;
  background-color: transparent;
}

.radio.square input[type="radio"]:checked+span::before,
.radio.square input[type="checkBox"]:checked+span::before,
.checkBox.square input[type="radio"]:checked+span::before,
.checkBox.square input[type="checkBox"]:checked+span::before {
  border-color: #003f96;
}

.radio.square input[type="radio"]:checked+span::after,
.radio.square input[type="checkBox"]:checked+span::after,
.checkBox.square input[type="radio"]:checked+span::after,
.checkBox.square input[type="checkBox"]:checked+span::after {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.radio input[type="radio"],
.radio input[type="checkBox"],
.checkBox input[type="radio"],
.checkBox input[type="checkBox"] {
  display: none;
}

.radio input[type="radio"]:checked+span,
.radio input[type="checkBox"]:checked+span,
.checkBox input[type="radio"]:checked+span,
.checkBox input[type="checkBox"]:checked+span {
  color: #404040;
}

.radio input[type="radio"]:checked+span::after,
.radio input[type="checkBox"]:checked+span::after,
.checkBox input[type="radio"]:checked+span::after,
.checkBox input[type="checkBox"]:checked+span::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.radio b,
.checkBox b {
  color: #404040;
  font-weight: 500;
}

.radio span,
.checkBox span {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 1em;
  color: #666666;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.radio span::before,
.checkBox span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

    .checkBox.disable span::before {
        background-color: #eee;
        cursor: not-allowed;
    }

    .radio span::after,
    .checkBox span::after {
        content: '';
        position: absolute;
        left: 4px;
        top: 4px;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #003f96;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.color404040 {
  color: #404040;
}

.inputStyle1 {
  width: 100%;
  height: 45px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.textAreaStyle1 {
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.proposalFormSuccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.proposalFormSuccess img {
  width: 154px;
  margin-bottom: 55px;
}

.proposalFormSuccess p {
  line-height: 1.5;
  color: #404040;
  font-size: 1.125em;
  letter-spacing: .36px;
  margin-bottom: 55px;
}

@media (max-width:480px) {
  .proposalFormSuccess p {
    font-size: 0.875em;
    line-height: 1.93;
    letter-spacing: 0.28px;
  }

}

.proposalFormSuccess .maw {
  max-width: 300px;
}

.proposalFormSuccess .btnBox {
  width: 290px;
}

.proposalFormSuccess .btnBox a {
  display: block;
  margin-bottom: 15px;
}

.proposalFormSuccess .btnBox a:nth-child(1) {
  color: #fff;
}

.proposalFormSuccess .btnBox a:nth-child(2) {
  color: #666666;
  background-color: #fff;
  border: 1px solid #666666;
}

.talkList {
  margin-top: 50px;
}

.talkList li {
  margin-bottom: 40px;
}

.talkList .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.talkList .pic {
  width: 90px;
}

.talkList .pic img {
  display: block;
  width: 100%;
}

.talkList .rightBox {
  width: calc(100% - 90px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.talkList .title {
  margin-bottom: 10px;
  height: 55px;
  overflow: hidden;
  font-size: 1.125em;
  font-weight: 600;
  color: #404040;
  line-height: 1.5;
}

.talkList .post {
  margin-bottom: 5px;
  font-size: 0.750em;
  color: #666666;
  letter-spacing: .024px;
}

.talkList .text {
  color: #666666;
  font-size: 0.875em;
  line-height: 1.5;
  height: 45px;
  overflow: hidden;
}

.talkList .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 5px solid #666666;
}

@media (max-width:767px) {
  .talkList .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

}

.talkList .infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.talkList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:767px) {
  .talkList .item {
    margin-bottom: 5px;
  }

}

.talkList .item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.750em;
  color: #404040;
  margin-right: 15px;
  margin-bottom: 5px;
}

.talkList .item span img {
  width: 20px;
  margin-right: 5px;
}

.talkList .title a {
  color: #404040;
}

.talkList .text a {
  color: #666666;
}

.talkList .sdgsItem {
  font-size: 0.750em;
  color: #404040;
}

.talkList .sdgsItem a {
  color: #404040;
}

.talkList .sdgsItem .sdgsShareList a {
  color: #fff;
}

.talkList .sdgsShareList {
  right: 0;
  left: auto;
}

.iconItemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:767px) {
  .iconItemBox {
    margin-bottom: 5px;
  }

}

.iconItemBox span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.750em;
  color: #404040;
  margin-right: 15px;
  margin-bottom: 5px;
}

.iconItemBox span img {
  width: 20px;
  margin-right: 5px;
}

.talkSlideList {
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.talkSlideList,
.slick-slide {
  display: block;
  margin: 3px;
}

.talkSlideList .bottom {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #003f96;
  background-color: #f9f9f9;
}

.talkSlideList .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.talkSlideList .icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.750em;
  color: #404040;
  margin-right: 15px;
  margin-bottom: 5px;
}

.talkSlideList .icon img {
  width: 20px;
  margin-right: 5px;
}

.talkSlideList .title a {
  color: #404040;
}

.talkSlideList .item {
  position: relative;
}

.talkSlideList .pic img {
  display: block;
  width: 100%;
}

.talkSlideList .dotsList {
  padding-top: 30px;
}

.talkSlideList .text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  letter-spacing: .32px;
  background-color: #1c1c1c;
}

.buyDmList {
  position: relative;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.buyDmList.out {
  opacity: 0;
}

.buyDmList .item img {
  display: block;
  width: 100%;
}

.buyDmList .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  width: 78px;
  height: 70px;
  background-color: rgba(230, 230, 230, 0.62);
  background-repeat: no-repeat;
  background-size: 39px 51px;
  border: none;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.buyDmList .arrow:focus {
  outline: none;
}

.buyDmList .prev {
  left: -25px;
  border-radius: 0 20px 20px 0;
  background-image: url("/sitaiwan/assets/img/arrow_left.svg");
  background-position: right 17px top 50%;
}

.buyDmList .next {
  right: -25px;
  border-radius: 20px 0 0 20px;
  background-image: url("/sitaiwan/assets/img/arrow_right.svg");
  background-position: left 17px top 50%;
}

.buyingDmTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width:640px) {
  .buyingDmTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

}

.buyingDmTop h1 {
  font-size: 1.125em;
  color: #404040;
  letter-spacing: -0.36px;
}

.buyingDropDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125em;
  color: #404040;
  letter-spacing: -0.36px;
  cursor: pointer;
}

.buyingDropDown.open::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.buyingDropDown::after {
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  height: 8px;
  background-image: url("/sitaiwan/assets/img/down_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.buyingDropDownList {
  position: relative;
  z-index: 10;
  display: none;
}

.buyingDropDownList .close {
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: 5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
}

.buyingDropDownList .close::before,
.buyingDropDownList .close::after {
  content: '';
  position: absolute;
  background-color: #000;
}

.buyingDropDownList .close::before {
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  width: 100%;
  height: 1px;
}

.buyingDropDownList .close::after {
  left: 50%;
  top: 0;
  margin-left: -0.5px;
  width: 1px;
  height: 100%;
}

.buyingDropDownList .list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 500px;
  overflow-y: auto;
}

.buyingDropDownList li {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:480px) {
  .buyingDropDownList li {
    width: 100%;
    margin-bottom: 12px;
  }

}

.buyingDropDownList .title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1em;
  color: #404040;
  border-bottom: 1px solid #666666;
}

.buyingDropDownList a {
  display: block;
  font-size: 1em;
  color: #666;
  margin-bottom: 12px;
}

.buyingDropDownList a:hover,
.buyingDropDownList a.current {
  color: #000;
}

.albumPopBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.albumPopBox.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.albumPopBox .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.albumPopBox .insBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 730px;
  max-height: 88vh;
  margin-top: 6vh;
  padding: 40px 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width:768px) {
  .albumPopBox .insBox {
    padding: 20px 30px;
  }

}

.albumPopBox .item img {
  display: block;
  width: 100%;
}

.albumPopBox .link {
  display: none;
  padding-bottom: 20px;
  font-size: 1em;
  color: #404040;
  display: block;
  text-align: center;
}

.albumPopBox .link:hover {
  text-decoration: underline;
}

.albumPopBox .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}

.albumPopBox .close img {
  display: block;
  width: 100%;
}

.albumPopBox .albumTopList {
  position: relative;
  max-width: 100%;
  padding-bottom: 20px;
}

.albumPopBox .albumTopList>* {
  height: 100%;
}

.albumPopBox .albumTopList .slick-slide {
  overflow: hidden;
  height: 100%;
}

.albumPopBox .albumTopList .slick-slide img {
  display: block;
  width: 100%;
  max-height: calc(88vh - 250px);
  -o-object-fit: cover;
  object-fit: cover;
}

.albumPopBox .albumBottomList {
  max-width: 100%;
}

.albumPopBox .albumBottomList .item {
  margin-left: 6px;
  margin-right: 6px;
  max-height: 110px;
  overflow: hidden;
}

.albumPopBox .albumBottomList .item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.albumPopBox .albumBottomList .slick-track {
  margin-left: 0;
}

.albumPopBox .slick-arrow {
  position: absolute;
  width: 20px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  background: none;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
}

.albumPopBox .slick-arrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
}

.albumPopBox .slick-arrow:focus {
  outline: none;
}

.albumPopBox .slick-prev {
  left: -35px;
}

.albumPopBox .slick-prev::after {
  background-image: url("/sitaiwan/assets/img/arrow_left2.svg");
}

@media (max-width:480px) {
  .albumPopBox .slick-prev {
    left: -20px;
  }

}

.albumPopBox .slick-next {
  right: -35px;
}

.albumPopBox .slick-next::after {
  background-image: url("/sitaiwan/assets/img/arrow_right2.svg");
}

@media (max-width:480px) {
  .albumPopBox .slick-next {
    right: -25px;
  }

}

.popOutBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.popOutBox.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.popOutBox.buying .text {
  padding-left: 50px;
  color: #404040;
  background-image: url("/sitaiwan/assets/img/icon_exclamation_mark2.png");
  background-repeat: no-repeat;
}

@media (max-width:480px) {
  .popOutBox.buying .text {
    padding-left: 0;
    padding-top: 50px;
  }

}

@media (max-width:480px) {
  .popOutBox.buying .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

}

.popOutBox .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.31;
}

.popOutBox .insContent {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6vh;
  background-color: #fff;
  border-radius: 5px;
}

@media (max-width:767px) {
  .popOutBox .insContent {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 18px;
  }

}

.popOutBox .insBox {
  width: 100%;
  max-width: 520px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.popOutBox .insBox.center {
  text-align: center;
}

.popOutBox .pic img {
  max-width: 100%;
}

.popOutBox .title {
  text-align: center;
  font-size: 1.125em;
  color: #404040;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.popOutBox .text {
  font-size: 1em;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}

.popOutBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popOutBox .btnBox.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width:480px) {
  .popOutBox .btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

}

@media (min-width:481px) {
  .popOutBox .btnBox a {
    margin-left: 6px;
    margin-right: 6px;
  }

}

@media (max-width:480px) {
  .popOutBox .btnBox a {
    margin-top: 15px;
    text-align: center;
  }

}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #666666;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 0.875em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top>.arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #666666;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #666666;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right>.arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom>.arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #666666;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #666666;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.joinCsr {
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.joinCsr .list {
  padding-top: 40px;
}

.joinCsr .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:480px) {
  .joinCsr .list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

}

.joinCsr .list .pic {
  width: 53px;
}

@media (max-width:480px) {
  .joinCsr .list .pic {
    width: 64px;
    margin-bottom: 10px;
  }

}

.joinCsr .list .pic img {
  display: block;
  width: 100%;
}

.joinCsr .list .right {
  width: calc(100% - 53px);
  padding-left: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

@media (max-width:480px) {
  .joinCsr .list .right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

}

.joinCsr .list .title {
  font-size: 1em;
  font-weight: 500;
  color: #404040;
}

.joinCsr .list p {
  color: #666;
}

.joinToggle {
  position: relative;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.joinToggle img {
  position: absolute;
  right: 0;
  top: 8px;
  width: 15px;
  height: auto;
  margin-left: 10px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.joinToggle.show img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.joinToggleBox {
  display: none;
  font-size: 0.875em;
  line-height: 1.5;
  color: #666;
}

.joinToggleBox ol {
  padding-left: 20px;
}

.memberBox,
.memberTextBox {
  width: 290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.memberTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.memberTab a {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 1em;
  color: #666666;
  letter-spacing: .032px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.memberTab a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #003f96;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.memberTab a:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -9px;
  width: 2px;
  height: 18px;
  background-color: #666666;
}

.memberTab a:hover,
.memberTab a.current {
  color: #666;
}

.memberTab a:hover::before,
.memberTab a.current::before {
  width: 100%;
}

.memberList {
  display: none;
}

.memberList.current {
  display: block;
}

.memberFormList {
  min-height: 200px;
  margin-bottom: 30px;
}

.memberFormList label {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.memberFormList label.error .errorText {
  display: block;
}

.memberFormList::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}

.memberFormList:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

.memberFormList::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

.memberFormList::placeholder {
  color: #666666;
  opacity: 1;
}

.memberFormList .errorText {
  display: none;
}

.memberFormList h3 {
  font-size: 1em;
  font-weight: 500;
  color: #666;
}

.memberFormList p {
  font-size: 0.875em;
  color: #666666;
}

.memberFormList .showPassword {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.memberFormList .showPassword img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.memberFormList .showPassword.on {
  background-image: url("/sitaiwan/assets/img/icon_eye_green.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.memberFormList .showPassword.on img {
  opacity: 0;
}

.memberFormList .icon {
  position: absolute;
  left: 18px;
  top: 7px;
}

.memberFormList .inputStyle1 {
  width: 100%;
  padding-left: 55px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.memberFormList .errorText {
  padding-left: 20px;
  padding-top: 5px;
  font-size: 0.750em;
  color: #b3b3b3;
  letter-spacing: 0.24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("/sitaiwan/assets/img/icon_close3.svg");
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position-y: 9px;
}

.memberBottom p {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 0.750em;
}

.memberBottom p a {
  display: inline-block;
  color: #003f96;
}

.memberBottom p a:hover {
  text-decoration: underline;
}

.memberTextBox {
  display: none;
}

.memberTextBox.current {
  display: block;
}

.memberTextBox h3 {
  font-size: 1em;
  font-weight: 500;
  color: #666;
  text-align: center;
}

.memberTextBox p {
  font-size: 0.875em;
  color: #666666;
}

.memberPrivacy {
  display: none;
  padding-bottom: 30px;
}

.memberPrivacy .topTitle {
  margin-bottom: 30px;
  border-bottom: 1px solid #f6f6f6;
  font-size: 1em;
  font-weight: 500;
  color: #666;
}

.memberPrivacy .topTitle .ins {
  position: relative;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.memberPrivacy .topTitle a {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.memberPrivacy .ins {
  width: 100%;
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.memberMainTitle {
  font-size: 1.750em;
  font-weight: normal;
  line-height: 1.64;
  letter-spacing: -0.56px;
  text-align: center;
  color: #666;
  text-align: center;
}

.memberMainText {
  font-size: 0.750em;
  line-height: 2;
  letter-spacing: 0.24px;
  text-align: center;
  color: #666;
}

.memberOverViewBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 460px;
  margin: 40px auto;
}

.memberOverViewBtn .itemBox {
  position: relative;
  z-index: 0;
  width: calc(50% - 10px);
  min-height: 110px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: solid 1px #003f96;
  background-color: #003f96;
}

.memberOverViewBtn .itemBox::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/sitaiwan/assets/img/maskBg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}

.memberOverViewBtn .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.memberOverViewBtn .icon {
  height: 40px;
  margin-bottom: 10px;
}

.memberOverViewBtn .title {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.64px;
  text-align: left;
  color: #ffffff;
}

.memberLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #f2f2f2;
  overflow-x: auto;
}

@media (min-width:641px) {
  .memberLink {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}

.memberLink a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 13px 0;
  margin: 0 20px;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.32px;
  color: #666666;
}

.memberLink a:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -9px;
  width: 2px;
  height: 18px;
  background-color: #666666;
}

.memberLink a.current,
.memberLink a:hover {
  color: #666;
}

.memberLink a.current::before,
.memberLink a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #003f96;
}

.memberRecordBox {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
}

.memberRecordBox .topTitle .item {
  border-bottom: solid 1px #d9d9d9;
}

.memberRecordBox .mainTitle {
  font-size: 1.250em;
  color: #666;
}

.memberRecordBox .ok {
  color: #003f96;
}

.memberRecordBox img {
  max-width: 100%;
}

.memberRecordBox .item {
  padding: 10px 0;
  font-size: 0.750em;
  color: #b3b3b3;
}

.memberRecordBox .item.left {
  text-align: left !important;
}

.memberRecordBox .a-title {
  color: #666;
}

.memberRecordBox .btnEdit,
.memberRecordBox .btnView {
  display: block;
  max-width: 62px;
  margin: 3px 0 3px auto;
  font-size: 1em;
  border-radius: 6px;
  padding: 5px 0;
  border: solid 1px #003f96;
  text-align: center;
}

.memberRecordBox .btnEdit {
  color: #fff;
  background-color: #003f96;
}

.memberRecordBox .btnView {
  color: #003f96;
  background-color: #fff;
}

.memberRecordBox .note {
  margin-top: 15px;
  font-size: 0.875em;
  color: #666;
}

@media (min-width:641px) {
  .memberRecordBox {
    display: table;
  }

  .memberRecordBox .topTitle,
  .memberRecordBox .list {
    display: table-row;
  }

  .memberRecordBox .topTitle .item:nth-child(1),
  .memberRecordBox .list .item:nth-child(1) {
    width: 17%;
  }

  .memberRecordBox .topTitle .item:nth-child(2),
  .memberRecordBox .list .item:nth-child(2) {
    width: 25%;
  }

  .memberRecordBox .topTitle .item:nth-child(3),
  .memberRecordBox .list .item:nth-child(3) {
    width: 12%;
  }

  .memberRecordBox .topTitle .item:nth-child(4),
  .memberRecordBox .list .item:nth-child(4) {
    width: 12%;
  }

  .memberRecordBox .topTitle .item:nth-child(5),
  .memberRecordBox .list .item:nth-child(5) {
    width: 12%;
  }

  .memberRecordBox .topTitle .item:nth-child(6),
  .memberRecordBox .list .item:nth-child(6) {
    width: 12%;
  }

  .memberRecordBox .topTitle .item:nth-child(7),
  .memberRecordBox .list .item:nth-child(7) {
    width: 10%;
  }

  .memberRecordBox .topTitle .item:not(:first-child),
  .memberRecordBox .list .item:not(:first-child) {
    text-align: center;
  }

  .memberRecordBox .item {
    display: table-cell;
    vertical-align: middle;
  }

  .memberRecordBox .list .item {
    background-image: url("/sitaiwan/assets/img/line.png");
    background-repeat: repeat-x;
    background-position: left bottom;
  }

}

@media (max-width:640px) {
  .memberRecordBox .topTitle .item:not(:first-child) {
    display: none;
  }

  .memberRecordBox .list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background-image: url("/sitaiwan/assets/img/line.png");
    background-repeat: repeat-x;
    background-position: left bottom;
  }

  .memberRecordBox .img {
    width: 100px;
  }

  .memberRecordBox .title {
    width: calc(100% - 100px);
    color: #666;
    padding-left: 12px;
  }

  .memberRecordBox .state,
  .memberRecordBox .date {
    width: calc(100% - 110px);
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .memberRecordBox .state::before,
  .memberRecordBox .date::before {
    content: attr(data-title);
    margin-right: 10px;
    padding-right: 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, to(#b3b3b3));
    background-image: -webkit-linear-gradient(top, #b3b3b3 100%);
    background-image: -o-linear-gradient(top, #b3b3b3 100%);
    background-image: linear-gradient(to bottom, #b3b3b3 100%);
    background-repeat: no-repeat;
    background-position: right 50%;
    background-size: 1px 15px;
  }

  .memberRecordBox .button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
  }

}

@media (max-width:480px) {
  .memberRecordBox {
    margin-top: 20px;
    margin-bottom: 20px;
  }

}

.resourceTopBox {
  padding-top: 75px;
  padding-bottom: 65px;
}

.resourceTextBox {
  width: 100%;
  margin-bottom: 20px;
}

.resourceTextBox .title {
  font-size: 1em;
  color: #4d4d4d;
}

.resourceTextBox .text {
  font-size: 1em;
  color: #666666;
}

.resourceTextBox .group {
  position: relative;
  padding-left: 15px;
  margin-right: 12px;
}

.resourceTextBox .group::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: solid 1px #666666;
  background-image: url("/sitaiwan/assets/img/icon_check.svg");
  background-size: 7px 7px;
  background-position: 50% 50%;
}

.open>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  padding-left: 10px;
  padding-right: 10px;
}

.dropdown-menu li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 1em;
  color: #666666;
}

.dropdown-menu label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-menu label.checkbox input[type="checkBox"] {
  margin-right: 8px;
}

.multiselect-native-select,
.btn-group {
  display: block;
  width: 100%;
}

.multiselect-selected-text {
  display: block;
  width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.multiselect-selected-text:hover {
  color: #666666;
}

.dropdown-toggle {
  text-align: left;
}

.dropdown-toggle::after {
  display: none;
}

.header_left_menu .menuBox:nth-of-type(1) .headerDropdownMenu,
.header_left_menu .menuBox:nth-of-type(3) .headerDropdownMenu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.headerDropdownMenu .itemBox>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
}

.headerDropdownMenu .itemBox.higher>a {
  height: 95px;
}

.selectFilterBox select {
  display: none;
}

header .headerTop {
  background-color: #f1f1f1;
}

@media(max-width: 979px) {
  header .headerTop {
    display: none;
  }
}

header .headerTop .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1em;
  color: #404040;
  max-width: 100%;
}

header .headerTop .link {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 1em;
  color: #404040;
}

header .headerTop .link::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #404040;
}

header .headerTop .sizeBox {
  display: flex;
  align-items: center;
}

header .headerTop .sizeBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  width: 25px;
  height: 25px;
  color: #404040;
  font-size: 1em;
  border-radius: 50%;
  transition: all .5s;
  overflow: hidden;
}

header .headerTop .sizeBox a:hover,
header .headerTop .sizeBox a.current {
  background-color: #003f96;
  color: #fff;
}

.sectionSiteMap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.siteMapTitle {
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 1.75em;
  color: #003f96;
  border-bottom: 1px solid #666;
}

.siteMapText {
  font-size: 1.313em;
  color: #404040;
  margin-bottom: 40px;
}

.siteMapListBox {
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #666;
}

@media(max-width: 480px) {
  .siteMapListBox {
    padding: 20px;
  }
}

.siteMapList dt {
  color: #404040;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.siteMapList dt:not(:first-child) {
  margin-top: 40px;
}

.siteMapList dd {
  font-size: 1.313em;
  padding-left: 20px;
  margin-bottom: 5px;
}

#mainContent.big-font {
  font-size: 1.125rem;
}

#mainContent.middle-font {
  font-size: 1rem;
}

#mainContent.small-font {
  font-size: 0.975rem;
}

.question-list>a {
  display: block;
}

.linkBlock>a {
  display: block;
}

/* tip-alert  */
.tip-alert-red {
    position: relative;
    padding: 1rem;
    width: 100%;
    background-color: #fbe1e3;
    color: red;
}
/* tip-alert  */

/* space-set-calendar */
.space-set-calendar {
    position: relative;
    width: 100%;
    padding-top: 1rem; 
}

    .space-set-calendar > table {
        width: 100%;
    }

        .space-set-calendar > table td {
            position: relative;
            padding: 0.5rem 1rem;
            text-align: center;
            border: 1px solid #666;
            background-color: white;
        }

        .space-set-calendar > table td .space-date {
            position: absolute;
            top: 0;
            left: 0.2rem;
        }
/* space-set-calendar */