@charset "UTF-8";
.page_view {
  position: relative;
  width: 1340px;
  margin: 84px auto 0;
  padding-bottom: 70px;
}
.page_view h4 {
  margin: 76px 0 40px;
  font-size: 1.75rem;
  font-weight: 700;
}
.page_view .btn_list {
  display: block;
  width: 174px;
  height: 54px;
  line-height: 54px;
  margin: 110px auto 0;
  font-size: 1.3125rem;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 6px;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
.page_view .btn_list:hover {
  background: #0094f2;
}

.p_v-subject {
  padding-bottom: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 218px;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
.p_v-subject.fix {
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -670px;
}
.p_v-subject.btm {
  top: auto;
  bottom: 70px;
}
.p_v-subject .img {
  display: block;
  width: 100%;
}
.p_v-subject .img img {
  width: 100%;
  border-radius: 8px;
}
.p_v-subject .code {
  display: block;
  padding: 16px 0 5px;
  color: #0094f2;
  text-align: center;
  line-height: 1.5em;
  font-size: 1rem;
  font-weight: 500;
}
.p_v-subject .code span {
  display: block;
}
.p_v-subject .search_wrap {
  width: 100%;
}
.p_v-subject .search_wrap .comm_select {
  width: 100%;
  margin: 10px 0 6px;
}
.p_v-subject .search_wrap input {
  width: 152px;
  height: 50px;
  padding: 0 10px;
  background: #e4e4e4;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_v-subject .search_wrap input::-webkit-input-placeholder {
  opacity: 0;
}
.p_v-subject .search_wrap input::-moz-placeholder {
  opacity: 0;
}
.p_v-subject .search_wrap input:-ms-input-placeholder {
  opacity: 0;
}
.p_v-subject .search_wrap input::-ms-input-placeholder {
  opacity: 0;
}
.p_v-subject .search_wrap input::placeholder {
  opacity: 0;
}
.p_v-subject .search_wrap button {
  float: right;
  width: 64px;
  height: 50px;
  color: #fff;
  background: #0094f2;
  border-radius: 6px;
}
.p_v-subject .search_wrap button.btn_look {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.p_v-subject .search_wrap.period > .comm_select:nth-child(1) {
  width: 124px;
}
.p_v-subject .search_wrap.period > .comm_select:nth-child(2) {
  width: 91px;
}
.p_v-subject .search_wrap.period > .comm_select select {
  padding-left: 17px;
}
.p_v-subject .sub_menu {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 21px 21px 29px rgba(58, 109, 162, 0.1);
          box-shadow: 21px 21px 29px rgba(58, 109, 162, 0.1);
}
.p_v-subject .sub_menu li {
  margin: 0 11px;
  padding: 20px 0;
  border-bottom: 1px solid #dde0e2;
}
.p_v-subject .sub_menu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 20px;
  line-height: 1.2em;
  font-size: 1.125rem;
  word-break: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_v-subject .sub_menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/ico_arw_hover.png) no-repeat center;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.p_v-subject .sub_menu li a.longtxt {
  padding-right: 10px;
}
.p_v-subject .sub_menu li a.longtxt::after {
  display: none;
}
.p_v-subject .sub_menu li:last-child {
  border-bottom: none;
}
.p_v-subject .sub_menu li.on a {
  color: #0094f2;
  font-weight: 700;
}
.p_v-subject .sub_menu li.on a::after {
  opacity: 1;
}
.p_v-subject .scb_link * {
  display: block;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d1d1d1;
  width: 100%;
  font-size: 1.125rem;
  color: #121212;
  text-align: center;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p_v-subject .scb_link *:first-child {
  margin-top: 40px;
}
.p_v-subject .scb_link .on, .p_v-subject .scb_link .b,
.p_v-subject .scb_link a:hover {
  border-color: #121212;
  background-color: #121212;
  color: #fff;
}
.p_v-subject .scb_link .b.on,
.p_v-subject .scb_link .b:hover {
  border-color: #0094f2;
  background-color: #0094f2;
}

.page_list-group {
  width: 1080px;
  margin-left: 260px;
  padding: 40px 60px 54px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.page_list-group .select_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 0 50px;
}
.page_list-group .select_year .all {
  width: 172px;
  height: 55px;
  color: #fff;
  background: #0094f2;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 30px;
}
.page_list-group .select_year .year_slide {
  position: relative;
  width: auto;
  max-width: 688px;
}
.page_list-group .select_year .year_slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #e7e7e7;
}
.page_list-group .select_year .year_slide .y {
  position: relative;
  float: left;
  width: 172px;
  height: 55px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  color: #666;
  font-size: 1rem;
  font-weight: 700;
}
.page_list-group .select_year .year_slide .y::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #e7e7e7;
}
.page_list-group .select_year .year_slide .y:hover, .page_list-group .select_year .year_slide .y.on {
  border-width: 2px;
  border-color: #0094f2;
}
.page_list-group .select_year .year_slide .y:hover::before, .page_list-group .select_year .year_slide .y.on::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #0094f2;
}
.page_list-group .select_year .year_slide .y:hover::after, .page_list-group .select_year .year_slide .y.on::after {
  width: 2px;
  background: #0094f2;
}
.page_list-group .select_year .year_slide.slick-slider {
  margin: 0 34px;
}
.page_list-group .select_year .year_slide .slick-list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_list-group .select_year .year_slide .slick-arrow {
  position: absolute;
  top: 50%;
  left: -39px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 24px;
  padding: 5px;
  background: url(../img/ico_arw-prev2.png) no-repeat center;
  border: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 0;
  line-height: 0;
}
.page_list-group .select_year .year_slide .slick-arrow.slick-next {
  left: auto;
  right: -39px;
  background-image: url(../img/ico_arw-next2.png);
}
.page_list-group .select_year.no_js {
  width: 100%;
}
.page_list-group .select_year.no_js .year_slide {
  width: 100%;
  max-width: none;
}
.page_list-group .select_year .mo {
  display: none;
}
.page_list-group .list_tit {
  position: relative;
}
.page_list-group .list_tit strong {
  display: block;
  padding-top: 20px;
  line-height: 1em;
  font-size: 1.875rem;
  font-weight: 500;
}
.page_list-group .list_tit strong.pb {
  padding-bottom: 50px;
}
.page_list-group .list_tit > p {
  padding: 31px 0 50px;
  font-size: 1.125rem;
  line-height: 1.6em;
}
.page_list-group .list_tit > p.point_dot {
  position: relative;
  line-height: 1em;
  padding: 0 0 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  color: #191919;
}
.page_list-group .list_tit > p.point_dot::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #0094f2;
  border-radius: 50%;
}
.page_list-group .list_tit .flx {
  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;
  padding: 22px 0 50px;
}
.page_list-group .list_tit .flx p {
  font-size: 1.125rem;
  line-height: 1.2em;
}
.page_list-group .list_tit .flx a {
  display: block;
  width: 215px;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  border: 1px solid #0094f2;
  font-size: 1.14625rem;
  color: #0094f2;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.page_list-group .list_tit .flx a:hover {
  color: #fff;
  background: #0094f2;
}
.page_list-group .list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 2px solid #000;
}
.page_list-group .list_top p {
  line-height: 40px;
  font-weight: 700;
}
.page_list-group .list_top .comm_select {
  width: 80px;
  height: 40px;
}
.page_list-group .list_top .comm_select select {
  padding-left: 12px;
}
.page_list-group .list_top button {
  width: 80px;
  height: 40px;
  margin-left: 2px;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  background: #0094f2;
}
.page_list-group .list_category .ctg_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 104px;
  margin: 33px 0;
  color: #fff;
  background: #32a2b0;
  border-radius: 10px;
}
.page_list-group .list_category .ctg_txt.mo {
  display: none;
}
.page_list-group .list_category .ctg_txt span {
  width: 254px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 1.25rem;
  border-right: 2px solid #70bec8;
}
.page_list-group .list_category .ctg_txt strong {
  width: calc(100% - 254px);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  text-indent: -30px;
}
.page_list-group .list_category .ctg_btn {
  margin-bottom: 30px;
}
.page_list-group .list_category .ctg_btn button {
  margin: 0 6px 6px 0;
  padding: 15px 20px;
  background: #f6f6f6;
  color: #939393;
  font-size: 1.1875rem;
  font-weight: 500;
  border-radius: 10px;
}
.page_list-group .list_category .ctg_btn button.on {
  color: #fff;
  background: #32a2b0;
}

.list_box .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 130px 24px 0;
  border-bottom: 1px solid #e8e9ed;
}

.list_box.rtpd0 .item {
  padding-right: 0;
}

.list_box .item a {
  display: block;
}

.list_box .item a:hover strong {
  color: #0094f2;
}

.list_box .rpt_tit .d {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #0c0c0c;
}

.list_box .rpt_tit .color {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #0094f2;
  letter-spacing: 0;
}

