@charset "UTF-8";

.up_motion {
  position: relative;
  top: 80px;
  opacity: 0;
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.up_motion.up {
  opacity: 1;
  top: 0;
}

#top_banner {
  background-color: #fbf6f3;
  position: relative;
  z-index: 9;
  display: none;
}

#top_banner.open {
  display: block;
}

#top_banner .banner_guide {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 190px;
}

#top_banner .banner_guide .view {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#top_banner .banner_guide .view .item_wrap {
  overflow: hidden;
}

#top_banner .banner_guide .view .item_wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
}

#top_banner .banner_guide .view .item_wrap .slick-list {
  width: 100%;
  overflow: hidden;
}

#top_banner .banner_guide .view .item_wrap .slick-track {
  overflow: hidden;
}

#top_banner .banner_guide .view .item_wrap a {
  display: block;
  color: #666;
  font-weight: 100;
}

#top_banner .banner_guide .view .item_wrap a * {
  line-height: 20px;
}

#top_banner .banner_guide .view .item_wrap a em {
  font-weight: 400;
  color: #333;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

#top_banner .banner_guide .view .item_wrap a em::after,
#top_banner .banner_guide .view .item_wrap a em::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 20px;
  background-color: #d6d6d6;
}

#top_banner .banner_guide .view .item_wrap a em::before {
  margin-right: 8px;
}

#top_banner .banner_guide .view .item_wrap a em::after {
  margin-left: 8px;
}

#top_banner .banner_guide .view .item_wrap a p {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  max-width: 76%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#top_banner .banner_guide .view .item_wrap a p.m {
  content: "";
  background: url(../img/ico_utb.png) no-repeat left center/24px auto;
  padding-left: 28px;
}

#top_banner .banner_guide .view .item_wrap a span {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-left: 12px;
}

#top_banner .banner_guide .view .item_wrap a:hover p {
  color: #f5821f;
}

#top_banner .banner_guide .view .play_stop {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#top_banner .banner_guide .view .play_stop button {
  width: 20px;
  height: 20px;
  text-indent: -99999em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-left: 4px;
}

#top_banner .banner_guide .view .play_stop button:first-child {
  margin-left: 0;
}

#top_banner .banner_guide .view .play_stop button.slick-prev {
  background-image: url(../img/btns_play01.png);
}

#top_banner .banner_guide .view .play_stop button.play {
  background-image: url(../img/btns_play03.png);
}

#top_banner .banner_guide .view .play_stop button.play.off {
  background-image: url(../img/btns_play04.png);
}

#top_banner .banner_guide .view .play_stop button.slick-next {
  background-image: url(../img/btns_play02.png);
}

#top_banner .banner_guide .view.slide {
  padding-left: 80px;
}

#top_banner .banner_guide .view.slide .play_stop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top_banner .banner_guide .view.slide .item_wrap a {
  float: left;
}

#top_banner .banner_guide .today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top_banner .banner_guide .today label {
  display: block;
  margin-top: 2px;
}

#top_banner .banner_guide .today label span {
  color: #666;
  font-size: 0.875rem;
  line-height: 16px;
  padding-left: 28px;
}

#top_banner .banner_guide .today label span::before {
  border-width: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 0;
}

#top_banner .banner_guide .today label span::after {
  top: 3px;
  left: 4px;
  border-width: 0 0 2px 2px;
  width: 8px;
  height: 6px;
  border-radius: 0;
}

#top_banner .banner_guide .today label input[type=checkbox]:checked+span::before {
  background-color: #f5821f;
}

#top_banner .banner_guide .today button {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/ico_x.png) center center no-repeat;
  text-indent: -9999em;
  margin-left: 20px;
}

