@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Zain:wght@200;300;400;700;800;900&display=swap');

/*CSS RESET*/
img {
  border: 0;
}

a img {
  border: 0;
}

:focus {}

::selection {
  background: #000;
  color: #fff;
}

a {
  text-decoration: none;
  /* for Firefox Google Chrome  */
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
  margin-bottom: 0;
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  border: 1px solid #858585;
  /* height: 46px; */
  padding: 0 10px 0 16px;
}
input[type="date"]{
  border-radius: 8px;
  border: 1px solid #858585;
  padding: 0 10px 0 16px;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="button"],
input[type="submit"],
button {
  cursor: pointer !important;
}


input[type="button"]:disabled,
input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed !important;
}

*:focus {}

/*ol,
ul {
  padding-left: 0;
}
*/
body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
}

/*end reset*/

body {
  /* font-size: 20px; */
  font-size: 1.25rem;
  color: #353434;
  background: #FAFAFA;

}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/*-------*/
/*--無障礙USE (一開始按tab會出現 跳到主要內容的連結)--*/
.sr-only {
  padding: 0.5rem;
  background: #2b358c;
  color: #fff;
  position: absolute;
  top: -3rem;
  left: 0;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 2000;
}


.sr-only:focus {
  position: absolute;
  left: 0;
  top: 0;
  outline-color: transparent;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  border: #ffbf47 solid 0.4rem;
  background: #ffbf47;
  color: #000;
  font-weight: 700;

}


a:focus,
select:focus,
input:focus,
button:focus,
textarea:focus {
  outline: 5px dotted #ff5100;
}

/* a.gotop:focus{outline: 8px dotted orange;} */

/*--無障礙隱藏label標籤用--*/
.sr-only-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accesskey {
  position: absolute;
  z-index: 1;
  color: #7300ff;
}


/*----flex setting-----*/
.j-d-flex {
  display: flex;
}

.j-align-items-center {
  align-items: center;
}

.j-justify-content-space-between {
  justify-content: space-between;
}

.j-justify-content-center {
  justify-content: center;
}

.j-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.j-flex-column {
  flex-direction: column;
}

/*--------*/

html {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body > form{
  display: contents;
}


.main {
  flex: 1;
  position: relative;
}

.wrapper {
  width: 1240px;
  margin: 0 auto;
  position: relative;
}

.header {
  display: flex;
  padding: 0;
  background: #fff;
  align-items: center;
  height: 148px;
  position: relative;
  box-shadow: 0 10px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.logo {
  background: #fff;
  padding-left: 28px;
}

.logo a {
  display: flex;
  align-items: center;
}



.menu-wrapper {
  /* width: 70%; */
  margin-left: auto;
  /* font-size: 22px; */
  font-size: 1.375rem;
  font-weight: 600;
  color: #fff;
  transform: skewX(-28deg);
  padding-left: 85px;
  display: flex;
  flex-direction: column;
  margin-right: -40px;
}

.general-menu {
  background: #1c8279;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 88px;
  height: 65px;
  padding-left: 10px;
}


.general-menu li a {
  display: block;
  padding: 0 22px;
  padding-top: 15px;
  color: #fff;
  height: 59px;
  white-space: nowrap;
  border-radius: 0 0 5px 5px;
}

.general-menu li a:hover {
  background: #244EA2;
}

.general-menu li a.btn-login,
.general-menu li a.btn-register {
  padding-left: 70px;
  display: inline-flex;
  position: relative;
}

.btn-login i,
.btn-register i {
  display: inline-block;
  width: 30px;
  height: 28px;
  margin-right: 10px;
  position: absolute;
  left: 28px;
}

.btn-login i {
  background: url(../images/icon-login.svg) no-repeat left;
  background-size: contain;
}

.btn-register i {
  background: url(../images/icon-register.svg) no-repeat left;
  background-size: contain;
}

.member-menu {
  background: #05765f;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 50px;
  padding-left: 80px;
  height: 83px;
}

.general-menu li,
.member-menu ul,
.member-menu-title {
  transform: skewX(28deg);
}

.member-menu ul {
  display: flex;
}

.member-menu li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 34px;
  color: #fff;
  height: 100%;
  white-space: nowrap;
}

.member-menu li a:hover {
  background: #244EA2;
}

.member-menu-title {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  /* font-size: 26px; */
  font-size: 1.625rem;
  padding-right: 40px;
  margin-right: 10px;
  height: 100%;
  background: url(../images/icon-arrow.svg) no-repeat right center;
}


/* 
<div id="back-top"><a href="#top">Top</a></div>
#back-top{
  position: fixed;
  bottom: 120px;
  right: 12px;
  z-index: 1;
}
#back-top a{
  display: inline-block;
  width: 73px;
  height: 73px;
  background: url(../images/svg/top.svg) no-repeat center;
  background-size: contain;
} */
.container {
  margin-top: 148px;
}

.index-banner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-bottom: 10px solid #CDD5D7;
}

.index-banner img,
.mobile-index-banner img {
  width: 100%;
  height: auto;
}

.i-news-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.i-news-photo {
  width: 35%;
  margin-right: 4.2%;
}

.i-news-info-area {
  width: 49%;
}

.i-news-info-area h2 {
  /* font-size: 38px; */
  font-size: 2.375rem;
  font-weight: 600;
  color: #3E3A39;
  padding-top: 16px;
  margin-bottom: 10px;
}

.i-news-info-area ul {
  /* font-size: 18px; */
  font-size: 1.125rem;
  font-weight: 600;
}

.i-news-info-area ul li {
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.i-news-info-area ul li a {
  display: block;
  padding: 15px 0;
  color: #3E3A39;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
 
}

.i-news-info-area ul li a:hover {
  color: #32ABBC;
}
/* 
.i-news-info-area ul li a:focus {
  outline: 5px solid #0000C4 !important;
} */


.i-news-info-area ul li a time {
  display: inline-block;
  margin-right: 28px;
}

.tag-new,
.tag-top {
  color: #fff;
  /* font-size: 16px; */
  font-size: 1em;
  border-radius: 75px;
  padding: 2px 15px 4px 15px;
  background: #000;
  font-style: normal;
  display: inline-block;
  margin-right: 12px;
  font-weight: 400;
}

.tag-new {
  background: #32ABBC;
}

.tag-top {
  background: #D34418;
}

.btn-default01 {
  padding: 10px 30px 12px;
  background: #007585;
  /* font-size: 24px; */
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 75px;
  min-width: 194px;
}

.btn-default01:hover {
  background: #2a9bab;
}

.btn-more-wrap {
  margin-top: 30px;
}

.i-carousel-wrap {
  margin-bottom: 30px;
  background: #eee;
  padding-top: 66px;
  padding-bottom: 30px;
}

.i-carousel {
  width: 88%;
  margin: 0 auto;
  padding: 0 80px;
}

.i-carousel .slick-list {
  padding-left: 5px;
  padding-right: 5px;
}

.i-c-photo {
  /* width: 257px;
  height: 257px; */
  border: 3px solid #fff;
  border-radius: 20px;

  transition: all 0.3s ease;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;

}

.i-c-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}



.i-c-item a {
  max-width: 257px;
  color: #000;
  display: block;
  /* transition: all 0.3s ease; */
}

.i-c-title {}

.i-c-title p {
  /* font-size: 18px; */
  font-size: 1.125rem;
  line-height: 1.3;
  margin-top: 16px;
  padding: 0 13px;
  transition: all 0.3s ease;
  text-align: center;
}

.i-c-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.i-c-item a:hover .i-c-photo {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}

.i-c-item a:hover .i-c-title p {
  /* font-size: 20px; */
  font-size: 1.25rem;
}