.list_box .rpt_tit .clsf {
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  padding: 3px 10px;
  margin: 0 4px 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(#00a5f2), to(#0083f2));
  background: linear-gradient(to right, #00a5f2, #0083f2);
}

.list_box .rpt_tit strong {
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.list_box .rpt_tit strong:hover span {
  text-decoration: none;
}

.list_box .rpt_tit strong .new {
  display: inline-block;
  margin: 2px 0 0 22px;
  padding: 0 10px;
  font-size: 0.75rem;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  background: #0094f2;
  border-radius: 20px;
  vertical-align: top;
}

.list_box .rpt_tit strong .pdf {
  display: inline-block;
  width: 22px;
  height: 26px;
  margin-left: 17px;
  background: url(../img/ico_pdf.png) no-repeat center;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.list_box .rpt_tit p,
.list_box .rpt_tit > .date {
  display: block;
  padding-top: 15px;
  letter-spacing: 0;
}

.list_box .rpt_tit p.press {
  color: #835bb4 !important;
}

.list_box .rpt_tit p .date {
  padding-left: 26px;
  font-size: 0.875rem;
  color: #0094f2;
}

.list_box .rpt_tit p .often {
  padding-left: 15px;
}

.list_box .rpt_tit .gray {
  color: #999;
}

.list_box .rpt_tit p em {
  color: #0094f2;
}

.list_box .rpt_tit p .line {
  position: relative;
}
.list_box .rpt_tit p .line::before {
  content: "I";
  display: inline-block;
  padding: 0 5px;
}

.list_box .rpt_tit p.oneday .date {
  padding-left: 0;
}

.list_box .rpt_other {
  padding-top: 15px;
  line-height: 1.2em;
}

.list_box .rpt_other a {
  padding: 0 20px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  background: #f6f6f6;
  color: #545454;
  border-radius: 20px;
}

.list_box .rpt_other a:hover {
  text-decoration: underline;
}

.list_box .rpt_pdf {
  position: absolute;
  right: 2px;
  top: 24px;
}

.list_box .rpt_pdf.top {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_box .rpt_pdf.center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_box .rpt_pdf a,
.list_box .rpt_pdf button {
  display: inline-block;
  width: 28px;
  height: 34px;
  margin-left: 12px;
  background: url(../img/ico_file.png) no-repeat top right/100% auto;
  font-size: 0;
  line-height: 0;
}
.list_box .rpt_pdf a:first-child,
.list_box .rpt_pdf button:first-child {
  margin-left: 0 !important;
}

.list_box .rpt_pdf .pre {
  background-image: url(../img/ico_new5.png);
}

.list_box .rpt_pdf .pdf {
  background-image: url(../img/ico_new1.png);
}
.list_box .rpt_pdf .pdf.down {
  background-image: url(../img/ico_new2.png);
}

.list_box .rpt_pdf .exl {
  background-image: url(../img/ico_new1.png);
}
.list_box .rpt_pdf .exl.down {
  background-image: url(../img/ico_new3.png);
}

.list_box .rpt_pdf .hwp {
  background-image: url(../img/ico_new1.png);
}
.list_box .rpt_pdf .hwp.down {
  background-image: url(../img/ico_new4.png);
}

.list_box .rpt_pdf .down {
  background-image: url(../img/ico_new4.png);
}

.list_box .rpt_link {
  position: absolute;
  right: 2px;
  bottom: 24px;
  z-index: 1;
}

.list_box .rpt_link > div {
  display: inline-block;
  padding-left: 30px;
}

.list_box .rpt_link span {
  margin-right: 5px;
  font-size: 0.875rem;
  color: #878787;
  vertical-align: middle;
}

.list_box .rpt_link a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 1px;
  background: url(../img/ico_card.png) no-repeat center;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

.list_box .rpt_link .press {
  background-image: url(../img/ico_press.png);
}

.list_box .rpt_link .vdo {
  background-image: url(../img/ico_vdo.png);
}

.list_box .item.detail {
  padding-right: 0;
}
.list_box .item.detail .tit {
  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;
}
.list_box .item.detail .tit .rpt_tit {
  width: 750px;
}
.list_box .item.detail .tit .rpt_tit strong em {
  padding-right: 20px;
}
.list_box .item.detail .tit .rpt_tit p.sub {
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 500;
  padding-top: 4px;
  letter-spacing: -0.05em;
}
.list_box .item.detail .tit .rpt_pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  right: 0;
}
.list_box .item.detail .tit .rpt_pdf > div {
  max-width: 200px;
}
.list_box .item.detail .tit .rpt_pdf .pdf {
  margin-bottom: 2px;
}
.list_box .item.detail .btn_detail {
  width: 50px;
  height: 30px;
  margin: 0 10px;
  background: url(../img/ico_arw-down.png) no-repeat center;
  font-size: 0;
  line-height: 0;
}
.list_box .item.detail .detail_box {
  display: none;
  max-height: 450px;
  height: 450px;
  margin-top: 36px;
  padding: 26px 30px;
  background: #f6f6f6;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.list_box .item.detail .detail_box .contact_list, .list_box .item.detail .detail_box p {
  line-height: 1.7em;
  font-size: 1rem;
  color: #6e6e6e;
}
.list_box .item.detail .detail_box .contact_list > li {
  position: relative;
  padding-left: 20px;
}
.list_box .item.detail .detail_box .contact_list > li::before {
  display: block;
  content: "□";
  position: absolute;
  top: 0;
  left: 0;
}
.list_box .item.detail .detail_box .contact_list li {
  margin-left: 17px;
  text-indent: -17px;
}
.list_box .item.detail.open .btn_detail {
  background-image: url(../img/ico_arw-open.png);
}
.list_box .item.detail.vdo > .tit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.list_box .item.detail.vdo > .tit > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_box .item.detail.vdo > .tit > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.list_box .item.detail.vdo > .tit > button:hover {
  color: #4763c4;
}
.list_box .item.detail.vdo > .tit > button img {
  display: block;
  width: 100%;
  height: auto;
}
.list_box .item.detail.vdo > .tit .rpt_img {
  width: 240px;
}
.list_box .item.detail.vdo > .tit .rpt_tit {
  margin-left: 25px;
  width: 460px;
}
.list_box .item.detail.vdo > .tit .rpt_pdf {
  position: absolute;
  top: 33px;
  right: 2px;
}
.list_box .item.detail.vdo > .tit .rpt_other {
  width: 460px;
  line-height: 42px;
  position: absolute;
  bottom: 0;
  left: 265px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_box .item.detail.vdo .detail_wrap {
  display: none;
}
.list_box .item.detail.vdo .detail_wrap .item {
  margin-top: 95px;
  border-top: 1px solid #e8e9ed;
  border-bottom: none;
  position: relative;
}
.list_box .item.detail.vdo .detail_wrap .item .sub_tit {
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  top: -30px;
  left: 0;
}
.list_box .item.detail.vdo .detail_wrap .item .tit {
  display: block;
}
.list_box .item.detail.vdo .detail_wrap .item .tit .rpt_pdf {
  position: absolute;
  top: 33px;
  right: 2px;
}
.list_box .item.detail.vdo .detail_box {
  display: block;
  max-height: none;
  height: 650px;
}
.list_box .item.detail.vdo .detail_box p {
  margin-top: 40px;
}
.list_box .item.detail.vdo .detail_box .utb_frmae {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 496px;
  margin: 0 auto;
}
.list_box .item.detail.vdo .detail_box .utb_frmae iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.list_box.eng .item.detail .detail_box {
  height: auto;
}

.btn_go {
  display: block;
  width: 232px;
  line-height: 57px;
  margin: 0 auto 26px;
  text-align: center;
  background: #121212;
  border-radius: 7px;
  color: #fff;
  font-size: 1.125rem;
}

.page_list-group .btn_wrap {
  text-align: center;
  padding-bottom: 46px;
}
.page_list-group .btn_wrap button {
  width: 234px;
  height: 58px;
  margin: 0 4px;
  font-size: 1.125rem;
  border-radius: 7px;
  border: 1px solid #d1d1d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_list-group .btn_wrap button.b {
  border-color: #121212;
  background: #121212;
  color: #fff;
}

.page_list-group .btn_wrap.r {
  text-align: right;
  padding: 16px 0 10px;
  border-top: 1px solid #e8e9ed;
}
.page_list-group .btn_wrap.r button {
  width: 60px;
  height: 36px;
  margin: 0 0 0 2px;
  font-size: 0.75rem;
}
.page_list-group .btn_wrap.r .btn_link {
  display: inline-block;
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 12px;
  text-align: center;
  color: #fff;
  background: #0094f2;
  border-radius: 7px;
}

.list_box .rpt_pdf .file_bubble {
  display: inline-block;
  margin-left: 12px;
}
.list_box .rpt_pdf .file_bubble:first-child {
  margin-left: 0;
}
.list_box .rpt_pdf .file_bubble .file_b-box ul li a {
  font-size: 0.875rem;
  display: block;
  height: auto;
  line-height: 1.2em;
  width: 100%;
  background: none;
}

.list_box .item.detail .tit .rpt_pdf .file_bubble:first-child {
  margin-left: 0;
}

.p_d-tit .title .tit_btn-wrap .file_bubble {
  margin-top: 6px;
}
.p_d-tit .title .tit_btn-wrap .file_bubble:first-child {
  margin-top: 0;
}
.p_d-tit .title .tit_btn-wrap .file_bubble .file_b-box .top button {
  width: 18px;
  height: 18px;
  border: none;
}

.file_bubble {
  position: relative;
}

.file_b-box {
  display: none;
  opacity: 0;
  z-index: 2;
  width: 200px;
  padding: 12px;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 105%;
  border-radius: 6px;
}
.file_b-box .top {
  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;
}
.file_b-box .top strong {
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
  line-height: 1em;
}
.file_b-box .top button {
  width: 18px;
  height: 18px;
  background: url("../img/btn_popup-close.png") no-repeat center/100% auto;
  display: block;
  text-indent: -99999em;
}
.file_b-box ul {
  margin-top: 12px;
  border-top: 1px dashed #999;
  border-bottom: 0;
}
.file_b-box ul li {
  margin-top: 10px;
  border-top: 0;
  padding: 0;
  min-height: auto;
}
.file_b-box ul li a {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  height: auto;
  line-height: 1.2em;
  border-width: 0;
  padding: 0;
  margin: 0 6px;
  color: #666;
  width: 100%;
}
.file_b-box ul li a:hover {
  text-decoration: underline;
}
.file_b-box ul li a::before {
  display: none;
}

.page_detail {
  width: 1340px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_detail .p_d-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  padding: 24px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #dbdbdb;
}
.page_detail .p_d-tit > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}
.page_detail .p_d-tit > div > img {
  display: block;
  width: 120px;
  height: auto;
}
.page_detail .p_d-tit > div .mo {
  display: none;
}
.page_detail .p_d-tit .sub {
  width: 156px;
}
.page_detail .p_d-tit .sub span {
  display: block;
  text-align: center;
  color: #5a5a5a;
  font-weight: 700;
  padding-top: 92px;
  font-size: 18px;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 16px;
  line-height: 1.1em;
  letter-spacing: -1px;
}
.page_detail .p_d-tit .sub span.ico1 {
  background-image: url(../img/ico_view1.png);
}
.page_detail .p_d-tit .sub span.ico2 {
  background-image: url(../img/ico_view2.png);
}
.page_detail .p_d-tit .sub span.ico3 {
  background-image: url(../img/ico_view3.png);
}
.page_detail .p_d-tit .sub span.ico4 {
  background-image: url(../img/ico_view4.png);
}
.page_detail .p_d-tit .sub span.ico5 {
  background-image: url(../img/ico_view5.png);
}
.page_detail .p_d-tit .sub span.ico6 {
  background-image: url(../img/ico_view6.png);
}
.page_detail .p_d-tit .sub span.ico7 {
  background-image: url(../img/ico_view7.png);
}
.page_detail .p_d-tit .sub span.ico8 {
  background-image: url(../img/ico_view8.png);
}
.page_detail .p_d-tit .sub span.ico9 {
  background-image: url(../img/ico_view9.png);
}
.page_detail .p_d-tit .sub span.ico10 {
  background-image: url(../img/ico_view10.png);
}
.page_detail .p_d-tit .sub span.ico11 {
  background-image: url(../img/ico_view11.png);
}
.page_detail .p_d-tit .sub span.ico12 {
  background-image: url(../img/ico_view12.png);
}
.page_detail .p_d-tit .sub span.ico13 {
  background-image: url(../img/ico_view13.png);
}
.page_detail .p_d-tit .sub span.ico14 {
  background-image: url(../img/ico_view14.png);
}
.page_detail .p_d-tit .sub span.ico15 {
  background-image: url(../img/ico_view15.png);
}
.page_detail .p_d-tit .sub span.ico16 {
  background-image: url(../img/ico_view16.png);
}
.page_detail .p_d-tit .title {
  width: 100%;
  padding-right: 160px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_detail .p_d-tit .title > strong {
  display: block;
  padding-bottom: 20px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2em;
}
.page_detail .p_d-tit .title .tit_btn-wrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.page_detail .p_d-tit .title .tit_btn-wrap button,
.page_detail .p_d-tit .title .tit_btn-wrap a {
  display: block;
  line-height: 32px;
  height: 34px;
  border: 1px solid #666;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px;
  font-size: 0.875rem;
  margin-top: 6px;
  background-color: #fff;
}
.page_detail .p_d-tit .title .tit_btn-wrap button:hover,
.page_detail .p_d-tit .title .tit_btn-wrap a:hover {
  text-decoration: underline;
}
.page_detail .p_d-tit .title .tit_btn-wrap button:first-child,
.page_detail .p_d-tit .title .tit_btn-wrap a:first-child {
  margin-top: 0;
}
.page_detail .p_d-tit .title .tit_btn-wrap button::before,
.page_detail .p_d-tit .title .tit_btn-wrap a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 100%;
  background-image: url(../img/ico_file.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 10px;
}
.page_detail .p_d-tit .title .tit_btn-wrap .pdf::before {
  background-image: url(../img/ico_new1.png);
}
.page_detail .p_d-tit .title .tit_btn-wrap .exl::before {
  background-image: url(../img/ico_new1.png);
}
.page_detail .p_d-tit .title .tit_btn-wrap .hwp::before {
  background-image: url(../img/ico_new1.png);
}
.page_detail .p_d-tit .title .tit_btn-wrap .down.pdf::before {
  background-image: url(../img/ico_new2.png);
}
.page_detail .p_d-tit .title .tit_btn-wrap .down.exl::before {
  background-image: url(../img/ico_new3.png);
}
.page_detail .p_d-tit .title .tit_btn-wrap .down.hwp::before {
  background-image: url(../img/ico_new4.png);
}
.page_detail .p_d-tit .title .tit_btn-wrap .pre::before {
  background-image: url(../img/ico_new5.png);
}
.page_detail .p_d-tit .title .tit_btn-wrap .file_b-box ul li a {
  border-width: 0;
  text-align: left;
  height: auto;
  line-height: 1em;
  padding: 0;
  margin: 0 6px;
}
.page_detail .p_d-tit .title .tit_btn-wrap .file_b-box ul li a::before {
  display: none;
}
.page_detail .p_d-tit .title .color {
  display: block;
  padding-bottom: 12px;
  color: #0094f2;
  font-size: 1rem;
}
.page_detail .p_d-tit .title .author_list {
  padding-bottom: 18px;
  line-height: 1.2em;
}
.page_detail .p_d-tit .title .author_list button {
  line-height: 1.2em;
}
.page_detail .p_d-tit .title .author_list button.on {
  color: #0094f2;
}
.page_detail .p_d-tit .title em {
  display: inline-block;
  vertical-align: top;
}
.page_detail .p_d-tit .title em a {
  padding: 0 20px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  line-height: 42px;
  background: #f6f6f6;
  color: #545454;
  border-radius: 20px;
}
.page_detail .p_d-tit .title em .tit_btn-btm {
  position: absolute;
  right: 0;
  bottom: 0;
}
.page_detail .p_d-tit .title em .tit_btn-btm button, .page_detail .p_d-tit .title em .tit_btn-btm a {
  padding: 10px 15px;
  background-color: #32a2b0;
  color: #fff;
  font-size: 1rem;
}
.page_detail .p_d-tit .author_slide {
  position: relative;
  width: 268px;
}
.page_detail .p_d-tit .author_slide.slick-slider {
  margin-right: 65px;
}
.page_detail .p_d-tit .author_slide .slick-list {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page_detail .p_d-tit .author_slide .slick-arrow {
  position: absolute;
  top: 50%;
  left: -47px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 24px;
  padding: 5px;
  background: url(../img/ico_arw-prev2.png) no-repeat center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 0;
  line-height: 0;
}
.page_detail .p_d-tit .author_slide .slick-arrow.slick-next {
  left: auto;
  right: -47px;
  background-image: url(../img/ico_arw-next2.png);
}
.page_detail .p_d-tit .author_slide .author {
  float: left;
  width: 114px;
  height: 114px;
  margin: 0 10px;
  color: #fff;
  background: #394660;
  border-radius: 50%;
  font-weight: 700;
}
.page_detail .p_d-cont {
  padding: 75px 40px 13px;
}
.page_detail .p_d-cont .cont_tab {
  width: 100%;
  background: #f6f6f6;
  border-radius: 25px;
  font-size: 0;
}
.page_detail .p_d-cont .cont_tab.tab1 li:last-child {
  width: 100%;
}
.page_detail .p_d-cont .cont_tab.tab2 li, .page_detail .p_d-cont .cont_tab.tab2 li:last-child {
  width: 50%;
}
.page_detail .p_d-cont .cont_tab.tab4 li, .page_detail .p_d-cont .cont_tab.tab4 li:last-child {
  width: 25%;
}
.page_detail .p_d-cont .cont_tab.tab5 li, .page_detail .p_d-cont .cont_tab.tab5 li:last-child {
  width: 20%;
}
.page_detail .p_d-cont .cont_tab li {
  display: inline-block;
  width: 33%;
  height: 50px;
}
.page_detail .p_d-cont .cont_tab li a.card {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  color: #9b9b9b;
  font-weight: 500;
  font-size: 1.25rem;
}
.page_detail .p_d-cont .cont_tab li a.card:after {
  display: inline-block;
  content: "";
  margin-left: 10px;
  width: 24px;
  height: 100%;
  background: url(../img/ico_card.png) no-repeat center;
  background-size: 100% auto;
  vertical-align: top;
}
.page_detail .p_d-cont .cont_tab li button {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  color: #9b9b9b;
  font-weight: 500;
  font-size: 1.25rem;
}
.page_detail .p_d-cont .cont_tab li button.on {
  background: #0099fc;
  color: #fff;
}
.page_detail .p_d-cont .cont_tab li:last-child {
  width: 34%;
}
.page_detail .p_d-cont .tab_box {
  display: none;
  padding-top: 55px;
  font-size: 1.125rem;
  line-height: 1.7em;
}
.page_detail .p_d-cont .tab_box.open {
  display: block;
}
.page_detail .p_d-cont .tab_box > strong {
  display: block;
  padding-bottom: 40px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3em;
}
.page_detail .p_d-cont .tab_box p em {
  color: #0094f2;
  font-weight: 700;
}
.page_detail .p_d-cont .tab_box img {
  display: block;
  margin: 25px auto 45px;
}
.page_detail .p_d-cont .tab_box .btn_go {
  margin-bottom: 0;
  -webkit-box-shadow: 2px 8px 10px rgba(144, 144, 144, 0.26);
          box-shadow: 2px 8px 10px rgba(144, 144, 144, 0.26);
}
.page_detail .p_d-cont .tab_box.size_big {
  font-size: 19px;
}
.page_detail .p_d-cont .utb_frmae {
  position: relative;
  background-color: #000;
  width: 70%;
  margin: 0 auto;
}
.page_detail .p_d-cont .utb_frmae img {
  display: block;
  width: 100%;
}
.page_detail .p_d-cont .utb_frmae iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.con_link {
  position: relative;
  margin-top: 64px;
}
.con_link li {
  position: relative;
  padding-left: 120px;
  padding-bottom: 26px;
  padding-top: 30px;
}
.con_link li span {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 1.125rem;
  font-weight: 500;
  display: block;
  line-height: 1em;
}
.con_link li a:hover {
  text-decoration: underline;
}
.con_link li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}
.con_link li:last-child {
  padding-bottom: 0;
}
.con_link li.file a {
  display: block;
  padding-bottom: 12px;
  font-size: 0.875rem;
  color: #ababab;
}
.con_link li.file a:last-child {
  padding-bottom: 0;
}
.con_link li.press span {
  font-size: 24px;
}
.con_link li.press a {
  display: inline-block;
  line-height: 28px;
  padding-right: 40px;
  margin-right: 10px;
  font-size: 16px;
  color: #0094f2;
  background: url(../img/ico_arw_link.png) no-repeat right center;
}

.rpt_slide_wrap.mo {
  display: none;
}
.rpt_slide_wrap .slide_navi {
  position: relative;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.rpt_slide_wrap .slick-arrow {
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 24px;
  padding: 5px;
  background: url(../img/ico_arw-prev2.png) no-repeat center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 0;
  line-height: 0;
}
.rpt_slide_wrap .slick-arrow.slick-next {
  left: auto;
  right: -70px;
  background-image: url(../img/ico_arw-next2.png);
}
.rpt_slide_wrap .slick-dots {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.rpt_slide_wrap .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 4px;
  background: #b9b9b9;
  border-radius: 50%;
  border: none;
}
.rpt_slide_wrap .slick-dots li.slick-active {
  background: #313131;
}
.rpt_slide_wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}
.rpt_slide_wrap .rpt_list {
  width: 1340px;
  margin: 0 auto;
  padding: 22px 50px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rpt_slide_wrap .rpt_list .slick-list {
  position: relative;
  overflow: hidden;
}
.rpt_slide_wrap .rpt_list .list_box {
  position: relative;
  float: left;
  width: 100%;
}
.rpt_slide_wrap .rpt_list .list_box .item strong {
  padding-bottom: 8px;
}
.rpt_slide_wrap .rpt_list .list_box .item .rpt_other {
  padding-top: 0;
}
.rpt_slide_wrap .rpt_list .list_box .item .rpt_other a {
  padding: 0 10px;
  line-height: 30px;
  font-size: 0.875rem;
}
.rpt_slide_wrap .rpt_list .list_box .item .rpt_other div {
  padding-top: 18px;
}
.rpt_slide_wrap .rpt_list .list_box .item .rpt_other div span {
  color: #737373;
  font-size: 0.875rem;
}
.rpt_slide_wrap .rpt_list .list_box .item .rpt_other div span:first-child::after {
  content: "I";
  padding: 0 8px;
}
.rpt_slide_wrap .rpt_list .list_box .item .rpt_other div span:last-child::after {
  display: none;
}
.rpt_slide_wrap .rpt_list .list_box .item .rpt_other div em {
  color: #0094f2;
  font-size: 0.875rem;
}
.rpt_slide_wrap .rpt_list .list_box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
}
.rpt_slide_wrap .rpt_list::after {
  content: "";
  display: block;
  clear: both;
}

.list_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 48px;
}
.list_preview img {
  border-radius: 20px;
  width: 430px;
  display: block;
  height: auto;
}
.list_preview .txt {
  padding-left: 40px;
  width: 448px;
}
.list_preview .txt span {
  line-height: 1.2em;
  color: #0ca5e1;
  font-size: 1.25rem;
  font-weight: 500;
}
.list_preview .txt strong {
  display: block;
  margin: 20px 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2.6em;
}
.list_preview .txt p {
  font-size: 1.25rem;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 4.8em;
}

.page_list-group.rcnt {
  padding: 0;
  background: none;
  border-radius: 0;
  border: none;
  overflow: visible;
}

.rcnt_box {
  margin-top: 30px;
  position: relative;
}
.rcnt_box:first-child {
  margin-top: 0;
}
.rcnt_box::after {
  display: block;
  content: "";
  clear: both;
}
.rcnt_box.bgcolor .rcnt_arw {
  top: 48px;
}
.rcnt_box.bgcolor .rcnt_arw .slick-dots li.slick-active button {
  background-color: #fff;
}
.rcnt_box.bgcolor .i_box {
  color: #fff;
  background-color: #0094f2;
}
.rcnt_box.bgcolor .i_box .i_txt > a {
  border-color: #66bff7;
  color: #fff;
}
.rcnt_box .rcnt_arw {
  font-size: 0;
  position: absolute;
  top: 38px;
  right: 90px;
  z-index: 2;
  display: block;
}
.rcnt_box .rcnt_arw .arw_wrap {
  position: relative;
}
.rcnt_box .rcnt_arw .slick-arrow {
  display: inline-block;
  padding: 5px;
  width: 10px;
  height: 20px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.rcnt_box .rcnt_arw .slick-arrow.slick-prev {
  left: -30px;
  background-image: url(./../img/ico_arw-prev3.png);
}
.rcnt_box .rcnt_arw .slick-arrow.slick-next {
  right: -30px;
  background-image: url(./../img/ico_arw-next3.png);
}
.rcnt_box .rcnt_arw .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 0;
}
.rcnt_box .rcnt_arw .slick-dots li {
  margin-left: 8px;
}
.rcnt_box .rcnt_arw .slick-dots li:first-of-type {
  margin-left: 0;
}
.rcnt_box .rcnt_arw .slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 100%;
  background-color: #bbb;
  vertical-align: middle;
}
.rcnt_box .rcnt_arw .slick-dots li.slick-active button {
  background-color: #000;
}
.rcnt_box .rcnt_slide {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rcnt_box .rcnt_slide .i_box {
  float: left;
}
.rcnt_box .rcnt_slide::after {
  display: block;
  content: "";
  clear: both;
}
.rcnt_box .i_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.rcnt_box .i_box .i_img {
  width: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.rcnt_box .i_box .i_img .img_t {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}
.rcnt_box .i_box .i_img strong {
  line-height: 1.2em;
  font-size: 1.25rem;
  color: #0094f2;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.rcnt_box .i_box .i_img p {
  line-height: 1.2em;
  font-size: 1.75rem;
  font-weight: 300;
}
.rcnt_box .i_box .i_img img {
  width: 100%;
}
.rcnt_box .i_box .i_txt {
  width: 540px;
  padding: 0 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rcnt_box .i_box .i_txt > a {
  margin: 80px 0;
  padding-top: 65px;
  border-top: 2px solid #000;
  line-height: 1.4em;
  font-size: 1.25rem;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 5.6em;
}
.rcnt_box .i_box .i_txt .i_list {
  width: 100%;
}
.rcnt_box .i_box .i_txt .i_list .slick-slide {
  float: left;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rcnt_box .i_box .i_txt .i_list .slick-slide > div:nth-child(4n) a {
  border-bottom: 0;
}
.rcnt_box .i_box .i_txt .i_list a {
  display: block;
  padding: 16px 0;
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #d1d1d1;
}
.rcnt_box .i_box .i_txt .i_list a:hover {
  text-decoration: underline;
}
.rcnt_box.txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rcnt_box.txt .rcnt_wrap {
  margin-bottom: 30px;
  width: 49%;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.rcnt_box.txt .rcnt_wrap:nth-child(2n) {
  margin-left: 2%;
}
.rcnt_box.txt .rcnt_arw {
  top: 65px;
  right: 65px;
}
.rcnt_box.txt .t_box {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1 !important;
}
.rcnt_box.txt .t_box .t_tit {
  margin-bottom: 60px;
  height: 60px;
  border-bottom: 2px solid #000;
}
.rcnt_box.txt .t_box .t_tit strong {
  width: 70%;
  line-height: 1.4em;
  font-size: 1.25rem;
  color: #0094f2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 1.4em;
}
.rcnt_box.txt .t_box a {
  float: left;
  display: block;
}
.rcnt_box.txt .t_box a em {
  line-height: 1.2em;
  font-size: 1.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2.4em;
}
.rcnt_box.txt .t_box a p {
  margin-top: 15px;
  line-height: 1.5em;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 4.5em;
}
.rcnt_box.txt .t_box a:hover em {
  text-decoration: underline;
}

.scb_box {
  padding: 30px;
  background-color: #fff;
}
.scb_box > strong {
  display: block;
  padding-top: 20px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1em;
}
.scb_box > p {
  padding-top: 32px;
  font-size: 1.125rem;
  line-height: 1.8em;
}
.scb_box > p span {
  display: block;
}
.scb_box .scb_info {
  margin: 60px 0 50px;
}
.scb_box .scb_info tr {
  line-height: 1.6em;
  border-bottom: 1px solid #e4e4e4;
}
.scb_box .scb_info tr:first-child {
  border-top: 1px solid #e4e4e4;
}
.scb_box .scb_info th {
  padding: 20px 30px;
  font-weight: 400;
  text-align: left;
  font-size: 1.125rem;
  color: #191919;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.scb_box .scb_info td {
  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: 18px;
  color: #6e6e6e;
  position: relative;
}
.scb_box .scb_info .btn_link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px;
  color: #fff;
  background: #835bb4;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.scb_box .agree_txt {
  position: relative;
  width: 100%;
  height: 144px;
  margin: 30px 0 25px;
  padding: 25px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  line-height: 1.7em;
}
.scb_box .agree_txt em {
  color: #000;
  font-size: 1rem;
}
.scb_box .agree_txt p {
  color: #6e6e6e;
  font-size: 1rem;
}
.scb_box .agree_txt p strong {
  font-size: 1.125rem;
}
.scb_box .comm_check {
  width: 100%;
  text-align: right;
  margin-bottom: 60px;
}
.scb_box .comm_check input[type=checkbox] + span {
  padding-left: 30px;
  color: #121212;
  line-height: 18px;
  font-size: 1rem;
}
.scb_box.policy_box {
  padding: 0;
}
.scb_box.policy_box .agree_txt {
  margin-bottom: 0;
}

.qna_write {
  padding: 31px 0 70px;
}
.qna_write.pb {
  padding-bottom: 40px;
}

.scb_box .scb_info.board {
  margin: 15px 0 0;
}
.scb_box .scb_info.board th {
  width: 224px;
  text-align: center;
}
.scb_box .scb_info.board td {
  display: table-cell;
  text-align: center;
  border-left: 1px solid #e4e4e4;
}

.rule_box strong {
  display: block;
  padding: 62px 0 16px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  border-bottom: 2px solid #000;
}
.rule_box .info_list {
  font-size: 1.125rem;
}
.rule_box .info_list > li {
  padding: 30px 0 20px;
  line-height: 1.2em;
  border-top: 1px solid #e8e9ed;
}
.rule_box .info_list > li:first-child {
  border-top: none;
}
.rule_box .info_list > li em {
  display: block;
  padding-top: 20px;
  color: #0094f2;
  line-height: 1em;
}
.rule_box .info_list .ethics_txt {
  padding: 40px 30px 20px;
  border-bottom: 1px solid #e8e9ed;
}
.rule_box .info_list .ethics_txt em {
  display: block;
  padding-bottom: 20px;
  color: #0094f2;
  line-height: 1.4em;
}
.rule_box .info_list .ethics_txt em span {
  display: block;
}
.rule_box .info_list ol {
  padding: 16px 0 0 16px;
}
.rule_box .info_list ol li {
  padding-bottom: 10px;
  padding-left: 18px;
  text-indent: -18px;
  color: #6e6e6e;
  line-height: 1.4em;
}
.rule_box .info_list ol li span {
  display: block;
  text-indent: 0;
}
.rule_box .info_list ol.ethics_list {
  padding: 30px 30px 0 30px;
}

#researchInfo .pop_top h4 {
  width: 100%;
  height: 60px;
  padding-left: 40px;
  line-height: 60px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  background: #0099fc;
  margin-bottom: 40px;
}
#researchInfo .team_info-box {
  position: relative;
}
#researchInfo .team_info-box .mo {
  display: none;
}
#researchInfo .team_info-box .pf_info {
  position: absolute;
  top: 0;
  left: 20px;
  width: 240px;
  padding: 23px 20px 20px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
#researchInfo .team_info-box .pf_info .tit * {
  display: block;
  text-align: center;
}
#researchInfo .team_info-box .pf_info .tit {
  border-bottom: 1px solid #dfdfdf;
}
#researchInfo .team_info-box .pf_info .tit .name {
  width: 114px;
  height: 114px;
  margin: 0 auto;
  line-height: 114px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  background: #394660;
  border-radius: 50%;
}
#researchInfo .team_info-box .pf_info .tit strong {
  padding: 16px 0 7px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2em;
}
#researchInfo .team_info-box .pf_info .tit .company {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}
#researchInfo .team_info-box .pf_info .tit .rank {
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
}
#researchInfo .team_info-box .pf_info .tit .num {
  padding: 15px 0 25px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #9d9d9d;
}
#researchInfo .team_info-box .pf_info .tit .num .email {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-left: 6px;
  background: url(../img/ico_email2.png) no-repeat;
  background-size: 100% auto;
  font-size: 0;
  line-height: 0;
}
#researchInfo .team_info-box .pf_info .tit p {
  display: none;
}
#researchInfo .team_info-box .pf_info .tit.img .name {
  width: 114px;
  height: 114px;
  margin: 0 auto;
  overflow: hidden;
}
#researchInfo .team_info-box .pf_info .tit.img .name img {
  width: 100%;
  height: auto;
  display: block;
}
#researchInfo .team_info-box .pf_info .tit.img strong {
  font-size: 1rem;
}
#researchInfo .team_info-box .pf_info .tit.img p {
  display: block;
  padding: 16px 0 7px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2em;
}
#researchInfo .team_info-box .pf_info .field strong {
  display: block;
  padding: 26px 0 18px;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #0094f2;
  line-height: 1em;
}
#researchInfo .team_info-box .pf_info .field span {
  display: inline-block;
  max-width: 100%;
  line-height: 36px;
  padding: 0 18px;
  margin-bottom: 4px;
  font-size: 0.75rem;
  border-radius: 18px;
  background: #f6f6f6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#researchInfo .team_info-box .profile {
  height: 790px;
  margin-left: 280px;
  padding-right: 20px;
  overflow-y: auto;
}
#researchInfo .team_info-box .profile > strong {
  display: block;
  padding: 22px 0 50px;
  font-size: 3.75rem;
  font-weight: 700;
  color: #000;
  line-height: 1em;
  text-indent: -5px;
}
#researchInfo .team_info-box .profile > strong::after {
  content: ".";
  padding-left: 8px;
  color: #0094f2;
  font-family: sans-serif;
}
#researchInfo .team_info-box .profile em.tit {
  position: relative;
  padding-left: 19px;
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
}
#researchInfo .team_info-box .profile em.tit::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 4px;
  height: 17px;
  background: #000;
}
#researchInfo .team_info-box .profile .pf_list > li {
  margin-bottom: 30px;
}
#researchInfo .team_info-box .profile .pf_list > li.p_left {
  position: relative;
}
#researchInfo .team_info-box .profile .pf_list > li.p_left div {
  position: relative;
  margin-bottom: 15px;
}
#researchInfo .team_info-box .profile .pf_list > li.p_left em.tit {
  position: absolute;
  top: 4px;
  left: 0;
}
#researchInfo .team_info-box .profile .pf_list > li.p_left ul {
  margin-left: 74px;
}
#researchInfo .team_info-box .profile .pf_list > li.p_left ul li {
  padding-bottom: 5px;
  color: #666;
  line-height: 1.6em;
}
#researchInfo .team_info-box .profile .pf_list > li .list_box {
  margin-top: 16px;
  border-top: 1px solid #dbdbdb;
}
#researchInfo .team_info-box .profile .pf_list > li .list_box .item {
  padding: 20px 150px 20px 0;
  border-color: #dbdbdb;
}
#researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_tit .clsf2 {
  display: block;
  padding-bottom: 13px;
  font-size: 0.875rem;
  font-weight: 500;
}
#researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_tit strong .pdf {
  margin-left: 5px;
}
#researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_pdf {
  width: 120px;
  text-align: right;
  right: 0;
}
#researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_other {
  padding-top: 15px;
}
#researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_other a {
  padding: 0 10px;
  margin-right: 4px;
  line-height: 32px;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #0094f2;
  background: #fff;
  color: #0094f2;
}
#researchInfo .team_info-box .profile .pf_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  border-bottom: 2px solid #0094f2;
  overflow-x: auto;
}
#researchInfo .team_info-box .profile .pf_tab.mo {
  display: none;
}
#researchInfo .team_info-box .profile .pf_tab li {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#researchInfo .team_info-box .profile .pf_tab button {
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
#researchInfo .team_info-box .profile .pf_tab button.on {
  color: #fff;
  background-color: #0094f2;
}
#researchInfo .team_info-box .profile .pf_box {
  display: none;
  padding: 40px 0;
}
#researchInfo .team_info-box .profile .pf_box.open {
  display: block;
}
#researchInfo .team_info-box .profile .pf_box .pf_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#researchInfo .team_info-box .profile .pf_box .pf_cont {
  margin-top: 20px;
}
#researchInfo .team_info-box .profile .pf_box table thead {
  border-top: 1px solid #e4e4e4;
}
#researchInfo .team_info-box .profile .pf_box table tr td:last-child {
  text-align: center;
}
#researchInfo .team_info-box .profile .pf_box table th {
  padding: 10px;
  height: 60px;
  line-height: 1.2em;
  font-size: 1.125rem;
  font-weight: 400;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#researchInfo .team_info-box .profile .pf_box table td {
  padding: 10px;
  height: 50px;
  line-height: 1.2em;
  color: #6e6e6e;
  border-bottom: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#researchInfo .team_info-box .profile .pf_box table a {
  line-height: 1.2em;
  color: #6e6e6e;
}
#researchInfo .team_info-box .profile .pf_box ol {
  border-top: 1px solid #e4e4e4;
}
#researchInfo .team_info-box .profile .pf_box ol.mo {
  display: none;
}
#researchInfo .team_info-box .profile .pf_box ol li {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
#researchInfo .team_info-box .profile .pf_box ol li.nolink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#researchInfo .team_info-box .profile .pf_box ol a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#researchInfo .team_info-box .profile .pf_box ol em {
  margin-right: 30px;
  font-size: 1.125rem;
}
#researchInfo .team_info-box .profile .pf_box ol strong {
  line-height: 1.2em;
  font-size: 1.125rem;
  font-weight: 400;
}
#researchInfo .team_info-box .profile .pf_box ol strong span {
  display: block;
  margin-top: 10px;
  line-height: 1.4em;
  font-size: 0.875rem;
  color: #666;
}
#researchInfo .team_info-box .profile .pf_box ol p {
  line-height: 1.6em;
  color: #666;
}
#researchInfo .team_info-box .profile .pf_box ol li.vdo a {
  padding: 10px 0;
}
#researchInfo .team_info-box .profile .pf_box ol.one_line li strong {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-right: 100px;
}
#researchInfo .team_info-box .profile .pf_box ol.one_line li strong span {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 0;
}

