@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Noto Sans TC', sans-serif;
	min-height: 100vh;
	color: #2e2e2e;
	background-image: url("../images/bg-mian.webp");
	background-position: center bottom;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
body.pro.pro1 {
	background-image: url("../images/bg-b.webp");
}
body.pro.pro2 {
	background-image: url("../images/bg-o.webp");
}

.for-pc {
	display: none;
}
#loader {
    z-index: 1000;
    position: fixed;
    background-color: rgba(255,255,255,0.92);
    width: 100%;
    height:100%;
    left:0;
    top: 0;
}
#loader::before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("../images/loading.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left:calc((100% - 80px) / 2);
    top: calc((100vh - 80px) / 2);
}
button, a, *:link, button:focus, a:focus, *:link:focus, input[type=text]:disabled, input[type=text]:read-only {
	cursor: pointer;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
	-webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none !important;
	outline:none !important;
	-webkit-box-shadow: 0 0 0 0;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-box-shadow: 0 0 0 0;     /* FireFox */
	box-shadow: 0 0 0 0 !important;
}
input[type=text]:disabled, input[type=text]:read-only {
	cursor:default;
}
input[type="button"] {
    -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
}
/*選單遮罩*/
.menuoverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;/*高度需低於主選單*/
	background-color: rgba(255,255,255,0.75);
	display: none;
	opacity: 0;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
.menuoverlay.active {
	/*display: block;
	opacity: 1;*/
}
#header.header {
	border-bottom: 0 none;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	/*background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 41.97%,rgba(216,214,206,1.00) 100%), url(../images/bg-header.webp);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 41.97%,rgba(216,214,206,1.00) 100%), url(../images/bg-header.webp);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 41.97%,rgba(216,214,206,1.00) 100%), url(../images/bg-header.webp);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 41.97%,rgba(216,214,206,1.00) 100%), url(../images/bg-header.webp);
	background-position: center bottom;
	background-repeat: repeat-y;
	background-size: 200% auto;*/
	
}
#header.header .headerBg {
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 41.97%,rgba(216,214,206,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 41.97%,rgba(216,214,206,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 41.97%,rgba(216,214,206,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 41.97%,rgba(216,214,206,1.00) 100%);
	height: 100%;
}
#header.header .headerBg::before {
	content: '';
	display: block;
	width: 100%;
	background-position: center bottom;
	background-repeat: repeat-y;
	background-size: 200% auto;
	background-image: url(../images/bg-header.webp);
	height: 100%;
	mix-blend-mode:multiply;
}
#header.header.menuOpen {
	max-height: 100vh;
}
#header.header .bg-light {
	background-color: transparent!important;
	padding: 0 !important;
	/*position: absolute;
	left: 0;
	top: 0;*/
	width: 100%;
	z-index: 10;
}
#header.header .bg-light > .container-fluid, #header.header .bg-light > .container {
	padding: 0 !important;
}
#header.header .navbar-brand {
	width: 34.4%;
	max-width: 129px;
	margin-left: auto;
	margin-right: auto;
	padding: .6em 0;
}
#header.header .navbar-toggler {
	background-color: transparent;
	border:  0 none;
	border-radius: 0;
	padding: 0;
    margin-right: .5em;
	margin-left: 0;
    width: 35px;
    display: flex;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
#header.header.menuOpen .navbar-toggler {
	background-color: transparent;
}
#header.header .navbar-collapse {
	background-color: rgba(216,214,206,1.00);
}
#header.header .navbar-nav {
	/*flex-direction: row;
	flex-wrap: wrap;*/
	align-items: center;
    justify-content: center;
}
#header.header .navbar-nav .nav-item {
	width: 100%;
}
#header.header .navbar-nav .nav-item.func {
	display: inline-flex;
	width: 100%;
	padding: .5em 0;
}
#header.header .navbar-nav .nav-item.func .nav-link {
	padding: 0;
    width: 40px;
	margin-right: .8em;
}
#header.header .navbar-nav .nav-item.func .nav-link:last-child {
	margin-right: 0;
}
#header.header .mainMenu .nav-link {
	display: block;
	padding: 1em;
	font-size: 1.125em;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	border-radius: 0;
	background-color: #938F8C;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
