/*20200319*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Raleway:wght@400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}
ol {
  margin-bottom: 0.5em;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  -webkit-overflow-scrolling: touch;
  color: #696969;
  font-size: 14px;
}

body {
  overflow-x: hidden;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

p {
  line-height: 1.8em;
  /*margin-top: 1em;*/
  }

.inline-block {
  font-size: 0;
}
.inline-block > * {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
.inline-block .col1 {
  width: 100%;
}
.inline-block .col3 {
  width: calc( 100% / 3 );
}
.inline-block .col2 {
  width: calc( 100% / 2 );
}
.inline-block .col4 {
  width: calc( 100% / 4 );
}
.inline-block .col6 {
  width: calc( 100% / 6 );
}

input, textarea {
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #acacac;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #acacac;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #acacac;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #acacac;
}
input:focus, textarea:focus {
  outline: none;
}

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

.text-center {
  text-align: center;
}
.text-left{
  text-align: left;
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.afterclear:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

#tdcc {
  position: relative;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.wrap:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}

.mobile {
  display: none!important;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 8px 10px;
  text-align: center;
  cursor: pointer;
  border: none;
  background: none;
}
.btn.btn-br {
  background-color: #b79789;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}
.btn.btn-br::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-weight: 700;
}
.btn.btn-br2 {
  background-color: #b79789;
  color: #ffffff;
  max-width: 220px;
  width: 100%;
  border: none;
  line-height: 1.2;
}
.btn.btn-w {
  background-color: transparent;
  color: #b79789;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.btn.btn-w::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-weight: 700;
}

.btn-b-line {
  text-align: center;
  color: #2d4b94;
  border: 1px solid #2d4b94;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 12px 15px;
  margin: 10px 0;
}
.btn-b-line .icon {
  display: inline-block;
  vertical-align: top;
  margin: -6px 10px -6px 0;
  position: relative;
  width: 26px;
  height: 26px;
}
.btn-b-line.icon-member .icon {
  background: url(../img/template/icon_member_b2.png) no-repeat center center;
}
.btn-b-line.icon-member .icon::before {
  background-image: url(../img/template/icon_member_b.png);
}
.btn-b-line.icon-calendar .icon {
  background: url(../img/template/icon_calendar_b.png) no-repeat center center;
}
.btn-b-line.icon-memberslist .icon {
  width: 27px;
  height: 27px;
  background: url(../img/map/icon_maplist_b.png) no-repeat center center;
}
.btn-br-line {
  text-align: center;
  color: #b79789;
  border: 1px solid #b79789;
  background: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 12px 15px;
  margin: 10px 0;
}

.colorBr {
  color: #b79789;
}

.link {
  color: #ff9e4a;
  display: inline;
  text-decoration: underline;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.7);
  display: none;
}
.mask.active {
  display: block;
}

.btn-top {
  width: 60px;
  height: 60px;
  background-color: rgba(45, 75, 148, 0.8);
  border: 3px solid #ffffff;
  -moz-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2);
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.2);
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
  display: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 80;
}

.icon-member .icon {
  display: inline-block;
  vertical-align: top;
  margin: -6px 10px -6px 0;
  position: relative;
  width: 26px;
  height: 26px;
}
.icon-member .icon::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background: url(../img/template/icon_member_w.png) no-repeat center center;
}

.icon-author::before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  color: #b79789;
}

.icon-date {
  color: #b79789;
}
.icon-date::before {
  content: url(../img/home/icon_calendar.png);
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #987d72;
}

.container {
  background: #f2f3f5 url(../img/template/bg.png) no-repeat left bottom;
  z-index: -1;
}
.container .title {
  position: relative;
  font-size: 35px;
  color: #2d4b94;
  padding-top: 16px;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
}
.container .title::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 26px;
  height: 15px;
  background: url(../img/template/title_b.png) no-repeat left top;
}
.container .list li {
  border-bottom: 1px dotted #b79789;
}
.container .list li a {
  padding: 12px 25px 12px 110px;
  position: relative;
}
.container .list li a .date {
  position: absolute;
  left: 25px;
  top: 12px;
  color: #9a7564;
  display: block;
  font-size: 12px;
}
.container .list li a .date::before {
  content: url(../img/home/icon_calendar.png);
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.container .list li a .text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-height: 16px;
}
.container .page {
  background: url(../img/template/bg3.png) no-repeat left top;
}
.container .page .page-senction {
  padding: 35px 0;
}
.container .page .page-senction.bg-b {
  background: url(../img/template/bg4.png) repeat left top;
}
.container .page .page-senction.bg-line {
  background: url(../img/template/bg5.png) repeat left top;
}
.container .page .page-wrap {
  background-color: #ffffff;
  padding: 30px 35px;
}
.container .page .page-wrap .title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.container .page .page-wrap .title-center {
  position: relative;
  z-index: 5;
}
.container .page .page-wrap .title-center .title {
  display: inline-block;
}
.container .page .page-wrap .title-center .title::after {
  position: absolute;
  left: -10px;
  top: 0;
  width: calc( 100% + 20px );
  height: 100%;
  content: "";
  background-color: #ffffff;
  z-index: -1;
}
.container .page .page-wrap .title-center::before {
  height: 1px;
  width: 100%;
  background-color: #b79789;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.container .page .page-wrap .btn-block {
  margin-top: 20px;
}
.container .page .page-wrap .title-box:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.container .page .page-wrap .row {
  font-size: 0;
  margin: 0 -15px;
}
.container .page .page-wrap .row .col {
  padding: 0 15px;
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
}
.container .page .page-wrap .row .col.col2 {
  width: calc( 100% / 2 );
}
.container .page .page-wrap .row h3 {
  color: #9a7564;
  font-size: 16px;
  font-weight: bold;
}
.container .page .page-wrap .row .text {
  padding: 5px 15px 10px;
}
.container .page .page-wrap .row .b {
  font-weight: bold;
}
.container .page .page-wrap .row ol {
  margin-left: 20px;
}
.container .page .page-wrap .row ol li {
  list-style: decimal;
}
.container .page .page-wrap .row ul li {
  list-style: square;
  margin-left: 1em;
}
.container .page .page-wrap .row p {
  position: relative;
}
.container .page .page-wrap .row p.limit {
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container .page .page-wrap .row p .more {
  display: inline-block;
  padding-left: 5px;
  background-color: #ffffff;
  line-height: 20px;
  padding-top: 5px;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.container .page .page-wrap .row p .more::before {
  content: "...";
  color: #9a7564;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.container .page .page-wrap .row p .more .btn {
  vertical-align: middle;
  padding: 0 10px;
  font-size: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.container .page .page-wrap .flex-row {
  font-size: 0;
  margin: -30px -40px;
}
.container .page .page-wrap .flex-row .col {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
}
.container .page .page-wrap .flex-row .col.col3 {
  width: calc( 100% / 3 );
}
.container .page .page-wrap .flex-row .col.col3-2 {
  width: calc( 100% * 2 / 3 );
}
.container .page .page-wrap .flex-row .col.col1 {
  width: 100%;
}
.container .page .page-wrap .flex-row .column {
  padding: 28px 30px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.container .page .page-wrap .flex-row .column.column-2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.container .page .page-wrap .flex-row .big {
  color: #2d4b94;
  font-size: 55px;
  float: left;
  line-height: 1;
  margin-right: 10px;
}
.container .page .page-wrap .flex-row .midnum {
  color: #9a7564;
  font-size: 25px;
  float: left;
  line-height: 1;
  margin-right: 10px;
}
.container .page .page-wrap .flex-row .img img {
  width: 100%;
}
.container .table {
  border-collapse: collapse;
  border: 1px solid #2d4b94;
  font-size: 14px;
  width: 100%;
}
.container .table thead {
  background-color: #2d4b94;
  color: #ffffff;
}
.container .table thead th {
  padding: 10px;
  text-align: left;
}
.container .table thead th i {
  color: #b79789;
}
.container .table tbody tr {
  border-bottom: 1px dotted #b79789;
}
.container .table tbody tr:nth-child(2n) {
  background-color: #f4f4f4;
}
.container .table tbody tr td {
  padding: 10px;
  line-height: 20px;
}
.container .table tbody tr td .date {
  color: #9a7564;
  font-size: 12px;
}
.container .table tbody tr td .date::before {
  content: url(../img/home/icon_calendar.png);
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.container .table tbody tr td .download {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  position: relative;
}
.container .table tbody tr td .download::after {
  width: 1px;
  position: absolute;
  left: 0;
  top: 5px;
  height: 15px;
  background-color: #707176;
  content: "";
}
.container .table tbody tr td .download::before {
  content: url(../img/home/icon_download.png);
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b79789;
}
.container .table tbody tr td .download:first-child::after {
  display: none;
}
.container .table tbody tr td .download-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 15px;
  position: relative;
}
.container .table tbody tr td .download-icon::after {
  width: 1px;
  position: absolute;
  left: 0;
  top: 18px;
  height: 15px;
  background-color: #707176;
  content: "";
}
.container .table tbody tr td .download-icon.lock {
  background: url(../img/about/icon_lock.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.pdf {
  background: url(../img/about/icon_pdf.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.ppt {
  background: url(../img/about/icon_ppt.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.doc {
  background: url(../img/about/icon_doc.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.xls {
  background: url(../img/about/icon_xls.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.txt {
  background: url(../img/about/icon_txt.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.zip {
  background: url(../img/about/icon_zip.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.pdf_lock {
  background: url(../img/about/icon_pdf_lock.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.ppt_lock {
  background: url(../img/about/icon_ppt_lock.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.doc_lock {
  background: url(../img/about/icon_doc_lock.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.xls_lock {
  background: url(../img/about/icon_xls_lock.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.txt_lock {
  background: url(../img/about/icon_txt_lock.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon.zip_lock {
  background: url(../img/about/icon_zip_lock.png) no-repeat center 10px;
}
.container .table tbody tr td .download-icon:first-child::after {
  display: none;
}
.container .table.normal tbody tr:nth-child(2n) {
  background-color: #ffffff;
}

#header {
  position: relative;
  z-index: 999;
  background-color: #ffffff;
  height: 196px;
}
#header .top-nav {
  background-color: #2d4b94;
  color: #ffffff;
}
#header .top-nav a {
  display: inline-block;
  vertical-align: top;
  padding: 9px 8px 9px 10px;
  position: relative;
  font-size: 12px !important;
}
#header .top-nav a:first-child::before {
  display: none;
}
#header .top-nav a::before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 12px;
  width: 1px;
  background-color: #707176;
  content: "";
}
#header .top-nav a:first-child {
  border-left: none;
}
#header .mid .logo {
  width: 160px;
  height: 92px;
  margin: 15px;
  background: url(../img/template/logo.png) no-repeat left top;
  background-size: contain;
}
#header .mid .btn-ham {
  display: none;
}
#header .bottom-nav {
  position: relative;
  -moz-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  -webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
}
#header .bottom-nav #menu {
  color: #010101;
  font-size: 16px;
}
#header .bottom-nav #menu > ul > li.active > a {
  background-color: #ecf5fc;
  -moz-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  -webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
}
#header .bottom-nav #menu > ul > li:first-child a::before {
  display: none;
}
#header .bottom-nav #menu > ul > li > a {
  padding: 15px 20px;
  position: relative;
}
#header .bottom-nav #menu > ul > li > a::before {
  height: 10px;
  width: 1px;
  content: "";
  background-color: #a9a8ab;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
#header .bottom-nav #menu > ul > li > a.active::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2d4b94;
  height: 3px;
  content: "";
}
#header .bottom-nav #menu .sub {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
  display: none;
}
#header .bottom-nav #menu .sub ul {
  width: calc( 100% / 4 );
  padding: 0 20px;
  border-left: 1px dotted #b79789;
}
#header .bottom-nav #menu .sub ul:first-child {
  border-left: none;
}
#header .bottom-nav #menu .sub ul li {
  margin: 5px 0;
}
#header .bottom-nav #menu .sub ul li a {
  position: relative;
  padding: 10px 10px 10px 35px;
  font-size: 14px;
  color: #696969;
}
#header .bottom-nav #menu .sub ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  left: 10px;
  top: 10px;
  color: #b79789;
  display: block;
}
#header .bottom-nav #menu .sub .col {
  width: calc( 100% / 4 );
  text-align: center;
  padding: 0 20px;
}
#header .bottom-nav #menu .sub .col a {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  max-width: 360px;
  padding: 0;
  -moz-border-radius-topleft: 50px;
  -webkit-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
}
#header .bottom-nav .btn-member {
  background-color: #b79789;
  color: #ffffff;
  padding: 15px 9px;
  text-transform: uppercase;
  -moz-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  -webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
}
#header .bottom-nav .btn-member .icon {
  background: url(../img/template/icon_member_w2.png) no-repeat center center;
}
#header .bottom-nav .btn-member .icon::before {
  background-image: url(../img/template/icon_member_w.png);
}

#footer {
  background-color: #ffffff;
}
#footer .footer-wrap {
  padding: 35px 0 10px;
}
#footer .footer-wrap .col {
  padding: 0 18px;
}
#footer .footer-wrap .col .logo {
  width: 160px;
  height: 92px;
  background: url(../img/template/logo.png) no-repeat left top;
  background-size: contain;
}
#footer .footer-wrap .col h2 {
  font-size: 16px;
  color: #2d4b94;
  margin-bottom: 10px;
  font-weight: bold;
}
#footer .footer-wrap .col ul {
  margin-bottom: 20px;
}
#footer .footer-wrap .col ul li a {
  position: relative;
  padding: 5px 5px 5px 18px;
  font-size: 12px;
}
#footer .footer-wrap .col ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  position: absolute;
  left: 0;
  top: 6px;
  color: #2d4b94;
}
#footer .copyright {
  border-top: 1px solid #707176;
  color: #8a8a8a;
  font-size: 12px;
  padding: 10px 0;
}
#footer .copyright span {
  display: inline-block;
  vertical-align: top;
}
#footer .copyright a {
  text-decoration: underline;
  display: inline;
}

