 
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700,800&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
 
		

.overlay {position:absolute; left:0; top:0; width:100%; height:100%; z-index:10; 
transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.overlay_grd {background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);
background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);}
.grd {background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);
background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.18) 18%,rgba(0,0,0,.95) 100%);}

.overlay-half {
position:relative;}
.overlay-half:before {
content: ''; background:rgba(7, 74, 105, 0.6); width: 50%; height: 100%;
    position: absolute; top: 0%; right: 0%; border-left:1px solid #fff;  }

.bg-before {position:relative;}
.bg-before:before {
	content: ''; background: #000; width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%; opacity:0.5; z-index:0;}
.bg-before.op-2:before {
	opacity:0.2; }	
	.bg-before.op-3:before {
	opacity:0.3; }	

.bg-overlay {position:relative;}
.bg-overlay:before {
	content: ''; background: #000; width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%; opacity:0.5; z-index:0;}
.bg-overlay.op-2:before {
	opacity:0.2; }	
.bg-overlay.op-3:before {
	opacity:0.3; }	
	
	
.line-ver {width:1px; height:20px; background:#ccc;}

.square {
position:relative; width:100%; height:100%;}
.square .icon, .square .desc {
position:absolute;}
.square .icon {
top:10%; right:10%; width:50px; height:50px; background:#fff; border-radius:50%;
text-align:center;}
.square .desc {
bottom:10%; left:10%;}


.stack .cell {
	width: 100%; height: 100%; position:relative;}
.stack .img-cell {
width:100%; height:100%; position:relative; z-index:0;
transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;
	background-position: center !important; background-size: cover !important;}
.stack .overlay {
background:#000; opacity:0;}
.stack .desc-cell {
position:absolute; top:0; left:0; width:100%; height:100%; display: table; z-index:10; }
.stack .desc {
	text-align: center; vertical-align: middle; display: table-cell; padding:0 5%;
	transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.stack .desc i {
	margin-bottom: 10px; font-size: 2em; display: inline-block;}
.stack .desc p {
 margin-top:10px;}

.trans {
transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.trans-4 {
transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}

.quote { position:relative;}
.quote:before { content: "\f10d"; position: absolute; left: 0px; top: 0px; 
font-family:fontawesome;}

.block-horizon .row {
margin:0;}
.block-horizon .co {
padding:0;}
.block-horizon .desc {
padding:8%;}


.bn-horizon .grid {
padding:40px 15%; border-radius:10px; border:1px solid #ccc;}
.bn-horizon .desc {
    padding-left:5%;}
.bn-horizon .desc p {
   margin-top: 10px;}
 .bn-horizon .btn {
margin:0 auto; font-size:0.9em;}

@media screen and (max-width: 991px) {
.bn-horizon .grid {
 padding:20px 5%;}
.bn-horizon .desc {
padding:0; text-align:center; }
.bn-horizon .img-cell {
width:30%;}
}


.banner .grid {position:relative;}
.banner .desc-cell {position:absolute; top:0;}

@media screen and (max-width: 991px) {
.banner .desc-cell {position:relative;}
}


.con-text .co {
padding:0 3%; text-align:center;}
.con-text h3 {padding: 0px 0 20px; 
font-family:'source sans pro','nanum gothic'; color:#333; font-size:3.4em; letter-spacing:-1px; font-weight:300;
 border:0; position:relative; }
.con-text .co:hover h3 {
color:#329c3e;}
.con-text h3:before{
	content: ''; background: #999; width: 14%; height: 2px;
    position: absolute; bottom: 0%; left: 43%; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;
}
.con-text .co:hover h3:before{
	width: 30%; left: 35%; }
.con-text .btn {width:80px; height:80px; border:1px solid #888;}
.con-text .btn:hover{
 background:#333; border-color:transparent;}

 @media (max-width: 991px) {
.con-text h3 {font-size:2.9em;}
}


.card-text .co {
padding:0 3%;}
.card-text h3 {
font-family:'source sans pro','nanum gothic'; color:#222; font-size:3.4em; letter-spacing:-1px; font-weight:300;
position:relative; padding-bottom:15px;}
.card-text .co:hover h3 {
color:#329c3e; }
.card-text h3:before{
	content: ''; background: #999; width: 14%; height: 2px;
    position: absolute; bottom: 0%; left: 43%; 
	transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.card-text .co:hover h3:before{
	width: 30%; left: 35%; }
.card-text p { 
margin: 20px 0px 0px; }
.card-text .btn {width:75px; height:75px; border-radius:50%; border:1px solid #888; padding:0;
line-height:75px;}
.card-text .btn:hover{
color:#fff; background:#333; border-color:transparent;}

@media (max-width: 575px) {
.card-text .btn {width:65px; height:65px; line-height:65px;}
}


.post .co {
overflow:hidden;}
.post .img-cell {
width:30%; float:left; text-align:center; border-radius:0;}
.post .desc {
width:70%; float:left; padding-left:8%; text-align:left;}
.post .desc h3 {
text-transform:capitalize;}
.post .desc h4 {
text-transform:uppercase; word-spacing:0.01em;}
.post .desc p { 
margin-top: 10px;}


.post-icon .co {
overflow:hidden;}
.post-icon .img-cell {
width:30%; float:left; text-align:center; border-right:1px solid #ccc; border-radius:0;}
.post-icon .img-cell i {
font-size:2.5em; line-height:1.2em; color:#555; margin-top:5px;}
.post-icon .desc {
width:70%; float:left; padding-left:8%; text-align:left;}
.post-icon .desc h3 {
text-transform:capitalize;}
.post-icon .desc h4 {
text-transform:uppercase; word-spacing:0.02em;}
.post-icon .desc p { 
margin-top: 10px;}


.post-text-half .co:nth-child(2) {
border-left:1px solid #ddd;}
.post-text-half .co .cell {
overflow:hidden;}
.post-text-half .co:nth-child(1) .cell {
padding-right:15%;}
.post-text-half .co:nth-child(2) .cell {
padding-left:15%;}
.post-text-half h4 {
	position:relative;	padding-bottom:15px; }
.post-text-half h4:before{	
content: ''; background: #bbb; 
    width: 8%;  height: 2px;
    position: absolute;  bottom: 0%; left: 0%;}
.post-text-half p {
   font-size:0.95em; margin: 15px 0 0px;}

@media screen and (max-width: 767px) {
.post-text-half .co:nth-child(2) {
border:0;}
.post-text-half .co:nth-child(1) .cell {
padding-right:0%;}
.post-text-half .co:nth-child(2) .cell {
padding-left:0%;}
}


.card-icon-ver .img_cell {
border:1px solid #ccc; border-radius:10px; width:80px; height:80px; display:table; margin:0 auto; text-align:center;}
.card-icon-ver .img_cell i {
font-size:2.5em; line-height:1.2em; color:#444; display:table-cell; vertical-align:middle;}


.card-cell .img_cell {
	overflow: hidden;  border-radius:5px; position:relative;}
.card-cell .img_cell img {
	transition:0.2s ease-out;  transform: scale(1); -webkit-transition: all 0.2s ease-out; -webkit-transform: scale(1);	}
.card-cell .co:hover .img_cell img {
	transform: scale(1.2); -webkit-transform: scale(1.2);}
.card-cell .desc {
	margin-top:25px; text-align:center; position: relative; }
.card-cell .desc h3 {
border-bottom:1px solid #aaa; padding: 0px 0 15px; }
.card-cell .desc h4 {
text-transform:uppercase; word-spacing:0.02em; border-bottom:1px solid #ccc; 
padding: 0px 0 15px; }
.card-cell .desc p { 
margin: 10px 0px 0px; padding:0 5%;}

@media (max-width: 575px) {
.card-cell .desc {
	margin-top:15px;}
.card-cell .desc h3 {
padding: 0px 0 10px; }
}


.card-bn {text-align:center; border-color:transparent;}
.card-bn .grid {padding:4% 15%; }
.card-bn .img-cell {width:15%; margin-bottom:15px;}

@media (max-width: 991px) {
.card-bn .grid {padding:4%; }
.card-bn .img-cell {width:30%;}
}


.board-mini .sub-title {
text-align:center; border:1px solid #ccc; 
width:100%; height:95px; border-radius:5px; display:table;}
.board-mini .sub-title h4 {
display:table-cell; vertical-align:middle;}
.board-mini .sub-title h5 {
display:table-cell; vertical-align:middle; text-transform:uppercase;}

@media (max-width: 991px) {
.board-mini .sub-title {
padding:5px 0; margin-bottom:10px;  height:auto;}
	}
	
	
.board-horizon .grid {
padding:0 20%;}
.board-horizon .header, .board-horizon .board_cell, .board-horizon .more{
float:left; border:0px solid #ccc; height:55px;}
.board-horizon .header{
width:20%; text-align:center; border-bottom:none; padding:0; margin:0px;} 
.board-horizon .board_cell{
width:60%; margin:0;}
 .board-horizon .more {
 width:20%; text-align:center; margin:0;}
.board-horizon .header h4 {
border:none; padding:0; margin:0;} 
	

.con-text-half .co.right {
border-left:1px solid #ddd;}
.con-text-half .co.left .desc {
padding-right:15%;}
.con-text-half .co.right .desc {
padding-left:15%;}
.con-text-half h4 {
	position:relative;	padding-bottom:15px; }
.con-text-half h4:before{	
content: ''; background: #bbb; 
    width: 8%;  height: 2px;
    position: absolute;  bottom: 0%; left: 0%;}
.con-text-half p {
   font-size:0.95em; margin: 15px 0 0px;}


.movie-cell {position:relative; overflow:hidden;}
.movie {position:relative;}

@media (min-width: 992px) {
.movie-center {
 left: 50%; top: 50%; width: 100%; height: auto; position: absolute; z-index: 0; 
transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%);}
.movie-overlay:before {
	content: ''; background: rgba(0,0,0, 1); width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%; opacity:0.3; z-index:1;} 
.movie-overlay:after {
content: ''; background: url("../main/overlay.png"); 
    width: 100%; height: 100%;  position: absolute; top: 0%; left: 0%; opacity:0.6;}
}


.board_recent .sub-title, .board-title {
text-align:left; border-bottom:1px solid #ccc; padding:0 5px 5px; margin-bottom:10px; }
.board_recent .sub-title h4, .board-title h4 {
text-transform:capitalize; }
.board_recent .more {float:right; font-size:11px; margin-top:2px;} 


	
	
	


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

.main_wrap h1 {
font-size:4.0em; color:#222; }

section, .section {padding-top:70px; position:relative; }

.section .container {
position:relative; height:100%; }

section .title, .section .title {text-align:center; margin-bottom:40px; padding:0 20%;}
section .title h2 {letter-spacing:-0.01em;}
section .title p, .section .title p {margin-top:10px;}

 @media (max-width: 1199px) {
section .title, .section .title {
padding:0 15%;}
 }
 
 @media (max-width: 991px) {
section, .section {padding-top:50px; }
section .title, .section .title { padding:0 0%; margin-bottom:30px;}
 }
 
 
 
 
/* Intro */
	.intro {
		background: url("../main/main.jpg");
		position:relative; 	}	
.intro .container {
position:relative; height:100%;}

.intro .caption-cell {
position:absolute;  width:100%; height:100%;} 
	.intro .caption { 
 z-index: 10; }
 .intro .caption h2 {
    font-size:3.2em; letter-spacing:-0.01em; word-spacing:0.05em; text-transform:capitalize;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .4); padding-top:15px; position:relative;}
 .intro .caption h2:before{display:none;
	content: ''; background: #fff; width: 6%; height: 2px;
    position: absolute; top: 0%; right: 0%;}
.intro .caption p {
   text-shadow:none; padding:0; margin: 10px auto 0;}

.intro .item { height:750px; 
background-size: cover !important; background-position: center !important;
transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}

/*.carousel-item {
  transition: transform 1.0s ease-in-out;}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  transition: opacity 0s 1.0s;}*/

.intro .left-grid .item:nth-child(1) {background: url("../main/main_01.jpg"); }
.intro .left-grid .item:nth-child(2) {background: url("../main/main_02.jpg"); }
.intro .left-grid .item:nth-child(3) {background: url("../main/main_03.jpg"); }
.intro .right-grid .item:nth-child(1) {background: url("../main/main_01_2.jpg"); }
.intro .right-grid .item:nth-child(2) {background: url("../main/main_02_2.jpg"); }
.intro .right-grid .item:nth-child(3) {background: url("../main/main_03_2.jpg"); }
.intro .right-grid .item:before {
	background: rgba(0, 0, 0, 0.2);  position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; 
	z-index: 0; content: "";}
.intro .item a {width:100%; height:100%; display:inline-block;}

.carousel-indicators {
  bottom: 30px;}
.carousel-indicators li {
  width: 40px; height: 3px; background-color: #fff; opacity:0.5; margin-top:1px;
  background-size: cover !important; background-position: center !important;
  transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.carousel-indicators .active {
  width: 50px; height: 5px; background-color: #fff; opacity:1; margin-top:0px;}
  
.carousel-control-prev, .carousel-control-next { display:none;
width:10%; font-size:3.5em; }

@media (max-width: 1400px) {
.intro .item {height:700px; }
}

@media (max-width: 1199px) {
   .intro .caption h2 {}
}
	
@media screen and (max-width: 991px) {
.intro .item {height:400px; }
.intro .caption { 
 margin-top:20%;}
.intro .caption h2 {font-size:2.2em;}
	.carousel-indicators {
  bottom: 10px;}
.carousel-indicators li {
  width: 20px; height: 6px; margin-top:0px; }
.carousel-indicators .active {
  width: 20px; height: 6px; }
	}
	
	@media (max-width: 575px) {
.intro .item {height:250px; }
	.intro .caption h2 {
			font-size:1.8em; }
	}
	
	
	
	
	.tag {
	background:#222; margin-top:0px; padding:0px 0; position:relative;	text-align:center;}
	.tag .grid {
	display:inline-block; margin:0 auto; height:60px; vertical-align:middle;}
	.tag .thumb {
	float:left; display:inline-block; position:relative; height:100%; 
	margin-right:10px; padding:5px 0;}
	.tag .thumb img{
	width:auto; height:100%;}
	.tag .desc {
	 float:left; display:table; padding:0px 0; height:100%; }
	
	.tag h4{
	font-size:0.95em; letter-spacing:1px; text-align:center; text-transform:uppercase;}
	.tag h4 span {
	margin-left:10px; color:#eea629;}
.tag .img-cell {
 background: url("../main/tag.jpg");}
.tag_on .desc {
	position:absolute; left:0; top:45%; width:100%; text-align:center; }
	
.tag-pop {
height:100px;}
.tag-pop .desc {
	position:relative; left:0; top:0%; float:none; display:table-cell;}
.tag-pop h4{
	font-size:0.85em; letter-spacing:0.5em; word-spacing:0.3em;}
.tag-pop .img-cell {
position:absolute; left:0; top:0%; z-index:-1;}
	
	@media screen and (max-width: 991px) {
	.tag, #tag_banner {display:none;}
	}
	
	
 .tag .pop_close { font-size:0.8em; position:absolute; right:5%; top:10%; overflow:hidden; z-index:10;}
.tag .pop_close input {width:14px; height:14px; margin:0 5px -0px 0; vertical-align:middle;}
.tag .pop_close i {font-size:1.2em; margin-left: 10px; }

.tag.st-2 .tag_off {
background:#222; height:50px; width:100%; text-align:center;}



	

.md_01 .grid {position:relative; }

@media (max-width: 991px) {
.md_01 h2 {
font-size:1.7em; margin-top:10px;}
.md_01 h4 {margin-top:10px;}
}


	
	
.md_02 .co {
padding:0 2%;}
.md_02 .desc h3 {
text-transform:capitalize;}
.md_02 .desc p { 
margin: 10px 0px 0px;}
.md_02 .img-cell {
	overflow: hidden;  border-radius:5px; position:relative;}
/*.md_02 .icon {
	width:55px; height:55px; border-radius:50%; background:#444;
	margin:0 auto; text-align:center; display:table;}*/
.md_02 .icon i {
	font-size:2.3em; line-height:1.2em; color:#444; display:table-cell; vertical-align:middle;}
.md_02 .btn {}

@media (max-width: 991px) {}





.md_03 {	background: url("../main/con_03_bg.jpg");
		background-attachment: fixed;}
.md_03 .grid {
text-align:center;}
.md_03 h2 {
	 text-transform:capitalize;}
	.md_03 h4 {
	 font-size:1.3em; margin-top:20px; display:block;}
.md_03 .btn {
	background:rgba(101,171,126, 0.5); }
.md_03 .btn:hover {
	background:rgba(101,171,126, 1);} 

.md_03 .board_recent {
margin-top:30px;}

	@media (max-width: 991px) {	}
	

	


.md_04 .grid {
overflow:hidden;}
.md_04 .co {
padding:0 3%;}

.md_04 .board_recent .header {
border-bottom:1px solid #ccc; padding:0 5px 5px; margin-bottom:10px; }
.md_04 .board_recent .more {float:right; color:#777777;font-size:11px; margin-top:2px;} 

	@media screen and (max-width: 575px) {	
	.md_04 .co {
padding:0 15px;}
}
		

	
	
.md_05 .img_cell {
 margin:0 auto; overflow:hidden; border-radius:5px;}
.md_05 .desc {
margin:0 auto; padding-left:5%; border-left:1px solid #ccc;}
.md_05 .icon {
margin-top:30px; }
.md_05 .icon ul {
	overflow: hidden; margin:0; display:inline-block; padding:0;}
.md_05 .icon li {
float: left; margin-right:10px; padding: 0px; border-radius: 50%; text-align:center;
	border:0px solid #bbb; width: 36px; height: 36px; overflow: hidden; 
	opacity: 1; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out; background:#ddd; 
}
.md_05 .icon li:nth-child(1) {background:#6087c1;}
.md_05 .icon li:nth-child(2) {background:#90a291;}
.md_05 .icon li:nth-child(3) {background:#deb162;}
.md_05 .icon li:nth-child(4) {background:#90a291;}
.md_05 .icon li a {width:100%; height:100%; display:inline-block; color:#fff; }
.md_05 .icon li:hover {opacity:0.5;} 
.md_05 .icon li i {
font-size:1.4em; margin-top:8px;}
.md_05 .icon li img {display:none; width: 100%;}

.md_05  h3 {
font-family:'Roboto Condensed','nanum gothic'; font-size: 1.7em; font-weight: 400; }
.md_05  h3 span {
 font-weight:700;}
.md_05 p {}

.md_05 .formmail { 
   z-index: 10; text-align: center;
background:rgba(255,255,255, 0.8); padding:15px 0 20px; border:3px solid #ddd; border-radius:10px; }
.md_05 .formmail_border {
border-radius:3px; height:28px;  }
.md_05 .formmail_textarea_style {
height:140px !important; border-radius:3px;}
.md_05 .formmail .table_02{
background:none; border:none !important;}
.md_05 .formmail .table_02 td{
background:none; border:none;}
.md_05 .formmail .formmail_title_bgcolor font {
color:#444;}

@media (max-width: 991px) {
.md_05 .desc { border-color:transparent; padding-left:0;}
}





.md_06 {z-index:0;}
.md_06 h2 {
margin-top:0; font-weight:400; font-size:1.9em; padding-top:15px; position:relative;}
.md_06 h2:before{ 
	content: ''; background:#f6b322; width: 50px; height: 3px;
    position: absolute; top: 0%; left: 0%;}
.md_06 h3 {
	position:relative;	}
.md_06 p {
    margin: 20px 0 0px;}
.md_06 .img-cell {
margin:0 auto; }

@media screen and (max-width: 575px) {}





.md_08 .co {
	height: 600px; padding:0; 
	border-right:1px solid #fff; border-bottom:1px solid #fff; 
	position:relative; overflow:hidden; 
}
.md_08 .cell {
	width: 100%; height: 50%; position:relative;}
.md_08 .cell.cell-03 {
	height: 100%;}
	
.md_08 .cell-01 .img-cell {background: url("../main/con_08_1.jpg");}
.md_08 .cell-02 .img-cell {background: url("../main/con_08_2.jpg");}
.md_08 .cell-03 .img-cell {background: url("../main/con_08_3.jpg");}
.md_08 .cell-04 .img-cell {background: url("../main/con_08_4.jpg");}
.md_08 .cell-05 .img-cell {background: url("../main/con_08_5.jpg");}
.md_08 .cell-06 .img-cell {background: url("../main/con_08_6.jpg");}
.md_08 .cell-07 .img-cell {background: url("../main/con_08_7.jpg");}

.md_08 .img_cell {
width:100%; height:100%; position:relative; z-index:0;
transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;
	background-position: center !important; background-size: cover !important;}
/*.md_08 .co:hover .img_cell {
	transform:scale(1.1); -webkit-transform:scale(1.1); }*/
.md_08 .overlay {
background:#000; opacity:0;}
.md_08 .cell:hover .overlay {
	opacity:0.5;
}
.md_08 .desc_cell {
position:absolute; top:0; left:0; width:100%; height:100%; display: table; z-index:10; }
.md_08 .desc {
	text-align: center; vertical-align: middle; display: table-cell; 
	padding:20px 5% 0;
	transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;
}
.md_08 .desc:hover {
	padding-top: 0px;
}
.md_08 .desc i {
	margin-bottom: 10px; font-size: 2em; display: inline-block;}
.md_08 .desc h3 {
	text-transform:capitalize;
}
.md_08 .desc p {
 margin-top:10px;
}

@media screen and (max-width: 991px) {
.md_08 .co {
	height: 300px; margin-top: 0px;}	
}


.md_08.st-2 .icon, .md_08.st-2 .desc {
position:absolute; z-index:10;}
.md_08.st-2 .desc {
text-align:left; padding:0; width:70%; bottom:10%; left:10%;}
.md_08.st-2 .desc p {
margin-top:5px;}
.md_08.st-2 .icon {
width:50px; height:50px; border-radius:50%; border:1px solid #fff;
text-align:center; bottom:10%; right:10%;}
.md_08.st-2 .icon i {
line-height:48px; }




	


	


.board_gallery_output table {
	width: 100%; background:none;
}
.board_gallery_output .board_output_gallery_img {
	border: 0px solid rgb(255, 0, 0); padding:0 10px 0 5px;
}
.board_gallery_output .board_output_gallery_img img {
	width: 100%; height: auto; border-radius:5px; overflow:hidden; 
}
.board_gallery_output .board_output_gallery_img:hover img {
	opacity:0.5;}
.board_gallery_output .board_output_gallery_img a {
	width: 100%; height: 100%; display: block; position: relative;
}
.board_gallery_output tbody tr td {
 width: 10%;
}
.board_gallery_output tbody tr td table {
	border: 0; width: 100%; text-align: center;
}
.board_gallery_output .board_output .board_output_gallery_img br{
display:none;}
.board_output_gallery_subject {font-family:'nanum gothic'; color:#666; margin:5px auto 20px; display:inline-block;}
.board_output_gallery_subject a {font-family:'nanum gothic'; color:#666;}
.board_output_gallery_subject a:hover {text-decoration:none;}

	/*@media screen and (max-width: 767px) {	
			.board_gallery_output .board_output img{width:100%; height:auto;	}
	}*/

	@media screen and (max-width: 575px) {	
	.board_gallery_output .board_output_gallery_img {
	padding:0 5px;}
	.board_gallery_output table.board_output table.board_output tr > td:nth-child(6) {
	display:none;}
	}
	

	

.board_list_output .board_output {
background:transparent;}
.board_list_output .board_output .board_output tbody > tr > td {
	padding: 3px 0px; font-size: 0.9em; border-bottom-color:#ddd; border-bottom-width: 1px; border-bottom-style: dotted;
}
/*.board_list_output .board_output .board_output tbody > tr:last-child > td {
	border-bottom-color:transparent;}*/
.board_list_output .board_output .board_output tr td:nth-child(1) {
	width: 3%;
}
.board_list_output .board_output .board_output tr td:nth-child(2) {
	width: 70%; text-align: left;
}
.board_list_output .board_output .board_output tr td:nth-child(3) {
	width: 27%; text-align: right; font-size: 0.87em;
}
.board_list_output .list_output .bd_out1 {
	padding: 2px 0px;
}
.board_list_output .board_output .board_output a {font-family:'nanum gothic'; color:inherit;}
.board_list_output .board_output .board_output a:hover {text-decoration:none;}
.board_list_output .board_output {font-family:'nanum gothic'; font-size:15px; color:inherit;}

@media (max-width: 991px) {
.board_list_output .board_output .board_output tbody > tr > td {
	font-size: 0.85em;}
.board_list_output .board_output .board_output tr td:nth-child(3) {
	display:none;}
}



.board_blog_output .board_output .board_output tbody > tr > td {
	padding: 8px 0px; font-size: 0.9em; border-bottom-color:#ccc; border-bottom-width: 1px; border-bottom-style: dotted;
}
.board_blog_output .board_output .board_output tbody > tr:last-child > td {
	border:0;}
.board_blog_output .board_output .board_output tr td:nth-child(1) {
	display:none;}
.board_blog_output .board_output .board_output tr td:nth-child(2) {
	width: 20%;}
.board_blog_output .board_output .board_output tr td:nth-child(3) {
	width: 30%; text-align: left; padding-left:25px; 
}
.board_blog_output .board_output .board_output tr td:nth-child(4) {
	width: 50%; padding-left:30px; color:#777; position:relative;}
.board_blog_output .board_output .board_output tr td:nth-child(4):before {
content:''; position:absolute; top:25%; left:0; width:1px; height:50%; background:#eee; }
.board_blog_output .board_output .board_output img {
width:100%; height:auto;}
.board_blog_output .board_output {font-family:'nanum gothic'; color:inherit; }
.board_blog_output .board_output .board_output a {font-family:'nanum gothic'; color:inherit;}
.board_blog_output .board_output .board_output a:hover {text-decoration:none;}

@media all and (max-width: 575px) {
.board_blog_output .board_output .board_output tr td:nth-child(2) {
	width: 20%;}
.board_blog_output .board_output .board_output tr td:nth-child(3) {
	width: 80%; }
.board_blog_output .board_output .board_output tr td:nth-child(4) {
	display:none;}
	}




#pop {padding:0px; position:absolute; left:5%;bottom:0px; z-index:20;visibility:hidden;}
#pop .desc {position:absolute; left:0; top:50%; z-index:20; width:100%;
text-align:center;}
#pop .img_cell {
margin:0px; opacity:1; 
transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out; }
#pop:hover .img_cell {
margin:0px; opacity:1;}
#pop .close_tab {text-align:center; position:absolute; bottom:0px; width:100%; height:30px; padding:0px 0; 
background:rgba(0,0,0, 0.4); font-size:0.8em;}
#pop .close_tab input {
vertical-align:middle; margin-bottom:3px;}

@media screen and (max-width: 991px) {
			#pop, #pro {display:none;}			
	}

	
	#pro img {opacity:0.8; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
#pro img:hover {opacity:1;}




.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }
  
  
 
	
	
	
	
/* Footer */
#footer{
	padding-top:80px; background:#fff; position:relative;
}
.main_wrap #footer{
	padding-top:0px;}
	
	.bottom_info {
		position: relative;
		margin-top: 0px; padding:40px 0;
		background: #39454b;
		color: #ccc; text-align:center;
		overflow: hidden;
	}
	.bottom_info  h4 {color:#eee;}
	.bottom_info  h5 {color:#eee; margin-top:5px;}
	.bottom_info  p {margin-top:10px;}
.bottom_info .sub-title i {
font-size:1.8em;}
.bottom_info .info {margin-top:10px; font-size:0.95em;}
.bottom_info .info ul {
overflow:hidden;}
.bottom_info .info ul li {
	padding-bottom: 2px; width:100%;
}


.bottom_info .social {
	margin:5px auto 0; text-align:center; display:inline-block; }
.bottom_info ul.social li {
float: left; margin-right:5px; margin-left:5px; border-radius: 3px; text-align:center;
	border:1px solid #999; transition:0.2s ease-out; width: 28px; height: 28px; overflow: hidden; 
	opacity: 1; -webkit-transition: all 0.2s ease-out; 
}
.bottom_info .social i {
margin-top:4px; font-size:1.25em; line-height:1.05em;} 
.bottom_info .social img {display:none; width: 100%;}


.copyright { padding:20px 0;
font-size:0.9em;}

@media (max-width: 991px) {}	


	
	

/* scroll to top */
	.scrollToTop {
	border-radius: 2px; transition:0.1s ease-out; text-align: center; right: 20px; bottom: 20px; display: none; position: fixed; z-index: 100; background-color: rgb(17, 17, 17); -webkit-transition: all 0.1s ease-out;
}
.scrollToTop:hover {
	bottom: 25px;
}
.scrollToTop a {
	transition:0.1s ease-out; width: 40px; height: 40px; color: rgb(170, 170, 170); padding-top: 7px; font-size: 1em; display: block; -webkit-transition: all 0.1s ease-out;
}
.scrollToTop a:hover {
	color: rgb(255, 255, 255);
}