#header.header .mainMenu .nav-link:hover, #header.header .mainMenu .nav-link.active {
	color: #fff;
	background-color: #68635F;
}
#header.header .navbar-nav .nav-item.func .nav-link:hover {
	background-color: rgba(248,237,229,0.00);
}
#header.header .mainMenu .nav-link::before {
	display: none;
}
#header.header .mainMenu .nav-link:hover::before {
	/*background-image: url("../images/icon-point_over.png");*/
}
#header.header .mainMenu .nav-link.active::before {
	/*background-image: url("../images/icon-point_active.png");*/
}
#header.header .mainMenu .dropdown-menu {
	padding: 0 1em 0 3em;
	border: 0 none;
	background-color: #68635f;
	margin-top: 0;
	border-radius: 0;
}
#header.header .mainMenu .dropdown-item {
	color: #fff;
	border-bottom: 0 none;
}
#header.header .mainMenu .dropdown-item.active, #header.header .mainMenu .dropdown-item:active {
	color: #fff;
	background-color: #68635F;
}
#header.header .mainMenu .dropdown-item:focus, #header.header .mainMenu .dropdown-item:hover {
	color: #FFE976;
	background-color: #68635F;
}
#header.header .subMenu {
	justify-content: center;
	flex-direction: row;
}
#header.header .subMenu .nav-item {
	margin-left: .6em;
	margin-right: .6em;
}
#header.header .subMenu .nav-item:first-child {
	margin-right: 1.5em;
}
#header.header .subMenu .nav-link {
	position: relative;
	width: 1.875em;
	opacity: .5;
}
#header.header .subMenu .nav-link:hover {
	opacity: 1;
}
#header.header .subMenu .text-bg-danger {
    background-color: #a21717!important;
	font-size: .75em;
	font-weight: 300;
	position: absolute;
	right: -1.5em;
	top: 0;
}
#header .addeventatc {
    display: block;
    background: transparent;
    border: 0px none;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline-color: rgba(0,78,255,0);
    text-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    box-shadow: 0 0 0 0px rgba(50,50,93,0), 0 0px 0px 0 rgba(50,50,93,0), 0 0px 0px 0 rgba(0,0,0,0), 0 0px 0px 0 rgba(0,0,0,0), 0 0 0 0 transparent!important;
    background-image: none;
}
#header .addeventatc .addeventatc_icon {
    display: none;
}
.breadcrumb {
	font-size: 1rem;
	color: #000;
	justify-content: flex-end;
}
.breadcrumb-item {
	display: inline-flex;
	align-items: center;
}
.breadcrumb-item a {
	color: #000;
	text-decoration: none;
}
.breadcrumb-item a:hover {
	color: #000;
	text-decoration: underline;
}
.breadcrumb-item.active {
	color: #000;
}
.nav.tabs {
	margin-bottom: 1em;
	font-size: .875rem;
	font-weight: 700;
	line-height: 1.2;
	justify-content: space-between;
}
.nav.tabs a.nav-link, .nav.tabs .nav-link {
	width: 25%;
	border-radius: .66em .66em 0 0;
    background-color: #b5b5b6;
	text-align: center;
    padding: 0.4em 0;
	color: #fff;
}
.nav.tabs a.nav-link.active, .nav.tabs .nav-link.active {
    background-color: #dd8767;
	color: #fff;
}
.nav.tabs a.nav-link:hover, .nav.tabs .nav-link:hover {
	text-decoration: underline;
}
#indexMenu .nav-item {
	max-width: 90%;
}
#indexMenu .nav-link {
	padding: 1em 0;
}
.slick-slide {
    display: flex !important;
	justify-content: center;
}
.slick-dots {
  bottom: -2em;
  background-color: rgba(255,255,255,0.00);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
.slick-dots li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button:before {
    content: "";
	display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    opacity: 1;
	background-color: rgba(255,142,0,0.00);
	border: 1px solid rgba(255,142,0,1.00);
	border-radius: 10px;
}
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
	background-color: rgba(255,142,0,1.00);
}
/* Arrows */
.slick-prev,
.slick-next {
	height: 80px;
	width: 80px;
	background-color: rgba(97,72,57,0.00);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.slick-next {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-color: rgba(97,72,57,0.00);
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
	opacity: 1;
	content: '' !important;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 80px;
	height: 80px;
	background-image: url("../images/nav-pre.webp");
}
.slick-next:before {
	background-image: url("../images/nav-next.webp");
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.slick-prev, .slick-next {
	position: fixed;
	bottom: -9%;
    z-index: 10;
    top: auto;
}
.modal.photo .modal-dialog {
    /*max-width: none;
    margin: auto;*/
}
.modal.photo .modal-body {
    padding: 0;
}
.modal.photo .modal-body .slick-slide {
    /*height: 85vh;*/
}
.modal.photo .modal-body .img-fluid {
    /*max-width: none;
    height: inherit;
    max-height: 100%;
    width: auto;*/
}
.modal.photo .modal-header {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom: 0 none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 10;
}
.main {
	padding-bottom: 2em;
}
.pro.pro1 #sec1 {
	background-image: url("../images/mo-sec1-bg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.pro.pro2 #sec1 {
	background-image: url("../images/mo-pro-sec1-bg.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#banner {
	background-image: url("../images/bg-banner_title.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: 74px;
	-webkit-transition : all 0.35s;
    transition : all 0.35s;
}
#banner .bannerHead {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	bottom: 0;
	text-shadow: 0px 0px 10px rgba(0,0,0,1.00);
	color: #fff;
	letter-spacing: .2em;
    padding-left: 0.2em;
}
.img-fluid.shadow {
	-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.45) !important;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.45) !important;
}
.section-slider {
	margin-bottom: 2em;
}
.section-news {
	background-color: #FFAD92;
	padding: .5em 0;
}
.newslist {
	font-size: 1.125rem;
	list-style: none;
	padding: 0;
	margin: 0 0 2em;
	font-weight: 700;
}
.newslist li {
	border-bottom: 1px solid #FFE7B4;
	padding: .8em 0;
}
.article .newslist li {
	border-bottom: 1px solid #895740;
}
.newslist li::after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.newslist .date {
	color: #FFE7B4;
	margin-left: auto;
	float: right;
	margin-right: 0;
	white-space: nowrap;
}
.article .newslist .date {
	color: #895740;
}
.newslist .btn-link {
	color: #fff;
	text-decoration: none;
}
.newslist .btn-link:hover {
	color: #fff;
	text-decoration: underline;
}
.article .newslist .btn-link {
	color: #FFB84E;
	font-size: inherit;
    text-decoration: none !important;
    background-color: transparent;
    border-radius: 0;
    display: inline;
    padding: 0;
}
.article .newslist .btn-link:hover {
	color: #FFB84E;
	background-color: transparent;
}
.article a.btn-back, .btn-back {
	max-width: 46px;
	min-width: 42px;
	display: inline-block;
	width: 12%;
    margin: 1em 0;
	padding: 0;
}
.titleType1 {
	font-size: 1.5rem;
	color: #473a2a;
	font-weight: 900;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.2;
    margin-bottom: 1em;
}
.titleType2 {
	font-size: 1.4375rem;
	color: #96428D;
	font-weight: 700;
	text-shadow: -.13em 0 rgba(255,255,255,1.00), 0 .13em rgba(255,255,255,1.00), .13em 0 rgba(255,255,255,1.00), 0 -.13em rgba(255,255,255,1.00);
}
.titleType2.type1 {
	font-size: 3rem;
	color: #96428D;
	font-weight: 900;
	text-shadow: none;
}
.titleType3 {
	font-size: 1.125rem;
	color: #96428D;
	font-weight: 300;
}
.titleType3.type1 {
	font-size: 1rem;
}
.titleType4 {
	position: relative;
	padding-left: 56px;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	margin-bottom: 0;
	line-height: 1.1;
	width: auto;
	display: inline-block;
}
.titleType4 span {
	display: block;
	background-image: url(../images/bg-title.png);
    background-repeat: no-repeat;
    background-size: 100% 60px;
    height: 60px;
    padding-right: 0.8em;
    padding-top: 1em;
    padding-bottom: 0.5em;
    background-position: right;
    text-align: left;
    padding-left: 0.1em;
}
.titleType4::before {
	position: absolute;
	background-image: url("../images/knot.png");
	background-repeat: no-repeat;
	background-size: auto 60px;
	display: block;
	left: 0;
	top:0;
	width: 57px;
	height: 60px;
	content: '';
}
.fitView {
	border-radius: 15px;
	background-color: #F8EDE5;
	margin-bottom: 2em;
}
.fitView .head {
	border-radius: 15px 15px 0 0;
	background-color: #DE8867;
	position: relative;
}
.fitView .head h1, .fitView .head h2, .fitView .head h3, .fitView .head h4 {
	color: #fff;
	font-weight: 700;
	text-align: center;
	width: 100%;
	font-size: 1.125em;
    padding: 0.4em 0;
	margin-bottom: 0;
}
.fitView .icon-3balls {
	display: none;
}
.fitView .body {
	padding: .5em;
}
/*gmap*/
.gm-style .gm-style-iw-d h5 {
	color: #DD8767;
	font-weight: 700;
	font-size: 1.5rem;
}
.gm-style .gm-style-iw-d h5 small {
	font-size: .75em;
	display: block;
}
.gm-style .gm-style-iw-d p {
	color: #595757;
	font-weight: 400;
	margin-bottom: 0;
}
.btn-goMap {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3em 20px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    text-decoration: none;
	background-color: #885740;
	max-width: 140px;
}
.btn-goMap img {
	max-width: 100%;
}
/**/
.titleFindGoods {
	width: 50.8%;
	max-width: 355px;
	display: block;
	margin: 1em auto 2em;
	font-size: 1rem;
}
.formBox {
	border: 1px solid #796A56;
	padding: 4px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.formBox input {
	border: 0 none;
}
.formBox button {
	width: 10%;
	max-width: 58px;
	border: 0 none;
	border-radius: 5px;
	background-color: #856240;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: .6em .5em;
}
.formBox button img {
	max-width: 20px;
}
.formBox.items {
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.formBox.items .item {
	text-decoration: none;
	color: #595757;
	font-size: 1rem;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1.1;
	display: inline-flex;
	align-items: center;
	margin: .3em;
}
.formBox.items .item::before {
	content: '';
	display: block;
	margin-right: .3em;
	width: 7.4px;
	height: 7.4px;
	background-image: url("../images/icon-itemDark.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.formBox.items .item.active {
	color: #FFB94E;
}
.formBox.items .item.active::before {
	background-image: url("../images/icon-itemYellow.svg");
}
.formStyle {
	border: 1px solid #796A56;
	padding: 4px;
	border-radius: 5px;
}
.form-label.formStyle2, .form-check-label.formStyle2 {
	color: #413a19;
	font-weight: 300;
	line-height: 1.2;
}
.form-label.formStyle2 small {
	font-weight: 300;
	font-size: .786em;
}
.form-control.formStyle2, .form-select.formStyle2 {
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #796a56;
    border-radius: 2em;
}
.form-control.formStyle2:disabled, .form-select.formStyle2:disabled {
    background-color: #C4C4C4;
    border: 1px solid #575757;
	cursor: not-allowed;
}
.modal-backdrop {
	background-color: #fff !important;
	/*background-image: url("../images/bg-page.webp");*/
	background-repeat: repeat-y;
	background-position: center bottom;
	background-size: 100% auto;
	opacity: 1 !important;
}
#speakers .modal-content {
	border: 0;
	background-color: transparent;
	border-radius: 0;
}
#speakers .modal-header {
    border-bottom: 0 none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#speakers .modal-title {
    font-size: 1.40625rem;
	font-weight: 900;
	color: #96428D;
}
#speakers .modal-body {
    padding-top: 0;
}
#speakers .card {
    border: 0 none;
	border-radius: 0;
	background-color: transparent;
}
#speakers .card-header {
    background-color: #96428D;
	color: #fff;
	text-align: center;
	margin-bottom: .8em;
}
#speakers .card-header:first-child {
    border-radius: 0;
}
#speakers .card-header h3 {
    margin-bottom: 0;
	font-weight: 900;
}
#speakers .card .box {
    display: block;
}
#speakers .card .box .pic {
    display: block;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
}
.btn.btn_speaker {
	padding: 0;
}
.btn_speaker .label {
	display: flex;
	padding-left: .5em;
	flex-direction: column;
}
.btn_speaker .label .title {
	display: block;
	width: 100%;
	text-align: left;
}
.btn_speaker .label .flag {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}
.btn_speaker .label .flag .icons {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
}
.btn_speaker .label .flag .icon {
	display: block;
	width: 25%;
	max-width: 39px;
}
.btn_speaker .label .flag .icons .icon {
	width: 100%;
}
.btn_speaker .label .flag .name {
	display: block;
	width: 75%;
	text-align: left;
}
.btn-link.formStyle2 {
    color: #1E2973;
	text-decoration: underline;
}
.btn-link.formStyle2:hover {
    color: #1E2973;
	text-decoration: underline;
}
.fileInput {
	height: 0;
	width: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}