.popup {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0;
}
.popup .popup-wrap {
  background-color: #ffffff;
  position: relative;
}
.popup .popup-wrap .btn-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
  z-index: 10;
  background: url(../img/template/icon_close.png) no-repeat center center;
}
.popup .popup-wrap .title {
  position: relative;
  background-color: #2d4b94;
  text-align: center;
  color: #ffffff;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  font-size: 24px;
  padding: 20px 50px 8px;
}
.popup .popup-wrap .title .logo {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 146px;
  height: 35px;
}
.popup .popup-wrap .popup-content {
  padding: 50px;
}

#member .form-wrap {
  max-width: 450px;
  margin: 0 auto;
}
#member .form-wrap .input-row {
  margin-bottom: 10px;
  position: relative;
}
#member .form-wrap .input-row::before {
  height: 2px;
  width: 0;
  background-color: #9a7564;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  content: "";
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
#member .form-wrap .input-row label {
  font-size: 16px;
  color: #010101;
  display: block;
  padding: 10px;
}
#member .form-wrap .input-row input {
  border: none;
  background-color: #f7f8fa;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #b79789;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
#member .form-wrap .input-row.focus input {
  background-color: #ffffff;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
#member .form-wrap .input-row.focus::before {
  width: 100%;
  -moz-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s;
}
#member .form-wrap .btn-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
#member .form-wrap .btn-block .btn {
  padding: 10px;
  font-size: 16px;
}

#pageBanner {
  background: url(../img/template/banner.png) no-repeat center center;
  background-size: cover;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  color: #ffffff;
  padding-top: 75px;
  padding-bottom: 20px;
}
#pageBanner .sub {
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 35px;
  margin-left: 15px;
}
#pageBanner .sub::after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
}
#pageBanner h2 {
  font-size: 40px;
  position: relative;
  margin-left: 15px;
}
#pageBanner h2::before {
  width: 30px;
  height: 23px;
  position: absolute;
  left: 0;
  top: -20px;
  content: "";
  background: url(../img/template/icon_title.png) no-repeat left top;
}

.pagination-web {
  margin-top: 15px;
}
.pagination-web .pagination-left a {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #2d4b94;
  margin: 0 1px;
  font-size: 14px;
  padding: 5px 10px;
}
.pagination-web .pagination-left a i {
  margin: 0 5px;
}
.pagination-web .pagination-left a.active {
  background-color: #b79789;
}
.pagination-web .pagination-right {
  margin-left: 30px;
}
.pagination-web .pagination-right label, .pagination-web .pagination-right span {
  padding: 5px 2px;
  display: inline-block;
  vertical-align: top;
}
.pagination-web .pagination-right select {
  height: 24px;
  border: 1px solid #2d4b94;
}
.pagination-web .pagination-right .btn {
  height: 24px;
  background-color: #2d4b94;
  color: #ffffff;
  padding: 0 10px;
  line-height: 24px;
}
.pagination-web .pagination-right .line {
  position: relative;
}
.pagination-web .pagination-right .line::before {
  display: inline-block;
  vertical-align: top;
  height: 15px;
  width: 1px;
  background-color: #2d4b94;
  content: "";
  margin-right: 8px;
}

.tabs .tabs-content .tabs-block {
  display: none;
}
.tabs .tabs-content .tabs-block.active {
  display: block;
}

#index {
  background-color: #f2f3f5;
}
#index #banner {
  background: #f2f3f5 url(../img/template/bg1.png) repeat left top;
  height: 520px;
  position: relative;
}
#index #banner::before {
  content: "";
  width: 115px;
  height: 273px;
  position: absolute;
  left: 0;
  top: 95px;
  z-index: 0;
  background: url(../img/home/banner_bg1.png) no-repeat left top;
}
#index #banner::after {
  content: "";
  width: 286px;
  height: 112px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: url(../img/home/banner_bg2.png) no-repeat left top;
}
#index #banner .home-slider {
  position: relative;
}
#index #banner .home-slider .slider-item {
  height: 520px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index #banner .home-slider .slider-item .text {
  width: 400px;
  color: #2d4b94;
  padding: 80px 50px 80px 100px;
  line-height: 1.3;
}
#index #banner .home-slider .slider-item .text h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  left: 50px;
}
#index #banner .home-slider .slider-item .text h3 {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  left: 50px;
}
#index #banner .home-slider .slider-item .text p {
  font-size: 12px;
  line-height: 1.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  left: 50px;
}
#index #banner .home-slider .slider-item .img {
  position: absolute;
  top: 0;
  left: calc( 400px + ( 100vw - 1200px ) / 2 );
  width: calc( 100vw - 400px - ( 100vw - 1200px ) / 2);
  z-index: -1;
  overflow: hidden;
}
#index #banner .home-slider .slider-item .img .web{
  display: block !important;
}
#index #banner .home-slider .slider-item .img .mobile{
  display: none !important;
}
#index #banner .home-slider .slider-item .img img {
  width: 100%;
}
#index #banner .home-slider .slider-item.ani .text h2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#index #banner .home-slider .slider-item.ani .text h3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 2s;
  -o-transition-duration: 2s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#index #banner .home-slider .slider-item.ani .text p {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
#index #banner .home-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #b79789;
  color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=86);
  opacity: 0.4;/**/
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  border: none;
}
#index #banner .home-slider .slick-arrow.slick-prev {
  left: calc( 15px + ( 100vw - 1200px ) / 2 );
}
#index #banner .home-slider .slick-arrow.slick-next {
  right: calc( 15px + ( 100vw - 1200px ) / 2 );
}
#index #newAbout {
  position: relative;
}
#index #news {
  position: absolute;
  top: -80px;
  left: 50%;
  margin-left: -600px;
  z-index: 10;
  padding: 0 50px;
}
#index #news .news-wrap {
  background-color: #ffffff;
  padding: 20px 20px 5px;
  border: 5px solid #2d4b94;
  -moz-box-shadow: 8px 8px 10px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 8px 8px 10px rgba(1, 1, 1, 0.1);
  box-shadow: 8px 8px 10px rgba(1, 1, 1, 0.1);
}
#index #news .news-wrap:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#index #news .tabs .tabs-nav {
  padding-left: 135px;
  border-bottom: 2px solid #b79789;
  margin-top: -30px;
  position: relative;
  z-index: 5;
}
#index #news .tabs .tabs-nav li {
  width: calc( 100% / 4 );
}
#index #news .tabs .tabs-nav li a {
  padding: 10px 15px;
  color: #2d4b94;
  text-align: center;
}
#index #news .tabs .tabs-nav li a.active {
  background-color: #b79789;
  color: #ffffff;
}
#index #news .tabs .tabs-content .tabs-block .list li {
  border-bottom: 1px dotted #b79789;
}
#index #news .tabs .tabs-content .tabs-block .list li a {
  padding: 12px 25px 12px 110px;
  position: relative;
}
#index #news .tabs .tabs-content .tabs-block .list li a .date {
  position: absolute;
  left: 25px;
  top: 12px;
  color: #9a7564;
  display: block;
  font-size: 12px;
}
#index #news .tabs .tabs-content .tabs-block .list li a .date::before {
  content: url(../img/home/icon_calendar.png);
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#index #news .tabs .tabs-content .tabs-block .list li a .text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index #news .left-block {
  width: calc( 100% / 3 * 2 );
}
#index #news .left-block .btn-block {
  margin: 15px 0;
}
#index #news .right-block {
  width: calc( 100% / 3 );
  padding-bottom: 30px;
}
#index #news .right-block a {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 90px;
  margin-left: 30px;
}
#index #news .right-block a .img {
  width: 85px;
  height: 85px;
  display: block;
  padding-top: 18px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
}
#index #news .right-block a .img img {
  position: relative;
  z-index: 5;
}
#index #news .right-block a .img::after {
  background-color: #2d4b94;
  width: 85px;
  height: 85px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
}
#index #news .right-block a .img::before {
  position: absolute;
  width: 105px;
  height: 105px;
  left: -10px;
  top: -10px;
  content: "";
  -moz-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  background-color: #ecf5fc;
  z-index: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#index #news .right-block a .text {
  color: #2d4b94;
  display: inline-block;
  text-transform: uppercase;
}
#index #news .right-block a.lock .text {
  position: relative;
}
#index #news .right-block a.lock .text::before {
  color: #b79789;
  font-family: "Font Awesome 5 Free";
  content: "\f023";
  position: absolute;
  left: -15px;
  font-weight: 700;
  top: 0;
}
#index #about {
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 0;
  z-index: 5;
}
#index #about::before {
  content: "";
  width: 506px;
  height: 586px;
  background: url(../img/home/about_bg2.png) no-repeat left top;
  right: 0;
  bottom: -200px;
  position: absolute;
  pointer-events: none;
}
#index #about .left-block {
  width: 50%;
  background: url(../img/template/bg2.png) repeat left top;
  padding: 220px 50px 20px;
}
#index #about .left-block h2 {
  font-size: 35px;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #ffffff;
}
#index #about .left-block p {
  font-size: 12px;
  line-height: 1.7;
  /*line-height: 1.4;*/
  color: #c5cde1;
}
#index #about .left-block .btn-block {
  margin-top: 20px;
}
#index #about .right-block {
  width: 50%;
  position: relative;
  padding: 267px 35px 20px;
  /*padding: 200px 50px 20px;*/
}
#index #about .right-block::before {
  position: absolute;
  content: "";
  width: 391px;
  height: 140px;
  background: url(../img/template/bg3.png) no-repeat left top;
  left: 0;
  top: 130px;
}
#index #about .right-block .about-slider .img {
  width: 60%;
  float: left;
  margin-right: 20px;
}
#index #about .right-block .about-slider .text {
  overflow: hidden;
}
#index #about .right-block .about-slider .text .title {
  font-size: 22px;
  margin-bottom: 20px;
}
#index #about .right-block .about-slider .text .title .sub-title {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
#index #about .right-block .about-slider .text p {
  font-size: 12px;
  line-height: 1.7;
}
#index #about .right-block .about-slider .text .btn-block {
  margin-top: 20px;
}
#index #about .right-block .about-slider .slick-dots {
  width: 50%;
  text-align: center;
  margin-top: 20px;
}
#index #about .right-block .about-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#index #about .right-block .about-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border: 1px solid #2d4b94;
  font-size: 0;
  background: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#index #about .right-block .about-slider .slick-dots li.slick-active button {
  border-color: #ffffff;
  background: #2d4b94;
}
#index #report {
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 20px;
  clear: both;
  position: relative;
}
#index #report::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -40px;
  height: calc( 100% + 40px );
  width: calc( 1200px + ( 100vw - 1200px ) / 2 );
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#52ffffff',GradientType=0 );
  /* IE6-9 */
}
#index #report .left-block {
  width: 50%;
  position: relative;
}
#index #report .left-block::before {
  content: "";
  top: 0;
  width: 80%;
  height: 50%;
  left: 10%;
  z-index: -1;
  position: absolute;
}
#index #report .left-block .title {
  font-size: 30px;
  margin-bottom: 10px;
}
#index #report .left-block .video-wrap {
  height: 378px;
  width: 100%;
  position: relative;
  z-index: 10;
}
#index #report .left-block .video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index #report .left-block .btn-block {
  margin-top: 10px;
  position: relative;
  z-index: 0;
}
#index #report .left-block .btn-block::before {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #b79789;
  z-index: -1;
  content: "";
}
#index #report .right-block {
  width: 50%;
  padding: 20px 20px 20px 40px;
}
#index #report .right-block .title {
  margin-bottom: 10px;
}
#index #report .right-block .list {
  border-top: 2px solid #b79789;
}
#index #report .right-block .list li {
  position: relative;
}
#index #report .right-block .list li a {
  padding: 15px 60px 13px 100px;
}
#index #report .right-block .list li a .date {
  left: 10px;
  top: 15px;
}
#index #report .right-block .list li .download {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  text-align: right;
  padding: 15px;
}
#index #report .right-block .list li .download.lock::before {
  color: #b79789;
  font-family: "Font Awesome 5 Free";
  content: "\f023";
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  margin-right: 10px;
}
#index #report .right-block .btn-block {
  margin-top: 15px;
}
#index #event {
  background: url(../img/home/event_bg1.png) no-repeat left top;
  position: relative;
  padding-top: 50px;
  padding-bottom: 25px;
  overflow: hidden;
  clear: both;
}
#index #event::before {
  background: url(../img/home/event_bg2.png) no-repeat left top;
  content: "";
  width: 383px;
  height: 341px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
