@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
  --color-1: #25a18e;
  --color-2: #bb816e;
  --color-3: #289195;
  --color-4: #c59247;
  --color-5: #5b8e7d;
  --color-6: #106e60;
  --color-7: #eaf6f4;
  --color-1-f: #106e60;
  --hover: #000;
  --active: #000;
  --btn: #c59247;
  --btn-hover: #000;
  --file-btn: #bb816e;
  --file-btn-hover: #9f6b5a;
  --navbarSideMobile: #eeeeee;
}
body {
  color: #222;
  font-size: 1rem;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", "微軟正黑體", "HeiTi TC", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.875rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.0625rem;
  }
}
h1 {
  color: var(--color-6);
  font-weight: 400;
  text-transform: uppercase;
}
h2 {
  color: var(--color-6);
  font-weight: 400;
}
h3 {
  color: var(--color-6);
  font-weight: 400;
}
h4 {
  color: var(--color-6);
  font-weight: 400;
}
h5 {
  color: var(--color-6);
  font-weight: 400;
}
h6 {
  color: var(--color-6);
  font-weight: 500;
}
p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
blockquote {
  font-size: 1rem;
  margin: 20px 0;
  padding: 20px 20px;
  color: #000;
  background-color: var(--color-7);
  border-left: 8px solid var(--color-1);
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
  border-radius: 20px;
}
b, strong {
  font-weight: 500;
}
hr {
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
  border: 0;
  border-top: 1px solid #ccc;
  opacity: 1;
}
th {
  font-weight: 400;
}
dt {
  font-weight: 400;
}
ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}
.icon {
  vertical-align: middle;
}
.font-0 {
  font-size: 0;
}
.rwd-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .rwd-web {
    display: none;
  }
  .rwd-mobile {
    display: block;
  }
}
button {
  outline: none;
  box-shadow: 0 0 0 0;
}
button:focus {
  outline: none;
  box-shadow: 0 0 0 0 !important;
}
.btn {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  width: 120px;
  height: 40px;
  background-color: var(--btn);
  border: 0;
  border-radius: 30px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.btn:hover,.btn:hover:focus {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  width: 120px;
  height: 40px;
  background-color: var(--btn-hover);
}
.tooltip-inner {
  color: #fff;
  padding: 3px 10px 5px 10px;
  background-color: #000;
  opacity: 1;
  z-index: 999;
}
.custom-tooltip {
  --bs-tooltip-bg: #000;
}
.button-box-tooltip {
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #e90000;
}
.button-box-tooltip .tooltip-inner {
  color: #fff;
  background-color: #e90000;
}
::selection {
  background: #baf7ff;
  color: #000;
}
::-moz-selection {
  background: #baf7ff;
  color: #000;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
::-webkit-scrollbar-thumb:active {
  background-color: #555;
}
.main ::-webkit-scrollbar {
  height: 18px;
  width: 18px;
}
.main ::-webkit-scrollbar-track {
  background-color: #eee;
}
.main ::-webkit-scrollbar-corner {
  background-color: #eee;
}
.main ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-top-width: 5px;
  border-left-width: 5px;
}
.main ::-webkit-scrollbar-thumb:hover {
  background-color: #00b4d8;
}
.main ::-webkit-scrollbar-thumb:active {
  background-color: #00b4d8;
}
.main ::-webkit-scrollbar-button:single-button {
  background-color: #eee;
  display: block;
  background-size: 12px;
  background-repeat: no-repeat;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement,
.main ::-webkit-scrollbar-button:single-button:vertical:increment,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment {
  height: 18px;
  width: 18px;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:active,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:active,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:active,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-color: #ccc;
}
.main ::-webkit-scrollbar-button:single-button:vertical:decrement,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:decrement:active {
  background-position: center 4px;
  background-image: url("../assets/images/arrowT.svg");
}
.main ::-webkit-scrollbar-button:single-button:vertical:increment,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:hover,
.main ::-webkit-scrollbar-button:single-button:vertical:increment:active {
  background-position: center 2px;
  background-image: url("../assets/images/arrowD.svg");
}
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:decrement:active {
  background-position: 2px 3px;
  background-image: url("../assets/images/arrowL.svg");
}
.main ::-webkit-scrollbar-button:single-button:horizontal:increment,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:hover,
.main ::-webkit-scrollbar-button:single-button:horizontal:increment:active {
  background-position: 3px 3px;
  background-image: url("../assets/images/arrowR.svg");
}

/***--- header ---***/
header {
  height: 70px;
}
/***navbar***/
.navbar {
  padding: 0;
  background: #fff;
}
.navbar.active {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.navbar .navbar-nav {
  margin-left: auto;
}
.logo {
  display: inline-flex;
}
.logo h1 {
  margin: 0;
  display: contents;
}
.logo a {
  display: block;
}
.logo img {
  height: 58px;
}
.navbar .nav-link {
  position: relative;
  color: #000;
  white-space: normal;
  font-size: 1.125rem;
  font-weight: 400;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  padding: 10px 12px !important;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar a.nav-link:hover,
.navbar a.nav-link:focus {
  color: var(--color-6);
}
.navbar a.nav-link:hover.dropdown-toggle::after {
  border-color: var(--color-6);
}
.navbar .active a.nav-link {
  color: var(--color-6);
}
.navbar .active a.nav-link:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: var(--color-6);
  left: 0;
  right: 0;
  margin: -40px auto 0 auto;
  border-radius: 100%;
}
.navbar .active .dropdown-toggle::after {
  border-color: var(--color-6);
}
.navbar .active a.nav-link:hover {
  color: var(--color-6);
}
.navbar .active a.nav-link:hover.dropdown-toggle::after {
  border-color: var(--color-6);
}
/* navbar-toggler */
.navbar-toggler {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 30px;
  height: 2px;
  background: #000;
}
.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  background: #000;
}
.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}
.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  top: 0;
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}
/*dropdown*/
.navbar .dropdown-toggle {
  cursor: default;
}
.navbar .dropdown-toggle:after {
  margin-left: 6px;
  vertical-align: 0;
  border: 0;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.navbar .dropdown-menu {
  padding: 10px 0;
  margin: 0;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 0.9375rem;
  padding: 5px 10px;
}
.navbar ul > li > a:hover:before,
.navbar ul > li > a:focus:before,
.navbar ul > li > a:active:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
}
/*first*/
.navbar ul ul .dropdown-toggle {
  display: flex;
  align-items: center;
}
.navbar ul ul .dropdown-toggle::after {
  border-color: #fff !important;
  transform: rotate(-45deg);
}
.navbar ul ul li:active .dropdown-toggle::after {
  border-color: #fff !important;
}
.navbar ul ul.dropdown-menu {
  background: var(--color-1);
}
.navbar ul ul.dropdown-menu > li > a:focus,
.navbar ul ul.dropdown-menu > li > a:hover {
  color: #fff;
  background: var(--color-6);
}
.navbar ul ul.dropdown-menu > li > a:focus.dropdown-toggle::after,
.navbar ul ul.dropdown-menu > li > a:hover.dropdown-toggle::after {
  border-color: #fff !important;
}
.navbar ul ul li {
  position: relative;
}
/*second*/
.navbar ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
}
.navbar ul ul ul.dropdown-menu {
  background: var(--color-4);
}
.navbar ul ul ul.dropdown-menu:after {
  content: none;
}
.navbar ul ul ul li {
  position: relative
}
/*third*/
.navbar ul ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
}
.navbar ul ul ul ul.dropdown-menu {
  background: #4c4c4c;
}
.navbar ul ul ul ul.dropdown-menu:after {
  content: none;
}
.navbar ul ul ul ul li {
  position: relative
}
@media (min-width: 1201px) {  
  .navbar ul > li:hover > ul {
    display: block
  }
}
@media (max-width: 1200px) {
  header {
    position: relative;
    height: 58px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: var(--navMobile);
    z-index: 2;
  }
  .logo img {
    height: 58px;
  }
  /***nav***/
  .navbar .navbar-nav {
    padding-top: 20px;
    margin-right: 0;
  }
  .navbar.active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  }
  .navbar .nav-link {
    color: #000;
    font-size: 1.25rem;
    height: 55px;
  }
  .navbar .active .nav-link {
    color: #fff;
  }
  .navbar .dropdown-toggle.open:after {
    margin-top: 8px;
    border-color: var(--color-1);
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
  }
  .navbar .active .dropdown-toggle:after {
    border-color: var(--color-1);
  }
  .navbar .dropdown-toggle:after {
    position: absolute;
    width: 8px;
    height: 8px;
    right: 15px;
    border-color: #000;
  }
  .navbar .dropdown-toggle:focus:after {
    border-color: var(--color-1);
  }
  .navbar .dropdown-menu .dropdown-item {
    font-size: 1.25rem;
    text-align: center;
    white-space: normal;
    padding: 10px 12px;
  }
  .navbar ul ul .dropdown-toggle {
    justify-content: center;
  }
  .navbar ul ul .dropdown-toggle::after {
    border-color: #fff !important;
    transform: rotate(45deg);
  }
  .navbar ul ul .dropdown-toggle.active::after {
    border-color: #fff !important;
    margin-top: 5px;
  }
  .navbar ul ul > li:hover > a.dropdown-item {
    background: transparent;
  }
  .navbar .second-menu li a, .navbar .three-menu li a {
    padding: 5px 10px;
  }
}
@media (max-width: 640px) {
  .logo img {
    height: 48px;
    margin: 5px 10px 5px 0;
  } 
}
/***top link***/
.top-link-box {
  color: #000;
  margin-left: 10px;
}
.top-link-box ul {
  z-index: 999;
  list-style-type: none;
  padding: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  padding-left: 0;
}
.top-link-box li {
  margin: 0 3px;
}
.top-link-box .last {
  margin-right: 10px;
}
.top-link-box i {
  line-height: 1px;
}
.top-link-box a {
  display: block;
}
.top-link-box .top-link a {
  font-size: 1rem;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--color-1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.top-link-box .top-link a:hover {
  background: var(--hover);
}
.top-link-box .top-link i {
  font-size: 1.25rem;
}
.top-link-box .top-link i.icon:before {
  line-height: 1;
}
@media (max-width: 1200px) {
  .top-link-box {
    padding-bottom: 30px;
  }
  .top-link-box {
    margin-left: 0;
    margin-top: 25px;
  }
  .top-link-box ul {
    justify-content: center;
  }
  .top-link-box .top-link a {
    font-size: 1.125rem;
    width: 40px;
    height: 40px;
  }
  .top-link-box .top-link i {
    font-size: 1.375rem;
  }
  .top-link-box li {
    margin: 0 8px;
  }
}
@media (max-width: 768px) {
  .top-link-box {
    margin-top: 20px
  }
}
/* navbarSide */
.navbarSide-close-box {
  text-align: right;
  margin: 20px 0 0 0;
}
#navbarSide-close.navbar-toggler {
  color: #fff;
  font-size: 1.25rem;
  padding: 0;
  margin-right: 0;
  line-height: 1;
  background-color: transparent;
  border: 0;
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon {
  background: transparent;
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon:before {
  top: 0;
  transform: rotate(45deg);
  background: #000;
}
#navbarSide-close.navbar-toggler .navbar-toggler-icon:after {
  top: 0;
  transform: rotate(-45deg);
  background: #000;
}
@media (min-width: 1201px) {  
  /***nav***/
  /* navbarSide */
  .navbarSide-close-box {
    display: none
  }
}
@media (max-width: 1200px) {
  /* navbarSide */
  #navbarSide-close.navbar-toggler {
    font-size: 1.5rem;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--navbarSideMobile);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}
