a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #333;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		outline: none !important;
}
.drawer-content a {
		color: #0000ff;
		text-decoration: underline;
}
.drawer-content a:hover, .drawer-content a:focus {
		color: #cc0000;
}
ol.basic {
		margin-left: 2rem;
}
.has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.75rem;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 600;
		font-size: 16px;
}
.sp-text {
		font-family: 'Open Sans', 'Noto Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.large {
		font-size: 130%;
		line-height: 1;
}
@media screen and (max-width: 991px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden;
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 49;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background-color: RGBA(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/************************
Sticky Bar
************************/
#go_ban {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 125px;
		right: 5px;
		bottom: 6rem;
}
#go_link {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
}
#go_link_n {
		position: relative;
		display: inline-block;
		width: 100%;
		margin-bottom: .5rem;
		text-align: center;
}
#go_link_n a, #go_link a {
		display: inline-block;
}
#go_link_n img, #go_link img {
		width: 100%;
}
@media only screen and (max-width: 1199px) {
		#go_ban {
				bottom: 12%;
		}
}
@media only screen and (max-width: 991px) {
		#go_ban {
				bottom: 8%;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		#go_ban {
				bottom: 15%;
				width: 80px;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
		#go_link_n img {
				width: inherit;
				max-width: 100%;
		}
}
@media only screen and (max-width: 767px) {
		#go_ban {
				right: 5px;
				max-width: 60px;
				bottom: 4rem;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
		#go_link_n img {
				width: inherit;
				max-width: 100%;
		}
}
@media screen and (max-width: 480px) {
		#go_ban {
				max-width: 60px;
		}
		#go_link_n {
				width: 100%;
		}
}
/*------------------------------------------ 
Go to Black
--------------------------------------------*/
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 991px;
		}
		.container-xxl.wide {
				max-width: 100%;
		}
}
@media (min-width:2560px) {
		.container-xxl.wide {
				max-width: 2560px;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		left: 0;
		width: 46px;
		height: 46px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		transition: .2s;
}
@media (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 120px;
		z-index: 50;
		border-top: 0;
		background-color: RGBA(255, 255, 255, 0.99);
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header.open {
		height: 50px;
		border-top: 4px solid #2e2e2e;
		-webkit-box-shadow: 0px 2px 2px 0px RGBA(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px 0px RGBA(0, 0, 0, 0.2);
}
header.open, header {
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
		header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu, header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 480px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		position: relative;
		top: 8px;
		width: 190px;
		margin-right: 15px;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-left: 10px;
		margin-right: 10px;
		top: 5px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 46px;
		}
		header .h_content > div {
				padding: 0;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				bottom: 0;
				top: 0;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				position: absolute;
				margin: auto;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 230px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 200px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/************************
FOOTER
************************/
footer {
		background-color: rgb(72, 72, 72);
}
/************************/
/************************/
footer .fiscal {
		color: #191919;
}
footer .fiscal .f_left {
		font-size: 30px;
		color: #ffffff;
}
footer .fiscal .f_right {
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				padding: 0 .85rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 480px) {
		footer .fiscal {
				text-align: justify;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #fff8d1;
}
.key-visual .topic {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
}
.key-visual .topic img {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
}
.key-visual .topic {
		-webkit-animation: dropAndBounce 1.5s ease-out forwards;
		animation: dropAndBounce 1.5s ease-out forwards;
}
@-webkit-keyframes dropAndBounce {
		0% {
				-webkit-transform: translateY(-100vh);
				transform: translateY(-100vh);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
		}
		40% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				-webkit-animation-timing-function: ease-out;
				animation-timing-function: ease-out;
		}
		55% {
				-webkit-transform: translateY(-80px);
				transform: translateY(-80px);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
		}
		70% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				-webkit-animation-timing-function: ease-out;
				animation-timing-function: ease-out;
		}
		80% {
				-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
		}
		90% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				-webkit-animation-timing-function: ease-out;
				animation-timing-function: ease-out;
		}
		100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
}
@keyframes dropAndBounce {
		0% {
				-webkit-transform: translateY(-100vh);
				transform: translateY(-100vh);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
		}
		40% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				-webkit-animation-timing-function: ease-out;
				animation-timing-function: ease-out;
		}
		55% {
				-webkit-transform: translateY(-80px);
				transform: translateY(-80px);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
		}
		70% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				-webkit-animation-timing-function: ease-out;
				animation-timing-function: ease-out;
		}
		80% {
				-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
				-webkit-animation-timing-function: ease-in;
				animation-timing-function: ease-in;
		}
		90% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				-webkit-animation-timing-function: ease-out;
				animation-timing-function: ease-out;
		}
		100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
}
.kv_p_1, .kv_p_2, .kv_p_3, .kv_light {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
		position: absolute;
}
.kv_light {
		opacity: 1;
}
.kv_p_1 {
		-webkit-animation: mario-vertical-jump 1.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
		animation: mario-vertical-jump 1.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
}
.kv_p_2 {
		-webkit-animation: mario-vertical-jump 1.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
		animation: mario-vertical-jump 1.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
}
.kv_p_3 {
		-webkit-animation: mario-vertical-jump 1.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
		animation: mario-vertical-jump 1.8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
		-webkit-animation-delay: 1.2s;
		animation-delay: 1.2s;
}
/* ================= 純垂直噴出動畫 (Keyframes) ================= */
@-webkit-keyframes mario-vertical-jump {
		0% {
				bottom: 0;
				opacity: 1;
		}
		100% {
				bottom: 15%;
				opacity: 0;
		}
}
@keyframes mario-vertical-jump {
		0% {
				bottom: 0;
				opacity: 1;
		}
		100% {
				bottom: 15%;
				opacity: 0;
		}
}
@media screen and (min-width:1200px) {
		.key-visual .pc {
				width: 100%;
				max-width: 100%;
		}
}
@media screen and (min-width:2560px) {
		.key-visual .pc {
				width: 2560px;
				max-width: 2560px;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .pc {
				display: block !important;
		}
		.key-visual .mobile {
				display: none !important;
		}
		br.d-sm-none.d-block {
				display: none !important;
		}
}
/************************
Step
************************/
.step_head {
		padding: .5rem 1rem;
		background-color: #ff9000;
		color: #ffffff;
		font-size: 2.5rem;
		line-height: 1.25;
}
.step_head .icon {
		max-width: 30px;
		margin-left: 10px;
}
.step_info {
		display: block;
		width: 720px;
		margin-top: 4rem;
		margin-bottom: 4rem;
}
.step_view .title .head {
		font-size: 2.5rem;
		line-height: 1.25;
}
.step_view .text {
		font-size: 1.25rem;
		font-weight: 400;
		min-height: 120px;
}
.step_view {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 720px;
}
.step_view .view {
		display: inline-block;
		width: 250px;
}
.step_view .info_block {
		display: inline-block;
		width: calc(100% - 250px);
		padding-left: 5rem;
		padding-top: 9rem;
		text-align: start;
}
.step_view .badge_step {
		font-size: 1.35rem;
		background-color: #ffd100;
		color: #000000;
		border-radius: 0;
		margin-bottom: .75rem;
		font-weight: bold;
}
.step_cover {
		width: 395px;
		left: -74px;
		right: auto;
		top: 0;
		z-index: 2;
		pointer-events: none;
}
.step_info .swiper-pagination {
		bottom: auto;
		top: 70%;
		text-align: start;
		max-width: calc(100% - 250px);
		padding-left: calc(5rem - 5px);
		left: auto;
		right: 0;
}
.step_info .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		margin: 0 5px !important;
		background-color: #e0e0e0;
		opacity: 1;
}
.step_info .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #ffd100;
}
.step_info .swiper-button-prev, .step_info .swiper-button-next {
		width: 50px;
		height: 50px;
		top: 40%;
}
.step_info .swiper-button-prev, .step_info .swiper-button-next {
		width: 50px;
		height: 50px;
		top: 37%;
}
.step_info .swiper-button-prev {
		left: -70px;
}
.step_info .swiper-button-next {
		right: -70px;
}
.step_info .swiper-button-next:after, .step_info .swiper-button-prev:after {
		content: '';
		background-repeat: no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		display: block;
}
.step_info .swiper-button-next:after {
		background-image: url("../images/icon_next.png");
}
.step_info .swiper-button-prev:after {
		background-image: url("../images/icon_prev.png");
}
/************************
BOX TOPIC
************************/
.point_card {
		display: block;
		background-color: #ffffff;
		-webkit-box-shadow: .75rem .75rem 0 #000000;
		box-shadow: .75rem .75rem 0 #000000;
		border: 5px solid #000000;
		border-radius: 0 5rem 5rem 5rem;
		padding: 3rem 2rem;
		position: relative;
		max-width: 90%;
}
.point_card.card_2 {
		background-color: #fe5000;
}
.point_card.card_2 {
		padding: 3rem 2rem;
		border-radius: 5rem 0 5rem 5rem;
}
.point_card.card_1 .info {
		display: inline-block;
		padding-left: 15%;
}
.point_card.card_2 .info {
		display: inline-block;
		padding-left: 32%;
}
.point_card .info .title .head {
		font-size: 2.5rem;
		line-height: 1.25;
}
.point_card .info .title .point {
		max-width: 100px;
		margin-left: .275rem;
}
.point_card .info .title .point2 {
		max-width: 180px;
		margin-left: .275rem;
		top: -2rem;
		right: -220px;
}
.point_card .info .title .item_1 {
		max-width: 280px;
		left: -300px;
		top: -2.5rem;
}
.point_card .info .text {
		font-size: 1.5rem;
		font-weight: 400;
}
.remark_text {
		font-size: .875rem;
}
ul.point_red li {
		padding-left: 1rem;
		position: relative;
}
ul.point_red li::after {
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 5rem;
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		background-color: #ff0000;
}
.point_card.card_2 ul.point_red li::after {
		background-color: #ffffff;
}
.ip_1 {
		max-width: 200px;
		right: 5%;
		top: 10%;
}
.ip_2 {
		max-width: 250px;
		left: 2%;
		bottom: -1.5rem;
}
.topic {
		font-size: 1.5rem;
}
/************************
BLOCK 1
************************/
.block_01 {
		background-color: #fff8d1;
}
.block_01 > .container-xxl.wide {
		background-image: url("../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		background-color: #ffd100;
		padding: 3rem 0 4rem 0;
}
@media (max-width:576px) {
		.block_01 > .container-xxl.wide {
				background-image: none;
				background-color: #ffd100;
				padding: 1rem 0 2.5rem 0;
		}
}
/************************
RWD
************************/
@media screen and (min-width:1600px) {
		.step_head {
				padding: .5rem 1rem;
				font-size: 2.75rem;
		}
		.step_info {
				width: 800px;
				margin-top: 4rem;
				margin-bottom: 4rem;
		}
		.step_view .title .head {
				font-size: 2.75rem;
				line-height: 1.25;
		}
		.step_view .text {
				font-size: 1.35rem;
				min-height: 120px;
		}
		.step_view {
				width: 800px;
		}
		.step_view .view {
				width: 300px;
		}
		.step_view .info_block {
				width: calc(100% - 300px);
				padding-left: 5rem;
				padding-top: 9rem;
		}
		.step_view .badge_step {
				font-size: 1.5rem;
				margin-bottom: .75rem;
		}
		.step_cover {
				width: 470px;
				left: -86px;
		}
		.step_info .swiper-pagination {
				top: 60%;
				max-width: calc(100% - 300px);
				padding-left: calc(5rem - 5px);
		}
		.step_info .swiper-pagination-bullet {
				width: 15px;
				height: 15px;
				margin: 0 5px !important;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				width: 50px;
				height: 50px;
				top: 40%;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				width: 50px;
				height: 50px;
				top: 40%;
		}
		.step_info .swiper-button-prev {
				left: -70px;
		}
		.step_info .swiper-button-next {
				right: -70px;
		}
		.point_card {
				-webkit-box-shadow: .75rem .75rem 0 #000000;
				box-shadow: .75rem .75rem 0 #000000;
				border: 5px solid #000000;
				border-radius: 0 5rem 5rem 5rem;
				padding: 4rem 2rem;
				max-width: 100%;
		}
		.point_card.card_2 {
				padding: 4rem 2rem;
				border-radius: 5rem 0 5rem 5rem;
		}
		.point_card.card_1 .info {
				padding-left: 15%;
		}
		.point_card.card_2 .info {
				padding-left: 38%;
		}
		.point_card .info .title .head {
				font-size: 2.75rem;
				line-height: 1.25;
		}
		.point_card .info .title .point {
				max-width: 110px;
				margin-left: .275rem;
		}
		.point_card .info .title .point2 {
				max-width: 200px;
				margin-left: .275rem;
				top: -2rem;
				right: -220px;
		}
		.point_card .info .title .item_1 {
				max-width: 340px;
				left: -360px;
				top: -3.5rem;
		}
		.point_card .info .text {
				font-size: 1.65rem;
				font-weight: 400;
		}
		.remark_text {
				font-size: .875rem;
		}
		.ip_1 {
				max-width: 260px;
				right: 5%;
				top: 10%;
		}
		.ip_2 {
				max-width: 300px;
				left: 5%;
				bottom: -1.5rem;
		}
		.topic {
				font-size: 1.75rem;
		}
}
@media screen and (max-width:1199px) {
		.step_head, .step_view .title .head, .point_card .info .title .head {
				font-size: 2rem;
		}
		.step_view .text, .point_card .info .text {
				font-size: 1.125rem;
		}
		.remark_text {
				font-size: .8125rem;
		}
		.step_view .badge_step, .topic {
				font-size: 1.25rem;
		}
		.step_head .icon {
				max-width: 2.5vw;
		}
		.point_card {
				max-width: 82%;
		}
		.point_card .info .title .point {
				max-width: 80px;
				margin-left: .3rem;
		}
		.point_card .info .title .point2 {
				max-width: 150px;
				margin-left: .275rem;
				top: -2rem;
				right: -180px;
		}
		.point_card .info .title .item_1 {
				max-width: 220px;
				left: -235px;
				top: -2rem;
		}
		.point_card.card_2 .info {
				padding-left: 38%;
		}
		.ip_1 {
				max-width: 17vw;
				right: 5%;
				top: 10%;
		}
		.ip_2 {
				max-width: 22vw;
				left: 4%;
				bottom: -1.25rem;
		}
		.step_info .swiper-button-prev {
				left: -60px;
		}
		.step_info .swiper-button-next {
				right: -60px;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				width: 40px;
				height: 40px;
				top: 35%;
		}
}
@media screen and (max-width:991px) {
		.point_card.card_1 .info {
				padding-left: 0;
		}
		.step_head, .step_view .title .head, .point_card .info .title .head {
				font-size: 1.75rem;
		}
		.step_view .text, .point_card .info .text {
				font-size: 1rem;
		}
		.remark_text {
				font-size: .75rem;
		}
		.step_view .badge_step, .topic {
				font-size: 1.125rem;
		}
		.step_head .icon {
				max-width: 2.5vw;
		}
		.point_card {
				max-width: 76%;
				-webkit-box-shadow: .5rem .5rem 0 #000000;
				box-shadow: .5rem .5rem 0 #000000;
				border-radius: 0 4rem 4rem 4rem;
		}
		.point_card.card_1 {
				padding-top: 6rem;
		}
		.point_card.card_2 {
				border-radius: 4rem 0 4rem 4rem;
		}
		.point_card .info .title .point {
				max-width: 80px;
				margin-left: .3rem;
		}
		.point_card .info .title .point2 {
				max-width: 120px;
				margin-left: .275rem;
				top: -2rem;
				right: -130px;
		}
		.point_card .info .title .item_1 {
				max-width: 180px;
				left: -90px;
				top: -6.25rem;
		}
		.point_card.card_2 .info {
				padding-left: 38%;
		}
		.ip_1 {
				max-width: 20vw;
				right: 5%;
				top: 10%;
		}
		.ip_2 {
				max-width: 25vw;
				left: 0;
				bottom: -1.25rem;
		}
		.step_info .swiper-button-prev {
				left: 0;
		}
		.step_info .swiper-button-next {
				right: 0;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				width: 40px;
				height: 40px;
				top: 7%;
		}
		.step_info .swiper-pagination {
				;
				top: 22%;
				max-width: 100%;
				padding-left: 0;
		}
		.step_view .text {
				min-height: 140px;
		}
		.step_info {
				max-width: 60%;
				width: 100%;
				margin-bottom: 0;
		}
		.step_view {
				-webkit-box-orient: vertical !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: column !important;
				flex-direction: column !important;
				width: 100%;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		.step_view .info_block {
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0;
				padding-left: 0;
				padding-top: 0;
				width: 100%;
		}
		.step_cover {
				bottom: -25px;
				top: auto;
				margin: auto;
				left: 0;
				right: 0;
				max-width: 390px;
		}
		.step_view .view {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				margin: auto;
				text-align: center;
				width: 250px;
		}
}
@media screen and (max-width:767px) {
		.step_head, .step_view .title .head, .point_card .info .title .head {
				font-size: 1.5rem;
		}
		.step_view .text, .point_card .info .text {
				font-size: .875rem;
		}
}
@media screen and (max-width:576px) {
		.step_view .text {
				min-height: 100px;
		}
		.point_card {
				max-width: 80%;
				-webkit-box-shadow: .35rem .35rem 0 #000000;
				box-shadow: .35rem .35rem 0 #000000;
				border-radius: 0 3rem 3rem 3rem;
		}
		.point_card.card_2 {
				padding: 3rem 2rem;
				border-radius: 3rem 0 3rem 3rem;
		}
		.point_card.card_2 .info {
				padding-left: 0;
		}
		.step_view .view {
				width: 200px;
		}
		.step_cover {
				bottom: -17px;
				max-width: 310px;
		}
		.step_info {
				max-width: 90%;
		}
		.step_info .swiper-pagination {
				top: 24%;
		}
		.step_info .swiper-button-prev, .step_info .swiper-button-next {
				width: 35px;
				height: 35px;
				top: 8%;
		}
		.step_info .swiper-pagination-bullet {
				width: 12px;
				height: 12px;
		}
		.point_card .info .title .item_1 {
				max-width: 150px;
				left: -65px;
				top: -5.25rem;
		}
		.point_card .info .title .point {
				max-width: 70px;
				margin-left: .3rem;
		}
		.point_card .info .title .point2 {
				max-width: 90px;
				margin-left: .275rem;
				top: -1rem;
				right: -100px;
		}
		.point_card.card_1 {
				padding: 6rem 1rem 10rem 1rem;
		}
		.point_card.card_2 {
				padding: 3rem 1rem 12rem 1rem;
		}
		.ip_1 {
				max-width: 40vw;
				right: 0;
				top: auto;
				bottom: 1rem;
				left: 0;
				margin: auto;
		}
		.ip_2 {
				max-width: 35vw;
				left: 0;
				right: 0;
				margin: auto;
				bottom: -1rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.point_card {
				max-width: 88%;
		}
		.point_card.card_2 .info {
				padding-left: 38%;
		}
		.point_card .info .title .point {
				max-width: 70px;
				margin-left: .3rem;
		}
		.point_card .info .title .item_1 {
				max-width: 160px;
				left: -80px;
				top: -6.25rem;
		}
		.ip_1 {
				max-width: 25vw;
				right: 5%;
				top: 10%;
		}
		.point_card .info .title .point2 {
				max-width: 100px;
				margin-left: .275rem;
				top: -1rem;
				right: -110px;
		}
		.ip_2 {
				max-width: 28vw;
				left: 2%;
				bottom: -1rem;
		}
		.step_info {
				max-width: 86%;
		}
}
@media screen and (max-width:375px) {
		.step_view .badge_step, .topic {
				font-size: 1rem;
		}
		.point_card.card_1 {
				padding: 6rem .75rem 10rem .75rem;
		}
		.point_card.card_2 {
				padding: 3rem .75rem 11rem .75rem;
		}
		.point_card {
				max-width: 85%;
		}
}
@media screen and (max-width:320px) {
		.point_card {
				padding: 2rem 1rem;
		}
		.step_head, .step_view .title .head, .point_card .info .title .head {
				font-size: 1.25rem;
		}
		.step_view .text, .point_card .info .text {
				font-size: .8125rem;
		}
		.point_card .info .title .item_1 {
				max-width: 120px;
				left: -55px;
				top: -4.25rem;
		}
		.point_card .info .title .point {
				max-width: 60px;
				margin-left: .3rem;
		}
		.point_card.card_1 {
				padding-top: 5rem;
				padding-bottom: 10rem;
		}
		.point_card.card_2 {
				padding: 3rem 1rem 10rem 1rem;
		}
		.point_card {
				max-width: 82%;
		}
		.point_card .info .title .point2 {
				max-width: 82px;
				margin-left: .275rem;
				top: -1rem;
				right: -90px;
		}
		.step_view .view {
				width: 155px;
		}
		.step_cover {
				bottom: -25px;
				max-width: 250px;
		}
		.step_info .swiper-pagination {
				top: 27%;
		}
}
/************************
DRAWER-ITEM 
************************/
.info-block {
		background-color: #ffffff;
		padding-top: 2rem;
		padding-bottom: 3rem;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #000000;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		font-size: 1.75rem;
		line-height: 1.5;
		font-weight: bold;
		margin: 0;
		position: relative;
}
.drawer-header .title::after {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background-color: #000000;
		position: absolute;
		max-width: calc(100% - 10rem);
		top: 0;
		bottom: 0;
		left: 8rem;
		margin: auto;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 20px;
		height: 20px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: contain;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: 10px;
		margin-left: auto;
		opacity: .85;
		margin-right: 0;
		float: right;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
}
.drawer-content {
		width: 100%;
		padding: 0;
		display: block;
		font-size: 1rem;
		line-height: 1.8;
		text-align: start;
		letter-spacing: 1px;
		word-wrap: break-word;
}
.drawer-header-icon, .drawer-item-active .drawer-header-icon {
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
}
@media screen and (max-width:1199px) {
		.drawer-header .title {
				font-size: 1.5rem;
		}
		.drawer-item {
				width: 90%;
				margin: auto;
		}
}
@media screen and (max-width:991px) {
		.drawer-header .title::after {
				max-width: calc(100% - 8rem);
				left: 6rem;
		}
		.drawer-header .title {
				font-size: 1.25rem;
		}
		.drawer-content {
				font-size: .875rem;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 10px;
				bottom: 1em;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}