.bg {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #5ed7c0;
  width: 100%;
  height: 660px;
  text-align: center;
  background-image: url("/sitaiwan/assets/img/SDG_Taiwan_desktop.png");
  background-size: auto 600px;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.bg_mobile {
  background-color: #5ed7c0;
  width: 100%;
  padding-top: 50px;
}

.contain {
  background-color: white;
  padding-top: 40px;
}

.infobox {
  position: absolute;
  top: 100px;
  left: 30px;
  width: 380px;
  /*min-height: 100px;*/
  opacity: 0.85;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #666666;
  z-index: 98;
  padding: 15px 30px 15px 55px;
}

.info-pin {
  position: absolute;
  left: 15px;
  top: 18px;
  width: 25px;
}

.info-close {
  font-size: 1.125em;
  color: #60d8c1;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.frame {
  position: absolute;
  width: 90%;
  left: 5%;
  margin-top: -23px;
}

.selector {
  height: 46px;
  border-radius: 23px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  text-indent: 13%;
  padding-right: 10%;
  overflow: hidden;
}

.icon-down {
  position: absolute;
  right: 6%;
  top: 16px;
}

.icon-search {
  position: absolute;
  left: 6%;
  top: 10px;
}

.icon-search img {
  width: 16px;
  height: 16px;
}

/* si-sdgs-info-mobile*/
.bg-mobile {
  position: absolute;
  top: 48px;
  background-color: #FFFFFF;
  width: 100%;
  min-height: calc(100vh - 48px);
  padding-top: 50px;
  border-right: 9px solid #FFFFFF;
  border-left: 9px solid #FFFFFF;
  z-index: 98;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  height: 38px;
  width: 38px;
  background-image: url('/sitaiwan/assets/img/icon_close.png');
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.sdgsList {
  position: absolute;
  top: 15px;
  left: 15px;
}

.sdgs-icon {
  width: 70px;
  height: 70px;
}

.info-location {
  font-size: 0.750em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 0.2px;
  text-align: left;
  color: #666666;
}

.info-title {
  font-size: 1.250em;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: left;
  color: #666666;
  padding-top: 10px;
}

.info-summary {
  font-size: 1.125em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.4px;
  text-align: justify;
  color: #666666;
}

.info-title-related {
  font-size: 1.250em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: 0.4px;
  text-align: left;
  color: #666666;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
}

.info-title-related-selected {
  border: #666666 solid 1px;
  border-bottom: 0px;
}

.info-line {
  width: 100%;
  height: 1px;
  border-top: solid 1px #676767;
  margin-bottom: 10px;
}

.info-org-cover {
  height: 120px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.info-org-title {
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.3px;
  text-align: center;
  color: #666666;
  margin-top: 10px;
}

.info-org-description {
  font-size: 0.875em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2rem;
  letter-spacing: 0.3px;
  text-align: justify;
  color: #666666;
  margin-top: 10px;
  max-height: 3.7rem;
  overflow: hidden;
}

.info-org-more {
  font-size: 0.875em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #666666;
  margin-bottom: 40px;
  margin-top: 5px;
  cursor: pointer;
  border-bottom: #666666 solid 1px;
}

.si_sdgs_title {
  font-size: 1em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.03;
  letter-spacing: 0.3px;
  text-align: center;
  color: #666666;
}

.info-org-sub-title {
  margin-top: 10px;
  font-size: 0.875em;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.3px;
  text-align: left;
  color: #666666;
}

.si_sdgs_dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 1px;
}

.pin {
  position: absolute;
  display: inline-block;
  width: 20px;
  cursor: pointer;
}

.pin_bg {
  position: absolute;
  left: 50%;
  display: inline-block;
  cursor: pointer;
  width: 27px;
  height: 38px;
  background-image: url('/sitaiwan/assets/img/pin.svg');
  background-size: contain;
  background-position: center color;
}

.pin_dot {
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: white;
}

.pin_dot_two_1 {
  margin-top: 10px;
  margin-left: -8px;
}

.pin_dot_two_2 {
  margin-top: 10px;
  margin-left: 1px;
}

.pin_dot_three_1 {
  margin-top: 4px;
  margin-left: -4px;
}

.pin_dot_three_2 {
  margin-top: 13px;
  margin-left: -8px;
}

.pin_dot_three_3 {
  margin-top: 12px;
  margin-left: 1px;
}

.pin_dot_big {
  width: 17px;
  height: 17px;
  border-radius: 10px;
  margin-left: -8px;
  margin-top: 5px;
}

@media (min-width:768px) {

  /* si-sdgs-info-desktop*/
  .bginfo {
    position: absolute;
    top: 72px;
    background-color: #FFFFFF;
    width: 100%;
    min-height: calc(100vh - 48px);
    padding-top: 35px;
    border-right: 9px solid #FFFFFF;
    border-left: 9px solid #FFFFFF;
    z-index: 98;
  }

  .close {
    position: absolute;
    top: 0px;
    right: 15px;
    cursor: pointer;
    height: 38px;
    width: 38px;
    background-image: url('/sitaiwan/assets/img/icon_close.png');
    background-position: center center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }

  .sdgs-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }

  .info-location {
    height: 17px;
    font-size: 1.125em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.4px;
    text-align: left;
    color: #666666;
    margin-top: 25px;
  }

  .info-title {
    font-size: 1.875em;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.6px;
    text-align: left;
    color: #666666;
    padding-top: 10px;
  }

  .info-title-sub {
    font-size: 1.250em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 0.4px;
    text-align: left;
    color: #666666;
  }

  .info-summary {
    font-size: 1.125em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.4px;
    text-align: justify;
    color: #666666;
  }

  .info-title-related {
    font-size: 1.250em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 0.4px;
    text-align: left;
    color: #666666;
    margin-top: 60px;
    text-align: center;
    cursor: pointer;
  }

  .info-title-related-selected {
    border: #666666 solid 1px;
    border-bottom: 0px;
  }

  .info-line {
    width: 100%;
    height: 1px;
    border-top: solid 1px #676767;
    margin-bottom: 10px;
  }

  .info-org-cover {
    height: 120px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .info-org-title {
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.3px;
    text-align: left;
    color: #666666;
    margin-top: 10px;
  }

  .info-org-description {
    font-size: 0.875em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #666666;
    margin-top: 10px;
    height: 3.7rem;
    overflow: hidden;
  }

  .info-org-more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 1px #C9F0EA;
    border-radius: 20px;
    color: #11b9a0;
    font-size: 0.875em;
    background-color: #C9F0EA;
    cursor: pointer;
    position: absolute;
    top: 40%;
  }

  .si_sdgs_title {
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.03;
    letter-spacing: 0.3px;
    text-align: left;
    color: #666666;
  }

  .info-org-sub-title {
    margin-top: 10px;
    font-size: 0.875em;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: left;
    color: #666666;
  }

  .si_sdgs_dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 1px;
  }

}

