@charset "UTF-8";
/* 修正粗體 */
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: bold;
  src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
  font-family: '微軟正黑體修正';
  unicode-range: U+7db0, U+78A7, U+7B75;
  /* ASCII (碧筵綰) */
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體);
}
/* line 146, ../sass/_base-variable.scss */
body {
  font-size: 1.2em;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}

/* line 152, ../sass/_base-variable.scss */
a {
  color: #1a1a1a;
}
/* line 155, ../sass/_base-variable.scss */
a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

/* line 162, ../sass/_base-variable.scss */
input:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #e0001e;
}

/* line 170, ../sass/_base-variable.scss */
a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #e0001e;
}

/* line 178, ../sass/_base-variable.scss */
[href] {
  cursor: pointer;
}

/* line 182, ../sass/_base-variable.scss */
* {
  box-sizing: border-box;
}

/* line 4, ../sass/_base-fonction.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity, .page_activity ul li .tab_content_talent .ct ul li .talent, .page3_calendar .page3_pagenews_box .related_articles ul li, .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a:hover, .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity, .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent {
  transition: box-shadow 300ms, transform 300ms;
}
/* line 8, ../sass/_base-fonction.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity:hover, .page_activity ul li .tab_content_talent .ct ul li .talent:hover, .page3_calendar .page3_pagenews_box .related_articles ul li:hover, .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a:hover, .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity:hover, .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover, .page_activity ul li .tab_content .ct.banner_mask ul li .activity:focus, .page_activity ul li .tab_content_talent .ct ul li .talent:focus, .page3_calendar .page3_pagenews_box .related_articles ul li:focus, .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a:focus:hover, .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity:focus, .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:focus {
  transform: translate3d(0, -6px, 0);
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
}

/* line 14, ../sass/_base-fonction.scss */
.page_activity ul li .tab_content_talent .ft ul li.prev a, .page_activity ul li .tab_content_talent .ft ul li.next a, .page_activity ul li .model_ctrl_tools a.ctrl_left, .page_activity ul li .model_ctrl_tools a.ctrl_right, .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_left, .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_right, .group .base-wrapper .content .search span.searchbt1 a, .group .base-wrapper .content .message_activity ul li .tab ul li h2 a, .group .base-wrapper .content .message_activity ul li .tab ul li a, .group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.prev a, .group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.next a, .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_left, .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_right, .group .base-wrapper .content .close > a, .group .base-wrapper .content .close .subscription ul li .tab ul li h2 a, .group .base-wrapper .content .close .subscription ul li .tab ul li a, .group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input .searchbt1 input, .group .base-wrapper .page_content .sitemap .topbg .search .searchbt1 a, .footer_bg .footer .msg-tool .footer_community ul li a {
  transform: scale(1.05);
}
/* line 18, ../sass/_base-fonction.scss */
.page_activity ul li .tab_content_talent .ft ul li.prev a:hover, .page_activity ul li .tab_content_talent .ft ul li.next a:hover, .page_activity ul li .model_ctrl_tools a.ctrl_left:hover, .page_activity ul li .model_ctrl_tools a.ctrl_right:hover, .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_left:hover, .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_right:hover, .group .base-wrapper .content .search span.searchbt1 a:hover, .group .base-wrapper .content .message_activity ul li .tab ul li a:hover, .group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.prev a:hover, .group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.next a:hover, .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_left:hover, .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_right:hover, .group .base-wrapper .content .close > a:hover, .group .base-wrapper .content .close .subscription ul li .tab ul li a:hover, .group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input .searchbt1 input:hover, .group .base-wrapper .page_content .sitemap .topbg .search .searchbt1 a:hover, .footer_bg .footer .msg-tool .footer_community ul li a:hover {
  transition: all 0.5s ease-out;
}

/* line 61, ../sass/_base-fonction.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody td:after, .news_page .area-table.rwd-straight .in .ct .in table tbody td:after {
  display: block;
  height: 0;
  clear: both;
}

/* line 68, ../sass/_base-fonction.scss */
.introduction .i_introduction .introduction_box .inn_top ul .inn_hd, .introduction .i_introduction .introduction_box .inn_down ul .inn_dhd, .introduction .i_introduction .inn_group {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

/* line 106, ../sass/_base-fonction.scss */
.page_activity, .page_activity .search_before .search_top_before, .close_page, .search_box .search_top, .schedule_search .search_top, .introduction, .group .base-wrapper .banner_slider_model .banner_slider_box, .group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea, .group .base-wrapper .content .message_activity, .group .base-wrapper .content .close .message_service, .group .base-wrapper .content .close .subscription {
  margin: 0 auto;
  max-width: 1199px;
}

/* line 117, ../sass/_base-fonction.scss */
.page_activity ul li .model_ctrl_tools a.ctrl_more, .table_page .area-table.rwd-straight .in .ct .in table tbody td span a.quis-btn, .news_page .area-table.rwd-straight .in .ct .in table tbody td span a.quis-btn, .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_more, .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_more {
  position: relative;
  box-sizing: border-box;
  line-height: 1.7;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  color: #1a1a1a !important;
  transition: 150ms;
  background-color: #ffbd38;
  padding: 10px;
  font-weight: bold;
  border: none;
  transition: 300ms;
  width: 240px;
  margin: 20px auto;
  border-radius: 0.2em;
}
/* line 144, ../sass/_base-fonction.scss */
.page_activity ul li .model_ctrl_tools a.ctrl_more:hover, .table_page .area-table.rwd-straight .in .ct .in table tbody td span a.quis-btn:hover, .news_page .area-table.rwd-straight .in .ct .in table tbody td span a.quis-btn:hover, .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_more:hover, .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_more:hover {
  transition: 300ms;
  transform: translate3d(0, -6px, 0);
  background-color: #ffac05;
}

/* line 5, ../sass/_mobile.scss */
.base-mobile .link {
  margin: 20px 10px;
  overflow: hidden;
}
/* line 11, ../sass/_mobile.scss */
.base-mobile .link ul li {
  width: 50%;
  float: left;
  padding: 5px;
  box-sizing: border-box;
}
/* line 17, ../sass/_mobile.scss */
.base-mobile .link ul li a {
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
}
/* line 25, ../sass/_mobile.scss */
.base-mobile .link ul li a:hover {
  background-color: #017CA0;
  color: #ffffff;
}
/* line 35, ../sass/_mobile.scss */
.base-mobile .font-size {
  margin: 10px;
  clear: both;
}
/* line 39, ../sass/_mobile.scss */
.base-mobile .font-size .hd {
  display: inline-block !important;
  vertical-align: middle;
}
/* line 43, ../sass/_mobile.scss */
.base-mobile .font-size .hd a {
  color: #ffffff !important;
  padding: 5px;
}
/* line 50, ../sass/_mobile.scss */
.base-mobile .font-size .ct {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
/* line 57, ../sass/_mobile.scss */
.base-mobile .font-size .ct ul li {
  display: inline-block;
  vertical-align: middle;
}
/* line 67, ../sass/_mobile.scss */
.base-mobile .share {
  margin: 10px;
  clear: both;
}
/* line 71, ../sass/_mobile.scss */
.base-mobile .share .hd {
  display: inline-block !important;
  vertical-align: middle;
}
/* line 75, ../sass/_mobile.scss */
.base-mobile .share .hd a {
  color: #ffffff !important;
  padding: 5px;
}
/* line 82, ../sass/_mobile.scss */
.base-mobile .share .ct {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
/* line 89, ../sass/_mobile.scss */
.base-mobile .share .ct ul li {
  display: inline-block;
  vertical-align: middle;
}
/* line 99, ../sass/_mobile.scss */
.base-mobile .search {
  overflow: hidden;
}
/* line 103, ../sass/_mobile.scss */
.base-mobile .search input {
  border: #999 solid 1px;
  line-height: 1.8;
  float: left;
  margin: 0px 0px 0px 15px;
  max-width: 100%;
  width: 89%;
}
/* line 112, ../sass/_mobile.scss */
.base-mobile .search .searchbt1 {
  display: block;
  width: 30px;
  height: 35px;
  position: absolute;
  right: 12px;
}
/* line 119, ../sass/_mobile.scss */
.base-mobile .search .searchbt1 a {
  display: block;
  width: 30px;
  height: 28px;
  background-color: #017CA0;
  text-indent: -9999px;
  background-image: url(../img/search.png);
  background-position: right;
}
/* line 128, ../sass/_mobile.scss */
.base-mobile .search .searchbt1 a:hover {
  background-color: #1E3A4C;
}
/* line 147, ../sass/_mobile.scss */
.base-mobile .menubg .menuarea ul li span a {
  border-bottom: #535353 solid 1px;
  background-repeat: no-repeat;
  background-position: 235px center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 156, ../sass/_mobile.scss */
.base-mobile .menubg .menuarea ul li span a:hover {
  background-color: #017CA0;
}
/* line 164, ../sass/_mobile.scss */
.base-mobile .menubg .menuarea ul li span a b {
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  font: 0/0 a;
  display: inline-block;
  /* background-size: contain; */
  width: 30px;
  height: 30px;
}
/* line 188, ../sass/_mobile.scss */
.base-mobile .menubg .menuarea ul li .submenuarea div ul li span a {
  background-image: url(../img/footer_icon.png);
  background-repeat: no-repeat;
  background-position: 2px 22px;
  background-size: 2%;
  margin-left: 15px;
  text-indent: 0;
}

/* line 1, ../sass/_page.scss */
.page_activity {
  max-width: 1440px !important;
  padding: 50px 15px;
  box-sizing: border-box;
  font-size: 1.4em !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1, ../sass/_page.scss */
  .page_activity {
    font-size: 1.1em !important;
  }
}
/* line 13, ../sass/_page.scss */
.page_activity hr {
  margin: 50px 0px;
}
@media (max-width: 480px) {
  /* line 13, ../sass/_page.scss */
  .page_activity hr {
    display: none;
  }
}
/* line 25, ../sass/_page.scss */
.page_activity ul li {
  position: relative;
}
/* line 30, ../sass/_page.scss */
.page_activity ul li .tab ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9em;
}
/* line 37, ../sass/_page.scss */
[lang="en-US"] .page_activity ul li .tab ul {
  font-size: 0.8em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 37, ../sass/_page.scss */
  [lang="en-US"] .page_activity ul li .tab ul {
    flex-direction: column;
  }
}
@media (max-width: 559px) {
  /* line 30, ../sass/_page.scss */
  .page_activity ul li .tab ul {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (min-width: 560px) and (max-width: 1199px) {
  /* line 30, ../sass/_page.scss */
  .page_activity ul li .tab ul {
    flex-wrap: wrap;
  }
}
/* line 55, ../sass/_page.scss */
.page_activity ul li .tab ul li {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #F2F2F2;
  height: 80px;
  margin: auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #e4e4e4;
}
/* line 68, ../sass/_page.scss */
[lang="en-US"] .page_activity ul li .tab ul li {
  height: 110px;
}
@media (max-width: 559px) {
  /* line 55, ../sass/_page.scss */
  .page_activity ul li .tab ul li {
    width: 100%;
    padding: 0px;
    border: 1px solid #e4e4e4;
  }
  /* line 77, ../sass/_page.scss */
  [lang="en-US"] .page_activity ul li .tab ul li {
    width: 100%;
    padding: 0px;
    height: auto;
  }
}
@media (min-width: 560px) and (max-width: 1199px) {
  /* line 55, ../sass/_page.scss */
  .page_activity ul li .tab ul li {
    width: 100%;
    flex: 0 0 50%;
    padding: 0px;
    border: 1px solid #e4e4e4;
  }
}
/* line 92, ../sass/_page.scss */
.page_activity ul li .tab ul li:hover {
  background-color: #017CA0;
  cursor: pointer;
}
/* line 96, ../sass/_page.scss */
.page_activity ul li .tab ul li:hover a {
  color: #ffffff;
}
@media (min-width: 1199px) {
  /* line 101, ../sass/_page.scss */
  .page_activity ul li .tab ul li:last-child {
    border-right: 0px solid #e4e4e4;
  }
}
/* line 107, ../sass/_page.scss */
.page_activity ul li .tab ul li a {
  display: block;
  color: #30384a;
  border-radius: 0em;
  line-height: 1.5;
  font-weight: bold;
  box-shadow: none;
  padding: 25px 0px;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 891px) {
  /* line 107, ../sass/_page.scss */
  .page_activity ul li .tab ul li a {
    border-right: none;
  }
}
@media (min-width: 0px) and (max-width: 995px) {
  /* line 107, ../sass/_page.scss */
  .page_activity ul li .tab ul li a {
    font-size: 1em;
  }
}
@media (min-width: 996px) and (max-width: 1100px) {
  /* line 107, ../sass/_page.scss */
  .page_activity ul li .tab ul li a {
    font-size: 1em;
  }
}
@media (min-width: 1101px) and (max-width: 1333px) {
  /* line 107, ../sass/_page.scss */
  .page_activity ul li .tab ul li a {
    font-size: 1.125em;
  }
}
/* line 134, ../sass/_page.scss */
.page_activity ul li .tab ul li a:hover {
  background-color: #017CA0;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  border-radius: 0em;
  color: #ffffff;
  border-right: 0px solid #e4e4e4;
}
/* line 145, ../sass/_page.scss */
.page_activity ul li .tab ul li.is-active {
  background-color: #017CA0;
}
/* line 148, ../sass/_page.scss */
.page_activity ul li .tab ul li.is-active a {
  color: #ffffff;
  border-radius: 0em;
  border-right: none;
}
/* line 162, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask {
  overflow: hidden;
}
/* line 165, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul {
  margin: 0 -10px;
}
/* line 170, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul:after {
  content: '\200B';
  display: block;
  height: 0;
  clear: both;
}
/* line 177, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li {
  float: left;
  padding: 10px;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 177, ../sass/_page.scss */
  .page_activity ul li .tab_content .ct.banner_mask ul li {
    display: block;
  }
}
@media (max-width: 560px) {
  /* line 177, ../sass/_page.scss */
  .page_activity ul li .tab_content .ct.banner_mask ul li {
    display: block;
  }
}
/* line 197, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li > div {
  flex: 0 0 33.3%;
}
/* line 204, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li > div a .day .seminar {
  line-height: 2 !important;
}
/* line 209, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li > div a .day p.day {
  font-size: 1em !important;
  font-weight: normal !important;
}
/* line 215, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li > div a > p.title {
  font-weight: normal !important;
  color: #017CA0;
}
/* line 220, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li > div a > p.cotent {
  font-weight: bold;
}
/* line 226, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity {
  display: block;
  border-left: #017CA0 solid 8px;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  padding: 40px 10px;
  box-sizing: border-box;
  margin: 10px;
  flex: 0 0 calc(33% - 20px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 226, ../sass/_page.scss */
  .page_activity ul li .tab_content .ct.banner_mask ul li .activity {
    padding: 10px;
  }
}
/* line 245, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity .day .seminar {
  display: block;
  float: left;
  line-height: 2;
  color: #ffffff;
  padding: 0px 5px;
  background-color: #017CA0;
}
/* line 253, ../sass/_page.scss */
[lang="en-US"] .page_activity ul li .tab_content .ct.banner_mask ul li .activity .day .seminar {
  line-height: 1;
  float: inherit;
}
/* line 259, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity .day p.day {
  float: right;
  color: #30384a;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0px;
  line-height: 1.4;
}
/* line 267, ../sass/_page.scss */
[lang="en-US"] .page_activity ul li .tab_content .ct.banner_mask ul li .activity .day p.day {
  float: left;
  font-size: 1.2em;
}
/* line 281, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity p.title {
  clear: both;
  font-weight: bold;
  padding: 0px;
  line-height: 3;
}
/* line 288, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity p.cotent {
  padding: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 75px;
}
/* line 293, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity:hover {
  background-color: #017CA0;
  color: #ffffff;
  cursor: pointer;
}
/* line 301, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity:hover .day .seminar {
  background-image: url(../img/icon03.jpg);
  background-repeat: no-repeat;
  color: #017CA0;
  background-color: #ffffff;
}
/* line 308, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity:hover .day p.day {
  color: #ffffff;
}
/* line 313, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity:hover p.title {
  color: #ffffff;
}
/* line 317, ../sass/_page.scss */
.page_activity ul li .tab_content .ct.banner_mask ul li .activity:hover p.cotent {
  color: #ffffff;
}
/* line 345, ../sass/_page.scss */
.page_activity ul li .tab_content .ft ul li a:hover {
  background-color: #000;
  opacity: 0.6;
}
/* line 356, ../sass/_page.scss */
.page_activity ul li .tab_content .ft ul li.prev a {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 356, ../sass/_page.scss */
  .page_activity ul li .tab_content .ft ul li.prev a {
    background-size: 70%;
  }
}
/* line 372, ../sass/_page.scss */
.page_activity ul li .tab_content .ft ul li.prev a:hover {
  opacity: 1;
}
/* line 382, ../sass/_page.scss */
.page_activity ul li .tab_content .ft ul li.next a {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-position: center 45px;
  opacity: 0.6;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 382, ../sass/_page.scss */
  .page_activity ul li .tab_content .ft ul li.next a {
    background-size: 70%;
  }
}
/* line 399, ../sass/_page.scss */
.page_activity ul li .tab_content .ft ul li.next a:hover {
  opacity: 1;
}
/* line 408, ../sass/_page.scss */
.page_activity ul li .tab_content .ft ul li.more a {
  position: relative;
  margin: 20px auto;
  width: 200px;
  padding: 10px;
  border-radius: 0.2em;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  color: #fff !important;
  cursor: pointer;
  font-size: 0.9em;
  background-color: #2D394B;
  transition: 300ms;
  z-index: 2;
  display: block;
}
/* line 433, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct {
  overflow: hidden;
}
/* line 438, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul:after {
  content: '\200B';
  display: block;
  height: 0;
  clear: both;
}
/* line 445, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li {
  float: left;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
/* line 462, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent {
  display: flex;
  justify-content: space-between;
  border-left: #017CA0 solid 8px;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  padding: 10px;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 20px);
  flex-direction: column;
  margin: 10px;
  cursor: pointer;
  min-height: 160px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 462, ../sass/_page.scss */
  .page_activity ul li .tab_content_talent .ct ul li .talent {
    flex: 0 0 100%;
  }
}
/* line 483, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day {
  width: 100%;
  display: block;
}
/* line 492, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day .seminar {
  display: block;
  float: left;
  line-height: 1.5;
  color: #017CA0;
  font-size: 1.4em;
  font-weight: bold;
  flex: 1;
}
/* line 501, ../sass/_page.scss */
[lang="en-US"] .page_activity ul li .tab_content_talent .ct ul li .talent .day .seminar {
  line-height: 1;
  float: inherit;
}
/* line 507, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day p.day {
  float: right;
  color: #1a1a1a;
  font-weight: bold;
  padding: 0px;
  flex: 1;
  place-content: flex-end;
  padding-right: 55px;
  line-height: 2.3;
}
/* line 517, ../sass/_page.scss */
[lang="en-US"] .page_activity ul li .tab_content_talent .ct ul li .talent .day p.day {
  line-height: 1.5;
}
/* line 522, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day p.day.math {
  background-image: url(../img/math.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 6%;
  text-indent: 40px;
}
/* line 532, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day p.day.life {
  background-image: url(../img/life.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 6%;
  text-indent: 40px;
}
/* line 541, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day p.day.headquarters {
  background-image: url(../img/headquarters.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 6%;
  text-indent: 40px;
}
/* line 552, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day02 {
  width: 100%;
  display: flex;
  background-color: #F2F2F2;
}
/* line 558, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day02 p.title {
  clear: both;
  font-weight: bold;
  padding: 0px;
  flex: 1;
  background-image: url(../img/talent_people.png);
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: 25px;
  background-size: 20px;
  background-position: left center;
}
/* line 571, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent .day02 p.cotent {
  padding: 0px;
  flex: 1;
  background-image: url(../img/talent_day.png);
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: 30px;
  background-size: 27px;
  background-position: left center;
}
/* line 583, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent:hover {
  background-color: #017CA0;
  color: #ffffff;
}
/* line 590, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent:hover .day .seminar {
  background-image: url(../img/icon03.jpg);
  background-repeat: no-repeat;
  color: #ffffff;
}
/* line 597, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent:hover .day p.day {
  color: #ffffff;
}
/* line 602, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent:hover p.title {
  color: #ffffff;
}
/* line 606, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent:hover p.cotent {
  color: #ffffff;
}
/* line 610, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent:hover .day02 {
  background-color: #017CA0;
}
/* line 614, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent:hover .day02 p.title {
  background-image: url(../img/w_talent_people.png);
}
/* line 618, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ct ul li .talent:hover .day02 p.cotent {
  background-image: url(../img/w_talent_day.png);
}
/* line 642, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ft ul li a:hover {
  background-color: #000;
  opacity: 0.6;
}
/* line 653, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ft ul li.prev a {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
  background-image: url(../img/left.png);
  left: 0;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 653, ../sass/_page.scss */
  .page_activity ul li .tab_content_talent .ft ul li.prev a {
    background-size: 70%;
  }
}
/* line 670, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ft ul li.prev a:hover {
  opacity: 1;
}
/* line 679, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ft ul li.next a {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
  background-image: url(../img/right.png);
  right: 0;
  background-repeat: no-repeat;
  background-position: center 45px;
  opacity: 0.6;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 679, ../sass/_page.scss */
  .page_activity ul li .tab_content_talent .ft ul li.next a {
    background-size: 70%;
  }
}
/* line 697, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ft ul li.next a:hover {
  opacity: 1;
}
/* line 705, ../sass/_page.scss */
.page_activity ul li .tab_content_talent .ft ul li.more a {
  position: relative;
  margin: 20px auto;
  width: 200px;
  padding: 10px;
  border-radius: 0.2em;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  color: #fff !important;
  cursor: pointer;
  font-size: 0.9em;
  background-color: #2D394B;
  transition: 300ms;
  z-index: 2;
  display: block;
}
/* line 730, ../sass/_page.scss */
.page_activity ul li .model_ctrl_tools a {
  position: absolute;
  display: block;
}
/* line 736, ../sass/_page.scss */
.page_activity ul li .model_ctrl_tools a.ctrl_left, .page_activity ul li .model_ctrl_tools a.ctrl_right {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
}
/* line 746, ../sass/_page.scss */
.page_activity ul li .model_ctrl_tools a.ctrl_left {
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -8%;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 746, ../sass/_page.scss */
  .page_activity ul li .model_ctrl_tools a.ctrl_left {
    background-size: 70%;
  }
}
/* line 759, ../sass/_page.scss */
.page_activity ul li .model_ctrl_tools a.ctrl_left:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  /* line 746, ../sass/_page.scss */
  .page_activity ul li .model_ctrl_tools a.ctrl_left {
    left: 0px;
  }
}
/* line 768, ../sass/_page.scss */
.page_activity ul li .model_ctrl_tools a.ctrl_right {
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -8%;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 768, ../sass/_page.scss */
  .page_activity ul li .model_ctrl_tools a.ctrl_right {
    background-size: 70%;
  }
}
/* line 781, ../sass/_page.scss */
.page_activity ul li .model_ctrl_tools a.ctrl_right:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  /* line 768, ../sass/_page.scss */
  .page_activity ul li .model_ctrl_tools a.ctrl_right {
    right: 0px;
  }
}
/* line 798, ../sass/_page.scss */
.page_activity ul li .item-page2 .ck-content {
  width: 100%;
  margin: auto;
}
/* line 802, ../sass/_page.scss */
.page_activity ul li .item-page2 .ck-content .page_activity {
  font-size: 1.2em !important;
}
/* line 808, ../sass/_page.scss */
.page_activity ul li .item-page2 a:hover {
  text-decoration: none !important;
}
/* line 813, ../sass/_page.scss */
.page_activity ul li .item-page2 p {
  padding: 10px 0px;
}
/* line 818, ../sass/_page.scss */
.page_activity ul li .item-page2 p iframe {
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  /* line 818, ../sass/_page.scss */
  .page_activity ul li .item-page2 p iframe {
    height: 600px;
  }
}
/* line 834, ../sass/_page.scss */
.page_activity ul li .item-page2 iframe {
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  /* line 834, ../sass/_page.scss */
  .page_activity ul li .item-page2 iframe {
    height: 600px;
  }
}
/* line 857, ../sass/_page.scss */
.page_activity .item-page2 .h3 {
  display: none;
  padding: 85px 0px 30px 0px;
  color: #1E3A4C;
  font-weight: bold;
}
/* line 866, ../sass/_page.scss */
.page_activity .item-page2 h2 {
  padding: 15px;
}
/* line 872, ../sass/_page.scss */
.page_activity .item-page2 dl p {
  padding: 0px;
  line-height: 1.5;
}
@media (min-width: 0px) and (max-width: 1062px) {
  /* line 872, ../sass/_page.scss */
  .page_activity .item-page2 dl p {
    line-height: 0;
  }
}
@media (min-width: 1063px) and (max-width: 1160px) {
  /* line 872, ../sass/_page.scss */
  .page_activity .item-page2 dl p {
    line-height: 0.5;
  }
}
@media (min-width: 1161px) and (max-width: 1246px) {
  /* line 872, ../sass/_page.scss */
  .page_activity .item-page2 dl p {
    line-height: 1;
  }
}
/* line 889, ../sass/_page.scss */
.page_activity .item-page2 dl dt {
  color: #1E3A4C;
  font-weight: bold;
}
/* line 893, ../sass/_page.scss */
.page_activity .item-page2 dl dt span {
  padding: 0px 0px 0px 30px;
  color: #1a1a1a;
}
/* line 899, ../sass/_page.scss */
.page_activity .item-page2 dl dd {
  padding: 0px 0px 20px 0px;
}
/* line 904, ../sass/_page.scss */
.page_activity .item-page2 dl span {
  padding: 0px 0px 0px 84px;
}
@media (min-width: 0px) and (max-width: 891px) {
  /* line 904, ../sass/_page.scss */
  .page_activity .item-page2 dl span {
    padding: 0px 0px 0px 53px;
  }
}
@media (min-width: 892px) and (max-width: 1009px) {
  /* line 904, ../sass/_page.scss */
  .page_activity .item-page2 dl span {
    padding: 0px 0px 0px 59px;
  }
}
@media (min-width: 1010px) and (max-width: 1062px) {
  /* line 904, ../sass/_page.scss */
  .page_activity .item-page2 dl span {
    padding: 0px 0px 0px 69px;
  }
}
@media (min-width: 1063px) and (max-width: 1160px) {
  /* line 904, ../sass/_page.scss */
  .page_activity .item-page2 dl span {
    padding: 0px 0px 0px 72px;
  }
}
@media (min-width: 1161px) and (max-width: 1246px) {
  /* line 904, ../sass/_page.scss */
  .page_activity .item-page2 dl span {
    padding: 0px 0px 0px 78px;
  }
}
/* line 927, ../sass/_page.scss */
.page_activity .item-page2 dl span a {
  font-weight: bold;
}
/* line 933, ../sass/_page.scss */
.page_activity .item-page2 a {
  color: #1C4684;
}
/* line 936, ../sass/_page.scss */
.page_activity .item-page2 a:hover {
  text-decoration: underline;
}
/* line 941, ../sass/_page.scss */
.page_activity .item-page2 ol {
  padding: 20px 0px 0px 30px;
}
/* line 944, ../sass/_page.scss */
.page_activity .item-page2 ol li {
  line-height: 1.8;
}
/* line 952, ../sass/_page.scss */
.page_activity .item-page2 ul {
  padding: 20px 0px 20px 30px;
}
/* line 955, ../sass/_page.scss */
.page_activity .item-page2 ul li {
  font-weight: 500;
  padding: 10px 0px;
}
/* line 961, ../sass/_page.scss */
.page_activity .item-page2 .h4 {
  padding: 30px 0px 0px 0px;
  font-weight: 400;
}
/* line 966, ../sass/_page.scss */
.page_activity .item-page2 p {
  font-size: 1em;
}
/* line 973, ../sass/_page.scss */
.page_activity .export_calendar {
  width: 90%;
  margin: 0 auto;
}
/* line 978, ../sass/_page.scss */
[lang="en-US"] .page_activity .export_calendar {
  font-size: 0.9em;
}
@media (min-width: 0px) and (max-width: 669px) {
  /* line 973, ../sass/_page.scss */
  .page_activity .export_calendar {
    width: 100%;
  }
}
/* line 986, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_1 {
  width: 100%;
  padding: 10px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 995, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_1 .left {
  flex: 0 0 12%;
}
@media (max-width: 534px) {
  /* line 995, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_1 .left {
    flex: 0 0 30%;
  }
}
@media (min-width: 535px) and (max-width: 1199px) {
  /* line 995, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_1 .left {
    flex: 0 0 20%;
  }
}
/* line 1007, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_1 .left .h3 {
  color: #1E3A4C;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 878px) {
  /* line 1011, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_1 .left .h3 {
    font-size: 0.8em !important;
  }
}
/* line 1020, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_1 .right {
  flex: 0 0 88%;
}
@media (max-width: 534px) {
  /* line 1020, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_1 .right {
    flex: 0 0 70%;
    padding: 10px 0px 10px 0px;
    font-size: 0.8em;
  }
}
@media (min-width: 535px) and (max-width: 1199px) {
  /* line 1020, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_1 .right {
    flex: 0 0 80%;
  }
}
@media (min-width: 535px) and (max-width: 1314px) {
  /* line 1034, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_1 .right {
    flex: 0 0 80%;
  }
}
/* line 1040, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_1 .right input {
  width: 100%;
  line-height: 2;
  border: #e4e4e4 solid 1px;
  justify-items: end;
  font-size: 1em;
  line-height: 2;
  padding: 0px 20px;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
/* line 1051, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_1 .right select {
  line-height: 2;
  border: #e4e4e4 solid 1px;
  width: 100%;
  padding: 0px 60px 0px 20px;
  font-size: 1em;
  box-shadow: none !important;
  color: #1E3A4C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/downicon-01.png") no-repeat right center transparent;
  background-color: #ffffff;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  /* line 1051, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_1 .right select {
    background-size: 35px;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  /* line 1072, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_1 .right select {
    font-size: 0.7em;
    padding: 5px 60px 5px 10px;
    background-size: 15%;
  }
}
/* line 1081, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_1 .right ::placeholder {
  color: #1E3A4C;
}
/* line 1087, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 {
  width: 100%;
  padding: 10px;
  margin: 30px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 1098, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 55%;
}
@media (min-width: 0px) and (max-width: 1199px) {
  /* line 1098, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left {
    flex: 0 0 100%;
    justify-content: start;
    padding-bottom: 50px;
  }
}
@media (min-width: 0px) and (max-width: 1314px) {
  /* line 1110, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left {
    flex: 0 0 100%;
    justify-content: start;
    padding-bottom: 50px;
  }
}
/* line 1118, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
/* line 1124, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul li {
  display: flex;
  align-items: center;
}
/* line 1128, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul li .h3 {
  color: #1E3A4C;
}
/* line 1132, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul li input {
  width: 100%;
  line-height: 2;
  border: #e4e4e4 solid 1px;
  font-size: 1em;
  line-height: 2;
  padding: 0px 0px 0 20px;
  font-weight: 500;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
  position: relative;
}
@media (max-width: 534px) {
  /* line 1132, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul li input {
    padding: 0px 0px 0px 5px;
    font-size: .7em;
    height: 35px;
  }
}
/* line 1152, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul li ::placeholder {
  color: #1E3A4C;
}
/* line 1156, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul li a {
  position: absolute;
  top: 10px;
  right: 4px;
}
@media (min-width: 0px) and (max-width: 534px) {
  /* line 1156, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul li a {
    width: 7px;
    right: 12px;
  }
}
/* line 1166, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul li a img {
  background-color: #ffffff;
  width: 25px;
}
@media (min-width: 0px) and (max-width: 534px) {
  /* line 1166, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul li a img {
    width: 15px;
  }
}
@media (min-width: 535px) and (max-width: 768px) {
  /* line 1166, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul li a img {
    width: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1392px) {
  /* line 1166, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul li a img {
    width: 25px;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 1182, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul li a img {
    width: 16px;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 1182, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul li a img {
    width: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1392px) {
  /* line 1182, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul li a img {
    width: 25px;
  }
}
/* line 1200, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
  width: 24%;
  font-weight: bold;
  color: #1E3A4C;
}
@media (max-width: 534px) {
  /* line 1200, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
    width: 30%;
  }
}
@media (min-width: 535px) and (max-width: 1199px) {
  /* line 1200, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
    width: 20.5%;
  }
}
/* line 1213, ../sass/_page.scss */
[lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
  width: 23%;
}
@media (min-width: 0px) and (max-width: 878px) {
  /* line 1213, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
    font-size: 0.8em !important;
  }
}
@media (max-width: 534px) {
  /* line 1213, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
    width: 33%;
  }
}
@media (min-width: 535px) and (max-width: 768px) {
  /* line 1213, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
    width: 22%;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  /* line 1213, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
    width: 21%;
  }
}
@media (min-width: 1199px) and (max-width: 1314px) {
  /* line 1213, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(1) {
    width: 20.5%;
  }
}
/* line 1239, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(2) {
  width: 40%;
}
@media (min-width: 0px) and (max-width: 534px) {
  /* line 1239, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(2) {
    width: 32%;
  }
}
@media (min-width: 535px) and (max-width: 1060px) {
  /* line 1239, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(2) {
    width: 38%;
  }
}
@media (min-width: 0px) and (max-width: 534px) {
  /* line 1250, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(2) {
    width: 35%;
  }
}
/* line 1257, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(3) {
  font-weight: bold;
  padding: 0px 10px;
  width: auto;
}
@media (min-width: 0px) and (max-width: 420px) {
  /* line 1257, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(3) {
    padding: 0px 3px;
    margin: 0px;
    width: auto;
  }
}
@media (min-width: 421px) and (max-width: 534px) {
  /* line 1257, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(3) {
    padding: 0px 8px;
    margin: 0px;
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 534px) {
  /* line 1274, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(3) {
    padding: 0px 7px;
    margin: 0px;
    width: auto;
  }
}
@media (min-width: 535px) and (max-width: 768px) {
  /* line 1274, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(3) {
    padding: 0px 4%;
    margin: 0px;
    width: auto;
  }
}
@media (min-width: 769px) and (max-width: 1060px) {
  /* line 1274, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(3) {
    padding: 0px 3%;
    margin: 0px;
    width: auto;
  }
}
@media (min-width: 1061px) and (max-width: 1199px) {
  /* line 1274, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(3) {
    padding: 0px 1.5%;
    margin: 0px;
    width: auto;
  }
}
@media (min-width: 1199px) {
  /* line 1274, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(3) {
    padding: 0px 1%;
    margin: 0px;
    width: auto;
  }
}
/* line 1307, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(4) {
  width: 40%;
}
@media (min-width: 0px) and (max-width: 534px) {
  /* line 1307, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(4) {
    width: 32%;
  }
}
@media (min-width: 535px) and (max-width: 1060px) {
  /* line 1307, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(4) {
    width: 38%;
  }
}
@media (min-width: 0px) and (max-width: 534px) {
  /* line 1318, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .left ul > li:nth-child(4) {
    width: 35%;
  }
}
/* line 1327, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 45%;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1199px) {
  /* line 1327, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .right {
    flex: 0 0 100%;
    justify-content: start;
  }
}
@media (min-width: 0px) and (max-width: 1314px) {
  /* line 1339, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .right {
    flex: 0 0 100%;
    justify-content: start;
  }
}
/* line 1346, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .right .h3 {
  color: #1E3A4C;
  padding-left: 16%;
  font-weight: bold;
}
@media (max-width: 534px) {
  /* line 1346, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .right .h3 {
    padding-left: 0;
    width: 30%;
  }
}
@media (min-width: 535px) and (max-width: 668px) {
  /* line 1346, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .right .h3 {
    padding-left: 0;
    width: 20%;
  }
}
@media (min-width: 669px) and (max-width: 1199px) {
  /* line 1346, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .right .h3 {
    padding-left: 0;
    width: 20%;
  }
}
@media (min-width: 1199px) and (max-width: 1392px) {
  /* line 1346, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .right .h3 {
    padding-left: 10%;
  }
}
@media (min-width: 0px) and (max-width: 878px) {
  /* line 1371, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .right .h3 {
    font-size: 0.8em !important;
  }
}
@media (min-width: 669px) and (max-width: 768px) {
  /* line 1371, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .right .h3 {
    padding-left: 0;
    width: 20%;
  }
}
@media (min-width: 769px) and (max-width: 888px) {
  /* line 1371, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .right .h3 {
    padding-left: 0;
    width: 20%;
  }
}
@media (min-width: 669px) and (max-width: 1314px) {
  /* line 1371, ../sass/_page.scss */
  [lang="en-US"] .page_activity .export_calendar .export_calendar_2 .right .h3 {
    padding-left: 0;
    width: 20%;
  }
}
/* line 1399, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .right ul {
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 1410, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .right ul li a {
  display: block;
  color: #1E3A4C;
  border-radius: 0em;
  font-weight: bold;
  box-shadow: none;
  padding: 10px 50px;
  margin: 3px;
  background-color: #ffffff;
  flex-wrap: wrap;
}
/* line 1428, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .right ul li a:hover {
  background-color: #017CA0;
  color: #ffffff;
}
@media (max-width: 534px) {
  /* line 1410, ../sass/_page.scss */
  .page_activity .export_calendar .export_calendar_2 .right ul li a {
    padding: 8px 20px;
    font-size: 0.8em;
  }
}
/* line 1439, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_2 .right ul li .is-active {
  background-color: #017CA0;
  color: #ffffff;
  border-radius: 0em;
  border-right: none;
  box-sizing: border-box;
}
/* line 1454, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_btn {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
}
/* line 1461, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1466, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_btn ul li {
  flex: 0 0 50%;
  background-color: #ffbd38;
  line-height: 2;
  font-weight: bold;
  padding: 0px 30px;
  box-sizing: border-box;
  margin: 0 15px;
  text-align: center;
}
/* line 1477, ../sass/_page.scss */
.page_activity .export_calendar .export_calendar_btn ul li button {
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
  flex: 0 0 50%;
  background-color: #ffbd38;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  border: none;
  font-size: 1em;
  cursor: pointer;
}
/* line 1494, ../sass/_page.scss */
.page_activity .search_page {
  width: 80%;
  padding: 10px;
  margin: 30px auto;
  display: flex;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 480px) {
  /* line 1494, ../sass/_page.scss */
  .page_activity .search_page {
    width: 90%;
  }
}
/* line 1507, ../sass/_page.scss */
.page_activity .search_page h3 {
  width: 10%;
}
@media (max-width: 480px) {
  /* line 1507, ../sass/_page.scss */
  .page_activity .search_page h3 {
    width: 100px;
    flex-wrap: wrap;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1507, ../sass/_page.scss */
  .page_activity .search_page h3 {
    width: 105px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1507, ../sass/_page.scss */
  .page_activity .search_page h3 {
    width: 116px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1507, ../sass/_page.scss */
  .page_activity .search_page h3 {
    width: 112px;
  }
}
/* line 1530, ../sass/_page.scss */
.page_activity .search_page input {
  width: 100%;
  font-size: 1em;
  line-height: 2;
  border: #b6b6b6 solid 1px;
  justify-items: end;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
/* line 1541, ../sass/_page.scss */
.page_activity .date_page {
  width: 80%;
  padding: 10px;
  margin: 30px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 480px) {
  /* line 1541, ../sass/_page.scss */
  .page_activity .date_page {
    width: 90%;
  }
}
@media (min-width: 0px) and (max-width: 1000px) {
  /* line 1541, ../sass/_page.scss */
  .page_activity .date_page {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 0 0 0 10px;
  }
}
/* line 1563, ../sass/_page.scss */
.page_activity .date_page .left {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 480px) {
  /* line 1563, ../sass/_page.scss */
  .page_activity .date_page .left {
    margin-bottom: 50px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1563, ../sass/_page.scss */
  .page_activity .date_page .left {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1563, ../sass/_page.scss */
  .page_activity .date_page .left {
    margin-bottom: 50px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  /* line 1563, ../sass/_page.scss */
  .page_activity .date_page .left {
    margin-bottom: 50px;
  }
}
/* line 1584, ../sass/_page.scss */
.page_activity .date_page .left h3 {
  margin-right: 30px;
}
@media (max-width: 480px) {
  /* line 1584, ../sass/_page.scss */
  .page_activity .date_page .left h3 {
    width: 78px;
    margin-right: 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1584, ../sass/_page.scss */
  .page_activity .date_page .left h3 {
    width: 85px;
    margin-right: 0px;
  }
}
/* line 1601, ../sass/_page.scss */
.page_activity .date_page .right {
  display: flex;
  align-items: center;
  justify-content: end;
}
/* line 1606, ../sass/_page.scss */
.page_activity .date_page .right h3 {
  margin-right: 30px;
}
@media (max-width: 480px) {
  /* line 1606, ../sass/_page.scss */
  .page_activity .date_page .right h3 {
    width: 78px;
    margin-right: 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1606, ../sass/_page.scss */
  .page_activity .date_page .right h3 {
    width: 85px;
    margin-right: 0px;
  }
}
/* line 1622, ../sass/_page.scss */
.page_activity .date_page .right a {
  display: block;
  color: #30384a;
  border-radius: 0em;
  font-weight: bold;
  box-shadow: none;
  font-size: 0.9em;
  padding: 8px 50px;
  background-color: #ffffff;
  flex-wrap: wrap;
  border: 2px solid #e4e4e4;
}
/* line 1636, ../sass/_page.scss */
[lang="en-US"] .page_activity .date_page .right a {
  font-size: 1.2em;
}
/* line 1641, ../sass/_page.scss */
.page_activity .date_page .right a:hover {
  background-color: #017CA0;
  color: #ffffff;
}
/* line 1647, ../sass/_page.scss */
.page_activity .date_page .right .is-active {
  background-color: #017CA0;
  color: #ffffff;
  border-radius: 0em;
  border-right: none;
}
/* line 1656, ../sass/_page.scss */
.page_activity .biotrec {
  margin-bottom: 50px;
}
/* line 1667, ../sass/_page.scss */
.page_activity .biotrec p {
  padding: 0.5em;
}
/* line 1671, ../sass/_page.scss */
.page_activity .biotrec a {
  color: #4c4ce6 !important;
}
/* line 1679, ../sass/_page.scss */
.page_activity .biotrec figure table tbody tr td {
  padding: 0px 30px;
}
/* line 1688, ../sass/_page.scss */
.page_activity .biotrec ul li {
  padding: 10px 25px;
}
/* line 1693, ../sass/_page.scss */
.page_activity .biotrec .slider_page {
  position: relative;
  display: block;
}
/* line 1698, ../sass/_page.scss */
.page_activity .biotrec .slider_page::before {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  /* line 1693, ../sass/_page.scss */
  .page_activity .biotrec .slider_page {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1693, ../sass/_page.scss */
  .page_activity .biotrec .slider_page {
    width: 100%;
    margin-top: 0px !important;
  }
}
/* line 1716, ../sass/_page.scss */
.page_activity .biotrec .slider_page::after {
  background-image: none !important;
}
/* line 1720, ../sass/_page.scss */
.page_activity .biotrec .slider_page .slider_bottom_box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px !important;
  z-index: 1;
}
/* line 1729, ../sass/_page.scss */
.page_activity .biotrec .slider_page .ctrl_dot_box {
  padding: 4px 0 0px !important;
}
/* line 1733, ../sass/_page.scss */
.page_activity .biotrec .slider_page .ctrl_dot_box ul {
  text-align: center;
  letter-spacing: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  *zoom: 1;
}
/* line 1741, ../sass/_page.scss */
.page_activity .biotrec .slider_page .ctrl_dot_box ul li {
  display: inline-block;
  *float: left;
  *padding: 0 4px;
}
/* line 1746, ../sass/_page.scss */
.page_activity .biotrec .slider_page .ctrl_dot_box ul li a {
  position: relative;
  display: block;
  width: 10px !important;
  height: 10px !important;
  background-color: transparent !important;
  border: 0.05rem solid #b6b6b6;
  border-radius: 100%;
  opacity: .8;
}
/* line 1756, ../sass/_page.scss */
.page_activity .biotrec .slider_page .ctrl_dot_box ul li a:hover {
  opacity: 1;
  background-color: none !important;
}
/* line 1761, ../sass/_page.scss */
.page_activity .biotrec .slider_page .ctrl_dot_box ul li a.is_active {
  background-color: #e4e4e4 !important;
}
/* line 1771, ../sass/_page.scss */
.page_activity .biotrec .biotrec_p {
  margin: 0px 0px 0px 50px;
  width: 80%;
}
@media (max-width: 480px) {
  /* line 1771, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p {
    margin: 0px;
    width: 90%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1771, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p {
    margin: 0px 0px 0px 20px;
    width: 150%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1771, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p {
    margin: 0px 0px 0px 20px;
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1771, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p {
    margin: 0px 0px 0px 20px;
    width: 90%;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 1771, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p {
    margin: 0px 0px 0px 20px;
  }
}
/* line 1801, ../sass/_page.scss */
.page_activity .biotrec .biotrec_p .h3 {
  font-size: 2em;
  color: #017CA0;
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 480px) {
  /* line 1801, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1801, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .h3 {
    font-size: 1.375em;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1801, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .h3 {
    font-size: 1.5em;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1801, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .h3 {
    font-size: 1.625em;
  }
}
@media (min-width: 1199px) and (max-width: 1199px) {
  /* line 1801, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .h3 {
    font-size: 1.75em;
  }
}
/* line 1829, ../sass/_page.scss */
.page_activity .biotrec .biotrec_p p {
  padding: 30px 0px !important;
  line-height: 1.5;
  font-size: 1.6em;
}
@media (max-width: 480px) {
  /* line 1829, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p p {
    font-size: 1em;
    padding: 15px 0px !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1829, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p p {
    font-size: 1em;
    padding: 15px 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1829, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p p {
    font-size: 1.125em;
    padding: 15px 0px !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1829, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p p {
    font-size: 1.125em;
    padding: 20px 0px !important;
  }
}
@media (min-width: 1199px) and (max-width: 1199px) {
  /* line 1829, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p p {
    font-size: 1.25em;
  }
}
/* line 1863, ../sass/_page.scss */
.page_activity .biotrec .biotrec_p .biotrec_button button {
  font-size: 1.25em;
  background-color: #017CA0;
  border: none !important;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0px 20px 10px 0px;
  cursor: pointer;
}
@media (max-width: 480px) {
  /* line 1863, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .biotrec_button button {
    font-size: 1em;
    margin: 0px 10px 10px 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1863, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .biotrec_button button {
    font-size: 1em;
    margin: 0px 10px 10px 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1863, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .biotrec_button button {
    font-size: 1em;
    margin: 0px 10px 10px 0px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1863, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .biotrec_button button {
    font-size: 1.125em;
  }
}
@media (min-width: 1199px) and (max-width: 1199px) {
  /* line 1863, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_p .biotrec_button button {
    font-size: 1.125em;
  }
}
/* line 1900, ../sass/_page.scss */
.page_activity .biotrec .biotrec_bottom {
  margin-top: -50px;
  width: 100%;
  margin: auto;
}
@media (max-width: 480px) {
  /* line 1900, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom {
    margin: 20px 20px 0px 20px;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1900, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom {
    margin: 0px 0px 0px 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1900, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom {
    margin: 0px 0px 0px 20px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1900, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom {
    margin: 0px 0px 0px 20px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 1900, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom {
    margin: 0px 0px 0px 20px;
  }
}
/* line 1930, ../sass/_page.scss */
.page_activity .biotrec .biotrec_bottom p {
  padding: 60px 0 !important;
  font-size: 1.6em;
  line-height: 1.5;
}
@media (max-width: 480px) {
  /* line 1930, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom p {
    font-size: 1em;
    flex-wrap: wrap;
    padding: 0 0 20px 0 !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1930, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom p {
    font-size: 1.125em;
    flex-wrap: wrap;
    padding: 0 0 10px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1930, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom p {
    font-size: 1.125em;
    flex-wrap: wrap;
    padding: 0 0 10px 0 !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1930, ../sass/_page.scss */
  .page_activity .biotrec .biotrec_bottom p {
    font-size: 1.25em;
    flex-wrap: wrap;
    padding: 0 0 10px 0 !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1962, ../sass/_page.scss */
  .page_activity .biotrec_sec {
    margin: 50px 0px 0px 0px;
    padding: 0px 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1962, ../sass/_page.scss */
  .page_activity .biotrec_sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1962, ../sass/_page.scss */
  .page_activity .biotrec_sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 1962, ../sass/_page.scss */
  .page_activity .biotrec_sec {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
  }
}
/* line 1989, ../sass/_page.scss */
.page_activity .biotrec_sec .biotrec_p {
  margin: 0px 50px 0px 0px;
  width: 80%;
}
@media (max-width: 480px) {
  /* line 1989, ../sass/_page.scss */
  .page_activity .biotrec_sec .biotrec_p {
    margin: 20px 20px 0px 20px;
    width: 90%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 1989, ../sass/_page.scss */
  .page_activity .biotrec_sec .biotrec_p {
    margin: 0px 20px 0px 0px;
    width: 150%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1989, ../sass/_page.scss */
  .page_activity .biotrec_sec .biotrec_p {
    margin: 0px 20px 0px 0px;
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 1989, ../sass/_page.scss */
  .page_activity .biotrec_sec .biotrec_p {
    margin: 0px 20px 0px 0px;
    width: 90%;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 1989, ../sass/_page.scss */
  .page_activity .biotrec_sec .biotrec_p {
    margin: 0px 20px 0px 0px;
  }
}
/* line 2020, ../sass/_page.scss */
.page_activity .search_content {
  margin: 0 5px;
}
@media (max-width: 480px) {
  /* line 2020, ../sass/_page.scss */
  .page_activity .search_content {
    font-size: 0.8em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 2020, ../sass/_page.scss */
  .page_activity .search_content {
    font-size: 0.8em;
  }
}
/* line 2031, ../sass/_page.scss */
.page_activity .search_content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
/* line 2037, ../sass/_page.scss */
.page_activity .search_content ul li {
  border-right: 0.1rem solid #e4e4e4;
  text-align: center;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 2049, ../sass/_page.scss */
.page_activity .search_content ul > li:nth-child(1) {
  width: 5%;
}
/* line 2053, ../sass/_page.scss */
.page_activity .search_content ul > li:nth-child(2) {
  width: 15%;
}
/* line 2057, ../sass/_page.scss */
.page_activity .search_content ul > li:nth-child(3) {
  width: 15%;
  position: relative;
  z-index: 1;
}
/* line 2062, ../sass/_page.scss */
.page_activity .search_content ul > li:nth-child(3) img {
  padding-left: 10px;
}
@media (max-width: 480px) {
  /* line 2062, ../sass/_page.scss */
  .page_activity .search_content ul > li:nth-child(3) img {
    width: 30%;
    padding-left: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 2062, ../sass/_page.scss */
  .page_activity .search_content ul > li:nth-child(3) img {
    width: 30%;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 2062, ../sass/_page.scss */
  .page_activity .search_content ul > li:nth-child(3) img {
    width: 27%;
    padding-left: 8px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 2062, ../sass/_page.scss */
  .page_activity .search_content ul > li:nth-child(3) img {
    width: 25%;
  }
}
/* line 2086, ../sass/_page.scss */
.page_activity .search_content ul > li:nth-child(3):hover::before {
  content: '職稱為系統定期更新內容，若需最新資訊，可參考所屬個人網頁資訊。';
  position: absolute;
  top: -20px;
  right: -80px;
  color: #1a1a1a;
  font-size: .5em;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: .3rem;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  z-index: 1;
  width: 100px;
  padding: 10px;
}
/* line 2106, ../sass/_page.scss */
.page_activity .search_content ul > li:nth-child(4) {
  width: 25%;
}
/* line 2110, ../sass/_page.scss */
.page_activity .search_content ul > li:nth-child(5) {
  width: 40%;
  border-right: none;
}
/* line 2120, ../sass/_page.scss */
.page_activity .search_calendar ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
/* line 2126, ../sass/_page.scss */
.page_activity .search_calendar ul li {
  border-right: 0.1rem solid #e4e4e4;
  text-align: center;
  width: 100%;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 2138, ../sass/_page.scss */
.page_activity .search_calendar ul > li:nth-child(1) {
  width: 60%;
}
/* line 2142, ../sass/_page.scss */
.page_activity .search_calendar ul > li:nth-child(2) {
  width: 20%;
}
/* line 2145, ../sass/_page.scss */
.page_activity .search_calendar ul > li:nth-child(2) img {
  width: 30px;
}
/* line 2150, ../sass/_page.scss */
.page_activity .search_calendar ul > li:nth-child(3) {
  width: 20%;
  border-right: none;
}
/* line 2154, ../sass/_page.scss */
.page_activity .search_calendar ul > li:nth-child(3) img {
  width: 30px;
}
/* line 2161, ../sass/_page.scss */
.page_activity .news_content {
  margin: 0 5px;
}
@media (max-width: 480px) {
  /* line 2161, ../sass/_page.scss */
  .page_activity .news_content {
    font-size: 0.8em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 2161, ../sass/_page.scss */
  .page_activity .news_content {
    font-size: 0.8em;
  }
}
/* line 2172, ../sass/_page.scss */
.page_activity .news_content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
/* line 2178, ../sass/_page.scss */
.page_activity .news_content ul li {
  border-right: 0.1rem solid #e4e4e4;
  text-align: center;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  line-height: 1.2;
}
@media (max-width: 439px) {
  /* line 2178, ../sass/_page.scss */
  .page_activity .news_content ul li {
    height: 150px;
  }
}
@media (min-width: 440px) and (max-width: 579px) {
  /* line 2178, ../sass/_page.scss */
  .page_activity .news_content ul li {
    height: 100px;
  }
}
/* line 2199, ../sass/_page.scss */
.page_activity .news_content ul > li:nth-child(1) {
  width: 10%;
}
/* line 2203, ../sass/_page.scss */
.page_activity .news_content ul > li:nth-child(2) {
  width: 20%;
}
/* line 2207, ../sass/_page.scss */
.page_activity .news_content ul > li:nth-child(3) {
  width: 40%;
  text-align: start;
  justify-content: start;
  padding: 10px 20px;
}
/* line 2214, ../sass/_page.scss */
.page_activity .news_content ul > li:nth-child(4) {
  width: 20%;
}
/* line 2218, ../sass/_page.scss */
.page_activity .news_content ul > li:nth-child(5) {
  width: 10%;
  border-right: none;
  padding: 10px 20px;
}
/* line 2226, ../sass/_page.scss */
.page_activity .search_top {
  background-color: #017CA0;
  color: #ffffff;
  font-weight: bold;
  margin-top: 10px;
}
/* line 2234, ../sass/_page.scss */
.page_activity .search_top > ul li {
  padding: 20px 30px !important;
}
@media (max-width: 596px) {
  /* line 2234, ../sass/_page.scss */
  .page_activity .search_top > ul li {
    padding: 20px 0px !important;
  }
}
/* line 2244, ../sass/_page.scss */
.page_activity .search_gr {
  background-color: #F2F2F2;
  color: #1a1a1a;
}
/* line 2249, ../sass/_page.scss */
.page_activity .search_gr_8 {
  background-color: #F2F2F2;
  color: #1a1a1a;
}
/* line 2256, ../sass/_page.scss */
.page_activity .search_gr_8 ul > li:nth-child(1) {
  justify-content: start;
}
/* line 2262, ../sass/_page.scss */
.page_activity .search_white {
  background-color: #ffffff;
  color: #1a1a1a;
}
/* line 2268, ../sass/_page.scss */
.page_activity .search_white_8 {
  background-color: #ffffff;
  color: #1a1a1a;
}
/* line 2275, ../sass/_page.scss */
.page_activity .search_white_8 ul > li:nth-child(1) {
  justify-content: start;
}
/* line 2281, ../sass/_page.scss */
.page_activity .search_before {
  background-color: #F2F2F2;
  max-width: 1280px;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0px 10px;
}
/* line 2290, ../sass/_page.scss */
.page_activity .search_before .search_top_before {
  max-width: 1000px;
  margin: 0px auto;
}
/* line 2295, ../sass/_page.scss */
.page_activity .search_before .search_top_before ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 70px 50px 60px;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 599px) {
  /* line 2295, ../sass/_page.scss */
  .page_activity .search_before .search_top_before ul {
    margin: 30px 0px;
  }
}
@media (min-width: 0px) and (max-width: 668px) {
  /* line 2307, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before ul {
    margin: 30px 0px;
  }
}
/* line 2313, ../sass/_page.scss */
.page_activity .search_before .search_top_before ul li {
  font-weight: bold;
  color: #1E3A4C;
}
@media (min-width: 0px) and (max-width: 599px) {
  /* line 2313, ../sass/_page.scss */
  .page_activity .search_before .search_top_before ul li {
    flex: 0 0 100%;
    text-align: center;
    padding: 20px 0px 5px;
    border-bottom: 3px solid #b6b6b6;
    width: 100%;
  }
}
/* line 2326, ../sass/_page.scss */
[lang="en-US"] .page_activity .search_before .search_top_before ul li {
  margin: 20px 0px 20px;
  text-align: center;
  font-size: 0.9em;
  border-bottom: 5px solid #b6b6b6;
  padding: 0px 10px 10px;
  height: 80px;
  width: 24%;
}
@media (min-width: 0px) and (max-width: 668px) {
  /* line 2326, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before ul li {
    flex: 0 0 100%;
    text-align: center;
    padding: 0px;
    border-bottom: 3px solid #b6b6b6;
    width: 100%;
    margin: 20px 0px 0px;
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 787px) {
  /* line 2326, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before ul li {
    height: 120px;
  }
}
@media (min-width: 788px) and (max-width: 1019px) {
  /* line 2326, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before ul li {
    height: 100px;
  }
}
/* line 2355, ../sass/_page.scss */
.page_activity .search_before .search_top_before ul li a {
  color: #1E3A4C;
  border-bottom: 5px solid #b6b6b6;
  padding: 0 30px 10px;
}
@media (min-width: 0px) and (max-width: 599px) {
  /* line 2355, ../sass/_page.scss */
  .page_activity .search_before .search_top_before ul li a {
    padding: 0 10px 10px;
    border-bottom: 0px solid #b6b6b6;
  }
}
@media (min-width: 600px) and (max-width: 802px) {
  /* line 2355, ../sass/_page.scss */
  .page_activity .search_before .search_top_before ul li a {
    padding: 0 15px 10px;
  }
}
@media (min-width: 803px) and (max-width: 950px) {
  /* line 2355, ../sass/_page.scss */
  .page_activity .search_before .search_top_before ul li a {
    padding: 0 20px 10px;
  }
}
@media (min-width: 951px) and (max-width: 1070px) {
  /* line 2355, ../sass/_page.scss */
  .page_activity .search_before .search_top_before ul li a {
    padding: 0 20px 10px;
  }
}
/* line 2378, ../sass/_page.scss */
[lang="en-US"] .page_activity .search_before .search_top_before ul li a {
  padding: 0px;
  color: #1E3A4C;
  border-bottom: 0px solid #b6b6b6;
}
@media (min-width: 0px) and (max-width: 668px) {
  /* line 2378, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before ul li a {
    padding: 0 10px 10px;
    border-bottom: 0px solid #b6b6b6;
  }
}
/* line 2393, ../sass/_page.scss */
.page_activity .search_before .search_top_before ul #division_0 {
  display: none;
}
@media (min-width: 0px) and (max-width: 599px) {
  /* line 2398, ../sass/_page.scss */
  .page_activity .search_before .search_top_before ul li.is-active {
    border-bottom: 3px solid #ffbd38;
  }
}
/* line 2403, ../sass/_page.scss */
[lang="en-US"] .page_activity .search_before .search_top_before ul li.is-active {
  border-bottom: 5px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 668px) {
  /* line 2403, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before ul li.is-active {
    border-bottom: 3px solid #ffbd38;
  }
}
/* line 2411, ../sass/_page.scss */
.page_activity .search_before .search_top_before ul li.is-active a {
  border-bottom: 5px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 599px) {
  /* line 2411, ../sass/_page.scss */
  .page_activity .search_before .search_top_before ul li.is-active a {
    border-bottom: 0px solid #ffbd38;
  }
}
/* line 2418, ../sass/_page.scss */
[lang="en-US"] .page_activity .search_before .search_top_before ul li.is-active a {
  border-bottom: 0px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 668px) {
  /* line 2418, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before ul li.is-active a {
    border-bottom: 0px solid #ffbd38;
  }
}
/* line 2430, ../sass/_page.scss */
.page_activity .search_before .search_top_before .h2 {
  text-align: center;
  font-weight: 400;
  padding: 0px;
  line-height: 1.5;
  font-size: 0.9em;
  margin: 0 80px;
}
@media (min-width: 0px) and (max-width: 599px) {
  /* line 2430, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .h2 {
    margin: 0px;
  }
}
@media (max-width: 654px) {
  /* line 2443, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .h2 span {
    display: block;
  }
}
@media (min-width: 655px) {
  /* line 2443, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .h2 span {
    display: none;
  }
}
/* line 2455, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 35px auto 0px;
}
/* line 2465, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 2472, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol li {
  display: flex;
  width: 100%;
  display: flex;
}
/* line 2477, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol li input {
  width: 100%;
  font-size: 1em;
  line-height: 1.7;
  padding: 0 20px;
  border: #e4e4e4 solid 1px;
  justify-items: end;
  margin: 5px 0;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
@media (min-width: 0px) and (max-width: 488px) {
  /* line 2488, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before .top_before ol li input {
    padding: 8px 0px 8px 5px;
    font-size: 0.7em;
    background-size: 8%;
    margin: 10px 0;
  }
}
/* line 2499, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol li ::placeholder {
  color: #1E3A4C !important;
}
/* line 2503, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol li button {
  background-color: #ffbd38;
  padding: 8.5px 30px;
  border: none;
  font-size: 1em;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 382px) {
  /* line 2503, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol li button {
    padding: 6px 15px;
  }
}
@media (min-width: 383px) and (max-width: 768px) {
  /* line 2503, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol li button {
    padding: 12.5px 20px;
  }
}
/* line 2518, ../sass/_page.scss */
[lang="en-US"] .page_activity .search_before .search_top_before .top_before ol li button {
  padding: 12.5px 20px;
}
@media (min-width: 0px) and (max-width: 488px) {
  /* line 2518, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before .top_before ol li button {
    font-size: 0.7em;
  }
}
@media (min-width: 385px) and (max-width: 450px) {
  /* line 2518, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before .top_before ol li button {
    padding: 12.5px 15px;
  }
}
/* line 2531, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol li i {
  position: relative;
  top: 2px;
  left: -60px;
  width: 0;
}
@media (min-width: 0px) and (max-width: 382px) {
  /* line 2531, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol li i {
    top: 1px;
    left: -45px;
  }
}
/* line 2542, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol li i img {
  width: 60px;
}
@media (min-width: 0px) and (max-width: 382px) {
  /* line 2542, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol li i img {
    width: 45px;
  }
}
/* line 2552, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol > li:nth-child(1) {
  width: 85%;
}
@media (min-width: 0px) and (max-width: 384px) {
  /* line 2552, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(1) {
    width: 65%;
  }
}
@media (min-width: 385px) and (max-width: 495px) {
  /* line 2552, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(1) {
    width: 70%;
  }
}
@media (min-width: 496px) and (max-width: 802px) {
  /* line 2552, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(1) {
    width: 75%;
  }
}
@media (min-width: 803px) and (max-width: 950px) {
  /* line 2552, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(1) {
    width: 80%;
  }
}
@media (min-width: 951px) and (max-width: 1070px) {
  /* line 2552, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(1) {
    width: 82%;
  }
}
/* line 2577, ../sass/_page.scss */
.page_activity .search_before .search_top_before .top_before ol > li:nth-child(2) {
  width: 15%;
  justify-content: end;
  align-items: end;
}
@media (min-width: 0px) and (max-width: 384px) {
  /* line 2577, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(2) {
    width: 35%;
  }
}
@media (min-width: 385px) and (max-width: 495px) {
  /* line 2577, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(2) {
    width: 30%;
  }
}
@media (min-width: 496px) and (max-width: 802px) {
  /* line 2577, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(2) {
    width: 25%;
  }
}
@media (min-width: 803px) and (max-width: 950px) {
  /* line 2577, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(2) {
    width: 20%;
  }
}
@media (min-width: 951px) and (max-width: 1070px) {
  /* line 2577, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .top_before ol > li:nth-child(2) {
    width: 18%;
  }
}
/* line 2605, ../sass/_page.scss */
.page_activity .search_before .search_top_before .bot_before {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 100px;
}
@media (min-width: 0px) and (max-width: 599px) {
  /* line 2605, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before {
    margin: 20px auto 60px;
  }
}
/* line 2617, ../sass/_page.scss */
.page_activity .search_before .search_top_before .bot_before ol {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* line 2624, ../sass/_page.scss */
.page_activity .search_before .search_top_before .bot_before ol li {
  display: flex;
  width: 100%;
}
/* line 2628, ../sass/_page.scss */
.page_activity .search_before .search_top_before .bot_before ol li select {
  width: 100%;
  font-size: 1em;
  line-height: 1.7;
  padding: 5px 20px;
  border: #e4e4e4 solid 1px;
  color: #1E3A4C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/downicon-02.png") no-repeat right center transparent;
  background-color: #ffffff;
}
@media (min-width: 0px) and (max-width: 384px) {
  /* line 2628, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol li select {
    background-size: 30px;
    padding: 1px 20px;
  }
}
@media (min-width: 385px) and (max-width: 495px) {
  /* line 2628, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol li select {
    background-size: 35px;
    padding: 6px 20px;
  }
}
@media (min-width: 496px) and (max-width: 802px) {
  /* line 2628, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol li select {
    background-size: 40px;
    padding: 6px 20px;
  }
}
@media (min-width: 803px) and (max-width: 950px) {
  /* line 2628, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol li select {
    background-size: 40px;
    padding: 3px 20px;
  }
}
@media (min-width: 951px) and (max-width: 1070px) {
  /* line 2628, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol li select {
    background-size: 40px;
  }
}
@media (min-width: 0px) and (max-width: 488px) {
  /* line 2666, ../sass/_page.scss */
  [lang="en-US"] .page_activity .search_before .search_top_before .bot_before ol li select {
    padding: 8px 0px 8px 5px;
    font-size: 0.7em;
    background-size: 8%;
  }
}
/* line 2676, ../sass/_page.scss */
.page_activity .search_before .search_top_before .bot_before ol li .h3 {
  width: 100%;
  color: #1E3A4C;
  font-weight: bold;
}
/* line 2683, ../sass/_page.scss */
.page_activity .search_before .search_top_before .bot_before ol > li:nth-child(1) {
  width: 15%;
}
@media (min-width: 0px) and (max-width: 384px) {
  /* line 2683, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(1) {
    width: 35%;
  }
}
@media (min-width: 385px) and (max-width: 495px) {
  /* line 2683, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(1) {
    width: 30%;
  }
}
@media (min-width: 496px) and (max-width: 802px) {
  /* line 2683, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(1) {
    width: 25%;
  }
}
@media (min-width: 803px) and (max-width: 950px) {
  /* line 2683, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(1) {
    width: 20%;
  }
}
@media (min-width: 951px) and (max-width: 1070px) {
  /* line 2683, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(1) {
    width: 18%;
  }
}
/* line 2707, ../sass/_page.scss */
.page_activity .search_before .search_top_before .bot_before ol > li:nth-child(2) {
  width: 85%;
}
@media (min-width: 0px) and (max-width: 384px) {
  /* line 2707, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(2) {
    width: 65%;
  }
}
@media (min-width: 385px) and (max-width: 495px) {
  /* line 2707, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(2) {
    width: 70%;
  }
}
@media (min-width: 496px) and (max-width: 802px) {
  /* line 2707, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(2) {
    width: 75%;
  }
}
@media (min-width: 803px) and (max-width: 950px) {
  /* line 2707, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(2) {
    width: 80%;
  }
}
@media (min-width: 951px) and (max-width: 1070px) {
  /* line 2707, ../sass/_page.scss */
  .page_activity .search_before .search_top_before .bot_before ol > li:nth-child(2) {
    width: 82%;
  }
}
/* line 2735, ../sass/_page.scss */
.page_activity .recruiting {
  width: 100%;
  height: 100%;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  margin: 0px auto 50px auto;
  padding: 0 30px;
}
/* line 2743, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top {
  padding: 20px 0px;
  width: 100%;
}
/* line 2748, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 1115px) {
  /* line 2755, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_top ul li {
    flex: 0 0 100%;
  }
}
/* line 2762, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top ul li .h3 {
  padding-top: 20px;
  color: #017CA0;
  font-size: 1.4em;
  font-weight: bold;
  transition: all 0.5s;
}
@media (min-width: 0px) and (max-width: 580px) {
  /* line 2762, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_top ul li .h3 {
    line-height: 1.2;
  }
}
@media (min-width: 0px) and (max-width: 1115px) {
  /* line 2762, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_top ul li .h3 {
    padding-bottom: 20px;
  }
}
@media (min-width: 580px) {
  /* line 2778, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_top ul li .h3 span {
    display: none;
  }
}
/* line 2784, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top ul li .h3 a {
  color: #017CA0;
}
/* line 2787, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top ul li .h3 a:hover {
  color: #b6b6b6;
  transform: rotate(1.1);
}
/* line 2794, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top ul li span {
  padding-top: 20px;
  color: #017CA0;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 580px) {
  /* line 2794, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_top ul li span {
    line-height: 1.5;
  }
}
@media (min-width: 581px) and (max-width: 1310px) {
  /* line 2794, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_top ul li span {
    line-height: 2;
  }
}
/* line 2808, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top ul li .h4 {
  display: flex;
  align-items: center;
  padding-top: 10px;
  flex-wrap: wrap;
  font-weight: bold;
}
/* line 2816, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top ul li .h4 img {
  width: 70px;
  padding-left: 20px;
}
@media (min-width: 0px) and (max-width: 580px) {
  /* line 2816, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_top ul li .h4 img {
    width: 40px;
    padding-left: 10px;
  }
}
@media (min-width: 581px) and (max-width: 1310px) {
  /* line 2816, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_top ul li .h4 img {
    width: 60px;
    padding-left: 15px;
  }
}
/* line 2837, ../sass/_page.scss */
.page_activity .recruiting .recruiting_top .h5 {
  font-weight: 400;
  padding: 20px 0px;
  line-height: 1.4;
}
/* line 2845, ../sass/_page.scss */
.page_activity .recruiting .recruiting_bot {
  padding: 30px 0px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 580px) {
  /* line 2845, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_bot {
    padding: 0px 0px 30px;
  }
}
/* line 2854, ../sass/_page.scss */
.page_activity .recruiting .recruiting_bot ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 660px) {
  /* line 2860, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_bot ul li {
    flex: 0 0 100%;
  }
}
/* line 2865, ../sass/_page.scss */
.page_activity .recruiting .recruiting_bot ul li .h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 580px) {
  /* line 2865, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_bot ul li .h3 {
    padding-bottom: 20px;
  }
}
@media (min-width: 581px) and (max-width: 1310px) {
  /* line 2865, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_bot ul li .h3 {
    padding-bottom: 20px;
  }
}
/* line 2879, ../sass/_page.scss */
.page_activity .recruiting .recruiting_bot ul li .h3 img {
  width: 40px;
  padding-right: 5px;
}
@media (min-width: 0px) and (max-width: 580px) {
  /* line 2879, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_bot ul li .h3 img {
    width: 30px;
  }
}
@media (min-width: 581px) and (max-width: 1310px) {
  /* line 2879, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_bot ul li .h3 img {
    width: 35px;
  }
}
/* line 2894, ../sass/_page.scss */
.page_activity .recruiting .recruiting_bot ul li .h4 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
/* line 2900, ../sass/_page.scss */
.page_activity .recruiting .recruiting_bot ul li .h4 img {
  width: 50px;
  padding-right: 5px;
}
@media (min-width: 0px) and (max-width: 580px) {
  /* line 2900, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_bot ul li .h4 img {
    width: 30px;
  }
}
@media (min-width: 581px) and (max-width: 1310px) {
  /* line 2900, ../sass/_page.scss */
  .page_activity .recruiting .recruiting_bot ul li .h4 img {
    width: 35px;
  }
}
/* line 2921, ../sass/_page.scss */
.page_activity .op-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 98.5%;
}
/* line 2928, ../sass/_page.scss */
.page_activity .op-icon ol {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
/* line 2935, ../sass/_page.scss */
.page_activity .op-icon ol li {
  color: #1E3A4C;
  background-color: #e4e4e4;
  margin-right: 10px;
  border-radius: 5px;
}
/* line 2942, ../sass/_page.scss */
.page_activity .op-icon ol li:hover {
  background-color: #1E3A4C;
}
/* line 2946, ../sass/_page.scss */
.page_activity .op-icon ol li:last-child {
  margin-right: 0px;
}
/* line 2950, ../sass/_page.scss */
.page_activity .op-icon ol li .news-options {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  text-indent: -9999;
  color: transparent;
  font: 0/0 a;
}
@media (max-width: 670px) {
  /* line 2950, ../sass/_page.scss */
  .page_activity .op-icon ol li .news-options {
    width: 35px;
    height: 35px;
  }
}
/* line 2970, ../sass/_page.scss */
.page_activity .op-icon ol li .news-list {
  background-image: url(../img/news-list-g.png);
}
/* line 2973, ../sass/_page.scss */
.page_activity .op-icon ol li .news-list:hover {
  background-image: url(../img/news-list-w.png);
}
/* line 2978, ../sass/_page.scss */
.page_activity .op-icon ol li .news-square {
  background-image: url(../img/news-square-g.png);
}
/* line 2981, ../sass/_page.scss */
.page_activity .op-icon ol li .news-square:hover {
  background-image: url(../img/news-square-w.png);
}
/* line 2987, ../sass/_page.scss */
.page_activity .op-icon ol .is-active {
  background-color: #1E3A4C;
}
/* line 2993, ../sass/_page.scss */
.page_activity .item {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
/* line 3000, ../sass/_page.scss */
.page_activity .item ol {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin-bottom: 20px;
}
/* line 3007, ../sass/_page.scss */
.page_activity .item ol li {
  font-weight: bold;
  color: #1E3A4C;
}
/* line 3011, ../sass/_page.scss */
.page_activity .item ol li:last-child {
  margin-right: 0px;
}
@media (min-width: 0px) and (max-width: 580px) {
  /* line 3007, ../sass/_page.scss */
  .page_activity .item ol li {
    font-size: 0.9em;
  }
}
/* line 3019, ../sass/_page.scss */
.page_activity .item ol li select {
  padding: 5px 60px 5px 5px;
  font-size: 1em;
  border: none;
  box-shadow: none !important;
  color: #1E3A4C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/downicon-01.png") no-repeat right center transparent;
  background-color: #ffffff;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
/* line 3038, ../sass/_page.scss */
.page_activity .item_cr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
/* line 3047, ../sass/_page.scss */
.page_activity .item_cr .item_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 33%;
}
@media (min-width: 0px) and (max-width: 1192px) {
  /* line 3047, ../sass/_page.scss */
  .page_activity .item_cr .item_box {
    flex: 0 0 100%;
  }
}
/* line 3058, ../sass/_page.scss */
.page_activity .item_cr .item_box ol {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 1192px) {
  /* line 3058, ../sass/_page.scss */
  .page_activity .item_cr .item_box ol {
    justify-content: center;
  }
}
/* line 3069, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li {
  font-weight: bold;
  color: #1E3A4C;
}
/* line 3074, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li .h3 {
  background-color: #e4e4e4;
  padding: 10px 15px;
  border-radius: 20px;
  margin: 0 5px;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 0.8em;
  text-align: center;
}
/* line 3084, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li .h3:hover {
  background-color: #1E3A4C;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 400px) {
  /* line 3074, ../sass/_page.scss */
  .page_activity .item_cr .item_box ol li .h3 {
    margin: 0 3px;
  }
}
@media (min-width: 988px) and (max-width: 1116px) {
  /* line 3074, ../sass/_page.scss */
  .page_activity .item_cr .item_box ol li .h3 {
    margin: 0 3px;
  }
}
/* line 3098, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li select {
  padding: 5px;
  font-size: 1em !important;
  border: none;
  box-shadow: none !important;
  color: #646464;
}
/* line 3108, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li .calendar-options {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  text-indent: -9999;
  color: transparent;
  font: 0/0 a;
}
@media (max-width: 670px) {
  /* line 3108, ../sass/_page.scss */
  .page_activity .item_cr .item_box ol li .calendar-options {
    width: 35px;
    height: 35px;
  }
}
/* line 3128, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li .calendar-list {
  background-image: url(../img/calendar-list-g.png);
}
/* line 3131, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li .calendar-list:hover {
  background-image: url(../img/calendar-list-w.png);
}
/* line 3136, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li .calendar-mon {
  background-image: url(../img/calendar-mon-g.png);
}
/* line 3139, ../sass/_page.scss */
.page_activity .item_cr .item_box ol li .calendar-mon:hover {
  background-image: url(../img/calendar-mon-w.png);
}
/* line 3145, ../sass/_page.scss */
.page_activity .item_cr .item_box ol .calendar-icon {
  border-radius: 5px;
  background-color: #e4e4e4;
  border-radius: 5px;
}
/* line 3150, ../sass/_page.scss */
.page_activity .item_cr .item_box ol .calendar-icon:hover {
  background-color: #1E3A4C;
}
/* line 3155, ../sass/_page.scss */
.page_activity .item_cr .item_box ol .is-active {
  border-radius: 5px;
  background-color: #1E3A4C;
  border-radius: 5px;
}
/* line 3163, ../sass/_page.scss */
.page_activity .item_cr .item_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}
/* line 3170, ../sass/_page.scss */
.page_activity .item_cr .item_box ul li {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
/* line 3175, ../sass/_page.scss */
.page_activity .item_cr .item_box ul li .h4 {
  color: #646464;
  font-weight: 500;
}
/* line 3185, ../sass/_page.scss */
.page_activity .month_box {
  margin: 50px 0 10px 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3185, ../sass/_page.scss */
  .page_activity .month_box {
    display: none;
  }
}
/* line 3193, ../sass/_page.scss */
.page_activity .month_box ul {
  display: flex;
  align-items: end;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
/* line 3200, ../sass/_page.scss */
.page_activity .month_box ul li {
  color: #646464;
}
/* line 3206, ../sass/_page.scss */
.page_activity .month {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: end;
  justify-content: space-around;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3206, ../sass/_page.scss */
  .page_activity .month {
    height: auto;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  /* line 3206, ../sass/_page.scss */
  .page_activity .month {
    height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3206, ../sass/_page.scss */
  .page_activity .month {
    height: 400px;
  }
}
/* line 3228, ../sass/_page.scss */
.page_activity .month .overflow_auto {
  overflow: auto;
}
/* line 3232, ../sass/_page.scss */
.page_activity .month .momth_item {
  width: calc(100% / 7);
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  padding: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3232, ../sass/_page.scss */
  .page_activity .month .momth_item {
    flex-direction: column;
    flex: 0 0 100%;
    margin: 10px 0;
  }
}
/* line 3246, ../sass/_page.scss */
.page_activity .month .momth_item .h3 {
  display: flex;
  align-items: center;
  justify-content: start;
}
/* line 3251, ../sass/_page.scss */
.page_activity .month .momth_item .h3 span {
  padding: 0 0px 0 20px;
  color: #646464;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3251, ../sass/_page.scss */
  .page_activity .month .momth_item .h3 span {
    display: block;
  }
}
/* line 3263, ../sass/_page.scss */
.page_activity .month .mon {
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
}
/* line 3268, ../sass/_page.scss */
.page_activity .month .mon ul {
  transition: all 0.4s ease-in-out;
}
/* line 3271, ../sass/_page.scss */
.page_activity .month .mon ul li {
  transition: all 0.4s ease-in-out;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 3274, ../sass/_page.scss */
  .page_activity .month .mon ul li a {
    height: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1174px) {
  /* line 3274, ../sass/_page.scss */
  .page_activity .month .mon ul li a {
    height: 28px;
  }
}
/* line 3286, ../sass/_page.scss */
.page_activity .month .mon ul li .add {
  display: none;
}
/* line 3290, ../sass/_page.scss */
.page_activity .month .mon ul li .title {
  word-wrap: break-word;
  word-break: break-all;
  transition: all 0.4s ease-in-out;
}
/* line 3299, ../sass/_page.scss */
.page_activity .month .mon ul > li:nth-of-type(odd) {
  padding: 10px 10px 5px;
  font-weight: bold;
  font-size: 0.9em;
  margin-top: 5px;
}
/* line 3306, ../sass/_page.scss */
.page_activity .month .mon ul > li:nth-of-type(even) {
  padding: 10px;
  line-height: 1.2;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-size: 0.7em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3306, ../sass/_page.scss */
  .page_activity .month .mon ul > li:nth-of-type(even) {
    font-size: 0.9em;
  }
}
@media (min-width: 769px) and (max-width: 1174px) {
  /* line 3306, ../sass/_page.scss */
  .page_activity .month .mon ul > li:nth-of-type(even) {
    padding: 15px 5px;
    line-height: 1;
  }
}
/* line 3323, ../sass/_page.scss */
.page_activity .month .mon ul > li:nth-of-type(even):hover {
  transition: all 0.4s ease-in-out;
}
/* line 3326, ../sass/_page.scss */
.page_activity .month .mon ul > li:nth-of-type(even):hover .add {
  position: relative;
  display: block;
}
/* line 3330, ../sass/_page.scss */
.page_activity .month .mon ul > li:nth-of-type(even):hover .add img {
  width: 60px;
  position: absolute;
  /* right: 10px; */
  right: -20px;
  bottom: -31px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3330, ../sass/_page.scss */
  .page_activity .month .mon ul > li:nth-of-type(even):hover .add img {
    right: -20px;
    bottom: -20px;
  }
}
/* line 3349, ../sass/_page.scss */
.page_activity .month .mon_day {
  position: relative;
  top: -50px;
  left: 40px;
  text-align: end;
  height: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3349, ../sass/_page.scss */
  .page_activity .month .mon_day {
    left: 15px;
  }
}
/* line 3362, ../sass/_page.scss */
.page_activity .month .mon_day a img {
  width: 80px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3370, ../sass/_page.scss */
  .page_activity .none {
    display: none;
  }
}
/* line 3376, ../sass/_page.scss */
.page_activity .calendar_item {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 1280px) {
  /* line 3376, ../sass/_page.scss */
  .page_activity .calendar_item {
    flex-direction: column;
    padding-top: 0px;
  }
}
/* line 3389, ../sass/_page.scss */
.page_activity .calendar_item ol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 10px 0px;
}
@media (max-width: 1280px) {
  /* line 3389, ../sass/_page.scss */
  .page_activity .calendar_item ol {
    margin: 0 10px 15px 0px;
  }
}
/* line 3399, ../sass/_page.scss */
.page_activity .calendar_item ol li {
  color: #30384a;
}
@media (min-width: 0px) and (max-width: 874px) {
  /* line 3399, ../sass/_page.scss */
  .page_activity .calendar_item ol li {
    padding: 0px 0px 10px;
  }
}
/* line 3406, ../sass/_page.scss */
.page_activity .calendar_item ol li .h4 {
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 20px;
  margin-right: 20px;
  text-align: center;
}
/* line 3421, ../sass/_page.scss */
.page_activity .news_item {
  display: flex;
  justify-content: start;
  width: 100%;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
/* line 3430, ../sass/_page.scss */
.page_activity .news_item .photo_hi {
  margin-bottom: 40px !important;
}
/* line 3434, ../sass/_page.scss */
.page_activity .news_item .news_page_pic {
  background: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  flex: 0 0 31%;
  margin: 0px 15px 50px;
}
@media (min-width: 0px) and (max-width: 838px) {
  /* line 3434, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic {
    flex: 0 0 98%;
    margin: 0px auto 50px;
  }
}
@media (min-width: 839px) and (max-width: 879px) {
  /* line 3434, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic {
    flex: 0 0 45.9%;
  }
}
@media (min-width: 880px) and (max-width: 985px) {
  /* line 3434, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic {
    flex: 0 0 46.4%;
  }
}
@media (min-width: 986px) and (max-width: 1046px) {
  /* line 3434, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic {
    flex: 0 0 46.8%;
  }
}
@media (min-width: 1047px) and (max-width: 1220px) {
  /* line 3434, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic {
    flex: 0 0 47%;
  }
}
@media (min-width: 1221px) and (max-width: 1333px) {
  /* line 3434, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic {
    flex: 0 0 30.8%;
  }
}
/* line 3468, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .video_box iframe {
  width: 100%;
}
/* line 3472, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .video_box img {
  width: 100%;
}
/* line 3479, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .team-item img {
  transition: .5s;
  display: flex;
}
/* line 3484, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .team-item .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  transition: .5s;
}
/* line 3492, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .team-item .team-social .btn {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 0px !important;
}
/* line 3505, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .team-item:hover .team-social {
  left: 0;
}
/* line 3510, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .team-item .overflow-hidden {
  overflow: hidden;
  position: relative;
  height: auto;
}
/* line 3516, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .team-item span {
  background-size: contain;
  display: block;
  padding-bottom: 67%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fafafa;
}
/* line 3528, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .news_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 0 30px;
}
@media (min-width: 1222px) and (max-width: 1344px) {
  /* line 3528, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic .news_list_item {
    font-size: 0.9em;
  }
}
@media (min-width: 839px) and (max-width: 923px) {
  /* line 3540, ../sass/_page.scss */
  [lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/* line 3548, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .news_list_item .h3 {
  font-weight: 400;
  font-size: 0.8em;
}
@media (min-width: 0px) and (max-width: 1344px) {
  /* line 3548, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic .news_list_item .h3 {
    font-size: 0.7em;
  }
}
/* line 3556, ../sass/_page.scss */
[lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item .h3 {
  width: 50%;
}
@media (min-width: 0px) and (max-width: 535px) {
  /* line 3556, ../sass/_page.scss */
  [lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item .h3 {
    width: 60%;
  }
}
@media (min-width: 536px) and (max-width: 768px) {
  /* line 3556, ../sass/_page.scss */
  [lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item .h3 {
    width: 50%;
  }
}
@media (min-width: 769px) and (max-width: 923px) {
  /* line 3556, ../sass/_page.scss */
  [lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item .h3 {
    padding-bottom: 15px;
    width: auto;
  }
}
@media (min-width: 1221px) and (max-width: 1920px) {
  /* line 3556, ../sass/_page.scss */
  [lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item .h3 {
    width: 70%;
  }
}
/* line 3579, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .news_list_item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6em;
}
/* line 3586, ../sass/_page.scss */
[lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item ul li {
  height: 65px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 1199px) {
  /* line 3586, ../sass/_page.scss */
  [lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item ul li {
    height: 50px;
  }
}
/* line 3599, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .news_list_item ul > li:nth-child(1) {
  background-color: #DFDFDF;
  color: #30384a;
  padding: 10px;
  margin-right: 5px;
}
/* line 3606, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .news_list_item ul > li:nth-child(2) {
  padding: 10px;
}
/* line 3614, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .news_list_item2 {
  margin: 0 25px;
}
/* line 3618, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .news_list_item2 .h2 {
  padding: 10px 0;
  line-height: 1.8;
  height: 85px;
  overflow: hidden;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 85px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3618, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic .news_list_item2 .h2 {
    height: 45px;
    -webkit-line-clamp: 1;
  }
}
/* line 3635, ../sass/_page.scss */
[lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item2 .h2 {
  height: 89px;
  line-height: 1.5;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 3635, ../sass/_page.scss */
  [lang="en-US"] .page_activity .news_item .news_page_pic .news_list_item2 .h2 {
    height: 35px;
  }
}
/* line 3645, ../sass/_page.scss */
.page_activity .news_item .news_page_pic .news_list_item2 p {
  margin-bottom: 20px;
  padding: 0px;
  line-height: 2;
  height: 110px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.8em;
}
@media (min-width: 0px) and (max-width: 729px) {
  /* line 3645, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic .news_list_item2 p {
    height: 55px;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 730px) and (max-width: 905px) {
  /* line 3645, ../sass/_page.scss */
  .page_activity .news_item .news_page_pic .news_list_item2 p {
    height: 85px;
  }
}
/* line 3671, ../sass/_page.scss */
.page_activity .groups01 {
  background-color: #078DB6;
}
/* line 3676, ../sass/_page.scss */
.page_activity .groups02 {
  background-color: #EB859A;
}
/* line 3681, ../sass/_page.scss */
.page_activity .groups03 {
  background-color: #4BBDC7;
}
/* line 3686, ../sass/_page.scss */
.page_activity .groups04 {
  background-color: #7A6FAE;
}
/* line 3691, ../sass/_page.scss */
.page_activity .sitemap_page {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  transition: all 0.5s;
}
/* line 3700, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap {
  align-items: center;
  width: 100%;
  height: 100%;
  flex: 0 0 24%;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 845px) {
  /* line 3700, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap {
    flex: 0 0 90%;
  }
}
/* line 3712, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex: 0 0 24%;
  color: #ffffff;
  height: 100px;
  margin: 20px 0px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 845px) {
  /* line 3712, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap .site {
    height: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1067px) {
  /* line 3712, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap .site {
    padding: 17px 10px;
  }
}
/* line 3730, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site a {
  color: #ffffff;
  margin: auto 35px;
}
@media (min-width: 846px) and (max-width: 1068px) {
  /* line 3730, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap .site a {
    margin: auto 5px;
  }
}
@media (min-width: 1069px) and (max-width: 1234px) {
  /* line 3730, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap .site a {
    margin: auto 15px;
  }
}
/* line 3742, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site a .h3 {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 3747, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site a .h4 {
  font-size: 0.8em;
  font-weight: 400;
}
/* line 3754, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site_4 {
  flex: 0 0 24%;
  padding: 15px 30px;
  border-radius: 8px;
  text-align: start;
  align-items: center;
  display: flex;
  margin: 10px 0px;
  overflow: hidden;
  position: relative;
  font-size: .7em;
}
/* line 3767, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site_4:hover {
  background-color: #e4e4e4 !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3754, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap .site_4 {
    font-size: .9em;
  }
}
/* line 3775, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site_4 a {
  margin: auto 0px;
}
/* line 3783, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site_4 a .h6 u:hover {
  text-decoration: none;
  font-weight: normal;
}
/* line 3791, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap .site_4 img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 3799, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 {
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  flex: 0 0 49%;
  transition: all 0.5s;
}
@media (min-width: 0px) and (max-width: 845px) {
  /* line 3799, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_2 {
    flex: 0 0 90%;
  }
}
/* line 3813, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .site {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  color: #ffffff;
  height: 100px;
  margin: 20px 0px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 845px) {
  /* line 3813, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_2 .site {
    height: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1067px) {
  /* line 3813, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_2 .site {
    padding: 17px 10px;
  }
}
/* line 3831, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .site a {
  color: #ffffff;
  margin: auto 35px;
}
@media (min-width: 846px) and (max-width: 1068px) {
  /* line 3831, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_2 .site a {
    margin: auto 5px;
  }
}
@media (min-width: 1069px) and (max-width: 1234px) {
  /* line 3831, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_2 .site a {
    margin: auto 15px;
  }
}
/* line 3843, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .site a .h3 {
  font-size: 1.1em;
  font-weight: bold;
}
/* line 3848, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .site a .h4 {
  font-size: 0.8em;
  font-weight: 400;
}
/* line 3856, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item {
  display: flex;
  flex: 0 0 48%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 3866, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item .site_4 {
  display: flex;
  padding: 15px 30px;
  border-radius: 8px;
  text-align: start;
  align-items: center;
  margin: 0px 0px 10px;
  width: 49%;
  overflow: hidden;
  position: relative;
  font-size: .7em;
}
/* line 3879, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item .site_4:hover {
  background-color: #e4e4e4 !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3866, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_2 .sitemap_item .site_4 {
    font-size: .9em;
  }
}
@media (min-width: 0px) and (max-width: 845px) {
  /* line 3866, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_2 .sitemap_item .site_4 {
    width: 100%;
  }
}
/* line 3892, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item .site_4 a {
  margin: auto 0px;
}
/* line 3897, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item .site_4 a .h6:hover {
  font-weight: bold;
}
/* line 3902, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item .site_4 a .h6 u:hover {
  text-decoration: none;
  font-weight: normal;
}
/* line 3911, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item .hide {
  display: none !important;
}
/* line 3915, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item img {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 3921, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item .site_center {
  display: flex;
  padding: 17px 10px;
  border-radius: 8px;
  text-align: center;
  height: 40px;
  align-items: center;
  margin: 10px 0px 10px;
  width: 100%;
}
/* line 3931, ../sass/_page.scss */
.page_activity .sitemap_page .sitemap_2 .sitemap_item .site_center a {
  color: #ffffff;
  margin: 0 auto;
  font-size: 0.8em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3921, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_2 .sitemap_item .site_center {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 845px) {
  /* line 3950, ../sass/_page.scss */
  .page_activity .sitemap_page .sitemap_dis {
    display: none;
  }
}
/* line 3957, ../sass/_page.scss */
.page_activity .web_text {
  margin: 0 auto 30px;
  text-align: start;
}
/* line 3962, ../sass/_page.scss */
.page_activity .web_text p {
  display: inline-block;
  line-height: 1.5;
}
/* line 3970, ../sass/_page.scss */
.page_activity .augurio-collapse {
  border: 1px solid #e4e4e4;
  padding: 5px 5px 0px 5px;
  margin: 20px 0;
}
/* line 3976, ../sass/_page.scss */
.page_activity .augurio-collapse::before {
  box-sizing: border-box;
}
/* line 3980, ../sass/_page.scss */
.page_activity .augurio-collapse::after {
  box-sizing: border-box;
}
/* line 3984, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse_top {
  width: 100%;
  background-color: #017CA0;
  padding: 20px 25px;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 3992, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse_top a {
  color: #ffffff;
}
/* line 3998, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .title-box {
  background-color: #F0F0F0;
  margin-bottom: 5px;
  padding: 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
/* line 4008, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .title-box .title {
  padding: 5px 30px;
}
/* line 4012, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .title-box .icons {
  pointer-events: none;
  position: absolute;
  right: 12px;
}
/* line 4017, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .title-box .icons span {
  display: block;
  transition: transform 0.2s ease;
  padding: auto 10px;
}
/* line 4022, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .title-box .icons span:last-of-type {
  transform: rotate(90deg) translateX(-2px);
}
/* line 4029, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .contents-box {
  overflow: hidden;
  border-top: none;
  border-bottom: none;
  transition: height 0.3s ease;
}
/* line 4035, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .contents-box .contents {
  padding: 12px 42px;
}
/* line 4039, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .contents-box .contents ul li {
  line-height: 1.5;
  padding: 10px 0px 10px 55px;
}
/* line 4044, ../sass/_page.scss */
.page_activity .augurio-collapse .collapse .contents-box .contents ul li > ul > li {
  padding: 0px 72px;
  font-size: 0.9em;
}
/* line 4063, ../sass/_page.scss */
.page_activity .augurio-collapse .title-box.active .icons span:first-of-type {
  transform: rotate(180deg);
}
/* line 4067, ../sass/_page.scss */
.page_activity .augurio-collapse .title-box.active .icons span:last-of-type {
  transform: rotate(0) translateY(-2px);
}
/* line 4075, ../sass/_page.scss */
.page_activity .calendar_content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  margin: 50px auto;
  height: 420px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4075, ../sass/_page.scss */
  .page_activity .calendar_content {
    justify-content: space-around;
    height: 500px;
  }
}
/* line 4092, ../sass/_page.scss */
.page_activity .calendar_content .a_content {
  display: flex;
  width: 15%;
  flex-wrap: wrap;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4092, ../sass/_page.scss */
  .page_activity .calendar_content .a_content {
    flex: 0 0 40%;
    width: 100%;
    height: 40%;
  }
}
/* line 4110, ../sass/_page.scss */
.page_activity .calendar_content .a_content .a_top {
  margin: 30px 0px 0px 20px;
  flex: 0 0 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4110, ../sass/_page.scss */
  .page_activity .calendar_content .a_content .a_top {
    margin: 20px auto;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  /* line 4110, ../sass/_page.scss */
  .page_activity .calendar_content .a_content .a_top {
    margin: 30px auto 0px;
  }
}
/* line 4122, ../sass/_page.scss */
.page_activity .calendar_content .a_content .a_top .h4 {
  padding-bottom: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4122, ../sass/_page.scss */
  .page_activity .calendar_content .a_content .a_top .h4 {
    text-align: center;
  }
}
/* line 4132, ../sass/_page.scss */
.page_activity .calendar_content .a_content .a_top .h3 {
  font-size: 1.2em;
  font-weight: 500;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4132, ../sass/_page.scss */
  .page_activity .calendar_content .a_content .a_top .h3 {
    text-align: center;
  }
}
/* line 4142, ../sass/_page.scss */
.page_activity .calendar_content .a_content .a_bot {
  font-size: 0.8em;
  margin: auto;
  flex: 0 0 100%;
  padding: 0 0 0 5px;
}
@media (min-width: 0px) and (max-width: 1000px) {
  /* line 4148, ../sass/_page.scss */
  .page_activity .calendar_content .a_content .a_bot span {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4142, ../sass/_page.scss */
  .page_activity .calendar_content .a_content .a_bot {
    margin: 20px auto;
  }
}
/* line 4162, ../sass/_page.scss */
.page_activity .calendar_content .a_content .a_bot p {
  padding: 0;
}
/* line 4168, ../sass/_page.scss */
.page_activity .calendar_content .b_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4168, ../sass/_page.scss */
  .page_activity .calendar_content .b_content {
    flex: 0 0 60%;
    width: 100%;
    height: 40%;
  }
}
/* line 4183, ../sass/_page.scss */
.page_activity .calendar_content .b_content span {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
}
/* line 4192, ../sass/_page.scss */
.page_activity .calendar_content .b_content span img {
  opacity: 0;
  max-width: 100%;
}
/* line 4204, ../sass/_page.scss */
.page_activity .calendar_content .c_content {
  display: flex;
  width: 65%;
  background: #F2F2F2;
  height: 100%;
  background-color: #ffffff;
  padding: 20px 50px 10px;
}
@media (min-width: 0px) and (max-width: 1026px) {
  /* line 4204, ../sass/_page.scss */
  .page_activity .calendar_content .c_content {
    padding: 0px 10px 0px 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4204, ../sass/_page.scss */
  .page_activity .calendar_content .c_content {
    flex: 0 0 100%;
    width: 100%;
    height: 65%;
    padding: 20px 0px;
  }
}
@media (min-width: 769px) and (max-width: 895px) {
  /* line 4204, ../sass/_page.scss */
  .page_activity .calendar_content .c_content {
    height: 100%;
  }
}
/* line 4229, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
/* line 4237, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul li {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.5;
  flex: 0 0 100%;
}
/* line 4245, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul li .h3 {
  background-color: #e4e4e4;
  padding: 10px 30px;
  color: #30384a;
  margin-right: 10px;
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 886px) {
  /* line 4245, ../sass/_page.scss */
  .page_activity .calendar_content .c_content ul li .h3 {
    padding: 10px 5px;
  }
}
@media (min-width: 887px) and (max-width: 1010px) {
  /* line 4245, ../sass/_page.scss */
  .page_activity .calendar_content .c_content ul li .h3 {
    padding: 10px 10px;
  }
}
/* line 4261, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul li .h2 {
  padding: 0;
  font-weight: bold;
  font-size: 1.4em;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  word-wrap: break-word !important;
}
/* line 4272, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul li .h2 a {
  color: #1a1a1a;
  text-decoration: none;
}
/* line 4279, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul li img {
  padding-right: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media (min-width: 0px) and (max-width: 586px) {
  /* line 4279, ../sass/_page.scss */
  .page_activity .calendar_content .c_content ul li img {
    width: 30px;
  }
}
/* line 4290, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul li a {
  text-decoration: underline;
  color: #007BC8;
}
/* line 4296, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul li + li + li {
  padding-left: 30px;
}
/* line 4302, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul > li:nth-child(2) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4302, ../sass/_page.scss */
  .page_activity .calendar_content .c_content ul > li:nth-child(2) {
    margin-bottom: 10px;
  }
}
/* line 4310, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul > li:nth-child(3) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
/* line 4318, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul > li:nth-child(4) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
/* line 4326, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul > li:nth-child(5) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
/* line 4334, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul > li:nth-child(6) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
/* line 4342, ../sass/_page.scss */
.page_activity .calendar_content .c_content ul > li:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  cursor: pointer;
}
/* line 4354, ../sass/_page.scss */
.page_activity .pagination-drop {
  margin: 50px auto 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9em;
}
/* line 4364, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  padding: 0px 15px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4364, ../sass/_page.scss */
  .page_activity .pagination-drop .pagination-container {
    flex: 0 0 100%;
  }
}
/* line 4376, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 4381, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .pagination .number-select {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #646464;
}
/* line 4387, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .pagination .number-select span {
  padding-right: 5px;
}
/* line 4391, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .pagination .number-select input {
  font-size: 1em;
  border: 2px solid #e4e4e4;
  padding: 6px 5px;
  color: #646464;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
/* line 4400, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .pagination .pagination_img {
  border: 2px solid #e4e4e4;
  height: 100%;
  box-sizing: border-box;
}
/* line 4405, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .pagination .pagination_img a {
  display: flex;
  align-items: center;
}
/* line 4409, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .pagination .pagination_img a img {
  width: 59px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4409, ../sass/_page.scss */
  .page_activity .pagination-drop .pagination-container .pagination .pagination_img a img {
    width: 49px;
  }
}
/* line 4419, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .pagination .pagination_text {
  color: #646464;
  padding-left: 10px;
}
/* line 4425, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .list_bar {
  font-size: 1.25em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4425, ../sass/_page.scss */
  .page_activity .pagination-drop .pagination-container .list_bar {
    font-size: 1.125em;
  }
}
/* line 4432, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .list_bar li {
  padding: 10px 15px;
  border: 2px solid #e4e4e4;
  border-right: 0px;
  color: #646464;
}
/* line 4438, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .list_bar li:last-of-type {
  border-right: 2px solid #e4e4e4;
}
/* line 4443, ../sass/_page.scss */
.page_activity .pagination-drop .pagination-container .list_bar li.is-active {
  background-color: #ffbd38;
  box-sizing: border-box;
  border: 2px solid #ffbd38;
  color: #1a1a1a;
}
/* line 4452, ../sass/_page.scss */
.page_activity .pagination-drop .justify-content-e {
  justify-content: end;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4452, ../sass/_page.scss */
  .page_activity .pagination-drop .justify-content-e {
    justify-content: center;
  }
}
/* line 4460, ../sass/_page.scss */
.page_activity .pagination-drop .justify-content-s {
  justify-content: start;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4460, ../sass/_page.scss */
  .page_activity .pagination-drop .justify-content-s {
    justify-content: center;
    margin-top: 15px;
  }
}
/* line 4472, ../sass/_page.scss */
.page_activity .ex_info_text {
  display: none;
}
/* line 4479, ../sass/_page.scss */
.page_activity .cp .content {
  padding: 0.5em;
}
/* line 4483, ../sass/_page.scss */
.page_activity .cp ul {
  line-height: 1.5;
  padding: 10px 20px 10px 40px;
}
/* line 4489, ../sass/_page.scss */
.page_activity .cp ol {
  line-height: 1.5;
  padding: 10px 20px 10px 40px;
}
/* line 4494, ../sass/_page.scss */
.page_activity .cp p {
  line-height: 1.5 !important;
}
/* line 4498, ../sass/_page.scss */
.page_activity .cp iframe {
  width: 100% !important;
}

/* line 4505, ../sass/_page.scss */
.close_page {
  max-width: 1440px !important;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 80px;
}
/* line 4515, ../sass/_page.scss */
.close_page .box-3 {
  width: 100%;
  height: 100px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 50px 0px 100px 0px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 475px) {
  /* line 4526, ../sass/_page.scss */
  [lang="en-US"] .close_page .box-3 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 10px auto;
    justify-content: end;
    /* width: 100%; */
    padding: 0px 25px;
  }
}
@media (min-width: 476px) and (max-width: 560px) {
  /* line 4526, ../sass/_page.scss */
  [lang="en-US"] .close_page .box-3 {
    margin: 50px 0px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 4515, ../sass/_page.scss */
  .close_page .box-3 {
    margin: 50px 0px 50px -50px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 4515, ../sass/_page.scss */
  .close_page .box-3 {
    margin: 50px 0px 50px -50px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 4515, ../sass/_page.scss */
  .close_page .box-3 {
    margin: 50px 0px 50px -50px;
  }
}
@media (min-width: 0px) and (max-width: 667px) {
  /* line 4555, ../sass/_page.scss */
  [lang="en-US"] .close_page .box-3 img {
    width: 30px;
  }
}
@media (min-width: 0px) and (max-width: 391px) {
  /* line 4554, ../sass/_page.scss */
  .close_page .box-3 img {
    width: 30px;
  }
}
@media (min-width: 0px) and (max-width: 475px) {
  /* line 4567, ../sass/_page.scss */
  [lang="en-US"] .close_page .box-3 .top {
    display: flex;
    flex: 0 0 88%;
    align-items: center;
    justify-content: start;
  }
}
/* line 4577, ../sass/_page.scss */
.close_page .box-3 .top a {
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px;
  margin: 10px;
  color: #1E3A4C;
}
@media (min-width: 0px) and (max-width: 667px) {
  /* line 4584, ../sass/_page.scss */
  [lang="en-US"] .close_page .box-3 .top a {
    font-size: 1.125em;
  }
}
@media (min-width: 0px) and (max-width: 391px) {
  /* line 4577, ../sass/_page.scss */
  .close_page .box-3 .top a {
    font-size: 1.125em;
  }
}

/* line 4599, ../sass/_page.scss */
.slider_model_page {
  position: relative;
  display: block;
}
/* line 4604, ../sass/_page.scss */
.slider_model_page .banneritem {
  z-index: 1;
  position: absolute;
  top: 36%;
  left: 14%;
  padding: 50px;
  background: #1a1a1a;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  padding: 30px 0px 25px 50px;
}
@media (min-width: 0px) and (max-width: 419px) {
  /* line 4604, ../sass/_page.scss */
  .slider_model_page .banneritem {
    top: 54px;
    left: 10px;
    background: none;
    padding: 30px 0 0;
    height: 85px;
  }
}
@media (min-width: 420px) and (max-width: 560px) {
  /* line 4604, ../sass/_page.scss */
  .slider_model_page .banneritem {
    top: 60px;
    left: 10px;
    background: none;
    padding: 20px 0 0;
    height: 85px;
  }
}
@media (min-width: 561px) and (max-width: 767px) {
  /* line 4604, ../sass/_page.scss */
  .slider_model_page .banneritem {
    top: 60px;
    left: 10px;
    background: none;
    padding: 30px 0px 0px 0px;
    height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 4604, ../sass/_page.scss */
  .slider_model_page .banneritem {
    top: 81px;
    left: 10px;
    height: 130px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 4604, ../sass/_page.scss */
  .slider_model_page .banneritem {
    top: 100px;
    left: 50px;
    height: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 4604, ../sass/_page.scss */
  .slider_model_page .banneritem {
    top: 42%;
    left: 0%;
    padding: 20px 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  /* line 4604, ../sass/_page.scss */
  .slider_model_page .banneritem {
    top: 110px;
    left: 100px;
  }
}
@media (min-width: 1500px) and (max-width: 1669px) {
  /* line 4604, ../sass/_page.scss */
  .slider_model_page .banneritem {
    top: 115px;
    left: 100px;
  }
}
/* line 4670, ../sass/_page.scss */
.slider_model_page .banneritem ol {
  display: flex;
  transform: all 0.5s;
  align-items: center;
  flex-wrap: wrap;
}
/* line 4676, ../sass/_page.scss */
.slider_model_page .banneritem ol li {
  padding-left: 10px;
}
/* line 4679, ../sass/_page.scss */
.slider_model_page .banneritem ol li:nth-child(1) {
  padding-left: 0px;
}
/* line 4683, ../sass/_page.scss */
.slider_model_page .banneritem ol li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125em;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 4683, ../sass/_page.scss */
  .slider_model_page .banneritem ol li a {
    font-size: 0.8em;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 4694, ../sass/_page.scss */
  [lang="en-US"] .slider_model_page .banneritem ol li a {
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* line 4705, ../sass/_page.scss */
.slider_model_page .banneritem ol li:hover {
  color: #ffffff !important;
  font-weight: bold;
}
/* line 4710, ../sass/_page.scss */
.slider_model_page .banneritem ol li img {
  width: 30px;
  padding-right: 10px;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 4710, ../sass/_page.scss */
  .slider_model_page .banneritem ol li img {
    width: 20px;
  }
}
@media (min-width: 0px) and (max-width: 460px) {
  /* line 4718, ../sass/_page.scss */
  [lang="en-US"] .slider_model_page .banneritem ol li img {
    width: 22px;
  }
}
/* line 4730, ../sass/_page.scss */
.slider_model_page .banneritem h2 {
  color: #ffffff;
  font-size: 3em;
  padding: 20px 0px 0px 0px;
}
@media (min-width: 0px) and (max-width: 460px) {
  /* line 4735, ../sass/_page.scss */
  [lang="en-US"] .slider_model_page .banneritem h2 {
    font-size: 1em !important;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 4730, ../sass/_page.scss */
  .slider_model_page .banneritem h2 {
    color: #ffffff;
    font-size: 1em !important;
    padding: 10px 0px 0px 0px;
  }
}
@media (min-width: 561px) and (max-width: 767px) {
  /* line 4730, ../sass/_page.scss */
  .slider_model_page .banneritem h2 {
    color: #ffffff;
    font-size: 1.5em;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 4730, ../sass/_page.scss */
  .slider_model_page .banneritem h2 {
    color: #ffffff;
    font-size: 1.75em;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 4730, ../sass/_page.scss */
  .slider_model_page .banneritem h2 {
    color: #ffffff;
    font-size: 2.25em;
  }
}
@media (min-width: 1199px) and (max-width: 1199px) {
  /* line 4730, ../sass/_page.scss */
  .slider_model_page .banneritem h2 {
    font-size: 3em;
  }
}
/* line 4772, ../sass/_page.scss */
.slider_model_page .banneritem.nobg {
  background: linear-gradient(to right, transparent, transparent);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 4772, ../sass/_page.scss */
  .slider_model_page .banneritem.nobg {
    top: 32% !important;
    left: 0%;
    padding: 20px 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  /* line 4782, ../sass/_page.scss */
  .slider_model_page .banneritem.nobg h2 {
    padding: 10px 0 0 0 !important;
  }
}
@media (max-width: 1199px) {
  /* line 4599, ../sass/_page.scss */
  .slider_model_page {
    width: 100%;
    padding-top: 68px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4599, ../sass/_page.scss */
  .slider_model_page {
    width: 100%;
    padding-top: 68px;
  }
}
/* line 4801, ../sass/_page.scss */
.slider_model_page::after {
  content: " ";
  position: absolute;
  bottom: -1%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  width: 100%;
  height: 188px;
  z-index: 1;
  pointer-events: none;
}
/* line 4818, ../sass/_page.scss */
.slider_model_page .slider_model_box_page a {
  display: block;
}
/* line 4831, ../sass/_page.scss */
.slider_model_page .slider_model_box_page img {
  display: block;
  width: 100%;
}
/* line 4837, ../sass/_page.scss */
.slider_model_page .slider_model_box_page > * + * {
  display: none;
}

/* line 4843, ../sass/_page.scss */
.search_box {
  background-color: #F2F2F2;
  width: 100%;
  overflow-x: hidden;
}
/* line 4849, ../sass/_page.scss */
.search_box .search_top {
  max-width: 1440px !important;
  margin: 30px auto 0px;
}
/* line 4855, ../sass/_page.scss */
.search_box .search_top .search_page1 {
  padding: 10px;
  margin: 50px auto 5px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
@media (min-width: 0px) and (max-width: 1088px) {
  /* line 4855, ../sass/_page.scss */
  .search_box .search_top .search_page1 {
    flex-direction: column;
    margin: 0px auto 0 auto;
  }
}
@media (min-width: 1089px) and (max-width: 1145px) {
  /* line 4855, ../sass/_page.scss */
  .search_box .search_top .search_page1 {
    width: 100%;
  }
}
/* line 4874, ../sass/_page.scss */
.search_box .search_top .search_page1 .search_box {
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 1088px) {
  /* line 4874, ../sass/_page.scss */
  .search_box .search_top .search_page1 .search_box {
    width: 100%;
    justify-content: start;
    padding: 10px 0px 0px 0px;
  }
}
/* line 4887, ../sass/_page.scss */
.search_box .search_top .search_page1 .search_box .h3 {
  width: 20%;
  text-align: end;
  color: #1E3A4C;
  padding-right: 10px;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 449px) {
  /* line 4887, ../sass/_page.scss */
  .search_box .search_top .search_page1 .search_box .h3 {
    width: 30%;
  }
}
@media (min-width: 0px) and (max-width: 1088px) {
  /* line 4887, ../sass/_page.scss */
  .search_box .search_top .search_page1 .search_box .h3 {
    text-align: start;
  }
}
@media (min-width: 1088px) and (max-width: 1250px) {
  /* line 4905, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_top .search_page1 .search_box .h3 {
    font-size: 0.9em;
  }
}
@media (min-width: 0px) and (max-width: 633px) {
  /* line 4905, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_top .search_page1 .search_box .h3 {
    width: 30%;
  }
}
/* line 4915, ../sass/_page.scss */
.search_box .search_top .search_page1 .search_box .h3 span {
  display: none;
}
@media (min-width: 0px) and (max-width: 495px) {
  /* line 4915, ../sass/_page.scss */
  .search_box .search_top .search_page1 .search_box .h3 span {
    display: block;
    height: 1px;
  }
}
@media (min-width: 768px) and (max-width: 925px) {
  /* line 4915, ../sass/_page.scss */
  .search_box .search_top .search_page1 .search_box .h3 span {
    display: block;
    height: 2px;
  }
}
/* line 4930, ../sass/_page.scss */
.search_box .search_top .search_page1 .search_box .search_top_item {
  width: 80%;
}
@media (min-width: 0px) and (max-width: 449px) {
  /* line 4930, ../sass/_page.scss */
  .search_box .search_top .search_page1 .search_box .search_top_item {
    width: 70%;
  }
}
@media (min-width: 0px) and (max-width: 633px) {
  /* line 4937, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_top .search_page1 .search_box .search_top_item {
    width: 70%;
  }
}
/* line 4943, ../sass/_page.scss */
.search_box .search_top .search_page1 .search_box .search_top_item select {
  width: 100%;
  font-size: 1em;
  line-height: 1.7;
  padding: 0px 46px 0px 20px;
  border: #b6b6b6 solid 1px;
  color: #1E3A4C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/downicon-01.png") no-repeat right center transparent;
  background-color: #ffffff;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 0px) and (max-width: 537px) {
  /* line 4943, ../sass/_page.scss */
  .search_box .search_top .search_page1 .search_box .search_top_item select {
    padding: 0px 45px 0px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* line 4971, ../sass/_page.scss */
.search_box .search_top .search_page {
  padding: 0px 10px 10px 10px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
@media (min-width: 1089px) and (max-width: 1145px) {
  /* line 4971, ../sass/_page.scss */
  .search_box .search_top .search_page {
    width: 100%;
  }
}
/* line 4984, ../sass/_page.scss */
.search_box .search_top .search_page .left {
  display: flex;
  align-items: center;
  flex: 0 0 10%;
  color: #1E3A4C;
  justify-content: end;
  padding-right: 10px;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 449px) {
  /* line 4984, ../sass/_page.scss */
  .search_box .search_top .search_page .left {
    flex: 0 0 30%;
    justify-content: start;
    padding-right: 0px;
  }
}
@media (min-width: 450px) and (max-width: 1088px) {
  /* line 4984, ../sass/_page.scss */
  .search_box .search_top .search_page .left {
    justify-content: start;
    flex: 0 0 20%;
    padding-right: 0px;
  }
}
@media (min-width: 1088px) and (max-width: 1250px) {
  /* line 5005, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_top .search_page .left {
    font-size: 0.9em;
  }
}
@media (min-width: 0px) and (max-width: 633px) {
  /* line 5005, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_top .search_page .left {
    flex: 0 0 30%;
  }
}
/* line 5017, ../sass/_page.scss */
.search_box .search_top .search_page .center {
  display: flex;
  align-items: center;
  flex: 0 0 78%;
}
@media (min-width: 0px) and (max-width: 449px) {
  /* line 5017, ../sass/_page.scss */
  .search_box .search_top .search_page .center {
    flex: 0 0 51%;
    justify-content: start;
  }
}
@media (min-width: 450px) and (max-width: 1088px) {
  /* line 5017, ../sass/_page.scss */
  .search_box .search_top .search_page .center {
    flex: 0 0 61%;
    justify-content: start;
  }
}
@media (min-width: 0px) and (max-width: 633px) {
  /* line 5032, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_top .search_page .center {
    flex: 0 0 51%;
    justify-content: start;
  }
}
/* line 5039, ../sass/_page.scss */
.search_box .search_top .search_page .center input {
  width: 100%;
  font-size: 1em;
  line-height: 1.7;
  padding: 0px 20px;
  border: #b6b6b6 solid 1px;
  color: #1E3A4C;
  display: inline-block;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
@media (min-width: 0px) and (max-width: 537px) {
  /* line 5039, ../sass/_page.scss */
  .search_box .search_top .search_page .center input {
    padding: 0px 0px 0px 5px;
  }
}
/* line 5054, ../sass/_page.scss */
.search_box .search_top .search_page .center ::placeholder {
  color: #1E3A4C;
}
/* line 5060, ../sass/_page.scss */
.search_box .search_top .search_page .right {
  display: flex;
  justify-content: end;
  align-items: center;
  flex: 0 0 12%;
}
@media (min-width: 0px) and (max-width: 1088px) {
  /* line 5060, ../sass/_page.scss */
  .search_box .search_top .search_page .right {
    flex: 0 0 19%;
  }
}
/* line 5070, ../sass/_page.scss */
.search_box .search_top .search_page .right > button {
  background-color: #ffbd38;
  border: none;
  font-size: 1em;
  padding: 6px 35px;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
  cursor: pointer;
}
/* line 5078, ../sass/_page.scss */
[lang="en-US"] .search_box .search_top .search_page .right > button {
  padding: 9px 25px;
}
@media (min-width: 0px) and (max-width: 444px) {
  /* line 5078, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_top .search_page .right > button {
    padding: 5px 10px;
  }
}
@media (min-width: 445px) and (max-width: 1034px) {
  /* line 5078, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_top .search_page .right > button {
    padding: 6px 10px;
  }
}
@media (min-width: 0px) and (max-width: 348.9px) {
  /* line 5070, ../sass/_page.scss */
  .search_box .search_top .search_page .right > button {
    padding: 5px 5px;
  }
}
@media (min-width: 349px) and (max-width: 560px) {
  /* line 5070, ../sass/_page.scss */
  .search_box .search_top .search_page .right > button {
    padding: 5px 8px;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 5070, ../sass/_page.scss */
  .search_box .search_top .search_page .right > button {
    padding: 5px 12px;
  }
}
@media (min-width: 769px) and (max-width: 1034px) {
  /* line 5070, ../sass/_page.scss */
  .search_box .search_top .search_page .right > button {
    padding: 5px 20px;
  }
}
/* line 5110, ../sass/_page.scss */
.search_box .search_top .calendar_p {
  padding-top: 20px;
}
/* line 5119, ../sass/_page.scss */
.search_box .search_item ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
}
@media (max-width: 450px) {
  /* line 5119, ../sass/_page.scss */
  .search_box .search_item ul {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 860px) {
  /* line 5130, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item ul {
    justify-content: space-around;
    flex-direction: column;
  }
}
/* line 5137, ../sass/_page.scss */
.search_box .search_item ul li {
  margin: 42px 26px 0px;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 450px) {
  /* line 5137, ../sass/_page.scss */
  .search_box .search_item ul li {
    margin: 20px 0px 0px;
    border-bottom: 3px solid #b6b6b6;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 451px) and (max-width: 768px) {
  /* line 5137, ../sass/_page.scss */
  .search_box .search_item ul li {
    margin: 22px 8px 0px;
  }
}
@media (min-width: 769px) and (max-width: 772px) {
  /* line 5137, ../sass/_page.scss */
  .search_box .search_item ul li {
    margin: 42px 5px 0px;
  }
}
@media (min-width: 773px) and (max-width: 939px) {
  /* line 5137, ../sass/_page.scss */
  .search_box .search_item ul li {
    margin: 42px 6px 0px;
  }
}
/* line 5161, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item ul li {
  margin: 33px 10px 0px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 330px;
  height: 56px;
  overflow: hidden;
  line-height: 1.2;
  font-size: 0.9em;
  border-bottom: 5px solid #b6b6b6;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 5161, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item ul li {
    height: 30px;
    width: 100%;
    margin: 15px 0px 0px;
    border-bottom: 3px solid #b6b6b6;
  }
}
@media (min-width: 769px) and (max-width: 860px) {
  /* line 5161, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item ul li {
    height: 42px;
    width: 100%;
    margin: 15px 10px 0px;
    border-bottom: 3px solid #b6b6b6;
  }
}
@media (min-width: 861px) and (max-width: 998px) {
  /* line 5161, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item ul li {
    font-size: 0.7em;
    width: 195px;
    height: 52px;
  }
}
@media (min-width: 999px) and (max-width: 1199px) {
  /* line 5161, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item ul li {
    width: 229px;
    font-size: 0.8em;
    margin: 35px 10px 0px;
    height: 55px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 5161, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item ul li {
    width: 280px;
  }
}
/* line 5209, ../sass/_page.scss */
.search_box .search_item ul li a {
  color: #1E3A4C;
  padding: 0 30px 19px;
  border-bottom: 5px solid #b6b6b6;
}
@media (min-width: 0px) and (max-width: 450px) {
  /* line 5209, ../sass/_page.scss */
  .search_box .search_item ul li a {
    border-bottom: 0px solid #b6b6b6;
    padding: 0px;
  }
}
@media (min-width: 451px) and (max-width: 768px) {
  /* line 5209, ../sass/_page.scss */
  .search_box .search_item ul li a {
    padding: 0 0px 16px;
  }
}
/* line 5224, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item ul li a {
  border-bottom: 0px solid #b6b6b6;
  padding: 0px 0px 30px;
}
@media (min-width: 0px) and (max-width: 860px) {
  /* line 5224, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item ul li a {
    color: #1E3A4C;
    border-bottom: 0px solid #b6b6b6;
    padding: 0px;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  /* line 5237, ../sass/_page.scss */
  .search_box .search_item ul li.is-active {
    border-bottom: 3px solid #ffbd38;
  }
}
/* line 5242, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item ul li.is-active {
  border-bottom: 5px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 860px) {
  /* line 5242, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item ul li.is-active {
    border-bottom: 3px solid #ffbd38;
  }
}
/* line 5250, ../sass/_page.scss */
.search_box .search_item ul li.is-active a {
  border-bottom: 5px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 450px) {
  /* line 5250, ../sass/_page.scss */
  .search_box .search_item ul li.is-active a {
    border-bottom: 0px solid #ffbd38;
  }
}
/* line 5257, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item ul li.is-active a {
  border-bottom: 0px solid #ffbd38;
}
/* line 5269, ../sass/_page.scss */
.search_box .search_item_4 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
}
@media (max-width: 459px) {
  /* line 5269, ../sass/_page.scss */
  .search_box .search_item_4 ul {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 1109px) {
  /* line 5280, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_4 ul {
    flex-direction: column;
    justify-content: start;
  }
}
/* line 5289, ../sass/_page.scss */
.search_box .search_item_4 ul li {
  margin: 42px 23px 0px;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 5289, ../sass/_page.scss */
  .search_box .search_item_4 ul li {
    margin: 20px 2px 0px;
    border-bottom: 3px solid #b6b6b6;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  /* line 5289, ../sass/_page.scss */
  .search_box .search_item_4 ul li {
    margin: 42px 6px 0px;
    font-size: 0.8em;
  }
}
@media (min-width: 769px) and (max-width: 1088px) {
  /* line 5289, ../sass/_page.scss */
  .search_box .search_item_4 ul li {
    margin: 34px 5px 0px;
  }
}
/* line 5310, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item_4 ul li {
  margin: 29px 10px 0px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 260px;
  height: 56px;
  overflow: hidden;
  line-height: 1.2;
  font-size: 0.9em;
  border-bottom: 5px solid #b6b6b6;
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 5310, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_4 ul li {
    font-size: 0.8em;
    width: 100%;
    height: 29px;
    margin: 20px 0px 0px;
    border-bottom: 3px solid #b6b6b6;
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  /* line 5310, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_4 ul li {
    font-size: 0.8em;
    width: 100%;
    height: 34px;
    margin: 20px 0px 0px;
    border-bottom: 3px solid #b6b6b6;
  }
}
@media (min-width: 769px) and (max-width: 1109px) {
  /* line 5310, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_4 ul li {
    font-size: 0.8em;
    width: 100%;
    height: 37px;
    margin: 20px 0px 0px;
    border-bottom: 3px solid #b6b6b6;
  }
}
@media (min-width: 1110px) and (max-width: 1249px) {
  /* line 5310, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_4 ul li {
    width: 250px;
    font-size: 0.8em;
    width: 202px;
    height: 54px;
    margin: 31px 10px 0px;
  }
}
@media (min-width: 1250px) and (max-width: 1400px) {
  /* line 5310, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_4 ul li {
    width: 230px;
  }
}
/* line 5366, ../sass/_page.scss */
.search_box .search_item_4 ul li a {
  color: #1E3A4C;
  border-bottom: 5px solid #b6b6b6;
  padding: 0 30px 19px;
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 5366, ../sass/_page.scss */
  .search_box .search_item_4 ul li a {
    padding: 0px 10px 5px;
    border-bottom: 0px solid #b6b6b6;
  }
}
@media (min-width: 460px) and (max-width: 563px) {
  /* line 5366, ../sass/_page.scss */
  .search_box .search_item_4 ul li a {
    padding: 0 5px 19px;
  }
}
@media (min-width: 564px) and (max-width: 768px) {
  /* line 5366, ../sass/_page.scss */
  .search_box .search_item_4 ul li a {
    padding: 0 15px 19px;
  }
}
@media (min-width: 769px) and (max-width: 1088px) {
  /* line 5366, ../sass/_page.scss */
  .search_box .search_item_4 ul li a {
    padding: 0 15px 19px;
  }
}
/* line 5389, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item_4 ul li a {
  border-bottom: 0px solid #b6b6b6;
  padding: 0px 0px 30px;
}
@media (min-width: 0px) and (max-width: 1109px) {
  /* line 5389, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_4 ul li a {
    padding: 0px;
    border-bottom: 0px solid #b6b6b6;
  }
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 5401, ../sass/_page.scss */
  .search_box .search_item_4 ul li.is-active {
    border-bottom: 3px solid #ffbd38;
  }
}
/* line 5406, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item_4 ul li.is-active {
  border-bottom: 5px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 1109px) {
  /* line 5406, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_4 ul li.is-active {
    border-bottom: 3px solid #ffbd38;
  }
}
/* line 5414, ../sass/_page.scss */
.search_box .search_item_4 ul li.is-active a {
  border-bottom: 5px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 5414, ../sass/_page.scss */
  .search_box .search_item_4 ul li.is-active a {
    border-bottom: 0px solid #ffbd38;
  }
}
/* line 5421, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item_4 ul li.is-active a {
  border-bottom: 0px solid #ffbd38;
}
/* line 5430, ../sass/_page.scss */
.search_box .search_item_6 {
  max-width: 1440px;
  margin: 20px auto 0px;
}
@media (max-width: 567px) {
  /* line 5430, ../sass/_page.scss */
  .search_box .search_item_6 {
    margin: 0px auto 0px;
  }
}
/* line 5440, ../sass/_page.scss */
.search_box .search_item_6 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.5s;
}
@media (min-width: 0px) and (max-width: 567px) {
  /* line 5440, ../sass/_page.scss */
  .search_box .search_item_6 ul {
    justify-content: start;
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 1109px) {
  /* line 5453, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_6 ul {
    justify-content: start;
    flex-direction: column;
  }
}
/* line 5460, ../sass/_page.scss */
.search_box .search_item_6 ul li {
  margin: 30px 17px 0px;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 567px) {
  /* line 5460, ../sass/_page.scss */
  .search_box .search_item_6 ul li {
    border-bottom: 3px solid #b6b6b6;
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px;
  }
}
@media (min-width: 568px) and (max-width: 833px) {
  /* line 5460, ../sass/_page.scss */
  .search_box .search_item_6 ul li {
    margin: 30px 3px 0px;
  }
}
@media (min-width: 834px) and (max-width: 1088px) {
  /* line 5460, ../sass/_page.scss */
  .search_box .search_item_6 ul li {
    margin: 30px 5px 0px;
  }
}
@media (min-width: 1089px) and (max-width: 1254px) {
  /* line 5460, ../sass/_page.scss */
  .search_box .search_item_6 ul li {
    margin: 30px 5px 0px;
  }
}
/* line 5484, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item_6 ul li {
  margin: 29px 10px 0px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 220px;
  height: 56px;
  overflow: hidden;
  line-height: 1.2;
  font-size: 0.9em;
  border-bottom: 5px solid #b6b6b6;
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 5484, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_6 ul li {
    font-size: 0.8em;
    width: 100%;
    height: 35px;
    margin: 20px 0px 0px;
    border-bottom: 3px solid #b6b6b6;
  }
}
@media (min-width: 460px) and (max-width: 768px) {
  /* line 5484, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_6 ul li {
    font-size: 0.8em;
    width: 100%;
    height: 34px;
    margin: 20px 0px 0px;
    border-bottom: 3px solid #b6b6b6;
  }
}
@media (min-width: 769px) and (max-width: 1109px) {
  /* line 5484, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_6 ul li {
    font-size: 0.8em;
    width: 100%;
    height: 35px;
    margin: 20px 0px 0px;
    border-bottom: 3px solid #b6b6b6;
  }
}
@media (min-width: 1110px) and (max-width: 1219px) {
  /* line 5484, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_6 ul li {
    font-size: 0.8em;
    width: 165px;
    height: 48px;
    margin: 37px 10px 0px;
  }
}
@media (min-width: 1220px) and (max-width: 1439px) {
  /* line 5484, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_6 ul li {
    width: 183px;
    height: 52px;
    margin: 33px 10px 0px;
  }
}
/* line 5539, ../sass/_page.scss */
.search_box .search_item_6 ul li a {
  color: #1E3A4C;
  border-bottom: 5px solid #b6b6b6;
  padding: 0 30px 10px;
}
@media (min-width: 0px) and (max-width: 567px) {
  /* line 5539, ../sass/_page.scss */
  .search_box .search_item_6 ul li a {
    margin: 0px;
    border-bottom: 0px solid #b6b6b6;
    padding: 0px;
  }
}
@media (min-width: 568px) and (max-width: 833px) {
  /* line 5539, ../sass/_page.scss */
  .search_box .search_item_6 ul li a {
    padding: 0px 0px 10px;
  }
}
@media (min-width: 834px) and (max-width: 1254px) {
  /* line 5539, ../sass/_page.scss */
  .search_box .search_item_6 ul li a {
    padding: 0px 10px 10px;
  }
}
/* line 5558, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item_6 ul li a {
  padding: 0px 0px 30px;
  border-bottom: 0px solid #b6b6b6;
}
@media (min-width: 0px) and (max-width: 1109px) {
  /* line 5558, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_6 ul li a {
    padding: 0px 30px 10px;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  /* line 5570, ../sass/_page.scss */
  .search_box .search_item_6 ul li.is-active {
    border-bottom: 3px solid #ffbd38;
  }
}
/* line 5576, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item_6 ul li.is-active {
  border-bottom: 5px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 1109px) {
  /* line 5576, ../sass/_page.scss */
  [lang="en-US"] .search_box .search_item_6 ul li.is-active {
    border-bottom: 3px solid #ffbd38;
  }
}
/* line 5584, ../sass/_page.scss */
.search_box .search_item_6 ul li.is-active a {
  border-bottom: 5px solid #ffbd38;
}
@media (min-width: 0px) and (max-width: 567px) {
  /* line 5584, ../sass/_page.scss */
  .search_box .search_item_6 ul li.is-active a {
    border-bottom: 0px solid #ffbd38;
  }
}
/* line 5592, ../sass/_page.scss */
[lang="en-US"] .search_box .search_item_6 ul li.is-active a {
  border-bottom: 0px solid #ffbd38;
}

/* line 5602, ../sass/_page.scss */
.schedule_search {
  background-color: #F2F2F2;
  width: 100%;
  overflow-x: hidden;
}
/* line 5608, ../sass/_page.scss */
.schedule_search .search_top {
  max-width: 1440px !important;
  margin: 0 auto;
}
/* line 5614, ../sass/_page.scss */
.schedule_search .search_top .schedule_t {
  padding: 0 10px;
  margin: 50px auto 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
@media (min-width: 1188px) and (max-width: 1250px) {
  /* line 5614, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5614, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t {
    flex-direction: column;
    margin: 15px auto 0 auto;
    width: 100%;
  }
}
/* line 5634, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 0 50%;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5634, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date {
    width: 100%;
    justify-content: start;
    margin: 15px 0 0;
    flex: 0 0 90%;
  }
}
/* line 5649, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date .h3 {
  width: 20%;
  color: #1E3A4C;
  font-weight: bold;
  padding: 0px 10px;
  text-align: end;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5649, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date .h3 {
    flex: 0 0 20%;
    text-align: start;
    padding: 0px;
  }
}
/* line 5665, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5665, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul {
    flex: 0 0 80%;
    justify-content: space-between;
  }
}
/* line 5676, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li {
  display: flex;
  align-items: center;
  position: relative;
}
/* line 5681, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li input {
  width: 100%;
  line-height: 1.7;
  border: #b6b6b6 solid 1px;
  font-size: 1em;
  padding: 0px 0px 0 20px;
  font-weight: 500;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
  background-color: #ffffff;
  color: #1E3A4C !important;
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 5693, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li input::placeholder {
  color: #1E3A4C !important;
}
@media (min-width: 0px) and (max-width: 435px) {
  /* line 5681, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul li input {
    padding: 0px 0px 0 5px;
  }
}
/* line 5706, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li #sdate::placeholder {
  color: #1E3A4C !important;
}
/* line 5713, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li #sdate input[type="text"]::placeholder {
  color: #1E3A4C !important;
}
/* line 5718, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li input[type="text"] {
  color: #1E3A4C !important;
  z-index: 2;
}
/* line 5722, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li input[type="text"]::placeholder {
  color: #1E3A4C !important;
}
/* line 5727, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li input::-webkit-input-placeholder {
  /* Chrome, Safari */
  color: #1E3A4C !important;
}
/* line 5734, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li input::-ms-input-placeholder {
  /* IE 10+ */
  color: #1E3A4C !important;
}
/* line 5741, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li input::-moz-placeholder {
  /* Firefox 19+ */
  color: #1E3A4C !important;
  opacity: 1;
}
/* line 5750, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li input::placeholder {
  color: #1E3A4C !important;
}
/* line 5759, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li p {
  font-weight: bold;
  padding: 0px 20px;
}
@media (min-width: 0px) and (max-width: 480px) {
  /* line 5759, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul li p {
    padding: 0px 5px;
  }
}
/* line 5768, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li a {
  position: relative;
  top: 0;
  right: 45px;
  width: 0px;
}
@media (min-width: 0px) and (max-width: 374px) {
  /* line 5768, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul li a {
    right: 18px;
  }
}
@media (min-width: 375px) and (max-width: 1316px) {
  /* line 5768, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul li a {
    right: 32px;
  }
}
/* line 5785, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date ul li img {
  right: 4px;
  background-color: #ffffff;
  position: absolute;
  width: 25px;
  width: 23px;
}
/* line 5791, ../sass/_page.scss */
[lang="en-US"] .schedule_search .search_top .schedule_t .s_date ul li img {
  width: 23px;
}
@media (min-width: 0px) and (max-width: 457px) {
  /* line 5791, ../sass/_page.scss */
  [lang="en-US"] .schedule_search .search_top .schedule_t .s_date ul li img {
    width: 15px;
  }
}
@media (min-width: 458px) and (max-width: 768px) {
  /* line 5791, ../sass/_page.scss */
  [lang="en-US"] .schedule_search .search_top .schedule_t .s_date ul li img {
    width: 20px;
  }
}
@media (min-width: 0px) and (max-width: 457px) {
  /* line 5785, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul li img {
    width: 15px;
  }
}
@media (min-width: 458px) and (max-width: 768px) {
  /* line 5785, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul li img {
    width: 20px;
  }
}
@media (min-width: 0px) and (max-width: 374px) {
  /* line 5676, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul li {
    width: 15px;
  }
}
@media (min-width: 375px) and (max-width: 1316px) {
  /* line 5676, ../sass/_page.scss */
  .schedule_search .search_top .schedule_t .s_date ul li {
    width: 23px;
  }
}
/* line 5824, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date > li:nth-child(1) {
  width: 45%;
}
/* line 5828, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date > li:nth-child(2) {
  width: 10%;
  justify-content: center;
}
/* line 5833, ../sass/_page.scss */
.schedule_search .search_top .schedule_t .s_date > li:nth-child(3) {
  width: 45%;
}
/* line 5839, ../sass/_page.scss */
.schedule_search .search_top .s_select {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 0 50%;
  flex-wrap: wrap;
  justify-content: end;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5839, ../sass/_page.scss */
  .schedule_search .search_top .s_select {
    width: 100%;
    justify-content: start;
    margin: 15px 0 0;
    flex: 0 0 90%;
  }
}
/* line 5856, ../sass/_page.scss */
.schedule_search .search_top .s_select .h3 {
  width: 20%;
  color: #1E3A4C;
  padding: 0 10px;
  text-align: end;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5856, ../sass/_page.scss */
  .schedule_search .search_top .s_select .h3 {
    flex: 0 0 20%;
    text-align: start;
    padding: 0px;
  }
}
/* line 5873, ../sass/_page.scss */
.schedule_search .search_top .s_select select {
  width: 80%;
  font-size: 1em;
  line-height: 1.7;
  padding: 0px 50px 0px 20px;
  border: #b6b6b6 solid 1px;
  justify-items: end;
  color: #1E3A4C;
  appearance: none;
  background: url("../img/downicon-02.png") no-repeat right center transparent;
  background-color: #ffffff;
  background-size: 9%;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
/* line 5888, ../sass/_page.scss */
[lang="en-US"] .schedule_search .search_top .s_select select {
  background-size: 7.5%;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 5888, ../sass/_page.scss */
  [lang="en-US"] .schedule_search .search_top .s_select select {
    background-size: 6%;
  }
}
@media (min-width: 769px) and (max-width: 1187px) {
  /* line 5888, ../sass/_page.scss */
  [lang="en-US"] .schedule_search .search_top .s_select select {
    background-size: 4%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 5873, ../sass/_page.scss */
  .schedule_search .search_top .s_select select {
    flex: 0 0 80%;
    background-size: 7%;
  }
}
@media (min-width: 769px) and (max-width: 1362px) {
  /* line 5873, ../sass/_page.scss */
  .schedule_search .search_top .s_select select {
    flex: 0 0 80%;
    background-size: 6%;
  }
}
/* line 5914, ../sass/_page.scss */
.schedule_search .schedule_under {
  padding: 20px 10px 0px;
  margin: 0px auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95%;
}
@media (min-width: 1188px) and (max-width: 1250px) {
  /* line 5914, ../sass/_page.scss */
  .schedule_search .schedule_under {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5914, ../sass/_page.scss */
  .schedule_search .schedule_under {
    flex-direction: column;
    padding: 0px 10px;
    width: 100%;
  }
}
/* line 5934, ../sass/_page.scss */
.schedule_search .schedule_under .s_category {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 0 0 50%;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5934, ../sass/_page.scss */
  .schedule_search .schedule_under .s_category {
    width: 100%;
    justify-content: start;
    margin: 15px 0 0;
    flex: 0 0 90%;
  }
}
/* line 5949, ../sass/_page.scss */
.schedule_search .schedule_under .s_category .h3 {
  width: 20%;
  color: #1E3A4C;
  padding: 0 10px;
  text-align: end;
  font-weight: bold;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 5949, ../sass/_page.scss */
  .schedule_search .schedule_under .s_category .h3 {
    flex: 0 0 20%;
    text-align: start;
    padding: 0px;
  }
}
/* line 5967, ../sass/_page.scss */
.schedule_search .schedule_under .s_category select {
  width: 80%;
  font-size: 1em;
  line-height: 1.7;
  padding: 0px 50px 0px 20px;
  border: #b6b6b6 solid 1px;
  justify-items: end;
  color: #1E3A4C;
  appearance: none;
  background: url("../img/downicon-02.png") no-repeat right center transparent;
  background-color: #ffffff;
  background-size: 9%;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
/* line 5982, ../sass/_page.scss */
[lang="en-US"] .schedule_search .schedule_under .s_category select {
  background-size: 6%;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 5982, ../sass/_page.scss */
  [lang="en-US"] .schedule_search .schedule_under .s_category select {
    background-size: 6%;
  }
}
@media (min-width: 769px) and (max-width: 1187px) {
  /* line 5982, ../sass/_page.scss */
  [lang="en-US"] .schedule_search .schedule_under .s_category select {
    background-size: 4%;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 5967, ../sass/_page.scss */
  .schedule_search .schedule_under .s_category select {
    flex: 0 0 80%;
    background-size: 7%;
  }
}
@media (min-width: 769px) and (max-width: 1362px) {
  /* line 5967, ../sass/_page.scss */
  .schedule_search .schedule_under .s_category select {
    flex: 0 0 80%;
    background-size: 6%;
  }
}
/* line 6007, ../sass/_page.scss */
.schedule_search .schedule_under .search_sch {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 50%;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 6007, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch {
    padding: 15px 0px 0px;
  }
}
/* line 6021, ../sass/_page.scss */
.schedule_search .schedule_under .search_sch .left {
  color: #1E3A4C;
  text-align: end;
  font-weight: bold;
  width: 20%;
  padding: 0px 10px;
}
@media (min-width: 0px) and (max-width: 1187px) {
  /* line 6021, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch .left {
    flex: 0 0 20%;
    text-align: start;
    padding: 0px;
  }
}
/* line 6040, ../sass/_page.scss */
.schedule_search .schedule_under .search_sch .center {
  display: flex;
  align-items: center;
  width: 60%;
}
@media (min-width: 0px) and (max-width: 533px) {
  /* line 6040, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch .center {
    flex: 0 0 60%;
  }
}
@media (min-width: 534px) and (max-width: 1187px) {
  /* line 6040, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch .center {
    flex: 0 0 68%;
  }
}
/* line 6054, ../sass/_page.scss */
.schedule_search .schedule_under .search_sch .center input {
  width: 100%;
  font-size: 1em;
  line-height: 1.7;
  padding: 0px 20px;
  border: #b6b6b6 solid 1px;
  color: #1E3A4C;
  display: inline-block;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
/* line 6067, ../sass/_page.scss */
.schedule_search .schedule_under .search_sch .center ::placeholder {
  color: #1E3A4C;
}
/* line 6072, ../sass/_page.scss */
.schedule_search .schedule_under .search_sch .right {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 20%;
}
@media (min-width: 0px) and (max-width: 533px) {
  /* line 6072, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch .right {
    flex: 0 0 20%;
  }
}
/* line 6084, ../sass/_page.scss */
.schedule_search .schedule_under .search_sch .right button {
  background-color: #ffbd38;
  cursor: pointer;
  border: none;
  font-size: 1em;
  padding: 6px 25px;
  font-family: Arial, "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}
@media (max-width: 348px) {
  /* line 6084, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch .right button {
    padding: 5px 5px;
  }
}
@media (min-width: 349px) and (max-width: 1187px) {
  /* line 6084, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch .right button {
    padding: 5px 7px;
  }
}
@media (min-width: 1091px) and (max-width: 1187px) {
  /* line 6084, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch .right button {
    padding: 5px 20px;
  }
}
@media (min-width: 1188px) and (max-width: 1362px) {
  /* line 6084, ../sass/_page.scss */
  .schedule_search .schedule_under .search_sch .right button {
    padding: 8px 25px;
  }
}

/* line 6116, ../sass/_page.scss */
.tag {
  height: 120px;
  font-size: 1.6em;
  background-color: #F2F2F2;
  width: 100%;
  color: #1E3A4C;
  font-weight: bold;
  display: inline-block;
  text-align: start;
  margin: auto;
  padding: auto;
  padding: 50px 12%;
  box-sizing: border-box;
}
@media (min-width: 0px) and (max-width: 1480px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 2%;
  }
}
@media (min-width: 1481px) and (max-width: 1520px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 3%;
  }
}
@media (min-width: 1521px) and (max-width: 1570px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 4.5%;
  }
}
@media (min-width: 1571px) and (max-width: 1600px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 6%;
  }
}
@media (min-width: 1601px) and (max-width: 1650px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 7%;
  }
}
@media (min-width: 1651px) and (max-width: 1700px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 8%;
  }
}
@media (min-width: 1701px) and (max-width: 1750px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 9%;
  }
}
@media (min-width: 1751px) and (max-width: 1800px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 10%;
  }
}
@media (min-width: 1801px) and (max-width: 1850px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    padding: 50px 11%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6116, ../sass/_page.scss */
  .tag {
    font-size: 1.1em;
    height: 80px;
    padding: 30px 2.5%;
  }
}

/* line 6173, ../sass/_page.scss */
.box_280 {
  height: 264px;
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6173, ../sass/_page.scss */
  .box_280 {
    font-size: 1.1em;
    height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 450px) {
  /* line 6173, ../sass/_page.scss */
  .box_280 {
    font-size: 0.9em;
    height: 323px;
  }
}
@media (min-width: 451px) and (max-width: 473px) {
  /* line 6173, ../sass/_page.scss */
  .box_280 {
    height: 251px;
  }
}
@media (min-width: 474px) and (max-width: 768px) {
  /* line 6173, ../sass/_page.scss */
  .box_280 {
    height: 248px;
  }
}
@media (min-width: 769px) and (max-width: 1088px) {
  /* line 6173, ../sass/_page.scss */
  .box_280 {
    height: 301px;
  }
}
/* line 6203, ../sass/_page.scss */
[lang="en-US"] .box_280 {
  font-size: 1.2em;
  height: 254px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 6203, ../sass/_page.scss */
  [lang="en-US"] .box_280 {
    font-size: 0.9em;
    height: 347px;
  }
}
@media (min-width: 769px) and (max-width: 860px) {
  /* line 6203, ../sass/_page.scss */
  [lang="en-US"] .box_280 {
    height: 421px;
  }
}
@media (min-width: 861px) and (max-width: 998px) {
  /* line 6203, ../sass/_page.scss */
  [lang="en-US"] .box_280 {
    height: 277px;
  }
}
@media (min-width: 999px) and (max-width: 1034px) {
  /* line 6203, ../sass/_page.scss */
  [lang="en-US"] .box_280 {
    height: 282px;
  }
}
@media (min-width: 1035px) and (max-width: 1088px) {
  /* line 6203, ../sass/_page.scss */
  [lang="en-US"] .box_280 {
    height: 286px;
  }
}
@media (min-width: 1089px) and (max-width: 1199px) {
  /* line 6203, ../sass/_page.scss */
  [lang="en-US"] .box_280 {
    height: 254px;
  }
}

/* line 6239, ../sass/_page.scss */
.box_280_4 {
  height: 264px;
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6239, ../sass/_page.scss */
  .box_280_4 {
    font-size: 1.1em;
    height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 6239, ../sass/_page.scss */
  .box_280_4 {
    font-size: 0.9em;
    height: 363px;
  }
}
@media (min-width: 460px) and (max-width: 473px) {
  /* line 6239, ../sass/_page.scss */
  .box_280_4 {
    height: 270px;
  }
}
@media (min-width: 474px) and (max-width: 768px) {
  /* line 6239, ../sass/_page.scss */
  .box_280_4 {
    height: 266px;
  }
}
@media (min-width: 769px) and (max-width: 1088px) {
  /* line 6239, ../sass/_page.scss */
  .box_280_4 {
    height: 293px;
  }
}
/* line 6268, ../sass/_page.scss */
[lang="en-US"] .box_280_4 {
  height: 250px;
  font-size: 1.2em;
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 6268, ../sass/_page.scss */
  [lang="en-US"] .box_280_4 {
    height: 412px;
    font-size: 0.9em;
  }
}
@media (min-width: 460px) and (max-width: 484px) {
  /* line 6268, ../sass/_page.scss */
  [lang="en-US"] .box_280_4 {
    height: 511px;
  }
}
@media (min-width: 485px) and (max-width: 768px) {
  /* line 6268, ../sass/_page.scss */
  [lang="en-US"] .box_280_4 {
    height: 462px;
  }
}
@media (min-width: 769px) and (max-width: 1034px) {
  /* line 6268, ../sass/_page.scss */
  [lang="en-US"] .box_280_4 {
    height: 478px;
  }
}
@media (min-width: 1035px) and (max-width: 1088px) {
  /* line 6268, ../sass/_page.scss */
  [lang="en-US"] .box_280_4 {
    height: 482px;
  }
}
@media (min-width: 1089px) and (max-width: 1109px) {
  /* line 6268, ../sass/_page.scss */
  [lang="en-US"] .box_280_4 {
    height: 450px;
  }
}

/* line 6300, ../sass/_page.scss */
.box_280_6 {
  height: 263px;
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6300, ../sass/_page.scss */
  .box_280_6 {
    font-size: 1.1em;
    height: 269px;
  }
}
@media (min-width: 769px) and (max-width: 1088px) {
  /* line 6300, ../sass/_page.scss */
  .box_280_6 {
    height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 567px) {
  /* line 6300, ../sass/_page.scss */
  .box_280_6 {
    height: 450px;
    font-size: 0.9em;
  }
}
/* line 6321, ../sass/_page.scss */
[lang="en-US"] .box_280_6 {
  font-size: 1.2em;
  height: 270px;
}
@media (min-width: 0px) and (max-width: 459px) {
  /* line 6321, ../sass/_page.scss */
  [lang="en-US"] .box_280_6 {
    height: 497px;
    font-size: 0.9em;
  }
}
@media (min-width: 460px) and (max-width: 484px) {
  /* line 6321, ../sass/_page.scss */
  [lang="en-US"] .box_280_6 {
    height: 491px;
    font-size: 0.9em;
  }
}
@media (min-width: 485px) and (max-width: 567px) {
  /* line 6321, ../sass/_page.scss */
  [lang="en-US"] .box_280_6 {
    height: 516px;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  /* line 6321, ../sass/_page.scss */
  [lang="en-US"] .box_280_6 {
    height: 537px;
  }
}
@media (min-width: 769px) and (max-width: 1034px) {
  /* line 6321, ../sass/_page.scss */
  [lang="en-US"] .box_280_6 {
    height: 543px;
  }
}
@media (min-width: 1035px) and (max-width: 1088px) {
  /* line 6321, ../sass/_page.scss */
  [lang="en-US"] .box_280_6 {
    height: 546px;
  }
}
@media (min-width: 1089px) and (max-width: 1109px) {
  /* line 6321, ../sass/_page.scss */
  [lang="en-US"] .box_280_6 {
    height: 516px;
  }
}

/* line 6357, ../sass/_page.scss */
.box_235 {
  height: 203px;
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6357, ../sass/_page.scss */
  .box_235 {
    font-size: 1.1em;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  /* line 6357, ../sass/_page.scss */
  .box_235 {
    height: 240px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 6357, ../sass/_page.scss */
  .box_235 {
    height: 165px;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 6357, ../sass/_page.scss */
  .box_235 {
    height: 163px;
  }
}
@media (min-width: 769px) and (max-width: 925px) {
  /* line 6357, ../sass/_page.scss */
  .box_235 {
    height: 168px;
  }
}
@media (min-width: 926px) and (max-width: 1034px) {
  /* line 6357, ../sass/_page.scss */
  .box_235 {
    height: 175px;
  }
}
/* line 6387, ../sass/_page.scss */
[lang="en-US"] .box_235 {
  font-size: 1.2em;
}
@media (min-width: 0px) and (max-width: 558px) {
  /* line 6387, ../sass/_page.scss */
  [lang="en-US"] .box_235 {
    height: 328px;
  }
}
@media (min-width: 559px) and (max-width: 768px) {
  /* line 6387, ../sass/_page.scss */
  [lang="en-US"] .box_235 {
    height: 235px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 6387, ../sass/_page.scss */
  [lang="en-US"] .box_235 {
    height: 241px;
  }
}

/* line 6405, ../sass/_page.scss */
.box_240 {
  height: 225px;
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6405, ../sass/_page.scss */
  .box_240 {
    font-size: 1.1em;
    height: 250px;
  }
}
@media (min-width: 769px) and (max-width: 1187px) {
  /* line 6405, ../sass/_page.scss */
  .box_240 {
    height: 275px;
  }
}
/* line 6419, ../sass/_page.scss */
[lang="en-US"] .box_240 {
  font-size: 1.2em;
  height: 200px;
}
@media (min-width: 0px) and (max-width: 457px) {
  /* line 6419, ../sass/_page.scss */
  [lang="en-US"] .box_240 {
    font-size: 0.7em;
    height: 195px;
  }
}
@media (min-width: 458px) and (max-width: 768px) {
  /* line 6419, ../sass/_page.scss */
  [lang="en-US"] .box_240 {
    font-size: 0.9em;
    height: 225px;
  }
}
@media (min-width: 769px) and (max-width: 1187px) {
  /* line 6419, ../sass/_page.scss */
  [lang="en-US"] .box_240 {
    height: 260px;
  }
}
@media (min-width: 1187px) and (max-width: 1355px) {
  /* line 6419, ../sass/_page.scss */
  [lang="en-US"] .box_240 {
    font-size: 1.1em;
  }
}

/* line 6445, ../sass/_page.scss */
.box_160 {
  height: 160px;
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6445, ../sass/_page.scss */
  .box_160 {
    font-size: 1.1em;
    height: 130px;
  }
}
@media (min-width: 0px) and (max-width: 845px) {
  /* line 6445, ../sass/_page.scss */
  .box_160 {
    margin: 0px 0px -50px;
  }
}

/* line 6460, ../sass/_page.scss */
.subscription_57 {
  padding-top: 50px;
  height: 225px !important;
  background-color: #F2F2F2;
}
@media (min-width: 0px) and (max-width: 567px) {
  /* line 6460, ../sass/_page.scss */
  .subscription_57 {
    height: 415px !important;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  /* line 6460, ../sass/_page.scss */
  .subscription_57 {
    height: 211px !important;
  }
}
/* line 6473, ../sass/_page.scss */
[lang="en-US"] .subscription_57 {
  height: 237px !important;
}
@media (min-width: 0px) and (max-width: 567px) {
  /* line 6473, ../sass/_page.scss */
  [lang="en-US"] .subscription_57 {
    height: 363px !important;
    padding-top: 20px;
    font-size: 0.9em;
  }
}
@media (min-width: 568px) and (max-width: 768px) {
  /* line 6473, ../sass/_page.scss */
  [lang="en-US"] .subscription_57 {
    height: 387px !important;
    padding-top: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1034px) {
  /* line 6473, ../sass/_page.scss */
  [lang="en-US"] .subscription_57 {
    height: 423px !important;
  }
}
@media (min-width: 1035px) and (max-width: 1109px) {
  /* line 6473, ../sass/_page.scss */
  [lang="en-US"] .subscription_57 {
    height: 427px !important;
  }
}

/* line 6497, ../sass/_page.scss */
.gsc-control-cse {
  font-family: arial, sans-serif;
  max-width: 1199px !important;
  padding: 50px 15px;
  box-sizing: border-box;
  margin: auto;
  font-size: 1em !important;
}
/* line 6505, ../sass/_page.scss */
.gsc-control-cse .gsc-search-box {
  font-size: 1.4em;
  margin-top: 50px;
  margin-bottom: 20px;
}
/* line 6510, ../sass/_page.scss */
.gsc-control-cse .gsc-search-box .gsc-input {
  color: #30384a;
}
/* line 6513, ../sass/_page.scss */
.gsc-control-cse .gsc-search-box .gsc-input .gsc-input-box {
  border-radius: 8px;
  margin-right: 30px;
}
/* line 6518, ../sass/_page.scss */
.gsc-control-cse .gsc-search-box .gsc-input .gscb_a {
  color: #30384a;
  cursor: pointer;
}
/* line 6523, ../sass/_page.scss */
.gsc-control-cse .gsc-search-box .gsc-input .gsst_b {
  font-size: 16px;
  padding: 0 20px;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap;
}
/* line 6536, ../sass/_page.scss */
.gsc-control-cse .gsc-search-button-v2 {
  /* font-size: 14px; */
  padding: 10px 27px;
  width: auto;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 10px;
  border-color: #1E3A4C;
  background-color: #1E3A4C;
}
/* line 6546, ../sass/_page.scss */
.gsc-control-cse .gsc-search-button-v2 svg {
  width: 20px !important;
  height: 20px !important;
}
/* line 6556, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-positioningWrapper .gsc-refinementsArea .gsc-refinementBlock .gsc-refinementhActive {
  border-bottom: 2px solid #1E3A4C;
  color: #fff !important;
  border-color: #1E3A4C !important;
  background-color: #1E3A4C !important;
}
/* line 6563, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-positioningWrapper .gsc-refinementsArea .gsc-refinementBlock .gsc-refinementHeader {
  font-size: 1em;
  padding: 5px 10px;
}
/* line 6572, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gs-result {
  word-break: break-word;
  font-size: 1.2em;
  line-height: 2;
  margin-top: 10px;
  border: 0 !important;
}
/* line 6579, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gs-result .gs-title {
  color: #1E3A4C !important;
  font-size: 1em;
}
/* line 6585, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gs-result .gsc-url-top .gs-bidi-start-align {
  color: #017CA0 !important;
}
/* line 6590, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gs-result .gs-snippet {
  font-size: 1.2em;
}
/* line 6594, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gs-result .gs-image {
  border: 0 !important;
}
/* line 6598, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gsc-wrapper .gs-result b {
  font-size: 1em !important;
  color: inherit;
  font-weight: 400;
}
/* line 6607, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gs-snippet {
  color: #999 !important;
}
/* line 6611, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gcsc-find-more-on-google-root {
  margin: 50px;
}
/* line 6616, ../sass/_page.scss */
.gsc-control-cse .gsc-results-wrapper-nooverlay .gs-no-results-result .gs-snippet {
  background-color: #ffffff;
  border: 0px !important;
  color: #017CA0;
  font-size: 1em;
}

/* line 6662, ../sass/_page.scss */
.gs-imagePreviewArea {
  background: #017CA0 !important;
}

/* line 6666, ../sass/_page.scss */
.gs-image-popup-box {
  background: #017CA0 !important;
  width: calc(100% - 10px) !important;
}

/* line 6691, ../sass/_page.scss */
.home ul li {
  display: flex;
  align-items: center;
  justify-self: center;
  background-color: #F2F2F2;
  height: 64px;
  width: 100%;
  margin-bottom: 10px;
}
/* line 6701, ../sass/_page.scss */
.home ul li a {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
}

/* line 6718, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table {
  width: 100%;
}
/* line 6725, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead {
  border: 0px;
}
@media (max-width: 560px) {
  /* line 6725, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table thead {
    display: none;
  }
}
/* line 6732, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr {
  background-color: #F2F2F2;
  transition: all 0.5s;
}
/* line 6736, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr th {
  background-color: #017CA0;
}
/* line 6740, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(1) {
  width: 20%;
}
/* line 6744, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(2) {
  width: 15%;
}
/* line 6747, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(2) span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
/* line 6754, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(2) span img {
  width: 40px;
}
@media (max-width: 1199px) {
  /* line 6754, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(2) span img {
    width: 35px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6754, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(2) span img {
    width: 25px;
  }
}
/* line 6768, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(2) span:hover::before {
  content: '職稱為系統定期更新內容，若需最新資訊，可參考所屬個人網頁資訊。';
  position: absolute;
  top: -20px;
  right: -80px;
  color: #1a1a1a;
  font-size: 0.6em;
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: .3rem;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  z-index: 1;
  width: 120px;
  padding: 10px;
  line-height: 1.2;
  text-align: start;
  font-weight: 500;
}
/* line 6787, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(2) span:hover img {
  transform: scale(0.8);
}
/* line 6795, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(3) {
  width: 20%;
}
/* line 6799, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(4) {
  width: 45%;
}
/* line 6807, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody {
  border: 0px;
}
@media (max-width: 560px) {
  /* line 6807, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tbody {
    display: block;
  }
}
/* line 6815, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody tr {
  background-color: #ffffff;
}
/* line 6819, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
@media (max-width: 560px) {
  /* line 6819, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tbody tr:nth-child(even) {
    background-color: #ffffff;
  }
}
/* line 6827, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody tr:hover {
  background-color: #e4e4e4;
  cursor: pointer;
}
/* line 6833, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody td {
  text-align: center;
  border: 0px;
  border-right: 1px solid #e4e4e4;
  padding: 10px 0;
  font-size: 0.8em;
}
@media (max-width: 560px) {
  /* line 6833, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tbody td {
    display: flex;
    text-align: left;
    width: auto;
    padding: 0px;
    border: 1px solid #e4e4e4;
  }
}
/* line 6849, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody td:last-child {
  border-right: 0px;
}
@media (max-width: 560px) {
  /* line 6849, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tbody td:last-child {
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding: 0px !important;
  }
}
@media (min-width: 561px) and (max-width: 954px) {
  /* line 6849, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tbody td:last-child {
    padding: 0 5px;
  }
}
@media (min-width: 954px) and (max-width: 1176px) {
  /* line 6849, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tbody td:last-child {
    padding: 0 30px;
  }
}
/* line 6868, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody td:before {
  flex: 1;
  padding: 6px;
  background-color: #017CA0;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  /* line 6868, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tbody td:before {
    content: attr(data-title);
  }
}
/* line 6882, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody td:first-child:last-child {
  padding: 8px 0;
}
/* line 6885, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table tbody td:first-child:last-child:before {
  content: none;
}
@media (max-width: 560px) {
  /* line 6894, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tbody td span {
    flex: 2;
    text-align: left;
  }
}
@media (max-width: 560px) {
  /* line 6911, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table tr {
    display: block;
  }
}
@media (max-width: 560px) {
  /* line 6918, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table th,
  .table_page .area-table.rwd-straight .in .ct .in table td {
    display: block;
  }
}
/* line 6926, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table th {
  background-color: #1E3A4C;
  color: #ffffff;
}
/* line 6933, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table span {
  display: block;
  padding: 8px;
  line-height: 200%;
}
@media (max-width: 560px) {
  /* line 6933, ../sass/_page.scss */
  .table_page .area-table.rwd-straight .in .ct .in table span {
    padding: 3px 8px;
  }
}
/* line 6944, ../sass/_page.scss */
.table_page .area-table.rwd-straight .in .ct .in table a {
  text-decoration: none;
  transition: 150ms;
  line-height: 200%;
}
/* line 7070, ../sass/_page.scss */
.table_page .area-table.rwd-straight.quis-table .ct tbody tr td {
  width: 25%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7070, ../sass/_page.scss */
  .table_page .area-table.rwd-straight.quis-table .ct tbody tr td {
    width: inherit;
  }
}
/* line 7078, ../sass/_page.scss */
.table_page .area-table.rwd-straight.quis-table .ct tbody tr td span {
  text-align: left;
}
/* line 7082, ../sass/_page.scss */
.table_page .area-table.rwd-straight.quis-table .ct tbody tr td + td {
  width: inherit;
}

/* line 7102, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table {
  width: 100%;
}
/* line 7109, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table thead {
  border: 0px;
}
@media (max-width: 670px) {
  /* line 7109, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table thead {
    display: none;
  }
}
/* line 7116, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table thead tr {
  background-color: #F2F2F2;
  transition: all 0.5s;
}
/* line 7120, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table thead tr th {
  background-color: #017CA0;
}
/* line 7134, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(1) {
  width: 10%;
}
/* line 7138, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(2) {
  width: 15%;
}
/* line 7142, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(3) {
  width: 50%;
  padding: 0 10px;
}
/* line 7148, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(4) {
  width: 15%;
}
/* line 7152, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table thead tr > th:nth-child(5) {
  width: 10%;
}
/* line 7160, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody {
  border: 0px;
}
@media (max-width: 670px) {
  /* line 7160, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table tbody {
    display: block;
  }
}
/* line 7168, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody tr {
  background-color: #ffffff;
}
/* line 7172, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody tr:nth-child(even) {
  background-color: #F2F2F2;
}
@media (max-width: 670px) {
  /* line 7172, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table tbody tr:nth-child(even) {
    background-color: #ffffff;
  }
}
/* line 7180, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody tr:hover {
  background-color: #e4e4e4;
}
/* line 7185, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody td {
  text-align: center;
  border: 0px;
  border-right: 1px solid #e4e4e4;
  padding: 10px 0;
  font-size: 0.8em;
}
@media (max-width: 670px) {
  /* line 7185, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table tbody td {
    display: flex;
    text-align: left;
    width: auto;
    padding: 0px;
    border: 1px solid #e4e4e4;
  }
}
/* line 7209, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody td:nth-of-type(3) {
  text-align: start;
  padding: 0 10px;
}
@media (max-width: 670px) {
  /* line 7209, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table tbody td:nth-of-type(3) {
    padding: 0;
  }
}
/* line 7218, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody td:last-child {
  border-right: 0px;
}
@media (max-width: 670px) {
  /* line 7218, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table tbody td:last-child {
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding: 0px !important;
  }
}
/* line 7229, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody td:before {
  flex: 1;
  padding: 6px;
  background-color: #017CA0;
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 670px) {
  /* line 7229, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table tbody td:before {
    content: attr(data-title);
  }
}
/* line 7243, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody td:first-child:last-child {
  padding: 8px 0;
}
/* line 7246, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody td:first-child:last-child:before {
  content: none;
}
/* line 7255, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table tbody td span {
  line-height: 1.4;
}
@media (max-width: 670px) {
  /* line 7255, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table tbody td span {
    flex: 2;
    text-align: left;
  }
}
@media (max-width: 670px) {
  /* line 7274, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table tr {
    display: block;
  }
}
@media (max-width: 670px) {
  /* line 7281, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table th,
  .news_page .area-table.rwd-straight .in .ct .in table td {
    display: block;
  }
}
/* line 7289, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table th {
  background-color: #1E3A4C;
  color: #ffffff;
}
/* line 7296, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table span {
  display: block;
  padding: 8px;
  line-height: 200%;
}
@media (max-width: 670px) {
  /* line 7296, ../sass/_page.scss */
  .news_page .area-table.rwd-straight .in .ct .in table span {
    padding: 3px 8px;
  }
}
/* line 7307, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table a {
  text-decoration: none;
  transition: 150ms;
  line-height: 200%;
}
/* line 7312, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table a:hover, .news_page .area-table.rwd-straight .in .ct .in table a:focus {
  color: #017CA0;
}
/* line 7320, ../sass/_page.scss */
.news_page .area-table.rwd-straight .in .ct .in table u:hover, .news_page .area-table.rwd-straight .in .ct .in table u:focus {
  color: #017CA0;
}
/* line 7341, ../sass/_page.scss */
.news_page .area-table.rwd-straight.quis-table .ct tbody tr td {
  width: 25%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7341, ../sass/_page.scss */
  .news_page .area-table.rwd-straight.quis-table .ct tbody tr td {
    width: inherit;
  }
}
/* line 7349, ../sass/_page.scss */
.news_page .area-table.rwd-straight.quis-table .ct tbody tr td span {
  text-align: left;
}
/* line 7353, ../sass/_page.scss */
.news_page .area-table.rwd-straight.quis-table .ct tbody tr td + td {
  width: inherit;
}

/* line 7368, ../sass/_page.scss */
.lightbox {
  display: none;
}
/* line 7372, ../sass/_page.scss */
.lightbox:target {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 7383, ../sass/_page.scss */
.lightbox figure {
  height: 100%;
}
/* line 7386, ../sass/_page.scss */
.lightbox figure .close {
  position: relative;
  display: block;
}
/* line 7390, ../sass/_page.scss */
.lightbox figure .close::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  content: "";
  cursor: default;
}
/* line 7402, ../sass/_page.scss */
.lightbox figure figcaption {
  width: 100%;
  position: relative;
  top: 666px;
  margin: auto;
  display: inline-block;
  text-align: center;
}
/* line 7410, ../sass/_page.scss */
.lightbox figure figcaption img {
  width: 90%;
}
/* line 7414, ../sass/_page.scss */
.lightbox figure figcaption .xxx {
  right: 4rem;
  top: -4.5rem;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 641px) {
  /* line 7414, ../sass/_page.scss */
  .lightbox figure figcaption .xxx {
    width: 30px;
    right: 1.5rem;
    top: -2.5rem;
  }
}
@media (min-width: 642px) and (max-width: 864px) {
  /* line 7414, ../sass/_page.scss */
  .lightbox figure figcaption .xxx {
    width: 40px;
    right: 2rem;
    top: -3.5rem;
  }
}
@media (min-width: 865px) and (max-width: 1064px) {
  /* line 7414, ../sass/_page.scss */
  .lightbox figure figcaption .xxx {
    width: 45px;
    right: 3rem;
    top: -3.5rem;
  }
}
/* line 7442, ../sass/_page.scss */
.lightbox figure figcaption .prev {
  left: -1rem;
  top: 0rem;
  height: 90%;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 419px) {
  /* line 7442, ../sass/_page.scss */
  .lightbox figure figcaption .prev {
    width: 25px;
    height: 60%;
  }
}
@media (min-width: 420px) and (max-width: 641px) {
  /* line 7442, ../sass/_page.scss */
  .lightbox figure figcaption .prev {
    width: 30px;
    height: 70%;
  }
}
@media (min-width: 642px) and (max-width: 864px) {
  /* line 7442, ../sass/_page.scss */
  .lightbox figure figcaption .prev {
    width: 40px;
  }
}
@media (min-width: 865px) and (max-width: 1064px) {
  /* line 7442, ../sass/_page.scss */
  .lightbox figure figcaption .prev {
    width: 45px;
  }
}
/* line 7472, ../sass/_page.scss */
.lightbox figure figcaption .next {
  right: -1rem;
  top: 0rem;
  height: 90%;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 419px) {
  /* line 7472, ../sass/_page.scss */
  .lightbox figure figcaption .next {
    width: 25px;
    height: 60%;
  }
}
@media (min-width: 420px) and (max-width: 641px) {
  /* line 7472, ../sass/_page.scss */
  .lightbox figure figcaption .next {
    width: 30px;
    height: 70%;
  }
}
@media (min-width: 642px) and (max-width: 864px) {
  /* line 7472, ../sass/_page.scss */
  .lightbox figure figcaption .next {
    width: 40px;
  }
}
@media (min-width: 865px) and (max-width: 1064px) {
  /* line 7472, ../sass/_page.scss */
  .lightbox figure figcaption .next {
    width: 45px;
  }
}
/* line 7502, ../sass/_page.scss */
.lightbox figure figcaption .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  z-index: 1;
  color: white;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 0 0;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7502, ../sass/_page.scss */
  .lightbox figure figcaption .content {
    padding: 5px 0 0 0;
  }
}
/* line 7518, ../sass/_page.scss */
.lightbox figure figcaption .content .left {
  font-size: 1.375em;
  font-weight: bold;
  padding: 0;
  text-align: start;
  line-height: 1.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7518, ../sass/_page.scss */
  .lightbox figure figcaption .content .left {
    font-size: 1em;
  }
}
/* line 7530, ../sass/_page.scss */
.lightbox figure figcaption .content .right {
  font-size: 1em;
  padding: 0;
  text-align: end;
  line-height: 1.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7530, ../sass/_page.scss */
  .lightbox figure figcaption .content .right {
    font-size: 0.8em;
  }
}

/* line 7553, ../sass/_page.scss */
.page3_calendar {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -146px;
  padding: 0px 20px;
}
@media (max-width: 1199px) {
  /* line 7553, ../sass/_page.scss */
  .page3_calendar {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7553, ../sass/_page.scss */
  .page3_calendar {
    margin-top: 20px;
  }
}
/* line 7574, ../sass/_page.scss */
.page3_calendar .page3_calendar_box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7574, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box {
    flex-direction: column-reverse;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7574, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box {
    flex-direction: column-reverse;
  }
}
/* line 7587, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left {
  display: flex;
  flex-direction: column;
  flex: 0 0 30%;
}
@media (min-width: 993px) {
  /* line 7592, ../sass/_page.scss */
  [lang="en-US"] .page3_calendar .page3_calendar_box .calender_left {
    width: 30%;
  }
}
/* line 7598, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box {
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  background-color: #ffffff;
}
/* line 7614, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box span img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 7621, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_box {
  padding: 15px;
  padding-bottom: 0;
}
/* line 7625, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_box ul {
  display: flex;
}
/* line 7628, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_box ul li {
  line-height: 2;
  padding: 0 15px;
  margin-left: 5px;
  font-size: 1.1em;
  line-height: 1.7;
}
/* line 7637, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_box ul li.bookmark {
  background-color: #e4e4e4;
}
/* line 7641, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_box ul li.groups01 {
  background-color: #078DB6;
}
/* line 7645, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_box ul li.groups02 {
  background-color: #EB859A;
}
/* line 7649, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_box ul li.groups03 {
  background-color: #4BBDC7;
}
/* line 7653, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_box ul li.groups04 {
  background-color: #7A6FAE;
}
/* line 7660, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content {
  padding: 15px;
}
/* line 7664, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul {
  display: flex;
  flex-direction: column;
}
/* line 7668, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li {
  background-repeat: no-repeat;
  background-position: 0px 15px;
  text-indent: 45px;
  padding: 15px 0;
  word-wrap: break-word;
}
@media (min-width: 0px) and (max-width: 991px) {
  /* line 7668, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li {
    padding: 30px 0;
  }
}
/* line 7680, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li span {
  color: #646464;
  font-size: 1.1em;
  line-height: 2;
  font-weight: bold;
}
/* line 7687, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li p {
  color: #1a1a1a;
  font-size: 1.4em;
  text-indent: 0px;
  font-weight: bold;
  padding: 0px;
  padding-left: 45px;
  line-height: 1.2;
  width: 100%;
}
/* line 7698, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li p a {
  color: #1C4684;
  font-weight: normal;
  font-size: 1em;
}
/* line 7704, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li p a:hover {
  text-decoration: underline;
}
/* line 7712, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.location {
  background-image: url(../img/location.svg);
}
/* line 7717, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.name {
  background-image: url(../img/name.svg);
}
/* line 7721, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.status {
  background-image: url(../img/status.svg);
}
/* line 7725, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.url {
  background-image: url(../img/url.svg);
}
/* line 7729, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.url p a {
  word-wrap: break-word;
  word-break: break-all;
}
/* line 7736, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.incumbent {
  background-image: url(../img/incumbent.svg);
}
/* line 7741, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.unit {
  background-image: url(../img/unit.svg);
}
/* line 7745, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.web {
  background-image: url(../img/web.svg);
}
/* line 7749, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content ul li.academic_qualifications {
  background-image: url(../img/academic_qualifications.svg);
}
/* line 7755, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content > p {
  padding: 15px;
  border-top: #e4e4e4 solid 1px;
}
/* line 7759, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content > p a {
  color: #1C4684;
  font-weight: normal;
  padding: 8px 5px;
  font-size: 1.1em;
}
/* line 7766, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_left .calender_left_box .bookmark_content > p a:hover {
  text-decoration: underline;
}
/* line 7779, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7779, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right {
    padding: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7779, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right {
    padding: 0px;
    margin-bottom: 20px;
  }
}
/* line 7799, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_title .h3 {
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  padding: 0 0.6em;
  word-wrap: break-word;
}
@media (max-width: 1199px) {
  /* line 7799, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h3 {
    color: #1a1a1a;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7799, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h3 {
    color: #1a1a1a;
    padding: 0;
    font-size: 1.5em;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7799, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h3 {
    color: #1a1a1a;
    padding: 0;
    font-size: 1.5em;
  }
}
/* line 7822, ../sass/_page.scss */
[lang="en-US"] .page3_calendar .page3_calendar_box .calender_right .calender_title .h3 {
  line-height: 1.2;
  font-size: 1.8em;
}
/* line 7828, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_title .h4 {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0 0.8em;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  /* line 7828, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h4 {
    color: #1a1a1a;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7828, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h4 {
    color: #1a1a1a;
    font-size: 1.4em;
    padding: 20px 0px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7828, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h4 {
    color: #1a1a1a;
    font-size: 1.5em;
    padding: 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7828, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h4 {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7858, ../sass/_page.scss */
  [lang="en-US"] .page3_calendar .page3_calendar_box .calender_right .calender_title .h4 {
    font-size: 0.95em;
  }
}
/* line 7865, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_title .h4 p {
  line-height: 2;
  padding: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7865, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h4 p {
    line-height: 1.2;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7873, ../sass/_page.scss */
  [lang="en-US"] .page3_calendar .page3_calendar_box .calender_right .calender_title .h4 p {
    font-size: 1.5em;
  }
}
/* line 7880, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_title .h4 a {
  margin-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7880, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_title .h4 a {
    margin-left: 10px;
  }
}
/* line 7891, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content {
  margin-top: 100px;
  font-size: 1.4em;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1199px) {
  /* line 7891, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content {
    margin-top: 0px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7891, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7891, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7913, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content p {
    padding: 0px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7913, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content p {
    padding: 0px;
  }
}
/* line 7923, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content p a {
  word-wrap: break-word;
  word-break: break-all;
}
/* line 7931, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content a {
  word-break: keep-all;
  word-wrap: break-word;
}
/* line 7936, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .h4 {
  padding: 0 0.6em;
  font-size: 1.4em;
  margin-top: 30px;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7936, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content .h4 {
    padding: 0px;
    font-size: 1.1em;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7936, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content .h4 {
    padding: 0px;
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7954, ../sass/_page.scss */
  [lang="en-US"] .page3_calendar .page3_calendar_box .calender_right .calender_content .h4 {
    font-size: 1em;
  }
}
/* line 7961, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content ul {
  padding: 0 1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7961, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content ul {
    padding: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7961, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content ul {
    padding: 0px;
    margin-left: 0px;
  }
}
/* line 7974, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content ul li {
  padding: 0 1em;
  position: relative;
  text-align: justify;
  line-height: 1.8;
  color: #404040;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7974, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content ul li {
    padding: 0px;
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 7974, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content ul li {
    padding: 0px;
    text-align: left;
  }
}
/* line 7992, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #017CA0;
  left: 8px;
  top: 18px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7992, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content ul li::after {
    left: -18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8011, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content .related_information {
    padding: 0px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  /* line 8011, ../sass/_page.scss */
  .page3_calendar .page3_calendar_box .calender_right .calender_content .related_information {
    padding: 0px;
  }
}
/* line 8024, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul {
  padding: 0px;
}
/* line 8027, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li {
  margin: 30px 0;
  word-wrap: break-word;
  word-break: break-all;
}
/* line 8034, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li div span {
  font-size: 1.25em;
  font-weight: bold;
}
/* line 8046, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li {
  margin: 0px;
  padding: 0px;
}
/* line 8050, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p {
  padding: 0px;
}
/* line 8053, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p a,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p a,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p a {
  display: inline-block;
  border-radius: 0.2em;
  text-decoration: underline;
  line-height: 1.2;
}
/* line 8059, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p a:hover,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p a:hover,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p a:hover {
  color: #0050B9;
}
/* line 8064, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p a.odt,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p a.odt,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p a.odt {
  border: #0050B9 solid 1px;
  color: #0050b9;
  padding: 0 15px;
  margin: 0 0 0 15px;
  text-decoration: none;
}
/* line 8071, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p a.odt:hover,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p a.odt:hover,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p a.odt:hover {
  background-color: #0050B9;
  color: #ffffff;
}
/* line 8077, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p a.pdf,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p a.pdf,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p a.pdf {
  border: #CE2E2E solid 1px;
  color: #CE2E2E;
  padding: 0 15px;
  margin: 0 0 0 15px;
  text-decoration: none;
}
/* line 8084, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p a.pdf:hover,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p a.pdf:hover,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p a.pdf:hover {
  background-color: #CE2E2E;
  color: #ffffff;
}
/* line 8090, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p a.exl,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p a.exl,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p a.exl {
  border: #3A6B00 solid 1px;
  color: #3A6B00;
  padding: 0 15px;
  margin: 0 0 0 15px;
  text-decoration: none;
}
/* line 8097, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .file ol li p a.exl:hover,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol li p a.exl:hover,
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li p a.exl:hover {
  background-color: #3A6B00;
  color: #ffffff;
}
/* line 8114, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li {
  position: relative;
  padding-bottom: 70%;
}
/* line 8120, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .video ol li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* line 8133, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li::after {
  display: none;
}
/* line 8138, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .related_information ul li .link ol {
  list-style: square;
  padding-left: 25px;
}
/* line 8149, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .ck-content {
  margin: auto;
  padding: 0px 10px;
}
/* line 8153, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .ck-content ul {
  list-style-type: none !important;
}
/* line 8157, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .ck-content ul li {
  padding: 0;
  text-align: start;
}
/* line 8161, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .ck-content ul li::after {
  display: none;
}
/* line 8167, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .ck-content ol {
  padding-left: 60px;
  line-height: 1.8;
}
/* line 8172, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .ck-content a {
  color: #4c4ce6 !important;
}
/* line 8176, ../sass/_page.scss */
.page3_calendar .page3_calendar_box .calender_right .calender_content .ck-content img {
  width: 100%;
}
/* line 8190, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box {
  font-size: 1.4em;
}
/* line 8194, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_title {
  background-color: #ffffff;
}
/* line 8198, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_title span {
  font-size: 1.4em;
  font-weight: bold;
}
/* line 8203, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_title p {
  font-weight: bold;
  font-size: 2em;
  padding: 0px;
}
/* line 8211, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_list {
  margin-bottom: 30px;
}
/* line 8218, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment {
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8218, ../sass/_page.scss */
  .page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment {
    padding: 20px;
  }
}
/* line 8228, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment > span {
  color: #017CA0;
  border-bottom: #F2F2F2 solid 1px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 20px;
  font-size: 1.2em;
}
/* line 8240, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment a {
  padding: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8240, ../sass/_page.scss */
  .page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment a {
    padding: 20px;
  }
}
/* line 8250, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment ol li {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8250, ../sass/_page.scss */
  .page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment ol li {
    flex-direction: column;
  }
}
/* line 8257, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment ol li span {
  flex: 0 0 20%;
  color: #017CA0;
  text-align: right;
  padding: 0.8em;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8257, ../sass/_page.scss */
  .page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment ol li span {
    padding: 0.8em 0.8em 0 0.8em;
    text-align: left;
  }
}
/* line 8271, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment ol li p {
  padding: 0.8em;
}
/* line 8274, ../sass/_page.scss */
[lang="en-US"] .page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment ol li p {
  word-break: keep-all;
  word-wrap: break-word;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8271, ../sass/_page.scss */
  .page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment ol li p {
    padding: 0em 0.8em 0.8em 0.8em;
  }
}
/* line 8286, ../sass/_page.scss */
.page3_calendar .page3_recruitment_box .recruitment_list ul li .recruitment ol li:nth-child(odd) {
  background-color: #F2F2F2;
}
/* line 8300, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box {
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8300, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box {
    font-size: 1.1em;
  }
}
/* line 8311, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews_title {
  background-color: #ffffff;
}
/* line 8315, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews_title span {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.7;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8315, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews_title span {
    font-size: 1.2em;
  }
}
/* line 8331, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .iframe {
  clear: both;
  position: relative;
  padding-bottom: 50%;
}
/* line 8336, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* line 8346, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .nt_time {
  display: flex;
  justify-content: end;
}
/* line 8350, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .nt_time p {
  line-height: 1.5;
  padding: 10px 0px;
  color: #646464;
}
/* line 8358, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  /* line 8358, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8358, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews {
    flex-direction: column;
  }
}
/* line 8371, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left {
  flex: 0 0 75%;
  padding-right: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8371, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_left {
    padding-right: 0%;
  }
}
/* line 8379, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left p {
  display: block;
  padding: 1em 0;
  word-wrap: break-word;
  text-align: justify;
}
/* line 8387, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left ul {
  padding-left: 25px;
  line-height: 1.8;
}
/* line 8393, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left ol {
  padding-left: 25px;
  line-height: 1.8;
}
/* line 8401, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left ol li a:hover {
  text-decoration: underline;
  color: #b6b6b6;
}
/* line 8409, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person {
  position: relative;
}
/* line 8412, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person > span {
  display: block;
  background-color: #F2F2F2;
  color: #1a1a1a;
  font-weight: bold;
  padding: 0 1em;
  line-height: 2;
}
/* line 8421, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person > a {
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -9999px;
  background: url(../img/downicon-01.png) no-repeat right center;
  width: 100%;
  height: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8421, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person > a {
    height: 38px;
  }
}
/* line 8435, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person ul {
  padding: 0 1em;
}
/* line 8438, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person ul li {
  border-bottom: #e4e4e4 dashed 1px;
  padding: 20px 0;
}
/* line 8442, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person ul li span {
  line-height: 1.7;
}
/* line 8446, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person ul li p {
  padding: 0px;
}
/* line 8458, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person_close > a {
  position: absolute;
  right: 0px;
  top: 0px;
  text-indent: -9999px;
  background: url(../img/downicon-01-01.png) no-repeat right center;
  width: 100%;
  height: 48px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8458, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person_close > a {
    height: 38px;
  }
}
/* line 8474, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_person_close ul {
  display: none;
}
/* line 8483, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li {
  margin: 50px 0;
}
/* line 8488, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li div span {
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
}
/* line 8502, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol {
  list-style: square;
  padding-left: 25px;
}
/* line 8507, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li {
  margin: 0px;
}
/* line 8510, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p {
  padding: 0px;
  word-wrap: break-word;
  word-break: break-all;
}
/* line 8515, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p a,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p a,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p a {
  display: inline-block;
  border-radius: 0.2em;
  text-decoration: underline;
  line-height: 1.2;
}
/* line 8521, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p a:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p a:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p a:hover {
  color: #0050B9;
}
/* line 8526, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p a.odt,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p a.odt,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p a.odt {
  border: #0050B9 solid 1px;
  color: #0050b9;
  padding: 0 15px;
  margin: 0 0 0 15px;
  text-decoration: none;
}
/* line 8533, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p a.odt:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p a.odt:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p a.odt:hover {
  background-color: #0050B9;
  color: #ffffff;
}
/* line 8539, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p a.pdf,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p a.pdf,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p a.pdf {
  border: #CE2E2E solid 1px;
  color: #CE2E2E;
  padding: 0 15px;
  margin: 0 0 0 15px;
  text-decoration: none;
}
/* line 8546, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p a.pdf:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p a.pdf:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p a.pdf:hover {
  background-color: #CE2E2E;
  color: #ffffff;
}
/* line 8552, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p a.exl,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p a.exl,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p a.exl {
  border: #3A6B00 solid 1px;
  color: #3A6B00;
  padding: 0 15px;
  margin: 0 0 0 15px;
  text-decoration: none;
}
/* line 8559, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li p a.exl:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li p a.exl:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li p a.exl:hover {
  background-color: #3A6B00;
  color: #ffffff;
}
/* line 8566, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li a,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li a,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li a {
  text-decoration: underline;
}
/* line 8569, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .file ol li a:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .link ol li a:hover,
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li a:hover {
  text-decoration: none;
}
/* line 8585, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li {
  position: relative;
  padding-bottom: 70%;
}
/* line 8591, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_left .news_information ul li .video ol li iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* line 8611, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth {
  flex: 0 0 25%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8611, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  /* line 8618, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul {
    width: calc(100% - -0.4em);
  }
}
@media (max-width: 450px) {
  /* line 8618, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul {
    width: 100%;
  }
}
/* line 8628, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li {
  padding: 5px 0;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  /* line 8628, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 768px) {
  /* line 8628, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li {
    padding-right: 0.4em;
    width: 50%;
    float: left;
  }
}
@media (max-width: 450px) {
  /* line 8628, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li {
    width: 100%;
    float: inherit;
    padding: 5px 0;
  }
}
/* line 8652, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #F2F2F2;
}
/* line 8659, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li a span {
  display: block;
  padding-bottom: 35%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* line 8666, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li a span img {
  max-width: 100%;
  display: none;
}
/* line 8674, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li a .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background: rgba(84, 84, 84, 0.1);
  transition: .5s;
}
/* line 8684, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li a .team-social p {
  position: relative;
  height: 100%;
}
/* line 8688, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li a .team-social p i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 8694, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li a .team-social p i img {
  display: block;
  margin: 0 auto;
}
/* line 8705, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .pagenews .pagenews_rigth ul li a:hover .team-social {
  left: 0%;
}
/* line 8721, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .hashtag {
  display: flex;
  background-color: #017CA0;
  padding: 0 1em;
  box-sizing: border-box;
  line-height: 1.8;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  /* line 8721, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .hashtag {
    display: block;
    padding: 0.5em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8721, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .hashtag {
    display: block;
    padding: 0.5em;
  }
}
/* line 8740, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .hashtag span {
  color: #ffffff;
}
/* line 8744, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .hashtag a {
  color: #ffffff;
  padding-right: 10px;
  box-sizing: border-box;
}
/* line 8749, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .hashtag a:hover {
  text-decoration: underline;
}
/* line 8758, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .related_articles span {
  font-weight: bold;
  color: #1E3A4C;
  font-size: 1.25em;
  padding: 1em 0 0.5em 0;
  float: left;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8758, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .related_articles span {
    margin: 0.4em 0;
  }
}
/* line 8771, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .related_articles ul {
  display: flex;
  width: calc(100% - 2em);
  padding-bottom: 35px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8771, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .related_articles ul {
    flex-direction: column;
    width: 100%;
  }
}
/* line 8781, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .related_articles ul li {
  flex: 0 0 33.3%;
  padding: 1em;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
  border-left: #017CA0 solid 6px;
  margin-right: 1em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 8781, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .related_articles ul li {
    margin: 0.4em 0;
  }
}
/* line 8796, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .related_articles ul li p {
  padding: 0px;
  font-weight: bold;
}
/* line 8800, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .related_articles ul li p a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 135px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 8800, ../sass/_page.scss */
  .page3_calendar .page3_pagenews_box .related_articles ul li p a {
    -webkit-line-clamp: 2;
    height: 70px;
  }
}
/* line 8816, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .related_articles ul li > a {
  color: #017CA0;
  line-height: 1.2;
  font-size: 0.8em;
}
/* line 8821, ../sass/_page.scss */
.page3_calendar .page3_pagenews_box .related_articles ul li > a:hover {
  text-decoration: underline;
}

/* line 8833, ../sass/_page.scss */
.recruitment {
  margin-top: 20px !important;
}

/* line 8840, ../sass/_page.scss */
.fc-toolbar-chunk ol {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1017px) {
  /* line 8840, ../sass/_page.scss */
  .fc-toolbar-chunk ol {
    justify-content: center;
  }
}
/* line 8851, ../sass/_page.scss */
.fc-toolbar-chunk ol li {
  font-weight: bold;
  color: #1E3A4C;
}
/* line 8855, ../sass/_page.scss */
.fc-toolbar-chunk ol li .h3 {
  background-color: #e4e4e4;
  padding: 10px 15px;
  border-radius: 20px;
  margin: 0 5px;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 1em;
}
/* line 8864, ../sass/_page.scss */
.fc-toolbar-chunk ol li .h3:hover {
  background-color: #1E3A4C;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 400px) {
  /* line 8855, ../sass/_page.scss */
  .fc-toolbar-chunk ol li .h3 {
    font-size: 0.8em;
    margin: 0 3px;
  }
}
@media (min-width: 988px) and (max-width: 1116px) {
  /* line 8855, ../sass/_page.scss */
  .fc-toolbar-chunk ol li .h3 {
    font-size: 0.8em;
    margin: 0 3px;
  }
}
/* line 8880, ../sass/_page.scss */
.fc-toolbar-chunk ol li select {
  padding: 5px;
  font-size: 1em !important;
  border: none;
  box-shadow: none !important;
  color: #646464;
}
/* line 8890, ../sass/_page.scss */
.fc-toolbar-chunk ol li .calendar-options {
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  text-indent: -9999;
  color: transparent;
  font: 0/0 a;
}
@media (max-width: 670px) {
  /* line 8890, ../sass/_page.scss */
  .fc-toolbar-chunk ol li .calendar-options {
    width: 35px;
    height: 35px;
  }
}
/* line 8910, ../sass/_page.scss */
.fc-toolbar-chunk ol li .calendar-list {
  background-image: url(../img/calendar-list-g.png);
}
/* line 8913, ../sass/_page.scss */
.fc-toolbar-chunk ol li .calendar-list:hover {
  background-image: url(../img/calendar-list-w.png);
}
/* line 8918, ../sass/_page.scss */
.fc-toolbar-chunk ol li .calendar-mon {
  background-image: url(../img/calendar-mon-g.png);
}
/* line 8921, ../sass/_page.scss */
.fc-toolbar-chunk ol li .calendar-mon:hover {
  background-image: url(../img/calendar-mon-w.png);
}
/* line 8927, ../sass/_page.scss */
.fc-toolbar-chunk ol .calendar-icon {
  border-radius: 5px;
  background-color: #e4e4e4;
  border-radius: 5px;
}
/* line 8932, ../sass/_page.scss */
.fc-toolbar-chunk ol .calendar-icon:hover {
  background-color: #1E3A4C;
}
/* line 8937, ../sass/_page.scss */
.fc-toolbar-chunk ol .is-active {
  border-radius: 5px;
  background-color: #1E3A4C;
  border-radius: 5px;
}

/* line 8951, ../sass/_page.scss */
[lang="en-US"] .lab-initiative-item__title {
  font-size: 1.4em;
}

/* line 8956, ../sass/_page.scss */
.lab-initiative-item__contentInner {
  width: 100% !important;
}

/* line 8960, ../sass/_page.scss */
.lab-initiative-item__image {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #f3f3f3 !important;
}

/* line 8969, ../sass/_page.scss */
.introduction {
  max-width: 1199px !important;
  padding: 50px 15px;
  box-sizing: border-box;
  font-size: 1.5em;
}
/* line 8978, ../sass/_page.scss */
.introduction .i_introduction .introduction_item p {
  line-height: 1.4;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 8978, ../sass/_page.scss */
  .introduction .i_introduction .introduction_item p {
    font-size: 0.7em;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 8978, ../sass/_page.scss */
  .introduction .i_introduction .introduction_item p {
    font-size: 0.8em;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 8978, ../sass/_page.scss */
  .introduction .i_introduction .introduction_item p {
    font-size: 0.85em;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 8978, ../sass/_page.scss */
  .introduction .i_introduction .introduction_item p {
    font-size: 0.9em;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 8978, ../sass/_page.scss */
  .introduction .i_introduction .introduction_item p {
    font-size: 0.95em;
  }
}
/* line 9005, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top {
  width: 100%;
  display: flex;
  flex: 0 0 30%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  border-bottom: 2px solid #b6b6b6;
  padding-bottom: 50px;
}
/* line 9016, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul {
  display: flex;
  flex: 0 0 30%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-direction: column;
  flex-wrap: wrap;
}
/* line 9025, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul li {
  width: 100%;
}
/* line 9032, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul .inn_hd span {
  display: block;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 100%;
}
/* line 9041, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul .inn_hd span img {
  display: none;
}
/* line 9046, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul .inn_hd .graduate_24 {
  background-image: url(../img/inn01.png);
  padding-bottom: 100%;
}
/* line 9052, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul .inn_hd .research_8 {
  background-image: url(../img/inn02.png);
  padding-bottom: 100%;
}
/* line 9058, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul .inn_hd .campus_2 {
  background-image: url(../img/inn03.png);
  padding-bottom: 83%;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 9058, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_top ul .inn_hd .campus_2 {
    padding-bottom: 52%;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 9058, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_top ul .inn_hd .campus_2 {
    padding-bottom: 78%;
  }
}
/* line 9073, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul .inn_ct {
  color: #646464;
  font-size: 3em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 9073, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_top ul .inn_ct {
    font-size: 1em;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 9073, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_top ul .inn_ct {
    font-size: 1.4em;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  /* line 9073, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_top ul .inn_ct {
    font-size: 2em;
  }
}
/* line 9093, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_top ul .inn_ct p {
  font-size: 0.5em;
  padding: 0px 0px 0px 30px;
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 9093, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_top ul .inn_ct p {
    padding: 0px 0px 0px 10px;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 9093, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_top ul .inn_ct p {
    padding: 0px 0px 0px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  /* line 9093, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_top ul .inn_ct p {
    padding: 0px 0px 0px 20px;
  }
}
/* line 9115, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down {
  width: 100%;
  display: flex;
  flex: 0 0 30%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-top: 50px;
}
/* line 9125, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul {
  display: inline-flex;
  margin: auto;
  align-items: end;
}
@media (min-width: 0px) and (max-width: 979px) {
  /* line 9125, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  /* line 9140, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dhd {
    width: 100%;
  }
}
/* line 9147, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul .inn_dhd span {
  display: block;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 60%;
  width: 180px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9147, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dhd span {
    padding-bottom: 35%;
    width: auto;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9147, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dhd span {
    padding-bottom: 55%;
    width: auto;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 9147, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dhd span {
    width: 88px;
  }
}
@media (min-width: 1199px) and (max-width: 1500px) {
  /* line 9147, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dhd span {
    width: 130px;
  }
}
/* line 9174, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul .inn_dhd span img {
  display: none;
}
/* line 9179, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul .inn_dhd .library_18 {
  background-image: url(../img/inn04.png);
}
/* line 9183, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul .inn_dhd .exhibition_6 {
  background-image: url(../img/inn05.png);
}
/* line 9187, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul .inn_dhd .proposal_16 {
  background-image: url(../img/inn06.png);
}
/* line 9191, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul .inn_dhd .br_2 {
  background-image: url(../img/inn07.png);
}
/* line 9196, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul .inn_dct {
  color: #646464;
  font-size: 2.2em;
  font-weight: bold;
  display: inline;
  text-align: end;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 9196, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dct {
    font-size: 1em;
    padding-top: 30px;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 9196, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dct {
    font-size: 1.4em;
    padding-top: 50px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9196, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dct {
    padding-top: 50px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  /* line 9196, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dct {
    font-size: 2em;
  }
}
/* line 9221, ../sass/_page.scss */
.introduction .i_introduction .introduction_box .inn_down ul .inn_dct p {
  font-size: 0.5em;
  padding: 0px 0px 0px 10px;
  line-height: 1;
  display: inline;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 9221, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dct p {
    padding: 0px 0px 0px 10px;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 9221, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dct p {
    padding: 0px 0px 0px 15px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  /* line 9221, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down ul .inn_dct p {
    padding: 0px 0px 0px 20px;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  /* line 9242, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down .inn_lt {
    flex: 0 0 33%;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  /* line 9248, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down .inn_ct {
    flex: 0 0 33%;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  /* line 9254, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down .inn_rt {
    flex: 0 0 33%;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  /* line 9260, ../sass/_page.scss */
  .introduction .i_introduction .introduction_box .inn_down .inn_br {
    display: none;
  }
}
/* line 9268, ../sass/_page.scss */
.introduction .i_introduction .inn_architecture {
  padding-top: 100px;
}
/* line 9271, ../sass/_page.scss */
.introduction .i_introduction .inn_architecture .inn_a_title {
  font-size: 1.75em;
  margin: 0 auto;
  color: #646464;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #b6b6b6;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9271, ../sass/_page.scss */
  .introduction .i_introduction .inn_architecture .inn_a_title {
    font-size: 1.1em;
  }
}
/* line 9283, ../sass/_page.scss */
.introduction .i_introduction .inn_architecture .inn_a_title span {
  display: block;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 2%;
  width: 60px;
  margin: 0px auto -3px;
}
/* line 9293, ../sass/_page.scss */
.introduction .i_introduction .inn_architecture .inn_a_title span img {
  display: none;
}
/* line 9298, ../sass/_page.scss */
.introduction .i_introduction .inn_architecture .inn_a_title .inn_a_border {
  background-image: url(../img/inna.png);
}
/* line 9304, ../sass/_page.scss */
.introduction .i_introduction .inn_group {
  width: 100%;
}
/* line 9308, ../sass/_page.scss */
.introduction .i_introduction .inn_group span {
  display: block;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 75%;
  margin: 0px auto;
}
/* line 9318, ../sass/_page.scss */
.introduction .i_introduction .inn_group span img {
  display: none;
}
/* line 9323, ../sass/_page.scss */
.introduction .i_introduction .inn_group .group_img {
  background-image: url(../img/inn08.png);
}
/* line 9329, ../sass/_page.scss */
.introduction .i_introduction .inn_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
/* line 9337, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_video {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9337, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_video {
    width: 100%;
  }
}
/* line 9349, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_video .viedo_top {
  width: 100%;
  display: flex;
  margin: auto;
  padding: 50px 0px 0px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9349, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_video .viedo_top {
    padding: 30px 0px 0px;
  }
}
/* line 9360, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_video .viedo_top a {
  font-size: 1.6em;
  color: #646464;
  font-weight: bold;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9360, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_video .viedo_top a {
    font-size: 1.1em;
  }
}
/* line 9384, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_video .viedo_top a span img {
  width: 75%;
  padding-bottom: 10px;
}
/* line 9397, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_video .viedo_iframe {
  width: 100%;
}
/* line 9400, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_video .viedo_iframe iframe {
  width: 100%;
  height: 435px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9400, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_video .viedo_iframe iframe {
    height: 330px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9400, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_video .viedo_iframe iframe {
    height: 155px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 9400, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_video .viedo_iframe iframe {
    height: 245px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 9400, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_video .viedo_iframe iframe {
    height: 335px;
  }
}
/* line 9441, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_video .viedo_iframe p {
  line-height: 1;
  padding: 30px 0px 100px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #646464;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9441, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_video .viedo_iframe p {
    font-size: 0.7em;
    padding: 10px 0px 18px;
  }
}
/* line 9461, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books {
  width: 35%;
  background-image: url(../img/ebook.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 42.5%;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9461, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_books {
    width: 100%;
    margin-top: 10%;
    padding-bottom: 100%;
  }
}
/* line 9475, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_top {
  display: flex;
  margin: auto;
  padding: 50px 0px 0px;
}
/* line 9482, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_top a {
  font-size: 1.6em;
  color: #ffffff;
  font-weight: bold;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9482, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_books .book_top a {
    font-size: 1.1em;
  }
}
/* line 9505, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_top a span img {
  width: 80%;
  margin: auto;
}
/* line 9518, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_ct {
  position: absolute;
  bottom: 45px;
  left: 30px;
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9518, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_books .book_ct {
    bottom: 45px;
    left: 10px;
  }
}
/* line 9529, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_ct ul li {
  padding: 10px 0px;
  font-size: 0.6em;
}
/* line 9533, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_ct ul li a {
  color: #ffffff;
}
/* line 9538, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_ct ul > li:nth-child(1) {
  font-size: 0.9em;
  border-bottom: 2px solid #ffffff;
  padding: 10px 0px 5px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9538, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_books .book_ct ul > li:nth-child(1) {
    font-size: 0.7em;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9538, ../sass/_page.scss */
  .introduction .i_introduction .inn_content .inn_books .book_ct ul > li:nth-child(1) {
    font-size: 0.6em;
  }
}
/* line 9552, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_ct ul > li:nth-child(2) {
  padding-top: 20px;
}
/* line 9559, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_ct ul > li:nth-child(4) span {
  display: block;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 10%;
  width: 30px;
  background-image: url(../img/right-c.svg);
}
/* line 9569, ../sass/_page.scss */
.introduction .i_introduction .inn_content .inn_books .book_ct ul > li:nth-child(4) span img {
  display: none;
}
/* line 9579, ../sass/_page.scss */
.introduction .i_introduction .inn_nangang {
  background-image: url(../img/nangang-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px auto;
  width: 100%;
  padding-bottom: 10%;
  margin-top: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9579, ../sass/_page.scss */
  .introduction .i_introduction .inn_nangang {
    margin-top: 30px;
  }
}
/* line 9595, ../sass/_page.scss */
.introduction .i_introduction .inn_nangang .inn_nangang_title p {
  font-size: 2em;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  padding: 100px 0px 0px;
  width: 50%;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9595, ../sass/_page.scss */
  .introduction .i_introduction .inn_nangang .inn_nangang_title p {
    font-size: 1.1em;
    padding: 50px 0px 0px;
  }
}
/* line 9611, ../sass/_page.scss */
.introduction .i_introduction .inn_nangang .inn_nangang_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
/* line 9628, ../sass/_page.scss */
.introduction .i_introduction .inn_nangang .inn_nangang_title img {
  width: 80%;
  padding-top: 15px;
}
/* line 9636, ../sass/_page.scss */
.introduction .i_introduction .ng_details {
  width: 100%;
}
/* line 9639, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10px 50px;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 861px) {
  /* line 9639, ../sass/_page.scss */
  .introduction .i_introduction .ng_details .ng_details_3 {
    width: 70%;
  }
}
/* line 9652, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_ct_down {
  margin-top: 250px;
}
@media (min-width: 0px) and (max-width: 861px) {
  /* line 9652, ../sass/_page.scss */
  .introduction .i_introduction .ng_details .ng_details_3 .ng_ct_down {
    margin-top: 0px;
  }
}
/* line 9661, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_ct {
  opacity: 0.9;
  border: 2px solid #ffffff;
}
/* line 9665, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_ct a {
  color: #ffffff;
}
/* line 9668, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_ct a ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9675, ../sass/_page.scss */
  .introduction .i_introduction .ng_details .ng_details_3 .ng_details_ct a ul li {
    padding: 10px 0px;
  }
}
/* line 9680, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_ct a ul li span {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 40%;
  width: 120px;
  margin: 0px auto;
  opacity: 1;
  margin: 40px 60px 20px;
}
/* line 9691, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_ct a ul li span img {
  display: none;
}
/* line 9697, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_ct a ul > li:nth-child(2) {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 1.4em;
}
/* line 9706, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_car {
  background-color: #649B32;
}
/* line 9710, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_car .ng_car span {
  background-image: url(../img/ng1.svg);
}
/* line 9716, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_public {
  background-color: #1E85B4;
}
/* line 9721, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_public .ng_public span {
  background-image: url(../img/ng02.svg);
}
/* line 9727, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_halls {
  background-color: #014676;
}
/* line 9731, ../sass/_page.scss */
.introduction .i_introduction .ng_details .ng_details_3 .ng_details_halls .ng_halls span {
  background-image: url(../img/ng3.svg);
}
/* line 9739, ../sass/_page.scss */
.introduction .i_introduction .campus_2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0px;
}
/* line 9748, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 45%;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9748, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct {
    flex: 0 0 100%;
  }
}
/* line 9758, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
/* line 9765, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct ul li {
  position: relative;
}
/* line 9769, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct ul li a .campus_in {
  background-image: url(../img/right-c.svg);
  transform: rotate(30deg);
  position: absolute;
  bottom: 25px;
  right: -285px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 0px;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 9769, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li a .campus_in {
    right: -145px;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 9769, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li a .campus_in {
    right: -230px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9769, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li a .campus_in {
    right: -140px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 9769, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li a .campus_in {
    right: -190px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 9769, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li a .campus_in {
    right: -230px;
  }
}
/* line 9802, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct ul li p {
  padding: 10px 128px 50px;
  line-height: 2;
  color: #ffffff;
  font-size: 0.8em;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9802, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li p {
    padding: 10px 20px 50px;
    line-height: 1.6;
    font-size: 0.7em;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9802, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li p {
    padding: 10px 20px 50px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 9802, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li p {
    padding: 10px 50px 50px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 9802, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul li p {
    padding: 10px 80px 50px;
  }
}
/* line 9829, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct ul > li:nth-child(3) {
  padding-bottom: 30px;
}
/* line 9833, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct ul .campis_title {
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9833, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul .campis_title {
    font-size: 1.1em;
    padding-top: 50px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9833, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul .campis_title {
    font-size: 1.4em;
    padding-top: 50px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 9833, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul .campis_title {
    font-size: 1.6em;
    padding-top: 50px;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 9833, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_ct ul .campis_title {
    font-size: 1.75em;
    padding-top: 50px;
  }
}
/* line 9860, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct ul .campis_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
/* line 9866, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_ct ul .campis_title span img {
  width: 80%;
  padding-top: 15px;
}
/* line 9875, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_lt {
  background-image: url(../img/campus1.png);
}
/* line 9879, ../sass/_page.scss */
.introduction .i_introduction .campus_2 .campus2_rt {
  background-image: url(../img/campus2.png);
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9879, ../sass/_page.scss */
  .introduction .i_introduction .campus_2 .campus2_rt {
    margin-top: 35px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  /* line 9890, ../sass/_page.scss */
  .successively {
    padding-top: 0px;
  }
}
/* line 9897, ../sass/_page.scss */
.successively .served_successively .ss_end {
  justify-content: end;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9897, ../sass/_page.scss */
  .successively .served_successively .ss_end {
    justify-content: start;
  }
}
/* line 9936, ../sass/_page.scss */
.successively .served_successively .ss_start {
  justify-content: start;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9940, ../sass/_page.scss */
  .successively .served_successively .ss_reverse {
    flex-direction: row-reverse;
    justify-content: start;
  }
}
/* line 9947, ../sass/_page.scss */
.successively .served_successively .ss_ct {
  margin: 50px auto;
  display: flex;
  align-items: start;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9947, ../sass/_page.scss */
  .successively .served_successively .ss_ct {
    margin: 10px auto;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  /* line 9947, ../sass/_page.scss */
  .successively .served_successively .ss_ct {
    margin: 0% auto;
  }
}
/* line 9961, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_left {
  flex: 0 0 33.3%;
  height: auto;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9961, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_left {
    flex: 0 0 80%;
  }
}
/* line 9970, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_center {
  flex: 0 0 33.3%;
  height: auto;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9970, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_center {
    flex: 0 0 10%;
  }
}
/* line 9979, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_right {
  flex: 0 0 33.3%;
  height: auto;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9979, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_right {
    flex: 0 0 80%;
  }
}
/* line 9989, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 9997, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_text p {
  font-size: 2.4em;
  color: #b6b6b6;
  font-weight: bold;
  line-height: 1;
  padding: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 9997, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_text p {
    font-size: 1.1em;
    text-align: center;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 9997, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_text p {
    font-size: 1.6em;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 9997, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_text p {
    font-size: 1.75em;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 9997, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_text p {
    font-size: 2.4em;
  }
}
/* line 10023, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_text .now_padding {
  padding: 0px 15px;
}
/* line 10028, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_text span {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/ss.png);
  background-size: contain;
  padding-bottom: 30%;
  width: 300px;
  margin: 20px auto;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 10028, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_text span {
    padding-bottom: 100%;
    width: 50px;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 10028, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_text span {
    padding-bottom: 25%;
    width: 230px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 10028, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_text span {
    padding-bottom: 25%;
  }
}
/* line 10055, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_text span img {
  display: none;
}
/* line 10062, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list {
  display: flex;
  align-items: start;
}
/* line 10067, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_before_now {
  position: relative;
}
/* line 10070, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_before_now::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  background-image: url(../img/ss-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  right: 90%;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 10070, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_before_now::before {
    display: none;
  }
}
/* line 10096, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_before {
  position: relative;
}
/* line 10099, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_before::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  background-image: url(../img/ss-gray.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 55%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 60%;
  right: 90%;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 10099, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_before::before {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 10099, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_before::before {
    top: 70%;
  }
}
/* line 10127, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_after {
  position: relative;
}
/* line 10130, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_after::after {
  content: " ";
  position: absolute;
  bottom: 0px;
  background-image: url(../img/ss-gray.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 35%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 75%;
  bottom: -60%;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 10130, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_after::after {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 10130, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_after::after {
    bottom: -35%;
  }
}
/* line 10159, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img {
  width: 40%;
}
/* line 10162, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img span {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 120%;
  margin: 0px auto;
}
/* line 10172, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img span img {
  display: none;
}
/* line 10177, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_now {
  background-image: url(../img/ss-now.png);
}
/* line 10181, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_2016 {
  background-image: url(../img/2016.png);
}
/* line 10185, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_2006 {
  background-image: url(../img/2006.png);
}
/* line 10189, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_1994 {
  background-image: url(../img/1994.png);
}
/* line 10193, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_1983 {
  background-image: url(../img/1983.png);
}
/* line 10197, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_1970 {
  background-image: url(../img/1970.png);
}
/* line 10201, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_1962 {
  background-image: url(../img/1962.png);
}
/* line 10205, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_1958 {
  background-image: url(../img/1958.png);
}
/* line 10209, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_img .ss_1940 {
  background-image: url(../img/1940.png);
}
/* line 10215, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_list_text {
  width: 60%;
  margin: 0 !important;
  font-size: 0.8em;
}
/* line 10220, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_list_text ul {
  list-style: none;
  padding: 0px 0 0 10px !important;
}
/* line 10224, ../sass/_page.scss */
.successively .served_successively .ss_ct .ss_list .ss_list_text ul li {
  color: #30384a;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 10224, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_list_text ul li {
    font-size: 0.9em;
  }
}
@media (min-width: 769px) and (max-width: 979px) {
  /* line 10224, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_list_text ul li {
    font-size: 0.6em;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /* line 10224, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_list_text ul li {
    font-size: 0.75em;
  }
}
@media (min-width: 1199px) and (max-width: 1399px) {
  /* line 10224, ../sass/_page.scss */
  .successively .served_successively .ss_ct .ss_list .ss_list_text ul li {
    font-size: 0.85em;
  }
}

/* line 10256, ../sass/_page.scss */
.lab-initiative-cards .container {
  height: auto;
}
@media (min-width: 0px) and (max-width: 739px) {
  /* line 10256, ../sass/_page.scss */
  .lab-initiative-cards .container {
    height: auto !important;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  /* line 10256, ../sass/_page.scss */
  .lab-initiative-cards .container {
    height: auto !important;
  }
}

@media (min-width: 0px) and (max-width: 739px) {
  /* line 10273, ../sass/_page.scss */
  .lab-initiative-item__content {
    padding: 20px 5px 30px !important;
  }

  /* line 10278, ../sass/_page.scss */
  .lab-initiative-item__about {
    padding: 20px 0px !important;
  }
}
/* line 10288, ../sass/_page.scss */
.ck-content ul {
  list-style-type: none !important;
  line-height: 1.8 !important;
}
/* line 10292, ../sass/_page.scss */
.ck-content ul li {
  padding: 0;
  text-align: start;
}
/* line 10296, ../sass/_page.scss */
.ck-content ul li::after {
  display: none;
}
/* line 10302, ../sass/_page.scss */
.ck-content a {
  color: #4c4ce6 !important;
}

/* line 10309, ../sass/_page.scss */
.lab-initiative-item__content {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: inherit !important;
  left: 100%;
  margin-left: 25px;
  opacity: 0;
  background-color: #fff;
  height: 100%;
  width: calc(200% + 26px);
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
}

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* line 4, ../sass/_page2.scss */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

/* line 75, ../sass/_page2.scss */
body {
  line-height: 1;
}

/* line 79, ../sass/_page2.scss */
ol,
ul {
  list-style: none;
}

/* line 85, ../sass/_page2.scss */
blockquote,
q {
  quotes: none;
}

/* line 90, ../sass/_page2.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
/* line 99, ../sass/_page2.scss */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
/* line 104, ../sass/_page2.scss */
ins {
  text-decoration: none;
}

/* line 108, ../sass/_page2.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 113, ../sass/_page2.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 9, ../sass/global.scss */
body {
  overflow-x: hidden;
}

/* line 13, ../sass/global.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 18, ../sass/global.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 24, ../sass/global.scss */
p sup {
  vertical-align: super;
  font-size: smaller;
}
/* line 29, ../sass/global.scss */
p sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 35, ../sass/global.scss */
.group {
  display: block;
}
/* line 38, ../sass/global.scss */
.group .for_accessibility {
  position: relative;
}
/* line 41, ../sass/global.scss */
.group .for_accessibility a {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}
/* line 67, ../sass/global.scss */
.group .for_accessibility a div {
  position: absolute;
  width: 2px;
  height: 2px;
  background-color: transparent;
  opacity: .1;
}
/* line 78, ../sass/global.scss */
.group .for_accessibility a:focus {
  width: auto;
  height: auto;
  padding: 6px;
  background-color: #fff;
}
/* line 87, ../sass/global.scss */
.group .base-wrapper {
  display: block;
  position: relative;
  background-color: #ffffff;
  /*次選單裡的輪播1*/
  /*次選單裡的輪播2*/
  /*最新消息1*/
  /*最新消息3*/
  /*輪播研究成果*/
  /*導盲磚*/
  /*作用中的下拉式選單*/
  /*面包屑*/
  /*最新消息內頁*/
  /*最新消息分頁*/
  /*最新消息內頁2*/
}
/* line 94, ../sass/global.scss */
.group .base-wrapper .content .special_area_box {
  left: auto;
  right: -183px;
  width: 218px;
  min-height: 260px;
  transition: all 0.2s ease-out;
  overflow: visible;
  z-index: 5;
}
/* line 105, ../sass/global.scss */
.group .base-wrapper .content .special_area_box .special_area {
  width: 300px;
  position: absolute;
  right: 0px;
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}
/* line 120, ../sass/global.scss */
.group .base-wrapper .content .special_area_box .special_area span {
  background-image: url(../img/openicon.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #017CA0;
  cursor: pointer;
}
/* line 129, ../sass/global.scss */
.group .base-wrapper .content .special_area_box .special_area span a {
  display: block;
  width: 35px;
  color: #ffffff;
  padding: 20px 10px;
  overflow: hidden;
  height: auto;
  font-weight: bold;
  writing-mode: vertical-rl;
}
/* line 145, ../sass/global.scss */
.group .base-wrapper .content .special_area_box .special_area ul li {
  position: relative;
}
/* line 148, ../sass/global.scss */
.group .base-wrapper .content .special_area_box .special_area ul li img {
  max-width: 100%;
}
/* line 152, ../sass/global.scss */
.group .base-wrapper .content .special_area_box .special_area ul li p {
  position: absolute;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 5px;
}
/* line 166, ../sass/global.scss */
.group .base-wrapper .content .btn_open {
  right: 0 !important;
}
/* line 176, ../sass/global.scss */
.group .base-wrapper .banner_slider_model {
  display: flex;
  margin: 0 0 50px 0;
  position: relative;
}
@media (max-width: 1199px) {
  /* line 176, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model {
    width: 100%;
  }
}
/* line 187, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box {
  position: relative;
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 187, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box {
    margin-top: inherit;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 187, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box {
    margin-top: inherit;
  }
}
/* line 204, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box h2 {
  font-size: 2.4em;
  margin: 0 0 50px 0;
  padding: 0px;
}
@media (max-width: 1199px) {
  /* line 204, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box h2 {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 204, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box h2 {
    margin: 0 0 20px 0;
  }
}
/* line 217, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box h2 span {
  position: relative;
  display: block;
  margin-bottom: -35px;
  color: #ffffff;
  padding-left: 22px;
}
@media (max-width: 1199px) {
  /* line 217, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box h2 span {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 217, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box h2 span {
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }
}
/* line 236, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .banner_slider_model .banner_slider_box h2 span {
  width: inherit;
  text-align: center;
}
/* line 241, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box h2 span::after {
  position: absolute;
  text-align: center;
  font-size: 1.1em;
  font-family: Arial;
  content: "Press Releases";
  color: #c9d0d2;
  opacity: .2;
}
@media (max-width: 1199px) {
  /* line 241, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box h2 span::after {
    position: relative;
    font-size: 0.8em;
    bottom: 10px;
    display: block;
    line-height: 2;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 241, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box h2 span::after {
    position: relative;
    font-size: 0.6em;
    bottom: 10px;
    display: block;
    line-height: 2;
  }
}
/* line 267, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .banner_slider_model .banner_slider_box h2 span::after {
  display: none;
}
/* line 278, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a {
  position: absolute;
  display: block;
}
/* line 284, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_left, .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_right {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
}
/* line 294, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_left {
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 0%;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 294, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_left {
    background-size: 70%;
  }
}
/* line 307, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_left:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  /* line 294, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_left {
    left: 0px;
  }
}
/* line 316, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_right {
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-position: center;
  right: 0%;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 316, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_right {
    background-size: 70%;
  }
}
/* line 329, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_right:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  /* line 316, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box > .model_ctrl_tools a.ctrl_right {
    right: 0px;
  }
}
/* line 347, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask {
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 347, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 360, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask {
    margin-top: 40px;
  }
}
/* line 369, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: 400;
  transition: 0;
  width: 5000%;
  list-style: none;
}
/* line 382, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li {
  width: 2%;
}
/* line 385, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a {
  margin: 5px 6px;
}
/* line 388, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a:hover {
  transition: box-shadow 300ms, transform 300ms;
  transform: translate3d(0, -6px, 0);
}
@media (max-width: 1199px) {
  /* line 404, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul {
    width: 1666.6666666667%;
  }
  /* line 407, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li {
    width: 2%;
  }
  /* line 410, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a {
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  /* line 421, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul {
    width: 2500%;
  }
  /* line 424, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li {
    width: 2%;
  }
  /* line 427, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a {
    margin: 0 10px;
  }
}
@media (max-width: 450px) {
  /* line 437, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul {
    width: 5000%;
  }
  /* line 440, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li {
    width: 2%;
  }
  /* line 443, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a {
    margin: 0 10px;
  }
}
/* line 451, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask {
  overflow: hidden;
}
/* line 455, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: 400;
  transition: 0;
}
/* line 467, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li {
  float: left;
  padding: 25px 5px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 467, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li {
    padding: 20px 0;
  }
}
/* line 476, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li:nth-child(n+51) {
  display: none;
}
/* line 487, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
  display: none;
}
/* line 491, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a {
  display: block;
  background-color: #ffffff;
  padding-bottom: 20px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
}
/* line 498, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li a img {
  display: block;
  width: 100%;
  border-radius: 1em 1em 0 0;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}
/* line 516, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a span {
  background-repeat: no-repeat;
  padding-bottom: 66.65%;
  display: block;
  background-size: cover;
  background-position: center;
  background-color: #F2F2F2;
}
/* line 525, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a span img {
  display: none;
  border-radius: 1em;
}
/* line 531, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a h3,
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a .h3 {
  color: #017CA0;
  padding: 10px 20px 0 20px;
  padding-top: 10px;
  box-sizing: border-box;
  line-height: 1.7;
  font-size: 1.1em;
  font-weight: bold;
}
/* line 542, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a h4,
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a .h4 {
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 52px;
  font-weight: bold;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 542, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a h4,
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a .h4 {
    padding-top: 10px;
    height: 56px;
  }
}
/* line 563, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a p {
  display: block;
  float: left;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  line-height: 1.7;
  height: 17;
  height: 310px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 563, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a p {
    padding: 0px 20px;
    height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.7;
    height: 8.5;
  }
}
/* line 579, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul > li .news_list a:hover {
  text-decoration: none;
}
/* line 595, ../sass/global.scss */
.group .base-wrapper .banner_slider_model .banner_slider_box .banner_mask > ul:after {
  content: '\200B';
  display: block;
  height: 0;
  clear: both;
}
/* line 608, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 {
  margin: 0px;
}
/* line 612, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  padding: 50px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 612, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box {
    padding: 20px;
  }
}
/* line 628, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box > .model_ctrl_tools a.ctrl_left {
  left: -8%;
}
@media (max-width: 1199px) {
  /* line 628, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box > .model_ctrl_tools a.ctrl_left {
    left: 0px;
  }
}
/* line 637, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box > .model_ctrl_tools a.ctrl_right {
  right: -8%;
}
@media (max-width: 1199px) {
  /* line 637, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box > .model_ctrl_tools a.ctrl_right {
    right: 0px;
  }
}
/* line 646, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box > .model_ctrl_tools a.ctrl_more {
  margin: 0 auto;
}
/* line 657, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box .banner_mask.right_menu1 > ul {
  width: 5000%;
}
/* line 661, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box .banner_mask.right_menu1 > ul > li {
  width: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 661, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box .banner_mask.right_menu1 > ul > li {
    padding: 0px;
  }
}
/* line 673, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box .banner_mask.right_menu1 > ul > li .news_list a span {
  border-radius: 0;
}
/* line 677, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box .banner_mask.right_menu1 > ul > li .news_list a p {
  display: none;
}
/* line 684, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu1 .banner_slider_box .banner_mask.right_menu1 > ul > li a {
  box-shadow: none;
}
/* line 700, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu2 {
  margin: 0px;
}
/* line 704, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  padding: 50px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 704, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box {
    padding: 20px;
  }
}
/* line 738, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box > .model_ctrl_tools a.ctrl_more {
  margin: 0 auto;
}
/* line 749, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box .banner_mask.right_menu2 > ul {
  width: 2500%;
}
/* line 753, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box .banner_mask.right_menu2 > ul > li {
  width: 2%;
  padding: 0 5px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 753, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box .banner_mask.right_menu2 > ul > li {
    padding: 0px;
  }
}
/* line 765, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box .banner_mask.right_menu2 > ul > li .news_list a span {
  border-radius: 0;
}
/* line 769, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box .banner_mask.right_menu2 > ul > li .news_list a p {
  display: none;
}
/* line 776, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.right_menu2 .banner_slider_box .banner_mask.right_menu2 > ul > li a {
  box-shadow: none;
}
/* line 792, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 {
  position: relative;
  background-image: url(../img/news_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
  margin-top: 80px;
}
@media (max-width: 1199px) {
  /* line 792, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 {
    padding: 100px 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 792, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 {
    padding: 50px 0;
    margin-top: 30px;
  }
}
/* line 811, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  background-image: url(../img/bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 188px;
  pointer-events: none;
}
/* line 825, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1::before {
  content: " ";
  position: absolute;
  top: 0px;
  background-image: url(../img/news_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 128px;
}
/* line 851, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: 50px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 851, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box {
    padding: 20px;
    margin: 10px;
  }
}
/* line 868, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box > .model_ctrl_tools a.ctrl_left {
  left: 0%;
}
@media (max-width: 1199px) {
  /* line 868, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box > .model_ctrl_tools a.ctrl_left {
    left: 0px;
  }
}
/* line 877, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box > .model_ctrl_tools a.ctrl_right {
  right: 0%;
}
@media (max-width: 1199px) {
  /* line 877, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box > .model_ctrl_tools a.ctrl_right {
    right: 0px;
  }
}
@media (max-width: 1199px) {
  /* line 886, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box > .model_ctrl_tools a.ctrl_more {
    position: inherit;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 886, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box > .model_ctrl_tools a.ctrl_more {
    position: inherit;
  }
}
/* line 907, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul {
  width: 5000%;
}
/* line 911, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li {
  width: 2%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 911, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li {
    padding: 0px;
  }
}
/* line 918, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a {
  box-shadow: none;
  background-color: inherit;
}
/* line 922, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a span {
  float: left;
  width: 35%;
  padding-bottom: 45%;
  background-size: contain;
  background-color: inherit;
  background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 922, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a span {
    float: inherit;
    width: inherit;
    padding-bottom: 140%;
  }
}
/* line 936, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a span img {
  display: none;
}
/* line 942, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a h3 {
  /* display: none; */
  text-align: center;
  width: 22%;
  display: flex;
  margin-bottom: 30px;
  border-radius: 0 10px 10px 0px;
  align-items: center;
  justify-content: start;
  color: #c9d0d2;
  opacity: 0.2;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 942, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a h3 {
    margin: 10px;
    border-radius: 10px;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 942, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a h3 {
    width: 40%;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 942, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a h3 {
    width: 30%;
  }
}
/* line 970, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a h4 {
  color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
  height: inherit;
  line-height: 1.2;
}
/* line 980, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news1 .banner_slider_box .banner_mask.news1 > ul > li a p {
  color: #ffffff;
  float: inherit;
}
/* line 1001, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news3 {
  position: relative;
  background-image: url(../img/news_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0;
}
@media (max-width: 1199px) {
  /* line 1001, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1001, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 {
    padding: 50px 0;
  }
}
/* line 1019, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news3::after {
  content: " ";
  position: absolute;
  bottom: -3px;
  background-image: url(../img/bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 188px;
  pointer-events: none;
}
/* line 1033, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news3::before {
  content: " ";
  position: absolute;
  top: 0px;
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 188px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1033, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3::before {
    top: 0px;
  }
}
/* line 1050, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news3 .banner_slider_box {
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: 50px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1050, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 .banner_slider_box {
    padding: 20px 0px;
  }
}
/* line 1067, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul {
  width: 1666.6666666667%;
}
/* line 1070, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul > li {
  width: 2%;
}
/* line 1077, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul > li .news_list a p {
  display: none;
}
@media (max-width: 768px) {
  /* line 1091, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul {
    width: 2500%;
  }
  /* line 1094, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul > li {
    width: 2%;
  }
  /* line 1097, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul > li a {
    margin: 0 10px;
  }
}
@media (max-width: 450px) {
  /* line 1062, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 {
    margin-top: 10px;
  }
  /* line 1108, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul {
    width: 5000%;
  }
  /* line 1111, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul > li {
    width: 2%;
  }
  /* line 1114, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.news3 .banner_slider_box .banner_mask.news3 > ul > li a {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1131, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result {
    margin-top: 0px;
  }
}
/* line 1138, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.Result .banner_slider_box {
  padding: 10px 0 !important;
  margin-top: 0px;
  padding: 0 50px !important;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1138, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box {
    padding: 0px !important;
    margin-top: 40px;
  }
}
/* line 1150, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 450px) {
  /* line 1150, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* line 1160, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 span {
  margin: 0px;
  text-align: left;
  color: #1a1a1a;
}
@media (max-width: 1199px) {
  /* line 1160, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 span {
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1160, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 span {
    text-align: center;
  }
}
/* line 1174, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 span {
  text-align: center;
}
/* line 1179, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 span::after {
  position: absolute;
  text-align: center;
  font-size: 1.1em;
  font-family: Arial;
  content: "Research Findings";
  color: #1E3A4C;
  opacity: 0.2;
}
@media (max-width: 1199px) {
  /* line 1179, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 span::after {
    position: relative;
    font-size: 0.8em;
    bottom: 10px;
    display: block;
    line-height: 2;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1179, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 span::after {
    position: relative;
    font-size: 0.6em;
    bottom: 10px;
    display: block;
    line-height: 2;
  }
}
/* line 1204, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .banner_slider_model.Result .banner_slider_box h2 span::after {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1212, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result {
    margin-top: 0px;
  }
}
/* line 1220, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul {
  width: 1666.6666666667%;
}
/* line 1223, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul > li {
  width: 2%;
}
/* line 1230, ../sass/global.scss */
.group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul > li .news_list a p {
  display: none;
}
@media (max-width: 768px) {
  /* line 1243, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul {
    width: 2500%;
  }
  /* line 1246, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul > li {
    width: 2%;
  }
  /* line 1249, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul > li a {
    margin: 0 10px;
  }
}
@media (max-width: 450px) {
  /* line 1259, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul {
    width: 5000%;
  }
  /* line 1262, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul > li {
    width: 2%;
  }
  /* line 1265, ../sass/global.scss */
  .group .base-wrapper .banner_slider_model.Result .banner_slider_box .banner_mask.Result > ul > li a {
    margin: 0 10px;
  }
}
/* line 1282, ../sass/global.scss */
.group .base-wrapper .simple-text.accesskey {
  position: absolute;
  left: 10px;
  top: 10px;
}
/* line 1296, ../sass/global.scss */
.group .base-wrapper .simple-text.accesskey .in .ct .in span a {
  display: block;
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 87, ../sass/global.scss */
  .group .base-wrapper {
    width: inherit;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 87, ../sass/global.scss */
  .group .base-wrapper {
    width: inherit;
  }
}
/* line 1315, ../sass/global.scss */
.group .base-wrapper .topbg.is-fixed {
  position: fixed !important;
  transition: all 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 0px) and (max-width: 1199px) {
  /* line 1315, ../sass/global.scss */
  .group .base-wrapper .topbg.is-fixed {
    transform: translateY(-20px);
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  /* line 1326, ../sass/global.scss */
  .group .base-wrapper .topbg.is-fixed .in {
    padding: 10px 0;
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  /* line 1335, ../sass/global.scss */
  .group .base-wrapper .topbg.is-fixed .in .logo h1 a {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 70% !important;
    margin: 0px;
  }
}
/* line 1358, ../sass/global.scss */
.group .base-wrapper .topbg.is-fixed a i.fas {
  top: 29px;
}
/* line 1366, ../sass/global.scss */
.group .base-wrapper .topbg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-bottom: #646464 solid 1px;
  height: auto !important;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1366, ../sass/global.scss */
  .group .base-wrapper .topbg {
    width: inherit;
  }
}
/* line 1383, ../sass/global.scss */
.group .base-wrapper .topbg .in {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 1383, ../sass/global.scss */
  .group .base-wrapper .topbg .in {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1383, ../sass/global.scss */
  .group .base-wrapper .topbg .in {
    width: 100%;
  }
}
/* line 1400, ../sass/global.scss */
.group .base-wrapper .topbg .in .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 0 0 24%;
  padding-right: 0px;
  box-sizing: border-box;
}
/* line 1409, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .topbg .in .logo {
  padding-right: 0px;
}
@media (max-width: 1199px) {
  /* line 1400, ../sass/global.scss */
  .group .base-wrapper .topbg .in .logo {
    display: block;
    margin: 0 auto;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1400, ../sass/global.scss */
  .group .base-wrapper .topbg .in .logo {
    display: block;
    margin: 0 auto;
    padding-right: 0px;
  }
}
/* line 1425, ../sass/global.scss */
.group .base-wrapper .topbg .in .logo h1 {
  margin: auto;
}
/* line 1428, ../sass/global.scss */
.group .base-wrapper .topbg .in .logo h1 a {
  background-image: url(../img/minor_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  display: block;
  width: 247px;
  height: 73px;
  margin: 0 auto;
  background-size: contain !important;
}
@media (max-width: 1199px) {
  /* line 1428, ../sass/global.scss */
  .group .base-wrapper .topbg .in .logo h1 a {
    max-width: 100%;
    background-size: 60%;
    height: 65px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1428, ../sass/global.scss */
  .group .base-wrapper .topbg .in .logo h1 a {
    background-size: contain;
    max-width: 100%;
    background-size: 60%;
    height: 65px;
  }
}
@media (max-width: 450px) {
  /* line 1428, ../sass/global.scss */
  .group .base-wrapper .topbg .in .logo h1 a {
    background-size: 60%;
    height: 65px;
  }
}
/* line 1467, ../sass/global.scss */
.group .base-wrapper .topbg .in .logo h1 a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 1476, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box {
  display: flex;
  flex-direction: row;
  width: 90%;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 1199px) {
  /* line 1476, ../sass/global.scss */
  .group .base-wrapper .topbg .in .tool_box {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 1476, ../sass/global.scss */
  .group .base-wrapper .topbg .in .tool_box {
    display: none;
  }
}
/* line 1493, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool {
  text-align: right;
  flex: 0 0 98%;
}
/* line 1497, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
@media (max-width: 1020px) {
  /* line 1497, ../sass/global.scss */
  .group .base-wrapper .topbg .in .tool_box .tool .link {
    display: none;
  }
}
/* line 1509, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul li {
  float: left;
  padding: 0 10px;
  border-left: #e4e4e4 solid 1px;
}
/* line 1514, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
/* line 1520, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul li a:hover {
  text-decoration: underline;
}
/* line 1526, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul li a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 1536, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul li:first-child {
  border-left: none;
}
/* line 1542, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul .mini_Search {
  position: relative;
}
/* line 1545, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul .mini_Search a {
  text-indent: -9999px;
  font: 0/0 a;
  height: 15px;
  position: relative;
  display: block;
  width: 17px;
  background-image: url(../img/search.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms;
  cursor: pointer;
}
/* line 1560, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul .mini_Search span {
  display: none;
}
/* line 1569, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul .openmini_Search span {
  display: block !important;
  position: absolute;
  top: 0;
  left: -168px;
}
/* line 1575, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul .openmini_Search span input {
  display: block !important;
  border: 0;
}
/* line 1580, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul .openmini_Search span .searchbt1 {
  left: 150px;
  top: 0px;
  background-color: #017CA0;
  padding: 1px 3px;
}
/* line 1586, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .link ul .openmini_Search span .searchbt1 a {
  background-size: 25px;
}
/* line 1596, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .login {
  display: inline-block;
  vertical-align: middle;
}
/* line 1603, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .login .hd a {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/user_icon.svg);
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms;
  font: 0/0 a;
  color: transparent;
}
/* line 1619, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .login .hd a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 1628, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size {
  display: inline-block;
  vertical-align: middle;
}
/* line 1635, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size:hover .ct {
  display: block;
}
/* line 1642, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .hd a {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/size_icon.svg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms;
  border-radius: 5px;
  font: 0/0 a;
  color: transparent;
}
/* line 1659, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .hd a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 1667, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct {
  display: none;
  position: absolute;
  z-index: 1;
}
/* line 1677, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li span {
  display: block;
}
/* line 1681, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li span a {
  display: block;
  width: 36px;
  height: 36px;
  transition: 150ms;
  background-color: #646464;
  background-repeat: no-repeat;
  background-position: center;
  font: 0/0 a;
  color: transparent;
}
/* line 1693, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li span a:hover {
  background-color: #017CA0;
}
/* line 1699, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li span a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 1712, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li.is-active span a {
  background-color: #017CA0;
}
/* line 1725, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li.small span a {
  text-indent: -9999px;
  background-image: url(../img/font-smail.svg);
  background-size: 55%;
}
/* line 1732, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li.small.is-active {
  background-image: url(../img/font-large_is-active.svg);
  background-size: 55%;
}
/* line 1743, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li.medium span a {
  text-indent: -9999px;
  background-image: url(../img/font-medium.svg);
  background-size: 56%;
}
/* line 1750, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li.medium.is-active {
  background-image: url(../img/font-large_is-active.svg);
  background-size: 58%;
}
/* line 1761, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li.large span a {
  text-indent: -9999px;
  background-image: url(../img/font-large.svg);
  background-size: 55%;
}
/* line 1768, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .font-size .ct ul li.large.is-active {
  background-image: url(../img/font-large_is-active.svg);
  background-size: 55%;
}
/* line 1782, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share {
  display: inline-block;
  vertical-align: middle;
}
/* line 1789, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share:hover .ct {
  display: block;
}
/* line 1796, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .hd a {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/share_icon.svg);
  background-size: 68%;
  background-repeat: no-repeat;
  background-position: center;
  transition: 150ms;
  font: 0/0 a;
  color: transparent;
}
/* line 1812, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .hd a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 1820, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct {
  display: none;
  position: absolute;
  z-index: 1;
}
/* line 1830, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li span {
  display: block;
}
/* line 1834, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li span a {
  display: block;
  width: 36px;
  height: 36px;
  transition: 150ms;
  background-color: #646464;
  background-repeat: no-repeat;
  background-position: center;
  font: 0/0 a;
  color: transparent;
}
/* line 1846, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li span a:hover {
  background-color: #017CA0;
}
/* line 1851, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li span a a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 1867, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.facebook span a {
  background-image: url(../img/facebook-w.svg);
  background-size: 60%;
}
/* line 1872, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.facebook span a:hover {
  background-color: #3c5998;
}
/* line 1878, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.facebook.is-active {
  background-color: #3c5998;
}
/* line 1887, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.twitter span a {
  background-image: url(../img/twitter-w.svg);
  background-size: 60%;
}
/* line 1892, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.twitter span a:hover {
  background-color: #333333;
}
/* line 1899, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.twitter.is-active {
  background-color: #333333;
}
/* line 1908, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.line span a {
  background-image: url(../img/line-w.svg);
  background-size: 70%;
}
/* line 1913, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.line span a:hover {
  background-color: #4bc700;
}
/* line 1920, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.line.is-active {
  background-color: #4bc700;
}
/* line 1929, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.email span a {
  background-image: url(../img/email-w.svg);
  background-size: 60%;
}
/* line 1934, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.email span a:hover {
  background-color: #ffbd38;
}
/* line 1941, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.email.is-active {
  background-color: #ffbd38;
}
/* line 1950, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.print span a {
  background-image: url(../img/print-w.svg);
  background-size: 85%;
}
/* line 1955, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.print span a:hover {
  background-color: #d06e3b;
}
/* line 1962, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .share .ct ul li.print.is-active {
  background-color: #d06e3b;
}
/* line 1974, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .mini_Search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 1979, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .mini_Search a {
  display: none;
}
/* line 1984, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .mini_Search span input {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  padding: 5px;
  border: #b6b6b6 solid 1px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
}
/* line 1993, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .mini_Search span input:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 2001, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .mini_Search span .searchbt1 {
  position: absolute;
  right: 0px;
  top: 1px;
}
/* line 2006, ../sass/global.scss */
.group .base-wrapper .topbg .in .tool_box .tool .mini_Search span .searchbt1 a {
  width: 59px;
  height: 31px;
  display: block;
  background-image: url(../img/search_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  background-color: #ffbd38;
  text-indent: -9999px;
  font: 0/0 a;
}
/* line 2032, ../sass/global.scss */
.group .base-wrapper .topbg a i.fas {
  top: 0px;
}
/* line 2040, ../sass/global.scss */
.group .base-wrapper .menubg {
  position: relative;
  flex: 0 0 100%;
}
@media (max-width: 1020px) {
  /* line 2044, ../sass/global.scss */
  .group .base-wrapper .menubg .menuarea {
    display: none;
  }
}
/* line 2056, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li {
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  /* line 2056, ../sass/global.scss */
  .group .base-wrapper .menubg .menuarea ul li {
    padding: 0 15px;
  }
}
/* line 2070, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li .hd span.menu {
  float: left;
  height: 60px;
  box-sizing: border-box;
  line-height: 2.5;
  text-align: center;
  font-size: 1.2em;
}
/* line 2079, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li .hd span.menu a {
  font-family: "微軟正黑體", Arial, sans-serif;
  height: 60px;
  padding: 0 15px;
  line-height: 2.5;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: bold;
  background-image: url(../img/menu.png);
  background-repeat: no-repeat;
  background-position: center right;
}
/* line 2093, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .menubg .menuarea ul li .hd span.menu a {
  padding: 0 17px;
  font-size: 0.8em;
  height: initial;
  margin-top: 5px;
}
/* line 2100, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li .hd span.menu a:hover {
  background-image: url(../img/menu_hover.png);
}
/* line 2106, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li .hd span.menu a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176;
}
/* line 2116, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct {
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0px;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: opacity .50s ease-in-out;
  opacity: 0;
}
@media (min-width: 1200px) and (max-width: 1238px) {
  /* line 2116, ../sass/global.scss */
  .group .base-wrapper .menubg .menuarea ul li > .ct {
    left: -1%;
  }
}
/* line 2139, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct::after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}
/* line 2146, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea {
  max-width: 1199px !important;
  background-color: #F2F2F2;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  display: flex !important;
  margin-left: -29%;
}
/* line 2155, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea {
  margin-left: -23%;
}
/* line 2159, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul {
  flex: 2;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
/* line 2167, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li {
  display: block !important;
  width: 25%;
  float: left;
  position: inherit;
}
/* line 2174, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav {
  flex-direction: column;
}
/* line 2183, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .hd .head span a {
  line-height: 1.2;
  font-weight: bold;
  color: #1E3A4C;
  background-image: url(../img/submenuicon.png);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 15px;
  box-sizing: border-box;
  display: block;
  line-height: 1.7;
  font-size: 1.1em;
}
/* line 2204, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct {
  padding-left: 15px;
  box-sizing: border-box;
}
/* line 2208, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav {
  padding: 5px 0 15px 0;
}
/* line 2212, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav ul {
  border-left: #B59F72 solid 1px;
  display: inline-block;
}
/* line 2217, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav ul li.Second-head {
  padding-left: 12px;
}
/* line 2223, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav ul li.Second-head span a {
  font-weight: bold;
}
/* line 2230, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav ul li {
  padding-left: 22px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 2230, ../sass/global.scss */
  .group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav ul li {
    padding-left: 0px;
  }
}
/* line 2239, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav ul li span a {
  line-height: 1.5;
  font-size: 0.9em;
}
/* line 2248, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav ul li.Second-head.hide {
  display: none;
}
/* line 2254, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav > .site_center {
  background-color: #e4e4e4 !important;
}
/* line 2258, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav > .site_center a.btnMore {
  display: block;
}
/* line 2261, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav > .site_center a.btnMore .h6 {
  color: #30384a;
  line-height: 1.7;
  text-align: center;
  font-size: 0.9em;
}
/* line 2267, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul > li .nav .ct .list-text-nav > .site_center a.btnMore .h6:hover {
  background-color: #1E3A4C !important;
  color: #ffffff;
}
/* line 2283, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul li.width75 {
  width: 75% !important;
}
/* line 2294, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul li.width75 .nav .ct .list-text-nav > ul {
  display: flex;
  border: none;
  margin-top: 5px;
}
/* line 2301, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul li.width75 .nav .ct .list-text-nav > ul li.Second-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-left: #B59F72 solid 1px;
}
/* line 2309, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul li.width75 .nav .ct .list-text-nav > ul li.Second-head > ul {
  display: flex;
  border-left: none;
  flex-direction: column;
  margin-left: 4px;
}
/* line 2316, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul li.width75 .nav .ct .list-text-nav > ul li.Second-head > ul > li.Second-head {
  border-left: none;
}
/* line 2322, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul li.width75 .nav .ct .list-text-nav > ul li.Second-head > ul > li.Second-head span a {
  font-weight: normal;
  color: #444444;
  line-height: 1.7;
}
/* line 2334, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul li.width75 .nav .ct .list-text-nav > ul li.Second-head.hide {
  display: none;
}
/* line 2343, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea > ul li.width25 {
  width: 25% !important;
}
/* line 2349, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea .right_submenuarea {
  flex: 1;
  background-color: #ffffff;
}
/* line 2357, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea .right_submenuarea > .banner_slider_model > .banner_slider_box {
  width: 100%;
  padding: 20px 50px;
}
/* line 2371, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea .right_submenuarea > .banner_slider_model > .banner_slider_box > .banner_mask > ul > li > .news_list > a {
  border-radius: initial;
}
/* line 2374, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea .right_submenuarea > .banner_slider_model > .banner_slider_box > .banner_mask > ul > li > .news_list > a > img {
  border-radius: initial;
}
/* line 2379, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea .right_submenuarea > .banner_slider_model > .banner_slider_box > .banner_mask > ul > li > .news_list > a h3,
.group .base-wrapper .menubg .menuarea ul li > .ct .submenuarea .right_submenuarea > .banner_slider_model > .banner_slider_box > .banner_mask > ul > li > .news_list > a .h3 {
  color: #1E3A4C;
}
/* line 2398, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li .menu_yes {
  float: left;
  height: 60px;
  line-height: 40px;
  color: #5f2803;
  width: 135px;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  display: block;
}
/* line 2414, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li.is-active > .ct {
  display: block;
  opacity: 1;
  top: 100%;
  transform: scaleY(1);
}
/* line 2425, ../sass/global.scss */
.group .base-wrapper .menubg .menuarea ul li:hover > .ct {
  display: block;
  opacity: 1;
  top: 100%;
  transform: scaleY(1);
}
/* line 2441, ../sass/global.scss */
.group .base-wrapper .submenu {
  color: #666;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  text-align: left;
  width: 212px;
}
/* line 2449, ../sass/global.scss */
.group .base-wrapper .submenu a {
  padding: 10px;
  display: block;
  color: #1E3A4C;
  text-decoration: none;
  background-color: #e8e8e8;
}
/* line 2456, ../sass/global.scss */
.group .base-wrapper .submenu a:hover {
  color: #fff;
}
/* line 2463, ../sass/global.scss */
.group .base-wrapper .submenu_yes {
  color: #5f2803;
  text-decoration: none;
  padding: 5px;
  display: block;
}
/* line 2474, ../sass/global.scss */
.group .base-wrapper .slider_model {
  position: relative;
  display: block;
}
/* line 2479, ../sass/global.scss */
.group .base-wrapper .slider_model::before {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  /* line 2474, ../sass/global.scss */
  .group .base-wrapper .slider_model {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 2474, ../sass/global.scss */
  .group .base-wrapper .slider_model {
    width: 100%;
    padding-top: 69px;
  }
}
/* line 2498, ../sass/global.scss */
.group .base-wrapper .slider_model::after {
  content: " ";
  position: absolute;
  bottom: -1%;
  background-image: url(../img/bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 188px;
  z-index: 1;
  pointer-events: none;
}
/* line 2516, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_model_box a {
  display: block;
}
/* line 2519, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_model_box a::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
}
/* line 2529, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_model_box img {
  display: block;
  width: 100%;
}
/* line 2534, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_model_box .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  padding: 5px 0;
  padding-bottom: 5%;
}
/* line 2543, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_model_box .title h3 {
  display: none;
  padding-top: 20px;
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1199px) {
  /* line 2543, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_model_box .title h3 {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 2543, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_model_box .title h3 {
    font-size: 1.2em;
  }
}
/* line 2559, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_model_box .title p {
  display: none;
  padding: 10px 0;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 2559, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_model_box .title p {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 2559, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_model_box .title p {
    line-height: 1.4;
  }
}
/* line 2575, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_model_box > * + * {
  display: none;
}
/* line 2580, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_introduce_box {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 25%;
  top: 20px;
  left: 3%;
  bottom: 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  z-index: 1;
}
/* line 2594, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_introduce_box h5 {
  padding: 10px;
  background-color: #08c;
  color: #fff;
}
/* line 2600, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_introduce_box p {
  margin: 10px;
  line-height: 1.2;
  font-size: .9em;
  text-indent: 2em;
  text-align: justify;
  text-justify: inter-ideograph;
}
/* line 2609, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_introduce_box .ctrl_dot_box {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
/* line 2633, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 30%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 2645, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 2651, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box ul li {
  border-bottom: 1px solid #555;
}
/* line 2654, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box ul li + li {
  border-top: 1px solid #333;
}
/* line 2658, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box ul li a {
  display: block;
  padding: 10px;
  font-size: .8em;
  text-decoration: none;
  color: #fff;
}
/* line 2667, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box ul li a.is_active {
  background-color: #ffbd38;
}
/* line 2671, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box ul li a div {
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 2682, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box ul li a h5 {
  padding: 4px 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2690, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_list_box ul li a p {
  padding: 4px 0;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 2702, ../sass/global.scss */
.group .base-wrapper .slider_model .model_ctrl_tools {
  width: 100%;
  height: 0;
}
/* line 2707, ../sass/global.scss */
.group .base-wrapper .slider_model .model_ctrl_tools a {
  position: absolute;
  display: block;
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: -5%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 2707, ../sass/global.scss */
  .group .base-wrapper .slider_model .model_ctrl_tools a {
    background-size: 60%;
    top: 6%;
  }
}
@media (min-width: 561px) and (max-width: 768px) {
  /* line 2707, ../sass/global.scss */
  .group .base-wrapper .slider_model .model_ctrl_tools a {
    background-size: 70%;
    top: 6%;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  /* line 2707, ../sass/global.scss */
  .group .base-wrapper .slider_model .model_ctrl_tools a {
    background-size: 80%;
    top: 0%;
  }
}
@media (min-width: 1001px) and (max-width: 1440px) {
  /* line 2707, ../sass/global.scss */
  .group .base-wrapper .slider_model .model_ctrl_tools a {
    background-size: 90%;
  }
}
/* line 2748, ../sass/global.scss */
.group .base-wrapper .slider_model .model_ctrl_tools a:hover {
  opacity: 0.8;
}
/* line 2752, ../sass/global.scss */
.group .base-wrapper .slider_model .model_ctrl_tools a.ctrl_left {
  left: 40px;
  background-image: url(../img/left.png);
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 2752, ../sass/global.scss */
  .group .base-wrapper .slider_model .model_ctrl_tools a.ctrl_left {
    left: 20px;
  }
}
/* line 2760, ../sass/global.scss */
.group .base-wrapper .slider_model .model_ctrl_tools a.ctrl_left:hover {
  opacity: 0.8 !important;
}
/* line 2765, ../sass/global.scss */
.group .base-wrapper .slider_model .model_ctrl_tools a.ctrl_right {
  right: 40px;
  background-image: url(../img/right.png);
}
@media (min-width: 0px) and (max-width: 560px) {
  /* line 2765, ../sass/global.scss */
  .group .base-wrapper .slider_model .model_ctrl_tools a.ctrl_right {
    right: 20px;
  }
}
/* line 2773, ../sass/global.scss */
.group .base-wrapper .slider_model .model_ctrl_tools a.ctrl_right:hover {
  opacity: 0.8 !important;
}
/* line 2778, ../sass/global.scss */
.group .base-wrapper .slider_model .model_ctrl_tools a.ctrl_more {
  color: #fff !important;
}
/* line 2786, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_sec_model_box {
  position: absolute;
  display: block;
  width: 65%;
  right: 3%;
  top: 20px;
  bottom: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 2801, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 2801, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box {
    bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  /* line 2801, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box {
    bottom: 20px;
  }
}
/* line 2837, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box {
  padding: 10px 0 6px;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 2845, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_dot_box {
  margin: 0 20px;
  float: right;
}
/* line 2864, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box {
  position: relative;
}
/* line 2868, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul {
  width: 100%;
  text-align: center;
  letter-spacing: 6px;
  *zoom: 1;
}
/* line 2874, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li {
  display: inline-block;
  *float: left;
  *padding: 0 4px;
}
/* line 2879, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .6;
}
/* line 2889, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a:hover {
  opacity: 1;
}
/* line 2893, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a.is_active {
  border: 1px solid #08c;
  opacity: 1;
}
/* line 2902, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box h5 {
  padding: 4px 0;
  margin: 0 6px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2912, ../sass/global.scss */
.group .base-wrapper .slider_model .slider_bottom_box .bg_box p {
  padding: 4px 0;
  margin: 0 4px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2924, ../sass/global.scss */
.group .base-wrapper .slider_model .ctrl_dot_box {
  padding: 4px 0 8px;
}
/* line 2928, ../sass/global.scss */
.group .base-wrapper .slider_model .ctrl_dot_box ul {
  text-align: center;
  letter-spacing: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 3px;
  *zoom: 1;
}
/* line 2937, ../sass/global.scss */
.group .base-wrapper .slider_model .ctrl_dot_box ul li {
  display: inline-block;
  *float: left;
  *padding: 0 4px;
}
/* line 2942, ../sass/global.scss */
.group .base-wrapper .slider_model .ctrl_dot_box ul li a {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ddd;
  border-radius: 100%;
  opacity: .8;
}
/* line 2951, ../sass/global.scss */
.group .base-wrapper .slider_model .ctrl_dot_box ul li a:hover {
  opacity: 1;
  background-color: #ddd;
}
/* line 2956, ../sass/global.scss */
.group .base-wrapper .slider_model .ctrl_dot_box ul li a.is_active {
  background-color: #ffbd38;
}
/* line 2964, ../sass/global.scss */
.group .base-wrapper .slider_model h5 {
  font-size: 1.2em;
}
/* line 2969, ../sass/global.scss */
.group .base-wrapper .slider_model p {
  font-size: 1em;
  overflow: hidden;
}
@media (max-width: 480px) {
  /* line 2985, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_introduce_box {
    display: none;
  }
  /* line 2990, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_list_box {
    width: 26%;
  }
  /* line 2998, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_list_box ul li a {
    padding: 4px;
  }
  /* line 3001, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_list_box ul li a div {
    width: 20px;
    height: 20px;
  }
  /* line 3008, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_list_box ul li a p {
    display: none;
  }
  /* line 3021, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_sec_model_box {
    width: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
  }
  /* line 3035, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box .bg_box {
    padding: 4px 0 2px;
  }
  /* line 3039, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_dot_box {
    margin: 0 10px;
  }
  /* line 3047, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul {
    letter-spacing: 4px;
  }
  /* line 3052, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a {
    height: 26px;
    width: 26px;
  }
  /* line 3066, ../sass/global.scss */
  .group .base-wrapper .slider_model .ctrl_dot_box {
    padding: 4px;
  }
  /* line 3070, ../sass/global.scss */
  .group .base-wrapper .slider_model .ctrl_dot_box ul {
    letter-spacing: 1px;
  }
  /* line 3075, ../sass/global.scss */
  .group .base-wrapper .slider_model .ctrl_dot_box ul li a {
    width: 10px;
    height: 10px;
  }
  /* line 3083, ../sass/global.scss */
  .group .base-wrapper .slider_model h5 {
    font-size: 1.2em;
  }
  /* line 3088, ../sass/global.scss */
  .group .base-wrapper .slider_model p {
    font-size: 1em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 3101, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_introduce_box {
    width: 30%;
    top: 10px;
    left: 10px;
    bottom: 10px;
  }
  /* line 3108, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_introduce_box h5 {
    padding: 6px;
    background-color: #08c;
    color: #fff;
  }
  /* line 3114, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_introduce_box p {
    text-indent: 0;
    margin: 6px;
  }
  /* line 3119, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_introduce_box .ctrl_dot_box {
    padding: 4px 0;
  }
  /* line 3124, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_list_box {
    width: 26%;
  }
  /* line 3132, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_list_box ul li a {
    padding: 4px;
  }
  /* line 3135, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_list_box ul li a div {
    width: 20px;
    height: 20px;
  }
  /* line 3142, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_list_box ul li a p {
    display: none;
  }
  /* line 3155, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_sec_model_box {
    width: 62%;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  /* line 3163, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
  }
  /* line 3170, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box .bg_box {
    padding: 4px 0 2px;
  }
  /* line 3175, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_dot_box {
    margin: 0 10px;
  }
  /* line 3183, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul {
    letter-spacing: 4px;
  }
  /* line 3188, ../sass/global.scss */
  .group .base-wrapper .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a {
    height: 32px;
    width: 32px;
  }
  /* line 3202, ../sass/global.scss */
  .group .base-wrapper .slider_model .ctrl_dot_box {
    padding: 4px;
  }
  /* line 3206, ../sass/global.scss */
  .group .base-wrapper .slider_model .ctrl_dot_box ul {
    letter-spacing: 1px;
  }
  /* line 3211, ../sass/global.scss */
  .group .base-wrapper .slider_model .ctrl_dot_box ul li a {
    width: 12px;
    height: 12px;
  }
  /* line 3219, ../sass/global.scss */
  .group .base-wrapper .slider_model h5 {
    font-size: 1.2em;
  }
  /* line 3224, ../sass/global.scss */
  .group .base-wrapper .slider_model p {
    font-size: 1em;
  }
}
/* line 3231, ../sass/global.scss */
.group .base-wrapper .content {
  /*輪播*/
  /*資訊與服務*/
}
/* line 3233, ../sass/global.scss */
.group .base-wrapper .content .search {
  width: 50%;
  padding: 10px;
  margin: 50px auto 0px auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 3233, ../sass/global.scss */
  .group .base-wrapper .content .search {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3233, ../sass/global.scss */
  .group .base-wrapper .content .search {
    width: 90%;
  }
}
/* line 3249, ../sass/global.scss */
.group .base-wrapper .content .search input {
  width: 100%;
  font-size: 1em;
  line-height: 3;
  padding: 5px;
  border: #b6b6b6 solid 1px;
  box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);
}
/* line 3261, ../sass/global.scss */
.group .base-wrapper .content .search span.searchbt1 {
  position: absolute;
  right: 13px;
  top: 12px;
}
/* line 3267, ../sass/global.scss */
.group .base-wrapper .content .search span.searchbt1 a {
  width: 90px;
  height: 59px;
  display: block;
  background-image: url(../img/search_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30%;
  background-color: #ffbd38;
  text-indent: -9999px;
}
/* line 3279, ../sass/global.scss */
.group .base-wrapper .content .search span.searchbt1 a:hover {
  background-color: #ffac05;
}
/* line 3289, ../sass/global.scss */
.group .base-wrapper .content .search .hot-key-word {
  margin: 10px 0;
}
/* line 3293, ../sass/global.scss */
.group .base-wrapper .content .search .hot-key-word > span {
  display: inline-block;
  vertical-align: middle;
}
/* line 3297, ../sass/global.scss */
.group .base-wrapper .content .search .hot-key-word > span::after {
  content: ' : ';
}
/* line 3303, ../sass/global.scss */
.group .base-wrapper .content .search .hot-key-word ul {
  display: inline-block;
}
/* line 3306, ../sass/global.scss */
.group .base-wrapper .content .search .hot-key-word ul li {
  display: inline-block;
  vertical-align: middle;
}
/* line 3312, ../sass/global.scss */
.group .base-wrapper .content .search .hot-key-word ul li + li::before {
  content: ' , ';
}
/* line 3317, ../sass/global.scss */
.group .base-wrapper .content .search .hot-key-word ul li span {
  display: inline-block;
}
/* line 3335, ../sass/global.scss */
.group .base-wrapper .content .service {
  display: block;
  margin: 20px 0;
}
/* line 3340, ../sass/global.scss */
.group .base-wrapper .content .service h2 {
  font-size: 2.4em;
  border-bottom: #1E3A4C solid 1px;
}
/* line 3345, ../sass/global.scss */
.group .base-wrapper .content .service h2 span {
  display: block;
  width: 420px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: -35px;
  color: #333333;
}
/* line 3355, ../sass/global.scss */
.group .base-wrapper .content .service h2 span::after {
  display: block;
  text-align: center;
  font-size: 0.6em;
  line-height: 1.6;
  font-family: Arial;
  content: "Join Member";
  color: #bda640;
}
/* line 3370, ../sass/global.scss */
.group .base-wrapper .content .service ul {
  display: block;
  text-align: center;
  margin: 150px auto 50px auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3370, ../sass/global.scss */
  .group .base-wrapper .content .service ul {
    margin: 50px auto;
  }
}
/* line 3379, ../sass/global.scss */
.group .base-wrapper .content .service ul li {
  display: inline-block;
  margin: 10px;
}
/* line 3383, ../sass/global.scss */
.group .base-wrapper .content .service ul li a {
  position: relative;
  display: block;
  background-image: url(../img/icon01.png);
  width: 250px;
  height: 250px;
  text-indent: -9999px;
  background-size: cover;
}
/* line 3394, ../sass/global.scss */
.group .base-wrapper .content .service ul li a:hover {
  vertical-align: middle;
  transform: scale(0.9);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
/* line 3407, ../sass/global.scss */
.group .base-wrapper .content .service ul li + li a {
  background-image: url(../img/icon02.png);
}
/* line 3422, ../sass/global.scss */
.group .base-wrapper .content .message_activity {
  display: flex;
  padding: 40px 50px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3422, ../sass/global.scss */
  .group .base-wrapper .content .message_activity {
    padding: 0px;
  }
}
/* line 3433, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul {
  width: 100%;
}
/* line 3436, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li {
  position: relative;
}
/* line 3441, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab ul {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3445, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab ul {
    flex-direction: column;
  }
}
@media (max-width: 450px) {
  /* line 3441, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab ul {
    flex-direction: column;
  }
}
/* line 3455, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab ul li {
  flex: 0 0 33.3%;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3455, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab ul li {
    width: 50%;
  }
  /* line 3466, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab ul li {
    width: 100%;
  }
}
@media (max-width: 450px) {
  /* line 3455, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab ul li {
    width: 100%;
  }
}
/* line 3475, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab ul li h2 {
  font-size: 1em;
  padding: 0;
}
/* line 3480, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab ul li h2 a {
  display: block;
  color: #30384a;
  border-radius: 10em;
  line-height: 2;
  font-weight: bold;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  font-size: 1.4em;
  background-color: #F2F2F2;
}
/* line 3491, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab ul li h2 a {
  font-size: 1.2em;
}
/* line 3497, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab ul li h2 a:hover {
  background-color: #017CA0;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10em;
  color: #ffffff;
}
/* line 3508, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab ul li a {
  display: block;
  color: #30384a;
  border-radius: 10em;
  line-height: 2;
  font-weight: bold;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  font-size: 1.4em;
  background-color: #F2F2F2;
}
/* line 3519, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab ul li a {
  font-size: 1.2em;
}
/* line 3525, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab ul li a:hover {
  background-color: #017CA0;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10em;
  color: #ffffff;
}
/* line 3538, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab ul li.is-active a {
  background-color: #017CA0;
  color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10em;
}
/* line 3554, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask {
  overflow: hidden;
}
/* line 3557, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul {
  margin: 0 -10px;
  width: 5000%;
}
/* line 3562, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul:after {
  content: '\200B';
  display: block;
  height: 0;
  clear: both;
}
/* line 3569, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li {
  float: left;
  width: 2%;
  padding: 10px;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3569, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li {
    display: block;
  }
}
@media (max-width: 450px) {
  /* line 3569, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li {
    display: block;
  }
}
/* line 3589, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li > div {
  flex: 0 0 33.3%;
}
/* line 3596, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li > div a .day .seminar {
  line-height: 2 !important;
}
/* line 3601, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li > div a .day p.day {
  font-size: 1em !important;
  font-weight: normal !important;
}
/* line 3607, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li > div a > p.title {
  font-weight: normal !important;
  color: #017CA0;
}
/* line 3612, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li > div a > p.cotent {
  font-weight: bold;
}
/* line 3618, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity {
  display: block;
  border-left: #017CA0 solid 8px;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  padding: 40px 10px;
  box-sizing: border-box;
  margin: 10px;
  flex: 0 0 calc(33% - 20px);
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3618, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity {
    padding: 10px;
  }
}
/* line 3634, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity a {
  display: block;
}
/* line 3639, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity a .day .seminar {
  display: block;
  float: left;
  line-height: 2;
  color: #ffffff;
  padding: 0px 5px;
  background-color: #017CA0;
}
/* line 3647, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity a .day .seminar {
  line-height: 1;
  float: inherit;
  padding: 10px 10px;
  margin: 0px 0px 15px 0px;
  font-size: 1.2em;
}
/* line 3656, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity a .day p.day {
  float: right;
  color: #30384a;
  font-size: 1.6em;
  font-weight: bold;
  padding: 0px 0px 10px 0px;
  line-height: 1.4;
}
/* line 3664, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity a .day p.day {
  float: left;
  font-size: 1.2em;
}
/* line 3681, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity p.title {
  clear: both;
  font-weight: bold;
  padding: 0px;
  line-height: 1.6;
}
/* line 3688, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity p.cotent {
  padding: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 75px;
}
/* line 3692, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity p.cotent {
  padding: 10px 0px 0px 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 82px;
}
/* line 3703, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity:hover {
  background-color: #017CA0;
  color: #ffffff;
  cursor: pointer;
}
/* line 3711, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity:hover .day .seminar {
  background-image: url(../img/icon03.jpg);
  background-repeat: no-repeat;
  color: #017CA0;
  background-color: #ffffff;
}
/* line 3718, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity:hover .day p.day {
  color: #ffffff;
}
/* line 3723, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity:hover p.title {
  color: #ffffff;
}
/* line 3727, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ct.banner_mask ul li .activity:hover p.cotent {
  color: #ffffff;
}
/* line 3755, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ft ul li a:hover {
  background-color: #000;
  opacity: 0.6;
}
/* line 3766, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ft ul li.prev a {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3766, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content .ft ul li.prev a {
    background-size: 70%;
  }
}
/* line 3782, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ft ul li.prev a:hover {
  opacity: 1;
}
/* line 3792, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ft ul li.next a {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-position: center 45px;
  opacity: 0.6;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3792, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content .ft ul li.next a {
    background-size: 70%;
  }
}
/* line 3809, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ft ul li.next a:hover {
  opacity: 1;
}
/* line 3818, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content .ft ul li.more a {
  position: relative;
  margin: 20px auto;
  width: 200px;
  padding: 10px;
  border-radius: 0.2em;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  color: #fff !important;
  cursor: pointer;
  font-size: 0.9em;
  background-color: #2D394B;
  transition: 300ms;
  z-index: 2;
  display: block;
}
/* line 3843, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct {
  overflow: hidden;
}
/* line 3846, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul {
  width: 5000%;
}
/* line 3854, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul:after {
  content: '\200B';
  display: block;
  height: 0;
  clear: both;
}
/* line 3861, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li {
  float: left;
  width: 2%;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
/* line 3878, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent {
  display: flex;
  justify-content: space-between;
  border-left: #017CA0 solid 8px;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  padding: 10px;
  box-sizing: border-box;
  flex: 0 0 calc(50% - 20px);
  flex-direction: column;
  margin: 10px;
  cursor: pointer;
  min-height: 160px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3878, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent {
    flex: 0 0 95%;
  }
}
/* line 3898, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 3904, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day {
  width: 100%;
  display: block;
}
/* line 3913, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day .seminar {
  display: block;
  float: left;
  line-height: 1.5;
  color: #017CA0;
  font-size: 1.4em;
  font-weight: bold;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 35px;
  overflow: hidden;
}
/* line 3927, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day .seminar {
  line-height: 1;
  float: inherit;
  height: 25px;
}
/* line 3934, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.day {
  float: right;
  color: #1a1a1a;
  font-weight: bold;
  padding: 0px;
  flex: 1;
  place-content: flex-end;
  padding-right: 55px;
  line-height: 2.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 35px;
  overflow: hidden;
}
/* line 3949, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.day {
  line-height: 1.2;
  display: block;
  height: 58px;
}
/* line 3956, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.math {
  background-image: url(../img/math.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 5%;
  text-indent: 20px;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3956, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.math {
    background-position: right 10px;
  }
}
/* line 3974, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.math {
  text-indent: 0px;
  padding: 15px 50px;
  height: 58px;
}
/* line 3982, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.life {
  background-image: url(../img/life.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 5%;
  text-indent: 20px;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 3982, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.life {
    background-position: right 10px;
  }
}
/* line 4000, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.life {
  text-indent: 0px;
  padding: 15px 50px;
  height: 58px;
}
/* line 4007, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.headquarters {
  background-image: url(../img/headquarters.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 5%;
  text-indent: 20px;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4007, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.headquarters {
    background-position: right 10px;
  }
}
/* line 4025, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.headquarters {
  text-indent: 0px;
  padding: 15px 50px;
  height: 58px;
}
/* line 4032, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.humanities {
  background-image: url(../img/humanities.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 5%;
  text-indent: 20px;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4032, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.humanities {
    background-position: right 10px;
  }
}
/* line 4050, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day p.humanities {
  text-indent: 0px;
  padding: 15px 50px;
  height: 58px;
}
/* line 4058, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 {
  width: 100%;
  display: flex;
  background-color: #F2F2F2;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 4058, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 {
    flex-direction: column;
  }
}
@media (min-width: 769px) and (max-width: 1126px) {
  /* line 4058, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 {
    flex-direction: column;
  }
}
/* line 4072, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 p.title {
  clear: both;
  font-weight: bold;
  padding: 10px;
  background-image: url(../img/talent_people.png);
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: 25px;
  background-size: 20px;
  background-position: left 5px top 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 35px;
  overflow: hidden;
  flex: 0 0 60%;
}
@media (min-width: 0px) and (max-width: 1126px) {
  /* line 4072, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 p.title {
    margin-left: 4px;
    flex: 1 0 0;
    padding-bottom: 30px;
  }
}
/* line 4098, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 p.cotent {
  display: block;
  clear: both;
  padding: 10px;
  background-image: url(../img/talent_day.png);
  background-repeat: no-repeat;
  background-position: 50%;
  text-indent: 25px;
  background-position: left center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 35px;
  overflow: hidden;
  flex: 0 0 40%;
}
@media (min-width: 0px) and (max-width: 1126px) {
  /* line 4098, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 p.cotent {
    flex: 1 0 0;
    padding-bottom: 30px;
  }
}
/* line 4120, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 p.cotent {
  padding: 5px 2px;
  font-size: 0.9em;
  padding-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 1126px) {
  /* line 4120, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent a .day02 p.cotent {
    padding: 5px 0 30px 10px;
  }
}
/* line 4134, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover {
  background-color: #017CA0;
  color: #ffffff;
}
/* line 4141, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover .day .seminar {
  background-image: url(../img/icon03.jpg);
  background-repeat: no-repeat;
  color: #ffffff;
}
/* line 4148, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover .day p.day {
  color: #ffffff;
}
/* line 4153, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover p.title {
  color: #ffffff;
}
/* line 4157, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover p.cotent {
  color: #ffffff;
}
/* line 4161, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover .day02 {
  background-color: #017CA0;
}
/* line 4165, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover .day02 p.title {
  background-image: url(../img/w_talent_people.png);
}
/* line 4169, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ct ul li .talent:hover .day02 p.cotent {
  background-image: url(../img/w_talent_day.png);
}
/* line 4200, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li a:hover {
  background-color: #000;
  opacity: 0.6;
}
/* line 4211, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.prev a {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
  background-image: url(../img/left.png);
  left: 0;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4211, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.prev a {
    background-size: 70%;
  }
}
/* line 4228, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.prev a:hover {
  opacity: 1;
}
/* line 4237, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.next a {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
  background-image: url(../img/right.png);
  right: 0;
  background-repeat: no-repeat;
  background-position: center 45px;
  opacity: 0.6;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4237, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.next a {
    background-size: 70%;
  }
}
/* line 4255, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.next a:hover {
  opacity: 1;
}
/* line 4263, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .tab_content_talent .ft ul li.more a {
  position: relative;
  margin: 20px auto;
  width: 200px;
  padding: 10px;
  border-radius: 0.2em;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  color: #fff !important;
  cursor: pointer;
  font-size: 0.9em;
  background-color: #2D394B;
  transition: 300ms;
  z-index: 2;
  display: block;
}
/* line 4288, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .model_ctrl_tools a {
  position: absolute;
  display: block;
}
/* line 4294, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_left, .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_right {
  text-indent: -9999px;
  text-shadow: none;
  color: transparent;
  width: 65px;
  height: 100%;
  top: 0;
}
/* line 4304, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_left {
  background-image: url(../img/left.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -8%;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4304, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_left {
    background-size: 70%;
  }
}
/* line 4317, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_left:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  /* line 4304, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_left {
    left: 0px;
  }
}
/* line 4326, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_right {
  background-image: url(../img/right.png);
  background-repeat: no-repeat;
  background-position: center;
  right: -8%;
  opacity: 0.5;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4326, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_right {
    background-size: 70%;
  }
}
/* line 4339, ../sass/global.scss */
.group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_right:hover {
  opacity: 1;
}
@media (max-width: 1199px) {
  /* line 4326, ../sass/global.scss */
  .group .base-wrapper .content .message_activity ul li .model_ctrl_tools a.ctrl_right {
    right: 0px;
  }
}
/* line 4360, ../sass/global.scss */
.group .base-wrapper .content .close {
  background-color: #EFEFEF;
  position: relative;
  padding: 100px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4360, ../sass/global.scss */
  .group .base-wrapper .content .close {
    margin-top: 75px;
  }
}
/* line 4371, ../sass/global.scss */
.group .base-wrapper .content .close::before {
  content: " ";
  position: absolute;
  top: -1px;
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 188px;
  z-index: 1;
  pointer-events: none;
}
/* line 4386, ../sass/global.scss */
.group .base-wrapper .content .close > a.box_close {
  background-image: url(../img/footer_btn.png);
  top: 65px;
}
/* line 4392, ../sass/global.scss */
.group .base-wrapper .content .close > a {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  padding: 8px 16px 5px;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border: #f1f1f1 solid 1px;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  background-image: url(../img/footer_btn_open.png);
  background-repeat: no-repeat;
  background-position: center 15px;
  font-size: 1.4em !important;
  font-weight: bold;
  padding-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4392, ../sass/global.scss */
  .group .base-wrapper .content .close > a {
    top: 1%;
  }
}
/* line 4423, ../sass/global.scss */
.group .base-wrapper .content .close > a:hover {
  border-radius: 100%;
  background-color: rgba(1, 124, 160, 0.8);
  backdrop-filter: blur(5px);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  border: #f1f1f1 solid 1px;
  transform: translate(-50%, -50%);
  opacity: 0.8;
}
/* line 4439, ../sass/global.scss */
.group .base-wrapper .content .close .message_service {
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 4446, ../sass/global.scss */
.group .base-wrapper .content .close .message_service h2 {
  font-size: 2.4em;
  margin: 10px 0;
  margin-top: 80px;
  padding-left: 95px;
  display: inline-block;
}
@media (max-width: 1199px) {
  /* line 4446, ../sass/global.scss */
  .group .base-wrapper .content .close .message_service h2 {
    text-align: center;
    padding: 0px;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4446, ../sass/global.scss */
  .group .base-wrapper .content .close .message_service h2 {
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    display: block;
  }
}
/* line 4466, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .close .message_service h2 {
  text-align: center;
  display: block;
  padding-left: 0px;
}
/* line 4473, ../sass/global.scss */
.group .base-wrapper .content .close .message_service h2 span {
  width: 235px;
  margin: 0 auto;
  margin-bottom: -35px;
  color: #333333;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4473, ../sass/global.scss */
  .group .base-wrapper .content .close .message_service h2 span {
    width: 1;
    text-align: center;
  }
}
/* line 4486, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .close .message_service h2 span {
  width: initial;
}
/* line 4492, ../sass/global.scss */
.group .base-wrapper .content .close .message_service h2 span::after {
  position: absolute;
  text-align: center;
  font-size: 1.1em;
  font-family: Arial;
  content: "Information and Services";
  color: #1E3A4C;
  opacity: 0.2;
}
@media (max-width: 1199px) {
  /* line 4492, ../sass/global.scss */
  .group .base-wrapper .content .close .message_service h2 span::after {
    position: relative;
    font-size: 0.8em;
    bottom: 10px;
    display: block;
    line-height: 2;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4492, ../sass/global.scss */
  .group .base-wrapper .content .close .message_service h2 span::after {
    position: relative;
    font-size: 0.6em;
    bottom: 10px;
    display: block;
    line-height: 2;
  }
}
/* line 4517, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .close .message_service h2 span::after {
  display: none;
}
/* line 4526, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
/* line 4532, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li {
  flex: 0 0 33%;
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transform: translateX(0px);
  opacity: 1;
  transition: all 1.5s ease-out;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4532, ../sass/global.scss */
  .group .base-wrapper .content .close .message_service > ul > li {
    flex: 0 0 50%;
    padding: 40px 10px;
  }
}
@media (max-width: 450px) {
  /* line 4532, ../sass/global.scss */
  .group .base-wrapper .content .close .message_service > ul > li {
    flex: 0 0 100%;
  }
}
/* line 4551, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .close .message_service > ul > li {
  padding: 40px 0 100px;
}
/* line 4558, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li:hover .service_box {
  display: block;
}
/* line 4565, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li > a {
  background-image: url(../img/services01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #017CA0;
  border-radius: 100%;
  border: #fff solid 10px;
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  font-weight: bold;
  text-indent: -9999px;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
}
/* line 4587, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li .service_box.is-active {
  top: 0px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
}
/* line 4594, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li .service_box.is-active h3 span {
  text-align: left;
  border-bottom: #b6b6b6 solid 1px;
  color: #017CA0;
  line-height: 1.5;
}
/* line 4602, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li .service_box.is-active h3 span::after {
  content: '';
  width: 55px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
/* line 4613, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li .service_box.is-active ul {
  display: block;
}
/* line 4618, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li > .service_box {
  position: absolute;
  top: 218px;
  left: 0;
  right: 0;
  padding: 5px 0;
  transition: 300ms;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 30px;
}
@media (min-width: 769px) and (max-width: 1000px) {
  /* line 4633, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .close .message_service > ul > li > .service_box {
    padding: 30px 10px;
  }
}
/* line 4641, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li > .service_box h3 {
  position: relative;
}
/* line 4644, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li > .service_box h3 span {
  color: #30384a;
  font-size: 1.6em;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.5;
}
/* line 4658, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .close .message_service > ul > li > .service_box h3 span {
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 4658, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .close .message_service > ul > li > .service_box h3 span {
    font-size: 1.2em;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  /* line 4658, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .close .message_service > ul > li > .service_box h3 span {
    font-size: 1.4em;
  }
}
/* line 4673, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li > .service_box h3 span::after {
  border-bottom: #017CA0 solid 5px;
  height: 5px;
}
/* line 4689, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li > .service_box ul {
  display: none;
  text-align: left;
  list-style: 2;
  margin-top: 5px;
}
/* line 4700, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li > .service_box ul li {
  line-height: 1.7;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4710, ../sass/global.scss */
  .group .base-wrapper .content .close .message_service > ul > li > .open {
    top: 0px;
    background-color: #ffffff;
  }
}
/* line 4720, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li + li > a {
  background-image: url(../img/services02.png);
}
/* line 4728, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li + li + li > a {
  background-image: url(../img/services03.png);
}
/* line 4736, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li + li + li + li > a {
  background-image: url(../img/services04.png);
}
/* line 4744, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li + li + li + li + li > a {
  background-image: url(../img/services05.png);
}
/* line 4752, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li + li + li + li + li + li > a {
  background-image: url(../img/services06.png);
}
/* line 4765, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li:nth-child(1) {
  transition-delay: 0.1s;
}
/* line 4770, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li:nth-child(2) {
  transition-delay: 0.2s;
}
/* line 4775, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li:nth-child(3) {
  transition-delay: 0.2s;
}
/* line 4780, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li:nth-child(4) {
  transition-delay: 0.2s;
}
/* line 4785, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li:nth-child(5) {
  transition-delay: 0.2s;
}
/* line 4790, ../sass/global.scss */
.group .base-wrapper .content .close .message_service > ul > li:nth-child(6) {
  transition-delay: 0.2s;
}
/* line 4798, ../sass/global.scss */
.group .base-wrapper .content .close .message_service.box_close {
  display: none;
}
/* line 4804, ../sass/global.scss */
.group .base-wrapper .content .close .subscription {
  padding: 50px;
  box-sizing: border-box;
  background-color: #ffffff;
  backdrop-filter: blur(20px);
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 20px;
  border-radius: 1em;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  width: 63%;
  margin: 60px auto;
}
@media (max-width: 1199px) {
  /* line 4804, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription {
    width: 90%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4804, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription {
    width: inherit;
    margin: 0 10px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 450px) {
  /* line 4804, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription {
    width: inherit;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* line 4839, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4839, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription ul {
    width: 100%;
  }
}
/* line 4847, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .close .subscription ul {
  width: 95%;
}
@media (max-width: 1199px) {
  /* line 4847, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .close .subscription ul {
    width: 100%;
  }
}
/* line 4858, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4858, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription ul li .tab {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 4866, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .close .subscription ul li .tab {
    width: 100%;
  }
}
/* line 4873, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab ul {
  display: flex;
  padding: 0px;
}
@media (max-width: 450px) {
  /* line 4873, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription ul li .tab ul {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4881, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .close .subscription ul li .tab ul {
    flex-direction: column;
  }
}
/* line 4888, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab ul li {
  flex: 0 0 50%;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4888, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription ul li .tab ul li {
    padding: 10px;
  }
}
/* line 4900, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab ul li h2 {
  font-size: 1em;
  padding: 0;
}
/* line 4904, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab ul li h2 a {
  display: block;
  color: #30384a;
  border-radius: 10em;
  line-height: 2;
  font-weight: bold;
  background-color: #F2F2F2;
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4904, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription ul li .tab ul li h2 a {
    line-height: 1.5;
  }
}
/* line 4919, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab ul li h2 a:hover {
  background-color: #017CA0;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10em;
  color: #ffffff;
}
/* line 4929, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab ul li a {
  display: block;
  color: #30384a;
  border-radius: 10em;
  line-height: 2;
  font-weight: bold;
  background-color: #F2F2F2;
  font-size: 1.4em;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 4929, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription ul li .tab ul li a {
    line-height: 1.5;
  }
}
/* line 4944, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab ul li a:hover {
  background-color: #017CA0;
  box-shadow: 0px 6px 20px 0px rgba(100, 100, 111, 0.2);
  border-radius: 10em;
  color: #ffffff;
}
/* line 4956, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab ul li.is-active a {
  background-color: #017CA0;
  color: #ffffff;
  border-radius: 10em;
}
/* line 4978, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 450px) {
  /* line 4978, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input {
    width: 100%;
  }
}
/* line 4988, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input > input {
  border: none;
  float: left;
  width: 100%;
  max-width: 100%;
  padding: 20px 10px;
  font-size: 1em;
  text-indent: 20px;
  color: #30384a !important;
  border: #b6b6b6 solid 1px;
}
@media screen and (min-width: 0px) and (max-width: 560px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 4999, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input > input {
    font-size: 0.9em;
    text-indent: 5px;
    padding: 20px 0px;
    padding: 20px 115px 20px 0px;
    width: 100%;
  }
}

/* line 5014, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input .searchbt1 {
  position: absolute;
  right: 3px;
  top: 2px;
}
/* line 5020, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input .searchbt1 input {
  cursor: pointer;
  width: 90px;
  height: 59px;
  display: block;
  background-size: 30%;
  background-color: #ffbd38;
  border: none;
  font-size: 1.2em;
}
/* line 5036, ../sass/global.scss */
[lang="en-US"] .group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input .searchbt1 input {
  width: 115px;
}
@media screen and (min-width: 0px) and (max-width: 560px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 5036, ../sass/global.scss */
  [lang="en-US"] .group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input .searchbt1 input {
    height: 57px;
    width: 100px;
    font-size: 0.7em;
    color: #1a1a1a !important;
  }
}

@media (max-width: 450px) {
  /* line 5020, ../sass/global.scss */
  .group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input .searchbt1 input {
    width: 80px;
  }
}
/* line 5053, ../sass/global.scss */
.group .base-wrapper .content .close .subscription ul li .tab_content .ct ul li .subscription_search .search_input .searchbt1 input:hover {
  background-color: #ffac05;
}
/* line 5090, ../sass/global.scss */
.group .base-wrapper .breadcrumb {
  vertical-align: middle;
  width: 1199px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 5090, ../sass/global.scss */
  .group .base-wrapper .breadcrumb {
    width: 100%;
  }
}
/* line 5107, ../sass/global.scss */
.group .base-wrapper .breadcrumb .ct ul {
  padding: 6px;
  padding-right: 8px;
}
/* line 5112, ../sass/global.scss */
.group .base-wrapper .breadcrumb .ct li {
  display: inline-block;
  font-size: 1em;
}
/* line 5116, ../sass/global.scss */
.group .base-wrapper .breadcrumb .ct li:before {
  content: " ";
  display: inline-block;
  margin-right: 6px;
  background-image: url(../img/home.jpg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
/* line 5129, ../sass/global.scss */
.group .base-wrapper .breadcrumb .ct li + li:before {
  content: " ";
  background-image: url(../img/icon01.jpg);
  background-repeat: no-repeat;
  width: 14px;
  height: 15px;
  vertical-align: middle;
}
/* line 5142, ../sass/global.scss */
.group .base-wrapper .breadcrumb .ct li:last-child a {
  color: #1E3A4C;
}
/* line 5145, ../sass/global.scss */
.group .base-wrapper .breadcrumb .ct li:last-child a:hover {
  text-decoration: underline;
}
/* line 5153, ../sass/global.scss */
.group .base-wrapper .breadcrumb .ct li span a {
  color: #333;
}
/* line 5157, ../sass/global.scss */
.group .base-wrapper .breadcrumb .ct li span a:hover {
  text-decoration: underline;
}
/* line 5174, ../sass/global.scss */
.group .base-wrapper .heading {
  border-bottom: #e4e4e4 solid 1px;
  margin-bottom: 20px;
  width: 1199px;
  margin: 0px auto 20px auto;
}
@media (max-width: 1199px) {
  /* line 5174, ../sass/global.scss */
  .group .base-wrapper .heading {
    width: 100%;
  }
}
/* line 5187, ../sass/global.scss */
.group .base-wrapper .heading .ct {
  /*i*/
}
/* line 5191, ../sass/global.scss */
.group .base-wrapper .heading .ct h2 {
  font-size: 2em;
  text-align: center;
  padding-top: 10px;
}
/* line 5199, ../sass/global.scss */
.group .base-wrapper .heading .ct span {
  position: relative;
  bottom: -3px;
  display: inline-block;
  padding: 0 15px 10px;
  border-bottom: 5px solid #1E3A4C;
}
/* line 5207, ../sass/global.scss */
.group .base-wrapper .heading .ct a {
  display: block;
  padding: 0 15px 10px;
  border-bottom: 5px solid #1E3A4C;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 5207, ../sass/global.scss */
  .group .base-wrapper .heading .ct a {
    padding: 0 10px 10px;
  }
}
/* line 5216, ../sass/global.scss */
.group .base-wrapper .heading .ct a:hover {
  color: #343434;
}
/* line 5229, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight {
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 5229, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight {
    width: 100%;
  }
}
/* line 5242, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct table {
  width: 100%;
}
@media (max-width: 450px) {
  /* line 5242, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct table {
    display: block;
  }
}
@media (max-width: 450px) {
  /* line 5250, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct thead {
    display: none;
  }
}
/* line 5256, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct thead tr {
  background-color: #e4e4e4;
}
/* line 5267, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct thead th,
.group .base-wrapper .area-table.rwd-straight .ct thead td {
  border: 1px solid #e4e4e4;
}
@media (max-width: 450px) {
  /* line 5274, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tbody {
    display: block;
  }
}
/* line 5282, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
@media (max-width: 450px) {
  /* line 5282, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tbody tr:nth-child(even) {
    background-color: transparent;
  }
}
@media (max-width: 450px) {
  /* line 5290, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tbody tr + tr {
    margin-top: 6px;
  }
}
/* line 5298, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct tbody td {
  border: 1px solid #e4e4e4;
}
@media (max-width: 450px) {
  /* line 5298, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tbody td {
    display: flex;
    border-bottom: 0;
    width: auto;
  }
}
@media (max-width: 450px) {
  /* line 5308, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tbody td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
}
/* line 5316, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct tbody td:before {
  flex: 1;
  padding: 6px;
  background-color: #e4e4e4;
  color: #555;
  display: flex;
  align-items: center;
  background-color: #1E3A4C;
  color: revertColor(#1E3A4C);
}
@media (max-width: 450px) {
  /* line 5316, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tbody td:before {
    content: attr(data-title);
    font-weight: bold;
    color: #fff;
  }
}
/* line 5333, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct tbody td:first-child:last-child {
  padding: 10px 0;
}
/* line 5336, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct tbody td:first-child:last-child:before {
  content: none;
}
/* line 5341, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct tbody td:after {
  clear: both;
}
@media (max-width: 450px) {
  /* line 5345, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tbody td span {
    flex: 2;
  }
}
@media (max-width: 450px) {
  /* line 5355, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tbody th {
    display: none;
  }
}
@media (max-width: 450px) {
  /* line 5367, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tfoot {
    display: block;
  }
}
/* line 5373, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct tfoot th,
.group .base-wrapper .area-table.rwd-straight .ct tfoot td {
  padding-top: 10px;
}
@media (max-width: 450px) {
  /* line 5385, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct tr {
    display: block;
  }
}
@media (max-width: 450px) {
  /* line 5392, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct th,
  .group .base-wrapper .area-table.rwd-straight .ct td {
    display: block;
  }
}
/* line 5400, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct th {
  line-height: 3;
  background-color: #1E3A4C;
  color: #FFF;
}
/* line 5408, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct td span {
  display: block;
  padding: 10px;
  text-align: center;
}
@media (max-width: 450px) {
  /* line 5408, ../sass/global.scss */
  .group .base-wrapper .area-table.rwd-straight .ct td span {
    padding: 4px 10px;
  }
}
/* line 5421, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct td + td span {
  text-align: inherit;
}
/* line 5431, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct a {
  text-decoration: underline;
  transition: 150ms;
  line-height: 200%;
  color: #000;
}
/* line 5439, ../sass/global.scss */
.group .base-wrapper .area-table.rwd-straight .ct a:hover {
  text-decoration: underline;
  color: #1E3A4C;
}
/* line 5456, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct {
  /*i*/
}
/* line 5458, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct > .in {
  text-align: center;
}
/* line 5461, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct > .in:after {
  clear: both;
}
/* line 5466, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct ul {
  padding: 0;
  display: inline-block;
}
/* line 5470, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct ul[data-index="1"] {
  float: left;
}
/* line 5474, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct ul[data-index="2"] {
  float: right;
}
/* line 5478, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct ul[data-index="3"] {
  text-align: center;
}
/* line 5484, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct ul.page, .group .base-wrapper .area-customize.pagination .ct ul.single {
  margin: 0;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  list-style: none;
}
/* line 5497, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct ul.single {
  margin-left: 20px;
}
/* line 5501, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct ul.single .select label {
  font-size: 1em;
  color: #666;
}
@media (max-width: 450px) {
  /* line 5508, ../sass/global.scss */
  .group .base-wrapper .area-customize.pagination .ct ul.page {
    margin: 15px 0px;
  }
}
/* line 5513, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct ul.page li {
  border: 1px solid #e4e4e4;
}
/* line 5519, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct li {
  float: left;
  line-height: 30px;
  margin-right: -1px;
}
/* line 5536, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct li.is-active a {
  background-color: #1E3A4C;
  color: #fff;
  box-shadow: inset 0px 0px 4px 0px #050b0f;
}
/* line 5541, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct li.is-active a:hover {
  background-color: deeper(#1E3A4C);
}
/* line 5548, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct li.disabled a {
  background: #152835;
}
/* line 5559, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct span {
  display: block;
}
/* line 5563, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct a {
  color: #646464;
  padding: 7px 12px;
  width: 50px;
}
/* line 5569, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct a:hover {
  background-color: #ccc;
}
/* line 5573, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct a:active {
  box-shadow: inset 0px 0px 4px 0px #7a7a7a;
}
/* line 5578, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct .count {
  font-size: 1em;
  color: #646464;
}
/* line 5582, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct .count i {
  margin-right: 5px;
}
/* line 5587, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct .btn {
  margin: 0 7px 0 -6px;
  padding: 3px 12px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background: #ccc;
  border: 1px solid #d0d0d0;
}
/* line 5595, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct .btn:hover {
  background: #666;
}
/* line 5599, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct .btn:active {
  box-shadow: inset 0px 0px 4px 0px #7a7a7a;
}
/* line 5603, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct .btn span {
  font-size: 0;
}
/* line 5608, ../sass/global.scss */
.group .base-wrapper .area-customize.pagination .ct .page_empty {
  padding: 0 8px;
}
/* line 5630, ../sass/global.scss */
.group .base-wrapper .area-customize.submit {
  width: 1199px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1199px) {
  /* line 5630, ../sass/global.scss */
  .group .base-wrapper .area-customize.submit {
    width: 100%;
  }
}
/* line 5640, ../sass/global.scss */
.group .base-wrapper .area-customize.submit .fieldset {
  padding: 20px 0;
  float: left;
  line-height: 2;
}
@media (max-width: 1199px) {
  /* line 5640, ../sass/global.scss */
  .group .base-wrapper .area-customize.submit .fieldset {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 5640, ../sass/global.scss */
  .group .base-wrapper .area-customize.submit .fieldset {
    padding: 10px;
    margin-left: 10px;
  }
}
/* line 5658, ../sass/global.scss */
.group .base-wrapper .area-customize.submit .fieldset .select label {
  color: #1E3A4C;
  font-weight: bold;
  line-height: 2;
}
/* line 5669, ../sass/global.scss */
.group .base-wrapper .area-customize.submit .fieldset .text input {
  line-height: 2;
  margin: 0 10px;
}
/* line 5680, ../sass/global.scss */
.group .base-wrapper .area-customize.submit .btn .submit input {
  color: #ffffff;
  background-color: #1E3A4C;
  margin: 0 5px;
  border: none;
  border-radius: 0.2em;
  padding: 7px 10px;
  font-size: .8em;
}
/* line 5690, ../sass/global.scss */
.group .base-wrapper .area-customize.submit .btn .submit input:hover {
  background-color: #876d4b;
}
/* line 5702, ../sass/global.scss */
.group .base-wrapper .area-customize.submit .btn .reset input {
  color: #ffffff;
  background-color: #1E3A4C;
  margin: 0 5px;
  border: none;
  border-radius: 0.2em;
  padding: 7px 10px;
  font-size: .8em;
}
/* line 5712, ../sass/global.scss */
.group .base-wrapper .area-customize.submit .btn .reset input:hover {
  background-color: #876d4b;
}
/* line 5728, ../sass/global.scss */
.group .base-wrapper .news_page {
  width: 1199px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 5728, ../sass/global.scss */
  .group .base-wrapper .news_page {
    width: 100%;
  }
}
/* line 5737, ../sass/global.scss */
.group .base-wrapper .news_page h3 {
  font-size: 1.6em;
  line-height: 1.7;
  color: #1E3A4C;
  margin: 10px 0;
  width: 90%;
  display: initial;
}
/* line 5747, ../sass/global.scss */
.group .base-wrapper .news_page h4 {
  float: right;
  color: #fff;
  background-color: #006089;
  padding: 10px;
  border-radius: 0.4em;
}
/* line 5757, ../sass/global.scss */
.group .base-wrapper .news_page p {
  display: block;
  padding: 0px;
  line-height: 1.7;
  margin: 10px 0;
}
/* line 5765, ../sass/global.scss */
.group .base-wrapper .news_page .list {
  clear: both;
  display: block;
}
/* line 5770, ../sass/global.scss */
.group .base-wrapper .news_page .list h5 {
  font-size: 1.4em;
  color: #ba9c27;
  border-bottom: #c5c5c5 solid 1px;
  line-height: 2;
}
/* line 5777, ../sass/global.scss */
.group .base-wrapper .news_page .list ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/* line 5782, ../sass/global.scss */
.group .base-wrapper .news_page .list ul li {
  float: left;
  margin: 15px 0px;
}
/* line 5788, ../sass/global.scss */
.group .base-wrapper .news_page .list ul li a {
  line-height: 1.7;
  color: #000;
}
/* line 5792, ../sass/global.scss */
.group .base-wrapper .news_page .list ul li a:hover {
  text-decoration: underline;
}
/* line 5806, ../sass/global.scss */
.group .base-wrapper .news_page .link ul {
  list-style-type: disc;
  margin: 0 20px;
  color: #1E3A4C;
}
/* line 5811, ../sass/global.scss */
.group .base-wrapper .news_page .link ul li {
  margin-right: 25px;
}
/* line 5817, ../sass/global.scss */
.group .base-wrapper .news_page .link ul li a:hover {
  color: #1E3A4C;
}
/* line 5833, ../sass/global.scss */
.group .base-wrapper .news_page .pic ul {
  text-align: center;
}
/* line 5836, ../sass/global.scss */
.group .base-wrapper .news_page .pic ul li {
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
}
@media (max-width: 768px) {
  /* line 5836, ../sass/global.scss */
  .group .base-wrapper .news_page .pic ul li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  /* line 5836, ../sass/global.scss */
  .group .base-wrapper .news_page .pic ul li {
    width: 100%;
  }
}
/* line 5857, ../sass/global.scss */
.group .base-wrapper .news_page .pic ul li a img {
  padding: 10px;
  border: #c5c5c5 solid 1px;
  box-sizing: border-box;
  max-width: 100%;
}
/* line 5871, ../sass/global.scss */
.group .base-wrapper .news_page .file {
  display: block;
  margin-top: 20px;
  overflow: hidden;
}
/* line 5880, ../sass/global.scss */
.group .base-wrapper .news_page .file ul li {
  margin-right: 10px;
}
/* line 5886, ../sass/global.scss */
.group .base-wrapper .news_page .file ul li a {
  padding: 10px;
  border: #c5c5c5 solid 1px;
  border-radius: 0.4em;
}
/* line 5892, ../sass/global.scss */
.group .base-wrapper .news_page .file ul li a:hover {
  background-color: #1E3A4C;
  color: #fff;
}
/* line 5913, ../sass/global.scss */
.group .base-wrapper .page_content {
  padding: 0 10px;
  box-sizing: border-box;
  /*網站導覽*/
  /*頁籤*/
  /*協會章程*/
  /*關於我們*/
}
/* line 5917, ../sass/global.scss */
.group .base-wrapper .page_content:after {
  content: " ";
  display: block;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 460px;
}
/* line 5933, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap {
  overflow: hidden;
  width: 1199px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 5933, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap {
    width: 100%;
  }
}
/* line 5947, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li {
  width: 33%;
  display: block;
  float: left;
}
@media (max-width: 768px) {
  /* line 5947, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap ul li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  /* line 5947, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap ul li {
    width: 100%;
  }
}
/* line 5964, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li span {
  margin: 10px;
  display: block;
}
/* line 5969, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li span a {
  display: block;
  color: #1E3A4C;
  font-weight: bold;
  border-left: #1E3A4C solid 5px;
  padding-left: 10px;
  line-height: 2;
  border-bottom: 1px solid #e3e3e3;
}
/* line 5979, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li span a:hover {
  background-color: #e3e3e3;
}
/* line 5987, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li > div {
  margin-left: 20px;
  margin: 10px;
}
/* line 5993, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li > div ul li {
  width: 100%;
}
/* line 5996, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li > div ul li span {
  margin: 0px;
}
/* line 5999, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li > div ul li span a {
  padding-left: 15px;
  border: none;
  border-bottom: 1px dashed #e3e3e3;
  color: #666;
  font-weight: normal;
}
/* line 6007, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap ul li > div ul li span a:hover {
  background-color: #e3e3e3;
}
/* line 6022, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg {
  width: 1199px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 6022, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap .topbg {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6022, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap .topbg {
    width: 100%;
  }
}
/* line 6041, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .logo h1 a {
  background-image: url(../img/minor_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  display: block;
  width: 650px;
  height: 145px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 6041, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap .topbg .logo h1 a {
    height: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6041, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap .topbg .logo h1 a {
    background-size: contain;
    width: inherit;
    height: 100px;
  }
}
/* line 6068, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .link {
  position: absolute;
  right: 10px;
  top: 20px;
}
@media (max-width: 1020px) {
  /* line 6068, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap .topbg .link {
    display: none;
  }
}
/* line 6081, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .link ul li {
  float: left;
}
/* line 6084, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .link ul li a {
  display: block;
  color: #666;
  text-decoration: none;
}
/* line 6089, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .link ul li a:hover {
  text-decoration: underline;
}
/* line 6098, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .search {
  position: absolute;
  top: 60px;
  right: 10px;
}
@media (max-width: 1020px) {
  /* line 6098, ../sass/global.scss */
  .group .base-wrapper .page_content .sitemap .topbg .search {
    display: none;
  }
}
/* line 6110, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .search input {
  border: #999 solid 1px;
  line-height: 2.4;
  float: left;
  width: 190px;
  max-width: 100%;
}
/* line 6118, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .search .searchbt1 {
  display: block;
  width: 30px;
  height: 35px;
  float: right;
}
/* line 6124, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .search .searchbt1 a {
  display: block;
  width: 30px;
  height: 35px;
  background-color: #017CA0;
  text-indent: -9999px;
  background-image: url(../img/search.png);
  background-position: right;
}
/* line 6134, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .search .searchbt1 a:hover {
  background-color: #1E3A4C;
}
/* line 6139, ../sass/global.scss */
.group .base-wrapper .page_content .sitemap .topbg .search .searchbt1 > input {
  max-width: 100%;
  border: none;
}
/* line 6157, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark {
  margin: 50px 0;
}
/* line 6161, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/* line 6168, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark ul .hover a {
  background-color: #1E3A4C;
  color: #fff;
}
/* line 6177, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark ul li {
  display: inline-block;
  margin: 5px 5px;
  width: 15%;
}
@media (max-width: 1199px) {
  /* line 6177, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark ul li {
    width: 22%;
  }
}
@media (max-width: 768px) {
  /* line 6177, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark ul li {
    width: 40%;
  }
}
@media (max-width: 450px) {
  /* line 6177, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark ul li {
    width: 100%;
  }
}
/* line 6202, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark ul li a {
  padding: 12px;
  display: block;
  border-radius: 0.2em;
  color: #666;
  background-color: #e9e9e9;
  font-size: 1.2em;
}
/* line 6210, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark ul li a:hover {
  background-color: #1E3A4C;
  color: #fff;
}
/* line 6224, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
/* line 6230, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .list {
  margin-bottom: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6230, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark .list {
    margin: 0px 0px 20px 0px;
  }
}
/* line 6239, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .list ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/* line 6245, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .list ul .hover a {
  background-color: #017CA0;
  color: #fff;
}
/* line 6253, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .list ul li {
  display: inline-block;
  margin: 5px 5px;
  width: 30%;
}
@media (max-width: 1199px) {
  /* line 6253, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark .list ul li {
    width: 20%;
  }
}
@media (max-width: 768px) {
  /* line 6253, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark .list ul li {
    width: 45%;
  }
}
@media (max-width: 450px) {
  /* line 6253, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark .list ul li {
    width: 100%;
  }
}
/* line 6272, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .list ul li a {
  padding: 12px;
  display: block;
  border-radius: 0.2em;
  color: #666;
  border: #ccc solid 1px;
  font-size: 1em;
  background-color: #FFF;
}
/* line 6281, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .list ul li a:hover {
  background-color: #876d4b;
  color: #fff;
}
/* line 6297, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member {
  width: 1199px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  /* line 6297, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark .member {
    width: 100%;
  }
}
/* line 6307, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
/* line 6314, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul .hover a {
  background-color: #1E3A4C;
  color: #fff;
}
/* line 6323, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li {
  display: inline-block;
  margin: 5px 5px;
  width: 100%;
  line-height: 2;
  border-bottom: #ccc dotted 1px;
}
@media (max-width: 450px) {
  /* line 6323, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark .member ul li {
    width: 100%;
  }
}
/* line 6338, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li p {
  float: left;
  padding: 0;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6338, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark .member ul li p {
    float: inherit;
  }
}
/* line 6348, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li p + p {
  float: right;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6348, ../sass/global.scss */
  .group .base-wrapper .page_content .bookmark .member ul li p + p {
    float: inherit;
  }
}
/* line 6362, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li a {
  font-size: 1em;
  padding: 4px 10px;
  margin: 4px;
  border-radius: 0.2em;
  color: #666;
  background-color: #e9e9e9;
  display: initial;
  line-height: 2;
}
/* line 6372, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li a:hover {
  background-color: #1E3A4C;
  color: #fff;
}
/* line 6381, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li a.pdf {
  background-color: #be3a3a;
  color: #fff;
}
/* line 6386, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li a.pdf:hover {
  background-color: #1E3A4C;
  color: #fff;
}
/* line 6395, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li a.docx {
  background-color: #167bb0;
  color: #fff;
}
/* line 6400, ../sass/global.scss */
.group .base-wrapper .page_content .bookmark .member ul li a.docx:hover {
  background-color: #1E3A4C;
  color: #fff;
}
/* line 6419, ../sass/global.scss */
.group .base-wrapper .page_content .charter {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6419, ../sass/global.scss */
  .group .base-wrapper .page_content .charter {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  /* line 6419, ../sass/global.scss */
  .group .base-wrapper .page_content .charter {
    width: 100%;
  }
}
/* line 6433, ../sass/global.scss */
.group .base-wrapper .page_content .charter h4 {
  text-align: center;
  font-size: 1.6em;
  color: #1E3A4C;
}
/* line 6439, ../sass/global.scss */
.group .base-wrapper .page_content .charter h5 {
  font-size: 1.3em;
  color: #1E3A4C;
  line-height: 2;
  margin-top: 20px;
}
/* line 6446, ../sass/global.scss */
.group .base-wrapper .page_content .charter p {
  text-align: right;
}
/* line 6450, ../sass/global.scss */
.group .base-wrapper .page_content .charter ul {
  margin: 0px;
  padding: 0px;
}
/* line 6454, ../sass/global.scss */
.group .base-wrapper .page_content .charter ul li {
  display: block;
  width: 100%;
  margin: 0px;
}
/* line 6459, ../sass/global.scss */
.group .base-wrapper .page_content .charter ul li span {
  display: block;
  float: left;
  font-weight: bold;
  color: #1E3A4C;
  padding: 0px;
  line-height: 2;
}
/* line 6469, ../sass/global.scss */
.group .base-wrapper .page_content .charter ul li p {
  margin: 0px;
  padding: 0px;
  text-align: left;
  overflow: hidden;
  padding-left: 10px;
  line-height: 2;
}
/* line 6485, ../sass/global.scss */
.group .base-wrapper .page_content .list {
  margin-top: 50px;
}
/* line 6489, ../sass/global.scss */
.group .base-wrapper .page_content .link {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  /* line 6489, ../sass/global.scss */
  .group .base-wrapper .page_content .link {
    width: 100%;
  }
}
/* line 6500, ../sass/global.scss */
.group .base-wrapper .page_content .link ul {
  text-align: center;
}
/* line 6503, ../sass/global.scss */
.group .base-wrapper .page_content .link ul li {
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  width: 24%;
}
@media (max-width: 768px) {
  /* line 6503, ../sass/global.scss */
  .group .base-wrapper .page_content .link ul li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  /* line 6503, ../sass/global.scss */
  .group .base-wrapper .page_content .link ul li {
    width: 100%;
  }
}
/* line 6521, ../sass/global.scss */
.group .base-wrapper .page_content .link ul li a img {
  padding: 10px;
  border: #c5c5c5 solid 1px;
  box-sizing: border-box;
  max-width: 100%;
}
/* line 6534, ../sass/global.scss */
.group .base-wrapper .page_content #trLink {
  width: 100%;
}
/* line 6537, ../sass/global.scss */
.group .base-wrapper .page_content #trLink ul {
  text-align: left;
  margin: 0px;
}
/* line 6541, ../sass/global.scss */
.group .base-wrapper .page_content #trLink ul li {
  width: 100%;
}
/* line 6551, ../sass/global.scss */
.group .base-wrapper .page_content .contact_us {
  width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6551, ../sass/global.scss */
  .group .base-wrapper .page_content .contact_us {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  /* line 6551, ../sass/global.scss */
  .group .base-wrapper .page_content .contact_us {
    width: 100%;
  }
}
/* line 6565, ../sass/global.scss */
.group .base-wrapper .page_content .contact_us p {
  padding: 0px;
}
/* line 6571, ../sass/global.scss */
.group .base-wrapper .page_content .contact_us ul {
  margin-left: 20px;
  list-style-type: disc;
  margin-top: 10px;
}
/* line 6577, ../sass/global.scss */
.group .base-wrapper .page_content .contact_us ul li {
  line-height: 2;
  border-bottom: #ccc dotted 1px;
}
/* line 6582, ../sass/global.scss */
.group .base-wrapper .page_content .contact_us ul li span {
  font-weight: bold;
  color: #1E3A4C;
}

/* line 6601, ../sass/global.scss */
.group.font-size-small {
  font-size: 0.8em;
}

/* line 6605, ../sass/global.scss */
.group.font-size-medium {
  font-size: 0.9em;
}

/* line 6609, ../sass/global.scss */
.group.font-size-large {
  font-size: 1em;
}

/* line 6616, ../sass/global.scss */
.footer_bg {
  display: block;
  position: relative;
  background-image: url(../img/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  color: #fff;
  line-height: 2;
  padding-bottom: 50px;
  background-color: #153146;
}
/* line 6628, ../sass/global.scss */
.footer_bg::before {
  content: " ";
  position: absolute;
  top: -187px;
  background-image: url(../img/footer_bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 188px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6616, ../sass/global.scss */
  .footer_bg {
    margin-top: 0px;
  }
}
/* line 6646, ../sass/global.scss */
.footer_bg a[href]:focus {
  outline-width: 3px;
  outline-style: dashed;
  outline-color: #FF6176 !important;
}
/* line 6654, ../sass/global.scss */
.footer_bg .footer {
  text-align: center;
  width: 1199px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 6654, ../sass/global.scss */
  .footer_bg .footer {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6654, ../sass/global.scss */
  .footer_bg .footer {
    width: 100%;
    flex-direction: column;
  }
}
/* line 6669, ../sass/global.scss */
.footer_bg .footer .msg-tool {
  color: #fff;
  flex: 0 0 35%;
  padding-right: 30px;
  display: flex;
  padding-top: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6669, ../sass/global.scss */
  .footer_bg .footer .msg-tool {
    display: block;
    border-right: none;
    padding: 30px;
  }
}
@media (max-width: 450px) {
  /* line 6669, ../sass/global.scss */
  .footer_bg .footer .msg-tool {
    padding: 30px;
  }
}
/* line 6688, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_add {
  text-align: left;
  flex: 1.5;
}
/* line 6692, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_add img {
  max-width: 80%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6692, ../sass/global.scss */
  .footer_bg .footer .msg-tool .footer_add img {
    max-width: 100%;
  }
}
/* line 6707, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_link {
  flex: 5;
}
/* line 6710, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_link ul {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
/* line 6715, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_link ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 6720, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_link ul li span {
  display: block;
}
/* line 6724, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_link ul li span a {
  display: block;
  padding: 0 12px 0 0;
  font-size: 0.9em;
  transition: 150ms;
  color: #ffffff;
}
/* line 6735, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_link ul li::after {
  content: '';
  display: block;
  height: 18px;
  color: #ffffff;
  border-right: 1px solid;
  position: absolute;
  top: 8px;
  right: 5px;
}
/* line 6750, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community {
  flex: 1.5;
}
/* line 6753, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul {
  text-align: left;
}
/* line 6756, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li {
  display: inline-block;
}
/* line 6759, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  background-size: 90%;
}
/* line 6775, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.Facebook a {
  background-image: url(../img/01fb.png);
}
/* line 6779, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.Facebook a:hover {
  background-image: url(../img/01fb_hover.png);
}
/* line 6793, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.instagram a {
  background-image: url(../img/02ig.png);
}
/* line 6797, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.instagram a:hover {
  background-image: url(../img/02ig_hover.png);
}
/* line 6808, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.twitter a {
  background-image: url(../img/03tr.png);
}
/* line 6812, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.twitter a:hover {
  background-image: url(../img/03tr_hover.png);
}
/* line 6824, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.youtube a {
  background-image: url(../img/04yt.png);
}
/* line 6828, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.youtube a:hover {
  background-image: url(../img/04yt_hover.png);
}
/* line 6838, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.flickr {
  display: none;
}
/* line 6842, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.flickr a {
  background-image: url(../img/05fk.png);
}
/* line 6845, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_community ul li.flickr a:hover {
  background-image: url(../img/05fk_hover.png);
}
/* line 6963, ../sass/global.scss */
.footer_bg .footer .msg-tool .footer_barrier_free > a {
  background-image: url(../img/aplus.png);
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  width: 150px;
  height: 53px;
}
/* line 6982, ../sass/global.scss */
.footer_bg .footer .add .footer_add1 ul {
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6982, ../sass/global.scss */
  .footer_bg .footer .add .footer_add1 ul {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
/* line 6990, ../sass/global.scss */
.footer_bg .footer .add .footer_add1 ul li {
  display: inline-block;
  background-image: url(../img/footer_map.png);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 6990, ../sass/global.scss */
  .footer_bg .footer .add .footer_add1 ul li {
    background-position: left 5px;
  }
}
/* line 7007, ../sass/global.scss */
.footer_bg .footer .add .footer_add1 ul li + li {
  background-image: url(../img/footer_telephone.png);
}
/* line 7011, ../sass/global.scss */
.footer_bg .footer .add .footer_add1 ul li + li + li {
  background-image: url(../img/footer_email.png);
}
/* line 7016, ../sass/global.scss */
.footer_bg .footer .add .footer_add1 ul li + li a {
  color: #ffffff;
}
/* line 7022, ../sass/global.scss */
.footer_bg .footer .add .footer_add1 ul li::after {
  display: none;
}
/* line 7031, ../sass/global.scss */
.footer_bg .footer .footer-nav {
  border-bottom: #646464 solid 1px;
}
/* line 7037, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul {
  flex: 3;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
/* line 7044, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li {
  flex: 0 0 14%;
  position: inherit;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7044, ../sass/global.scss */
  .footer_bg .footer .footer-nav > ul > li {
    flex: 0 0 50%;
  }
}
@media (max-width: 450px) {
  /* line 7044, ../sass/global.scss */
  .footer_bg .footer .footer-nav > ul > li {
    flex: 0 0 100%;
  }
}
/* line 7064, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav {
  text-align: left;
  flex-direction: column;
}
/* line 7075, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav .hd .head span a {
  line-height: 1.7;
  font-weight: bold;
  color: #ffffff;
  background-image: url(../img/f_title.png);
  background-repeat: no-repeat;
  padding-bottom: 5px;
  background-position: bottom left;
  display: block;
}
/* line 7095, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav .ct {
  box-sizing: border-box;
}
/* line 7099, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav .ct .list-text-nav {
  padding: 5px 0 30px 0;
}
/* line 7103, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav .ct .list-text-nav ul {
  display: inline-block;
  line-height: 1.5;
  margin-top: 10px;
}
/* line 7108, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav .ct .list-text-nav ul li.Second-head {
  padding-left: 12px;
}
/* line 7114, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav .ct .list-text-nav ul li.Second-head span a {
  font-weight: bold;
}
/* line 7125, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav .ct .list-text-nav ul li span a {
  line-height: 1.5;
  font-size: 0.9em;
  color: #ffffff;
  background-image: url(../img/footer_icon.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 15px;
  display: block;
}
/* line 7138, ../sass/global.scss */
.footer_bg .footer .footer-nav > ul > li .nav .ct .list-text-nav ul li.Second-head.hide {
  display: none;
}
/* line 7150, ../sass/global.scss */
.footer_bg .footer .footer-nav .right_submenuarea {
  flex: 1;
  background-color: #ffffff;
}

@media (max-width: 480px) {
  /* line 7174, ../sass/global.scss */
  .slider_model .slider_introduce_box {
    display: none;
  }
  /* line 7179, ../sass/global.scss */
  .slider_model .slider_list_box {
    width: 26%;
  }
  /* line 7187, ../sass/global.scss */
  .slider_model .slider_list_box ul li a {
    padding: 4px;
  }
  /* line 7190, ../sass/global.scss */
  .slider_model .slider_list_box ul li a div {
    width: 20px;
    height: 20px;
  }
  /* line 7197, ../sass/global.scss */
  .slider_model .slider_list_box ul li a p {
    display: none;
  }
  /* line 7210, ../sass/global.scss */
  .slider_model .slider_sec_model_box {
    width: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    border-radius: 0;
  }
  /* line 7224, ../sass/global.scss */
  .slider_model .slider_bottom_box .bg_box {
    padding: 4px 0 2px;
  }
  /* line 7228, ../sass/global.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_dot_box {
    margin: 0 10px;
  }
  /* line 7236, ../sass/global.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul {
    letter-spacing: 4px;
  }
  /* line 7241, ../sass/global.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a {
    height: 26px;
    width: 26px;
  }
  /* line 7255, ../sass/global.scss */
  .slider_model .ctrl_dot_box {
    padding: 4px;
  }
  /* line 7259, ../sass/global.scss */
  .slider_model .ctrl_dot_box ul {
    letter-spacing: 1px;
  }
  /* line 7264, ../sass/global.scss */
  .slider_model .ctrl_dot_box ul li a {
    width: 10px;
    height: 10px;
  }
  /* line 7272, ../sass/global.scss */
  .slider_model h5 {
    font-size: 1.2em;
  }
  /* line 7277, ../sass/global.scss */
  .slider_model p {
    font-size: 1em;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /* line 7290, ../sass/global.scss */
  .slider_model .slider_introduce_box {
    width: 30%;
    top: 10px;
    left: 10px;
    bottom: 10px;
  }
  /* line 7297, ../sass/global.scss */
  .slider_model .slider_introduce_box h5 {
    padding: 6px;
    background-color: #08c;
    color: #fff;
  }
  /* line 7303, ../sass/global.scss */
  .slider_model .slider_introduce_box p {
    text-indent: 0;
    margin: 6px;
  }
  /* line 7308, ../sass/global.scss */
  .slider_model .slider_introduce_box .ctrl_dot_box {
    padding: 4px 0;
  }
  /* line 7313, ../sass/global.scss */
  .slider_model .slider_list_box {
    width: 26%;
  }
  /* line 7321, ../sass/global.scss */
  .slider_model .slider_list_box ul li a {
    padding: 4px;
  }
  /* line 7324, ../sass/global.scss */
  .slider_model .slider_list_box ul li a div {
    width: 20px;
    height: 20px;
  }
  /* line 7331, ../sass/global.scss */
  .slider_model .slider_list_box ul li a p {
    display: none;
  }
  /* line 7344, ../sass/global.scss */
  .slider_model .slider_sec_model_box {
    width: 62%;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  /* line 7352, ../sass/global.scss */
  .slider_model .slider_bottom_box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
  }
  /* line 7359, ../sass/global.scss */
  .slider_model .slider_bottom_box .bg_box {
    padding: 4px 0 2px;
  }
  /* line 7364, ../sass/global.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_dot_box {
    margin: 0 10px;
  }
  /* line 7372, ../sass/global.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul {
    letter-spacing: 4px;
  }
  /* line 7377, ../sass/global.scss */
  .slider_model .slider_bottom_box .bg_box .ctrl_img_box ul li a {
    height: 32px;
    width: 32px;
  }
  /* line 7391, ../sass/global.scss */
  .slider_model .ctrl_dot_box {
    padding: 4px;
  }
  /* line 7395, ../sass/global.scss */
  .slider_model .ctrl_dot_box ul {
    letter-spacing: 1px;
  }
  /* line 7400, ../sass/global.scss */
  .slider_model .ctrl_dot_box ul li a {
    width: 12px;
    height: 12px;
  }
  /* line 7408, ../sass/global.scss */
  .slider_model h5 {
    font-size: 1.2em;
  }
  /* line 7413, ../sass/global.scss */
  .slider_model p {
    font-size: 1em;
  }
}
/* line 7427, ../sass/global.scss */
* {
  box-sizing: border-box;
}

/* line 7456, ../sass/global.scss */
a {
  text-decoration: none;
}

/* line 7460, ../sass/global.scss */
h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 16px;
}

/* line 7466, ../sass/global.scss */
p {
  line-height: 1.8;
  padding: 1em;
}

/* line 7473, ../sass/global.scss */
.container {
  max-width: 1199px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

/* line 7481, ../sass/global.scss */
.mobile_close,
.mobile_open {
  font-size: 1em;
  padding: 1px;
  color: #ffffff;
  line-height: 50px;
  display: block;
}

/* line 7495, ../sass/global.scss */
.mobile_open {
  display: none;
}
@media screen and (max-width: 1199px) {
  /* line 7495, ../sass/global.scss */
  .mobile_open {
    display: block !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  /* line 7495, ../sass/global.scss */
  .mobile_open {
    display: block !important;
  }
}

/* line 7514, ../sass/global.scss */
.fas {
  padding: 1em;
}

/* line 7519, ../sass/global.scss */
.base-mobile {
  display: none;
}
@media (min-width: 0px) and (max-width: 1200px) {
  /* line 7519, ../sass/global.scss */
  .base-mobile {
    display: block;
  }
}
/* line 7526, ../sass/global.scss */
.base-mobile .aside {
  position: fixed;
}
/* line 7531, ../sass/global.scss */
.base-mobile .aside li .submenuarea {
  text-indent: 18px;
  display: none;
}
/* line 7536, ../sass/global.scss */
.base-mobile .aside li .submenuarea.is-active {
  display: block !important;
}

/* line 7546, ../sass/global.scss */
.aside {
  overflow: hidden;
  width: 270px;
  background-color: #333;
  transform: translateX(-270px);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 200vh;
  display: block;
  border-right: 3px solid #017CA0;
  transition: all 0.5s;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
/* line 7569, ../sass/global.scss */
.aside li a {
  display: block;
  color: #fff;
  padding: 1em;
}
/* line 7575, ../sass/global.scss */
.aside li a:hover {
  background-color: #017CA0;
  color: #fff;
  transition: 0.3s;
}
/* line 7587, ../sass/global.scss */
.aside .font-size .hd {
  display: none;
}
/* line 7593, ../sass/global.scss */
.aside .font-size .ct ul {
  text-align: center;
}
/* line 7596, ../sass/global.scss */
.aside .font-size .ct ul li {
  display: inline-block;
}
/* line 7602, ../sass/global.scss */
.aside .font-size .ct ul li span a {
  display: block;
  width: 36px;
  height: 36px;
  transition: 150ms;
  background-color: #646464;
  background-repeat: no-repeat;
  background-position: center;
  font: 0/0 a;
  color: transparent;
}
/* line 7614, ../sass/global.scss */
.aside .font-size .ct ul li span a:hover {
  background-color: #017CA0;
}
/* line 7622, ../sass/global.scss */
.aside .font-size .ct ul li.is-active {
  background-repeat: no-repeat;
}
/* line 7628, ../sass/global.scss */
.aside .font-size .ct ul li.is-active span a {
  background-color: #017CA0;
}
/* line 7641, ../sass/global.scss */
.aside .font-size .ct ul li.small span a {
  text-indent: -9999px;
  background-image: url(../img/font-smail.svg);
  background-size: 55%;
}
/* line 7648, ../sass/global.scss */
.aside .font-size .ct ul li.small.is-active {
  background-image: url(../img/font-large_is-active.svg);
  background-size: 55%;
}
/* line 7659, ../sass/global.scss */
.aside .font-size .ct ul li.medium span a {
  text-indent: -9999px;
  background-image: url(../img/font-medium.svg);
  background-size: 56%;
}
/* line 7666, ../sass/global.scss */
.aside .font-size .ct ul li.medium.is-active {
  background-image: url(../img/font-large_is-active.svg);
  background-size: 58%;
}
/* line 7677, ../sass/global.scss */
.aside .font-size .ct ul li.large span a {
  text-indent: -9999px;
  background-image: url(../img/font-large.svg);
  background-size: 55%;
}
/* line 7684, ../sass/global.scss */
.aside .font-size .ct ul li.large.is-active {
  background-image: url(../img/font-large_is-active.svg);
  background-size: 55%;
}
/* line 7699, ../sass/global.scss */
.aside .share .hd {
  display: none;
}
/* line 7707, ../sass/global.scss */
.aside .share .ct ul {
  text-align: center;
}
/* line 7710, ../sass/global.scss */
.aside .share .ct ul li {
  display: inline-block;
}
/* line 7714, ../sass/global.scss */
.aside .share .ct ul li span {
  display: block;
}
/* line 7718, ../sass/global.scss */
.aside .share .ct ul li span a {
  display: block;
  width: 36px;
  height: 36px;
  transition: 150ms;
  background-color: #646464;
  background-repeat: no-repeat;
  background-position: center;
  font: 0/0 a;
  color: transparent;
}
/* line 7730, ../sass/global.scss */
.aside .share .ct ul li span a:hover {
  background-color: #017CA0;
}
/* line 7744, ../sass/global.scss */
.aside .share .ct ul li.facebook span a {
  background-image: url(../img/facebook-w.svg);
  background-size: 60%;
}
/* line 7749, ../sass/global.scss */
.aside .share .ct ul li.facebook span a:hover {
  background-color: #3c5998;
}
/* line 7755, ../sass/global.scss */
.aside .share .ct ul li.facebook.is-active {
  background-color: #3c5998;
}
/* line 7764, ../sass/global.scss */
.aside .share .ct ul li.twitter span a {
  background-image: url(../img/twitter-w.svg);
  background-size: 60%;
}
/* line 7769, ../sass/global.scss */
.aside .share .ct ul li.twitter span a:hover {
  background-color: #333333;
}
/* line 7776, ../sass/global.scss */
.aside .share .ct ul li.twitter.is-active {
  background-color: #333333;
}
/* line 7785, ../sass/global.scss */
.aside .share .ct ul li.line span a {
  background-image: url(../img/line-w.svg);
  background-size: 70%;
}
/* line 7790, ../sass/global.scss */
.aside .share .ct ul li.line span a:hover {
  background-color: #4bc700;
}
/* line 7797, ../sass/global.scss */
.aside .share .ct ul li.line.is-active {
  background-color: #4bc700;
}
/* line 7806, ../sass/global.scss */
.aside .share .ct ul li.email span a {
  background-image: url(../img/email-w.svg);
  background-size: 60%;
}
/* line 7811, ../sass/global.scss */
.aside .share .ct ul li.email span a:hover {
  background-color: #ffbd38;
}
/* line 7818, ../sass/global.scss */
.aside .share .ct ul li.email.is-active {
  background-color: #ffbd38;
}
/* line 7827, ../sass/global.scss */
.aside .share .ct ul li.print span a {
  background-image: url(../img/print-w.svg);
  background-size: 60%;
}
/* line 7832, ../sass/global.scss */
.aside .share .ct ul li.print span a:hover {
  background-color: #d06e3b;
}
/* line 7839, ../sass/global.scss */
.aside .share .ct ul li.print.is-active {
  background-color: #d06e3b;
}

/* line 7859, ../sass/global.scss */
.fas {
  font-size: 1.4em;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
}

/* line 7868, ../sass/global.scss */
.fa-window-close {
  color: #fff !important;
  right: -12px !important;
  left: auto;
}

/* line 7877, ../sass/global.scss */
.header .menu {
  float: right;
}
/* line 7880, ../sass/global.scss */
.header .menu li {
  float: left;
}
/* line 7883, ../sass/global.scss */
.header .menu li a {
  color: #1E3A4C;
  font-size: 1em;
  padding-right: 1em;
  padding-left: 1em;
  line-height: 50px;
}
/* line 7890, ../sass/global.scss */
.header .menu li a:hover {
  background-color: #1E3A4C;
  padding-top: 17px;
  padding-bottom: 15px;
  color: #333;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  /* line 7903, ../sass/global.scss */
  .header .menu {
    display: none;
    transition: all 0.5s;
  }
  /* line 7908, ../sass/global.scss */
  .header .menu li {
    float: left;
  }
  /* line 7911, ../sass/global.scss */
  .header .menu li a {
    display: block;
    color: #1E3A4C;
    line-height: 50px;
    border-bottom: 1px dashed #1E3A4C;
    transition: all 0.5s;
  }
  /* line 7919, ../sass/global.scss */
  .header .menu li a:hover {
    background-color: #1E3A4C;
    color: #333;
  }
}

/* line 7938, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select {
  width: 90%;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin: 10px 0;
  padding: 10px 0;
}
/* line 7947, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select .hd {
  display: inline-block;
}
/* line 7952, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select .hd .in h4 {
  display: inline-block;
}
/* line 7957, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select .hd .in h4 span a {
  display: none;
  background-color: #1E3A4C;
  color: #fff;
  border-radius: 0.2em;
  padding: 6px;
  font-weight: normal;
  text-decoration: none;
}
/* line 7966, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select .hd .in h4 span a:hover {
  background-color: #876d4b;
  text-decoration: underline;
}
/* line 7978, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select .ct {
  display: inline-block;
}
/* line 7986, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select .ct .in ul li {
  display: initial;
}
/* line 7991, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select .ct .in ul li span select {
  padding: 5px;
  font-size: 1em;
}
/* line 7996, ../sass/global.scss */
.page-footer .in .ct .in .list-multiple.page-select .ct .in ul li span input {
  padding: 5px;
  font-size: 1em;
  width: 50px;
}
/* line 8011, ../sass/global.scss */
.page-footer .in .ct .in .list-text.jump-tool {
  display: none;
}

/* line 8024, ../sass/global.scss */
.open {
  overflow-x: hidden;
}
/* line 8028, ../sass/global.scss */
.open .main {
  transform: translateX(270px);
  transition: all 0.5s;
}
/* line 8033, ../sass/global.scss */
.open .main .header {
  background-color: #000;
}
/* line 8037, ../sass/global.scss */
.open .main .header .base-wrapper {
  opacity: 0.3;
}
/* line 8051, ../sass/global.scss */
.open .aside {
  transform: translateX(0);
  transition: all 0.5s;
  position: fixed;
  height: auto;
  overflow-y: auto;
}

/* line 8062, ../sass/global.scss */
.open > .group .base-wrapper .slider_model {
  margin-top: 0px;
}

/* line 8069, ../sass/global.scss */
.news_release ul.ui-sortable {
  list-style: none;
  padding: 0px;
  display: flex;
}
/* line 8075, ../sass/global.scss */
.news_release ul.ui-sortable li {
  flex: 0 0 calc(20% - 20px);
  border: #ccc solid 1px;
  border-radius: 0.2em;
  margin: 10px;
}
/* line 8086, ../sass/global.scss */
.news_release ul.ui-sortable li .news_list.ui-sortable-handle h3 {
  background-color: #e2e2e2;
  color: #000;
  margin: 0px;
  padding: 0 10px;
}
/* line 8098, ../sass/global.scss */
.news_release ul.ui-sortable li .news_list.ui-sortable-handle .img span {
  padding-bottom: 75%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 8107, ../sass/global.scss */
.news_release ul.ui-sortable li .news_list.ui-sortable-handle .img span img {
  display: none;
}
/* line 8115, ../sass/global.scss */
.news_release ul.ui-sortable li .news_list.ui-sortable-handle .p {
  border-top: #ccc solid 1px;
}
/* line 8119, ../sass/global.scss */
.news_release ul.ui-sortable li .news_list.ui-sortable-handle .p p {
  padding: 0 10px;
}

/* line 8136, ../sass/global.scss */
noscript span {
  padding: 10px;
  display: block;
  margin: auto;
}
