 
@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=Montserrat:wght@300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');



.overlay {position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;
background:#000; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.grd {background:-moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.9) 100%);
background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.9) 100%);
background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(0,0,0,.9) 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:before {
	content: ''; background: #000; width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%; opacity:0.5; z-index:0;}
.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; }	
	
	
.bn-horizon .grid {
padding:40px 15%; border:1px solid #ccc; border-radius:10px;}
.bn-horizon .desc {
    padding-left:5%; }
.bn-horizon .img-cell {
overflow:hidden;}
.bn-horizon .btn_cell {
text-align:center;}
 .bn-horizon .btn {
margin:0 auto; font-size:0.9em;}

@media screen and (max-width: 991px) {
.bn-horizon .grid {
display:block !important; padding:30px 5%;}
.bn-horizon .img_cell {
width:20%; margin:0 auto;}
.bn-horizon .desc, .bn-horizon .btn_cell { 
 width:100%; text-align:center; margin-top:10px;}
}

@media (max-width: 575px) {
.bn-horizon .img_cell {
width:35%; }
}


.banner .grid {position:relative; }
.banner .grid::after {clear:both; display:block; content:""; }
.banner .desc-cell {position:absolute; top:0; display:table;}
.banner .desc {display:table-cell; vertical-align:middle;}

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


.num{
background:#ddd; border-radius:50%; width:50px; height:50px; text-align:center;}
.num-dark{
background:#666; color:#fff; font-weight:bold;}
	
	
.scroll {
height:100%; width:100%; opacity:1;
transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}
.scroll.inactive.left{
margin-left:-250px; opacity:0;}
.scroll.inactive.right{
margin-left:250px; opacity:0;}


.card-cell .img-cell {
	overflow: hidden;  border-radius:5px; position:relative;}
.card-cell .desc {
	margin-top:25px; text-align:center; }
.card-cell h3 {
border-bottom:1px solid #aaa; padding: 0px 0 15px; }
.card-cell p { 
margin: 10px 0px 0px; padding:0 5%;}

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


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

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


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

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


.card-cell-txt .co {
padding:0 3%;}
.card-cell-txt .co:hover h3 {
color:#329c3e; }
.card-cell-txt 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-cell-txt .co:hover h3:before{
	width: 30%; left: 35%; }
.card-cell-txt p { 
margin: 20px 0px 0px; }
.card-cell-txt .btn {width:80px; height:80px; border-radius:50%; border:1px solid #888; padding:0;
line-height:80px;}
.card-cell-txt .btn:hover{
color:#fff; background:#333; border-color:transparent;}
	

.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;}
}

	
.card-bn {text-align:center; }
.card-bn .img-cell {width:15%;}
.card-bn h2 {font-family:'Oxygen','open sans','nanum gothic'; text-transform:capitalize; 
padding-bottom:10px; margin-top:15px; position:relative;}
.card-bn h2 span {font-weight:400;}
.card-bn h2:before{
	content: ''; background: #666; width: 6%; height: 2px;
    position: absolute; bottom: 0%; left: 47%;}
.card-bn p {margin-top:15px;}

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


.post .co {
overflow:hidden;}
.post .img-cell {
width:30%; float:left; text-align:center; border-radius:0;}
.post .img-cell i {
font-size:2.5em; line-height:1.2em; color:#555; margin-top:5px;}
.post .desc {
width:70%; float:left; padding-left:8%; text-align:left;}


.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-text .sub_title h4 {
	 padding-bottom:30px; position:relative;}
.post-text .sub_title h4:before{
	content: ''; background: #aaa; width: 10%; height: 2px;
    position: absolute; bottom: 0%; left: 0%;}
.post-text p {
	margin-top: 0px; font-size:0.95em;}

@media (max-width: 991px) {
.post-text .cell {
padding:0px 0%;}
.post-text .sub_title h4 {
	 margin-bottom:10px; padding-bottom:10px; position:relative;}
}


.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%;}
}


.bn-icon .img-cell {
width:30%; float:left; text-align:center; }
.bn-icon .img-cell i {
font-size:2.8em; line-height:1.2em;}
.bn-icon .desc {
width:70%; float:left;}

@media (max-width: 991px) {
.bn-icon .img-cell i {
font-size:2.2em; }
}


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

@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;}
}


.square .img-cell {
position:relative; width:100%; height:100%; 
transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;
	background-position: center !important; background-size: cover !important;}
.square .desc-cell {
	width: 100%; height: 100%; display: table; background-color: rgba(0, 0, 0, 0.0);
	position:absolute; z-index:10;
	transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.square .desc {
	text-align: center; 
	transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.square .desc p {
	font-size:0.95em; margin-top:10px; }
.square .icon {
width:30px; height:30px; background:#fff; margin:20px auto 0; 
text-align:center; }
.square .icon i {
font-size: 1.0em; line-height:30px; color:#555;}
	

.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;}
.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;}
 
 
	
	
	
	
 .main_wrap{
width:100%; position:relative; }

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

.section .title {text-align:center; margin-bottom:40px; padding:0 15%;}
.section .title p {margin-top:10px;}
  
 @media (max-width: 991px) {
.section {padding-top:50px; }
.section .title { padding:0 5%; margin-bottom:30;}
 }
 
 
 
	
/* Intro */
	.intro {
		background: url("../main/main.jpg");
		position:relative; height:800px;
transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out; }	
.intro .container {
		position:relative; height:100%; }	

.intro .slide {
width:100%; height:100%; position:relative;}	
.intro .slide:before{
	content: ''; background: rgba(0,0,0, 0); width: 100%; height: 100%;
    position: absolute; bottom: 0%; left: 0%; z-index:10;
	background:-moz-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(255,255,255,0) 15%,rgba(255,255,255,0) 85%,rgba(0,0,0,.6) 100%);
background:-webkit-linear-gradient(top,rgba(0,0,0,.6) 0,rgba(255,255,255,0) 15%,rgba(255,255,255,0) 85%,rgba(0,0,0,.6) 100%);
background:linear-gradient(to right,rgba(0,0,0,.6) 0,rgba(255,255,255,0) 15%,rgba(255,255,255,0) 85%,rgba(0,0,0,.6) 100%);
}

.intro .caption-cell {
position:absolute; width:100%; height:100%; z-index:20;} 
	.intro .caption { 
  text-align: center; z-index:10; }
 .intro .caption h2 {
    font-size:3.0em; letter-spacing:-0.01em; text-transform:capitalize;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .3); position:relative;}
 .intro .caption h2:before{ display:none;
	content: ''; background: #fff; width: 8%; height: 1px;
    position: absolute; bottom: 0%; left: 46%;}
