#main {
  margin-top: -90px;
  padding-bottom: 110px;
  min-width: 1400px;
  background-image: url(./../img/main_bg2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#main .bg_logo {
  position: absolute;
  top: 350px;
  left: 50%;
  margin-left: -670px;
  width: auto;
  height: 228px;
  -webkit-animation-name: movelogo;
          animation-name: movelogo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
          animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  z-index: -1;
}
@-webkit-keyframes movelogo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes movelogo {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#main_visual {
  margin: 0 auto;
  padding-top: 150px;
  width: 1170px;
}

#webVersion .visual_slide.mo {
  display: none;
}

.visual_slide {
  padding-right: 55px;
  position: relative;
  overflow: hidden;
}
.visual_slide .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.visual_slide .slick-dots li {
  margin: 10px 0;
  width: 12px;
  height: 12px;
}
.visual_slide .slick-dots li.slick-active button {
  background-color: #203044;
}
.visual_slide .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #c2cad9;
  border-radius: 100%;
}
.visual_slide .slick-dots button {
  font-size: 0;
  line-height: 0;
}
.visual_slide .slick-dots button.v_btn {
  margin: 10px 0;
  width: 20px;
  height: 20px;
  background-image: url(./../img/ico_pause.png);
  background-repeat: no-repeat;
}
.visual_slide .slick-dots button.v_btn.stop {
  background-image: url(./../img/ico_play.png);
}
.visual_slide .v_box {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visual_slide .v_box .v_txt {
  margin-right: 30px;
  width: 618px;
}
.visual_slide .v_box .v_txt > span {
  display: inline-block;
  margin-bottom: 25px;
  padding: 15px 20px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #203044;
  background-color: #fff;
  border-radius: 25px;
}
.visual_slide .v_box .v_txt > h2 {
  padding-bottom: 25px;
  font-size: 3.25rem;
  line-height: 1.1em;
}
.visual_slide .v_box .v_txt > strong {
  line-height: 1.2em;
  font-size: 1.75rem;
  font-weight: 400;
}
.visual_slide .v_box .v_txt > strong span {
  display: inline-block;
  margin-top: 15px;
  line-height: 1.4em;
  font-size: 1rem;
}
.visual_slide .v_box .v_txt > p {
  margin-top: 35px;
  padding-bottom: 25px;
  line-height: 1.5em;
  font-size: 1.125rem;
  color: #546175;
}
.visual_slide .v_box .v_txt > button {
  width: 160px;
  height: 40px;
  font-size: 1rem;
  color: #fff;
  background-color: #121212;
  border-radius: 10px;
}
.visual_slide .v_box .v_img {
  width: 466px;
  position: relative;
  overflow: hidden;
}
.visual_slide .v_box .v_img strong {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  max-height: 3.6em;
  line-height: 1.2em;
  font-size: 2.25rem;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.visual_slide .v_box .v_img img {
  width: 100%;
  border-radius: 50px;
}

.visual_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  height: 100px;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 4;
}
.visual_search:after {
  display: block;
  content: "";
  margin-top: 50px;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: auto;
  left: 0;
}
.visual_search > strong {
  display: block;
  width: 144px;
  height: 100%;
  line-height: 100px;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 1.75rem;
  color: #fff;
  background-color: #2094e9;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.visual_search > strong:after {
  display: block;
  content: "";
  width: 140px;
  height: 80px;
  background-color: #148ae2;
  position: absolute;
  top: 56px;
  left: 36px;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
  z-index: -1;
}
.visual_search > strong > span {
  position: relative;
  z-index: 1;
}
.visual_search .search_wrap {
  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: 30px 45px;
  width: 1026px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.visual_search .search_wrap .s_input {
  position: relative;
}
.visual_search .search_wrap .s_input > input {
  width: 415px;
  height: 45px;
  font-size: 1.125rem;
  color: #203044;
  border-bottom: 3px solid #203044;
}
.visual_search .search_wrap .s_input > input::-webkit-input-placeholder {
  color: #203044;
}
.visual_search .search_wrap .s_input > input::-moz-placeholder {
  color: #203044;
}
.visual_search .search_wrap .s_input > input:-ms-input-placeholder {
  color: #203044;
}
.visual_search .search_wrap .s_input > input::-ms-input-placeholder {
  color: #203044;
}
.visual_search .search_wrap .s_input > input::placeholder {
  color: #203044;
}
.visual_search .search_wrap .s_input > button {
  width: 18px;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background-image: url(./../img/ico_search.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}
.visual_search .search_wrap .s_hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  overflow: hidden;
}
.visual_search .search_wrap .s_hash > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
  height: 100%;
  padding: 0 15px;
  background-color: #f4f5f9;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.visual_search .search_wrap .s_hash > li:first-child {
  margin-left: 0;
}
.visual_search .search_wrap .s_hash > li a {
  font-size: 1rem;
  color: #203044;
}

.visual_live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 70px;
  border-radius: 24px;
  -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;
}
.visual_live > strong {
  display: block;
  width: 144px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 0;
  background: #ed2231 url(./../img/main_live.png) center no-repeat;
}
.visual_live .live_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 45px;
  width: 1026px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
}
.visual_live .live_wrap p {
  width: 100%;
  text-align: left;
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
}
.visual_live .live_wrap strong {
  padding-right: 15px;
  position: relative;
}
.visual_live .live_wrap strong::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #858588;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 5px;
}
.visual_live:hover .live_wrap p {
  text-decoration: underline;
  text-underline-position: under;
}

#contents.main {
  margin: 0 auto;
  width: 1340px;
  background: none;
}

.main_subt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 75px;
  padding-bottom: 20px;
}
.main_subt.bot {
  display: block;
  padding-bottom: 30px;
}
.main_subt.bot p {
  margin-left: 0;
  margin-top: 10px;
}
.main_subt h3 {
  font-size: 2.25rem;
  line-height: 1.2em;
  color: #333;
}
.main_subt p {
  margin-left: 40px;
  line-height: 1.2em;
  font-size: 1rem;
  color: #424645;
}

