@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;400;500;700&display=swap');

/* CSS Document */

/* ----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/

dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}

::selection {
	background: #9D336F;
	/*#1ABC9C*/
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #9D336F;
	/* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #9D336F;
	/* Safari */
	color: #FFF;
	text-shadow: none;
}

:active, :focus {
	outline: none !important;
}

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 16px;
	line-height: 1.8rem;
	color: #555;
	font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', 'Arial', sans-serif;
}

body.index-fixed-bg:after {
    background-image: url(../images/others/index-img_21_2.jpg);
}

body:after {
    content: "";
    display: block;
    position: fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover;
    background-position: center center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

a {
	text-decoration: none !important;
	color: #41A7DF;
}

a:hover {
	color: #222;
}

a img {
	border: none;
}

img {
	max-width: 100%;
}

iframe {
	border: none !important;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: 'Raleway', 'Noto Sans TC', '微軟正黑體', 'Arial', sans-serif;
}

h5, h6 {
	margin-bottom: 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h4 {
	font-weight: 500;
}

h5, h6 {
	font-weight: bold;
}

h1>span:not(.nocolor), h2>span:not(.nocolor), h3>span:not(.nocolor), h4>span:not(.nocolor), h5>span:not(.nocolor), h6>span:not(.nocolor) {
	color: #9D336F;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
	margin-bottom: 30px;
}

small {
	font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', 'Arial', sans-serif;
}

.uppercase {
	text-transform: uppercase !important;
}

.center {
	text-align: center !important;
}

.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.title-center {
	text-align: center;
}

/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/

.postcontent {
	width: 860px;
}

.postcontent.bothsidebar {
	width: 580px;
}

.sidebar {
	width: 240px;
}

.col_full {
	width: 100%;
}

.col_half {
	width: 48%;
}

.col_one_third {
	width: 30.63%;
}

.col_two_third {
	width: 65.33%;
}

.col_one_fourth {
	width: 22%;
}

.col_three_fourth {
	width: 74%;
}

.col_one_fifth {
	width: 16.8%;
}

.col_two_fifth {
	width: 37.6%;
}

.col_three_fifth {
	width: 58.4%;
}

.col_four_fifth {
	width: 79.2%;
}

.col_one_sixth {
	width: 13.33%;
}

.col_five_sixth {
	width: 82.67%;
}

body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}

.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}

.postcontent, .sidebar {
	margin-right: 40px;
}

.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

.postcontent.col_last, .sidebar.col_last {
	float: right;
}

.col_last {
	margin-right: 0 !important;
	clear: right;
}

/*----------------------------------------------------------------
 　　Margin
 ----------------------------------------------------------------*/

.allmargin {
	margin: 50px !important;
}

.leftmargin {
	margin-left: 50px !important;
}

.rightmargin {
	margin-right: 50px !important;
}

.topmargin {
	margin-top: 50px !important;
}

.bottommargin {
	margin-bottom: 50px !important;
}

.clear-bottommargin {
	margin-bottom: -50px !important;
}

.allmargin-sm {
	margin: 30px !important;
}

.leftmargin-sm {
	margin-left: 30px !important;
}

.rightmargin-sm {
	margin-right: 30px !important;
}

.topmargin-sm {
	margin-top: 30px !important;
}

.bottommargin-sm {
	margin-bottom: 30px !important;
}

.clear-bottommargin-sm {
	margin-bottom: -30px !important;
}

.allmargin-lg {
	margin: 80px !important;
}

.leftmargin-lg {
	margin-left: 80px !important;
}

.rightmargin-lg {
	margin-right: 80px !important;
}

.topmargin-lg {
	margin-top: 80px !important;
}

.bottommargin-lg {
	margin-bottom: 80px !important;
}

.clear-bottommargin-lg {
	margin-bottom: -80px !important;
}

.nomargin {
	margin: 0 !important;
}

.noleftmargin {
	margin-left: 0 !important;
}

.norightmargin {
	margin-right: 0 !important;
}

.notopmargin {
	margin-top: 0 !important;
}

.nobottommargin {
	margin-bottom: 0 !important;
}

.nobottompadding {
	padding-bottom: 0 !important;
}

/*----------------------------------------------------------------
 　　Button
 ----------------------------------------------------------------*/

