
.title_wrap { padding:40px 0 20px; }
.container .info_wrap {display:flex;align-items: center; justify-content: space-between; margin: 30px 0;}
.container .info_wrap .text_wrap p {line-height:1.5; }
.container .info_wrap .text_wrap p:first-child {color:red;}
.container .info_wrap .text_wrap { font-size:1.1rem; margin-right:25px; border-bottom:1px solid #555; border-top:1px solid #555; width: 60%; padding: 50px 0;}
.container .info_wrap .ad_wrap .adsbygoogle {width:336px; height:250px;}

.container .info_wrap .mobile_ad_wrap {display:none;}

.table-pc-container { margin-top: 30px;}
.table-pc-container table {text-align:center; margin:0 auto; width:100%;}
.table-pc-container table thead { border:1px solid #374756;}
.table-pc-container table thead tr th { border-right:1px solid #374756;padding:12px 3px;}
.table-pc-container table thead tr:nth-child(2) {border-top:1px solid #374756;}

.table-pc-container table tbody { border:1px solid #ced3cc;}
.table-pc-container table tbody tr {border-bottom:1px solid #ced3cc;}
.table-pc-container table tbody tr td { border-right:1px solid #ced3cc;padding:12px 3px;}

.container .ad {margin:30px 0; text-align: center;}
.container .ad .adsbygoogle {width:728px; height:90px;}

.table-mo-container {display:none;}

.top_comment { display:none;}

.board_title { display:flex;background:url('/theme/ety_mandalorian/img/sub_bnr.png') no-repeat 0 0 / cover; height:120px; align-items:center; /* text-align:center; */}
.board_title h2 {  margin:0 auto;  color:#fff;}

@media (min-width: 1px) and (max-width: 767px) { .board_title{ height: 80px;}}
@media (min-width: 768px) and (max-width: 1089px) {.board_title{ height: 100px;} }
@media (min-width: 1090px) { }

@media only screen and (min-width: 321px) and (max-width: 768px){
	.container .info_wrap {display:block;}
	.container .info_wrap .text_wrap { font-size:0.9rem; margin-bottom:30px; width:100%;}
	
	.container .info_wrap .mobile_ad_wrap {display:block; text-align: center;}
	.container .info_wrap .mobile_ad_wrap .adsbygoogle {width:320px; height:100px;}

	#table1 { width:100%;}
	tbody {display:flex;border-top:1px solid #c894de;}

	.top_comment { display:block; font-size:1rem; margin-top:15px;color:#555;}
	.top_comment a {font-size:1.2rem; font-weight:bold; color:#2070e9;}


	.table-pc-container { display:none;}
	.table-mo-container {display:block;}
	
	.table-mo-container .ad_wrap {text-align:center; margin-top:30px;}
	.table-mo-container .ad_wrap .adsbygoogle { width:320px; height:50px; }

	.table-mo-container tbody {display:flex;flex-wrap:wrap;align-items: end; margin-top:30px;}

	.table-mo-container tr {width:50%; display: flex;flex-wrap: wrap; align-items: center; }
	.table-mo-container tr td {font-size:12px;}
	/* 은행명 */
	.table-mo-container tr td:nth-child(1) {width:100%; font-weight:bold; font-size:1rem;color:#000; padding: 10px 0px ; margin-bottom:5px;}

	/* 평균대출금리 */
	.table-mo-container tr td:nth-child(2) { height:10%; background:#10c7ff; border-radius:5px;color:#fff; padding:5px 8px; margin:5px 10px 0 0;}
	.table-mo-container tr td:nth-child(2):before { content:"평균";}
	/* 평균신용점수 */
	
	/* 대출금리, 가산금리, 기준금리 */
	.table-mo-container tr .average {color:#333; font-size:1rem; font-weight:bold;}
	.table-mo-container tr .average_sc {color:#333;font-size:1rem; font-weight:bold;margin:5px 0 0;}
	/* cd회사명 */
	.table-mo-container tr .cb_company {display:none;}
	.table-mo-container tr:nth-child(4n) {border-bottom:2px solid #10c7ff;padding-bottom: 15px}
	.table-mo-container tr:nth-child(4n-1) {width:50%; border-bottom:2px solid #c894de;padding-bottom: 15px;}
	.table-mo-container tr:nth-child(4n) .cb_company {display:block; color: #333; font-size: 1rem; font-weight: bold; }
	.table-mo-container tr:nth-child(4n) .cb_company:before { content:"CB회사명"; font-size:12px;margin-top:-3px; background:#c894de; padding:5px 17px;border-radius: 5px; color: #fff; margin: 3px 14px 3px 0; font-weight: normal; display: inline-block;}
	.table-mo-container tr:nth-child(4n) .division, 
	.table-mo-container tr:nth-child(4n) .average  {display:none;}
	.table-mo-container tr:nth-child(4n) .btn_wrap {display:block;}

	.table-mo-container tr:nth-child(4n-1) > td.division {background:#c894de;}
	/* 토스 평균신용점수 중복표기오류 */
	#table1 > tbody > tr:nth-child(44) > td.average_sc {display:none;}
	#table1 > tbody > tr:nth-child(44) > td.cb_company:after {content:"KCB"; color: #1073aa; font-size: 1.3rem; font-weight: bold;}

	.table-mo-container tr:last-child {display:none;}

}	
 