@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap);

html {
  font-size: 100%;
}
body {
  font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "PingFang TC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  overflow-x: hidden;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5;
  color: #8d9092;
  background-color: #edece9;
}
/* Gobal setting */
a {
  color: inherit;
  transition: all .25s linear;
}
a:focus, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
ul, li {
  padding-left: 0;
  margin-bottom: 0;
}
dl, ol, ul {
  padding-inline-start: 20px;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
:focus {
  outline: 0;
}
.form-group {
  margin-bottom: 40px;
  position: relative;
}
.form-group label {
  font-weight: bold;
  color: #8d9092;
  margin-bottom: 1rem;
}
.form-group .form-control,
.form-group .form-control:focus,
.form-group select {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  color: #313942;
  background-color: #edece9;
  /* border: 1px solid #edece9; */
  border: 0;
  box-shadow: none;
}
.form-group .form-control:not(textarea),
.form-group .form-control:not(textarea):focus,
.form-group select {
  height: 3.625rem;
}
.form-control::placeholder,
.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #edece9;
}
.form-control,
.form-control:focus {
  border: 1px solid #c3c3c3;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  /* -webkit-appearance: none; */
}
.form-group input[type="submit"] {
  border: 0;
  padding: 0;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 1px solid #e30138;
  background-image: none;
}
.invalid-feedback {
  color: #e30138;
  margin-top: .5rem;
  font-size: .875rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #edece9;
  background-image: none;
}
button:focus {
  outline: 0;
}
ul.disc,
ul.disc li {
  list-style: disc;
}
ul.disc {
  padding-left: 1.3125rem;
}
ul.square {
  list-style: none;
}
ul.square li {
  position: relative;
  padding-left: 18px;
}
ul.square li::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #3565ad;
  left: 5px;
  top: 11px;
}
.modal .close {
  top: 10px;
  right: 10px;
  position: absolute;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-body {
  padding: 2.5rem;
  background-color: #f2f2f0;
}
.page-item.disabled .page-link {
  background-color: transparent;
}
.page-link {
  border: 0;
  color: #313942;
  background-color: transparent;
}
.page-link:not(.page-arrow) {
  border-radius: 50%;
  padding: 10px 16px;
}
.page-arrow {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
}
.page-arrow .page-link {
  padding: 0;
  width: 20px;
  height: 20px;
  background: url(../images/icon/global/icon_arrowL.svg) 100% no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-arrow .page-link.next {
  transform: rotate(180deg);
  transform-origin: 25% 25%;
}
.page-item.active .page-link {
  background-color: #dddbd7;
  color: #313942;
}
.page-link:hover {
  background-color: #f2f2f0;
  color: #313942;
}
.page-link:focus {
  box-shadow: none;
}
.page-item + .page-item {
  margin-left: 4px;
}
.pagination {
  align-items: center;
}
.limitLine {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	white-space: normal;
}
.table td,
.table th,
.table thead th {
  border: 0;
}
.table td, .table th {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}
.table thead,
.table tbody tr:nth-child(even)  {
  background-color: #edece9;
}
.table thead th {
  color: #8d9092;
  font-size: .875rem;
  letter-spacing: 4px;
}
.table tbody th {
  font-weight: normal;
}
.table tbody tr {
  background-color: #f2f2f0;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  margin-bottom: 0;
  line-height: 1.5;
}
h1,.h1 {
  font-size: 3em;
  font-weight: 700;
  color: #313942;
}
h2,
.h2 {
  font-size: 2em;
  font-weight: 700;
  color: #313942;
}
h3,
.h3 {
  font-size: 1.5em;
  font-weight: 700;
  color: #313942;
}
h4,
.h4 {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 700;
  color: #313942;
}
h5,
.h5 {
  font-size: .875em;
  letter-spacing: 4px;
  color: #313942;
  font-weight: 700;
}
h6,.h6,
p,
.p {
  font-size: 1em;
  line-height: 1.75;
  font-weight: normal;
  margin-bottom: 0;
}
h6,.h6 {
  color: #313942;
}
p:not(:last-child), .p:not(:last-child) {
  /* margin-bottom: 2.09375rem; */
}
span.require {
  color: #e30138;
}
.layout {
  max-width: 1230px;
  width: 100%;
  margin: auto;
}
.icon,
.icon_b::before,
.icon_a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.icon_b::before {
  width: ;
  height: ;
  background-image: url(../images/icon/);
  background-size: 100%;
  background-repeat: no-repeat;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.open::after {
  border-width: 8.7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  margin-left: .25rem;
  transition: all .35s;
}
.open[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.frss {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.frcc {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.frcs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.frths {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.frsb {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.frcb {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.fcss {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.fccc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bg-wanWhite {
  background-color: #edece9!important;
}
.bg-seaFog {
  background-color: #dddbd7!important;
}
.bg-bigStone {
  background-color: #313942!important;
}
.btn-rounded {
  width: 55px;
  height: 55px;
}
.btn-rect {
  letter-spacing: 3px;
  padding: 1rem 2rem;
  text-align: center;
  transition: all .25s linear;
  display: inline-block;
}
.btn-outline {
  border: solid 1px #b7b5b0;
  background-color: transparent;
}
.btn-outline:hover {
  background-color: #f2f2f0;
  color: #313942!important;
  transition: all .25s linear;
}
.btn-dark {
  background-color: #313942;
  color: #ffffff!important;
}
.btn-dark:hover {
  background-color: #000000;
  color: #ffffff;
}
.link-underline,
.editor-main a {
  border-bottom: 1px solid #b7b5b0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.75;
  color: #313942;
}
.link-underline:hover,
.editor-main a:hover {
  border-bottom-color: #6a6f74;
  color: #000000;
}

/* navbar */
.navbar {
  padding: 14px 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid #b7b5b0;
}
nav.navbar .layout {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding: 0;
  margin-right: 0;
}
.navbar .nav-link {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  transition: all .35s ease-out;
  color: #fff;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
}
.navbar-nav .dropdown-menu {
  padding: 1rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.dropdown-item {
  color: #313942;
  padding: .5rem 1rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}
.dropdown-toggle::after {
  width: 1rem;
  height: 1rem;
  background: url(../images/icon/navbar/icon-nav_dropdown_white.svg) 100% no-repeat;
  border: 0;
  transition: all .35s ease-out;
}
.navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/navbar/icon-nav_menu.svg);
  background-size: 100%;
}
[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url(../images/icon/navbar/icon-nav_menuClose.svg);
}
.nav-tool.donationBtn a {
  display: block;
}
input#keyword {
  height: 64px;
}
.searchPanelBtn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
#closeSearch {
  background: url(../images/icon/navbar/icon-nav_menuClose_dark.svg) 100% no-repeat;
  right: 10px;
}
#keywordSearchBtn {
  background: url(../images/icon/navbar/icon_search.svg) 100% no-repeat;
}

/* footer */
footer {
  padding-top: 5.375rem;
  padding-top: 4.479vw;
  background: url(../images/bg/wave.svg) no-repeat top left 100%;
}
.footer-sponsor {
  padding: 7.5rem 0 7.5rem;
  padding: 6.25vw 0 6.25vw;
}
.footer-sponsor .row + .row {
  margin-top: 3.75rem;
  margin-top: 3.125vw;
}
.footer-sponsor-item a {
  display: block;
}
.footer-sponsor-label {
  color: #8d9092;
}
.footer-sponsor-img {
  max-height: 60px;
  max-width: 100%;
  height: auto;
  width: auto;
}
.footer-info {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  color: #ffffff;
}
.footer-info .row + .row {
  margin-top: 2.6042vw;
}
.footer-info-item-content li + li {
  margin-top: .5rem;
}
.footer-info-item-head {
  color: #ffffff;
}
.footer-info-copyright {
  padding-top: 1.5rem;
  border-top: 1px solid #6a6f74;
}
.footer-info-copyright h5 {
  color: #b7b5b0;
}

.slick-navs {
  margin-top: 1.5rem;
  width: 100%;
}
.slick-navs-dots {
  margin: 0 3.125rem;
}
.slick-dots {
  bottom: initial;
  position: static;
  display: flex;
  align-items: center;
}
.slick-dots li,
.slick-dots li button {
  width: 10px;
  height: 10px;
  transition: all .2s;
}
.slick-dots li {
  margin: 0 8px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  display: none;
}
.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background-color: #313942;
}
.slick-dots li button {
  padding: 0;
  border-radius: 100%;
  border: 0;
  background-color: #dddbd7;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-arrow {
  cursor: pointer;
  height: 20px;
  width: 20px;
  font-size: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.slide-arrow-left {
  left: calc(18.75vw - 11px);
}
.slide-arrow-right {
  right: calc(18.75vw - 11px);
}
.bg-wrapper {
  background: no-repeat center/cover url(../images/bg/cover.svg);
}
.btn-top {
  background: url(../images/icon/);
  background-size: 60px;
  position: fixed;
  height: 60px;
  width: 60px;
  bottom: 15px;
  right: 20px;
  display: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

main {
  margin-top: 221px;
}

/* index */
.index-hero {
  padding-top: 2.0833vw;
  padding-bottom: 6.25vw;
}
.index-hero-slider .slick-slide:not(.slick-current) .bg-wrapper {
  opacity: .38;
}
.index-slider-item .bg-wrapper {
  padding-bottom: 54%;
  transition: all .3s;
}
.index-news {
  padding: 6.25vw 0 4.1667vw;
}
.index-news .sec-head-row {
  padding-top: 2.25rem;
  padding-bottom: 3.75rem;
  background: no-repeat calc(100% - 200px) 0 url(../images/bg/index/illustration1.svg);
}
.index-news .event-post {
  margin-bottom: 0;
}
.event.event3 .event-post .event-post-cover .bg-wrapper {
  padding-bottom: 100%;
}
.index-donation {
  padding: 6.25vw 0;
}
.index-donation-quote {
  /* background: no-repeat 0 0 / contain url(../images/bg/index/quote@2x.png); */
  background: no-repeat top left / 61px url(../images/bg/index/quote_topL.svg), no-repeat top right / 61px url(../images/bg/index/quote_topR.svg), no-repeat bottom left/ 61px url(../images/bg/index/quote_bottomL.svg), no-repeat bottom right/ 61px url(../images/bg/index/quote_bottomR.svg);
}
.index-donation-quote-wrapper {
  padding: 6.25vw 3.125vw 6.7708vw 3.125vw;
}
.index-donation .col-md-4 img {
  width: 73.4375%;
}
.index-events-head {
  background-color: #f2f2f0;
  border-radius: 100%;
  position: relative;
  padding-bottom: 100%;
  z-index: -1;
}
.index-events-head h2 {
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.index-events-head .airplan {
  position: absolute;
  right: 0;
  top: 38px;
}
.index-events-group {
  z-index: 2;
  margin-top: -11.5vw;
  padding-bottom: 6.25vw;
}
.index-events-group .event-hero-des a {
  margin-top: 2.5rem;
}
.index-events-item {
  padding-top: 6.25vw;
}
.index-donation-record-main {
  padding-bottom: 5.2083vw;
}
.index-donation-record-main h2 {
  margin: 3.125vw 0;
}
.index .donation-record-group {
  flex-basis: 25%;
}
.index .donation-record-group h5.label {
  color: #8d9092;
  margin-bottom: 1rem;
}
.donation-record-group ul li + li {
  margin-top: 1rem;
}

/* event1 */
.page-head {
  padding: 1rem 0;
}
.page-head h2 {
  font-size: 1.5rem;
}
.page-filter .dropdown-toggle {
  padding-right: 2rem;
  position: relative;
  letter-spacing: 3px;
  margin: 0;
  color: #313942;
}
.page-filter .dropdown-toggle::after {
  position: absolute;
  right: 8px;
  top: 50%;
  transform-origin: 50% 28%;
  transform: translateY(-50%);
  background-image: url(../images/icon/navbar/icon-nav_dropdown_dark.svg);
}
.page-filter .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.page-filter .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 1rem;
}
.page-filter .dropdown-item {
  letter-spacing: 3px;
}
.page-filter .dropdown-item:hover {
  background-color: #f2f2f0;
  color: #313942;
}
.page-filter .dropdown-item.active,
.page-filter .dropdown-item:active {
  background-color: #dddbd7;
  color: #313942;
}
.event-hero-cover {
  width: 100%;
}
.event-hero-cover .bg-wrapper {
  padding-bottom: 54%;
}
.event-hero-des > h1,
.event-hero-des p {
  width: 100%;
}
.event-hero-des p {
	margin-left: 0!important;
}
.event-hero-des {
  padding: .875rem 0;
  text-align: center;
}
.event .event-hero-des {
  border-bottom: 1px solid #b7b5b0;
}
.event-hero-des p {
  color: #8d9092;
}
.event-posts {
  padding-top: 3.75rem;
  padding-bottom: 6.25vw;
}
.event-post {
  margin-bottom: 3rem;
}
.event-post a {
  position: relative;
}
.event-post-cover .bg-wrapper {
  padding-bottom: 54%;
  background-image: url(../images/bg/cover@2x.png);
}
.event-post-info {
  padding: 1rem 2rem;
  width: 100%;
}
.event-post-info-date {
  color: #8d9092;
}
.event-post-info-title {
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  max-height: 108px;
}
.mask .event-post a:hover .event-post-info {
  opacity: 1;
}
/*.mask .event-post-cover .bg-wrapper {
  padding-bottom: 100%;
}*/
.mask .event-post-info {
  transition: all .35s linear;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(49, 57, 66, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mask .event-post-info > * {
  color: #ffffff;
  width: 100%;
}

/* event_detail */
.eventD-main {
  padding-top: 1.25rem;
  padding-bottom: 6rem;
}
.eventD-main .layout {
  max-width: 820px;
}
.detail-head-label *,
.detail-head-author {
  color: #8d9092;
}
.detail-head-label {
  flex-wrap: nowrap;
}
.detail-head-label .category {
  width: 72px;
  flex-shrink: 0;
}
.detail-head-label .line {
  width: 50px;
  min-width: 8px;
  max-width: 50px;
  margin: 0 16px;
  height: 1px;
  background-color: #b7b5b0;
}
.detail-head h1 {
  font-size: 2rem;
}
.social-action-group {
  margin: 1.5rem 0;
}
.social-group .social-item + .social-item {
  margin-left: 1rem;
}
.social-item a {
  display: block;
}
.social-item a:hover svg {
  fill: #f2f2f0;
}
.detail-cover {
  font-size: .875rem;
}
figcaption,.figure-caption {
  margin-top: .5rem;
  font-size: .875rem;
  line-height: 1.71;
  color: #8d9092;
  font-weight: normal;
  letter-spacing: 1px;
}
.editor-main {
  margin-top: 2.75rem;
}
.editor-main img {
  max-width: 100%;
  width: 100%;
}
.editor-main figure {
  width: 100%;
}
.editor-wrapper {
  max-width: 584px;
  width: 100%;
  font-size: 16px;
  margin: auto;
  position: relative;
}
.editor-wrapper p strong,
.editor-wrapper strong,
.editor-wrapper a,
.editor-wrapper p a {
  font-size: 1em;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.references-item + .references-item {
  margin-top: 1rem;
}
.references-item {
  position: relative;
}
.references-item a {
  display: inline-block;
}
.references-item::before {
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  display: inline-block;
  content: '';
  background: no-repeat center/100% url(../images/icon/event/icon_file.svg);
}
.event-references {
  margin: 3.75rem 0;
}
.bottom-social-action .editor-wrapper {
  border-top: 1px solid #b7b5b0;
}
.detailModal-info {
  margin-top: 2.5rem;
}
.detailModal-info p {
  color: #8d9092;
}
.modal form {
  margin-top: 2.5rem;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.captcha {
  max-width: calc(100% - 32px);
  width: 100%;
  text-align: right;
}
.captcha img {
  width: 100%;
}
.captach-action {
  width: 28px;
  margin-left: 8px;
}
#messageModal .modal-content {
  height: 80vh;
}
#messageModal .modal-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
[fontSize="M"] figcaption,
[fontSize="M"] .figure-caption {
  font-size: 125%;
}
[fontSize="M"] .editor-wrapper {
  font-size: 20px;
}
[fontSize="L"] figcaption,
[fontSize="L"] .figure-caption {
  font-size: 156.25%;
}
[fontSize="L"] .editor-wrapper {
  font-size: 25px;
}

/* donate */
.donateP section {
  padding: 3.75rem 0;
}
.donateP-intro h2 {
  margin-bottom: 2rem;
}
.donationCard {
  background-color: #f2f2f0;
  text-align: center;
  height: 100%;
  padding: .875rem;
}
.donationCard h5 {
  color: #8d9092;
}
.donationCard-part {
  padding: 1.5rem;
}
.donationCard-part + .donationCard-part {
  border-top: 2px dashed #B7B5B0;
}
.donationCard-thumbnail .wrapper {
  position: relative;
}
.line.donationCard-thumbnail .wrapper {
  padding-bottom: 100%;
  background-color: #ffffff;
}
.line.donationCard-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  width: 100%;
}
.donateP-purpose .sec-head {
  margin-bottom: 3.75rem;
}
.purpose-item-icon {
  flex-shrink: 0;
  width: 72px;
}
.purpose-item-info .head {
  margin-bottom: .875rem;
}
.purpose-item-info li {
  position: relative;
  padding-left: 1.5rem;
}
.purpose-item-info li + li {
  margin-top: 1rem;
}
.purpose-item-info li::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 1px;
  position: absolute;
  background-color: #8D9092;
  top: 12px;
  left: 0;
}
.donateP-promote .sec-head {
  margin-bottom: 3.75rem;
}
.promote-item + .promote-item {
  margin-top: 3.75rem;
}
.promote-item {
  padding-left: 4.625rem;
  position: relative;
}
.promote-item::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 50px;
  position: absolute;
  background-color: #8D9092;
  top: 18px;
  left: 0;
}

/* search_result */
.result-main {
  padding-top: 6.25vw;
  padding-bottom: 6rem;
}
.result-main .layout {
  max-width: 822px;
}
.result-main .result-head {
  margin-bottom: 7.5vw;
}
.result-item {
  margin-bottom: 3.75rem;
  display: block;
}
.result-item .title {
  position: relative;
  display: inline;
  background: linear-gradient(to right, #B7B5B0, #B7B5B0),
		linear-gradient(to right, #B7B5B0, #B7B5B0, #B7B5B0);
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
}

/* donate_record */
.block-borad {
  padding: 3.125vw;
  background-color: #F2F2F0;
}
.record-main {
  padding-top: 6.25vw;
  padding-bottom: 6.25vw;
}
.record-main h1 {
  margin-bottom: 6.25vw;
}
.record-main nav[aria-label^="Page"] {
  margin-top: 4.1667vw;
}
#recordListTable {
  table-layout: fixed;
}
#recordListTable thead th {
  width: 15.1852%;
}
#recordListTable thead th:nth-child(1) {
  width: 38.5185%;
}
#recordListTable tbody th {
  color: #313942;
}

/* about */
.about-hero {
  padding-top: 7.2916vw;
  padding-bottom: 3.125vw;
}
.block-borad-wrapper {
  max-width: 49.375rem;
  width: 100%;
  margin: 0 auto;
}
.about-hero .row + .row {
  padding-top: 7.2916vw;
}
.about-hero-illustration {
  position: absolute;
}
.about-chart {
  padding-bottom: 3.125vw;
}
.about-chart .layout {
  max-width: 64.0625rem;
}
.about-chart-illustration {
  margin-bottom: 3.125vw;
}
.about-how {
  padding-bottom: 6.25vw;
}
.about-how .detail-head-label {
  margin: 4.0625vw 0;
}
.about-how-service .purpose-item {
  padding: 2.5rem;
  background-color: #EDECE9;
}
.about-how-service .purpose-item + .purpose-item {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding: 1.5rem 0;
  }
  nav.navbar .layout {
    align-items: center;
    justify-content: space-around;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout> .nav-tool {
    position: absolute;
    top: 0;
    transition: all .25s linear;
  }
  .layout> .nav-tool.searchPanel {
    left: 15px;
    cursor: pointer;
    max-width: calc( ( 100% - 658px ) / 2 - 24px);
  }
  .nav-tool .searchPanel-toggle {
    background: url(../images/icon/navbar/btn_search.svg) 100%;
  }
  .nav-tool .searchPanel-toggle:hover {
    background: url(../images/icon/navbar/btn_search_hover.svg) 100%;
  }
  .layout> .nav-tool.donationBtn {
    right: 15px;
  }
  #keywordForm {
    display: none;
  }
  input#keyword {
    border: solid 1px #b7b5b0;
    background-color: #edece9;
  }
  .navbar-brand {
    padding-bottom: 1.5rem;
    transition: transform .2s, padding-bottom .2s, height .35s;
  }
  .navbar-brand.is-scroll-down {
    transform: translateY(-118px);
    height: 0;
    padding-bottom: 0;
  }
  .navbar-brand img {
    height: 3.75rem;
    width: auto;
  }
  .navbar-nav .dropdown-toggle::after {
    margin: 0 0 -6px 10px;
    background: url(../images/icon/navbar/icon-nav_dropdown_dark.svg) 100% no-repeat;
  }
  .navbar-expand-lg  .navbar-nav .nav-item {
    transition: all .35s;
  }
  .navbar-expand-lg  .navbar-nav .nav-link {
    padding: 1.25rem;
    color: #313942;
  }
  .navbar .nav-link:hover::after,
  .navbar .nav-link[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }
  .navbar-nav .dropdown-menu {
    background-color: #ffffff;
    top: 88%;
  }
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
  .collapse .nav-tool-group {
    display: none;
  }

  main {
    min-height: calc(100vh - 227px);
  }

  /* donate_record */
  #recordListTable thead th:nth-child(1),
  #recordListTable tbody th:nth-child(1) {
    padding-right: calc(3.125vw + .75rem);
  }
}
@media screen and (min-width: 768px) {
  .inlineI {
    display: inline-block;
    vertical-align: middle;
  }
  .btn-top {
    display: none!important;
  }
  nav[aria-label^="Page"] {
    margin-top: .75rem;
  }
  .modal-dialog {
    max-width: 728px;
  }
  .form-group label {
    font-size: 1.125rem;
  }

  /* navbar */
  .nav-tool.donationBtn a:hover {
    background-size: 100% 100%;
    animation: hvr-pulse-grow .3s infinite alternate linear;
  }
  @keyframes hvr-pulse-grow {
    100% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }

  /* footer */
  .footer-sponsor-label {
    height: 20px;
    margin-bottom: 2rem;
  }
  .footer-info-item-content {
    margin-top: 1rem;
  }
  .footer-info-item-content.collapse {
    display: block!important;
  }

  /* index */
  .index-slider-item {
    padding: 0 1rem;
  }
  .index-events-item .event-hero-des {
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }
  .index-events-group {
    background: no-repeat top center / auto 100% url(../images/bg/index/steps_line.svg);
  }
  .index-news .event-post-info {
    padding: 1.6667vw;
  }
  .index-donation-record-main {
    background: no-repeat right 80% / auto url(../images/bg/index/illustration5.svg);
  }
  .index .donation-record-group + .donation-record-group {
    padding-left: 1.5rem;
  }

  /* event */
  .page-head h2 {
    padding-right: 1.5rem;
  }
  .page-head h2 + .page-filter {
    padding-left: 1.5rem;
    border-left: 1px solid #b7b5b0;
  }
  .page-filter + .page-filter {
    margin-left: .5rem;
  }
  .event-hero-des {
    height: 100%;
  }
  .detail-head-label .line {
    margin: 0 .8333vw;
    flex-grow: 1;
    width: auto;
  }
  .detail-head-label .date {
    letter-spacing: 3px;
  }
  .eventD-main .detail-head-label .category {
    width: auto;
  }

  /* donate */
  .donationCard {
    padding: 3rem 3rem 1.5rem;
  }
  .donationCard-part + .donationCard-part {
    padding-top: 2.5rem;
  }
  .line.donationCard-thumbnail {
    width: 63%;
  }
  .purpose-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .purpose-item-info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  /* about */
  .about-hero-illustration {
    right: 5.3125vw;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    width: 100%;
  }
  .navbar-collapse {
    background-color: #313942;
    padding: 63px 0 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .nav-center {
    width: 100%;
  }
  .navbar-brand img {
    width: 120px;
    height: auto;
  }
  .navbar-toggler {
    border: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 2;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 14px;
  }
  .navbar-nav .nav-item.dropdown + .nav-item.dropdown {
    border-top: 1px solid #fff;
  }
  .navbar-nav .dropdown-menu {
    padding: 0 0 20px;
  }
  .dropdown-item {
    white-space: pre-wrap;
    position: relative;
  }
  .navbar-nav .dropdown-item {
    padding: 4px 22px;
    color: #ffffff;
  }
  .navbar-nav .dropdown-item::before {
    content: '';
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 8px;
    background: url(../images/icon/navbar/icon_dash.svg) 100% no-repeat;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar .layout> .nav-tool {
    display: none;
  }
  .nav-tool-group {
    padding: 2.5rem 14px 0;
  }
  .nav-tool-group,
  .nav-tool-group .form-group {
    width: 100%;
  }
  .nav-tool-group .form-group {
    margin-bottom: 6px;
  }
  input#keyword {
    background-color: transparent;
    border: 0;
    border-top: 1px solid #6a6f74;
    color: #ffffff;
  }
  .collapse .nav-tool.donationBtn a {
    border-color: #6a6f74;
  }

  .footer-info-copyright h5 + h5 {
    padding-top: 1.5rem;
  }

  main {
    margin-top: 4rem;
    min-height: 50vh;
  }

  /* index */
  .index-events-head .airplan {
    top: 10px;
    right: -30px;
  }
  .index-events-head .airplan svg {
    transform: scale(.7);
  }

  #recordListTable thead th {
    width: 15.1852%;
  }
  #recordListTable thead th:nth-child(1) {
    width: 38.5185%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .table td, .table th {
    padding: .9375rem .5rem;
  }
  #recordListTable thead th {
    width: 12.1852%;
  }
  #recordListTable thead th:nth-child(1),
  #recordListTable tbody th:nth-child(1) {
    padding-right: 18px;
  }
  #recordListTable thead th:nth-child(1) {
    width: 30.5185%;
  }
  #recordListTable thead th:nth-child(3) {
    width: 14.1852%;
  }
  #recordListTable thead th:nth-child(4) {
    width: 18.1852%;
  }
}
@media screen and (max-width: 767px) {
  .nopad {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  div[class^="col-"] {
    /* padding-left: 20px;
    padding-right: 20px; */
  }
  .wrapSM {
    flex-wrap: wrap;
    flex-direction: column;
  }
  h1,.h1 {
    font-size: 2em;
  }
  h2,.h2 {
    font-size: 1.5em;
  }
  h3,.h3 {
    font-size: 1.125em;
    line-height: 1.5em;
  }
  h4,.h4 {
    font-size: 1em;
    line-height: 1.13;
  }
  .modal-body {
    padding: 4rem .875rem .875rem;
  }
  .slick-navs {
    margin-top: 1rem;
  }
  .slide-arrow-left {
    left: 0;
  }
  .slide-arrow-right {
    right: 0;
  }
  .table td, .table th {
    padding: .625rem 1rem;
  }
  .customTable thead {
    display: none;
  }
  .customTable tbody tr,
  .customTable tbody td,
  .customTable tbody th {
    display: block;
  }
  .customTable tbody tr + tr th {
    margin-top: 2.5rem;
  }
  .customTable tbody th::before,
  .customTable tbody td::before {
    content: attr(table-head);
    display: block;
    color: #8d9092;
    font-weight: bold;
    font-size: .875rem;
    letter-spacing: 4px;
    padding: .5rem 0;
  }

  /* footer */
  footer {
    padding-top: 5.375rem;
    background-position-x: 65%;
  }
  .footer-info {
    padding-top: 3.75rem;
    padding-bottom: 1.5rem;
  }
  .footer-info div[class^="col-"] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-info .row + .row {
    margin-top: 1.5rem;
  }
  .footer-info-item-head {
    position: relative;
    margin-bottom: 1.5rem;
  }
  #contactBranch .footer-info-item:not(:last-child) .footer-info-item-head::after {
    content: '';
    display: block;
    width: .75rem;
    height: .75rem;
    background: no-repeat center center / 100% url(../images/icon/navbar/icon-nav_dropdown_white.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-info-item-content li a.btn-rect {
    margin: 1rem 0 1.5rem;
  }

  /* index */
  .index-hero {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
  .index-news {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }
  .index-news .sec-head-row {
    padding-top: 0;
    padding-bottom: 3.75rem;
  }
  .index-news .sec-head-row {
    background-position: 55vw top;
    background-size: 38vw;
  }
  .index-news .event-post {
    margin-bottom: 1.5rem;
  }
  .index-news .event-post-info {
    padding: .875rem 0;
  }
  .index-news .event-post-info-title {
    padding-left: .875rem;
    padding-right: .875rem;
  }
  .index-donation {
    padding-top: 4rem;
    padding-bottom: .875rem;
  }
  .index-donation-quote {
    margin-top: 1.5rem;
  }
  .index-donation-quote-wrapper {
    padding: 4.3125rem 1.125rem;
  }
  .index-donation-quote a.btn-rect {
    width: 100%;
  }
  .index-events {
    padding-top: 6.25rem;
  }
  .index-events .row.justify-content-center .col-md-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-events-head .airplan {
    top: -10px;
    right: -20px;
  }
  .index-events-head .airplan svg {
    transform: scale(1);
  }
  .index-events-group {
    margin-top: -23.5vw;
    padding-bottom: 6.25rem;
  }
  .index-events-group a.btn-rect {
    width: 100%;
  }
  .index-events-item {
    padding-top: 0;
  }
  .index .event-hero-des {
    margin-top: 1.5rem;
  }
  .index .events1 > .col-md-6.fccc,
  .index .events2 > .col-md-6:not(.fccc),
  .index .events3 > .col-md-6.fccc {
  	order: -1;
  }
  .index .events2 {
    margin-bottom: 2.25rem;
  }
  .index .events3 + .events1 {
  	margin-top: 2.25rem;
  }
  .index-events-item .index-events {
    padding-top: 2.25rem;
  }
  .index .events2 .event-hero-des,
  .index .events3 .event-hero-des {
    padding-bottom: 2.375rem;
  }
  .index-donation-record img {
    width: 56.25vw;
    max-width: 282px;
  }
  .index-donation-record .sec-head-row {
    margin-top: 5.25rem;
  }
  .index-donation-record-main {
    padding-bottom: 3.75rem;
  }
  .index-donation-record-main h2 {
    margin: 3.75rem 0;
  }
  .donation-record-table {
    flex-direction: column;
  }
  .index .donation-record-group + .donation-record-group {
    margin-top: 1.5rem;
  }

  /* event */
  .page-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  .page-head > h1,
  .page-head > div {
    width: 100%;
  }
  .page-head h2 {
    margin-bottom: 1.5rem;
  }
  .page-filter {
    /* margin: 1.5rem 0; */
  }
  .page-filter .dropdown-toggle {
    padding-left: 0;
  }
  .page-filter .dropdown-menu {
    max-width: calc(100% - 30px);
    min-width: calc(100% - 30px);
  }
  .event-hero-des {
    margin-top: 10px;
    padding-bottom: 1.5rem;
  }
  .sec-head-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .sec-head-row .btn-rect {
    width: 100%;
    margin-top: 1.5rem;
  }
  .event-posts {
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
  }
  .event-post {
    margin-bottom: 1.5rem;
  }
  .event-post-info-title {
    max-height: 72px;
  }

  /* event_detail */
  .eventD-main {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
  }
  .detail-head h1 {
    font-size: 1.5em;
  }
  .editor-main {
    margin-top: .75rem;
  }
  .modal .form-action-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal .form-action-row button {
    width: 100%;
  }
  .modal .form-action-row button + button {
    margin-top: 1.5rem;
  }
  .eventD-main .detail-head-label .category {
    width: 5.15em;
  }
  [fontSize="M"] .detail-head {
    font-size: 125%;
  }
  [fontSize="L"] .detail-head {
    font-size: 156.25%;
  }

  /* donate */
  .donateP section {
    padding: 1.5rem 0;
  }
  .donateP-intro .align-self-end {
    margin-top: 3.75rem;
    text-align: center;
  }
  .donationCard-part {
    padding-left: 0;
    padding-right: 0;
  }
  .line.donationCard-thumbnail {
    max-width: 276px;
  }
  .donateP-method [class^="col-"] + [class^="col-"],
  .purpose-item-info {
    margin-top: 1.5rem;
  }
  .donateP-purpose [class^="col-"] + [class^="col-"] {
    margin-top: 3.75rem;
  }
  .purpose-item {
    flex-direction: column;
  }

  /* search_result */
  .result-main {
    padding-top: 3.75rem;
    padding-bottom: 7.5rem;
  }
  .result-main .result-head {
    margin-bottom: 5.25rem;
  }

  /* donate_record */
  .block-borad {
    padding: .875rem 0;
  }
  .record-main {
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }
  .record-main h1 {
    margin-bottom: 1.875rem;
  }
  .record-main .row:nth-child(2) {
    background-color: #F2F2F0;
  }
  .record-main nav[aria-label^="Page"] {
    margin-top: 3.75rem;
  }

  /* about */
  .about-hero,
  .about-chart,
  .about-how {
    padding-top: .875rem;
    padding-bottom: .875rem;
  }
  .about-hero .row + .row {
    padding-top: 16.875rem;
  }
  .about-hero-illustration {
    left: 50%;
    transform: translate(-50%, 15.625%);
    width: 16.25rem;
  }
  .about-hero .block-borad,
  .about-how-service .purpose-item {
    padding: 1.5rem;
  }
  .about-chart-illustration {
    margin-bottom: 1.5rem;
  }
  .about-how {
    padding-bottom: 4rem;
  }
  .about-how .block-borad {
    padding-left: .875rem;
    padding-right: .875rem;
  }
  .about-how .detail-head-label {
    margin: 4.875rem 0;
  }
}