/** ======================= 
Basic 
======================= **/
body {
		color: #172339;
		font-weight: 600;
}
.list-table .table th .title, .block-title .title {
		font-family: Microsoft Yahei, '微軟正黑體', 'Barlow', Helvetica, Arial, sans-serif;
		font-weight: 600;
}
.point-list .point, .block-title .subtitle span, .date-text, .btn-card, .btn-send, .btn-event {
		font-family: Microsoft Yahei, '微軟正黑體', 'Barlow', Helvetica, Arial, sans-serif;
		font-weight: 500;
}
.list-board .list-nav li a, .block_signup .subtitle {
		font-family: Microsoft JhengHei, '微軟正黑體', 'Barlow', Helvetica, Arial, sans-serif;
		font-weight: 600;
}
/** ======================= 
Slider
======================= **/
.slick-dotted.slick-slider {
		margin-bottom: 0;
}
.slick-prev, .slick-next {
		top: 50%;
		width: 30px;
		height: 30px;
}
.slick-dots li button:before {
		content: '';
		font-size: 1.125rem;
		min-width: 10px;
		min-height: 10px;
		width: 10px;
		height: 10px;
		display: block;
		border-radius: 100%;
		color: #ffffff;
		background-color: #ffffff;
		opacity: .9;
}
.slick-dots li.slick-active button:before {
		background-color: #172339;
		opacity: .9;
}
.slick-dots li {
		width: 16px;
		height: 16px;
		margin: 0 5px;
}
.slick-prev:before, .slick-next:before {
		display: none;
		content: '';
}
[dir='rtl'] .slick-prev, .slick-next {
		background: url(../../images/arrow_right.png) no-repeat scroll center center transparent !important;
		background-size: contain !important;
}
[dir='rtl'] .slick-next, .slick-prev {
		background: url(../../images/arrow_left.png) no-repeat scroll center center transparent !important;
		background-size: contain !important;
}
@media screen and (min-width:1920px) {
		.slick-dots li button:before {
				font-size: 1.45rem;
				width: 13px;
				height: 13px;
		}
}
@media screen and (max-width:991px) {
		.slick-prev, .slick-next {
				width: 25px;
				height: 25px;
		}
}
@media screen and (max-width:480px) {
		.slick-prev, .slick-next {
				width: 20px;
				height: 20px;
		}
}
/** ======================= 
MODAL
======================= **/
.info-modal ul.list-uninside, .info-modal ol.list-uninside {
		padding-left: 0 !important;
}
.info-modal .modal-header {
		position: relative;
		border: 0;
		padding: 0;
		overflow: visible;
}
.info-modal .modal-content {
		border: 4px solid #192335;
		border-radius: 2rem;
}
.point-list .point {
		min-width: 28px;
		min-height: 28px;
		width: 28px;
		height: 28px;
		text-align: center;
		background-color: #f2bf7c;
		color: #192337;
		border: 2px solid #192337;
		border-radius: 5rem;
		font-weight: bold;
		margin-right: .5rem;
		font-size: .85rem;
}
.info-modal .modal-header .btn-close {
		position: absolute;
		right: -.5rem;
		top: -.5rem;
		width: 40px;
		height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #b54330;
		color: #ffffff;
		border: 4px solid #192335;
		border-radius: 100%;
		opacity: 1;
		background-image: none;
		font-size: 1.5rem;
		z-index: 10;
		font-weight: bold;
}
.info-modal .modal-header .btn-close:hover {
		background-color: #000000;
}
.info-modal .modal-body {
		padding: 2.5rem 1.5rem;
		font-size: 1rem;
		line-height: 2;
		text-align: justify;
}
.info-modal .modal-body .table {
		min-width: 450px;
}
.info-modal .modal-body .table th {
		background-color: #666;
		color: #ffffff;
}
.info-modal .modal-body .table th, .info-modal .modal-body .table td {
		padding: .5rem 1rem;
		font-size: 1rem;
}
.info-modal .modal-body .table th:first-child {
		border-right: 1px solid #ffffff;
}
.info-modal ul, .info-modal ol {
		padding-left: 1.25rem !important;
		margin-bottom: .5rem;
}
.info-modal ul.list-unstyled, .info-modal ol.list-unstyled {
		padding-left: 0 !important;
}
.info-modal.show .modal-dialog {
		overflow: visible;
}
@media screen and (max-width:1199px) {
		.info-modal .modal-body .table {
				min-width: inherit;
				width: 100% !important;
		}
		.info-modal ul > ol {
				padding-left: 0 !important
		}
}
@media screen and (max-width:991px) {
		.info-modal .modal-body {
				padding: 2rem 1.5rem;
		}
		.info-modal .modal-dialog {
				max-width: 90%;
				margin-right: auto;
				margin-left: auto;
		}
}
@media screen and (max-width:767px) {
		.info-modal .modal-header .btn-close {
				right: -.5rem;
				top: -.5rem;
				width: 30px;
				height: 30px;
		}
		.info-modal .modal-body {
				padding: 2rem 2rem;
				font-size: 1rem;
				line-height: 1.75;
		}
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				padding: .25rem .75rem;
				font-size: .825rem;
		}
		.info-modal .modal-body h5 {
				font-size: 1rem;
		}
}
@media screen and (max-width:576px) {
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				padding: .25rem .25rem;
				font-size: .75rem;
				text-align: start;
		}
		.info-modal .modal-header {
				height: 25px;
		}
		.info-modal .modal-body h3 {
				font-size: 1.25rem;
		}
		.info-modal .modal-header .btn-close {
				right: 1rem;
				top: 1rem;
				width: 20px;
				height: 20px;
				font-size: 1rem;
		}
		.info-modal ul, .info-modal ol {
				padding-left: 1rem !important;
		}
}
@media screen and (max-width:320px) {
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				font-size: .75rem;
		}
		.info-modal .modal-dialog {
				max-width: calc(100% - 1rem);
		}
}
/** ======================= 
Nav Link
======================= **/
ul.navbar-nav .nav-item {
		margin: 0 .75rem;
}
ul.navbar-nav .nav-item:last-child {
		margin-right: 0;
}
ul.navbar-nav .nav-item:first-child {
		margin-left: 0;
}
ul.navbar-nav .nav-link.active, ul.navbar-nav .nav-link {
		font-size: 1rem;
		letter-spacing: 1px;
		display: inline-block;
		color: #d5bb8e;
		background-color: #000000;
		padding: .5rem 1.5rem !important;
		border-radius: 5rem;
		border: 2px solid #b09671;
		-webkit-box-shadow: 0 .25rem .25rem RGBA(0, 0, 0, .5);
		box-shadow: 0 .25rem .25rem RGBA(0, 0, 0, .5);
}
ul.navbar-nav .nav-link {
		position: relative;
		overflow: hidden;
}
ul.navbar-nav .nav-link:hover {
		color: #ffffff;
		border-color: #b09671;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .5);
		-webkit-transform: translate(0px, 2px);
		-ms-transform: translate(0px, 2px);
		transform: translate(0px, 2px);
}
ul.navbar-nav .nav-link.active {
		color: #ffffff;
}
ul.navbar-nav .nav-link span {
		position: relative;
		z-index: 2;
}
ul.navbar-nav .nav-link::after {
		content: '';
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		left: auto;
		right: 3rem;
		margin: auto;
		background: -o-linear-gradient(left, RGBA(105, 91, 54, 0) 0%, RGBA(105, 91, 54, .65) 80%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(105, 91, 54, 0)), color-stop(80%, RGBA(105, 91, 54, .65)));
		background: linear-gradient(to right, RGBA(105, 91, 54, 0) 0%, RGBA(105, 91, 54, .65) 80%);
		-webkit-transform: skewX(45deg);
		-ms-transform: skewX(45deg);
		transform: skewX(45deg)
}
ul.navbar-nav .nav-link, ul.navbar-nav .nav-link:hover {
		-webkit-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
}
ul.navbar-nav .nav-link::after, ul.navbar-nav .nav-link:hover::after {
		-webkit-transition: all .6s ease;
		-o-transition: all .6s ease;
		transition: all .6s ease;
}
ul.navbar-nav .nav-link:hover::after {
		-webkit-transform: translate(-300%, 0) skewX(45deg);
		-ms-transform: translate(-300%, 0) skewX(45deg);
		transform: translate(-300%, 0) skewX(45deg);
}
nav.navbar.show ul.navbar-nav .nav-link {
		padding: .125rem 1rem !important;
		font-size: .9rem;
}
@media (max-width: 1199px) {
		nav.navbar > .wide {
				padding: 1.125rem 2rem;
		}
		ul.navbar-nav .nav-link.active, ul.navbar-nav .nav-link {
				font-size: .85rem;
				padding: .25rem 1.25rem !important;
		}
		ul.navbar-nav .nav-item {
				margin: 0 .5rem;
		}
}
@media (max-width: 991px) {
		nav.navbar > .wide {
				padding: .5rem 1rem;
		}
		ul.navbar-nav .nav-item {
				margin: .75rem auto;
		}
		ul.navbar-nav .nav-item:first-child {
				margin-left: auto;
		}
		ul.navbar-nav .nav-item:last-child {
				margin-right: auto;
		}
		ul.navbar-nav .nav-link.active, ul.navbar-nav .nav-link {
				font-size: 1rem;
				padding: .5rem 1.75rem !important;
		}
}
/** ======================= 
Kv
======================= **/
.kv {
		background-color: #39839c;
		padding-top: 99px;
}
.ontop .kv {
		padding-top: 77px;
}
.kv > div {
		overflow: hidden;
}
.kv img {
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
}
.kv .topic-group {
		left: 0;
		right: 0;
		bottom: 17%;
		margin: auto;
}
.kv .is-btn {
		max-width: 15vw;
}
.kv .is-btn, .kv .is-btn:hover {
		-webkit-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
}
.kv .is-btn:hover {
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
}
.kv .topic-group .date-text {
		font-size: 1.35vw;
		color: #512a05;
}
.kv .is-light {
		-webkit-animation: lightzoom .5s linear forwards;
		animation: lightzoom .5s linear forwards;
		-webkit-transform-origin: center 35%;
		-ms-transform-origin: center 35%;
		transform-origin: center 35%;
		-webkit-transform: scale(7)rotate(10deg);
		-ms-transform: scale(7)rotate(10deg);
		transform: scale(7)rotate(10deg);
		opacity: .5;
}
.kv .is-light2 {
		-webkit-animation: lightzoom2 .5s .5s linear forwards;
		animation: lightzoom2 .5s .5s linear forwards;
		-webkit-transform-origin: center 35%;
		-ms-transform-origin: center 35%;
		transform-origin: center 35%;
		-webkit-transform: scale(3)rotate(-20deg);
		-ms-transform: scale(3)rotate(-20deg);
		transform: scale(3)rotate(-20deg);
		opacity: .5;
}
@-webkit-keyframes lightzoom {
		0% {
				-webkit-transform: scale(3) rotate(-20deg);
				transform: scale(3) rotate(-20deg);
				opacity: .5;
		}
		100% {
				-webkit-transform: scale(1)rotate(0deg);
				transform: scale(1)rotate(0deg);
				opacity: .75;
		}
}
@keyframes lightzoom {
		0% {
				-webkit-transform: scale(3) rotate(-20deg);
				transform: scale(3) rotate(-20deg);
				opacity: .5;
		}
		100% {
				-webkit-transform: scale(1)rotate(0deg);
				transform: scale(1)rotate(0deg);
				opacity: .75;
		}
}
@media (min-width: 1600px) {
		.kv .topic-group {
				bottom: 18%;
		}
		.kv .topic-group .date-text {
				font-size: 1.45rem;
		}
}
@media (min-width: 1920px) {
		.kv .topic-group {
				bottom: 19%;
		}
		.kv .topic-group .date-text {
				font-size: 1.5rem;
		}
		.kv img:not(.is-btn), .kv .bg {
				width: 2560px;
		}
}
@media (max-width: 1199px) {
		.kv {
				padding-top: 80px;
		}
		.ontop .kv {
				padding-top: 60px;
		}
		.kv .topic-group {
				bottom: 16%;
		}
}
@media (max-width: 991px) {
		.kv .topic-group {
				bottom: 14%;
		}
		.kv {
				padding-top: 60px;
		}
		.ontop .kv {
				padding-top: 40px;
		}
}
@media (max-width: 568px) and (orientation: landscape) {
		.kv .d-sm-block.d-none {
				display: block !important;
		}
		.kv .d-sm-none.d-block {
				display: none !important;
		}
		.kv .topic-group {
				bottom: 16%;
		}
}
@media (max-width: 480px) {
		.kv .topic-group {
				bottom: 0;
		}
		.kv .is-btn {
				max-width: 35vw;
		}
		.kv .topic-group .date-text {
				font-size: .85rem;
		}
}
@media (max-width: 320px) {
		.kv .topic-group {
				bottom: 0;
		}
}
/** ======================= 
Footer 
======================= **/
footer {
		background-color: #172339;
		color: #ffffff;
}
footer .title {
		font-size: 1.5rem;
		letter-spacing: 1px;
}
footer .info {
		line-height: 1.75;
}
@media (max-width: 991px) {
		footer .title {
				font-size: 1.125rem;
		}
		footer .info {
				font-size: .875rem;
		}
}
@media (max-width: 576px) {
		footer .title {
				font-size: 1rem;
		}
		footer .info {
				font-size: .75rem;
		}
}
@media (max-width: 568px) and (orientation: landscape) {
		footer .d-none.d-lg-inline-block {
				display: inline-block !important;
		}
		footer .d-block.d-lg-none, footer .d-block.d-sm-none {
				display: none !important;
		}
		footer .d-block.d-sm-none.d-xs-block {
				display: block !important;
		}
}
/** ======================= 
Floating Ad
======================= **/
.floating-ad {
		width: 100%;
		max-width: 170px;
		bottom: 5rem;
		z-index: 1030;
}
.floating-ad img {
		left: 0;
		top: 0;
}
.floating-ad > a {
		-webkit-transform: rotate(0deg) translate(10px, 0px);
		-ms-transform: rotate(0deg) translate(10px, 0px);
		transform: rotate(0deg) translate(10px, 0px);
}
.floating-ad:hover > a {
		-webkit-transform: rotate(-5deg) translate(10px, 0px);
		-ms-transform: rotate(-5deg) translate(10px, 0px);
		transform: rotate(-5deg) translate(10px, 0px);
}
.floating-ad > a, .floating-ad:hover > a {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
}
@media (max-width: 1199px) {
		.floating-ad {
				max-width: 130px;
				bottom: 3rem;
		}
}
@media (max-width: 991px) {
		.floating-ad {
				max-width: 120px;
				bottom: 3rem;
		}
}
@media (max-width: 767px) {
		.floating-ad {
				max-width: 100px;
				bottom: 3rem;
		}
}
@media (max-width: 576px) {
		.floating-ad {
				max-width: 100px;
				bottom: 3rem;
		}
}
/** ======================= 
Go To Top
======================= **/
.gototop {
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 100%;
		border: 0;
		bottom: 2rem;
		right: 1rem;
		z-index: 2;
		overflow: hidden;
}
.gototop > div {
		cursor: pointer;
}
.gototop > div i {
		font-size: 2rem;
		color: #eb7567;
}
.gototop > div:hover {
		background-color: #eb7567;
}
.gototop > div:hover i {
		color: #ffffff;
}
.gototop > div, .gototop:hover > div {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
}
@media (max-width: 1199px) {
		.gototop {
				width: 40px;
				height: 40px;
				line-height: 30px;
				bottom: 1rem;
				right: .5rem;
		}
		.gototop > div i {
				font-size: 1.5rem;
		}
}
@media (max-width: 767px) {
		.gototop {
				width: 30px;
				height: 30px;
				line-height: 23px;
				bottom: 1rem;
				right: .5rem;
		}
		.gototop > div i {
				font-size: 1.25rem;
		}
}
/** ======================= 
Btn Event
======================= **/
.btn-event {
		padding: .5rem 2rem;
		font-size: 1.25rem;
		color: #ffffff;
		background-color: #172339;
		border-radius: 5rem;
}
.btn-event:hover, .btn-event:focus {
		color: #ffffff !important;
		background-color: #000000 !important;
}
/** ======================= 
Block Title1
======================= **/
.block-title .icon {
		width: 100%;
		max-width: 5vw;
}
.block-title .text-img {
		width: 100%;
		max-width: 28vw;
}
.block-title .title {
		font-size: 2.125rem;
		letter-spacing: 15px;
		padding-left: 15px;
		color: #66431f;
}
.block-title .subtitle {
		font-size: 1.75rem;
		letter-spacing: 2px;
		font-weight: 500;
}
.block-title .date {
		font-size: 1.125rem;
		letter-spacing: 1px;
}
.text-has-border {
		background: #ffffff;
		color: #000000;
		background-size: 100%;
		-webkit-background-clip: text;
		-webkit-text-stroke: .15em transparent;
}
.block-title.dark .title {
		background: -o-linear-gradient(bottom, RGBA(232, 196, 118, 1) 0%, RGBA(247, 231, 198, 1) 25%, RGBA(208, 179, 116, 1) 50%, RGBA(194, 169, 115, 1) 80%, RGBA(242, 219, 170, 1) 100%);
		background: -webkit-gradient(linear, left bottom, left top, from(RGBA(232, 196, 118, 1)), color-stop(25%, RGBA(247, 231, 198, 1)), color-stop(50%, RGBA(208, 179, 116, 1)), color-stop(80%, RGBA(194, 169, 115, 1)), to(RGBA(242, 219, 170, 1)));
		background: linear-gradient(to top, RGBA(232, 196, 118, 1) 0%, RGBA(247, 231, 198, 1) 25%, RGBA(208, 179, 116, 1) 50%, RGBA(194, 169, 115, 1) 80%, RGBA(242, 219, 170, 1) 100%);
		color: #000000;
		background-size: 100%;
		-webkit-background-clip: text;
		-webkit-text-stroke: .15em transparent;
}
.block-title.dark .subtitle {
		font-size: 1.5rem;
		letter-spacing: normal;
		color: #ead3a2;
}
.block-title .subtitle span .q-icon {
		right: -15px;
		top: -15px;
		max-width: 22px;
		cursor: pointer;
}
/** ======================= 
Block Board 
======================= **/
.block-board .tab-content {
		background-color: RGBA(255, 255, 255, .7);
		border: 4px solid #332b26;
		border-radius: 0 0 1rem 1rem;
}
.block-board .nav-tabs button {
		width: 25%;
		color: #666666;
}
.block-board.board_2 .head span, .block-board .nav-tabs button {
		font-size: 1.75rem;
}
.block-board .nav-tabs {
		border: 0;
}
.block-board .nav-tabs .nav-link.active, .block-board .nav-tabs .nav-link.active:hover, .block-board .nav-tabs .nav-link, .block-board .nav-tabs .nav-link:hover {
		border-right: 2px solid #332b26;
		border-left: 2px solid #332b26;
		border-top: 4px solid #332b26;
		background-color: transparent;
}
.block-board .nav-tabs .nav-link:last-child {
		border-top-right-radius: 1rem;
		border-right-width: 4px !important;
}
.block-board .nav-tabs .nav-link:first-child {
		border-top-left-radius: 1rem;
		border-left-width: 4px !important;
}
.block-board .nav-tabs .nav-link {
		margin-bottom: 0;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
		background-color: RGBA(150, 142, 137, .95);
		border-bottom: 0;
}
.block-board .nav-tabs #nav-a-tab.nav-link:hover, .block-board .nav-tabs #nav-a-tab.nav-link.active {
		background-color: RGBA(181, 64, 48, .8);
}
.block-board .nav-tabs #nav-b-tab.nav-link:hover, .block-board .nav-tabs #nav-b-tab.nav-link.active {
		background-color: RGBA(23, 35, 37, .8);
}
.block-board .nav-tabs #nav-c-tab.nav-link:hover, .block-board .nav-tabs #nav-c-tab.nav-link.active {
		background-color: RGBA(181, 64, 48, .8);
}
.block-board .nav-tabs #nav-d-tab.nav-link:hover, .block-board .nav-tabs #nav-d-tab.nav-link.active {
		background-color: RGBA(23, 35, 37, .8);
}
.block-board.board_2 .head span, .block-board .nav-tabs .nav-link:hover span, .block-board .nav-tabs .nav-link.active span {
		background: #172339;
		color: #ffffff;
		background-size: 100%;
		-webkit-background-clip: text;
		-webkit-text-stroke: .25em transparent;
		display: block;
}
.block-board .tab-content .tab-pane > div {
		padding: 2rem;
		min-height: 300px;
}
.block-board.board_2 .info-group .title, .block-board .tab-content .tab-pane .title {
		font-size: 1.65rem;
}
.reg-block .text, .block-board.board_2 .info-group .text {
		font-size: 1.25rem;
}
.block-board.board_2 .info-group .item img {
		max-width: 200px;
}
.block-board .tab-content .tab-pane .info {
		font-size: 1.65rem;
}
.reg-block small, .block-board.board_2 .info-group .text small, .block-board .tab-content .tab-pane .info small {
		font-size: 90%;
		color: #666666;
}
.reg-block small a {
		color: #666666;
}
.reg-block small a:hover {
		color: #192337;
}
.block-board .tab-content .tab-pane .gift {
		max-width: 230px;
}
.block-board .tab-content #nav-d.tab-pane .gift {
		max-width: 200px;
		position: relative;
		top: -10px;
}
.block-board.board_2 {
		border: 4px solid #332b26;
		border-radius: 1rem;
}
.block-board.board_2 .head {
		background-color: RGBA(181, 64, 48, .8);
		font-size: 1.5rem;
		border-top-right-radius: .75rem;
		border-top-left-radius: .75rem;
}
.block-board.board_2 .head .icon {
		margin-left: -60px;
		top: -20px;
		max-width: 55px;
}
.block-board.board_2 .info-group {
		background-color: RGBA(255, 255, 255, .7);
		border-bottom-right-radius: .75rem;
		border-bottom-left-radius: .75rem;
}
.block-board .info {
		border-radius: 2rem;
}
.block-board .info .head {
		width: 100%;
		max-width: 210px;
		left: 4rem;
		top: -4rem;
}
.block-board .info .head .head-group img {
		left: 0;
		top: 0;
}
.block-board .info .content {
		font-size: 1.15rem;
		line-height: 1.75;
		color: #6d5030;
}
/** ======================= 
Block 1 
======================= **/
.block_1 {
		background-image: url("../../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
		background-color: #ffd6b8;
		padding-bottom: 0;
}
@media (min-width: 1920px) {
		.block_1 {
				background-size: 2560px auto;
		}
}
/** ======================= 
Bg Item
======================= **/
.peo-group_l {
		top: 45%;
		text-align: start;
		pointer-events: none;
}
.peo-group_r {
		top: 32%;
		text-align: end;
		pointer-events: none;
		padding-bottom: 5rem;
}
.item_peo_l {
		left: 2%;
		top: 0;
		max-width: 10vw;
}
.item_peo_r {
		right: 1%;
		top: 0;
		max-width: 22vw;
}
.bottom-block .item_peo_c {
		max-width: 14vw;
}
.bottom-block {
		bottom: -2rem;
}
.bottom-block .item_ball {
		left: 0;
		right: 0;
		top: 60px;
		bottom: 0;
		margin: auto;
		max-width: 2.5vw;
}
.bottom-block .item_full_text {
		left: -200px;
		right: auto;
		top: -5%;
		bottom: 0;
		margin: auto;
		max-width: 200px;
}
/** ======================= 
Block 2 
======================= **/
.block_2 {
		background-image: url("../../images/content_bg2.jpg");
		background-repeat: repeat-y;
		background-position: center top;
		background-size: 100% auto;
		background-color: #df6454;
}
.reg-block {
		background-color: RGBA(255, 255, 255, .85);
		border: 5px solid #ecc177;
		border-radius: 3rem;
		padding: 3rem 3rem 1rem 3rem;
}
.is-gust, .is-new {
		min-height: 220px;
}
.reg-block .title-icon {
		max-width: 150px;
		left: 0;
		right: 0;
		top: -20px;
		margin: auto;
}
.reg-block .item img {
		max-width: 15vw;
}
.reg-block .slick-dots {
		bottom: -3.5rem;
}
.bat-group {
		max-width: 6vw;
		margin: auto;
}
.bat-group img {
		left: 0;
		top: 0;
}
.block_2 .row {
		max-width: 90%;
		margin: auto;
}
@media (min-width: 1920px) {
		.block_2 {
				background-size: 2560px auto;
		}
}
/** ======================= 
Block Info
======================= **/
.info-block {
		border: 4px solid #172439;
		background-color: #ffffff;
		border-radius: 3rem;
		max-width: 90%;
		margin: auto;
}
.block_info .head {
		font-size: 1.35rem;
		cursor: pointer;
		padding: 1rem;
}
.block_info .head .icon {
		width: 20px;
		height: 20px;
		font-size: 120%;
		line-height: 1;
}
.block_info {
		background-color: #cccccc;
}
.block_info .content .table {
		border-radius: .5rem;
		overflow: hidden;
}
.block_info .content .table th {
		background-color: #212121;
		color: #ffffff;
}
.block_info .content ol {
		margin-top: .5rem;
}
.block_info .content > ol > li {
		margin-top: 1rem;
}
.block_info .content li {
		margin-bottom: .5rem;
}
.block_info .content .table th {
		text-wrap: nowrap;
}
@media (max-width: 767px) {
		.block_info .head {
				font-size: 1rem;
		}
		.block_info .content {
				font-size: .8125rem;
		}
}
@media (max-width: 480px) {
		.block_info .head {
				font-size: 1.125rem;
				padding: .75rem;
		}
		.block_info {
				padding-left: 0;
				padding-right: 0;
				font-size: .825rem;
		}
		.info-block {
				border-width: 2px;
				border-radius: 2rem;
				max-width: 100%;
		}
}
/** ======================= 
RWD
======================= **/
@media (min-width: 1200px) {
		.block-board {
				max-width: 70%;
				margin-left: auto;
				margin-right: auto;
		}
}
@media (min-width: 1600px) {
		.block-title .title {
				font-size: 2.5rem;
		}
		.block-title .icon {
				max-width: 100px;
		}
		.block-title .text-img {
				max-width: 400px;
		}
		.block-board .info .content {
				font-size: 1.5rem;
		}
		.reg-block .item img {
				max-width: 250px;
		}
		.item_peo_r {
				right: 5%;
		}
		.item_peo_l {
				left: 5%;
		}
}
@media (min-width: 1920px) {
		.bat-group {
				max-width: 120px;
		}
		.reg-block .title-icon {
				max-width: 180px;
				top: -25px;
		}
		.bottom-block {
				bottom: -2rem;
		}
		.peo-group_l, .peo-group_r {
				max-width: 70%;
				margin: auto;
				left: 0;
				right: 0;
		}
		.item_peo_l {
				max-width: 200px;
		}
		.item_peo_r {
				max-width: 480px;
				right: 0;
		}
		.bottom-block .item_full_text {
				left: -220px;
				max-width: 220px;
		}
}
@media (max-width: 1199px) {
		.is-gust, .is-new {
				min-height: 180px;
		}
		.reg-block .text, .block-board.board_2 .info-group .text {
				font-size: 1rem;
		}
		.item_peo_l {
				left: 3%;
				top: 0;
				max-width: 10vw;
		}
		.item_peo_r {
				right: 2%;
				top: 0;
				max-width: 23vw;
		}
		.block-title .subtitle span .q-icon {
				right: 0;
				top: 0;
				max-width: 5vw;
				cursor: pointer;
				position: relative !important;
				margin: 0 5px;
		}
		.reg-block .item img {
				max-width: 18vw;
		}
		.reg-blockg {
				padding: 3rem 3rem 0 3rem;
		}
		.btn-event {
				padding: .5rem 2rem;
				font-size: 1rem;
		}
		.bottom-block .item_peo_c {
				max-width: 15vw;
		}
		.bottom-block .item_ball {
				top: 60px;
				max-width: 3vw;
		}
		.bottom-block .item_full_text {
				left: -180px;
				max-width: 18vw;
				margin-bottom: 2rem;
		}
		.block-board.board_2 .info-group .item img {
				max-width: 15vw;
		}
		.block-title .icon {
				max-width: 5vw;
		}
		.block-board.board_2 .head span, .block-board .nav-tabs button {
				font-size: 1.35rem;
		}
		.block-board.board_2 .info-group .title, .block-board .tab-content .tab-pane .title {
				font-size: 1.35rem;
		}
		.block-board .tab-content .tab-pane .info {
				font-size: 1.25rem;
		}
		.block-board .tab-content .tab-pane > div {
				min-height: 250px;
		}
		.block-board .tab-content #nav-d.tab-pane .gift, .block-board .tab-content .tab-pane .gift {
				max-width: 20vw;
		}
		.block-board.board_1, .block-board.board_2 {
				max-width: 70%;
				margin-left: auto;
				margin-right: auto;
		}
		.block-board .info .content {
				font-size: 1rem;
				line-height: 1.75;
		}
		.block-board .info .head {
				max-width: 190px;
				top: -4rem;
		}
		.block-title.dark .subtitle {
				font-size: 1.125rem;
				line-height: 1.75;
		}
		.block-title .subtitle {
				font-size: 1.25rem;
		}
		.block-title .date {
				font-size: 1rem;
		}
		.block-title .text-img {
				max-width: 35vw;
		}
}
@media (max-width: 991px) and (orientation: landscape) {
		.block-board.board_2 .head span, .block-board .nav-tabs button {
				font-size: 1.25rem;
		}
		.block-board.board_2 .head .icon {
				margin-left: -60px;
				top: -15px;
				max-width: 5vw;
		}
}
@media (max-width: 991px) {
		.block-title .text-img {
				max-width: 40vw;
		}
		.is-gust, .is-new {
				min-height: 140px;
		}
		.item_peo_l {
				left: 1%;
				top: 0;
				max-width: 10vw;
		}
		.item_peo_r {
				right: -2%;
				top: 0;
				max-width: 23vw;
		}
		.block-board .tab-content .tab-pane > div {
				padding: 2rem 1.5rem;
				min-height: 200px;
		}
		.reg-block .text, .block-board.board_2 .info-group .text {
				font-size: .85rem;
		}
		.bat-group {
				max-width: 7vw;
		}
		.bottom-block .item_full_text {
				left: -150px;
		}
		.reg-block small, .block-board.board_2 .info-group .text small, .block-board .tab-content .tab-pane .info small {
				font-size: .8125rem;
		}
		.block-board.board_2 .head .icon {
				margin-left: -45px;
				top: -15px;
				max-width: 6vw;
		}
		.reg-block .text, .block-board.board_2 .info-group .text {
				font-size: .825rem;
		}
		.is-gust, .is-new {
				min-height: 125px;
		}
		.block_2 .row {
				max-width: 96%;
				margin: auto;
		}
		.reg-block .title-icon {
				max-width: 15vw;
		}
		.reg-block {
				border-radius: 2rem;
				padding: 2rem 2rem 1rem 2rem;
		}
		.block-board.board_1, .block-board.board_2 {
				max-width: 76%;
				margin-left: auto;
				margin-right: auto;
		}
		.block-board .info .head {
				max-width: 150px;
				top: -3rem;
		}
		.block-title .subtitle {
				font-size: 1.125rem;
		}
		.block-board.board_2 .head span, .block-board .nav-tabs button {
				font-size: 1.125rem;
		}
		.block-board.board_2 .info-group .title, .block-board .tab-content .tab-pane .title {
				font-size: 1.125rem;
		}
		.block-board .tab-content .tab-pane .info {
				font-size: 1.125rem;
		}
		.block-board .info .content {
				font-size: .8125rem;
				line-height: 1.75;
		}
		.block-title .title {
				font-size: 2rem;
		}
		.block-title .icon {
				max-width: 8vw;
		}
		.block-title .subtitle span .q-icon {
				max-width: 3vw;
		}
}
@media (max-width: 767px) {
		.point-list .point {
				min-width: 22px;
				min-height: 22px;
				width: 22px;
				height: 22px;
				border-width: 1px;
				font-size: .75rem;
		}
		.block-board.board_2 .info-group .title, .block-board .tab-content .tab-pane .title {
				font-size: 1rem;
		}
		.block-board .tab-content .tab-pane .info {
				font-size: 1rem;
		}
		.block-title .date {
				font-size: 1rem;
		}
		.block-board .info .content {
				font-size: 1rem;
				line-height: 1.75;
		}
		.block-board.board_1 > .info, .block-board.board_2 > .info {
				padding-left: 1rem !important;
				padding-right: 1rem !important;
		}
		.block-board .info .head {
				max-width: 160px;
				left: 0;
				right: 0;
				margin-left: auto;
				margin-right: auto;
				top: -3.5rem;
		}
		.block-board .info .content p {
				text-align: center;
				margin-bottom: 1rem !important;
		}
		.block-board.board_1 > .info, .block-board.board_2 > .info {
				padding-top: 3rem !important;
				padding-bottom: 2rem !important;
		}
}
@media (max-width: 568px) and (orientation: landscape) {
		.reg-block small, .block-board.board_2 .info-group .text small, .block-board .tab-content .tab-pane .info small {
				font-size: .75rem;
		}
		.reg-block {
				border-radius: 2rem;
				padding: 2rem 2rem 1rem 2rem;
		}
		.reg-block .title-icon {
				max-width: 20vw;
		}
		.reg-block .item img {
				max-width: 22vw;
		}
		.block_2 .col-sm-5 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 49%;
				margin-bottom: 0 !important;
		}
		.block_2 .col-sm-2 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 16.66666667%;
				display: none !important;
		}
		.block-board.board_2 .head span, .block-board .nav-tabs button {
				font-size: 1rem;
		}
		.block-board.board_2 .info-group .title, .block-board .tab-content .tab-pane .title {
				font-size: .9125rem;
		}
		.block-board .tab-content .tab-pane .info {
				font-size: .9125rem;
		}
		.block-board.board_1, .block-board.board_2 {
				max-width: 86%;
		}
		.bottom-block .item_peo_c {
				max-width: 18vw;
		}
		.bottom-block .item_full_text {
				left: -120px;
				max-width: 20vw;
		}
		.peo-group_l {
				top: 5%;
		}
		.item_peo_l {
				left: 8%;
				top: 0;
				max-width: 12vw;
		}
		.peo-group_r {
				top: 5%;
				padding-bottom: 5rem;
		}
		.item_peo_r {
				right: -2%;
				top: 0;
				max-width: 25vw;
		}
		.block-title .subtitle span .q-icon {
				top: -4px;
		}
}
@media (max-width: 480px) {
		.block-board.board_1, .block-board.board_2 {
				max-width: 96%;
				margin-left: auto;
				margin-right: auto;
		}
		.block-title .subtitle span .q-icon {
				right: 0;
				margin-left: 2px;
				top: 0;
				max-width: 6vw;
				position: relative !important;
		}
		.block-title .title {
				font-size: 1.75rem;
		}
		.block-title .subtitle {
				line-height: 1.75;
				font-size: 1.125rem;
		}
		.block-title .icon {
				max-width: 12vw;
				margin-top: 1rem;
		}
		.block-title .text-img {
				max-width: 55vw;
		}
		.block-board .tab-content #nav-d.tab-pane .gift, .block-board .tab-content .tab-pane .gift {
				max-width: 35vw;
		}
		.block-board .tab-content #nav-d.tab-pane .info, .block-board .tab-content .tab-pane .info {
				font-size: .875rem;
		}
		.block-board.board_2 {
				border-width: 2px;
				border-radius: .5rem;
		}
		.reg-block small, .block-board.board_2 .info-group .text small, .block-board .tab-content .tab-pane .info small {
				font-size: .75rem;
		}
		.block-board.board_2 .head {
				border-top-right-radius: .25rem;
				border-top-left-radius: .25rem;
		}
		.block-board.board_2 .head .icon {
				margin-left: -40px;
				top: -15px;
				max-width: 10vw;
		}
		.reg-block .text {
				font-size: .85rem;
		}
		.reg-block .title-icon {
				max-width: 35vw;
		}
		.reg-block .item img {
				max-width: 45vw;
		}
		.block-board.board_2 .info-group .text {
				font-size: .75rem;
		}
		.block-board.board_2 .info-group .item img {
				max-width: 28vw;
		}
		.block-board.board_2 .info-group .text .en-text {
				font-size: .6rem;
				line-height: 1;
		}
		.block-board .tab-content .tab-pane > div {
				padding: 1rem 1rem 1.5rem 1rem;
				min-height: 200px;
		}
		.block-board.board_2 .head span {
				font-size: 1rem;
		}
		.block-board .nav-tabs button {
				font-size: 1rem;
				padding: .35rem 0;
		}
		.block-board .nav-tabs .nav-link {
				border-top-left-radius: .5rem;
				border-top-right-radius: .5rem;
		}
		.block-board .nav-tabs .nav-link:first-child {
				border-top-left-radius: .5rem;
				border-left-width: 2px !important;
		}
		.block-board .nav-tabs .nav-link:last-child {
				border-top-right-radius: .5rem;
				border-right-width: 2px !important;
		}
		.block-board .nav-tabs .nav-link.active, .block-board .nav-tabs .nav-link.active:hover, .block-board .nav-tabs .nav-link, .block-board .nav-tabs .nav-link:hover {
				border-right-width: 1px;
				border-left-width: 1px;
				border-top-width: 2px;
		}
		.block-board .tab-content {
				border-width: 2px;
				border-radius: 0 0 .5rem .5rem;
		}
		.block-board.board_2 .info-group .title {
				font-size: 1rem;
		}
		.block-board .tab-content .tab-pane .title {
				font-size: .875rem;
		}
		.peo-group_l {
				top: 6%;
		}
		.item_peo_l {
				max-width: 18vw;
		}
		.peo-group_r {
				top: 6%;
		}
		.item_peo_r {
				max-width: 40vw;
				right: -10%;
		}
		.bottom-block .item_peo_c {
				max-width: 30vw;
				right: -35%;
		}
		.bottom-block {
				bottom: -1rem;
		}
		.bottom-block .item_ball {
				top: 60px;
				max-width: 7vw;
				right: -70%;
		}
		.bottom-block .item_full_text {
				left: -100px;
				max-width: 35vw;
		}
		.reg-block {
				border-radius: 2rem;
				padding: 2rem 2.5rem 1rem 2.5rem;
		}
		.btn-event {
				padding: .5rem 1.5rem;
				font-size: 1rem;
		}
		.is-gust, .is-new {
				min-height: inherit;
		}
}
@media (max-width: 320px) {
		.block-board .nav-tabs button {
				font-size: .875rem;
				padding: .25rem 0;
		}
		.block-board .info .content {
				font-size: .85rem;
		}
		.block-title .subtitle {
				font-size: 1rem;
		}
		.block-title .date {
				font-size: .75rem;
		}
}