@charset "UTF-8";

.container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 0px 15px;
}

header {
	background: #152238;
	display: flex;
	padding: 20px 0px;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

header h1 {
	margin-left: 60px;
}

header h1.pc {
	display:block;
}
header h1.mo {
	display:none;
}
header h1 a {
	
}

header h1 a img {
	max-width: 100%;
}

header .right_hd {
	margin-left: auto;
	display: inline-flex;
	align-self: center;
	justify-content: flex-end;
	margin-right: 60px;
}

header .right_hd li {
	padding: 0px 10px;
	background: url(../../images/user/dotted_bar.png) no-repeat right center;
}

header .right_hd li:last-child {
	background: none;
}

header .right_hd li a {
	color: #fff;
	font-size: 16px;
}

header .right_hd li a:hover {
	color: #CCA234;
}

.main_top {
	padding: 100px 0px;
	background: url(../../images/museum/mu_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.main_top .container {
	
}

.main_top .logo_wrap {
	text-align: center;
}

.main_top .logo_wrap>img {
	max-width: 90%;
	display: block;
	margin: 0 auto;
}

.main_top .logo_wrap span {
	display: block;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.main_top .logo_wrap span img {
	
}

.main_top .mu_search {
	width: 98%;
	max-width: 820px;
	margin: 0 auto;
}

.main_top .mu_search form {
	display: flex;
	flex-wrap: wrap;
}

.main_top .mu_search input {
	width: calc(100% - 130px);
	background: #fff;
	padding: 0px 20px;
	height: 60px;
	line-height: 60px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: block;
	border: none;
}

.main_top .mu_search button {
	width: 130px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	border: none;
	background: #CCA234;
	border-top-right-radius: 5px;
	display: block;
	border-bottom-right-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 20px;
	text-align: center;
	cursor: pointer;
}

.main_top .mu_search button::before {
	width: 24px;
	content: '';
	background: url(../../images/museum/search_white.png) no-repeat center
		center;
	background-size: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	height: 60px;
}

.main_top .mu_search::after {
	content: '';
	display: block;
	clear: both;
}

.main_top .mu_search .advanced {
	color: #fff;
	margin-top: 10px;
	float: right;
}

.main_top .menus {
	margin-top: 60px;
	padding: 0px 20px;
}

.main_top .menus ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main_top .menus ul li {
	width: 11.5%;
}

.main_top .menus ul li a.img {
	height: 0px;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
	display: block;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.main_top .menus ul li a.img:hover {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.main_top .menus ul li a.img img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
}

.main_top .menus ul li .tit {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.main_top .menus ul li .tit a {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}

.one_talk {
	position: relative;
	top: -30px;
	z-index: 1;
	height: 50px;
}

.one_talk .container {
	
}

.one_talk .container .talk_wrap {
	display: flex;
	border-bottom: solid 2px #ddd;
	background: #fff;
	width: 98%;
	margin: 0 auto;
}

.one_talk .talk_slider {
	width: calc(100% - 250px);
	height: 60px;
}

.one_talk .slick-prev, .one_talk .slick-next {
	display: none !important;
	;
}

.one_talk .container .talk_wrap strong {
	width: 150px;
	line-height: 60px;
	background: url(../../images/user/talk_bg.png) no-repeat right center;
	color: #CCA234;
	font-weight: normal;
	padding-left: 20px;
	display: block;
}

.one_talk .container .talk_wrap strong br {
	display: none;
}

.one_talk .container .talk_wrap span {
	display: block;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	padding-right: 10px;
}
.one_talk .container .talk_wrap span i {
	font-style:normal;
}
.one_talk .container .talk_wrap a {
	background: #ddd;
	line-height: 60px;
	text-align: center;
	display: block;
	width: 100px;
	display: block;
}

.special {
	padding: 50px 15px;
}

.special .container {
	
}

.special .container h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.special .container .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.special .container .wrap .left {
	width: 48%;
}

.special .container .wrap .img {
	width: 100%;
	margin-bottom: 20px;
}

.special .container .wrap .img img {
	display: block;
	max-width: 100%;
}

.special .container .wrap strong {
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
}

.special .container .wrap p {
	line-height: 1.5;
	letter-spacing: -0.03em;
	color: #242325;
}

.special .container .wrap a {
	margin: 30px 0px;
	font-weight: bold;
	color: #CCA234;
	font-size: 18px;
	display: inline-block;
}

.special .container .wrap a::after {
	content: '>';
	display: inline-block;
	vertical-align: middle;
	font-family: 'dotum';
	margin-left: 10px;
	font-weight: bold;
}

.special .container .wrap .right {
	width: 48%;
}

.tabs {
	margin-bottom: 120px;
}

.tabs .container {
	
}

.tabs .container h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.tabs .container .tabs_wrap {
	
}

.tabs .container .tabs_wrap .tab_tit {
	border-bottom: solid 1px #ddd;
}

.tabs .container .tabs_wrap .tab_tit ul {
	display: flex;
	margin-bottom: -1px;
}

.tabs .container .tabs_wrap .tab_tit ul li {
	margin-left: -1px;
}

.tabs .container .tabs_wrap .tab_tit ul li a {
	display: block;
	padding: 15px 0px;
	text-align: center;
	background: #fff;
	border: solid 1px #ddd;
	min-width: 150px;
}

.tabs .container .tabs_wrap .tab_tit ul li a.on {
	background: #CCA234;
	color: #fff;
	border: solid 1px #CCA234;
}

.tabs .container .tabs_wrap .tab_cont {
	margin-top: 60px;
}

.tabs .container .tabs_wrap .tab_cont .tab_box {
	display: none;
}

.tabs .container .tabs_wrap .tab_cont .tab_box.on {
	display: block;
}

.tabs .container .tabs_wrap .tab_cont #tab1 {
	
}

.tabs .container .tabs_wrap .tab_cont .history {
	border-top: solid 1px #ddd;
}

.tabs .container .tabs_wrap .tab_cont .history li {
	border-bottom: solid 1px #ddd;
	padding: 15px 0;
	display: flex;
}

.tabs .container .tabs_wrap .tab_cont .history li span {
	width: 13%;
	display: block;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .history li .right {
	width: 87%;
	display: flex;
	flex-direction: column;
}

.tabs .container .tabs_wrap .tab_cont .history li .right a.tit {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.tabs .container .tabs_wrap .tab_cont .history li .right a.detail {
	font-size: 14px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	margin-top: 15px;
}

.tabs .container .tabs_wrap .tab_cont .gall {
	
}

.tabs .container .tabs_wrap .tab_cont .gall>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tabs .container .tabs_wrap .tab_cont .gall>ul>li {
	width: 19%;
}

.tabs .container .tabs_wrap .tab_cont .gall>ul>li a.img {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	height: 0px;
	position: relative;
	overflow: hidden;
}

.tabs .container .tabs_wrap .tab_cont .gall>ul>li a.img img {
	width: 100%;
	transition: all 0.3s;
	position: absolute;
}

.tabs .container .tabs_wrap .tab_cont .gall>ul>li a.img:hover img {
	transform: scale(1.1);
}

.tabs .container .tabs_wrap .tab_cont .gall>ul>li a.tit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin: 20px 0px 40px;
}

.tabs .container .tabs_wrap .tab_cont .gall>ul>li ul {
	
}

.tabs .container .tabs_wrap .tab_cont .gall>ul>li ul li {
	margin-bottom: 7px;
	color: #828282;
	font-size: 14px;
}

.tabs .container .tabs_wrap .tab_cont .list {
	
}

.tabs .container .tabs_wrap .tab_cont .list ul {
	border-top: solid 1px #ddd;
}

.tabs .container .tabs_wrap .tab_cont .list ul li {
	border-bottom: solid 1px #ddd;
	padding: 20px 0px;
	display: flex;
}

.tabs .container .tabs_wrap .tab_cont .list ul li span.num {
	width: 10%;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .list ul li span.cate {
	width: 15%;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .list ul li p.tit {
	width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.tabs .container .tabs_wrap .tab_cont .list ul li span.name {
	width: 10%;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .list ul li span.count {
	width: 10%;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .list ul li span.date {
	width: 15%;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .audio ul li span.cate {
	width: 15%;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .audio ul li p.tit {
	width: 30%;
	text-align: left;
}

.tabs .container .tabs_wrap .tab_cont .audio ul li span.name {
	width: 20%;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .audio ul li span.count {
	width: 10%;
	text-align: center;
}

.tabs .container .tabs_wrap .tab_cont .audio ul li span.date {
	width: 15%;
	text-align: center;
}

footer {
	border-top: solid 1px rgba(100, 100, 100, 0.5);
	padding: 40px 0px;
	text-align: center;
	background: #F9F8F7;
}

footer p {
	color: rgba(100, 100, 100, 0.5);
	font-size: 15px;
	font-weight: 300;
}

.mu_wrap .history {
	border-top: solid 1px #ddd;
}

.mu_wrap .history li {
	border-bottom: solid 1px #ddd;
	padding: 15px 0;
	display: flex;
}

.mu_wrap .history li span {
	width: 13%;
	display: block;
	text-align: center;
}

.mu_wrap .history li .right {
	width: 74%;
	display: flex;
	flex-direction: column;
}

.mu_wrap .history li .right a.tit {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.mu_wrap .history li .right a.detail {
	font-size: 14px;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	margin-top: 15px;
}
.mu_sub_top {
	background:#152238;
}
.mu_sub_top .container {}
.mu_sub_top .container nav {
    padding: 0px 20px;
}
.mu_sub_top .container nav ul {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.mu_sub_top .container nav ul li {}
.mu_sub_top .container nav ul li a{
	display:block;
	padding:20px 0; 
	font-size:18px;
	color:#fff;
	text-align: center;
}
.mu_sub_top .menu_tit {
	padding:80px 0px;
	text-align:center;
}
.menu01 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top01.jpg) no-repeat center center #fff;
	background-size:cover;
}
.menu02 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top02.jpg) no-repeat center center #fff;
	background-size:cover;
	
}
.menu03 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top03.jpg) no-repeat center center #fff;
	background-size:cover;
	
}
.menu04 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top04.jpg) no-repeat center center #fff;
	background-size:cover;
	
}
.menu05 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top05.jpg) no-repeat center center #fff;
	background-size:cover;
	
}
.menu06 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top06.jpg) no-repeat center center #fff;
	background-size:cover;
	
}
.menu07 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top07.jpg) no-repeat center center #fff;
	background-size:cover;
	
}
.menu08 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top08.jpg) no-repeat center center #fff;
	background-size:cover;
	
}
.menu09 .menu_tit{
	color:#fff;
	font-size:45px;
	font-weight:900;
	background:url(../../images/museum/mu_top09.jpg) no-repeat center center #fff;
	background-size:cover;
	
}
.mu_wrap .search {
	padding: 40px 20px;
}
.mu_wrap .search dl {
	display:flex;
	margin-bottom:10px;
	flex-wrap:wrap;
}
.mu_wrap .search dl dt {
	width:10%;
}
.mu_wrap .search dl dt label{
	font-size:16px;
	display:block;
	line-height:40px;
	color:#999;
}
.mu_wrap .search dl dd {
	display:flex;
	width:90%;
	align-items:center;
}
.mu_wrap .search dl dd i {
	font-style:normal;
}
.mu_wrap .search dl dd > * {
	margin-right:3px;
	display:inline-block;
}
.search select {
	font-size:16px;
    background:url(../../images/ico_arrow.png) no-repeat right center;
    -webkit-appearance:none; /* for chrome */
	-moz-appearance:none; /*for firefox*/
	appearance:none;
	border-radius:3px;
    line-height: 38px;
    display: inline-block;
    height: 40px;
    padding:0px 30px 0px 10px;
    vertical-align: middle;
    border: solid 1px #ddd;
}
.search select::-ms-expand{
   display:none;/*for IE10,11*/

}
.search input[type="text"]{
	border-radius:3px;
	border: solid 1px #ddd;
	height: 40px;
	padding: 0px 10px;
	line-height: 38px;
	font-size: 16px;
}
.mu_wrap .cont {
	padding:0px 20px;
}
.cont h3.tit {
	font-size:32px;
	font-weight:bold;
	color:#212121;
	margin-bottom:30px;
}
.cont .count {
	text-align:left;
	font-size:14px;
	margin-bottom:20px;
}
.datepick {
	padding-right:30px;
	background:url(../../images/caldendar.png) no-repeat right center;
}
.mu_wrap .cont .gallery {
	
}