@media (max-width: 414px) {
  /***nav***/
  /* navbarSide */
  .offcanvas-collapse {
    width: 100vw;
  }
}
/***--- header end ---***/

/***--- banner ----***/
#home-bn .swiper .swiper-slide .image img {
  transform-style: initial;
  width: 100%;
  height: 697px;
  object-fit: cover;
}
#home-bn .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
#home-bn .caption {
  position: absolute;
  color: #fff;
  right: 3%;
  left: 3%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  z-index: 999;
  height: 697px;
}
#home-bn .caption-image {
  text-align: center;
}
#home-bn .caption-image img {
  width: 300px;
}
.home-go-box {
  position: absolute;
  left: 0;
  right: 0;
}
.home-go a {
  color: var(--color-1);
  font-size: 1.5rem;
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 60px;
  text-align: center;
  margin: -30px auto 0 auto;
  background: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
#home-content-start {
  padding-top: 12rem;
  position: absolute;
  bottom: 0;
}
/***--- banner end ----***/

/***--- home ----***/
#home #content {
  position: relative;
  padding: 0;
}
.bigtitle h2 {
  color: var(--color-1);
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
#home-about .bigtitle h2 {
  margin-bottom: 1.5rem;
}
.bigtitle h2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  background: var(--color-3);
  margin: 40px auto 0;
  border-radius: 30px;
}
#home .more-btn {
  position: relative;
  width: 200px;
  height: 50px;
	line-height: 50px;
  text-align: center;
  margin: 2rem auto 0;
  background-color: var(--color-5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 30px;
  cursor: pointer;
}
#home .more-btn a {
	display: block;
	position: absolute;
  color: #fff;
  font-size: 1.125rem;
	width: 100%;
	height: 100%;	
	z-index: 1;	
}
#home .more-btn:hover a {
  color: #fff;
}
#home .more-btn i {
	margin-left: 5px;
  vertical-align: -3px;
}
#home .more-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--btn-hover);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transform: scale(0.5, 1);
	-webkit-transform: scale(0.5, 1);
  border-radius: 30px;
	z-index: 1;
	opacity: 0;
}
#home .more-btn:hover::before {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	opacity: 1;
}
/*** home about ***/
#home-about {
  position: relative;
  font-size: 1.0625rem;
  padding: 4.5rem 0 0 0;
}
#home-about .content {
  padding-bottom: 1rem;
}
#home-about .info-box .image {
  text-align: center;
}
#home-about .group-box {
  margin-top: 2.5rem;
}
#home-about .group-box .subtitle h3 {
  display: inline-block;
  line-height: 1;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  background: #f3f3f3;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#home-about .group-content {
  padding: 3rem 1.5rem;
  border-radius: 10px;
  border-top-left-radius: 0;
  background: #f3f3f3;
}
#home-about .list-box .content {
  padding: 1.5rem 1.25rem;
  border-radius: 20px;
  background: var(--color-2);
}
#home-about .list-box:nth-child(2) .content {
  background: var(--color-1);
}
#home-about .list-box:nth-child(3) .content {
  background: var(--color-4);
}
#home-about .list-box:nth-child(4) .content {
  background: var(--color-3);
}
#home-about .list-box .image {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100px;
}
#home-about .list-box .image img {
  width: 70px;
}
#home-about .list-box .title h4 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
}
#home-about .group-box .article {
  margin-bottom: 1.5rem;
}
/*** home news ***/
#home-news {
  position: relative;
  padding: 6rem 0 4rem 0;
  margin-top: 2rem;
  background: #fbfbfb;
  background: url(../assets/images/bg_1.jpg) top center;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 10%, 100% 100%, 0 100%, 0 10%);
}
#home-news .content {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  display: flex;
}
#home-news .date {
  color: var(--color-1);
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  line-height: 1;
  text-align: center;
  width: 70px;
  height: 70px;
  min-width: 70px;
  padding: 0 5px;
  margin: 0 10px 0 0;
  border: 1px solid var(--color-1);
  float: left;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#home-news .date .day {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
#home-news .date .month {
  font-size: 0.8125rem;
  font-weight: 500;
  width: 55px;
  padding-top: 3px;
  margin-top: 3px;
  border-top: 1px dotted var(--color-1);
}
#home-news .sort {
  display: contents;
}
#home-news .sort a {
  color: var(--color-1);
  font-size: 0.875rem;
  vertical-align: 1px;
}
#home-news .sort a:hover {
  color: #000;
}
#home-news .sort i {
  color: var(--color-4);
  font-size: 0.9375rem;
  line-height: 1;
  vertical-align: -2px;
  margin-right: 0.2rem;
}
#home-news .article-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#home-news .title h3 {
  color: var(--color-5);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 3px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#home-news .title h3 a {
  color: var(--color-6);
}
#home-news .title h3 a:hover {
  color: #000;
}
#home-news .article {
  font-size: 0.875rem;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*** home highlights ***/
