﻿@charset "utf-8";
@import url('layout.css');
@import url('bbs.css');


.txt1 
{
	font-family		: 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif';
	font-weight		: 600;
	color			: #2f2f2f;
	font-size		: 30px;
	background      : #fff;
	padding:  20px 0 ;
}

.table_01
{
}

.table_01 > tbody > tr > th
{
	font-family		: 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif';
	font-size		: 20px;
	color			: #2f2f2f;
	font-weight		: 500;
	text-align		: center;
	line-height		: 45px;
	height			: 75px;
	border	: 1px solid #dddddd;
	background		: #f9f9f9;
	padding:   0 10px;
}

.table_01 > tbody > tr > td
{
	font-family		: 'Noto Sans KR', 'Noto SanS hk', '노토산스', 'applegothic', 'Sans-serif';
	font-size		: 20px;
	color			: #838383;
	text-align		: center;
	border	: 1px solid #dddddd;
	line-height		: 40px;
	height			: 75px;
	padding:   0 10px;
}