.intro .caption p {
    text-shadow:none; margin: 15px auto 0;}
.intro .btn {
margin-top:30px;}

.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 .item:nth-child(1) {background: url("../main/main_01.jpg"); }
.intro .item:nth-child(2) {background: url("../main/main_02.jpg"); }
.intro .item:nth-child(3) {background: url("../main/main_03.jpg"); }
.intro .item:before {
	background: rgba(0, 0, 0, 0.0);  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: 4px; margin-top:1px; margin-bottom:1px; background-color: #fff; border: 1px solid transparent; 
  border-radius: 2px; opacity: .6;
  transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.carousel-indicators .active {
  width: 60px; height: 6px; margin-top:0px; margin-bottom:0px; background-color: #fff; border-color:transparent;}
 
.carousel-control-prev, .carousel-control-next {display:none;
width:10%; font-size:2.5em;}

 
.intro .movie-overlay:before {
 opacity:0.3;} 
.intro .movie-overlay:after {
opacity:0.6;}

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

@media (max-width: 1199px) {
.intro .item {height:600px; }
}
	
@media screen and (max-width: 991px) {
.intro .item {height:500px; }
.carousel-indicators {
  bottom: 10px;}
.carousel-indicators li {
  width: 20px; height: 6px; }
.carousel-indicators .active {
  width: 20px; height: 6px; }
.intro .caption h2 {font-size:2.5em; padding:0;}
.intro .caption h2:before {display:none;}
.intro .caption p {
     margin: 10px auto 0;}
.intro .btn {
margin-top:20px;}
}
	
	@media screen and (max-width: 575px) {
	.intro .item {height:300px; }
	.intro .caption {}
	.intro .caption h2 {
			font-size:1.8em;}
	}
	
	
	
	
	.tag {
	background:#222; height:60px; margin-top:0px; padding:0px 0; position:relative;	text-align:center;}
	.tag .grid {
	display:inline-block; margin:0 auto; height:100%; vertical-align:middle;}
	.tag .thumb {
	float:left; display:inline-block; position:relative; height:100%; width:auto;
	margin-right:10px; padding:5px 0;}
	.tag .thumb img{
	width:auto; height:100%;}
	.tag .desc {
	 float:left; padding:0px 0; height:100%; }
.tag .desc ul {
display:inline-block; text-align:center; padding-top:5px;}
.tag .desc li {
float:left;}
.tag .desc li.center{
padding:0 10px 0 5px;}
 .tag .desc h2 {
    font-family:'open sans','nanum gothic', sans-serif;  font-size:1.6em;
	letter-spacing:-1px; text-transform:uppercase;}
.tag  .desc .center h2 {
font-family: 'Playfair Display','nanum gothic', sans-serif; font-style:italic;
text-transform:capitalize; font-weight:500; }
	.tag h4{
	font-size:0.95em; letter-spacing:0.02em; text-align:center; text-transform:uppercase;}
	.tag h4 span {
	margin-left:10px; color:#eea629;}


.tag.st_2 {
height:150px;}
.tag.st_2 .desc {
	position:absolute; left:0; top:0%; width:100%; height:100%; text-align:center; }

 .pop_close {  position:absolute; right:5%; top:10%; font-size:0.9em;}
.pop_close input {width:18px; height:18px; margin:0 10px 0px 0; vertical-align:middle;}
.pop_close i {font-size:1.3em; margin:0 0px 0px 10px; }

.tag.st_3 {
height:auto;}
.tag_off {
width:100%; height:40px; text-align:center; background:#444;}
.tag_on {
height:150px;}
.tag_on .desc {
	position:absolute; left:0; top:0%; width:100%; height:100%; text-align:center; }
.tag_on .img_cell {
height:100%; background: url("../main/tag.jpg");}

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



	
/* md 02 */
.md_02 .img-grid {position:relative; padding:0 10% 10% 0; z-index:0;}
.md_02 .img-grid:after {content: ''; background: #fff; border:1px solid #e5e5e5; 
    width: 90%; height: 90%; position: absolute; bottom: 0%; right:0%; z-index:-1;}
.md_02 .img-cell { overflow:hidden;}
.md_02 .img-cell img {
	transition:0.2s ease-out; width: 100%; transform: scale(1); -webkit-transition: all 0.2s ease-out; -webkit-transform: scale(1);
}
.md_02 .img-cell:hover img {
	transform: scale(1.2); -webkit-transform: scale(1.2);
}
.md_02 h2, .md_02 h3 {font-family:'Oxygen','nanum gothic'; font-weight:700; padding-top:20px; position:relative;}
.md_02 h2 {font-size:1.6em; }
.md_02 h3 {}
 .md_02 h2:before, .md_02 h3:before{
	content: ''; background: #f19028; 
    width: 15%; height: 3px;
    position: absolute; top: 0%; left:0%;
}
	.md_02 .desc h4 {font-family:'times'; font-size:1.3em; font-weight:400; font-style:italic;}
	.md_02 .desc p {margin-top:10px;}

.md_02 .grid.first .desc {margin-top:28%; }
.md_02 .grid.second .desc h4 {margin-top:15px; }

@media screen and (max-width: 991px) {
.md_02 .img-grid {padding:0 5% 5% 0;  margin-bottom:20px;}
.md_02 .img-grid:after {
    width: 95%; height: 95%; }
.md_02 .grid.first h2 {margin-bottom:20px;}
	.md_02 .grid.first .desc {margin-top:0%; padding-left:0%;}
	}





/* md 03 */
.md_03  {background: url("../main/con_03_bg.jpg");
background-attachment:fixed;
	 position:relative;  text-align:center;}

.md_03 .cell ul {
display:inline-block; margin-top:10px;}
.md_03 .cell li {
padding:0 5px; float:left; }
.md_03 .cell h2 {
    font-family:'open sans','nanum gothic', sans-serif;  font-size:2.5em; font-weight:;
	letter-spacing:-0.01em; text-transform:uppercase;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, .0); padding-bottom:0px; position:relative;}
.md_03 .cell li.center {
padding:0px 10px;}
.md_03  .cell li.center h2 {
font-family: 'Playfair Display','open sans','nanum gothic', sans-serif; font-size:2.4em; font-style:italic;
text-transform:capitalize; font-weight:500;}

.md_03 p {
	margin-top: 15px; }
.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:35px;}

.md_03 #myPlayer{ display:none;
position:fixed; left:0; top:0; z-index:-1;}
.md_03 #myPlayer:after {
content: ''; background: rgba(0,0,0, 0.4); 
    width: 100%; height: 100%;
    position: absolute; top: 0%; left: 0%;}

	@media (max-width: 575px) {
	.md_03 {
padding:60px 0; }
/*.md_03 .board_gallery_output .board_output table.board_output tr > td:nth-child(6) {
display:none ;}*/
	}
	


.md_03.second {
background:none; text-align:left; padding:0;}	
.md_03.second .cell {
padding:0px 5%;}	
.md_03.second .sub_title h4 {
	 padding-bottom:30px; position:relative;}
.md_03.second .sub_title h4:before{
	content: ''; background: #aaa; width: 10%; height: 2px;
    position: absolute; bottom: 0%; left: 0%;}
.md_03.second p {
	margin-top: 0px; font-size:0.95em;}

@media (max-width: 991px) {
.md_03.second .cell {
padding:0px 0%;}
.md_03.second .sub_title h4 {
	 margin-bottom:10px; padding-bottom:10px; position:relative;}
}



	

/* md 04 */
.md_04 .co {
padding:0 3%;}
.md_04 .cell {
overflow:hidden;}
.md_04 .img_cell {
width: 30%; float: left; border-radius: 6px; border:1px solid #ddd; text-align: center; overflow:hidden;}
.md_04 .img_cell i {  
	line-height: 85px; font-size: 3.0em; }
.md_04 .img_cell img {display:none;
max-width:100%;}
.md_04 .desc {
	width: 70%; padding-left: 20px; float: right; text-align:left;}
.md_04 .desc h3 {margin-top:5px;}
.md_04 .desc h4 {
	margin: 0; transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;
}
.md_04 .desc p {
	text-align: left;  margin-top:0px;}

.md_04 .nav-tabs {
  border-bottom: 1px solid #ccc; margin:-5px 0 10px;
}
.md_04 .nav-tabs .nav-link {
  margin-bottom: -1px; padding:5px 20px; 
}
.md_04 .nav-tabs .nav-link h4 {
  color:#777;
}
.md_04 .nav-tabs .nav-link:hover, .md_04 .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.md_04 .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ccc #ccc #fff; 
}
.md_04 .nav-tabs .nav-link.active h4 {
  color: #444;
}

.md_04 .sub_title, .md_04 .board_recent .header {
text-align:left; border-bottom:1px solid #ccc; padding:0 5px 5px; margin-bottom:10px; }
.md_04 .board_recent .more {float:right; margin-top:2px;} 
	.md_04 .board_gallery_output {margin-top:0px;}
		

	
	
/* md 05 */
.md_05 {text-align:center;}	
.md_05 .icon ul {
	overflow: hidden; margin:0 auto; display:inline-block;
}
.md_05 .icon li {
float: left; margin:0 5px; padding: 0px; border-radius: 50%; text-align:center;
	border:0px solid #bbb; transition:0.2s ease-out; width: 36px; height: 36px; overflow: hidden; 
	opacity: 1; -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 {
	text-align: center; font-size: 1.3em; font-weight: 400; 
}
.md_05 p {
	margin-top: 10px;  
}

@media screen and (max-width: 767px) {
.md_05  h3 {
	font-size: 1.2em;}
}




/* md 06 */
.md_06 i {
	font-size:2.6em; line-height:1.2em; float:left; width:30%; margin-top:5px;}
.md_06 .desc {
float:left; width:70%; text-align:left;}
.md_06 h3 {
    font-size:1.5em; position:relative;	padding-bottom:0px; }
.md_06 p {
    margin: 0px 0 0px; font-size:0.95em; text-transform:capitalize;}

@media (max-width: 991px) {
.md_06 .co {
width:50%;}
}





/* md 07 */
.md_07 .grid {
padding:40px 10%;}
.md_07 .desc p {
	font-size:0.95em; }
.md_07 .icon {
width:40px; height:40px; border-radius:50%; background:#fff; margin:20px auto 0; }
.md_07 .icon i {
font-size:1.2em; color:#555;  }

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








	

	
.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: 991px) {	
		.board_gallery_output .board_output img{width:100%; height:auto;	}
	}

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

	

.board_list_output .board_output .board_output tbody > tr > td {
	padding: 2px 0px; font-size: 0.9em; border-bottom-color:#ddd; border-bottom-width: 1px; border-bottom-style: dotted;
}
/*.board_list_output .board_output .board_output tr td:nth-child(1) {}
.board_list_output .board_output .board_output tr td:nth-child(2) {}*/
.board_list_output .board_output .board_output tr td:nth-child(3) {
	 text-align: right; }
.board_list_output .list_output .bd_out1 {
	padding: 2px 0px;
}
.board_list_output .board_output .board_output a {font:inherit; 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:0.98em; color:#666;}

@media (max-width: 991px) {
.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: 5px 0px; font-size: 0.9em; border-bottom-color:#ddd; border-bottom-width: 1px; border-bottom-style: dotted;
}
.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:20px;
}
.board_blog_output .board_output .board_output tr td:nth-child(4) {
	width: 50%; padding-left:20px;}
.board_blog_output .board_output .board_output img {
width:100%; height:auto;}
.board_blog_output .board_output {font-family:'nanum gothic'; color:#777; }
.board_blog_output .board_output .board_output a {font-family:'nanum gothic'; color:#666;}
.board_blog_output .board_output .board_output a:hover {text-decoration:none;}

@media all and (max-width: 767px) {}






#pop {padding:0px; position:absolute; left:5%;bottom:0px; z-index:20;visibility:hidden;}
#pop .img-cell {
margin:0 30px 0 0px; opacity:0.9; transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}
#pop:hover .img-cell{
margin:0 0px 0 30px; opacity:1;}
#pop .desc {position:absolute; left:0; top:50%; z-index:20; width:100%;
text-align:center;}
#pop .close_tab {text-align:center; position:absolute; bottom:0px; right:0px;
font-size:0.85em;}
#pop .close_tab input {margin:0 0px 0px 0; vertical-align:middle; }

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

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




.side_tab {
position:fixed; border-radius: 4px; width:190px; z-index:30; background: rgba(50,50,50,.8);
opacity:0; transition:0.4s ease-out; -webkit-transition: all 0.4s ease-out;}	
.side_tab.on {
opacity:1;}	
.side_tab.first {top:300px; right: -140px; border-radius: 4px;  }
.side_tab.first:hover, .side_tab.second:hover {right: -20px}
.buy-theme span, .quick-question span {padding:0 10px; position: relative; top:0; opacity: 0}
.buy-theme:hover span, .quick-question:hover span {opacity: 1}
.buy-theme a, .quick-question a { color: #fff; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; padding:8px 15px; display: block }
.side_tab.second { top:350px; right: -140px; border-radius: 4px; }

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




.preloader{background-color:#f7f7f7;width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;
-webkit-transition:.6s;-o-transition:.6s;transition:.6s;margin:0 auto}
.preloader .preloader-circle{width:100px;height:100px;position:relative;border-style:solid;border-width:1px;border-top-color:#0b1416;border-bottom-color:transparent;border-left-color:transparent;border-right-color:transparent;z-index:10;border-radius:50%;
-webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);background-color:#ffffff; margin:0 auto;
-webkit-animation:zoom 2000ms infinite ease;animation:zoom 2000ms infinite ease;-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
.preloader .preloader-img{
position:absolute;top:50%;z-index:10;left:0;right:0;margin:0 auto; padding-top:0px; 
text-align:center;display:inline-block;
-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
.preloader .preloader-img img{max-width:55px}

@-webkit-keyframes zoom{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}}
@keyframes zoom{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);-webkit-transition:.6s;-o-transition:.6s;transition:.6s}}


  
  
	
	
	
	
/* Footer */
#footer{
	padding-top:80px; background:#fff;
}
.main_wrap #footer{
	padding-top:0px; 
} 
	.bottom_info {
		position: relative;
		margin-top: 0px; padding:40px 0;
		background: #39454b;
		color: #ccc;
		overflow: hidden;
	}
			
	.bottom_info  h4 {color:#eee;}
	.bottom_info  p {margin-top:10px;}
.bottom_info .info {margin-top:10px; font-size:0.9em;}
.bottom_info .info ul li {
	padding-bottom: 5px; width:100%;
}


.bottom_info .social {
	float: left; overflow: hidden;}
.bottom_info .social li {
float: left; margin-right:15px; 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; font-size:0.9em; line-height:19px;
}
.bottom_info .social i {
font-size:1.4em; line-height:1.55em;} 
.bottom_info .social img {display:none; width: 100%;}


.copyright { padding:15px 0;
font-size:0.95em;}
.copyright .cell ul li {
	padding-bottom: 5px; float:left; }

.bottom_info .col-md-3 {
margin-top:0px;}

@media (max-width: 767px) {
.bottom_info .co {
margin-top:30px;}
}




/* 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);
}



