@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:200");
html, body {
  height: auto;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
  display: block;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

a {
  outline: none;
  cursor: pointer;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input, textarea, select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

body {
  font-family: "微軟正黑體", "Microsoft YaHei", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
  font-size: 15px;
  font-size: 100%;
  color: #555;
}

input, textarea, select {
  font-family: "微軟正黑體", "Microsoft YaHei", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
  color: #555;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-area {
  margin: 0 0 30px;
}
.input-area label {
  font-size: 110%;
  color: #555;
  margin: 0 0 5px;
  display: inline-block;
}
.input-area label span.mark {
  color: #D2222B;
}
.input-area label span.pwd-mark {
  font-size: 70%;
  color: #D2222B;
}

.input-box {
  width: 100%;
  position: relative;
}
.input-box label.error {
  color: #fff;
  padding: 5px 10px;
  line-height: 25px;
  margin: 0;
  background: #CB3D3D;
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 2;
  transform: translateY(-50%);
}

.input-sty {
  font-size: 110%;
  color: #555;
  width: 100%;
  line-height: 44px;
  padding: 0 10px;
  border: 1px solid #999;
  background: #F7F7F7;
  box-sizing: border-box;
}
.input-sty::placeholder {
  color: #bbb;
}

.input-sty.error {
  border: 1px solid #CB3D3D;
}

.input-area2 {
  margin: 0 0 20px;
}
.input-area2 .input-sty {
  font-size: 100%;
  line-height: 38px;
  background: #fff;
}

.label-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.label-item {
  cursor: pointer;
  padding: 5px;
  margin: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.label-item span {
  font-size: 86%;
  margin: 0 0 0 5px;
}

.radio-box {
  width: 14px;
  height: 14px;
  padding: 2px 0 0 2px;
  border: 1px solid #009aff;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

input[type=radio]:checked + .radio-box::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #009aff;
  display: block;
}

input[type=radio] {
  opacity: 0;
}

.check-box-area label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.check-box {
  width: 13px;
  height: 13px;
  border: 2px solid #005C9A;
  border-radius: 2px;
  margin-top: 3px;
  cursor: pointer;
  background: #005C9A;
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox]:checked + .check-box::after {
  content: "\f00c";
  font-size: 15px;
  color: #fff;
  transform: translateY(-1px);
  display: block;
}

.check-box + span {
  color: #005C9A;
  margin: 0 0 0 3px;
  transition: 0.2s;
  line-height: 22px;
  display: inline-block;
  width: calc(100% - 20px);
}
.check-box + span:hover {
  color: #003e67;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background: #329a04;
}
.switch input:checked + .slider:after {
  content: "on";
  right: 35px;
}
.switch input:focus + .slider {
  box-shadow: 0 0 5px #111111;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999999;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  border-radius: 50px;
  padding: 3px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  border-radius: 30px;
  left: 3px;
  bottom: 3px;
}
.slider:after {
  position: absolute;
  content: "off";
  color: #ffffff;
  line-height: 25px;
  padding: 0 0 0 5px;
  right: 15px;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #555;
}

.pasw {
  -webkit-text-security: disc;
}

.btn-area {
  text-align: center;
  margin: 35px 0 0;
}

.btn {
  font-size: 110%;
  color: #fff;
  line-height: 20px;
  padding: 12px 18px;
  background: #005C9A;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
}
.btn:hover {
  background: #003e67;
}
.btn i {
  font-size: 120%;
  display: inline-block;
  vertical-align: middle;
}
.btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn-submit {
  position: relative;
}
.btn-submit input {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.sel-sty {
  font-size: 100%;
  color: #555;
  line-height: 38px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #999;
  background: url(../img/icon_sel2.png) no-repeat right 10px center #fff;
  box-sizing: border-box;
}

.sub-filter-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.sub-filter-btn input {
  position: absolute;
}
.sub-filter-btn label {
  color: #d89f1f;
  border-radius: 10px;
  padding: 3px 10px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.sub-filter-btn label:hover {
  color: #fff;
}
.sub-filter-btn input[type=radio]:checked + label {
  color: #fff;
  background: #d89f1f;
}

.check-box2 {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  border: 2px solid #d1c0a5;
  border-radius: 2px;
  transition: 0.2s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox]:checked + .check-box2::after {
  content: "\f00c";
  font-size: 15px;
  color: #d1c0a5;
  transition: 0.2s;
}

.check-box-c {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
}

input[type=checkbox]:checked + .check-box-c::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/icon_c.png) no-repeat center center;
  background-size: contain;
  transition: 0.2s;
  position: absolute;
  top: -2px;
  left: -2px;
}

input[type=radio]:checked + .check-box-c::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url(../img/icon_c.png) no-repeat center center;
  background-size: contain;
  transition: 0.2s;
  position: absolute;
  top: -2px;
  left: -2px;
}

.ex-inp-wrap {
  margin: 10px 20px;
  border: 1px solid #009aff;
  border-radius: 5px;
}

.ex-tit {
  font-size: 18px;
  color: #fff;
  padding: 5px;
  background: #009aff;
}

.ex-box {
  padding: 5px;
}
.ex-box p {
  margin: 5px 0;
}
.ex-box i {
  color: #009aff;
}

.body-main.ovh {
  overflow: hidden;
}

.ht {
  color: transparent;
  line-height: 0;
  display: none;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: none;
}

.light-wrap {
  width: 960px;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 21;
  display: none;
}

.light-tit {
  font-size: 188%;
  color: #fff;
  margin: 0 0 5px;
  line-height: 42px;
  text-align: center;
  position: relative;
}

.light-close-btn {
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.light-close-btn i {
  font-size: 120%;
  color: #fff;
}
.light-close-btn:hover {
  opacity: 0.8;
}

.light-cont {
  padding: 30px 0;
  border-top: 5px solid #005C9A;
  background: #fff;
  max-height: calc(100vh - 150px);
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.light-cont h3 {
  font-size: 110%;
  margin: 0 0 5px;
}
.light-cont .tit {
  margin: 0 0 5px;
}
.light-cont p {
  text-indent: 2em;
  margin: 0 0 30px;
}
.light-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.7);
}

.light-scroll-cont {
  padding: 0 50px;
}

.light-scroll {
  -webkit-overflow-scrolling: touch;
}

.light-step-wrap {
  width: 100%;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  box-sizing: border-box;
}

.light-step-wrap.close {
  display: none;
}

.light-step-close-box {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.light-step-close {
  width: 38px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
.light-step-close img {
  width: 32px;
}
.light-step-close span {
  color: #fff;
  font-size: 18px;
  margin-top: 3px;
  display: inline-block;
}
.light-step-close:hover {
  opacity: 0.8;
}

.light-step-area {
  width: 100%;
}

.light-step-cont {
  width: 650px;
  margin: 0 auto;
}

.light-step-tit {
  width: 260px;
  color: #fff;
  position: relative;
  margin: 0 auto 45px;
}
.light-step-tit .tit1 {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.light-step-tit .tit1 span {
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
}

.stpe-tit-d {
  width: 75px;
  margin: 0 auto;
}
.stpe-tit-d img {
  width: 100%;
}

.light-step-nav {
  width: 320px;
  height: 30px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.light-step-nav .step-box {
  color: #ACACAC;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.light-step-nav .step-box:hover {
  color: #fff;
}
.light-step-nav .step-box.act {
  color: #fff;
  font-size: 22px;
  border-bottom: 2px solid #fff;
}

.light-step-sw {
  overflow: hidden;
}

.light-step-sw-box .tit {
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 60px;
}
.light-step-sw-box .tit a {
  color: #139dee;
  text-decoration: underline;
  transition: 0.2s;
}
.light-step-sw-box .tit a:hover {
  color: #0e7ec0;
}

.light-step-img img {
  margin: 0 auto;
  max-width: 100%;
}

.light-step-img.cstep3 {
  padding-top: 20px;
}

.light-step-img.cstep4 {
  padding-top: 50px;
}

.c-step-side-box {
  cursor: pointer;
  transition: 0.2s;
}
.c-step-side-box:hover {
  opacity: 0.8;
}

.c-step-side-img {
  padding: 5px;
}
.c-step-side-img img {
  width: 100%;
}

.c-step-side-txt {
  font-size: 16px;
  text-align: center;
}
.c-step-side-txt i {
  color: #E0764B;
}
.c-step-side-txt span {
  color: #000;
  font-weight: bold;
  margin-left: 5px;
  display: inline-block;
}

.light-txt-wrap {
  width: 320px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  display: none;
}

.light-txt-cont {
  text-align: center;
  border-top: 5px solid #005C9A;
  background: #fff;
}
.light-txt-cont .btn {
  width: 100%;
}

.light-txt {
  font-size: 110%;
  line-height: 32px;
  padding: 30px 10px;
}

.quest-list-box {
  font-size: 110%;
}

.quest-list-tit {
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 2px solid #999;
}

.quest-box {
  padding: 15px 0;
  border-bottom: 1px solid #999;
}
.quest-box a {
  color: #005C9A;
  transition: 0.2s;
}
.quest-box a:hover {
  color: #4DA896;
}
.quest-box i {
  margin: 0 5px 0 0;
}

.nav-area {
  width: 100%;
  position: relative;
  z-index: 15;
}

.nav-info-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 2;
}

.nav-slogn {
  font-size: 100%;
  color: #005C9A;
  padding: 0 0 0 10px;
}

.nav-user-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav-user {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.login-user {
  color: #005C9A;
  margin: 0 10px 0 0;
}
.login-user span {
  margin: 0 10px 0 0;
}
.login-user a {
  color: #005C9A;
  transition: 0.2s;
}
.login-user a:hover {
  color: #4DA896;
}

.log-btn {
  font-size: 110%;
  color: #fff;
  line-height: 26px;
  padding: 9px 20px;
  display: inline-block;
  background: #00406B;
  transition: 0.2s;
  cursor: pointer;
}
.log-btn:hover {
  background: #002138;
}

.regis-btn {
  border-right: 1px solid #fff;
  background: #007CC6;
  transition: 0.2s;
}
.regis-btn:hover {
  background: #005c93;
}

.fb-btn {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.lang-sel-box {
  width: 110px;
}

.lang-sel {
  font-size: 110%;
  color: #fff;
  width: 100%;
  line-height: 26px;
  padding: 9px 12px;
  background: url(../img/icon_sel.png) no-repeat right 10px center #00406B;
  box-sizing: border-box;
}

.logo {
  width: 228px;
}
.logo span {
  color: transparent;
  line-height: 0;
}
.logo img {
  width: 100%;
}

.nav-area nav {
  padding: 0 10px;
  background: #005C9A;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.nav-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav-item.en .n-item {
  padding: 15px;
}
.nav-item.en span {
  font-size: 100%;
  line-height: 1.2;
}

.n-item {
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  cursor: pointer;
  transition: 0.2s;
}
.n-item:hover {
  box-shadow: inset 0 -8px 0 rgba(255, 255, 255, 0.5);
}
.n-item span {
  font-size: 120%;
  display: block;
  line-height: 28px;
}
.n-item span.en {
  font-size: 76%;
  line-height: 16px;
}

.src-box {
  width: 190px;
  margin: 0 0 0 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.input-src {
  width: calc(100% - 30px);
  font-size: 100%;
  padding: 6px;
  box-sizing: border-box;
}

.src-btn {
  color: #005C9A;
  padding: 6px;
  cursor: pointer;
  transition: 0.2s;
}
.src-btn:hover {
  color: #008ae7;
}

.nav-fix-box {
  width: 100%;
  position: relative;
}

.sub-nav-list {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sub-nav-list .sub-literaryList {
  padding-right: 555px;
}
.sub-nav-list .sub-literaryList2 {
  padding-right: 600px;
}
.sub-nav-list .sub-literaryList3 {
  padding-right: 495px;
}
.sub-nav-list .sub-themeList {
  padding-right: 380px;
}
.sub-nav-list .sub-themeList2 {
  padding-right: 420px;
}
.sub-nav-list .sub-makerList {
  padding-right: 300px;
}

.nav-sup {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: rgba(4, 48, 78, 0.7);
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}
.nav-sup a, .nav-sup .nav-three {
  color: #fff;
  padding: 12px;
  transition: 0.2s;
  cursor: pointer;
}
.nav-sup a:hover, .nav-sup .nav-three:hover {
  color: #5cf9dc;
}
.nav-sup a span, .nav-sup .nav-three span {
  width: 100%;
  display: block;
}
.nav-sup a span.en, .nav-sup .nav-three span.en {
  font-size: 80%;
  line-height: 16px;
}
.nav-sup .nav-three {
  position: relative;
}
.nav-sup .nav-three:hover .nav-three-box {
  display: block;
}
.nav-sup .nav-three .nav-three-box {
  width: 170px;
  padding: 5px 10px;
  background: #fff;
  position: absolute;
  top: 40px;
  left: -45px;
  z-index: 1;
  display: none;
}
.nav-sup .nav-three .nav-three-box a {
  color: #10AB95;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px dashed #979797;
  transition: 0.2s;
  display: block;
}
.nav-sup .nav-three .nav-three-box a:hover {
  color: #0c7c6c;
}
.nav-sup .nav-three .nav-three-box a:last-child {
  border: 0;
}

.n-nav-sup {
  display: none;
}
.n-nav-sup span {
  font-size: 110%;
}

.n-nav-three span {
  padding: 0 0 10px;
}

.n-nav-three-box {
  background: rgba(16, 171, 149, 0.3);
}
.n-nav-three-box span.tit {
  margin: 0 0 5px;
  padding: 10px 0 0;
  width: 100%;
}
.n-nav-three-box span.cont {
  font-size: 85%;
  width: 80%;
  border-top: 1px dashed #fff;
  padding: 7px 10px 0;
  margin: 0 auto;
}
.n-nav-three-box a {
  padding: 0 0 7px !important;
}

.hamburger {
  padding: 17px 10px 13px 15px;
  display: none;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background: #fff;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background: #fff;
}

.banner-area {
  height: 650px;
  box-sizing: border-box;
  background: url(../img/banner.jpg) center center/cover;
  position: relative;
}

.banner-cont {
  width: 1400px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

.banner-info {
  color: #fff;
  padding: 230px 0 0;
}
.banner-info p {
  font-size: 110%;
  line-height: 30px;
  margin: 0 0 20px;
}

.banner-tit {
  font-size: 300%;
  font-weight: bold;
  letter-spacing: 15px;
}

.banner-sup-tit {
  font-size: 200%;
}

.banner-btn {
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  background: #4DA896;
  display: inline-block;
  transition: 0.2s;
}
.banner-btn:hover {
  background: #3d8577;
}

.scroll-down.fix {
  position: fixed;
}

.scroll-down {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.scroll-down span {
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  font-size: 12px;
  display: block;
}

.scroll-arr {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  margin: 0 0 5px;
}
.scroll-arr img {
  animation: scrollAni 0.4s infinite alternate ease-in;
  transform: translateY(-5px);
}

@keyframes scrollAni {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
.word-cloud-area {
  height: 600px;
  position: relative;
}

.word-cloud-area.cn {
  background: url(../img/wccn_bg.jpg) center center/cover;
}

.word-cloud-area.en {
  background: url(../img/wcen_bg.jpg) center center/cover;
}

.word-cloud-box {
  max-width: 1200px;
  margin: 0 auto;
  height: 600px;
}
.word-cloud-box a {
  font-weight: 400;
  display: block;
  transition: 0.3s;
}
.word-cloud-box a:hover {
  transform: scale(1.15);
}
.word-cloud-box span {
  padding: 5px;
}

.word-cloud-area + .main-area {
  padding: 0;
}

.travel-enter-area {
  width: 160px;
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 11;
  transition: 0.2s;
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}
.travel-enter-area .switch-btn-box {
  color: #fff;
  width: 15px;
  border-radius: 5px;
  padding: 8px;
  background: #e06c44;
  position: absolute;
  top: 50%;
  left: -41px;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s;
}
.travel-enter-area .switch-btn-box:hover {
  opacity: 0.8;
}
.travel-enter-area .switch-btn-box .icon {
  text-align: center;
  font-size: 18px;
  transition: 0.2s;
}
.travel-enter-area .switch-btn-box .txt {
  font-size: 15px;
  height: 0;
  transition: 0.2s;
  overflow: hidden;
}
.travel-enter-area .top-box {
  display: block;
  transition: 0.2s;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
}
.travel-enter-area .top-box:hover {
  opacity: 0.8;
}
.travel-enter-area .click-box {
  text-align: right;
}
.travel-enter-area .click-box img {
  display: inline-block;
}
.travel-enter-area .logo-box {
  width: 60%;
  margin: 10px auto;
}
.travel-enter-area .logo-box img {
  width: 100%;
}

.travel-enter-sw-box {
  position: relative;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.5));
}
.travel-enter-sw-box .swiper-button-prev, .travel-enter-sw-box .swiper-button-next {
  color: #51423D;
  width: auto;
  height: auto;
  margin-top: 0px;
  top: 40px;
  background: none;
}
.travel-enter-sw-box .swiper-button-prev i, .travel-enter-sw-box .swiper-button-next i {
  font-size: 26px;
}
.travel-enter-sw-box .swiper-button-prev.off, .travel-enter-sw-box .swiper-button-next.off {
  display: none;
}
.travel-enter-sw-box .swiper-button-prev {
  left: -5px;
}
.travel-enter-sw-box .swiper-button-next {
  right: -5px;
}

.travel-enter-slide {
  transition: 0.2s;
}
.travel-enter-slide:hover {
  opacity: 0.8;
}

.travel-enter-slide-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}
.travel-enter-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-enter-slide-txt {
  font-size: 14px;
  color: #000;
  text-align: center;
  width: 135px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.travel-enter-area.fixed {
  bottom: 100px;
}

.travel-enter-area.close {
  right: -180px;
}
.travel-enter-area.close .switch-btn-box {
  width: 29px;
  padding: 8px 5px;
  left: -49px;
  text-align: center;
}
.travel-enter-area.close .switch-btn-box .icon {
  transform: rotate(180deg);
}
.travel-enter-area.close .switch-btn-box .txt {
  height: auto;
}

.main-area {
  padding: 90px 0 0;
}

.main-cont {
  width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ind-tit-box {
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ind-tit-box h2 {
  font-size: 250%;
  color: #005C9A;
  padding: 0 15px 0 0;
  font-weight: bold;
}

.ind-en-tit {
  font-size: 110%;
  line-height: 22px;
  width: calc(100% - 190px);
  background: #eee;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ind-en-tit span {
  color: #999;
  padding: 0 0 0 15px;
  line-height: 42px;
}
.ind-en-tit a {
  color: #fff;
  width: 80px;
  text-align: center;
  padding: 10px;
  background: #4DA896;
  display: inline-block;
  transition: 0.2s;
}
.ind-en-tit a:hover {
  background: #3d8577;
}

.ind-en-tit2 {
  width: calc(100% - 215px);
}

.literary-banner {
  padding: 0 0 18px;
  margin: 0 0 80px;
}
.literary-banner .swiper-pagination {
  width: 100%;
  text-align: right;
  bottom: 0;
}
.literary-banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.literary-box, .literary-img-area {
  display: block;
  position: relative;
}
.literary-box:after, .literary-img-area:after {
  content: "";
  border: 0px solid rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  transition: 0.2s;
}
.literary-box:hover::after, .literary-img-area:hover::after {
  border: 10px solid rgba(255, 255, 255, 0.3);
}
.literary-box:hover .tit, .literary-img-area:hover .tit {
  text-shadow: 0 0 5px #000;
  transform: translateY(-15%);
}

.literary-box-cube {
  margin: 0 0 10px;
  position: relative;
}

.literary-tag {
  margin: 5px 0 0;
}
.literary-tag a {
  color: #005C9A;
  margin: 0 10px 5px 0;
  display: inline-block;
  transition: 0.2s;
}
.literary-tag a:hover {
  color: #003e67;
}

.literary-img:before {
  content: "";
  display: block;
  opacity: 0.5;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.literary-img img {
  width: 100%;
  opacity: 0;
}

.literary-tit {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.literary-tit span {
  font-size: 138%;
  color: #fff;
  display: block;
}
.literary-tit span.tit {
  transition: 0.2s;
}
.literary-tit span.date {
  font-size: 80%;
}

.ind-writer-area {
  margin: 0 0 150px;
}

.writer-cont {
  margin: 0 0 60px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.writer-cont:last-child {
  margin: 0;
}

.writer-img {
  width: 45%;
  padding-left: 60px;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

.writer-img-box {
  display: block;
  transition: 0.2s;
  padding-bottom: 71%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #eee;
}
.writer-img-box:hover {
  box-shadow: 10px 10px 0 #91B1C7;
}
.writer-img-box img {
  width: 100%;
  opacity: 0;
  display: none;
}

.writer-info {
  width: 55%;
}
.writer-info h3 {
  font-size: 281%;
  color: #005C9A;
  font-weight: bold;
  padding-left: 25px;
}
.writer-info .collect-tag {
  padding-left: 25px;
  margin: 0 0 5px;
}

.writer-txt {
  padding: 50px;
  background: url(../img/bg_line.png) center center #005C9A;
  position: relative;
}
.writer-txt p {
  font-size: 125%;
  line-height: 28px;
  color: #fff;
  text-align: justify;
}
.writer-txt:after {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  background: url(../img/bg_line.png) center center #005C9A;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.writer-cont-right {
  flex-flow: row-reverse;
}
.writer-cont-right .writer-img {
  padding-left: 0;
  padding-right: 60px;
}
.writer-cont-right .writer-img-box:hover {
  box-shadow: -10px 10px 0 #91B1C7;
}
.writer-cont-right .writer-info h3 {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}
.writer-cont-right .writer-info .collect-tag {
  text-align: right;
  padding-right: 25px;
  padding-left: 0;
}
.writer-cont-right .writer-txt:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.ind-theme-area {
  margin: 0 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.ind-theme-box {
  width: 49%;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}
.ind-theme-box > div, .ind-theme-box > a {
  width: 49%;
}

.ind-theme-img {
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.ind-theme-img img {
  width: 100%;
  opacity: 0;
}
.ind-theme-img:hover {
  opacity: 0.9;
}

.ind-theme-txt {
  color: #000;
  border-top: 7px solid #005C9A;
  padding: 20px;
  background: #F7F7F7;
  box-sizing: border-box;
}
.ind-theme-txt h3 {
  font-size: 150%;
  font-weight: bold;
  margin: 0 0 10px;
  transition: 0.2s;
}
.ind-theme-txt h3:hover {
  color: #005C9A;
}
.ind-theme-txt p {
  font-size: 110%;
  line-height: 26px;
  max-height: 208px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  transition: 0.2s;
}
.ind-theme-txt p:hover {
  color: #005C9A;
}

.ind-exhibition-area {
  background: #F7F7F7;
  overflow: hidden;
  padding: 80px 0;
}

.exhibition-banner {
  width: 300px;
  margin: 0 auto;
  padding: 0 0 60px;
  overflow: unset;
}
.exhibition-banner .swiper-slide-active .ind-exhibition-img {
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.exhibition-banner .swiper-slide-active .ind-exhibition-img:before, .exhibition-banner .swiper-slide-active .ind-exhibition-img:after {
  display: none;
}
.exhibition-banner .swiper-slide-active .ind-exhibition-txt {
  margin: 40px 0 0;
}
.exhibition-banner .swiper-pagination {
  bottom: 0;
}

.ind-exhibition-box {
  display: block;
}

.ind-exhibition-img {
  margin: 0 0 5px;
  position: relative;
}
.ind-exhibition-img img {
  width: 100%;
  opacity: 0;
}
.ind-exhibition-img:before {
  content: "";
  display: block;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.ind-exhibition-img:after {
  content: "";
  width: 100%;
  display: block;
  height: 10px;
  background: #005C9A;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.ind-exhibition-txt {
  font-size: 125%;
  color: #000;
  line-height: 28px;
  min-height: 56px;
  text-align: center;
  padding: 0 5px;
}

.exhibition-banner-area {
  position: relative;
}
.exhibition-banner-area .swiper-pagination {
  position: relative;
}
.exhibition-banner-area .swiper-pagination-bullet {
  margin: 0 2px;
}

.exhibition-map-area {
  max-width: 1100px;
  margin: 0 auto;
}

.exhibition-map-cont {
  width: 100%;
  position: relative;
}
.exhibition-map-cont img {
  width: 100%;
}

.exb-event {
  border: 6px solid #005C9A;
  border-radius: 50%;
  position: absolute;
}
.exb-event:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #005C9A transparent transparent transparent;
}

.exb-event-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}
.exb-event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.exb-event-img {
  padding-bottom: 100%;
  cursor: pointer;
}
.exb-event-img:hover .exb-tit-box {
  opacity: 1;
  visibility: visible;
}

.exb-tit-box {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background: rgba(0, 92, 154, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.exb-tit {
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.exb-event1 {
  width: 14%;
  top: 3%;
  left: 10%;
}
.exb-event1:after {
  position: absolute;
  top: 60%;
  right: -9%;
  z-index: 1;
  transform: rotate(48deg);
}

.exb-event2 {
  width: 14%;
  top: 26%;
  left: 34%;
}
.exb-event2:after {
  position: absolute;
  top: 81%;
  right: 3%;
  z-index: 1;
  transform: rotate(70deg);
}

.exb-event3 {
  width: 16%;
  bottom: 10%;
  left: 33%;
}
.exb-event3:after {
  position: absolute;
  top: 50%;
  right: -10%;
  z-index: 1;
  transform: rotate(33deg);
}

.exb-event4 {
  width: 16%;
  bottom: 2%;
  right: 6%;
}
.exb-event4:after {
  position: absolute;
  top: 35%;
  left: -13%;
  z-index: 1;
  transform: rotate(105deg);
}

.exb-event5 {
  width: 16%;
  top: -6%;
  right: 2%;
}
.exb-event5:after {
  position: absolute;
  top: 90%;
  left: 8%;
  z-index: 1;
  transform: rotate(42deg);
}

.exb-event6 {
  width: 10.5%;
  top: 24%;
  right: 0%;
}
.exb-event6:after {
  position: absolute;
  top: 90%;
  left: 8%;
  z-index: 1;
  transform: rotate(42deg);
}

.exb-event7 {
  width: 16%;
  top: 5%;
  right: -2%;
}
.exb-event7:after {
  position: absolute;
  top: 90%;
  left: 8%;
  z-index: 1;
  transform: rotate(42deg);
}

.exb-event8 {
  width: 16%;
  top: 27%;
  right: 29%;
}
.exb-event8:after {
  position: absolute;
  top: 87%;
  right: 10%;
  z-index: 1;
  transform: rotate(75deg);
}

.exb-event9 {
  width: 16%;
  top: 43%;
  left: 28%;
}
.exb-event9:after {
  position: absolute;
  right: 45%;
  bottom: -14%;
  z-index: 1;
}

.exb-event10 {
  width: 16%;
  top: 34%;
  right: 21%;
}
.exb-event10:after {
  position: absolute;
  right: -3%;
  bottom: 17%;
  z-index: 1;
  transform: rotate(60deg);
}

.exb-event11 {
  width: 15%;
  top: 42%;
  left: 8%;
}
.exb-event11:after {
  position: absolute;
  right: -9%;
  bottom: 27%;
  z-index: 1;
  transform: rotate(45deg);
}

.exb-event12 {
  width: 12%;
  top: 50%;
  right: 18%;
}
.exb-event12:after {
  position: absolute;
  bottom: 37%;
  left: -14%;
  z-index: 1;
  transform: rotate(-30deg);
}

.exb-event13 {
  width: 13%;
  top: 0%;
  right: 20%;
}
.exb-event13:after {
  position: absolute;
  right: 45%;
  bottom: -13%;
  z-index: 1;
  transform: rotate(117deg);
}

.exhibition-floor-area {
  padding: 10px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.exhibition-btn {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  padding: 0 30px;
  margin: 0 5px;
  border-radius: 17px;
  background: #bbb;
  cursor: pointer;
  transition: 0.2s;
}
.exhibition-btn:hover {
  background: #a2a2a2;
}

.exhibition-btn.act {
  background: #005C9A;
}

.exb-map-info-area {
  width: 100%;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  box-sizing: border-box;
}

.exb-map-close {
  width: 40px;
  position: absolute;
  top: 40px;
  right: -40px;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
}
.exb-map-close img {
  margin: 0 auto;
}
.exb-map-close:hover {
  opacity: 0.8;
}
.exb-map-close span {
  font-size: 18px;
  color: #fff;
  margin: 5px 0 0;
  display: inline-block;
}

.exb-map-info-cont {
  max-height: 80vh;
  overflow: hidden;
}

.exb-map-info-img {
  width: 250px;
  height: 250px;
  border: 5px solid #fff;
  margin: 26px auto 0;
  position: relative;
}
.exb-map-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.exb-map-tag {
  color: #fff;
  line-height: 1.2;
  padding: 10px 20px;
  border-radius: 25px;
  background: #D5572B;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translate(50%, -50%);
}

.exb-map-info-tit {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 25px;
}

.exb-map-info-txt {
  padding: 40px 60px;
  background: #fff;
  overflow: hidden;
}
.exb-map-info-txt .tit {
  font-size: 32px;
  margin: 0 0 35px;
}
.exb-map-info-txt .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #005C9A;
}

.exb-event-mb-area {
  display: none;
}

.exb-event-mb-cont {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.exb-event-mb {
  width: 45%;
  margin: 0 0 30px;
  cursor: pointer;
  transition: 0.2s;
}
.exb-event-mb:hover .exb-event-mb-tit {
  color: #005C9A;
}
.exb-event-mb:hover .exb-event-mb-img::after {
  opacity: 1;
}

.exb-event-mb-img {
  width: 95%;
  padding-bottom: 95%;
  margin: 0 auto 30px;
  border-radius: 50%;
  border: 6px solid #005C9A;
  position: relative;
}
.exb-event-mb-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.exb-event-mb-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 92, 154, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.2s;
}

.exb-event-mb-tag {
  color: #fff;
  width: max-content;
  text-align: center;
  padding: 7px 20px;
  border-radius: 20px;
  max-width: 100%;
  background: #D5572B;
  position: absolute;
  bottom: -20px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
}

.exb-event-mb-tit {
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  transition: 0.2s;
}

footer {
  padding: 20px 0;
  background: #888;
  position: relative;
}
footer .main-cont {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-logo {
  width: 240px;
}

.f-logo {
  margin: 0 15px 0 0;
  display: inline-block;
}

.f-logo-txt {
  margin: 10px 0 0;
  line-height: 22px;
}

.footer-info-area {
  width: calc(100% - 260px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-info {
  width: calc(100% - 170px);
}

.web-link-box {
  margin: 0 0 10px;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.web-link-box a, .web-link-box .web-link {
  color: #fff;
  margin: 0 20px 10px 0;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.web-link-box a:hover, .web-link-box .web-link:hover {
  color: #ddd;
}

.copyright {
  font-size: 80%;
  line-height: 22px;
}

.web-info-box {
  text-align: right;
}

.web-info {
  line-height: 22px;
}
.web-info span:first-child {
  color: #BBB;
  margin: 0 10px 0 0;
}

.gotop {
  color: #fff;
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  background: #005C9A;
  transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  position: fixed;
  bottom: -100px;
  right: 10px;
  z-index: 11;
  cursor: pointer;
}
.gotop:hover {
  background: #003e67;
}
.gotop i {
  font-size: 180%;
}
.gotop span {
  width: 100%;
  margin: 5px 0 0;
  display: block;
}

.gotop-fix {
  position: absolute;
}

.page-top-area .main-cont {
  padding: 50px 10px;
}

.page-top-area-g {
  background: #F7F7F7;
}

.inner-single-page {
  padding-bottom: 80px;
  position: relative;
  background: #F7F7F7;
  overflow: hidden;
}
.inner-single-page:before {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.inner-single-page .main-cont {
  position: relative;
  z-index: 2;
}

.page-gray-wrap {
  background: #F7F7F7;
}

.page-tab-area {
  min-height: 52px;
  background: #F7F7F7;
}
.page-tab-area .main-cont {
  padding: 7px 10px 0;
  box-sizing: border-box;
  position: relative;
}

.page-tab-area.notab .main-cont {
  min-height: 52px;
}

.page-wrap {
  padding: 30px 0 80px;
}

.page-wrap-build {
  padding: 0;
}

.page-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.page-cont {
  width: calc(100% - 330px);
}

.page-side {
  width: 300px;
}

.one-line-wrap {
  padding: 30px 0;
}
.one-line-wrap .creat-src-box {
  margin: 0;
}

.bread-box {
  color: #999;
  font-size: 80%;
  line-height: 16px;
}
.bread-box a {
  color: #999;
  transition: 0.2s;
}
.bread-box a:hover {
  color: gray;
}
.bread-box span {
  margin: 0 5px;
}

.act-page {
  color: #005C9A;
  display: inline-block;
  cursor: pointer;
}

.page-nav-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.page-nav-box {
  font-size: 115%;
  color: #999;
  font-weight: bold;
  padding: 0 10px 3px;
  margin: 0 10px;
  cursor: pointer;
  box-shadow: inset 0 -15px 0 #E6E6E6;
}
.page-nav-box i {
  color: #6EA2C5;
  transition: 0.2s;
}
.page-nav-box:hover i {
  color: #D39000;
}

.page-nav-box.act {
  color: #005C9A;
  box-shadow: inset 0 -15px 0 #D9E6EF;
}
.page-nav-box.act i {
  color: #D39000;
}

.pagination-area {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination-area a {
  font-size: 110%;
  color: #000;
  line-height: 32px;
  width: 32px;
  text-align: center;
  transition: 0.2s;
  margin: 0 2px;
}
.pagination-area a:hover {
  color: #fff;
  background: #005C9A;
}
.pagination-area a.act {
  color: #fff;
  background: #005C9A;
}
.pagination-area .lim-btn {
  font-size: 125%;
}

.page-box {
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-box .act {
  color: #fff;
  background: #005C9A;
}

.back-btn {
  font-size: 95%;
  font-weight: 600;
  color: #4DA896;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 2;
  display: inline-block;
}
.back-btn:hover {
  color: #3d8577;
}
.back-btn i {
  color: #005C9A;
  font-weight: bold;
}

.page-btn-area {
  width: 100%;
  margin: 50px 0 0;
}
.page-btn-area .btn {
  height: 44px;
  margin: 0 5px;
}

.btn.readon {
  background: #4DA896;
}
.btn.readon:hover {
  background: #3d8577;
}

.btn.readoff {
  background: #888888;
}

.edit-area {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

.edit-box {
  overflow: hidden;
  word-break: break-word;
  line-height: 1.5;
}
.edit-box span, .edit-box p {
  font-family: "微軟正黑體" !important;
}
.edit-box ol, .edit-box ul {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.edit-box ol {
  list-style-type: decimal;
}
.edit-box ul {
  list-style-type: disc;
}
.edit-box li {
  margin: 0 0 8px;
}
.edit-box h1, .edit-box h2, .edit-box h3, .edit-box h4, .edit-box h5, .edit-box h6 {
  margin: 0 0 10px;
}
.edit-box h1 {
  font-size: 138%;
}
.edit-box h2 {
  font-size: 120%;
}
.edit-box h3 {
  font-size: 110%;
}
.edit-box h4 {
  font-size: 110%;
  font-weight: bold;
}
.edit-box h5 {
  font-size: 100%;
}
.edit-box h6 {
  font-size: 86%;
}
.edit-box a {
  color: #f89e67;
  word-break: break-word;
  cursor: pointer;
  transition: 0.2s;
}
.edit-box a:hover {
  color: #f78e4f;
}
.edit-box p {
  font-size: 100%;
  line-height: 1.7;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  word-break: break-word;
}
.edit-box img {
  width: 30%;
  height: auto !important;
  display: inline-block;
}
.edit-box img.for-icon {
  max-width: 56px;
  height: auto;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px 0 0;
}
.edit-box img.for-line {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.edit-box img.fr {
  float: right;
}
.edit-box img.fl {
  float: left;
}
.edit-box strong {
  font-weight: bold;
}
.edit-box em {
  font-style: italic;
}
.edit-box span.marker {
  background: yellow;
}
.edit-box q:before, .edit-box q:after {
  content: open-quote;
}
.edit-box blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 8px 2px 20px;
  border-left: 5px solid #ccc;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.edit-box hr {
  margin: 0;
}
.edit-box:last-child {
  margin: 0;
  word-break: break-all;
}
.edit-box iframe {
  min-width: 30%;
  display: inline-block;
}
.edit-box iframe[height] {
  min-height: 300px;
}
.edit-box iframe[width] {
  min-width: 30%;
}
.edit-box table td, .edit-box table th {
  padding: 3px;
  line-height: 1.5;
  word-break: normal;
}
.edit-box table p {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.edit-box table span {
  line-height: 1.5;
}
.edit-box .img-l {
  width: 50%;
  margin: 0 20px 20px 0;
  float: left;
}
.edit-box .img-r {
  width: 50%;
  margin: 0 0 20px 20px;
  float: right;
}
.edit-box .hr-yellow {
  width: 100%;
  height: 5px;
  background-color: #f7b52a;
  border: none;
  display: block;
}
.edit-box input[type=button] {
  font-size: 16px;
  line-height: 24px;
  height: 30px;
  -webkit-appearance: button;
  border: 1px solid rgb(118, 118, 118);
  border-radius: 2px;
}
.edit-box input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.edit-box input[type=radio] {
  -webkit-appearance: radio;
}
.edit-box a {
  word-break: break-word;
  cursor: pointer;
  transition: 0.2s;
  color: #00aff0;
}
.edit-box a:hover {
  color: #FFFFFF;
  background: #00aff0;
}
.edit-box .cum_box .cum_a {
  margin: 0px;
  padding: 5px;
  line-height: 1;
  color: #00aff0;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.edit-box .cum_box .cum_a:hover {
  color: #FFFFFF;
  background: #00aff0;
  text-decoration: none;
}
.edit-box .parallel-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0 0 12px;
}
.edit-box .parallel-layout div {
  margin: 0 10px;
  box-sizing: border-box;
}

.gin-tag-box a, .gin-tag-box .tag {
  color: #005C9A;
  display: inline-block;
  margin: 0 10px 0 0;
  transition: 0.2s;
}
.gin-tag-box a:hover, .gin-tag-box .tag:hover {
  color: #003e67;
}

.share-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.share-btn-box .sbtn:first-child {
  margin: 0 5px 0 0;
}
.share-btn-box a, .share-btn-box .sbtn {
  font-size: 80%;
  color: #fff;
  line-height: 16px;
  padding: 4px 5px;
  border-radius: 3px;
  display: inline-block;
  background: #1978F2;
  cursor: pointer;
  transition: 0.2s;
}
.share-btn-box a:hover, .share-btn-box .sbtn:hover {
  background: #0c60cc;
}
.share-btn-box i {
  margin: 0 3px 0 0;
}
.share-btn-box iframe {
  height: 25px !important;
}

.article-banner-area {
  padding: 50px 0;
}

.article-build {
  padding: 0;
}

.creat-src-box {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.creat-src {
  width: calc(100% - 160px);
}
.creat-src input {
  font-size: 110%;
  width: 100%;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #BBB;
  box-sizing: border-box;
}

.creat-src-btn {
  font-size: 110%;
  color: #fff;
  width: 160px;
  line-height: 44px;
  text-align: center;
  background: #005C9A;
  transition: 0.2s;
  cursor: pointer;
}
.creat-src-btn:hover {
  background: #003e67;
}
.creat-src-btn i {
  margin: 0 3px 0 0;
}

.article-banner-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.article-banner-img {
  width: 44.118%;
  padding-bottom: 23.162%;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.article-banner-img:hover {
  opacity: 0.9;
}
.article-banner-img img {
  width: 100%;
  opacity: 0;
  display: none;
}

.article-banner-box {
  width: calc(100% - 630px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
}

.article-banner-info {
  margin: 0 0 20px;
  position: relative;
}
.article-banner-info .date {
  color: #999;
  margin: 0 0 3px;
}
.article-banner-info .tit {
  font-size: 175%;
  color: #005C9A;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 34px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  transition: 0.2s;
}
.article-banner-info .tit:hover {
  color: #003e67;
}
.article-banner-info .cont {
  display: block;
}
.article-banner-info p {
  font-size: 110%;
  color: #999;
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  cursor: pointer;
  transition: 0.2s;
}
.article-banner-info p:hover {
  color: gray;
}
.article-banner-info .coll-heart-icon-box {
  top: -2px;
  right: 0;
  padding: 0;
}

.article-banner-tag-box {
  width: 100%;
  padding: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.article-banner-tag a {
  margin: 0 10px 5px 0;
}
.article-banner-tag a:last-child {
  margin: 0 0 5px 0;
}

.article-banner-share a {
  margin: 0 0 0 5px;
}

.creat-article-list-area {
  padding: 20px 0;
  background: #F7F7F7;
}

.creat-article-tag-box {
  margin: 0 0 40px;
}

.creat-article-tag-tit {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.creat-article-tag-tit i {
  color: #005C9A;
  margin: 0 5px 0 0;
}
.creat-article-tag-tit > div {
  font-size: 138%;
}
.creat-article-tag-tit .creat-article-change, .creat-article-tag-tit .creat-article-tag-more-area {
  font-size: 100%;
}
.creat-article-tag-tit .creat-article-tag-more {
  font-size: 100%;
  color: #fff;
  line-height: 26px;
  padding: 2px 5px;
  border-radius: 3px;
  background: #4DA896;
  transition: 0.2s;
  cursor: pointer;
}
.creat-article-tag-tit .creat-article-tag-more i {
  color: #fff;
}
.creat-article-tag-tit .creat-article-tag-more:hover {
  background: #3d8577;
}
.creat-article-tag-tit .creat-article-tag-more i {
  margin: 0 0 0 3px;
}

.creat-article-change {
  width: calc(100% - 125px);
  color: #005C9A;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.creat-article-change > div {
  font-size: 138%;
}
.creat-article-change .unact {
  color: #999;
  font-size: 110%;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.creat-article-change .unact i {
  color: #999;
  transition: 0.2s;
}
.creat-article-change .unact:hover {
  color: #007acd;
}
.creat-article-change .unact:hover i {
  color: #007acd;
}

.creat-article-tag {
  border-top: 5px solid #005C9A;
  padding: 15px 15px 10px 15px;
  background: #fff;
  box-sizing: border-box;
}
.creat-article-tag a {
  font-size: 110%;
  line-height: 26px;
  margin: 0 15px 5px 0;
}

.article-all-tag {
  overflow: hidden;
  height: 30px;
}

.article-all-tag.act-open {
  height: auto;
}

.creat-article-list {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
}

.creat-article-box {
  width: 31.3333333333%;
  transition: 0.2s;
  margin: 0 1% 20px;
  background: #fff;
  position: relative;
  display: block;
}
.creat-article-box:hover {
  box-shadow: 10px 10px 0 #E1E1E1;
}

.creat-article-cont {
  padding: 15px 15px 75px;
  box-sizing: border-box;
  position: relative;
}
.creat-article-cont .date {
  color: #999;
}
.creat-article-cont .tit {
  font-size: 138%;
  color: #005C9A;
  font-weight: bold;
  margin: 10px 0;
  line-height: 28px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.creat-article-cont .tit:hover {
  color: #003e67;
}
.creat-article-cont .cont {
  display: block;
}
.creat-article-cont p {
  color: #999;
  margin: 0 0 15px;
  line-height: 22px;
  max-height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  cursor: pointer;
  transition: 0.2s;
}
.creat-article-cont p:hover {
  color: gray;
}
.creat-article-cont .tag-box a {
  margin: 0 10px 0 0;
}
.creat-article-cont .coll-heart-icon-box {
  padding: 0;
  top: 13px;
  right: 13px;
}
.creat-article-cont .collect-tag {
  margin: 0 0 10px;
}

.share-btn-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}
.share-btn-area .share-btn-box {
  margin: 5px 0 0;
}
.share-btn-area .share-btn-box a {
  padding: 6px 7px;
  margin: 0 5px 0 0;
}
.share-btn-area .maker {
  font-size: 110%;
  color: #005C9A;
  font-weight: 600;
  margin: 5px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.creat-article-img {
  display: block;
  transition: 0.2s;
}
.creat-article-img:hover {
  opacity: 0.9;
}
.creat-article-img img {
  width: 100%;
  opacity: 0;
}

.article-cont-area {
  padding-top: 50px;
}
.article-cont-area:before {
  height: 250px;
}

.article-cont-banner {
  height: 540px;
  position: relative;
}
.article-cont-banner h2 {
  font-size: 225%;
  color: #005C9A;
  font-weight: bold;
  line-height: 50px;
  border-top: 6px solid #005C9A;
  padding: 25px 20px;
  word-break: break-word;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.article-cont-info {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.article-maker .name {
  font-size: 110%;
  color: #005C9A;
  margin: 0 0 10px;
}
.article-maker .date {
  color: #999;
}

.article-share {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.article-share .num {
  font-size: 110%;
  margin: 0 10px 0 0;
}

.edit-share {
  margin: 35px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.recom-link-box {
  padding: 8px;
  border: 1px solid #fff;
  margin: 0 0 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s;
}
.recom-link-box:hover {
  border: 1px solid #005C9A;
  background: #eff8fe;
}

.recom-img {
  width: 180px;
  border-radius: 3px;
  overflow: hidden;
}
.recom-img img {
  width: 100%;
  opacity: 0;
}

.recom-cont {
  width: calc(100% - 190px);
}

.recom-tit {
  font-size: 110%;
  line-height: 22px;
  color: #005C9A;
  font-weight: bold;
}

.recom-txt {
  line-height: 22px;
  max-height: 66px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.more-tag {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.more-tag a {
  font-size: 110%;
  color: #005C9A;
  margin: 0 15px 10px 0;
  transition: 0.2s;
  display: inline-block;
}
.more-tag a:hover {
  color: #003e67;
}

.send-msg-nulog {
  font-size: 110%;
  color: #E98425;
  margin: 0 0 20px;
}
.send-msg-nulog a {
  color: #005C9A;
  text-decoration: underline;
  margin: 0 5px;
  transition: 0.2s;
}
.send-msg-nulog a:hover {
  color: #003e67;
}

.send-msg-box {
  margin: 0 0 20px;
}

.send-msgs-sty {
  font-size: 110%;
  width: 100%;
  padding: 10px;
  height: 160px;
  border: 1px solid #BBB;
  background: #fff;
  box-sizing: border-box;
  resize: none;
}
.send-msgs-sty::placeholder {
  color: #BBB;
}

.send-btn-area {
  text-align: right;
}

.send-btn {
  padding: 9px 20px;
}

.article-msg {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-box {
  width: calc(100% - 60px);
}

.user-name {
  font-size: 86%;
  color: #555;
}

.user-info {
  font-size: 80%;
  color: #bbb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.article-msg-cont {
  width: 100%;
  margin-top: -14px;
  padding-left: 60px;
  box-sizing: border-box;
}
.article-msg-cont .cont {
  font-size: 110%;
  line-height: 26px;
  padding: 10px;
  background: #fff;
  box-shadow: 4px 4px 0 #ddd;
  box-sizing: border-box;
}

.editer-article-msg .article-msg-cont {
  padding: 0 60px 0 0;
  margin-top: -26px;
}
.editer-article-msg .article-msg-cont .cont {
  background: #ECE4DD;
  box-shadow: 4px 4px 0 #DFAF88;
}
.editer-article-msg .acc {
  color: #555;
}

.editer-img {
  background: url(../img/icon_w.png) no-repeat center center/cover;
}

.communicate-list {
  margin: 0 0 20px;
}
.communicate-list .mb-tit {
  display: none;
}
.communicate-list li {
  border-bottom: 1px solid #999;
}
.communicate-list li.tit {
  font-weight: 600;
  border-bottom: 2px solid #999;
}
.communicate-list li.tit .list:hover {
  background: none;
}
.communicate-list .list {
  color: #555;
  width: 100%;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: 0.2s;
}
.communicate-list .list:hover {
  background: #f1f1f1;
}
.communicate-list .list .tit-cont {
  color: #005C9A;
  width: calc(100% - 22px);
}
.communicate-list .list i {
  color: #005C9A;
}
.communicate-list .list > div {
  font-size: 110%;
  padding: 0 5px;
  box-sizing: border-box;
}
.communicate-list .list > div:nth-child(1) {
  width: calc(100% - 380px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.communicate-list .list > div:nth-child(2) {
  width: 130px;
  text-align: center;
}
.communicate-list .list > div:nth-child(3) {
  width: 150px;
  text-align: center;
}
.communicate-list .list > div:nth-child(4) {
  width: 100px;
  text-align: center;
}
.communicate-list .list > div span {
  font-size: 80%;
  display: block;
  word-break: break-all;
}
.communicate-list .list > div .date {
  font-size: 12px;
  color: #999;
  line-height: 16px;
}

.communicate-btn-cont {
  padding: 50px 0 0;
}
.communicate-btn-cont p {
  margin: 0 0 20px;
  line-height: 1.4;
}
.communicate-btn-cont p > a {
  color: #005C9A;
  transition: 0.2s;
}
.communicate-btn-cont p > a:hover {
  color: #003e67;
}

.communicate-btn {
  font-size: 125%;
  color: #fff;
  letter-spacing: 2px;
  line-height: 85px;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  margin: 0 0 20px;
  background: #005C9A;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.communicate-btn:hover {
  background: #003e67;
}

.communicate-btn2 {
  background: #4DA896;
}
.communicate-btn2:hover {
  background: #3d8577;
}

.communicate-cont-area h2 {
  font-size: 200%;
  color: #005C9A;
  font-weight: bold;
  border-bottom: 2px solid #999;
  margin: 0 0 10px;
}

.communicate-maker-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.maker-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.maker-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.maker-photo img {
  width: 100%;
}

.maker-name {
  font-size: 110%;
}
.maker-name span {
  color: #4DA896;
}

.comm-info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.comm-info-box i {
  color: #005C9A;
}
.comm-info-box .comm-msg {
  margin: 0 30px 0 0;
}
.comm-info-box .comm-msg span {
  color: #4DA896;
  margin: 0 3px;
}

.communicate-cont {
  padding: 0 0 0 60px;
}

.communicate-txt-box {
  font-size: 110%;
  line-height: 28px;
  padding: 20px;
  margin: 0 0 20px;
  border-left: 4px solid #BBB;
  background: #F7F7F7;
}
.communicate-txt-box p {
  margin: 0 0 20px;
}
.communicate-txt-box p:last-child {
  margin: 0;
}

.communicate-reply-box {
  padding: 0 0 20px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #999;
}
.communicate-reply-box:last-child {
  margin: 0;
}

.reply-info-box {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.reply-info-box i, .reply-info-box .reply-name {
  color: #4DA896;
  margin: 0 3px 0 0;
}

.reply-txt p {
  font-size: 110%;
  line-height: 28px;
  margin: 0 0 20px;
}
.reply-txt p:last-child {
  margin: 0;
}

.admin-reply-box {
  padding: 10px 0 0;
}
.admin-reply-box > div {
  color: #e67b7b;
  text-align: right;
  font-weight: 600;
}
.admin-reply-box i {
  color: #c76565;
}
.admin-reply-box p {
  padding: 10px;
  margin: 5px 0 0;
  border: 1px dashed #e67b7b;
}

.admin-reply-box.reply-article {
  margin: -20px 0 20px;
}

.reply-alert {
  color: #D94F4F;
  padding: 10px;
  border: 1px dotted #D94F4F;
  display: inline-block;
}

.communicate-reply-enter-box {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #999;
  display: none;
}

.reply-enter-tit {
  font-size: 110%;
  margin: 0 0 5px;
}
.reply-enter-tit i {
  color: #4DA896;
  margin: 0 3px 0 0;
}

.textarea-box {
  position: relative;
}
.textarea-box label.error {
  color: #fff;
  padding: 5px 10px;
  line-height: 25px;
  margin: 0;
  background: #CB3D3D;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
}

.reply-sty {
  font-size: 110%;
  width: 100%;
  height: 350px;
  padding: 10px;
  border: 1px solid #bbb;
  background: #F7F7F7;
  resize: none;
  box-sizing: border-box;
}
.reply-sty::placeholder {
  color: #bbb;
}

.reply-enter-btn-box {
  font-size: 110%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.enter-note {
  color: #999;
}

.enter-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.enter-btn-box > div {
  color: #fff;
  width: 170px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.cancel-btn {
  margin: 0 10px 0 0;
  background: #bbb;
}
.cancel-btn:hover {
  background: #a2a2a2;
}

.submit-btn {
  background: #4DA896;
  position: relative;
}
.submit-btn:hover {
  background: #3d8577;
}
.submit-btn input {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.create-reply-tit {
  padding: 20px 0 0;
}

.reply-enter-note {
  font-size: 125%;
  color: #EB4048;
  border-bottom: 2px solid #005C9A;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.history-timeline-area {
  margin: 0 0 30px;
}

.time-line-tag-box {
  font-size: 110%;
  color: #005C9A;
  margin: 0 0 10px;
}

.history-swiper {
  padding: 60px 0;
  background: url(../img/bg_his2.jpg) no-repeat center center/cover;
  position: relative;
}
.history-swiper:before {
  content: "";
  display: block;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5)) rgba(0, 92, 154, 0.7);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5)) rgba(0, 92, 154, 0.7);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5)) rgba(0, 92, 154, 0.7);
  background: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5)) rgba(0, 92, 154, 0.7);
  background: rgba(0, 92, 154, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.history-swiper .swiper-button-next, .history-swiper .swiper-button-prev {
  color: #fff;
  width: auto;
  height: auto;
  background: none;
  z-index: 2;
}
.history-swiper .swiper-button-next i, .history-swiper .swiper-button-prev i {
  font-size: 300%;
}
.history-swiper .swiper-button-next span, .history-swiper .swiper-button-prev span {
  display: block;
  font-size: 80%;
  height: 15px;
}
.history-swiper .swiper-button-prev {
  left: 7px;
}
.history-swiper .swiper-button-next {
  right: 7px;
  text-align: right;
}

.his-timeline-swiper-cont {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.his-timeline-swiper-cont > div {
  width: 48%;
}

.his-timeline-img img {
  width: 100%;
  opacity: 0;
}

.his-timeline-img-txt {
  font-size: 86%;
  color: #fff;
  text-align: right;
  text-shadow: 1px 1px 2px #000;
}

.his-timeline-txt {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.his-timeline-txt .date {
  font-size: 86%;
}
.his-timeline-txt .tit {
  font-size: 200%;
  color: #fff;
  margin: 3px 0;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.his-timeline-txt .tit:hover {
  color: #4DA896;
}

.his-timeline-tag-box {
  color: transparent;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.his-timeline-tag-box a {
  color: #005C9A;
  background: #fff;
  line-height: 26px;
  text-shadow: none;
  padding: 3px 6px;
  margin: 0 8px 5px 0;
  display: inline-block;
  transition: 0.2s;
}
.his-timeline-tag-box a:hover {
  color: #4DA896;
  text-decoration: none;
}
.his-timeline-tag-box a:last-child {
  margin: 0 0 5px 0;
}

.his-time-tab {
  color: #fff;
  padding: 5px 10px;
  margin: 5px 0;
  border-radius: 5px;
  background: #53aa99;
  display: inline-block;
  text-shadow: none;
}

.history-timeline-tag-box {
  padding: 50px 10px;
  margin: 0 0 30px;
  background: #e7e7e7;
}

.history-timeline-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.history-timeline-list .literary-box, .history-timeline-list .literary-box-cube {
  width: 20%;
}

.history-timeline-tit-box {
  margin: 0 0 10px;
  position: relative;
  min-height: 45px;
}
.history-timeline-tit-box h2 {
  font-size: 200%;
  color: #005C9A;
  font-weight: bold;
  text-align: center;
}

.history-time-swiper-box {
  margin: 0 0 20px;
  position: relative;
}
.history-time-swiper-box .swiper-button-prev, .history-time-swiper-box .swiper-button-next {
  font-size: 125%;
  color: #fff;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background: #005C9A;
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}
.history-time-swiper-box .swiper-button-prev:hover, .history-time-swiper-box .swiper-button-next:hover {
  background: #003e67;
}
.history-time-swiper-box .swiper-button-prev {
  left: -22px;
}
.history-time-swiper-box .swiper-button-next {
  right: -22px;
}

.history-time-swiper .literary-img {
  height: 120px;
}
.history-time-swiper .act .literary-box:after {
  border: 10px solid #005C9A;
}

.history-tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 15px;
}
.history-tit .page-tit {
  display: inline-block;
  margin: 0;
}

.down-btn {
  font-size: 110%;
  color: #555;
  line-height: 22px;
  border: 2px solid #005C9A;
  border-radius: 30px;
  padding: 9px 25px;
  margin: 0 0 0 15px;
  transition: 0.2s;
}
.down-btn i {
  color: #005C9A;
  margin: 0 5px 0 0;
}
.down-btn:hover {
  background: rgba(0, 92, 154, 0.1);
}

.history-tag-area {
  width: 90%;
  margin: 0 auto 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.history-tag-area .coll-heart-box {
  margin-left: auto;
}

.history-tag-list a {
  color: #005C9A;
  margin: 0 15px 5px 0;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.history-tag-list a:hover {
  color: #003e67;
}

.more-article-link-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.more-article-link-box {
  width: 50%;
  box-sizing: border-box;
}
.more-article-link-box:first-child {
  border-right: 2px dotted #BBB;
  padding: 0 30px 0 0;
}
.more-article-link-box:last-child {
  padding: 0 0 0 30px;
}

.more-article-link-tit {
  font-size: 138%;
  color: #555;
  font-weight: bold;
  margin: 0 0 10px;
}

.book-link i {
  line-height: 26px;
}
.book-link a {
  font-size: 110%;
  color: #005C9A;
  margin: 0 0 10px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.book-link a:hover {
  color: #003e67;
}
.book-link a:last-child {
  margin: 0;
}
.book-link span {
  width: calc(100% - 20px);
  line-height: 26px;
  display: block;
}

.more-article-link a {
  font-size: 110%;
  color: #005C9A;
  margin: 0 0 5px;
  display: block;
}
.more-article-link a:hover {
  color: #003e67;
}

.login-area {
  width: 500px;
  margin: 0 auto;
}
.login-area h2 {
  font-size: 188%;
  color: #170F4F;
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}

.login-cont {
  padding: 30px 70px;
  border-top: 5px solid #005C9A;
  background: #fff;
  box-sizing: border-box;
}
.login-cont .btn-area .btn {
  width: 100%;
  padding: 12px 10px;
}
.login-cont .btn-area .btn i {
  margin: 0 5px 0 0;
}
.login-cont .btn-area .btn-submit {
  padding: 14px 10px;
}

.login-note-box {
  font-size: 110%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.login-note-box a {
  color: #005C9A;
  display: inline-block;
  transition: 0.2s;
  text-decoration: underline;
}
.login-note-box a:hover {
  color: #003e67;
}
.login-note-box .check-box-area {
  width: 60%;
}

.robet-box {
  padding: 10px;
  margin: 10px 0;
  background: #eee;
}

.input-area2 + .login-note-box {
  margin-top: -10px;
}

.check-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.check-group .check-box-area {
  margin: 0 10px 10px 0;
}
.check-group .check-box-area .check-box + span {
  width: auto;
  color: #555;
}
.check-group .check-box-area .check-box + span:hover {
  color: #003e67;
}

.register-mailpaper-box {
  margin: 5px 0 0;
}

.check-box-area label {
  position: relative;
}
.check-box-area input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.to-register-box {
  text-align: center;
  margin: 10px 0;
}
.to-register-box a {
  color: #005C9A;
  display: inline-block;
}
.to-register-box a i {
  color: #4DA896;
  transition: 0.2s;
}
.to-register-box a:hover i {
  transform: translateX(5px);
}

.or-line {
  font-size: 110%;
  color: #555;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.or-line span {
  padding: 0 15px;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
}
.or-line:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #BBB;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
}

.fb-login {
  margin: 0 0 10px;
  background: #1877F2;
  border: none;
}
.fb-login:hover {
  background: #0b5fcc;
}

.google-login {
  background: #DE4936;
  border: none;
}
.google-login:hover {
  background: #c13220;
}

.register-area {
  width: 1000px;
}

.register-cont {
  padding: 30px 80px;
  border-top: 5px solid #005C9A;
  background: #fff;
  box-sizing: border-box;
}

.register-tit {
  text-align: center;
  margin: 0 0 20px;
}
.register-tit .tit {
  font-size: 110%;
  color: #005C9A;
}
.register-tit .note {
  color: #D2222B;
}

.form-column-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.form-column2 {
  width: 50%;
  box-sizing: border-box;
}
.form-column2:first-child {
  border-right: 1px solid #BBB;
  padding-right: 80px;
}
.form-column2:last-child {
  padding-left: 80px;
}

.register-agree-box span {
  color: #555;
}
.register-agree-box .link {
  color: #005C9A;
  text-decoration: underline;
  margin: 0 3px;
  cursor: pointer;
  transition: 0.2s;
}
.register-agree-box .link:hover {
  color: #003e67;
}

.register-btn-area {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 20px auto 0;
}
.register-btn-area .robet-box {
  margin: 0 15px 0 0;
}
.register-btn-area .btn {
  padding: 14px 50px;
}

.member-center-area {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.member-side {
  padding-top: 45px;
  width: 220px;
}
.member-side h2.tit {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 45px;
}

.member-side-nav .item {
  margin: 0 0 25px;
}
.member-side-nav a {
  font-size: 20px;
  color: #999;
  padding-right: 15px;
  background: #f7f7f7;
  display: inline-block;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}
.member-side-nav a:hover {
  color: #005C9A;
}
.member-side-nav .item.act {
  position: relative;
}
.member-side-nav .item.act a {
  color: #005C9A;
}
.member-side-nav .item.act:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #005C9A;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.member-cont {
  width: calc(100% - 220px);
  background: #fff;
}

.member-top-nav-box {
  padding: 20px 10px 10px;
  background: #ddd;
}
.member-top-nav-box a {
  color: #999;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  padding: 0 20px;
  margin: 0 0 10px;
  border-right: 1px solid #999;
  transition: 0.2s;
}
.member-top-nav-box a:last-child {
  border-right: none;
}
.member-top-nav-box a:hover {
  color: #005C9A;
}
.member-top-nav-box a.act {
  color: #005C9A;
}

.member-info-cont {
  padding: 30px;
}
.member-info-cont .btn-area {
  margin: 20px 0 0;
}

.member-info-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.member-info-column .input-area {
  width: 47%;
}

.member-info-input {
  width: 100%;
  border: 1px solid #bbb;
  padding: 10px;
  height: 105px;
  resize: none;
  box-sizing: border-box;
}

.member-info-input-note {
  font-size: 14px;
  color: #999;
}

.three-img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.three-img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.three-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-top-nav-area {
  position: relative;
}

.member-nav-sel {
  font-size: 14px;
  line-height: 20px;
  color: #005C9A;
  width: 100%;
  padding: 10px 15px;
  background: url(../img/icon_sel2.png) no-repeat right 15px center #ddd;
  box-sizing: border-box;
  display: none;
}

.member-collect-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.member-collect-box {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.member-collect-box:nth-child(3n) {
  margin-right: 0;
}

.member-heart {
  padding: 2px 10px;
  border-radius: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.member-heart i {
  color: #e06c44;
  margin-right: 3px;
}
.member-heart span {
  font-size: 14px;
}
.member-heart:hover {
  background: #eee;
}

.member-collect-img {
  border-radius: 5px;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
.member-collect-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.member-collect-cont {
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.member-collect-cont:hover {
  opacity: 0.8;
}
.member-collect-cont:hover .member-collect-tit {
  color: #005C9A;
}

.member-collect-tit {
  font-size: 18px;
  color: #000;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: 0.2s;
}

.member-collect-txt {
  font-size: 16px;
  color: #999;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.member-collect-note {
  font-size: 14px;
  color: #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.member-collect-note .star {
  color: #555;
}
.member-collect-note .star i {
  color: #E6BC68;
  margin-right: 5px;
}

.member-blog-btn-box {
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.member-blog-edit-btn {
  padding: 10px 20px;
  border-radius: 25px;
  background: #D5572B;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  transition: 0.2s;
}
.member-blog-edit-btn .icon {
  width: 18px;
  margin-right: 10px;
}
.member-blog-edit-btn .icon img {
  width: 100%;
}
.member-blog-edit-btn span {
  color: #fff;
  display: inline-block;
}
.member-blog-edit-btn:hover {
  background: #ab4522;
}

.member-blog-list li {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.member-blog-list li > div {
  padding: 0 10px;
  box-sizing: border-box;
}
.member-blog-list li > div span.num {
  color: #005C9A;
}
.member-blog-list li > div a {
  color: #555;
  transition: 0.2s;
}
.member-blog-list li > div a:hover {
  color: #005C9A;
}
.member-blog-list li.tit-box {
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}
.member-blog-list .no-data {
  width: 100%;
}
.member-blog-list .mb-tit {
  font-size: 16px;
  font-weight: 500;
  display: none;
}
.member-blog-list i {
  font-size: 18px;
}
.member-blog-list .green {
  color: #3ebc3f;
}
.member-blog-list .red {
  color: #d75252;
}
.member-blog-list .box01 {
  width: calc(100% - 470px);
  text-align: left;
}
.member-blog-list .box02 {
  width: 90px;
}
.member-blog-list .box03 {
  width: 90px;
}
.member-blog-list .box04 {
  width: 90px;
}
.member-blog-list .box05 {
  width: 100px;
}
.member-blog-list .box06 {
  width: 100px;
}
.member-blog-list .opera a {
  font-size: 18px;
  margin: 0 8px;
  transition: 0.2s;
  display: inline-block;
}
.member-blog-list .opera .edit {
  color: #005C9A;
}
.member-blog-list .opera .edit:hover {
  color: #003e67;
}
.member-blog-list .opera .del {
  color: #bbb;
}
.member-blog-list .opera .del:hover {
  color: #a2a2a2;
}

.register-fine-txt {
  text-align: center;
}
.register-fine-txt .tit {
  font-size: 110%;
  color: #005C9A;
  padding: 20px 0;
}
.register-fine-txt .cont {
  color: #C23634;
  line-height: 28px;
  margin: 0 0 20px;
}

.register-bot-btn {
  text-align: center;
}
.register-bot-btn a {
  margin: 0 9px;
}

.forget-box {
  width: 600px;
  margin: 50px auto 100px;
}

.forget-btn-area {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pwd-img-box {
  font-size: 110%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pwd-img {
  margin: 0 10px;
}

.pwd-img-redo {
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: 0.2s;
}
.pwd-img-redo i {
  font-size: 150%;
  color: #005C9A;
}
.pwd-img-redo:hover {
  opacity: 0.8;
}

.pwd-img-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pwd-img-input .input-box {
  width: calc(100% - 80px);
}
.pwd-img-input .input-sty {
  line-height: 42px;
  background: #fff;
}
.pwd-img-input .btn {
  padding: 9px 20px;
}

.member-name-box {
  margin: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.member-name-box span {
  font-size: 188%;
  color: #1A0C52;
}
.member-name-box .btn {
  padding: 9px 15px;
}

.input-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.input-txt span {
  line-height: 40px;
  display: block;
}

.acc-tag {
  color: #fff;
  padding: 5px;
  margin: 5px 0 0;
  background: #D94F4F;
  cursor: pointer;
  transition: 0.2s;
}
.acc-tag:hover {
  background: #c92c2c;
}

.acc-tag.fin {
  background: #4DA896;
}
.acc-tag.fin:hover {
  background: #4DA896;
}

.member-third-area {
  position: relative;
}
.member-third-area .login-cont {
  padding-top: 120px;
}

.member-third-box {
  text-align: center;
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 1;
}
.member-third-box span {
  font-size: 188%;
  color: #170F4F;
  margin: 5px 0 0;
  display: block;
}

.member-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}
.member-img img {
  width: 100%;
}

.src-page-area {
  padding: 0 0 20px;
}

.src-tab-box {
  border-bottom: 1px solid #005C9A;
  margin: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.src-tab-box .src-tab {
  font-size: 110%;
  color: #555;
  line-height: 42px;
  padding: 0 10px;
  margin: 0 10px;
  border: 1px solid #999;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}
.src-tab-box .src-tab:hover {
  color: #fff;
  border: 1px solid #005C9A;
  background: #005C9A;
}
.src-tab-box .src-tab.act {
  color: #fff;
  border: 1px solid #005C9A;
  background: #005C9A;
}

.src-key-box {
  font-size: 138%;
  text-align: center;
  margin: 20px 0;
}
.src-key-box span {
  color: #005C9A;
  font-weight: bold;
  margin: 0 5px;
  display: inline-block;
}

.src-key-box.fz10 {
  font-size: 110%;
}

.src-area-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.src-area-box .src-area {
  font-size: 110%;
  color: #005C9A;
  padding: 5px 10px;
  margin: 0 5px 5px;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}
.src-area-box .src-area:hover {
  color: #fff;
  background: #4DA896;
}
.src-area-box .src-area.act {
  color: #fff;
  background: #4DA896;
}

.src-area-sup-box {
  border-top: 1px dashed #4DA896;
  margin: 5px 0 0;
  padding: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.src-area-sup {
  color: #4DA896;
  margin: 0 5px 5px;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}
.src-area-sup:hover {
  color: #fff;
  background: #005C9A;
}

.src-area-sup.act {
  color: #fff;
  background: #005C9A;
}

.search-list {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.search-box {
  width: 49%;
  padding: 10px;
  margin: 0 0 20px;
  background: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.2s;
}
.search-box:hover {
  border: 1px solid #005C9A;
  background: #eff8fe;
}

.search-img {
  width: 150px;
  transition: 0.2s;
}
.search-img:hover {
  opacity: 0.8;
}
.search-img img {
  width: 100%;
  opacity: 0;
}

.search-cont {
  width: calc(100% - 165px);
}
.search-cont .tit {
  font-size: 125%;
  color: #005C9A;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ddd;
  word-break: break-word;
  display: block;
  transition: 0.2s;
}
.search-cont .tit:hover {
  color: #003e67;
}
.search-cont .cont {
  color: #999;
  margin: 0 0 10px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.search-cont .cont:hover {
  color: gray;
}

.src-tag-list {
  padding: 20px 20px 10px 20px;
  border: 1px solid #EEE;
  margin: 0 0 50px;
  background: #fff;
}
.src-tag-list .gin-tag-box a {
  font-size: 110%;
  margin: 0 15px 10px 0;
}

.writer-list .writer-cont {
  margin: 0 0 100px;
}
.writer-list .writer-img {
  width: 52%;
  padding: 0;
}
.writer-list .writer-info {
  width: 48%;
}
.writer-list .writer-info h3 {
  font-size: 212%;
}
.writer-list .writer-txt {
  padding: 30px;
}

.side-tag-box .creat-article-tag-tit {
  margin: 0 0 10px;
}
.side-tag-box .creat-article-tag {
  background: #F7F7F7;
}
.side-tag-box .article-all-tag {
  max-height: 150px;
  height: unset;
}
.side-tag-box .act-open {
  max-height: unset;
}

.writer-src-tag-tit {
  font-size: 163%;
  line-height: 38px;
  margin: 0 0 3px;
}
.writer-src-tag-tit span {
  color: #DE8D00;
  margin: 0 5px;
  display: inline-block;
}

.writer-src-tag-list {
  border-top: 5px solid #005C9A;
  margin: 0 0 30px;
}

.writer-src-tag-box {
  padding: 10px;
  border-bottom: 1px solid #bbb;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  transition: 0.2s;
}
.writer-src-tag-box:hover {
  background: #eff8fe;
}

.writer-src-tag-img {
  width: 105px;
  transition: 0.2s;
}
.writer-src-tag-img img {
  width: 100%;
}
.writer-src-tag-img:hover {
  opacity: 0.8;
}

.writer-src-tag-cont {
  width: calc(100% - 115px);
}
.writer-src-tag-cont .tit {
  font-size: 138%;
  color: #555;
  word-break: break-word;
  display: block;
  transition: 0.2s;
}
.writer-src-tag-cont .tit span {
  color: #005C9A;
}
.writer-src-tag-cont .tit:hover {
  opacity: 0.8;
}
.writer-src-tag-cont .cont {
  font-size: 110%;
  color: #555;
  margin: 0 0 10px;
  word-break: break-word;
  display: block;
  transition: 0.2s;
}
.writer-src-tag-cont .cont:hover {
  opacity: 0.8;
}
.writer-src-tag-cont .gin-tag-box {
  font-size: 100%;
}
.writer-src-tag-cont .gin-tag-box a, .writer-src-tag-cont .gin-tag-box .tag {
  padding: 3px 6px;
  margin: 0 5px 3px 0;
}
.writer-src-tag-cont .gin-tag-box .act {
  color: #fff;
  background: #005C9A;
}

.map-area-tit {
  font-size: 175%;
  color: #005C9A;
  font-weight: bold;
  margin: -10px auto 10px;
  box-sizing: border-box;
}
.map-area-tit i {
  color: #6EA2C5;
  margin: 0 5px 0 0;
}

.map-area {
  height: 1000px;
  background: url(../img/map.jpg) no-repeat center center/cover;
  overflow: hidden;
}
.map-area .main-cont {
  position: relative;
  height: 1000px;
}
.map-area .map-cont {
  width: 50%;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  bottom: 80px;
  left: 10px;
  z-index: 1;
  background: #005C9A;
  box-shadow: 0 0 10px #000;
}
.map-area .swiper-button-next, .map-area .swiper-button-prev {
  font-size: 150%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
  outline: none;
}
.map-area .swiper-button-next:hover, .map-area .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.7);
}
.map-area .swiper-button-prev {
  left: -10px;
}
.map-area .swiper-button-next {
  right: -10px;
}

.map-info {
  padding: 20px 35px;
}
.map-info .gin-tag-box a, .map-info .gin-tag-box .tag {
  padding: 3px 5px;
  background: #fff;
}
.map-info .gin-tag-box a:hover, .map-info .gin-tag-box .tag:hover {
  background: #eff8fe;
}
.map-info p {
  font-size: 110%;
  color: #fff;
  margin: 10px 0;
}

.mpa-tit {
  font-size: 150%;
  color: #fff;
  font-weight: bold;
  margin: 0 0 5px;
}

.map-img img {
  width: 100%;
}
.map-img .note {
  font-size: 86%;
  color: #A1CFEE;
  text-align: right;
  margin: 5px 0 0;
}

.map-tag-box {
  background: #fff;
  padding: 10px 10px 5px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  z-index: 11;
}

.map-enevt-cont-box {
  position: relative;
}

.map-enevt-cont {
  color: #fff;
  max-width: calc(100% - 95px);
  line-height: 26px;
  padding: 10px 10px 5px 10px;
  border-radius: 5px;
  background: #4DA896;
  box-sizing: border-box;
  position: absolute;
  bottom: 8px;
  left: 110px;
  z-index: 1;
  display: none;
}
.map-enevt-cont:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #4DA896 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 20px;
  z-index: 1;
}

.map-event {
  max-height: 120px;
  overflow: hidden;
}
.map-event .t-even {
  border: 1px solid;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 0 10px 5px 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s;
}
.map-event .t-even:hover {
  color: #ccc;
}

.map-all-tag {
  height: 40px;
  overflow: hidden;
}
.map-all-tag .tag {
  font-size: 110%;
  color: #005C9A;
  line-height: 26px;
  padding: 4px 12px;
  border-radius: 20px;
  margin: 0 5px 10px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s;
}
.map-all-tag .tag:hover {
  color: #fff;
  background: #005C9A;
}
.map-all-tag .tag.act {
  color: #fff;
  background: #005C9A;
}
.map-all-tag .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #005C9A;
}

.map-all-tag.open {
  height: auto;
  max-height: 120px;
}

.map-tag-btn {
  color: #fff;
  font-size: 125%;
  line-height: 28px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px 5px 0 0;
  background: #005C9A;
  position: absolute;
  top: -38px;
  left: 10px;
  z-index: 99;
  cursor: pointer;
  transition: 0.2s;
}
.map-tag-btn:hover {
  background: #003e67;
}
.map-tag-btn i {
  margin: 0 5px 0 0;
  font-style: normal;
}

.exhibition-list {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.exhibition-box {
  width: 48%;
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.exhibition-box .share-btn-box {
  margin: 15px 0 0;
  text-align: right;
}
.exhibition-box .share-btn-box a {
  margin: 0 5px 0 0;
}

.exhibition-img-box {
  position: relative;
}

.exhibition-img {
  width: 200px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  display: block;
  z-index: 3;
  box-shadow: 8px 8px 0 #91B1C7;
  cursor: pointer;
  transition: 0.2s;
}
.exhibition-img:hover {
  box-shadow: 6px 6px 0 #005C9A;
}
.exhibition-img img {
  width: 100%;
  opacity: 0;
  display: none;
}

.exhibition-cont {
  width: calc(100% - 220px);
}
.exhibition-cont .tit {
  font-size: 138%;
  color: #555;
  line-height: 32px;
  font-weight: bold;
  margin: 0 0 5px;
  word-break: break-word;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.2s;
}
.exhibition-cont .tit:hover {
  color: #005C9A;
}
.exhibition-cont .cont {
  padding: 10px 10px 0 0;
  background: #fff;
  position: relative;
  word-break: break-word;
  display: block;
  z-index: 2;
}
.exhibition-cont .cont:after {
  content: "";
  display: block;
  width: calc(100% + 200px);
  height: calc(100% + 20px);
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.exhibition-cont .cont .txt {
  color: #999;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  transition: 0.2s;
}
.exhibition-cont .cont .txt:hover {
  color: gray;
}

.exhibition-banner-box {
  position: relative;
  margin: 0 0 100px;
}
.exhibition-banner-box h2 {
  left: 230px;
  z-index: 2;
}

.exhibition-sub-img {
  width: 18.383%;
  padding-bottom: 18.383%;
  border: 5px solid #005C9A;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.exhibition-sub-img img {
  width: 100%;
  opacity: 0;
  display: none;
}

.exhibition-sub-banner.no-bg {
  width: 100%;
  position: static;
}
.exhibition-sub-banner.no-bg h2 {
  font-size: 225%;
  color: #005C9A;
  font-weight: bold;
  width: 100%;
  line-height: 50px;
  border-bottom: 6px solid #005C9A;
  padding: 10px 20px;
  word-break: break-word;
  background: rgba(255, 255, 255, 0.9);
  position: static;
  box-sizing: border-box;
}
.exhibition-sub-banner.no-bg .exhibition-sub {
  width: 100%;
}
.exhibition-sub-banner.no-bg .exhibition-btn-box {
  width: 79.617%;
  margin: 0;
  align-items: flex-end;
}
.exhibition-sub-banner.no-bg .exhibition-sub-share {
  position: absolute;
  right: 0;
  bottom: 0;
}

.exhibition-sub-banner {
  width: calc(100% - 20px);
  position: absolute;
  bottom: -70px;
  left: 20px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.exhibition-sub {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.exhibition-sub-share {
  margin: 10px 0 0;
}
.exhibition-sub-share .share-btn-box a {
  margin: 0 5px 0 0;
}
.exhibition-sub-share .share-btn-box a:last-child {
  margin: 0;
}

.exhibition-btn-box {
  margin: 0 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.exhibition-btn-box .ex-btn-box {
  width: calc(100% - 110px);
  min-height: 70px;
}
.exhibition-btn-box .ex-btn {
  font-size: 138%;
  color: #fff;
  padding: 0 20px;
  line-height: 55px;
  margin: 15px 0 0 15px;
  background: #4DA896;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  display: inline-block;
}
.exhibition-btn-box .ex-btn:hover {
  background: #3d8577;
}

.exhibition-sub-banner.no-bg .ex-tit-box {
  width: 100%;
  border-bottom: 6px solid #005C9A;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.exhibition-sub-banner.no-bg .ex-tit-box h2 {
  width: auto;
  border-bottom: none;
}
.exhibition-sub-banner.no-bg .ex-tit-box .coll-heart-box {
  padding: 5px 0;
  margin-left: auto;
}

.exhibition-tit {
  font-size: 200%;
  color: #005C9A;
  line-height: 38px;
  margin: 0 0 15px;
}

.exhibition-article-maker {
  font-size: 110%;
  color: #005C9A;
  margin: 0 0 10px;
}

.exhibition-article-tag-list {
  max-width: 1200px;
  margin: 0 auto 10px;
  padding: 10px 10px 5px 10px;
  border-color: #ccc;
  box-sizing: border-box;
}
.exhibition-article-tag-list .gin-tag-box a {
  font-size: 100%;
  margin: 0 15px 5px 0;
}

.ex-edit-area {
  margin: 0 auto 40px;
  position: relative;
}

.exhibition-part-a-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.exhibition-part-a-box {
  width: calc((100% - 50px) / 5);
  margin: 0 5px 10px;
  position: relative;
}
.exhibition-part-a-box:hover .exhibition-part-a-img::before {
  opacity: 0;
}

.exhibition-part-a-tit {
  font-size: 125%;
  color: #fff;
  line-height: 24px;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 92, 154, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
}

.exhibition-part-a-img {
  position: relative;
}
.exhibition-part-a-img img {
  width: 100%;
  opacity: 0;
}
.exhibition-part-a-img:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}

.exhibition-part-a-area2 {
  align-items: flex-start;
}

.exhibition-part-a-group {
  width: calc((100% - 50px) / 5);
  margin: 0 5px;
}
.exhibition-part-a-group .exhibition-part-a-box {
  width: 100%;
  margin: 0;
  display: block;
}

.exhibition-part-a-tag {
  padding: 5px;
}
.exhibition-part-a-tag a {
  color: #005C9A;
  display: inline-block;
  margin: 0 5px 5px 0;
  cursor: pointer;
  transition: 0.2s;
}
.exhibition-part-a-tag a:hover {
  color: #003e67;
}

.exhibition-part-b-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.exhibition-part-b-box {
  width: 48%;
  padding: 10px;
  margin: 0 0 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  transition: 0.2s;
}
.exhibition-part-b-box:hover {
  background: #eff8fe;
}

.exhibition-part-b-img {
  width: 250px;
}
.exhibition-part-b-img img {
  width: 100%;
  opacity: 0;
}

.exhibition-part-b-cont {
  width: calc(100% - 260px);
}
.exhibition-part-b-cont .tit {
  font-size: 138%;
  color: #005C9A;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 10px;
  word-break: break-word;
}
.exhibition-part-b-cont .cont {
  color: #999;
  margin: 0 0 10px;
  line-height: 22px;
  height: 88px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.exhibition-part-b-cont .cont p {
  line-height: 22px;
  height: 88px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.exhibition-part-b-cont .date {
  color: #999;
}

.exhibition-part-b-cont2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
}
.exhibition-part-b-cont2 .exhibition-part-b-tag a {
  color: #005C9A;
  display: inline-block;
  margin: 0 10px 5px 0;
  cursor: pointer;
  transition: 0.2s;
}
.exhibition-part-b-cont2 .exhibition-part-b-tag a:hover {
  color: #003e67;
}

.ex-page-wrap {
  padding-bottom: 0;
}

.exhibition-article-sub {
  width: calc(100% - 130px);
  position: relative;
}

.exhibition-article-tit {
  font-size: 200%;
  color: #005C9A;
  line-height: 44px;
  padding: 10px 15px 30px;
}

.ex-edit-wrap {
  padding-top: 0;
  background: #f7f7f7;
  position: relative;
}

.ex-art-swiper {
  margin: -40px 0 0;
  min-height: auto;
  background: #f7f7f7;
}

.exhibition-article-swiper {
  padding: 0 0 30px;
  position: relative;
}
.exhibition-article-swiper .swiper-button-prev, .exhibition-article-swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  margin-top: -52px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 92, 154, 0.8);
  outline: none;
}
.exhibition-article-swiper .swiper-button-prev i, .exhibition-article-swiper .swiper-button-next i {
  font-size: 150%;
  color: #fff;
  line-height: 44px;
}
.exhibition-article-swiper .swiper-button-prev {
  left: -22px;
}
.exhibition-article-swiper .swiper-button-next {
  right: -22px;
}
.exhibition-article-swiper .swiper-pagination {
  width: 100%;
  bottom: 0;
}
.exhibition-article-swiper .swiper-pagination-bullet {
  margin: 0 3px;
}

.exArt-img-box {
  cursor: pointer;
  transition: 0.2s;
}
.exArt-img-box:hover .exArt-img:before {
  opacity: 0;
}
.exArt-img-box:hover .exArt-txt {
  color: #005C9A;
}

.exArt-img {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.exArt-img img {
  width: 100%;
  display: none;
}
.exArt-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  transition: 0.2s;
}

.exArt-txt {
  font-size: 125%;
  color: #111;
  line-height: 28px;
  max-height: 56px;
  margin: 5px 0 0;
  text-align: center;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.2s;
}

.light-ex-img-wrap {
  width: 500px;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
  display: none;
}

.light-ex-img-cont {
  max-height: calc(100vh - 80px);
  text-align: center;
}

.light-ex-img-info {
  padding: 0 10px;
  -webkit-overflow-scrolling: touch;
}

.light-ex-img {
  border: 10px solid #fff;
}
.light-ex-img img {
  width: 100%;
}

.light-ex-txt {
  font-size: 125%;
  color: #fff;
  padding: 10px;
  margin: 0 0 20px;
}

.light-ex-note {
  font-size: 80%;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
}

.mCSB_inside > .mCSB_container {
  margin-right: 10px;
}

.mCSB_scrollTools {
  width: 10px;
}

.article-page-wrap {
  width: 150px;
  position: absolute;
  top: 100px;
  right: -135px;
  z-index: 5;
}

.article-page-box {
  width: 150px;
  border: 3px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  opacity: 0.3;
  transition: 0.2s;
}
.article-page-box:hover {
  opacity: 1;
}
.article-page-box span {
  color: #BBB;
  text-align: center;
  margin: 0 0 5px;
  line-height: 22px;
  display: block;
}
.article-page-box span i {
  display: none;
}
.article-page-box span.name {
  color: #005C9A;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.article-page-box img {
  width: 100%;
  opacity: 0;
}

.prev-box, .next-box {
  display: block;
  transition: 0.2s;
}
.prev-box:hover, .next-box:hover {
  background: #eff8fe;
}

.prev-box {
  padding: 0 10px 10px;
}

.next-box {
  padding: 10px 10px 0;
  border-top: 1px dashed #ccc;
}

.page-arrow {
  color: #BBB;
  font-size: 110%;
  padding: 3px;
  text-align: center;
}

.ex-edit-tit {
  font-size: 125%;
  color: #005C9A;
  font-weight: bold;
  margin: 15px 0;
}

.book-area {
  margin: 0 0 30px;
  overflow: hidden;
}

.book-info {
  color: #999;
  padding: 15px;
  line-height: 22px;
  background: #F7F7F7;
  display: inline-block;
}

.quote-area {
  color: #999;
  margin: 0 0 20px;
}
.quote-area:before, .quote-area:after {
  font-size: 22px;
  content: "\f10d";
}
.quote-area:after {
  transform: rotateY(180deg);
  display: block;
}
.quote-area p {
  margin: 0 0 20px;
  padding: 0 25px;
}
.quote-area p:last-child {
  margin: 0;
}

.book-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.book-box {
  width: 15%;
  margin: 0 20px 20px 0;
}
.book-box img {
  border: 1px solid #BBB;
  box-shadow: 6px 6px 0 rgba(152, 152, 152, 0.5);
}
.book-box span {
  font-size: 110%;
  color: #005C9A;
  line-height: 22px;
  text-align: center;
  margin: 10px 0 0;
  display: block;
}

.theme-banner-area {
  margin: 0 0 20px;
}

.theme-banner .swiper-button-next, .theme-banner .swiper-button-prev {
  font-size: 160%;
  color: #fff;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.theme-banner .swiper-pagination {
  text-align: right;
  padding: 0 10px;
  box-sizing: border-box;
}
.theme-banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.theme-banner .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.theme-banner .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 20px;
  background: #4DA896;
}

.theme-banner-box {
  display: block;
  position: relative;
}

.theme-banner-tit {
  font-size: 225%;
  color: #fff;
  width: calc(100% - 60px);
  font-weight: bold;
  text-shadow: 0 0 5px #000;
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 1;
}

.theme-banner-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 32.354%;
}
.theme-banner-img img {
  width: 100%;
  display: none;
}

.theme-list {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.theme-box {
  width: 48%;
  margin: 0 0 20px;
  background: #fff;
}

.theme-img {
  padding-bottom: 32.323%;
}
.theme-img img {
  width: 100%;
  opacity: 0;
  display: none;
}

.theme-info {
  padding: 10px 15px;
  background: #fff;
}
.theme-info .date {
  color: #999;
}
.theme-info .tit {
  font-size: 138%;
  line-height: 32px;
  color: #005C9A;
  font-weight: bold;
  margin: 5px 0 10px;
}

.theme-tag a {
  color: #005C9A;
  margin: 0 10px 5px 0;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.theme-tag a:hover {
  color: #003e67;
}

.route-btn-list a, .route-btn-list .route-tab {
  font-size: 110%;
  color: #005C9A;
  line-height: 34px;
  padding: 0 15px;
  border: 1px solid #005C9A;
  display: inline-block;
  margin: 0 10px 5px 0;
  background: #fff;
  position: relative;
  transition: 0.2s;
}
.route-btn-list a:before, .route-btn-list a:after, .route-btn-list .route-tab:before, .route-btn-list .route-tab:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #005C9A transparent;
  transition: 0.2s;
}
.route-btn-list a:before, .route-btn-list .route-tab:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-45deg) translate(-5px, -8px);
}
.route-btn-list a:after, .route-btn-list .route-tab:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: rotate(135deg) translate(-5px, -8px);
}
.route-btn-list a:hover, .route-btn-list .route-tab:hover {
  color: #fff;
  background: #005C9A;
}
.route-btn-list a:hover:before, .route-btn-list a:hover:after, .route-btn-list .route-tab:hover:before, .route-btn-list .route-tab:hover:after {
  border-color: transparent transparent #fff transparent;
}

.theme-cont-area {
  max-width: 1000px;
  margin: 0 auto;
}
.theme-cont-area .route-btn-list {
  margin: 0 0 15px;
}

.theme-tag-list {
  margin: 0 0 20px;
}
.theme-tag-list a {
  color: #005C9A;
  margin: 0 15px 10px 0;
  cursor: pointer;
  transition: 0.2s;
}
.theme-tag-list a:hover {
  color: #003e67;
}

.theme-cont-txt {
  font-size: 110%;
  line-height: 26px;
  margin: 0 0 20px;
}

.theme-cont-img {
  border: 10px solid #DDD;
  margin: 0 0 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 67%;
}
.theme-cont-img img {
  width: 100%;
}

.route-tag {
  font-size: 110%;
  padding: 10px;
  border: 1px solid #4DA896;
  background: #fff;
  display: inline-block;
}
.route-tag span {
  margin: 0 0 0 10px;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
}
.route-tag i {
  font-size: 150%;
  color: #4DA896;
  display: inline-block;
  vertical-align: middle;
}

.route-wrap {
  border-left: 1px solid #005C9A;
  margin: 0 0 0 40px;
}

.rotute-box {
  font-size: 110%;
  padding: 15px 0 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.route-tit {
  color: #005C9A;
  font-weight: 600;
  width: 100%;
  line-height: 26px;
  margin: 0 0 10px;
  position: relative;
}
.route-tit:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4DA896;
  display: block;
  position: absolute;
  top: 50%;
  left: -27px;
  z-index: 1;
  transform: translateY(-50%);
}

.route-cont {
  width: calc(100% - 250px);
  line-height: 26px;
}

.route-txt {
  margin: 0 0 20px;
}

.route-tab-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.route-tab {
  color: #999;
  border: 1px solid #999;
  padding: 2px 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: 0.2s;
}
.route-tab:hover {
  color: #005C9A;
  border: 1px solid #005C9A;
}

.route-tab.act {
  color: #005C9A;
  border: 1px solid #005C9A;
}

.route-img {
  width: 190px;
  height: 200px;
  border: 10px solid #DDD;
  position: absolute;
  top: 51px;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.route-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon_magnifier.png) no-repeat center center rgba(0, 0, 0, 0.3);
  transition: 0.2s;
  opacity: 0;
}
.route-img:hover:before {
  opacity: 1;
}

.route-img-sub {
  width: 190px;
  height: 200px;
  border: 10px solid #DDD;
  opacity: 0;
}

.route-img-light-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.8);
}

.route-img-light-box {
  width: auto;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 21;
  transform: translate(-50%, -50%);
}
.route-img-light-box img {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

.route-img-light-name {
  font-size: 125%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 5px 0 0;
}

.route-close-btn {
  text-align: right;
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
}
.route-close-btn .close-btn {
  cursor: pointer;
  transition: 0.2s;
}
.route-close-btn .close-btn i {
  font-size: 200%;
  color: #fff;
}
.route-close-btn .close-btn:hover {
  opacity: 0.8;
}

.page-tit {
  font-size: 200%;
  color: #005C9A;
  font-weight: bold;
  margin: 0 0 10px;
}

.traffic-map-area {
  height: 540px;
}
.traffic-map-area iframe {
  width: 100%;
  height: 540px;
}

.map-contant {
  font-size: 110%;
  line-height: 22px;
}
.map-contant span {
  display: inline-block;
}
.map-contant .m-box {
  margin: 0 30px;
  padding: 0 30px;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}

.traffic-map-img {
  max-width: 650px;
  width: 100%;
  margin: 10px 0;
}
.traffic-map-img img {
  width: 100%;
}

.traffic-list-area {
  margin: 30px 0;
  border-bottom: 1px solid #DDD;
  padding: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.traffic-list-area:last-child {
  border-bottom: 0;
}

.traffic-list-icon {
  width: 130px;
  text-align: center;
}
.traffic-list-icon i {
  font-size: 310%;
  color: #4DA896;
}
.traffic-list-icon span {
  font-size: 110%;
  display: inline-block;
}

.traffic-list-box {
  width: calc(100% - 150px);
}

.edit-box .traffic-list {
  list-style-type: none;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  padding: 0 0 0 30px;
}
.edit-box .traffic-list li {
  font-size: 110%;
  line-height: 26px;
  position: relative;
  counter-increment: li;
}
.edit-box .traffic-list li:before {
  content: counter(li);
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  background: #005C9A;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: -30px;
  z-index: 1;
}

.error-page .main-cont {
  padding: 60px 20px 30px;
  background: url(../img/bg_404.png) no-repeat right 50px bottom;
}
.error-page .build-cont {
  text-align: center;
  padding: 300px 20px 200px;
  background: url(../img/coming_soon.png) no-repeat right 15% bottom;
}
.error-page .build-cont .error-info {
  transform: translateX(-50%);
}
.error-page .mem-center {
  padding: 30px 20px 75%;
  background: url(../img/coming_soon.png) no-repeat center bottom/80%;
}

.error-info {
  color: #005C9A;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}
.error-info .btn {
  margin: 20px 0 0;
  font-weight: normal;
}

.error-num {
  font-size: 220px;
}

.error-txt {
  font-size: 375%;
  margin: -30px 0 0;
}

.build-txt {
  margin: 0;
}

.error-en {
  font-size: 40px;
}

.error-page2 {
  min-height: 40vh;
  background: #F7F7F7;
}
.error-page2 .main-cont {
  padding-top: 30px;
  padding-bottom: 30px;
}

.turn-page-info {
  font-size: 110%;
  margin: 0 0 20px;
}
.turn-page-info span {
  line-height: 44px;
  margin: 0 10px 0 0;
}
.turn-page-info .btn {
  padding: 12px 15px;
}

.txt-c {
  text-align: center;
}

.portfolio-tit-box {
  position: relative;
}

.portfolio-img {
  width: 200px;
  height: 200px;
  box-shadow: 10px 10px 0 #bbb;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}

.portfolio-info {
  padding: 10px 10px 10px 250px;
}
.portfolio-info .tit {
  font-size: 86%;
}
.portfolio-info .name {
  font-size: 200%;
  color: #005C9A;
  font-weight: bold;
}

.portfolio-list-box {
  padding: 20px;
  border: 1px solid #eee;
  background: #fff;
}
.portfolio-list-box p {
  padding: 0 0 0 230px;
  margin: 0 0 30px;
  min-height: 105px;
}

.portfolio-list {
  font-size: 110%;
}
.portfolio-list li.tit {
  color: #555;
  font-weight: bold;
  border-bottom: 2px solid #979797;
}
.portfolio-list li {
  color: #005C9A;
  line-height: 26px;
  border-bottom: 1px dashed #979797;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.portfolio-list li > div {
  padding: 10px 5px;
  box-sizing: border-box;
}
.portfolio-list li > div:first-child {
  width: calc(100% - 110px);
}
.portfolio-list li > div:last-child {
  width: 110px;
  text-align: center;
}
.portfolio-list li i {
  margin: 0 10px 0 0;
}

.map-area-box {
  height: 750px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.map-theme-area {
  max-width: 1400px;
  margin: 0 auto 10px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.map-theme-area .map-theme-box.act {
  color: #fff;
  background: #4DA896;
}
.map-theme-area .map-theme-box.act:hover {
  color: #fff;
}
.map-theme-area .map-theme-box {
  color: #4DA896;
  margin: 0 5px 5px 0;
  padding: 3px 8px 3px 3px;
  border: 1px solid #4DA896;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
.map-theme-area .map-theme-box:hover {
  color: #3d8577;
}
.map-theme-area .map-theme-box .img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.map-theme-area .map-theme-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-theme-area .map-theme-box .name {
  margin-left: 3px;
}

.map-theme-btn {
  color: #fff;
  line-height: 33px;
  padding: 0 10px 0 7px;
  border-radius: 25px;
  background: #005C9A;
  margin: 0 0 5px;
  cursor: pointer;
  transition: 0.2s;
}
.map-theme-btn:hover {
  background: #003e67;
}

.map-box {
  width: 100%;
  height: 100%;
  background: #d1ecff;
  position: relative;
}

.map-open-box {
  width: 70%;
}

.map {
  height: 100%;
}

.story-cont-box-bg {
  width: 30%;
  height: 750px;
  background: url(../img/map_bg.png) no-repeat center center/cover, #AAB8C6;
  border-right: 15px solid #6A767F;
  box-sizing: border-box;
  position: relative;
  display: none;
}

.story-cont-box {
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: hidden;
  border-right: 15px solid #5D6C75;
}

.story-cover-btn {
  text-align: right;
  margin: 0 0 5px;
}
.story-cover-btn span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  background: #4DA896;
  cursor: pointer;
  transition: 0.2s;
}
.story-cover-btn span:hover {
  background: #3d8577;
}
.story-cover-btn i {
  color: #fff;
}

.story-start-btn {
  font-size: 120%;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 10px;
  background: #4DA896;
  cursor: pointer;
  transition: 0.2s;
}
.story-start-btn:hover {
  background: #3d8577;
}

.story-cont {
  color: #000;
  text-align: center;
}

.story-theme-tit {
  font-size: 150%;
  font-weight: bold;
}

.story-theme-img-box {
  width: 80%;
  margin: 0 auto;
}

.story-theme-img {
  margin: 5px 0 2px;
}
.story-theme-img img {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
}

.story-theme-img-note {
  font-size: 80%;
  color: #777;
  text-align: right;
}

.story-theme-cont {
  text-align: left;
  margin: 10px 0;
}
.story-theme-cont a {
  color: #005C9A;
  transition: 0.2s;
}
.story-theme-cont a:hover {
  color: #003e67;
}

.story-theme-tag-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.story-theme-tag-box .tagBtn {
  color: #005C9A;
  margin: 0 5px 5px 0;
  padding: 5px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.story-theme-tag-box .tagBtn:hover {
  color: #4DA896;
}

.story-arr-box .arr {
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  background: #005C9A;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
  transform: translateY(-50%);
}
.story-arr-box .arr:hover {
  background: #003e67;
}
.story-arr-box .arr-l {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 2;
}
.story-arr-box .arr-r {
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 2;
}

.change-data {
  position: relative;
  animation-name: changeData;
  animation-duration: 1s;
}

@keyframes changeData {
  from {
    top: 100px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.map-theme-note {
  font-size: 15px;
  color: #6da3c5;
  width: 100%;
  padding: 0 0 5px;
}

.map-legend-area {
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 105px;
  right: 10px;
  z-index: 1;
}

.map-legend-box {
  margin: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.map-legend-box:last-child {
  margin: 0;
}
.map-legend-box .legend-circle {
  width: 12px;
  height: 12px;
  margin: 0 3px 0 0;
  border-radius: 50%;
}
.map-legend-box .legend-name {
  font-size: 15px;
}

.mapboxgl-popup {
  z-index: 2;
}

.mapboxgl-popup-content {
  padding: 15px 10px;
}

.mapboxgl-popup-close-button {
  outline: none;
}

.popupimg {
  max-width: 100%;
  margin: 5px auto;
  max-height: 200px;
}

.popuptit {
  font-size: 15px;
  font-weight: bold;
}

.them-btn-area {
  padding: 5px 0 0;
  border-bottom: 4px solid #005C9A;
  background: #F7F7F7;
  position: sticky;
  top: 57px;
  z-index: 13;
}

.them-btn-box {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: unset;
}
.them-btn-box span {
  font-size: 15px;
  color: #6da3c5;
  padding: 7px 0;
}

.them-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  border-radius: 5px 5px 0 0;
  background: #AAB8C6;
  cursor: pointer;
  transition: 0.2s;
}
.them-btn:last-child {
  margin: 0;
}
.them-btn:hover {
  background: #9babbc;
}

.them-btn.act {
  color: #fff;
  background: #005C9A;
}

.map-event-side-area {
  width: 230px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 12;
}

.map-event-side-tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px;
}

.map-event-side-box {
  max-height: 200px;
  overflow-y: hidden;
}

.map-event-side-name {
  padding: 5px;
  border-bottom: 1px solid #005C9A;
  border-radius: 5px 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
.map-event-side-name:hover {
  background: #eee;
}
.map-event-side-name span {
  font-size: 15px;
  color: #005C9A;
}
.map-event-side-name i {
  color: #000;
}

.map-event-side-name.act i {
  transform: rotate(180deg);
}

.map-event-side-list {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  list-style: disc;
  padding-left: 20px;
  display: none;
}
.map-event-side-list:last-child {
  margin: 0;
}
.map-event-side-list li {
  padding: 5px 0;
  cursor: pointer;
  transition: 0.2s;
}
.map-event-side-list li:hover {
  color: #005C9A;
}
.map-event-side-list li.act {
  color: #005C9A !important;
}

.leaflet-popup-content-wrapper {
  display: block !important;
}

.leaflet-popup {
  bottom: 40px !important;
}

.leaflet-popup-content p {
  font-size: 100% !important;
  color: #fff;
  margin: 0;
}

.leaflet-top {
  z-index: 10;
}

.leaflet-control-zoom {
  border: 2px solid #999;
}

.vco-layout-landscape .vco-storyslider .vco-slider-background {
  width: 100%;
  border-radius: 5px;
  margin-left: -2%;
  background: rgba(0, 92, 154, 0.8);
  background-image: none !important;
  opacity: 1 !important;
}

.vco-layout-landscape .vco-storyslider {
  top: 20px !important;
  height: calc(100% - 100px) !important;
}

.vco-slide-content {
  padding: 0;
}

.vco-layout-landscape .vco-slide .vco-slide-content-container .vco-slide-content .vco-media {
  margin-bottom: 10px;
}

.vco-slide .vco-slide-content-container .vco-slide-content .vco-media {
  float: none;
}

.vco-storymap h2.vco-headline-title {
  line-height: 1;
}

.vco-media-content img {
  margin: 0 auto;
}

.vco-credit {
  margin-top: 8px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.vco-slide.vco-full-color-background .vco-credit {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.vco-text h2.vco-headline {
  font-size: 170%;
  color: #fff;
  font-weight: 600;
}

.vco-text p {
  font-size: 110%;
  color: #fff;
  text-shadow: none;
}

.vco-full-color-background .vco-text p {
  font-size: 110%;
  color: #fff !important;
  text-shadow: 1px 1px 1px #000;
}

.vco-slide.vco-full-color-background a {
  color: #005C9A !important;
  text-shadow: none !important;
}

.vco-text-content-container .his-timeline-tag-box a:hover {
  background: #00406b;
  text-shadow: none !important;
}

.vco-text-content .his-timeline-tag-box a:hover {
  color: #4DA896 !important;
  background: #fff;
}

.vco-slide .vco-slide-content-container .vco-slide-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.map-go-btn {
  color: #fff;
  line-height: 20px;
  text-shadow: none;
  padding: 10px;
  margin-top: 10px;
  text-align: center;
  border-radius: 3px;
  background: #4DA896;
  cursor: pointer;
  transition: 0.2s;
}
.map-go-btn:hover {
  background: #459786;
}

.vco-storymap {
  font-family: "微軟正黑體", "Microsoft YaHei", Arial, Helvetica, sans-serif, "STHeiti Light", "儷黑 Pro", "LiHei Pro", "新細明體";
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before, .vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before {
  padding: 10px 14px;
  border: 1px solid #fff;
  background: #4DA896;
  border-radius: 50%;
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next {
  right: 120px;
  margin-top: -60px;
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-previous {
  left: -28px;
  margin-top: -60px;
}

.vco-menubar-button {
  transition: 0.2s;
}
.vco-menubar-button:hover {
  background: #005C9A;
}

.vco-layout-landscape .vco-map .leaflet-right {
  display: none;
}

.vco-map .leaflet-right {
  display: none;
}

.vco-skinny .vco-text {
  margin-top: 0;
}

.vco-skinny .vco-media .vco-media-content-container .vco-credit {
  margin-top: 10px;
}

.vco-slide.vco-full-color-background h2 {
  text-shadow: none !important;
}

.vco-full-color-background .vco-text, .vco-full-color-background .vco-text p, .vco-full-image-background .vco-text, .vco-full-image-background .vco-text p {
  text-shadow: none !important;
}

.vco-layout-landscape .vco-storyslider .vco-slidenav-next .vco-slidenav-icon:before, .vco-layout-landscape .vco-storyslider .vco-slidenav-previous .vco-slidenav-icon:before {
  border: none;
  background: rgba(255, 255, 255, 0.7);
}

.vco-map .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 130%;
  margin: 7px 22px 7px 7px;
}

.leaflet-container a.leaflet-popup-close-button {
  color: #fff;
}

.vco-map .leaflet-popup-content-wrapper {
  background: #005c9a;
  color: #fff;
  border: none;
}

.tl-slider-container-mask {
  background: url(../img/bg_his2.jpg) no-repeat center center/cover;
}
.tl-slider-container-mask:before {
  content: "";
  display: block;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5)) rgba(0, 92, 154, 0.7);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5)) rgba(0, 92, 154, 0.7);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5)) rgba(0, 92, 154, 0.7);
  background: linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0.5)) rgba(0, 92, 154, 0.7);
  background: rgba(0, 92, 154, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-icon {
  color: #fff;
}

.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-icon {
  color: #fff;
}

.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-title {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-title {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.tl-slidenav-next .tl-slidenav-content-container .tl-slidenav-description {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.tl-slidenav-previous .tl-slidenav-content-container .tl-slidenav-description {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.tl-text h3.tl-headline-date {
  font-size: 86%;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  margin: 0 0 5px 0;
}

.tl-text-content-container h2.tl-headline {
  font-size: 200%;
  color: #fff;
  line-height: 45px;
  text-shadow: 1px 1px 2px #000;
  word-break: break-word;
  text-transform: initial;
}
.tl-text-content-container h2.tl-headline a {
  color: #fff;
  word-break: break-word;
  transition: 0.2s;
}
.tl-text-content-container h2.tl-headline a:hover {
  color: #4DA896;
  text-decoration: none;
}

.tl-text-content {
  color: #fff;
  line-height: 22px;
  text-shadow: 1px 1px 2px #000;
  word-break: break-word;
}

.tl-text-content p, .tl-text-content span {
  color: #fff !important;
  line-height: 22px;
  text-shadow: 1px 1px 2px #000;
  word-break: break-word;
}

.tl-timeline {
  font-family: none !important;
}

.tl-timeline p, .tl-timeline .tl-credit {
  font-family: none !important;
}

.tl-media-content img {
  margin: 0 auto;
}

.tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
  padding-bottom: 25px;
}

.tl-timeline .tl-credit {
  line-height: 14px;
}

.tl-credit {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  text-shadow: none;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  text-shadow: none;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class^=tl-icon-],
.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-media-container [class*=" tl-icon-"] {
  font-size: 14px;
}

.tl-timemarker-content-container {
  height: auto !important;
}

.tl-timenav .tl-attribution {
  display: none;
}

.timeline-none {
  margin: 10px 0;
  text-align: center;
}

.member-mission-total-box {
  padding: 25px;
  background: url(../img/bg_mission.png) no-repeat left bottom/contain, #B9F2D2;
  min-height: 130px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
}
.member-mission-total-box .tit {
  font-size: 18px;
  color: #000;
  letter-spacing: 1.8px;
}
.member-mission-total-box .cont {
  width: 100%;
  font-size: 14px;
  color: #000;
  letter-spacing: 1.4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}
.member-mission-total-box .cont > div {
  width: 100%;
  text-align: right;
}
.member-mission-total-box .cont .collect {
  margin: 0 0 5px;
}
.member-mission-total-box .cont .collect span {
  font-size: 37px;
  color: #873C3C;
  line-height: 1;
  display: inline-block;
  margin: 0 10px;
}

.member-center-list li {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.member-center-list li > div {
  padding: 0 10px;
  box-sizing: border-box;
}
.member-center-list li > div span.num {
  color: #005C9A;
}
.member-center-list li > div a {
  color: #555;
  transition: 0.2s;
}
.member-center-list li > div a:hover {
  color: #005C9A;
}
.member-center-list li.tit-box {
  font-weight: 500;
  border-bottom: 2px solid #ddd;
}
.member-center-list .no-data {
  width: 100%;
}
.member-center-list .mb-tit {
  font-size: 16px;
  font-weight: 500;
  display: none;
}
.member-center-list .opera a {
  font-size: 18px;
  margin: 0 8px;
  transition: 0.2s;
  display: inline-block;
}
.member-center-list .opera .edit {
  color: #005C9A;
}
.member-center-list .opera .edit:hover {
  color: #003e67;
}

.member-mission-list .box01 {
  width: 40px;
}
.member-mission-list .box02 {
  width: calc(100% - 190px);
  text-align: left;
}
.member-mission-list .box03 {
  width: 90px;
}
.member-mission-list .box03 span {
  color: #999;
  font-weight: bold;
}
.member-mission-list .box03 span.num {
  color: #005C9A;
}
.member-mission-list .box04 {
  width: 100px;
}
.member-mission-list .box04 a {
  color: #005C9A;
  transition: 0.2s;
}
.member-mission-list .box04 a:hover {
  color: #003e67;
}

.member-mission-part {
  margin: 0 0 60px;
}

.member-mission-part-tit {
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #005C9A;
  margin: 0 0 30px;
}
.member-mission-part-tit span {
  color: #000;
}

.btn-part-tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.member-medal-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.member-medal-box {
  color: #999;
  width: 20%;
  padding: 15px 10px;
  box-sizing: border-box;
  word-break: break-word;
}
.member-medal-box .tit {
  width: 100%;
  text-align: center;
  letter-spacing: 1.6px;
  margin: 0 0 10px;
  line-height: 1.5;
}
.member-medal-box .progress {
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: 2px;
  width: 50px;
  text-align: center;
  border-radius: 15px;
  background: #eee;
  margin: 0 auto 20px;
}
.member-medal-box .img-box {
  width: 100%;
  margin: 0 0 10px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
}
.member-medal-box .img-box .img {
  width: 81.5%;
  padding-bottom: 85%;
  margin: 0 auto;
  position: relative;
}
.member-medal-box .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.member-medal-box .txt {
  text-align: center;
}

.member-medal-box.finish .tit {
  color: #000;
}
.member-medal-box.finish .progress {
  color: #fff;
  background: #FFD25B;
}
.member-medal-box.finish .img-box {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  opacity: 1;
}

.member-mission-info {
  padding: 25px;
  border-radius: 5px;
  word-break: break-word;
  background: #f4f4f4;
}

.member-orange-btn {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 6px 15px;
  border-radius: 50px;
  background: #D5572B;
  cursor: pointer;
  transition: 0.2s;
}
.member-orange-btn:hover {
  background: #ab4522;
}
.member-orange-btn span {
  color: #fff;
  display: inline-block;
  border-right: 1px solid #fff;
  padding-right: 5px;
  margin-right: 5px;
}

.member-freebee-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.member-freebee-box {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 30px;
  position: relative;
  word-break: break-word;
}
.member-freebee-box:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D8D8D8;
  position: absolute;
  top: 0;
  right: -20px;
}
.member-freebee-box:nth-child(3n) {
  margin-right: 0;
}
.member-freebee-box:nth-child(3n):after {
  display: none;
}
.member-freebee-box:last-child:after {
  display: none;
}
.member-freebee-box .tit {
  letter-spacing: 1.6px;
  margin: 13px 0 15px;
}
.member-freebee-box .img-box {
  width: 100%;
  position: relative;
  padding-bottom: 69%;
}
.member-freebee-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.member-freebee-box .txt {
  color: #999;
  font-size: 14px;
  letter-spacing: 1.4px;
  white-space: pre-line;
}

.freebee-light-area {
  padding: 40px 50px;
  background: #fff;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 600px;
  transform: translate(-50%, -50%);
  z-index: 21;
  display: none;
}
.freebee-light-area .tit {
  font-size: 20px;
  color: #005C9A;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  padding: 0 0 30px;
  margin: 0 0 40px;
  position: relative;
}
.freebee-light-area .tit:after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #005C9A;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.freebee-light-area .check-box-area label {
  justify-content: center;
}
.freebee-light-area .check-box-area .check-box + span {
  color: #000;
  width: auto;
}
.freebee-light-area .check-box-area a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s;
}
.freebee-light-area .check-box-area a:hover {
  color: #005C9A;
}
.freebee-light-area .note-box {
  font-size: 14px;
  color: #CB3D3D;
  text-align: center;
  margin: 5px 0 0;
}
.freebee-light-area .btn-area {
  margin: 50px 0 0;
}
.freebee-light-area .btn-area a, .freebee-light-area .btn-area div {
  margin: 0 10px;
  display: inline-block;
}
.freebee-light-area .off {
  background: #A88274;
  pointer-events: none;
}
.freebee-light-area .off:hover {
  background: #A88274;
}

.freebee-light-cont {
  padding: 20px;
  background: #eee;
  max-height: 520px;
  margin: 0 0 40px;
}
.freebee-light-cont ul {
  list-style: decimal;
  padding-left: 20px;
}
.freebee-light-cont ul li {
  margin: 0 0 20px;
}
.freebee-light-cont ul li:last-child {
  margin: 0;
}
.freebee-light-cont .mCSB_scrollTools .mCSB_draggerRail {
  background: #ccc;
}
.freebee-light-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
}
.freebee-light-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: #fff;
}
.freebee-light-cont .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .freebee-light-cont .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: #fff;
}

.member-gray-btn {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding: 6px 15px;
  border-radius: 50px;
  background: #999;
  cursor: pointer;
  transition: 0.2s;
}
.member-gray-btn:hover {
  background: gray;
}

.member-freebee-from-area iframe {
  width: 100%;
}

.member-medal-part {
  margin: 0 0 50px;
  padding: 0 0 45px;
  border-bottom: 1px solid #d8d8d8;
}
.member-medal-part:last-child {
  border-bottom: none;
}

.test-wrap {
  width: 300px;
  height: 200px;
  margin: 10px;
  background: #ff6c6c;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.test-box {
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
}
.test-box img {
  width: 100%;
}
.test-box .t-img {
  width: 80%;
}

.radio-wrap {
  display: inline-block;
  vertical-align: middle;
}

.border-grad {
  border: 2px solid;
  border-image: linear-gradient(145deg, #775729 10%, #eee33d 20%, #775729 30%) 10;
  padding: 50px;
  margin: 10px;
  display: inline-block;
  background: rgba(51, 28, 18, 0.35);
}
.border-grad p {
  background: -webkit-linear-gradient(top, #99432b, #ffaf2e 40%, #fcff96 48%, #fcffff, #fcff96 52%, #ffaf2e 60%, #99432b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.track-wrap {
  padding: 30px 0 0;
}
.track-wrap .main-cont {
  width: 100%;
  padding: 0;
  position: relative;
}
.track-wrap .map-area-tit {
  max-width: 1400px;
  margin: 0 auto 15px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  position: sticky;
  top: 57px;
  z-index: 5;
}

.game-banner-area {
  height: 275px;
  margin-top: -22px;
  background: url(../img/bg_game.png) no-repeat center center/cover;
}

.game-banner-txt {
  font-size: 225%;
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 10px;
  box-sizing: border-box;
}

.game-list-area {
  max-width: 1100px;
  margin: -170px auto 0;
  padding: 0 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.game-box {
  width: 520px;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.game-box:nth-child(even) {
  transform: translateY(110px);
}

.game-media {
  width: 100%;
  height: 300px;
  border: 10px solid #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
  transition: 0.2s;
}
.game-media iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.game-cont {
  width: 85%;
  padding: 15px;
  background: #fff;
  margin-top: -15px;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}
.game-cont .tit {
  font-size: 125%;
  color: #005C9A;
  margin: 0 0 10px;
}
.game-cont .cont {
  color: #111;
  line-height: 1.6;
}

.game-pdf {
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
  transition: 0.2s;
}

.game-pdf-btn {
  color: #fff;
  padding: 6px 15px;
  border-radius: 25px;
  background: #005C9A;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.game-pdf-btn:hover {
  background: #003e67;
}

.collect-tag {
  color: #e06c44;
  margin: 10px 0 0;
  line-height: 20px;
}

.coll-heart-icon-box {
  padding: 5px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
  transition: 0.2s;
}
.coll-heart-icon-box:hover {
  opacity: 0.9;
}

.coll-heart {
  width: 20px;
  height: 20px;
  background: url(../img/icon_heart2.svg) no-repeat center center/contain;
}

.coll-heart.on {
  background: url(../img/icon_heart2_on.svg) no-repeat center center/contain;
}

.coll-heart-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.coll-heart-box .collect-tag {
  margin: 0 10px 0 0;
}

.collect-btn {
  color: #e06c44;
  padding: 5px 15px;
  border-radius: 50px;
  border: 1px solid #e06c44;
  cursor: pointer;
  transition: 0.2s;
}
.collect-btn:hover {
  color: #fff;
  background: #e06c44;
}

.collect-btn.on {
  color: #fff;
  background: #e06c44;
}
.collect-btn.on:hover {
  background: #cf4e22;
  border-color: #cf4e22;
}

.writer-src-area {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.writer-src-box {
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.writer-src-box .tit {
  font-size: 15px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 3px 0 0 3px;
  background: #005C9A;
}
.writer-src-box .writer-sel {
  color: #000;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  width: 130px;
  border: 1px solid #005C9A;
  padding: 0 25px 0 15px;
  box-sizing: border-box;
  background: url(../img/icon_sel_arr.svg) no-repeat right 10px center, #f4f4f4;
}
.writer-src-box .text-src {
  width: 220px;
  border: 1px solid #005C9A;
  border-radius: 0 3px 3px 0;
  border-left: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.writer-src-box .text-src input {
  width: 100%;
  font-size: 15px;
  height: 38px;
  line-height: 38px;
  padding: 0 35px 0 15px;
  box-sizing: border-box;
  background: #f4f4f4;
}
.writer-src-box .creat-src-btn {
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  width: 90px;
  border-radius: 0 3px 3px 0;
}

.writer-src-box.src {
  margin: 30px 0 0;
}
.writer-src-box.src .text-src {
  width: calc(100% - 310px);
  border-radius: 0;
}

.icon-src-btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.2s;
}
.icon-src-btn:hover {
  opacity: 0.8;
}
.icon-src-btn img {
  width: 100%;
}

.mg-btn {
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  padding: 12px 15px;
  background: #4DA896;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  transition: 0.2s;
}
.mg-btn:hover {
  background: #3d8577;
}
.mg-btn img {
  margin-right: 5px;
}

.writer-track-info-area {
  padding: 50px;
  margin: 0 0 35px;
  background: url(../img/writer_track_bg.jpg) center center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.writer-track-info-img {
  width: 600px;
  height: 425px;
  position: relative;
}
.writer-track-info-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.writer-track-info-cont {
  width: calc(100% - 620px);
}
.writer-track-info-cont h2 {
  font-size: 36px;
  color: #fff;
  padding: 15px;
  margin: 0 0 35px;
  display: inline-block;
  transform: translateX(-50px);
  background: #000;
  position: relative;
  z-index: 2;
}
.writer-track-info-cont .cont {
  font-size: 18px;
  letter-spacing: 1;
  color: #fff;
}

.inner-single-page.nohide {
  overflow: unset;
}

.writer-track-nav-area {
  margin: 0 0 60px;
  padding: 10px 0;
  position: sticky;
  top: 58px;
  z-index: 15;
  background: #F7F7F7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.writer-track-nav-area .coll-heart-box {
  margin-left: auto;
}

.writer-track-nav-cont {
  position: relative;
}

.writer-track-nav-mb-sel {
  width: 130px;
  line-height: 24px;
  color: #4DA896;
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #4DA896;
  position: relative;
  display: none;
  cursor: pointer;
  transition: 0.2s;
}
.writer-track-nav-mb-sel:hover {
  background: rgba(77, 168, 150, 0.1);
}
.writer-track-nav-mb-sel .arr {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.writer-track-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.track-nav {
  padding: 10px 22px;
  border-radius: 8px;
  line-height: 24px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s;
}
.track-nav:hover {
  color: #4DA896;
}

.track-nav.act {
  font-size: 16px;
  color: #4DA896;
  border: 1px solid #4DA896;
}

.writer-track-tit {
  margin: 0 0 30px;
  position: relative;
}
.writer-track-tit h3 {
  font-size: 24px;
  font-weight: bold;
  color: #005C9A;
  display: inline-block;
  padding-right: 15px;
  border-right: 5px solid #005C9A;
  background: #F7F7F7;
  position: relative;
  z-index: 2;
}
.writer-track-tit:after {
  content: "";
  display: block;
  width: 99%;
  height: 1px;
  background: #005C9A;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.writer-track-map-area {
  margin: 0 0 30px;
}

.writer-track-year-area {
  padding-left: 30px;
  margin-top: 35px;
}

.writer-track-year-cont {
  border-left: 5px solid #D8D8D8;
  padding-top: 60px;
  margin-bottom: 100px;
  position: relative;
}
.writer-track-year-cont:before, .writer-track-year-cont:after {
  content: "";
  display: block;
}
.writer-track-year-cont:before {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #4DA896;
  position: absolute;
  top: -10px;
  left: -12px;
  z-index: 1;
}
.writer-track-year-cont:after {
  width: 5px;
  height: 100px;
  position: absolute;
  bottom: -100px;
  left: -5px;
  z-index: 2;
  background: -webkit-linear-gradient(#D8D8D8, transparent);
  background: -o-linear-gradient(#D8D8D8, transparent);
  background: -moz-linear-gradient(#D8D8D8, transparent);
  background: linear-gradient(#D8D8D8, transparent);
}

.writer-track-year-box {
  padding-left: 25px;
  margin-bottom: 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.writer-track-year-box .year {
  font-size: 62px;
  color: #BBB;
  font-weight: bold;
  margin-right: 35px;
}
.writer-track-year-box .cont {
  width: calc(100% - 180px);
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
}
.writer-track-year-box .img {
  margin-right: 15px;
}
.writer-track-year-box .img img {
  width: 140px;
}
.writer-track-year-box .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
}
.writer-track-year-box .txt {
  font-size: 18px;
  margin: 0 0 5px;
}
.writer-track-year-box .tag {
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #005C9A;
  display: inline-block;
  margin: 0 5px 5px 0;
  transition: 0.2s;
}
.writer-track-year-box .tag:hover {
  background: #003e67;
}
.writer-track-year-box .note {
  font-size: 15px;
  color: #bbb;
  width: 100%;
}
.writer-track-year-box .imgZoom {
  cursor: zoom-in;
}
.writer-track-year-box:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/track_year_dot.svg) no-repeat center center/contain;
  position: absolute;
  top: 22px;
  left: -17.5px;
  z-index: 1;
}
.writer-track-year-box:last-child {
  margin-bottom: 0;
}

.writer-track-year-box.noimg {
  align-items: center;
}
.writer-track-year-box.noimg .img {
  margin: 0;
}
.writer-track-year-box.noimg .cont {
  padding: 0;
}

.writer-track-year-more {
  font-size: 18px;
  padding-left: 150px;
  margin: 0 0 60px;
}
.writer-track-year-more a {
  color: #555;
  display: inline-block;
  transition: 0.2s;
}
.writer-track-year-more i {
  color: #4DA896;
  position: relative;
  transition: 0.2s;
}
.writer-track-year-more:hover a {
  color: #4DA896;
}
.writer-track-year-more:hover i {
  transform: translateX(15px);
}

.imgzoom-area {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.imgzoom-area .close {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
}
.imgzoom-area .close:hover {
  opacity: 0.8;
}

.imgzoom-box {
  max-width: 90%;
  max-height: 90%;
  height: 100%;
  align-content: center;
}
.imgzoom-box img {
  max-width: 100%;
  max-height: 100%;
}

.writer-track-tab-area {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.writer-track-tab-area .tab {
  font-size: 18px;
  margin: 0 0 10px;
  color: #4DA896;
  cursor: pointer;
  transition: 0.2s;
}
.writer-track-tab-area .tab:hover {
  color: #005C9A;
}
.writer-track-tab-area .tab.act {
  color: #005C9A;
}
.writer-track-tab-area span {
  color: #005C9A;
  margin: 0 15px 10px;
}

.writer-track-book-area {
  margin: 0 0 50px;
  position: relative;
}

.writer-track-book-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.writer-track-book-box {
  width: calc((100% - 240px) / 5);
  margin-right: 60px;
  margin-bottom: 60px;
  display: block;
  transition: 0.2s;
}
.writer-track-book-box:nth-child(5n) {
  margin-right: 0;
}
.writer-track-book-box .img {
  margin: 0 0 10px;
}
.writer-track-book-box .img img {
  width: 100%;
}
.writer-track-book-box .tit {
  font-size: 18px;
  color: #555;
  word-break: break-word;
}
.writer-track-book-box .cont {
  color: #BBB;
  margin: 5px 0 0;
  word-break: break-word;
}
.writer-track-book-box:hover {
  opacity: 0.8;
}

.writer-track-more-book {
  font-size: 18px;
  color: #555;
  width: calc((100% - 240px) / 5);
  height: 100%;
  display: block;
  text-align: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  transition: 0.2s;
  background: -webkit-linear-gradient(90deg, rgba(247, 247, 247, 0.5), #f7f7f7);
  background: -o-linear-gradient(90deg, rgba(247, 247, 247, 0.5), #f7f7f7);
  background: -moz-linear-gradient(90deg, rgba(247, 247, 247, 0.5), #f7f7f7);
  background: linear-gradient(90deg, rgba(247, 247, 247, 0.5), #f7f7f7);
}
.writer-track-more-book:hover {
  color: #4DA896;
}

.writer-track-video-area {
  position: relative;
}

.writer-track-video-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.writer-track-video-box {
  width: calc((100% - 150px) / 4);
  margin-right: 50px;
  margin-bottom: 50px;
}
.writer-track-video-box:nth-child(4n) {
  margin-right: 0;
}
.writer-track-video-box .video-img {
  margin: 0 0 10px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.writer-track-video-box .video-img:hover {
  opacity: 0.8;
}
.writer-track-video-box .video-img:before {
  content: "";
  display: block;
  width: 50px;
  height: 36px;
  background: url(../img/video_yt.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.writer-track-video-box .video-img img {
  width: 100%;
}
.writer-track-video-box .urlVideo:before {
  width: 70px;
  height: 70px;
  background: url(../img/video_url.png) no-repeat center center/contain;
}
.writer-track-video-box .video-tit {
  font-size: 18px;
  color: #555;
}
.writer-track-video-box .video-note {
  color: #bbb;
  margin: 5px 0 0;
}

.writer-track-more-book.video {
  width: calc((100% - 150px) / 4);
}

.writer-track-video-light-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.track-video-play-cont {
  width: 80%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.track-video-play-cont .close {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
.track-video-play-cont .close:hover {
  opacity: 0.8;
}

.track-video-play-box {
  padding-bottom: 55%;
  margin: 0 0 10px;
  position: relative;
}
.track-video-play-box i {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  animation: videoLoad 1.5s infinite ease-in-out;
}
.track-video-play-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes videoLoad {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.track-video-play-info {
  color: #fff;
}
.track-video-play-info .tit {
  font-size: 18px;
}
.track-video-play-info .note {
  margin: 5px 0 0;
}

.writer-bread {
  padding: 10px 0;
}
.writer-bread a {
  color: #999;
  transition: 0.2s;
}
.writer-bread a:hover {
  color: gray;
}
.writer-bread .spa {
  display: inline-block;
  margin: 0 10px;
}
.writer-bread .act {
  color: #005C9A;
  font-weight: bold;
}

.writer-track-back {
  text-align: center;
  padding: 30px 0;
}
.writer-track-back a {
  color: #fff;
  padding: 10px 20px;
  background: #005C9A;
  display: inline-block;
  transition: 0.2s;
}
.writer-track-back a:hover {
  background: #003e67;
}

.writer-book-area {
  padding-bottom: 30px;
  border-bottom: 1px solid #979797;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.writer-book-img-box {
  width: 400px;
  position: sticky;
  top: 80px;
}
.writer-book-img-box img {
  width: 100%;
}

.writer-book-img {
  margin: 0 0 20px;
}

.writer-book-name {
  font-size: 26px;
  color: #4DA896;
  font-weight: bold;
}

.writer-book-name.img {
  display: none;
}
.writer-book-name.img span {
  color: #555;
  font-size: 20px;
  display: block;
}

.writer-book-cont {
  width: calc(100% - 440px);
}

.writer-book-name-box {
  padding: 25px 0;
  border-bottom: 1px solid #979797;
}

.writer-book-translator {
  font-size: 16px;
  margin: 5px 0;
}

.book-area {
  background: #D9E6EF;
}

.book-home, .zoom-btn {
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  background: #005C9A;
  transition: 0.2s;
}
.book-home:hover, .zoom-btn:hover {
  background: #003e67;
}

.book-home {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.zoom-btn {
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.magazine-viewport {
  margin: 0 auto;
}
.magazine-viewport .next-button {
  right: -20px !important;
}
.magazine-viewport .previous-button {
  left: -20px !important;
}
.magazine-viewport .page img {
  width: 100%;
  height: 100%;
}

.book-btn {
  width: 20px !important;
  height: 100% !important;
  background: #005C9A !important;
  z-index: 2;
}
.book-btn i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.thumbnails ul {
  padding: 10px 0 !important;
}
.thumbnails li {
  cursor: pointer;
}
.thumbnails .current {
  box-shadow: 0 0 10px #005C9A !important;
}

.exit-message > div {
  background: rgba(0, 92, 154, 0.7) !important;
}

.magazine.zoom-in {
  cursor: grab;
}

.book-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.book-loading span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  animation: bookLoad 1s infinite alternate ease-in-out;
}

@keyframes bookLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.travel-bg {
  background: url(../img/bg_go.jpg) center top;
}

.light-txt-wrap.travel-light {
  border-radius: 5px;
  overflow: hidden;
}
.light-txt-wrap.travel-light .light-txt-cont {
  color: #51423D;
  border-color: #B0BD75;
  background: #f5efe7;
}
.light-txt-wrap.travel-light .btn {
  background: #B0BD75;
}
.light-txt-wrap.travel-light .btn:hover {
  background: #9cad53;
}

.travel-nav-area {
  padding: 25px 10px;
  background: url(../img/bg_go.jpg) center top, rgba(250, 244, 230, 0.3);
  box-shadow: 3px 0 15px #b9b9b9;
  position: sticky;
  top: 0;
  z-index: 5;
}
.travel-nav-area:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/leaf_top.png) center top no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.travel-nav-area:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(250, 244, 230, 0.3);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.travel-nav-cont {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 6;
}

.travel-logo {
  height: 30px;
  transition: 0.2s;
}
.travel-logo:hover {
  opacity: 0.8;
}
.travel-logo img {
  transform: translateY(-23px);
}

.travel-nav {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.travel-nav .item {
  color: #51423D;
  font-weight: 500;
  margin: 0 20px;
  padding: 8px 0;
  line-height: 24px;
  transition: 0.2s;
  position: relative;
}
.travel-nav .item:hover {
  color: #B0BD75;
}
.travel-nav .item:hover .tsup-nav {
  display: block;
}
.travel-nav .item-mc {
  cursor: pointer;
}
.travel-nav .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: none;
}
.travel-nav .travel-user-mb {
  width: 100%;
  display: none;
}
.travel-nav .travel-user-mb a {
  display: block;
}

.tsup-nav {
  width: 100%;
  padding: 25px;
  border-top: 5px solid #B0BD75;
  border-radius: 5px;
  background: #f5efe7;
  box-shadow: 0 0 5px #999;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  display: none;
}
.tsup-nav:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #B0BD75 transparent;
  display: block;
  position: absolute;
  top: -15px;
  left: 5px;
  z-index: 2;
}
.tsup-nav a {
  color: #51423D;
  margin: 0 0 20px;
  display: block;
  transition: 0.2s;
}
.tsup-nav a:last-child {
  margin: 0;
}
.tsup-nav a:hover {
  color: #B0BD75;
}

.travel-user {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.travel-user .travel-search {
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: 0.2s;
}
.travel-user .travel-search:hover {
  opacity: 0.8;
}
.travel-user .travel-btn {
  color: #51423D;
  padding: 8px 15px;
  border: 1px solid #51423D;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.2s;
}
.travel-user .travel-btn a {
  color: #51423D;
  line-height: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.travel-user .travel-btn a:hover {
  color: #B0BD75;
}

.travel-user-box {
  margin-right: 10px;
}

.travel-lang-sel, .travel-sel {
  color: #51423D;
  font-size: 15px;
  line-height: 18px;
  margin-right: 10px;
  padding: 8px 30px 8px 15px;
  border: 1px solid #51423D;
  border-radius: 20px;
  background: url(../img/travel_sel_arr.svg) no-repeat right 10px center;
  box-sizing: border-box;
}

.more-link {
  color: #51423D;
  font-size: 15px;
  line-height: 18px;
  margin-right: 10px;
  padding: 8px 15px;
  border: 1px solid #51423D;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  transition: 0.2s;
}
.more-link:hover {
  color: #fff;
  background: #51423D;
}

.travel-sel-box {
  position: relative;
}

.travel-sel-item-box {
  width: 100%;
  border: 1px solid #51423D;
  border-radius: 10px;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 21;
  background: #f4ede3;
  display: none;
}
.travel-sel-item-box .item {
  font-size: 15px;
  padding: 5px 15px;
  border-bottom: 1px solid #51423D;
}
.travel-sel-item-box .item:last-child {
  border-bottom: none;
}

.travel-ham {
  padding: 5px;
  height: 34px;
  display: none;
}
.travel-ham .hamburger-inner, .travel-ham .hamburger-inner:after, .travel-ham .hamburger-inner:before {
  background: #51423D;
}

.travel-ham.is-active .hamburger-inner, .travel-ham.is-active .hamburger-inner:after, .travel-ham.is-active .hamburger-inner:before {
  background: #51423D;
}

.icon-plus {
  background: url(../img/plus.svg) center center/cover;
}

.icon-minus {
  background: url(../img/minus.svg) center center/cover;
}

.travel-area {
  color: #51423D;
  padding: 0 20px;
  position: relative;
}

.travel-cont {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.travel-cont-box {
  padding: 20px 0 50px;
}

.travel-tit {
  text-align: center;
  margin: 0 0 35px;
}
.travel-tit span {
  font-size: 18px;
  line-height: 1.5;
}
.travel-tit h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  margin: 12px 0 0;
}

.travel-tit-box {
  text-align: center;
}
.travel-tit-box .travel-tit {
  position: relative;
  display: inline-block;
}
.travel-tit-box .butterfly01 {
  width: 55px;
  height: 88px;
  background: url(../img/l_butterfly.png) center center/cover;
  position: absolute;
  top: 0;
  left: -95px;
  z-index: 2;
}
.travel-tit-box .butterfly02 {
  width: 62px;
  height: 88px;
  background: url(../img/r_butterfly.png) center center/cover;
  position: absolute;
  top: 0;
  right: -102px;
  z-index: 2;
}

.travel-search-area {
  width: 730px;
  margin: 20px auto 0;
  padding: 10px;
  border-radius: 30px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.travel-search-area input {
  font-size: 14px;
  color: #51423D;
  line-height: 24px;
  width: calc(100% - 45px);
  padding: 5px 10px;
  box-sizing: border-box;
}
.travel-search-area .travel-search {
  cursor: pointer;
  transition: 0.2s;
}
.travel-search-area .travel-search:hover {
  opacity: 0.8;
}

.travel-edit-box img {
  width: auto;
  max-width: 100%;
  margin: 0 0 15px;
  border-radius: 10px;
}

.travel-banner-area.off {
  display: none;
}

.travel-banner-area {
  margin: 45px 0 60px;
  position: relative;
}
.travel-banner-area:before {
  content: "";
  width: 100%;
  height: 200px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  background: rgba(176, 189, 117, 0.4);
  display: block;
}

.travel-banner-cont {
  width: 1110px;
  margin: 0 auto;
  background: #f7f7f7;
  position: relative;
  z-index: 2;
}
.travel-banner-cont .book-top {
  width: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 3;
}
.travel-banner-cont .book-top img {
  width: 100%;
}
.travel-banner-cont .book-bottom {
  width: calc(100% + 2px);
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 3;
}
.travel-banner-cont .book-bottom img {
  width: 100%;
}

.travel-banner-arrow {
  position: relative;
}
.travel-banner-arrow .swiper-button-prev, .travel-banner-arrow .swiper-button-next {
  width: 40px;
  height: 20px;
  margin-top: 0;
  transform: translateY(-50%);
}
.travel-banner-arrow .swiper-button-prev {
  background: url(../img/wh_arrow_l.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -60px;
  z-index: 4;
}
.travel-banner-arrow .swiper-button-next {
  background: url(../img/wh_arrow_r.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -60px;
  z-index: 4;
}

.travel-banner {
  overflow: hidden;
}
.travel-banner .travel-banner-img {
  padding-bottom: 45%;
  position: relative;
  display: block;
}
.travel-banner .travel-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.travel-banner .swiper-pagination {
  bottom: 50px;
}
.travel-banner .swiper-pagination-bullet {
  border: 2px solid #fff;
  background: none;
  opacity: 1;
}
.travel-banner .swiper-pagination-bullet-active {
  background: #fff;
}

.travel-bg01 {
  overflow: hidden;
}

.bg-pattern {
  width: 255px;
  height: 221px;
  position: absolute;
  top: 30px;
  z-index: 1;
  background: url(../img/bg_pattern.png) center center/cover;
}

.pattern01 {
  left: -20px;
}

.pattern02 {
  right: -20px;
}

.travel-recommon-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.travel-recommon-cont {
  width: 32.5%;
}

.travel-recommon-box {
  padding-bottom: 82%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.travel-recommon-box:hover img.bg {
  transform: scale(1.05);
}
.travel-recommon-box img.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}

.travel-recommon-tit {
  color: #fff;
  line-height: 1.5;
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 2;
}
.travel-recommon-tit h3 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 12px;
}
.travel-recommon-tit span {
  font-size: 18px;
  display: block;
  margin: 0 0 30px;
}
.travel-recommon-tit .icon {
  width: 40px;
}
.travel-recommon-tit .icon img {
  position: relative;
}

.travel-new-bg-bottom {
  height: 50px;
  background: url(../img/bg_new_ind.png) center bottom/cover no-repeat;
}

.travel-bg02 {
  background: url(../img/bg_trecommon01.jpg) center top repeat-x, url(../img/bg_trecommon02.jpg) center top;
  overflow: hidden;
}

.cloud {
  width: 153px;
  height: 40px;
  background: url(../img/cloud.png) center center/cover;
}

.cloud01 {
  position: absolute;
  top: 47%;
  left: -15px;
  z-index: 1;
}

.cloud02 {
  position: absolute;
  top: 33%;
  right: -60px;
  z-index: 1;
}

.travel-theme-banner {
  padding: 10px;
  margin: 0 0 20px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  position: relative;
}

.travel-theme-tab {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 0 25px 25px 0;
  background: url(../img/bg_tag.jpg) left center;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 2;
}

.travel-theme-banner-img {
  width: 450px;
  min-height: 253px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  transition: 0.2s;
}
.travel-theme-banner-img:hover {
  opacity: 0.8;
}
.travel-theme-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-theme-banner-cont {
  width: calc(100% - 485px);
  padding-top: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
  box-sizing: border-box;
}

.travel-theme-txt {
  color: #51423D;
  margin: 0 0 10px;
  display: block;
  transition: 0.2s;
}
.travel-theme-txt:hover {
  opacity: 0.8;
}
.travel-theme-txt .date {
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}
.travel-theme-txt .tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.travel-theme-txt .txt {
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.travel-tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.travel-tag-area a {
  font-size: 14px;
  line-height: 20px;
  color: #51423D;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #51423D;
  border-radius: 25px;
  transition: 0.2s;
}
.travel-tag-area a:hover {
  color: #fff;
  background: #51423D;
}
.travel-tag-area a.act {
  color: #fff;
  background: #51423D;
}

.travel-theme-area {
  margin: 0 0 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.travel-theme-box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.travel-theme-box:nth-child(3n) {
  margin-right: 0;
}
.travel-theme-box .travel-theme-txt {
  padding: 0 5px;
}

.travel-theme {
  width: 100%;
}
.travel-theme .travel-theme-txt .tit {
  margin: 0;
}

.travel-theme-box-img {
  margin: 0 0 15px;
  padding-bottom: 58%;
  border-radius: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}
.travel-theme-box-img:hover {
  opacity: 0.8;
}
.travel-theme-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.travel-theme-more {
  font-size: 18px;
  line-height: 28px;
  text-align: right;
}
.travel-theme-more a {
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  transition: 0.2s;
}
.travel-theme-more a:hover {
  opacity: 0.8;
}
.travel-theme-more span {
  color: #51423D;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}

.travel-morelike-sw-area {
  width: 100%;
  margin: 0 auto;
}

.travel-morelike-sw .swiper-slide {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  height: auto;
}
.travel-morelike-sw .swiper-slide:nth-child(3n) {
  margin-right: 0;
}
.travel-morelike-sw .swiper-slide .travel-theme-box {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.travel-bg03 {
  background: url(../img/bg_tabout01.jpg) center top/contain no-repeat, url(../img/bg_tabout03.png) center bottom/contain no-repeat, url(../img/bg_tabout02.jpg) center top;
}
.travel-bg03 .travel-cont {
  padding: 10% 0 22%;
}

.cloud03 {
  position: absolute;
  top: 18%;
  left: 10%;
  z-index: 1;
}

.cloud04 {
  position: absolute;
  top: 18%;
  right: 10%;
  z-index: 1;
}

.travel-about {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  width: 730px;
  margin: 0 auto 30px;
}

.travel-about-btn-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.travel-about-btn-area .travel-m-btn {
  width: 270px;
  padding: 17px 20px;
  margin: 0 10px 10px;
  background: none;
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.travel-about-btn-area .travel-m-btn span {
  display: block;
}

.travel-m-btn {
  font-size: 18px;
  color: #51423D;
  border: 1px solid #51423D;
  padding: 10px 20px;
  border-radius: 40px;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
}
.travel-m-btn:hover {
  color: #fff;
  background: #51423D;
}

.travel-orange-btn {
  color: #fff;
  border: 1px solid #D5572B;
  background: #D5572B;
}
.travel-orange-btn:hover {
  border: 1px solid #ab4522;
  background: #ab4522;
}

.travel-bread-area {
  font-size: 12px;
  line-height: 18px;
  max-width: 1110px;
  margin: 0 auto;
  padding: 15px 0;
}
.travel-bread-area a {
  color: #51423D;
  transition: 0.2s;
}
.travel-bread-area a:hover {
  color: #B0BD75;
}
.travel-bread-area span {
  color: #B0BD75;
}

.travel-pagination-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px 0 60px;
}
.travel-pagination-area a {
  color: #51423D;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  transition: 0.2s;
}
.travel-pagination-area a:hover {
  opacity: 0.8;
}
.travel-pagination-area a.num {
  margin: 0 5px;
  border: 1px solid #51423D;
  border-radius: 50%;
}
.travel-pagination-area a.num:hover {
  color: #fff;
  background: #51423D;
}
.travel-pagination-area a.act {
  color: #fff;
  background: #51423D;
}

.page-top-cover {
  position: relative;
  padding-top: 50px;
}
.page-top-cover:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(176, 189, 117, 0.4);
  display: block;
}

.last-btn-area {
  margin-bottom: 35px;
}

.travel-quote-tag-area {
  padding: 30px 20px 15px;
  margin: 0 0 45px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
}

.travel-quote-tag-tit {
  line-height: 1.2;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.travel-quote-tag-tit .tit {
  font-size: 18px;
  font-weight: 500;
}
.travel-quote-tag-tit .more-btn {
  font-size: 16px;
  color: #fff;
  padding: 8px 15px;
  border-radius: 25px;
  background: #51423D;
  cursor: pointer;
  transition: 0.2s;
}
.travel-quote-tag-tit .more-btn i {
  margin-right: 5px;
}
.travel-quote-tag-tit .more-btn:hover {
  opacity: 0.8;
}

.travel-quote-tag-cont {
  height: 32px;
  overflow: hidden;
}

.travel-quote-tag-cont.act-open {
  height: auto;
}

.travel-page-tit-area {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.travel-page-tit-area h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 0 20px;
}
.travel-page-tit-area .tit-sup {
  font-size: 18px;
  text-align: center;
  margin: 25px 0 0;
}
.travel-page-tit-area .tit-sup span {
  color: #B0BD75;
  display: inline-block;
  margin: 0 5px;
}
.travel-page-tit-area .tit-sup-up {
  font-size: 18px;
  text-align: center;
  margin: 0 0 25px;
}
.travel-page-tit-area .tit-sup-note {
  text-align: center;
  margin: 10px 0 0;
}

.travel-page-info {
  font-size: 14px;
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.travel-page-info .info {
  line-height: 20px;
  padding: 0 10px;
  border-right: 1px solid #51423D;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.travel-page-info .info .icon {
  margin-right: 3px;
}
.travel-page-info .info:last-child {
  border-right: 0;
}
.travel-page-info .art {
  color: #B0BD75;
  margin-left: 5px;
}

.travel-page-main-banner {
  max-width: 1110px;
  height: 330px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.travel-page-main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-page-banner-area {
  padding: 20px 0;
  margin: 0 0 50px;
  background: rgba(176, 189, 117, 0.4);
  position: relative;
}
.travel-page-banner-area .travel-banner-cont {
  background: none;
}
.travel-page-banner-area:before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background: rgba(176, 189, 117, 0.4);
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
}

.travel-page-banner {
  overflow: hidden;
}

.travel-page-img {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 58%;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
}
.travel-page-img:hover {
  opacity: 0.8;
}
.travel-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.travel-page-img.act {
  position: relative;
}
.travel-page-img.act:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  box-sizing: border-box;
}

.travel-page-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.travel-page-cont .btn-area {
  width: 770px;
  margin: 0 0 45px;
}

.travel-page-txt-cont {
  width: 770px;
}

.travel-page-tit {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}

.travel-page-txt {
  font-size: 18px;
  margin: 0 0 60px;
}
.travel-page-txt .def {
  line-height: 1.5;
  margin: 0 0 45px;
}
.travel-page-txt .def:last-child {
  margin: 0;
}

.travel-page-side {
  width: 280px;
  padding: 0 0 45px;
  position: sticky;
  top: 105px;
}

.travel-page-side-box {
  margin: 0 0 20px;
}
.travel-page-side-box:last-child {
  margin: 0;
}

.travel-page-score-total {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.travel-page-score-total .icon {
  width: 30px;
}
.travel-page-score-total .icon img {
  width: 100%;
}
.travel-page-score-total .score {
  font-size: 24px;
  margin-left: 10px;
}
.travel-page-score-total i {
  color: #feb400;
}

.travel-side-route-box {
  font-size: 18px;
  padding: 20px 10px 20px 20px;
  border-bottom: 1px dashed #51423D;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.travel-side-route-box .name {
  font-size: 18px;
  width: calc(100% - 25px);
  transition: 0.2s;
}
.travel-side-route-box .arr {
  transition: 0.2s;
}
.travel-side-route-box:last-child {
  border-bottom: 0;
}
.travel-side-route-box:hover {
  background: rgba(255, 255, 255, 0.3);
}
.travel-side-route-box:hover .arr {
  transform: translateX(5px);
}

.travel-page-side-btn .travel-m-btn {
  width: 100%;
  text-align: center;
  margin: 0 0 10px;
}
.travel-page-side-btn .travel-m-btn:last-child {
  margin: 0;
}
.travel-page-side-btn .travel-m-btn.act {
  color: #fff;
  background: #B0BD75;
  border-color: #B0BD75;
}

.travel-page-tool {
  position: sticky;
  top: 105px;
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.travel-page-tool .icon {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.2s;
}
.travel-page-tool .i-heart {
  background: url(../img/t_collect.svg) center center/cover;
}
.travel-page-tool .i-heart:hover {
  background: url(../img/t_collect_on.svg) center center/cover;
}
.travel-page-tool .i-link {
  background: url(../img/t_copylink.svg) center center/cover;
}
.travel-page-tool .i-link:hover {
  background: url(../img/t_copylink_on.svg) center center/cover;
}
.travel-page-tool .i-fb {
  background: url(../img/t_fb.svg) center center/cover;
}
.travel-page-tool .i-fb:hover {
  background: url(../img/t_fb_on.svg) center center/cover;
}
.travel-page-tool .i-line {
  background: url(../img/t_line.svg) center center/cover;
}
.travel-page-tool .i-line:hover {
  background: url(../img/t_line_on.svg) center center/cover;
}
.travel-page-tool .i-thumb {
  background: url(../img/t_fb_thumb.svg) center center/cover;
}
.travel-page-tool .i-thumb:hover {
  background: url(../img/t_fb_thumb_on.svg) center center/cover;
}

.travel-page-tool.mb-fix-bot {
  width: calc(100% + 40px);
  margin: 20px -20px 0 -20px;
  background: #f5efe7;
  position: sticky;
  bottom: -1px;
  z-index: 3;
  display: none;
  order: 4;
}
.travel-page-tool.mb-fix-bot .mb-list-area {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 62px;
  z-index: 2;
}
.travel-page-tool.mb-fix-bot .mb-icon-box {
  width: 100%;
  padding-right: 10px;
  margin: 0 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
.travel-page-tool.mb-fix-bot .mb-icon-box .icon {
  width: 32px;
  height: 32px;
}
.travel-page-tool.mb-fix-bot .mb-list-box {
  display: none;
}
.travel-page-tool.mb-fix-bot .mb-list {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.2s;
}
.travel-page-tool.mb-fix-bot .mb-list .btn {
  font-size: 14px;
  color: #51423D;
  width: 100%;
  padding: 12px 10px;
  text-align: center;
  border: 1px solid #51423D;
  border-radius: 25px;
  background: #fff;
  margin: 0 0 15px;
  cursor: pointer;
  transition: 0.2s;
}
.travel-page-tool.mb-fix-bot .mb-list .btn:last-child {
  margin: 0;
}
.travel-page-tool.mb-fix-bot .mb-list .btn:hover {
  color: #fff;
  background: #51423D;
}
.travel-page-tool.mb-fix-bot .mb-list .close {
  color: #fff;
  border-color: #B1B1B1;
  background: #B1B1B1;
}
.travel-page-tool.mb-fix-bot .mb-list .close:hover {
  color: #fff;
  background: #989898;
}
.travel-page-tool.mb-fix-bot .mb-btn-box {
  padding: 10px 20px;
  background: #51423D;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.travel-page-tool.mb-fix-bot .mb-btn-box i {
  margin: 0 5px;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .btn {
  font-size: 13px;
  color: #51423D;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  text-align: center;
  padding: 12px 10px;
  border-radius: 25px;
  background: #f5efe7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .btn span {
  display: inline-block;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .btn:hover {
  color: #fff;
  background: #B0BD75;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .btn:last-child {
  margin-right: 0;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .btn.w50 {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .btn.w50:last-child {
  margin-right: 0;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .travel-orange-btn {
  color: #fff;
  background: #D5572B;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .travel-orange-btn:hover {
  background: #ab4522;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .btn.w100 {
  width: 100%;
}
.travel-page-tool.mb-fix-bot .mb-btn-box .btn.act {
  color: #fff;
  background: #B0BD75;
}

.travel-route-area {
  margin: 0 0 45px 20px;
}

.travel-route-box {
  margin: 0 0 50px;
  border-radius: 10px;
  background: url(../img/bg_route.png);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.travel-route-box .icon-scale {
  width: 60px;
  height: 60px;
  border-radius: 0 10px 0 90%;
  background: url(../img/icon_t_src.svg) 24px 15px no-repeat, #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
}
.travel-route-box .icon-scale:hover {
  background: url(../img/icon_t_src.svg) 24px 15px no-repeat, #f7f7f7;
}
.travel-route-box:last-child {
  margin: 0;
}

.travel-route-img {
  width: 350px;
  height: 200px;
  border-radius: 10px;
  transform: translate(-20px, -20px);
  overflow: hidden;
}
.travel-route-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-route-cont {
  font-size: 14px;
  color: #fff;
  width: calc(100% - 370px);
  padding: 20px 0 10px;
}
.travel-route-cont .tit {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: bold;
  padding-right: 45px;
}
.travel-route-cont .address {
  margin: 0 0 20px;
  font-weight: bold;
  padding-right: 25px;
}
.travel-route-cont .cont {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.travel-route-article-area {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.route-map-area {
  width: 100%;
  height: 400px;
  margin: 0 0 45px;
  border-radius: 10px;
  overflow: hidden;
}

.travel-route-article-box {
  width: 50%;
  box-sizing: border-box;
}
.travel-route-article-box .tit {
  font-size: 14px;
  margin: 0 0 35px;
}
.travel-route-article-box:first-child {
  padding: 0 30px 30px 0;
  border-right: 1px dashed #51423D;
}
.travel-route-article-box:last-child {
  padding: 0 0 30px 30px;
}

.route-article {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.route-article .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.route-article .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.route-article .name {
  font-size: 24px;
  width: calc(100% - 70px);
}

.route-article-cont {
  font-size: 14px;
  line-height: 1.5;
}

.travel-pagebg02 {
  overflow: hidden;
  background: url(../img/bg_tpage02.png) center bottom/contain no-repeat, url(../img/bg_gpaper.png) center top;
}
.travel-pagebg02 .travel-cont {
  padding: 60px 0;
}
.travel-pagebg02 .travel-page-cont {
  margin: 120px 0 0;
}

.travel-page-common-area {
  border-radius: 10px;
  background: #fff;
}

.travel-page-common-user {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.travel-page-common-user .user-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.travel-page-common-user .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-page-common-user.unlog {
  align-items: center;
}

.travel-page-common-cont {
  width: calc(100% - 60px);
}

.travel-page-common-note {
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.travel-page-common-note a {
  color: #B0BD75;
  transition: 0.2s;
}
.travel-page-common-note a:hover {
  color: #9cad53;
}

.travel-page-common-input {
  border: 1px solid #51423D;
  border-radius: 10px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
}
.travel-page-common-input input {
  font-size: 14px;
  line-height: 18px;
  color: #51423D;
  width: calc(100% - 25px);
  padding: 14px 10px 14px 0;
  box-sizing: border-box;
  background: none;
}
.travel-page-common-input input::placeholder {
  color: #999;
}
.travel-page-common-input .sumbit {
  cursor: pointer;
  transition: 0.2s;
}
.travel-page-common-input .sumbit:hover {
  transform: translateX(5px);
}

.travel-page-robot-box {
  margin: 5px 0 0;
}

.page-common-star-box {
  margin: 0 0 3px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.page-common-star-box .star {
  margin-left: 5px;
  position: relative;
}

.star-input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.star-c {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.star-c:after {
  content: "\f005";
  color: #999;
  display: block;
}

input.star-input:checked + .star-c::after {
  color: #feb400;
}

.travel-page-common-user.req {
  padding: 25px;
  border-bottom: 1px dashed #51423D;
}
.travel-page-common-user.req:last-child {
  border-bottom: 0;
}

.page-common-req {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-common-req .info {
  width: calc(100% - 90px);
}
.page-common-req .name-box {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.page-common-req .name-box .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-right: 10px;
}
.page-common-req .name-box .star-box i {
  color: #999;
}
.page-common-req .name-box .star-box i.on {
  color: #feb400;
}
.page-common-req .cont {
  font-size: 14px;
  line-height: 1.5;
}
.page-common-req .date {
  font-size: 14px;
  color: #999;
}

.travel-page-recommon {
  width: 320px;
}
.travel-page-recommon .travel-recommon-cont {
  width: 100%;
}
.travel-page-recommon .travel-recommon-box {
  display: block;
  height: 355px;
  padding-bottom: 0;
}

.travel-page-more-cont > .tit {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 25px;
  text-align: center;
}
.travel-page-more-cont .travel-theme-area {
  margin: 0;
}

.travel-route-popup-area {
  width: 770px;
  height: 660px;
  background: url(../img/bg_go.jpg) center top;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 21;
  transform: translate(-50%, -50%);
  display: none;
}

.route-popup-close {
  width: 36px;
  height: 36px;
  background: url(../img/t_popup_close.svg) center center/cover;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
}
.route-popup-close:hover {
  transform: rotate(-90deg);
}

.route-popup-img {
  height: 330px;
}
.route-popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-popup-cont {
  height: 330px;
  font-size: 18px;
  padding: 35px 60px;
  overflow: hidden;
  box-sizing: border-box;
}
.route-popup-cont .tit {
  font-size: 24px;
  margin: 0 0 15px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.route-popup-cont .tit .icon {
  margin-right: 10px;
}
.route-popup-cont .address {
  margin: 0 0 25px;
  text-align: center;
}
.route-popup-cont .about {
  margin: 50px 0 20px;
}
.route-popup-cont .data-from a {
  color: #555;
  text-decoration: underline;
  transition: 0.2s;
}
.route-popup-cont .data-from a:hover {
  color: #B0BD75;
}

.blog-tit-area {
  height: 330px;
  margin: 0 0 50px;
  background: url(../img/blog_banner.png) center center;
  position: relative;
  overflow: hidden;
}
.blog-tit-area .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog-tit-area:before, .blog-tit-area:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.blog-tit-area:before {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.blog-tit-area:after {
  background: url(../img/blog_bike.png) left bottom -1px no-repeat, url(../img/blog_house.png) right bottom -1px no-repeat;
  background-size: 15%;
  z-index: 3;
}
.blog-tit-area .cloud {
  width: 92px;
  height: 24px;
}

.cloud05 {
  position: absolute;
  top: 150px;
  left: -10px;
  z-index: 3;
}

.cloud06 {
  position: absolute;
  top: 160px;
  right: -10px;
  z-index: 3;
}

.blog-tit {
  color: #fff;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.blog-tit h2 {
  font-size: 36px;
  line-height: 1.5;
  text-shadow: 0 0 5px #555;
  margin: 0 auto 60px;
  text-align: center;
  max-width: 900px;
  box-sizing: border-box;
}
.blog-tit .travel-page-info .info {
  border-color: #fff;
}
.blog-tit .travel-page-info span.art {
  color: #fff;
}

.travel-theme-side-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.travel-theme-side-box {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  margin: 0 0 20px;
  position: relative;
  display: block;
  overflow: hidden;
}
.travel-theme-side-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.travel-theme-side-box:last-child {
  margin: 0;
}
.travel-theme-side-box:hover img {
  transform: scale(1.05);
}
.travel-theme-side-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}
.travel-theme-side-box .tit {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.travel-theme-banner-sw-area {
  margin-top: 0;
}

.travel-theme-banner-sw-cont {
  background: none;
}

.travel-theme-banner-sw {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.travel-theme-banner-sw .swiper-slide {
  padding-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.travel-theme-banner-sw .swiper-pagination {
  bottom: 10px;
}

.travel-theme-banner-sw-img {
  height: 330px;
  display: block;
  position: relative;
  transition: 0.2s;
}
.travel-theme-banner-sw-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.travel-theme-banner-sw-img .tit-box {
  width: 95%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 2.5%;
  z-index: 2;
}
.travel-theme-banner-sw-img .tit {
  font-size: 24px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  display: inline-block;
}
.travel-theme-banner-sw-img:hover {
  opacity: 0.9;
}

.travel-theme-cube-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.travel-theme-cube-box {
  color: #51423D;
  width: calc((100% - 30px) / 3);
  padding: 10px;
  margin: 0 15px 30px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: block;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
}
.travel-theme-cube-box:hover .travel-theme-cube-img, .travel-theme-cube-box:hover .travel-theme-cube-cont {
  opacity: 0.8;
}
.travel-theme-cube-box:nth-child(3n) {
  margin-right: 0;
}

.travel-theme-cube-img {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.2s;
}
.travel-theme-cube-img .img {
  padding-bottom: 58%;
  position: relative;
}
.travel-theme-cube-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.travel-theme-cube-cont {
  transition: 0.2s;
}
.travel-theme-cube-cont .date {
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0;
}
.travel-theme-cube-cont .tit {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.travel-route-theme-box {
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 25px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}

.travel-route-theme-img {
  width: 500px;
  padding-bottom: 280px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
}
.travel-route-theme-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.travel-route-theme-img:hover {
  opacity: 0.8;
}

.travel-route-theme-cont {
  width: calc(100% - 520px);
}
.travel-route-theme-cont .travel-page-info {
  margin: 5px 0 0;
  justify-content: flex-start;
}
.travel-route-theme-cont .travel-page-info .info:first-child {
  padding-left: 0;
}
.travel-route-theme-cont .travel-page-info .share-btn-box {
  margin-left: 10px;
  padding: 5px 0;
}

.travel-src-tag {
  align-items: stretch;
}
.travel-src-tag .travel-route-theme-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: space-between;
}

.travel-route-theme-date {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.travel-route-theme-date .date {
  font-size: 14px;
  line-height: 1.2;
}

.travel-route-theme-icon-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.travel-route-theme-icon-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.travel-route-theme-icon-box .icon {
  width: 20px;
  margin-right: 5px;
}
.travel-route-theme-icon-box .icon img {
  width: 100%;
}
.travel-route-theme-icon-box .icon span {
  font-size: 16px;
  line-height: 1.2;
}

.icon-heart {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 10px;
  background: url(../img/icon_heart.svg) no-repeat center center/contain;
  cursor: pointer;
  transition: 0.2s;
}

.icon-heart.on {
  background: url(../img/icon_heart_on.svg) no-repeat center center/contain;
}

.travel-route-theme-txt {
  color: #51423D;
  line-height: 1.5;
  margin: 0 0 15px;
  display: block;
  transition: 0.2s;
}
.travel-route-theme-txt .tit {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.travel-route-theme-txt .cont {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.travel-route-theme-txt:hover {
  opacity: 0.8;
}

.travel-route-theme-src-list .travel-page-tit {
  width: 100%;
}
.travel-route-theme-src-list .travel-route-theme-box .travel-route-theme-txt .cont {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.travel-family-place-sel-box {
  width: 90%;
  margin: 0 auto 30px;
}
.travel-family-place-sel-box .tit {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
}
.travel-family-place-sel-box .travel-sel {
  width: 100%;
  margin-right: 0;
}

.travel-family-area {
  background: url(../img/bg_family_map_cont.png) top center;
}

.travel-family-boder img {
  width: 100%;
}

.travel-family-boder + .footer-top-cover {
  padding-bottom: 23%;
  margin-top: -30px;
}

.travel-family-place-sel-box {
  display: none;
}

.travel-family-map {
  padding: 13.5% 0;
  position: relative;
}
.travel-family-map .taiwan {
  width: 83%;
  margin: 0 auto;
}

.travel-family-museum-box {
  width: 12.7%;
}

.travel-family-sw-box {
  position: relative;
}
.travel-family-sw-box .swiper-button-prev, .travel-family-sw-box .swiper-button-next {
  width: auto;
  height: auto;
  margin-top: 0;
  transform: translateY(-50%);
  background: none;
}
.travel-family-sw-box .swiper-button-prev i, .travel-family-sw-box .swiper-button-next i {
  color: #51423D;
  font-size: 26px;
}
.travel-family-sw-box .swiper-button-prev {
  left: -20px;
}
.travel-family-sw-box .swiper-button-next {
  right: -20px;
}

.travel-family-sw {
  overflow: hidden;
}
.travel-family-sw .swiper-slide {
  height: auto;
  position: relative;
}

.d-camera {
  border-radius: 3px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  transition: 0.2s;
}
.d-camera:hover {
  background: white;
}
.d-camera i {
  font-size: 20px;
  color: #51423D;
}

.museum-slide-box {
  position: relative;
}

.museum-slide {
  display: block;
}

.museum-slide-img {
  padding-bottom: 50%;
  position: relative;
}
.museum-slide-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.travel-family-sw-place {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5px;
}

.travel-family-sw-museum {
  font-size: 14px;
  color: #51423D;
  font-weight: 500;
  text-align: center;
  margin: 5px 0 0;
}

.museum-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #51423D;
  position: absolute;
  z-index: 2;
}

.museum-line {
  border-top: 1.5px dashed #51423D;
  position: absolute;
  z-index: 2;
  transform-origin: left;
}

.museumArea2 {
  position: absolute;
  right: 52%;
  bottom: 82%;
  z-index: 3;
}

.museum-dot2 {
  top: 25.3%;
  left: 27.7%;
}

.museum-line2 {
  top: 25.8%;
  left: 27.7%;
  width: 14%;
  transform: rotate(-25deg);
}

.museumArea17 {
  position: absolute;
  right: 40%;
  bottom: 69%;
  z-index: 3;
}

.museum-dot17 {
  top: 31.1%;
  left: 39.8%;
}

.museum-line17 {
  top: 31.4%;
  left: 40.5%;
  width: 13%;
  transform: rotate(2.5deg);
}

.museumArea7 {
  position: absolute;
  right: 26%;
  bottom: 57.5%;
  z-index: 3;
}

.museum-dot7 {
  top: 44.6%;
  left: 33.4%;
}

.museum-line7 {
  top: 45%;
  left: 34%;
  width: 34%;
  transform: rotate(-3deg);
}

.museumArea9 {
  position: absolute;
  top: 44%;
  right: 20%;
  z-index: 3;
}

.museum-dot9 {
  top: 51.3%;
  left: 40.8%;
}

.museum-line9 {
  top: 51.6%;
  left: 41%;
  width: 26.5%;
  transform: rotate(2.1deg);
}

.museumArea11 {
  position: absolute;
  right: 12%;
  bottom: 24%;
  z-index: 3;
}

.museum-dot11 {
  top: 60.9%;
  left: 42.2%;
}

.museum-line11 {
  top: 61.3%;
  left: 43%;
  width: 35%;
  transform: rotate(9deg);
}

.museumArea14 {
  position: absolute;
  top: 77%;
  right: 8%;
  z-index: 3;
}

.museum-dot14 {
  top: 71.6%;
  left: 60.1%;
}

.museum-line14 {
  top: 72.1%;
  left: 61%;
  width: 21%;
  transform: rotate(21.5deg);
}

.museumArea13 {
  position: absolute;
  top: 80%;
  right: 29%;
  z-index: 3;
}

.museum-dot13 {
  top: 72.4%;
  left: 51.8%;
}

.museum-line13 {
  top: 73%;
  left: 52.3%;
  width: 11.5%;
  transform: rotate(48deg);
}

.museumArea12 {
  position: absolute;
  top: 77%;
  right: 51%;
  z-index: 3;
}

.museum-dot12 {
  top: 70%;
  left: 44.1%;
}

.museum-line12 {
  top: 70.5%;
  left: 44.5%;
  width: 5%;
  transform: rotate(102deg);
}

.museumArea10 {
  position: absolute;
  top: 69%;
  left: 19%;
  z-index: 3;
}

.museum-dot10 {
  top: 59.8%;
  left: 34.1%;
}

.museum-line10 {
  top: 60.2%;
  left: 34.3%;
  width: 9.5%;
  transform: rotate(130deg);
}

.museumArea18 {
  position: absolute;
  top: 70%;
  left: 2%;
  z-index: 3;
}

.museum-dot18, .museum-line18 {
  display: none;
}

.museumArea8 {
  position: absolute;
  top: 53%;
  left: 10%;
  z-index: 3;
}

.museum-dot8 {
  top: 56.2%;
  left: 30.4%;
}

.museum-line8 {
  top: 56.5%;
  left: 31%;
  width: 11%;
  transform: rotate(189deg);
}

.museumArea6 {
  position: absolute;
  top: 36%;
  left: 2%;
  z-index: 3;
}

.museum-dot6 {
  top: 42.9%;
  left: 26.6%;
}

.museum-line6 {
  top: 43.3%;
  left: 27%;
  width: 16%;
  transform: rotate(199deg);
}

.museumArea5 {
  position: absolute;
  bottom: 69%;
  left: 2%;
  z-index: 3;
}

.museum-dot5 {
  top: 36%;
  left: 26.8%;
}

.museum-line5 {
  top: 36.3%;
  left: 27%;
  width: 18.5%;
  transform: rotate(192deg);
}

.museumArea4 {
  position: absolute;
  bottom: 84%;
  left: 13%;
  z-index: 3;
}

.museum-dot4 {
  top: 30.6%;
  left: 25.6%;
}

.museum-line4 {
  top: 31%;
  left: 26%;
  width: 13.5%;
  transform: rotate(240deg);
}

.museumArea19 {
  position: absolute;
  bottom: 77%;
  left: 68%;
  z-index: 3;
}

.museum-dot19 {
  top: 40.6%;
  left: 47.6%;
}

.museum-line19 {
  top: 41%;
  left: 48%;
  width: 25%;
  transform: rotate(323deg);
}

.museum-cont-tit-box {
  height: 200px;
  margin: 0 0 50px;
  background: url(../img/bg_tit_page.jpg) center center;
  position: relative;
}
.museum-cont-tit-box img {
  width: 100%;
  max-width: 300px;
  max-height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.travel-page-outlink-area {
  margin: 0 0 10px;
}
.travel-page-outlink-area a {
  color: #B0BD75;
  margin: 0 10px 10px 0;
  display: inline-block;
  transition: 0.2s;
}
.travel-page-outlink-area a:hover {
  color: #9cad53;
}
.travel-page-outlink-area a:hover span {
  border-bottom: 1px solid #9cad53;
}
.travel-page-outlink-area a span {
  border-bottom: 1px solid #B0BD75;
}

.travel-page-video-box {
  margin: 50px 0;
  border-radius: 10px;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}
.travel-page-video-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.travel-page-recommon-list {
  margin: 0 0 60px;
}
.travel-page-recommon-list .item {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.travel-page-recommon-list .icon {
  width: 20px;
  margin: 0 5px 0 0;
}
.travel-page-recommon-list a {
  width: calc(100% - 25px);
  color: #6A7A22;
  display: inline-block;
  text-decoration: underline;
  transition: 0.2s;
}
.travel-page-recommon-list a:hover {
  color: #475217;
}

.recommon-museum-box {
  padding: 40px 20px;
  border-bottom: 2px dashed #999;
  display: block;
  transition: 0.2s;
  box-sizing: border-box;
}
.recommon-museum-box:last-child {
  border-bottom: none;
}
.recommon-museum-box:hover {
  opacity: 0.8;
}

.recommon-museum-img {
  margin: 0 0 20px;
  position: relative;
}
.recommon-museum-img img {
  width: 80%;
  margin: 0 auto;
  max-width: 180px;
  max-height: 100px;
}

.recommon-museum-name {
  color: #51423D;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.travel-news-type-area {
  margin: 0 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.travel-news-type-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.travel-news-type-box .tit {
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
}

.travel-news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.travel-news-box {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
  position: relative;
  box-sizing: border-box;
}
.travel-news-box:nth-child(3n) {
  margin-right: 0;
}
.travel-news-box .travel-page-info {
  margin: 5px 0 0;
  justify-content: flex-start;
}
.travel-news-box .travel-page-info .info:first-child {
  padding-left: 0;
}
.travel-news-box .travel-page-info .share-btn-box {
  margin-left: 10px;
  padding: 5px 0;
}
.travel-news-box .travel-theme-txt .tit {
  margin: 0 0 10px;
  display: block;
}

.travel-news-img {
  margin: 0 0 15px;
  padding-bottom: 59%;
  position: relative;
  transition: 0.2s;
  display: block;
}
.travel-news-img:hover {
  opacity: 0.8;
}
.travel-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.travel-news-date {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.travel-news-date .data {
  font-size: 14px;
}

.travel-page-txt-banner {
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
}
.travel-page-txt-banner img {
  width: 100%;
}

.blog-type-area {
  justify-content: space-between;
}
.blog-type-area .travel-m-btn {
  padding: 5px 20px;
}

.travel-blog-list:after {
  content: "";
  display: block;
  clear: both;
}

.blog-sizer {
  width: calc((100% - 40px) / 3);
}

.blog-gutter-sizer {
  width: 20px;
}

.travel-blog-box {
  width: calc((100% - 40px) / 3);
  margin: 0 20px 20px 0;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
  position: relative;
  box-sizing: border-box;
  float: left;
}
.travel-blog-box:nth-child(3n) {
  margin-right: 0;
}
.travel-blog-box .travel-page-info {
  margin: 5px 0 0;
  justify-content: flex-start;
}
.travel-blog-box .travel-page-info .info:first-child {
  padding-left: 0;
}
.travel-blog-box .travel-page-info .share-btn-box {
  margin-left: 10px;
  padding: 5px 0;
}
.travel-blog-box .travel-theme-txt .tit {
  margin: 0 0 10px;
  display: block;
}
.travel-blog-box .travel-theme-txt .txt {
  -webkit-line-clamp: 5;
}

.travel-blog-img {
  margin: 0 0 15px;
  display: block;
}
.travel-blog-img img {
  width: 100%;
}

.travel-blog-date {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}
.travel-blog-date .name-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.travel-blog-date span {
  color: #B0BD75;
}

.travel-blog-txt {
  line-height: 1.5;
}
.travel-blog-txt .tit {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.travel-blog-txt p {
  font-size: 16px;
  margin: 0 0 50px;
}
.travel-blog-txt .link-box {
  color: #B0BD75;
  text-decoration: underline;
  margin: 0 0 20px;
  display: inline-block;
  transition: 0.2s;
}
.travel-blog-txt .link-box:hover {
  color: #9cad53;
}
.travel-blog-txt .blog-img {
  border-radius: 10px;
  margin: 0 0 20px;
  overflow: hidden;
}
.travel-blog-txt .blog-img img {
  max-width: 100%;
  display: inline-block;
}
.travel-blog-txt .blog-img .note {
  font-size: 14px;
  padding: 0 0 3px;
  border-bottom: 1px solid #B0BD75;
  display: inline-block;
}
.travel-blog-txt .blog-img a.note {
  color: #51423D;
  transition: 0.2s;
}
.travel-blog-txt .blog-img a.note:hover {
  color: #B0BD75;
}
.travel-blog-txt .blog-img.center {
  text-align: center;
}
.travel-blog-txt .blog-img.right {
  text-align: right;
}

.quote-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}
.quote-box:before {
  content: "";
  display: block;
  width: 55px;
  height: 88px;
  margin-right: 15px;
  background: url(../img/l_butterfly.png) center center/cover;
}
.quote-box:after {
  content: "";
  display: block;
  width: 62px;
  height: 88px;
  margin-left: 15px;
  background: url(../img/r_butterfly.png) center center/cover;
}
.quote-box .cont {
  font-size: 24px;
  font-weight: 500;
  max-width: calc(100% - 150px);
  text-align: center;
}

.travel-blog-edit-tit-area {
  max-width: none;
  padding: 70px 0 10px;
  margin: 0 0 20px;
  border-bottom: 2px solid #51423D;
}
.travel-blog-edit-tit-area h2 {
  text-align: left;
  padding: 0;
}

.travel-blog-edit-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.travel-blog-edit-cont .btn-area {
  width: calc(100% - 325px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 45px;
}
.travel-blog-edit-cont .btn-area .travel-m-btn {
  margin: 0 10px;
}

.travel-blog-edit-txt-cont {
  width: calc(100% - 325px);
  padding-right: 25px;
  border-right: 1px solid #bbb;
  box-sizing: border-box;
}

.blog-edit-tit {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

.travel-blog-edit-side {
  width: 300px;
  position: sticky;
  top: 105px;
  padding: 0 0 45px;
  background: url(../img/bg_go.jpg) center center;
}

.blog-edit-btn-area {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-edit-btn-area .mb-btn {
  display: none;
}

.blog-edit-btn {
  font-size: 15px;
  color: #fff;
  width: 48%;
  border-radius: 50px;
  padding: 10px;
  margin: 0 0 10px;
  background: #51423D;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.blog-edit-btn:hover {
  background: #342a27;
}
.blog-edit-btn .icon {
  width: 25px;
  margin-right: 5px;
}
.blog-edit-btn .icon img {
  width: 100%;
}

.blog-edit-cancle-btn {
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  background: #999;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-edit-cancle-btn:hover {
  background: gray;
}
.blog-edit-cancle-btn span {
  font-size: 15px;
  display: inline-block;
}

.blog-edit-box {
  margin: 0 0 25px;
}
.blog-edit-box .blog-edit-tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.blog-edit-box .blog-edit-tit label {
  display: block;
}
.blog-edit-box .blog-edit-tit span.note {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.blog-edit-box .blog-edit-sort-tit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-edit-box label.error, .blog-edit-box .req-note {
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  background: #D94F4F;
  margin: 0;
  display: inline-block;
}

.blog-input-sty {
  font-size: 16px;
  color: #51423D;
  width: 100%;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
}
.blog-input-sty:last-child {
  margin: 0;
}

.blog-input-sty:nth-child(1) + label.error {
  margin: 0 0 10px;
}

.blog-submit-btn {
  position: relative;
  overflow: hidden;
}
.blog-submit-btn input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.blog-edit-check-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.blog-edit-check {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.blog-edit-check:hover span {
  color: #B0BD75;
}
.blog-edit-check input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog-edit-check input:checked + .check-box::after {
  content: "\f00c";
  font-size: 15px;
  color: #51423D;
  transform: translateY(-1px);
  display: block;
}
.blog-edit-check .check-box {
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 1px solid #51423D;
  margin: 0 3px 0 0;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
}
.blog-edit-check span {
  width: auto;
  font-size: 15px;
  font-weight: 500;
  color: #51423D;
  display: inline-block;
  vertical-align: middle;
}

.blog-edit-img {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 0 0 10px;
  padding-bottom: 30%;
  background: url(../img/bg_add_img.svg) no-repeat center center/25% #eee;
  position: relative;
}
.blog-edit-img input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
.blog-edit-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog-edit-img label.error {
  transform: translate(10px, 10px);
}
.blog-edit-img .preview-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.sort-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.sort-box .sort {
  margin-right: 10px;
}
.sort-box .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  background: #D9D9D9;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}
.sort-box .icon:hover {
  background: silver;
}

.blog-edit-textarea {
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
  height: 150px;
  border-radius: 3px;
  padding: 10px;
  resize: none;
  background: #fff;
  box-sizing: border-box;
}

.blog-edit-textarea + label.error {
  margin: 10px 0 0;
}

.blog-edit-sel-box {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.blog-edit-sel-box .tit {
  font-size: 15px;
  margin-right: 10px;
}
.blog-edit-sel-box .travel-sel-place {
  order: 1;
}
.blog-edit-sel-box .note-box {
  margin: 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  order: 2;
}
.blog-edit-sel-box .note-box span {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
  display: block;
}

.travel-game-area {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.travel-game-box {
  width: 48%;
  padding: 10px;
  margin: 0 0 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
  box-sizing: border-box;
}
.travel-game-box .img-area {
  border-radius: 10px;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.travel-game-box .img-area:hover {
  opacity: 0.8;
}
.travel-game-box .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.travel-game-box .video-area {
  border-radius: 10px;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.travel-game-box .video-area iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.travel-download-btn-cont .tit {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin: 10px 0 5px;
}
.travel-download-btn-cont .cont {
  font-size: 16px;
  line-height: 1.5;
}
.travel-download-btn-cont .btn-box {
  text-align: center;
  margin: 20px auto 0;
}
.travel-download-btn-cont .btn {
  font-size: 16px;
  color: #fff;
  padding: 15px 20px;
  border-radius: 50px;
  background: #B0BD75;
  display: inline-block;
  cursor: pointer;
  transition: 0.2s;
}
.travel-download-btn-cont .btn:hover {
  background: #9cad53;
}

.worksheet-area {
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.worksheet-box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
  box-sizing: border-box;
}
.worksheet-box:nth-child(3n) {
  margin-right: 0;
}

.about-worksheet-link-area .icon-tit {
  margin: 20px 0 10px;
  position: relative;
}
.about-worksheet-link-area .icon-tit .icon {
  width: 25px;
  padding: 0 10px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
}
.about-worksheet-link-area .icon-tit .icon img {
  width: 100%;
}
.about-worksheet-link-area .icon-tit:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translatY(-50%);
}
.about-worksheet-link-area .tit {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.about-worksheet-list {
  padding: 10px 0;
}
.about-worksheet-list li {
  padding: 5px 0;
  border-bottom: 1px dashed #bbb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about-worksheet-list li:last-child {
  border-bottom: none;
}
.about-worksheet-list a {
  font-size: 16px;
  color: #B0BD75;
  width: calc(100% - 20px);
  font-weight: 500;
  transition: 0.2s;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.about-worksheet-list a:hover {
  color: #9cad53;
}

.travel-event-list-area {
  color: #51423D;
  width: 45%;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 5%;
  right: 0;
  z-index: 2;
  box-sizing: border-box;
  display: none;
}
.travel-event-list-area .event-tit {
  font-size: 18px;
  margin: 0 0 15px;
}
.travel-event-list-area .travel-about-btn-area {
  justify-content: flex-end;
}
.travel-event-list-area .travel-m-btn {
  font-size: 16px;
  width: 230px;
  padding: 13px 20px;
  margin: 0;
}

.travel-event-list-area.act {
  display: block;
}

.travel-event-list {
  margin: 0 0 15px;
}
.travel-event-list .list-box {
  color: #51423D;
  padding: 15px;
  margin: 0 0 10px;
  border-radius: 10px;
  display: block;
  background: #C9D09D;
  transition: 0.2s;
}
.travel-event-list .list-box:hover {
  background: #b6bf7b;
}
.travel-event-list .list-box:last-child {
  margin: 0;
}
.travel-event-list .list-box .date {
  font-size: 13px;
  color: #768327;
  margin: 0 0 3px;
}
.travel-event-list .list-box .tit {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.travel-event-list .list-box.act {
  background: #E1CA77;
  position: relative;
}
.travel-event-list .list-box.act:hover {
  background: #d8ba4d;
}
.travel-event-list .list-box.act .date {
  color: #AF9432;
}
.travel-event-list .list-box.act:before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/event_tab.svg) no-repeat center center/cover;
  position: absolute;
  top: -5px;
  right: 25px;
  z-index: 2;
}

.travel-event-map-cont {
  max-width: 1200px;
}
.travel-event-map-cont .taiwan {
  margin: 0;
}

.travel-event-more-area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.event-dot-box {
  position: absolute;
  z-index: 2;
}
.event-dot-box .tit {
  font-size: 16px;
  color: #51423D;
  cursor: pointer;
  transition: 0.2s;
}
.event-dot-box .tit:hover {
  color: #f12323;
}
.event-dot-box:before, .event-dot-box:after {
  content: "";
  display: block;
  transition: 0.2s;
}
.event-dot-box:before {
  transform: translate(calc(50% - 1px), 20px);
  border-left: 1.5px dashed #51423D;
}
.event-dot-box:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 auto;
  background: #51423D;
}

.event-dot-box.act {
  color: #f12323;
}
.event-dot-box.act .tit {
  color: #f12323;
}
.event-dot-box.act:before {
  border-color: #f12323;
}
.event-dot-box.act:after {
  background: #f12323;
}

.len01 .tit {
  transform: translateY(-55px);
}
.len01:before {
  height: 50px;
}

.len02 .tit {
  transform: translateY(-65px);
}
.len02:before {
  height: 60px;
}

.len03 .tit {
  transform: translateY(-75px);
}
.len03:before {
  height: 70px;
}

.edot1 {
  left: 24%;
  bottom: 74%;
}

.edot2 {
  left: 20.5%;
  bottom: 72%;
}

.edot3 {
  left: 27%;
  bottom: 70%;
}

.edot4 {
  left: 15.5%;
  bottom: 65%;
}

.edot5 {
  left: 19%;
  bottom: 60.5%;
}

.edot6 {
  left: 23%;
  bottom: 55%;
}

.edot7 {
  left: 28%;
  bottom: 53%;
}

.edot8 {
  left: 23%;
  bottom: 43%;
}

.edot9 {
  left: 34%;
  bottom: 48%;
}

.edot10 {
  left: 28%;
  bottom: 39%;
}

.edot11 {
  left: 32%;
  bottom: 35%;
}

.edot12 {
  left: 37%;
  bottom: 29%;
}

.edot13 {
  left: 43%;
  bottom: 35%;
}

.edot14 {
  left: 49%;
  bottom: 27%;
}

.edot15 {
  left: 54%;
  bottom: 36%;
}

.edot16 {
  left: 44%;
  bottom: 51%;
}

.edot17 {
  left: 34%;
  bottom: 66%;
}

.edot18 {
  left: 0%;
  bottom: 53.5%;
}

.edot19 {
  left: 15.5%;
  bottom: 27.5%;
}

.edot20 {
  left: 52%;
  bottom: 20%;
}

.edot21 {
  left: 3%;
  bottom: 69%;
}

.edot22 {
  left: 76%;
  bottom: 29.5%;
}

.edot23 {
  left: 63.8%;
  bottom: 37%;
}

.travel-event-type-area {
  justify-content: flex-start;
  margin: 0 0 15px;
}
.travel-event-type-area .travel-news-type-box {
  margin: 0 0 10px;
}

.travel-event-box {
  margin: 0 0 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.travel-event-box .travel-route-theme-box {
  width: calc(100% - 100px);
  margin: 0;
  position: relative;
}
.travel-event-box .travel-event-theme-txt {
  position: relative;
}
.travel-event-box .travel-event-theme-txt .travel-route-theme-icon-box {
  position: absolute;
  top: 6px;
  right: 5px;
  z-index: 3;
}
.travel-event-box .travel-event-theme-txt .travel-route-theme-icon-box .icon {
  margin: 0;
}
.travel-event-box .travel-event-theme-txt .tit {
  padding-right: 30px;
}

.travel-event-date {
  width: 100px;
  text-align: center;
}
.travel-event-date .year {
  font-size: 16px;
  margin: 0 0 5px;
}
.travel-event-date .date {
  font-size: 28px;
  margin: 0 0 5px;
}
.travel-event-date .s-date:after {
  content: "";
  width: 2px;
  height: 20px;
  margin: 5px auto 0;
  display: block;
  background: #51423D;
}
.travel-event-date .mb-line {
  display: none;
}

.travel-event-area .btn-area {
  margin: 45px 0;
}

.travel-side-date-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.travel-side-date-box .year {
  font-size: 20px;
  color: #999;
  width: 100%;
  margin: 0 0 5px;
}
.travel-side-date-box .date {
  font-size: 38px;
}
.travel-side-date-box .s-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.travel-side-date-box .s-date:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  margin: 0 10px;
  background: #51423D;
}

.travel-about-area {
  padding: 70px;
  margin: 0 0 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
}

.travel-search-key-area {
  padding: 50px 40px 30px;
  margin: 0 0 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 24px rgba(81, 66, 61, 0.06);
  background: #fff;
}

.travel-search-key {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.travel-search-key input {
  color: #51423D;
  font-size: 18px;
  width: calc(100% - 95px);
  padding: 5px;
  box-sizing: border-box;
}
.travel-search-key input:placeholder {
  color: #bbb;
}

.search-submit {
  font-size: 16px;
  color: #fff;
  padding: 7px 15px;
  border-radius: 50px;
  background: #51423D;
  cursor: pointer;
  transition: 0.2s;
}
.search-submit i {
  margin-left: 5px;
}
.search-submit:hover {
  background: #342a27;
}

.travel-search-key-txt {
  font-size: 18px;
  text-align: center;
}
.travel-search-key-txt span {
  color: #B0BD75;
  font-weight: 500;
  margin: 0 5px;
  display: inline-block;
}

.travel-src-tab-box {
  margin: 0 0 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.travel-src-tab-box .tab {
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 50px;
  margin: 0 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
}
.travel-src-tab-box .tab:hover {
  color: #fff;
  background: #51423D;
}
.travel-src-tab-box .tab.act {
  color: #fff;
  background: #51423D;
}

.footer-top-cover {
  padding-bottom: 18%;
  background: url(../img/bg_tpage02.png) center bottom/contain no-repeat, url(../img/bg_gpaper.png) center top;
}

.travel-footer-area {
  padding: 60px 20px;
  background: url(../img/bg_tfooter01.jpg) center top;
  position: relative;
}
.travel-footer-area .travel-cont {
  font-size: 18px;
  color: #fff;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.travel-footer-area.bg2 {
  background: url(../img/bg_tfooter02.jpg) center top;
}

.tlogo-w {
  margin: 0 0 40px;
  display: none;
}

.travel-footer-info {
  margin: 0 0 30px;
}
.travel-footer-info a {
  color: #fff;
  padding: 5px 0;
  display: inline-block;
  transition: 0.2s;
}
.travel-footer-info a:hover {
  color: #51423D;
}

.travel-footer-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.travel-footer-about .tm-logo {
  margin-left: 10px;
  display: inline-block;
  transition: 0.2s;
}
.travel-footer-about .tm-logo:hover {
  opacity: 0.8;
}

.travel-footer-social {
  margin: 0 0 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.travel-footer-social .icon {
  display: block;
  transition: 0.2s;
}
.travel-footer-social .icon:first-child {
  margin-right: 25px;
}
.travel-footer-social .icon:hover {
  opacity: 0.8;
}

.tcopyright {
  font-size: 14px;
}

.travel-gotop {
  width: 60px;
  height: 60px;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  background: #51423D;
  position: fixed;
  bottom: -100px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
  transition: 0.2s;
}
.travel-gotop:hover {
  opacity: 0.8;
}

.gotop-fix {
  position: absolute;
}

@media screen and (max-width: 1650px) {
  .ex-edit-wrap .ex-edit-area {
    position: unset;
  }
  .article-page-wrap {
    width: 70px;
    top: 160px;
    right: 5px;
  }
  .article-page-box {
    width: 70px;
  }
  .prev-box {
    padding: 0 5px 5px;
  }
  .next-box {
    padding: 5px 5px 0;
  }
  .error-page .build-cont {
    background: url(../img/coming_soon.png) no-repeat right 5% bottom;
  }
}
@media screen and (max-width: 1440px) {
  .n-item {
    padding: 15px;
  }
  .banner-cont {
    width: 100%;
  }
  .travel-enter-area {
    right: 20px;
  }
  .main-cont {
    width: 100%;
  }
  .exhibition-article-tag-list {
    width: 90%;
  }
  .edit-area {
    width: 90%;
    margin: 0 auto 20px;
  }
  .history-time-swiper-box {
    width: calc(100% - 24px);
    margin: 0 auto 20px;
  }
  .article-cont-banner {
    height: 400px;
  }
  .article-cont-banner h2 {
    padding: 15px;
  }
  .exhibition-article-swiper .swiper-button-prev {
    left: -10px;
  }
  .exhibition-article-swiper .swiper-button-next {
    right: -10px;
  }
  .freebee-light-area {
    padding: 30px;
  }
  .freebee-light-area .btn-area {
    margin: 40px 0 0;
  }
  .freebee-light-cont {
    max-height: 400px;
  }
}
@media screen and (max-width: 1300px) {
  .sub-nav-list .sub-literaryList {
    padding-right: 485px;
  }
  .sub-nav-list .sub-literaryList2 {
    padding-right: 530px;
  }
  .sub-nav-list .sub-literaryList3 {
    padding-right: 425px;
  }
  .sub-nav-list .sub-themeList {
    padding-right: 340px;
  }
  .sub-nav-list .sub-themeList2 {
    padding-right: 380px;
  }
  .sub-nav-list .sub-makerList {
    padding-right: 275px;
  }
  .n-item {
    padding: 15px 12px;
  }
  .n-item span {
    font-size: 110%;
  }
  .nav-item.en .n-item {
    padding: 12px 10px;
  }
  .ind-writer-area {
    margin: 0 0 120px;
  }
  .error-page .build-cont {
    background: url(../img/coming_soon.png) no-repeat right bottom;
  }
  .exb-map-close {
    top: -25px;
    right: 10px;
  }
  .track-nav {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .src-box {
    width: 190px;
    margin: 0;
  }
  .nav-sup {
    display: none;
  }
  .nav-area nav {
    padding: 0 5px;
  }
  .hamburger {
    display: block;
    outline: none;
  }
  .nav-item.en span br {
    display: none;
  }
  .nav-item.en .n-nav-sup a, .nav-item.en .n-nav-sup .n-nav-three {
    padding: 15px 0;
  }
  .nav-item.en .n-nav-sup .n-nav-three {
    padding: 15px 0 0;
  }
  .nav-item {
    width: 100%;
    max-height: calc(100vh - 102px);
    padding: 10px 0;
    background: rgba(4, 48, 78, 0.7);
    position: absolute;
    top: 58px;
    left: 0;
    z-index: 1;
    display: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .n-item {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 17px 0 0;
    display: block;
  }
  .n-item:hover {
    color: #5cf9dc;
    box-shadow: none;
  }
  .n-item > span {
    padding: 0 0 17px;
  }
  .n-item > span:nth-child(2) {
    padding: 0 0 5px;
  }
  .n-nav-sup {
    background: rgba(8, 44, 68, 0.8);
  }
  .n-nav-sup a, .n-nav-sup .n-nav-three {
    color: #fff;
    padding: 12px 0;
    display: block;
    transition: 0.2s;
  }
  .n-nav-sup a:hover, .n-nav-sup .n-nav-three:hover {
    color: #ddd;
  }
  .n-nav-sup .n-nav-three {
    padding: 12px 0 0;
  }
  .ind-writer-area {
    margin: 0 0 100px;
  }
  .writer-txt {
    padding: 30px;
  }
  .story-cont-box-bg {
    border-right: 7px solid #6A767F;
  }
  .story-cont-box {
    border-right: 7px solid #5D6C75;
  }
  .story-arr-box .arr {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .story-arr-box .arr-l {
    left: -15px;
  }
  .story-arr-box .arr-r {
    right: -5px;
  }
  .article-banner-box {
    width: 54%;
  }
  .writer-list .writer-cont {
    margin: 0 0 60px;
  }
  .error-page .build-cont {
    text-align: left;
  }
  .error-page .build-cont .error-info {
    transform: translateX(0);
  }
  .route-close-btn {
    right: 0;
    top: -40px;
  }
  .route-img-light-box {
    width: 96%;
  }
  .route-img-light-box img {
    width: 100%;
  }
  .game-box {
    width: 48%;
  }
  .game-media {
    height: 0;
    padding-bottom: 55%;
  }
  .writer-track-info-img {
    width: 49%;
  }
  .writer-track-info-cont {
    width: 49%;
  }
  .track-nav {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .light-wrap {
    width: 95%;
  }
  .banner-area {
    height: 500px;
    background-position-x: -160px;
  }
  .banner-info {
    padding: 140px 0 0;
  }
  .banner-info p {
    font-size: 100%;
    line-height: 26px;
    margin: 0 0 10px;
  }
  .banner-tit {
    font-size: 260%;
  }
  .banner-sup-tit {
    font-size: 160%;
    margin: 0 0 10px;
  }
  .main-area {
    padding: 50px 0 0;
  }
  .ind-writer-area {
    margin: 0 0 80px;
  }
  .writer-cont {
    align-items: flex-start;
  }
  .writer-img {
    padding: 0;
  }
  .writer-img-box:hover {
    box-shadow: 5px 5px 0 #91B1C7;
  }
  .writer-cont-right .writer-img {
    padding: 0;
  }
  .writer-cont-right .writer-img-box:hover {
    box-shadow: -5px 5px 0 #91B1C7;
  }
  .travel-enter-area.fixed {
    bottom: 85px;
  }
  .member-medal-box {
    width: 25%;
  }
  .footer-logo {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .footer-info-area {
    width: 100%;
  }
  .gotop {
    width: 60px;
    height: 60px;
  }
  .gotop i {
    font-size: 140%;
  }
  .page-cont {
    width: 74%;
  }
  .page-side {
    width: 24%;
  }
  .back-btn {
    margin: 5px 0 0;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .creat-article-box {
    width: 48%;
  }
  .recom-cont {
    width: 100%;
    margin: 10px 0 0;
  }
  .comm-info-box {
    width: 100%;
    margin: 0 0 10px;
  }
  .history-timeline-list .literary-box, .history-timeline-list .literary-box-cube {
    width: 25%;
  }
  .history-timeline-tit-box {
    min-height: auto;
  }
  .register-area {
    width: 100%;
  }
  .register-cont {
    padding: 30px 50px;
  }
  .form-column2:first-child {
    padding-right: 50px;
  }
  .form-column2:last-child {
    padding-left: 50px;
  }
  .writer-list .writer-img {
    width: 55%;
  }
  .writer-list .writer-cont {
    justify-content: flex-start;
    margin: 0 0 30px;
  }
  .writer-list .writer-info {
    width: 100%;
  }
  .writer-list .writer-info h3 {
    padding-left: 10px;
  }
  .writer-list .writer-info .collect-tag {
    padding-left: 10px;
  }
  .writer-list .writer-txt:after {
    display: none;
  }
  .writer-list .writer-cont-right {
    flex-flow: wrap;
    justify-content: flex-end;
  }
  .writer-list .writer-cont-right .writer-info h3 {
    padding-right: 10px;
  }
  .writer-list .writer-cont-right .writer-info .collect-tag {
    padding-right: 10px;
  }
  .exhibition-box {
    width: 49%;
  }
  .exhibition-part-a-tit {
    padding: 5px 15px;
  }
  .exhibition-part-b-box {
    width: 49%;
  }
  .exhibition-part-b-img {
    width: 200px;
  }
  .exhibition-part-b-cont {
    width: calc(100% - 210px);
  }
  .article-page-box {
    opacity: 1;
  }
  .ex-inner-edit-area {
    width: calc(100% - 60px);
    margin: 0 0 20px;
  }
  .exhibition-article-tag-list {
    width: calc(100% - 60px);
    margin: 0 0 10px;
  }
  .map-contant .m-box {
    margin: 0 15px;
    padding: 0 15px;
  }
  .story-theme-img-box {
    width: 90%;
  }
  .member-side {
    width: 180px;
  }
  .member-cont {
    width: calc(100% - 180px);
  }
  .member-blog-list li.tit-box {
    display: none;
  }
  .member-blog-list li {
    margin: 0 0 25px;
    padding: 0;
    align-items: flex-start;
  }
  .member-blog-list li > div {
    padding: 0;
  }
  .member-blog-list li > div span {
    display: block;
    padding: 10px;
  }
  .member-blog-list .mb-tit {
    color: #fff;
    padding: 5px 10px;
    background: #005C9A;
    display: block;
  }
  .member-blog-list .box01 {
    width: 100%;
  }
  .member-blog-list .box01 a {
    display: inline-block;
    padding: 10px;
  }
  .member-blog-list .box02, .member-blog-list .box03, .member-blog-list .box04 {
    width: 33.3333333333%;
  }
  .member-blog-list .box05, .member-blog-list .box06 {
    width: 50%;
  }
  .member-blog-list .opera {
    padding: 9px;
  }
  .member-blog-list .no-data {
    padding: 10px;
    border-top: 1px solid #ddd;
  }
  .exb-tit {
    font-size: 15px;
  }
  .writer-track-info-img {
    width: 600px;
  }
  .writer-track-info-cont {
    width: 100%;
    margin-top: -80px;
  }
  .writer-track-info-cont h2 {
    transform: translateX(0);
  }
  .writer-track-nav-mb-sel {
    display: block;
  }
  .writer-track-nav-list {
    width: 100%;
    display: block;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 2;
    border-radius: 8px;
    border: 1px solid #4DA896;
    background: #fff;
    box-sizing: border-box;
    display: none;
  }
  .track-nav:hover {
    background: rgba(77, 168, 150, 0.1);
  }
  .writer-track-book-box {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .writer-track-more-book {
    width: calc((100% - 120px) / 5);
  }
  .writer-track-video-box {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .writer-track-more-book.video {
    width: calc((100% - 60px) / 4);
  }
  .writer-book-img-box {
    width: 300px;
  }
  .writer-book-cont {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 768px) {
  .gotop {
    width: 50px;
    height: 50px;
  }
  .gotop i {
    font-size: 110%;
  }
  .gotop span {
    font-size: 80%;
    margin: 0;
  }
  .lang-sel-box {
    width: 100px;
  }
  .light-scroll-cont {
    padding: 0 30px;
  }
  .log-btn {
    font-size: 100%;
    padding: 5px 15px;
  }
  .lang-sel {
    font-size: 100%;
    padding: 5px 12px;
  }
  .banner-area {
    height: 350px;
    background-position-x: -50px;
  }
  .banner-tit {
    font-size: 220%;
    letter-spacing: 8px;
  }
  .banner-sup-tit {
    font-size: 140%;
  }
  .banner-info {
    padding: 50px 0 0;
  }
  .banner-info p {
    font-size: 95%;
    line-height: 22px;
  }
  .banner-cont {
    padding: 0 20px;
  }
  .banner-btn {
    font-size: 95%;
  }
  .main-area {
    padding: 30px 0 0;
  }
  .ind-tit-box {
    margin: 0 0 30px;
  }
  .ind-tit-box h2 {
    font-size: 200%;
  }
  .ind-en-tit {
    width: calc(100% - 150px);
  }
  .ind-en-tit2 {
    width: calc(100% - 177px);
  }
  .literary-banner {
    margin: 0 0 50px;
  }
  .literary-tit {
    font-size: 80%;
  }
  .ind-writer-area {
    margin: 0 0 50px;
  }
  .writer-cont {
    margin: 0 0 30px;
    justify-content: flex-start;
  }
  .writer-img {
    width: 43%;
  }
  .writer-info {
    width: 57%;
  }
  .writer-info h3 {
    font-size: 200%;
    padding-left: 15px;
  }
  .writer-info .collect-tag {
    padding-left: 15px;
  }
  .writer-txt {
    padding: 15px 20px;
  }
  .writer-txt p {
    font-size: 100%;
    line-height: 24px;
  }
  .writer-cont-right .writer-info h3 {
    padding-right: 15px;
  }
  .writer-cont-right .writer-info .collect-tag {
    padding-right: 15px;
  }
  .track-wrap .map-area-tit {
    padding: 0 15px;
  }
  .ind-theme-area {
    margin: 0 0 50px;
  }
  .ind-theme-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .ind-theme-box:last-child {
    margin: 0;
  }
  .ind-theme-box h3 {
    font-size: 130%;
  }
  .ind-theme-box p {
    font-size: 100%;
    line-height: 22px;
  }
  .ind-exhibition-area {
    padding: 80px 0 120px;
  }
  .exhibition-banner {
    width: 180px;
    padding: 0 0 30px;
  }
  .exhibition-banner .swiper-slide-active .ind-exhibition-txt {
    margin: 25px 0 0;
  }
  .ind-exhibition-txt {
    font-size: 100%;
    line-height: 22px;
  }
  .page-tab-area .main-cont {
    height: unset;
  }
  .page-nav-box {
    margin: 5px 10px 0;
  }
  .page-top-area .main-cont {
    padding: 15px 10px;
  }
  .page-cont {
    width: 100%;
    margin: 0 0 20px;
  }
  .page-side {
    width: 100%;
  }
  .article-banner-img {
    width: 100%;
    padding-bottom: 52.5%;
  }
  .article-banner-box {
    width: 100%;
    padding: 15px;
  }
  .article-cont-banner {
    height: 350px;
  }
  .article-cont-banner h2 {
    font-size: 200%;
    line-height: 46px;
  }
  .his-timeline-swiper-cont {
    width: 75%;
  }
  .his-timeline-swiper-cont > div {
    width: 100%;
  }
  .his-timeline-img-box {
    margin: 0 0 10px;
  }
  .history-timeline-list .literary-box, .history-timeline-list .literary-box-cube {
    width: 33.3333333333%;
  }
  .register-cont {
    padding: 30px 20px;
  }
  .form-column2:first-child {
    padding-right: 20px;
  }
  .form-column2:last-child {
    padding-left: 20px;
  }
  .pwd-img-box {
    width: 100%;
    margin: 0 0 10px;
  }
  .forget-box {
    width: 90%;
  }
  .search-box {
    width: 100%;
  }
  .exhibition-box {
    width: 100%;
  }
  .exhibition-banner-box {
    margin: 0 0 20px;
  }
  .exhibition-banner-box h2 {
    left: 0;
  }
  .exhibition-sub-banner {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .exhibition-sub-banner.no-bg h2 {
    font-size: 175%;
    line-height: 1.2;
    padding: 10px;
  }
  .exhibition-sub-banner.no-bg .exhibition-btn-box {
    width: 63.9%;
  }
  .exhibition-sub-img {
    width: 33.383%;
    padding-bottom: 33.383%;
  }
  .exhibition-btn-box .ex-btn-box {
    min-height: 54px;
  }
  .exhibition-btn-box .ex-btn {
    font-size: 126%;
    line-height: 2.2;
    margin: 10px 0 0 10px;
  }
  .exhibition-part-a-group {
    width: calc((100% - 30px) / 3);
  }
  .exhibition-part-a-box {
    width: calc((100% - 30px) / 3);
  }
  .exhibition-part-b-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .exhibition-part-b-box:last-child {
    margin: 0;
  }
  .exhibition-article-tit {
    font-size: 170%;
    margin: 10px 0 0 10px;
    padding: 0 0 30px;
    line-height: 1.2;
  }
  .theme-banner-tit {
    width: calc(100% - 30px);
    bottom: 10px;
    left: 15px;
  }
  .theme-box {
    width: 49%;
  }
  .theme-info {
    padding: 10px 10px 5px;
  }
  .route-wrap {
    margin: 0 0 0 20px;
  }
  .route-cont {
    width: calc(100% - 230px);
  }
  .map-contant span {
    display: block;
  }
  .map-contant .m-box {
    margin: 10px 0;
    padding: 0;
    border-left: 0;
    border-right: 0;
  }
  .error-page .main-cont {
    background: url(../img/bg_404.png) no-repeat center bottom;
  }
  .error-page .build-cont {
    padding: 30px 20px 82%;
    background: url(../img/coming_soon.png) no-repeat center bottom/contain;
  }
  .page-tit {
    font-size: 140%;
  }
  footer {
    font-size: 90%;
  }
  .vco-storyslider .vco-slider-background {
    opacity: 1 !important;
  }
  .game-box {
    width: 100%;
  }
  .game-box:nth-child(even) {
    transform: translateY(0px);
  }
  .game-box:last-child {
    margin: 0;
  }
  .game-list-area {
    padding: 0;
  }
  .member-side {
    width: 100%;
    padding: 0;
  }
  .member-side h2.tit {
    font-size: 28px;
    text-align: center;
    margin: 0 0 20px;
  }
  .member-side-nav {
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .member-side-nav a {
    font-size: 16px;
    padding: 0;
  }
  .member-side-nav .item {
    margin: 0 10px;
  }
  .member-side-nav .item.act {
    border-bottom: 2px solid #005C9A;
  }
  .member-side-nav .item.act:after {
    display: none;
  }
  .member-cont {
    width: 100%;
  }
  .member-info-column .input-area {
    width: 100%;
  }
  .member-collect-area {
    justify-content: space-between;
  }
  .member-collect-box {
    width: 48%;
    margin-right: 0;
  }
  .travel-enter-sw-box .swiper-button-prev, .travel-enter-sw-box .swiper-button-next {
    top: 33px;
  }
  .travel-enter-area {
    width: 120px;
    bottom: 10px;
    right: 10px;
  }
  .travel-enter-slide-img {
    width: 90px;
    height: 90px;
  }
  .travel-enter-slide-txt {
    width: 100%;
  }
  .travel-enter-area.fixed {
    bottom: 75px;
  }
  .travel-enter-area.close {
    right: -140px;
  }
  .member-medal-box {
    width: 33.3333333333%;
  }
  .member-freebee-box {
    width: calc((100% - 40px) / 2);
  }
  .member-freebee-box:nth-child(3n) {
    margin-right: 40px;
  }
  .member-freebee-box:nth-child(3n):after {
    display: block;
  }
  .member-freebee-box:nth-child(2n) {
    margin-right: 0;
  }
  .member-freebee-box:nth-child(2n):after {
    display: none;
  }
  .member-freebee-box:last-child:after {
    display: none;
  }
  .freebee-light-area {
    width: 90%;
  }
  .exhibition-map-area {
    padding: 0 0 10px;
  }
  .exb-event {
    display: none;
  }
  .exb-event-mb-area {
    display: block;
  }
  .exb-map-info-img {
    width: 200px;
    height: 200px;
  }
  .exb-map-info-tit {
    font-size: 32px;
  }
  .exb-map-info-txt {
    padding: 30px;
  }
  .exhibition-floor-area {
    padding: 20px 0;
    margin: 0 -20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px -3px 5px #ccc;
    position: sticky;
    bottom: 0;
    z-index: 5;
  }
  .writer-src-box {
    margin: 0 0 5px;
    width: 100%;
  }
  .writer-src-box .text-src {
    width: calc(100% - 220px);
  }
  .writer-track-info-area {
    padding: 30px;
  }
  .writer-track-info-img {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }
  .writer-track-info-cont h2 {
    margin: 0 0 30px;
  }
  .writer-track-year-area {
    padding-left: 15px;
  }
  .writer-track-year-box .cont {
    width: 100%;
  }
  .writer-track-year-more {
    padding-left: 50px;
  }
  .writer-track-book-box {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .writer-track-book-box:nth-child(5n) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .writer-track-book-box:nth-child(3n) {
    margin-right: 0;
  }
  .writer-track-more-book {
    width: calc((100% - 40px) / 3);
  }
  .writer-track-video-box {
    width: calc((100% - 20px) / 2);
  }
  .writer-track-video-box:nth-child(4n) {
    margin-right: 20px;
  }
  .writer-track-video-box:nth-child(2n) {
    margin-right: 0;
  }
  .writer-track-more-book.video {
    width: calc((100% - 20px) / 2);
  }
  .track-video-play-cont {
    width: 95%;
  }
  .writer-book-img-box {
    width: 100%;
    position: relative;
    top: 0;
  }
  .writer-book-img {
    width: 300px;
    margin: 0 auto;
  }
  .writer-book-name.img {
    display: none !important;
  }
  .writer-book-cont {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .map-area-box {
    height: auto;
  }
  .map-box {
    height: auto;
    background: #AAB8C6;
  }
  .map {
    height: 350px;
  }
  .map-open-box {
    width: 100%;
  }
  .story-cont-box-bg {
    width: 100%;
    height: 350px;
  }
  .them-btn-box span {
    padding: 3px 0;
  }
  .them-btn {
    font-size: 15px;
    padding: 3px 8px;
    margin: 0 5px 0 0;
  }
  .them-btn:last-child {
    margin: 0;
  }
  .map-legend-box .legend-name {
    font-size: 12px;
  }
  .map-event-side-area {
    width: calc(100% - 20px);
    margin: 10px auto;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .map-event-side-box {
    max-height: 120px;
  }
  .story-cont-box-bg {
    border-right: 0px solid #6A767F;
  }
  .story-cont-box {
    border-right: 0px solid #5D6C75;
  }
  .story-arr-box .arr-l {
    left: 0px;
  }
  .story-arr-box .arr-r {
    right: 0px;
  }
}
@media screen and (max-width: 690px) {
  .tl-skinny .tl-slidenav-previous .tl-slidenav-title, .tl-skinny .tl-slidenav-previous .tl-slidenav-description {
    display: block;
    margin: 0;
    width: 45px;
  }
  .tl-skinny .tl-slidenav-next .tl-slidenav-title, .tl-skinny .tl-slidenav-next .tl-slidenav-description {
    display: block;
    margin: 0;
    width: 45px;
    transform: translateX(-10px);
  }
  .tl-skinny .tl-media .tl-media-content-container .tl-credit {
    padding: 0 5px;
    margin: 5px 0 0;
    box-sizing: border-box;
  }
  .vco-map {
    width: 100%;
    height: 300px !important;
  }
  .vco-layout-portrait .vco-storyslider {
    box-shadow: none;
    margin: -1px 0 0;
  }
  .vco-storyslider {
    height: 350px !important;
    box-sizing: border-box;
  }
  .vco-media-content-container {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .vco-skinny .vco-media .vco-media-content-container .vco-credit {
    padding: 0 5px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 650px) {
  .leaflet-top .leaflet-control {
    margin-top: 30px;
  }
  .light-step-cont {
    width: 100%;
  }
  .light-step-img.cstep2 {
    padding-top: 5%;
  }
  .light-step-img.cstep3 {
    padding-top: 5%;
  }
  .light-step-img.cstep4 {
    padding-top: 15%;
  }
}
@media screen and (max-width: 600px) {
  .nav-info-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
  .nav-slogn {
    display: none;
  }
  .logo {
    width: 140px;
  }
  .nav-cont {
    width: 57%;
  }
  .src-box {
    width: calc(100% - 45px);
  }
  .input-src {
    padding: 3px 6px;
  }
  .src-btn {
    padding: 4px 6px;
  }
  .hamburger {
    padding: 10px 0 4px 8px;
  }
  .log-btn {
    padding: 5px 10px;
  }
  .lang-sel {
    padding: 5px 10px;
  }
  .nav-item {
    max-height: calc(100vh - 77px);
    top: 42px;
  }
  .banner-cont {
    padding: 0 20px;
  }
  .ind-writer-area .writer-txt:after {
    display: none;
  }
  .writer-img {
    width: 100%;
  }
  .writer-info {
    width: 100%;
  }
  .writer-cont-right {
    flex-flow: wrap;
  }
  .page-nav-area {
    font-size: 84%;
  }
  .page-nav-box {
    margin: 5px 5px 0;
  }
  .inner-single-page:before {
    height: 250px;
  }
  .creat-article-list {
    padding: 0 5px;
    justify-content: center;
  }
  .creat-article-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .recom-cont {
    width: calc(100% - 190px);
    margin: 0;
  }
  .creat-src-box {
    margin: 0 0 10px;
  }
  .creat-src input {
    line-height: 36px;
  }
  .creat-src-btn {
    line-height: 38px;
  }
  .article-banner-area {
    padding: 20px 0;
  }
  .article-build {
    padding: 0;
  }
  .article-cont-area {
    padding-top: 10px;
  }
  .article-cont-banner {
    height: 300px;
  }
  .article-cont-banner h2 {
    font-size: 188%;
    line-height: 30px;
    padding: 10px;
  }
  .article-cont-info {
    padding: 10px;
  }
  .article-banner-info .date {
    font-size: 12px;
  }
  .article-banner-info .tit {
    font-size: 140%;
    line-height: 26px;
  }
  .creat-article-cont .date {
    font-size: 12px;
  }
  .creat-article-cont .tit {
    font-size: 140%;
    height: auto;
  }
  .communicate-cont-area h2 {
    font-size: 140%;
    padding: 0 0 5px;
  }
  .communicate-list {
    border-top: 1px solid #999;
  }
  .communicate-list .mb-tit {
    font-size: 90%;
    font-weight: 600;
    display: block;
    border-bottom: 1px dashed #999;
    margin: 0 0 3px;
    padding: 0 0 3px;
  }
  .communicate-list li:nth-child(odd) {
    background: #eff8fe;
  }
  .communicate-list li.tit {
    display: none;
  }
  .communicate-list .list {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .communicate-list .list > div:nth-child(1) {
    width: 100%;
    margin: 0 0 5px;
    padding: 0 5px 5px;
    border-bottom: 1px dashed #999;
  }
  .communicate-list .list > div:nth-child(2) {
    width: calc((100% - 100px) / 2);
  }
  .communicate-list .list > div:nth-child(3) {
    width: calc((100% - 100px) / 2);
  }
  .communicate-btn {
    line-height: 60px;
  }
  .communicate-cont {
    padding: 0;
  }
  .enter-btn-box > div {
    width: 140px;
  }
  .history-swiper {
    padding: 60px 0 80px;
  }
  .history-swiper .swiper-button-next, .history-swiper .swiper-button-prev {
    top: auto;
    margin-top: 10px;
  }
  .his-timeline-swiper-cont {
    width: 90%;
  }
  .history-timeline-list .literary-box, .history-timeline-list .literary-box-cube {
    width: 50%;
  }
  .creat-article-change > div {
    width: 100%;
  }
  .creat-article-change .unact {
    margin: 5px 0 0;
  }
  .more-article-link-box {
    width: 100%;
  }
  .more-article-link-box:first-child {
    border-right: none;
    border-bottom: 2px dotted #BBB;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
  .more-article-link-box:last-child {
    padding: 0;
  }
  .login-area {
    width: 100%;
  }
  .login-cont {
    padding: 30px;
  }
  .forget-box {
    width: 100%;
  }
  .src-area-box {
    justify-content: space-between;
    text-align: center;
  }
  .src-area-box .src-area {
    width: 49%;
    margin: 0 0 5px;
  }
  .src-area-sup-box {
    justify-content: space-between;
    text-align: center;
  }
  .src-area-sup-box .src-area-sup {
    width: 49%;
    margin: 0 0 5px;
  }
  .writer-list .writer-img {
    width: 100%;
  }
  .map-area .map-cont {
    width: calc(100% - 20px);
    height: 45%;
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 10px;
    z-index: 1;
    overflow-y: scroll;
  }
  .map-area .swiper-button-prev, .map-area .swiper-button-next {
    font-size: 112%;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .map-area .swiper-button-prev {
    left: 3px;
  }
  .map-area .swiper-button-next {
    right: 3px;
  }
  .map-info {
    padding: 20px 35px;
  }
  .track-wrap .map-area-tit {
    top: 42px;
  }
  .them-btn-area {
    top: 42px;
  }
  .exhibition-sub {
    width: 100%;
  }
  .exhibition-sub-banner.no-bg .exhibition-sub-share {
    width: 100%;
    text-align: right;
    position: static;
  }
  .share-btn-box {
    justify-content: flex-end;
  }
  .exhibition-btn-box {
    margin: 0 0 0 10px;
    display: block;
  }
  .exhibition-btn-box .ex-btn-box {
    width: 100%;
  }
  .exhibition-btn-box .ex-btn {
    text-align: center;
    display: block;
    margin: 0;
  }
  .exhibition-btn-box .ex-btn:first-child {
    margin: 0 0 10px;
  }
  .exhibition-part-a-group {
    width: calc((100% - 20px) / 2);
  }
  .exhibition-part-a-box {
    width: calc((100% - 20px) / 2);
  }
  .exhibition-article-tit {
    padding: 0;
  }
  .light-ex-img-wrap {
    width: 90%;
  }
  .theme-box {
    width: 100%;
  }
  .route-wrap {
    margin: 0 0 0 10px;
  }
  .rotute-box {
    padding: 15px 0 30px 15px;
  }
  .route-tit {
    font-size: 120%;
  }
  .route-tit:before {
    left: -23px;
  }
  .route-cont {
    width: calc(100% - 180px);
  }
  .route-img {
    width: 150px;
    height: 160px;
    border: 6px solid #DDD;
  }
  .route-img-sub {
    width: 150px;
    height: 160px;
    border: 6px solid #DDD;
  }
  .traffic-list-icon {
    width: 100px;
  }
  .traffic-list-box {
    width: calc(100% - 120px);
  }
  .error-page .main-cont {
    background: url(../img/bg_error.png) no-repeat top 30px center;
  }
  .error-num {
    font-size: 200px;
    text-align: center;
  }
  .error-txt {
    font-size: 300%;
    margin: -20px 0 10px;
  }
  .build-txt {
    margin: 0 0 10px;
  }
  .portfolio-tit-box {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .portfolio-img {
    left: 0;
    position: relative;
    margin: 0 0 20px;
  }
  .portfolio-info {
    width: 100%;
    padding: 0;
  }
  .portfolio-list-box p {
    padding: 0;
    min-height: auto;
  }
  .writer-track-nav-area {
    top: 42px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 90%;
  }
  .input-area {
    margin: 0 0 15px;
  }
  .light-cont {
    padding: 20px 0;
  }
  .light-scroll-cont {
    padding: 0 20px;
  }
  .mbno-600 {
    display: none;
  }
  .login-user {
    margin: 0 5px 0 0;
  }
  .login-user a {
    display: inline-block;
    vertical-align: middle;
    min-width: 50px;
    max-width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .log-btn {
    padding: 4px 10px;
    box-sizing: border-box;
  }
  .lang-sel-box {
    width: 82px;
  }
  .fb-btn {
    padding: 4px 12px;
  }
  .lang-sel {
    padding: 0 6px;
    line-height: 30px;
    height: 34px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    background: url(../img/icon_sel.png) no-repeat right 5px center #00406B;
  }
  .banner-area {
    height: auto;
    margin: 0;
    background: #0061a5 url(../img/banner.jpg) no-repeat center top -20px;
    background-size: 220%;
  }
  .banner-cont {
    padding: 15px 15px 70px 15px;
  }
  .banner-tit {
    font-size: 200%;
  }
  .banner-sup-tit {
    font-size: 130%;
  }
  .banner-info {
    padding-top: 130px;
  }
  .banner-info p {
    font-size: 100%;
  }
  .banner-info br {
    display: none;
  }
  .scroll-down {
    width: 40px;
    height: 40px;
  }
  .scroll-down span {
    font-size: 10px;
  }
  .scroll-arr {
    width: 40px;
    height: 40px;
  }
  .scroll-arr img {
    width: 8px;
    transform: translateY(-3px);
  }
  @keyframes scrollAni {
    from {
      transform: translateY(-3px);
    }
    to {
      transform: translateY(3px);
    }
  }
  .word-cloud-area {
    height: 400px;
  }
  .word-cloud-box {
    height: 400px;
  }
  .main-area {
    padding: 20px 0 0;
  }
  .main-cont {
    padding: 0 10px;
  }
  .ind-tit-box {
    margin: 0 0 15px;
  }
  .ind-tit-box h2 {
    font-size: 160%;
    padding: 0;
    margin: 0 0 3px;
  }
  .ind-en-tit {
    font-size: 100%;
    width: calc(100% - 103px);
  }
  .ind-en-tit a {
    font-size: 110%;
    padding: 5px 4px;
  }
  .ind-en-tit span {
    padding: 0 0 0 10px;
  }
  .ind-en-tit2 {
    width: calc(100% - 127px);
  }
  .literary-banner {
    margin: 0 0 30px;
  }
  .page-wrap.track-wrap {
    padding: 20px 0 0;
  }
  .ind-writer-area {
    margin: 0;
  }
  .writer-cont {
    margin: 0 0 -30px;
  }
  .writer-info {
    width: 100%;
    transform: translateY(-52px);
    position: relative;
    z-index: 2;
  }
  .writer-info h3 {
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.6);
  }
  .writer-info .collect-tag {
    margin-top: 10px;
  }
  .writer-txt {
    padding: 15px;
  }
  .ind-theme-area {
    margin: 0 0 40px;
  }
  .ind-theme-txt {
    padding: 15px;
  }
  .route-tag br {
    display: none;
  }
  .map-event-side-list li:hover {
    color: #555;
  }
  footer {
    padding: 20px 0 10px;
  }
  .footer-info {
    width: 100%;
    margin: 0 0 10px;
  }
  .web-info-box {
    text-align: left;
  }
  .page-nav-area {
    font-size: 100%;
  }
  .page-nav-box {
    font-size: 110%;
    font-weight: 600;
    width: calc((100% - 12px) / 3);
    text-align: center;
    padding: 8px 0 3px;
    margin: 0 2px;
    box-shadow: inset 0 -10px 0 #E6E6E6;
  }
  .page-nav-box.act {
    font-size: 120%;
    box-shadow: inset 0 -10px 0 #D9E6EF;
  }
  .page-wrap {
    padding: 20px 0 50px;
  }
  .page-wrap-build {
    padding: 0;
  }
  .inner-single-page {
    padding-bottom: 50px;
  }
  .inner-single-page:before {
    height: 250px;
  }
  .one-line-wrap {
    padding: 20px 0;
  }
  .history-tag-area {
    width: 94%;
  }
  .edit-area {
    width: 94%;
    padding: 15px 15px 20px;
  }
  .exhibition-article-tag-list {
    width: 94%;
    margin: 0 auto 10px;
  }
  .creat-src {
    width: calc(100% - 130px);
  }
  .creat-src-btn {
    width: 130px;
  }
  .recom-img {
    width: 100%;
  }
  .recom-cont {
    width: 100%;
    margin: 10px 0 0;
  }
  .comm-info-box {
    margin: 5px 0;
  }
  .comm-info-box .comm-msg {
    margin: 0 10px 0 0;
  }
  .communicate-txt-box {
    padding: 15px;
  }
  .communicate-reply-box {
    padding: 0 0 10px 10px;
  }
  .reply-time {
    width: 100%;
    margin: 5px 0 0;
    text-align: right;
  }
  .enter-btn-box {
    width: 100%;
    margin: 5px 0 0;
    justify-content: space-between;
  }
  .enter-btn-box > div {
    width: 49%;
  }
  .cancel-btn {
    margin: 0;
  }
  .login-area h2 {
    font-size: 175%;
    margin: 0 0 5px;
  }
  .login-cont {
    padding: 20px;
  }
  .register-cont {
    padding: 30px 20px;
  }
  .form-column2 {
    width: 100%;
  }
  .form-column2:first-child {
    margin: 0 0 20px;
    padding-right: 0;
    border-right: 0;
  }
  .form-column2:last-child {
    padding-left: 0;
  }
  .register-btn-area .robet-box {
    width: 100%;
    margin: 0 0 10px;
  }
  .register-btn-area .btn {
    width: 100%;
    text-align: center;
  }
  .to-register-box {
    font-size: 110%;
  }
  .member-third-box {
    top: -30px;
  }
  .src-tab-box .src-tab {
    line-height: 36px;
  }
  .writer-list .writer-txt {
    padding: 15px;
  }
  .writer-list .writer-cont {
    margin: 0 0 -30px;
  }
  .exhibition-img {
    width: 140px;
    padding-bottom: 140px;
  }
  .exhibition-cont {
    width: calc(100% - 160px);
  }
  .exhibition-cont .cont {
    padding: 6px 10px 0 0;
  }
  .exhibition-cont .cont:after {
    width: calc(100% + 150px);
  }
  .exhibition-cont .tit {
    line-height: 24px;
  }
  .exhibition-cont .cont .txt {
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .exhibition-tit {
    font-size: 160%;
    margin: 0 0 5px;
  }
  .exhibition-article-tit {
    font-size: 166%;
    padding: 0 10px;
    margin: 0;
  }
  .ex-page-wrap {
    padding-bottom: 0;
  }
  .ex-edit-wrap {
    padding: 0 0 140px;
  }
  .ex-inner-edit-area {
    margin: 0 auto 10px;
  }
  .exhibition-sub-img {
    width: 38.383%;
    padding-bottom: 38.383%;
  }
  .exhibition-sub-banner.no-bg h2 {
    width: 100%;
    font-size: 166%;
    margin: 0 0 10px;
  }
  .exhibition-sub-banner.no-bg .exhibition-sub {
    flex-direction: column;
    align-items: center;
  }
  .exhibition-sub-banner.no-bg .exhibition-btn-box {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .exhibition-sub-banner.no-bg .exhibition-sub-share {
    position: static;
  }
  .exhibition-sub-banner.no-bg .ex-tit-box {
    margin: 0 0 10px;
  }
  .exhibition-sub-banner.no-bg .ex-tit-box h2 {
    margin: 0;
  }
  .exhibition-btn-box .ex-btn-box {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .exhibition-btn-box .ex-btn {
    width: 48%;
  }
  .exhibition-btn-box .ex-btn:first-child {
    margin: 0;
  }
  .share-btn-box {
    justify-content: flex-end;
  }
  .exhibition-article-swiper .swiper-button-prev {
    left: -5px;
  }
  .exhibition-article-swiper .swiper-button-next {
    right: -5px;
  }
  .light-ex-img-wrap {
    width: 95%;
  }
  .article-page-wrap {
    width: calc(100% - 20px);
    top: auto;
    right: 10px;
    bottom: 50px;
  }
  .article-page-box {
    width: 100%;
    border: 1px solid #ccc;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .article-page-box > a:nth-child(2) {
    border-left: 1px dashed #ccc;
    border-top: 0px;
  }
  .prev-box, .next-box {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
  }
  .prev-box span i, .next-box span i {
    display: inline-block;
  }
  .page-arrow {
    display: none;
  }
  .page-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .page-info span {
    width: calc(100% - 45px);
  }
  .page-info span.name {
    margin: 0;
    line-height: 20px;
  }
  .prev-box {
    border-bottom: 0px;
    position: relative;
  }
  .prev-box span {
    text-align: left;
  }
  .prev-box span.name {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
  }
  .next-box span {
    text-align: right;
  }
  .next-box .page-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .img-box {
    width: 40px;
  }
  .theme-banner-tit {
    width: calc(100% - 20px);
    bottom: 5px;
    left: 10px;
  }
  .rotute-box {
    padding: 15px;
  }
  .route-cont {
    width: 100%;
  }
  .route-img {
    width: 150px;
    height: 150px;
    position: relative;
    top: 0;
    margin: 0 0 10px;
  }
  .route-img-sub {
    display: none;
  }
  .traffic-list-icon {
    width: 100%;
    margin: 0 0 20px;
  }
  .traffic-list-box {
    width: 100%;
  }
  .error-page .main-cont {
    padding: 100px 20px 30px;
  }
  .error-num {
    font-size: 150px;
  }
  .portfolio-list-box {
    padding: 15px;
  }
  .tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media {
    padding: 20px 10px 15px;
    box-sizing: border-box;
  }
  .tl-skinny .tl-slide .tl-slide-content-container .tl-slide-content .tl-media img {
    width: 100% !important;
  }
  .history-tit {
    margin: 0;
  }
  .history-tit .page-tit {
    margin: 0 0 10px;
  }
  .down-btn {
    line-height: 18px;
    padding: 6px 13px;
    margin: 0 0 10px 8px;
  }
  .edit-box img {
    max-width: 90%;
    height: auto !important;
  }
  .edit-box img.for-icon {
    max-width: 56px;
  }
  .edit-box iframe {
    min-width: 70%;
  }
  .edit-box iframe[height] {
    min-height: 300px;
  }
  .edit-box iframe[width] {
    min-width: 70%;
  }
  .edit-box .parallel-layout {
    flex-wrap: wrap;
  }
  .edit-box .parallel-layout div {
    width: 100% !important;
    margin: 0 0 10px;
  }
  .game-box {
    margin: 0 0 30px;
  }
  .member-side-nav {
    margin: 0 0 15px;
  }
  .member-side-nav .item {
    margin: 0 7px;
  }
  .member-side-nav .item a {
    font-size: 15px;
  }
  .member-nav-sel {
    display: block;
  }
  .member-top-nav-box {
    padding: 0 10px 10px;
    width: 100%;
    border-top: 1px solid #999;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 3;
    box-sizing: border-box;
    display: none;
  }
  .member-top-nav-box a {
    font-size: 14px;
    width: 100%;
    padding: 10px 5px;
    border-right: none;
    border-bottom: 1px dashed #999;
    margin: 0;
    box-sizing: border-box;
  }
  .member-info-cont {
    padding: 15px;
  }
  .member-collect-box {
    width: 100%;
  }
  .member-mission-total-box {
    padding-bottom: 80px;
    background: url(../img/bg_mission.png) no-repeat left bottom, #B9F2D2;
  }
  .member-mission-total-box .tit {
    margin: 0 0 10px;
  }
  .member-mission-list .box02 {
    width: calc(100% - 140px);
  }
  .member-mission-list .box03 {
    width: 85px;
  }
  .member-mission-list .box04 {
    width: 55px;
  }
  .member-medal-box {
    width: 50%;
  }
  .freebee-light-area {
    width: 95%;
    padding: 30px 15px;
  }
  .freebee-light-area .tit {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .freebee-light-area .btn-area {
    margin: 30px 0 0;
  }
  .freebee-light-cont {
    max-height: 300px;
    margin: 0 0 20px;
  }
  .exb-map-info-area {
    top: 54%;
  }
  .exb-map-info-cont {
    max-height: 80vh;
  }
  .exb-map-info-tit {
    font-size: 24px;
    margin: 10px 0 20px;
  }
  .exb-map-info-img {
    width: 200px;
    height: 200px;
  }
  .exb-map-tag {
    right: -30px;
    transform: translate(0, -50%);
  }
  .exb-map-info-txt {
    padding: 20px;
  }
  .exb-event-mb-cont {
    width: 90%;
  }
  .exhibition-floor-area {
    padding: 10px 0;
    margin: 0 -10px;
  }
  .writer-src-box .writer-sel {
    width: calc(100% - 90px);
    border-radius: 0 3px 3px 0;
  }
  .writer-src-box .text-src {
    width: 100%;
    margin-top: 5px;
    border-radius: 3px;
    border-left: 1px solid #005C9A;
  }
  .writer-src-box.src {
    margin: 20px 0 0;
  }
  .writer-src-box.src .text-src {
    width: calc(100% - 90px);
    border-radius: 3px 0 0 3px;
  }
  .writer-src-box.src .creat-src-btn {
    margin: 5px 0 0;
  }
  .writer-track-info-img {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }
  .writer-track-info-cont {
    margin-top: -66px;
  }
  .writer-track-info-cont h2 {
    font-size: 26px;
  }
  .writer-book-name-box {
    padding: 20px 0;
  }
  .writer-book-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 414px) {
  .exhibition-banner {
    padding: 0 0 20px;
  }
  .exhibition-banner .swiper-slide-active .ind-exhibition-img {
    transform: scale(1.1);
  }
  .ind-theme-box > div, .ind-theme-box > a {
    width: 100%;
  }
  .history-timeline-list .literary-box, .history-timeline-list .literary-box-cube {
    width: 100%;
  }
  .pwd-img-box {
    justify-content: flex-start;
  }
  .pwd-img-box .tit {
    width: 100%;
    margin: 0 0 10px;
  }
  .pwd-img {
    margin: 0 10px 0 0;
  }
  .pwd-img-input {
    width: 100%;
  }
  .writer-src-tag-tit {
    font-size: 125%;
    line-height: 24px;
  }
  .writer-src-tag-img {
    width: 70px;
  }
  .writer-src-tag-cont {
    width: calc(100% - 80px);
  }
  .exhibition-part-b-img {
    width: 150px;
  }
  .exhibition-part-b-cont {
    width: calc(100% - 160px);
  }
  .exhibition-part-b-cont .tit {
    margin: 0 0 5px;
  }
  .exhibition-part-b-cont .cont {
    margin: 0 0 10px;
  }
  .light-step-tit {
    margin: 0 auto 25px;
  }
  .light-step-img.cstep1 img {
    width: 80%;
  }
  .light-step-img.cstep2 {
    padding-top: 15%;
  }
  .light-step-img.cstep3 {
    padding-top: 10%;
  }
  .light-step-img.cstep4 {
    padding-top: 20%;
  }
}
@media screen and (max-width: 375px) {
  .member-side-nav .item {
    margin: 0 4px;
  }
}
@media screen and (max-height: 800px) and (orientation: landscape) {
  .route-img-light-box {
    width: auto;
    height: 80%;
  }
  .route-img-light-box img {
    height: 100%;
  }
}
@media screen and (max-height: 760px) and (min-width: 700px) {
  .map-area-box {
    height: 680px;
  }
  .story-cont-box-bg {
    height: 680px;
  }
}
@media screen and (max-width: 1300px) {
  .travel-banner-cont {
    width: calc(100% - 120px);
  }
  .travel-banner-arrow .swiper-button-prev {
    left: -50px;
  }
  .travel-banner-arrow .swiper-button-next {
    right: -50px;
  }
  .travel-page-main-banner {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1200px) {
  .travel-ham {
    display: block;
  }
  .travel-logo img {
    width: 50px;
    transform: translate(10px, -10px);
  }
  .travel-ham {
    display: block;
  }
  .travel-nav-cont {
    width: 100%;
    max-width: none;
  }
  .travel-nav-area {
    padding: 10px 20px;
  }
  .travel-nav {
    width: calc(100% + 40px);
    border-top: 1px solid #51423D;
    position: absolute;
    top: 50px;
    left: -20px;
    z-index: 2;
    background: #f5efe7;
    box-shadow: 3px 0 5px #999;
    display: none;
  }
  .travel-nav .item {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .travel-nav .item span {
    padding: 10px 0;
    display: block;
  }
  .travel-nav .item:hover .tsup-nav {
    display: none;
  }
  .travel-nav .icon {
    display: block;
  }
  .travel-nav .travel-user-mb {
    display: block;
  }
  .travel-user-box {
    display: none;
  }
  .tsup-nav {
    padding: 0;
    position: relative;
    border-radius: 0;
    top: 0;
    border-top: 0;
    box-shadow: none;
  }
  .tsup-nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(165, 201, 200, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .tsup-nav a {
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .tsup-nav:before {
    display: none;
  }
  .travel-page-cont .btn-area {
    width: calc(100% - 275px);
  }
  .travel-page-txt-cont {
    width: calc(100% - 275px);
  }
  .travel-page-side {
    width: 250px;
    top: 75px;
  }
  .travel-page-recommon {
    width: 260px;
  }
  .recommon-museum-box {
    padding: 20px;
  }
  .recommon-museum-img img {
    max-width: 140px;
  }
  .travel-blog-edit-side {
    top: 75px;
  }
  .travel-event-more-area {
    padding: 5% 0;
    position: relative;
  }
  .travel-event-list-area {
    width: 50%;
    top: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .travel-recommon-tit {
    top: 20px;
    left: 20px;
  }
  .travel-theme-banner-img {
    width: 400px;
  }
  .travel-theme-banner-cont {
    width: calc(100% - 420px);
  }
  .travel-theme-box {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .travel-page-tit-area h2 {
    padding: 0;
  }
  .travel-route-img {
    width: 50%;
  }
  .travel-route-cont {
    width: calc(50% - 20px);
  }
  .travel-route-article-box:first-child {
    padding: 0 20px 20px 0;
  }
  .travel-route-article-box:last-child {
    padding: 0 0 20px 20px;
  }
  .travel-route-popup-area {
    width: 750px;
  }
  .travel-route-theme-img {
    width: 49%;
  }
  .travel-route-theme-cont {
    width: 49%;
  }
  .travel-news-box {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .travel-news-box:nth-child(3n) {
    margin-right: 20px;
  }
  .travel-news-box:nth-child(2n) {
    margin-right: 0;
  }
  .travel-event-more-area {
    padding: 10% 0;
  }
  .travel-event-list-area {
    width: 50%;
  }
  .len01 .tit {
    transform: translateY(-45px);
  }
  .len01:before {
    height: 40px;
  }
  .len02 .tit {
    transform: translateY(-55px);
  }
  .len02:before {
    height: 50px;
  }
  .len03 .tit {
    transform: translateY(-65px);
  }
  .len03:before {
    height: 60px;
  }
}
@media screen and (max-width: 900px) {
  .museumArea3 {
    right: 22%;
    bottom: 57%;
  }
  .museumArea5 {
    right: 9%;
  }
}
@media screen and (max-width: 850px) {
  .travel-event-more-area {
    padding: 15% 0;
  }
  .event-dot-box:after {
    width: 8px;
    height: 8px;
  }
  .len01 .tit {
    transform: translateY(-35px);
  }
  .len01:before {
    height: 30px;
  }
  .len02 .tit {
    transform: translateY(-45px);
  }
  .len02:before {
    height: 40px;
  }
  .len03 .tit {
    transform: translateY(-55px);
  }
  .len03:before {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .travel-nav-area {
    padding: 10px;
  }
  .travel-nav {
    width: calc(100% + 20px);
    left: -10px;
  }
  .travel-search-area {
    width: 95%;
  }
  .travel-banner-area:before {
    height: 120px;
  }
  .travel-tit span {
    font-size: 16px;
  }
  .travel-tit h2 {
    font-size: 30px;
  }
  .travel-recommon-tit h3 {
    font-size: 30px;
  }
  .travel-recommon-tit span {
    font-size: 16px;
  }
  .travel-theme-txt .tit {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .cloud03 {
    left: 20px;
  }
  .cloud04 {
    right: 20px;
  }
  .travel-about {
    font-size: 16px;
  }
  .travel-about-btn-area .btn {
    font-size: 16px;
    padding: 12px 20px;
    margin: 0 auto;
  }
  .travel-about-btn-area .btn:first-child {
    margin: 0 auto 20px;
  }
  .travel-about-btn-area .travel-m-btn {
    padding: 10px 20px;
  }
  .travel-about {
    width: 95%;
  }
  .page-top-cover {
    padding-top: 30px;
  }
  .page-top-cover:before {
    height: 120px;
  }
  .travel-quote-tag-area {
    margin: 0 0 30px;
  }
  .travel-quote-tag-tit {
    margin: 0 0 10px;
  }
  .travel-quote-tag-tit .more-btn {
    font-size: 14px;
    padding: 5px 10px;
  }
  .travel-page-tit-area {
    padding: 30px 0 20px;
  }
  .travel-page-tit-area h2 {
    font-size: 28px;
  }
  .travel-page-tit-area .tit-sup {
    font-size: 16px;
    margin: 10px 0 0;
  }
  .travel-page-tit-area .tit-sup-up {
    font-size: 16px;
    margin: 0 0 10px;
  }
  .travel-page-info {
    margin: 15px 0 0;
  }
  .travel-page-banner-area {
    padding: 10px 0;
  }
  .travel-page-cont .btn-area {
    width: 100%;
    order: 3;
  }
  .travel-page-txt-cont {
    width: 100%;
  }
  .travel-page-side {
    width: 100%;
    margin: 0;
    position: static;
    top: 0;
  }
  .travel-page-tit {
    margin: 0 0 10px;
  }
  .travel-page-side-box.routelist {
    display: none;
  }
  .travel-page-tool {
    top: 70px;
  }
  .mb-side {
    padding: 0 0 10px;
  }
  .travel-page-side-btn.pc-show, .travel-page-tool.pc-show {
    display: none;
  }
  .travel-page-tool.mb-fix-bot {
    display: block;
  }
  .travel-route-article-area {
    margin: 0 0 20px;
  }
  .travel-route-article-box {
    width: 100%;
  }
  .travel-route-article-box .tit {
    margin: 0 0 20px;
  }
  .travel-route-article-box:first-child {
    padding: 0 0 20px;
    border-right: 0;
    border-bottom: 1px dashed #51423D;
  }
  .travel-route-article-box:last-child {
    padding: 20px 0 0;
  }
  .travel-pagebg02 .travel-page-cont {
    margin: 60px 0 0;
  }
  .travel-pagebg02 .travel-page-txt-cont {
    width: 100%;
    margin: 0 0 20px;
  }
  .travel-page-recommon {
    width: 350px;
  }
  .travel-route-popup-area {
    width: 95%;
  }
  .route-popup-cont {
    font-size: 16px;
    padding: 30px;
  }
  .route-popup-cont .tit {
    font-size: 20px;
  }
  .blog-tit-area:after {
    background-size: 20%;
  }
  .blog-tit h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .travel-theme-side-box {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .travel-theme-side-box:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .travel-theme-banner-sw-img .tit {
    font-size: 22px;
  }
  .travel-theme-cube-box {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .travel-theme-cube-box:nth-child(3n) {
    margin-right: 10px;
  }
  .travel-theme-cube-box:nth-child(2n) {
    margin-right: 0;
  }
  .travel-theme-cube-cont .tit {
    font-size: 22px;
  }
  .travel-route-theme-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .travel-route-theme-box {
    width: 49%;
    padding: 10px;
    margin-bottom: 20px;
  }
  .travel-route-theme-img {
    width: 100%;
    margin: 0 0 10px;
    padding-bottom: 56%;
  }
  .travel-route-theme-cont {
    width: 100%;
  }
  .travel-route-theme-txt .tit {
    font-size: 22px;
  }
  .travel-family-place-sel-box {
    display: block;
  }
  .museum-dot, .museum-line {
    display: none;
  }
  .travel-family-map {
    padding: 50px 0;
  }
  .travel-family-museum-box {
    width: 85%;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  .travel-family-museum-box.open {
    opacity: 1;
    z-index: 5;
  }
  .travel-family-museum-box.open .swiper-button-prev, .travel-family-museum-box.open .swiper-button-next {
    z-index: 20;
  }
  .travel-family-sw-box .swiper-button-prev i, .travel-family-sw-box .swiper-button-next i {
    font-size: 65px;
  }
  .travel-family-sw-box .swiper-button-prev {
    left: -35px;
  }
  .travel-family-sw-box .swiper-button-next {
    right: -35px;
  }
  .museum-slide-img img {
    width: 80%;
    max-height: 70%;
  }
  .travel-family-sw-place {
    font-size: 22px;
  }
  .travel-family-sw-museum {
    font-size: 18px;
  }
  .museum-cont-tit-box {
    height: 120px;
  }
  .museum-cont-tit-box img {
    max-width: 250px;
    max-height: 90px;
  }
  .travel-page-video-box {
    margin: 30px 0;
  }
  .recommon-museum-name {
    font-size: 22px;
  }
  .travel-news-box {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .travel-news-box:nth-child(3n) {
    margin-right: 10px;
  }
  .travel-news-box:nth-child(2n) {
    margin-right: 0;
  }
  .blog-sizer {
    width: calc((100% - 10px) / 2);
  }
  .blog-gutter-sizer {
    width: 10px;
  }
  .travel-blog-box {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .travel-blog-box:nth-child(3n) {
    margin-right: 0;
  }
  .travel-blog-box:nth-child(2n) {
    margin-right: 10px;
  }
  .travel-blog-txt .tit {
    margin: 0 0 10px;
  }
  .travel-blog-txt p {
    margin: 0 0 30px;
  }
  .travel-blog-txt .link-box {
    margin: 0 0 10px;
  }
  .travel-blog-txt .img-box {
    margin: 0 0 10px;
  }
  .quote-box {
    margin: 0 0 30px;
  }
  .travel-blog-edit-cont .btn-area {
    width: 100%;
    padding: 20px 0 40px;
    margin: 0;
  }
  .travel-blog-edit-txt-cont {
    width: 100%;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #bbb;
    margin: 0 0 10px;
  }
  .travel-blog-edit-side {
    width: 100%;
    top: auto;
    bottom: 0px;
    padding: 10px 0 0;
  }
  .blog-edit-btn-area {
    margin: 0;
    padding: 0;
    border: none;
  }
  .blog-edit-btn-area .mb-btn {
    display: flex;
  }
  .blog-edit-btn {
    width: 32%;
  }
  .blog-edit-cancle-btn.pc-btn {
    display: none;
  }
  .travel-game-box {
    width: 49%;
  }
  .travel-download-btn-cont .tit {
    font-size: 22px;
  }
  .worksheet-box {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
  }
  .worksheet-box:nth-child(3n) {
    margin-right: 10px;
  }
  .worksheet-box:nth-child(2n) {
    margin-right: 0;
  }
  .travel-event-more-area {
    padding: 50px 0;
    background: url(../img/event_taiwan.svg) no-repeat center center/contain;
  }
  .event-dot-box {
    display: none;
  }
  .travel-event-map {
    display: none;
  }
  .travel-event-list-area {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .travel-event-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .travel-event-box {
    width: 49%;
  }
  .travel-event-box .travel-route-theme-box {
    width: 100%;
  }
  .travel-event-date {
    width: 100%;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .travel-event-date .year {
    width: 100%;
  }
  .travel-event-date .date {
    margin: 0;
  }
  .travel-event-date .s-date:after {
    display: none;
  }
  .travel-event-date .mb-line {
    width: 20px;
    height: 2px;
    margin: 0 10px;
    background: #51423D;
    display: block;
  }
  .travel-event-area .btn-area {
    margin: 0 0 45px;
  }
  .travel-side-date-box .date {
    font-size: 34px;
  }
  .travel-about-area {
    padding: 40px;
  }
  .travel-search-key input {
    font-size: 16px;
  }
  .travel-search-key-txt {
    font-size: 16px;
  }
  .travel-footer-area .travel-cont {
    font-size: 16px;
  }
  .travel-gotop {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .travel-recommon-tit {
    top: 35px;
    left: 35px;
  }
  .travel-recommon-cont {
    width: 100%;
    margin: 0 0 20px;
  }
  .travel-recommon-cont:last-child {
    margin: 0;
  }
  .travel-theme-banner-img {
    width: 100%;
  }
  .travel-theme-banner-cont {
    width: 100%;
    padding: 10px 10px 0;
  }
  .travel-theme-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .travel-morelike-sw-area {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  .travel-ham {
    padding: 0;
    height: 24px;
  }
  .travel-banner .swiper-pagination {
    bottom: 20px;
  }
  .travel-theme-banner-sw-img .tit-box {
    bottom: 50px;
  }
  .travel-footer-box {
    width: 100%;
  }
  .travel-footer-box:first-child {
    margin: 0 0 20px;
  }
  .tlogo-w {
    margin: 0 0 30px;
  }
  .travel-footer-info {
    margin: 0 0 20px;
  }
  .travel-footer-social {
    justify-content: flex-start;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .travel-search-area {
    width: 100%;
  }
  .travel-banner-area {
    margin: 30px 0;
  }
  .travel-banner-area:before {
    height: 70px;
  }
  .travel-banner-cont {
    width: calc(100% - 60px);
  }
  .travel-banner-arrow .swiper-button-prev, .travel-banner-arrow .swiper-button-next {
    width: 20px;
    height: 10px;
  }
  .travel-banner-arrow .swiper-button-prev {
    left: -25px;
  }
  .travel-banner-arrow .swiper-button-next {
    right: -25px;
  }
  .travel-area {
    padding: 0 10px;
  }
  .travel-cont {
    padding: 20px 0 50px;
  }
  .travel-detail-cont {
    padding: 20px 0 0;
  }
  .travel-tit h2 {
    font-size: 24px;
  }
  .travel-tit-box .butterfly01 {
    left: -80px;
  }
  .travel-tit-box .butterfly02 {
    right: -80px;
  }
  .travel-about {
    width: 100%;
  }
  .travel-theme-txt .tit {
    font-size: 20px;
  }
  .travel-bread-area {
    padding: 10px 0;
  }
  .travel-pagination-area {
    margin: 20px 0 0;
  }
  .page-top-cover:before {
    height: 70px;
  }
  .travel-quote-tag-area {
    padding: 15px 10px;
  }
  .last-btn-area {
    margin-bottom: 0;
  }
  .travel-theme-banner-sw-img .tit {
    font-size: 20px;
  }
  .travel-theme-cube-box {
    width: 100%;
  }
  .travel-theme-cube-box:nth-child(3n) {
    margin-right: 0;
  }
  .travel-page-tit-area h2 {
    font-size: 26px;
  }
  .travel-page-main-banner {
    width: calc(100% - 60px);
  }
  .travel-page-cont .btn-area {
    margin: 0;
  }
  .travel-page-tool.mb-fix-bot {
    margin: 60px -10px 0 -10px;
  }
  .travel-page-tool.mb-fix-bot .mb-list-area {
    bottom: 60px;
  }
  .travel-page-tool.mb-fix-bot .mb-icon-box {
    margin: 0 0 10px;
  }
  .travel-page-tool.mb-fix-bot .mb-list {
    padding: 10px;
  }
  .travel-page-tool.mb-fix-bot .mb-list .btn {
    margin: 0 0 10px;
  }
  .travel-page-tool.mb-fix-bot .mb-btn-box {
    padding: 10px;
  }
  .travel-page-tool.mb-fix-bot .mb-btn-box .btn {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .travel-route-area {
    margin: 0 0 45px 10px;
  }
  .travel-route-box .icon-scale {
    top: -10px;
    right: 10px;
  }
  .travel-route-img {
    width: 100%;
    transform: translate(-10px, -10px);
  }
  .travel-route-cont {
    width: 100%;
    padding: 5px 15px 15px 15px;
  }
  .travel-route-popup-area {
    height: 550px;
  }
  .route-popup-img {
    height: 250px;
  }
  .route-popup-cont {
    height: 300px;
    padding: 20px;
  }
  .route-popup-cont .tit {
    margin: 0 0 10px;
  }
  .route-popup-cont .address {
    margin: 0 0 15px;
  }
  .travel-morelike-sw-area {
    width: 85%;
  }
  .blog-sizer {
    width: 100%;
  }
  .blog-gutter-sizer {
    width: 0px;
  }
  .travel-blog-box {
    width: 100%;
  }
  .travel-blog-box:nth-child(3n), .travel-blog-box:nth-child(2n) {
    margin-right: 0;
  }
  .blog-tit-area:after {
    background-size: 30%;
  }
  .blog-tit {
    padding: 0 10px;
  }
  .travel-theme-side-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .travel-theme-side-box:nth-child(2n) {
    margin: 0 0 10px 0;
  }
  .travel-theme-banner-sw-area {
    margin-top: 0;
  }
  .travel-theme-cube-cont .tit {
    font-size: 20px;
  }
  .travel-route-theme-box {
    width: 100%;
  }
  .travel-route-theme-date {
    margin: 5px 0;
  }
  .travel-route-theme-txt {
    margin: 0 0 10px;
  }
  .travel-route-theme-txt .tit {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .travel-family-area .travel-cont {
    padding: 0;
  }
  .travel-family-sw-box .swiper-button-prev i, .travel-family-sw-box .swiper-button-next i {
    font-size: 55px;
  }
  .travel-family-sw-box .swiper-button-prev {
    left: -30px;
  }
  .travel-family-sw-box .swiper-button-next {
    right: -30px;
  }
  .museum-cont-tit-box {
    height: 70px;
    margin: 0;
  }
  .museum-cont-tit-box img {
    max-width: 160px;
    max-height: 50px;
  }
  .travel-page-video-box {
    margin: 20px 0;
  }
  .recommon-museum-name {
    font-size: 18px;
  }
  .travel-news-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .travel-news-box:nth-child(3n) {
    margin-right: 0;
  }
  .travel-news-box:nth-child(2n) {
    margin-right: 0;
  }
  .travel-blog-edit-tit-area {
    margin: 0;
  }
  .travel-blog-edit-cont .btn-area {
    padding: 20px 0 0;
  }
  .travel-blog-edit-cont .btn-area .travel-m-btn {
    width: 100%;
    margin: 0;
  }
  .travel-blog-edit-cont .btn-area .blog-submit-btn {
    margin-top: 10px;
  }
  .travel-game-box {
    width: 100%;
  }
  .travel-game-area {
    margin: 0;
  }
  .travel-download-btn-cont .tit {
    font-size: 20px;
  }
  .worksheet-area {
    margin: 0;
  }
  .worksheet-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .worksheet-box:nth-child(3n) {
    margin-right: 0;
  }
  .travel-event-list-area .travel-m-btn {
    width: 100%;
  }
  .travel-event-box {
    width: 100%;
  }
  .travel-side-date-box .date {
    font-size: 30px;
  }
  .travel-about-area {
    padding: 20px;
    margin: 0;
  }
  .travel-search-key-area {
    padding: 30px 20px 20px;
    margin: 0 0 20px;
  }
  .travel-src-tab-box {
    margin: 0 0 15px;
    justify-content: space-between;
  }
  .travel-src-tab-box .tab {
    width: 49%;
    margin: 0 0 5px;
  }
  .travel-footer-area {
    padding: 30px 10px;
  }
  .travel-gotop {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