#index #event .left-block {
  width: 50%;
  padding-right: 50px;
}
#index #event .left-block .title {
  display: inline-block;
}
#index #event .right-block {
  width: 50%;
}
#index #event .right-block .gallery {
  padding: 20px 20px;
  position: relative;
  z-index: 5;
}
#index #event .right-block .gallery::before {
  content: "";
  background: url(../img/template/bg2.png) repeat left top;
  position: absolute;
  left: 0;
  top: 0;
  width: calc( 100% + ( 100vw - 1200px ) / 2 );
  height: 100%;
  z-index: -1;
}
#index #event .right-block .gallery .gal-item {
  width: calc( ( 100% / 2 ) - 20px );
  margin: 0 20px 20px 0;
  border: 3px solid #b79789;
  background-color: #f2f3f5;
  overflow: hidden;
}
#index #event .right-block .gallery .gal-item .img {
  overflow: hidden;
  display: block;
  position: relative;
}
#index #event .right-block .gallery .gal-item .img::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
#index #event .right-block .gallery .gal-item .img img {
  width: 100%;
  max-width: none;
}
#index #event .right-block .gallery .gal-item .text {
  display: block;
  padding: 0 15px;
  line-height: 1.2;
}
#index #event .right-block .gallery .gal-item .text h3 {
  font-size: 14px;
  color: #2d4b94;
  margin: 15px 0;
}
#index #event .right-block .gallery .gal-item .text p {
  font-size: 12px;
  line-height: 1.7;
}
#index #event .right-block .gallery .gal-item .bottom {
  margin-top: 10px;
  padding: 15px;
  display: block;
}
#index #event .right-block .gallery .gal-item .bottom span {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
#index #event .right-block .gallery .gal-item .bottom span.author {
  border-right: 1px solid #8a8a8a;
}
#index #event .right-block .gallery .gal-item .bottom span.author::before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  color: #b79789;
}
#index #event .right-block .gallery .gal-item .bottom span.date {
  color: #b79789;
}
#index #event .right-block .gallery .gal-item .bottom span.date::before {
  content: url(../img/home/icon_calendar_light.png);
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#index #event .right-block .btn-block {
  margin-bottom: -35px;
  position: relative;
  z-index: 5;
  display: block;
  padding-right: 30px;
}
#index #monthly {
  margin-top: 15px;
}
#index #monthly .monthly-day-wrap .monthly-day {
  width: calc( 100% / 3 );
}
#index #monthly .monthly-day-wrap .monthly-day .day {
  padding-left: 2px;
  padding-right: 2px;
}
#index #monthly .monthly-event-list ul {
  margin: 10px;
}
#index #monthly .monthly-event-list ul li a .category-box {
  width: auto;
}
#index #monthly .monthly-event-list ul li a .date {
  width: auto;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 0;
}
#index #monthly .monthly-event-list ul li a .date::after {
  left: 0;
  right: auto;
}
#index #monthly .monthly-event-list ul li a .text {
  display: block;
  width: 100%;
  padding-left: 0;
}
#index .pdf {
  color: #ba2727;
}
#index .ppt {
  color: #f65613;
}
#index .doc {
  color: #1757bb;
}
#index .xls {
  color: #117e43;
}
#index .txt {
  color: #59a5a5;
}
#index .zip {
  color: #556080;
}

.monthly .monthly-header {
  background-color: #2d4b94;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 35px;
  position: relative;
  padding: 8px 50px;
}
.monthly .monthly-header .monthly-next {
  position: absolute;
  width: 15px;
  height: 25px;
  background: url(../img/template/arrow_right.png) no-repeat left center;
  right: 20px;
  top: 14px;
}
.monthly .monthly-header .monthly-prev {
  position: absolute;
  width: 15px;
  height: 25px;
  top: 14px;
  left: 20px;
  background: url(../img/template/arrow_left.png) no-repeat right center;
}
.monthly .monthly-box {
  width: 100%;
}
.monthly .monthly-day-wrap {
  background-color: #f7f8fa;
}
.monthly .monthly-day-wrap .monthly-day {
  width: calc( 100% / 6 );
  text-align: center;
  font-size: 30px;
  padding: 0;
  border: 1px solid #b79789;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.monthly .monthly-day-wrap .monthly-day .day {
  height: 150px;
  padding: 20px;
}
.monthly .monthly-day-wrap .monthly-day .day .monthly-day-number {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}
.monthly .monthly-day-wrap .monthly-day a.active {
  background-color: #ffffff;
  position: relative;
}
.monthly .monthly-day-wrap .monthly-day a.active::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  border-width: 10px 10px;
  border-color: #b79789 transparent transparent transparent;
  border-style: solid;
  z-index: 5;
  margin-left: -5px;
  bottom: -20px;
}
.monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap {
  margin-top: 15px;
  padding-left: 5px;
  text-align: left;
}
.monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap .category {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap .category .count {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #696969;
  font-weight: bold;
}
.monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap .category.event-g {
  background-color: #d1f7c4;
}
.monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap .category.event-y {
  background-color: #ffeab6;
}
.monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap .category.event-b {
  background-color: #d0f0fd;
}
.monthly .monthly-event-list {
  width: 100%;
  display: block;
  padding: 1px;
}
.monthly .monthly-event-list ul {
  margin: 10px;
  text-align: left;
  background-color: #ffffff;
}
.monthly .monthly-event-list ul li {
  border-top: 1px dotted #cccccc;
}
.monthly .monthly-event-list ul li:first-child {
  border-top: none;
}
.monthly .monthly-event-list ul li a {
  padding: 10px;
  line-height: 1.2;
}
.monthly .monthly-event-list ul li a .category-box {
  width: 140px;
}
.monthly .monthly-event-list ul li a .category {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  padding: 5px 10px;
  font-size: 12px;
  color: #696969;
  display: inline-block;
}
.monthly .monthly-event-list ul li a .category.event-g {
  background-color: #d1f7c4;
}
.monthly .monthly-event-list ul li a .category.event-y {
  background-color: #ffeab6;
}
.monthly .monthly-event-list ul li a .category.event-b {
  background-color: #d0f0fd;
}
.monthly .monthly-event-list ul li a .date {
  color: #9a7564;
  width: 90px;
  position: relative;
  padding: 5px 10px 5px 0;
}
.monthly .monthly-event-list ul li a .date::after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  background-color: #cccccc;
  width: 2px;
  height: 15px;
}
.monthly .monthly-event-list ul li a .text {
  padding: 5px 0 5px 10px;
  line-height: 1.4;
}
.monthly .hideTable {
  display: none !important;
}

#video .gallery .gallery-item {
  width: calc( 100% / 4 );
  padding: 0 5px;
  margin-bottom: 15px;
}

.square-button {
text-align: center;
padding: 0.8em 0 2.8em 0 !important;
}

#video .gallery .gallery-item a {
  border: 1px solid #b79789;
}
#video .gallery .gallery-item a .video, #video .gallery .gallery-item a .img {
  width: calc( 100% - 20px );
  display: block;
  position: relative;
  z-index: 5;
}
#video .gallery .gallery-item a .video::before, #video .gallery .gallery-item a .img::before {
  position: absolute;
  width: calc( 100% + 5px );
  right: -20px;
  top: 20px;
  height: calc( 100% + 5px);
  background-color: #f2f3f5;
  content: "";
  z-index: -1;
}
#video .gallery .gallery-item a .text {
  display: block;
  padding: 10px 15px;
  position: relative;
  z-index: 5;
}
#video .gallery .gallery-item a .text h3 {
  color: #2d4b94;
  font-size: 16px;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  margin-bottom: 10px;
  padding-left: 5px;
}
#video .gallery .gallery-item a .text .icon-author {
  font-size: 14px;
}
#video .gallery .gallery-item a .text .icon-date {
  font-size: 12px;
  margin-top: 10px;
}

.gallery-book .popup-wrap .popup-content {
  padding: 40px 20px 20px;
}
.gallery-book .popup-wrap .popup-content .video-iframe, .gallery-book .popup-wrap .popup-content .photo-slider {
  width: calc( 100% - 20px );
  position: relative;
  z-index: 5;
}
.gallery-book .popup-wrap .popup-content .video-iframe::before, .gallery-book .popup-wrap .popup-content .photo-slider::before {
  position: absolute;
  width: 100%;
  right: -40px;
  top: -20px;
  height: calc( 100% + ( 18px * 2 ) + 45px);
  background-color: #f2f3f5;
  content: "";
  z-index: -1;
}
.gallery-book .popup-wrap .popup-content .photo-text {
  padding: 15px 0 0 45px;
  position: relative;
  z-index: 5;
}
.gallery-book .popup-wrap .popup-content .photo-text h3 {
  color: #2d4b94;
  font-size: 16px;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  margin-bottom: 20px;
  padding-left: 5px;
}
.gallery-book .popup-wrap .popup-content .photo-text .icon-author {
  font-size: 14px;
}
.gallery-book .popup-wrap .popup-content .photo-text .bottom {
  margin-top: 40px;
  font-size: 12px;
}
.gallery-book .popup-wrap .popup-content .photo-text .bottom:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
.gallery-book .popup-wrap .popup-content .photo-text .bottom .photo-count {
  color: #010101;
}
.gallery-book .popup-wrap .popup-content .photo-text .bottom .photo-count .num {
  display: inline-block;
  padding: 0 5px;
  color: #987d72;
}
.gallery-book .popup-wrap .popup-content .photo-text .bottom .photo-count .icon-photo::before {
  font-family: "Font Awesome 5 Free";
  content: "\f03e";
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  color: #987d72;
}
.gallery-book .popup-wrap .popup-content .photo-text .bottom .photo-count .icon-photos::before {
  font-family: "Font Awesome 5 Free";
  content: "\f302";
  display: inline-block;
  margin-right: 5px;
  font-weight: 900;
  color: #987d72;
}

#videoBook .popup-wrap .popup-content .video-iframe {
  height: 500px;
}
#videoBook .popup-wrap .popup-content .video-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}

#galleryBook .popup-wrap .popup-content .photo-slider .photo-item {
  text-align: center;
}
#galleryBook .popup-wrap .popup-content .photo-slider .photo-item img {
  display: inline-block;
}
#galleryBook .popup-wrap .popup-content .photo-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #b79789;
  color: #ffffff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=86);
  opacity: 0.86;
  top: 50%;
  z-index: 10;
  border: 2px solid #ffffff;
}
#galleryBook .popup-wrap .popup-content .photo-slider .slick-arrow.slick-prev {
  left: -70px;
}
#galleryBook .popup-wrap .popup-content .photo-slider .slick-arrow.slick-next {
  right: -90px;
}

#aboutCharter .title-box .search {
  margin-top: 10px;
}
#aboutCharter .title-box .search a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
}
#aboutCharter .title-box .search a i {
  color: #b79789;
}
#aboutCharter .title-box .search .search-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#aboutCharter .title-box .search .search-box input {
  padding: 5px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #dadce1;
  height: 40px;
  padding-right: 40px;
}
#aboutCharter .title-box .search .search-box .btn-search {
  background-color: #b79789;
  width: 30px;
  height: 30px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
}