#home-highlights {
  position: relative;
  padding: 4.5rem 0;
}
#home-highlights .list-box .image {
  height: 234px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1024px) and (min-width: 1024px) {
  #home-highlights .list-box .image {
    height: 180px;
  }
} 
@media (max-width: 991.98px) {
  #home-highlights .list-box .image {
    height: 140px;
  }
} 
@media (max-width: 767.98px) {
  #home-highlights .list-box .image {
    height: 216px;
  }
} 
#home-highlights .list-box .image img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
}
#home-highlights .list-box .image:hover img {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
}
#home-highlights .date {
  position: relative;
  color: #fff;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 0 5px;
  margin: -15px auto 10px auto;
  width: 100px;
  border-radius: 30px;
  background-color: var(--color-4);
  z-index: 1;
}
#home-highlights .title h3 {
  color: var(--color-6);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home-highlights .title h3 a {
  color: var(--color-6);
}
#home-highlights .list-box .title:hover h3 a {
  color: #000;
}
/* swiper */
#home-highlights .button-prev-highlights, #home-highlights .button-next-highlights {
  top: 42.5%;
  width: 40px;
  height: 40px;
  background: var(--color-1);
}
#home-highlights .button-prev-highlights:hover, #home-highlights .button-next-highlights:hover {  
  color: #fff;
  background: var(--btn-hover);
}
#home-highlights .button-prev-highlights {
  left: 0;
  border-radius: 0 30px 30px 0;
  padding-left: 3px;
  justify-content: start;
}
#home-highlights .button-next-highlights {
  right: 0;
  border-radius: 30px 0 0 30px;
  padding-right: 3px;
  justify-content: end;
}
#home-highlights .pagination-highlights {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-highlights .pagination-highlights .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border: 0;
}
#home-highlights .pagination-highlights .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background: var(--color-2);
}
/*** home journal ***/
#home-journal {
  position: relative;
  padding: 4.5rem 0;
}
#home-journal:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: var(--color-7);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
  z-index: -1;
}
#home-journal:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #f8f8f8;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  z-index: -1;
}
#home-journal .image-box {
  margin-bottom: 1rem;
}
#home-journal .image-box .image {
  height: 234px;
  overflow: hidden;
}
@media (max-width: 1024px) and (min-width: 1024px) {
  #home-journal .image-box .image {
    height: 180px;
  }
} 
@media (max-width: 991.98px) {  
  #home-journal .image-box .image {
    height: 140px;
  }
} 
@media (max-width: 767.98px) {
  #home-journal .image-box .image {
    height: 218px;
  }
} 
#home-journal .image-box .image img  {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#home-journal .sort {
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}
#home-journal .sort i {
  color: var(--color-4);
  line-height: 1;
  vertical-align: -2px;
  margin-right: 0.2rem;
}
#home-journal .title h3 {
  color: var(--color-6);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home-journal .title h3 a {
  color: var(--color-6);
}
#home-journal .title h3 a:hover {
  color: var(--hover);
}
#home-journal .article {
  color: #888;
  font-size: 0.9375rem;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#home-journal .link-btn {
  margin-top: 1rem;
}
#home-journal .link-btn a {
  display: block;
  color: #fff;
  font-size: 0.9375rem;
  width: 90px;
  height: 30px;
	line-height: 30px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  background-color: var(--btn)
}
#home-journal .link-btn a:hover {
  background-color: var(--btn-hover)
}
#home-journal .link-btn a i {
  font-size: 0.8125rem;
  margin-left: 3px;
}
/***--- home end ----***/

/***--- page ----***/
#body-top-box {
  background: url(../assets/images/page_top.jpg) center center/cover;
}
.body-top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  flex-direction: column;
  overflow: hidden;
}
.top-title h2 {
  color: var(--color-6);
  font-size: 1.75rem;
  font-weight: 400;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  margin: 0;
}
.page-title {
  margin: 4px 0 1.25rem 0;
}
.page-title h3 {
  position: relative;
  color: var(--color-6);
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
.page-title h3:before {
  content: '';
  border-bottom: 1px dashed var(--color-1);
  position: absolute;
  width: 100%;
  margin-top: 15px;
}
.page-title h3:after {
  content: '';
  width: 3px;
  height: 23px;
  background: var(--color-2);
  position: absolute;
  transform: rotate(25deg);
  margin-top: 4px;
  margin-left: -6px;
  border-radius: 30px;
}
.page-title h3 i {
  position: relative;
  font-style: normal;
  background: #fff;
  padding-right: 22px;
}
.page-title h3 i:after {
  content: '';
  width: 3px;
  height: 23px;
  background: var(--color-1);
  position: absolute;
  transform: rotate(25deg);
  margin-top: 4px;
  margin-left: 8px;
  border-radius: 30px;
}
#page .article-title {
  padding-bottom: 0.75rem;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #f3f3f3; 
}
#page .article-title h3 {
  color: #000;
  font-size: 1.625rem;
  margin: 0;
}
#page .item-group {
  display: flex;
  line-height: 1;
  margin-top: 0.5rem;
}
#page .item-group .sort {
  color: var(--color-3);
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
#page .item-group .sort i {
  color: var(--color-4);
  font-size: 0.9375rem;
  vertical-align: -2px;
  margin-right: 0.2rem;
}
#page .item-group .date {
  color: #ccc;
  font-size: 0.875rem;
}
#page .item-group .date i {
  margin-right: 3px;
}
#page .item-group .unit {
  color: var(--color-3);
  font-size: 0.875rem;
  float: inline-start;
}
#content {
  padding: 3.25rem 0;
}
.main-box {
  min-height: calc(100vh - 458px);
}
a.glightbox {
  cursor: url(../assets/images/zoom.svg), auto;
  border-bottom: 0 !important;
  background: #000;
}
a.glightbox:hover {
  display: block;
}
a.glightbox:hover img {
  opacity: 0.6;
}
@media (max-width: 991.98px) {
  .main-box {
    min-height: auto;
  }
} 
/***search-content***/
#search-content {
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background: #f3f3f3;
}
#search-content .list-box {
  /* margin: 0 !important; */
}
#search-content #submit-btn {
  margin: 1.75rem 0 0 0;
}
@media (max-width: 767.98px) {
  #search-content #submit-btn {
    margin: 0.25rem 0 0 0;
  }
}
/***main-menu***/
#main-menu {
  margin-bottom: 2rem;
  text-align: center;
}
#main-menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
#main-menu li {
  margin: 0 0.5%;
}
#main-menu li a {
  color: #000;
  font-size: 1rem;
  font-family: "Oswald", "Noto Sans TC", sans-serif;
  line-height: 1.05;
  height: 35px;
  padding: 0 1rem;
  background: #faf6f1;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-menu li.active a {
  color: #fff;
  font-weight: 400;
  background: var(--color-4);
}
#main-menu li:hover a {
  color: #fff;
  font-weight: 400;
  background: var(--color-4);
}
@media (max-width: 640px) {
  #main-menu li {
    margin: 1.5% 1%;
  }
}
/***--- page end ----***/

/***--- convener ----***/
#convener .content {
  color: #000;
  background: #f5f5f5;
  padding: 2rem 1.25rem;
  border-radius: 10px;
}
#convener .content .image {
  text-align: center;
  margin-bottom: 1rem;
}
#convener .content .image img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
#convener .article-box {
  padding: 0 15px;
}
#convener .article-box .period {
  color: var(--color-3);
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.25rem;
}
#convener .article-box .name h3 {
  color: #333;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}
#convener .article-box .jobTitle {
  color: #333;
  font-size: 1rem;
  text-align: center;
  margin-left: 3px;
}
#convener .link-more a {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0.75rem auto 0 auto;
  background: var(--btn);
  border-radius: 100%;
}
#convener .link-more a:hover {
  background: var(--btn-hover);
}
/* page */
#convener-page .jobTitle {
  font-size: 1.125rem;
  margin-left: 3px;
}
/***--- convener end ----***/

/***--- news ----***/
#news .list-box {
  margin-bottom: 1.5rem;
}
#news .content {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}
#news .image img {
  border-radius: 10px;
}
#news .date {
  color: #ccc;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
#news .date i {
  margin-right: 3px;
}
#news .sort {
  color: var(--color-1);
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
#news .sort i {
  color: var(--color-4);
  font-size: 0.9375rem;
  margin-right: 3px;
}
#news .news-top {
  color: #e91e63;
  font-size: 0.875rem;
  margin-left: 10px;
}
#news .news-top i {
  color: #e91e63;
  margin-right: 3px;
}
#news .title h3 {
  color: var(--color-6);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .article {
  font-size: 1rem;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .link-btn {
  margin-top: 1rem;
}
#news .link-btn a {
  display: block;
  color: #fff;
  font-size: 0.9375rem;
  width: 90px;
  height: 30px;
	line-height: 30px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  background-color: var(--btn)
}
#news .link-btn a:hover {
  background-color: var(--btn-hover)
}
#news .link-btn a i {
  font-size: 0.8125rem;
  margin-left: 3px;
}
/***--- news end ----***/

/***--- highlights ----***/
#highlights .list-box .image {
  height: 234px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 1024px) and (min-width: 1024px) {
  #highlights .list-box .image {
    height: 309px;
  }
} 
@media (max-width: 991.98px) {
  #highlights .list-box .image {
    height: 216px;
  }
} 
@media (max-width: 767.98px) {
  #highlights .list-box .image {
    height: 219px;
  }
} 
#highlights .list-box .image img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
}
#highlights .list-box .image:hover img {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
}
#highlights .date {
    position: relative;
    color: #fff;
    font-family: "Oswald", "Noto Sans TC", sans-serif;
    font-weight: 300;
    text-align: center;
    padding: 0 5px;
    margin: -15px auto 10px auto;
    width: 100px;
    border-radius: 30px;
    background-color: var(--color-4);
    z-index: 1;
}
#highlights .title h3 {
  color: var(--color-6);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#highlights .title h3 a {
  color: var(--color-6);
}
#highlights .list-box .title:hover h3 a {
  color: #000;
}
/* page */
#highlights-page .item-group .date {
  float: inline-start;
}
#highlights-page .info-box {
  padding: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  background: #f9f4ec;
  border-radius: 10px;
}
#highlights-page .info-box ul {
  list-style-type: none;
  padding: 0;
}
#highlights-page .info-box li {
  margin: 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #25a18e;
}
#highlights-page .info-box li:last-child {  
  margin: 0;
  border-bottom: 0;
}
/***--- highlights end ----***/