svg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

path {
    stroke: #60d8c1; /*//�u�����I���Ostroke*/
    fill: #fff; /*//SVG���I���Ofill*/
    /*cursor: pointer;*/
}

    path:hover {
        cursor: url('/sitaiwan/assets/img/icon_water_wave.png') 36 36, pointer;
    }

    path.active {
        fill: #078573;
        stroke: #000;
        stroke-width: 2;
        z-index: 1;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

.bookpin_bg {
    position: absolute;
    left: 50%;
    display: inline-block;
    cursor: pointer;
    width: 27px;
    height: 38px;
    background-image: url('/sitaiwan/assets/img/bookMarker.svg');
    background-size: contain;
    background-position: center center;
}

.box-title {
    font-size: 1.375em;
    font-weight: 600;
    color: #000;
}

.sdgbox {
    position: absolute;
    bottom: 50px;
    left: 30px;
    width: 348px;
    min-height: 100px;
    opacity: 1;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: left;
    color: #666666;
    z-index: 98;
    padding: 18px 18px 29px 18px;
}

.sdgsbox-icon {
    position: relative;
    margin: 8px;
    width: 62px;
    height: 62px;
    cursor: pointer;
    border: 2px solid transparent;
}

    .sdgsbox-icon.active {
        border-color: #000;
    }

.sdgbox {
    position: absolute;
    bottom: 50px;
    left: 30px;
    width: 348px;
    min-height: 100px;
    opacity: 1;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: left;
    color: #666666;
    z-index: 98;
    padding: 18px 18px 29px 18px;
}

.sdginfobox {
    position: absolute;
    top: 20px;
    right: 30px;
    width: 432px;
    max-height: 609px;
    opacity: 1;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: left;
    color: #666666;
    z-index: 98;
    padding: 30px 36px 35px 36px;
    overflow: hidden;
    overflow-y: auto;
}

    .sdginfobox::-webkit-scrollbar {
        width: 8px;
    }

    .sdginfobox::-webkit-scrollbar-thumb {
        height: 56px;
        border-radius: 4px;
        background: hsla(0, 0%, 53.3%, .4);
    }
.sdginfobox-item {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #003f96;
}

.sdginfobox-icon {
    position: relative;
    margin-top: 10px;
    margin-right: 13px;
    width: 49px;
    height: 49px;
}

.sdg_si_btn {
    padding: 10px;
    padding-bottom: 0;
}

    .sdg_si_btn .si_btn {
        height: 58px;
        margin: 0;
    }

        .sdg_si_btn .si_btn:hover {
            background-color: #003f96 !important;
            color: #ffffff !important;
        }

    .sdg_si_btn img {
        margin-left: 10px;
        width: 23px;
        height: 18px;
    }

.sdg_si_btn2 {
    position: absolute;
    padding-top: 17px;
    margin-top: 10px;
    right: 0;
}

    .sdg_si_btn2 button {
        padding: 5px 10px;
        width: 125px;
        height: 30px;
        border-radius: 6px;
        border: solid 1px #003f96;
        background-color: rgba(66, 209, 181, 0.26);
        font-size: 0.875em;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.39;
        letter-spacing: 0.7px;
        color: #11b9a0;
    }

    .sdg_si_btn2 img {
        margin-left: 8px;
        width: 6px;
        height: 10px;
        vertical-align: middle;
    }

.sdg_link_btn {
    position: absolute;
    padding-top: 5px;
    right: 0;
    font-size: 0.875em;
}

    .sdg_link_btn button {
        padding: 0;
        border: 0;
        border-bottom: 1px solid #000000;
        background-color: transparent;
    }

    .sdg_link_btn img {
        margin-right: 5px;
        width: 12px;
        height: 11px;
    }

.infobox {
    top: 10px;
    padding: 15px 30px 15px 15px;
}

.help {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

    .help .help-info {
        position: relative;
        padding-top: 127px;
        margin: 0 auto;
        width: 1100px;
        height: 550px;
        font-size: 1.125em;
    }

        .help .help-info .mapIcon {
            position: absolute;
            padding: 18px;
            top: 127px;
            left: 0;
            background-color: #fff;
            border-radius: 8px;
            width: 573px;
        }

        .help .help-info .textIcon {
            color: #fff;
        }

        .help .help-info .help-info-btn {
            position: absolute;
            padding: 10px;
            top: 127px;
            right: 0;
            /*width: 145px;*/
            background-color: #fff;
            border-radius: 8px;
            color: #404040;
            cursor: pointer;
            z-index: 100;
        }
            .help .help-info .help-info-btn:before {
                content: url('/sitaiwan/assets/img/icon_close.svg');
                margin-right: 5px;
            }

.help-info-line {
    width: 100px;
    border: 1px solid #fff;
}

.hovertext {
    position: absolute;
    padding: 2px 5px;
    background-color: #cecece;
    border: 1px solid #fff;
    font-size: 0.75rem;
    z-index: 100;
}