﻿/*기본*/
@charset "utf-8";
body {font-family:Malgun Gothic, 맑은고딕;}
/*공통 E*/
img {	border: 0;	margin: 0px;	padding: 0;}
ol, dl, dt, dd, ul, li {	list-style: none;	margin: 0px;	padding: 0px;}
p {	margin: 0;	padding: 0;	border: 0; text-align:center;}
a {	color: #444;	text-decoration: none;}
a:hover, a:active {	color: #ff6600;	text-decoration: none;}


/* 본문시작_PC 기준*/
#wrap {width: 100%;	margin: 0px auto;}

/*타이틀 제목*/
h4.titDepth01  {font-size:180%; font-weight:bold; color:#000; margin:25px 0 20px 0;}
/*==========================================================================================*/

/*교육목표*/
.target{width:95%;   border:2px solid #ccc; border-radius: 10px; padding:1.5%; margin:0 auto 30px auto; text-align:center;}
.target img { max-width:100%;}
img{vertical-align:top;}

/*테이블*/
table 	{width: 100%;	border-collapse: collapse;	margin: 0 0 50px 0; border-top:2px solid #000;}
caption {visibility:hidden; overflow:hidden; margin:0; width:0; height:0; font-size:0; line-height:0;}
th, td {border: 1px solid #ccc;	text-align: center;padding:5px;}
th {font-weight: bold;	background-color: #f4f4f4;}
.left {	text-align: left; }

