@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
}

*:focus {
  outline: none;
}

html {
  font-size: 10px;
}

html.fixed {
  height: 100vh;
  overflow: hidden;
}

html.fontsize8 {
  font-size: 8px;
}

html.fontsize10 {
  font-size: 10px;
}

html.fontsize12 {
  font-size: 12px;
}

body {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #555;
}

body.fixed {
  height: 100vh;
  overflow: hidden;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

figure {
  margin: 0;
  padding: 0;
}

button {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
}

.unreset {
  padding: 1px 0;
  font-family: "Microsoft JhengHei", sans-serif;
}

.unreset:after {
  content: "";
  display: block;
  clear: both;
}

.unreset img {
  max-width: 100%;
  height: auto !important;
}

.unreset p {
  margin: 1.6em 0;
  line-height: 2.8rem;
  font-size: 1.6rem;
}

.unreset p:first-child {
  margin-top: 0;
}

.unreset table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid;
  border-color: #555;
}

.unreset tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.unreset td,
.unreset th {
  display: table-cell;
  vertical-align: inherit;
  border: 1px solid;
  border-color: #555;
}

.unreset iframe {
  max-width: 100%;
  display: block;
}

/* 編輯器影片RWD */
.unreset .embeddedContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.unreset .embeddedContent iframe,
.unreset .embeddedContent object,
.unreset .embeddedContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

.clearfloat {
  clear: both;
}

select {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* font */
.delay025 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.delay05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay075 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.delay1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.opacity_show {
  opacity: 1 !important;
}

/*========== header ==========*/
header {
  padding: 25px 50px 20px 50px;
  position: absolute;
  width: 100%;
  left: 0;
  /*top: 0;*/
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container {
  position: relative;
}

header .logo {
  margin-bottom: 20px;
}

header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .logo img {
  display: inline-block;
  margin-right: 30px;
}

header .right-block {
  text-align: right;
}

.main-menu ul.layer1 > li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  position: relative;
}

.main-menu ul.layer1 > li > a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}

.main-menu ul.layer1 > li > a:hover {
  /* color: #007997; */
  text-decoration: underline;
}
.main-menu ul.layer1 > li.active > a {
  /* color: #007997; */
  text-decoration: underline;
}

.main-menu ul.layer1 > li.active > a::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu ul.layer1 > li:first-child {
  margin-left: 0;
}

.main-menu ul.layer2 {
  display: none;
  position: absolute;
  left: 0;
  top: 30px;
  width: 200px;
}

.main-menu ul.layer2 > li > a {
  display: block;
  padding: 10px 15px;
  background: #0e3e86;
  color: #fff;
  font-size: 1.8rem;
}

.main-menu ul.layer2 > li > a:hover {
  background: #007997;
}

.phone-main-menu {
  display: none;
  border-top: 1px solid #eee;
  margin: 20px 40px;
}

.phone-main-menu ul.layer1 > li {
  display: block;
}

.phone-main-menu ul.layer1 > li > a {
  display: block;
  padding: 12px 15px;
  color: #0e3e86;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.phone-main-menu ul.layer2 {
  display: none;
  background: #d2dbed;
}

.phone-main-menu ul.layer2 > li {
  display: block;
}

.phone-main-menu ul.layer2 > li > a {
  display: block;
  padding: 10px 15px;
  color: #0e3e86;
  text-align: center;
  font-weight: bold;
}

.header-member {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.header-member .member-name {
  display: inline-block;
}

.header-member .member-name a {
  color: #fff;
  border-bottom: 1px solid #79dcec;
}

.header-member .member-btn {
  margin-left: 30px;
  display: inline-block;
}

.header-member .member-btn a {
  color: #fff;
}

.header-member .member-btn a:hover {
  text-decoration: underline;
}

.phone-bar {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  display: none;
}

.phone-bar .bar {
  width: 70%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 6px;
}

.phone-bar .bar:nth-child(1) {
  top: 11px;
}

.phone-bar .bar:nth-child(2) {
  top: 19px;
}

.phone-bar .bar:nth-child(3) {
  top: 27px;
}

.sns-block {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}

.sns-block .box {
  display: inline-block;
  
}
.sns-block .box:not(:last-child) {
  margin-right: 30px;
}

.sns-block .box a {
  color: #fff;
  padding-left: 40px;
  position: relative;
}

.sns-block .box a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}



.sns-block .mail a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
}

.sns-block .mail a:hover {
  text-decoration: underline;
}

.sns-block .facebook a:before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
}

.sns-block .facebook a:hover {
  text-decoration: underline;
}

/*===== footer =====*/
footer {
  background: url(../images/footer-bg.jpg) center;
  position: relative;
  background-size: cover;
}

footer .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .logo img {
  display: inline-block;
  margin-right: 30px;
}

footer .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #b0b4b5;
  padding: 78px 50px;
}

footer .bottom-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 50px;
}

footer .sns-block {
  margin-top: 30px;
}

footer .info {
  text-align: right;
  color: #fff;
}

footer .info p {
  margin-bottom: 20px;
  font-size: 2rem;
}

footer .info p i {
  margin-right: 10px;
}

footer .info p:last-child {
  margin-bottom: 0;
}

footer .info .google-map a {
  font-size: 1.6rem;
  display: inline-block;
  padding: 10px 20px;
  background: #0e3e86;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}

footer .info .google-map a:hover {
  background: #007997;
}

.copyright {
  color: #fff;
  font-size: 1.8rem;
}

.iware {
  color: #fff;
  font-size: 1.8rem;
}

.iware a {
  color: #fff;
}

.iware a:hover {
  text-decoration: underline;
}

.contact-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e3e86), to(#007997));
  background-image: linear-gradient(to bottom, #0e3e86 0%, #007997 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.contact-btn a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
}

.contact-btn a i {
  font-size: 2rem;
  display: block;
  /* padding: 25px 0 10px 0; */
  padding: 15px 0 8px 0;
}

.contact-btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#007997), to(#0e3e86));
  background-image: linear-gradient(to bottom, #007997 0%, #0e3e86 100%);
}

.contact-btn-block {
  position: absolute;
  right: 50px;
  /* top: -60px; */
  bottom: 20%;
  position: fixed;
}

.contact-btn-list{
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.contact-btn-list .feedback{
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
.contact-btn-list .feedback.insite-feedback{
  background: #333;
  color:#fff;
  border-radius: 50%;
  font-size: 1.4rem;

}
.contact-btn-list .feedback.line-feedback img{
  width: 57px;
  height: 57px;
  border-radius: 50%;
  overflow: hidden;
}
.contact-btn-list .feedback.insite-feedback:hover{
  background: #007997;
}
.contact-btn-list .feedback.line-feedback:hover{
  opacity: .65;
}
.contact-btn-list .feedback:not(:last-child){
  margin-bottom: 5px;
}

/*===== page main =====*/
/*===== page banner =====*/
.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  width: 100%;
  padding-bottom: calc((600 / 1920) * 100%);
  position: relative;
  background-size: cover;
}

.member-main .page-banner {
  background-image: url(../images/banner-member.jpg);
}

.questionnaire-main .page-banner {
  background-image: url(../images/banner-questionnaire.jpg);
}

.statistics-main .page-banner {
  background-image: url(../images/banner-statistics.jpg);
}
.announcement-main .page-banner {
  background-image: url(../images/banner-announcement.jpg);
}
.blog-main .page-banner {
  background-image: url(../images/banner-blog.jpg);
}

/* 頁面標題 */
.page-atricle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-atricle .left-block {
  width: 240px;
  position: relative;
}

.page-atricle .left-block::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 120px;
  background: #eee;
}

.page-atricle .left-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 100px;
  width: 60px;
  height: 10px;
  background: #0e3e86;
}