.list .card {
	border-radius: 0;
	border : 0 none;
	border-bottom: 1px solid rgba(0,0,0,0.50);
	padding: 0 3em 2em;
	background-color: transparent;
}
.list .col:last-child .card {
	border-bottom: 0 none;
}
.list.type2 .card {
	padding: 2em 3em ;
	border-bottom: 1px dashed rgba(0,0,0,0.50);
}
.list .card-title {
	font-size: 1.25rem;
	color: #DE8867;
	font-weight: 700;
}
.list .card-body {
	font-size: .9375rem;
	color: #3D3A39;
	font-weight: 400;
	padding-left: 0;
	padding-right: 0;
}
.list .card-body a {
	color: #0089CE;
	text-decoration: none;
}
.list .card-body a:hover {
	color: #0089CE;
	text-decoration: underline;
}
.list .card-body ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.list .card-body h3 {
	font-size: 1.33em;
	color: #DE8867;
	font-weight: 700;
}
.list .btn-goMap {
    padding: 0.3em 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    text-decoration: none;
    background-color: #DE8867;
	color: #fff;
    max-width: 108px;
	font-size: 1.0625rem;
	font-weight: 700;
}
.list .btn-goMap:hover {
    text-decoration: underline;
    background-color: #DE8867;
	color: #fff;
}
.fb-page, .fb-page > span {
	width: 100% !important;
	display: block;
}
.fb-page iframe {
	width: 100% !important;
}
.banner {
	position: relative;
}
.banner img {
	position: static;
	z-index: 0
}

