@charset "UTF-8";
.page_search-inp {
  background-color: #f9f3ef;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.page_search-inp .search_guide {
  width: 1144px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page_search-inp .search_guide.align {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page_search-inp .search_guide p {
  font-size: 1.125rem;
  color: #333;
  margin-right: 32px;
}

.page_search-inp .search_guide .align_guide > label,
.page_search-inp .search_guide > label {
  width: 340px;
  margin-right: 46px;
  position: relative;
}

.page_search-inp .search_guide .align_guide > label input,
.page_search-inp .search_guide > label input {
  height: 40px;
  width: 100%;
  border-bottom: 2px solid #999;
  padding: 0 40px 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_search-inp .search_guide .align_guide > label button,
.page_search-inp .search_guide > label button {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  display: block;
  background: url(../img/ico_view-g.png) right center no-repeat;
  text-indent: -99999em;
}

.page_search-inp .search_guide .comm_select {
  margin-right: 12px;
  margin-top: 1px;
}

.page_search-inp .search_guide .align_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_search-inp .search_guide .align_guide > button,
.page_search-inp .search_guide > button {
  background-color: #999;
  text-align: center;
  color: #fff;
  width: 120px;
  height: 40px;
  margin-left: 40px;
}

.page_search-inp .search_guide .align_guide > label {
  margin-right: 12px;
  margin-left: 8px;
  width: 250px;
}

.page_search-inp .search_guide .align_guide > button {
  margin-left: 0;
}

.page_search-inp .search_guide .align_guide:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page_search-inp .search_guide .align_guide:last-child > button {
  margin-left: 40px;
}

.select_all-select {
  border-top: 1px solid #474644;
  width: 1144px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 28px 120px 0 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select_all-select > label {
  position: absolute;
  left: 0;
  top: 28px;
}

.select_all-select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
  border-left: 3px solid #f5821f;
  padding-bottom: 28px;
}

.select_all-select ul li {
  width: 202px;
  padding-bottom: 10px;
}

.select_all-select > button {
  position: absolute;
  right: 0;
  bottom: 38px;
  background-color: #f5821f;
  color: #fff;
  text-align: center;
  width: 120px;
  height: 40px;
  line-height: 38px;
}

.select_all-select > button::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 100%;
  background: url(../img/ico_arw-right.png) right center no-repeat;
}

.page_list-group {
  margin: 60px auto;
  width: 1144px;
  position: relative;
}

.page_list-group .sup {
  position: absolute;
  left: 0;
  top: -22px;
  line-height: 1.3em;
  width: 100%;
  text-align: center;
  color: #999;
}

.page_list-group h3 {
  font-size: 2.25rem;
  color: #333;
  line-height: 1.3em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
}

.page_list-group ul {
  border-bottom: 2px solid #edeeee;
}

.page_list-group li {
  border-top: 2px solid #edeeee;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px 350px;
  min-height: 290px;
}
.page_list-group li.no_img {min-height:initial;padding: 40px 0 40px 0;}
.page_list-group li.no_img .rpt_tit strong{min-height:initial}
.page_list-group li:first-child {
  border-top-width: 0;
}

.page_list-group li > a {
  display: block;
}

.page_list-group .rpt_img {
  width: 320px;
  height: 210px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 40px;
  background-size: 100% auto;
  border-radius: 4px;
}

.page_list-group .rpt_img em {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  text-indent: -99999em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.page_list-group .rpt_img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.page_list-group .rpt_img.default {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page_list-group .rpt_img.default img {
  width: auto;
  height: 82%;
  border: 1px solid #cacaca;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_list-group .rpt_img.d1 {
  background-image: url(../img/img_default01.jpg);
}

.page_list-group .rpt_img.d2 {
  background-image: url(../img/img_default02.jpg);
}

.page_list-group .rpt_img.d3 {
  background-image: url(../img/img_default03.jpg);
}

.page_list-group .rpt_img.d4 {
  background-image: url(../img/img_default04.jpg);
}

.page_list-group .rpt_img.d5 {
  background-image: url(../img/img_default05.jpg);
}

.page_list-group .rpt_img.d6 {
  background-image: url(../img/img_default06.jpg);
}

.page_list-group .rpt_img.d7 {
  background-image: url(../img/img_default07.jpg);
}

.page_list-group .rpt_img em.n1 {
  background-image: url(../img/ico_new01.png);
}

.page_list-group .rpt_img em.n2 {
  background-image: url(../img/ico_new02.png);
}

.page_list-group .rpt_img em.n3 {
  background-image: url(../img/ico_new03.png);
}

.page_list-group .rpt_img em.n4 {
  background-image: url(../img/ico_new04.png);
}

.page_list-group .rpt_img em.n5 {
  background-image: url(../img/ico_new05.png);
}

.page_list-group .rpt_img em.n6 {
  background-image: url(../img/ico_new06.png);
}

.page_list-group .rpt_img em.n7 {
  background-image: url(../img/ico_new07.png);
}

.page_list-group .rpt_tit b {
  display: block;
  color: #f5821f;
  font-weight: 500;
  background: url(../img/ico_list01.png) no-repeat 0 center/22px auto;
  padding-left: 26px;
  line-height: 20px;
  height: 22px;
  margin: 0 0 12px 0;
  letter-spacing: 0;
}

.page_list-group .rpt_tit b.def {
  padding-left: 0;
  background: none;
}

.page_list-group .rpt_tit b.fcs {
  background-image: url(../img/ico_list02.png);
}

.page_list-group .rpt_tit b.frm {
  background-image: url(../img/ico_list03.png);
  padding-left: 30px;
}

.page_list-group .rpt_tit b.i1 {
  background-image: url(../img/ico_list01.png);
} /* 연구보고서 */
.page_list-group .rpt_tit b.i2 {
  background-image: url(../img/ico_list02.png);
} /* KDI FOCUS */
.page_list-group .rpt_tit b.i3 {
  background-image: url(../img/ico_list03.png);
} /* KDI 정책포럼 */
.page_list-group .rpt_tit b.i4 {
  background-image: url(../img/ico_list04.png);
} /* 현안분석 */
.page_list-group .rpt_tit b.i5 {
  background-image: url(../img/ico_list05.png);
} /* KDI JEP */
.page_list-group .rpt_tit b.i6 {
  background-image: url(../img/ico_list06.png);
} /* KDI 경제전망 */
.page_list-group .rpt_tit b.i7 {
  background-image: url(../img/ico_list07.png);
} /* KDI 경제동향 */
.page_list-group .rpt_tit b.i8 {
  background-image: url(../img/ico_list08.png);
} /* KDI 북한경제리뷰 */
.page_list-group .rpt_tit b.i9 {
  background-image: url(../img/ico_list09.png);
} /* 부동산시장 동향 */
.page_list-group .rpt_tit b.i10 {
  background-image: url(../img/ico_list10.png);
} /* 나라경제 */
.page_list-group .rpt_tit b.i11 {
  background-image: url(../img/ico_list11.png);
} /* Economic Bulletin */
.page_list-group .rpt_tit b.i12 {
  background-image: url(../img/ico_list12.png);
} /* 정책연구시리즈 */
.page_list-group .rpt_tit b.i13 {
  background-image: url(../img/ico_list13.png);
} /* 연구자료 */
.page_list-group .rpt_tit b.i14 {
  background-image: url(../img/ico_list14.png);
} /* 용역보고서 */
.page_list-group .rpt_tit b.i15 {
  background-image: url(../img/ico_list15.png);
} /* 기타보고서 */
.page_list-group .rpt_tit b.i16 {
  background-image: url(../img/ico_list16.png);
} /* 경제정보센터 */
.page_list-group .rpt_tit b.i17 {
  background-image: url(../img/ico_list17.png);
} /* 공공투자관리센터 */
.page_list-group .rpt_tit b.i18 {
  background-image: url(../img/ico_list18.png);
} /* 국제개발협력센터 */
.page_list-group .rpt_tit b.i19 {
  background-image: url(../img/ico_list19.png);
} /* 세미나(콘퍼런스, 기타세미나, 세미나영상) */
.page_list-group .rpt_tit b.i20 {
  background-image: url(../img/ico_list20.png);
} /* 공지사항 */
.page_list-group .rpt_tit b.i21 {
  background-image: url(../img/ico_list21.png);
} /* 보도자료 */
.page_list-group .rpt_tit b.i22 {
  background-image: url(../img/ico_list22.png);
} /* 언론기고/보도 */
.page_list-group .rpt_tit b.i23 {
  background-image: url(../img/ico_list23.png);
} /* 매거진 KDIans */
.page_list-group .rpt_tit b.i24 {
  background-image: url(../img/ico_list24.png);
} /* 멀티콘텐츠 */
.page_list-group .rpt_tit strong {
  font-size: 1.4rem;
  line-height: 1.3em;
  font-weight: 400;
  min-height: 82px;
  display: block;
}

.page_list-group .rpt_other {
  margin: 24px 180px 6px 0;
}

.page_list-group .rpt_other em {
  color: #999;
  display: block;
  margin-bottom: 18px;
}

.page_list-group .rpt_other em a {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.5em;
  color: #999;
}

.page_list-group .rpt_other em a:hover {
  text-decoration: underline;
}

.page_list-group .rpt_other em a:first-child {
  margin-left: 0;
}

.page_list-group .rpt_other p {
  color: #999;
}

.page_list-group .rpt_other p span::before {
  content: "ㅣ";
  padding: 0 6px;
  text-align: center;
  color: #ddd;
  font-size: 0.8rem;
}

.page_list-group .rpt_other p span:first-child::before {
  display: none;
  padding: 0;
}

.page_list-group .rpt_link {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 1;
}

.page_list-group .rpt_tit strong:hover {
  color: #f5821f;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.page_list-group.image_type2 {
  margin-top:30px;
}

.page_list-group.image_type2 li:not(.no_img) {
  min-height: 215px;
  padding: 30px 10px 30px 280px;
}
.page_list-group.image_type2 .rpt_img {
  top: 30px;
  width: 250px;
  height: 155px;
}

.view_top-guide {
  width: 1144px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  z-index: 1;
}

.view_top-guide .img_top {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.view_top-guide .img_top span {
  width: 76px;
  display: block;
  margin: 0 auto;
}

.view_top-guide .img_top span img {
  display: block;
  width: 100%;
}

.view_top-guide .img_top p {
  color: #f5821f;
  letter-spacing: 0;
  margin-top: 8px;
  font-size: 14px;
}

.view_top-guide .tit_top {
  text-align: center;
  padding: 0 150px 30px 150px;
  position: relative;
}

.view_top-guide .tit_top b {
  display: block;
  font-weight: 500;
  color: #f5821f;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.view_top-guide .tit_top strong {
  display: block;
  font-weight: 400;
  line-height: 1.2em;
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 16px;
}

.view_top-guide .tit_top em {
  display: block;
}

.view_top-guide .tit_top em a {
  background-color: #4f4f4f;
  font-family: "Spoqa Han Sans";
  padding: 0 12px 2px 12px;
  line-height: 20px;
  border-radius: 11px;
  margin: 0 5px;
  margin-top: 6px;
  font-size: 0.875rem;
  color: #b1b1b1;
  display: inline-block;
  vertical-align: top;
}
.view_top-guide .tit_top em a:hover {
  background-color: #454545;
  color: #fff;
}

.view_top-guide .tit_top p span {
  font-size: 0.875rem;
  color: #666;
  letter-spacing: 0;
  line-height: 1;
}
.view_top-guide .tit_top p span.researchers button{
  position: relative;
  padding-left: 30px;
  letter-spacing: 0;
  line-height: 1;
  font-size: 0.875rem;
  color: #666;
}
.view_top-guide .tit_top p span.researchers button::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #f5821f url(../img/ico_profile.png) no-repeat center center / 8px auto;
  border-radius: 50%;
}
.view-minus-rpt {
  padding-bottom: 40px;
}
.view-minus-rpt .view_top-guide {
  padding: 40px 0;
}
.view-minus-rpt .view_top-guide .tit_top {
  padding-bottom: 0;
  padding-top: 0;
}
.view-minus-rpt .view_top-guide .tit_top p {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page_btn_btm {
  width: 1144px;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -40px;
  z-index: 1;
  position: relative;
}

.page_btn_btm .rpt_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_btn_btm .rpt_link button {
  margin-top: 0;
  margin-left: 10px;
}
.page_btn_btm .rpt_link button:first-child {
  margin-left: 0;
}
.page_btn_btm .rpt_link button.i02, .page_btn_btm .rpt_link button.i12 {
  text-indent: -99999em;
  width: 62px;
}
.page_btn_btm .rpt_link button.i11 {
  color: #f5821f;
}
.page_btn_btm .rpt_link button.i11::after {
  background-image: url(../img/ico_rpt11_on.png);
}

.page_author-list {
  width: 1144px;
  margin: 16px auto 6px;
}

.page_author-list > strong {
  display: block;
  text-align: center;
  font-family: "Spoqa Han Sans";
  font-style: italic;
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin: 40px 0 16px 0;
}

.page_author-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page_author-list > ul li {
  position: relative;
  margin: 0 15px 10px 15px;
}

.page_author-list > ul li .pic {
  position: relative;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  margin-bottom: 14px;
}

.page_author-list > ul li .pic span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #edeeee url(../img/img_default-people.jpg) no-repeat center bottom/100% auto;
  text-indent: -99999em;
}

.page_author-list > ul li .pic span img {
  display: block;
  width: 100%;
}

.page_author-list > ul li .pic em {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: -99999em;
  width: 22px;
  height: 22px;
  background: #f5821f url(../img/ico_profile.png) no-repeat center center/8px auto;
  border-radius: 50%;
}

.page_author-list > ul li > strong {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1;
  color: #333;
  font-weight: 500;
  letter-spacing: 0;
}

.page_author-list > ul li > strong span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
}

.page_author-list > ul li > button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -99999em;
}

.more_detail-link {
  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;
  border-bottom: 2px solid #d6d6d6;
  width: 400px;
  margin: 50px auto;
  padding-bottom: 16px;
}

.more_detail-link p {
  font-weight: 300;
  color: #333;
  font-size: 1.25rem;
  margin-left: 6px;
}

.more_detail-link .rpt_link {
  margin-right: 2px;
}

.relation_data-box {
  text-align: center;
  background-color: #f6f6f3;
  margin-top: 50px;
}

.relation_data-box .data_guide {
  width: 1220px;
  margin: 0 auto;
  padding: 68px 0;
  position: relative;
}

.relation_data-box .data_guide .ico01 {
  background-image: url(../img/ico_kind01.png);
}

.relation_data-box .data_guide .ico02 {
  background-image: url(../img/ico_kind02.png);
}

.relation_data-box .data_guide > strong {
  display: block;
  font-size: 1.75rem;
  color: #333;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 46px;
}

.relation_data-box .data_guide > strong span {
  color: #999;
}

.relation_data-box .data_guide > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  right: 10px;
  top: 110px;
}

.relation_data-box .data_guide > ul li {
  font-size: 0.88rem;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 22px;
  padding-left: 26px;
}

.relation_data-box .data_guide > ul li:first-child {
  color: #f5821f;
}

.relation_data-box .data_load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.relation_data-box .data_load .img_box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.relation_data-box .data_load .img_box img {
  width: 100%;
  height: auto;
}

.relation_data-box .data_load .img_box .sign {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.relation_data-box .data_load .img_box .sign img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.relation_data-box .data_load .img_box .sign.default {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.relation_data-box .data_load .img_box .sign.default img {
  width: auto;
  height: 82%;
  border: 1px solid #cacaca;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.relation_data-box .data_load .img_box .sign.default.long img {
  width: 100%;
  height: auto;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.relation_data-box .data_load .img_box .sign.d1 {
  background-image: url(../img/img_default01.jpg);
}

.relation_data-box .data_load .img_box .sign.d2 {
  background-image: url(../img/img_default02.jpg);
}

.relation_data-box .data_load .img_box .sign.d3 {
  background-image: url(../img/img_default03.jpg);
}

.relation_data-box .data_load .img_box .sign.d4 {
  background-image: url(../img/img_default04.jpg);
}

.relation_data-box .data_load .img_box .sign.d5 {
  background-image: url(../img/img_default05.jpg);
}

.relation_data-box .data_load .img_box .sign.d6 {
  background-image: url(../img/img_default06.jpg);
}

.relation_data-box .data_load .img_box .sign.d7 {
  background-image: url(../img/img_default07.jpg);
}

.relation_data-box .data_load .txt_guard {
  padding: 18px 7px;
}

.relation_data-box .data_load em {
  display: block;
  font-weight: 500;
  color: #f5821f;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.relation_data-box .data_load em.ico01 {
  padding-right: 26px;
}

.relation_data-box .data_load p {
  font-size: 1.13rem;
  line-height: 1.4em;
  margin: 14px 0 28px 0;
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.relation_data-box .data_load span {
  display: block;
  color: #999;
  font-size: 0.88rem;
}

.relation_data-box .data_load a {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: block;
  width: 294px;
  text-align: left;
  border-radius: 6px;
  border: 2px solid #fff;
  margin: 0 0 10px 14px;
}

.relation_data-box .data_load a:hover {
  border-color: #f5821f;
  -webkit-box-shadow: 4px 4px 8px #e3e3e3;
          box-shadow: 4px 4px 8px #e3e3e3;
}

.relation_data-box .data_load a:nth-child(4n+1) {
  margin-left: 0;
}

.relation_data-box .more {
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 36px;
  margin-top: 48px;
}

.relation_data-box .more::after {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 50px;
  height: 100%;
  background: url(../img/ico_arw-bottom.png) right center no-repeat;
}

.page_sub-title {
  width: 1144px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 38px 0;
}

.page_sub-title .title_guide {
  position: relative;
  z-index: 2;
}

.page_top-wrap .left_img-align {
  width: 350px;
  position: relative;
  z-index: 2;
}

.page_top-wrap .left_img-align h2 {
  font-size: 3.25rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #fd8e2f;
  padding: 0 0 6px 0;
  line-height: 1.2em;
}

.page_top-wrap .left_img-align h2 em {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0;
}

.page_top-wrap .mob_dropdown {
  display: none;
}

.page_sub-title .top_tit {
  width: 794px;
}

.page_sub-title .top_tit strong {
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #fff;
  font-weight: 400;
  min-height: 64px;
  display: block;
}

.page_sub-title .top_tit em {
  margin-top: 18px;
  display: inline-block;
  vertical-align: top;
}

.page_sub-title .top_tit em a {
  padding: 6px 18px 8px 18px;
  color: #999;
  background-color: #4f4f4f;
  margin-right: 8px;
  line-height: 1;
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6px;
}

.page_sub-title .top_tit em a:hover {
  text-decoration: underline;
}

.page_sub-title .top_tit em a:last-child {
  margin-right: 0;
}

.page_sub-title .top_tit p {
  color: #999;
  font-size: 0.88rem;
  letter-spacing: 0;
  margin-top: 30px;
}

.page_sub-title .rpt_link {
  position: absolute;
  right: 0;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.page_sub-title .rpt_link button {
  margin: 0 0 0 10px;
}

.page_sub-title .title_bg-side {
  position: absolute;
  left: -86px;
  top: 0;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.page_sub-title .title_bg-side img {
  display: block;
  width: auto;
  height: 100%;
}
.page_sub-title .title_bg-side img.sign {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page_sub-title .title_bg-side::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_title-all.png) repeat-y 0 0/100% auto;
  z-index: 2;
}

.utb_guide-box {
  width: 700px;
  margin: 0 auto;
}

.utb_guide-box .utb_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.utb_guide-box .utb_title strong {
  font-weight: 400;
  color: #333;
  font-size: 1.13rem;
  line-height: 26px;
  padding-left: 44px;
  background: url(../img/ico_utb-cam.png) 0 0 no-repeat;
}

.utb_guide-box .utb_title a {
  color: #333;
  line-height: 26px;
  font-size: 1.13rem;
}

.utb_guide-box .utb_title a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 100%;
  background: url(../img/ico_arrw_k2.png) right center no-repeat;
}

.utb_guide-box .utb_title a span {
  display: inline-block;
  vertical-align: top;
  text-indent: -99999em;
  background: url(../img/ico_utb-kdi.png) 0 center no-repeat;
  width: 140px;
  height: 100%;
}

.utb_guide-box .utb_title.align-r {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.utb_guide-box .utb_frmae {
  position: relative;
}

.utb_guide-box .utb_frmae img {
  display: block;
  width: 100%;
}

.utb_guide-box .utb_frmae iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.utb_guide-box .utb_summary {
  height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
  font-size: 1.13em;
  color: #666;
  line-height: 1.4em;
  margin-top: 50px;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.utb_guide-box .utb_summary::-webkit-scrollbar {
  width: 5px;
}
.utb_guide-box .utb_summary::-webkit-scrollbar-track {
  background-color: #fff;
}
.utb_guide-box .utb_summary::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.utb_guide-box .utb_summary::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.utb_guide-box .utb_summary::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.utb_guide-box .utb_summary::-webkit-scrollbar-button {
  display: none;
}

.rpt_view-comm .utb_guide-box .utb_summary.mv_box {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding-right: 0;
}

/* 상세보기 애드 */
.rpt_view-comm .post-box .mv_box {
  width: 670px;
  margin: 60px auto;
}

.rpt_view-comm .post-box .mv_box .mv {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  background-color: #000;
}
.rpt_view-comm .post-box .mv_box .mv img {
  display: block;
  width: 100%;
  height: auto;
}
.rpt_view-comm .post-box .mv_box .mv iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rpt_view-comm .post-box .mv_box .mv > button {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.rpt_view-comm .post-box .mv_box .mv > button img {
  display: block;
  width: 100%;
  height: auto;
}
.rpt_view-comm .post-box .mv_box .mv > button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../img/ico_utb_big.png) no-repeat center;
}
.rpt_view-comm .post-box .mv_box .mv.play iframe {
  z-index: 2;
}
.rpt_view-comm .post-box .mv_box .mv.play > button {
  z-index: 1;
}

.rpt_view-comm .post-box .mv_box dl {
  color: #666;
  font-family: "Spoqa Han Sans";
}

.rpt_view-comm .post-box .mv_box dl dt {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 500;
}

.rpt_view-comm .post-box .mv_box dl dt .btn-folding::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.rpt_view-comm .post-box .mv_box dl dd {
  height: 200px;
  overflow-y: scroll;
  padding-right: 20px;
  line-height: 1.6em;
  letter-spacing: 0;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.rpt_view-comm .post-box .mv_box dl dd::-webkit-scrollbar {
  width: 5px;
}
.rpt_view-comm .post-box .mv_box dl dd::-webkit-scrollbar-track {
  background-color: #fff;
}
.rpt_view-comm .post-box .mv_box dl dd::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.rpt_view-comm .post-box .mv_box dl dd::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.rpt_view-comm .post-box .mv_box dl dd::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.rpt_view-comm .post-box .mv_box dl dd::-webkit-scrollbar-button {
  display: none;
}

.rpt_view-comm .post-box .mv_utb {
  position: relative;
  padding-top: 60px;
}

.rpt_view-comm .post-box .mv_utb::after {
  content: "";
  display: block;
  width: 100%;
  height: 420px;
  background-color: #f9f3ef;
  position: absolute;
  left: 0;
  top: 0;
}

.rpt_view-comm .post-box .utb_guide-box {
  position: relative;
  z-index: 1;
}

.page_top-wrap.both.rpt_banner-6 {
  height: 230px;
  background-color: #1b2d4a;
}

.page_top-wrap.both.rpt_banner-6::before {
  background-image: url(../img/page_top_banner6-l.jpg);
}

.page_top-wrap.both.rpt_banner-6::after {
  background-image: url(../img/page_top_banner6-r.jpg);
}

.page_top-wrap.both.rpt_banner-8 {
  height: 170px;
  background-color: #063156;
}

.page_top-wrap.both.rpt_banner-8::before {
  background-image: url(../img/page_top_banner8-l.jpg);
}

.page_top-wrap.both.rpt_banner-8::after {
  background-image: url(../img/page_top_banner8-r.jpg);
}

.page_top-wrap.rpt_banner-7 {
  height: 344px;
  width: 100%;
  overflow: hidden;
}

.page_top-wrap.rpt_banner-7 h2 {
  font-size: 3.75rem;
  position: relative;
  z-index: 1;
}

.page_top-wrap.rpt_banner-7 h2 p {
  color: #fff;
  letter-spacing: 0;
  font-size: 1.5rem;
}

.page_top-wrap.rpt_banner-7 > img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: auto;
}

.page_top-wrap.rpt_banner-5 h2 a {
  padding-right: 0;
}

.page_top-wrap.both.rpt_banner-5 h2 a:after {
  content: "바로가기";
  background: none;
  width: auto;
  position: static;
  margin-left: 10px;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 10px 6px 8px;
  background-color: #f5821f;
  border-radius: 2px;
  font-size: 0.875rem;
}

.page_top-wrap.both.rpt_banner-5 h2 a:hover::after {
  color: #000;
}

.page_list-select {
  background-color: #f8f2ee;
}

.page_list-select .select_guide {
  width: 1144px;
  margin: 0 auto;
  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;
  padding: 10px 0;
}

.page_list-select .rpt_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_list-select .rpt_link button {
  background-color: #fff;
  margin-top: 0;
}

.page_list-select .rpt_link button:first-child {
  margin-right: 10px;
}

.page_right-move {
  width: 1144px;
  margin: 0 auto;
  padding: 0;
  margin-top: 10px;
}

.page_file-list {
  width: 900px;
  margin: 120px auto;
}

.page_file-list > strong {
  display: block;
  text-align: center;
  color: #333;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 1;
}

.page_file-list ul li {
  margin-top: 10px;
  position: relative;
  width: 100%;
  display: block;
  background-color: #fcf9f7;
  text-align: left;
  color: #333;
}

.page_file-list ul li * {
  font-size: 1.25rem;
}

.page_file-list ul li:first-child {
  margin-top: 0;
}

.page_file-list ul li p {
  display: block;
  padding: 0 140px 0 78px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page_file-list ul li a {
  font-weight: 500;
}
.page_file-list ul li a:hover {
  color: #f5821f;
}

.page_file-list ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 50px;
  font-weight: 300;
  color: #999;
  width: auto;
  margin-right: 46px;
}

.page_file-list ul li a span::after {
  content: ">";
  font-family: "Myriad Pro";
  padding-left: 6px;
}

.page_file-list ul li a:hover span {
  color: #999;
}

.page_file-list ul li > p {
  background: url(../img/ico_pfms06.png) 26px center no-repeat;
}

.page_file-list ul li button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d6d6d6;
  width: 130px;
  height: 36px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  text-indent: 12px;
  text-align: left;
}
.page_file-list ul li button::after {
  content: "";
  display: block;
  height: 100%;
  width: 24px;
  position: absolute;
  right: 4px;
  top: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_rpt02.png);
  background-size: 18px auto;
}
.page_file-list ul li button:hover {
  color: #f5821f;
}
.page_file-list ul li button:hover::after {
  background-image: url(../img/ico_rpt02_on.png);
}

.page_economy {
  position: relative;
  overflow: hidden;
}

.economy_list-profile {
  margin-top: 0;
}

.economy_list-profile ul {
  border-top: 2px solid #edeeee;
}

.economy_list-profile .rpt_img {
  top: 44px;
}

.economy_list-profile .rpt_img img {
  border-radius: 0;
}

.economy_list-profile .rpt_tit strong {
  font-size: 1.25rem;
  line-height: 1.2em;
  margin-bottom: 14px;
  min-height: 48px;
}

.economy_list-profile .rpt_tit p {
  color: #999;
  line-height: 1.4em;
  height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  margin-right: 190px;
}

.economy_list-profile .page_author-list {
  width: auto;
  margin: 0;
}

.economy_list-profile .page_author-list > ul {
  border-width: 0;
  width: 570px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.economy_list-profile .page_author-list > ul li {
  margin: 0;
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  min-height: auto;
  margin-left: 30px;
}
.economy_list-profile .page_author-list > ul li:first-child {
  margin-left: 0;
}

.economy_list-profile .page_author-list > ul li .pic {
  margin: 0;
  width: 60px;
  height: 60px;
}

.economy_list-profile .page_author-list > ul li .pic em {
  width: 18px;
  height: 18px;
  background-size: 8px auto;
}

.economy_list-profile .page_author-list > ul li > strong {
  font-size: 1.125rem;
  text-align: left;
  margin: 0 0 2px 12px;
}

.economy_list-profile .page_author-list > ul li > strong span {
  font-size: 0.875rem;
  margin-top: 2px;
}

.economy_data-box {
  background-color: #f9f3ef;
  margin-top: 0;
}
.economy_data-box .data_guide {
  width: 1144px;
  padding: 30px 0;
}
.economy_data-box .data_guide button.prev,
.economy_data-box .data_guide button.next,
.economy_data-box .data_guide .page {
  display: none;
}

.economy_data-box .data_load {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.economy_data-box .data_load a {
  width: 360px;
  margin: 10px;
}

.economy_data-box .data_load a:nth-child(4n+1) {
  margin: 10px;
}

.economy_data-box .data_load a strong {
  display: block;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.4em;
  height: 52px;
  overflow: hidden;
  margin: 6px 0;
}

.economy_data-box .data_load a p {
  color: #666;
  font-size: 1rem;
  height: 46px;
  overflow: hidden;
}

.economy_utb-box {
  width: 1144px;
  margin-top: 70px;
  margin-bottom: 80px;
}

.economy_conts-template {
  margin-bottom: 120px;
}

.economy_conts-template .editor-template img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.economy_tab-conts {
  width: 1144px;
  margin: 0 auto;
  margin-top: 100px;
}

.economy_tab-conts .mu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 4px solid #7e4e31;
}

.economy_tab-conts .mu li {
  width: 25%;
  text-align: center;
}

.economy_tab-conts .mu li button {
  position: relative;
  width: 100%;
  padding: 22px 0;
}

.economy_tab-conts .mu li button::before,
.economy_tab-conts .mu li:last-child button::after {
  content: "";
  display: block;
  width: 3px;
  height: 45px;
  background-color: #e2e2e2;
  position: absolute;
  bottom: 15px;
}

.economy_tab-conts .mu li button::before {
  left: 0;
}

.economy_tab-conts .mu li:last-child button::after {
  right: 0;
}

.economy_tab-conts .mu li button span {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #592f16;
  line-height: 30px;
}

.economy_tab-conts .mu li button span::after {
  content: "+";
  display: inline-block;
  vertical-align: top;
  background-color: #f2eeeb;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin-left: 12px;
  font-size: 1.5rem;
}

.economy_tab-conts .mu li button.on {
  cursor: default;
  background-color: #7e4e31;
  z-index: 1;
  -webkit-box-shadow: 6px -6px 6px #e7e7e7;
          box-shadow: 6px -6px 6px #e7e7e7;
}

.economy_tab-conts .mu li button.on span {
  color: #fff;
}

.economy_tab-conts .mu li button.on::before,
.economy_tab-conts .mu li button.on::after,
.economy_tab-conts .mu li button.on span::after {
  display: none !important;
}

.economy_tab-conts .mu li button:hover span {
  color: #f5821f;
}

.economy_tab-conts .mu li button.on:hover span {
  color: #fff;
}

.economy_tab-conts .tab_box {
  display: none;
  background-color: #fbf5f0;
  padding: 50px 80px;
  line-height: 1.6em;
  letter-spacing: 0;
}

.economy_tab-conts .tab_box.table_guide {
  background-color: transparent;
  padding: 0;
}

.economy_tab-conts .tab_box.table_guide button {
  cursor: default;
  display: block;
  width: 100%;
}

.economy_tab-conts .tab_box.table_guide button img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.economy_tab-conts .tab_box.open {
  display: block;
}

.economy_tab-conts .tab_box .editor-template table {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.economy_tab-conts .tab_box .editor-template table td b {
  padding-left: 4px;
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
  word-break: keep-all;
}

.economy_tab-conts .tab_box .editor-template ul {
  margin-left: 18px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.economy_tab-conts .tab_box .editor-template ul li {
  margin-left: 15px;
  text-indent: -15px;
  line-height: 1.4em;
  margin-top: 6px;
}
.economy_tab-conts .tab_box .editor-template ul li:first-child {
  margin-top: 0;
}
.economy_tab-conts .tab_box .editor-template ul li::before {
  content: "ㆍ";
}

/* POPUP - 연구진 소개 */
.move_research-team {
  width: 900px;
}

.move_research-team .pop_top h4 {
  font-size: 1.5rem;
  line-height: 1.2em;
  padding-left: 42px;
}

.move_research-team .pop_top h4::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -99999em;
  width: 30px;
  height: 30px;
  background: #f5821f url(../img/ico_profile.png) center no-repeat;
  border-radius: 50%;
}

.move_research-team .team_info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.move_research-team .info_plp {
  width: 20%;
}

.move_research-team .info_plp .img {
  padding-bottom: 24px;
}

.move_research-team .info_plp .img > span {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.move_research-team .info_plp .img > span img {
  display: block;
  width: 100%;
}

.move_research-team .info_plp .img strong {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.move_research-team .info_plp .img em {
  display: block;
  text-align: center;
  color: #333;
  margin-top: 10px;
}

.move_research-team .info_plp ul {
  margin: 32px 0 26px 0;
}

.move_research-team .info_plp ul li {
  line-height: 1.3em;
  padding-left: 10px;
  position: relative;
  margin-top: 4px;
  color: #999;
}

.move_research-team .info_plp ul li:first-child {
  margin-top: 0;
}

.move_research-team .info_plp ul li::before {
  content: "·";
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
}

.move_research-team .info_plp .button-box > a, .move_research-team .info_plp .button-box > button {
  display: block;
  position: relative;
  width: 150px;
  height: 40px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d6d6d6;
  color: #666;
  font-size: 0.94rem;
  line-height: 36px;
  text-align: left;
}
.move_research-team .info_plp .button-box > a::after, .move_research-team .info_plp .button-box > button::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.move_research-team .info_plp .button-box > a:hover, .move_research-team .info_plp .button-box > button:hover {
  color: #f5821f;
  -webkit-box-shadow: 4px 4px 0 0 #ebe8e6;
          box-shadow: 4px 4px 0 0 #ebe8e6;
}

.move_research-team .info_plp .button-box a + * {
  margin-top: 5px;
}

.move_research-team .info_plp .button-box .email::after {
  width: 30px;
  right: 20px;
  background: url(../img/ico_email.png) no-repeat center/100% auto;
}


.move_research-team .info_plp .button-box .phone::after {
  width: 24px;
  right: 25px;
  background: url(../img/ico_phone.png) no-repeat center/100% auto;
}

.move_research-team .info_plp .button-box .copy::after {
  width: 24px;
  right: 25px;
  background: url(../img/ico_copy.png) no-repeat center/100% auto;
}

.move_research-team .info_plp .button-box .email:hover::after {
  background-image: url(../img/ico_email-on.png);
}

.move_research-team .info_plp .button-box .phone:hover::after {
  background-image: url(../img/ico_phone-on.png);
}

.move_research-team .info_plp .button-box .copy:hover::after {
  background-image: url(../img/ico_copy_on.png);
}

.move_research-team .tab_list {
  width: 75%;
}

.move_research-team .tab_select {
  position: relative;
  margin-bottom: 28px;
}

.move_research-team .tab_select ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #f5821f;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.move_research-team .tab_select ul button {
  width: 176px;
  height: 58px;
  background-color: #ebe8e6;
  text-align: center;
  font-size: 1.25rem;
  color: #333;
  border: solid #fff;
  border-width: 10px 0 4px 0;
  margin-left: 5px;
}

.move_research-team .tab_select ul li:first-child button {
  margin-left: 0;
}

.move_research-team .tab_select ul li .on {
  background-color: #f5821f;
  color: #fff;
  height: 60px;
  border-color: #f5821f;
  cursor: default;
}

.move_research-team .tab_select .print {
  position: absolute;
  right: 0;
  bottom: 6px;
  display: block;
  width: 34px;
  height: 34px;
  background: #d6d6d6 url(../img/ico_viewpage_3.png) center no-repeat;
  text-indent: -99999em;
}

.move_research-team .tab_page {
  display: none;
  overflow-y: auto;
  height: calc(100vh - 280px);
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.move_research-team .tab_page::-webkit-scrollbar {
  width: 5px;
}
.move_research-team .tab_page::-webkit-scrollbar-track {
  background-color: #fff;
}
.move_research-team .tab_page::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.move_research-team .tab_page::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.move_research-team .tab_page::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.move_research-team .tab_page::-webkit-scrollbar-button {
  display: none;
}

.move_research-team .tab_page.open {
  display: block;
}

.move_research-team .tab_page.tp01 > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/img_line-dotted.gif) 0 top repeat-x;
  padding: 22px 0;
}

.move_research-team .tab_page.tp01 > ul > li:first-child {
  background: none;
  padding-top: 0;
}

.move_research-team .tab_page.tp01 > ul > li em {
  display: block;
  width: 126px;
  color: #333;
  font-weight: 500;
  line-height: 1.4em;
  padding-top: 2px;
}

.move_research-team .tab_page.tp01 > ul ul {
  width: 500px;
}

.move_research-team .tab_page.tp01 > ul ul li {
  line-height: 1.6em;
  padding-left: 12px;
  text-indent: -12px;
  color: #767676;
}

.move_research-team .tab_page.tp01 > ul ul li::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-color: #d4d4d4;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin: 10px 6px 0 0;
}

.move_research-team .tab_page.tp01 > ul ul li.n {
  color: #333;
  padding-left: 0;
  text-indent: 0;
}

.move_research-team .tab_page.tp01 > ul ul li.n::before {
  display: none;
}

.move_research-team .tab_page.tp02 > ul {
  margin-bottom: 60px;
}

.move_research-team .tab_page.tp02 > ul > li {
  background: url(../img/img_line-dotted.gif) 0 bottom repeat-x;
  position: relative;
  padding: 18px 60px 18px 0;
}

.move_research-team .tab_page.tp02 > ul > li > em {
  display: block;
  color: #f5821f;
  font-weight: 500;
  color: #f5821f;
  background: url(../img/ico_list-report.png) 0 center no-repeat;
  padding-left: 26px;
  line-height: 18px;
  margin-bottom: 8px;
  height: 20px;
  width: 200px;
}

.move_research-team .tab_page.tp02 > ul > li p {
  position: relative;
  padding-right: 170px;
  line-height: 1.5em;
}

.move_research-team .tab_page.tp02 > ul > li p span {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.move_research-team .tab_page.tp02 > ul > li > button,
.research_team .tab_page.tp02 > ul > li > button {
  position: absolute;
  right: 0;
  top: 42px;
  text-indent: -99999em;
  width: 24px;
  height: 32px;
  background: url(../img/ico_rpt02.png) 0 0 no-repeat;
}

.move_research-team .tab_page.tp02 .rpt_link {
  position: absolute;
  right: 0;
  top: 36px;
}
.move_research-team .tab_page.tp02 .rpt_link button {
  text-indent: -99999em;
  width: auto;
  font-size: 0;
  padding: 0 8px 0 12px;
  font-size: 0;
  line-height: 0;
}
.move_research-team .tab_page.tp02 .rpt_link button::after {
  position: static;
}
.move_research-team .tab_page.tp02 .file_bubble {
  top: calc(50% + 36px);
}

.page_top-wrap h2 p {
  margin-top: 26px;
  line-height: 1.2em;
  color: #6e6e6e;
  font-size: 1.125rem;
}
.page_top-wrap h2 p + a {
  margin-top: 22px;
}
.page_top-wrap h2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 30px;
  padding-right: 35px;
  padding-bottom: 6px;
  color: #f5821f;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_top-wrap h2 a::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #f5821f;
}
.page_top-wrap h2 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 5px;
  width: 18px;
  height: 14px;
  background: url("../img/ico_arrw_o.png") no-repeat center;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.page_top-wrap h2 a:hover::after {
  right: 0;
}

.page_view .post-top {
  padding-bottom: 25px;
}
.page_view .post-top.link_y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_view .post-top.link_y .tit {
  margin-bottom: 0;
}
.page_view .post-top .tit {
  height: 164px;
  margin-bottom: 20px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.2em;
  font-size: 2.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 140px;
}
.page_view .post-top .tit.h_n {
  height: auto;
}
.page_view .post-top .tit .date {
  display: block;
}
.page_view .post-top .tit .point {
  color: #f5821f;
  font-weight: 600;
}
.page_view .post-top .tit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_view .post-top .tit-info .date {
  display: block;
  width: calc(100% - 240px);
  font-size: 1.125rem;
}
.page_view .post-top .tit-info .sns_btn-box {
  width: 240px;
  padding: 0;
}
.page_view .post-box {
  border-top: 3px solid #f5821f;
}
.page_view .post-box .sup {
  text-align: center;
  color: #999;
  padding: 30px 0;
  line-height: 1.3em;
}
.page_view .post-box .bundlebox {
  margin-top: 40px;
}
.page_view .post-box .bundlebox:first-child {
  padding-top: 45px;
}
.page_view .post-box .bundlebox:first-child.desc {
  padding-top: 0;
}
.page_view .post-box .bundlebox:first-child.desc dt {
  border-top: 0;
}
.page_view .post-box .bundlebox.mv_utb {
  margin-top: 0;
  margin-bottom: 60px;
}
.page_view .post-box .bundlebox.mb90 {
  margin-top: 60px;
}
.page_view .post-box .bundlebox.mb0 {
  margin-top: 0;
}
.page_view .post-box .bundlebox.mt60 {
  margin-top: 60px;
}
.page_view .post-box .bundlebox.top_css-no {
  margin-bottom: 40px;
  padding: 0;
  line-height: 1.5em;
}
.page_view .post-box .bundlebox.txt_point {
  padding-top: 0 !important;
  margin: 40px auto;
  width: 1000px;
  line-height: 1.5em;
}
.page_view .post-box .bundlebox.back_bg-guide {
  position: relative;
  padding-top: 60px;
}
.page_view .post-box .bundlebox.back_bg-guide::after {
  content: "";
  display: block;
  width: 100%;
  height: 420px;
  background-color: #f9f3ef;
  position: absolute;
  left: 0;
  top: 0;
}
.page_view .post-box .bundlebox.back_bg-guide .nf_utb {
  position: relative;
  z-index: 1;
  margin-top: 0;
}
.page_view .post-box .bundlebox.back_bg-guide .nf_utb_wrap {
  -webkit-box-shadow: 1px 1px 20px #e0e0e0;
          box-shadow: 1px 1px 20px #e0e0e0;
}
.page_view .post-box .list_style-hyphen > li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  line-height: 1.4em;
  font-size: 1.125rem;
}
.page_view .post-box .list_style-hyphen > li::before {
  content: "-";
  display: block;
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: auto;
}
.page_view .post-box .indent_list li {
  display: block;
  position: relative;
  padding-left: 15px;
  background: none;
}
.page_view .post-box .num_y > li {
  display: block;
  position: relative;
  margin-bottom: 5px;
  padding-left: 56px;
}
.page_view .post-box .num_y em {
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 15px;
  right: auto;
}
.page_view .post-box dl.dt_mt dt {
  margin-top: 30px;
}
.page_view .post-box dl.dt_mt dt:first-child {
  margin-top: 0;
}
.page_view .post-box dl.indent_desc dd {
  padding-left: 20px;
}
.page_view .post-box .post-tit .tit {
  display: block;
  line-height: 1.2em;
  font-size: 1.5rem;
  font-weight: 400;
}
.page_view .post-box .post-tit .tit_s {
  display: block;
  margin-top: 12px;
  color: #999;
  font-size: 1.125rem;
}
.page_view .post-box .post-graph {
  margin-top: 50px;
}
.page_view .post-box .page_list-group {
  width: 100%;
}
.page_view .post-box .page_list-group ul {
  border-top: 2px solid #edeeee;
}
.page_view .post-box .page_list-group li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 16px 0 16px 40px;
  background: url("../img/ico_list-post.png") no-repeat left center;
}
.page_view .post-box .page_list-group li a.assign .rpt_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.page_view .post-box .page_list-group li a.assign .rpt_tit strong {
  width: calc(100% - 160px);
  margin-bottom: 0;
}
.page_view .post-box .page_list-group li a.assign .detail {
  display: block;
  width: 130px;
  margin-left: 30px;
}
.page_view .post-box .page_list-group li a.assign .detail::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 10px;
  background: url("../img/ico_arrw_k.png") no-repeat center;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
.page_view .post-box .page_list-group li a .rpt_tit:hover .detail {
  color: #f5821f;
}
.page_view .post-box .page_list-group li a .rpt_tit:hover .detail::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 15px;
  background-image: url("../img/ico_arrw_o.png");
}
.page_view .post-box .page_list-group .post-tit {
  position: relative;
  padding-bottom: 20px;
}
.page_view .post-box .page_list-group .post-tit .rpt_link {
  bottom: 20px;
}
.page_view .post-box .page_list-group .rpt_tit b {
  padding-left: 0;
  background-image: none;
  margin-bottom: 6px;
}
.page_view .post-box .page_list-group .rpt_tit strong {
  width: 100%;
  min-height: initial;
  margin: 0 0 14px;
}
.page_view .post-box .page_list-group .rpt_other {
  position: static;
}
.page_view .post-box .page_list-group .rpt_other p {
  color: #999;
}

.view_top-guide .tit_top .fz30 {
  font-size: 1.875rem;
}

.popup_left-slide.review_list .pop_top h4 {
  margin-bottom: 18px;
}
.popup_left-slide.review_list .pop_conts {
  height: calc(100vh - 236px);
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.popup_left-slide.review_list .pop_select-guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px 12px 20px;
  background-color: #f9f3ef;
}
.popup_left-slide.review_list .pop_select-guide p {
  font-size: 1rem;
}
.popup_left-slide.review_list .pop_list-group {
  height: calc(100vh - 298px);
  overflow-y: auto;
}
.popup_left-slide.review_list .pop_list-group li {
  border-bottom: 1px dashed #a0a0a0;
}
.popup_left-slide.review_list .pop_list-group li:last-child {
  border-bottom: 0;
}
.popup_left-slide.review_list .pop_list-group li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 18px 0 18px 40px;
  background: url("../img/ico_rpt05.png") no-repeat 5px center;
}
.popup_left-slide.review_list .pop_list-group li a:hover {
  background-image: url("../img/ico_rpt05_on.png");
}
.popup_left-slide.review_list .pop_list-group li a:hover strong {
  color: #f5821f;
  text-decoration: underline;
  text-underline-position: under;
}
.popup_left-slide.review_list .pop_list-group li a strong {
  width: calc(100% - 280px);
  line-height: 1.3em;
  font-size: 1rem;
  font-weight: 400;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.popup_left-slide.review_list .pop_list-group li a p {
  width: 280px;
}
.popup_left-slide.review_list .pop_list-group li a p span {
  position: relative;
  margin-left: 6px;
  padding-left: 6px;
  color: #999;
  font-size: 0.875rem;
}
.popup_left-slide.review_list .pop_list-group li a p span::before {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: -1px;
  right: auto;
  width: 2px;
  height: 70%;
  background-color: #ddd;
}
.popup_left-slide.review_list .pop_list-group li a p span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.popup_left-slide.review_list .pop_list-group li a p span:first-child::before {
  content: none;
}
.popup_left-slide.review_list.jep_popup-list .pop_list-group li a {
  display: block;
}
.popup_left-slide.review_list.jep_popup-list .pop_list-group li a p {
  width: auto;
}
.popup_left-slide.review_list .comm_pagination {
  margin-top: 36px;
}

.page_top-wrap[class*=rpt_banner] h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0;
}

.page_top-wrap.rpt_banner-1 {
  height: 230px;
  background: url("../img/page_top_banner1.jpg") no-repeat center top;
}

.page_top-wrap.rpt_banner-1 {
  height: 170px;
}

.page_top-wrap.both.rpt_banner-2 {
  height: 230px;
  background-color: #3c4450;
}
.page_top-wrap.both.rpt_banner-2::before {
  height: 100%;
  background-image: url("../img/page_top_banner2-l.jpg");
  background-size: auto;
}
.page_top-wrap.both.rpt_banner-2::after {
  height: 100%;
  background-image: url("../img/page_top_banner2-r.jpg");
  background-size: auto;
}

.page_top-wrap.both.rpt_banner-2 {
  height: 170px;
}

.page_top-wrap.both.rpt_banner-2::before,
.page_top-wrap.both.rpt_banner-2::after {
  background-size: auto 100%;
}

.page_top-wrap.both.rpt_banner-3 {
  height: 230px;
  background-color: #333;
}
.page_top-wrap.both.rpt_banner-3::before {
  height: 100%;
  background-image: url("../img/page_top_banner3-l.jpg");
  background-size: auto;
}
.page_top-wrap.both.rpt_banner-3::after {
  height: 100%;
  background-image: url("../img/page_top_banner3-r.jpg");
  background-size: auto;
}

.page_top-wrap.both.rpt_banner-3 {
  height: 170px;
}

.page_top-wrap.both.rpt_banner-3::before,
.page_top-wrap.both.rpt_banner-3::after {
  background-size: auto 100%;
}

.page_top-wrap.both.rpt_banner-4 {
  height: 230px;
  background-color: #333;
}
.page_top-wrap.both.rpt_banner-4::before {
  height: 100%;
  background-image: url("../img/page_top_banner4-l.jpg");
  background-size: auto;
}
.page_top-wrap.both.rpt_banner-4::after {
  height: 100%;
  background-image: url("../img/page_top_banner4-r.jpg");
  background-size: auto;
}

.page_top-wrap.both.rpt_banner-4 {
  height: 170px;
}

.page_top-wrap.both.rpt_banner-4::before,
.page_top-wrap.both.rpt_banner-4::after {
  background-size: auto 100%;
}

.page_top-wrap.both.rpt_banner-5 {
  height: 230px;
  background-color: #386145;
}
.page_top-wrap.both.rpt_banner-5::before {
  height: 100%;
  background-image: url("../img/page_top_banner5-l.jpg");
  background-size: auto;
}
.page_top-wrap.both.rpt_banner-5::after {
  height: 100%;
  background-image: url("../img/page_top_banner5-r.jpg");
  background-size: auto;
}

.page_top-wrap.both.rpt_banner-5 {
  height: 170px;
}

.page_top-wrap.both.rpt_banner-5::before,
.page_top-wrap.both.rpt_banner-5::after {
  background-size: auto 100%;
}

.month_view-select {
  height: 115px;
  margin-bottom: 45px;
  background: url("../img/monthly_bg.jpg") no-repeat center top;
}
.month_view-select .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1144px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.month_view-select .select-wrap.center-left .select-month ul li {
  margin-left: 4%;
}
.month_view-select .select-wrap.center-left .select-month ul li:first-child {
  margin-left: 0;
}
.month_view-select .comm_select {
  width: 220px;
  height: 100%;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.month_view-select .comm_select select {
  width: 100%;
  padding: 0 50px;
  border-radius: 0;
  color: #f5821f;
  font-size: 2.25rem;
  font-family: "Spoqa Han Sans";
}
.month_view-select .comm_select select option {
  padding-left: 0;
  font-size: 1.125rem;
}
.month_view-select .comm_select::after {
  right: 20px;
  width: 20px;
  height: 20px;
  border-color: #e4e4e4;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(315deg) translateY(-15%);
          transform: rotate(315deg) translateY(-15%);
}
.month_view-select .select-month {
  width: calc(100% - 270px);
}
.month_view-select .select-month ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  overflow-x: auto;
  padding: 16px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.month_view-select .select-month ul::-webkit-scrollbar {
  height: 4px;
}
.month_view-select .select-month ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.month_view-select .select-month ul::-webkit-scrollbar-thumb {
  background: rgba(146, 135, 100, 0.5215686275);
  border-radius: 10px;
}
.month_view-select .select-month ul::-webkit-scrollbar-thumb:hover {
  background: rgba(196, 160, 84, 0.5215686275);
}
.month_view-select .select-month ul::-webkit-scrollbar-thumb:active {
  background: rgba(179, 179, 179, 0.5215686275);
}
.month_view-select .select-month ul::-webkit-scrollbar-button {
  display: none;
}
.month_view-select .select-month ul li {
  position: relative;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
}
.month_view-select .select-month ul li:first-child {
  margin-left: 0;
}
.month_view-select .select-month ul li button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 100%;
  padding-bottom: 8px;
  color: #fff;
  font-size: 1.125rem;
  font-family: "Spoqa Han Sans";
  opacity: 0.5;
  line-height: 1.4em;
}
.month_view-select .select-month ul li button:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.month_view-select .select-month ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
}
.month_view-select .select-month ul li.on:after {
  content: none;
}
.month_view-select .select-month ul li.on button {
  padding-bottom: 5px;
  color: #333;
  font-size: 1.75rem;
  font-weight: 600;
  opacity: 1;
}
.month_view-select .select-month ul li.on button::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 2px;
  background-color: #333;
}
.month_view-select .select-month ul li.on button:hover {
  text-decoration: none;
}
.month_view-select .select-month ul li.open:after {
  content: none;
}
.month_view-select .select-month ul li.open button {
  opacity: 1;
}
.month_view-select .select-month ul.quarter li {
  width: 25%;
}
.month_view-select .select-month.ver2 ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.month_view-select .select-month.ver2 ul li button {
  padding-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  opacity: 1;
}
.month_view-select .select-month.ver2 ul li button:after {
  content: none;
}
.month_view-select .select-month.ver2 ul li button .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  border-radius: 100%;
  color: #333;
  font-size: 1rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.month_view-select .select-month.ver2 ul li button:hover {
  text-decoration: none;
}
.month_view-select .select-month.ver2 ul li button:hover .num {
  background-color: #ffb989;
}
.month_view-select .select-month.ver2 ul li:after {
  content: none;
}
.month_view-select .select-month.ver2 ul li.on button .num {
  background-color: #ffb989;
  font-weight: 600;
}

