@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;
  }
}
.d_only {
  display: block !important;
}
.d_only_t {
  display: table;
}
.m_only,
.m_only_t {
  display: none !important;
}
.strong {
  color: #333;
}
.section {
  max-width: 2200px;
  min-width: 1383px;
  margin: 0 auto;
}
.wrap01 {
  width: 100%;
  height: 100%;
  padding: 0 5.2%;
}
.wrap02 {
  width: 100%;
  height: 100%;
  padding: 0 5.2%;
  padding: 0 calc(5.2% * 2);
}
.wrap03 {
  width: 1280px;
  margin: 0 auto;
}
.wrap04 {
  width: 100%;
  height: 100%;
  padding: 0 5.2%;
  padding: 0 calc((5.2% * 2) - 20px);
}
.wrap05 {
  width: 1280px;
  margin: 0 auto;
  width: 1320px;
}
.wrap06 {
  max-width: 1060px;
  margin: 0 auto;
}
header {
  position: relative;
  z-index: 10;
  background: #fff;
}
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: 55px;
  margin: 23px 0 22px;
}
header .wrap01 .logo a {
  display: block;
}
header .wrap01 .logo a img {
  display: block;
  height: 100%;
}
header .wrap01 .gnb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}
header .wrap01 .gnb li {
  position: relative;
}
header .wrap01 .gnb li:nth-child(1) {
  width: 19%;
}
header .wrap01 .gnb li:nth-child(2) {
  width: 14%;
}
header .wrap01 .gnb li:nth-child(3) {
  width: 14%;
}
header .wrap01 .gnb li:nth-child(4) {
  width: 14%;
}
header .wrap01 .gnb li:nth-child(5) {
  width: 14%;
}
header .wrap01 .gnb li:nth-child(6) {
  width: 17%;
}
header .wrap01 .gnb li .gnb_tit {
  padding: 36px 0 37px;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: all 0.2s ease-in;
}
header .wrap01 .gnb li .gnb_tit.to_link {
  position: relative;
}
header .wrap01 .gnb li .gnb_tit.to_link::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -5px;
  background: url(/asset/images/icon-link-black-24-dp.svg) no-repeat center / 16px;
  transition: all 0.2s ease-in;
}
header .wrap01 .gnb li .gnb_tit.on {
  color: #266466;
}
header .wrap01 .gnb li .gnb_tit.on.to_link::after {
  background: url(/asset/images/icon-link-green-24-dp.svg) no-repeat center / 16px;
}
header .wrap01 .gnb li .gnb_subtits {
  display: none ;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: 180px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
header .wrap01 .gnb li .gnb_subtits li {
  width: 100%;
  border-top: 1px solid #f0f0f0;
}
header .wrap01 .gnb li .gnb_subtits li a {
  display: block;
  padding: 20px  24px;
  letter-spacing: -0.5px;
  transition: all 0.3s ease;
}
header .wrap01 .gnb li .gnb_subtits li.on a {
  background-color: #1f5153;
  color: #fff;
}
header .wrap01 .gnb li .gnb_subtits li:hover a {
  background-color: #1f5153;
  color: #fff;
}
header .wrap01 .gnb li:hover .gnb_tit {
  color: #1f5153;
}
header .wrap01 .gnb li:hover .gnb_tit.to_link::after {
  background: url(/asset/images/icon-link-green-24-dp.svg) no-repeat center / 16px;
}
header .wrap01 .submenu {
  float: right;
  position: relative;
}
header .wrap01 .submenu .submenu_list {
  margin-top: 40px;
}
header .wrap01 .submenu .submenu_list ul {
  display: block;
  margin-right: 72px;
}
header .wrap01 .submenu .submenu_list ul li {
  margin-right: 19px;
  position: relative;
}
header .wrap01 .submenu .submenu_list ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 4px;
  width: 1px ;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.12);
}
header .wrap01 .submenu .submenu_list ul li:last-child {
  margin-right: 0;
}
header .wrap01 .submenu .submenu_list ul li:last-child::after {
  display: none ;
}
header .wrap01 .submenu .submenu_list ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in;
}
header .wrap01 .submenu .submenu_list ul li a.to_link {
  position: relative;
  padding-right: 18px;
}
header .wrap01 .submenu .submenu_list ul li a.to_link:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(/asset/images/icon-link-black-24-dp.svg) no-repeat center / 12px;
  position: absolute;
  right: 0;
  top: 2px;
  transition: all 0.2s ease-in;
}
header .wrap01 .submenu .submenu_list ul li a.on {
  color: #1f5153;
}
header .wrap01 .submenu .submenu_list ul li a.on.to_link::after {
  background: url(/asset/images/icon-link-green-24-dp.svg) no-repeat center / 12px;
}
header .wrap01 .submenu .submenu_list ul li a:hover {
  color: #1f5153;
}
header .wrap01 .submenu .submenu_list ul li a:hover.to_link::after {
  background: url(/asset/images/icon-link-green-24-dp.svg) no-repeat center / 12px;
}
header .wrap01 .submenu .ham {
  position: absolute;
  right: 0;
  top: 30px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #1f5153;
  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: #fff;
  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: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
header .sitemap .sitemap_header {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
header .sitemap .sitemap_header .logo {
  display: inline-block;
  height: 55px;
}
header .sitemap .sitemap_header .logo img {
  display: block;
  height: 100%;
}
header .sitemap .sitemap_body {
  background-color: #1f5153;
  padding: 32px 0 40px;
}
header .sitemap .sitemap_body .sitemap_gnb {
  margin: 0 auto;
  width: 1045px;
}
header .sitemap .sitemap_body .sitemap_gnb li {
  width: 14.2%;
  text-align: center;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_tit {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 28px;
  cursor: default;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_tit.to_link::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/icon-link-white-24-dp.svg) no-repeat center / 16px;
  vertical-align: -5px;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_subtits li {
  width: 100%;
  margin-bottom: 28px;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_subtits li:last-child {
  margin-bottom: 0;
}
header .sitemap .sitemap_body .sitemap_gnb li .gnb_subtits li a {
  display: block;
  color: #fff;
}
.notice_banner {
  padding: 58px 64px;
  background-color: #1f5153;
  position: relative;
  text-align: center;
}
.notice_banner .btn_close {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 16px;
  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: 28px;
  margin-bottom: 16px;
  font-weight: bold;
}
.notice_banner p.subtitle {
  font-size: 16px;
  font-weight: 500;
}
.notice_banner .btn_go_link {
  display: inline-block;
  margin-top: 16px;
  color: white;
  text-decoration: underline;
}
.news_letter {
  background-color: #fff;
}
.news_letter .inner {
  padding: 48px 0 60px;
  text-align: center;
  border-top: 1px solid #f0f0f0;
  background: #fff url(/asset/images/nsl_logo.svg) no-repeat right 79px bottom -48px;
  background-size: 414px auto;
}
.news_letter h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 6px;
}
.news_letter p {
  font-size: 16px;
}
.news_letter .email_input_box {
  margin-top: 22px;
}
.news_letter .email_input_box input[type='email'] {
  width: 320px;
  height: 44px;
  padding: 0 24px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  font-size: 16px;
}
.news_letter .email_input_box input[type='email']::placeholder {
  font-size: inherit;
  color: #999;
}
.news_letter .email_input_box button[type="submit"] {
  width: 108px;
  text-align: center;
  padding: 13px 0;
  background-color: #1f5153;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  cursor: pointer;
}
footer {
  background-color: #303233;
}
footer .inner {
  padding: 67px 0 64px;
}
footer .box_top {
  margin-bottom: 20px;
}
footer .box_top::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
footer .box_top .logo_box {
  float: left;
  height: 54px;
  font-size: 0;
}
footer .box_top .logo_box .logo {
  display: inline-block;
  height: 100%;
  margin-right: 38px;
}
footer .box_top .logo_box .logo:last-child {
  margin-right: 0;
}
footer .box_top .logo_box .logo img {
  display: block;
  height: 100%;
}
footer .box_top > .right {
  float: right;
  height: 54px;
  display: flex;
  align-items: flex-end;
}
footer .box_top > .right .footer_menu {
  height: 24px;
}
footer .box_top > .right .footer_menu > li {
  margin-right: 20px;
}
footer .box_top > .right .footer_menu > li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  opacity: 0.2;
  margin-left: 20px;
}
footer .box_top > .right .footer_menu > li:last-child {
  margin-right: 10px;
}
footer .box_top > .right .footer_menu > li > a {
  font-weight: 500;
  color: #fff;
}
footer .box_top > .right .family_site {
  position: relative;
  top: 4px;
}
footer .box_mid {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
footer .box_mid::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
footer .box_mid address,
footer .box_mid a {
  font-size: 14px;
  line-height: 2;
  color: #999;
  font-style: normal;
}
footer .box_mid address {
  float: left;
}
footer .box_mid .sns {
  float: right;
  position: relative;
  top: 48px;
}
footer .box_mid .sns li {
  margin-right: 12px;
}
footer .box_mid .sns li:last-child {
  margin-right: 0;
}
footer .box_mid .sns li a {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
}
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: 24px;
}
footer .box_bot p {
  font-size: 14px;
  color: #999;
  font-weight: bold;
}
.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: 0;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.7) url(/asset/images/ic-close-white-36-dp.svg) no-repeat center / 24px;
  z-index: 1;
  border: none;
  cursor: pointer;
}
.pop_up_section .sld_pagination {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop_up_section .sld_pagination .btn_navigator {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  position: absolute;
  cursor: pointer;
}
.pop_up_section .sld_pagination .btn_navigator.btn_sld_prev {
  background-image: url(/asset/images/ic-angle-left-white-24-dp.svg);
  left: 10%;
}
.pop_up_section .sld_pagination .btn_navigator.btn_sld_next {
  background-image: url(/asset/images/ic-angle-right-white-24-dp.svg);
  right: 10%;
}
.pop_up_section.ggm_pop .pop_up {
  max-width: 1280px;
  width: 80%;
}
.pop_up_section.ggm_pop .pop_up .img_sld {
  width: 100%;
  position: relative;
  padding-top: 66.4%;
  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: 286px;
  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: 20px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 32px;
  bottom: 30px;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  .pop_up_section.ggm_pop .sld_pagination {
    width: 1280px;
  }
  .pop_up_section.ggm_pop .sld_pagination .btn_sld_prev {
    left: 0;
  }
  .pop_up_section.ggm_pop .sld_pagination .btn_sld_next {
    right: 0;
  }
}
.layer_popup {
  display: none ;
}
.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: transparent;
  /* 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: 200px;
  height: 200px;
  right: -100px;
  top: -100px;
}
.viewer-button.viewer-close::before {
  width: 36px;
  height: 36px;
  background: url(/asset/images/ic-close-white-36-dp.svg) no-repeat center / 100%;
  bottom: 40px;
  left: 40px;
}
.viewer-title {
  display: none;
}
.input_box01 {
  border: 1px solid #bdbdbd;
}
.input_box01 input,
.input_box01 textarea {
  width: 100%;
}
.input_box01 input {
  height: 48px;
  padding: 0 24px;
}
.input_box01 textarea {
  padding: 10px 24px;
  resize: none;
  border: none;
  height: 290px;
}
.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%;
}
.panel01 > .panel_header {
  padding-bottom: 36px;
}
.panel01 > .panel_header h3 {
  font-size: 24px;
  font-weight: bold;
}
.panel02 > .panel_header {
  padding-bottom: 16px;
}
.panel02 > .panel_header h4 {
  font-size: 18px;
  font-weight: bold;
  color: #1f5153;
}
.panel03 > .panel_header {
  padding-bottom: 24px;
}
.panel03 > .panel_header h3 {
  font-size: 32px;
  font-weight: bold;
  color: #1f5153;
}
.panel03 > .panel_cont {
  border-top: 1px solid #bdbdbd;
}
.panel04 .panel_tit {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}
.panel04 .panel_tit > span {
  font-size: 14px;
  line-height: 2;
}
.sld_box01 {
  display: block;
  width: 100%;
  position: relative;
}
.sld_box01 figure .simg_box {
  position: relative;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
}
.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;
  transition: all 0.8s ease;
}
.sld_box01 figure .simg_box .badge {
  display: block;
  width: 78px;
  padding: 3px 0 2px;
  border: 2px solid #1f5153;
  font-size: 13px;
  font-weight: bold;
  color: #1f5153;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.sld_box01 figure .simg_box .screen {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.sld_box01 figure .simg_box .screen span {
  display: block;
  padding: 14px 33px;
  background-color: #1f5153;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sld_box01 figure figcaption {
  padding-top: 30px;
  text-align: left;
}
.sld_box01 figure figcaption .slide_date {
  font-weight: 500;
  margin-bottom: 10px;
  font-family: 'Gotham', sans-serif;
  font-size: 14px;
  color: #666;
}
.sld_box01 figure figcaption .slide_tit {
  font-size: 21px;
  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: 174px;
  background-image: url(/asset/images/img-noimage.svg);
  background-color: #fff;
}
.sld_box01:hover figure .simg_box .img {
  transform: scale(1.1);
}
.sld_box01:hover figure .simg_box .screen {
  opacity: 1;
}
.sld_pagination {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
}
.sld_pagination > div {
  float: left;
  width: 56px;
  height: 56px;
  border: 1px solid #1f5153;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.sld_pagination > div:first-child {
  margin-right: 8px;
}
.sld_pagination > div:focus {
  outline: none;
}
.sld_pagination > div.btn_sld_prev {
  background: url(/asset/images/ic-angle-legt-black-24-dp.svg) no-repeat center / 7px;
}
.sld_pagination > div.btn_sld_prev:hover {
  background: #1f5153 url(/asset/images/ic-angle-left-white-24-dp.svg) no-repeat center / 7px;
}
.sld_pagination > div.btn_sld_next {
  background: url(/asset/images/ic-angle-right-black-24-dp.svg) no-repeat center / 7px;
}
.sld_pagination > div.btn_sld_next:hover {
  background: #1f5153 url(/asset/images/ic-angle-right-white-24-dp.svg) no-repeat center / 7px;
}
.sld_box02 {
  display: block;
  width: 100%;
}
.sld_box02 figure .simg_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sld_box02 figure .simg_box img {
  display: block;
  width: 100%;
  transition: all 0.8s ease;
}
.sld_box02 figure .simg_box .screen {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.sld_box02 figure .simg_box .screen span {
  display: block;
  padding: 14px 33px;
  background-color: #1f5153;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sld_box02 figure figcaption {
  padding: 20px 28px;
  background-color: #f8f9fa;
}
.sld_box02 figure figcaption .sld_category {
  font-size: 14px;
  color: #1f5153;
  margin-bottom: 5px;
}
.sld_box02 figure figcaption .sld_tit {
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.63;
  max-height: 3.26em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sld_box02 figure figcaption .sld_era {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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 / 82px;
}
.sld_box02:hover figure .simg_box img {
  transform: scale(1.1);
}
.sld_box02:hover figure .simg_box .screen {
  opacity: 1;
}
.sld_box03 {
  display: block;
  width: 100%;
}
.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;
  transition: all 0.8s ease;
}
.sld_box03 figure figcaption {
  padding: 30px 0;
  text-align: left;
}
.sld_box03 figure figcaption .badge {
  margin-bottom: 14px;
  padding: 1px;
  background-color: #fff;
}
.sld_box03 figure figcaption .sld_title {
  font-size: 24px;
  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: 10px;
}
.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: 14px;
}
.sld_box03 figure figcaption .sld_info dl dt {
  width: 42px;
  font-weight: bold;
}
.sld_box03 figure figcaption .sld_info dl dd {
  width: calc(100% - 42px);
}
.sld_box03:hover figure .simg_box .img {
  transform: scale(1.1);
}
.sld_box04 {
  display: block;
  width: 100%;
}
.sld_box04 figure .simg_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sld_box04 figure .simg_box img {
  display: block;
  width: 100%;
  transition: all 0.8s ease;
}
.sld_box04 figure .simg_box .screen {
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.sld_box04 figure .simg_box .screen span {
  display: block;
  padding: 14px 33px;
  background-color: #1f5153;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.sld_box04 figure figcaption {
  padding: 20px 28px;
  background-color: #f8f9fa;
}
.sld_box04 figure figcaption .sld_category {
  font-size: 14px;
  color: #1f5153;
  margin-bottom: 5px;
}
.sld_box04 figure figcaption .sld_tit {
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.63;
  max-height: 3.26em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sld_box04 figure figcaption .sld_era {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.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 / 82px;
}
.sld_box04:hover figure .simg_box img {
  transform: scale(1.1);
}
.sld_box04:hover figure .simg_box .screen {
  opacity: 1;
}
.sld_box04 figure .simg_box {
  max-height: 370px;
}
.sld_box04 figure figcaption {
  padding: 20px 24px;
  background-color: #fff;
  text-align: left;
}
.sld_box04 figure figcaption .sld_tit {
  margin-bottom: 0;
}
.card_box01 {
  position: relative;
  display: block;
  overflow: hidden;
}
.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:hover img {
  transform: scale(1.1);
}
.card_box01 img {
  display: block;
  width: 100%;
  transition: all 0.8s ease;
}
.card_box01 .card_contents {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 270px;
  text-align: center;
}
.card_box01 .card_contents p {
  color: #fff;
}
.card_box01 .card_contents p.title {
  font-size: 32px;
  margin-bottom: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.card_box01 .card_contents p.subtitle {
  margin-bottom: 16px;
}
.card_box01 .card_contents .btn_go {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-arrow-right-white-24-dp.svg) no-repeat center / 20px;
  margin: 0 auto;
}
.table01 {
  width: 100%;
  border-top: 2px solid #333;
}
.table01 thead th {
  background-color: #f8f9fa;
  padding: 20px 0;
  border: 1px solid #e0e0e0;
}
.table01 thead th:first-child {
  border-left: none;
}
.table01 thead th:last-child {
  border-right: none;
}
.table01 tbody th,
.table01 tbody td {
  padding: 20px 0;
  text-align: center;
  border: 1px solid #e0e0e0;
}
.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 td {
  color: #666;
}
.table01 tbody td.strong {
  font-weight: bold;
  font-size: 18px;
}
.table01 tbody td .strong {
  font-weight: bold;
  font-size: 18px;
}
.table02 {
  border-top: 2px solid #333;
}
.table02 .thead {
  border-bottom: 1px solid #e0e0e0;
}
.table02 .thead::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.table02 .thead .th {
  float: left;
  text-align: center;
  padding: 22px 0;
  font-size: 14px;
  font-weight: 500;
}
.table02 .tbody .tr {
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}
.table02 .tbody .tr > a {
  display: block;
}
.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 .td {
  float: left;
  padding: 22px 0;
  text-align: center;
}
.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:nth-child(2) {
  text-align: left;
}
.table02 .tbody .tr .td .badge {
  min-width: 50px;
  font-size: 12px;
  margin-right: 8px;
  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: 20px;
}
.table03 thead tr th {
  background-color: #f8f9fa;
  width: 140px;
}
.table03 tbody tr td {
  padding: 30px;
}
.list01 > li {
  line-height: 1.5;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 17px;
  text-indent: -15px;
}
.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: 10px;
}
.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 > li > a:hover {
  text-decoration: underline;
}
.list01.ver2 > li {
  color: #666;
}
.list01.ver2 > li::before {
  background-color: #666;
}
.list02 li {
  float: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 0;
}
.list02 li::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list02 li .left {
  float: left;
  width: 620px;
}
.list02 li .left img {
  display: block;
  width: 100%;
}
.list02 li .right {
  float: right;
  width: calc(100% - 620px);
  height: 348px;
  position: relative;
}
.list02 li .right .inner {
  position: absolute;
  left: 72px;
  top: 50%;
  transform: translateY(-50%);
}
.list02 li .right .inner p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.list02 li .right .inner dl {
  float: none;
  margin-bottom: 10px;
}
.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;
}
.list02 li .right .inner dl dt {
  width: 50px;
  font-weight: 500;
}
.list02 li .right .inner dl dd {
  width: calc(100% - 50px);
}
.list03 {
  border-top: 2px solid #333;
  border-bottom: 1px solid #e0e0e0;
}
.list03 > li {
  width: 100%;
}
.list03 > li::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list03 > li:last-child .right {
  border-bottom: none;
}
.list03 > li .left {
  float: left;
  padding: 32px;
  width: 440px;
}
.list03 > li .left p {
  font-size: 24px;
  font-weight: 500;
}
.list03 > li .right {
  float: left;
  padding: 32px 0;
  width: calc(100% - 440px);
  min-height: 135px;
  border-bottom: 1px solid #e0e0e0;
}
.list03 > li .right .block {
  margin-bottom: 18px;
}
.list03 > li .right .block:last-child {
  margin-bottom: 0;
}
.list03 > li .right .block .tit {
  font-weight: 500;
  margin-bottom: 10px;
}
.list03 > li .right .block .tit .ps {
  color: #666660;
}
.list03 > li .right .block .list01 li {
  color: #666;
}
.list04 li {
  float: none;
  margin-bottom: 10px;
}
.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;
}
.list04 li dl dt {
  width: 94px;
  font-weight: 500;
}
.list04 li dl dd {
  width: calc(100% - 94px);
  color: #666;
}
.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 {
  float: left;
}
.list05 dl dt {
  width: 120px;
  font-weight: 500;
}
.list05 dl dt::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #1f5153;
  vertical-align: 4px;
  margin-right: 8px;
}
.list05 dl dd {
  width: calc(100% - 120px);
  color: #666;
}
.list06 li {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.list06 li:last-child {
  margin-bottom: 0;
}
.list06 li .num {
  display: block;
  float: left;
  padding: 3px 9px;
  background-color: #1f5153;
  color: #fff;
  font-size: 12px;
}
.list06 li p {
  float: left;
  padding-left: 14px;
}
.list07 > li {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 27px 0;
}
.list07 > li:last-child {
  border-bottom: none;
}
.list07 > li dl {
  float: none;
  overflow: hidden;
}
.list07 > li dl dt,
.list07 > li dl dd {
  float: left;
}
.list07 > li dl dt {
  width: 258px;
  font-family: "Gotham", sans-serif;
  font-size: 17px;
  font-weight: bold;
}
.list07 > li dl dd {
  width: calc(100% - 258px);
}
.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: 16px;
  margin-bottom: 5px;
}
.list08 > li > dl > dd {
  padding-left: 20px;
}
.list09 > li {
  float: none;
  color: #666;
  font-size: 16px;
  text-indent: -9px;
  padding-left: 7px;
}
.list09 > li::before {
  content: '-';
  color: #666;
  margin-right: 4px;
}
.list10 > li {
  margin-bottom: 16px;
}
.list10 > li:last-child {
  margin-bottom: 0;
}
.list10 > li > dl {
  float: none;
}
.list10 > li > dl > dt,
.list10 > li > dl > dd {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.2px;
}
.list10 > li > dl > dt {
  font-weight: 500;
}
.list11 > li {
  font-size: 14px;
  color: #ef5350 !important;
  line-height: 1.86;
  padding-left: 11px;
  text-indent: -12px;
}
.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: 28px 0;
  display: table;
}
.list12 li::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list12 li > div {
  display: table-cell;
  vertical-align: middle;
}
.list12 li > div.left {
  width: 400px;
}
.list12 li > div.left img {
  display: block;
  width: 100%;
}
.list12 li > div.mid {
  width: calc(100% - 400px - 174px);
  padding-left: 72px;
}
.list12 li > div.mid .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.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: 16px;
}
.list12 li > div.mid .info_box dl dt {
  width: 75px;
  font-weight: 500;
}
.list12 li > div.mid .info_box dl dd {
  width: calc(100% - 75px);
  color: #666;
}
.list12 li > div.right {
  width: 174px;
}
.list13 li {
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding-left: 14px;
  text-indent: -13px;
  margin-bottom: 10px;
}
.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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
  color: #1f5153;
}
.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: 128px;
}
.list14 li .icon_box .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.list14 li .right {
  padding-left: 20px;
  text-align: left;
}
.list14 li .right .title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.41px;
  color: #1f5153;
}
.list14 li .right .subtitle {
  font-weight: 500;
  letter-spacing: -0.62px;
}
.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: 56px;
  height: 56px;
  margin: 0 auto 14px;
  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: 44px;
}
.step_box .contents .icon.step02 {
  background-image: url(/asset/images/ic-telephone-green-56-dp.svg);
  background-size: 40px;
}
.step_box .contents .icon.step03 {
  background-image: url(/asset/images/ic-museum-green-56-dp.svg);
  background-size: 44px;
}
.step_box .contents .icon.step04 {
  background-image: url(/asset/images/ic-people-green-56-dp.svg);
  background-size: 40px 42px;
}
.step_box .contents .icon.step05 {
  background-image: url(/asset/images/ic-docent-green-56-dp.svg);
  background-size: 52px;
}
.step_box .contents .step_num {
  font-weight: bold;
  font-family: 'Gotham', sans-serif;
}
.step_box .contents .step_tit {
  font-weight: 500;
}
.fig_img_box {
  overflow: hidden;
}
.fig_img_box:hover a::after {
  opacity: 1;
}
.fig_img_box:hover a .img {
  transform: scale(1.1);
}
.fig_img_box:hover a figcaption {
  opacity: 1;
  visibility: visible;
}
.fig_img_box a {
  display: block;
  height: 100%;
  position: relative;
}
.fig_img_box a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  opacity: 0;
  transition: all 0.3s ease-in;
  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;
  transition: all 0.8s ease-in;
}
.fig_img_box a figcaption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fig_img_box a figcaption span {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
.fig_img_box02 {
  position: relative;
}
.fig_img_box02 img {
  display: block;
  width: 100%;
}
.fig_img_box02::after {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  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: 20px;
  bottom: 12px;
  color: #fff;
  z-index: 1;
}
.list_box01 {
  height: 278px;
  position: relative;
}
.list_box01 .inner {
  position: absolute;
  left: 0;
  top: 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:first-child .right {
  border-top: 1px solid #e0e0e0;
}
.list_box01 .left,
.list_box01 .right {
  float: left;
  height: 100%;
}
.list_box01 .left {
  width: 232px;
}
.list_box01 .left .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.list_box01 .right {
  width: calc(100% - 232px);
  padding: 26px 40px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.list_box01 .right .online {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.list_box01 .right .badge_area {
  margin-bottom: 14px;
}
.list_box01 .right .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_box01 .right .txt {
  font-size: 16px;
  line-height: 1.75;
  height: 5.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.list_box01 .right .info_list li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.list_box01 .right .info_list li::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  right: 0;
  top: 6px;
}
.list_box01 .right .info_list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.list_box01 .right .info_list li:last-child::after {
  display: none ;
}
.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: 14px;
}
.list_box01 .right .info_list li dl dt {
  font-weight: 500;
  padding-right: 5px;
}
.list_box02 li {
  float: none;
  overflow: hidden;
}
.list_box02 li .left {
  float: left;
  width: 34.4%;
}
.list_box02 li .left p {
  font-size: 32px;
  font-weight: bold;
}
.list_box02 li .right {
  float: right;
  width: 65.6%;
}
.list_box02 li .right img {
  display: block;
  width: 100%;
}
.list_box03 > li {
  width: 100%;
  margin-bottom: 52px;
}
.list_box03 > li::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_box03 > li:last-child {
  margin-bottom: 0;
}
.list_box03 > li > div {
  float: left;
}
.list_box03 > li:nth-child(odd) > div:first-child {
  float: left;
}
.list_box03 > li:nth-child(odd) > div:last-child {
  float: right;
}
.list_box03 > li:nth-child(odd) > div:last-child.his_title p {
  text-align: right;
}
.list_box03 > li:nth-child(even) > div:first-child {
  float: right;
}
.list_box03 > li:nth-child(even) > div:first-child.his_title p {
  text-align: right;
}
.list_box03 > li:nth-child(even) > div:last-child {
  float: left;
}
.list_box03 > li .his_title {
  width: 512px;
}
.list_box03 > li .his_title p {
  font-size: 108px;
  font-weight: bold;
  color: #1f5153;
  font-family: 'Gotham', sans-serif;
  transition: all 0.5s ease-in;
  opacity: 0;
}
.list_box03 > li .his_title p.on {
  position: fixed;
  top: 218px;
  width: 512px;
  animation: titleShowing 1s ease-in-out forwards;
}
.list_box03 > li .his_title .empty {
  width: 100%;
  height: 1px;
}
.list_box03 > li .his_contents {
  width: calc(100% - 512px);
}
.list_box03 > li:first-child .his_title p {
  opacity: 1;
}
.list_box04 {
  height: 278px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}
.list_box04 .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.list_box04 .inner::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_box04:first-child .right {
  border-top: 1px solid #e0e0e0;
}
.list_box04 .left,
.list_box04 .right {
  float: left;
  height: 100%;
}
.list_box04 .left {
  width: 232px;
}
.list_box04 .left .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.list_box04 .right {
  width: calc(100% - 232px);
  padding: 26px 40px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
.list_box04 .right .online {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.list_box04 .right .badge_area {
  margin-bottom: 14px;
}
.list_box04 .right .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_box04 .right .txt {
  font-size: 16px;
  line-height: 1.75;
  height: 5.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.list_box04 .right .info_list li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.list_box04 .right .info_list li::after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  right: 0;
  top: 6px;
}
.list_box04 .right .info_list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.list_box04 .right .info_list li:last-child::after {
  display: none ;
}
.list_box04 .right .info_list li dl {
  float: none;
}
.list_box04 .right .info_list li dl::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_box04 .right .info_list li dl dt,
.list_box04 .right .info_list li dl dd {
  float: left;
  font-size: 14px;
}
.list_box04 .right .info_list li dl dt {
  font-weight: 500;
  padding-right: 5px;
}
.list_box04 .left,
.list_box04 .right {
  padding: 28px 0;
}
.list_box04 .left {
  width: 24.5%;
}
.list_box04 .right {
  width: 75.5%;
  border: none;
  padding-left: 40px;
}
.list_box04:first-child .right {
  border: none;
}
.list_box05 {
  display: table;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.list_box05::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.list_box05 > div {
  display: table-cell;
  vertical-align: middle;
  padding: 24px 0;
}
.list_box05 .left {
  width: 48%;
}
.list_box05 .left .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.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: 14px;
}
.list_box05 .left > ul > li dl dt {
  font-weight: 500;
  margin-right: 8px;
}
.list_box05 .right {
  width: 52%;
}
.list_box06 .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.list_box06 .cont > p {
  font-size: 16px;
  line-height: 1.75;
}
.list_box06 .cont > p > a {
  font-size: inherit;
}
.list_box06 .cont > p > a:hover {
  text-decoration: underline;
}
.list_box06 .cont .img_box {
  margin-top: 24px;
}
.list_box06 .cont .img_box img {
  display: block;
  width: 100%;
  margin-bottom: 32px;
}
.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: 24px;
  background-color: #e0e0e0;
  position: absolute;
  right: 0;
  top: 20px;
}
.tab01 li:last-child::after {
  display: none ;
}
.tab01 li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  color: #999;
}
.tab01 li.on::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f5153;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.tab01 li.on a {
  color: #1f5153;
}
.tab02 {
  border: 1px solid #e0e0e0;
}
.tab02 li {
  position: relative;
}
.tab02 li::after {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  background-color: #e0e0e0;
  position: absolute;
  right: 0;
  top: 20px;
}
.tab02 li:last-child::after {
  display: none ;
}
.tab02 li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  font-weight: 500;
  color: #999;
}
.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 {
  display: inline-block;
}
.tab03 ul li {
  margin-right: 24px;
}
.tab03 ul li:last-child {
  margin-right: 0;
}
.tab03 ul li a {
  display: block;
  padding: 11px 23px;
  border: 1px solid #e0e0e0;
}
.tab03 ul li.on a {
  background-color: #333;
  color: #fff;
}
.tab04 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
}
.tab04 ul {
  display: inline-block;
}
.tab04 ul li {
  position: relative;
}
.tab04 ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  top: 26px;
}
.tab04 ul li:last-child::after {
  display: none ;
}
.tab04 ul li.on a {
  color: #1f5153;
  position: relative;
}
.tab04 ul li.on a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f5153;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.tab04 ul li:hover a {
  color: #1f5153;
  position: relative;
}
.tab04 ul li:hover a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1f5153;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.tab04 ul li a {
  display: block;
  padding: 22px 30px;
  font-weight: bold;
  font-family: 'Gotham', sans-serif;
}
.tab04.on {
  position: fixed;
  width: 100%;
  left: 0;
  top: 50px;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  z-index: 1;
}
.tab05 {
  white-space: nowrap;
}
.tab05::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.tab05 .category_box {
  width: calc(100% - 98px);
  float: left;
  text-align: center;
  font-size: 0;
}
.tab05 .category_box > ul {
  display: inline-block;
}
.tab05 .category_box > ul li {
  margin-right: 16px;
}
.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;
  transition: border 0.3s ease-in;
}
.tab05 .category_box > ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.tab05 .category_box > ul li a span.icon {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tab05 .category_box > ul li a span.text {
  padding: 11px 16px;
}
.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 .category_box > ul li:hover a {
  border: 1px solid #1f5153;
}
.tab05 .filter_box {
  float: right;
  position: relative;
}
.tab05 .filter_box .btn_filter {
  display: block;
  width: 94px;
  height: 48px;
  text-align: center;
  padding: 9px 0;
  border: 1px solid #1f5153;
  background-color: #fff;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}
.tab05 .filter_box .btn_filter span {
  font-weight: 500;
  color: #1f5153;
  transition: color 0.2s ease-in;
}
.tab05 .filter_box .btn_filter span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-filter-green-24-dp.svg) no-repeat center / 18px;
  margin-right: 8px;
  vertical-align: -5px;
  transition: background 0.2s ease-in;
}
.tab05 .filter_box .option_box {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 60px;
  width: 172px;
  padding: 20px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.08);
  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: 14px;
  color: #fff;
}
.tab05 .filter_box.on .btn_filter {
  background-color: #1f5153;
}
.tab05 .filter_box.on .btn_filter span {
  color: #fff;
}
.tab05 .filter_box.on .btn_filter span::before {
  background: url(/asset/images/ic-filter-white-24-dp.svg) no-repeat center / 18px;
}
.tab05 .filter_box.on .option_box {
  visibility: visible;
}
.btn01 {
  display: inline-block;
  border: 1px solid #1f5153;
  padding: 15px 32px;
  background-color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
}
.btn01 span {
  font-weight: 500;
  color: #1f5153;
  letter-spacing: normal;
}
.btn01:hover {
  background-color: #1f5153;
}
.btn01:hover span {
  color: #fff;
}
.btn02 {
  display: inline-block;
  border: 1px solid #1f5153;
  padding: 15px 32px;
  background-color: #fff;
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: #1f5153;
}
.btn02 span {
  font-weight: 500;
  color: #1f5153;
  letter-spacing: normal;
}
.btn02:hover {
  background-color: #1f5153;
}
.btn02:hover span {
  color: #fff;
}
.btn02 span {
  color: #fff;
}
.btn_download {
  display: inline-block;
  border: 1px solid #333;
  background-color: #fff;
  padding: 9px 20px;
  transition: all 0.3s ease;
}
.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.png);
  transition: all 0.3s ease;
  margin-right: 3px;
  vertical-align: -8px;
}
.btn_download:hover {
  background-color: #333;
}
.btn_download:hover span {
  color: #fff;
}
.btn_download:hover span::before {
  background-image: url(/asset/images/ic-donwload-white-24-dp.png);
}
.btn_download02 {
  display: inline-block;
  border: 1px solid #1f5153;
  background: #fff;
  padding: 15px 30px;
  transition: all 0.3s ease;
}
.btn_download02 span {
  font-weight: 500;
}
.btn_download02 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-green-24-dp.svg);
  transition: all 0.3s ease;
  margin-right: 5px;
  vertical-align: -5px;
}
.btn_download02:hover {
  background-color: #1f5153;
}
.btn_download02:hover span {
  color: #fff;
}
.btn_download02:hover span::before {
  background-image: url(/asset/images/ic-donwload-white-24-dp.svg);
}
.btn_go_list {
  min-width: 151px;
}
.btn_top {
  display: block;
  width: 64px;
  height: 64px;
  background: #333 url(/asset/images/ic-angle-up-white-24-dp.svg) no-repeat center / 10px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  transition: all 0.2s ease-in;
  transform: scale(0);
}
.btn_top:hover {
  background: #1f5153 url(/asset/images/ic-angle-up-white-24-dp.svg) no-repeat center / 10px;
}
.btn_top.on {
  transform: scale(1);
}
.btn_refresh {
  padding: 11px 23px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  cursor: pointer;
}
.btn_refresh span {
  font-size: 16px;
  letter-spacing: -0.62px;
  color: #666;
}
.btn_refresh span::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  vertical-align: -3px;
  background: url(/asset/images/ic-reset-grey-20-dp.svg) no-repeat center / 16px;
}
.pagination {
  text-align: center;
  overflow: hidden;
  display: inline-block;
}
.pagination > div {
  float: left;
  overflow: hidden;
}
.pagination > div > a {
  width: 40px;
  height: 40px;
  display: block;
}
.pagination .prev {
  margin-right: 16px;
}
.pagination .prev .prev01 {
  border: 1px solid #d0d0d0;
  background: url(/asset/images/ic-angle-left-grey-24-dp.svg) no-repeat center / 7px;
  transition: all 0.2s ease-in;
}
.pagination .prev:hover .prev01 {
  border: 1px solid #333;
  background: url(/asset/images/ic-angle-legt-black-24-dp.svg) no-repeat center / 7px;
}
.pagination .next {
  margin-left: 16px;
}
.pagination .next .next01 {
  border: 1px solid #d0d0d0;
  background: url(/asset/images/ic-angle-right-grey-24-dp.png) no-repeat center / 7px;
  transition: all 0.2s ease-in;
}
.pagination .next:hover .next01 {
  border: 1px solid #333;
  background: url(/asset/images/ic-angle-right-black-24-dp.svg) no-repeat center / 7px;
}
.pagination .num {
  vertical-align: 0;
  top: 0;
}
.pagination .num a {
  float: left;
  width: 40px;
  padding: 10px 0;
  margin-right: 8px;
  color: #333;
  border: 1px solid #d0d0d0;
  line-height: 1;
}
.pagination .num a:last-of-type {
  margin-right: 0;
}
.pagination .num a.on {
  border: 1px solid #333;
}
.search_section {
  border: #eaeaea;
  background-color: #f8f9fa;
  padding: 34px 0 33px;
  text-align: center;
  margin-bottom: 72px;
}
.search_section .search_box {
  display: inline-block;
}
.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: 16px;
  width: 340px;
  height: 48px;
  border: 1px solid #eaeaea;
  padding: 0 20px;
}
.search_section .search_box input::placeholder {
  color: #999;
}
.search_section .search_box .btn_search {
  display: block;
  float: left;
  padding: 12px 20px;
  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: 24px;
  height: 24px;
  background: url(/asset/images/ic-search-white-24-dp.svg) no-repeat center / 16px;
  margin-right: 3px;
  vertical-align: -5px;
}
.search_section02 {
  padding-bottom: 60px;
  text-align: center;
}
.search_section02 .search_box {
  display: inline-block;
  border-bottom: 2px solid #333;
  width: 620px;
}
.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% - 32px);
  height: 60px;
  padding-right: 15px;
  font-size: 21px;
  background-color: transparent;
}
.search_section02 .search_box input::placeholder {
  color: #999;
}
.search_section02 .search_box .btn_search {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  background: url(/asset/images/ic-search-black-32-dp.svg) no-repeat center / 24px;
  cursor: pointer;
  position: relative;
  top: 16px;
}
.search_section02 .search_box .btn_search span {
  font-size: 0;
}
.search_box02 {
  border: 1px solid #bdbdbd;
  height: 48px;
  padding-right: 42px;
  position: relative;
}
.search_box02 input[type="text"] {
  width: 278px;
  height: 100%;
  padding: 0 24px;
  border: none;
  font-size: 16px;
}
.search_box02 input[type="text"]::placeholder {
  color: #999;
}
.search_box02 button {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 18px;
  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: 64px;
  border: 1px solid #1f5153;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #1f5153;
}
.badge.v1 {
  color: #1f5153;
  background-color: #fff;
}
.badge.v2 {
  color: #fff;
  background-color: #1f5153;
}
select {
  height: 48px;
  padding: 0 42px 0 24px;
  border: 1px solid #bdbdbd;
  background: url(/asset/images/ic-dropdown-black-12-dp.svg) no-repeat;
  background-position: right 24px center;
  background-size: 10px;
  color: #666;
}
select:focus {
  border: 1px solid #1f5153;
  color: #1f5153;
  background: none;
}
.select02 {
  height: 24px;
  padding: 0 24px 0 12px;
  background-position: right 8px center;
  color: #333;
  border: 1px solid white;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: -3px;
}
.select02:focus {
  background: url(/asset/images/ic-dropdown-black-12-dp.svg) no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}
.select03 {
  height: 34px;
  padding: 0 22px 0 10px;
  background: url(/asset/images/btn-btn-profile-down.svg) no-repeat;
  background-position: right 8px center;
  background-size: 10px;
  color: white;
  border: 1px solid #333;
  font-weight: 500;
}
.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: 10px;
}
.select03 option {
  color: #333;
}
.guide_box {
  padding: 35px 48px;
  border: 2px solid #333;
}
.ggm1 {
  background-image: url(/asset/images/img-sub-03-01-01@2x.jpg);
}
.ggm2 {
  background-image: url(/asset/images/img-sub-03-01-02@2x.jpg);
}
.ggm3 {
  background-image: url(/asset/images/img-sub-03-01-03@2x.jpg);
}
.ggm4 {
  background-image: url(/asset/images/img-sub-03-01-04@2x.jpg);
}
.ggm5 {
  background-image: url(/asset/images/img-sub-03-01-05@2x.jpg);
}
.ggm6 {
  background-image: url(/asset/images/img-sub-03-01-06@2x.jpg);
}
.ggm7 {
  background-image: url(/asset/images/img-sub-03-01-07@2x.jpg);
}
.ggm8 {
  background-image: url(/asset/images/img-sub-03-01-08@2x.jpg);
}
.ggm9 {
  background-image: url(/asset/images/img-sub-03-01-09@2x.jpg);
}
.ggm10 {
  background-image: url(/asset/images/img-sub-03-01-10@2x.jpg);
}
.ggm11 {
  background-image: url(/asset/images/img-sub-03-01-11@2x.jpg);
}
.ggm12 {
  background-image: url(/asset/images/img-sub-03-01-12@2x.jpg);
}
.ggm13 {
  background-image: url(/asset/images/img-sub-03-01-13@2x.jpg);
}
.grid-item {
  width: 25%;
}
.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 {
  line-height: 1.75;
}
.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: 10px 0;
  table-layout: fixed;
}
.post_view_txt_section table th,
.post_view_txt_section table td {
  border: 1px solid #e0e0e0;
  padding: 24px 12px;
  word-break: break-all;
}
.post_view_txt_section table th {
  font-weight: 500;
  background-color: #f9fbfc;
}
.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-weight: 500;
  word-break: break-all;
}
.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.75;
  text-align: left;
}
.post_view_txt_section table td p,
.post_view_txt_section table td span,
.post_view_txt_section table td strong,
.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,
.post_view_txt_section table td div {
  line-height: 1.75;
  word-break: break-all;
}
.post_view_txt_section iframe {
  max-width: 100%;
}
.head_top_bnr {
  background-color: #fafafa;
  text-align: center;
  height: 48px;
}
.head_top_bnr .inner {
  position: relative;
  padding: 14px 0;
}
.head_top_bnr .inner a {
  font-size: 14px;
  display: inline-block;
  vertical-align: 2px;
}
.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: -3px;
}
.head_top_bnr .inner .btn_close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/asset/images/ic-close-grey-20-dp.svg) no-repeat center / 18px;
  cursor: pointer;
  position: absolute;
  right: 5.2%;
  top: 50%;
  transform: translateY(-50%);
}
.head_top_bnr .inner .today_none {
  position: absolute;
  right: 7.2%;
  top: 50%;
  transform: translateY(-50%);
}
.head_top_bnr.off {
  height: 0;
}
.btn_share {
  position: absolute;
  z-index: 10;
  right: 40px;
  top: 17px;
  display: block;
  width: 32px;
  height: 32px;
  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: 32px;
  height: 32px;
  background: url(/asset/images/loading.gif) no-repeat center / 100%;
  margin-bottom: 20px;
}
.loading .cmt p {
  font-size: 30px;
  font-weight: 500;
  color: white;
}
#donate_btn {
  position: fixed;
  width: 84px;
  height: 84px;
  left: 40px;
  bottom: 60px;
  cursor: pointer;
  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: 16px;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 25%;
  animation: heartAni 4s 2s infinite cubic-bezier(0.42, 0, 0.58, 1);
}
#donate_btn span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 32%;
  color: #1f5153;
  line-height: 13px;
}
#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);
}
#donate_btn.active a {
  animation: btnHover 2s infinite linear;
}
#donate_btn:hover a {
  animation: btnHover 2s infinite linear;
}
#contents_wrap {
  overflow-x: hidden;
  min-height: calc(100vh - 100px - 358px);
}
#contents_wrap.main_wrap section .section_title {
  padding-bottom: 50px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
}
#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: 50%;
  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 img,
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner .child_visual video {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
#contents_wrap.main_wrap .main_top_section .main_visual .main_visual_inner h2 .main_title {
  font-size: 56px;
  font-weight: bold;
  line-height: 1.43;
  letter-spacing: 5px;
  color: #fff;
  margin-bottom: 34px;
  white-space: nowrap;
  opacity: 0;
}
#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-size: 24px;
  font-weight: 500;
  line-height: 1.67;
  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 {
  width: 11px;
  position: absolute;
  right: -3.2%;
  bottom: 0;
}
#contents_wrap.main_wrap .main_top_section .main_visual .scroll_block .letters span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
#contents_wrap.main_wrap .main_top_section .main_visual .scroll_block .liner {
  width: 1px;
  height: 100px;
  position: relative;
  margin: 12px auto 0;
  overflow: hidden;
}
#contents_wrap.main_wrap .main_top_section .main_visual .scroll_block .liner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  animation: scrolling 2s ease-in-out infinite;
  -webkit-animation: scrolling 2s ease-in-out infinite;
}
#contents_wrap.main_wrap .main_top_section .today_time {
  position: relative;
}
#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: 15px 24px;
  background-color: #1f5153;
  width: 190px;
  white-space: nowrap;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dt p {
  color: #fff;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dt p::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-time-white-24-dp.svg) no-repeat center / 20px;
  position: absolute;
  left: 0;
  top: 1px;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd {
  float: left;
  width: calc(100% - 190px);
  padding: 15px 24px;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd > ul li {
  margin-right: 15px;
  position: relative;
  padding-right: 15px;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd > ul li:last-child {
  margin-right: 0;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd > ul li:last-child::after {
  display: none ;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd > ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.24);
  position: absolute;
  right: 0;
  top: 8px;
}
#contents_wrap.main_wrap .main_top_section .today_time dl dd > p {
  font-size: 16px;
  font-weight: 500;
}
#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 .right {
  position: absolute;
  right: 24px;
  top: 15px;
}
#contents_wrap.main_wrap .main_top_section .today_time .right > a {
  margin-right: 20px;
}
#contents_wrap.main_wrap .main_top_section .today_time .right > a:last-child {
  margin-right: 0;
}
#contents_wrap.main_wrap .main_top_section .today_time .right .btn_reservate_preview {
  display: inline-block;
}
#contents_wrap.main_wrap .main_top_section .today_time .right .btn_reservate_preview span {
  font-size: 16px;
  font-weight: 500;
  color: red;
  letter-spacing: -0.5px;
}
#contents_wrap.main_wrap .main_top_section .today_time .right .btn_reservate_preview span::before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 17px;
  background: url(/asset/images/ticket.png) no-repeat center / 100%;
  margin-right: 8px;
  vertical-align: -3px;
}
#contents_wrap.main_wrap .main_top_section .today_time .right .btn_go_contact {
  display: inline-block;
}
#contents_wrap.main_wrap .main_top_section .today_time .right .btn_go_contact span {
  font-size: 16px;
  font-weight: 500;
  color: #1f5153;
}
#contents_wrap.main_wrap .main_top_section .today_time .right .btn_go_contact span::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-car-green-24-dp.svg) no-repeat center / 20px;
  margin-right: 8px;
  vertical-align: -6px;
}
#contents_wrap.main_wrap .notice {
  padding: 100px 0 88px;
}
#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::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.main_wrap .notice .notice_table .th {
  padding: 24px 32px;
  position: relative;
  float: left;
  width: 155px;
  white-space: nowrap;
}
#contents_wrap.main_wrap .notice .notice_table .th::after {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  right: 0;
  top: 24px;
}
#contents_wrap.main_wrap .notice .notice_table .th p {
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}
#contents_wrap.main_wrap .notice .notice_table .th p::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-notice-black-24-dp.svg) no-repeat center / 22px;
  position: absolute;
  left: 0;
  top: 2px;
}
#contents_wrap.main_wrap .notice .notice_table .td {
  float: left;
  padding: 0 141px 0 32px;
  width: calc(100% - 155px);
  height: 72px;
}
#contents_wrap.main_wrap .notice .notice_table .td::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#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%;
}
#contents_wrap.main_wrap .notice .notice_table .td a p {
  float: left;
}
#contents_wrap.main_wrap .notice .notice_table .td a p.date {
  font-weight: 500;
  color: #999;
  width: 106px;
  font-family: 'Gotham', sans-serif;
  position: relative;
  top: 4px;
}
#contents_wrap.main_wrap .notice .notice_table .td a p.contents {
  width: calc(100% - 106px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  top: -2px;
}
#contents_wrap.main_wrap .notice .notice_table .btn_notice_more {
  display: block;
  position: absolute;
  right: 24px;
  top: 23px;
  padding-right: 30px;
}
#contents_wrap.main_wrap .notice .notice_table .btn_notice_more span {
  font-weight: 500;
  color: #1f5153;
  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-arrow-right-green-24-dp.svg) no-repeat center / 20px;
  position: absolute;
  right: -30px;
  top: 1px;
  transition: all 0.2s ease-in;
}
#contents_wrap.main_wrap .notice .notice_table .btn_notice_more:hover span::after {
  right: -40px;
}
#contents_wrap.main_wrap .museum_news {
  overflow: hidden;
  padding-bottom: 76px;
  position: relative;
}
#contents_wrap.main_wrap .museum_news::before {
  content: '';
  display: block;
  width: 8%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#contents_wrap.main_wrap .museum_news .deco01 {
  position: absolute;
  left: 100px;
  bottom: 12.2%;
  width: 1542px;
  height: 174px;
  z-index: -1;
  background: url(/asset/images/img-typo-01.svg) no-repeat center;
  transition: all 0.2s ease;
}
#contents_wrap.main_wrap .museum_news .section_contents {
  position: relative;
}
#contents_wrap.main_wrap .museum_news .section_contents .sld_pagination {
  top: -109px;
}
#contents_wrap.main_wrap .museum_news .section_contents .swiper-container {
  left: -5%;
  overflow: inherit;
}
#contents_wrap.main_wrap .museum_news .section_contents .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0 3%;
  width: 33.3%;
}
#contents_wrap.main_wrap .relics {
  position: relative;
  padding-bottom: 160px;
}
#contents_wrap.main_wrap .relics .deco02 {
  position: absolute;
  right: -800px;
  bottom: -52px;
  width: 1613px;
  height: 222px;
  z-index: -1;
  background: url(/asset/images/img-typo-02.svg) no-repeat center;
  transition: all 0.2s ease;
}
#contents_wrap.main_wrap .relics .section_title {
  border-bottom: 2px solid #333;
}
#contents_wrap.main_wrap .relics .section_contents {
  padding-top: 48px;
  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 {
  margin-bottom: 40px;
  padding: 0 20px;
}
#contents_wrap.main_wrap .shortcuts::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.main_wrap .shortcuts .card_box01 {
  width: 33.3%;
  float: left;
}
#contents_wrap.sub_wrap {
  position: relative;
  padding-top: 50px;
}
#contents_wrap.sub_wrap .breadscrumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  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;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li {
  position: relative;
  border-right: 1px solid #eaeaea;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.home {
  width: 50px;
  height: 50px;
  border-left: 1px solid #eaeaea;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.home > a {
  display: block;
  height: 100%;
  background: url(/asset/images/ic-home-black-18-dp.svg) no-repeat center / 14px;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth {
  width: 165px;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth > a {
  display: block;
  padding: 15px;
  font-size: 14px;
  position: relative;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li.depth > a::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(/asset/images/ic-dropdown-black-12-dp.svg) no-repeat center / 8px;
  position: absolute;
  top: 19px;
  right: 16px;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li ul {
  display: none ;
  width: 100%;
  outline: 1px solid #eaeaea;
  border-top: none;
  background-color: #fff;
  padding: 8px 0;
  position: absolute;
  left: 0;
  top: 51px;
  z-index: 1;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li ul li {
  float: none;
  width: 100%;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li ul li a {
  display: block;
  padding: 8px 16px;
  font-size: 14px;
  color: #999;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li ul li.on a {
  color: #1f5153;
}
#contents_wrap.sub_wrap .breadscrumb .breadscrumb_list > li ul li:hover a {
  color: #1f5153;
}
#contents_wrap.sub_wrap .btn_go_back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease;
}
#contents_wrap.sub_wrap .btn_go_back a {
  display: block;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
#contents_wrap.sub_wrap .btn_go_back.on {
  background-color: #fff;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.12);
  position: fixed;
}
#contents_wrap.sub_wrap .btn_go_back.on a {
  color: #1f5153;
}
#contents_wrap.sub_wrap .btn_go_back.ver2 {
  padding: 0 20px;
  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: 3px;
}
#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: 12px;
  background-color: rgba(255, 255, 255, 0.32);
  position: absolute;
  right: 0;
  top: 43%;
}
#contents_wrap.sub_wrap .btn_go_page {
  display: block;
}
#contents_wrap.sub_wrap .btn_go_page span {
  font-size: 16px;
  font-weight: 500;
  color: #266466;
  padding-right: 40px;
  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: 10px;
  top: 0;
  transition: right 0.2s ease-in;
}
#contents_wrap.sub_wrap .btn_go_page:hover span::after {
  right: 0;
}
#contents_wrap.sub_wrap .sub_page .no_contents {
  margin: 130px 0 140px;
  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: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents_wrap.sub_wrap .sub_page .no_contents p {
  font-size: 24px;
  font-weight: 500;
}
#contents_wrap.sub_wrap .sub_page .no_contents p.small {
  font-size: 18px;
  margin-top: 30px;
}
#contents_wrap.sub_wrap .sub_page .error404 {
  margin: 130px 0 140px;
  padding: 142px 0;
  text-align: center;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  border: none;
  margin: 0;
  padding: 180px 0 ;
}
#contents_wrap.sub_wrap .sub_page .error404 .img {
  width: 629px;
  height: 232px;
  background: url(/asset/images/404.svg) no-repeat center / 100%;
  margin: 0 auto 55px;
}
#contents_wrap.sub_wrap .sub_page .error404 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents_wrap.sub_wrap .sub_page .error404 p {
  font-size: 24px;
  font-weight: 500;
}
#contents_wrap.sub_wrap .sub_page .error404 p.small {
  font-size: 18px;
  margin-top: 30px;
}
#contents_wrap.sub_wrap .sub_page .sub_tit {
  padding: 120px 0 80px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 5px;
}
#contents_wrap.sub_wrap .sub_page .sub_tit.v2 {
  padding: 120px 0 62px;
}
#contents_wrap.sub_wrap .sub_page .sub_tit.v3 {
  padding: 120px 0 62px;
}
#contents_wrap.sub_wrap .sub_page .sub_tit.v3 p {
  letter-spacing: normal;
  line-height: 2;
}
#contents_wrap.sub_wrap .sub_page .sub_tit.v3 p.sub_txt {
  margin-top: 18px;
}
#contents_wrap.sub_wrap .sub_page .sub_cont {
  margin-bottom: 140px;
}
#contents_wrap.sub_wrap .sub_page .sub_cont .box01 > h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
#contents_wrap.sub_wrap .sub_page .sub_cont .box02 > h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
#contents_wrap.sub_wrap .sub_page .deco {
  position: absolute;
  top: 15px;
  height: 174px;
  left: 100%;
  z-index: -1;
  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;
}
@media screen and (max-width: 1400px) {
  #contents_wrap.sub_wrap .sub_page02 .sub_top {
    position: absolute;
  }
}
#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 {
  height: 100%;
  position: relative;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box {
  position: absolute;
  left: 0;
  bottom: 120px;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .badge {
  margin-bottom: 10px;
  padding: 1px;
  color: #fff;
  border: 1px solid #fff;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  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: 14px;
  color: #fff;
}
#contents_wrap.sub_wrap .sub_page02 .sub_top .top_relative .top_img .top_inner .wrap03 .title_box .info dl dt {
  width: 50px;
  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% - 50px);
}
#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 .tab_section {
  margin-bottom: 62px;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section .tab_cont {
  padding-top: 56px;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section .tab_cont .box02 {
  position: relative;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section .tab_cont .box02 h3 {
  margin-bottom: 17px;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section .tab_cont .box02 .btn_go_page {
  position: absolute;
  right: 0;
  top: 20px;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section .tab_cont .box02 .box_cont {
  border-top: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .tab_section .tab_cont .box02 .btn_area {
  padding: 32px 0 0;
  text-align: center;
}
#contents_wrap.sub_wrap.sub0801 .sub_page .sub_cont .paging_area {
  text-align: center;
  padding-top: 32px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .deco {
  width: 1363px;
  background: url(/asset/images/exhibiton.svg) no-repeat center;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont {
  margin-bottom: 83px;
}
#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: 16px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area {
  padding-top: 56px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col2::after,
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col3::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col2 .sld_box03,
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col3 .sld_box03 {
  float: left;
  margin-bottom: 27px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col2 .sld_box03 {
  width: 620px;
  margin-right: 40px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col2 .sld_box03:nth-child(even) {
  margin-right: 0;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col2 .sld_box03 figure figcaption .sld_title {
  font-size: 32px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col3 .sld_box03 {
  width: 400px;
  margin-right: 40px;
}
#contents_wrap.sub_wrap.sub0801_new .sub_page .sub_cont .sld_box_area .col3 .sld_box03:nth-child(3n) {
  margin-right: 0;
}
#contents_wrap.sub_wrap.sub0802 .sub_page {
  border-top: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit {
  padding-top: 120px;
  padding-bottom: 52px;
  text-align: center;
  border-bottom: 2px solid #333;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .badge_area {
  margin-bottom: 14px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
}
#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;
  margin-bottom: 5px;
}
#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: 14px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_tit .sub_info li dl dt {
  font-weight: 500;
  padding-right: 10px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont {
  padding-bottom: 140px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .inner {
  padding: 60px 220px 0;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box {
  padding: 16px 32px;
  background-color: #f8f9fa;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl {
  float: none;
  overflow: hidden;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dt {
  width: 64px;
  float: left;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: 1px;
  white-space: nowrap;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd {
  width: calc(100% - 64px);
  float: left;
  overflow: hidden;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd a {
  float: left;
  display: block;
  margin-right: 40px;
  font-size: 14px;
  position: relative;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd a:last-child {
  margin-right: 28px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd a:hover {
  text-decoration: underline;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .cf_file_box dl dd a::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/asset/images/ic-download-black-24-dp.svg) no-repeat center / 24px;
  margin-left: 4px;
  position: absolute;
  right: -28px;
  top: -2px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .img_section {
  padding-bottom: 30px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .view_cont .img_section img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 20px;
}
#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: 66px;
  text-align: center;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .btn_area .btn_go_list {
  margin-right: 20px;
}
#contents_wrap.sub_wrap.sub0802 .sub_page .btn_area .btn_apply_education {
  padding: 15px 28px;
  min-width: 151px;
}
#contents_wrap.sub_wrap.sub0802_new {
  padding-top: 0;
  max-width: 100%;
}
#contents_wrap.sub_wrap.sub0802_new .sub_mid {
  padding: 64px 0;
}
#contents_wrap.sub_wrap.sub0802_new .sub_mid .wrap03 {
  position: relative;
}
#contents_wrap.sub_wrap.sub0802_new .sub_mid .wrap03 .inner {
  padding: 0 220px;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot {
  padding: 88px 0 76px;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .tit_box {
  padding-bottom: 43px;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .tit_box h3 {
  font-size: 32px;
  font-weight: bold;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .cont_box {
  position: relative;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .cont_box .sld_pagination {
  top: -96px;
}
#contents_wrap.sub_wrap.sub0802_new .sub_bot .wrap03 .cont_box .swiper-container .swiper-wrapper .swiper-slide {
  width: 400px;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .thead .th:nth-child(1) {
  width: 11%;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .thead .th:nth-child(2) {
  width: 70%;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .thead .th:nth-child(3) {
  width: 8%;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .thead .th:nth-child(4) {
  width: 11%;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(1) {
  width: 11%;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(2) {
  width: 70%;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(3) {
  width: 8%;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .table02 .tbody .td:nth-child(4) {
  width: 11%;
}
#contents_wrap.sub_wrap.sub1001 .sub_page .sub_cont .paging_area {
  padding-top: 32px;
  text-align: center;
}
#contents_wrap.sub_wrap.guide .sub_page .deco {
  width: 773px;
  background: url(/asset/images/guide.svg) no-repeat center;
}
#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: 19%;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .t2 tr:nth-child(2) {
  width: 27%;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .t2 tr:nth-child(3) {
  width: 27%;
}
#contents_wrap.sub_wrap.guide.sub01 .sub_page .sub_cont .t2 tr:nth-child(4) {
  width: 27%;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .box01 {
  margin-bottom: 52px;
}
#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: 48px;
  text-align: center;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .list_step {
  padding: 0 10px;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .list_step li {
  width: 220px;
  margin-right: 40px;
}
#contents_wrap.sub_wrap.guide.sub02 .sub_page .sub_cont .list_step li:last-child {
  margin-right: 0;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .box01 {
  margin-bottom: 52px;
}
#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: 18px 40px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li {
  margin-right: 20px;
  overflow: hidden;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.12);
  margin-left: 20px;
  vertical-align: -3px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li:last-child {
  margin-right: 0;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li:last-child::after {
  display: none ;
}
#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;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li dl dt {
  font-weight: 500;
  padding-right: 12px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .info_list li dl dd {
  color: #666;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .figure_box {
  border-top: 2px solid #333;
  padding-top: 32px;
}
#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: 400px;
  height: 400px;
  margin-right: 40px;
  margin-bottom: 40px;
}
#contents_wrap.sub_wrap.guide.sub03 .sub_page .sub_cont .figure_box .fig_img_box:nth-child(3n) {
  margin-right: 0;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01 li {
  width: 25%;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont {
  padding-top: 54px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box {
  border: 2px solid #f6f6f6;
  height: 744px;
  position: relative;
  text-align: center;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box h3 {
  font-size: 36px;
  font-weight: bold;
  color: #1f5153;
  position: absolute;
  left: 40px;
  top: 36px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box {
  position: relative;
  display: inline-block;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box img {
  display: block;
  pointer-events: none;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip {
  position: absolute;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box {
  display: none ;
  position: absolute;
  width: 192px;
  text-align: left;
  left: -89px;
  top: -154px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box::after {
  content: '';
  display: block;
  width: 14px;
  height: 10px;
  position: absolute;
  left: 89px;
  bottom: -8px;
  background: url(/asset/images/img_tooltip_tail.png) no-repeat center / 100%;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box .top {
  padding: 12px 14px;
  background-color: #1f5153;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box .top .title,
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box .top .subtitle {
  color: #fff;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box .top .title {
  font-size: 17px;
  font-weight: bold;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box .top .subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box .bot {
  border: 1px solid #1f5153;
  background-color: #fff;
  padding: 12px 14px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tooltip_box .bot .desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.3px;
  word-break: keep-all;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .img_box .tooltip .tip_point {
  width: 14px;
  height: 14px;
  background: url(/asset/images/btn-description-tooltip.svg) no-repeat center / 100%;
  cursor: pointer;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list {
  text-align: left;
  width: 455px;
  position: absolute;
  right: 0;
  bottom: 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: 48px;
  height: 48px;
  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: 90px;
  padding-left: 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: 15px;
  margin-bottom: 5px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_top_box .icon_list li .right .txt_en {
  font-size: 12px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box {
  background-color: #f6f6f6;
  padding: 40px 0 20px 58px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li {
  margin-bottom: 30px;
}
#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 .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: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1f5153;
  color: #fff;
  font-family: 'Gotham';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 3px;
}
#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 .subtitle {
  font-size: 13px;
  margin-bottom: 15px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .right .img_box {
  height: 150px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div .fl_bot_box .relics_list li .right .img_box img {
  display: block;
  max-height: 100%;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab1 .fl_top_box {
  padding-top: 34px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab1 .fl_bot_box .relics_list li {
  margin-right: 60px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab2 .fl_top_box {
  padding-top: 24px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab2 .fl_bot_box .relics_list li {
  min-width: 300px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab3 .fl_top_box {
  padding-top: 100px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab3 .fl_bot_box .relics_list li {
  min-width: 200px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab4 .list14 {
  width: 728px;
  position: absolute;
  right: 154px;
  bottom: 40px;
}
#contents_wrap.sub_wrap.guide.sub04 .sub_cont .tab_area .tab01_cont > div.lctab4 .list14 li {
  width: 364px;
  margin-bottom: 40px;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_tit .btn_go_booking {
  margin: 24px 0 12px;
}
#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: 16px;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_cont .box01 .btn_area::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_cont .box01 .btn_area .inner {
  float: right;
}
#contents_wrap.sub_wrap.guide.sub05 .sub_page .sub_cont .box01 .btn_area .btn_download {
  margin-right: 10px;
}
#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 {
  width: 100%;
  height: 640px;
  position: relative;
  margin-bottom: 62px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .map_frame {
  height: 100%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  padding: 15px 23px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info li {
  margin-right: 24px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .map .info li:last-child {
  margin-right: 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: 72px;
}
#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: 54px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .box01 {
  margin-bottom: 50px;
}
#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: 19%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 thead tr th:nth-child(2) {
  width: 30%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 thead tr th:nth-child(3) {
  width: 30%;
}
#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: 9%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 tbody tr th:nth-child(2) {
  width: 10%;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t1 tbody tr .sp {
  text-align: left;
  padding: 20px 0 20px 36px;
}
#contents_wrap.sub_wrap.guide.sub06 .sub_page .sub_cont .t2 thead tr th:nth-child(1) {
  width: 20%;
}
#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: 40%;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .guide_box {
  margin-bottom: 32px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .guide_box p {
  font-weight: 500;
  margin-bottom: 16px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .img_section {
  margin-bottom: 58px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .img_section::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .img_section .fig_img_box02 {
  float: left;
  width: 400px;
  margin-right: 40px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .img_section .fig_img_box02:last-child {
  margin-right: 0;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li {
  margin-bottom: 52px;
  overflow: hidden;
}
#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 {
  float: left;
  width: 440px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .left p {
  font-size: 24px;
  font-weight: bold;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .right {
  float: left;
  width: calc(100% - 440px);
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .right .block {
  margin-top: 16px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .right .block .tit {
  font-weight: 500;
  margin-bottom: 10px;
}
#contents_wrap.sub_wrap.guide.sub07 .sub_page .sub_cont .process_list > li .right > p {
  line-height: 1.75;
  margin-bottom: 10px;
}
#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: 1363px;
  background: url(/asset/images/exhibiton.svg) no-repeat center;
}
#contents_wrap.sub_wrap.exhibition.sub0801 .sub_page .sub_cont .tab_section .tab02 li {
  width: 25%;
}
#contents_wrap.sub_wrap.education .sub_page .deco {
  width: 1487px;
  right: -740px;
  background: url(/asset/images/education.svg) no-repeat center;
}
#contents_wrap.sub_wrap.education.sub0801 .sub_page .sub_cont .tab_section .tab02 li {
  width: 14.28%;
}
#contents_wrap.sub_wrap.news .sub_page .deco {
  width: 742px;
  background: url(/asset/images/news.svg) no-repeat center;
}
#contents_wrap.sub_wrap.news.sub11 .sub_page .sub_cont {
  margin-bottom: 98px;
}
#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: 290px;
  margin-right: 40px;
  margin-bottom: 42px;
}
#contents_wrap.sub_wrap.news.sub11 .sub_page .sub_cont .sld_box01:nth-child(4n) {
  margin-right: 0;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box {
  border: 2px solid #333;
  padding: 72px 110px;
}
#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::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#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,
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box dl dd {
  float: left;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box dl dt {
  width: 110px;
  font-weight: 500;
  color: #1f5153;
  line-height: 48px;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box dl dd {
  width: calc(100% - 110px);
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box dl dd .list01 {
  margin-top: 20px;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box .btn_area {
  padding-top: 40px;
  text-align: center;
  font-size: 0;
}
#contents_wrap.sub_wrap.news.sub16 .sub_cont .form_box .btn_area .btn_submit {
  width: 186px;
}
#contents_wrap.sub_wrap.ggmuseum .sub_page .deco {
  width: 1542px;
  background: url(/asset/images/img-typo-01.svg) no-repeat center;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .img_box {
  margin-bottom: 85px;
  height: 400px;
  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: 66px;
}
#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 {
  width: 87%;
  margin-bottom: 30px;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .title {
  font-size: 32px;
  line-height: 1.5;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .title span {
  font-size: 32px;
  line-height: 1.5;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right p {
  line-height: 1.75;
  margin-bottom: 16px;
  word-break: keep-all;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right b {
  line-height: 1.75;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .logo_box {
  width: 100%;
  padding-top: 59.3%;
  position: relative;
  margin-bottom: 24px;
  background: url(/asset/images/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 .btn_download02 {
  margin-right: 16px;
}
#contents_wrap.sub_wrap.ggmuseum.sub12 .sub_page .sub_cont .list_box02 li .right .btn_area .btn_download02:last-child {
  margin-right: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .panel04 {
  margin-bottom: 62px;
}
#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%;
  height: 500px;
  background: url(/asset/images/grid.svg) repeat;
  border: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
#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 {
  float: left;
  width: 50%;
  position: relative;
  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%);
}
#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: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
#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 {
  height: 207px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area .left .logo_box {
  width: 276px;
}
#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);
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .logo_box_area .right .logo_box {
  width: 326px;
}
#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);
}
#contents_wrap.sub_wrap.ggmuseum.sub1202 .sub_page .sub_cont .logo .btn_area {
  padding: 25px 0 0;
}
#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: 40px;
}
#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: 20px;
}
#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.sub13 .sub_page .sub_cont .list_box03 li:first-child .his_title .year.on {
  position: static;
  top: auto;
  width: auto;
}
#contents_wrap.sub_wrap.ggmuseum.sub19 .sub_cont .panel03 {
  margin-bottom: 62px;
}
#contents_wrap.sub_wrap.ggmuseum.sub19 .sub_cont .panel03:last-of-type {
  margin-bottom: 0;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .main_img_box {
  margin-bottom: 63px;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .main_img_box img {
  display: block;
  margin: 0 auto;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .guide_box {
  padding: 30px 48px;
  margin-bottom: 64px;
}
#contents_wrap.sub_wrap.ggmuseum.sub20 .panel02 {
  margin-bottom: 40px;
}
#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: 64px;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div {
  margin-bottom: 20px;
}
#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: 16px;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div p .point02 {
  font-weight: 500;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div p > a:hover {
  text-decoration: underline;
}
#contents_wrap.sub_wrap.ggmuseum.sub21 .sub_cont .desc_box > div.btn_area {
  padding-top: 22px;
  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: 40px;
}
#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 .tab_section {
  width: 100%;
  height: 110px;
  position: relative;
}
#contents_wrap.sub_wrap.sub13 .sub_page .sub_cont .list_box03.on {
  background: url(/asset/images/img-sub-13-01.svg) no-repeat center / 496px fixed;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .tab_cont {
  padding-top: 60px;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .tab_cont .sld_box02 {
  padding: 0 20px;
  margin-bottom: 40px;
}
#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: 32px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .btn_area {
  text-align: center;
  padding-top: 40px;
}
#contents_wrap.sub_wrap.sub15 .sub_page .sub_cont .btn_area .btn_more {
  width: 136px;
}
#contents_wrap.sub_wrap.sub15.reference .sub_page .deco {
  width: 734px;
  background: url(/asset/images/book.svg) no-repeat center;
}
#contents_wrap.sub_wrap.sub15.relics .sub_page .sub_cont .search_section {
  margin-bottom: 60px;
}
#contents_wrap.sub_wrap.sub15.relics .sub_page .sub_cont .tab_cont {
  padding-top: 48px;
}
#contents_wrap.sub_wrap.archive {
  padding-top: 0;
}
#contents_wrap.sub_wrap.archive .sub_page {
  border-top: 1px solid #e0e0e0;
}
#contents_wrap.sub_wrap.archive .sub_page .deco {
  width: 773px;
  background: url(/asset/images/guide.svg) no-repeat center;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_tit {
  padding: 120px 0 50px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont {
  position: relative;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area {
  position: absolute;
  left: 0;
  top: -77px;
  width: 100%;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .inner {
  padding-top: 12px;
  padding-bottom: 16px;
  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 {
  float: left;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left::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 {
  display: inline-block;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .left > .row select {
  margin-right: 8px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area .right {
  float: right;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area.on {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  z-index: 10;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .search_box_area.on .inner {
  border-bottom: none;
  padding: 12px 0;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .box02 {
  margin-top: 77px;
}
#contents_wrap.sub_wrap.archive .sub_page .sub_cont .box02 .paging_area {
  padding-top: 32px;
  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 {
  overflow-y: hidden;
  position: relative;
}
#contents_wrap.sub_wrap.relicsView .sub_page03::before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
#contents_wrap.sub_wrap.relicsView .sub_page03.show::before {
  display: block;
}
#contents_wrap.sub_wrap.relicsView .sub_page03.show .sub_bot {
  bottom: 0;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top {
  height: 100vh;
  position: relative;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section::before {
  content: '';
  display: block;
  width: 100%;
  height: 64px;
  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 .swiper-slide {
  overflow: hidden;
}
#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.01);
}
#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 .relic_img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .relic_img img {
  display: block;
  width: auto;
  height: 100%;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  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: 40%;
  left: 0;
  bottom: 70px;
  padding-right: 50px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left .relic_name {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl {
  float: none;
  margin-bottom: 10px;
}
#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: 14px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl dt {
  width: 87px;
  font-weight: bold;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.left dl dd {
  width: calc(100% - 87px);
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.right {
  width: 60%;
  right: 0;
  bottom: 50px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.right .desc p {
  color: #fff;
  font-size: 14px;
  line-height: 1.71;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.right .desc.on p {
  max-height: 6.84em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.right .btn_view_more {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .visual_section .wrap03 .relic_desc.right .btn_view_more:hover {
  text-decoration: underline;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .scroll_pointer {
  width: 32px;
  height: 32px;
  background: url(/asset/images/ic-scroll-white-32-dp.svg) no-repeat center / 100%;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 2;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_zoom {
  position: absolute;
  right: 88px;
  top: 17px;
  width: 32px;
  height: 32px;
  background: url(/asset/images/ic-expansion-white-32-dp.svg) no-repeat center / 24px;
  z-index: 10;
  cursor: pointer;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_list_area {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_list_area .btn_list_prev,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_list_area .btn_list_next {
  display: inline-block;
  width: 56px;
  height: 56px;
  vertical-align: bottom;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_list_area .btn_list_prev:active,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_list_area .btn_list_next:active,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_list_area .btn_list_prev:focus,
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .btn_list_area .btn_list_next:focus {
  outline: none;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .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 / 7px;
  margin-right: 1px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_top .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 / 7px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot {
  padding: 100px 0 150px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: -830px;
  width: 100%;
  z-index: 20;
  transition: bottom 0.3s ease-in-out;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 .tit_box {
  padding-bottom: 43px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 .tit_box h3 {
  font-size: 32px;
  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 {
  top: -96px;
}
#contents_wrap.sub_wrap.relicsView .sub_page03 .sub_bot .wrap03 .cont_box .swiper-container .swiper-wrapper .swiper-slide {
  width: 290px;
}
#contents_wrap.sub_wrap.relics .sub_page .deco {
  width: 1613px;
  background: url(/asset/images/collection.svg) no-repeat center;
}
#contents_wrap.sub_wrap.relics.sub13 .list07 li dl dt {
  width: 180px;
}
#contents_wrap.sub_wrap.relics.sub13 .list07 li dl dd {
  word-break: keep-all;
}
#contents_wrap.sub_wrap.relics.sub13 .list07 li dl dd:first-of-type {
  width: 200px;
  padding: 0 10px;
  font-weight: 500;
}
#contents_wrap.sub_wrap.relics.sub13 .list07 li dl dd:last-of-type {
  width: calc(100% - 180px - 200px);
}
@-webkit-keyframes scrolling {
  0% {
    top: -110px;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    top: 110px;
    opacity: 0;
  }
}
@keyframes scrolling {
  0% {
    top: -110px;
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    top: 110px;
    opacity: 0;
  }
}
@-webkit-keyframes visualExtensioning {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes visualExtensioning {
  0% {
    transform: scale(1.2);
  }
  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% - 100px);
  }
}
@keyframes decoShowing {
  0% {
    left: 100%;
  }
  100% {
    left: calc(50% + 100px);
  }
}
@-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);
  }
}
@keyframes btnHover {
  0% {
    box-shadow: 0 0 0 0 rgba(38, 100, 102, 0.2), 0 0 0 0 rgba(38, 100, 102, 0.2), 0 0 0 0 rgba(38, 100, 102, 0.2);
  }
  40% {
    box-shadow: 0 0 0 8px rgba(38, 100, 102, 0.16), 0 0 0 18px rgba(38, 100, 102, 0.07), 0 0 0 28px rgba(38, 100, 102, 0.03);
  }
  85% {
    box-shadow: 0 0 0 16px rgba(38, 100, 102, 0.01), 0 0 0 36px rgba(38, 100, 102, 0.01), 0 0 0 56px rgba(38, 100, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(38, 100, 102, 0), 0 0 0 36px rgba(38, 100, 102, 0), 0 0 0 56px rgba(38, 100, 102, 0);
  }
}
.eb_contact_box {
  padding-top: 24px;
}
.eb_contact_box p {
  font-size: 24px;
  font-weight: bold;
}
.eb_list li {
  width: 33.3%;
  padding: 20px 25px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.eb_list li:nth-of-type(3),
.eb_list li:nth-of-type(6) {
  border-right: none;
}
.eb_list li .title {
  text-align: center;
  padding-bottom: 20px;
}
.eb_list li .img_box {
  width: 100%;
  height: 600px;
}
.eb_list li img {
  width: 100%;
  height: 100%;
}
