
.sub_wrap {
width:100%; position:relative;}


.alert {
  padding: 15px; margin-bottom:0;
  border: 1px solid transparent;  border-radius: 4px;
}
.alert_gray {background:#eee; border:1px solid #ccc;}
.alert_green {
  color: #478d49; background-color: #dff0d8;
  border:1px solid #d6e9c6;}
 .alert_green_hard {
color: #fff; background-color: #478d49; }
.alt_green_hard {
color: #fff; background-color: #478d49; }
.alert_blue {
  color: #31708f;  background-color: #d9edf7;
  border:1px solid #bce8f1;}
.alert_yellow {
  color: #8a6d3b;  background-color: #fcf8e3;
 border:1px solid #faebcc;}
.alert_red {
  color: #a94442;  background-color: #f2dede;
  border:1px solid #ebccd1;}
  

 .cell_line { border:1px solid #ccc;}


  
  
.sub_top {
  height: 220px; background-size:cover !important; overflow:hidden; position:relative; 
}
	
.sub01 .sub_top .img-cell {  background: url(../top/01.jpg) center center; }
.sub02 .sub_top .img-cell {  background: url(../top/02.jpg) center center;}
.sub03 .sub_top .img-cell {  background: url(../top/03.jpg) center center;}
.sub04 .sub_top .img-cell {  background: url(../top/04.jpg) center center;}
.sub05 .sub_top .img-cell {  background: url(../top/05.jpg) center center;}
.sub06 .sub_top .img-cell {  background: url(../top/06.jpg) center center;}
.subm .sub_top {  background: url(../top/05.jpg) center center;}

.sub_top .img-cell {
width:100%; height:100%; 
  left: 0%; top: 0px; position: absolute; 
  background-size:cover !important;
  transition:transform 5s ease-out; -webkit-transition: transform 5s ease-out; 
  transform: scale(1.15);  -webkit-transform: scale(1.15);
}
.sub_top .img-cell:before{
	content: ''; background: rgba(0,0,0, 0.0); width: 100%; height: 100%;
    position: absolute; bottom: 0%; left: 0%; }
.load.sub_top .img-cell {
 transform: scale(1);
}
.sub_top .grid { 
 height: 100%;text-align:center; display:none;
}
.sub_top .container { height:100%; display:table;}
.sub_top .desc { display:table-cell; vertical-align:middle; }
.sub_top .desc h2 { 
color:#fff;}

@media all and (max-width:1400px) {
.sub_top {
  height: 190px;}
}
@media all and (max-width:991px){
.sub_top { height: 140px;}
}
@media all and (max-width:575px) {
.sub_top { height: 90px;}
}




#contents_wrap{padding-bottom:0px; position:relative; margin:0px auto 0;}

.sub_menu{
width:100%;	margin: 2px auto 0px; border: 1px solid #ccc; text-align: center; overflow: hidden; max-width: 100% !important;}
.sub_menu h2 {
	width: 30%; height: 46px; float: left; 
	font-size:1.5em; line-height: 1.9em; text-transform:uppercase;}
.sub_menu .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;}
 .sub_menu ul {
 /*padding:0; width: 70%; display:inline-block; */}
.sub_menu li {border-left:1px solid #ccc; /*float: left; margin-top:0;*/}
/*.sub_menu li.nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;}*/
  
.sub_menu a {height:46px; line-height:2.9em;
	width: 100%; display: inline-block;}
.sub_menu a:hover {background-color: #eee;}
.sub_menu .on a {
	color: #333; font-weight:bold; padding-left:0px; background:#fff;}

@media (min-width:992px) {
.sub_menu li {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;}
}

@media all and (max-width:991px) {
.sub_menu h2 {width:100%; font-size:1.5em; line-height:2.0em; height:45px; border-bottom:1px solid #aaa;}
.sub_menu ul {width: 100%; }
.sub_menu li {width: 33.333%; }
.sub_menu li:nth-child(1), .sub_menu li:nth-child(3) {
border-left-color:1px solid #ccc;}
.sub_menu ul.grid_1 li {width:100%;}
.sub_menu ul.grid_2 li {width:50%;} 
.sub_menu ul.grid_3 li {width:33.333%;} 
.sub_menu a {height:43px; font-size:0.9em; line-height:3.3em;}
}



.side_banner{display:none;
margin:60px 0 0; border:1px solid #ddd; padding:15px 10%; background:#fff;}
.side_banner h4 {font-size:1em; color:#555; }
.side_banner p {font-size:0.9em; margin-top:5px; color:#777;}

.side_banner img {
	max-width: 100%;}

@media all and (max-width:991px) {
.side_banner {display: none;}
}




.contents {}

.con_title, .heading-section, .contents .title {
  text-align: center;
  padding: 30px 0 0px; margin-top:30px;
}
.con_title h2, .heading-section h2, .contents .title h2 {
  font-family: 'Open Sans','nanum gothic', sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase; 
  /*background:url(../img/common/title.jpg) left 5px no-repeat;*/}

.heading-section h2 span {font-weight:600; color:#333;}

@media all and (max-width:991px){
.con_title, .heading-section, .contents .title {
  text-align: center;
  padding: 0; margin-top:40px;
}
.con_title h2, .contents .title h2 {
font-size:1.8em;}
}



.contents_in {margin-top:40px; }
.contents_in h3{margin:0px 0 20px; }

.contents .inner {margin-top:40px; }

.contents .grid {margin-top:50px;}
.contents .grid:first-child {margin-top:0px;}

.contents .grid.mt-60 {margin-top:60px;}
.contents .grid.mt-70 {margin-top:70px;}
.contents .grid.mt-80 {margin-top:80px;}
.contents .grid.mt-100 {margin-top:100px;}

.contents .inner h2{ font-weight:400;}
.contents .inner h3, .contents .grid h3 {margin-bottom:15px; text-transform:capitalize;}
.contents .inner h4{ font-size:1.3em; margin-bottom:5px; text-transform:capitalize;}

@media (max-width:991px) {
.contents .inner {margin-top:30px; }
.contents .grid {margin-top:40px;}
.contents .grid.mt-80, .contents .grid.mt-100 {margin-top:60px;}
}



	table.default th {
				text-align: center;
				padding: 10px 10px;
			}
			table.default thead {
				background: #666;
				border-top:1px solid #555;
				color: #fff;
				font-weight:bold;
			}
			table.default td {
				padding: 10px 10px;
				border-bottom:1px solid #ccc;
			}
			table.default td.left {
				text-align:center; font-weight:bold;
			}
			

.table-default ul {
clear:both; border-bottom:1px solid #ddd; overflow:hidden;}
.table-default ul:nth-child(1) {
border-top:1px solid #ddd;}
.table-default li {
				padding: 10px 10px; float:left; width:90%;}
		.table-default li.left {
				font-weight:bold; width:10%; padding:10px 0; text-transform:capitalize;}
			
@media (max-width:991px) {
.table-default li {
			width:80%;}
	.table-default li.left {
	width:20%; }
}


			
			
			
/* sub 01 */
.sub01_1 .smd_02 .img_cell.typo {
width:65%; margin:20px 0;}
.sub01_1 .bullet {margin-bottom:20px;}
.sub01_1 .bullet ul li {
padding:1px 0; color:#444;}
.sub01_1 .bullet ul li::before {
	background: #666; width: 3px; height: 3px; margin-right: 5px; vertical-align: middle; display: inline-block; content: "";}

	
.sub01_2 .smd_01 .cell {
border:1px solid #ccc; border-radius:5px;}

.sub01_2 .smd_02 .img_cell {
border-radius:5px;}
.sub01_2 .smd_02 h4 {
margin-top:15px;}
.sub01_2 .smd_02 h6 {
margin-top:10px; border-radius:2px; padding:0 5px; display:inline-block; text-transform:uppercase;}


.sub01_3 .info {
margin-top:30px;}



/* sub 02 */
.sub02_1 .smd_01 .img_cell {
overflow:hidden; }
.sub02_1 .smd_01 .desc_cell {
position:absolute; top:15%; left:50%; width:45%;}
.sub02_1 .smd_01 h2{
    color: #333333; font-size: 2.5em;
    margin-top:0px; font-weight: 600;
    line-height: 1.3em; letter-spacing:-1.5px; text-transform:none;
	position:relative;}
.sub02_1 .smd_01 h2 span { 
    font-weight: 700;}
.sub02_1 .smd_01 h3{color:#40a33e;
    margin-top:50px; line-height: 1.4em; letter-spacing:-1px; }
.sub02_1 .desc_cell .info {
margin-top:30px; overflow:hidden;}
.sub02_1 .desc_cell i  {
width:12%; float:left; font-size:2.3em; margin-top:10px; border-right:1px solid #999;}
.sub02_1 .desc_cell p{
    margin:0; padding-left:5%; width:88%; float:left;}

@media (max-width: 991px) {
.sub02_1 .smd_01 {
border-color:transparent;}
.sub02_1 .smd_01 .img_cell {
width:80%;}
.sub02_1 .smd_01 h2 {
font-size:2.1em;}
.sub02_1 .smd_01 h3 {
font-size:1.4em; margin-top:20px;}
.sub02_1 .smd_01 .desc_cell {
position:relative; top:0; left:0; width:100%; margin-top:20px; padding:0 15px;}
.sub02_1 .smd_01 .desc_cell i  {
width:15%; }
.sub02_1 .smd_01 .desc_cell p{
   width:85%;}
}


.sub02_1 .smd_03 {	background: #eee;
	position:relative;}
.sub02_1 .smd_03 .sub_title {
text-align:center; padding:0 20%;}
.sub02_1 .smd_03 .icon_cell {
padding:0 15%; text-align:center;}
	.sub02_1 .smd_03 .icon_cell h5 {
	margin-top:10px;}
	.sub02_1 .smd_03 .icon_cell i{
	font-size:2.6em; }

	@media screen and (max-width: 991px) {	
	.sub02_1 .smd_03 .icon_cell {
padding:0 5%; }
.sub02_1 .smd_03 .col {
 float:left; width:50%; margin:0 0 30px;}
	}
	
	
	
.sub02_2 .smd_02 .col {
margin-bottom:30px;}
.sub02_2 .smd_02 .desc li {
padding-bottom:2px;}
.sub02_2 .smd_03 h5 {
display:inline-block; padding:0 10px; border-radius:3px;}
.sub02_2 .smd_03 p {
margin-top:5px;}


.sub02_3 .inner h2 {padding-right:10%;} 
.sub02_3 .sec {
	overflow: hidden; padding-top: 0px; margin-top:50px;
}
.sub02_3 .sec.first {margin-top:50px;}
.sub02_3 .sec .img_cell img {
	width: 100%; height: 100%;
}
.sub02_3 .sec .desc_cell h3 {
	margin-top:0;
}
@media all and (max-width:991px) {
}







