@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2') format('woff2'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff') format('woff'), url('//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf') format('opentype');
}
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url('/asset/common/fonts/Gotham-Medium.ttf') format('truetype'), url('/asset/common/fonts/Gotham-Medium.woff') format('woff'), url('/asset/common/fonts/Gotham-Medium.otf') format('opentype');
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
nav,
output,
section,
time,
mark,
audio,
video,
select,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Noto Sans KR', Sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
tr,
th,
td {
  vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font: 100%;
  color: #000;
}
ol,
ul,
li {
  list-style: none;
}
ul::after,
ol::after,
.clb::after {
  content: "";
  display: block;
  clear: both;
}
li,
dl {
  float: left;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
caption,
legend {
  display: none;
}
input,
select {
  font: 100%;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  background: none;
  border: none;
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
}
strong {
  font-weight: bold;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input::-ms-clear {
  display: none;
}
textarea:-ms-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
button {
  border: none;
}
button:focus {
  outline: none;
}
textarea:focus,
textarea:active {
  outline: none;
}
.bld {
  display: none ;
}
.after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
b,
.m {
  font-weight: 500;
}
.point {
  color: #ef5350 !important;
}
.point02 {
  color: #1f5153;
  font-weight: bold;
}
.share_box_area {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.share_box_area .share_box {
  padding: 28px 32px;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  width: 320px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.share_box_area .share_box .btn_close {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(/asset/images/ic-close-grey-16-dp.svg) no-repeat center / 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.share_box_area .share_box .sns_list {
  margin-bottom: 15px;
}
.share_box_area .share_box .sns_list li {
  width: 25%;
}
.share_box_area .share_box .sns_list li a {
  display: block;
  text-align: center;
}
.share_box_area .share_box .sns_list li a span {
  font-size: 14px;
  letter-spacing: -0.5px;
}
.share_box_area .share_box .sns_list li a span::before {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.share_box_area .share_box .sns_list li.kakaotalk a span::before {
  background: url(/asset/images/shareSns/ic-kakaotalk-24-dp.svg) no-repeat center / 100%;
}
.share_box_area .share_box .sns_list li.facebook a span::before {
  background: url(/asset/images/shareSns/ic-facebook-24-dp.svg) no-repeat center / 100%;
}
.share_box_area .share_box .sns_list li.twitter a span::before {
  background: url(/asset/images/shareSns/ic-twitter-24-dp.svg) no-repeat center / 100%;
}
.share_box_area .share_box .url_copy_box::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.share_box_area .share_box .url_copy_box input[type="text"] {
  float: left;
  width: calc(100% - 69px);
  height: 32px;
  padding: 0 12px;
  background-color: #fafafa;
  border: 1px solid #e0e0e0;
  border-right: none;
  font-size: 14px;
  color: #666;
}
.share_box_area .share_box .url_copy_box .btn_url_copy {
  float: left;
  width: 69px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 5px 7px;
  cursor: pointer;
}
.share_box_area .share_box .url_copy_box .btn_url_copy span {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .share_box_area .share_box .sns_list li.kakaotalk {
    display: none;
  }
}
body {
  position: relative;
}
.d_only,
.d_only_t {
  display: none !important;
}
.m_only {
  display: block !important;
}
.m_only_t {
  display: table;
}
.point {
  font-size: 12px;
}
.strong {
  font-weight: 500;
  font-size: 12px;
}
.wrap01,
.wrap02,
.wrap03,
.wrap06 {
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
.wrap04,
.wrap05 {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  padding: 0 calc(16px - 8px);
}
.swiper-container {
  width: 100%;
  height: 100%;
  z-index: auto;
}
.swiper-container .swiper-wrapper {
  z-index: auto;
}
.swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container .swiper-pagination {
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 20;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  margin: 0 5px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1f5153;
}
.viewer-toolbar > ul > li {
  display: none;
}
.viewer-toolbar > ul > li.viewer-zoom-in,
.viewer-toolbar > ul > li.viewer-zoom-out {
  display: block;
  width: 48px;
  height: 48px;
}
.viewer-toolbar > ul > li.viewer-zoom-in::before,
.viewer-toolbar > ul > li.viewer-zoom-out::before {
  width: 100%;
  height: 100%;
  margin: 0;
}
.viewer-toolbar > ul > li.viewer-zoom-in::before {
  background: url(/asset/images/ic-plus-white-32-dp.svg) no-repeat center / 24px;
}
.viewer-toolbar > ul > li.viewer-zoom-out::before {
  background: url(/asset/images/ic-minus-white-32-dp.svg) no-repeat center / 24px;
}
.viewer-button {
  width: 100px;
  height: 100px;
  right: -50px;
  top: -50px;
}
.viewer-button.viewer-close::before {
  width: 18px;
  height: 18px;
  background: url(/asset/images/ic-close-white-36-dp.svg) no-repeat center / 100%;
  bottom: 20px;
  left: 20px;
}
.viewer-title {
  display: none;
}
.input_box01 {
  border: 1px solid #bdbdbd;
}
.input_box01 input,
.input_box01 textarea {
  width: 100%;
  font-size: 14px;
}
.input_box01 input {
  height: 40px;
  padding: 0 20px;
}
.input_box01 textarea {
  padding: 10px 20px;
  resize: none;
  border: none;
  height: 220px;
}
.check_box input[type="checkbox"] {
  display: none;
}
.check_box input[type="checkbox"] + label {
  font-size: 12px;
  display: block;
}
.check_box input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  vertical-align: -3px;
  background-color: #fff;
  cursor: pointer;
  border: 2px solid #979797;
}
.check_box input[type="checkbox"]:checked + label span {
  position: relative;
  background: #1f5153;
}
.check_box02 {
  font-size: 0;
}
.check_box02 input[type="checkbox"] {
  display: none;
}
.check_box02 input[type="checkbox"] + label {
  font-size: 12px;
  display: inline-block;
}
.check_box02 input[type="checkbox"] + label span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  vertical-align: -3px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #e0e0e0;
}
.check_box02 input[type="checkbox"]:checked + label span {
  position: relative;
  border: 1px solid #1f5153;
  background: url(/asset/images/checkout.svg) no-repeat center / 100%;
}
.check_box02 > span {
  font-size: 14px;
}
header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  background: #fff;
}
header.on {
  position: fixed;
  top: 0 !important;
}
header.on .wrap01 .submenu .ham .ham_wrap span:first-child {
  top: 50%;
  transform: rotate(45deg);
}
header.on .wrap01 .submenu .ham .ham_wrap span:nth-child(2) {
  width: 0;
}
header.on .wrap01 .submenu .ham .ham_wrap span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}
header .wrap01 {
  position: relative;
}
header .wrap01::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
header .wrap01 .logo {
  float: left;
  height: 33px;
  margin: 12px 0 11px;
}
header .wrap01 .logo a {
  display: block;
  height: 100%;
}
header .wrap01 .logo a img {
  display: block;
  height: 100%;
}
header .wrap01 .gnb {
  display: none ;
}
header .wrap01 .submenu {
  float: right;
  position: relative;
}
header .wrap01 .submenu .submenu_list {
  display: none ;
}
header .wrap01 .submenu .ham {
  position: absolute;
  right: 0;
  top: 16px;
  display: block;
  width: 24px;
  height: 24px;
  z-index: 10;
}
header .wrap01 .submenu .ham .ham_wrap {
  width: 20px;
  height: 14px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .wrap01 .submenu .ham .ham_wrap span {
  position: absolute;
  width: 18px;
  height: 2px;
  display: block;
  background-color: #333;
  transition: all 0.2s ease-in;
}
header .wrap01 .submenu .ham .ham_wrap span:first-child {
  top: 0;
}
header .wrap01 .submenu .ham .ham_wrap span:nth-child(2) {
  top: 50%;
}
header .wrap01 .submenu .ham .ham_wrap span:last-child {
  top: 100%;
}
header .sitemap {
  display: none ;
  position: fixed;
  left: 0;
  top: 56px;
  width: 100%;
  height: calc(100% - 56px + 1px);
}
header .sitemap .sitemap_header {
  display: none ;
}
header .sitemap .sitemap_body {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
  padding: 0 16px;
  height: 100%;
  overflow: auto;
}
header .sitemap .sitemap_body .sitemap_gnb {
  min-height: calc(100% - 77px - 50px);
}
header .sitemap .sitemap_body .sitemap_gnb li {
  float: none;
  width: 100%;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_tit {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 16px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_tit::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-angle-down-black-24-dp.svg) no-repeat center / 10px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_tit.to_link::after {
  background: url(/asset/images/icon-link-black-24-dp.svg) no-repeat center / 16px;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_tit.on {
  color: #1f5153;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_tit.on::after {
  background: url(/asset/images/ic-angle-down-green-24-dp.svg) no-repeat center / 10px;
  transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_tit.on.to_link::after {
  background: url(/asset/images/icon-link-green-24-dp.svg) no-repeat center / 16px;
  transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_subtits {
  display: none ;
  padding: 14px 32px;
  background-color: #f8f9fa;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_subtits li a {
  display: block;
  padding: 10px 0;
}
header .sitemap .sitemap_body .sitemap_gnb .btn_reservation {
  max-width: 200px;
  margin: 30px auto;
  text-align: center;
}
header .sitemap .sitemap_body .submenu_list {
  padding: 24px 0;
  text-align: center;
}
header .sitemap .sitemap_body .submenu_list ul {
  display: inline-block;
}
header .sitemap .sitemap_body .submenu_list ul li {
  margin-right: 8px;
}
header .sitemap .sitemap_body .submenu_list ul li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.12);
  margin-left: 8px;
}
header .sitemap .sitemap_body .submenu_list ul li:last-child {
  margin-right: 0;
}
header .sitemap .sitemap_body .submenu_list ul li:last-child::after {
  display: none ;
}
header .sitemap .sitemap_body .submenu_list ul li.to_link a::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/asset/images/icon-link-black-24-dp.svg) no-repeat center / 12px;
  vertical-align: -3px;
}
header .sitemap .sitemap_body .submenu_list ul li a {
  font-size: 14px;
  font-weight: 500;
}
.notice_banner {
  padding: 88px 32px 32px;
  background-color: #1f5153;
  position: relative;
  text-align: center;
}
.notice_banner .btn_close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 72px;
  background: url(/asset/images/ic-close-white-24-dp.svg) no-repeat center / 100%;
}
.notice_banner p {
  color: white;
  word-break: keep-all;
}
.notice_banner p.title {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
}
.notice_banner p.subtitle {
  font-size: 14px;
  font-weight: 500;
}
.notice_banner .btn_go_link {
  display: inline-block;
  margin-top: 16px;
  font-size: 14px;
  color: white;
  text-decoration: underline;
}
.news_letter {
  padding: 20px 24px 32px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  background: #fff url(/asset/images/nsl_logo.svg) no-repeat right -12px bottom -9px;
  background-size: 207px auto;
}
.news_letter h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news_letter p {
  font-size: 14px;
  line-height: 1.71;
}
.news_letter .email_input_box {
  margin-top: 20px;
}
.news_letter .email_input_box input[type='email'] {
  width: calc(100% - 88px);
  height: 40px;
  padding: 0 20px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  font-size: 14px;
}
.news_letter .email_input_box input[type='email']::placeholder {
  font-size: inherit;
  color: #999;
}
.news_letter .email_input_box button[type="submit"] {
  width: 88px;
  text-align: center;
  padding: 12px 0;
  background-color: #1f5153;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
footer {
  background-color: #303233;
  padding: 28px 0 28px;
  text-align: center;
}
footer .box_top {
  margin-bottom: 5px;
}
footer .box_top .logo_box {
  display: none ;
}
footer .box_top .footer_menu {
  display: inline-block;
}
footer .box_top .footer_menu li {
  margin-right: 8px;
}
footer .box_top .footer_menu li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  opacity: 0.2;
  margin-left: 8px;
}
footer .box_top .footer_menu li:last-child {
  margin-right: 0;
}
footer .box_top .footer_menu li:last-child::after {
  display: none ;
}
footer .box_top .footer_menu li a {
  font-weight: 500;
  color: #fff;
  font-size: 12px;
}
footer .box_top .family_site {
  display: block;
  margin: 5px auto 10px;
}
footer .box_mid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
footer .box_mid address,
footer .box_mid a {
  font-size: 12px;
  line-height: 1.67;
  color: #999;
  font-style: normal;
}
footer .box_mid address {
  margin-bottom: 10px;
  word-break: keep-all;
}
footer .box_mid .sns {
  display: inline-block;
  margin-bottom: 10px;
}
footer .box_mid .sns li {
  margin-right: 16px;
}
footer .box_mid .sns li:last-child {
  margin-right: 0;
}
footer .box_mid .sns li a {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
footer .box_mid .sns li a.youtube {
  background-image: url(/asset/images/ic-youtube-white-32-dp.svg);
}
footer .box_mid .sns li a.facebook {
  background-image: url(/asset/images/ic-facebook-white-32-dp.svg);
}
footer .box_mid .sns li a.instagram {
  background-image: url(/asset/images/ic-instagram-white-32-dp.svg);
}
footer .box_bot {
  padding-top: 8px;
}
footer .box_bot p {
  font-size: 12px;
  color: #999;
  font-weight: bold;
  text-align: center;
}
.pop_up_section {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 110;
}
.pop_up_section.on {
  visibility: visible;
}
.pop_up_section .pop_up {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop_up_section .pop_up .pop_up_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.pop_up_section .pop_up .pop_up_inner .btn_close {
  position: absolute;
  right: 0;
  top: -48px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7) url(/asset/images/ic-close-white-36-dp.svg) no-repeat center / 18px;
  z-index: 1;
  border: none;
  cursor: pointer;
}
.pop_up_section .sld_pagination {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.pop_up_section .sld_pagination .btn_navigator {
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  cursor: pointer;
}
.pop_up_section .sld_pagination .btn_navigator.btn_sld_prev {
  background-image: url(/asset/images/ic-angle-left-white-24-dp.svg);
  margin-right: 12px;
}
.pop_up_section .sld_pagination .btn_navigator.btn_sld_next {
  background-image: url(/asset/images/ic-angle-right-white-24-dp.svg);
}
.pop_up_section.ggm_pop .pop_up {
  width: 100%;
  padding: 0 16px;
}
.pop_up_section.ggm_pop .pop_up .img_sld {
  width: 100%;
  padding-top: 66.4%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pop_up_section.ggm_pop .pop_up .img_sld::after {
  content: '';
  display: block;
  width: 100%;
  height: 72px;
  opacity: 0.7;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  left: 0;
  bottom: 0;
}
.pop_up_section.ggm_pop .pop_up .img_sld img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pop_up_section.ggm_pop .pop_up .img_sld .caption {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 13px;
  bottom: 10px;
  z-index: 1;
}
.layer_popup {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 200;
}
.layer_popup .popup_contents {
  width: calc(100% - 16px*2);
  position: absolute;
  left: 16px;
}
.layer_popup .popup_contents .btn_close {
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.7) url(/asset/images/ic-close-white-24-dp.svg) no-repeat center / 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.layer_popup .popup_contents .contents_box {
  margin-top: 48px;
  background-color: #fff;
  position: relative;
}
.layer_popup .popup_contents .contents_box::after {
  content: '';
  display: block;
  width: 100%;
  height: 72px;
  opacity: 0.7;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  left: 0;
  bottom: 0;
}
.layer_popup .popup_contents .contents_box .img_box {
  width: 50%;
  margin: 0 auto 5px;
  padding-top: 35px;
}
.layer_popup .popup_contents .contents_box .img_box.horizental {
  width: 90%;
}
.layer_popup .popup_contents .contents_box .img_box img {
  display: block;
  width: 100%;
}
.layer_popup .popup_contents .contents_box .info_box {
  padding: 10px 12px;
  position: relative;
  z-index: 1;
}
.layer_popup .popup_contents .contents_box .info_box .title {
  font-size: 14px;
  font-weight: 500;
  color: white;
}
.panel01 > .panel_header {
  padding-bottom: 12px;
}
.panel01 > .panel_header h3 {
  font-size: 18px;
  font-weight: bold;
  word-break: keep-all;
}
.panel02 > .panel_header {
  padding-bottom: 16px;
}
.panel02 > .panel_header h4 {
  font-size: 16px;
  font-weight: bold;
  color: #1f5153;
}
.panel03 > .panel_header {
  padding-bottom: 12px;
}
.panel03 > .panel_header h3 {
  font-size: 21px;
  font-weight: bold;
  color: #1f5153;
}
.panel03 > .panel_cont {
  border-top: 1px solid #bdbdbd;
}
.panel04 .panel_tit {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 14px;
}
.panel04 .panel_tit > span {
  font-size: 12px;
  line-height: 1.67;
  display: block;
  word-break: keep-all;
}
.sld_box01 {
  display: block;
  width: 100%;
  position: relative;
}
.sld_box01 figure .simg_box {
  position: relative;
  width: 100%;
  padding-top: 120%;
}
.sld_box01 figure .simg_box .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.sld_box01 figure .simg_box .badge {
  display: block;
  width: 70px;
  padding: 2px 0;
  border: 1px solid #1f5153;
  font-size: 12px;
  font-weight: bold;
  color: #1f5153;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.sld_box01 figure .simg_box .screen {
  display: none ;
}
.sld_box01 figure figcaption {
  padding-top: 18px;
  text-align: left;
}
.sld_box01 figure figcaption .slide_date {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 6px;
  font-family: 'Gotham', sans-serif;
  color: #666;
}
.sld_box01 figure figcaption .slide_tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sld_box01.noimg figure .simg_box .img {
  background-size: 153px;
  background-image: url(/asset/images/img-noimage.svg);
  background-color: #fff;
}
.sld_box02 {
  display: block;
  width: 100%;
}
.sld_box02 figure .simg_box {
  width: 100%;
}
.sld_box02 figure .simg_box img {
  display: block;
  width: 100%;
}
.sld_box02 figure .simg_box .screen {
  display: none ;
}
.sld_box02 figure figcaption {
  padding: 10px 16px;
  background-color: #f8f9fa;
}
.sld_box02 figure figcaption .sld_category {
  font-size: 12px;
  color: #1f5153;
  margin-bottom: 5px;
}
.sld_box02 figure figcaption .sld_tit {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.43;
  max-height: 2.86em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sld_box02 figure figcaption .sld_era {
  font-size: 12px;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sld_box02.none figure .simg_box {
  border: 1px solid #eaeaea;
  border-bottom: none;
  padding-top: 69%;
  background: #fff url(/asset/images/logo.svg) no-repeat center / 44px;
}
.sld_box03 {
  display: block;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
}
.sld_box03 figure .simg_box {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.sld_box03 figure .simg_box .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.sld_box03 figure figcaption {
  padding: 24px 0;
  text-align: left;
}
.sld_box03 figure figcaption .badge {
  margin-bottom: 10px;
  padding: 1px;
  background-color: #fff;
}
.sld_box03 figure figcaption .sld_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sld_box03 figure figcaption .sld_info dl {
  float: none;
  margin-bottom: 5px;
}
.sld_box03 figure figcaption .sld_info dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.sld_box03 figure figcaption .sld_info dl:last-child {
  margin-bottom: 0;
}
.sld_box03 figure figcaption .sld_info dl dt,
.sld_box03 figure figcaption .sld_info dl dd {
  float: left;
  font-size: 12px;
}
.sld_box03 figure figcaption .sld_info dl dt {
  width: 32px;
  font-weight: 500;
}
.sld_box03 figure figcaption .sld_info dl dd {
  width: calc(100% - 32px);
}
.sld_box04 {
  display: block;
  width: 100%;
}
.sld_box04 figure .simg_box {
  width: 100%;
}
.sld_box04 figure .simg_box img {
  display: block;
  width: 100%;
}
.sld_box04 figure .simg_box .screen {
  display: none ;
}
.sld_box04 figure figcaption {
  padding: 10px 16px;
  background-color: #f8f9fa;
}
.sld_box04 figure figcaption .sld_category {
  font-size: 12px;
  color: #1f5153;
  margin-bottom: 5px;
}
.sld_box04 figure figcaption .sld_tit {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.43;
  max-height: 2.86em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sld_box04 figure figcaption .sld_era {
  font-size: 12px;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sld_box04.none figure .simg_box {
  border: 1px solid #eaeaea;
  border-bottom: none;
  padding-top: 69%;
  background: #fff url(/asset/images/logo.svg) no-repeat center / 44px;
}
.sld_box04 figure figcaption {
  padding: 12px 16px;
  background-color: #fff;
  text-align: left;
}
.sld_box04 figure figcaption .sld_tit {
  margin-bottom: 0;
}
.card_box01 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 120px;
}
.card_box01::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  left: 0;
  top: 0;
}
.card_box01 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card_box01 .card_contents {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
.card_box01 .card_contents p {
  color: #fff;
}
.card_box01 .card_contents p.title {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: bold;
}
.card_box01 .card_contents p.subtitle {
  font-size: 14px;
  margin-bottom: 8px;
}
.card_box01 .card_contents .btn_go {
  display: block;
  width: 18px;
  height: 18px;
  background: url(/asset/images/ic-arrow-right-white-24-dp.svg) no-repeat center / 15px;
  margin: 0 auto;
}
.table01 {
  width: 100%;
  border-top: 2px solid #333;
}
.table01 thead th {
  background-color: #f8f9fa;
  padding: 10px;
  border: 1px solid #e0e0e0;
  font-size: 12px;
}
.table01 thead th:first-child {
  border-left: none;
}
.table01 thead th:last-child {
  border-right: none;
}
.table01 tbody th,
.table01 tbody td {
  padding: 10px;
  text-align: center;
  border: 1px solid #e0e0e0;
  font-size: 12px;
  word-break: keep-all;
}
.table01 tbody th:first-child,
.table01 tbody td:first-child {
  border-left: none;
}
.table01 tbody th:last-child,
.table01 tbody td:last-child {
  border-right: none;
}
.table01 tbody th.th,
.table01 tbody td.th {
  background-color: #f8f9fa;
}
.table01 tbody th .strong,
.table01 tbody td .strong {
  color: #666;
}
.table01 tbody td {
  color: #666;
}
.table02 {
  border-top: 2px solid #333;
}
.table02 .thead {
  display: none ;
}
.table02 .tbody .tr {
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 19px 12px;
}
.table02 .tbody .tr::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.table02 .tbody .tr.pick {
  background-color: #f8f9fa;
}
.table02 .tbody .tr > a {
  display: block;
}
.table02 .tbody .tr .td {
  float: left;
}
.table02 .tbody .tr .td::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.table02 .tbody .tr .td span {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.table02 .tbody .tr .td .badge {
  font-size: 12px;
  min-width: 38px;
  margin-right: 4px;
  float: left;
}
.table03 {
  border-top: 2px solid #333;
  width: 100%;
}
.table03 th,
.table03 td {
  border-bottom: 1px solid #e0e0e0;
}
.table03 thead tr th,
.table03 thead tr td {
  padding: 10px;
  font-size: 14px;
}
.table03 thead tr th {
  background-color: #f8f9fa;
  width: 100px;
}
.table03 tbody tr td {
  padding: 15px 0;
}
.list01 > li {
  line-height: 1.5;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 10px;
  text-indent: -12px;
  font-size: 14px;
  word-break: keep-all;
}
.list01 > li:last-child {
  margin-bottom: 0;
}
.list01 > li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1f5153;
  vertical-align: 5px;
  margin-right: 8px;
}
.list01 > li.ps {
  color: #666;
}
.list01 > li.ps::before {
  opacity: 0;
}
.list01 > li.no_list {
  padding-left: 0;
  text-indent: 0;
}
.list01 > li.no_list::before {
  display: none ;
}
.list01 > li > a {
  color: inherit;
  font-size: inherit;
}
.list01.ver2 > li {
  color: #666;
}
.list01.ver2 > li::before {
  background-color: #666;
}
.list02 li {
  float: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 28px 0;
}
.list02 li .left img {
  display: block;
  width: 100%;
}
.list02 li .right {
  padding-top: 15px;
}
.list02 li .right .inner p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.list02 li .right .inner dl {
  float: none;
  margin-bottom: 5px;
}
.list02 li .right .inner dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list02 li .right .inner dl:last-child {
  margin-bottom: 0;
}
.list02 li .right .inner dl dt,
.list02 li .right .inner dl dd {
  float: left;
  font-size: 14px;
}
.list02 li .right .inner dl dt {
  width: 38px;
  font-weight: 500;
}
.list02 li .right .inner dl dd {
  width: calc(100% - 38px);
}
.list03 {
  border-top: 2px solid #333;
}
.list03 > li {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
}
.list03 > li .left {
  width: 100%;
}
.list03 > li .left p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.list03 > li .right .block {
  margin-bottom: 10px;
}
.list03 > li .right .block:last-child {
  margin-bottom: 0;
}
.list03 > li .right .block .tit {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.list03 > li .right .block .tit .ps {
  color: #666660;
  font-size: 14px;
}
.list03 > li .right .block .list01 li {
  color: #666;
}
.list04 li {
  float: none;
  margin-bottom: 8px;
}
.list04 li:last-child {
  margin-bottom: 0;
}
.list04 li dl {
  float: none;
}
.list04 li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list04 li dl dt,
.list04 li dl dd {
  float: left;
  font-size: 14px;
}
.list04 li dl dt {
  width: 80px;
  font-weight: 500;
}
.list04 li dl dd {
  width: calc(100% - 80px);
  color: #666;
  word-break: keep-all;
}
.list05 dl {
  float: none;
  margin-bottom: 10px;
}
.list05 dl:last-child {
  margin-bottom: 0;
}
.list05 dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list05 dl dt,
.list05 dl dd {
  font-size: 14px;
}
.list05 dl dt {
  font-weight: 500;
  margin-bottom: 3px;
}
.list05 dl dd {
  color: #666;
  line-height: 1.71;
}
.list06 li {
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
.list06 li:last-child {
  margin-bottom: 0;
}
.list06 li .num {
  display: block;
  float: left;
  padding: 1px 6px;
  background-color: #1f5153;
  color: #fff;
  font-size: 12px;
  width: 20px;
}
.list06 li p {
  float: left;
  padding-left: 10px;
}
.list07 > li {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 13px 0;
}
.list07 > li:last-child {
  border-bottom: none;
}
.list07 > li dl {
  float: none;
}
.list07 > li dl dt,
.list07 > li dl dd {
  font-size: 14px;
}
.list07 > li dl dt {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.list08 > li {
  float: none;
  margin-bottom: 12px;
}
.list08 > li:last-child {
  margin-bottom: 0;
}
.list08 > li > dl {
  float: none;
}
.list08 > li > dl > dt {
  font-size: 14px;
  margin-bottom: 5px;
}
.list08 > li > dl > dd {
  padding-left: 20px;
}
.list09 > li {
  float: none;
  color: #666;
  font-size: 14px;
  text-indent: -7px;
  padding-left: 8px;
}
.list09 > li::before {
  content: '-';
  color: #666;
  margin-right: 2px;
}
.list10 > li {
  margin-bottom: 10px;
}
.list10 > li:last-child {
  margin-bottom: 0;
}
.list10 > li > dl {
  float: none;
  text-align: center;
}
.list10 > li > dl > dt,
.list10 > li > dl > dd {
  font-size: 14px;
  line-height: 1.86;
  word-break: keep-all;
}
.list10 > li > dl > dt {
  font-weight: 500;
}
.list11 > li {
  color: #ef5350 !important;
  font-size: 12px;
  line-height: 1.83;
  padding-left: 11px;
  text-indent: -12px;
  word-break: keep-all;
}
.list11 > li::before {
  content: '*';
  color: inherit;
  font-size: inherit;
  margin-right: 5px;
}
.list11 > li > a {
  font-size: inherit;
  color: inherit;
}
.list11 > li > a:hover {
  text-decoration: underline;
}
.list12 {
  width: 100%;
}
.list12 li {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0;
}
.list12 li > div.left {
  margin-bottom: 15px;
}
.list12 li > div.left img {
  display: block;
  width: 100%;
}
.list12 li > div.mid {
  margin-bottom: 16px;
}
.list12 li > div.mid .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.list12 li > div.mid .info_box dl {
  float: none;
  margin-bottom: 10px;
}
.list12 li > div.mid .info_box dl:last-child {
  margin-bottom: 0;
}
.list12 li > div.mid .info_box dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list12 li > div.mid .info_box dl dt,
.list12 li > div.mid .info_box dl dd {
  float: left;
  font-size: 14px;
}
.list12 li > div.mid .info_box dl dt {
  width: 65px;
  font-weight: 500;
}
.list12 li > div.mid .info_box dl dd {
  width: calc(100% - 65px);
  color: #666;
}
.list12 li > div.right {
  text-align: center;
}
.list12 li > div.right .btn01 {
  padding: 11px 27px;
  background-color: #fff;
  border: 1px solid #1f5153;
}
.list12 li > div.right .btn01 span {
  color: #1f5153;
}
.list13 li {
  font-size: 14px;
  line-height: 1.71;
  position: relative;
  margin-bottom: 5px;
  word-break: keep-all;
}
.list13 li:last-child {
  margin-bottom: 0;
}
.list13 li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #1f5153;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: 4px;
}
.list13 li .tit {
  display: inline-block;
  width: calc(100% - 14px);
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
  color: #1f5153;
}
.list14 li {
  float: none;
  margin-bottom: 20px;
  width: 100%;
}
.list14 li::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list14 li .left,
.list14 li .right {
  float: left;
}
.list14 li .icon_box {
  text-align: right;
  font-size: 0;
  width: 40px;
}
.list14 li .icon_box .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.list14 li .right {
  width: calc(100% - 40px);
  padding-left: 10px;
  text-align: left;
  display: inline-flex;
  height: 40px;
  align-items: center;
}
.list14 li .right.double {
  height: 80px;
}
.list14 li .right .title {
  width: 94px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.26px;
  color: #1f5153;
  word-break: keep-all;
}
.list14 li .right .subtitle {
  width: calc(100% - 94px - 10px);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.46px;
}
.step_box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border: 1px solid #e0e0e0;
}
.step_box .contents {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.step_box .contents .icon {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 7px;
  background-repeat: no-repeat;
  background-position: center;
}
.step_box .contents .icon.step01 {
  background-image: url(/asset/images/ic-clanedar-green-56-dp.svg);
  background-size: 38px;
}
.step_box .contents .icon.step02 {
  background-image: url(/asset/images/ic-telephone-green-56-dp.svg);
  background-size: 35px;
}
.step_box .contents .icon.step03 {
  background-image: url(/asset/images/ic-museum-green-56-dp.svg);
  background-size: 38px;
}
.step_box .contents .icon.step04 {
  background-image: url(/asset/images/ic-people-green-56-dp.svg);
  background-size: 36px;
}
.step_box .contents .icon.step05 {
  background-image: url(/asset/images/ic-docent-green-56-dp.svg);
  background-size: 44px;
}
.step_box .contents p {
  font-size: 14px;
}
.step_box .contents p.step_num {
  font-weight: bold;
  font-family: 'Gotham', sans-serif;
}
.step_box .contents p.step_tit {
  font-weight: 500;
}
.fig_img_box {
  overflow: hidden;
  position: relative;
}
.fig_img_box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fig_img_box a .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.fig_img_box a figcaption {
  display: none ;
}
.fig_img_box02 {
  position: relative;
}
.fig_img_box02 img {
  display: block;
  width: 100%;
}
.fig_img_box02::after {
  content: '';
  display: block;
  width: 100%;
  height: 66px;
  opacity: 0.7;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  left: 0;
  bottom: 0;
}
.fig_img_box02 figcaption {
  position: absolute;
  left: 12px;
  bottom: 10px;
  color: #fff;
  z-index: 1;
  font-size: 14px;
}
.list_box01 {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 46.4%;
  position: relative;
}
.list_box01 .inner {
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px 0;
  width: 100%;
  height: 100%;
  display: block;
}
.list_box01 .inner::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_box01 .left,
.list_box01 .right {
  float: left;
  height: 100%;
}
.list_box01 .left {
  width: 30.5%;
}
.list_box01 .left .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.list_box01 .right {
  width: 69.5%;
  height: 100%;
  padding-left: 16px;
  position: relative;
}
.list_box01 .right .badge_area {
  margin-bottom: 5px;
}
.list_box01 .right .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_box01 .right .txt {
  display: none ;
}
.list_box01 .right .info_list {
  position: absolute;
  bottom: 0;
  left: 16px;
  width: calc(100% - 16px);
}
.list_box01 .right .info_list li {
  width: 100%;
  margin-bottom: 5px;
}
.list_box01 .right .info_list li:last-child {
  margin-bottom: 0;
}
.list_box01 .right .info_list li dl {
  float: none;
}
.list_box01 .right .info_list li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_box01 .right .info_list li dl dt,
.list_box01 .right .info_list li dl dd {
  float: left;
  font-size: 12px;
}
.list_box01 .right .info_list li dl dt {
  width: 30px;
  font-weight: 500;
}
.list_box01 .right .info_list li dl dd {
  width: calc(100% - 30px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_box02 li {
  float: none;
}
.list_box02 li .left p {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 14px;
}
.list_box02 li .right img {
  display: block;
  width: 100%;
}
.list_box03 > li {
  width: 100%;
  margin-bottom: 24px;
}
.list_box03 > li:last-child {
  margin-bottom: 0;
}
.list_box03 > li .left,
.list_box03 > li .right {
  width: 100%;
}
.list_box03 > li .his_title {
  height: 86px;
  position: relative;
}
.list_box03 > li .his_title p {
  font-size: 48px;
  font-weight: bold;
  color: #1f5153;
  font-family: 'Gotham', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 14px 0;
}
.list_box03 > li .his_title p.on {
  position: fixed;
  top: 52px;
  padding-left: 16px;
}
.list_box03 > li .his_title .empty {
  display: none ;
}
.list_box04 {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 16px;
}
.list_box04 .inner {
  display: block;
}
.list_box04 .inner .left {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}
.list_box04 .inner .left .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.list_box04 .inner .right {
  padding: 24px 0;
  text-align: left;
}
.list_box04 .inner .right .online {
  display: none ;
}
.list_box04 .inner .right .badge_area {
  margin-bottom: 10px;
}
.list_box04 .inner .right .badge_area .badge {
  padding: 1px;
  background-color: #fff;
}
.list_box04 .inner .right .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_box04 .inner .right .txt {
  display: none ;
}
.list_box04 .inner .right .info_list li {
  float: none;
  margin-bottom: 5px;
}
.list_box04 .inner .right .info_list li dl {
  float: none;
}
.list_box04 .inner .right .info_list li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_box04 .inner .right .info_list li dl:last-child {
  margin-bottom: 0;
}
.list_box04 .inner .right .info_list li dl dt,
.list_box04 .inner .right .info_list li dl dd {
  float: left;
  font-size: 12px;
}
.list_box04 .inner .right .info_list li dl dt {
  width: 32px;
  font-weight: 500;
}
.list_box04 .inner .right .info_list li dl dd {
  width: calc(100% - 32px);
}
.list_box05 {
  border-bottom: 1px solid #f0f0f0;
  padding: 18px 0;
}
.list_box05 .left {
  margin-bottom: 8px;
}
.list_box05 .left .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.list_box05 .left > ul > li {
  margin-right: 25px;
  position: relative;
}
.list_box05 .left > ul > li::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  right: -13px;
  top: 5px;
}
.list_box05 .left > ul > li:last-child {
  margin-right: 0;
}
.list_box05 .left > ul > li:last-child::after {
  display: none ;
}
.list_box05 .left > ul > li dl {
  float: none;
}
.list_box05 .left > ul > li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_box05 .left > ul > li dl dt,
.list_box05 .left > ul > li dl dd {
  float: left;
  font-size: 12px;
}
.list_box05 .left > ul > li dl dt {
  font-weight: 500;
  margin-right: 8px;
}
.list_box06 .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.list_box06 .cont > p {
  font-size: 14px;
  line-height: 1.71;
  word-break: keep-all;
}
.list_box06 .cont > p > a {
  font-size: inherit;
}
.list_box06 .cont .img_box {
  margin-top: 12px;
}
.list_box06 .cont .img_box img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.list_box06 .cont .img_box img:last-child {
  margin-bottom: 0;
}
.tab01 {
  border: 1px solid #e0e0e0;
}
.tab01 li {
  position: relative;
}
.tab01 li::after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #e0e0e0;
  position: absolute;
  right: 0;
  top: 15px;
}
.tab01 li:last-child::after {
  display: none ;
}
.tab01 li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  color: #999;
  font-size: 14px;
}
.tab01 li.on::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f5153;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.tab01 li.on a {
  color: #1f5153;
}
.tab02 {
  border-top: 1px solid #e0e0e0;
}
.tab02 li {
  border: 1px solid #e0e0e0;
  border-top: none;
  position: relative;
}
.tab02 li:nth-child(odd) {
  border-right: none;
}
.tab02 li:nth-child(odd)::after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #e0e0e0;
  position: absolute;
  right: 0;
  top: 15px;
}
.tab02 li:nth-child(even) {
  border-left: none;
}
.tab02 li:last-child {
  border-right: 1px solid #e0e0e0;
}
.tab02 li:last-child::after {
  display: none ;
}
.tab02 li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  color: #999;
  font-size: 14px;
}
.tab02 li.on::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f5153;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.tab02 li.on a {
  color: #1f5153;
}
.tab03 {
  text-align: center;
}
.tab03 ul {
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tab03 ul::-webkit-scrollbar {
  display: none;
}
.tab03 ul li {
  display: inline-block;
  float: none;
  margin-right: 8px;
}
.tab03 ul li:last-child {
  margin-right: 0;
}
.tab03 ul li a {
  display: block;
  padding: 7px 11px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}
.tab03 ul li.on a {
  border: #333;
  background-color: #333;
  color: #fff;
}
.tab04 {
  border-top: 1px solid #e0e0e0;
}
.tab04 li {
  border: 1px solid #e0e0e0;
  border-top: none;
  position: relative;
}
.tab04 li:nth-child(odd) {
  border-right: none;
}
.tab04 li:nth-child(odd)::after {
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #e0e0e0;
  position: absolute;
  right: 0;
  top: 15px;
}
.tab04 li:nth-child(even) {
  border-left: none;
}
.tab04 li:last-child {
  border-right: 1px solid #e0e0e0;
}
.tab04 li:last-child::after {
  display: none ;
}
.tab04 li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
  color: #999;
  font-size: 14px;
}
.tab04 li.on::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f5153;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.tab04 li.on a {
  color: #1f5153;
}
.tab05 .category_box > ul {
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 24px;
}
.tab05 .category_box > ul::-webkit-scrollbar {
  display: none;
}
.tab05 .category_box > ul li {
  float: none;
  display: inline-block;
  margin-right: 8px;
}
.tab05 .category_box > ul li:last-child {
  margin-right: 0;
}
.tab05 .category_box > ul li a {
  display: block;
  font-size: 0;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
.tab05 .category_box > ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.tab05 .category_box > ul li a span.icon {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tab05 .category_box > ul li a span.text {
  padding: 7px 8px;
  font-size: 14px;
  color: #333330;
}
.tab05 .category_box > ul li.all_show a {
  border: 1px solid #333;
  background-color: #333;
}
.tab05 .category_box > ul li.all_show a span.text {
  color: #fff;
}
.tab05 .category_box > ul li.all_show.on a {
  border: 1px solid #333;
}
.tab05 .category_box > ul li.on a {
  border: 1px solid #1f5153;
}
.tab05 .filter_box {
  position: relative;
}
.tab05 .filter_box .btn_filter {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  text-align: left;
  background: #fff url(/asset/images/ic-angle-down-green-24-dp.svg) no-repeat 95% center / 10px;
  cursor: pointer;
}
.tab05 .filter_box .btn_filter span {
  font-size: 14px;
  font-weight: 500;
  color: #1f5153;
}
.tab05 .filter_box .btn_filter span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/asset/images/ic-filter-green-24-dp.svg) no-repeat center / 18px;
  margin-right: 6px;
  vertical-align: -4px;
}
.tab05 .filter_box .option_box {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  padding: 16px;
  border: solid 1px #e0e0e0;
  background-color: #ffffff;
  z-index: 1;
}
.tab05 .filter_box .option_box > ul li {
  float: none;
  margin-bottom: 10px;
}
.tab05 .filter_box .option_box > ul li:last-child {
  margin-bottom: 0;
}
.tab05 .filter_box .option_box .btn_apply {
  margin-top: 20px;
  display: block;
  width: 100%;
  padding: 6px 0 7px;
  text-align: center;
  background-color: #1f5153;
  cursor: pointer;
}
.tab05 .filter_box .option_box .btn_apply span {
  font-size: 12px;
  color: #fff;
}
.tab05 .filter_box.on .btn_filter {
  background: #fff url(/asset/images/ic-angle-up-green-24-dp.svg) no-repeat 95% center / 10px;
}
.tab05 .filter_box.on .option_box {
  visibility: visible;
}
.btn01 {
  display: inline-block;
  border: 1px solid #1f5153;
  padding: 13px 28px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: #1f5153;
}
.btn01 span {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.btn02 {
  display: inline-block;
  border: 1px solid #1f5153;
  padding: 13px 28px;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: #1f5153;
}
.btn02 span {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.btn_download {
  display: inline-block;
  border: 1px solid #333;
  background-color: #fff;
  padding: 7px 16px;
}
.btn_download span {
  font-size: 14px;
  font-weight: 500;
}
.btn_download span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url(/asset/images/ic-download-black-24-dp.svg);
  margin-right: 3px;
  vertical-align: -5px;
}
.btn_download02 {
  display: block;
  border: 1px solid #1f5153;
  background-color: #1f5153;
  padding: 11px 0;
  width: 183px;
}
.btn_download02 span {
  color: #fff;
  font-weight: 500;
}
.btn_download02 span::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  background-image: url(/asset/images/ic-donwload-white-24-dp.svg);
  margin-right: 8px;
  vertical-align: -3px;
}
.btn_go_list {
  padding: 13px 25px;
  min-width: 156px;
  background-color: #fff;
}
.btn_go_list span {
  color: #1f5153;
}
.btn_top {
  display: none ;
}
.btn_refresh {
  padding: 0 0 10px 0;
  background-color: #fff;
  cursor: pointer;
}
.btn_refresh span {
  font-size: 12px;
  letter-spacing: -0.46px;
  color: #666;
}
.btn_refresh span::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: -3px;
  background: url(/asset/images/ic-reset-grey-20-dp.svg) no-repeat center / 11px;
}
.pagination {
  text-align: center;
  position: relative;
}
.pagination > div {
  overflow: hidden;
}
.pagination > div > a {
  width: 32px;
  height: 32px;
  display: block;
}
.pagination .prev {
  position: absolute;
  left: 0;
  top: 0;
}
.pagination .prev .prev01 {
  border: 1px solid #d0d0d0;
  background: url(/asset/images/ic-angle-left-grey-24-dp.svg) no-repeat center / 7px;
}
.pagination .next {
  position: absolute;
  right: 0;
  top: 0;
}
.pagination .next .next01 {
  border: 1px solid #d0d0d0;
  background: url(/asset/images/ic-angle-right-grey-24-dp.png) no-repeat center / 7px;
}
.pagination .num {
  display: inline-block;
  vertical-align: 0;
}
.pagination .num a {
  float: left;
  padding: 8px 0;
  margin-right: 10px;
  color: #333;
  border: 1px solid #d0d0d0;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
}
.pagination .num a:last-of-type {
  margin-right: 0;
}
.pagination .num a.on {
  border: 1px solid #1f5153;
}
.search_section {
  border: #eaeaea;
  background-color: #f8f9fa;
  padding: 20px 20px;
  text-align: center;
  margin-bottom: 32px;
}
.search_section .search_box::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.search_section .search_box input {
  float: left;
  margin-right: 10px;
  width: calc(100% - 76px - 10px);
  height: 40px;
  border: 1px solid #eaeaea;
  padding: 0 16px;
  font-size: 14px;
}
.search_section .search_box input::placeholder {
  color: #999;
  font-size: 14px;
}
.search_section .search_box .btn_search {
  display: block;
  float: left;
  padding: 8px 14px 8px 12px;
  background-color: #1f5153;
  cursor: pointer;
}
.search_section .search_box .btn_search span {
  color: #fff;
  font-weight: 500;
}
.search_section .search_box .btn_search span::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/asset/images/ic-search-white-24-dp.svg) no-repeat center / 13px;
  margin-right: 2px;
  vertical-align: -3px;
}
.search_section02 {
  padding-bottom: 30px;
  text-align: center;
}
.search_section02 .search_box {
  display: inline-block;
  border-bottom: 2px solid #333;
  width: 100%;
}
.search_section02 .search_box::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.search_section02 .search_box input {
  float: left;
  width: calc(100% - 24px);
  height: 48px;
  padding-right: 15px;
  font-size: 16px;
  background-color: transparent;
}
.search_section02 .search_box input::placeholder {
  color: #999;
}
.search_section02 .search_box .btn_search {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-search-black-32-dp.svg) no-repeat center / 18px;
  cursor: pointer;
  position: relative;
  top: 12px;
}
.search_section02 .search_box .btn_search span {
  font-size: 0;
}
.search_box02 {
  border: 1px solid #bdbdbd;
  height: 40px;
  padding-right: 40px;
  position: relative;
}
.search_box02 input[type="text"] {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: none;
  font-size: 14px;
}
.search_box02 input[type="text"]::placeholder {
  color: #999;
}
.search_box02 button {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/asset/images/ic-search-grey-24-dp.svg) no-repeat center / 16px;
  cursor: pointer;
}
.badge {
  display: inline-block;
  padding: 1px;
  min-width: 48px;
  border: 1px solid #1f5153;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  vertical-align: top;
  color: #1f5153;
}
.badge.v1 {
  color: #1f5153;
  background-color: #fff;
}
.badge.v2 {
  color: #fff;
  background-color: #1f5153;
}
select {
  height: 40px;
  padding: 0 32px 0 20px;
  border: 1px solid #bdbdbd;
  background: url(/asset/images/ic-dropdown-black-12-dp.svg) no-repeat;
  background-position: right 20px center;
  background-size: 10px;
  color: #666;
  font-size: 14px;
}
select:focus {
  border: 1px solid #1f5153;
  color: #1f5153;
  background: none;
}
.select02 {
  height: 24px;
  padding: 0 24px 0 0;
  background-position: right 8px center;
  color: #333;
  border: 1px solid white;
  font-size: 14px;
  font-weight: 500;
}
.select02:focus {
  background: url(/asset/images/ic-dropdown-black-12-dp.svg) no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}
.select03 {
  height: 30px;
  padding: 0 22px 0 10px;
  background: url(/asset/images/btn-btn-profile-down.svg) no-repeat;
  background-position: right 8px center;
  background-size: 8px;
  color: white;
  border: 1px solid #bdbdbd;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}
.select03:focus {
  border: 1px solid #bdbdbd;
  color: white;
  background: url(/asset/images/btn-btn-profile-up.svg) no-repeat;
  background-position: right 8px center;
  background-size: 8px;
}
.select03 option {
  color: #333;
  font-size: 12px;
}
.guide_box {
  padding: 20px 32px;
  border: 2px solid #333;
}
.ggm1 {
  background-image: url(/asset/images/img-sub-03-01-01.jpg);
}
.ggm2 {
  background-image: url(/asset/images/img-sub-03-01-02.jpg);
}
.ggm3 {
  background-image: url(/asset/images/img-sub-03-01-03.jpg);
}
.ggm4 {
  background-image: url(/asset/images/img-sub-03-01-04.jpg);
}
.ggm5 {
  background-image: url(/asset/images/img-sub-03-01-05.jpg);
}
.ggm6 {
  background-image: url(/asset/images/img-sub-03-01-06.jpg);
}
.ggm7 {
  background-image: url(/asset/images/img-sub-03-01-07.jpg);
}
.ggm8 {
  background-image: url(/asset/images/img-sub-03-01-08.jpg);
}
.ggm9 {
  background-image: url(/asset/images/img-sub-03-01-09.jpg);
}
.ggm10 {
  background-image: url(/asset/images/img-sub-03-01-10.jpg);
}
.ggm11 {
  background-image: url(/asset/images/img-sub-03-01-11.jpg);
}
.ggm12 {
  background-image: url(/asset/images/img-sub-03-01-12.jpg);
}
.ggm13 {
  background-image: url(/asset/images/img-sub-03-01-13.jpg);
}
.grid-item {
  width: 50%;
}
.post_view_txt_section p,
.post_view_txt_section span,
.post_view_txt_section strong,
.post_view_txt_section b,
.post_view_txt_section u,
.post_view_txt_section a,
.post_view_txt_section i,
.post_view_txt_section div {
  font-size: 14px;
  line-height: 1.71;
}
.post_view_txt_section strong,
.post_view_txt_section b {
  font-weight: bold;
}
.post_view_txt_section a {
  text-decoration: underline;
}
.post_view_txt_section img {
  max-width: 100%;
}
.post_view_txt_section table {
  max-width: 100%;
  margin: 5px 0;
  table-layout: fixed;
}
.post_view_txt_section table th,
.post_view_txt_section table td {
  border: 1px solid #e0e0e0;
  padding: 16px 8px;
  font-size: 14px;
  word-break: break-all;
}
.post_view_txt_section table th p,
.post_view_txt_section table td p,
.post_view_txt_section table th span,
.post_view_txt_section table td span,
.post_view_txt_section table th strong,
.post_view_txt_section table td strong,
.post_view_txt_section table th b,
.post_view_txt_section table td b,
.post_view_txt_section table th u,
.post_view_txt_section table td u,
.post_view_txt_section table th a,
.post_view_txt_section table td a,
.post_view_txt_section table th i,
.post_view_txt_section table td i,
.post_view_txt_section table th div,
.post_view_txt_section table td div {
  font-size: 14px;
  word-wrap: break-all;
}
.post_view_txt_section table th {
  background-color: #f9fbfc;
  font-weight: 500;
}
.post_view_txt_section table th p,
.post_view_txt_section table th span,
.post_view_txt_section table th strong,
.post_view_txt_section table th b,
.post_view_txt_section table th u,
.post_view_txt_section table th a,
.post_view_txt_section table th i,
.post_view_txt_section table th div {
  font-size: 14px;
  font-weight: 500;
}
.post_view_txt_section table th strong,
.post_view_txt_section table th b {
  font-weight: bold;
}
.post_view_txt_section table td {
  line-height: 1.67;
  text-align: left;
}
.post_view_txt_section table td p,
.post_view_txt_section table td span,
.post_view_txt_section table td b,
.post_view_txt_section table td u,
.post_view_txt_section table td a,
.post_view_txt_section table td i {
  line-height: 1.67;
}
.post_view_txt_section iframe {
  max-width: 100%;
}
.head_top_bnr {
  background-color: #fafafa;
  text-align: center;
  height: 40px;
}
.head_top_bnr .inner {
  position: relative;
  padding: 11px 0;
}
.head_top_bnr .inner a {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
.head_top_bnr .inner a::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  background: url(/asset/images/ic-arrow-right-grey-16-dp.svg) no-repeat center / 15px;
  vertical-align: -4px;
}
.head_top_bnr .inner .btn_close {
  display: block;
  width: 16px;
  height: 16px;
  background: url(/asset/images/ic-close-grey-20-dp.svg) no-repeat center / 14px;
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 12px;
}
.head_top_bnr .inner .today_none {
  position: absolute;
  right: 16px;
  bottom: 0;
}
.head_top_bnr.off {
  height: 0;
}
.btn_share {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-share-24-dp.svg) no-repeat center / 22px;
  cursor: pointer;
}
.loading {
  display: none ;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 110;
}
.loading .cmt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0;
}
.loading .cmt .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/loading.gif) no-repeat center / 100%;
  margin-bottom: 20px;
}
.loading .cmt p {
  font-size: 20px;
  font-weight: 500;
  color: white;
}
#donate_btn {
  position: fixed;
  width: 16.1%;
  height: 16.1vw;
  min-width: 58px;
  min-height: 58px;
  max-width: 64px;
  max-height: 64px;
  right: 16px;
  bottom: 16px;
  z-index: 100;
}
#donate_btn a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background-color: #f8f8f8;
  border-radius: 50%;
  z-index: 10;
  text-decoration: none;
}
#donate_btn .heart {
  width: 28%;
  height: 23%;
  min-width: 16px;
  min-height: 14px;
  position: relative;
  margin-top: 22%;
  left: 35.5%;
  animation: heartAni 4s 2s infinite cubic-bezier(0.42, 0, 0.58, 1);
}
#donate_btn span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: -4px;
  letter-spacing: -0.3px;
  color: #1f5153;
  line-height: 11.2px;
}
#donate_btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
#contents_wrap {
  overflow-x: hidden;
  position: relative;
  min-height: calc(100vh - 56px - 266px);
}
#contents_wrap.main_wrap section .section_title {
  padding-bottom: 18px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2.5px;
}
#contents_wrap.main_wrap .main_top_section .wrap01 {
  padding: 0;
}
#contents_wrap.main_wrap .main_top_section .main_visual {
  position: relative;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner {
  position: relative;
  padding-top: 122%;
  overflow: hidden;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.24);
  display: none ;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner .child_visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner .child_visual video,
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner .child_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  text-align: center;
  z-index: 1;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner h2 .main_title {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 12px;
  opacity: 0;
  word-break: keep-all;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner h2 .btn_reservation {
  opacity: 0;
  visibility: hidden;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner h2 .sub_title {
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner.on h2 .main_title {
  animation: titleShowing 1s ease-in-out 0.8s forwards;
  -webkit-animation: titleShowing 1s ease-in-out 0.8s forwards;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner.on h2 .sub_title,
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner.on h2 .btn_reservation {
  animation: titleShowing 1s ease-in-out 1.3s forwards;
  -webkit-animation: titleShowing 1s ease-in-out 1.3s forwards;
}
#contents_wrap.main_wrap .main_top_section .main_visual .scroll_block {
  display: none ;
}
#contents_wrap.main_wrap .main_top_section .today_time dl {
  float: none;
  width: 100%;
}
#contents_wrap.main_wrap .main_top_section .today_time dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dt {
  float: left;
  padding: 10px 0 10px 16px;
  background-color: #1f5153;
  width: 76px;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dt p {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd {
  float: left;
  width: calc(100% - 76px);
  padding: 10px 16px;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd > ul li {
  float: none;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd p,
#contents_wrap.main_wrap .main_top_section .today_time dl dd b {
  font-size: 12px;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd > p {
  margin: 9px 0;
}
#contents_wrap.main_wrap .main_top_section .today_time dl.opend dd > ul {
  display: block;
}
#contents_wrap.main_wrap .main_top_section .today_time dl.opend dd > p {
  display: none ;
}
#contents_wrap.main_wrap .main_top_section .today_time dl.closed dd > ul {
  display: none ;
}
#contents_wrap.main_wrap .main_top_section .today_time dl.closed dd > p {
  display: block;
}
#contents_wrap.main_wrap .main_top_section .today_time .btn_go_contact,
#contents_wrap.main_wrap .main_top_section .today_time .btn_reservate_preview {
  display: none ;
}
#contents_wrap.main_wrap .notice {
  padding: 43px 0 40px;
}
#contents_wrap.main_wrap .notice .section_title {
  padding-bottom: 12px;
  text-align: left;
  font-size: 18px;
  letter-spacing: normal;
}
#contents_wrap.main_wrap .notice .notice_table {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
#contents_wrap.main_wrap .notice .notice_table .td {
  height: 72px;
}
#contents_wrap.main_wrap .notice .notice_table .td .swiper-container .swiper-wrapper .swiper-slide {
  text-align: left;
}
#contents_wrap.main_wrap .notice .notice_table .td a {
  display: block;
  width: 100%;
  padding: 17px 0;
}
#contents_wrap.main_wrap .notice .notice_table .td a p.date {
  font-weight: 500;
  font-size: 12px;
  color: #999;
  font-family: 'Gotham', sans-serif;
  margin-bottom: 5px;
}
#contents_wrap.main_wrap .notice .notice_table .td a p.contents {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 500;
}
#contents_wrap.main_wrap .notice .notice_table .btn_notice_more {
  display: block;
  position: absolute;
  right: 0;
  top: -34px;
  padding-right: 24px;
}
#contents_wrap.main_wrap .notice .notice_table .btn_notice_more span {
  font-weight: 500;
  color: #1f5153;
  font-size: 14px;
  position: relative;
}
#contents_wrap.main_wrap .notice .notice_table .btn_notice_more span::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-angle-right-green-24-dp.svg) no-repeat center / 7px;
  position: absolute;
  right: -24px;
  top: -1px;
}
#contents_wrap.main_wrap .museum_news {
  overflow: hidden;
  padding-bottom: 36px;
  position: relative;
}
#contents_wrap.main_wrap .museum_news .section_contents {
  position: relative;
}
#contents_wrap.main_wrap .museum_news .section_contents .sld_pagination {
  display: none ;
}
#contents_wrap.main_wrap .museum_news .section_contents .swiper-container {
  overflow: inherit;
}
#contents_wrap.main_wrap .museum_news .section_contents .swiper-container .swiper-wrapper .swiper-slide {
  width: 67%;
  min-width: 242px;
}
#contents_wrap.main_wrap .relics {
  position: relative;
  padding-bottom: 72px;
}
#contents_wrap.main_wrap .relics .section_title {
  border-bottom: 1px solid #000;
}
#contents_wrap.main_wrap .relics .section_contents {
  padding-top: 16px;
  opacity: 0;
  animation: sldBoxShowing 0.5s ease-in 0.2s forwards;
  -webkit-animation: sldBoxShowing 0.5s ease-in 0.2s forwards;
}
#contents_wrap.main_wrap .relics .section_contents .sld_box02 {
  padding: 0 8px;
  margin-bottom: 16px;
}
#contents_wrap.main_wrap .shortcuts::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.nobreadscrumb .breadscrumb {
  display: none ;
}
#contents_wrap.sub_wrap.nobreadscrumb .sub_page {
  border-top: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap .breadscrumb {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #fff;
}
#contents_wrap.sub_wrap .breadscrumb.on {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 100;
  border-top: 1px solid #fff;
  width: 100%;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list {
  position: static;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth01,
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth02 {
  display: none ;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 {
  width: 100%;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 > a {
  display: none ;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 ul {
  overflow-y: hidden;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 ul::-webkit-scrollbar {
  display: none;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 ul li {
  margin-right: 24px;
  float: none;
  display: inline-block;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 ul li:last-child {
  margin-right: 0;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 ul li a {
  display: inline-block;
  padding: 15px 0;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 ul li.on a {
  color: #1f5153;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth03 ul li.on a::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f5153;
  position: absolute;
  bottom: 0px;
  left: 0;
}
#contents_wrap.sub_wrap .btn_go_back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  transition: all 0.3s ease;
}
#contents_wrap.sub_wrap .btn_go_back a {
  display: block;
  padding: 20px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
#contents_wrap.sub_wrap .btn_go_back.on {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  position: fixed;
  width: 100%;
}
#contents_wrap.sub_wrap .btn_go_back.on a {
  display: inline-block;
  color: #1f5153;
  padding: 16px;
}
#contents_wrap.sub_wrap .btn_go_back.ver2 {
  padding: 0 6px;
  transition: none;
}
#contents_wrap.sub_wrap .btn_go_back.ver2:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap .btn_go_back.ver2 .go_main,
#contents_wrap.sub_wrap .btn_go_back.ver2 .go_back {
  float: left;
  display: block;
  padding: 20px 10px;
}
#contents_wrap.sub_wrap .btn_go_back.ver2 .go_main {
  position: relative;
  margin-top: 1px;
}
#contents_wrap.sub_wrap .btn_go_back.ver2 .go_main span {
  display: block;
  font-size: 0;
  width: 18px;
  height: 18px;
  background: url(/asset/images/ic-home-white-18-dp.svg) no-repeat center / 14px;
}
#contents_wrap.sub_wrap .btn_go_back.ver2 .go_main::after {
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.32);
  position: absolute;
  right: 0;
  top: 45%;
}
#contents_wrap.sub_wrap .btn_go_back.ver2.on .go_main span {
  background: url(/asset/images/ic-home-green-18-dp.svg) no-repeat center / 14px;
}
#contents_wrap.sub_wrap .btn_go_back.ver2.on .go_main::after {
  background-color: rgba(31, 81, 83, 0.32);
}
#contents_wrap.sub_wrap .btn_go_page {
  display: block;
}
#contents_wrap.sub_wrap .btn_go_page span {
  font-size: 14px;
  font-weight: 500;
  color: #266466;
  padding-right: 30px;
  position: relative;
}
#contents_wrap.sub_wrap .btn_go_page span::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-arrow-right-green-24-dp.svg) no-repeat center / 19px;
  position: absolute;
  right: 0;
  top: 0;
}
#contents_wrap.sub_wrap .sub_page {
  position: relative;
}
#contents_wrap.sub_wrap .sub_page .no_contents {
  margin: 60px 0 72px;
  padding: 142px 0;
  text-align: center;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