.btn.btn-xl {
	padding: 0 32px;
	font-size: 18px;
	letter-spacing: 2px;
	height: 52px;
	line-height: 52px;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-3d {
	border-radius: 3px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.15);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.btn-color01 {
	color: #fff;
	background-color: #E84860;
	border-color: #E84860;
}

.btn-color01:hover {
	color: #fff;
	background-color: #BA3A4D;
	border-color: #AD3647;
}

.btn-color01:focus, .btn-color01.focus {
	color: #fff;
	background-color: #BA3A4D;
	border-color: #AD3647;
	box-shadow: 0 0 0 0.2rem rgba(224, 103, 121, 0.5);
}

.btn-color01.disabled, .btn-color01:disabled {
	color: #fff;
	background-color: #E84860;
	border-color: #E84860;
}

.btn-color01:not(:disabled):not(.disabled):active, .btn-color01:not(:disabled):not(.disabled).active, .show>.btn-color01.dropdown-toggle {
	color: #fff;
	background-color: #AD3647;
	border-color: #A03242;
}

.btn-color01:not(:disabled):not(.disabled):active:focus, .btn-color01:not(:disabled):not(.disabled).active:focus, .show>.btn-color01.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(224, 103, 121, 0.5);
}

.btn-color02 {
	color: #fff;
	background-color: #A32662;
	border-color: #A32662;
}

.btn-color02:hover {
	color: #fff;
	background-color: #7A2F53;
	border-color: #7D1D4B;
}

.btn-color02:focus, .btn-color02.focus {
	color: #fff;
	background-color: #7A2F53;
	border-color: #7D1D4B;
	box-shadow: 0 0 0 0.2rem rgba(72, 110, 140, 0.5);
}

.btn-color02.disabled, .btn-color02:disabled {
	color: #fff;
	background-color: #A32662;
	border-color: #A32662;
}

.btn-color02:not(:disabled):not(.disabled):active, .btn-color02:not(:disabled):not(.disabled).active, .show>.btn-color02.dropdown-toggle {
	color: #fff;
	background-color: #7D1D4B;
	border-color: #5E1638;
}

.btn-color02:not(:disabled):not(.disabled):active:focus, .btn-color02:not(:disabled):not(.disabled).active:focus, .show>.btn-color02.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 110, 140, 0.5);
}

/*----------------------------------------------------------------
 　　Header
 ----------------------------------------------------------------*/

.header {
	background: 0 0;
	position: relative;
	width: 100%;
	display: block;
	font-family: 'Raleway', 'Noto Sans TC', '微軟正黑體', 'Arial', sans-serif;
	z-index: 299;
}

.header .logo {
	height: 60px;
	transition: .3s;
}

.header.fixed .logo {
	height: 60px;
}

.header .navbar-brand {
	padding: 0 5px;
}

.header.header-dark .navbar {
	background: #071A25;
}
.header .navbar, .header.fixed .navbar {
	position: fixed;
	height: auto;
	z-index: 299;
	width: 100%;
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	transition: height .2s ease 0s, background-color .3s ease 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left, top, transform;
}

.header .navbar-nav .nav-item .nav-link {
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: 1px;
	font-family: 'Noto Sans TC', sans-serif;
}

.header .navbar-nav .nav-item.active .nav-link, .header .navbar-nav .nav-item.show .nav-link, .header .navbar-nav .nav-item.show .nav-link:focus, .header .navbar-nav .nav-item.show .nav-link:hover, .header .navbar-nav .nav-item:hover .nav-link, .header .navbar-nav .nav-item .nav-link:focus, .header .navbar-nav .nav-item .nav-link:hover {
	color: #00FFFF;
}

.header .navbar-nav .nav-item .dropdown-menu {
	border-radius: 0;
	border: 0;
	border-top: 2px solid #9D336F;
}

.header .navbar .dropdown-toggle::after {
	display: none;
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	white-space: normal;
	transition: .3s .03s;
}

.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
	padding-left: 20px;
	color: #9D336F;
	background-color: transparent;
}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

/*----------------------------------------------------------------
 　　Banner
 ----------------------------------------------------------------*/

#banner {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #071A25;
	/* width: 100%;
	display: block;
	position: relative; */
	/* padding: 10rem 0; */
	/* margin: 0;
	overflow: hidden; */
}

#banner .banner-context {
	position: absolute;
	top: 200px;
	width: 100%;
}

#banner .container {
	position: relative;
	height: 100%;
}

#banner video {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}

.bannertitle {
	line-height: 1.8;
	letter-spacing: 3px;
	/*background-color: rgba(0, 10, 40, 0.7);
	border: medium solid #FFF;*/
}
.bannertitle{
	padding: 10px;
}

