html {
  position: relative;
  height:100%;
  min-height: 100%;
/*  background-color:#000;*/
}

body {
	width:100%; height: 100%;
	font-family: 'Nanum Gothic','맑은 고딕', 'Malgun Gothic', 'Helvetica', 'Arial', 'sans-serif';
	word-spacing:-1px;
	cursor: default;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
}

body.index{
    position: relative;
}


body #bodyWrap{ width:100%; height:auto; min-height: 480px; background:#fff;}

#tubular-shield{background-color:#000;}

::selection {background:#aaa;color:#fff}
::-moz-selection {background:#aaa;color:#fff}

a {
	color: #333;
	text-decoration: none
}

a:hover,a:focus {
	color: #333;
	text-decoration: none
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

address {
  margin-bottom: 12px;
}

h4, .h4 {
    font-size: 17px;
}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 팝업레이어 */
#hd_pop {z-index:2000;position:relative;margin:0 auto;width:auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute; width:auto; height:auto; left:0; top:130px; border:3px solid #fff;background:#fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.4);}
.hd_pops_con {}
.hd_pops_con img{width:100%;}
.hd_pops_con p{margin:0;}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:3px 8px;font-size:12px;border:0;background:#393939;color:#fff}

@media (max-width: 767px) {
	.hd_pops{left:0; top:17px;}
}

.nanum_myeongjo{font-family: 'Nanum Myeongjo' !important}

/* Header */
#head {position: relative; background:url(../images/wall.jpg) repeat-x; /*min-height:500px;*/ text-align: center; margin-top:90px; color:#fff; /*font-family:"Open sans", Helvetica, Arial;*/ font-weight:300; }
#head.secondary { height:238px; min-height: 238px; background: url(../images/wall_sub.jpg) repeat-x; border-bottom: 2px solid #000;}
#head .lead {font-family: Nanum Gothic,'맑은 고딕', Malgun Gothic,'Raleway', 'Century Gothic', Helvetica, Arial, sans-serif; font-size:30px; margin-bottom:6px; color:white; line-height:1.15em; }
#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
#head .tagline a { color:#fff; }
#head .btn { margin-bottom:10px;}
#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
#head .btn-default:hover,
#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
#head .btn-default:active,
#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }

.page-header {
    height: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 0;
}

.bg_sub_visual{
    background: url(../images/bg_about.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.page-header .page-header-txt{display:inline-block; padding: 60px 0 0 0; font-weight:bold;}
.page-header .page-header-txt .page-title { /*float:left;*/  font-size: 28px; font-weight: 800; letter-spacing: 1px; margin: 0; padding-bottom:8px; text-shadow: 2px 1px 4px rgba(0,0,0,.4);}
.page-header .page-header-txt p{padding:6px 50px; border-top: 1px solid #eee;}

.breadcrumb { float:right; background:none; padding:0; margin:13px 0 0 0; }

.page-tab{
    position: relative;
	height: 40px;
    margin-top: -20px;
    z-index: 10;
}
.page-tab ul{background-color: #000;}
.page-tab a{
	color:#f4f4f4;
	border-right: 1px solid #545454;
	box-sizing: border-box;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.page-tab li:last-child a{
	border-right: 0;
}
.page-tab .nav>li>a:hover, .page-tab .nav>li>a:focus {
	color:#fff;
    text-decoration: none;
    background-color: #454545;
}
.page-tab .nav>li>a.on {
	color:#fff;
    text-decoration: none;
    background-color: #5EBBE6;
}
.page-tab .nav>li>a.on:before {
	content: '';
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-top-color: #5EBBE6;
	margin-right: 10px;
	left: 47%;
	bottom: -19px;
}

.contentWrap {
	padding-top: 80px;
	padding-bottom: 60px;
	min-height: calc(100vh - 568px);
}

@media (max-width: 767px) {
	.page-title{font-size: 20px;}
	.breadcrumb { margin: 3px 0 0 0; }

	#head { margin-top:50px;}
	#head.secondary { height:100px; min-height:100px;}
	#head .lead { font-size: 30px; }

	.page-header {
	    padding-bottom: 0px;
	    /*margin: 15px 0 25px;*/
	}
	.page-header .page-header-txt {
	    padding: 20px 0 0 0;
	}
	.page-header .page-header-txt .page-title {
	    font-size: 18px;
	    padding-bottom: 8px;
        text-shadow: 2px 1px 3px rgba(0,0,0,.6);
	}
	.page-header .page-header-txt p {
	    padding: 4px 20px;
	    margin:0;
        font-size: 11px;
	}
	.page-tab {
	    height: auto;
	    margin-top: -15px;
	}
	.page-tab .nav-justified>li>a {
	    margin-bottom: 0;
	    border-right: 0;
	}
	.page-tab .nav>li>a.on:before {
	    display: none;
	}

	.contentWrap {
		padding-top: 30px;
	}
}

.owl-theme .owl-controls .owl-buttons,
.owl-theme .owl-controls .owl-pagination{z-index:1;}

#slide_bg{
	display: none;
	position: absolute;
	width: 100%; height: 100%; top: 0;
	margin: 0;
	/*background-color: rgba(0,0,0,.1);*/
	background-image: url(../images/dot.png);
	background-repeat: repeat;
	z-index: 2;
	/*opacity: .7;*/
}



/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


h2 > a:hover {
	color:#f0ad4e;
}

#museum-info{
	background: url(../images/wall.jpg) repeat-x; border-top:1px solid #ccc;
}
.title_border{
	position:relative; padding-bottom:20px; margin-bottom:30px;
}
.title_border:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: #58a9cf;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
}

/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:35px; }
.h-caption { text-align: center; outline:none}
.h-caption:focus {outline:none}
/*.h-caption i { display:block; font-size: 54px; color:#333; margin-bottom:36px; }*/
.h-caption h4 { color:#000; font-size: 16px; margin-bottom:0px; min-height: 40px;  max-height: 40px; overflow:hidden;}
.h-body { }

.h-caption img {
	border: 3px solid #fff;
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.h-caption:hover img,
.h-caption:focus img {
	border: 3px solid #333;
	opacity: .85;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2),0 6px 10px rgba(0,0,0,.3)
}
.h-caption i {
	position: absolute;
	top:26%;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	font-size: 40px; color:#fff; opacity:.2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.h-caption:hover i,
.h-caption:focus i {
	opacity: 1;
}

/*.h-caption:hover h4,
.h-caption:focus h4 {color:#f0ad4e;}*/


/* 메인 최근게시물 */
#gallery .container, #package .container{padding-bottom:70px;}
#gallery .row, #package .row{padding-bottom:30px;}

/* Typography */
h1, h2, h3, h4, h5, h6 { font-family:"Daehan"; }
h1, .h1, h2, .h2, h3, .h3{ margin-top:30px}
/*blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }*/
label { color: #777; }
.thin { font-weight:300; }


ul.list-spaces li{ margin-bottom:10px; }

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:20px; }

img { max-width:100%; }
img.pull-right { margin-left: 15px; }
img.pull-left { margin-right: 15px; }
img.draggable{ max-width:inherit; }
#map { width:100%; height: 400px; }

#social { margin-top:50px; margin-bottom:0px; }
#social .wrapper { width:340px; margin:0 auto; }

/* Main content block */
.maincontent { min-height: 300px;}


/* Main Page video player */
#highlight_clip { line-height:0; background-color: #eee}
#highlight_clip .clip_wrap{ position: relative;}
#highlight_clip .caption{
    position: absolute;
    width: 30%;
    height: 100%;
    color:#fff;
    background-color: #000000;
    opacity: 0.8; z-index: 2;
    text-align: center;
    line-height: 2;
}

#highlight_clip .caption h3 {
	margin-top: 16%; margin-bottom: 27px;
}
#highlight_clip .caption {
    padding:0 15px; font-size: 13px; color:#BEBEBE; line-height: 26px;
}
#highlight_clip .caption a.btn_play {
    font-size: 70px; color:#fff; outline: 0; opacity:.8; line-height: 1.3
}
#highlight_clip .caption a.btn_play:hover {
    color: #f0ad4e; opacity: 1;
}

#highlight_clip .player {
    position: relative;
    width: 100%;
}
#highlight_clip .overlay {
    position: absolute;
    top: 0; left: 0;
    background-color: #fff;
    width: 100%; height: 100%;
    text-align: center;
    opacity: .01; z-index: 3;
}
@media (max-width: 767px) {
	.top-space {
	  margin-top: 30px;
	}
	#highlight_clip .caption {
		width: 100%;
	    height: 100%;
		opacity: 0.75;
	}
	#highlight_clip .caption h3{
		  margin-top: 40px;
		  margin-bottom: 0px;
		  font-size: 20px;
	}
	#highlight_clip .caption p {
	    display: none;
	}
	.container h2{
		margin-top: 20px;
		font-size: 25px;
	}
	p.text-muted {
		font-size: 12px;
	}
	.jumbotron{
		padding:0;
	}
	.highlight {
	   margin-top: 5px;
	   padding:0;
	}
	#map { height: 200px; }
	#contactus textarea{max-height: 100px;}

	#museum-info div.mu-box{
	    padding-left: 5px;
	    padding-right: 5px;
	}
	#museum-info .thumbnail{ padding: 0;}
	#museum-info .thumbnail .caption { padding: 0px;}
	#museum-info .thumbnail .caption h4{
		margin: 8px 0 2px 0;
		font-size:13px;
	}
}