#mainPage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* .main header{position:relative;background:transparent;border-bottom:2px solid rgba(228,228,228,0.2)}
.main header .top_nav-wrap{background:rgba(0,0,0,0);transition:background-color 0.5s}
.main header nav button{color:#fff}
.main header .other_link>ul>li>a{color:#fff}
.main header .other_link .allview{background-image:url(../img/btn_all-menu_w.png)}
.main header h1 a{background:url(../img/KDI_logo_w.png) 0 0 no-repeat;background-size:100% auto}
.main header h1 a img{opacity:0}
.main #contents{margin-bottom:0}
.main header.open{
    h1 a{background:none;
         img{opacity:1}
    }
    .other_link{
        .allview{background-image:url(../img/btn_all-menu.png)}
        >ul>li>a{color:#333}
    }
    nav button{color:#333;
        &:hover{color:$main-color}
    }
    .top_nav-wrap{background-color:#fff}
} */
#main_visual {
  position: relative;
  top: -126px;
  left: 0;
  width: 100%;
  height: 852px;
  margin-bottom: -126px;
  z-index: 1;
}

.main_slide_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_slide_wrap .slick-list {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.main_slide_wrap .slick-track {
  width: 100%;
  height: 100%;
}

.main_slide_wrap .main_slide {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.main_slide_wrap .main_slide.open {
  display: block;
}

.main_slide_wrap .main_slide img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main_slide_wrap .main_slide .mo {
  display: none;
}

.main_slide_wrap .prospect>div {
  position: absolute;
  left: 50%;
  bottom: 145px;
  width: 1150px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}

.main_slide_wrap .prospect>div>div {
  display: inline-block;
  vertical-align: top;
}

.main_slide_wrap .prospect .tit_box em {
  padding: 3px 15px;
  background: #fff;
  color: #000;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.main_slide_wrap .prospect .tit_box h2 {
  padding: 28px 0 24px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #fff;
}

.main_slide_wrap .prospect .tit_box a.themore {
  font-size: 1.06rem;
  color: #fff;
}

.main_slide_wrap .prospect .link_box {
  margin-left: 36px;
}

.main_slide_wrap .prospect .link_box a {
  display: table;
  margin-top: 9px;
  font-size: 1.12rem;
  line-height: 1.8em;
  color: #ffd7b4;
  border-bottom: 1px solid #ffd7b4;
}

.main_slide_wrap .prospect .link_box a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 16px;
  background: url(../img/ico_arrw_o2.png) no-repeat bottom;
}

.main_slide_wrap .thinktank>div {
  position: absolute;
  bottom: 186px;
  left: 0;
  width: 100%;
  text-align: center;
}

.main_slide_wrap .thinktank h2 {
  font-size: 3.75rem;
  line-height: 1.15em;
  color: #fff;
  font-weight: 400;
}

.main_slide_wrap .thinktank p {
  padding: 44px 0 82px;
  line-height: 100%;
  font-size: 1.87rem;
  color: #ffd7b4;
}

.main_slide_wrap .thinktank i {
  font-size: 1.5rem;
  color: #f5821f;
  font-weight: 700;
  border-bottom: 3px solid #f5821f;
}

.main_slide_wrap .forum>div {
  position: absolute;
  bottom: 270px;
  left: 0;
  width: 100%;
  text-align: center;
}

.main_slide_wrap .forum em {
  padding: 3px 71px;
  background: #fff;
  color: #000;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.main_slide_wrap .forum h2 {
  padding: 32px 0 58px;
  font-size: 3.12rem;
  color: #fff;
  font-weight: 400;
}

.main_slide_wrap .forum p {
  font-size: 1.5rem;
  color: #ffd7b4;
}

.main_slide_wrap .forum p span {
  display: block;
  padding-top: 22px;
  font-size: 1.1rem;
}

.main_slide_wrap .forum a.forum_join {
  display: block;
  margin: 76px auto 0;
  width: 333px;
  height: 60px;
  text-indent: 26px;
  line-height: 60px;
  font-size: 1.5rem;
  color: #fff;
  background: url(../img/btn_bg.png) no-repeat;
}

.main_slide_wrap .forum a.forum_join::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 60px;
  background: url(../img/ico_arrw_w.png) no-repeat right center;
  vertical-align: top;
}

.main_slide_wrap .family>div {
  position: absolute;
  bottom: 146px;
  left: 0;
  width: 100%;
  text-align: center;
}

.main_slide_wrap .family em {
  padding: 3px 70px;
  background: #fff;
  color: #000;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.main_slide_wrap .family h2 {
  padding: 30px 0 50px;
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.1em;
}

.main_slide_wrap .family p {
  font-size: 1.5rem;
  color: #ffd7b4;
  line-height: 1.4em;
}

.main_slide_wrap .family p span {
  display: block;
  padding-top: 22px;
  font-size: 1rem;
  line-height: 1em;
}

.main_slide_wrap .family a.family_join {
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
  font-size: 1.1rem;
  color: #fff;
  margin-top: 64px;
}

.main_slide_wrap {
  /* .link_pc{display:none;} */
}

.main_slide_wrap .inner-wrap {
  position: absolute;
  left: 50%;
  top: 295px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1150px;
  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;
}

.main_slide_wrap .inner-wrap.slide_mo {
  display: none;
}

.main_slide_wrap .main-box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 420px;
}

.main_slide_wrap .main-box em {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  letter-spacing: -0.6px;
  color: #f5821f;
}

.main_slide_wrap .main-box strong {
  display: block;
  margin-top: 20px;
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}

.main_slide_wrap .main-box p {
  margin-top: 35px;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

.main_slide_wrap .main-box a {
  display: block;
  margin-top: 40px;
  width: 183px;
  line-height: 44px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 17px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.main_slide_wrap .main-box a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.main_slide_wrap .layout .sub-box_wrap {
  width: 350px;
}

.main_slide_wrap .layout .sub-box+.sub-box {
  margin-top: 60px;
}

.main_slide_wrap .layout .sub-box em {
  display: inline-block;
  min-width: 80px;
  padding: 0 10px;
  line-height: 33px;
  text-align: center;
  background-color: #f5821f;
  color: #fff;
}

.main_slide_wrap .layout .sub-box strong {
  display: block;
  margin-top: 15px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -1.5px;
  color: #fff;
}

.main_slide_wrap .layout .sub-box a {
  display: block;
  width: 100%;
  line-height: 44px;
  margin-top: 10px;
  font-size: 17px;
  color: #fff;
  letter-spacing: -0.85px;
}

.main_slide_wrap .layout .sub-box a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.main_slide_wrap .floating .sub-box a {
  display: block;
}

.main_slide_wrap .floating .img-box img {
  position: initial;
  top: initial;
  left: initial;
  -webkit-transform: initial;
  transform: initial;
  height: 100%;
}

.main_slide_wrap .allimg a {
  display: block;
  width: 100%;
}

.main_slide_wrap .link_mo {
  display: none;
}

.onair {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #e30000;
  z-index: 2;
}

.onair.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onair>div,
.search_wrap>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 838px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.onair span {
  display: block;
  width: 80px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 0.87rem;
  color: #e30000;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
}

.onair .play {
  display: block;
  width: 680px;
  margin: 0 auto;
  padding-right: 24px;
}

.onair .play p {
  width: 100%;
  font-size: 1.12rem;
  text-align: center;
  color: #fff;
  line-height: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.onair .play em {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/btn_play.png) no-repeat center;
  display: block;
  text-indent: -99999em;
}

.onair .close {
  position: absolute;
  top: 50%;
  right: -120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background: url(../img/btn_onair-close.png) no-repeat center;
  text-indent: -99999em;
}

.search_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  background: url("../img/monthly_bg.jpg") no-repeat center top;
  position: relative;
  z-index: 1;
}

.search_wrap>div {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search_wrap fieldset {
  padding-bottom: 8px;
  border-bottom: 4px solid #fff;
}

.search_wrap input[type=text] {
  width: 300px;
  padding-right: 10px;
  font-size: 1.25rem;
  color: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_wrap input::-webkit-input-placeholder {
  color: #fff;
}

.search_wrap input::-moz-placeholder {
  color: #fff;
}

.search_wrap input:-ms-input-placeholder {
  color: #fff;
}

.search_wrap input::-ms-input-placeholder {
  color: #fff;
}

.search_wrap input::placeholder {
  color: #fff;
}

.search_wrap label {
  position: absolute;
  left: -1000%;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.search_wrap .search {
  display: inline-block;
  width: 29px;
  height: 27px;
  background: url(../img/ico_search.png) no-repeat center;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.search_wrap .hash {
  position: relative;
  width: calc(100% - 332px);
  height: 30px;
  padding: 0 30px 0 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.search_wrap .hash.open {
  height: auto;
}

.search_wrap .hash a {
  display: inline-block;
  margin: 2px;
  padding: 4px 15px 6px;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 178, 114, 0.7);
  border-radius: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_wrap .hash a:hover {
  text-decoration: underline;
}

.search_wrap .hash .more {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 28px;
  padding: 0;
  margin: 0;
  background: url(../img/btn_more.png) no-repeat center;
  font-size: 0;
  line-height: 0;
}

.search_wrap .hash.open .more {
  background-image: url(../img/btn_mus.png);
}

.con_issue {
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.con_issue h3 {
  padding: 90px 0 50px;
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.issue_slide_wrap {
  position: relative;
}

.issue_slide {
  margin: 0 auto;
  width: 1200px;
}

.issue_slide .slick-track:after {
  display: block;
  content: "";
  clear: both;
}

.issue_wrap {
  float: left;
  height: 615px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.issue_wrap .issue_box {
  display: block;
  width: 306px;
  padding: 8px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 7px 7px 32px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 32px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.issue_wrap .issue_box .thumb {
  width: 0;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.issue_wrap .issue_box .txt {
  padding: 0 0.79vw 0.7vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.issue_wrap .issue_box .txt em {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  margin: 0.7vw 0 0.7vw 1.5vw;
  line-height: 100%;
  font-size: 1rem;
  color: #f5821f;
  font-weight: 700;
}

.issue_wrap .issue_box .txt em::before {
  position: absolute;
  top: 0;
  left: -1.5vw;
  content: "";
  width: 1.1vw;
  height: 1.1vw;
  background: url(../img/ico_list02.png) no-repeat;
  background-size: 100% auto;
}

.issue_wrap .issue_box .txt em.i01::before {
  background-image: url(../img/ico_list01.png);
}

.issue_wrap .issue_box .txt em.i02::before {
  background-image: url(../img/ico_list02.png);
}

.issue_wrap .issue_box .txt em.i03::before {
  background-image: url(../img/ico_list03.png);
}

.issue_wrap .issue_box .txt em.i04::before {
  background-image: url(../img/ico_list04.png);
}

.issue_wrap .issue_box .txt em.i05::before {
  background-image: url(../img/ico_list05.png);
}

.issue_wrap .issue_box .txt em.i06::before {
  background-image: url(../img/ico_list06.png);
}

.issue_wrap .issue_box .txt em.i07::before {
  background-image: url(../img/ico_list07.png);
}

.issue_wrap .issue_box .txt em.i08::before {
  background-image: url(../img/ico_list08.png);
}

.issue_wrap .issue_box .txt em.i09::before {
  background-image: url(../img/ico_list09.png);
}

.issue_wrap .issue_box .txt em.i10::before {
  background-image: url(../img/ico_list10.png);
}

.issue_wrap .issue_box .txt em.i11::before {
  background-image: url(../img/ico_list11.png);
}

.issue_wrap .issue_box .txt em.i12::before {
  background-image: url(../img/ico_list12.png);
}

.issue_wrap .issue_box .txt em.i13::before {
  background-image: url(../img/ico_list13.png);
}

.issue_wrap .issue_box .txt em.i14::before {
  background-image: url(../img/ico_list14.png);
}

.issue_wrap .issue_box .txt em.i15::before {
  background-image: url(../img/ico_list15.png);
}

.issue_wrap .issue_box .txt em.i16::before {
  background-image: url(../img/ico_list16.png);
}

.issue_wrap .issue_box .txt em.i17::before {
  background-image: url(../img/ico_list17.png);
}

.issue_wrap .issue_box .txt em.i18::before {
  background-image: url(../img/ico_list18.png);
}

.issue_wrap .issue_box .txt em.i19::before {
  background-image: url(../img/ico_list19.png);
}

.issue_wrap .issue_box .txt em.i20::before {
  background-image: url(../img/ico_list20.png);
}

.issue_wrap .issue_box .txt em.i21::before {
  background-image: url(../img/ico_list21.png);
}

.issue_wrap .issue_box .txt em.i22::before {
  background-image: url(../img/ico_list22.png);
}

.issue_wrap .issue_box .txt em.i23::before {
  background-image: url(../img/ico_list23.png);
}

.issue_wrap .issue_box .txt em.i24::before {
  background-image: url(../img/ico_list24.png);
}

.issue_wrap .issue_box .txt h4 {
  font-size: 1.125rem;
  color: #2d2c2b;
  font-weight: 400;
  line-height: 1.2em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}

.issue_wrap .issue_box .txt p {
  height: 3em;
  margin: 0.5vw 0;
  color: #999;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}

.issue_wrap .issue_box .txt span {
  font-size: 0.87rem;
  color: #999;
}

.issue_slide .slick-current .issue_box,
.issue_slide .slick-clone-current .issue_box {
  width: 550px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}

.issue_slide .slick-current-left,
.issue_slide .slick-active.left {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  z-index: 1;
}

.issue_slide .slick-current-right,
.issue_slide .slick-active.right {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  z-index: 1;
}

.issue_slide .slick-current .issue_box .thumb,
.issue_slide .slick-clone-current .issue_box .thumb,
.issue_slide .slick-current-left .issue_box .thumb,
.issue_slide .slick-active.left .issue_box .thumb,
.issue_slide .slick-current-right .issue_box .thumb,
.issue_slide .slick-active.right .issue_box .thumb {
  width: 100%;
  opacity: 1;
}

.issue_slide .slick-current .issue_box .issue_txt,
.issue_slide .slick-clone-current .issue_box .issue_txt {
  width: 534px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.issue_slide .slick-current .issue_box .txt,
.issue_slide .slick-clone-current .issue_box .txt {
  text-align: center;
}

.issue_slide .slick-current .issue_box .txt,
.issue_slide .slick-clone-current .issue_box .txt {
  padding: 0 15px;
}

.issue_slide .slick-current .issue_box .txt em,
.issue_slide .slick-clone-current .issue_box .txt em {
  margin: 30px 38px 30px;
  font-size: 1.5rem;
  border-bottom: 1px solid #f5821f;
}

.issue_slide .slick-current .issue_box .txt em::before,
.issue_slide .slick-clone-current .issue_box .txt em::before {
  left: -38px;
  width: 30px;
  height: 29px;
}

.issue_slide .slick-current .issue_box .txt h4,
.issue_slide .slick-clone-current .issue_box .txt h4 {
  font-size: 1.5rem;
}

.issue_slide .slick-current .issue_box .txt p,
.issue_slide .slick-clone-current .issue_box .txt p {
  margin: 20px 0 16px;
}

.issue_arow button {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  font-size: 0;
  text-indent: -9999em;
  overflow: hidden;
  background: url(../img/main_slide_prev.png) no-repeat 22% center;
}

.issue_arow .prev {
  left: 0;
}

.issue_arow .next {
  right: 0;
  background-image: url(../img/main_slide_next.png);
  background-position: 78% center;
}

.con_ai {
  position: relative;
  margin: 100px 0 50px;
  padding: 80px 0;
  background: #fbf6f3;
  text-align: center;
}

.con_ai::after {
  top: auto;
  bottom: -130px;
  height: 130px;
  background-image: url(../img/ai_bg_bt.png);
}

.con_ai h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  text-align: center;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f66a4d), to(#f79143));
  background: linear-gradient(to right, #f66a4d, #f79143);
  color: transparent;
  -webkit-background-clip: text;
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.04em;
  margin-bottom: 60px;
}

.con_ai .bg_line {
  position: relative;
  width: 1219px;
  height: auto;
  margin: 0 auto;
}

.con_ai .bg_line:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 2px;
  background: #ff7748;
}

.con_ai .user_custom {
  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;
  position: relative;
  width: 700px;
  min-height: 120px;
  margin: 40px auto 70px;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.con_ai .user_custom::after {
  right: auto;
  left: -260px;
}

.con_ai .user_custom .setting {
  display: block;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 27px;
  height: 27px;
  background: url(../img/btn_setting.png) no-repeat;
  font-size: 0;
  line-height: 0;
}

.con_ai .user_custom p {
  padding-bottom: 20px;
  font-size: 1.25rem;
  color: #ff7748;
  text-align: center;
}

.con_ai .user_custom .hash {
  position: relative;
  display: inline-block;
  width: 550px;
  height: 30px;
  margin: 0 auto;
  padding-right: 33px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.con_ai .user_custom .hash.open {
  width: 100%;
  height: auto;
}

.con_ai .user_custom .hash a,
.con_ai .user_custom .hash button {
  display: inline-block;
  margin: 2px;
  padding: 4px 10px 6px;
  color: #333;
  background: #f3e9e4;
  border-radius: 13px;
}

.con_ai .user_custom .hash a:hover {
  text-decoration: underline;
}

.con_ai .user_custom .hash .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 28px;
  margin: 0;
  background: url(../img/btn_more2.png) no-repeat top center;
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.con_ai .user_custom .hash.open .more {
  background-image: url(../img/btn_mus2.png);
}

.ai_slide_wrap {
  position: relative;
  width: 1144px;
  margin: 0 auto;
}

.ai_slide_wrap .ai_slide_box {
  padding: 0 0 20px;
  overflow: hidden;
  font-size: 0;
}

.ai_slide_wrap .ai_slide_box:after {
  content: "";
  clear: both;
  display: block;
}

.ai_slide_wrap .slick-track {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}

.ai_slide_wrap .slick-arrow {
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url(../img/btn_prev.png) no-repeat;
  font-size: 0;
  line-height: 0;
}

.ai_slide_wrap .slick-arrow.slick-next {
  right: -70px;
  left: auto;
  background-image: url(../img/btn_next.png);
}

.ai_slide_wrap .con_box {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 236px;
  height: 100%;
  min-height: 405px;
  margin: 0 25px;
  padding: 8px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0);
  -webkit-transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.ai_slide_wrap .con_box.on,
.ai_slide_wrap .con_box:hover {
  border-color: #ff8b3b;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
}

.ai_slide_wrap .shorts_one-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.ai_slide_wrap .shorts_one-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ai_slide_wrap .shorts_one-box>img {
  display: block;
  width: 100%;
}

.ai_slide_wrap .img_box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.ai_slide_wrap .img_box img {
  width: 100%;
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.ai_slide_wrap .txt_box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  padding: 30px 10px;
  box-sizing: border-box;
}

.ai_slide_wrap .txt_box em {
  color: #f5821f;
  font-weight: 500;
}

.ai_slide_wrap .txt_box p {
  margin: 30px 0;
  font-size: 1.25rem;
  color: #2d2c2b;
  line-height: 1.3em;
  /* height: 80px; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}

.ai_slide_wrap .txt_box p:last-child {
  margin-bottom: 0;
}

.ai_slide_wrap .txt_box span {
  font-size: 0.875rem;
  color: #999;
  letter-spacing: 0;
}

.ai_slide_wrap .txt_box .tag {
  height: 22px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.ai_slide_wrap .txt_box .tag span {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px 2px 12px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  background: #f1f1f2;
  border-radius: 12px;
  margin-left: 4px;
  white-space: nowrap;
  margin-bottom: 2px;
}

.ai_slide_wrap .txt_box .tag span:first-child {
  margin-left: 0;
}

.con_conference {
  position: relative;
  height: 33vw;
  padding-top: 3.6458333333vw;
  padding-bottom: 3.6833333333vw;
}

.con_conference:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 20.0520833333vw;
  background: #fbf6f3;
}

.con_conference .cfrc_wrapper {
  width: 63.5833333333vw;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.con_conference .cfrc_title {
  position: absolute;
  top: 0;
  left: 0;
}

.con_conference .cfrc_title h3 {
  font-size: 3rem;
  color: #333;
  font-weight: 700;
}

.con_conference .cfrc_title>strong {
  display: block;
  padding: 2.5vw 0 0.8854166667vw;
  font-size: 1.87rem;
  color: #ff804c;
  font-weight: 700;
  line-height: 100%;
}

.con_conference .cfrc_title>span {
  font-size: 1.5rem;
  color: #ff804c;
  font-weight: 500;
}

.cfrc_arow {
  font-size: 0;
  position: absolute;
  left: -7.6875vw;
  bottom: 5.46875vw;
}

.cfrc_arow button {
  display: inline-block;
  width: 0.9375vw;
  height: 1.5625vw;
  background: url(../img/btn_prev2.png) no-repeat center / 100% auto;
  font-size: 0;
  line-height: 0;
}

.cfrc_arow .next {
  margin-left: 2.0833333333vw;
  background-image: url(../img/btn_next2.png);
  position: relative;
}

.cfrc_arow .next:after {
  position: absolute;
  top: 0;
  left: -0.9895833333vw;
  content: "";
  display: block;
  width: 0.1041666667vw;
  height: 1.5625vw;
  background: #e0e0e0;
}

.cfrc_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5208333333vw;
  margin-top: 1.5625vw;
}

.cfrc_pagination button {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  width: 0.78125vw;
  height: 0.78125vw;
  border-radius: 100%;
  background-color: #e4e4e4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#webVersion .cfrc_pagination button:hover,
.cfrc_pagination button.on {
  background-color: #f5821f;
}

.cfrc_slide_wrap .txt {
  opacity: 0;
  padding: 1.6666666667vw 1.9791666667vw 1.6666666667vw;
}

.cfrc_slide_wrap .txt h4 a {
  font-size: 1.87rem;
  color: #2d2c2b;
  font-weight: 500;
  display: block;
}

.cfrc_slide_wrap .txt h4 span {
  display: block;
  padding-top: 0.2604166667vw;
  font-size: 1.12rem;
  color: #666;
  font-weight: 400;
}

.cfrc_slide_wrap .txt p {
  padding: 0.625vw 0 0.5729166667vw;
  font-size: 1.37rem;
  color: #ff804c;
}

.cfrc_slide_wrap .txt>span {
  font-size: 0.87rem;
  color: #666;
}

.cfrc_slide_wrap .txt>.line {
  position: relative;
  padding-left: 0.8333333333vw;
  margin-left: 0.6770833333vw;
}

.cfrc_slide_wrap .txt>.line::before {
  position: absolute;
  top: 0.0520833333vw;
  left: 0;
  content: "|";
}

.cfrc_slide_wrap .txt .live {
  position: relative;
  display: block;
  width: 12.9166666667vw;
  height: 2.0833333333vw;
  margin-top: 0.9895833333vw;
  padding-left: 4.6875vw;
  text-align: center;
  line-height: 1.7708333333vw;
  color: #ff0000;
  font-weight: 500;
  border: 0.15625vw solid #ff0000;
  border-left: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cfrc_slide_wrap .txt .live span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4.6875vw;
  height: 100%;
  font-size: 1.25rem;
  color: #fff;
  background: #ff0000;
  letter-spacing: 0.05em;
}

.cfrc_slide_wrap .txt .link {
  position: absolute;
  bottom: 1.40625vw;
  right: 1.3541666667vw;
  display: block;
  width: 2.9166666667vw;
  height: 2.9166666667vw;
  background: url(../img/btns_link02.png) no-repeat center bottom / 100% auto;
  font-size: 0;
  line-height: 0;
}

.mo_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cfrc_slide_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  margin-left: 15.5166666667vw;
}

.cfrc_slide_wrap .cfrc_slide {
  position: absolute;
  bottom: -1.5625vw;
  left: -3.125vw;
  opacity: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.cfrc_slide_wrap .cfrc_slide .cfrc_box {
  display: block;
  width: 38.5416666667vw;
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cfrc_slide_wrap .cfrc_slide .cfrc_box .img {
  width: 38.5416666667vw;
  border-radius: 0.5208333333vw;
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  display: block;
}

.cfrc_slide_wrap .cfrc_slide .cfrc_box .img img {
  display: block;
  width: 100%;
  height: auto;
}

.cfrc_slide_wrap .cfrc_slide .cfrc_txt {
  padding-top: 15.8333333333vw;
  width: 38.5416666667vw;
  position: relative;
}

.cfrc_slide_wrap .cfrc_slide.on,
.cfrc_slide_wrap .cfrc_slide.next,
.cfrc_slide_wrap .cfrc_slide.visible {
  pointer-events: auto;
}

.cfrc_slide_wrap .cfrc_slide.on {
  bottom: 4.6875vw;
  left: 9.375vw;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 3;
  opacity: 1;
}

.cfrc_slide_wrap .cfrc_slide.on .cfrc_box {
  left: 0;
  z-index: 4;
}

.cfrc_slide_wrap .cfrc_slide.on .cfrc_box .cfrc_txt {
  width: 38.5416666667vw;
}

.cfrc_slide_wrap .cfrc_slide.on .cfrc_box .cfrc_txt .txt {
  background: #fff;
  border-bottom-left-radius: 0.5208333333vw;
  border-bottom-right-radius: 0.5208333333vw;
  -webkit-box-shadow: 0.6770833333vw 0.6770833333vw 2.0833333333vw 0vw rgba(0, 0, 0, 0.15);
  box-shadow: 0.6770833333vw 0.6770833333vw 2.0833333333vw 0vw rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.cfrc_slide_wrap .cfrc_slide.on .cfrc_box .img {
  top: 0;
  bottom: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5208333333vw;
  border-top-right-radius: 0.5208333333vw;
}

.cfrc_slide_wrap .cfrc_slide.next {
  bottom: 3.125vw;
  left: 6.25vw;
  z-index: 2;
  opacity: 1;
}

.cfrc_slide_wrap .cfrc_slide.visible {
  bottom: 1.5625vw;
  left: 3.125vw;
  z-index: 1;
  opacity: 1;
}

.cfrc_slide_wrap .cfrc_slide.last-visible {
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
}

.cfrc_slide_wrap .cfrc_slide.out {
  bottom: 9.375vw;
  left: 10.9375vw;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}

.con_chat {
  position: relative;
  width: 100%;
  height: 880px;
}

.con_chat::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 516px;
  background: url(../img/bg_chat.png) no-repeat;
  background-size: cover;
}

.chat_phone {
  position: absolute;
  top: 115px;
  right: 50%;
  margin-right: 150px;
  width: 438px;
  height: 765px;
  background: url(../img/bg_phone.png) no-repeat top left;
  overflow: hidden;
  z-index: 2;
}

.chat_phone .tit {
  position: relative;
  width: 258px;
  padding: 35px 0 0 52px;
}

.chat_phone .tit h3 {
  position: relative;
  font-size: 3.75rem;
  color: #ff873e;
  font-weight: 700;
  line-height: 0.9em;
}

.chat_phone .tit h3 span {
  display: inline-block;
  width: 63%;
}

.chat_phone .tit h3::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #ff873e;
}

.chat_phone .tit p {
  padding: 10px 130px 0 0;
  font-size: 1.25rem;
  color: #ff873e;
  line-height: 1.3em;
}

.chat_phone .tit .exp {
  position: absolute;
  bottom: 4px;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/btn_explain.png) no-repeat;
  font-size: 0;
  line-height: 0;
}

.chat_phone .link_wrap {
  position: relative;
  width: 250px;
  height: 445px;
  margin-left: 56px;
  margin-top: 52px;
  overflow: hidden;
  border-radius: 6px;
}

.chat_phone .link_wrap>a {
  display: none;
}

.chat_slide_wrap {
  position: absolute;
  top: 118px;
  left: 50%;
  width: 811px;
  margin-left: -189px;
}

.chat_slide_wrap .chat_slide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 198px;
}

.chat_slide_wrap .chat_guide {
  position: relative;
}

.chat_slide_wrap .slick-arrow {
  position: absolute;
  top: -44px;
  right: 57px;
  width: 18px;
  height: 30px;
  background: url(../img/btn_prev2.png) no-repeat;
  font-size: 0;
  line-height: 0;
}

.chat_slide_wrap .slick-arrow.slick-next {
  right: 1px;
  background-image: url(../img/btn_next2.png);
}

.chat_slide_wrap .slick-arrow.slick-next:before {
  position: absolute;
  top: 0;
  left: -19px;
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #e0e0e0;
}

.cmt_box {
  position: relative;
  display: block;
  width: calc(100% - 31px);
  height: auto;
  margin-bottom: 5px;
  margin-left: 31px;
  border-radius: 5px;
  background: #fbf6f3;
}

.cmt_box:hover p {
  text-decoration: underline;
}

.cmt_box::before {
  position: absolute;
  bottom: 2px;
  left: -31px;
  content: "";
  display: block;
  width: 31px;
  height: 34px;
  background: url(../img/bg_cmt.png) no-repeat right center;
}

.cmt_box span {
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff8a5d;
  font-weight: 500;
}

.cmt_box p {
  padding: 11px 30px 11px 159px;
  line-height: 1.3em;
  font-size: 1.12rem;
  color: #2d2c2b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.chat_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -163px;
  z-index: 2;
}

.post_box {
  width: 250px;
  height: 360px;
  margin: 0 7px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.post_box:hover h4 {
  text-decoration: underline;
}

.post_box>span {
  display: block;
  width: 100%;
  padding: 15px 0 14px;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid #fe893a;
}

.post_box>span.inst {
  color: #783f9f;
}

.post_box>span.nv_post {
  color: #2eb300;
}

.post_box>span.nv_tv {
  color: #00de7b;
}

.post_box>span.fb {
  color: #3a589e;
}

.post_box>span.linkedin {
  color: #0174b5;
}

.post_box>span::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: url(../img/ico_nv_post.jpg) no-repeat;
  vertical-align: top;
  background-size: 100% auto;
}

.post_box>span.nv_tv::before {
  background-image: url(../img/ico_nv_tv.jpg);
}

.post_box>span.fb::before {
  background-image: url(../img/ico_fb.jpg);
}

.post_box>span.inst::before {
  background-image: url(../img/ico_sns05.jpg);
}

.post_box>span.linkedin::before {
  background-image: url(../img/ico_sns06.jpg);
}

.post_box .txt_box {
  display: block;
  height: calc(100% - 58px);
  padding: 15px 11px;
  overflow: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2em;
  /* 스크롤 바 */
  /* 스크롤 바 밑의 배경 */
  /* 실질적 스크롤 바 */
  /* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
  /* 실질적 스크롤 바를 클릭할 때 */
  /* 스크롤 바 상 하단 버튼 */
}

.post_box .txt_box::-webkit-scrollbar {
  width: 5px;
}

.post_box .txt_box::-webkit-scrollbar-track {
  background-color: #fff;
}

.post_box .txt_box::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.post_box .txt_box::-webkit-scrollbar-thumb:hover {
  background: #404040;
}

.post_box .txt_box::-webkit-scrollbar-thumb:active {
  background: #808080;
}

.post_box .txt_box::-webkit-scrollbar-button {
  display: none;
}

.post_box .txt_box h3 {
  font-weight: 400;
}

.con_chat.link_utb {
  height: 813px;
}

.con_chat.link_utb::after {
  height: 450px;
}

.con_chat.link_utb .chat_phone .link_wrap {
  width: 290px;
  margin: 43px 0 0 35px;
  padding-top: 40px;
}

.con_chat.link_utb .chat_phone .link_wrap>a {
  display: block;
}

.con_chat.link_utb .chat_phone .link_wrap>a:first-child {
  margin-bottom: 12px;
}

.con_chat.link_utb .chat_phone .link_wrap>iframe {
  display: none;
}

.con_chat.link_utb .chat_phone .link_wrap::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  width: 20px;
  height: 16px;
  background: url(../img/ico_ytb.png) no-repeat center;
}

.con_chat.link_utb .chat_post {
  bottom: 56px;
}

.con_multi {
  padding: 90px 0 84px;
}

.con_multi h3 {
  padding-bottom: 67px;
  font-size: 3rem;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.con_multi>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.con_multi>a {
  display: block;
  width: 160px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-align: center;
  line-height: 36px;
  margin: 30px auto 0;
}

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

.multi_wrap {
  width: 560px;
  padding: 0 50px;
}

.multi_wrap h4 {
  position: relative;
  margin-bottom: 38px;
  font-size: 1.5rem;
  color: #ff7748;
  font-weight: 300;
  text-align: center;
}

.multi_wrap h4::before,
.multi_wrap h4::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 31%;
  height: 2px;
  background: #ff7748;
}

.multi_wrap h4::after {
  left: auto;
  right: 0;
}

.multi_wrap h4 strong {
  font-weight: 700;
}

.multi_list {
  width: 100%;
  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;
}

.m_contents {
  display: block;
  margin-bottom: 20px;
}

.m_contents:hover {
  position: relative;
  width: 270px;
}

.m_contents:hover .con_hover {
  position: absolute;
  top: -15px;
  left: -11px;
  padding: 13px 9px;
  border: 2px solid #ff8b3b;
  border-radius: 5px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.m_contents .img {
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  width: 270px;
}

.m_contents .img img {
  display: block;
  width: 100%;
  height: auto;
}

.m_contents .img .sign {
  position: absolute;
  left: 0;
  top: 0;
}

.m_contents .txt {
  display: none;
  opacity: 0;
  padding: 0 10px;
}

.m_contents:hover .txt {
  display: block;
  opacity: 1;
}

.m_contents .txt em {
  display: block;
  padding-top: 30px;
  font-size: 0.875rem;
  color: #f5821f;
}

.m_contents .txt p {
  padding: 14px 0 5px;
  font-size: 1.125rem;
  color: #2d2c2b;
  font-weight: 500;
  line-height: 1.2em;
}

.m_contents .txt span {
  font-size: 0.875rem;
  color: #2d2c2b;
  font-weight: 500;
}

.multi_wrap .more {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #ddd;
  text-indent: 16px;
}

.multi_wrap .more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-left: 34px;
  background: url(../img/ico_arw-bottom.png) no-repeat center;
}

.con_institute {
  background: #fbf6f3;
}

.con_institute h3 {
  position: relative;
  top: 0;
  left: 0;
  font-size: 6.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.07em;
}

.ins_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0 112px;
}

.ins_slide_wrap {
  width: 570px;
  margin-top: 60px;
}

.ins_slide_wrap .slick-list {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.ins_slide_wrap .slick-track {
  width: 100%;
}

.ins_slide_wrap .slick-track a {
  float: left;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.ins_slide_box {
  width: 100%;
}

.ins_move {
  padding-top: 16px;
  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;
}

.ins_move .slick-dots {
  text-align: center;
}

.ins_move .slick-dots li {
  display: inline-block;
  vertical-align: top;
}

.ins_move .slick-dots li button {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: #999;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: top;
}

.ins_move .slick-dots li.slick-active button {
  width: 40px;
  height: 12px;
  background: #333;
  border-radius: 2vw;
}

.ins_move .play_btns {
  margin-right: 6px;
}

.ins_move .play_btns button {
  text-indent: -99999em;
  width: 12px;
  height: 12px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/ico_stop-sm.png);
  background-size: 100% auto;
}

.ins_move .play_btns button:first-child {
  background-image: url(../img/ico_play-sm.png);
  display: none;
}

.news_wrap {
  width: 611px;
  margin-left: 38px;
  position: relative;
}

.news_wrap h4 {
  padding-bottom: 25px;
  font-size: 2.25rem;
  color: #333;
  font-weight: 700;
}

.news_wrap ul {
  padding: 18px 0;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.news_wrap li {
  width: 100%;
  padding: 16px 0;
}

.news_wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.news_wrap li a:hover p {
  text-decoration: underline;
}

.news_wrap li em {
  display: block;
  width: 140px;
  color: #f5821f;
}

.news_wrap li p {
  width: 410px;
  padding-right: 10px;
  font-size: 1.125rem;
  line-height: 100%;
  color: #2d2c2b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.news_wrap li span {
  font-size: 0.875rem;
  color: #999;
}

.news_wrap>a {
  position: absolute;
  right: 0;
  top: 26px;
  line-height: 1;
  font-size: 18px;
  color: #333;
}

.news_wrap>a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 16px;
  background: url(../img/arw_link.png) no-repeat 0 0/100% auto;
  margin-left: 16px;
  position: relative;
  top: 1px;
}

.news_wrap>a:hover {
  color: #f5821f;
}

.con_nl#newsletter {
  padding: 176px 0 63px;
  background: url(../img/bg_newsletter.jpg) no-repeat center;
}

.con_nl#newsletter .letter_guide {
  display: block;
  width: 1000px;
  padding: 44px 0 47px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.con_nl#newsletter .tit {
  padding-left: 197px;
}

.con_nl#newsletter .tit strong {
  font-size: 48px;
  background-position-y: center;
}

.con_nl#newsletter .tit p {
  font-size: 22px;
}

.con_nl#newsletter .emil {
  padding: 22px 0 29px 197px;
}

.con_nl#newsletter .emil input::-webkit-input-placeholder {
  text-align: center;
}

.con_nl#newsletter .emil input::-moz-placeholder {
  text-align: center;
}

.con_nl#newsletter .emil input:-ms-input-placeholder {
  text-align: center;
}

.con_nl#newsletter .emil input::-ms-input-placeholder {
  text-align: center;
}

.con_nl#newsletter .emil input::placeholder {
  text-align: center;
}

.con_nl#newsletter .subscribe {
  text-align: center;
  font-size: 18px;
  color: #333;
}

.con_nl#newsletter .subscribe span {
  color: #f5821f;
  font-weight: 700;
}

/* popup */
#onairPopup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 1000px;
  background: #f1f1f1;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-top: 54px;
  overflow-y: scroll;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.75, 0.1, 0.25, 1);
}

#onairPopup.open {
  right: 0;
}

#onairPopup.center {
  display: none;
  position: fixed;
  right: initial;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 90%;
}