.footer-wrapper {
  background: #007585;
  color: #fff;
  font-weight: 600;
  padding: 0 2% 30px;
  /* font-size: 22px; */
  font-size: 1.375rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

.f-02,
.f-03 {
  padding: 0 8px;
}

.footer-logo {
  background: #F5F5F5;
  border-radius: 0 0 15px 15px;
  margin-bottom: 10px;
  width: 376px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-01 p {
  padding-left: 25px;
}

/* .f-02{ margin-top: 35px;}
.f-03{ margin-top: 45px;} */
.footer-tel {
  /* font-size: 35px; */
  font-size: 2.18rem;
}

.copyright {
  background: #3B5356;
  color: #fff;
  padding: 20px 10px;
  /* font-size: 16px; */
  font-size: 1rem;
  text-align: center;
}

/*----news------*/
.wrapper-size01 {
  width: 1380px;
  margin: 0 auto;
}

.inner-banner {
  background: url(../images/header_content_pc.png) repeat-x;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 412px;
  padding-right: 10px;
  height: 133px;
  color: #3E3A39;
  display: flex;
  align-items: center;
}

.inner-banner h2 {
  /* font-size: 38px; */
  font-size: 2.375rem;
}

.path {
  display: flex;
  justify-content: flex-end;
  padding-right: 105px;
  padding-top: 25px;
  padding-bottom: 25px;

}

.path li:first-child {
  padding-left: 34px;
  background: url(../images/icon_home.png) no-repeat 0 center;
}

.path li a,
.path li {
  color: #141920;
}

.path li+li:before {
  padding: 0 14px;
  content: ">";
}



.info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.info-list li {
  width: 49%;
  border: 3px solid #70BFC1;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 26px;
  /* font-size: 24px; */
  font-size: 1.5rem;
}

.info-list li a {
  padding: 26px 33px;
  color: #353434;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.info-list li time {
  /* font-size: 18px; */
  font-size: 1.125rem;
}

.info-list li:before {}

.info-list li:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
  z-index: -2;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.25);
}

.info-list li:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 6px #70BFC1;
  border-radius: 16px;
  z-index: -1;
}

.info-title {
  font-weight: 700;
  min-height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-wrap {
  margin-top: 10px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.page {
  display: inline-flex;
  border-radius: 75px;
  /* font-size: 18px; */
  font-size: 1.125rem;
  color: #fff;
  background: #007585;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
}

.page li {
  height: 30px;
  line-height: 30px;
}

.page li a {
  color: #fff;
}

.page-of {
  display: inline-block;
  padding: 0 15px;
}

.btn-page-prev,
.btn-page-next {
  font-size: 0;
  display: block;
  width: 50px;
  height: 30px;
}

.btn-page-prev {
  margin-right: 16px;
  background: url(../images/page-prev.svg) no-repeat center;
}

.btn-page-next {
  margin-left: 16px;
  background: url(../images/page-next.svg) no-repeat center;
}

.btn-page-prev:hover,
.btn-page-next:hover {
  opacity: 0.5;
}

.info-head {
  border: 3px solid #70BFC1;
  border-radius: 20px;
  background: #fff;
  /* font-size: 24px; */
  font-size: 1.5rem;
  padding: 10px 38px 12px;
  margin-bottom: 14px;
}

.info-head time {
  /* font-size: 18px; */
  font-size: 1.125rem;
  display: block;
}

.info-head-title {
  font-weight: 700;
}

.info-content {
  border: 3px solid #70BFC1;
  border-radius: 20px;
  background: #fff;
  /* font-size: 20px; */
  font-size: 1.25rem;
  padding-top: 38px;
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 70px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 18px;
}

.info-content-area {
  margin-bottom: 120px;
}

.editor img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 728px;
  width: 100%;
}

.editor ul {
  list-style: disc;
  padding-left: 1.3em;
}

.editor ol {
  list-style: decimal;
  padding-left: 1.3em;
}

.info-aside {
  display: flex;
  justify-content: space-between;
}





.r-box {
  border: 3px solid #70BFC1;
  border-radius: 20px;
  background: #fff;
  display: flex;
  padding: 20px;
  width: 49%;
}

.r-box-title {
  /* font-size: 32px; */
  font-size: 2rem;
  font-weight: 700;
  color: #FF5C00;
  text-align: center;
  height: 139px;
  border-right: 1px solid #70BFC1;
  padding-left: 20px;
  padding-right: 20px;
  flex: none;
  padding-top: 90px;
}

.r-file .r-box-title {
  background: url(../images/icon_download.png) no-repeat center 25px;
}

.r-link .r-box-title {
  background: url(../images/icon_link.png) no-repeat center 5px;
}

.r-box-list {
  /* font-size: 22px; */
  font-size: 1.375rem;
  padding-top: 2px;
  padding-left: 23px;
}

.r-box-list li+li {
  margin-top: 14px;
}

.r-box-list li a {
  color: #005149;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  padding-right: 8px;
}

.r-box-list li a:before {
  width: 32px;
  height: 32px;
  display: inline-block;
  content: "";
  flex: none;
  margin-right: 10px;
  background: url(../images/icon-file.svg) no-repeat center;
}

.r-link .r-box-list li a:before {
  background: url(../images/icon-link.svg) no-repeat center;
}

.r-box-list li a:hover {
  background-color: #32BCAD;
  color: #fff;
}

.info-search-area {
  display: flex;
  margin-bottom: 30px;
  /* font-size: 20px; */
  font-size: 1.25rem;
  width: 100%;
  align-items: center;
}

.search-title {
  padding-right: 12px;
  min-width: 164px;
  /* font-size: 24px; */
  font-size: 1.5rem;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid #858585;
  height: 46px;
  background: url(../images/select-arrow.svg) calc(100% - 10px) center no-repeat, #fff;
  padding-right: 44px;
  padding-left: 16px;
}

.select:focus {}

.w-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid #858585;
  height: 46px;
  padding: 0 10px 0 16px;
  background: #fff;
}
.w-date { 
  border-radius: 10px;
  border: 1px solid #858585;
  height: 46px;
  padding: 0 10px 0 16px;
  background: #fff;
}


.btn-sent-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 179px;
  height: 53px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #007585;
  color: #fff;
  border: 3px solid #C8FEFF;
  border-radius: 10px;
  white-space: nowrap;
  padding: 0 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-sent-search:hover {
  background: #244EA2;
}

.info-search-area .btn-sent-search {
  margin-left: 18px;
}

.info-search-area .select {
  width: 342px;
}

.unit-check-search .select {
  width: auto;
}

.select-year {
  margin-right: 11px;
}

.info-search-area .w-input {
  flex-grow: 1;
  margin-left: 11px;
}

.info-top {
  display: flex;
  /* font-size: 18px; */
  font-size: 1.125rem;
  align-items: center;
  margin-bottom: 4px;
  margin-top: -15px;
}

.info-head .info-top {
  margin-top: 0;
}

.tag-item {
  display: inline-flex;
  color: #fff;
  border-radius: 10px;
  background: #32BCAD;
  padding: 4px 20px;
  margin-left: 10px;
  /* font-size: 20px; */
  font-size: 1.25rem;
}

.ml-0 {
  margin-left: 0 !important;
}

.info-view {
  margin-left: auto;
  align-items: center;
  display: inline-flex;
  width: 90px;
}

.info-view:before {
  width: 34px;
  height: 17px;
  flex: none;
  background: url(../images/icon-view.svg) no-repeat center;
  content: "";
  display: inline-block;
  margin-right: 8px;
}

.item-link-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
}

.item-link-list li a {
  display: inline-block;
  color: #fff;
  background: #32BCAD;
  /* font-size: 24px; */
  font-size: 1.5rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 75px;
  border: 3px solid #fff;
  padding: 10px 40px;
}

.item-link-list li a:hover {
  background: #28a598;
}

.item-link-list li {
  margin-bottom: 16px;
  margin-right: 11px;
}


.icon-q {
  height: 73px;
  width: 77px;
  background: url(../images/icon-q.svg) no-repeat center;
  display: inline-block;
  border-right: 1px solid #32BCAD;
  margin-right: 26px;
  flex: none;
}


.unit-faq.info-list li a {
  padding: 10px 12px;
}

.unit-faq.info-list li a .info-top {
  margin-top: 0;
}

.unit-faq .info-title {
  margin-top: 12px;
  display: flex;
}

.faq-content--info-head {
  display: flex;
  padding-left: 8px;
  padding-right: 20px;
  padding-top: 12px;
}

.faq-info-title {
  width: 100%;
}

/*---login---*/
.wrapper-size02 {
  width: 1135px;
  margin: 0 auto;
}

.member-title {
  /* font-size: 38px; */
  font-size: 2.375rem;
  margin-bottom: 44px;
  text-align: center;
  font-weight: 700;
}

.member-area {
  border: 3px solid #70BFC1;
  border-radius: 33px;
  background: #fff;
  display: flex;
  padding: 50px 20px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
}

.w-row {
  display: flex;
  margin-bottom: 22px;

}

.forget-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 758px;
  margin-bottom: 16px;
}

.btn-forget {
  display: inline-block;
  height: 30px;
  color: #353434;
  background: url(../images/icon-forget.svg) no-repeat 2px center;
  padding-left: 30px;
}

.btn-forget:hover {
  color: #32BCAD;
}

