@CHARSET "UTF-8";

h1, h2, h3, h4, h5, h6 { padding:0; margin:0;}

h3 {
	margin: 30px 0 30px 0;
	font-size: 35px;
	color: #333333;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.W500 {
	font-weight: 500;
}

.contents_sub {
	margin-top: 50px;
	position: relative;	
    text-align: center;
    margin: 0 auto;
    width: 1200px;
    padding-top: 60px;
}

.contents_sub .title-area {
	text-align: left;
	margin-bottom: 25px;
}

.sub_content-02 {
	margin: 0px auto 300px auto;
	width: 1200px;
	border-top: 1px solid #d9d9d9;
	padding-top: 70px; 
	text-align: left;
	line-height: 33px;	
    font-family: 'Nanum Gothic', '나눔고딕',
                 'NanumGothicWeb', '맑은 고딕',
                 'Malgun Gothic', Dotum, Arial, sans-serif;

    font-size: 14px;
}

.sub_content-02 li {
	/* font-size: 13px; */
}

.sub_content-02 h2 {
	margin: 60px 0 30px 0;
	font-size: 25px;
	color: #333333;
}

.sub_content-02 h2 span {
	font-size: 25px;	
	color: #58b3ad;
	font-weight:700;
}

.sub_content-02 h2.strong {
	margin: 60px 0 30px 0;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}

.sub_content-02 .image-subject {
	background: url(../../images/bul2.gif) no-repeat left center;
	padding-left: 20px;
	font-weight: 500;
	font-size: 19px;
	color: #333;
	height: 40px;
	margin-bottom: 15px;
	position: relative;
	margin-top: 30px;
}

.sub_content-02 img {
	margin-top: 15px;
}

.sub_content-02 .captions {
	color: #0082c8 !important;
	display: block;
	width: 100%;
}


.tit_txt{
	font-size: 16px;
	color: #898989;
	width: 1200px;
	padding-top:20px;
	margin-bottom: 60px;	
    padding-left: 20px;
    padding-right: 20px;
    line-height: 2.1;
}

.tit_txt-left{
	font-size: 16px;
	color: #898989;
	width: 1200px;
	padding-top:20px;
	margin-bottom: 60px;	
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    line-height: 2;
}


/* 공통 테이블 스타일 */

.basic,
.basic-table-middle {
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
}

/* 기본 테이블 */
.basic {
    width: 100%;
}

/* 중간 크기 테이블 */
.basic-table-middle {
    width: 850px;
    margin: 10px 0 15px 15px;
}

/* 공통 border */
.basic th,
.basic td,
.basic-table-middle th,
.basic-table-middle td {
    border: 1px solid #dddddd;
}

/* 공통 th */
.basic th,
.basic-table-middle th {
    padding: 8px 6px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}

/* 공통 td */
.basic td,
.basic-table-middle td {
    padding: 8px 6px;
    text-align: center;
    line-height: 1.4;
    color: #666666;
    font-weight: 400;
}


/* basic - 위탁업체 테이블 */

.basic th {
    font-size: 16px;
    color: #ffffff;
    background: #51b0ba;
}

.basic th.grey {
    background: #b2b2b2;
}

.basic th.dgrey {
    background: #858585;
}

.basic td {
    font-size: 15px;
    color: #777777;
}

.basic td.L30 {
    text-align: left;
    padding-left: 30px;
}

.basic td.leftp10 {
    padding-left: 15px;
    text-align: left;
}

.basic td.W500 {
    color: #333333;
    font-weight: 500;
}


/* basic-table-middle - 전화번호 /이메일 테이블  */

.basic-table-middle th {
    background: #f5f5f5;
    color: #333333;
    font-size: 15px;
}

.basic-table-middle td {
    font-size: 15px;
    color: #666666;
}

.basic-table-middle td.leftp10 {
    padding-left: 15px;
    text-align: left;
}