#onairPopup.center.open {
  display: block;
}

#onairPopup .mo {
  display: none;
}

.onair_wrap {
  width: 100%;
  padding: 46px 100px 0;
  background: url(../img/bg_onair-popup.jpg) no-repeat top center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.onair_wrap em {
  display: block;
  margin: 0 auto;
  width: 80px;
  line-height: 23px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: #ff0000;
  border-radius: 5px;
}

.onair_wrap h4 {
  padding: 18px 0 26px;
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
  font-weight: 400;
}

.onair_wrap .utb_frmae {
  position: relative;
  background-color: #000;
}

.onair_wrap .utb_frmae img {
  display: block;
  width: 100%;
}

.onair_wrap .utb_frmae .utb_size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.onair_wrap .utb_frmae iframe {
  width: 100%;
  height: 100%;
}

.onair_wrap p {
  padding: 28px 0 14px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.report_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 36px 100px 42px;
}

.report_wrap .rp_list {
  width: 550px;
}

.report_wrap .rp_list li {
  padding-bottom: 13px;
  font-size: 16px;
  color: #2d2c2b;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.report_wrap .rp_list li span {
  display: block;
  padding-bottom: 5px;
  font-size: 14px;
  color: #f5821f;
}

.report_wrap .rp_list li a:hover {
  text-decoration: underline;
}

.report_wrap .other_link a {
  position: relative;
  display: block;
  width: 200px;
  line-height: 40px;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff;
  background: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.report_wrap .other_link a::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 22px;
}

.close_wrap {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
  text-align: right;
}

.close_wrap .check {
  display: inline-block;
  width: 198px;
  line-height: 55px;
  background: #f1f1f1;
  text-align: center;
  cursor: pointer;
}

.close_wrap .check input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.close_wrap .check input[type=checkbox]+span {
  position: relative;
  padding-left: 26px;
}

.close_wrap .check input[type=checkbox]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #fff;
}