#aboutHistory #aboutInfo .bottom {
  margin-top: 50px;
  width: 250px;
  float: right;
}
#aboutHistory #timeline .timeline-wrap {
  position: relative;
}
#aboutHistory #timeline .timeline-wrap:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#aboutHistory #timeline .timeline-wrap .timeline-line {
  position: absolute;
  width: 6px;
  height: 100%;
  left: 50%;
  margin-left: -3px;
  top: 0;
  background-color: #e6e6e6;
}
#aboutHistory #timeline .timeline-wrap .timeline-line::before, #aboutHistory #timeline .timeline-wrap .timeline-line::after {
  height: 6px;
  background-color: #e6e6e6;
  position: absolute;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  content: "";
}
#aboutHistory #timeline .timeline-wrap .timeline-line::before {
  top: 0;
}
#aboutHistory #timeline .timeline-wrap .timeline-line::after {
  bottom: 0;
}
#aboutHistory #timeline .timeline-wrap .timeline-item {
  width: calc( 50% - 30px );
  float: left;
  clear: both;
}
#aboutHistory #timeline .timeline-wrap .timeline-item .date {
  font-size: 16px;
  color: #26407e;
  text-align: right;
  margin-bottom: 5px;
}
#aboutHistory #timeline .timeline-wrap .timeline-item .list-box {
  position: relative;
  background-color: #f2f3f5;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 15px 20px;
}
#aboutHistory #timeline .timeline-wrap .timeline-item .list-box::before {
  content: "";
  position: absolute;
  right: -30px;
  border-style: solid;
  border-width: 10px 15px;
  border-color: transparent transparent transparent #f2f3f5;
  top: 10px;
}
#aboutHistory #timeline .timeline-wrap .timeline-item .list-box::after {
  content: "";
  position: absolute;
  right: -38px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #26407e;
  border: 3px solid #ffffff;
  width: 10px;
  height: 10px;
  top: 10px;
}
#aboutHistory #timeline .timeline-wrap .timeline-item .list-box ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
  line-height: 1.4;
}
#aboutHistory #timeline .timeline-wrap .timeline-item .list-box ul li::before {
  color: #2d4b94;
  font-family: "Font Awesome 5 Free";
  content: "\f5ad";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 2px;
}
#aboutHistory #timeline .timeline-wrap .timeline-item:nth-child(2n+1) {
  float: right;
  margin-top: -55px;
}
#aboutHistory #timeline .timeline-wrap .timeline-item:nth-child(2n+1) .date {
  text-align: left;
}
#aboutHistory #timeline .timeline-wrap .timeline-item:nth-child(2n+1) .list-box {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
#aboutHistory #timeline .timeline-wrap .timeline-item:nth-child(2n+1) .list-box::before {
  right: auto;
  left: -30px;
  border-color: transparent #f2f3f5 transparent transparent;
}
#aboutHistory #timeline .timeline-wrap .timeline-item:nth-child(2n+1) .list-box::after {
  left: -38px;
  right: auto;
}

#aboutMember #ourMembers .members-map {
  width: 100%;
  height: 580px;
  overflow: hidden;
  position: relative;
  padding-left: 35px;
}
#aboutMember #ourMembers .members-map svg {
  visibility: visible;
  pointer-events: visible;
}
#aboutMember #ourMembers .members-map .btn-zoom {
  position: absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #2d4b94;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 25px;
  height: 25px;
  padding: 5px;
  left: 0;
  top: 0;
}
#aboutMember #ourMembers .members-map .btn-zoom.zoom-down {
  top: 30px;
}
#aboutMember #ourMembers .members-map .map-dot {
  fill: #b79789;
  stroke: #ffffff;
  cursor: pointer;
}
#aboutMember #ourMembers .btnGo {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  padding-bottom: 11px;
}
#aboutMember #memberList .col {
  width: calc( 100% / 4 );
  padding: 0 10px;
  margin-bottom: 20px;
}
#aboutMember #memberList .col h3 {
  font-size: 30px;
  color: #9a7564;
  border-bottom: 1px solid #2d4b94;
  padding: 0 10px 10px;
  font-family: "Raleway", "Noto Sans TC", "Microsoft JhengHei", "Segoe UI", -apple-system, system-ui, Helvetica, Arial, sans-serif, Impact;
  font-weight: bold;
}
#aboutMember #memberList .col ul li {
  border-bottom: 1px dashed #cccccc;
}
#aboutMember #memberList .col ul li a {
  padding: 10px 10px 10px 25px;
  position: relative;
  line-height: 1.6;
}
#aboutMember #memberList .col ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  font-weight: 700;
  color: #9a7564;
  left: 5px;
  top: 10px;
}

.map-alt {
  background-color: rgba(1, 1, 1, 0.8);
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  z-index: 10;
  font-size: 12px;
}

#calendar .top-block:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#calendar #monthlyCalendar .top-block:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#calendar #monthlyCalendar .top-block .year {
  font-size: 70px;
  color: #f2f3f5;
  margin-bottom: -6px;
}
#calendar #monthlyCalendar .top-block .tag {
  margin-top: 30px;
}
#calendar #monthlyCalendar .top-block .tag .category {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 6px;
}
#calendar #monthlyCalendar .top-block .tag .category.event-g {
  background-color: #d1f7c4;
}
#calendar #monthlyCalendar .top-block .tag .category.event-y {
  background-color: #ffeab6;
}
#calendar #monthlyCalendar .top-block .tag .category.event-b {
  background-color: #d0f0fd;
}

.td_none {
  display: none;
}

#formNormal .title:after, #formProfile .title:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
}
#formNormal .member-name, #formProfile .member-name {
  color: #2d4b94;
  /*padding: 5px 20px;*/
  padding: 13px 20px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  /*border: 1px solid #2d4b94;*/
  font-size: 14px;
  width: 160px;
  text-align: center;
  background: #fff;
  box-shadow: 0 -2.2em 1.5em -3em rgba(1, 1, 1, 0.3) inset;
  -moz-box-shadow: 0 -2.2em 1.5em -3em rgba(1, 1, 1, 0.3) inset;
  -webkit-box-shadow: 0 -2.2em 1.5em -3em rgba(1, 1, 1, 0.3) inset;
}
#formNormal .btn-block .btn, #formProfile .btn-block .btn {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 20px;
  margin: 0 5px;
  border: 1px solid #b79789;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#formNormal .btn-block .btn.btn-line-br, #formProfile .btn-block .btn.btn-line-br {
  color: #b79789;
}
#formNormal .btn-block .btn.btn-br::after, #formProfile .btn-block .btn.btn-br::after {
  display: none;
}
#formNormal .form-wrap .input-row, #formProfile .form-wrap .input-row {
  margin: 10px 0;
  position: relative;
  padding-left: 65px;
}
#formNormal .form-wrap .input-row label, #formProfile .form-wrap .input-row label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 30px;
  color: #010101;
}
#formNormal .form-wrap .input-row label span, #formProfile .form-wrap .input-row label span {
  color: #b79789;
  font-size: 12px;
}
#formNormal .form-wrap .input-row input, #formNormal .form-wrap .input-row select, #formProfile .form-wrap .input-row input, #formProfile .form-wrap .input-row select {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  height: 31px;
  color: #707176;
}
#formNormal .form-wrap .input-row input[disabled], #formNormal .form-wrap .input-row select[disabled], #formProfile .form-wrap .input-row input[disabled], #formProfile .form-wrap .input-row select[disabled] {
  border: none;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0;
}
#formNormal .form-wrap .input-row .output, #formProfile .form-wrap .input-row .output {
  padding: 5px;
  line-height: 1.4;
  min-height: 29px;
}
#formNormal .form-wrap .input-row .output + input, #formProfile .form-wrap .input-row .output + input {
  display: none;
}
#formNormal .form-wrap .block, #formProfile .form-wrap .block {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #b79789;
}
#formNormal .form-wrap .block textarea, #formProfile .form-wrap .block textarea {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  width: 100%;
  height: 160px;
  padding: 5px 10px;
  font-size: 14px;
  color: #707176;
}
#formNormal .form-wrap .block .checkbox-group .col4, #formProfile .form-wrap .block .checkbox-group .col4 {
  width: 26%;
}
#formNormal .form-wrap .block .checkbox-group .col4:first-child, #formProfile .form-wrap .block .checkbox-group .col4:first-child {
  width: 22%;
}
#formNormal .form-wrap .block .block, #formProfile .form-wrap .block .block {
  padding-top: 0;
}
#formNormal .form-wrap .block .block:last-child, #formProfile .form-wrap .block .block:last-child {
  border-bottom: none;
}
#formNormal .form-wrap .checkbox-item, #formProfile .form-wrap .checkbox-item {
  margin-bottom: 8px;
}
#formNormal .form-wrap .checkbox-item [type="checkbox"], #formProfile .form-wrap .checkbox-item [type="checkbox"] {
  display: none;
}
#formNormal .form-wrap .checkbox-item [type="checkbox"]:disabled + label::before {
        background-color: gainsboro;
    }
#formNormal .form-wrap .checkbox-item [type="checkbox"] + label, #formProfile .form-wrap .checkbox-item [type="checkbox"] + label {
  display: inline-block;
  padding: 5px 5px 5px 25px;
  position: relative;
}
#formNormal .form-wrap .checkbox-item [type="checkbox"] + label::before, #formProfile .form-wrap .checkbox-item [type="checkbox"] + label::before {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  z-index: 1;
}
#formNormal .form-wrap .checkbox-item [type="checkbox"] + label .new, #formProfile .form-wrap .checkbox-item [type="checkbox"] + label .new {
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px;
  background-color: #f0bc5e;
  color: #010101;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: -1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#formNormal .form-wrap .checkbox-item [type="checkbox"] + label .item, #formProfile .form-wrap .checkbox-item [type="checkbox"] + label .item {
  display: inline-block;
  vertical-align: top;
}
#formNormal .form-wrap .checkbox-item [type="checkbox"] + label .item input, #formProfile .form-wrap .checkbox-item [type="checkbox"] + label .item input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  width: 150px;
  padding: 5px 10px;
  font-size: 14px;
  color: #707176;
  margin-top: -7px;
}
#formNormal .form-wrap .checkbox-item [type="checkbox"]:checked + label::before, #formProfile .form-wrap .checkbox-item [type="checkbox"]:checked + label::before {
  background-color: #b79789;
}
#formNormal .form-wrap .checkbox-item [type="checkbox"]:checked + label::after, #formProfile .form-wrap .checkbox-item [type="checkbox"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: #ffffff;
  font-weight: 900;
  position: absolute;
  left: 3px;
  top: 8px;
  z-index: 5;
  font-size: 12px;
}
#formNormal .form-wrap .radio-item, #formProfile .form-wrap .radio-item {
  margin-bottom: 8px;
}
#formNormal .form-wrap .radio-item [type="radio"], #formProfile .form-wrap .radio-item [type="radio"] {
  display: none;
}
#formNormal .form-wrap .radio-item [type="radio"] + label, #formProfile .form-wrap .radio-item [type="radio"] + label {
  display: inline-block;
  padding: 5px 5px 5px 25px;
  position: relative;
}
#formNormal .form-wrap .radio-item [type="radio"] + label::before, #formProfile .form-wrap .radio-item [type="radio"] + label::before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  z-index: 1;
}
#formNormal .form-wrap .radio-item [type="radio"] + label .item, #formProfile .form-wrap .radio-item [type="radio"] + label .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#formNormal .form-wrap .radio-item [type="radio"] + label .item input, #formProfile .form-wrap .radio-item [type="radio"] + label .item input {
  width: 200px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  width: 100%;
  padding: 5px 100px 5px 10px;
  font-size: 14px;
  color: #707176;
  margin-top: -7px;
}
#formNormal .form-wrap .radio-item [type="radio"] + label .item .btn, #formProfile .form-wrap .radio-item [type="radio"] + label .item .btn {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 90px;
  position: absolute;
  right: 0;
  top: -6px;
  background: #b79789;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}
