/*body, html {*/
/*	min-width: 1050px;*/
/*	overflow: auto;*/
/*}*/
.breadcrumb-bar {
	padding-left: 30px;
	border: 0;
	background: #FDFBED;
	color: #555
}
.container {
	max-width: 924px;
	width: 100%;
	margin-top: 52px;
	margin-bottom: 52px;
}
.title {
	width: 100%;
	color: #FF7528;
	text-align: center;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: bold;
}
.container ul, .container ul li {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.container ul li {
	line-height: 54px;
	border-bottom: 2px dotted #aaa;
}

.news-detail .detail-container{
	max-width: 1025px;
	width: 95%;
	border-top: 1px solid #F8DED2;
	border-left: 1px solid #F8DED2;
	border-right: 1px solid #F8DED2;
	border-bottom: 2px solid #FF7528;
	padding: 25px;
	box-sizing: border-box;
	margin: 30px auto;
}
.news-detail .detail-container .detail-title {
	font-size: 20px;
	font-weight: bold;
	color: #FF7528;
}

.news-detail .detail-container .pub-time {
	font-size: 14px;
	color: #FF7528;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #F8DED2;
}

.news-detail .detail-container .body {
	font-size: 14px;
	color: #555;
	line-height: 26px;
}
.news-detail .detail-container .body p {
	text-indent: 1em;
	margin: 0;
	padding: 0;
	min-height: 26px;
}
.news-detail .detail-container .body .p-child {
	padding-left: 2em;
}
.news-detail .detail-container .body .p-child-one-indent {
	padding-left: 1em;
}
.news-detail .detail-container .body .p-child p {
	text-indent: 0;
}
.news-detail .detail-container .body .hot-text {
	color: #FD9966;
}
.news-detail .detail-container .body .font-size-16 {
	font-size: 16px;
}
.news-detail .detail-container .body .font-size-18 {
	font-size: 18px;
}
.news-detail .detail-container .body .font-size-20 {
	font-size: 20px;
}
.news-detail .detail-container .body .bold {
	font-weight: bold;
}

.news-detail .detail-container .body a {
	color: #FF8D53;
}

.news-detail .detail-container .body a.btn-primary {
	color: #fff;
}


.news-detail .detail-container .body a .link-icon {
	width: 12px;
	height: 12px;
}

.news-detail .detail-container .brand {
	text-align: center;
	margin: 20px 0;
}
.news-detail .detail-container .brand img {
	width: 100%;
}
.news-detail .link-container {
	text-align: center;
}
.news-detail .link-more {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.news-detail .detail-container-noOutLine{
	border: 0;
}
.news-detail .detail-container-noOutLine .detail-title {
	color: #555;
	font-size: 36px;
}

.compare-content {
	width: 100%;
	margin: 0 auto;
	padding: 26px 0;
}
.compare-content table {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.compare-content thead {
	text-align: center;
	background: #91b2c4;
}
.compare-content thead th {
	color: #fff;
	font-weight: bold;
	height: 50px;
	border: 1px solid #fff;
	padding: 5px;
	min-height: 44px;
	word-break: break-word;
	overflow-wrap: break-word;
}
.compare-content tbody tr {
	background: #e9f0f4;
}
.compare-content tbody tr:nth-child(2n) {
	background: #f4fbfd;
}
.compare-content tbody td {
	color: #555;
	padding: 10px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	word-break: break-word;
	overflow-wrap: break-word;
}
.compare-content tbody tr td:nth-child(1){
	background: #f4dfd4;
}
.compare-content tbody tr:nth-child(2n) td:nth-child(1){
	background: #f8f4f4;
}
.compare-content table .active {
	position: relative;
	background: #FF7528;
}


.compare-content2 {
	width: 100%;
	margin: 0 auto;
	padding: 26px 0;
}
.compare-content2 table {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.compare-content2 thead:nth-child(1) {
	text-align: center;
	background: #FF7528;
}
.compare-content2 thead:nth-child(1) th {
	color: #fff;
	font-size: 20px;
}
.compare-content2 thead:nth-child(2) {
	text-align: center;
	background: #F8DED2;
}
.compare-content2 thead:nth-child(2) th {
	font-weight: normal;
}

.compare-content2 thead th {
	color: #555;
	font-weight: bold;
	height: 44px;
	border: 1px solid #fff;
}
.compare-content2 tbody tr {
	background: #F9F4F4;
}
.compare-content2 tbody td {
	color: #555;
	padding: 10px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
}

.compare-content3 {
	width: 100%;
	margin: 0 auto;
	padding: 26px 0;
}
.compare-content3 table {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.compare-content3 thead th {
	color: #555555;
	font-weight: 500;
	height: 48px;
	border-bottom: 1px solid #FD9966;
	background: #F9F4F4;
	text-align: left;
}
.compare-content3 tbody td {
	color: #555;
	padding: 10px;
	text-align: left;
	border-bottom: 1px solid #F8DED2;
	font-size: 14px;
}
.compare-content3.mail-box thead th {
	border-bottom: 1px solid #518BA4;
	background: #E4F3F8;
}
.compare-content3.mail-box tbody td {
	border-bottom: 1px solid #CADCE6;
}


.pay-btn {
	width: auto;
	height: 28px;
	font-size: 12px;
	line-height: 1
}
.bankIcon {
	height: 100%;
	max-height: 30px;
}
.break-word {
	word-break: break-word;
	overflow-wrap: break-word;
}
.custom-row, .custom-row .row {
	margin: 0;
	display: flex;
	height: 100%;
}
.custom-row .col {
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #fff;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 100%;
}
.custom-row .col.flex {
	display: flex;
}
.custom-row .col-value {
	padding: 6px;
}
.custom-row .col-label {
	padding: 6px;
	color: #fff;
}
.custom-row .col:last-child {
	border: 0
}
.thead-box {
	padding: 0;
	text-align: center;
	background: #91b2c4;
}
.sp {
	display: none;
}

@media only screen and (max-width: 767.98px) {
	body, html {
		min-width: unset;
		overflow: auto;
	}
	.news-detail .detail-container .body .font-size-16 {
		font-size: .7rem;
	}
	.news-detail .detail-container .body .font-size-18 {
		font-size: .8rem;
	}
	.news-detail .detail-container .body .font-size-20 {
		font-size: .9rem;
	}
	.compare-content2 thead th {
		padding: .2rem;
		height: 2.1rem
	}
	.compare-content2 thead:nth-child(1) th {
		font-size: .9rem;
	}
	.compare-content2 thead:nth-child(2) th {
		font-size: .7rem;
		height: 1.9rem
	}
	.compare-content2 tbody td {
		padding: .2rem;
		font-size: .6rem;
		height: 1.9rem
	}
	.news-detail .detail-container {
		padding: 1rem
	}
	.news-detail .detail-container .detail-title {
		font-size: 1rem;
	}
	.news-detail .detail-container-noOutLine .detail-title {
		font-size: 1.6rem;
	}
	.news-detail .detail-container .body {
		font-size: .8rem;
		line-height: 1.4rem;
	}
	.news-detail .detail-container .body p {
		min-height: 1.4rem;
		line-height: 1.4rem;
	}
	.breadcrumb-item {
		font-size: .6rem;
	}
	.breadcrumb-title {
		font-size: .8rem;
	}
	.breadcrumb-bar {
		padding: 1rem;
	}
	.compare-content thead th {
		font-size: .8rem;
	}
	.compare-content tbody td {
		font-size: .9rem;
		padding: .4rem;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	.compare-content3 {
		padding: .5rem 0;
	}
	.compare-content3 table {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.compare-content3 thead th {
		height: 2.1rem;
		font-weight: bold;
		font-size: .8rem;
		padding: .2rem;
	}
	.compare-content3 tbody td {
		padding: .5rem .2rem;
		font-size: .7rem;
	}

}