/***--- commodity ----***/
#commodity .list-box .image {
  height: 234px;
  overflow: hidden;
  border-radius: 10px;
}
#commodity .list-box .info-box {
  font-size: 0.875rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
  background: #e3e3e3;
}
#commodity .list-box .info-box .title {
  color: #fff;
  line-height: 1.2;
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5722;
}
#commodity .list-box .info-box .article-box {  
  min-height: 40px;
  display: flex;
  align-items: center;
}
#commodity .list-box .info-box .article {
  line-height: 1.5;
}
#commodity .list-box .info-box ul {
  list-style: none;
  padding: 0;
}
#commodity .list-box .info-box ul>li {
  float: left;
}
#commodity .list-box .info-box ul>li:after {
  content: "/";
  margin: 0 0.25rem;
}
#commodity .list-box .info-box ul>li:last-child:after {
  content: none;
}
#commodity .list-box .info-box .image-box {
  text-align: right;
}
#commodity .list-box .info-box .image-box a {
  margin-right: 0.25rem;
}
#commodity .list-box .info-box .image-box a:last-child {
  margin-right: 0;
}
#commodity .list-box .info-box .image-box a img {
  width: 47%;
}
@media (max-width: 1024px) and (min-width: 1024px) {
  #commodity .list-box .image {
    height: 309px;
  }
} 
@media (max-width: 991.98px) {
  #commodity .list-box .image {
    height: 216px;
  }
} 
@media (max-width: 767.98px) {
  #commodity .list-box .image {
    height: 219px;
  }
} 
#commodity .list-box .image img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: All 0.3s ease-in-out;
}
#commodity .list-box .image:hover img {
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
}
#commodity .sort-box {
  color: var(--color-1);
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#commodity .sort-box i {
  color: var(--color-4);
  font-size: 0.9375rem;
  margin-right: 3px;
}
#commodity .sort-box ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
}
#commodity .sort-box li {
  margin-right: 10px;
}
#commodity .sort-box li:last-child {
  margin-right: 0;
}
#commodity .sort-box li.sort:before {
  content: "\e1b5";
  font-family: "gwicon";
  color: var(--color-4);
  font-size: 0.9375rem;
  margin-top: -1px;
  margin-right: 3px;
  float: left;
}
#commodity .sort-box li.object:before {
  content: "\e1d6";
  font-family: "gwicon";
  color: var(--color-4);
  font-size: 0.9375rem;
  margin-top: -1px;
  margin-right: 3px;
  float: left;
}
#commodity .sort span:after {
  content: "、";
}
#commodity .sort span:last-child:after {
  content: none;
}
#commodity .title h3 {
  color: var(--color-6);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#commodity .title h3 a {
  color: var(--color-6);
}
#commodity .list-box .title:hover h3 a {
  color: #000;
}
/* page */
#commodity-page .info-grop {
  margin: 2rem 0 1.5rem 0;
}
#commodity-page .image-box {
  text-align: center;
}
#commodity-page .image-box .image img {
  width: 100%;
  border-radius: 10px;
}
#commodity-page .item-group .date {
  float: inline-start;
}
#commodity-page .info-box {
  padding: 0.5rem 1rem;
  background: #f9f4ec;
  border-radius: 10px;
}
#commodity-page .info-box .article {
  padding: 0.5rem 1rem;
  background: #f9f4ec;
  border-radius: 10px;
}
#commodity-page .info-box ul {
  list-style-type: none;
  padding: 0;
}
#commodity-page .info-box ul>li {
  margin: 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #25a18e;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
#commodity-page .info-box ul>li:last-child {  
  margin: 0;
  border-bottom: 0;
}
#commodity-page .info-box ul>li .title {
  color: #25a18e;
  font-weight: 500;
  white-space: nowrap;
}
#commodity-page .info-box ul>li span:after {
  content: "、";
}
#commodity-page .info-box ul>li span:last-child:after {
  content: none;
}
#commodity-page .info-box ul>li> a {
  margin-right: 0.5rem;
}
#commodity-page .info-box ul>li> a:last-child {
  margin: 0;
}
#commodity-page .info-box ul>li>ul>li {
  display: contents;
  border: 0;
}
#commodity-page .info-box ul>li>ul>li:after {
  content: "/";
  margin: 0 0 0 0.25rem;
}
#commodity-page .info-box ul>li>ul>li:last-child:after {
  content: none;
}
#commodity-page .info-box ul>li>ul>li a {
  margin: 0;
}
/***--- commodity end ----***/

/***--- journal ----***/
#journal .subtitle {
  display: table;
}
#journal .subtitle h3 {
  color: #fff;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background: var(--color-2);
  border-radius: 10px 10px 0 0;
}
#journal .info-content {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ddd;
}
#journal .group-content {
  padding: 1.75rem 1.5rem;
  margin-bottom: 2rem;
  background-color: #f3f3f3;
  border-radius: 10px;
  border-top-left-radius: 0;
}
#journal .list-box {
  margin-bottom: 1.75rem;
}
#journal .list-box:last-child {
  margin-bottom: 0;
}
#journal .list-box .content {
  padding-bottom: 1.75rem;
  border-bottom: 1px dashed #ccc;
}
#journal .list-box:last-child .content {
  padding-bottom: 0;
  border-bottom: 0;
}
#journal .author {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.75rem;
  background: #e5e5e5;
}
#journal .title h3 {
  color: var(--color-6);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#journal .article {
  font-size: 1rem;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#journal .link-btn {
  margin-top: 1rem;
}
#journal .link-btn a {
  display: block;
  color: #fff;
  font-size: 0.9375rem;
  width: 90px;
  height: 30px;
	line-height: 30px;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  background-color: var(--btn)
}
#journal .link-btn a:hover {
  background-color: var(--btn-hover)
}
#journal .link-btn a i {
  font-size: 0.8125rem;
  margin-left: 3px;
}
/***--- journal end ----***/

/***--- image list ---***/
#image-list-box {
  margin-top: 25px;
}
#image-list-box .image-list .list-box {
  margin-bottom: 0;
}
#image-list-box .image-list .list-box img {
  width: 100%;
  height: 118px;
  padding: 0;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  #image-list-box .image-list .list-box img {
    height: 134px;
  }
}
@media (max-width: 991.98px) {
  #image-list-box .image-list .list-box img {
    height: 105px;
  }
}
@media (max-width: 767.98px) {
  #image-list-box .image-list .list-box img {
    height: 107px;
  }
}
/***--- image list end ---***/

/***--- sidemenu ---***/
.user-box {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 10px;
  background: #f1f1f1;
}
.user-box .identity {
  color: var(--color-1);
  font-size: 0.875rem;
}
.sidemenu-title h3 {
  color: var(--color-1);
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.5rem;
}
.sidemenu .accordion {
  width: 100%;
  list-style: none;
  padding: 0;
  border-radius: 10px;
}
.sidemenu .accordion>li {
  margin-bottom: 10px;
}
.sidemenu .accordion>li.active .link {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion li.open .link {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion .link {
  display: block;
  position: relative;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 5px 20px 5px 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid  var(--color-1);
  border-radius: 5px;
  cursor: pointer;
}
.sidemenu .accordion .link:hover {
  color: #fff;
  background-color: var(--color-1);
}
.sidemenu .accordion .active > .submenu {
  display: block;
}
.sidemenu .accordion .active i {
  color: #009688;
}
.sidemenu .accordion li i {
  position: absolute;
  right: 10px;
  line-height: 1;
  margin-top: 3px;
}
.sidemenu .accordion li i.arrow:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidemenu .accordion li:hover i.arrow:after {
  border-color: #fff;
}
.sidemenu .accordion li.open i.arrow:after {
  border-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.sidemenu .accordion li.active i.arrow:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
/*** submenu ***/
.submenu {
  display: none;
  font-size: 1rem;
  line-height: 1.4;
  padding: 10px 0;
  margin-top: 0.25rem;
  background: #e9f5f3;
  max-height: 210px;
  overflow-y: auto;
}
.submenu::-webkit-scrollbar-track {
  background-color: #e9f5f3;
}
.submenu li {
  list-style-type: none;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 5px 10px 5px 15px;
}
.submenu .active a {
  color: #009592;
  font-weight: 400;
}
.submenu a:hover {
  color: #009592;
}
@media (max-width: 991px) {
  .sidemenu {
    order: 2;
    margin-top: 2rem;
  }
  .sidemenu .accordion li i {
    right: auto;
    margin-left: 10px;
  }
}
.sidemenu select {
  color: #fff;
  border-color: var(--color-1);
  background-color: var(--color-1);
}
/***--- submenu end ---***/

/***--- login ----***/
#login #form-content {
  color: #fff;
  padding: 2rem;
  margin: 0;
  border-radius: 10px;
  background: var(--color-3);
  border: 0;
}
#login #form-content .title {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}
#login .input-box input {
  border-color: #fff;
}
#login .input-box label {
  color: #fff;
}
/* #login #form1, #login #form2 {
  margin-top: 1.25rem;
} */
#login .form-options a {
  color: #fff;
}
#login .form-options a:hover {
  color: #efae4e;
}
#login #submit-btn {
  text-align: center;
  margin-top: 1.5rem;
}
/***--- login end ----***/