.bannertitle h2 {
	padding: 10px 20px;	
	font-size: 3rem;
	margin-bottom: 0rem;
}
.bannertitle.bannerstyle1 {
	background: -webkit-gradient(linear, 45deg, #FF777C 0%, #FFBE78 20%, #FCEE21 40%, #71D2A4 60%, #8CCBF9 80%, #FF7BAC 100%);
    background: linear-gradient(45deg,  #FF777C 0%, #FFBE78 20%, #FCEE21 40%, #71D2A4 60%, #8CCBF9 80%, #FF7BAC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.bannertitle.bannerstyle1 h2 {	
	border: 2px solid transparent;
	border-width: 2px 2px 20px 2px;
	border-image: -webkit-gradient(linear, 45deg, #FF777C 0%, #FFBE78 20%, #FCEE21 40%, #71D2A4 60%, #8CCBF9 80%, #FF7BAC 100%);
	border-image: linear-gradient(45deg,  #FF777C 0%, #FFBE78 20%, #FCEE21 40%, #71D2A4 60%, #8CCBF9 80%, #FF7BAC 100%);
	border-image-slice: 1;
}

.bannertitle.bannerstyle2 {
	background: -webkit-gradient(linear, 45deg, #ff777ca8 0%, #ffbe78a8 20%, #FCEE21a8 40%, #71D2A4a8 60%, #8CCBF9a8 80%, #FF7BACa8 100%);
	background: linear-gradient(45deg,  #FF777Ca8 0%, #FFBE78a8 20%, #FCEE21a8 40%, #71D2A4a8 60%, #8CCBF9a8 80%, #FF7BACa8 100%);
	border-radius: 10px;
}

.bannertitle.bannerstyle2 h2{
	border: 2px solid rgba(0, 10, 40, 0.9);
	color: rgba(0, 10, 40, 0.9);
	border-radius: 8px;
}


.bannertitle h2>span:not(.nocolor) {
	font-size: 2.5rem;
	color: inherit;
}

.bannertitlebottom {
	display: none;
	width: 100%;
	height: 40px;
	background-size: 10px 10px;	
	-moz-background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
	background-image: linear-gradient(-45deg, white 5%, transparent 5%, transparent 50%, white 50%, white 55%, transparent 55%, transparent);
	background-image: -o-linear-gradient(-45deg, white 5%, transparent 5%, transparent 50%, white 50%, white 55%, transparent 55%, transparent);
	background-image: -ms-linear-gradient(-45deg, white 5%, transparent 5%, transparent 50%, white 50%, white 55%, transparent 55%, transparent);
	background-image: -moz-linear-gradient(-45deg, white 5%, transparent 5%, transparent 50%, white 50%, white 55%, transparent 55%, transparent);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.05, white), color-stop(.05, transparent), color-stop(.5, transparent), color-stop(.5, white), color-stop(.55, white), color-stop(.55, transparent), to(transparent));
}

.bannerintro {
	display: none;
	margin-top: 30px;
}

.bannerintro p {
	font-size: 1em;
	color: #FFF;
}

#banner .video-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.carousel .carousel-item .carousel-caption {
	width: 90%;
	padding: 20px;
	right: 5%;
	left: 5%;
	top: 100%;
	bottom: auto;
	margin: 0 auto;
	opacity: 0;
	transition: .5s .05s;
	transform: translateY(-50%);
	text-align: left;
}

.carousel .carousel-item.active .carousel-caption {
	top: 50%;
	opacity: 1;
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
	z-index: 20;
}

.carousel .carousel-control-prev span {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, .5);
	background-size: 50%;
	position: absolute;
	left: 0;
	border-radius: 0 .2rem .2rem 0;
}

.carousel .carousel-control-next span {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, .5);
	background-size: 50%;
	position: absolute;
	right: 0;
	border-radius: .2rem 0 0 .2rem;
}

/*----------------------------------------------------------------
 　　Link
 ----------------------------------------------------------------*/

.link {
	width: 100%;
	display: block;
	position: relative;
	padding: 10rem 0;
	margin: 0;
	background-color: rgba(0, 25, 29, 0.6);
}
.link .col_full{
	margin-bottom: 10px;
}


.link .col_three_fifth .col_one_third {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.link .noarrow {
	margin: 0 -10px -10px 0;
}

.link .row .col_one_fifth {
	margin: 0 0;
	width: 20%;
	padding: 0 10px 0 0;
}

.link .row .col_three_fifth {
	margin: 0 0;
	width: 60%;
	padding: 0 10px 0 0;
}

.link-type{
	position: relative;
}
.link-type::after {
    content: "";
    position: absolute;
    left: -.1px;
    right: -.1px;
    bottom: 0;
    height: 100%;
    transform: scaleY(.3);
    transition: transform .1s ease-in-out;
	transform-origin: bottom;
	box-sizing: border-box;
    border-width: 0;
	border-style: solid;
	border-color: #d2d6dc;
}
.link01:hover .link-type::after,
.link02:hover .link-type::after,
.link03:hover .link-type::after {
    transform: scaleY(1);
}

.link-type.link-type-01::after {
	background-color: rgba(0, 238, 255, 0.8);
}
.link-type.link-type-02::after {
	background-color: rgba(72, 255, 0, 0.8);
}
.link-type.link-type-03::after {
	background-color: rgba(119, 0, 255, 0.8);
}

.link-type .link-type-font{
	z-index: 1;
    position: relative;
}

.link-type-font {
	color: #FFF;
	text-align: center;
	font-size: 22px;
	padding: 2px 0;
}


.link .link-item {
    position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
}

.link .link-item:hover {	
    cursor: pointer;
    color: black;
	font-weight: 600;
}

.link .link-item::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    transition: 1s;
}

.link .link-item:hover::before,
.link .link-item:hover::after {
    width: 100%;
    height: 100%;
}

.link .link-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: 1s;
}