.close_wrap .check input[type=checkbox]+span::after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 9px;
  height: 5px;
  border: solid #333;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  border-radius: 2px;
}

.close_wrap .check input[type=checkbox]:checked+span::after {
  display: block;
}

.close_wrap .close {
  width: 100px;
  line-height: 55px;
  font-size: 14px;
  background: #f1f1f1;
}

#aiPopup {
  width: 900px;
  position: absolute;
  height: 540px;
}

#aiPopup:after {
  content: "";
  position: absolute;
  left: -30%;
  top: -30%;
  width: 160%;
  height: 160%;
  background-color: #000;
  opacity: 0.6;
}

#aiPopup .bg_guide {
  position: relative;
  z-index: 1;
  background: #fff url(../img/bg_ai-popup.png) no-repeat bottom center;
  border-radius: 5px;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#aiPopup .bg_guide .top_title span {
  display: block;
  font-size: 60px;
  color: #dddddc;
  line-height: 1em;
  font-weight: 500;
  padding-bottom: 16px;
}

#aiPopup .bg_guide .top_title strong {
  font-size: 32px;
  color: #ff804c;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
  overflow: hidden;
  height: 0;
}

#aiPopup .bg_guide .top_title p {
  font-size: 18px;
  color: #333;
  margin-top: 18px;
}

#aiPopup .bg_guide .top_title p em {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  margin: 0 4px;
  font-weight: 500;
  border-bottom: 2px dashed #f5821f;
}

#aiPopup .btn_wrap {
  padding: 40px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#aiPopup .btn_wrap button {
  position: relative;
  width: 180px;
  height: 160px;
  margin: 0 10px;
  padding-top: 80px;
  font-size: 20px;
  color: #999;
  border-radius: 5px;
  border: 4px solid #999;
  background: #fff url(../img/ico_guide.png) no-repeat top 30px center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#aiPopup .btn_wrap button.on {
  border-color: #f5821f;
  color: #f5821f;
}

#aiPopup .btn_wrap button.on::after {
  position: absolute;
  top: -26px;
  right: 16px;
  display: block;
  content: "";
  width: 54px;
  height: 54px;
  background: url(../img/ico_check.png) no-repeat center/100% auto;
}

#aiPopup .btn_wrap .research {
  background-image: url(../img/ico_research.png);
}

#aiPopup .btn_wrap .report {
  background-image: url(../img/ico_report.png);
  background-position: center 36px;
}

#aiPopup .btn_wrap .employment {
  background-image: url(../img/ico_employment.png);
}

#aiPopup .btn_wrap .guide.on {
  background-image: url(../img/ico_guide_on.png);
}

#aiPopup .btn_wrap .research.on {
  background-image: url(../img/ico_research_on.png);
}

#aiPopup .btn_wrap .report.on {
  background-image: url(../img/ico_report_on.png);
}

#aiPopup .btn_wrap .employment.on {
  background-image: url(../img/ico_employment_on.png);
}

#aiPopup .confirm {
  display: block;
  width: 200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #f5821f;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  text-indent: -10%;
}

#aiPopup .confirm::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../img/ico_arrw_o.png) no-repeat right center/100% auto;
}

#aiPopup.first .bg_guide .top_title strong {
  height: auto;
}

#aiPopupSub>button,
#aiPopup .bg_guide>button {
  width: 32px;
  height: 32px;
  background: url(../img/btn_popup-close2.png) center no-repeat;
  text-indent: -99999em;
  right: 24px;
  top: 20px;
  position: absolute;
}

#aiPopupSub {
  width: 900px;
  height: 540px;
  background: #fff url(../img/ai_bg2.png) no-repeat center bottom;
  position: absolute;
}

#aiPopupSub .tit {
  text-align: center;
  line-height: 1.4em;
  color: #333;
  font-size: 18px;
  padding: 40px 0 70px 0;
}

#aiPopupSub .tit em {
  color: #f5821f;
}

#aiPopupSub .ck_box {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 616px;
  margin: 0 auto;
}

#aiPopupSub .ck_box label {
  width: 74px;
  position: relative;
  background-color: #fff;
  margin: 1px;
  height: 116px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0 12px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#aiPopupSub .ck_box label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#aiPopupSub .ck_box label input:checked+span {
  color: #f5821f;
}