.month_contents .mo {
  display: none;
}

.month_view-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 1144px;
  margin: 0 auto;
}
.month_view-conts .img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e8e8e8;
}
.month_view-conts .img img {
  display: block;
  width: 100%;
}
.month_view-conts .m_v-subject {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  z-index: 1;
}
.month_view-conts .m_v-subject .rpt_link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #f5821f;
}
.month_view-conts .m_v-subject .rpt_link * {
  width: 220px;
  height: 46px;
  height: 46px;
  line-height: 44px;
}
.month_view-conts .m_v-subject.fix {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -572px;
}
.month_view-conts .m_v-subject.btm {
  top: auto;
  bottom: 0;
}
.month_view-conts .m_v-post {
  width: 874px;
  padding-left: 270px;
}
.month_view-conts .page_list-group li {
  padding: 0;
  min-height: auto;
}

.kdi-jep .view_top-guide .tit_top {
  padding-right: 0;
}

.select_1depth,
.select_2depth {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.select_1depth {
  border: solid #565656;
  border-width: 1px 0;
}
.select_1depth ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px 0;
}
.select_1depth ul li {
  width: 12.5%;
  display: block;
  padding: 6px 0;
}
.select_1depth ul li button {
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 20px;
  padding: 8px 12px 10px 12px;
  font-size: 1.125rem;
}
.select_1depth ul li button.on, .select_1depth ul li button:hover {
  background-color: #f5821f;
}