#contents_wrap.sub_wrap .sub_page .no_contents h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap .sub_page .no_contents p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: -0.3px;
  word-break: keep-all;
}
#contents_wrap.sub_wrap .sub_page .no_contents p.small {
  font-size: 14px;
  margin-top: 25px;
}
#contents_wrap.sub_wrap .sub_page .error404 {
  margin: 60px 0 72px;
  padding: 142px 0;
  text-align: center;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  border: none;
  margin: 0;
  padding: 150px 0 ;
}
#contents_wrap.sub_wrap .sub_page .error404 .img {
  width: 100%;
  padding-top: 37%;
  background: url(/asset/images/404.svg) no-repeat center / 100%;
  margin: 0 auto 26px;
}
#contents_wrap.sub_wrap .sub_page .error404 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap .sub_page .error404 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: -0.3px;
  word-break: keep-all;
}
#contents_wrap.sub_wrap .sub_page .error404 p.small {
  font-size: 14px;
  margin-top: 25px;
}
#contents_wrap.sub_wrap .sub_page .sub_tit {
  padding: 57px 0 30px;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 2.5px;
}
#contents_wrap.sub_wrap .sub_page .sub_tit.v3 p {
  letter-spacing: normal;
  line-height: 1.86;
  font-size: 14px;
}
#contents_wrap.sub_wrap .sub_page .sub_tit.v3 p.sub_txt {
  margin-top: 8px;
  word-break: keep-all;
}
#contents_wrap.sub_wrap .sub_page .sub_cont {
  padding-bottom: 72px;
}
#contents_wrap.sub_wrap .sub_page .sub_cont .box01 > h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  word-break: keep-all;
}
#contents_wrap.sub_wrap .sub_page .sub_cont .box01 .box_cont > p {
  font-size: 14px;
  line-height: 1.71;
  word-break: keep-all;
}
#contents_wrap.sub_wrap .sub_page .sub_cont .box02 > h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 12px;
}
#contents_wrap.sub_wrap .sub_page .sub_cont .box02 .box_cont .txt {
  font-size: 14px;
}
#contents_wrap.sub_wrap .sub_page .deco {
  position: absolute;
  top: 32px;
  left: 100%;
  z-index: -1;
  padding-top: 13%;
  animation: docoShowing 1.2s ease-out 0.3s forwards;
  -webkit-animation: decoShowing 1.2s ease-out 0.3s forwards;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative {
  position: relative;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img {
  background-size: cover;
  background-position: center;
  height: calc(100vh*0.77);
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: calc(100vh*0.77);
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 {
  position: relative;
  max-width: calc(100% - (16px*2));
  margin: 0 auto;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box {
  position: absolute;
  left: 0;
  bottom: 63px;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .badge {
  display: none ;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.43;
  margin-bottom: 14px;
  color: #fff;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .info dl {
  float: none;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .info dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .info dl:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .info dl dt,
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .info dl dd {
  float: left;
  font-size: 12px;
  color: #fff;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .info dl dt {
  width: 35px;
  font-weight: bold;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .info dl dd {
  width: calc(100% - 35px);
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img.noimg01 {
  background-color: #1f5153;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img.noimg02 {
  background-color: #53211f;
}
#contents_wrap.sub_wrap .sub_page02 .sub_mid {
  margin-top: calc(100vh*0.77);
  background-color: #fff;
}
#contents_wrap.sub_wrap .sub_page02 .sub_bot {
  background-color: #f5f5f5;
  position: relative;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .box02 {
  position: relative;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .box02 .btn_go_page {
  position: absolute;
  right: 0;
  top: 8px;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .box02 .box_cont {
  border-top: 2px solid #333;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .box02 .btn_area {
  padding: 20px 0 0;
  text-align: center;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section {
  margin-bottom: 32px;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section .tab02 li {
  width: 50%;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section .tab_cont {
  padding-top: 16px;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .paging_area {
  text-align: center;
  padding-top: 20px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .deco {
  width: 94.7%;
  background: url(/asset/images/exhibiton.svg) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont {
  padding-bottom: 74px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .top_btn_area {
  border-bottom: 2px solid #333;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .top_btn_area::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .top_btn_area .btn_go_page {
  float: right;
  padding-bottom: 14px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .sld_box03 {
  margin-bottom: 16px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .sld_box03:first-child {
  border-top: none;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit {
  padding-top: 48px;
  padding-bottom: 26px;
  text-align: center;
  border-bottom: 2px solid #333;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .badge_area {
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.43;
  margin-bottom: 14px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info {
  display: inline-block;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info li {
  float: none;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info li:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info li dl {
  float: none;
  display: inline-block;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info li dl dt,
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info li dl dd {
  float: left;
  font-size: 12px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info li dl dt {
  font-weight: 500;
  padding-right: 5px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont {
  padding-bottom: 72px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .inner {
  padding-top: 32px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box {
  padding: 10px 16px;
  background-color: #f8f9fa;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl {
  float: none;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dt {
  width: 53px;
  float: left;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: 1px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd {
  width: calc(100% - 53px);
  float: left;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd a {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd a:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd a::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/asset/images/ic-download-black-24-dp.svg) no-repeat center / 14px;
  position: absolute;
  right: 0;
  top: 2px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .img_section {
  padding-bottom: 18px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .img_section img {
  display: block;
  width: 48%;
  margin: 0 auto 10px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .img_section img:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .btn_area {
  padding-top: 34px;
  text-align: center;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .btn_area .btn_go_list {
  margin-right: 12px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .btn_area .btn_apply_education {
  min-width: 156px;
}
#contents_wrap.sub_wrap.sub0802_new {
  padding-top: 0;
}
#contents_wrap.sub_wrap.sub0802_new .sub_mid {
  padding: 34px 0;
}
#contents_wrap.sub_wrap.sub0802_new .sub_mid .wrap03 {
  position: relative;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot {
  padding: 34px 0 39px;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .tit_box {
  padding-bottom: 20px;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .tit_box h3 {
  font-size: 21px;
  font-weight: bold;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .cont_box .sld_pagination {
  display: none ;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .cont_box .swiper-container .swiper-wrapper .swiper-slide {
  width: 242px;
  background-color: transparent;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .cont_box .swiper-container .swiper-wrapper .swiper-slide .sld_box03 {
  padding-top: 0;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .cont_box .swiper-container .swiper-wrapper .swiper-slide .sld_box03 figure figcaption {
  padding: 16px 0;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(1) {
  display: none ;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(2) {
  width: 100%;
  margin-bottom: 5px;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(3) span {
  color: #999;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(3) span::after {
  content: '';
  display: inline-block;
  width: 1px ;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.12);
  margin-left: 5px;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(4) span {
  color: #999;
  padding-left: 5px;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .paging_area {
  padding-top: 20px;
  text-align: center;
}
#contents_wrap.sub_wrap.guide .sub_page .deco {
  width: 54%;
  background: url(/asset/images/guide.svg) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .box01 {
  margin-bottom: 52px;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .box01:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .t2 tr:nth-child(1) {
  width: 22%;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .t2 tr:nth-child(2) {
  width: 26%;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .t2 tr:nth-child(3) {
  width: 26%;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .t2 tr:nth-child(4) {
  width: 26%;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .box01 {
  margin-bottom: 36px;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .box01:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .btn_area {
  margin-top: 24px;
  text-align: center;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .list_step li {
  width: 50%;
  margin-bottom: 16px;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .list_step li:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .list_step li:nth-child(odd) {
  padding-right: 8px;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .list_step li:nth-child(even) {
  padding-left: 8px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .box01 {
  margin-bottom: 26px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .box01:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .tit_img {
  width: 100%;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .tit_img img {
  display: block;
  width: 100%;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list {
  border-top: 2px solid #333;
  border-bottom: 1px solid #e0e0e0;
  padding: 13px 16px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li {
  float: none;
  margin-bottom: 8px;
  overflow: hidden;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li dl dt,
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li dl dd {
  float: left;
  font-size: 14px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li dl dt {
  width: 68px;
  font-weight: 500;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li dl dd {
  width: calc(100% - 68px);
  color: #666;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .figure_box {
  border-top: 2px solid #333;
  padding-top: 16px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .figure_box::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .figure_box .fig_img_box {
  float: left;
  width: calc(50% - 8px);
  padding-top: 50%;
  margin-bottom: 16px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .figure_box .fig_img_box:nth-child(odd) {
  margin-right: 8px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .figure_box .fig_img_box:nth-child(even) {
  margin-left: 8px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01 li {
  width: 50%;
  border-top: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01 li:nth-child(even)::after {
  display: none ;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01 li:nth-child(-n+2) {
  border-top: 0;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont {
  padding-top: 60px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box {
  border: 2px solid #f6f6f6;
  position: relative;
  padding: 20px 20px 10px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box h3 {
  font-size: 21px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -40px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .btn_zoom {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  cursor: pointer;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .btn_zoom span {
  width: 33px;
  height: 33px;
  display: block;
  font-size: 0;
  background: rgba(51, 51, 51, 0.8) url(/asset/images/ic-zoomplus-white-24-dp.svg) no-repeat center / 24px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box {
  margin-bottom: 25px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box img {
  display: block;
  max-width: 100%;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip {
  display: none ;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list {
  max-width: 372px;
  margin: 0 auto;
  text-align: left;
  padding-left: 20px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li {
  margin-right: 20px;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li:nth-child(3n) {
  margin-right: 0;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .left,
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .right {
  float: left;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .icon {
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .icon.nursing_room {
  background-image: url(/asset/images/pic-facilities-descriptionicon-01.svg);
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .icon.information {
  background-image: url(/asset/images/pic-facilities-descriptionicon-02.svg);
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .icon.entrance {
  background-image: url(/asset/images/pic-facilities-descriptionicon-03.svg);
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .icon.toilet {
  background-image: url(/asset/images/pic-facilities-descriptionicon-04.svg);
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .icon.disabled_toilet {
  background-image: url(/asset/images/pic-facilities-descriptionicon-05.svg);
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .icon.stairs {
  background-image: url(/asset/images/pic-facilities-descriptionicon-06.svg);
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .right {
  width: 80px;
  padding: 0 5px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .right > p {
  color: #1f5153;
  font-weight: 500;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .right .txt_ko {
  font-size: 10px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .right .txt_en {
  font-size: 9px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 465px) {
  #contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list {
    width: 306px;
    padding-left: 0;
  }
  #contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li {
    margin-right: 0;
    min-width: 102px;
  }
  #contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .right {
    width: 75px;
  }
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box {
  background-color: #f6f6f6;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li {
  float: none;
  border-bottom: 1px solid #e7e4e4;
  padding: 11px 14px;
  position: relative;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li:last-child {
  border-bottom: none;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .left,
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .right {
  float: left;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .num {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1f5153;
  color: #fff;
  font-family: 'Gotham';
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 2px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .right {
  padding-left: 5px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .right > p {
  font-weight: 500;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .right .title {
  font-size: 12px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .right .subtitle {
  font-size: 10px;
  letter-spacing: -0.38px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .right .img_box {
  display: none ;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .btn_show_img {
  position: absolute;
  right: 14px;
  top: 16px;
  padding: 4px;
  background-color: #1f5153;
  cursor: pointer;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .btn_show_img span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.45px;
  color: #fff;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li.tooltip_ls .title {
  font-size: 13px;
  font-weight: bold;
  color: #1f5153;
  margin-bottom: 3px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li.tooltip_ls .title .subtitle {
  font-size: 11px;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  margin-left: 5px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li.tooltip_ls .desc {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -0.25px;
  line-height: 1.4;
  word-break: keep-all;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab4 .list14 li.last-child {
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_tit .btn_go_booking {
  margin: 18px 0 4px;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_cont .box01 .box_cont {
  border-top: 2px solid #333;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_cont .box01 .btn_area {
  margin-top: 24px;
  text-align: center;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_cont .box01 .btn_area .btn_download {
  margin-bottom: 12px;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_cont .box01 .btn_area .btn_download:last-child {
  margin-right: 0;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map {
  margin-bottom: 12px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .map_frame {
  width: 100%;
  padding-top: 50%;
  position: relative;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .map_frame iframe {
  position: absolute;
  left: 0;
  top: 0;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info {
  background-color: #fff;
  padding: 14px 0;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info li {
  margin-bottom: 10px;
  font-size: 14px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info li:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: -6px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info li.location::before {
  background-image: url(/asset/images/ic-place-green-24-dp.svg);
  background-size: 16px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info li.phone::before {
  background-image: url(/asset/images/ic-telephone-green-56-dp.svg);
  background-size: 18px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .tab_area {
  margin-bottom: 24px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .tab_area .tab01 li {
  width: 50%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .tab_area .tab01_cont {
  padding-top: 16px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .box01 {
  margin-bottom: 26px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .box01:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 thead tr th:nth-child(1) {
  width: 29%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 thead tr th:nth-child(2) {
  width: 23%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 thead tr th:nth-child(3) {
  width: 23%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 thead tr th:nth-child(4) {
  width: 21%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 tbody tr th:nth-child(1) {
  width: 10%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 tbody tr th:nth-child(2) {
  width: 19%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t2 thead tr th:nth-child(1) {
  width: 16%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t2 thead tr th:nth-child(2),
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t2 thead tr th:nth-child(3) {
  width: 42%;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .guide_box {
  margin-bottom: 32px;
  text-align: center;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .guide_box p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .img_section {
  margin-bottom: 26px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .img_section .fig_img_box02 {
  margin-bottom: 16px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .img_section .fig_img_box02:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li {
  margin-bottom: 20px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .left p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .right .block {
  margin-top: 8px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .right .block .tit {
  font-weight: 500;
  margin-bottom: 5px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .right p {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 8px;
  width: calc(100% - 20px);
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .right p:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.exhibition .sub_page .deco {
  width: 94%;
  background: url(/asset/images/exhibiton.svg) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.education .sub_page .deco {
  width: 102%;
  background: url(/asset/images/education.svg) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.news .sub_page .deco {
  width: 52%;
  background: url(/asset/images/news.svg) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.news.sub11 .sub_page .sub_cont {
  padding-bottom: 42px;
}
#contents_wrap.sub_wrap.news.sub11 .sub_page .sub_cont::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.news.sub11 .sub_page .sub_cont .sld_box01 {
  float: left;
  width: calc(50% - 8px);
  margin-bottom: 30px;
}
#contents_wrap.sub_wrap.news.sub11 .sub_page .sub_cont .sld_box01:nth-child(odd) {
  margin-right: 8px;
}
#contents_wrap.sub_wrap.news.sub11 .sub_page .sub_cont .sld_box01:nth-child(even) {
  margin-left: 8px;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 24px 0;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box dl {
  float: none;
  margin-bottom: 20px;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box dl:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box dl dt {
  font-size: 14px;
  font-weight: 500;
  color: #1f5153;
  margin-bottom: 5px;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box dl dd .list01 {
  margin-top: 10px;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box .btn_area {
  padding-top: 20px;
  text-align: center;
  font-size: 0;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box .btn_area .btn_submit {
  width: 163px;
}
#contents_wrap.sub_wrap.ggmuseum .sub_page .deco {
  width: 120%;
  background: url(/asset/images/img-typo-01.svg) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .img_box {
  margin-bottom: 10px;
  height: 172px;
  background: url(/asset/images/img-sub-13-01.jpg) no-repeat center / auto 150%;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li {
  margin-bottom: 26px;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right img {
  margin-bottom: 8px;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .title {
  font-size: 21px;
  line-height: 1.5;
  word-break: keep-all;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .title span {
  font-size: 21px;
  line-height: 1.5;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right p {
  line-height: 1.71;
  margin-bottom: 8px;
  font-size: 14px;
  word-break: keep-all;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right b {
  line-height: 1.71;
  font-size: 14px;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .logo_box {
  width: 100%;
  padding-top: 61%;
  position: relative;
  margin-bottom: 24px;
  background: url(/asset/images/m-grid.svg) repeat;
  border: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .logo_box .logo {
  width: 34%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .btn_area {
  text-align: center;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .btn_area .btn_download02 {
  margin: 0 auto 16px;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .btn_area .btn_download02:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .panel04 {
  margin-bottom: 34px;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .panel04:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area {
  width: 100%;
  padding-top: 61%;
  background: url(/asset/images/m-grid.svg) repeat;
  border: 1px solid #e0e0e0;
  position: relative;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area > .left,
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area > .right {
  width: 50%;
  position: absolute;
  top: 0;
  height: 100%;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area > .left .logo_box,
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area > .right .logo_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area > .left .logo_box .tit,
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area > .right .logo_box .tit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area > .left .logo_box .cont .img,
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area > .right .logo_box .cont .img {
  padding-top: 63%;
  background-repeat: no-repeat;
  background-position: center;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area .left {
  left: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area .left .logo_box .cont .img {
  background-image: url(/asset/images/logo-ggmp-01.svg);
  background-size: auto 100%;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area .right {
  right: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area .right .logo_box .cont .img {
  background-image: url(/asset/images/logo-ggmp-02.svg);
  background-size: 100% auto;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .btn_area {
  padding: 24px 0 0;
  text-align: center;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .btn_area .btn01 {
  margin: 0 auto;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .facility .panel_cont {
  border-top: 2px solid #333;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .plan .box01 {
  margin-bottom: 20px;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .plan .box01:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .plan .box01 .box_cont .list13 {
  margin-top: 10px;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .plan .box01 .box_cont .img_box img {
  display: block;
  width: 100%;
}
#contents_wrap.sub_wrap.ggmuseum.sub19 .sub_cont .panel03 {
  margin-bottom: 28px;
}
#contents_wrap.sub_wrap.ggmuseum.sub19 .sub_cont .panel03:last-of-type {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub19 .sub_cont .panel03 .list01 li {
  font-size: 12px;
}
#contents_wrap.sub_wrap.ggmuseum.sub19 .sub_cont .panel03 .list01 li:before {
  vertical-align: 3px;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .main_img_box {
  margin-bottom: 30px;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .main_img_box img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .guide_box {
  padding: 20px 26px;
  margin-bottom: 25px;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .panel02 {
  margin-bottom: 18px;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .panel02:last-of-type {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box {
  margin-bottom: 32px;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div {
  margin-bottom: 12px;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div:last-of-type {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div p {
  font-size: 14px;
  line-height: 1.71;
  word-break: keep-all;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div p .point02 {
  font-weight: 500;
  font-size: inherit;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div p > a {
  font-size: inherit;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div.btn_area {
  padding-top: 8px;
  text-align: center;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .list01 a,
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .list11 a,
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .list_box06 a,
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box a {
  color: #1E88E5;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .panel01 .panel_cont .list_box06 {
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .panel01 .panel_cont .list_box06:last-of-type {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.sub13 .sub_page .sub_cont .tab04 li {
  width: 50%;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .search_section {
  margin-bottom: 32px;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .tab_cont {
  padding-top: 32px;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .tab_cont .sld_box02 {
  padding: 0 8px;
  margin-bottom: 16px;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .tab_cont .sld_box02 .sld_tit {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .sld_box_area {
  opacity: 0;
  animation: sldBoxShowing 0.5s ease-in 0.2s forwards;
  -webkit-animation: sldBoxShowing 0.5s ease-in 0.2s forwards;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .paging_area {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .btn_area {
  text-align: center;
  padding-top: 16px;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .btn_area .btn_more {
  width: 98px;
  padding: 13px 0;
}
#contents_wrap.sub_wrap.sub15.reference .sub_page .deco {
  width: 52%;
  background: url(/asset/images/book.svg) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.sub15.relics .sub_page .sub_tit {
  padding: 57px 0 18px;
}
#contents_wrap.sub_wrap.sub15.relics .sub_page .sub_cont .tab_cont {
  padding-top: 24px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .inner {
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .inner::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left {
  position: relative;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left .row {
  margin-bottom: 12px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left .row select {
  width: 100%;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left .row.col2::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left .row.col2 select {
  float: left;
  width: calc(50% - 8px);
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left .row.col2 select:nth-child(odd) {
  margin-right: 8px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left .row.col2 select:nth-child(even) {
  margin-left: 8px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left .btn_refresh {
  position: absolute;
  right: 0;
  top: -38px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .box02 .list_box04 {
  padding-bottom: 16px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .box02 .paging_area {
  padding-top: 16px;
  text-align: center;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .box02 .paging_area .pagination {
  vertical-align: top;
}
#contents_wrap.sub_wrap.relicsView {
  padding-top: 0;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top {
  position: relative;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section::before {
  content: '';
  display: block;
  width: 100%;
  height: 56px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 2%, #000000);
  opacity: 0.24;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section::after {
  content: '';
  display: block;
  width: 100%;
  height: 320px;
  opacity: 0.32;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .blurred_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(6px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  transform: scale(1.03);
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .blurred_bg .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: background-image 0.4s ease;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .blurred_bg .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  left: 0;
  top: 0;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .blurred_bg img {
  display: block;
  width: 100%;
  height: 100%;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .swiper-container .swiper-wrapper .swiper-slide {
  background-color: transparent;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .relic_img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .relic_img img {
  display: block;
  width: auto;
  width: 100%;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc {
  position: absolute;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left {
  width: 100%;
  left: 0;
  bottom: 50px;
  padding: 0 16px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left .relic_name {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl {
  float: none;
  margin-bottom: 5px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl:last-child {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl dt,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl dd {
  float: left;
  color: #fff;
  font-size: 12px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl dt {
  width: 65px;
  font-weight: bold;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl dd {
  width: calc(100% - 65px);
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .scroll_pointer {
  display: none ;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_zoom {
  position: absolute;
  right: 56px;
  top: 20px;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-expansion-white-32-dp.svg) no-repeat center / 20px;
  z-index: 10;
  cursor: pointer;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section {
  padding: 34px 0;
  position: relative;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section p {
  font-size: 14px;
  line-height: 1.71;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area .btn_list_prev,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area .btn_list_next {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: bottom;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area .btn_list_prev:active,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area .btn_list_next:active,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area .btn_list_prev:focus,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area .btn_list_next:focus {
  outline: none;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area .btn_list_prev {
  background: rgba(0, 0, 0, 0.32) url(/asset/images/ic-angle-left-white-24-dp.svg) no-repeat center / 6px;
  margin-right: 1px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .desc_section .btn_list_area .btn_list_next {
  background: rgba(0, 0, 0, 0.32) url(/asset/images/ic-angle-right-white-24-dp.svg) no-repeat center / 6px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot {
  padding: 34px 0 106px;
  background-color: #f5f5f5;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 {
  padding: 0;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 .tit_box {
  padding: 0 16px 20px 16px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 .tit_box h3 {
  font-size: 21px;
  font-weight: bold;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 .cont_box {
  position: relative;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 .cont_box .sld_pagination {
  display: none ;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 .cont_box .swiper-container .swiper-wrapper .swiper-slide {
  width: 50%;
}
#contents_wrap.sub_wrap.relics .sub_page .deco {
  width: 112%;
  background: url(/asset/images/collection.svg) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.relics.sub13 .list07 li dl dd:first-of-type {
  font-weight: 500;
}
@-webkit-keyframes visualExtensioning {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes visualExtensioning {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes titleShowing {
  0% {
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes titleShowing {
  0% {
    transform: translateY(40px);
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes decoShowing {
  0% {
    left: 100%;
  }
  100% {
    left: calc(50% - 50px);
  }
}
@keyframes decoShowing {
  0% {
    left: 100%;
  }
  100% {
    left: calc(50% + 50px);
  }
}
@-webkit-keyframes sldBoxShowing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sldBoxShowing {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heartAni {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  65% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.eb_contact_box {
  padding-top: 24px;
}
.eb_contact_box p {
  font-size: 18px;
  font-weight: bold;
  word-break: keep-all;
}
.eb_list li {
  width: 50%;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-bottom: 1px solid #e0e0e0;
}
.eb_list li:nth-child(odd) {
  border-right: 1px solid #e0e0e0;
}
.eb_list li .title {
  text-align: center;
  padding-bottom: 10px;
  font-size: 12px;
  white-space: nowrap;
}
.eb_list li .img_box {
  width: 100%;
  padding-top: 150%;
  position: relative;
}
.eb_list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
