@charset "utf-8";
/**************************************************
	Setting Device Width
**************************************************/
#_device_pc {
  display: block;
}
#_device_ta {
  display: none;
}
#_device_mo {
  display: none;
}
.__pc {
  display: block !important;
}
.__ta {
  display: none !important;
}
.__mo {
  display: none;
}
/**************************************************

	Respond.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	Setting Device Width
**************************************************/
#_device_pc {
  display: block;
}
#_device_ta {
  display: none;
}
#_device_mo {
  display: none;
}
.__pc {
  display: block !important;
}
.__ta {
  display: none !important;
}
.__mo {
  display: none;
}
@media screen and (min-width: 750px) and (max-width: 1300px) {
  #_device_pc {
    display: none;
  }
  #_device_ta {
    display: block;
  }
  #_device_mo {
    display: none;
  }
  .__pc {
    display: none !important;
  }
  .__ta {
    display: block !important;
  }
  .__mo {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #_device_pc {
    display: none;
  }
  #_device_ta {
    display: none;
  }
  #_device_mo {
    display: block;
  }
  .__pc {
    display: none !important;
  }
  .__ta {
    display: none;
  }
  .__mo {
    display: block !important;
  }
}
/**************************************************
	아이폰 하이브리드앱에서 노치 겹침현상 방지
    ( 노치 높이 만큼 html에 자동으로 padding 부여 )
**************************************************/
html {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
#header {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
/**************************************************
	Layout
**************************************************/
@media screen and (max-width: 1300px) {
  html {
    padding-top: 70px;
    overflow-x: hidden;
  }
  img {
    max-width: 100%;
    width: 100%;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  }
  #header .inner {
    width: auto;
    height: 70px;
  }
  #header .logo {
    position: absolute;
    top: 0;
    left: 20px;
  }
  #header .logo a {
    height: 70px;
    display: flex;
    align-items: center;
  }
  #header .logo img {
    width: auto;
    height: 40px;
  }
  #header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
  }
  .visual-wrap .popup-area {
    right: 0;
    top: 0px;
    width: 300px;
    height: 332px;
    overflow: hidden;
  }
  #gnb {
    display: none;
  }
  #drdw {
    display: none !important;
  }
  #drdw .inner {
    display: none;
  }
  #sns-ico {
    display: none;
  }
  #slide-btn {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    display: block;
    width: 25px;
    height: 16px;
  }
  #slide-bg {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
  }
  #slide-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .8);
  }
  #slide-close > i {
    font-size: 22px;
  }
  #slide-close:hover {
    color: #fff;
  }
  #slide-close:active {
    color: #fff;
  }
  #slide-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    display: block;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
    transition: all 0.2s cubic-bezier(0.930, 0.635, 0.650, 0.970);
  }
  #slide-menu .tit {
    height: 50px;
    position: relative;
    background: #3f4581;
  }
  #slide-menu.on {
    right: 0;
  }
  #gnb-mo > li {
    border-bottom: 1px solid #e1e1e1;
  }
  #gnb-mo > li > a {
    display: flex;
    line-height: 100%;
    padding: 16px 20px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    justify-content: space-between;
  }
  #gnb-mo > li > ul {
    padding: 10px 20px;
    border-top: 1px solid #e1e1e1;
    background: #f7f7f7;
    display: none;
  }
  #gnb-mo > li > ul li a {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    text-decoration: none;
  }
  #gnb-mo > li.hidden-gnb {
    display: none;
  }
  #gnb-mo li.active > a {
    color: #3f4581;
  }
  #sns-ico-mo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -20px)
  }
  #sns-ico-mo > li {
    margin: 0 4px;
  }
  #sns-ico-mo > li > a {
    display: block;
    width: 40px;
  }
  #sns-ico-mo > li > a > img {
    max-width: 100%;
  }
  .visual-wrap {
    width: 100%;
  }
  .visual-wrap .visual-area {
    width: 100%;
    overflow: hidden;
  }
  html, body {
    min-width: 100%
  }
  .m-content {
    width: 100%;
  }
  .m-content > div {
    flex-grow: 1;
  }
  .q-menu > ul {
    width: 100%;
  }
  .m-notice {}
  .m-banner > ul {
    width: 100%;
  }
  #footer .fm {
    width: 100%;
  }
  .m-content .pop-area {
    float: left;
    width: 556px;
  }
  .m-content .calendar-area {
    float: left;
    width: 340px;
    /* min-width: 340px; */
    margin: 0px 20px;
  }
  .m-content .pay-area {
    float: left;
    width: 260px;
    min-width: 260px;
  }
  #datepicker {
    min-width: 100%;
    width: 100%;
    padding: 30px;
  }
  .m-notice {
    width: 100%
  }
  .m-notice > ul li {}
  #footer .flogo {
    display: none
  }
  #footer footer {
    padding: 0 30px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px !important;
  }
  .m-content .pop-area ul > li:last-child > div {
    background: #34a7ed url("../images/main/bg_banner_02.png") right top no-repeat
  }
  /**/
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont04-01 li > dl > dt {
    margin-bottom: 20px;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont04-01 li > dl {
    display: flex;
    align-items: flex-start;
    padding: 20px 40px;
    flex-direction: column;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont04-01 li > dl > dd {
    padding: 0;
    width: 100%;
    margin: 10px 10px 10px 0;
    align-items: center;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont04-01 li > dl > dd > img {
    width: 32px
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont04-02 li > p {
    display: none
  }
  /**/
  /*
.exhibition .subArea-wrap .conts-area > section > article.map div.link-pop { position: absolute; bottom: 6px; left: 6px; display: flex; flex-wrap: wrap; }
.exhibition .subArea-wrap .conts-area > section > article.map div.link-pop a { position: initial; margin: 3px; }
.exhibition .subArea-wrap .conts-area > section > article.map div.link-pop a { font-size: 13px; height: auto; min-width: auto; border-radius: 4px; padding: 10px 16px; color: #fff; }
*/
  /** 전시 **/
  article.map ul > li a {
    line-height: 40px;
    height: 40px;
    font-size: 12px;
  }
  article.map .map-area .link-pop a {
    font-size: 15px;
    width: auto;
    padding: 8px 20px;
  }
  article.map .map-area img {
    max-width: 100%;
  }
  .infor .subArea-wrap .conts-area > section > article.mi > div.elem ul.mi li:first-child {
    margin-right: 0;
}
}
@media screen and (max-width: 1120px) {
  .m-content .pop-area {
    float: left;
    width: auto;
  }
  .m-content .pop-area ul > li > div > p {
    font-size: 20px;
  }
  .m-content .pop-area ul > li > div {
    height: auto
  }
  .m-content .pop-area ul > li > div > a {
    position: absolute;
    top: 100px;
    right: 30px;
    background: rgba(0, 0, 0, .2);
  }
  .m-content .pop-area ul > li > div > em {
    width: 50%;
  }
  .m-content .pop-area ul > li:last-child > div {
    background: #34a7ed url("../images/main/bg_banner_02.png") center bottom no-repeat;
    height: 200px;
  }
}
/**************************************************
	Sub
**************************************************/
@media screen and (max-width: 1300px) {
  .subArea-wrap div.snb ul {
    width: 100%;
    height: auto;
  }
  .subArea-wrap .conts-area {
    width: 100%;
    padding: 0 10px;
  }
  .exhibition .subArea-wrap .exhibi-cont01-01 {
    flex-direction: column;
  }
  .exhibition .subArea-wrap .exhibi-cont01-01 li {
    width: 100%;
    border-right: none;
    padding: 14px 30px;
  }
  .exhibition .subArea-wrap .exhibi-cont01-01 li:first-child {
    border-left: none
  }
  .agreement {
    padding: 50px 60px;
    line-height: 160%;
  }
  .information .subArea-wrap .voluntary-cont01-01 li {
    padding: 20px;
    min-height: 140px;
  }
  .information .subArea-wrap .voluntary-cont01-01 li span {
    width: 70px;
    height: 70px;
  }

  	
	
	.infor .subArea-wrap .conts-area > section > article div.facility-cont01-02 {
    padding: 40px 20px;
 }
   
   
   
   .infor .subArea-wrap .conts-area > section > article div.facility-cont01-02 > dl > dd > ul {
     flex-wrap: wrap;      justify-content: flex-start;   gap: 10px;
 }
 
 .infor .subArea-wrap .conts-area > section > article div.facility-cont01-02 > dl > dd > ul > li {
     width: 120px;
     height: 120px;
     font-size: 13px;
 }
   .infor .subArea-wrap .conts-area > section > article div.facility-cont01-02 > dl > dd > ul > li > img {
     width: 60%;
 }
}
/************************ 1024px ******************************/
@media screen and (max-width: 1024px) {
  html, body {
    min-width: 320px;
  }
  
.swiper-slide {
    width: 100% !important;
}



#footer .fb address ul li span {
   margin: 10px 0;
}

.bd-info {
    display: flex;
    flex-direction: column;
}
    .bd-info dt {
        width: 100%;
        background-size: 50px;
        padding: 20px 30px;
    }
.bd-info dd {
    width: 100%;        padding: 20px;
}

.bd-info p {
    font-size: 14px;
    line-height: 140%;
}

.bd-info dt span {
    font-size: 16px;
}
.bd-info dt strong {
    font-size: 26px;
}
.bd-info dt > * {
    margin-left: 90px;
}
  .cd-top {
    display: none;
  }
  .q-menu {
    height: 140px;
  }
  .q-menu > ul li a span img {
    width: 40px;
  }
  .q-menu > ul li a em {
    font-size: 14px;
  }
  .subArea-wrap div.snb ul li a {
    font-size: 15px;
  }
  .tHeader {
    display: none
  }
  .tBody {
    border-top: 1px solid #bcbcbc;
  }
  .td i {
    display: inline-block !important
  }
  .tBody .tRow {
    padding: 0 16px;
    float: left;
    width: 100%;
  }
  .tBody .num {
    display: none
  }
  .tBody .title {
    float: left;
    width: 100% !important;
    font-size: 18px;
    padding: 12px 0 4px 0px;
  }
  .tBody .name {
    float: left;
    width: auto;
    font-size: 13px;
    color: #999;
    padding: 4px 0 10px 0px;
  }
  .tBody .name::after {
    content: "|";
    color: #ddd;
    font-size: 10px;
    margin: 0 8px;
    position: relative;
    top: -2px
  }
  .tBody .date {
    float: left;
    width: auto;
    font-size: 13px;
    color: #999;
    padding: 5px 0 10px 0px;
  }
  .tBody .date::after {
    content: "";
    color: #ddd;
    font-size: 10px;
    margin: 0 8px;
    position: relative;
    top: -2px
  }
  .tBody .file {
    float: right;
    width: auto;
    font-size: 15px;
    color: #999;
    padding: 4px 0 10px 0px
  }
  .tBody .group {
    float: left;
    width: auto;
    font-size: 13px;
    color: #999;
    padding: 4px 0 10px 0px
  }
  .tBody .group::after {
    content: "|";
    color: #ddd;
    font-size: 10px;
    margin: 0 8px;
    position: relative;
    top: -2px
  }
  .tBody .count {
    float: left;
    width: auto;
    font-size: 13px;
    color: #999;
    padding: 5px 0 10px 0px;
  }
  .tBody .count::after {
    content: "|";
    color: #ddd;
    font-size: 10px;
    margin: 0 8px;
    position: relative;
    top: -2px
  }
  .tBody .pic {
    margin-bottom: 14px;
  }
  .readBody > .contents table {
    width: 100% !important
  }
  .readBody > .contents table td {
    width: auto !important
  }
  .readBody > .contents img {
    width: 100%;
    height: auto
  }
  .filebox .upload-name {
    width: 64%;
  }
  .exhibition .subArea-wrap .exhibi-cont01-02 {
    flex-wrap: wrap;
  }
  .exhibition .subArea-wrap .exhibi-cont01-02 li {
    width: 45%;
    margin: 0 10px 20px;
  }
  .exhibition .subArea-wrap .exhibi-cont01-02 li:first-child {
    margin: 0 10px 20px;
  }
  .exhibition .subArea-wrap .exhibi-cont01-02 li:last-child {
    margin: 0 10px 20px;
  }
  .subArea-wrap .conts-area > section > article .comment {
    padding: 10px 20px;
    line-height: 140%;
    display: block;
  }
  .subArea-wrap .exhibi-cont01-04 li {
    flex-direction: column;
    align-items: flex-start;
  }
  .subArea-wrap .exhibi-cont01-04 li a {
    background: url(../images/page/ico-resev.png) no-repeat right 50%;
    background-size: 32px;
    color: #fff;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 20px;
  }
  .exhibition .subArea-wrap .exhibi-cont01-01 li em {
    display: flex;
  }
  .exhibition .subArea-wrap .exhibi-cont01-01 {
    margin-top: 10px;
  }
  .subArea-wrap .conts-area .pageTitle {
    margin: 30px 0 30px;    font-size: 25px;
  }
  .exhibition .subArea-wrap .exhibi-cont02-01 {
    margin: 40px 0 90px;
    flex-direction: column;
  }
  .exhibition .subArea-wrap .exhibi-cont02-01 li {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .exhibition .subArea-wrap .exhibi-cont02-02 {
    flex-direction: column;
  }
  .exhibition .subArea-wrap .exhibi-cont02-02 li {
    margin-bottom: 30px;
  }
  .exhibition .subArea-wrap .exhibi-cont02-01 {
    margin: 40px 0 0px;
    flex-direction: column;
  }
  .exhibition .subArea-wrap .exhibi-cont02-02 {
    margin: 0px 0 30px;
  }
  .subArea-wrap .conts-area > section > article {
    margin-bottom: 30px;
  }
  .exhibition .subArea-wrap .exhibi-cont02-03 {
    margin: 0px 0 30px;
    flex-direction: column;
  }
  .exhibition .subArea-wrap .exhibi-cont02-03 li {
    margin-bottom: 30px;
  }
  .subArea-wrap .snb-tab {
    width: 100%;
  }
  .photoList li {
    width: 100%;
  }
  .gallery li {
    width: 100%;
  }
  .faq .q a > span {
    width: 70%;
  }
  .search_area_content ul li.search_title {
    margin-left: 0px;
  }
  .information .subArea-wrap .voluntary-cont01-01 {
    flex-direction: column;
  }
  .information .subArea-wrap .voluntary-cont01-01 li:first-child {
    margin-left: 0px;
  }
  .information .subArea-wrap .voluntary-cont01-01 li {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px
  }
  .information .subArea-wrap .voluntary-cont01-02 {
    flex-direction: column;
  }
  .information .subArea-wrap .voluntary-cont01-02 li:first-child {
    margin-left: 0px;
  }
  .information .subArea-wrap .voluntary-cont01-02 li {
    width: 100%;
    padding: 30px;
    margin-left: 0px;
    margin-bottom: 20px
  }
  .information .subArea-wrap .voluntary-cont01-03 li > p {
    flex-direction: column;
  }
  .information .subArea-wrap .voluntary-cont01-03 li > p > img {
    width: 30px;
  }
  .information .subArea-wrap .voluntary-cont01-03 li > p > span {
    margin: 10px;
  }
  .information .subArea-wrap .voluntary-cont01-04 li {
    flex-direction: column;
  }
  .information .subArea-wrap .voluntary-cont01-04 li span {
    margin-bottom: 2vh;
  }
  .subArea-wrap div.snb {
    height: auto;
  }
  .subArea-wrap div.snb ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .subArea-wrap div.snb ul li {
    flex-grow: 0;
    width: 50%;
    height: 46px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .search_area_content ul.search_area {
    display: flex;
    flex-direction: row;
  }
  .search_area_content ul li {
    flex-grow: 1;
  }
  .m-notice > ul > li > ul li {
    padding: 28px 0 28px 0;
    width: 100%
  }
  .m-notice > ul > li > ul li:nth-child(odd) a::after {
    content: none;
  }
  .m-notice > ul > li > ul li a em {
    padding-right: 0px;
  }
  .m-notice {  overflow: inherit;
  }
  .m-notice {
    padding: 0 20px;
    margin: 0px auto 0px;flex-direction: column; gap:30px; margin-bottom: 60px
  }
  .m-notice > ul > li > a.tab {
    font-size: 24px;
  }
  .m-notice > ul > li > ul {
    top: 46px;
  }
  .m-notice > ul > li > ul li {
    padding: 22px 0 22px 0;
  }
  .m-notice > ul > li > ul li a span {
    font-size: 16px;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 {
    flex-direction: column-reverse;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div {
    flex-direction: row;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > p {
    flex-grow: 1;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > ul {
    flex-grow: 1;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > p {
    font-size: 50px;
    line-height: 100%;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > ul > li > span {
    width: 30px;
    height: 30px;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > ul > li > dl {
    margin-top: 0px;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div {
    padding: 30px 30px;
  }
  .m-notice > ul > li > ul > li:nth-child(even)::before {
    content: none
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont03-01 {
    flex-direction: column-reverse;
}
.infor .subArea-wrap .conts-area > section > article ul.facility-cont03-01 > li > div {
  padding: 30px 30px;
}
.infor .subArea-wrap .conts-area > section > article ul.facility-cont03-01 > li > div > p {
  font-size: 24px;
}
.infor .subArea-wrap .conts-area > section > article ul.facility-cont03-01 > li > div > ul > li > span {
    font-size: 18px;
    width: 24px;
    height: 24px;
}
.infor .subArea-wrap .conts-area > section > article ul.facility-cont03-01 > li > div > ul > li > dl {
  margin-top: 6px;
}
.infor .subArea-wrap .conts-area > section > article ul.facility-cont03-01 > li > div > ul > li > dl > dt {
  font-size: 21px;
  margin-bottom: 0;
}


  /**********************/
.visual-wrap .popup-area {
    position: fixed;
    z-index: 90;
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 410px;
    border-radius: 20px 20px 0 0;
    padding-bottom: 46px;
    background: #fff;	
    overflow: visible;
    box-shadow: 0 0 100px rgba(0,0,0,.5);
}

  .visual-wrap .popup-area p.btn_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: none;
  }
  .visual-wrap .popup-area p.btn_area > a.today-check {
    width: auto;
    padding: 10px;
    font-size: 16px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-black01-color);
  }
  .visual-wrap .popup-area a.btn-close {
    background: #fff;
    color: var(--text-black01-color);
    padding: 10px;
    font-size: 16px;
    width: 100px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .visual-wrap .popup-area a.btn-close:active {
    background: rgba(0, 0, 0, .6);
    color: #fff;
  }
  .visual-wrap .popup-area .btn-close em {
    display: inline-block;
    text-indent: 0
  }
	
.visual-wrap .popup-area a {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}	
		
}
/************************ 960px ******************************/
@media screen and (max-width: 960px) {

  .mw .fg.small {
    width: 90%;
}
.mw .fg.midium {
  width: 90%;
}
.mw .fg.large {
  width: 90%;
}


  .m-content {
    height: auto;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .m-content .pop-area {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .m-content .pop-area ul > li:last-child > div {
    background: #34a7ed url("../images/main/bg_banner_02.png") right bottom no-repeat;
  }
  .m-content .pop-area ul > li > div > em {
    width: 100%;
  }
  .m-content .calendar-area {
    margin: 0 40px 0 0;
  }
  .m-banner {
    height: auto;
    padding: 20px 0;
  }
  .m-banner > ul {
    flex-wrap: wrap; padding: 0 20px; justify-content: flex-start; gap: 30px;
  }
  .m-banner > ul li::after {
    content: none;
  }
  .m-banner > ul li {  flex-grow: inherit;
  }
  .m-notice > ul li a {}
  .m-notice > ul li a em {}
  .m-content {
    margin: 10px auto 60px;
  }
  .subArea-wrap div.snb {
    height: auto;
  }
  .agreement {
    padding: 40px 30px;
    line-height: 160%;
  }
  .m-content .pop-area ul > li > div > a {
    position: static;
    background: none;
    margin: 10px 0 0 0;
    float: inherit;
  }
  .visual-wrap {
    /*    display: none;*/
  }
  .mw .fg.small {
    width: 94%;
  }
  .fg .pop_box .btn-close {
    top: -52px;
    right: 0;
    bottom: auto;
    padding: 6px;
  }
  article.map .map-area .link-pop {
    zoom: 0.85;
  }
  article.map .map-area .link-pop a {
    font-size: 15px;
    width: auto;
    min-width: auto;
    padding: 8px 20px;
  }
  article.map .map-area .link-pop.ex01f a.btn01 {
    top: 11%;
    left: 55% !important;
  }
  article.map .map-area .link-pop.ex01f a.btn02 {
    top: 5% !important;
    left: 27% !important;
  }
  .infor .subArea-wrap .conts-area > section > article.aboutus > ul {
    flex-direction: column;
    padding: 0 20px;
  }
  .infor .subArea-wrap .conts-area > section > article.aboutus > ul li:first-child {
    text-align: left;
  }
  .infor .subArea-wrap .conts-area > section > article.aboutus > ul li:first-child span {
    margin-bottom: 20px;
  }
  .infor .subArea-wrap .conts-area > section > article.aboutus > ul li:first-child em {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 140%;
  }
  .infor .subArea-wrap .conts-area > section > article.aboutus > ul li:first-child span {
    font-size: 25px;
  }
  .infor .subArea-wrap .conts-area > section > article.aboutus > ul li:last-child {
    padding-left: 0px;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
  }
  .subArea-wrap .snb-tab li a {
    font-size: 20px;
  }
  .visual-wrap {
    height: 300px;
  }
  .visual-wrap .visual-area {
    height: 260px;
  }
  .visual-wrap .visual-area a > img {
    height: 260px;
  }
  .visual-wrap .visual-area img {
    height: 260px;
  }

.guide_box2.ver_privacy p {
    font-size: 15px;
}
.pc_btn > article {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.pc_btn p > a > img {
    height: 80px;
    width: 80px;
}
h3 {
    font-size: 20px;
}
.privacy_list_box {
    padding: 20px;
}

.privacy_wrap {
    padding: 20px;
}

.ol_privacy_list_new {
    line-height: 140%;
    font-size: 14px;
}
.privacy_list_box > article {
    display: flex;
    gap: 0;
    flex-direction: column;
}
.ol_privacy_list_new {
    padding-bottom: 0px;
}
.privacy_list > li > p {
    font-size: 15px;
    line-height: 160%;
}
.privacy_list > li > ul {
    font-size: 15px;
}

.privacy_list {
    font-size: 15px;
}

.bbs_list {
    font-size: 14px;
}
.privacy {}

	
	
	
.subArea-wrap .conts-area > section > article.history .elem:first-child { display: none }
.subArea-wrap .conts-area > section > article.history .history_list { display: flex}


.infor .subArea-wrap .conts-area > section > article.mi > div.elem ul.mi {     margin-top: 0px;

grid-row-gap: 20px }

.infor .subArea-wrap .conts-area > section > article.mi > div.elem ul.mi li:last-child {
border: none;
padding: 0px;
}

}
/************************ 720px ******************************/
@media screen and (max-width: 720px) {
  .m-content .calendar-area {
    margin: 0 0px 30px 0;
    width: 100%;
  }
  .m-content .pay-area {
    width: 100%;
  }
  .q-menu > ul {
    flex-wrap: wrap;
  }
  .q-menu > ul li a {
    flex-direction: row;
    justify-content: flex-start;
  }
  .q-menu {
    height: auto;
    padding: 20px
  }
  .q-menu > ul li a span {
    padding: 4px;
    margin-bottom: 0px;
  }
  .q-menu > ul li a em {
    padding: 10px;
  }
  .q-menu > ul li {
    padding: 10px;
    justify-content: flex-start;
  }
  .q-menu > ul li::after {
    content: none;
  }
  .m-banner > ul li a {
  }
  .subArea-wrap .sub-visual-area {
    height: 160px;
  }
  .subArea-wrap .sub-visual-area span {
    font-size: 36px;
  }
  #footer .f_util li {
    font-size: 14px; margin-right: 10px; line-height:160%
  }
  #footer .f_util li::before {
    top: 0px;
  }
  
#footer .f_util li::before { content : none; }
#footer .fb .copyright {
    font-size: 14px;
    word-break: keep-all;
}

.exhibition .subArea-wrap .pay-table thead th {
    font-size: 14px;
	        padding: 14px 0;
}
.exhibition .subArea-wrap .pay-table tbody {
    font-size: 14px;
}

.exhibition .subArea-wrap .pay-table tbody th {
    padding: 0 10px;
    word-break: keep-all;
}

.education .subArea-wrap .pay-table thead th {
    font-size: 14px;
	        padding: 14px 0;
}
.education .subArea-wrap .pay-table tbody {
    font-size: 14px;
}

  #footer .fb address {
    font-size: 13px;
  }
  #footer .fb address ul li span {
    display: block;
  }
  article.map .map-area .link-pop {
    zoom: 0.75;
  }
  article.map .map-area .link-pop a {
    padding: 6px 14px;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div {
    flex-direction: column;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > p {
    font-size: 40px;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > ul > li > dl > dt {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > ul {
    margin-bottom: 20px;
  }
  .infor .subArea-wrap .conts-area > section > article ul.facility-cont01-01 > li > div > ul:last-child {
    margin-bottom: 0px;
  }
}
/************************ 620px ******************************/
@media screen and (max-width: 620px) {
  .m-content .pop-area ul > li:last-child > div {
    background: #7bcdff;
    height: auto
  }
  article.map .map-area .link-pop {
    zoom: 0.7;
  }
  article.map .map-area .link-pop.ex01f a.btn01 {
    top: 11%;
    left: 61% !important;
  }
  article.map .map-area .link-pop.ex01f a.btn02 {
    top: 5% !important;
    left: 27% !important;
  }
  article.map .map-area .link-pop.ex02f a.btn04 {
    top: 1% !important;
    left: 19% !important;
  }
  article.map .map-area .link-pop.ex02f a.btn05 {
    top: 8% !important;
    left: 57% !important;
  }
  article.map .map-area .link-pop.ex03f a.btn01 {
    top: 39% !important;
    left: 72% !important;
  }
  article.map .map-area .link-pop.ex03f a.btn03 {
    top: 85% !important;
    left: 50% !important;
  }
  article.map .map-area .link-pop.ex03f a.btn06 {
    top: 32% !important;
    left: 47% !important;
  }
  article.map .map-area .link-pop.ex03f a.btn07 {
    top: 10% !important;
    left: 31% !important;
  }
  article.map .map-area .link-pop.ex03f a.btn09 {
    top: 65% !important;
    left: 41% !important;
  }
}
/*hack*/
select {
  padding: 0 0 0 10px \0/IE8+9;
}
/* for ie8 */
@media \0screen {}