#formNormal .form-wrap .radio-item [type="radio"]:checked + label::before, #formProfile .form-wrap .radio-item [type="radio"]:checked + label::before {
  background-color: #b79789;
}
#formNormal .form-wrap .radio-item [type="radio"]:checked + label::after, #formProfile .form-wrap .radio-item [type="radio"]:checked + label::after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 6px;
  top: 10px;
  content: "";
  z-index: 5;
}
#formNormal .form-wrap .radio-item > .item, #formProfile .form-wrap .radio-item > .item {
  padding-left: 25px;
}
#formNormal .form-wrap .radio-item > .item .arrow-title, #formProfile .form-wrap .radio-item > .item .arrow-title {
  padding-left: 0 !important;
}
#formNormal .form-wrap.active .input-row .output, #formProfile .form-wrap.active .input-row .output {
  display: none;
}
#formNormal .form-wrap.active .input-row .output + input, #formProfile .form-wrap.active .input-row .output + input {
  display: block;
}
#formNormal .row, #formProfile .row {
  margin: 0 -10px;
}
#formNormal .row .col2, #formNormal .row .col1, #formNormal .row .col3, #formNormal .row .col3-2, #formNormal .row .col4, #formProfile .row .col2, #formProfile .row .col1, #formProfile .row .col3, #formProfile .row .col3-2, #formProfile .row .col4 {
  padding: 0 10px 15px;
}
#formNormal .row .col2 .input-row, #formNormal .row .col1 .input-row, #formNormal .row .col3 .input-row, #formNormal .row .col3-2 .input-row, #formNormal .row .col4 .input-row, #formProfile .row .col2 .input-row, #formProfile .row .col1 .input-row, #formProfile .row .col3 .input-row, #formProfile .row .col3-2 .input-row, #formProfile .row .col4 .input-row {
  padding-left: 0;
}
#formNormal .row .col2 .input-row label, #formNormal .row .col1 .input-row label, #formNormal .row .col3 .input-row label, #formNormal .row .col3-2 .input-row label, #formNormal .row .col4 .input-row label, #formProfile .row .col2 .input-row label, #formProfile .row .col1 .input-row label, #formProfile .row .col3 .input-row label, #formProfile .row .col3-2 .input-row label, #formProfile .row .col4 .input-row label {
  position: static;
  line-height: 1.4;
  margin-bottom: 5px;
  display: block;
}
#formNormal .row .col3-2, #formProfile .row .col3-2 {
  width: calc( 100% * 2 / 3 );
}
#formNormal .row .col1, #formProfile .row .col1 {
  width: 100%;
}
#formNormal .b-margin, #formProfile .b-margin {
  margin-bottom: 15px;
}
#formNormal .t-margin {
  margin-top: 30px;
}
#formNormal .color-title, #formProfile .color-title {
  color: #9a7564;
  font-weight: bold;
  font-size: 16px;
}
#formNormal .line-title, #formProfile .line-title {
  position: relative;
  text-align: center;
  color: #b79789;
  margin-bottom: 20px;
}
#formNormal .line-title::before, #formProfile .line-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 50%;
  background-color: #b79789;
  z-index: 1;
}
#formNormal .line-title span, #formProfile .line-title span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
}
#formNormal .arrow-title, #formProfile .arrow-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #696969;
}
#formNormal .arrow-title::before, #formProfile .arrow-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  color: #b79789;
  font-weight: 900;
}
#formNormal .file-block .arrow-title, #formProfile .file-block .arrow-title {
  padding-left: 0;
}
#formNormal .file-block .btn-group, #formProfile .file-block .btn-group {
  margin: 17px 0 10px;
  font-size: 12px;
}
#formNormal .file-block .btn-group span, #formProfile .file-block .btn-group span {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  border-left: 1px solid #b79789;
}
#formNormal .file-block .btn-group span i, #formProfile .file-block .btn-group span i {
  color: #b79789;
}
#formNormal .file-block .btn-group span:nth-child(1), #formNormal .file-block .btn-group span:nth-child(1), #formProfile .file-block .btn-group span:nth-child(1), #formProfile .file-block .btn-group span:nth-child(1) {
  border-left: none;
}
#formNormal .file-block .upload-block, #formNormal .file-block .list-block, #formProfile .file-block .upload-block, #formProfile .file-block .list-block {
  clear: both;
}
#formNormal .file-block .upload-block input:not(.show-input), #formNormal .file-block .list-block input:not(.show-input), #formProfile .file-block .upload-block input:not(.show-input), #formProfile .file-block .list-block input:not(.show-input) {
  display: none;
}
#formNormal .file-block table, #formProfile .file-block table {
  width: 100%;
  border: 1px solid #2d4b94;
}
#formNormal .file-block table thead, #formProfile .file-block table thead {
  background-color: #2d4b94;
}
#formNormal .file-block table thead th, #formProfile .file-block table thead th {
  padding: 10px;
  color: #ffffff;
}
#formNormal .file-block table tbody tr, #formProfile .file-block table tbody tr {
  border-bottom: 1px dashed #b79789;
}
#formNormal .file-block table tbody tr:nth-child(2n), #formProfile .file-block table tbody tr:nth-child(2n) {
  background-color: #f4f4f4;
}
#formNormal .file-block table tbody td, #formProfile .file-block table tbody td {
  padding: 10px;
}
#formNormal .file-block table tbody td a, #formNormal .file-block table tbody td label, #formProfile .file-block table tbody td a, #formProfile .file-block table tbody td label {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  border-left: 1px solid #b79789;
}
#formNormal .file-block table tbody td a:first-child, #formNormal .file-block table tbody td label:first-child, #formProfile .file-block table tbody td a:first-child, #formProfile .file-block table tbody td label:first-child {
  border-left: none;
}
#formNormal .file-block table tbody td a i, #formNormal .file-block table tbody td label i, #formProfile .file-block table tbody td a i, #formProfile .file-block table tbody td label i {
  color: #b79789;
}
#formNormal .file-block table tbody td .sol, #formProfile .file-block table tbody td .sol {
  color: #cccccc;
}
#formNormal .file-block table tbody td.active .output, #formProfile .file-block table tbody td.active .output {
  display: none;
}
#formNormal .file-block table tbody td.active .output + input, #formProfile .file-block table tbody td.active .output + input {
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  box-shadow: 0 0 5px rgba(1, 1, 1, 0.1);
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  color: #707176;
}

#formProfile .block {
  padding-top: 20px;
}
#formProfile .block .left ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
#formProfile .block .left ul li {
  list-style: none;
  margin: 0;
}
#formProfile .form-wrap .color-title a {
  display: inline-block;
  margin-left: 5px;
}
#formProfile .form-wrap .arrow-title {
  margin-top: 15px;
  padding-left: 15px;
}
#formProfile .form-wrap .left {
  padding-left: 25px;
}
#formProfile .form-wrap p {
  margin-top: 15px;
}
#formProfile .form-wrap .input-row.icon-right {
  position: relative;
}
#formProfile .form-wrap .input-row.icon-right input {
  width: calc( 100% - 25px );
}
#formProfile .form-wrap .input-row.icon-right span {
  position: absolute;
  right: 0;
  bottom: 8px;
}
#formProfile .form-wrap .input-row.icon-left {
  position: relative;
}
#formProfile .form-wrap .input-row.icon-left input {
  width: calc( 100% - 25px );
  margin-left: 25px;
}
#formProfile .form-wrap .input-row.icon-left span {
  position: absolute;
  left: 0;
  bottom: 8px;
}
#formProfile .form-wrap .row > [class*=col] {
  padding-bottom: 0;
}
#formProfile .services2 .input-row label {
  height: 40px;
}

#formNormal #memberArea .tabs-nav {
  border-bottom: 1px solid #b79789;
  margin-bottom: 15px;
}
#formNormal #memberArea .tabs-nav li a {
  display: block;
  padding: 10px 15px;
  color: #2d4b94;
}
#formNormal #memberArea .tabs-nav li a.active {
  background-color: #b79789;
  color: #ffffff;
}
#formNormal #memberArea .item-list {
  margin: 0 -15px;
}
#formNormal #memberArea .item-list .item {
  position: relative;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  border-left: 1px solid #cccccc;
}
#formNormal #memberArea .item-list .item:nth-child(3n+1) {
  border-left: none;
}
#formNormal #memberArea .item-list .item .btn-group {
  position: absolute;
  right: 15px;
  top: -4px;
  z-index: 5;
}
#formNormal #memberArea .item-list .item .btn-group a {
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  color: #b79789;
  position: relative;
}
#formNormal #memberArea .item-list .item .btn-group a::before {
  width: 1px;
  height: 10px;
  position: absolute;
  left: -2px;
  top: 50%;
  margin-top: -5px;
  content: "";
  background-color: #696969;
}
#formNormal #memberArea .item-list .item .btn-group a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#formNormal #memberArea .item-list .item .btn-group a:first-child::before {
  display: none;
}
#formNormal #memberArea .item-list .item .btn-group a.btnEdit::after {
  content: "\f044";
}
#formNormal #memberArea .item-list .item .btn-group a.btnEdit.active::after {
  content: "\f0c7";
}
#formNormal #memberArea .item-list .item .btn-group a.btnDel::after {
  content: "\f2ed";
}
#formNormal #passwordChange .form-wrap {
  margin: 0 -15px;
}
#formNormal #serviceEdit .form-wrap .block:first-child {
  padding-top: 0;
}
#formNormal #serviceEdit .form-wrap .arrow-title {
  margin-top: 15px;
  padding-left: 15px;
}
#formNormal #serviceEdit .form-wrap .left {
  padding-left: 25px;
}
#formNormal #serviceEdit .form-wrap p {
  margin-top: 15px;
}
#formNormal #newMember .row > [class*=col] {
  padding-bottom: 0;
}
#formNormal #newMember .row > [class*=col] .input-row {
  margin: 2px 0;
}
.eventCircleimg {
  width:135px;
  height:135px;
  display: block;
  position: relative;
  z-index: 5;
  margin: 10% auto;
  text-align: center;
}
.eventCircleimg img {
  position: relative;
  z-index: 5;
  left: 0%;
  top: 24%;
  }
.eventCircleimg::after {
    background-color: #b79789;
    border: 10px solid #e6d7d0;
    width: 135px;
    height: 135px;
    border-radius: 100%;
    position: absolute;
    left: -8%;
    top: -8%;
    z-index: 1;
    content: "";
  }