.link .link-item .fas {
	width: 80px;
	font-size: 50px;
	margin: 10px 0px;
	align-self: center;
}

.link-item-01 {
    color:  #00eeff;
    background-color: rgba(5, 70, 75, 1);
}

.link-item-01:hover {
    background-color:  rgb(11, 129, 138);
    /*box-shadow: 0 0 5px  #00eeff, 0 0 25px  #00eeff, 0 0 50px  #00eeff, 0 0 250px  #00eeff;*/
}

.link-item-01:hover::before {
    border-bottom: 1px solid  #00eeff;
    border-right: 1px solid  #00eeff;
}

.link-item-01:hover::after {
    border-top: 1px solid #00eeff;
    border-left: 1px solid #00eeff;
}

.link-item-02 {
    color:  #48ff00;
    background-color: rgb(36, 110, 17);
}

.link-item-02:hover {
    background-color:  rgb(50, 160, 23);
    /*box-shadow: 0 0 5px  #48ff00, 0 0 25px  #48ff00, 0 0 50px  #48ff00, 0 0 250px  #48ff00;*/
}

.link-item-02:hover::before {
    border-bottom: 1px solid  #48ff00;
    border-right: 1px solid  #48ff00;
}

.link-item-02:hover::after {
    border-top: 1px solid #48ff00;
    border-left: 1px solid #48ff00;
}

.link-item-03 {
    color:  #ee38ff;
    background-color: rgb(100, 15, 110);
}

.link-item-03:hover {
    background-color:  rgb(155, 33, 168);
    /*box-shadow: 0 0 5px  #ee38ff, 0 0 25px  #ee38ff, 0 0 50px  #ee38ff, 0 0 250px  #ee38ff;*/
}

.link-item-03:hover::before {
    border-bottom: 1px solid  #ee38ff;
    border-right: 1px solid  #ee38ff;
}

.link-item-03:hover::after {
    border-top: 1px solid #ee38ff;
    border-left: 1px solid #ee38ff;
}

.link-desc {
	bottom: 0;
	height: 75px;
	display: flex;
}

.link-item-title {
	margin: auto;
}

.link-item .link-item-title>h3 {	
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	align-self: center;
	margin-bottom: 0px;
}

/*----------------------------------------------------------------
	Modal
 ----------------------------------------------------------------*/
.modal .plantitle {
	margin-bottom: 0;
}

.modal .plantitle a {
	color: #222;
	transition: .2s;
}
.modal .plantitle a:hover {
	color: rgb(5, 70, 75);
	letter-spacing:2px;
}


/*----------------------------------------------------------------
	Title
 ----------------------------------------------------------------*/

/*--Title Block--*/

.title-block {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #9D336F;
	margin-bottom: 30px;
}

.title-block h1, .title-block h2, .title-block h3, .title-block h4 {
	margin-bottom: 0;
}

/*--Fancy Title --*/

.fancy-title {
	position: relative;
	margin-bottom: 30px;
}

.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 15px;
	margin-bottom: 0;
}

.fancy-title h4, .fancy-title h5, .fancy-title h6 {
	padding-right: 10px;
}

.fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 4px double #E5E5E5;
	left: auto;
	top: 46%;
	right: 0;
}

.fancy-title.title-border:before {
	top: 49%;
	border-top: 1px solid #EEE;
}

.fancy-title.title-border-color:before {
	top: 49%;
	border-top: 1px solid #9D336F;
	opacity: 0.6;
}

/* Bottom Border*/

.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
	display: block;
	background: transparent;
	padding: 0 0 10px;
	border-bottom: 3px solid #9D336F;
}

/* Bottom Short Border */

.fancy-title.title-dotted-border {
	background: url('../images/others/dotted.png') repeat-x center;
}

/*-- Heading Block --*/

.heading-block {
	margin-bottom: 40px;
}

