@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

#content .lead {
	font-size: 14px;
	line-height: 20px;
}
#content .note {
	margin-top: 1em;
	font-size: 14px;
	line-height: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
#content .note .red {
	color: #db2600;
}
#content .mainCont {
	margin-top: 30px;
	background-color: #f5f5f5;
	border-radius: 30px;
	padding: 35px 28px 30px;
}
#content .mainCont .inner {
	max-width: 735px;
	margin: 0 auto;
}
#content h2 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
#content .contBox {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px 0;
}
#content .contBox .box {
	width: 48.1%;
	display: flex;
	flex-direction: column;
}
#content .contBox .box.full {
	width: 100%;
}
#content .contBox h3 {
	height: 197px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background-color: #e06060;
	border-radius: 30px;
	padding: 100px 10px 25px;
	position: relative;
}
#content .contBox .box.full h3 {
	height: auto;
	padding: 20px;
}
#content .contBox h3::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50% , 0);
}
#content .contBox h3.icn01::before {
	width: 58px;
	height: 57px;
	background: url(/card/privilege/useful/revo/images/icn01.png) no-repeat;
	background-size: contain;
	top: 20px;
}
#content .contBox h3.icn02::before {
	width: 48px;
	height: 48px;
	background: url(/card/privilege/useful/revo/images/icn02.png) no-repeat;
	background-size: contain;
	top: 28px;
}
#content .contBox h3.icn03 {
	padding-top: 115px;
}
#content .contBox h3.icn03::before {
	width: 57px;
	height: 55px;
	background: url(/card/privilege/useful/revo/images/icn03.png) no-repeat;
	background-size: contain;
	top: 33px;
}
#content .contBox h3.icn04::before {
	width: 48px;
	height: 68px;
	background: url(/card/privilege/useful/revo/images/icn04.png) no-repeat;
	background-size: contain;
	top: 24px;
}
#content .contBox h3.icn05::before {
	content: none;
}
#content .contBox h3.icn05 span {
	display: inline-block;
	font-weight: bold;
	position: relative;
}
#content .contBox h3.icn05 span::before {
	content: "";
	width: 42px;
	height: 34px;
	background: url(/card/privilege/useful/revo/images/icn07.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -5px;
	left: -43px;
}
#content .contBox h3.icn06::before {
	content: none;
}
#content .contBox h3.icn06 span {
	display: inline-block;
	font-weight: bold;
	position: relative;
}
#content .contBox h3.icn06 span::before {
	content: "";
	width: 54px;
	height: 42px;
	background: url(/card/privilege/useful/revo/images/icn06.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: -9px;
	left: -67px;
}
#content .contBox h3::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #e06060 transparent transparent transparent;
	border-width: 18px 7px 0px 7px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50% , 0);
}
#content .contBox .contDetail {
	margin-top: 20px;
	background-color: #fff;
	border-radius: 30px;
	padding: 10px 30px 25px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
#content .contBox .contDetail.pd {
	padding-top: 30px;
	padding-bottom: 50px;
}
#content .contBox .contDetail.qaBox {
	padding: 35px 25px 25px;
}
#content .contBox .contTxt {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
#content .contBox .contTxt span {
	font-weight: bold;
	color: #db2600;
}
#content .contBox .contLink {
	margin-top: auto;
	padding-top: 20px;
}
#content .contBox .contLink a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background-color: #403b3b;
	padding: 10px 40px 10px 15px;
	border-radius: 20px;
	position: relative;
}
#content .contBox .contLink a::after {
	content: "";
	width: 18px;
	height: 15px;
	background: url(/card/privilege/useful/revo/images/arrow.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0 , -50%);
}
#content .contBox .gray {
	background-color: #f5f5f5;
	border-radius: 30px;
	padding: 15px;
}
#content .contBox .gray.bold {
	font-size: 21px;
	text-align: center;
}
#content .contBox .gray.bold span {
	display: inline-block;
	font-weight: bold;
	position: relative;
}
#content .contBox .gray.bold span::before {
	content: "";
	width: 37px;
	height: 41px;
	background: url(/card/privilege/useful/revo/images/icn05.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 37%;
	left: -40px;
	transform: translate(0 , -50%);
}
#content .contBox .df {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 80px;
}
#content .contBox .df .amount {
	font-size: 25px;
	font-weight: bold;
}
#content .contBox .df dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0 15px;
	width: 240px;
	background-color: #fff;
	border-radius: 50px;
	padding: 5px;
}
#content .contBox .df dt {
	width: 25%;
	font-size: 18px;
	font-weight: bold;
}
#content .contBox .df dd {
	width: 44%;
	font-size: 18px;
}
#content .contBox .df dd span {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
}
#content .contBox .exampleTable {
	margin-top: 40px;
	width: 100%;
	table-layout:fixed;
}
#content .contBox .exampleTable , #content .contBox .exampleTable td {
	border: 1px solid #000;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
}
#content .contBox .exampleTable td {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding: 5px 10px 8px;
	width: 18%;
}
#content .contBox .exampleTable td.w26 {
	width: 26%;
}
#content .contBox .exampleTable td.w10 {
	width: 10%;
}
#content .contBox .exampleTable td.bold {
	font-weight: bold;
	padding: 15px 10px;
}
#content .contBox .exampleTable td span {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
}
#content .contBox .exampleTable td span.center {
	vertical-align: super;
}
#content .contBox .note {
	font-size: 14px;
	line-height: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