.lightbrown {
  background-color: #f2f3f5;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.lightblue {
  background-color: #f2f8fd;
  text-align: -webkit-center;
  text-align: -moz-center;
}
.btnTip{
  display: block;
  position: relative;
  color:#153587;
}
.btnTip .tip-popup{
  position: fixed;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  background-color: rgba(0,0,0,0.25);
}
.btnTip .tip-popup .tip-wrap{
  width: 90%;
  max-width: 460px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
  border-radius: 8px;
  background-color: #fff;
}
.btnTip .tip-popup .tip-header{
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: #153587;
  color:#fff;
}
.btnTip .tip-popup .tip-header .type{
  font-weight: bold;
}
.btnTip .tip-popup .tip-content{
  padding: 16px 20px;
  font-size: 14px;
  color: #696969;
  word-wrap: break-word;
  text-align: justify;/*milly*/
}
.btnTip .tip-popup .tip-content .img{
  width: 160px;
}
.btnTip .tip-popup .tip-content .text p{
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 20px;
  }

  .btn {
    padding: 10px 20px;
  }

  #header .bottom-nav .wrap {
    padding: 0;
  }

  #footer .footer-wrap {
    padding: 20px 10px 0;
  }
  #footer .footer-wrap .col {
    padding: 0 15px;
  }
  #footer .footer-wrap .col:first-child {
    width: 100%;
    margin-bottom: 25px;
  }

  #member .form-wrap {
    max-width: 450px;
    margin: 0 auto;
  }
  #member .form-wrap .input-row {
    margin-bottom: 10px;
    position: relative;
  }
  #member .form-wrap .input-row::before {
    height: 2px;
    width: 0;
    background-color: #9a7564;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    content: "";
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #member .form-wrap .input-row label {
    font-size: 16px;
    color: #010101;
    display: block;
    padding: 10px;
  }
  #member .form-wrap .input-row input {
    border: none;
    background-color: #f7f8fa;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #b79789;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #member .form-wrap .input-row.focus input {
    background-color: #ffffff;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #member .form-wrap .input-row.focus::before {
    width: 100%;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #member .form-wrap .btn-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #member .form-wrap .btn-block .btn {
    padding: 10px;
    font-size: 16px;
  }

  #index #banner {
    height: calc( 60vw / 869 * 520 );
  }
  #index #banner .home-slider .slider-item {
    height: calc( 60vw / 869 * 520 );
  }
  #index #banner .home-slider .slider-item .text {
    width: 50vw;
    padding: 40px 20px 40px 60px;
    text-shadow: 0 0 5px #ffffff, 0 0 3px #ffffff, 0 0 1px #ffffff;
  }
  #index #banner .home-slider .slider-item .text h2 {
    left: 30px;
  }
  #index #banner .home-slider .slider-item .text h3 {
    left: 30px;
  }
  #index #banner .home-slider .slider-item .text p {
    left: 30px;
  }
  #index #banner .home-slider .slider-item .img {
    width: 60vw;
    left: auto;
    right: 0;
  }
	#index #banner .home-slider .slider-item .img .web{
  	display: block !important;
	}
	#index #banner .home-slider .slider-item .img .mobile{
  	display: none !important;
	}  
  #index #banner .home-slider .slick-arrow.slick-prev {
    left: 15px;
  }
  #index #banner .home-slider .slick-arrow.slick-next {
    right: 15px;
  }
  #index #news {
    top: -60px;
    left: 0;
    margin-left: 0;
    padding: 0 30px;
  }
  #index #news .news-wrap {
    padding: 6px 20px;
  }
  #index #news .tabs .tabs-nav {
    padding-left: 130px;
  }
  #index #news .tabs .tabs-nav li a {
    padding: 10px 5px;
  }
  #index #news .tabs .tabs-content .tabs-block .list li {
    border-bottom: 1px dotted #b79789;
  }
  #index #news .tabs .tabs-content .tabs-block .list li a {
    padding: 15px 25px 15px 95px;
  }
  #index #news .tabs .tabs-content .tabs-block .list li a .date {
    left: 8px;
    top: 16px;
  }
  #index #news .left-block {
    width: 70%;
  }
  #index #news .left-block .btn-block {
    margin: 15px 0;
  }
  #index #news .right-block {
    width: 30%;
  }
  #index #about {
    padding-top: 95px;
  }
  #index #report::before {
    width: 100%;
  }
  #index #event .left-block {
    padding-right: 40px;
  }
  #index #event .right-block .gallery {
    padding-right: 0;
  }
  #index #event .right-block .gallery::before {
    width: 50vw;
  }
  #index #event .right-block .gallery .gal-item .img::after {
    display: none;
  }
  #index #event .right-block .gallery .gal-item .text {
    padding: 0 10px;
  }
  #index #event .right-block .gallery .gal-item .text h3 {
    margin: 0;
    padding: 10px 15px;
  }
  #index #event .right-block .gallery .gal-item .bottom {
    padding: 15px;
  }
  #index #event .right-block .gallery .gal-item .bottom span {
    padding: 0 10px;
  }

  .monthly .monthly-day-wrap .monthly-day {
    width: calc( 100% / 4 );
  }

  #aboutMember #ourMembers .members-map {
    height: calc( ( 100vw - 80px ) * 580 / 1000 );
  }
  #aboutMember #memberList .col {
    width: calc( 100% / 3 );
  }

  #formNormal .btn-block .btn, #formProfile .btn-block .btn {
    width: auto !important;
  }
  #formNormal .form-wrap .block .checkbox-group .col4, #formProfile .form-wrap .block .checkbox-group .col4 {
    width: 100% !important;
  }
  #formNormal .form-wrap .block .checkbox-group .col6 {
    width: 100% !important;
  }
  #formNormal .form-wrap .block .checkbox-group .checkbox-item, #formProfile .form-wrap .block .checkbox-group .checkbox-item {
    display: inline-block;
    vertical-align: top;
    width: calc( ( 100% / 2 ) - 8px );
  }
  #formNormal .form-wrap .block .radio-item [type="radio"] + label .item .btn, #formProfile .form-wrap .block .radio-item [type="radio"] + label .item .btn {
    padding-top: 9px;
    padding-bottom: 7px;
  }
  #formNormal .form-wrap .block .col4, #formNormal .form-wrap .block .col2, #formNormal .form-wrap .block .col3, #formNormal .form-wrap .block .col3-2, #formProfile .form-wrap .block .col4, #formProfile .form-wrap .block .col2, #formProfile .form-wrap .block .col3, #formProfile .form-wrap .block .col3-2 {
    width: 100%;
  }

  #formNormal #memberArea .tabs-nav li {
    width: 50%;
  }
  #formNormal #memberArea .item-list .item {
    width: calc( 100% / 2 );
    border-left: 1px solid #cccccc !important;
  }
  #formNormal #memberArea .item-list .item:nth-child(2n+1) {
    border-left: none !important;
  }
  .btnTip .tip-popup.active{
    z-index: 1000;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 980px) {
  .eventCircleimg {

  }
  .square-button {

  }
  .container .page .page-wrap .flex-row .column {
    padding: 0;
    margin-bottom: 10px;
  }
  .container .page .page-wrap .flex-row .column.column-2 {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
  }
  .top-block {
    display: none;
  }/**/
  #aboutHistory #aboutInfo .bottom {
    width: 210px;
    }
  .mobile {
    display: block !important;
  }

  .web {
    display: none !important;
  }

  .container {
    padding-top: 55px;
  }
  .container .title {
    font-size: 24px;
    padding-top: 12px;
  }
  .container .title::before {
    width: 17px;
    height: 10px;
    background-size: contain;
  }
  .container .list li {
    border-bottom: 1px dotted #b79789;
  }
  .container .list li a {
    padding: 12px 25px 12px 110px;
    position: relative;
  }
  .container .list li a .date {
    position: absolute;
    left: 25px;
    top: 12px;
    color: #9a7564;
    display: block;
    font-size: 12px;
  }
  .container .list li a .date::before {
    content: url(../img/home/icon_calendar.png);
    display: inline-block;
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .container .list li a .text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .container .page .page-wrap {
    padding: 20px;
  }
  .container .page .page-wrap .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .container .page .page-wrap .row {
    font-size: 0;
    margin: 0 -15px;
  }
  .container .page .page-wrap .row .col {
    padding: 0 15px;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
  }
  .container .page .page-wrap .row .col.col2 {
    width: calc( 100% / 2 );
  }
  .container .page .page-wrap .row h3 {
    color: #9a7564;
    font-size: 16px;
    font-weight: bold;
  }
  .container .page .page-wrap .row .text {
    padding: 5px 15px 10px;
  }
  .container .page .page-wrap .row .b {
    font-weight: bold;
  }
  .container .page .page-wrap .row ol {
    margin-left: 20px;
  }
  .container .page .page-wrap .row ol li {
    list-style: decimal;
  }
  .container .page .page-wrap .row p {
    position: relative;
  }
  .container .page .page-wrap .row p.limit {
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .container .page .page-wrap .row p .more {
    display: inline-block;
    padding-left: 5px;
    background-color: #ffffff;
    line-height: 20px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    bottom: 4px;
  }
  .container .page .page-wrap .row p .more::before {
    content: "...";
    color: #9a7564;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
  }
  .container .page .page-wrap .row p .more .btn {
    vertical-align: middle;
    padding: 0 10px;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline;
  }
  .container .page .page-wrap .flex-row {
    margin: -20px;
  }
  .container .page .page-wrap .flex-row .column {
    padding: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
  .container .table {
    border: none;
    font-size: 12px;
  }
  .container .table thead {
    display: none;
  }
  .container .table tbody tr {
    background-color: transparent !important;
    margin-bottom: 10px;
    border: 1px solid #2d4b94;
    display: block;
  }
  .container .table tbody tr td {
    border-top: 1px dotted #b79789;
    text-align: left;
    display: block;
    padding: 0;
    font-size: 0;
    position: relative;
    overflow: hidden;
  }
  .container .table tbody tr td:nth-child(2n+1) {
    background-color: #f4f4f4;
  }
  .container .table tbody tr td:first-child {
    border-top: none;
  }
  .container .table tbody tr td::before {
    content: attr(data-name);
    padding: 10px;
    background-color: #2d4b94;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    position: relative;
    height: 100%;
    font-size: 12px;
    z-index: 5;
  }
  .container .table tbody tr td::after {
    content: "";
    background-color: #2d4b94;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90px;
    z-index: 0;
  }
  .container .table tbody tr td .td {
    padding: 10px;
    vertical-align: top;
    display: inline-block;
    width: calc( 100% - 90px );
    font-size: 12px;
  }
  .container .table tbody .tr_rowspan {
    display: none;
  }

  .btn {
    padding: 15px 20px;
  }
  .btn.btn-br {
    width: 100%;
  }
  .btn.btn-br2 {
    background-color: #b79789;
    color: #ffffff;
    max-width: 220px;
    width: 100%;
    border: none;
    line-height: 1.2;
  }
  .btn.btn-w {
    width: 100%;
    background-color: #b79789;
    color: #ffffff;
  }

  #tdcc.active {
    height: 100vh;
    overflow: hidden;
  }

  #header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height:auto;
  }
  #header .headerWrap > .top-nav {
    display: none;
  }
  #header .mid {
    background-color: #2d4b94;
    padding: 10px 0;
    position: relative;
    z-index: 99;
    box-shadow: 1px 1px 5px rgba(1, 1, 1, 0.4);
  }
  #header .mid .logo {
    width: 145px;
    height: 35px;
    margin: 0;
    background: url(../img/template/popup_logo.png) no-repeat left top;
    background-size: contain;
  }
  #header .mid .btn-ham {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    padding-top: 15px;
    background-color: #b79789;
  }
  #header .mid .btn-ham span {
    width: 25px;
    height: 2px;
    display: block;
    margin: 5px auto;
    background-color: #ffffff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #header .mid .btn-ham.active span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 11px;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #header .mid .btn-ham.active span:nth-child(2) {
    display: none;
  }
  #header .mid .btn-ham.active span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -7px;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #header .bottom-nav {
    position: fixed;
    width: 100%;
    background-color: #2d4b94;
    padding: 0;
    z-index: 0;
    top: -110vh;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
    z-index: 10;
  }
  #header .bottom-nav.active {
    top: 55px;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #header .bottom-nav #menu {
    color: #ffffff;
    font-size: 16px;
    float: none;
    height: calc( 100vh - 55px );
    overflow-y: auto;
  }
  #header .bottom-nav #menu > ul > li {
    display: block;
  }
  #header .bottom-nav #menu > ul > li.active > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  #header .bottom-nav #menu > ul > li.active > a::after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #header .bottom-nav #menu > ul > li.active > a + .sub {
    height: auto;
  }
  #header .bottom-nav #menu > ul > li > a {
    margin-bottom: 0;
    padding: 15px 60px 15px 20px;
    border-bottom: 1px solid #ffffff;
    position: relative;
  }
  #header .bottom-nav #menu > ul > li > a::before {
    display: none;
  }
  #header .bottom-nav #menu > ul > li > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #ffffff;
    font-weight: normal;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #header .bottom-nav #menu > ul > li > a.active::after {
    position: inherit;
    right: inherit;
    top: inherit;
    width: inherit;
    background-color: inherit;
    height: inherit;
    content: inherit;
  }
  #header .bottom-nav #menu .sub {
    position: static;
    margin-bottom: 0;
    background-color: #26407e;
    overflow: hidden;
    height: 0;
    padding: 0;
  }
  #header .bottom-nav #menu .sub ul {
    width: 100%;
    padding: 0;
    border-left: none;
    height: auto !important;
  }
  #header .bottom-nav #menu .sub ul li {
    border-bottom: 1px dotted #ffffff;
  }
  #header .bottom-nav #menu .sub ul li:first-child {
    border-top: none;
  }
  #header .bottom-nav #menu .sub ul li a {
    color: #ffffff;
    padding-left: 45px;
  }
  #header .bottom-nav #menu .sub ul li a::before {
    left: 20px;
  }
  #header .bottom-nav #menu .sub .col {
    display: none;
  }
  #header .bottom-nav #menu .mobile {
    padding: 0 20px 20px;
  }
  #header .bottom-nav #menu .btn-block {
    padding: 20px 0;
    text-align: center;
  }
  #header .bottom-nav #menu .btn-block .btn-line {
    width: 40%;
    max-width: 220px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 12px 15px;
    margin: 10px;
  }
  #header .bottom-nav #menu .btn-block .btn-line .icon {
    display: inline-block;
    vertical-align: top;
    margin: -6px 10px -6px 0;
    position: relative;
    width: 26px;
    height: 26px;
  }
  #header .bottom-nav #menu .btn-block .btn-line.icon-member .icon {
    background: url(../img/template/icon_member_w2.png) no-repeat center center;
  }
  #header .bottom-nav #menu .btn-block .btn-line.icon-member .icon::before {
    background-image: url(../img/template/icon_member_w.png);
  }
  #header .bottom-nav #menu .btn-block .btn-line.icon-calendar .icon {
    background: url(../img/template/icon_calendar_w.png) no-repeat center center;
  }
  #header .bottom-nav #menu .top-nav {
    margin-bottom: 30px;
  }
  #header .bottom-nav #menu .top-nav a {
    font-size: 16px !important;
  }
  #header .bottom-nav #menu .copyright {
    font-size: 12px;
    line-height: 1.2;
  }
  #header .bottom-nav #menu .copyright a {
    text-decoration: underline;
  }
  #header .bottom-nav .btn-member {
    display: none;
  }

  #footer .footer-wrap {
    padding: 20px 0 0;
  }
  #footer .footer-wrap .col {
    padding: 0;
    width: 100%;
  }
  #footer .footer-wrap .col:nth-child(2) h2 {
    border-top: 1px solid #2d4b94;
  }
  #footer .footer-wrap .col .logo {
    width: 173px;
    height: 42px;
    margin: 0 20px;
    background: url(../img/template/m_logo.png) no-repeat left top;
    background-size: contain;
  }
  #footer .footer-wrap .col h2 {
    margin-bottom: 0;
    padding: 15px 60px 15px 20px;
    border-bottom: 1px solid #2d4b94;
    position: relative;
  }
  #footer .footer-wrap .col h2 .collapse::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35a";
    position: absolute;
    right: 20px;
    top: 15px;
    color: #2d4b94;
    font-weight: normal;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #footer .footer-wrap .col h2.active .collapse::after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #footer .footer-wrap .col h2.active + ul {
    height: auto;
  }
  #footer .footer-wrap .col ul {
    margin-bottom: 0;
    background-color: #f2f3f5;
    overflow: hidden;
    height: 0;
  }
  #footer .footer-wrap .col ul li {
    border-top: 1px dotted #2d4b94;
  }
  #footer .footer-wrap .col ul li:first-child {
    border-top: none;
  }
  #footer .footer-wrap .col ul li a {
    padding: 15px 20px 15px 45px;
    font-size: 14px;
  }
  #footer .footer-wrap .col ul li a::before {
    left: 20px;
    top: 15px;
  }
  #footer .btn-block {
    padding: 20px;
    text-align: center;
  }
  #footer .btn-block .btn-b-line {
    width: 40%;
    display: inline-block;
    vertical-align: top;
  }
  #footer .copyright {
    border-top: 1px solid #707176;
    color: #8a8a8a;
    font-size: 12px;
    padding: 10px 0;
  }

  .popup .popup-wrap .title .logo {
    display: none;
  }
  .popup .popup-wrap .popup-content {
    padding: 20px;
  }

  #member .form-wrap .input-row label {
    font-size: 14px;
  }
  #member .form-wrap .input-row input {
    font-size: 14px;
  }
  #member .form-wrap .btn-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #member .form-wrap .btn-block .btn {
    width: 45%;
  }

  .pagination {
    position: relative;
    background-color: #ffffff;
    clear: both;
  }
  .pagination a {
    width: calc( ( 100% / 3 ) - 10px );
    padding: 10px 5px;
    margin: 0 5px;
    background-color: #2d4b94;
    color: #ffffff;
  }
  .pagination a i {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
  }
  .pagination .pagination-select {
    position: absolute;
    z-index: -999;
    left: 0;
    top: 0;
  }

  #index #banner {
    min-height: calc( 55vw / 219 * 300 );
  }
  #index #banner .home-slider .slider-item {
    min-height: calc( 55vw / 219 * 300 );
  }
  #index #banner .home-slider .slider-item .text {
    width: 100%;
    padding: 40px 60px;
  }
  #index #banner .home-slider .slider-item .text h2 {
    font-size: 24px;
  }
  #index #banner .home-slider .slider-item .text h3 {
    font-size: 24px;
  }
  #index #banner .home-slider .slider-item .text p {
    left: 30px;
  }
  #index #banner .home-slider .slider-item .img {
    width: 55vw;
  }
  #index #banner .home-slider .slider-item .img .web{
  	display: none !important;
	}
	#index #banner .home-slider .slider-item .img .mobile{
  	display: block !important;
	}
  #index #news {
    position: static;
    margin-top: -30px;
    padding: 0 20px;
  }
  #index #news .news-wrap {
    padding: 10px 20px;
  }
  #index #news .tabs .tabs-nav {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  #index #news .tabs .tabs-nav li {
    width: auto;
  }
  #index #news .tabs .tabs-nav li a {
    padding: 10px;
  }
  #index #news .left-block {
    width: 100%;
    float: none;
  }
  #index #news .right-block {
    width: 100%;
    padding-bottom: 0;
    float: none;
  }
  #index #news .right-block a {
    margin: 0 10px;
  }
  #index #about {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #index #about::before {
    width: 50vw;
    height: calc( 50vw / 506 * 586 );
    bottom: 0;
    background-size: contain;
  }
  #index #about .left-block {
    width: calc( 100% + 40px );
    float: none;
    padding: 20px;
    margin: 0 -20px;
  }
  #index #about .left-block h2 {
    font-size: 24px;
  }
  #index #about .left-block .btn-block {
    margin-top: 15px;
  }
  #index #about .right-block {
    width: calc( 100% + 40px );
    float: none;
    padding: 20px;
    margin: 20px -20px;
  }
  #index #about .right-block::before {
    top: 0;
  }
  #index #about .right-block .about-slider .text .title {
    font-size: 24px;
  }
  #index #about .right-block .about-slider .slick-dots {
    width: 100%;
  }
  #index #report .left-block {
    width: 100%;
    float: none;
  }
  #index #report .left-block .title {
    font-size: 24px;
  }
  #index #report .left-block .btn-block .btn {
    width: auto;
  }
  #index #report .right-block {
    width: 100%;
    float: none;
    padding: 20px 0;
    margin-top: 20px;
  }
  #index #event {
    background: none;
    padding-top: 40px;
    padding-bottom: 25px;
  }
  #index #event::before {
    width: 50vw;
    height: calc( 50vw / 383 * 341 );
  }
  #index #event .left-block {
    width: calc( 100% + 40px );
    float: none;
    margin: 0 -20px;
    padding: 0 20px 20px;
    background: url(../img/home/event_bg3.png) no-repeat right top;
  }
  #index #event .left-block .title {
    text-align: left;
    display: block;
  }
  #index #event .right-block {
    width: calc( 100% + 40px );
    float: none;
    margin: 0 -20px;
    padding: 20px;
    background: url(../img/template/bg3.png) no-repeat left top;
    background-size: 80% auto;
  }
  #index #event .right-block .gallery {
    margin: 20px -20px 0;
    padding: 20px 10px;
    background: url(../img/template/bg2.png) repeat left top;
  }
  #index #event .right-block .gallery::before {
    display: none;
  }
  #index #event .right-block .gallery .gal-item {
    width: calc( ( 100% / 2 ) - 20px );
    margin: 0 10px 20px;
  }
  #index #event .right-block .gallery .gal-item .text {
    text-align: left;
    padding: 0 15px;
  }
  #index #event .right-block .gallery .gal-item .text h3 {
    margin: 0;
    padding: 10px 0;
    font-size: 14px;
  }
  #index #event .right-block .gallery .gal-item .bottom {
    text-align: right;
  }
  #index #event .right-block .btn-block {
    margin-bottom: 0;
    padding-right: 0;
  }

  .monthly .monthly-header {
    padding: 5px 35px;
  }
  .monthly .monthly-header .monthly-next {
    right: 10px;
    top: 11px;
  }
  .monthly .monthly-header .monthly-prev {
    top: 11px;
    left: 10px;
  }
  .monthly .monthly-day-wrap .monthly-day {
    width: calc( 100% / 3 );
    font-size: 30px;
  }
  .monthly .monthly-day-wrap .monthly-day .day {
    height: 150px;
    padding: 20px 10px;
  }
  .monthly .monthly-day-wrap .monthly-day .day .monthly-day-number {
    letter-spacing: 1px;
  }
  .monthly .monthly-event-list ul {
    margin: 10px;
  }
  .monthly .monthly-event-list ul li a .category-box {
    width: auto;
  }
  .monthly .monthly-event-list ul li a .date {
    width: auto;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 0;
  }
  .monthly .monthly-event-list ul li a .date::after {
    left: 0;
    right: auto;
  }
  .monthly .monthly-event-list ul li a .text {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  #video .gallery {
    margin: 0 -10px;
  }
  #video .gallery .gallery-item {
    width: calc( 100% / 2 );
  }
  #video .gallery .gallery-item a .text {
    padding: 10px;
  }
  #video .gallery .gallery-item a .text h3 {
    font-size: 14px;
  }
  #video .gallery .gallery-item a .text .icon-author {
    font-size: 12px;
  }
  #video .gallery .gallery-item a .text .bottom {
    margin-top: 30px;
  }
  #video .gallery .gallery-item a .text .bottom span {
    display: inline-block;
    vertical-align: top;
  }

  .gallery-book .popup-wrap .popup-content .video-iframe::before, .gallery-book .popup-wrap .popup-content .photo-slider::before {
    width: calc( 100% + 20px );
    right: -30px;
  }
  .gallery-book .popup-wrap .popup-content .photo-text {
    padding: 10px 0 0 15px;
  }
  .gallery-book .popup-wrap .popup-content .photo-text .bottom .icon-date {
    margin-bottom: 10px;
  }

  #videoBook .popup-wrap .popup-content .video-iframe {
    height: 50vw;
  }

  #galleryBook .popup-wrap .popup-content .photo-slider .slick-arrow.slick-prev {
    left: -25px;
  }
  #galleryBook .popup-wrap .popup-content .photo-slider .slick-arrow.slick-next {
    right: -45px;
  }

  #aboutCharter .title-box .search {
    margin-top: 0;
    margin-bottom: 15px;
  }

  #aboutMember #memberList .col {
    width: calc( 100% / 2 );
  }

  #formNormal .btn-block .btn {
    width: auto !important;
  }
  #formNormal .form-wrap .block .radio-item [type="radio"] + label .item .btn {
    padding-top: 9px;
    padding-bottom: 7px;
  }
  #formNormal #memberArea .tabs-nav {
    margin-bottom: 15px;
  }
  #formNormal #serviceEdit .file-block table tbody td a, #formNormal #serviceEdit .file-block table tbody td label {
    text-align: center;
  }
  #formNormal #serviceEdit .file-block table tbody td a i, #formNormal #serviceEdit .file-block table tbody td label i {
    margin-bottom: 3px;
  }
  #formNormal #newMember {
    margin-top: 15px;
  }
  #formNormal #newMember .row > [class*=col] .input-row {
    margin: 5px 0;
  }
}
@media screen and (max-width: 640px) {
  .eventCircleimg {

  }
  .container .page .page-wrap .flex-row .col.col3 {
    width: 100%;
  }
  .container .page .page-wrap .flex-row .col.col3-2 {
    width: 100%;
  }
  .container .page .page-wrap .flex-row .column {
    padding: 0;
    margin-bottom: 10px;
  }
  .container .page .page-wrap .flex-row .column.column-2 {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
  }
  #video .gallery .gallery-item.square-b {
    width:100%;
  }
  .square-button {
  }
  #formNormal .btn-block {
    margin-top: 10px;
  }
  #formNormal .btn-block .btn {
    width: 100% !important;
    margin: 0 0 8px;
  }
  #formNormal .row .col2, #formNormal .row .col1, #formNormal .row .col3, #formNormal .row .col3-2 {
    width: 100%;
    padding: 0 15px 0;
  }
  #formNormal .row .col3-2 {
    padding-left: 25px;
  }
  #formNormal .form-wrap .block .checkbox-group .col4 {
    width: 100% !important;
  }
  #formNormal .form-wrap .block .checkbox-group .checkbox-item {
    display: block;
    width: 100%;
  }
  #formNormal #memberArea .tabs-nav {
    margin-bottom: 0;
  }
  #formNormal #memberArea .item-list .item {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: none !important;
    margin-bottom: 0;
    padding-top: 15px;
  }
  #formNormal #memberArea .item-list .item:first-child {
    border-top: none;
  }
  #formNormal #memberArea .item-list .item .btn-group {
    top: 10px;
  }
  #formNormal #serviceEdit .file-block .btn-group {
    margin-top: 0;
  }
  #formNormal #serviceEdit .file-block .btn-group span {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    padding: 0 10px;
  }

  .container .page .page-wrap .row {
    margin: 0;
  }
  .container .page .page-wrap .row .col {
    padding: 0;
  }
  .container .page .page-wrap .row .col.col2 {
    width: 100%;
  }
  .container .page .page-wrap .flex-row {
    margin: 0;
  }
  .container .page .page-wrap .flex-row .col {
    margin-bottom: 10px;
  }
  .container .page .page-wrap .flex-row .col.col3 {
    width: 100%;
  }
  .container .page .page-wrap .flex-row .col.col3-2 {
    width: 100%;
  }
  .container .page .page-wrap .flex-row .column {
    padding: 0;
    margin-bottom: 10px;
  }
  .container .page .page-wrap .flex-row .column.column-2 {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
  }
  .container .table tbody tr td .download {
    padding: 5px 0;
    display: block;
  }
  .container .table tbody tr td .download::after {
    display: none;
  }

  #header .bottom-nav #menu > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .bottom-nav #menu > ul > li > a::after {
    right: 15px;
  }
  #header .bottom-nav #menu .sub ul li a {
    padding-left: 40px;
  }
  #header .bottom-nav #menu .sub ul li a::before {
    left: 15px;
  }
  #header .bottom-nav #menu .mobile {
    padding: 0 6px 20px;
  }
  #header .bottom-nav #menu .btn-block .btn-line {
    width: 100%;
    margin: 5px;
  }
  #header .bottom-nav #menu .top-nav {
    margin-bottom: 30px;
  }
  #header .bottom-nav #menu .top-nav a {
    font-size: 16px !important;
  }
  #header .bottom-nav #menu .copyright {
    font-size: 12px;
  }

  #footer .btn-block .btn-b-line {
    width: 100%;
    display: block;
    margin: 10px 0;
  }

  .popup .popup-wrap .title {
    font-size: 18px;
  }
  .popup .popup-wrap .popup-content {
    padding: 20px 10px;
  }

  #member .form-wrap .btn-block .btn {
    width: 100%;
    margin-bottom: 5px;
  }

  #index #banner::before {
    display: none;
  }
  #index #banner::after {
    display: none;
  }
  #index #banner .home-slider .slider-item .text {
    width: 100%;
    padding: 20px 0;
  }
  #index #banner .home-slider .slick-arrow {
    display: none !important;
  }
  #index #news {
    margin-top: 0;
    padding: 0 10px;
  }
  #index #news .news-wrap {
    padding: 10px;
  }
  #index #about .right-block {
    margin-top: 0;
  }
  #index #about .right-block .about-slider .img {
    width: 80%;
    margin: 0 auto 20px;
    float: none;
  }
  #index #report .left-block .video-wrap {
    height: 210px;
  }
  #index #event .right-block .gallery {
    margin: 15px -10px;
  }
  #index #event .right-block .gallery .gal-item {
    width: 100%;
    margin: 0 0 20px;
  }

  .monthly .monthly-day-wrap .monthly-day .day {
    height: 80px;
    padding: 10px 0;
  }
  .monthly .monthly-day-wrap .monthly-day .day .monthly-day-number {
    font-size: 12px;
  }
  .monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap {
    text-align: center;
  }
  .monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap .category {
    padding: 0;
    text-align: center;
    position: relative;
    margin-left: -5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap .category .tag {
    display: none;
  }
  .monthly .monthly-day-wrap .monthly-day .monthly-indicator-wrap .category .count {
    width: 30px;
    height: 30px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: block;
  }

  #video .gallery .gallery-item a .video, #video .gallery .gallery-item a .img {
    width: 100%;
  }
  #video .gallery .gallery-item a .video::before, #video .gallery .gallery-item a .img::before {
    width: calc( 100% - 10px );
    right: 0;
  }

  .gallery-book .popup-wrap .popup-content .video-iframe, .gallery-book .popup-wrap .popup-content .photo-slider {
    width: 100%;
  }
  .gallery-book .popup-wrap .popup-content .video-iframe::before, .gallery-book .popup-wrap .popup-content .photo-slider::before {
    width: 100%;
    right: -10px;
    top: -10px;
    height: calc( 100% + ( 18px * 2 ) + 30px);
  }

  #galleryBook .popup-wrap .popup-content .photo-slider .slick-arrow.slick-prev {
    left: -25px;
  }
  #galleryBook .popup-wrap .popup-content .photo-slider .slick-arrow.slick-next {
    right: -25px;
  }

  #aboutHistory #timeline .timeline-wrap .timeline-line {
    left: 10px;
    margin-left: 0;
    width: 3px;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-line::before, #aboutHistory #timeline .timeline-wrap .timeline-line::after {
    height: 3px;
    width: 20px;
    margin-left: -10px;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-item {
    width: calc( 100% - 40px );
    float: none;
    margin-left: 40px;
    margin-bottom: 20px;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-item .date {
    font-size: 14px;
    text-align: left;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-item .list-box {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-item .list-box::before {
    left: -30px;
    right: auto;
    border-color: transparent #f2f3f5 transparent transparent;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-item .list-box::after {
    left: -36px;
    right: auto;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-item:nth-child(2n+1) {
    float: none;
    margin-top: 0;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-item:nth-child(2n+1) .date {
    text-align: left;
  }
  #aboutHistory #timeline .timeline-wrap .timeline-item:nth-child(2n+1) .list-box::after {
    left: -36px;
  }

  #aboutMember #memberList .col {
    width: 100%;
    padding: 0;
  }
}
@media screen and (min-width: 1201px) {
  a, button {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  a:hover, button:hover {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }

  .icon-member:hover .icon::before {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -moz-transition-property: 50%, 50%;
    -o-transition-property: 50%, 50%;
    -webkit-transition-property: 50%, 50%;
    transition-property: 50% 50%;
    -moz-transition: all, 1s;
    -o-transition: all, 1s;
    -webkit-transition: all, 1s;
    transition: all, 1s;
  }

  .container .list li a:hover {
    background-color: #ecf5fc;
  }
  .container .table tbody tr {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .container .table tbody tr:hover {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    background-color: #f1ecea;
  }
  .container .table tbody tr td .download:hover {
    background-color: #b79789;
    color: #ffffff;
  }
  .container .table tbody tr td .download:hover::before {
    color: #ffffff;
    content: url(../img/home/icon_download_w.png);
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .container .table tbody tr td .download::before {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  .container .table tbody tr td .download-icon:hover {
    background-color: #ecf5fc;
  }
  .container .table tbody tr td .download-icon:hover.lock {
    background-image: url(../img/about/icon_unlock.png);
  }
  .container .table tbody tr td .download-icon:hover.pdf {
    background-image: url(../img/about/icon_pdfdown.png);
  }
  .container .table tbody tr td .download-icon:hover.ppt {
    background-image: url(../img/about/icon_pptdown.png);
  }
  .container .table tbody tr td .download-icon:hover.doc {
    background-image: url(../img/about/icon_docdown.png);
  }
  .container .table tbody tr td .download-icon:hover.xls {
    background-image: url(../img/about/icon_xlsdown.png);
  }
  .container .table tbody tr td .download-icon:hover.txt {
    background-image: url(../img/about/icon_txtdown.png);
  }
  .container .table tbody tr td .download-icon:hover.zip {
    background-image: url(../img/about/icon_zipdown.png);
  }

  .link:hover {
    text-decoration: underline;
  }

  .btn.btn-br:hover {
    background-color: #9a7564;
  }
  .btn.btn-br2:hover {
    background-color: #9a7564;
  }
  .btn.btn-w:hover {
    border-color: #ffffff;
    color: #ffffff;
  }

  .btn-b-line:hover{
    background-color: #ecf5fc;
  }
  .btn-br-line:hover {
    color: #9a7564;
    border-color: #9a7564;
  }
  .btn-line-br:hover {
    background-color: #b79789;
    color: #ffffff !important;
  }

  .btn-top:hover {
    background-color: #9a7564;
  }

  #header .top-nav a:hover {
    background-color: #b79789;
  }
  #header .bottom-nav #menu li a:hover {
    background-color: #ecf5fc;
    -moz-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
    -webkit-box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.2) inset;
  }
  #header .bottom-nav #menu li .sub ul li a:hover {
    background-color: #2d4b94;
    color: #ffffff;
  }
  #header .bottom-nav #menu li .sub ul li a:hover::before {
    color: #ffffff;
  }
  #header .bottom-nav .btn-member:hover {
    background-color: #9a7564;
  }
  #header.top {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    box-shadow: 1px 1px 8px rgba(1, 1, 1, 0.2);
  }
  #header.top .headerWrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    clear: both;
  }
  #header.top .headerWrap:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  #header.top .top-nav {
    display: none;
  }
  #header.top .mid {
    float: left;
  }
  #header.top .mid .logo {
    width: 100px;
    margin: 10px 0;
    height: 58px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  #header.top .bottom-nav {
    width: calc( 100% - 100px );
    padding-left: 20px;
  }
  #header.top .bottom-nav #menu > ul > li > a {
    padding: 15px 20px 35px;
  }

  #footer .footer-wrap .col ul li a:hover {
    background-color: #ecf5fc;
  }
  #footer .copyright:hover {
    text-decoration: none;
  }

  .popup .popup-wrap .btn-close {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  .popup .popup-wrap .btn-close:hover {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }

  .pagination-web a:not(.active):hover {
    background-color: #26407e !important;
  }

  #index #banner .home-slider .slick-arrow:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #index #news .tabs .tabs-nav li a:hover {
    color: #010101;
  }
  #index #news .tabs .tabs-nav li a.active {
    background-color: #b79789;
    color: #ffffff !important;
  }
  #index #news .right-block a:hover .img::before {
    -moz-animation: bubble 1s infinite alternate;
    -webkit-animation: bubble 1s infinite alternate;
    animation: bubble 1s infinite alternate;
  }
  #index #event .right-block .gallery .gal-item .img img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #index #event .right-block .gallery .gal-item:hover {
    background-color: #9a7564;
    color: #ffffff;
  }
  #index #event .right-block .gallery .gal-item:hover .img::after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #index #event .right-block .gallery .gal-item:hover .img img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s;
  }
  #index #event .right-block .gallery .gal-item:hover .text h3 {
    color: #ffffff;
  }
  #index #event .right-block .gallery .gal-item:hover .bottom span.author::before {
    color: #ffffff;
  }
  #index #event .right-block .gallery .gal-item:hover .bottom span.date {
    color: #ffffff;
  }

  .news_td {
    width: 10%;
  }

  .monthly .monthly-header .monthly-reset:hover {
    background-color: #b79789;
    color: #ffffff;
  }
  .monthly .monthly-header .monthly-next {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .monthly .monthly-header .monthly-next:hover {
    background-position: -15px center;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .monthly .monthly-header .monthly-prev {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .monthly .monthly-header .monthly-prev:hover {
    background-position: -15px center;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .monthly .monthly-event-list ul li a:hover {
    color: #2d4b94;
  }
  .monthly .monthly-day-wrap .monthly-day a:not(active):hover {
    background-color: #d0bbb2;
  }
  .monthly .monthly-day-wrap .monthly-day a:not(active):hover .monthly-day-number {
    color: #ffffff;
  }

  #video .gallery {
    margin-bottom: 20px;
  }
  #video .gallery .gallery-item a .video::before, #video .gallery .gallery-item a .img::before {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a .text {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a .text h3 {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a .text .icon-author, #video .gallery .gallery-item a .text .icon-date {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a .text .icon-author::before, #video .gallery .gallery-item a .text .icon-date::before {
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a:hover {
    background-color: #987d72;
    border-color: #987d72;
  }
  #video .gallery .gallery-item a:hover .video::before, #video .gallery .gallery-item a:hover .img::before {
    background-color: #806960;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a:hover .text {
    color: #ffffff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a:hover .text h3 {
    color: #ffffff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a:hover .text .icon-author, #video .gallery .gallery-item a:hover .text .icon-date {
    color: #ffffff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }
  #video .gallery .gallery-item a:hover .text .icon-author::before, #video .gallery .gallery-item a:hover .text .icon-date::before {
    color: #ffffff;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
  }

  #aboutCharter .title-box .search a:hover {
    background-color: #9a7564;
    color: #ffffff;
  }
  #aboutCharter .title-box .search a:hover i {
    color: #ffffff;
  }
  #aboutCharter .title-box .search .search-box .btn-search:hover {
    background-color: #9a7564;
  }

  #aboutMember #ourMembers .members-map .map-dot:hover {
    fill: #ba2727;
  }
  #aboutMember #memberList .col ul li a:hover {
    background-color: #ecf5fc;
  }

  #formNormal #memberArea #depository .item .btn-group a:hover {
    color: #9a7564;
  }

  .btnTip:hover{
    text-decoration: underline;
  }
  .btnTip .tip-popup{
    position: absolute;
    width: auto;
    height: auto;
    left: 25px;
    top: -90px;
    background-color: transparent;
  }
  .btnTip .tip-popup .tip-wrap{
    width: 460px;
    height: auto;
    max-height: none;
  }
  .btnTip:hover .tip-popup{
    z-index: 1000;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 981px) {
  #header .headerWrap {
    top: -80px;
  }
  #header .headerWrap.top {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    -moz-transition: top, 0.3s;
    -o-transition: top, 0.3s;
    -webkit-transition: top, 0.3s;
    transition: top, 0.3s;
    box-shadow: 1px 1px 5px rgba(1, 1, 1, 0.2);/**/
  }
  #header .headerWrap.top .top-nav {
    display: none;
  }
  #header .headerWrap.top .header-box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    clear: both;
  }
  #header .headerWrap.top .header-box:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  #header .headerWrap.top .header-box .mid {
    float: left;
  }
  #header .headerWrap.top .header-box .mid .logo {
    width: 100px;
    margin: 10px 0;
    height: 58px;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  #header .headerWrap.top .header-box .bottom-nav {
    float: right;
    width: calc( 100% - 140px );
    padding-left: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header .headerWrap.top .header-box .bottom-nav:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
  }
  #header .headerWrap.top .header-box .bottom-nav #menu {
    margin-top: 15px;
  }
  #header .headerWrap.top .header-box .bottom-nav #menu li a:hover {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2d4b94;
  }
  #header .headerWrap.top .header-box .bottom-nav #menu > ul > li > a {
    padding: 15px 16px 35px;/**/
  }
  #header .headerWrap.top .header-box .bottom-nav #menu > ul > li > a::before {
    top: 22px;
  }
  #header .headerWrap.top .header-box .bottom-nav #menu > ul > li.active > a {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2d4b94;
  }
  #header .headerWrap.top .header-box .bottom-nav #menu .sub {
    position: fixed;
    top: 78px;
    border-top: 1px solid #cccccc;
  }
  #header .headerWrap.top .header-box .bottom-nav .btn-member {
    padding: 10px;
    width: 80px;
    float: right;
    text-align: center;
  }
  #header .headerWrap.top .header-box .bottom-nav .btn-member .icon {
    display: block;
    width: 26px;
    margin: 0 auto 5px;
  }
}
@-webkit-keyframes bubble {
  from {
    @inlcude opacity(.5);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  to {
    @inlcude opacity(1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes bubble {
  from {
    @inlcude opacity(.5);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  to {
    @inlcude opacity(1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes bubble {
  from {
    @inlcude opacity(.5);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  to {
    @inlcude opacity(1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bubble {
  from {
    @inlcude opacity(.5);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  to {
    @inlcude opacity(1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
