@charset "UTF-8";
.bannerInsList {
  position: relative;
}

.bannerInsList .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
}

.bannerInsList .Img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bannerInsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bannerInsList .en {
  padding-bottom: 15px;
  font-size: 45px;
  font-family: "Lato", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

@media (max-width: 480px) {
  .bannerInsList .en {
    font-size: 34px;
    padding-bottom: 5px;
  }
}

.bannerInsList .title {
  position: relative;
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .bannerInsList .title {
    font-size: 18px;
  }
}

.bannerInsList .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 115px;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
}

.bannerInsList .note {
  font-size: 16px;
  letter-spacing: .05em;
  opacity: 0.8;
}

@media (max-width: 480px) {
  .bannerInsList .note {
    font-size: 14px;
  }
}

.bannerInsList .ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-right: 10px;
}

.bannerInsList .rightText {
  position: relative;
  line-height: 1.6;
  font-size: 16px;
  letter-spacing: .05em;
  text-align: right;
  font-family: "Lato", "微軟正黑體", sans-serif;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .bannerInsList .rightText {
    display: none;
  }
}

.bannerInsList .rightText::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 2px;
  background-color: #fff;
}

.mainContent {
  padding-top: 30px;
  padding-bottom: 30px;
}

.mainContent.noBanner {
  padding-top: 0;
}

@media (min-width: 1181px) {
  .mainContent.noBanner {
    margin-top: 78px;
  }
}

.topArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

@media (max-width: 640px) {
  .topArea {
    padding-top: 20px;
  }
}

.topArea .wrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .topArea .wrapBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.topArea .title {
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .05em;
  color: #343434;
}

.topArea .rightItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 640px) {
  .topArea .btnBack {
    display: none;
  }
}

.topArea .bread {
  position: relative;
  min-width: 223px;
  margin-left: 10px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

@media (max-width: 640px) {
  .topArea .bread {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}

.topArea .bread::before {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: calc(100% + 10px);
  height: 3px;
  background-color: #bb1b21;
}

@media (max-width: 640px) {
  .topArea .bread::before {
    display: none;
  }
}

.bread {
  margin-bottom: 25px;
  text-align: right;
}

.bread a {
  font-size: 14px;
  letter-spacing: .05em;
  color: #666;
}

.bread a:hover {
  color: #c4252b;
}

.bread a:not(:first-child) {
  position: relative;
  padding-left: 12px;
  margin-left: 12px;
}

.bread a:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  width: 1px;
  height: 15px;
  background-color: #7f7f7f;
}

.bread .home {
  color: #000;
}

@media (min-width: 768px) {
  .articleMoreBox.ins .leftItem {
    padding-left: 10px;
  }
}

.articleTopBox {
  padding-bottom: 90px;
  border-bottom: 1px solid #f2f3f4;
}

@media (max-width: 1180px) {
  .articleTopBox {
    padding-bottom: 40px;
  }
}

.articleTopBox .wrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articleTopBox .leftItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px;
  font-size: 14px;
  color: #626262;
  line-height: 1.7;
}

.articleTopBox .leftItem h2{
    font-size:20px;
    color:#000;
    margin-bottom:8px;
}

.articleTopBox .btn04 {
  margin-top: 15px;
}

.articleTopBox .note {
  padding-bottom: 20px;
  font-size: 14px;
  color: #626262;
  line-height: 1.7;
}

.articleTopBox .overline {
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.articleTopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.articleTopList > li {
  width: 33.333%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom:20px;
}

.articleTopList > li:hover .title{
  color:#af0000;
}

@media (max-width: 767px) {
  .articleTopList > li {
    width: 50%;
  }
}

@media (max-width: 414px) {
  .articleTopList > li {
    width: 100%;
    padding-top: 20px;
  }
}

.articleTopList .Img img {
  display: block;
  width: 100%;
}

.articleTopList .Txt {
  padding-top: 25px;
  padding-bottom: 20px;
}

.articleTopList .title {
  display: block;
  padding-bottom: 15px;
  font-size: 20px;
  letter-spacing: .05em;
  color: #181414;
}

.articleTopList .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: #626262;
  line-height: 1.7;
}

.articleTopList .text {
  height: 50px;
  margin-bottom: 15px;
  overflow: hidden;
}

.articleTopList .list ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articleTopList .list li {
  width: 50%;
}