/***--- register ----***/
#register #form-content {
  padding: 2rem;
  margin: 0;
  border-radius: 10px;
  background: #f1f1f1;
  border: 0;
}
#register #form-content .title {
  color: var(--color-6);
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--color-1);
}
#register .list-box {
  margin-bottom: 7px;
}
#register .list-box input {
  border-color: #fff;
}
/***--- register end ----***/

/***--- success ----***/
#success .content-box {
  color: #fff;
  padding: 2rem;
  border-radius: 10px;
  background: var(--color-3);
}
#success .bigicon {
  text-align: center;
  margin-bottom: 1rem;
}
#success .bigicon i {
  display: grid;
  color: #cddc39;
  font-size: 7.5rem;
  line-height: 1;
}
#success h3 {
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 1rem 0;
}
#success p {
  text-align: center;
}
#success .back-btn {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 35px;
  width: 110px;
  height: 35px;
  margin: 2rem auto 0;
  text-align: center;
  background: var(--color-2);
  border-radius: 30px;
}
#success .back-btn:hover {
  background: var(--hover);
}
/***--- register end ----***/

/***--- create ----***/
.tool-box {
  margin: 2px 0 1rem 0;
}
.tool-box ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.tool-box li {
  float: left;
  margin-right: 10px;
}
.tool-box li:last-child {
  margin-right: 0;
}
.tool-box a.link-btn {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  text-align: center;
  background: #ffc107;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.tool-box a.link-btn:hover {
  color: #fff;
  background: #333;
}
.tool-box a.link-btn i {
  color: #009688;
  font-size: 1rem;
  margin-right: 4px;
  vertical-align:-5%;
}
.tool-box a.link-btn:hover i {
  color: #fff;
}
/***--- create end ----***/

/***--- password ----***/
#password #form-content {
  margin-top: 1.5rem;
}
/***--- password end ----***/

/***--- review ----***/
/* page */
#review-page table {
  border-color: var(--color-1);
  border-style: double;
}
#review-page table tbody tr {
  border-color: #25a18e26;
}
#review-page table tbody th {
  width: 130px;
  text-align: left;
}
#review-page table td table {
  border-color: #b17c2f47;
  background: #b17c2f1a;
  margin-bottom: 0.5rem;
}
#review-page table td table tr, #review-page table td table th, #review-page table td table td  {
  border-color: #b17c2f47;
}
#review-page table td table:last-child {
  margin-bottom: 0;
}
#review-page table td table th {
  width: 30px;
  background: transparent;
}
#review-page table td table td.subtitle {
  color: var(--color-1-f);
  font-size: 0.875rem;
  width: 95px;
  min-width: 95px;
  max-width: 95px;
}
#review-page table td table td.subtitle-m {
  color: var(--color-1-f);
  font-size: 0.875rem;
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}
#review-page table td table td {
  padding: 0.25rem;
}
#review-page table td table td b {
  color: var(--color-1-f);
  font-size: 0.875rem;
  font-weight: 400;
}
#review-page .main table .editor p {
  line-height: 1.65;
  margin-bottom: 1rem;
}
#review-page table tbody h4 {
  color: #b17c2f;
  font-size: 1.25rem;
}
#review-page table tbody h4:before {
  content: "\e0cc";
  font-family: "gwicon";
  font-size: 1.125rem;
  vertical-align: -1.5px;
  margin-right: 0.3rem;
}
#review-page table tbody td .editor {
  /* min-height: 60px;
  max-height: 300px;
  overflow-y: auto; */
}
#review-page table tbody td .editor p:last-child {
  margin-bottom: 0;
}
#review-page #form-content {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  #review-page table tbody th {
    width: 80px;
    min-width: 80px;
  }
  #review-page table td table td {
    white-space: nowrap;
  }
}
/***--- review end ----***/

/***--- reviewed ----***/
/* page */
#reviewed-page .title h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
#reviewed-page table {
  border-color: var(--color-1);
  border-style: double;
}
#reviewed-page table tbody tr {
  border-color: #25a18e26;
}
#reviewed-page table tbody tr td.score {
  text-align: center;
  white-space: nowrap;
}
#reviewed-page table tbody th {
  width: 130px;
  text-align: left;
}
#reviewed-page table td table {
  border-color: #b17c2f47;
  background: #b17c2f1a;
  margin-bottom: 0.5rem;
}
#reviewed-page table td table tr, #reviewed-page table td table th, #reviewed-page table td table td  {
  border-color: #b17c2f47;
}
#reviewed-page table td table:last-child {
  margin-bottom: 0;
}
#reviewed-page table td table th {
  width: 30px;
  background: transparent;
}
#reviewed-page table td table td.subtitle {
  color: var(--color-1-f);
  font-size: 0.875rem;
  width: 95px;
  min-width: 95px;
  max-width: 95px;
}
#reviewed-page table td table td.subtitle-m {
  color: var(--color-1-f);
  font-size: 0.875rem;
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}
#reviewed-page table td table td {
  padding: 0.25rem;
}
#reviewed-page table td table td b {
  color: var(--color-1-f);
  font-size: 0.875rem;
  font-weight: 400;
}
#reviewed-page .main table .editor p {
  line-height: 1.65;
  margin-bottom: 1rem;
}
#reviewed-page table tbody h4 {
  color: #b17c2f;
  font-size: 1.25rem;
}
#reviewed-page table tbody h4:before {
  content: "\e0cc";
  font-family: "gwicon";
  font-size: 1.125rem;
  vertical-align: -1.5px;
  margin-right: 0.3rem;
}
#reviewed-page table tbody td .editor p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #reviewed-page table tbody th {
    width: 80px;
    min-width: 80px;
  }
  #reviewed-page table td table td {
    white-space: nowrap;
  }
}
/***--- reviewed end ----***/

