@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: #333;
}
.mainSlogan .sloganLar{
	font-weight: 800;
  font-size: 40px;
  color: #0077c1;
}
.mainSlogan .sloganSmo{
	font-size: 1.5em;
}
/*포토갤러리바로가기*/
.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");
}

/*Bootstrap Table CSS*/
.table {
    border-collapse: collapse;
    width: 100%;
    border-top: 2px solid #44a3bd;
    border-bottom: 2px solid #44a3bd;
}
.table td, .table th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 10px;
}
.table th {
  background-color: #ddffff;
}
.table caption {
  text-align: right;
}

table.dashed  td {
    border-bottom: 1px #ddd dashed;
    padding: 15px;
}
.blue-table, .-table {
    border-collapse: collapse;
    width: 100%;
}
.blue-table {
    border-top: 2px solid #44a3bd;
    border-bottom: 2px solid #44a3bd;
}
.blue-table td, .blue-table th {
    border: 1px solid #ddd;
  	padding: 10px;
}
.blue-table thead td, .blue-table th {
  background-color: #ddffff !important;
  font-weight: bold;
}
.blue-table tfoot td{
  background-color: #eee;
}

/*Table CSS_2*/
table {
    border-collapse: collapse;
    width: 100%;
}
.blue-table2 {
    border-top: 2px solid #44a3bd;
    border-bottom: 2px solid #44a3bd;
}

.blue-table2 td {
    border: 1px solid #ddd;
    text-align: center;
  	padding: 10px;
}

.blue-table2 thead td {
  background-color: #ddffff;
  font-weight: bold;
}

.blue-table2 tfoot td{
  background-color: #eee;
}

.blue-table2 caption {
  text-align: center;
}