.page-atricle .mid-block {
  /*width: calc(100% - 240px - 400px);*/
  flex:1;
  padding: 80px 80px 140px 80px;
}

.page-atricle .right-block {
  width: 400px;
  background: #f9fafc;
}

.page-main-title {
  font-size: 5rem;
  color: #333;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 10px;
  position: absolute;
  top: 80px;
  left: 180px;
}

aside.sub-menu {
  padding: 80px 40px;
}

aside.sub-menu ul li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  color: #333;
  font-size: 2rem;
  position: relative;
}

aside.sub-menu ul li a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

aside.sub-menu ul li.active a {
  color: #0e3e86;
}

aside.sub-menu ul li.active a::before {
  background: #0e3e86;
}

aside.sub-menu ul li:hover a {
  color: #0e3e86;
}

aside.sub-menu ul li:hover a::before {
  background: #0e3e86;
}

.article-section {
  width: 100%;
  position: relative;
}

/*===== breadCrumb =====*/
.breadCrumb {
  position: absolute;
  left: 140px;
  bottom: 90px;
}

.breadCrumb .page-title .en {
  color: #d2dbed;
  font-size: 4rem;
  font-weight: lighter;
  text-transform: uppercase;
}

.breadCrumb .page-title .tw {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  margin-top: 10px;
  text-indent: -3px;
}

.breadCrumb ul {
  margin-top: 20px;
}

.breadCrumb ul li {
  display: inline-block;
  font-size: 2rem;
  color: #fff;
}

.breadCrumb ul li a {
  color: #fff;
}

.breadCrumb ul li a:hover {
  text-decoration: underline;
}

.breadCrumb ul li.home {
  padding-left: 35px;
  position: relative;
}

.breadCrumb ul li.home::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.breadCrumb ul li:after {
  content: "/";
  display: inline-block;
  margin: 0 9px 0 11px;
}

.breadCrumb ul li:last-child:after {
  display: none;
}

/*===== pagination =====*/
.pagination {
  text-align: center;
  margin-top: 60px;
}

.pagination .arrow {
  display: inline-block;
  vertical-align: middle;
}

.pagination .arrow a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  position: relative;
  color: #0e3e86;
}

.pagination .arrow a:hover {
  background: #007997;
  color: #fff;
}

.pagination ul {
  display: inline-block;
}

.pagination li {
  display: inline-block;
  margin: 0 7px;
}

.pagination li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #333;
}

.pagination li:hover a {
  color: #fff;
  background: #0e3e86;
  font-weight: bold;
}

.pagination li.active a {
  color: #fff;
  background: #222;
  font-weight: bold;
}

/*===== btn-style =====*/
/*===== page main centent =====*/
/*========= index ==========*/
.index-section-title {
  font-size: 4rem;
  font-weight: bold;
}

.index-section-title .tw {
  color: #333;
  display: inline-block;
}

.index-section-title .en {
  color: #0e3e86;
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}

.index-announcement-section .index-more-btn{
  width: 350px;
  max-width: 100%;
  margin:60px auto 0 auto;
}

.index-announcement-section .index-section-title {
  padding-top: 80px;
  position: relative;
  margin-bottom: 40px;
  padding-left: calc(50% + 70px);
  z-index: 1;
}

.index-announcement-section .index-section-title:before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: bold;
  color: #007997;
  font-size: 5rem;
  position: absolute;
  right: 0;
  top: 40px;
}

.index-questionnaire-section .index-section-title {
  margin-bottom: 80px;
}

.index-questionnaire-section .index-section-title .tw {
  display: block;
}

.index-questionnaire-section .index-section-title .en {
  display: block;
  margin-left: 0;
}

.index-sponsor-section .index-section-title {
  text-align: center;
}

.index-sponsor-section .index-section-title .tw {
  display: block;
}

.index-sponsor-section .index-section-title .en {
  display: block;
  margin-left: 0;
  margin-top: 10px;
}

.index-more-btn a {
  display: block;
  background: #333;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  border-radius: 50px;
  padding: 16px 10px;
}
.index-more-btn a:hover {
  background:#0e3e86;
}

.index-more-btn a i {
  margin-left: 20px;
}

.index-container {
  max-width: 1680px;
  margin: 0 auto;
}

/*========== index-banner ==========*/
.index-banner {
  position: relative;
}

.index-banner ul li {
  position: relative;
  padding-bottom: calc(( 1000 / 1920 ) * 100% );
  height: 0;
}

.index-banner ul li a {
  position: relative;
  display: block;
}

.index-banner ul li img {
  max-width: 100%;
  margin: auto;
  display: block;
  width: 100%;
}

.index-banner .arrow:hover {
  opacity: 1;
}

.index-banner .prev-btn {
  left: 10%;
}

.index-banner .next-btn {
  right: 10%;
}

.index-banner .slick-dots {
  text-align: center;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.index-banner .slick-dots li {
  display: block;
  margin: 23px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-banner .slick-dots li button {
  display: block;
  background: none;
  border-radius: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position:relative;
}
.index-banner .slick-dots li button:after {
  content: "";
  display: block;
  /*width: 32px;*/
  /*height: 32px;*/
  width: 210%;
  height: 210%;
  border: 1px solid #fff;
  position: absolute;
  left: -9px;
  top: -9px;
  border-radius: 50%;
  opacity: 0;
  transition:.3s;
}
.index-banner .slick-dots li.slick-active button:after {
  opacity: 1;
}

.index-banner .slick-dots li.slick-active {
  /*border: 1px solid #fff;*/
  /*padding: 10px 0;*/
  /*border-radius: 50%;*/
  /*margin-left: -6px;*/
}

.index-banner .slick-dots li.slick-active button {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
          transform-origin:  center;
}

.index-banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-mask.png) no-repeat top center;
  background-size: contain;
}