#aiPopupSub .ck_box label input:checked+span.c1::after {
  background-image: url(../img/ico_ai1-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c2::after {
  background-image: url(../img/ico_ai2-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c3::after {
  background-image: url(../img/ico_ai3-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c4::after {
  background-image: url(../img/ico_ai4-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c5::after {
  background-image: url(../img/ico_ai5-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c6::after {
  background-image: url(../img/ico_ai6-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c7::after {
  background-image: url(../img/ico_ai7-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c8::after {
  background-image: url(../img/ico_ai8-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c9::after {
  background-image: url(../img/ico_ai9-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c10::after {
  background-image: url(../img/ico_ai10-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c11::after {
  background-image: url(../img/ico_ai11-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c12::after {
  background-image: url(../img/ico_ai12-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c13::after {
  background-image: url(../img/ico_ai13-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c14::after {
  background-image: url(../img/ico_ai14-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c15::after {
  background-image: url(../img/ico_ai15-on.png);
}

#aiPopupSub .ck_box label input:checked+span.c16::after {
  background-image: url(../img/ico_ai16-on.png);
}

#aiPopupSub .ck_box label span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Spoqa Han Sans";
  line-height: 1.1em;
  min-height: 26px;
}

#aiPopupSub .ck_box label span::after {
  content: "";
  display: block;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 50px;
}

#aiPopupSub .ck_box label span.c1::after {
  background-image: url(../img/ico_ai1.png);
}

#aiPopupSub .ck_box label span.c2::after {
  background-image: url(../img/ico_ai2.png);
}

#aiPopupSub .ck_box label span.c3::after {
  background-image: url(../img/ico_ai3.png);
}

#aiPopupSub .ck_box label span.c4::after {
  background-image: url(../img/ico_ai4.png);
}

#aiPopupSub .ck_box label span.c5::after {
  background-image: url(../img/ico_ai5.png);
}

#aiPopupSub .ck_box label span.c6::after {
  background-image: url(../img/ico_ai6.png);
}

#aiPopupSub .ck_box label span.c7::after {
  background-image: url(../img/ico_ai7.png);
}

#aiPopupSub .ck_box label span.c8::after {
  background-image: url(../img/ico_ai8.png);
}

#aiPopupSub .ck_box label span.c9::after {
  background-image: url(../img/ico_ai9.png);
}

#aiPopupSub .ck_box label span.c10::after {
  background-image: url(../img/ico_ai10.png);
}

#aiPopupSub .ck_box label span.c11::after {
  background-image: url(../img/ico_ai11.png);
}

#aiPopupSub .ck_box label span.c12::after {
  background-image: url(../img/ico_ai12.png);
}

#aiPopupSub .ck_box label span.c13::after {
  background-image: url(../img/ico_ai13.png);
}

#aiPopupSub .ck_box label span.c14::after {
  background-image: url(../img/ico_ai14.png);
}

#aiPopupSub .ck_box label span.c15::after {
  background-image: url(../img/ico_ai15.png);
}

#aiPopupSub .ck_box label span.c16::after {
  background-image: url(../img/ico_ai16.png);
}

#aiPopupSub .btns {
  margin-top: 20px;
}

#aiPopupSub .btns button {
  display: block;
  width: 200px;
  margin: 0 auto;
  height: 40px;
  font-size: 18px;
  color: #f5821f;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 7px 7px 15px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  text-indent: -10%;
}

#aiPopupSub .btns button::after {
  content: "";
  position: absolute;
  right: 18%;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../img/ico_arrw_o.png) no-repeat right center/100% auto;
}

.move_movie_view .close_wrap {
  background-color: transparent;
}

.move_movie_view .close_wrap .close {
  position: static;
  text-indent: 0;
  background: #f1f1f1;
  height: auto;
}

@media all and (max-width: 1440px) {
  .issue_slide {
    width: 66vw;
  }

  .issue_wrap {
    float: left;
    height: 40vw;
  }

  .issue_wrap .issue_box {
    width: 18vw;
  }

  .issue_wrap .issue_box .txt em {
    font-size: 0.9rem;
  }

  .issue_wrap .issue_box .txt em::before {
    left: -1.5vw;
    width: 1.2vw;
    height: 1.2vw;
  }

  .issue_wrap .issue_box .txt h4 {
    font-size: 1rem;
  }

  .issue_wrap .issue_box .txt p {
    font-size: 0.9rem;
  }

  .issue_wrap .issue_box .txt span {
    font-size: 0.8rem;
  }

  .issue_slide .slick-current .issue_box,
  .issue_slide .slick-clone-current .issue_box {
    width: 34vw;
  }

  .issue_slide .slick-current-left,
  .issue_slide .slick-active.left {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .issue_slide .slick-current-right,
  .issue_slide .slick-active.right {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .issue_slide .slick-current .issue_box .issue_txt,
  .issue_slide .slick-clone-current .issue_box .issue_txt {
    width: 34vw;
  }
  .con_conference{height:35vw}
  .con_conference .cfrc_wrapper{width:73.5833333333vw}
  .cfrc_slide_wrap{margin-left:25.5166666667vw}
}

@media all and (max-width: 1350px) {
  .multi_wrap {
    width: 42vw;
  }

  .m_contents {
    width: 48%;
  }

  .m_contents:hover {
    width: 50.1%;
    margin-bottom: 0;
  }

  .m_contents:nth-child(2n):hover .con_hover {
    left: auto;
    right: -11px;
  }

  .m_contents .img {
    width: auto;
  }

  .m_contents .txt em {
    padding-top: 2vw;
    font-size: 1.3vw;
  }

  .m_contents .txt p {
    font-size: 1.4vw;
  }

  .m_contents .txt span {
    font-size: 1.3vw;
  }
}

@media all and (max-width: 1280px) {
  #top_banner .banner_guide {
    width: auto;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
    height: 6.25vw;
    padding-right: 17.1875vw;
  }

  #top_banner .banner_guide .view .item_wrap a * {
    line-height: 1.5625vw;
  }

  #top_banner .banner_guide .view .item_wrap a p {
    max-width: 70%;
  }

  #top_banner .banner_guide .view .item_wrap a p.m {
    background-size: 2.34375vw auto;
    padding-left: 2.8125vw;
  }

  #top_banner .banner_guide .view .item_wrap a em::after,
  #top_banner .banner_guide .view .item_wrap a em::before {
    height: 1.5625vw;
  }

  #top_banner .banner_guide .view .play_stop button {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-left: 0.3125vw;
  }

  #top_banner .banner_guide .view.slide {
    padding-left: 7.03125vw;
  }

  #top_banner .banner_guide .today label {
    margin-top: 0;
  }

  #top_banner .banner_guide .today button {
    background-size: 100% auto;
    margin-left: 1.5625vw;
    width: 1.71875vw;
    height: 1.71875vw;
  }

  #main_visual {
    top: -11.3vw;
    margin-bottom: -11.3vw;
  }

  .main_slide_wrap .prospect>div {
    width: 86vw;
  }

  .main_slide_wrap .prospect .tit_box h2 {
    font-size: 2.8vw;
  }

  .main_slide_wrap .prospect .link_box {
    margin-left: 1.25vw;
  }

  .main_slide_wrap .prospect .link_box a {
    font-size: 1.5vw;
  }

  .onair>div,
  .search_wrap>div {
    width: 74vw;
  }

  .onair p {
    font-size: 1.4vw;
  }

  .onair .close {
    right: -7vw;
  }

  .search_wrap {
    height: 8.984375vw;
  }

  .search_wrap fieldset {
    border-bottom-width: 0.3125vw;
  }

  .search_wrap input[type=text] {
    width: 18vw;
    font-size: 1.4vw;
  }

  .search_wrap .hash {
    width: calc(100% - 22vw);
    height: 2.34375vw;
  }

  .search_wrap .hash a {
    font-size: 1.4vw;
    padding: 0.46875vw 1.171875vw 0.625vw;
  }

  .issue_slide {
    width: 68vw;
  }

  .issue_slide .slick-current .issue_box .txt h4,
  .issue_slide .slick-clone-current .issue_box .txt h4 {
    font-size: 1.3rem;
  }

  .issue_slide .slick-current .issue_box .txt em,
  .issue_slide .slick-clone-current .issue_box .txt em {
    margin: 2vw 0;
    font-size: 1.3rem;
  }

  .issue_slide .slick-current .issue_box .txt em::before,
  .issue_slide .slick-clone-current .issue_box .txt em::before {
    left: -2.5vw;
    width: 2.2vw;
    height: 2.2vw;
  }

  .issue_slide .slick-current .issue_box .txt p,
  .issue_slide .slick-clone-current .issue_box .txt p {
    margin: 1.5vw 0;
  }

  .issue_arow button {
    background-size: 7.8125vw auto;
  }

  .con_ai {
    margin: 13.515625vw 0 10.15625vw;
    padding: 6.25vw 0;
  }

  .con_ai h3 {
    margin: 0 auto;
    margin-bottom: 4.6875vw;
  }

  .con_ai h3 img {
    width: 100%;
  }

  .con_ai .bg_line {
    width: 100%;
  }

  /* .ai_slide_wrap{width:calc(100% - 150px)}
  .ai_slide_wrap .txt_box{margin:vwCalc_t(20) vwCalc_t(10) vwCalc_t(30)}
  .ai_slide_wrap .txt_box p{margin-top:vwCalc_t(30);font-size:remCalc_t(20);height:vwCalc_t(80);}
  .ai_slide_wrap .txt_box span{font-size:remCalc_t(14);}
  .ai_slide_wrap .txt_box .tag{height:vwCalc_t(22)}
  .ai_slide_wrap .txt_box .tag span{font-size:remCalc_t(14);padding:0 vwCalc_t(12) vwCalc_t(2) vwCalc_t(12);line-height:vwCalc_t(20)} */
  .ai_slide_wrap {
    width: 89.375vw;
  }

  .ai_slide_wrap .slick-track {
    padding-bottom: 1.5625vw;
  }

  .ai_slide_wrap .slick-arrow {
    left: -4.6875vw;
    width: 4.6875vw;
    height: 4.6875vw;
    background-size: 100% auto;
  }

  .ai_slide_wrap .slick-arrow.slick-next {
    right: -4.6875vw;
  }

  .ai_slide_wrap .con_box {
    width: 18.4375vw;
    min-height: 31.640625vw;
    margin: 0 1.953125vw;
    padding: 0.625vw;
    border-width: 0.15625vw;
    border-radius: 0.390625vw;
  }

  .ai_slide_wrap .con_box.on,
  .ai_slide_wrap .con_box:hover {
    border-color: #ff8b3b;
    -webkit-box-shadow: 0.546875vw 0.546875vw 1.171875vw 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0.546875vw 0.546875vw 1.171875vw 0px rgba(0, 0, 0, 0.1);
  }

  .ai_slide_wrap .img_box {
    border-radius: 0.3125vw;
  }

  .ai_slide_wrap .txt_box {
    padding: 2.34375vw 0.78125vw;
  }

  .ai_slide_wrap .txt_box p {
    margin: 2.34375vw 0;
    font-size: 1.1111111111rem;
    /* height: 6.25vw; */
  }

  .ai_slide_wrap .txt_box span {
    font-size: 0.7777777778rem;
  }

  .ai_slide_wrap .txt_box .tag {
    height: 1.71875vw;
  }

  .ai_slide_wrap .txt_box .tag span {
    padding: 0 0.9375vw 0.15625vw 0.9375vw;
    line-height: 1.5625vw;
    font-size: 0.7777777778rem;
    border-radius: 0.9375vw;
    margin: 0 0 0.15625vw 0.3125vw;
  }

  .con_conference {
    height: 42vw;
  }

  .con_conference .cfrc_wrapper {
    width: 90vw;
  }

  .cfrc_slide_wrap {
    margin-left: 25vw;
  }

  .cfrc_slide_wrap .cfrc_slide .cfrc_box,
  .cfrc_slide_wrap .cfrc_slide .cfrc_box .img,
  .cfrc_slide_wrap .cfrc_slide.on .cfrc_box .cfrc_txt {
    width: 55vw;
  }

  .cfrc_slide_wrap .cfrc_slide .cfrc_txt {
    width: 100%;
    padding-top: 22.8vw;
  }

  .cfrc_slide_wrap .txt h4 a {
    font-size: 1.5rem;
  }

  .cfrc_slide_wrap .txt p {
    font-size: 1.3rem;
  }

  .cfrc_slide_wrap .txt>span {
    font-size: 0.9rem;
  }

  .cfrc_slide_wrap .txt .link {
    width: 4vw;
    height: 4vw;
    background-size: 100% auto;
  }

  .cfrc_slide_wrap .txt>.line::before {
    top: 2px;
  }

  .con_chat {
    height: 68.75vw;
  }

  .con_chat::after {
    height: 40.3125vw;
  }

  .chat_phone {
    top: 8.984375vw;
    margin-right: 11.71875vw;
    width: 34.21875vw;
    height: 59.0625vw;
    background-size: 100% auto;
  }

  .chat_phone .tit {
    width: 20.15625vw;
    padding: 2.734375vw 0 0 4.0625vw;
  }

  .chat_phone .tit h3 {
    font-size: 3.3333333333rem;
  }

  .chat_phone .tit p {
    padding: 0.78125vw 10.15625vw 0 0;
    font-size: 1.1111111111rem;
  }

  .chat_phone .tit .exp {
    bottom: 0.3125vw;
    width: 2.734375vw;
    height: 2.734375vw;
    background-size: 100% auto;
  }

  .chat_phone .link_wrap {
    width: 19.53125vw;
    height: 34.765625vw;
    margin-left: 4.375vw;
    margin-top: 4.0625vw;
    border-radius: 0.46875vw;
  }

  .chat_slide_wrap {
    top: 9.21875vw;
    width: 63.359375vw;
    margin-left: -14.765625vw;
  }

  .chat_slide_wrap .chat_slide_box {
    height: 15.46875vw;
  }

  .chat_slide_wrap .slick-arrow {
    top: -3.4375vw;
    right: 4.453125vw;
    width: 1.40625vw;
    height: 2.34375vw;
    background-size: 100% auto;
  }

  .chat_slide_wrap .slick-arrow.slick-next:before {
    left: -1.484375vw;
    width: 0.15625vw;
    height: 2.34375vw;
  }

  .cmt_box {
    width: calc(100% - 2.421875vw);
    margin-bottom: 0.390625vw;
    margin-left: 2.421875vw;
    border-radius: 0.390625vw;
  }

  .cmt_box::before {
    bottom: 0.15625vw;
    left: -2.421875vw;
    width: 2.421875vw;
    height: 2.65625vw;
    background-size: 100% auto;
  }

  .cmt_box span {
    left: 1.40625vw;
  }

  .cmt_box p {
    padding: 0.859375vw 2.34375vw 0.859375vw 12.421875vw;
    font-size: 1rem;
  }

  .chat_post {
    bottom: 6.25vw;
    margin-left: -12.734375vw;
  }

  .post_box {
    width: 19.53125vw;
    height: 28.125vw;
    margin: 0 0.546875vw;
    border-radius: 0.390625vw;
  }

  .post_box>span {
    padding: 1.171875vw 0 1.09375vw;
    line-height: 2.1875vw;
  }

  .post_box>span::before {
    width: 2.1875vw;
    height: 2.1875vw;
    margin-right: 0.625vw;
  }

  .post_box .txt_box {
    height: calc(100% - 4.53125vw);
    padding: 1.171875vw 0.859375vw;
  }

  .con_chat.link_utb {
    height: 63.515625vw;
  }

  .con_chat.link_utb::after {
    height: 35.15625vw;
  }

  .con_chat.link_utb .chat_phone .link_wrap {
    width: 22.65625vw;
    margin: 3.359375vw 0 0 2.734375vw;
    padding-top: 3.125vw;
  }

  .con_chat.link_utb .chat_phone .link_wrap::before {
    top: 1.015625vw;
    left: 0.46875vw;
    width: 1.5625vw;
    height: 1.25vw;
    background-size: 100% auto;
  }

  .con_chat.link_utb .chat_phone .link_wrap>a:first-child {
    margin-bottom: 0.9375vw;
  }

  .con_chat.link_utb .chat_post {
    bottom: 4.375vw;
  }

  .con_institute h3 {
    font-size: 7vw;
  }

  .ins_slide_wrap {
    margin-top: 5vw;
  }

  .ins_slide_wrap,
  .news_wrap {
    width: 43.8vw;
    height: 26.5vw;
  }

  .news_wrap h4 {
    font-size: 3vw;
  }

  .news_wrap li {
    padding: 1.15vw 0;
  }

  .news_wrap li em {
    font-size: 1.3vw;
  }

  .news_wrap li p {
    font-size: 1.4vw;
  }

  .news_wrap li span {
    font-size: 1.2vw;
  }

  .news_wrap>a {
    top: 2.03125vw;
    font-size: 1rem;
  }

  .news_wrap>a::after {
    width: 0.78125vw;
    height: 1.25vw;
    margin-left: 1.25vw;
  }

  .con_multi>a {
    width: 12.5vw;
    height: 3.125vw;
    border-radius: 0.3125vw;
    line-height: 2.8125vw;
    margin-top: 2.34375vw;
  }

  .con_multi>a::after {
    width: 3.125vw;
    background-size: 1.25vw auto;
  }

  .con_nl#newsletter {
    padding: 13vw 0 6vw;
  }

  .con_nl#newsletter .letter_guide {
    width: 90vw;
  }

  .con_nl#newsletter .tit {
    padding-left: 25%;
  }

  .con_nl#newsletter .tit strong {
    font-size: 2.3rem;
  }

  .con_nl#newsletter .tit p {
    font-size: 1.3rem;
  }

  .con_nl#newsletter .emil {
    padding: 22px 0 29px 25%;
  }

  .con_nl#newsletter .subscribe {
    font-size: 1.1em;
  }

  #onairPopup {
    width: 80vw;
    padding-top: 4.21875vw;
  }

  .onair_wrap {
    padding: 3.5vw 7vw 0;
  }

  .onair_wrap em {
    width: 80px;
    line-height: 23px;
    font-size: 1.1vw;
  }

  .onair_wrap h4 {
    padding: 1.8vw 0 2.1vw;
    font-size: 2vw;
  }

  .onair_wrap p {
    padding: 2vw 0 1.4vw;
    font-size: 1.5vw;
  }

  .report_wrap {
    padding: 2.5vw 7vw 2.5vw;
  }

  .report_wrap .rp_list {
    width: 65%;
  }

  .report_wrap .rp_list li {
    padding-bottom: 1vw;
    font-size: 1.3vw;
  }

  .report_wrap .rp_list li span {
    padding-bottom: 0.3vw;
    font-size: 1.2vw;
  }

  .report_wrap .other_link a {
    width: 16vw;
    line-height: 3.2vw;
    padding-left: 2.5vw;
    margin-bottom: 0.3vw;
    font-size: 1.3vw;
  }

  .report_wrap .other_link a::after {
    right: 2.5vw;
  }

  .close_wrap {
    font-size: 1.2vw;
  }

  .close_wrap .check {
    width: 14.5vw;
    line-height: 4.4vw;
  }

  .close_wrap .check input[type=checkbox]+span {
    padding-left: 2.2vw;
  }

  .close_wrap .check input[type=checkbox]+span::after {
    top: 0.4vw;
  }

  .close_wrap .close {
    width: 8vw;
    line-height: 4.4vw;
    font-size: 1.2vw;
  }

  .main_slide_wrap .inner-wrap {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 82.03125vw;
  }

  .main_slide_wrap .main-box {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 32.8125vw;
  }

  .main_slide_wrap .main-box em {
    font-size: 1.3333333333rem;
  }

  .main_slide_wrap .main-box strong {
    margin-top: 1.5625vw;
    font-size: 2.7777777778rem;
    line-height: 1.3;
  }

  .main_slide_wrap .main-box p {
    margin-top: 2.734375vw;
    font-size: 1.1111111111rem;
    line-height: 1.6;
  }

  .main_slide_wrap .main-box a {
    margin-top: 3.125vw;
    width: 14.296875vw;
    line-height: 3.4375vw;
    font-size: 0.9444444444rem;
  }

  .main_slide_wrap .layout .sub-box_wrap {
    width: 27.34375vw;
  }

  .main_slide_wrap .layout .sub-box+.sub-box {
    margin-top: 4.6875vw;
  }

  .main_slide_wrap .layout .sub-box em {
    min-width: 6.25vw;
    padding: 0 0.78125vw;
    line-height: 2.578125vw;
  }

  .main_slide_wrap .layout .sub-box strong {
    margin-top: 1.171875vw;
    font-size: 1.6666666667rem;
    line-height: 1.3;
  }

  .main_slide_wrap .layout .sub-box a {
    line-height: 3.4375vw;
    margin-top: 0.78125vw;
    font-size: 0.9444444444rem;
  }
}