.heading-block::after {
	content: '';
	display: block;
	margin-top: 20px;
	width: 40px;
	border-top: 3px solid #888;
}

.center .heading-block::after, .heading-block.center::after, .heading-block.title-center::after {
	margin: 20px auto 0;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .heading-block h5, .heading-block h6 {
	margin-bottom: 0px;
}

/*-- Spost --*/

.spost {
	margin-top: 10px;
	padding-top: 10px;
}

.spost:first-child {
	margin-top: 0;
	padding-top: 0;
}

.entry-n {
	position: relative;
	overflow: hidden;
}

.spost.entry-n {
	font-size: 16px;
}

.spost.entry-n a {
	font-weight: 600;
	color: #333;
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
}

.spost.entry-n a:hover {
	color: #9D336F;
}

.spost.entry-n .style1 {
	font-weight: 600;
	color: #333;
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
	display: inline;
}

.entry-n .uploaddate {
	display: inline-block;
	line-height: 1.5;
	margin: 0 10px 15px 0;
	font-family: 'Raleway', sans-serif;
}

#ImportantDate .entry-n .uploaddate {
	font-size: 14px;
	color: #9D336F;
	font-weight: 500;
}

#News .entry-n .uploaddate {
	color: #9D336F;
	font-weight: 600;
}

.more {
	display: block;
	position: relative;
	color: #ED6D80;
	font-family: 'Raleway', sans-serif;
	margin: 10px 0 40px;
	transition: .3s .03s;
}

.more:focus, .more:hover {
	color: #E84860;
	padding-left: 10px;
}

/* ----------------------------------------------------------------
	Resources
-----------------------------------------------------------------*/
.resources .portfolio-desc {	
    bottom: 0;
    display: flex;
}

.resources .portfolio-desc .title {	
	margin: auto;
	text-align: center;
}

.resources .portfolio-desc h3 {
	font-weight: normal;
    font-size: 16px;
    align-self: center;
    margin-bottom: 0px;
}

.content.resources_bg {
	background-image: url(../images/resources/resources_bg.jpg);
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center bottom;
}

/* ----------------------------------------------------------------
	List Page
-----------------------------------------------------------------*/
body.listpage:after {
    background-image: url(../images/others/index-img_21_2.jpg);
}

.listpage .page-title {
	margin-bottom: 0px;
}

.listpage .page-title-image {
	background-image: none;
}

.listpage .content {
	padding: 0 0 50px 0;
}

.events-items:last-child {
    margin-bottom: 0rem;
}

/* ----------------------------------------------------------------
	Item Page
-----------------------------------------------------------------*/
body.itempage:after {
    background-image: url(../images/others/index-img_21_2.jpg);
}

.itempage .page-title {
	margin-bottom: 0px;
}

.itempage .page-title-image {
	background-image: none;
}

.itempage .content {
	padding: 0 0 50px 0;
}

.itempage .events-wrap {
	border-radius:10px;
	background-color: rgba(255, 255, 255, 0.9);
}

.itempage .events-wrap hr {
	margin-bottom: 30px;
}

.itempage .events-wrap p {
	font-size: 18px;
	letter-spacing: 2px;
	color: #222;
}

.itempage .events-wrap a {
	color: #41A7DF;
}
.itempage .events-wrap a:hover {
	color: #000;
}

aside {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	top: -32px;
	width: 80px;
	padding: 5px 8px 10px;
	background-color: #555;
	color: #b3bcc4;
}
aside:before,
aside:after {
	content: "";
	position: absolute;
	left: 0;
	border-style: solid;
	border-width: 0 40px 20px;
}

aside:before {
	bottom: -20px;
	border-color: transparent #555;
	z-index: 100;
}

aside:after {
	bottom: -26px;
	border-top-width: 6px;
	border-color: #b3bcc4 #b3bcc4 transparent #b3bcc4;
}

aside span {
	display: block;
}
aside span.year {
	padding-top: 5px;
	line-height: 1rem;
	font-family: "PT Mono", monospace;
}
aside span.day {
	font-size: 45px;
	line-height: 45px;
	font-family: "PT Serif", monospace;
}
aside span.month {
	line-height: 1rem;
	font-family: "PT Mono", monospace;
}
aside span.title {
	padding-top: 15px;
	font-size: 30px;
	line-height: 35px;
	font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', 'Arial', sans-serif;
}

/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/

/* Portfolio - Items
-----------------------------------------------------------------*/

.portfolio {
	position: relative;
	margin: 0 -12px -12px 0;
}

body:not(.device-touch) .portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}

.portfolio-item {
	float: left;
	position: relative;
	width: 25%;
	height: auto;
	padding: 0 12px 12px 0;
}