.proList a {
	display: block;
	margin-bottom: 2em;
	color: #002759;
	text-decoration: none;
	font-size: 1em;
}
.proList a:hover {
	color: #981C00;
	text-decoration: none;
}
.proList .proPic {
	display: block;
	margin-bottom: .5em;
	position: relative;
}
.proList a .proPic > img {
    border-radius: 1em;
    -webkit-transition : all 0.35s;
    transition : all 0.35s;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.00);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.00);
}
.proList a:hover .proPic > img {
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.30);
}
.proList .tag {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 39%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-indent: -9999px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.proList .tag.hot {
	background-image: url("../images/tag-hot.png");
}
.proList .tag.new {
	background-image: url("../images/tag-new.png");
}
.proList .proDesc, .proList .proDesc .proTitle, .proList .proDesc .proPrice {
	display: block;
}
.article {
	font-size: .9375rem;
    line-height: 1.8;
	/*text-align: justify;
	word-break: break-all;
	word-wrap: break-word;*/
	color: #221714;
	padding: 0 1.6em;
    letter-spacing: .02em;
}
.article .large {
	font-size: 1.05em;
}
.article h1 {
	font-size: 1.8em;
}
.article h2 {
	font-size: 1.5em;
}
.article.type1 h2 {
	font-size: 1.125em;
	font-weight: 700;
	color: #846240;
}
.article h3, .article h4, .article h5 {
	font-size: 1.1em;
}
.article.type1 .text-danger {
	color: #de8867 !important;
}
.article a {
	color: #000;
	text-decoration: underline;
	display: contents;
}
.article a.btn {
	display: inline-block;
}
.article a:hover {
	color: rgba(104,59,25,1.00);
	text-decoration: underline;
}
.article .btn {
	text-decoration: none !important;
}
.article .btn-link {
	font-size: 1em;
	text-decoration: underline!important;
	color: #1E2973;
	background-color: transparent;
	border: 0 none;
	border-radius: 0;
	display: inline;
	padding: 0;
}
.article .btn-link:hover {
	text-decoration: underline!important;
	color: #221714;
}
.article .list-group-item {
	background-color: transparent
}
.article img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
.article p {
	margin-bottom: 1.5em;
}
.article .tip {
	/*line-height: 1.3;*/
	letter-spacing: 0;
	font-size: .75rem;
}
.text-info {
	color: #727171 !important;
	font-weight: 700;
	font-size: 1.0625rem;
}
.text-info.type2 {
	color: #de8867 !important;
	font-weight: 700;
	font-size: 1.25rem;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	overflow: visible;
}
.pager {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	padding: 1em 0;
}
.pager .summary {
	font-size: .75rem;
	white-space: nowrap;
	margin-right: 1em;
}
.pager .pages {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.pager .items {
	margin-right: .5em;
}
.pager .items a {
	display: inline-block;
	background-color: #895740;
	color: #fff;
	text-decoration: none;
	border-radius: .5em;
	padding: .3em .8em;
}
.pager .items a:hover {
	background-color: #895740;
	color: #fff;
	text-decoration: underline;
}
.pager .total {
	font-size: .75rem;
}
.fileBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.fileBox .label {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	font-size: .75rem;
	color: #211815;
	font-weight: 400;
	white-space: nowrap;
	padding: 1em 2em;
	line-height: 1.2;
	border-radius: 1.5em 0 0 1.5em;
	border: 1px solid #796a56;
	background-color: #f1f1f1;
}
.fileBox .name {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	font-size: .75rem;
	color: #211815;
	font-weight: 400;
	padding: 1em 2em;
	line-height: 1.2;
	border-radius: 0 1.5em 1.5em 0;
	border-top: 1px solid #796a56;
	border-right: 1px solid #796a56;
	border-bottom: 1px solid #796a56;
	background-color: #ffffff;
	width: calc(100% - 6em);
}
.fileBox .name > span {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.voteList {
	margin: 1em 0;
}
.voteList .col {
	padding-bottom: 1em;
}
.voteList .card {
	border: 0 none;
	border-top: 1px solid rgba(0,0,0,0.50);
	border-radius: 0;
	background-color: transparent;
	padding: 1em .5em;
	text-align: center;
}
.voteList .card h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #885740;
	line-height: 1.2;
}
.voteList .card .card-body {
	padding: .5em 0;
	font-size: 1rem;
	line-height: 1.2;
	color: #de8867;
}
.voteList .card-title {
	font-size: 1em;
}
.voteList .card-footer:last-child {
    border-radius: 0;
}
.voteList .card-footer {
    background-color: transparent;
    border-top: 0 none;
}
.voteList .radioBtn {
    width: 30px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background-image: url("../images/icon-uncheck.png");
	background-size: 30px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.voteList .radioBtn.active {
	background-image: url("../images/icon-checked.png");
}
.voteList .radioBtn input {
	width: 0;
	height: 0;
}

.proModal.modal {
	background-color: rgba(0,0,0,0.90);
	color: #000;
	font-size: 1rem;
}
.proModal.modal a {
	color: #000;
	text-decoration: none;
}
.proModal.modal a:hover {
	color: #000;
	text-decoration: underline;
}
.proModal .modal-header .btn-close {
	position: fixed;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	right: 1em;
	top: 1em;
	background-image: url("../images/btn-close.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 1;
}
.proModal .modal-header .btn-close:hover {
	opacity: 1;
}
.proModal .modal-content {
	background-color: transparent;
	border-radius: 0;
}
.proModal .modal-content .modal-header {
	border-radius: 0 0 0 0;
	border-bottom: 0 none;
}
.proModal .modal-content .modal-body {
	background-color: #fff;
}
.headline {
	margin : 0;
}
.headline.h1 {
    font-size: 1.467em;
    line-height: 1.23;
    color: #96428D;
    font-weight: 900;
    text-align: left;
    padding: .5em 0;
	/*text-shadow: -.13em 0 rgba(255,255,255,1.00), 0 .13em rgba(255,255,255,1.00), .13em 0 rgba(255,255,255,1.00), 0 -.13em rgba(255,255,255,1.00);*/
    /*text-shadow: .5em .5em 0.5em rgba(255,255,255,1.00);*/
}
.headline.h1.sp {
    text-align: center;
}
.article .headline.h1 small {
    font-size: .5em;
    font-weight: 400;
    text-align: left;
}
.headline2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #6d0c0c;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-shadow: 0px 0px 0px;
}
.headline2::before {
	content: '';
	display: block;
	margin-right: .5em;
	width: 30px;
	height: 30px;
	background-image: url("../images/icon-point01.png");
	background-position: center;
	background-size: 30px auto;
	background-repeat: no-repeat;
}
.list .list-item {
	border-bottom: 1px dotted rgba(104,96,88,1.00);
	margin-bottom: 1.5em;
}
.list.market .list-item .photo {
	width: 50%;
	margin: 0 auto 1em;
	overflow: hidden;
	display: block;
}
.list.market .list-item .photo img {
	border-radius: 50%;
	display: block;
}
.list .list-item:last-child {
	border-bottom: 0 none;
}
.list.list.market .list-item ul {
	list-style: none;
	padding: 0;
}
.list .list-item li {
	padding-bottom: .3em;
}
.list.list.market .list-item li {
	padding-left: 2em;
}
.list.list.market .list-item li {
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 0;
}
.list.list.market .list-item li:last-child {
	margin-bottom: .6em;
}
.list.list.market .list-item li.address {
	background-image: url("../images/icon-store.png");
	background-size: auto 25px;
}
.list.list.market .list-item li.tel {
	background-image: url("../images/icon-tel.png");
	background-size: auto 25px;
}
.list.list.market .list-item li.web {
	background-image: url("../images/icon-web.png");
	background-size: auto 25px;
}
.list.list.market .list-item li.line {
	background-image: url("../images/icon-line.png");
	background-size: 25px auto;
}
.list.list.market .btn {
	background-color: #564839;
	text-decoration: none;
	color: #fff;
}
.list.list.market .btn:hover {
	background-color: #4E2D1E;
	color: #fff;
}
.list .list-item .btns {
	margin-left: 2em;
}
.list .item-title {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .01em;
	display: block;
	border-bottom: 1px solid rgba(156,156,156,1.00);
}
.card.style1 {
	border: 0 none;
	border-radius: 0;
	background-color: transparent;
}
.flows {
	display: block;
	padding: 0;
	list-style: none;
}
.flows .flow {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 3em;
	position: relative;
	align-items: center;
}
.flows .flow::after {
	display: block;
	position: absolute;
	bottom: 0;
	content: '';
	height: 3em;
	width: 3em;
	background-image: url("../images/icon-dir.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	left: calc(50% - 1.5em);
}
.flows .flow:last-child {
	padding-bottom: 0;
}
.flows .flow:last-child::after {
	display: none;
}
.flows .flow .img {
	width: 30%;
	margin-right: 1em;
}
.flows .flow .text {
	width: calc(70% - 1em);
}
.box-funcs {
	position: relative;
	border: 2px solid #719a19;
	border-radius: 1em;
	padding: 3em 1em 1em 1em;
    margin-top: 2em;
	margin-bottom: 3em;
	background-image: url("../images/bg-board.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.box-funcs .bg {
	display: none;
}
.box-funcs.type2 {
	border: 2px solid #45556f;
	background-image: url("../images/bg-board2.png");
}
.box-funcs .title {
	display: block;
	width: 68%;
	margin-left: auto;
    margin-right: auto;
    margin-top: -4.5em;
	max-width: 200px;
}
.box-funcs .list-group {
	border: 0 none;
	padding: 0;
}
.box-funcs .list-group .list-group-item {
    display: flex;
	flex-direction: column-reverse;
	padding: .5em 0;
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	border-radius: 0;
	border-bottom: 1px solid #acc56f;
}
.box-funcs.type2 .list-group .list-group-item {
	border-bottom: 1px solid #565B63;
}
.box-funcs .list-group .list-group-item.active {
    /*border-bottom: 2px dashed #78a415;
	background-color: #dbe2cb;*/
}
.box-funcs.type2 .list-group .list-group-item.active {
    /*border-bottom: 2px dashed #45556f;
	background-color: #d5deed;*/
}
.box-funcs .list-group .list-group-item:last-child {
    border-bottom: 0 none;
}
.box-funcs .list-group .list-group-item .img {
    padding: .5em 0 .1em;
}
.box-funcs .list-group .list-group-item .img img {
    border-radius: 1em;
}
.box-funcs .list-group .list-group-item .info {
    display: flex;
}
.box-funcs .list-group .list-group-item .info .icon {
    width: 30%;
	margin-right: 1em;
}
.box-funcs .list-group .list-group-item .info .txt {
    width: calc(70% - 1em);
}
.box-funcs .list-group .list-group-item.active .info .txt {
    color: #212529
}
.box-funcs.type2 .list-group .list-group-item.active .info .txt {
    color: #212529
}
.box-funcs .card-body .info {
	display: flex;
	justify-content: space-between;
}
.box-funcs .card-body .info .icon {
	width: 20%;
	margin-right: 1em;
}
.box-funcs .card-body .info .txt {
	width: calc(80% - 1em);
}
.text-danger {
	color: #B71C25 !important;
}
.text-danger a {
	text-decoration: underline;
	color: #B71C25;
}
.text-danger a:hover {
	text-decoration: underline;
	color: #870007;
}
.footer {
	background-color: transparent;
	position: relative;
	font-size: .875em;
	padding: 0;
}
.footer > .container {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	/*height: 38vw;*/
}
.footImg {
	position: absolute;
	width: auto;
	left: 0;
	height: 100%;
	bottom: 0;
}
.logo-taoyuan {
	max-width: 72px;
}
.footer a {
	color: #000;
	text-decoration: underline;
	font-size: .875em;
}
.footer a:hover, .footer a:active, .footer a:focus-visible {
	color: #760D0D !important;
	text-decoration: underline;
}
.footer .footInfo strong {
	font-size: 1.25em;
}
.btn-more {
	color: #F08D80;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1875rem;
	background-color: #fff;
	border-radius: .53em;
	padding: 0.3em 0.6em;
    line-height: 1.1;
}
.btn-more:hover {
	color: #F08D80;
	text-decoration: underline;
}
.btn-confirm, a.btn-confirm, .list .card-body a.btn-confirm {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1rem;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
    line-height: 1;
}
.btn-confirm:hover, a.btn-confirm:hover, .list .card-body a.btn-confirm:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}
.btn-scrollTop {
	position: fixed;
	right: .5em;
	bottom: 5em;
	display: none;
	z-index: 10;
	background-color: rgba(31,89,9,0.00) !important;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: 0 none;
	border-radius: 0;
	opacity: .5;
}
.btn-scrollTop:hover {
	background-color: rgba(10,37,0,0.00) !important;
	opacity: 1;
}
.btn-scrollTop.show {
	display: flex;
}
.btn-scrollTop.foot {
	/*position: absolute;
	top: -50px;*/
}
.btn-primary.register, .btn-primary.login {
	background-color: #997c68;
	border-radius: 0;
	border: 0 none;
	color: #fff;
	font-size: 1em;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	padding: .8em;
}
.btn-primary.register:hover, .btn-primary.login:hover {
	background-color: #4F3929;
	color: #fff;
}
.btn-primary.register .label, .btn-primary.login .label {
	letter-spacing: .1em;
	margin-left: .1em;
	display: block;
}
.btn-primary.register::before, .btn-primary.login::before {
	content: '';
	display: block;
	background-image: url("../images/icon-finger.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 1.875em;
	height: 1.875em;
	margin-right: .5em;
}
.btn-primary.login::before {
	background-image: url("../images/icon-lock.png");
	background-size: contain;
	width: 1.875em;
	height: 1.875em;
}
.btn-secondary, a.btn-secondary {
	background-color: rgba(146,112,81,1.00);
	border: 0 none;
	border-radius: 0;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:first-child:active, a.btn-secondary:hover, a.btn-secondary:focus, a.btn-secondary:active, a.btn-secondary:first-child:active {
	background-color: rgba(146,86,36,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
.btn-info {
	background-color: rgba(89,126,26,1.00);
	color: rgba(255,255,255,1.00);
	border: 0 none;
	border-radius: 0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:first-child:active {
	background-color: rgba(23,104,0,1.00);
	color: rgba(255,255,255,1.00);
}
.accordion-item {
    background-color: transparent;
    border: 1px solid #3A2B1B;
}
.accordion-button {
    color: #2B211B;
	background-color: #F0E5DA;
}
.accordion-button:not(.collapsed) {
    color: #fff;
	background-color: #5A452A;
}
.accordion-button:not(.collapsed)::after {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media (orientation:landscape) and (min-width:480px){
	#header.header .navbar-brand {
		/*width: 100vw;*/
	}
	#header.header .navbar-toggler {
		width: 60px;
	}
	.list.market .list-item {
		display: flex;
	}
	.list.market .list-item .photo {
		width: 30%;
		max-width: 200px;
		margin: 0 2em 0 0;
	}
	.list.market .list-item .detail {
		width: 70%;
	}
	.box-funcs .list-group .list-group-item .info .icon {
		width: 15%;
	}
	.box-funcs .list-group .list-group-item .info .txt {
		width: calc(85% - 1em);
	}
}
@media (orientation:landscape) and (min-width:768px){
	#header.header .navbar-brand {
		width: 19%;
		margin-right: 1em;
	}
	#header.header .navbar-toggler {
		width: 7vw;
	}
	.modal.photo .modal-body .slick-slide {
		/*height: 85vh;*/
	}
	.modal.photo .modal-body .img-fluid {
		/*max-width: none;
		height: inherit;
		max-height: 100%;
		width: auto;*/
	}
}
@media (orientation:portrait) and (min-width:768px){
	.slick-prev, .slick-next {
		bottom: 40%;
	}
}
@media (min-width:400px){
	.titleType1 {
		font-size: .85rem;
	}
}
@media (min-width:480px){
	.titleType1 {
		font-size: 1rem;
	}
	.pager .summary {
		font-size: 1rem;
	}
	.pager .total {
		font-size: 1rem;
	}
}
@media (min-width:660px){
	.titleType1 {
		font-size: 1.2rem;
	}
}
@media (min-width:768px){
	body.login, body.index {
		background-position: 144% -15%;
	}
	#header.header .bg-light > .container-fluid, #header.header .bg-light > .container {
		/*max-width: none;*/
		/*flex-direction: row-reverse;*/
	}
	#header.header {
		background-size: 100%;
	}
	#header.header .navbar-brand {
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	#header.header .navbar-toggler {
		width: 60px;
	}
	#header.header .mainMenu .nav-link {
		font-size: 1.25em;
	}
	#banner {
		margin-top: 101px;}
	/*.list.market .list-item {
		display: flex;
	}
	.list.market .list-item:nth-child(even) {
		flex-direction: row-reverse;
	}*/
	.list.market .list-item .photo {
		width: 30%;
		max-width: 200px;
		margin: 0 2em 0 0;
	}
	.list.market .list-item .detail {
		width: 70%;
	}
	.list.market .list-item:nth-child(even) .btn {
		margin-left: auto;
	}
	.box-funcs::after {
		content: '';
		display: block;
		margin: auto;
		float: none;
		clear: both;
	}
	.box-funcs .bg {
		display: block;
		width: calc(50% - 1em);
		float: left;
	}
	.box-funcs .list-group {
		float: right;
		width: 50%;
	}
	.box-funcs .list-group .list-group-item {
		flex-direction: row;
		cursor: pointer;
		position: static;
	}
	.box-funcs .list-group .list-group-item.active {
		cursor: default;
		border-bottom: 2px dashed #78a415;
		background-color: #dbe2cb;
	}
	.box-funcs.type2 .list-group .list-group-item.active {
		border-bottom: 2px dashed #45556f;
		background-color: #d5deed;
	}
	.box-funcs .list-group .list-group-item .img {
		padding: 0 0 0.1em;
		width: calc(50% - 2em);
		margin-right: 1em;
		display: none;
		position: absolute;
		left: 1em;
		top: 3em;
	}
	.box-funcs .list-group .list-group-item.active .img {
		display: block;
	}
	.box-funcs .list-group .list-group-item .info {
		width: calc(100% - 1em);
	}
	.box-funcs .list-group .list-group-item .info .icon {
		width: 20%;
		margin-right: 1em;
	}
	.box-funcs .list-group .list-group-item .info .txt {
		width: calc(80% - 1em);
	}
	.box-funcs .list-group .list-group-item.active .info .txt {
		color: #007302
	}
	.box-funcs.type2 .list-group .list-group-item.active .info .txt {
		color: #072568
	}
	.main {
		
	}
	.newslist li {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.newslist li::after {
		content: '';
		display: none;
	}
	.newslist .date {
		margin-left: 0;
		float: none;
		margin-right: 1em;
	}
	.newslist .label {
		display: inline-flex;
		justify-content: space-between;
		width: 100%;
	}
	.newslist .btn-link {
		white-space: nowrap;
	}
	.newslist .btn-link .icon-arrow {
		white-space: nowrap;
		display: inline-block;
		text-align: left;
		overflow: hidden;
		width: 1em;
		height: 1em;
		text-indent: -9999px;
		background-image: url("../images/icon-arrowLeft-white.svg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 12px auto;
	}
	.article .newslist .btn-link {
		color: #895740;
	}
	.article .newslist .btn-link:hover {
		color: #895740;
		text-decoration: underline !important;
	}
	.article .newslist .btn-link .icon-arrow {
		background-image: url("../images/icon-arrowLeft-brown.svg");
	}
	.titleType1 {
		font-size: 1.4rem;
	}
	.titleType3, .titleType3.type1 {
		font-size: 1.75rem;
	}
	.titleType4 span {
		padding-top: 0.8em;
		padding-bottom: 0.3em;
	}
	.article {
		font-size: 1.125rem;
		/*line-height: 1.424;*/
	}
	.headline.h1 {
		font-size: 1.5em;
	}
	.headline.h1.sp {
		font-size: 1.73em;
	}
	.article strong {
		font-size: 1.23em;
	}
	.article .tip strong {
		font-size: 1em;
	}
	.article .large {
		font-size: 1.22em;
	}
	.fitView .head h1, .fitView .head h2, .fitView .head h3, .fitView .head h4 {
		font-size: 1.75em;
	}
	.fitView .icon-3balls {
		display: block;
		position: absolute;
		width: 22.45%;
		left: 65.8%;
		top: 3px;
	}
	.fitView .icon-3balls.type2 {
		left: 72.9%;
		top: -2.5em;
	}
	.fitView .body {
		padding: 1em;
	}
	.text-info.type2 {
		font-size: 2.125rem;
	}
	.nav.tabs {
		font-size: 1rem;
	}
	.nav.tabs a.nav-link, .nav.tabs .nav-link {
		padding: 0.6em 0;
	}
	.slick-dots {
		/*bottom: 0;*/
		background-color: transparent;
	}
	.slick-dots li {
	  display: block;
	  height: 30px;
	  width: 30px;
		margin: 0 10px;
	}
	.slick-dots li button:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
	}
	.slick-prev, .slick-next {
		height: 90px;
		width: 90px;
	}
	.slick-prev:before, .slick-next:before {
		height: 90px;
		width: 90px;
	}
	.footer > .container {
		max-width: none !important;
	}
	.btn_speaker .label {
		padding-left: 0;
	}
	.btn_speaker .label .title {
		text-align: center;
	}
	.btn_speaker .label .flag {
		justify-content: center;
	}
	.btn_speaker .label .flag .icon {
		width: 18%;
		max-width: 35px;
	}
	.btn_speaker .label .flag .name {
		width: auto;
	}
}
@media (min-width:1000px){
	body {
		/*background-image: url("../images/bg.jpg");*/
	}
	body.login, body.index {
		background-size: 53% auto;
		background-position: 57vw -21vw;
	}
	#header.header .bg-light > .container-fluid, #header.header .bg-light > .container {
		 flex-direction: column; 
	}
	#header.header {
		/*background-image: url("../images/bg-header.png");*/
		border-bottom: 0 none;
		background-size: auto 100%;
		background-position: center;
	}
	#header.header.active .bg-light > .container-fluid, #header.header.active .bg-light > .container {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: auto
	}
	#header.header .navbar-brand {
		width: 10.4%;
		padding: 1em 0;
	}
	#header.header.active .navbar-brand {
		width: 129px;
		padding: 1em 0;
		margin-right: 1em;
	}
	#header.header .headerBg::before {
		background-size: 100% auto;
	}
	#header.header .bg-header {
		padding-top: 3em;
		text-align: center;
	}
	#header.header .navbar-collapse {
		background-color: transparent;
		width: 100%;
	}
	#header.header .navbar-toggler {
		display: none;
	}
	#header.header .mainMenu {
		flex-direction: row;
		/*flex-wrap: wrap;*/
		width: 100%;
		justify-content: center;
	}
	#header.header.active .mainMenu {
		width: auto;
		margin: 0 !important;
	}
	#header.header .mainMenu .nav-item {
		display: inline-flex;
		align-items: center;
	}
	#header.header .navbar-nav .nav-item {
		width: auto;
		padding: 0 0.5em 1em;
	}
	#header.header.active .navbar-nav .nav-item {
		padding: 0 0.5em;
	}
	#header.header .navbar-nav .nav-item.func {
		width: auto;
		padding: 0;
	}
	#header.header .navbar-nav .nav-item.func .nav-link {
		width: 3vw;
		max-width: 46px;
	}
	#header.header .mainMenu .nav-link {
		font-size: 1.125em;
		padding: 0.5em 1.5em;
		text-align: center;
		border-radius: 1em;
		height: 100%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	#header.header .mainMenu .nav-link:hover, #header.header .mainMenu .nav-link.active {
		color: #fff;
		background-color: #68635F;
	}
	#header.header .mainMenu .nav-link.active.show {
		border-radius: 1em 1em 0 0;
	}
	#header.header .mainMenu .nav-item.dropdown:hover .nav-link {
		color: #fff;
		border-radius: 1em 1em 0 0;
	}
	#header.header .mainMenu .nav-item.dropdown:hover .dropdown-menu {
		display: block
	}
	#header.header .mainMenu .dropdown-menu {
		padding: 0;
		border: 0 none;
		background-color: #68635f;
		border-radius: 0;
		top: 2em;
	}
	#header.header .mainMenu .dropdown-item {
		color: #fff;
		border-bottom: 0 none;
	}
	#header.header .mainMenu .dropdown-menu li:last-child .dropdown-item {
		border-bottom: 0 none;
	}
	#header.header .subMenu {
		flex-wrap: nowrap;
	}
	#header.header .subMenu .nav-link {
		padding: 0 !important;
	}
	#banner {
		margin-top: 133px;
	}
	.navbar>.container-fluid {
		/*align-items: flex-end;*/
	}
	.nav.tabs {
		font-size: 1.25rem;
	}
	.nav.tabs a.nav-link, .nav.tabs .nav-link {
		border-radius: 1.07em 1.07em 0 0;}
	#indexMenu {
		width: 68%;
		margin-left: 25%;
	}
	#indexMenu .nav-item {
		max-width: 33%;
	}
	.slick-dots {
		/*bottom: 0;*/
		background-color: transparent;
	}
	.slick-dots li {
	  display: block;
	  height: 30px;
	  width: 30px;
	}
	.slick-dots li button:before {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.slick-dots li.slick-active button:before {
		/*background-image: url("../images/btn-point_over.png");*/
	}
	/* Arrows */
	.slick-prev,
	.slick-next {
		height: 90px;
		width: 90px;
		background-color: rgba(97,72,57,0.00);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10;
		border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
		bottom: calc((100vh - 90px) / 2);
	}
	.slick-next {
		border-bottom-left-radius: 0px;
		border-top-left-radius: 0px;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
	.slick-prev:hover,
	.slick-next:hover,
	.slick-prev:focus,
	.slick-next:focus {
	  background-color: rgba(97,72,57,0.00);
	}
	.slick-prev:hover:before,
	.slick-next:hover:before,
	.slick-prev:focus:before,
	.slick-next:focus:before {
	  opacity: 1;
	}
	.slick-prev.slick-disabled:before,
	.slick-next.slick-disabled:before {
	  opacity: 0.25;
	}
	.slick-prev:before,
	.slick-next:before {
		opacity: 1;
		content: '' !important;
		display: block;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 90px;
		height: 90px;
		background-image: url("../images/nav-pre.webp");
	}
	.slick-next:before {
		background-image: url("../images/nav-next.webp");
	}
	.small .slick-prev,
	.small .slick-next {
		height: 40px;
		width: 40px;
		background-color: rgba(97,72,57,0.50);
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10;
		border-bottom-right-radius: 20px;
		border-top-right-radius: 20px;
	}
	.small .slick-next {
		border-bottom-left-radius: 20px;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}
	.small .slick-prev:before,
	.small .slick-next:before {
		width: 20px;
		height: 20px;
	}
	.slick-prev {
	  left: 0;
	}
	.slick-next {
	  right: 0;
	}
	#speakers .modal-lg, #speakers .modal-xl {
		width: 84%;
		max-width: 1460px;
	}
	#speakers .modal-body {
		border: 1px solid #888;
		background-color: #fff;
		padding: 0 0 1em 0;
	}
	#speakers .card-header {
		display: flex;
		padding: 0;
	}
	#speakers .card-header::before {
		content: '';
		display: block;
		width: 34%;
	}
	#speakers .card-header h3 {
		display: block;
		width: 66%;
		text-align: left;
		position: relative;
		padding: .5em 0 .5em 1em;
	}
	#speakers .card-header h3::before {
		display: block;
		content: '';
		background-color: #fff;
		width: 1.8%;
		height: 1.8em;
		position: absolute;
		left: 0;
		top: 0;
	}
	#speakers .card .box {
		display: flex;
	}
	#speakers .card .box .pic {
		display: block;
		width: 34%;
		margin-left:inherit;
		margin-right:inherit;
		padding-left: 2%;
		padding-right: 2%;
	}
	#speakers .card .card-body {
		width: 66%;
		padding-left: 0;
		font-size: 1.125rem;
	}
	.titleType1 {
		font-size: 2rem;
		letter-spacing: .1em;
		margin-top: -2em;
	}
	.titleType3 {
		font-size: 1.5rem;
	}
	.titleType4 {
		font-size: 1.75rem;
		padding-left: 69px;
	}
	.titleType4 span {
		padding-top: 1.1em;
		padding-bottom: 0.2em;
		background-size: 100% 75px;
		height: 75px;
	}
	.titleType4::before {
		background-size: auto 75px;
		width: 71px;
		height: 75px;
	}
	.article.type1 h2 {
		font-size: 1.5em;
	}
	.pager .items a {
		padding: 0.3em 1em;
	}
	.list .col {
		border-right: 1px solid rgba(0,0,0,0.50);
	}
	.list.type2 .col {
		border-right: 1px dashed rgba(0,0,0,0.50);
	}
	.list .col:last-child {
		border-right: 0 none;
	}
	.list .card {
		border-bottom: 0 none;
		padding: 0 .5em 2em;
	}
	.list.type2 .card {
		padding: 2em 9em;
		border-bottom : 0 none;
	}
	.form-label.formStyle2, .form-check-label.formStyle2 {
		font-size: 1.5rem;
	}
	.form-label.formStyle2.type2 {
		font-size: 1.75rem;
	}
	.form-check-input.formStyle2 {
		width: 1.5rem;
		height: 1.5rem;
	}
	.form-check-input.radioBtn {
		margin-left: 2px;
		margin-top: 1px;;
		width: 30px;
		height: 30px;
		display: inline-block;
		overflow: hidden;
		text-align: left;
		text-indent: -9999px;
		background-image: url("../images/icon-uncheck.png");
		background-size: 30px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	.form-check-input .radioBtn.active {
		background-image: url("../images/icon-checked.png");
	}
	.form-check-input.checkBtn {
		margin-left: -2.5em;
		margin-top: 1px;;
		width: 30px;
		height: 30px;
		display: inline-block;
		overflow: hidden;
		text-align: left;
		text-indent: -9999px;
		background-image: url("../images/icon-uncheck.png");
		background-size: 30px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	.form-check-input .checkBtn.active {
		background-image: url("../images/icon-checked.png");
	}
	.form-check.formStyle2 {
		min-height: 1.5rem;
		padding-left: 2.5em;
		margin-bottom: 0.125rem;
	}
	.fileBox .label {
		font-size: 1rem;
	}
	.fileBox .name {
		font-size: 1rem;
	}
	.voteList {
		margin: 2em 0;
	}
	.voteList .card {
		padding: 2em 0.5em 2em;
	}
	.voteList .card h3 {
		font-size: 1.5rem;
	}
	.voteList .card .card-body {
		font-size: 1.5rem;
	}
	.proModal.modal {
		font-size: 1.125rem;
	}
	.proModal .modal-header .btn-close {
		width: 40px;
		height: 40px;
	}
	.modal.photo .modal-body .slick-slide {
		/*height: 85vh;*/
	}
	.modal.photo .modal-body .img-fluid {
		/*max-width: none;
		height: inherit;
		max-height: 100%;
		width: auto;*/
	}
	.section-slider {
		margin-bottom: 2em;
	}
	.proList .tag {
		width: 28%;
	}
	.flows {
		display: flex;
		align-items: flex-start;
		justify-content: space-evenly;
	}
	.flows .flow {
		flex-direction: column;
		justify-content: center;
		padding-bottom: 0;
		align-items: center;
		padding-right: 1em;
	}
	.flows .flow .img {
		width: 80%;
		margin-right: 0;
	}
	.flows .flow .text {
		width: 100%;
		text-align: center;
	}
	.flows .flow::after {
		bottom: auto;
		height: 1em;
		width: 1em;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		left: auto;
		right: 0;
		top: 30px;
	}
	.flows .flow:last-child {
		padding-right: 0;
	}
	.box-funcs .bg {
		width: calc(30% - 1em);
	}
	.box-funcs .list-group {
		width: 70%;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.box-funcs .list-group .list-group-item {
		width: 49%;
		margin-top: 0;
	}
	.box-funcs .list-group .list-group-item .info .icon {
		width: 12%;
	}
	.box-funcs .list-group .list-group-item .info .txt {
		width: calc(88% - 1em);
	}
	.box-funcs .list-group .list-group-item .img {
		width: calc(30% - 2em);
	}
	.footer {
		font-size: 1rem;
	}
	.footer > .container {
		/*height: 13vw;*/
	}
	.footImg {
		left: -4vw;
	}
	.footer .footInfo {
		/*padding-top: 2vw;*/
	}
	.btn-confirm {
		font-size: 1.375rem;
	}
	.titleType2.type1 {
		font-size: 3rem;
		
	}
}
@media (min-width:1200px){
	#header.header {
		background-size: 100% auto;
    	padding: 0;
		background-position: center bottom;
	}
	.titleType1 {
		font-size: 2.5rem;
	}
	.newslist .date {
		margin-right: 2em;
	}
	
	.flows .flow::after {
		top: 40px;
	}
	.nav.tabs {
		font-size: 1.75rem;
	}
	.nav.tabs a.nav-link, .nav.tabs .nav-link {
		padding: 0.4em 0;
	}
	.btn_speaker .label .flag .icon {
		max-width: 44px;
	}
}
@media (min-width:1300px){
	.proModal .modal-header .btn-close {
		top: 2em;
		right: calc((100vw - 1300px) / 2 - 2em);
	}
}
@media (min-width:1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1250px;
	}
	#header.header .mainMenu .nav-link {
		/*font-size: 1.75em;*/
	}
	.article {
		font-size: 1.5625rem;
		padding: 0;
	}
	.btn_speaker .label .flag .icon {
		max-width: 46px;
	}
	.article .tip {
		font-size: .875rem;
	}
}
@media (min-width:1600px){
	.flows .flow::after {
		top: 47px;
	}
	.footer .footInfo {
		/*padding-top: 2.5vw;*/
	}
	.btn-scrollTop {
		bottom: 9em;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1450px;
	}
	.main {
		padding-bottom: 4em;
	}
	.btn_speaker .label .flag .icon {
		max-width: 51px;
	}
	.article .tip {
		font-size: 1.125rem;
	}
}
@media (min-width:1900px){
	#header.header .mainMenu .nav-link {
		/*font-size: 1.8125em;*/
	}
	.btn-scrollTop {
		bottom: 4em;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1500px;
	}
	#speakers .modal-title {
	   	 font-size: 1.8rem;
	}
	#speakers .card-header h3 {
		font-size: 2rem;
	}
	.btn_speaker .label {
		font-size: 1.875em;
	}
	.btn_speaker .label .flag .icon {
		max-width: 62px;
	}
	.slick-prev, .slick-next {
		height: 150px;
		width: 150px;
		bottom: auto;
		top: 50%;
	}
	.slick-prev:before, .slick-next:before {
		width: 150px;
		height: 150px;
	}
	.slick-next {
		right: calc((100vw - 1460px) / 2 - 150px);
	}
	.slick-prev {
		left: calc((100vw - 1460px) / 2 - 150px);
	}
}
@media (min-width:2500px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1800px;
	}
	#header.header .mainMenu .nav-link {
		/*font-size: 3.5em;*/
	}
}