.w-content {
  width: 698px;
}

.member-area .w-input {
  width: 100%;
}


.btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.w-label {
  padding-top: 8px;
  padding-right: 20px;
  flex: none;
}

.btn-sent {
  /* font-size: 20px; */
  font-size: 1.25rem;
  background: #007585;
  border: 3px solid #C8FEFF;
  width: 445px;
  height: 53px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 10px;
  padding: 0 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.btn-sent:hover {
  background: #244EA2;
}

.hint-go-register {
  margin-top: 25px;
}

.hint-go-register a {
  color: #ad1100;
}

.hint-go-register a:hover {
  text-decoration: underline;
}


.unit-forget .w-label {
  width: 120px;
  text-align: right;
}

.unit-register .w-label {
  width: 180px;
  text-align: right;
}

.unit-activity-apply .w-label {
  width: 174px;
  text-align: right;
}

.star {
  margin-right: 3px;
  color: #FF5E4D;

}

.star:before {
  content: "★";
  font-style: normal;
}


.hint-sentmail {
  margin-top: 20px;
  color: #FF5E4D;
  max-width: 620px;
  line-height: 1.3;
  padding-left: 47px;
  background: url(../images/icon-alert.svg) no-repeat 17px 0;
}

.text-alert {
  color: #c90000;
  padding-left: 48px;
  min-height: 32px;
  margin-top: 8px;
  background: url(../images/icon-red-alert.svg) no-repeat 14px;
}

.alert-input {
  border-color: #c90000;
  color: #c90000;
}

.require-hint {
  color: #fff;
  background: #c41f0c;
  text-align: center;
  padding: 18px;
  font-weight: 600;
  margin-bottom: 28px;
  width: calc(100% + 40px);
}

.w-100 {
  width: 100% !important;
}

.address01 {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.address01 select:first-child {
  margin-right: 16px;
}

.address01 select {
  flex-grow: 1;
}

.agreement-wrap {
  width: 870px;
  margin: 0 auto;
  margin-top: 10px;
  padding-left: 15px;
}

.agreement-title {
  color: #2878B9;
  padding-left: 2px;
  margin-bottom: 12px;
}

.check-style.agree-set-style {
  display: flex;
  margin-top: 38px;
  padding-left: 2px;
}

.agree-set-style strong {
  color: #2878B9;
  font-weight: 400;
}


.check-info {
  padding-left: 61px;
  color: #c41f0c;
}


.rule-content {
  border: 1px solid #8B8B8A;
  border-radius: 6px;
  padding: 22px;
  padding-left: 24px;
  padding-right: 8px;
}

.rule-content-scroll {
  /* line-height: 1.6em;
  height: 260px;
  overflow-y: auto;
  padding: 22px;
  padding-left: 24px;
  border: 1px solid #8B8B8A;
  border-radius: 6px; 
  Padding寫在這邊，高度偵測會怪怪的，所以就寫在外容器
  */
  padding-right: 10px;
  line-height: 1.6em;
  height: 188px;
  overflow-y: auto;

}


.rule-content-scroll::-webkit-scrollbar {
  width: 15px;
}

.rule-content-scroll::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}

.rule-content-scroll::-webkit-scrollbar-track-piece {
  background: #eee;
}

.rule-content-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid slategrey;
}

.rule-content-scroll::-webkit-scrollbar-track {
  box-shadow: transparent;
}




.form-check-radio-wrap {
  display: inline-flex;
  margin-top: 5px;
}



.check-style input[type=checkbox]:not(old),
.check-style input[type=radio]:not(old) {
  opacity: 1;
  /*-----出現是讓input focus看的到----*/
  width: 30px;
  /*-----出現寬度是讓input focus看的到----*/
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 0;

  position: absolute;
  margin-top: 2px;
}

.check-style input[type=checkbox]:not(old) {
  width: 34px;
  height: 31px;
}


.check-style input[type=checkbox]:not(old)+label,
.check-style input[type=radio]:not(old)+label {
  display: inline-block;
  margin-left: 0;
  line-height: 1.6em;
  /*margin-bottom: 10px;*/

  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-right: 25px;
  cursor: pointer;
}

.check-style input[type=checkbox]:disabled+label {
  cursor: default;
}



.check-style input[type=checkbox]:not(old)+label>span,
.check-style input[type=radio]:not(old)+label>span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #8B8B8A;
  border-radius: 0.25em;
  background: #fff;
  vertical-align: middle;
  position: relative;
}

.check-style input[type=radio]:not(old)+label>span {
  border-radius: 50%;
  margin-right: 8px;
}

.check-style input[type=checkbox]:not(old):disabled+label>span {
  background: #ebeaea;
}

.check-style input[type=checkbox]:not(old):checked+label>span,
.check-style input[type=radio]:not(old):checked+label>span {
  background: #fff;
}


.check-style input[type=checkbox]:not(old):checked+label>span {
  background: #FF5E4D;
  border: 1px solid #8A8A8A;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.check-style input[type=checkbox]:not(old):checked+label>span:before {
  content: '✓';
  /*--✓--*/
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  font-size: 1.2rem;
  margin-top: -1px;
}

.check-style input[type=radio]:not(old):checked+label>span>span {
  display: block;
  width: 22px;
  height: 22px;
  margin: 5px;
  border: none;
  border-radius: 50%;
  background: #32BCAD;
}

.situation-style {
  padding: 3px;
  padding-left: 5px;
  background: #FF5E4D;
  border-radius: 5px;
  color: #fff;
  margin-top: 0;
  margin-right: 8px;
}

.set-good {
  background: #007585;

}

.set-bad {
  background: #FF5E4D;
}

.situation-style input[type=checkbox]:not(old)+label>span,
.situation-style input[type=radio]:not(old)+label>span {
  width: 26px;
  height: 26px;
}

.situation-style input[type=checkbox]:not(old),
.situation-style input[type=radio]:not(old) {
  width: 24px;
  height: 24px;
}

.situation-style input[type=radio]:not(old):checked+label>span>span {
  width: 18px;
  height: 18px;
  margin: 3px;
}

.situation-style.set-good input[type=radio]:not(old):checked+label>span>span {
  background: #007585;
}

.situation-style.set-bad input[type=radio]:not(old):checked+label>span>span {
  background: #FF5E4D;
}

.situation-style input[type=checkbox]:not(old)+label,
.situation-style input[type=radio]:not(old)+label {
  margin-right: 8px;
  align-items: center;
}

.situation-style.set-bad input:focus {
  outline-color: #2dc978;
}

.situation-style {
  flex: none;
}



/*------------*/
.btn-wrapper--register {
  margin-bottom: 100px;

}

.btn-wrapper--register .btn-sent {
  border-radius: 75px;
}

.member-area.unit-register {
  margin-bottom: 40px;
  padding-top: 0;
  overflow: hidden;
}

.member-area.unit-modify-register {
  padding-top: 50px;
}

.member-area.unit-activity-apply {
  margin-bottom: 40px;
}

/*-------表格-------*/
.common-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 8px;
  margin-bottom: 20px;
}


.common-table thead tr {
  background: #32BCAD;
  color: #fff;

}

.common-table tr th:first-child,
.common-table tr td:first-child {
  border-radius: 10px 0 0 10px;
  padding-left: 40px;
}

.common-table tr th:last-child,
.common-table tr td:last-child {
  border-radius: 0 10px 10px 0;
  padding-right: 30px;
}

.common-table th,
.common-table td {
  vertical-align: middle;
}

.common-table th {
  padding: 14px 20px;
  font-weight: 400;
}

.common-table td {
  padding: 3px 20px 2px;
}

.common-table tbody tr {
  background: #DDFAF7;
  /* font-size: 18px; */
  font-size: 1.125rem;
}

.common-table tbody tr:nth-child(even) {
  background: #F0F0F0;
}

/* .common-table tbody tr:hover{
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
} */
.common-table tbody tr td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.common-table tbody tr td:first-child {
  border-left: 1px solid #fff;
}

.common-table tbody tr td:last-child {
  border-right: 1px solid #fff;
}

/*---假裝滑入tr 變色-----*/
.common-table tbody tr:hover td {
  border-top: 1px solid #32BCAD;
  border-bottom: 1px solid #32BCAD;
}

.common-table tbody tr:hover td:first-child {
  border-left: 1px solid #32BCAD;
}

.common-table tbody tr:hover td:last-child {
  border-right: 1px solid #32BCAD;
}




.common-table thead tr th,
.td-item,
.td-link,
.td-download {
  text-align: center;
}

