.fs60 {font-size:60px}
	.fs30 {font-size:30px}
	.fs22 {font-size:22px;}
	.fs20 {font-size:20px;}
	.fs16 {font-size:16px;}
	.fs18 {font-size:18px;}
	.fs24 {font-size:24px;}
	.fs14{font-size:14px;}
	.mt10 {margin-top:10px;}
	.mt20 {margin-top:20px}
	.mt60 {margin-top:60px}
	.line_text {    text-decoration: line-through;    color: #888;}
	.red_btn {background:#ae4b4f; font-size:16px; font-weight:bold; color:white; border-radius:100px;font-family: 'NanumSquare', sans-serif;    width: 105px;
    padding: 9px 0;
    margin: 0 auto; transition:all 0.3s;}

	section {
		margin-bottom: 60px;
		word-break: keep-all;
		letter-spacing: -1.5px;
	}
	.section1 .fs60 { font-family: 'GMarketSans'; position:relative;padding-top:50px;}
	.section1 .fs60:after { content:'';
	position:absolute;
	top:20px;
	left:2px;
	width:90px;
	height:12px;
	background:#ae4b4f;
	}
	.section1 .fs22 {
		margin:20px 0 5px;
	}
	.section1 .tab_ul {
display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin: 20px 0 60px;
	}
	.section1 .tab_ul a {
background: #f5f5f5;
    text-align: center;
    display: block;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: black;
	transition:all 0.1s;
	}
	.section1 .tab_ul a:hover {
	background: #a83e42;
	color:white;
	}
	.section_title {
    font-weight: 900;
    margin-bottom: 10px;
    padding-left: 10px;
	position:relative;
}
	.section_title:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 4px;
    height: 24px;
    top: 1px;
    background: #ae4b4f;
	}

table  {
    table-layout: fixed;
	border-collapse: collapse;
	
}
table td {
    font-size: 16px;
    font-family: 'NanumSquare', sans-serif;
    color: #222;
	text-align:center;
	border:1px solid #ccc;
    padding: 16px;

}
table .gray_back {
	background:#f5f5f5;
	font-weight:600;
}
table .black_back td {
    background: black;
    color: white;
    font-weight: bold;
}
table tr td:last-child {
    border-right: none;
}
table tr td:first-child {
    border-left: none;
}


.grid_wrap {
	display:grid;
	gap:20px;
}
.grid_wrap .grid_box {
    background: #f5f5f5;
    padding: 10px 16px;
    font-weight: 600;
	display: flex;
    align-items: center;
    gap: 10px;
}
.grid_wrap .grid_box  .num {
    background: black;
    color: white;
    border-radius: 100px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    flex-shrink: 0;
    font-size: 14px;
}