﻿@charset "utf-8";  /* CSS Document */

/* 중앙사회복지연구 */
    
#innerWrap {
    margin: 0 auto;  
    font-size: 1rem;  
    font-weight: 400;  
    line-height: 1.6rem;  
    text-align: justify;  
    word-break: keep-all;  
    box-sizing: border-box;
}

#innerWrap > div, p {margin: 0px auto;}
#innerWrap > table, th, td {line-height: 1.6rem; font-size: 13px;}

.fs13 {font-size: 13px!important; line-height: 1.6rem!important;}


/* link */
a {color: #333333;  text-decoration: none;}
a:hover {color: #3d7dca;  text-decoration: underline;}
a:active {color: #3d7dca;  text-decoration: underline;}



/* 테이블 */ 
.table-type1 {border-collapse: collapse;  text-align: center;  border: 1px solid #dcdcdc;  margin-top: 10px;}
.table-type1 th {padding: 10px;  text-align: center;  background-color: #E9EDF5;  border-top: 1px solid #dcdcdc;  border-left: 1px solid #dcdcdc;}
.table-type1 td {padding: 8px 10px;  border-top: 1px solid #dcdcdc;  border-left: 1px solid #dcdcdc;}
.table-type1 td.point {background-color: #F5F5F5;  text-align: center; font-weight: 700;}



/* 규정 */
.rule-section p {text-align: left;}
.rule-section .title {font-size: 17px; font-weight: 700; text-align: center;}
.rule-section .chapter {font-size: 15px;  font-weight: 700;  text-align: center;  padding: 8px 0;  border-width: 1px 0;  border-style: solid;  border-color: #ddd;}

.rule-section ul, ol {margin: 0px;}
.rule-section li {margin: 5px 0;  text-align: left!important;}



/* 연혁 */
.history ul, ol {margin: 0px; padding-left: 20px!important;}
.history li {margin: 10px 0; list-style: circle; text-align: left!important;}