.common-table td.td-link-click,
.common-table td.td-download-click {
  text-align: right;
  padding-right: 25px;
}

th.td-item {
  white-space: nowrap;
}

.td-download,
.td-link-clic {
  text-align: center;
}

.btn-link {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url(../images/iconlist_link.png) no-repeat center;
  background-size: contain;
}

.btn-link-disabled {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/iconlist_linkno.png) no-repeat center;
  background-size: contain;
}

.btn-download {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url(../images/iconlist_load.png) no-repeat center;
  background-size: contain;
}

.btn-download-disabled {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/iconlist_loadno.png) no-repeat center;
  background-size: contain;
}

/*----會員登入後 上方選單改變----*/
.mobile-general-menu{
  background: #32BCAD;
  padding-top: 5px;
}
.after-login {
  background: #244EA2;
  border-radius: 75px 0 0 75px;
  display: flex;
  align-items: center;
  padding: 7px 30px 7px 26px;
  margin-top: 7px;
  margin-right: -26px;
}

.mobile-general-menu .after-login {
  margin-top: 0;
  margin-right: 0;
  border-radius: 0;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 28px;
  padding-left: 26px;
}

.general-menu li a.a-member-name {
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 30px;
  height: auto;
  padding: 0;
}

.general-menu li a.a-member-name:hover {
  color: #d1e0ff;
}

.mobile-general-menu li a.a-member-name {

  color: #fff;
  display: flex;
  padding: 0;
  border-bottom: none;
  margin-bottom: 20px;
}


.general-menu li a.a-member-name i {
  background: url(../images/icon-login.svg) no-repeat;
  width: 28px;
  height: 25px;
  display: inline-block;
  margin-right: 12px;
  background-size: contain;
}

.mobile-general-menu li a.a-member-name i {
  background: url(../images/icon-login.svg) no-repeat;
  width: 47px;
  height: 44px;
  display: inline-block;
  margin-right: 12px;
  background-size: contain;
}

.btn-logout {
  /* font-size: 20px; */
  font-size: 1.25rem;
  background: #007585;
  color: #fff;
  border-radius: 10px;
  width: 83px;
  height: 38px;
}

.btn-logout:hover {
  background: #007585;
}

.mobile-general-menu .btn-logout {
  width: 203px;
  height: 65px;
  /* font-size: 32px; */
  font-size: 2rem;
  margin-bottom: 20px;
  margin-left: 58px;
}

/*------------*/

.activity--info-search-area .btn-sent-search {
  width: 110px;
}

.activity--info-search-area {
  justify-content: space-between;
}

.date-search {
  display: flex;
  align-items: center;
}

.date-from {
  display: flex;
  align-items: center;
}

.date-from span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

input[type="date"]::-webkit-datetime-edit-year-field {
  letter-spacing: -1px;
}

.keyword-search {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.keyword-search .w-input {
  margin-left: 0;
  width: 296px;
}

.activity-list {
  display: flex;
  margin: 0 -1.16%;
  flex-wrap: wrap;
}

.activity-title {
  /* font-size: 24px; */
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}




.activity-info-list {
  /* font-size: 18px; */
  font-size: 1.125rem;
}

.activity-info-list li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.activity-info-list i {
  display: inline-flex;
  margin-right: 12px;
  flex: none;
}

.apply-status {
  height: 37px;
  text-align: right;
  border-bottom: 1px solid #32BCAD;
  margin: 0 12px 12px;
}

.apply-status span {
  background: #D9D9D9;
  /* font-size: 18px; */
  font-size: 1.125rem;
  color: #4D5152;
  width: 148px;
  height: 36px;
  border-radius: 10px 10px 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}


.icon-activity-date {
  width: 20px;
  height: 20px;
  background: url(../images/icon-activity-date.svg) no-repeat center;
}

.icon-activity-time {
  width: 20px;
  height: 20px;
  background: url(../images/icon-activity-time.svg) no-repeat center;
}

.icon-activity-location {
  width: 20px;
  height: 26px;
  background: url(../images/icon-activity-location.svg) no-repeat center;
}

.activity-footer {
  display: flex;

}

.tag-list {
  /* font-size: 18px; */
  font-size: 1.125rem;
  color: #858585;
  display: flex;
  flex-wrap: wrap;
}

.tag-list li {
  margin-right: 8px;
}


.activity-main,
.activity-footer {
  padding-left: 28px;
  padding-right: 28px;
}

.activity-top-title {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
  margin-bottom: 14px;
}

.activity-top-title .info-view {
  /* font-size: 18px; */
  font-size: 1.125rem;
}

.activity-top-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.activity-btn {
  padding-left: 12px;
  flex: none;
}

.btn-apply {
  width: 199px;
  height: 53px;
  border-radius: 75px;
  border: 3px solid #C8FEFF;
  background: #007585;
  font-size: 1.25rem;
  color: #fff;
  display: inline-flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
}

.btn-apply:hover {
  background: #244EA2;
}

.btn-apply-disabled {
  width: 199px;
  height: 53px;
  border-radius: 75px;
  border: 3px solid #fff;
  background: #858585;
  font-size: 1.25rem;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.activity-head {
  border: 3px solid #70BFC1;
  border-radius: 20px;
  background: #fff;
  font-size: 1.5rem;
  padding: 10px 20px 20px 28px;
  margin-bottom: 14px;
}

.activity-body {
  border: 3px solid #70BFC1;
  border-radius: 20px;
  background: #fff;
  padding: 40px 70px;
  margin-bottom: 14px;
}

.activity-info-content {
  color: #4D5152;
}

.editor.activity-info-content img {
  max-width: 100%;
}

.disabled-content {
  min-height: 46px;
  border-radius: 8px;
  border: 1px solid #858585;
  padding: 6px 10px 6px 16px;
  background: #E2E2E2;
  color: #8A8A8A;
  display: flex;
  align-items: center;
}

.member-top {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #70BFC1;
  border-radius: 20px;
  background: #fff;
  padding: 26px;
  margin-bottom: 20px;
}

.btn-modify {
  width: 196px;
  height: 145px;
  border-radius: 20px;
  background: #007585;
  color: #fff;
  border: 3px solid #C8FEFF;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-modify:hover {
  background: #244EA2;
}

.member-top-part2 {
  display: flex;
  margin-left: 27px;
}

.member-top-part2 .btn-modify {
  margin: 0 9px;
}

.member-top-part1 .w-label {
  width: 150px;
  text-align: right;
}

.member-top-part1 .w-row {
  margin-bottom: 18px;
}

.member-top-part1 .w-row:last-child {
  margin-bottom: 0;
}

.member-top-part1 .w-content {
  width: 558px;
}

.have-activity-title {
  width: calc(100% + 40px);
  padding: 10px 16px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background: #32BCAD;
  margin-bottom: 37px;
}

.unit-member-activity .activity-list {
  margin: 0;
}

.unit-member-activity {
  padding-top: 0;
  padding-bottom: 10px;
  overflow: hidden;
}



.activity-list>li {
  width: 31%;
  margin: 0 1.16%;
  border: 3px solid #70BFC1;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 29px;
}

.activity-list>li a {
  padding: 26px 0 12px;
  color: #353434;
  display: flex;
  height: 100%;
  flex-direction: column;
}

.activity-list>li:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 16px;
  z-index: -2;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.25);
}

.activity-list>li:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 6px #70BFC1;
  border-radius: 16px;
  z-index: -1;
}

.unit-member-activity .activity-list>li {
  border: 3px solid #70BFC1;
}

.unit-member-activity .activity-list>li:hover {
  box-shadow: 0 0 0 3px #70BFC1, 0 8px 4px rgba(0, 0, 0, 0.15);
}

.wrapper-size--unit-check {
  width: 1447px;
  margin: 0 auto;
}

.check-type {
  display: flex;
  margin-top: 80px;
  margin-bottom: 200px;
}