.index-banner .marquee {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.index-banner .marquee .pic img {
  display: block;
  -webkit-animation: move 50s infinite linear;
          animation: move 50s infinite linear;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*========== index-announcement ==========*/
.index-announcement-section {
  padding: 100px 0;
}

.index-announcement-list {
  margin-top: -160px;
  position: relative;
}

.index-announcement-list .slick-dots {
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.index-announcement-list .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-announcement-list .slick-dots li button {
  display: block;
  background: none;
  border-radius: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background: #d2dbed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.index-announcement-list .slick-dots li.slick-active button {
  background: #0e3e86;
}

.index-announcement-box .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-announcement-box figure {
  width: 50%;
}

.index-announcement-box .pic {
  position: relative;
  padding-bottom: calc((640 / 840) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.index-announcement-box .pic img {
  max-width: 100%;
  /*width: 100%;*/
  max-height: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-announcement-box .pic iframe,
.index-announcement-box .pic object,
.index-announcement-box .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.index-announcement-box .content {
  width: 50%;
  padding-left: 70px;
  padding-top: 160px;
  padding-bottom: 20px;
  background-image: linear-gradient(to right, #f9fafc 0%, #f9fafc 47%, #fff 70px, #fff 100%);
}

.index-announcement-box .content .unreset {
  height: 400px;
  overflow: auto;
}

/*========== index-questionnaire ==========*/
.index-questionnaire-section {
  padding: 40px 0 100px 0;
  background: url(../images/index-questionnaire-bg.png) no-repeat center bottom;
}

.index-questionnaire-section .index-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;  
}

.index-questionnaire-section .left-block {
  width: 350px;
}

.index-questionnaire-section .right-block {
  width: calc(100% - 350px);
  padding-left: 70px;
}
.index-questionnaire-section .index-more-btn{
  width: 350px;
  max-width: 100%;
  margin: 60px auto 0 auto;
}
.index-questionnaire-list {
  background: #f9fafc;
  padding: 60px 50px 80px 50px;
}

.index-questionnaire-list .slick-dots {
  text-align: center;
  margin-top: 40px;
}

.index-questionnaire-list .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-questionnaire-list .slick-dots li button {
  display: block;
  background: none;
  border-radius: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background: #d2dbed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.index-questionnaire-list .slick-dots li.slick-active button {
  background: #0e3e86;
}

.questionnaire-box {
  padding: 40px 20px 0 20px;
  margin-bottom: 20px;
  width: 50%;
  vertical-align: top;
}

.questionnaire-box .group {
  display: block;
  background: #fff url(../images/questionnaire-bg.png) no-repeat right bottom;
  padding: 40px;
  border: 1px solid #eee;
  position: relative;
}

.questionnaire-box .group:hover {
  background-image: url(../images/questionnaire-bg-active.png);
}

.questionnaire-box .item-num {
  position: absolute;
  right: 40px;
  top: -40px;
  font-weight: lighter;
  font-size: 3rem;
  color: #0e3e86;
  text-transform: uppercase;
  font-style: italic;
}

.questionnaire-box .item-num .num {
  font-size: 5rem;
  font-weight: bold;
  display: inline-block;
}

.questionnaire-box .date {
  position: absolute;
  right: 40px;
  top: -25px;
  font-size: 3rem;
  color: #0e3e86;
  font-style: italic;
  font-weight: bold;
}

.questionnaire-box .title {
  margin-bottom: 60px;
  position: relative;
}

.questionnaire-box .title a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
}

.questionnaire-box .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 3.4rem;
  height: 6.8rem;
}

.questionnaire-box .title:after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  background: #0e3e86;
  position: absolute;
  left: 0;
  bottom: -30px;
}

.questionnaire-box .txt {
  color: #555;
  line-height: 2.6rem;
  height: 10.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}

.questionnaire-box .tag {
  margin-bottom: 40px;
}

.questionnaire-box .tag a {
  display: inline-block;
  padding: 5px 10px;
  background: #eee;
  margin: 0 5px 5px 0;
  color: #555;
}

.questionnaire-box .tag a:hover {
  background: #007997;
  color: #fff;
}

.questionnaire-box .more {
  position: relative;
  display: inline-block;
}

.questionnaire-box .more a {
  /*color: #0e3e86;*/
  display: block;
  color:#fff;
  font-size: 1.7rem;
  display: block;
  padding: 5px 25px 8px 30px;
  margin-top: 15px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  background: #0e3e86;
  position:relative;
}

.questionnaire-box .more a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 9px;
  font-size: 1.6rem;
}

.questionnaire-box .more:hover a{
  background:#333;
}

/*========== index-link ==========*/
.index-link-list {
  padding: 160px 150px 50px 150px;
  background: url(../images/index-link-bg.png) no-repeat top center;
}

.index-link-list .slick-dots {
  text-align: center;
  margin-top: 40px;
}

.index-link-list .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-link-list .slick-dots li button {
  display: block;
  background: none;
  border-radius: 0;
  border-radius: 50%;
  border: none;
  font-size: 0;
  padding: 0;
  width: 15px;
  height: 15px;
  background: #d2dbed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.index-link-list .slick-dots li.slick-active button {
  background: #0e3e86;
}

.index-link-list .link-box {
  padding: 0 30px;
}

.index-link-list .link-box a {
  padding-bottom: 25px;
}

.index-link-list .link-box a:after {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  display: block;
  color: #fff;
  font-weight: bold;
  background: #007997;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-link-list .link-box a:hover:after {
  opacity: 1;
}

.index-link-list .link-box a:hover figure {
  border-color: #007997;
}

.link-box a {
  display: block;
  position: relative;
}

.link-box figure {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
  display: block;
}

.link-box figure .pic {
  position: relative;
  padding-bottom: calc((240 / 400) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}

.link-box figure .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.link-box figure .pic iframe,
.link-box figure .pic object,
.link-box figure .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.link-box figure .pic img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link-list .link-box {
  margin-top: -1px;
}

.link-list .link-box figure .pic:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/*========== index-sponsor ==========*/
.index-sponsor-section {
  background: url(../images/index-sponsor-bg.png) no-repeat bottom center;
}

.index-sponsor-list {
  padding: 40px 0 120px 0;
  text-align: center;
  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;
}

.index-sponsor-box {
  padding: 0 30px;
  margin-bottom: 20px;
}

.index-sponsor-box a {
  background: #fff;
}

.index-sponsor-box a:hover figure {
  border-color: #007997;
  -webkit-box-shadow: 0 0 12px rgba(0, 121, 151, 0.2);
          box-shadow: 0 0 12px rgba(0, 121, 151, 0.2);
}

.index-sponsor-box figure {
  width: 360px;
  border: 1px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-sponsor-box figure .pic {
  position: relative;
  padding-bottom: 34.72222%;
  text-align: center;
  overflow: hidden;
  height: 0;
  background:#fff;
}

.index-sponsor-box figure .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-sponsor-box figure .pic iframe,
.index-sponsor-box figure .pic object,
.index-sponsor-box figure .pic embed {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/*========= member ==========*/
.member-small-block {
  width: 760px;
  max-width: 100%;
  background: #f9fafc;
  padding: 30px;
  margin: auto;
  -webkit-box-shadow: 0 0 7px 0 rgba(14, 62, 134, 0.35);
          box-shadow: 0 0 7px 0 rgba(14, 62, 134, 0.35);
}

.member-small-block .group {
  background: #fff;
  padding-top: 60px;
}

.member-small-block .member-samll-title-block {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.member-small-block .member-samll-title-block .title {
  font-size: 4rem;
  font-weight: bold;
  color: #0e3e86;
}

.member-small-block .member-samll-title-block .txt {
  font-size: 2rem;
  font-weight: bold;
  color: #555;
}

.member-small-block .form-block {
  width: 400px;
  max-width: 100%;
  margin: auto;
}

.member-small-block .facebook-login {
  background: #1877f2;
  position: relative;
  color: #fff;
  margin-top: 40px;
}

.member-small-block .facebook-login .or {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 10px rgba(85, 85, 85, 0.3);
          box-shadow: 0 0 10px rgba(85, 85, 85, 0.3);
  background: #fff;
  border-radius: 50%;
  color: #555;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}

.member-small-block .login a {
  display: block;
  width: 100%;
  padding: 26px 20px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.member-small-block .login a i {
  margin-right: 5px;
}

.member-small-block .login a:hover {
  background: #0e3e86;
}

.member-small-block.phone-certification .group {
  padding-bottom: 60px;
}

.member-small-block.phone-certification .member-small-form button {
  margin-bottom: 0;
}

.member-small-form .box {
  position: relative;
  margin-bottom: 30px;
}

.member-small-form .box .icon {
  position: absolute;
  border-radius: 50%;
  background: #0e3e86;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  left: -20px;
  top: 10px;
}

.member-small-form .box .icon i {
  color: #fff;
}

.member-small-form .box .content input{
  width: 100%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background: #eee;
  height: 60px;
  padding: 10px 20px 10px 40px;
  font-size: 2rem;
}
.member-small-form .box .content textarea{
  width: 100%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background: #eee;
  padding: 10px 20px;
  font-size: 2rem;
}

.member-small-form .captcha {
  margin-bottom: 30px;
  text-align: center;
}

.member-small-form .captcha .g-recaptcha > div {
  margin: auto;
}

.member-small-form button {
  background: none;
  border: none;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}

.member-small-form button:hover {
  background: #0e3e86;
}

.member-small-form button i {
  margin-left: 10px;
}

.member-small-form .other-link {
  margin-bottom: 30px;
  text-align: center;
}

.member-small-form .other-link a {
  font-size: 2rem;
  color: #0e3e86;
}

.member-small-form .other-link a:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #eee;
  display: inline-block;
  margin: 0 20px;
}

.member-small-form .other-link a:last-child:after {
  display: none;
}

.member-big-block .member-big-txt {
  background: #f9fafc;
  border-left: 10px solid #0e3e86;
  margin-bottom: 40px;
  font-weight: bold;
  color: #333;
  font-size: 2rem;
  padding: 26px 30px;
}

.member-big-form {
  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;
}

.member-big-form .box {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}

.member-big-form .box.must .title:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #0e3e86;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 10px;
}

.member-big-form .box .title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.member-big-form .box .content {
  position: relative;
}

.member-big-form .box .content input[type="text"],
.member-big-form .box .content input[type="password"],
.member-big-form .box .content input[type="tel"],
.member-big-form .box .content input[type="email"],
.member-big-form .box .content input[type="date"],
.member-big-form .box .content select {
  width: 100%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background: #eee;
  height: 60px;
  padding: 10px 15px;
  font-size: 2rem;
}

.member-big-form .box.phone .content input[type="tel"] {
  padding-right: 120px;
}

.member-big-form .box.phone .delivery-verification {
  position: absolute;
  padding: 5px 13px;
  color: #fff;
  background: #333;
  display: block;
  right: 15px;
  top: 15px;
  font-size: 1.6rem;
}

.member-big-form .box.phone .delivery-verification:hover {
  background: #0e3e86;
}

.member-big-form .box.gender .content {
  background: #eee;
  height: 60px;
  line-height: 60px;
  padding-left: 30px;
}

.member-big-form .box.gender .content .radio {
  display: inline-block;
  margin-right: 30px;
  font-size: 2rem;
}

.member-big-form .box.date .title span {
  color: #0e3e86;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 5px;
}

.member-big-form .line {
  width: 100%;
  height: 1px;
  background: #d2dbed;
  margin: 20px 0;
}

.member-big-form .agree {
  width: 100%;
  text-align: center;
}

.member-big-form .captcha {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.member-big-form .captcha .g-recaptcha > div {
  margin: auto;
}

.member-big-form .btn {
  text-align: center;
  width: 100%;
}

.member-big-form .btn button {
  margin: auto;
  max-width: 100%;
  width: 350px;
  background: none;
  border: none;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #333;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}

.member-big-form .btn button:hover {
  background: #0e3e86;
}

.member-big-form .btn button i {
  margin-left: 10px;
}

.privacy-policy {
  border: 5px solid #d2dbed;
  padding: 60px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}

.privacy-policy .unreset {
  height: 400px;
  overflow: auto;
}

.privacy-policy-title {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 10px 20px;
  text-align: center;
}

.privacy-policy-title .tw {
  font-weight: bold;
  color: #333;
  font-size: 3rem;
}

.privacy-policy-title .en {
  margin-left: 10px;
  color: #0e3e86;
  font-size: 2.4rem;
  font-weight: bold;
}

.phone-certification-box {
  text-align: center;
}

.phone-certification-box p {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #555;
}

.phone-certification-box p a {
  display: inline-block;
  margin-left: 10px;
  color: #0e3e86;
  text-decoration: underline;
}

.phone-certification-box p a:hover {
  color: #007997;
}

.phone-certification-box .time {
  font-weight: bold;
  color: #333;
  font-size: 3rem;
  margin: 20px;
}

.member-profile-facebook-login {
  margin-bottom: 40px;
}

.member-profile-facebook-login .txt {
  font-weight: bold;
  color: #333;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.member-profile-facebook-login .facebook-login-btn {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
  background: #1877f2;
}

.member-profile-facebook-login .facebook-login-btn a {
  display: block;
  width: 100%;
  padding: 26px 20px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

.member-profile-facebook-login .facebook-login-btn a i {
  margin-right: 5px;
}

.member-profile-facebook-login .facebook-login-btn a:hover {
  background: #0e3e86;
}

/*========= questionnaire ==========*/
.questionnaire-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

.questionnaire-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.questionnaire-search form .box {
  margin-right: 20px;
}

.questionnaire-search form .box input[type="text"],
.questionnaire-search form .box select {
  width: 100%;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  background: #eee;
  height: 60px;
  padding: 10px 20px 10px 25px;
  font-size: 2rem;
}

.questionnaire-search form .box.option {
  width: 300px;
}

.questionnaire-search form .box.keyword {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.questionnaire-search form .btn {
  background: none;
  border: none;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #333;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
}

.questionnaire-search form .btn:hover {
  background: #0e3e86;
}

.questionnaire-finisn-block {
  padding: 40px 60px 60px 60px;
  background: url(../images/questionnaire-finish-bg.png) no-repeat center top;
}

.questionnaire-finisn-block .pic {
  z-index: 1;
  position: relative;
  margin-top: -120px;
  margin-left: -40px;
}

.questionnaire-finisn-block .pic img {
  display: block;
  max-width: 100%;
}

.questionnaire-finisn-content {
  background: url(../images/questionnaire-finish-atricle-bg.jpg);
  padding: 90px 100px 140px 100px;
  border: 1px solid #0e3e86;
  position: relative;
}

.questionnaire-finisn-content .txt1 {
  color: #555;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

.questionnaire-finisn-content .txt1 .name {
  font-weight: bold;
  color: #333;
  font-size: 3rem;
  display: inline-block;
  margin-right: 10px;
}

.questionnaire-finisn-content .txt2 {
  font-size: 2.4rem;
  color: #555;
  line-height: 5rem;
  margin-bottom: 40px;
}

.questionnaire-finisn-content .txt2 span {
  display: inline-block;
  font-weight: bold;
  color: #0e3e86;
  margin: 0 5px;
}

.questionnaire-finisn-content .txt2 .title {
  font-size: 3rem;
}

.questionnaire-finisn-content .voucher-number {
  font-size: 3rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.questionnaire-finisn-content .voucher-number span {
  background: #d2dbed;
  font-size: 4rem;
  color: #007997;
  text-align: center;
  padding: 20px;
  display: block;
  margin-top: 10px;
}

/*========== basic mobile ==========*/
/*========== header mobile ==========*/
@media (max-width: 1280px) {
  header {
    padding: 25px 20px 20px 20px;
  }
}

@media (max-width: 960px) {
  header {
    position: inherit;
    background: #0e3e86;
    padding: 15px 20px;
  }
  header .logo {
    margin-bottom: 0;
    padding-right: 50px;
  }
  header .right-block {
    position: absolute;
    width: calc(100% - 40px);
    max-height: calc(100vh - 90px);
    height: auto;
    top: 90px;
    left: 20px;
    background: #fff;
    border: 2px solid #0e3e86;
    overflow: auto;
    padding: 40px 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
  }
  header .sns-block {
    text-align: center;
  }
  header .sns-block .box {
    display: block;
    margin: 10px 0;
  }
  header .sns-block .box a {
    color: #0e3e86;
    font-size: 1.6rem;
  }
  header .sns-block .box a::before {
    color: #007997;
    border-color: #007997;
  }
  .header-member {
    color: #555;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-member .member-name a {
    color: #555;
  }
  .header-member .member-btn:last-child{
    margin-left:0;
  }
  .header-member .member-btn a {
    color: #555;
  }
  .phone-bar {
    display: block;
  }
  .main-menu {
    display: none;
  }
  .phone-main-menu {
    display: block;
  }
}

@media (max-width: 640px) {
  header {
    padding: 25px 20px;
  }
  header .logo img {
    margin-right: 10px;
  }
  header .logo .logo1 {
    width: 180px;
  }
  header .logo .logo2 {
    width: 100px;
  }
}

@media (max-width: 480px) {
  header {
    padding: 20px;
  }
  header .right-block {
    max-height: calc(100vh - 80px);
    top: 80px;
    padding: 30px 0;
  }
  .phone-main-menu {
    margin: 20px;
  }
}

@media (max-width: 375px) {
  header {
    padding: 5px 20px;
  }
  header .logo a {
    display: block;
  }
  header .right-block {
    max-height: calc(95vh - 90px);
    top: 90px;
    padding: 20px 0;
  }
  .phone-main-menu ul.layer1 > li > a {
    padding: 15px;
  }
}

/*========== footer mobile ==========*/
@media (max-width: 1280px) {
  footer .top-block {
    padding: 78px 20px;
  }
  footer .bottom-block {
    padding: 18px 20px;
  }
}

@media (max-width: 960px) {
  footer .logo {
    margin-bottom: 20px;
  }
  footer .logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .logo img {
    margin: 0 10px;
  }
  footer .top-block {
    padding: 40px 20px;
    display: block;
  }
  footer .sns-block {
    font-size: 1.6rem;
    text-align: center;
  }
  footer .info {
    text-align: center;
    margin-top: 30px;
  }
  .contact-btn-block{
    right: 20px;
  }
  .contact-btn {
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
  }
  .contact-btn a i {
    font-size: 2rem;
    padding: 18px 0 5px 0;
  }
}

@media (max-width: 768px) {
  footer .bottom-block {
    display: block;
    text-align: center;
  }
  footer .sns-block {
    text-align: center;
  }
  .copyright {
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  footer .logo .logo1 {
    width: 180px;
  }
  footer .logo .logo2 {
    width: 100px;
  }
  footer .top-block {
    padding: 25px 20px;
  }
  footer .sns-block .box {
    margin-bottom: 10px;
  }
  footer .sns-block .box:last-child {
    margin-bottom: 0;
  }
  footer .info p {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .copyright {
    font-size: 1.6rem;
  }
  .iware {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  footer .top-block {
    padding: 50px 20px 25px 20px;
  }
  .contact-btn-block {
    right: 10px;
  }
  .contact-btn {
    width: 72px;
    height: 72px;
  }
  .contact-btn a i{
    font-size: 2rem;
    padding: 12px 0 5px 0;
  }
  .contact-btn-list .feedback{
    font-size: 1.2rem;
    width: 50px;
    height: 50px;
  }
  .contact-btn-list .feedback.line-feedback img{
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 320px) {
  footer .logo a {
    display: block;
    text-align: center;
  }
}

/*========== pageBasic mobile ==========*/
@media (max-width: 1440px) {
  .page-main-title {
    left: 80px;
    font-size: 4rem;
  }
  .page-atricle .left-block {
    width: 140px;
  }
  .page-atricle .left-block::before {
    left: 40px;
  }
  .page-atricle .left-block:after {
    left: 20px;
    width: 40px;
  }
  .page-atricle .mid-block {
    width: calc(100% - 140px - 400px);
    padding: 60px 60px 100px 60px;
  }
  .breadCrumb {
    left: 40px;
    bottom: 40px;
  }
  .breadCrumb .page-title .en {
    font-size: 2.6rem;
  }
  .breadCrumb .page-title .tw {
    font-size: 3rem;
    margin-top: 5px;
  }
  .breadCrumb ul {
    margin-top: 10px;
  }
}

@media (max-width: 1280px) {
  .page-main-title {
    position: static;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    letter-spacing: 0;
    padding-left: 40px;
    padding-top: 40px;
    font-weight: bold;
  }
  .page-atricle .left-block {
    width: 100%;
  }
  .page-atricle .left-block::before {
    display: none;
  }
  .page-atricle .left-block:after {
    display: none;
  }
  .page-atricle .mid-block {
    width: calc(100% - 300px);
    padding: 20px 40px 100px 40px;
  }
  .page-atricle .right-block {
    width: 300px;
  }
  aside.sub-menu {
    padding: 40px;
  }
}

@media (max-width: 960px) {
  .page-atricle .mid-block {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }
  .page-atricle .right-block {
    width: 100%;
  }
  aside.sub-menu {
    display: none;
  }
  .pagination {
    margin-top: 40px;
  }
  .pagination li {
    margin: 0 2px;
  }
}

@media (max-width: 768px) {
  .breadCrumb {
    left: 20px;
    bottom: 20px;
  }
  .breadCrumb .page-title .en {
    font-size: 2rem;
  }
  .breadCrumb .page-title .tw {
    font-size: 2.4rem;
    margin-top: 2px;
  }
  .breadCrumb ul {
    margin-top: 2px;
  }
  .breadCrumb ul li {
    font-size: 1.6rem;
  }
  .breadCrumb ul li a {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .page-main-title {
    padding: 20px 20px 0 20px;
    font-size: 2.4rem;
    text-align: center;
  }
  .breadCrumb {
    left: 15px;
    bottom: 15px;
  }
  .breadCrumb .page-title .en {
    font-size: 1.4rem;
  }
  .breadCrumb .page-title .tw {
    font-size: 2rem;
  }
  .breadCrumb ul li {
    font-size: 1.4rem;
  }
  .breadCrumb ul li a {
    font-size: 1.4rem;
  }
  .pagination {
    margin-top: 20px;
  }
  .pagination .arrow a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4rem;
  }
  .pagination li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4rem;
  }
}

/*========= index ==========*/
@media (max-width: 1680px) {
  .index-container {
    padding: 0 20px;
  }
  .index-questionnaire-section .right-block {
    padding-left: 40px;
  }
  .index-questionnaire-list {
    padding: 40px;
  }
}

@media (max-width: 1440px) {
  .index-section-title {
    font-size: 3.5rem;
  }
  .index-announcement-section .index-section-title {
    padding-top: 40px;
    padding-left: calc(50% + 40px);
  }
  .index-announcement-section .index-section-title:before {
    font-size: 3rem;
  }
  .index-announcement-section {
    padding: 60px 0;
  }
  .index-questionnaire-section {
    padding: 20px 0 60px 0;
  }
  .index-announcement-list {
    margin-top: -120px;
  }
  .index-announcement-list .slick-dots {
    position: inherit;
    text-align: right;
  }
  .index-announcement-box .content {
    padding-left: 40px;
    padding-top: 100px;
  }
  .index-link-list {
    padding: 100px 20px 50px 20px;
  }
}

@media (max-width: 1280px) {
  .index-questionnaire-section .index-section-title {
    margin-bottom: 20px;
  }
  .index-questionnaire-section .index-section-title .tw {
    display: inline-block;
  }
  .index-questionnaire-section .index-section-title .en {
    display: inline-block;
    margin-left: 20px;
  }
  .index-questionnaire-section .index-container {
    display: block;
  }
  .index-questionnaire-section .left-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .index-questionnaire-section .right-block {
    width: 100%;
    padding-left: 0;
  }
  .index-questionnaire-list {
    padding: 20px;
  }
  .index-link-list .link-box {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .index-section-title {
    font-size: 3rem;
  }
}

@media (max-width: 960px) {
  .index-banner .slick-dots {
    left: 20px;
  }
  .index-announcement-section .index-section-title {
    padding-left: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .index-announcement-section .index-section-title:before {
    display: none;
  }
  .index-announcement-section {
    padding: 40px 0;
  }
  .index-announcement-list {
    margin-top: 0;
  }
  .index-announcement-box .group {
    display: block;
  }
  .index-announcement-box figure {
    width: 840px;
    max-width: 100%;
  }
  .index-announcement-box .content {
    width: 100%;
    padding: 40px 0 40px 40px;
  }
  .index-questionnaire-list {
    padding: 5px 5px 20px 5px;
  }
  .index-questionnaire-list .slick-dots {
    margin-top: 10px;
  }
  .questionnaire-box {
    padding: 40px 20px 0 20px;
  }
  .questionnaire-box .group {
    padding: 20px;
  }
  .questionnaire-box .item-num {
    font-size: 2.4rem;
  }
  .questionnaire-box .item-num .num {
    font-size: 3.4rem;
  }
  .questionnaire-box .title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .questionnaire-box .title span {
    line-height: 3rem;
    height: 6rem;
  }
  .questionnaire-box .title:after {
    bottom: -20px;
  }
  .questionnaire-box .txt {
    margin-bottom: 20px;
  }
  .link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link-list .link-box {
    width: calc(100% / 3);
  }
}

@media (max-width: 768px) {
  .index-banner .slick-dots li {
    margin: 10px 0px;
  }
  .index-banner .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .index-banner .slick-dots li button:after {
    left: -6px;
    top: -6px;
  }
  .index-announcement-box .content {
    padding: 20px 0 20px 20px;
  }
  .index-link-list {
    padding: 20px 20px 40px 20px;
    margin-bottom: 20px;
  }
  .index-link-list .slick-dots {
    margin-top: 20px;
  }
  .link-list .link-box {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .index-banner .marquee .pic img {
    height: 50px;
  }
}

@media (max-width: 480px) {
  .index-more-btn a {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
  .index-section-title {
    font-size: 2.4rem;
  }
  .index-section-title .en {
    margin-left: 10px;
  }
  .index-questionnaire-section .index-section-title .en {
    margin-left: 10px;
  }
  .index-sponsor-section .index-section-title .en {
    margin-top: 5px;
  }
  .index-announcement-section {
    padding: 20px 0;
  }
  .questionnaire-box .item-num {
    font-size: 1.8rem;
    top: -15px;
  }
  .questionnaire-box .item-num .num {
    font-size: 2rem;
  }
  .questionnaire-box .date {
    font-size: 2rem;
    top: -15px;
  }
  .questionnaire-box .title a {
    font-size: 1.8rem;
  }
  .questionnaire-box .title span {
    line-height: 2.4rem;
    height: 4.8rem;
  }

  .index-announcement-section .index-more-btn{
    margin-top:40px;
  }
  .index-questionnaire-section .index-more-btn{
    margin-top:40px;
  }
}

/*========= member ==========*/
@media (max-width: 960px) {
  .member-small-block .group {
    padding-top: 30px;
  }
  .member-small-block.phone-certification .group {
    padding-bottom: 30px;
  }
  .member-small-form button {
    height: 45px;
    line-height: 45px;
  }
  .privacy-policy {
    padding: 40px;
  }
  .privacy-policy-title .tw {
    font-size: 2.4rem;
  }
  .privacy-policy-title .en {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .privacy-policy-title {
    width: 80%;
  }
}

@media (max-width: 640px) {
  .member-big-form .box {
    width: 100%;
    margin-bottom: 10px;
  }
  .privacy-policy {
    padding: 40px 30px 30px 30px;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .member-small-block {
    padding: 15px 20px;
  }
  .member-small-block .group {
    padding: 20px;
  }
  .member-small-block.phone-certification .group {
    padding-bottom: 20px;
  }
  .member-small-block .member-samll-title-block .title {
    font-size: 3rem;
  }
  .member-small-block .member-samll-title-block .txt {
    font-size: 1.6rem;
  }
  .member-small-form .box {
    margin-bottom: 20px;
  }
  .member-small-form button {
    font-size: 1.6rem;
    height: 45px;
    line-height: 45px;
  }
  .member-small-form .box .content input ,
  .member-small-form .box .content textarea{
    font-size: 1.8rem;
  }
  .member-big-block .member-big-txt {
    padding: 15px 20px;
    font-size: 1.8rem;
  }
  .member-big-form .box .title {
    font-size: 1.8rem;
  }
  .member-big-form .box .content input[type="text"],
  .member-big-form .box .content input[type="password"],
  .member-big-form .box .content input[type="tel"],
  .member-big-form .box .content input[type="email"],
  .member-big-form .box .content input[type="date"],
  .member-big-form .box .content select {
    font-size: 1.8rem;
  }
  .member-big-form .agree {
    margin-bottom: 30px;
  }
  .member-big-form .btn button {
    font-size: 1.6rem;
    height: 45px;
    line-height: 45px;
  }
  .privacy-policy {
    padding: 30px 20px 20px 20px;
    margin-bottom: 30px;
  }
  .privacy-policy-title {
    width: 100%;
  }
}
@media (max-width: 375px) {
   .member-small-form .captcha{
    margin-left: -25px;
  }
}
@media (max-width: 320px) {
   .member-small-form .captcha{
    margin-left: -50px;
  }
}
/*========= questionnaire ==========*/
@media (max-width: 1680px) {
  .questionnaire-finisn-content {
    padding: 60px 40px 140px 40px;
  }
}

@media (max-width: 1280px) {
  .questionnaire-search form .box.option {
    width: 200px;
  }
  .questionnaire-finisn-block {
    padding: 40px;
  }
}

@media (max-width: 960px) {
  .questionnaire-finisn-content .txt2 {
    margin-bottom: 20px;
  }
  .questionnaire-finisn-content .voucher-number span {
    font-size: 3rem;
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .questionnaire-list {
    margin: 0;
  }
  .questionnaire-list .questionnaire-box {
    width: 100%;
    padding: 30px 0 0 0;
  }
}

@media (max-width: 640px) {
  .questionnaire-search form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .questionnaire-search form .box.option {
    width: 100%;
    margin-bottom: 15px;
  }
  .questionnaire-search form .box.option select {
    width: 300px;
    max-width: 100%;
  }
  .questionnaire-finisn-block {
    padding: 20px;
  }
  .questionnaire-finisn-block .pic {
    margin-top: -60px;
  }
  .questionnaire-finisn-content {
    padding: 40px 20px 100px 20px;
  }
}

@media (max-width: 480px) {
  .questionnaire-finisn-block {
    padding: 0 10px 10px 10px;
  }
  .questionnaire-finisn-block .pic {
    margin-left: -20px;
  }
  .questionnaire-finisn-content {
    padding: 20px 20px 60px 20px;
  }
  .questionnaire-finisn-content {
    font-size: 1.8rem;
  }
  .questionnaire-finisn-content .txt1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .questionnaire-finisn-content .txt1 .name {
    font-size: 2.4rem;
  }
  .questionnaire-finisn-content .txt2 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
  .questionnaire-finisn-content .txt2 .title {
    font-size: 2rem;
  }
  .questionnaire-finisn-content .voucher-number {
    font-size: 2.4rem;
  }
  .questionnaire-finisn-content .voucher-number span {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=layout.css.map */

.survey-record-text{
  width: 600px;
  max-width: 100%;
  margin:auto;
  padding:0 20px;
}
.survey-record-text .box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.survey-record-text .box .title{
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  width: 200px;
}
.survey-record-text .box .title .en{
  color:#0e3e86;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
.survey-record-text .box .txt{
  font-size: 1.8rem;
  color:#555;
  width: calc(100% - 200px);
}

@media (max-width: 640px) {
  .survey-record-text .box{
    display: block;
  }
  .survey-record-text .box .title {
    width: 100%;
    margin-bottom: 10px;
  }
  .survey-record-text .box .txt{
    width: 100%;
  }
}


/* index taiwan */
.taiwan-map-block{
  display: flex;
  align-items: center;
}
.taiwan-map-block .taiwan-map {
  /* width: 600px; */
  width: 40%;
  position: relative;
}
.taiwan-map-block .taiwan-map svg {
  width: 100%;
   /* left: -160px; */
  position: relative;
}
.taiwan-map-block .taiwan-map .name {
  position: absolute;
  font-weight: bold;
  font-size: 1.6rem;
  color: #333;
  z-index: 1;
  cursor: pointer;
}
.taiwan-map-block .taiwan-map .name.Taiwan {
  display: none;
}
.taiwan-map-block .taiwan-map .name.KeelungCity {
  top: 2.5%;
  left: 90%;
}
.taiwan-map-block .taiwan-map .name.TaipeiCity {
  top: 7%;
  left: 77%;
}
.taiwan-map-block .taiwan-map .name.NewTaipeiCity {
  top: 11.5%;
  left: 80%;
}

.taiwan-map-block .taiwan-map .name.TaoyuanCity {
  top: 10.5%;
  left: 67.5%;
}
.taiwan-map-block .taiwan-map .name.HsinchuCounty {
  top: 18.5%;
  left: 66.5%;
}
.taiwan-map-block .taiwan-map .name.HsinchuCity {
  top: 15%;
  left: 54%;
}
.taiwan-map-block .taiwan-map .name.MiaoliCounty {
  top: 23.5%;
  left: 56%;
}

.taiwan-map-block .taiwan-map .name.TaichungCity {
  top: 31.5%;
  left: 51%;
}
.taiwan-map-block .taiwan-map .name.ChanghuaCounty {
  top: 38.5%;
  left: 40.5%;
}
.taiwan-map-block .taiwan-map .name.NantouCity {
  top: 42.5%;
  left: 57.5%;
}

.taiwan-map-block .taiwan-map .name.YunlinCounty {
  top: 46%;
  left: 36.5%;
}
.taiwan-map-block .taiwan-map .name.ChiayiCounty {
  top: 54%;
  left: 46.5%;
}
.taiwan-map-block .taiwan-map .name.ChiayiCity {
  top: 52.5%;
  left: 34.5%;
}
.taiwan-map-block .taiwan-map .name.TainanCity {
  top: 62%;
  left: 34.5%;
}

.taiwan-map-block .taiwan-map .name.KaohsiungCity {
  top: 66%;
  left: 47.5%;
}
.taiwan-map-block .taiwan-map .name.PingtungCounty {
  top: 78%;
  left: 44.5%;
}

.taiwan-map-block .taiwan-map .name.YilanCounty {
  top: 22%;
  left: 82.5%;
}
.taiwan-map-block .taiwan-map .name.HualienCounty {
  top: 44%;
  left: 74.5%;
}
.taiwan-map-block .taiwan-map .name.TaitungCounty {
  top: 69%;
  left: 61.5%;
}

.taiwan-map-block .taiwan-map .name.LienchiangCounty {
  top: 9%;
  left: 12.5%;
}
.taiwan-map-block .taiwan-map .name.KinmenCounty {
  top: 26%;
  left: 20.5%;
}
.taiwan-map-block .taiwan-map .name.PenghuCounty {
  top: 55%;
  left: 11.5%;
}
.taiwan-map-block .taiwan-info{
  padding-left: 80px;
  flex: 1;
}

.taiwan-map-block .taiwan-info .taiwan-people{
  margin:0 auto 60px auto;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: baseline;
}
.taiwan-map-block .taiwan-info .county-name{
  font-size: 3.5rem;
  font-weight: bold;
  color:#0e3e86;
}

.taiwan-map-block .taiwan-info .number-people{
  color:#333;
  font-size: 2.6rem;
  font-weight: bold;
  margin-left: 10px;
}
.taiwan-map-block .taiwan-info .number-people span{
  color:#0e3e86;
  display: inline-block;
  margin-left: 10px;
  font-weight: 300;
}
.taiwan-map-block .taiwan-info .number-people .num{
  
}


.taiwan-map .map-block {
  fill: #e2eef7;
  stroke: #aaa;
   /* stroke-width: 0.5px; */
  transition: 0.3s;
  stroke-width:2;
  stroke-miterlimit:10;
}
.taiwan-map .box-line{
  fill:none;
  stroke:#aaa;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* .taiwan-map .map-block.dormitory:hover,
.taiwan-map .map-block.dormitory.active {
    fill: #b6dbf2;
    cursor: pointer;
    outline: none;
 } */

/* .taiwan-map .map-block:hover, */
.taiwan-map .map-block.active {
  fill: #b6dbf2;
  cursor: pointer;
  outline: none;
}
.taiwan-map .map-block:focus {
  outline: none;
}

.blog-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.blog-box{
  padding: 20px;
  /* margin-bottom: 20px; */
  vertical-align: top;
}
.blog-list .blog-box{
  width: 50%;
}
.related-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px 0 -20px;
}
.related-blog .related-blog-title{
  color:#333;
  font-weight: bold;
  font-size: 4rem;
  width: calc(100% - 40px);
  text-align: center;
  margin: 20px auto;
  display: flex;
  align-items: center;
}
.related-blog .related-blog-title::before,
.related-blog .related-blog-title::after{
  content: "";
  display: block;
  height: 4px;
  background: #0e3e86;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.related-blog .related-blog-title::before{
  margin-right: 25px;
}
.related-blog .related-blog-title::after{
  margin-left: 25px;
}

.related-blog .blog-box{
  width: calc(100%  / 3)
}
.blog-box a{}

.blog-box:hover figure .pic img{
  transform: scale(1.15);
}


.blog-box figure{
  /* margin-bottom: ; */
  overflow: hidden;
  position: relative;
}
.blog-box figure .pic{
  position: relative;
  padding-bottom: calc((320 / 530) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
}
.blog-box figure .pic img{
  max-width: 100%;
  /* width: 100%; */
  max-height: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s;
}
.blog-box figure .sort{
  position:absolute;
  right: 20px;
  top: 20px;
  background:#0a9c9e;
  color:#fff;
  font-size: 1.4rem;
  padding:8px 15px;
  border-radius:  50px;
}
.blog-box .content{
  padding: 30px;
  border: 1px solid #eee;
}
.blog-box .content .title{
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 3.4rem;
  max-height: 6.8rem;
  margin-bottom: 15px;
  border-left: 10px solid #113f84;
  padding-left: 20px;
  position: relative;
  left: -30px;
}
.blog-box .content .txt{
  color: #555;
  line-height: 2.6rem;
  height: 7.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
.blog-box .other{
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.blog-box .other .date{
  color:#0e3e86;
}
.blog-box .other .date i{
  margin-right: 10px;
}
.blog-box .other .view{
  color:#0e3e86;
}
.blog-box .other .view i{
  margin-right: 8px;
}

.blog-box .blog-tag{
  margin-top:15px;
}

.detail-block{}

.detail-block .detail-info{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 2rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 10px;
}
.detail-block .detail-info > div:not(:last-child){
  position: relative;
  padding-right: 20px;
  margin-right: 25px;
}
.detail-block .detail-info > div:not(:last-child):after{
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 6px;
}
.detail-block .detail-info .sort{
  font-weight: bold;
}
.detail-block .detail-info .date{
  color:#0e3e86;
}
.detail-block .detail-info .date i{
  margin-right: 12px;
}
.detail-block .detail-info .view{
  color:#0e3e86;
}
.detail-block .detail-info .view i{
  margin-right: 10px;
}
.detail-block .detail-info .share {
  display: flex;
  align-items: center;
}
.detail-block .detail-info .share .to{
  display: inline-block;
  font-weight: bold;
  color:#333;
}

.detail-block .blog-tag{
  margin-bottom: 30px;
}
.blog-tag a{
  display: inline-block;
    padding: 5px 12px;
    background:#e9f1ff;
    margin: 0 5px 5px 0;
    color: #555;
    border-radius: 50px;
    font-size: 1.5rem;
}
.blog-tag a:hover {
  background: #555;
  color: #fff;
}

.announcement-box:not(:last-child){
  /* display: flex; */
  margin-bottom: 40px;
}

.announcement-box a{
  display: flex;
  background: #f9fafc;
}


.announcement-box figure{
  width: 30%;
  position: relative;
  overflow: hidden;
}
.announcement-box figure .pic{
  position: relative;
  padding-bottom: calc((640 / 840) * 100%);
  text-align: center;
  overflow: hidden;
  height: 0;
  transition: .3s;
}
.announcement-box figure .pic img{
  max-width: 100%;
  /* width: 100%; */
  max-height: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.announcement-box a:hover .content .more span{
  /* background: #f9fafc; */
  background:#333 ;
}
.announcement-box a:hover figure .pic{
  transform: scale(1.2);
}
.announcement-box figure .date{
  color: #fff;
  background: #0e3e86;;
  padding: 6px 12px;
  display: inline-block;
  /* margin:30px 0 20px 0; */
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 2.2rem;
}
.announcement-box figure .date .year{
  width: 100%;
  border-top:1px solid #eee;
  padding-top: 5px;
  font-size: 1.4rem;
  font-weight: normal;
}

.announcement-box .content{
  flex:1;
  padding:0 3%;
  margin: 30px 0;
}

.announcement-box .content .title{
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 3.4rem;
  max-height: 6.8rem;
  margin-bottom: 15px;
}
.announcement-box .content .txt{
  color: #555;
  line-height: 2.6rem;
  height: 7.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.announcement-box .content .more{
  position: relative;
  text-align: right;
}
.announcement-box .content .more span{
  font-size: 1.7rem;
  display: inline-block;
  padding: 5px 25px 8px 30px;
  margin-top: 10px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  background: #0e3e86;
  position: relative;
}
.announcement-box .content .more span::before{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  display: block;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 9px;
  font-size: 1.6rem;
  }

@media (max-width: 1366px) {
  .taiwan-map-block .taiwan-info .taiwan-people{
    margin: 0 auto 20px auto;
  }
  .taiwan-map-block .taiwan-map{
    width: 45%;
  }
  .taiwan-map-block .taiwan-info{
    padding-left: 50px;
  }
  .taiwan-map-block .taiwan-info .taiwan-people{
    padding: 10px 0;
  }
  .taiwan-map-block .taiwan-info .number-people{
    font-size: 2.2rem;
  }
  .taiwan-map-block .taiwan-info .county-name{
    font-size: 3rem;
  }
}
@media (max-width: 1280px) {
  
  .taiwan-map-block{
    margin-top: 40px;
  }
  .taiwan-map-block .taiwan-map{
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .taiwan-map-block{
    display: block;
    margin-top: 10px;
  }
  .taiwan-map-block .taiwan-map{
    width: 100%;
    margin: 20px 0;
  }
  .taiwan-map-block .taiwan-info{
    width: 100%;
    padding-left: 0;
  }
  .taiwan-map-block .taiwan-map svg{
    display: none;
  }
  .taiwan-map-block .taiwan-map .name{
    position: static;
    padding: 5px 10px;
    border:1px solid #eee;
    display: inline-block;
    margin: 0 5px 5px 0;
    transition: .3s;
  }
  .taiwan-map-block .taiwan-map .name.active{
    background: #0e3e86;
    color:#fff;
  }
  .taiwan-map-block .taiwan-map .name.Taiwan{
    display: inline-block;
  }
  
}

@media (max-width: 960px) {
  .blog-list{
    margin: 0 -10px;
  }
  .blog-box{
    padding: 10px;
  }

  .announcement-box figure .date{
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
  }
  .announcement-box figure .date .year{
    font-size: 1.2rem;
  }
  .announcement-box .content{
    margin-top:20px ;
  }
  .announcement-box .content .title{
    margin-bottom: 5px;
  }
  .announcement-box .content .txt{
    margin-bottom: 10px;
  }

}
@media (max-width: 768px) {
  .blog-list{
    margin: 0 ;
  }
  .blog-box{
    padding: 10px 0;
  }
  .blog-list .blog-box{
    width: 100%;
  }
  .related-blog{
    margin: 40px 0 0 0;
  }
  .related-blog .blog-box{
    width: 100%;
  }
  .detail-block .detail-info{
    font-size: 1.6rem;
    padding:15px 10px;
  }
  .detail-block .detail-info > div:not(:last-child){
    padding-right: 15px;
    margin-right: 15px;
  }
  .detail-block .detail-info > div:not(:last-child):after{
    top: 4px;
  }
}

@media (max-width: 640px) {
  .blog-box .content{
    padding: 15px;
  }
  .blog-box .content .title{
    border-left: 5px solid #113f84;
    padding-left: 10px;
    left: -15px;
  }
  .detail-block .detail-info{
    flex-wrap: wrap;
  }
  .detail-block .detail-info > div:not(.share):not(:last-child){
    display: inline-block;
    margin-bottom: 15px;
  }
  .related-blog{
    margin: 0;
  }
  .related-blog .related-blog-title{
    font-size: 2.6rem;
    width: 100%;
  }
  .related-blog .related-blog-title::before{
    margin-right: 15px;
  }
  .related-blog .related-blog-title::after{
    margin-left: 15px;
  }
  .taiwan-map-block .taiwan-map .name{
    padding: 5px 10px;
    /* font-size: 1.4rem; */

    display: inline-block;
    margin: 0 0 4px 0;

  }
  .announcement-box a{
    display: block;
    background: transparent;
  }
  .announcement-box figure{
    width: 100%;
    margin: auto;
    max-width: 320px;
  }
  .announcement-box .content{
    background: #f9fafc;
    margin:0;
    padding: 60px 30px 30px 30px;
    margin-top: -30px;
    z-index: -1;
  }
  .announcement-box .content .title{
    text-align: center;
  }
  .announcement-box .content .more{
    text-align: center;
  }



}

@media (max-width: 480px) {

  #chart-area{
    width: calc(100% + 40px);
    transform: translateX(-10px);
  }
  .taiwan-chart{
    overflow: hidden;
  }

  .blog-box .content .title{
    line-height: 2.4rem;
    font-size: 2rem;
  }

  .detail-block .detail-info{
    text-align: center;
  }
  .detail-block .detail-info > div:not(:last-child):after{
  }
  .detail-block .detail-info{
    margin-bottom: 20px;
  }
  .detail-block  .blog-tag{
    margin-bottom: 20px;
  }
  .announcement-box:not(:last-child){
    margin-bottom: 20px;
  }
  .announcement-box .content .title{
    line-height: 2.4rem;
    font-size: 2rem;
  }
  .announcement-box .content{
    padding: 50px 20px 20px 20px;
  }
}

.header-member-num{
  /* background: #0e3e86; */
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#0e3e86), to(#007997)); */
  /*background-image: linear-gradient(to right, #0e3e86 0%, #007997 100%);*/
  background:#27446e;
  color:#fff;
  
  text-align: right;
  padding: 15px 50px;
}

.header-member-num > div{
  display: inline-block;
}

.header-member-num > div:not(:last-child){
  margin-right: 15px;
}


@media (max-width: 1280px) {
  .header-member-num{
    padding: 15px 20px;
  }
}
@media (max-width: 960px) {
  .header-member-num{
    padding: 6px 20px;
  }
}

@media (max-width: 640px) {
  .header-member-num{
    font-size: 1.4rem;
  }
  /*.header-member-num > div{
    display: block;
  }*/
  .header-member-num > div:not(:last-child){
    margin-right: 0;
    margin-bottom: 5px;
  }
}