@media all and (max-width: 1024px) {
  .search_wrap .hash {
    height: 3vw;
  }

  .search_wrap .hash .more {
    background-size: auto 2.8vw;
  }

  .issue_slide {
    width: 70vw;
  }

  .con_ai .user_custom .hash {
    width: 50vw;
    height: 3vw;
  }

  .con_ai .user_custom .hash .more {
    background-size: auto 2.5vw;
  }


  .con_conference {
    height: 42vw;
  }

  .con_conference:after {
    height: 26vw;
  }

  .con_multi {
    padding: 8vw 0 7vw;
  }

  .m_contents:hover {
    width: 50.7%;
  }

  .ins_wrap {
    padding: 4vw 0 10vw;
  }

  .ins_slide_wrap {
    margin-top: 5.5vw;
  }

  .con_nl#newsletter .letter_guide {
    padding: 4vw 0 3.9vw;
  }

  .con_nl#newsletter .emil {
    padding: 22px 0 29px 25%;
  }
}

@media all and (max-width: 800px) {
  #main_visual {
    top: -11.4vw;
    margin-bottom: -11.4vw;
    height: auto;
  }

  .main_slide_wrap .main_slide .pc {
    display: none;
  }

  .main_slide_wrap .main_slide .mo {
    display: block;
    width: 100%;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .main_slide_wrap .main_slide.layout>.mo {
    display: none;
  }

  .main_slide_wrap .main_slide.floating>.mo {
    display: none;
  }

  .main_slide_wrap .prospect>div {
    display: block;
  }

  .main_slide_wrap .prospect .link_box {
    margin-left: 0;
  }

  .main_slide_wrap .prospect .tit_box h2 {
    font-size: 4vw;
  }

  .main_slide_wrap .main_slide {
    position: relative;
  }

  .main_slide_wrap .main_slide .main-box,
  .main_slide_wrap .main_slide .sub-box {
    overflow: hidden;
  }

  .main_slide_wrap .main_slide .text-box {
    width: inherit;
    position: absolute;
    z-index: 1;
    bottom: 27.7777777778vw;
    left: 0;
    padding: 0 2.7777777778vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .main_slide_wrap .main_slide .slide_mo {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .main_slide_wrap .main_slide .slick-dots {
    z-index: 1;
    bottom: 13.8888888889vw;
  }

  .main_slide_wrap .inner-wrap {
    width: 94vw;
    top: initial;
    bottom: 28vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .main_slide_wrap .inner-wrap.slide_pc {
    display: none;
  }

  .main_slide_wrap .inner-wrap.slide_mo {
    display: block;
  }

  .main_slide_wrap .inner-wrap .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main_slide_wrap .inner-wrap .slick-slide {
    overflow: hidden;
  }

  .main_slide_wrap .main-box {
    width: 100%;
  }

  .main_slide_wrap .main-box em {
    font-size: 1rem;
  }

  .main_slide_wrap .main-box strong {
    margin-top: 2.7777777778vw;
    font-size: 2.0833333333rem;
    line-height: 1.2;
  }

  .main_slide_wrap .main-box p {
    margin-top: 4.8611111111vw;
    font-size: 0.8333333333rem;
    line-height: 1.5;
  }

  .main_slide_wrap .main-box a {
    margin-top: 5.5555555556vw;
    width: 25.4166666667vw;
    line-height: 6.1111111111vw;
    font-size: 0.7083333333rem;
  }

  .main_slide_wrap .layout .sub-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main_slide_wrap .layout .sub-box+.sub-box {
    margin-top: 0;
  }

  .main_slide_wrap .layout .sub-box li+li {
    margin-top: 8.3333333333vw;
  }

  .main_slide_wrap .layout .sub-box em {
    min-width: 11.1111111111vw;
    padding: 0 1.3888888889vw;
    line-height: 4.5833333333vw;
  }

  .main_slide_wrap .layout .sub-box strong {
    margin-top: 2.0833333333vw;
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .main_slide_wrap .layout .sub-box a {
    line-height: 6.1111111111vw;
    margin-top: 0;
    font-size: 2.3611111111vw;
  }

  .main_slide_wrap .layout .sub-box a:hover {
    text-underline-offset: 5px;
  }

  .main_slide_wrap .link_mo {
    display: block;
  }

  .main_slide_wrap .link_pc {
    display: none;
  }

  .main_slide_wrap .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -9.7222222222vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main_slide_wrap .slick-dots li {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #ccc;
  }

  .main_slide_wrap .slick-dots li+li {
    margin-left: 2.0833333333vw;
  }

  .main_slide_wrap .slick-dots li.slick-active {
    background-color: #f5821f;
  }

  .main_slide_wrap .slick-dots li button {
    font-size: 0;
  }

  .search_wrap .search {
    width: 23px;
    background-size: 23px auto;
  }

  .con_issue h3 {
    padding: 8vw 0 5vw;
  }

  .con_ai .user_custom .hash {
    width: 62vw;
    height: 3.3vw;
  }

  .con_ai .user_custom p {
    font-size: 2vw;
  }

  .con_ai .user_custom .hash a,
  .con_ai .user_custom .hash button {
    font-size: 1.6vw;
  }

  .issue_slide {
    width: 72vw;
  }

  .con_ai::before {
    top: -17vw;
    height: 17vw;
  }

  .con_ai::after {
    bottom: -10vw;
    height: 10vw;
  }

  .con_ai .user_custom {
    width: 90%;
    margin: 4vw auto 7vw;
  }

  .con_conference {
    padding-top: 0;
  }

  .cfrc_slide_wrap .txt {
    padding: 3vw;
  }

  .cfrc_slide_wrap .txt .live {
    width: 22vw;
    height: 4vw;
    padding-left: 8vw;
    line-height: 3.6vw;
    font-size: 1.6vw;
    border-width: 2px;
  }

  .cfrc_slide_wrap .txt .live span {
    width: 8vw;
    font-size: 1.6vw;
  }

  .cfrc_slide_wrap .txt .link {
    bottom: 3vw;
    right: 3vw;
    width: 4vw;
    height: 4vw;
    background-size: 100% auto;
  }

  .con_multi {
    padding: 8vw 0 7vw;
  }

  .con_multi h3 {
    padding-bottom: 5vw;
  }

  .multi_wrap {
    padding: 0 4vw;
  }

  .m_contents .txt em {
    padding-top: 1.7vw;
    font-size: 1.5vw;
  }

  .m_contents .txt p {
    padding: 1vw 0;
    font-size: 1.7vw;
  }

  .m_contents .txt span {
    font-size: 1.5vw;
  }
}

@media all and (max-width: 720px) {
  #top_banner .banner_guide {
    width: auto;
    margin-left: 5.5555555556vw;
    margin-right: 5.5555555556vw;
    height: 16.6666666667vw;
    padding: 0;
  }

  #top_banner .banner_guide .view {
    display: block;
    padding: 3.3333333333vw 0;
  }

  #top_banner .banner_guide .view .item_wrap {
    width: 100%;
  }

  #top_banner .banner_guide .view .item_wrap a * {
    line-height: 4.1666666667vw;
  }

  #top_banner .banner_guide .view .item_wrap a p {
    max-width: 48%;
  }

  #top_banner .banner_guide .view .item_wrap a p.m {
    background-size: 4.1666666667vw auto;
    padding-left: 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top_banner .banner_guide .view .item_wrap a em::after,
  #top_banner .banner_guide .view .item_wrap a em::before {
    height: 4.1666666667vw;
  }

  #top_banner .banner_guide .view .play_stop {
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 1.6666666667vw 0 0 1.6666666667vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 18%;
  }

  #top_banner .banner_guide .view .play_stop button {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }

  #top_banner .banner_guide .view .play_stop button.slick-prev {
    background-image: url(../img/m/btns_play01.png);
  }

  #top_banner .banner_guide .view .play_stop button.play {
    background-image: url(../img/m/btns_play03.png);
  }

  #top_banner .banner_guide .view .play_stop button.play.off {
    background-image: url(../img/m/btns_play04.png);
  }

  #top_banner .banner_guide .view .play_stop button.slick-next {
    background-image: url(../img/m/btns_play02.png);
  }

  #top_banner .banner_guide .view.slide {
    padding-left: 0;
  }

  #top_banner .banner_guide .today {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto;
    bottom: 3.3333333333vw;
  }

  #top_banner .banner_guide .today button {
    margin-left: 2.7777777778vw;
    width: 3.0555555556vw;
    height: 3.0555555556vw;
  }

  .up_motion {
    top: 40px;
  }

  .main header .other_link .allview.open {
    background-image: url(../img/btn_all-x.png);
  }

  #main_visual {
    top: -14.4vw;
    margin-bottom: -14.4vw;
  }

  .main_slide_wrap .prospect>div {
    bottom: 20vw;
    width: 94vw;
    font-size: 5.5vw;
  }

  .main_slide_wrap .prospect .link_box {
    padding-top: 5vw;
    margin-left: 0;
  }

  .main_slide_wrap .prospect .tit_box h2 {
    padding: 4vw 0;
  }

  .main_slide_wrap .prospect .tit_box em,
  .main_slide_wrap .prospect .tit_box a,
  .main_slide_wrap .prospect .link_box a {
    font-size: 2vw;
  }

  .main_slide_wrap .prospect .link_box a::after {
    background-size: 13px auto;
  }

  .main_slide_wrap .thinktank>div {
    bottom: 25vw;
  }

  .main_slide_wrap .thinktank h2 {
    font-size: 6.33vw;
  }

  .main_slide_wrap .thinktank p {
    padding: 7vw 27vw 20vw;
    font-size: 3.16vw;
    line-height: 1.2em;
  }

  .main_slide_wrap .thinktank i {
    font-size: 2.33vw;
    border-bottom-width: 1px;
  }

  .main_slide_wrap .forum>div {
    bottom: 14vw;
  }

  .main_slide_wrap .forum em {
    padding: 3px 4vw;
    font-size: 2vw;
  }

  .main_slide_wrap .forum h2 {
    padding: 6vw 13vw 9vw;
    font-size: 6.33vw;
    line-height: 1.2em;
  }

  .main_slide_wrap .forum p {
    font-size: 2.33vw;
  }

  .main_slide_wrap .forum p span {
    padding-top: 2vw;
    font-size: 2vw;
  }

  .main_slide_wrap .forum a.forum_join {
    margin-top: 14vw;
    width: 33vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 2.33vw;
    background-size: 100% auto;
  }

  .main_slide_wrap .forum a.forum_join::after {
    width: 5vw;
    height: 6vw;
    background-size: 2.4vw auto;
  }

  .main_slide_wrap .family>div {
    bottom: 19vw;
  }

  .main_slide_wrap .family em {
    padding: 3px 4vw;
    font-size: 2vw;
  }

  .main_slide_wrap .family h2 {
    padding: 6vw;
    font-size: 6.33vw;
  }

  .main_slide_wrap .family h2 br {
    display: none;
  }

  .main_slide_wrap .family p {
    font-size: 1rem;
    padding: 0 6vw;
  }

  .main_slide_wrap .family p br {
    display: none;
  }

  .main_slide_wrap .family p span {
    padding-top: 6vw;
    font-size: 1rem;
  }

  .main_slide_wrap .family a.family_join {
    font-size: 1rem;
    margin-top: 8vw;
  }

  .onair {
    height: 10vw;
  }

  .onair>div {
    width: 82vw;
  }

  .onair span {
    width: 11vw;
    height: 2em;
    line-height: 2em;
    font-size: 2.5vw;
  }

  .onair .play {
    width: calc(100% - 15.2777777778vw);
  }

  .onair .play p {
    font-size: 3vw;
    line-height: 10vw;
  }

  .onair .play em {
    background-size: 18px auto;
  }

  .onair .close {
    right: -22px;
    background-size: 14px auto;
  }

  .search_wrap {
    background-size: cover;
    background-position: 24% top;
    height: auto;
    padding: 10px 0 18px 0;
  }

  .search_wrap>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    width: 76vw;
  }

  .search_wrap form {
    width: 100%;
  }

  .search_wrap fieldset {
    padding-bottom: 0;
    border-bottom-width: 2px;
  }

  .search_wrap input[type=text] {
    width: calc(100% - 5vw);
    font-size: 3.5vw;
  }

  .search_wrap .search {
    width: 4vw;
    background-size: 4vw auto;
  }

  .search_wrap .hash {
    width: 100%;
    height: 6.3888888889vw;
    padding: 0 30px 0 0;
    margin-top: 3vw;
  }

  .search_wrap .hash a {
    padding: 0.8333333333vw 2.0833333333vw 1.1111111111vw;
    font-size: 3vw;
  }

  .search_wrap .hash .more {
    background-size: auto 3.8vw;
  }

  .con_issue {
    padding-bottom: 10vw;
  }

  .con_issue h3 {
    padding: 11vw 0 5vw;
    font-size: 6.66vw;
  }

  .issue_arow button {
    top: auto;
    bottom: 5vw;
    width: 12vw;
    height: 12vw;
    background: url(../img/btn_prev2.png) no-repeat center;
    background-size: 5vw auto;
  }

  .issue_arow .next {
    background-image: url(../img/btn_next2.png);
  }

  .issue_slide {
    width: 100%;
  }

  .issue_wrap {
    height: 67vw;
  }

  .issue_wrap .issue_box {
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .issue_wrap .issue_box .thumb {
    opacity: 1;
  }

  .issue_wrap .issue_box .issue_txt,
  .issue_slide .slick-current .issue_box .issue_txt .txt p,
  .issue_slide .slick-clone-current .issue_box .issue_txt .txt p,
  .issue_slide .slick-current .issue_box .issue_txt .txt span,
  .issue_slide .slick-clone-current .issue_box .issue_txt .txt span {
    position: absolute;
    top: -99999px;
    left: -99999px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .issue_slide .slick-current .issue_box .issue_txt,
  .issue_slide .slick-clone-current .issue_box .issue_txt {
    top: 0;
    width: 100%;
    height: auto;
    opacity: 1;
  }

  .issue_wrap .issue_box,
  .issue_slide .slick-current .issue_box,
  .issue_slide .slick-clone-current .issue_box {
    width: 64vw;
    padding: 2vw;
  }

  .issue_slide .slick-current .issue_box,
  .issue_slide .slick-clone-current .issue_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .issue_slide .slick-current .issue_box .txt,
  .issue_slide .slick-clone-current .issue_box .txt {
    padding-bottom: 5vw;
  }

  .issue_slide .slick-current .issue_box .txt em,
  .issue_slide .slick-clone-current .issue_box .txt em {
    margin: 3.7vw auto 4vw;
    font-size: 3.4vw;
  }

  .issue_slide .slick-current .issue_box .txt em::before,
  .issue_slide .slick-clone-current .issue_box .txt em::before {
    left: -5.5vw;
    width: 4.5vw;
    height: 5vw;
  }

  .issue_slide .slick-current .issue_box .txt h4,
  .issue_slide .slick-clone-current .issue_box .txt h4 {
    font-size: 3.72vw;
  }

  .issue_slide .slick-current-left,
  .issue_slide .slick-active.left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .issue_slide .slick-current-right,
  .issue_slide .slick-active.right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .issue_slide .slick-dots {
    padding-top: 16px;
    text-align: center;
    position: relative;
  }

  .issue_slide .slick-dots .dot {
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .issue_slide .slick-dots .dot.on {
    opacity: 1;
  }

  .issue_slide .slick-dots li {
    display: inline-block;
  }

  .issue_slide .slick-dots li button {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1vw 0;
    background: #ccc;
    border-radius: 50%;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .issue_slide .slick-dots li.slick-active button {
    width: 8.4vw;
    height: 2.4vw;
    background: #999;
    border-radius: 12px;
  }

  .issue_slide .slick-list {
    position: relative;
    width: 70vw;
    height: 100%;
    margin: 0 auto;
  }

  .issue_wrap {
    margin: 3vw;
  }

  .issue_wrap .issue_box .thumb {
    width: 100%;
  }

  .issue_slide .slick-current .issue_box {
    width: 100%;
  }

  .issue_slide .issue_box .txt {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .issue_slide .slick-arrow {
    position: absolute;
    bottom: 5vw;
    left: 0;
    width: 12vw;
    height: 12vw;
    background: url(../img/btn_prev2.png) no-repeat center;
    background-size: 5vw auto;
    font-size: 0;
    line-height: 0;
  }

  .issue_slide .slick-arrow.slick-next {
    left: auto;
    right: 0;
    background-image: url(../img/btn_next2.png);
  }

  .con_ai {
    margin: 11.1111111111vw 0 11.1111111111vw;
    padding: 11.1111111111vw 0;
  }

  .con_ai h3 {
    width: 50vw;
    font-size: 6.66vw;
    margin-bottom: 8.3333333333vw;
  }

  .con_ai .user_custom {
    margin: 6vw auto 8vw;
  }

  .con_ai .user_custom .setting {
    top: 7px;
    right: 8px;
    width: 5vw;
    height: 5vw;
    background-size: 100% auto;
  }

  .con_ai .user_custom p {
    font-size: 3.61vw;
    line-height: 1.2em;
    padding-bottom: 2.5vw;
  }

  .con_ai .user_custom .hash {
    width: 100%;
    height: 5.5vw;
    padding-right: 6vw;
  }

  .con_ai .user_custom .hash a,
  .con_ai .user_custom .hash button {
    margin: 3px;
    padding: 5px 10px;
    font-size: 3.3vw;
    border-radius: 10vw;
  }

  .con_ai .user_custom .hash .more {
    width: 5.6vw;
    height: 5.7vw;
    background-size: auto 4.5vw;
  }

  .ai_slide_wrap {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }

  .ai_slide_wrap .scroll {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .ai_slide_wrap .scroll::-webkit-scrollbar {
    display: none;
  }

  .ai_slide_wrap .ai_slide_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 4vw 5vw 4vw;
    overflow: visible;
  }

  .ai_slide_wrap .con_box {
    width: 40vw;
    min-height: 73.3333333333vw;
    margin: 0 2vw;
    padding: 7px;
  }

  .ai_slide_wrap .txt_box {
    padding: 6.9444444444vw 1.3888888889vw;
  }

  .ai_slide_wrap .txt_box p {
    margin-top: 4.1666666667vw;
    font-size: 1.0833333333rem;
    /* height: 11.1111111111vw; */
  }

  .ai_slide_wrap .txt_box span {
    font-size: 0.8333333333rem;
  }

  .ai_slide_wrap .txt_box .tag {
    margin-top: 10px;
    height: 4.7222222222vw;
  }

  .ai_slide_wrap .txt_box .tag span {
    font-size: 0.8333333333rem;
    line-height: 4.4444444444vw;
    padding: 0 1.6666666667vw 0.2777777778vw 1.6666666667vw;
    border-radius: 4.7222222222vw;
  }

  .con_conference {
    height: auto;
    padding-bottom: 11vw;
  }

  .con_conference:after {
    height: 58%;
  }

  .con_conference .cfrc_title {
    left: 5vw;
    width: 90vw;
  }

  .con_conference .cfrc_title h3 {
    text-align: center;
    font-size: 6.66vw;
  }

  .con_conference .cfrc_title>strong {
    display: inline-block;
    padding: 7vw 2.4vw 0 0;
    font-size: 4.16vw;
  }

  .con_conference .cfrc_title>span {
    font-size: 3.33vw;
  }

  .con_conference .cfrc_wrapper {
    width: 100%;
  }

  .cfrc_arow {
    display: none;
  }

  .cfrc_pagination {
    gap: 10px;
    margin-top: 30px;
  }

  .cfrc_pagination button {
    width: 15px;
    height: 15px;
  }

  .cfrc_pagination [class*=active] button {
    background-color: #f5821f;
  }

  .cfrc_slide_wrap {
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    padding-top: 22vw;
  }

  .cfrc_slide_wrap .mo_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cfrc_slide_wrap .slick-arrow {
    position: absolute;
    top: -10vw;
    right: 15vw;
    width: 4vw;
    height: 7vw;
    background: url(../img/btn_prev2.png) no-repeat center;
    background-size: 100% auto;
    font-size: 0;
    line-height: 0;
  }

  .cfrc_slide_wrap .slick-arrow.slick-next {
    right: 5vw;
    background-image: url(../img/btn_next2.png);
  }

  .cfrc_slide_wrap .slick-arrow.slick-next:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -3.15vw;
    width: 2px;
    height: 7vw;
    background: #e0e0e0;
  }

  .cfrc_slide_wrap .cfrc_slide {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 5vw;
    opacity: 1;
    z-index: 1;
    -webkit-transition: 0s;
    transition: 0s;
    pointer-events: auto;
  }

  .cfrc_slide_wrap .cfrc_slide .cfrc_box {
    width: 100%;
  }

  .cfrc_slide_wrap .cfrc_slide .cfrc_box .img {
    position: relative;
    top: 0;
    width: 100%;
  }

  .cfrc_slide_wrap .cfrc_slide .cfrc_txt {
    width: 100%;
    padding-top: 0;
    background: #fff;
    border-bottom-left-radius: 1vw;
    border-bottom-right-radius: 1vw;
    -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.15);
  }

  .cfrc_slide_wrap .cfrc_slide .cfrc_box .img {
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cfrc_slide_wrap .cfrc_slide.on,
  .cfrc_slide_wrap .cfrc_slide.next,
  .cfrc_slide_wrap .cfrc_slide.visible,
  .cfrc_slide_wrap .cfrc_slide.last-visible {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }

  .cfrc_slide_wrap .cfrc_slide.on .cfrc_box {
    left: 0;
  }

  .cfrc_slide_wrap .cfrc_slide.on .cfrc_box .cfrc_txt {
    width: 100%;
  }

  .cfrc_slide_wrap .txt {
    opacity: 1;
    padding: 5vw;
  }

  .cfrc_slide_wrap .txt h4 a {
    font-size: 4.16vw;
  }

  .cfrc_slide_wrap .txt h4 span {
    font-size: 3vw;
  }

  .cfrc_slide_wrap .txt p {
    padding: 2vw 0;
    font-size: 3.5vw;
  }

  .cfrc_slide_wrap .txt>span {
    font-size: 3vw;
    line-height: 1.3em;
  }

  .cfrc_slide_wrap .txt>.line {
    padding-left: 3vw;
    margin-left: 2.6vw;
  }

  .cfrc_slide_wrap .txt>.line::before {
    top: 1px;
  }

  .cfrc_slide_wrap .txt .live {
    width: 38vw;
    height: 8vw;
    padding-left: 12vw;
    line-height: 7vw;
    font-size: 2.8vw;
    border-width: 2px;
  }

  .cfrc_slide_wrap .txt .live span {
    width: 12vw;
    font-size: 2.8vw;
  }

  .cfrc_slide_wrap .txt .link {
    bottom: 5vw;
    right: 5vw;
    width: 8vw;
    height: 8vw;
    background-size: 100% auto;
  }

  .con_chat {
    height: auto;
    margin-top: 13.8888888889vw;
    padding-bottom: 8.3333333333vw;
  }

  .con_chat::after {
    height: 70%;
    background-size: 100% auto;
    background-repeat: repeat-y;
  }

  .chat_phone {
    position: relative;
    top: 0;
    right: auto;
    left: 10%;
    margin-right: 0;
    width: 80%;
    height: 155.5555555556vw;
    z-index: 1;
    background-image: url(../img/m/bg_phone.png);
  }

  .chat_phone .tit {
    width: 100%;
    padding: 9.7222222222vw 8.3333333333vw 6.9444444444vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .chat_phone .tit h3 {
    font-size: 2.9166666667rem;
  }

  .chat_phone .tit h3 span {
    width: 100%;
  }

  .chat_phone .tit p {
    padding: 1.3888888889vw 0 0 0;
    font-size: 1rem;
  }

  .chat_phone .tit .exp {
    bottom: auto;
    top: 9.7222222222vw;
    right: 10.5%;
    width: 6.9444444444vw;
    height: 6.9444444444vw;
  }

  .chat_phone .link_wrap {
    width: 62.5vw;
    height: 110.2777777778vw;
    margin: 0 auto;
    border-radius: 2.2222222222vw;
  }

  .chat_slide_wrap {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 auto;
    z-index: 1;
    width: 62.5vw;
  }

  .chat_slide_wrap .chat_slide_box {
    height: 56.9444444444vw;
  }

  .chat_slide_wrap .slick-arrow {
    top: -9vw;
    right: 10vw;
    width: 4vw;
    height: 7vw;
    background-size: 100% auto;
    background-image: url(../img/m/btn_prev2.png);
  }

  .chat_slide_wrap .slick-arrow.slick-next {
    background-image: url(../img/m/btn_next2.png);
  }

  .chat_slide_wrap .slick-arrow.slick-next:before {
    top: -1px;
    left: -3.15vw;
    height: 7vw;
    background-color: #fff;
    width: 1px;
  }

  .cmt_box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.3888888889vw;
    border-radius: 1.3888888889vw;
    padding: 6.9444444444vw 3.3333333333vw 1.9444444444vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cmt_box::before {
    display: none;
  }

  .cmt_box span {
    top: 3.0555555556vw;
    left: 3vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 2.7777777778vw;
    letter-spacing: 0;
  }

  .cmt_box p {
    width: 100%;
    font-size: 3.3333333333vw;
    white-space: normal;
    text-overflow: initial;
    height: 8.8888888889vw;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    padding: 0;
  }

  .chat_post {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 8.3333333333vw auto 0;
    z-index: 1;
    width: 90vw;
    height: 60vw;
    overflow: hidden;
    display: block;
    font-size: 0;
  }

  .post_box {
    display: inline-block;
    width: 48%;
    height: 60vw;
    margin: 0 1%;
    border-radius: 1.3888888889vw;
  }

  .post_box span {
    padding: 2vw 0;
    line-height: 5vw;
    font-size: 3vw;
    font-weight: 400;
  }

  .post_box span::before {
    width: 5vw;
    height: 5vw;
    background-size: 100% auto;
    margin-right: 1.6vw;
  }

  .post_box .txt_box {
    height: calc(100% - 9vw);
  }

  .post_box h4 {
    height: 3.9em;
    margin: 2.5vw 0;
    font-size: 3.1vw;
  }

  .post_box p {
    font-size: 3.1vw;
  }

  .con_chat.link_utb {
    height: auto;
  }

  .con_chat.link_utb::after {
    height: 70%;
  }

  .con_chat.link_utb .chat_phone .link_wrap {
    width: 62.5vw;
    margin: 0 auto;
    padding-top: 0;
    height: auto;
  }

  .con_chat.link_utb .chat_phone .link_wrap::before {
    display: none;
  }

  .con_chat.link_utb .chat_phone .link_wrap>a:first-child {
    margin-bottom: 2.2222222222vw;
  }

  .con_chat.link_utb .chat_post {
    bottom: 0;
    margin-top: 2.7777777778vw;
  }

  .con_chat.link_utb .chat_slide_wrap {
    margin-top: -30.5555555556vw;
  }

  .con_multi {
    padding: 18vw 0 0;
  }

  .con_multi h3 {
    padding-bottom: 9vw;
    font-size: 6.66vw;
  }

  .con_multi>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .con_multi>a {
    width: 25vw;
    height: 6.9444444444vw;
    border-radius: 0.5555555556vw;
    line-height: 6.3888888889vw;
    margin-top: 0;
    margin-bottom: 16.6666666667vw;
  }

  .con_multi>a::after {
    width: 5.5555555556vw;
    background-size: 3.6111111111vw auto;
  }

  .multi_wrap {
    width: 90vw;
    padding: 0 5vw 5vw;
  }

  .multi_wrap h4 {
    margin-bottom: 6vw;
    font-size: 3.88vw;
  }

  .multi_wrap h4::before,
  .multi_wrap h4::after {
    height: 1px;
  }

  .m_contents {
    margin-bottom: 3vw;
  }

  .m_contents:hover .con_hover {
    top: -2vw;
    left: -2vw;
    padding: 1.6vw 1.6vw 5vw;
  }

  .m_contents:nth-child(2n):hover .con_hover {
    right: -2vw;
  }

  .m_contents img {
    height: auto;
  }

  .m_contents .txt em {
    padding-top: 3vw;
    font-size: 2.8vw;
  }

  .m_contents .txt p {
    padding: 2vw 0 5vw;
    font-size: 3.1vw;
  }

  .m_contents .txt span {
    font-size: 2.8vw;
  }

  .multi_wrap .more {
    width: 26vw;
    height: 6vw;
    margin-top: 2vw;
    font-size: 2.7vw;
  }

  .multi_wrap .more::after {
    width: 3vw;
    height: 6vw;
    margin-left: 3vw;
    background-size: 100% auto;
    vertical-align: middle;
  }

  .con_institute {
    position: relative;
  }

  .con_institute h3 {
    font-size: 8vw;
  }

  .ins_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    padding: 5.8vw 0 13vw;
  }

  .ins_slide_wrap,
  .news_wrap {
    width: 90vw;
    height: auto;
    margin: 0 auto;
  }

  .news_wrap {
    margin-bottom: 7vw;
  }

  .news_wrap h4 {
    text-align: center;
    font-size: 6.66vw;
    padding-bottom: 3vw;
  }

  .news_wrap li {
    padding: 1.6vw 0;
  }

  .news_wrap li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news_wrap li em {
    width: 26%;
    font-size: 3vw;
  }

  .news_wrap li p {
    width: 74%;
    font-size: 3.33vw;
    line-height: 1.2em;
  }

  .news_wrap li span {
    font-size: 2.8vw;
    display: block;
    width: 74%;
    margin-left: 26%;
    margin-top: 0.8vw;
  }

  .news_wrap>a {
    top: 4.1666666667vw;
    font-size: 1rem;
  }

  .news_wrap>a::after {
    width: 1.9444444444vw;
    height: 3.3333333333vw;
    margin-left: 2.2222222222vw;
  }

  .ins_move .slick-dots li button {
    width: 3vw;
    height: 3vw;
    margin: 0 1vw;
  }

  .ins_move .slick-dots li.slick-active button {
    width: 8.4vw;
    height: 3vw;
  }

  .con_nl#newsletter {
    padding: 16vw 0 6vw;
  }

  .con_nl#newsletter .letter_guide {
    padding: 6vw 0;
  }

  .con_nl#newsletter .tit {
    padding-left: 0;
  }

  .con_nl#newsletter .tit strong {
    font-size: 4.72vw;
  }

  .con_nl#newsletter .tit p {
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.5vw;
  }

  .con_nl#newsletter .emil {
    padding: 0 0 3vw 0;
  }

  .con_nl#newsletter .subscribe {
    font-size: 2.5vw;
  }

  #onairPopup {
    width: 100%;
    background: #fff;
    padding-top: 10vw;
    height: auto;
  }

  #onairPopup .mo {
    display: block;
    padding-top: 0;
  }

  .mo_tit {
    margin: 0 2vw;
    padding: 4.5vw 0 3.8vw 3vw;
    font-size: 1rem;
    color: #333;
    border-bottom: 1px solid #666;
  }

  .mo_tit::before {
    content: "";
    display: inline-block;
    width: 4vw;
    height: 3.6vw;
    margin-right: 1vw;
    background: url(../img/ico_live.png) no-repeat left top;
    background-size: 4vw auto;
    vertical-align: middle;
  }

  .onair_wrap {
    padding: 6vw 2vw 0;
    background: #fff;
    background-image: none;
  }

  .onair_wrap p {
    font-size: 1.1rem;
    padding: 2.7777777778vw 4vw 0 4vw;
  }

  .onair_wrap em {
    width: 14vw;
    line-height: 1.5em;
    font-size: 3vw;
  }

  .onair_wrap h4 {
    padding: 2.8vw 1vw 5.1vw;
    font-size: 4.16vw;
  }

  .onair_wrap .utb_info {
    margin: 3vw 4vw 0;
    padding-bottom: 3vw;
    border-bottom: 1px solid #d6d6d6;
  }

  .onair_wrap .utb_info li {
    position: relative;
    padding: 1vw 0 1vw 16vw;
    font-size: 3.3vw;
    line-height: 1.2em;
  }

  .onair_wrap .utb_info li span {
    position: absolute;
    top: 1vw;
    left: 0;
    width: 13vw;
    text-align: center;
    line-height: 1.5em;
    background: #f7f7f8;
    border-radius: 10vw;
  }

  .report_wrap {
    display: block;
    padding: 3vw 2vw 6vw;
  }

  .report_wrap .rp_list {
    padding: 0 4vw;
    width: auto;
  }

  .report_wrap .rp_list li {
    font-size: 1rem;
    margin-top: 1.1111111111vw;
  }

  .report_wrap .rp_list li:first-child {
    margin-top: 0;
  }

  .report_wrap .rp_list li span {
    font-size: 1rem;
    margin-bottom: 0.8333333333vw;
  }

  .report_wrap .other_link {
    font-size: 0;
    margin: 4vw 4vw 0 4vw;
  }

  .report_wrap .other_link a {
    display: inline-block;
    width: 32%;
    line-height: 7.2vw;
    padding-left: 2vw;
    margin-bottom: 0;
    margin-left: 1%;
    font-size: 3.3vw;
    border: 1px solid #d6d6d6;
  }

  .report_wrap .other_link a:first-child {
    margin-left: 0;
  }

  .report_wrap .other_link a::after {
    right: 2vw;
  }

  .close_wrap {
    font-size: 1rem;
    background-color: transparent;
  }

  .close_wrap .check {
    width: 38.8888888889vw;
    line-height: 10vw;
  }

  .close_wrap .check input[type=checkbox]+span {
    padding-left: 5vw;
  }

  .close_wrap .check input[type=checkbox]+span::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }

  .close_wrap .check input[type=checkbox]+span::after {
    top: 1.3888888889vw;
    left: 0vw;
    width: 2.7777777778vw;
    height: 1.3888888889vw;
    border-width: 0 0 2px 2px;
  }

  .close_wrap .close {
    width: 16.6666666667vw;
    line-height: 10vw;
    font-size: 1rem;
  }

  #aiPopup {
    height: 100vw;
    width: 88.8888888889vw;
  }

  #aiPopup .bg_guide {
    background-image: url(../img/m/bg_ai-popup.png);
    background-size: 100% auto;
  }

  #aiPopup:after {
    left: -10%;
    top: -10%;
    width: 120%;
    height: 120%;
  }

  #aiPopup .bg_guide .top_title span {
    padding-bottom: 3.5vw;
    font-size: 8.33vw;
  }

  #aiPopup .bg_guide .top_title strong {
    font-size: 5vw;
  }

  #aiPopup .bg_guide .top_title p {
    font-size: 3.3333333333vw;
    width: 60%;
    margin: 2.7777777778vw auto 0;
    line-height: 1.4em;
  }

  #aiPopup .bg_guide .top_title p em {
    padding-bottom: 0.2vw;
  }

  #aiPopup .btn_wrap {
    padding: 6.9444444444vw 0 4.1666666667vw;
  }

  #aiPopup .btn_wrap button {
    width: 20vw;
    height: 22.2222222222vw;
    margin: 0 0.8333333333vw;
    padding-top: 11.1111111111vw;
    font-size: 3.33vw;
    border-width: 0.5vw;
    background-size: 10.5555555556vw auto;
    background-position: center 4.1666666667vw;
  }

  #aiPopup .btn_wrap button.on::after,
  #aiPopup .btn_wrap button:hover::after {
    top: -3vw;
    right: 1.5vw;
    width: 6vw;
    height: 6vw;
  }

  #aiPopup .btn_wrap .report {
    background-position: center 5vw;
  }

  #aiPopup .confirm {
    width: 36.1111111111vw;
    height: 8.3333333333vw;
    font-size: 1.25rem;
    line-height: 8.3333333333vw;
  }

  #aiPopup .confirm::after {
    width: 4.1666666667vw;
    background-image: url(../img/m/ico_arrw_o.png);
  }

  #aiPopupSub>button,
  #aiPopup .bg_guide>button {
    width: 5.55vw;
    height: 5.55vw;
    right: 3.3333333333vw;
    top: 2.7777777778vw;
  }

  #aiPopupSub {
    width: 88.8888888889vw;
    height: 100vw;
    background: #fff url(../img/m/ai_bg2.png) no-repeat center bottom/100% auto;
  }

  #aiPopupSub .tit {
    font-size: 1rem;
    padding: 9.7222222222vw 2.7777777778vw;
  }

  #aiPopupSub .tit span {
    display: block;
  }

  #aiPopupSub .tit br {
    display: none;
  }

  #aiPopupSub .ck_box {
    width: 85.5555555556vw;
  }

  #aiPopupSub .ck_box label {
    width: 10.2777777778vw;
    margin: 0 1px 1px 0;
    height: 18.0555555556vw;
    padding: 0;
  }

  #aiPopupSub .ck_box label span {
    font-size: 0.75rem;
    min-height: 4.1666666667vw;
  }

  #aiPopupSub .ck_box label span::after {
    height: 6.9444444444vw;
    background-size: 6.9444444444vw auto;
  }

  #aiPopupSub .btns {
    margin-top: 6.1111111111vw;
  }

  #aiPopupSub .btns button {
    width: 36.1111111111vw;
    height: 8.3333333333vw;
    font-size: 1.25rem;
  }

  #aiPopupSub .btns button::after {
    width: 4.1666666667vw;
    background-image: url(../img/m/ico_arrw_o.png);
  }

  #bannerMovPopup {
    padding-top: 10vw;
  }

  .move_movie_view {
    height: auto;
  }

  .move_movie_view .multi_conts {
    height: auto;
    margin-bottom: 5.5555555556vw;
  }
}