.check-type li {
  width: 33.3%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.check-type li a {
  width: 90%;
  display: flex;
  padding: 10px 20px 30px;
  font-size: 2rem;
  color: #fff;
  background: #32BCAD;
  border-radius: 20px;
  border: 3px solid #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-lg {
  /* font-size: 96px; */
  font-size: 6rem;
}

.c-text {
  line-height: 1.4;
  text-align: center;
}
.c-text span{
  display: block;
}

.check-type li a:hover {
  background: #2ba799;
}

.check-type li.li-check-month a {
  background: #328ABC;
}

.check-type li.li-check-month a:hover {
  background: #2b7eae;
}

.check-type li.li-check-half-year a {
  background: #32ABBC;
}

.check-type li.li-check-half-year a:hover {
  background: #2a9cac;
}

/*------*/

.wrapper-size--unit-check2 {
  width: 1430px;
  margin: 0 auto;
}

.check-type-menu {
  margin-bottom: 40px;
}

.check-type-menu li {
  display: inline-flex;
}

.check-type-menu li+li {
  margin-left: 10px;
}

.check-type-menu li a {
  display: flex;
  padding: 12px 30px;
  font-size: 1.5rem;
  color: #fff;
  background: #32BCAD;
  border-radius: 20px;
  border: 3px solid #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.check-type-menu li a:hover {
  background: #2ba799;
}

.check-type-menu li.li-check-month a {
  background: #328ABC;
}

.check-type-menu li.li-check-month a:hover {
  background: #2b7eae;
}

.check-type-menu li.li-check-half-year a {
  background: #32ABBC;
}

.check-type-menu li.li-check-half-year a:hover {
  background: #2a9cac;
}





/*----(手機上)客製樣式 下拉選單 -----*/
.mobile-check-type-menu {
  margin-bottom: 10px;
  /* font-size: 30px; */
  font-size: 1.875rem;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #32ABBC;
  border: 1px solid #858585;
  border-radius: 8px;
  color: #fff;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #000;
}

.select-items div,
.select-selected {

  padding: 12px 16px;

  /* border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  color: #000;
  border: 1px solid #858585;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.unit-check-top--info-search-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.unit-check-search {
  display: flex;
  align-items: center;
}

.unit-check-title-area {
  display: flex;
  align-items: center;
  margin-right: 18px;
}

.unit-check-title {
  font-size: 1.5rem;
}

.unit-check-title span {
  color: #FF5E4D;
}

.btn-add-check {
  background: #007585;
  color: #fff;
  border-radius: 10px;
  border: 3px solid #C8FEFF;
  width: 213px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.btn-add-check i {
  width: 27px;
  height: 29px;
  margin-right: 15px;
  display: inline-block;
  background: url(../images/icon-report.svg) no-repeat center;
}

.btn-add-check:hover {
  background: #244EA2;
}

.unit-check-title-area .btn-add-check {
  margin-left: 10px;
}

.result-info {
  display: flex;
  justify-content: space-around;
  max-width: 320px;
  margin: 0 auto;
}

.good {
  margin-right: 13px;
}

.good i,
.bad i {
  min-width: 60px;
  height: 37px;
  color: #fff;
  font-size: 1.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  padding: 0 6px;
  font-style: normal;
  border-radius: 5px;
}

.good i {
  background: #007585;
}

.bad i {
  background: #EA6161;
}

.result-info {
  display: flex;
  align-items: center;
}

.text-left {
  text-align: left !important;
}

.check-table td {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.weather-info {
  max-width: 138px;
  margin: 0 auto;
}

.weather-info i {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 12px;
}

.icon-sunny {
  background: url(../images/icon-sunny.svg) no-repeat center;
}

.icon-cloudy {
  background: url(../images/icon-cloudy.svg) no-repeat center;
}

.icon-rainy {
  background: url(../images/icon-rainy.svg) no-repeat center;
}

.icon-mostly-clear {
  background: url(../images/icon-mostly-clear.svg) no-repeat center;
}

.weather-info {
  align-items: center;
  display: flex;
}

.btn-edit {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url(../images/iconlist_edit.png) no-repeat center;
  background-size: contain;
}
.btn-edit2 {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 10px;
  color: #fff;
  height: 40px;
  background: url(../images/iconlist_edit2.png) no-repeat 10px center, #007585;
  background-size: 26px;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 0 0 #b4b4b4;
  /* font-size: 17px; */
  font-size: 1.06rem;
  white-space: nowrap;
}


.btn-delete {
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url(../images/iconlist_delete.png) no-repeat center;
  background-size: contain;
}

/* 檢查表內容頁 */

.btn-see-check-notice {
  color: #fff;
  padding: 13px;
  padding-right: 18px;
  padding-left: 50px;
  border-radius: 10px;
  background: url(../images/icon-hint.svg) no-repeat 15px center, #EA6161;
  display: inline-block;
}

.btn-see-check-notice:hover {
  background: url(../images/icon-hint.svg) no-repeat 15px center, #E45050;
}

.unit-check-title-area .btn-see-check-notice {
  margin-left: 15px;
}

.check-content-item .btn-see-check-notice {
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 1rem;
  margin-left: 12px;
}

.check-content-area {
  border: 3px solid #70BFC1;
  border-radius: 33px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 30px;
}

.cca-hint {
  text-align: center;
  background: #FF5E4D;
  color: #fff;
  padding: 14px;
}

.cca-head-form {
  padding: 13px 35px;
}

.cca-head-form ul {
  display: flex;
  align-items: center;
}

.cca-head-form ul li+li {
  margin-left: 30px;
}

.cca-head-form-label {
  margin-right: 12px;
}

.cca-head-form input,
.cca-head-form select {
  width: 214px;
}
.scan-form ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.scan-form ul li{
  margin-bottom: 10px; width: 60%;
  display: flex;
}

.scan-form label{
  width: 260px;
  display: inline-block;
  text-align: right;
  padding-top: 5px;
}
.cca-head-form.scan-form ul li+li {
  margin-left: 0;
}
.write-row-content {
  width: 100%;
  
}
.write-row-content input,
.write-row-content select{
  width: 100%;
}
.alert-text {
  color: #FF5E4D;
  margin-bottom: 2px;
  margin-top: 2px;
  background: url(../images/icon-alert.svg) no-repeat 6px center;
  background-size: 25px 24px;
  padding-left: 36px;
  min-height: 25px;
}

/*----上傳檔案 按鈕客製------*/
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 1.125rem;
}

.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 6px;
  border: 1px solid #8B8B8A;
  color: #000;
  padding: 6px 18px;
  height: 42px;
  border-radius: 6px;
  width: calc(100% - 136px) !important;
  float: left;
}

.file-upload-input:hover,
.file-upload-input:focus {
  cursor: default;
}

.file-upload-button {
  cursor: pointer;
  float: left;


  width: 120px;
  height: 42px;
  background: #007585;
  border-radius: 8px;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 1px 1px 0 0 #b4b4b4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  padding: 0 8px;
  margin-left: 16px;
}

.file-upload-button:hover {
  background: #244EA2;
  
}





.check-content-title,
.check-content-item {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 70px);
}

.check-content-title {
  color: #fff;
  background: #32BCAD;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  margin-bottom: 13px;
}

.check-content-title>div {
  text-align: center;
}

.check-content-title>div.cc-method-th {
  text-align: left;
}


.cc-equipment-th {
  width: 9.47%;
}

.cc-item-th {
  width: 35.1%;
}

.cc-situation-th {
  width: 45.37%;
}

.cc-method-th {
  width: 9.98%;
}

.check-content-item {
  border-radius: 5px;
  border: 1px solid #32BCAD;
  background: #F5F5F5;
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.125rem;
}

.cc-equipment-th {
  text-align: center;
}

.check-content-item .cc-equipment-th {
  padding-left: 8px;
  padding-right: 8px;
}

.cc-one-row {
  display: flex;
  margin: 6px 0;
}

.cc-wrap {
  /* 除了設備名稱的寬度 */
  width: 90.5%;
}


.cc-item {
  width: 38.8%;
  padding-top: 3px;
  padding-right: 10px;
}

.cc-situation {
  width: 50.1%;
  display: flex;
  align-items: center;
  align-self: flex-start;
  flex-wrap: wrap;
}

.cc-method {
  width: 11.03%;
  padding-left: 20px;
}


.cc-item-hint {
  color: #FF5E4D;
  font-size: 0.888em;
  padding-left: 1.2em;
}

.cc-equipment-hint {
  color: #FF5E4D;
  font-size: 0.888em;
  width: 90%;
}

.cc-situation .w-input {
  height: 35px;
  line-height: 35px;
}

.w-input.reason {
  display: none;
}

.cc-equipment-th .set-block {
  display: block;
}

