/*$basePink: #CA7575;*/
/*$basePink: #CA7575;*/
.touchSwUtil {
  display: block;
  position: fixed;
  top: 20px;
  right: 10px;
  width: 35px;
  height: 35px;
  text-decoration: none;
  z-index: 200;
}
.touchSwUtil span {
  display: block;
  position: relative;
  top: 0px;
}
.touchSwUtil span:before {
  color: #f15000;
  font-size: 8px;
  content: "MENU";
}
.touchSwUtil i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 28px;
  height: 3px;
  color: #666;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #666;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.touchSwUtil i:before, .touchSwUtil i:after {
  content: '';
  width: 28px;
  height: 3px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.touchSwUtil i:before {
  top: -9px;
}
.touchSwUtil i:after {
  bottom: -9px;
}
.touchSwUtil.active {
  color: #333;
}
.touchSwUtil.active i {
  width: 0;
}
.touchSwUtil.active i:before, .touchSwUtil.active i:after {
  background: #333;
}
.touchSwUtil.active i:before {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.touchSwUtil.active i:after {
  top: 0px;
  width: 30px;
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.touchSwUtil.active span:before {
  content: "CLOSE";
}
.touchSwUtil:hover i {
  background-color: #333;
}
.touchSwUtil:hover i:before, .touchSwUtil:hover i:after {
  background-color: #333;
}

.touchMenuUtil {
  background-color: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 60px 0 0;
  width: 100%;
  overflow-y: auto;
  z-index: 150;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.touchMenuUtil.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.touchMenuUtil .inner {
  padding: 10px;
  background-color: #fff;
}

.translate3d-on {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.list-half > li {
  float: left;
  width: 50%;
}

.list-quarter > li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 1023px) {
  .list-quarter > li {
    width: 50%;
  }
}

.sample::before {
  content: 'news/detail';
}

.test {
  color: #00008b;
}

.bg {
  background-color: #e9e4dd;
}
.bg .Inn {
  background-color: #ffffff;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
}
.bg .Inn .topic-detail .head {
  padding: 40px;
  border-bottom: solid 1px #c2c2c2;
}
.bg .Inn .topic-detail .head .tagBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.bg .Inn .topic-detail .head .tagBox .tag-time {
  color: #00008b;
  font-weight: bold;
  margin-bottom: 6px;
}
.bg .Inn .topic-detail .head .tagBox .tagList {
  margin: 0 15px;
  font-weight: bold;
}
.bg .Inn .topic-detail .head .tagBox .tagList .tag-new {
  color: #00008b;
  border: solid 1px #00008b;
  padding: 0 11px;
}
.bg .Inn .topic-detail .head .tagBox .tagList .tag-check {
  color: #ffffff;
  background-color: #00008b;
  border: solid 1px #00008b;
  padding: 0 10px;
}
.bg .Inn .topic-detail .head .tagBox .tag-category {
  color: #00008b;
}
.bg .Inn .topic-detail .head .title {
  display: flex;
}
.bg .Inn .topic-detail .head .title span {
  margin-right: 15px;
}
.bg .Inn .topic-detail .head .title img {
  width: 21px;
  height: 21px;
}
.bg .Inn .topic-detail .head .title h1 {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  font-weight: 500;
}
.bg .Inn .topic-detail .article {
  display: flex;
  padding: 40px;
}
.bg .Inn .topic-detail .article .word {
  width: 100%;
  margin-right: 80px;
}
.bg .Inn .topic-detail .article .word .description {
  padding-bottom: 60px;
  border-bottom: 1px solid #c2c2c2;
}
.bg .Inn .topic-detail .article .word .description p {
  margin: 0;
}
.bg .Inn .topic-detail .article .word .document {
  padding-bottom: 55px;
  border-bottom: 1px solid #c2c2c2;
}
.bg .Inn .topic-detail .article .word .document h2 {
  margin: 25px 0;
  font-size: 20px;
  font-weight: bold;
}
.bg .Inn .topic-detail .article .word .document .documentLink a {
  display: table;
  border: solid 2px #1A1A1A;
  font-weight: bold;
  font-size: 15px;
  color: black;
  padding: 15px 20px 15px 25px;
  margin-bottom: 20px;
}
.bg .Inn .topic-detail .article .word .document .documentLink a .icon-doc {
  margin-left: 20px;
}
.bg .Inn .topic-detail .article .word .document .documentLink a .icon-doc img {
  width: 27px;
  height: 27px;
}
.bg .Inn .topic-detail .article .word .link h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 25px 0;
}
.bg .Inn .topic-detail .article .word .link .listBox ul {
  list-style: none;
  padding: 0;
}
.bg .Inn .topic-detail .article .word .link .listBox ul li {
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}
.bg .Inn .topic-detail .article .word .link .listBox ul li .image {
  margin-right: 10px;
}
.bg .Inn .topic-detail .article .imageBox {
  width: 100%;
  max-width: 360px;
}
.bg .Inn .topic-detail .article .imageBox .title {
  padding: 10px 0 10px 12px;
}

@media (max-width: 768px) {
  .test {
    color: #00008b;
  }

  .bg .Inn .topic-detail .head {
    padding: 10px;
  }
  .bg .Inn .topic-detail .head .title h1 {
    font-size: 23px;
  }
  .bg .Inn .topic-detail .article {
    flex-flow: wrap-reverse;
    padding: 10px;
  }
  .bg .Inn .topic-detail .article .word {
    margin: 0px;
  }
  .bg .Inn .topic-detail .article .word .description {
    padding-bottom: 20px;
  }

  .commonContentBox .neighbors {
    padding: 10px 0;
  }
}

/*# sourceMappingURL=style.css.map */