.portfolio-notitle .portfolio-item, .portfolio-notitle .iportfolio {
	overflow: hidden;
}

.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-image, .portfolio-item .portfolio-image a, .portfolio-item .portfolio-image img {
	display: block;
	width: 100%;
	height: auto;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* Portfolio - Item Title
-----------------------------------------------------------------*/

.portfolio-desc {
	z-index: 3;
	padding: 15px 5px 10px;
}

.portfolio-desc h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	text-overflow : ellipsis;
}

.portfolio-desc h3 a {
	color: #222;
}

.portfolio-desc h3 a:hover {
	color: #1ABC9C;
}

.portfolio-desc span {
	display: block;
	margin-top: 3px;
	color: #888;
	text-overflow : ellipsis
}

.portfolio-desc span a {
	color: #888;
}

.portfolio-desc span a:hover {
	color: #000;
}

.portfolio-notitle .portfolio-desc {
	position: absolute;
	display: block !important;
	width: 100%;
	height: 78px;
	padding: 15px 5px;
	top: auto;
	bottom: -79px;
	left: 0;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-desc {
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

.portfolio-full.portfolio-notitle .portfolio-desc, .portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -78px;
	border-bottom: 0;
}

.portfolio-notitle .portfolio-item:hover .portfolio-desc, .portfolio-notitle .iportfolio:hover .portfolio-desc {
	bottom: 0 !important;
}

.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-sm):not(.device-xs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-sm):not(.device-xs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img, body:not(.device-touch):not(.device-sm):not(.device-xs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

body.device-touch.device-sm .portfolio-notitle .portfolio-desc, body.device-touch.device-xs .portfolio-notitle .portfolio-desc {
	display: none !important;
}

/* Portfolio - Items - 5 Columns
-----------------------------------------------------------------*/

.portfolio.portfolio-5 {
	margin: -5px -5px;
}

.portfolio-5 .portfolio-item {
	background-color: rgba( 255, 255, 255, 0.8);
	width: 20%;
	padding: 5px 5px;
}

.portfolio-5 .portfolio-desc h3 {
	font-size: 17px;
}

/* Portfolio - Items - 5 Columns - No Title
-----------------------------------------------------------------*/

.portfolio-5.portfolio-notitle .portfolio-desc {
	height: 71px;
	bottom: -72px;
}

.portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc, .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -71px;
}

.portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -30px !important;
}

/* Portfolio - Sidebar - Items - 5 Columns
-----------------------------------------------------------------*/

.postcontent .portfolio.portfolio-5 {
	margin: 0;
}

.postcontent .portfolio-5 .portfolio-item {
	padding: 0;
}

.postcontent .portfolio-5 .portfolio-desc h3 {
	font-size: 15px;
}

.postcontent .portfolio-5 .portfolio-desc span {
	font-size: 12px;
}

.postcontent .portfolio-5 .portfolio-desc {
	padding: 15px 10px;
}

/* Portfolio - Sidebar - Items - 5 Columns - No Title
-----------------------------------------------------------------*/

.postcontent .portfolio-5.portfolio-notitle .portfolio-desc {
	height: 68px;
	bottom: -69px;
}

.postcontent .portfolio-5.portfolio-full.portfolio-notitle .portfolio-desc, .postcontent .portfolio-5.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -68px;
}

.postcontent .portfolio-5.portfolio-notitle .portfolio-item:hover .portfolio-overlay a {
	margin-top: -50px !important;
}

/* Portfolio - Sidebar - Items - Hover
-----------------------------------------------------------------*/

.portfolio .portfolio-item {
    position: relative;
    border: none;
    transition: 1.5s;
}

.portfolio .portfolio-item:hover {
    cursor: pointer;
	box-shadow: 0 0 5px #00eeff, 0 0 10px #00eeff, 0 0 15px #00eeff, 0 0 30px #00eeff;
	z-index: 5;
}

.portfolio .portfolio-item::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    transition: 1s;
}

.portfolio .portfolio-item:hover::before {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #00eeff;
    border-right: 2px solid #00eeff;
}

.portfolio .portfolio-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: 1s;
}

.portfolio .portfolio-item:hover::after {
    width: 100%;
    height: 100%;
    border-top: 2px solid #00eeff;
    border-left: 2px solid #00eeff;
}




/*----------------------------------------------------------------
 　　Activity & News
 ----------------------------------------------------------------*/

.activitynews {
	width: 100%;
	display: block;
	position: relative;
	padding: 10rem 0;
}

.events {
	width: 100%;
	margin-bottom: 3rem;
}