.select_2depth {
  margin-top: 40px;
  padding-bottom: 50px;
  overflow: hidden;
}
.select_2depth > label {
  display: block;
  margin: 0 auto 10px;
  width: 96%;
}
.select_2depth > button {
  display: block;
  background-color: #f5821f;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  margin: 0 auto;
}
.select_2depth ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1px;
  width: 96%;
  margin: 0 auto 40px;
}
.select_2depth ul li {
  width: 25%;
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.view_new-wrap .new_top-title {
  border-top: 2px solid #e4e4e4;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.view_new-wrap .new_top-title .new_star {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 38px;
  height: 54px;
  display: block;
  margin-left: -610px;
  text-indent: -99999em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  background-image: url(../img/ico_new-star.png);
}
.view_new-wrap .new_top-title .top_bg-wrap {
  position: relative;
  overflow: hidden;
  padding: 60px 0 20px 0;
}
.view_new-wrap .new_top-title img.bg {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: auto;
}
.view_new-wrap .new_top-title .title {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.view_new-wrap .new_top-title .title b {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  color: #f5821f;
  line-height: 1;
  margin-bottom: 12px;
}
.view_new-wrap .new_top-title .title p {
  display: block;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2em;
  width: 80%;
  margin: 0 auto;
}
.view_new-wrap .new_top-title .title span {
  letter-spacing: 0;
  text-align: center;
  display: block;
  margin-top: 12px;
  color: #585858;
  font-weight: 400;
}
.view_new-wrap .new_top-title .page_author-list {
  position: relative;
  z-index: 1;
}
.view_new-wrap .new_top-title .page_author-list .pic {
  width: 54px;
  height: 54px;
  margin: 0 auto;
}
.view_new-wrap .new_top-title .page_author-list strong {
  font-size: 1.125rem;
  display: block;
  line-height: 1.2em;
  text-align: center;
  margin-top: 5px;
}
.view_new-wrap .new_top-title .sns_btn-box {
  padding-top: 20px;
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view_new-wrap .new_top-title .rpt_link {
  margin-top: 20px;
  text-align: center;
}
.view_new-wrap .new_top-title .rpt_link button {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.view_new-wrap .new_top-title .rpt_link button:first-child {
  margin-left: 0;
}
.view_new-wrap .new_top-title .rpt_link button.i02, .view_new-wrap .new_top-title .rpt_link button.i12 {
  text-indent: -99999em;
  width: 62px;
}

.nf_utb {
  width: 1158px;
  margin: 50px auto;
}
.nf_utb_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f1efec;
}
.nf_utb_wrap .scroll_navi button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  background: #fff no-repeat center/18px;
  font-size: 0;
}
.nf_utb_wrap .scroll_navi button:hover {
  background-color: #f5821f;
  border: none;
}
.nf_utb_wrap .scroll_navi button:hover.prev {
  background-image: url("../img/arw_up2.png");
}
.nf_utb_wrap .scroll_navi button:hover.next {
  background-image: url("../img/arw_bottom2.png");
}
.nf_utb_wrap .scroll_navi button.prev {
  top: -22px;
  background-image: url("../img/arw_up.png");
}
.nf_utb_wrap .scroll_navi button.next {
  bottom: -22px;
  background-image: url("../img/arw_bottom.png");
}
.nf_utb_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 310px;
  height: 477px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nf_utb_btn_wrap .scrol_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 100%;
  margin: 33px 0 30px;
  padding: 16px 0;
  overflow: auto;
}
.nf_utb_btn_wrap .scrol_inner::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.nf_utb_btn_wrap .scrol_inner::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  border-radius: 4px;
}
.nf_utb_btn_wrap .scrol_inner::-webkit-scrollbar-track {
  background-color: #f1efec;
}
.nf_utb_btn_wrap .btn_item {
  position: relative;
  width: 206px;
}
.nf_utb_btn_wrap .btn_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.5);
}
.nf_utb_btn_wrap .btn_item img {
  width: 100%;
}
.nf_utb_btn_wrap .btn_item.on {
  border: 5px solid #f5821f;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.58);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.58);
}
.nf_utb_btn_wrap .btn_item.on::before {
  content: none;
}
.nf_utb.mj0 {
  margin-top: 0;
}
.nf_utb .mv {
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.nf_utb .mv iframe {
  width: 848px;
  height: 477px;
}
.nf_utb .mv.play iframe {
  z-index: 2;
}
.nf_utb .mv.play > button {
  z-index: 1;
}
.nf_utb .references_box {
  display: none;
}
.nf_utb .references_box.open {
  display: block;
}
.nf_utb .references_box.close {
  display: none !important;
}
.nf_utb .references_box dl {
  color: #666;
  font-family: "Spoqa Han Sans";
}
.nf_utb .references_box dl:first-child {
  margin-top: 56px;
}
.nf_utb .references_box dl dt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
  font-weight: 500;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
.nf_utb .references_box dl dt .btn-folding::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nf_utb .references_box dl dd {
  height: 200px;
  overflow-y: scroll;
  padding-right: 20px;
  line-height: 1.6em;
  letter-spacing: 0;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}
.nf_utb .references_box dl dd::-webkit-scrollbar {
  width: 5px;
}
.nf_utb .references_box dl dd::-webkit-scrollbar-track {
  background-color: #fff;
}
.nf_utb .references_box dl dd::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}
.nf_utb .references_box dl dd::-webkit-scrollbar-thumb:hover {
  background: #404040;
}
.nf_utb .references_box dl dd::-webkit-scrollbar-thumb:active {
  background: #808080;
}
.nf_utb .references_box dl dd::-webkit-scrollbar-button {
  display: none;
}