@media all and (max-width: 550px) {
  .main_slide_wrap .prospect>div {
    bottom: 19.5vw;
    width: 94vw;
    font-size: 5.5vw;
  }

  .main_slide_wrap .prospect .link_box {
    padding-top: 5vw;
  }

  .main_slide_wrap .prospect .tit_box h2 {
    padding: 4vw 0;
    font-size: 5vw;
  }

  .main_slide_wrap .prospect .tit_box em,
  .main_slide_wrap .prospect .tit_box a,
  .main_slide_wrap .prospect .link_box a {
    font-size: 3vw;
  }

  .main_slide_wrap .prospect .link_box a::after {
    background-size: 13px auto;
  }

  .main_slide_wrap .thinktank>div {
    bottom: 25vw;
  }

  .main_slide_wrap .thinktank h2 {
    font-size: 8.33vw;
  }

  .main_slide_wrap .thinktank p {
    padding: 7vw 20vw 20vw;
    font-size: 4.16vw;
    line-height: 1.2em;
  }

  .main_slide_wrap .thinktank i {
    font-size: 3.33vw;
    border-bottom-width: 1px;
  }

  .main_slide_wrap .forum>div {
    bottom: 35vw;
  }

  .main_slide_wrap .forum em {
    padding: 3px 4vw;
    font-size: 3vw;
  }

  .main_slide_wrap .forum h2 {
    padding: 6vw 0 9vw;
    font-size: 8.33vw;
    line-height: 1.2em;
  }

  .main_slide_wrap .forum p {
    font-size: 3.33vw;
  }

  .main_slide_wrap .forum p span {
    padding-top: 2vw;
    font-size: 2.9vw;
  }

  .main_slide_wrap .forum a.forum_join {
    margin-top: 14vw;
    width: 50vw;
    height: 8.9vw;
    line-height: 8.9vw;
    font-size: 3.33vw;
    background-size: 100% auto;
  }

  .main_slide_wrap .forum a.forum_join::after {
    width: 8vw;
    height: 8.9vw;
    background-size: 3.5vw auto;
  }

  .con_ai .user_custom .hash {
    height: 7vw;
  }

  .con_ai .user_custom .hash .more {
    background-size: auto 5vw;
  }
}

@media all and (max-width: 320px) {
  #main_visual {
    top: -16vw;
    margin-bottom: -16vw;
  }

  .con_ai .user_custom .hash .more {
    width: 6vw;
    height: 6.1vw;
  }
}