/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; }

#empty_space{height:400px;}

/*body.index #footer{margin-top:0 !important;}*/

/* Footer */
/*
#footer{margin-top: 70px;}
.footer1 { background: #272727; padding: 30px 0 0 0; font-size: 12px; color: #999; line-height: 1.8;}
	.footer1 a { color: #ccc; display: inline-block;}
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }
		.follow-me-icons i { float:left; margin:0 10px 0 0; }

.footer2 { background: #111; padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }
	.widget-simplenav a{ margin:0 5px; }
*/

#footer{margin-top:100px; }
body.index #footer{margin-top:0; }

.footer1 { background: #f6f6f6; padding: 30px 0 0 0; font-size: 12px; color: #545454; line-height: 1.8;}
.footer1 a { color: #666; display: inline-block;}
.footer1 a:hover {color: #000; }
.footer1 .widget { margin-bottom:30px; }
.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #333; margin: 0 0 20px; }
.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75rem; }
.footer1 .entry-meta a { color: #333333; }
.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
.follow-me-icons { font-size:30px; }
.follow-me-icons i { float:left; margin:0 10px 0 0; }

.footer2 { background: rgba(0,0,0,.8); padding: 13px 0; color: #ccc; font-size: 12px; }
.footer2 a { color: #ccc; }
.footer2 a:hover { color: #fff; }
.footer2 p { margin: 0; }
.footer2 .simplenav span{padding:0 5px; color:#888;}

#videoWrap { position:relative; width:100%; height:100%; background-color: rgba(0,0,0,.05); }

/*#videoWrap{ position:absolute; width:100%; height:100%; top:0; left:0; z-index: 100;}*/
#videoWrap #videoBtns{ position:absolute; top:90px; right:20px;}
#videoWrap #videoBtns li{display:inline-block; list-style: none}
#videoWrap #videoBtns li button{width:24px; height:22px; overflow:hidden; padding:0; background:none; color:#fff; border:none; outline:none; opacity:.8;}
#videoWrap #videoBtns li button:hover{ color:#58a9cf; opacity:1;}

@media (max-width: 767px) {
	#videoWrap #videoBtns{ top:60px; right:4px;}
}

#visualBox {
    margin: 0 auto;
    width: 570px;
    height: 100%;
}

#index_caption {
	position: absolute;
    width: 100%;
    max-width: 570px;
    top: 0;
	opacity:0;
	z-index: 3;
}
#index_caption .txt_block{
	width:100%;
	min-height:84px;
	margin-bottom:7px;
	padding: 25px 34px;
	color: #333; font-size:28px; font-weight:700;
	text-align: center;
	font-family:"Daehan";
	border-left:8px solid #58a9cf;
	border-right:8px solid rgba(0, 0, 0, .5);
	border-radius: 0 80px 0 80px;
	background:rgba(255, 255, 255, 0.8);
/*    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;*/
}
#index_caption .typist2{
	padding-top:45px;
}
.cursor_blink{color:#333; opacity: .8; font-weight:400;}
#index_caption .btn-primary{ display:none; padding:14px 25px; border-radius: 0 35px 0 35px; opacity:1 }
/*#index_caption .btn-primary:hover{ opacity:1 }*/

@media (max-width: 767px) {
	#visualBox {
	    width: 300px;
	}
	#index_caption {
	    max-width: 300px;
	}
	#index_caption .txt_block{
	    width: 100%;
	    min-height: initial;
	    margin-bottom: 5px;
	    padding: 10px 5px;
	    color: #333;
	    font-size: 15px;
	    font-weight: 700;
	    text-align: center;
	    font-family: "Daehan";
	    border-left: 4px solid #58a9cf;
	    border-right: 4px solid rgba(0, 0, 0, .5);
	    border-radius: 0 50px 0 50px;
	    background: rgba(255, 255, 255, 0.8);
	}
	#index_caption .typist2{
		padding-top:7px;
	}
	#index_caption .btn-primary{
		display:none; padding:4px 15px; border-radius: 0 15px 0 15px; opacity:1;
	    font-size: 13px;
	}
	.flex-control-nav{display:none;}
}