.mu_wrap .cont .gallery>ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.mu_wrap .cont .gallery>ul>li {
	width: 19%;
	margin: 0px 0.5% 40px;
}

.mu_wrap .cont .gallery>ul>li .img {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	height: 0px;
	position: relative;
	overflow: hidden;
}

.mu_wrap .cont .gallery>ul>li .img img {
	width: 100%;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.mu_wrap .cont .gallery>ul>li .img:hover img {
	transform: translate(-50%,-50%) scale(1.1);
}

.mu_wrap .cont .gallery>ul>li .tit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin: 20px 0px 40px;
}

.mu_wrap .cont .gallery>ul>li ul {
	
}

.mu_wrap .cont .gallery>ul>li ul li {
	margin-bottom: 7px;
	color: #828282;
	font-size: 14px;
}
.tbl_wrap {
    width: 100%;
}

.tbl_wrap .list {
    border-top: solid 1px #212121;
    width: 100%;
}

.tbl_wrap .list tr th {
    background: #FAF8F8;
    padding: 15px 5px;
    text-align: center;
    border-bottom: solid 1px #c4c4c4;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.tbl_wrap .list tr td {
    padding: 15px 7px;
    text-align: center;
    border-bottom: solid 1px #c4c4c4;
    color: #000;
    font-size: 16px;
    vertical-align: middle;
    line-height:1.4;
}
.tbl_wrap .list tr td.txt_left {
    text-align: left;
}