.btn-wrapper--check-content {
  margin-top: 40px;
  margin-bottom: 100px;
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.reveal-modal {
  visibility: hidden;
  top: 200px; 
  max-width: 900px;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  box-shadow: 0 0 10px rgba(0, 0, 0, .4);
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #007585;
}

.close-reveal-modal {  
  position: absolute;
  top: 8px;
  right: 11px;
  font-size: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 1;
  background: url(../images/btn-close.svg) no-repeat center;
}

.close-reveal-modal:hover{
  opacity: 0.6;
} 

.modal-title{
  width: 100%;
  padding: 10px;
  font-size: 1.5rem;
  color: #fff;
  background: #007585;
  text-align: center;
}

.modal-content{
  padding: 30px;
  line-height: 1.5em;
}

.modal-content ol{
  list-style: decimal;
  padding-left: 1.5em;
}
.modal-content ol li{ margin-bottom: 12px;}

/*-----sitemap------*/
.unit-sitemap-area {
  padding-top: 30px;
}

.unit-sitemap-area a:hover {
  text-decoration: underline;
}

.mainitem {
  color: #00a5a5;
  font-size: 1.25rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.mainitem a {
  color: #00a5a5;
}

.subitem {
  padding-left: 20px;
  margin-bottom: 5px;
}

.subitem a {
  color: #28281C;
}

.common-area{
    border: 3px solid #70BFC1;
    border-radius: 33px;
    background: #fff;
    overflow: hidden;
    padding: 30px;
    line-height: 1.8em;
    margin-bottom: 50px;
}

.start-date{ display: flex; align-items: center;}



.online-write-wrapper{
  border-radius: 12px;
  border:1px solid #cdd5d7;
  overflow: hidden;
  margin-bottom: 5%;
}

.ow-content{
  padding: 2%;
}

.ow-title{
  background: #ff5e4d;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
  padding: 7px 10px;
}

.ow-content .page-wrap{
  margin-bottom: 0;
}
.btn-download-file{
    margin: 0 auto;
    display: inline-flex;
    padding-left: 40px;
    padding-right: 10px;
    color: #fff;
    align-items: center;
    height: 40px;
    font-size: 1rem;
    background: url(../images/icon_file.png) no-repeat 10px center, #244ea2;
    border-radius: 8px;
    border:2px solid #fff;
    box-shadow: 1px 1px 0 0 #b4b4b4;
}

/*--------RWD--------*/
.btn-mobile,
.btn-close-menu,
.mobile-menu,
.mobile-index-banner,
.text-show-mobile,
.mobile-check-type-menu {
  display: none;
}

.mobile-index-banner {
  border-bottom: 4px solid #CDD5D7;
}

@media (max-width: 1800px) {

  .member-menu li a {
    padding: 0 14px;
  }

  .i-carousel {
    width: 94%;
  }

  .path {
    padding-right: 2.4%;
  }


}

@media (max-width: 1600px) {
  .wrapper-size--unit-check {
    width: 90%;
  }

  .wrapper-size--unit-check2 {
    width: 96%;
  }
}



@media (max-width: 1440px) {
  .menu-wrapper {
    padding-left: 35px;
  }

  .member-menu-title {
    background-size: 20px;
    padding-right: 32px;
  }

  .wrapper-size01,
  .wrapper-size02 {
    width: 96%;
  }

  .check-type li a {
    font-size: 1.625rem;
  }

  .c-lg {
    font-size: 3.75rem;
  }

}

@media (max-width: 1366px) {
  .menu-wrapper {
    font-size: 1.125rem;
  }
  .general-menu li a {  padding-left: 12px; padding-right: 12px; padding-top: 18px; }
  .member-menu-title {
    font-size: 1.375rem;
  }

  .general-menu {
    padding-right: 58px;
  }

  .after-login {
    margin-right: 0;
  }

  .member-menu {
    padding-right: 38px;
    padding-left: 60px;
  }

  .i-news-info-area {
    width: 56%;
  }

  .i-carousel {
    width: 98%;
    padding: 0 60px;
  }

  .footer-wrapper {
    font-size: 1.125rem;
  }

  .footer-tel {
    font-size: 1.875rem;
  }

  .download-table th {
    white-space: nowrap;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .download-table th.td-link-click span,
  .download-table th.td-download-click span {
    display: block;
  }

  .activity--info-search-area,
  .unit-check-top--info-search-area {
    flex-wrap: wrap;
  }
  

}

@media (max-width: 1365px) {
  .activity--info-search-area .btn-sent-search {
    width: 90px;
  }

  .keyword-search {
    margin-bottom: 8px;
  }

  .member-top {
    flex-direction: column;
  }

  .member-top-part1 {
    margin-bottom: 20px;
  }

  .member-top-part2 {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }

  .btn-modify {
    width: 48%;
    height: 55px;
    flex-direction: row;
  }

  .unit-check-title-area {
    margin-bottom: 8px;
  }

}

@media (max-width: 1302px) {

  .cc-situation {
    flex-direction: column;
    align-items: flex-start;
  }

  .situation-style {
    margin-bottom: 6px;
  }

  .cc-item {
    width: 48.8%;
    padding-left: 10px;
  }

  .cc-situation {
    width: 40.1%;
  }

  .cc-situation-th {
    width: 35.37%;
  }

  .cc-item-th {
    width: 45.1%;
  }



  .w-input.reason {
    width: 100%;
    max-width: 300px;
  }

  .check-content-title {
    font-size: 1.125rem;
    padding: 10px;
  }

  .cca-head-form {
    padding: 13px 15px;
  }

  .check-content-title,
  .check-content-item {
    width: calc(100% - 30px);
  }

  .cc-method {
    padding-left: 0;
  }
  .scan-form ul li{ width: 90%; }

}



@media (max-width: 1200px) {
  .footer-wrapper {
    flex-wrap: wrap;
  }

  .f-01,
  .f-02,
  .f-03,
  .f-04 {
    width: 50%;
  }

  .f-03 {
    padding-left: 25px;
  }

  .f-01,
  .f-02 {
    margin-bottom: 20px;
  }

  .common-table tr th:first-child,
  .common-table tr td:first-child {
    padding-left: 20px;
  }
  

}

@media (max-width: 1199px) {
.result-info {
  flex-direction: column;
  align-items: self-start;
}

.good {
  margin-bottom: 8px;
  margin-right: 0;
}
}



@media (max-width: 1024px) {

  .check-table tr th:last-child,
  .check-table tr td:last-child {
    padding-right: 20px;
  }

  .btn-mobile {
    width: 62px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 0;
  }

  .btn-mobile i {
    background: #244EA2;
    display: block;
    width: 55px;
    height: 4px;
    border-radius: 8px;
  }

  .btn-mobile i+i {
    margin-top: 14px;
  }

  .btn-close-menu {
    width: 62px;
    height: 45px;
    display: none;
    z-index: 100;
    font-size: 0;
    position: relative;
  }

  .btn-close-menu i {
    background: #244EA2;
    border-radius: 5px;
    display: block;
    position: absolute;
    height: 3px;
    width: 90%;
    top: 50%;
    right: 0;
    margin-top: -1px;
  }

  .btn-close-menu i:first-child {
    transform: rotate(45deg);
  }

  .btn-close-menu i:nth-child(2) {
    transform: rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: 112px;
    height: calc(100vh - 112px);
    background: #007585;
    z-index: 10;
    width: 100%;
    color: #fff;
    font-size: 1.875rem;
    overflow: auto;
    padding-bottom: 50px;
  }

  .mobile-member-menu {
    background: #007585;
    border-bottom: 1px solid #B7F1F4;
  }

  .mobile-general-menu li a {
    display: block;
    padding: 20px 10px 20px 92px;
    border-bottom: 1px solid #B7F1F4;
    color: #fff;
  }

  .header.fixed {
    position: fixed;
    z-index: 11;
  }

  .m-btn-login i,
  .m-btn-register i {
    width: 45px;
    height: 44px;
    display: inline-block;
    margin-right: 21px;
  }

  .m-btn-login i {
    background: url(../images/icon-login.svg) no-repeat center;
    background-size: contain;

  }

  .m-btn-register i {
    background: url(../images/icon-register.svg) no-repeat center;
    background-size: contain;

  }

  .mobile-general-menu li a.m-btn-login,
  .mobile-general-menu li a.m-btn-register {
    padding-left: 26px;
    display: flex;
    align-items: center;
  }

  .mobile-member-menu {
    display: flex;
    align-items: center;
  }

  .mobile-member-menu-title {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    width: 64px;
    letter-spacing: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-member-menu ul {
    width: 100%;
    border-left: 1px solid #B7F1F4;
  }

  .mobile-member-menu ul li a {
    display: block;
    padding: 20px 10px 20px 34px;
    border-bottom: 1px solid #B7F1F4;
    color: #fff;
  }
  .mobile-member-menu ul li:last-child a {
    border-bottom:none;
  }


  /*---PC選單消失----*/
  .general-menu,
  .member-menu {
    display: none;
  }

  .btn-mobile {
    display: flex;
  }

  .menu-wrapper {
    transform: none;
    margin-right: 0;
    padding-right: 20px;
  }

  .header {
    height: 112px;
  }

  .container {
    margin-top: 112px;
  }

  /*---------*/
  .i-news-wrapper {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: column;
  }

  .i-news-photo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .i-news-photo img {
    max-width: 671px;
    width: 100%;
    height: auto;
  }

  .i-news-info-area {
    width: 100%;
  }

  .i-news-info-area ul li a span {
    display: block;
  }

  .i-news-info-area ul {
    font-size: 1.5rem;
  }

  .tag-new,
  .tag-top {
    margin-right: 0;
    position: absolute;
    margin-top: 3px;
  }

  .i-news-info-area ul li a time {
    margin-right: 10px;
  }

  .i-news-info-area ul li a {
    overflow: auto;
    white-space: normal;
  }

  .i-c-item a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner-banner {
    /* background: url(../images/header_content_pc.png) repeat-x; */
    background-position: -160px 0;
    padding-left: 240px;
  }

  .path {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 2.2%;
  }

  .inner-banner h2 {
    font-size: 2rem;
  }


  .r-box-title {
    font-size: 1.375rem;
  }

  .item-link-list li a {
    font-size: 1.25rem;
    padding: 6px 20px;
  }

  .item-link-list li {
    margin-bottom: 8px;
  }

  .w-row {
    width: 100%;
  }

  .w-content {
    width: 100%;
  }

  .agreement-wrap,
  .forget-wrapper {
    width: 100%;
  }

  .member-title {
    margin-bottom: 24px;
  }

  .activity-list>li {
    width: 48%;
    margin: 0 1% 20px;
  }

  .activity-list {
    margin: 0 -1%;
  }

  .activity-title {
    -webkit-line-clamp: 3;
    height: 106px;
  }

  .c-lg {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .check-type li a {
    padding-top: 20px;
  }

  .wrapper-size--unit-check {
    width: 96%;
  }

  .text-show-pc {
    display: none;
  }

  .text-show-mobile {
    display: block;
  }

  .mobile-check-type-menu {
    display: block;
  }

  .check-type-menu {
    display: none;
  }


  .sr-only-label.mobile-show {
    /* position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; */
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
  }
  .date-from.set-mobile-column{
    flex-direction: column;
    display: flex;
  }
.start-date{ width: 100%;  }




}

@media (max-width:1023px) {
  .info-list li {
    width: 100%;
    margin-bottom: 14px;
  }

  .info-top {
    margin-top: inherit;
  }

  .info-title {
    min-height: auto;
  }

  .info-list li a {
    padding: 14px 20px;
  }

  .info-content {
    padding-left: 38px;
    padding-right: 38px;
  }

  .r-box {
    width: 100%;
  }

  .info-aside {
    flex-wrap: wrap;
  }

  .info-content-area {
    margin-bottom: 50px;
  }

  .r-box {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .info-search-area {
    flex-direction: column;
    align-items: start;
  }

  .search-title {
    padding-right: 0;
    margin-bottom: 8px;
  }

  .info-search-area .w-input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }

  .info-search-area .select {
    width: 100%;
    margin-bottom: 8px;
  }

  .info-search-area .btn-sent-search {
    margin-left: 0;
    width: 100%;
  }

  .icon-q {
    height: 63px;
    width: 60px;
    background: url(../images/icon-q.svg) no-repeat center;
    margin-right: 14px;
    background-size: 40px;
  }

  .member-area {
    border: none;
    background: none;
    border-radius: 0;
    padding-top: 0;
  }

  .have-activity-title {
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .member-area .w-label {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }

  .w-row {
    flex-direction: column;
  }

  .w-label {
    padding-top: 0;
    padding-right: 0;
  }

  .member-top-part1 .w-label {
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
  }

  .agreement-wrap {
    padding-left: 0;
  }

  .member-top-part1,
  .member-top-part1 .w-content {
    width: 100%;
  }

  .member-top-part2 .btn-modify {
    margin: 0;
  }

  .member-top-part2 {
    justify-content: space-between;
  }

  .member-area.unit-register,
  .member-area,
  .member-area.unit-activity-apply {
    margin-bottom: 0;
  }

  .btn-sent {
    width: 100%;
  }

  .btn-wrapper--register .btn-sent {
    width: 90%;
  }

  .btn-wrapper--register {
    margin-bottom: 60px;
  }

  .common-table td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .keyword-search,
  .date-search {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .date-from {
    width: 100%;
    margin-bottom: 10px;
  }

  .date-from--part1 {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .w-date {
    width: 90%;
  }

  /* .date-from--part1 .w-date{
    width: cala( 100% - 1.5em);
  } */
  .date-search {
    margin-top: 10px;
  }

  .activity-top-title {
    flex-direction: column-reverse;
  }

  .date-search .btn-sent-search {
    margin-top: 10px;
  }

  .unit-member-activity {
    padding-left: 0;
    padding-right: 0;
  }

  .member-area.unit-modify-register {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .check-type {
    flex-direction: column;
  }

  .check-type li {
    width: 100%;
  }

  .check-type {
    margin-top: 30px;
    margin-bottom: 80px;
  }

  

  .check-table th span {
    display: block;
  }

  .scan-form ul li {
    width: 100%;
    flex-direction: column;
  }

.scan-form label {
  width: 100%;
  display: flex;
  text-align: left;
  padding-top: 0;
  margin-bottom: 5px;
}


}

@media (max-width: 828px) {

  .f-01,
  .f-02,
  .f-03,
  .f-04 {
    width: 100%;
  }

  .f-03 {
    padding-left: 25px;
  }

  .f-01 p {
    padding-left: 0;
  }

  .f-01 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 10px;
  }

  .f-02,
  .f-03 {
    padding: 0;
  }

  .f-03 {
    margin-bottom: 20px;
  }

  .good i,
  .bad i {
    min-width: 50px;
  }

}


@media (max-width: 768px) {
  .index-banner {
    display: none;
  }

  .mobile-index-banner {
    display: block;
  }

  .footer-logo {
    width: 90%;
    max-width: 316px;
    height: 100px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }

  .f-04 {
    text-align: center;
  }

  .f-04 a {
    display: block;
  }

  .menu-wrapper {
    padding-left: 25px;
  }

  .i-carousel {
    width: 100%;
    padding: 0;
  }

  .info-title {
    -webkit-line-clamp: inherit;
  }

  .info-list li {
    font-size: 1.375rem;
  }

  .page {
    font-size: 1.5rem;
  }

  .page li {
    height: 40px;
    line-height: 38px;
  }

  .btn-page-prev,
  .btn-page-next {
    height: 40px;
    background-size: 40%;
  }

  .info-head,
  .info-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faq-content--info-head {
    padding-left: 5px;
  }

  .info-content {
    padding-top: 17px;
    padding-bottom: 40px;
  }

  .tag-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  /*-----表格-------*/
  /* .common-table tr th:first-child, .common-table tr td:first-child {
  padding-left: 12px;
}

.common-table td {
padding-left: 12px;
padding-right: 12px;
} */

  .common-table th {
    display: none;
  }

  .common-table tbody td:first-child {
    margin-top: 10px;
  }

  .common-table tr td:first-child,
  .common-table td.td-date,
  .common-table td.td-title,
  .common-table td.td-item {
    display: block;
    position: relative;
    padding-left: 70px;
    margin-bottom: 14px;
  }

  .check-table tr td.td-set-mobile-row {
    display: block;
    position: relative;
    padding-left: 114px;
    margin-bottom: 14px;
  }

  .common-table tbody tr td {
    border-top: none;
    border-bottom: none;
  }

  .common-table tbody tr td:first-child {
    border-left: none;
  }

  .common-table tbody tr td:last-child {
    border-right: none;
  }

  /*---假裝滑入tr 變色-----*/
  .common-table tbody tr:hover td {
    border-top: none;
    border-bottom: none;
  }

  .common-table tbody tr:hover td:first-child {
    border-left: none;
  }

  .common-table tbody tr:hover td:last-child {
    border-right: none;
  }


  /* .common-table td {
    display: block;
    position: relative;
  
  } */

  .common-table td:before {
    content: attr(data-th);
    padding: 3px 10px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;

  }

  .check-table tr td.td-set-mobile-row:before {
    width: 92px;
    padding: 3px;
  }

  .check-table td {
    text-align: left;
  }

  .td-date:before,
  .td-title:before,
  .td-item:before,
  .td-set-mobile-row:before {
    margin-right: 11px;
    display: inline-block;
    position: absolute;
    height: 100%;
    left: 6px;
    border-radius: 5px;
    top: -2px;
  }

  .td-item {
    text-align: left;
  }

  .td-link,
  .td-download,
  .td-link-click,
  .td-download-click {
    display: inline-block;
    width: 20%;
  }

  .check-table .td-set-mobile-inlineblick {
    display: inline-block;
    width: 25%;
  }

  .check-table .td-set-mobile-inlineblick.first-child{
    width: 50%;
  }



  .td-link-click,
  .td-download-click {
    width: 30%;
  }

  .common-table td.td-link,
  .common-table td.td-download,
  .common-table td.td-link-click,
  .common-table td.td-download-click,
  .check-table .td-set-mobile-inlineblick {
    padding-left: 0;
    padding-right: 0;
    min-height: 90px;
  }

  .common-table .td-link:before,
  .common-table .td-download:before,
  .common-table .td-link-click:before,
  .common-table .td-download-click:before {
    display: block;
    margin-bottom: 6px;
    margin-top: -4px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .td-link:before,
  .check-table .td-checklist-download:before {
    border-radius: 5px 0 0 5px;
  }
  .write .check-table .td-checklist-download:before {
    border-radius:0;
  }


  .td-download-click:before,
  .check-table .td-delete:before {
    border-radius: 0 5px 5px 0;
  }

  .common-table td.td-link
   {
    padding-left: 6px;
  }
  .scan .check-table .td-checklist-download{
    padding-left: 6px;
  }
 .write .td-edit{
  padding-left: 6px; 
 }
 .write .td-edit:before{
   border-radius: 5px 0 0 5px;
 }



  .common-table tr th:last-child,
  .common-table tr td:last-child {
    padding-right: 6px;
  }

  .common-table td:before {
    color: #fff;
    background: #32BCAD;
  }

  .common-table td.td-link-click,
  .common-table td.td-download-click {
    text-align: center;
  }

  .check-table td.td-set-mobile-inlineblick {
    padding-top: 0; text-align: center;
  }

  .check-table td.td-set-mobile-inlineblick:before {
    margin-bottom: 6px;
  }


  .weather-info,
  .result-info {
    max-width: inherit;
  }


  .info-search-area {
    margin-bottom: 20px;
  }

  .activity-btn {
    width: 100%;
    padding-left: 0;
  }

  .btn-apply,
  .btn-apply-disabled {
    width: 100%;
  }

  .activity-top-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .activity-head {
    padding-left: 18px;
    padding-right: 18px;
  }

  .unit-check-title-area {
    flex-direction: column;
    width: 100%;
  }

  .set-unit-check-title--content {
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 0;
  }


  .unit-check-title {
    text-align: left;
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .unit-check-title-area .btn-add-check {
    margin-left: 0;
  }

  .btn-add-check {
    width: 100%;
  }

  .check-content-title {
    display: none;
  }

  .cca-head-form ul {
    align-items: flex-start;
    flex-direction: column;
  }

  .cca-head-form ul li+li {
    margin-left: 0;
    margin-top: 10px;
  }

  .cca-head-form-label {
    width: 120px;
    display: inline-block;
  }
  
  .check-content-item {
    flex-direction: column;
    padding-top: 0;
    overflow: hidden;
  }

  .cc-equipment-th {
    width: 100%;
    background: #32BCAD;
    padding: 10px;
    font-size: 1.5rem;
    color: #fff;
  }

  .cc-wrap {
    width: 100%;
  }

  .cc-one-row {
    flex-direction: column;
    font-size: 1.5rem;
    margin-bottom: 18px;
    padding-left: 19px;
    padding-right: 16px;
  }

  .cc-item {
    width: 100%;
    margin-bottom: 6px;
  }

  .cc-situation {
    width: 100%;
  }

  .w-input.reason {
    max-width: 100%;
  }

  .bad-situation-wrap {
    width: 100%;
  }

  .cc-situation .w-input {
    height: auto;
    line-height: inherit;
    padding: 10px;
    margin-bottom: 10px;
  }

  .situation-style input[type=checkbox]:not(old)+label>span,
  .situation-style input[type=radio]:not(old)+label>span {
    width: 40px;
    height: 40px;
  }

  .situation-style input[type=radio]:not(old):checked+label>span>span {
    width: 28px;
    height: 28px;
    margin: 5px;
  }

  .situation-style {
    height: 60px;
    width: 220px;
    padding-left: 12px;
  }

  .situation-style input[type=checkbox]:not(old),
  .situation-style input[type=radio]:not(old) {
    width: 38px;
    height: 38px;
    margin-top: 7px;
  }

  .situation-style input[type=checkbox]:not(old)+label,
  .situation-style input[type=radio]:not(old)+label {
    width: 100%;
  }


  .cc-method {
    width: 100%;
    padding-left: 110px;
    position: relative;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    margin-top: 6px;
  }

  .cc-method:before {
    content: attr(data-th);
    padding: 3px 10px;
    background: #32BCAD;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    white-space: nowrap;
    position: absolute;
    left: 0;
  }

  .btn-see-check-notice {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .cc-equipment-th .set-block {
    display: inline-block;
  }

  .cc-equipment-hint {
    color: #fff;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .activity-list {
    margin: 0;
  }

  .activity-list>li {
    width: 100%;
    margin: 0 0 12px;
  }

  .activity-title {
    -webkit-line-clamp: inherit;
    height: auto;
  }

  .activity-main,
  .activity-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .activity-list>li a {
    padding-top: 12px;
  }

  .apply-status {
    height: auto;
  }


  .member-area.unit-activity-apply {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 20px;
  }
  .ow-content .page-wrap {
    margin-bottom: 20px;
}

}

@media (max-width: 500px) {

  .r-box {
    flex-direction: column;
    padding-left: 20px;
  }

  .r-box-title {
    border-right: none;
    border-bottom: 1px solid #70BFC1;
    margin-bottom: 14px;
  }

  .r-file {
    padding-top: 0;
  }

  .r-box-list {
    padding-left: 0;
  }

  .address01 {
    flex-direction: column;
  }

  .address01 select:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .hint-go-register span {
    display: block;
  }

  .hint-go-register span.break {
    display: none;
  }

  .hint-go-register {
    text-align: center;
  }

  .activity-info-list li.location {
    align-items: flex-start;
  }

  .icon-activity-location {
    margin-top: 5px;
  }

  .btn-modify {
    width: 100%;
  }

  .member-top-part2 {
    flex-direction: column;
  }

  .btn-modify+.btn-modify {
    margin-top: 12px;
  }

  .check-content-area {
    border: none;
    border-radius: 0;
    background: transparent;
    padding-bottom: 0;
  }

  .cca-head-form ul li {
    flex-direction: column;
  }

  .cca-head-form-label {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
    font-size: 1.5rem;
  }

  .cca-head-form {
    padding: 13px 10px;
  }

  .cca-head-form input,
  .cca-head-form select {
    width: 100%;
  }

  .cca-head-form ul li {
    width: 100%;
  }

  .set-unit-check-title--content {
    margin-bottom: 0;
  }

  .check-content-item {
    width: calc(100% - 20px);
    border-radius: 10px;
  }

  .cc-equipment-th {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cca-hint {
    font-size: 1.5rem;
    text-align: left;
  }

  .modal-content { padding: 20px;}

  .reveal-modal {
    top: 50px; 
  }

  .btn-download-file{
    background: #244ea2;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
    font-size: 0.937rem;
  }
  .ow-title{ 
    /* font-size: 25px; */
    font-size: 1.56rem;
  }
  .alert-text {
    background: none;
    padding-left: 0;
    font-size: 0.9em;
  }
}

@media (max-width: 410px) {

  .date-from {
    flex-direction: column;
    align-items: flex-start;
  }

  .date-from--part1 {
    margin-bottom: 8px;
  }

}



@media (max-width: 360px) {
  .r-box-list {
    font-size: 1.25rem;
  }

  .inner-banner {
    background-position: -230px 0;
    padding-left: 160px;
  }

  .info-view:before {
    width: 24px;
    background-size: contain;
  }

  .info-view {
    width: 80px;
  }

  .tag-item {
    font-size: 1.125rem;
  }

  .mobile-check-type-menu {
    font-size: 1.5rem;
  }

  .select-selected:after {
    top: 22px;
  }

}