body:not(.home) .header {
	background: #fff;
}

.ContentBody {
	font-size: 20px;
}

.ContentBody table:last-child {
	margin: 0;
}

/*.ContentBody tr,
.ContentBody tr td,
.ContentBody tr th {
	border: none !important;
	background: transparent !important;
}

.ContentBody tr td {
	padding: 5px;
	padding-right: 80px;
}*/

.ContentBody img {
	margin-left: 0;
}

.page-header-background .page-header-info {
	text-align: right;
}

.sec-title .subtitle {
	color: var(--adt-primary-color);
	font-family: var(--adt-secondary-font);
	font-size: 60px;
	line-height: normal;
}

.page-header-info .sec-title .title {
	font-family: "SVN Servetica";
	font-size: 100px;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}

.sec-title .title {
	font-family: var(--adt-primary-color);
	font-size: 30px;
	font-weight: 600;
	margin: 0;
}

.trip-inner {
	position: relative;
	overflow: hidden;
	padding: 60px 120px;
	background: #fff;
	border-radius: var(--adt-border-radius);
	box-shadow: var(--adt-shadow);
}

.trip-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}

.trip-header .sec-title {
	margin: 0;
}

.trip-process {
	flex: 1;
	margin-left: 40px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.trip-process::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 75px;
	background: var(--adt-text-color);
}

.trip-process::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 85%;
	height: 1px;
	background: var(--adt-text-color);
}

.trip-object {
	position: relative;
	z-index: 1;
	font-size: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	text-align: center;
}

.trip-object .value {
	font-weight: bold;
}

.trip-object .icon {
	display: flex;
	justify-content: center;
}

.trip-inner .row {
	row-gap: calc(var(--adt-grid-gap)*2);
}

.trip-item-inner {
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-radius: var(--adt-border-radius);
	background: transparent;
	padding: 40px 100px;
}

