/*     1377425 : 표 2.0      */
.table__1377425__ {width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}
.table__1377425__ > .table_inner {overflow:hidden;width:100%;margin:0 auto;border-top:2px solid #666}
.table__1377425__ * {box-sizing:border-box}
.table__1377425__ table {
	width:100%;margin-top:-1px;border-spacing:1px;border-collapse:separate;
	background:#dddddd;table-layout:auto;
}
.table__1377425__ table tr:first-child td{background:#f2f2f2 !important;}
.table__1377425__ td {
	height:50px;padding:5px 10px;
	background:#fff;font-size:16px;font-weight:normal;color:#333;text-align:left;
}
.table__1377425__ td.empty__1377425__ {padding:50px 20px}

@media all and (max-width:767px){
	.table__1377425__ > .table_inner {width:px}
}

@media all and (min-width:768px) and (max-width:1023px){
	.table__1377425__ > .table_inner {width:px}
	.table__1377425__ table tr:first-child td{font-size:18px !important;}
	.table__1377425__ table tr td{font-size:16px !important;}
}

@media all and (min-width:1024px){
	.table__1377425__ > .table_inner {width:px}
	.table__1377425__ table tr:first-child td{font-size:20px !important;}
	.table__1377425__ table tr td{font-size:18px !important;}
}

/*     1377435 : 한줄 텍스트      */
.text__1377435__ {
	display:flex; justify-content:center; align-items:center;
	position:relative;
	width:100%;
	height:500px;
}

.text__1377435__ .slogan__box{
	width:100%;
	text-align:center;
}
.text__1377435__ .slogan__box .title{
	font-size: 34px; color:#fff; font-weight:normal;
	margin-bottom: 10px;
	letter-spacing:-1px;
	text-shadow:0 0 5px rgba(0,0,0,0.7);
	font-family:'Noto Sans KR'
}
.text__1377435__ .slogan__box .text{
	font-size:16px; color:#fff; font-weight:normal;
	text-shadow:0 0 5px rgba(0,0,0,0.7);
	font-family:'Noto Sans KR'
}
.text__1377435__ .slogan__box p{
	margin:0;
	word-break:keep-all;
}

.text__1377435__ .border__box {
	position:absolute; left:10%; top:70px;
	width:150%; height:100%;
	border:1px solid rgba(255,255,255,0.3);
}
.text__1377435__ .border__box .border__box--edge{
	position:absolute;
	top:-1px; left:-1px;
	width:19px; height:19px;
	border-top: 1px solid #fff; border-left:1px solid #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
	.text__1377435__ .slogan__box .title{
		font-size:26px;
	}
	.text__1377435__ .slogan__box .text{
		font-size:16px;
	}
}

@media (max-width: 767px){
.text__1377435__ {height: 300px;}
	.text__1377435__ .slogan__box .title{
		font-size:20px;
	}
	.text__1377435__ .slogan__box .text{
		font-size:16px;
	}
}