.promotion_video_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin: 24px 0;
}
.promotion_video_list button:hover {
  color: #4763c4;
}
.promotion_video_list button img {
  display: block;
  width: 100%;
}
.promotion_video_list .rpt_tit {
  margin-top: 15px;
}
.promotion_video_list .rpt_tit strong {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 2em;
}

@media all and (max-width: 1410px) {
  .p_v-subject.fix {
    left: 30px;
    margin-left: 0;
  }
}
@media all and (max-width: 1280px) {
  .page_view {
    width: 95%;
    margin: 6.5625vw auto 0;
    padding-bottom: 5.46875vw;
  }
  .page_view h4 {
    margin: 5.9375vw 0 3.125vw;
    font-size: 1.5555555556rem;
  }
  .page_view .btn_list {
    width: 13.59375vw;
    height: 4.21875vw;
    line-height: 4.21875vw;
    margin: 8.59375vw auto 0;
    font-size: 1.1666666667rem;
    border-radius: 0.46875vw;
  }
  .p_v-subject {
    padding-bottom: 5.46875vw;
    width: 17.03125vw;
  }
  .p_v-subject.fix {
    top: 7.8125vw;
    left: 2.5%;
  }
  .p_v-subject.btm {
    bottom: 5.46875vw;
  }
  .p_v-subject .img img {
    border-radius: 0.625vw;
  }
  .p_v-subject .code {
    padding: 1.25vw 0 0.390625vw;
    font-size: 0.8888888889rem;
  }
  .p_v-subject .search_wrap .comm_select select {
    padding: 0 2.734375vw 0 1.5625vw;
  }
  .p_v-subject .search_wrap input {
    width: 10.9375vw;
    height: 3.90625vw;
    font-size: 0.8888888889rem;
    border-radius: 0.46875vw;
  }
  .p_v-subject .search_wrap button {
    width: 6.09375vw;
    height: 3.90625vw;
    font-size: 0.8888888889rem;
    border-radius: 0.46875vw;
  }
  .p_v-subject .search_wrap button.btn_look {
    margin-bottom: 0.78125vw;
  }
  .p_v-subject .search_wrap.period {
    font-size: 0;
  }
  .p_v-subject .search_wrap.period > .comm_select:nth-child(1) {
    width: 58%;
    margin-right: 2%;
  }
  .p_v-subject .search_wrap.period > .comm_select:nth-child(2) {
    width: 40%;
  }
  .p_v-subject .search_wrap.period .comm_select select {
    padding-left: 0.9375vw;
  }
  .p_v-subject .sub_menu {
    margin-top: 2.34375vw;
    border-radius: 0.78125vw;
    -webkit-box-shadow: 1.640625vw 1.640625vw 2.265625vw rgba(58, 109, 162, 0.1);
            box-shadow: 1.640625vw 1.640625vw 2.265625vw rgba(58, 109, 162, 0.1);
  }
  .p_v-subject .sub_menu li {
    margin: 0 0.859375vw;
    padding: 1.5625vw 0;
  }
  .p_v-subject .sub_menu li a {
    padding: 0 2.734375vw 0 0.78125vw;
    font-size: 1rem;
  }
  .p_v-subject .sub_menu li a::after {
    right: 0.78125vw;
    width: 1.25vw;
    height: 1.25vw;
    background-size: 100% auto;
  }
  .p_v-subject .sub_menu li a.longtxt {
    padding-right: 2.03125vw;
  }
  .p_v-subject .sub_menu li a.longtxt::after {
    display: block;
  }
  .p_v-subject .scb_link * {
    padding: 1.171875vw 0;
    font-size: 1rem;
    margin-top: 0.625vw;
    border-radius: 0.625vw;
  }
  .p_v-subject .scb_link *:first-child {
    margin-top: 3.125vw;
  }
  .page_list-group {
    width: calc(100% - 20.32vw);
    margin-left: 20.3125vw;
    padding: 3.125vw 4.6875vw 4.21875vw;
  }
  .page_list-group .select_year {
    padding: 1.171875vw 0 3.90625vw;
  }
  .page_list-group .select_year .all {
    width: 13.4375vw;
    height: 4.296875vw;
    font-size: 0.8888888889rem;
    margin-right: 2.34375vw;
  }
  .page_list-group .select_year .year_slide {
    max-width: 39.0625vw;
  }
  .page_list-group .select_year .year_slide .y {
    width: 13.4375vw;
    height: 4.296875vw;
    font-size: 0.8888888889rem;
  }
  .page_list-group .select_year .year_slide.slick-slider {
    margin: 0 2.65625vw;
  }
  .page_list-group .select_year .year_slide .slick-arrow {
    left: -3.046875vw;
    width: 1.09375vw;
    height: 1.875vw;
    padding: 0vw;
    background-size: 100% auto;
  }
  .page_list-group .select_year .year_slide .slick-arrow.slick-next {
    right: -3.046875vw;
  }
  .page_list-group .list_tit strong {
    padding-top: 1.5625vw;
    font-size: 1.6666666667rem;
  }
  .page_list-group .list_tit strong.pb {
    padding-bottom: 3.90625vw;
  }
  .page_list-group .list_tit > p {
    padding: 2.421875vw 0 3.90625vw;
    font-size: 1rem;
    line-height: 1.8em;
  }
  .page_list-group .list_tit .flx {
    padding: 1.71875vw 0 3.90625vw;
  }
  .page_list-group .list_tit .flx p {
    font-size: 1rem;
  }
  .page_list-group .list_tit .flx a {
    width: 16.796875vw;
    height: 3.90625vw;
    line-height: 3.90625vw;
    border-radius: 0.625vw;
    font-size: 1rem;
  }
  .page_list-group .list_top {
    padding-bottom: 0.859375vw;
  }
  .page_list-group .list_top p {
    font-size: 0.8888888889rem;
    line-height: 3.125vw;
  }
  .page_list-group .list_top .comm_select {
    width: 6.25vw;
    height: 3.125vw;
    font-size: 0.8888888889rem;
  }
  .page_list-group .list_top .comm_select select {
    font-size: 0.8888888889rem;
    padding-left: 0.9375vw;
  }
  .page_list-group .list_top button {
    width: 5vw;
    height: 3.125vw;
    margin-left: 0.15625vw;
    border-radius: 0.46875vw;
    font-size: 0.8888888889rem;
  }
  .page_list-group .list_category .ctg_txt {
    height: 8.125vw;
    margin: 2.578125vw 0;
    border-radius: 0.78125vw;
  }
  .page_list-group .list_category .ctg_txt span {
    width: 19.84375vw;
    height: 3.4375vw;
    line-height: 3.4375vw;
    font-size: 1.1111111111rem;
  }
  .page_list-group .list_category .ctg_txt strong {
    width: calc(100% - 19.84vw);
    font-size: 2.2222222222rem;
    text-indent: -2.34375vw;
  }
  .page_list-group .list_category .ctg_btn {
    margin-bottom: 2.34375vw;
  }
  .page_list-group .list_category .ctg_btn button {
    margin: 0 0.46875vw 0.46875vw 0;
    padding: 1.171875vw 1.5625vw;
    font-size: 1.0555555556rem;
    border-radius: 0.78125vw;
  }
  .list_box .rpt_pdf {
    right: 0.15625vw;
    top: 1.875vw;
  }
  .list_box .rpt_pdf a,
  .list_box .rpt_pdf button {
    margin-left: 0.9375vw;
    width: 2.1875vw;
    height: 2.65625vw;
  }
  .list_box .item {
    padding: 1.875vw 15.625vw 1.875vw 0;
  }
  .list_box .item .rpt_tit > .date {
    padding-top: 1.171875vw;
    font-size: 0.8888888889rem;
  }
  .list_box .item .rpt_tit .d {
    font-size: 0.8888888889rem;
    margin-bottom: 1.171875vw;
  }
  .list_box .item .rpt_tit .color, .list_box .item .rpt_tit .clsf {
    font-size: 0.7777777778rem;
  }
  .list_box .item .rpt_tit .color {
    margin-bottom: 1.171875vw;
  }
  .list_box .item .rpt_tit .clsf {
    padding: 0.15625vw 0.78125vw;
    margin: 0 0.3125vw 1.171875vw 0;
  }
  .list_box .item .rpt_tit strong {
    font-size: 1.3333333333rem;
  }
  .list_box .item .rpt_tit strong .new {
    margin: 0.15625vw 0 0 1.71875vw;
    padding: 0 8px;
    font-size: 0.6666666667rem;
    line-height: 22px;
    border-radius: 1.5625vw;
  }
  .list_box .item .rpt_tit strong .pdf {
    width: 1.71875vw;
    height: 2.03125vw;
    margin-left: 1.328125vw;
    background-size: 1.71875vw auto;
  }
  .list_box .item .rpt_tit p {
    padding-top: 1.171875vw;
    font-size: 0.8888888889rem;
  }
  .list_box .item .rpt_tit p .date {
    padding-left: 2.03125vw;
  }
  .list_box .item .rpt_tit p .often {
    padding-left: 1.171875vw;
  }
  .list_box .item .rpt_tit p.oneday .date {
    padding-left: 0;
  }
  .list_box .item .rpt_other {
    padding-top: 1.171875vw;
  }
  .list_box .item .rpt_other a {
    padding: 0 1.5625vw;
    margin-right: 0.46875vw;
    line-height: 3.28125vw;
    border-radius: 1.5625vw;
    font-size: 0.8888888889rem;
  }
  .list_box .item .rpt_link {
    right: 0.15625vw;
    bottom: 2.109375vw;
  }
  .list_box .item .rpt_link > div {
    padding-left: 2.34375vw;
  }
  .list_box .item .rpt_link span {
    margin-right: 0.390625vw;
    font-size: 0.7777777778rem;
  }
  .list_box .item .rpt_link a {
    width: 1.875vw;
    height: 1.875vw;
    margin-left: 0.078125vw;
    background-size: 100% auto;
  }
  .list_box .item.detail .tit .rpt_tit {
    width: 50.78125vw;
  }
  .list_box .item.detail .tit .rpt_tit strong em {
    padding-right: 1.5625vw;
  }
  .list_box .item.detail .tit .rpt_tit p.sub {
    font-size: 1.1111111111rem;
  }
  .list_box .item.detail .tit .rpt_pdf > div {
    max-width: 19.53125vw;
  }
  .list_box .item.detail .btn_detail {
    width: 3.90625vw;
    height: 2.34375vw;
    margin: 0 0.78125vw;
  }
  .list_box .item.detail .detail_box {
    max-height: 35.15625vw;
    height: 35.15625vw;
    margin-top: 2.8125vw;
    padding: 2.03125vw 2.34375vw;
    border-radius: 1.5625vw;
  }
  .list_box .item.detail .detail_box .contact_list, .list_box .item.detail .detail_box p {
    font-size: 0.8888888889rem;
  }
  .list_box .item.detail .detail_box .contact_list > li {
    padding-left: 1.5625vw;
  }
  .list_box .item.detail .detail_box .contact_list li {
    margin-left: 1.328125vw;
    text-indent: -1.328125vw;
  }
  .list_box .item.detail.vdo > .tit > a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list_box .item.detail.vdo > .tit .rpt_img {
    width: 18.75vw;
  }
  .list_box .item.detail.vdo > .tit .rpt_tit {
    padding-bottom: 40px;
    margin-left: 1.953125vw;
    width: 35.9375vw;
  }
  .list_box .item.detail.vdo > .tit .rpt_pdf {
    top: 2.578125vw;
    right: 0.15625vw;
  }
  .list_box .item.detail.vdo > .tit .rpt_other {
    width: 35.9375vw;
    line-height: 3.28125vw;
    left: 20.703125vw;
  }
  .list_box .item.detail.vdo .detail_wrap .item {
    margin-top: 7.421875vw;
  }
  .list_box .item.detail.vdo .detail_wrap .item .sub_tit {
    font-size: 0.8888888889rem;
    top: -3.90625vw;
  }
  .list_box .item.detail.vdo .detail_wrap .item .tit .rpt_pdf {
    top: 2.578125vw;
    right: 0.15625vw;
  }
  .list_box .item.detail.vdo .detail_box {
    height: 50.78125vw;
  }
  .list_box .item.detail.vdo .detail_box p {
    margin-top: 3.125vw;
  }
  .list_box .item.detail.vdo .detail_box .utb_frmae {
    width: 100%;
    height: 38.75vw;
  }
  .btn_go {
    width: 18.125vw;
    line-height: 4.453125vw;
    margin: 0 auto 2.03125vw;
    border-radius: 0.546875vw;
    font-size: 1rem;
  }
  .page_list-group .btn_wrap {
    padding-bottom: 3.59375vw;
  }
  .page_list-group .btn_wrap button {
    width: 18.28125vw;
    height: 4.53125vw;
    margin: 0 0.3125vw;
    font-size: 1rem;
    border-radius: 0.546875vw;
  }
  .page_list-group .btn_wrap.r {
    padding: 1.25vw 0 0.78125vw;
  }
  .page_list-group .btn_wrap.r button {
    width: 4.6875vw;
    height: 2.8125vw;
    margin: 0 0 0 0.15625vw;
    font-size: 0.6666666667rem;
  }
  .page_list-group .btn_wrap.r .btn_link {
    width: 14.0625vw;
    height: 3.515625vw;
    line-height: 3.515625vw;
    margin-bottom: 0.9375vw;
    border-radius: 0.546875vw;
    font-size: 0.8888888889rem;
  }
  .list_box .rpt_pdf .file_bubble {
    margin-left: 0.9375vw;
  }
  .list_box .rpt_pdf .file_bubble .file_b-box ul li a {
    font-size: 0.7777777778rem;
  }
  .p_d-tit .title .tit_btn-wrap .file_bubble {
    margin-top: 0.46875vw;
  }
  .p_d-tit .title .tit_btn-wrap .file_bubble .file_b-box .top button {
    width: 1.40625vw;
    height: 1.40625vw;
  }
  .file_b-box {
    width: 15.625vw;
    padding: 0.9375vw;
    border-radius: 4px;
  }
  .file_b-box .top strong {
    font-size: 0.7777777778rem;
  }
  .file_b-box .top button {
    width: 1.40625vw;
    height: 1.40625vw;
  }
  .file_b-box ul {
    margin-top: 0.9375vw;
  }
  .file_b-box ul li {
    margin-top: 0.78125vw;
  }
  .file_b-box ul li a {
    font-size: 0.7777777778rem;
    margin: 0 0.46875vw;
  }
  .page_detail {
    width: 100%;
    padding: 3.90625vw;
    border-radius: 0.78125vw;
  }
  .page_detail .p_d-tit {
    margin-top: 3.125vw;
    padding: 1.875vw 0;
  }
  .page_detail .p_d-tit > div > img {
    width: 9.375vw;
  }
  .page_detail .p_d-tit .sub {
    width: 12.1875vw;
  }
  .page_detail .p_d-tit .sub span {
    padding-top: 7.1875vw;
    font-size: 1rem;
    margin-top: 2.5vw;
    background-size: 6.71875vw;
  }
  .page_detail .p_d-tit .title {
    padding-left: 1.5625vw;
    padding-right: 14.0625vw;
  }
  .page_detail .p_d-tit .title > strong {
    padding-bottom: 2.34375vw;
    font-size: 1.3333333333rem;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap button,
  .page_detail .p_d-tit .title .tit_btn-wrap a {
    line-height: 2.96875vw;
    height: 3.125vw;
    border-radius: 4px;
    padding: 0 1.09375vw;
    font-size: 0.7777777778rem;
    margin-top: 0.390625vw;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap button::before,
  .page_detail .p_d-tit .title .tit_btn-wrap a::before {
    width: 2.1875vw;
    margin-right: 0.78125vw;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap .file_b-box ul li a {
    margin: 0 0.46875vw;
  }
  .page_detail .p_d-tit .title .color {
    padding-bottom: 0.9375vw;
    font-size: 0.8888888889rem;
  }
  .page_detail .p_d-tit .title .author_list {
    padding-bottom: 1.40625vw;
  }
  .page_detail .p_d-tit .title em a {
    padding: 0 1.5625vw;
    margin-right: 0.46875vw;
    line-height: 3.28125vw;
    border-radius: 1.5625vw;
    font-size: 0.8888888889rem;
  }
  .page_detail .p_d-tit .title .tit_btn-btm button, .page_detail .p_d-tit .title .tit_btn-btm a {
    padding: 0.78125vw 1.171875vw;
  }
  .page_detail .p_d-tit .author_slide {
    width: 18.75vw;
  }
  .page_detail .p_d-tit .author_slide.slick-slider {
    margin-right: 2.34375vw;
  }
  .page_detail .p_d-tit .author_slide .slick-arrow {
    left: -2.734375vw;
    width: 1.09375vw;
    height: 1.875vw;
    padding: 0;
    background-size: 100% auto;
  }
  .page_detail .p_d-tit .author_slide .slick-arrow.slick-next {
    right: -2.734375vw;
  }
  .page_detail .p_d-tit .author_slide .author {
    width: 7.8125vw;
    height: 7.8125vw;
    margin: 0 0.625vw;
    font-size: 0.8888888889rem;
  }
  .page_detail .p_d-cont {
    padding: 5.859375vw 3.125vw 1.015625vw;
  }
  .page_detail .p_d-cont .cont_tab {
    border-radius: 1.953125vw;
  }
  .page_detail .p_d-cont .cont_tab li {
    height: 3.90625vw;
  }
  .page_detail .p_d-cont .cont_tab li a.card {
    line-height: 3.90625vw;
    border-radius: 1.953125vw;
    font-size: 1.1111111111rem;
  }
  .page_detail .p_d-cont .cont_tab li a.card:after {
    margin-left: 0.78125vw;
    width: 1.875vw;
  }
  .page_detail .p_d-cont .cont_tab li button {
    border-radius: 1.953125vw;
    font-size: 1.1111111111rem;
  }
  .page_detail .p_d-cont .tab_box {
    padding-top: 4.296875vw;
    font-size: 1rem;
  }
  .page_detail .p_d-cont .tab_box > strong {
    padding-bottom: 3.125vw;
    font-size: 1.5555555556rem;
  }
  .page_detail .p_d-cont .tab_box p {
    font-size: 0.8888888889rem;
  }
  .page_detail .p_d-cont .tab_box img {
    width: 55.15625vw;
    margin: 1.953125vw auto 3.515625vw;
  }
  .page_detail .p_d-cont .tab_box .btn_go {
    -webkit-box-shadow: 0.15625vw 0.625vw 0.78125vw rgba(144, 144, 144, 0.26);
            box-shadow: 0.15625vw 0.625vw 0.78125vw rgba(144, 144, 144, 0.26);
  }
  .page_detail .p_d-cont .tab_box.size_big {
    font-size: 1.484375vw;
  }
  .con_link {
    margin-top: 5vw;
  }
  .con_link li {
    padding-left: 90px;
    padding-bottom: 2.03125vw;
    padding-top: 2.34375vw;
  }
  .con_link li span {
    font-size: 1rem;
    top: 2.34375vw;
  }
  .con_link li.file a {
    padding-bottom: 0.9375vw;
    font-size: 0.7777777778rem;
  }
  .con_link li.press span {
    font-size: 1.875vw;
  }
  .con_link li.press a {
    margin-top: -0.15625vw;
    line-height: 2.1875vw;
    padding-right: 3.125vw;
    margin-right: 0.78125vw;
    font-size: 0.7777777778rem;
    background-size: 2.1875vw auto;
  }
  .rpt_slide_wrap .slide_navi {
    top: 1.71875vw;
  }
  .rpt_slide_wrap .slick-arrow {
    left: -5.46875vw;
    width: 1.09375vw;
    height: 1.875vw;
    padding: 0;
    background-size: 100% auto;
  }
  .rpt_slide_wrap .slick-arrow.slick-next {
    right: -5.46875vw;
  }
  .rpt_slide_wrap .slick-dots li {
    width: 0.9375vw;
    height: 0.9375vw;
    margin: 0 0.3125vw;
  }
  .rpt_slide_wrap .rpt_list {
    width: 100%;
    padding: 1.71875vw 3.90625vw;
    border-radius: 0.78125vw;
  }
  .rpt_slide_wrap .rpt_list .list_box .item strong {
    padding-bottom: 0.625vw;
  }
  .rpt_slide_wrap .rpt_list .list_box .item .rpt_other a {
    padding: 0 0.78125vw;
    line-height: 2.34375vw;
    font-size: 0.7777777778rem;
  }
  .rpt_slide_wrap .rpt_list .list_box .item .rpt_other div {
    padding-top: 1.40625vw;
  }
  .rpt_slide_wrap .rpt_list .list_box .item .rpt_other div span {
    font-size: 0.7777777778rem;
  }
  .rpt_slide_wrap .rpt_list .list_box .item .rpt_other div span:first-child::after {
    padding: 0 0.625vw;
  }
  .rpt_slide_wrap .rpt_list .list_box .item .rpt_other div em {
    font-size: 0.7777777778rem;
  }
  .list_preview {
    padding: 1.5625vw 0 3.75vw;
  }
  .list_preview img {
    width: 33.59375vw;
    border-radius: 1.5625vw;
  }
  .list_preview .txt {
    padding-left: 3.125vw;
  }
  .list_preview .txt span {
    font-size: 1.1111111111rem;
  }
  .list_preview .txt strong {
    margin: 1.5625vw 0;
    font-size: 1.6666666667rem;
  }
  .list_preview .txt p {
    font-size: 1.1111111111rem;
  }
  .rcnt_box {
    margin-top: 2.34375vw;
  }
  .rcnt_box.bgcolor .rcnt_arw {
    top: 3.75vw;
  }
  .rcnt_box .rcnt_arw {
    top: 1.5625vw;
    right: 7.03125vw;
  }
  .rcnt_box .rcnt_arw .slick-arrow {
    padding: 0.390625vw;
    width: 0.78125vw;
    height: 1.5625vw;
    background-size: 0.78125vw auto;
  }
  .rcnt_box .rcnt_arw .slick-arrow.slick-prev {
    left: -2.34375vw;
  }
  .rcnt_box .rcnt_arw .slick-arrow.slick-next {
    right: -2.34375vw;
  }
  .rcnt_box .rcnt_arw .slick-dots li {
    margin-left: 0.625vw;
  }
  .rcnt_box .rcnt_arw .slick-dots li button {
    width: 7px;
    height: 7px;
  }
  .rcnt_box .i_box {
    width: 100%;
    border-radius: 1.5625vw;
  }
  .rcnt_box .i_box .i_img {
    width: 50%;
  }
  .rcnt_box .i_box .i_img .img_t {
    padding: 3.125vw;
  }
  .rcnt_box .i_box .i_img strong {
    font-size: 1.1111111111rem;
  }
  .rcnt_box .i_box .i_img p {
    font-size: 1.4444444444rem;
  }
  .rcnt_box .i_box .i_img img {
    height: 100%;
  }
  .rcnt_box .i_box .i_txt {
    width: 50%;
    padding: 0 5.078125vw;
  }
  .rcnt_box .i_box .i_txt > a {
    margin: 6.25vw 0;
    padding-top: 5.078125vw;
    border-width: 0.15625vw;
    font-size: 1rem;
  }
  .rcnt_box .i_box .i_txt .i_list .slick-slide {
    padding-top: 2.34375vw;
  }
  .rcnt_box .i_box .i_txt .i_list a {
    padding: 1.09375vw 0;
    font-size: 0.8888888889rem;
  }
  .rcnt_box.txt .rcnt_wrap {
    margin-bottom: 2.34375vw;
    border-radius: 1.5625vw;
    -webkit-box-shadow: 0.78125vw 0.78125vw 3.125vw rgba(0, 0, 0, 0.1);
            box-shadow: 0.78125vw 0.78125vw 3.125vw rgba(0, 0, 0, 0.1);
  }
  .rcnt_box.txt .rcnt_arw {
    top: 5.078125vw;
    right: 5.078125vw;
  }
  .rcnt_box.txt .t_box {
    padding: 3.125vw;
  }
  .rcnt_box.txt .t_box .t_tit {
    margin-bottom: 4.6875vw;
    height: 4.6875vw;
    border-width: 0.15625vw;
  }
  .rcnt_box.txt .t_box .t_tit strong {
    font-size: 1.1111111111rem;
  }
  .rcnt_box.txt .t_box a em {
    font-size: 1.3333333333rem;
  }
  .rcnt_box.txt .t_box a p {
    margin-top: 1.171875vw;
    font-size: 0.8888888889rem;
  }
  .scb_box {
    padding: 2.34375vw;
  }
  .scb_box > strong {
    padding-top: 1.5625vw;
    font-size: 1.6666666667rem;
  }
  .scb_box > p {
    padding-top: 2.5vw;
    font-size: 1rem;
  }
  .scb_box > p span {
    display: inline-block;
  }
  .scb_box .scb_info {
    margin: 4.6875vw 0 3.90625vw;
  }
  .scb_box .scb_info th {
    padding: 1.5625vw 1.953125vw;
    font-size: 1rem;
  }
  .scb_box .scb_info td {
    padding: 1.40625vw;
  }
  .scb_box .scb_info .btn_link {
    padding: 1.171875vw;
    border-radius: 0.546875vw;
    font-size: 0.8888888889rem;
  }
  .scb_box .agree_txt {
    height: 11.25vw;
    margin: 2.34375vw 0 1.953125vw;
    padding: 1.953125vw 2.34375vw;
    border-radius: 0.625vw;
  }
  .scb_box .agree_txt em {
    font-size: 0.8888888889rem;
  }
  .scb_box .agree_txt p {
    font-size: 0.8888888889rem;
  }
  .scb_box .agree_txt p strong {
    font-size: 1rem;
  }
  .scb_box .comm_check {
    margin-bottom: 4.6875vw;
  }
  .scb_box .comm_check input[type=checkbox] + span {
    padding-left: 2.34375vw;
    line-height: 1.40625vw;
    font-size: 0.8888888889rem;
  }
  .qna_write {
    padding: 2.421875vw 0 5.46875vw;
  }
  .qna_write.pb {
    padding-bottom: 3.125vw;
  }
  .scb_box .scb_info.board {
    margin: 1.171875vw 0 0;
  }
  .scb_box .scb_info.board th {
    width: 17.5vw;
  }
  .rule_box strong {
    padding: 4.84375vw 0 1.25vw;
    font-size: 1.3333333333rem;
  }
  .rule_box .info_list {
    font-size: 1rem;
  }
  .rule_box .info_list > li {
    padding: 2.34375vw 0 1.5625vw;
  }
  .rule_box .info_list > li em {
    padding-top: 1.40625vw;
    line-height: 1.4em;
  }
  .rule_box .info_list .ethics_txt {
    padding: 3.125vw 2.34375vw 1.5625vw;
  }
  .rule_box .info_list .ethics_txt em {
    padding-bottom: 1.5625vw;
  }
  .rule_box .info_list .ethics_txt em span {
    display: inline;
  }
  .rule_box .info_list ol {
    padding: 1.25vw 0 0 1.25vw;
  }
  .rule_box .info_list ol li {
    padding-bottom: 0.78125vw;
    padding-left: 1.40625vw;
    text-indent: -1.40625vw;
  }
  .rule_box .info_list ol li span {
    display: inline;
    text-indent: 0;
  }
  .rule_box .info_list ol.ethics_list {
    padding: 2.34375vw 2.34375vw 0 2.34375vw;
  }
  #researchInfo .pop_top h4 {
    margin-bottom: 3.125vw;
  }
  #researchInfo .team_info-box .pf_info {
    left: 3.125vw;
    width: 18.75vw;
    padding: 1.796875vw 1.5625vw 1.5625vw;
    border-radius: 1.5625vw;
  }
  #researchInfo .team_info-box .pf_info .tit .name {
    width: 8.90625vw;
    height: 8.90625vw;
    line-height: 8.90625vw;
    font-size: 1.1111111111rem;
  }
  #researchInfo .team_info-box .pf_info .tit strong {
    padding: 1.25vw 0 0.546875vw;
    font-size: 1.1111111111rem;
  }
  #researchInfo .team_info-box .pf_info .tit .rank {
    font-size: 0.7777777778rem;
  }
  #researchInfo .team_info-box .pf_info .tit .num {
    padding: 1.171875vw 0 1.953125vw;
    font-size: 0.8333333333rem;
  }
  #researchInfo .team_info-box .pf_info .tit .num .email {
    width: 1.5625vw;
    height: 1.25vw;
    margin-left: 0.46875vw;
  }
  #researchInfo .team_info-box .pf_info .field strong {
    padding: 2.03125vw 0 1.40625vw;
    font-size: 0.8888888889rem;
  }
  #researchInfo .team_info-box .pf_info .field span {
    line-height: 2.8125vw;
    padding: 0 1.40625vw;
    margin-bottom: 0.3125vw;
    font-size: 0.6666666667rem;
    border-radius: 1.40625vw;
  }
  #researchInfo .team_info-box .profile {
    height: 80vh;
    margin-left: 25.234375vw;
    padding-right: 5.46875vw;
  }
  #researchInfo .team_info-box .profile > strong {
    padding: 1.71875vw 0 3.90625vw;
    font-size: 3.3333333333rem;
    text-indent: -0.390625vw;
  }
  #researchInfo .team_info-box .profile > strong::after {
    padding-left: 0.625vw;
  }
  #researchInfo .team_info-box .profile em.tit {
    padding-left: 1.484375vw;
    font-size: 1rem;
  }
  #researchInfo .team_info-box .profile em.tit::before {
    width: 0.3125vw;
    height: 1.328125vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li {
    margin-bottom: 2.34375vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left div {
    margin-bottom: 1.171875vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left ul {
    margin-left: 5.78125vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left ul li {
    padding-bottom: 0.390625vw;
    font-size: 0.8888888889rem;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box {
    margin-top: 1.25vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item {
    padding: 1.5625vw 11.71875vw 1.5625vw 0;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_tit .clsf2 {
    padding-bottom: 1.015625vw;
    font-size: 0.7777777778rem;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_tit strong .pdf {
    margin-left: 0.390625vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_pdf {
    width: 9.375vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_other {
    padding-top: 1.171875vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_other a {
    padding: 0 0.78125vw;
    margin-right: 0.3125vw;
    line-height: 2.5vw;
    font-size: 0.6666666667rem;
  }
  #researchInfo .team_info-box .profile .pf_tab {
    height: 7.8125vw;
  }
  #researchInfo .team_info-box .profile .pf_tab button {
    padding: 0 0.78125vw;
  }
  #researchInfo .team_info-box .profile .pf_box {
    padding: 3.125vw 0;
  }
  #researchInfo .team_info-box .profile .pf_box .pf_cont {
    margin-top: 1.5625vw;
  }
  #researchInfo .team_info-box .profile .pf_box table th {
    padding: 0.78125vw;
    height: 4.6875vw;
    font-size: 1rem;
  }
  #researchInfo .team_info-box .profile .pf_box table td {
    padding: 0.78125vw;
    height: 3.90625vw;
  }
  #researchInfo .team_info-box .profile .pf_box ol em {
    margin-right: 2.34375vw;
    font-size: 1rem;
  }
  #researchInfo .team_info-box .profile .pf_box ol strong {
    font-size: 1rem;
  }
  #researchInfo .team_info-box .profile .pf_box ol strong span {
    margin-top: 0.78125vw;
    font-size: 0.7777777778rem;
  }
  #researchInfo .team_info-box .profile .pf_box ol li.vdo a {
    padding: 0.78125vw 0;
  }
  #researchInfo .team_info-box .profile .pf_box ol.one_line li strong {
    padding-right: 7.8125vw;
  }
  #researchInfo .team_info-box .profile .pf_box ol.one_line li strong span {
    width: 7.8125vw;
  }
  .promotion_video_list {
    gap: 3.125vw 1.5625vw;
    margin: 1.875vw 0;
  }
  .promotion_video_list .rpt_tit {
    margin-top: 1.171875vw;
  }
}
@media all and (max-width: 720px) {
  .page_view {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    margin-top: 7.3611111111vw;
    padding-bottom: 13.8888888889vw;
  }
  .page_view h4 {
    margin: 13.8888888889vw 0 5.1388888889vw;
    font-size: 1.1666666667rem;
  }
  .page_view .btn_list {
    width: 39.4444444444vw;
    height: 11.1111111111vw;
    line-height: 11.1111111111vw;
    margin: 11.1111111111vw auto 0;
    font-size: 1.1666666667rem;
    border-radius: 0.9722222222vw;
  }
  .p_v-subject {
    padding-bottom: 6.9444444444vw;
    position: relative;
    width: 100%;
  }
  .p_v-subject.fix {
    position: static;
    margin-left: 0;
  }
  .p_v-subject .img {
    display: none;
  }
  .p_v-subject .code {
    display: none;
    padding: 4.0277777778vw 0 0;
    margin-bottom: -1.8055555556vw;
    font-size: 1.2083333333rem;
  }
  .p_v-subject .code span {
    display: inline;
  }
  .p_v-subject .search_wrap {
    padding: 0;
  }
  .p_v-subject .search_wrap .comm_select {
    width: 25%;
    height: 11.1111111111vw;
    margin: 0;
  }
  .p_v-subject .search_wrap .comm_select select {
    padding: 0 3.4722222222vw 0 2.7777777778vw;
    border-radius: 1.3888888889vw;
    font-size: 1rem;
    font-weight: 500;
  }
  .p_v-subject .search_wrap input {
    width: 55%;
    height: 11.1111111111vw;
    padding: 0 5.5555555556vw;
    border-radius: 1.3888888889vw;
    border: 1px solid #d3d4d4;
    background: #f6f6f6;
    font-size: 1rem;
  }
  .p_v-subject .search_wrap input::-webkit-input-placeholder {
    opacity: 0.3;
  }
  .p_v-subject .search_wrap input::-moz-placeholder {
    opacity: 0.3;
  }
  .p_v-subject .search_wrap input:-ms-input-placeholder {
    opacity: 0.3;
  }
  .p_v-subject .search_wrap input::-ms-input-placeholder {
    opacity: 0.3;
  }
  .p_v-subject .search_wrap input::placeholder {
    opacity: 0.3;
  }
  .p_v-subject .search_wrap button {
    width: 18%;
    height: 11.1111111111vw;
    border-radius: 1.3888888889vw;
    font-size: 1rem;
    font-weight: 500;
  }
  .p_v-subject .search_wrap button.btn_look {
    float: right;
    width: 18%;
    margin-bottom: 0;
  }
  .p_v-subject .search_wrap.period > .comm_select:nth-child(1) {
    width: 40%;
    margin-right: 1%;
  }
  .p_v-subject .search_wrap.period > .comm_select:nth-child(2) {
    width: 40%;
  }
  .p_v-subject .search_wrap.period .comm_select select {
    padding-left: 2.7777777778vw;
  }
  .p_v-subject .search_wrap.period input {
    display: none;
  }
  .p_v-subject .search_wrap.period.mix {
    font-size: 1em;
  }
  .p_v-subject .search_wrap.period.mix > .comm_select:nth-child(1) {
    width: 49%;
  }
  .p_v-subject .search_wrap.period.mix > .comm_select:nth-child(2) {
    width: 49%;
  }
  .p_v-subject .search_wrap.period.mix input {
    display: inline-block;
  }
  .p_v-subject .search_wrap.period.mix .detail_select {
    margin-top: 1.1111111111vw;
  }
  .p_v-subject .search_wrap.top {
    margin-top: 0;
    padding: 1.1111111111vw 0 4.1666666667vw;
  }
  .p_v-subject .sub_menu {
    display: none;
  }
  .p_v-subject .scb_link {
    margin-top: 4.1666666667vw;
    text-align: center;
  }
  .p_v-subject .scb_link .b {
    min-width: 55%;
  }
  .p_v-subject .scb_link * {
    display: inline-block;
    padding: 2.7777777778vw 1.3888888889vw;
    min-width: 40%;
    width: auto;
    font-size: 0.9583333333rem;
    margin-top: 0;
    border-radius: 0.9722222222vw;
  }
  .p_v-subject .scb_link *:first-child {
    margin-top: 0;
  }
  .page_list-group {
    width: 100%;
    margin-left: 0;
    padding: 5.5555555556vw;
    border-radius: 2.7777777778vw;
  }
  .page_list-group .select_year {
    padding: 0 0 4.1666666667vw;
  }
  .page_list-group .select_year .pc {
    display: none;
  }
  .page_list-group .select_year .comm_select.mo {
    display: block;
    width: 100%;
    height: 11.1111111111vw;
  }
  .page_list-group .select_year .comm_select.mo select {
    border-radius: 1.3888888889vw;
    font-weight: 500;
    text-align: center;
  }
  .page_list-group .select_year.no_js .year_slide button {
    width: 25%;
    height: 9.7222222222vw;
  }
  .page_list-group .list_tit strong {
    padding-top: 2.7777777778vw;
    font-size: 1.3333333333rem;
  }
  .page_list-group .list_tit strong.pb {
    padding-bottom: 8.3333333333vw;
  }
  .page_list-group .list_tit > p {
    padding: 2.7777777778vw 0 7.6388888889vw;
    font-size: 1rem;
    line-height: 1.3em;
  }
  .page_list-group .list_tit > p.point_dot {
    padding-left: 1.3888888889vw;
  }
  .page_list-group .list_tit > p.point_dot::before {
    top: -2px;
    width: 1.1111111111vw;
    height: 1.1111111111vw;
  }
  .page_list-group .list_tit .flx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 3.0555555556vw 0 8.3333333333vw;
  }
  .page_list-group .list_tit .flx p {
    font-size: 1rem;
    line-height: 1.4em;
  }
  .page_list-group .list_tit .flx a {
    width: 39.4444444444vw;
    height: 11.1111111111vw;
    line-height: 11.1111111111vw;
    margin-top: 5.2777777778vw;
    border-radius: 0.9722222222vw;
    font-size: 1.1666666667rem;
  }
  .page_list-group .list_top {
    padding-bottom: 2.7777777778vw;
    border-width: 0.2777777778vw;
  }
  .page_list-group .list_top p {
    font-size: 0.8333333333rem;
  }
  .page_list-group .list_top > div .comm_select,
  .page_list-group .list_top > div > button {
    display: none;
  }
  .page_list-group .list_top button {
    border-radius: 1.1111111111vw;
  }
  .page_list-group .list_category {
    margin-bottom: 9.7222222222vw;
  }
  .page_list-group .list_category .ctg_txt {
    display: none;
    margin: 0;
    width: 100%;
    height: 11.9444444444vw;
    border-radius: 2.0833333333vw;
    position: relative;
    -webkit-transition: 0.3s 0.3s;
    transition: 0.3s 0.3s;
  }
  .page_list-group .list_category .ctg_txt.mo {
    display: block;
  }
  .page_list-group .list_category .ctg_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 3.0555555556vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.6111111111vw;
    height: 2.2222222222vw;
    background: url(../img/m/ico_arw-down.png) no-repeat center;
    background-size: 100% auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page_list-group .list_category .ctg_txt.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page_list-group .list_category .ctg_txt.open::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .page_list-group .list_category .ctg_txt button {
    padding: 0 8.3333333333vw 0 2.7777777778vw;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page_list-group .list_category .ctg_txt span {
    width: auto;
    height: auto;
    line-height: 12.5vw;
    font-size: 0.9166666667rem;
    border-right: none;
    border-bottom: none;
  }
  .page_list-group .list_category .ctg_txt span::after {
    display: inline-block;
    margin: 0 3.4722222222vw;
    content: "";
    width: 1px;
    height: 6.9444444444vw;
    background-color: #70bec8;
    vertical-align: middle;
  }
  .page_list-group .list_category .ctg_txt strong {
    width: auto;
    font-size: 1.0833333333rem;
    text-indent: 0;
  }
  .page_list-group .list_category .ctg_btn {
    display: none;
    margin-bottom: 0;
  }
  .page_list-group .list_category .ctg_btn button {
    margin: 0;
    padding: 2.7777777778vw 3.3333333333vw;
    width: 100%;
    font-size: 1rem;
    border-radius: 0;
  }
  .list_box .item {
    padding: 4.1666666667vw 0;
  }
  .list_box .item .rpt_tit > .date {
    padding-top: 1.3888888889vw;
    font-size: 0.9166666667rem;
  }
  .list_box .item .rpt_tit .d {
    margin-bottom: 1.6666666667vw;
    font-size: 0.9166666667rem;
  }
  .list_box .item .rpt_tit .color, .list_box .item .rpt_tit .clsf {
    font-size: 0.9166666667rem;
  }
  .list_box .item .rpt_tit .color {
    margin-bottom: 1.6666666667vw;
  }
  .list_box .item .rpt_tit .clsf {
    display: inline-block;
    padding: 0 2.5vw;
    margin: 0 0.5555555556vw 3.3333333333vw 0;
    line-height: 5.5555555556vw;
  }
  .list_box .item .rpt_tit strong {
    font-size: 1.0833333333rem;
  }
  .list_box .item .rpt_tit strong .new {
    margin: 0.2777777778vw 0 0 2.5vw;
    padding: 0 8px;
    font-size: 0.75rem;
    line-height: 20px;
    border-radius: 6.9444444444vw;
  }
  .list_box .item .rpt_tit strong .pdf {
    width: 3.0555555556vw;
    height: 3.6111111111vw;
    margin-left: 2.3611111111vw;
    background-size: 3.0555555556vw auto;
  }
  .list_box .item .rpt_tit p {
    padding-top: 1.9444444444vw;
    font-size: 0.9166666667rem;
    color: #424645;
  }
  .list_box .item .rpt_tit p .date {
    padding-left: 0;
    display: block;
    margin-top: 2.2222222222vw;
  }
  .list_box .item .rpt_tit p .often {
    padding-left: 2.0833333333vw;
  }
  .list_box .item .rpt_tit p.oneday .date {
    margin-top: 0;
  }
  .list_box .item .rpt_other {
    padding-top: 2.2222222222vw;
    font-size: 0.9166666667rem;
  }
  .list_box .item .rpt_other a {
    padding: 0 2.7777777778vw;
    margin-right: 1.3888888889vw;
    line-height: 6.9444444444vw;
    border-radius: 3.4722222222vw;
    font-size: 0.75rem;
  }
  .list_box .item .rpt_pdf {
    position: static;
    margin-right: 0;
    margin-top: 2.7777777778vw;
  }
  .list_box .item .rpt_pdf.top {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 1.3888888889vw;
  }
  .list_box .item .rpt_pdf a, .list_box .item .rpt_pdf button {
    width: 5.5555555556vw;
    height: 6.6666666667vw;
    margin-left: 1.6666666667vw;
  }
  .list_box .item .rpt_link {
    position: static;
    margin-top: 2.5vw;
  }
  .list_box .item .rpt_link div:first-child {
    padding-left: 0;
  }
  .list_box .item .rpt_link span {
    font-size: 0.9166666667rem;
    margin-right: 0;
  }
  .list_box .item .rpt_link a {
    width: 3.8888888889vw;
    height: 3.8888888889vw;
    background-size: 100% auto;
    margin-left: 1.1111111111vw;
  }
  .list_box .item.detail .tit {
    padding-bottom: 8.3333333333vw;
    position: relative;
  }
  .list_box .item.detail .tit > a {
    width: 100%;
  }
  .list_box .item.detail .tit .rpt_tit {
    width: auto;
    max-width: 96%;
  }
  .list_box .item.detail .tit .rpt_tit strong em {
    padding-right: 0;
  }
  .list_box .item.detail .tit .rpt_tit strong span.color {
    margin-bottom: 0;
  }
  .list_box .item.detail .tit .rpt_tit p.sub {
    font-size: 1rem;
  }
  .list_box .item.detail .tit .rpt_pdf {
    position: static;
  }
  .list_box .item.detail .tit .rpt_pdf > div {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .list_box .item.detail .btn_detail {
    width: 6.9444444444vw;
    height: 4.1666666667vw;
    margin: 0;
  }
  .list_box .item.detail .detail_box {
    max-height: 40.8333333333vw;
    height: 47.2222222222vw;
    margin-top: 3.3333333333vw;
    padding: 3.6111111111vw 4.1666666667vw;
    border-radius: 2.7777777778vw;
  }
  .list_box .item.detail .detail_box .contact_list, .list_box .item.detail .detail_box p {
    font-size: 0.8333333333rem;
  }
  .list_box .item.detail .detail_box .contact_list > li {
    padding-left: 3.3333333333vw;
  }
  .list_box .item.detail .detail_box .contact_list li {
    margin-left: 2.7777777778vw;
    text-indent: -2.7777777778vw;
  }
  .list_box .item.detail.vdo > .tit {
    padding-right: 4.8611111111vw;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-bottom: 0;
  }
  .list_box .item.detail.vdo > .tit > a {
    display: block;
  }
  .list_box .item.detail.vdo > .tit .rpt_img {
    display: none;
  }
  .list_box .item.detail.vdo > .tit .rpt_tit {
    padding-bottom: 0;
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
  .list_box .item.detail.vdo > .tit .rpt_tit strong {
    padding-bottom: 2.7777777778vw;
  }
  .list_box .item.detail.vdo > .tit .rpt_tit p {
    margin-top: 0;
    padding-top: 0;
  }
  .list_box .item.detail.vdo > .tit .rpt_pdf {
    top: 4.5833333333vw;
    right: 0;
  }
  .list_box .item.detail.vdo > .tit .rpt_other {
    width: 100%;
    line-height: 5.8333333333vw;
    left: 0;
    padding: 0;
  }
  .list_box .item.detail.vdo > .tit .btn_detail {
    background-position: right center;
  }
  .list_box .item.detail.vdo .detail_wrap .item {
    margin-top: 13.1944444444vw;
  }
  .list_box .item.detail.vdo .detail_wrap .item .sub_tit {
    font-size: 0.9166666667rem;
    top: -6.9444444444vw;
  }
  .list_box .item.detail.vdo .detail_wrap .item .tit .rpt_pdf {
    top: 4.5833333333vw;
    right: 0.2777777778vw;
  }
  .list_box .item.detail.vdo .detail_box {
    height: 90.2777777778vw;
  }
  .list_box .item.detail.vdo .detail_box p {
    margin-top: 5.5555555556vw;
  }
  .list_box .item.detail.vdo .detail_box .utb_frmae {
    width: 100%;
    height: 41.6666666667vw;
  }
  .list_box .item.no_pb .tit {
    padding-bottom: 0;
  }
  .list_box .item.detail .tit .rpt_pdf > div {
    max-width: none;
  }
  .btn_go {
    width: 55.5555555556vw;
    line-height: 11.1111111111vw;
    margin: 0 auto 5.5555555556vw;
    border-radius: 0.9722222222vw;
    font-size: 1.1666666667rem;
  }
  .page_list-group .btn_wrap {
    padding-bottom: 2.7777777778vw;
    font-size: 0;
  }
  .page_list-group .btn_wrap button {
    width: 49%;
    height: 11.1111111111vw;
    margin: 0;
    font-size: 1.1666666667rem;
    border-radius: 0.9722222222vw;
  }
  .page_list-group .btn_wrap button:first-child {
    margin-right: 1%;
  }
  .page_list-group .btn_wrap.r {
    padding: 4.1666666667vw 0 11.1111111111vw;
  }
  .page_list-group .btn_wrap.r button {
    width: 13.1944444444vw;
    height: 7.9166666667vw;
    margin: 0 0 0 0.8333333333vw;
    font-size: 0.8333333333rem;
  }
  .page_list-group .btn_wrap.r .btn_link {
    width: 33.3333333333vw;
    min-width: 116px;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    margin-bottom: 0;
    border-radius: 0.9722222222vw;
    font-size: 0.8333333333rem;
  }
  .list_box .rpt_pdf .file_bubble {
    margin-left: 1.6666666667vw;
  }
  .list_box .rpt_pdf .file_bubble .file_b-box ul li a {
    font-size: 0.75rem;
  }
  .list_box .item.detail .tit .rpt_pdf .file_b-box {
    left: 0;
    right: auto;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap .file_bubble {
    margin: 1% 1%;
    width: 48%;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap .file_bubble > a {
    width: 100%;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap .file_bubble .file_b-box .top button {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
  .file_b-box {
    width: 36.1111111111vw;
    padding: 2.7777777778vw;
    right: auto;
    left: 0;
  }
  .file_b-box .top strong {
    font-size: 0.75rem;
  }
  .file_b-box .top button {
    width: 3.3333333333vw !important;
    height: 3.3333333333vw !important;
  }
  .file_b-box ul {
    margin-top: 1.6666666667vw;
  }
  .file_b-box ul li {
    margin-top: 1.3888888889vw;
  }
  .file_b-box ul li a {
    font-size: 0.75rem;
    margin: 0 0.8333333333vw;
  }
  .page_detail {
    margin-top: 0;
    padding: 5.5555555556vw;
    border-radius: 2.7777777778vw;
  }
  .page_detail .p_d-tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    padding: 0;
    border-width: 0;
  }
  .page_detail .p_d-tit > div > img {
    display: none;
  }
  .page_detail .p_d-tit .sub {
    display: none;
  }
  .page_detail .p_d-tit .title {
    padding-left: 0;
    padding-right: 0;
  }
  .page_detail .p_d-tit .title > strong {
    padding-bottom: 2.7777777778vw;
    font-size: 1.25rem;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.7777777778vw;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap button,
  .page_detail .p_d-tit .title .tit_btn-wrap a {
    line-height: 7.7777777778vw;
    height: 8.3333333333vw;
    padding: 0 4.1666666667vw;
    font-size: 0.8333333333rem;
    width: 48%;
    margin: 1% 1%;
    text-align: center;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap button:first-child,
  .page_detail .p_d-tit .title .tit_btn-wrap a:first-child {
    margin-top: 1%;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap button::before,
  .page_detail .p_d-tit .title .tit_btn-wrap a::before {
    width: 4.7222222222vw;
    margin-right: 2.2222222222vw;
    background-position: center;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap .file_b-box {
    right: 1%;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap .file_b-box .top strong {
    font-size: 0.8333333333rem;
  }
  .page_detail .p_d-tit .title .tit_btn-wrap .file_b-box a {
    margin: 0 0.8333333333vw;
    width: auto;
  }
  .page_detail .p_d-tit .title .color {
    padding-bottom: 1.6666666667vw;
    font-size: 0.8333333333rem;
  }
  .page_detail .p_d-tit .title .author_list {
    padding-bottom: 4.1666666667vw;
    font-size: 0.8333333333rem;
  }
  .page_detail .p_d-tit .title .author_list button {
    font-size: 0.8333333333rem;
  }
  .page_detail .p_d-tit .title em a {
    padding: 0 2.7777777778vw;
    margin-right: 1.3888888889vw;
    line-height: 6.9444444444vw;
    border-radius: 3.4722222222vw;
    font-size: 0.75rem;
  }
  .page_detail .p_d-tit .title .tit_btn-btm button, .page_detail .p_d-tit .title .tit_btn-btm a {
    padding: 1.3888888889vw 2.0833333333vw;
    font-size: 0.8333333333rem;
  }
  .page_detail .p_d-tit .author_slide {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin-right: 0;
    margin-top: 8.3333333333vw;
  }
  .page_detail .p_d-tit .author_slide.slick-slider {
    margin-right: 0;
  }
  .page_detail .p_d-tit .author_slide .slick-track {
    margin: 0 auto;
  }
  .page_detail .p_d-tit .author_slide .slick-arrow {
    left: -4.8611111111vw;
    width: 3.0555555556vw;
    height: 5.2777777778vw;
  }
  .page_detail .p_d-tit .author_slide .slick-arrow.slick-next {
    right: -4.8611111111vw;
  }
  .page_detail .p_d-tit .author_slide .author {
    width: 15.9722222222vw;
    height: 15.9722222222vw;
    margin: 0 1.1111111111vw;
    font-size: 1rem;
    font-weight: 500;
  }
  .page_detail .p_d-cont {
    padding: 9.7222222222vw 0 5.5555555556vw;
  }
  .page_detail .p_d-cont .cont_tab {
    border-radius: 5.5555555556vw;
  }
  .page_detail .p_d-cont .cont_tab.tab4 li, .page_detail .p_d-cont .cont_tab.tab4 li:last-child {
    width: 50%;
  }
  .page_detail .p_d-cont .cont_tab.tab5 {
    text-align: center;
  }
  .page_detail .p_d-cont .cont_tab.tab5 li, .page_detail .p_d-cont .cont_tab.tab5 li:last-child {
    width: 50%;
  }
  .page_detail .p_d-cont .cont_tab li {
    height: 11.1111111111vw;
  }
  .page_detail .p_d-cont .cont_tab li a.card {
    line-height: 11.1111111111vw;
    border-radius: 3.4722222222vw;
    font-size: 0.8333333333rem;
  }
  .page_detail .p_d-cont .cont_tab li a.card:after {
    margin-left: 1.3888888889vw;
    width: 3.3333333333vw;
  }
  .page_detail .p_d-cont .cont_tab li button {
    border-radius: 5.5555555556vw;
    font-size: 0.9166666667rem;
  }
  .page_detail .p_d-cont .tab_box {
    padding-top: 12.5vw;
    line-height: 1.5em;
  }
  .page_detail .p_d-cont .tab_box > strong {
    padding-bottom: 8.3333333333vw;
    font-size: 1.1666666667rem;
  }
  .page_detail .p_d-cont .tab_box p {
    font-size: 1rem;
  }
  .page_detail .p_d-cont .tab_box img {
    width: 100%;
    margin: 4.1666666667vw auto 10.6944444444vw;
  }
  .page_detail .p_d-cont .tab_box .btn_go {
    -webkit-box-shadow: 0.2777777778vw 1.1111111111vw 1.3888888889vw rgba(144, 144, 144, 0.26);
            box-shadow: 0.2777777778vw 1.1111111111vw 1.3888888889vw rgba(144, 144, 144, 0.26);
  }
  .page_detail .p_d-cont .tab_box.size_big {
    font-size: 2.6388888889vw;
  }
  .page_detail .p_d-cont .utb_frmae {
    width: 100%;
  }
  .page_detail .p_d-cont .utb_frmae img {
    margin-top: 0;
  }
  .con_link {
    margin-top: 5.5555555556vw;
  }
  .con_link li {
    padding-bottom: 2.7777777778vw;
    padding-top: 4.1666666667vw;
    padding-left: 0;
  }
  .con_link li span {
    font-size: 1rem;
    padding-bottom: 2.7777777778vw;
    position: static;
  }
  .con_link li.file a {
    padding-bottom: 1.6666666667vw;
    font-size: 0.8333333333rem;
    line-height: 1.4em;
  }
  .con_link li.press span {
    font-size: 1.25rem;
  }
  .con_link li.press a {
    line-height: 5.5555555556vw;
    padding-right: 8.3333333333vw;
    margin-right: 1.3888888889vw;
    font-size: 1rem;
    vertical-align: middle;
    background-size: 5.5555555556vw auto;
  }
  .rpt_slide_wrap.pc {
    display: none;
  }
  .rpt_slide_wrap.mo {
    display: block;
    position: relative;
  }
  .rpt_slide_wrap.mo .rpt_list {
    width: 100%;
    padding: 5.5555555556vw 10vw;
    border-radius: 2.7777777778vw;
  }
  .rpt_slide_wrap.mo .rpt_list .list_box .item {
    float: left;
    padding: 0;
    border-bottom: none;
  }
  .rpt_slide_wrap.mo .rpt_list .list_box .item strong {
    padding-bottom: 2.2222222222vw;
    line-height: 1.4em;
  }
  .rpt_slide_wrap.mo .rpt_list .list_box .item .rpt_other a {
    padding: 0 2.7777777778vw;
    line-height: 6.9444444444vw;
    font-size: 0.75rem;
  }
  .rpt_slide_wrap.mo .rpt_list .list_box .item .rpt_other div {
    padding-top: 4.1666666667vw;
  }
  .rpt_slide_wrap.mo .rpt_list .list_box .item .rpt_other div span {
    font-size: 0.75rem;
  }
  .rpt_slide_wrap.mo .rpt_list .list_box .item .rpt_other div span:first-child::after {
    padding: 0 1.3888888889vw;
  }
  .rpt_slide_wrap.mo .rpt_list .list_box .item .rpt_other div em {
    font-size: 0.75rem;
  }
  .rpt_slide_wrap.mo .rpt_list .list_box::after {
    display: none;
  }
  .rpt_slide_wrap .slide_navi {
    top: 0;
  }
  .rpt_slide_wrap .slick-arrow {
    top: 45%;
    left: 2.7777777778vw;
    width: 3.0555555556vw;
    height: 5.2777777778vw;
  }
  .rpt_slide_wrap .slick-arrow.slick-next {
    right: 2.7777777778vw;
  }
  .rpt_slide_wrap .slick-dots li {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    margin: 0 1.3888888889vw;
  }
  .list_preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 9.0277777778vw;
  }
  .list_preview img {
    width: 100%;
    border-radius: 2.7777777778vw;
  }
  .list_preview .txt {
    padding-left: 0;
    padding-top: 3.8888888889vw;
    width: auto;
  }
  .list_preview .txt span {
    font-size: 0.8333333333rem;
  }
  .list_preview .txt strong {
    margin: 2.7777777778vw 0;
    font-size: 1.25rem;
  }
  .list_preview .txt p {
    font-size: 0.8333333333rem;
  }
  .rcnt_box {
    margin-top: 4.1666666667vw;
  }
  .rcnt_box.bgcolor .rcnt_arw {
    top: 29.1666666667vw;
  }
  .rcnt_box.bgcolor .i_box .i_img img {
    height: 100%;
  }
  .rcnt_box.bgcolor .i_box .i_txt {
    height: 45.1388888889vw;
    background-color: rgb(0, 148, 242);
  }
  .rcnt_box .rcnt_arw {
    top: 44.4444444444vw;
    right: 4.8611111111vw;
  }
  .rcnt_box .rcnt_arw .slick-arrow {
    padding: 0.6944444444vw;
    width: 1.3888888889vw;
    height: 2.7777777778vw;
    background-size: 1.3888888889vw auto;
  }
  .rcnt_box .rcnt_arw .slick-arrow.slick-prev {
    left: -4.1666666667vw;
  }
  .rcnt_box .rcnt_arw .slick-arrow.slick-next {
    right: -4.1666666667vw;
  }
  .rcnt_box .rcnt_arw .slick-dots li {
    margin-left: 1.1111111111vw;
  }
  .rcnt_box .rcnt_arw .slick-dots li button {
    width: 1.3888888889vw;
    min-width: 7px;
    height: 1.3888888889vw;
    min-height: 7px;
  }
  .rcnt_box .i_box {
    display: block;
    border-radius: 3.4722222222vw;
    position: relative;
  }
  .rcnt_box .i_box .i_img {
    width: 100%;
  }
  .rcnt_box .i_box .i_img .img_t {
    padding: 5.5555555556vw;
    height: 25.6944444444vw;
  }
  .rcnt_box .i_box .i_img strong {
    font-size: 1.25rem;
  }
  .rcnt_box .i_box .i_img p {
    font-size: 1.5rem;
  }
  .rcnt_box .i_box .i_img img {
    height: auto;
  }
  .rcnt_box .i_box .i_txt {
    width: 100%;
    padding: 5vw;
    padding-top: 2.2222222222vw;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: -2.7777777778vw;
    display: block;
  }
  .rcnt_box .i_box .i_txt > a {
    margin: 0;
    padding-top: 11.1111111111vw;
    border: none;
    font-size: 1rem;
  }
  .rcnt_box .i_box .i_txt .i_list .slick-slide {
    padding-top: 7.8125vw;
  }
  .rcnt_box .i_box .i_txt .i_list a {
    padding: 2.2222222222vw 0;
    font-size: 0.8333333333rem;
  }
  .rcnt_box.txt {
    display: block;
  }
  .rcnt_box.txt .rcnt_wrap {
    margin-bottom: 4.1666666667vw;
    width: 100%;
    border-radius: 2.7777777778vw;
    -webkit-box-shadow: 1.3888888889vw 1.3888888889vw 5.5555555556vw rgba(0, 0, 0, 0.1);
            box-shadow: 1.3888888889vw 1.3888888889vw 5.5555555556vw rgba(0, 0, 0, 0.1);
  }
  .rcnt_box.txt .rcnt_wrap:nth-child(2n) {
    margin-top: 4.1666666667vw;
    margin-left: 0;
  }
  .rcnt_box.txt .rcnt_arw {
    top: 16.6666666667vw;
    right: 4.8611111111vw;
  }
  .rcnt_box.txt .t_box {
    padding: 4.8611111111vw;
  }
  .rcnt_box.txt .t_box .t_tit {
    margin-bottom: 0;
    height: 20.1388888889vw;
    border: none;
  }
  .rcnt_box.txt .t_box .t_tit strong {
    width: 100%;
    font-size: 1.25rem;
  }
  .rcnt_box.txt .t_box a em {
    font-size: 1.1666666667rem;
    line-height: 1.3em;
  }
  .rcnt_box.txt .t_box a p {
    margin-top: 2.0833333333vw;
    font-size: 0.9166666667rem;
  }
  .scb_box { /* padding:vwCalc_m(30);*/
    padding: 0;
  }
  .scb_box > strong {
    padding-top: 4.1666666667vw;
    font-size: 1.3333333333rem;
    line-height: 1.2em;
  }
  .scb_box > p {
    padding-top: 4.4444444444vw;
    font-size: 1rem;
    line-height: 1.4em;
  }
  .scb_box .scb_info {
    margin: 8.3333333333vw 0 6.9444444444vw;
  }
  .scb_box .scb_info tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
  }
  .scb_box .scb_info tr:first-child {
    border-top: none;
  }
  .scb_box .scb_info tr.w50 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    vertical-align: top;
  }
  .scb_box .scb_info th {
    padding: 2.7777777778vw 4.1666666667vw;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
  }
  .scb_box .scb_info td {
    display: block;
    padding: 2.5vw;
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }
  .scb_box .scb_info .btn_link {
    margin: 2.7777777778vw auto 0;
    padding: 2.0833333333vw;
    width: 120px;
    border-radius: 0.9722222222vw;
    font-size: 1rem;
  }
  .scb_box .agree_txt {
    height: 34.7222222222vw;
    margin: 4.1666666667vw 0 5.5555555556vw;
    padding: 4.8611111111vw 5.5555555556vw;
    border-radius: 1.1111111111vw;
    line-height: 1.4em;
  }
  .scb_box .agree_txt em {
    font-size: 0.9166666667rem;
  }
  .scb_box .agree_txt p {
    font-size: 0.9166666667rem;
  }
  .scb_box .agree_txt p strong {
    font-size: 1rem;
  }
  .scb_box .comm_check {
    margin-bottom: 10.8333333333vw;
    text-align: left;
  }
  .scb_box .comm_check input[type=checkbox] + span {
    padding-left: 5.5555555556vw;
    line-height: 1.2em;
    font-size: 1rem;
  }
  .scb_box .comm_check input[type=checkbox] + span::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .scb_box .comm_check input[type=checkbox] + span::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .qna_write {
    padding: 4.1666666667vw 0 11.1111111111vw;
  }
  .qna_write.pb {
    padding-bottom: 4.7222222222vw;
  }
  .scb_box .scb_info.board {
    margin: 4.1666666667vw 0;
  }
  .scb_box .scb_info.board th {
    width: 100%;
  }
  .scb_box .scb_info.board td {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .scb_box .scb_info.board td:first-of-type {
    border: none;
  }
  .rule_box strong {
    padding: 0;
    margin-top: 6.25vw;
    line-height: 11.1111111111vw;
    font-size: 1rem;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background: #f7f7f7;
    text-align: center;
    font-weight: 500;
  }
  .rule_box .info_list {
    font-size: 1rem;
  }
  .rule_box .info_list > li {
    padding: 5.5555555556vw 0 4.1666666667vw;
  }
  .rule_box .info_list > li em {
    padding-top: 2.7777777778vw;
  }
  .rule_box .info_list .ethics_txt {
    padding: 6.9444444444vw 0 4.1666666667vw;
  }
  .rule_box .info_list .ethics_txt em {
    padding-bottom: 2.7777777778vw;
  }
  .rule_box .info_list ol {
    padding: 2.2222222222vw 0 0 2.2222222222vw;
  }
  .rule_box .info_list ol li {
    padding-bottom: 1.1111111111vw;
    padding-left: 15px;
    text-indent: -15px;
  }
  .rule_box .info_list ol.ethics_list {
    padding: 5.5555555556vw 0 0 0;
  }
  #researchInfo .pop_top h4 {
    margin-bottom: 5.5555555556vw;
  }
  #researchInfo .team_info-box {
    margin: 0 5.5555555556vw 5.5555555556vw 5.5555555556vw;
    height: auto;
  }
  #researchInfo .team_info-box strong.mo {
    display: block;
    padding: 2.5vw 0 4.1666666667vw;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1em;
  }
  #researchInfo .team_info-box strong.mo::after {
    content: ".";
    padding-left: 1.1111111111vw;
    color: #0094f2;
    font-family: sans-serif;
  }
  #researchInfo .team_info-box .pf_info {
    position: relative;
    left: 0;
    width: 100%;
    padding: 4.1666666667vw 5.5555555556vw 5.5555555556vw;
    border-radius: 2.7777777778vw;
    overflow: hidden;
  }
  #researchInfo .team_info-box .pf_info .tit .name {
    width: 21.9444444444vw;
    height: 21.9444444444vw;
    line-height: 21.9444444444vw;
    font-size: 1.1666666667rem;
  }
  #researchInfo .team_info-box .pf_info .tit strong {
    padding: 3.1944444444vw 0 0.9722222222vw;
    font-size: 1.1666666667rem;
  }
  #researchInfo .team_info-box .pf_info .tit .rank {
    font-size: 0.8083333333rem;
  }
  #researchInfo .team_info-box .pf_info .tit .num {
    padding: 2.0833333333vw 0 4.1666666667vw;
    font-size: 0.875rem;
  }
  #researchInfo .team_info-box .pf_info .tit .num .email {
    width: 3.8888888889vw;
    height: 3.3333333333vw;
    margin-left: 1.1111111111vw;
  }
  #researchInfo .team_info-box .pf_info .field strong {
    padding: 3.6111111111vw 0 2.5vw;
    font-size: 0.8333333333rem;
    text-align: left;
  }
  #researchInfo .team_info-box .pf_info .field span {
    line-height: 6.9444444444vw;
    padding: 0 2.5vw;
    margin-bottom: 0.6944444444vw;
    font-size: 0.75rem;
    border-radius: 3.4722222222vw;
  }
  #researchInfo .team_info-box .profile {
    height: auto !important;
    margin-left: 0;
    margin-top: 5.9722222222vw;
    padding-right: 0;
  }
  #researchInfo .team_info-box .profile > strong {
    display: none;
  }
  #researchInfo .team_info-box .profile em.tit {
    display: none;
    padding-left: 12px;
    margin-bottom: 2.7777777778vw;
    font-size: 1.2083333333rem;
    line-height: 1em;
  }
  #researchInfo .team_info-box .profile em.tit::before {
    width: 3px;
    height: 16px;
  }
  #researchInfo .team_info-box .profile .pf_list > li {
    display: none;
    margin-bottom: 0;
  }
  #researchInfo .team_info-box .profile .pf_list > li.on {
    display: block;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left {
    display: block;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left div {
    margin-bottom: 4.8611111111vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left div:last-child {
    margin-bottom: 0;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left em.tit {
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left ul {
    margin-left: 0;
  }
  #researchInfo .team_info-box .profile .pf_list > li.p_left ul li {
    padding-bottom: 0.5555555556vw;
    font-size: 0.9166666667rem;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box {
    margin-top: 2.2222222222vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item {
    padding: 4.1666666667vw 0;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_tit .clsf2 {
    padding-bottom: 1.8055555556vw;
    font-size: 1rem;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_tit strong {
    font-size: 1rem;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_tit strong .pdf {
    display: none;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_other {
    padding-top: 3.4722222222vw;
  }
  #researchInfo .team_info-box .profile .pf_list > li .list_box .item .rpt_other a {
    padding: 0 2.5vw;
    margin-right: 0.5555555556vw;
    line-height: 6.9444444444vw;
    font-size: 0.75rem;
  }
  #researchInfo .team_info-box .profile .pf_tab {
    display: none;
    margin-top: 5.1388888889vw;
    height: auto;
    border: none;
  }
  #researchInfo .team_info-box .profile .pf_tab.mo {
    display: block;
  }
  #researchInfo .team_info-box .profile .pf_tab .btn_c {
    position: relative;
    width: 100%;
    height: 11.9444444444vw;
    font-size: 1.2083333333rem;
    color: #fff;
    background: #000;
  }
  #researchInfo .team_info-box .profile .pf_tab .btn_c::after {
    content: "";
    display: block;
    position: absolute;
    top: 43%;
    right: 3.0555555556vw;
    width: 3.6111111111vw;
    height: 2.2222222222vw;
    background: url(../img/m/ico_arw-down.png) no-repeat center;
    background-size: 100% auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #researchInfo .team_info-box .profile .pf_tab .btn_c.open::after {
    top: 40%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #researchInfo .team_info-box .profile .pf_tab ul {
    display: none;
    text-align: center;
    border: 1px solid #000;
    border-top: none;
  }
  #researchInfo .team_info-box .profile .pf_tab ul li {
    height: 6.9444444444vw;
  }
  #researchInfo .team_info-box .profile .pf_tab ul li button {
    padding: 0;
    width: 100%;
    height: 100%;
  }
  #researchInfo .team_info-box .profile .pf_box {
    padding: 5.5555555556vw 0;
  }
  #researchInfo .team_info-box .profile .pf_box .pf_tit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #researchInfo .team_info-box .profile .pf_box .view_num {
    display: block;
  }
  #researchInfo .team_info-box .profile .pf_box .pf_cont {
    margin-top: 2.7777777778vw;
  }
  #researchInfo .team_info-box .profile .pf_box table {
    display: none;
  }
  #researchInfo .team_info-box .profile .pf_box ol.mo {
    display: block;
  }
  #researchInfo .team_info-box .profile .pf_box ol li {
    padding: 2.7777777778vw 0;
  }
  #researchInfo .team_info-box .profile .pf_box ol a {
    display: block;
  }
  #researchInfo .team_info-box .profile .pf_box ol em {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 2.7777777778vw;
    font-size: 1rem;
    display: none;
  }
  #researchInfo .team_info-box .profile .pf_box ol em.linebox {
    padding: 0.6944444444vw 1.6666666667vw;
    color: #0094f2;
    background-color: #fff;
    border: 1px solid #0094f2;
  }
  #researchInfo .team_info-box .profile .pf_box ol strong {
    display: block;
    font-size: 1rem;
  }
  #researchInfo .team_info-box .profile .pf_box ol strong span {
    margin-top: 1.3888888889vw;
    font-size: 0.9166666667rem;
  }
  #researchInfo .team_info-box .profile .pf_box ol li.vdo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #researchInfo .team_info-box .profile .pf_box ol li.vdo em {
    margin-right: 4.1666666667vw;
    margin-bottom: 0;
  }
  #researchInfo .team_info-box .profile .pf_box ol.one_line li strong {
    padding-right: 13.8888888889vw;
  }
  #researchInfo .team_info-box .profile .pf_box ol.one_line li strong span {
    width: 13.8888888889vw;
  }
  .promotion_video_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.5555555556vw 2.7777777778vw;
    margin: 4.1666666667vw 0;
  }
  .promotion_video_list .rpt_tit {
    margin-top: 2.0833333333vw;
  }
  .promotion_video_list .rpt_tit strong {
    font-size: 0.875rem;
  }
}