/***--- form ----***/
#form-content {
  padding: 1.5rem;
  margin-top: 2rem;
  border: 1px solid var(--color-1);
  border-radius: 30px;
}
#form-content .form-title {
  text-align: center;
  padding-bottom: 1rem;
  margin-top: -2.5rem;
  margin-bottom: 0.5rem;
}
#form-content .form-title h3 {
  display: inline;
  text-align: center;
  padding: 0.25rem 1.5rem;
  border-radius: 30px;
  color: #fff;
  background-color: var(--color-1);
}
#form-content .reviewName {
  display: inline-block;
  color: #fff;
  padding: 0 0.5rem;
  background: var(--color-2);
}
#form-content .info-content {
  margin-bottom: 1.5rem;
}
#form-content h4 {
  color: var(--color-6);
  padding: 0.35rem 0.5rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  background: var(--color-7);
}
#form-content h4:before {
  content: "\e0cc";
  font-family: "gwicon";
  font-size: 1.25rem;
  vertical-align: -1.5px;
  margin-right: 0.3rem;
}
#form-content h5 {
  color: #008dcd;
}
#form-content h5:before {
  content: "\e0c7";
  font-family: "gwicon";
  font-size: 1.0625rem;
  vertical-align: -1px;
  margin-right: 0.3rem;
}
#form-content hr {
  margin-top: 0.5rem;
  margin-bottom: 1.625rem;
}
#form-content .arrow {
  color: #e91e63;
}
#form-content .group-box {
  padding: 1.25rem 1.25rem 1.5rem;
  background: #f3f3f3;
}
#form-content .group-box label {
  margin-bottom: 0;
}
form .tooltip-inner {
  color: #fff;
  padding: 3px 10px;
  background-color: #000;
  opacity: 1;
}
form .tooltip-arrow {
  --bs-tooltip-bg: #000;
}
form .remark {
  color: #f44336;
  font-size: 0.875rem;
}
form .form-article {
  margin-bottom: 0.25rem;
}
form .form-notice {
  color: #888;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.notice-info {
  padding: 1rem;
  margin-top: 1.5rem;
  background: #fff0db;
  border-radius: 10px;
}
.notice-info .title {
  color: var(--color-6);
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.notice-info .title i {
  font-size: 1.25rem;
  vertical-align: -3px;
  margin-right: 0.25rem;
}
.notice-info ul, .notice-info ol {
  padding-left: 1.25rem;
}
/* novalidate */
.form-control.is-valid, .was-validated .form-control:valid,
.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #ccc;
  background-image: none;
}
.form-control:focus {
  border-style: solid;
  border-width: 2px;
  border-color: #00b4d8;
}
.form-control, .form-select {
  border-color: #ccc;
  outline-color: #00b4d8;
  box-shadow: none;
}
.invalid-feedback {
  display: none;
  color: #b70c00;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.5rem 0.5rem;
  margin-top: 0.25rem;
  background: #fde3e1;
  width: 100%;
  clear: both;
}
.invalid-feedback:before {
  content: "\e1e9";
  font-family: "gwicon" !important;
  font-size: 1.0625rem;
  vertical-align: -3px;
  margin-right: 0.25rem;
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input:checked {
  background-color: #ff5722;
  border-color: #ff5722;
}
/* novalidate end */
label {
  position: relative;
  color: var(--color-6);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
label.required:after {
  content: "*";
  color: #F44336;
  font-size: 1.375rem;
  line-height: 0;
  vertical-align: -4px;
  margin-left: 3px;
}
label.fontSize-m {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.second-input label {
  color: #222;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.error {
  display: none;
  color: #b70c00;
  font-size: 0.875rem;
  text-align: left;
  line-height: 1;
  width: 100%;
  padding: 0.5rem 0.3rem;
  margin-top: 0.25rem;
  background: #fde3e1;
  border: 2px solid #f3a39d;
  border-right: 0;
  border-left: 0;
  clear: both;
}
.error:before {
  content: "\e1e9";
  font-family: "gwicon" !important;
  font-size: 1.0625rem;
  vertical-align: -3px;
  margin-right: 0.25rem;
}
input, select, textarea {
  color: #222;
  font-size: 0.9375rem;
  width: 100%;
  padding: 5px 8px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  outline-color: #00b4d8;
  box-shadow: none !important;
}
input, select {
  height: 40px;
}
textarea {
  display: block;
}
input:disabled, textarea:disabled, select:disabled, input[readonly], textarea[readonly], select[readonly] {
	color: #000 !important;
	background: #efefef !important;
  border-color: #efefef !important;
}
input[readonly]:focus, textarea[readonly]:focus, select[readonly]:focus {
	outline-color: #efefef;
}
input:disabled:hover, textarea:disabled:hover, select:disabled:hover, input[readonly]:hover, textarea[readonly]:hover, select[readonly]:hover {
	cursor: not-allowed;
}
input.input-s {
  display: inline-block;
  width: auto;
  height: 30px;
  margin-left: 0.5rem;
  margin-top: -5px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
input.input-auto {
  display: inline-block;
  width: auto;
}
.date-group {
  font-size: 0.9375rem;
}
.date-group input {
  display: inline-block;
  width: calc(50% - 28px);
}
.wordsNum {
  color: #ccc;
  font-size: 1rem;
  display: flex;
  justify-content: right;
}
.form-options {
  margin-top: 1rem;
  text-align: center;
}
.form-options a {
  margin-right: 0.5rem;
}
.form-options a:last-child {
  margin-right: 0;
}
.form-options a:hover {
  color: #000;
}
input:-moz-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
input::-webkit-input-placeholder {
  color: #aaa;
  font-size: 0.875rem;
  font-weight: 400;
}
.btn {
  padding: 3px 15px;
  border-radius: 30px;
}
.file-btn {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 2px;
  outline: 1px solid #ccc;
  height: 38px;
  margin-top: 1px;
}
.file-btn:focus {
  outline: 2px solid #00b4d8;
  border: 0;
  box-shadow: none;
}
.file-btn:hover:not(:disabled):not([readonly])::file-selector-button {
  border-color: 0;
  background-color: var(--file-btn-hover);
}
.file-btn::file-selector-button {
  color: #fff;
  background-color: var(--color-2);
}
.list-float li {
  float: left;
  margin-right: 1rem;
}
.list-float li:last-child {
  margin-right: 0;
}
/***button***/
.button-box {
  text-align: center;
  margin-top: 1.5rem;
}
.button-box ul {
  display: inline-flex;
  list-style-type: none;
  padding: 0;
}
.button-box ul>li {
  margin-right: 15px;
}
.button-box ul>li:last-child {
  margin-right: 0;
}
.button-box .btn {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 40px;
  width: 120px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: var(--btn);
  border: 0;
  border-radius: 30px;
}
.button-box .btn:hover, .button-box .btn:active, .button-box .btn:focus {
  color: #fff;
  background: var(--btn-hover);
}
.button-box .btn-save {
  background: var(--color-1);
}
.button-box .send-icon {
  display: contents;
  line-height: 40px;
  font-style: normal;
  pointer-events: none;
  z-index: 2;
}
.button-box .send-icon:before {
  content: "\e184";
  font-family: "gwicon";
  color: rgb(255 255 255 / 30%);
  font-size: 3rem;
  line-height: 38px;
  margin-left: -45px;
  margin-top: 0px;
  position: absolute;
}
#c_code {
  margin-bottom: 1.25rem;
}
#captcha {
  display: inline-block;
  width: 120px !important;
  height: 40px !important;
  vertical-align: -2px;
}
#captcha:focus {
  border: 1px solid #80714d;
}
.error-box {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error-box .error {
  width: auto;
}
.captcha-icon i {
  color: #ff5722;
  margin: 0 0.25rem;
  vertical-align: -4px;
}
.captcha-icon i:hover {
  color: #f44336;
}
/***radio & checkbox***/
input[type=radio], input[type=checkbox] {
  vertical-align: -3px;
  width: 18px !important;
  height: 18px !important;
  accent-color: #ff5722;
}
.options-group {
  padding: 0;
  margin-top: 0.25rem;
  width: 100%;
}
.options-group i {
  font-style: normal;
  margin-left: 0.25rem;
}
.options-group li {
  list-style-type: none;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 25px;
  text-indent: -25px;
}
.options-group li:last-child {
  margin-bottom: 0;
}
.options-group.indent-0 li {
  margin-left: 0;
  text-indent: 0;
}
.options-group .subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
/* table */
.main table tbody .options-group {
  padding: 0;
  margin-top: 0;
  width: 100%;
  display: flex;
}
.main table tbody .options-group li {
  margin-right: 0.55rem;
}
.main table tbody .options-group li:last-child {
  margin-right: 0;
}
label.radio, label.checkbox {
  cursor: pointer;
  vertical-align: -1px;
  position: relative;
  font-weight: normal;
  margin: 0;
}
label.radio input[type="radio"],
label.checkbox input[type="checkbox"] {
  display: none;
}
label.radio span, label.checkbox span {
  display: inline-block;
}
label.radio span:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  transition: all .5s;
}
label.checkbox span:before {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: #fff;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
  transition: all .5s;
}
label.radio input[type="radio"]:checked + span:before, label.checkbox input[type="checkbox"]:checked + span:before  {
  background: #b969b0;
  border: 1px solid #b969b0;
}
label.radio input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
label.checkbox input[type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.disabled label.radio, .disabled label.checkbox {
  cursor: not-allowed;
}
.disabled label.radio span:before {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.disabled label.radio input[type="radio"]:checked + span:before, .disabled label.checkbox input[type="checkbox"]:checked + span:before {
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.disabled label.radio input[type="radio"]:checked + span:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 6px;
  height: 12px;
  box-sizing: border-box;
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
/***--- form end ----***/

/***--- main table ---***/
table-responsive {
  overflow-y: hidden;
  margin-bottom: 18px;
}
table-responsive .main table {
  margin-bottom: 0 !important;
}
tbody, td, tfoot, th, thead, tr {
  border-width: inherit;
}
.main table {
  width: 100%;
  max-width: 100% !important;
  border-color: #25a18e26;
  line-height: 1.3;
}
.main table h1,
.main table h2,
.main table h3,
.main table h4,
.main table h5,
.main table h6 {
  margin: 0 !important;
  padding-top: 0 !important;
}
.main table p {
  margin: 0;
}
.main table img {
  padding: 0;
}
.main table thead {
  background-color: var(--color-5);
}
.main table thead th {
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 0.5rem;
  vertical-align: middle;
  border: inherit;
  border-right-color: #fff;
  border-top: 1px solid var(--color-5);
  white-space: nowrap;
}
.main table thead th:first-child {
  border-left-color: var(--color-5);
}
.main table thead th:last-child {
  border-right-color: var(--color-5);
}
.main table thead .date {
  width: 100px !important;
}
.main table tbody .date {
  text-align: center;
}
.main table thead th h1,
.main table thead th h2,
.main table thead th h3,
.main table thead th h4,
.main table thead th h5,
.main table thead th h6 {
  color: #000;
}
.main table thead th.date {
  width: 80px !important;
}
.main table thead th.sort {
  width: 150px !important;
}
.main table thead th.status {
  width: 100px !important;
}
.main table thead th.host {
  width: 140px !important;
}
.main table thead th.use {
  width: 100px !important;
}
.main table thead th.img {
  width: 100px !important;
}
.main table thead th.link {
  width: 40px !important;
}
.main table thead th.release {
  width: 110px !important;
}
.main table thead td {
  font-weight: 500;
  text-align: center;
  padding: 0.5rem;
  line-height: 20px;
  width: auto !important;
}
.main table tbody th {
  color: #07685a;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  padding: 0.5rem;
  background: var(--color-7);
}
.main table tbody tr {
  /* background: #ffffff;
  border-color: #ddd;
  border-bottom-width: 1px; */
}
.main table tbody tr:nth-child(even) {
  /* background: #ddd; */
}
.editor table tbody tr:nth-child(even) {
  background: none;
}
#uncolor tr:nth-child(even) {
  background: #ffffff;
}
.main table tbody td {
  padding: 0.5rem;
}
.main table tbody td.date {
  text-align: center;
  white-space: nowrap;
}
.main table tbody td.sort {
}
.main table tbody td.link {
  text-align: center;
}
.main table tbody td.release {
  text-align: center;
}
.main table tbody .link-icon {
  display: inline-block;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--color-1);
}
.main table tbody .link-icon.delete {
  background: #f44336;
}
.main table tbody .link-icon:hover {
  background: var(--hover);
}
.main table tbody .link-icon a {
  color: #000;
}
.main table tbody .link-icon:hover a {
  color: #fff;
  transition: 0s all;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  -moz-transition: 0s all;
  -ms-transition: 0s all;
}
.main table .link-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.main table tbody .status {
  text-align: center;
}
.main table tbody .status ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.main table tbody .status .yesIn {
	color: #28a745;
}
.main table tbody .status .noIn {
	color: #df0f00;
}
.main table tbody ul,
.main table tbody ol {
  padding-left: 22px;
  margin-bottom: 0;
}
.main table tbody li {
  padding: 0;
}
@media (max-width: 768px) {
  .main table thead th,
  .main table tbody th,
  .main table tbody tr td {
    padding: 5px 5px;
  }
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid var(--color-1);
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid var(--color-1);
}
.dataTables_length label, .dataTables_filter label {
  position: relative;
  color: var(--color-2);
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 5px 0;
}
table.dataTable {
  border-collapse: collapse;
}
table.dataTable.no-footer {
  border-bottom: 1px solid var(--color-2);
  border-top: 0;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #25a18e26;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #333;
  background: #fff;
  border: 2px solid var(--color-2);
  border-radius: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff;
  background: var(--color-2);
  border: 2px solid var(--color-2);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff;
  background-color: var(--color-2);
}

/* rwd-table */
.rwd-table .column {
  display: inline-block;
  /* width: 100%; */
}
.rwd-table tbody label {
  display: none;
  color: var(--color-6);
  margin: 0;
}
.rwd-table .column.colimg .image {
  display: inline-block;
  width: 150px;
}
.rwd-table .column.colimg .text {
  display: inline-block;
  width: calc(100% - 150px);
  margin-left: -8px;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .rwd-table {
    border-right: 0;
    border-left: 0;
}
}
@media (max-width: 767px) {
  .rwd-table td {
    display: block;
    text-align: left;
    border-bottom-width: 0;
  }
  .rwd-table td:last-child {
    border-bottom-width: 1px;
  }
  .rwd-table.dataTable td {
    border-top: 1px solid;
    border-color: #ddd;
  }
  .rwd-table.dataTable .even td:first-child {
    border-top: 2px solid;
    border-color: #ddd;
  }
  .rwd-table.dataTable td:last-child {
    border-bottom: 1px solid;
    border-color: #ddd;
  }
  .rwd-table thead {
    display: none;
  }
  .rwd-table tbody td label {
    display: inline-block;
    text-align: left;
    width: 110px;
    padding-right: 10px;
  }
  .rwd-table .column {
    display: inline-block;
    width: calc(100% - 110px);
    text-align: left;
    margin-left: -5px;
    vertical-align: top;
  }
  .rwd-table .column.colimg {
    width: 100%;
    margin: 0;
  }
  .rwd-table .column.colimg .image {
    width: 110px;
    padding-right: 10px;
  }
  .rwd-table .column.colimg .text {
    width: calc(100% - 110px);
    padding-left: 6px;
  }
  .rwd-table tbody tr {
    border-color: #fff !important;
    border-bottom-width: 20px !important;
  }
  .rwd-table tbody td {
    padding: 10px 5px !important;
    border-color: #ccc;
  }
  .rwd-table tbody td:first-child {
    padding-top: 15px;
  }
  .rwd-table tbody td:last-child {
    padding-bottom: 15px;
  }
}
/***--- table end ---***/

/***options-tab***/
#nav-tab {
  border-bottom: 0;
  margin-bottom: 0;
}
#nav-tab .nav-item {
  padding: 0;
  margin-right: 2px;
}
#nav-tab .nav-link {
  color: #000;
  padding: 0.25rem 0.75rem;
}
#nav-tab .nav-item.show .nav-link, #nav-tab .nav-link.active {
  color: #000 !important;
  border-color: var(--color-1);
  border-bottom-color: #f3f3f3 !important;
  background: #f3f3f3 !important;
}
#nav-tab .nav-link:hover {
  color: #fff;
  border-color: var(--color-1);
  background: var(--color-1);
}
#tabContent {
  padding: 1.5rem;
  border: 1px solid var(--color-1);
}

