/************************
CARD ITEM
************************/
.p2 .card-item .pic_box {
		aspect-ratio: 16 / 9;
		overflow: hidden;
}
.p2 .card-item .pic_box img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		max-width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
}
.p2 .card-item .text_box {
		color: #ffffff;
		padding: 1rem 0;
	 background-color: transparent;
		text-align: center;
}
.p2 .card-item .card_title {
	font-size: 1.25rem;
}
.p2 .card-item {
		position: relative;
		cursor: pointer;
}
.p2 .card-item > div {
		position: relative;
		z-index: 2;
}
.p2 .card-item::after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: RGBA(255, 255, 255, 0);
}
.p2 .card-item:hover::after {
		background-color: RGBA(255, 255, 255, .125);
}
.p2 .card-item:hover .text_box {}
.p2 .card-item .pic_box img, .p2 .card-item:hover .pic_box img {
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.p2 .card-item .text_box, .p2 .card-item:hover .text_box, .p2 .card-item:hover::after, .p2 .card-item::after {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.p2 .card-item:hover .pic_box img {
		-webkit-transform: scale(1.15);
		    -ms-transform: scale(1.15);
		        transform: scale(1.15);
}
/************************
MODAL CARD ITEM
************************/
.modal-info.part2 .btn_close {
		position: absolute;
		right: 1rem;
		top: 1rem;
		z-index: 1050;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		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: #a7a7a7;
}
.modal-info.part2 .btn_close:hover {
		background-color: #333333;
}
.modal-info.part2 .btn_close i {
		color: #ffffff;
		font-size: 130%;
}
.modal-info.part2 .modal-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 3rem;
}
.modal-info.part2 .pic_box {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 40%;
}
.modal-info.part2 .text_box {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 60%;
		padding: 0 0 1rem 2rem;
}
.modal-info.part2 .modal_list {
		list-style: none;
		font-size: 1rem;
		margin-bottom: 2rem !important;
		display: block;
}
.modal-info.part2 .modal_list .item_title {
		min-width: 100px;
		display: inline-block;
		position: relative;
		margin-right: 1rem;
}
.modal-info.part2 .modal_list .item_title::after {
		content: '';
		width: 1px;
		height: 20px;
		position: absolute;
		top: 2px;
		bottom: auto;
		right: -2px;
		left: auto;
		margin: auto;
		background-color: #ccc;
}
.modal-info.part2 .modal_list .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: .5rem;
}
.modal-info.part2 .modal_list .item_title .icon i {
		margin-right: .5rem;
}
.modal-info.part2 .modal_title {
		font-size: 1.75rem;
		font-weight: 600;
}
.modal-info.part2 .tab-content {
		padding: 2rem 0 2rem 0;
		font-size: 1rem;
		line-height: 1.75;
}
.modal-info.part2 .tab-content ul, .modal-info.part2 .tab-content ol {
		margin-left: 0;
		padding-left: 2rem !important;
}
.modal-info.part2 .tab-content .text-remark {
		display: block;
		margin: 1rem 0;
}
.modal-info.part2 .nav-tabs .nav-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		width: 33.3%;
}
.modal-info.part2 .nav-tabs .nav-item .nav-link {
		width: 100%;
		color: #000000;
		border-radius: 0;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
		border-top: 1px solid #333333;
}
.modal-info.part2 .nav-tabs .nav-item .nav-link.active:focus, .modal-info.part2 .nav-tabs .nav-item .nav-link.active:active, .modal-info.part2 .nav-tabs .nav-item .nav-link.active {
		color: #dc0012;
		border: 0;
		background-color: #ffffff !important;
		border-top: 1px solid #dc0012;
}
.modal-info.part2 .nav-tabs .nav-item .nav-link:active, .modal-info.part2 .nav-tabs .nav-item .nav-link:hover {
		background-color: RGBA(0, 0, 0, .1);
}
.modal-info.part2 .nav-tabs {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		background-color: #f1f1f1;
		border: 0;
}
.modal-info.part2 .btn_close, .modal-info.part2 .btn_close:hover, .modal-info.part2 .btn_close i, .modal-info.part2 .btn_close:hover i {
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.modal-info.part2 .text_box {
	background: none;
background-color: #ffffff;
}
/************************
 TAB NAV
************************/
#infoTabBoxP2 {
		top: 50px;
		background-color: #0d0e10;
}
#infoTabBoxP2.is-top {
		background-color: #0d0e10;
}
#infoTabBoxP2 .nav-tabs .nav-link:active, #infoTabBoxP2 .nav-tabs .nav-link:hover, #infoTabBoxP2, #infoTabBoxP2.is-top {
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
#infoTabBoxP2 .nav-tabs {
		padding: 1rem 0;
		border: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
}
#infoTabBoxP2 .nav-tabs .nav-item {
		margin: 0 1rem;
}
#infoTabBoxP2 .nav-tabs .nav-link {
		min-width: 150px;
		border-radius: 0;
		border: 1px solid #c2c2c2;
		color: #ffffff;
		font-size: 1.125rem;
}
#infoTabBoxP2 .nav-tabs .nav-link:active, #infoTabBoxP2 .nav-tabs .nav-link:hover {
		background-color: RGBA(255, 255, 255, .25)
}
#infoTabBoxP2 .nav-tabs .nav-link.active {
		border: 1px solid transparent;
		color: #000000;
		background: -o-linear-gradient(45deg, #e7e3e0 0%, #bfbfbf 25%, #e9e9ea 67%, #a0a0a1 87%, #b2b2b2 100%);
		background: linear-gradient(45deg, #e7e3e0 0%, #bfbfbf 25%, #e9e9ea 67%, #a0a0a1 87%, #b2b2b2 100%);
}
@media only screen and (max-width:1199px) {
		.p2 .card-item .card_title {
				font-size: 1rem !important;
		}
		.p2 .card-item .card_sec {
				font-size: .85rem;
		}
}
@media only screen and (max-width:767px) {
		.p2 .card-item .card_title {
				font-size: 1rem !important;
		}
}
@media only screen and (max-width:568px) and (orientation: landscape) {
		#infoTabBoxP2 .nav-tabs .nav-link {
				color: #ffffff;
				font-size: 1rem;
				padding: .25rem .5rem;
		}
		.p2 .card-item .card_sec {
				font-size: .8125rem;
		}
		.p2 .card-item .text_box {
				padding: 1rem 0;
		}
}
@media only screen and (max-width:480px) {
		.p2 .card-item .text_box {
				padding: 1rem 0;
		}
		.p2 .card-item .card_title {
				font-size: 1rem !important;
		}
		.p2 .card-item .card_sec {
				font-size: .75rem;
		}
		#infoTabBoxP2 .nav-tabs .nav-link {
				min-width: 80px;
				font-size: .875rem;
				padding: .25rem .75rem;
		}
		.modal-info.part2 {
				bottom: 0;
				top: auto;
		}
		.modal-info.part2 .pic_box {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				width: 100%;
				margin-bottom: 1rem;
		}
		.modal-info.part2 .text_box {
				-webkit-box-flex: 0;
				    -ms-flex: 0 0 auto;
				        flex: 0 0 auto;
				width: 100%;
				padding: 0 1rem;
		}
		.modal-info.part2 .btn_close {
				top: 0;
				right: .5rem;
				left: auto;
				width: 35px;
				height: 35px;
				position: sticky;
				margin-left: auto;
				margin-bottom: .5rem;
		}
		.modal-info.part2 .modal-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				padding: .5rem 0 1rem 0;
		}
		.modal-info.part2 .modal_title {
				font-size: 1.5rem;
		}
		.modal-info.part2 .modal_list .item_title {
				min-width: 90px;
		}
		.modal-info.part2 .nav-tabs .nav-item .nav-link, .modal-info.part2 .tab-content, .modal-info.part2 .modal_list {
				font-size: .875rem;
		}
}
@media screen and (max-width: 320px) {
		#infoTabBoxP2 .nav-tabs .nav-link {
				min-width: 60px;
				padding: .25rem .75rem;
		}
		.p2 .card-item .card_title {
				font-size: .875rem !important;
		}
		.p2 .card-item .card_sec {
				max-width: 70%;
				margin: auto;
		}
}