.lovin_radius{
	border-radius: 0 70px 0 70px;
	border-left:5px solid #58a9cf;
}
.lovin_radius.r20{border-radius: 0 20px 0 20px;}
.lovin_radius.r30{border-radius: 0 30px 0 30px;}
.lovin_radius.r40{border-radius: 0 40px 0 40px;}
.lovin_radius.r50{border-radius: 0 50px 0 50px;}
.lovin_radius.r60{border-radius: 0 60px 0 60px;}
.lovin_radius.r70{border-radius: 0 70px 0 70px;}
.lovin_radius.r80{border-radius: 0 80px 0 80px;}


/************ pagination ************/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #444;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
	color: #999999;
	background-color: #eeeeee;
	border-color: #dddddd
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	z-index: 2;
	color: #999999;
	background-color: #f5f5f5;
	border-color: #dddddd;
	cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed
}
.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 14px 16px;
	font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}
.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.panel-footer {
	padding: 10px 15px;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

button.btn_top{
	display:block; margin:0 auto; padding: 15px 20px; text-align:center; color:#fff; border:0; outline:0; background:rgba(0,0,0,.5);
}
button.btn_top:hover{background:rgba(0,0,0,.7);}

/* TOP버튼 공통 */
#top_btn_common {
	position: fixed;
	right: 0px;
	bottom: 130px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

.shadow-pic{
	box-shadow: 5px 5px 0px rgba(0,0,0,.1);
}

/*타임라인*/
.timeline-wrap{
    margin: 30px 0;
    padding: 50px 0;
    background-color: #DFE6EC;
    border-top: 2px solid #000;
    background-image: url(../images/tree_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
    background-attachment: fixed;
}

.timeline {
	margin: 0;
	padding: 0;
	position: relative;
	list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 8px;
    width: 3px;
    background: #2d353c;
    left: 20%;
    margin-left: -1px;
}

.timeline>li {
	position: relative;
	min-height: 50px
}

.timeline>li+li {
	margin-top: 40px
}

.timeline .timeline-time {
	position: absolute;
	left: 0;
	width: 15%;
	text-align: right;
	padding-top: 18px
}

.timeline .timeline-time .date,.timeline .timeline-time .time {
	display: block
}

.timeline .timeline-time .date {
	line-height: 18px;
	font-size: 14px
}

.timeline .timeline-time .time {
	line-height: 28px;
	font-size: 24px;
	color: #242a30
}

.timeline .timeline-icon {
	left: 15%;
	position: absolute;
	width: 10%;
	text-align: center;
	top: 3px
}

.timeline .timeline-icon span {
	text-decoration: none;
	width: 47px;
	height: 47px;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 47px;
	background: #575d63;
	line-height: 41px;
	color: #fff;
	font-size: 14px;
	border: 3px solid #2d353c;
	cursor: default;
	transition: background .2s linear;
	-moz-transition: background .2s linear;
	-webkit-transition: background .2s linear;
}

.timeline .timeline-icon span:focus,.timeline .timeline-icon span:hover {
	background: #5EBBE6
}

.timeline .timeline-body {
	margin-left: 25%;
	margin-right: 10%;
	background: #fff;
	position: relative;
	padding: 15px 25px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}

.timeline .timeline-body:before {
	content: '';
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-right-color: #fff;
	left: -20px;
	top: 15px
}

.timeline-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e7eb;
	line-height: 30px
}

.timeline-header .userimage {
	float: left;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	overflow: hidden;
	margin: -2px 10px -2px 0
}

.timeline-header .username {
	font-size: 16px;
	font-weight: 600
}

.timeline-header .username,.timeline-header .username a {
	color: #00acac
}

.timeline img {
	max-width: 100%;
	display: block
}

.timeline-content {
	font-size: 14px
}

.timeline-content+.timeline-footer,.timeline-header+.timeline-content,.timeline-header+.timeline-footer {
	margin-top: 20px
}

.timeline-content:after,.timeline-content:before {
	content: '';
	display: table;
	clear: both
}

.timeline-title {
	margin-top: 0
}

.timeline-footer {
	margin: -20px -30px;
	padding: 20px 30px;
	background: #e8ecf1;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.timeline-footer a:not(.btn) {
	color: #575d63
}

.timeline-footer a:not(.btn):focus,.timeline-footer a:not(.btn):hover {
	color: #2d353c
}

.about-profile{
    background-image: url(../images/about_title_bg1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.about-profile .pic{
	margin-right: 20px;
}

.about-museum .txt h3{
    margin-top: 5px;
}

.mpic > div > img{}
.mpic > div > p{min-height:50px; padding:5px; color:#f4f4f4; text-align:center; background:rgba(0,0,0,.8);}

section.inside{
	background-image: url(../images/about_inside_bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
}

span.tree_icon{
	display: inline-block;
	width: 25px; height:29px;
	background:url(../images/tree2.png) no-repeat;
    background-size: contain;
	vertical-align: middle;
}
span.tree_icon.lg{
	width: 30px; height:35px;
}

@media (max-width: 767px) {
	.about-profile .pic{
		margin-right: 10px;
	}
	.about-profile .shadow-pic{
		width:100px;
	}
	.about-profile .txt{
		max-width: 170px;
		padding: 10px;
		background-color: rgba(255,255,255,.6);
	}
	.about-profile .txt h3{
		margin-top:3px;
		font-size: 20px;
	}
	.about-profile .txt p{
		margin-bottom:5px;
		font-size: 13px;
	}
	.timeline-wrap {
		padding: 20px 0;
	}
	.timeline>li{min-height: inherit;}
	.timeline>li+li{margin-top:10px;}
	.timeline .timeline-time {
	    width: 16%;
	    padding-top: 8px;
	    font-weight:bold;
	}
	.timeline .timeline-time .date {
	    line-height: 18px;
	    font-size: 12px;
	}
	.timeline .timeline-icon{display:none;}
	.timeline .timeline-body {
	    margin-left: 25%;
	    margin-right: 2%;
	    padding: 10px;
	    border-radius: 3px;
		font-size: 12px;
	}
	.timeline .timeline-body:before {
	    top: 8px;
	}
	.about-museum .txt h3{
	    margin-top: 30px;
	}
}

#community .panel-default > .panel-heading {
    color: #fff;
    background-color: #454545;
    border-color: #ddd;
}
#community .panel-default > .panel-heading a {
    color: #fff;
}
#community .panel-default > .panel-body {
	min-height:180px;
}
#map {
    width: 100%;
    height: 400px;
    margin-bottom: 0;
    border-top: 1px solid #bbb;
}

table caption {
    display: none;
}

.cate_title {
	background-image: url(../images/tree_tr.png);
	background-repeat: no-repeat;
	background-position-y: top;
}
.cate_title .txt h3{margin-top:0;}
.cate_title .txt p{color:#888;}
#media_btns { text-align: center }
#media_btns .btn{
	padding:13px 13px;
	margin:0 5px;
	min-width:45%;
	border:1px solid #ccc;
	background:#fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
#media_btns i{ color:#434343; font-size: 270%; margin-bottom: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
#media_btns a p{color:#000; font-weight:bold;}
#media_btns a.media_vr {background:url(../images/bg_btn_vr.jpg) #fff no-repeat center bottom;}
#media_btns a.media_video {background:url(../images/bg_btn_video.jpg) #fff no-repeat center bottom;}
#media_btns .btn:hover{border:1px solid #454545;}
#media_btns .btn.media_vr:hover i{color:#5EBBE6;}
#media_btns .btn.media_video:hover i{color:#cc181e;}