/***--- editor ---***/
.editor h3:first-child, .editor h4:first-child, .editor h5:first-child, .editor h6:first-child {
  margin-top: 0;
}
.editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 0.5rem;
}
.editor h3 i, .editor h4 i {
  vertical-align: -3px;
}
.editor h5 i, .editor h6 i {
  vertical-align: -2px;
}
.editor a {
  border-bottom: 1px dotted transparent;
}
.editor a:hover, .editor a:focus {
  border-bottom-color: #000;
}
.editor .table-responsive {
  margin-bottom: 1rem;
}
.editor .table-responsive:last-child {
  margin-bottom: 0;
}
.editor .table-responsive table {
  margin-bottom: 0;
}
.editor table {
  margin-bottom: 1rem;
}
.editor img {
  max-width: 100%;
  height: auto !important;
  margin-top: 0.5rem !important;
}
@media (max-width: 767.98px) {
  .editor p {
    float: none !important;
  }
  .editor img {
    display: block;
    margin: 0 auto !important;
    float: none !important;
  }
}
.editor p:first-child img {
  margin-top: 0;
}
.editor figure {
  margin-bottom: 15px;
}
.editor figcaption {
  color: #009ce2;
  font-weight: 400;
  margin-top: 5px;
}
.editor ul, .editor ol {
  margin-bottom: 1rem;
}
.editor ul:last-child, .editor ol:last-child {
  margin-bottom: 0;
}
.editor ul > li,
.editor ol > li {
  padding: 0 0 2px 0;
  margin-bottom: 0;
}
.editor li > ul,
.editor li > ol {
  margin: 2px 0;
  padding-left: 1rem;
}
.editor ul > li:last-child, .editor ol > li:last-child {
  padding: 0 0 0 0;
}
.editor ul > li p,
.editor ol > li p {
  margin: 2px 0 0 0;
}
.editor li > ul > li {
  list-style-type: disc;
}
#main-images img {
  padding: 0;
}
#main-images .list-box a {
  cursor: url(../assets/images/zoom.svg), auto;
}
.editor p {
  font-size: 1rem;
}
.editor blockquote, .editor li {
  font-size: 1rem;
}
/***--- editor end ---***/

/***--- footer ---***/
footer {
  position: relative;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding: 40px 0;
  background: var(--color-5);
}
footer p {
  margin-bottom: 0;
}
footer a, footer a:focus {
  color: #fff;
  border-bottom: 1px dotted transparent;
}
footer a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer li {
  line-height: 1.5;
  margin: 3px 0;
}
footer .unit {
  text-align: center;
}
footer .unit img {
  margin-bottom: 0.25rem;
}
footer .unit p {
  color: #fff;
  font-size: 1.0625em;
}
footer .contact {
  text-align: left;
}
footer .contact li {
  float: left;
  margin-right: 1rem;
}
footer .contact i {
  font-size: 1.125rem;
  vertical-align: -4px;
  margin-right: 10px;
}
footer .mark-box {
  text-align: center;
}
#design {
  color: rgb(255 255 255 / 30%);
  font-size: 0.8125rem;
  margin-top: 0.25rem;
  clear: both;
}
#design a,
#design a:active {
  color: rgb(255 255 255 / 30%);
  font-size: 0.8125rem;
  margin-left: 5px;
  border-bottom: 1px dotted transparent;
}
#design a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
#design i {
  font-size: 1rem;
  margin-right: 2px;
  vertical-align: -2px;
}
/***--- footer end ---***/