.events-title {
	color: #1191D7;
	font-size: 1.8rem;
	letter-spacing: 1px;
	width: 50%;
	padding: 1rem 2rem;
	top: 7px;
	left: 0;
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.8);
}

.events-more {
	color: #FFF;
	background-color: rgba(17, 145, 215, 0.8);
	font-size: 1rem;
	width: 50%;
	right: 0;
	text-align: right;
	padding: 1rem;
}

.events-more a {
	color: #FFF;
	transition: transform .2s ease,color .2s ease;
}

.events-more a:hover {
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
}

.events-wrap {
	width: 100%;
	padding: 2rem;
	background-color: rgba(255, 255, 255, 0.8);
}


.events-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.events-list a {
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	flex-flow: row nowrap;
}

.events-items:last-child {
	margin-bottom: 0rem;
}

.events-list a .events-items  {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
}

.events-list .events-items .events-date {
	width: 20%;
	padding: 0.5rem 1.5rem;
	background-color: #41A7DF;
	color: #FFF;
	text-align: center;
}

.events-list .events-items .events-type {
	width: 20%;
	padding: 0.5rem 1.5rem;
	background-color: #1C6992;
	color: #FFF;
	text-align: center;
}

.events-list .events-items .events-tit {
	padding: 0.5rem 1.5rem;
	background-color: #FFF;
	color: #222;
}

.events-list .events-items:hover .events-tit {
	color: #1C6992;
}

.activity .events-list .events-items .events-tit {
	width: 80%;
}

.news .events-list .events-items .events-tit {
	width: 60%;
}

.events-list .events-items {
    position: relative;
    border: none;
    transition: 1.5s;
}

.events-list .events-items:hover {
    cursor: pointer;
    box-shadow: 0 0 5px #00eeff, 0 0 10px #00eeff, 0 0 15px #00eeff, 0 0 30px #00eeff;
}

.events-list .events-items::before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    transition: 1s;
}

.events-list .events-items:hover::before {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #00eeff;
    border-right: 2px solid #00eeff;
}

.events-list .events-items::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    left: -1px;
    transition: 1s;
}

.events-list .events-items:hover::after {
    width: 100%;
    height: 100%;
    border-top: 2px solid #00eeff;
    border-left: 2px solid #00eeff;
}

.activity ul.pagination, 
.news ul.pagination {
	margin-top: 30px;
	margin-bottom: 0;
}


/*----------------------------------------------------------------
 　　Slick
 ----------------------------------------------------------------*/

.slick-title {
	display: block;
	position: relative;
	padding: 20px 0;
	margin: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.slick-list {
	width: 100%;
	display: block;
	position: relative;
}

.slick-list .list-item {
	width: 100%;
	padding: 10px;
	display: block;
}

.slick-list .list-item .img {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}

/*----------------------------------------------------------------
 　Resources,　Organizers & Sponsors
 ----------------------------------------------------------------*/

.resources {
	width: 100%;
	display: block;
	position: relative;
	padding: 10rem 0;
	background: radial-gradient(center, ellipse cover, rgba(0, 124, 128, 0.6)0%, rgba(0, 10, 40, 0.9)50%);
	background: -moz-radial-gradient(center, ellipse cover, rgba(0, 124, 128, 0.6)0%, rgba(0, 10, 40, 0.9)50%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 124, 128, 0.6)0%, rgba(0, 10, 40, 0.9)50%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0, 124, 128, 0.6)0%, rgba(0, 10, 40, 0.9)50%);
}

.bottomlight {
	margin-bottom: 50px;
}

.bottomlight h2 {
	display: block;
	position: relative;
	color: #FFF;
}

.bottomlight h2::after {	
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	margin: auto;
	height: 3px;
	width: 80px;
	background: #00eeff;
	box-shadow: 0 0 5px #00eeff, 0 0 25px #00eeff, 0 0 50px #00eeff, 0 0 250px #00eeff;
}

.resource-img {
	margin: 0 auto;
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	width: 100%;
	height: 0;
    padding-bottom: 100%;
}

/*----------------------------------------------------------------
 　　Results
 ----------------------------------------------------------------*/

.results {
	width: 100%;
	display: block;
	position: relative;
	padding: 10rem 0;
}

.results .heading-block h2 {
	color: #FFF;
}

.results .heading-block::after {
	border-top: 3px solid #FFF;
}

/*----------------------------------------------------------------
 　Organizers & Sponsors
 ----------------------------------------------------------------*/

.organizers {
	width: 100%;
	background-color: rgba(0, 25, 29, 0.8);
	display: block;
	position: relative;
	padding: 10rem 0;
}

