.content_title {
    font-size: 3rem;
    margin: 1.5rem 0;
    background: linear-gradient(135deg, var(--heading-color), var(--accent-color));
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 1.2;
		color:#333;
    font-weight: 700;
		text-align:center;
		padding:0 0 20px 0;
}

.content_wrap{width:100%;height:auto;font-family:'sans-serif';margin-top:10px;line-height:32px;text-align:justify;margin-bottom:20px;line-height:20px;}
.content_wrap *{font-size:18px;margin-top:20px;color:#333;line-height:32px;}

.content_wrap h3{font-size:24px;margin-top:2.0rem;}
.content_wrap p{margin-bottom:20px;}
.content_wrap img{max-width:100%;}

.content_wrap table{ position:relative;  line-height:28px; border-collapse:collapse; word-break:break-word; width:100%;margin-bottom:30px;}
.content_wrap table::after { content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#ccc; }
.content_wrap table tbody th,
.content_wrap table tbody td { height:auto;min-height:100px; padding:5px 5px;text-align:justify;  border-bottom:1px #ddd solid; border-right:1px #ddd solid;vertical-align:middle !important;font-size:14px; }
.content_wrap table tbody th {font-weight:bold; background:#0071d2; word-break:break-all; }
.content_wrap table tbody td { font-weight:300;  line-height:28px;}
.content_wrap table tbody td:last-child { border-right:0; }
.content_wrap table tbody td:last-child[rowspan] {border-left:1px solid #ddd;}

.tbl_title, table thead th{padding:10px 10px !important;background:#0071d2 !important;font-size:16px !important;color:#fff !important;text-align:center !important;font-weight:bold !important;}
/* ¸Þ´º ÆäÀÌÁö Å×ÀÌºí */
caption {
    display: none;
}
.content_headline {
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #ddd;
    line-height: 3rem;
    margin-top: 30px;
    margin-bottom: 30px;
}
.text_page{
	/*display:none;*/
}

.submenu0 .submenu-box.on{background:#0394fe !important;}
.submenu1 .submenu-box.on{background:#0394fe !important;}
.submenu0 .submenu-box.on h4{color:#fff !important;}
.submenu1 .submenu-box.on h4{color:#fff !important;}
