@charset "UTF-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom : 1;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans TC", sans-serif, Arial, Microsoft JhengHei !important;
  font-weight: 300;
  background-color: #fafafa !important;
  background-image: url("/img/zdbg_m.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 360px 360px;
  background-size: 360px 360px;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1140px) {
  body {
    -webkit-background-size: 600px 600px;
    background-size: 600px 600px;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  .navbar .nav-item:hover {
    background-color: #ffca7d;
  }
  .navbar .navbar-nav > li > a {
    font-weight: 500;
  }
  .navbar .navbar-nav > li > a:hover {
    color: #ffca7d;
    font-weight: 500;
  }
  .dropdown-item {
    font-weight: 300;
  }
  .dropdown-item:hover {
    font-weight: 500;
  }
  .vipsubtitle,
  .viptitle {
    display: none;
  }
  .subtitle-center {
    background-image: url("/img/subtitle_bg_1.png");
    background-repeat: no-repeat;
    background-position: center center;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  
  .subtitle-left {
    background-image: url("/img/subtitle_bg_1.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
  }
  
  .subtitle2-left {
    background-image: url("/img/subtitle_bg_2.png");
    background-repeat: no-repeat;
    background-position: left center;
    color: rgba(0, 0, 0, 0.9);
    text-align: left;
  }
  .navbar {
    padding-bottom: 0rem !important;
  }
  
  #vipnumber {
    font-size: 4rem !important;
    letter-spacing: 0.2em;
    background-color: #8b0000;
    display: block;
  }
  
  .ipimg {
    width: 50%;
  }
  
  .subtitle_bg {
    background-image: url("/img/bg/border1.png");
    background-repeat: repeat-x;
    background-position: bottom;
  }
  
}
/* ============ desktop view .end// ============ */

@media screen and (max-width: 995px) {
  .py-4 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .topinfo,
  .news-pubdate-fp,
  .hide1,
  .hide2,
  .hide3 {
    display: none;
  }
  .viptitle,
  .vipsubtitle {
    display: block;
  }
  .news-link {
    margin: 0rem !important;
  }
  #vipnumber {
    font-size: 2.8rem !important;
    letter-spacing: 0.1em;
    background-color: #8b0000;
    display: block;
  }
  .ipimg {
    width: 100%;
  }

  .subtitle-center {
    background-image: url("/img/subtitle_bg_1.png");
    background-repeat: no-repeat;
    background-position: center center;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }

  .subtitle-left {
    background-image: url("/img/subtitle_bg_1.png");
    background-repeat: no-repeat;
    background-position: center center;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }

  .subtitle2-left {
    background-image: url("/img/subtitle_bg_2.png");
    background-repeat: no-repeat;
    background-position: center center;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }
  
}

/*=============News Css==================================*/
.list-group-item {
  background-color: rgba(0, 0, 0, 0);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.list-group-item:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.list-group-item .news-link {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  font-weight: 300;
}

.news-link:hover {
  font-weight: 500;
}
.news .news-date {
  float: left;
  margin-right: 15px;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 0px;
}

.news .news-title {
  padding-top: 6px;
}

/*=============================================================*/
.card {
  border: 0px !important;
  background-color: rgba(0, 0, 0, 0);
}



.count_bg {
  background-image: url("/img/count_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.vipapply a,
ul a,
.card a,
.newstop a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}

ul a:hover {
  color: rgba(0, 0, 0, 0.9);
}
ul a {
  font-weight: 300;
}

.card a:hover,
ul a:hover {
  font-weight: 500;
}


.card {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.card:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*==============================================*/
.staticpage .fp::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  /*background-color: #ccc;*/
  left: 3px;
  top: 0px;
  border-radius: 10%;
  z-index: -1;
}

.staticpage .cont,
.staticpage .fp,
.staticpage p {
  line-height: 1.7;
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}

.staticpage .cont,
.staticpage .fp {
  margin-bottom: 2.5rem;
}

.staticpage p {
  margin-bottom: 1.5rem;
}

.staticpage .fp::first-letter {
  font-size: 5rem;
  float: left;
  line-height: 0.7;
  margin: 0.2em;
  padding-right: 0.2em;
  z-index: 1;
}
.staticpage .cont {
  text-indent: 2em;
}

.session_title {
  margin-bottom: 2rem;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.news_content p {
  line-height: 1.7;
  position: relative;
  margin-bottom: 1rem;
  text-align: justify;
}

/*====================================================================================*/
.bg_newstype_1 {
  background-color: #dc3545; /* red-600 : B02A37 red-500 : DC3545 */
  background-image: var(--bs-gradient);
}

.bg_newstype_2 {
  background-color: #fd7e14; /* orange-600 : CA6510 orange-500 : FD7E14 */
  background-image: var(--bs-gradient);
}

.bg_newstype_3 {
  background-color: #198754; /* green-600 : 146C43 green-500 : 198754 */
  background-image: var(--bs-gradient);
}

.bg_newstype_4 {
  background-color: #0d6efd; /* blue-600 : 0A58CA blue-500 : 0D6eFD */
  background-image: var(--bs-gradient);
}

.bg_newstype_5 {
  background-color: #6610f2; /* purple-600 : 520DC2 purple-500 : 6610F2 */
  background-image: var(--bs-gradient);
}

.news-type {
  border-radius: 5px;
}

.fburl-item {
  font-weight: 300;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.fburl-item:hover {
  font-weight: 500;
  color: #1e2125;
}
/*==========Bootstrap 5 Carousel Fade Transition ================*/

.carousel-inner > .carousel-item > img {
  width: 80%;
  height: auto;
}

.carousel-item {
  transition: transform 1s ease-in-out;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1s;
}

/*===============================*/
.myblock {
  border: none;
  background-color: white;
  margin: 20px 0;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