#content .contBox .note li {
	margin-top: 1em;
}
#content .contBox .exampleTable + .note {
	margin-top: 30px;
}
#content .contBox .note + .gray {
	margin-top: 40px;
}
#content .contBox .txt {
	font-size: 18px;
	line-height: 30px;
}
#content .contBox .txt span {
	font-weight: bold;
}
#content .contBox .gray + .txt {
	margin-top: 20px;
}
#content .contBox .q li {
	position: relative;
	padding-left: 30px;
}
#content .contBox .q li::before {
	content: "";
	width: 20px;
	height: 24px;
	background: url(/card/privilege/useful/revo/images/q.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
}
#content .contBox .q li + li {
	margin-top: 20px;
}
#content .contBox .q li a {
	font-size: 18px;
	color: #0013ff;
	text-decoration: underline;
}
#content .contBox .otherLink {
	margin-top: 25px;
}
#content .contBox .otherLink a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #0013ff;
	text-decoration: underline;
}
@media (max-width: 767px) {
	#content {
		padding: 0 4vw;
	}
	#content .lead {
		font-size: 3.467vw;
		line-height: 4.8vw;
	}
	#content .note {
		font-size: 3.467vw;
		line-height: 4.8vw;
	}
	#content .mainCont {
		margin-top: 4.667vw;
		border-radius: 5.333vw;
		padding: 4.667vw 6.667vw 3.333vw;
	}
	#content .mainCont .inner {
		max-width: 100%;
	}
	#content h2 {
		font-size: 5.333vw;
	}
	#content .contBox {
		margin-top: 5.333vw;
		display: block;
	}
	#content .contBox .box {
		width: 100%;
		display: block;
	}
	#content .contBox .box + .box {
		margin-top: 16.667vw;
	}
	#content .contBox h3 {
		height: 47.333vw;
		font-size: 5.6vw;
		line-height: 7.2vw;
		border-radius: 6vw;
		padding: 25.333vw 1.333vw 6.667vw;
	}
	#content .contBox .box.full h3 {
		height: 28.933vw;
		font-size: 5.333vw;
		padding: 6.667vw 5.333vw 6.667vw 22.667vw;
		text-align: left;
	}
	#content .contBox .box.full h3.qa {
		height: 20.4vw;
		padding: 6.667vw 5.333vw 6.667vw 19.333vw;
		text-align: center;
	}
	#content .contBox h3.icn01::before {
		width: 14vw;
		height: 13.6vw;
		top: 5.333vw;
	}
	#content .contBox h3.icn02::before {
		width: 12.133vw;
		height: 12.133vw;
		top: 7.333vw;
	}
	#content .contBox h3.icn03 {
		padding-top: 29.333vw;
	}
	#content .contBox h3.icn03::before {
		width: 14.533vw;
		height: 14.133vw;
		top: 6.667vw;
	}
	#content .contBox h3.icn04::before {
		width: 12.267vw;
		height: 16.933vw;
		top: 5.733vw;
	}
	#content .contBox h3.icn05 span::before {
		width: 16.733vw;
		height: 13.533vw;
		top: -0.733vw;
		left: -18.667vw;
	}
	#content .contBox h3.icn06 span::before {
		width: 17.733vw;
		height: 17.333vw;
		top: 84%;
		left: -20vw;
		transform: translate(0, -50%);
	}
	#content .contBox h3::after {
		border-width: 4.267vw 1.733vw 0px 1.733vw;
		bottom: -2vw;
	}
	#content .contBox .contDetail {
		margin-top: 8vw;
		border-radius: 4vw;
		padding: 1.333vw 4vw 3.333vw;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}
	#content .contBox .contDetail.pd {
		padding-top: 4vw;
		padding-bottom: 6.667vw;
	}
	#content .contBox .contDetail.qaBox {
		padding: 4vw 2.667vw 2vw;
	}
	#content .contBox .contTxt {
		font-size: 4.267vw;
		line-height: 7.2vw;
	}
	#content .contBox .contLink {
		padding-top: 6.667vw;
	}
	#content .contBox .contLink a {
		height: 19.6vw;
		font-size: 4.267vw;
		line-height: 6.4vw;
		padding: 1.333vw 10.667vw 1.333vw 6.667vw;
		border-radius: 4vw;
	}
	#content .contBox .contLink a::after {
		width: 5.067vw;
		height: 4.533vw;
		right: 5.333vw;
	}
	#content .contBox .gray {
		border-radius: 4vw;
		padding: 2vw;
	}
	#content .contBox .gray.bold {
		font-size: 4.6vw;
		line-height: 7.467vw;
		text-align: left;
		border-radius: 10.667vw;
	}
	#content .contBox .gray.bold span {
		padding-left: 10.667vw;
	}
	#content .contBox .gray.bold span::before {
		width: 10.133vw;
		height: 11.067vw;
		top: 50%;
		left: 0;
	}
	#content .contBox .df {
		display: block;
	}
	#content .contBox .df .amount {
		margin-top: 0;
		font-size: 5.867vw;
		line-height: 1;
		text-align: center;
	}
	#content .contBox .df dl {
		width: 51.733vw;
		margin: 20px auto 0;
		gap: 0 2.667vw;
		border-radius: 4vw;
		padding: 0.667vw;
	}
	#content .contBox .df dt {
		width: 28%;
		font-size: 4.267vw;
	}
	#content .contBox .df dd {
		width: 44%;
		font-size: 4.267vw;
	}
	#content .contBox .df dd span {
		font-size: 4.667vw;
	}
	.tableWrap {
		overflow-x: auto;
		padding-bottom: 1.333vw;
	}
	#content .contBox .exampleTable {
		margin-top: 5.333vw;
		width: 210%;
	}
	#content .contBox .exampleTable td {
		font-size: 4.267vw;
		padding: 0.667vw 1.333vw 1.733vw;
		width: 18%;
	}
	#content .contBox .exampleTable td.w26 {
		width: 26%;
	}
	#content .contBox .exampleTable td.w10 {
		width: 10%;
	}
	#content .contBox .exampleTable td.bold {
		padding: 3.333vw 1.333vw;
	}
	#content .contBox .exampleTable td span {
		font-size: 4.667vw;
	}
	#content .contBox .note {
		margin-top: 4.667vw;
		font-size: 3.467vw;
		line-height: 4.8vw;
	}
	#content .contBox .exampleTable + .note {
		margin-top: 9.333vw;
	}
	#content .contBox .note + .gray {
		margin-top: 13.333vw;
	}
	#content .contBox .txt {
		margin-top: 6.667vw;
		font-size: 4.267vw;
		line-height: 6.667vw;
	}
	#content .contBox .gray + .txt {
		margin-top: 3.333vw;
	}
	#content .contBox .txt + .note {
		line-height: 6.667vw;
	}
	#content .contBox .q li {
		padding-left: 6.667vw;
	}
	#content .contBox .q li::before {
		width: 5.067vw;
		height: 6vw;
	}
	#content .contBox .q li + li {
		margin-top: 2.667vw;
	}
	#content .contBox .q li a {
		font-size: 4vw;
		line-height: 5.6vw;
	}
	#content .contBox .otherLink {
		margin-top: 5.333vw;
	}
	#content .contBox .otherLink a {
		font-size: 4vw;
	}
}