#bookPurchase .purchase_each li {
  padding: 0 70px;
  border-top: 2px solid #fff;
  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;
}
#bookPurchase .purchase_each li span {
  width: 200px;
  height: 98px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: -99999em;
}
#bookPurchase .purchase_each li a {
  width: 130px;
  height: 40px;
  line-height: 38px;
  background-color: #333;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
#bookPurchase .purchase_each li a:hover {
  background-color: #919191;
}
#bookPurchase .purchase_each li:first-child {
  border-top-width: 0;
}
#bookPurchase .purchase_each li.p01 span {
  background-image: url(../img/img_purchase01.jpg);
}
#bookPurchase .purchase_each li.p02 span {
  background-image: url(../img/img_purchase02.jpg);
}
#bookPurchase .purchase_each li.p03 span {
  background-image: url(../img/img_purchase03.jpg);
}

.btn-folding {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.btn-folding::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: #5f5f5f url("../img/ico_plus_w_30.png") no-repeat center/60% auto;
  border: 1px solid #5f5f5f;
  border-radius: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-folding.open::after {
  background-color: #fff;
  background-image: url("../img/ico_mus_g_30.png");
}

.page_list-group.wid-change-box h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
.page_list-group.wid-change-box > ul > li {
  padding: 20px 145px 20px 215px;
  min-height: auto;
}
.page_list-group.wid-change-box > ul > li > a {
  padding: 0 !important;
  background: none !important;
}
.page_list-group.wid-change-box .rpt_tit {
  min-height: 130px;
}
.page_list-group.wid-change-box .rpt_tit strong {
  font-size: 1.25rem;
  line-height: 1.2em;
}
.page_list-group.wid-change-box .rpt_tit strong:hover {
  text-decoration: none;
  color: #2d2c2b;
}
.page_list-group.wid-change-box .rpt_tit p {
  color: #999;
  font-size: 0.9375rem;
  line-height: 1.3em;
}
.page_list-group.wid-change-box .rpt_img {
  width: 200px;
  height: 130px;
  top: 20px;
}
.page_list-group.wid-change-box .page_author-list {
  width: auto;
  margin: 10px 0 0 0;
}
.page_list-group.wid-change-box .page_author-list ul {
  border-width: 0;
  width: 570px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page_list-group.wid-change-box .page_author-list ul li {
  margin: 0;
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  min-height: auto;
  margin-left: 30px;
}
.page_list-group.wid-change-box .page_author-list ul li:first-child {
  margin-left: 0;
}
.page_list-group.wid-change-box .page_author-list ul li .pic {
  margin: 0;
  width: 50px;
  height: 50px;
}
.page_list-group.wid-change-box .page_author-list ul li .pic em {
  width: 16px;
  height: 16px;
  background-size: 6px auto;
}
.page_list-group.wid-change-box .page_author-list ul li > strong {
  font-size: 1rem;
  text-align: left;
  margin: 0 0 2px 12px;
}
.page_list-group.wid-change-box .page_author-list ul li > strong span {
  font-size: 0.875rem;
  margin-top: 2px;
}
.page_list-group.wid-change-box .rpt_link {
  top: 20px;
}
.page_list-group.wid-change-box .rpt_link * {
  width: 130px;
  height: 36px;
  font-size: 0.8125rem;
  line-height: 34px;
  text-indent: 14px;
}
.page_list-group.wid-change-box .rpt_link *::after {
  background-size: 16px auto;
  right: 4px;
}

@media all and (max-width: 1280px) {
  .select_all-select {
    width: 95%;
    padding: 2.1875vw 9.375vw 0 15.625vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .select_all-select > label {
    top: 2.1875vw;
  }
  .select_all-select ul {
    padding-left: 1.71875vw;
    padding-bottom: 2.1875vw;
  }
  .select_all-select ul li {
    width: 33.3%;
    padding-bottom: 0.78125vw;
  }
  .select_all-select > button {
    bottom: 2.96875vw;
    width: 9.375vw;
    height: 3.125vw;
    line-height: 3.125vw;
  }
  .select_all-select > button::after {
    width: 2.03125vw;
    background-size: 1.40625vw auto;
  }
  .page_search-inp {
    padding: 1.5625vw 0;
  }
  .page_search-inp .search_guide {
    margin-right: 4.6875vw;
    width: auto;
  }
  .page_search-inp .search_guide p {
    margin-right: 2.5vw;
  }
  .page_search-inp .search_guide .comm_select {
    margin-right: 0.9375vw;
  }
  .page_search-inp .search_guide .align_guide > button,
  .page_search-inp .search_guide > button {
    width: 9.375vw;
    height: 3.90625vw;
    margin-left: 3.90625vw;
  }
  .page_search-inp .search_guide .align_guide > label,
  .page_search-inp .search_guide > label {
    width: 28.125vw;
    margin-right: 3.59375vw;
  }
  .page_search-inp .search_guide.align {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 0;
    padding: 0 1.5625vw;
  }
  .page_search-inp .search_guide .align_guide {
    width: 48%;
  }
  .page_search-inp .search_guide .align_guide > button {
    margin-left: 1.5625vw;
  }
  .page_search-inp .search_guide .align_guide > label {
    width: 25vw;
    margin-left: 0;
    margin-right: 0;
  }
  .page_search-inp .search_guide .align_guide > label input {
    height: 3.90625vw;
  }
  .page_search-inp .search_guide .align_guide:last-child > button {
    margin-left: 1.5625vw;
  }
  .page_search-inp .search_guide .align_guide .comm_select select {
    padding: 0 5.46875vw 0 1.5625vw;
  }
  .page_search-inp .search_guide .align_guide .comm_select::after {
    width: 0.625vw;
    height: 0.625vw;
    right: 0.859375vw;
  }
  .view_top-guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    padding-top: 3.125vw;
  }
  .view_top-guide .tit_top {
    padding: 0 11.71875vw 3.125vw;
  }
  .view_top-guide .tit_top b {
    margin-bottom: 0.78125vw;
  }
  .view_top-guide .tit_top strong {
    margin-bottom: 1.25vw;
    font-size: 1.6666666667rem;
  }
  .view_top-guide .tit_top em a {
    line-height: 1.5625vw;
    margin-top: 0.46875vw;
  }
  .view_top-guide .tit_top p {
    bottom: 2.34375vw;
  }
  .view_top-guide .img_top {
    margin-top: -1.953125vw;
  }
  .view_top-guide .img_top span {
    width: 5.9375vw;
  }
  .view_top-guide .img_top p {
    margin-top: 0.625vw;
    font-size: 0.7777777778rem;
  }
  .view_top-guide .rpt_link {
    padding: 0.78125vw 0 0 0.9375vw;
  }
  .view_top-guide .rpt_link button.i02, .view_top-guide .rpt_link button.i12 {
    width: 4.84375vw;
  }
  .view-minus-rpt {
    padding-bottom: 0;
  }
  .view-minus-rpt .view_top-guide {
    padding: 3.125vw 0;
  }
  .view-minus-rpt .view_top-guide .img_top {
    margin-top: 0;
  }
  .page_btn_btm {
    margin-top: 0;
    width: 100%;
  }
  .page_btn_btm .rpt_link {
    padding: 0.78125vw 0 0 0.9375vw;
  }
  .page_btn_btm .rpt_link button.i02,
  .page_btn_btm .rpt_link button.i12 {
    width: 4.84375vw;
  }
  .page_author-list {
    width: 90%;
    margin: 1.25vw auto 0.46875vw;
  }
  .page_author-list > strong {
    margin: 3.90625vw 0 2.34375vw 0;
  }
  .page_author-list > ul li {
    margin: 0 1.5625vw 0.78125vw 1.5625vw;
  }
  .page_author-list > ul li .pic {
    width: 7.03125vw;
    height: 7.03125vw;
    margin-bottom: 1.5625vw;
  }
  .page_author-list > ul li .pic em {
    width: 1.71875vw;
    height: 1.71875vw;
    background-size: 0.625vw auto;
  }
  .rpt_view-comm .post-box {
    border-top-width: 0.234375vw;
  }
  .rpt_view-comm .post-box .mv_box {
    width: 50%;
    text-align: center;
    margin-top: 4.6875vw;
    margin-bottom: 4.6875vw;
  }
  .rpt_view-comm .post-box .mv_box .mv {
    margin-bottom: 3.125vw;
  }
  .rpt_view-comm .post-box .mv_box dl {
    text-align: left;
  }
  .rpt_view-comm .post-box .mv_box dl dt {
    margin-bottom: 1.875vw;
    padding: 1.5625vw 0;
  }
  .rpt_view-comm .post-box .mv_box dl dd {
    height: 15.625vw;
    padding-right: 1.5625vw;
  }
  .rpt_view-comm .post-box .mv_utb {
    padding-top: 4.6875vw;
    overflow: hidden;
  }
  .rpt_view-comm .post-box .mv_utb::after {
    width: 110%;
    left: -5%;
  }
  .relation_data-box .data_guide {
    width: 100%;
    padding: 5.3125vw 0;
  }
  .relation_data-box .data_guide > strong {
    margin-bottom: 4.6875vw;
  }
  .relation_data-box .data_guide > ul {
    top: 8.59375vw;
    right: 4.21875vw;
  }
  .relation_data-box .data_guide > ul li {
    padding-left: 2.734375vw;
    background-size: 2.03125vw auto;
  }
  .relation_data-box .data_load {
    width: 95%;
    margin: 0 auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .relation_data-box .data_load a {
    width: 24%;
    margin: 0.5%;
    padding: 0.78125vw;
  }
  .relation_data-box .data_load a p {
    height: 7.5vw;
  }
  .relation_data-box .more {
    width: 15.625vw;
    height: 3.90625vw;
    margin-top: 3.75vw;
    line-height: 3.75vw;
  }
  .relation_data-box .more::after {
    width: 3.125vw;
    background-size: auto 0.9375vw;
  }
  .page_top-wrap .left_img-align {
    width: 30%;
  }
  .page_top-wrap .title_guide {
    width: 70%;
  }
  .page_top-wrap .title_guide .top_tit {
    width: auto;
  }
  .page_top-wrap.rpt_banner-7 {
    height: 23.4375vw;
    background-size: auto 100%;
  }
  .page_top-wrap.rpt_banner-7 h2 {
    font-size: 2.2222222222rem;
  }
  .page_top-wrap.both.rpt_banner-5 h2 a {
    padding-right: 0;
  }
  .page_top-wrap.both.rpt_banner-5 h2 a:after {
    padding-left: 0.78125vw;
  }
  .page_sub-title {
    width: auto;
    margin: 0 3.90625vw;
  }
  .page_sub-title .title_bg-side {
    left: -6.71875vw;
  }
  .page_sub-title .top_tit strong {
    min-height: 6.25vw;
  }
  .more_detail-link {
    width: 37.5vw;
    margin: 3.90625vw auto;
  }
  .utb_guide-box {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .page_list-group {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 4.6875vw;
    margin-bottom: 4.6875vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_list-group .sup {
    top: -1.71875vw;
  }
  .page_list-group h3 {
    margin-bottom: 3.125vw;
  }
  .page_list-group li {
    padding: 3.125vw 0 3.125vw 27.34375vw;
    min-height: 22.65625vw;
  }
  .page_list-group li.no_img {min-height:initial;padding:3.125vw 0 3.125vw 0;}
  .page_list-group li.no_img .rpt_tit strong{min-height:initial}
  .page_list-group .rpt_tit b {
    margin: 0 0 0.9375vw 0;
    background-size: 1.40625vw auto;
    line-height: 1.796875vw;
    height: 1.71875vw;
    padding-left: 2.03125vw;
  }
  .page_list-group .rpt_tit b.frm {
    padding-left: 2.34375vw;
  }
  .page_list-group .rpt_tit strong {
    min-height: 6.40625vw;
    font-size: 1.1111111111rem;
  }
  .page_list-group .rpt_tit strong:hover {
    text-underline-position: auto;
  }
  .page_list-group .rpt_img {
    width: 25vw;
    height: 16.40625vw;
    top: 3.125vw;
    border-radius: 0.46875vw;
  }
  .page_list-group .rpt_img em {
    width: 4.21875vw;
    height: 4.21875vw;
  }
  .page_list-group .rpt_img img {
    border-radius: 0.46875vw;
  }
  .page_list-group .rpt_other {
    margin: 1.875vw 14.0625vw 0 0;
  }
  .page_list-group .rpt_other em {
    margin-bottom: 1.40625vw;
  }
  .page_list-group .rpt_link {
    bottom: 3.125vw;
  }
  .page_list-group.economy_list-profile .page_author-list {
    margin-top: 3.90625vw;
  }
  .page_list-group.economy_list-profile .page_author-list > ul {
    width: 70%;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li {
    margin-left: 1.5625vw;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li:first-child {
    margin-left: 0;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li .pic {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li > strong {
    font-size: 1.2222222222rem;
  }
  .page_list-group.economy_list-profile .rpt_img {
    top: 3.125vw;
  }
  .page_list-group.economy_list-profile .rpt_img img {
    width: 100%;
  }
  .page_list-group.economy_list-profile .rpt_img.default img {
    width: auto;
    height: 82%;
  }
  .page_list-group.economy_list-profile .rpt_tit strong {
    font-size: 1.2222222222rem;
    margin-top: 0;
    margin-bottom: 1.09375vw;
    min-height: 4.53125vw;
  }
  .page_list-group.economy_list-profile .rpt_tit p {
    height: 6.40625vw;
    font-size: 1.0555555556rem;
    margin-right: 12.2222222222rem;
  }
  .page_list-group.economy_list-profile .rpt_link button {
    width: 15.9375vw;
  }
  .page_right-move,
  .page_list-select .select_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .move_research-team .pop_top h4 {
    padding-left: 4.375vw;
  }
  .move_research-team .pop_top h4::before {
    width: 3.125vw;
    height: 3.125vw;
    background-size: 1.09375vw auto;
  }
  .move_research-team .info_plp .button-box button, .move_research-team .info_plp .button-box a {
    width: 100%;
  }
  .move_research-team .info_plp .button-box button.email::after, .move_research-team .info_plp .button-box a.email::after {
    width: 2.34375vw;
    right: 1.5625vw;
  }
  .move_research-team .info_plp .button-box button.copy::after, .move_research-team .info_plp .button-box a.copy::after {
    width: 1.875vw;
    right: 1.953125vw;
  }
  .move_research-team .info_plp .img > span {
    width: 8.59375vw;
    height: 8.59375vw;
  }
  .move_research-team .tab_select {
    margin-bottom: 2.1875vw;
  }
  .move_research-team .tab_select ul li button {
    width: 13.75vw;
    height: 4.53125vw;
    border-width: 0.78125vw 0 0.3125vw 0;
    font-size: 1.1111111111rem;
  }
  .move_research-team .tab_select ul li button.on {
    height: 4.6875vw;
  }
  .move_research-team .tab_page.tp01 > ul ul li::before {
    width: 0.46875vw;
    height: 0.46875vw;
    margin: 1.09375vw 0.46875vw 0 0;
  }
  .move_research-team .tab_page.tp02 > ul {
    margin-bottom: 4.6875vw;
  }
  .economy_conts-template {
    margin-bottom: 9.375vw;
  }
  .economy_tab-conts {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 7.8125vw;
  }
  .economy_tab-conts .tab_box {
    padding: 3.90625vw 6.25vw;
  }
  .economy_tab-conts .mu li button {
    padding: 1.71875vw 0;
  }
  .economy_tab-conts .mu li button::after, .economy_tab-conts .mu li button::before {
    bottom: 1.171875vw;
    width: 2px;
    height: 3.4375vw;
  }
  .economy_tab-conts .mu li button span {
    font-size: 1.1111111111rem;
    line-height: 2.34375vw;
  }
  .economy_tab-conts .mu li button span::after {
    width: 2.34375vw;
    height: 2.34375vw;
    line-height: 2.1875vw;
  }
  .economy_tab-conts .mu li:last-child button::after {
    width: 2px;
    height: 3.4375vw;
    bottom: 1.171875vw;
  }
  .economy_data-box .data_load {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .economy_data-box .data_load .txt_guard {
    padding: 1.40625vw 0.546875vw;
  }
  .economy_data-box .data_load a {
    width: 31%;
    margin: 1%;
  }
  .economy_data-box .data_load a strong {
    height: 5vw;
  }
  .economy_data-box .data_load a p {
    height: 6.25vw;
  }
  .page_file-list {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-bottom: 9.375vw;
    margin-top: 9.375vw;
  }
  .move_research-team {
    width: 90vw;
  }
  .page_top-wrap.rpt_banner-1 {
    height: 17.96875vw;
    background-size: auto 100%;
  }
  .page_top-wrap.rpt_banner-1 {
    height: 170px;
  }
  .page_top-wrap.both.rpt_banner-2 {
    height: 13.28125vw;
  }
  .page_top-wrap.both.rpt_banner-2::before, .page_top-wrap.both.rpt_banner-2::after {
    background-size: auto 100%;
  }
  .page_top-wrap.both.rpt_banner-3 {
    height: 13.28125vw;
  }
  .page_top-wrap.both.rpt_banner-3::before, .page_top-wrap.both.rpt_banner-3::after {
    background-size: auto 100%;
  }
  .page_top-wrap.both.rpt_banner-4 {
    height: 13.28125vw;
  }
  .page_top-wrap.both.rpt_banner-4::before, .page_top-wrap.both.rpt_banner-4::after {
    background-size: auto 100%;
  }
  .page_top-wrap.both.rpt_banner-5 {
    height: 13.28125vw;
  }
  .page_top-wrap.both.rpt_banner-5::before, .page_top-wrap.both.rpt_banner-5::after {
    background-size: auto 100%;
  }
  .page_top-wrap.both.rpt_banner-6,
  .page_top-wrap.both.rpt_banner-8 {
    height: 13.28125vw;
  }
  .page_top-wrap[class*=rpt_banner] h2 p {
    margin-top: 2.03125vw;
  }
  .page_top-wrap[class*=rpt_banner] h2 p + a {
    margin-top: 1.71875vw;
  }
  .page_top-wrap[class*=rpt_banner] h2 a {
    margin-top: 2.34375vw;
    padding-right: 3.90625vw;
  }
  .page_top-wrap[class*=rpt_banner] h2 a::after {
    width: 1.40625vw;
    height: 1.09375vw;
    background-size: auto 100%;
  }
  .month_view-select {
    height: 8.984375vw;
    margin-bottom: 3.515625vw;
  }
  .month_view-select .select-wrap {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .month_view-select .comm_select {
    width: 17.1875vw;
    padding-top: 2.34375vw;
  }
  .month_view-select .comm_select::after {
    right: 1.5625vw;
    width: 1.5625vw;
    height: 1.5625vw;
  }
  .month_view-select .comm_select select {
    padding: 0 3.90625vw;
  }
  .month_view-select .select-month {
    width: 77%;
  }
  .month_view-select .select-month.ver2 ul li button .num {
    width: 2.96875vw;
    height: 2.96875vw;
    margin-top: 0.46875vw;
  }
  .month_view-conts {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .month_view-conts .m_v-subject {
    width: 17.1875vw;
  }
  .month_view-conts .m_v-subject img {
    width: 100%;
  }
  .month_view-conts .m_v-subject .rpt_link {
    margin-top: 1.5625vw;
    padding-top: 1.5625vw;
  }
  .month_view-conts .m_v-subject .rpt_link * {
    width: 100%;
    height: 3.59375vw;
    line-height: 3.4375vw;
  }
  .month_view-conts .m_v-subject.fix {
    top: 12.5vw;
    margin-left: -46.875vw;
  }
  .month_view-conts .m_v-post {
    width: 77%;
    padding-left: 23%;
  }
  .page_view .post-top {
    padding-bottom: 1.953125vw;
  }
  .page_view .post-top .tit {
    height: 12.8125vw;
    padding-top: 3.90625vw;
    font-size: 2rem;
  }
  .page_view .post-box {
    border-top-width: 2px;
  }
  .page_view .post-box .sup {
    padding: 2.34375vw 0;
  }
  .page_view .post-box .bundlebox {
    margin-top: 5.46875vw;
    margin-bottom: 9.375vw;
  }
  .page_view .post-box .bundlebox:first-child {
    padding-top: 3.515625vw;
  }
  .page_view .post-box .bundlebox.mb90 {
    margin-bottom: 7.03125vw;
  }
  .page_view .post-box .bundlebox.mt60 {
    margin-top: 4.6875vw;
  }
  .page_view .post-box .bundlebox.top_css-no {
    margin-bottom: 3.125vw;
    padding-top: 0;
  }
  .page_view .post-box .bundlebox.txt_point {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    margin-top: 3.125vw;
  }
  .page_view .post-box .bundlebox.back_bg-guide {
    padding-top: 4.6875vw;
  }
  .page_view .post-box .bundlebox.back_bg-guide::after {
    height: 32.8125vw;
  }
  .page_view .post-box .bundlebox.back_bg-guide .nf_utb_wrap {
    -webkit-box-shadow: 1px 1px 1.5625vw #e0e0e0;
            box-shadow: 1px 1px 1.5625vw #e0e0e0;
  }
  .page_view .post-box .desc > dl > dt {
    padding: 1.953125vw 6.25vw;
  }
  .page_view .post-box .desc > dl > dd {
    padding: 3.90625vw 6.25vw;
  }
  .page_view .post-box .post-graph {
    margin-top: 3.90625vw;
  }
  .page_view .post-box .post-graph img {
    width: 100%;
  }
  .page_view .post-box .page_list-group {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .page_view .post-box .page_list-group li a {
    padding: 2.5vw 0 2.5vw 3.90625vw;
    background-size: auto 2.734375vw;
    background-position: left 4.84375vw;
  }
  .page_view .post-box .page_list-group li a.assign {
    background-position: left 3.125vw;
  }
  .page_view .post-box .page_list-group li a.assign .rpt_tit strong {
    width: 75%;
  }
  .page_view .post-box .page_list-group li a.assign .detail {
    width: 20%;
    margin-left: 0;
  }
  .page_view .post-box .page_list-group li a.assign .detail::after {
    height: 1.5625vw;
    margin-left: 0.78125vw;
    background-size: auto 100%;
    vertical-align: bottom;
  }
  .page_view .post-box .page_list-group .post-tit {
    padding-bottom: 1.5625vw;
  }
  .page_view .post-box .page_list-group .post-tit .rpt_link {
    bottom: 1.5625vw;
  }
  .page_view .post-box .page_list-group .rpt_tit b {
    height: 1.71875vw;
    line-height: 1.5625vw;
  }
  .page_view .post-box .page_list-group .rpt_tit strong {
    margin: 0.78125vw 0 1.5625vw;
  }
  .popup_left-slide.review_list .pop_conts {
    height: 76vh;
  }
  .popup_left-slide.review_list .pop_list-group {
    height: calc(100% - 3.90625vw);
  }
  .popup_left-slide.review_list .pop_list-group li a {
    padding: 2.34375vw 0 2.34375vw 4.6875vw;
  }
  .popup_left-slide.review_list .pop_list-group li a strong {
    width: 55%;
  }
  .popup_left-slide.review_list .pop_list-group li a p {
    width: 40%;
  }
  .select_1depth,
  .select_2depth {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }
  .select_1depth ul {
    padding: 1.09375vw 0;
  }
  .select_1depth ul li {
    width: 20%;
    padding: 0.46875vw 0;
  }
  .select_1depth ul li button {
    margin-left: 1.5625vw;
    padding: 0.625vw 0.9375vw 0.78125vw;
  }
  .select_2depth {
    margin-top: 3.125vw;
    padding-bottom: 3.90625vw;
  }
  .select_2depth > button {
    width: 15.625vw;
    height: 4.6875vw;
    line-height: 4.6875vw;
  }
  .select_2depth ul li {
    width: 33.3%;
    padding: 0.46875vw 0;
  }
  .view_new-wrap .new_top-title {
    padding-bottom: 3.125vw;
  }
  .view_new-wrap .new_top-title .new_star {
    width: 2.96875vw;
    height: 4.21875vw;
    margin-left: 0;
    left: 3.125vw;
  }
  .view_new-wrap .new_top-title .top_bg-wrap {
    padding: 4.6875vw 0 1.5625vw 0;
  }
  .view_new-wrap .new_top-title .title b {
    font-size: 1.3333333333rem;
    margin-bottom: 0.9375vw;
  }
  .view_new-wrap .new_top-title .title p {
    font-size: 2.2222222222rem;
  }
  .view_new-wrap .new_top-title .title span {
    margin-top: 0.9375vw;
  }
  .view_new-wrap .new_top-title .author {
    margin-top: 1.5625vw;
  }
  .view_new-wrap .new_top-title .author span {
    width: 4.21875vw;
    height: 4.21875vw;
  }
  .view_new-wrap .new_top-title .author strong {
    font-size: 1rem;
    margin-top: 0.390625vw;
  }
  .view_new-wrap .new_top-title .sns_btn-box {
    padding-top: 1.71875vw;
  }
  .view_new-wrap .new_top-title .rpt_link {
    margin-top: 1.5625vw;
  }
  .view_new-wrap .new_top-title .rpt_link button {
    margin-left: 0.78125vw;
  }
  .view_new-wrap .new_top-title .rpt_link button.i02, .view_new-wrap .new_top-title .rpt_link button.i12 {
    width: 4.84375vw;
  }
  .nf_utb {
    width: 90.46875vw;
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .nf_utb_wrap .scroll_navi button {
    width: 3.4375vw;
    height: 3.4375vw;
    background-size: 1.40625vw;
  }
  .nf_utb_btn_wrap {
    width: 24.53125vw;
    height: 37.34375vw;
  }
  .nf_utb_btn_wrap .scrol_inner {
    gap: 1.25vw;
    margin: 2.578125vw 0 2.34375vw;
    padding: 1.25vw 0;
  }
  .nf_utb_btn_wrap .btn_item {
    width: 16.09375vw;
  }
  .nf_utb .mv iframe {
    width: 65.9375vw;
    height: 37.34375vw;
  }
  .nf_utb .references_box dl {
    text-align: left;
  }
  .nf_utb .references_box dl:first-child {
    margin-top: 4.375vw;
  }
  .nf_utb .references_box dl dt {
    margin-bottom: 1.875vw;
    padding: 1.5625vw 0;
  }
  .nf_utb .references_box dl dd {
    height: 15.625vw;
    padding-right: 1.5625vw;
  }
  .move_research-team .tab_page {
    height: calc(100vh - 21.875vw);
  }
  #bookPurchase .purchase_each li {
    padding: 0 5.46875vw;
  }
  #bookPurchase .purchase_each li span {
    width: 15.625vw;
    height: 7.65625vw;
  }
  #bookPurchase .purchase_each li a {
    width: 10.15625vw;
    height: 3.90625vw;
    line-height: 3.75vw;
  }
  .btn-folding::after {
    width: 1.953125vw;
    height: 1.953125vw;
  }
  .page_list-group.wid-change-box h3 {
    font-size: 1.3333333333rem;
    margin-bottom: 1.875vw;
  }
  .page_list-group.wid-change-box > ul > li {
    padding: 1.5625vw 11.328125vw 1.5625vw 16.796875vw;
  }
  .page_list-group.wid-change-box .rpt_tit {
    min-height: 10.15625vw;
  }
  .page_list-group.wid-change-box .rpt_tit strong {
    font-size: 1.1111111111rem;
    margin-top: 0 !important;
  }
  .page_list-group.wid-change-box .rpt_tit p {
    font-size: 0.8333333333rem;
  }
  .page_list-group.wid-change-box .rpt_img {
    width: 15.625vw;
    height: 10.15625vw;
    top: 1.5625vw;
  }
  .page_list-group.wid-change-box .page_author-list {
    margin-top: 0.78125vw;
  }
  .page_list-group.wid-change-box .page_author-list ul {
    width: 44.53125vw;
    white-space: nowrap;
  }
  .page_list-group.wid-change-box .page_author-list ul li {
    margin-left: 2.34375vw;
  }
  .page_list-group.wid-change-box .page_author-list ul li .pic {
    width: 3.90625vw;
    height: 3.90625vw;
  }
  .page_list-group.wid-change-box .page_author-list ul li .pic em {
    width: 1.25vw;
    height: 1.25vw;
    background-size: 0.46875vw auto;
  }
  .page_list-group.wid-change-box .page_author-list ul li > strong {
    font-size: 0.8888888889rem;
    margin: 0 0 0.15625vw 0.9375vw;
  }
  .page_list-group.wid-change-box .page_author-list ul li > strong span {
    font-size: 0.7777777778rem;
    margin-top: 0.15625vw;
  }
  .page_list-group.wid-change-box .rpt_link {
    top: 1.5625vw;
  }
  .page_list-group.wid-change-box .rpt_link * {
    width: 10.15625vw;
    height: 2.8125vw;
    font-size: 0.7222222222rem;
    line-height: 2.65625vw;
    text-indent: 1.09375vw;
  }
  .page_list-group.wid-change-box .rpt_link *::after {
    background-size: 1.25vw auto;
    right: 0.3125vw;
  }
}
@media all and (max-width: 720px) {
  .page_top-wrap {
    overflow: hidden;
  }
  .page_top-wrap h2 {
    display: none;
  }
  .page_top-wrap.depth_each-select, .page_top-wrap.mob_page-select {
    border-top: 1px solid #f5821f;
    z-index: 2;
    overflow: visible;
  }
  .page_top-wrap.depth_each-select.both::after, .page_top-wrap.depth_each-select.both::before, .page_top-wrap.mob_page-select.both::after, .page_top-wrap.mob_page-select.both::before {
    display: none;
  }
  .page_top-wrap.depth_each-select .mob_dropdown, .page_top-wrap.mob_page-select .mob_dropdown {
    display: block;
    background-color: #f5821f;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 10vw;
    position: relative;
    border-bottom: 1px solid #f5821f;
  }
  .page_top-wrap.depth_each-select .mob_dropdown::after, .page_top-wrap.mob_page-select .mob_dropdown::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5.5555555556vw;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin-top: -0.8333333333vw;
    border: solid #fff;
    border-width: 0 0 0.4166666667vw 0.4166666667vw;
    -webkit-transform: rotate(315deg) translateY(-75%);
            transform: rotate(315deg) translateY(-75%);
  }
  .page_top-wrap.depth_each-select .mob_dropdown.on::after, .page_top-wrap.mob_page-select .mob_dropdown.on::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-right: 0.8333333333vw;
    border-color: #fff;
  }
  .page_top-wrap.depth_each-select .select_all-select, .page_top-wrap.mob_page-select .select_all-select {
    padding: 0;
    border-top-width: 0;
    width: auto;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #292929;
    width: 100%;
    text-align: center;
    display: none;
    border-bottom: 1px solid #565656;
    margin-bottom: 0;
  }
  .page_top-wrap.depth_each-select .select_all-select > label, .page_top-wrap.mob_page-select .select_all-select > label {
    position: initial;
    margin-top: 4.1666666667vw;
    width: 31.9444444444vw;
    text-align: left;
    margin-bottom: 0;
  }
  .page_top-wrap.depth_each-select .select_all-select > button, .page_top-wrap.mob_page-select .select_all-select > button {
    position: initial;
    width: 31.9444444444vw;
    height: 6.9444444444vw;
    line-height: 6.9444444444vw;
    margin-bottom: 4.1666666667vw;
  }
  .page_top-wrap.depth_each-select .select_all-select > button::after, .page_top-wrap.mob_page-select .select_all-select > button::after {
    background-size: 2.5vw auto;
    width: 3.6111111111vw;
  }
  .page_top-wrap.depth_each-select .select_all-select ul, .page_top-wrap.mob_page-select .select_all-select ul {
    border-left-width: 0;
    padding: 0;
    display: block;
    margin: 0 auto 4.1666666667vw;
    width: 31.9444444444vw;
    text-align: left;
  }
  .page_top-wrap.depth_each-select .select_all-select ul li, .page_top-wrap.mob_page-select .select_all-select ul li {
    padding: 0;
    width: auto;
    margin-top: 2.2222222222vw;
  }
  .page_top-wrap .left_img-align {
    display: none;
  }
  .page_search-inp {
    padding: 5vw 5.5555555556vw;
    border-top-width: 0;
  }
  .page_search-inp .search_guide {
    margin: 0;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15.2777777778vw 11.1111111111vw 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page_search-inp .search_guide > p {
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    line-height: 8.3333333333vw;
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .page_search-inp .search_guide > button {
    width: 13.8888888889vw;
    height: 19.4444444444vw;
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 0;
  }
  .page_search-inp .search_guide > label {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-right: 15.2777777778vw;
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page_search-inp .search_guide > label input {
    height: 8.3333333333vw;
    padding: 0 5.5555555556vw 0 0.1388888889vw;
    border-bottom-width: 0.2777777778vw;
  }
  .page_search-inp .search_guide > label button {
    right: 18.0555555556vw;
    background-size: 3.3333333333vw auto;
  }
  .page_search-inp .search_guide .comm_select {
    margin: 0 0 0 1.3888888889vw;
    height: 8.3333333333vw;
  }
  .page_search-inp .search_guide.align {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page_search-inp .search_guide .align_guide {
    width: 100%;
    margin-bottom: 2.7777777778vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page_search-inp .search_guide .align_guide > button {
    width: 13.8888888889vw;
    height: 9.7222222222vw;
    margin-left: 0;
  }
  .page_search-inp .search_guide .align_guide > label {
    height: 9.7222222222vw;
  }
  .page_search-inp .search_guide .align_guide > label input {
    height: 100%;
    padding-right: 8.3333333333vw;
  }
  .page_search-inp .search_guide .align_guide > label button {
    width: 8.3333333333vw;
  }
  .page_search-inp .search_guide .align_guide p {
    width: 18.0555555556vw;
    margin-right: 0;
  }
  .page_search-inp .search_guide .align_guide:first-child .comm_select {
    width: 18.0555555556vw;
    margin-left: 0;
  }
  .page_search-inp .search_guide .align_guide:first-child > label {
    width: calc(100% - 36.1111111111vw);
  }
  .page_search-inp .search_guide .align_guide:last-child {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .page_search-inp .search_guide .align_guide:last-child > button {
    margin-left: 0;
  }
  .page_search-inp .search_guide .align_guide:last-child .comm_select {
    width: calc((100% - 36.1111111111vw) / 2);
    margin-left: 0;
    margin-right: 1.3888888889vw;
  }
  .page_search-inp .search_guide .align_guide .comm_select {
    height: 9.7222222222vw;
  }
  .page_sub-title {
    padding: 5.5555555556vw 0;
    margin: 0 8.3333333333vw;
  }
  .page_sub-title .title_guide {
    width: 100%;
  }
  .page_sub-title .title_bg-side {
    left: auto;
    right: -11.9444444444vw;
  }
  .page_sub-title .top_tit strong {
    font-size: 1.25rem;
    min-height: 11.1111111111vw;
  }
  .page_sub-title .top_tit em {
    margin-top: 2.5vw;
  }
  .page_sub-title .top_tit em a {
    font-size: 1rem;
    border-radius: 5.2777777778vw;
    padding: 0.8333333333vw 2.5vw 1.1111111111vw 2.5vw;
    margin-right: 1.1111111111vw;
    margin-bottom: 0.8333333333vw;
  }
  .page_sub-title .top_tit p {
    font-size: 1rem;
    margin-top: 4.1666666667vw;
  }
  .page_sub-title .rpt_link {
    display: none;
  }
  .page_list-group {
    padding: 0 5.5555555556vw;
    margin: 0 0 5.5555555556vw 0;
  }
  .page_list-group .sup {
    position: static;
    font-size: 1rem;
    margin-top: 4.7222222222vw;
  }
  .page_list-group li {
    padding: 5.5555555556vw 0 5.5555555556vw 36.9444444444vw;
    border-top-width: 0.2777777778vw;
    min-height: 33.0555555556vw;
  }
  .page_list-group li.no_img {min-height:initial;padding:5.5555555556vw 0 5.5555555556vw 0;}
  .page_list-group li.no_img .rpt_tit strong{min-height:initial}
  .page_list-group .rpt_img {
    width: 33.3333333333vw;
    height: 21.9444444444vw;
    top: 5.5555555556vw;
    border-radius: 0.8333333333vw;
  }
  .page_list-group .rpt_img em {
    width: 7.5vw;
    height: 7.5vw;
  }
  .page_list-group .rpt_img.logo_img {
    background-size: 13.8888888889vw auto;
  }
  .page_list-group .rpt_img img {
    border-radius: 0.8333333333vw;
  }
  .page_list-group .rpt_tit b {
    background-size: 3.6111111111vw auto;
    margin: 0;
    padding-left: 4.1666666667vw;
    line-height: 1;
    height: auto;
    margin-bottom: 1.1111111111vw;
  }
  .page_list-group .rpt_tit b.frm {
    padding-left: 4.1666666667vw;
  }
  .page_list-group .rpt_tit strong {
    font-size: 1.1666666667rem;
    min-height: 13.8888888889vw;
  }
  .page_list-group .rpt_tit strong:hover {
    text-underline-position: auto;
  }
  .page_list-group .rpt_link {
    display: none;
  }
  .page_list-group .rpt_other {
    left: 35.8333333333vw;
    margin-right: 0;
  }
  .page_list-group .rpt_other p span::before {
    padding: 0 0.2777777778vw;
  }
  .page_list-group .rpt_other em a {
    margin-right: 1.3888888889vw;
  }
  .page_author-list {
    background-color: #f7f7f8;
    padding: 4.1666666667vw 0;
    width: auto;
    margin: 0;
  }
  .page_author-list strong {
    font-size: 1rem;
    color: #666;
    margin: 0 0 2.2222222222vw 0;
  }
  .page_author-list > ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page_author-list > ul li {
    margin: 1.6666666667vw 3.3333333333vw;
  }
  .page_author-list > ul li .pic {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 1px;
    margin-right: 0.8333333333vw;
  }
  .page_author-list > ul li .pic::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #d6d6d6 url(../img/ico_profile.png) center no-repeat;
    border-radius: 50%;
    background-size: 1.6666666667vw auto;
  }
  .page_author-list > ul li .pic span {
    display: none;
  }
  .page_author-list > ul li .pic em {
    width: 100%;
    height: 100%;
    background-size: 1.6666666667vw auto;
  }
  .page_author-list > ul li > strong {
    display: inline-block;
    vertical-align: top;
    font-size: 1.1666666667rem;
    margin-bottom: 0;
    line-height: 1;
  }
  .page_author-list > ul li > strong span {
    display: none;
  }
  .utb_guide-box {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .utb_guide-box .utb_title {
    margin-bottom: 2.7777777778vw;
  }
  .utb_guide-box .utb_title strong {
    font-size: 1rem;
    background-size: 4.1666666667vw auto;
    padding-left: 6.1111111111vw;
    background-position: 0 center;
  }
  .utb_guide-box .utb_title a {
    font-size: 1rem;
  }
  .utb_guide-box .utb_title a span {
    background-size: 19.4444444444vw;
    width: 20.8333333333vw;
  }
  .utb_guide-box .utb_title a::after {
    background-size: 2.7777777778vw auto;
    width: 3.8888888889vw;
  }
  .utb_guide-box .utb_summary {
    height: 41.6666666667vw;
    margin-top: 6.9444444444vw;
    padding-right: 2.7777777778vw;
    font-size: 1rem;
  }
  .rpt_view-comm .utb_guide-box .utb_summary.mv_box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.125vw;
  }
  .view_top-guide {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-bottom: 0;
    padding-top: 0;
  }
  .view_top-guide .tit_top {
    padding: 5.5555555556vw 0 5.5555555556vw 20.8333333333vw;
  }
  .view_top-guide .tit_top b {
    font-size: 1rem;
    margin-bottom: 2.2222222222vw;
  }
  .view_top-guide .tit_top strong {
    font-size: 1.25rem;
    margin-bottom: 2.2222222222vw;
  }
  .view_top-guide .tit_top em a {
    font-size: 0.8333333333rem;
    line-height: 4.7222222222vw;
    padding: 0 1.9444444444vw;
    border-radius: 2.7777777778vw;
    margin: 0 1.3888888889vw;
    margin-bottom: 0.8333333333vw;
  }
  .view_top-guide .tit_top p {
    bottom: 1.25rem;
  }
  .view_top-guide .tit_top p span {
    font-size: 1rem;
  }
  .view_top-guide .img_top {
    margin-top: 0;
    width: 20.8333333333vw;
  }
  .view_top-guide .img_top span {
    width: 10.5555555556vw;
  }
  .view_top-guide .img_top p {
    font-size: 0.5833333333rem;
    margin-top: 1.3888888889vw;
    text-align: center;
  }
  .view_top-guide .btn_btm {
    background-color: #fff;
    display: block;
    margin: 0 -5.5555555556vw;
  }
  .view_top-guide .rpt_link {
    padding: 1.3888888889vw 0 0 0;
    margin: 0 5.5555555556vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .view_top-guide .rpt_link button {
    width: 48%;
    background-color: #fff;
    margin: 1%;
  }
  .view_top-guide .rpt_link button:first-child {
    margin: 1%;
  }
  .view_top-guide .rpt_link button.i02, .view_top-guide .rpt_link button.i12 {
    width: 8.6111111111vw;
  }
  .view_top-guide .sns_btn-box {
    padding: 0 1% 0 0;
    margin: 1.3888888889vw 5.5555555556vw 1.3888888889vw 0;
  }
  .view-minus-rpt .view_top-guide {
    padding: 5.5555555556vw 0;
  }
  .view-minus-rpt .view_top-guide .tit_top p {
    position: static;
    margin-top: 1.3888888889vw;
  }
  .page_btn_btm {
    display: block;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .page_btn_btm .rpt_link {
    padding: 1.6666666667vw 0 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_btn_btm .rpt_link * {
    width: 40%;
    margin-left: 2%;
  }
  .page_btn_btm .rpt_link *:first-child {
    margin-left: 0;
  }
  .page_btn_btm .rpt_link button.i02,
  .page_btn_btm .rpt_link button.i12 {
    width: 12%;
  }
  .page_btn_btm .rpt_link button.i02::after,
  .page_btn_btm .rpt_link button.i12::after {
    right: 2.7777777778vw;
  }
  .page_btn_btm .sns_btn-box {
    padding: 1.6666666667vw 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rpt_view-comm .post-box .mv_box {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 8.3333333333vw;
    margin-bottom: 8.3333333333vw;
  }
  .rpt_view-comm .post-box .mv_box .mv > button::after {
    background-size: 18.8888888889vw auto;
  }
  .rpt_view-comm .post-box .mv_box dl dt {
    padding: 2.7777777778vw 0;
    margin-bottom: 3.3333333333vw;
  }
  .rpt_view-comm .post-box .mv_box dl dd {
    height: 27.7777777778vw;
  }
  .rpt_view-comm .post-box .desc.sumy02 {
    margin-bottom: 11.1111111111vw;
  }
  .rpt_view-comm .post-box .mv_utb {
    padding-top: 8.3333333333vw;
  }
  .rpt_view-comm .post-box .mv_utb::after {
    padding: 0 5.5555555556vw;
    left: -5.5555555556vw;
    height: 58.3333333333vw;
  }
  .more_detail-link {
    width: auto;
    margin: 9.7222222222vw;
    padding-bottom: 1.9444444444vw;
    border-bottom-width: 0.4166666667vw;
  }
  .more_detail-link p {
    margin-left: 0;
  }
  .more_detail-link .rpt_link {
    margin-right: 0;
  }
  .more_detail-link .rpt_link button {
    width: 36.1111111111vw;
  }
  .relation_data-box .data_guide {
    padding: 8.3333333333vw 0;
  }
  .relation_data-box .data_guide > strong {
    font-size: 1.3333333333rem;
    margin-bottom: 4.1666666667vw;
  }
  .relation_data-box .data_guide > ul {
    position: static;
    margin-right: 6.9444444444vw;
    margin-bottom: 2.2222222222vw;
  }
  .relation_data-box .data_guide > ul li {
    font-size: 1rem;
    background-size: 3.0555555556vw auto;
    padding-left: 4.1666666667vw;
    /* &:first-child{margin-right:vwCalc_m(24)} */
  }
  .relation_data-box .data_guide .data_load {
    margin: 0 5.5555555556vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
  }
  .relation_data-box .data_guide .data_load a {
    width: 49%;
    border-radius: 1.1111111111vw;
    margin: 0 0 2% 0;
    padding: 2.2222222222vw;
  }
  .relation_data-box .data_guide .data_load a em {
    font-size: 1.0833333333rem;
    background-size: 3.6111111111vw auto;
    line-height: 1;
  }
  .relation_data-box .data_guide .data_load a p {
    height: 15.8333333333vw;
    margin: 2.7777777778vw 0 4.1666666667vw 0;
  }
  .relation_data-box .data_guide .data_load a span {
    font-size: 1rem;
    margin-top: 1.1111111111vw;
  }
  .relation_data-box .data_guide .data_load a:nth-child(2n) {
    margin-left: 2%;
  }
  .relation_data-box .data_guide .data_load .txt_guard {
    padding: 2.5vw 0;
  }
  .relation_data-box .more {
    width: 30.5555555556vw;
    height: 8.0555555556vw;
    font-size: 1rem;
    line-height: 7.5vw;
  }
  .relation_data-box .more:after {
    background-size: 2.2222222222vw auto;
    width: 5.2777777778vw;
  }
  .move_research-team .pop_top h4 {
    font-size: 1.25rem;
    padding-left: 5.8333333333vw;
  }
  .move_research-team .pop_top h4::before {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    background-size: 1.6666666667vw auto;
    top: 0.5555555556vw;
  }
  .move_research-team .team_info-box {
    display: block;
  }
  .move_research-team .team_info-box .info_plp {
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.3888888889vw 0 4.1666666667vw 0;
    position: relative;
  }
  .move_research-team .team_info-box .info_plp .img {
    border-bottom-width: 0;
    padding-bottom: 0;
    position: relative;
    padding-left: 22.2222222222vw;
    height: 13.8888888889vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .move_research-team .team_info-box .info_plp .img > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 18.0555555556vw;
    height: 18.0555555556vw;
  }
  .move_research-team .team_info-box .info_plp .img strong {
    font-size: 1rem;
    text-align: left;
  }
  .move_research-team .team_info-box .info_plp .img em {
    font-size: 0.8333333333rem;
    margin-top: 1.1111111111vw;
    display: block;
    text-align: left;
  }
  .move_research-team .team_info-box .info_plp ul {
    margin: 0 0 0 22.2222222222vw;
  }
  .move_research-team .team_info-box .info_plp ul li {
    font-size: 0.8333333333rem;
    line-height: 1;
  }
  .move_research-team .team_info-box .info_plp .button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.7777777778vw;
  }
  .move_research-team .team_info-box .info_plp .button-box a + * {
    margin-top: 0;
    margin-left: 1.3888888889vw;
  }
  .move_research-team .team_info-box .info_plp .button-box button, .move_research-team .team_info-box .info_plp .button-box a {
    padding: 0 2.7777777778vw;
    height: 6.9444444444vw;
    line-height: 6.9444444444vw;
  }
  .move_research-team .team_info-box .info_plp .button-box button.email::after, .move_research-team .team_info-box .info_plp .button-box a.email::after {
    width: 4.1666666667vw;
    right: 2.7777777778vw;
  }
  .move_research-team .team_info-box .info_plp .button-box button.copy::after, .move_research-team .team_info-box .info_plp .button-box a.copy::after {
    width: 3.3333333333vw;
    right: 3.4722222222vw;
  }
  .move_research-team .team_info-box .tab_list {
    width: auto;
  }
  .move_research-team .team_info-box .tab_select ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .move_research-team .team_info-box .tab_select ul li button {
    width: 26.1111111111vw;
    border-bottom-width: 0.8333333333vw;
    font-size: 1rem;
    height: 8.3333333333vw;
  }
  .move_research-team .team_info-box .tab_select .print {
    display: none;
  }
  .move_research-team .tab_page {
    height: calc(100vh - 58.3333333333vw);
  }
  .move_research-team .tab_page.tp01 > ul > li {
    padding: 3.3333333333vw 0;
  }
  .move_research-team .tab_page.tp01 > ul > li ul li {
    padding-left: 1.9444444444vw;
    text-indent: -1.9444444444vw;
  }
  .move_research-team .tab_page.tp01 > ul > li ul li::before {
    content: "";
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin: 2.2222222222vw 1.1111111111vw 0 0;
  }
  .move_research-team .tab_page.tp02 .file_bubble {
    top: 52px;
  }
  .move_research-team .tab_page.tp02 > ul > li {
    padding-right: 11.1111111111vw;
  }
  .move_research-team .tab_page.tp02 > ul > li > button {
    width: 4.1666666667vw;
    height: 5.2777777778vw;
    background-size: 100% auto;
    bottom: auto;
    top: 11.9444444444vw;
    right: 1.6666666667vw;
  }
  .move_research-team .tab_page.tp02 > ul > li > em {
    background-size: 3.3333333333vw auto;
    padding-left: 5.2777777778vw;
    margin-bottom: 1.1111111111vw;
  }
  .move_research-team .tab_page.tp02 > ul > li p {
    position: static;
    padding-right: 0;
  }
  .move_research-team .tab_page.tp02 > ul > li p span {
    top: auto;
    bottom: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: block;
    width: auto;
    line-height: 1.2em;
    position: static;
    text-align: left;
    margin-top: 6px;
  }
  .move_research-team .tab_page.tp02 > ul > li p span b {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
  }
  .move_research-team .tab_page.tp02 > ul > li .rpt_link {
    top: auto;
    bottom: 56px;
  }
  .move_research-team .tab_page.tp02 > ul > li .rpt_link * {
    height: 6.6666666667vw;
    line-height: 0;
  }
  .economy_page-move {
    position: relative;
    overflow: hidden;
  }
  .economy_page-move .page_top-wrap.rpt_banner-7 {
    position: static;
  }
  .economy_page-move .page_top-wrap.rpt_banner-7 h2 {
    display: block;
    font-size: 2rem;
    height: auto;
    padding-top: 6.3888888889vw;
  }
  .economy_page-move .page_top-wrap.rpt_banner-7 h2 p {
    font-size: 1.0833333333rem;
  }
  .economy_page-move .page_economy {
    overflow: visible;
    margin-bottom: 16.6666666667vw;
  }
  .economy_page-move .page_list-select .select_guide {
    padding: 2.2222222222vw 0;
    position: relative;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .economy_page-move .page_list-select .select_guide .rpt_link {
    position: absolute;
    right: 0;
    bottom: -3.3333333333rem;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .economy_page-move .page_list-select .select_guide .rpt_link button {
    width: 48%;
  }
  .economy_page-move .page_list-select .select_guide .rpt_link button:first-child {
    margin-right: 4%;
  }
  .economy_page-move .page_right-move {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5.5555555556vw;
    top: 29.4444444444vw;
  }
  .economy_utb-box {
    margin-top: 0;
    margin-bottom: 11.1111111111vw;
  }
  .economy_conts-template {
    margin-bottom: 13.8888888889vw;
  }
  .economy_conts-template .editor-template img {
    max-width: 94%;
  }
  .economy_tab-conts {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 16.6666666667vw;
  }
  .economy_tab-conts .mu {
    border-bottom-width: 2px;
  }
  .economy_tab-conts .mu li button {
    padding: 3.8888888889vw 0;
  }
  .economy_tab-conts .mu li button.on {
    padding: 4.1666666667vw 0;
  }
  .economy_tab-conts .mu li button span {
    font-size: 1rem;
    line-height: 4.1666666667vw;
  }
  .economy_tab-conts .mu li button span::after {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    line-height: 3.6111111111vw;
    font-size: 3.3333333333vw;
  }
  .economy_tab-conts .mu li button::after, .economy_tab-conts .mu li button::before {
    bottom: 2.7777777778vw;
    height: 6.3888888889vw;
  }
  .economy_tab-conts .mu li:last-child button::after {
    bottom: 2.7777777778vw;
    height: 6.3888888889vw;
  }
  .economy_tab-conts .tab_box {
    padding: 5.5555555556vw 2.7777777778vw;
  }
  .economy_tab-conts .tab_box .table_guide button {
    display: block;
    cursor: pointer;
    position: relative;
  }
  .economy_tab-conts .tab_box .table_guide button img {
    display: block;
    width: 100%;
  }
  .economy_tab-conts .tab_box .table_guide button:hover::before, .economy_tab-conts .tab_box .table_guide button:hover::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .economy_tab-conts .tab_box .table_guide button:hover::before {
    background-color: #000;
    opacity: 0.4;
  }
  .economy_tab-conts .tab_box .table_guide button:hover::after {
    background: url(../img/ico_mfglass.png) center no-repeat;
    background-size: 7.8125vw auto;
  }
  .relation_data-box.economy_data-box {
    width: 100%;
    overflow: hidden;
  }
  .relation_data-box.economy_data-box .data_guide button.prev, .relation_data-box.economy_data-box .data_guide button.next {
    position: absolute;
    top: 6.9444444444vw;
    height: 8.3333333333vw;
    width: 8.3333333333vw;
    background-repeat: no-repeat;
    background-position: center;
    width: 8.3333333333vw;
    display: block;
    background-size: 2.5vw auto;
    text-indent: -99999em;
  }
  .relation_data-box.economy_data-box .data_guide button.prev.on, .relation_data-box.economy_data-box .data_guide button.next.on {
    display: block;
  }
  .relation_data-box.economy_data-box .data_guide button.prev {
    background-image: url(../img/arrw_prev.png);
    right: 11.1111111111vw;
  }
  .relation_data-box.economy_data-box .data_guide button.next {
    background-image: url(../img/arrw_nxt.png);
    right: 2.7777777778vw;
  }
  .relation_data-box.economy_data-box .data_guide .page {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 4.1666666667vw;
  }
  .relation_data-box.economy_data-box .data_guide .page button {
    display: inline-block;
    vertical-align: top;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border-radius: 1.3888888889vw;
    background-color: #999;
    text-indent: -99999em;
    margin: 0 0.8333333333vw;
  }
  .relation_data-box.economy_data-box .data_guide .page button.on {
    background-color: #333;
    width: 8.3333333333vw;
  }
  .relation_data-box.economy_data-box .data_guide .data_scroll {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .relation_data-box.economy_data-box .data_guide .data_scroll::-webkit-scrollbar {
    display: none;
  }
  .relation_data-box.economy_data-box .data_guide .data_load {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .relation_data-box.economy_data-box .data_guide .data_load a {
    width: 50vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin: 0 1.3888888889vw;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .relation_data-box.economy_data-box .data_guide .data_load a p {
    height: 13.8888888889vw;
  }
  .relation_data-box.economy_data-box .data_guide .data_load.two {
    width: 105.5555555556vw;
    padding: 0 26.3888888889vw;
  }
  .relation_data-box.economy_data-box .data_guide .data_load.three {
    width: 158.3333333333vw;
    padding: 0 26.3888888889vw;
  }
  .page_file-list {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .page_file-list > strong {
    font-size: 1.5rem;
    margin-bottom: 5.5555555556vw;
  }
  .page_file-list ul li {
    margin-top: 1.3888888889vw;
  }
  .page_file-list ul li * {
    font-size: 1.1666666667rem;
  }
  .page_file-list ul li p {
    padding: 2.7777777778vw 22.2222222222vw 2.7777777778vw 9.7222222222vw;
    line-height: 1.2;
  }
  .page_file-list ul li a span {
    font-size: 0.9166666667rem;
    line-height: 1;
    margin-right: 3.3333333333vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
  .page_file-list ul li a span::after {
    padding-left: 0.8333333333vw;
  }
  .page_file-list ul li > p {
    background-position: 2.2222222222vw center;
    background-size: 5.5555555556vw auto;
  }
  .page_file-list ul li button {
    right: 1.6666666667vw;
    width: 19.4444444444vw;
    height: 6.9444444444vw;
    line-height: 1;
    font-size: 0.8333333333rem;
    text-indent: 0;
    text-align: center;
  }
  .page_file-list ul li button::after {
    display: none;
  }
  .page_list-group.economy_list-profile li {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .page_list-group.economy_list-profile h3 {
    font-size: 1.5rem;
    margin: 6.9444444444vw 0 3.6111111111vw 0;
  }
  .page_list-group.economy_list-profile .rpt_img {
    top: 5vw;
  }
  .page_list-group.economy_list-profile .rpt_tit strong {
    font-size: 1.1666666667rem;
    min-height: 4.1666666667vw;
    margin-bottom: 1.9444444444vw;
  }
  .page_list-group.economy_list-profile .rpt_tit p {
    font-size: 1rem;
    margin-right: 0;
    height: auto;
    margin-bottom: 2.7777777778vw;
    min-height: 4.1666666667vw;
  }
  .page_list-group.economy_list-profile .page_author-list {
    margin-left: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
  .page_list-group.economy_list-profile .page_author-list > ul {
    width: 100%;
    margin-bottom: 3.8888888889vw;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li {
    width: auto;
    display: block;
    margin-left: 1.3888888889vw;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li:first-child {
    margin-left: 0;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li .pic {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    margin-top: 0;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li .pic em {
    width: 100%;
    height: 100%;
    background-size: 1.6666666667vw auto;
  }
  .page_list-group.economy_list-profile .page_author-list > ul li > strong {
    margin-left: 0vw;
    font-size: 0.9166666667rem;
    margin-bottom: 0;
    margin-top: 0.5555555556vw;
  }
  .page_list-group.economy_list-profile .rpt_link {
    display: block;
    position: static;
    margin-left: -36.9444444444vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page_list-group.economy_list-profile .rpt_link button {
    margin-top: 0;
    width: 32%;
    text-indent: 0;
    text-align: center;
    margin-left: 2%;
  }
  .page_list-group.economy_list-profile .rpt_link button:first-child {
    margin-left: 0;
  }
  .page_list-group.economy_list-profile .rpt_link button::after {
    display: none;
  }
  .page_view .post-top .tit-info .date {
    width: 100%;
  }
  .page_view .post-box .sup {
    padding: 4.1666666667vw 0;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .page_view .post-box .bundlebox {
    margin-top: 11.1111111111vw;
    margin-bottom: 11.1111111111vw;
  }
  .page_view .post-box .bundlebox:first-child {
    padding-top: 9.7222222222vw;
  }
  .page_view .post-box .bundlebox.top_css-no {
    margin-top: 5.5555555556vw;
    padding-top: 0;
  }
  .page_view .post-box .bundlebox.mv_utb {
    margin-bottom: 8.3333333333vw;
  }
  .page_view .post-box .bundlebox.mt60 {
    margin-top: 8.3333333333vw;
  }
  .page_view .post-box .bundlebox.bundlebox.txt_point {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 5.5555555556vw;
  }
  .page_view .post-box .bundlebox.back_bg-guide {
    padding-top: 0;
  }
  .page_view .post-box .bundlebox.back_bg-guide::after {
    display: none;
  }
  .page_view .post-box .bundlebox.back_bg-guide .nf_utb_wrap {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page_view .post-box .list_style-hyphen > li {
    padding-left: 2.7777777778vw;
    font-size: 1rem;
  }
  .page_view .post-box .desc > dl > dt {
    font-size: 1.25rem;
    padding: 3.3333333333vw 4.1666666667vw;
    border-top-width: 0.4166666667vw;
  }
  .page_view .post-box .desc > dl > dd {
    padding: 5.5555555556vw 4.7222222222vw;
  }
  .page_view .post-box .post-tit .tit {
    font-size: 1.25rem;
  }
  .page_view .post-box .post-tit .tit_s {
    margin-top: 1.3888888889vw;
    line-height: 1.2em;
    font-size: 1rem;
  }
  .page_view .post-box .post-tit .rpt_link * {
    text-indent: 1.3888888889vw;
  }
  .page_view .post-box .post-tit .rpt_link *::after {
    right: 1.3888888889vw;
  }
  .page_view .post-box .page_list-group {
    padding: 0;
  }
  .page_view .post-box .page_list-group li a {
    padding-left: 4.4444444444vw;
    background-size: 3.3333333333vw auto;
    background-position: left 7.7777777778vw;
  }
  .page_view .post-box .page_list-group li a.assign {
    background-position: left 3.3333333333vw;
  }
  .page_view .post-box .page_list-group li a.assign .rpt_tit strong {
    width: 100%;
    margin: 0;
  }
  .page_view .post-box .page_list-group li a.assign .detail {
    display: none;
  }
  .page_view .post-box .page_list-group li a .rpt_tit {
    width: 100%;
  }
  .page_view .post-box .page_list-group li a .rpt_tit b {
    height: auto;
    margin-bottom: 0;
    line-height: 1.2em;
    font-size: 1rem;
  }
  .page_view .post-box .page_list-group li a .rpt_tit strong {
    margin: 1.1111111111vw 0 1.3888888889vw;
    font-size: 1.0833333333rem;
  }
  .page_view .post-box .page_list-group li a .rpt_other p span {
    font-size: 1rem;
  }
  .page_view .post-box .page_list-group .post-tit .rpt_link {
    display: block;
  }
  .view_top-guide .tit_top .fz30 {
    font-size: 1.3333333333rem;
  }
  .popup_left-slide.review_list .pop_top h4 {
    margin-bottom: 0;
  }
  .popup_left-slide.review_list .pop_select-guide {
    padding: 3.0555555556vw;
  }
  .popup_left-slide.review_list .pop_select-guide p {
    font-size: 1rem;
  }
  .popup_left-slide.review_list .pop_list-group {
    height: calc(100% - 7vh);
  }
  .popup_left-slide.review_list .pop_list-group li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: 3.3333333333vw auto;
    padding: 2.7777777778vw 2.7777777778vw 2.7777777778vw 6.1111111111vw;
  }
  .popup_left-slide.review_list .pop_list-group li a strong {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 11.1111111111vw;
  }
  .popup_left-slide.review_list .pop_list-group li a p {
    width: 100%;
  }
  .popup_left-slide.review_list .comm_pagination {
    margin-top: 6.9444444444vw;
  }
  .popup_left-slide.review_list .comm_pagination span a {
    width: 5.5555555556vw;
  }
  .month_contents .page_contents {
    position: relative;
  }
  .month_contents .mo {
    display: block;
  }
  .month_contents .page_view .post-box .page_list-group {
    margin-bottom: 0;
  }
  .page_top-wrap.rpt_banner-1 {
    height: 27.7777777778vw;
  }
  .page_top-wrap.both.rpt_banner-2 {
    height: 27.7777777778vw;
  }
  .page_top-wrap.both.rpt_banner-2::before {
    width: 25%;
    background-position: right top;
  }
  .page_top-wrap.both.rpt_banner-2::after {
    width: 25%;
    background-position: left top;
  }
  .page_top-wrap.both.rpt_banner-3 {
    height: 27.7777777778vw;
  }
  .page_top-wrap.both.rpt_banner-3::before {
    width: 25%;
    background-position: right top;
  }
  .page_top-wrap.both.rpt_banner-3::after {
    width: 25%;
    background-position: left top;
  }
  .page_top-wrap.both.rpt_banner-4 {
    height: 27.7777777778vw;
  }
  .page_top-wrap.both.rpt_banner-4::before {
    width: 25%;
    background-position: right top;
  }
  .page_top-wrap.both.rpt_banner-4::after {
    width: 25%;
    background-position: left top;
  }
  .page_top-wrap.both.rpt_banner-5 {
    height: 27.7777777778vw;
  }
  .page_top-wrap.both.rpt_banner-5::before {
    width: 25%;
    background-position: right top;
  }
  .page_top-wrap.both.rpt_banner-5::after {
    width: 25%;
    background-position: left top;
  }
  .page_top-wrap.rpt_banner-6 {
    display: none;
  }
  .page_top-wrap.both.rpt_banner-8 {
    height: 27.7777777778vw;
  }
  .page_top-wrap[class*=rpt_banner] {
    position: absolute;
    top: 13.6111111111vw;
    bottom: auto;
    left: 0;
    right: auto;
    z-index: 1;
    width: 100%;
    height: 27.0833333333vw;
    background-size: cover;
  }
  .page_top-wrap[class*=rpt_banner] h2 {
    display: none;
  }
  .month_view-select {
    position: relative;
    z-index: 2;
    height: 13.8888888889vw;
    margin-bottom: 5.2777777778vw;
    background-size: cover;
    background-position: 30% top;
  }
  .month_view-select .select-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5.5555555556vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .month_view-select .select-wrap.center-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .month_view-select .comm_select {
    width: 22.2222222222vw;
    margin-right: 0;
    padding-top: 2.0833333333vw;
  }
  .month_view-select .comm_select select {
    padding: 0 6.9444444444vw 0.8333333333vw 2.7777777778vw;
    font-size: 1.5rem;
  }
  .month_view-select .select-month {
    width: calc(100% - 25vw);
  }
  .month_view-select .select-month ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.3888888889vw;
  }
  .month_view-select .select-month ul li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .month_view-select .select-month ul li button {
    padding: 0 2.7777777778vw;
    font-size: 1rem;
  }
  .month_view-select .select-month ul li.on button {
    font-size: 1.25rem;
  }
  .month_view-select .select-month ul li.on button::after {
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .month_view-select .select-month ul.quarter {
    overflow: visible;
  }
  .month_view-select .select-month ul.quarter li button {
    font-size: 1rem;
  }
  .month_view-select .select-month.ver2 ul li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
  }
  .month_view-select .select-month.ver2 ul li button .num {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    margin-top: 0.6944444444vw;
  }
  #tableauPlaceholder {
    display: none;
  }
  .month_view-conts {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .month_view-conts .m_v-subject {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    padding: 0 5.5555555556vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .month_view-conts .m_v-subject .img {
    width: 30.8333333333vw;
  }
  .month_view-conts .m_v-subject .rpt_link {
    display: none;
  }
  .month_view-conts .m_v-subject.fix {
    position: relative;
    margin-left: 0;
    top: 0;
    left: 0;
  }
  .month_view-conts .m_v-post {
    width: 100%;
    margin-top: 38.8888888889vw;
    border-top: 2px solid #f5821f;
    padding-left: 0;
  }
  .month_view-conts .m_v-post .post-top {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 5.5555555556vw;
    z-index: 2;
    width: 52.7777777778vw;
  }
  .month_view-conts .m_v-post .post-top.link_y {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .month_view-conts .m_v-post .post-top.link_y .tit {
    margin-bottom: 0;
  }
  .month_view-conts .m_v-post .post-top.link_y .tit-info .rpt_link.mo {
    margin-top: 12.5vw;
  }
  .month_view-conts .m_v-post .post-top .tit {
    height: auto;
    min-height: 11.8055555556vw;
    padding-top: 0;
    margin-bottom: 3.3333333333vw;
    color: #fff;
    font-size: 1.3333333333rem;
  }
  .month_view-conts .m_v-post .post-top .tit-info {
    width: 100%;
  }
  .month_view-conts .m_v-post .post-top .tit-info .date {
    width: 100%;
    color: #fff;
    font-size: 1rem;
  }
  .month_view-conts .m_v-post .post-top .tit-info .sns_btn-box {
    width: 33.3333333333vw;
    margin-top: 1.3888888889vw;
  }
  .month_view-conts .m_v-post .post-top .tit-info .rpt_link.mo {
    width: 100%;
    margin-top: 6.9444444444vw;
    padding-top: 0;
    border-top: 0;
  }
  .month_view-conts .m_v-post .post-top .tit-info .rpt_link.mo * {
    width: 100%;
    height: 8.3333333333vw;
    background-color: #fff;
  }
  .month_view-conts .m_v-post .post-top .tit-info .rpt_link.mo a {
    line-height: 8.3333333333vw;
    color: #f5821f;
    height: auto;
  }
  .month_view-conts .m_v-post .post-top .tit-info .rpt_link.mo a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.4722222222vw;
    height: 2.7777777778vw;
    background: url("../img/ico_arrw_o.png") no-repeat center/auto 100%;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
  .month_view-conts .m_v-post .post-top .tit-info .rpt_link.mo a.i13::after {
    right: 3.4722222222vw;
    width: 4.4444444444vw;
    height: 100%;
    background-image: url(../img/ico_rpt13.png);
    background-size: 100% auto;
  }
  .month_view-conts .m_v-post .post-top .tit-info .rpt_link.mo a.i14::after {
    right: 3.4722222222vw;
    width: 4.4444444444vw;
    height: 100%;
    background-image: url(../img/ico_rpt14.png);
    background-size: 100% auto;
  }
  .month_view-conts .m_v-post .post-box {
    border-top-width: 0;
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .rpt_banner-4 + .month_view .month_view-conts .m_v-post .post-top {
    width: 45.8333333333vw;
  }
  .select_1depth {
    background-color: #292929;
    border-top-width: 0;
    position: absolute;
    left: 0;
    top: 10vw;
    z-index: 2;
    margin: 0;
    width: 100%;
    display: none;
  }
  .select_1depth ul {
    padding: 2.7777777778vw 0;
    font-size: 3.3333333333vw;
    margin-left: 10%;
    width: auto;
  }
  .select_1depth ul li {
    width: 33.3%;
    padding: 1.3888888889vw 0;
  }
  .select_2depth > button {
    width: 19.4444444444vw;
    height: 6.9444444444vw;
  }
  .select_2depth ul {
    margin-bottom: 5.5555555556vw;
  }
  .select_2depth ul li {
    width: 50%;
    padding: 0.8333333333vw 0;
  }
  .select_2depth ul li .comm_check span {
    line-height: 4.1666666667vw;
  }
  .select_2depth ul li .comm_check span::before {
    top: 0.2777777778vw;
  }
  .view_new-wrap .new_top-title {
    border-top-width: 0;
    padding-bottom: 2.7777777778vw;
  }
  .view_new-wrap .new_top-title .new_star {
    width: 5.2777777778vw;
    height: 7.5vw;
    left: 5.5555555556vw;
  }
  .view_new-wrap .new_top-title .top_bg-wrap {
    padding: 8.3333333333vw 0 2.7777777778vw 0;
  }
  .view_new-wrap .new_top-title .title b {
    font-size: 1rem;
    margin-bottom: 1.6666666667vw;
  }
  .view_new-wrap .new_top-title .title p {
    font-size: 1.6666666667rem;
  }
  .view_new-wrap .new_top-title .title span {
    margin-top: 1.6666666667vw;
  }
  .view_new-wrap .new_top-title .author {
    margin: 1.3888888889vw 0;
  }
  .view_new-wrap .new_top-title .author span {
    width: 7.5vw;
    height: 7.5vw;
  }
  .view_new-wrap .new_top-title .author strong {
    font-size: 1rem;
    margin-top: 0.6944444444vw;
  }
  .view_new-wrap .new_top-title .sns_btn-box {
    padding-top: 3.0555555556vw;
    margin-bottom: 1.3888888889vw;
  }
  .view_new-wrap .new_top-title .rpt_link {
    margin-top: 2.7777777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .view_new-wrap .new_top-title .rpt_link button {
    margin-left: 1.3888888889vw;
    width: 32%;
  }
  .view_new-wrap .new_top-title .rpt_link button.i02, .view_new-wrap .new_top-title .rpt_link button.i12 {
    width: 11%;
  }
  .view_new-wrap .new_top-title .page_author-list {
    background-color: transparent;
    padding: 0;
  }
  .view_new-wrap .new_top-title .page_author-list .pic {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
  }
  .view_new-wrap .new_top-title .page_author-list strong {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-left: 0.8333333333vw;
    font-size: 1rem;
  }
  .nf_utb {
    width: 100%;
    margin-top: 0;
  }
  .nf_utb_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5.5555555556vw 0;
  }
  .nf_utb_wrap .scroll_navi {
    display: none;
  }
  .nf_utb_btn_wrap {
    width: 100%;
    height: auto;
  }
  .nf_utb_btn_wrap .scrol_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.8888888889vw;
    margin: 4.1666666667vw 0 0;
    padding: 0 5.5555555556vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nf_utb_btn_wrap .scrol_inner::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
    -webkit-appearance: none;
  }
  .nf_utb_btn_wrap .btn_item {
    width: 31.9444444444vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .nf_utb .mv {
    margin: 0 5.5555555556vw;
  }
  .nf_utb .mv iframe {
    width: 100%;
    height: 49.8611111111vw;
  }
  .nf_utb .references_box dl {
    margin: 0 5.5555555556vw;
  }
  .nf_utb .references_box dl:first-child {
    margin-top: 7.7777777778vw;
  }
  .nf_utb .references_box dl dt {
    padding: 2.7777777778vw 0;
    margin-bottom: 3.3333333333vw;
  }
  .nf_utb .references_box dl dd {
    height: 27.7777777778vw;
  }
  #bookPurchase {
    width: 310px;
  }
  #bookPurchase .purchase_each li {
    padding: 0 9.7222222222vw;
  }
  #bookPurchase .purchase_each li span {
    width: 27.7777777778vw;
    height: 13.6111111111vw;
  }
  #bookPurchase .purchase_each li a {
    width: 18.0555555556vw;
    height: 6.9444444444vw;
    line-height: 6.6666666667vw;
  }
  .btn-folding::after {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
  .page_list-group.wid-change-box {
    margin-top: 11.1111111111vw;
  }
  .page_list-group.wid-change-box h3 {
    font-size: 1.25rem;
    margin-bottom: 3.3333333333vw;
  }
  .page_list-group.wid-change-box > ul > li {
    padding: 5.5555555556vw 0 5.5555555556vw 36.9444444444vw;
  }
  .page_list-group.wid-change-box .rpt_img {
    width: 33.3333333333vw;
    height: 21.9444444444vw;
    top: 5.5555555556vw;
    border-radius: 0.8333333333vw;
  }
  .page_list-group.wid-change-box .rpt_img img {
    border-radius: 0.8333333333vw;
  }
  .page_list-group.wid-change-box .rpt_tit {
    min-height: 21.9444444444vw;
  }
  .page_list-group.wid-change-box .rpt_tit strong {
    font-size: 1.1666666667rem !important;
  }
  .page_list-group.wid-change-box .rpt_tit p {
    font-size: 1rem;
  }
  .page_list-group.wid-change-box .page_author-list {
    padding: 0;
    margin-top: 2.2222222222vw;
    background-color: transparent;
  }
  .page_list-group.wid-change-box .page_author-list > ul {
    width: 100%;
    margin-bottom: 3.8888888889vw;
  }
  .page_list-group.wid-change-box .page_author-list > ul li {
    width: auto;
    display: block;
    margin-left: 1.3888888889vw;
  }
  .page_list-group.wid-change-box .page_author-list > ul li:first-child {
    margin-left: 0;
  }
  .page_list-group.wid-change-box .page_author-list > ul li .pic {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    margin-top: 0;
  }
  .page_list-group.wid-change-box .page_author-list > ul li .pic em {
    width: 100%;
    height: 100%;
    background-size: 1.6666666667vw auto;
  }
  .page_list-group.wid-change-box .page_author-list > ul li > strong {
    margin-left: 0vw;
    font-size: 1.0833333333rem;
  }
  .page_list-group.wid-change-box .rpt_link {
    display: block;
    position: static;
    margin-left: -36.9444444444vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page_list-group.wid-change-box .rpt_link * {
    margin-top: 0;
    width: 32%;
    text-indent: 0;
    text-align: center;
    margin-left: 2%;
    height: 8.3333333333vw;
    line-height: 6.6666666667vw;
    font-size: 1rem;
  }
  .page_list-group.wid-change-box .rpt_link *:first-child {
    margin-left: 0;
  }
  .page_list-group.wid-change-box .rpt_link *::after {
    display: none;
  }
}