.main_arw {
  font-size: 0;
  vertical-align: top;
}
.main_arw button {
  display: inline-block;
  padding: 5px;
  width: 10px;
  height: 18px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.main_arw button.prev {
  background-image: url(./../img/ico_arw-prev.png);
}
.main_arw button.next {
  margin-left: 14px;
  background-image: url(./../img/ico_arw-next.png);
}

.pubc_wrap {
  padding: 45px 60px 0;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.pubc_wrap .main_arw.pubc {
  position: absolute;
  top: -40px;
  right: 15px;
}
.pubc_wrap .pubc_slide {
  padding-bottom: 45px;
  overflow-x: hidden;
}
.pubc_wrap .pubc_slide:after {
  display: block;
  content: "";
  clear: both;
}
.pubc_wrap .pubc_slide .p_box {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 10px;
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.pubc_wrap .pubc_slide .p_box:hover .p_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.pubc_wrap .pubc_slide .p_box:hover .p_txt p {
  text-decoration: underline;
}
.pubc_wrap .pubc_slide .p_box .p_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 170px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.pubc_wrap .pubc_slide .p_box .p_img img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pubc_wrap .pubc_slide .p_box .p_txt {
  margin-left: 30px;
  max-width: 206px;
}
.pubc_wrap .pubc_slide .p_box .p_txt > strong {
  display: block;
  margin-bottom: 15px;
  max-height: 2.4em;
  line-height: 1.2em;
  font-size: 1.125rem;
  font-weight: 500;
  color: #2094e9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.pubc_wrap .pubc_slide .p_box .p_txt > p {
  max-height: 7em;
  line-height: 1.4em;
  font-size: 1rem;
  color: #203044;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 7em;
  word-break: break-all;
}
.pubc_wrap .pubc_slide .p_box .p_txt > span {
  display: inline-block;
  margin-top: 40px;
  padding-right: 27px;
  height: 20px;
  font-size: 1rem;
  color: #203044;
  background: url(./../img/pubc_arw.png) right center no-repeat;
}

.latest_publication {
  position: relative;
  margin-top: 100px;
}
.latest_publication * {
  line-height: 1.2em;
}
.latest_publication h3 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
  color: #333;
}
.latest_publication .card_wrap {
  width: 1390px;
  height: 390px;
  margin: 0 auto;
  overflow: hidden;
}
.latest_publication .card_wrap .card_list {
  width: 2000%;
  height: 100%;
  position: relative;
  left: 0;
}
.latest_publication .card_wrap .card_list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
}
.latest_publication .card_wrap .card_list a {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 120px;
  padding: 0 36px;
  margin-right: -30px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 125px;
  opacity: 0;
  cursor: default;
  overflow: hidden;
}
.latest_publication .card_wrap .card_list a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  height: 40%;
}
.latest_publication .card_wrap .card_list a .p_img {
  display: none;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.latest_publication .card_wrap .card_list a .p_txt {
  position: relative;
  z-index: 1;
}
.latest_publication .card_wrap .card_list a .p_txt strong {
  font-size: 16px;
  color: #2094e9;
  display: block;
  font-weight: 500;
}
.latest_publication .card_wrap .card_list a .p_txt p {
  font-size: 14px;
  color: #203044;
  margin-top: 6px;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 42px;
}
.latest_publication .card_wrap .card_list a.out {
  z-index: 1;
  opacity: 1;
}
.latest_publication .card_wrap .card_list a.prev, .latest_publication .card_wrap .card_list a.next, .latest_publication .card_wrap .card_list a.now {
  padding: 0 10px;
  opacity: 1;
}
.latest_publication .card_wrap .card_list a.prev .p_img, .latest_publication .card_wrap .card_list a.next .p_img, .latest_publication .card_wrap .card_list a.now .p_img {
  display: block;
}
.latest_publication .card_wrap .card_list a.prev .p_txt, .latest_publication .card_wrap .card_list a.next .p_txt, .latest_publication .card_wrap .card_list a.now .p_txt {
  text-align: center;
}
.latest_publication .card_wrap .card_list a.next, .latest_publication .card_wrap .card_list a.prev {
  width: 230px;
  height: 240px;
  z-index: 2;
  top: 65px;
}
.latest_publication .card_wrap .card_list a.next .p_txt p, .latest_publication .card_wrap .card_list a.prev .p_txt p {
  display: none;
}
.latest_publication .card_wrap .card_list a.now {
  width: 370px;
  height: 390px;
  z-index: 3;
  top: 0;
  cursor: pointer;
}
.latest_publication .card_wrap .card_list a.now::after {
  background-color: #2094e9;
}
.latest_publication .card_wrap .card_list a.now .p_txt strong {
  color: #fff;
  font-size: 20px;
}
.latest_publication .card_wrap .card_list a.now .p_txt p {
  font-size: 16px;
  width: 80%;
  margin: 6px auto 0;
}
.latest_publication .card_wrap .card_list.motion.off {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.latest_publication .card_wrap .card_list.motion a {
  -webkit-transition-property: opacity, width, height;
  transition-property: opacity, width, height;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.latest_publication .card_wrap .card_list.motion a::after {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.latest_publication .card_wrap .card_list.motion a .p_img {
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.latest_publication .card_wrap .card_list.motion a .p_txt strong, .latest_publication .card_wrap .card_list.motion a .p_txt p {
  -webkit-transition-property: font-size;
  transition-property: font-size;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.latest_publication .card_move {
  position: absolute;
  right: 0;
  top: 0%;
}
.latest_publication .card_move * {
  display: inline-block;
  vertical-align: top;
}
.latest_publication .card_move button {
  width: 10px;
  height: 18px;
  text-indent: -99999em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url(../img/ico_arw-next.png);
  margin: 0 10px;
}
.latest_publication .card_move button:first-child {
  background-image: url(../img/ico_arw-prev.png);
}
.latest_publication .card_move span {
  padding: 0 5px;
  letter-spacing: 2px;
  display: none;
}
.latest_publication .card_move span em {
  line-height: 18px;
  text-align: center;
  width: 26px;
}
.latest_publication .card_move span em:first-child {
  color: #2094e9;
  font-weight: 700;
}

.major_industries {
  margin-top: 100px;
  padding-bottom: 20px;
}
.major_industries h3 {
  font-size: 36px;
  color: #333;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.major_industries h3 span {
  font-size: 16px;
  color: #424645;
  font-weight: 400;
  padding-left: 12px;
  padding-top: 2px;
  display: block;
  width: 306px;
  line-height: 1.3em;
}

.indst_list {
  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;
}
.indst_list li {
  margin-bottom: 30px;
  width: 18.8%;
  -webkit-box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.indst_list li.view_all {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.indst_list li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.indst_list li > a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.indst_list li > a:hover span {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.indst_list li span {
  width: 100%;
  line-height: 1.2em;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.indst_list li img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.noti_report {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.noti_report .noti_wrap {
  width: 49%;
}
.noti_report .noti_wrap .noti_catg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.noti_report .noti_wrap .noti_catg li {
  margin-left: 30px;
}
.noti_report .noti_wrap .noti_catg li > button {
  padding-right: 2px;
  text-align: left;
  font-size: 1.25rem;
  border-width: 0;
  position: relative;
}
.noti_report .noti_wrap .noti_catg li > button:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #2094e9;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.noti_report .noti_wrap .noti_catg li.on > button, .noti_report .noti_wrap .noti_catg li:hover > button {
  font-weight: 700;
  color: #2094e9;
}
.noti_report .noti_wrap .noti_catg li.on > button:after, .noti_report .noti_wrap .noti_catg li:hover > button:after {
  width: 100%;
}
.noti_report .noti_wrap .noti_list {
  padding: 22px 70px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noti_report .noti_wrap .noti_list li {
  padding: 30px 0 25px;
  border-bottom: 1px solid #dfdfdf;
}
.noti_report .noti_wrap .noti_list li:last-child {
  border: none;
}
.noti_report .noti_wrap .noti_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.noti_report .noti_wrap .noti_list li a strong {
  width: 11%;
  font-weight: 400;
  color: #2094e9;
}
.noti_report .noti_wrap .noti_list li a p {
  width: 74%;
  font-weight: 400;
  color: #203044;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: unset;
}
.noti_report .noti_wrap .noti_list li a p.new {
  position: relative;
  width: 66%;
  padding-right: 8%;
}
.noti_report .noti_wrap .noti_list li a p.new:after {
  display: block;
  content: "NEW";
  padding: 0 10px 0 7px;
  font-size: 0.75rem;
  color: #fff;
  background-color: #2094e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.noti_report .noti_wrap .noti_list li a span {
  width: 20%;
  margin-left: 5%;
  font-size: 1.125rem;
  color: #b2b9cb;
  margin-left: auto;
  text-align: right;
}
.noti_report .noti_wrap.two .noti_list li a strong {
  width: 17%;
  display: none;
}
.noti_report .noti_wrap.two .noti_list li a p {
  width: 90%;
}
.noti_report .noti_wrap.two .noti_list li a p.new {
  width: 82%;
}

.semi_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.semi_list li {
  padding: 30px 50px;
  width: 49%;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.semi_list li:nth-child(2n) {
  margin-left: 2%;
}
.semi_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.semi_list li a:hover .s_date {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.semi_list li a:hover .s_txt p {
  text-decoration: underline;
}
.semi_list li a .s_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 138px;
  height: 138px;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  font-size: 1.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.semi_list li a .s_date strong {
  display: block;
  line-height: 1.2em;
  font-size: 2.875rem;
}
.semi_list li a .s_txt {
  padding-left: 40px;
  max-width: 415px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.semi_list li a .s_txt strong {
  font-size: 1rem;
  font-weight: 500;
  color: #2094e9;
}
.semi_list li a .s_txt p {
  margin: 10px 0;
  max-height: 4.2em;
  line-height: 1.4em;
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.semi_list li a .s_txt span {
  line-height: 2em;
  font-size: 0.875rem;
  color: #424645;
}

.media_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.media_wrap h4 {
  font-size: 1.625rem;
  color: #333;
}
.media_wrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.media_wrap .slick-dots li {
  margin: 0 5px;
  width: 14px;
  height: 14px;
}
.media_wrap .slick-dots li:first-child button {
  margin-top: 0;
}
.media_wrap .slick-dots li.slick-active button {
  background-color: #203044;
}
.media_wrap .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  background-color: #c2cad9;
  border-radius: 100%;
}
.media_wrap .movie_wrap {
  width: 564px;
  overflow: hidden;
}
.media_wrap .movie_wrap .main_arw.movie {
  padding-bottom: 5px;
  text-align: right;
}
.media_wrap .movie_wrap .movie_slide {
  position: relative;
  z-index: 0;
}
.media_wrap .movie_wrap .movie_slide .m_box {
  float: left;
}
.media_wrap .movie_wrap .movie_slide .m_box button {
  position: relative;
}
.media_wrap .movie_wrap .movie_slide .m_box button:after {
  display: block;
  content: "";
  width: 95px;
  height: 95px;
  background-image: url(./../img/main_play.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.media_wrap .movie_wrap .movie_slide .m_box button img {
  width: 564px;
  display: block;
}
.media_wrap .report_wrap {
  width: 450px;
  overflow: hidden;
  margin-left: 14px;
}
.media_wrap .report_wrap .main_arw.report {
  text-align: right;
  padding-bottom: 4px;
}
.media_wrap .report_wrap .subt_slide {
  position: relative;
  z-index: 0;
}
.media_wrap .report_wrap .s_box {
  float: left;
  width: 100%;
}
.media_wrap .report_wrap .s_box a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.media_wrap .report_wrap .s_box img {
  width: 100%;
}
.media_wrap .list_wrap {
  margin-left: 16px;
  width: 318px;
  overflow: hidden;
}
.media_wrap .list_wrap .main_arw.list {
  text-align: right;
  padding-bottom: 4px;
}
.media_wrap .list_wrap .list_slide.mo {
  display: none;
}
.media_wrap .list_wrap .list_slide .slick-slide {
  float: left;
}
.media_wrap .list_wrap .list_slide .slick-slide > div {
  margin: 0 16px 10px 0;
}
.media_wrap .list_wrap .list_slide .slick-slide > div .l_box {
  vertical-align: top;
}
.media_wrap .list_wrap .list_slide .slick-dots {
  margin-top: 20px;
}
.media_wrap .list_wrap .list_slide .l_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.media_wrap .list_wrap .list_slide .l_box img {
  width: 100%;
}

.newsletter_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}
.newsletter_body .news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 628px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 31px 40px 35px;
  background-color: #0099fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}
.newsletter_body .news_wrap h3 {
  font-size: 3.125rem;
  color: #fff;
}
.newsletter_body .news_wrap p {
  margin: 25px 0;
  line-height: 1.3em;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
}
.newsletter_body .news_wrap .n_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter_body .news_wrap .n_txt .n_input {
  padding: 10px 30px;
  width: 542px;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.newsletter_body .news_wrap .n_txt .n_input > input {
  padding-right: 165px;
  width: 100%;
  height: 40px;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.newsletter_body .news_wrap .n_txt .n_input > input::-webkit-input-placeholder {
  color: #949da9;
}
.newsletter_body .news_wrap .n_txt .n_input > input::-moz-placeholder {
  color: #949da9;
}
.newsletter_body .news_wrap .n_txt .n_input > input:-ms-input-placeholder {
  color: #949da9;
}
.newsletter_body .news_wrap .n_txt .n_input > input::-ms-input-placeholder {
  color: #949da9;
}
.newsletter_body .news_wrap .n_txt .n_input > input::placeholder {
  color: #949da9;
}
.newsletter_body .news_wrap .n_txt .n_input > button {
  width: 175px;
  height: 55px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsletter_body .news_wrap .n_img {
  margin-left: 50px;
  width: 157px;
}
.newsletter_body .news_wrap .n_img img {
  width: 100%;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.newsletter_body .news_btn_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-right: 40px;
}
.newsletter_body .news_btn_wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
  text-align: center;
}
.newsletter_body .news_btn_wrap > div.news {
  background-color: #0099fc;
}
.newsletter_body .news_btn_wrap > div.news a:hover {
  color: #0099fc;
}
.newsletter_body .news_btn_wrap > div.subs {
  background-color: #3c64ff;
}
.newsletter_body .news_btn_wrap > div.subs a:hover {
  color: #3c64ff;
}
.newsletter_body .news_btn_wrap h3 {
  font-size: 2.5rem;
  color: #fff;
}
.newsletter_body .news_btn_wrap p {
  margin: 30px 0 45px;
  line-height: 1.3em;
  font-size: 1.125rem;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
}
.newsletter_body .news_btn_wrap a {
  width: 175px;
  padding: 18px 0;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}
.newsletter_body .news_wrap_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter_body .news_wrap_img span {
  display: inline-block;
  width: 225px;
}
.newsletter_body .news_wrap_img span + span {
  margin-left: 10px;
}
.newsletter_body .news_wrap_img span a img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 25px;
}
.newsletter_body .news_wrap_img .mo {
  display: none;
}

.onair_popup {
  position: fixed;
  top: -99999em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px;
  background: url(../img/bg_popup.png) no-repeat;
  background-size: 100% auto;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  z-index: 10;
}
.onair_popup.open {
  top: 0;
}
.onair_popup .visual_live {
  margin-top: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.onair_popup .visual_live strong {
  width: 173px;
  height: 80px;
  line-height: 80px;
}
.onair_popup .visual_live .live_wrap {
  width: calc(100% - 173px);
  height: 80px;
  padding: 0 30px;
}
.onair_popup .visual_live .live_wrap p {
  font-size: 1.25rem;
}
.onair_popup .visual_live:hover p {
  text-decoration: none;
}
.onair_popup .pop_cont {
  margin: 30px 87px 0 173px;
}
.onair_popup .pop_cont .utb_wrap {
  position: relative;
  margin-bottom: 30px;
}
.onair_popup .pop_cont .utb_wrap .utb_frmae {
  position: relative;
  width: 600px;
  background: #000;
}
.onair_popup .pop_cont .utb_wrap .utb_frmae img {
  display: block;
  width: 100%;
}
.onair_popup .pop_cont .utb_wrap .utb_frmae iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.onair_popup .pop_cont .utb_wrap .btn_utb {
  position: absolute;
  bottom: 0;
  right: 0;
}
.onair_popup .pop_cont .utb_wrap .btn_utb a, .onair_popup .pop_cont .utb_wrap .btn_utb button {
  display: block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  margin-top: 10px;
  border-radius: 7px;
  background: #000;
  color: #fff;
  text-align: center;
}
.onair_popup .pop_cont p {
  font-size: 1.25rem;
}
.onair_popup .pop_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 32px 22px 0;
}
.onair_popup .pop_close .btn_x {
  margin-left: 20px;
  width: 30px;
  height: 34px;
  font-size: 0;
  background-image: url(./../img/ico_x2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.onair_popup .pop_close .comm_check input[type=checkbox] + span {
  padding-left: 30px;
  font-size: 1rem;
  color: #000;
}
.onair_popup .pop_close .comm_check input[type=checkbox] + span::before {
  border-color: #999;
  border-radius: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.onair_popup .pop_close .comm_check input[type=checkbox] + span::after {
  background-color: #999;
  border-radius: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 1280px) {
  #main {
    margin-top: -120px;
    padding-bottom: 8.59375vw;
    width: 100%;
    min-width: auto;
  }
  #main .bg_logo {
    height: 17.8125vw;
    margin-left: -52.34375vw;
    top: 42.1875vw;
  }
  #main_visual {
    padding-top: 140px;
    width: 90%;
    position: relative;
    z-index: 20;
  }
  .visual_slide {
    padding-right: 4.296875vw;
  }
  .visual_slide .slick-dots li {
    margin: 0.78125vw 0;
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .visual_slide .slick-dots button.v_btn {
    margin: 0.78125vw 0;
    width: 1.5625vw;
    height: 1.5625vw;
    background-size: contain;
  }
  .visual_slide .v_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .visual_slide .v_box .v_txt {
    margin-right: 2.34375vw;
    width: 48.28125vw;
  }
  .visual_slide .v_box .v_txt > span {
    margin-bottom: 1.953125vw;
    padding: 1.171875vw 1.5625vw;
    font-size: 0.8888888889rem;
    border-radius: 1.953125vw;
  }
  .visual_slide .v_box .v_txt > h2 {
    padding-bottom: 1.953125vw;
    font-size: 2.7777777778rem;
  }
  .visual_slide .v_box .v_txt > strong {
    font-size: 1.1111111111rem;
  }
  .visual_slide .v_box .v_txt > strong span {
    margin-top: 1.171875vw;
    font-size: 0.8888888889rem;
  }
  .visual_slide .v_box .v_txt > p {
    margin-top: 2.734375vw;
    padding-bottom: 1.953125vw;
    font-size: 1rem;
  }
  .visual_slide .v_box .v_txt > button {
    width: 12.5vw;
    height: 3.125vw;
    font-size: 0.7777777778rem;
    border-radius: 0.78125vw;
  }
  .visual_slide .v_box .v_img {
    width: 36.40625vw;
  }
  .visual_slide .v_box .v_img strong {
    width: 80%;
    height: 80%;
    max-height: 3.6em;
    line-height: 1.2em;
    font-size: 1.6666666667rem;
    top: 10%;
    left: 10%;
  }
  .visual_slide .v_box .v_img img {
    border-radius: 2.734375vw;
  }
  .visual_search {
    margin-top: 5.46875vw;
    height: 7.8125vw;
    border-radius: 1.171875vw;
  }
  .visual_search:after {
    height: 0.234375vw;
    margin-top: 3.90625vw;
  }
  .visual_search > strong {
    width: 11.25vw;
    line-height: 7.8125vw;
    border-top-left-radius: 1.171875vw;
    border-bottom-left-radius: 1.171875vw;
    font-size: 1.1111111111rem;
  }
  .visual_search > strong:after {
    width: 10.9375vw;
    height: 6.25vw;
    top: 4.375vw;
    left: 2.8125vw;
  }
  .visual_search .search_wrap {
    padding: 2.34375vw 3.515625vw;
    width: 80.15625vw;
    border-top-right-radius: 1.171875vw;
    border-bottom-right-radius: 1.171875vw;
  }
  .visual_search .search_wrap .s_input > input {
    width: 27.34375vw;
    height: 3.515625vw;
    font-size: 0.8888888889rem;
    color: #203044;
    border-width: 0.234375vw;
  }
  .visual_search .search_wrap .s_input > button {
    width: 1.40625vw;
    background-size: contain;
  }
  .visual_search .search_wrap .s_hash > li {
    margin-left: 0.9375vw;
    padding: 0 1.171875vw;
    border-radius: 2.34375vw;
  }
  .visual_search .search_wrap .s_hash > li a {
    font-size: 0.7777777778rem;
  }
  .visual_live {
    margin-top: 5.46875vw;
    border-radius: 1.875vw;
    -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);
  }
  .visual_live > strong {
    display: block;
    width: 11.25vw;
    height: 3.75vw;
    line-height: 3.75vw;
    background-size: 7.8125vw;
  }
  .visual_live .live_wrap {
    padding: 0 3.515625vw;
    width: calc(100% - 11.25vw);
    height: 3.75vw;
  }
  .visual_live .live_wrap p {
    font-size: 0.8888888889rem;
  }
  #contents.main {
    width: 95%;
  }
  .main_subt {
    margin-top: 5.859375vw;
    padding-bottom: 1.5625vw;
  }
  .main_subt.bot {
    padding-bottom: 2.34375vw;
  }
  .main_subt.bot p {
    margin-top: 0.78125vw;
  }
  .main_subt h3 {
    font-size: 1.5555555556rem;
  }
  .main_subt p {
    margin-left: 3.125vw;
    font-size: 0.6666666667rem;
  }
  .main_arw button {
    padding: 0.390625vw;
    width: 0.78125vw;
    height: 1.171875vw;
    background-size: 0.78125vw auto;
  }
  .main_arw button.next {
    margin-left: 1.5625vw;
  }
  .pubc_wrap {
    padding: 3.515625vw 4.6875vw 0;
    border-radius: 1.171875vw;
  }
  .pubc_wrap .main_arw.pubc {
    top: -3.125vw;
    right: 1.171875vw;
  }
  .pubc_wrap .pubc_slide {
    padding-bottom: 3.515625vw;
  }
  .pubc_wrap .pubc_slide .p_box {
    padding: 0 0.78125vw;
  }
  .pubc_wrap .pubc_slide .p_box .p_img {
    width: 9.375vw;
    -webkit-box-shadow: 0.78125vw 0.78125vw 0.78125vw rgba(0, 0, 0, 0.05);
            box-shadow: 0.78125vw 0.78125vw 0.78125vw rgba(0, 0, 0, 0.05);
  }
  .pubc_wrap .pubc_slide .p_box .p_txt {
    margin-left: 2.34375vw;
    max-width: 16.09375vw;
  }
  .pubc_wrap .pubc_slide .p_box .p_txt > strong {
    margin-bottom: 1.171875vw;
    font-size: 1rem;
  }
  .pubc_wrap .pubc_slide .p_box .p_txt > p {
    font-size: 0.8888888889rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.2em;
  }
  .pubc_wrap .pubc_slide .p_box .p_txt > span {
    margin-top: 3.125vw;
    padding-right: 2.109375vw;
    height: 1.5625vw;
    line-height: 1.5625vw;
    font-size: 0.8888888889rem;
    background-size: contain;
  }
  .latest_publication {
    margin-top: 7.03125vw;
  }
  .latest_publication h3 {
    font-size: 2rem;
    position: static;
  }
  .latest_publication .card_wrap {
    width: 94.53125vw;
    height: 30.46875vw;
  }
  .latest_publication .card_wrap .card_list a {
    width: 19.53125vw;
    height: 9.375vw;
    padding: 0 2.8125vw;
    margin-right: -2.34375vw;
    border-radius: 1.5625vw;
    top: 9.765625vw;
  }
  .latest_publication .card_wrap .card_list a .p_img {
    margin-bottom: 1.71875vw;
  }
  .latest_publication .card_wrap .card_list a .p_txt strong {
    font-size: 0.8888888889rem;
  }
  .latest_publication .card_wrap .card_list a .p_txt p {
    font-size: 0.7777777778rem;
    margin-top: 0.46875vw;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.1875vw;
    line-height: 1.4em;
  }
  .latest_publication .card_wrap .card_list a.next, .latest_publication .card_wrap .card_list a.prev, .latest_publication .card_wrap .card_list a.now {
    padding: 0 0.78125vw;
  }
  .latest_publication .card_wrap .card_list a.next, .latest_publication .card_wrap .card_list a.prev {
    width: 17.96875vw;
    height: 18.75vw;
    top: 5.078125vw;
  }
  .latest_publication .card_wrap .card_list a.now {
    width: 28.90625vw;
    height: 30.46875vw;
  }
  .latest_publication .card_wrap .card_list a.now strong {
    font-size: 1.1111111111rem;
  }
  .latest_publication .card_wrap .card_list a.now p {
    font-size: 0.8888888889rem;
  }
  .latest_publication .card_move button {
    width: 0.78125vw;
    height: 1.40625vw;
    background-size: 0.78125vw auto;
    margin: 0 0.78125vw;
  }
  .latest_publication .card_move span {
    padding: 0 0.390625vw;
    letter-spacing: 0;
  }
  .latest_publication .card_move span em {
    line-height: 1.40625vw;
    width: 3.125vw;
  }
  .major_industries {
    margin-top: 7.8125vw;
    padding-bottom: 1.5625vw;
  }
  .major_industries h3 {
    font-size: 2rem;
    margin-bottom: 1.875vw;
  }
  .major_industries h3 span {
    font-size: 0.8888888889rem;
    padding-left: 0.9375vw;
    padding-top: 1px;
    width: 31.25vw;
  }
  .indst_list li {
    margin-bottom: 2.34375vw;
    -webkit-box-shadow: 0.78125vw 0.78125vw 1.5625vw rgba(0, 0, 0, 0.2);
            box-shadow: 0.78125vw 0.78125vw 1.5625vw rgba(0, 0, 0, 0.2);
    border-radius: 1.171875vw;
  }
  .indst_list li span {
    font-size: 1.1111111111rem;
  }
  .noti_report .noti_wrap .noti_catg li {
    margin-left: 2.34375vw;
  }
  .noti_report .noti_wrap .noti_catg li > button {
    padding-right: 0.15625vw;
    font-size: 1rem;
  }
  .noti_report .noti_wrap .noti_catg li > button:after {
    height: 0.15625vw;
    bottom: -0.546875vw;
  }
  .noti_report .noti_wrap .noti_list {
    padding: 1.171875vw 3.125vw;
    border-radius: 1.953125vw;
  }
  .noti_report .noti_wrap .noti_list li {
    padding: 1.5625vw 0 1.171875vw;
  }
  .noti_report .noti_wrap .noti_list li a {
    font-size: 1rem;
  }
  .noti_report .noti_wrap .noti_list li a p.new:after {
    padding: 0 0.78125vw 0 0.546875vw;
    font-size: 0.6666666667rem;
    border-radius: 0.78125vw;
  }
  .noti_report .noti_wrap .noti_list li a span {
    font-size: 0.8333333333rem;
  }
  .semi_list li {
    padding: 2.34375vw 3.90625vw;
    border-radius: 1.953125vw;
  }
  .semi_list li a .s_date {
    width: 10.78125vw;
    height: 10.78125vw;
    font-size: 0.7777777778rem;
  }
  .semi_list li a .s_date strong {
    font-size: 2rem;
  }
  .semi_list li a .s_txt {
    padding-left: 3.125vw;
    max-width: 32.421875vw;
  }
  .semi_list li a .s_txt strong {
    font-size: 0.8888888889rem;
  }
  .semi_list li a .s_txt p {
    margin: 0.78125vw 0;
    font-size: 1.1111111111rem;
  }
  .semi_list li a .s_txt span {
    font-size: 0.7777777778rem;
  }
  .media_wrap h4 {
    font-size: 1.4444444444rem;
  }
  .media_wrap .slick-dots {
    margin-top: 1.5625vw;
  }
  .media_wrap .slick-dots li {
    margin: 0 0.390625vw;
    width: 1.09375vw;
    height: 1.09375vw;
  }
  .media_wrap .movie_wrap {
    width: 39.0625vw;
  }
  .media_wrap .movie_wrap .slick-dots {
    margin-top: 1.796875vw;
  }
  .media_wrap .movie_wrap .main_arw.movie {
    padding-bottom: 0.390625vw;
  }
  .media_wrap .movie_wrap .movie_slide .m_box button:after {
    width: 7.421875vw;
    height: 7.421875vw;
    background-size: contain;
  }
  .media_wrap .movie_wrap .movie_slide .m_box button img {
    width: 39.0625vw;
  }
  .media_wrap .report_wrap {
    margin-left: 1%;
    width: 31.25vw;
  }
  .media_wrap .report_wrap .slick-dots {
    margin-top: 1.796875vw;
  }
  .media_wrap .report_wrap .s_box {
    width: 33.4375vw;
  }
  .media_wrap .report_wrap .s_box a {
    border-radius: 0.9375vw;
  }
  .media_wrap .list_wrap {
    width: 21.875vw;
    margin-left: 1%;
  }
  .media_wrap .list_wrap .list_slide {
    overflow: hidden;
  }
  .media_wrap .list_wrap .list_slide .slick-slide > div {
    margin: 0 1.25vw 0.78125vw 0;
  }
  .media_wrap .list_wrap .list_slide .slick-dots {
    margin-top: 2.03125vw;
  }
  .newsletter_body {
    margin-top: 7.8125vw;
  }
  .newsletter_body .news_wrap_img {
    margin-left: 0.78125vw;
  }
  .newsletter_body .news_wrap_img span {
    width: 15.625vw;
  }
  .newsletter_body .news_wrap_img span + span {
    margin-left: 0.78125vw;
  }
  .newsletter_body .news_wrap_img span a img {
    border-radius: 0.78125vw;
  }
  .newsletter_body .news_wrap {
    width: 46.875vw;
    padding: 2.421875vw 3.125vw 2.734375vw;
    border-radius: 1.953125vw;
  }
  .newsletter_body .news_wrap h3 {
    font-size: 2.4444444444rem;
    color: #fff;
  }
  .newsletter_body .news_wrap p {
    margin: 1.953125vw 0;
    font-size: 1rem;
  }
  .newsletter_body .news_wrap .n_txt .n_input {
    padding: 0.78125vw 2.34375vw;
    width: 100%;
    height: 4.6875vw;
    border-radius: 0.78125vw;
  }
  .newsletter_body .news_wrap .n_txt .n_input > input {
    padding-right: 12.890625vw;
    height: 3.125vw;
    font-size: 0.8888888889rem;
  }
  .newsletter_body .news_wrap .n_txt .n_input > button {
    width: 13.671875vw;
    height: 3.90625vw;
    font-size: 1rem;
    border-radius: 0.78125vw;
    right: 0.234375vw;
  }
  .newsletter_body .news_wrap .n_img {
    margin-left: 3.90625vw;
    width: 12.265625vw;
  }
  .newsletter_body .news_btn_wrap {
    gap: 1.09375vw;
    margin-right: 3.125vw;
  }
  .newsletter_body .news_btn_wrap > div {
    padding: 3.125vw 1.5625vw 2.5vw;
    border-radius: 1.953125vw;
  }
  .newsletter_body .news_btn_wrap h3 {
    font-size: 2.2222222222rem;
  }
  .newsletter_body .news_btn_wrap p {
    margin: 2.34375vw 0 3.515625vw;
    font-size: 1rem;
  }
  .newsletter_body .news_btn_wrap a {
    width: 13.671875vw;
    padding: 1.40625vw 0;
    border-radius: 0.625vw;
    font-size: 1.1111111111rem;
  }
  .onair_popup {
    width: 78.125vw;
    border-bottom-left-radius: 2.34375vw;
    border-bottom-right-radius: 2.34375vw;
  }
  .onair_popup .visual_live strong {
    width: 13.515625vw;
    height: 6.25vw;
    line-height: 6.25vw;
  }
  .onair_popup .visual_live .live_wrap {
    width: calc(100% - 13.515vw);
    height: 6.25vw;
    padding: 0 2.34375vw;
  }
  .onair_popup .visual_live .live_wrap p {
    font-size: 1.1111111111rem;
  }
  .onair_popup .pop_cont {
    margin: 2.34375vw 6.796875vw 0 13.515625vw;
  }
  .onair_popup .pop_cont .utb_wrap {
    margin-bottom: 2.34375vw;
  }
  .onair_popup .pop_cont .utb_wrap .utb_frmae {
    width: 46.875vw;
  }
  .onair_popup .pop_cont .utb_wrap .btn_utb a, .onair_popup .pop_cont .utb_wrap .btn_utb button {
    width: 9.375vw;
    height: 3.4375vw;
    line-height: 3.4375vw;
    margin-top: 0.78125vw;
    border-radius: 0.546875vw;
    font-size: 0.8888888889rem;
  }
  .onair_popup .pop_cont p {
    font-size: 1.1111111111rem;
  }
  .onair_popup .pop_close {
    padding: 0 2.5vw 1.71875vw 0;
  }
  .onair_popup .pop_close .btn_x {
    margin-left: 1.5625vw;
    width: 2.34375vw;
    height: 2.65625vw;
    background-size: 100% auto;
  }
  .onair_popup .pop_close .comm_check input[type=checkbox] + span {
    padding-left: 2.34375vw;
    font-size: 0.8888888889rem;
  }
}
@media all and (max-width: 720px) {
  #main {
    padding-bottom: 9.0277777778vw;
    background-image: url(./../img/m/main_bg.png);
    overflow: hidden;
  }
  #main .bg_logo {
    display: none;
  }
  #mobVersion .visual_slide.pc {
    display: none;
  }
  #mobVersion .visual_slide.mo {
    display: block;
  }
  #main_visual {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
  }
  .visual_slide {
    width: 100%;
    padding-right: 0;
  }
  .visual_slide .slick-dots {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 86vw;
    left: 0;
    right: auto;
    -webkit-transform: none;
            transform: none;
    z-index: 999;
  }
  .visual_slide .slick-dots li {
    margin: 0 1.3888888889vw;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
  .visual_slide .slick-dots button.v_btn {
    margin: 0 1.3888888889vw;
    width: 5.5555555556vw;
    height: 5.5555555556vw;
    background-image: url(./../img/m/ico_pause.png);
    background-repeat: no-repeat;
  }
  .visual_slide .slick-dots button.v_btn.stop {
    background-image: url(./../img/m/ico_play.png);
  }
  .visual_slide .v_box {
    display: block;
  }
  .visual_slide .v_box .v_txt {
    margin-right: 4.1666666667vw;
    width: 85.8333333333vw;
  }
  .visual_slide .v_box .v_txt > h2 {
    padding-bottom: 2.7777777778vw;
    font-size: 1.9166666667rem;
  }
  .visual_slide .v_box .v_txt > strong {
    font-size: 1.0833333333rem;
  }
  .visual_slide .v_box .v_txt > strong span {
    margin-top: 1.3888888889vw;
    font-size: 0.8333333333rem;
  }
  .visual_slide .v_box .v_txt > p {
    margin-top: 4.1666666667vw;
    padding-bottom: 7.6388888889vw;
    font-size: 0.9166666667rem;
  }
  .visual_slide .v_box .v_txt > button {
    width: 39.4444444444vw;
    height: 11.1111111111vw;
    font-size: 1rem;
    border-radius: 1.3888888889vw;
  }
  .visual_slide .v_box .v_img {
    width: 100%;
    margin-bottom: 13.8888888889vw;
  }
  .visual_slide .v_box .v_img span {
    display: inline-block;
    margin-bottom: 3.4722222222vw;
    padding: 2.5vw 2.7777777778vw;
    text-align: center;
    font-size: 0.9166666667rem;
    font-weight: 500;
    color: #203044;
    background-color: #fff;
    border-radius: 4.1666666667vw;
    position: absolute;
    top: 10%;
    left: 10%;
  }
  .visual_slide .v_box .v_img strong {
    line-height: 1.2em;
    font-size: 1.9166666667rem;
    top: 27%;
    left: 10%;
  }
  .visual_slide .v_box .v_img img {
    border-radius: 9.0277777778vw;
  }
  .visual_search {
    display: block;
    margin-top: 9.7222222222vw;
    height: auto;
    border-radius: 2.0833333333vw;
  }
  .visual_search:after {
    display: none;
  }
  .visual_search > strong {
    width: 100%;
    line-height: 13.8888888889vw;
    border-top-left-radius: 2.0833333333vw;
    border-top-right-radius: 2.0833333333vw;
    border-bottom-left-radius: 0;
    font-size: 1.1666666667rem;
  }
  .visual_search > strong:after {
    width: 100%;
    height: 200%;
    top: 7.7777777778vw;
    left: auto;
    right: -3%;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .visual_search .search_wrap {
    display: block;
    padding: 4.1666666667vw 4.1666666667vw;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.0833333333vw;
    border-bottom-right-radius: 2.0833333333vw;
  }
  .visual_search .search_wrap .s_input > input {
    padding-bottom: 0.6944444444vw;
    width: 100%;
    height: 6.25vw;
    font-size: 0.9166666667rem;
    color: #203044;
    border-width: 0.4166666667vw;
  }
  .visual_search .search_wrap .s_input > button {
    width: 4.1666666667vw;
  }
  .visual_search .search_wrap .s_hash {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2.7777777778vw;
    height: 6.6666666667vw;
  }
  .visual_search .search_wrap .s_hash > li {
    margin-left: 1.3888888889vw;
    padding: 1.3888888889vw 1.9444444444vw;
    border-radius: 3.3333333333vw;
  }
  .visual_search .search_wrap .s_hash > li a {
    font-size: 0.75rem;
  }
  .visual_live {
    margin-top: 5.5555555556vw;
    border-radius: 4.1666666667vw;
    -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);
  }
  .visual_live > strong {
    display: block;
    width: 20vw;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    background-size: 13.8888888889vw;
  }
  .visual_live .live_wrap {
    padding: 0 3.75vw;
    width: calc(100% - 20vw);
    height: 8.3333333333vw;
  }
  .visual_live .live_wrap p {
    font-size: 0.6666666667rem;
  }
  #contents.main {
    padding-left: 5.5555555556vw;
    padding-right: 5.5555555556vw;
    width: auto;
  }
  .main_subt {
    display: block;
    margin-top: 8.3333333333vw;
    padding-bottom: 4.1666666667vw;
  }
  .main_subt.bot {
    padding-bottom: 1.3888888889vw;
  }
  .main_subt.bot p {
    margin-top: 1.3888888889vw;
  }
  .main_subt h3 {
    line-height: 1.4em;
    font-size: 1.5rem;
  }
  .main_subt p {
    margin-top: 4.1666666667vw;
    margin-left: 0;
    padding-bottom: 1.3888888889vw;
    font-size: 0.8333333333rem;
  }
  .main_subt p br {
    display: none;
  }
  .main_arw button {
    padding: 5.5555555556vw 0.6944444444vw;
    width: 3.0555555556vw;
    height: 5.2777777778vw;
    background-size: 3.0555555556vw auto;
  }
  .main_arw button.prev {
    margin-left: 2.7777777778vw;
    background-image: url(./../img/m/ico_arw-prev.png);
  }
  .main_arw button.next {
    margin-right: 2.7777777778vw;
    background-image: url(./../img/m/ico_arw-next.png);
  }
  .pubc_wrap {
    padding: 6.25vw 8.3333333333vw 0;
    border-radius: 2.0833333333vw;
  }
  .pubc_wrap .main_arw.pubc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pubc_wrap .pubc_slide {
    padding-bottom: 6.25vw;
  }
  .pubc_wrap .pubc_slide .p_box {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0;
  }
  .pubc_wrap .pubc_slide .p_box .p_img {
    -ms-flex-item-align: center;
        align-self: center;
    width: 23.6111111111vw;
    -webkit-box-shadow: 1.3888888889vw 1.3888888889vw 1.3888888889vw rgba(0, 0, 0, 0.05);
            box-shadow: 1.3888888889vw 1.3888888889vw 1.3888888889vw rgba(0, 0, 0, 0.05);
  }
  .pubc_wrap .pubc_slide .p_box .p_txt {
    margin-left: 4.1666666667vw;
    max-width: 28.6111111111vw;
  }
  .pubc_wrap .pubc_slide .p_box .p_txt > strong {
    margin-bottom: 2.0833333333vw;
    font-size: 1rem;
  }
  .pubc_wrap .pubc_slide .p_box .p_txt > p {
    max-height: 4.2em;
    font-size: 0.8333333333rem;
    -webkit-line-clamp: 3;
  }
  .pubc_wrap .pubc_slide .p_box .p_txt > span {
    margin-top: 5.5555555556vw;
    padding-right: 6.25vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 0.9166666667rem;
    background-image: url(./../img/m/pubc_arw.png);
  }
  .latest_publication {
    margin-top: 12.5vw;
  }
  .latest_publication h3 {
    font-size: 1.5rem;
    position: static;
    margin-bottom: 5.5555555556vw;
  }
  .latest_publication .card_wrap {
    width: 100%;
    height: 77.7777777778vw;
    -webkit-transform: translateX(-63.8888888889vw);
            transform: translateX(-63.8888888889vw);
    padding-right: 69.4444444444vw;
  }
  .latest_publication .card_wrap .card_list a {
    width: 34.7222222222vw;
    height: 25vw;
    padding: 0 5vw;
    margin-right: -4.1666666667vw;
    border-radius: 2.7777777778vw;
    top: 22.2222222222vw;
  }
  .latest_publication .card_wrap .card_list a .p_img {
    margin-bottom: 3.0555555556vw;
  }
  .latest_publication .card_wrap .card_list a .p_txt strong {
    font-size: 0.8333333333rem;
  }
  .latest_publication .card_wrap .card_list a .p_txt p {
    font-size: 0.6666666667rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 11.1111111111vw;
    line-height: 1.4em;
    width: 80%;
    margin: 0.8333333333vw auto 0;
  }
  .latest_publication .card_wrap .card_list a.next, .latest_publication .card_wrap .card_list a.prev, .latest_publication .card_wrap .card_list a.now {
    padding: 0 1.3888888889vw;
  }
  .latest_publication .card_wrap .card_list a.next, .latest_publication .card_wrap .card_list a.prev {
    width: 47.2222222222vw;
    height: 47.2222222222vw;
    top: 11.1111111111vw;
  }
  .latest_publication .card_wrap .card_list a.now {
    width: 69.4444444444vw;
    height: 77.7777777778vw;
  }
  .latest_publication .card_wrap .card_list a.now strong {
    font-size: 1rem;
  }
  .latest_publication .card_wrap .card_list a.now p {
    font-size: 0.8333333333rem;
  }
  .latest_publication .card_move {
    top: 1.1111111111vw;
  }
  .latest_publication .card_move button {
    width: 8.3333333333vw;
    height: 6.6666666667vw;
    background-size: 1.3888888889vw auto;
    margin: 0 0.78125vw;
  }
  .latest_publication .card_move span {
    padding: 0;
    letter-spacing: 0;
    line-height: 6.6666666667vw;
  }
  .latest_publication .card_move span em {
    line-height: 6.6666666667vw;
    width: 5.5555555556vw;
  }
  .major_industries {
    margin-top: 11.1111111111vw;
    padding-bottom: 0;
  }
  .major_industries h3 {
    font-size: 1.5rem;
    margin-bottom: 3.3333333333vw;
    display: block;
  }
  .major_industries h3 span {
    font-size: 0.8333333333rem;
    padding-left: 1.6666666667vw;
    padding-top: 2.2222222222vw;
    width: auto;
  }
  .indst_list {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .indst_list li {
    margin-bottom: 4.1666666667vw;
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-shadow: 1.3888888889vw 1.3888888889vw 2.7777777778vw rgba(0, 0, 0, 0.2);
            box-shadow: 1.3888888889vw 1.3888888889vw 2.7777777778vw rgba(0, 0, 0, 0.2);
    border-radius: 2.7777777778vw;
  }
  .indst_list li span {
    font-size: 0.9583333333rem;
  }
  .noti_report {
    display: block;
    padding-right: 5.5555555556vw;
    width: 100%;
    overflow: hidden;
  }
  .noti_report .noti_wrap {
    width: auto;
  }
  .noti_report .noti_wrap .noti_catg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.7777777778vw;
  }
  .noti_report .noti_wrap .noti_catg li {
    margin-left: 4.1666666667vw;
    padding-bottom: 2.0833333333vw;
  }
  .noti_report .noti_wrap .noti_catg li:first-child {
    margin-left: 0;
  }
  .noti_report .noti_wrap .noti_catg li > button {
    padding-right: 0.2777777778vw;
    font-size: 1.0833333333rem;
  }
  .noti_report .noti_wrap .noti_catg li > button:after {
    height: 0.2777777778vw;
    bottom: -1.3888888889vw;
  }
  .noti_report .noti_wrap .noti_list {
    padding: 2.7777777778vw 4.1666666667vw;
    border-radius: 3.4722222222vw;
  }
  .noti_report .noti_wrap .noti_list li {
    padding: 2.7777777778vw 0 2.0833333333vw;
  }
  .noti_report .noti_wrap .noti_list li a {
    display: block;
    padding-left: 8.3333333333vw;
    font-size: 0.8333333333rem;
    position: relative;
  }
  .noti_report .noti_wrap .noti_list li a strong {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.4em;
  }
  .noti_report .noti_wrap .noti_list li a p {
    padding-bottom: 1.3888888889vw;
    font-size: 0.9166666667rem;
    width: 100%;
    line-height: 1.2em;
  }
  .noti_report .noti_wrap .noti_list li a p.new {
    width: 86%;
    padding-right: 14%;
  }
  .noti_report .noti_wrap .noti_list li a p.new:after {
    padding: 0 1.3888888889vw 0 0.9722222222vw;
    font-size: 0.6666666667rem;
    border-radius: 1.9444444444vw;
  }
  .noti_report .noti_wrap .noti_list li a span {
    font-size: 0.8333333333rem;
    width: auto;
  }
  .noti_report .noti_wrap.two .noti_list li a {
    padding-left: 0;
  }
  .noti_report .noti_wrap.two .noti_list li a p {
    width: 100%;
  }
  .noti_report .noti_wrap.two .noti_list li a p.new {
    width: 86%;
    padding-right: 14%;
  }
  .semi_list {
    display: block;
  }
  .semi_list li {
    margin-top: 2.7777777778vw;
    padding: 4.1666666667vw 6.9444444444vw;
    width: 100%;
    border-radius: 3.4722222222vw;
  }
  .semi_list li:first-child {
    margin-top: 0;
  }
  .semi_list li:nth-child(2n) {
    margin-left: 0;
  }
  .semi_list li a .s_date {
    width: 19.1666666667vw;
    height: 19.1666666667vw;
    font-size: 0.5833333333rem;
  }
  .semi_list li a .s_date strong {
    font-size: 1.6666666667rem;
  }
  .semi_list li a .s_txt {
    padding-left: 5.5555555556vw;
    max-width: 57.6388888889vw;
  }
  .semi_list li a .s_txt strong {
    font-size: 0.9166666667rem;
  }
  .semi_list li a .s_txt p {
    margin: 1.3888888889vw 0;
    font-size: 0.9166666667rem;
  }
  .semi_list li a .s_txt span {
    line-height: 1.2em;
    font-size: 0.75rem;
  }
  #mobVersion .main_arw.list {
    display: none;
  }
  .media_wrap {
    display: block;
  }
  .media_wrap h4 {
    padding: 2.7777777778vw 0;
    font-size: 1.0833333333rem;
  }
  .media_wrap .slick-dots {
    margin-top: 2.7777777778vw;
  }
  .media_wrap .slick-dots li {
    margin: 0 0.6944444444vw;
    width: 1.9444444444vw;
    height: 1.9444444444vw;
  }
  .media_wrap .movie_wrap {
    width: 100%;
    position: relative;
    overflow: visible;
  }
  .media_wrap .movie_wrap .slick-dots {
    margin-top: 2.7777777778vw;
  }
  .media_wrap .movie_wrap .main_arw.movie {
    display: none;
  }
  .media_wrap .movie_wrap .main_arw.movie button {
    position: relative;
  }
  .media_wrap .movie_wrap .main_arw.movie button.prev {
    margin: 0;
  }
  .media_wrap .movie_wrap .main_arw.movie button.next {
    margin: 0;
  }
  .media_wrap .movie_wrap .movie_slide .m_box button:after {
    width: 13.1944444444vw;
    height: 13.1944444444vw;
    background-size: contain;
  }
  .media_wrap .movie_wrap .movie_slide .m_box button img {
    width: 89.0277777778vw;
  }
  .media_wrap .report_wrap {
    margin-left: 0;
    width: 100%;
    overflow: hidden;
  }
  .media_wrap .report_wrap .main_arw {
    display: none;
  }
  .media_wrap .list_wrap {
    margin-left: 0;
    padding-right: 5.5555555556vw;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 3.6111111111vw;
  }
  .media_wrap .list_wrap .main_arw.list {
    display: none;
  }
  .media_wrap .list_wrap .list_slide {
    overflow: hidden;
  }
  .media_wrap .list_wrap .list_slide.pc {
    display: none;
  }
  .media_wrap .list_wrap .list_slide.mo {
    display: block;
  }
  .media_wrap .list_wrap .list_slide .slick-dots {
    margin-top: 2.7777777778vw;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .media_wrap .list_wrap .list_slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newsletter_body {
    margin-top: 13.8888888889vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletter_body .news_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5.5555555556vw 5.5555555556vw 5.5555555556vw;
    border-radius: 3.4722222222vw;
  }
  .newsletter_body .news_wrap h3 {
    font-size: 1.875rem;
    color: #fff;
  }
  .newsletter_body .news_wrap p {
    margin: 2.7777777778vw 0;
    font-size: 0.75rem;
  }
  .newsletter_body .news_wrap .n_txt {
    width: 75.6944444444vw;
    text-align: center;
  }
  .newsletter_body .news_wrap .n_txt .n_input {
    padding: 1.3888888889vw 4.1666666667vw;
    width: 100%;
    height: 11.1111111111vw;
    border-radius: 1.3888888889vw;
  }
  .newsletter_body .news_wrap .n_txt .n_input > input {
    padding-right: 22.9166666667vw;
    height: 8.3333333333vw;
    font-size: 0.8333333333rem;
  }
  .newsletter_body .news_wrap .n_txt .n_input > button {
    width: 24.1666666667vw;
    height: 10.1388888889vw;
    font-size: 0.8333333333rem;
    border-radius: 1.3888888889vw;
    right: 0.4166666667vw;
  }
  .newsletter_body .news_wrap .n_img {
    display: none;
  }
  .newsletter_body .news_btn_wrap {
    gap: 1.3888888889vw;
    margin-right: 0;
  }
  .newsletter_body .news_btn_wrap > div {
    padding: 5.5555555556vw 1.3888888889vw 4.4444444444vw;
    border-radius: 3.4722222222vw;
  }
  .newsletter_body .news_btn_wrap h3 {
    font-size: 1.5rem;
  }
  .newsletter_body .news_btn_wrap p {
    margin: 4.1666666667vw 0 6.25vw;
    font-size: 0.8333333333rem;
  }
  .newsletter_body .news_btn_wrap a {
    width: 23.6111111111vw;
    padding: 3.0555555556vw 0;
    border-radius: 1.1111111111vw;
    font-size: 1rem;
  }
  .newsletter_body .news_wrap_img {
    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;
    float: none;
    padding-right: 0;
    margin-top: 13px;
    margin-left: 0;
  }
  .newsletter_body .news_wrap_img span {
    width: 43.0555555556vw;
  }
  .newsletter_body .news_wrap_img span a img {
    border-radius: 3.4722222222vw;
  }
  .newsletter_body .news_wrap_img .pc {
    display: none;
  }
  .newsletter_body .news_wrap_img .mo {
    display: inline-block;
  }
  .newsletter_body .news_wrap_img :nth-child(4) {
    margin-left: 0;
  }
  .onair_popup {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .onair_popup .visual_live strong {
    width: 20.8333333333vw;
    height: 11.1111111111vw;
    line-height: 11.1111111111vw;
  }
  .onair_popup .visual_live .live_wrap {
    width: calc(100% - 20.82vw);
    height: 11.1111111111vw;
    padding: 0 4.1666666667vw;
  }
  .onair_popup .visual_live .live_wrap p {
    font-size: 1rem;
  }
  .onair_popup .pop_cont {
    position: relative;
    margin: 6.9444444444vw 9.1666666667vw 1.8055555556vw;
  }
  .onair_popup .pop_cont .utb_wrap {
    margin-bottom: 0;
  }
  .onair_popup .pop_cont .utb_wrap .utb_frmae {
    width: 100%;
  }
  .onair_popup .pop_cont .utb_wrap .btn_utb {
    position: relative;
    text-align: right;
  }
  .onair_popup .pop_cont .utb_wrap .btn_utb a, .onair_popup .pop_cont .utb_wrap .btn_utb button {
    display: inline-block;
    width: 22.2222222222vw;
    height: 8.3333333333vw;
    line-height: 8.3333333333vw;
    margin-top: 2.5vw;
    border-radius: 0.9722222222vw;
    font-size: 0.75rem;
  }
  .onair_popup .pop_cont p {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7.6388888889vw;
    font-size: 1rem;
  }
  .onair_popup .pop_close {
    padding: 0 2.7777777778vw 3.4722222222vw 0;
  }
  .onair_popup .pop_close .btn_x {
    margin-left: 0;
    width: 4.1666666667vw;
    height: 4.7222222222vw;
    background-size: 100% auto;
  }
  .onair_popup .pop_close .comm_check {
    display: none;
  }
}