.blur-bg {	
	width: 100%;
	height: 100%;
	background-image: url(../images/others/index-img_21_2.jpg);
	background-size: cover;
    background-attachment: fixed;
    background-position: center center;
	-webkit-filter:blur(2px);
	-moz-filter:blur(2px);
	-o-filter:blur(2px);
	-ms-filter:blur(2px);
	filter:blur(2px);
	position:absolute;
	left:0;
	top:0;
}
.co-organizer {
	width: 100%;
	display: block;
	position: relative;
	padding: 10rem 0;
	background-color: rgba(0, 113, 131, 0.6);
}


.sponsors {
	width: 100%;
	display: block;
	position: relative;
	padding: 5rem 0;
	background-color: rgba( 7, 26, 37, 1);
}

.organizers .slick-list .list-item, .co-organizers .slick-list .list-item {
	height: 250px;
}

.sponsors .slick-list .list-item {
	height: 150px;
}

.co-organizer .col_one_third, .co-organizer .col_two_third {
	margin-bottom: 0px;
}

a h5 {
	color: #FFF;
	font-weight: normal;
}

a:hover h5 {
	color: #00eeff;
	font-weight: bold;
}

/*----------------------------------------------------------------
 　　Footer & Copyright
 ----------------------------------------------------------------*/

.footer {
	position: relative;
	background-image: url("../images/others/index-img_20.png");
	background-size: cover;
	background-position: center center;
	border-top: 5px solid rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.2);
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
	color: #FFF;
}

.footer .footer-widgets-wrap {
	position: relative;
	padding: 40px 0;
	color: #FFF;
}

.footer-widgets-wrap .col_full, .footer-widgets-wrap .col_half, .footer-widgets-wrap .col_one_third, .footer-widgets-wrap .col_two_third, .footer-widgets-wrap .col_three_fourth, .footer-widgets-wrap .col_one_fourth, .footer-widgets-wrap .col_one_fifth, .footer-widgets-wrap .col_two_fifth, .footer-widgets-wrap .col_three_fifth, .footer-widgets-wrap .col_four_fifth, .footer-widgets-wrap .col_one_sixth, .footer-widgets-wrap .col_five_sixth {
	margin-bottom: 0;
}

.footer-logo {
	display: block;
	margin-bottom: 30px;
}

.footer-info {
	font-size: 16px;
}

.footer-info a {
	color: #FFF;
}

.footer-info a:hover {
	color: #974A68;
}

.footer .heading-block {
	margin-bottom: 10px;
}

.footer .heading-block::after {
	margin-top: 5px;
	width: 40px;
	border-top: 2px solid #FFF;
}

.footer ul {
	list-style-type: none;
	padding-left: 16px;
}

.footer li a {
	letter-spacing: 1px;
	font-weight: lighter;
	color: #FFF;
	text-indent: -14px;
	font-size: 15px;
}

.footer li a:focus, .footer li a:hover {
	font-weight: 600;
}

.googlemap>iframe {
	border: 0;
	width: 100%;
	height: 260px;
}

.copyright {
	padding: 30px 0;
	font-size: 14px;
	line-height: 1.8;
	background-color: rgba(7, 26, 37, 1);
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------------------------
 　　Go Top
 ----------------------------------------------------------------*/

.goTop {
	display: block;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 20px;
	cursor: pointer;
	border-radius: 2px;
	transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
}

.goTop:hover {
	background-color: #41A7DF;
	color: #FFF;
}

/*----------------------------------------------------------------
 　　Page Title
 ----------------------------------------------------------------*/

.page-title {
	width: 100%;
	height: 250px;
	display: block;
	position: relative;
	padding-top: 60px;
	margin-bottom: 20px;
	overflow: hidden;
}

.page-title-image {
	background-image: url("../images/others/index-img_20.png");
	background-size: 100% auto;
	background-position: center bottom;
	background-attachment: fixed;
}

.page-title h1 {
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #ffffff;
	text-align: center;
	padding: 10px 30px;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

/*----------------------------------------------------------------
 　　Content
 ----------------------------------------------------------------*/

.content {
	width: 100%;
	display: block;
	position: relative;
	padding: 50px 0px;
	margin: 0;
	color: #222;
}

.map {
	width: 100%;
	height: 450px;
	border: 0px;
}

/*----------------------------------------------------------------
 　　Scroll Icon
 ----------------------------------------------------------------*/

.icon-scroll, .icon-scroll:before {
	position: absolute;
	left: 50%
}

.icon-scroll {
	z-index: 100;
	width: 30px;
	height: 60px;
	margin-left: -15px;
	bottom: 80px;
	margin-top: -35px;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 18px;
	cursor: pointer;
}

.icon-scroll:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	margin-left: -4px;
	top: 8px;
	border-radius: 4px;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
}

@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateY(46px)
	}
}