.tbl_wrap .list tr td.txt_right {
    text-align: right;
}

.tbl_wrap .list tr td.onetalk_td {
	text-align:left; padding:5px 10px; line-height:1.3; font-size:14px;
}
.top_full {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

.top_full input[type='text'] {
    border: solid 1px #ddd;
    height: 60px;
    padding: 0px 15px;
    line-height: 60px;
    width: calc(100% - 100px);
}

.top_full button {
    width: 100px;
    line-height: 60px;
    border: none;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    height: 60px;
    background: #ddd;
    color: #000;
    font-weight: bold;
}
.talk_board {
	padding-top:50px;
}
.container h3.view_tit {
	padding:50px 0px 30px;
	color:#212121;
	font-size:32px;
}
.tbl_wrap .view {
    border-top: solid 1px #212121;
    width: 100%;
}

.tbl_wrap .view tr th {
    background: #FAF8F8;
    padding: 15px 15px;
    text-align: center;
    border-bottom: solid 1px #c4c4c4;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

.tbl_wrap .view tr th.txt_left {
    text-align: left;
}

.tbl_wrap .view tr td {
    background: #FAF8F8;
    padding: 15px 15px;
    text-align: center;
    border-bottom: solid 1px #c4c4c4;
    line-height:1.4;
    color: #000;
    font-size: 16px;
    vertical-align: middle;
}
.tbl_wrap .view tr td img {
    max-width:100%;
    height:auto;
}
.tbl_wrap .view tr td span.bar {
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #000;
    line-height: 1;
    display: inline-block;
}

.tbl_wrap .view tr td span.bar:last-child {
    border: none;
}

.tbl_wrap .view tr td.cont {
    background: #fff;
    line-height: 1.5;
    text-align: left;
}
.tbl_wrap .view tr td.cont.center {
    text-align:center;
}

.tbl_wrap .view tr td.txt_left {
    text-align: left;
}

.tbl_wrap .view tr td.txt_right {
    text-align: right;
}
.mu_info {
	border-bottom:solid 1px #ddd;
}
.mu_info h3 {
	background:#FAF8F8;
	line-height:1.5;
	border-bottom:solid 1px #ddd;
	border-top:solid 3px #212121;
	padding:20px;
	font-size:20px;
}
.mu_info .wrap {
	display:flex;
	flex-wrap:wrap;
	border-bottom:solid 1px #ddd;
}
.mu_info .wrap.picture .img {
	border-bottom:solid 1px #ddd;
}
.mu_info .wrap .img {
	width:40%;
	text-align: center;
	display: inline-flex;
	align-items: center;
}
.mu_info .wrap .img video {
	width:100%;
}
.mu_info .wrap.picture .img {
	width:100%;
}
.mu_info .wrap .img img {
	max-height: 200px;
	width: auto;
}.mu_info .wrap.picture .img img {
	max-height: inherit;
	max-width:100%;
	height: inherit;
}
.mu_info .wrap dl {
	width:60%;
	padding:10px;
	border-left:solid 1px #ddd;
	display:flex;
	justify-content: flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
}
.mu_video .wrap .img {
	width:50%;
}
.mu_video .wrap dl {
	width:50%;
}
.mu_info .wrap dl.w100 {
	width:100%;
	border-left:none;
	display:flex;
	align-items:stretch;
}
.mu_info dl dt {
	width:130px;
	line-height:1.5;
	font-size:14px;
	padding:10px;
	font-weight:bold;
}
.mu_info dl dd {
	width:calc(100% - 130px);
	line-height:1.5;
	font-size:14px;
	padding:10px;
	display: block;
	min-height: 42px;
}
.mu_info dl dd pre img {
	max-width:100%;
}
.mu_info dl.w100 dt {
	margin-bottom:0;
	padding-bottom: 0;
}
.mu_info dl.w100 dd {
	margin-bottom:0;
	padding-top: 5px;
}
.mu_info .img {
	padding:30px;
	min-height:200px;
} 
.mu_info .info_cont .txt {
	padding:15px;
	line-height:1.5;
	min-height:100px;
}
.mu_info .info_cont .play_list {
	display:flex;
	border-top:none;
	width:100%;
	flex-direction:column;
	border-top: solid 1px #ddd;
}
.mu_info .info_cont .play_list h3.album_title{
	padding:6px 0px;
	display:flex;
	border: none;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items:center;
	margin: 0;
	border-top: 0;
	color: #000 !important;
	border-bottom: dashed 1px #ddd;
}
.mu_info .info_cont .play_list h3:last-child {
	border-bottom:none;
}
.mu_info .info_cont  .play_list h3 .song_info {
	display:flex;
	width:calc(100% - 80px);
	justify-content:space-between;
	align-items:center;
	padding-right:20px;
}
.mu_info .info_cont .play_list h3 .song01{
	font-style:normal;
	width:10%;
}
.mu_info .info_cont .play_list h3 .song02{
	width:20%;
}
.mu_info .info_cont .play_list h3 .song03{
	width:20%;
}
.mu_info .info_cont .play_list h3 .song04{
	width:20%;
}
.mu_info .info_cont .play_list h3 .song05{
	width:10%;
}
.mu_info .info_cont .play_list h3  i {
	font-style:normal;
	font-size:13px;
}
.mu_info .info_cont .play_list h3 span {
	font-size:13px;
}
.mu_info .info_cont .play_list h3 button{
	width: 50px;
	height:25px;
	border:none;
	text-indent:-9999px;
	background: url(../../images/museum/volume.png) no-repeat center center;
	background-size: 14px;
}
.mu_info .info_cont .play_list h3 .song_info .song_btns {
	width:20%;
}
.mu_info .info_cont .play_list h3.album_title + div {
	border:none;
	display:flex;
	flex-direction:column;
	height: auto !important;
}

.mu_info .info_cont .play_list h3.album_title + div.ui-accordion-content-active {
	border-bottom:dashed 1px #ddd;
}
pre {
	width: 100%;
    word-break: break-all;
    display: block;
    white-space: pre-wrap;
}
.login_box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
}

.login_box .login_wrap {
    position: absolute;
    z-index: 10;
    width: 90%;
    max-width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.login_box .top {
    background: #152238;
    width: 100%;
    padding: 30px 0px;
    text-align: center;
}

.login_box .top h3 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.login_box .cont {
    background: #fff;
    padding: 30px;
}

.login_box .cont ul {
    margin-bottom: 30px;
}

.login_box .cont ul li {
    margin-bottom: 15px;
}

.login_box .cont ul li > span {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    font-size: 18px;
}

.login_box .cont ul li > input {
    border: solid 1px #BDBDBD;
    background: #F9F8F7;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px 15px;
}

.login_box .cont ul li .keep_login {
    margin-top: 10px;
}

.login_box .cont ul li .keep_login input label {
    font-size: 14px;
}

.login_box .cont ul li .btn_login {
    border: none;
    background: #CCA234;
    color: #fff;
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.login_box .cont ul li .btn_signin {
    border: none;
    background: #152238;
    color: #fff;
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: block;
}

.login_box .cont .btm {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.login_box .cont .btm a {
    font-size: 15px;
}

.login_box .cont .btm .close_login {
    background: #242325;
    font-size: 16px;
    border: none;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 50px;
    cursor: pointer;
}
.video-js {
	height:0px !important;
	width:100%;
	padding-bottom:56.25% !important;
}
.search {
	padding:100px 15px;
}
.search h3 {
	font-size: 32px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 30px;
}
.search .search_box {
	border-bottom:solid 1px #ddd;
	padding-bottom:20px;
	margin-bottom:50px;
}
.search .search_box span {
	display:block;
	margin-bottom:10px;
	font-size:15px;
}
.search .search_box .line form {
}
.search .search_box .line input {
	margin-bottom:5px;
	display:inline-block;
	vertical-align:middle;}
.search .search_box .line select {
	display:inline-block;
	margin-bottom:5px;
	vertical-align:middle;
}
.search .search_box .line button {
	display:inline-block;
	margin-bottom:5px;
	vertical-align:middle;
}
.search h3 {}
.search .result  {}
.search .result h4  {
	font-size:24px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 18px;
	
}
.search .result ul   {
    margin-bottom: 30px;
}
.search .result ul li{
    padding: 15px 0px;
    border-bottom: solid 1px #ddd;
    cursor: pointer;
}
.search .result ul li strong {
    font-size: 16px;
    display: block;
    margin-bottom: 6px;
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search .result ul li p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.4em;
    max-height: 4.2em;
}
.search .result button.fn_move{
    padding: 15px 40px;
    font-size: 18px;
    cursor:pointer;
    border: none;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    background: url(../../images/museum/gold_arrow.png) no-repeat  98% center #F9F8F7;
    color: #CCA234;
    width: 100%;
    display: block;
    text-align: left;
}
.mt10 {
	margin-top:10px;
}
.dateline {
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
	align-items:center;
}
.search .result ul.thumb {
	display:flex;
	width:100%;
	justify-content: space-around;
	align-items: flex-start;
}
.search .result ul.thumb > li {
    width: 33%;
    padding: 15px 30px 0px;
    border: none;
}.search .result ul.thumb > li .img  {
	text-align:center;
	margin-bottom:10px;
}
.search .result ul.thumb > li .img img {
	max-width:100%;
}
.search .result ul.thumb li ul {
	display:flex;
	flex-direction: column;
	margin-bottom: 0;
}
.search .result ul.thumb li ul li {
	padding:5px 0px;
	line-height:1;
	font-size:14px;
	border:none;
}
.search .result ul.thumb li .tit {
	line-height:1.5;
	font-weight:bold;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.con {
    min-height: 400px;
}

.auth {
    display: block;
    margin: 200px auto;
    text-align: center;
    border: solid 1px #ddd;
    max-width: 300px;
}

.auth li {
    margin-top: 25px;
}

.auth li button {
    width: 100%;
    cursor: pointer;
    background: #242325;
    color: #fff;
    font-size: 16px;
    padding: 10px 0px;
    border: none;
    text-align: center;
}
@media all and (max-width:1180px) {
	.special .container .wrap strong {
		font-size: 16px;
		line-height: 1.5;
	}
	.special .container .wrap p {
		font-size: 14px;
	}
	.tabs {
		padding: 0px 15px;
	}
	.tabs .container .tabs_wrap .tab_tit {
		border-bottom: none;
	}
	.tabs .container .tabs_wrap .tab_tit ul li {
		width: calc(14.28571428571429% + 1px);
		min-width: inherit;
	}
	.tabs .container .tabs_wrap .tab_tit ul li a {
		min-width: 100%;
		font-size: 14px;
	}
	.tabs .container .tabs_wrap .tab_cont .history li span {
		width: 25%;
	}
	.tabs .container .tabs_wrap .tab_cont .history li .right {
		width: 75%;
	}
	header h1 {
		margin-left: 20px;
	}
	header .right_hd {
		margin-right: 20px;
	}
	.mu_info .info_cont .play_list h3 .song_info {
		flex-wrap:wrap;
	}
	.mu_info .info_cont .play_list h3 .song01{
		width:20%;
		margin-bottom:5px;
	}
	.mu_info .info_cont .play_list h3 .song02{
		width:60%;
		margin-bottom:5px;
	}
	.mu_info .info_cont .play_list h3 .song03{
		width:25%;
		margin-bottom:5px;
	}
	.mu_info .info_cont .play_list h3 .song04{
		width:25%;
		margin-bottom:5px;
	}
	.mu_info .info_cont .play_list h3 .song05{
		width:20%;
		margin-bottom:5px;
	}
	.mu_info .info_cont .play_list h3 .song_btns{
	}
	.mu_info .wrap .img {
		width:30%;
	}
	.mu_info .wrap dl {
		width:70%;
	}
	.mu_video .wrap .img {
		width:45%;
	}
	.mu_video .wrap dl {
		width:55%;
	}
}

@media all and (max-width:768px) {
	.main_top .mu_search {
		width: 90%;
	}
	.main_top .menus {
		padding: 0px 30px;
	}
	.main_top .menus ul {
		flex-wrap: wrap;
	}
	.main_top .menus ul li {
		width: 23%;
	}
	.tabs .container .tabs_wrap .tab_cont .gall>ul {
		justify-content: flex-start;
	}
	.tabs .container .tabs_wrap .tab_cont .gall>ul>li {
		width: 32%;
		margin-bottom: 20px;
	}
	.tabs .container .tabs_wrap .tab_cont .list ul li span.num, .tabs .container .tabs_wrap .tab_cont .list ul li span.count,
		.tabs .container .tabs_wrap .tab_cont .list ul li span.cate {
		display: none;
	}
	.tabs .container .tabs_wrap .tab_cont .list ul li p.tit {
		width: 65%;
		font-size: 13px;
	}
	.tabs .container .tabs_wrap .tab_cont .list ul li span.name {
		width: 15%;
		font-size: 13px;
		overflow: hidden;
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.tabs .container .tabs_wrap .tab_cont .list ul li span.date {
		width: 20%;
		font-size: 13px;
	}
	header h1 {
		display: none;
	}
	.mu_sub_top .container nav ul {
		flex-wrap:wrap;
		justify-content: center;
	}
	.mu_sub_top .container nav ul li {
		width:25%;
	}
	.mu_sub_top .container nav ul li a{
		font-size:14px;
	}
	.mu_wrap .search dl {
		flex-wrap:wrap;
	}
	.mu_wrap .search dl dt {
		width:100%;
	}
	.mu_wrap .search .btn_wrap .btn {
		width:100%;
		margin-bottom:15px;
	}
	.mu_wrap .search dl dd {
		flex-wrap:wrap;
	}
	.mu_wrap .search dl dd * {
		margin-bottom:5px;
	}

	.mu_wrap .search dl dd input.datepick {
		width: 140px;
	}
	.mu_info .wrap .img {
		border-bottom:solid 1px #ddd;
		width:100%;
	}
	.mu_info .wrap dl {
		width:100%;
		border-left:none;
	}
	.mu_wrap .cont .gallery>ul {
		justify-content:space-between;
	}
	.mu_wrap .cont .gallery>ul>li {
		width:45%;
	}
	.mu_wrap .history li {
		flex-wrap:wrap;
	}
	.mu_wrap .history li span {
		width:50%;
		text-align:right;
	}
	.mu_wrap .history li span:first-child {
		text-align:left;
	}
	.mu_wrap .history li .right {
		width:100%;
		margin-top:15px;
	}
	
.tbl_wrap .list tr th.pc,
.tbl_wrap .list tr td.pc {
	display:none;
}
.search .result ul.thumb  {
	flex-wrap:wrap;
}
.search .result ul.thumb > li {
	width:100%;
}
}

@media all and (max-width:640px) {
	.special .container .wrap {
		flex-direction: column;
	}
	.special .container .wrap .left {
		width: 100%;
	}
	.special .container .wrap .right {
		width: 100%;
	}
	.tabs .container .tabs_wrap .tab_tit ul {
		flex-wrap: wrap;
	}
	.tabs .container .tabs_wrap .tab_tit ul li {
		width: calc(33.333333333% + 1px);
		margin-top: -1px;
	}
	.tabs .container .tabs_wrap .tab_cont .history li .right a.detail {
		display: none;
	}
	.tabs .container .tabs_wrap .tab_cont .history li span {
		order: 2;
		font-size: 12px;
	}
	.tabs .container .tabs_wrap .tab_cont .history li .right {
		order: 1;
	}
	.tabs .container .tabs_wrap .tab_cont .history li .right a.tit {
		font-weight: 300;
		font-size: 14px;
	}
	.tabs .container .tabs_wrap .tab_cont {
		margin-top: 30px;
	}
	.tabs .container .tabs_wrap .tab_cont .gall>ul {
		justify-content: space-between;
	}
	.tabs .container .tabs_wrap .tab_cont .gall>ul>li {
		width: 48%;
	}
	.tabs .container .tabs_wrap .tab_cont .gall>ul>li:last-child {
		display: none;
	}
	.main_top .menus ul li .tit a {
		font-size: 13px;
	}
	.main_top .menus ul li .tit {
		margin: 5px 0px;
	}
	.main_top .mu_search input {
		width: calc(100% - 80px);
		height: 40px;
		line-height: 40px;
	}
	.main_top .mu_search button {
		width: 80px;
		height: 40px;
		line-height: 40px;
		padding: 0px;
		font-size: 14px;
		font-weight: 300;
	}
	.main_top .mu_search button::before {
		height: 40px;
		width: 20px;
		margin-right: 3px;
		background-size: 16px;
	}
	.main_top .mu_search .advanced {
		font-size: 14px;
	}
	.main_top .logo_wrap>img {
		max-width: 60%;
	}
	.main_top .logo_wrap span img {
		display: block;
		max-width: 60%;
		margin: 0 auto;
	}
	.main_top {
		padding: 40px 0;
	}
	.one_talk .container .talk_wrap strong {
		line-height: 1.2;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding-left: 0;
		text-align: center;
		padding-right: 30px;
		width: 100px;
	}
	.one_talk .container .talk_wrap strong br {
		display: block;
	}
	.one_talk .talk_slider {
		width: calc(100% - 160px);
	}
	.one_talk .container .talk_wrap a {
		width: 60px;
	}
	.special {
		padding: 10px 15px 30px;
	}
	.special .container h3, .tabs .container h3 {
		font-size: 20px;
	}
	.special .container .wrap a {
		font-size: 14px;
	}
	header .right_hd li a {
		font-size: 13px;
		line-height: 1;
		display: block;
	}
	.one_talk .talk_slider {
		height: 50px;
	}
	.one_talk .container .talk_wrap strong {
		line-height: 50px;
	}
	.one_talk .container .talk_wrap span {
		line-height: 50px;
	}
	.one_talk .container .talk_wrap span i {
		display:none;
	}
	.one_talk .container .talk_wrap a {
		line-height: 50px;
	}
	.mu_sub_top .menu_tit {
		padding: 50px 0px;
		font-weight:400;
		font-size: 24px;
	}
	.menu01 .menu_tit {
		background:url(../../images/museum/mo_mu_top01.png) no-repeat center center;
		background-size: cover;
	}
	.menu02 .menu_tit {
		background:url(../../images/museum/mo_mu_top02.png) no-repeat center center;
		background-size: cover;
	}
	.menu03 .menu_tit {
		background:url(../../images/museum/mo_mu_top03.png) no-repeat center center;
		background-size: cover;
	}
	.menu04 .menu_tit {
		background:url(../../images/museum/mo_mu_top04.png) no-repeat center center;
		background-size: cover;
	}
	.menu05 .menu_tit {
		background:url(../../images/museum/mo_mu_top05.png) no-repeat center center;
		background-size: cover;
	}
	.menu06 .menu_tit {
		background:url(../../images/museum/mo_mu_top06.png) no-repeat center center;
		background-size: cover;
	}
	.menu07 .menu_tit {
		background:url(../../images/museum/mo_mu_top07.png) no-repeat center center;
		background-size: cover;
	}
	.menu08 .menu_tit {
		background:url(../../images/museum/mo_mu_top08.png) no-repeat center center;
		background-size: cover;
	}
	.menu09 .menu_tit {
		background:url(../../images/museum/mo_mu_top09.png) no-repeat center center;
		background-size: cover;
	}

	.mu_info .info_cont .play_list h3 .song_info {
		display:flex;
	}
	.mu_info .info_cont .play_list h3 .song01{
		width:50%;
		order:1;
		margin-bottom:5px;
	}
	.mu_info .info_cont .play_list h3 .song02{
		width:100%;
		margin-bottom:5px;
		order:3;
	}
	.mu_info .info_cont .play_list h3 .song03{
		width: 100%;
		margin-bottom: 10px;
		order:4;
	}
	.mu_info .info_cont .play_list h3 .song04{
		width: 100%;
		margin-bottom: 5px;
		order:5;
	}
	.mu_info .info_cont .play_list h3 .song05{
		width:50%;
		order:2;
		margin-bottom:5px;
	}
	.mu_info dl {
		flex-wrap:wrap;
	}
	.mu_info dl dt {
		width:100%;
		padding-bottom:0;
	}
	.mu_info dl dd {
		width:100%;
		padding-top:5px;
	}
	
	.mu_info dl dt {
		border-right:none;
	}
	.mu_wrap .search {
		padding:10px 0px;
	}
	.mu_wrap .cont {
		padding:0;
	}
	/* .mu_wrap .cont .gallery>ul>li {
		width:98%;
	} */
	.mu_info .wrap dl {
		padding:10px 0px;
	}
	.search {
		padding:50px 15px;
	}
	.search .result button.fn_move {
		padding-left:20px;
	}
}

@media all and (max-width:480px) {
	.main_top .menus {
		padding: 0px 10px;
		margin-top: 30px;
	}
	.main_top .menus ul {
		justify-content: flex-start;
	}
	.main_top .menus ul li {
		width: calc(33.3333333333% - 10px);
		margin: 0px 5px 20px;
	}
	.tabs .container .tabs_wrap .tab_cont .list ul li span.name {
		width: 30%;
	}
	.tabs .container .tabs_wrap .tab_cont .list ul li span.date {
		display: none;
	}
	.mu_sub_top .container nav ul  {
		justify-content:center;
	}
	.mu_sub_top .container nav ul li {
		width:33.333333333%;
	}
	.mu_sub_top .container nav ul li a{
		font-size:14px;
		padding:12px 0px;
	}

	.search input[type="text"]{
		border-radius:3px;
		border: solid 1px #ddd;
		height: 32px;
		padding: 0px 10px;
		line-height: 38px;
		font-size: 16px;
	}
	.search select {
		font-size:16px;
		background:url(../../images/ico_arrow.png) no-repeat right center;
		background-size:15px;
		-webkit-appearance:none; /* for chrome */
		-moz-appearance:none; /*for firefox*/
		appearance:none;
		border-radius:3px;
		line-height: 30px;
		display: inline-block;
		height: 32px;
		padding:0px 25px 0px 10px;
		vertical-align: middle;
		border: solid 1px #ddd;
	}
	.mu_wrap .search dl dd input[type="text"]{
		width:40%;
	}
	.mu_wrap .search dl dd select{
		width:auto;
	}
header h1.pc {
	display:none;
}
header h1.mo {
	display:block;
}
}