.trip-item:nth-child(1) .trip-item-inner {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border: none;
	font-size: 29px;
	color: #fff;
	background: linear-gradient(145deg, #003686 0, #b90023 50%);
}

.trip-item-child {
	position: relative;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-radius: var(--adt-border-radius);
	padding: 20px 40px;
	display: flex;
	align-items: center;
	gap: 40px;
	transition: var(--adt-transition);
}

.trip-item-child:hover {
	color: #fff;
	background: linear-gradient(145deg, #003686 0, #b90023 50%);
}

.trip-item-child:not(:last-child) {
	margin-bottom: 30px;
}

.trip-item-child-icon {
	flex: 0 0 auto;
	width: 103px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.trip-item-child-icon img {
	width: 100%;
	height: auto;
	transition: var(--adt-transition);
}

.trip-item-child:hover .trip-item-child-icon img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.minigame-inner {
	position: relative;
	padding: 60px 80px 60px 80px;
	background: #fff;
	border-radius: var(--adt-border-radius);
	box-shadow: var(--adt-shadow);
}

.minigame-sticky {
	position: sticky;
	top: calc(var(--adt-header-height) + 30px);
}

.guide-item {
	position: relative;
	background: linear-gradient(145deg, #003686 0, #b90023 50%);
	border-radius: var(--adt-border-radius);
	overflow: hidden;
	padding: 40px 120px;
	color: #fff;
}

.guide-item a{
	color: #fff;
}

.guide-item:not(:last-child) {
	margin-bottom: 30px;
}

/*.home-gallery .sec-title .title{
	font-size: 42px;
}*/

.home-gallery .sec-title .title span {
	background: transparent;
	color: var(--adt-text-color);
	-webkit-text-fill-color: var(--adt-text-color);
}

.gll-item-image::before {
	opacity: 0;
}

@media only screen and (max-width: 1919px) {
	.ContentBody {
		font-size: 14px;
	}
}

@media only screen and (min-width: 1441px) and (max-width: 1919px) {

	.sec-title .subtitle {
		font-size: 50px;
	}

	.sec-title .title {
		font-size: 24px;
	}

	.page-header-info .sec-title .title {
		font-size: 72px;
	}

	.trip-inner {
		padding: 40px 60px;
	}

	.trip-object {
		font-size: 16px;
	}

	.trip-destination img {
		width: 140px;
		height: auto;
	}

	.trip-item-child:not(:last-child) {
		margin-bottom: 20px;
	}

	.trip-item:nth-child(1) .trip-item-inner {
		font-size: 20px;
		padding: 40px 80px;
	}

	.trip-item-child {
		gap: 20px;
		padding: 15px 20px;
	}

	.trip-item-child-icon {
		width: 60px;
	}

	.trip-item-inner,
	.minigame-inner,
	.guide-item {
		padding: 40px 60px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.ContentBody {
		font-size: 14px;
	}

	.sec-title .subtitle {
		font-size: 50px;
	}

	.sec-title .title {
		font-size: 20px;
	}

	.page-header-info .sec-title .title {
		font-size: 64px;
	}

	.trip-inner {
		padding: var(--adt-gap);
	}

	.trip-object {
		font-size: 16px;
	}

	.trip-destination img {
		width: 140px;
		height: auto;
	}

	.trip-item-child:not(:last-child) {
		margin-bottom: 20px;
	}

	.trip-item:nth-child(1) .trip-item-inner {
		font-size: 20px;
		padding: 40px 80px;
	}

	.trip-item-child {
		gap: 20px;
		padding: 15px 20px;
	}

	.trip-item-child-icon {
		width: 60px;
	}

	.trip-item-child:nth-child(2) .trip-item-child-icon img{
		width: 40px;
	}

	.trip-item-inner,
	.minigame-inner,
	.guide-item {
		padding: 40px 80px;
	}

	.trip-item-inner img{
		width: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-header-background .page-header-info {
		text-align: left;
		position: relative;
		transform: none;
		left: 0;
		top: 0;
	}

	.sec-title {
		text-align: left;
	}

	.ContentBody p:not(:last-child) {
		margin-bottom: 10px;
	}

	.sec-title .subtitle {
		font-size: 46px;
	}

	.sec-title .title {
		font-size: 24px !important;
	}

	.page-header-info .sec-title .title {
		font-size: 54px;
	}

	.trip-inner {
		padding: var(--adt-gap);
	}

	.trip-header {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.trip-header .sec-title {
		margin-bottom: 20px;
		flex: 0 0 auto;
		width: 100%;
	}

	.trip-process {
		margin-left: 0;
	}

	.trip-object {
		font-size: 18px;
	}

	.trip-destination img {
		width: 150px;
		height: auto;
	}

	.trip-process::after {
		width: calc(100% - 150px);
	}

	.trip-item-inner {
		padding: var(--adt-gap);
	}

	.trip-item:nth-child(1) .trip-item-inner {
		font-size: 20px;
	}

	.trip-item-child-icon {
		width: 80px;
	}

	.trip-item-child:nth-child(2) .trip-item-child-icon img{
		width: 60px;
	}

	.trip-item-inner img{
		width: 80px;
	}

	.trip-item-child {
		gap: 30px;
	}

	/*.ContentBody tr td {
		padding-right: 50px;
	}

	.ContentBody tr td:nth-child(2),
	.ContentBody tr td:nth-child(3) {
		white-space: nowrap;
	}*/

	.minigame-inner,
	.guide-item {
		padding: var(--adt-gap)
	}

	.minigame {
		padding-top: 0 !important;
	}

	
	.home-gallery {
		padding-top: 0 !important;
	}

}

@media only screen and (max-width: 480px) {
	.sec-title .subtitle {
		font-size: 36px;
	}

	.sec-title h2.title {
		font-size: 18px !important;
	}

	.sec-title .title {
		font-size: 18px !important;
	}

	.page-header-info .sec-title .title {
		font-size: 46px !important;
	}

	.trip-inner {
		padding: 20px 15px;
	}



	.trip-object {
		font-size: 14px;
	}

	.trip-destination img {
		width: 100px;
		height: auto;
	}

	.trip-process::after {
		width: calc(100% - 100px);
	}

	.trip-item-inner {
		padding: 20px 15px;
	}

	.trip-item:nth-child(1) .trip-item-inner {
		font-size: 16px;
	}

	.trip-item-child {
		padding: 10px 15px;
		gap: 20px;
	}

	.trip-item-child-icon {
		width: 60px;
	}

	.trip-item-child:nth-child(2) .trip-item-child-icon img{
		width: 40px;
	}

	.trip-item-inner img{
		width: 60px;
	}

	.trip-item-child:not(:last-child) {
		margin-bottom: 20px;
	}

	.trip-item-child-content p:not(:last-child) {
		margin-bottom: 10px;
	}

	/*.ContentBody tr td {
		padding-right: 10px;
	}*/


	.trip-item-inner img {
		width: 60px;
	}


	.minigame-inner {
		padding: 20px 15px;
	}

	.guide-item {
		padding: 20px 15px;
	}
}