

/* box */
.bg_wh	{padding:30px 40px;margin-bottom:20px;background:#fff;}
.bg_gr	{padding:30px 40px;margin-bottom:20px;background:#f5f5f5}
.bx1_wh	{padding:30px 40px;margin-bottom:20px;border:1px solid #dadada;background:#fff}
.bx2_wh	{padding:30px 40px;margin-bottom:20px;border:2px solid #dadada;background:#fff}
.bx1_gr	{padding:30px 40px;margin-bottom:20px;border:1px solid #dadada;background:#f5f5f5}
.bx1_rd	{padding:30px 40px;margin-bottom:20px;border:1px solid #EF593A;background:#fff}


/* table */
.table{}
.table-sm{}
.table-lg{}

.table1				{}
.table1	thead th	{}
.table1	tbody th	{}
.table1	tbody td	{}

.table2				{}
.table2	thead th	{}
.table2	tbody th	{}
.table2	tbody td	{}

.table3				{}
.table3	thead th	{}
.table3	tbody th	{}
.table3	tbody td	{}


/* list */
ul.bu li		{position:relative;padding-left:13px;line-height:1.6;}
ul.bu>li:before	{content:"";display:inline-block;width:3px;height:3px;background:var(--main-color);vertical-align:top;position:absolute;left:0;top:11px;}
ul.bu>li>ul>li:before	{content:"";display:inline-block;width:6px;border-top:1px solid var(--basic-color);vertical-align:top;margin:12px 8px 0 -13px;}

ol.bu>li	{}


/* column */