 
@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');
  
  
 h2 {font-size:2.1em; color:#444; line-height:1.3em;}
 h3 {font-size:1.5em; color:#444; line-height:1.3em;}
 h4 {font-size:1.2em; color:#555; line-height:1.4em;}
 h5 {font-size:1.0em; color:#555;}
 
  p {font-size:1em; line-height:1.7em;}
  
 @media screen and (max-width: 767px) {
 h2 {font-size:1.7em;}
 }

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

.section {padding-top:70px; background:#fff; position:relative; }
.section.mg_0 {margin:0px;}
.section.pd_0 {padding:0px;}

.section .title {text-align:center; margin-bottom:40px; padding:0 15%;}
.section .title p {margin-top:10px;}

 @media (max-width: 991px) {
.section .title { padding:0 0%;}
 }
 
.button { margin:20px auto 0; padding:8px 30px; border:1px solid #a3bece;  }
.button:hover{color:#fff; background:#a3bece; border:1px solid transparent; text-decoration:none;}

.button_solid {
		border:1px solid transparent; text-align: center; color:#fff; background: rgba(14, 129, 136, 0.5);	}
	.button_solid:hover {
		background: rgba(14, 129, 136, 1);}
		
.button_circle {
 width:90px; height:90px; padding:0; border-radius:50%; display:table; line-height:1.5em;
border:1px solid #fff;}
.button_circle span {
display:table-cell; vertical-align:middle;}
.button_circle:hover {
border:1px solid transparent; background:rgba(0,0,0, 0.5);}

.button_white {
color:#fff; border-color:#fff;}
.button_white:hover {
border:1px solid transparent; background:rgba(0,0,0, 0.5);}

	.dark, .dark h2, .dark h3, .dark h4, .dark a {
	color:#fff;}	
		
.bg {
background-size: cover !important;
		background-position: center center !important;}
.bg_none {
background:none;}

.bg_org {
background:#e69934;}
.bg_blue {
background:#5b95c9;}
  .bg_green {
 background-color: #478d49; }
 
.c_org {
color:#e69934;}
.c_blue {
color:#5b95c9;}
.c_green {
 color: #478d49; }

.d_tb {display:table; width:100%;}	
.d_tbc {display:table-cell; vertical-align:middle;}	

.overlay {position:absolute; left:0; top:0; width:100%; height:100%; z-index:10;}

.line_ver {width:1px; height:20px; background:#ccc;}

.ov_h {overflow:hidden;}

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

.d_n {
display:none;}


	

	
/* Intro */
	.intro {
		background: url("../main/main.jpg");
		position:relative;	overflow:hidden;}	
.intro .container {
		position:relative;}		
.intro .grid {
max-width:100%; margin:0 auto;}
.intro > .grid .grid {
width:100%; float:left;}
		
	.intro .caption { 
  position: absolute;  top:35%; left: 10%; right: 10%;  z-index: 10; text-align: center; }
 .intro .caption h2 {
    font-family: 'open sans','nanum gothic', sans-serif;  font-size:3.3em; letter-spacing:-1px; 
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5); padding-bottom:20px; position:relative;}
 .intro .caption h2:before{
	content: ''; background: #fff; width: 10%; height: 1px;
    position: absolute; bottom: 0%; left: 45%;}
.intro .caption p {
    font-size: 1em; text-shadow:none; padding:0; margin: 20px auto 0;}
	
.intro .item {width:100%; height:650px; 
background-size: cover !important; background-position: center !important;}
.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); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 2; content: "";}
.intro .item a {width:100%; height:100%; display:inline-block;}

.carousel-indicators {
  bottom: 30px;}
.carousel-indicators li {
  width: 40px; height: 6px; margin: 0 2px !important;  
  background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 2px;
  transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.carousel-indicators .active {
  width: 40px; height: 6px; margin: 0px 2px !important; background-color: #fff; border-color:transparent;}
  
.carousel-control { display:none;
  position: absolute; top: 50%; width: 10%;  padding-top:0px;}
.carousel-control.left, .carousel-control.right { background-image: none;}



.intro .right_grid {
margin-top:0px;}
.intro .right_grid > .col {
	height: 650px; width: 50%;
	border-right:0px solid #fff; border-bottom:0px solid #fff; 
	float: left; position:relative; overflow:hidden;
}
.intro .right_grid > .col .col {
	height: 325px; width:100%; position:relative;}
.intro .right_grid .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;}
.intro .right_grid .cell:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.intro .right_grid .col.left .img_cell {background: url("../main/main_02.jpg");}
.intro .right_grid .col.right .col:nth-child(1) .img_cell {background: url("../main/main_03.jpg");}
.intro .right_grid .col.right .col:nth-child(2) .img_cell {background: url("../main/main_04.jpg");}

.intro .right_grid .img_cell {
position:relative; left:0; top:0; width:100%; height:100%; 
transition: 0.2s ease-out; -webkit-transition: all 0.2s ease-out;
	background-position: center !important; background-size: cover !important;}
/*.intro .right_grid .col:hover .img_cell {
	transform:scale(1.1); -webkit-transform:scale(1.1); }*/
.intro .right_grid .desc { display:none !important;
	text-align: center; vertical-align: middle; display: table-cell; 
	padding-top:20px;
	transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;
}
.intro .right_grid .desc:hover {
	padding-top: 0px;
}
.intro .right_grid .desc i {
	margin-bottom: 10px; font-size: 2em; display: inline-block;}
.intro .right_grid .desc h3 {
	text-align: center; margin-top:0px; 
}
.intro .right_grid .desc p {
	text-align: center; opacity:0; margin-top:10px; padding:0 30px;
}
.intro .right_grid .desc:hover p {opacity:1.0;}

.intro .movie {
margin:0 0;}
.intro .movie:after {
	content: ''; background: rgba(0,0,0, 0.4); width: 100%; height: 100%;
    position: absolute; top:0%; left: 0%;}
.intro .movie:before {
content: ''; background: url("../main/overlay.png"); 
    width: 100%; height: 100%;  position: absolute; top: 0%; left: 0%; z-index:1;
	opacity:0.8;}

@media (min-width: 1400px) {}
	
@media screen and (max-width: 1199px) {
.intro .item {height:100%; }
   .intro .caption h2 {}
}
	
@media screen and (max-width: 991px) {
.intro .item {height:500px; }
}

@media (max-width: 767px) {
.intro .item {height:300px; }
.intro .caption {
   left: 10%; right: 10%; top:30%;}
	.intro .caption h2 {font-size:2.5em;}
	.carousel-indicators {
  bottom: 10px;}
.carousel-indicators li {
  width: 20px; height: 6px; }
.carousel-indicators .active {
  width: 20px; height: 6px; }
  .intro .right_grid .col {
	width: 100%; height: 200px; margin-top: 0px;}	
	}
	
	@media screen and (max-width: 480px) {
	.intro .caption h2 {
			font-size:1.8em; }
	}
	
	
	
	
	.tag {
	background:#222; margin:0 auto; padding:0px 0; position:relative;	text-align:center;
	max-width:1400px;}
	.tag .grid {
	display:inline-block; margin:0 auto; height:45px; 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:1.0em; letter-spacing:1px; text-align:center; text-transform:uppercase;}
	.tag h4 span {
	margin-left:10px; color:#eea629;}
.tag .img_cell {
min-height:150px; background: url("../main/tag.jpg");}
 .pop_close { line-height: 35px; position:absolute; right:5%; top:10%;}
.pop_close input {width:20px; height:20px; margin:0 10px -5px 0; }
.pop_close i {font-size:1.3em; margin:0 0px 0 10px;}
.tag_off {padding:10px 0;}
.tag_on .desc {
	position:absolute; left:0; top:45%; width:100%; text-align:center; }

	@media screen and (max-width: 991px) {
	.tag, #tag_banner {display:none;}
	}
	
	
	
	
.md_01 {
	margin: 0px auto; overflow:hidden;}
.md_01 > .container {position:relative;}
.md_01 .col:first-child {z-index:10;}
.md_01 h2 {font-family:'Oxygen','nanum gothic'; font-size:1.7em; line-height:1.4em; font-weight:700; 
padding:20px 0 0; position:relative;}
 .md_01 h2:before{
	content: ''; background: #f00; 
    width: 15%; height: 3px;
    position: absolute; top: 0%; left:0%;
}
.md_01 .img_cell {text-align:center; margin:0; overflow:hidden; }
.md_01 .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_01 .img_grid {position:relative; padding:5% 5% 0 15%; z-index:0;}
.md_01 .img_grid:after {content: ''; background: #fff; border:1px solid #ddd; 
    width: 80%; height: 80%;
    position: absolute; top: 0%; left:0%; z-index:-1;}
.md_01 .desc {text-align:left; margin-top:20%; }
	.md_01 .desc h3 {font-family:'nanum gothic'; font-size:1.3em; font-weight:400; margin-top:20px;}
	.md_01 p {margin-top:10px;}

@media screen and (max-width: 991px) {
.md_01 h2 { 
padding:20px 0px 0px 0; 
position:relative; left:0px; top:0; right:0px;  }
.md_01 .movie {
margin:0 -0%;}
.md_01 .movie:after {
display:none;}
.md_01 .image_cell {padding:0 30px 20px 0;}
.md_01 .desc {margin-top:30px; padding:0;}
.md_01 .col {
margin-top:30px;}
.md_01 .col:first-child {
margin-top:0px;}
}



	
.md_02 {
		margin-top:0px;	text-align:center;}
.md_02  h2 {letter-spacing:-0.5px;}
	.md_02 h2 span {color:#116a98;}
.md_02 .col .desc {
	transition:0.4s ease-out; width: 75%; position: relative; -webkit-transition: all 0.4s ease-out;
	text-align:left; float:left; padding-left:5%;
}
.md_02 .col .desc h3 {margin-top:0px; border-bottom:0px solid #999; 
 width: 100%;  padding: 0px 0 5px; 
}
.md_02 .col .desc p { width:100%;
margin: 10px 0px 0px; padding:0 ;
}
.md_02 .col .img_cell {
	 border-right:1px solid #aaa; border-radius:0px; position:relative; width:25%; float:left;
}
.md_02 .col .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 i {
font-size:2.3em; line-height:1.2em; color:#555;  margin-top:5px;}

@media screen and (max-width: 767px) {
.md_02 .title p {width:100%;}
.md_02 .col {
	margin: 0px 0px 50px; display:inline-block;
}
.md_02 .col:last-child {
	margin-bottom: 0px;}
}




.md_03 {	background: url("../main/con_03_bg.jpg");
		background-size:cover;
		background-attachment: fixed;
		background-position: center center;
	margin: 0px auto 0; padding:80px 0; position:relative;
}
.md_03 .grid {
text-align:center; padding:0 0%; }
.md_03 h2 {
	font-weight: 400; margin-top:30px; font-size:1.8em;
}
.md_03 p {
	font-size:1.2em; font-weight:400; margin-top: 5px; }
.md_03 .button {
	margin: 30px auto 0; background:rgba(101,171,126, 0.5); }
.md_03 .button:hover {
	background:rgba(101,171,126, 1);}

	.movie_grid {
	width:35%; margin:30px auto 0;}

	@media (max-width: 480px) {
	.md_03 .grid {
padding:0; }
/*.md_03 .board_gallery_output .board_output table.board_output tr > td:nth-child(6) {
display:none ;}*/
	}
	
.md_03 {	
	margin: 0px auto 0; padding:20px 0; position:relative;
}
	

.md_04 {margin-top:0px;}
.md_04 .col {}
.md_04 .bn {
	 overflow: hidden; margin-top:15px;
}
.md_04 .img_cell i { 
	border-radius: 6px; border:1px solid #ddd; transition:0.4s ease-out; width: 30%; text-align: center; 
	line-height: 95px; font-size: 3.0em; 
	float: left;  -webkit-transition: all 0.4s ease-out;
}
.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:0px;}
.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 > li > a {
	padding: 5px 15px;}
	.md_04 .nav-tabs {
  border-bottom: 1px solid #ccc;}
.md_04 .nav-tabs > li > a {
  border-radius: 4px 4px 0 0;}
.md_04 .nav-tabs > li > a:hover {
  border-color: #eee #eee #ccc;}
.md_04 .nav-tabs > li.active > a,
.md_04 .nav-tabs > li.active > a:hover,
.md_04 .nav-tabs > li.active > a:focus {
  border: 1px solid #ccc; border-bottom-color: transparent;}
.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; color:#777777;font-size:11px; margin-top:2px;} 
	.md_04 .board_list_output {padding:0; margin-top:10px;}
	
	@media screen and (max-width: 1199px) {
	.md_04 .board_list_output {margin-top:0px; }
	}
		

	
	
.md_05 {margin-top:0px; 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 .icon2 ul {
	overflow: hidden; margin:0 auto; display:inline-block;
}
.md_05 .icon2 li {
float: left; margin:0 5px; padding: 0px;  
}

.md_05 .icon2 li img {display:none; width: 100%;}

.md_05  h3 {
	text-align: center; font-size: 1.3em; font-weight: 400; margin-top:20px;
}
.md_05  h3 span {font-weight:600;}
.md_05 p {
	margin-top: 10px;  
}

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




.md_06 {margin-top:0px; z-index:0;}
.md_06 .side {
    padding:0px; margin-top:30px; text-align:center;
}
.md_06 h3 {
    font-size:1.6em; 
	position:relative;	padding-bottom:20px; }
.md_06 h3:before{	
content: ''; background: #bbb; 
    width: 16%;  height: 2px;
    position: absolute;  bottom: 0%; left: 42%;}
.md_06 .side p {
    margin: 20px 0 0px;}

@media screen and (max-width: 991px) {
.md_06 .side {
margin-top:0px;}
}
@media screen and (max-width: 767px) {
	.md_06 .side{
		padding:0 5%;	}
}




.md_07 .cell {
position:relative;}
.md_07 .cell .desc {
	margin: 0px auto; padding: 0 10%; width: 100%; text-align: center; top:50%; position: absolute; z-index: 2; 
	 transition:0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.md_07 .cell:hover .desc {
	 top:45%;
}
.md_07 .cell .desc h3 {
	color: rgb(255, 255, 255); font-size: 1.6em; opacity:0.8; 
}
.md_07 .cell:hover .desc h3 {opacity: 1;}
.md_07 .cell .desc p {
	color: rgb(255, 255, 255); margin-top:15px; opacity:0;
}
.md_07 .cell:hover .desc p {opacity: 1;}
.md_07 .desc i {
font-size:2em; margin-bottom:10px; }
.md_07 .cell .img_cell {
	position: relative; box-sizing: border-box; overflow:hidden;
}
.md_07 .cell .img_cell span.overlay {
	transition:0.2s ease-out; left: 0px; width: 100%; height: 100%; bottom: 0px; position: absolute; z-index: 1; 
	opacity: 0.1; background-color: rgb(0, 0, 0); -webkit-transition: all 0.2s ease-out;
}
.md_07 .cell:hover .img_cell span.overlay {
	opacity: 0.6;
}
.md_07 .cell .img_cell img {
	transition:0.2s ease-out; width: 100%; transform: scale(1); -webkit-transition: all 0.2s ease-out; -webkit-transform: scale(1.0);
}
.md_07 .cell:hover .img_cell img {
	transform: scale(1.1); -webkit-transform: scale(1.1);}

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






	




.board_gallery_output table {
	width: 100%;
}
.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 a {
	width: 100%; height: 100%; display: block; position: relative;
}
.board_gallery_output .board_output_gallery_img a::before {
	transition:0.2s ease-out; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; content: ""; opacity: 0; 
	background-color: #fff;
}
.board_gallery_output .board_output_gallery_img a:hover::before {
	opacity: 0.5;
}
.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: 480px) {	
	.board_gallery_output .board_output_gallery_img {
	padding:0 5px;}
	}
	

	

.board_list_output .board_output .board_output tbody > tr > td {
	padding: 2px 10px; 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) {
	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 5px;
}
.board_list_output .board_output .board_output a {font-family:'nanum gothic'; color:#666;}
.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:#777;}

@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 .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; width:100%; height:30px; padding:0px 0; 
background:rgba(0,0,0, 0.4); font-size:0.9em;}

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

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



.modal-dialog {margin-top:100px;}
.modal-header .close {
	margin-top: -15px;font-size: 50px;}
.modal-header .close:hover {background:none;}
.modal-body {
  padding: 20px;
}
.modal-body img{ width:100%;}
.modal-body p{
  margin-top:20px; line-height: 30px;
}
	


.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{
	margin-top:80px;
}
	.bottom_info {
		position: relative;
		margin-top: 0px; padding:40px 0;
		background: #39454b;
		color: #bbb;
		overflow: hidden;
	}
	.bottom_info  h4 {color:#ddd;}
	.bottom_info  p {margin-top:10px;}
.bottom_info .info {margin-top:10px; font-size:0.95em;}
.bottom_info .info ul li {
	padding-bottom: 5px; width:100%;
}
		#bottom a {
			color: #bbb;}
			#bottom a:hover {
				color: #bbb;}


.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 {
margin-top:4px; font-size:1.4em;} 
.bottom_info .social img {display:none; width: 100%;}


.copyright { padding:15px 0;
font-size:0.95em;}
.copyright .info ul li {
	padding-bottom: 5px; float:left; }
	.copyright .info ul li.add {
	padding-right: 20px;  }
.copyright .info ul li.copy {
	width:100%; }

	


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