/* bottomCont */
.bottomCont {
	margin-right: -160px;
	padding-top: 30px;
	border-top: solid 1px #000;
}
.netLoginBox03.netLogin-new {
	margin: 110px auto 80px;
}
.guideList {
	padding: 20px;
	background-color: #F2F2F2;
	display: flex;
	justify-content: space-between;
}
.guideList > div {
	width: 48%;
}
.guideList > div .guideListTtl {
	font-weight: bold;
}
.guideList .iconLink01 {
	margin-top: 5px;
}
.guideList .iconLink01 a {
	color: #333;
	text-decoration: none;
}
.guideList .iconLink01 a:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.bottomCont {
		margin-right: 0;
		padding-top: 4vw;
	}
	.netLoginBox03.netLogin-new {
		margin: 7.333vw auto;
	}
	.guideList {
		padding: 2.667vw;
		display: block;
	}
	.guideList > div {
		width: 100%;
	}
	.guideList > div + div {
		margin-top: 4.667vw;
	}
	.guideList .iconLink01 {
		margin-top: 0.667vw;
	}
}

.pickUp-bnr {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0 29px;
	margin-top: 15px;
}
.pickUp-bnr li {
	width: 48%;
}
.pickUp-bnr li a {
	display: block;
}
.pickUp-bnr li a img {
	width: 100%;
}
@media (max-width: 767px) {
	.pickUp-bnr {
		gap: 2.9rem 0;
		margin-top: 2.667vw;
	}
	.pickUp-bnr li {
		width: 100%;
	}
}