@charset "utf-8";

/*다단*/
#multipleDiv_dmstemp05_18 {
  background-color: #e9e9e9;  
}
#multipleDiv_dmstemp05_19 {
  background-color: #fff;
}
/*슬로건*/
.mainSlogan {
	text-align: right;
}
.mainSlogan  strong{
	font-size: 26px;
	line-height: 2;
  color: #2c4270;
}

.mainSlogan .sloganLar {
    font-weight: 800;
    font-size: 32px;
    color: #fff;
    text-shadow: 2px 2px 5px #333;
}
.mainSlogan .sloganSmo{
	font-size: 1.45em;
}
/*포토갤러리바로가기*/
.mainPhotogallery  {
  background: url("../../images/pgPhotogallery.png") no-repeat right top;
  padding: 0 45px 0 30px;
  height: 100%;
}
.mainPhotogallery  dt{
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  line-height: 3;
  padding-top: 5px;
}
.mainPhotogallery  dd{
  font-size: 1.1em;
  color: #97f0e9;
}
.mainPhotogallery  dd a{
  background: url("../../images/pgPhotogalleryAnc.png") no-repeat right top;
  width: 9px;
  height: 13px;
  float: right;
  overflow: hidden;
  text-indent: -5000px;
}
/*주요바로가기*/
.mainGoto{
  background-repeat: no-repeat;
  height: 100%;
}
.mainGoto dl dt{
  font-weight: bold;
  color: #555;
  font-size: 1.4em;
  line-height: 2.4;
}
.mainGoto dl dd{
  color: #999;
}
.mainGoto.goto01{
  background-image: url("../../images/goto01.png");
}
.mainGoto.goto02{
  background-image: url("../../images/goto02.png");
}
.mainGoto.goto03{
  background-image: url("../../images/goto03.png");
}
.mainGoto.goto04{
  background-image: url("../../images/goto04.png");
}

/*컨텐츠 글씨 크기*/
#masterEditor p, .table, #masterEditor a{
  font-size: 14px;
  line-height: 180%;
}

._contentBuilder ._obj._objHtml, ._contentBuilder ._obj._objTag {
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.7;
}
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.bold { font-weight: bold; }

.solid-table tr{
	border-top: 1px solid #ddd;	
	border-bottom: 1px solid #ddd;		
}
.solid-table td{
	padding: 10px 0px 10px 20px;
}
.solid-table td:first-child{
	width: 21%;
	font-size: 2em;
}

/*Bootstrap Table CSS*/
table {
    border-collapse: collapse;
    width: 100%;
}
.table, .table td, .table th {
    border: 1px solid #ddd;
    text-align: left;
}
.table {
    border-top: 2px solid #44a3bd;
    border-bottom: 2px solid #44a3bd;
}
.table th {
  background-color: #ddffff !important;
}
.table th, .table td {
    padding: 10px;
}
.table tfoot {
  border-top: 1px solid #44a3bd;
}
.table caption {
  text-align: right;
}

.solid th, .solid td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

h2 { color: #047FC4;}
h3 { font-size: 16px;}