/***--- loader ----***/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10000;
}
#loader #loader-inner {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -25px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #222222;
  border-left-color: #22222270;
  border-right-color: #22222230;
  border-bottom-color: #22222210;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}
#loader #loader-inner:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #222222;
  border-left-color: #22222270;
  border-right-color: #22222230;
  border-bottom-color: #22222210;
  animation: spin 3s linear infinite;
  -webkit-animation: spin 3s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/***--- loader end ----***/

/***--- gotop ----***/
#gotop {
  display: none;
  position: fixed;
  font-size: 1rem;
  bottom: 50px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  z-index: 999;
}
#gotop span {
  color: var(--color-4);
  width: 50px;
  height: 50px;
  background-color: var(--color-4);
  border: 2px solid var(--color-4);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gotop span:hover,
#gotop span:focus,
#gotop span:active {
  color: #fff;
  background-color: var(--hover);
  border: 2px solid var(--hover);
}
#gotop span::before {
  content: "\77";
  color: #fff;
  font-size: 1.25rem;
  font-family: "gwicon";
  line-height: 50px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#gotop span:hover::before {
  color: #fff;
}
#gotop span:focus::before {
  color: #fff;
}
#gotop span:active::before {
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 992px) {
  #gotop {
    bottom: 20px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  #gotop span {
    width: 40px;
    height: 40px;
  }
  #gotop span::before {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  #gotop {
    width: 35px;
    height: 35px;
  }
  #gotop span {
    width: 35px;
    height: 35px;
  }
  #gotop span::before {
    font-size: 1rem;
  }
}
.btnEntrance {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: btnEntrance;
}
@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.btnExit {
  animation-duration: 0.25s;
  animation-fill-mode: both;
  animation-name: btnExit;
}
@keyframes btnExit {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
/***--- gotop end ----***/

/***--- float link ---***/
#side-link {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 100;
}
#side-link .link-ico {
  display: block;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 5px 0;
  background-color: var(--color-4);
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#side-link .link-ico i {
  font-size: 1.125rem;
  display: grid;
}
#side-link .link-ico#go-top i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#side-link .link-ico:hover {
  background-color: #000;
}
#side-link .link-ico .icon-font {
  font-size: 0.75rem;
  margin: 0.25rem 0;
}
@media (max-width: 991px) {
  #side-link {
    top: auto;
    bottom: 2%;
    right: 10px;
  }
}
/***--- float link end ---***/

/***--- breadcrumb ---***/
.gw-breadcrumb {
  font-size: 0.9375rem;
  text-align: right;
}
.gw-breadcrumb a {
  color: #222;
}
.gw-breadcrumb a:hover {
  color: var(--color-6);
}
.gw-breadcrumb .bread_gt {
  padding: 0 8px;
}
.gw-breadcrumb .bread_gt:before {
  content: "／";
  position: absolute;
  font-size: 0.75rem;
  color: #000;
  margin: 1px 0 0 -8px;
}
/***--- breadcrumb end ---***/

/***--- tips ---***/
.tips {
  font-size: 0.8125rem;
  color: #fff;
  clear: both;
  margin-top: 50px;
}
.tips ul {
  float: right;
  list-style-type: none;
  padding-left: 0;
}
.tips ul li {
  float: left;
}
.tips .tips-content {
  margin-left: 3px;
}
.tips .tips-content a {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  background: var(--color-1);
}
.tips .tips-content a:link {
  color: #fff;
}
.tips .tips-content a:hover {
  color: #fff;
  background: var(--hover);
}
.tips-list {
  margin: 0 3px;
}
.tips-list i {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.tips-list .font-plus, .tips-list .font-minus {
  user-select: none;
}
.tips-list svg {
  fill: #fff;
}
.a2a_default_style a:hover .a2a_svg,
.a2a_floating_style a:hover .a2a_svg,
.a2a_overlay_style a:hover .a2a_svg svg {
  opacity: 1 !important;
}
.a2a_default_style a {
  line-height: 1 !important;
  padding: 0px 3px !important;
}
.a2a_default_style .a2a_svg {
  width: 36px;
  height: 36px;
  background: var(--color-2) !important;
}
.a2a_default_style a:hover .a2a_svg {
  background: var(--hover) !important;
}
.a2a_menu a {
  color: #000 !important;
}
.a2a_menu a:hover {
  color: #000 !important;
}
@media (max-width: 767px) {
  .a2a_full {
    width: 93% !important;
    margin: 0 auto !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 375px) {
  .a2a_full {
    width: 91% !important;
  }
}
/***--- tips end ---***/

/***--- pagination ---***/
.pagination {
  clear: both;
  text-align: center;
  font-size: 0.875rem;
  padding-top: 30px;
  margin: 0;
  display: inherit;
}
.pagination strong {
  display: inline-block;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 0 5px;
  background: var(--color-5);
  border: 2px solid var(--color-5);
  font-weight: 400 !important;
  border-radius: 100%;
}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:focus {
  display: inline-block;
  color: #000;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 0 5px;
  padding: 0;
  background: #fff;
  border: 2px solid var(--color-5);
  border-radius: 100%;
}
.pagination a:hover {
  color: #fff;
  background: var(--color-5);
  border: 2px solid var(--color-5);
}
.pagination a .first-link {
  display: inherit;
  content: url(../assets/images/first.png);
}
.pagination a .last-link {
  display: inherit;
  content: url(../assets/images/last.png);
}
.pagination a .prev-link {
  display: inherit;
  content: url(../assets/images/prev.png);
}
.pagination a .next-link {
  display: inherit;
  content: url(../assets/images/next.png);
}
.pagination a:hover .first-link {
  display: inherit;
  content: url(../assets/images/first_h.png);
}
.pagination a:hover .last-link {
  display: inherit;
  content: url(../assets/images/last_h.png);
}
.pagination a:hover .prev-link {
  display: inherit;
  content: url(../assets/images/prev_h.png);
}
.pagination a:hover .next-link {
  display: inherit;
  content: url(../assets/images/next_h.png);
}
/***--- pagination end ---***/

/***--- modal ---***/
.modal-content {
  color: #000;
  background-color: #fff;
  border: 0;
}
.modal-backdrop.fade {
  z-index: 1;
}
.modal-header {
  padding: 0.5rem 1rem;
  background-color: var(--color-1);
}
.modal-title {
  color: #fff;
}
.modal-body ul, .modal-body ol {
  padding-left: 1rem;
}
.modal-header .btn-close {
  color: #fff;
  line-height: 1;
  background: transparent;
  opacity: 1;
}
.modal-header btn-close:hover {
  color: #fff;
  background: transparent;
}
.modal-header .btn-close i {
  display: block;
  color: #fff;
  font-size: 1rem !important;
}
.modal-footer  {
  display: block;
  text-align: center;
  padding: 0.5rem;
  border-top: 1px solid rgb(0 0 0 / 20%);
}
.modal-footer .btn-yes {
  background-color: #00bcd4;
}
.modal-footer .btn-no {
  background-color: #ff5722;
}
.modal-footer .btn-yes:hover, .modal-footer .btn-no:hover {
  color: #fff;
  background-color: var(--hover);
}
/***--- modal end ---***/

/***--- print ---***/
@media print {
  body * {
    visibility: hidden;
  }
  .main,.main * {
    visibility: visible;
  }
  .main {
    position: absolute;
    left: 0;
    top: 0;
  }
  .container {
    padding: 0;
    margin: 0;
  }
  header, footer, .sidemenu, #side-link, #body-top-box .tips, .pagination, #print-btn {
    display: none;
  }
}
.page-break {
  page-break-before: always;
  break-before: page;
}
#print-btn {
  color: #fff;
  font-size: 1.0625rem;
  line-height: 40px;
  width: 120px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: var(--color-2);
  border: 0;
  border-radius: 30px;
}
#print-btn i {
  margin-right: 0.25rem;
}
#print-btn:hover .btn {
  color: #fff;
  background: var(--btn-hover);
}
/***--- print end ---***/

/***--- thankspage ---***/
.thankspage-content {
  border: 1px solid #ccc;
  padding: 50px 28px;
  margin: 80px 0 60px 0;
  color: #028e72;
  font-size: 0.9375rem;
}
/***--- thankspage end ---***/