.articleTopList .list {
    display: flex;
    flex-wrap: wrap;
}

.articleTopList .list a {
    width: 50%;
}

.articleTopList .list a {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-left: 15px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .articleTopList .list a {
    width: 100%;
  }
}

.articleTopList .list a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 3px;
  background-color: #bb1b21;
}

.articleMoreBox {
  padding-top: 90px;
}

@media (max-width: 1180px) {
  .articleMoreBox {
    padding-top: 40px;
  }
}

.articleMoreBox .wrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .articleMoreBox .wrapBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.articleMoreBox .leftItem {
  width: 100%;
  max-width: 466px;
  padding-right: 10px;
}

@media (max-width: 1180px) {
  .articleMoreBox .leftItem {
    width: 35%;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .articleMoreBox .leftItem {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    padding-bottom: 20px;
  }
}

.articleMoreBox .rightItem {
  width: calc(100% - 466px);
}

@media (max-width: 1180px) {
  .articleMoreBox .rightItem {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .articleMoreBox .rightItem {
    width: 100%;
  }
}

.articleMoreBox.ins {
  position: relative;
  z-index: 0;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  .articleMoreBox.ins {
    padding-bottom: 40px;
  }
}

.articleMoreBox.ins .wrapBox {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .articleMoreBox.ins .wrapBox .rightItem {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 1441px) {
  .articleMoreBox.ins .overline.left::before {
    left: -10px;
  }
}

.articleMoreBox .titleBox2 .note {
  margin-bottom: 40px;
  font-size: 14px;
  color: #626262;
  line-height: 1.7;
}

.articleListBox {
  padding-top: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.articleListBox .wrapBox {
  padding-left: 20px;
  padding-right: 20px;
}

.articleList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .articleList {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1180px) {
  .articleList.list {
    padding-left: 0;
    padding-right: 0;
  }
}

.articleList.list li {
  border-left: 3px solid #c4252b;
}

.articleList li {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .articleList li {
    border-left: 3px solid #c4252b;
    padding-left: 10px;
  }
}

@media (max-width: 480px) {
  .articleList li {
    width: 100%;
  }
}

.articleList .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.articleList .title {
  display: block;
  font-size: 18px;
  letter-spacing: .02em;
  color: #454545;
  line-height: 1.4;
  font-weight: 700;
}

@media (max-width: 960px) {
  .articleList .title {
    font-size: 16px;
  }
}

.articleList .title:hover {
  color: #c4252b;
}

.articleList .no {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 55px;
  font-family: "Lato", "微軟正黑體", sans-serif;
  font-weight: 300;
  color: #dedede;
  line-height: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 960px) {
  .articleList .no {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .articleList .no {
    display: none;
  }
}

.articleList .note {
  /* max-height: 46px; */
  font-size: 14px;
  letter-spacing: .02em;
  color: #404040;
  line-height: 1.7;
}

.articleList.list .title {
  font-size: 20px;
  margin-bottom: 10px;
}

.articleList.list .note {
  max-height: 100%;
  color: #626262;
}

.contactBox {
  position: relative;
  z-index: 0;
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f8f8f8;
}

@media (max-width: 960px) {
  .contactBox {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .contactBox {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contactBox .wrapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .contactBox .wrapBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.contactBox .titleBox2 .title {
  font-size: 20px;
}

.sideArticleBox{
	margin-bottom: 20px;
}

.sideArticleBox .mainTitle {
  position: relative;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #181414;
  border-top: 1px solid rgb(196 37 43);
  border-bottom: 1px solid rgb(196 37 43);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1180px) {
  .sideArticleBox .mainTitle {
    /* border-bottom-color: #e5e5e5; */
  }
}

.sideArticleBox .mainTitle::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 17px;
  width: 11px;
  height: 11px;
  background-image: -webkit-gradient(linear, left top, right top, from(#8b8989)), -webkit-gradient(linear, left top, left bottom, from(#8b8989));
  background-image: -webkit-linear-gradient(left, #8b8989), -webkit-linear-gradient(top, #8b8989);
  background-image: -o-linear-gradient(left, #8b8989), -o-linear-gradient(top, #8b8989);
  background-image: linear-gradient(to right, #8b8989), linear-gradient(to bottom, #8b8989);
  background-repeat: no-repeat;
  background-size: 100% 1px, 1px 100%;
  background-position: left center, center top;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.sideArticleBox .mainTitle.open {
  border-bottom-color: #c4252b;
}

.sideArticleBox .mainTitle.open::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sideArticleBox .item {
  /* border-bottom: 1px solid rgb(196 37 43); */
}

@media (max-width: 1180px) {
  .sideArticleBox .item {
    display: none;
  }
}

.sideArticleBox .item a {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  /* letter-spacing: .05em; */
  color: #181414;
  line-height: 1.6;
}

.sideArticleBox .item a:hover {
  color: #bd2227;
}

.outerWrap {
  overflow: initial;
}

.textConetntBox {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .textConetntBox {
    margin-bottom: 40px;
  }
}

.textConetntBox .wrapBox {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1180px) {
  .textConetntBox .wrapBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.textConetntBox .stickyAnchorBox {
  width: 210px;
  background:#f1f1f1;
  border-radius:15px;
  opacity: 0;
  margin: 0;
  pointer-events: none;
  padding: 20px 20px 20px 12px;
  position: fixed;
  top: 110px;
  left: 20px;
  z-index: 10;
  transform: translateY(-10px);
  transition: all 0.5s;
}

.textConetntBox .stickyAnchorBox.scrollShow {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.textConetntBox .stickyAnchorBox .contentTable {
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}
	
.textConetntBox .stickyAnchorBox .contentTable::-webkit-scrollbar-track{
		-webkit-box-shadow: inset 0 0 3px rgba(#000, 0.15);
		box-shadow: inset 0 0 3px rgba(#000, 0.15);
		background-color: #c5c5c5;
	}
	
.textConetntBox .stickyAnchorBox .contentTable::-webkit-scrollbar{
		width: 3px;
		height: 3px;
		background-color: #c5c5c5;
	}
	
.textConetntBox .stickyAnchorBox .contentTable::-webkit-scrollbar-thumb{
		background: #c4252b;
	}

.textConetntBox .stickyAnchorBox .toggleBtn{
  width: 30px;
  background-color: #c4252b;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  padding: 12px 6px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translate(100%, -50%);
  transition: all 0.5s;
  text-align: center;
}

.textConetntBox .stickyAnchorBox .toggleBtn span{
  display: inline-block;
  position: relative;
  z-index: 3;
}

/* .textConetntBox .stickyAnchorBox .toggleBtn::before{
  content: '';
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: -38px;
  bottom: 0;
  z-index: 2;
  transform: rotate(135deg);
  transition: all 0.5s;
}

.textConetntBox .stickyAnchorBox .toggleBtn::after{
  content: '';
  width: 30px;
  height: 30px;
  background-color: #c4252b;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: -30px;
  bottom: 0;
  z-index: 1;
  transition: all 0.5s;
  
} */

.textConetntBox .stickyAnchorBox.hide{
  left: 0;
  transform: translateX(-100%);
}

.textConetntBox .stickyAnchorBox.hide .toggleBtn{
  transform: translate(100%, -50%);
}

/* .textConetntBox .stickyAnchorBox.hide .toggleBtn::before{
  right: -30px;
  transform: rotate(-45deg);
} */

.textConetntBox .stickyAnchorBox .contentTable .contentTitle{
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 10px;
}

.textConetntBox .stickyAnchorBox .contentTable ul li a{
  color:#555;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
}

@media (min-width: 1181px) {
  .textConetntBox .stickyAnchorBox .toggleBtn:hover{
    background-color: #343434;
  }

  /* .textConetntBox .stickyAnchorBox .toggleBtn:hover::after{
    background-color: #343434;
  } */
}

@media (max-width: 1180px) {
  .textConetntBox .stickyAnchorBox {
    width: 75%;
    max-width: 320px;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
  }
  
  .textConetntBox .stickyAnchorBox.scrollShow {
    transform: translateY(-50%);
  }

  .textConetntBox .stickyAnchorBox.hide {
    transform: translate(-100%, -50%);
  }

  .textConetntBox .stickyAnchorBox .contentTable {
    max-height: 50vh;
  }
}

.textConetntBox .leftBox {
  width: calc(100% - 335px);
}

@media (max-width: 1180px) {
  .textConetntBox .leftBox {
    width: 100%;
  }
}

.textConetntBox .leftBox .contentTable{
  margin-bottom:30px;
  padding:20px;
  background:#f1f1f1;
  border-radius:15px;
  border-left: 3px solid #feb7b7;
  border-right: 3px solid #feb7b7;
}

.textConetntBox .leftBox .contentTable .contentTitle{
  font-size:18px;
}

.textConetntBox .leftBox .contentTable ul li a{
  color:#666;
}

.textConetntBox .rightBox {
  width: 335px;
  background-color: #f9f9f9;
  border-left: 1px solid rgba(0, 0, 0, 0.03);
  padding: 40px 30px;
}

@media (max-width: 1180px) {
  .textConetntBox .rightBox {
    width: 100%;
    border-left: none;
  }
}

.textEditor {
  padding-top: 30px;
  padding-bottom: 60px;
  margin-left: 5px;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: .02em;
  background-color: #fff;
  color: #000000;
}

@media (max-width: 1180px) {
  .textEditor {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

.textEditor h1 {
  font-size: 30px;
  letter-spacing: .05em;
  color: #c4252b;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 20px;
}

@media (max-width: 1180px) {
  .textEditor h1 {
    font-size: 24px;
  }
}

.textEditor h1 a {
    color: #c4252b;
    text-decoration: none;
}

.textEditor h2 {
  font-size: 26px;
  color: #000;
  background: #efdcdc;
  padding: 5px 20px;
  border-left: 4px solid #feb7b7;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media (max-width: 1180px) {
  .textEditor h2 {
    font-size: 20px;
  }
}

.textEditor h2 a {
    color: #000;
    text-decoration: none;
}

.textEditor h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #000000;
  border-bottom: 1px solid #e3e3e3;
  margin: 10px 0;
}

.textEditor h3 a {
    color: #000000;
    text-decoration: none;
}

.textEditor a {
  color: #bb1b21;
  text-decoration: underline;
}

.textEditor a:hover {
  text-decoration: none;
}

.textEditor .line {
  width: 100%;
  height: 41px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2f2f2));
  background-image: -webkit-linear-gradient(left, #f2f2f2);
  background-image: -o-linear-gradient(left, #f2f2f2);
  background-image: linear-gradient(to right, #f2f2f2);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 0 50%;
}

.textEditor ul {
  padding: 10px 20px;
}

.textEditor ul li {
  padding-left: 12px;
  position: relative;
}

.textEditor ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #bd2429;
}

.textEditor table {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-right: none;
  border-bottom: none;
  border-collapse: collapse;
}

.textEditor table thead {
  background-color: #f6f6f6;
}

.textEditor table td,
.textEditor table th {
  padding: 15px;
  border: 1px solid #e9e9e9;
  border-left: none;
  border-top: none;
}

.textEditor .articleFaq{}

.textEditor .articleFaq details{
    margin-bottom: 20px;
}

.textEditor .articleFaq summary{
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
}

.textEditor .articleFaq summary h3{
    width: 100%;
}

.textEditor .articleFaq details .details{}

.pageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  margin-left: 1px;
  background-color: #fff;
}

@media (max-width: 1180px) {
  .pageArea {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .pageArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.pageArea .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

@media (max-width: 480px) {
  .pageArea .back {
    display: none;
  }
}

.pageArea .back:hover {
  opacity: 0.5;
}

.pageArea .back img {
  display: block;
  max-width: 100%;
}

.pageArea .link {
  position: relative;
  display: block;
  width: calc((100% - 70px) / 2);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #5b5858;
}

@media (max-width: 480px) {
  .pageArea .link {
    width: 100%;
  }
}

.pageArea .link::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  width: 7px;
  height: 11px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.pageArea .link:hover {
  color: #181414;
  text-decoration: underline;
}

.pageArea .link:hover::before {
  color: #181414;
}

.pageArea .prev {
  padding-left: 50px;
}

@media (max-width: 1180px) {
  .pageArea .prev {
    padding-left: 30px;
  }
}

@media (max-width: 480px) {
  .pageArea .prev {
    border-bottom: 1px solid #e5e5e5;
  }
}

.pageArea .prev::before {
  left: 10px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pageArea .next {
  padding-right: 50px;
  text-align: right;
}

@media (max-width: 1180px) {
  .pageArea .next {
    padding-right: 30px;
  }
}

.pageArea .next::before {
  right: 10px;
}

.awooTagBox{
	margin:0;
}

.awooTagBoxIns{
	margin-bottom:20px;
}