@font-face {
  font-family: "NanumSquareLight";
  src: url(/_assets/fonts/NanumSquare/NanumSquareL.eot);
  src: url(/_assets/fonts/NanumSquare/NanumSquareL.eot?#iefix) format('embedded-opentype'),
  url(/_assets/fonts/NanumSquare/NanumSquareL.woff) format('woff'),
  url(/_assets/fonts/NanumSquare/NanumSquareL.ttf) format('truetype');
}

@font-face {
  font-family: "NanumSquare";
  src: url(/_assets/fonts/NanumSquare/NanumSquareR.eot);
  src: url(/_assets/fonts/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
  url(/_assets/fonts/NanumSquare/NanumSquareR.woff2) format('woff2'),
  url(/_assets/fonts/NanumSquare/NanumSquareR.woff) format('woff'),
  url(/_assets/fonts/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: "NanumSquareBold";
  src: url(/_assets/fonts/NanumSquare/NanumSquareB.eot);
  src: url(/_assets/fonts/NanumSquare/NanumSquareB.eot?#iefix) format('embedded-opentype'),
  url(/_assets/fonts/NanumSquare/NanumSquareB.woff2) format('woff2'),
  url(/_assets/fonts/NanumSquare/NanumSquareB.woff) format('woff'),
  url(/_assets/fonts/NanumSquare/NanumSquareB.ttf) format('truetype');
}
@font-face {
  font-family: "NanumSquareExtraBold";
  src: url(/_assets/fonts/NanumSquare/NanumSquareEB.eot);
  src: url(/_assets/fonts/NanumSquare/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
  url(/_assets/fonts/NanumSquare/NanumSquareEB.woff2) format('woff2'),
  url(/_assets/fonts/NanumSquare/NanumSquareEB.woff) format('woff'),
  url(/_assets/fonts/NanumSquare/NanumSquareEB.ttf) format('truetype');
}

@font-face{
  font-family: 'Nanum Barun Gothic';
  src: url(/_assets/fonts/NanumBarun/NanumBarunGothic.eot);
  src: url(/_assets/fonts/NanumBarun/NanumBarunGothic?#iefix) format('embedded-opentype'),
  url(/_assets/fonts/NanumBarun/NanumBarunGothic.woff2) format('woff2'),
  url(/_assets/fonts/NanumBarun/NanumBarunGothic.woff) format('woff'),
  url(/_assets/fonts/NanumBarun/NanumBarunGothic.ttf) format('truetype');
}
@font-face{
  font-family: 'Nanum Barun Gothic Bold';
  src: url(/_assets/fonts/NanumBarun/NanumBarunGothicBold.eot);
  src: url(/_assets/fonts/NanumBarun/NanumBarunGothicBold?#iefix) format('embedded-opentype'),
  url(/_assets/fonts/NanumBarun/NanumBarunGothicBold.woff2) format('woff2'),
  url(/_assets/fonts/NanumBarun/NanumBarunGothicBold.woff) format('woff'),
  url(/_assets/fonts/NanumBarun/NanumBarunGothicBold.ttf) format('truetype');
}
@font-face{
  font-family: 'Noto Sans KR';
  src: url(/_assets/fonts/noto/notokr_regular.eot);
  src: url(/_assets/fonts/noto/notokr_regular?#iefix) format('embedded-opentype'),
  url(/_assets/fonts/noto/notokr_regular.woff) format('woff');
}
@font-face{
  font-family: 'Noto Sans KR Bold';
  src: url(/_assets/fonts/noto/notokr_bold.eot);
  src: url(/_assets/fonts/noto/notokr_bold?#iefix) format('embedded-opentype'),
  url(/_assets/fonts/noto/notokr_bold.woff) format('woff');
}

html,
body {
	margin: 0;
	font-size: 100%;
	//font-family: 'Noto Sans KR', sans-serif;
    font-family: 'NanumSquare', sans-serif;
	//background: #fff;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}
a:link, a:active, a:visited {
	COLOR: #333333;
}
form {padding: 0; margin: 0;}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="textarea"],
input[type="search"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	//font-family: 'Noto Sans KR', sans-serif;
    font-family: 'NanumSquare', sans-serif;
    
}

h1,
h2{
	margin: 0;
    font-family: 'NanumSquareExtraBold', sans-serif;
	letter-spacing:-1px;
}
h3,
h4,
h5,
h6 {
	margin: 0;
	//font-family: 'Noto Sans KR', sans-serif;
    font-family: 'NanumSquareBold', sans-serif;
	letter-spacing:-1px;
}

p {
	margin: 0;
	font-size: 0.9em;
	color: #777777;
	line-height: 2em;
	letter-spacing: 1px;
	font-weight: 300;
}

ul {
	margin: 0;
	padding: 0;
}
.container {
  	position: relative;
	margin: auto;
	padding: 0 15px;
  	max-width: 1180px;
}
.container2 {
  	position: relative;
	margin: auto;
	padding: 0 0;
  	max-width: 1180px;
}

body {
  min-width: 1141px;
}

/*--/header --*/
header {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 200px;
    background-image: url(/_con/100001/g/topBg.gif);background-position: 50% 100%;background-repeat: repeat-x;
}


/*--top-bar --*/
.top-bar {
	position: relative;
  	width: 100%;
  	display: flex;
}
.logo {
    z-index: 10;
    position: relative;
    width: 100%;
    top: 41px;
	text-align: center;
	display: block;
}
.logo a {
  	align-items: center;
}
.logo a .img-face {
  margin-top: 0px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
}
.logo a .img-text {
  height: 10px;
}

ul.social-btn-group {
  margin-top: 5px;
  margin-left: auto;
}
ul.social-icon-group {
  float: left;
  display: block;
  margin-top: 5px;
  list-style-type: initial;
}
ul.social-lang-group {
  position: relative;
  float: left;
  left: calc(50% - 100px);
  display: block;
  margin-top: 5px;
  list-style-type: initial;
}
ul.social-lang-group li,
ul.social-btn-group li,
ul.social-icon-group li {
	display: inline-block;
}
ul.social-btn-group li a {
    width: auto;
    height: 28px;
    display: block;
	line-height: 28px;
	text-align: center;
}
ul.social-icon-group li a {
    width: auto;
    height: 28px;
    display: block;
	line-height: 28px;
	text-align: center;
}
ul.social-btn-group li a:hover,
ul.social-icon-group li a:hover {
	opacity: 0.5;
}
ul.social-btn-group li a.invisible {
  display: none;
}
ul.social-icon-group li a.btn-login,
ul.social-btn-group li a.btn-login,
ul.social-btn-group li a.btn-logout,
ul.social-btn-group li a.btn-signup {
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	width: auto;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
ul.social-btn-group li a.btn-search {
  width: 22px;
  height: 22px;
  margin-left: 40px;}
/*-- top-bar --*/

.btnUtil-m {
    display: none;
}
/*--/navbar--*/
.navbar {
	top: 12px;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}
.navbar .btnSrc {
    display: none;
}
.navbar-light .navbar-nav {
    display: flex;
    margin-top:43px;
    margin-left:0px;
}
.navbar-light .navbar-nav .nav-link {
    font-family: NanumSquareBold;
	padding: 12px 50px;
	color: #6b6863;
	background: transparent;
	text-transform: uppercase;
	font-size: 20px;
    font-weight:650;
	letter-spacing: -1.5px;
	width: 275px;
	margin-left: -40px;
}
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	background: #ffffff;
	font-size: 20px;
	color: #f0b35a;
}
.nav-item.dropdown:hover .dropdown-menu {display: block;}
.dropdown-item {
	font-family: NanumSquare;
    padding: 0.6em 1.9rem;
    font-size: 0.9em;
	width: 200px;
}
.dropdown-item:hover,
.dropdown-item:focus {
    padding: 0.6em 1.5rem;
	background: #f0b35a;
	font-size: 0.9em;
	color: #fff;
}
.social-btn-group-m {
   display: none;   
}
/*--//navbar--*/

/*--//header --*/

/*--/banner --*/
.banner {
  //padding-top: 119px;
  padding-bottom: 10px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel-caption {
    //top: 170px;    
    position: relative;
    z-index: 10;
    text-align: left;
    margin: 0 auto;
    vertical-align: middle;
}
.carousel-item {
	height: 420px;    
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 1px #dddddd solid;
}
.carousel-item.item2 {
    height: 420px;
    background-repeat:  no-repeat;
	background-size: cover;
    background-position: center;
    border-bottom: 1px #dddddd solid;
}
.tblCaro {
    height: 420px;
    width: 100%;
}
.tdCaro {
    height: 420px;
    width: 100%;    
}
.tit01a {
  font-size: 52px;
  font-family: 'NanumSquareExtraBold', sans-serif;
  color: #947051;
  font-weight: 600;
  line-height: 70px;
}
.tit01b {
    font-size: 52px;
    font-family: 'NanumSquareExtraBold', sans-serif;
    color: #93bd21;
    font-weight: 600;
    line-height: 70px;
}
.tit02 {
    margin-top: 7px;
    font-size: 30px;
    font-family: 'NanumSquareExtraBold', sans-serif;
    color: #5F6368;
    line-height: 40px;
}

.tit03 {
    margin-top: 7px;
    font-size: 20px;
    font-family: 'NanumSquareExtraBold', sans-serif;
    color: #5F6368;
    line-height: 30px;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.5;
}
.carousel-control-prev:hover { opacity:1.0;}
.carousel-control-next:hover { opacity:1.0;}
.carousel-control-prev:active { opacity:0.5;}
.carousel-control-next:active { opacity:0.5;}
.carousel-control-prev:visited { opacity:0.5;}
.carousel-control-next:visited { opacity:0.5;}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  padding: 10px 15px;
  width: 45px;
  height: 45px;
  background-color: #8a8a8a;
  background-size: 40% 70%;
  border-radius: 50%;
}
.carouselbar {
    width: 100%;
    position: relative;
    top: -30px;
    z-index: 15;
    text-align: center;
    margin: 0 auto;
    background-color: #2DA1D1;
    color: #ffffff;
    font-size: 26px;
    padding-top:15px;
    padding-bottom:15px;
}
/*--//banner --*/

/*--/content --*/
.exhibition {
  padding-top: 15px;
}

.quick-link {
  padding-top: 30px;
  margin-bottom: 30px;
}

.exhibition,
.memorial,
.schdule,
.quick-link {
  padding-bottom: 30px;
}
.memorial .container {
  padding-top: 60px;
  padding-bottom: 25px;
}
.schdule .container {
  padding-top: 20px;
  padding-bottom: 25px;
}
h3.title {
  position: relative;
  text-align: center;
  font-size: 30px;
  color: #6b6863;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
h3.title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 4px;
  background-image: url('/_assets/images/common/barYellow.gif'); background-repeat: no-repeat; background-position: 50%;
}
h4.subtitle {
  position: relative;
  text-align: right;
  font-size: 15px;
  color: #ffffff;
  line-height: 10px;
  margin-bottom: 35px;
}
h4.subtitle a{
	border: 1px #f0b35a solid;
	border-radius: 15px;
	padding: 5px 10px;
	background: #f0b35a;
	color: #ffffff;
	font-size: 14px;
	font-family: NanumSquare;
	font-weight: 500;
}
h4.subtitle a:hover{
	border: 1px #222222 solid;
	background: #222222;
	color: #ffffff;
}
.exhibition .card-wrapper-ex {
    width: 100%;   
  }
.schdule {
	width: 100%;
	background-color: #f4f4f4;
	padding: 40px 0;
	margin-bottom: 20px;
}
.card-wrapper-ex,
.card-wrapper {
  display: flex;
  justify-content: space-between;
}

.card-ex,
.card {
  width: calc(25% - 30px / 4);
  border: solid 1px #eae9e9;
  padding: 0;
  height: 320px;
}
.card > a:hover {
  opacity: 0.5;
}
.card-wrapper-ex .card-ex > a:hover {
    opacity: 0.5;
}
.card-ex .card-header-ex,
.card .card-header {
  padding: 25px 20px;
  border-bottom: solid 1px #ddd;
  background-color: #efefef;
}
.card-ex .card-header-ex img,
.card .card-header img {
  object-fit: cover;
  width: 100%;
  height: 145px;
}
.card-ex .card-header-ex iframe,
.card .card-header iframe {
  width: 238px;
  height: 145px;
}
.card-ex .card-header-ex .overflw,
.card .card-header .overflw {
    height: 145px;
}
.card-ex .card-body-ex,
.card .card-body {
  padding: 20px 15px;
  padding-bottom: 15px;
}
.card-ex .card-body-ex p.description,
.card .card-body p.description,
.card .card-body p.date {
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 13px;
  margin: auto;
  margin-bottom: 25px;
}
.card-ex .card-body-ex p.title,
.card .card-body p.title {
  font-family: NanumSquare;
  line-height: 160%;
  height: 50px;
  letter-spacing:-0.75px;
  font-size: 15px;
  color: #5d605d;
  margin-bottom: 13px;
  max-width: 238px;
  overflow: hidden;
}
.card .card-body p.description {
  font-family: NanumSquare;
  color: #7d7b7b;
  text-align: left;
    
}
.card .card-body p.date {
  color: #9f7f44;
  margin-bottom: 0;
}
.tagMovie{
  position: relative;
  top: -160px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background-color: #fb5a6a;
  border-radius: 20px;
  max-width: 84px;
}
.tagPhoto{
  position: relative;
  top: -160px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background-color: #fb5a6a;
  border-radius: 20px;
  max-width: 100px;
}
.tagSche{
  position: relative;
  top: -200px;
  left: 440px;
  padding: 0 10px;
  //color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
  //background-color: #fb5a6a;
  //border-radius: 20px;
  max-width: 120px;
}
.card.noti {
  border: 0px;
  background-color: transparent;
  padding-left: 10px;
}
.tag {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  background-color: #fb5a6a;
  border-radius: 20px;
  max-width: 54px;
}
.noti-wrapper {
  margin-top: 17px;
}
.noti-wrapper > a:hover .noti-item {
  opacity: 0.5;
}
.noti-wrapper .noti-item {
  width: 95%;
  color: #292a2b;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}
.noti-wrapper .noti-item > .title {
  font-family: NanumSquare;
  font-size: 14px;
  letter-spacing:-0.75px;
  max-width: calc(100% - 48px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.noti-wrapper .noti-item > .date {
  font-family: sans-serif;
  font-size: 14px;
  
}
.card-with-icon-wrapper {
  width: calc(50% - 20px / 2);
}
.card-with-icon {
  //padding: 20px 28px;
  border: solid 1px #eee;
  width: 100%;
  height: 168px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  background-color: #ffffff;
}
.card-with-icon .circle,
.card-with-icon .default {
  margin-left: 23px;
  margin-right: 23px;
  display: inline-block;
  color: #8a8a8a;
  width: 150px;
  height: 120px;
}
.card-with-icon .default .defaultG {
  width: 120px !important;
  height: 120px;
}
.card-with-icon .circle {
  color: #fff;
  background-color: #8a8a8a;
  border-radius: 50%;
  padding: 15px;
  width: 80px;
  height: 80px;
}
.rectangle {
  position: relative;
  width: 24%;
  height: 80px;
  padding: 15px 40px;
  border: 1px #ededed solid;
  display: flex;
  align: center;
}
.rectangle img {
  width: 200px !important;
  height: 50px !important;
}
.card-with-icon .divider {
  width: 3px;
  height: 80px;
  background-color: #eee;
}
.card-with-icon h4 {
  margin-left: 44px;
  font-size: 24px;
  line-height: 48px;
}
.card-with-icon h5 {
  margin-left: 0px;
  font-size: 18px;
  line-height: 30px;
}
.card-with-icon table {
  margin-left: 25px;
  color: #8e8787;
}
.card-with-icon table th {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 18px;
}
.card-with-icon table td {
  padding: 0 10px;
}
.card-with-icon table td.date {
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  color: #3f3f3f;
}
.card-with-icon table td.date:first-child {
  color: #ff0000;
}
.card-with-icon table td.date:last-child {
  color: #0030ff;
}
.card-with-icon table td.description {
  max-width: 50px;
  word-break: keep-all;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 2px;
  height: 45px;
  text-align: center;
  valign: top;
}
.scheTime {
    margin-left: 110px;
}
a.goSangdam {
	position:relative;
	display: inline-block;
	margin-left: calc(50% - 150px / 2);
	margin-top:10px;
	color:#fff;
	padding: 5px 10px; 
	text-align: center;
	width: 150px;
	background:#ec4e04;
	font-size:12px;
	font-weight:500;
	text-decoration:none;
	border:1.0px #ec4e04 solid;
	border-radius:13px;
}
a.goSangdam:hover{
	color:#fff;
	background:#131e34;
}


.quick-link a {
  width: calc(100% / 6 - 10px)
}
.quick-link a:hover {
  opacity: 0.5;
}
.quick-link .circle {
  background-color: #f1f1f1;
  border-radius: 50%;
  margin: auto;
  padding: 26px;
  width: 138px;
  height: 138px;
	valign: middle;
}
.quick-link img {
  width: 85px;
  height: 85px;
	align: center;
}
.quick-link h4 {
  margin-top: 16.5px;
  color: #555555;
  font-size: 18px;
}
/*--//content --*/

/*--footer--*/
footer {
	display: inline-block;
    position: relative;
    margin-top: 20px;
	margin-bottom: 30px;
	z-index: 5;
	width: 100%;
}
footer .footer-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95px;
  background-color: #efefef;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
  margin-bottom: 80px;
}
footer .footer-btn-group .divider {
  width: 2px;
  height: 18px;
  margin: 0 25px;
  background-color: #cfcfcf;
}
footer .footer-btn-group .footer-btn {
  font-family: NanumSquareBold;
  color: #6b6863;
  font-size: 17px;
}
footer .footer-btn-group .footer-btn:hover {
  opacity: 0.5;
}
footer .tel-bank {
	float: left;
	width: 60%;
}
footer .addr {
	float: right;
	width: 40%;
}
footer p {
	letter-spacing: -0.5pt;
}

footer .telNm,
footer .bankNm {
  	font-size: 16px;
  	font-family: NanumSquare;
  	color: #888888;
	letter-spacing: -1.0px;
}
footer .telNo {
  	background-image: url('/_assets/images/common/tel.png');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 0 10px;
  	font-size: 30px;
  	font-family: NanumSquareExtraBold;
  	color: #6b6863;
	display:inline-block; 
	letter-spacing: -1.0px;
	margin-bottom: 20px;
	padding-left: 30px;
}
footer .bankNo {
  	font-size: 17px;
  	font-family: NanumSquareBold;
  	color: #6b6863;
	letter-spacing: -1.0px;
}
footer .footer-info {
  	padding-bottom: 85px;
  	margin-top: -40px;
}
footer .footer-info .logo {
  	width: 150px;
  	position: absolute;
  	left: calc(50% - 70px);
  	top: -10px;
}
footer .footer-info .text-center {
  	font-family: NanumSquare;
  	font-size: 16px;
  	line-height: 30px;
  	color: #8e8b8b;
  	margin-bottom: 24px;
  	letter-spacing: -0.55px;
}
footer .footer-info .phone-number {
  	margin-bottom: 24px;
}
footer .footer-info .phone-number span {
  	color: #292929;
  	font-size: 30px;
  	margin-left: 7px;
}

.toTop {
  	position: fixed;
	bottom: 10px;
	right: 15px;
	width: 60px;
	height: 60px;
  	background: url(../../images/top_up.png) no-repeat 0px 0px;
  	background-size: contain;
  	z-index: 10;
}

.strike {
    font-weight: 600;
    color: #6b6863;
}
.mobBr {
		display: none;
	}
/*--responsive--*/
@media(max-width:1140px) {
body {
    min-width: 100%;
    }
header {
    height: 80px;
  }
    .top-bar {
		display: none;
        
    }
    a.btn-login-m,
    a.btn-logout-m,
    a.btn-signup-m {
	margin-right: 20px;
	color: #666;
	font-size: 14px;
	width: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: solid 1px #666;
	border-radius: 20px;
    padding: 5px 10px;
}
    
  .social-icon-group {
    display: none;
  }
  .social-icon-group {
    display: none;
  }
  .logo {
    z-index: 10;
    position: relative;
    width: 100%;
    top: 10px;
	text-align: center;
	display: block;
	}
	.logo a {
		align-items: center;
	}
	.logo a .img-face {
	  margin-top: 0px;
	  margin-bottom: 10px;
	  height: 40px;
	  align-items: center;
	}
  
  .navbar-nav {
		background-color: #ffffff;
	}
	.nav-link {
		margin-left: 20px;
		color: #161616;
	}
	.nav-link:hover {
		color: #000000;
	}
	.nav-item.dropdown {
        border-bottom:0.5px #efefef solid;
		background-color: #ffffff;
  }
     .navbar.container {
    top: 0px;
  }
  .navbar .navbar-toggler {
	float: left;
    position: relative;
    top: -20px;
	left: 0;
    width: 30px;
    height: 30px;
    padding: 0px;
	//border: solid 1px red;
    outline: none;
      z-index: 13;
  }
  .navbar-toggler-icon {
    width: 100%;
    height: 100%;
    
  }
    .btnUtil-m {
        display: block;
        padding: 15px 15px 15px 30px;
        margin-top: 20px;
        background-color: #efefef;
    }
    .btnUtil-login {
        padding: 5px 0;
    }
    .btnUtil-sns{
        padding: 5px 0;
    }
    .btnUtil-sns a{
        margin: 10px;
    }
    
    
    a.btn-login-m,
    a.btn-logout-m,
    a.btn-signup-m {
	margin-right: 20px;
	color: #666;
	font-size: 14px;
	width: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: solid 1px #666;
	border-radius: 20px;
    padding: 5px 10px;
}
	.text-center {
		text-align: center;
	}
	.box-panel {
		margin: 0;
		padding: 0;
		//background-color: #ffffff;
		height: 100%;
	}
	.panel-top-bar {
		position: relative;
		height: 40px;
		width: 100%;
		background-color: #88cb4e;
		margin: 0;
		padding-top: 10px;
		text-align: center;
	}  
    a.btn-panel-login {
		font-weight: 400 !important;
		margin-right: 10px;
		color: #ffffff;
		font-size: 12px;
		width: 128px;
		height: 30px;
		//line-height: 30px;
		text-align: center;
		border: solid 1px #ffffff;
		border-radius: 15px;
		padding: 5px 10px;
	}
	.panel-mypage-table {
		position: relative;
		height: 80px;
		width: 100%;
		background-color: #ffffff;
		margin: 0;
		padding-top: 0;
		//text-align: center;
		//valign-align: middle;
		
	}  
    .panel-mypage-table td {
		font-weight: 400 !important;
		margin-right: 10px;
		color: #000000;
		font-size: 12px;
		width: 20%;
		height: 30px;
		//line-height: 30px;
		text-align: center;
		cursor: pointer;

	} 
	.panel-category-bar {
		height: 40px;
		background-color: #efefef;
		border-top: 1px #dddddd solid;
		border-bottom: 1px #dddddd solid;
		color: #999999;
		font-size: 13px;
		font-weight: 400 !important;
		padding-top: 10px;
		padding-left: 20px;
	}

  .social-btn-group-m {
     display: block;   
  }
    
  .social-btn-group-m {
     display: block;   
  }
	.banner {
	width: 100%;
  }
	.banner .carousel {
		height: 290px !important;		
	}
	.banner .carousel-inner {
		height: 290px;
		top: 0px;
	}
  .banner .carousel-item {
    height: 290px;
    width: 100%;
  }

	.carousel-item {
    background-position: 50%;
}
.carousel-item.item2 {
    background-position: 50%;
}
    .card-wrapper-ex,
    .card-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
    .card-ex,
  .card {
    margin: 5px;
    width: 48%;
    height: 360px;
  }
  .card-ex .card-header-ex,
  .card .card-header {
      width: 100%;
      height: 250px;
  }
  .card-ex .card-header-ex iframe,
  .card .card-header iframe {
      width: 100%;
      height: 190px;
  }
  .card-ex .card-header-ex img, 
  .card .card-header img {
      width: 100%;
      height: 190px;
  }
  .card-ex .card-header-ex .overflw,
  .card .card-header .overflw {
    height: 250px;
  }   
  .card-with-icon-wrapper {
    width: 100%;
    align: center;
  }
	.card-sangdam {
		padding-bottom: 30px;
	}
  .card-with-icon-wrapper:not(:last-child) {
    margin-bottom: 14px;
  }

  .card-with-icon .default {
	  margin-left: 23px;
	  margin-right: 23px;
	  //display: flex;
	  color: #8a8a8a;
	  width: 150px;
	  height: 120px;
	}
  .card-with-icon .default img {
	  width: 120px;
	  height: 120px;
   }
  a.goSangdam {position:relative;display: inline-block;5px;margin-left: 30%;margin-top:10px;color:#fff;padding: 5px 10px; text-align: center;width: 150px;background:#ec4e04;font-size:12px;font-weight:500;text-decoration:none;border:1.0px #ec4e04 solid;border-radius:13px;}
  a.goSangdam:hover{color:#fff;background:#131e34}
  .schdule .card-with-icon h4 {
    font-size: 18px;
  }
  .schdule .date-table {
    margin-top: 30px;
  }
  .schdule .date-table .card-with-icon {
    padding: 0px;
    border: 0px;
    height: initial;
    text-align: center;
  }
  .schdule .date-table .card-with-icon table {
    width: 100%;
    margin: 10px;
    align: center;
  }
  .schdule .date-table .card-with-icon table th {
    padding: 5px 5px;
  }
  .scheTime {
    margin-left: 110px;
  }
  .card-with-icon table td.description {
    max-width: 50px;
    word-break: keep-all;
    font-size: 11px;
    line-height: 14px;
    padding: 13px 2px;
  }
	.card-body {
  padding: 20px 15px;
  padding-bottom: 15px;
}
	p.date {
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 13px;
  margin: auto;
  margin-bottom: 25px;
    letter-spacing: -0.75pt;
}
    .ScTagWraper {
        width: 100%;
        //background-color: #00954d;
    }
  .tagSche{
  position: relative;
  top: 10px;
  left: 10px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
 
}
  .exhibition,
  .memorial,
  .schdule,
  .quick-link {
    margin-bottom: 30px;
  }
    .schdule {
	width: 100%;
	background-color: #f4f4f4;
	padding: 40px 0;
	margin-bottom: 20px;
}
	.rectangle {
	  width: 48%;
	  margin-left: 1%;
	  margin-right: 1%;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  height: 80px;
	  padding: 15px calc(24% - 200px / 2);
	  border: 1px #ededed solid;
	  display: flex;
	  text-align: center;
	}
.rectangle img {
  width: 200px !important;
  height: 50px !important;
}
	.brM {
		display: none;
	}
	.mobBr {
		display: block;
	}
}
@media(max-width:568px) {
  body {
    min-width: 100%;
  }
 
    .navbar.container {
    background: transparent;
  }
    header {
    height: 80px;
  }
    .top-bar {
		display: none;
    }
    
    
    .btnUtil-m {
        display: block;
        padding: 15px 15px 15px 30px;
        margin-top: 20px;
        background-color: #efefef;
    }
    .btnUtil-login {
        padding: 5px 0;
    }
    .btnUtil-sns{
        padding: 5px 0;
    }
    .btnUtil-sns a{
        margin: 10px;
    }
    
    a.btn-login-m,
    a.btn-logout-m,
    a.btn-signup-m {
	margin-right: 20px;
	color: #666;
	font-size: 14px;
	width: 128px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: solid 1px #666;
	border-radius: 20px;
    padding: 5px 10px;
}
    
    
  .social-btn-group-m {
     display: block;   
  }
      
  
  .banner {
	padding-top: 0;
    padding-bottom: 0;
  }
	.banner .carousel {
		height: 180px !important;
	}
	.banner .carousel-inner {
		height: 180px;
	}
  .banner .carousel-item {
    height: 180px;
    width: 100%;
  }
  
.carousel-item {
    background-position: 65%;
}
.carousel-item.item2 {
    background-position: 65%;
}
 .carouselbar {
    top: -10px;
} 
.carousel-control-prev,
.carousel-control-next {
  opacity: 0.5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 35px;
  height: 35px;
  background-color: #8a8a8a;
  background-size: 40% 70%;
  border-radius: 50%;
}

  .exhibition,
  .memorial,
  .schdule,
  .quick-link {
    padding-bottom: 0px;
  }
  .card-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .exhibition .card-wrapper-ex {
    width: 100%;
    height: 390px;
  }
  .card {
    width: 100%;
  }
  .exhibition .card-wrapper-ex .card-ex {
    padding: 0;
    width: 45%; 
      height: 170px;
  }
     .exhibition .card-wrapper-ex .card-header-ex {
      height: 90px;
      padding: 0;
    border-width: 0;
  }
.exhibition .card-wrapper-ex .card-ex .cardG{
    margin: 0;
    height: 90px;
    border-bottom: 1px #cccccc solid;
  }
.card-ex .card-body-ex {
    padding-top: 0;
    font-size: 15px;
    font-weight: 600;
     max-width: 450px;
    border-width: 0;
    height: 80px;
  }
.card-ex .card-body-ex p.title {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
     max-width: 450px;
    line-height: 150%;
  }
  .card .card-header iframe {
      width: 100%;
      height: 200px;
  }
  .card .card-header .overflw {
    height: 200px;
  }
  .tagPhoto,  
  .tagMovie{ 
    top: -210px; 
  }

  .card .card-body p.title {
    font-size: 15px;
    font-weight: 600;
     max-width: 410px;
  }
.card .card-body p.description,
.card .card-body p.date {
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  line-height: 13px;
  margin: auto;
  margin-bottom: 25px;
    letter-spacing: -0.75pt;
}
  .card:not(:last-child) {
    margin-bottom: 14px;
  }
  .card-with-icon-wrapper {
    width: 100%;
    align: center;
  }
  .card-with-icon-wrapper:not(:last-child) {
    margin-bottom: 14px;
  }
  .card-with-icon .default {
	  margin-left: 23px;
	  margin-right: 23px;
	  //display: flex;
	  color: #8a8a8a;
	  width: 160px;
	  height: 120px;
	}
	.card-with-icon .default img {
	  width: 120px;
	  height: 120px;
   }
   a.goSangdam {position:relative;display: inline-block;5px;margin-left: 15%;margin-top:10px;color:#fff;padding: 5px 10px; text-align: center;width: 150px;background:#ec4e04;font-size:12px;font-weight:500;text-decoration:none;border:1.0px #ec4e04 solid;border-radius:13px;}
   a.goSangdam:hover{color:#fff;background:#131e34}
	.schdule {
	width: 100%;
	background-color: #f4f4f4;
	padding: 40px 0;
	margin-bottom: 20px;
}
  .schdule .card-with-icon h5 {
    margin-left: 0;
    font-size: 14px;
	letter-spacing: -1.0pt;
  }
.schdule .card-with-icon {
    //border : 1px;
    //background-color: red;
    padding: 0;
    }
.schdule .card-with-icon .table-time{
    margin: 0;
    }
  .schdule .date-table {
    margin-top: 30px;
  }
  .schdule .date-table .card-with-icon {
    padding: 0px;
    border: 0px;
    height: initial;
    text-align: center;
  }
  .schdule .date-table .card-with-icon table {
    width: 100%;
    margin: 0;
    align: center;
  }
  .schdule .date-table .card-with-icon table th {
    padding: 5px 5px;
  }
   .ScTagWraper {
        width: 90%;
        //background-color: #00954d;
    }
  .tagSche{
  position: relative;
  top: 10px;
  left: 10px;
  //padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  //text-align: right;
 
  }
  .card-with-icon table td.description {
    max-width: 50px;
    word-break: keep-all;
    font-size: 11px;
    line-height: 14px;
    padding: 13px 2px;
  }

  .scheTime {
    margin-left: 100px;
  }
  .quick-link .row {
    margin: 0;
  }
  .quick-link a {
    width: 50%;
    margin-bottom: 24px;
  }
  .quick-link a .circle {
    margin: auto;
  }
  .rectangle {
	  width: 100%;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  height: 80px;
	  padding: 15px calc(50% - 200px / 2);
	  border: 1px #ededed solid;
	  display: flex;
	  text-align: center;
	}
.rectangle img {
  width: 200px !important;
  height: 50px !important;
}
  footer .footer-btn-group {
	width: 100%;
    height: 75px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    z-index: 1;
    
  }
  footer .footer-btn-group .footer-btn {
    width: 20%;
    font-size: 12px;
	letter-spacing: -0.75pt;
    text-align: center;
  }
  footer .footer-btn-group .divider {
    display: none;
  }
  footer .footer-btn-group .footer-btn:nth-child(2n + 1) {
    width: 20%;
  }
  footer .tel-bank {
	width: 100%;
	display: inline-block;
  }
  footer .footer-divider {
	width: 100%;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px #efefef solid;
  }
  footer .addr {
	display: inline-block;
	width: 100%;
  }
  footer .footer-info {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  footer .footer-info .text-center {
    font-size: 14px;
  }
  footer .footer-info .logo {
  width: 150px;
  display: block;
  position: relative;
  left: calc(50% - 75px);
  top: -10px;
  }
  footer .footer-info .phone-number img {
    width: 36px;
    height: 36px;
  }
  footer .footer-info .phone-number span {
    font-size: 18px;
  }
  .toTop {
    display: none;
  }
    
  .brM {
		display: none;
  }
  .mobBr {
		display: block;
  }
}
/*--//responsive--*/
