@charset "UTF-8";

@media only screen and (min-width: 768px) {
	.silverBg.grayBlock .hStyle01:nth-of-type(1) > span {
		display: block;
		width: 1200px;
		margin: 0 auto;
		padding: 55px 0;
		line-height: 46px;
		color: #000000;
		background-color: rgba(255, 255, 255, 0.6);
	}

	.navWrap {
		margin-top: 56px;
		margin-bottom: 0;
	}

	.navWrap .hStyle01 {
		font-size: 29px;
		font-weight: 700;
		line-height: 45px;
	}

	.navWrap .linkBox {
		display: flex;
		justify-content: center;
		gap: 203px;
		margin: 41px auto 0;
	}

	.navWrap .linkBox div {
		position: relative;
	}

	.navWrap .linkBox div::before {
		content: '';
		position: absolute;
		width: 69px;
		height: 59px;
		left: -84px;
		top: 50%;
		transform: translateY(-50%);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.navWrap .linkBox div:nth-of-type(1)::before {
		background-image: url(/platinum/service/images/index_crown_icon01.png);
	}

	.navWrap .linkBox div:nth-of-type(2)::before {
		background-image: url(/platinum/service/images/index_crown_icon02.png);
	}

	.navWrap .linkBox div a {
		font-size: 18px;
		font-weight: 500;
		line-height: 32px;
		color: #3C3C3C;
	}
}

@media only screen and (max-width: 767px) {
	.silverBg.grayBlock .hStyle01:nth-of-type(1) > span {
		display: block;
		width: 355px;
		margin: 0 auto;
		padding: 25px 0 20px;
		color: #000000;
		background-color: rgba(255, 255, 255, 0.6);
	}
	
	.navWrap {
		margin-top: 30px;
		margin-bottom: 0;
	}

	.navWrap .hStyle01 {
		font-size: 18px;
		font-weight: 700;
		line-height: 28px;
	}

	.navWrap .linkBox {
		display: flex;
		flex-direction: column;
		gap: 6px;
		margin: 15px auto 0;
		padding: 0 20%;
	}

	.navWrap .linkBox div {
		position: relative;
		width: 230px;
		margin: 0 auto;
	}

	.navWrap .linkBox div::before {
		content: '';
		position: absolute;
		width: 29px;
		height: 25px;
		left: -55px;
		top: 50%;
		transform: translateY(-50%);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.navWrap .linkBox div:nth-of-type(1)::before {
		background-image: url(/platinum/service/images/index_crown_icon01.png);
	}

	.navWrap .linkBox div:nth-of-type(2)::before {
		background-image: url(/platinum/service/images/index_crown_icon02.png);
	}

	.navWrap .linkBox div a {
		font-size: 16px;
		font-weight: 500;
		line-height: 25px;
		color: #3C3C3C;
	}
}